@salutejs/plasma-web 1.389.0-dev.0 → 1.390.0-canary.1406.10687974550.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. package/api/plasma-web.api.md +93 -18
  2. package/components/Combobox/ComboboxNew/Combobox.config.d.ts +31 -0
  3. package/components/Combobox/ComboboxNew/Combobox.config.js +40 -0
  4. package/components/Combobox/ComboboxNew/Combobox.d.ts +35 -0
  5. package/components/Combobox/ComboboxNew/Combobox.js +10 -0
  6. package/components/Combobox/ComboboxNew/index.d.ts +1 -0
  7. package/components/Combobox/ComboboxNew/index.js +12 -0
  8. package/components/Combobox/ComboboxOld/Combobox.config.js +26 -0
  9. package/components/Combobox/{Combobox.d.ts → ComboboxOld/Combobox.d.ts} +6 -6
  10. package/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +1 -1
  11. package/components/Combobox/ComboboxOld/index.d.ts +1 -0
  12. package/components/Combobox/ComboboxOld/index.js +42 -0
  13. package/components/Combobox/index.d.ts +93 -2
  14. package/components/Combobox/index.js +23 -12
  15. package/components/Drawer/Drawer.d.ts +1 -1
  16. package/components/Select/Select.d.ts +8 -4
  17. package/css/cjs/components/Combobox/ComboboxNew/Combobox.config.js +39 -0
  18. package/css/cjs/components/Combobox/ComboboxNew/Combobox.config.js.map +1 -0
  19. package/css/cjs/components/Combobox/ComboboxNew/Combobox.config_1bx709p.css +12 -0
  20. package/css/cjs/components/Combobox/ComboboxNew/Combobox.css +12 -0
  21. package/css/cjs/components/Combobox/ComboboxNew/Combobox.js +12 -0
  22. package/css/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -0
  23. package/css/cjs/components/Combobox/{Combobox.config.js → ComboboxOld/Combobox.config.js} +6 -6
  24. package/css/cjs/components/Combobox/ComboboxOld/Combobox.config.js.map +1 -0
  25. package/css/cjs/components/Combobox/ComboboxOld/Combobox.config_w36spd.css +5 -0
  26. package/css/cjs/components/Combobox/ComboboxOld/Combobox.css +5 -0
  27. package/css/cjs/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +1 -1
  28. package/css/cjs/components/Combobox/ComboboxOld/Combobox.js.map +1 -0
  29. package/css/cjs/components/Combobox/index.css +18 -0
  30. package/css/cjs/components/Combobox/index.js +27 -0
  31. package/css/cjs/components/Combobox/index.js.map +1 -0
  32. package/css/cjs/index.css +18 -5
  33. package/css/cjs/index.js +22 -21
  34. package/css/cjs/index.js.map +1 -1
  35. package/css/es/components/Combobox/ComboboxNew/Combobox.config.js +35 -0
  36. package/css/es/components/Combobox/ComboboxNew/Combobox.config.js.map +1 -0
  37. package/css/es/components/Combobox/ComboboxNew/Combobox.config_1bx709p.css +12 -0
  38. package/css/es/components/Combobox/ComboboxNew/Combobox.css +12 -0
  39. package/css/es/components/Combobox/ComboboxNew/Combobox.js +8 -0
  40. package/css/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -0
  41. package/css/es/components/Combobox/{Combobox.config.js → ComboboxOld/Combobox.config.js} +6 -6
  42. package/css/es/components/Combobox/ComboboxOld/Combobox.config.js.map +1 -0
  43. package/css/es/components/Combobox/ComboboxOld/Combobox.config_w36spd.css +5 -0
  44. package/css/es/components/Combobox/ComboboxOld/Combobox.css +5 -0
  45. package/css/es/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +2 -2
  46. package/css/es/components/Combobox/ComboboxOld/Combobox.js.map +1 -0
  47. package/css/es/components/Combobox/index.css +18 -0
  48. package/css/es/components/Combobox/index.js +19 -0
  49. package/css/es/components/Combobox/index.js.map +1 -0
  50. package/css/es/index.css +18 -5
  51. package/css/es/index.js +2 -1
  52. package/css/es/index.js.map +1 -1
  53. package/es/components/Combobox/ComboboxNew/Combobox.config.js +34 -0
  54. package/es/components/Combobox/ComboboxNew/Combobox.js +4 -0
  55. package/es/components/Combobox/ComboboxNew/index.js +1 -0
  56. package/es/components/Combobox/{Combobox.config.js → ComboboxOld/Combobox.config.js} +1 -1
  57. package/es/components/Combobox/{Combobox.js → ComboboxOld/Combobox.js} +2 -2
  58. package/es/components/Combobox/ComboboxOld/index.js +1 -0
  59. package/es/components/Combobox/index.js +16 -1
  60. package/package.json +3 -3
  61. package/temp/plasma-web.api.md +2765 -0
  62. package/components/Combobox/Combobox.config.js +0 -26
  63. package/css/cjs/components/Combobox/Combobox.config.js.map +0 -1
  64. package/css/cjs/components/Combobox/Combobox.config_1xa4b1s.css +0 -5
  65. package/css/cjs/components/Combobox/Combobox.css +0 -5
  66. package/css/cjs/components/Combobox/Combobox.js.map +0 -1
  67. package/css/es/components/Combobox/Combobox.config.js.map +0 -1
  68. package/css/es/components/Combobox/Combobox.config_1xa4b1s.css +0 -5
  69. package/css/es/components/Combobox/Combobox.css +0 -5
  70. package/css/es/components/Combobox/Combobox.js.map +0 -1
  71. /package/components/Combobox/{Combobox.config.d.ts → ComboboxOld/Combobox.config.d.ts} +0 -0
