-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from kubit-ui/feature/improvements-and-solve-bugs
Feature/improvements and solve bugs
- Loading branch information
Showing
29 changed files
with
151 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
// interfaces and type | ||
export type { | ||
BadgeLabelType as BadgeLabelTypeV2, | ||
IBadgeStandAlone as IBadgeStandAloneV2, | ||
IBadge as IBadgeV2, | ||
BadgeVariantStylesType as BadgeVariantStylesTypeV2, | ||
BadgeStylesType as BadgeStylesTypeV2, | ||
} from './types'; | ||
|
||
// enums | ||
export { BadgeState as BadgeStateV2 } from './types'; | ||
export * from './types'; | ||
|
||
export { BadgeV2 } from './badge'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
export type * from './badge'; | ||
export type { BadgeVariantStylesType, BadgeStylesType } from './badgeTheme'; | ||
export type { | ||
BadgeVariantStylesType as BadgeVariantStylesTypeV2, | ||
BadgeStylesType as BadgeStylesTypeV2, | ||
} from './badgeTheme'; | ||
export * from './state'; | ||
export type { | ||
BadgeLabelType as BadgeLabelTypeV2, | ||
IBadgeStandAlone as IBadgeStandAloneV2, | ||
IBadge as IBadgeV2, | ||
} from './badge'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
export type { | ||
IPill as IPillV2, | ||
PillStylesType as PillStylesTypeV2, | ||
PillVariantPropsStylesType as PillVariantPropsStylesTypeV2, | ||
PillSizePropsStylesType as PillSizePropsStylesTypeV2, | ||
PillPropsStylesType as PillPropsStylesTypeV2, | ||
PillLabelType as PillLabelTypeV2, | ||
} from './types'; | ||
|
||
export { PillStateType as PillStateTypeV2 } from './types/pillStateType'; | ||
export { PillType as PillTypeV2 } from './types/pillType'; | ||
export * from './types'; | ||
export { Pill as PillV2 } from './pill'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
export * from './pill'; | ||
export * from './pillTheme'; | ||
export * from './pillStateType'; | ||
export * from './pillType'; | ||
export type { | ||
PillStylesType as PillStylesTypeV2, | ||
PillVariantPropsStylesType as PillVariantPropsStylesTypeV2, | ||
PillSizePropsStylesType as PillSizePropsStylesTypeV2, | ||
PillPropsStylesType as PillPropsStylesTypeV2, | ||
} from './pillTheme'; | ||
export type { IPill as IPillV2, PillLabelType as PillLabelTypeV2 } from './pill'; | ||
export { PillStateType as PillStateTypeV2 } from './pillStateType'; | ||
export { PillType as PillTypeV2 } from './pillType'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.