@itcase/ui 1.8.32 → 1.8.34

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 (101) hide show
  1. package/dist/{DatePicker_cjs_BYh1Dsto.js → DatePicker_cjs_C-VbK2J4.js} +9 -9
  2. package/dist/{DatePicker_es_DEAcYDTL.js → DatePicker_es_CIEHQyHC.js} +9 -9
  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/{Label_cjs_CZMMdwt5.js → Label_cjs_BWbVsB-u.js} +3 -3
  6. package/dist/{Label_es_DmDqs4Rc.js → Label_es_ouC2i_iI.js} +3 -3
  7. package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +7 -15
  8. package/dist/cjs/components/Cell.js +1 -1
  9. package/dist/cjs/components/Choice/stories/__mock__.js +15 -15
  10. package/dist/cjs/components/Choice.js +33 -28
  11. package/dist/cjs/components/Code.js +31 -42
  12. package/dist/cjs/components/Dadata.js +1 -1
  13. package/dist/cjs/components/DatePeriod.js +3 -3
  14. package/dist/cjs/components/DatePicker.js +3 -3
  15. package/dist/cjs/components/Dropdown/stories/__mock__.js +2 -2
  16. package/dist/cjs/components/Input.js +1 -1
  17. package/dist/cjs/components/Label.js +1 -1
  18. package/dist/cjs/components/MenuItem.js +14 -7
  19. package/dist/cjs/components/Notification/stories/__mock__.js +4 -0
  20. package/dist/cjs/components/Notification.js +27 -9
  21. package/dist/cjs/components/Pagination.js +101 -20
  22. package/dist/cjs/components/Search.js +15 -14
  23. package/dist/cjs/components/Segmented/stories/__mock__.js +38 -0
  24. package/dist/cjs/components/Segmented.js +13 -10
  25. package/dist/cjs/components/Tab/stories/__mock__.js +6 -1
  26. package/dist/cjs/context/Notifications.js +6 -6
  27. package/dist/components/Breadcrumbs/stories/__mock__.js +7 -15
  28. package/dist/components/Cell.js +1 -1
  29. package/dist/components/Choice/stories/__mock__.js +16 -16
  30. package/dist/components/Choice.js +33 -28
  31. package/dist/components/Code.js +31 -42
  32. package/dist/components/Dadata.js +1 -1
  33. package/dist/components/DatePeriod.js +3 -3
  34. package/dist/components/DatePicker.js +3 -3
  35. package/dist/components/Dropdown/stories/__mock__.js +2 -2
  36. package/dist/components/Input.js +1 -1
  37. package/dist/components/Label.js +1 -1
  38. package/dist/components/MenuItem.js +14 -7
  39. package/dist/components/Notification/stories/__mock__.js +4 -0
  40. package/dist/components/Notification.js +27 -9
  41. package/dist/components/Pagination.js +103 -22
  42. package/dist/components/Search.js +15 -14
  43. package/dist/components/Segmented/stories/__mock__.js +36 -0
  44. package/dist/components/Segmented.js +13 -10
  45. package/dist/components/Tab/stories/__mock__.js +6 -1
  46. package/dist/context/Notifications.js +6 -6
  47. package/dist/css/components/Input/Input.css +6 -0
  48. package/dist/css/components/Notification/Notification.css +23 -0
  49. package/dist/css/components/Pagination/Pagination.css +19 -6
  50. package/dist/css/components/Search/Search.css +0 -1
  51. package/dist/css/components/Search/css/search-input/search-input.css +0 -1
  52. package/dist/css/components/Segmented/Segmented.css +24 -0
  53. package/dist/css/components/Tab/Tab.css +4 -0
  54. package/dist/css/styles/border-color/border-color_hover.css +3 -0
  55. package/dist/stories/CellOverview.mdx +3 -2
  56. package/dist/stories/DatePeriodPlayground.mdx +2 -2
  57. package/dist/stories/RangeSliderOverview.mdx +0 -3
  58. package/dist/stories/VideoOverview.mdx +2 -10
  59. package/dist/stories/VideoPlayground.mdx +2 -2
  60. package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +1 -0
  61. package/dist/types/components/Choice/appearance/choiceDefault.d.ts +7 -0
  62. package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +7 -0
  63. package/dist/types/components/Choice/appearance/choiceRequire.d.ts +6 -0
  64. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +4 -0
  65. package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +6 -0
  66. package/dist/types/components/Choice/stories/__mock__/index.d.ts +9 -3
  67. package/dist/types/components/Code/appearance/codeDisabled.d.ts +7 -11
  68. package/dist/types/components/Code/appearance/codeRequire.d.ts +7 -15
  69. package/dist/types/components/Code/appearance/codeStyle.d.ts +9 -9
  70. package/dist/types/components/Code/appearance/codeSuccess.d.ts +8 -7
  71. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +1 -1
  72. package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +1 -1
  73. package/dist/types/components/Input/appearance/inputDefault.d.ts +2 -2
  74. package/dist/types/components/Input/appearance/inputDisabled.d.ts +2 -2
  75. package/dist/types/components/Input/appearance/inputError.d.ts +2 -2
  76. package/dist/types/components/Input/appearance/inputRequire.d.ts +2 -2
  77. package/dist/types/components/Input/appearance/inputStyle.d.ts +7 -6
  78. package/dist/types/components/Input/appearance/inputSuccess.d.ts +2 -2
  79. package/dist/types/components/Label/appearance/labelInfo.d.ts +1 -1
  80. package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +1 -0
  81. package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +1 -0
  82. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +6 -4
  83. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -0
  84. package/dist/types/components/Notification/appearance/notificationInfo.d.ts +17 -0
  85. package/dist/types/components/Notification/appearance/notificationStyle.d.ts +4 -4
  86. package/dist/types/components/Notification/stories/__mock__/index.d.ts +1 -0
  87. package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +21 -0
  88. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +57 -0
  89. package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +14 -0
  90. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +2 -15
  91. package/dist/types/components/Search/appearance/searchDefault.d.ts +1 -1
  92. package/dist/types/components/Search/appearance/searchDisabled.d.ts +1 -1
  93. package/dist/types/components/Search/appearance/searchError.d.ts +1 -1
  94. package/dist/types/components/Search/appearance/searchRequire.d.ts +1 -1
  95. package/dist/types/components/Search/appearance/searchStyle.d.ts +8 -7
  96. package/dist/types/components/Search/appearance/searchSuccess.d.ts +1 -1
  97. package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -0
  98. package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +1 -1
  99. package/dist/types/components/Segmented/stories/__mock__/index.d.ts +17 -0
  100. package/package.json +5 -5
  101. package/dist/types/components/Choice/appearance/choiceSurface.d.ts +0 -25