@@ -1,2 +1,93 @@
1
- export { Combobox, ComboboxDivider, ComboboxFooter, ComboboxGroup, ComboboxHeader, ComboboxItem } from './Combobox';
2
- export type { ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
1
+ import React from 'react';
2
+ export { ComboboxDivider, ComboboxFooter, ComboboxGroup, ComboboxHeader, ComboboxItem } from './ComboboxOld';
3
+ export type { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
4
+ declare const Combobox: React.ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
5
+ view: {
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ };
11
+ size: {
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ };
17
+ labelPlacement: {
18
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ };
21
+ disabled: {
22
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ };
24
+ readOnly: {
25
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ };
27
+ }> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
28
+ multiple?: false | undefined;
29
+ value?: string | undefined;
30
+ onChange?: ((value: string) => void) | undefined;
31
+ isTargetAmount?: false | undefined;
32
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
33
+ view: {
34
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
+ };
39
+ size: {
40
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
+ };
45
+ labelPlacement: {
46
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
48
+ };
49
+ disabled: {
50
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
51
+ };
52
+ readOnly: {
53
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
54
+ };
55
+ }> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
56
+ multiple: true;
57
+ value?: string[] | undefined;
58
+ onChange?: ((value: string[]) => void) | undefined;
59
+ isTargetAmount?: boolean | undefined;
60
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
61
+ size: {
62
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
63
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
64
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
65
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
66
+ };
67
+ view: {
68
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
69
+ };
70
+ }> & Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
71
+ valueType?: "single" | undefined;
72
+ value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined;
73
+ onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined) => void) | undefined;
74
+ } & React.RefAttributes<HTMLInputElement> & {
75
+ items?: undefined;
76
+ }, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
77
+ size: {
78
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
79
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
80
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
81
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
82
+ };
83
+ view: {
84
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
85
+ };
86
+ }> & Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
87
+ valueType: "multiple";
88
+ value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined;
89
+ onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
90
+ } & React.RefAttributes<HTMLInputElement> & {
91
+ items?: undefined;
92
+ }, "ref">) & React.RefAttributes<HTMLInputElement>>;
93
+ export { Combobox };
@@ -1,42 +1,53 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
- Object.defineProperty(exports, "Combobox", {
7
- enumerable: true,
8
- get: function get() {
9
- return _Combobox.Combobox;
10
- }
11
- });
7
+ exports.Combobox = void 0;
12
8
  Object.defineProperty(exports, "ComboboxDivider", {
13
9
  enumerable: true,
14
10
  get: function get() {
15
- return _Combobox.ComboboxDivider;
11
+ return _ComboboxOld.ComboboxDivider;
16
12
  }
17
13
  });
18
14
  Object.defineProperty(exports, "ComboboxFooter", {
19
15
  enumerable: true,
20
16
  get: function get() {
21
- return _Combobox.ComboboxFooter;
17
+ return _ComboboxOld.ComboboxFooter;
22
18
  }
23
19
  });
24
20
  Object.defineProperty(exports, "ComboboxGroup", {
25
21
  enumerable: true,
26
22
  get: function get() {
27
- return _Combobox.ComboboxGroup;
23
+ return _ComboboxOld.ComboboxGroup;
28
24
  }
29
25
  });
30
26
  Object.defineProperty(exports, "ComboboxHeader", {
31
27
  enumerable: true,
32
28
  get: function get() {
33
- return _Combobox.ComboboxHeader;
29
+ return _ComboboxOld.ComboboxHeader;
34
30
  }
35
31
  });
36
32
  Object.defineProperty(exports, "ComboboxItem", {
37
33
  enumerable: true,
38
34
  get: function get() {
39
- return _Combobox.ComboboxItem;
35
+ return _ComboboxOld.ComboboxItem;
40
36
  }
41
37
  });
42
- var _Combobox = /*#__PURE__*/require("./Combobox");
38
+ var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
39
+ var _ComboboxOld = /*#__PURE__*/require("./ComboboxOld");
40
+ var _ComboboxNew = /*#__PURE__*/require("./ComboboxNew");
41
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
42
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
43
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
44
+ var Combobox = exports.Combobox = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
45
+ if (props.items) {
46
+ return /*#__PURE__*/_react["default"].createElement(_ComboboxNew.Combobox, _extends({
47
+ ref: ref
48
+ }, props));
49
+ }
50
+ return /*#__PURE__*/_react["default"].createElement(_ComboboxOld.Combobox, _extends({
51
+ ref: ref
52
+ }, props));
53
+ });
@@ -14,7 +14,7 @@ export declare const Drawer: import("react").FunctionComponent<import("@salutejs
14
14
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
15
  };
16
16
  }> & import("@salutejs/plasma-new-hope/styled-components").PopupProps & import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
17
- placement?: "top" | "bottom" | "right" | "left" | undefined;
17
+ placement?: "top" | "right" | "bottom" | "left" | undefined;
18
18
  asModal?: boolean | undefined;
19
19
  withBlur?: boolean | undefined;
20
20
  closeOnEsc?: boolean | undefined;
@@ -49,7 +49,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
49
49
  isOpen?: boolean | undefined;
50
50
  isTargetAmount?: boolean | undefined;
51
51
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode | import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode[]) => import("react").ReactNode) | undefined;
52
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
52
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
53
53
  label?: string | undefined;
54
54
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
55
55
  variant?: "normal" | "tight" | undefined;
@@ -57,6 +57,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
57
57
  portal?: string | import("react").RefObject<HTMLElement> | undefined;
58
58
  renderValue?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => string) | undefined;
59
59
  renderItem?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => import("react").ReactNode) | undefined;
60
+ closeAfterSelect?: boolean | undefined;
60
61
  size?: string | undefined;
61
62
  view?: string | undefined;
62
63
  chipView?: string | undefined;
@@ -86,7 +87,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
86
87
  isOpen?: boolean | undefined;
87
88
  isTargetAmount?: boolean | undefined;
88
89
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode | import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode[]) => import("react").ReactNode) | undefined;
89
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
90
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
90
91
  label?: string | undefined;
91
92
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
92
93
  variant?: "normal" | "tight" | undefined;
@@ -94,6 +95,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
94
95
  portal?: string | import("react").RefObject<HTMLElement> | undefined;
95
96
  renderValue?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => string) | undefined;
96
97
  renderItem?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => import("react").ReactNode) | undefined;
98
+ closeAfterSelect?: boolean | undefined;
97
99
  size?: string | undefined;
98
100
  view?: string | undefined;
99
101
  chipView?: string | undefined;
@@ -123,7 +125,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
123
125
  isOpen?: boolean | undefined;
124
126
  isTargetAmount?: boolean | undefined;
125
127
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode | import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode[]) => import("react").ReactNode) | undefined;
126
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
128
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
127
129
  label?: string | undefined;
128
130
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
129
131
  variant?: "normal" | "tight" | undefined;
@@ -131,6 +133,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
131
133
  portal?: string | import("react").RefObject<HTMLElement> | undefined;
132
134
  renderValue?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => string) | undefined;
133
135
  renderItem?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => import("react").ReactNode) | undefined;
136
+ closeAfterSelect?: boolean | undefined;
134
137
  size?: string | undefined;
135
138
  view?: string | undefined;
136
139
  chipView?: string | undefined;
@@ -160,7 +163,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
160
163
  isOpen?: boolean | undefined;
161
164
  isTargetAmount?: boolean | undefined;
