@itcase/ui 1.7.0 → 1.8.1

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 (108) hide show
  1. package/dist/{Badge-BE28NFES.js → Badge-BY030Mwm.js} +1 -1
  2. package/dist/{Badge-C_6Iofu7.js → Badge-Df7Zxjnk.js} +1 -1
  3. package/dist/{Button-Df425Vot.js → Button-CWPTzaG2.js} +3 -3
  4. package/dist/{Button-sYpJIJPv.js → Button-DHOZJDHv.js} +3 -3
  5. package/dist/{DropdownItem-f29l8dds.js → DropdownItem-Cl1pYnVf.js} +4 -4
  6. package/dist/{DropdownItem-CdAS1E-G.js → DropdownItem-_bKQxzEZ.js} +4 -4
  7. package/dist/{Group-D5nvxHx0.js → Group-C8NUU6k5.js} +2 -2
  8. package/dist/{Group-NYDjw1CD.js → Group-utjnjUDZ.js} +2 -2
  9. package/dist/{Icon-BzIdIgGY.js → Icon-BF7i3XdQ.js} +1 -1
  10. package/dist/{Icon-dS-it4rs.js → Icon-D_BDlSSb.js} +1 -1
  11. package/dist/{Input-v52BiIsb.js → Input-BH6rNRqZ.js} +2 -2
  12. package/dist/{Input-C_HeI9UK.js → Input-BRhHPsGM.js} +2 -2
  13. package/dist/{Link-UmzWKcxT.js → Link-CZ8o5lGW.js} +1 -1
  14. package/dist/{Link-aBsZ1d0Q.js → Link-Cn7hiWmM.js} +1 -1
  15. package/dist/{Loader-CZVsMYl6.js → Loader-CjT6-r3I.js} +1 -1
  16. package/dist/{Loader-BnhUh-g6.js → Loader-Dquhwxz4.js} +1 -1
  17. package/dist/cjs/components/Accordion.js +2 -2
  18. package/dist/cjs/components/Avatar.js +2 -2
  19. package/dist/cjs/components/Badge.js +3 -3
  20. package/dist/cjs/components/Breadcrumbs.js +2 -2
  21. package/dist/cjs/components/Button.js +4 -4
  22. package/dist/cjs/components/Cell.js +2 -2
  23. package/dist/cjs/components/Chips.js +3 -3
  24. package/dist/cjs/components/Choice.js +56 -46
  25. package/dist/cjs/components/CookiesWarning.js +5 -5
  26. package/dist/cjs/components/DadataHintField.js +1 -1
  27. package/dist/cjs/components/DatePicker.js +15 -10
  28. package/dist/cjs/components/Drawer.js +3 -1
  29. package/dist/cjs/components/Dropdown.js +1 -1
  30. package/dist/cjs/components/Grid.js +5 -5
  31. package/dist/cjs/components/Group.js +1 -1
  32. package/dist/cjs/components/Icon.js +2 -2
  33. package/dist/cjs/components/Input.js +1 -1
  34. package/dist/cjs/components/InputMask.js +1 -1
  35. package/dist/cjs/components/InputPassword.js +2 -2
  36. package/dist/cjs/components/Link.js +1 -1
  37. package/dist/cjs/components/List.js +1 -1
  38. package/dist/cjs/components/Loader.js +1 -1
  39. package/dist/cjs/components/Logo.js +1 -1
  40. package/dist/cjs/components/MenuItem.js +1 -1
  41. package/dist/cjs/components/Modal.js +1 -1
  42. package/dist/cjs/components/Pagination.js +17 -49
  43. package/dist/cjs/components/Panel.js +1 -1
  44. package/dist/cjs/components/Response.js +5 -5
  45. package/dist/cjs/components/Search.js +2 -2
  46. package/dist/cjs/components/Select.js +4 -4
  47. package/dist/cjs/components/Tab.js +5 -5
  48. package/dist/cjs/components/Tile.js +3 -3
  49. package/dist/cjs/context/Notifications.js +3 -1
  50. package/dist/components/Accordion.js +2 -2
  51. package/dist/components/Avatar.js +2 -2
  52. package/dist/components/Badge.js +3 -3
  53. package/dist/components/Breadcrumbs.js +2 -2
  54. package/dist/components/Button.js +4 -4
  55. package/dist/components/Cell.js +2 -2
  56. package/dist/components/Chips.js +3 -3
  57. package/dist/components/Choice.js +57 -47
  58. package/dist/components/CookiesWarning.js +5 -5
  59. package/dist/components/DadataHintField.js +1 -1
  60. package/dist/components/DatePicker.js +15 -10
  61. package/dist/components/Drawer.js +3 -1
  62. package/dist/components/Dropdown.js +1 -1
  63. package/dist/components/Grid.js +5 -5
  64. package/dist/components/Group.js +1 -1
  65. package/dist/components/Icon.js +2 -2
  66. package/dist/components/Input.js +1 -1
  67. package/dist/components/InputMask.js +1 -1
  68. package/dist/components/InputPassword.js +2 -2
  69. package/dist/components/Link.js +1 -1
  70. package/dist/components/List.js +1 -1
  71. package/dist/components/Loader.js +1 -1
  72. package/dist/components/Logo.js +1 -1
  73. package/dist/components/MenuItem.js +1 -1
  74. package/dist/components/Modal.js +1 -1
  75. package/dist/components/Pagination.js +17 -49
  76. package/dist/components/Panel.js +1 -1
  77. package/dist/components/Response.js +5 -5
  78. package/dist/components/Search.js +2 -2
  79. package/dist/components/Select.js +4 -4
  80. package/dist/components/Tab.js +5 -5
  81. package/dist/components/Tile.js +3 -3
  82. package/dist/context/Notifications.js +3 -1
  83. package/dist/css/components/Choice/Choice.css +32 -40
  84. package/dist/css/components/Choice/css/__item/choice__item.css +5 -16
  85. package/dist/css/components/Choice/css/__item/choice__item_shape.css +11 -0
  86. package/dist/css/components/DatePicker/DatePicker.css +3 -6
  87. package/dist/css/components/Divider/Divider.css +10 -13
  88. package/dist/css/components/Dropdown/Dropdown.css +16 -25
  89. package/dist/css/components/Grid/Grid.css +50 -8
  90. package/dist/css/components/Grid/css/__item/grid__item_column.css +13 -1
  91. package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +4 -1
  92. package/dist/css/components/Grid/css/__item/grid__item_row.css +2 -1
  93. package/dist/css/components/Group/Group.css +13 -4
  94. package/dist/css/components/Input/Input.css +3 -0
  95. package/dist/css/components/Link/Link.css +17 -0
  96. package/dist/css/components/Pagination/Pagination.css +10 -8
  97. package/dist/css/components/Pagination/css/__item/pagination__item.css +4 -5
  98. package/dist/css/styles/fill/fill_active.css +14 -0
  99. package/dist/css/styles/fill/fill_active_hover.css +50 -0
  100. package/dist/css/styles/fill/fill_hover.css +33 -0
  101. package/dist/types/components/Choice/appearance/choiceAccent.d.ts +11 -0
  102. package/dist/types/components/Choice/appearance/choiceSurface.d.ts +22 -0
  103. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +29 -2
  104. package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +30 -0
  105. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +34 -0
  106. package/dist/types/components/Tab/Tab.interface.d.ts +1 -2
  107. package/dist/types/context/Notifications.d.ts +3 -2
  108. package/package.json +16 -16
