@itcase/ui 1.8.1 → 1.8.4

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 (294) hide show
  1. package/dist/{Badge-Df7Zxjnk.js → Badge_cjs_DrG2tUjI.js} +12 -34
  2. package/dist/{Badge-BY030Mwm.js → Badge_es_Bx0NsdST.js} +12 -34
  3. package/dist/{Button-CWPTzaG2.js → Button_cjs_B7OmqizJ.js} +26 -25
  4. package/dist/{Button-DHOZJDHv.js → Button_es_CBbHMy1v.js} +26 -25
  5. package/dist/{Divider-BQIfjvPR.js → Divider_cjs_DakITdTv.js} +1 -1
  6. package/dist/{Divider-CUFKsm-9.js → Divider_es_CWsDM2Rm.js} +1 -1
  7. package/dist/{DropdownItem-_bKQxzEZ.js → DropdownItem_cjs_TdJHpFgg.js} +3 -3
  8. package/dist/{DropdownItem-Cl1pYnVf.js → DropdownItem_es_CdYP5BQN.js} +3 -3
  9. package/dist/{Group-utjnjUDZ.js → Group_cjs_DFmNT5Mq.js} +8 -4
  10. package/dist/{Group-C8NUU6k5.js → Group_es_CRGwi5XI.js} +8 -4
  11. package/dist/{Icon-D_BDlSSb.js → Icon_cjs_DSzfNqif.js} +3 -3
  12. package/dist/{Icon-BF7i3XdQ.js → Icon_es_BBmoZ7_3.js} +3 -3
  13. package/dist/{Input-BRhHPsGM.js → Input_cjs_DkQh0Utd.js} +1 -1
  14. package/dist/{Input-BH6rNRqZ.js → Input_es_Bs0gEq3L.js} +1 -1
  15. package/dist/{Label-DsNZ-asS.js → Label_cjs_BCjB-mxC.js} +5 -5
  16. package/dist/{Label-brG78nLi.js → Label_es_CZpanSdR.js} +5 -5
  17. package/dist/{Link-CZ8o5lGW.js → Link_cjs_yht44xJv.js} +1 -1
  18. package/dist/{Link-Cn7hiWmM.js → Link_es_DkW06IM-.js} +1 -1
  19. package/dist/{Loader-CjT6-r3I.js → Loader_cjs_D753D3li.js} +2 -2
  20. package/dist/{Loader-Dquhwxz4.js → Loader_es_BE4nyzXi.js} +2 -2
  21. package/dist/{Overlay-BoIJ-g58.js → Overlay_cjs_BTSfcGrM.js} +1 -2
  22. package/dist/{Overlay-Be9UCtR9.js → Overlay_es_CR7d-ISF.js} +1 -2
  23. package/dist/{Text-DwIx33-P.js → Text_cjs_D4xG0cKD.js} +3 -3
  24. package/dist/{Text-aaWArShm.js → Text_es_FJGduy7Z.js} +3 -3
  25. package/dist/{Title-ByfOyy-n.js → Title_cjs_iuyln-ab.js} +1 -1
  26. package/dist/{Title--_epIXkC.js → Title_es_ke3YylFm.js} +1 -1
  27. package/dist/{Tooltip-hznDyLwa.js → Tooltip_cjs_CTwksdFk.js} +3 -3
  28. package/dist/{Tooltip-DP32J5V6.js → Tooltip_es_H976MIb7.js} +3 -3
  29. package/dist/cjs/components/Accordion.js +7 -7
  30. package/dist/cjs/components/Avatar.js +9 -9
  31. package/dist/cjs/components/Badge.js +7 -7
  32. package/dist/cjs/components/Breadcrumbs.js +6 -6
  33. package/dist/cjs/components/Button.js +8 -8
  34. package/dist/cjs/components/Cell.js +7 -7
  35. package/dist/cjs/components/Checkbox.js +2 -2
  36. package/dist/cjs/components/Checkmark.js +1 -1
  37. package/dist/cjs/components/Chips.js +12 -12
  38. package/dist/cjs/components/Choice.js +54 -18
  39. package/dist/cjs/components/Code.js +1 -1
  40. package/dist/cjs/components/CookiesWarning.js +9 -9
  41. package/dist/cjs/components/DadataHintField.js +4 -4
  42. package/dist/cjs/components/DatePicker.js +113 -46
  43. package/dist/cjs/components/Divider.js +2 -2
  44. package/dist/cjs/components/Dot.js +1 -1
  45. package/dist/cjs/components/Dropdown.js +4 -4
  46. package/dist/cjs/components/Flex.js +1 -1
  47. package/dist/cjs/components/Grid.js +1 -1
  48. package/dist/cjs/components/Group.js +2 -2
  49. package/dist/cjs/components/HTMLContent.js +1 -1
  50. package/dist/cjs/components/HeroTitle.js +1 -1
  51. package/dist/cjs/components/Icon.js +6 -6
  52. package/dist/cjs/components/Image.js +2 -2
  53. package/dist/cjs/components/Input.js +2 -2
  54. package/dist/cjs/components/InputMask.js +3 -3
  55. package/dist/cjs/components/InputPassword.js +6 -6
  56. package/dist/cjs/components/Label.js +5 -5
  57. package/dist/cjs/components/Link.js +2 -2
  58. package/dist/cjs/components/List.js +2 -2
  59. package/dist/cjs/components/Loader.js +3 -3
  60. package/dist/cjs/components/Logo.js +2 -2
  61. package/dist/cjs/components/MenuItem.js +3 -3
  62. package/dist/cjs/components/Modal.js +5 -5
  63. package/dist/cjs/components/ModalSheetBottom.js +1 -1
  64. package/dist/cjs/components/Notification.js +2 -2
  65. package/dist/cjs/components/Overlay.js +2 -2
  66. package/dist/cjs/components/Pagination.js +14 -10
  67. package/dist/cjs/components/Panel.js +3 -3
  68. package/dist/cjs/components/Radio.js +2 -2
  69. package/dist/cjs/components/RangeSlider.js +1 -1
  70. package/dist/cjs/components/Response.js +9 -9
  71. package/dist/cjs/components/SVGContent.js +1 -1
  72. package/dist/cjs/components/ScrollOnDrag.js +3 -3
  73. package/dist/cjs/components/ScrollToView.js +1 -1
  74. package/dist/cjs/components/Scrollbar.js +1 -1
  75. package/dist/cjs/components/Search.js +59 -16
  76. package/dist/cjs/components/Segmented.js +30 -18
  77. package/dist/cjs/components/Select.js +10 -10
  78. package/dist/cjs/components/Swiper.js +2 -2
  79. package/dist/cjs/components/Switch.js +2 -2
  80. package/dist/cjs/components/Tab.js +50 -70
  81. package/dist/cjs/components/Text.js +2 -2
  82. package/dist/cjs/components/Textarea.js +132 -51
  83. package/dist/cjs/components/Tile.js +7 -7
  84. package/dist/cjs/components/Title.js +2 -2
  85. package/dist/cjs/components/Tooltip.js +4 -4
  86. package/dist/cjs/components/Video.js +1 -1
  87. package/dist/cjs/context/Notifications.js +2 -2
  88. package/dist/cjs/context/UIContext.js +4 -4
  89. package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +1 -1
  90. package/dist/cjs/hooks/useDevicePropsGenerator.js +1 -1
  91. package/dist/cjs/hooks/useDeviceTargetClass.js +1 -1
  92. package/dist/cjs/hooks/useStyles/useStyles.js +1 -1
  93. package/dist/cjs/hooks/useStyles.js +1 -1
  94. package/dist/components/Accordion.js +7 -7
  95. package/dist/components/Avatar.js +9 -9
  96. package/dist/components/Badge.js +7 -7
  97. package/dist/components/Breadcrumbs.js +6 -6
  98. package/dist/components/Button.js +8 -8
  99. package/dist/components/Cell.js +7 -7
  100. package/dist/components/Checkbox.js +2 -2
  101. package/dist/components/Checkmark.js +1 -1
  102. package/dist/components/Chips.js +12 -12
  103. package/dist/components/Choice.js +54 -18
  104. package/dist/components/Code.js +1 -1
  105. package/dist/components/CookiesWarning.js +9 -9
  106. package/dist/components/DadataHintField.js +4 -4
  107. package/dist/components/DatePicker.js +113 -46
  108. package/dist/components/Divider.js +2 -2
  109. package/dist/components/Dot.js +1 -1
  110. package/dist/components/Dropdown.js +4 -4
  111. package/dist/components/Flex.js +1 -1
  112. package/dist/components/Grid.js +1 -1
  113. package/dist/components/Group.js +2 -2
  114. package/dist/components/HTMLContent.js +1 -1
  115. package/dist/components/HeroTitle.js +1 -1
  116. package/dist/components/Icon.js +6 -6
  117. package/dist/components/Image.js +2 -2
  118. package/dist/components/Input.js +2 -2
  119. package/dist/components/InputMask.js +3 -3
  120. package/dist/components/InputPassword.js +6 -6
  121. package/dist/components/Label.js +5 -5
  122. package/dist/components/Link.js +2 -2
  123. package/dist/components/List.js +2 -2
  124. package/dist/components/Loader.js +3 -3
  125. package/dist/components/Logo.js +2 -2
  126. package/dist/components/MenuItem.js +3 -3
  127. package/dist/components/Modal.js +5 -5
  128. package/dist/components/ModalSheetBottom.js +1 -1
  129. package/dist/components/Notification.js +2 -2
  130. package/dist/components/Overlay.js +2 -2
  131. package/dist/components/Pagination.js +15 -11
  132. package/dist/components/Panel.js +3 -3
  133. package/dist/components/Radio.js +2 -2
  134. package/dist/components/RangeSlider.js +1 -1
  135. package/dist/components/Response.js +9 -9
  136. package/dist/components/SVGContent.js +1 -1
  137. package/dist/components/ScrollOnDrag.js +2 -2
  138. package/dist/components/ScrollToView.js +1 -1
  139. package/dist/components/Scrollbar.js +1 -1
  140. package/dist/components/Search.js +59 -16
  141. package/dist/components/Segmented.js +30 -18
  142. package/dist/components/Select.js +10 -10
  143. package/dist/components/Swiper.js +2 -2
  144. package/dist/components/Switch.js +2 -2
  145. package/dist/components/Tab.js +50 -70
  146. package/dist/components/Text.js +2 -2
  147. package/dist/components/Textarea.js +133 -51
  148. package/dist/components/Tile.js +7 -7
  149. package/dist/components/Title.js +2 -2
  150. package/dist/components/Tooltip.js +4 -4
  151. package/dist/components/Video.js +1 -1
  152. package/dist/context/Notifications.js +2 -2
  153. package/dist/context/UIContext.js +4 -4
  154. package/dist/css/components/Accordion/Accordion.css +2 -0
  155. package/dist/css/components/Avatar/Avatar.css +15 -14
  156. package/dist/css/components/Badge/Badge.css +1 -0
  157. package/dist/css/components/Button/Button.css +8 -2
  158. package/dist/css/components/Cell/Cell.css +10 -9
  159. package/dist/css/components/Chips/Chips.css +12 -0
  160. package/dist/css/components/Choice/Choice.css +47 -14
  161. package/dist/css/components/Choice/css/__item/choice__item.css +3 -0
  162. package/dist/css/components/Choice/css/__item/choice__item_size.css +10 -0
  163. package/dist/css/components/Code/Code.css +9 -11
  164. package/dist/css/components/CookiesWarning/CookiesWarning.css +1 -1
  165. package/dist/css/components/CookiesWarning/CookiesWarning.token.css +2 -0
  166. package/dist/css/components/DatePicker/DatePicker.css +114 -26
  167. package/dist/css/components/Divider/Divider.css +3 -4
  168. package/dist/css/components/Dot/Dot.css +1 -0
  169. package/dist/css/components/Drawer/Drawer.css +4 -7
  170. package/dist/css/components/Dropdown/Dropdown.css +18 -3
  171. package/dist/css/components/Grid/Grid.css +12 -3
  172. package/dist/css/components/Group/Group.css +1 -1
  173. package/dist/css/components/Icon/Icon.css +7 -1
  174. package/dist/css/components/Input/Input.css +7 -9
  175. package/dist/css/components/InputMask/{Input.css → InputMask.css} +4 -4
  176. package/dist/css/components/InputPassword/InputPassword.css +1 -0
  177. package/dist/css/components/Loader/Loader.css +6 -0
  178. package/dist/css/components/Modal/Modal.css +1 -0
  179. package/dist/css/components/ModalSheetBottom/ModalSheetBottom.css +7 -4
  180. package/dist/css/components/Notification/Notification.css +1 -1
  181. package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +1 -1
  182. package/dist/css/components/Pagination/Pagination.css +10 -8
  183. package/dist/css/components/Pagination/css/__item/pagination__item.css +1 -1
  184. package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +1 -4
  185. package/dist/css/components/Radio/Radio.css +2 -0
  186. package/dist/css/components/RangeSlider/RangeSlider.css +1 -1
  187. package/dist/css/components/Search/Search.css +5 -2
  188. package/dist/css/components/Search/css/search-input/search-input_size.css +1 -0
  189. package/dist/css/components/Segmented/Segmented.css +3 -0
  190. package/dist/css/components/Select/Select.css +13 -5
  191. package/dist/css/components/Select/css/__control/select__control_fill.css +1 -1
  192. package/dist/css/components/Select/css/__menu/select__menu.css +1 -1
  193. package/dist/css/components/Swiper/Swiper.css +3 -3
  194. package/dist/css/components/Tab/Tab.css +2 -2
  195. package/dist/css/components/Text/Text.css +15 -12
  196. package/dist/css/components/Textarea/Textarea.css +38 -26
  197. package/dist/css/components/Tile/Tile.css +9 -0
  198. package/dist/css/components/Tooltip/Tooltip.css +8 -1
  199. package/dist/css/styles/border-color/border-color.css +6 -6
  200. package/dist/css/styles/border-color/border-color_focus.css +7 -5
  201. package/dist/css/styles/border-color/border-color_hover.css +13 -9
  202. package/dist/css/styles/border-width/border-width.css +2 -1
  203. package/dist/css/styles/caret-color/caret-color.css +6 -4
  204. package/dist/css/styles/fill/fill.css +19 -34
  205. package/dist/css/styles/fill/fill_active.css +14 -25
  206. package/dist/css/styles/fill/fill_active_hover.css +23 -27
  207. package/dist/css/styles/fill/fill_hover.css +27 -33
  208. package/dist/css/styles/hover/hover-fill-color.css +6 -4
  209. package/dist/css/styles/hover/hover-item-color.css +6 -4
  210. package/dist/css/styles/hover/hover-text-color.css +6 -4
  211. package/dist/css/styles/opacity/opacity.css +3 -2
  212. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +6 -4
  213. package/dist/css/styles/svg-color/svg_fill.css +6 -9
  214. package/dist/css/styles/svg-color/svg_fill_hover.css +6 -4
  215. package/dist/css/styles/svg-color/svg_path_fill.css +6 -5
  216. package/dist/css/styles/text-color/text-color.css +6 -6
  217. package/dist/css/styles/text-color/text-color_active.css +7 -6
  218. package/dist/css/styles/text-color/text-color_hover.css +7 -6
  219. package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +1 -1
  220. package/dist/hooks/useDevicePropsGenerator.js +1 -1
  221. package/dist/hooks/useDeviceTargetClass.js +1 -1
  222. package/dist/hooks/useStyles/useStyles.js +1 -1
  223. package/dist/hooks/useStyles.js +1 -1
  224. package/dist/stories/Breadcrumbs.mdx +15 -0
  225. package/dist/stories/BreadcrumbsItem.mdx +17 -0
  226. package/dist/stories/Image.mdx +2 -2
  227. package/dist/stories/ListItem.mdx +11 -0
  228. package/dist/stories/Overview.mdx +15 -5
  229. package/dist/stories/Playground.mdx +4 -4
  230. package/dist/stories/Playgroynd.mdx +11 -0
  231. package/dist/stories/Plsyground.mdx +14 -0
  232. package/dist/types/components/Badge/appearance/badgeAccent.d.ts +0 -20
  233. package/dist/types/components/Button/appearance/buttonSize.d.ts +7 -7
  234. package/dist/types/components/Button/appearance/buttonSurface.d.ts +6 -5
  235. package/dist/types/components/Choice/appearance/choiceAccent.d.ts +1 -2
  236. package/dist/types/components/Choice/appearance/choiceSize.d.ts +18 -0
  237. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +14 -0
  238. package/dist/types/components/Choice/appearance/choiceSurface.d.ts +5 -2
  239. package/dist/types/components/DadataHintField/DadataHintField.interface.d.ts +4 -2
  240. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +71 -12
  241. package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +42 -0
  242. package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +26 -0
  243. package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +8 -11
  244. package/dist/types/components/InputMask/InputMask.d.ts +5 -0
  245. package/dist/types/components/InputMask/index.d.ts +1 -1
  246. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +3 -0
  247. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
  248. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
  249. package/dist/types/components/Search/appearance/searchSize.d.ts +17 -0
  250. package/dist/types/components/Search/appearance/searchStyle.d.ts +14 -0
  251. package/dist/types/components/Search/appearance/searchSurface.d.ts +18 -0
  252. package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +15 -0
  253. package/dist/types/components/Segmented/appearance/segmentedSurface.d.ts +13 -0
  254. package/dist/types/components/Tab/appearance/tabSize.d.ts +10 -0
  255. package/dist/types/components/Tab/appearance/tabStyle.d.ts +14 -0
  256. package/dist/types/components/Tab/appearance/tabSurface.d.ts +51 -0
  257. package/dist/types/components/Textarea/Textarea.appearance.d.ts +1 -2
  258. package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -8
  259. package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +18 -0
  260. package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +20 -0
  261. package/dist/types/components/Textarea/appearance/textareaError.d.ts +20 -0
  262. package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +20 -0
  263. package/dist/types/components/Textarea/appearance/textareaSize.d.ts +31 -0
  264. package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +14 -0
  265. package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +20 -0
  266. package/dist/types/components/Textarea/index.d.ts +1 -1
  267. package/dist/types/components/Video/Video.interface.d.ts +3 -1
  268. package/dist/types/components/Video/stories/mocks/videoSources.d.ts +6 -0
  269. package/dist/types/context/Notifications.d.ts +2 -2
  270. package/dist/types/context/UIContext.d.ts +1 -1
  271. package/package.json +15 -15
  272. package/dist/css/styles/fill/fill_disabled.css +0 -33
  273. package/dist/stories/Avatar.mdx +0 -23
  274. package/dist/stories/Badge.mdx +0 -13
  275. package/dist/stories/Button.mdx +0 -12
  276. package/dist/stories/Cell.mdx +0 -7
  277. package/dist/stories/Checkbox.mdx +0 -12
  278. package/dist/stories/Checkmark.mdx +0 -10
  279. package/dist/stories/Chips.mdx +0 -37
  280. package/dist/stories/Choice.mdx +0 -11
  281. package/dist/stories/Code.mdx +0 -11
  282. package/dist/stories/DatePicker.mdx +0 -31
  283. package/dist/stories/HeroTitle.mdx +0 -31
  284. package/dist/stories/Textarea.mdx +0 -15
  285. package/dist/stories/Title.mdx +0 -31
  286. package/dist/stories/Tooltip.mdx +0 -19
  287. package/dist/types/components/InputMask/Input.d.ts +0 -5
  288. /package/dist/{Image-DuIBtUq5.js → Image_cjs_DuIBtUq5.js} +0 -0
  289. /package/dist/{Image-CSzHhlA1.js → Image_es_CSzHhlA1.js} +0 -0
  290. /package/dist/{Scrollbar-DcKOfcNp.js → Scrollbar_cjs_DcKOfcNp.js} +0 -0
  291. /package/dist/{Scrollbar-CThJeCLF.js → Scrollbar_es_CThJeCLF.js} +0 -0
  292. /package/dist/{tslib.es6-CCZ3TN_7.js → tslib.es6_cjs_CCZ3TN_7.js} +0 -0
  293. /package/dist/{tslib.es6-Bwu1Cn-t.js → tslib.es6_es_Bwu1Cn-t.js} +0 -0
  294. /package/dist/types/components/InputMask/{Input.interface.d.ts → InputMask.interface.d.ts} +0 -0
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
7
7
  var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