162
165
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode | import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode[]) => import("react").ReactNode) | undefined;
163
- placement?: ("auto" | ("top" | "bottom" | "right" | "left")) | ("top" | "bottom" | "right" | "left")[] | undefined;
166
+ placement?: ("auto" | ("top" | "right" | "bottom" | "left")) | ("top" | "right" | "bottom" | "left")[] | undefined;
164
167
  label?: string | undefined;
165
168
  onScrollBottom?: ((e: import("react").UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
166
169
  variant?: "normal" | "tight" | undefined;
@@ -168,6 +171,7 @@ declare const Select: import("react").FunctionComponent<import("@salutejs/plasma
168
171
  portal?: string | import("react").RefObject<HTMLElement> | undefined;
169
172
  renderValue?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => string) | undefined;
170
173
  renderItem?: ((item: import("@salutejs/plasma-new-hope/types/components/Select/ui/Inner/ui/Item/Item.types").MergedDropdownNode) => import("react").ReactNode) | undefined;
174
+ closeAfterSelect?: boolean | undefined;
171
175
  size?: string | undefined;
172
176
  view?: string | undefined;
173
177
  chipView?: string | undefined;
@@ -0,0 +1,39 @@
1
+ import './Combobox.config_1bx709p.css';
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, '__esModule', { value: true });
5
+
6
+ var config = {
7
+ defaults: {
8
+ view: 'default',
9
+ size: 'm',
10
+ labelPlacement: 'outer'
11
+ },
12
+ variations: {
13
+ view: {
14
+ "default": "dpyi7rv",
15
+ positive: "p4pr78",
16
+ warning: "w1qmqf0y",
17
+ negative: "nhtcqag"
18
+ },
19
+ size: {
20
+ l: "l1jmp79k",
21
+ m: "m1unrmtr",
22
+ s: "sd4ooyg",
23
+ xs: "x9yefpq"
24
+ },
25
+ labelPlacement: {
26
+ inner: "idmekls",
27
+ outer: "o1bszslk"
28
+ },
29
+ disabled: {
30
+ "true": "t1epzmrw"
31
+ },
32
+ readOnly: {
33
+ "true": "t1id8dy3"
34
+ }
35
+ }
36
+ };
37
+
38
+ exports.config = config;
39
+ //# sourceMappingURL=Combobox.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.config.js","sources":["../../../../../src-css/components/Combobox/ComboboxNew/Combobox.config.ts"],"sourcesContent":["import { css, comboboxNewTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n labelPlacement: 'outer',\n },\n variations: {\n view: {\n default: css`\n ${tokens.textFieldColor}: var(--text-primary);\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-primary);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-secondary);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n `,\n positive: css`\n ${tokens.textFieldColor}: var(--plasma-colors-primary);\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-positive);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-positive-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-positive);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n `,\n warning: css`\n ${tokens.textFieldColor}: var(--plasma-colors-primary);\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-warning);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-warning-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-warning);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n `,\n negative: css`\n ${tokens.textFieldColor}: var(--plasma-colors-primary);\n ${tokens.textFieldBackgroundColor}: var(--surface-transparent-negative);\n ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-negative-active);\n ${tokens.textFieldCaretColor}: var(--text-accent);\n ${tokens.textFieldPlaceholderColor}: var(--text-secondary);\n ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);\n ${tokens.textFieldTextAfterColor}: var(--text-tertiary);\n ${tokens.textFieldLabelColor}: var(--text-primary);\n ${tokens.textFieldLeftHelperColor}: var(--text-negative);\n ${tokens.textFieldFocusColor}: var(--text-accent);\n\n ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);\n ${tokens.textFieldChipColor}: var(--text-primary);\n ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorHover}: var(--text-primary);\n ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.textFieldChipColorActive}: var(--text-primary);\n ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnly}: var(--text-primary);\n ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);\n ${tokens.textFieldChipOpacityReadonly}: 0.72;\n `,\n },\n size: {\n l: css`\n ${tokens.textFieldHeight}: 3.5rem;\n ${tokens.textFieldPadding}: 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.875rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.75rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.5625rem 0 0.125rem 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.5rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 2.75rem;\n ${tokens.textFieldChipPaddingRight}: 0.75rem;\n ${tokens.textFieldChipPaddingLeft}: 1rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.625rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1.5rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.875rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 1rem 1rem 1rem 0.875rem;\n ${tokens.itemPaddingTight}: 0.75rem 1rem 0.75rem 0.875rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemIconMargin}: 0 0.5rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n m: css`\n ${tokens.textFieldHeight}: 3rem;\n ${tokens.textFieldPadding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.75rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.125rem 0.375rem -0.125rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.125rem -0.125rem -0.125rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.625rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.375rem 0 0.125rem 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.375rem 0 0.375rem 0;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.375rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 2.25rem;\n ${tokens.textFieldChipPaddingRight}: 0.625rem;\n ${tokens.textFieldChipPaddingLeft}: 0.875rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.5rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1.25rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.75rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.75rem 0.75rem 0.75rem 0.75rem;\n ${tokens.itemPaddingTight}: 0.5rem 0.75rem 0.5rem 0.75rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n s: css`\n ${tokens.textFieldHeight}: 2.5rem;\n ${tokens.textFieldPadding}: 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.625rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.1875rem -0.125rem -0.1875rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.5rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.25rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 1.75rem;\n ${tokens.textFieldChipPaddingRight}: 0.5rem;\n ${tokens.textFieldChipPaddingLeft}: 0.75rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.375rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 1rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.625rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.5rem 0.75rem 0.5rem 0.675rem;\n ${tokens.itemPaddingTight}: 0.25rem 0.75rem 0.25rem 0.675rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.25rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n xs: css`\n ${tokens.textFieldHeight}: 2rem;\n ${tokens.textFieldPadding}: 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ${tokens.textFieldPaddingWithChips}: 0.375rem;\n ${tokens.textFieldBorderRadius}: 0.5rem;\n\n ${tokens.textFieldLeftContentMargin}: -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ${tokens.textFieldRightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n\n ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.textFieldFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelOffset}: 0.375rem;\n ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLeftHelperOffset}: 0.25rem;\n ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.textFieldChipGap}: 0.25rem;\n ${tokens.textFieldChipBorderRadius}: 0.125rem;\n ${tokens.textFieldChipWidth}: auto;\n ${tokens.textFieldChipHeight}: 1.25rem;\n ${tokens.textFieldChipPaddingRight}: 0.375rem;\n ${tokens.textFieldChipPaddingLeft}: 0.625rem;\n ${tokens.textFieldChipClearContentMarginLeft}: 0.25rem;\n ${tokens.textFieldChipClearContentMarginRight}: 0rem;\n ${tokens.textFieldChipCloseIconSize}: 0.75rem;\n ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.padding}: 0.125rem;\n ${tokens.borderRadius}: 0.5rem;\n\n ${tokens.itemHeight}: 1.5rem;\n ${tokens.itemPadding}: 0.75rem 0.75rem 0.75rem 0.75rem;\n ${tokens.itemPaddingTight}: 0.5rem 0.75rem 0.5rem 0.75rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemIconMargin}: 0 0.375rem 0 0;\n ${tokens.itemIconSize}: 1.5rem;\n ${tokens.itemIconSizeTight}: 1.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerSizeTight}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderRadiusTight}: 0.375rem;\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxIconColor}: var(--on-dark-text-primary);\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n\n ${tokens.indicatorSize}: 0.375rem;\n `,\n },\n labelPlacement: {\n inner: css`\n ${tokens.textFieldPlaceholderColor}: var(--plasma-input-label-color, var(--plasma-input-placeholder-color, var(--plasma-colors-secondary)));\n ${tokens.textFieldLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.textFieldLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.textFieldLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.textFieldLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.textFieldLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.textFieldLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n outer: css``,\n },\n disabled: {\n true: css`\n ${tokens.textFieldDisabledOpacity}: 0.4;\n `,\n },\n readOnly: {\n true: css`\n ${tokens.textFieldColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldBackgroundColorReadOnly}: var(--surface-transparent-primary);\n ${tokens.textFieldPlaceholderColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldLeftHelperColorReadOnly}: var(--text-secondary);\n ${tokens.textFieldLabelColorReadOnly}: var(--text-secondary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","labelPlacement","variations","default","positive","warning","negative","l","m","s","xs","inner","outer","disabled","true","readOnly"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,cAAc,EAAE,OAAA;GACnB;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;AACFI,MAAAA,SAAAA,EAwBC,SAAA;AACDC,MAAAA,QAAQ,EAwBP,QAAA;AACDC,MAAAA,OAAO,EAwBN,UAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAyBX;AACDN,IAAAA,IAAI,EAAE;AACFO,MAAAA,CAAC,EAiFA,UAAA;AACDC,MAAAA,CAAC,EAiFA,UAAA;AACDC,MAAAA,CAAC,EAiFA,SAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;KAkFL;AACDT,IAAAA,cAAc,EAAE;AACZU,MAAAA,KAAK,EAQJ,SAAA;AACDC,MAAAA,KAAK,EAAA,UAAA;KACR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;KAGP;AACDC,IAAAA,QAAQ,EAAE;MACND,MAAI,EAAA,UAAA;AAOR,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -0,0 +1,12 @@
1
+ .dpyi7rv{--plasma-combobox-new-textfield-color:var(--text-primary);--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-placeholder-color:var(--text-secondary);--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-chip-close-icons-color: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-read-only:0.72;}
2
+ .p4pr78{--plasma-combobox-new-textfield-color:var(--plasma-colors-primary);--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-placeholder-color:var(--text-secondary);--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-chip-close-icons-color: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-read-only:0.72;}
3
+ .w1qmqf0y{--plasma-combobox-new-textfield-color:var(--plasma-colors-primary);--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-placeholder-color:var(--text-secondary);--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-chip-close-icons-color: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-read-only:0.72;}
4
+ .nhtcqag{--plasma-combobox-new-textfield-color:var(--plasma-colors-primary);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-negative);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-negative-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--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-negative);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-chip-close-icons-color: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-read-only:0.72;}
5
+ .l1jmp79k{--plasma-combobox-new-textfield-height:3.5rem;--plasma-combobox-new-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.875rem;--plasma-combobox-new-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-textfield__label-offset:0.75rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.5rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:2.75rem;--plasma-combobox-new-textfield-chip-padding-right:0.75rem;--plasma-combobox-new-textfield-chip-padding-left:1rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.625rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1.5rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.875rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:1rem 1rem 1rem 0.875rem;--plasma-combobox-item-padding-tight:0.75rem 1rem 0.75rem 0.875rem;--plasma-combobox-item-border-radius:0.75rem;--plasma-combobox-item-icon-margin:0 0.5rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
6
+ .m1unrmtr{--plasma-combobox-new-textfield-height:3rem;--plasma-combobox-new-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.75rem;--plasma-combobox-new-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-textfield__label-offset:0.625rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.375rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:2.25rem;--plasma-combobox-new-textfield-chip-padding-right:0.625rem;--plasma-combobox-new-textfield-chip-padding-left:0.875rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.5rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1.25rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.75rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.75rem 0.75rem 0.75rem 0.75rem;--plasma-combobox-item-padding-tight:0.5rem 0.75rem 0.5rem 0.75rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
7
+ .sd4ooyg{--plasma-combobox-new-textfield-height:2.5rem;--plasma-combobox-new-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.625rem;--plasma-combobox-new-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-textfield__label-offset:0.5rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.25rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:1.75rem;--plasma-combobox-new-textfield-chip-padding-right:0.5rem;--plasma-combobox-new-textfield-chip-padding-left:0.75rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.375rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.625rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.5rem 0.75rem 0.5rem 0.675rem;--plasma-combobox-item-padding-tight:0.25rem 0.75rem 0.25rem 0.675rem;--plasma-combobox-item-border-radius:0.5rem;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:0.875rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.25rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
8
+ .x9yefpq{--plasma-combobox-new-textfield-height:2rem;--plasma-combobox-new-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.5rem;--plasma-combobox-new-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield__label-offset:0.375rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.125rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:1.25rem;--plasma-combobox-new-textfield-chip-padding-right:0.375rem;--plasma-combobox-new-textfield-chip-padding-left:0.625rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.25rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:0.75rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.5rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.75rem 0.75rem 0.75rem 0.75rem;--plasma-combobox-item-padding-tight:0.5rem 0.75rem 0.5rem 0.75rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
9
+ .idmekls{--plasma-combobox-new-textfield-placeholder-color:var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--plasma-colors-secondary)));--plasma-combobox-new-textfield-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);}
10
+
11
+ .t1epzmrw{--plasma-combobox-new-textfield-disabled-opacity:0.4;}
12
+ .t1id8dy3{--plasma-combobox-new-textfield-color-readonly:var(--text-secondary);--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-secondary);}
@@ -0,0 +1,12 @@
1
+ .Combobox_config_1bx709p_dpyi7rv__0ab2b3e5{--plasma-combobox-new-textfield-color:var(--text-primary);--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-placeholder-color:var(--text-secondary);--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-chip-close-icons-color: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-read-only:0.72;}
2
+ .Combobox_config_1bx709p_p4pr78__0ab2b3e5{--plasma-combobox-new-textfield-color:var(--plasma-colors-primary);--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-placeholder-color:var(--text-secondary);--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-chip-close-icons-color: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-read-only:0.72;}
3
+ .Combobox_config_1bx709p_w1qmqf0y__0ab2b3e5{--plasma-combobox-new-textfield-color:var(--plasma-colors-primary);--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-placeholder-color:var(--text-secondary);--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-chip-close-icons-color: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-read-only:0.72;}
4
+ .Combobox_config_1bx709p_nhtcqag__0ab2b3e5{--plasma-combobox-new-textfield-color:var(--plasma-colors-primary);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-negative);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-negative-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--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-negative);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-chip-close-icons-color: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-read-only:0.72;}
5
+ .Combobox_config_1bx709p_l1jmp79k__0ab2b3e5{--plasma-combobox-new-textfield-height:3.5rem;--plasma-combobox-new-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.875rem;--plasma-combobox-new-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-textfield__label-offset:0.75rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.5rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:2.75rem;--plasma-combobox-new-textfield-chip-padding-right:0.75rem;--plasma-combobox-new-textfield-chip-padding-left:1rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.625rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1.5rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.875rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:1rem 1rem 1rem 0.875rem;--plasma-combobox-item-padding-tight:0.75rem 1rem 0.75rem 0.875rem;--plasma-combobox-item-border-radius:0.75rem;--plasma-combobox-item-icon-margin:0 0.5rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
6
+ .Combobox_config_1bx709p_m1unrmtr__0ab2b3e5{--plasma-combobox-new-textfield-height:3rem;--plasma-combobox-new-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.75rem;--plasma-combobox-new-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-textfield__label-offset:0.625rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.375rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:2.25rem;--plasma-combobox-new-textfield-chip-padding-right:0.625rem;--plasma-combobox-new-textfield-chip-padding-left:0.875rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.5rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1.25rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.75rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.75rem 0.75rem 0.75rem 0.75rem;--plasma-combobox-item-padding-tight:0.5rem 0.75rem 0.5rem 0.75rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
7
+ .Combobox_config_1bx709p_sd4ooyg__0ab2b3e5{--plasma-combobox-new-textfield-height:2.5rem;--plasma-combobox-new-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.625rem;--plasma-combobox-new-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-textfield__label-offset:0.5rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.25rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:1.75rem;--plasma-combobox-new-textfield-chip-padding-right:0.5rem;--plasma-combobox-new-textfield-chip-padding-left:0.75rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.375rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:1rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.625rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.5rem 0.75rem 0.5rem 0.675rem;--plasma-combobox-item-padding-tight:0.25rem 0.75rem 0.25rem 0.675rem;--plasma-combobox-item-border-radius:0.5rem;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:0.875rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.25rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
8
+ .Combobox_config_1bx709p_x9yefpq__0ab2b3e5{--plasma-combobox-new-textfield-height:2rem;--plasma-combobox-new-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-combobox-new-textfield-padding-with-chips:0.375rem;--plasma-combobox-new-textfield-border-radius:0.5rem;--plasma-combobox-new-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-combobox-new-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-combobox-new-textfield__before-text-margin:0 0.25rem 0 0;--plasma-combobox-new-textfield__after-text-margin:0 0 0 0.25rem;--plasma-combobox-new-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield__label-offset:0.375rem;--plasma-combobox-new-textfield__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield__left-helper-offset:0.25rem;--plasma-combobox-new-textfield__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-new-textfield-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-combobox-new-textfield-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-combobox-new-textfield-chip-gap:0.25rem;--plasma-combobox-new-textfield-chip-border-radius:0.125rem;--plasma-combobox-new-textfield-chip-width:auto;--plasma-combobox-new-textfield-chip-height:1.25rem;--plasma-combobox-new-textfield-chip-padding-right:0.375rem;--plasma-combobox-new-textfield-chip-padding-left:0.625rem;--plasma-combobox-new-textfield-chip-clear-content-margin-left:0.25rem;--plasma-combobox-new-textfield-chip-clear-content-margin-right:0rem;--plasma-combobox-new-textfield-chip-close-icon-size:0.75rem;--plasma-combobox-new-textfield-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-padding:0.125rem;--plasma-combobox-border-radius:0.5rem;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding:0.75rem 0.75rem 0.75rem 0.75rem;--plasma-combobox-item-padding-tight:0.5rem 0.75rem 0.5rem 0.75rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-icon-margin:0 0.375rem 0 0;--plasma-combobox-item-icon-size:1.5rem;--plasma-combobox-item-icon-size-tight:1.5rem;--plasma-combobox-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-checkbox-trigger-size:1.25rem;--plasma-combobox-checkbox-trigger-size-tight:1.25rem;--plasma-combobox-checkbox-trigger-border-radius:0.375rem;--plasma-combobox-checkbox-trigger-border-radius-tight:0.375rem;--plasma-combobox-checkbox-fill-color:var(--text-accent);--plasma-combobox-checkbox-icon-color:var(--on-dark-text-primary);--plasma-combobox-checkbox-trigger-border-color:var(--text-secondary);--plasma-combobox-indicator-size:0.375rem;}
9
+ .Combobox_config_1bx709p_idmekls__0ab2b3e5{--plasma-combobox-new-textfield-placeholder-color:var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--plasma-colors-secondary)));--plasma-combobox-new-textfield-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-new-textfield-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-new-textfield-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-new-textfield-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-new-textfield-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-new-textfield-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);}
10
+
11
+ .Combobox_config_1bx709p_t1epzmrw__0ab2b3e5{--plasma-combobox-new-textfield-disabled-opacity:0.4;}
12
+ .Combobox_config_1bx709p_t1id8dy3__0ab2b3e5{--plasma-combobox-new-textfield-color-readonly:var(--text-secondary);--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-secondary);}
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var plasmaNewHope = require('@salutejs/plasma-new-hope');
6
+ var Combobox_config = require('./Combobox.config.js');
7
+
8
+ var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.comboboxNewConfig, Combobox_config.config);
9
+ var Combobox = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
10
+
11
+ exports.Combobox = Combobox;
12
+ //# sourceMappingURL=Combobox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.js","sources":["../../../../../src-css/components/Combobox/ComboboxNew/Combobox.ts"],"sourcesContent":["import { comboboxNewConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Combobox.config';\n\nconst mergedConfig = mergeConfig(comboboxNewConfig, config);\nexport const Combobox = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","comboboxNewConfig","config","Combobox","component"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,+BAAiB,EAAEC,sBAAM,CAAC,CAAA;IAC9CC,QAAQ,gBAAGC,uBAAS,CAACL,YAAY;;;;"}
@@ -1,4 +1,4 @@
1
- import './Combobox.config_1xa4b1s.css';
1
+ import './Combobox.config_w36spd.css';
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -10,13 +10,13 @@ var config = {
10
10
  },
