@salutejs/plasma-b2c 1.617.0-next-sbcom.0 → 1.617.0

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 (84) hide show
  1. package/dist/css/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -64
  2. package/dist/css/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  3. package/dist/css/cjs/components/Combobox/Combobox.css +0 -6
  4. package/dist/css/cjs/components/Combobox/Combobox.js +1 -7
  5. package/dist/css/cjs/components/Combobox/Combobox.js.map +1 -1
  6. package/dist/css/cjs/components/Dropdown/Dropdown.js.map +1 -1
  7. package/dist/css/cjs/index.css +0 -12
  8. package/dist/css/cjs/index.js +7 -23
  9. package/dist/css/cjs/index.js.map +1 -1
  10. package/dist/css/es/_virtual/_rollupPluginBabelHelpers.js +1 -60
  11. package/dist/css/es/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  12. package/dist/css/es/components/Combobox/Combobox.css +0 -6
  13. package/dist/css/es/components/Combobox/Combobox.js +1 -7
  14. package/dist/css/es/components/Combobox/Combobox.js.map +1 -1
  15. package/dist/css/es/components/Dropdown/Dropdown.js.map +1 -1
  16. package/dist/css/es/index.css +0 -12
  17. package/dist/css/es/index.js +1 -5
  18. package/dist/css/es/index.js.map +1 -1
  19. package/dist/styled-components/cjs/components/Combobox/Combobox.js +1 -7
  20. package/dist/styled-components/cjs/components/Combobox/index.js +3 -24
  21. package/dist/styled-components/cjs/components/Dropdown/index.js +3 -24
  22. package/dist/styled-components/es/components/Combobox/Combobox.js +1 -7
  23. package/dist/styled-components/es/components/Combobox/index.js +0 -1
  24. package/dist/styled-components/es/components/Dropdown/index.js +0 -5
  25. package/package.json +9 -9
  26. package/types/components/Autocomplete/Autocomplete.d.ts +8 -8
  27. package/types/components/Combobox/Combobox.d.ts +2 -7
  28. package/types/components/Combobox/index.d.ts +1 -2
  29. package/types/components/Dropdown/Dropdown.d.ts +36 -43
  30. package/types/components/Dropdown/index.d.ts +0 -5
  31. package/types/components/Select/Select.d.ts +64 -80
  32. package/dist/css/cjs/components/Combobox/Legacy/Combobox.config.js +0 -25
  33. package/dist/css/cjs/components/Combobox/Legacy/Combobox.config.js.map +0 -1
  34. package/dist/css/cjs/components/Combobox/Legacy/Combobox.config_1g2aukc.css +0 -5
  35. package/dist/css/cjs/components/Combobox/Legacy/Combobox.css +0 -5
  36. package/dist/css/cjs/components/Combobox/Legacy/Combobox.js +0 -27
  37. package/dist/css/cjs/components/Combobox/Legacy/Combobox.js.map +0 -1
  38. package/dist/css/cjs/components/Dropdown/components/DropdownItem.js +0 -71
  39. package/dist/css/cjs/components/Dropdown/components/DropdownItem.js.map +0 -1
  40. package/dist/css/cjs/components/Dropdown/components/DropdownList.js +0 -16
  41. package/dist/css/cjs/components/Dropdown/components/DropdownList.js.map +0 -1
  42. package/dist/css/cjs/components/Dropdown/components/DropdownOld.config.js +0 -25
  43. package/dist/css/cjs/components/Dropdown/components/DropdownOld.config.js.map +0 -1
  44. package/dist/css/cjs/components/Dropdown/components/DropdownOld.config_1sm61um.css +0 -5
  45. package/dist/css/cjs/components/Dropdown/components/DropdownPopup.css +0 -5
  46. package/dist/css/cjs/components/Dropdown/components/DropdownPopup.js +0 -41
  47. package/dist/css/cjs/components/Dropdown/components/DropdownPopup.js.map +0 -1
  48. package/dist/css/es/components/Combobox/Legacy/Combobox.config.js +0 -21
  49. package/dist/css/es/components/Combobox/Legacy/Combobox.config.js.map +0 -1
  50. package/dist/css/es/components/Combobox/Legacy/Combobox.config_1g2aukc.css +0 -5
  51. package/dist/css/es/components/Combobox/Legacy/Combobox.css +0 -5
  52. package/dist/css/es/components/Combobox/Legacy/Combobox.js +0 -18
  53. package/dist/css/es/components/Combobox/Legacy/Combobox.js.map +0 -1
  54. package/dist/css/es/components/Dropdown/components/DropdownItem.js +0 -61
  55. package/dist/css/es/components/Dropdown/components/DropdownItem.js.map +0 -1
  56. package/dist/css/es/components/Dropdown/components/DropdownList.js +0 -8
  57. package/dist/css/es/components/Dropdown/components/DropdownList.js.map +0 -1
  58. package/dist/css/es/components/Dropdown/components/DropdownOld.config.js +0 -21
  59. package/dist/css/es/components/Dropdown/components/DropdownOld.config.js.map +0 -1
  60. package/dist/css/es/components/Dropdown/components/DropdownOld.config_1sm61um.css +0 -5
  61. package/dist/css/es/components/Dropdown/components/DropdownPopup.css +0 -5
  62. package/dist/css/es/components/Dropdown/components/DropdownPopup.js +0 -33
  63. package/dist/css/es/components/Dropdown/components/DropdownPopup.js.map +0 -1
  64. package/dist/styled-components/cjs/components/Combobox/Legacy/Combobox.config.js +0 -359
  65. package/dist/styled-components/cjs/components/Combobox/Legacy/Combobox.js +0 -44
  66. package/dist/styled-components/cjs/components/Combobox/Legacy/index.js +0 -31
  67. package/dist/styled-components/cjs/components/Dropdown/components/DropdownItem.js +0 -214
  68. package/dist/styled-components/cjs/components/Dropdown/components/DropdownList.js +0 -22
  69. package/dist/styled-components/cjs/components/Dropdown/components/DropdownOld.config.js +0 -147
  70. package/dist/styled-components/cjs/components/Dropdown/components/DropdownPopup.js +0 -170
  71. package/dist/styled-components/es/components/Combobox/Legacy/Combobox.config.js +0 -349
  72. package/dist/styled-components/es/components/Combobox/Legacy/Combobox.js +0 -14
  73. package/dist/styled-components/es/components/Combobox/Legacy/index.js +0 -1
  74. package/dist/styled-components/es/components/Dropdown/components/DropdownItem.js +0 -150
  75. package/dist/styled-components/es/components/Dropdown/components/DropdownList.js +0 -7
  76. package/dist/styled-components/es/components/Dropdown/components/DropdownOld.config.js +0 -137
  77. package/dist/styled-components/es/components/Dropdown/components/DropdownPopup.js +0 -119
  78. package/types/components/Combobox/Legacy/Combobox.config.d.ts +0 -17
  79. package/types/components/Combobox/Legacy/Combobox.d.ts +0 -60
  80. package/types/components/Combobox/Legacy/index.d.ts +0 -1
  81. package/types/components/Dropdown/components/DropdownItem.d.ts +0 -20
  82. package/types/components/Dropdown/components/DropdownList.d.ts +0 -1
  83. package/types/components/Dropdown/components/DropdownOld.config.d.ts +0 -17
  84. package/types/components/Dropdown/components/DropdownPopup.d.ts +0 -3
