@salutejs/plasma-new-hope 0.330.0-canary.2071.16161234000.0 → 0.330.0-canary.2072.16118137593.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 (132) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +12 -12
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  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_1q0u1o1.css → Item.styles_80gotw.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 +0 -1
  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_1dlmiti.css → Item.styles_1qpfn0s.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 +5 -3
  27. package/cjs/components/TextArea/TextArea.js.map +1 -1
  28. package/cjs/components/TextArea/TextArea.styles.js +63 -39
  29. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  30. package/cjs/components/TextArea/TextArea.styles_157tps0.css +24 -0
  31. package/cjs/components/TextArea/ui/Hint/Hint.css +22 -18
  32. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  33. package/cjs/components/TextArea/variations/_clear/base_1vo4ba5.css +1 -0
  34. package/cjs/components/TextArea/variations/_disabled/base.js +1 -1
  35. package/cjs/components/TextArea/variations/_disabled/base_s6ttw.css +1 -0
  36. package/cjs/components/TextArea/variations/_read-only/base.js +1 -1
  37. package/cjs/components/TextArea/variations/_read-only/{base_1v0syh0.css → base_vk912g.css} +1 -1
  38. package/cjs/index.css +46 -42
  39. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  40. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  41. package/emotion/cjs/components/Select/Select.tokens.js +0 -1
  42. package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  43. package/emotion/cjs/components/TextArea/TextArea.js +5 -4
  44. package/emotion/cjs/components/TextArea/TextArea.styles.js +69 -41
  45. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  46. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  47. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  48. package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +24 -24
  49. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  50. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  51. package/emotion/es/components/Select/Select.tokens.js +0 -1
  52. package/emotion/es/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  53. package/emotion/es/components/TextArea/TextArea.js +6 -5
  54. package/emotion/es/components/TextArea/TextArea.styles.js +57 -41
  55. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  56. package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  57. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  58. package/emotion/es/examples/plasma_web/components/Select/Select.config.js +24 -24
  59. package/es/components/Combobox/ComboboxNew/Combobox.css +12 -12
  60. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  61. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  62. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +12 -12
  63. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  64. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  65. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/{Item.styles_1q0u1o1.css → Item.styles_80gotw.css} +2 -2
  66. package/es/components/Combobox/ComboboxNew/ui/SelectAll/SelectAll.css +12 -12
  67. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +12 -12
  68. package/es/components/Pagination/Pagination.css +10 -10
  69. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +10 -10
  70. package/es/components/Select/Select.css +10 -10
  71. package/es/components/Select/Select.tokens.js +0 -1
  72. package/es/components/Select/Select.tokens.js.map +1 -1
  73. package/es/components/Select/ui/Inner/Inner.css +10 -10
  74. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  75. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  76. package/es/components/Select/ui/Inner/ui/Item/{Item.styles_1dlmiti.css → Item.styles_1qpfn0s.css} +2 -2
  77. package/es/components/Select/ui/SelectAll/SelectAll.css +10 -10
  78. package/es/components/Select/ui/VirtualList/VirtualList.css +10 -10
  79. package/es/components/Table/Table.css +10 -10
  80. package/es/components/Table/ui/Cell/Cell.css +10 -10
  81. package/es/components/Table/ui/EditableCell/EditableCell.css +10 -10
  82. package/es/components/Table/ui/HeadCell/HeadCell.css +10 -10
  83. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +10 -10
  84. package/es/components/TextArea/TextArea.js +6 -4
  85. package/es/components/TextArea/TextArea.js.map +1 -1
  86. package/es/components/TextArea/TextArea.styles.js +60 -40
  87. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  88. package/es/components/TextArea/TextArea.styles_157tps0.css +24 -0
  89. package/es/components/TextArea/ui/Hint/Hint.css +22 -18
  90. package/es/components/TextArea/variations/_clear/base.js +1 -1
  91. package/es/components/TextArea/variations/_clear/base_1vo4ba5.css +1 -0
  92. package/es/components/TextArea/variations/_disabled/base.js +1 -1
  93. package/es/components/TextArea/variations/_disabled/base_s6ttw.css +1 -0
  94. package/es/components/TextArea/variations/_read-only/base.js +1 -1
  95. package/es/components/TextArea/variations/_read-only/{base_1v0syh0.css → base_vk912g.css} +1 -1
  96. package/es/index.css +46 -42
  97. package/package.json +2 -2
  98. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  99. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  100. package/styled-components/cjs/components/Select/Select.tokens.js +0 -1
  101. package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  102. package/styled-components/cjs/components/TextArea/TextArea.js +4 -3
  103. package/styled-components/cjs/components/TextArea/TextArea.styles.js +64 -27
  104. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +28 -32
  105. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +40 -74
  106. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +28 -32
  107. package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +40 -74
  108. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  109. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  110. package/styled-components/es/components/Select/Select.tokens.js +0 -1
  111. package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  112. package/styled-components/es/components/TextArea/TextArea.js +5 -4
  113. package/styled-components/es/components/TextArea/TextArea.styles.js +52 -27
  114. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +28 -32
  115. package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +40 -74
  116. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +28 -32
  117. package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +40 -74
  118. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +0 -1
  119. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  120. package/types/components/Select/Select.tokens.d.ts +0 -1
  121. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  122. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  123. package/types/components/TextArea/TextArea.styles.d.ts +4 -0
  124. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  125. package/types/components/TextArea/TextArea.types.d.ts +5 -0
  126. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  127. package/cjs/components/TextArea/TextArea.styles_1r7xix5.css +0 -20
  128. package/cjs/components/TextArea/variations/_clear/base_16hm89e.css +0 -1
  129. package/cjs/components/TextArea/variations/_disabled/base_1bn0zc9.css +0 -1
  130. package/es/components/TextArea/TextArea.styles_1r7xix5.css +0 -20
  131. package/es/components/TextArea/variations/_clear/base_16hm89e.css +0 -1
  132. package/es/components/TextArea/variations/_disabled/base_1bn0zc9.css +0 -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-2ff414ff-0"