@@ -7,7 +7,7 @@ import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDev
7
7
  import { useStyles } from '../hooks/useStyles/useStyles.js';
8
8
  import { icon16 } from '@itcase/icons/default';
9
9
  import { D as Divider } from '../Divider-CUFKsm-9.js';
10
- import { I as Icon } from '../Icon-BzIdIgGY.js';
10
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
11
11
  import { T as Text } from '../Text-aaWArShm.js';
12
12
  import 'lodash/camelCase';
13
13
  import 'lodash/upperFirst';
@@ -21,7 +21,7 @@ import '../utils/setViewportProperty.js';
21
21
  import 'lodash/maxBy';
22
22
  import '../hooks/useStyles/styleAttributes.js';
23
23
  import 'react-inlinesvg';
24
- import '../Link-aBsZ1d0Q.js';
24
+ import '../Link-Cn7hiWmM.js';
25
25
  import '../Tooltip-DP32J5V6.js';
26
26
  import '../Title--_epIXkC.js';
27
27
 
@@ -3,7 +3,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { useMemo } from 'react';
4
4
  import clsx from 'clsx';
5
5
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
6
- import { I as Icon } from '../Icon-BzIdIgGY.js';
6
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
7
7
  import { I as Image } from '../Image-CSzHhlA1.js';
8
8
  import { T as Text } from '../Text-aaWArShm.js';
9
9
  import 'lodash/camelCase';
@@ -20,7 +20,7 @@ import 'react-inlinesvg';
20
20
  import '../hooks/useStyles/useStyles.js';
21
21
  import 'lodash/maxBy';
22
22
  import '../hooks/useStyles/styleAttributes.js';
23
- import '../Link-aBsZ1d0Q.js';
23
+ import '../Link-Cn7hiWmM.js';
24
24
  import '../Tooltip-DP32J5V6.js';
25
25
  import '../Title--_epIXkC.js';
26
26
 
@@ -1,4 +1,4 @@
1
- export { B as Badge, b as badgeAppearance, a as badgeConfig } from '../Badge-BE28NFES.js';
1
+ export { B as Badge, b as badgeAppearance, a as badgeConfig } from '../Badge-BY030Mwm.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'clsx';
@@ -17,9 +17,9 @@ 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 '../Icon-BzIdIgGY.js';
20
+ import '../Icon-BF7i3XdQ.js';
21
21
  import 'react-inlinesvg';
22
- import '../Link-aBsZ1d0Q.js';
22
+ import '../Link-Cn7hiWmM.js';
23
23
  import '../Tooltip-DP32J5V6.js';
24
24
  import '../Text-aaWArShm.js';
25
25
  import '../Title--_epIXkC.js';
@@ -5,8 +5,8 @@ import clsx from 'clsx';
5
5
  import camelCase from 'lodash/camelCase';
6
6
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
7
7
  import { useStyles } from '../hooks/useStyles/useStyles.js';
8
- import { I as Icon } from '../Icon-BzIdIgGY.js';
9
- import { a as LinkWrapper } from '../Link-aBsZ1d0Q.js';
8
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
9
+ import { a as LinkWrapper } from '../Link-Cn7hiWmM.js';
10
10
  import { T as Text } from '../Text-aaWArShm.js';
11
11
  import 'lodash/castArray';
12
12
  import 'lodash/upperFirst';
@@ -1,9 +1,9 @@
1
- export { B as Button, a as buttonAppearance, b as buttonConfig } from '../Button-sYpJIJPv.js';
1
+ export { B as Button, a as buttonAppearance, b as buttonConfig } from '../Button-DHOZJDHv.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
5
  import 'clsx';
6
- import '../Icon-BzIdIgGY.js';
6
+ import '../Icon-BF7i3XdQ.js';
7
7
  import 'react-inlinesvg';
8
8
  import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
9
9
  import 'lodash/camelCase';
@@ -19,8 +19,8 @@ import '../utils/setViewportProperty.js';
19
19
  import '../hooks/useStyles/useStyles.js';
20
20
  import 'lodash/maxBy';
21
21
  import '../hooks/useStyles/styleAttributes.js';
22
- import '../Link-aBsZ1d0Q.js';
22
+ import '../Link-Cn7hiWmM.js';
23
23
  import '../Tooltip-DP32J5V6.js';
24
24
  import '../Text-aaWArShm.js';
25
25
  import '../Title--_epIXkC.js';
26
- import '../Loader-BnhUh-g6.js';
26
+ import '../Loader-Dquhwxz4.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 { I as Icon } from '../Icon-BzIdIgGY.js';
6
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
7
7
  import { L as Label } from '../Label-brG78nLi.js';
8
8
  import { T as Text } from '../Text-aaWArShm.js';
9
9
  import 'react';