@@ -2,55 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- function ownKeys(e, r) {
6
- var t = Object.keys(e);
7
- if (Object.getOwnPropertySymbols) {
8
- var o = Object.getOwnPropertySymbols(e);
9
- r && (o = o.filter(function (r) {
10
- return Object.getOwnPropertyDescriptor(e, r).enumerable;
11
- })), t.push.apply(t, o);
12
- }
13
- return t;
14
- }
15
- function _objectSpread2(e) {
16
- for (var r = 1; r < arguments.length; r++) {
17
- var t = null != arguments[r] ? arguments[r] : {};
18
- r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
19
- _defineProperty(e, r, t[r]);
20
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
21
- Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
22
- });
23
- }
24
- return e;
25
- }
26
- function _toPrimitive(t, r) {
27
- if ("object" != typeof t || !t) return t;
28
- var e = t[Symbol.toPrimitive];
29
- if (void 0 !== e) {
30
- var i = e.call(t, r || "default");
31
- if ("object" != typeof i) return i;
32
- throw new TypeError("@@toPrimitive must return a primitive value.");
33
- }
34
- return ("string" === r ? String : Number)(t);
35
- }
36
- function _toPropertyKey(t) {
37
- var i = _toPrimitive(t, "string");
38
- return "symbol" == typeof i ? i : i + "";
39
- }
40
- function _defineProperty(obj, key, value) {
41
- key = _toPropertyKey(key);
42
- if (key in obj) {
43
- Object.defineProperty(obj, key, {
44
- value: value,
45
- enumerable: true,
46
- configurable: true,
47
- writable: true
48
- });
49
- } else {
50
- obj[key] = value;
51
- }
52
- return obj;
53
- }
54
5
  function _extends() {
55
6
  _extends = Object.assign ? Object.assign.bind() : function (target) {
56
7
  for (var i = 1; i < arguments.length; i++) {
@@ -92,23 +43,8 @@ function _objectWithoutProperties(source, excluded) {
92
43
  }
93
44
  return target;
94
45
  }
95
- function _taggedTemplateLiteral(strings, raw) {
96
- if (!raw) {
97
- raw = strings.slice(0);
98
- }
99
- return Object.freeze(Object.defineProperties(strings, {
100
- raw: {
101
- value: Object.freeze(raw)
102
- }
103
- }));
104
- }
105
46
 
106
- exports.defineProperty = _defineProperty;
107
47
  exports.extends = _extends;
108
- exports.objectSpread2 = _objectSpread2;
109
48
  exports.objectWithoutProperties = _objectWithoutProperties;
110
49
  exports.objectWithoutPropertiesLoose = _objectWithoutPropertiesLoose;
111
- exports.taggedTemplateLiteral = _taggedTemplateLiteral;
112
- exports.toPrimitive = _toPrimitive;
113
- exports.toPropertyKey = _toPropertyKey;
114
50
  //# sourceMappingURL=_rollupPluginBabelHelpers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -13,9 +13,3 @@
13
13
  .Combobox_config_3j9rvm_s148hhvf__d72ff51d{--plasma-combobox-textfield__tooltip-padding-top:0.5rem;--plasma-combobox-textfield__tooltip-padding-right:0.75rem;--plasma-combobox-textfield__tooltip-padding-bottom:0.5rem;--plasma-combobox-textfield__tooltip-padding-left:0.75rem;--plasma-combobox-textfield__tooltip-min-height:2rem;--plasma-combobox-textfield__tooltip-border-radius:0.5rem;--plasma-combobox-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-textfield__tooltip-content-left-margin:0.25rem;--plasma-combobox-textfield__tooltip-arrow-mask-width:1rem;--plasma-combobox-textfield__tooltip-arrow-mask-height:1rem;--plasma-combobox-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-combobox-textfield__tooltip-arrow-height:0.375rem;--plasma-combobox-textfield__tooltip-arrow-edge-margin:0.5625rem;}
14
14
  .Combobox_config_3j9rvm_t1k0np4c__d72ff51d{--plasma-combobox-new-textfield-disabled-opacity:0.4;}
15
15
  .Combobox_config_3j9rvm_thngngp__d72ff51d{--plasma-combobox-new-textfield-color-readonly:var(--text-primary);--plasma-combobox-new-textfield-readonly-opacity:0.1;--plasma-combobox-new-textfield-content-right-slot-opacity-readonly:0.4;--plasma-combobox-new-textfield-bg-color-readonly:var(--surface-transparent-primary);--plasma-combobox-new-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-left-helper-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-label-color-readonly:var(--text-primary);}
16
-
17
- .Combobox_config_1g2aukc_x1m2v3ds__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.5rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.5rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.375rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.5rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.375rem;--plasma-combobox-old-item-border-radius:0.375rem;--plasma-combobox-old-item-content-left-width:1.25rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.125rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.25rem;--plasma-combobox-old-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.25rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-arrow-right:0.5rem;--plasma-combobox-old-target-height:2rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.5rem;--plasma-combobox-old-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-old-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
18
- .Combobox_config_1g2aukc_snjir4d__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.625rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.75rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.75rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.75rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.75rem;--plasma-combobox-old-item-border-radius:0.5rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.25rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.75rem;--plasma-combobox-old-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-old-chip-clear-content-margin-left:0.375rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-arrow-right:0.75rem;--plasma-combobox-old-target-height:2.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.625rem;--plasma-combobox-old-target-padding:0 3rem 0 1rem;--plasma-combobox-old-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
19
- .Combobox_config_1g2aukc_m8yng6k__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.75rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.875rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.875rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.75rem;--plasma-combobox-old-item-padding-right:0.875rem;--plasma-combobox-old-item-padding-bottom:0.75rem;--plasma-combobox-old-item-padding-left:0.875rem;--plasma-combobox-old-item-border-radius:0.625rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.375rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.25rem;--plasma-combobox-old-chip-padding:0 0.875rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.5rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:0.875rem;--plasma-combobox-old-target-height:3rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.75rem;--plasma-combobox-old-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-old-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
20
- .Combobox_config_1g2aukc_l1t5xra2__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.875rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:1rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:1rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:1rem;--plasma-combobox-old-item-padding-right:1rem;--plasma-combobox-old-item-padding-bottom:1rem;--plasma-combobox-old-item-padding-left:1rem;--plasma-combobox-old-item-border-radius:0.75rem;--plasma-combobox-old-item-content-left-width:1.875rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-l-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.5rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.75rem;--plasma-combobox-old-chip-padding:0 0.75rem 0 1rem;--plasma-combobox-old-chip-clear-content-margin-left:0.625rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:1rem;--plasma-combobox-old-target-height:3.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.875rem;--plasma-combobox-old-target-padding:0 3.5rem 0 1.5rem;--plasma-combobox-old-target-padding-has-chips:0 3.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-s-line-height);}
21
- .Combobox_config_1g2aukc_d1i24k0f__79d0709b{--plasma-combobox-old-target-color:var(--text-primary);--plasma-combobox-old-target-label-color:var(--text-secondary);--plasma-combobox-old-target-arrow-color:var(--text-secondary);--plasma-combobox-old-target-background-color:var(--surface-transparent-primary);--plasma-combobox-old-target-background-color-hover:var(--surface-transparent-primary-hover);--plasma-combobox-old-target-background-color-active:var(--surface-transparent-primary-active);--plasma-combobox-old-target-background-color-open:var(--surface-transparent-secondary);--plasma-combobox-old-background:var(--surface-solid-card-brightness);--plasma-combobox-old-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-old-item-background:transparent;--plasma-combobox-old-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-old-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-old-item-color:var(--text-primary);--plasma-combobox-old-item-content-left-color:var(--text-accent);--plasma-combobox-old-chip-close-icon-color:var(--text-secondary);--plasma-combobox-old-chip-color:var(--text-primary);--plasma-combobox-old-chip-background:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-hover:var(--text-primary);--plasma-combobox-old-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-old-chip-color-active:var(--text-primary);--plasma-combobox-old-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-old-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-readonly:var(--text-primary);--plasma-combobox-old-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-old-chip-opacity-readonly:0.72;--plasma-combobox-old-disabled-opacity:0.4;--plasma-combobox-old-focus-color:var(--surface-accent);}
@@ -6,7 +6,6 @@ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelper
6
6
  var css = require('@salutejs/plasma-new-hope/css');
