@itcase/ui 1.8.30 → 1.8.32

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 (210) hide show
  1. package/dist/{Avatar_cjs_33OrnLtt.js → Avatar_cjs_kADy_b4o.js} +1 -1
  2. package/dist/{Avatar_es_B3LiV8MM.js → Avatar_es_DbGpnL99.js} +1 -1
  3. package/dist/{Button_cjs_C05Joa8j.js → Button_cjs_CW6ENTbm.js} +1 -1
  4. package/dist/{Button_es_CO_dwo-N.js → Button_es_DTUagqgU.js} +1 -1
  5. package/dist/{ChipsGroup_cjs_DN9BoTKe.js → ChipsGroup_cjs_DdWjvr_S.js} +1 -1
  6. package/dist/{ChipsGroup_es_D9aK8Roh.js → ChipsGroup_es_CXS0aeon.js} +1 -1
  7. package/dist/{DatePicker_cjs_B_OWDm9X.js → DatePicker_cjs_BYh1Dsto.js} +9 -9
  8. package/dist/{DatePicker_es_BCbmUdl0.js → DatePicker_es_DEAcYDTL.js} +10 -10
  9. package/dist/{DropdownItem_cjs_DPoFy70W.js → DropdownItem_cjs_D-zoX7Ik.js} +1 -1
  10. package/dist/{DropdownItem_es_CVztMEm0.js → DropdownItem_es_BMnIhUSe.js} +1 -1
  11. package/dist/{Label_cjs_BefEcq6i.js → Label_cjs_CZMMdwt5.js} +63 -63
  12. package/dist/{Label_es_Dl_DrMOh.js → Label_es_DmDqs4Rc.js} +63 -63
  13. package/dist/{Tooltip_cjs_pBGCcXLZ.js → Tooltip_cjs_DinScDnC.js} +38 -7
  14. package/dist/{Tooltip_es_frBCZDrO.js → Tooltip_es_B0nm9irO.js} +38 -7
  15. package/dist/cjs/components/Accordion.js +8 -8
  16. package/dist/cjs/components/Avatar.js +2 -2
  17. package/dist/cjs/components/AvatarStack.js +2 -2
  18. package/dist/cjs/components/Badge.js +1 -1
  19. package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +15 -7
  20. package/dist/cjs/components/Breadcrumbs.js +1 -1
  21. package/dist/cjs/components/Button.js +2 -2
  22. package/dist/cjs/components/Cell/stories/__mock__.js +4 -4
  23. package/dist/cjs/components/Cell.js +2 -2
  24. package/dist/cjs/components/Chips.js +2 -2
  25. package/dist/cjs/components/Choice/stories/__mock__.js +71 -0
  26. package/dist/cjs/components/Choice.js +75 -28
  27. package/dist/cjs/components/Code.js +15 -16
  28. package/dist/cjs/components/CookiesWarning.js +2 -2
  29. package/dist/cjs/components/{DadataHintField.js → Dadata.js} +2 -2
  30. package/dist/cjs/components/DatePeriod.js +5 -5
  31. package/dist/cjs/components/DatePicker.js +4 -4
  32. package/dist/cjs/components/Drawer.js +7 -7
  33. package/dist/cjs/components/Dropdown/stories/__mock__.js +19 -4
  34. package/dist/cjs/components/Dropdown.js +2 -2
  35. package/dist/cjs/components/HeroTitle.js +1 -1
  36. package/dist/cjs/components/Icon.js +1 -1
  37. package/dist/cjs/components/InputPassword.js +1 -1
  38. package/dist/cjs/components/Label.js +2 -2
  39. package/dist/cjs/components/MenuItem.js +38 -68
  40. package/dist/cjs/components/Modal.js +1 -1
  41. package/dist/cjs/components/Notification.js +5 -5
  42. package/dist/cjs/components/Pagination.js +5 -5
  43. package/dist/cjs/components/Response.js +2 -2
  44. package/dist/cjs/components/ScrollOnDrag/stories/__mock__.js +15 -0
  45. package/dist/cjs/components/Scrollbar/stories/__mock__.js +7 -0
  46. package/dist/cjs/components/Search.js +16 -16
  47. package/dist/cjs/components/Segmented.js +21 -44
  48. package/dist/cjs/components/Select.js +1 -1
  49. package/dist/cjs/components/Swiper/stories/__mock__.js +16 -0
  50. package/dist/cjs/components/Swiper.js +1 -1
  51. package/dist/cjs/components/Tab/stories/__mock__.js +1 -1
  52. package/dist/cjs/components/Tab.js +1 -1
  53. package/dist/cjs/components/Tile.js +1 -1
  54. package/dist/cjs/components/Title.js +1 -1
  55. package/dist/cjs/components/Tooltip.js +1 -1
  56. package/dist/components/Accordion.js +9 -9
  57. package/dist/components/Avatar.js +2 -2
  58. package/dist/components/AvatarStack.js +2 -2
  59. package/dist/components/Badge.js +1 -1
  60. package/dist/components/Breadcrumbs/stories/__mock__.js +15 -7
  61. package/dist/components/Breadcrumbs.js +1 -1
  62. package/dist/components/Button.js +2 -2
  63. package/dist/components/Cell/stories/__mock__.js +4 -4
  64. package/dist/components/Cell.js +2 -2
  65. package/dist/components/Chips.js +2 -2
  66. package/dist/components/Choice/stories/__mock__.js +68 -0
  67. package/dist/components/Choice.js +75 -28
  68. package/dist/components/Code.js +15 -16
  69. package/dist/components/CookiesWarning.js +2 -2
  70. package/dist/components/{DadataHintField.js → Dadata.js} +2 -2
  71. package/dist/components/DatePeriod.js +5 -5
  72. package/dist/components/DatePicker.js +4 -4
  73. package/dist/components/Drawer.js +8 -8
  74. package/dist/components/Dropdown/stories/__mock__.js +20 -5
  75. package/dist/components/Dropdown.js +2 -2
  76. package/dist/components/HeroTitle.js +1 -1
  77. package/dist/components/Icon.js +1 -1
  78. package/dist/components/InputPassword.js +1 -1
  79. package/dist/components/Label.js +2 -2
  80. package/dist/components/MenuItem.js +38 -68
  81. package/dist/components/Modal.js +1 -1
  82. package/dist/components/Notification.js +6 -6
  83. package/dist/components/Pagination.js +6 -6
  84. package/dist/components/Response.js +2 -2
  85. package/dist/components/ScrollOnDrag/stories/__mock__.js +13 -0
  86. package/dist/components/Scrollbar/stories/__mock__.js +5 -0
  87. package/dist/components/Search.js +17 -17
  88. package/dist/components/Segmented.js +21 -44
  89. package/dist/components/Select.js +1 -1
  90. package/dist/components/Swiper/stories/__mock__.js +14 -0
  91. package/dist/components/Swiper.js +1 -1
  92. package/dist/components/Tab/stories/__mock__.js +2 -2
  93. package/dist/components/Tab.js +1 -1
  94. package/dist/components/Tile.js +1 -1
  95. package/dist/components/Title.js +1 -1
  96. package/dist/components/Tooltip.js +1 -1
  97. package/dist/css/components/Choice/Choice.css +41 -38
  98. package/dist/css/components/Choice/css/__item/choice__item.css +0 -9
  99. package/dist/css/components/Choice/css/__item/choice__item_size.css +4 -1
  100. package/dist/css/components/Code/Code.css +5 -7
  101. package/dist/css/components/{DadataHintField/DadataHintField.css → Dadata/Dadata.css} +9 -9
  102. package/dist/css/components/HTMLContent/HTMLContent.css +85 -18
  103. package/dist/css/components/MenuItem/MenuItem.css +45 -8
  104. package/dist/stories/ChoiceOverview.mdx +2 -2
  105. package/dist/stories/ChoicePlayground.mdx +3 -3
  106. package/dist/stories/CookiesWarningOverview.mdx +1 -1
  107. package/dist/stories/CookiesWarningPlayground.mdx +1 -1
  108. package/dist/stories/DadataOverview.mdx +11 -0
  109. package/dist/stories/DadataPlaygroynd.mdx +11 -0
  110. package/dist/stories/HTMLContentOverview.mdx +1 -1
  111. package/dist/stories/HTMLContentPlayground.mdx +1 -1
  112. package/dist/stories/HeroTitleOverview.mdx +1 -1
  113. package/dist/stories/HeroTitlePlayground.mdx +1 -1
  114. package/dist/stories/LinkOverview.mdx +1 -1
  115. package/dist/stories/LinkPlayground.mdx +1 -1
  116. package/dist/stories/RangeSliderOverview.mdx +15 -0
  117. package/dist/stories/RangeSliderPlayground.mdx +10 -0
  118. package/dist/stories/SVGContentOverview.mdx +1 -1
  119. package/dist/stories/SVGContentPlayground.mdx +1 -1
  120. package/dist/stories/ScrollOnDragOverview.mdx +12 -0
  121. package/dist/stories/ScrollOnDragPlayground.mdx +10 -0
  122. package/dist/stories/ScrollbarOverview.mdx +15 -0
  123. package/dist/stories/ScrollbarPlayground.mdx +10 -0
  124. package/dist/stories/SwiperOverview.mdx +2 -2
  125. package/dist/stories/SwiperPlayground.mdx +2 -2
  126. package/dist/stories/TextOverview.mdx +1 -1
  127. package/dist/stories/TextPlayground.mdx +1 -1
  128. package/dist/stories/TitleOverview.mdx +1 -1
  129. package/dist/stories/TitlePlayground.mdx +1 -1
  130. package/dist/types/components/Accordion/appearance/accordionSize.d.ts +7 -7
  131. package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +0 -1
  132. package/dist/types/components/Cell/stories/__mock__/index.d.ts +0 -2
  133. package/dist/types/components/Choice/Choice.interface.d.ts +1 -0
  134. package/dist/types/components/Choice/appearance/choiceDefault.d.ts +10 -0
  135. package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +10 -0
  136. package/dist/types/components/Choice/appearance/choiceError.d.ts +17 -0
  137. package/dist/types/components/Choice/appearance/choiceRequire.d.ts +11 -0
  138. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +6 -4
  139. package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +11 -0
  140. package/dist/types/components/Choice/stories/__mock__/index.d.ts +21 -0
  141. package/dist/types/components/Code/appearance/codeDefault.d.ts +6 -8
  142. package/dist/types/components/Code/appearance/codeError.d.ts +1 -0
  143. package/dist/types/components/Code/appearance/codeSize.d.ts +2 -2
  144. package/dist/types/components/Dadata/Dadata.d.ts +3 -0
  145. package/dist/types/components/{DadataHintField/DadataHintField.interface.d.ts → Dadata/Dadata.interface.d.ts} +1 -1
  146. package/dist/types/components/Dadata/index.d.ts +1 -0
  147. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +6 -6
  148. package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +6 -6
  149. package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +6 -6
  150. package/dist/types/components/Icon/appearance/iconDanger.d.ts +6 -0
  151. package/dist/types/components/Icon/appearance/iconError.d.ts +6 -0
  152. package/dist/types/components/Icon/appearance/iconPrimary.d.ts +5 -0
  153. package/dist/types/components/Icon/appearance/iconSecondary.d.ts +5 -0
  154. package/dist/types/components/Icon/appearance/iconStyle.d.ts +6 -5
  155. package/dist/types/components/Icon/appearance/iconWarning.d.ts +6 -0
  156. package/dist/types/components/Label/appearance/labelAccent.d.ts +1 -1
  157. package/dist/types/components/Label/appearance/labelDanger.d.ts +1 -1
  158. package/dist/types/components/Label/appearance/labelError.d.ts +7 -7
  159. package/dist/types/components/Label/appearance/labelPrimary.d.ts +1 -1
  160. package/dist/types/components/Label/appearance/labelSecondary.d.ts +1 -1
  161. package/dist/types/components/Label/appearance/labelSuccess.d.ts +1 -1
  162. package/dist/types/components/Label/appearance/labelSurface.d.ts +8 -8
  163. package/dist/types/components/Label/appearance/labelWarning.d.ts +1 -1
  164. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -0
  165. package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +5 -8
  166. package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +3 -3
  167. package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +0 -15
  168. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +1 -3
  169. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +3 -5
  170. package/dist/types/components/Notification/appearance/notificationDefault.d.ts +1 -1
  171. package/dist/types/components/Notification/appearance/notificationError.d.ts +1 -1
  172. package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +1 -1
  173. package/dist/types/components/Notification/appearance/notificationWarning.d.ts +1 -1
  174. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +1 -1
  175. package/dist/types/components/ScrollOnDrag/stories/__mock__/index.d.ts +2 -0
  176. package/dist/types/components/Scrollbar/stories/__mock__/index.d.ts +2 -0
  177. package/dist/types/components/Search/appearance/searchSize.d.ts +12 -12
  178. package/dist/types/components/Segmented/appearance/{segmentedSurface.d.ts → segmentedDefault.d.ts} +4 -4
  179. package/dist/types/components/Select/SelectLoadingIndicator.d.ts +1 -2
  180. package/dist/types/components/Swiper/stories/__mock__/index.d.ts +2 -0
  181. package/dist/types/components/Tab/stories/__mock__/index.d.ts +1 -1
  182. package/dist/types/hooks/useDeviceTargetClass.d.ts +5 -0
  183. package/package.json +12 -12
  184. package/dist/stories/Colors.mdx +0 -239
  185. package/dist/stories/DadataHintFieldOverview.mdx +0 -11
  186. package/dist/stories/DadataHintFieldPlaygroynd.mdx +0 -11
  187. package/dist/stories/Elevation.mdx +0 -80
  188. package/dist/stories/Settings.mdx +0 -3
  189. package/dist/stories/TypographyAM.mdx +0 -82
  190. package/dist/stories/TypographyBaikal.mdx +0 -82
  191. package/dist/types/components/Choice/appearance/choiceAccent.d.ts +0 -10
  192. package/dist/types/components/DadataHintField/DadataHintField.d.ts +0 -3
  193. package/dist/types/components/DadataHintField/index.d.ts +0 -1
  194. package/dist/types/components/Label/appearance/labelGradient.d.ts +0 -9
  195. package/dist/types/components/MenuItem/appearance/menuItemPrimary.d.ts +0 -8
  196. package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +0 -21
  197. package/dist/types/components/Pagination/appearance/paginationDanger.d.ts +0 -7
  198. package/dist/types/components/Pagination/appearance/paginationError.d.ts +0 -11
  199. package/dist/types/components/Pagination/appearance/paginationInfo.d.ts +0 -21
  200. package/dist/types/components/Pagination/appearance/paginationPrimary.d.ts +0 -8
  201. package/dist/types/components/Pagination/appearance/paginationSecondary.d.ts +0 -8
  202. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +0 -48
  203. package/dist/types/components/Pagination/appearance/paginationStyle.d.ts +0 -16
  204. package/dist/types/components/Pagination/appearance/paginationSuccess.d.ts +0 -11
  205. package/dist/types/components/Pagination/appearance/paginationWarning.d.ts +0 -11
  206. package/dist/types/components/Segmented/appearance/segmentedAccent.d.ts +0 -19
  207. package/dist/types/components/Segmented/appearance/segmentedFalse.d.ts +0 -4
  208. package/dist/types/config/forms/datepicker.d.ts +0 -18
  209. package/dist/types/config/forms/index.d.ts +0 -3
  210. package/dist/types/config/forms/input.d.ts +0 -14
