@itcase/ui 1.8.32 → 1.8.33
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/{DatePicker_cjs_BYh1Dsto.js → DatePicker_cjs_CJl9V32f.js} +8 -8
- package/dist/{DatePicker_es_DEAcYDTL.js → DatePicker_es_C2Pi6aB-.js} +8 -8
- package/dist/{Input_cjs_BAVggtkk.js → Input_cjs_arr_wxD2.js} +21 -20
- package/dist/{Input_es_CNduH28G.js → Input_es_BW6cZThr.js} +21 -20
- package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +7 -15
- package/dist/cjs/components/Code.js +31 -42
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +2 -2
- package/dist/cjs/components/DatePicker.js +2 -2
- package/dist/cjs/components/Input.js +1 -1
- package/dist/cjs/components/MenuItem.js +3 -1
- package/dist/cjs/components/Pagination.js +89 -17
- package/dist/cjs/components/Search.js +15 -14
- package/dist/cjs/components/Segmented.js +1 -1
- package/dist/cjs/components/Tab/stories/__mock__.js +6 -1
- package/dist/cjs/context/Notifications.js +6 -6
- package/dist/components/Breadcrumbs/stories/__mock__.js +7 -15
- package/dist/components/Code.js +31 -42
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +2 -2
- package/dist/components/DatePicker.js +2 -2
- package/dist/components/Input.js +1 -1
- package/dist/components/MenuItem.js +3 -1
- package/dist/components/Pagination.js +90 -18
- package/dist/components/Search.js +15 -14
- package/dist/components/Segmented.js +1 -1
- package/dist/components/Tab/stories/__mock__.js +6 -1
- package/dist/context/Notifications.js +6 -6
- package/dist/css/components/Input/Input.css +6 -0
- package/dist/css/components/Search/Search.css +0 -1
- package/dist/css/components/Search/css/search-input/search-input.css +0 -1
- package/dist/css/components/Tab/Tab.css +4 -0
- package/dist/css/styles/border-color/border-color_hover.css +3 -0
- package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +1 -0
- package/dist/types/components/Code/appearance/codeDisabled.d.ts +7 -11
- package/dist/types/components/Code/appearance/codeRequire.d.ts +7 -15
- package/dist/types/components/Code/appearance/codeStyle.d.ts +9 -9
- package/dist/types/components/Code/appearance/codeSuccess.d.ts +8 -7
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +1 -1
- package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +1 -1
- package/dist/types/components/Input/appearance/inputDefault.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputDisabled.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputError.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputRequire.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputStyle.d.ts +7 -6
- package/dist/types/components/Input/appearance/inputSuccess.d.ts +2 -2
- package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +2 -0
- package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +21 -0
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +45 -0
- package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +14 -0
- package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +4 -12
- package/dist/types/components/Search/appearance/searchDefault.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchDisabled.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchError.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchRequire.d.ts +1 -1
- package/dist/types/components/Search/appearance/searchStyle.d.ts +8 -7
- package/dist/types/components/Search/appearance/searchSuccess.d.ts +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,21 @@
|
|
|
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 };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const paginationAppearanceSize: {
|
|
2
|
+
sizeL: {
|
|
3
|
+
size: string;
|
|
4
|
+
labelTextSize: string;
|
|
5
|
+
iconAfterFillSize: string;
|
|
6
|
+
iconAfterSize: string;
|
|
7
|
+
iconBeforeFillSize: string;
|
|
8
|
+
iconBeforeSize: string;
|
|
9
|
+
pageCountDescTextSize: string;
|
|
10
|
+
pageCountDropdownItemDividerSize: string;
|
|
11
|
+
pageCountDropdownItemLabelSize: string;
|
|
12
|
+
pageCountDropdownItemSize: string;
|
|
13
|
+
pageCountInputIconFillSize: string;
|
|
14
|
+
pageCountInputTextSize: string;
|
|
15
|
+
};
|
|
16
|
+
sizeM: {
|
|
17
|
+
size: string;
|
|
18
|
+
labelTextSize: string;
|
|
19
|
+
iconAfterFillSize: string;
|
|
20
|
+
iconAfterSize: string;
|
|
21
|
+
iconBeforeFillSize: string;
|
|
22
|
+
iconBeforeSize: string;
|
|
23
|
+
pageCountDescTextSize: string;
|
|
24
|
+
pageCountDropdownItemDividerSize: string;
|
|
25
|
+
pageCountDropdownItemLabelSize: string;
|
|
26
|
+
pageCountDropdownItemSize: string;
|
|
27
|
+
pageCountInputIconFillSize: string;
|
|
28
|
+
pageCountInputTextSize: string;
|
|
29
|
+
};
|
|
30
|
+
sizeS: {
|
|
31
|
+
size: string;
|
|
32
|
+
labelTextSize: string;
|
|
33
|
+
iconAfterFillSize: string;
|
|
34
|
+
iconAfterSize: string;
|
|
35
|
+
iconBeforeFillSize: string;
|
|
36
|
+
iconBeforeSize: string;
|
|
37
|
+
};
|
|
38
|
+
sizeXS: {
|
|
39
|
+
size: string;
|
|
40
|
+
labelTextSize: string;
|
|
41
|
+
beforeSize: string;
|
|
42
|
+
iconAfterFillSize: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export { paginationAppearanceSize };
|
|
@@ -2,17 +2,14 @@ declare const paginationAppearanceSurface: {
|
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
fillHover: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
nextLabel: import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
nextIcon: any;
|
|
6
|
+
nextIconFillIcon: string;
|
|
8
7
|
pageCountDesc: string;
|
|
9
8
|
pageCountDescTextColor: string;
|
|
10
|
-
pageCountDescTextSize: string;
|
|
11
9
|
pageCountDropdownAlignment: string;
|
|
12
10
|
pageCountDropdownElevation: number;
|
|
13
11
|
pageCountDropdownFill: string;
|
|
14
12
|
pageCountDropdownItemDividerFill: string;
|
|
15
|
-
pageCountDropdownItemDividerSize: string;
|
|
16
13
|
pageCountDropdownItemFill: string;
|
|
17
14
|
pageCountDropdownItemFillActive: string;
|
|
18
15
|
pageCountDropdownItemFillActiveHover: string;
|
|
@@ -22,18 +19,13 @@ declare const paginationAppearanceSurface: {
|
|
|
22
19
|
pageCountDropdownItemLabelColorActive: string;
|
|
23
20
|
pageCountDropdownItemLabelColorActiveHover: string;
|
|
24
21
|
pageCountDropdownItemLabelColorHover: string;
|
|
25
|
-
pageCountDropdownItemLabelSize: string;
|
|
26
|
-
pageCountDropdownItemShowDivider: boolean;
|
|
27
|
-
pageCountDropdownItemSize: string;
|
|
28
22
|
pageCountDropdownItemWidth: string;
|
|
29
23
|
pageCountDropdownShape: string;
|
|
30
24
|
pageCountInputIcon: any;
|
|
31
25
|
pageCountInputIconColor: string;
|
|
32
|
-
pageCountInputIconFillSize: string;
|
|
33
26
|
pageCountInputTextColor: string;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
previousLabel: import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
previousIcon: any;
|
|
28
|
+
previousIconFillIcon: string;
|
|
37
29
|
};
|
|
38
30
|
};
|
|
39
31
|
export { paginationAppearanceSurface };
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
declare const searchAppearanceStyle: {
|
|
2
|
-
|
|
2
|
+
solid: {
|
|
3
3
|
borderColor: string;
|
|
4
|
-
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
7
|
-
borderWidth: string;
|
|
4
|
+
borderColorHover: string;
|
|
8
5
|
};
|
|
9
6
|
outlined: {
|
|
10
7
|
fill: string;
|
|
11
8
|
};
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
full: {
|
|
10
|
+
borderColor: string;
|
|
11
|
+
};
|
|
12
|
+
ghost: {
|
|
13
|
+
fill: string;
|
|
14
|
+
borderColor: string;
|
|
14
15
|
};
|
|
15
16
|
};
|
|
16
17
|
export { searchAppearanceStyle };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.33",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
99
99
|
"@itcase/common": "^1.2.28",
|
|
100
|
-
"@itcase/icons": "^1.1.
|
|
100
|
+
"@itcase/icons": "^1.1.6",
|
|
101
101
|
"@itcase/storybook-config": "^1.1.14",
|
|
102
102
|
"@itcase/tokens-am": "^1.1.9",
|
|
103
103
|
"@itcase/tokens-baikal": "^1.1.9",
|