7
7
  var React = require('react');
8
8
  var Combobox_config = require('./Combobox.config.js');
9
- var Combobox$1 = require('./Legacy/Combobox.js');
10
9
 
11
10
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
12
11
 
@@ -15,12 +14,7 @@ var React__default = /*#__PURE__*/_interopDefault(React);
15
14
  var mergedConfig = /*#__PURE__*/css.mergeConfig(css.comboboxNewConfig, Combobox_config.config);
16
15
  var ComboboxNew = /*#__PURE__*/css.component(mergedConfig);
17
16
  var ComboboxComponent = function ComboboxComponent(props, ref) {
18
- if (props.items) {
19
- return /*#__PURE__*/React__default.default.createElement(ComboboxNew, _rollupPluginBabelHelpers.extends({
20
- ref: ref
21
- }, props));
22
- }
23
- return /*#__PURE__*/React__default.default.createElement(Combobox$1.Combobox, _rollupPluginBabelHelpers.extends({
17
+ return /*#__PURE__*/React__default.default.createElement(ComboboxNew, _rollupPluginBabelHelpers.extends({
24
18
  ref: ref
25
19
  }, props));
26
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.js","sources":["../../../../../src-css/components/Combobox/Combobox.tsx"],"sourcesContent":["import {\n comboboxNewConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope/css';\nimport type { ComponentProps } from 'react';\nimport type { ComboboxItemOption, ComboboxProps, DistributiveOmit, DistributivePick } from '@salutejs/plasma-new-hope';\nimport React from 'react';\n\nimport { config } from './Combobox.config';\nimport { Combobox as ComboboxOld } from './Legacy';\n\nconst mergedConfig = mergeConfig(comboboxNewConfig, config);\nconst ComboboxNew = component(mergedConfig);\n\ntype PropsFromConfig = keyof typeof config['variations'];\n\ntype PropsOld = ComponentProps<typeof ComboboxOld> & { items?: never };\n\ntype PropsNew<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> &\n DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;\n\ntype CommonProps<T extends ComboboxItemOption> = PropsOld | PropsNew<T>;\n\nconst ComboboxComponent = <T extends ComboboxItemOption>(\n props: CommonProps<T>,\n ref: React.ForwardedRef<HTMLInputElement>,\n) => {\n if (props.items) {\n return <ComboboxNew ref={ref} {...(props as any)} />;\n }\n\n return <ComboboxOld ref={ref} {...props} />;\n};\n\nconst Combobox = fixedForwardRef(ComboboxComponent);\n\nexport { Combobox };\n"],"names":["mergedConfig","mergeConfig","comboboxNewConfig","config","ComboboxNew","component","ComboboxComponent","props","ref","items","React","createElement","_extends","ComboboxOld","Combobox","fixedForwardRef"],"mappings":";;;;;;;;;;;;;;AAaA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,qBAAiB,EAAEC,sBAAM,CAAC,CAAA;AAC3D,IAAMC,WAAW,gBAAGC,aAAS,CAACL,YAAY,CAAC,CAAA;AAW3C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CACnBC,KAAqB,EACrBC,GAAyC,EACxC;EACD,IAAID,KAAK,CAACE,KAAK,EAAE;AACb,IAAA,oBAAOC,sBAAA,CAAAC,aAAA,CAACP,WAAW,EAAAQ,iCAAA,CAAA;AAACJ,MAAAA,GAAG,EAAEA,GAAAA;KAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AACxD,GAAA;AAEA,EAAA,oBAAOG,sBAAA,CAAAC,aAAA,CAACE,mBAAW,EAAAD,iCAAA,CAAA;AAACJ,IAAAA,GAAG,EAAEA,GAAAA;GAASD,EAAAA,KAAK,CAAG,CAAC,CAAA;AAC/C,CAAC,CAAA;AAED,IAAMO,QAAQ,gBAAGC,mBAAe,CAACT,iBAAiB;;;;"}
1
+ {"version":3,"file":"Combobox.js","sources":["../../../../../src-css/components/Combobox/Combobox.tsx"],"sourcesContent":["import {\n comboboxNewConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope/css';\nimport type { ComponentProps } from 'react';\nimport type { ComboboxItemOption, ComboboxProps, DistributiveOmit, DistributivePick } from '@salutejs/plasma-new-hope';\nimport React from 'react';\n\nimport { config } from './Combobox.config';\n\nconst mergedConfig = mergeConfig(comboboxNewConfig, config);\nconst ComboboxNew = component(mergedConfig);\n\ntype PropsFromConfig = keyof typeof config['variations'];\n\ntype Props<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> &\n DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;\n\nconst ComboboxComponent = <T extends ComboboxItemOption>(\n props: Props<T>,\n ref: React.ForwardedRef<HTMLInputElement>,\n) => {\n return <ComboboxNew ref={ref} {...(props as any)} />;\n};\n\nconst Combobox = fixedForwardRef(ComboboxComponent);\n\nexport { Combobox };\n"],"names":["mergedConfig","mergeConfig","comboboxNewConfig","config","ComboboxNew","component","ComboboxComponent","props","ref","React","createElement","_extends","Combobox","fixedForwardRef"],"mappings":";;;;;;;;;;;;;AAYA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,qBAAiB,EAAEC,sBAAM,CAAC,CAAA;AAC3D,IAAMC,WAAW,gBAAGC,aAAS,CAACL,YAAY,CAAC,CAAA;AAO3C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CACnBC,KAAe,EACfC,GAAyC,EACxC;AACD,EAAA,oBAAOC,sBAAA,CAAAC,aAAA,CAACN,WAAW,EAAAO,iCAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA,GAAAA;GAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AACxD,CAAC,CAAA;AAED,IAAMK,QAAQ,gBAAGC,mBAAe,CAACP,iBAAiB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.js","sources":["../../../../../src-css/components/Dropdown/Dropdown.tsx"],"sourcesContent":["import { dropdownConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/css';\nimport type { DropdownItemOption, DropdownNewProps } from '@salutejs/plasma-new-hope';\nimport React, { ComponentProps, ForwardedRef } from 'react';\n\nimport { config } from './Dropdown.config';\n\nconst mergedConfig = mergeConfig(dropdownConfig, config);\nconst DropdownNewHope = component(mergedConfig);\n\nexport type DropdownProps<T extends DropdownItemOption> = Omit<DropdownNewProps<T>, 'size' | 'view'> &\n Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;\n\nconst DropdownComponent = <T extends DropdownItemOption>(\n props: DropdownProps<T>,\n ref: ForwardedRef<HTMLButtonElement>,\n) => {\n return <DropdownNewHope ref={ref} {...(props as any)} />;\n};\n\nconst Dropdown = fixedForwardRef(DropdownComponent);\n\nexport { Dropdown };\n"],"names":["mergedConfig","mergeConfig","dropdownConfig","config","DropdownNewHope","component","DropdownComponent","props","ref","React","createElement","_extends","Dropdown","fixedForwardRef"],"mappings":";;;;;;;;;;;;;AAMA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,kBAAc,EAAEC,sBAAM,CAAC,CAAA;AACxD,IAAMC,eAAe,gBAAGC,aAAS,CAACL,YAAY,CAAC,CAAA;AAK/C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CACnBC,KAAuB,EACvBC,GAAoC,EACnC;AACD,EAAA,oBAAOC,sBAAA,CAAAC,aAAA,CAACN,eAAe,EAAAO,iCAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA,GAAAA;GAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AAC5D,CAAC,CAAA;AAED,IAAMK,QAAQ,gBAAGC,mBAAe,CAACP,iBAAiB;;;;"}
1
+ {"version":3,"file":"Dropdown.js","sources":["../../../../../src-css/components/Dropdown/Dropdown.tsx"],"sourcesContent":["import { dropdownConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/css';\nimport type { DropdownItemOption, DropdownProps } from '@salutejs/plasma-new-hope';\nimport React, { ComponentProps, ForwardedRef } from 'react';\n\nimport { config } from './Dropdown.config';\n\nconst mergedConfig = mergeConfig(dropdownConfig, config);\nconst DropdownNewHope = component(mergedConfig);\n\ntype Props<T extends DropdownItemOption> = Omit<DropdownProps<T>, 'size' | 'view'> &\n Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;\n\nconst DropdownComponent = <T extends DropdownItemOption>(props: Props<T>, ref: ForwardedRef<HTMLButtonElement>) => {\n return <DropdownNewHope ref={ref} {...(props as any)} />;\n};\n\nconst Dropdown = fixedForwardRef(DropdownComponent);\n\nexport { Dropdown };\nexport type { Props as DropdownProps };\n"],"names":["mergedConfig","mergeConfig","dropdownConfig","config","DropdownNewHope","component","DropdownComponent","props","ref","React","createElement","_extends","Dropdown","fixedForwardRef"],"mappings":";;;;;;;;;;;;;AAMA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,kBAAc,EAAEC,sBAAM,CAAC,CAAA;AACxD,IAAMC,eAAe,gBAAGC,aAAS,CAACL,YAAY,CAAC,CAAA;AAK/C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAkCC,KAAe,EAAEC,GAAoC,EAAK;AAC/G,EAAA,oBAAOC,sBAAA,CAAAC,aAAA,CAACN,eAAe,EAAAO,iCAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA,GAAAA;GAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AAC5D,CAAC,CAAA;AAED,IAAMK,QAAQ,gBAAGC,mBAAe,CAACP,iBAAiB;;;;"}
@@ -223,12 +223,6 @@
223
223
  .CodeInput_config_u44tma_s1dk91qy__16249344{--plasma-codeinput-caption-gap:1.5rem;--plasma-codeinput-code-item-gap:0.25rem;--plasma-codeinput-separator-width:0.5rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-s-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codeinput-large-font-size:4rem;--plasma-codeinput-large-line-height:4.25rem;--plasma-codeinput-medium-font-size:3rem;--plasma-codeinput-medium-line-height:3.25rem;--plasma-codeinput-small-font-size:2.5rem;--plasma-codeinput-small-line-height:2.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h5-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h5-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h5-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h5-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h5-line-height);--plasma-codeinput-item-large-width:2.5rem;--plasma-codeinput-item-large-height:4.25rem;--plasma-codeinput-item-medium-width:2rem;--plasma-codeinput-item-medium-height:3.25rem;--plasma-codeinput-item-small-width:1.625rem;--plasma-codeinput-item-small-height:2.75rem;--plasma-codeinput-item-circle-border-width:0.063rem;--plasma-codeinput-item-circle-size:0.75rem;}
224
224
  .CodeInput_config_u44tma_t1gsvi3c__16249344{--plasma-codeinput-disabled-opacity:0.4;}
225
225
 
226
- .Combobox_config_1g2aukc_x1m2v3ds__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.5rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.5rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.375rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.5rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.375rem;--plasma-combobox-old-item-border-radius:0.375rem;--plasma-combobox-old-item-content-left-width:1.25rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.125rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.25rem;--plasma-combobox-old-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.25rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-arrow-right:0.5rem;--plasma-combobox-old-target-height:2rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.5rem;--plasma-combobox-old-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-old-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
227
- .Combobox_config_1g2aukc_snjir4d__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.625rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.75rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.75rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.75rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.75rem;--plasma-combobox-old-item-border-radius:0.5rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.25rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.75rem;--plasma-combobox-old-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-old-chip-clear-content-margin-left:0.375rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-arrow-right:0.75rem;--plasma-combobox-old-target-height:2.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.625rem;--plasma-combobox-old-target-padding:0 3rem 0 1rem;--plasma-combobox-old-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
228
- .Combobox_config_1g2aukc_m8yng6k__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.75rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.875rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.875rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.75rem;--plasma-combobox-old-item-padding-right:0.875rem;--plasma-combobox-old-item-padding-bottom:0.75rem;--plasma-combobox-old-item-padding-left:0.875rem;--plasma-combobox-old-item-border-radius:0.625rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.375rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.25rem;--plasma-combobox-old-chip-padding:0 0.875rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.5rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:0.875rem;--plasma-combobox-old-target-height:3rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.75rem;--plasma-combobox-old-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-old-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
229
- .Combobox_config_1g2aukc_l1t5xra2__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.875rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:1rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:1rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:1rem;--plasma-combobox-old-item-padding-right:1rem;--plasma-combobox-old-item-padding-bottom:1rem;--plasma-combobox-old-item-padding-left:1rem;--plasma-combobox-old-item-border-radius:0.75rem;--plasma-combobox-old-item-content-left-width:1.875rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-l-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.5rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.75rem;--plasma-combobox-old-chip-padding:0 0.75rem 0 1rem;--plasma-combobox-old-chip-clear-content-margin-left:0.625rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:1rem;--plasma-combobox-old-target-height:3.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.875rem;--plasma-combobox-old-target-padding:0 3.5rem 0 1.5rem;--plasma-combobox-old-target-padding-has-chips:0 3.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-s-line-height);}
230
- .Combobox_config_1g2aukc_d1i24k0f__79d0709b{--plasma-combobox-old-target-color:var(--text-primary);--plasma-combobox-old-target-label-color:var(--text-secondary);--plasma-combobox-old-target-arrow-color:var(--text-secondary);--plasma-combobox-old-target-background-color:var(--surface-transparent-primary);--plasma-combobox-old-target-background-color-hover:var(--surface-transparent-primary-hover);--plasma-combobox-old-target-background-color-active:var(--surface-transparent-primary-active);--plasma-combobox-old-target-background-color-open:var(--surface-transparent-secondary);--plasma-combobox-old-background:var(--surface-solid-card-brightness);--plasma-combobox-old-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-old-item-background:transparent;--plasma-combobox-old-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-old-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-old-item-color:var(--text-primary);--plasma-combobox-old-item-content-left-color:var(--text-accent);--plasma-combobox-old-chip-close-icon-color:var(--text-secondary);--plasma-combobox-old-chip-color:var(--text-primary);--plasma-combobox-old-chip-background:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-hover:var(--text-primary);--plasma-combobox-old-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-old-chip-color-active:var(--text-primary);--plasma-combobox-old-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-old-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-readonly:var(--text-primary);--plasma-combobox-old-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-old-chip-opacity-readonly:0.72;--plasma-combobox-old-disabled-opacity:0.4;--plasma-combobox-old-focus-color:var(--surface-accent);}
231
-
232
226
  .Combobox_config_3j9rvm_d1scuc1k__d72ff51d{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-primary);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-primary);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-secondary);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-close-icons-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-chip-close-icons-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-textfield__hint-icon-color:var(--text-secondary);--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-item-icon-color:var(--text-accent);--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-checked-color:transparent;--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);}