@@ -4,5 +4,10 @@ declare const iconAppearancePrimary: {
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  };
7
+ primaryPrimary: {
8
+ fill: string;
9
+ fillHover: string;
10
+ labelTextColor: string;
11
+ };
7
12
  };
8
13
  export { iconAppearancePrimary };
@@ -4,5 +4,10 @@ declare const iconAppearanceSecondary: {
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  };
7
+ secondaryPrimary: {
8
+ fill: string;
9
+ fillHover: string;
10
+ labelTextColor: string;
11
+ };
7
12
  };
8
13
  export { iconAppearanceSecondary };
@@ -1,14 +1,15 @@
1
1
  declare const iconAppearanceStyle: {
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
- fillHover: string;
11
+ };
12
+ solid: {
12
13
  borderColor: string;
13
14
  };
14
15
  };
@@ -5,5 +5,11 @@ declare const iconAppearanceWarning: {
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
7
  };
8
+ warningPrimary: {
9
+ fill: string;
10
+ fillHover: string;
11
+ labelTextColor: string;
12
+ labelTextColorHover: string;
13
+ };
8
14
  };
9
15
  export { iconAppearanceWarning };
@@ -4,7 +4,7 @@ declare const labelAppearanceAccent: {
4
4
  labelTextColor: string;
5
5
  labelTextColorHover: string;
6
6
  };
