@ndla/primitives 0.0.16 → 0.0.17

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.
package/dist/styles.css CHANGED
@@ -109,15 +109,15 @@
109
109
  padding-block: var(--spacing-medium);
110
110
  }
111
111
 
112
- .shadow-color_stroke\.subtle {
112
+ .bx-sh-c_stroke\.subtle {
113
113
  --shadow-color: var(--colors-stroke-subtle);
114
114
  }
115
115
 
116
- .shadow_inset_0_0_0_1px_var\(--shadow-color\) {
116
+ .bx-sh_inset_0_0_0_1px_var\(--shadow-color\) {
117
117
  box-shadow: inset 0 0 0 1px var(--shadow-color);
118
118
  }
119
119
 
120
- .rounded_xsmall {
120
+ .bdr_xsmall {
121
121
  border-radius: var(--radii-xsmall);
122
122
  }
123
123
 
@@ -125,15 +125,15 @@
125
125
  width: 100%;
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,49 @@
816
832
  --arrow-background: var(--colors-surface-action);
817
833
  }
818
834
 
819
- .flex_column {
835
+ .flex-d_column {
820
836
  flex-direction: column;
821
837
  }
822
838
 
823
- .items_center {
839
+ .ai_center {
824
840
  align-items: center;
825
841
  }
826
842
 
827
- .justify_space-between {
843
+ .jc_space-between {
828
844
  justify-content: space-between;
829
845
  }
830
846
 
831
- .duration_fast {
847
+ .trs-dur_fast {
832
848
  --transition-duration: var(--durations-fast);
833
849
  transition-duration: var(--durations-fast);
834
850
  }
835
851
 
836
- .ease_default {
852
+ .trs-tmf_default {
837
853
  --transition-easing: var(--easings-default);
838
854
  transition-timing-function: var(--easings-default);
839
855
  }
840
856
 
841
- .transition-prop_background\,_border-color\,_border\,_border-radius {
857
+ .trs-prop_background\,_border-color\,_border\,_border-radius {
842
858
  --transition-prop: background, border-color, border, border-radius;
843
859
  transition-property: background, border-color, border, border-radius;
844
860
  }
845
861
 
846
- .duration_normal {
862
+ .trs-dur_normal {
847
863
  --transition-duration: var(--durations-normal);
848
864
  transition-duration: var(--durations-normal);
849
865
  }
850
866
 
851
- .transition-prop_transform {
867
+ .trs-prop_transform {
852
868
  --transition-prop: transform;
853
869
  transition-property: transform;
854
870
  }
855
871
 
856
- .transition-prop_padding-bottom {
872
+ .trs-prop_padding-bottom {
857
873
  --transition-prop: padding-bottom;
858
874
  transition-property: padding-bottom;
859
875
  }
860
876
 
861
- .border-w_0_1px_1px {
877
+ .bd-w_0_1px_1px {
862
878
  border-width: 0 1px 1px;
863
879
  }
864
880
 
@@ -866,47 +882,47 @@
866
882
  border-style: solid;
867
883
  }
868
884
 
869
- .border_stroke\.default {
885
+ .bd-c_stroke\.default {
870
886
  border-color: var(--colors-stroke-default);
871
887
  }
872
888
 
873
- .list-pos_inside {
889
+ .li-pos_inside {
874
890
  list-style-position: inside;
875
891
  }
876
892
 
877
- .bg_surface\.brand\.1\.subtle {
893
+ .bg-c_surface\.brand\.1\.subtle {
878
894
  background-color: var(--colors-surface-brand-1-subtle);
879
895
  }
880
896
 
881
- .border_surface\.brand\.1\.strong {
897
+ .bd-c_surface\.brand\.1\.strong {
882
898
  border-color: var(--colors-surface-brand-1-strong);
883
899
  }
884
900
 
885
- .bg_surface\.brand\.2\.moderate {
901
+ .bg-c_surface\.brand\.2\.moderate {
886
902
  background-color: var(--colors-surface-brand-2-moderate);
887
903
  }
888
904
 
889
- .border_surface\.brand\.2\.strong {
905
+ .bd-c_surface\.brand\.2\.strong {
890
906
  border-color: var(--colors-surface-brand-2-strong);
891
907
  }
892
908
 
893
- .bg_surface\.brand\.3\.subtle {
909
+ .bg-c_surface\.brand\.3\.subtle {
894
910
  background-color: var(--colors-surface-brand-3-subtle);
895
911
  }
896
912
 
897
- .border_surface\.brand\.3\.strong {
913
+ .bd-c_surface\.brand\.3\.strong {
898
914
  border-color: var(--colors-surface-brand-3-strong);
899
915
  }
900
916
 
901
- .bg_surface\.infoSubtle {
917
+ .bg-c_surface\.infoSubtle {
902
918
  background-color: var(--colors-surface-info-subtle);
903
919
  }
904
920
 
905
- .border_stroke\.subtle {
921
+ .bd-c_stroke\.subtle {
906
922
  border-color: var(--colors-stroke-subtle);
907
923
  }
908
924
 
909
- .justify_center {
925
+ .jc_center {
910
926
  justify-content: center;
911
927
  }
912
928
 
@@ -914,29 +930,29 @@
914
930
  font-weight: var(--font-weights-bold);
915
931
  }
916
932
 
917
- .transition-prop_all {
933
+ .trs-prop_all {
918
934
  --transition-prop: all;
919
935
  transition-property: all;
920
936
  }
921
937
 
922
- .leading_1 {
938
+ .lh_1 {
923
939
  line-height: 1;
924
940
  }
925
941
 
926
- .ring-color_stroke\.subtle {
942
+ .ring-c_stroke\.subtle {
927
943
  outline-color: var(--colors-stroke-subtle);
928
944
  }
929
945
 
930
- .transition-prop_border-color\,_background\,_box-shadow\,_color {
946
+ .trs-prop_border-color\,_background\,_box-shadow\,_color {
931
947
  --transition-prop: border-color, background, box-shadow, color;
932
948
  transition-property: border-color, background, box-shadow, color;
933
949
  }
934
950
 
935
- .overflow-y_auto {
951
+ .ov-y_auto {
936
952
  overflow-y: auto;
937
953
  }
938
954
 
939
- .transition-prop_background\,_color\,_border-color {
955
+ .trs-prop_background\,_color\,_border-color {
940
956
  --transition-prop: background, color, border-color;
941
957
  transition-property: background, color, border-color;
942
958
  }
@@ -949,7 +965,7 @@
949
965
  top: 0;
950
966
  }
951
967
 
952
- .transition-prop_transform\,_width\,_height {
968
+ .trs-prop_transform\,_width\,_height {
953
969
  --transition-prop: transform, width, height;
954
970
  transition-property: transform, width, height;
955
971
  }
@@ -958,40 +974,40 @@
958
974
  left: auto;
959
975
  }
960
976
 
961
- .bg_surface\.default {
977
+ .bg-c_surface\.default {
962
978
  background-color: var(--colors-surface-default);
963
979
  }
964
980
 
965
- .bg_surface\.brand\.2\.subtle {
981
+ .bg-c_surface\.brand\.2\.subtle {
966
982
  background-color: var(--colors-surface-brand-2-subtle);
967
983
  }
968
984
 
969
- .overflow-y_hidden {
985
+ .ov-y_hidden {
970
986
  overflow-y: hidden;
971
987
  }
972
988
 
973
- .transition-prop_background\,_color {
989
+ .trs-prop_background\,_color {
974
990
  --transition-prop: background, color;
975
991
  transition-property: background, color;
976
992
  }
977
993
 
978
- .items_flex-start {
994
+ .ai_flex-start {
979
995
  align-items: flex-start;
980
996
  }
981
997
 
982
- .border_stroke\.warning {
998
+ .bd-c_stroke\.warning {
983
999
  border-color: var(--colors-stroke-warning);
984
1000
  }
985
1001
 
986
- .border_stroke\.success {
1002
+ .bd-c_stroke\.success {
987
1003
  border-color: var(--colors-stroke-success);
988
1004
  }
989
1005
 
990
- .border_stroke\.error {
1006
+ .bd-c_stroke\.error {
991
1007
  border-color: var(--colors-stroke-error);
992
1008
  }
993
1009
 
994
- .numeric_tabular-nums {
1010
+ .fv-num_tabular-nums {
995
1011
  font-variant-numeric: tabular-nums;
996
1012
  }
997
1013
 
@@ -999,7 +1015,7 @@
999
1015
  flex-wrap: wrap;
1000
1016
  }
1001
1017
 
1002
- .border-w_2px {
1018
+ .bd-w_2px {
1003
1019
  border-width: 2px;
1004
1020
  }
1005
1021
 
@@ -1007,84 +1023,84 @@
1007
1023
  outline-style: solid;
1008
1024
  }
1009
1025
 
1010
- .ring-width_4px {
1026
+ .ring-w_4px {
1011
1027
  outline-width: 4px;
1012
1028
  }
1013
1029
 
1014
- .ring-color_surface\.default {
1030
+ .ring-c_surface\.default {
1015
1031
  outline-color: var(--colors-surface-default);
1016
1032
  }
1017
1033
 
1018
- .transition-prop_background\,_border-color\,_box-shadow {
1034
+ .trs-prop_background\,_border-color\,_box-shadow {
1019
1035
  --transition-prop: background, border-color, box-shadow;
1020
1036
  transition-property: background, border-color, box-shadow;
1021
1037
  }
1022
1038
 
1023
- .bg_surface\.disabled {
1039
+ .bg-c_surface\.disabled {
1024
1040
  background-color: var(--colors-surface-disabled);
1025
1041
  }
1026
1042
 
1027
- .bg-clip_padding-box {
1043
+ .bg-cp_padding-box {
1028
1044
  background-clip: padding-box;
1029
1045
  -webkit-background-clip: padding-box;
1030
1046
  }
1031
1047
 
1032
- .transition-prop_background {
1048
+ .trs-prop_background {
1033
1049
  --transition-prop: background;
1034
1050
  transition-property: background;
1035
1051
  }
1036
1052
 
1037
- .border-s_background\.subtle {
1053
+ .bd-s-c_background\.subtle {
1038
1054
  border-inline-start-color: var(--colors-background-subtle);
1039
1055
  }
1040
1056
 
1041
- .border-e_stroke\.default {
1057
+ .bd-e-c_stroke\.default {
1042
1058
  border-inline-end-color: var(--colors-stroke-default);
1043
1059
  }
1044
1060
 
1045
- .border-w_4px {
1061
+ .bd-w_4px {
1046
1062
  border-width: 4px;
1047
1063
  }
1048
1064
 
1049
- .border-w_8px {
1065
+ .bd-w_8px {
1050
1066
  border-width: 8px;
1051
1067
  }
1052
1068
 
1053
- .shrink_0 {
1069
+ .flex-sh_0 {
1054
1070
  flex-shrink: 0;
1055
1071
  }
1056
1072
 
1057
- .transition-prop_color {
1073
+ .trs-prop_color {
1058
1074
  --transition-prop: color;
1059
1075
  transition-property: color;
1060
1076
  }
1061
1077
 
1062
- .overflow-x_auto {
1078
+ .ov-x_auto {
1063
1079
  overflow-x: auto;
1064
1080
  }
1065
1081
 
1066
- .transition-prop_color\,_background\,_border-color {
1082
+ .trs-prop_color\,_background\,_border-color {
1067
1083
  --transition-prop: color, background, border-color;
1068
1084
  transition-property: color, background, border-color;
1069
1085
  }
1070
1086
 
1071
- .border_transparent {
1087
+ .bd-c_transparent {
1072
1088
  border-color: transparent;
1073
1089
  }
1074
1090
 
1075
- .border-w_1px {
1091
+ .bd-w_1px {
1076
1092
  border-width: 1px;
1077
1093
  }
1078
1094
 
1079
- .ring-color_transparent {
1095
+ .ring-c_transparent {
1080
1096
  outline-color: transparent;
1081
1097
  }
1082
1098
 
1083
- .bg_surface\.actionSubtle\.selected {
1099
+ .bg-c_surface\.actionSubtle\.selected {
1084
1100
  background-color: var(--colors-surface-action-subtle-selected);
1085
1101
  }
1086
1102
 
1087
- .transition-prop_background\,_outline-color\,_color {
1103
+ .trs-prop_background\,_outline-color\,_color {
1088
1104
  --transition-prop: background, outline-color, color;
1089
1105
  transition-property: background, outline-color, color;
1090
1106
  }
@@ -1093,12 +1109,12 @@
1093
1109
  padding-bottom: var(--spacing-1);
1094
1110
  }
1095
1111
 
1096
- .duration_slow {
1112
+ .trs-dur_slow {
1097
1113
  --transition-duration: var(--durations-slow);
1098
1114
  transition-duration: var(--durations-slow);
1099
1115
  }
1100
1116
 
1101
- .transition-prop_translate\,_scale\,_opacity\,_height {
1117
+ .trs-prop_translate\,_scale\,_opacity\,_height {
1102
1118
  --transition-prop: translate, scale, opacity, height;
1103
1119
  transition-property: translate, scale, opacity, height;
1104
1120
  }
@@ -1119,32 +1135,32 @@
1119
1135
  background: surface..disabled.subtle;
1120
1136
  }
1121
1137
 
1122
- .disabled\:shadow-color_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1138
+ .disabled\:bx-sh-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1123
1139
  --shadow-color: var(--colors-stroke-disabled);
1124
1140
  }
1125
1141
 
1126
- .disabled\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]) {
1142
+ .disabled\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]) {
1127
1143
  color: var(--colors-text-disabled);
1128
1144
  }
1129
1145
 
1130
- .open\:shadow-color_stroke\.default:is([open], [data-open], [data-state="open"]) {
1146
+ .open\:bx-sh-c_stroke\.default:is([open], [data-open], [data-state="open"]) {
1131
1147
  --shadow-color: var(--colors-stroke-default);
1132
1148
  }
1133
1149
 
1134
- .open\:rounded-b_sharp:is([open], [data-open], [data-state="open"]) {
1150
+ .open\:bdr-b_sharp:is([open], [data-open], [data-state="open"]) {
1135
1151
  border-bottom-left-radius: var(--radii-sharp);
1136
1152
  border-bottom-right-radius: var(--radii-sharp);
1137
1153
  }
1138
1154
 
1139
- .open\:transform_rotate\(180deg\):is([open], [data-open], [data-state="open"]) {
1155
+ .open\:trf_rotate\(180deg\):is([open], [data-open], [data-state="open"]) {
1140
1156
  transform: rotate(180deg);
1141
1157
  }
1142
1158
 
1143
- .open\:animation_collapse-in:is([open], [data-open], [data-state="open"]) {
1159
+ .open\:anim_collapse-in:is([open], [data-open], [data-state="open"]) {
1144
1160
  animation: var(--animations-collapse-in);
1145
1161
  }
1146
1162
 
1147
- .closed\:animation_collapse-out:is([closed], [data-closed], [data-state="closed"]) {
1163
+ .closed\:anim_collapse-out:is([closed], [data-closed], [data-state="closed"]) {
1148
1164
  animation: var(--animations-collapse-out);
1149
1165
  }
1150
1166
 
@@ -1156,7 +1172,7 @@
1156
1172
  margin-inline-start: var(--spacing-medium);
1157
1173
  }
1158
1174
 
1159
- .disabled\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]) {
1175
+ .disabled\:c_text\.onAction:is(:disabled, [disabled], [data-disabled]) {
1160
1176
  color: var(--colors-text-on-action);
1161
1177
  }
1162
1178
 
@@ -1164,7 +1180,7 @@
1164
1180
  background: var(--colors-surface-disabled);
1165
1181
  }
1166
1182
 
1167
- .disabled\:shadow-color_surface\.disabled:is(:disabled, [disabled], [data-disabled]) {
1183
+ .disabled\:bx-sh-c_surface\.disabled:is(:disabled, [disabled], [data-disabled]) {
1168
1184
  --shadow-color: var(--colors-surface-disabled);
1169
1185
  }
1170
1186
 
@@ -1184,7 +1200,7 @@
1184
1200
  height: var(--sizes-medium);
1185
1201
  }
1186
1202
 
1187
- .checked\:text_text\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1203
+ .checked\:c_text\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1188
1204
  color: var(--colors-text-on-action);
1189
1205
  }
1190
1206
 
@@ -1196,11 +1212,11 @@
1196
1212
  background: var(--colors-surface-danger-subtle);
1197
1213
  }
1198
1214
 
1199
- .invalid\:ring-offset_-2px:is(:invalid, [data-invalid]) {
1215
+ .invalid\:ring-o_-2px:is(:invalid, [data-invalid]) {
1200
1216
  outline-offset: -2px;
1201
1217
  }
1202
1218
 
1203
- .checked\:text_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1219
+ .checked\:c_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1204
1220
  color: var(--colors-icon-on-action);
1205
1221
  }
1206
1222
 
@@ -1208,15 +1224,15 @@
1208
1224
  display: flex;
1209
1225
  }
1210
1226
 
1211
- .disabled\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1227
+ .disabled\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1212
1228
  color: var(--colors-stroke-disabled);
1213
1229
  }
1214
1230
 
1215
- .open\:animation_fade-shift-in_0\.25s_ease-out:is([open], [data-open], [data-state="open"]) {
1231
+ .open\:anim_fade-shift-in_0\.25s_ease-out:is([open], [data-open], [data-state="open"]) {
1216
1232
  animation: fade-shift-in 0.25s ease-out;
1217
1233
  }
1218
1234
 
1219
- .closed\:animation_fade-shift-out_0\.25s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1235
+ .closed\:anim_fade-shift-out_0\.25s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1220
1236
  animation: fade-shift-out 0.25s ease-out;
1221
1237
  }
1222
1238
 
@@ -1228,67 +1244,67 @@
1228
1244
  background: var(--colors-surface-selected);
1229
1245
  }
1230
1246
 
1231
- .\[\&_svg\]\:text_icon\.default svg {
1247
+ .\[\&_svg\]\:c_icon\.default svg {
1232
1248
  color: var(--colors-icon-default);
1233
1249
  }
1234
1250
 
1235
- .\[\&_svg\]\:origin_center svg {
1251
+ .\[\&_svg\]\:trf-o_center svg {
1236
1252
  transform-origin: center;
1237
1253
  }
1238
1254
 
1239
- .checked\:text-decor_underline:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1255
+ .checked\:td_underline:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1240
1256
  text-decoration: underline;
1241
1257
  }
1242
1258
 
1243
- .highlighted\:text-decor_underline[data-highlighted] {
1259
+ .highlighted\:td_underline[data-highlighted] {
1244
1260
  text-decoration: underline;
1245
1261
  }
1246
1262
 
1247
- .open\:animation_backdrop-in:is([open], [data-open], [data-state="open"]) {
1263
+ .open\:anim_backdrop-in:is([open], [data-open], [data-state="open"]) {
1248
1264
  animation: var(--animations-backdrop-in);
1249
1265
  }
1250
1266
 
1251
- .closed\:animation_backdrop-out:is([closed], [data-closed], [data-state="closed"]) {
1267
+ .closed\:anim_backdrop-out:is([closed], [data-closed], [data-state="closed"]) {
1252
1268
  animation: var(--animations-backdrop-out);
1253
1269
  }
1254
1270
 
1255
- .open\:animation_dialog-in:is([open], [data-open], [data-state="open"]) {
1271
+ .open\:anim_dialog-in:is([open], [data-open], [data-state="open"]) {
1256
1272
  animation: var(--animations-dialog-in);
1257
1273
  }
1258
1274
 
1259
- .closed\:animation_dialog-out:is([closed], [data-closed], [data-state="closed"]) {
1275
+ .closed\:anim_dialog-out:is([closed], [data-closed], [data-state="closed"]) {
1260
1276
  animation: var(--animations-dialog-out);
1261
1277
  }
1262
1278
 
1263
- .open\:animation_drawer-in-left:is([open], [data-open], [data-state="open"]) {
1279
+ .open\:anim_drawer-in-left:is([open], [data-open], [data-state="open"]) {
1264
1280
  animation: var(--animations-drawer-in-left);
1265
1281
  }
1266
1282
 
1267
- .closed\:animation_drawer-out-left:is([closed], [data-closed], [data-state="closed"]) {
1283
+ .closed\:anim_drawer-out-left:is([closed], [data-closed], [data-state="closed"]) {
1268
1284
  animation: var(--animations-drawer-out-left);
1269
1285
  }
1270
1286
 
1271
- .open\:animation_drawer-in-right:is([open], [data-open], [data-state="open"]) {
1287
+ .open\:anim_drawer-in-right:is([open], [data-open], [data-state="open"]) {
1272
1288
  animation: var(--animations-drawer-in-right);
1273
1289
  }
1274
1290
 
1275
- .closed\:animation_drawer-out-right:is([closed], [data-closed], [data-state="closed"]) {
1291
+ .closed\:anim_drawer-out-right:is([closed], [data-closed], [data-state="closed"]) {
1276
1292
  animation: var(--animations-drawer-out-right);
1277
1293
  }
1278
1294
 
1279
- .open\:animation_drawer-in-top:is([open], [data-open], [data-state="open"]) {
1295
+ .open\:anim_drawer-in-top:is([open], [data-open], [data-state="open"]) {
1280
1296
  animation: var(--animations-drawer-in-top);
1281
1297
  }
1282
1298
 
1283
- .closed\:animation_drawer-out-top:is([closed], [data-closed], [data-state="closed"]) {
1299
+ .closed\:anim_drawer-out-top:is([closed], [data-closed], [data-state="closed"]) {
1284
1300
  animation: var(--animations-drawer-out-top);
1285
1301
  }
1286
1302
 
1287
- .open\:animation_drawer-in-bottom:is([open], [data-open], [data-state="open"]) {
1303
+ .open\:anim_drawer-in-bottom:is([open], [data-open], [data-state="open"]) {
1288
1304
  animation: var(--animations-drawer-in-bottom);
1289
1305
  }
1290
1306
 
1291
- .closed\:animation_drawer-out-bottom:is([closed], [data-closed], [data-state="closed"]) {
1307
+ .closed\:anim_drawer-out-bottom:is([closed], [data-closed], [data-state="closed"]) {
1292
1308
  animation: var(--animations-drawer-out-bottom);
1293
1309
  }
1294
1310
 
@@ -1300,19 +1316,19 @@
1300
1316
  display: inline !important;
1301
1317
  }
1302
1318
 
1303
- .autofill\:transition_background-color_600000s_0s\,_color_600000s_0s:autofill {
1319
+ .autofill\:trs_background-color_600000s_0s\,_color_600000s_0s:autofill {
1304
1320
  transition: background-color 600000s 0s, color 600000s 0s;
1305
1321
  }
1306
1322
 
1307
- .disabled\:text_text\.subtle:is(:disabled, [disabled], [data-disabled]) {
1323
+ .disabled\:c_text\.subtle:is(:disabled, [disabled], [data-disabled]) {
1308
1324
  color: var(--colors-text-subtle);
1309
1325
  }
1310
1326
 
1311
- .\[\&_svg\]\:text_icon\.error svg {
1327
+ .\[\&_svg\]\:c_icon\.error svg {
1312
1328
  color: icon.error;
1313
1329
  }
1314
1330
 
1315
- .highlighted\:text_text\.default[data-highlighted] {
1331
+ .highlighted\:c_text\.default[data-highlighted] {
1316
1332
  color: var(--colors-text-default);
1317
1333
  }
1318
1334
 
@@ -1320,11 +1336,11 @@
1320
1336
  background: var(--colors-surface-error-subtle-hover);
1321
1337
  }
1322
1338
 
1323
- .open\:animation_fade-shift-in_0\.2s_ease-out:is([open], [data-open], [data-state="open"]) {
1339
+ .open\:anim_fade-shift-in_0\.2s_ease-out:is([open], [data-open], [data-state="open"]) {
1324
1340
  animation: fade-shift-in 0.2s ease-out;
1325
1341
  }
1326
1342
 
1327
- .closed\:animation_fade-shift-out_0\.2s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1343
+ .closed\:anim_fade-shift-out_0\.2s_ease-out:is([closed], [data-closed], [data-state="closed"]) {
1328
1344
  animation: fade-shift-out 0.2s ease-out;
1329
1345
  }
1330
1346
 
@@ -1336,7 +1352,7 @@
1336
1352
  background: var(--colors-surface-selected);
1337
1353
  }
1338
1354
 
1339
- .ariaInvalid\:shadow-color_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:shadow-color_stroke\.error[aria-invalid='true'] {
1355
+ .ariaInvalid\:bx-sh-c_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:bx-sh-c_stroke\.error[aria-invalid='true'] {
1340
1356
  --shadow-color: var(--colors-stroke-error);
1341
1357
  }
1342
1358
 
@@ -1356,35 +1372,35 @@
1356
1372
  background: var(--colors-surface-action-active);
1357
1373
  }
1358
1374
 
1359
- .checked\:transform_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1375
+ .checked\:trf_translateX\(120\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1360
1376
  transform: translateX(120%);
1361
1377
  }
1362
1378
 
1363
- .\[\&_\>_caption\]\:text-align_left > caption {
1379
+ .\[\&_\>_caption\]\:ta_left > caption {
1364
1380
  text-align: left;
1365
1381
  }
1366
1382
 
1367
- .\[\&_\>_caption\]\:text-transform_uppercase > caption {
1383
+ .\[\&_\>_caption\]\:tt_uppercase > caption {
1368
1384
  text-transform: uppercase;
1369
1385
  }
1370
1386
 
1371
- .\[\&_\>_caption\]\:mb_xsmall > caption {
1387
+ .\[\&_\>_caption\]\:mbe_xsmall > caption {
1372
1388
  margin-block-end: var(--spacing-xsmall);
1373
1389
  }
1374
1390
 
1375
- .\[\&_thead\]\:overflow_hidden thead {
1391
+ .\[\&_thead\]\:ov_hidden thead {
1376
1392
  overflow: hidden;
1377
1393
  }
1378
1394
 
1379
- .\[\&_thead_tr_th\]\:border-b_3px_solid thead tr th {
1395
+ .\[\&_thead_tr_th\]\:bd-b_3px_solid thead tr th {
1380
1396
  border-bottom: 3px solid;
1381
1397
  }
1382
1398
 
1383
- .\[\&_thead_tr_th\]\:v-align_text-top thead tr th {
1399
+ .\[\&_thead_tr_th\]\:va_text-top thead tr th {
1384
1400
  vertical-align: text-top;
1385
1401
  }
1386
1402
 
1387
- .\[\&_tbody_th\]\:border-r_3px_solid tbody th {
1403
+ .\[\&_tbody_th\]\:bd-r_3px_solid tbody th {
1388
1404
  border-right: 3px solid;
1389
1405
  }
1390
1406
 
@@ -1392,11 +1408,11 @@
1392
1408
  padding: var(--spacing-3xsmall);
1393
1409
  }
1394
1410
 
1395
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:border_1px_solid thead tr:nth-child(2) th {
1411
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bd_1px_solid thead tr:nth-child(2) th {
1396
1412
  border: 1px solid;
1397
1413
  }
1398
1414
 
1399
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:text-transform_none thead tr:nth-child(2) th {
1415
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:tt_none thead tr:nth-child(2) th {
1400
1416
  text-transform: none;
1401
1417
  }
1402
1418
 
@@ -1416,11 +1432,11 @@
1416
1432
  padding-inline-start: var(--spacing-3xsmall);
1417
1433
  }
1418
1434
 
1419
- .\[\&_td\]\:border_1px_solid td {
1435
+ .\[\&_td\]\:bd_1px_solid td {
1420
1436
  border: 1px solid;
1421
1437
  }
1422
1438
 
1423
- .\[\&_td\]\:v-align_top td {
1439
+ .\[\&_td\]\:va_top td {
1424
1440
  vertical-align: top;
1425
1441
  }
1426
1442
 
@@ -1436,7 +1452,7 @@
1436
1452
  padding-block: var(--spacing-3xsmall);
1437
1453
  }
1438
1454
 
1439
- .horizontal\:mb_-1px[data-orientation=horizontal] {
1455
+ .horizontal\:mbe_-1px[data-orientation=horizontal] {
1440
1456
  margin-block-end: -1px;
1441
1457
  }
1442
1458
 
@@ -1444,19 +1460,19 @@
1444
1460
  margin-inline-end: -1px;
1445
1461
  }
1446
1462
 
1447
- .selected\:text_text\.strong:is([aria-selected=true], [data-selected]) {
1463
+ .selected\:c_text\.strong:is([aria-selected=true], [data-selected]) {
1448
1464
  color: var(--colors-text-strong);
1449
1465
  }
1450
1466
 
1451
- .horizontal\:border-b_1px_solid[data-orientation=horizontal] {
1467
+ .horizontal\:bd-b_1px_solid[data-orientation=horizontal] {
1452
1468
  border-bottom: 1px solid;
1453
1469
  }
1454
1470
 
1455
- .vertical\:border-l_1px_solid[data-orientation=vertical] {
1471
+ .vertical\:bd-l_1px_solid[data-orientation=vertical] {
1456
1472
  border-left: 1px solid;
1457
1473
  }
1458
1474
 
1459
- .horizontal\:rounded-t_xsmall[data-orientation=horizontal] {
1475
+ .horizontal\:bdr-t_xsmall[data-orientation=horizontal] {
1460
1476
  border-top-left-radius: var(--radii-xsmall);
1461
1477
  border-top-right-radius: var(--radii-xsmall);
1462
1478
  }
@@ -1465,7 +1481,7 @@
1465
1481
  background: var(--colors-surface-default);
1466
1482
  }
1467
1483
 
1468
- .horizontal\:pt_xsmall[data-orientation=horizontal] {
1484
+ .horizontal\:pbs_xsmall[data-orientation=horizontal] {
1469
1485
  padding-block-start: var(--spacing-xsmall);
1470
1486
  }
1471
1487
 
@@ -1473,7 +1489,7 @@
1473
1489
  padding-inline-start: var(--spacing-xsmall);
1474
1490
  }
1475
1491
 
1476
- .highlighted\:ring-offset_-1px[data-highlighted] {
1492
+ .highlighted\:ring-o_-1px[data-highlighted] {
1477
1493
  outline-offset: -1px;
1478
1494
  }
1479
1495
 
@@ -1481,12 +1497,12 @@
1481
1497
  display: inline-block;
1482
1498
  }
1483
1499
 
1484
- .closed\:transition-prop_background\,_border-color\,_border\,_border-radius:is([closed], [data-closed], [data-state="closed"]) {
1500
+ .closed\:trs-prop_background\,_border-color\,_border\,_border-radius:is([closed], [data-closed], [data-state="closed"]) {
1485
1501
  --transition-prop: background, border-color, border, border-radius;
1486
1502
  transition-property: background, border-color, border, border-radius;
1487
1503
  }
1488
1504
 
1489
- .open\:bg_surface\.actionSubtle\.active:is([open], [data-open], [data-state="open"]) {
1505
+ .open\:bg-c_surface\.actionSubtle\.active:is([open], [data-open], [data-state="open"]) {
1490
1506
  background-color: var(--colors-surface-action-subtle-active);
1491
1507
  }
1492
1508
 
@@ -1494,70 +1510,70 @@
1494
1510
  font-weight: var(--font-weights-bold);
1495
1511
  }
1496
1512
 
1497
- .disabled\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1513
+ .disabled\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) {
1498
1514
  border-color: var(--colors-stroke-disabled);
1499
1515
  }
1500
1516
 
1501
- .checked\:border_surface\.actionSubtle\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1517
+ .checked\:bd-c_surface\.actionSubtle\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1502
1518
  border-color: var(--colors-surface-action-subtle-selected);
1503
1519
  }
1504
1520
 
1505
- .checked\:ring-color_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1521
+ .checked\:ring-c_icon\.onAction:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1506
1522
  outline-color: var(--colors-icon-on-action);
1507
1523
  }
1508
1524
 
1509
- .invalid\:border_stroke\.error:is(:invalid, [data-invalid]) {
1525
+ .invalid\:bd-c_stroke\.error:is(:invalid, [data-invalid]) {
1510
1526
  border-color: var(--colors-stroke-error);
1511
1527
  }
1512
1528
 
1513
- .invalid\:ring-color_stroke\.error:is(:invalid, [data-invalid]) {
1529
+ .invalid\:ring-c_stroke\.error:is(:invalid, [data-invalid]) {
1514
1530
  outline-color: var(--colors-stroke-error);
1515
1531
  }
1516
1532
 
1517
- .checked\:bg_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1533
+ .checked\:bg-c_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1518
1534
  background-color: var(--colors-surface-action);
1519
1535
  }
1520
1536
 
1521
- .checked\:border_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1537
+ .checked\:bd-c_surface\.action:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1522
1538
  border-color: var(--colors-surface-action);
1523
1539
  }
1524
1540
 
1525
- .highlighted\:border_stroke\.default[data-highlighted] {
1541
+ .highlighted\:bd-c_stroke\.default[data-highlighted] {
1526
1542
  border-color: var(--colors-stroke-default);
1527
1543
  }
1528
1544
 
1529
- .checked\:border_stroke\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1545
+ .checked\:bd-c_stroke\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1530
1546
  border-color: var(--colors-stroke-default);
1531
1547
  }
1532
1548
 
1533
- .\[\&_svg\]\:duration_normal svg {
1549
+ .\[\&_svg\]\:trs-dur_normal svg {
1534
1550
  --transition-duration: var(--durations-normal);
1535
1551
  transition-duration: var(--durations-normal);
1536
1552
  }
1537
1553
 
1538
- .\[\&_svg\]\:transition-prop_transform svg {
1554
+ .\[\&_svg\]\:trs-prop_transform svg {
1539
1555
  --transition-prop: transform;
1540
1556
  transition-property: transform;
1541
1557
  }
1542
1558
 
1543
- .\[\&_svg\]\:ease_default svg {
1559
+ .\[\&_svg\]\:trs-tmf_default svg {
1544
1560
  --transition-easing: var(--easings-default);
1545
1561
  transition-timing-function: var(--easings-default);
1546
1562
  }
1547
1563
 
1548
- .ariaInvalid\:ring-color_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:ring-color_stroke\.error[aria-invalid='true'] {
1564
+ .ariaInvalid\:ring-c_stroke\.error:has([aria-invalid='true']),.ariaInvalid\:ring-c_stroke\.error[aria-invalid='true'] {
1549
1565
  outline-color: var(--colors-stroke-error);
1550
1566
  }
1551
1567
 
1552
- .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-color_stroke\.subtle:disabled,.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-color_stroke\.subtle:has(:disabled) {
1568
+ .\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-c_stroke\.subtle:disabled,.\[\&\:disabled\,_\&\:has\(\:disabled\)\]\:ring-c_stroke\.subtle:has(:disabled) {
1553
1569
  outline-color: var(--colors-stroke-subtle);
1554
1570
  }
1555
1571
 
1556
- .vertical\:flex_column[data-orientation=vertical] {
1572
+ .vertical\:flex-d_column[data-orientation=vertical] {
1557
1573
  flex-direction: column;
1558
1574
  }
1559
1575
 
1560
- .horizontal\:flex_row[data-orientation=horizontal] {
1576
+ .horizontal\:flex-d_row[data-orientation=horizontal] {
1561
1577
  flex-direction: row;
1562
1578
  }
1563
1579
 
@@ -1565,11 +1581,11 @@
1565
1581
  font-weight: var(--font-weights-bold);
1566
1582
  }
1567
1583
 
1568
- .\[\&_thead_tr_th\]\:border_surface\.brand\.1\.strong thead tr th,.\[\&_tbody_th\]\:border_surface\.brand\.1\.strong tbody th {
1584
+ .\[\&_thead_tr_th\]\:bd-c_surface\.brand\.1\.strong thead tr th,.\[\&_tbody_th\]\:bd-c_surface\.brand\.1\.strong tbody th {
1569
1585
  border-color: var(--colors-surface-brand-1-strong);
1570
1586
  }
1571
1587
 
1572
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:border_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1588
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bd-c_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1573
1589
  border-color: var(--colors-surface-brand-1-subtle);
1574
1590
  }
1575
1591
 
@@ -1577,63 +1593,63 @@
1577
1593
  font-weight: var(--font-weights-semibold);
1578
1594
  }
1579
1595
 
1580
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:bg_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1596
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:bg-c_surface\.brand\.1\.subtle thead tr:nth-child(2) th {
1581
1597
  background-color: var(--colors-surface-brand-1-subtle);
1582
1598
  }
1583
1599
 
1584
- .\[\&_td\]\:border_surface\.brand\.1\.subtle td {
1600
+ .\[\&_td\]\:bd-c_surface\.brand\.1\.subtle td {
1585
1601
  border-color: var(--colors-surface-brand-1-subtle);
1586
1602
  }
1587
1603
 
1588
- .horizontal\:flex_column[data-orientation=horizontal] {
1604
+ .horizontal\:flex-d_column[data-orientation=horizontal] {
1589
1605
  flex-direction: column;
1590
1606
  }
1591
1607
 
1592
- .vertical\:flex_row[data-orientation=vertical] {
1608
+ .vertical\:flex-d_row[data-orientation=vertical] {
1593
1609
  flex-direction: row;
1594
1610
  }
1595
1611
 
1596
- .disabled\:border_stroke\.default:is(:disabled, [disabled], [data-disabled]) {
1612
+ .disabled\:bd-c_stroke\.default:is(:disabled, [disabled], [data-disabled]) {
1597
1613
  border-color: var(--colors-stroke-default);
1598
1614
  }
1599
1615
 
1600
- .vertical\:justify_flex-start[data-orientation=vertical] {
1616
+ .vertical\:jc_flex-start[data-orientation=vertical] {
1601
1617
  justify-content: flex-start;
1602
1618
  }
1603
1619
 
1604
- .vertical\:rounded-tl_xsmall[data-orientation=vertical] {
1620
+ .vertical\:bdr-tl_xsmall[data-orientation=vertical] {
1605
1621
  border-top-left-radius: var(--radii-xsmall);
1606
1622
  }
1607
1623
 
1608
- .vertical\:rounded-bl_xsmall[data-orientation=vertical] {
1624
+ .vertical\:bdr-bl_xsmall[data-orientation=vertical] {
1609
1625
  border-bottom-left-radius: var(--radii-xsmall);
1610
1626
  }
1611
1627
 
1612
- .selected\:border_stroke\.subtle:is([aria-selected=true], [data-selected]) {
1628
+ .selected\:bd-c_stroke\.subtle:is([aria-selected=true], [data-selected]) {
1613
1629
  border-color: var(--colors-stroke-subtle);
1614
1630
  }
1615
1631
 
1616
- .highlighted\:bg_surface\.actionSubtle\.hover[data-highlighted] {
1632
+ .highlighted\:bg-c_surface\.actionSubtle\.hover[data-highlighted] {
1617
1633
  background-color: var(--colors-surface-action-subtle-hover);
1618
1634
  }
1619
1635
 
1620
- .highlighted\:ring-width_3px[data-highlighted] {
1636
+ .highlighted\:ring-w_3px[data-highlighted] {
1621
1637
  outline-width: 3px;
1622
1638
  }
1623
1639
 
1624
- .highlighted\:ring-color_stroke\.hover[data-highlighted] {
1640
+ .highlighted\:ring-c_stroke\.hover[data-highlighted] {
1625
1641
  outline-color: var(--colors-stroke-hover);
1626
1642
  }
1627
1643
 
1628
- .focusWithin\:ring-offset_-1px:focus-within {
1644
+ .focusWithin\:ring-o_-1px:focus-within {
1629
1645
  outline-offset: -1px;
1630
1646
  }
1631
1647
 
1632
- .focusWithin\:ring-width_2px:focus-within {
1648
+ .focusWithin\:ring-w_2px:focus-within {
1633
1649
  outline-width: 2px;
1634
1650
  }
1635
1651
 
1636
- .focusWithin\:ring-color_stroke\.default:focus-within {
1652
+ .focusWithin\:ring-c_stroke\.default:focus-within {
1637
1653
  outline-color: var(--colors-stroke-default);
1638
1654
  }
1639
1655
 
@@ -1642,27 +1658,27 @@
1642
1658
  outline-offset: 2px;
1643
1659
  }
1644
1660
 
1645
- .focusVisible\:shadow-color_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1661
+ .focusVisible\:bx-sh-c_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1646
1662
  --shadow-color: var(--colors-stroke-default);
1647
1663
  }
1648
1664
 
1649
- .focusVisible\:shadow_inset_0_0_0_2px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1665
+ .focusVisible\:bx-sh_inset_0_0_0_2px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1650
1666
  box-shadow: inset 0 0 0 2px var(--shadow-color);
1651
1667
  }
1652
1668
 
1653
- .focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1669
+ .focusVisible\:bx-sh_inset_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1654
1670
  box-shadow: inset 0 0 0 3px var(--shadow-color);
1655
1671
  }
1656
1672
 
1657
- .focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\)\,_inset_0px_0px_0px_6px_currentcolor:is(:focus-visible, [data-focus-visible]) {
1673
+ .focusVisible\:bx-sh_inset_0_0_0_3px_var\(--shadow-color\)\,_inset_0px_0px_0px_6px_currentcolor:is(:focus-visible, [data-focus-visible]) {
1658
1674
  box-shadow: inset 0 0 0 3px var(--shadow-color), inset 0px 0px 0px 6px currentcolor;
1659
1675
  }
1660
1676
 
1661
- .focusVisible\:shadow-color_surface\.error:is(:focus-visible, [data-focus-visible]) {
1677
+ .focusVisible\:bx-sh-c_surface\.error:is(:focus-visible, [data-focus-visible]) {
1662
1678
  --shadow-color: var(--colors-surface-error);
1663
1679
  }
1664
1680
 
1665
- .focusVisible\:shadow-color_surface\.success:is(:focus-visible, [data-focus-visible]) {
1681
+ .focusVisible\:bx-sh-c_surface\.success:is(:focus-visible, [data-focus-visible]) {
1666
1682
  --shadow-color: var(--colors-surface-success);
1667
1683
  }
1668
1684
 
@@ -1670,19 +1686,19 @@
1670
1686
  outline: 2px solid;
1671
1687
  }
1672
1688
 
1673
- .focus\:ring-offset_4xsmall:is(:focus, [data-focus]) {
1689
+ .focus\:ring-o_4xsmall:is(:focus, [data-focus]) {
1674
1690
  outline-offset: var(--spacing-4xsmall);
1675
1691
  }
1676
1692
 
1677
- .focus\:rounded_xsmall:is(:focus, [data-focus]) {
1693
+ .focus\:bdr_xsmall:is(:focus, [data-focus]) {
1678
1694
  border-radius: var(--radii-xsmall);
1679
1695
  }
1680
1696
 
1681
- .focus\:ring-offset_-2px:is(:focus, [data-focus]) {
1697
+ .focus\:ring-o_-2px:is(:focus, [data-focus]) {
1682
1698
  outline-offset: -2px;
1683
1699
  }
1684
1700
 
1685
- .focus\:appearance_none:is(:focus, [data-focus]) {
1701
+ .focus\:ap_none:is(:focus, [data-focus]) {
1686
1702
  appearance: none;
1687
1703
  -webkit-appearance: none;
1688
1704
  }
@@ -1691,19 +1707,19 @@
1691
1707
  outline: 2px solid;
1692
1708
  }
1693
1709
 
1694
- .\[\&\:has\(input\:focus-visible\)\]\:ring-offset_4xsmall:has(input:focus-visible) {
1710
+ .\[\&\:has\(input\:focus-visible\)\]\:ring-o_4xsmall:has(input:focus-visible) {
1695
1711
  outline-offset: var(--spacing-4xsmall);
1696
1712
  }
1697
1713
 
1698
- .\[\&\:has\(input\:focus-visible\)\]\:rounded_xsmall:has(input:focus-visible) {
1714
+ .\[\&\:has\(input\:focus-visible\)\]\:bdr_xsmall:has(input:focus-visible) {
1699
1715
  border-radius: var(--radii-xsmall);
1700
1716
  }
1701
1717
 
1702
- .focusVisible\:ring-offset_-1:is(:focus-visible, [data-focus-visible]) {
1718
+ .focusVisible\:ring-o_-1:is(:focus-visible, [data-focus-visible]) {
1703
1719
  outline-offset: calc(var(--spacing-1) * -1);
1704
1720
  }
1705
1721
 
1706
- .focusVisible\:border_2px_solid:is(:focus-visible, [data-focus-visible]) {
1722
+ .focusVisible\:bd_2px_solid:is(:focus-visible, [data-focus-visible]) {
1707
1723
  border: 2px solid;
1708
1724
  }
1709
1725
 
@@ -1711,23 +1727,23 @@
1711
1727
  outline: 3px solid;
1712
1728
  }
1713
1729
 
1714
- .focusVisible\:ring-offset_0px:is(:focus-visible, [data-focus-visible]) {
1730
+ .focusVisible\:ring-o_0px:is(:focus-visible, [data-focus-visible]) {
1715
1731
  outline-offset: 0px;
1716
1732
  }
1717
1733
 
1718
- .focusVisible\:rounded_unset:is(:focus-visible, [data-focus-visible]) {
1734
+ .focusVisible\:bdr_unset:is(:focus-visible, [data-focus-visible]) {
1719
1735
  border-radius: unset;
1720
1736
  }
1721
1737
 
1722
- .focusVisible\:ring-offset_-3px:is(:focus-visible, [data-focus-visible]) {
1738
+ .focusVisible\:ring-o_-3px:is(:focus-visible, [data-focus-visible]) {
1723
1739
  outline-offset: -3px;
1724
1740
  }
1725
1741
 
1726
- .focusVisible\:shadow_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1742
+ .focusVisible\:bx-sh_0_0_0_3px_var\(--shadow-color\):is(:focus-visible, [data-focus-visible]) {
1727
1743
  box-shadow: 0 0 0 3px var(--shadow-color);
1728
1744
  }
1729
1745
 
1730
- .focus\:ring-color_stroke\.default:is(:focus, [data-focus]) {
1746
+ .focus\:ring-c_stroke\.default:is(:focus, [data-focus]) {
1731
1747
  outline-color: var(--colors-stroke-default);
1732
1748
  }
1733
1749
 
@@ -1735,23 +1751,23 @@
1735
1751
  outline-style: solid;
1736
1752
  }
1737
1753
 
1738
- .focus\:ring-width_2px:is(:focus, [data-focus]) {
1754
+ .focus\:ring-w_2px:is(:focus, [data-focus]) {
1739
1755
  outline-width: 2px;
1740
1756
  }
1741
1757
 
1742
- .\[\&\:has\(input\:focus-visible\)\]\:ring-color_stroke\.default:has(input:focus-visible) {
1758
+ .\[\&\:has\(input\:focus-visible\)\]\:ring-c_stroke\.default:has(input:focus-visible) {
1743
1759
  outline-color: var(--colors-stroke-default);
1744
1760
  }
1745
1761
 
1746
- .focusVisible\:border_background\.default:is(:focus-visible, [data-focus-visible]) {
1762
+ .focusVisible\:bd-c_background\.default:is(:focus-visible, [data-focus-visible]) {
1747
1763
  border-color: var(--colors-background-default);
1748
1764
  }
1749
1765
 
1750
- .focusVisible\:ring-color_surface\.action:is(:focus-visible, [data-focus-visible]) {
1766
+ .focusVisible\:ring-c_surface\.action:is(:focus-visible, [data-focus-visible]) {
1751
1767
  outline-color: var(--colors-surface-action);
1752
1768
  }
1753
1769
 
1754
- .focusVisible\:ring-color_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1770
+ .focusVisible\:ring-c_stroke\.default:is(:focus-visible, [data-focus-visible]) {
1755
1771
  outline-color: var(--colors-stroke-default);
1756
1772
  }
1757
1773
 
@@ -1759,11 +1775,11 @@
1759
1775
  background: var(--colors-surface-action-subtle-hover);
1760
1776
  }
1761
1777
 
1762
- .hover\:shadow-color_stroke\.hover:is(:hover, [data-hover]) {
1778
+ .hover\:bx-sh-c_stroke\.hover:is(:hover, [data-hover]) {
1763
1779
  --shadow-color: var(--colors-stroke-hover);
1764
1780
  }
1765
1781
 
1766
- .hover\:text_text\.onAction:is(:hover, [data-hover]) {
1782
+ .hover\:c_text\.onAction:is(:hover, [data-hover]) {
1767
1783
  color: var(--colors-text-on-action);
1768
1784
  }
1769
1785
 
@@ -1771,15 +1787,15 @@
1771
1787
  background: var(--colors-surface-action-hover);
1772
1788
  }
1773
1789
 
1774
- .hover\:shadow_inset_0_0_0_1px_var\(--shadow-color\):is(:hover, [data-hover]) {
1790
+ .hover\:bx-sh_inset_0_0_0_1px_var\(--shadow-color\):is(:hover, [data-hover]) {
1775
1791
  box-shadow: inset 0 0 0 1px var(--shadow-color);
1776
1792
  }
1777
1793
 
1778
- .hover\:text_stroke\.hover:is(:hover, [data-hover]) {
1794
+ .hover\:c_stroke\.hover:is(:hover, [data-hover]) {
1779
1795
  color: var(--colors-stroke-hover);
1780
1796
  }
1781
1797
 
1782
- .hover\:text_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1798
+ .hover\:c_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1783
1799
  color: var(--colors-surface-action-subtle-hover-strong);
1784
1800
  }
1785
1801
 
@@ -1791,19 +1807,19 @@
1791
1807
  background: var(--colors-surface-success-hover);
1792
1808
  }
1793
1809
 
1794
- .hover\:text-decor_none:is(:hover, [data-hover]) {
1810
+ .hover\:td_none:is(:hover, [data-hover]) {
1795
1811
  text-decoration: none;
1796
1812
  }
1797
1813
 
1798
- .hover\:text_text\.action:is(:hover, [data-hover]) {
1814
+ .hover\:c_text\.action:is(:hover, [data-hover]) {
1799
1815
  color: var(--colors-text-action);
1800
1816
  }
1801
1817
 
1802
- .hover\:shadow_0_0_0_4px_var\(--shadow-color\):is(:hover, [data-hover]) {
1818
+ .hover\:bx-sh_0_0_0_4px_var\(--shadow-color\):is(:hover, [data-hover]) {
1803
1819
  box-shadow: 0 0 0 4px var(--shadow-color);
1804
1820
  }
1805
1821
 
1806
- .hover\:shadow-color_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1822
+ .hover\:bx-sh-c_surface\.actionSubtle\.hover\.strong:is(:hover, [data-hover]) {
1807
1823
  --shadow-color: var(--colors-surface-action-subtle-hover-strong);
1808
1824
  }
1809
1825
 
@@ -1815,11 +1831,11 @@
1815
1831
  background: var(--colors-surface-default);
1816
1832
  }
1817
1833
 
1818
- .hover\:text-decor_underline:is(:hover, [data-hover]) {
1834
+ .hover\:td_underline:is(:hover, [data-hover]) {
1819
1835
  text-decoration: underline;
1820
1836
  }
1821
1837
 
1822
- .hover\:text_text\.default:is(:hover, [data-hover]) {
1838
+ .hover\:c_text\.default:is(:hover, [data-hover]) {
1823
1839
  color: var(--colors-text-default);
1824
1840
  }
1825
1841
 
@@ -1827,23 +1843,23 @@
1827
1843
  background: var(--colors-surface-error-subtle-hover);
1828
1844
  }
1829
1845
 
1830
- .hover\:transform_translateX\(20\%\):is(:hover, [data-hover]) {
1846
+ .hover\:trf_translateX\(20\%\):is(:hover, [data-hover]) {
1831
1847
  transform: translateX(20%);
1832
1848
  }
1833
1849
 
1834
- .hover\:border_stroke\.hover:is(:hover, [data-hover]) {
1850
+ .hover\:bd-c_stroke\.hover:is(:hover, [data-hover]) {
1835
1851
  border-color: var(--colors-stroke-hover);
1836
1852
  }
1837
1853
 
1838
- .hover\:ring-color_stroke\.hover:is(:hover, [data-hover]) {
1854
+ .hover\:ring-c_stroke\.hover:is(:hover, [data-hover]) {
1839
1855
  outline-color: var(--colors-stroke-hover);
1840
1856
  }
1841
1857
 
1842
- .hover\:bg_surface\.actionSubtle\.hover:is(:hover, [data-hover]) {
1858
+ .hover\:bg-c_surface\.actionSubtle\.hover:is(:hover, [data-hover]) {
1843
1859
  background-color: var(--colors-surface-action-subtle-hover);
1844
1860
  }
1845
1861
 
1846
- .active\:text_text\.onAction:is(:active, [data-active]) {
1862
+ .active\:c_text\.onAction:is(:active, [data-active]) {
1847
1863
  color: var(--colors-text-on-action);
1848
1864
  }
1849
1865
 
@@ -1871,7 +1887,7 @@
1871
1887
  background: var(--colors-surface-error-subtle-active);
1872
1888
  }
1873
1889
 
1874
- .active\:border_stroke\.default:is(:active, [data-active]) {
1890
+ .active\:bd-c_stroke\.default:is(:active, [data-active]) {
1875
1891
  border-color: var(--colors-stroke-default);
1876
1892
  }
1877
1893
 
@@ -1879,23 +1895,23 @@
1879
1895
  background: var(--colors-surface-disabled-subtle);
1880
1896
  }
1881
1897
 
1882
- .disabled\:hover\:shadow-color_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1898
+ .disabled\:hover\:bx-sh-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1883
1899
  --shadow-color: var(--colors-stroke-disabled);
1884
1900
  }
1885
1901
 
1886
- .disabled\:hover\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1902
+ .disabled\:hover\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1887
1903
  color: var(--colors-text-disabled);
1888
1904
  }
1889
1905
 
1890
- .\[\&_li\]\:marker\:text_icon\.strong li::marker {
1906
+ .\[\&_li\]\:marker\:c_icon\.strong li::marker {
1891
1907
  color: var(--colors-icon-strong);
1892
1908
  }
1893
1909
 
1894
- .disabled\:\[\&_svg\]\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]) svg {
1910
+ .disabled\:\[\&_svg\]\:c_text\.onAction:is(:disabled, [disabled], [data-disabled]) svg {
1895
1911
  color: var(--colors-text-on-action);
1896
1912
  }
1897
1913
 
1898
- .disabled\:hover\:text_text\.onAction:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1914
+ .disabled\:hover\:c_text\.onAction:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1899
1915
  color: var(--colors-text-on-action);
1900
1916
  }
1901
1917
 
@@ -1903,7 +1919,7 @@
1903
1919
  background: var(--colors-surface-disabled);
1904
1920
  }
1905
1921
 
1906
- .disabled\:checked\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1922
+ .disabled\:checked\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1907
1923
  color: var(--colors-text-disabled);
1908
1924
  }
1909
1925
 
@@ -1911,11 +1927,11 @@
1911
1927
  background: var(--colors-surface-disabled);
1912
1928
  }
1913
1929
 
1914
- .checked\:focus\:ring-offset_-4px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:focus, [data-focus]) {
1930
+ .checked\:focus\:ring-o_-4px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:focus, [data-focus]) {
1915
1931
  outline-offset: -4px;
1916
1932
  }
1917
1933
 
1918
- .checked\:hover\:ring-offset_-2px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1934
+ .checked\:hover\:ring-o_-2px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1919
1935
  outline-offset: -2px;
1920
1936
  }
1921
1937
 
@@ -1923,11 +1939,11 @@
1923
1939
  background: var(--colors-surface-action-subtle-hover);
1924
1940
  }
1925
1941
 
1926
- .checked\:hover\:text_text\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1942
+ .checked\:hover\:c_text\.default:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1927
1943
  color: var(--colors-text-default);
1928
1944
  }
1929
1945
 
1930
- .invalid\:checked\:text_text\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1946
+ .invalid\:checked\:c_text\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1931
1947
  color: var(--colors-text-default);
1932
1948
  }
1933
1949
 
@@ -1935,23 +1951,23 @@
1935
1951
  background: var(--colors-surface-danger-subtle);
1936
1952
  }
1937
1953
 
1938
- .invalid\:checked\:ring-offset_-2px:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1954
+ .invalid\:checked\:ring-o_-2px:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1939
1955
  outline-offset: -2px;
1940
1956
  }
1941
1957
 
1942
- .disabled\:hover\:shadow_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1958
+ .disabled\:hover\:bx-sh_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1943
1959
  box-shadow: none;
1944
1960
  }
1945
1961
 
1946
- .invalid\:checked\:text_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1962
+ .invalid\:checked\:c_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
1947
1963
  color: var(--colors-stroke-error);
1948
1964
  }
1949
1965
 
1950
- .checked\:hover\:text_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1966
+ .checked\:hover\:c_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
1951
1967
  color: var(--colors-stroke-hover);
1952
1968
  }
1953
1969
 
1954
- .disabled\:hover\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1970
+ .disabled\:hover\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1955
1971
  color: var(--colors-stroke-disabled);
1956
1972
  }
1957
1973
 
@@ -1959,19 +1975,19 @@
1959
1975
  background: var(--colors-surface-hover);
1960
1976
  }
1961
1977
 
1962
- .open\:\[\&_svg\]\:transform_rotate\(180deg\):is([open], [data-open], [data-state="open"]) svg {
1978
+ .open\:\[\&_svg\]\:trf_rotate\(180deg\):is([open], [data-open], [data-state="open"]) svg {
1963
1979
  transform: rotate(180deg);
1964
1980
  }
1965
1981
 
1966
- .open\:\[\&_summary\]\:mb_-xxsmall:is([open], [data-open], [data-state="open"]) summary {
1982
+ .open\:\[\&_summary\]\:mbe_-xxsmall:is([open], [data-open], [data-state="open"]) summary {
1967
1983
  margin-block-end: calc(var(--spacing-xxsmall) * -1);
1968
1984
  }
1969
1985
 
1970
- .disabled\:\[\&_svg\]\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) svg {
1986
+ .disabled\:\[\&_svg\]\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]) svg {
1971
1987
  color: var(--colors-stroke-disabled);
1972
1988
  }
1973
1989
 
1974
- .disabled\:hover\:text-decor_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1990
+ .disabled\:hover\:td_none:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
1975
1991
  text-decoration: none;
1976
1992
  }
1977
1993
 
@@ -1979,7 +1995,7 @@
1979
1995
  background: var(--colors-surface-default);
1980
1996
  }
1981
1997
 
1982
- .highlighted\:\[\&_svg\]\:text_icon\.default[data-highlighted] svg {
1998
+ .highlighted\:\[\&_svg\]\:c_icon\.default[data-highlighted] svg {
1983
1999
  color: var(--colors-icon-default);
1984
2000
  }
1985
2001
 
@@ -1995,7 +2011,7 @@
1995
2011
  background: var(--colors-surface-hover);
1996
2012
  }
1997
2013
 
1998
- .disabled\:highlighted\:text_text\.disabled:is(:disabled, [disabled], [data-disabled])[data-highlighted] {
2014
+ .disabled\:highlighted\:c_text\.disabled:is(:disabled, [disabled], [data-disabled])[data-highlighted] {
1999
2015
  color: var(--colors-text-disabled);
2000
2016
  }
2001
2017
 
@@ -2003,7 +2019,7 @@
2003
2019
  background: var(--colors-surface-disabled);
2004
2020
  }
2005
2021
 
2006
- .disabled\:selected\:text_text\.disabled:is(:disabled, [disabled], [data-disabled]):is([aria-selected=true], [data-selected]) {
2022
+ .disabled\:selected\:c_text\.disabled:is(:disabled, [disabled], [data-disabled]):is([aria-selected=true], [data-selected]) {
2007
2023
  color: var(--colors-text-disabled);
2008
2024
  }
2009
2025
 
@@ -2011,27 +2027,27 @@
2011
2027
  background: var(--colors-surface-disabled);
2012
2028
  }
2013
2029
 
2014
- .checked\:hover\:transform_translateX\(100\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2030
+ .checked\:hover\:trf_translateX\(100\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2015
2031
  transform: translateX(100%);
2016
2032
  }
2017
2033
 
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'] {
2034
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:ta_center td[data-align='center'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'center\'\]\]\:ta_center th[data-align='center'] {
2019
2035
  text-align: center;
2020
2036
  }
2021
2037
 
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'] {
2038
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:ta_left td[data-align='left'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'left\'\]\]\:ta_left th[data-align='left'] {
2023
2039
  text-align: left;
2024
2040
  }
2025
2041
 
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'] {
2042
+ .\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:ta_right td[data-align='right'],.\[\&_td\,_\&_th\]\:\[\&\[data-align\=\'right\'\]\]\:ta_right th[data-align='right'] {
2027
2043
  text-align: right;
2028
2044
  }
2029
2045
 
2030
- .disabled\:hover\:text_text\.subtle:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2046
+ .disabled\:hover\:c_text\.subtle:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2031
2047
  color: var(--colors-text-subtle);
2032
2048
  }
2033
2049
 
2034
- .highlighted\:\[\&_svg\]\:text_stroke\.hover[data-highlighted] svg {
2050
+ .highlighted\:\[\&_svg\]\:c_stroke\.hover[data-highlighted] svg {
2035
2051
  color: var(--colors-stroke-hover);
2036
2052
  }
2037
2053
 
@@ -2047,91 +2063,91 @@
2047
2063
  content: counter(list-item, upper-alpha) '. ';
2048
2064
  }
2049
2065
 
2050
- .disabled\:hover\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2066
+ .disabled\:hover\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2051
2067
  border-color: var(--colors-stroke-disabled);
2052
2068
  }
2053
2069
 
2054
- .disabled\:checked\:border_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2070
+ .disabled\:checked\:bd-c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2055
2071
  border-color: var(--colors-stroke-disabled);
2056
2072
  }
2057
2073
 
2058
- .checked\:hover\:border_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2074
+ .checked\:hover\:bd-c_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2059
2075
  border-color: var(--colors-stroke-hover);
2060
2076
  }
2061
2077
 
2062
- .checked\:hover\:ring-color_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2078
+ .checked\:hover\:ring-c_stroke\.hover:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]) {
2063
2079
  outline-color: var(--colors-stroke-hover);
2064
2080
  }
2065
2081
 
2066
- .invalid\:checked\:border_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2082
+ .invalid\:checked\:bd-c_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2067
2083
  border-color: var(--colors-stroke-error);
2068
2084
  }
2069
2085
 
2070
- .invalid\:checked\:ring-color_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2086
+ .invalid\:checked\:ring-c_stroke\.error:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2071
2087
  outline-color: var(--colors-stroke-error);
2072
2088
  }
2073
2089
 
2074
- .invalid\:checked\:bg_surface\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2090
+ .invalid\:checked\:bg-c_surface\.default:is(:invalid, [data-invalid]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) {
2075
2091
  background-color: var(--colors-surface-default);
2076
2092
  }
2077
2093
 
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]) {
2094
+ .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
2095
  outline-color: var(--colors-stroke-error);
2080
2096
  }
2081
2097
 
2082
- .ariaInvalid\:focusWithin\:ring-color_stroke\.error:has([aria-invalid='true']):focus-within,.ariaInvalid\:focusWithin\:ring-color_stroke\.error[aria-invalid='true']:focus-within {
2098
+ .ariaInvalid\:focusWithin\:ring-c_stroke\.error:has([aria-invalid='true']):focus-within,.ariaInvalid\:focusWithin\:ring-c_stroke\.error[aria-invalid='true']:focus-within {
2083
2099
  outline-color: var(--colors-stroke-error);
2084
2100
  }
2085
2101
 
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]) {
2102
+ .\[\&\: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
2103
  outline-color: var(--colors-stroke-subtle);
2088
2104
  }
2089
2105
 
2090
- .\[\&_thead_tr\:nth-child\(2\)_th\]\:empty\:bg_transparent thead tr:nth-child(2) th:is(:empty, [data-empty]) {
2106
+ .\[\&_thead_tr\:nth-child\(2\)_th\]\:empty\:bg-c_transparent thead tr:nth-child(2) th:is(:empty, [data-empty]) {
2091
2107
  background-color: transparent;
2092
2108
  }
2093
2109
 
2094
- .disabled\:hover\:border_stroke\.default:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2110
+ .disabled\:hover\:bd-c_stroke\.default:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) {
2095
2111
  border-color: var(--colors-stroke-default);
2096
2112
  }
2097
2113
 
2098
- .selected\:horizontal\:border-b_transparent:is([aria-selected=true], [data-selected])[data-orientation=horizontal] {
2114
+ .selected\:horizontal\:bd-b-c_transparent:is([aria-selected=true], [data-selected])[data-orientation=horizontal] {
2099
2115
  border-bottom-color: transparent;
2100
2116
  }
2101
2117
 
2102
- .selected\:vertical\:border-r_transparent:is([aria-selected=true], [data-selected])[data-orientation=vertical] {
2118
+ .selected\:vertical\:bd-r-c_transparent:is([aria-selected=true], [data-selected])[data-orientation=vertical] {
2103
2119
  border-right-color: transparent;
2104
2120
  }
2105
2121
 
2106
- .focusWithin\:hover\:ring-color_stroke\.default:focus-within:is(:hover, [data-hover]) {
2122
+ .focusWithin\:hover\:ring-c_stroke\.default:focus-within:is(:hover, [data-hover]) {
2107
2123
  outline-color: var(--colors-stroke-default);
2108
2124
  }
2109
2125
 
2110
- .hover\:focusVisible\:shadow_inset_0_0_0_3px_var\(--shadow-color\):is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2126
+ .hover\:focusVisible\:bx-sh_inset_0_0_0_3px_var\(--shadow-color\):is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2111
2127
  box-shadow: inset 0 0 0 3px var(--shadow-color);
2112
2128
  }
2113
2129
 
2114
- .hover\:\[\&_svg\]\:text_icon\.default:is(:hover, [data-hover]) svg {
2130
+ .hover\:\[\&_svg\]\:c_icon\.default:is(:hover, [data-hover]) svg {
2115
2131
  color: var(--colors-icon-default);
2116
2132
  }
2117
2133
 
2118
- .hover\:disabled\:transform_translateX\(0\):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
2134
+ .hover\:disabled\:trf_translateX\(0\):is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
2119
2135
  transform: translateX(0);
2120
2136
  }
2121
2137
 
2122
- .hover\:\[\&_svg\]\:text_stroke\.hover:is(:hover, [data-hover]) svg {
2138
+ .hover\:\[\&_svg\]\:c_stroke\.hover:is(:hover, [data-hover]) svg {
2123
2139
  color: var(--colors-stroke-hover);
2124
2140
  }
2125
2141
 
2126
- .hover\:invalid\:bg_surface\.dangerSubtle:is(:hover, [data-hover]):is(:invalid, [data-invalid]) {
2142
+ .hover\:invalid\:bg-c_surface\.dangerSubtle:is(:hover, [data-hover]):is(:invalid, [data-invalid]) {
2127
2143
  background-color: var(--colors-surface-danger-subtle);
2128
2144
  }
2129
2145
 
2130
- .hover\:focusVisible\:border_stroke\.default:is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2146
+ .hover\:focusVisible\:bd-c_stroke\.default:is(:hover, [data-hover]):is(:focus-visible, [data-focus-visible]) {
2131
2147
  border-color: var(--colors-stroke-default);
2132
2148
  }
2133
2149
 
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]) {
2150
+ .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
2151
  color: var(--colors-text-disabled);
2136
2152
  }
2137
2153
 
@@ -2139,11 +2155,11 @@
2139
2155
  background: var(--colors-surface-disabled);
2140
2156
  }
2141
2157
 
2142
- .disabled\:hover\:\[\&_svg\]\:text_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) svg {
2158
+ .disabled\:hover\:\[\&_svg\]\:c_stroke\.disabled:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]) svg {
2143
2159
  color: var(--colors-stroke-disabled);
2144
2160
  }
2145
2161
 
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]) {
2162
+ .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
2163
  transform: translateX(120%);
2148
2164
  }
2149
2165
 
@@ -2151,19 +2167,19 @@
2151
2167
  content: counter(list-item, lower-alpha) '. ';
2152
2168
  }
2153
2169
 
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]) {
2170
+ .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
2171
  border-color: var(--colors-stroke-disabled);
2156
2172
  }
2157
2173
 
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]) {
2174
+ .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
2175
  border-color: var(--colors-stroke-hover);
2160
2176
  }
2161
2177
 
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]) {
2178
+ .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
2179
  outline-color: var(--colors-stroke-hover);
2164
2180
  }
2165
2181
 
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]) {
2182
+ .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
2183
  outline-color: var(--colors-stroke-error);
2168
2184
  }
2169
2185
 
@@ -2172,10 +2188,10 @@
2172
2188
  }
2173
2189
 
2174
2190
  @media screen and (min-width: 37.5625rem) {
2175
- .tablet\:rounded_small {
2191
+ .tablet\:bdr_small {
2176
2192
  border-radius: var(--radii-small);
2177
2193
  }
2178
- .tablet\:rounded_sharp {
2194
+ .tablet\:bdr_sharp {
2179
2195
  border-radius: var(--radii-sharp);
2180
2196
  }
2181
2197
  .tablet\:w_50\% {
@@ -2192,18 +2208,12 @@
2192
2208
  }
2193
2209
  .tablet\:clear_left {
2194
2210
  clear: left;
2195
- }
2196
- .tablet\:pe_medium {
2197
- padding-inline-end: var(--spacing-medium);
2198
2211
  }
2199
2212
  .tablet\:float_right {
2200
2213
  float: right;
2201
2214
  }
2202
2215
  .tablet\:clear_right {
2203
2216
  clear: right;
2204
- }
2205
- .tablet\:ps_medium {
2206
- padding-inline-start: var(--spacing-medium);
2207
2217
  }
2208
2218
  }
2209
2219