233
227
  .Combobox_config_3j9rvm_p953oeh__d72ff51d{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-positive);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-positive);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-positive);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-positive);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-positive-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-positive);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-close-icons-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-chip-close-icons-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-textfield__hint-icon-color:var(--text-secondary);--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-item-icon-color:var(--text-accent);--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-checked-color:transparent;--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);}
234
228
  .Combobox_config_3j9rvm_wcllkda__d72ff51d{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-warning);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-warning);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-warning);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-warning);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-warning-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-warning);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-close-icons-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-chip-close-icons-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-textfield__hint-icon-color:var(--text-secondary);--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-item-icon-color:var(--text-accent);--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-checked-color:transparent;--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);}
@@ -320,12 +314,6 @@
320
314
  .Dropdown_config_c5ezhz_xa0vaum__a2447b58{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:10rem;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-item-height:1rem;--plasma-dropdown-item-padding:0.5rem;--plasma-dropdown-item-padding-tight:0.25rem 0.5rem;--plasma-dropdown-item-border-radius:0.375rem;--plasma-dropdown-divider-margin-top:0.25rem;--plasma-dropdown-divider-margin-right:0.5rem;--plasma-dropdown-divider-margin-bottom:0.25rem;--plasma-dropdown-divider-margin-left:0.5rem;--plasma-dropdown-divider-margin-top-tight:0.125rem;--plasma-dropdown-divider-margin-bottom-tight:0.125rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-dropdown-cell-padding:0rem;--plasma-dropdown-cell-padding-left-content:0rem;--plasma-dropdown-cell-padding-content:0rem;--plasma-dropdown-cell-padding-right-content:0rem;--plasma-dropdown-cell-textbox-gap:0.125rem;--plasma-dropdown-cell-gap:0.25rem;--plasma-dropdown-cell-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-cell-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-cell-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-cell-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-cell-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-cell-title-line-height:var(--plasma-typo-body-xs-line-height);}