@@ -6,5 +6,5 @@ import * as DatePeriodStories from '../stories/DatePeriodDemo.stories'
6
6
 
7
7
  # Playground
8
8
 
9
- <Canvas sourceState="shown" of={DatePeriodStories.Mp4} />
10
- <Controls of={DatePeriodStories.Mp4} />
9
+ <Canvas sourceState="shown" of={DatePeriodStories.Demo} />
10
+ <Controls of={DatePeriodStories.Demo} />
@@ -10,6 +10,3 @@ import * as RangeSliderStories from '../stories/RangeSliderDemo.stories'
10
10
 
11
11
  ## Demo
12
12
  <Story of={RangeSliderStories.Demo}/>
13
-
14
- ## Disabled
15
- <Story of={RangeSliderStories.Disabled}/>
@@ -8,14 +8,6 @@ import * as VideoStories from '../stories/VideoDemo.stories'
8
8
 
9
9
  `Video` - используется для встраивания видео в разных форматах в веб-приложения
10
10
 
11
- ## Poster
12
- <Story of={VideoStories.Poster}/>
11
+ ## Demo
12
+ <Story of={VideoStories.Demo}/>
13
13
 
14
- ## Mp4
15
- <Story of={VideoStories.Mp4}/>
16
-
17
- ## Webm
18
- <Story of={VideoStories.Webm}/>
19
-
20
- ## Ogv
21
- <Story of={VideoStories.Ogv}/>
@@ -6,5 +6,5 @@ import * as VideoStories from '../stories/VideoDemo.stories'
6
6
 