@@ -20,7 +20,7 @@ import '../utils/setViewportProperty.js';
20
20
  import 'lodash/maxBy';
21
21
  import '../hooks/useStyles/styleAttributes.js';
22
22
  import 'react-inlinesvg';
23
- import '../Link-aBsZ1d0Q.js';
23
+ import '../Link-Cn7hiWmM.js';
24
24
  import '../Tooltip-DP32J5V6.js';
25
25
  import '../Title--_epIXkC.js';
26
26
 
@@ -4,7 +4,7 @@ import { useMemo } 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 { I as Icon } from '../Icon-BzIdIgGY.js';
7
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
8
8
  import { T as Text } from '../Text-aaWArShm.js';
9
9
  import 'lodash/camelCase';
10
10
  import 'lodash/castArray';
@@ -19,7 +19,7 @@ import '../utils/setViewportProperty.js';
19
19
  import 'lodash/maxBy';
20
20
  import '../hooks/useStyles/styleAttributes.js';
21
21
  import 'react-inlinesvg';
22
- import '../Link-aBsZ1d0Q.js';
22
+ import '../Link-Cn7hiWmM.js';
23
23
  import '../Tooltip-DP32J5V6.js';
24
24
  import '../Title--_epIXkC.js';
25
25
 
@@ -133,7 +133,7 @@ function Chips(props) {
133
133
  ? "fill_".concat(fillClass)
134
134
  : "fill_active_".concat(fillActiveClass), !isActive
135
135
  ? fillHoverClass && "fill_hover_".concat(fillHoverClass)
136
- : 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, "Button"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsx(Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsx(Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColor: labelTextColor, textColorActive: isActive && labelTextActiveColor, textColorHover: !isDisabled && !isActive
136
+ : 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: jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsx(Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsx(Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColor: labelTextColor, textColorActive: isActive && labelTextActiveColor, textColorHover: !isDisabled && !isActive
137
137
  ? labelTextHoverColor
138
138
  : labelTextActiveHoverColor, textWeight: labelTextWeight, textWrap: labelTextWrap, children: label })) : (jsx("div", { className: "chips__label", children: label })), children, (iconAfter || iconAfterSrc) && (jsx(Icon, { className: "chips__icon_after", size: iconAfterSize, fill: iconAfterFill, fillSize: iconAfterFillSize, iconFill: iconAfterFillIcon, imageSrc: iconAfterSrc, shape: iconAfterShape, SvgImage: iconAfter }))] }) }));
139
139
  }
@@ -1,11 +1,11 @@
1
1
  import { _ as __assign } from '../tslib.es6-Bwu1Cn-t.js';