11
11
  variations: {
12
12
  size: {
13
- xs: "x1scuc1k",
14
- s: "s953oeh",
15
- m: "mcllkda",
16
- l: "l1ioh6mq"
13
+ xs: "x46pgad",
14
+ s: "s1mq5iwv",
15
+ m: "m1b6fvk2",
16
+ l: "lwop2ev"
17
17
  },
18
18
  view: {
19
- "default": "d1jkqh6u"
19
+ "default": "dappaew"
20
20
  }
21
21
  }
22
22
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.config.js","sources":["../../../../../src-css/components/Combobox/ComboboxOld/Combobox.config.ts"],"sourcesContent":["import { css, comboboxOldTokens as comboboxTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n size: {\n xs: css`\n ${comboboxTokens.width}: 100%;\n ${comboboxTokens.height}: auto;\n ${comboboxTokens.borderRadius}: 0.5rem;\n ${comboboxTokens.paddingTop}: 0.125rem;\n ${comboboxTokens.paddingRight}: 0.125rem;\n ${comboboxTokens.paddingBottom}: 0.125rem;\n ${comboboxTokens.paddingLeft}: 0.125rem;\n\n ${comboboxTokens.dividerColor}: var(--surface-transparent-tertiary);\n ${comboboxTokens.dividerHeight}: 0.063rem;\n ${comboboxTokens.dividerMarginTop}: 0;\n ${comboboxTokens.dividerMarginRight}: 0.5rem;\n ${comboboxTokens.dividerMarginBottom}: 0;\n ${comboboxTokens.dividerMarginLeft}: 0.375rem;\n\n ${comboboxTokens.itemWidth}: auto;\n ${comboboxTokens.itemHeight}: 1rem;\n ${comboboxTokens.itemPaddingTop}: 0.5rem;\n ${comboboxTokens.itemPaddingRight}: 0.5rem;\n ${comboboxTokens.itemPaddingBottom}: 0.5rem;\n ${comboboxTokens.itemPaddingLeft}: 0.375rem;\n ${comboboxTokens.itemBorderRadius}: 0.375rem;\n ${comboboxTokens.itemContentLeftWidth}: 1.25rem;\n ${comboboxTokens.itemFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${comboboxTokens.itemFontSize}: var(--plasma-typo-body-xs-font-size);\n ${comboboxTokens.itemFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${comboboxTokens.itemFontWeightBold}: var(--plasma-typo-body-xs-font-weight);\n ${comboboxTokens.itemFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${comboboxTokens.itemFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${comboboxTokens.chipGap}: 0.25rem;\n ${comboboxTokens.chipBorderRadius}: 0.125rem;\n ${comboboxTokens.chipWidth}: auto;\n ${comboboxTokens.chipHeight}: 1.25rem;\n ${comboboxTokens.chipPaddingRight}: 0.375rem;\n ${comboboxTokens.chipPaddingLeft}: 0.625rem;\n ${comboboxTokens.chipClearContentMarginLeft}: 0.25rem;\n ${comboboxTokens.chipClearContentMarginRight}: 0rem;\n ${comboboxTokens.chipCloseIconSize}: 0.75rem;\n ${comboboxTokens.chipFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${comboboxTokens.chipFontSize}: var(--plasma-typo-body-xs-font-size);\n ${comboboxTokens.chipFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${comboboxTokens.chipFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${comboboxTokens.chipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${comboboxTokens.chipLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${comboboxTokens.targetArrowRight}: 0.5rem;\n ${comboboxTokens.targetHeight}: 2rem;\n ${comboboxTokens.targetWidth}: 100%;\n ${comboboxTokens.targetRadius}: 0.5rem;\n ${comboboxTokens.targetPadding}: 0 2.5rem 0 0.75rem;\n ${comboboxTokens.targetPaddingHasChips}: 0 2.625rem 0 0.375rem;\n ${comboboxTokens.targetPaddingWithInput}: 0 2.625rem 0 0.625rem;\n ${comboboxTokens.targetInnerTop}: 0.5rem;\n ${comboboxTokens.targetLabelInnerTop}: 0.375rem;\n ${comboboxTokens.targetFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${comboboxTokens.targetFontSize}: var(--plasma-typo-body-xs-font-size);\n ${comboboxTokens.targetFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${comboboxTokens.targetFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${comboboxTokens.targetLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${comboboxTokens.targetLineHeight}: var(--plasma-typo-body-xs-line-height);\n ${comboboxTokens.targetLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${comboboxTokens.targetLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${comboboxTokens.targetLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${comboboxTokens.targetLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${comboboxTokens.targetLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${comboboxTokens.targetLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${comboboxTokens.width}: 100%;\n ${comboboxTokens.height}: auto;\n ${comboboxTokens.borderRadius}: 0.625rem;\n ${comboboxTokens.paddingTop}: 0.125rem;\n ${comboboxTokens.paddingRight}: 0.125rem;\n ${comboboxTokens.paddingBottom}: 0.125rem;\n ${comboboxTokens.paddingLeft}: 0.125rem;\n\n ${comboboxTokens.dividerColor}: var(--surface-transparent-tertiary);\n ${comboboxTokens.dividerHeight}: 0.063rem;\n ${comboboxTokens.dividerMarginTop}: 0;\n ${comboboxTokens.dividerMarginRight}: 0.75rem;\n ${comboboxTokens.dividerMarginBottom}: 0;\n ${comboboxTokens.dividerMarginLeft}: 0.75rem;\n\n ${comboboxTokens.itemWidth}: auto;\n ${comboboxTokens.itemHeight}: 1.5rem;\n ${comboboxTokens.itemPaddingTop}: 0.5rem;\n ${comboboxTokens.itemPaddingRight}: 0.75rem;\n ${comboboxTokens.itemPaddingBottom}: 0.5rem;\n ${comboboxTokens.itemPaddingLeft}: 0.75rem;\n ${comboboxTokens.itemBorderRadius}: 0.5rem;\n ${comboboxTokens.itemContentLeftWidth}: 1.75rem;\n ${comboboxTokens.itemFontFamily}: var(--plasma-typo-body-s-font-family);\n ${comboboxTokens.itemFontSize}: var(--plasma-typo-body-s-font-size);\n ${comboboxTokens.itemFontStyle}: var(--plasma-typo-body-s-font-style);\n ${comboboxTokens.itemFontWeightBold}: var(--plasma-typo-body-s-font-weight);\n ${comboboxTokens.itemFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${comboboxTokens.itemFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${comboboxTokens.chipGap}: 0.25rem;\n ${comboboxTokens.chipBorderRadius}: 0.25rem;\n ${comboboxTokens.chipWidth}: auto;\n ${comboboxTokens.chipHeight}: 1.75rem;\n ${comboboxTokens.chipPaddingRight}: 0.5rem;\n ${comboboxTokens.chipPaddingLeft}: 0.75rem;\n ${comboboxTokens.chipClearContentMarginLeft}: 0.375rem;\n ${comboboxTokens.chipClearContentMarginRight}: 0rem;\n ${comboboxTokens.chipCloseIconSize}: 0.75rem;\n ${comboboxTokens.chipFontFamily}: var(--plasma-typo-body-s-font-family);\n ${comboboxTokens.chipFontSize}: var(--plasma-typo-body-s-font-size);\n ${comboboxTokens.chipFontStyle}: var(--plasma-typo-body-s-font-style);\n ${comboboxTokens.chipFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${comboboxTokens.chipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${comboboxTokens.chipLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${comboboxTokens.targetArrowRight}: 0.75rem;\n ${comboboxTokens.targetHeight}: 2.5rem;\n ${comboboxTokens.targetWidth}: 100%;\n ${comboboxTokens.targetRadius}: 0.625rem;\n ${comboboxTokens.targetPadding}: 0 3rem 0 1rem;\n ${comboboxTokens.targetPaddingHasChips}: 0 3.125rem 0 0.375rem;\n ${comboboxTokens.targetPaddingWithInput}: 0 3.125rem 0 0.625rem;\n ${comboboxTokens.targetInnerTop}: 0.5rem;\n ${comboboxTokens.targetLabelInnerTop}: 0.375rem;\n ${comboboxTokens.targetFontFamily}: var(--plasma-typo-body-s-font-family);\n ${comboboxTokens.targetFontSize}: var(--plasma-typo-body-s-font-size);\n ${comboboxTokens.targetFontStyle}: var(--plasma-typo-body-s-font-style);\n ${comboboxTokens.targetFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${comboboxTokens.targetLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${comboboxTokens.targetLineHeight}: var(--plasma-typo-body-s-line-height);\n ${comboboxTokens.targetLabelInnerFontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${comboboxTokens.targetLabelInnerFontSize}: var(--plasma-typo-body-xxs-font-size);\n ${comboboxTokens.targetLabelInnerFontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${comboboxTokens.targetLabelInnerFontWeight}: var(--plasma-typo-body-xxs-font-weight);\n ${comboboxTokens.targetLabelInnerLetterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${comboboxTokens.targetLabelInnerLineHeight}: var(--plasma-typo-body-xxs-line-height);\n `,\n m: css`\n ${comboboxTokens.width}: 100%;\n ${comboboxTokens.height}: auto;\n ${comboboxTokens.borderRadius}: 0.75rem;\n ${comboboxTokens.paddingTop}: 0.125rem;\n ${comboboxTokens.paddingRight}: 0.125rem;\n ${comboboxTokens.paddingBottom}: 0.125rem;\n ${comboboxTokens.paddingLeft}: 0.125rem;\n\n ${comboboxTokens.dividerColor}: var(--surface-transparent-tertiary);\n ${comboboxTokens.dividerHeight}: 0.063rem;\n ${comboboxTokens.dividerMarginTop}: 0;\n ${comboboxTokens.dividerMarginRight}: 0.875rem;\n ${comboboxTokens.dividerMarginBottom}: 0;\n ${comboboxTokens.dividerMarginLeft}: 0.875rem;\n\n ${comboboxTokens.itemWidth}: auto;\n ${comboboxTokens.itemHeight}: 1.5rem;\n ${comboboxTokens.itemPaddingTop}: 0.75rem;\n ${comboboxTokens.itemPaddingRight}: 0.875rem;\n ${comboboxTokens.itemPaddingBottom}: 0.75rem;\n ${comboboxTokens.itemPaddingLeft}: 0.875rem;\n ${comboboxTokens.itemBorderRadius}: 0.625rem;\n ${comboboxTokens.itemContentLeftWidth}: 1.75rem;\n ${comboboxTokens.itemFontFamily}: var(--plasma-typo-body-m-font-family);\n ${comboboxTokens.itemFontSize}: var(--plasma-typo-body-m-font-size);\n ${comboboxTokens.itemFontStyle}: var(--plasma-typo-body-m-font-style);\n ${comboboxTokens.itemFontWeightBold}: var(--plasma-typo-body-m-font-weight);\n ${comboboxTokens.itemFontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${comboboxTokens.itemFontLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${comboboxTokens.chipGap}: 0.25rem;\n ${comboboxTokens.chipBorderRadius}: 0.375rem;\n ${comboboxTokens.chipWidth}: auto;\n ${comboboxTokens.chipHeight}: 2.25rem;\n ${comboboxTokens.chipPaddingRight}: 0.875rem;\n ${comboboxTokens.chipPaddingLeft}: 0.625rem;\n ${comboboxTokens.chipClearContentMarginLeft}: 0.5rem;\n ${comboboxTokens.chipClearContentMarginRight}: 0rem;\n ${comboboxTokens.chipCloseIconSize}: 1rem;\n ${comboboxTokens.chipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${comboboxTokens.chipFontSize}: var(--plasma-typo-body-m-font-size);\n ${comboboxTokens.chipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${comboboxTokens.chipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${comboboxTokens.chipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${comboboxTokens.chipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${comboboxTokens.targetArrowRight}: 0.875rem;\n ${comboboxTokens.targetHeight}: 3rem;\n ${comboboxTokens.targetWidth}: 100%;\n ${comboboxTokens.targetRadius}: 0.75rem;\n ${comboboxTokens.targetPadding}: 0 3.25rem 0 1.25rem;\n ${comboboxTokens.targetPaddingHasChips}: 0 3.375rem 0 0.375rem;\n ${comboboxTokens.targetPaddingWithInput}: 0 3.375rem 0 0.625rem;\n ${comboboxTokens.targetInnerTop}: 0.5rem;\n ${comboboxTokens.targetLabelInnerTop}: 0.375rem;\n ${comboboxTokens.targetFontFamily}: var(--plasma-typo-body-m-font-family);\n ${comboboxTokens.targetFontSize}: var(--plasma-typo-body-m-font-size);\n ${comboboxTokens.targetFontStyle}: var(--plasma-typo-body-m-font-style);\n ${comboboxTokens.targetFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${comboboxTokens.targetLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${comboboxTokens.targetLineHeight}: var(--plasma-typo-body-m-line-height);\n ${comboboxTokens.targetLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${comboboxTokens.targetLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${comboboxTokens.targetLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${comboboxTokens.targetLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${comboboxTokens.targetLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${comboboxTokens.targetLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n l: css`\n ${comboboxTokens.width}: 100%;\n ${comboboxTokens.height}: auto;\n ${comboboxTokens.borderRadius}: 0.875rem;\n ${comboboxTokens.paddingTop}: 0.125rem;\n ${comboboxTokens.paddingRight}: 0.125rem;\n ${comboboxTokens.paddingBottom}: 0.125rem;\n ${comboboxTokens.paddingLeft}: 0.125rem;\n\n ${comboboxTokens.dividerColor}: var(--surface-transparent-tertiary);\n ${comboboxTokens.dividerHeight}: 0.063rem;\n ${comboboxTokens.dividerMarginTop}: 0;\n ${comboboxTokens.dividerMarginRight}: 1rem;\n ${comboboxTokens.dividerMarginBottom}: 0;\n ${comboboxTokens.dividerMarginLeft}: 1rem;\n\n ${comboboxTokens.itemWidth}: auto;\n ${comboboxTokens.itemHeight}: 1.5rem;\n ${comboboxTokens.itemPaddingTop}: 1rem;\n ${comboboxTokens.itemPaddingRight}: 1rem;\n ${comboboxTokens.itemPaddingBottom}: 1rem;\n ${comboboxTokens.itemPaddingLeft}: 1rem;\n ${comboboxTokens.itemBorderRadius}: 0.75rem;\n ${comboboxTokens.itemContentLeftWidth}: 1.875rem;\n ${comboboxTokens.itemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${comboboxTokens.itemFontSize}: var(--plasma-typo-body-l-font-size);\n ${comboboxTokens.itemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${comboboxTokens.itemFontWeightBold}: var(--plasma-typo-body-l-font-weight);\n ${comboboxTokens.itemFontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${comboboxTokens.itemFontLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${comboboxTokens.chipGap}: 0.25rem;\n ${comboboxTokens.chipBorderRadius}: 0.5rem;\n ${comboboxTokens.chipWidth}: auto;\n ${comboboxTokens.chipHeight}: 2.75rem;\n ${comboboxTokens.chipPaddingRight}: 0.75rem;\n ${comboboxTokens.chipPaddingLeft}: 1rem;\n ${comboboxTokens.chipClearContentMarginLeft}: 0.625rem;\n ${comboboxTokens.chipClearContentMarginRight}: 0rem;\n ${comboboxTokens.chipCloseIconSize}: 1rem;\n ${comboboxTokens.chipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${comboboxTokens.chipFontSize}: var(--plasma-typo-body-m-font-size);\n ${comboboxTokens.chipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${comboboxTokens.chipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${comboboxTokens.chipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${comboboxTokens.chipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${comboboxTokens.targetArrowRight}: 1rem;\n ${comboboxTokens.targetHeight}: 3.5rem;\n ${comboboxTokens.targetWidth}: 100%;\n ${comboboxTokens.targetRadius}: 0.875rem;\n ${comboboxTokens.targetPadding}: 0 3.5rem 0 1.5rem;\n ${comboboxTokens.targetPaddingHasChips}: 0 3.625rem 0 0.375rem;\n ${comboboxTokens.targetPaddingWithInput}: 0 3.625rem 0 0.625rem;\n ${comboboxTokens.targetInnerTop}: 0.5rem;\n ${comboboxTokens.targetLabelInnerTop}: 0.375rem;\n ${comboboxTokens.targetFontFamily}: var(--plasma-typo-body-l-font-family);\n ${comboboxTokens.targetFontSize}: var(--plasma-typo-body-l-font-size);\n ${comboboxTokens.targetFontStyle}: var(--plasma-typo-body-l-font-style);\n ${comboboxTokens.targetFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${comboboxTokens.targetLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${comboboxTokens.targetLineHeight}: var(--plasma-typo-body-l-line-height);\n ${comboboxTokens.targetLabelInnerFontFamily}: var(--plasma-typo-body-s-font-family);\n ${comboboxTokens.targetLabelInnerFontSize}: var(--plasma-typo-body-s-font-size);\n ${comboboxTokens.targetLabelInnerFontStyle}: var(--plasma-typo-body-s-font-style);\n ${comboboxTokens.targetLabelInnerFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${comboboxTokens.targetLabelInnerLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${comboboxTokens.targetLabelInnerLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n },\n view: {\n default: css`\n ${comboboxTokens.targetColor}: var(--text-primary);\n ${comboboxTokens.targetLabelColor}: var(--text-secondary);\n ${comboboxTokens.targetArrowColor}: var(--text-secondary);\n ${comboboxTokens.targetBorderColor}: var(--text-tertiary);\n ${comboboxTokens.targetBorderColorHover}: var(--text-tertiary-hover);\n ${comboboxTokens.targetBorderColorActive}: var(--text-tertiary-active);\n ${comboboxTokens.targetBorderColorOpen}: var(--text-accent);\n\n ${comboboxTokens.background}: var(--surface-solid-card-brightness);\n ${comboboxTokens.boxShadow}: 0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04); /* TODO: Забирать из токена --shadow-down-soft-s */\n\n ${comboboxTokens.itemBackground}: var(--plasma-colors-transparent);\n ${comboboxTokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${comboboxTokens.itemBackgroundSelectedHover}: var(--surface-transparent-secondary);\n ${comboboxTokens.itemColor}: var(--text-primary);\n ${comboboxTokens.itemContentLeftColor}: var(--text-accent);\n\n ${comboboxTokens.chipCloseIconColor}: var(--text-secondary);\n ${comboboxTokens.chipColor}: var(--text-primary);\n ${comboboxTokens.chipBackground}: var(--surface-transparent-secondary);\n ${comboboxTokens.chipColorHover}: var(--text-primary);\n ${comboboxTokens.chipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${comboboxTokens.chipColorActive}: var(--text-primary);\n ${comboboxTokens.chipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${comboboxTokens.chipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${comboboxTokens.chipColorReadOnly}: var(--text-primary);\n ${comboboxTokens.chipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${comboboxTokens.chipColorReadOnlyHover}: var(--text-primary);\n ${comboboxTokens.chipOpacityReadonly}: 0.72;\n\n ${comboboxTokens.disabledOpacity}: 0.4;\n ${comboboxTokens.focusColor}: var(--surface-accent);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","xs","s","m","l","default"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,EAAE,EAoED,SAAA;AACDC,MAAAA,CAAC,EAoEA,UAAA;AACDC,MAAAA,CAAC,EAoEA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAqEJ;AACDN,IAAAA,IAAI,EAAE;MACFO,SAAO,EAAA,SAAA;AAkCX,KAAA;AACJ,GAAA;AACJ;;;;"}