10
+ componentId: "sc-e5158e93-0"
11
11
  })([
12
12
  ""
13
13
  ]);
14
14
  export var OuterLabelWrapper = styled.div.withConfig({
15
15
  displayName: "TextArea.styles__OuterLabelWrapper",
16
- componentId: "sc-2ff414ff-1"
16
+ componentId: "sc-e5158e93-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-2ff414ff-2"
30
+ componentId: "sc-e5158e93-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-2ff414ff-3"
50
+ componentId: "sc-e5158e93-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-2ff414ff-4"
62
+ componentId: "sc-e5158e93-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-2ff414ff-5"
68
+ componentId: "sc-e5158e93-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-2ff414ff-6"
99
+ componentId: "sc-e5158e93-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-2ff414ff-7"
108
+ componentId: "sc-e5158e93-7"
109
109
  })([
110
110
  "color:var(",
111
111
  ");width:var(",
@@ -114,40 +114,65 @@ 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-2ff414ff-8"
117
+ componentId: "sc-e5158e93-8"
118
118
  })([
119
119
  ""
120
120
  ]);
121
121
  export var StyledTextAreaWrapper = styled.div.withConfig({
122
122
  displayName: "TextArea.styles__StyledTextAreaWrapper",
123
- componentId: "sc-2ff414ff-9"
123
+ componentId: "sc-e5158e93-9"
124
124
  })([
125
- "background-color:var(",
126
- ");padding-top:var(",
125
+ "display:flex;flex-direction:column;background-color:var(",
127
126
  ");padding-bottom:",
128
127
  ";border-radius:",
129
128
  ";"
130
- ], tokens.inputBackgroundColor, tokens.inputPaddingTop, function(param) {
129
+ ], tokens.inputBackgroundColor, function(param) {
131
130
  var hasHelper = param.hasHelper;
132
131
  return hasHelper ? "var(".concat(tokens.inputPaddingBottomWithHelpers, ")") : "var(".concat(tokens.inputPaddingBottom, ")");
133
132
  }, function(param) {
134
133
  var hasHelper = param.hasHelper;
135
134
  return hasHelper ? "var(".concat(tokens.borderRadiusWithHelpers, ")") : "var(".concat(tokens.borderRadius, ")");
136
135
  });
