@itcase/ui 1.8.35 → 1.8.36

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 (147) hide show
  1. package/dist/{Avatar_cjs_kADy_b4o.js → Avatar_cjs_DBoMi2WA.js} +1 -1
  2. package/dist/{Avatar_es_DbGpnL99.js → Avatar_es_DHREqfOD.js} +1 -1
  3. package/dist/{Button_cjs_CW6ENTbm.js → Button_cjs_djJUZATX.js} +2 -2
  4. package/dist/{Button_es_DTUagqgU.js → Button_es_X1DzVhok.js} +2 -2
  5. package/dist/ChipsGroup_cjs_5xsEchPo.js +314 -0
  6. package/dist/ChipsGroup_es_4TOkv-fm.js +309 -0
  7. package/dist/{DatePicker_cjs_Bx5_lZNT.js → DatePicker_cjs_DffhgUnQ.js} +4 -4
  8. package/dist/{DatePicker_es_A1FcasHs.js → DatePicker_es_GmkagjKf.js} +4 -4
  9. package/dist/{DropdownItem_cjs_tH2DBClp.js → DropdownItem_cjs_DxBpJAi9.js} +1 -1
  10. package/dist/{DropdownItem_es_BeVv-pDA.js → DropdownItem_es_Loneq6M7.js} +1 -1
  11. package/dist/{Input_cjs_arr_wxD2.js → Input_cjs_CPmXkQGd.js} +1 -0
  12. package/dist/{Input_es_BW6cZThr.js → Input_es_D9Y1Rj5Y.js} +1 -0
  13. package/dist/{Label_cjs_CP4b6Mg2.js → Label_cjs_C88e2CIP.js} +49 -49
  14. package/dist/{Label_es_DFSiy5sL.js → Label_es_Bn2aRjLl.js} +49 -49
  15. package/dist/{Loader_cjs_CCrbD8Em.js → Loader_cjs_Ca4i0sER.js} +4 -2
  16. package/dist/{Loader_es_B2auu_rc.js → Loader_es_GYOr0UTX.js} +4 -2
  17. package/dist/{Tooltip_cjs_DinScDnC.js → Tooltip_cjs_oS1iOamX.js} +4 -2
  18. package/dist/{Tooltip_es_B0nm9irO.js → Tooltip_es_LV5ZNg3B.js} +4 -2
  19. package/dist/cjs/components/Accordion.js +1 -1
  20. package/dist/cjs/components/Avatar.js +2 -2
  21. package/dist/cjs/components/AvatarStack.js +2 -2
  22. package/dist/cjs/components/Badge.js +1 -1
  23. package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +13 -6
  24. package/dist/cjs/components/Breadcrumbs.js +17 -18
  25. package/dist/cjs/components/Button.js +3 -3
  26. package/dist/cjs/components/Cell.js +2 -2
  27. package/dist/cjs/components/Chips/stories/__mock__.js +31 -0
  28. package/dist/cjs/components/Chips.js +4 -4
  29. package/dist/cjs/components/Choice/stories/__mock__.js +15 -15
  30. package/dist/cjs/components/Choice.js +7 -7
  31. package/dist/cjs/components/CookiesWarning.js +3 -3
  32. package/dist/cjs/components/Dadata.js +1 -1
  33. package/dist/cjs/components/DatePeriod.js +7 -7
  34. package/dist/cjs/components/DatePicker.js +6 -6
  35. package/dist/cjs/components/Drawer.js +1 -1
  36. package/dist/cjs/components/Dropdown/stories/__mock__.js +3 -2
  37. package/dist/cjs/components/Dropdown.js +2 -2
  38. package/dist/cjs/components/HeroTitle.js +1 -1
  39. package/dist/cjs/components/Icon.js +1 -1
  40. package/dist/cjs/components/Input.js +1 -1
  41. package/dist/cjs/components/InputPassword.js +1 -1
  42. package/dist/cjs/components/Label.js +2 -2
  43. package/dist/cjs/components/Loader.js +1 -1
  44. package/dist/cjs/components/MenuItem.js +12 -5
  45. package/dist/cjs/components/Modal.js +2 -2
  46. package/dist/cjs/components/Notification.js +1 -1
  47. package/dist/cjs/components/Pagination.js +2 -4
  48. package/dist/cjs/components/Response.js +3 -3
  49. package/dist/cjs/components/ScrollOnDrag.js +5 -3
  50. package/dist/cjs/components/Search.js +1 -1
  51. package/dist/cjs/components/Segmented/stories/__mock__.js +24 -9
  52. package/dist/cjs/components/Segmented.js +80 -51
  53. package/dist/cjs/components/Select.js +1 -1
  54. package/dist/cjs/components/Swiper.js +1 -1
  55. package/dist/cjs/components/Tab.js +1 -1
  56. package/dist/cjs/components/Textarea.js +8 -9
  57. package/dist/cjs/components/Tile.js +1 -1
  58. package/dist/cjs/components/Title.js +1 -1
  59. package/dist/cjs/components/Tooltip.js +1 -1
  60. package/dist/cjs/hooks/useStyles/styleAttributes.js +1 -1
  61. package/dist/components/Accordion.js +1 -1
  62. package/dist/components/Avatar.js +2 -2
  63. package/dist/components/AvatarStack.js +2 -2
  64. package/dist/components/Badge.js +1 -1
  65. package/dist/components/Breadcrumbs/stories/__mock__.js +13 -7
  66. package/dist/components/Breadcrumbs.js +17 -18
  67. package/dist/components/Button.js +3 -3
  68. package/dist/components/Cell.js +2 -2
  69. package/dist/components/Chips/stories/__mock__.js +29 -0
  70. package/dist/components/Chips.js +4 -4
  71. package/dist/components/Choice/stories/__mock__.js +15 -15
  72. package/dist/components/Choice.js +7 -7
  73. package/dist/components/CookiesWarning.js +3 -3
  74. package/dist/components/Dadata.js +1 -1
  75. package/dist/components/DatePeriod.js +7 -7
  76. package/dist/components/DatePicker.js +6 -6
  77. package/dist/components/Drawer.js +1 -1
  78. package/dist/components/Dropdown/stories/__mock__.js +3 -2
  79. package/dist/components/Dropdown.js +2 -2
  80. package/dist/components/HeroTitle.js +1 -1
  81. package/dist/components/Icon.js +1 -1
  82. package/dist/components/Input.js +1 -1
  83. package/dist/components/InputPassword.js +1 -1
  84. package/dist/components/Label.js +2 -2
  85. package/dist/components/Loader.js +1 -1
  86. package/dist/components/MenuItem.js +12 -5
  87. package/dist/components/Modal.js +2 -2
  88. package/dist/components/Notification.js +1 -1
  89. package/dist/components/Pagination.js +3 -5
  90. package/dist/components/Response.js +3 -3
  91. package/dist/components/ScrollOnDrag.js +7 -5
  92. package/dist/components/Search.js +1 -1
  93. package/dist/components/Segmented/stories/__mock__.js +23 -11
  94. package/dist/components/Segmented.js +80 -51
  95. package/dist/components/Select.js +1 -1
  96. package/dist/components/Swiper.js +1 -1
  97. package/dist/components/Tab.js +1 -1
  98. package/dist/components/Textarea.js +8 -9
  99. package/dist/components/Tile.js +1 -1
  100. package/dist/components/Title.js +1 -1
  101. package/dist/components/Tooltip.js +1 -1
  102. package/dist/css/components/Breadcrumbs/Breadcrumbs.css +15 -6
  103. package/dist/css/components/Chips/Chips.css +40 -14
  104. package/dist/css/components/Loader/Loader.css +1 -19
  105. package/dist/css/components/MenuItem/MenuItem.css +22 -30
  106. package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +230 -4
  107. package/dist/css/components/Segmented/Segmented.css +53 -6
  108. package/dist/css/components/Segmented/css/__item/segmaented__item.css +31 -0
  109. package/dist/css/styles/centering/centering.css +17 -0
  110. package/dist/css/styles/shape-strength/shape-strength.css +6 -0
  111. package/dist/hooks/useStyles/styleAttributes.js +1 -1
  112. package/dist/stories/ChipsOverview.mdx +26 -14
  113. package/dist/stories/ChipsPlayground.mdx +3 -3
  114. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsStyle.d.ts +5 -5
  115. package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +24 -1
  116. package/dist/types/components/Chips/Chips.interface.d.ts +1 -0
  117. package/dist/types/components/Chips/appearance/chipsAccent.d.ts +9 -1
  118. package/dist/types/components/Chips/appearance/chipsDanger.d.ts +16 -1
  119. package/dist/types/components/Chips/appearance/chipsError.d.ts +16 -1
  120. package/dist/types/components/Chips/appearance/chipsInfo.d.ts +16 -1
  121. package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +11 -2
  122. package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +10 -2
  123. package/dist/types/components/Chips/appearance/chipsStyle.d.ts +3 -1
  124. package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +16 -1
  125. package/dist/types/components/Chips/appearance/chipsSurface.d.ts +11 -1
  126. package/dist/types/components/Chips/appearance/chipsWarning.d.ts +16 -1
  127. package/dist/types/components/Chips/stories/__mock__/index.d.ts +14 -0
  128. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +5 -5
  129. package/dist/types/components/Choice/stories/__mock__/index.d.ts +3 -9
  130. package/dist/types/components/Input/appearance/inputDefault.d.ts +1 -0
  131. package/dist/types/components/Label/appearance/labelDisable.d.ts +2 -2
  132. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +5 -0
  133. package/dist/types/components/Segmented/Segmented.interface.d.ts +5 -2
  134. package/dist/types/components/Segmented/appearance/segmentedDefault.d.ts +8 -11
  135. package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +9 -11
  136. package/dist/types/components/Segmented/appearance/segmentedError.d.ts +9 -2
  137. package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +5 -0
  138. package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +5 -3
  139. package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +8 -0
  140. package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +9 -1
  141. package/dist/types/components/Segmented/stories/__mock__/index.d.ts +30 -8
  142. package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +1 -0
  143. package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +4 -4
  144. package/dist/types/context/UIContext.d.ts +3 -5
  145. package/package.json +3 -2
  146. package/dist/ChipsGroup_cjs_j3QOma3U.js +0 -200
  147. package/dist/ChipsGroup_es_DF1fhn97.js +0 -195
