@itcase/ui 1.8.29 → 1.8.31
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_33OrnLtt.js → Avatar_cjs_DRaNGlad.js} +1 -1
- package/dist/{Avatar_es_B3LiV8MM.js → Avatar_es_Ck1RiTgB.js} +1 -1
- package/dist/{Button_cjs_C05Joa8j.js → Button_cjs_CnBP4mKv.js} +1 -1
- package/dist/{Button_es_CO_dwo-N.js → Button_es_WG0yV-rp.js} +1 -1
- package/dist/{ChipsGroup_cjs_Cm_pVx8z.js → ChipsGroup_cjs_BCnPa9xv.js} +2 -4
- package/dist/{ChipsGroup_es_CLpRB95W.js → ChipsGroup_es_1854brF_.js} +2 -4
- package/dist/{DatePicker_cjs_0y_2FcnF.js → DatePicker_cjs_Cbv3ffoB.js} +3 -6
- package/dist/{DatePicker_es_bY1aXemt.js → DatePicker_es_DGck2HRu.js} +3 -6
- package/dist/{DropdownItem_cjs_DPoFy70W.js → DropdownItem_cjs_C3BV7axh.js} +1 -1
- package/dist/{DropdownItem_es_CVztMEm0.js → DropdownItem_es_VDp5tKZr.js} +1 -1
- package/dist/{Label_cjs_BefEcq6i.js → Label_cjs_CqSZcFNk.js} +63 -63
- package/dist/{Label_es_Dl_DrMOh.js → Label_es_s3M2-dON.js} +63 -63
- package/dist/{Tooltip_cjs_pBGCcXLZ.js → Tooltip_cjs_BE4fABOp.js} +34 -5
- package/dist/{Tooltip_es_frBCZDrO.js → Tooltip_es_BPMRrd2L.js} +34 -5
- package/dist/cjs/components/Accordion.js +28 -12
- 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.js +1 -1
- package/dist/cjs/components/Button.js +2 -2
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips.js +2 -2
- package/dist/cjs/components/Choice/stories/__mock__.js +11 -0
- package/dist/cjs/components/Choice.js +59 -17
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/DatePeriod.js +14 -14
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +1 -1
- 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 +38 -68
- package/dist/cjs/components/Modal.js +1 -1
- package/dist/cjs/components/Notification.js +1 -1
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Search.js +4 -4
- package/dist/cjs/components/Segmented.js +21 -44
- 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/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 +28 -12
- 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.js +1 -1
- package/dist/components/Button.js +2 -2
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips.js +2 -2
- package/dist/components/Choice/stories/__mock__.js +9 -0
- package/dist/components/Choice.js +59 -17
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/DatePeriod.js +14 -14
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +1 -1
- 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 +38 -68
- package/dist/components/Modal.js +1 -1
- package/dist/components/Notification.js +1 -1
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Response.js +2 -2
- package/dist/components/Search.js +4 -4
- package/dist/components/Segmented.js +21 -44
- package/dist/components/Select.js +1 -1
- package/dist/components/Swiper.js +1 -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/Accordion/Accordion.css +27 -7
- package/dist/css/components/Badge/Badge.css +1 -1
- package/dist/css/components/Choice/Choice.css +27 -19
- package/dist/css/components/MenuItem/MenuItem.css +45 -8
- package/dist/stories/ChoiceOverview.mdx +2 -2
- package/dist/stories/ChoicePlayground.mdx +3 -3
- package/dist/types/components/Accordion/appearance/accordionSize.d.ts +14 -7
- package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +11 -2
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +1 -1
- package/dist/types/components/Cell/stories/__mock__/index.d.ts +2 -2
- package/dist/types/components/Choice/Choice.interface.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceDefault.d.ts +10 -0
- package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +10 -0
- package/dist/types/components/Choice/appearance/choiceError.d.ts +10 -0
- package/dist/types/components/Choice/appearance/choiceRequire.d.ts +11 -0
- package/dist/types/components/Choice/appearance/choiceStyle.d.ts +6 -4
- package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +11 -0
- package/dist/types/components/Choice/stories/__mock__/index.d.ts +4 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +4 -2
- package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +0 -2
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +6 -8
- package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +6 -6
- package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +0 -2
- package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +1 -1
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +6 -0
- package/dist/types/components/Icon/appearance/iconError.d.ts +6 -0
- package/dist/types/components/Icon/appearance/iconPrimary.d.ts +5 -0
- package/dist/types/components/Icon/appearance/iconSecondary.d.ts +5 -0
- package/dist/types/components/Icon/appearance/iconStyle.d.ts +6 -5
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +6 -0
- package/dist/types/components/Label/appearance/labelAccent.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelDanger.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelError.d.ts +7 -7
- package/dist/types/components/Label/appearance/labelPrimary.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelSecondary.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelSuccess.d.ts +1 -1
- package/dist/types/components/Label/appearance/labelSurface.d.ts +8 -8
- package/dist/types/components/Label/appearance/labelWarning.d.ts +1 -1
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -0
- package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +5 -8
- package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +3 -3
- package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +0 -15
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +1 -3
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -5
- package/dist/types/components/Notification/appearance/notificationDefault.d.ts +1 -1
- package/dist/types/components/Notification/appearance/notificationError.d.ts +1 -1
- package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +1 -1
- package/dist/types/components/Notification/appearance/notificationWarning.d.ts +1 -1
- package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchSize.d.ts +12 -12
- package/dist/types/components/Segmented/appearance/{segmentedSurface.d.ts → segmentedDefault.d.ts} +4 -4
- package/dist/types/components/Select/SelectLoadingIndicator.d.ts +1 -2
- package/dist/types/components/Tab/stories/__mock__/index.d.ts +1 -1
- package/dist/types/hooks/useDeviceTargetClass.d.ts +5 -0
- package/package.json +12 -12
- package/dist/types/components/Choice/appearance/choiceAccent.d.ts +0 -10
- package/dist/types/components/Label/appearance/labelGradient.d.ts +0 -9
- package/dist/types/components/MenuItem/appearance/menuItemPrimary.d.ts +0 -8
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +0 -21
- package/dist/types/components/Pagination/appearance/paginationDanger.d.ts +0 -7
- package/dist/types/components/Pagination/appearance/paginationError.d.ts +0 -11
- package/dist/types/components/Pagination/appearance/paginationInfo.d.ts +0 -21
- package/dist/types/components/Pagination/appearance/paginationPrimary.d.ts +0 -8
- package/dist/types/components/Pagination/appearance/paginationSecondary.d.ts +0 -8
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +0 -48
- package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +0 -16
- package/dist/types/components/Pagination/appearance/paginationSuccess.d.ts +0 -11
- package/dist/types/components/Pagination/appearance/paginationWarning.d.ts +0 -11
- package/dist/types/components/Segmented/appearance/segmentedAccent.d.ts +0 -19
- package/dist/types/components/Segmented/appearance/segmentedFalse.d.ts +0 -4
- package/dist/types/config/forms/datepicker.d.ts +0 -18
- package/dist/types/config/forms/index.d.ts +0 -3
- package/dist/types/config/forms/input.d.ts +0 -14
|
@@ -2,58 +2,43 @@ declare const menuItemAppearanceSize: {
|
|
|
2
2
|
sizeXXL: {
|
|
3
3
|
size: string;
|
|
4
4
|
labelTextSize: string;
|
|
5
|
-
iconAfterFillSize: string;
|
|
6
5
|
iconAfterSize: string;
|
|
7
|
-
iconBeforeFillSize: string;
|
|
8
6
|
iconBeforeSize: string;
|
|
9
7
|
};
|
|
10
8
|
sizeXL: {
|
|
11
9
|
size: string;
|
|
12
10
|
labelTextSize: string;
|
|
13
|
-
iconAfterFillSize: string;
|
|
14
11
|
iconAfterSize: string;
|
|
15
|
-
iconBeforeFillSize: string;
|
|
16
12
|
iconBeforeSize: string;
|
|
17
13
|
};
|
|
18
14
|
sizeL: {
|
|
19
15
|
size: string;
|
|
20
16
|
labelTextSize: string;
|
|
21
|
-
descTextSize: string;
|
|
22
|
-
iconAfterFillSize: string;
|
|
23
17
|
iconAfterSize: string;
|
|
24
|
-
iconBeforeFillSize: string;
|
|
25
18
|
iconBeforeSize: string;
|
|
26
19
|
};
|
|
27
20
|
sizeM: {
|
|
28
21
|
size: string;
|
|
29
22
|
labelTextSize: string;
|
|
30
|
-
iconAfterFillSize: string;
|
|
31
23
|
iconAfterSize: string;
|
|
32
|
-
iconBeforeFillSize: string;
|
|
33
24
|
iconBeforeSize: string;
|
|
34
25
|
};
|
|
35
26
|
sizeS: {
|
|
36
27
|
size: string;
|
|
37
28
|
labelTextSize: string;
|
|
38
|
-
iconAfterFillSize: string;
|
|
39
29
|
iconAfterSize: string;
|
|
40
|
-
iconBeforeFillSize: string;
|
|
41
30
|
iconBeforeSize: string;
|
|
42
31
|
};
|
|
43
32
|
sizeXS: {
|
|
44
33
|
size: string;
|
|
45
34
|
labelTextSize: string;
|
|
46
|
-
iconAfterFillSize: string;
|
|
47
35
|
iconAfterSize: string;
|
|
48
|
-
iconBeforeFillSize: string;
|
|
49
36
|
iconBeforeSize: string;
|
|
50
37
|
};
|
|
51
38
|
sizeXXS: {
|
|
52
39
|
size: string;
|
|
53
40
|
labelTextSize: string;
|
|
54
|
-
iconAfterFillSize: string;
|
|
55
41
|
iconAfterSize: string;
|
|
56
|
-
iconBeforeFillSize: string;
|
|
57
42
|
iconBeforeSize: string;
|
|
58
43
|
};
|
|
59
44
|
};
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
declare const menuItemAppearanceSurface: {
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
|
-
fillActive: string;
|
|
5
|
-
fillActiveHover: string;
|
|
6
4
|
fillHover: string;
|
|
7
5
|
labelTextColor: string;
|
|
8
6
|
iconAfterFillIcon: string;
|
|
9
7
|
iconBeforeFillIcon: string;
|
|
10
8
|
};
|
|
11
|
-
|
|
9
|
+
surfaceSecondary: {
|
|
12
10
|
fill: string;
|
|
13
11
|
fillHover: string;
|
|
14
12
|
labelTextColor: string;
|
|
15
13
|
};
|
|
16
|
-
|
|
14
|
+
surfaceTertiary: {
|
|
17
15
|
fill: string;
|
|
18
16
|
fillHover: string;
|
|
19
17
|
labelTextColor: string;
|
|
20
18
|
};
|
|
21
|
-
|
|
19
|
+
surfaceQuaternary: {
|
|
22
20
|
fill: string;
|
|
23
21
|
fillHover: string;
|
|
24
22
|
labelTextColor: string;
|
|
@@ -27,7 +27,7 @@ declare const paginationAppearanceSurface: {
|
|
|
27
27
|
pageCountDropdownItemSize: string;
|
|
28
28
|
pageCountDropdownItemWidth: string;
|
|
29
29
|
pageCountDropdownShape: string;
|
|
30
|
-
pageCountInputIcon:
|
|
30
|
+
pageCountInputIcon: any;
|
|
31
31
|
pageCountInputIconColor: string;
|
|
32
32
|
pageCountInputIconFillSize: string;
|
|
33
33
|
pageCountInputTextColor: string;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
declare const searchAppearanceSize: {
|
|
2
2
|
sizeXXL: {
|
|
3
3
|
size: string;
|
|
4
|
-
iconBefore:
|
|
5
|
-
iconClear:
|
|
4
|
+
iconBefore: any;
|
|
5
|
+
iconClear: any;
|
|
6
6
|
inputTextSize: string;
|
|
7
7
|
placeholderTextSize: string;
|
|
8
8
|
};
|
|
9
9
|
sizeXL: {
|
|
10
10
|
size: string;
|
|
11
|
-
iconBefore:
|
|
12
|
-
iconClear:
|
|
11
|
+
iconBefore: any;
|
|
12
|
+
iconClear: any;
|
|
13
13
|
inputTextSize: string;
|
|
14
14
|
placeholderTextSize: string;
|
|
15
15
|
};
|
|
16
16
|
sizeL: {
|
|
17
17
|
size: string;
|
|
18
|
-
iconBefore:
|
|
19
|
-
iconClear:
|
|
18
|
+
iconBefore: any;
|
|
19
|
+
iconClear: any;
|
|
20
20
|
inputTextSize: string;
|
|
21
21
|
placeholderTextSize: string;
|
|
22
22
|
};
|
|
23
23
|
sizeM: {
|
|
24
24
|
size: string;
|
|
25
|
-
iconBefore:
|
|
26
|
-
iconClear:
|
|
25
|
+
iconBefore: any;
|
|
26
|
+
iconClear: any;
|
|
27
27
|
inputTextSize: string;
|
|
28
28
|
placeholderTextSize: string;
|
|
29
29
|
};
|
|
30
30
|
sizeS: {
|
|
31
31
|
size: string;
|
|
32
|
-
iconBefore:
|
|
33
|
-
iconClear:
|
|
32
|
+
iconBefore: any;
|
|
33
|
+
iconClear: any;
|
|
34
34
|
inputTextSize: string;
|
|
35
35
|
placeholderTextSize: string;
|
|
36
36
|
};
|
|
37
37
|
sizeXS: {
|
|
38
38
|
size: string;
|
|
39
|
-
iconBefore:
|
|
40
|
-
iconClear:
|
|
39
|
+
iconBefore: any;
|
|
40
|
+
iconClear: any;
|
|
41
41
|
inputTextSize: string;
|
|
42
42
|
placeholderTextSize: string;
|
|
43
43
|
};
|
package/dist/types/components/Segmented/appearance/{segmentedSurface.d.ts → segmentedDefault.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
1
|
+
declare const segmentedAppearanceDefault: {
|
|
2
|
+
defaultPrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillActive: string;
|
|
5
5
|
fillActiveHover: string;
|
|
@@ -9,7 +9,7 @@ declare const segmentedAppearanceSurface: {
|
|
|
9
9
|
indicatorFill: string;
|
|
10
10
|
shape: string;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
defaultSecondary: {
|
|
13
13
|
fill: string;
|
|
14
14
|
fillActive: string;
|
|
15
15
|
fillActiveHover: string;
|
|
@@ -20,4 +20,4 @@ declare const segmentedAppearanceSurface: {
|
|
|
20
20
|
shape: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
export {
|
|
23
|
+
export { segmentedAppearanceDefault };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { GroupBase, LoadingIndicatorProps } from 'react-select';
|
|
3
|
-
declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) =>
|
|
2
|
+
declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) => any;
|
|
4
3
|
export { SelectLoadingIndicator };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.31",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
99
|
-
"@itcase/common": "^1.2.
|
|
100
|
-
"@itcase/icons": "^1.1.
|
|
101
|
-
"@itcase/storybook-config": "^1.1.
|
|
99
|
+
"@itcase/common": "^1.2.28",
|
|
100
|
+
"@itcase/icons": "^1.1.4",
|
|
101
|
+
"@itcase/storybook-config": "^1.1.14",
|
|
102
102
|
"@itcase/tokens-am": "^1.1.9",
|
|
103
103
|
"@itcase/tokens-baikal": "^1.1.9",
|
|
104
104
|
"@itcase/tokens-palette": "^1.1.11",
|
|
@@ -135,22 +135,22 @@
|
|
|
135
135
|
"@babel/preset-react": "^7.27.1",
|
|
136
136
|
"@commitlint/cli": "^19.8.1",
|
|
137
137
|
"@commitlint/config-conventional": "^19.8.1",
|
|
138
|
-
"@itcase/config": "^1.0.
|
|
139
|
-
"@itcase/lint": "^1.1.
|
|
138
|
+
"@itcase/config": "^1.0.48",
|
|
139
|
+
"@itcase/lint": "^1.1.18",
|
|
140
140
|
"@itcase/types": "^1.0.5",
|
|
141
141
|
"@rollup/plugin-alias": "^5.1.1",
|
|
142
142
|
"@rollup/plugin-babel": "^6.0.4",
|
|
143
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
143
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
144
144
|
"@rollup/plugin-image": "^3.0.3",
|
|
145
145
|
"@rollup/plugin-json": "^6.1.0",
|
|
146
146
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
147
147
|
"@rollup/plugin-terser": "^0.4.4",
|
|
148
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
148
|
+
"@rollup/plugin-typescript": "^12.1.3",
|
|
149
149
|
"@semantic-release/changelog": "^6.0.3",
|
|
150
150
|
"@semantic-release/git": "^10.0.1",
|
|
151
151
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
152
152
|
"@types/js-cookie": "^3.0.6",
|
|
153
|
-
"@types/lodash": "^4.17.
|
|
153
|
+
"@types/lodash": "^4.17.18",
|
|
154
154
|
"@types/luxon": "^3.6.2",
|
|
155
155
|
"@types/react": "^19",
|
|
156
156
|
"@types/react-datepicker": "^7.0.0",
|
|
@@ -166,17 +166,17 @@
|
|
|
166
166
|
"husky": "^9.1.7",
|
|
167
167
|
"lint-staged": "^16.1.2",
|
|
168
168
|
"npm": "^11.4.2",
|
|
169
|
-
"postcss": "^8.5.
|
|
169
|
+
"postcss": "^8.5.6",
|
|
170
170
|
"prettier": "^3.5.3",
|
|
171
171
|
"react-docgen-typescript": "^2.4.0",
|
|
172
|
-
"rollup": "^4.
|
|
172
|
+
"rollup": "^4.44.0",
|
|
173
173
|
"rollup-plugin-copy": "^3.5.0",
|
|
174
174
|
"rollup-plugin-dts": "^6.2.1",
|
|
175
175
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
176
176
|
"rollup-preserve-directives": "^1.1.3",
|
|
177
177
|
"semantic-release": "^24.2.5",
|
|
178
178
|
"storybook": "^8.6.14",
|
|
179
|
-
"stylelint": "^16.
|
|
179
|
+
"stylelint": "^16.21.0",
|
|
180
180
|
"typescript": "^5.8.3"
|
|
181
181
|
}
|
|
182
182
|
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const paginationAppearanceAccent: {
|
|
2
|
-
accent: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
};
|
|
6
|
-
accentPrimary: {
|
|
7
|
-
fill: string;
|
|
8
|
-
fillHover: string;
|
|
9
|
-
borderColor: string;
|
|
10
|
-
};
|
|
11
|
-
accentSecondary: {
|
|
12
|
-
fill: string;
|
|
13
|
-
fillHover: string;
|
|
14
|
-
labelTextColor: string;
|
|
15
|
-
labelTextColorHover: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
loaderFill: string;
|
|
18
|
-
loaderItemFill: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export { paginationAppearanceAccent };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const paginationAppearanceInfo: {
|
|
2
|
-
info: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
labelTextColor: string;
|
|
6
|
-
labelTextColorHover: string;
|
|
7
|
-
borderColor: string;
|
|
8
|
-
loaderFill: string;
|
|
9
|
-
loaderItemFill: string;
|
|
10
|
-
};
|
|
11
|
-
infoSecondary: {
|
|
12
|
-
fill: string;
|
|
13
|
-
fillHover: string;
|
|
14
|
-
labelTextColor: string;
|
|
15
|
-
labelTextColorHover: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
loaderFill: string;
|
|
18
|
-
loaderItemFill: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export { paginationAppearanceInfo };
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
declare const paginationAppearanceSize: {
|
|
2
|
-
sizeL: {
|
|
3
|
-
size: string;
|
|
4
|
-
labelTextSize: string;
|
|
5
|
-
gap: string;
|
|
6
|
-
iconAfterFillSize: string;
|
|
7
|
-
iconAfterSize: string;
|
|
8
|
-
iconBeforeFillSize: string;
|
|
9
|
-
iconBeforeSize: string;
|
|
10
|
-
pageCountDescTextSize: string;
|
|
11
|
-
pageCountDropdownItemDividerSize: string;
|
|
12
|
-
pageCountDropdownItemLabelSize: string;
|
|
13
|
-
pageCountDropdownItemSize: string;
|
|
14
|
-
pageCountInputIconFillSize: string;
|
|
15
|
-
pageCountInputTextSize: string;
|
|
16
|
-
};
|
|
17
|
-
sizeM: {
|
|
18
|
-
size: string;
|
|
19
|
-
labelTextSize: string;
|
|
20
|
-
gap: string;
|
|
21
|
-
iconAfterFillSize: string;
|
|
22
|
-
iconAfterSize: string;
|
|
23
|
-
iconBeforeFillSize: string;
|
|
24
|
-
iconBeforeSize: string;
|
|
25
|
-
marginPagesDisplayed: number;
|
|
26
|
-
pageCountDescTextSize: string;
|
|
27
|
-
pageCountDropdownItemDividerSize: string;
|
|
28
|
-
pageCountDropdownItemLabelSize: string;
|
|
29
|
-
pageCountDropdownItemSize: string;
|
|
30
|
-
pageCountInputIconFillSize: string;
|
|
31
|
-
pageCountInputTextSize: string;
|
|
32
|
-
};
|
|
33
|
-
sizeS: {
|
|
34
|
-
size: string;
|
|
35
|
-
labelTextSize: string;
|
|
36
|
-
iconAfterFillSize: string;
|
|
37
|
-
iconAfterSize: string;
|
|
38
|
-
iconBeforeFillSize: string;
|
|
39
|
-
iconBeforeSize: string;
|
|
40
|
-
};
|
|
41
|
-
sizeXS: {
|
|
42
|
-
size: string;
|
|
43
|
-
labelTextSize: string;
|
|
44
|
-
beforeSize: string;
|
|
45
|
-
iconAfterFillSize: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
export { paginationAppearanceSize };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const paginationAppearanceStyle: {
|
|
2
|
-
full: {
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
7
|
-
borderColor: string;
|
|
8
|
-
};
|
|
9
|
-
outlined: {
|
|
10
|
-
fill: string;
|
|
11
|
-
};
|
|
12
|
-
solid: {
|
|
13
|
-
borderColor: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export { paginationAppearanceStyle };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const segmentedAppearanceAccent: {
|
|
2
|
-
accent: {
|
|
3
|
-
fill: string;
|
|
4
|
-
fillHover: string;
|
|
5
|
-
};
|
|
6
|
-
accentPrimary: {
|
|
7
|
-
fill: string;
|
|
8
|
-
fillHover: string;
|
|
9
|
-
borderColor: string;
|
|
10
|
-
};
|
|
11
|
-
accentSecondary: {
|
|
12
|
-
fill: string;
|
|
13
|
-
fillHover: string;
|
|
14
|
-
labelTextColor: string;
|
|
15
|
-
labelTextColorHover: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export { segmentedAppearanceAccent };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const defaultDatepickerProps: {
|
|
2
|
-
size: string;
|
|
3
|
-
iconSize: number;
|
|
4
|
-
iconFillSize: number;
|
|
5
|
-
iconItemFill: string;
|
|
6
|
-
daySize: string;
|
|
7
|
-
dayTextColor: string;
|
|
8
|
-
dayTextSize: string;
|
|
9
|
-
dayTextShape: string;
|
|
10
|
-
monthTextColor: string;
|
|
11
|
-
monthTextSize: string;
|
|
12
|
-
monthTextWeight: number;
|
|
13
|
-
yearTextColor: string;
|
|
14
|
-
yearTextSize: string;
|
|
15
|
-
yearTextWeight: number;
|
|
16
|
-
placeholderTextColor: string;
|
|
17
|
-
};
|
|
18
|
-
export { defaultDatepickerProps };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const defaultInputProps: {
|
|
2
|
-
width: string;
|
|
3
|
-
borderColor: string;
|
|
4
|
-
caret: string;
|
|
5
|
-
errorBorderColor: string;
|
|
6
|
-
placeholderTextColor: string;
|
|
7
|
-
requiredBorderColor: string;
|
|
8
|
-
shape: string;
|
|
9
|
-
size: string;
|
|
10
|
-
textColor: string;
|
|
11
|
-
textColorDisabled: string;
|
|
12
|
-
textSize: string;
|
|
13
|
-
};
|
|
14
|
-
export { defaultInputProps };
|