@accelint/design-toolkit 2.2.1 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +1 -0
  2. package/dist/components/accordion/index.d.ts +2 -2
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/accordion/index.js.map +1 -1
  5. package/dist/components/accordion/styles.d.ts +3 -39
  6. package/dist/components/accordion/styles.js +1 -1
  7. package/dist/components/accordion/styles.js.map +1 -1
  8. package/dist/components/avatar/index.d.ts +4 -4
  9. package/dist/components/badge/index.d.ts +2 -2
  10. package/dist/components/box/index.d.ts +3 -3
  11. package/dist/components/button/index.d.ts +35 -23
  12. package/dist/components/button/index.js +1 -1
  13. package/dist/components/button/index.js.map +1 -1
  14. package/dist/components/button/styles.d.ts +297 -0
  15. package/dist/components/button/styles.js +2 -0
  16. package/dist/components/button/styles.js.map +1 -0
  17. package/dist/components/button/types.d.ts +14 -0
  18. package/dist/components/button/types.js +2 -0
  19. package/dist/components/button/types.js.map +1 -0
  20. package/dist/components/checkbox/index.d.ts +2 -2
  21. package/dist/components/checkbox/index.js +1 -1
  22. package/dist/components/checkbox/index.js.map +1 -1
  23. package/dist/components/chip/index.d.ts +25 -48
  24. package/dist/components/chip/index.js +1 -1
  25. package/dist/components/chip/index.js.map +1 -1
  26. package/dist/components/chip/styles.d.ts +250 -0
  27. package/dist/components/chip/styles.js +2 -0
  28. package/dist/components/chip/styles.js.map +1 -0
  29. package/dist/components/chip/types.d.ts +20 -0
  30. package/dist/components/chip/types.js +2 -0
  31. package/dist/components/chip/types.js.map +1 -0
  32. package/dist/components/classification-badge/index.d.ts +15 -16
  33. package/dist/components/classification-badge/index.js +1 -1
  34. package/dist/components/classification-badge/index.js.map +1 -1
  35. package/dist/components/classification-badge/styles.d.ts +51 -0
  36. package/dist/components/classification-badge/styles.js +2 -0
  37. package/dist/components/classification-badge/styles.js.map +1 -0
  38. package/dist/components/classification-badge/types.d.ts +9 -0
  39. package/dist/components/classification-badge/types.js +2 -0
  40. package/dist/components/classification-badge/types.js.map +1 -0
  41. package/dist/components/classification-banner/index.d.ts +15 -16
  42. package/dist/components/classification-banner/index.js +1 -2
  43. package/dist/components/classification-banner/index.js.map +1 -1
  44. package/dist/components/classification-banner/styles.d.ts +38 -0
  45. package/dist/components/classification-banner/styles.js +2 -0
  46. package/dist/components/classification-banner/styles.js.map +1 -0
  47. package/dist/components/classification-banner/types.d.ts +9 -0
  48. package/dist/components/classification-banner/types.js +2 -0
  49. package/dist/components/classification-banner/types.js.map +1 -0
  50. package/dist/components/combobox/index.js +1 -1
  51. package/dist/components/combobox/index.js.map +1 -1
  52. package/dist/components/date-field/index.js +1 -1
  53. package/dist/components/date-field/index.js.map +1 -1
  54. package/dist/components/dialog/index.d.ts +5 -5
  55. package/dist/components/dialog/index.js +1 -1
  56. package/dist/components/dialog/index.js.map +1 -1
  57. package/dist/components/icon/index.d.ts +2 -2
  58. package/dist/components/icon/types.d.ts +3 -5
  59. package/dist/components/label/index.d.ts +10 -7
  60. package/dist/components/label/index.js +1 -1
  61. package/dist/components/label/index.js.map +1 -1
  62. package/dist/components/label/styles.d.ts +5 -0
  63. package/dist/components/label/styles.js +2 -0
  64. package/dist/components/label/styles.js.map +1 -0
  65. package/dist/components/label/types.d.ts +10 -0
  66. package/dist/components/label/types.js +2 -0
  67. package/dist/components/label/types.js.map +1 -0
  68. package/dist/components/options/index.d.ts +2 -2
  69. package/dist/components/options-item/index.js +1 -1
  70. package/dist/components/options-item/index.js.map +1 -1
  71. package/dist/components/popover/styles.d.ts +3 -3
  72. package/dist/components/query-builder/index.js +1 -1
  73. package/dist/components/query-builder/index.js.map +1 -1
  74. package/dist/components/query-builder/value-editor.js +1 -1
  75. package/dist/components/query-builder/value-editor.js.map +1 -1
  76. package/dist/components/radio/index.d.ts +11 -9
  77. package/dist/components/radio/index.js +1 -1
  78. package/dist/components/radio/index.js.map +1 -1
  79. package/dist/components/radio/styles.d.ts +53 -0
  80. package/dist/components/radio/styles.js +2 -0
  81. package/dist/components/radio/styles.js.map +1 -0
  82. package/dist/components/radio/types.d.ts +21 -0
  83. package/dist/components/radio/types.js +2 -0
  84. package/dist/components/radio/types.js.map +1 -0
  85. package/dist/components/search-field/index.js +1 -1
  86. package/dist/components/search-field/index.js.map +1 -1
  87. package/dist/components/switch/index.d.ts +10 -7
  88. package/dist/components/switch/index.js +1 -1
  89. package/dist/components/switch/index.js.map +1 -1
  90. package/dist/components/switch/styles.d.ts +41 -0
  91. package/dist/components/switch/styles.js +2 -0
  92. package/dist/components/switch/styles.js.map +1 -0
  93. package/dist/components/switch/types.d.ts +13 -0
  94. package/dist/components/switch/types.js +2 -0
  95. package/dist/components/switch/types.js.map +1 -0
  96. package/dist/components/tabs/index.js +1 -1
  97. package/dist/components/tabs/index.js.map +1 -1
  98. package/dist/components/text-area-field/index.d.ts +19 -0
  99. package/dist/components/text-area-field/index.js +2 -0
  100. package/dist/components/text-area-field/index.js.map +1 -0
  101. package/dist/components/text-area-field/styles.d.ts +113 -0
  102. package/dist/components/text-area-field/styles.js +2 -0
  103. package/dist/components/text-area-field/styles.js.map +1 -0
  104. package/dist/components/text-area-field/types.d.ts +23 -0
  105. package/dist/components/text-area-field/types.js +2 -0
  106. package/dist/components/text-area-field/types.js.map +1 -0
  107. package/dist/components/text-field/index.js +1 -1
  108. package/dist/components/text-field/index.js.map +1 -1
  109. package/dist/components/tooltip/index.d.ts +2 -2
  110. package/dist/index.css +122 -252
  111. package/dist/index.d.ts +25 -11
  112. package/dist/index.js +1 -1
  113. package/dist/lib/react.js.map +1 -1
  114. package/dist/lib/utils.js +1 -1
  115. package/dist/lib/utils.js.map +1 -1
  116. package/dist/metafile-esm.json +1 -1
  117. package/dist/styles.css +873 -754
  118. package/dist/tokens/generated/themes.css +147 -0
  119. package/dist/tokens/generated/themes.d.ts +2 -0
  120. package/dist/tokens/generated/tokens.css +119 -0
  121. package/dist/tokens/generated/tokens.d.ts +108 -0
  122. package/dist/tokens/generated/tokens.js +2 -0
  123. package/dist/tokens/generated/tokens.js.map +1 -0
  124. package/package.json +5 -5
  125. package/dist/components/floating-button/index.d.ts +0 -18
  126. package/dist/components/floating-button/index.js +0 -2
  127. package/dist/components/floating-button/index.js.map +0 -1
  128. package/dist/components/icon-button/index.d.ts +0 -20
  129. package/dist/components/icon-button/index.js +0 -2
  130. package/dist/components/icon-button/index.js.map +0 -1
  131. package/dist/components/text-area/index.d.ts +0 -30
  132. package/dist/components/text-area/index.js +0 -2
  133. package/dist/components/text-area/index.js.map +0 -1
  134. package/dist/components/toggle-icon-button/index.d.ts +0 -20
  135. package/dist/components/toggle-icon-button/index.js +0 -2
  136. package/dist/components/toggle-icon-button/index.js.map +0 -1
package/dist/styles.css CHANGED
@@ -104,76 +104,109 @@
104
104
  --font-weight-normal: 400;
105
105
  --font-weight-medium: 500;
106
106
  --animate-spin: spin 1s linear infinite;