@@ -4,7 +4,7 @@ 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
- var Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
7
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
8
8
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
9
9
  var Text = require('../../Text_cjs_C9fOm0nd.js');
10
10
  require('../hooks/useStyles/useStyles.js');
@@ -30,103 +30,128 @@ var segmentedAppearanceDefault = {
30
30
  fillActiveHover: 'accentPrimary',
31
31
  fillHover: 'surfaceSecondary',
32
32
  labelTextActiveColor: 'accentTextPrimary',
33
+ labelTextActiveHoverColor: 'accentTextPrimary',
33
34
  labelTextColor: 'surfaceTextPrimary',
35
+ iconAfterFill: 'surfaceItemQuaternary',
36
+ iconAfterFillActive: 'surfaceItemSecondary',
37
+ iconBeforeFill: 'surfaceItemQuaternary',
38
+ iconBeforeFillActive: 'surfaceItemSecondary',
39
+ iconFill: 'surfaceItemQuaternary',
40
+ iconFillActive: 'surfaceItemSecondary',
34
41
  indicatorFill: 'accentPrimary',
35
- shape: 'rounded',
36
- },
37
- defaultSecondary: {
38
- fill: 'surfaceSecondary',
39
- fillActive: 'accentPrimary',
40
- fillActiveHover: 'accentPrimary',
41
- fillHover: 'surfaceTertiary',
42
- labelTextActiveColor: 'accentTextPrimary',
43
- labelTextColor: 'surfaceTextPrimary',
44
- indicatorFill: 'accentPrimary',
45
- shape: 'rounded',
42
+ inputBorderColor: 'surfaceBorderQuaternary',
46
43
  },