2
- import { jsx, jsxs } from 'react/jsx-runtime';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import React, { useRef, useMemo, createRef, 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 { I as Icon } from '../Icon-BzIdIgGY.js';
8
- import { L as Loader } from '../Loader-BnhUh-g6.js';
7
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
8
+ import { L as Loader } from '../Loader-Dquhwxz4.js';
9
9
  import { T as Text } from '../Text-aaWArShm.js';
10
10
  import 'lodash/camelCase';
11
11
  import 'lodash/castArray';
@@ -20,34 +20,45 @@ import '../utils/setViewportProperty.js';
20
20
  import 'lodash/maxBy';
21
21
  import '../hooks/useStyles/styleAttributes.js';
22
22
  import 'react-inlinesvg';
23
- import '../Link-aBsZ1d0Q.js';
23
+ import '../Link-Cn7hiWmM.js';
24
24
  import '../Tooltip-DP32J5V6.js';
25
25
  import '../Title--_epIXkC.js';
26
26
 
27
- var choiceAppearance = {
28
- accent: {
29
- size: 'normal',
27
+ var choiceAppearanceAccent = {
28
+ accentPrimary: {
30
29
  fill: 'surfacePrimary',
31
30
  fillActive: 'accentPrimary',
32
31
  labelTextActiveColor: 'accentTextPrimary',
33
32
  labelTextColor: 'surfaceTextPrimary',
34
33
  labelTextSize: 's',
35
34
  borderColor: 'surfaceBorderSecondary',
36
- shape: 'rounded',
37
35
  },
38
- dev: {
39
- size: 'normal',
36
+ };
37
+
38
+ var choiceAppearanceSurface = {
39
+ surfacePrimary: {
40
40
  fill: 'surfacePrimary',
41
- fillActive: 'surfaceTertiary',
42
- fillHover: 'surfacePrimaryHover',
41
+ fillItem: 'surfaceItemInverse',
42
+ fillItemActive: 'surfaceItemSecondary',
43
+ fillItemActiveHover: 'surfaceItemTertiary',
44
+ fillItemHover: 'surfaceItemSecondary',
45
+ labelTextActiveColor: 'surfaceTextPrimary',
46
+ labelTextColor: 'surfaceTextPrimary',
47
+ labelTextSize: 'm',
48
+ },
49
+ surfaceSecondary: {
50
+ fill: 'surfaceSecondary',
51
+ fillItem: 'surfacePrimary',
52
+ fillItemActive: 'surfacePrimary',
53
+ fillItemHover: 'surfacePrimary',
43
54
  labelTextActiveColor: 'surfaceTextPrimary',
44
55
  labelTextColor: 'surfaceTextPrimary',
45
56
  labelTextSize: 'm',
46
- borderColor: 'surfaceBorderTertiary',
47
- shape: 'rounded',
48
57
  },
49
58
  };
50
59
 
60
+ var choiceAppearance = __assign(__assign({}, choiceAppearanceAccent), choiceAppearanceSurface);
61
+
51
62
  var choiceConfig = {
52
63
  appearance: choiceAppearance,
53
64
  setAppearance: function (appearanceConfig) {
@@ -55,7 +66,7 @@ var choiceConfig = {
55
66
  },
56
67
  };
57
68
  function Choice(props) {
58
- var id = props.id, className = props.className, type = props.type, name = props.name, appearance = props.appearance, _a = props.size, size = _a === void 0 ? 'normal' : _a, labelTextActiveColor = props.labelTextActiveColor, labelTextActiveColorDisabled = props.labelTextActiveColorDisabled, labelTextColor = props.labelTextColor, labelTextColorDisabled = props.labelTextColorDisabled, labelTextSize = props.labelTextSize, labelTextWeight = props.labelTextWeight, iconFillDisabled = props.iconFillDisabled, _b = props.isDisabled, isDisabled = _b === void 0 ? false : _b, _c = props.active, active = _c === void 0 ? { value: undefined } : _c, activeIcon = props.activeIcon, activeIconItemFill = props.activeIconItemFill, dataTestId = props.dataTestId, dataTour = props.dataTour, icon = props.icon, iconItemFill = props.iconItemFill, iconSize = props.iconSize, _d = props.options, options = _d === void 0 ? [] : _d, before = props.before, after = props.after, _e = props.isCheckbox, isCheckbox = _e === void 0 ? false : _e, _f = props.isLoading, isLoading = _f === void 0 ? false : _f, set = props.set, setActiveSegment = props.setActiveSegment;
69
+ var id = props.id, className = props.className, type = props.type, name = props.name, appearance = props.appearance, size = props.size, _a = props.isDisabled, isDisabled = _a === void 0 ? false : _a, _b = props.active, active = _b === void 0 ? { value: undefined } : _b, activeIcon = props.activeIcon, dataTestId = props.dataTestId, dataTour = props.dataTour, icon = props.icon, itemAfter = props.itemAfter, itemBefore = props.itemBefore, _c = props.options, options = _c === void 0 ? [] : _c, before = props.before, after = props.after, _d = props.isCheckbox, isCheckbox = _d === void 0 ? false : _d, _e = props.isLoading, isLoading = _e === void 0 ? false : _e, setActiveSegment = props.setActiveSegment;
59
70
  var controlRef = useRef(null);
60
71
  var optionsRefs = useMemo(function () {
61
72
  return new Map(options.map(function (item) { return [item.value, createRef()]; }));
@@ -69,39 +80,38 @@ function Choice(props) {
69
80
  return (__assign(__assign({}, resultConfig), (_a = choiceConfig.appearance) === null || _a === void 0 ? void 0 : _a[appearanceKey]));
70
81
  }, {});
71
82
  var propsGenerator = useDevicePropsGenerator(props, appearanceConfig);
72
- var fillActiveClass = propsGenerator.fillActiveClass, fillActiveDisabledClass = propsGenerator.fillActiveDisabledClass, fillClass = propsGenerator.fillClass, fillDisabledClass = propsGenerator.fillDisabledClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, shapeClass = propsGenerator.shapeClass, wrapClass = propsGenerator.wrapClass;
73
- // @ts-expect-error
83
+ var fillClass = propsGenerator.fillClass, fillItemActiveClass = propsGenerator.fillItemActiveClass, fillItemActiveDisabledClass = propsGenerator.fillItemActiveDisabledClass, fillItemActiveHoverClass = propsGenerator.fillItemActiveHoverClass, fillItemClass = propsGenerator.fillItemClass, fillItemDisabledClass = propsGenerator.fillItemDisabledClass, fillItemHoverClass = propsGenerator.fillItemHoverClass, labelTextActiveColor = propsGenerator.labelTextActiveColor, labelTextActiveColorDisabled = propsGenerator.labelTextActiveColorDisabled, labelTextColor = propsGenerator.labelTextColor, labelTextColorDisabled = propsGenerator.labelTextColorDisabled, labelTextSize = propsGenerator.labelTextSize, labelTextWeight = propsGenerator.labelTextWeight, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, iconFillDisabled = propsGenerator.iconFillDisabled, activeIconItemFill = propsGenerator.activeIconItemFill, iconItemFill = propsGenerator.iconItemFill, iconSize = propsGenerator.iconSize, shapeClass = propsGenerator.shapeClass, shapeItemClass = propsGenerator.shapeItemClass, wrapClass = propsGenerator.wrapClass;
74
84
  var styles = useStyles(props).styles;
75
- return (jsx("div", { id: id, className: clsx(className, 'choice', shapeClass && "choice_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass), set && "choice_set_".concat(set), size && "choice_size_".concat(size), type && "choice_type_".concat(type), wrapClass && "choice_wrap_".concat(wrapClass)), "data-testid": dataTestId && "".concat(dataTestId, "Button"), "data-tour": dataTour, ref: controlRef, style: styles, children: isLoading ? (jsx(Loader, { width: "fill", height: "fill", fill: "surfacePrimary", itemFill: "surfaceItemAccent", set: "simple" })) : (jsx(React.Fragment, { children: options.map(function (item) {
76
- // prettier-ignore
77
- var isActive = typeof active === 'object'
78
- ? String(item.value) === String(active.value)
79
- : String(item.value) === String(active);
80
- return (jsxs("div", { className: clsx('choice__item', !isDisabled
81
- ? fillClass && "fill_".concat(fillClass)
82
- : fillDisabledClass && "fill_disabled_".concat(fillDisabledClass), !isDisabled
83
- ? fillHoverClass && "fill_hover_".concat(fillHoverClass)
84
- : null, !isActive && isDisabled && 'choice__item_state_disabled', isActive
85
- ? !isDisabled
86
- ? fillActiveClass && "fill_active_".concat(fillActiveClass)
87
- : fillActiveDisabledClass &&
88
- "fill_active_disabled_".concat(fillActiveDisabledClass)
89
- : !isDisabled
90
- ? fillClass && "fill_".concat(fillClass)
91
- : fillDisabledClass &&
92
- "fill_disabled_".concat(fillDisabledClass), isActive &&
93
- isDisabled &&
94
- 'choice__item_active_state_disabled', isActive && 'choice__item_active'), ref: optionsRefs.get(item.value), children: [jsx("input", { id: "".concat(name, "-").concat(item.value), className: "choice__item-radio", type: isCheckbox ? 'checkbox' : 'radio', name: name, disabled: isDisabled, checked: isActive, value: item.value, onChange: function (event) { return onChange(event, item); } }), jsxs("label", { className: clsx('choice__item-label', isDisabled && 'choice__item-label_state_disabled'), htmlFor: "".concat(name, "-").concat(item.value), children: [before, item.label && (jsx(Text, { size: labelTextSize || (appearanceConfig === null || appearanceConfig === void 0 ? void 0 : appearanceConfig.labelTextSize), textColor: isActive
95
- ? !isDisabled
96
- ? labelTextActiveColor ||
97
- (appearanceConfig === null || appearanceConfig === void 0 ? void 0 : appearanceConfig.labelTextActiveColor)
98
- : labelTextActiveColorDisabled
99
- : !isDisabled
100
- ? labelTextColor || (appearanceConfig === null || appearanceConfig === void 0 ? void 0 : appearanceConfig.labelTextColor)
101
- : labelTextColorDisabled, textWeight: labelTextWeight, children: item.label })), (icon || activeIcon) && (jsx(Icon, { className: "choice__item-icon", iconFillDisabled: isDisabled ? iconFillDisabled : undefined, iconFill: isActive
102
- ? activeIconItemFill || item.activeIconItemFill
103
- : iconItemFill || item.iconItemFill, iconSize: iconSize, SvgImage: isActive ? activeIcon : icon })), after] })] }, "".concat(name, "-").concat(item.value)));
104
- }) })) }));
85
+ return (jsxs("div", { id: id, className: clsx(className, 'choice', fillClass && "fill_".concat(fillClass), shapeClass && "choice_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass), size && "choice_size_".concat(size), type && "choice_type_".concat(type), wrapClass && "choice_wrap_".concat(wrapClass)), "data-testid": dataTestId && "".concat(dataTestId, "Choice"), "data-tour": dataTour, ref: controlRef, style: styles, children: [before && jsx("div", { className: "choice__before", children: before }), isLoading ? (jsx(Loader, { width: "fill", height: "fill", fill: "surfacePrimary", itemFill: "surfaceItemAccent" })) : (jsx(React.Fragment, { children: options.map(function (item) {
86
+ var isActive = typeof active === 'object'
87
+ ? String(item.value) === String(active.value)
88
+ : String(item.value) === String(active);
89
+ return (jsxs("div", { className: clsx('choice__item', !isDisabled
90
+ ? fillItemClass && "fill_".concat(fillItemClass)
91
+ : fillItemDisabledClass &&
92
+ "fill_disabled_".concat(fillItemDisabledClass), !isDisabled
93
+ ? fillItemHoverClass && "fill_hover_".concat(fillItemHoverClass)
94
+ : null, !isActive && isDisabled && 'choice__item_state_disabled', isActive &&
95
+ fillItemActiveHoverClass &&
96
+ "fill_active_hover_".concat(fillItemActiveHoverClass), isActive
97
+ ? !isDisabled
98
+ ? fillItemActiveClass &&
99
+ "fill_active_".concat(fillItemActiveClass)
100
+ : fillItemActiveDisabledClass &&
101
+ "fill_active_disabled_".concat(fillItemActiveDisabledClass)
102
+ : !isDisabled
103
+ ? fillItemClass && "fill_".concat(fillItemClass)
104
+ : fillItemDisabledClass &&
105
+ "fill_disabled_".concat(fillItemDisabledClass), isActive &&
106
+ isDisabled &&
107
+ 'choice__item_active_state_disabled', isActive && 'choice__item_active', shapeItemClass && "choice__item_shape_".concat(shapeItemClass)), ref: optionsRefs.get(item.value), children: [jsx("input", { id: "".concat(name, "-").concat(item.value), className: "choice__item-radio", type: isCheckbox ? 'checkbox' : 'radio', name: name, disabled: isDisabled, checked: isActive, value: item.value, onChange: function (event) { return onChange(event, item); } }), jsxs("label", { className: clsx('choice__item-label', isDisabled && 'choice__item-label_state_disabled'), htmlFor: "".concat(name, "-").concat(item.value), children: [itemBefore, item.label && (jsx(Text, { size: labelTextSize, textColor: isActive
108
+ ? !isDisabled
109
+ ? labelTextActiveColor
110
+ : labelTextActiveColorDisabled
111
+ : !isDisabled
112
+ ? labelTextColor
113
+ : labelTextColorDisabled, textWeight: labelTextWeight, children: item.label })), (icon || activeIcon) && (jsx(Icon, { className: "choice__item-icon", iconFillDisabled: isDisabled ? iconFillDisabled : undefined, iconFill: isActive ? activeIconItemFill : iconItemFill, iconSize: iconSize, SvgImage: isActive ? activeIcon : icon })), itemAfter] })] }, "".concat(name, "-").concat(item.value)));
114
+ }) })), after && jsx("div", { className: "choice__after", children: after })] }));
105
115
  }