136
+ export var StyledContentWrapper = styled.div.withConfig({
137
+ displayName: "TextArea.styles__StyledContentWrapper",
138
+ componentId: "sc-e5158e93-10"
139
+ })([
140
+ "position:relative;width:100%;height:0;margin-top:var(",
141
+ ");"
142
+ ], tokens.inputPaddingTop);
137
143
  export var StyledContent = styled.div.withConfig({
138
144
  displayName: "TextArea.styles__StyledContent",
139
- componentId: "sc-2ff414ff-10"
145
+ componentId: "sc-e5158e93-11"
140
146
  })([
141
- "position:absolute;display:flex;align-items:center;bottom:0;z-index:1;color:var(",
147
+ "position:absolute;display:flex;align-items:center;z-index:1;color:var(",
142
148
  ",var(",
143
- "));top:var(",
144
- ");right:var(",
149
+ "));top:-0.063rem;right:var(",
145
150
  ");height:var(",
146
151
  ");"
147
- ], tokens.rightContentColor, tokens.inputColor, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight);
152
+ ], tokens.rightContentColor, tokens.inputColor, tokens.rightContentRight, tokens.rightContentHeight);
153
+ export var StyledHeaderSlot = styled.div.withConfig({
154
+ displayName: "TextArea.styles__StyledHeaderSlot",
155
+ componentId: "sc-e5158e93-12"
156
+ })([
157
+ "display:flex;flex-direction:column;margin-right:var(--plasma-textarea-helpers-padding-right);margin-left:var(--plasma-textarea-helpers-padding-left);"
158
+ ]);
159
+ export var DividerWrapper = styled.div.withConfig({
160
+ displayName: "TextArea.styles__DividerWrapper",
161
+ componentId: "sc-e5158e93-13"
162
+ })([
163
+ "background:var(",
164
+ ");"
165
+ ], tokens.backgroundColor);
166
+ export var Divider = styled.div.withConfig({
167
+ displayName: "TextArea.styles__Divider",
168
+ componentId: "sc-e5158e93-14"
169
+ })([
170
+ "height:0.0625rem;background:var(",
171
+ ");"
172
+ ], tokens.dividerColor);
148
173
  export var StyledContainer = styled.div.withConfig({
149
174
  displayName: "TextArea.styles__StyledContainer",
150
- componentId: "sc-2ff414ff-11"
175
+ componentId: "sc-e5158e93-15"
151
176
  })([
152
177
  "display:inline-flex;flex-direction:column;width:",
153
178
  ";position:relative;"
@@ -157,7 +182,7 @@ export var StyledContainer = styled.div.withConfig({
157
182
  });
158
183
  export var StyledTextArea = styled.textarea.withConfig({
159
184
  displayName: "TextArea.styles__StyledTextArea",
160
- componentId: "sc-2ff414ff-12"
185
+ componentId: "sc-e5158e93-16"
161
186
  })([
162
187
  "display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(",
163
188
  ");caret-color:var(",
@@ -220,7 +245,7 @@ export var StyledTextArea = styled.textarea.withConfig({
220
245
  }, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.inputColorFocus, tokens.scrollbarWidth, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarBorderWidth, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarBorderWidth);
221
246
  export var StyledHiddenTextArea = styled.textarea.withConfig({
222
247
  displayName: "TextArea.styles__StyledHiddenTextArea",
223
- componentId: "sc-2ff414ff-13"
248
+ componentId: "sc-e5158e93-17"
224
249
  })([
225
250
  "max-height:none !important;min-height:var(",
226
251
  ") !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:",
@@ -238,7 +263,7 @@ export var StyledHiddenTextArea = styled.textarea.withConfig({
238
263
  }, tokens.inputPaddingLeft, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
239
264
  export var StyledHelpers = styled.div.withConfig({
240
265
  displayName: "TextArea.styles__StyledHelpers",
241
- componentId: "sc-2ff414ff-14"
266
+ componentId: "sc-e5158e93-18"
242
267
  })([
243
268
  "box-sizing:border-box;display:flex;justify-content:space-between;transition:background-color 0.1s ease-in-out;background-color:var(",
244
269
  ");padding-top:var(",
@@ -251,14 +276,14 @@ export var StyledHelpers = styled.div.withConfig({
251
276
  ], tokens.helpersBackgroundColor, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.borderRadius, tokens.borderRadius);
252
277
  export var StyledOutsideHelpersWrapper = styled.div.withConfig({
253
278
  displayName: "TextArea.styles__StyledOutsideHelpersWrapper",
254
- componentId: "sc-2ff414ff-15"
279
+ componentId: "sc-e5158e93-19"
255
280
  })([
256
281
  "box-sizing:border-box;display:flex;justify-content:space-between;padding-top:var(",
257
282
  ");"
258
283
  ], tokens.clearHelpersPaddingTop);
259
284
  export var StyledLeftHelper = styled.span.withConfig({
260
285
  displayName: "TextArea.styles__StyledLeftHelper",
261
- componentId: "sc-2ff414ff-16"
286
+ componentId: "sc-e5158e93-20"
262
287
  })([
263
288
  "",
264
289
  ";display:block;font-family:var(",
@@ -272,14 +297,14 @@ export var StyledLeftHelper = styled.span.withConfig({
272
297
  ], applyEllipsis(), tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.leftHelperColor);
273
298
  export var StyledRightHelper = styled(StyledLeftHelper).withConfig({
274
299
  displayName: "TextArea.styles__StyledRightHelper",
275
- componentId: "sc-2ff414ff-17"
300
+ componentId: "sc-e5158e93-21"
276
301
  })([
277
302
  "color:var(",
278
303
  ");margin-left:auto;"
279
304
  ], tokens.rightHelperColor);
280
305
  export var StyledPlaceholder = styled.label.withConfig({
281
306
  displayName: "TextArea.styles__StyledPlaceholder",
282
- componentId: "sc-2ff414ff-18"
307
+ componentId: "sc-e5158e93-22"
283
308
  })([
284
309
  "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(",
285
310
  ");width:100%;height:auto;top:var(",
@@ -298,7 +323,7 @@ export var StyledPlaceholder = styled.label.withConfig({
298
323
  }, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
299
324
  export var StyledIndicator = styled.div.withConfig({
300
325
  displayName: "TextArea.styles__StyledIndicator",
301
- componentId: "sc-2ff414ff-19"
326
+ componentId: "sc-e5158e93-23"
302
327
  })([
303
328
  "position:absolute;border-radius:50%;background-color:var(",
304
329
  ");&.",
@@ -45,13 +45,8 @@ 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
- ":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),
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),
55
50
  positive: css([
56
51
  "",
57
52
  ":var(--text-primary);",
@@ -89,13 +84,8 @@ export var config = {
89
84
  ":var(--text-secondary-hover);",
90
85
  ":var(--surface-transparent-secondary);",
91
86
  ":var(--text-secondary);",
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),
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),
99
89
  warning: css([
100
90
  "",
101
91
  ":var(--text-primary);",
@@ -133,13 +123,8 @@ export var config = {
133
123
  ":var(--text-secondary-hover);",
134
124
  ":var(--surface-transparent-secondary);",
135
125
  ":var(--text-secondary);",
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),
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),
143
128
  negative: css([
144
129
  "",
145
130
  ":var(--text-primary);",
@@ -177,13 +162,8 @@ export var config = {
177
162
  ":var(--text-secondary-hover);",
178
163
  ":var(--surface-transparent-secondary);",
179
164
  ":var(--text-secondary);",
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)
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)
187
167
  },
188
168
  size: {
189
169
  l: css([
@@ -280,7 +260,11 @@ export var config = {
280
260
  ":1.25rem;",
281
261
  ":0.375rem;",
282
262
  ":0.375rem;",
263
+ ":var(--text-accent);",
264
+ ":var(--on-dark-text-primary);",
265
+ ":transparent;",
283
266
  ":0.125rem;",
267
+ ":var(--text-secondary);",
284
268
  ":0.375rem;",
285
269
  ":0.5rem;",
286
270
  ":1rem;",
@@ -288,7 +272,7 @@ export var config = {
288
272
  ":1rem;",
289
273
  ":0.375rem;",
290
274
  ":0.375rem;"
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),
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),
292
276
  m: css([
293
277
  "",
294
278
  ":3rem;",
@@ -383,7 +367,11 @@ export var config = {
383
367
  ":1.25rem;",
384
368
  ":0.375rem;",
385
369
  ":0.375rem;",
370
+ ":var(--text-accent);",
371
+ ":var(--on-dark-text-primary);",
372
+ ":transparent;",
386
373
  ":0.125rem;",
374
+ ":var(--text-secondary);",
387
375
  ":0.375rem;",
388
376
  ":0.375rem;",
389
377
  ":0.875rem;",
@@ -391,7 +379,7 @@ export var config = {
391
379
  ":0.875rem;",
392
380
  ":0.375rem;",
393
381
  ":0.375rem;"
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),
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),
395
383
  s: css([
396
384
  "",
397
385
  ":2.5rem;",
@@ -486,7 +474,11 @@ export var config = {
486
474
  ":0.875rem;",
487
475
  ":0.375rem;",
488
476
  ":0.25rem;",
477
+ ":var(--text-accent);",
478
+ ":var(--on-dark-text-primary);",
479
+ ":transparent;",
489
480
  ":0.125rem;",
481
+ ":var(--text-secondary);",
490
482
  ":0.375rem;",
491
483
  ":0.375rem;",
492
484
  ":0.75rem;",
@@ -494,7 +486,7 @@ export var config = {
494
486
  ":0.75rem;",
495
487
  ":0.25rem;",
496
488
  ":0.25rem;"
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),
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),
498
490
  xs: css([
499
491
  "",
500
492
  ":2rem;",
@@ -589,7 +581,11 @@ export var config = {
589
581
  ":0.875rem;",
590
582
  ":0.25rem;",
591
583
  ":0.25rem;",
584
+ ":var(--text-accent);",
585
+ ":var(--on-dark-text-primary);",
586
+ ":transparent;",
592
587
  ":0.125rem;",
588
+ ":var(--text-secondary);",
593
589
  ":0.375rem;",
594
590
  ":0.25rem;",
595
591
  ":0.5rem;",
@@ -597,7 +593,7 @@ export var config = {
597
593
  ":0.5rem;",
598
594
  ":0.125rem;",
599
595
  ":0.125rem;"
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)
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)
601
597
  },
602
598
  labelPlacement: {
603
599
  inner: css([