107
- --font-primary: "Roboto Flex", sans-serif;
108
- --font-display: "Roboto Mono", monospace;
109
- --color-surface-default: var(--neutral-10, #0b0b0b);
110
- --color-surface-raised: var(--neutral-09, #222222);
111
- --color-surface-overlay: var(--neutral-08, #2f2f31);
112
- --color-transparent-dark: var(--alpha-black-02, rgba(0, 0, 0, 0.4));
113
- --color-transparent-light: var(--alpha-white-01, rgba(255, 255, 255, 0.08));
114
- --color-interactive-default: var(--neutral-02, #e6e6e6);
115
- --color-interactive-hover-light: var(--neutral-03, #898989);
116
- --color-interactive-hover-dark: var(--neutral-08, #2f2f31);
117
- --color-interactive-disabled: var(--neutral-07, #383838);
118
- --color-static-light: var(--neutral-07, #383838);
119
- --color-static-dark: var(--neutral-09, #222222);
120
- --color-interactive: var(--neutral-05, #565656);
121
- --color-interactive-hover: var(--neutral-01, #ffffff);
122
- --color-highlight-bold: var(--highlight-primary-03, #28f5be);
123
- --color-highlight-hover: var(--highlight-primary-04, #189372);
124
- --color-highlight-subtle: var(--highlight-primary-05, #0a3d30);
125
- --color-info-bold: var(--utility-info-03, #686868);
126
- --color-info-hover: var(--utility-info-04, #424244);
127
- --color-info-subtle: var(--utility-info-05, #222222);
128
- --color-advisory-bold: var(--utility-advisory-03, #62a6ff);
129
- --color-advisory-hover: var(--utility-advisory-04, #3a6499);
130
- --color-advisory-subtle: var(--utility-advisory-05, #142133);
131
- --color-normal-bold: var(--utility-normal-03, #30d27e);
132
- --color-normal-hover: var(--utility-normal-04, #1c7e4c);
133
- --color-normal-subtle: var(--utility-normal-05, #0a2a19);
134
- --color-serious-bold: var(--utility-serious-03, #fca400);
135
- --color-serious-hover: var(--utility-serious-04, #976201);
136
- --color-serious-subtle: var(--utility-serious-05, #322100);
137
- --color-critical-bold: var(--utility-critical-03, #d4231d);
138
- --color-critical-hover: var(--utility-critical-04, #7f1511);
139
- --color-critical-subtle: var(--utility-critical-05, #2a0706);
140
- --color-default-light: var(--neutral-01, #ffffff);
141
- --color-default-dark: var(--neutral-03, #898989);
142
- --color-inverse-dark: var(--neutral-07,#383838);
143
- --color-inverse-light: var(--neutral-09, #222222);
144
- --color-disabled: var(--neutral-05, #565656);
145
- --color-highlight: var(--highlight-primary-03, #28f5be);
146
- --color-info: var(--neutral-04, #686868);
147
- --color-advisory: var(--utility-advisory-03, #62a6ff);
148
- --color-normal: var(--utility-normal-03, #30d27e);
149
- --color-serious: var(--utility-serious-03, #fca400);
150
- --color-critical: var(--utility-critical-03, #d4231d);
151
- --color-classification-missing: var(--neutral-10, #0b0b0b);
152
- --color-classification-unclass: var(--classification-unclass, #007A33);
153
- --color-classification-cui: var(--classification-cui, #502b85);
154
- --color-classification-confidential: var(--classification-confidential, #0033a0);
155
- --color-classification-secret: var(--classification-secret, #c8102e);
156
- --color-classification-top-secret: var(--classification-top-secret, #ff8c00);
157
- --color-classification-ts-sci: var(--classification-ts-sci, #fce83a);
158
- --radius-none: 0px;
159
- --radius-small: 2px;
160
- --radius-medium: 4px;
161
- --radius-large: 8px;
162
- --radius-round: 80px;
163
- --spacing-none: unset;
164
- --spacing-0: 0;
165
- --spacing-xxs: 2px;
166
- --spacing-xs: 4px;
167
- --spacing-s: 8px;
168
- --spacing-m: 12px;
169
- --spacing-l: 16px;
170
- --spacing-xl: 24px;
171
- --spacing-xxl: 40px;
172
- --spacing-oversized: 80px;
173
- --icon-size-l: var(--spacing-xl);
174
- --icon-size-m: 20px;
175
- --icon-size-s: var(--spacing-l);
176
- --icon-size-xs: var(--spacing-m);
107
+ --color-surface-default: var(--colors-neutral-10, #0b0b0b);
108
+ --color-surface-raised: var(--colors-neutral-09, #222222);
109
+ --color-surface-overlay: var(--colors-neutral-08, #2f2f31);
110
+ --color-transparent-dark: var(--colors-alpha-black-02, rgba(0, 0, 0, 0.4));
111
+ --color-transparent-light: var(--colors-alpha-white-01, rgba(255, 255, 255, 0.08));
112
+ --color-interactive: var(--colors-neutral-05, #565656);
113
+ --color-interactive-default: var(--colors-neutral-02, #e6e6e6);
114
+ --color-interactive-hover: var(--colors-neutral-01, #ffffff);
115
+ --color-interactive-hover-light: var(--colors-neutral-03, #898989);
116
+ --color-interactive-hover-dark: var(--colors-neutral-08, #2f2f31);
117
+ --color-interactive-disabled: var(--colors-neutral-07, #383838);
118
+ --color-static-light: var(--colors-neutral-07, #383838);
119
+ --color-static-dark: var(--colors-neutral-09, #222222);
120
+ --color-highlight: var(--colors-highlight-primary-03, #28f5be);
121
+ --color-highlight-bold: var(--colors-highlight-primary-03, #28f5be);
122
+ --color-highlight-hover: var(--colors-highlight-primary-04, #189372);
123
+ --color-highlight-subtle: var(--colors-highlight-primary-05, #0a3d30);
124
+ --color-info: var(--colors-neutral-04, #686868);
125
+ --color-info-bold: var(--colors-utility-info-03, #686868);
126
+ --color-info-hover: var(--colors-utility-info-04, #424244);
127
+ --color-info-subtle: var(--colors-utility-info-05, #222222);
128
+ --color-advisory: var(--colors-utility-advisory-03, #62a6ff);
129
+ --color-advisory-bold: var(--colors-utility-advisory-03, #62a6ff);
130
+ --color-advisory-hover: var(--colors-utility-advisory-04, #3a6499);
131
+ --color-advisory-subtle: var(--colors-utility-advisory-05, #142133);
132
+ --color-normal: var(--colors-utility-normal-03, #30d27e);
133
+ --color-normal-bold: var(--colors-utility-normal-03, #30d27e);
134
+ --color-normal-hover: var(--colors-utility-normal-04, #1c7e4c);
135
+ --color-normal-subtle: var(--colors-utility-normal-05, #0a2a19);
136
+ --color-serious: var(--colors-utility-serious-03, #fca400);
137
+ --color-serious-bold: var(--colors-utility-serious-03, #fca400);
138
+ --color-serious-hover: var(--colors-utility-serious-04, #976201);
139
+ --color-serious-subtle: var(--colors-utility-serious-05, #322100);
140
+ --color-critical: var(--colors-utility-critical-03, #d4231d);
141
+ --color-critical-bold: var(--colors-utility-critical-03, #d4231d);
142
+ --color-critical-hover: var(--colors-utility-critical-04, #7f1511);
143
+ --color-critical-subtle: var(--colors-utility-critical-05, #2a0706);
144
+ --color-default-light: var(--colors-neutral-01, #ffffff);
145
+ --color-default-dark: var(--colors-neutral-03, #898989);
146
+ --color-inverse-dark: var(--colors-neutral-07, #383838);
147
+ --color-inverse-light: var(--colors-neutral-09, #222222);
148
+ --color-disabled: var(--colors-neutral-05, #565656);
149
+ --color-classification-missing: var(--colors-neutral-10, #0b0b0b);
150
+ --color-classification-unclass: var(--colors-classification-unclass, #007A33);
151
+ --color-classification-cui: var(--colors-classification-cui, #502b85);
152
+ --color-classification-confidential: var(--colors-classification-confidential, #0033a0);
153
+ --color-classification-secret: var(--colors-classification-secret, #c8102e);
154
+ --color-classification-top-secret: var(--colors-classification-top-secret, #ff8c00);
155
+ --color-classification-ts-sci: var(--colors-classification-ts-sci, #fce83a);
156
+ --typography-header-xxl-size: var(--typography-header-xxl-size);
157
+ --typography-header-xxl-height: var(--typography-header-xxl-height);
158
+ --typography-header-xl-size: var(--typography-header-xl-size);
159
+ --typography-header-xl-height: var(--typography-header-xl-height);
160
+ --typography-header-l-size: var(--typography-header-l-size);
161
+ --typography-header-l-height: var(--typography-header-l-height);
162
+ --typography-header-m-size: var(--typography-header-m-size);
163
+ --typography-header-m-height: var(--typography-header-m-height);
164
+ --typography-header-s-size: var(--typography-header-s-size);
165
+ --typography-header-s-height: var(--typography-header-s-height);
166
+ --typography-header-xs-size: var(--typography-header-xs-size);
167
+ --typography-header-xs-height: var(--typography-header-xs-height);
168
+ --typography-body-l-size: var(--typography-body-l-size);
169
+ --typography-body-l-height: var(--typography-body-l-height);
170
+ --typography-body-m-size: var(--typography-body-m-size);
171
+ --typography-body-m-height: var(--typography-body-m-height);
172
+ --typography-body-s-size: var(--typography-body-s-size);
173
+ --typography-body-s-height: var(--typography-body-s-height);
174
+ --typography-body-xs-size: var(--typography-body-xs-size);
175
+ --typography-body-xs-height: var(--typography-body-xs-height);
176
+ --typography-body-xxs-size: var(--typography-body-xxs-size);
177
+ --typography-body-xxs-height: var(--typography-body-xxs-height);
178
+ --typography-button-l-size: var(--typography-button-l-size);
179
+ --typography-button-l-height: var(--typography-button-l-height);
180
+ --typography-button-m-size: var(--typography-button-m-size);
181
+ --typography-button-m-height: var(--typography-button-m-height);
182
+ --typography-button-s-size: var(--typography-button-s-size);
183
+ --typography-button-s-height: var(--typography-button-s-height);
184
+ --typography-button-xs-size: var(--typography-button-xs-size);
185
+ --typography-button-xs-height: var(--typography-button-xs-height);
186
+ --spacing-0: var(--spacing-0);
187
+ --spacing-none: var(--spacing-none);
188
+ --spacing-xxs: var(--spacing-xxs);
189
+ --spacing-xs: var(--spacing-xs);
190
+ --spacing-s: var(--spacing-s);
191
+ --spacing-m: var(--spacing-m);
192
+ --spacing-l: var(--spacing-l);
193
+ --spacing-xl: var(--spacing-xl);
194
+ --spacing-xxl: var(--spacing-xxl);
195
+ --spacing-oversized: var(--spacing-oversized);
196
+ --radius-none: var(--radius-none);
197
+ --radius-small: var(--radius-small);
198
+ --radius-medium: var(--radius-medium);
199
+ --radius-large: var(--radius-large);
200
+ --radius-round: var(--radius-round);
201
+ --shadows-elevation-default: var(--shadows-elevation-default);
202
+ --shadows-elevation-overlay: var(--shadows-elevation-overlay);
203
+ --shadows-elevation-raised: var(--shadows-elevation-raised);
204
+ --font-primary: var(--font-primary);
205
+ --font-display: var(--font-display);
206
+ --icon-size-l: var(--icon-size-l);
207
+ --icon-size-m: var(--icon-size-m);
208
+ --icon-size-s: var(--icon-size-s);
209
+ --icon-size-xs: var(--icon-size-xs);
177
210
  }
178
211
  }
179
212
  @layer base {
@@ -325,6 +358,9 @@
325
358
  .pointer-events-none {
326
359
  pointer-events: none;
327
360
  }
361
+ .invisible {
362
+ visibility: hidden;
363
+ }
328
364
  .\[position\:var\(--badge-position\,initial\)\] {
329
365
  position: var(--badge-position,initial);
330
366
  }
@@ -337,6 +373,9 @@
337
373
  .relative {
338
374
  position: relative;
339
375
  }
376
+ .static {
377
+ position: static;
378
+ }
340
379
  .\[inset\:var\(--badge-inset\,initial\)\] {
341
380
  inset: var(--badge-inset,initial);
342
381
  }
@@ -361,15 +400,9 @@
361
400
  .right-\[8px\] {
362
401
  right: 8px;
363
402
  }
364
- .right-\[20px\] {
365
- right: 20px;
366
- }
367
403
  .right-xs {
368
404
  right: var(--spacing-xs);
369
405
  }
370
- .bottom-\[20px\] {
371
- bottom: 20px;
372
- }
373
406
  .left-1\/2 {
374
407
  left: calc(1/2 * 100%);
375
408
  }
@@ -454,6 +487,9 @@
454
487
  .my-s {
455
488
  margin-block: var(--spacing-s);
456
489
  }
490
+ .my-xxs {
491
+ margin-block: var(--spacing-xxs);
492
+ }
457
493
  .mt-l {
458
494
  margin-top: var(--spacing-l);
459
495
  }
@@ -496,14 +532,6 @@
496
532
  .table {
497
533
  display: table;
498
534
  }
499
- .size-\[20px\] {
500
- width: 20px;
501
- height: 20px;
502
- }
503
- .size-\[28px\] {
504
- width: 28px;
505
- height: 28px;
506
- }
507
535
  .size-\[32px\] {
508
536
  width: 32px;
509
537
  height: 32px;
@@ -587,18 +615,6 @@
587
615
  .max-h-\[200px\] {
588
616
  max-height: 200px;
589
617
  }
590
- .min-h-\[20px\] {
591
- min-height: 20px;
592
- }
593
- .min-h-\[32px\] {
594
- min-height: 32px;
595
- }
596
- .min-h-xl {
597
- min-height: var(--spacing-xl);
598
- }
599
- .min-h-xxl {
600
- min-height: var(--spacing-xxl);
601
- }
602
618
  .w-\(--trigger-width\) {
603
619
  width: var(--trigger-width);
604
620
  }
@@ -611,12 +627,6 @@
611
627
  .w-\[16px\] {
612
628
  width: 16px;
613
629
  }
614
- .w-\[32px\] {
615
- width: 32px;
616
- }
617
- .w-\[32px\] {
618
- width: 32px;
619
- }
620
630
  .w-\[50px\] {
621
631
  width: 50px;
622
632
  }
@@ -1195,9 +1205,6 @@
1195
1205
  .p-m {
1196
1206
  padding: var(--spacing-m);
1197
1207
  }
1198
- .p-oversized {
1199
- padding: var(--spacing-oversized);
1200
- }
1201
1208
  .p-s {
1202
1209
  padding: var(--spacing-s);
1203
1210
  }
@@ -1207,8 +1214,11 @@
1207
1214
  .p-xs {
1208
1215
  padding: var(--spacing-xs);
1209
1216
  }
1210
- .px-l {
1211
- padding-inline: var(--spacing-l);
1217
+ .p-xxs {
1218
+ padding: var(--spacing-xxs);
1219
+ }
1220
+ .px-m {
1221
+ padding-inline: var(--spacing-m);
1212
1222
  }
1213
1223
  .px-s {
1214
1224
  padding-inline: var(--spacing-s);
@@ -1249,9 +1259,6 @@
1249
1259
  .pl-\[35px\] {
1250
1260
  padding-left: 35px;
1251
1261
  }
1252
- .pl-m {
1253
- padding-left: var(--spacing-m);
1254
- }
1255
1262
  .pl-s {
1256
1263
  padding-left: var(--spacing-s);
1257
1264
  }
@@ -1268,94 +1275,94 @@
1268
1275
  font-family: var(--font-primary);
1269
1276
  }
1270
1277
  .text-body-l {
1271
- font-size: var(--body-l-size);
1278
+ font-size: var(--typography-body-l-size);
1272
1279
  font-weight: 400;
1273
1280
  letter-spacing: 0.5px;
1274
- line-height: var(--body-l-height);
1281
+ line-height: var(--typography-body-l-height);
1275
1282
  }
1276
1283
  .text-body-m {
1277
- font-size: var(--body-m-size);
1284
+ font-size: var(--typography-body-m-size);
1278
1285
  font-weight: 400;
1279
1286
  letter-spacing: 0.25px;
1280
- line-height: var(--body-m-height);
1287
+ line-height: var(--typography-body-m-height);
1281
1288
  }
1282
1289
  .text-body-s {
1283
- font-size: var(--body-s-size);
1290
+ font-size: var(--typography-body-s-size);
1284
1291
  font-weight: 400;
1285
1292
  letter-spacing: 0.4px;
1286
- line-height: var(--body-s-height);
1293
+ line-height: var(--typography-body-s-height);
1287
1294
  }
1288
1295
  .text-body-xs {
1289
- font-size: var(--body-xs-size);
1296
+ font-size: var(--typography-body-xs-size);
1290
1297
  font-weight: 400;
1291
1298
  letter-spacing: 0.5px;
1292
- line-height: var(--body-xs-height);
1299
+ line-height: var(--typography-body-xs-height);
1293
1300
  }
1294
1301
  .text-body-xxs {
1295
- font-size: var(--body-xxs-size);
1302
+ font-size: var(--typography-body-xxs-size);
1296
1303
  font-weight: 400;
1297
1304
  letter-spacing: 0.25px;
1298
- line-height: var(--body-xxs-height);
1305
+ line-height: var(--typography-body-xxs-height);
1299
1306
  }
1300
1307
  .text-button-l {
1301
- font-size: var(--button-l-size);
1308
+ font-size: var(--typography-button-l-size);
1302
1309
  font-weight: bold;
1303
1310
  letter-spacing: 0.5px;
1304
- line-height: var(--button-l-height);
1311
+ line-height: var(--typography-button-l-height);
1305
1312
  }
1306
1313
  .text-button-m {
1307
- font-size: var(--button-m-size);
1314
+ font-size: var(--typography-button-m-size);
1308
1315
  font-weight: bold;
1309
1316
  letter-spacing: 0.25px;
1310
- line-height: var(--button-m-height);
1317
+ line-height: var(--typography-button-m-height);
1311
1318
  }
1312
1319
  .text-button-s {
1313
- font-size: var(--button-s-size);
1320
+ font-size: var(--typography-button-s-size);
1314
1321
  font-weight: bold;
1315
1322
  letter-spacing: 0.4px;
1316
- line-height: var(--button-s-height);
1323
+ line-height: var(--typography-button-s-height);
1317
1324
  }
1318
1325
  .text-button-xs {
1319
- font-size: var(--button-xs-size);
1326
+ font-size: var(--typography-button-xs-size);
1320
1327
  font-weight: bold;
1321
1328
  letter-spacing: 0.5px;
1322
- line-height: var(--button-xs-height);
1329
+ line-height: var(--typography-button-xs-height);
1323
1330
  }
1324
1331
  .text-header-l {
1325
- font-size: var(--header-l-size);
1332
+ font-size: var(--typography-header-l-size);
1326
1333
  font-weight: 500;
1327
1334
  letter-spacing: 0.18px;
1328
- line-height: var(--header-l-height);
1335
+ line-height: var(--typography-header-l-height);
1329
1336
  }
1330
1337
  .text-header-m {
1331
- font-size: var(--header-m-size);
1338
+ font-size: var(--typography-header-m-size);
1332
1339
  font-weight: 500;
1333
1340
  letter-spacing: 0.25px;
1334
- line-height: var(--header-m-height);
1341
+ line-height: var(--typography-header-m-height);
1335
1342
  }
1336
1343
  .text-header-s {
1337
- font-size: var(--header-s-size);
1344
+ font-size: var(--typography-header-s-size);
1338
1345
  font-weight: 500;
1339
1346
  letter-spacing: 0.4px;
1340
- line-height: var(--header-s-height);
1347
+ line-height: var(--typography-header-s-height);
1341
1348
  }
1342
1349
  .text-header-xl {
1343
- font-size: var(--header-xl-size);
1350
+ font-size: var(--typography-header-xl-size);
1344
1351
  font-weight: 500;
1345
1352
  letter-spacing: 0.18px;
1346
- line-height: var(--header-xl-height);
1353
+ line-height: var(--typography-header-xl-height);
1347
1354
  }
1348
1355
  .text-header-xs {
1349
- font-size: var(--header-xs-size);
1356
+ font-size: var(--typography-header-xs-size);
1350
1357
  font-weight: 500;
1351
1358
  letter-spacing: 0.25px;
1352
- line-height: var(--header-xs-height);
1359
+ line-height: var(--typography-header-xs-height);
1353
1360
  }
1354
1361
  .text-header-xxl {
1355
- font-size: var(--header-xxl-size);
1362
+ font-size: var(--typography-header-xxl-size);
1356
1363
  font-weight: 500;
1357
1364
  letter-spacing: 0px;
1358
- line-height: var(--header-xxl-height);
1365
+ line-height: var(--typography-header-xxl-height);
1359
1366
  }
1360
1367
  .text-\[24px\] {
1361
1368
  font-size: 24px;
@@ -1386,9 +1393,6 @@
1386
1393
  .break-words {
1387
1394
  overflow-wrap: break-word;
1388
1395
  }
1389
- .whitespace-nowrap {
1390
- white-space: nowrap;
1391
- }
1392
1396
  .fg-advisory {
1393
1397
  color: var(--color-advisory);
1394
1398
  --icon-color: var(--color-advisory);
@@ -1476,14 +1480,6 @@
1476
1480
  .uppercase {
1477
1481
  text-transform: uppercase;
1478
1482
  }
1479
- .shadow-elevation-overlay {
1480
- --tw-shadow: 0 8px 10px 0 var(--tw-shadow-color, rgba(0 0 0 / 0.2)), 0 6px 30px 0 var(--tw-shadow-color, rgba(0 0 0 / 0.12)), 0 16px 24px 0 var(--tw-shadow-color, rgba(0 0 0 / 0.14));
1481
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1482
- }
1483
- .shadow-elevation-raised {
1484
- --tw-shadow: 0 5px 5px 0 var(--tw-shadow-color, rgba(0 0 0 / 0.2)), 0 3px 14px 0 var(--tw-shadow-color, rgba(0 0 0 / 0.12)), 0 8px 10px 0 var(--tw-shadow-color, rgba(0 0 0 / 0.14));
1485
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1486
- }
1487
1483
  .shadow-surface-default {
1488
1484
  --tw-shadow-color: var(--color-surface-default);
1489
1485
  @supports (color: color-mix(in lab, red, red)) {
@@ -1530,9 +1526,6 @@
1530
1526
  .outline-interactive {
1531
1527
  outline-color: var(--color-interactive);
1532
1528
  }
1533
- .outline-interactive-default {
1534
- outline-color: var(--color-interactive-default);
1535
- }
1536
1529
  .outline-interactive-disabled {
1537
1530
  outline-color: var(--color-interactive-disabled);
1538
1531
  }
@@ -1551,6 +1544,9 @@
1551
1544
  .outline-static-light {
1552
1545
  outline-color: var(--color-static-light);
1553
1546
  }
1547
+ .outline-transparent {
1548
+ outline-color: transparent;
1549
+ }
1554
1550
  .filter {
1555
1551
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1556
1552
  }
@@ -1571,18 +1567,6 @@
1571
1567
  .\[--badge-position\:absolute\] {
1572
1568
  --badge-position: absolute;
1573
1569
  }
1574
- .\[--icon-size\:12px\] {
1575
- --icon-size: 12px;
1576
- }
1577
- .\[--icon-size\:16px\] {
1578
- --icon-size: 16px;
1579
- }
1580
- .\[--icon-size\:20px\] {
1581
- --icon-size: 20px;
1582
- }
1583
- .\[--icon-size\:24px\] {
1584
- --icon-size: 24px;
1585
- }
1586
1570
  .\[--icon-size\:var\(--icon-size-l\)\] {
1587
1571
  --icon-size: var(--icon-size-l);
1588
1572
  }
@@ -1595,12 +1579,6 @@
1595
1579
  .\[--icon-size\:var\(--icon-size-xs\)\] {
1596
1580
  --icon-size: var(--icon-size-xs);
1597
1581
  }
1598
- .\[--icon-size\:var\(--spacing-l\)\] {
1599
- --icon-size: var(--spacing-l);
1600
- }
1601
- .\[--icon-size\:var\(--spacing-xl\)\] {
1602
- --icon-size: var(--spacing-xl);
1603
- }
1604
1582
  .\[--my-font-size\:12px\] {
1605
1583
  --my-font-size: 12px;
1606
1584
  }
@@ -1610,192 +1588,247 @@
1610
1588
  .\[background\:--color-default-light\] {
1611
1589
  background: --color-default-light;
1612
1590
  }
1613
- .icon-default-dark {
1614
- --icon-color: var(--color-default-dark);
1615
- }
1616
- .icon-default-light {
1617
- --icon-color: var(--color-default-light);
1618
- }
1619
- .icon-disabled {
1620
- --icon-color: var(--color-disabled);
1621
- }
1622
1591
  .icon-inverse-light {
1623
1592
  --icon-color: var(--color-inverse-light);
1624
1593
  }
1625
- .not-dtk-selected\:cursor-not-allowed {
1626
- &:not(*[data-selected]) {
1627
- cursor: not-allowed;
1594
+ .group-empty\:hidden {
1595
+ &:is(:is(:where(.group)[data-empty], :where(.group):empty) *) {
1596
+ display: none;
1628
1597
  }
1629
1598
  }
1630
- .not-dtk-selected\:bg-interactive-disabled {
1631
- &:not(*[data-selected]) {
1632
- background-color: var(--color-interactive-disabled);
1599
+ .group-enabled\:group-hover\:bg-interactive-hover-dark {
1600
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1601
+ &:is(:is(:where(.group)[data-hovered], :where(.group):hover) *) {
1602
+ background-color: var(--color-interactive-hover-dark);
1603
+ }
1633
1604
  }
1634
1605
  }
1635
- .not-dtk-selected\:icon-disabled {
1636
- &:not(*[data-selected]) {
1637
- --icon-color: var(--color-disabled);
1606
+ .group-enabled\:group-hover\:outline-interactive-hover {
1607
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1608
+ &:is(:is(:where(.group)[data-hovered], :where(.group):hover) *) {
1609
+ outline-color: var(--color-interactive-hover);
1610
+ }
1638
1611
  }
1639
1612
  }
1640
- .group-focus-within\:bg-highlight-subtle {
1641
- &:is(:where(.group):focus-within *) {
1642
- background-color: var(--color-highlight-subtle);
1613
+ .group-enabled\:group-focus\:bg-interactive-hover-dark {
1614
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1615
+ &:is(:is(:where(.group)[data-focused], :where(.group):focus) *) {
1616
+ background-color: var(--color-interactive-hover-dark);
1617
+ }
1643
1618
  }
1644
1619
  }
1645
- .group-focus-within\:bg-interactive-hover-dark {
1646
- &:is(:where(.group):focus-within *) {
1647
- background-color: var(--color-interactive-hover-dark);
1620
+ .group-enabled\:group-focus\:outline-interactive-hover {
1621
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1622
+ &:is(:is(:where(.group)[data-focused], :where(.group):focus) *) {
1623
+ outline-color: var(--color-interactive-hover);
1624
+ }
1648
1625
  }
1649
1626
  }
1650
- .group-focus-within\:outline-interactive-hover {
1651
- &:is(:where(.group):focus-within *) {
1652
- outline-color: var(--color-interactive-hover);
1627
+ .group-enabled\/radio\:group-hover\/radio\:outline-interactive-hover {
1628
+ &:is(:is(:where(.group\/radio):not([disabled], [data-disabled]), :where(.group\/radio):enabled) *) {
1629
+ &:is(:is(:where(.group\/radio)[data-hovered], :where(.group\/radio):hover) *) {
1630
+ outline-color: var(--color-interactive-hover);
1631
+ }
1653
1632
  }
1654
1633
  }
1655
- .group-hover\:bg-highlight-subtle {
1656
- &:is(:where(.group):hover *) {
1657
- @media (hover: hover) {
1658
- background-color: var(--color-highlight-subtle);
1634
+ .group-enabled\/radio\:group-focus\/radio\:outline-interactive-hover {
1635
+ &:is(:is(:where(.group\/radio):not([disabled], [data-disabled]), :where(.group\/radio):enabled) *) {
1636
+ &:is(:is(:where(.group\/radio)[data-focused], :where(.group\/radio):focus) *) {
1637
+ outline-color: var(--color-interactive-hover);
1659
1638
  }
1660
1639
  }
1661
1640
  }
1662
- .group-hover\:bg-interactive-hover-dark {
1663
- &:is(:where(.group):hover *) {
1664
- @media (hover: hover) {
1665
- background-color: var(--color-interactive-hover-dark);
1666
- }
1641
+ .group-disabled\:hidden {
1642
+ &:is(:is(:where(.group):is([disabled], [data-disabled]), :where(.group):disabled) *) {
1643
+ display: none;
1667
1644
  }
1668
1645
  }
1669
- .group-hover\:outline-highlight {
1670
- &:is(:where(.group):hover *) {
1671
- @media (hover: hover) {
1672
- outline-color: var(--color-highlight);
1673
- }
1646
+ .group-disabled\:bg-interactive-disabled {
1647
+ &:is(:is(:where(.group):is([disabled], [data-disabled]), :where(.group):disabled) *) {
1648
+ background-color: var(--color-interactive-disabled);
1674
1649
  }
1675
1650
  }
1676
- .group-hover\:outline-interactive-hover {
1677
- &:is(:where(.group):hover *) {
1678
- @media (hover: hover) {
1679
- outline-color: var(--color-interactive-hover);
1680
- }
1651
+ .group-disabled\:fg-disabled {
1652
+ &:is(:is(:where(.group):is([disabled], [data-disabled]), :where(.group):disabled) *) {
1653
+ color: var(--color-disabled);
1654
+ --icon-color: var(--color-disabled);
1681
1655
  }
1682
1656
  }
1683
- .group-hover\:icon-default-light {
1684
- &:is(:where(.group):hover *) {
1685
- @media (hover: hover) {
1686
- --icon-color: var(--color-default-light);
1687
- }
1657
+ .group-disabled\:text-interactive-disabled {
1658
+ &:is(:is(:where(.group):is([disabled], [data-disabled]), :where(.group):disabled) *) {
1659
+ color: var(--color-interactive-disabled);
1688
1660
  }
1689
1661
  }
1690
- .group-hover\:icon-disabled {
1691
- &:is(:where(.group):hover *) {
1692
- @media (hover: hover) {
1693
- --icon-color: var(--color-disabled);
1694
- }
1662
+ .group-disabled\:outline-interactive-disabled {
1663
+ &:is(:is(:where(.group):is([disabled], [data-disabled]), :where(.group):disabled) *) {
1664
+ outline-color: var(--color-interactive-disabled);
1695
1665
  }
1696
1666
  }
1697
- .group-focus\:icon-default-light {
1698
- &:is(:where(.group):focus *) {
1699
- --icon-color: var(--color-default-light);
1667
+ .group-disabled\/radio\:text-interactive-disabled {
1668
+ &:is(:is(:where(.group\/radio):is([disabled], [data-disabled]), :where(.group\/radio):disabled) *) {
1669
+ color: var(--color-interactive-disabled);
1700
1670
  }
1701
1671
  }
1702
- .group-dtk-orientation-horizontal\:rounded-small {
1672
+ .group-disabled\/radio\:outline-interactive-disabled {
1673
+ &:is(:is(:where(.group\/radio):is([disabled], [data-disabled]), :where(.group\/radio):disabled) *) {
1674
+ outline-color: var(--color-interactive-disabled);
1675
+ }
1676
+ }
1677
+ .group-orientation-horizontal\:rounded-small {
1703
1678
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1704
1679
  border-radius: var(--radius-small);
1705
1680
  }
1706
1681
  }
1707
- .group-dtk-orientation-horizontal\:rounded-b-none {
1682
+ .group-orientation-horizontal\:rounded-b-none {
1708
1683
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1709
1684
  border-bottom-right-radius: 0;
1710
1685
  border-bottom-left-radius: 0;
1711
1686
  }
1712
1687
  }
1713
- .group-dtk-orientation-horizontal\:rounded-b-none {
1688
+ .group-orientation-horizontal\:rounded-b-none {
1714
1689
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1715
1690
  border-bottom-right-radius: var(--radius-none);
1716
1691
  border-bottom-left-radius: var(--radius-none);
1717
1692
  }
1718
1693
  }
1719
- .group-dtk-orientation-horizontal\:border-b {
1694
+ .group-orientation-horizontal\:border-b {
1720
1695
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1721
1696
  border-bottom-style: var(--tw-border-style);
1722
1697
  border-bottom-width: 1px;
1723
1698
  }
1724
1699
  }
1725
- .group-dtk-orientation-horizontal\:border-highlight {
1700
+ .group-orientation-horizontal\:border-highlight {
1726
1701
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1727
1702
  border-color: var(--color-highlight);
1728
1703
  }
1729
1704
  }
1730
- .group-dtk-orientation-horizontal\:border-interactive-disabled {
1705
+ .group-orientation-horizontal\:border-interactive-disabled {
1731
1706
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1732
1707
  border-color: var(--color-interactive-disabled);
1733
1708
  }
1734
1709
  }
1735
- .group-dtk-orientation-horizontal\:border-interactive-hover {
1710
+ .group-orientation-horizontal\:border-interactive-hover {
1736
1711
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1737
1712
  border-color: var(--color-interactive-hover);
1738
1713
  }
1739
1714
  }
1740
- .group-dtk-orientation-horizontal\:border-static-light {
1715
+ .group-orientation-horizontal\:border-static-light {
1741
1716
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1742
1717
  border-color: var(--color-static-light);
1743
1718
  }
1744
1719
  }
1745
- .group-dtk-orientation-horizontal\:pl-0 {
1720
+ .group-orientation-horizontal\:pl-0 {
1746
1721
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1747
1722
  padding-left: var(--spacing-0);
1748
1723
  }
1749
1724
  }
1750
- .group-dtk-orientation-vertical\:border {
1725
+ .group-orientation-horizontal\/radio-group\:grow {
1726
+ &:is(:where(.group\/radio-group)[data-orientation="horizontal"] *) {
1727
+ flex-grow: 1;
1728
+ }
1729
+ }
1730
+ .group-orientation-horizontal\/radio-group\:basis-1\/3 {
1731
+ &:is(:where(.group\/radio-group)[data-orientation="horizontal"] *) {
1732
+ flex-basis: calc(1/3 * 100%);
1733
+ }
1734
+ }
1735
+ .group-orientation-vertical\:border {
1751
1736
  &:is(:where(.group)[data-orientation="vertical"] *) {
1752
1737
  border-style: var(--tw-border-style);
1753
1738
  border-width: 1px;
1754
1739
  }
1755
1740
  }
1756
- .group-dtk-orientation-vertical\:border-interactive-hover {
1741
+ .group-orientation-vertical\:border-interactive-hover {
1757
1742
  &:is(:where(.group)[data-orientation="vertical"] *) {
1758
1743
  border-color: var(--color-interactive-hover);
1759
1744
  }
1760
1745
  }
1761
- .group-dtk-orientation-vertical\:border-transparent {
1746
+ .group-orientation-vertical\:border-transparent {
1762
1747
  &:is(:where(.group)[data-orientation="vertical"] *) {
1763
1748
  border-color: transparent;
1764
1749
  }
1765
1750
  }
1766
- .group-dtk-orientation-vertical\:pt-0 {
1751
+ .group-orientation-vertical\:pt-0 {
1767
1752
  &:is(:where(.group)[data-orientation="vertical"] *) {
1768
1753
  padding-top: var(--spacing-0);
1769
1754
  }
1770
1755
  }
1771
- .group-dtk-expanded\:rotate-180 {
1772
- &:is(:where(.group)[data-expanded] *) {
1756
+ .group-expanded\:rotate-180 {
1757
+ &:is(:where(.group):is([expanded], [data-expanded]) *) {
1773
1758
  rotate: 180deg;
1774
1759
  }
1775
1760
  }
1776
- .group-dtk-empty\:hidden {
1777
- &:is(:where(.group)[data-empty] *) {
1778
- display: none;
1779
- }
1780
- }
1781
- .group-dtk-selected\:rotate-180 {
1761
+ .group-selected\:rotate-180 {
1782
1762
  &:is(:where(.group)[data-selected] *) {
1783
1763
  rotate: 180deg;
1784
1764
  }
1785
1765
  }
1786
- .group-dtk-disabled\:hidden {
1787
- &:is(:where(.group)[data-disabled] *) {
1788
- display: none;
1766
+ .group-enabled\:group-selected\:outline-highlight {
1767
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1768
+ &:is(:where(.group)[data-selected] *) {
1769
+ outline-color: var(--color-highlight);
1770
+ }
1789
1771
  }
1790
1772
  }
1791
- .group-dtk-disabled\:bg-interactive-disabled {
1792
- &:is(:where(.group)[data-disabled] *) {
1793
- background-color: var(--color-interactive-disabled);
1773
+ .group-enabled\:group-selected\:group-hover\:bg-highlight-subtle {
1774
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1775
+ &:is(:where(.group)[data-selected] *) {
1776
+ &:is(:is(:where(.group)[data-hovered], :where(.group):hover) *) {
1777
+ background-color: var(--color-highlight-subtle);
1778
+ }
1779
+ }
1794
1780
  }
1795
1781
  }
1796
- .group-dtk-disabled\:outline-interactive-disabled {
1797
- &:is(:where(.group)[data-disabled] *) {
1798
- outline-color: var(--color-interactive-disabled);
1782
+ .group-enabled\:group-selected\:group-hover\:outline-highlight {
1783
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1784
+ &:is(:where(.group)[data-selected] *) {
1785
+ &:is(:is(:where(.group)[data-hovered], :where(.group):hover) *) {
1786
+ outline-color: var(--color-highlight);
1787
+ }
1788
+ }
1789
+ }
1790
+ }
1791
+ .group-enabled\:group-selected\:group-focus\:bg-highlight-subtle {
1792
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1793
+ &:is(:where(.group)[data-selected] *) {
1794
+ &:is(:is(:where(.group)[data-focused], :where(.group):focus) *) {
1795
+ background-color: var(--color-highlight-subtle);
1796
+ }
1797
+ }
1798
+ }
1799
+ }
1800
+ .group-enabled\:group-selected\:group-focus\:outline-interactive-hover {
1801
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1802
+ &:is(:where(.group)[data-selected] *) {
1803
+ &:is(:is(:where(.group)[data-focused], :where(.group):focus) *) {
1804
+ outline-color: var(--color-interactive-hover);
1805
+ }
1806
+ }
1807
+ }
1808
+ }
1809
+ .group-enabled\/radio\:group-selected\/radio\:outline-highlight {
1810
+ &:is(:is(:where(.group\/radio):not([disabled], [data-disabled]), :where(.group\/radio):enabled) *) {
1811
+ &:is(:where(.group\/radio)[data-selected] *) {
1812
+ outline-color: var(--color-highlight);
1813
+ }
1814
+ }
1815
+ }
1816
+ .group-enabled\/radio\:group-selected\/radio\:group-hover\/radio\:outline-interactive-hover {
1817
+ &:is(:is(:where(.group\/radio):not([disabled], [data-disabled]), :where(.group\/radio):enabled) *) {
1818
+ &:is(:where(.group\/radio)[data-selected] *) {
1819
+ &:is(:is(:where(.group\/radio)[data-hovered], :where(.group\/radio):hover) *) {
1820
+ outline-color: var(--color-interactive-hover);
1821
+ }
1822
+ }
1823
+ }
1824
+ }
1825
+ .group-enabled\/radio\:group-selected\/radio\:group-focus\/radio\:outline-interactive-hover {
1826
+ &:is(:is(:where(.group\/radio):not([disabled], [data-disabled]), :where(.group\/radio):enabled) *) {
1827
+ &:is(:where(.group\/radio)[data-selected] *) {
1828
+ &:is(:is(:where(.group\/radio)[data-focused], :where(.group\/radio):focus) *) {
1829
+ outline-color: var(--color-interactive-hover);
1830
+ }
1831
+ }
1799
1832
  }
1800
1833
  }
1801
1834
  .placeholder\:text-default-dark {
@@ -1808,22 +1841,10 @@
1808
1841
  color: var(--color-disabled);
1809
1842
  }
1810
1843
  }
1811
- .before\:absolute {
1844
+ .before\:mr-l {
1812
1845
  &::before {
1813
1846
  content: var(--tw-content);
1814
- position: absolute;
1815
- }
1816
- }
1817
- .before\:right-\[3px\] {
1818
- &::before {
1819
- content: var(--tw-content);
1820
- right: 3px;
1821
- }
1822
- }
1823
- .before\:left-\[3px\] {
1824
- &::before {
1825
- content: var(--tw-content);
1826
- left: 3px;
1847
+ margin-right: var(--spacing-l);
1827
1848
  }
1828
1849
  }
1829
1850
  .before\:block {
@@ -1852,55 +1873,59 @@
1852
1873
  border-radius: calc(infinity * 1px);
1853
1874
  }
1854
1875
  }
1855
- .before\:rounded-round {
1856
- &::before {
1857
- content: var(--tw-content);
1858
- border-radius: var(--radius-round);
1859
- }
1860
- }
1861
1876
  .before\:bg-default-dark {
1862
1877
  &::before {
1863
1878
  content: var(--tw-content);
1864
1879
  background-color: var(--color-default-dark);
1865
1880
  }
1866
1881
  }
1867
- .before\:bg-highlight {
1868
- &::before {
1869
- content: var(--tw-content);
1870
- background-color: var(--color-highlight);
1882
+ .group-enabled\:group-hover\:before\:bg-interactive-hover {
1883
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1884
+ &:is(:is(:where(.group)[data-hovered], :where(.group):hover) *) {
1885
+ &::before {
1886
+ content: var(--tw-content);
1887
+ background-color: var(--color-interactive-hover);
1888
+ }
1889
+ }
1871
1890
  }
1872
1891
  }
1873
- .before\:bg-interactive-disabled {
1874
- &::before {
1875
- content: var(--tw-content);
1876
- background-color: var(--color-interactive-disabled);
1892
+ .group-enabled\:group-focus\:before\:bg-interactive-hover {
1893
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1894
+ &:is(:is(:where(.group)[data-focused], :where(.group):focus) *) {
1895
+ &::before {
1896
+ content: var(--tw-content);
1897
+ background-color: var(--color-interactive-hover);
1898
+ }
1899
+ }
1877
1900
  }
1878
1901
  }
1879
- .before\:bg-transparent {
1880
- &::before {
1881
- content: var(--tw-content);
1882
- background-color: transparent;
1902
+ .group-disabled\:before\:bg-disabled {
1903
+ &:is(:is(:where(.group):is([disabled], [data-disabled]), :where(.group):disabled) *) {
1904
+ &::before {
1905
+ content: var(--tw-content);
1906
+ background-color: var(--color-disabled);
1907
+ }
1883
1908
  }
1884
1909
  }
1885
- .group-focus-within\:before\:bg-highlight {
1886
- &:is(:where(.group):focus-within *) {
1910
+ .group-selected\:before\:mr-0 {
1911
+ &:is(:where(.group)[data-selected] *) {
1887
1912
  &::before {
1888
1913
  content: var(--tw-content);
1889
- background-color: var(--color-highlight);
1914
+ margin-right: var(--spacing-0);
1890
1915
  }
1891
1916
  }
1892
1917
  }
1893
- .group-focus-within\:before\:bg-interactive-hover {
1894
- &:is(:where(.group):focus-within *) {
1918
+ .group-selected\:before\:ml-l {
1919
+ &:is(:where(.group)[data-selected] *) {
1895
1920
  &::before {
1896
1921
  content: var(--tw-content);
1897
- background-color: var(--color-interactive-hover);
1922
+ margin-left: var(--spacing-l);
1898
1923
  }
1899
1924
  }
1900
1925
  }
1901
- .group-hover\:before\:bg-highlight {
1902
- &:is(:where(.group):hover *) {
1903
- @media (hover: hover) {
1926
+ .group-enabled\:group-selected\:before\:bg-highlight {
1927
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1928
+ &:is(:where(.group)[data-selected] *) {
1904
1929
  &::before {
1905
1930
  content: var(--tw-content);
1906
1931
  background-color: var(--color-highlight);
@@ -1908,21 +1933,47 @@
1908
1933
  }
1909
1934
  }
1910
1935
  }
1911
- .group-hover\:before\:bg-interactive-hover {
1912
- &:is(:where(.group):hover *) {
1913
- @media (hover: hover) {
1936
+ .group-enabled\:group-selected\:group-hover\:before\:bg-highlight {
1937
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1938
+ &:is(:where(.group)[data-selected] *) {
1939
+ &:is(:is(:where(.group)[data-hovered], :where(.group):hover) *) {
1940
+ &::before {
1941
+ content: var(--tw-content);
1942
+ background-color: var(--color-highlight);
1943
+ }
1944
+ }
1945
+ }
1946
+ }
1947
+ }
1948
+ .group-enabled\:group-selected\:group-focus\:before\:bg-highlight {
1949
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
1950
+ &:is(:where(.group)[data-selected] *) {
1951
+ &:is(:is(:where(.group)[data-focused], :where(.group):focus) *) {
1952
+ &::before {
1953
+ content: var(--tw-content);
1954
+ background-color: var(--color-highlight);
1955
+ }
1956
+ }
1957
+ }
1958
+ }
1959
+ }
1960
+ .group-enabled\/radio\:group-selected\/radio\:before\:bg-highlight {
1961
+ &:is(:is(:where(.group\/radio):not([disabled], [data-disabled]), :where(.group\/radio):enabled) *) {
1962
+ &:is(:where(.group\/radio)[data-selected] *) {
1914
1963
  &::before {
1915
1964
  content: var(--tw-content);
1916
- background-color: var(--color-interactive-hover);
1965
+ background-color: var(--color-highlight);
1917
1966
  }
1918
1967
  }
1919
1968
  }
1920
1969
  }
1921
- .group-dtk-disabled\:before\:bg-disabled {
1922
- &:is(:where(.group)[data-disabled] *) {
1923
- &::before {
1924
- content: var(--tw-content);
1925
- background-color: var(--color-disabled);
1970
+ .group-disabled\/radio\:group-selected\/radio\:before\:bg-interactive-disabled {
1971
+ &:is(:is(:where(.group\/radio):is([disabled], [data-disabled]), :where(.group\/radio):disabled) *) {
1972
+ &:is(:where(.group\/radio)[data-selected] *) {
1973
+ &::before {
1974
+ content: var(--tw-content);
1975
+ background-color: var(--color-interactive-disabled);
1976
+ }
1926
1977
  }
1927
1978
  }
1928
1979
  }
@@ -1933,338 +1984,385 @@
1933
1984
  }
1934
1985
  }
1935
1986
  .not-disabled\:read-only\:rounded-none {
1936
- &:not(*:disabled) {
1937
- &:read-only {
1987
+ &:not(*:is([disabled], [data-disabled]), *:disabled) {
1988
+ &:is([readonly], [data-readonly]), &:read-only {
1938
1989
  border-radius: 0;
1939
1990
  }
1940
1991
  }
1941
1992
  }
1942
1993
  .not-disabled\:read-only\:rounded-none {
1943
- &:not(*:disabled) {
1944
- &:read-only {
1994
+ &:not(*:is([disabled], [data-disabled]), *:disabled) {
1995
+ &:is([readonly], [data-readonly]), &:read-only {
1945
1996
  border-radius: var(--radius-none);
1946
1997
  }
1947
1998
  }
1948
1999
  }
1949
2000
  .not-disabled\:read-only\:p-0 {
1950
- &:not(*:disabled) {
1951
- &:read-only {
2001
+ &:not(*:is([disabled], [data-disabled]), *:disabled) {
2002
+ &:is([readonly], [data-readonly]), &:read-only {
1952
2003
  padding: var(--spacing-0);
1953
2004
  }
1954
2005
  }
1955
2006
  }
1956
2007
  .not-disabled\:read-only\:outline-transparent {
1957
- &:not(*:disabled) {
1958
- &:read-only {
2008
+ &:not(*:is([disabled], [data-disabled]), *:disabled) {
2009
+ &:is([readonly], [data-readonly]), &:read-only {
1959
2010
  outline-color: transparent;
1960
2011
  }
1961
2012
  }
1962
2013
  }
1963
2014
  .empty\:\[inset\:var\(--badge-empty-inset\,initial\)\] {
1964
- &:empty {
2015
+ &[data-empty], &:empty {
1965
2016
  inset: var(--badge-empty-inset,initial);
1966
2017
  }
1967
2018
  }
1968
2019
  .empty\:hidden {
1969
- &:empty {
2020
+ &[data-empty], &:empty {
1970
2021
  display: none;
1971
2022
  }
1972
2023
  }
1973
2024
  .empty\:size-s {
1974
- &:empty {
2025
+ &[data-empty], &:empty {
1975
2026
  width: var(--spacing-s);
1976
2027
  height: var(--spacing-s);
1977
2028
  }
1978
2029
  }
1979
2030
  .empty\:min-w-none {
1980
- &:empty {
2031
+ &[data-empty], &:empty {
1981
2032
  min-width: var(--spacing-none);
1982
2033
  }
1983
2034
  }
1984
2035
  .empty\:px-none {
1985
- &:empty {
2036
+ &[data-empty], &:empty {
1986
2037
  padding-inline: var(--spacing-none);
1987
2038
  }
1988
2039
  }
1989
- .focus-within\:bg-interactive-hover-dark {
1990
- &:focus-within {
1991
- background-color: var(--color-interactive-hover-dark);
1992
- }
1993
- }
1994
- .focus-within\:bg-transparent {
1995
- &:focus-within {
1996
- background-color: transparent;
1997
- }
1998
- }
1999
2040
  .focus-within\:outline-highlight {
2000
- &:focus-within {
2041
+ &[data-focus-within], &:focus-within {
2001
2042
  outline-color: var(--color-highlight);
2002
2043
  }
2003
2044
  }
2004
- .hover\:bg-critical-hover {
2005
- &:hover {
2006
- @media (hover: hover) {
2007
- background-color: var(--color-critical-hover);
2045
+ .group-enabled\:focus-within\:bg-interactive-hover-dark {
2046
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
2047
+ &[data-focus-within], &:focus-within {
2048
+ background-color: var(--color-interactive-hover-dark);
2008
2049
  }
2009
2050
  }
2010
2051
  }
2011
2052
  .hover\:bg-highlight-bold {
2012
- &:hover {
2013
- @media (hover: hover) {
2014
- background-color: var(--color-highlight-bold);
2015
- }
2053
+ &[data-hovered], &:hover {
2054
+ background-color: var(--color-highlight-bold);
2016
2055
  }
2017
2056
  }
2018
- .hover\:bg-interactive-disabled {
2019
- &:hover {
2020
- @media (hover: hover) {
2021
- background-color: var(--color-interactive-disabled);
2022
- }
2057
+ .hover\:bg-serious-bold {
2058
+ &[data-hovered], &:hover {
2059
+ background-color: var(--color-serious-bold);
2023
2060
  }
2024
2061
  }
2025
- .hover\:bg-interactive-hover-dark {
2026
- &:hover {
2027
- @media (hover: hover) {
2028
- background-color: var(--color-interactive-hover-dark);
2029
- }
2062
+ .hover\:fg-interactive-hover {
2063
+ &[data-hovered], &:hover {
2064
+ color: var(--color-interactive-hover);
2065
+ --icon-color: var(--color-interactive-hover);
2030
2066
  }
2031
2067
  }
2032
- .hover\:bg-interactive-hover-light {
2033
- &:hover {
2034
- @media (hover: hover) {
2035
- background-color: var(--color-interactive-hover-light);
2036
- }
2068
+ .hover\:fg-inverse-light {
2069
+ &[data-hovered], &:hover {
2070
+ color: var(--color-inverse-light);
2071
+ --icon-color: var(--color-inverse-light);
2037
2072
  }
2038
2073
  }
2039
- .hover\:bg-normal {
2040
- &:hover {
2041
- @media (hover: hover) {
2042
- background-color: var(--color-normal);
2043
- }
2074
+ .hover\:outline-4 {
2075
+ &[data-hovered], &:hover {
2076
+ outline-style: var(--tw-outline-style);
2077
+ outline-width: 4px;
2044
2078
  }
2045
2079
  }
2046
- .hover\:bg-serious-bold {
2047
- &:hover {
2048
- @media (hover: hover) {
2049
- background-color: var(--color-serious-bold);
2050
- }
2080
+ .hover\:outline-interactive-disabled {
2081
+ &[data-hovered], &:hover {
2082
+ outline-color: var(--color-interactive-disabled);
2051
2083
  }
2052
2084
  }
2053
- .hover\:bg-serious-hover {
2054
- &:hover {
2055
- @media (hover: hover) {
2056
- background-color: var(--color-serious-hover);
2057
- }
2085
+ .hover\:outline-interactive-hover {
2086
+ &[data-hovered], &:hover {
2087
+ outline-color: var(--color-interactive-hover);
2058
2088
  }
2059
2089
  }
2060
- .hover\:bg-transparent {
2061
- &:hover {
2062
- @media (hover: hover) {
2063
- background-color: transparent;
2064
- }
2090
+ .hover\:outline-solid {
2091
+ &[data-hovered], &:hover {
2092
+ --tw-outline-style: solid;
2093
+ outline-style: solid;
2065
2094
  }
2066
2095
  }
2067
- .hover\:fg-disabled {
2068
- &:hover {
2069
- @media (hover: hover) {
2070
- color: var(--color-disabled);
2071
- --icon-color: var(--color-disabled);
2096
+ .group-enabled\:hover\:bg-interactive-hover-dark {
2097
+ &:is(:is(:where(.group):not([disabled], [data-disabled]), :where(.group):enabled) *) {
2098
+ &[data-hovered], &:hover {
2099
+ background-color: var(--color-interactive-hover-dark);
2072
2100
  }
2073
2101
  }
2074
2102
  }
2075
- .hover\:fg-interactive-hover {
2076
- &:hover {
2077
- @media (hover: hover) {
2078
- color: var(--color-interactive-hover);
2079
- --icon-color: var(--color-interactive-hover);
2103
+ .not-disabled\:read-only\:hover\:outline-transparent {
2104
+ &:not(*:is([disabled], [data-disabled]), *:disabled) {
2105
+ &:is([readonly], [data-readonly]), &:read-only {
2106
+ &[data-hovered], &:hover {
2107
+ outline-color: transparent;
2108
+ }
2080
2109
  }
2081
2110
  }
2082
2111
  }
2083
- .hover\:fg-inverse-light {
2084
- &:hover {
2085
- @media (hover: hover) {
2086
- color: var(--color-inverse-light);
2087
- --icon-color: var(--color-inverse-light);
2088
- }
2112
+ .focus\:bg-highlight {
2113
+ &[data-focused], &:focus {
2114
+ background-color: var(--color-highlight);
2089
2115
  }
2090
2116
  }
2091
- .hover\:outline-4 {
2092
- &:hover {
2093
- @media (hover: hover) {
2094
- outline-style: var(--tw-outline-style);
2095
- outline-width: 4px;
2096
- }
2117
+ .focus\:bg-highlight-bold {
2118
+ &[data-focused], &:focus {
2119
+ background-color: var(--color-highlight-bold);
2097
2120
  }
2098
2121
  }
2099
- .hover\:outline-interactive-disabled {
2100
- &:hover {
2101
- @media (hover: hover) {
2102
- outline-color: var(--color-interactive-disabled);
2103
- }
2122
+ .focus\:bg-serious-bold {
2123
+ &[data-focused], &:focus {
2124
+ background-color: var(--color-serious-bold);
2104
2125
  }
2105
2126
  }
2106
- .hover\:outline-interactive-hover {
2107
- &:hover {
2108
- @media (hover: hover) {
2109
- outline-color: var(--color-interactive-hover);
2110
- }
2127
+ .focus\:fg-inverse-light {
2128
+ &[data-focused], &:focus {
2129
+ color: var(--color-inverse-light);
2130
+ --icon-color: var(--color-inverse-light);
2111
2131
  }
2112
2132
  }
2113
- .hover\:outline-solid {
2114
- &:hover {
2115
- @media (hover: hover) {
2116
- --tw-outline-style: solid;
2117
- outline-style: solid;
2118
- }
2133
+ .focus\:text-inverse-light {
2134
+ &[data-focused], &:focus {
2135
+ color: var(--color-inverse-light);
2119
2136
  }
2120
2137
  }
2121
- .hover\:icon-default-light {
2122
- &:hover {
2123
- @media (hover: hover) {
2124
- --icon-color: var(--color-default-light);
2125
- }
2138
+ .focus\:outline-4 {
2139
+ &[data-focused], &:focus {
2140
+ outline-style: var(--tw-outline-style);
2141
+ outline-width: 4px;
2126
2142
  }
2127
2143
  }
2128
- .hover\:icon-disabled {
2129
- &:hover {
2130
- @media (hover: hover) {
2131
- --icon-color: var(--color-disabled);
2132
- }
2144
+ .focus\:outline-highlight {
2145
+ &[data-focused], &:focus {
2146
+ outline-color: var(--color-highlight);
2133
2147
  }
2134
2148
  }
2135
- .not-dtk-selected\:hover\:bg-interactive-disabled {
2136
- &:not(*[data-selected]) {
2137
- &:hover {
2138
- @media (hover: hover) {
2139
- background-color: var(--color-interactive-disabled);
2140
- }
2141
- }
2149
+ .focus\:outline-interactive-hover {
2150
+ &[data-focused], &:focus {
2151
+ outline-color: var(--color-interactive-hover);
2142
2152
  }
2143
2153
  }
2144
- .not-disabled\:read-only\:hover\:outline-transparent {
2145
- &:not(*:disabled) {
2146
- &:read-only {
2147
- &:hover {
2148
- @media (hover: hover) {
2149
- outline-color: transparent;
2150
- }
2151
- }
2152
- }
2154
+ .focus\:outline-serious {
2155
+ &[data-focused], &:focus {
2156
+ outline-color: var(--color-serious);
2153
2157
  }
2154
2158
  }
2155
- .focus\:bg-critical-hover {
2156
- &:focus {
2157
- background-color: var(--color-critical-hover);
2159
+ .focus\:outline-none {
2160
+ &[data-focused], &:focus {
2161
+ --tw-outline-style: none;
2162
+ outline-style: none;
2158
2163
  }
2159
2164
  }
2160
- .focus\:bg-default-light\/5 {
2161
- &:focus {
2162
- background-color: var(--color-default-light);
2163
- @supports (color: color-mix(in lab, red, red)) {
2164
- background-color: color-mix(in oklab, var(--color-default-light) 5%, transparent);
2165
+ .focus\:outline-solid {
2166
+ &[data-focused], &:focus {
2167
+ --tw-outline-style: solid;
2168
+ outline-style: solid;
2169
+ }
2170
+ }
2171
+ .not-disabled\:read-only\:focus\:outline-transparent {
2172
+ &:not(*:is([disabled], [data-disabled]), *:disabled) {
2173
+ &:is([readonly], [data-readonly]), &:read-only {
2174
+ &[data-focused], &:focus {
2175
+ outline-color: transparent;
2176
+ }
2165
2177
  }
2166
2178
  }
2167
2179
  }
2168
- .focus\:bg-highlight {
2169
- &:focus {
2170
- background-color: var(--color-highlight);
2180
+ .enabled\:bg-critical {
2181
+ &:not([disabled], [data-disabled]), &:enabled {
2182
+ background-color: var(--color-critical);
2171
2183
  }
2172
2184
  }
2173
- .focus\:bg-interactive-disabled {
2174
- &:focus {
2175
- background-color: var(--color-interactive-disabled);
2185
+ .enabled\:bg-critical-subtle {
2186
+ &:not([disabled], [data-disabled]), &:enabled {
2187
+ background-color: var(--color-critical-subtle);
2176
2188
  }
2177
2189
  }
2178
- .focus\:bg-interactive-hover-dark {
2179
- &:focus {
2180
- background-color: var(--color-interactive-hover-dark);
2190
+ .enabled\:bg-interactive-default {
2191
+ &:not([disabled], [data-disabled]), &:enabled {
2192
+ background-color: var(--color-interactive-default);
2181
2193
  }
2182
2194
  }
2183
- .focus\:bg-interactive-hover-light {
2184
- &:focus {
2185
- background-color: var(--color-interactive-hover-light);
2195
+ .enabled\:bg-serious {
2196
+ &:not([disabled], [data-disabled]), &:enabled {
2197
+ background-color: var(--color-serious);
2186
2198
  }
2187
2199
  }
2188
- .focus\:bg-serious-hover {
2189
- &:focus {
2190
- background-color: var(--color-serious-hover);
2200
+ .enabled\:bg-serious-subtle {
2201
+ &:not([disabled], [data-disabled]), &:enabled {
2202
+ background-color: var(--color-serious-subtle);
2191
2203
  }
2192
2204
  }
2193
- .focus\:bg-transparent {
2194
- &:focus {
2195
- background-color: transparent;
2205
+ .enabled\:bg-surface-default {
2206
+ &:not([disabled], [data-disabled]), &:enabled {
2207
+ background-color: var(--color-surface-default);
2196
2208
  }
2197
2209
  }
2198
- .focus\:fg-disabled {
2199
- &:focus {
2200
- color: var(--color-disabled);
2201
- --icon-color: var(--color-disabled);
2210
+ .enabled\:fg-critical {
2211
+ &:not([disabled], [data-disabled]), &:enabled {
2212
+ color: var(--color-critical);
2213
+ --icon-color: var(--color-critical);
2202
2214
  }
2203
2215
  }
2204
- .focus\:text-inverse-light {
2205
- &:focus {
2206
- color: var(--color-inverse-light);
2216
+ .enabled\:fg-default-light {
2217
+ &:not([disabled], [data-disabled]), &:enabled {
2218
+ color: var(--color-default-light);
2219
+ --icon-color: var(--color-default-light);
2207
2220
  }
2208
2221
  }
2209
- .focus\:outline-4 {
2210
- &:focus {
2211
- outline-style: var(--tw-outline-style);
2212
- outline-width: 4px;
2222
+ .enabled\:fg-interactive {
2223
+ &:not([disabled], [data-disabled]), &:enabled {
2224
+ color: var(--color-interactive);
2225
+ --icon-color: var(--color-interactive);
2213
2226
  }
2214
2227
  }
2215
- .focus\:outline-highlight {
2216
- &:focus {
2217
- outline-color: var(--color-highlight);
2228
+ .enabled\:fg-serious {
2229
+ &:not([disabled], [data-disabled]), &:enabled {
2230
+ color: var(--color-serious);
2231
+ --icon-color: var(--color-serious);
2218
2232
  }
2219
2233
  }
2220
- .focus\:outline-interactive-disabled {
2221
- &:focus {
2222
- outline-color: var(--color-interactive-disabled);
2234
+ .enabled\:outline-critical {
2235
+ &:not([disabled], [data-disabled]), &:enabled {
2236
+ outline-color: var(--color-critical);
2223
2237
  }
2224
2238
  }
2225
- .focus\:outline-interactive-hover {
2226
- &:focus {
2227
- outline-color: var(--color-interactive-hover);
2239
+ .enabled\:outline-interactive {
2240
+ &:not([disabled], [data-disabled]), &:enabled {
2241
+ outline-color: var(--color-interactive);
2228
2242
  }
2229
2243
  }
2230
- .focus\:outline-serious {
2231
- &:focus {
2244
+ .enabled\:outline-serious {
2245
+ &:not([disabled], [data-disabled]), &:enabled {
2232
2246
  outline-color: var(--color-serious);
2233
2247
  }
2234
2248
  }
2235
- .focus\:outline-none {
2236
- &:focus {
2237
- --tw-outline-style: none;
2238
- outline-style: none;
2249
+ .enabled\:hover\:bg-critical-hover {
2250
+ &:not([disabled], [data-disabled]), &:enabled {
2251
+ &[data-hovered], &:hover {
2252
+ background-color: var(--color-critical-hover);
2253
+ }
2239
2254
  }
2240
2255
  }
2241
- .focus\:outline-solid {
2242
- &:focus {
2243
- --tw-outline-style: solid;
2244
- outline-style: solid;
2256
+ .enabled\:hover\:bg-interactive-hover-dark {
2257
+ &:not([disabled], [data-disabled]), &:enabled {
2258
+ &[data-hovered], &:hover {
2259
+ background-color: var(--color-interactive-hover-dark);
2260
+ }
2245
2261
  }
2246
2262
  }
2247
- .focus\:icon-default-light {
2248
- &:focus {
2249
- --icon-color: var(--color-default-light);
2263
+ .enabled\:hover\:bg-interactive-hover-light {
2264
+ &:not([disabled], [data-disabled]), &:enabled {
2265
+ &[data-hovered], &:hover {
2266
+ background-color: var(--color-interactive-hover-light);
2267
+ }
2250
2268
  }
2251
2269
  }
2252
- .not-dtk-selected\:focus\:bg-interactive-disabled {
2253
- &:not(*[data-selected]) {
2254
- &:focus {
2255
- background-color: var(--color-interactive-disabled);
2270
+ .enabled\:hover\:bg-serious-hover {
2271
+ &:not([disabled], [data-disabled]), &:enabled {
2272
+ &[data-hovered], &:hover {
2273
+ background-color: var(--color-serious-hover);
2256
2274
  }
2257
2275
  }
2258
2276
  }
2259
- .not-disabled\:read-only\:focus\:outline-transparent {
2260
- &:not(*:disabled) {
2261
- &:read-only {
2262
- &:focus {
2263
- outline-color: transparent;
2264
- }
2277
+ .enabled\:hover\:fg-interactive-hover {
2278
+ &:not([disabled], [data-disabled]), &:enabled {
2279
+ &[data-hovered], &:hover {
2280
+ color: var(--color-interactive-hover);
2281
+ --icon-color: var(--color-interactive-hover);
2282
+ }
2283
+ }
2284
+ }
2285
+ .enabled\:hover\:outline-interactive-hover {
2286
+ &:not([disabled], [data-disabled]), &:enabled {
2287
+ &[data-hovered], &:hover {
2288
+ outline-color: var(--color-interactive-hover);
2289
+ }
2290
+ }
2291
+ }
2292
+ .enabled\:focus\:bg-critical-hover {
2293
+ &:not([disabled], [data-disabled]), &:enabled {
2294
+ &[data-focused], &:focus {
2295
+ background-color: var(--color-critical-hover);
2296
+ }
2297
+ }
2298
+ }
2299
+ .enabled\:focus\:bg-interactive-hover-dark {
2300
+ &:not([disabled], [data-disabled]), &:enabled {
2301
+ &[data-focused], &:focus {
2302
+ background-color: var(--color-interactive-hover-dark);
2303
+ }
2304
+ }
2305
+ }
2306
+ .enabled\:focus\:bg-interactive-hover-light {
2307
+ &:not([disabled], [data-disabled]), &:enabled {
2308
+ &[data-focused], &:focus {
2309
+ background-color: var(--color-interactive-hover-light);
2265
2310
  }
2266
2311
  }
2267
2312
  }
2313
+ .enabled\:focus\:bg-serious-hover {
2314
+ &:not([disabled], [data-disabled]), &:enabled {
2315
+ &[data-focused], &:focus {
2316
+ background-color: var(--color-serious-hover);
2317
+ }
2318
+ }
2319
+ }
2320
+ .enabled\:focus\:fg-interactive-hover {
2321
+ &:not([disabled], [data-disabled]), &:enabled {
2322
+ &[data-focused], &:focus {
2323
+ color: var(--color-interactive-hover);
2324
+ --icon-color: var(--color-interactive-hover);
2325
+ }
2326
+ }
2327
+ }
2328
+ .enabled\:focus\:outline-interactive-hover {
2329
+ &:not([disabled], [data-disabled]), &:enabled {
2330
+ &[data-focused], &:focus {
2331
+ outline-color: var(--color-interactive-hover);
2332
+ }
2333
+ }
2334
+ }
2335
+ .disabled\:cursor-not-allowed {
2336
+ &:is([disabled], [data-disabled]), &:disabled {
2337
+ cursor: not-allowed;
2338
+ }
2339
+ }
2340
+ .disabled\:bg-interactive-disabled {
2341
+ &:is([disabled], [data-disabled]), &:disabled {
2342
+ background-color: var(--color-interactive-disabled);
2343
+ }
2344
+ }
2345
+ .disabled\:bg-transparent {
2346
+ &:is([disabled], [data-disabled]), &:disabled {
2347
+ background-color: transparent;
2348
+ }
2349
+ }
2350
+ .disabled\:fg-disabled {
2351
+ &:is([disabled], [data-disabled]), &:disabled {
2352
+ color: var(--color-disabled);
2353
+ --icon-color: var(--color-disabled);
2354
+ }
2355
+ }
2356
+ .disabled\:text-interactive-disabled {
2357
+ &:is([disabled], [data-disabled]), &:disabled {
2358
+ color: var(--color-interactive-disabled);
2359
+ }
2360
+ }
2361
+ .disabled\:outline-interactive-disabled {
2362
+ &:is([disabled], [data-disabled]), &:disabled {
2363
+ outline-color: var(--color-interactive-disabled);
2364
+ }
2365
+ }
2268
2366
  .data-selected\:outline-highlight {
2269
2367
  &[data-selected] {
2270
2368
  outline-color: var(--color-highlight);
@@ -2279,10 +2377,10 @@
2279
2377
  .\*\*\:data-\[slot\=description\]\:text-body-xs {
2280
2378
  :is(& *) {
2281
2379
  &[data-slot="description"] {
2282
- font-size: var(--body-xs-size);
2380
+ font-size: var(--typography-body-xs-size);
2283
2381
  font-weight: 400;
2284
2382
  letter-spacing: 0.5px;
2285
- line-height: var(--body-xs-height);
2383
+ line-height: var(--typography-body-xs-height);
2286
2384
  }
2287
2385
  }
2288
2386
  }
@@ -2295,13 +2393,31 @@
2295
2393
  }
2296
2394
  }
2297
2395
  .hover\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
2298
- &:hover {
2299
- @media (hover: hover) {
2300
- :is(& *) {
2301
- &[data-slot="description"] {
2302
- color: var(--color-inverse-light);
2303
- --icon-color: var(--color-inverse-light);
2304
- }
2396
+ &[data-hovered], &:hover {
2397
+ :is(& *) {
2398
+ &[data-slot="description"] {
2399
+ color: var(--color-inverse-light);
2400
+ --icon-color: var(--color-inverse-light);
2401
+ }
2402
+ }
2403
+ }
2404
+ }
2405
+ .focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
2406
+ &[data-focused], &:focus {
2407
+ :is(& *) {
2408
+ &[data-slot="description"] {
2409
+ color: var(--color-inverse-light);
2410
+ --icon-color: var(--color-inverse-light);
2411
+ }
2412
+ }
2413
+ }
2414
+ }
2415
+ .disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
2416
+ &:is([disabled], [data-disabled]), &:disabled {
2417
+ :is(& *) {
2418
+ &[data-slot="description"] {
2419
+ color: var(--color-disabled);
2420
+ --icon-color: var(--color-disabled);
2305
2421
  }
2306
2422
  }
2307
2423
  }
@@ -2316,182 +2432,170 @@
2316
2432
  grid-template-columns: repeat(4, minmax(0, 1fr));
2317
2433
  }
2318
2434
  }
2319
- .dtk-orientation-horizontal\:flex-col {
2435
+ .orientation-horizontal\:flex-col {
2320
2436
  &[data-orientation="horizontal"] {
2321
2437
  flex-direction: column;
2322
2438
  }
2323
2439
  }
2324
- .dtk-orientation-horizontal\:flex-row {
2440
+ .orientation-horizontal\:flex-row {
2325
2441
  &[data-orientation="horizontal"] {
2326
2442
  flex-direction: row;
2327
2443
  }
2328
2444
  }
2329
- .dtk-orientation-vertical\:gap-xs {
2330
- &[data-orientation="vertical"] {
2331
- gap: var(--spacing-xs);
2332
- }
2333
- }
2334
- .dtk-hover\:bg-normal {
2335
- &[data-hovered] {
2336
- background-color: var(--color-normal);
2337
- }
2338
- }
2339
- .dtk-focus\:bg-highlight-bold {
2340
- &[data-focused] {
2341
- background-color: var(--color-highlight-bold);
2445
+ .orientation-horizontal\:flex-wrap {
2446
+ &[data-orientation="horizontal"] {
2447
+ flex-wrap: wrap;
2342
2448
  }
2343
2449
  }
2344
- .dtk-focus\:bg-serious-bold {
2345
- &[data-focused] {
2346
- background-color: var(--color-serious-bold);
2450
+ .orientation-vertical\:flex-col {
2451
+ &[data-orientation="vertical"] {
2452
+ flex-direction: column;
2347
2453
  }
2348
2454
  }
2349
- .dtk-focus\:fg-inverse-light {
2350
- &[data-focused] {
2351
- color: var(--color-inverse-light);
2352
- --icon-color: var(--color-inverse-light);
2455
+ .orientation-vertical\:gap-xs {
2456
+ &[data-orientation="vertical"] {
2457
+ gap: var(--spacing-xs);
2353
2458
  }
2354
2459
  }
2355
- .dtk-focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
2356
- &[data-focused] {
2357
- :is(& *) {
2358
- &[data-slot="description"] {
2359
- color: var(--color-inverse-light);
2360
- --icon-color: var(--color-inverse-light);
2361
- }
2460
+ .enabled\:selected\:bg-critical-subtle {
2461
+ &:not([disabled], [data-disabled]), &:enabled {
2462
+ &[data-selected] {
2463
+ background-color: var(--color-critical-subtle);
2362
2464
  }
2363
2465
  }
2364
2466
  }
2365
- .dtk-pressed\:bg-critical-hover {
2366
- &[data-pressed] {
2367
- background-color: var(--color-critical-hover);
2368
- }
2369
- }
2370
- .dtk-pressed\:bg-interactive-hover-dark {
2371
- &[data-pressed] {
2372
- background-color: var(--color-interactive-hover-dark);
2373
- }
2374
- }
2375
- .dtk-pressed\:bg-interactive-hover-light {
2376
- &[data-pressed] {
2377
- background-color: var(--color-interactive-hover-light);
2378
- }
2379
- }
2380
- .dtk-pressed\:bg-serious-hover {
2381
- &[data-pressed] {
2382
- background-color: var(--color-serious-hover);
2383
- }
2384
- }
2385
- .dtk-pressed\:bg-transparent {
2386
- &[data-pressed] {
2387
- background-color: transparent;
2388
- }
2389
- }
2390
- .dtk-pressed\:outline-interactive-hover {
2391
- &[data-pressed] {
2392
- outline-color: var(--color-interactive-hover);
2393
- }
2394
- }
2395
- .dtk-pressed\:icon-default-light {
2396
- &[data-pressed] {
2397
- --icon-color: var(--color-default-light);
2398
- }
2399
- }
2400
- .dtk-selected\:cursor-default {
2401
- &[data-selected] {
2402
- cursor: default;
2467
+ .enabled\:selected\:bg-highlight-subtle {
2468
+ &:not([disabled], [data-disabled]), &:enabled {
2469
+ &[data-selected] {
2470
+ background-color: var(--color-highlight-subtle);
2471
+ }
2403
2472
  }
2404
2473
  }
2405
- .dtk-selected\:bg-highlight-subtle {
2406
- &[data-selected] {
2407
- background-color: var(--color-highlight-subtle);
2474
+ .enabled\:selected\:bg-info-subtle {
2475
+ &:not([disabled], [data-disabled]), &:enabled {
2476
+ &[data-selected] {
2477
+ background-color: var(--color-info-subtle);
2478
+ }
2408
2479
  }
2409
2480
  }
2410
- .dtk-selected\:bg-transparent {
2411
- &[data-selected] {
2412
- background-color: transparent;
2481
+ .enabled\:selected\:bg-serious-subtle {
2482
+ &:not([disabled], [data-disabled]), &:enabled {
2483
+ &[data-selected] {
2484
+ background-color: var(--color-serious-subtle);
2485
+ }
2413
2486
  }
2414
2487
  }
2415
- .dtk-selected\:outline-highlight {
2416
- &[data-selected] {
2417
- outline-color: var(--color-highlight);
2488
+ .enabled\:selected\:fg-highlight {
2489
+ &:not([disabled], [data-disabled]), &:enabled {
2490
+ &[data-selected] {
2491
+ color: var(--color-highlight);
2492
+ --icon-color: var(--color-highlight);
2493
+ }
2418
2494
  }
2419
2495
  }
2420
- .dtk-selected\:outline-interactive-disabled {
2421
- &[data-selected] {
2422
- outline-color: var(--color-interactive-disabled);
2496
+ .enabled\:selected\:outline-highlight {
2497
+ &:not([disabled], [data-disabled]), &:enabled {
2498
+ &[data-selected] {
2499
+ outline-color: var(--color-highlight);
2500
+ }
2423
2501
  }
2424
2502
  }
2425
- .dtk-selected\:icon-highlight {
2426
- &[data-selected] {
2427
- --icon-color: var(--color-highlight);
2503
+ .enabled\:selected\:hover\:bg-critical-hover {
2504
+ &:not([disabled], [data-disabled]), &:enabled {
2505
+ &[data-selected] {
2506
+ &[data-hovered], &:hover {
2507
+ background-color: var(--color-critical-hover);
2508
+ }
2509
+ }
2428
2510
  }
2429
2511
  }
2430
- .dtk-selected\:hover\:bg-highlight-subtle {
2431
- &[data-selected] {
2432
- &:hover {
2433
- @media (hover: hover) {
2434
- background-color: var(--color-highlight-subtle);
2512
+ .enabled\:selected\:hover\:bg-interactive-hover-light {
2513
+ &:not([disabled], [data-disabled]), &:enabled {
2514
+ &[data-selected] {
2515
+ &[data-hovered], &:hover {
2516
+ background-color: var(--color-interactive-hover-light);
2435
2517
  }
2436
2518
  }
2437
2519
  }
2438
2520
  }
2439
- .dtk-selected\:hover\:bg-transparent {
2440
- &[data-selected] {
2441
- &:hover {
2442
- @media (hover: hover) {
2443
- background-color: transparent;
2521
+ .enabled\:selected\:hover\:bg-serious-hover {
2522
+ &:not([disabled], [data-disabled]), &:enabled {
2523
+ &[data-selected] {
2524
+ &[data-hovered], &:hover {
2525
+ background-color: var(--color-serious-hover);
2444
2526
  }
2445
2527
  }
2446
2528
  }
2447
2529
  }
2448
- .dtk-selected\:focus\:bg-highlight-subtle {
2449
- &[data-selected] {
2450
- &:focus {
2451
- background-color: var(--color-highlight-subtle);
2530
+ .enabled\:selected\:hover\:fg-highlight {
2531
+ &:not([disabled], [data-disabled]), &:enabled {
2532
+ &[data-selected] {
2533
+ &[data-hovered], &:hover {
2534
+ color: var(--color-highlight);
2535
+ --icon-color: var(--color-highlight);
2536
+ }
2452
2537
  }
2453
2538
  }
2454
2539
  }
2455
- .dtk-selected\:focus\:bg-transparent {
2456
- &[data-selected] {
2457
- &:focus {
2458
- background-color: transparent;
2540
+ .enabled\:selected\:hover\:outline-interactive-hover {
2541
+ &:not([disabled], [data-disabled]), &:enabled {
2542
+ &[data-selected] {
2543
+ &[data-hovered], &:hover {
2544
+ outline-color: var(--color-interactive-hover);
2545
+ }
2459
2546
  }
2460
2547
  }
2461
2548
  }
2462
- .dtk-disabled\:cursor-default {
2463
- &[data-disabled] {
2464
- cursor: default;
2549
+ .enabled\:selected\:focus\:bg-critical-hover {
2550
+ &:not([disabled], [data-disabled]), &:enabled {
2551
+ &[data-selected] {
2552
+ &[data-focused], &:focus {
2553
+ background-color: var(--color-critical-hover);
2554
+ }
2555
+ }
2465
2556
  }
2466
2557
  }
2467
- .dtk-disabled\:cursor-not-allowed {
2468
- &[data-disabled] {
2469
- cursor: not-allowed;
2558
+ .enabled\:selected\:focus\:bg-interactive-hover-light {
2559
+ &:not([disabled], [data-disabled]), &:enabled {
2560
+ &[data-selected] {
2561
+ &[data-focused], &:focus {
2562
+ background-color: var(--color-interactive-hover-light);
2563
+ }
2564
+ }
2470
2565
  }
2471
2566
  }
2472
- .dtk-disabled\:bg-transparent {
2473
- &[data-disabled] {
2474
- background-color: transparent;
2567
+ .enabled\:selected\:focus\:bg-serious-hover {
2568
+ &:not([disabled], [data-disabled]), &:enabled {
2569
+ &[data-selected] {
2570
+ &[data-focused], &:focus {
2571
+ background-color: var(--color-serious-hover);
2572
+ }
2573
+ }
2475
2574
  }
2476
2575
  }
2477
- .dtk-disabled\:fg-disabled {
2478
- &[data-disabled] {
2479
- color: var(--color-disabled);
2480
- --icon-color: var(--color-disabled);
2576
+ .enabled\:selected\:focus\:fg-highlight {
2577
+ &:not([disabled], [data-disabled]), &:enabled {
2578
+ &[data-selected] {
2579
+ &[data-focused], &:focus {
2580
+ color: var(--color-highlight);
2581
+ --icon-color: var(--color-highlight);
2582
+ }
2583
+ }
2481
2584
  }
2482
2585
  }
2483
- .dtk-disabled\:text-interactive-disabled {
2484
- &[data-disabled] {
2485
- color: var(--color-interactive-disabled);
2586
+ .enabled\:selected\:focus\:outline-interactive-hover {
2587
+ &:not([disabled], [data-disabled]), &:enabled {
2588
+ &[data-selected] {
2589
+ &[data-focused], &:focus {
2590
+ outline-color: var(--color-interactive-hover);
2591
+ }
2592
+ }
2486
2593
  }
2487
2594
  }
2488
- .dtk-disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
2489
- &[data-disabled] {
2490
- :is(& *) {
2491
- &[data-slot="description"] {
2492
- color: var(--color-disabled);
2493
- --icon-color: var(--color-disabled);
2494
- }
2595
+ .disabled\:selected\:bg-interactive-disabled {
2596
+ &:is([disabled], [data-disabled]), &:disabled {
2597
+ &[data-selected] {
2598
+ background-color: var(--color-interactive-disabled);
2495
2599
  }
2496
2600
  }
2497
2601
  }
@@ -2527,15 +2631,6 @@
2527
2631
  }
2528
2632
  }
2529
2633
  }
2530
- .\[\&\:empty\]\:before\:content-\[\'Missing_Classification\'\] {
2531
- &:empty {
2532
- &::before {
2533
- content: var(--tw-content);
2534
- --tw-content: 'Missing Classification';
2535
- content: var(--tw-content);
2536
- }
2537
- }
2538
- }
2539
2634
  .\[\&\:empty\]\:before\:content-\[\'Secret\'\] {
2540
2635
  &:empty {
2541
2636
  &::before {
@@ -2563,11 +2658,11 @@
2563
2658
  }
2564
2659
  }
2565
2660
  }
2566
- .\[\&\:empty\]\:before\:content-\[\'Top_Secret\/\/SCI\'\] {
2661
+ .\[\&\:empty\]\:before\:content-\[\'Top_Secret\/SCI\'\] {
2567
2662
  &:empty {
2568
2663
  &::before {
2569
2664
  content: var(--tw-content);
2570
- --tw-content: 'Top Secret//SCI';
2665
+ --tw-content: 'Top Secret/SCI';
2571
2666
  content: var(--tw-content);
2572
2667
  }
2573
2668
  }
@@ -2614,10 +2709,10 @@
2614
2709
  }
2615
2710
  .\[\&\>\*\]\:text-header-m {
2616
2711
  &>* {
2617
- font-size: var(--header-m-size);
2712
+ font-size: var(--typography-header-m-size);
2618
2713
  font-weight: 500;
2619
2714
  letter-spacing: 0.25px;
2620
- line-height: var(--header-m-height);
2715
+ line-height: var(--typography-header-m-height);
2621
2716
  }
2622
2717
  }
2623
2718
  .\[\&\>\*\]\:leading-\[0\] {
@@ -2626,14 +2721,14 @@
2626
2721
  line-height: 0;
2627
2722
  }
2628
2723
  }
2629
- .dtk-orientation-horizontal\:\[\&\>\*\]\:pr-s {
2724
+ .orientation-horizontal\:\[\&\>\*\]\:pr-s {
2630
2725
  &[data-orientation="horizontal"] {
2631
2726
  &>* {
2632
2727
  padding-right: var(--spacing-s);
2633
2728
  }
2634
2729
  }
2635
2730
  }
2636
- .dtk-orientation-horizontal\:\[\&\>\*\]\:pl-s {
2731
+ .orientation-horizontal\:\[\&\>\*\]\:pl-s {
2637
2732
  &[data-orientation="horizontal"] {
2638
2733
  &>* {
2639
2734
  padding-left: var(--spacing-s);
@@ -2642,99 +2737,123 @@
2642
2737
  }
2643
2738
  }
2644
2739
  :root {
2645
- --neutral-01: #ffffff;
2646
- --neutral-02: #e6e6e6;
2647
- --neutral-03: #898989;
2648
- --neutral-04: #686868;
2649
- --neutral-05: #565656;
2650
- --neutral-06: #424242;
2651
- --neutral-07: #383838;
2652
- --neutral-08: #2f2f31;
2653
- --neutral-09: #222222;
2654
- --neutral-10: #0b0b0b;
2655
- --neutral-11: #FF0000;
2656
- --alpha-black-01: rgba(0, 0, 0, 0.08);
2657
- --alpha-black-02: rgba(0, 0, 0, 0.4);
2658
- --alpha-black-03: rgba(0, 0, 0, 0.8);
2659
- --alpha-white-01: rgba(255, 255, 255, 0.08);
2660
- --alpha-white-02: rgba(255, 255, 255, 0.4);
2661
- --alpha-white-03: rgba(255, 255, 255, 0.8);
2662
- --highlight-primary-01: #c9fdef;
2663
- --highlight-primary-02: #7df9d8;
2664
- --highlight-primary-03: #28f5be;
2665
- --highlight-primary-04: #189372;
2666
- --highlight-primary-05: #0a3d30;
2667
- --highlight-secondary-01: #c9f6fd;
2668
- --highlight-secondary-02: #7ee9f9;
2669
- --highlight-secondary-03: #28dcf5;
2670
- --highlight-secondary-04: #188493;
2671
- --highlight-secondary-05: #0a373d;
2672
- --highlight-tertiary-01: #f9c5e2;
2673
- --highlight-tertiary-02: #f174b9;
2674
- --highlight-tertiary-03: #e8178a;
2675
- --highlight-tertiary-04: #8a0e53;
2676
- --highlight-tertiary-05: #3a0623;
2677
- --utility-info-01: #e6e6e6;
2678
- --utility-info-02: #898989;
2679
- --utility-info-03: #686868;
2680
- --utility-info-04: #424244;
2681
- --utility-info-05: #222222;
2682
- --utility-advisory-01: #e0edff;
2683
- --utility-advisory-02: #a1caff;
2684
- --utility-advisory-03: #62a6ff;
2685
- --utility-advisory-04: #3a6499;
2686
- --utility-advisory-05: #142133;
2687
- --utility-normal-01: #d6f6e5;
2688
- --utility-normal-02: #82e4b2;
2689
- --utility-normal-03: #30d27e;
2690
- --utility-normal-04: #1c7e4c;
2691
- --utility-normal-05: #0a2a19;
2692
- --utility-serious-01: #feedcc;
2693
- --utility-serious-02: #fdc865;
2694
- --utility-serious-03: #fca400;
2695
- --utility-serious-04: #976201;
2696
- --utility-serious-05: #322100;
2697
- --utility-critical-01: #f6d3d2;
2698
- --utility-critical-02: #e57b77;
2699
- --utility-critical-03: #d4231d;
2700
- --utility-critical-04: #7f1511;
2701
- --utility-critical-05: #2a0706;
2702
- --classification-unclass: #007A33;
2703
- --classification-cui: #502b85;
2704
- --classification-confidential: #0033a0;
2705
- --classification-secret: #c8102e;
2706
- --classification-top-secret: #ff8c00;
2707
- --classification-ts-sci: #fce83a;
2708
- --header-xxl-size: 32px;
2709
- --header-xxl-height: 40px;
2710
- --header-xl-size: 24px;
2711
- --header-xl-height: 28px;
2712
- --header-l-size: 20px;
2713
- --header-l-height: 24px;
2714
- --header-m-size: 14px;
2715
- --header-m-height: 20px;
2716
- --header-s-size: 12px;
2717
- --header-s-height: 16px;
2718
- --header-xs-size: 10px;
2719
- --header-xs-height: 12px;
2720
- --body-l-size: 16px;
2721
- --body-l-height: 24px;
2722
- --body-m-size: 14px;
2723
- --body-m-height: 20px;
2724
- --body-s-size: 12px;
2725
- --body-s-height: 16px;
2726
- --body-xs-size: 10px;
2727
- --body-xs-height: 12px;
2728
- --body-xxs-size: 9px;
2729
- --body-xxs-height: 12px;
2730
- --button-l-size: 16px;
2731
- --button-l-height: 24px;
2732
- --button-m-size: 14px;
2733
- --button-m-height: 20px;
2734
- --button-s-size: 12px;
2735
- --button-s-height: 16px;
2736
- --button-xs-size: 10px;
2737
- --button-xs-height: 12px;
2740
+ --colors-neutral-10: #0b0b0b;
2741
+ --colors-neutral-11: #FF0000;
2742
+ --colors-neutral-01: #ffffff;
2743
+ --colors-neutral-02: #e6e6e6;
2744
+ --colors-neutral-03: #898989;
2745
+ --colors-neutral-04: #686868;
2746
+ --colors-neutral-05: #565656;
2747
+ --colors-neutral-06: #424242;
2748
+ --colors-neutral-07: #383838;
2749
+ --colors-neutral-08: #2f2f31;
2750
+ --colors-neutral-09: #222222;
2751
+ --colors-alpha-black-01: rgba(0, 0, 0, 0.08);
2752
+ --colors-alpha-black-02: rgba(0, 0, 0, 0.4);
2753
+ --colors-alpha-black-03: rgba(0, 0, 0, 0.8);
2754
+ --colors-alpha-white-01: rgba(255, 255, 255, 0.08);
2755
+ --colors-alpha-white-02: rgba(255, 255, 255, 0.4);
2756
+ --colors-alpha-white-03: rgba(255, 255, 255, 0.8);
2757
+ --colors-highlight-primary-01: #c9fdef;
2758
+ --colors-highlight-primary-02: #7df9d8;
2759
+ --colors-highlight-primary-03: #28f5be;
2760
+ --colors-highlight-primary-04: #189372;
2761
+ --colors-highlight-primary-05: #0a3d30;
2762
+ --colors-highlight-secondary-01: #c9f6fd;
2763
+ --colors-highlight-secondary-02: #7ee9f9;
2764
+ --colors-highlight-secondary-03: #28dcf5;
2765
+ --colors-highlight-secondary-04: #188493;
2766
+ --colors-highlight-secondary-05: #0a373d;
2767
+ --colors-highlight-tertiary-01: #f9c5e2;
2768
+ --colors-highlight-tertiary-02: #f174b9;
2769
+ --colors-highlight-tertiary-03: #e8178a;
2770
+ --colors-highlight-tertiary-04: #8a0e53;
2771
+ --colors-highlight-tertiary-05: #3a0623;
2772
+ --colors-utility-info-01: #e6e6e6;
2773
+ --colors-utility-info-02: #898989;
2774
+ --colors-utility-info-03: #686868;
2775
+ --colors-utility-info-04: #424244;
2776
+ --colors-utility-info-05: #222222;
2777
+ --colors-utility-advisory-01: #e0edff;
2778
+ --colors-utility-advisory-02: #a1caff;
2779
+ --colors-utility-advisory-03: #62a6ff;
2780
+ --colors-utility-advisory-04: #3a6499;
2781
+ --colors-utility-advisory-05: #142133;
2782
+ --colors-utility-normal-01: #d6f6e5;
2783
+ --colors-utility-normal-02: #82e4b2;
2784
+ --colors-utility-normal-03: #30d27e;
2785
+ --colors-utility-normal-04: #1c7e4c;
2786
+ --colors-utility-normal-05: #0a2a19;
2787
+ --colors-utility-serious-01: #feedcc;
2788
+ --colors-utility-serious-02: #fdc865;
2789
+ --colors-utility-serious-03: #fca400;
2790
+ --colors-utility-serious-04: #976201;
2791
+ --colors-utility-serious-05: #322100;
2792
+ --colors-utility-critical-01: #f6d3d2;
2793
+ --colors-utility-critical-02: #e57b77;
2794
+ --colors-utility-critical-03: #d4231d;
2795
+ --colors-utility-critical-04: #7f1511;
2796
+ --colors-utility-critical-05: #2a0706;
2797
+ --colors-classification-unclass: #007A33;
2798
+ --colors-classification-cui: #502b85;
2799
+ --colors-classification-confidential: #0033a0;
2800
+ --colors-classification-secret: #c8102e;
2801
+ --colors-classification-top-secret: #ff8c00;
2802
+ --colors-classification-ts-sci: #fce83a;
2803
+ --typography-header-xxl-size: 32px;
2804
+ --typography-header-xxl-height: 40px;
2805
+ --typography-header-xl-size: 24px;
2806
+ --typography-header-xl-height: 28px;
2807
+ --typography-header-l-size: 20px;
2808
+ --typography-header-l-height: 24px;
2809
+ --typography-header-m-size: 14px;
2810
+ --typography-header-m-height: 20px;
2811
+ --typography-header-s-size: 12px;
2812
+ --typography-header-s-height: 16px;
2813
+ --typography-header-xs-size: 10px;
2814
+ --typography-header-xs-height: 12px;
2815
+ --typography-body-l-size: 16px;
2816
+ --typography-body-l-height: 24px;
2817
+ --typography-body-m-size: 14px;
2818
+ --typography-body-m-height: 20px;
2819
+ --typography-body-s-size: 12px;
2820
+ --typography-body-s-height: 16px;
2821
+ --typography-body-xs-size: 10px;
2822
+ --typography-body-xs-height: 12px;
2823
+ --typography-body-xxs-size: 9px;
2824
+ --typography-body-xxs-height: 12px;
2825
+ --typography-button-l-size: 16px;
2826
+ --typography-button-l-height: 24px;
2827
+ --typography-button-m-size: 14px;
2828
+ --typography-button-m-height: 20px;
2829
+ --typography-button-s-size: 12px;
2830
+ --typography-button-s-height: 16px;
2831
+ --typography-button-xs-size: 10px;
2832
+ --typography-button-xs-height: 12px;
2833
+ --spacing-0: 0px;
2834
+ --spacing-none: unset;
2835
+ --spacing-xxs: 2px;
2836
+ --spacing-xs: 4px;
2837
+ --spacing-s: 8px;
2838
+ --spacing-m: 12px;
2839
+ --spacing-l: 16px;
2840
+ --spacing-xl: 24px;
2841
+ --spacing-xxl: 40px;
2842
+ --spacing-oversized: 80px;
2843
+ --radius-none: 0px;
2844
+ --radius-small: 2px;
2845
+ --radius-medium: 4px;
2846
+ --radius-large: 8px;
2847
+ --radius-round: 80px;
2848
+ --shadows-elevation-default: initial;
2849
+ --shadows-elevation-overlay: 0 8px 10px 0 rgba(0 0 0 / 0.2), 0 6px 30px 0 rgba(0 0 0 / 0.12), 0 16px 24px 0 rgba(0 0 0 / 0.14);
2850
+ --shadows-elevation-raised: 0 5px 5px 0 rgba(0 0 0 / 0.2), 0 3px 14px 0 rgba(0 0 0 / 0.12), 0 8px 10px 0 rgba(0 0 0 / 0.14);
2851
+ --font-primary: "Roboto Flex", sans-serif;
2852
+ --font-display: "Roboto Mono", monospace;
2853
+ --icon-size-l: var(--spacing-xl);
2854
+ --icon-size-m: 20px;
2855
+ --icon-size-s: var(--spacing-l);
2856
+ --icon-size-xs: var(--spacing-m);
2738
2857
  }
2739
2858
  body {
2740
2859
  font-family: var(--font-primary);
@@ -2750,7 +2869,7 @@ body {
2750
2869
  top: 0;
2751
2870
  bottom: 0;
2752
2871
  left: 50%;
2753
- background-image: repeating-linear-gradient(to bottom, var(--neutral-04), var(--neutral-04)), repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
2872
+ background-image: repeating-linear-gradient(to bottom, var(--colors-neutral-04), var(--colors-neutral-04)), repeating-linear-gradient(to right, var(--colors-neutral-04), var(--colors-neutral-04));
2754
2873
  background-position: left -1px, center;
2755
2874
  background-repeat: repeat-y, repeat-x;
2756
2875
  background-size: 1px 4px, 4px 1px;
@@ -2762,7 +2881,7 @@ body {
2762
2881
  top: 0;
2763
2882
  bottom: 50%;
2764
2883
  left: 50%;
2765
- background-image: repeating-linear-gradient(to bottom,var(--neutral-04), var(--neutral-04)), repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
2884
+ background-image: repeating-linear-gradient(to bottom,var(--colors-neutral-04), var(--colors-neutral-04)), repeating-linear-gradient(to right, var(--colors-neutral-04), var(--colors-neutral-04));
2766
2885
  background-position: left -1px, bottom;
2767
2886
  background-repeat: repeat-y, repeat-x;
2768
2887
  background-size: 1px 4px, 4px 1px;
@@ -2774,7 +2893,7 @@ body {
2774
2893
  top: 0;
2775
2894
  bottom: 0;
2776
2895
  left: 50%;
2777
- background-image: repeating-linear-gradient(to bottom, var(--neutral-04), var(--neutral-04)), repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
2896
+ background-image: repeating-linear-gradient(to bottom, var(--colors-neutral-04), var(--colors-neutral-04)), repeating-linear-gradient(to right, var(--colors-neutral-04), var(--colors-neutral-04));
2778
2897
  background-position: left -1px, center;
2779
2898
  background-repeat: repeat-y, repeat-x;
2780
2899
  background-size: 1px 4px, 4px 1px;