106
116
 
107
117
  export { Choice, choiceAppearance, choiceConfig };
@@ -3,8 +3,8 @@ import { useRef, useMemo, useCallback, useEffect } from 'react';
3
3
  import clsx from 'clsx';
4
4
  import Cookies from 'js-cookie';
5
5
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
6
- import { B as Button } from '../Button-sYpJIJPv.js';
7
- import { G as Group } from '../Group-D5nvxHx0.js';
6
+ import { B as Button } from '../Button-DHOZJDHv.js';
7
+ import { G as Group } from '../Group-C8NUU6k5.js';
8
8
  import { T as Text } from '../Text-aaWArShm.js';
9
9
  import '../tslib.es6-Bwu1Cn-t.js';
10
10
  import 'lodash/camelCase';
@@ -17,15 +17,15 @@ import '../context/UIContext.js';
17
17
  import '../hooks/useMediaQueries/useMediaQueries.js';
18
18
  import 'react-responsive';
19
19
  import '../utils/setViewportProperty.js';
20
- import '../Icon-BzIdIgGY.js';
20
+ import '../Icon-BF7i3XdQ.js';
21
21
  import 'react-inlinesvg';
22
22
  import '../hooks/useStyles/useStyles.js';
23
23
  import 'lodash/maxBy';
24
24
  import '../hooks/useStyles/styleAttributes.js';
25
- import '../Link-aBsZ1d0Q.js';
25
+ import '../Link-Cn7hiWmM.js';
26
26
  import '../Tooltip-DP32J5V6.js';
