@salutejs/plasma-new-hope 0.330.0-canary.2072.16143967683.0 → 0.330.0-canary.2076.16171294363.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +12 -12
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +12 -12
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/{Item.styles_80gotw.css → Item.styles_1q0u1o1.css} +2 -2
  8. package/cjs/components/Combobox/ComboboxNew/ui/SelectAll/SelectAll.css +12 -12
  9. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +12 -12
  10. package/cjs/components/Pagination/Pagination.css +10 -10
  11. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +10 -10
  12. package/cjs/components/Select/Select.css +10 -10
  13. package/cjs/components/Select/Select.tokens.js +1 -0
  14. package/cjs/components/Select/Select.tokens.js.map +1 -1
  15. package/cjs/components/Select/ui/Inner/Inner.css +10 -10
  16. package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  17. package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  18. package/cjs/components/Select/ui/Inner/ui/Item/{Item.styles_1qpfn0s.css → Item.styles_1dlmiti.css} +2 -2
  19. package/cjs/components/Select/ui/SelectAll/SelectAll.css +10 -10
  20. package/cjs/components/Select/ui/VirtualList/VirtualList.css +10 -10
  21. package/cjs/components/Table/Table.css +10 -10
  22. package/cjs/components/Table/ui/Cell/Cell.css +10 -10
  23. package/cjs/components/Table/ui/EditableCell/EditableCell.css +10 -10
  24. package/cjs/components/Table/ui/HeadCell/HeadCell.css +10 -10
  25. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +10 -10
  26. package/cjs/components/TextArea/TextArea.js +2 -9
  27. package/cjs/components/TextArea/TextArea.js.map +1 -1
  28. package/cjs/components/TextArea/TextArea.styles.js +48 -76
  29. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  30. package/{es/components/TextArea/TextArea.styles_120rz14.css → cjs/components/TextArea/TextArea.styles_exqsyh.css} +1 -1
  31. package/cjs/components/TextArea/ui/Hint/Hint.css +22 -22
  32. package/cjs/index.css +43 -43
  33. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  34. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  35. package/emotion/cjs/components/Select/Select.tokens.js +1 -0
  36. package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  37. package/emotion/cjs/components/TextArea/TextArea.js +3 -7
  38. package/emotion/cjs/components/TextArea/TextArea.styles.js +48 -54
  39. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  40. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  41. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  42. package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +24 -24
  43. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  44. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  45. package/emotion/es/components/Select/Select.tokens.js +1 -0
  46. package/emotion/es/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  47. package/emotion/es/components/TextArea/TextArea.js +4 -8
  48. package/emotion/es/components/TextArea/TextArea.styles.js +48 -54
  49. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  50. package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  51. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  52. package/emotion/es/examples/plasma_web/components/Select/Select.config.js +24 -24
  53. package/es/components/Combobox/ComboboxNew/Combobox.css +12 -12
  54. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  55. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  56. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +12 -12
  57. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  58. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  59. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/{Item.styles_80gotw.css → Item.styles_1q0u1o1.css} +2 -2
  60. package/es/components/Combobox/ComboboxNew/ui/SelectAll/SelectAll.css +12 -12
  61. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +12 -12
  62. package/es/components/Pagination/Pagination.css +10 -10
  63. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +10 -10
  64. package/es/components/Select/Select.css +10 -10
  65. package/es/components/Select/Select.tokens.js +1 -0
  66. package/es/components/Select/Select.tokens.js.map +1 -1
  67. package/es/components/Select/ui/Inner/Inner.css +10 -10
  68. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  69. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  70. package/es/components/Select/ui/Inner/ui/Item/{Item.styles_1qpfn0s.css → Item.styles_1dlmiti.css} +2 -2
  71. package/es/components/Select/ui/SelectAll/SelectAll.css +10 -10
  72. package/es/components/Select/ui/VirtualList/VirtualList.css +10 -10
  73. package/es/components/Table/Table.css +10 -10
  74. package/es/components/Table/ui/Cell/Cell.css +10 -10
  75. package/es/components/Table/ui/EditableCell/EditableCell.css +10 -10
  76. package/es/components/Table/ui/HeadCell/HeadCell.css +10 -10
  77. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +10 -10
  78. package/es/components/TextArea/TextArea.js +3 -10
  79. package/es/components/TextArea/TextArea.js.map +1 -1
  80. package/es/components/TextArea/TextArea.styles.js +49 -75
  81. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  82. package/{cjs/components/TextArea/TextArea.styles_120rz14.css → es/components/TextArea/TextArea.styles_exqsyh.css} +1 -1
  83. package/es/components/TextArea/ui/Hint/Hint.css +22 -22
  84. package/es/index.css +43 -43
  85. package/package.json +4 -4
  86. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  87. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  88. package/styled-components/cjs/components/Select/Select.tokens.js +1 -0
  89. package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  90. package/styled-components/cjs/components/TextArea/TextArea.js +2 -6
  91. package/styled-components/cjs/components/TextArea/TextArea.styles.js +26 -34
  92. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +32 -28
  93. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +74 -40
  94. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +32 -28
  95. package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +74 -40
  96. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  97. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  98. package/styled-components/es/components/Select/Select.tokens.js +1 -0
  99. package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  100. package/styled-components/es/components/TextArea/TextArea.js +3 -7
  101. package/styled-components/es/components/TextArea/TextArea.styles.js +26 -34
  102. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +32 -28
  103. package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +74 -40
  104. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +32 -28
  105. package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +74 -40
  106. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -0
  107. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  108. package/types/components/Select/Select.tokens.d.ts +1 -0
  109. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  110. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  111. package/types/components/TextArea/TextArea.styles.d.ts +1 -3
  112. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  113. package/types/components/TextArea/TextArea.types.d.ts +0 -11
  114. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
