-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(kdatetimepicker): use Timeperiod from public-ui [MA-1995] #1726
chore(kdatetimepicker): use Timeperiod from public-ui [MA-1995] #1726
Conversation
✅ Deploy Preview for kongponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kongponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -1,20 +1,11 @@ | |||
import type { AnyElementOf } from '@/types/utils' | |||
|
|||
import type { TimePeriod } from '@kong-ui-public/analytics-utilities' | |||
export interface TimeRange { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can import TimeRange
too from analytics-utilities
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, kongponents cannot have a dependency on another kong package
@@ -50,6 +50,7 @@ | |||
"semantic-release": "semantic-release" | |||
}, | |||
"dependencies": { | |||
"@kong-ui-public/analytics-utilities": "^0.7.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kongponents cannot have a dependency on this package - this repo is completely isolated from other kong component libraries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood
Summary
https://konghq.atlassian.net/browse/MA-1995
PR Checklist