27
27
  import '../Title--_epIXkC.js';
28
- import '../Loader-BnhUh-g6.js';
28
+ import '../Loader-Dquhwxz4.js';
29
29
 
30
30
  function CookiesWarning(props) {
31
31
  var className = props.className, _a = props.message, message = _a === void 0 ? 'The site uses cookies to collect technical information, to optimize the design and improvement of the website, and to provide certain functions. By using the website, you agree to the use of «cookies».' : _a, textColor = props.textColor, textSize = props.textSize, buttonFill = props.buttonFill, buttonFillHover = props.buttonFillHover, _b = props.buttonLabel, buttonLabel = _b === void 0 ? 'I agree' : _b, buttonLabelSize = props.buttonLabelSize, buttonLabelTextColor = props.buttonLabelTextColor, buttonShape = props.buttonShape, buttonSize = props.buttonSize, buttonWidth = props.buttonWidth, _c = props.isHideOnScroll, isHideOnScroll = _c === void 0 ? false : _c;
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
3
3
  import { useMemo } from 'react';
4
4
  import clsx from 'clsx';
5
5
  import { PartySuggestions } from 'react-dadata';
6
- import { I as Input } from '../Input-v52BiIsb.js';
6
+ import { I as Input } from '../Input-BH6rNRqZ.js';
7
7
  import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
8
8
  import 'lodash/camelCase';
9
9
  import 'lodash/castArray';
@@ -6,9 +6,9 @@ import { ru } from 'date-fns/locale';
6
6
  import DatePicker from 'react-datepicker';
7
7
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
8
8
  import { useStyles } from '../hooks/useStyles/useStyles.js';
9
- import { B as Button } from '../Button-sYpJIJPv.js';
10
- import { I as Icon } from '../Icon-BzIdIgGY.js';
11
- import { I as Input } from '../Input-v52BiIsb.js';
9
+ import { B as Button } from '../Button-DHOZJDHv.js';
10
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
11
+ import { I as Input } from '../Input-BH6rNRqZ.js';
12
12
  import { L as Label } from '../Label-brG78nLi.js';
13
13
  import { T as Text } from '../Text-aaWArShm.js';
14
14
  import 'lodash/camelCase';
@@ -23,14 +23,14 @@ import 'react-responsive';
23
23
  import '../utils/setViewportProperty.js';
24
24
  import 'lodash/maxBy';
25
25
  import '../hooks/useStyles/styleAttributes.js';
26
- import '../Link-aBsZ1d0Q.js';
27
- import '../Loader-BnhUh-g6.js';
26
+ import '../Link-Cn7hiWmM.js';
27
+ import '../Loader-Dquhwxz4.js';
28
28
  import 'react-inlinesvg';
29
29
  import '../Tooltip-DP32J5V6.js';
30
30
  import '../Title--_epIXkC.js';
31
31
 
32
- var datePickerAppearance = {
33
- default: {
32
+ var datePickerAppearanceSurface = {
33
+ surfacePrimary: {
34
34
  datePicker: {
35
35
  daySize: 'xs',
36
36
  dayTextColor: 'surfaceTextPrimary',
@@ -46,18 +46,23 @@ var datePickerAppearance = {
46
46
  },
47
47
  input: {
48
48
  width: '200',
49
- size: 's',
50
- borderColor: 'accentBorderPrimary',
49
+ width: 'fill',
50
+ size: 'm',
51
+ fill: 'surfacePrimary',
52
+ fillHover: 'surfacePrimary',
53
+ borderColor: 'surfaceBorderInverse',
51
54
  textColor: 'surfaceTextPrimary',
52
55
  textSize: 'm',
53
56
  caret: 'surfaceItemPrimary',
57
+ caret: 'secondaryItemSecondary',
54
58
  placeholderTextColor: 'surfaceTextSecondary',
55
59
  shape: 'rounded',
56
60
  },
57
- shape: 'rounded',
58
61
  },
59
62
  };
60
63
 
64
+ var datePickerAppearance = __assign({}, datePickerAppearanceSurface);
65
+
61
66
  var datePickerConfig = {
62
67
  appearance: datePickerAppearance,
63
68
  setAppearance: function (appearanceConfig) {
@@ -22,7 +22,9 @@ function Drawer(props) {
22
22
  }
23
23
  prevIsOpenModalRef.current = Boolean(isOpenModal);
24
24
  }, [isOpenModal, onClose]);
25
- return (jsxs(ReactDrawer, { className: clsx('drawer', type && "drawer_type_".concat(type), className, dataTour && "data-tour-".concat(dataTour)), direction: direction || 'right', size: size || 600, "data-testid": dataTestId, "data-tour": dataTour, enableOverlay: enableOverlay, lockBackgroundScroll: false, overlayClassName: "drawer__overlay",
25
+ return (jsxs(ReactDrawer, { className: clsx('drawer', type && "drawer_type_".concat(type), className, dataTour && "data-tour-".concat(dataTour)), direction: direction || 'right', size: size || 600,
26
+ // Drawer set prefix "EZDrawer" for any id
27
+ customIdSuffix: dataTestId ? "_".concat(dataTestId) : undefined, "data-tour": dataTour, enableOverlay: enableOverlay, lockBackgroundScroll: false, overlayClassName: "drawer__overlay",
26
28
  // @ts-expect-error
27
29
  open: isOpenModal, onClose: onClickClose, children: [before && jsx("div", { className: "drawer__before", children: before }), children && jsx("div", { className: "drawer__wrapper", children: children }), after && jsx("div", { className: "drawer__after", children: after })] }));
28
30
  }
@@ -1,4 +1,4 @@
1
- export { D as Dropdown, a as DropdownItem, d as dropdownItemAppearance, b as dropdownItemConfig } from '../DropdownItem-f29l8dds.js';
1
+ export { D as Dropdown, a as DropdownItem, d as dropdownItemAppearance, b as dropdownItemConfig } from '../DropdownItem-Cl1pYnVf.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
4
4
  import 'clsx';
@@ -20,10 +20,10 @@ import '../hooks/useStyles/styleAttributes.js';
20
20
  function Grid(props) {
21
21
  var id = props.id, className = props.className, type = props.type, dataTour = props.dataTour, horizontalResizing = props.horizontalResizing, horizontalScroll = props.horizontalScroll, _a = props.tag, Tag = _a === void 0 ? 'div' : _a, useGridSystem = props.useGridSystem, verticalResizing = props.verticalResizing, before = props.before, after = props.after, onClick = props.onClick, onDoubleClick = props.onDoubleClick, children = props.children;
22
22
  var propsGenerator = useDevicePropsGenerator(props);
23
- var justifyContentClass = propsGenerator.justifyContentClass, justifyItemsClass = propsGenerator.justifyItemsClass, alignContentClass = propsGenerator.alignContentClass, alignItemsClass = propsGenerator.alignItemsClass, fillClass = propsGenerator.fillClass, borderColorClass = propsGenerator.borderColorClass, columnGapClass = propsGenerator.columnGapClass, columnsClass = propsGenerator.columnsClass, rowGapClass = propsGenerator.rowGapClass, rowsClass = propsGenerator.rowsClass;
23
+ var justifyContentClass = propsGenerator.justifyContentClass, justifyItemsClass = propsGenerator.justifyItemsClass, alignContentClass = propsGenerator.alignContentClass, alignItemsClass = propsGenerator.alignItemsClass, fillClass = propsGenerator.fillClass, borderColorClass = propsGenerator.borderColorClass, columnGapClass = propsGenerator.columnGapClass, columnsClass = propsGenerator.columnsClass, heightClass = propsGenerator.heightClass, rowGapClass = propsGenerator.rowGapClass, rowsClass = propsGenerator.rowsClass, widthClass = propsGenerator.widthClass;
24
24
  // @ts-expect-error
25
25
  var gridStyles = useStyles(props).styles;
26
- return (jsxs(Tag, { id: id, className: clsx(className, 'grid', useGridSystem && "grid_state_system", horizontalScroll && "grid_scroll_horizontal", type && "grid_type_".concat(type), columnsClass && "grid_columns_".concat(columnsClass), rowsClass && "grid_rows_".concat(rowsClass), rowGapClass && "grid_row-gap_".concat(rowGapClass), columnGapClass && "grid_column-gap_".concat(columnGapClass), alignContentClass && "grid_align-content_".concat(alignContentClass), alignItemsClass && "grid_align-items_".concat(alignItemsClass), borderColorClass && "border-color_".concat(borderColorClass), justifyContentClass && "grid_justify-content_".concat(justifyContentClass), justifyItemsClass && "grid_justify-items_".concat(justifyItemsClass), fillClass && "fill_".concat(fillClass), horizontalResizing && "grid_horizontal-resizing_".concat(horizontalResizing), verticalResizing && "grid_vertical-resizing_".concat(verticalResizing)), "data-tour": dataTour, style: gridStyles, onClick: onClick, onDoubleClick: onDoubleClick, children: [before && jsx("div", { className: "grid__before", children: before }), children, after && jsx("div", { className: "grid__after", children: after })] }));
26
+ return (jsxs(Tag, { id: id, className: clsx(className, 'grid', widthClass && "width_".concat(widthClass), heightClass && "height_".concat(heightClass), useGridSystem && "grid_state_system", horizontalScroll && "grid_scroll_horizontal", type && "grid_type_".concat(type), columnsClass && "grid_columns_".concat(columnsClass), rowsClass && "grid_rows_".concat(rowsClass), rowGapClass && "grid_row-gap_".concat(rowGapClass), columnGapClass && "grid_column-gap_".concat(columnGapClass), alignContentClass && "grid_align-content_".concat(alignContentClass), alignItemsClass && "grid_align-items_".concat(alignItemsClass), borderColorClass && "border-color_".concat(borderColorClass), justifyContentClass && "grid_justify-content_".concat(justifyContentClass), justifyItemsClass && "grid_justify-items_".concat(justifyItemsClass), fillClass && "fill_".concat(fillClass), horizontalResizing && "grid_horizontal-resizing_".concat(horizontalResizing), verticalResizing && "grid_vertical-resizing_".concat(verticalResizing)), "data-tour": dataTour, style: gridStyles, onClick: onClick, onDoubleClick: onDoubleClick, children: [before && jsx("div", { className: "grid__before", children: before }), children, after && jsx("div", { className: "grid__after", children: after })] }));
27
27
  }
28
28
 
29
29
  function GridItem(props) {
@@ -36,12 +36,12 @@ function GridItem(props) {
36
36
  }
37
37
 
38
38
  function GridRow(props) {
39
- var id = props.id, className = props.className, dataTestId = props.dataTestId, dataTour = props.dataTour, htmlFor = props.htmlFor, style = props.style, _a = props.tag, Tag = _a === void 0 ? 'div' : _a, onClick = props.onClick, children = props.children;
39
+ var id = props.id, className = props.className, dataTestId = props.dataTestId, dataTour = props.dataTour, htmlFor = props.htmlFor, _a = props.tag, Tag = _a === void 0 ? 'div' : _a, onClick = props.onClick, children = props.children;
40
40
  var propsGenerator = useDevicePropsGenerator(props);
41
- var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass;
41
+ var fillClass = propsGenerator.fillClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, heightClass = propsGenerator.heightClass, widthClass = propsGenerator.widthClass;
42
42
  // @ts-expect-error
43
43
  var gridRowStyles = useStyles(props).styles;
44
- return (jsx(Tag, { id: id, className: clsx(className, 'grid__row', fillClass && "fill_".concat(fillClass), fillHoverClass && "fill_hover_".concat(fillHoverClass), borderColorClass && "border-color_".concat(borderColorClass)), "data-testid": dataTestId, "data-tour": dataTour, htmlFor: htmlFor, style: Object.assign({}, gridRowStyles, style), onClick: onClick, children: children }));
44
+ return (jsx(Tag, { id: id, className: clsx(className, 'grid__row', widthClass && "width_".concat(widthClass), heightClass && "height_".concat(heightClass), fillClass && "fill_".concat(fillClass), fillHoverClass && "fill_hover_".concat(fillHoverClass), borderColorClass && "border-color_".concat(borderColorClass)), "data-testid": dataTestId, "data-tour": dataTour, htmlFor: htmlFor, style: gridRowStyles, onClick: onClick, children: children }));
45
45
  }
46
46
 
47
47
  export { Grid, GridItem, GridRow };
@@ -1,4 +1,4 @@
1
- export { G as Group, a as groupAppearance, g as groupConfig } from '../Group-D5nvxHx0.js';
1
+ export { G as Group, a as groupAppearance, g as groupConfig } from '../Group-C8NUU6k5.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -1,4 +1,4 @@
1
- export { I as Icon, a as iconAppearance, i as iconConfig } from '../Icon-BzIdIgGY.js';
1
+ export { I as Icon, a as iconAppearance, i as iconConfig } from '../Icon-BF7i3XdQ.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -18,7 +18,7 @@ import '../utils/setViewportProperty.js';
18
18
  import '../hooks/useStyles/useStyles.js';
19
19
  import 'lodash/maxBy';
20
20
  import '../hooks/useStyles/styleAttributes.js';
21
- import '../Link-aBsZ1d0Q.js';
21
+ import '../Link-Cn7hiWmM.js';
22
22
  import '../Tooltip-DP32J5V6.js';
23
23
  import '../Text-aaWArShm.js';
24
24
  import '../Title--_epIXkC.js';
@@ -1,4 +1,4 @@
1
- export { I as Input, a as inputAppearance, i as inputConfig, b as inputState } from '../Input-v52BiIsb.js';
1
+ export { I as Input, a as inputAppearance, i as inputConfig, b as inputState } from '../Input-BH6rNRqZ.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -54,7 +54,7 @@ var Input = React.forwardRef(function Input(props, ref) {
54
54
  : placeholderTextColorDisabledClass &&
55
55
  "placeholder-text-color_disabled_".concat(placeholderTextColorDisabledClass), !isDisabled
56
56
  ? textColorClass && "text-color_".concat(textColorClass)
57
- : textColorDisabledClass && "text-color_".concat(textColorDisabledClass)), type: type, disabled: isDisabled, "data-test-id": dataTestId || (name ? "".concat(name, "Input") : 'input'), index: index, placeholder: placeholder,
57
+ : textColorDisabledClass && "text-color_".concat(textColorDisabledClass)), type: type, disabled: isDisabled, "data-test-id": dataTestId || (name ? "".concat(name, "InputMask") : 'inputMask'), index: index, placeholder: placeholder,
58
58
  // @ts-expect-error
59
59
  ref: ref, value: value, onBlur: onBlur, onChange: onChange, onFocus: onFocus, onKeyDown: onKeyDown }));
60
60
  });
