@ndla/primitives 0.0.16 → 0.0.18

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 (59) hide show
  1. package/dist/panda.buildinfo.json +18 -14
  2. package/dist/styles.css +333 -315
  3. package/es/Accordion.js +58 -30
  4. package/es/Button.js +3 -2
  5. package/es/Card/Card.js +77 -0
  6. package/es/Checkbox.js +12 -4
  7. package/es/Combobox.js +30 -10
  8. package/es/Dialog.js +9 -3
  9. package/es/Figure.js +21 -4
  10. package/es/Image.js +92 -0
  11. package/es/Input.js +1 -1
  12. package/es/Menu.js +21 -7
  13. package/es/Pagination.js +15 -5
  14. package/es/Popover.js +30 -10
  15. package/es/RadioGroup.js +12 -4
  16. package/es/Select.js +36 -12
  17. package/es/Slider.js +15 -5
  18. package/es/Switch.js +9 -3
  19. package/es/Tabs.js +15 -5
  20. package/es/TagsInput.js +27 -9
  21. package/es/Toast.js +9 -3
  22. package/es/Tooltip.js +15 -5
  23. package/es/createStyleContext.js +6 -12
  24. package/es/index.js +3 -1
  25. package/lib/Accordion.d.ts +41 -2
  26. package/lib/Accordion.js +58 -30
  27. package/lib/Badge.d.ts +1 -0
  28. package/lib/Button.d.ts +2 -2
  29. package/lib/Button.js +3 -2
  30. package/lib/Card/Card.d.ts +19 -0
  31. package/lib/Card/Card.js +83 -0
  32. package/lib/Checkbox.js +12 -4
  33. package/lib/Combobox.d.ts +45 -13
  34. package/lib/Combobox.js +30 -10
  35. package/lib/Dialog.js +9 -3
  36. package/lib/Figure.d.ts +3 -3
  37. package/lib/Figure.js +21 -4
  38. package/lib/Image.d.ts +49 -0
  39. package/lib/Image.js +100 -0
  40. package/lib/Input.js +1 -1
  41. package/lib/Menu.js +21 -7
  42. package/lib/Pagination.d.ts +6 -2
  43. package/lib/Pagination.js +15 -5
  44. package/lib/Popover.js +30 -10
  45. package/lib/RadioGroup.js +12 -4
  46. package/lib/Select.js +36 -12
  47. package/lib/Slider.js +15 -5
  48. package/lib/Switch.js +9 -3
  49. package/lib/Tabs.d.ts +4 -1
  50. package/lib/Tabs.js +15 -5
  51. package/lib/TagsInput.d.ts +15 -2
  52. package/lib/TagsInput.js +27 -9
  53. package/lib/Toast.js +9 -3
  54. package/lib/Tooltip.js +15 -5
  55. package/lib/createStyleContext.d.ts +5 -2
  56. package/lib/createStyleContext.js +6 -12
  57. package/lib/index.d.ts +8 -4
  58. package/lib/index.js +74 -0
  59. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -109,31 +109,31 @@
109
109
  padding-block: var(--spacing-medium);
110
110
  }
111
111
 