47
44
  };
48
45
 
49
46
  var segmentedAppearanceDisabled = {
50
47
  disabledPrimary: {
51
- fill: 'surfaceFillDisabled',
52
- borderColor: 'errorBorderQuaternary',
53
- borderHover: 'errorBorderQuaternary',
54
- textColor: 'surfaceTextQuaternary',
55
- iconBeforeFill: 'errorItemQuaternary',
56
- iconClearFill: 'errorItemPrimary',
57
- },
58
- disabledSecondary: {
59
- fill: 'surfaceSecondary',
60
- borderColor: 'surfaceBorderTertiary',
61
- borderHover: 'surfaceBorderQuaternary',
62
- iconBeforeFill: 'surfaceItemQuaternary',
63
- iconClearFill: 'surfaceItemPrimary',
48
+ fill: 'surfaceDisabled',
49
+ fillActive: 'surfaceItemPrimary',
50
+ fillHover: 'surfaceItemHover',
51
+ labelTextColor: 'surfaceTextQuaternary',
52
+ iconAfterFill: 'surfaceItemPrimary',
53
+ iconAfterFillActive: 'surfaceItemDisabled',
54
+ iconBeforeFill: 'surfaceItemPrimary',
55
+ iconBeforeFillActive: 'surfaceItemDisabled',
56
+ iconFill: 'surfaceItemPrimary',
57
+ iconFillActive: 'surfaceItemDisabled',
58
+ inputBorderColor: 'surfaceBorderPrimary',
64
59
  },
65
60
  };
66
61
 