@@ -3,7 +3,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { useState, useMemo, useCallback } from 'react';
4
4
  import clsx from 'clsx';
5
5
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
6
- import { I as Icon } from '../Icon-BzIdIgGY.js';
6
+ import { I as Icon } from '../Icon-BF7i3XdQ.js';
7
7
  import 'lodash/camelCase';
8
8
  import 'lodash/castArray';
9
9
  import 'lodash/upperFirst';
@@ -18,7 +18,7 @@ import 'react-inlinesvg';
18
18
  import '../hooks/useStyles/useStyles.js';
19
19
  import 'lodash/maxBy';
20
20
  import '../hooks/useStyles/styleAttributes.js';
21
- import '../Link-aBsZ1d0Q.js';
21
+ import '../Link-Cn7hiWmM.js';
22
22
  import '../Tooltip-DP32J5V6.js';
23
23
  import '../Text-aaWArShm.js';
24
24
  import '../Title--_epIXkC.js';
@@ -1,4 +1,4 @@
1
- export { L as Link, a as LinkWrapper, b as linkAppearance, l as linkConfig } from '../Link-aBsZ1d0Q.js';
1
+ export { L as Link, a as LinkWrapper, b as linkAppearance, l as linkConfig } from '../Link-Cn7hiWmM.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import clsx from 'clsx';
3
3
  import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