112
- .shadow-color_stroke\.subtle {
113
- --shadow-color: var(--colors-stroke-subtle);
112
+ .w_100\% {
113
+ width: 100%;
114
114
  }
115
115
 
116
- .shadow_inset_0_0_0_1px_var\(--shadow-color\) {
117
- box-shadow: inset 0 0 0 1px var(--shadow-color);
116
+ .bdr_xsmall {
117
+ border-radius: var(--radii-xsmall);
118
118
  }
119
119
 
120
- .rounded_xsmall {
121
- border-radius: var(--radii-xsmall);
120
+ .bx-sh-c_stroke\.subtle {
121
+ --shadow-color: var(--colors-stroke-subtle);
122
122
  }
123
123
 
124
- .w_100\% {
125
- width: 100%;
124
+ .bx-sh_inset_0_0_0_1px_var\(--shadow-color\) {
125
+ box-shadow: inset 0 0 0 1px var(--shadow-color);
126
126
  }
127
127
 
128
- .text_icon\.strong {
128
+ .c_icon\.strong {
129
129
  color: var(--colors-icon-strong);
130
130
  }
131
131
 
132
- .origin_center {
132
+ .trf-o_center {
133
133
  transform-origin: center;
134
134
  }
135
135
 
136
- .overflow_hidden {
136
+ .ov_hidden {
137
137
  overflow: hidden;
138
138
  }
139
139
 
@@ -145,12 +145,12 @@
145
145
  padding-inline: var(--spacing-small);
146
146
  }
147
147
 
148
- .rounded-b_xsmall {
148
+ .bdr-b_xsmall {
149
149
  border-bottom-left-radius: var(--radii-xsmall);
150
150
  border-bottom-right-radius: var(--radii-xsmall);
151
151
  }
152
152
 
153
- .list-style_revert {
153
+ .li-s_revert {
154
154
  list-style: revert;
155
155
  }
156
156
 
@@ -162,7 +162,7 @@
162
162
  padding-inline: var(--spacing-xsmall);
163
163
  }
164
164
 
165
- .border_1px_solid {
165
+ .bd_1px_solid {
166
166
  border: 1px solid;
167
167
  }
168
168
 
@@ -170,7 +170,7 @@
170
170
  width: fit-content;
171
171
  }
172
172
 
173
- .border-s_4px_solid {
173
+ .bd-s_4px_solid {
174
174
  border-inline-start: 4px solid;
175
175
  }
176
176
 
@@ -190,11 +190,11 @@
190
190
  gap: var(--spacing-xsmall);
191
191
  }
192
192
 
193
- .text-decor_none {
193
+ .td_none {
194
194
  text-decoration: none;
195
195
  }
196
196
 
197
- .text-align_center {
197
+ .ta_center {
198
198
  text-align: center;
199
199
  }
200
200
 
@@ -203,11 +203,11 @@
203
203
  outline-offset: 2px;
204
204
  }
205
205
 
206
- .shadow-color_stroke\.default {
206
+ .bx-sh-c_stroke\.default {
207
207
  --shadow-color: var(--colors-stroke-default);
208
208
  }
209
209
 
210
- .text_text\.onAction {
210
+ .c_text\.onAction {
211
211
  color: var(--colors-text-on-action);
212
212
  }
213
213
 
@@ -215,7 +215,7 @@
215
215
  background: var(--colors-surface-action);
216
216
  }
217
217
 
218
- .text_text\.strong {
218
+ .c_text\.strong {
219
219
  color: var(--colors-text-strong);
220
220
  }
221
221
 
@@ -231,15 +231,15 @@
231
231
  background: var(--colors-surface-success);
232
232
  }
233
233
 
234
- .text_text\.link {
234
+ .c_text\.link {
235
235
  color: var(--colors-text-link);
236
236
  }
237
237
 
238
- .text-decor_underline {
238
+ .td_underline {
239
239
  text-decoration: underline;
240
240
  }
241
241
 
242
- .decoration-thickness_1px {
242
+ .td-t_1px {
243
243
  text-decoration-thickness: 1px;
244
244
  }
245
245
 
@@ -271,7 +271,7 @@
271
271
  width: var(--sizes-xxlarge);
272
272
  }
273
273
 
274
- .select_none {
274
+ .us_none {
275
275
  -webkit-user-select: none;
276
276
  user-select: none;
277
277
  }
@@ -280,7 +280,7 @@
280
280
  gap: var(--spacing-xxsmall);
281
281
  }
282
282
 
283
- .text_text\.default {
283
+ .c_text\.default {
284
284
  color: var(--colors-text-default);
285
285
  }
286
286
 
@@ -296,7 +296,7 @@
296
296
  padding-block: var(--spacing-4xsmall);
297
297
  }
298
298
 
299
- .rounded_large {
299
+ .bdr_large {
300
300
  border-radius: var(--radii-large);
301
301
  }
302
302
 
@@ -312,7 +312,7 @@
312
312
  height: var(--sizes-medium);
313
313
  }
314
314
 
315
- .border_2px_solid {
315
+ .bd_2px_solid {
316
316
  border: 2px solid;
317
317
  }
318
318
 
@@ -324,7 +324,7 @@
324
324
  z-index: var(--z-index-dropdown);
325
325
  }
326
326
 
327
- .shadow_large {
327
+ .bx-sh_large {
328
328
  box-shadow: var(--shadows-large);
329
329
  }
330
330
 
@@ -336,7 +336,7 @@
336
336
  max-height: var(--sizes-surface-xsmall);
337
337
  }
338
338
 
339
- .text_stroke\.default {
339
+ .c_stroke\.default {
340
340
  color: var(--colors-stroke-default);
341
341
  }
342
342
 
@@ -376,7 +376,7 @@
376
376
  position: relative;
377
377
  }
378
378
 
379
- .shadow_xlarge {
379
+ .bx-sh_xlarge {
380
380
  box-shadow: var(--shadows-xlarge);
381
381
  }
382
382
 
@@ -396,15 +396,15 @@
396
396
  margin: auto;
397
397
  }
398
398
 
399
- .rounded_sharp {
399
+ .bdr_sharp {
400
400
  border-radius: var(--radii-sharp);
401
401
  }
402
402
 
403
- .pt_env\(safe-area-inset-top\) {
403
+ .pbs_env\(safe-area-inset-top\) {
404
404
  padding-block-start: env(safe-area-inset-top);
405
405
  }
406
406
 
407
- .pb_env\(safe-area-inset-bottom\) {
407
+ .pbe_env\(safe-area-inset-bottom\) {
408
408
  padding-block-end: env(safe-area-inset-bottom);
409
409
  }
410
410
 
@@ -432,11 +432,11 @@
432
432
  margin-inline-end: var(--margin);
433
433
  }
434
434
 
435
- .mb_var\(--margin\) {
435
+ .mbe_var\(--margin\) {
436
436
  margin-block-end: var(--margin);
437
437
  }
438
438
 
439
- .mt_var\(--margin\) {
439
+ .mbs_var\(--margin\) {
440
440
  margin-block-start: var(--margin);
441
441
  }
442
442
 
@@ -480,15 +480,15 @@
480
480
  --size: var(--sizes-surface-3xsmall);
481
481
  }
482
482
 
483
- .pt_medium {
483
+ .pbs_medium {
484
484
  padding-block-start: var(--spacing-medium);
485
485
  }
486
486
 
487
- .pt_small {
487
+ .pbs_small {
488
488
  padding-block-start: var(--spacing-small);
489
489
  }
490
490
 
491
- .pb_medium {
491
+ .pbe_medium {
492
492
  padding-block-end: var(--spacing-medium);
493
493
  }
494
494
 
@@ -500,7 +500,7 @@
500
500
  margin: calc(var(--spacing-medium) * -1);
501
501
  }
502
502
 
503
- .text_text\.error {
503
+ .c_text\.error {
504
504
  color: var(--colors-text-error);
505
505
  }
506
506
 
@@ -516,7 +516,23 @@
516
516
  margin-block: var(--spacing-xsmall);
517
517
  }
518
518
 
519
- .rounded_small {
519
+ .pe_medium {
520
+ padding-inline-end: var(--spacing-medium);
521
+ }
522
+
523
+ .ps_medium {
524
+ padding-inline-start: var(--spacing-medium);
525
+ }
526
+
527
+ .ps_0 {
528
+ padding-inline-start: 0;
529
+ }
530
+
531
+ .pe_0 {
532
+ padding-inline-end: 0;
533
+ }
534
+
535
+ .bdr_small {
520
536
  border-radius: var(--radii-small);
521
537
  }
522
538
 
@@ -540,7 +556,7 @@
540
556
  background: none;
541
557
  }
542
558
 
543
- .border_0 {
559
+ .bd_0 {
544
560
  border: 0;
545
561
  }
546
562
 
@@ -564,7 +580,7 @@
564
580
  display: inline-block;
565
581
  }
566
582
 
567
- .border_none {
583
+ .bd_none {
568
584
  border: none;
569
585
  }
570
586
 
@@ -584,7 +600,7 @@
584
600
  padding: var(--spacing-3xsmall);
585
601
  }
586
602
 
587
- .shadow_small {
603
+ .bx-sh_small {
588
604
  box-shadow: var(--shadows-small);
589
605
  }
590
606
 
@@ -608,7 +624,7 @@
608
624
  background: var(--colors-surface-error-subtle);
609
625
  }
610
626
 
611
- .text_primary {
627
+ .c_primary {
612
628
  color: var(--colors-primary);
613
629
  }
614
630
 
@@ -628,15 +644,15 @@
628
644
  --arrow-background: var(--colors-surface-default);
629
645
  }
630
646
 
631
- .rounded_full {
647
+ .bdr_full {
632
648
  border-radius: var(--radii-full);
633
649
  }
634
650
 
635
- .ring-offset_-6px {
651
+ .ring-o_-6px {
636
652
  outline-offset: -6px;
637
653
  }
638
654
 
639
- .text_icon\.default {
655
+ .c_icon\.default {
640
656
  color: var(--colors-icon-default);
641
657
  }
642
658
 
@@ -644,11 +660,11 @@
644
660
  width: var(--sizes-surface-small);
645
661
  }
646
662
 
647
- .animation_skeleton-pulse {
663
+ .anim_skeleton-pulse {
648
664
  animation: var(--animations-skeleton-pulse);
649
665
  }
650
666
 
651
- .text_transparent {
667
+ .c_transparent {
652
668
  color: transparent;
653
669
  }
654
670
 
@@ -672,7 +688,7 @@
672
688
  z-index: 1;
673
689
  }
674
690
 
675
- .animation_spin {
691
+ .anim_spin {
676
692
  animation: var(--animations-spin);
677
693
  }
678
694
 
@@ -680,7 +696,7 @@
680
696
  display: block;
681
697
  }
682
698
 
683
- .border-y_background\.subtle {
699
+ .bd-y-c_background\.subtle {
684
700
  border-block-color: var(--colors-background-subtle);
685
701
  }
686
702
 
@@ -708,7 +724,7 @@
708
724
  padding: var(--spacing-1);
709
725
  }
710
726
 
711
- .rounded_medium {
727
+ .bdr_medium {
712
728
  border-radius: var(--radii-medium);
713
729
  }
714
730
 
@@ -728,11 +744,11 @@
728
744
  padding: var(--spacing-4xsmall);
729
745
  }
730
746
 
731
- .table_fixed {
747
+ .tbl_fixed {
732
748
  table-layout: fixed;
733
749
  }
734
750
 
735
- .overflow_auto {
751
+ .ov_auto {
736
752
  overflow: auto;
737
753
  }
738
754
 
@@ -760,7 +776,7 @@
760
776
  cursor: initial;
761
777
  }
762
778
 
763
- .shadow_medium {
779
+ .bx-sh_medium {
764
780
  box-shadow: var(--shadows-medium);
765
781
  }
766
782
 
@@ -772,11 +788,11 @@
772
788
  height: var(--height);
773
789
  }
774
790
 
775
- .opacity_var\(--opacity\) {
791
+ .op_var\(--opacity\) {
776
792
  opacity: var(--opacity);
777
793
  }
778
794
 
779
- .overflow-wrap_anywhere {
795
+ .ov-wrap_anywhere {
780
796
  overflow-wrap: anywhere;
781
797
  }
782
798
 
@@ -816,49 +832,57 @@
816
832
  --arrow-background: var(--colors-surface-action);
817
833
  }
818
834
 
819
- .flex_column {
835
+ .h_200px {
836
+ height: 200px;
837
+ }
838
+
839
+ .obj-f_cover {
840
+ object-fit: cover;
841
+ }
842
+
843
+ .flex-d_column {
820
844
  flex-direction: column;
821
845
  }
822
846
 
823
- .items_center {
847
+ .ai_center {
824
848
  align-items: center;
825
849
  }
826
850
 
827
- .justify_space-between {
851
+ .jc_space-between {
828
852
  justify-content: space-between;
829
853
  }
830
854
 
831
- .duration_fast {
855
+ .trs-dur_fast {
832
856
  --transition-duration: var(--durations-fast);
833
857
  transition-duration: var(--durations-fast);
834
858
  }
835
859
 
836
- .ease_default {
860
+ .trs-tmf_default {
837
861
  --transition-easing: var(--easings-default);
838
862
  transition-timing-function: var(--easings-default);
839
863
  }
840
864
 
841
- .transition-prop_background\,_border-color\,_border\,_border-radius {
865
+ .trs-prop_background\,_border-color\,_border\,_border-radius {
842
866
  --transition-prop: background, border-color, border, border-radius;
843
867
  transition-property: background, border-color, border, border-radius;
844
868
  }
845
869
 
846
- .duration_normal {
870
+ .trs-dur_normal {
847
871
  --transition-duration: var(--durations-normal);
848
872
  transition-duration: var(--durations-normal);
849
873
  }
850
874
 
851
- .transition-prop_transform {
875
+ .trs-prop_transform {
852
876
  --transition-prop: transform;
853
877
  transition-property: transform;
854
878
  }
855
879
 
856
- .transition-prop_padding-bottom {
880
+ .trs-prop_padding-bottom {
857
881
  --transition-prop: padding-bottom;
858
882
  transition-property: padding-bottom;
859
883
  }
860
884
 
861
- .border-w_0_1px_1px {
885
+ .bd-w_0_1px_1px {
862
886
  border-width: 0 1px 1px;
863
887
  }
864
888
 
@@ -866,47 +890,47 @@
866
890
  border-style: solid;
867
891
  }
868
892
 
869
- .border_stroke\.default {
893
+ .bd-c_stroke\.default {
870
894
  border-color: var(--colors-stroke-default);
871
895
  }
872
896
 
873
- .list-pos_inside {
897
+ .li-pos_inside {
874
898
  list-style-position: inside;
875
899
  }
876
900
 
877
- .bg_surface\.brand\.1\.subtle {
901
+ .bg-c_surface\.brand\.1\.subtle {
878
902
  background-color: var(--colors-surface-brand-1-subtle);
879
903
  }
880
904
 
881
- .border_surface\.brand\.1\.strong {
905
+ .bd-c_surface\.brand\.1\.strong {
882
906
  border-color: var(--colors-surface-brand-1-strong);
883
907
  }
884
908
 
885
- .bg_surface\.brand\.2\.moderate {
909
+ .bg-c_surface\.brand\.2\.moderate {
886
910
  background-color: var(--colors-surface-brand-2-moderate);
887
911
  }
888
912
 
889
- .border_surface\.brand\.2\.strong {
913
+ .bd-c_surface\.brand\.2\.strong {
890
914
  border-color: var(--colors-surface-brand-2-strong);
891
915
  }
892
916
 
893
- .bg_surface\.brand\.3\.subtle {
917
+ .bg-c_surface\.brand\.3\.subtle {
894
918
  background-color: var(--colors-surface-brand-3-subtle);
895
919
  }
896
920
 
897
- .border_surface\.brand\.3\.strong {
921
+ .bd-c_surface\.brand\.3\.strong {
898
922
  border-color: var(--colors-surface-brand-3-strong);
899
923
  }
900
924
 
901
- .bg_surface\.infoSubtle {
925
+ .bg-c_surface\.infoSubtle {
902
926
  background-color: var(--colors-surface-info-subtle);
903
927
  }
904
928
 
905
- .border_stroke\.subtle {
929
+ .bd-c_stroke\.subtle {
906
930
  border-color: var(--colors-stroke-subtle);
907
931
  }
908
932
 
909
- .justify_center {
933
+ .jc_center {
910
934
  justify-content: center;
911
935
  }
912
936
 
@@ -914,29 +938,29 @@
914
938
  font-weight: var(--font-weights-bold);
915
939
  }
916
940
 
917
- .transition-prop_all {
941
+ .trs-prop_all {
918
942
  --transition-prop: all;
919
943
  transition-property: all;
920
944
  }
921
945
 
922
- .leading_1 {
946
+ .lh_1 {
923
947
  line-height: 1;
924
948
  }
925
949
 
926
- .ring-color_stroke\.subtle {
950
+ .ring-c_stroke\.subtle {
927
951
  outline-color: var(--colors-stroke-subtle);
928
952
  }
929
953
 
930
- .transition-prop_border-color\,_background\,_box-shadow\,_color {
954
+ .trs-prop_border-color\,_background\,_box-shadow\,_color {
931
955
  --transition-prop: border-color, background, box-shadow, color;
932
956
  transition-property: border-color, background, box-shadow, color;
933
957
  }
934
958
 
935
- .overflow-y_auto {
959
+ .ov-y_auto {
936
960
  overflow-y: auto;
937
961
  }
938
962
 
939
- .transition-prop_background\,_color\,_border-color {
963
+ .trs-prop_background\,_color\,_border-color {
940
964
  --transition-prop: background, color, border-color;
941
965
  transition-property: background, color, border-color;
942
966
  }
@@ -949,7 +973,7 @@
949
973
  top: 0;
950
974
  }
951
975
 
952
- .transition-prop_transform\,_width\,_height {
976
+ .trs-prop_transform\,_width\,_height {
953
977
  --transition-prop: transform, width, height;
954
978
  transition-property: transform, width, height;
955
979
  }
@@ -958,40 +982,40 @@
958
982
  left: auto;
959
983
  }
960
984
 
961
- .bg_surface\.default {
985
+ .bg-c_surface\.default {
962
986
  background-color: var(--colors-surface-default);
963
987
  }
964
988
 
965
- .bg_surface\.brand\.2\.subtle {
989
+ .bg-c_surface\.brand\.2\.subtle {
966
990
  background-color: var(--colors-surface-brand-2-subtle);
967
991
  }
968
992
 
969
- .overflow-y_hidden {
993
+ .ov-y_hidden {
970
994
  overflow-y: hidden;
971
995
  }
972
996
 
973
- .transition-prop_background\,_color {
997
+ .trs-prop_background\,_color {
974
998
  --transition-prop: background, color;
975
999
  transition-property: background, color;
976
1000
  }
977
1001
 
978
- .items_flex-start {
1002
+ .ai_flex-start {
979
1003
  align-items: flex-start;
980
1004
  }
981
1005
 
982
- .border_stroke\.warning {
1006
+ .bd-c_stroke\.warning {
983
1007
  border-color: var(--colors-stroke-warning);
984
1008
  }
985
1009
 
986
- .border_stroke\.success {
1010
+ .bd-c_stroke\.success {
987
1011
  border-color: var(--colors-stroke-success);
988
1012
  }
989
1013
 
990
- .border_stroke\.error {
1014
+ .bd-c_stroke\.error {
991
1015
  border-color: var(--colors-stroke-error);
992
1016
  }
993
1017
 
994
- .numeric_tabular-nums {
1018
+ .fv-num_tabular-nums {
995
1019
  font-variant-numeric: tabular-nums;
996
1020
  }
997
1021
 
@@ -999,7 +1023,7 @@
999
1023
  flex-wrap: wrap;
1000
1024
  }
1001
1025
 
1002
- .border-w_2px {
1026
+ .bd-w_2px {
1003
1027
  border-width: 2px;
1004
1028
  }
1005
1029
 
@@ -1007,84 +1031,84 @@
1007
1031
  outline-style: solid;
1008
1032
  }
1009
1033
 
1010
- .ring-width_4px {
1034
+ .ring-w_4px {
1011
1035
  outline-width: 4px;
1012
1036
  }
1013
1037
 
1014
- .ring-color_surface\.default {
1038
+ .ring-c_surface\.default {
1015
1039
  outline-color: var(--colors-surface-default);
1016
1040
  }
1017
1041
 
1018
- .transition-prop_background\,_border-color\,_box-shadow {
1042
+ .trs-prop_background\,_border-color\,_box-shadow {
1019
1043
  --transition-prop: background, border-color, box-shadow;
1020
1044
  transition-property: background, border-color, box-shadow;
1021
1045
  }
1022
1046
 
1023
- .bg_surface\.disabled {
1047
+ .bg-c_surface\.disabled {
1024
1048
  background-color: var(--colors-surface-disabled);
1025
1049
  }
1026
1050
 
1027
- .bg-clip_padding-box {
1051
+ .bg-cp_padding-box {
1028
1052
  background-clip: padding-box;
1029
1053
  -webkit-background-clip: padding-box;
1030
1054
  }
1031
1055
 
1032
- .transition-prop_background {
1056
+ .trs-prop_background {
1033
1057
  --transition-prop: background;
1034
1058
  transition-property: background;
1035
1059
  }
1036
1060
 
1037
- .border-s_background\.subtle {
1061
+ .bd-s-c_background\.subtle {
1038
1062
  border-inline-start-color: var(--colors-background-subtle);
1039
1063
  }
1040
1064
 
1041
- .border-e_stroke\.default {
1065
+ .bd-e-c_stroke\.default {
1042
1066
  border-inline-end-color: var(--colors-stroke-default);
1043
1067
  }
1044
1068
 
1045
- .border-w_4px {
1069
+ .bd-w_4px {
1046
1070
  border-width: 4px;
1047
1071
  }
1048
1072
 
1049
- .border-w_8px {
1073
+ .bd-w_8px {
1050
1074
  border-width: 8px;
1051
1075
  }
1052
1076
 
1053
- .shrink_0 {
1077
+ .flex-sh_0 {
1054
1078
  flex-shrink: 0;
1055
1079
  }
1056
1080
 
1057
- .transition-prop_color {
1081
+ .trs-prop_color {
1058
1082
  --transition-prop: color;
1059
1083
  transition-property: color;
1060
1084
  }
1061
1085
 
1062
- .overflow-x_auto {
1086
+ .ov-x_auto {
1063
1087
  overflow-x: auto;
1064
1088
  }
1065
1089
 
1066
- .transition-prop_color\,_background\,_border-color {
1090
+ .trs-prop_color\,_background\,_border-color {
1067
1091
  --transition-prop: color, background, border-color;
1068
1092
  transition-property: color, background, border-color;
1069
1093
  }
1070
1094
 
1071
- .border_transparent {
1095
+ .bd-c_transparent {
1072
1096
  border-color: transparent;
1073
1097
  }
1074
1098
 
1075
- .border-w_1px {
1099
+ .bd-w_1px {
1076
1100
  border-width: 1px;
1077
1101
  }
1078
1102
 
1079
- .ring-color_transparent {
1103
+ .ring-c_transparent {
1080
1104
  outline-color: transparent;
1081
1105
  }
1082
1106
 
1083
- .bg_surface\.actionSubtle\.selected {
1107
+ .bg-c_surface\.actionSubtle\.selected {
1084
1108
  background-color: var(--colors-surface-action-subtle-selected);
1085
1109
  }
1086
1110
 
1087
- .transition-prop_background\,_outline-color\,_color {
1111
+ .trs-prop_background\,_outline-color\,_color {
1088
1112
  --transition-prop: background, outline-color, color;
1089
1113
  transition-property: background, outline-color, color;
1090
1114
  }
@@ -1093,12 +1117,12 @@
1093
1117
  padding-bottom: var(--spacing-1);
1094
1118
  }
1095
1119
 
1096
- .duration_slow {
1120
+ .trs-dur_slow {
1097
1121
  --transition-duration: var(--durations-slow);
1098
1122
  transition-duration: var(--durations-slow);
1099
1123
  }
1100
1124
 
1101
- .transition-prop_translate\,_scale\,_opacity\,_height {
1125
+ .trs-prop_translate\,_scale\,_opacity\,_height {
1102
1126
  --transition-prop: translate, scale, opacity, height;
1103
1127
  transition-property: translate, scale, opacity, height;
1104
1128
  }
@@ -1115,36 +1139,36 @@
1115
1139
  cursor: not-allowed;
1116
1140
  }
1117
1141
 
1118
- .disabled\:bg_surface\.\.disabled\.subtle:is(:disabled, [disabled], [data-disabled]) {
1119
- background: surface..disabled.subtle;
1142
+ .disabled\:bg_surface\.disabled\.subtle:is(:disabled, [disabled], [data-disabled]) {
1143
+ background: var(--colors-surface-disabled-subtle);
1120
1144
  }
1121
1145
 
1122
- .disabled\:shadow-color_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1146
+ .disabled\:bx-sh-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1123
1147
  --shadow-color: var(--colors-stroke-disabled);
1124
1148
  }
1125
1149
 
1126
- .disabled\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]) {
1150
+ .disabled\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]) {
1127
1151
  color: var(--colors-text-disabled);
1128
1152
  }
1129
1153
 
1130
- .open\:shadow-color_stroke\.default:is([open], [data-open], [data-state="open"]) {
1154
+ .open\:bx-sh-c_stroke\.default:is([open], [data-open], [data-state="open"]) {
1131
1155
  --shadow-color: var(--colors-stroke-default);
1132
1156
  }
1133
1157
 
1134
- .open\:rounded-b_sharp:is([open], [data-open], [data-state="open"]) {
1158
+ .open\:bdr-b_sharp:is([open], [data-open], [data-state="open"]) {
1135
1159
  border-bottom-left-radius: var(--radii-sharp);
1136
1160
  border-bottom-right-radius: var(--radii-sharp);
1137
1161
  }
1138
1162
 
1139
- .open\:transform_rotate\(180deg\):is([open], [data-open], [data-state="open"]) {
1163
+ .open\:trf_rotate\(180deg\):is([open], [data-open], [data-state="open"]) {
1140
1164
  transform: rotate(180deg);
1141
1165
  }
1142
1166
 
1143
- .open\:animation_collapse-in:is([open], [data-open], [data-state="open"]) {
1167
+ .open\:anim_collapse-in:is([open], [data-open], [data-state="open"]) {
1144
1168
  animation: var(--animations-collapse-in);
1145
1169
  }
1146
1170
 
1147
- .closed\:animation_collapse-out:is([closed], [data-closed], [data-state="closed"]) {
1171
+ .closed\:anim_collapse-out:is([closed], [data-closed], [data-state="closed"]) {
1148
1172
  animation: var(--animations-collapse-out);
1149
1173
  }
1150
1174
 
@@ -1156,7 +1180,7 @@
1156
1180
  margin-inline-start: var(--spacing-medium);
1157
1181
  }
1158
1182
 
1159
- .disabled\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]) {
1183
+ .disabled\:c_text\.onAction:is(:disabled, [disabled], [data-disabled]) {
1160
1184
  color: var(--colors-text-on-action);
1161
1185
  }
1162
1186
 
@@ -1164,7 +1188,7 @@
1164
1188
  background: var(--colors-surface-disabled);
1165
1189
  }
1166
1190
 
1167
- .disabled\:shadow-color_surface\.disabled:is(:disabled, [disabled], [data-disabled]) {
1191
+ .disabled\:bx-sh-c_surface\.disabled:is(:disabled, [disabled], [data-disabled]) {
1168
1192
  --shadow-color: var(--colors-surface-disabled);
1169
1193
  }
1170
1194
 
@@ -1184,7 +1208,7 @@
1184
1208
  height: var(--sizes-medium);
1185
1209
  }
1186
1210
 
1187
- .checked\:text_text\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1211
+ .checked\:c_text\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1188
1212
  color: var(--colors-text-on-action);
1189
1213
  }
1190
1214
 
@@ -1196,11 +1220,11 @@
1196
1220
  background: var(--colors-surface-danger-subtle);
1197
1221
  }
1198
1222
 
1199
- .invalid\:ring-offset_-2px:is(:invalid, [data-invalid]) {
1223
+ .invalid\:ring-o_-2px:is(:invalid, [data-invalid]) {
1200
1224
  outline-offset: -2px;
1201
1225
  }
1202
1226
 
1203
- .checked\:text_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1227
+ .checked\:c_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1204
1228
  color: var(--colors-icon-on-action);
1205
1229
  }
1206
1230
 
@@ -1208,15 +1232,15 @@
1208
1232
  display: flex;
1209
1233
  }
1210
1234
 
1211
- .disabled\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1235
+ .disabled\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1212
1236
  color: var(--colors-stroke-disabled);
1213
1237
  }
1214
1238
 
1215
- .open\:animation_fade-shift-in_0\.25s_ease-out:is([open], [data-open], [data-state="open"]) {
1239
+ .open\:anim_fade-shift-in_0\.25s_ease-out:is([open], [data-open], [data-state="open"]) {
1216
1240
  animation: fade-shift-in 0.25s ease-out;
1217
1241
  }
1218
1242
 
1219
- .closed\:animation_fade-shift-out_0\.25s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1243
+ .closed\:anim_fade-shift-out_0\.25s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1220
1244
  animation: fade-shift-out 0.25s ease-out;
1221
1245
  }
1222
1246
 
@@ -1228,67 +1252,67 @@
1228
1252
  background: var(--colors-surface-selected);
1229
1253
  }
1230
1254
 
1231
- .\[\&_svg\]\:text_icon\.default svg {
1255
+ .\[\&_svg\]\:c_icon\.default svg {
1232
1256
  color: var(--colors-icon-default);
1233
1257
  }
1234
1258
 
1235
- .\[\&_svg\]\:origin_center svg {
1259
+ .\[\&_svg\]\:trf-o_center svg {
1236
1260
  transform-origin: center;
1237
1261
  }
1238
1262
 
1239
- .checked\:text-decor_underline:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1263
+ .checked\:td_underline:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1240
1264
  text-decoration: underline;
1241
1265
  }
1242
1266
 
1243
- .highlighted\:text-decor_underline[data-highlighted] {
1267
+ .highlighted\:td_underline[data-highlighted] {
1244
1268
  text-decoration: underline;
1245
1269
  }
1246
1270
 
1247
- .open\:animation_backdrop-in:is([open], [data-open], [data-state="open"]) {
1271
+ .open\:anim_backdrop-in:is([open], [data-open], [data-state="open"]) {
1248
1272
  animation: var(--animations-backdrop-in);
1249
1273
  }
1250
1274
 
1251
- .closed\:animation_backdrop-out:is([closed], [data-closed], [data-state="closed"]) {
1275
+ .closed\:anim_backdrop-out:is([closed], [data-closed], [data-state="closed"]) {
1252
1276
  animation: var(--animations-backdrop-out);
1253
1277
  }
1254
1278
 
1255
- .open\:animation_dialog-in:is([open], [data-open], [data-state="open"]) {
1279
+ .open\:anim_dialog-in:is([open], [data-open], [data-state="open"]) {
1256
1280
  animation: var(--animations-dialog-in);
1257
1281
  }
1258
1282
 
1259
- .closed\:animation_dialog-out:is([closed], [data-closed], [data-state="closed"]) {
1283
+ .closed\:anim_dialog-out:is([closed], [data-closed], [data-state="closed"]) {
1260
1284
  animation: var(--animations-dialog-out);
1261
1285
  }
1262
1286
 
1263
- .open\:animation_drawer-in-left:is([open], [data-open], [data-state="open"]) {
1287
+ .open\:anim_drawer-in-left:is([open], [data-open], [data-state="open"]) {
1264
1288
  animation: var(--animations-drawer-in-left);
1265
1289
  }
1266
1290
 
1267
- .closed\:animation_drawer-out-left:is([closed], [data-closed], [data-state="closed"]) {
1291
+ .closed\:anim_drawer-out-left:is([closed], [data-closed], [data-state="closed"]) {
1268
1292
  animation: var(--animations-drawer-out-left);
1269
1293
  }
1270
1294
 
1271
- .open\:animation_drawer-in-right:is([open], [data-open], [data-state="open"]) {
1295
+ .open\:anim_drawer-in-right:is([open], [data-open], [data-state="open"]) {
1272
1296
  animation: var(--animations-drawer-in-right);
1273
1297
  }
1274
1298
 
1275
- .closed\:animation_drawer-out-right:is([closed], [data-closed], [data-state="closed"]) {
1299
+ .closed\:anim_drawer-out-right:is([closed], [data-closed], [data-state="closed"]) {
1276
1300
  animation: var(--animations-drawer-out-right);
1277
1301
  }
1278
1302
 
1279
- .open\:animation_drawer-in-top:is([open], [data-open], [data-state="open"]) {
1303
+ .open\:anim_drawer-in-top:is([open], [data-open], [data-state="open"]) {
1280
1304
  animation: var(--animations-drawer-in-top);
1281
1305
  }
1282
1306
 
1283
- .closed\:animation_drawer-out-top:is([closed], [data-closed], [data-state="closed"]) {
1307
+ .closed\:anim_drawer-out-top:is([closed], [data-closed], [data-state="closed"]) {
1284
1308
  animation: var(--animations-drawer-out-top);
1285
1309
  }
1286
1310
 
1287
- .open\:animation_drawer-in-bottom:is([open], [data-open], [data-state="open"]) {
1311
+ .open\:anim_drawer-in-bottom:is([open], [data-open], [data-state="open"]) {
1288
1312
  animation: var(--animations-drawer-in-bottom);
1289
1313
  }
1290
1314
 
1291
- .closed\:animation_drawer-out-bottom:is([closed], [data-closed], [data-state="closed"]) {
1315
+ .closed\:anim_drawer-out-bottom:is([closed], [data-closed], [data-state="closed"]) {
1292
1316
  animation: var(--animations-drawer-out-bottom);
1293
1317
  }
1294
1318
 
@@ -1300,19 +1324,19 @@
1300
1324
  display: inline !important;
1301
1325
  }
1302
1326
 
1303
- .autofill\:transition_background-color_600000s_0s\,_color_600000s_0s:autofill {
1327
+ .autofill\:trs_background-color_600000s_0s\,_color_600000s_0s:autofill {
1304
1328
  transition: background-color 600000s 0s, color 600000s 0s;
1305
1329
  }
1306
1330
 
1307
- .disabled\:text_text\.subtle:is(:disabled, [disabled], [data-disabled]) {
1331
+ .disabled\:c_text\.subtle:is(:disabled, [disabled], [data-disabled]) {
1308
1332
  color: var(--colors-text-subtle);
1309
1333
  }
1310
1334
 
1311
- .\[\&_svg\]\:text_icon\.error svg {
1335
+ .\[\&_svg\]\:c_icon\.error svg {
1312
1336
  color: icon.error;
1313
1337
  }
1314
1338
 
1315
- .highlighted\:text_text\.default[data-highlighted] {
1339
+ .highlighted\:c_text\.default[data-highlighted] {
1316
1340
  color: var(--colors-text-default);
1317
1341
  }
1318
1342
 
@@ -1320,11 +1344,11 @@
1320
1344
  background: var(--colors-surface-error-subtle-hover);
1321
1345
  }
1322
1346
 
1323
- .open\:animation_fade-shift-in_0\.2s_ease-out:is([open], [data-open], [data-state="open"]) {
1347
+ .open\:anim_fade-shift-in_0\.2s_ease-out:is([open], [data-open], [data-state="open"]) {
1324
1348
  animation: fade-shift-in 0.2s ease-out;
1325
1349
  }
1326
1350
 
1327
- .closed\:animation_fade-shift-out_0\.2s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1351
+ .closed\:anim_fade-shift-out_0\.2s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1328
1352
  animation: fade-shift-out 0.2s ease-out;
1329
1353
  }
1330
1354
 
@@ -1336,7 +1360,7 @@
1336
1360
  background: var(--colors-surface-selected);
1337
1361
  }
1338
1362
 
1339
- .ariaInvalid\:shadow-color_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:shadow-color_stroke\.error[aria-invalid='true'] {
1363
+ .ariaInvalid\:bx-sh-c_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:bx-sh-c_stroke\.error[aria-invalid='true'] {
1340
1364
  --shadow-color: var(--colors-stroke-error);
1341
1365
  }
1342
1366
 
@@ -1356,35 +1380,35 @@
1356
1380
  background: var(--colors-surface-action-active);
1357
1381
  }
1358
1382
 
1359
- .checked\:transform_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1383
+ .checked\:trf_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1360
1384
  transform: translateX(120%);
1361
1385
  }
1362
1386
 
1363
- .\[\&_\>_caption\]\:text-align_left > caption {
1387
+ .\[\&_\>_caption\]\:ta_left > caption {
1364
1388
  text-align: left;
1365
1389
  }
1366
1390
 
1367
- .\[\&_\>_caption\]\:text-transform_uppercase > caption {
1391
+ .\[\&_\>_caption\]\:tt_uppercase > caption {
1368
1392
  text-transform: uppercase;
1369
1393
  }
1370
1394
 
1371
- .\[\&_\>_caption\]\:mb_xsmall > caption {
1395
+ .\[\&_\>_caption\]\:mbe_xsmall > caption {
1372
1396
  margin-block-end: var(--spacing-xsmall);
1373
1397
  }
1374
1398
 
1375
- .\[\&_thead\]\:overflow_hidden thead {
1399
+ .\[\&_thead\]\:ov_hidden thead {
1376
1400
  overflow: hidden;
1377
1401
  }
1378
1402
 
1379
- .\[\&_thead_tr_th\]\:border-b_3px_solid thead tr th {
1403
+ .\[\&_thead_tr_th\]\:bd-b_3px_solid thead tr th {
1380
1404
  border-bottom: 3px solid;
1381
1405
  }
1382
1406
 
1383
- .\[\&_thead_tr_th\]\:v-align_text-top thead tr th {
1407
+ .\[\&_thead_tr_th\]\:va_text-top thead tr th {
1384
1408
  vertical-align: text-top;
1385
1409
  }
1386
1410
 
1387
- .\[\&_tbody_th\]\:border-r_3px_solid tbody th {
1411
+ .\[\&_tbody_th\]\:bd-r_3px_solid tbody th {
1388
1412
  border-right: 3px solid;
1389
1413
  }
1390
1414
 
@@ -1392,11 +1416,11 @@
1392
1416
  padding: var(--spacing-3xsmall);
1393
1417
  }
1394
1418
 
1395
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:border_1px_solid thead tr:nth-child(2) th {
1419
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bd_1px_solid thead tr:nth-child(2) th {
1396
1420
  border: 1px solid;
1397
1421
  }
1398
1422
 
1399
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:text-transform_none thead tr:nth-child(2) th {
1423
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:tt_none thead tr:nth-child(2) th {
1400
1424
  text-transform: none;
1401
1425
  }
1402
1426
 
@@ -1416,11 +1440,11 @@
1416
1440
  padding-inline-start: var(--spacing-3xsmall);
1417
1441
  }
1418
1442
 
1419
- .\[\&_td\]\:border_1px_solid td {
1443
+ .\[\&_td\]\:bd_1px_solid td {
1420
1444
  border: 1px solid;
1421
1445
  }
1422
1446
 
1423
- .\[\&_td\]\:v-align_top td {
1447
+ .\[\&_td\]\:va_top td {
1424
1448
  vertical-align: top;
1425
1449
  }
1426
1450
 
@@ -1436,7 +1460,7 @@
1436
1460
  padding-block: var(--spacing-3xsmall);
1437
1461
  }
1438
1462
 
1439
- .horizontal\:mb_-1px[data-orientation=horizontal] {
1463
+ .horizontal\:mbe_-1px[data-orientation=horizontal] {
1440
1464
  margin-block-end: -1px;
1441
1465
  }
1442
1466
 
@@ -1444,19 +1468,19 @@
1444
1468
  margin-inline-end: -1px;
1445
1469
  }
1446
1470
 
1447
- .selected\:text_text\.strong:is([aria-selected=true], [data-selected]) {
1471
+ .selected\:c_text\.strong:is([aria-selected=true], [data-selected]) {
1448
1472
  color: var(--colors-text-strong);
1449
1473
  }
1450
1474
 
1451
- .horizontal\:border-b_1px_solid[data-orientation=horizontal] {
1475
+ .horizontal\:bd-b_1px_solid[data-orientation=horizontal] {
1452
1476
  border-bottom: 1px solid;
1453
1477
  }
1454
1478
 
1455
- .vertical\:border-l_1px_solid[data-orientation=vertical] {
1479
+ .vertical\:bd-l_1px_solid[data-orientation=vertical] {
1456
1480
  border-left: 1px solid;
1457
1481
  }
1458
1482
 
1459
- .horizontal\:rounded-t_xsmall[data-orientation=horizontal] {
1483
+ .horizontal\:bdr-t_xsmall[data-orientation=horizontal] {
1460
1484
  border-top-left-radius: var(--radii-xsmall);
1461
1485
  border-top-right-radius: var(--radii-xsmall);
1462
1486
  }
@@ -1465,7 +1489,7 @@
1465
1489
  background: var(--colors-surface-default);
1466
1490
  }
1467
1491
 
1468
- .horizontal\:pt_xsmall[data-orientation=horizontal] {
1492
+ .horizontal\:pbs_xsmall[data-orientation=horizontal] {
1469
1493
  padding-block-start: var(--spacing-xsmall);
1470
1494
  }
1471
1495
 
@@ -1473,7 +1497,7 @@
1473
1497
  padding-inline-start: var(--spacing-xsmall);
1474
1498
  }
1475
1499
 
1476
- .highlighted\:ring-offset_-1px[data-highlighted] {
1500
+ .highlighted\:ring-o_-1px[data-highlighted] {
1477
1501
  outline-offset: -1px;
1478
1502
  }
1479
1503
 
@@ -1481,12 +1505,12 @@
1481
1505
  display: inline-block;
1482
1506
  }
1483
1507
 
1484
- .closed\:transition-prop_background\,_border-color\,_border\,_border-radius:is([closed], [data-closed], [data-state="closed"]) {
1508
+ .closed\:trs-prop_background\,_border-color\,_border\,_border-radius:is([closed], [data-closed], [data-state="closed"]) {
1485
1509
  --transition-prop: background, border-color, border, border-radius;
1486
1510
  transition-property: background, border-color, border, border-radius;
1487
1511
  }
1488
1512
 
1489
- .open\:bg_surface\.actionSubtle\.active:is([open], [data-open], [data-state="open"]) {
1513
+ .open\:bg-c_surface\.actionSubtle\.active:is([open], [data-open], [data-state="open"]) {
1490
1514
  background-color: var(--colors-surface-action-subtle-active);
1491
1515
  }
1492
1516
 
@@ -1494,70 +1518,70 @@
1494
1518
  font-weight: var(--font-weights-bold);
1495
1519
  }
1496
1520
 
1497
- .disabled\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1521
+ .disabled\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1498
1522
  border-color: var(--colors-stroke-disabled);
1499
1523
  }
1500
1524
 
1501
- .checked\:border_surface\.actionSubtle\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1525
+ .checked\:bd-c_surface\.actionSubtle\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1502
1526
  border-color: var(--colors-surface-action-subtle-selected);
1503
1527
  }
1504
1528
 
1505
- .checked\:ring-color_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1529
+ .checked\:ring-c_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1506
1530
  outline-color: var(--colors-icon-on-action);
1507
1531
  }
1508
1532
 
1509
- .invalid\:border_stroke\.error:is(:invalid, [data-invalid]) {
1533
+ .invalid\:bd-c_stroke\.error:is(:invalid, [data-invalid]) {
1510
1534
  border-color: var(--colors-stroke-error);
1511
1535
  }
1512
1536
 
1513
- .invalid\:ring-color_stroke\.error:is(:invalid, [data-invalid]) {
1537
+ .invalid\:ring-c_stroke\.error:is(:invalid, [data-invalid]) {
1514
1538
  outline-color: var(--colors-stroke-error);
1515
1539
  }
1516
1540
 
1517
- .checked\:bg_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1541
+ .checked\:bg-c_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1518
1542
  background-color: var(--colors-surface-action);
1519
1543
  }
1520
1544
 
1521
- .checked\:border_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1545
+ .checked\:bd-c_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1522
1546
  border-color: var(--colors-surface-action);
1523
1547
  }
1524
1548
 
1525
- .highlighted\:border_stroke\.default[data-highlighted] {
1549
+ .highlighted\:bd-c_stroke\.default[data-highlighted] {
1526
1550
  border-color: var(--colors-stroke-default);
1527
1551
  }
1528
1552
 
1529
- .checked\:border_stroke\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1553
+ .checked\:bd-c_stroke\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1530
1554
  border-color: var(--colors-stroke-default);
1531
1555
  }
1532
1556
 
1533
- .\[\&_svg\]\:duration_normal svg {
1557
+ .\[\&_svg\]\:trs-dur_normal svg {
1534
1558
  --transition-duration: var(--durations-normal);
1535
1559
  transition-duration: var(--durations-normal);
1536
1560
  }
1537
1561
 
1538
- .\[\&_svg\]\:transition-prop_transform svg {
1562
+ .\[\&_svg\]\:trs-prop_transform svg {
1539
1563
  --transition-prop: transform;
1540
1564
  transition-property: transform;
1541
1565
  }
1542
1566
 
1543
- .\[\&_svg\]\:ease_default svg {
1567
+ .\[\&_svg\]\:trs-tmf_default svg {
1544
1568
  --transition-easing: var(--easings-default);
1545
1569
  transition-timing-function: var(--easings-default);
1546
1570
  }
1547
1571
 
1548
- .ariaInvalid\:ring-color_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:ring-color_stroke\.error[aria-invalid='true'] {
1572
+ .ariaInvalid\:ring-c_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:ring-c_stroke\.error[aria-invalid='true'] {
1549
1573
  outline-color: var(--colors-stroke-error);
1550
1574
  }
1551
1575
 
1552
- .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-color_stroke\.subtle:disabled,.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-color_stroke\.subtle:has(:disabled) {
1576
+ .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-c_stroke\.subtle:disabled,.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-c_stroke\.subtle:has(:disabled) {
1553
1577
  outline-color: var(--colors-stroke-subtle);
1554
1578
  }
1555
1579
 
1556
- .vertical\:flex_column[data-orientation=vertical] {
1580
+ .vertical\:flex-d_column[data-orientation=vertical] {
1557
1581
  flex-direction: column;
1558
1582
  }
1559
1583
 
1560
- .horizontal\:flex_row[data-orientation=horizontal] {
1584
+ .horizontal\:flex-d_row[data-orientation=horizontal] {
1561
1585
  flex-direction: row;
1562
1586
  }
1563
1587
 
@@ -1565,11 +1589,11 @@
1565
1589
  font-weight: var(--font-weights-bold);
1566
1590
  }
1567
1591
 
1568
- .\[\&_thead_tr_th\]\:border_surface\.brand\.1\.strong thead tr th,.\[\&_tbody_th\]\:border_surface\.brand\.1\.strong tbody th {
1592
+ .\[\&_thead_tr_th\]\:bd-c_surface\.brand\.1\.strong thead tr th,.\[\&_tbody_th\]\:bd-c_surface\.brand\.1\.strong tbody th {
1569
1593
  border-color: var(--colors-surface-brand-1-strong);
1570
1594
  }
1571
1595
 
1572
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:border_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1596
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bd-c_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1573
1597
  border-color: var(--colors-surface-brand-1-subtle);
1574
1598
  }
1575
1599
 
@@ -1577,63 +1601,63 @@
1577
1601
  font-weight: var(--font-weights-semibold);
1578
1602
  }
1579
1603
 
1580
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:bg_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1604
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bg-c_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1581
1605
  background-color: var(--colors-surface-brand-1-subtle);
1582
1606
  }
1583
1607
 
1584
- .\[\&_td\]\:border_surface\.brand\.1\.subtle td {
1608
+ .\[\&_td\]\:bd-c_surface\.brand\.1\.subtle td {
1585
1609
  border-color: var(--colors-surface-brand-1-subtle);
1586
1610
  }
1587
1611
 
1588
- .horizontal\:flex_column[data-orientation=horizontal] {
1612
+ .horizontal\:flex-d_column[data-orientation=horizontal] {
1589
1613
  flex-direction: column;
1590
1614
  }
1591
1615
 
1592
- .vertical\:flex_row[data-orientation=vertical] {
1616
+ .vertical\:flex-d_row[data-orientation=vertical] {
1593
1617
  flex-direction: row;
1594
1618
  }
1595
1619
 
1596
- .disabled\:border_stroke\.default:is(:disabled, [disabled], [data-disabled]) {
1620
+ .disabled\:bd-c_stroke\.default:is(:disabled, [disabled], [data-disabled]) {
1597
1621
  border-color: var(--colors-stroke-default);
1598
1622
  }
1599
1623
 
1600
- .vertical\:justify_flex-start[data-orientation=vertical] {
1624
+ .vertical\:jc_flex-start[data-orientation=vertical] {
1601
1625
  justify-content: flex-start;
1602
1626
  }
1603
1627
 
1604
- .vertical\:rounded-tl_xsmall[data-orientation=vertical] {
1628
+ .vertical\:bdr-tl_xsmall[data-orientation=vertical] {
1605
1629
  border-top-left-radius: var(--radii-xsmall);
1606
1630
  }
1607
1631
 
1608
- .vertical\:rounded-bl_xsmall[data-orientation=vertical] {
1632
+ .vertical\:bdr-bl_xsmall[data-orientation=vertical] {
1609
1633
  border-bottom-left-radius: var(--radii-xsmall);
1610
1634
  }
1611
1635
 
1612
- .selected\:border_stroke\.subtle:is([aria-selected=true], [data-selected]) {
1636
+ .selected\:bd-c_stroke\.subtle:is([aria-selected=true], [data-selected]) {
1613
1637
  border-color: var(--colors-stroke-subtle);
1614
1638
  }
1615
1639
 
1616
- .highlighted\:bg_surface\.actionSubtle\.hover[data-highlighted] {
1640
+ .highlighted\:bg-c_surface\.actionSubtle\.hover[data-highlighted] {
1617
1641
  background-color: var(--colors-surface-action-subtle-hover);
1618
1642
  }
1619
1643
 
1620
- .highlighted\:ring-width_3px[data-highlighted] {
1644
+ .highlighted\:ring-w_3px[data-highlighted] {
1621
1645
  outline-width: 3px;
1622
1646
  }
1623
1647
 
1624
- .highlighted\:ring-color_stroke\.hover[data-highlighted] {
1648
+ .highlighted\:ring-c_stroke\.hover[data-highlighted] {
1625
1649
  outline-color: var(--colors-stroke-hover);
1626
1650
  }
1627
1651
 
1628
- .focusWithin\:ring-offset_-1px:focus-within {
1652
+ .focusWithin\:ring-o_-1px:focus-within {
1629
1653
  outline-offset: -1px;
1630
1654
  }
1631
1655
 
1632
- .focusWithin\:ring-width_2px:focus-within {
1656
+ .focusWithin\:ring-w_2px:focus-within {
1633
1657
  outline-width: 2px;
1634
1658
  }
1635
1659
 
1636
- .focusWithin\:ring-color_stroke\.default:focus-within {
1660
+ .focusWithin\:ring-c_stroke\.default:focus-within {
1637
1661
  outline-color: var(--colors-stroke-default);
1638
1662
  }
1639
1663
 
@@ -1642,27 +1666,27 @@
1642
1666
  outline-offset: 2px;
1643
1667
  }
1644
1668
 
1645
- .focusVisible\:shadow-color_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1669
+ .focusVisible\:bx-sh-c_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1646
1670
  --shadow-color: var(--colors-stroke-default);
1647
1671
  }
1648
1672
 
1649
- .focusVisible\:shadow_inset_0_0_0_2px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1673
+ .focusVisible\:bx-sh_inset_0_0_0_2px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1650
1674
  box-shadow: inset 0 0 0 2px var(--shadow-color);
1651
1675
  }
1652
1676
 
1653
- .focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1677
+ .focusVisible\:bx-sh_inset_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1654
1678
  box-shadow: inset 0 0 0 3px var(--shadow-color);
1655
1679
  }
1656
1680
 
1657
- .focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\)\,_inset_0px_0px_0px_6px_currentcolor:is(:focus-visible, [data-focus-visible]) {
1681
+ .focusVisible\:bx-sh_inset_0_0_0_3px_var\(--shadow-color\)\,_inset_0px_0px_0px_6px_currentcolor:is(:focus-visible, [data-focus-visible]) {
1658
1682
  box-shadow: inset 0 0 0 3px var(--shadow-color), inset 0px 0px 0px 6px currentcolor;
1659
1683
  }
1660
1684
 
1661
- .focusVisible\:shadow-color_surface\.error:is(:focus-visible, [data-focus-visible]) {
1685
+ .focusVisible\:bx-sh-c_surface\.error:is(:focus-visible, [data-focus-visible]) {
1662
1686
  --shadow-color: var(--colors-surface-error);
1663
1687
  }
1664
1688
 
1665
- .focusVisible\:shadow-color_surface\.success:is(:focus-visible, [data-focus-visible]) {
1689
+ .focusVisible\:bx-sh-c_surface\.success:is(:focus-visible, [data-focus-visible]) {
1666
1690
  --shadow-color: var(--colors-surface-success);
1667
1691
  }
1668
1692
 
@@ -1670,19 +1694,19 @@
1670
1694
  outline: 2px solid;
1671
1695
  }
1672
1696
 
1673
- .focus\:ring-offset_4xsmall:is(:focus, [data-focus]) {
1697
+ .focus\:ring-o_4xsmall:is(:focus, [data-focus]) {
1674
1698
  outline-offset: var(--spacing-4xsmall);
1675
1699
  }
1676
1700
 
1677
- .focus\:rounded_xsmall:is(:focus, [data-focus]) {
1701
+ .focus\:bdr_xsmall:is(:focus, [data-focus]) {
1678
1702
  border-radius: var(--radii-xsmall);
1679
1703
  }
1680
1704
 
1681
- .focus\:ring-offset_-2px:is(:focus, [data-focus]) {
1705
+ .focus\:ring-o_-2px:is(:focus, [data-focus]) {
1682
1706
  outline-offset: -2px;
1683
1707
  }
1684
1708
 
1685
- .focus\:appearance_none:is(:focus, [data-focus]) {
1709
+ .focus\:ap_none:is(:focus, [data-focus]) {
1686
1710
  appearance: none;
1687
1711
  -webkit-appearance: none;
1688
1712
  }
@@ -1691,19 +1715,19 @@
1691
1715
  outline: 2px solid;
1692
1716
  }
1693
1717
 
1694
- .\[\&\:has\(input\:focus-visible\)\]\:ring-offset_4xsmall:has(input:focus-visible) {
1718
+ .\[\&\:has\(input\:focus-visible\)\]\:ring-o_4xsmall:has(input:focus-visible) {
1695
1719
  outline-offset: var(--spacing-4xsmall);
1696
1720
  }
1697
1721
 
1698
- .\[\&\:has\(input\:focus-visible\)\]\:rounded_xsmall:has(input:focus-visible) {
1722
+ .\[\&\:has\(input\:focus-visible\)\]\:bdr_xsmall:has(input:focus-visible) {
1699
1723
  border-radius: var(--radii-xsmall);
1700
1724
  }
1701
1725
 
1702
- .focusVisible\:ring-offset_-1:is(:focus-visible, [data-focus-visible]) {
1726
+ .focusVisible\:ring-o_-1:is(:focus-visible, [data-focus-visible]) {
1703
1727
  outline-offset: calc(var(--spacing-1) * -1);
1704
1728
  }
1705
1729
 
1706
- .focusVisible\:border_2px_solid:is(:focus-visible, [data-focus-visible]) {
1730
+ .focusVisible\:bd_2px_solid:is(:focus-visible, [data-focus-visible]) {
1707
1731
  border: 2px solid;
1708
1732
  }
1709
1733
 
@@ -1711,23 +1735,23 @@
1711
1735
  outline: 3px solid;
1712
1736
  }
1713
1737
 
1714
- .focusVisible\:ring-offset_0px:is(:focus-visible, [data-focus-visible]) {
1738
+ .focusVisible\:ring-o_0px:is(:focus-visible, [data-focus-visible]) {
1715
1739
  outline-offset: 0px;
1716
1740
  }
1717
1741
 
1718
- .focusVisible\:rounded_unset:is(:focus-visible, [data-focus-visible]) {
1742
+ .focusVisible\:bdr_unset:is(:focus-visible, [data-focus-visible]) {
1719
1743
  border-radius: unset;
1720
1744
  }
1721
1745
 
1722
- .focusVisible\:ring-offset_-3px:is(:focus-visible, [data-focus-visible]) {
1746
+ .focusVisible\:ring-o_-3px:is(:focus-visible, [data-focus-visible]) {
1723
1747
  outline-offset: -3px;
1724
1748
  }
1725
1749
 
1726
- .focusVisible\:shadow_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1750
+ .focusVisible\:bx-sh_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1727
1751
  box-shadow: 0 0 0 3px var(--shadow-color);
1728
1752
  }
1729
1753
 
1730
- .focus\:ring-color_stroke\.default:is(:focus, [data-focus]) {
1754
+ .focus\:ring-c_stroke\.default:is(:focus, [data-focus]) {
1731
1755
  outline-color: var(--colors-stroke-default);
1732
1756
  }
1733
1757
 
@@ -1735,23 +1759,23 @@
1735
1759
  outline-style: solid;
1736
1760
  }
1737
1761
 
1738
- .focus\:ring-width_2px:is(:focus, [data-focus]) {
1762
+ .focus\:ring-w_2px:is(:focus, [data-focus]) {
1739
1763
  outline-width: 2px;
1740
1764
  }
1741
1765
 
1742
- .\[\&\:has\(input\:focus-visible\)\]\:ring-color_stroke\.default:has(input:focus-visible) {
1766
+ .\[\&\:has\(input\:focus-visible\)\]\:ring-c_stroke\.default:has(input:focus-visible) {
1743
1767
  outline-color: var(--colors-stroke-default);
1744
1768
  }
1745
1769
 
1746
- .focusVisible\:border_background\.default:is(:focus-visible, [data-focus-visible]) {
1770
+ .focusVisible\:bd-c_background\.default:is(:focus-visible, [data-focus-visible]) {
1747
1771
  border-color: var(--colors-background-default);
1748
1772
  }
1749
1773
 
1750
- .focusVisible\:ring-color_surface\.action:is(:focus-visible, [data-focus-visible]) {
1774
+ .focusVisible\:ring-c_surface\.action:is(:focus-visible, [data-focus-visible]) {
1751
1775
  outline-color: var(--colors-surface-action);
1752
1776
  }
1753
1777
 
1754
- .focusVisible\:ring-color_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1778
+ .focusVisible\:ring-c_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1755
1779
  outline-color: var(--colors-stroke-default);
1756
1780
  }
1757
1781
 
@@ -1759,11 +1783,11 @@
1759
1783
  background: var(--colors-surface-action-subtle-hover);
1760
1784
  }
1761
1785
 
1762
- .hover\:shadow-color_stroke\.hover:is(:hover, [data-hover]) {
1786
+ .hover\:bx-sh-c_stroke\.hover:is(:hover, [data-hover]) {
1763
1787
  --shadow-color: var(--colors-stroke-hover);
1764
1788
  }
1765
1789
 
1766
- .hover\:text_text\.onAction:is(:hover, [data-hover]) {
1790
+ .hover\:c_text\.onAction:is(:hover, [data-hover]) {
1767
1791
  color: var(--colors-text-on-action);
1768
1792
  }
1769
1793
 
@@ -1771,15 +1795,15 @@
1771
1795
  background: var(--colors-surface-action-hover);
1772
1796
  }
1773
1797
 
1774
- .hover\:shadow_inset_0_0_0_1px_var\(--shadow-color\):is(:hover, [data-hover]) {
1798
+ .hover\:bx-sh_inset_0_0_0_1px_var\(--shadow-color\):is(:hover, [data-hover]) {
1775
1799
  box-shadow: inset 0 0 0 1px var(--shadow-color);
1776
1800
  }
1777
1801
 
1778
- .hover\:text_stroke\.hover:is(:hover, [data-hover]) {
1802
+ .hover\:c_stroke\.hover:is(:hover, [data-hover]) {
1779
1803
  color: var(--colors-stroke-hover);
1780
1804
  }
1781
1805
 
1782
- .hover\:text_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1806
+ .hover\:c_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1783
1807
  color: var(--colors-surface-action-subtle-hover-strong);
1784
1808
  }
1785
1809
 
@@ -1791,19 +1815,19 @@
1791
1815
  background: var(--colors-surface-success-hover);
1792
1816
  }
1793
1817
 
1794
- .hover\:text-decor_none:is(:hover, [data-hover]) {
1818
+ .hover\:td_none:is(:hover, [data-hover]) {
1795
1819
  text-decoration: none;
1796
1820
  }
1797
1821
 
1798
- .hover\:text_text\.action:is(:hover, [data-hover]) {
1822
+ .hover\:c_text\.action:is(:hover, [data-hover]) {
1799
1823
  color: var(--colors-text-action);
1800
1824
  }
1801
1825
 
1802
- .hover\:shadow_0_0_0_4px_var\(--shadow-color\):is(:hover, [data-hover]) {
1826
+ .hover\:bx-sh_0_0_0_4px_var\(--shadow-color\):is(:hover, [data-hover]) {
1803
1827
  box-shadow: 0 0 0 4px var(--shadow-color);
1804
1828
  }
1805
1829
 
1806
- .hover\:shadow-color_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1830
+ .hover\:bx-sh-c_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1807
1831
  --shadow-color: var(--colors-surface-action-subtle-hover-strong);
1808
1832
  }
1809
1833
 
@@ -1815,11 +1839,11 @@
1815
1839
  background: var(--colors-surface-default);
1816
1840
  }
1817
1841
 
1818
- .hover\:text-decor_underline:is(:hover, [data-hover]) {
1842
+ .hover\:td_underline:is(:hover, [data-hover]) {
1819
1843
  text-decoration: underline;
1820
1844
  }
1821
1845
 
1822
- .hover\:text_text\.default:is(:hover, [data-hover]) {
1846
+ .hover\:c_text\.default:is(:hover, [data-hover]) {
1823
1847
  color: var(--colors-text-default);
1824
1848
  }
1825
1849
 
@@ -1827,23 +1851,23 @@
1827
1851
  background: var(--colors-surface-error-subtle-hover);
1828
1852
  }
1829
1853
 
1830
- .hover\:transform_translateX\(20\%\):is(:hover, [data-hover]) {
1854
+ .hover\:trf_translateX\(20\%\):is(:hover, [data-hover]) {
1831
1855
  transform: translateX(20%);
1832
1856
  }
1833
1857
 
1834
- .hover\:border_stroke\.hover:is(:hover, [data-hover]) {
1858
+ .hover\:bd-c_stroke\.hover:is(:hover, [data-hover]) {
1835
1859
  border-color: var(--colors-stroke-hover);
1836
1860
  }
1837
1861
 
1838
- .hover\:ring-color_stroke\.hover:is(:hover, [data-hover]) {
1862
+ .hover\:ring-c_stroke\.hover:is(:hover, [data-hover]) {
1839
1863
  outline-color: var(--colors-stroke-hover);
1840
1864
  }
1841
1865
 
1842
- .hover\:bg_surface\.actionSubtle\.hover:is(:hover, [data-hover]) {
1866
+ .hover\:bg-c_surface\.actionSubtle\.hover:is(:hover, [data-hover]) {
1843
1867
  background-color: var(--colors-surface-action-subtle-hover);
1844
1868
  }
1845
1869
 
1846
- .active\:text_text\.onAction:is(:active, [data-active]) {
1870
+ .active\:c_text\.onAction:is(:active, [data-active]) {
1847
1871
  color: var(--colors-text-on-action);
1848
1872
  }
1849
1873
 
@@ -1871,7 +1895,7 @@
1871
1895
  background: var(--colors-surface-error-subtle-active);
1872
1896
  }
1873
1897
 
1874
- .active\:border_stroke\.default:is(:active, [data-active]) {
1898
+ .active\:bd-c_stroke\.default:is(:active, [data-active]) {
1875
1899
  border-color: var(--colors-stroke-default);
1876
1900
  }
1877
1901
 
@@ -1879,23 +1903,23 @@
1879
1903
  background: var(--colors-surface-disabled-subtle);
1880
1904
  }
1881
1905
 
1882
- .disabled\:hover\:shadow-color_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1906
+ .disabled\:hover\:bx-sh-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1883
1907
  --shadow-color: var(--colors-stroke-disabled);
1884
1908
  }
1885
1909
 
1886
- .disabled\:hover\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1910
+ .disabled\:hover\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1887
1911
  color: var(--colors-text-disabled);
1888
1912
  }
1889
1913
 
1890
- .\[\&_li\]\:marker\:text_icon\.strong li::marker {
1914
+ .\[\&_li\]\:marker\:c_icon\.strong li::marker {
1891
1915
  color: var(--colors-icon-strong);
1892
1916
  }
1893
1917
 
1894
- .disabled\:\[\&_svg\]\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]) svg {
1918
+ .disabled\:\[\&_svg\]\:c_text\.onAction:is(:disabled, [disabled], [data-disabled]) svg {
1895
1919
  color: var(--colors-text-on-action);
1896
1920
  }
1897
1921
 
1898
- .disabled\:hover\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1922
+ .disabled\:hover\:c_text\.onAction:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1899
1923
  color: var(--colors-text-on-action);
1900
1924
  }
1901
1925
 
@@ -1903,7 +1927,7 @@
1903
1927
  background: var(--colors-surface-disabled);
1904
1928
  }
1905
1929
 
1906
- .disabled\:checked\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1930
+ .disabled\:checked\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1907
1931
  color: var(--colors-text-disabled);
1908
1932
  }
1909
1933
 
@@ -1911,11 +1935,11 @@
1911
1935
  background: var(--colors-surface-disabled);
1912
1936
  }
1913
1937
 
1914
- .checked\:focus\:ring-offset_-4px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:focus, [data-focus]) {
1938
+ .checked\:focus\:ring-o_-4px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:focus, [data-focus]) {
1915
1939
  outline-offset: -4px;
1916
1940
  }
1917
1941
 
1918
- .checked\:hover\:ring-offset_-2px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1942
+ .checked\:hover\:ring-o_-2px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1919
1943
  outline-offset: -2px;
1920
1944
  }
1921
1945
 
@@ -1923,11 +1947,11 @@
1923
1947
  background: var(--colors-surface-action-subtle-hover);
1924
1948
  }
1925
1949
 
1926
- .checked\:hover\:text_text\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1950
+ .checked\:hover\:c_text\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1927
1951
  color: var(--colors-text-default);
1928
1952
  }
1929
1953
 
1930
- .invalid\:checked\:text_text\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1954
+ .invalid\:checked\:c_text\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1931
1955
  color: var(--colors-text-default);
1932
1956
  }
1933
1957
 
@@ -1935,23 +1959,23 @@
1935
1959
  background: var(--colors-surface-danger-subtle);
1936
1960
  }
1937
1961
 
1938
- .invalid\:checked\:ring-offset_-2px:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1962
+ .invalid\:checked\:ring-o_-2px:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1939
1963
  outline-offset: -2px;
1940
1964
  }
1941
1965
 
1942
- .disabled\:hover\:shadow_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1966
+ .disabled\:hover\:bx-sh_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1943
1967
  box-shadow: none;
1944
1968
  }
1945
1969
 
1946
- .invalid\:checked\:text_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1970
+ .invalid\:checked\:c_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1947
1971
  color: var(--colors-stroke-error);
1948
1972
  }
1949
1973
 
1950
- .checked\:hover\:text_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1974
+ .checked\:hover\:c_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1951
1975
  color: var(--colors-stroke-hover);
1952
1976
  }
1953
1977
 
1954
- .disabled\:hover\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1978
+ .disabled\:hover\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1955
1979
  color: var(--colors-stroke-disabled);
1956
1980
  }
1957
1981
 
@@ -1959,19 +1983,19 @@
1959
1983
  background: var(--colors-surface-hover);
1960
1984
  }
1961
1985
 
1962
- .open\:\[\&_svg\]\:transform_rotate\(180deg\):is([open], [data-open], [data-state="open"]) svg {
1986
+ .open\:\[\&_svg\]\:trf_rotate\(180deg\):is([open], [data-open], [data-state="open"]) svg {
1963
1987
  transform: rotate(180deg);
1964
1988
  }
1965
1989
 
1966
- .open\:\[\&_summary\]\:mb_-xxsmall:is([open], [data-open], [data-state="open"]) summary {
1990
+ .open\:\[\&_summary\]\:mbe_-xxsmall:is([open], [data-open], [data-state="open"]) summary {
1967
1991
  margin-block-end: calc(var(--spacing-xxsmall) * -1);
1968
1992
  }
1969
1993
 
1970
- .disabled\:\[\&_svg\]\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) svg {
1994
+ .disabled\:\[\&_svg\]\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) svg {
1971
1995
  color: var(--colors-stroke-disabled);
1972
1996
  }
1973
1997
 
1974
- .disabled\:hover\:text-decor_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1998
+ .disabled\:hover\:td_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1975
1999
  text-decoration: none;
1976
2000
  }
1977
2001
 
@@ -1979,7 +2003,7 @@
1979
2003
  background: var(--colors-surface-default);
1980
2004
  }
1981
2005
 
1982
- .highlighted\:\[\&_svg\]\:text_icon\.default[data-highlighted] svg {
2006
+ .highlighted\:\[\&_svg\]\:c_icon\.default[data-highlighted] svg {
1983
2007
  color: var(--colors-icon-default);
1984
2008
  }
1985
2009
 
@@ -1995,7 +2019,7 @@
1995
2019
  background: var(--colors-surface-hover);
1996
2020
  }
1997
2021
 
1998
- .disabled\:highlighted\:text_text\.disabled:is(:disabled, [disabled], [data-disabled])[data-highlighted] {
2022
+ .disabled\:highlighted\:c_text\.disabled:is(:disabled, [disabled], [data-disabled])[data-highlighted] {
1999
2023
  color: var(--colors-text-disabled);
2000
2024
  }
2001
2025
 
@@ -2003,7 +2027,7 @@
2003
2027
  background: var(--colors-surface-disabled);
2004
2028
  }
2005
2029
 
2006
- .disabled\:selected\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is([aria-selected=true], [data-selected]) {
2030
+ .disabled\:selected\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is([aria-selected=true], [data-selected]) {
2007
2031
  color: var(--colors-text-disabled);
2008
2032
  }
2009
2033
 
@@ -2011,27 +2035,27 @@
2011
2035
  background: var(--colors-surface-disabled);
2012
2036
  }
2013
2037
 
2014
- .checked\:hover\:transform_translateX\(100\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2038
+ .checked\:hover\:trf_translateX\(100\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2015
2039
  transform: translateX(100%);
2016
2040
  }
2017
2041
 
2018
- .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:text-align_center td[data-align='center'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:text-align_center th[data-align='center'] {
2042
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:ta_center td[data-align='center'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:ta_center th[data-align='center'] {
2019
2043
  text-align: center;
2020
2044
  }
2021
2045
 
2022
- .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:text-align_left td[data-align='left'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:text-align_left th[data-align='left'] {
2046
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:ta_left td[data-align='left'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:ta_left th[data-align='left'] {
2023
2047
  text-align: left;
2024
2048
  }
2025
2049
 
2026
- .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:text-align_right td[data-align='right'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:text-align_right th[data-align='right'] {
2050
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:ta_right td[data-align='right'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:ta_right th[data-align='right'] {
2027
2051
  text-align: right;
2028
2052
  }
2029
2053
 
2030
- .disabled\:hover\:text_text\.subtle:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2054
+ .disabled\:hover\:c_text\.subtle:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2031
2055
  color: var(--colors-text-subtle);
2032
2056
  }
2033
2057
 
2034
- .highlighted\:\[\&_svg\]\:text_stroke\.hover[data-highlighted] svg {
2058
+ .highlighted\:\[\&_svg\]\:c_stroke\.hover[data-highlighted] svg {
2035
2059
  color: var(--colors-stroke-hover);
2036
2060
  }
2037
2061
 
@@ -2047,91 +2071,91 @@
2047
2071
  content: counter(list-item, upper-alpha) '. ';
2048
2072
  }
2049
2073
 
2050
- .disabled\:hover\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2074
+ .disabled\:hover\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2051
2075
  border-color: var(--colors-stroke-disabled);
2052
2076
  }
2053
2077
 
2054
- .disabled\:checked\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2078
+ .disabled\:checked\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2055
2079
  border-color: var(--colors-stroke-disabled);
2056
2080
  }
2057
2081
 
2058
- .checked\:hover\:border_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2082
+ .checked\:hover\:bd-c_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2059
2083
  border-color: var(--colors-stroke-hover);
2060
2084
  }
2061
2085
 
2062
- .checked\:hover\:ring-color_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2086
+ .checked\:hover\:ring-c_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2063
2087
  outline-color: var(--colors-stroke-hover);
2064
2088
  }
2065
2089
 
2066
- .invalid\:checked\:border_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2090
+ .invalid\:checked\:bd-c_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2067
2091
  border-color: var(--colors-stroke-error);
2068
2092
  }
2069
2093
 
2070
- .invalid\:checked\:ring-color_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2094
+ .invalid\:checked\:ring-c_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2071
2095
  outline-color: var(--colors-stroke-error);
2072
2096
  }
2073
2097
 
2074
- .invalid\:checked\:bg_surface\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2098
+ .invalid\:checked\:bg-c_surface\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2075
2099
  background-color: var(--colors-surface-default);
2076
2100
  }
2077
2101
 
2078
- .ariaInvalid\:hover\:ring-color_stroke\.error:has([aria-invalid='true']):is(:hover, [data-hover]),.ariaInvalid\:hover\:ring-color_stroke\.error[aria-invalid='true']:is(:hover, [data-hover]) {
2102
+ .ariaInvalid\:hover\:ring-c_stroke\.error:has([aria-invalid='true']):is(:hover, [data-hover]),.ariaInvalid\:hover\:ring-c_stroke\.error[aria-invalid='true']:is(:hover, [data-hover]) {
2079
2103
  outline-color: var(--colors-stroke-error);
2080
2104
  }
2081
2105
 
2082
- .ariaInvalid\:focusWithin\:ring-color_stroke\.error:has([aria-invalid='true']):focus-within,.ariaInvalid\:focusWithin\:ring-color_stroke\.error[aria-invalid='true']:focus-within {
2106
+ .ariaInvalid\:focusWithin\:ring-c_stroke\.error:has([aria-invalid='true']):focus-within,.ariaInvalid\:focusWithin\:ring-c_stroke\.error[aria-invalid='true']:focus-within {
2083
2107
  outline-color: var(--colors-stroke-error);
2084
2108
  }
2085
2109
 
2086
- .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:hover\:ring-color_stroke\.subtle:disabled:is(:hover, [data-hover]),.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:hover\:ring-color_stroke\.subtle:has(:disabled):is(:hover, [data-hover]) {
2110
+ .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:hover\:ring-c_stroke\.subtle:disabled:is(:hover, [data-hover]),.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:hover\:ring-c_stroke\.subtle:has(:disabled):is(:hover, [data-hover]) {
2087
2111
  outline-color: var(--colors-stroke-subtle);
2088
2112
  }
2089
2113
 
2090
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:empty\:bg_transparent thead tr:nth-child(2) th:is(:empty, [data-empty]) {
2114
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:empty\:bg-c_transparent thead tr:nth-child(2) th:is(:empty, [data-empty]) {
2091
2115
  background-color: transparent;
2092
2116
  }
2093
2117
 
2094
- .disabled\:hover\:border_stroke\.default:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2118
+ .disabled\:hover\:bd-c_stroke\.default:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2095
2119
  border-color: var(--colors-stroke-default);
2096
2120
  }
2097
2121
 
2098
- .selected\:horizontal\:border-b_transparent:is([aria-selected=true], [data-selected])[data-orientation=horizontal] {
2122
+ .selected\:horizontal\:bd-b-c_transparent:is([aria-selected=true], [data-selected])[data-orientation=horizontal] {
2099
2123
  border-bottom-color: transparent;
2100
2124
  }
2101
2125
 
2102
- .selected\:vertical\:border-r_transparent:is([aria-selected=true], [data-selected])[data-orientation=vertical] {
2126
+ .selected\:vertical\:bd-r-c_transparent:is([aria-selected=true], [data-selected])[data-orientation=vertical] {
2103
2127
  border-right-color: transparent;
2104
2128
  }
2105
2129
 
2106
- .focusWithin\:hover\:ring-color_stroke\.default:focus-within:is(:hover, [data-hover]) {
2130
+ .focusWithin\:hover\:ring-c_stroke\.default:focus-within:is(:hover, [data-hover]) {
2107
2131
  outline-color: var(--colors-stroke-default);
2108
2132
  }
2109
2133
 
2110
- .hover\:focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\):is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2134
+ .hover\:focusVisible\:bx-sh_inset_0_0_0_3px_var\(--shadow-color\):is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2111
2135
  box-shadow: inset 0 0 0 3px var(--shadow-color);
2112
2136
  }
2113
2137
 
2114
- .hover\:\[\&_svg\]\:text_icon\.default:is(:hover, [data-hover]) svg {
2138
+ .hover\:\[\&_svg\]\:c_icon\.default:is(:hover, [data-hover]) svg {
2115
2139
  color: var(--colors-icon-default);
2116
2140
  }
2117
2141
 
2118
- .hover\:disabled\:transform_translateX\(0\):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
2142
+ .hover\:disabled\:trf_translateX\(0\):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
2119
2143
  transform: translateX(0);
2120
2144
  }
2121
2145
 
2122
- .hover\:\[\&_svg\]\:text_stroke\.hover:is(:hover, [data-hover]) svg {
2146
+ .hover\:\[\&_svg\]\:c_stroke\.hover:is(:hover, [data-hover]) svg {
2123
2147
  color: var(--colors-stroke-hover);
2124
2148
  }
2125
2149
 
2126
- .hover\:invalid\:bg_surface\.dangerSubtle:is(:hover, [data-hover]):is(:invalid, [data-invalid]) {
2150
+ .hover\:invalid\:bg-c_surface\.dangerSubtle:is(:hover, [data-hover]):is(:invalid, [data-invalid]) {
2127
2151
  background-color: var(--colors-surface-danger-subtle);
2128
2152
  }
2129
2153
 
2130
- .hover\:focusVisible\:border_stroke\.default:is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2154
+ .hover\:focusVisible\:bd-c_stroke\.default:is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2131
2155
  border-color: var(--colors-stroke-default);
2132
2156
  }
2133
2157
 
2134
- .disabled\:checked\:hover\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2158
+ .disabled\:checked\:hover\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2135
2159
  color: var(--colors-text-disabled);
2136
2160
  }
2137
2161
 
@@ -2139,11 +2163,11 @@
2139
2163
  background: var(--colors-surface-disabled);
2140
2164
  }
2141
2165
 
2142
- .disabled\:hover\:\[\&_svg\]\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) svg {
2166
+ .disabled\:hover\:\[\&_svg\]\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) svg {
2143
2167
  color: var(--colors-stroke-disabled);
2144
2168
  }
2145
2169
 
2146
- .checked\:hover\:disabled\:transform_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
2170
+ .checked\:hover\:disabled\:trf_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
2147
2171
  transform: translateX(120%);
2148
2172
  }
2149
2173
 
@@ -2151,19 +2175,19 @@
2151
2175
  content: counter(list-item, lower-alpha) '. ';
2152
2176
  }
2153
2177
 
2154
- .disabled\:checked\:hover\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2178
+ .disabled\:checked\:hover\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2155
2179
  border-color: var(--colors-stroke-disabled);
2156
2180
  }
2157
2181
 
2158
- .invalid\:checked\:hover\:border_stroke\.hover:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2182
+ .invalid\:checked\:hover\:bd-c_stroke\.hover:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2159
2183
  border-color: var(--colors-stroke-hover);
2160
2184
  }
2161
2185
 
2162
- .invalid\:checked\:hover\:ring-color_stroke\.hover:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2186
+ .invalid\:checked\:hover\:ring-c_stroke\.hover:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2163
2187
  outline-color: var(--colors-stroke-hover);
2164
2188
  }
2165
2189
 
2166
- .ariaInvalid\:focusWithin\:hover\:ring-color_stroke\.error:has([aria-invalid='true']):focus-within:is(:hover, [data-hover]),.ariaInvalid\:focusWithin\:hover\:ring-color_stroke\.error[aria-invalid='true']:focus-within:is(:hover, [data-hover]) {
2190
+ .ariaInvalid\:focusWithin\:hover\:ring-c_stroke\.error:has([aria-invalid='true']):focus-within:is(:hover, [data-hover]),.ariaInvalid\:focusWithin\:hover\:ring-c_stroke\.error[aria-invalid='true']:focus-within:is(:hover, [data-hover]) {
2167
2191
  outline-color: var(--colors-stroke-error);
2168
2192
  }
2169
2193
 
@@ -2172,10 +2196,10 @@
2172
2196
  }
2173
2197
 
2174
2198
  @media screen and (min-width: 37.5625rem) {
2175
- .tablet\:rounded_small {
2199
+ .tablet\:bdr_small {
2176
2200
  border-radius: var(--radii-small);
2177
2201
  }
2178
- .tablet\:rounded_sharp {
2202
+ .tablet\:bdr_sharp {
2179
2203
  border-radius: var(--radii-sharp);
2180
2204
  }
2181
2205
  .tablet\:w_50\% {
@@ -2192,18 +2216,12 @@
2192
2216
  }
2193
2217
  .tablet\:clear_left {
2194
2218
  clear: left;
2195
- }
2196
- .tablet\:pe_medium {
2197
- padding-inline-end: var(--spacing-medium);
2198
2219
  }
2199
2220
  .tablet\:float_right {
2200
2221
  float: right;
2201
2222
  }
2202
2223
  .tablet\:clear_right {
2203
2224
  clear: right;
2204
- }
2205
- .tablet\:ps_medium {
2206
- padding-inline-start: var(--spacing-medium);
2207
2225
  }
2208
2226
  }
2209
2227