321
315
  .Dropdown_config_c5ezhz_d4yof1a__a2447b58{--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-divider-color:var(--surface-transparent-tertiary);}
322
316
 
323
- .DropdownOld_config_1sm61um_xy53zv1__8f0d29f2{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.5625rem;--plasma-dropdown-item-padding-right:0.5rem;--plasma-dropdown-item-padding-bottom:0.5625rem;--plasma-dropdown-item-padding-left:0.5rem;--plasma-dropdown-item-border-radius:0.375rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-xs-line-height);}
324
- .DropdownOld_config_1sm61um_s1vd6y5w__8f0d29f2{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
325
- .DropdownOld_config_1sm61um_m10ep19h__8f0d29f2{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
326
- .DropdownOld_config_1sm61um_lq36nb2__8f0d29f2{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
327
- .DropdownOld_config_1sm61um_d148hya0__8f0d29f2{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-background:var(--surface-solid-card-brightness);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-item-background:transparent;--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-background-selected:inherit;--plasma-dropdown-item-color-selected:inherit;--plasma-dropdown-item-background-selected-hover:inherit;--plasma-dropdown-item-color-selected-hover:inherit;--plasma-dropdown-item-color:var(--text-primary);}
328
-
329
317
  .Dropzone_config_v0t4xn_ds0t3xw__e9692c03{--plasma-dropzone-background:var(--surface-solid-card);--plasma-dropzone-background-hover:var(--surface-solid-card-hover);--plasma-dropzone-overlay-color-active:var(--overlay-soft);--plasma-dropzone-border-color:var(--outline-solid-secondary);--plasma-dropzone-border-color-hover:var(--outline-solid-secondary-hover);--plasma-dropzone-border-color-active:var(--outline-accent);--plasma-dropzone-title-color:var(--text-primary);--plasma-dropzone-description-color:var(--text-secondary);}
330
318
  .Dropzone_config_v0t4xn_m1csu6ki__e9692c03{--plasma-dropzone-padding:1.5rem;--plasma-dropzone-border-radius:1.25rem;--plasma-dropzone-content-wrapper-gap:0.75rem;--plasma-dropzone-content-gap:0.375rem;--plasma-dropzone-content-column-gap:0.5rem;--plasma-dropzone-title-font-family:var(--plasma-typo-h4-font-family);--plasma-dropzone-title-font-size:var(--plasma-typo-h4-font-size);--plasma-dropzone-title-font-style:var(--plasma-typo-h4-font-style);--plasma-dropzone-title-font-weight:var(--plasma-typo-h4-bold-font-weight);--plasma-dropzone-title-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-dropzone-title-line-height:var(--plasma-typo-h4-line-height);--plasma-dropzone-description-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropzone-description-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropzone-description-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropzone-description-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-dropzone-description-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-dropzone-description-line-height:var(--plasma-typo-body-s-line-height);}
331
319
  .Dropzone_config_v0t4xn_t9mbsms__e9692c03{--plasma-dropzone-disabled-opacity:0.4;}
@@ -20,18 +20,13 @@ var Chip = require('./components/Chip/Chip.js');
20
20
  var ChipGroup = require('./components/ChipGroup/ChipGroup.js');
21
21
  var CodeField = require('./components/CodeField/CodeField.js');
22
22
  var CodeInput = require('./components/CodeInput/CodeInput.js');
23
- var Combobox = require('./components/Combobox/Legacy/Combobox.js');
24
- var Combobox$1 = require('./components/Combobox/Combobox.js');
23
+ var Combobox = require('./components/Combobox/Combobox.js');
25
24
  var Counter = require('./components/Counter/Counter.js');
26
25
  var DatePicker = require('./components/DatePicker/DatePicker.js');
27
26
  var DateTimePicker = require('./components/DateTimePicker/DateTimePicker.js');
28
27
  var Divider = require('./components/Divider/Divider.js');
29
28
  var Drawer = require('./components/Drawer/Drawer.js');
30
- var plasmaHope = require('@salutejs/plasma-hope');
31
29
  var Dropdown = require('./components/Dropdown/Dropdown.js');
32
- var DropdownItem = require('./components/Dropdown/components/DropdownItem.js');
33
- var DropdownPopup = require('./components/Dropdown/components/DropdownPopup.js');
34
- var DropdownList = require('./components/Dropdown/components/DropdownList.js');
35
30
  var Dropzone = require('./components/Dropzone/Dropzone.js');
36
31
  var Editable = require('./components/Editable/Editable.js');
37
32
  var EmbedIconButton = require('./components/EmbedIconButton/EmbedIconButton.js');
@@ -75,6 +70,7 @@ var TabsController = require('./components/Tabs/TabsController.js');
75
70
  var Tabs = require('./components/Tabs/Tabs.js');
76
71
  var TabItem = require('./components/Tabs/TabItem.js');
77
72
  var TextArea = require('./components/TextArea/TextArea.js');
73
+ var plasmaHope = require('@salutejs/plasma-hope');
78
74
  var TextField = require('./components/TextField/TextField.js');
79
75
  var TextFieldGroup = require('./components/TextFieldGroup/TextFieldGroup.js');
80
76
  var TextFieldSlider = require('./components/TextFieldSlider/TextFieldSlider.js');
@@ -355,12 +351,7 @@ exports.Chip = Chip.Chip;
355
351
  exports.ChipGroup = ChipGroup.ChipGroup;
356
352
  exports.CodeField = CodeField.CodeField;
357
353
  exports.CodeInput = CodeInput.CodeInput;
358
- exports.ComboboxDivider = Combobox.ComboboxDivider;
359
- exports.ComboboxFooter = Combobox.ComboboxFooter;
360
- exports.ComboboxGroup = Combobox.ComboboxGroup;
361
- exports.ComboboxHeader = Combobox.ComboboxHeader;
362
- exports.ComboboxItem = Combobox.ComboboxItem;
363
- exports.Combobox = Combobox$1.Combobox;
354
+ exports.Combobox = Combobox.Combobox;
364
355
  exports.Counter = Counter.Counter;
365
356
  exports.DatePicker = DatePicker.DatePicker;
366
357
  exports.DatePickerRange = DatePicker.DatePickerRange;
@@ -370,18 +361,7 @@ exports.Drawer = Drawer.Drawer;
370
361
  exports.DrawerContent = Drawer.DrawerContent;
371
362
  exports.DrawerFooter = Drawer.DrawerFooter;
372
363
  exports.DrawerHeader = Drawer.DrawerHeader;
373
- Object.defineProperty(exports, 'TextFieldView', {
374
- enumerable: true,
375
- get: function () { return plasmaHope.TextFieldView; }
376
- });
377
- Object.defineProperty(exports, 'withAssistiveDropdown', {
378
- enumerable: true,
379
- get: function () { return plasmaHope.withAssistiveDropdown; }
380
- });
381
364
  exports.Dropdown = Dropdown.Dropdown;
382
- exports.DropdownItem = DropdownItem.DropdownItem;
383
- exports.DropdownPopup = DropdownPopup.DropdownPopup;
384
- exports.DropdownList = DropdownList.DropdownList;
385
365
  exports.Dropzone = Dropzone.Dropzone;
386
366
  exports.Editable = Editable.Editable;
387
367
  exports.EmbedIconButton = EmbedIconButton.EmbedIconButton;
@@ -429,6 +409,10 @@ exports.Tabs = Tabs.Tabs;
429
409
  exports.IconTabItem = TabItem.IconTabItem;
430
410
  exports.TabItem = TabItem.TabItem;
431
411
  exports.TextArea = TextArea.TextArea;
412
+ Object.defineProperty(exports, 'TextFieldView', {
413
+ enumerable: true,
414
+ get: function () { return plasmaHope.TextFieldView; }
415
+ });
432
416
  exports.TextField = TextField.TextField;
433
417
  exports.TextFieldGroup = TextFieldGroup.TextFieldGroup;
434
418
  exports.TextFieldSlider = TextFieldSlider.TextFieldSlider;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,52 +1,3 @@
1
- function ownKeys(e, r) {
2
- var t = Object.keys(e);
3
- if (Object.getOwnPropertySymbols) {
4
- var o = Object.getOwnPropertySymbols(e);
5
- r && (o = o.filter(function (r) {
6
- return Object.getOwnPropertyDescriptor(e, r).enumerable;
7
- })), t.push.apply(t, o);
8
- }
9
- return t;
10
- }
11
- function _objectSpread2(e) {
12
- for (var r = 1; r < arguments.length; r++) {
13
- var t = null != arguments[r] ? arguments[r] : {};
14
- r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
15
- _defineProperty(e, r, t[r]);
16
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
17
- Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
18
- });
19
- }
20
- return e;
21
- }
22
- function _toPrimitive(t, r) {
23
- if ("object" != typeof t || !t) return t;
24
- var e = t[Symbol.toPrimitive];
25
- if (void 0 !== e) {
26
- var i = e.call(t, r || "default");
27
- if ("object" != typeof i) return i;
28
- throw new TypeError("@@toPrimitive must return a primitive value.");
29
- }
30
- return ("string" === r ? String : Number)(t);
31
- }
32
- function _toPropertyKey(t) {
33
- var i = _toPrimitive(t, "string");
34
- return "symbol" == typeof i ? i : i + "";
35
- }
36
- function _defineProperty(obj, key, value) {
37
- key = _toPropertyKey(key);
38
- if (key in obj) {
39
- Object.defineProperty(obj, key, {
40
- value: value,
41
- enumerable: true,
42
- configurable: true,
43
- writable: true
44
- });
45
- } else {
46
- obj[key] = value;
47
- }
48
- return obj;
49
- }
50
1
  function _extends() {
51
2
  _extends = Object.assign ? Object.assign.bind() : function (target) {
52
3
  for (var i = 1; i < arguments.length; i++) {
@@ -88,16 +39,6 @@ function _objectWithoutProperties(source, excluded) {
88
39
  }
89
40
  return target;
90
41
  }
91
- function _taggedTemplateLiteral(strings, raw) {
92
- if (!raw) {
93
- raw = strings.slice(0);
94
- }
95
- return Object.freeze(Object.defineProperties(strings, {
96
- raw: {
97
- value: Object.freeze(raw)
98
- }
99
- }));
100
- }
101
42
 
102
- export { _defineProperty as defineProperty, _extends as extends, _objectSpread2 as objectSpread2, _objectWithoutProperties as objectWithoutProperties, _objectWithoutPropertiesLoose as objectWithoutPropertiesLoose, _taggedTemplateLiteral as taggedTemplateLiteral, _toPrimitive as toPrimitive, _toPropertyKey as toPropertyKey };
43
+ export { _extends as extends, _objectWithoutProperties as objectWithoutProperties, _objectWithoutPropertiesLoose as objectWithoutPropertiesLoose };
103
44
  //# sourceMappingURL=_rollupPluginBabelHelpers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"_rollupPluginBabelHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -13,9 +13,3 @@
13
13
  .Combobox_config_3j9rvm_s148hhvf__d72ff51d{--plasma-combobox-textfield__tooltip-padding-top:0.5rem;--plasma-combobox-textfield__tooltip-padding-right:0.75rem;--plasma-combobox-textfield__tooltip-padding-bottom:0.5rem;--plasma-combobox-textfield__tooltip-padding-left:0.75rem;--plasma-combobox-textfield__tooltip-min-height:2rem;--plasma-combobox-textfield__tooltip-border-radius:0.5rem;--plasma-combobox-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-textfield__tooltip-content-left-margin:0.25rem;--plasma-combobox-textfield__tooltip-arrow-mask-width:1rem;--plasma-combobox-textfield__tooltip-arrow-mask-height:1rem;--plasma-combobox-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-combobox-textfield__tooltip-arrow-height:0.375rem;--plasma-combobox-textfield__tooltip-arrow-edge-margin:0.5625rem;}
14
14
  .Combobox_config_3j9rvm_t1k0np4c__d72ff51d{--plasma-combobox-new-textfield-disabled-opacity:0.4;}
15
15
  .Combobox_config_3j9rvm_thngngp__d72ff51d{--plasma-combobox-new-textfield-color-readonly:var(--text-primary);--plasma-combobox-new-textfield-readonly-opacity:0.1;--plasma-combobox-new-textfield-content-right-slot-opacity-readonly:0.4;--plasma-combobox-new-textfield-bg-color-readonly:var(--surface-transparent-primary);--plasma-combobox-new-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-left-helper-color-readonly:var(--text-secondary);--plasma-combobox-new-textfield-label-color-readonly:var(--text-primary);}
16
-
17
- .Combobox_config_1g2aukc_x1m2v3ds__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.5rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.5rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.375rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.5rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.375rem;--plasma-combobox-old-item-border-radius:0.375rem;--plasma-combobox-old-item-content-left-width:1.25rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.125rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.25rem;--plasma-combobox-old-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.25rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-arrow-right:0.5rem;--plasma-combobox-old-target-height:2rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.5rem;--plasma-combobox-old-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-old-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
18
- .Combobox_config_1g2aukc_snjir4d__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.625rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.75rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.75rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.75rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.75rem;--plasma-combobox-old-item-border-radius:0.5rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.25rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.75rem;--plasma-combobox-old-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-old-chip-clear-content-margin-left:0.375rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-arrow-right:0.75rem;--plasma-combobox-old-target-height:2.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.625rem;--plasma-combobox-old-target-padding:0 3rem 0 1rem;--plasma-combobox-old-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
19
- .Combobox_config_1g2aukc_m8yng6k__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.75rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.875rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.875rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.75rem;--plasma-combobox-old-item-padding-right:0.875rem;--plasma-combobox-old-item-padding-bottom:0.75rem;--plasma-combobox-old-item-padding-left:0.875rem;--plasma-combobox-old-item-border-radius:0.625rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.375rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.25rem;--plasma-combobox-old-chip-padding:0 0.875rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.5rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:0.875rem;--plasma-combobox-old-target-height:3rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.75rem;--plasma-combobox-old-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-old-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
20
- .Combobox_config_1g2aukc_l1t5xra2__79d0709b{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.875rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:1rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:1rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:1rem;--plasma-combobox-old-item-padding-right:1rem;--plasma-combobox-old-item-padding-bottom:1rem;--plasma-combobox-old-item-padding-left:1rem;--plasma-combobox-old-item-border-radius:0.75rem;--plasma-combobox-old-item-content-left-width:1.875rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-l-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.5rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.75rem;--plasma-combobox-old-chip-padding:0 0.75rem 0 1rem;--plasma-combobox-old-chip-clear-content-margin-left:0.625rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:1rem;--plasma-combobox-old-target-height:3.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.875rem;--plasma-combobox-old-target-padding:0 3.5rem 0 1.5rem;--plasma-combobox-old-target-padding-has-chips:0 3.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-s-line-height);}
21
- .Combobox_config_1g2aukc_d1i24k0f__79d0709b{--plasma-combobox-old-target-color:var(--text-primary);--plasma-combobox-old-target-label-color:var(--text-secondary);--plasma-combobox-old-target-arrow-color:var(--text-secondary);--plasma-combobox-old-target-background-color:var(--surface-transparent-primary);--plasma-combobox-old-target-background-color-hover:var(--surface-transparent-primary-hover);--plasma-combobox-old-target-background-color-active:var(--surface-transparent-primary-active);--plasma-combobox-old-target-background-color-open:var(--surface-transparent-secondary);--plasma-combobox-old-background:var(--surface-solid-card-brightness);--plasma-combobox-old-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-old-item-background:transparent;--plasma-combobox-old-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-old-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-old-item-color:var(--text-primary);--plasma-combobox-old-item-content-left-color:var(--text-accent);--plasma-combobox-old-chip-close-icon-color:var(--text-secondary);--plasma-combobox-old-chip-color:var(--text-primary);--plasma-combobox-old-chip-background:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-hover:var(--text-primary);--plasma-combobox-old-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-old-chip-color-active:var(--text-primary);--plasma-combobox-old-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-old-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-readonly:var(--text-primary);--plasma-combobox-old-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-old-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-old-chip-opacity-readonly:0.72;--plasma-combobox-old-disabled-opacity:0.4;--plasma-combobox-old-focus-color:var(--surface-accent);}
@@ -2,17 +2,11 @@ import { extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js
2
2
  import { fixedForwardRef, component, mergeConfig, comboboxNewConfig } from '@salutejs/plasma-new-hope/css';
3
3
  import React from 'react';
4
4
  import { config } from './Combobox.config.js';
5
- import { Combobox as Combobox$1 } from './Legacy/Combobox.js';
6
5
 
7
6
  var mergedConfig = /*#__PURE__*/mergeConfig(comboboxNewConfig, config);
8
7
  var ComboboxNew = /*#__PURE__*/component(mergedConfig);
9
8
  var ComboboxComponent = function ComboboxComponent(props, ref) {
10
- if (props.items) {
11
- return /*#__PURE__*/React.createElement(ComboboxNew, _extends({
12
- ref: ref
13
- }, props));
14
- }
15
- return /*#__PURE__*/React.createElement(Combobox$1, _extends({
9
+ return /*#__PURE__*/React.createElement(ComboboxNew, _extends({
16
10
  ref: ref
17
11
  }, props));
18
12
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.js","sources":["../../../../../src-css/components/Combobox/Combobox.tsx"],"sourcesContent":["import {\n comboboxNewConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope/css';\nimport type { ComponentProps } from 'react';\nimport type { ComboboxItemOption, ComboboxProps, DistributiveOmit, DistributivePick } from '@salutejs/plasma-new-hope';\nimport React from 'react';\n\nimport { config } from './Combobox.config';\nimport { Combobox as ComboboxOld } from './Legacy';\n\nconst mergedConfig = mergeConfig(comboboxNewConfig, config);\nconst ComboboxNew = component(mergedConfig);\n\ntype PropsFromConfig = keyof typeof config['variations'];\n\ntype PropsOld = ComponentProps<typeof ComboboxOld> & { items?: never };\n\ntype PropsNew<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> &\n DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;\n\ntype CommonProps<T extends ComboboxItemOption> = PropsOld | PropsNew<T>;\n\nconst ComboboxComponent = <T extends ComboboxItemOption>(\n props: CommonProps<T>,\n ref: React.ForwardedRef<HTMLInputElement>,\n) => {\n if (props.items) {\n return <ComboboxNew ref={ref} {...(props as any)} />;\n }\n\n return <ComboboxOld ref={ref} {...props} />;\n};\n\nconst Combobox = fixedForwardRef(ComboboxComponent);\n\nexport { Combobox };\n"],"names":["mergedConfig","mergeConfig","comboboxNewConfig","config","ComboboxNew","component","ComboboxComponent","props","ref","items","React","createElement","_extends","ComboboxOld","Combobox","fixedForwardRef"],"mappings":";;;;;;AAaA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,iBAAiB,EAAEC,MAAM,CAAC,CAAA;AAC3D,IAAMC,WAAW,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;AAW3C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CACnBC,KAAqB,EACrBC,GAAyC,EACxC;EACD,IAAID,KAAK,CAACE,KAAK,EAAE;AACb,IAAA,oBAAOC,KAAA,CAAAC,aAAA,CAACP,WAAW,EAAAQ,QAAA,CAAA;AAACJ,MAAAA,GAAG,EAAEA,GAAAA;KAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AACxD,GAAA;AAEA,EAAA,oBAAOG,KAAA,CAAAC,aAAA,CAACE,UAAW,EAAAD,QAAA,CAAA;AAACJ,IAAAA,GAAG,EAAEA,GAAAA;GAASD,EAAAA,KAAK,CAAG,CAAC,CAAA;AAC/C,CAAC,CAAA;AAED,IAAMO,QAAQ,gBAAGC,eAAe,CAACT,iBAAiB;;;;"}
1
+ {"version":3,"file":"Combobox.js","sources":["../../../../../src-css/components/Combobox/Combobox.tsx"],"sourcesContent":["import {\n comboboxNewConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope/css';\nimport type { ComponentProps } from 'react';\nimport type { ComboboxItemOption, ComboboxProps, DistributiveOmit, DistributivePick } from '@salutejs/plasma-new-hope';\nimport React from 'react';\n\nimport { config } from './Combobox.config';\n\nconst mergedConfig = mergeConfig(comboboxNewConfig, config);\nconst ComboboxNew = component(mergedConfig);\n\ntype PropsFromConfig = keyof typeof config['variations'];\n\ntype Props<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> &\n DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;\n\nconst ComboboxComponent = <T extends ComboboxItemOption>(\n props: Props<T>,\n ref: React.ForwardedRef<HTMLInputElement>,\n) => {\n return <ComboboxNew ref={ref} {...(props as any)} />;\n};\n\nconst Combobox = fixedForwardRef(ComboboxComponent);\n\nexport { Combobox };\n"],"names":["mergedConfig","mergeConfig","comboboxNewConfig","config","ComboboxNew","component","ComboboxComponent","props","ref","React","createElement","_extends","Combobox","fixedForwardRef"],"mappings":";;;;;AAYA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,iBAAiB,EAAEC,MAAM,CAAC,CAAA;AAC3D,IAAMC,WAAW,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;AAO3C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CACnBC,KAAe,EACfC,GAAyC,EACxC;AACD,EAAA,oBAAOC,KAAA,CAAAC,aAAA,CAACN,WAAW,EAAAO,QAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA,GAAAA;GAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AACxD,CAAC,CAAA;AAED,IAAMK,QAAQ,gBAAGC,eAAe,CAACP,iBAAiB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.js","sources":["../../../../../src-css/components/Dropdown/Dropdown.tsx"],"sourcesContent":["import { dropdownConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/css';\nimport type { DropdownItemOption, DropdownNewProps } from '@salutejs/plasma-new-hope';\nimport React, { ComponentProps, ForwardedRef } from 'react';\n\nimport { config } from './Dropdown.config';\n\nconst mergedConfig = mergeConfig(dropdownConfig, config);\nconst DropdownNewHope = component(mergedConfig);\n\nexport type DropdownProps<T extends DropdownItemOption> = Omit<DropdownNewProps<T>, 'size' | 'view'> &\n Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;\n\nconst DropdownComponent = <T extends DropdownItemOption>(\n props: DropdownProps<T>,\n ref: ForwardedRef<HTMLButtonElement>,\n) => {\n return <DropdownNewHope ref={ref} {...(props as any)} />;\n};\n\nconst Dropdown = fixedForwardRef(DropdownComponent);\n\nexport { Dropdown };\n"],"names":["mergedConfig","mergeConfig","dropdownConfig","config","DropdownNewHope","component","DropdownComponent","props","ref","React","createElement","_extends","Dropdown","fixedForwardRef"],"mappings":";;;;;AAMA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,cAAc,EAAEC,MAAM,CAAC,CAAA;AACxD,IAAMC,eAAe,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;AAK/C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CACnBC,KAAuB,EACvBC,GAAoC,EACnC;AACD,EAAA,oBAAOC,KAAA,CAAAC,aAAA,CAACN,eAAe,EAAAO,QAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA,GAAAA;GAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AAC5D,CAAC,CAAA;AAED,IAAMK,QAAQ,gBAAGC,eAAe,CAACP,iBAAiB;;;;"}
1
+ {"version":3,"file":"Dropdown.js","sources":["../../../../../src-css/components/Dropdown/Dropdown.tsx"],"sourcesContent":["import { dropdownConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/css';\nimport type { DropdownItemOption, DropdownProps } from '@salutejs/plasma-new-hope';\nimport React, { ComponentProps, ForwardedRef } from 'react';\n\nimport { config } from './Dropdown.config';\n\nconst mergedConfig = mergeConfig(dropdownConfig, config);\nconst DropdownNewHope = component(mergedConfig);\n\ntype Props<T extends DropdownItemOption> = Omit<DropdownProps<T>, 'size' | 'view'> &\n Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;\n\nconst DropdownComponent = <T extends DropdownItemOption>(props: Props<T>, ref: ForwardedRef<HTMLButtonElement>) => {\n return <DropdownNewHope ref={ref} {...(props as any)} />;\n};\n\nconst Dropdown = fixedForwardRef(DropdownComponent);\n\nexport { Dropdown };\nexport type { Props as DropdownProps };\n"],"names":["mergedConfig","mergeConfig","dropdownConfig","config","DropdownNewHope","component","DropdownComponent","props","ref","React","createElement","_extends","Dropdown","fixedForwardRef"],"mappings":";;;;;AAMA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,cAAc,EAAEC,MAAM,CAAC,CAAA;AACxD,IAAMC,eAAe,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;AAK/C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAkCC,KAAe,EAAEC,GAAoC,EAAK;AAC/G,EAAA,oBAAOC,KAAA,CAAAC,aAAA,CAACN,eAAe,EAAAO,QAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA,GAAAA;GAAUD,EAAAA,KAAK,CAAW,CAAC,CAAA;AAC5D,CAAC,CAAA;AAED,IAAMK,QAAQ,gBAAGC,eAAe,CAACP,iBAAiB;;;;"}