7
7
  # Playground
8
8
 
9
- <Canvas sourceState="shown" of={VideoStories.Mp4} />
10
- <Controls of={VideoStories.Mp4} />
9
+ <Canvas sourceState="shown" of={VideoStories.Demo} />
10
+ <Controls of={VideoStories.Demo} />
@@ -4,6 +4,7 @@ declare const breadcrumbsListMock: {
4
4
  key: number;
5
5
  text: string;
6
6
  href: string;
7
+ icon: any;
7
8
  }[];
8
9
  };
9
10
  export { breadcrumbsListMock };
@@ -1,10 +1,17 @@
1
1
  declare const choiceAppearanceDefault: {
2
2
  defaultPrimary: {
3
3
  fill: string;
4
+ fillItem: string;
5
+ fillItemActive: string;
6
+ fillItemHover: string;
4
7
  labelTextColor: string;
5
8
  borderColor: string;
6
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
7
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
8
15
  };
9
16
  };
10
17
  export { choiceAppearanceDefault };
@@ -1,10 +1,17 @@
1
1
  declare const choiceAppearanceDisabled: {
2
2
  disabledPrimary: {
3
3
  fill: string;
4
+ fillItem: string;
5
+ fillItemActive: string;
6
+ fillItemHover: string;
4
7
  labelTextColor: string;
5
8
  borderColor: string;
6
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
7
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
8
15
  };
9
16
  };
10
17
  export { choiceAppearanceDisabled };
@@ -1,11 +1,17 @@
1
1
  declare const choiceAppearanceRequire: {
2
2
  requirePrimary: {
3
3
  fill: string;
4
+ fillItem: string;
4
5
  fillItemActive: string;
6
+ fillItemHover: string;
5
7
  labelTextColor: string;
6
8
  borderColor: string;
7
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
8
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
9
15
  };
10
16
  };
11
17
  export { choiceAppearanceRequire };
@@ -4,10 +4,14 @@ declare const choiceAppearanceStyle: {
4
4
  };
5
5
  ghost: {
6
6
  fill: string;
7
+ fillItem: string;
8
+ fillItemActive: string;
7
9
  borderColor: string;
8
10
  };
9
11
  outlined: {
10
12
  fill: string;
13
+ fillItem: string;
14
+ fillItemActive: string;
11
15
  };
12
16
  solid: {
13
17
  borderColor: string;
@@ -1,11 +1,17 @@
1
1
  declare const choiceAppearanceSuccess: {
2
2
  successPrimary: {
3
3
  fill: string;
4
+ fillItem: string;
4
5
  fillItemActive: string;
6
+ fillItemHover: string;
5
7
  labelTextColor: string;
6
8
  borderColor: string;
7
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
8
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
9
15
  };
10
16
  };
11
17
  export { choiceAppearanceSuccess };
@@ -4,8 +4,12 @@ declare const choiceListMock: {
4
4
  };
5
5
  choices: {
6
6
  label: string;
7
- iconAfter: any;
8
- iconBefore: any;
7
+ iconAfter: {
8
+ Default: any;
9
+ };
10
+ iconBefore: {
11
+ Default: any;
12
+ };
9
13
  value: number;
10
14
  }[];
11
15
  };
@@ -14,7 +18,9 @@ declare const choiceListIconMock: {
14
18
  value: number;
15
19
  };
16
20
  choices: {
17
- icon: any;
21
+ icon: {
22
+ Default: any;
23
+ };
18
24
  value: number;
19
25
  }[];
20
26
  };
@@ -1,16 +1,12 @@
1
1
  declare const codeAppearanceDisabled: {
2
2
  disabledPrimary: {
3
- fill: string;
4
- borderColor: string;
5
- borderHover: string;
6
- textColor: string;
7
- placeholderTextColor: string;
8
- };
9
- disabledSecondary: {
10
- fill: string;
11
- borderColor: string;
12
- borderHover: string;
13
- placeholderTextColor: string;
3
+ inputBorderColor: string;
4
+ inputBorderColorHover: string;
5
+ inputCaretColor: string;
6
+ inputFill: string;
7
+ inputFillHover: string;
8
+ inputPlaceholderTextColor: string;
9
+ inputTextColor: string;
14
10
  };
15
11
  };
