@itcase/ui 1.8.35 → 1.8.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Avatar_cjs_kADy_b4o.js → Avatar_cjs_nMPCDjk8.js} +1 -1
- package/dist/{Avatar_es_DbGpnL99.js → Avatar_es_B73a6TzA.js} +1 -1
- package/dist/{Button_cjs_CW6ENTbm.js → Button_cjs_plv5-qcj.js} +11 -2
- package/dist/{Button_es_DTUagqgU.js → Button_es_BigB2Wz6.js} +11 -2
- package/dist/ChipsGroup_cjs_DrOhD-Fc.js +312 -0
- package/dist/ChipsGroup_es_B9m4l0wN.js +307 -0
- package/dist/{DatePicker_cjs_Bx5_lZNT.js → DatePicker_cjs_CmqgSNw7.js} +4 -4
- package/dist/{DatePicker_es_A1FcasHs.js → DatePicker_es_mk9wFTe9.js} +4 -4
- package/dist/{DropdownItem_cjs_tH2DBClp.js → DropdownItem_cjs_DQvByLbN.js} +1 -1
- package/dist/{DropdownItem_es_BeVv-pDA.js → DropdownItem_es_KppIfto7.js} +1 -1
- package/dist/{Input_cjs_arr_wxD2.js → Input_cjs_CPmXkQGd.js} +1 -0
- package/dist/{Input_es_BW6cZThr.js → Input_es_D9Y1Rj5Y.js} +1 -0
- package/dist/{Label_cjs_CP4b6Mg2.js → Label_cjs_BGJfyrOL.js} +15 -13
- package/dist/{Label_es_DFSiy5sL.js → Label_es_C4Px7b-N.js} +15 -13
- package/dist/{Loader_cjs_CCrbD8Em.js → Loader_cjs_Ca4i0sER.js} +4 -2
- package/dist/{Loader_es_B2auu_rc.js → Loader_es_GYOr0UTX.js} +4 -2
- package/dist/{Tooltip_cjs_DinScDnC.js → Tooltip_cjs_DHduWa-v.js} +76 -70
- package/dist/{Tooltip_es_B0nm9irO.js → Tooltip_es_ltCY-w4M.js} +76 -70
- package/dist/cjs/components/Accordion.js +1 -1
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/AvatarStack.js +2 -2
- package/dist/cjs/components/Badge.js +1 -1
- package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +32 -41
- package/dist/cjs/components/Breadcrumbs.js +41 -124
- package/dist/cjs/components/Button.js +3 -3
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips/stories/__mock__.js +31 -0
- package/dist/cjs/components/Chips.js +4 -4
- package/dist/cjs/components/Choice/stories/__mock__.js +15 -15
- package/dist/cjs/components/Choice.js +20 -18
- package/dist/cjs/components/CookiesWarning.js +3 -3
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +7 -7
- package/dist/cjs/components/DatePicker.js +6 -6
- package/dist/cjs/components/Drawer.js +1 -1
- package/dist/cjs/components/Dropdown/stories/__mock__.js +104 -33
- package/dist/cjs/components/Dropdown.js +2 -2
- package/dist/cjs/components/HeroTitle.js +1 -1
- package/dist/cjs/components/Icon.js +1 -1
- package/dist/cjs/components/Input.js +1 -1
- package/dist/cjs/components/InputPassword.js +1 -1
- package/dist/cjs/components/Label.js +2 -2
- package/dist/cjs/components/Loader.js +1 -1
- package/dist/cjs/components/MenuItem.js +17 -12
- package/dist/cjs/components/Modal.js +2 -2
- package/dist/cjs/components/Notification.js +3 -8
- package/dist/cjs/components/Pagination.js +2 -4
- package/dist/cjs/components/Response.js +3 -3
- package/dist/cjs/components/ScrollOnDrag.js +5 -3
- package/dist/cjs/components/Search.js +1 -1
- package/dist/cjs/components/Segmented/stories/__mock__.js +26 -11
- package/dist/cjs/components/Segmented.js +84 -52
- package/dist/cjs/components/Select.js +1 -1
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Tab.js +1 -1
- package/dist/cjs/components/Textarea.js +8 -9
- package/dist/cjs/components/Tile.js +1 -1
- package/dist/cjs/components/Title.js +1 -1
- package/dist/cjs/components/Tooltip.js +1 -1
- package/dist/cjs/hooks/useStyles/styleAttributes.js +1 -1
- package/dist/components/Accordion.js +1 -1
- package/dist/components/Avatar.js +2 -2
- package/dist/components/AvatarStack.js +2 -2
- package/dist/components/Badge.js +1 -1
- package/dist/components/Breadcrumbs/stories/__mock__.js +32 -41
- package/dist/components/Breadcrumbs.js +41 -124
- package/dist/components/Button.js +3 -3
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips/stories/__mock__.js +29 -0
- package/dist/components/Chips.js +4 -4
- package/dist/components/Choice/stories/__mock__.js +15 -15
- package/dist/components/Choice.js +20 -18
- package/dist/components/CookiesWarning.js +3 -3
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +7 -7
- package/dist/components/DatePicker.js +6 -6
- package/dist/components/Drawer.js +1 -1
- package/dist/components/Dropdown/stories/__mock__.js +102 -34
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/HeroTitle.js +1 -1
- package/dist/components/Icon.js +1 -1
- package/dist/components/Input.js +1 -1
- package/dist/components/InputPassword.js +1 -1
- package/dist/components/Label.js +2 -2
- package/dist/components/Loader.js +1 -1
- package/dist/components/MenuItem.js +17 -12
- package/dist/components/Modal.js +2 -2
- package/dist/components/Notification.js +3 -8
- package/dist/components/Pagination.js +3 -5
- package/dist/components/Response.js +3 -3
- package/dist/components/ScrollOnDrag.js +7 -5
- package/dist/components/Search.js +1 -1
- package/dist/components/Segmented/stories/__mock__.js +24 -12
- package/dist/components/Segmented.js +84 -52
- package/dist/components/Select.js +1 -1
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Tab.js +1 -1
- package/dist/components/Textarea.js +8 -9
- package/dist/components/Tile.js +1 -1
- package/dist/components/Title.js +1 -1
- package/dist/components/Tooltip.js +1 -1
- package/dist/css/components/Breadcrumbs/Breadcrumbs.css +39 -6
- package/dist/css/components/Chips/Chips.css +40 -14
- package/dist/css/components/Icon/Icon.css +24 -0
- package/dist/css/components/Loader/Loader.css +1 -19
- package/dist/css/components/MenuItem/MenuItem.css +53 -30
- package/dist/css/components/Notification/Notification.css +0 -48
- package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +230 -4
- package/dist/css/components/Segmented/Segmented.css +64 -8
- package/dist/css/components/Segmented/css/__item/segmaented__item.css +28 -0
- package/dist/css/styles/centering/centering.css +17 -0
- package/dist/css/styles/shape-strength/shape-strength.css +6 -0
- package/dist/hooks/useStyles/styleAttributes.js +1 -1
- package/dist/stories/BreadcrumbsPlsyground.mdx +1 -1
- package/dist/stories/ChipsOverview.mdx +26 -14
- package/dist/stories/ChipsPlayground.mdx +3 -3
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsAccent.d.ts +2 -12
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSize.d.ts +7 -14
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsStyle.d.ts +4 -6
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +11 -8
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +5 -8
- package/dist/types/components/Button/appearance/buttonSurface.d.ts +9 -0
- package/dist/types/components/Chips/Chips.interface.d.ts +1 -0
- package/dist/types/components/Chips/appearance/chipsAccent.d.ts +9 -1
- package/dist/types/components/Chips/appearance/chipsDanger.d.ts +16 -1
- package/dist/types/components/Chips/appearance/chipsError.d.ts +16 -1
- package/dist/types/components/Chips/appearance/chipsInfo.d.ts +16 -1
- package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +11 -2
- package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +10 -2
- package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +16 -1
- package/dist/types/components/Chips/appearance/chipsSurface.d.ts +11 -1
- package/dist/types/components/Chips/appearance/chipsWarning.d.ts +16 -1
- package/dist/types/components/Chips/stories/__mock__/index.d.ts +14 -0
- package/dist/types/components/Choice/appearance/choiceDefault.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +1 -1
- package/dist/types/components/Choice/appearance/choiceError.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceRequire.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceStyle.d.ts +4 -6
- package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +1 -0
- package/dist/types/components/Choice/stories/__mock__/index.d.ts +3 -9
- package/dist/types/components/Dropdown/stories/__mock__/index.d.ts +87 -44
- package/dist/types/components/Icon/appearance/iconAccent.d.ts +2 -4
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +2 -4
- package/dist/types/components/Icon/appearance/iconDisabled.d.ts +12 -0
- package/dist/types/components/Icon/appearance/iconError.d.ts +4 -4
- package/dist/types/components/Icon/appearance/iconInfo.d.ts +7 -4
- package/dist/types/components/Icon/appearance/iconPrimary.d.ts +4 -2
- package/dist/types/components/Icon/appearance/iconSecondary.d.ts +2 -2
- package/dist/types/components/Icon/appearance/iconStyle.d.ts +4 -6
- package/dist/types/components/Icon/appearance/iconSuccess.d.ts +0 -2
- package/dist/types/components/Icon/appearance/iconSurface.d.ts +0 -5
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +4 -4
- package/dist/types/components/Input/appearance/inputDefault.d.ts +1 -0
- package/dist/types/components/Label/appearance/labelDisable.d.ts +2 -2
- package/dist/types/components/Label/appearance/labelPrimary.d.ts +1 -0
- package/dist/types/components/Label/appearance/labelSurface.d.ts +1 -0
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +4 -6
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +5 -0
- package/dist/types/components/Notification/appearance/notificationDefault.d.ts +0 -1
- package/dist/types/components/Notification/appearance/notificationError.d.ts +0 -1
- package/dist/types/components/Notification/appearance/notificationInfo.d.ts +0 -1
- package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +0 -1
- package/dist/types/components/Notification/appearance/notificationWarning.d.ts +0 -1
- package/dist/types/components/Segmented/Segmented.interface.d.ts +5 -2
- package/dist/types/components/Segmented/appearance/segmentedDefault.d.ts +8 -11
- package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +8 -10
- package/dist/types/components/Segmented/appearance/segmentedError.d.ts +10 -1
- package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +5 -0
- package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +3 -3
- package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +10 -1
- package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +10 -1
- package/dist/types/components/Segmented/stories/__mock__/index.d.ts +31 -9
- package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +1 -0
- package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +4 -4
- package/dist/types/context/UIContext.d.ts +3 -5
- package/package.json +8 -7
- package/dist/ChipsGroup_cjs_j3QOma3U.js +0 -200
- package/dist/ChipsGroup_es_DF1fhn97.js +0 -195
- package/dist/css/components/Notification/css/__item/notification__item_status.css +0 -48
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsDanger.d.ts +0 -7
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsError.d.ts +0 -9
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsInfo.d.ts +0 -17
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsPrimary.d.ts +0 -8
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSecondary.d.ts +0 -8
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSuccess.d.ts +0 -9
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsWarning.d.ts +0 -9
|
@@ -1,19 +1,9 @@
|
|
|
1
1
|
declare const breadcrumbsAppearanceAccent: {
|
|
2
|
-
accent: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
};
|
|
6
2
|
accentPrimary: {
|
|
7
3
|
fill: string;
|
|
8
|
-
|
|
9
|
-
borderColor: string;
|
|
10
|
-
};
|
|
11
|
-
accentSecondary: {
|
|
12
|
-
fill: string;
|
|
13
|
-
fillHover: string;
|
|
14
|
-
textColor: string;
|
|
15
|
-
textColorHover: string;
|
|
4
|
+
labelTextColor: string;
|
|
16
5
|
borderColor: string;
|
|
6
|
+
iconFillIcon: string;
|
|
17
7
|
};
|
|
18
8
|
};
|
|
19
9
|
export { breadcrumbsAppearanceAccent };
|
|
@@ -2,44 +2,37 @@ declare const breadcrumbsAppearanceSize: {
|
|
|
2
2
|
sizeXXL: {
|
|
3
3
|
size: string;
|
|
4
4
|
labelTextSize: string;
|
|
5
|
-
|
|
6
|
-
iconSize: string;
|
|
5
|
+
icon: any;
|
|
7
6
|
};
|
|
8
7
|
sizeXL: {
|
|
9
8
|
size: string;
|
|
10
9
|
labelTextSize: string;
|
|
11
|
-
|
|
12
|
-
iconSize: string;
|
|
10
|
+
icon: any;
|
|
13
11
|
};
|
|
14
12
|
sizeL: {
|
|
15
13
|
size: string;
|
|
16
14
|
labelTextSize: string;
|
|
17
|
-
|
|
18
|
-
iconSize: string;
|
|
15
|
+
icon: any;
|
|
19
16
|
};
|
|
20
17
|
sizeM: {
|
|
21
18
|
size: string;
|
|
22
19
|
labelTextSize: string;
|
|
23
|
-
|
|
24
|
-
iconSize: string;
|
|
20
|
+
icon: any;
|
|
25
21
|
};
|
|
26
22
|
sizeS: {
|
|
27
23
|
size: string;
|
|
28
24
|
labelTextSize: string;
|
|
29
|
-
|
|
30
|
-
iconSize: string;
|
|
25
|
+
icon: any;
|
|
31
26
|
};
|
|
32
27
|
sizeXS: {
|
|
33
28
|
size: string;
|
|
34
29
|
labelTextSize: string;
|
|
35
|
-
|
|
36
|
-
iconSize: string;
|
|
30
|
+
icon: any;
|
|
37
31
|
};
|
|
38
32
|
sizeXXS: {
|
|
39
33
|
size: string;
|
|
40
34
|
labelTextSize: string;
|
|
41
|
-
|
|
42
|
-
iconSize: string;
|
|
35
|
+
icon: any;
|
|
43
36
|
};
|
|
44
37
|
};
|
|
45
38
|
export { breadcrumbsAppearanceSize };
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
declare const breadcrumbsAppearanceStyle: {
|
|
2
|
-
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
2
|
+
solid: {
|
|
7
3
|
borderColor: string;
|
|
8
4
|
};
|
|
9
5
|
outlined: {
|
|
10
6
|
fill: string;
|
|
11
7
|
};
|
|
12
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
13
11
|
borderColor: string;
|
|
14
12
|
};
|
|
15
13
|
};
|
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
declare const breadcrumbsAppearanceSurface: {
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
6
|
iconFillIcon: string;
|
|
7
7
|
};
|
|
8
8
|
surfaceSecondary: {
|
|
9
9
|
fill: string;
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
labelTextColor: string;
|
|
11
|
+
borderColor: string;
|
|
12
|
+
iconFillIcon: string;
|
|
12
13
|
};
|
|
13
14
|
surfaceTertiary: {
|
|
14
15
|
fill: string;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
labelTextColor: string;
|
|
17
|
+
borderColor: string;
|
|
18
|
+
iconFillIcon: string;
|
|
17
19
|
};
|
|
18
20
|
surfaceQuaternary: {
|
|
19
21
|
fill: string;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
labelTextColor: string;
|
|
23
|
+
borderColor: string;
|
|
24
|
+
iconFillIcon: string;
|
|
22
25
|
};
|
|
23
26
|
};
|
|
24
27
|
export { breadcrumbsAppearanceSurface };
|
|
@@ -26,5 +26,14 @@ declare const buttonAppearanceSurface: {
|
|
|
26
26
|
iconFillIcon: string;
|
|
27
27
|
loaderAppearance: string;
|
|
28
28
|
};
|
|
29
|
+
surfaceQuaternary: {
|
|
30
|
+
fill: string;
|
|
31
|
+
fillHover: string;
|
|
32
|
+
labelTextColor: string;
|
|
33
|
+
iconAfterFillIcon: string;
|
|
34
|
+
iconBeforeFillIcon: string;
|
|
35
|
+
iconFillIcon: string;
|
|
36
|
+
loaderAppearance: string;
|
|
37
|
+
};
|
|
29
38
|
};
|
|
30
39
|
export { buttonAppearanceSurface };
|
|
@@ -41,6 +41,7 @@ interface ChipsProps extends ChipsThemeColor, StyleAttributes {
|
|
|
41
41
|
style?: CSSProperties;
|
|
42
42
|
type?: string;
|
|
43
43
|
isActive?: boolean;
|
|
44
|
+
isSkeleton?: boolean;
|
|
44
45
|
onClick?: () => void;
|
|
45
46
|
}
|
|
46
47
|
export type { ChipsThemeColor, ChipsAppearance, ChipsConfig, ChipsProps };
|
|
@@ -5,11 +5,19 @@ declare const chipsAppearanceAccent: {
|
|
|
5
5
|
labelTextColor: string;
|
|
6
6
|
borderColor: string;
|
|
7
7
|
};
|
|
8
|
+
accentMutedPrimary: {
|
|
9
|
+
fill: string;
|
|
10
|
+
labelTextColor: string;
|
|
11
|
+
borderColor: string;
|
|
12
|
+
iconAfterFillIcon: string;
|
|
13
|
+
iconBeforeFillIcon: string;
|
|
14
|
+
};
|
|
8
15
|
accentPrimary: {
|
|
9
16
|
fill: string;
|
|
10
|
-
fillHover: string;
|
|
11
17
|
labelTextColor: string;
|
|
12
18
|
borderColor: string;
|
|
19
|
+
iconAfterFillIcon: string;
|
|
20
|
+
iconBeforeFillIcon: string;
|
|
13
21
|
};
|
|
14
22
|
};
|
|
15
23
|
export { chipsAppearanceAccent };
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
declare const chipsAppearanceDanger: {
|
|
1
|
+
declare const chipsAppearanceDanger: {
|
|
2
|
+
dangerMutedPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
dangerPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
2
17
|
export { chipsAppearanceDanger };
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
declare const chipsAppearanceError: {
|
|
1
|
+
declare const chipsAppearanceError: {
|
|
2
|
+
errorMutedPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
errorPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
2
17
|
export { chipsAppearanceError };
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
declare const chipsAppearanceInfo: {
|
|
1
|
+
declare const chipsAppearanceInfo: {
|
|
2
|
+
infoMutedPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
infoPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
2
17
|
export { chipsAppearanceInfo };
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
declare const chipsAppearancePrimary: {
|
|
2
|
-
|
|
2
|
+
primaryMutedPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
4
|
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
primaryPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
6
15
|
};
|
|
7
16
|
};
|
|
8
17
|
export { chipsAppearancePrimary };
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
declare const chipsAppearanceSecondary: {
|
|
2
|
-
|
|
2
|
+
secondaryMutedPrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
4
|
labelTextColor: string;
|
|
6
5
|
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
secondaryPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
7
15
|
};
|
|
8
16
|
};
|
|
9
17
|
export { chipsAppearanceSecondary };
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
declare const chipsAppearanceSuccess: {
|
|
1
|
+
declare const chipsAppearanceSuccess: {
|
|
2
|
+
successMutedPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
successPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
2
17
|
export { chipsAppearanceSuccess };
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
declare const chipsAppearanceSurface: {
|
|
2
|
+
surfaceMutedPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
2
9
|
surfacePrimary: {
|
|
3
10
|
fill: string;
|
|
4
11
|
fillActive: string;
|
|
@@ -9,8 +16,11 @@ declare const chipsAppearanceSurface: {
|
|
|
9
16
|
labelTextHoverColor: string;
|
|
10
17
|
borderColor: string;
|
|
11
18
|
activeIconItemFill: string;
|
|
12
|
-
iconBeforeFillIcon: string;
|
|
13
19
|
badgeAppearance: string;
|
|
20
|
+
iconAfterFillActiveIcon: string;
|
|
21
|
+
iconAfterFillIcon: string;
|
|
22
|
+
iconBeforeFillActiveIcon: string;
|
|
23
|
+
iconBeforeFillIcon: string;
|
|
14
24
|
};
|
|
15
25
|
surfaceSecondary: {
|
|
16
26
|
fill: string;
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
declare const chipsAppearanceWarning: {
|
|
1
|
+
declare const chipsAppearanceWarning: {
|
|
2
|
+
warningMutedPrimary: {
|
|
3
|
+
fill: string;
|
|
4
|
+
labelTextColor: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
iconAfterFillIcon: string;
|
|
7
|
+
iconBeforeFillIcon: string;
|
|
8
|
+
};
|
|
9
|
+
warningPrimary: {
|
|
10
|
+
fill: string;
|
|
11
|
+
labelTextColor: string;
|
|
12
|
+
borderColor: string;
|
|
13
|
+
iconAfterFillIcon: string;
|
|
14
|
+
iconBeforeFillIcon: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
2
17
|
export { chipsAppearanceWarning };
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
declare const choiceAppearanceStyle: {
|
|
2
|
-
|
|
2
|
+
solid: {
|
|
3
3
|
borderColor: string;
|
|
4
4
|
};
|
|
5
|
-
|
|
5
|
+
outlined: {
|
|
6
6
|
fill: string;
|
|
7
7
|
fillItem: string;
|
|
8
8
|
fillItemActive: string;
|
|
9
|
-
borderColor: string;
|
|
10
9
|
};
|
|
11
|
-
|
|
10
|
+
full: {};
|
|
11
|
+
ghost: {
|
|
12
12
|
fill: string;
|
|
13
13
|
fillItem: string;
|
|
14
14
|
fillItemActive: string;
|
|
15
|
-
};
|
|
16
|
-
solid: {
|
|
17
15
|
borderColor: string;
|
|
18
16
|
};
|
|
19
17
|
};
|
|
@@ -4,12 +4,8 @@ declare const choiceListMock: {
|
|
|
4
4
|
};
|
|
5
5
|
choices: {
|
|
6
6
|
label: string;
|
|
7
|
-
iconAfter:
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
iconBefore: {
|
|
11
|
-
Default: any;
|
|
12
|
-
};
|
|
7
|
+
iconAfter: any;
|
|
8
|
+
iconBefore: any;
|
|
13
9
|
value: number;
|
|
14
10
|
}[];
|
|
15
11
|
};
|
|
@@ -18,9 +14,7 @@ declare const choiceListIconMock: {
|
|
|
18
14
|
value: number;
|
|
19
15
|
};
|
|
20
16
|
choices: {
|
|
21
|
-
icon:
|
|
22
|
-
Default: any;
|
|
23
|
-
};
|
|
17
|
+
icon: any;
|
|
24
18
|
value: number;
|
|
25
19
|
}[];
|
|
26
20
|
};
|
|
@@ -1,44 +1,87 @@
|
|
|
1
|
-
declare const dropdownListMock: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
1
|
+
declare const dropdownListMock: ({
|
|
2
|
+
key: number;
|
|
3
|
+
label: string;
|
|
4
|
+
isActive: boolean;
|
|
5
|
+
badgeValue?: undefined;
|
|
6
|
+
iconBefore?: undefined;
|
|
7
|
+
iconAfter?: undefined;
|
|
8
|
+
showDivider?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
key: number;
|
|
11
|
+
label: string;
|
|
12
|
+
badgeValue: number;
|
|
13
|
+
isActive: boolean;
|
|
14
|
+
iconBefore?: undefined;
|
|
15
|
+
iconAfter?: undefined;
|
|
16
|
+
showDivider?: undefined;
|
|
17
|
+
} | {
|
|
18
|
+
key: number;
|
|
19
|
+
label: string;
|
|
20
|
+
iconBefore: any;
|
|
21
|
+
isActive: boolean;
|
|
22
|
+
badgeValue?: undefined;
|
|
23
|
+
iconAfter?: undefined;
|
|
24
|
+
showDivider?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
key: number;
|
|
27
|
+
label: string;
|
|
28
|
+
iconAfter: any;
|
|
29
|
+
isActive: boolean;
|
|
30
|
+
badgeValue?: undefined;
|
|
31
|
+
iconBefore?: undefined;
|
|
32
|
+
showDivider?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
key: number;
|
|
35
|
+
label: string;
|
|
36
|
+
showDivider: boolean;
|
|
37
|
+
isActive: boolean;
|
|
38
|
+
badgeValue?: undefined;
|
|
39
|
+
iconBefore?: undefined;
|
|
40
|
+
iconAfter?: undefined;
|
|
41
|
+
})[];
|
|
42
|
+
declare const dropdownListSimpleMock: ({
|
|
43
|
+
key: number;
|
|
44
|
+
label: string;
|
|
45
|
+
isActive: boolean;
|
|
46
|
+
badgeValue?: undefined;
|
|
47
|
+
showDivider?: undefined;
|
|
48
|
+
} | {
|
|
49
|
+
key: number;
|
|
50
|
+
label: string;
|
|
51
|
+
badgeValue: number;
|
|
52
|
+
isActive: boolean;
|
|
53
|
+
showDivider?: undefined;
|
|
54
|
+
} | {
|
|
55
|
+
key: number;
|
|
56
|
+
label: string;
|
|
57
|
+
showDivider: boolean;
|
|
58
|
+
isActive: boolean;
|
|
59
|
+
badgeValue?: undefined;
|
|
60
|
+
})[];
|
|
61
|
+
declare const dropdownListBeforeMock: ({
|
|
62
|
+
key: number;
|
|
63
|
+
label: string;
|
|
64
|
+
iconBefore: any;
|
|
65
|
+
isActive: boolean;
|
|
66
|
+
badgeValue?: undefined;
|
|
67
|
+
} | {
|
|
68
|
+
key: number;
|
|
69
|
+
label: string;
|
|
70
|
+
badgeValue: number;
|
|
71
|
+
iconBefore: any;
|
|
72
|
+
isActive: boolean;
|
|
73
|
+
})[];
|
|
74
|
+
declare const dropdownListAfterMock: ({
|
|
75
|
+
key: number;
|
|
76
|
+
label: string;
|
|
77
|
+
iconAfter: any;
|
|
78
|
+
isActive: boolean;
|
|
79
|
+
badgeValue?: undefined;
|
|
80
|
+
} | {
|
|
81
|
+
key: number;
|
|
82
|
+
label: string;
|
|
83
|
+
badgeValue: number;
|
|
84
|
+
iconAfter: any;
|
|
85
|
+
isActive: boolean;
|
|
86
|
+
})[];
|
|
87
|
+
export { dropdownListMock, dropdownListSimpleMock, dropdownListBeforeMock, dropdownListAfterMock, };
|
|
@@ -3,21 +3,19 @@ declare const iconAppearanceAccent: {
|
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
5
|
borderColor: string;
|
|
6
|
+
badgeAppearance: string;
|
|
6
7
|
iconFill: string;
|
|
7
8
|
};
|
|
8
9
|
accentPrimary: {
|
|
9
10
|
fill: string;
|
|
10
11
|
fillHover: string;
|
|
11
|
-
labelTextColor: string;
|
|
12
|
-
labelTextColorHover: string;
|
|
13
12
|
borderColor: string;
|
|
13
|
+
badgeAppearance: string;
|
|
14
14
|
iconFill: string;
|
|
15
15
|
};
|
|
16
16
|
accentSecondary: {
|
|
17
17
|
fill: string;
|
|
18
18
|
fillHover: string;
|
|
19
|
-
labelTextColor: string;
|
|
20
|
-
labelTextColorHover: string;
|
|
21
19
|
borderColor: string;
|
|
22
20
|
iconFill: string;
|
|
23
21
|
};
|
|
@@ -2,14 +2,12 @@ declare const iconAppearanceDanger: {
|
|
|
2
2
|
danger: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
labelTextColor: string;
|
|
6
|
-
labelTextColorHover: string;
|
|
7
5
|
};
|
|
8
6
|
dangerPrimary: {
|
|
9
7
|
fill: string;
|
|
10
8
|
fillHover: string;
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
badgeAppearance: string;
|
|
10
|
+
iconFill: string;
|
|
13
11
|
};
|
|
14
12
|
};
|
|
15
13
|
export { iconAppearanceDanger };
|