67
62
  var segmentedAppearanceError = {
68
- error: {
69
- fill: 'errorPrimary',
70
- fillHover: 'errorPrimaryHover',
63
+ errorPrimary: {
64
+ fill: 'errorTertiary',
65
+ fillActive: 'errorPrimary',
66
+ fillHover: 'errorItemHover',
71
67
  labelTextColor: 'errorTextPrimary',
72
- labelTextColorHover: 'errorTextPrimary',
68
+ iconAfterFill: 'errorItemSecondary',
69
+ iconAfterFillActive: 'errorItemTertiary',
70
+ iconBeforeFill: 'errorItemSecondary',
71
+ iconBeforeFillActive: 'errorItemTertiary',
72
+ iconFill: 'errorItemSecondary',
73
+ iconFillActive: 'errorItemTertiary',
74
+ inputBorderColor: 'errorBorderQuaternary',
73
75
  },
74
76
  };
75
77
 
76
78
  var segmentedAppearanceSize = {
77
79
  sizeL: {
78
80
  size: 'l',
79
- labelTextSize: 'l',
81
+ labelTextSize: 'm',
82
+ iconSize: '24',
80
83
  },
81
84
  sizeM: {
82
85
  size: 'm',
83
86
  labelTextSize: 'm',
87
+ iconSize: '24',
84
88
  },
85
89
  sizeS: {
86
90
  size: 's',
87
91
  labelTextSize: 's',
92
+ iconSize: '20',
88
93
  },
89
94
  sizeXS: {
90
95
  size: 'xs',
91
96
  labelTextSize: 'xs',
97
+ iconSize: '16',
92
98
  },
93
99
  sizeXSS: {
94
100
  size: 'xxs',
95
101
  labelTextSize: 'xxs',
102
+ iconSize: '14',
96
103
  },
97
104
  };
98
105
 
99
106
  var segmentedAppearanceStyle = {
100
107
  solid: {
101
- borderColor: '0',
108
+ inputBorderColor: '0',
102
109
  },
103
110
  outlined: {
104
111
  fill: 'none',
112
+ fillActive: 'none',
105
113
  },
106
114
  full: {
107
- borderColor: '0',
115
+ inputBorderColor: '0',
108
116
  },
109
117
  ghost: {
110
118
  fill: 'none',
111
- borderColor: '0',
119
+ fillActive: 'none',
120
+ inputBorderColor: '0',
112
121
  },
113
122
  };
114
123
 
115
124
  var segmentedAppearanceSuccess = {
116
125
  successPrimary: {
117
- fill: 'successPrimary',
118
- fillHover: 'successPrimaryHover',
119
- labelTextColor: 'successTextSecondary',
126
+ fill: 'successTertiary',
127
+ fillActive: 'successItemSecondary',
128
+ fillHover: 'accentItemHover',
129
+ labelTextColor: 'surfaceTextPrimary',
120
130
  labelTextColorHover: 'successTextSecondary',
131
+ iconAfterFill: 'successItemSecondary',
132
+ iconAfterFillActive: 'successTertiary',
133
+ iconBeforeFill: 'successItemSecondary',
134
+ iconBeforeFillActive: 'successTertiary',
135
+ iconFill: 'successItemSecondary',
136
+ iconFillActive: 'successTertiary',
137
+ inputBorderColor: 'successBorderSecondary',
121
138
  },
122
139
  };
123
140
 
124
141
  var segmentedAppearanceWarning = {
125
- warning: {
126
- fill: 'warningPrimary',
127
- fillHover: 'warningPrimaryHover',
128
- labelTextColor: 'warningTextSecondary',
142
+ warningPrimary: {
143
+ fill: 'warningTertiary',
144
+ fillActive: 'warningItemSecondary',
145
+ fillHover: 'warningItemHover',
146
+ labelTextColor: 'surfaceTextPrimary',
129
147
  labelTextColorHover: 'warningTextSecondary',
148
+ iconAfterFill: 'warningItemSecondary',
149
+ iconAfterFillActive: 'warningTertiary',
150
+ iconBeforeFill: 'warningItemSecondary',
151
+ iconBeforeFillActive: 'warningTertiary',
152
+ iconFill: 'warningItemSecondary',
153
+ iconFillActive: 'warningTertiary',
154
+ inputBorderColor: 'warningBorderSecondary',
130
155
  },
131
156
  };
132
157
 
@@ -166,17 +191,21 @@ var Segmented = React.forwardRef(function (props) {
166
191
  return (tslib_es6.__assign(tslib_es6.__assign({}, resultConfig), (_a = segmentedConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
167
192
  }, {});
168
193
  var propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props, appearanceConfig);
169
- var 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, labelTextWrap = propsGenerator.labelTextWrap, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, icon = propsGenerator.icon, iconAppearance = propsGenerator.iconAppearance, iconFill = propsGenerator.iconFill, iconFillIcon = propsGenerator.iconFillIcon, iconFillSize = propsGenerator.iconFillSize, iconShape = propsGenerator.iconShape, iconSize = propsGenerator.iconSize, iconSrc = propsGenerator.iconSrc, indicatorFillClass = propsGenerator.indicatorFillClass, inputBorderColorClass = propsGenerator.inputBorderColorClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass;
170
- return (jsxRuntime.jsx("div", { className: clsx(className, 'segmented', shapeClass && "segmented_shape_".concat(shapeClass), fillClass && "fill_".concat(fillClass), widthClass && "segmented_width_".concat(widthClass), sizeClass && "segmented_size_".concat(sizeClass), inputBorderColorClass && "border-color_".concat(inputBorderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass), isSkeleton && "segmented_skeleton"), ref: controlRef, children: jsxRuntime.jsx("div", { className: "segmented__wrapper", children: jsxRuntime.jsxs("div", { className: clsx('segmented__wrapper-inner'), children: [segments === null || segments === void 0 ? void 0 : segments.map(function (item) { return (jsxRuntime.jsxs("div", { className: clsx('segmented__item', item.value === (activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value)
171
- ? fillActiveHoverClass &&
172
- "fill_active_hover_".concat(fillActiveHoverClass)
173
- : fillHoverClass && "fill_hover_".concat(fillHoverClass), item.value === (activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value)
174
- ? fillActiveClass && "fill_active_".concat(fillActiveClass)
175
- : fillClass && "fill_".concat(fillClass), item.value === (activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value) && 'segmented__item_active', onChange && 'cursor_type_pointer', isDisabled && 'cursor_type_default'), ref: segmentsRefs.get(item.value), children: [(icon || iconSrc) && (jsxRuntime.jsx(Tooltip.Icon, { className: clsx('tile__icon'), appearance: iconAppearance, fill: iconFill, fillSize: iconFillSize, iconFill: iconFillIcon, iconSize: iconSize, imageSrc: iconSrc, shape: iconShape, SvgImage: icon })), jsxRuntime.jsx("input", { id: item.label, className: "segmented__item-radio", type: "radio", name: name, checked: item.value === (activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value), value: item.value, onChange: function () { return onChangeValue(item); } }), jsxRuntime.jsx("label", { className: clsx('segmented__item-label'), htmlFor: item.label, children: jsxRuntime.jsx(Text.Text, { className: clsx('segmented__item-label-text', labelTextWrap && "word-wrap_".concat(labelTextWrap)), size: labelTextSize, textColor: item.value === (activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value)
176
- ? labelTextActiveColor
177
- : labelTextColor, textColorHover: item.value === (activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value)
178
- ? labelTextActiveHoverColor
179
- : labelTextHoverColor, children: item.label }) })] }, item.value)); }), jsxRuntime.jsx("div", { className: clsx('segmented__indicator', indicatorFillClass && "fill_".concat(indicatorFillClass)) })] }) }) }));
194
+ var 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, labelTextWrap = propsGenerator.labelTextWrap, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, iconFillDisabled = propsGenerator.iconFillDisabled, iconFill = propsGenerator.iconFill, iconFillActive = propsGenerator.iconFillActive, iconSize = propsGenerator.iconSize, indicatorFillClass = propsGenerator.indicatorFillClass, inputBorderColorClass = propsGenerator.inputBorderColorClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass;
195
+ return (jsxRuntime.jsx("div", { className: clsx(className, 'segmented', shapeClass && "segmented_shape_".concat(shapeClass), fillClass && "fill_".concat(fillClass), widthClass && "segmented_width_".concat(widthClass), sizeClass && "segmented_size_".concat(sizeClass), inputBorderColorClass && "border-color_".concat(inputBorderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass), isSkeleton && "segmented_skeleton"), ref: controlRef, children: jsxRuntime.jsx("div", { className: "segmented__wrapper", children: jsxRuntime.jsxs("div", { className: clsx('segmented__wrapper-inner'), children: [segments === null || segments === void 0 ? void 0 : segments.map(function (item) {
196
+ var isActive = String(activeSegment === null || activeSegment === void 0 ? void 0 : activeSegment.value) === String(item.value);
197
+ return (jsxRuntime.jsx("div", { className: clsx('segmented__item', sizeClass && "segmented__item_size_".concat(sizeClass), isActive && 'segmented__item_active', !isActive && isDisabled && 'segmented__item_state_disabled', isActive &&
198
+ isDisabled &&
199
+ 'segmented__item_active_state_disabled', fillHoverClass && "fill_hover_".concat(fillHoverClass), isActive &&
200
+ fillActiveClass &&
201
+ "fill_active_".concat(fillActiveClass), isActive &&
202
+ fillActiveHoverClass &&
203
+ "fill_active_hover_".concat(fillActiveHoverClass)), ref: segmentsRefs.get(item.value), onClick: function () { return !isDisabled && onChangeValue(item); }, children: jsxRuntime.jsxs("div", { className: clsx('segmented__item-label', sizeClass && "segmented_size_".concat(sizeClass)), children: [item.iconBefore || item.iconBeforeActive ? (jsxRuntime.jsx(Tooltip.Icon, { className: "segmented__item-icon", iconFillDisabled: iconFillDisabled, isDisabled: isDisabled, iconFill: iconFill, iconFillActive: iconFillActive, iconSize: iconSize, SvgImage: isActive
204
+ ? item.iconBeforeActive || item.iconBefore
205
+ : item.iconBefore, isActive: isActive })) : null, item.label && (jsxRuntime.jsx(Text.Text, { size: labelTextSize, textColor: labelTextColor, textColorActive: labelTextActiveColor, textColorActiveHover: labelTextActiveHoverColor, textColorHover: labelTextHoverColor, textWrap: labelTextWrap, isActive: isActive, children: item.label })), item.icon || item.iconActive ? (jsxRuntime.jsx(Tooltip.Icon, { className: "segmented__item-icon", iconFillDisabled: iconFillDisabled, isDisabled: isDisabled, iconFill: iconFill, iconFillActive: iconFillActive, iconSize: iconSize, SvgImage: isActive ? item.iconActive || item.icon : item.icon, isActive: isActive })) : null, item.iconAfter || item.iconAfterActive ? (jsxRuntime.jsx(Tooltip.Icon, { className: "segmented__item-icon", iconFillDisabled: iconFillDisabled, isDisabled: isDisabled, iconFill: iconFill, iconFillActive: iconFillActive, iconSize: iconSize, SvgImage: isActive
206
+ ? item.iconAfterActive || item.iconAfter
207
+ : item.iconAfter, isActive: isActive })) : null] }) }, "".concat(name, "-").concat(item.value)));
208
+ }), jsxRuntime.jsx("div", { className: clsx('segmented__indicator', indicatorFillClass && "fill_".concat(indicatorFillClass)) })] }) }) }));
180
209
  });
181
210
 
182
211
  exports.Segmented = Segmented;
@@ -3,7 +3,7 @@
3
3
  var tslib_es6 = require('../../tslib.es6_cjs_CCZ3TN_7.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var Select = require('react-select');
6
- var Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
6
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
7
7
  var React = require('react');
8
8
  var clsx = require('clsx');
9
9
  var CreatableSelect = require('react-select/creatable');
@@ -6,7 +6,7 @@ var clsx = require('clsx');
6
6
  var react = require('swiper/react');
7
7
  var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
8
8
  var useStyles = require('../hooks/useStyles/useStyles.js');
9
- var Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
9
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
10
10
  require('../../tslib.es6_cjs_CCZ3TN_7.js');
11
11
  require('lodash/camelCase');
12
12
  require('lodash/castArray');
@@ -6,7 +6,7 @@ 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 Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
9
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
10
10
  var Divider = require('../../Divider_cjs_BmCJj3TN.js');
11
11
  var Link = require('../../Link_cjs_DbRGq2Yk.js');
12
12
  var Text = require('../../Text_cjs_C9fOm0nd.js');
@@ -23,6 +23,7 @@ var textareaAppearanceDefault = {
23
23
  borderHover: 'surfaceBorderQuaternary',
24
24
  iconBeforeFill: 'surfaceItemQuaternary',
25
25
  iconClearFill: 'surfaceItemPrimary',
26
+ placeholderTextColor: 'surfaceTextQuaternary',
26
27
  },
27
28
  defaultSecondary: {
28
29
  fill: 'surfacePrimary',
@@ -30,7 +31,7 @@ var textareaAppearanceDefault = {
30
31
  borderHover: 'surfaceBorderQuaternary',
31
32
  iconBeforeFill: 'surfaceItemQuaternary',
32
33
  iconClearFill: 'surfaceItemPrimary',
33
- placeholderTextColor: 'surfaceTextSecondary',
34
+ placeholderTextColor: 'surfaceTextQuaternary',
34
35
  },
35
36
  defaultTertiaryy: {
36
37
  fill: 'surfacePrimary',
@@ -38,7 +39,7 @@ var textareaAppearanceDefault = {
38
39
  borderHover: 'surfaceBorderQuaternary',
39
40
  iconBeforeFill: 'surfaceItemQuaternary',
40
41
  iconClearFill: 'surfaceItemPrimary',
41
- placeholderTextColor: 'surfaceTextSecondary',
42
+ placeholderTextColor: 'surfaceTextQuaternary',
42
43
  },
43
44
  defaultQuaternary: {
44
45
  fill: 'surfacePrimary',
@@ -46,7 +47,7 @@ var textareaAppearanceDefault = {
46
47
  borderHover: 'surfaceBorderQuaternary',
47
48
  iconBeforeFill: 'surfaceItemQuaternary',
48
49
  iconClearFill: 'surfaceItemPrimary',
49
- placeholderTextColor: 'surfaceTextSecondary',
50
+ placeholderTextColor: 'surfaceTextQuaternary',
50
51
  },
51
52
  };
52
53
 
@@ -142,17 +143,15 @@ var textareaAppearanceSize = {
142
143
  };
143
144
 
144
145
  var textareaAppearanceStyle = {
145
- full: {
146
- /* border / fill */
147
- },
148
- ghost: {
149
- fill: 'none',
146
+ solid: {
150
147
  borderWidth: '0',
151
148
  },
152
149
  outlined: {
153
150
  fill: 'none',
154
151
  },
155
- solid: {
152
+ full: {},
153
+ ghost: {
154
+ fill: 'none',
156
155
  borderWidth: '0',
157
156
  },
158
157
  };
@@ -5,7 +5,7 @@ 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 Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
8
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
9
9
  var Text = require('../../Text_cjs_C9fOm0nd.js');
10
10
  require('react');
11
11
  require('lodash/camelCase');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
3
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
4
4
  require('../../tslib.es6_cjs_CCZ3TN_7.js');
5
5
  require('react/jsx-runtime');
6
6
  require('react');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var Tooltip = require('../../Tooltip_cjs_DinScDnC.js');
3
+ var Tooltip = require('../../Tooltip_cjs_oS1iOamX.js');
4
4
  require('../../tslib.es6_cjs_CCZ3TN_7.js');
5
5
  require('react/jsx-runtime');
6
6
  require('react');
@@ -6,7 +6,7 @@ var styleAttributes = [
6
6
  /**
7
7
  * Layout
8
8
  */
9
- 'alignContent', 'alignItems', 'alignSelf', 'aspectRatio', 'border', 'borderBottomWidth', 'borderEndWidth', 'borderLeftWidth', 'borderRightWidth', 'borderStartWidth', 'borderTopWidth', 'borderWidth', 'bottom', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'gap', 'rowGap', 'columnGap', 'columnWidth', 'height', 'justifyContent', 'left', 'margin', 'marginBottom', 'marginEnd', 'marginHorizontal', 'marginLeft', 'marginRight', 'marginStart', 'marginTop', 'marginVertical', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'padding', 'paddingBottom', 'paddingEnd', 'paddingHorizontal', 'paddingLeft', 'paddingRight', 'paddingStart', 'paddingTop', 'paddingVertical', 'position', 'right', 'top', ['width', {
9
+ 'alignContent', 'alignItems', 'alignSelf', 'aspectRatio', 'border', 'borderBottomWidth', 'borderEndWidth', 'borderLeftWidth', 'borderRightWidth', 'borderStartWidth', 'borderTopWidth', 'borderWidth', 'bottom', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'gap', 'rowGap', 'columnGap', 'columnWidth', 'height', 'justifyContent', 'left', 'margin', 'marginBottom', 'marginEnd', 'marginHorizontal', 'marginLeft', 'marginRight', 'marginStart', 'marginTop', 'marginVertical', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'overflowY', 'overflowX', 'padding', 'paddingBottom', 'paddingEnd', 'paddingHorizontal', 'paddingLeft', 'paddingRight', 'paddingStart', 'paddingTop', 'paddingVertical', 'position', 'right', 'top', ['width', {
10
10
  validate: value => {
11
11
  // Pass only number value for "width" style.
12
12
  // If width have custom value, like "fill", we must set class by this value.
@@ -5,7 +5,7 @@ import clsx from 'clsx';
5
5
  import castArray from 'lodash/castArray';
6
6
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
7
7
  import { useStyles } from '../hooks/useStyles/useStyles.js';
8
- import { B as Badge, I as Icon } from '../Tooltip_es_B0nm9irO.js';
8
+ import { B as Badge, I as Icon } from '../Tooltip_es_LV5ZNg3B.js';
9
9
  import { D as Divider } from '../Divider_es_kY-30pft.js';
10
10
  import { T as Text } from '../Text_es_BfLRfj-5.js';
11
11
  import { icons16 } from '@itcase/icons/default';
@@ -1,4 +1,4 @@
1
- export { A as Avatar, b as avatarAppearance, a as avatarConfig } from '../Avatar_es_DbGpnL99.js';
1
+ export { A as Avatar, b as avatarAppearance, a as avatarConfig } from '../Avatar_es_DHREqfOD.js';
2
2
  import '../tslib.es6_es_Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -14,7 +14,7 @@ import '../context/UIContext.js';
14
14
  import '../hooks/useMediaQueries/useMediaQueries.js';
15
15
  import 'react-responsive';
16
16
  import '../utils/setViewportProperty.js';
17
- import '../Tooltip_es_B0nm9irO.js';
17
+ import '../Tooltip_es_LV5ZNg3B.js';
18
18
  import '../hooks/useStyles/useStyles.js';
19
19
  import 'lodash/maxBy';
20
20
  import '../hooks/useStyles/styleAttributes.js';
@@ -3,7 +3,7 @@ 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 { A as Avatar } from '../Avatar_es_DbGpnL99.js';
6
+ import { A as Avatar } from '../Avatar_es_DHREqfOD.js';
7
7
  import { G as Group } from '../Group_es_CYW2Hquh.js';
8
8
  import { T as Text } from '../Text_es_BfLRfj-5.js';
9
9
  import 'react';
@@ -19,7 +19,7 @@ import 'react-responsive';
19
19
  import '../utils/setViewportProperty.js';
20
20
  import 'lodash/maxBy';
21
21
  import '../hooks/useStyles/styleAttributes.js';
22
- import '../Tooltip_es_B0nm9irO.js';
22
+ import '../Tooltip_es_LV5ZNg3B.js';
23
23
  import 'react-inlinesvg';
24
24
  import '../Link_es_DxtZLeKY.js';
25
25
  import '../Image_es_DZUVp0FS.js';
@@ -1,4 +1,4 @@
1
- export { B as Badge, f as badgeAppearance, g as badgeConfig } from '../Tooltip_es_B0nm9irO.js';
1
+ export { B as Badge, f as badgeAppearance, g as badgeConfig } from '../Tooltip_es_LV5ZNg3B.js';
2
2
  import '../tslib.es6_es_Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -1,4 +1,5 @@
1
- import { icons16 } from '@itcase/icons/default';
1
+ import { _ as __assign } from '../../../tslib.es6_es_Bwu1Cn-t.js';
2
+ import { icon24 } from '@itcase/icons/am';
2
3
 
3
4
  var breadcrumbsListMock = {
4
5
  breadcrumbsList: [
@@ -7,37 +8,42 @@ var breadcrumbsListMock = {
7
8
  key: 1,
8
9
  text: 'Text 123',
9
10
  href: '/',
10
- icon: icons16.Placeholder.Default,
11
+ icon: icon24.ChevronRightSmall,
11
12
  },
12
13
  {
13
14
  id: '2',
14
15
  key: 2,
15
16
  text: 'Text 123',
16
17
  href: '/',
17
- icon: icons16.Placeholder.Default,
18
+ icon: icon24.ChevronRightSmall,
18
19
  },
19
20
  {
20
21
  id: '3',
21
22
  key: 3,
22
23
  text: 'Text 123',
23
24
  href: '/',
24
- icon: icons16.Placeholder.Default,
25
+ icon: icon24.ChevronRightSmall,
25
26
  },
26
27
  {
27
28
  id: '4',
28
29
  key: 4,
29
30
  text: 'Text 123',
30
31
  href: '/',
31
- icon: icons16.Placeholder.Default,
32
+ icon: icon24.ChevronRightSmall,
32
33
  },
33
34
  {
34
35
  id: '5',
35
36
  key: 5,
36
37
  text: 'Text 123',
37
38
  href: '/',
38
- icon: icons16.Placeholder.Default,
39
+ icon: icon24.ChevronRightSmall,
39
40
  },
40
41
  ],
41
42
  };
43
+ var breadcrumbsListMockSize = {
44
+ xl: breadcrumbsListMock.breadcrumbsList.map(function (item) { return (__assign(__assign({}, item), { icon: icon24.ChevronRightSmall })); }),
45
+ l: breadcrumbsListMock.breadcrumbsList.map(function (item) { return (__assign(__assign({}, item), { icon: icon24.ChevronRightSmall })); }),
46
+ m: breadcrumbsListMock.breadcrumbsList.map(function (item) { return (__assign({}, item)); }),
47
+ };
42
48
 
43
- export { breadcrumbsListMock };
49
+ export { breadcrumbsListMock, breadcrumbsListMockSize };
@@ -4,7 +4,7 @@ import clsx from 'clsx';
4
4
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
5
5
  import { useStyles } from '../hooks/useStyles/useStyles.js';
6
6
  import { _ as __assign } from '../tslib.es6_es_Bwu1Cn-t.js';
7
- import { I as Icon } from '../Tooltip_es_B0nm9irO.js';
7
+ import { I as Icon } from '../Tooltip_es_LV5ZNg3B.js';
8
8
  import { a as LinkWrapper } from '../Link_es_DxtZLeKY.js';
9
9
  import { T as Text } from '../Text_es_BfLRfj-5.js';
10
10
  import 'lodash/camelCase';
@@ -105,47 +105,47 @@ var breadcrumbsAppearanceSize = {
105
105
  sizeL: {
106
106
  size: 'l',
107
107
  labelTextSize: 'l',
108
- iconFillSize: '24',
109
- iconSize: '24',
108
+ iconFillSize: '20',
109
+ iconSize: '20',
110
110
  },
111
111
  sizeM: {
112
112
  size: 'm',
113
113
  labelTextSize: 'm',
114
- iconFillSize: '24',
115
- iconSize: '24',
114
+ iconFillSize: '16',
115
+ iconSize: '16',
116
116
  },
117
117
  sizeS: {
118
118
  size: 's',
119
119
  labelTextSize: 's',
120
- iconFillSize: '20',
121
- iconSize: '20',
120
+ iconFillSize: '16',
121
+ iconSize: '16',
122
122
  },
123
123
  sizeXS: {
124
124
  size: 'xs',
125
125
  labelTextSize: 'xs',
126
- iconFillSize: '16',
127
- iconSize: '16',
126
+ iconFillSize: '14',
127
+ iconSize: '14',
128
128
  },
129
129
  sizeXXS: {
130
130
  size: 'xxs',
131
131
  labelTextSize: 'xs',
132
- iconFillSize: '14',
133
- iconSize: '14',
132
+ iconFillSize: '12',
133
+ iconSize: '12',
134
134
  },
135
135
  };
136
136
 
137
137
  var breadcrumbsAppearanceStyle = {
138
- full: {
138
+ solid: {
139
139
  borderColor: '0',
140
140
  },
141
- ghost: {
141
+ outlined: {
142
142
  fill: 'none',
143
+ },
144
+ full: {
143
145
  borderColor: '0',
144
146
  },
145
- outlined: {
147
+ ghost: {
146
148
  fill: 'none',
147
- },
148
- solid: {
149
149
  borderColor: '0',
150
150
  },
151
151
  };
@@ -213,7 +213,6 @@ function Breadcrumbs(props) {
213
213
  var className = props.className, breadcrumbsAppearance = props.breadcrumbsAppearance, breadcrumbsList = props.breadcrumbsList, children = props.children;
214
214
  var propsGenerator = useDevicePropsGenerator(props);
215
215
  var _a = propsGenerator.directionClass, directionClass = _a === void 0 ? 'horizontal' : _a, fillClass = propsGenerator.fillClass, shapeClass = propsGenerator.shapeClass, sizeClass = propsGenerator.sizeClass, widthClass = propsGenerator.widthClass;
216
- console.log(breadcrumbsAppearance);
217
216
  var breadcrumbsItemsList = useMemo(function () {
218
217
  if (breadcrumbsList) {
219
218
  return breadcrumbsList.map(function (item, i) { return (jsx(BreadcrumbsItem, { appearance: breadcrumbsAppearance, text: item.text, icon: item.icon, iconSrc: item.icon, isActive: i + 1 === breadcrumbsList.length && true }, "breadcrumbsItem_".concat(item.key || item.id || item.text))); });
@@ -222,7 +221,7 @@ function Breadcrumbs(props) {
222
221
  return children;
223
222
  }
224
223
  return [];
225
- }, [children, breadcrumbsList]);
224
+ }, [children, breadcrumbsList, breadcrumbsAppearance]);
226
225
  var breadcrumbsStyles = useStyles(props).styles;
227
226
  return (jsx("div", { className: clsx(className, 'breadcrumbs', widthClass && "width_".concat(widthClass), directionClass && "direction_".concat(directionClass), fillClass && "fill_".concat(fillClass), sizeClass && "size_".concat(sizeClass), shapeClass && "breadcrumbs_shape_".concat(shapeClass)), style: breadcrumbsStyles, children: breadcrumbsItemsList }));
228
227
  }
@@ -1,9 +1,9 @@
1
- export { B as Button, a as buttonAppearance, b as buttonConfig } from '../Button_es_DTUagqgU.js';
1
+ export { B as Button, a as buttonAppearance, b as buttonConfig } from '../Button_es_X1DzVhok.js';
2
2
  import '../tslib.es6_es_Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
5
  import 'clsx';
6
- import '../Tooltip_es_B0nm9irO.js';
6
+ import '../Tooltip_es_LV5ZNg3B.js';
7
7
  import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
8
8
  import 'lodash/camelCase';
9
9
  import 'lodash/castArray';
@@ -21,4 +21,4 @@ import '../hooks/useStyles/styleAttributes.js';
21
21
  import '../Text_es_BfLRfj-5.js';
22
22
  import 'react-inlinesvg';
23
23
  import '../Link_es_DxtZLeKY.js';
24
- import '../Loader_es_B2auu_rc.js';
24
+ import '../Loader_es_GYOr0UTX.js';
@@ -3,8 +3,8 @@ 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 { I as Icon } from '../Tooltip_es_B0nm9irO.js';
7
- import { L as Label } from '../Label_es_DFSiy5sL.js';
6
+ import { I as Icon } from '../Tooltip_es_LV5ZNg3B.js';
7
+ import { L as Label } from '../Label_es_Bn2aRjLl.js';
8
8
  import { T as Text } from '../Text_es_BfLRfj-5.js';
9
9
  import 'react';
10
10
  import 'lodash/camelCase';
@@ -0,0 +1,29 @@
1
+ import { icon24 } from '@itcase/icons/am';
2
+
3
+ var chipsListMock = {
4
+ chipsList: [
5
+ {
6
+ id: 1,
7
+ label: 'Chips 1',
8
+ isActive: true,
9
+ },
10
+ {
11
+ id: 2,
12
+ label: 'Chips 2',
13
+ isActive: false,
14
+ },
15
+ {
16
+ id: 3,
17
+ label: 'Chips 3',
18
+ isActive: false,
19
+ },
20
+ {
21
+ id: 4,
22
+ label: 'Chips 4',
23
+ iconAfter: icon24.Check,
24
+ isActive: false,
25
+ },
26
+ ],
27
+ };
28
+
29
+ export { chipsListMock };
@@ -1,8 +1,8 @@
1
- export { C as Chips, b as ChipsGroup, a as chipsAppearance, c as chipsConfig } from '../ChipsGroup_es_DF1fhn97.js';
2
- import '../tslib.es6_es_Bwu1Cn-t.js';
1
+ export { C as Chips, b as ChipsGroup, a as chipsAppearance, c as chipsConfig } from '../ChipsGroup_es_4TOkv-fm.js';
3
2
  import 'react/jsx-runtime';
4
- import 'react';
5
3
  import 'clsx';
4
+ import '../tslib.es6_es_Bwu1Cn-t.js';
5
+ import 'react';
6
6
  import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
7
7
  import 'lodash/camelCase';
8
8
  import 'lodash/castArray';
@@ -17,7 +17,7 @@ import '../utils/setViewportProperty.js';
17
17
  import '../hooks/useStyles/useStyles.js';
18
18
  import 'lodash/maxBy';
19
19
  import '../hooks/useStyles/styleAttributes.js';
20
- import '../Tooltip_es_B0nm9irO.js';
20
+ import '../Tooltip_es_LV5ZNg3B.js';
21
21
  import '../Text_es_BfLRfj-5.js';
22
22
  import 'react-inlinesvg';
23
23
  import '../Link_es_DxtZLeKY.js';