7
- accentMuted: {
7
+ accentMutedPrimary: {
8
8
  fill: string;
9
9
  labelTextColor: string;
10
10
  labelTextColorHover: string;
@@ -8,7 +8,7 @@ declare const labelAppearanceDanger: {
8
8
  iconAfterFillIcon: string;
9
9
  iconBeforeFillIcon: string;
10
10
  };
11
- dangerMuted: {
11
+ dangerMutedPrimary: {
12
12
  fill: string;
13
13
  labelTextColor: string;
14
14
  labelTextColorHover: string;
@@ -1,21 +1,21 @@
1
1
  declare const labelAppearanceError: {
2
- errorPrimary: {
2
+ error: {
3
3
  fill: string;
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
- borderColor: string;
8
- iconAfterFillIcon: string;
9
- iconBeforeFillIcon: string;
10
7
  };
11
- error: {
8
+ errorMutedPrimary: {
12
9
  fill: string;
13
- fillHover: string;
14
10
  labelTextColor: string;
15
11
  labelTextColorHover: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
16
15
  };
17
- errorMuted: {
16
+ errorPrimary: {
18
17
  fill: string;
18
+ fillHover: string;
19
19
  labelTextColor: string;
20
20
  labelTextColorHover: string;
21
21
  borderColor: string;
@@ -7,7 +7,7 @@ declare const labelAppearancePrimary: {
7
7
  iconAfterFillIcon: string;
8
8
  iconBeforeFillIcon: string;
9
9
  };
10
- primaryMuted: {
10
+ primaryMutedPrimary: {
11
11
  fill: string;
12
12
  labelTextColor: string;
13
13
  labelTextColorHover: string;
@@ -7,7 +7,7 @@ declare const labelAppearanceSecondary: {
7
7
  iconAfterFillIcon: string;
8
8
  iconBeforeFillIcon: string;
9
9
  };
10
- secondaryMuted: {
10
+ secondaryMutedPrimary: {
11
11
  fill: string;
12
12
  labelTextColor: string;
13
13
  labelTextColorHover: string;
@@ -5,7 +5,7 @@ declare const labelAppearanceSuccess: {
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
7
  };
8
- successMuted: {
8
+ successMutedPrimary: {
9
9
  fill: string;
10
10
  labelTextColor: string;
11
11
  labelTextColorHover: string;
@@ -1,4 +1,12 @@
1
1
  declare const labelAppearanceSurface: {
2
+ surfaceMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ labelTextColorHover: string;
6
+ borderColor: string;
7
+ iconAfterFillIcon: string;
8
+ iconBeforeFillIcon: string;
9
+ };
2
10
  surfacePrimary: {
3
11
  fill: string;
4
12
  fillHover: string;
@@ -23,13 +31,5 @@ declare const labelAppearanceSurface: {
23
31
  labelTextColor: string;
24
32
  labelTextColorHover: string;
25
33
  };
26
- surfaceMuted: {
27
- fill: string;
28
- labelTextColor: string;
29
- labelTextColorHover: string;
30
- borderColor: string;
31
- iconAfterFillIcon: string;
32
- iconBeforeFillIcon: string;
33
- };
34
34
  };
35
35
  export { labelAppearanceSurface };
@@ -5,7 +5,7 @@ declare const labelAppearanceWarning: {
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
7
  };
8
- warningMuted: {
8
+ warningMutedPrimary: {
9
9
  fill: string;
10
10
  labelTextColor: string;
11
11
  labelTextColorHover: string;
@@ -60,6 +60,7 @@ export interface MenuItemProps extends MenuItemThemeColor, StyleAttributes {
60
60
  type?: string;
61
61
  isActive?: undefined;
62
62
  isHover?: boolean;
63
+ isSkeleton?: boolean;
63
64
  onClick?: () => void;
64
65
  onMouseEnter?: () => void;
65
66
  set?: string;
@@ -1,21 +1,18 @@
1
1
  declare const menuItemAppearanceAccent: {
2
- accent: {
3
- fill: string;
4
- fillHover: string;
5
- };
6
2
  accentPrimary: {
7
3
  fill: string;
8
4
  fillHover: string;
9
- borderColor: string;
5
+ labelTextColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
10
8
  };
11
9
  accentSecondary: {
12
10
  fill: string;
13
11
  fillHover: string;
14
12
  labelTextColor: string;
15
13
  labelTextColorHover: string;
16
- borderColor: string;
17
- loaderFill: string;
18
- loaderItemFill: string;
14
+ iconAfterFillIcon: string;
15
+ iconBeforeFillIcon: string;
19
16
  };
20
17
  };
21
18
  export { menuItemAppearanceAccent };
@@ -1,11 +1,11 @@
1
1
  declare const menuItemAppearanceError: {
2
- error: {
2
+ errorPrimary: {
3
3
  fill: string;
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
7
+ iconAfterFillIcon: string;
8
+ iconBeforeFillIcon: string;
9
9
  };
10
10
  };
11
11
  export { menuItemAppearanceError };
@@ -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
  };
@@ -5,9 +5,7 @@ declare const menuItemAppearanceStyle: {
5
5
  outlined: {
6
6
  fill: string;
7
7
  };
8
- full: {
9
- borderColor: string;
10
- };
8
+ full: {};
11
9
  ghost: {
12
10
  fill: string;
13
11
  borderColor: string;
@@ -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
- surfaceQuaternary: {
9
+ surfaceSecondary: {
12
10
  fill: string;
13
11
  fillHover: string;
14
12
  labelTextColor: string;
15
13
  };
16
- surfaceSecondary: {
14
+ surfaceTertiary: {
17
15
  fill: string;
18
16
  fillHover: string;
19
17
  labelTextColor: string;
20
18
  };
21
- surfaceTertiary: {
19
+ surfaceQuaternary: {
22
20
  fill: string;
23
21
  fillHover: string;
24
22
  labelTextColor: string;
@@ -10,7 +10,7 @@ declare const notificationAppearanceDefault: {
10
10
  elevation: number;
11
11
  textColor: string;
12
12
  iconSize: number;
13
- closeIcon: string;
13
+ closeIcon: any;
14
14
  closeIconFillIcon: string;
15
15
  };
16
16
  };
@@ -10,7 +10,7 @@ declare const notificationAppearanceError: {
10
10
  elevation: number;
11
11
  textColor: string;
12
12
  iconSize: number;
13
- closeIcon: string;
13
+ closeIcon: any;
14
14
  closeIconFillIcon: string;
15
15
  };
16
16
  };
@@ -10,7 +10,7 @@ declare const notificationAppearanceSuccess: {
10
10
  elevation: number;
11
11
  textColor: string;
12
12
  iconSize: number;
13
- closeIcon: string;
13
+ closeIcon: any;
14
14
  closeIconFillIcon: string;
15
15
  };
16
16
  };
@@ -10,7 +10,7 @@ declare const notificationAppearanceWarning: {
10
10
  elevation: number;
11
11
  textColor: string;
12
12
  iconSize: number;
13
- closeIcon: string;
13
+ closeIcon: any;
14
14
  closeIconFillIcon: string;
15
15
  };
16
16
  };
@@ -27,7 +27,7 @@ declare const paginationAppearanceSurface: {
27
27
  pageCountDropdownItemSize: string;
28
28
  pageCountDropdownItemWidth: string;
29
29
  pageCountDropdownShape: string;
30
- pageCountInputIcon: string;
30
+ pageCountInputIcon: any;
31
31
  pageCountInputIconColor: string;
32
32
  pageCountInputIconFillSize: string;
33
33
  pageCountInputTextColor: string;
@@ -0,0 +1,2 @@
1
+ declare const scrollOnDragMock: import("react/jsx-runtime").JSX.Element;
2
+ export { scrollOnDragMock };
@@ -0,0 +1,2 @@
1
+ declare const scrollbarMock: import("react/jsx-runtime").JSX.Element[];
2
+ export { scrollbarMock };
@@ -1,43 +1,43 @@
1
1
  declare const searchAppearanceSize: {
2
2
  sizeXXL: {
3
3
  size: string;
4
- iconBefore: string;
5
- iconClear: string;
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: string;
12
- iconClear: string;
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: string;
19
- iconClear: string;
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: string;
26
- iconClear: string;
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: string;
33
- iconClear: string;
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: string;
40
- iconClear: string;
39
+ iconBefore: any;
40
+ iconClear: any;
41
41
  inputTextSize: string;
42
42
  placeholderTextSize: string;
43
43
  };
@@ -1,5 +1,5 @@
1
- declare const segmentedAppearanceSurface: {
2
- surfacePrimary: {
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
- surfaceSecondary: {
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 { segmentedAppearanceSurface };
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>) => React.ReactNode;
2
+ declare const SelectLoadingIndicator: <Option, IsMulti extends boolean, Group extends GroupBase<Option>>(props: LoadingIndicatorProps<Option, IsMulti, Group>) => any;
4
3
  export { SelectLoadingIndicator };
@@ -0,0 +1,2 @@
1
+ declare const slidesMock: import("react/jsx-runtime").JSX.Element[];
2
+ export { slidesMock };
@@ -14,7 +14,7 @@ declare const tabListMock: {
14
14
  } | {
15
15
  key: number;
16
16
  label: string;
17
- icon: string;
17
+ icon: any;
18
18
  isActive: boolean;
19
19
  badgeValue?: undefined;
20
20
  })[];
@@ -0,0 +1,5 @@
1
+ /** TODO:
2
+ * Hook is still used in "itcase-forms".
3
+ * Need replace with "useDevicePropsGenerator" and delete this.
4
+ */
5
+ export function useDeviceTargetClass(componentProps: any, hookProps: any): string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.30",
3
+ "version": "1.8.32",
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.27",
100
- "@itcase/icons": "^1.1.3",
101
- "@itcase/storybook-config": "^1.1.13",
99
+ "@itcase/common": "^1.2.28",
100
+ "@itcase/icons": "^1.1.5",
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.47",
139
- "@itcase/lint": "^1.1.17",
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.5",
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.2",
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.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.5",
169
+ "postcss": "^8.5.6",
170
170
  "prettier": "^3.5.3",
171
171
  "react-docgen-typescript": "^2.4.0",
172
- "rollup": "^4.43.0",
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.20.0",
179
+ "stylelint": "^16.21.0",
180
180
  "typescript": "^5.8.3"
181
181
  }
182
182
  }