16
12
  export { codeAppearanceDisabled };
@@ -1,20 +1,12 @@
1
1
  declare const codeAppearanceRequire: {
2
2
  requirePrimary: {
3
- fill: string;
4
- borderColor: string;
5
- borderHover: string;
6
- textColor: string;
7
- iconBeforeFill: string;
8
- iconClearFill: string;
9
- placeholderTextColor: string;
10
- };
11
- requireSecondary: {
12
- fill: string;
13
- borderColor: string;
14
- borderHover: string;
15
- iconBeforeFill: string;
16
- iconClearFill: string;
17
- placeholderTextColor: string;
3
+ inputBorderColor: string;
4
+ inputBorderColorHover: string;
5
+ inputCaretColor: string;
6
+ inputFill: string;
7
+ inputFillHover: string;
8
+ inputPlaceholderTextColor: string;
9
+ inputTextColor: string;
18
10
  };
19
11
  };
20
12
  export { codeAppearanceRequire };
@@ -1,16 +1,16 @@
1
1
  declare const codeAppearanceStyle: {
2
- solid: {
3
- borderColor: string;
4
- };
5
- outlined: {
6
- fill: string;
7
- };
8
2
  full: {
9
- borderColor: string;
3
+ inputBorderColor: string;
10
4
  };
11
5
  ghost: {
12
- fill: string;
13
- borderColor: string;
6
+ inputBorderColor: string;
7
+ inputFill: string;
8
+ };
9
+ outlined: {
10
+ inputFill: string;
11
+ };
12
+ solid: {
13
+ inputBorderColor: string;
14
14
  };
15
15
  };
16
16
  export { codeAppearanceStyle };
@@ -1,11 +1,12 @@
1
1
  declare const codeAppearanceSuccess: {
2
- success: {
3
- fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
2
+ successPrimary: {
3
+ inputBorderColor: string;
4
+ inputBorderColorHover: string;
5
+ inputCaretColor: string;
6
+ inputFill: string;
7
+ inputFillHover: string;
8
+ inputPlaceholderTextColor: string;
9
+ inputTextColor: string;
9
10
  };
10
11
  };
11
12
  export { codeAppearanceSuccess };
@@ -9,13 +9,13 @@ export declare const datePickerAppearance: {
9
9
  fill: string;
10
10
  };
11
11
  };
12
+ full: {};
12
13
  ghost: {
13
14
  inputProps: {
14
15
  fill: string;
15
16
  borderColor: string;
16
17
  };
17
18
  };
18
- full: {};
19
19
  sizeL: {
20
20
  size: string;
21
21
  daySize: string;
@@ -9,12 +9,12 @@ declare const datePickerStyle: {
9
9
  fill: string;
10
10
  };
11
11
  };
12
+ full: {};
12
13
  ghost: {
13
14
  inputProps: {
14
15
  fill: string;
15
16
  borderColor: string;
16
17
  };
17
18
  };
18
- full: {};
19
19
  };
20
20
  export { datePickerStyle };
