@itcase/ui 1.8.36 → 1.8.38
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_DBoMi2WA.js → Avatar_cjs_nMPCDjk8.js} +1 -1
- package/dist/{Avatar_es_DHREqfOD.js → Avatar_es_B73a6TzA.js} +1 -1
- package/dist/{Button_cjs_djJUZATX.js → Button_cjs_plv5-qcj.js} +10 -1
- package/dist/{Button_es_X1DzVhok.js → Button_es_BigB2Wz6.js} +10 -1
- package/dist/{ChipsGroup_cjs_5xsEchPo.js → ChipsGroup_cjs_DrOhD-Fc.js} +2 -4
- package/dist/{ChipsGroup_es_4TOkv-fm.js → ChipsGroup_es_B9m4l0wN.js} +2 -4
- package/dist/{DatePicker_cjs_DffhgUnQ.js → DatePicker_cjs_DKoF73mp.js} +17 -17
- package/dist/{DatePicker_es_GmkagjKf.js → DatePicker_es_CdEYxtwj.js} +17 -17
- package/dist/{DropdownItem_cjs_DxBpJAi9.js → DropdownItem_cjs_DQvByLbN.js} +1 -1
- package/dist/{DropdownItem_es_Loneq6M7.js → DropdownItem_es_KppIfto7.js} +1 -1
- package/dist/{Label_cjs_C88e2CIP.js → Label_cjs_BGJfyrOL.js} +50 -48
- package/dist/{Label_es_Bn2aRjLl.js → Label_es_C4Px7b-N.js} +50 -48
- package/dist/{Tooltip_cjs_oS1iOamX.js → Tooltip_cjs_DHduWa-v.js} +72 -68
- package/dist/{Tooltip_es_LV5ZNg3B.js → Tooltip_es_ltCY-w4M.js} +72 -68
- 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 -48
- package/dist/cjs/components/Breadcrumbs.js +38 -120
- package/dist/cjs/components/Button.js +2 -2
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips/stories/__mock__.js +2 -2
- package/dist/cjs/components/Chips.js +2 -2
- package/dist/cjs/components/Choice.js +16 -14
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/DatePeriod.js +25 -21
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +1 -1
- package/dist/cjs/components/Dropdown/stories/__mock__.js +103 -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/InputPassword.js +1 -1
- package/dist/cjs/components/Label.js +2 -2
- package/dist/cjs/components/MenuItem.js +7 -9
- package/dist/cjs/components/Modal.js +1 -1
- package/dist/cjs/components/Notification.js +3 -9
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Search.js +1 -1
- package/dist/cjs/components/Segmented/stories/__mock__.js +11 -11
- package/dist/cjs/components/Segmented.js +28 -25
- package/dist/cjs/components/Select.js +1 -1
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Switch.js +0 -1
- package/dist/cjs/components/Tab.js +1 -1
- 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/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 +33 -48
- package/dist/components/Breadcrumbs.js +38 -120
- package/dist/components/Button.js +2 -2
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips/stories/__mock__.js +2 -2
- package/dist/components/Chips.js +2 -2
- package/dist/components/Choice.js +16 -14
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/DatePeriod.js +25 -21
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +1 -1
- package/dist/components/Dropdown/stories/__mock__.js +101 -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/InputPassword.js +1 -1
- package/dist/components/Label.js +2 -2
- package/dist/components/MenuItem.js +7 -9
- package/dist/components/Modal.js +1 -1
- package/dist/components/Notification.js +3 -9
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Response.js +2 -2
- package/dist/components/Search.js +1 -1
- package/dist/components/Segmented/stories/__mock__.js +8 -8
- package/dist/components/Segmented.js +28 -25
- package/dist/components/Select.js +1 -1
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Switch.js +0 -1
- package/dist/components/Tab.js +1 -1
- 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 +24 -0
- package/dist/css/components/Icon/Icon.css +24 -0
- package/dist/css/components/MenuItem/MenuItem.css +31 -0
- package/dist/css/components/Notification/Notification.css +0 -48
- package/dist/css/components/Segmented/Segmented.css +16 -7
- package/dist/css/components/Segmented/css/__item/segmaented__item.css +2 -5
- package/dist/stories/BreadcrumbsPlsyground.mdx +1 -1
- 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 +1 -3
- package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +11 -8
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +6 -32
- package/dist/types/components/Button/appearance/buttonSurface.d.ts +9 -0
- package/dist/types/components/Chips/appearance/chipsStyle.d.ts +1 -3
- 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 +1 -3
- package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +1 -0
- 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/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/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/appearance/segmentedDefault.d.ts +1 -1
- package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +2 -2
- package/dist/types/components/Segmented/appearance/segmentedError.d.ts +3 -1
- package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +3 -5
- package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +3 -2
- package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +2 -1
- package/dist/types/components/Segmented/stories/__mock__/index.d.ts +5 -5
- package/package.json +7 -7
- 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,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 };
|
|
@@ -2,14 +2,14 @@ declare const iconAppearanceError: {
|
|
|
2
2
|
error: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
badgeAppearance: string;
|
|
6
|
+
iconFill: string;
|
|
7
7
|
};
|
|
8
8
|
errorPrimary: {
|
|
9
9
|
fill: string;
|
|
10
10
|
fillHover: string;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
badgeAppearance: string;
|
|
12
|
+
iconFill: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
export { iconAppearanceError };
|
|
@@ -2,15 +2,18 @@ declare const iconAppearanceInfo: {
|
|
|
2
2
|
info: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
labelTextColor: string;
|
|
6
|
-
labelTextColorHover: string;
|
|
7
5
|
borderColor: string;
|
|
8
6
|
};
|
|
7
|
+
infoPrimary: {
|
|
8
|
+
fill: string;
|
|
9
|
+
fillHover: string;
|
|
10
|
+
borderColor: string;
|
|
11
|
+
badgeAppearance: string;
|
|
12
|
+
iconFill: string;
|
|
13
|
+
};
|
|
9
14
|
infoSecondary: {
|
|
10
15
|
fill: string;
|
|
11
16
|
fillHover: string;
|
|
12
|
-
labelTextColor: string;
|
|
13
|
-
labelTextColorHover: string;
|
|
14
17
|
borderColor: string;
|
|
15
18
|
};
|
|
16
19
|
};
|
|
@@ -2,12 +2,14 @@ declare const iconAppearancePrimary: {
|
|
|
2
2
|
primary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
|
|
5
|
+
badgeAppearance: string;
|
|
6
|
+
iconFill: string;
|
|
6
7
|
};
|
|
7
8
|
primaryPrimary: {
|
|
8
9
|
fill: string;
|
|
9
10
|
fillHover: string;
|
|
10
|
-
|
|
11
|
+
badgeAppearance: string;
|
|
12
|
+
iconFill: string;
|
|
11
13
|
};
|
|
12
14
|
};
|
|
13
15
|
export { iconAppearancePrimary };
|
|
@@ -2,12 +2,12 @@ declare const iconAppearanceSecondary: {
|
|
|
2
2
|
secondary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
labelTextColor: string;
|
|
6
5
|
};
|
|
7
6
|
secondaryPrimary: {
|
|
8
7
|
fill: string;
|
|
9
8
|
fillHover: string;
|
|
10
|
-
|
|
9
|
+
badgeAppearance: string;
|
|
10
|
+
iconFill: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
export { iconAppearanceSecondary };
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
declare const iconAppearanceStyle: {
|
|
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
|
};
|
|
@@ -2,29 +2,24 @@ declare const iconAppearanceSurface: {
|
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
labelTextColor: string;
|
|
6
5
|
badgeAppearance: string;
|
|
7
6
|
iconFill: string;
|
|
8
7
|
};
|
|
9
8
|
surfaceSecondary: {
|
|
10
9
|
fill: string;
|
|
11
10
|
fillHover: string;
|
|
12
|
-
labelTextColor: string;
|
|
13
11
|
badgeAppearance: string;
|
|
14
12
|
iconFill: string;
|
|
15
13
|
};
|
|
16
14
|
surfaceTertiary: {
|
|
17
15
|
fill: string;
|
|
18
16
|
fillHover: string;
|
|
19
|
-
labelTextColor: string;
|
|
20
17
|
badgeAppearance: string;
|
|
21
18
|
iconFill: string;
|
|
22
19
|
};
|
|
23
20
|
surfaceQuaternary: {
|
|
24
21
|
fill: string;
|
|
25
22
|
fillHover: string;
|
|
26
|
-
labelTextColor: string;
|
|
27
|
-
labelTextColorHover: string;
|
|
28
23
|
badgeAppearance: string;
|
|
29
24
|
iconFill: string;
|
|
30
25
|
};
|
|
@@ -2,14 +2,14 @@ declare const iconAppearanceWarning: {
|
|
|
2
2
|
warning: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
badgeAppearance: string;
|
|
6
|
+
iconFill: string;
|
|
7
7
|
};
|
|
8
8
|
warningPrimary: {
|
|
9
9
|
fill: string;
|
|
10
10
|
fillHover: string;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
badgeAppearance: string;
|
|
12
|
+
iconFill: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
export { iconAppearanceWarning };
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
declare const menuItemAppearanceStyle: {
|
|
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
|
};
|
|
@@ -7,6 +7,7 @@ declare const segmentedAppearanceDefault: {
|
|
|
7
7
|
labelTextActiveColor: string;
|
|
8
8
|
labelTextActiveHoverColor: string;
|
|
9
9
|
labelTextColor: string;
|
|
10
|
+
borderColor: string;
|
|
10
11
|
iconAfterFill: string;
|
|
11
12
|
iconAfterFillActive: string;
|
|
12
13
|
iconBeforeFill: string;
|
|
@@ -14,7 +15,6 @@ declare const segmentedAppearanceDefault: {
|
|
|
14
15
|
iconFill: string;
|
|
15
16
|
iconFillActive: string;
|
|
16
17
|
indicatorFill: string;
|
|
17
|
-
inputBorderColor: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
export { segmentedAppearanceDefault };
|
|
@@ -2,15 +2,15 @@ declare const segmentedAppearanceDisabled: {
|
|
|
2
2
|
disabledPrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillActive: string;
|
|
5
|
-
|
|
5
|
+
labelTextActiveColor: string;
|
|
6
6
|
labelTextColor: string;
|
|
7
|
+
borderColor: string;
|
|
7
8
|
iconAfterFill: string;
|
|
8
9
|
iconAfterFillActive: string;
|
|
9
10
|
iconBeforeFill: string;
|
|
10
11
|
iconBeforeFillActive: string;
|
|
11
12
|
iconFill: string;
|
|
12
13
|
iconFillActive: string;
|
|
13
|
-
inputBorderColor: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
export { segmentedAppearanceDisabled };
|
|
@@ -3,14 +3,16 @@ declare const segmentedAppearanceError: {
|
|
|
3
3
|
fill: string;
|
|
4
4
|
fillActive: string;
|
|
5
5
|
fillHover: string;
|
|
6
|
+
labelTextActiveColor: string;
|
|
6
7
|
labelTextColor: string;
|
|
8
|
+
labelTextColorHover: string;
|
|
9
|
+
borderColor: string;
|
|
7
10
|
iconAfterFill: string;
|
|
8
11
|
iconAfterFillActive: string;
|
|
9
12
|
iconBeforeFill: string;
|
|
10
13
|
iconBeforeFillActive: string;
|
|
11
14
|
iconFill: string;
|
|
12
15
|
iconFillActive: string;
|
|
13
|
-
inputBorderColor: string;
|
|
14
16
|
};
|
|
15
17
|
};
|
|
16
18
|
export { segmentedAppearanceError };
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
declare const segmentedAppearanceStyle: {
|
|
2
2
|
solid: {
|
|
3
|
-
|
|
3
|
+
borderColor: string;
|
|
4
4
|
};
|
|
5
5
|
outlined: {
|
|
6
6
|
fill: string;
|
|
7
7
|
fillActive: string;
|
|
8
8
|
};
|
|
9
|
-
full: {
|
|
10
|
-
inputBorderColor: string;
|
|
11
|
-
};
|
|
9
|
+
full: {};
|
|
12
10
|
ghost: {
|
|
13
11
|
fill: string;
|
|
14
12
|
fillActive: string;
|
|
15
|
-
|
|
13
|
+
borderColor: string;
|
|
16
14
|
};
|
|
17
15
|
};
|
|
18
16
|
export { segmentedAppearanceStyle };
|
|
@@ -3,15 +3,16 @@ declare const segmentedAppearanceSuccess: {
|
|
|
3
3
|
fill: string;
|
|
4
4
|
fillActive: string;
|
|
5
5
|
fillHover: string;
|
|
6
|
+
labelTextActiveColor: string;
|
|
6
7
|
labelTextColor: string;
|
|
7
|
-
|
|
8
|
+
labelTextHoverColor: string;
|
|
9
|
+
borderColor: string;
|
|
8
10
|
iconAfterFill: string;
|
|
9
11
|
iconAfterFillActive: string;
|
|
10
12
|
iconBeforeFill: string;
|
|
11
13
|
iconBeforeFillActive: string;
|
|
12
14
|
iconFill: string;
|
|
13
15
|
iconFillActive: string;
|
|
14
|
-
inputBorderColor: string;
|
|
15
16
|
};
|
|
16
17
|
};
|
|
17
18
|
export { segmentedAppearanceSuccess };
|
|
@@ -3,15 +3,16 @@ declare const segmentedAppearanceWarning: {
|
|
|
3
3
|
fill: string;
|
|
4
4
|
fillActive: string;
|
|
5
5
|
fillHover: string;
|
|
6
|
+
labelTextActiveColor: string;
|
|
6
7
|
labelTextColor: string;
|
|
7
8
|
labelTextColorHover: string;
|
|
9
|
+
borderColor: string;
|
|
8
10
|
iconAfterFill: string;
|
|
9
11
|
iconAfterFillActive: string;
|
|
10
12
|
iconBeforeFill: string;
|
|
11
13
|
iconBeforeFillActive: string;
|
|
12
14
|
iconFill: string;
|
|
13
15
|
iconFillActive: string;
|
|
14
|
-
inputBorderColor: string;
|
|
15
16
|
};
|
|
16
17
|
};
|
|
17
18
|
export { segmentedAppearanceWarning };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const segmentedMock: {
|
|
2
2
|
activeSegment: {
|
|
3
3
|
value: number;
|
|
4
4
|
};
|
|
@@ -9,14 +9,14 @@ declare const segmentedArgsMock: {
|
|
|
9
9
|
value: number;
|
|
10
10
|
}[];
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
12
|
+
declare const segmentedLabelMock: {
|
|
13
13
|
label: string;
|
|
14
14
|
value: number;
|
|
15
15
|
}[];
|
|
16
|
-
declare const
|
|
16
|
+
declare const segmentedIconMock: {
|
|
17
17
|
iconBefore: string | undefined;
|
|
18
18
|
}[];
|
|
19
|
-
declare const
|
|
19
|
+
declare const segmentedMockSize: {
|
|
20
20
|
14: {
|
|
21
21
|
iconAfter: any;
|
|
22
22
|
iconBefore: any;
|
|
@@ -36,4 +36,4 @@ declare const segmentedArgsMockSize: {
|
|
|
36
36
|
value: number;
|
|
37
37
|
}[];
|
|
38
38
|
};
|
|
39
|
-
export {
|
|
39
|
+
export { segmentedMock, segmentedLabelMock, segmentedMockSize, segmentedIconMock, };
|