@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.
Files changed (58) hide show
  1. package/dist/{DatePicker_cjs_BYh1Dsto.js → DatePicker_cjs_CJl9V32f.js} +8 -8
  2. package/dist/{DatePicker_es_DEAcYDTL.js → DatePicker_es_C2Pi6aB-.js} +8 -8
  3. package/dist/{Input_cjs_BAVggtkk.js → Input_cjs_arr_wxD2.js} +21 -20
  4. package/dist/{Input_es_CNduH28G.js → Input_es_BW6cZThr.js} +21 -20
  5. package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +7 -15
  6. package/dist/cjs/components/Code.js +31 -42
  7. package/dist/cjs/components/Dadata.js +1 -1
  8. package/dist/cjs/components/DatePeriod.js +2 -2
  9. package/dist/cjs/components/DatePicker.js +2 -2
  10. package/dist/cjs/components/Input.js +1 -1
  11. package/dist/cjs/components/MenuItem.js +3 -1
  12. package/dist/cjs/components/Pagination.js +89 -17
  13. package/dist/cjs/components/Search.js +15 -14
  14. package/dist/cjs/components/Segmented.js +1 -1
  15. package/dist/cjs/components/Tab/stories/__mock__.js +6 -1
  16. package/dist/cjs/context/Notifications.js +6 -6
  17. package/dist/components/Breadcrumbs/stories/__mock__.js +7 -15
  18. package/dist/components/Code.js +31 -42
  19. package/dist/components/Dadata.js +1 -1
  20. package/dist/components/DatePeriod.js +2 -2
  21. package/dist/components/DatePicker.js +2 -2
  22. package/dist/components/Input.js +1 -1
  23. package/dist/components/MenuItem.js +3 -1
  24. package/dist/components/Pagination.js +90 -18
  25. package/dist/components/Search.js +15 -14
  26. package/dist/components/Segmented.js +1 -1
  27. package/dist/components/Tab/stories/__mock__.js +6 -1
  28. package/dist/context/Notifications.js +6 -6
  29. package/dist/css/components/Input/Input.css +6 -0
  30. package/dist/css/components/Search/Search.css +0 -1
  31. package/dist/css/components/Search/css/search-input/search-input.css +0 -1
  32. package/dist/css/components/Tab/Tab.css +4 -0
  33. package/dist/css/styles/border-color/border-color_hover.css +3 -0
  34. package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +1 -0
  35. package/dist/types/components/Code/appearance/codeDisabled.d.ts +7 -11
  36. package/dist/types/components/Code/appearance/codeRequire.d.ts +7 -15
  37. package/dist/types/components/Code/appearance/codeStyle.d.ts +9 -9
  38. package/dist/types/components/Code/appearance/codeSuccess.d.ts +8 -7
  39. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +1 -1
  40. package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +1 -1
  41. package/dist/types/components/Input/appearance/inputDefault.d.ts +2 -2
  42. package/dist/types/components/Input/appearance/inputDisabled.d.ts +2 -2
  43. package/dist/types/components/Input/appearance/inputError.d.ts +2 -2
  44. package/dist/types/components/Input/appearance/inputRequire.d.ts +2 -2
  45. package/dist/types/components/Input/appearance/inputStyle.d.ts +7 -6
  46. package/dist/types/components/Input/appearance/inputSuccess.d.ts +2 -2
  47. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +2 -0
  48. package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +21 -0
  49. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +45 -0
  50. package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +14 -0
  51. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +4 -12
  52. package/dist/types/components/Search/appearance/searchDefault.d.ts +1 -1
  53. package/dist/types/components/Search/appearance/searchDisabled.d.ts +1 -1
  54. package/dist/types/components/Search/appearance/searchError.d.ts +1 -1
  55. package/dist/types/components/Search/appearance/searchRequire.d.ts +1 -1
  56. package/dist/types/components/Search/appearance/searchStyle.d.ts +8 -7
  57. package/dist/types/components/Search/appearance/searchSuccess.d.ts +1 -1
  58. package/package.json +2 -2
@@ -1,6 +1,8 @@
1
1
  declare const menuItemAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
+ fillActive: string;
5
+ fillActiveHover: string;
4
6
  fillHover: string;
5
7
  labelTextColor: string;
6
8
  iconAfterFillIcon: string;
@@ -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 };
@@ -0,0 +1,14 @@
1
+ declare const paginationAppearanceStyle: {
2
+ solid: {
3
+ borderColor: string;
4
+ };
5
+ outlined: {
6
+ fill: string;
7
+ };
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
+ borderColor: string;
12
+ };
13
+ };
14
+ export { paginationAppearanceStyle };
@@ -2,17 +2,14 @@ declare const paginationAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
4
  fillHover: string;
5
- gap: string;
6
- marginPagesDisplayed: number;
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
- pageCountInputTextSize: string;
35
- pageRangeDisplayed: number;
36
- previousLabel: import("react/jsx-runtime").JSX.Element;
27
+ previousIcon: any;
28
+ previousIconFillIcon: string;
37
29
  };
38
30
  };
39
31
  export { paginationAppearanceSurface };
@@ -2,7 +2,7 @@ declare const searchAppearanceDefault: {
2
2
  defaultPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  iconAfterFill: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -2,7 +2,7 @@ declare const searchAppearanceDisabled: {
2
2
  disabledPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  iconAfterFill: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -2,7 +2,7 @@ declare const searchAppearanceError: {
2
2
  errorPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  iconAfterFill: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -2,7 +2,7 @@ declare const searchAppearanceRequire: {
2
2
  requirePrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  iconAfterFill: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -1,16 +1,17 @@
1
1
  declare const searchAppearanceStyle: {
2
- full: {
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
- solid: {
13
- borderWidth: string;
9
+ full: {
10
+ borderColor: string;
11
+ };
12
+ ghost: {
13
+ fill: string;
14
+ borderColor: string;
14
15
  };
15
16
  };
16
17
  export { searchAppearanceStyle };
@@ -2,7 +2,7 @@ declare const searchAppearanceSuccess: {
2
2
  successPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  textColor: string;
7
7
  iconAfterFill: string;
8
8
  iconBeforeFill: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.32",
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.5",
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",