@@ -2,7 +2,7 @@ declare const inputAppearanceDefault: {
2
2
  defaultPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  textColor: string;
7
7
  textColorDisabled: string;
8
8
  caret: string;
@@ -12,7 +12,7 @@ declare const inputAppearanceDefault: {
12
12
  defaultSecondary: {
13
13
  fill: string;
14
14
  borderColor: string;
15
- borderHover: string;
15
+ borderColorHover: string;
16
16
  textColor: string;
17
17
  textColorDisabled: string;
18
18
  caret: string;
@@ -2,7 +2,7 @@ declare const inputAppearanceDisabled: {
2
2
  disabledPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  textColor: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -11,7 +11,7 @@ declare const inputAppearanceDisabled: {
11
11
  disabledSecondary: {
12
12
  fill: string;
13
13
  borderColor: string;
14
- borderHover: string;
14
+ borderColorHover: string;
15
15
  iconBeforeFill: string;
16
16
  iconClearFill: string;
17
17
  placeholderTextColor: string;
@@ -2,7 +2,7 @@ declare const inputAppearanceError: {
2
2
  errorPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  textColor: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -11,7 +11,7 @@ declare const inputAppearanceError: {
11
11
  errorSecondary: {
12
12
  fill: string;
13
13
  borderColor: string;
14
- borderHover: string;
14
+ borderColorHover: string;
15
15
  iconBeforeFill: string;
16
16
  iconClearFill: string;
17
17
  placeholderTextColor: string;
@@ -2,7 +2,7 @@ declare const inputAppearanceRequire: {
2
2
  requirePrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  textColor: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -11,7 +11,7 @@ declare const inputAppearanceRequire: {
11
11
  requireSecondary: {
12
12
  fill: string;
13
13
  borderColor: string;
14
- borderHover: string;
14
+ borderColorHover: string;
15
15
  iconBeforeFill: string;
16
16
  iconClearFill: string;
17
17
  placeholderTextColor: string;
@@ -1,14 +1,15 @@
1
1
  declare const inputAppearanceStyle: {
2
- full: {};
3
- ghost: {
4
- fill: string;
5
- borderWidth: string;
2
+ solid: {
3
+ borderColor: string;
6
4
  };
7
5
  outlined: {
8
6
  fill: string;
9
7
  };
10
- solid: {
11
- borderWidth: string;
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
+ borderColor: string;
12
+ borderColorHover: string;
12
13
  };
13
14
  };
14
15
  export { inputAppearanceStyle };
@@ -2,7 +2,7 @@ declare const inputAppearanceSuccess: {
2
2
  successPrimary: {
3
3
  fill: string;
4
4
  borderColor: string;
5
- borderHover: string;
5
+ borderColorHover: string;
6
6
  textColor: string;
7
7
  iconBeforeFill: string;
8
8
  iconClearFill: string;
@@ -11,7 +11,7 @@ declare const inputAppearanceSuccess: {
11
11
  successSecondary: {
12
12
  fill: string;
13
13
  borderColor: string;
14
- borderHover: string;
14
+ borderColorHover: string;
15
15
  iconBeforeFill: string;
16
16
  iconClearFill: string;
17
17
  placeholderTextColor: string;
@@ -1,5 +1,5 @@
1
1
  declare const labelAppearanceInfo: {
2
- infoMuted: {
2
+ infoMutedPrimary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
5
  labelTextColorHover: string;
@@ -3,6 +3,7 @@ declare const menuItemAppearanceAccent: {
3
3
  fill: string;
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
+ borderColor: string;
6
7
  iconAfterFillIcon: string;
7
8
  iconBeforeFillIcon: string;
8
9
  };
@@ -4,6 +4,7 @@ declare const menuItemAppearanceError: {
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
+ borderColor: string;
7
8
  iconAfterFillIcon: string;
8
9
  iconBeforeFillIcon: string;
9
10
  };
@@ -1,13 +1,15 @@
1
1
  declare const menuItemAppearanceStyle: {
2
- solid: {
2
+ full: {
3
3
  borderColor: string;
4
4
  };
5
- outlined: {
5
+ ghost: {
6
6
  fill: string;
7
+ borderColor: string;
7
8
  };
8
- full: {};
9
- ghost: {
9
+ outlined: {
10
10
  fill: string;
11
+ };
12
+ solid: {
11
13
  borderColor: string;
12
14
  };
13
15
  };
@@ -1,8 +1,11 @@
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;
8
+ borderColor: string;
6
9
  iconAfterFillIcon: string;
7
10
  iconBeforeFillIcon: string;
8
11
  };
@@ -0,0 +1,17 @@
1
+ declare const notificationAppearanceInfo: {
2
+ infoPrimary: {
3
+ fill: string;
4
+ fillHover: string;
5
+ titleTextColor: string;
6
+ titleTextSize: string;
7
+ descTextColor: string;
8
+ descTextSize: string;
9
+ borderColor: string;
10
+ elevation: number;
11
+ textColor: string;
12
+ iconSize: number;
13
+ closeIcon: any;
14
+ closeIconFillIcon: string;
15
+ };
16
+ };
17
+ export { notificationAppearanceInfo };
@@ -1,13 +1,13 @@
1
1
  declare const notificationAppearanceStyle: {
2
- full: {};
3
- ghost: {
4
- fill: string;
2
+ solid: {
5
3
  borderColor: string;
6
4
  };
7
5
  outlined: {
8
6
  fill: string;
9
7
  };
10
- solid: {
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
11
  borderColor: string;
12
12
  };
13
13
  };
@@ -3,5 +3,6 @@ declare const notificationsMock: {
3
3
  title: string;
4
4
  desc: string;
5
5
  status: string;
6
+ closeByTime: boolean;
6
7
  }[];
7
8
  export { notificationsMock };
@@ -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,57 @@
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
+ nextIcon: any;
10
+ pageCountDescTextSize: string;
11
+ pageCountDropdownItemDividerSize: string;
12
+ pageCountDropdownItemLabelSize: string;
13
+ pageCountDropdownItemSize: string;
14
+ pageCountInputIcon: any;
15
+ pageCountInputIconFillSize: string;
16
+ pageCountInputTextSize: string;
17
+ previousIcon: any;
18
+ };
19
+ sizeM: {
20
+ size: string;
21
+ labelTextSize: string;
22
+ iconAfterFillSize: string;
23
+ iconAfterSize: string;
24
+ iconBeforeFillSize: string;
25
+ iconBeforeSize: string;
26
+ nextIcon: any;
27
+ pageCountDescTextSize: string;
28
+ pageCountDropdownItemDividerSize: string;
29
+ pageCountDropdownItemLabelSize: string;
30
+ pageCountDropdownItemSize: string;
31
+ pageCountDropdownItemWidth: string;
32
+ pageCountInputIcon: any;
33
+ pageCountInputIconFillSize: string;
34
+ pageCountInputTextSize: string;
35
+ previousIcon: any;
36
+ };
37
+ sizeS: {
38
+ size: string;
39
+ labelTextSize: string;
40
+ iconAfterFillSize: string;
41
+ iconAfterSize: string;
42
+ iconBeforeFillSize: string;
43
+ iconBeforeSize: string;
44
+ nextIcon: any;
45
+ previousIcon: any;
46
+ };
47
+ sizeXS: {
48
+ size: string;
49
+ labelTextSize: string;
50
+ beforeSize: string;
51
+ iconAfterFillSize: string;
52
+ nextIcon: any;
53
+ pageCountInputIcon: any;
54
+ previousIcon: any;
55
+ };
56
+ };
57
+ 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,12 @@ 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;
8
- pageCountDesc: string;
5
+ nextIconFillIcon: string;
9
6
  pageCountDescTextColor: string;
10
- pageCountDescTextSize: string;
11
7
  pageCountDropdownAlignment: string;
12
8
  pageCountDropdownElevation: number;
13
9
  pageCountDropdownFill: string;
14
10
  pageCountDropdownItemDividerFill: string;
15
- pageCountDropdownItemDividerSize: string;
16
11
  pageCountDropdownItemFill: string;
17
12
  pageCountDropdownItemFillActive: string;
18
13
  pageCountDropdownItemFillActiveHover: string;
@@ -22,18 +17,10 @@ declare const paginationAppearanceSurface: {
22
17
  pageCountDropdownItemLabelColorActive: string;
23
18
  pageCountDropdownItemLabelColorActiveHover: string;
24
19
  pageCountDropdownItemLabelColorHover: string;
25
- pageCountDropdownItemLabelSize: string;
26
- pageCountDropdownItemShowDivider: boolean;
27
- pageCountDropdownItemSize: string;
28
- pageCountDropdownItemWidth: string;
29
20
  pageCountDropdownShape: string;
30
- pageCountInputIcon: any;
31
21
  pageCountInputIconColor: string;
32
- pageCountInputIconFillSize: string;
33
22
  pageCountInputTextColor: string;
34
- pageCountInputTextSize: string;
35
- pageRangeDisplayed: number;
36
- previousLabel: import("react/jsx-runtime").JSX.Element;
23
+ previousIconFillIcon: string;
37
24
  };
38
25
  };
39
26
  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;