@@ -7,13 +7,13 @@ var mergedConfig = mergeConfig(tooltipConfig);
7
7
  var Tooltip = component(mergedConfig);
8
8
  export var Hint = styled(Tooltip).withConfig({
9
9
  displayName: "TextArea.styles__Hint",
10
- componentId: "sc-5da3c99c-0"
10
+ componentId: "sc-5fcd62a1-0"
11
11
  })([
12
12
  ""
13
13
  ]);
14
14
  export var OuterLabelWrapper = styled.div.withConfig({
15
15
  displayName: "TextArea.styles__OuterLabelWrapper",
16
- componentId: "sc-5da3c99c-1"
16
+ componentId: "sc-5fcd62a1-1"
17
17
  })([
18
18
  "display:flex;align-items:center;max-width:",
19
19
  ";margin-bottom:",
@@ -27,7 +27,7 @@ export var OuterLabelWrapper = styled.div.withConfig({
27
27
  });
28
28
  export var StyledLabel = styled.div.withConfig({
29
29
  displayName: "TextArea.styles__StyledLabel",
30
- componentId: "sc-5da3c99c-2"
30
+ componentId: "sc-5fcd62a1-2"
31
31
  })([
32
32
  "position:relative;display:inline-flex;color:var(",
33
33
  ",var(",
@@ -47,7 +47,7 @@ export var StyledLabel = styled.div.withConfig({
47
47
  ], tokens.labelOuterColor, tokens.inputColor, tokens.labelOuterFontFamily, tokens.inputFontFamily, tokens.labelOuterFontSize, tokens.inputFontSize, tokens.labelOuterFontStyle, tokens.inputFontStyle, tokens.labelOuterFontWeight, tokens.inputFontWeight, tokens.labelOuterLetterSpacing, tokens.inputLetterSpacing, tokens.labelOuterLineHeight, tokens.inputLineHeight);
48
48
  export var TitleCaption = styled.div.withConfig({
49
49
  displayName: "TextArea.styles__TitleCaption",
50
- componentId: "sc-5da3c99c-3"
50
+ componentId: "sc-5fcd62a1-3"
51
51
  })([
52
52
  "display:inline-block;margin-left:auto;font-family:var(",
53
53
  ");font-size:var(",
@@ -59,13 +59,13 @@ export var TitleCaption = styled.div.withConfig({
59
59
  ], tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight);
60
60
  export var StyledIndicatorWrapper = styled.div.withConfig({
61
61
  displayName: "TextArea.styles__StyledIndicatorWrapper",
62
- componentId: "sc-5da3c99c-4"
62
+ componentId: "sc-5fcd62a1-4"
63
63
  })([
64
64
  "position:relative;display:inline-flex;align-items:center;"
65
65
  ]);
66
66
  export var StyledOptionalText = styled.span.withConfig({
67
67
  displayName: "TextArea.styles__StyledOptionalText",
68
- componentId: "sc-5da3c99c-5"
68
+ componentId: "sc-5fcd62a1-5"
69
69
  })([
70
70
  "color:var(",
71
71
  ");font-family:",
@@ -96,7 +96,7 @@ export var StyledOptionalText = styled.span.withConfig({
96
96
  });
97
97
  export var StyledHintWrapper = styled.div.withConfig({
98
98
  displayName: "TextArea.styles__StyledHintWrapper",
99
- componentId: "sc-5da3c99c-6"
99
+ componentId: "sc-5fcd62a1-6"
100
100
  })([
101
101
  "display:inline-flex;line-height:0;margin:var(",
102
102
  ");&.",
@@ -105,7 +105,7 @@ export var StyledHintWrapper = styled.div.withConfig({
105
105
  ], tokens.hintMargin, classes.innerLabelPlacement, tokens.hintInnerLabelPlacementOffset);
106
106
  export var HintTargetWrapper = styled.div.withConfig({
107
107
  displayName: "TextArea.styles__HintTargetWrapper",
108
- componentId: "sc-5da3c99c-7"
108
+ componentId: "sc-5fcd62a1-7"
109
109
  })([
110
110
  "color:var(",
111
111
  ");width:var(",
@@ -114,13 +114,13 @@ export var HintTargetWrapper = styled.div.withConfig({
114
114
  ], tokens.hintIconColor, tokens.hintTargetSize, tokens.hintTargetSize);
115
115
  export var HintIconWrapper = styled.div.withConfig({
116
116
  displayName: "TextArea.styles__HintIconWrapper",
117
- componentId: "sc-5da3c99c-8"
117
+ componentId: "sc-5fcd62a1-8"
118
118
  })([
119
119
  ""
120
120
  ]);
121
121
  export var StyledTextAreaWrapper = styled.div.withConfig({
122
122
  displayName: "TextArea.styles__StyledTextAreaWrapper",
123
- componentId: "sc-5da3c99c-9"
123
+ componentId: "sc-5fcd62a1-9"
124
124
  })([
125
125
  "display:flex;flex-direction:column;background-color:var(",
126
126
  ");padding-top:",
@@ -139,7 +139,7 @@ export var StyledTextAreaWrapper = styled.div.withConfig({
139
139
  });
140
140
  export var StyledContentWrapper = styled.div.withConfig({
141
141
  displayName: "TextArea.styles__StyledContentWrapper",
142
- componentId: "sc-5da3c99c-10"
142
+ componentId: "sc-5fcd62a1-10"
143
143
  })([
144
144
  "position:relative;width:100%;height:0;padding-top:",
145
145
  ";"
@@ -149,7 +149,7 @@ export var StyledContentWrapper = styled.div.withConfig({
149
149
  });
150
150
  export var StyledContent = styled.div.withConfig({
151
151
  displayName: "TextArea.styles__StyledContent",
152
- componentId: "sc-5da3c99c-11"
152
+ componentId: "sc-5fcd62a1-11"
153
153
  })([
154
154
  "position:absolute;display:flex;align-items:center;z-index:1;color:var(",
155
155
  ",var(",
@@ -163,35 +163,27 @@ export var StyledContent = styled.div.withConfig({
163
163
  }, tokens.rightContentRight, tokens.rightContentHeight);
164
164
  export var StyledHeaderSlot = styled.div.withConfig({
165
165
  displayName: "TextArea.styles__StyledHeaderSlot",
166
- componentId: "sc-5da3c99c-12"
166
+ componentId: "sc-5fcd62a1-12"
167
167
  })([
168
- "display:flex;flex-direction:column;margin-right:",
169
- ";margin-left:",
170
- ";"
171
- ], function(param) {
172
- var applyHeaderDefaultPaddings = param.applyHeaderDefaultPaddings;
173
- return applyHeaderDefaultPaddings ? 'var(--plasma-textarea-helpers-padding-right)' : 'unset';
174
- }, function(param) {
175
- var applyHeaderDefaultPaddings = param.applyHeaderDefaultPaddings;
176
- return applyHeaderDefaultPaddings ? 'var(--plasma-textarea-helpers-padding-left)' : 'unset';
177
- });
168
+ "display:flex;flex-direction:column;"
169
+ ]);
178
170
  export var DividerWrapper = styled.div.withConfig({
179
171
  displayName: "TextArea.styles__DividerWrapper",
180
- componentId: "sc-5da3c99c-13"
172
+ componentId: "sc-5fcd62a1-13"
181
173
  })([
182
174
  "background:var(",
183
175
  ");"
184
176
  ], tokens.backgroundColor);
185
177
  export var Divider = styled.div.withConfig({
186
178
  displayName: "TextArea.styles__Divider",
187
- componentId: "sc-5da3c99c-14"
179
+ componentId: "sc-5fcd62a1-14"
188
180
  })([
189
181
  "height:0.0625rem;background:var(",
190
182
  ");"
191
183
  ], tokens.dividerColor);
192
184
  export var StyledContainer = styled.div.withConfig({
193
185
  displayName: "TextArea.styles__StyledContainer",
194
- componentId: "sc-5da3c99c-15"
186
+ componentId: "sc-5fcd62a1-15"
195
187
  })([
196
188
  "display:inline-flex;flex-direction:column;width:",
197
189
  ";position:relative;"
@@ -201,7 +193,7 @@ export var StyledContainer = styled.div.withConfig({
201
193
  });
202
194
  export var StyledTextArea = styled.textarea.withConfig({
203
195
  displayName: "TextArea.styles__StyledTextArea",
204
- componentId: "sc-5da3c99c-16"
196
+ componentId: "sc-5fcd62a1-16"
205
197
  })([
206
198
  "display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(",
207
199
  ");caret-color:var(",
@@ -264,7 +256,7 @@ export var StyledTextArea = styled.textarea.withConfig({
264
256
  }, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.inputColorFocus, tokens.scrollbarWidth, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarBorderWidth, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarBorderWidth);
265
257
  export var StyledHiddenTextArea = styled.textarea.withConfig({
266
258
  displayName: "TextArea.styles__StyledHiddenTextArea",
267
- componentId: "sc-5da3c99c-17"
259
+ componentId: "sc-5fcd62a1-17"
268
260
  })([
269
261
  "max-height:none !important;min-height:var(",
270
262
  ") !important;visibility:hidden !important;overflow:hidden !important;position:absolute !important;z-index:-1000 !important;top:0 !important;left:0 !important;right:0.0625rem !important;border-width:0;padding-right:",
@@ -282,7 +274,7 @@ export var StyledHiddenTextArea = styled.textarea.withConfig({
282
274
  }, tokens.inputPaddingLeft, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
283
275
  export var StyledHelpers = styled.div.withConfig({
284
276
  displayName: "TextArea.styles__StyledHelpers",
285
- componentId: "sc-5da3c99c-18"
277
+ componentId: "sc-5fcd62a1-18"
286
278
  })([
287
279
  "box-sizing:border-box;display:flex;justify-content:space-between;transition:background-color 0.1s ease-in-out;background-color:var(",
288
280
  ");padding-top:var(",
@@ -295,14 +287,14 @@ export var StyledHelpers = styled.div.withConfig({
295
287
  ], tokens.helpersBackgroundColor, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.borderRadius, tokens.borderRadius);
296
288
  export var StyledOutsideHelpersWrapper = styled.div.withConfig({
297
289
  displayName: "TextArea.styles__StyledOutsideHelpersWrapper",
298
- componentId: "sc-5da3c99c-19"
290
+ componentId: "sc-5fcd62a1-19"
299
291
  })([
300
292
  "box-sizing:border-box;display:flex;justify-content:space-between;padding-top:var(",
301
293
  ");"
302
294
  ], tokens.clearHelpersPaddingTop);
303
295
  export var StyledLeftHelper = styled.span.withConfig({
304
296
  displayName: "TextArea.styles__StyledLeftHelper",
305
- componentId: "sc-5da3c99c-20"
297
+ componentId: "sc-5fcd62a1-20"
306
298
  })([
307
299
  "",
308
300
  ";display:block;font-family:var(",
@@ -316,14 +308,14 @@ export var StyledLeftHelper = styled.span.withConfig({
316
308
  ], applyEllipsis(), tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.leftHelperColor);
317
309
  export var StyledRightHelper = styled(StyledLeftHelper).withConfig({
318
310
  displayName: "TextArea.styles__StyledRightHelper",
319
- componentId: "sc-5da3c99c-21"
311
+ componentId: "sc-5fcd62a1-21"
320
312
  })([
321
313
  "color:var(",
322
314
  ");margin-left:auto;"
323
315
  ], tokens.rightHelperColor);
324
316
  export var StyledPlaceholder = styled.label.withConfig({
325
317
  displayName: "TextArea.styles__StyledPlaceholder",
326
- componentId: "sc-5da3c99c-22"
318
+ componentId: "sc-5fcd62a1-22"
327
319
  })([
328
320
  "box-sizing:border-box;position:absolute;pointer-events:none;display:inline-flex;align-items:center;transition:all 0.1s ease-in-out;transform-origin:top left;color:var(",
329
321
  ");width:100%;height:auto;top:var(",
@@ -342,7 +334,7 @@ export var StyledPlaceholder = styled.label.withConfig({
342
334
  }, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
343
335
  export var StyledIndicator = styled.div.withConfig({
344
336
  displayName: "TextArea.styles__StyledIndicator",
345
- componentId: "sc-5da3c99c-23"
337
+ componentId: "sc-5fcd62a1-23"
346
338
  })([
347
339
  "position:absolute;border-radius:50%;background-color:var(",
348
340
  ");&.",
@@ -45,8 +45,13 @@ export var config = {
45
45
  ":var(--text-secondary-hover);",
46
46
  ":var(--surface-transparent-secondary);",
47
47
  ":var(--text-secondary);",
48
- ":var(--surface-transparent-tertiary);"
49
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor),
48
+ ":var(--surface-transparent-tertiary);",
49
+ ":var(--text-accent);",
50
+ ":var(--text-accent);",
51
+ ":var(--on-dark-text-primary);",
52
+ ":transparent;",
53
+ ":var(--text-secondary);"
54
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
50
55
  positive: css([
51
56
  "",
52
57
  ":var(--text-primary);",
@@ -84,8 +89,13 @@ export var config = {
84
89
  ":var(--text-secondary-hover);",
85
90
  ":var(--surface-transparent-secondary);",
86
91
  ":var(--text-secondary);",
87
- ":var(--surface-transparent-tertiary);"
88
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor),
92
+ ":var(--surface-transparent-tertiary);",
93
+ ":var(--text-accent);",
94
+ ":var(--text-accent);",
95
+ ":var(--on-dark-text-primary);",
96
+ ":transparent;",
97
+ ":var(--text-secondary);"
98
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
89
99
  warning: css([
90
100
  "",
91
101
  ":var(--text-primary);",
@@ -123,8 +133,13 @@ export var config = {
123
133
  ":var(--text-secondary-hover);",
124
134
  ":var(--surface-transparent-secondary);",
125
135
  ":var(--text-secondary);",
126
- ":var(--surface-transparent-tertiary);"
127
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor),
136
+ ":var(--surface-transparent-tertiary);",
137
+ ":var(--text-accent);",
138
+ ":var(--text-accent);",
139
+ ":var(--on-dark-text-primary);",
140
+ ":transparent;",
141
+ ":var(--text-secondary);"
142
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
128
143
  negative: css([
129
144
  "",
130
145
  ":var(--text-primary);",
@@ -162,8 +177,13 @@ export var config = {
162
177
  ":var(--text-secondary-hover);",
163
178
  ":var(--surface-transparent-secondary);",
164
179
  ":var(--text-secondary);",
165
- ":var(--surface-transparent-tertiary);"
166
- ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor)
180
+ ":var(--surface-transparent-tertiary);",
181
+ ":var(--text-accent);",
182
+ ":var(--text-accent);",
183
+ ":var(--on-dark-text-primary);",
184
+ ":transparent;",
185
+ ":var(--text-secondary);"
186
+ ], tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
167
187
  },
168
188
  size: {
169
189
  l: css([
@@ -260,11 +280,7 @@ export var config = {
260
280
  ":1.25rem;",
261
281
  ":0.375rem;",
262
282
  ":0.375rem;",
263
- ":var(--text-accent);",
264
- ":var(--on-dark-text-primary);",
265
- ":transparent;",
266
283
  ":0.125rem;",
267
- ":var(--text-secondary);",
268
284
  ":0.375rem;",
269
285
  ":0.5rem;",
270
286
  ":1rem;",
@@ -272,7 +288,7 @@ export var config = {
272
288
  ":1rem;",
273
289
  ":0.375rem;",
274
290
  ":0.375rem;"
275
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.checkboxTriggerBorderColor, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
291
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
276
292
  m: css([
277
293
  "",
278
294
  ":3rem;",
@@ -367,11 +383,7 @@ export var config = {
367
383
  ":1.25rem;",
368
384
  ":0.375rem;",
369
385
  ":0.375rem;",
370
- ":var(--text-accent);",
371
- ":var(--on-dark-text-primary);",
372
- ":transparent;",
373
386
  ":0.125rem;",
374
- ":var(--text-secondary);",
375
387
  ":0.375rem;",
376
388
  ":0.375rem;",
377
389
  ":0.875rem;",
@@ -379,7 +391,7 @@ export var config = {
379
391
  ":0.875rem;",
380
392
  ":0.375rem;",
381
393
  ":0.375rem;"
382
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.checkboxTriggerBorderColor, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
394
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
383
395
  s: css([
384
396
  "",
385
397
  ":2.5rem;",
@@ -474,11 +486,7 @@ export var config = {
474
486
  ":0.875rem;",
475
487
  ":0.375rem;",
476
488
  ":0.25rem;",
477
- ":var(--text-accent);",
478
- ":var(--on-dark-text-primary);",
479
- ":transparent;",
480
489
  ":0.125rem;",
481
- ":var(--text-secondary);",
482
490
  ":0.375rem;",
483
491
  ":0.375rem;",
484
492
  ":0.75rem;",
@@ -486,7 +494,7 @@ export var config = {
486
494
  ":0.75rem;",
487
495
  ":0.25rem;",
488
496
  ":0.25rem;"
489
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.checkboxTriggerBorderColor, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
497
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
490
498
  xs: css([
491
499
  "",
492
500
  ":2rem;",
@@ -581,11 +589,7 @@ export var config = {
581
589
  ":0.875rem;",
582
590
  ":0.25rem;",
583
591
  ":0.25rem;",
584
- ":var(--text-accent);",
585
- ":var(--on-dark-text-primary);",
586
- ":transparent;",
587
592
  ":0.125rem;",
588
- ":var(--text-secondary);",
589
593
  ":0.375rem;",
590
594
  ":0.25rem;",
591
595
  ":0.5rem;",
@@ -593,7 +597,7 @@ export var config = {
593
597
  ":0.5rem;",
594
598
  ":0.125rem;",
595
599
  ":0.125rem;"
596
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.checkboxTriggerBorderColor, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
600
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
597
601
  },
598
602
  labelPlacement: {
599
603
  inner: css([