4
4
  import { useStyles } from '../hooks/useStyles/useStyles.js';
5
- import { L as Link } from '../Link-aBsZ1d0Q.js';
5
+ import { L as Link } from '../Link-Cn7hiWmM.js';
6
6
  import '../tslib.es6-Bwu1Cn-t.js';
7
7
  import 'react';
8
8
  import 'lodash/camelCase';
@@ -1,4 +1,4 @@
1
- export { L as Loader, a as loaderAppearance, l as loaderConfig } from '../Loader-BnhUh-g6.js';
1
+ export { L as Loader, a as loaderAppearance, l as loaderConfig } from '../Loader-Dquhwxz4.js';
2
2
  import '../tslib.es6-Bwu1Cn-t.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'clsx';
@@ -3,7 +3,7 @@ import { 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 LinkWrapper } from '../Link-aBsZ1d0Q.js';
6
+ import { a as LinkWrapper } from '../Link-Cn7hiWmM.js';
7
7
  import 'react';
8
8
  import 'lodash/camelCase';
9
9
  import 'lodash/castArray';
@@ -4,7 +4,7 @@ import React 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 { L as Link } from '../Link-aBsZ1d0Q.js';
7
+ import { L as Link } from '../Link-Cn7hiWmM.js';
8
8
  import { T as Text } from '../Text-aaWArShm.js';
9
9
  import 'lodash/camelCase';
10
10
  import 'lodash/castArray';
@@ -7,7 +7,7 @@ import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDev
7
7
  import { useStyles } from '../hooks/useStyles/useStyles.js';
8
8
  import { O as Overlay } from '../Overlay-Be9UCtR9.js';
9
9
  import { T as Title } from '../Title--_epIXkC.js';
10
- import { L as Loader } from '../Loader-BnhUh-g6.js';
10
+ import { L as Loader } from '../Loader-Dquhwxz4.js';
11
11
  import 'lodash/camelCase';
12
12
  import 'lodash/castArray';
13
13
  import 'lodash/upperFirst';