8
8
  var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
9
- var Text = require('./Text-DwIx33-P.js');
10
- var Tooltip = require('./Tooltip-hznDyLwa.js');
9
+ var Text = require('./Text_cjs_D4xG0cKD.js');
10
+ var Tooltip = require('./Tooltip_cjs_CTwksdFk.js');
11
11
 
12
12
  var labelAppearanceAccent = {
13
13
  accent: {
@@ -211,7 +211,7 @@ var labelConfig = {
211
211
  },
212
212
  };
213
213
  function Label(props) {
214
- var className = props.className, type = props.type, appearance = props.appearance, label = props.label, labelTextWrap = props.labelTextWrap, cursor = props.cursor, dataTour = props.dataTour, mode = props.mode, showTooltip = props.showTooltip, tooltipAlignment = props.tooltipAlignment, tooltipAppearance = props.tooltipAppearance, tooltipArrowPosition = props.tooltipArrowPosition, tooltipContent = props.tooltipContent, tooltipText = props.tooltipText, tooltipTextSize = props.tooltipTextSize, tooltipTitle = props.tooltipTitle, tooltipTitleSize = props.tooltipTitleSize, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick, children = props.children;
214
+ var className = props.className, type = props.type, appearance = props.appearance, label = props.label, cursor = props.cursor, dataTour = props.dataTour, mode = props.mode, showTooltip = props.showTooltip, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick, children = props.children;
215
215
  var tooltipRef = React.useRef(null);
216
216
  var onMouseEnterLabel = React.useCallback(function () {
217
217
  var _a;
@@ -226,7 +226,7 @@ function Label(props) {
226
226
  return (tslib_es6.__assign(tslib_es6.__assign({}, resultConfig), (_a = labelConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
227
227
  }, {});
228
228
  var propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props, appearanceConfig);
229
- var alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, labelTextColor = propsGenerator.labelTextColor, labelTextColorHover = propsGenerator.labelTextColorHover, labelTextSize = propsGenerator.labelTextSize, labelTextWeight = propsGenerator.labelTextWeight, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass, wrapClass = propsGenerator.wrapClass;
229
+ var alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, labelTextColor = propsGenerator.labelTextColor, labelTextColorHover = propsGenerator.labelTextColorHover, labelTextSize = propsGenerator.labelTextSize, labelTextWeight = propsGenerator.labelTextWeight, labelTextWrap = propsGenerator.labelTextWrap, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, tooltipAlignment = propsGenerator.tooltipAlignment, tooltipAppearance = propsGenerator.tooltipAppearance, tooltipArrowPosition = propsGenerator.tooltipArrowPosition, tooltipContent = propsGenerator.tooltipContent, tooltipText = propsGenerator.tooltipText, tooltipTextSize = propsGenerator.tooltipTextSize, tooltipTitle = propsGenerator.tooltipTitle, tooltipTitleSize = propsGenerator.tooltipTitleSize, widthClass = propsGenerator.widthClass, wrapClass = propsGenerator.wrapClass;
230
230
  // @ts-expect-error
231
231
  var labelStyles = useStyles.useStyles(props).styles;
232
232
  return (jsxRuntime.jsxs("div", { className: clsx(className, 'label', fillClass && "fill_".concat(fillClass), fillHoverClass && "fill_hover_".concat(fillHoverClass), shapeClass && "label_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "label_size_".concat(sizeClass), wrapClass && "'word-wrap_".concat(wrapClass), widthClass && "label_width_".concat(widthClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), type && "label_type_".concat(type), mode && "label_mode_".concat(mode), isSkeleton && "label_skeleton", onClick && (cursor || 'cursor_type_pointer')), "data-tour": dataTour, style: labelStyles, onClick: onClick, onMouseEnter: onMouseEnterLabel, onMouseLeave: onMouseLeaveLabel, children: [before, jsxRuntime.jsxs("div", { className: "label__inner", children: [typeof label === 'string' ? (jsxRuntime.jsx(Text.Text, { className: "label__text", size: labelTextSize, textColor: labelTextColor, textColorHover: labelTextColorHover, textWeight: labelTextWeight, textWrap: labelTextWrap, children: label })) : (jsxRuntime.jsx("div", { className: "label__text", children: label })), children, showTooltip && (jsxRuntime.jsx(Tooltip.Tooltip, { className: "label__tooltip", appearance: tooltipAppearance, alignment: tooltipAlignment, title: tooltipTitle, titleSize: tooltipTitleSize, text: tooltipText, textSize: tooltipTextSize, arrowPosition: tooltipArrowPosition, ref: tooltipRef, children: tooltipContent }))] }), after] }));
@@ -1,11 +1,11 @@
1
- import { _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { useRef, useCallback } from 'react';
4
4
  import clsx from 'clsx';
5
5
  import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
6
6
  import { useStyles } from './hooks/useStyles/useStyles.js';
7
- import { T as Text } from './Text-aaWArShm.js';
8
- import { T as Tooltip } from './Tooltip-DP32J5V6.js';
7
+ import { T as Text } from './Text_es_FJGduy7Z.js';
8
+ import { T as Tooltip } from './Tooltip_es_H976MIb7.js';
9
9
 
10
10
  var labelAppearanceAccent = {
11
11
  accent: {
@@ -209,7 +209,7 @@ var labelConfig = {
209
209
  },
210
210
  };
211
211
  function Label(props) {
212
- var className = props.className, type = props.type, appearance = props.appearance, label = props.label, labelTextWrap = props.labelTextWrap, cursor = props.cursor, dataTour = props.dataTour, mode = props.mode, showTooltip = props.showTooltip, tooltipAlignment = props.tooltipAlignment, tooltipAppearance = props.tooltipAppearance, tooltipArrowPosition = props.tooltipArrowPosition, tooltipContent = props.tooltipContent, tooltipText = props.tooltipText, tooltipTextSize = props.tooltipTextSize, tooltipTitle = props.tooltipTitle, tooltipTitleSize = props.tooltipTitleSize, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick, children = props.children;
212
+ var className = props.className, type = props.type, appearance = props.appearance, label = props.label, cursor = props.cursor, dataTour = props.dataTour, mode = props.mode, showTooltip = props.showTooltip, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick, children = props.children;
213
213
  var tooltipRef = useRef(null);
214
214
  var onMouseEnterLabel = useCallback(function () {
215
215
  var _a;
@@ -224,7 +224,7 @@ function Label(props) {
224
224
  return (__assign(__assign({}, resultConfig), (_a = labelConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
225
225
  }, {});
226
226
  var propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
227
- var alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, labelTextColor = propsGenerator.labelTextColor, labelTextColorHover = propsGenerator.labelTextColorHover, labelTextSize = propsGenerator.labelTextSize, labelTextWeight = propsGenerator.labelTextWeight, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass, wrapClass = propsGenerator.wrapClass;
227
+ var alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, labelTextColor = propsGenerator.labelTextColor, labelTextColorHover = propsGenerator.labelTextColorHover, labelTextSize = propsGenerator.labelTextSize, labelTextWeight = propsGenerator.labelTextWeight, labelTextWrap = propsGenerator.labelTextWrap, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, tooltipAlignment = propsGenerator.tooltipAlignment, tooltipAppearance = propsGenerator.tooltipAppearance, tooltipArrowPosition = propsGenerator.tooltipArrowPosition, tooltipContent = propsGenerator.tooltipContent, tooltipText = propsGenerator.tooltipText, tooltipTextSize = propsGenerator.tooltipTextSize, tooltipTitle = propsGenerator.tooltipTitle, tooltipTitleSize = propsGenerator.tooltipTitleSize, widthClass = propsGenerator.widthClass, wrapClass = propsGenerator.wrapClass;
228
228
  // @ts-expect-error
229
229
  var labelStyles = useStyles(props).styles;
230
230
  return (jsxs("div", { className: clsx(className, 'label', fillClass && "fill_".concat(fillClass), fillHoverClass && "fill_hover_".concat(fillHoverClass), shapeClass && "label_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "label_size_".concat(sizeClass), wrapClass && "'word-wrap_".concat(wrapClass), widthClass && "label_width_".concat(widthClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), type && "label_type_".concat(type), mode && "label_mode_".concat(mode), isSkeleton && "label_skeleton", onClick && (cursor || 'cursor_type_pointer')), "data-tour": dataTour, style: labelStyles, onClick: onClick, onMouseEnter: onMouseEnterLabel, onMouseLeave: onMouseLeaveLabel, children: [before, jsxs("div", { className: "label__inner", children: [typeof label === 'string' ? (jsx(Text, { className: "label__text", size: labelTextSize, textColor: labelTextColor, textColorHover: labelTextColorHover, textWeight: labelTextWeight, textWrap: labelTextWrap, children: label })) : (jsx("div", { className: "label__text", children: label })), children, showTooltip && (jsx(Tooltip, { className: "label__tooltip", appearance: tooltipAppearance, alignment: tooltipAlignment, title: tooltipTitle, titleSize: tooltipTitleSize, text: tooltipText, textSize: tooltipTextSize, arrowPosition: tooltipArrowPosition, ref: tooltipRef, children: tooltipContent }))] }), after] }));
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
@@ -1,4 +1,4 @@
1
- import { b as __rest, _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { b as __rest, _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import React from 'react';
4
4
  import clsx from 'clsx';
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var clsx = require('clsx');
6
6
  var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
7
7
  var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
8
- var Text = require('./Text-DwIx33-P.js');
8
+ var Text = require('./Text_cjs_D4xG0cKD.js');
9
9
 
10
10
  var loaderAppearanceAccent = {
11
11
  accentPrimary: {
@@ -1,9 +1,9 @@
1
- import { _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import clsx from 'clsx';
4
4
  import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
5
5
  import { useStyles } from './hooks/useStyles/useStyles.js';
6
- import { T as Text } from './Text-aaWArShm.js';
6
+ import { T as Text } from './Text_es_FJGduy7Z.js';
7
7
 
8
8
  var loaderAppearanceAccent = {
9
9
  accentPrimary: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var clsx = require('clsx');
6
6
  var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
@@ -24,7 +24,6 @@ function Overlay(props) {
24
24
  }, {});
25
25
  var propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props, appearanceConfig);
26
26
  var fillClass = propsGenerator.fillClass, fillGradientClass = propsGenerator.fillGradientClass, opacityClass = propsGenerator.opacityClass;
27
- // @ts-expect-error
28
27
  var overlayStyles = useStyles.useStyles(props).styles;
29
28
  return (jsxRuntime.jsx("div", { className: clsx(className, 'overlay', opacityClass && "opacity_".concat(opacityClass), isOverlay && 'overlay_state_visible', type && "".concat(className, "_type_").concat(type), fillClass && "fill_".concat(fillClass), fillGradientClass && "fill-gradient_".concat(fillGradientClass)), "data-testid": dataTestId, "data-tour": dataTour, style: overlayStyles, onClick: onClick, children: "\u00A0" }));
30
29
  }
@@ -1,4 +1,4 @@
1
- import { _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import clsx from 'clsx';
4
4
  import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
@@ -22,7 +22,6 @@ function Overlay(props) {
22
22
  }, {});
23
23
  var propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
24
24
  var fillClass = propsGenerator.fillClass, fillGradientClass = propsGenerator.fillGradientClass, opacityClass = propsGenerator.opacityClass;
25
- // @ts-expect-error
26
25
  var overlayStyles = useStyles(props).styles;
27
26
  return (jsx("div", { className: clsx(className, 'overlay', opacityClass && "opacity_".concat(opacityClass), isOverlay && 'overlay_state_visible', type && "".concat(className, "_type_").concat(type), fillClass && "fill_".concat(fillClass), fillGradientClass && "fill-gradient_".concat(fillGradientClass)), "data-testid": dataTestId, "data-tour": dataTour, style: overlayStyles, onClick: onClick, children: "\u00A0" }));
28
27
  }
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var clsx = require('clsx');
6
6
  var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
@@ -20,7 +20,7 @@ var textConfig = {
20
20
  },
21
21
  };
22
22
  function Text(props) {
23
- var className = props.className, type = props.type, appearance = props.appearance, cursor = props.cursor, dataTestId = props.dataTestId, dataTour = props.dataTour, htmlFor = props.htmlFor, mode = props.mode, _a = props.tag, Tag = _a === void 0 ? 'span' : _a, before = props.before, after = props.after, onClick = props.onClick, onDoubleClick = props.onDoubleClick, children = props.children;
23
+ var className = props.className, type = props.type, appearance = props.appearance, cursor = props.cursor, dataTestId = props.dataTestId, dataTour = props.dataTour, htmlFor = props.htmlFor, mode = props.mode, _a = props.tag, Tag = _a === void 0 ? 'span' : _a, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick, onDoubleClick = props.onDoubleClick, children = props.children;
24
24
  var appearanceConfig = appearance === null || appearance === void 0 ? void 0 : appearance.split(' ').reduce(function (resultConfig, appearanceKey) {
25
25
  var _a;
26
26
  return (tslib_es6.__assign(tslib_es6.__assign({}, resultConfig), (_a = textConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
@@ -29,7 +29,7 @@ function Text(props) {
29
29
  var textAlignClass = propsGenerator.textAlignClass, textColorActiveClass = propsGenerator.textColorActiveClass, textColorClass = propsGenerator.textColorClass, textColorGradientClass = propsGenerator.textColorGradientClass, textColorHoverClass = propsGenerator.textColorHoverClass, textStyleClass = propsGenerator.textStyleClass, textTruncateClass = propsGenerator.textTruncateClass, textWeightClass = propsGenerator.textWeightClass, textWrapClass = propsGenerator.textWrapClass, cursorClass = propsGenerator.cursorClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass;
30
30
  // @ts-expect-error
31
31
  var textStyles = useStyles.useStyles(props).styles;
32
- return (jsxRuntime.jsxs(Tag, { className: clsx(className, 'text', sizeClass && "text_size_".concat(sizeClass), textWeightClass && "text-weight_".concat(textWeightClass), textAlignClass && "text-align_".concat(textAlignClass), textColorClass && "text-color_".concat(textColorClass), textColorActiveClass && "text-color_active_".concat(textColorActiveClass), textColorHoverClass && "text-color_hover_".concat(textColorHoverClass), textColorGradientClass && "text-gradient_".concat(textColorGradientClass), textStyleClass && "text-style_".concat(textStyleClass), textWrapClass && "word-wrap_".concat(textWrapClass), textTruncateClass && "text-truncate_".concat(textTruncateClass), type && "text_type_".concat(type), mode && "text_mode_".concat(mode), widthClass && "width_".concat(widthClass), cursorClass && "cursor_".concat(cursorClass), onClick && (cursor || 'cursor_type_pointer')), "data-test-id": dataTestId, "data-tour": dataTour, htmlFor: htmlFor, style: textStyles, onClick: onClick, onDoubleClick: onDoubleClick, children: [before, children, after] }));
32
+ return (jsxRuntime.jsxs(Tag, { className: clsx(className, 'text', sizeClass && "text_size_".concat(sizeClass), textWeightClass && "text-weight_".concat(textWeightClass), textAlignClass && "text-align_".concat(textAlignClass), textColorClass && "text-color_".concat(textColorClass), textColorActiveClass && "text-color_active_".concat(textColorActiveClass), textColorHoverClass && "text-color_hover_".concat(textColorHoverClass), textColorGradientClass && "text-gradient_".concat(textColorGradientClass), textStyleClass && "text-style_".concat(textStyleClass), textWrapClass && "word-wrap_".concat(textWrapClass), textTruncateClass && "text-truncate_".concat(textTruncateClass), type && "text_type_".concat(type), mode && "text_mode_".concat(mode), isSkeleton && 'text_skeleton', widthClass && "width_".concat(widthClass), cursorClass && "cursor_".concat(cursorClass), onClick && (cursor || 'cursor_type_pointer')), "data-test-id": dataTestId, "data-tour": dataTour, htmlFor: htmlFor, style: textStyles, onClick: onClick, onDoubleClick: onDoubleClick, children: [before, children, after] }));
33
33
  }
34
34
 
35
35
  exports.Text = Text;
@@ -1,4 +1,4 @@
1
- import { _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsxs } from 'react/jsx-runtime';
3
3
  import clsx from 'clsx';
4
4
  import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
@@ -18,7 +18,7 @@ var textConfig = {
18
18
  },
19
19
  };
20
20
  function Text(props) {
21
- var className = props.className, type = props.type, appearance = props.appearance, cursor = props.cursor, dataTestId = props.dataTestId, dataTour = props.dataTour, htmlFor = props.htmlFor, mode = props.mode, _a = props.tag, Tag = _a === void 0 ? 'span' : _a, before = props.before, after = props.after, onClick = props.onClick, onDoubleClick = props.onDoubleClick, children = props.children;
21
+ var className = props.className, type = props.type, appearance = props.appearance, cursor = props.cursor, dataTestId = props.dataTestId, dataTour = props.dataTour, htmlFor = props.htmlFor, mode = props.mode, _a = props.tag, Tag = _a === void 0 ? 'span' : _a, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick, onDoubleClick = props.onDoubleClick, children = props.children;
22
22
  var appearanceConfig = appearance === null || appearance === void 0 ? void 0 : appearance.split(' ').reduce(function (resultConfig, appearanceKey) {
23
23
  var _a;
24
24
  return (__assign(__assign({}, resultConfig), (_a = textConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
@@ -27,7 +27,7 @@ function Text(props) {
27
27
  var textAlignClass = propsGenerator.textAlignClass, textColorActiveClass = propsGenerator.textColorActiveClass, textColorClass = propsGenerator.textColorClass, textColorGradientClass = propsGenerator.textColorGradientClass, textColorHoverClass = propsGenerator.textColorHoverClass, textStyleClass = propsGenerator.textStyleClass, textTruncateClass = propsGenerator.textTruncateClass, textWeightClass = propsGenerator.textWeightClass, textWrapClass = propsGenerator.textWrapClass, cursorClass = propsGenerator.cursorClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass;
28
28
  // @ts-expect-error
29
29
  var textStyles = useStyles(props).styles;
30
- return (jsxs(Tag, { className: clsx(className, 'text', sizeClass && "text_size_".concat(sizeClass), textWeightClass && "text-weight_".concat(textWeightClass), textAlignClass && "text-align_".concat(textAlignClass), textColorClass && "text-color_".concat(textColorClass), textColorActiveClass && "text-color_active_".concat(textColorActiveClass), textColorHoverClass && "text-color_hover_".concat(textColorHoverClass), textColorGradientClass && "text-gradient_".concat(textColorGradientClass), textStyleClass && "text-style_".concat(textStyleClass), textWrapClass && "word-wrap_".concat(textWrapClass), textTruncateClass && "text-truncate_".concat(textTruncateClass), type && "text_type_".concat(type), mode && "text_mode_".concat(mode), widthClass && "width_".concat(widthClass), cursorClass && "cursor_".concat(cursorClass), onClick && (cursor || 'cursor_type_pointer')), "data-test-id": dataTestId, "data-tour": dataTour, htmlFor: htmlFor, style: textStyles, onClick: onClick, onDoubleClick: onDoubleClick, children: [before, children, after] }));
30
+ return (jsxs(Tag, { className: clsx(className, 'text', sizeClass && "text_size_".concat(sizeClass), textWeightClass && "text-weight_".concat(textWeightClass), textAlignClass && "text-align_".concat(textAlignClass), textColorClass && "text-color_".concat(textColorClass), textColorActiveClass && "text-color_active_".concat(textColorActiveClass), textColorHoverClass && "text-color_hover_".concat(textColorHoverClass), textColorGradientClass && "text-gradient_".concat(textColorGradientClass), textStyleClass && "text-style_".concat(textStyleClass), textWrapClass && "word-wrap_".concat(textWrapClass), textTruncateClass && "text-truncate_".concat(textTruncateClass), type && "text_type_".concat(type), mode && "text_mode_".concat(mode), isSkeleton && 'text_skeleton', widthClass && "width_".concat(widthClass), cursorClass && "cursor_".concat(cursorClass), onClick && (cursor || 'cursor_type_pointer')), "data-test-id": dataTestId, "data-tour": dataTour, htmlFor: htmlFor, style: textStyles, onClick: onClick, onDoubleClick: onDoubleClick, children: [before, children, after] }));
31
31
  }
32
32
 
33
33
  export { Text as T, textAppearance as a, textConfig as t };
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
@@ -1,4 +1,4 @@
1
- import { _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsxs } from 'react/jsx-runtime';
3
3
  import { useMemo } from 'react';
4
4
  import clsx from 'clsx';
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('./tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
7
7
  var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
8
8
  var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
9
- var Text = require('./Text-DwIx33-P.js');
10
- var Title = require('./Title-ByfOyy-n.js');
9
+ var Text = require('./Text_cjs_D4xG0cKD.js');
10
+ var Title = require('./Title_cjs_iuyln-ab.js');
11
11
 
12
12
  var tooltipAppearance = {
13
13
  surfacePrimary: {
@@ -1,11 +1,11 @@
1
- import { _ as __assign } from './tslib.es6-Bwu1Cn-t.js';
1
+ import { _ as __assign } from './tslib.es6_es_Bwu1Cn-t.js';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import React, { useRef, useState, useCallback, useImperativeHandle } from 'react';
4
4
  import clsx from 'clsx';
5
5
  import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
6
6
  import { useStyles } from './hooks/useStyles/useStyles.js';
7
- import { T as Text } from './Text-aaWArShm.js';
8
- import { T as Title } from './Title--_epIXkC.js';
7
+ import { T as Text } from './Text_es_FJGduy7Z.js';
8
+ import { T as Title } from './Title_es_ke3YylFm.js';
9
9
 
10
10
  var tooltipAppearance = {
11
11
  surfacePrimary: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
@@ -8,9 +8,9 @@ var castArray = require('lodash/castArray');
8
8
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
9
9
  var useStyles = require('../hooks/useStyles/useStyles.js');
10
10
  var _default = require('@itcase/icons/default');
11
- var Divider = require('../../Divider-BQIfjvPR.js');
12
- var Icon = require('../../Icon-D_BDlSSb.js');
13
- var Text = require('../../Text-DwIx33-P.js');
11
+ var Divider = require('../../Divider_cjs_DakITdTv.js');
12
+ var Icon = require('../../Icon_cjs_DSzfNqif.js');
13
+ var Text = require('../../Text_cjs_D4xG0cKD.js');
14
14
  require('lodash/camelCase');
15
15
  require('lodash/upperFirst');
16
16
  require('../context/Notifications.js');
@@ -23,9 +23,9 @@ require('../utils/setViewportProperty.js');
23
23
  require('lodash/maxBy');
24
24
  require('../hooks/useStyles/styleAttributes.js');
25
25
  require('react-inlinesvg');
26
- require('../../Link-CZ8o5lGW.js');
27
- require('../../Tooltip-hznDyLwa.js');
28
- require('../../Title-ByfOyy-n.js');
26
+ require('../../Link_cjs_yht44xJv.js');
27
+ require('../../Tooltip_cjs_CTwksdFk.js');
28
+ require('../../Title_cjs_iuyln-ab.js');
29
29
 
30
30
  var accordionAppearance = {
31
31
  dev: {},
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
7
7
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
8
- var Icon = require('../../Icon-D_BDlSSb.js');
9
- var Image = require('../../Image-DuIBtUq5.js');
10
- var Text = require('../../Text-DwIx33-P.js');
8
+ var Icon = require('../../Icon_cjs_DSzfNqif.js');
9
+ var Image = require('../../Image_cjs_DuIBtUq5.js');
10
+ var Text = require('../../Text_cjs_D4xG0cKD.js');
11
11
  require('lodash/camelCase');
12
12
  require('lodash/castArray');
13
13
  require('lodash/upperFirst');
@@ -22,9 +22,9 @@ require('react-inlinesvg');
22
22
  require('../hooks/useStyles/useStyles.js');
23
23
  require('lodash/maxBy');
24
24
  require('../hooks/useStyles/styleAttributes.js');
25
- require('../../Link-CZ8o5lGW.js');
26
- require('../../Tooltip-hznDyLwa.js');
27
- require('../../Title-ByfOyy-n.js');
25
+ require('../../Link_cjs_yht44xJv.js');
26
+ require('../../Tooltip_cjs_CTwksdFk.js');
27
+ require('../../Title_cjs_iuyln-ab.js');
28
28
 
29
29
  var avatarAppearance = {
30
30
  dev: {},
@@ -37,7 +37,7 @@ var avatarConfig = {
37
37
  },
38
38
  };
39
39
  function Avatar(props) {
40
- var className = props.className, type = props.type, appearance = props.appearance, _a = props.size, size = _a === void 0 ? '96' : _a, src = props.src, Dot = props.Dot, _b = props.firstName, firstName = _b === void 0 ? '' : _b, icon = props.icon, mode = props.mode, _c = props.secondName, secondName = _c === void 0 ? '' : _c, before = props.before, after = props.after, onClick = props.onClick;
40
+ var className = props.className, type = props.type, appearance = props.appearance, _a = props.size, size = _a === void 0 ? '96' : _a, src = props.src, Dot = props.Dot, _b = props.firstName, firstName = _b === void 0 ? '' : _b, icon = props.icon, _c = props.secondName, secondName = _c === void 0 ? '' : _c, before = props.before, after = props.after, isSkeleton = props.isSkeleton, onClick = props.onClick;
41
41
  var avatarChars = React.useMemo(function () {
42
42
  var firstChar = ((firstName === null || firstName === void 0 ? void 0 : firstName[0]) || '').toUpperCase();
43
43
  var secondChar = ((secondName === null || secondName === void 0 ? void 0 : secondName[0]) || '').toUpperCase();
@@ -49,7 +49,7 @@ function Avatar(props) {
49
49
  }, {});
50
50
  var propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props, appearanceConfig);
51
51
  var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, _d = propsGenerator.textColor, textColor = _d === void 0 ? 'surfaceTextTertiary' : _d, _e = propsGenerator.textSize, textSize = _e === void 0 ? 'l' : _e, _f = propsGenerator.textWeight, textWeight = _f === void 0 ? '600' : _f, iconFill = propsGenerator.iconFill, iconFillHover = propsGenerator.iconFillHover, iconFillSize = propsGenerator.iconFillSize, iconItemFill = propsGenerator.iconItemFill, iconShape = propsGenerator.iconShape, iconSize = propsGenerator.iconSize, iconSrc = propsGenerator.iconSrc, shapeClass = propsGenerator.shapeClass;
52
- return (jsxRuntime.jsx("div", { className: clsx(className, 'avatar', shapeClass && "avatar_shape_".concat(shapeClass), mode && "avatar_mode_".concat(mode), size && "avatar_size_".concat(size), type && "avatar_type_".concat(type), Dot && 'avatar_status', onClick && 'cursor_type_pointer'), onClick: onClick, children: jsxRuntime.jsxs("div", { className: clsx('avatar__wrapper', fillClass && "fill_".concat(fillClass), fillHoverClass && "fill_hover_".concat(fillHoverClass)), children: [before, src ? (jsxRuntime.jsx(Image.Image, { className: "avatar__image", src: src, shape: "geometric" })) : (jsxRuntime.jsx(Text.Text, { className: "avatar__name", size: textSize, textColor: textColor, textWeight: textWeight, children: avatarChars })), (icon || iconSrc) && (jsxRuntime.jsx(Icon.Icon, { className: "avatar__icon", fill: iconFill, fillHover: iconFillHover, fillSize: iconFillSize, iconFill: iconItemFill, iconSize: iconSize, imageSrc: iconSrc, shape: iconShape, SvgImage: icon })), Dot, after] }) }));
52
+ return (jsxRuntime.jsx("div", { className: clsx(className, 'avatar', shapeClass && "avatar_shape_".concat(shapeClass), size && "avatar_size_".concat(size), type && "avatar_type_".concat(type), Dot && 'avatar_status', isSkeleton && "avatar_skeleton", onClick && 'cursor_type_pointer'), onClick: onClick, children: jsxRuntime.jsxs("div", { className: clsx('avatar__wrapper', fillClass && "fill_".concat(fillClass), fillHoverClass && "fill_hover_".concat(fillHoverClass)), children: [before, src ? (jsxRuntime.jsx(Image.Image, { className: "avatar__image", src: src, shape: "geometric" })) : (jsxRuntime.jsx(Text.Text, { className: "avatar__name", size: textSize, textColor: textColor, textWeight: textWeight, children: avatarChars })), (icon || iconSrc) && (jsxRuntime.jsx(Icon.Icon, { className: "avatar__icon", fill: iconFill, fillHover: iconFillHover, fillSize: iconFillSize, iconFill: iconItemFill, iconSize: iconSize, imageSrc: iconSrc, shape: iconShape, SvgImage: icon })), Dot, after] }) }));
53
53
  }
54
54
 
55
55
  exports.Avatar = Avatar;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var Badge = require('../../Badge-Df7Zxjnk.js');
4
- require('../../tslib.es6-CCZ3TN_7.js');
3
+ var Badge = require('../../Badge_cjs_DrG2tUjI.js');
4
+ require('../../tslib.es6_cjs_CCZ3TN_7.js');
5
5
  require('react/jsx-runtime');
6
6
  require('clsx');
7
7
  require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
@@ -19,12 +19,12 @@ require('../utils/setViewportProperty.js');
19
19
  require('../hooks/useStyles/useStyles.js');
20
20
  require('lodash/maxBy');
21
21
  require('../hooks/useStyles/styleAttributes.js');
22
- require('../../Icon-D_BDlSSb.js');
22
+ require('../../Icon_cjs_DSzfNqif.js');
23
23
  require('react-inlinesvg');
24
- require('../../Link-CZ8o5lGW.js');
25
- require('../../Tooltip-hznDyLwa.js');
26
- require('../../Text-DwIx33-P.js');
27
- require('../../Title-ByfOyy-n.js');
24
+ require('../../Link_cjs_yht44xJv.js');
25
+ require('../../Tooltip_cjs_CTwksdFk.js');
26
+ require('../../Text_cjs_D4xG0cKD.js');
27
+ require('../../Title_cjs_iuyln-ab.js');
28
28
 
29
29
 
30
30
 
@@ -1,15 +1,15 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
7
7
  var camelCase = require('lodash/camelCase');
8
8
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
9
9
  var useStyles = require('../hooks/useStyles/useStyles.js');
10
- var Icon = require('../../Icon-D_BDlSSb.js');
11
- var Link = require('../../Link-CZ8o5lGW.js');
12
- var Text = require('../../Text-DwIx33-P.js');
10
+ var Icon = require('../../Icon_cjs_DSzfNqif.js');
11
+ var Link = require('../../Link_cjs_yht44xJv.js');
12
+ var Text = require('../../Text_cjs_D4xG0cKD.js');
13
13
  require('lodash/castArray');
14
14
  require('lodash/upperFirst');
15
15
  require('../context/Notifications.js');
@@ -22,8 +22,8 @@ require('../utils/setViewportProperty.js');
22
22
  require('lodash/maxBy');
23
23
  require('../hooks/useStyles/styleAttributes.js');
24
24
  require('react-inlinesvg');
25
- require('../../Tooltip-hznDyLwa.js');
26
- require('../../Title-ByfOyy-n.js');
25
+ require('../../Tooltip_cjs_CTwksdFk.js');
26
+ require('../../Title_cjs_iuyln-ab.js');
27
27
 
28
28
  function BreadcrumbsItem(props) {
29
29
  var className = props.className, text = props.text, textColor = props.textColor, textColorHover = props.textColorHover, textSize = props.textSize, cursor = props.cursor, href = props.href, iconAfter = props.iconAfter, iconAfterBgFill = props.iconAfterBgFill, iconAfterFill = props.iconAfterFill, iconAfterSize = props.iconAfterSize, _a = props.set, set = _a === void 0 ? 'default' : _a, onClick = props.onClick, children = props.children;
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var Button = require('../../Button-CWPTzaG2.js');
4
- require('../../tslib.es6-CCZ3TN_7.js');
3
+ var Button = require('../../Button_cjs_B7OmqizJ.js');
4
+ require('../../tslib.es6_cjs_CCZ3TN_7.js');
5
5
  require('react/jsx-runtime');
6
6
  require('react');
7
7
  require('clsx');
8
- require('../../Icon-D_BDlSSb.js');
8
+ require('../../Icon_cjs_DSzfNqif.js');
9
9
  require('react-inlinesvg');
10
10
  require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
11
11
  require('lodash/camelCase');
@@ -21,11 +21,11 @@ require('../utils/setViewportProperty.js');
21
21
  require('../hooks/useStyles/useStyles.js');
22
22
  require('lodash/maxBy');
23
23
  require('../hooks/useStyles/styleAttributes.js');
24
- require('../../Link-CZ8o5lGW.js');
25
- require('../../Tooltip-hznDyLwa.js');
26
- require('../../Text-DwIx33-P.js');
27
- require('../../Title-ByfOyy-n.js');
28
- require('../../Loader-CjT6-r3I.js');
24
+ require('../../Link_cjs_yht44xJv.js');
25
+ require('../../Tooltip_cjs_CTwksdFk.js');
26
+ require('../../Text_cjs_D4xG0cKD.js');
27
+ require('../../Title_cjs_iuyln-ab.js');
28
+ require('../../Loader_cjs_D753D3li.js');
29
29
 
30
30
 
31
31
 
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var clsx = require('clsx');
6
6
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
7
7
  var useStyles = require('../hooks/useStyles/useStyles.js');
8
- var Icon = require('../../Icon-D_BDlSSb.js');
9
- var Label = require('../../Label-DsNZ-asS.js');
10
- var Text = require('../../Text-DwIx33-P.js');
8
+ var Icon = require('../../Icon_cjs_DSzfNqif.js');
9
+ var Label = require('../../Label_cjs_BCjB-mxC.js');
10
+ var Text = require('../../Text_cjs_D4xG0cKD.js');
11
11
  require('react');
12
12
  require('lodash/camelCase');
13
13
  require('lodash/castArray');
@@ -22,9 +22,9 @@ require('../utils/setViewportProperty.js');
22
22
  require('lodash/maxBy');
23
23
  require('../hooks/useStyles/styleAttributes.js');
24
24
  require('react-inlinesvg');
25
- require('../../Link-CZ8o5lGW.js');
26
- require('../../Tooltip-hznDyLwa.js');
27
- require('../../Title-ByfOyy-n.js');
25
+ require('../../Link_cjs_yht44xJv.js');
26
+ require('../../Tooltip_cjs_CTwksdFk.js');
27
+ require('../../Title_cjs_iuyln-ab.js');
28
28
 
29
29
  var cellAppearance = {
30
30
  dev: {},
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var clsx = require('clsx');
6
6
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
7
- var Text = require('../../Text-DwIx33-P.js');
7
+ var Text = require('../../Text_cjs_D4xG0cKD.js');
8
8
  require('react');
9
9
  require('lodash/camelCase');
10
10
  require('lodash/castArray');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var clsx = require('clsx');
6
6
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-CCZ3TN_7.js');
3
+ var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var React = require('react');
6
6
  var clsx = require('clsx');
7
7
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
8
8
  var useStyles = require('../hooks/useStyles/useStyles.js');
9
- var Icon = require('../../Icon-D_BDlSSb.js');
10
- var Text = require('../../Text-DwIx33-P.js');
9
+ var Icon = require('../../Icon_cjs_DSzfNqif.js');
10
+ var Text = require('../../Text_cjs_D4xG0cKD.js');
11
11
  require('lodash/camelCase');
12
12
  require('lodash/castArray');
13
13
  require('lodash/upperFirst');
@@ -21,9 +21,9 @@ require('../utils/setViewportProperty.js');
21
21
  require('lodash/maxBy');
22
22
  require('../hooks/useStyles/styleAttributes.js');
23
23
  require('react-inlinesvg');
24
- require('../../Link-CZ8o5lGW.js');
25
- require('../../Tooltip-hznDyLwa.js');
26
- require('../../Title-ByfOyy-n.js');
24
+ require('../../Link_cjs_yht44xJv.js');
25
+ require('../../Tooltip_cjs_CTwksdFk.js');
26
+ require('../../Title_cjs_iuyln-ab.js');
27
27
 
28
28
  var chipsAppearanceAccent = {
29
29
  accent: {
@@ -79,7 +79,7 @@ var chipsAppearanceSurface = {
79
79
  fill: 'surfacePrimary',
80
80
  fillActive: 'accentPrimary',
81
81
  fillActiveHover: 'accentSecondary',
82
- fillHover: 'surfacePrimaryHover',
82
+ fillHover: 'surfaceHover',
83
83
  labelTextActiveColor: 'accentTextPrimary',
84
84
  labelTextColor: 'surfaceTextPrimary',
85
85
  labelTextHoverColor: 'surfaceTextPrimary',
@@ -87,13 +87,13 @@ var chipsAppearanceSurface = {
87
87
  },
88
88
  surfaceSecondary: {
89
89
  fill: 'surfaceSecondary',
90
- fillHover: 'surfaceSecondaryHover',
90
+ fillHover: 'surfaceHover',
91
91
  labelTextColor: 'surfaceTextPrimary',
92
92
  borderColor: 'surfaceBorderSecondary',
93
93
  },
94
94
  surfaceTertiary: {
95
95
  fill: 'surfaceTertiary',
96
- fillHover: 'surfaceTertiaryHover',
96
+ fillHover: 'surfaceHover',
97
97
  labelTextColor: 'surfaceTextPrimary',
98
98
  borderColor: 'surfaceBorderTertiary',
99
99
  },
@@ -131,9 +131,9 @@ function Chips(props) {
131
131
  var alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillActiveClass = propsGenerator.fillActiveClass, fillActiveHoverClass = propsGenerator.fillActiveHoverClass, fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, labelTextActiveColor = propsGenerator.labelTextActiveColor, labelTextActiveHoverColor = propsGenerator.labelTextActiveHoverColor, labelTextColor = propsGenerator.labelTextColor, labelTextHoverColor = propsGenerator.labelTextHoverColor, labelTextSize = propsGenerator.labelTextSize, labelTextWeight = propsGenerator.labelTextWeight, labelTextWrap = propsGenerator.labelTextWrap, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, cursorClass = propsGenerator.cursorClass, iconAfterFill = propsGenerator.iconAfterFill, iconAfterFillIcon = propsGenerator.iconAfterFillIcon, iconAfterFillSize = propsGenerator.iconAfterFillSize, iconAfterShape = propsGenerator.iconAfterShape, iconAfterSize = propsGenerator.iconAfterSize, iconBeforeFill = propsGenerator.iconBeforeFill, iconBeforeFillIcon = propsGenerator.iconBeforeFillIcon, iconBeforeFillSize = propsGenerator.iconBeforeFillSize, iconBeforeShape = propsGenerator.iconBeforeShape, iconBeforeSize = propsGenerator.iconBeforeSize, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass;
132
132
  // @ts-expect-error
133
133
  var chipsStyles = useStyles.useStyles(props).styles;
134
- return (jsxRuntime.jsx("div", { className: clsx(className, 'chips', isActive && 'chips_state_active', fillClass && !isActive
135
- ? "fill_".concat(fillClass)
136
- : "fill_active_".concat(fillActiveClass), !isActive
134
+ return (jsxRuntime.jsx("div", { className: clsx(className, 'chips', isActive && 'chips_state_active', !isActive
135
+ ? fillClass && "fill_".concat(fillClass)
136
+ : fillActiveClass && "fill_active_".concat(fillActiveClass), !isActive
137
137
  ? fillHoverClass && "fill_hover_".concat(fillHoverClass)
138
138
  : fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "Chips"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxRuntime.jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsxRuntime.jsx(Icon.Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsxRuntime.jsx(Text.Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColor: labelTextColor, textColorActive: isActive && labelTextActiveColor, textColorHover: !isDisabled && !isActive
139
139
  ? labelTextHoverColor