@tosui/react 0.1.4 → 0.1.5

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 (145) hide show
  1. package/dist/components/Alert/Alert.d.ts.map +1 -1
  2. package/dist/components/Alert/Alert.js.map +1 -1
  3. package/dist/components/Badge/Badge.d.ts.map +1 -1
  4. package/dist/components/Badge/Badge.js.map +1 -1
  5. package/dist/components/Box/Box.d.ts +2 -7
  6. package/dist/components/Box/Box.d.ts.map +1 -1
  7. package/dist/components/Box/Box.js +1 -1
  8. package/dist/components/Box/Box.js.map +1 -1
  9. package/dist/components/Box/borders/borders.d.ts +11 -13
  10. package/dist/components/Box/borders/borders.d.ts.map +1 -1
  11. package/dist/components/Box/borders/borders.js +29 -62
  12. package/dist/components/Box/borders/borders.js.map +1 -1
  13. package/dist/components/Box/borders/borders.module.css +936 -40
  14. package/dist/components/Box/borders/borders.module.css.js +600 -40
  15. package/dist/components/Box/borders/borders.module.css.js.map +1 -1
  16. package/dist/components/Box/colors/colors.d.ts +6 -8
  17. package/dist/components/Box/colors/colors.d.ts.map +1 -1
  18. package/dist/components/Box/colors/colors.js +20 -30
  19. package/dist/components/Box/colors/colors.js.map +1 -1
  20. package/dist/components/Box/colors/colors.module.css +2537 -108
  21. package/dist/components/Box/colors/colors.module.css.js +1620 -108
  22. package/dist/components/Box/colors/colors.module.css.js.map +1 -1
  23. package/dist/components/Box/display/display.d.ts +2 -8
  24. package/dist/components/Box/display/display.d.ts.map +1 -1
  25. package/dist/components/Box/display/display.js +10 -33
  26. package/dist/components/Box/display/display.js.map +1 -1
  27. package/dist/components/Box/flexbox/flexbox.d.ts +12 -14
  28. package/dist/components/Box/flexbox/flexbox.d.ts.map +1 -1
  29. package/dist/components/Box/flexbox/flexbox.js +39 -102
  30. package/dist/components/Box/flexbox/flexbox.js.map +1 -1
  31. package/dist/components/Box/flexbox/flexbox.module.css +1210 -56
  32. package/dist/components/Box/flexbox/flexbox.module.css.js +727 -55
  33. package/dist/components/Box/flexbox/flexbox.module.css.js.map +1 -1
  34. package/dist/components/Box/grid/grid.d.ts.map +1 -1
  35. package/dist/components/Box/grid/grid.js +22 -33
  36. package/dist/components/Box/grid/grid.js.map +1 -1
  37. package/dist/components/Box/grid/grid.module.css +36 -36
  38. package/dist/components/Box/grid/grid.module.css.js +14 -34
  39. package/dist/components/Box/grid/grid.module.css.js.map +1 -1
  40. package/dist/components/Box/inset/inset.d.ts.map +1 -1
  41. package/dist/components/Box/inset/inset.js +8 -52
  42. package/dist/components/Box/inset/inset.js.map +1 -1
  43. package/dist/components/Box/inset/inset.module.css +120 -120
  44. package/dist/components/Box/inset/inset.module.css.js +21 -161
  45. package/dist/components/Box/inset/inset.module.css.js.map +1 -1
  46. package/dist/components/Box/interactions/interactions.d.ts +6 -8
  47. package/dist/components/Box/interactions/interactions.d.ts.map +1 -1
  48. package/dist/components/Box/interactions/interactions.js +20 -30
  49. package/dist/components/Box/interactions/interactions.js.map +1 -1
  50. package/dist/components/Box/interactions/interactions.module.css +891 -38
  51. package/dist/components/Box/interactions/interactions.module.css.js +570 -38
  52. package/dist/components/Box/interactions/interactions.module.css.js.map +1 -1
  53. package/dist/components/Box/margin/margin.d.ts.map +1 -1
  54. package/dist/components/Box/margin/margin.js +8 -52
  55. package/dist/components/Box/margin/margin.js.map +1 -1
  56. package/dist/components/Box/margin/margin.module.css +120 -120
  57. package/dist/components/Box/margin/margin.module.css.js +21 -161
  58. package/dist/components/Box/margin/margin.module.css.js.map +1 -1
  59. package/dist/components/Box/opacity/opacity.d.ts +2 -8
  60. package/dist/components/Box/opacity/opacity.d.ts.map +1 -1
  61. package/dist/components/Box/opacity/opacity.js +10 -33
  62. package/dist/components/Box/opacity/opacity.js.map +1 -1
  63. package/dist/components/Box/overflow/overflow.d.ts +2 -8
  64. package/dist/components/Box/overflow/overflow.d.ts.map +1 -1
  65. package/dist/components/Box/overflow/overflow.js +24 -29
  66. package/dist/components/Box/overflow/overflow.js.map +1 -1
  67. package/dist/components/Box/padding/padding.d.ts.map +1 -1
  68. package/dist/components/Box/padding/padding.js +8 -52
  69. package/dist/components/Box/padding/padding.js.map +1 -1
  70. package/dist/components/Box/padding/padding.module.css +120 -120
  71. package/dist/components/Box/padding/padding.module.css.js +21 -161
  72. package/dist/components/Box/padding/padding.module.css.js.map +1 -1
  73. package/dist/components/Box/position/position.d.ts +2 -8
  74. package/dist/components/Box/position/position.d.ts.map +1 -1
  75. package/dist/components/Box/position/position.js +10 -33
  76. package/dist/components/Box/position/position.js.map +1 -1
  77. package/dist/components/Box/roundness/roundness.d.ts +12 -14
  78. package/dist/components/Box/roundness/roundness.d.ts.map +1 -1
  79. package/dist/components/Box/roundness/roundness.js +26 -62
  80. package/dist/components/Box/roundness/roundness.js.map +1 -1
  81. package/dist/components/Box/roundness/roundness.module.css +937 -40
  82. package/dist/components/Box/roundness/roundness.module.css.js +600 -40
  83. package/dist/components/Box/roundness/roundness.module.css.js.map +1 -1
  84. package/dist/components/Box/shadows/shadows.d.ts +2 -8
  85. package/dist/components/Box/shadows/shadows.d.ts.map +1 -1
  86. package/dist/components/Box/shadows/shadows.js +10 -33
  87. package/dist/components/Box/shadows/shadows.js.map +1 -1
  88. package/dist/components/Box/shared/index.d.ts +1 -0
  89. package/dist/components/Box/shared/index.d.ts.map +1 -1
  90. package/dist/components/Box/shared/responsive.d.ts +36 -0
  91. package/dist/components/Box/shared/responsive.d.ts.map +1 -0
  92. package/dist/components/Box/shared/responsive.js +65 -0
  93. package/dist/components/Box/shared/responsive.js.map +1 -0
  94. package/dist/components/Box/shared/types.d.ts +6 -0
  95. package/dist/components/Box/shared/types.d.ts.map +1 -1
  96. package/dist/components/Box/sizing/sizing.d.ts.map +1 -1
  97. package/dist/components/Box/sizing/sizing.js +5 -37
  98. package/dist/components/Box/sizing/sizing.js.map +1 -1
  99. package/dist/components/Box/sizing/sizing.module.css +175 -183
  100. package/dist/components/Box/sizing/sizing.module.css.js +31 -241
  101. package/dist/components/Box/sizing/sizing.module.css.js.map +1 -1
  102. package/dist/components/Box/text/text.d.ts +6 -8
  103. package/dist/components/Box/text/text.d.ts.map +1 -1
  104. package/dist/components/Box/text/text.js +24 -30
  105. package/dist/components/Box/text/text.js.map +1 -1
  106. package/dist/components/Box/text/text.module.css +562 -24
  107. package/dist/components/Box/text/text.module.css.js +360 -24
  108. package/dist/components/Box/text/text.module.css.js.map +1 -1
  109. package/dist/components/Box/typography/typography.d.ts +7 -9
  110. package/dist/components/Box/typography/typography.d.ts.map +1 -1
  111. package/dist/components/Box/typography/typography.js +33 -19
  112. package/dist/components/Box/typography/typography.js.map +1 -1
  113. package/dist/components/Box/typography/typography.module.css +890 -19
  114. package/dist/components/Box/typography/typography.module.css.js +570 -19
  115. package/dist/components/Box/typography/typography.module.css.js.map +1 -1
  116. package/dist/components/Box/zIndex/zIndex.d.ts +2 -8
  117. package/dist/components/Box/zIndex/zIndex.d.ts.map +1 -1
  118. package/dist/components/Box/zIndex/zIndex.js +10 -33
  119. package/dist/components/Box/zIndex/zIndex.js.map +1 -1
  120. package/dist/components/Flex/Flex.d.ts +5 -6
  121. package/dist/components/Flex/Flex.d.ts.map +1 -1
  122. package/dist/components/Flex/Flex.js +0 -1
  123. package/dist/components/Flex/Flex.js.map +1 -1
  124. package/dist/components/Grid/Grid.d.ts +3 -3
  125. package/dist/components/Grid/Grid.d.ts.map +1 -1
  126. package/dist/components/Grid/Grid.js.map +1 -1
  127. package/dist/components/IconButton/IconButton.d.ts.map +1 -1
  128. package/dist/components/IconButton/IconButton.js.map +1 -1
  129. package/dist/components/Menu/Menu.d.ts.map +1 -1
  130. package/dist/components/Menu/Menu.js +5 -5
  131. package/dist/components/Menu/Menu.js.map +1 -1
  132. package/dist/components/Popover/Popover.d.ts.map +1 -1
  133. package/dist/components/Popover/Popover.js +9 -9
  134. package/dist/components/Popover/Popover.js.map +1 -1
  135. package/dist/components/Progress/Progress.d.ts.map +1 -1
  136. package/dist/components/Progress/Progress.js.map +1 -1
  137. package/dist/components/Stack/Stack.d.ts +2 -1
  138. package/dist/components/Stack/Stack.d.ts.map +1 -1
  139. package/dist/components/Stack/Stack.js.map +1 -1
  140. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  141. package/dist/components/Tooltip/Tooltip.js +5 -5
  142. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  143. package/dist/index.css +9778 -2147
  144. package/dist/styles/styles.css +7 -0
  145. package/package.json +1 -1
@@ -1,112 +1,1624 @@
1
1
  const styles = {
2
- "color-accent-emphasis": "_color-accent-emphasis_1poz8_2",
3
- "color-accent-emphasis:h": "_color-accent-emphasis:h_1poz8_3",
4
- "color-accent": "_color-accent_1poz8_2",
5
- "color-accent:h": "_color-accent:h_1poz8_5",
6
- "color-error-emphasis": "_color-error-emphasis_1poz8_6",
7
- "color-error-emphasis:h": "_color-error-emphasis:h_1poz8_7",
8
- "color-error": "_color-error_1poz8_6",
9
- "color-error:h": "_color-error:h_1poz8_9",
10
- "color-foreground-inverted-muted": "_color-foreground-inverted-muted_1poz8_10",
11
- "color-foreground-inverted-muted:h": "_color-foreground-inverted-muted:h_1poz8_11",
12
- "color-foreground-inverted-subtle": "_color-foreground-inverted-subtle_1poz8_12",
13
- "color-foreground-inverted-subtle:h": "_color-foreground-inverted-subtle:h_1poz8_13",
14
- "color-foreground-inverted": "_color-foreground-inverted_1poz8_10",
15
- "color-foreground-inverted:h": "_color-foreground-inverted:h_1poz8_15",
16
- "color-foreground-muted": "_color-foreground-muted_1poz8_16",
17
- "color-foreground-muted:h": "_color-foreground-muted:h_1poz8_17",
18
- "color-foreground-subtle": "_color-foreground-subtle_1poz8_18",
19
- "color-foreground-subtle:h": "_color-foreground-subtle:h_1poz8_19",
20
- "color-foreground": "_color-foreground_1poz8_10",
21
- "color-foreground:h": "_color-foreground:h_1poz8_21",
22
- "color-info-emphasis": "_color-info-emphasis_1poz8_22",
23
- "color-info-emphasis:h": "_color-info-emphasis:h_1poz8_23",
24
- "color-info": "_color-info_1poz8_22",
25
- "color-info:h": "_color-info:h_1poz8_25",
26
- "color-primary-emphasis": "_color-primary-emphasis_1poz8_26",
27
- "color-primary-emphasis:h": "_color-primary-emphasis:h_1poz8_27",
28
- "color-primary": "_color-primary_1poz8_26",
29
- "color-primary:h": "_color-primary:h_1poz8_29",
30
- "color-success-emphasis": "_color-success-emphasis_1poz8_30",
31
- "color-success-emphasis:h": "_color-success-emphasis:h_1poz8_31",
32
- "color-success": "_color-success_1poz8_30",
33
- "color-success:h": "_color-success:h_1poz8_33",
34
- "color-warning-emphasis": "_color-warning-emphasis_1poz8_34",
35
- "color-warning-emphasis:h": "_color-warning-emphasis:h_1poz8_35",
36
- "color-warning": "_color-warning_1poz8_34",
37
- "color-warning:h": "_color-warning:h_1poz8_37",
38
- "bg-accent-default": "_bg-accent-default_1poz8_40",
39
- "bg-accent-default:h": "_bg-accent-default:h_1poz8_41",
40
- "bg-accent-emphasis": "_bg-accent-emphasis_1poz8_42",
41
- "bg-accent-emphasis:h": "_bg-accent-emphasis:h_1poz8_43",
42
- "bg-accent-subtle": "_bg-accent-subtle_1poz8_44",
43
- "bg-accent-subtle:h": "_bg-accent-subtle:h_1poz8_45",
44
- "bg-background": "_bg-background_1poz8_46",
45
- "bg-background:h": "_bg-background:h_1poz8_47",
46
- "bg-error-default": "_bg-error-default_1poz8_48",
47
- "bg-error-default:h": "_bg-error-default:h_1poz8_49",
48
- "bg-error-emphasis": "_bg-error-emphasis_1poz8_50",
49
- "bg-error-emphasis:h": "_bg-error-emphasis:h_1poz8_51",
50
- "bg-error-subtle": "_bg-error-subtle_1poz8_52",
51
- "bg-error-subtle:h": "_bg-error-subtle:h_1poz8_53",
52
- "bg-foreground": "_bg-foreground_1poz8_54",
53
- "bg-foreground:h": "_bg-foreground:h_1poz8_55",
54
- "bg-info-default": "_bg-info-default_1poz8_56",
55
- "bg-info-default:h": "_bg-info-default:h_1poz8_57",
56
- "bg-info-emphasis": "_bg-info-emphasis_1poz8_58",
57
- "bg-info-emphasis:h": "_bg-info-emphasis:h_1poz8_59",
58
- "bg-info-subtle": "_bg-info-subtle_1poz8_60",
59
- "bg-info-subtle:h": "_bg-info-subtle:h_1poz8_61",
60
- "bg-primary-default": "_bg-primary-default_1poz8_62",
61
- "bg-primary-default:h": "_bg-primary-default:h_1poz8_63",
62
- "bg-primary-emphasis": "_bg-primary-emphasis_1poz8_64",
63
- "bg-primary-emphasis:h": "_bg-primary-emphasis:h_1poz8_65",
64
- "bg-primary-subtle": "_bg-primary-subtle_1poz8_66",
65
- "bg-primary-subtle:h": "_bg-primary-subtle:h_1poz8_67",
66
- "bg-success-default": "_bg-success-default_1poz8_68",
67
- "bg-success-default:h": "_bg-success-default:h_1poz8_69",
68
- "bg-success-emphasis": "_bg-success-emphasis_1poz8_70",
69
- "bg-success-emphasis:h": "_bg-success-emphasis:h_1poz8_71",
70
- "bg-success-subtle": "_bg-success-subtle_1poz8_72",
71
- "bg-success-subtle:h": "_bg-success-subtle:h_1poz8_73",
72
- "bg-surface": "_bg-surface_1poz8_74",
73
- "bg-surface:h": "_bg-surface:h_1poz8_75",
74
- "bg-transparent": "_bg-transparent_1poz8_76",
75
- "bg-transparent:h": "_bg-transparent:h_1poz8_77",
76
- "bg-warning-default": "_bg-warning-default_1poz8_78",
77
- "bg-warning-default:h": "_bg-warning-default:h_1poz8_79",
78
- "bg-warning-emphasis": "_bg-warning-emphasis_1poz8_80",
79
- "bg-warning-emphasis:h": "_bg-warning-emphasis:h_1poz8_81",
80
- "bg-warning-subtle": "_bg-warning-subtle_1poz8_82",
81
- "bg-warning-subtle:h": "_bg-warning-subtle:h_1poz8_83",
82
- "border-color-accent-emphasis": "_border-color-accent-emphasis_1poz8_86",
83
- "border-color-accent-emphasis:h": "_border-color-accent-emphasis:h_1poz8_87",
84
- "border-color-accent": "_border-color-accent_1poz8_86",
85
- "border-color-accent:h": "_border-color-accent:h_1poz8_89",
86
- "border-color-border-muted": "_border-color-border-muted_1poz8_90",
87
- "border-color-border-muted:h": "_border-color-border-muted:h_1poz8_91",
88
- "border-color-border": "_border-color-border_1poz8_90",
89
- "border-color-border:h": "_border-color-border:h_1poz8_93",
90
- "border-color-error-emphasis": "_border-color-error-emphasis_1poz8_94",
91
- "border-color-error-emphasis:h": "_border-color-error-emphasis:h_1poz8_95",
92
- "border-color-error": "_border-color-error_1poz8_94",
93
- "border-color-error:h": "_border-color-error:h_1poz8_97",
94
- "border-color-info-emphasis": "_border-color-info-emphasis_1poz8_98",
95
- "border-color-info-emphasis:h": "_border-color-info-emphasis:h_1poz8_99",
96
- "border-color-info": "_border-color-info_1poz8_98",
97
- "border-color-info:h": "_border-color-info:h_1poz8_101",
98
- "border-color-primary-emphasis": "_border-color-primary-emphasis_1poz8_102",
99
- "border-color-primary-emphasis:h": "_border-color-primary-emphasis:h_1poz8_103",
100
- "border-color-primary": "_border-color-primary_1poz8_102",
101
- "border-color-primary:h": "_border-color-primary:h_1poz8_105",
102
- "border-color-success-emphasis": "_border-color-success-emphasis_1poz8_106",
103
- "border-color-success-emphasis:h": "_border-color-success-emphasis:h_1poz8_107",
104
- "border-color-success": "_border-color-success_1poz8_106",
105
- "border-color-success:h": "_border-color-success:h_1poz8_109",
106
- "border-color-warning-emphasis": "_border-color-warning-emphasis_1poz8_110",
107
- "border-color-warning-emphasis:h": "_border-color-warning-emphasis:h_1poz8_111",
108
- "border-color-warning": "_border-color-warning_1poz8_110",
109
- "border-color-warning:h": "_border-color-warning:h_1poz8_113"
2
+ "color-accent-emphasis": "_color-accent-emphasis_138he_3",
3
+ "color-accent-emphasis:h": "_color-accent-emphasis:h_138he_4",
4
+ "color-accent-emphasis:f": "_color-accent-emphasis:f_138he_5",
5
+ "color-accent-emphasis:a": "_color-accent-emphasis:a_138he_6",
6
+ "color-accent-emphasis:d": "_color-accent-emphasis:d_138he_7",
7
+ "color-accent-emphasis_sm": "_color-accent-emphasis_sm_138he_10",
8
+ "color-accent-emphasis_sm:h": "_color-accent-emphasis_sm:h_138he_11",
9
+ "color-accent-emphasis_sm:f": "_color-accent-emphasis_sm:f_138he_12",
10
+ "color-accent-emphasis_sm:a": "_color-accent-emphasis_sm:a_138he_13",
11
+ "color-accent-emphasis_sm:d": "_color-accent-emphasis_sm:d_138he_14",
12
+ "color-accent-emphasis_md": "_color-accent-emphasis_md_138he_18",
13
+ "color-accent-emphasis_md:h": "_color-accent-emphasis_md:h_138he_19",
14
+ "color-accent-emphasis_md:f": "_color-accent-emphasis_md:f_138he_20",
15
+ "color-accent-emphasis_md:a": "_color-accent-emphasis_md:a_138he_21",
16
+ "color-accent-emphasis_md:d": "_color-accent-emphasis_md:d_138he_22",
17
+ "color-accent-emphasis_lg": "_color-accent-emphasis_lg_138he_26",
18
+ "color-accent-emphasis_lg:h": "_color-accent-emphasis_lg:h_138he_27",
19
+ "color-accent-emphasis_lg:f": "_color-accent-emphasis_lg:f_138he_28",
20
+ "color-accent-emphasis_lg:a": "_color-accent-emphasis_lg:a_138he_29",
21
+ "color-accent-emphasis_lg:d": "_color-accent-emphasis_lg:d_138he_30",
22
+ "color-accent-emphasis_xl": "_color-accent-emphasis_xl_138he_34",
23
+ "color-accent-emphasis_xl:h": "_color-accent-emphasis_xl:h_138he_35",
24
+ "color-accent-emphasis_xl:f": "_color-accent-emphasis_xl:f_138he_36",
25
+ "color-accent-emphasis_xl:a": "_color-accent-emphasis_xl:a_138he_37",
26
+ "color-accent-emphasis_xl:d": "_color-accent-emphasis_xl:d_138he_38",
27
+ "color-accent-emphasis_2xl": "_color-accent-emphasis_2xl_138he_42",
28
+ "color-accent-emphasis_2xl:h": "_color-accent-emphasis_2xl:h_138he_43",
29
+ "color-accent-emphasis_2xl:f": "_color-accent-emphasis_2xl:f_138he_44",
30
+ "color-accent-emphasis_2xl:a": "_color-accent-emphasis_2xl:a_138he_45",
31
+ "color-accent-emphasis_2xl:d": "_color-accent-emphasis_2xl:d_138he_46",
32
+ "color-accent": "_color-accent_138he_3",
33
+ "color-accent:h": "_color-accent:h_138he_51",
34
+ "color-accent:f": "_color-accent:f_138he_52",
35
+ "color-accent:a": "_color-accent:a_138he_53",
36
+ "color-accent:d": "_color-accent:d_138he_54",
37
+ "color-accent_sm": "_color-accent_sm_138he_57",
38
+ "color-accent_sm:h": "_color-accent_sm:h_138he_58",
39
+ "color-accent_sm:f": "_color-accent_sm:f_138he_59",
40
+ "color-accent_sm:a": "_color-accent_sm:a_138he_60",
41
+ "color-accent_sm:d": "_color-accent_sm:d_138he_61",
42
+ "color-accent_md": "_color-accent_md_138he_65",
43
+ "color-accent_md:h": "_color-accent_md:h_138he_66",
44
+ "color-accent_md:f": "_color-accent_md:f_138he_67",
45
+ "color-accent_md:a": "_color-accent_md:a_138he_68",
46
+ "color-accent_md:d": "_color-accent_md:d_138he_69",
47
+ "color-accent_lg": "_color-accent_lg_138he_73",
48
+ "color-accent_lg:h": "_color-accent_lg:h_138he_74",
49
+ "color-accent_lg:f": "_color-accent_lg:f_138he_75",
50
+ "color-accent_lg:a": "_color-accent_lg:a_138he_76",
51
+ "color-accent_lg:d": "_color-accent_lg:d_138he_77",
52
+ "color-accent_xl": "_color-accent_xl_138he_81",
53
+ "color-accent_xl:h": "_color-accent_xl:h_138he_82",
54
+ "color-accent_xl:f": "_color-accent_xl:f_138he_83",
55
+ "color-accent_xl:a": "_color-accent_xl:a_138he_84",
56
+ "color-accent_xl:d": "_color-accent_xl:d_138he_85",
57
+ "color-accent_2xl": "_color-accent_2xl_138he_89",
58
+ "color-accent_2xl:h": "_color-accent_2xl:h_138he_90",
59
+ "color-accent_2xl:f": "_color-accent_2xl:f_138he_91",
60
+ "color-accent_2xl:a": "_color-accent_2xl:a_138he_92",
61
+ "color-accent_2xl:d": "_color-accent_2xl:d_138he_93",
62
+ "color-error-emphasis": "_color-error-emphasis_138he_97",
63
+ "color-error-emphasis:h": "_color-error-emphasis:h_138he_98",
64
+ "color-error-emphasis:f": "_color-error-emphasis:f_138he_99",
65
+ "color-error-emphasis:a": "_color-error-emphasis:a_138he_100",
66
+ "color-error-emphasis:d": "_color-error-emphasis:d_138he_101",
67
+ "color-error-emphasis_sm": "_color-error-emphasis_sm_138he_104",
68
+ "color-error-emphasis_sm:h": "_color-error-emphasis_sm:h_138he_105",
69
+ "color-error-emphasis_sm:f": "_color-error-emphasis_sm:f_138he_106",
70
+ "color-error-emphasis_sm:a": "_color-error-emphasis_sm:a_138he_107",
71
+ "color-error-emphasis_sm:d": "_color-error-emphasis_sm:d_138he_108",
72
+ "color-error-emphasis_md": "_color-error-emphasis_md_138he_112",
73
+ "color-error-emphasis_md:h": "_color-error-emphasis_md:h_138he_113",
74
+ "color-error-emphasis_md:f": "_color-error-emphasis_md:f_138he_114",
75
+ "color-error-emphasis_md:a": "_color-error-emphasis_md:a_138he_115",
76
+ "color-error-emphasis_md:d": "_color-error-emphasis_md:d_138he_116",
77
+ "color-error-emphasis_lg": "_color-error-emphasis_lg_138he_120",
78
+ "color-error-emphasis_lg:h": "_color-error-emphasis_lg:h_138he_121",
79
+ "color-error-emphasis_lg:f": "_color-error-emphasis_lg:f_138he_122",
80
+ "color-error-emphasis_lg:a": "_color-error-emphasis_lg:a_138he_123",
81
+ "color-error-emphasis_lg:d": "_color-error-emphasis_lg:d_138he_124",
82
+ "color-error-emphasis_xl": "_color-error-emphasis_xl_138he_128",
83
+ "color-error-emphasis_xl:h": "_color-error-emphasis_xl:h_138he_129",
84
+ "color-error-emphasis_xl:f": "_color-error-emphasis_xl:f_138he_130",
85
+ "color-error-emphasis_xl:a": "_color-error-emphasis_xl:a_138he_131",
86
+ "color-error-emphasis_xl:d": "_color-error-emphasis_xl:d_138he_132",
87
+ "color-error-emphasis_2xl": "_color-error-emphasis_2xl_138he_136",
88
+ "color-error-emphasis_2xl:h": "_color-error-emphasis_2xl:h_138he_137",
89
+ "color-error-emphasis_2xl:f": "_color-error-emphasis_2xl:f_138he_138",
90
+ "color-error-emphasis_2xl:a": "_color-error-emphasis_2xl:a_138he_139",
91
+ "color-error-emphasis_2xl:d": "_color-error-emphasis_2xl:d_138he_140",
92
+ "color-error": "_color-error_138he_97",
93
+ "color-error:h": "_color-error:h_138he_145",
94
+ "color-error:f": "_color-error:f_138he_146",
95
+ "color-error:a": "_color-error:a_138he_147",
96
+ "color-error:d": "_color-error:d_138he_148",
97
+ "color-error_sm": "_color-error_sm_138he_151",
98
+ "color-error_sm:h": "_color-error_sm:h_138he_152",
99
+ "color-error_sm:f": "_color-error_sm:f_138he_153",
100
+ "color-error_sm:a": "_color-error_sm:a_138he_154",
101
+ "color-error_sm:d": "_color-error_sm:d_138he_155",
102
+ "color-error_md": "_color-error_md_138he_159",
103
+ "color-error_md:h": "_color-error_md:h_138he_160",
104
+ "color-error_md:f": "_color-error_md:f_138he_161",
105
+ "color-error_md:a": "_color-error_md:a_138he_162",
106
+ "color-error_md:d": "_color-error_md:d_138he_163",
107
+ "color-error_lg": "_color-error_lg_138he_167",
108
+ "color-error_lg:h": "_color-error_lg:h_138he_168",
109
+ "color-error_lg:f": "_color-error_lg:f_138he_169",
110
+ "color-error_lg:a": "_color-error_lg:a_138he_170",
111
+ "color-error_lg:d": "_color-error_lg:d_138he_171",
112
+ "color-error_xl": "_color-error_xl_138he_175",
113
+ "color-error_xl:h": "_color-error_xl:h_138he_176",
114
+ "color-error_xl:f": "_color-error_xl:f_138he_177",
115
+ "color-error_xl:a": "_color-error_xl:a_138he_178",
116
+ "color-error_xl:d": "_color-error_xl:d_138he_179",
117
+ "color-error_2xl": "_color-error_2xl_138he_183",
118
+ "color-error_2xl:h": "_color-error_2xl:h_138he_184",
119
+ "color-error_2xl:f": "_color-error_2xl:f_138he_185",
120
+ "color-error_2xl:a": "_color-error_2xl:a_138he_186",
121
+ "color-error_2xl:d": "_color-error_2xl:d_138he_187",
122
+ "color-foreground-inverted-muted": "_color-foreground-inverted-muted_138he_191",
123
+ "color-foreground-inverted-muted:h": "_color-foreground-inverted-muted:h_138he_192",
124
+ "color-foreground-inverted-muted:f": "_color-foreground-inverted-muted:f_138he_193",
125
+ "color-foreground-inverted-muted:a": "_color-foreground-inverted-muted:a_138he_194",
126
+ "color-foreground-inverted-muted:d": "_color-foreground-inverted-muted:d_138he_195",
127
+ "color-foreground-inverted-muted_sm": "_color-foreground-inverted-muted_sm_138he_198",
128
+ "color-foreground-inverted-muted_sm:h": "_color-foreground-inverted-muted_sm:h_138he_199",
129
+ "color-foreground-inverted-muted_sm:f": "_color-foreground-inverted-muted_sm:f_138he_200",
130
+ "color-foreground-inverted-muted_sm:a": "_color-foreground-inverted-muted_sm:a_138he_201",
131
+ "color-foreground-inverted-muted_sm:d": "_color-foreground-inverted-muted_sm:d_138he_202",
132
+ "color-foreground-inverted-muted_md": "_color-foreground-inverted-muted_md_138he_206",
133
+ "color-foreground-inverted-muted_md:h": "_color-foreground-inverted-muted_md:h_138he_207",
134
+ "color-foreground-inverted-muted_md:f": "_color-foreground-inverted-muted_md:f_138he_208",
135
+ "color-foreground-inverted-muted_md:a": "_color-foreground-inverted-muted_md:a_138he_209",
136
+ "color-foreground-inverted-muted_md:d": "_color-foreground-inverted-muted_md:d_138he_210",
137
+ "color-foreground-inverted-muted_lg": "_color-foreground-inverted-muted_lg_138he_214",
138
+ "color-foreground-inverted-muted_lg:h": "_color-foreground-inverted-muted_lg:h_138he_215",
139
+ "color-foreground-inverted-muted_lg:f": "_color-foreground-inverted-muted_lg:f_138he_216",
140
+ "color-foreground-inverted-muted_lg:a": "_color-foreground-inverted-muted_lg:a_138he_217",
141
+ "color-foreground-inverted-muted_lg:d": "_color-foreground-inverted-muted_lg:d_138he_218",
142
+ "color-foreground-inverted-muted_xl": "_color-foreground-inverted-muted_xl_138he_222",
143
+ "color-foreground-inverted-muted_xl:h": "_color-foreground-inverted-muted_xl:h_138he_223",
144
+ "color-foreground-inverted-muted_xl:f": "_color-foreground-inverted-muted_xl:f_138he_224",
145
+ "color-foreground-inverted-muted_xl:a": "_color-foreground-inverted-muted_xl:a_138he_225",
146
+ "color-foreground-inverted-muted_xl:d": "_color-foreground-inverted-muted_xl:d_138he_226",
147
+ "color-foreground-inverted-muted_2xl": "_color-foreground-inverted-muted_2xl_138he_230",
148
+ "color-foreground-inverted-muted_2xl:h": "_color-foreground-inverted-muted_2xl:h_138he_231",
149
+ "color-foreground-inverted-muted_2xl:f": "_color-foreground-inverted-muted_2xl:f_138he_232",
150
+ "color-foreground-inverted-muted_2xl:a": "_color-foreground-inverted-muted_2xl:a_138he_233",
151
+ "color-foreground-inverted-muted_2xl:d": "_color-foreground-inverted-muted_2xl:d_138he_234",
152
+ "color-foreground-inverted-subtle": "_color-foreground-inverted-subtle_138he_238",
153
+ "color-foreground-inverted-subtle:h": "_color-foreground-inverted-subtle:h_138he_239",
154
+ "color-foreground-inverted-subtle:f": "_color-foreground-inverted-subtle:f_138he_240",
155
+ "color-foreground-inverted-subtle:a": "_color-foreground-inverted-subtle:a_138he_241",
156
+ "color-foreground-inverted-subtle:d": "_color-foreground-inverted-subtle:d_138he_242",
157
+ "color-foreground-inverted-subtle_sm": "_color-foreground-inverted-subtle_sm_138he_245",
158
+ "color-foreground-inverted-subtle_sm:h": "_color-foreground-inverted-subtle_sm:h_138he_246",
159
+ "color-foreground-inverted-subtle_sm:f": "_color-foreground-inverted-subtle_sm:f_138he_247",
160
+ "color-foreground-inverted-subtle_sm:a": "_color-foreground-inverted-subtle_sm:a_138he_248",
161
+ "color-foreground-inverted-subtle_sm:d": "_color-foreground-inverted-subtle_sm:d_138he_249",
162
+ "color-foreground-inverted-subtle_md": "_color-foreground-inverted-subtle_md_138he_253",
163
+ "color-foreground-inverted-subtle_md:h": "_color-foreground-inverted-subtle_md:h_138he_254",
164
+ "color-foreground-inverted-subtle_md:f": "_color-foreground-inverted-subtle_md:f_138he_255",
165
+ "color-foreground-inverted-subtle_md:a": "_color-foreground-inverted-subtle_md:a_138he_256",
166
+ "color-foreground-inverted-subtle_md:d": "_color-foreground-inverted-subtle_md:d_138he_257",
167
+ "color-foreground-inverted-subtle_lg": "_color-foreground-inverted-subtle_lg_138he_261",
168
+ "color-foreground-inverted-subtle_lg:h": "_color-foreground-inverted-subtle_lg:h_138he_262",
169
+ "color-foreground-inverted-subtle_lg:f": "_color-foreground-inverted-subtle_lg:f_138he_263",
170
+ "color-foreground-inverted-subtle_lg:a": "_color-foreground-inverted-subtle_lg:a_138he_264",
171
+ "color-foreground-inverted-subtle_lg:d": "_color-foreground-inverted-subtle_lg:d_138he_265",
172
+ "color-foreground-inverted-subtle_xl": "_color-foreground-inverted-subtle_xl_138he_269",
173
+ "color-foreground-inverted-subtle_xl:h": "_color-foreground-inverted-subtle_xl:h_138he_270",
174
+ "color-foreground-inverted-subtle_xl:f": "_color-foreground-inverted-subtle_xl:f_138he_271",
175
+ "color-foreground-inverted-subtle_xl:a": "_color-foreground-inverted-subtle_xl:a_138he_272",
176
+ "color-foreground-inverted-subtle_xl:d": "_color-foreground-inverted-subtle_xl:d_138he_273",
177
+ "color-foreground-inverted-subtle_2xl": "_color-foreground-inverted-subtle_2xl_138he_277",
178
+ "color-foreground-inverted-subtle_2xl:h": "_color-foreground-inverted-subtle_2xl:h_138he_278",
179
+ "color-foreground-inverted-subtle_2xl:f": "_color-foreground-inverted-subtle_2xl:f_138he_279",
180
+ "color-foreground-inverted-subtle_2xl:a": "_color-foreground-inverted-subtle_2xl:a_138he_280",
181
+ "color-foreground-inverted-subtle_2xl:d": "_color-foreground-inverted-subtle_2xl:d_138he_281",
182
+ "color-foreground-inverted": "_color-foreground-inverted_138he_191",
183
+ "color-foreground-inverted:h": "_color-foreground-inverted:h_138he_286",
184
+ "color-foreground-inverted:f": "_color-foreground-inverted:f_138he_287",
185
+ "color-foreground-inverted:a": "_color-foreground-inverted:a_138he_288",
186
+ "color-foreground-inverted:d": "_color-foreground-inverted:d_138he_289",
187
+ "color-foreground-inverted_sm": "_color-foreground-inverted_sm_138he_292",
188
+ "color-foreground-inverted_sm:h": "_color-foreground-inverted_sm:h_138he_293",
189
+ "color-foreground-inverted_sm:f": "_color-foreground-inverted_sm:f_138he_294",
190
+ "color-foreground-inverted_sm:a": "_color-foreground-inverted_sm:a_138he_295",
191
+ "color-foreground-inverted_sm:d": "_color-foreground-inverted_sm:d_138he_296",
192
+ "color-foreground-inverted_md": "_color-foreground-inverted_md_138he_300",
193
+ "color-foreground-inverted_md:h": "_color-foreground-inverted_md:h_138he_301",
194
+ "color-foreground-inverted_md:f": "_color-foreground-inverted_md:f_138he_302",
195
+ "color-foreground-inverted_md:a": "_color-foreground-inverted_md:a_138he_303",
196
+ "color-foreground-inverted_md:d": "_color-foreground-inverted_md:d_138he_304",
197
+ "color-foreground-inverted_lg": "_color-foreground-inverted_lg_138he_308",
198
+ "color-foreground-inverted_lg:h": "_color-foreground-inverted_lg:h_138he_309",
199
+ "color-foreground-inverted_lg:f": "_color-foreground-inverted_lg:f_138he_310",
200
+ "color-foreground-inverted_lg:a": "_color-foreground-inverted_lg:a_138he_311",
201
+ "color-foreground-inverted_lg:d": "_color-foreground-inverted_lg:d_138he_312",
202
+ "color-foreground-inverted_xl": "_color-foreground-inverted_xl_138he_316",
203
+ "color-foreground-inverted_xl:h": "_color-foreground-inverted_xl:h_138he_317",
204
+ "color-foreground-inverted_xl:f": "_color-foreground-inverted_xl:f_138he_318",
205
+ "color-foreground-inverted_xl:a": "_color-foreground-inverted_xl:a_138he_319",
206
+ "color-foreground-inverted_xl:d": "_color-foreground-inverted_xl:d_138he_320",
207
+ "color-foreground-inverted_2xl": "_color-foreground-inverted_2xl_138he_324",
208
+ "color-foreground-inverted_2xl:h": "_color-foreground-inverted_2xl:h_138he_325",
209
+ "color-foreground-inverted_2xl:f": "_color-foreground-inverted_2xl:f_138he_326",
210
+ "color-foreground-inverted_2xl:a": "_color-foreground-inverted_2xl:a_138he_327",
211
+ "color-foreground-inverted_2xl:d": "_color-foreground-inverted_2xl:d_138he_328",
212
+ "color-foreground-muted": "_color-foreground-muted_138he_332",
213
+ "color-foreground-muted:h": "_color-foreground-muted:h_138he_333",
214
+ "color-foreground-muted:f": "_color-foreground-muted:f_138he_334",
215
+ "color-foreground-muted:a": "_color-foreground-muted:a_138he_335",
216
+ "color-foreground-muted:d": "_color-foreground-muted:d_138he_336",
217
+ "color-foreground-muted_sm": "_color-foreground-muted_sm_138he_339",
218
+ "color-foreground-muted_sm:h": "_color-foreground-muted_sm:h_138he_340",
219
+ "color-foreground-muted_sm:f": "_color-foreground-muted_sm:f_138he_341",
220
+ "color-foreground-muted_sm:a": "_color-foreground-muted_sm:a_138he_342",
221
+ "color-foreground-muted_sm:d": "_color-foreground-muted_sm:d_138he_343",
222
+ "color-foreground-muted_md": "_color-foreground-muted_md_138he_347",
223
+ "color-foreground-muted_md:h": "_color-foreground-muted_md:h_138he_348",
224
+ "color-foreground-muted_md:f": "_color-foreground-muted_md:f_138he_349",
225
+ "color-foreground-muted_md:a": "_color-foreground-muted_md:a_138he_350",
226
+ "color-foreground-muted_md:d": "_color-foreground-muted_md:d_138he_351",
227
+ "color-foreground-muted_lg": "_color-foreground-muted_lg_138he_355",
228
+ "color-foreground-muted_lg:h": "_color-foreground-muted_lg:h_138he_356",
229
+ "color-foreground-muted_lg:f": "_color-foreground-muted_lg:f_138he_357",
230
+ "color-foreground-muted_lg:a": "_color-foreground-muted_lg:a_138he_358",
231
+ "color-foreground-muted_lg:d": "_color-foreground-muted_lg:d_138he_359",
232
+ "color-foreground-muted_xl": "_color-foreground-muted_xl_138he_363",
233
+ "color-foreground-muted_xl:h": "_color-foreground-muted_xl:h_138he_364",
234
+ "color-foreground-muted_xl:f": "_color-foreground-muted_xl:f_138he_365",
235
+ "color-foreground-muted_xl:a": "_color-foreground-muted_xl:a_138he_366",
236
+ "color-foreground-muted_xl:d": "_color-foreground-muted_xl:d_138he_367",
237
+ "color-foreground-muted_2xl": "_color-foreground-muted_2xl_138he_371",
238
+ "color-foreground-muted_2xl:h": "_color-foreground-muted_2xl:h_138he_372",
239
+ "color-foreground-muted_2xl:f": "_color-foreground-muted_2xl:f_138he_373",
240
+ "color-foreground-muted_2xl:a": "_color-foreground-muted_2xl:a_138he_374",
241
+ "color-foreground-muted_2xl:d": "_color-foreground-muted_2xl:d_138he_375",
242
+ "color-foreground-subtle": "_color-foreground-subtle_138he_379",
243
+ "color-foreground-subtle:h": "_color-foreground-subtle:h_138he_380",
244
+ "color-foreground-subtle:f": "_color-foreground-subtle:f_138he_381",
245
+ "color-foreground-subtle:a": "_color-foreground-subtle:a_138he_382",
246
+ "color-foreground-subtle:d": "_color-foreground-subtle:d_138he_383",
247
+ "color-foreground-subtle_sm": "_color-foreground-subtle_sm_138he_386",
248
+ "color-foreground-subtle_sm:h": "_color-foreground-subtle_sm:h_138he_387",
249
+ "color-foreground-subtle_sm:f": "_color-foreground-subtle_sm:f_138he_388",
250
+ "color-foreground-subtle_sm:a": "_color-foreground-subtle_sm:a_138he_389",
251
+ "color-foreground-subtle_sm:d": "_color-foreground-subtle_sm:d_138he_390",
252
+ "color-foreground-subtle_md": "_color-foreground-subtle_md_138he_394",
253
+ "color-foreground-subtle_md:h": "_color-foreground-subtle_md:h_138he_395",
254
+ "color-foreground-subtle_md:f": "_color-foreground-subtle_md:f_138he_396",
255
+ "color-foreground-subtle_md:a": "_color-foreground-subtle_md:a_138he_397",
256
+ "color-foreground-subtle_md:d": "_color-foreground-subtle_md:d_138he_398",
257
+ "color-foreground-subtle_lg": "_color-foreground-subtle_lg_138he_402",
258
+ "color-foreground-subtle_lg:h": "_color-foreground-subtle_lg:h_138he_403",
259
+ "color-foreground-subtle_lg:f": "_color-foreground-subtle_lg:f_138he_404",
260
+ "color-foreground-subtle_lg:a": "_color-foreground-subtle_lg:a_138he_405",
261
+ "color-foreground-subtle_lg:d": "_color-foreground-subtle_lg:d_138he_406",
262
+ "color-foreground-subtle_xl": "_color-foreground-subtle_xl_138he_410",
263
+ "color-foreground-subtle_xl:h": "_color-foreground-subtle_xl:h_138he_411",
264
+ "color-foreground-subtle_xl:f": "_color-foreground-subtle_xl:f_138he_412",
265
+ "color-foreground-subtle_xl:a": "_color-foreground-subtle_xl:a_138he_413",
266
+ "color-foreground-subtle_xl:d": "_color-foreground-subtle_xl:d_138he_414",
267
+ "color-foreground-subtle_2xl": "_color-foreground-subtle_2xl_138he_418",
268
+ "color-foreground-subtle_2xl:h": "_color-foreground-subtle_2xl:h_138he_419",
269
+ "color-foreground-subtle_2xl:f": "_color-foreground-subtle_2xl:f_138he_420",
270
+ "color-foreground-subtle_2xl:a": "_color-foreground-subtle_2xl:a_138he_421",
271
+ "color-foreground-subtle_2xl:d": "_color-foreground-subtle_2xl:d_138he_422",
272
+ "color-foreground": "_color-foreground_138he_191",
273
+ "color-foreground:h": "_color-foreground:h_138he_427",
274
+ "color-foreground:f": "_color-foreground:f_138he_428",
275
+ "color-foreground:a": "_color-foreground:a_138he_429",
276
+ "color-foreground:d": "_color-foreground:d_138he_430",
277
+ "color-foreground_sm": "_color-foreground_sm_138he_433",
278
+ "color-foreground_sm:h": "_color-foreground_sm:h_138he_434",
279
+ "color-foreground_sm:f": "_color-foreground_sm:f_138he_435",
280
+ "color-foreground_sm:a": "_color-foreground_sm:a_138he_436",
281
+ "color-foreground_sm:d": "_color-foreground_sm:d_138he_437",
282
+ "color-foreground_md": "_color-foreground_md_138he_441",
283
+ "color-foreground_md:h": "_color-foreground_md:h_138he_442",
284
+ "color-foreground_md:f": "_color-foreground_md:f_138he_443",
285
+ "color-foreground_md:a": "_color-foreground_md:a_138he_444",
286
+ "color-foreground_md:d": "_color-foreground_md:d_138he_445",
287
+ "color-foreground_lg": "_color-foreground_lg_138he_449",
288
+ "color-foreground_lg:h": "_color-foreground_lg:h_138he_450",
289
+ "color-foreground_lg:f": "_color-foreground_lg:f_138he_451",
290
+ "color-foreground_lg:a": "_color-foreground_lg:a_138he_452",
291
+ "color-foreground_lg:d": "_color-foreground_lg:d_138he_453",
292
+ "color-foreground_xl": "_color-foreground_xl_138he_457",
293
+ "color-foreground_xl:h": "_color-foreground_xl:h_138he_458",
294
+ "color-foreground_xl:f": "_color-foreground_xl:f_138he_459",
295
+ "color-foreground_xl:a": "_color-foreground_xl:a_138he_460",
296
+ "color-foreground_xl:d": "_color-foreground_xl:d_138he_461",
297
+ "color-foreground_2xl": "_color-foreground_2xl_138he_465",
298
+ "color-foreground_2xl:h": "_color-foreground_2xl:h_138he_466",
299
+ "color-foreground_2xl:f": "_color-foreground_2xl:f_138he_467",
300
+ "color-foreground_2xl:a": "_color-foreground_2xl:a_138he_468",
301
+ "color-foreground_2xl:d": "_color-foreground_2xl:d_138he_469",
302
+ "color-info-emphasis": "_color-info-emphasis_138he_473",
303
+ "color-info-emphasis:h": "_color-info-emphasis:h_138he_474",
304
+ "color-info-emphasis:f": "_color-info-emphasis:f_138he_475",
305
+ "color-info-emphasis:a": "_color-info-emphasis:a_138he_476",
306
+ "color-info-emphasis:d": "_color-info-emphasis:d_138he_477",
307
+ "color-info-emphasis_sm": "_color-info-emphasis_sm_138he_480",
308
+ "color-info-emphasis_sm:h": "_color-info-emphasis_sm:h_138he_481",
309
+ "color-info-emphasis_sm:f": "_color-info-emphasis_sm:f_138he_482",
310
+ "color-info-emphasis_sm:a": "_color-info-emphasis_sm:a_138he_483",
311
+ "color-info-emphasis_sm:d": "_color-info-emphasis_sm:d_138he_484",
312
+ "color-info-emphasis_md": "_color-info-emphasis_md_138he_488",
313
+ "color-info-emphasis_md:h": "_color-info-emphasis_md:h_138he_489",
314
+ "color-info-emphasis_md:f": "_color-info-emphasis_md:f_138he_490",
315
+ "color-info-emphasis_md:a": "_color-info-emphasis_md:a_138he_491",
316
+ "color-info-emphasis_md:d": "_color-info-emphasis_md:d_138he_492",
317
+ "color-info-emphasis_lg": "_color-info-emphasis_lg_138he_496",
318
+ "color-info-emphasis_lg:h": "_color-info-emphasis_lg:h_138he_497",
319
+ "color-info-emphasis_lg:f": "_color-info-emphasis_lg:f_138he_498",
320
+ "color-info-emphasis_lg:a": "_color-info-emphasis_lg:a_138he_499",
321
+ "color-info-emphasis_lg:d": "_color-info-emphasis_lg:d_138he_500",
322
+ "color-info-emphasis_xl": "_color-info-emphasis_xl_138he_504",
323
+ "color-info-emphasis_xl:h": "_color-info-emphasis_xl:h_138he_505",
324
+ "color-info-emphasis_xl:f": "_color-info-emphasis_xl:f_138he_506",
325
+ "color-info-emphasis_xl:a": "_color-info-emphasis_xl:a_138he_507",
326
+ "color-info-emphasis_xl:d": "_color-info-emphasis_xl:d_138he_508",
327
+ "color-info-emphasis_2xl": "_color-info-emphasis_2xl_138he_512",
328
+ "color-info-emphasis_2xl:h": "_color-info-emphasis_2xl:h_138he_513",
329
+ "color-info-emphasis_2xl:f": "_color-info-emphasis_2xl:f_138he_514",
330
+ "color-info-emphasis_2xl:a": "_color-info-emphasis_2xl:a_138he_515",
331
+ "color-info-emphasis_2xl:d": "_color-info-emphasis_2xl:d_138he_516",
332
+ "color-info": "_color-info_138he_473",
333
+ "color-info:h": "_color-info:h_138he_521",
334
+ "color-info:f": "_color-info:f_138he_522",
335
+ "color-info:a": "_color-info:a_138he_523",
336
+ "color-info:d": "_color-info:d_138he_524",
337
+ "color-info_sm": "_color-info_sm_138he_527",
338
+ "color-info_sm:h": "_color-info_sm:h_138he_528",
339
+ "color-info_sm:f": "_color-info_sm:f_138he_529",
340
+ "color-info_sm:a": "_color-info_sm:a_138he_530",
341
+ "color-info_sm:d": "_color-info_sm:d_138he_531",
342
+ "color-info_md": "_color-info_md_138he_535",
343
+ "color-info_md:h": "_color-info_md:h_138he_536",
344
+ "color-info_md:f": "_color-info_md:f_138he_537",
345
+ "color-info_md:a": "_color-info_md:a_138he_538",
346
+ "color-info_md:d": "_color-info_md:d_138he_539",
347
+ "color-info_lg": "_color-info_lg_138he_543",
348
+ "color-info_lg:h": "_color-info_lg:h_138he_544",
349
+ "color-info_lg:f": "_color-info_lg:f_138he_545",
350
+ "color-info_lg:a": "_color-info_lg:a_138he_546",
351
+ "color-info_lg:d": "_color-info_lg:d_138he_547",
352
+ "color-info_xl": "_color-info_xl_138he_551",
353
+ "color-info_xl:h": "_color-info_xl:h_138he_552",
354
+ "color-info_xl:f": "_color-info_xl:f_138he_553",
355
+ "color-info_xl:a": "_color-info_xl:a_138he_554",
356
+ "color-info_xl:d": "_color-info_xl:d_138he_555",
357
+ "color-info_2xl": "_color-info_2xl_138he_559",
358
+ "color-info_2xl:h": "_color-info_2xl:h_138he_560",
359
+ "color-info_2xl:f": "_color-info_2xl:f_138he_561",
360
+ "color-info_2xl:a": "_color-info_2xl:a_138he_562",
361
+ "color-info_2xl:d": "_color-info_2xl:d_138he_563",
362
+ "color-primary-emphasis": "_color-primary-emphasis_138he_567",
363
+ "color-primary-emphasis:h": "_color-primary-emphasis:h_138he_568",
364
+ "color-primary-emphasis:f": "_color-primary-emphasis:f_138he_569",
365
+ "color-primary-emphasis:a": "_color-primary-emphasis:a_138he_570",
366
+ "color-primary-emphasis:d": "_color-primary-emphasis:d_138he_571",
367
+ "color-primary-emphasis_sm": "_color-primary-emphasis_sm_138he_574",
368
+ "color-primary-emphasis_sm:h": "_color-primary-emphasis_sm:h_138he_575",
369
+ "color-primary-emphasis_sm:f": "_color-primary-emphasis_sm:f_138he_576",
370
+ "color-primary-emphasis_sm:a": "_color-primary-emphasis_sm:a_138he_577",
371
+ "color-primary-emphasis_sm:d": "_color-primary-emphasis_sm:d_138he_578",
372
+ "color-primary-emphasis_md": "_color-primary-emphasis_md_138he_582",
373
+ "color-primary-emphasis_md:h": "_color-primary-emphasis_md:h_138he_583",
374
+ "color-primary-emphasis_md:f": "_color-primary-emphasis_md:f_138he_584",
375
+ "color-primary-emphasis_md:a": "_color-primary-emphasis_md:a_138he_585",
376
+ "color-primary-emphasis_md:d": "_color-primary-emphasis_md:d_138he_586",
377
+ "color-primary-emphasis_lg": "_color-primary-emphasis_lg_138he_590",
378
+ "color-primary-emphasis_lg:h": "_color-primary-emphasis_lg:h_138he_591",
379
+ "color-primary-emphasis_lg:f": "_color-primary-emphasis_lg:f_138he_592",
380
+ "color-primary-emphasis_lg:a": "_color-primary-emphasis_lg:a_138he_593",
381
+ "color-primary-emphasis_lg:d": "_color-primary-emphasis_lg:d_138he_594",
382
+ "color-primary-emphasis_xl": "_color-primary-emphasis_xl_138he_598",
383
+ "color-primary-emphasis_xl:h": "_color-primary-emphasis_xl:h_138he_599",
384
+ "color-primary-emphasis_xl:f": "_color-primary-emphasis_xl:f_138he_600",
385
+ "color-primary-emphasis_xl:a": "_color-primary-emphasis_xl:a_138he_601",
386
+ "color-primary-emphasis_xl:d": "_color-primary-emphasis_xl:d_138he_602",
387
+ "color-primary-emphasis_2xl": "_color-primary-emphasis_2xl_138he_606",
388
+ "color-primary-emphasis_2xl:h": "_color-primary-emphasis_2xl:h_138he_607",
389
+ "color-primary-emphasis_2xl:f": "_color-primary-emphasis_2xl:f_138he_608",
390
+ "color-primary-emphasis_2xl:a": "_color-primary-emphasis_2xl:a_138he_609",
391
+ "color-primary-emphasis_2xl:d": "_color-primary-emphasis_2xl:d_138he_610",
392
+ "color-primary": "_color-primary_138he_567",
393
+ "color-primary:h": "_color-primary:h_138he_615",
394
+ "color-primary:f": "_color-primary:f_138he_616",
395
+ "color-primary:a": "_color-primary:a_138he_617",
396
+ "color-primary:d": "_color-primary:d_138he_618",
397
+ "color-primary_sm": "_color-primary_sm_138he_621",
398
+ "color-primary_sm:h": "_color-primary_sm:h_138he_622",
399
+ "color-primary_sm:f": "_color-primary_sm:f_138he_623",
400
+ "color-primary_sm:a": "_color-primary_sm:a_138he_624",
401
+ "color-primary_sm:d": "_color-primary_sm:d_138he_625",
402
+ "color-primary_md": "_color-primary_md_138he_629",
403
+ "color-primary_md:h": "_color-primary_md:h_138he_630",
404
+ "color-primary_md:f": "_color-primary_md:f_138he_631",
405
+ "color-primary_md:a": "_color-primary_md:a_138he_632",
406
+ "color-primary_md:d": "_color-primary_md:d_138he_633",
407
+ "color-primary_lg": "_color-primary_lg_138he_637",
408
+ "color-primary_lg:h": "_color-primary_lg:h_138he_638",
409
+ "color-primary_lg:f": "_color-primary_lg:f_138he_639",
410
+ "color-primary_lg:a": "_color-primary_lg:a_138he_640",
411
+ "color-primary_lg:d": "_color-primary_lg:d_138he_641",
412
+ "color-primary_xl": "_color-primary_xl_138he_645",
413
+ "color-primary_xl:h": "_color-primary_xl:h_138he_646",
414
+ "color-primary_xl:f": "_color-primary_xl:f_138he_647",
415
+ "color-primary_xl:a": "_color-primary_xl:a_138he_648",
416
+ "color-primary_xl:d": "_color-primary_xl:d_138he_649",
417
+ "color-primary_2xl": "_color-primary_2xl_138he_653",
418
+ "color-primary_2xl:h": "_color-primary_2xl:h_138he_654",
419
+ "color-primary_2xl:f": "_color-primary_2xl:f_138he_655",
420
+ "color-primary_2xl:a": "_color-primary_2xl:a_138he_656",
421
+ "color-primary_2xl:d": "_color-primary_2xl:d_138he_657",
422
+ "color-success-emphasis": "_color-success-emphasis_138he_661",
423
+ "color-success-emphasis:h": "_color-success-emphasis:h_138he_662",
424
+ "color-success-emphasis:f": "_color-success-emphasis:f_138he_663",
425
+ "color-success-emphasis:a": "_color-success-emphasis:a_138he_664",
426
+ "color-success-emphasis:d": "_color-success-emphasis:d_138he_665",
427
+ "color-success-emphasis_sm": "_color-success-emphasis_sm_138he_668",
428
+ "color-success-emphasis_sm:h": "_color-success-emphasis_sm:h_138he_669",
429
+ "color-success-emphasis_sm:f": "_color-success-emphasis_sm:f_138he_670",
430
+ "color-success-emphasis_sm:a": "_color-success-emphasis_sm:a_138he_671",
431
+ "color-success-emphasis_sm:d": "_color-success-emphasis_sm:d_138he_672",
432
+ "color-success-emphasis_md": "_color-success-emphasis_md_138he_676",
433
+ "color-success-emphasis_md:h": "_color-success-emphasis_md:h_138he_677",
434
+ "color-success-emphasis_md:f": "_color-success-emphasis_md:f_138he_678",
435
+ "color-success-emphasis_md:a": "_color-success-emphasis_md:a_138he_679",
436
+ "color-success-emphasis_md:d": "_color-success-emphasis_md:d_138he_680",
437
+ "color-success-emphasis_lg": "_color-success-emphasis_lg_138he_684",
438
+ "color-success-emphasis_lg:h": "_color-success-emphasis_lg:h_138he_685",
439
+ "color-success-emphasis_lg:f": "_color-success-emphasis_lg:f_138he_686",
440
+ "color-success-emphasis_lg:a": "_color-success-emphasis_lg:a_138he_687",
441
+ "color-success-emphasis_lg:d": "_color-success-emphasis_lg:d_138he_688",
442
+ "color-success-emphasis_xl": "_color-success-emphasis_xl_138he_692",
443
+ "color-success-emphasis_xl:h": "_color-success-emphasis_xl:h_138he_693",
444
+ "color-success-emphasis_xl:f": "_color-success-emphasis_xl:f_138he_694",
445
+ "color-success-emphasis_xl:a": "_color-success-emphasis_xl:a_138he_695",
446
+ "color-success-emphasis_xl:d": "_color-success-emphasis_xl:d_138he_696",
447
+ "color-success-emphasis_2xl": "_color-success-emphasis_2xl_138he_700",
448
+ "color-success-emphasis_2xl:h": "_color-success-emphasis_2xl:h_138he_701",
449
+ "color-success-emphasis_2xl:f": "_color-success-emphasis_2xl:f_138he_702",
450
+ "color-success-emphasis_2xl:a": "_color-success-emphasis_2xl:a_138he_703",
451
+ "color-success-emphasis_2xl:d": "_color-success-emphasis_2xl:d_138he_704",
452
+ "color-success": "_color-success_138he_661",
453
+ "color-success:h": "_color-success:h_138he_709",
454
+ "color-success:f": "_color-success:f_138he_710",
455
+ "color-success:a": "_color-success:a_138he_711",
456
+ "color-success:d": "_color-success:d_138he_712",
457
+ "color-success_sm": "_color-success_sm_138he_715",
458
+ "color-success_sm:h": "_color-success_sm:h_138he_716",
459
+ "color-success_sm:f": "_color-success_sm:f_138he_717",
460
+ "color-success_sm:a": "_color-success_sm:a_138he_718",
461
+ "color-success_sm:d": "_color-success_sm:d_138he_719",
462
+ "color-success_md": "_color-success_md_138he_723",
463
+ "color-success_md:h": "_color-success_md:h_138he_724",
464
+ "color-success_md:f": "_color-success_md:f_138he_725",
465
+ "color-success_md:a": "_color-success_md:a_138he_726",
466
+ "color-success_md:d": "_color-success_md:d_138he_727",
467
+ "color-success_lg": "_color-success_lg_138he_731",
468
+ "color-success_lg:h": "_color-success_lg:h_138he_732",
469
+ "color-success_lg:f": "_color-success_lg:f_138he_733",
470
+ "color-success_lg:a": "_color-success_lg:a_138he_734",
471
+ "color-success_lg:d": "_color-success_lg:d_138he_735",
472
+ "color-success_xl": "_color-success_xl_138he_739",
473
+ "color-success_xl:h": "_color-success_xl:h_138he_740",
474
+ "color-success_xl:f": "_color-success_xl:f_138he_741",
475
+ "color-success_xl:a": "_color-success_xl:a_138he_742",
476
+ "color-success_xl:d": "_color-success_xl:d_138he_743",
477
+ "color-success_2xl": "_color-success_2xl_138he_747",
478
+ "color-success_2xl:h": "_color-success_2xl:h_138he_748",
479
+ "color-success_2xl:f": "_color-success_2xl:f_138he_749",
480
+ "color-success_2xl:a": "_color-success_2xl:a_138he_750",
481
+ "color-success_2xl:d": "_color-success_2xl:d_138he_751",
482
+ "color-warning-emphasis": "_color-warning-emphasis_138he_755",
483
+ "color-warning-emphasis:h": "_color-warning-emphasis:h_138he_756",
484
+ "color-warning-emphasis:f": "_color-warning-emphasis:f_138he_757",
485
+ "color-warning-emphasis:a": "_color-warning-emphasis:a_138he_758",
486
+ "color-warning-emphasis:d": "_color-warning-emphasis:d_138he_759",
487
+ "color-warning-emphasis_sm": "_color-warning-emphasis_sm_138he_762",
488
+ "color-warning-emphasis_sm:h": "_color-warning-emphasis_sm:h_138he_763",
489
+ "color-warning-emphasis_sm:f": "_color-warning-emphasis_sm:f_138he_764",
490
+ "color-warning-emphasis_sm:a": "_color-warning-emphasis_sm:a_138he_765",
491
+ "color-warning-emphasis_sm:d": "_color-warning-emphasis_sm:d_138he_766",
492
+ "color-warning-emphasis_md": "_color-warning-emphasis_md_138he_770",
493
+ "color-warning-emphasis_md:h": "_color-warning-emphasis_md:h_138he_771",
494
+ "color-warning-emphasis_md:f": "_color-warning-emphasis_md:f_138he_772",
495
+ "color-warning-emphasis_md:a": "_color-warning-emphasis_md:a_138he_773",
496
+ "color-warning-emphasis_md:d": "_color-warning-emphasis_md:d_138he_774",
497
+ "color-warning-emphasis_lg": "_color-warning-emphasis_lg_138he_778",
498
+ "color-warning-emphasis_lg:h": "_color-warning-emphasis_lg:h_138he_779",
499
+ "color-warning-emphasis_lg:f": "_color-warning-emphasis_lg:f_138he_780",
500
+ "color-warning-emphasis_lg:a": "_color-warning-emphasis_lg:a_138he_781",
501
+ "color-warning-emphasis_lg:d": "_color-warning-emphasis_lg:d_138he_782",
502
+ "color-warning-emphasis_xl": "_color-warning-emphasis_xl_138he_786",
503
+ "color-warning-emphasis_xl:h": "_color-warning-emphasis_xl:h_138he_787",
504
+ "color-warning-emphasis_xl:f": "_color-warning-emphasis_xl:f_138he_788",
505
+ "color-warning-emphasis_xl:a": "_color-warning-emphasis_xl:a_138he_789",
506
+ "color-warning-emphasis_xl:d": "_color-warning-emphasis_xl:d_138he_790",
507
+ "color-warning-emphasis_2xl": "_color-warning-emphasis_2xl_138he_794",
508
+ "color-warning-emphasis_2xl:h": "_color-warning-emphasis_2xl:h_138he_795",
509
+ "color-warning-emphasis_2xl:f": "_color-warning-emphasis_2xl:f_138he_796",
510
+ "color-warning-emphasis_2xl:a": "_color-warning-emphasis_2xl:a_138he_797",
511
+ "color-warning-emphasis_2xl:d": "_color-warning-emphasis_2xl:d_138he_798",
512
+ "color-warning": "_color-warning_138he_755",
513
+ "color-warning:h": "_color-warning:h_138he_803",
514
+ "color-warning:f": "_color-warning:f_138he_804",
515
+ "color-warning:a": "_color-warning:a_138he_805",
516
+ "color-warning:d": "_color-warning:d_138he_806",
517
+ "color-warning_sm": "_color-warning_sm_138he_809",
518
+ "color-warning_sm:h": "_color-warning_sm:h_138he_810",
519
+ "color-warning_sm:f": "_color-warning_sm:f_138he_811",
520
+ "color-warning_sm:a": "_color-warning_sm:a_138he_812",
521
+ "color-warning_sm:d": "_color-warning_sm:d_138he_813",
522
+ "color-warning_md": "_color-warning_md_138he_817",
523
+ "color-warning_md:h": "_color-warning_md:h_138he_818",
524
+ "color-warning_md:f": "_color-warning_md:f_138he_819",
525
+ "color-warning_md:a": "_color-warning_md:a_138he_820",
526
+ "color-warning_md:d": "_color-warning_md:d_138he_821",
527
+ "color-warning_lg": "_color-warning_lg_138he_825",
528
+ "color-warning_lg:h": "_color-warning_lg:h_138he_826",
529
+ "color-warning_lg:f": "_color-warning_lg:f_138he_827",
530
+ "color-warning_lg:a": "_color-warning_lg:a_138he_828",
531
+ "color-warning_lg:d": "_color-warning_lg:d_138he_829",
532
+ "color-warning_xl": "_color-warning_xl_138he_833",
533
+ "color-warning_xl:h": "_color-warning_xl:h_138he_834",
534
+ "color-warning_xl:f": "_color-warning_xl:f_138he_835",
535
+ "color-warning_xl:a": "_color-warning_xl:a_138he_836",
536
+ "color-warning_xl:d": "_color-warning_xl:d_138he_837",
537
+ "color-warning_2xl": "_color-warning_2xl_138he_841",
538
+ "color-warning_2xl:h": "_color-warning_2xl:h_138he_842",
539
+ "color-warning_2xl:f": "_color-warning_2xl:f_138he_843",
540
+ "color-warning_2xl:a": "_color-warning_2xl:a_138he_844",
541
+ "color-warning_2xl:d": "_color-warning_2xl:d_138he_845",
542
+ "bg-accent-default": "_bg-accent-default_138he_850",
543
+ "bg-accent-default:h": "_bg-accent-default:h_138he_851",
544
+ "bg-accent-default:f": "_bg-accent-default:f_138he_852",
545
+ "bg-accent-default:a": "_bg-accent-default:a_138he_853",
546
+ "bg-accent-default:d": "_bg-accent-default:d_138he_854",
547
+ "bg-accent-default_sm": "_bg-accent-default_sm_138he_857",
548
+ "bg-accent-default_sm:h": "_bg-accent-default_sm:h_138he_858",
549
+ "bg-accent-default_sm:f": "_bg-accent-default_sm:f_138he_859",
550
+ "bg-accent-default_sm:a": "_bg-accent-default_sm:a_138he_860",
551
+ "bg-accent-default_sm:d": "_bg-accent-default_sm:d_138he_861",
552
+ "bg-accent-default_md": "_bg-accent-default_md_138he_865",
553
+ "bg-accent-default_md:h": "_bg-accent-default_md:h_138he_866",
554
+ "bg-accent-default_md:f": "_bg-accent-default_md:f_138he_867",
555
+ "bg-accent-default_md:a": "_bg-accent-default_md:a_138he_868",
556
+ "bg-accent-default_md:d": "_bg-accent-default_md:d_138he_869",
557
+ "bg-accent-default_lg": "_bg-accent-default_lg_138he_873",
558
+ "bg-accent-default_lg:h": "_bg-accent-default_lg:h_138he_874",
559
+ "bg-accent-default_lg:f": "_bg-accent-default_lg:f_138he_875",
560
+ "bg-accent-default_lg:a": "_bg-accent-default_lg:a_138he_876",
561
+ "bg-accent-default_lg:d": "_bg-accent-default_lg:d_138he_877",
562
+ "bg-accent-default_xl": "_bg-accent-default_xl_138he_881",
563
+ "bg-accent-default_xl:h": "_bg-accent-default_xl:h_138he_882",
564
+ "bg-accent-default_xl:f": "_bg-accent-default_xl:f_138he_883",
565
+ "bg-accent-default_xl:a": "_bg-accent-default_xl:a_138he_884",
566
+ "bg-accent-default_xl:d": "_bg-accent-default_xl:d_138he_885",
567
+ "bg-accent-default_2xl": "_bg-accent-default_2xl_138he_889",
568
+ "bg-accent-default_2xl:h": "_bg-accent-default_2xl:h_138he_890",
569
+ "bg-accent-default_2xl:f": "_bg-accent-default_2xl:f_138he_891",
570
+ "bg-accent-default_2xl:a": "_bg-accent-default_2xl:a_138he_892",
571
+ "bg-accent-default_2xl:d": "_bg-accent-default_2xl:d_138he_893",
572
+ "bg-accent-emphasis": "_bg-accent-emphasis_138he_897",
573
+ "bg-accent-emphasis:h": "_bg-accent-emphasis:h_138he_898",
574
+ "bg-accent-emphasis:f": "_bg-accent-emphasis:f_138he_899",
575
+ "bg-accent-emphasis:a": "_bg-accent-emphasis:a_138he_900",
576
+ "bg-accent-emphasis:d": "_bg-accent-emphasis:d_138he_901",
577
+ "bg-accent-emphasis_sm": "_bg-accent-emphasis_sm_138he_904",
578
+ "bg-accent-emphasis_sm:h": "_bg-accent-emphasis_sm:h_138he_905",
579
+ "bg-accent-emphasis_sm:f": "_bg-accent-emphasis_sm:f_138he_906",
580
+ "bg-accent-emphasis_sm:a": "_bg-accent-emphasis_sm:a_138he_907",
581
+ "bg-accent-emphasis_sm:d": "_bg-accent-emphasis_sm:d_138he_908",
582
+ "bg-accent-emphasis_md": "_bg-accent-emphasis_md_138he_912",
583
+ "bg-accent-emphasis_md:h": "_bg-accent-emphasis_md:h_138he_913",
584
+ "bg-accent-emphasis_md:f": "_bg-accent-emphasis_md:f_138he_914",
585
+ "bg-accent-emphasis_md:a": "_bg-accent-emphasis_md:a_138he_915",
586
+ "bg-accent-emphasis_md:d": "_bg-accent-emphasis_md:d_138he_916",
587
+ "bg-accent-emphasis_lg": "_bg-accent-emphasis_lg_138he_920",
588
+ "bg-accent-emphasis_lg:h": "_bg-accent-emphasis_lg:h_138he_921",
589
+ "bg-accent-emphasis_lg:f": "_bg-accent-emphasis_lg:f_138he_922",
590
+ "bg-accent-emphasis_lg:a": "_bg-accent-emphasis_lg:a_138he_923",
591
+ "bg-accent-emphasis_lg:d": "_bg-accent-emphasis_lg:d_138he_924",
592
+ "bg-accent-emphasis_xl": "_bg-accent-emphasis_xl_138he_928",
593
+ "bg-accent-emphasis_xl:h": "_bg-accent-emphasis_xl:h_138he_929",
594
+ "bg-accent-emphasis_xl:f": "_bg-accent-emphasis_xl:f_138he_930",
595
+ "bg-accent-emphasis_xl:a": "_bg-accent-emphasis_xl:a_138he_931",
596
+ "bg-accent-emphasis_xl:d": "_bg-accent-emphasis_xl:d_138he_932",
597
+ "bg-accent-emphasis_2xl": "_bg-accent-emphasis_2xl_138he_936",
598
+ "bg-accent-emphasis_2xl:h": "_bg-accent-emphasis_2xl:h_138he_937",
599
+ "bg-accent-emphasis_2xl:f": "_bg-accent-emphasis_2xl:f_138he_938",
600
+ "bg-accent-emphasis_2xl:a": "_bg-accent-emphasis_2xl:a_138he_939",
601
+ "bg-accent-emphasis_2xl:d": "_bg-accent-emphasis_2xl:d_138he_940",
602
+ "bg-accent-subtle": "_bg-accent-subtle_138he_944",
603
+ "bg-accent-subtle:h": "_bg-accent-subtle:h_138he_945",
604
+ "bg-accent-subtle:f": "_bg-accent-subtle:f_138he_946",
605
+ "bg-accent-subtle:a": "_bg-accent-subtle:a_138he_947",
606
+ "bg-accent-subtle:d": "_bg-accent-subtle:d_138he_948",
607
+ "bg-accent-subtle_sm": "_bg-accent-subtle_sm_138he_951",
608
+ "bg-accent-subtle_sm:h": "_bg-accent-subtle_sm:h_138he_952",
609
+ "bg-accent-subtle_sm:f": "_bg-accent-subtle_sm:f_138he_953",
610
+ "bg-accent-subtle_sm:a": "_bg-accent-subtle_sm:a_138he_954",
611
+ "bg-accent-subtle_sm:d": "_bg-accent-subtle_sm:d_138he_955",
612
+ "bg-accent-subtle_md": "_bg-accent-subtle_md_138he_959",
613
+ "bg-accent-subtle_md:h": "_bg-accent-subtle_md:h_138he_960",
614
+ "bg-accent-subtle_md:f": "_bg-accent-subtle_md:f_138he_961",
615
+ "bg-accent-subtle_md:a": "_bg-accent-subtle_md:a_138he_962",
616
+ "bg-accent-subtle_md:d": "_bg-accent-subtle_md:d_138he_963",
617
+ "bg-accent-subtle_lg": "_bg-accent-subtle_lg_138he_967",
618
+ "bg-accent-subtle_lg:h": "_bg-accent-subtle_lg:h_138he_968",
619
+ "bg-accent-subtle_lg:f": "_bg-accent-subtle_lg:f_138he_969",
620
+ "bg-accent-subtle_lg:a": "_bg-accent-subtle_lg:a_138he_970",
621
+ "bg-accent-subtle_lg:d": "_bg-accent-subtle_lg:d_138he_971",
622
+ "bg-accent-subtle_xl": "_bg-accent-subtle_xl_138he_975",
623
+ "bg-accent-subtle_xl:h": "_bg-accent-subtle_xl:h_138he_976",
624
+ "bg-accent-subtle_xl:f": "_bg-accent-subtle_xl:f_138he_977",
625
+ "bg-accent-subtle_xl:a": "_bg-accent-subtle_xl:a_138he_978",
626
+ "bg-accent-subtle_xl:d": "_bg-accent-subtle_xl:d_138he_979",
627
+ "bg-accent-subtle_2xl": "_bg-accent-subtle_2xl_138he_983",
628
+ "bg-accent-subtle_2xl:h": "_bg-accent-subtle_2xl:h_138he_984",
629
+ "bg-accent-subtle_2xl:f": "_bg-accent-subtle_2xl:f_138he_985",
630
+ "bg-accent-subtle_2xl:a": "_bg-accent-subtle_2xl:a_138he_986",
631
+ "bg-accent-subtle_2xl:d": "_bg-accent-subtle_2xl:d_138he_987",
632
+ "bg-background": "_bg-background_138he_991",
633
+ "bg-background:h": "_bg-background:h_138he_992",
634
+ "bg-background:f": "_bg-background:f_138he_993",
635
+ "bg-background:a": "_bg-background:a_138he_994",
636
+ "bg-background:d": "_bg-background:d_138he_995",
637
+ "bg-background_sm": "_bg-background_sm_138he_998",
638
+ "bg-background_sm:h": "_bg-background_sm:h_138he_999",
639
+ "bg-background_sm:f": "_bg-background_sm:f_138he_1000",
640
+ "bg-background_sm:a": "_bg-background_sm:a_138he_1001",
641
+ "bg-background_sm:d": "_bg-background_sm:d_138he_1002",
642
+ "bg-background_md": "_bg-background_md_138he_1006",
643
+ "bg-background_md:h": "_bg-background_md:h_138he_1007",
644
+ "bg-background_md:f": "_bg-background_md:f_138he_1008",
645
+ "bg-background_md:a": "_bg-background_md:a_138he_1009",
646
+ "bg-background_md:d": "_bg-background_md:d_138he_1010",
647
+ "bg-background_lg": "_bg-background_lg_138he_1014",
648
+ "bg-background_lg:h": "_bg-background_lg:h_138he_1015",
649
+ "bg-background_lg:f": "_bg-background_lg:f_138he_1016",
650
+ "bg-background_lg:a": "_bg-background_lg:a_138he_1017",
651
+ "bg-background_lg:d": "_bg-background_lg:d_138he_1018",
652
+ "bg-background_xl": "_bg-background_xl_138he_1022",
653
+ "bg-background_xl:h": "_bg-background_xl:h_138he_1023",
654
+ "bg-background_xl:f": "_bg-background_xl:f_138he_1024",
655
+ "bg-background_xl:a": "_bg-background_xl:a_138he_1025",
656
+ "bg-background_xl:d": "_bg-background_xl:d_138he_1026",
657
+ "bg-background_2xl": "_bg-background_2xl_138he_1030",
658
+ "bg-background_2xl:h": "_bg-background_2xl:h_138he_1031",
659
+ "bg-background_2xl:f": "_bg-background_2xl:f_138he_1032",
660
+ "bg-background_2xl:a": "_bg-background_2xl:a_138he_1033",
661
+ "bg-background_2xl:d": "_bg-background_2xl:d_138he_1034",
662
+ "bg-error-default": "_bg-error-default_138he_1038",
663
+ "bg-error-default:h": "_bg-error-default:h_138he_1039",
664
+ "bg-error-default:f": "_bg-error-default:f_138he_1040",
665
+ "bg-error-default:a": "_bg-error-default:a_138he_1041",
666
+ "bg-error-default:d": "_bg-error-default:d_138he_1042",
667
+ "bg-error-default_sm": "_bg-error-default_sm_138he_1045",
668
+ "bg-error-default_sm:h": "_bg-error-default_sm:h_138he_1046",
669
+ "bg-error-default_sm:f": "_bg-error-default_sm:f_138he_1047",
670
+ "bg-error-default_sm:a": "_bg-error-default_sm:a_138he_1048",
671
+ "bg-error-default_sm:d": "_bg-error-default_sm:d_138he_1049",
672
+ "bg-error-default_md": "_bg-error-default_md_138he_1053",
673
+ "bg-error-default_md:h": "_bg-error-default_md:h_138he_1054",
674
+ "bg-error-default_md:f": "_bg-error-default_md:f_138he_1055",
675
+ "bg-error-default_md:a": "_bg-error-default_md:a_138he_1056",
676
+ "bg-error-default_md:d": "_bg-error-default_md:d_138he_1057",
677
+ "bg-error-default_lg": "_bg-error-default_lg_138he_1061",
678
+ "bg-error-default_lg:h": "_bg-error-default_lg:h_138he_1062",
679
+ "bg-error-default_lg:f": "_bg-error-default_lg:f_138he_1063",
680
+ "bg-error-default_lg:a": "_bg-error-default_lg:a_138he_1064",
681
+ "bg-error-default_lg:d": "_bg-error-default_lg:d_138he_1065",
682
+ "bg-error-default_xl": "_bg-error-default_xl_138he_1069",
683
+ "bg-error-default_xl:h": "_bg-error-default_xl:h_138he_1070",
684
+ "bg-error-default_xl:f": "_bg-error-default_xl:f_138he_1071",
685
+ "bg-error-default_xl:a": "_bg-error-default_xl:a_138he_1072",
686
+ "bg-error-default_xl:d": "_bg-error-default_xl:d_138he_1073",
687
+ "bg-error-default_2xl": "_bg-error-default_2xl_138he_1077",
688
+ "bg-error-default_2xl:h": "_bg-error-default_2xl:h_138he_1078",
689
+ "bg-error-default_2xl:f": "_bg-error-default_2xl:f_138he_1079",
690
+ "bg-error-default_2xl:a": "_bg-error-default_2xl:a_138he_1080",
691
+ "bg-error-default_2xl:d": "_bg-error-default_2xl:d_138he_1081",
692
+ "bg-error-emphasis": "_bg-error-emphasis_138he_1085",
693
+ "bg-error-emphasis:h": "_bg-error-emphasis:h_138he_1086",
694
+ "bg-error-emphasis:f": "_bg-error-emphasis:f_138he_1087",
695
+ "bg-error-emphasis:a": "_bg-error-emphasis:a_138he_1088",
696
+ "bg-error-emphasis:d": "_bg-error-emphasis:d_138he_1089",
697
+ "bg-error-emphasis_sm": "_bg-error-emphasis_sm_138he_1092",
698
+ "bg-error-emphasis_sm:h": "_bg-error-emphasis_sm:h_138he_1093",
699
+ "bg-error-emphasis_sm:f": "_bg-error-emphasis_sm:f_138he_1094",
700
+ "bg-error-emphasis_sm:a": "_bg-error-emphasis_sm:a_138he_1095",
701
+ "bg-error-emphasis_sm:d": "_bg-error-emphasis_sm:d_138he_1096",
702
+ "bg-error-emphasis_md": "_bg-error-emphasis_md_138he_1100",
703
+ "bg-error-emphasis_md:h": "_bg-error-emphasis_md:h_138he_1101",
704
+ "bg-error-emphasis_md:f": "_bg-error-emphasis_md:f_138he_1102",
705
+ "bg-error-emphasis_md:a": "_bg-error-emphasis_md:a_138he_1103",
706
+ "bg-error-emphasis_md:d": "_bg-error-emphasis_md:d_138he_1104",
707
+ "bg-error-emphasis_lg": "_bg-error-emphasis_lg_138he_1108",
708
+ "bg-error-emphasis_lg:h": "_bg-error-emphasis_lg:h_138he_1109",
709
+ "bg-error-emphasis_lg:f": "_bg-error-emphasis_lg:f_138he_1110",
710
+ "bg-error-emphasis_lg:a": "_bg-error-emphasis_lg:a_138he_1111",
711
+ "bg-error-emphasis_lg:d": "_bg-error-emphasis_lg:d_138he_1112",
712
+ "bg-error-emphasis_xl": "_bg-error-emphasis_xl_138he_1116",
713
+ "bg-error-emphasis_xl:h": "_bg-error-emphasis_xl:h_138he_1117",
714
+ "bg-error-emphasis_xl:f": "_bg-error-emphasis_xl:f_138he_1118",
715
+ "bg-error-emphasis_xl:a": "_bg-error-emphasis_xl:a_138he_1119",
716
+ "bg-error-emphasis_xl:d": "_bg-error-emphasis_xl:d_138he_1120",
717
+ "bg-error-emphasis_2xl": "_bg-error-emphasis_2xl_138he_1124",
718
+ "bg-error-emphasis_2xl:h": "_bg-error-emphasis_2xl:h_138he_1125",
719
+ "bg-error-emphasis_2xl:f": "_bg-error-emphasis_2xl:f_138he_1126",
720
+ "bg-error-emphasis_2xl:a": "_bg-error-emphasis_2xl:a_138he_1127",
721
+ "bg-error-emphasis_2xl:d": "_bg-error-emphasis_2xl:d_138he_1128",
722
+ "bg-error-subtle": "_bg-error-subtle_138he_1132",
723
+ "bg-error-subtle:h": "_bg-error-subtle:h_138he_1133",
724
+ "bg-error-subtle:f": "_bg-error-subtle:f_138he_1134",
725
+ "bg-error-subtle:a": "_bg-error-subtle:a_138he_1135",
726
+ "bg-error-subtle:d": "_bg-error-subtle:d_138he_1136",
727
+ "bg-error-subtle_sm": "_bg-error-subtle_sm_138he_1139",
728
+ "bg-error-subtle_sm:h": "_bg-error-subtle_sm:h_138he_1140",
729
+ "bg-error-subtle_sm:f": "_bg-error-subtle_sm:f_138he_1141",
730
+ "bg-error-subtle_sm:a": "_bg-error-subtle_sm:a_138he_1142",
731
+ "bg-error-subtle_sm:d": "_bg-error-subtle_sm:d_138he_1143",
732
+ "bg-error-subtle_md": "_bg-error-subtle_md_138he_1147",
733
+ "bg-error-subtle_md:h": "_bg-error-subtle_md:h_138he_1148",
734
+ "bg-error-subtle_md:f": "_bg-error-subtle_md:f_138he_1149",
735
+ "bg-error-subtle_md:a": "_bg-error-subtle_md:a_138he_1150",
736
+ "bg-error-subtle_md:d": "_bg-error-subtle_md:d_138he_1151",
737
+ "bg-error-subtle_lg": "_bg-error-subtle_lg_138he_1155",
738
+ "bg-error-subtle_lg:h": "_bg-error-subtle_lg:h_138he_1156",
739
+ "bg-error-subtle_lg:f": "_bg-error-subtle_lg:f_138he_1157",
740
+ "bg-error-subtle_lg:a": "_bg-error-subtle_lg:a_138he_1158",
741
+ "bg-error-subtle_lg:d": "_bg-error-subtle_lg:d_138he_1159",
742
+ "bg-error-subtle_xl": "_bg-error-subtle_xl_138he_1163",
743
+ "bg-error-subtle_xl:h": "_bg-error-subtle_xl:h_138he_1164",
744
+ "bg-error-subtle_xl:f": "_bg-error-subtle_xl:f_138he_1165",
745
+ "bg-error-subtle_xl:a": "_bg-error-subtle_xl:a_138he_1166",
746
+ "bg-error-subtle_xl:d": "_bg-error-subtle_xl:d_138he_1167",
747
+ "bg-error-subtle_2xl": "_bg-error-subtle_2xl_138he_1171",
748
+ "bg-error-subtle_2xl:h": "_bg-error-subtle_2xl:h_138he_1172",
749
+ "bg-error-subtle_2xl:f": "_bg-error-subtle_2xl:f_138he_1173",
750
+ "bg-error-subtle_2xl:a": "_bg-error-subtle_2xl:a_138he_1174",
751
+ "bg-error-subtle_2xl:d": "_bg-error-subtle_2xl:d_138he_1175",
752
+ "bg-foreground": "_bg-foreground_138he_1179",
753
+ "bg-foreground:h": "_bg-foreground:h_138he_1180",
754
+ "bg-foreground:f": "_bg-foreground:f_138he_1181",
755
+ "bg-foreground:a": "_bg-foreground:a_138he_1182",
756
+ "bg-foreground:d": "_bg-foreground:d_138he_1183",
757
+ "bg-foreground_sm": "_bg-foreground_sm_138he_1186",
758
+ "bg-foreground_sm:h": "_bg-foreground_sm:h_138he_1187",
759
+ "bg-foreground_sm:f": "_bg-foreground_sm:f_138he_1188",
760
+ "bg-foreground_sm:a": "_bg-foreground_sm:a_138he_1189",
761
+ "bg-foreground_sm:d": "_bg-foreground_sm:d_138he_1190",
762
+ "bg-foreground_md": "_bg-foreground_md_138he_1194",
763
+ "bg-foreground_md:h": "_bg-foreground_md:h_138he_1195",
764
+ "bg-foreground_md:f": "_bg-foreground_md:f_138he_1196",
765
+ "bg-foreground_md:a": "_bg-foreground_md:a_138he_1197",
766
+ "bg-foreground_md:d": "_bg-foreground_md:d_138he_1198",
767
+ "bg-foreground_lg": "_bg-foreground_lg_138he_1202",
768
+ "bg-foreground_lg:h": "_bg-foreground_lg:h_138he_1203",
769
+ "bg-foreground_lg:f": "_bg-foreground_lg:f_138he_1204",
770
+ "bg-foreground_lg:a": "_bg-foreground_lg:a_138he_1205",
771
+ "bg-foreground_lg:d": "_bg-foreground_lg:d_138he_1206",
772
+ "bg-foreground_xl": "_bg-foreground_xl_138he_1210",
773
+ "bg-foreground_xl:h": "_bg-foreground_xl:h_138he_1211",
774
+ "bg-foreground_xl:f": "_bg-foreground_xl:f_138he_1212",
775
+ "bg-foreground_xl:a": "_bg-foreground_xl:a_138he_1213",
776
+ "bg-foreground_xl:d": "_bg-foreground_xl:d_138he_1214",
777
+ "bg-foreground_2xl": "_bg-foreground_2xl_138he_1218",
778
+ "bg-foreground_2xl:h": "_bg-foreground_2xl:h_138he_1219",
779
+ "bg-foreground_2xl:f": "_bg-foreground_2xl:f_138he_1220",
780
+ "bg-foreground_2xl:a": "_bg-foreground_2xl:a_138he_1221",
781
+ "bg-foreground_2xl:d": "_bg-foreground_2xl:d_138he_1222",
782
+ "bg-info-default": "_bg-info-default_138he_1226",
783
+ "bg-info-default:h": "_bg-info-default:h_138he_1227",
784
+ "bg-info-default:f": "_bg-info-default:f_138he_1228",
785
+ "bg-info-default:a": "_bg-info-default:a_138he_1229",
786
+ "bg-info-default:d": "_bg-info-default:d_138he_1230",
787
+ "bg-info-default_sm": "_bg-info-default_sm_138he_1233",
788
+ "bg-info-default_sm:h": "_bg-info-default_sm:h_138he_1234",
789
+ "bg-info-default_sm:f": "_bg-info-default_sm:f_138he_1235",
790
+ "bg-info-default_sm:a": "_bg-info-default_sm:a_138he_1236",
791
+ "bg-info-default_sm:d": "_bg-info-default_sm:d_138he_1237",
792
+ "bg-info-default_md": "_bg-info-default_md_138he_1241",
793
+ "bg-info-default_md:h": "_bg-info-default_md:h_138he_1242",
794
+ "bg-info-default_md:f": "_bg-info-default_md:f_138he_1243",
795
+ "bg-info-default_md:a": "_bg-info-default_md:a_138he_1244",
796
+ "bg-info-default_md:d": "_bg-info-default_md:d_138he_1245",
797
+ "bg-info-default_lg": "_bg-info-default_lg_138he_1249",
798
+ "bg-info-default_lg:h": "_bg-info-default_lg:h_138he_1250",
799
+ "bg-info-default_lg:f": "_bg-info-default_lg:f_138he_1251",
800
+ "bg-info-default_lg:a": "_bg-info-default_lg:a_138he_1252",
801
+ "bg-info-default_lg:d": "_bg-info-default_lg:d_138he_1253",
802
+ "bg-info-default_xl": "_bg-info-default_xl_138he_1257",
803
+ "bg-info-default_xl:h": "_bg-info-default_xl:h_138he_1258",
804
+ "bg-info-default_xl:f": "_bg-info-default_xl:f_138he_1259",
805
+ "bg-info-default_xl:a": "_bg-info-default_xl:a_138he_1260",
806
+ "bg-info-default_xl:d": "_bg-info-default_xl:d_138he_1261",
807
+ "bg-info-default_2xl": "_bg-info-default_2xl_138he_1265",
808
+ "bg-info-default_2xl:h": "_bg-info-default_2xl:h_138he_1266",
809
+ "bg-info-default_2xl:f": "_bg-info-default_2xl:f_138he_1267",
810
+ "bg-info-default_2xl:a": "_bg-info-default_2xl:a_138he_1268",
811
+ "bg-info-default_2xl:d": "_bg-info-default_2xl:d_138he_1269",
812
+ "bg-info-emphasis": "_bg-info-emphasis_138he_1273",
813
+ "bg-info-emphasis:h": "_bg-info-emphasis:h_138he_1274",
814
+ "bg-info-emphasis:f": "_bg-info-emphasis:f_138he_1275",
815
+ "bg-info-emphasis:a": "_bg-info-emphasis:a_138he_1276",
816
+ "bg-info-emphasis:d": "_bg-info-emphasis:d_138he_1277",
817
+ "bg-info-emphasis_sm": "_bg-info-emphasis_sm_138he_1280",
818
+ "bg-info-emphasis_sm:h": "_bg-info-emphasis_sm:h_138he_1281",
819
+ "bg-info-emphasis_sm:f": "_bg-info-emphasis_sm:f_138he_1282",
820
+ "bg-info-emphasis_sm:a": "_bg-info-emphasis_sm:a_138he_1283",
821
+ "bg-info-emphasis_sm:d": "_bg-info-emphasis_sm:d_138he_1284",
822
+ "bg-info-emphasis_md": "_bg-info-emphasis_md_138he_1288",
823
+ "bg-info-emphasis_md:h": "_bg-info-emphasis_md:h_138he_1289",
824
+ "bg-info-emphasis_md:f": "_bg-info-emphasis_md:f_138he_1290",
825
+ "bg-info-emphasis_md:a": "_bg-info-emphasis_md:a_138he_1291",
826
+ "bg-info-emphasis_md:d": "_bg-info-emphasis_md:d_138he_1292",
827
+ "bg-info-emphasis_lg": "_bg-info-emphasis_lg_138he_1296",
828
+ "bg-info-emphasis_lg:h": "_bg-info-emphasis_lg:h_138he_1297",
829
+ "bg-info-emphasis_lg:f": "_bg-info-emphasis_lg:f_138he_1298",
830
+ "bg-info-emphasis_lg:a": "_bg-info-emphasis_lg:a_138he_1299",
831
+ "bg-info-emphasis_lg:d": "_bg-info-emphasis_lg:d_138he_1300",
832
+ "bg-info-emphasis_xl": "_bg-info-emphasis_xl_138he_1304",
833
+ "bg-info-emphasis_xl:h": "_bg-info-emphasis_xl:h_138he_1305",
834
+ "bg-info-emphasis_xl:f": "_bg-info-emphasis_xl:f_138he_1306",
835
+ "bg-info-emphasis_xl:a": "_bg-info-emphasis_xl:a_138he_1307",
836
+ "bg-info-emphasis_xl:d": "_bg-info-emphasis_xl:d_138he_1308",
837
+ "bg-info-emphasis_2xl": "_bg-info-emphasis_2xl_138he_1312",
838
+ "bg-info-emphasis_2xl:h": "_bg-info-emphasis_2xl:h_138he_1313",
839
+ "bg-info-emphasis_2xl:f": "_bg-info-emphasis_2xl:f_138he_1314",
840
+ "bg-info-emphasis_2xl:a": "_bg-info-emphasis_2xl:a_138he_1315",
841
+ "bg-info-emphasis_2xl:d": "_bg-info-emphasis_2xl:d_138he_1316",
842
+ "bg-info-subtle": "_bg-info-subtle_138he_1320",
843
+ "bg-info-subtle:h": "_bg-info-subtle:h_138he_1321",
844
+ "bg-info-subtle:f": "_bg-info-subtle:f_138he_1322",
845
+ "bg-info-subtle:a": "_bg-info-subtle:a_138he_1323",
846
+ "bg-info-subtle:d": "_bg-info-subtle:d_138he_1324",
847
+ "bg-info-subtle_sm": "_bg-info-subtle_sm_138he_1327",
848
+ "bg-info-subtle_sm:h": "_bg-info-subtle_sm:h_138he_1328",
849
+ "bg-info-subtle_sm:f": "_bg-info-subtle_sm:f_138he_1329",
850
+ "bg-info-subtle_sm:a": "_bg-info-subtle_sm:a_138he_1330",
851
+ "bg-info-subtle_sm:d": "_bg-info-subtle_sm:d_138he_1331",
852
+ "bg-info-subtle_md": "_bg-info-subtle_md_138he_1335",
853
+ "bg-info-subtle_md:h": "_bg-info-subtle_md:h_138he_1336",
854
+ "bg-info-subtle_md:f": "_bg-info-subtle_md:f_138he_1337",
855
+ "bg-info-subtle_md:a": "_bg-info-subtle_md:a_138he_1338",
856
+ "bg-info-subtle_md:d": "_bg-info-subtle_md:d_138he_1339",
857
+ "bg-info-subtle_lg": "_bg-info-subtle_lg_138he_1343",
858
+ "bg-info-subtle_lg:h": "_bg-info-subtle_lg:h_138he_1344",
859
+ "bg-info-subtle_lg:f": "_bg-info-subtle_lg:f_138he_1345",
860
+ "bg-info-subtle_lg:a": "_bg-info-subtle_lg:a_138he_1346",
861
+ "bg-info-subtle_lg:d": "_bg-info-subtle_lg:d_138he_1347",
862
+ "bg-info-subtle_xl": "_bg-info-subtle_xl_138he_1351",
863
+ "bg-info-subtle_xl:h": "_bg-info-subtle_xl:h_138he_1352",
864
+ "bg-info-subtle_xl:f": "_bg-info-subtle_xl:f_138he_1353",
865
+ "bg-info-subtle_xl:a": "_bg-info-subtle_xl:a_138he_1354",
866
+ "bg-info-subtle_xl:d": "_bg-info-subtle_xl:d_138he_1355",
867
+ "bg-info-subtle_2xl": "_bg-info-subtle_2xl_138he_1359",
868
+ "bg-info-subtle_2xl:h": "_bg-info-subtle_2xl:h_138he_1360",
869
+ "bg-info-subtle_2xl:f": "_bg-info-subtle_2xl:f_138he_1361",
870
+ "bg-info-subtle_2xl:a": "_bg-info-subtle_2xl:a_138he_1362",
871
+ "bg-info-subtle_2xl:d": "_bg-info-subtle_2xl:d_138he_1363",
872
+ "bg-primary-default": "_bg-primary-default_138he_1367",
873
+ "bg-primary-default:h": "_bg-primary-default:h_138he_1368",
874
+ "bg-primary-default:f": "_bg-primary-default:f_138he_1369",
875
+ "bg-primary-default:a": "_bg-primary-default:a_138he_1370",
876
+ "bg-primary-default:d": "_bg-primary-default:d_138he_1371",
877
+ "bg-primary-default_sm": "_bg-primary-default_sm_138he_1374",
878
+ "bg-primary-default_sm:h": "_bg-primary-default_sm:h_138he_1375",
879
+ "bg-primary-default_sm:f": "_bg-primary-default_sm:f_138he_1376",
880
+ "bg-primary-default_sm:a": "_bg-primary-default_sm:a_138he_1377",
881
+ "bg-primary-default_sm:d": "_bg-primary-default_sm:d_138he_1378",
882
+ "bg-primary-default_md": "_bg-primary-default_md_138he_1382",
883
+ "bg-primary-default_md:h": "_bg-primary-default_md:h_138he_1383",
884
+ "bg-primary-default_md:f": "_bg-primary-default_md:f_138he_1384",
885
+ "bg-primary-default_md:a": "_bg-primary-default_md:a_138he_1385",
886
+ "bg-primary-default_md:d": "_bg-primary-default_md:d_138he_1386",
887
+ "bg-primary-default_lg": "_bg-primary-default_lg_138he_1390",
888
+ "bg-primary-default_lg:h": "_bg-primary-default_lg:h_138he_1391",
889
+ "bg-primary-default_lg:f": "_bg-primary-default_lg:f_138he_1392",
890
+ "bg-primary-default_lg:a": "_bg-primary-default_lg:a_138he_1393",
891
+ "bg-primary-default_lg:d": "_bg-primary-default_lg:d_138he_1394",
892
+ "bg-primary-default_xl": "_bg-primary-default_xl_138he_1398",
893
+ "bg-primary-default_xl:h": "_bg-primary-default_xl:h_138he_1399",
894
+ "bg-primary-default_xl:f": "_bg-primary-default_xl:f_138he_1400",
895
+ "bg-primary-default_xl:a": "_bg-primary-default_xl:a_138he_1401",
896
+ "bg-primary-default_xl:d": "_bg-primary-default_xl:d_138he_1402",
897
+ "bg-primary-default_2xl": "_bg-primary-default_2xl_138he_1406",
898
+ "bg-primary-default_2xl:h": "_bg-primary-default_2xl:h_138he_1407",
899
+ "bg-primary-default_2xl:f": "_bg-primary-default_2xl:f_138he_1408",
900
+ "bg-primary-default_2xl:a": "_bg-primary-default_2xl:a_138he_1409",
901
+ "bg-primary-default_2xl:d": "_bg-primary-default_2xl:d_138he_1410",
902
+ "bg-primary-emphasis": "_bg-primary-emphasis_138he_1414",
903
+ "bg-primary-emphasis:h": "_bg-primary-emphasis:h_138he_1415",
904
+ "bg-primary-emphasis:f": "_bg-primary-emphasis:f_138he_1416",
905
+ "bg-primary-emphasis:a": "_bg-primary-emphasis:a_138he_1417",
906
+ "bg-primary-emphasis:d": "_bg-primary-emphasis:d_138he_1418",
907
+ "bg-primary-emphasis_sm": "_bg-primary-emphasis_sm_138he_1421",
908
+ "bg-primary-emphasis_sm:h": "_bg-primary-emphasis_sm:h_138he_1422",
909
+ "bg-primary-emphasis_sm:f": "_bg-primary-emphasis_sm:f_138he_1423",
910
+ "bg-primary-emphasis_sm:a": "_bg-primary-emphasis_sm:a_138he_1424",
911
+ "bg-primary-emphasis_sm:d": "_bg-primary-emphasis_sm:d_138he_1425",
912
+ "bg-primary-emphasis_md": "_bg-primary-emphasis_md_138he_1429",
913
+ "bg-primary-emphasis_md:h": "_bg-primary-emphasis_md:h_138he_1430",
914
+ "bg-primary-emphasis_md:f": "_bg-primary-emphasis_md:f_138he_1431",
915
+ "bg-primary-emphasis_md:a": "_bg-primary-emphasis_md:a_138he_1432",
916
+ "bg-primary-emphasis_md:d": "_bg-primary-emphasis_md:d_138he_1433",
917
+ "bg-primary-emphasis_lg": "_bg-primary-emphasis_lg_138he_1437",
918
+ "bg-primary-emphasis_lg:h": "_bg-primary-emphasis_lg:h_138he_1438",
919
+ "bg-primary-emphasis_lg:f": "_bg-primary-emphasis_lg:f_138he_1439",
920
+ "bg-primary-emphasis_lg:a": "_bg-primary-emphasis_lg:a_138he_1440",
921
+ "bg-primary-emphasis_lg:d": "_bg-primary-emphasis_lg:d_138he_1441",
922
+ "bg-primary-emphasis_xl": "_bg-primary-emphasis_xl_138he_1445",
923
+ "bg-primary-emphasis_xl:h": "_bg-primary-emphasis_xl:h_138he_1446",
924
+ "bg-primary-emphasis_xl:f": "_bg-primary-emphasis_xl:f_138he_1447",
925
+ "bg-primary-emphasis_xl:a": "_bg-primary-emphasis_xl:a_138he_1448",
926
+ "bg-primary-emphasis_xl:d": "_bg-primary-emphasis_xl:d_138he_1449",
927
+ "bg-primary-emphasis_2xl": "_bg-primary-emphasis_2xl_138he_1453",
928
+ "bg-primary-emphasis_2xl:h": "_bg-primary-emphasis_2xl:h_138he_1454",
929
+ "bg-primary-emphasis_2xl:f": "_bg-primary-emphasis_2xl:f_138he_1455",
930
+ "bg-primary-emphasis_2xl:a": "_bg-primary-emphasis_2xl:a_138he_1456",
931
+ "bg-primary-emphasis_2xl:d": "_bg-primary-emphasis_2xl:d_138he_1457",
932
+ "bg-primary-subtle": "_bg-primary-subtle_138he_1461",
933
+ "bg-primary-subtle:h": "_bg-primary-subtle:h_138he_1462",
934
+ "bg-primary-subtle:f": "_bg-primary-subtle:f_138he_1463",
935
+ "bg-primary-subtle:a": "_bg-primary-subtle:a_138he_1464",
936
+ "bg-primary-subtle:d": "_bg-primary-subtle:d_138he_1465",
937
+ "bg-primary-subtle_sm": "_bg-primary-subtle_sm_138he_1468",
938
+ "bg-primary-subtle_sm:h": "_bg-primary-subtle_sm:h_138he_1469",
939
+ "bg-primary-subtle_sm:f": "_bg-primary-subtle_sm:f_138he_1470",
940
+ "bg-primary-subtle_sm:a": "_bg-primary-subtle_sm:a_138he_1471",
941
+ "bg-primary-subtle_sm:d": "_bg-primary-subtle_sm:d_138he_1472",
942
+ "bg-primary-subtle_md": "_bg-primary-subtle_md_138he_1476",
943
+ "bg-primary-subtle_md:h": "_bg-primary-subtle_md:h_138he_1477",
944
+ "bg-primary-subtle_md:f": "_bg-primary-subtle_md:f_138he_1478",
945
+ "bg-primary-subtle_md:a": "_bg-primary-subtle_md:a_138he_1479",
946
+ "bg-primary-subtle_md:d": "_bg-primary-subtle_md:d_138he_1480",
947
+ "bg-primary-subtle_lg": "_bg-primary-subtle_lg_138he_1484",
948
+ "bg-primary-subtle_lg:h": "_bg-primary-subtle_lg:h_138he_1485",
949
+ "bg-primary-subtle_lg:f": "_bg-primary-subtle_lg:f_138he_1486",
950
+ "bg-primary-subtle_lg:a": "_bg-primary-subtle_lg:a_138he_1487",
951
+ "bg-primary-subtle_lg:d": "_bg-primary-subtle_lg:d_138he_1488",
952
+ "bg-primary-subtle_xl": "_bg-primary-subtle_xl_138he_1492",
953
+ "bg-primary-subtle_xl:h": "_bg-primary-subtle_xl:h_138he_1493",
954
+ "bg-primary-subtle_xl:f": "_bg-primary-subtle_xl:f_138he_1494",
955
+ "bg-primary-subtle_xl:a": "_bg-primary-subtle_xl:a_138he_1495",
956
+ "bg-primary-subtle_xl:d": "_bg-primary-subtle_xl:d_138he_1496",
957
+ "bg-primary-subtle_2xl": "_bg-primary-subtle_2xl_138he_1500",
958
+ "bg-primary-subtle_2xl:h": "_bg-primary-subtle_2xl:h_138he_1501",
959
+ "bg-primary-subtle_2xl:f": "_bg-primary-subtle_2xl:f_138he_1502",
960
+ "bg-primary-subtle_2xl:a": "_bg-primary-subtle_2xl:a_138he_1503",
961
+ "bg-primary-subtle_2xl:d": "_bg-primary-subtle_2xl:d_138he_1504",
962
+ "bg-success-default": "_bg-success-default_138he_1508",
963
+ "bg-success-default:h": "_bg-success-default:h_138he_1509",
964
+ "bg-success-default:f": "_bg-success-default:f_138he_1510",
965
+ "bg-success-default:a": "_bg-success-default:a_138he_1511",
966
+ "bg-success-default:d": "_bg-success-default:d_138he_1512",
967
+ "bg-success-default_sm": "_bg-success-default_sm_138he_1515",
968
+ "bg-success-default_sm:h": "_bg-success-default_sm:h_138he_1516",
969
+ "bg-success-default_sm:f": "_bg-success-default_sm:f_138he_1517",
970
+ "bg-success-default_sm:a": "_bg-success-default_sm:a_138he_1518",
971
+ "bg-success-default_sm:d": "_bg-success-default_sm:d_138he_1519",
972
+ "bg-success-default_md": "_bg-success-default_md_138he_1523",
973
+ "bg-success-default_md:h": "_bg-success-default_md:h_138he_1524",
974
+ "bg-success-default_md:f": "_bg-success-default_md:f_138he_1525",
975
+ "bg-success-default_md:a": "_bg-success-default_md:a_138he_1526",
976
+ "bg-success-default_md:d": "_bg-success-default_md:d_138he_1527",
977
+ "bg-success-default_lg": "_bg-success-default_lg_138he_1531",
978
+ "bg-success-default_lg:h": "_bg-success-default_lg:h_138he_1532",
979
+ "bg-success-default_lg:f": "_bg-success-default_lg:f_138he_1533",
980
+ "bg-success-default_lg:a": "_bg-success-default_lg:a_138he_1534",
981
+ "bg-success-default_lg:d": "_bg-success-default_lg:d_138he_1535",
982
+ "bg-success-default_xl": "_bg-success-default_xl_138he_1539",
983
+ "bg-success-default_xl:h": "_bg-success-default_xl:h_138he_1540",
984
+ "bg-success-default_xl:f": "_bg-success-default_xl:f_138he_1541",
985
+ "bg-success-default_xl:a": "_bg-success-default_xl:a_138he_1542",
986
+ "bg-success-default_xl:d": "_bg-success-default_xl:d_138he_1543",
987
+ "bg-success-default_2xl": "_bg-success-default_2xl_138he_1547",
988
+ "bg-success-default_2xl:h": "_bg-success-default_2xl:h_138he_1548",
989
+ "bg-success-default_2xl:f": "_bg-success-default_2xl:f_138he_1549",
990
+ "bg-success-default_2xl:a": "_bg-success-default_2xl:a_138he_1550",
991
+ "bg-success-default_2xl:d": "_bg-success-default_2xl:d_138he_1551",
992
+ "bg-success-emphasis": "_bg-success-emphasis_138he_1555",
993
+ "bg-success-emphasis:h": "_bg-success-emphasis:h_138he_1556",
994
+ "bg-success-emphasis:f": "_bg-success-emphasis:f_138he_1557",
995
+ "bg-success-emphasis:a": "_bg-success-emphasis:a_138he_1558",
996
+ "bg-success-emphasis:d": "_bg-success-emphasis:d_138he_1559",
997
+ "bg-success-emphasis_sm": "_bg-success-emphasis_sm_138he_1562",
998
+ "bg-success-emphasis_sm:h": "_bg-success-emphasis_sm:h_138he_1563",
999
+ "bg-success-emphasis_sm:f": "_bg-success-emphasis_sm:f_138he_1564",
1000
+ "bg-success-emphasis_sm:a": "_bg-success-emphasis_sm:a_138he_1565",
1001
+ "bg-success-emphasis_sm:d": "_bg-success-emphasis_sm:d_138he_1566",
1002
+ "bg-success-emphasis_md": "_bg-success-emphasis_md_138he_1570",
1003
+ "bg-success-emphasis_md:h": "_bg-success-emphasis_md:h_138he_1571",
1004
+ "bg-success-emphasis_md:f": "_bg-success-emphasis_md:f_138he_1572",
1005
+ "bg-success-emphasis_md:a": "_bg-success-emphasis_md:a_138he_1573",
1006
+ "bg-success-emphasis_md:d": "_bg-success-emphasis_md:d_138he_1574",
1007
+ "bg-success-emphasis_lg": "_bg-success-emphasis_lg_138he_1578",
1008
+ "bg-success-emphasis_lg:h": "_bg-success-emphasis_lg:h_138he_1579",
1009
+ "bg-success-emphasis_lg:f": "_bg-success-emphasis_lg:f_138he_1580",
1010
+ "bg-success-emphasis_lg:a": "_bg-success-emphasis_lg:a_138he_1581",
1011
+ "bg-success-emphasis_lg:d": "_bg-success-emphasis_lg:d_138he_1582",
1012
+ "bg-success-emphasis_xl": "_bg-success-emphasis_xl_138he_1586",
1013
+ "bg-success-emphasis_xl:h": "_bg-success-emphasis_xl:h_138he_1587",
1014
+ "bg-success-emphasis_xl:f": "_bg-success-emphasis_xl:f_138he_1588",
1015
+ "bg-success-emphasis_xl:a": "_bg-success-emphasis_xl:a_138he_1589",
1016
+ "bg-success-emphasis_xl:d": "_bg-success-emphasis_xl:d_138he_1590",
1017
+ "bg-success-emphasis_2xl": "_bg-success-emphasis_2xl_138he_1594",
1018
+ "bg-success-emphasis_2xl:h": "_bg-success-emphasis_2xl:h_138he_1595",
1019
+ "bg-success-emphasis_2xl:f": "_bg-success-emphasis_2xl:f_138he_1596",
1020
+ "bg-success-emphasis_2xl:a": "_bg-success-emphasis_2xl:a_138he_1597",
1021
+ "bg-success-emphasis_2xl:d": "_bg-success-emphasis_2xl:d_138he_1598",
1022
+ "bg-success-subtle": "_bg-success-subtle_138he_1602",
1023
+ "bg-success-subtle:h": "_bg-success-subtle:h_138he_1603",
1024
+ "bg-success-subtle:f": "_bg-success-subtle:f_138he_1604",
1025
+ "bg-success-subtle:a": "_bg-success-subtle:a_138he_1605",
1026
+ "bg-success-subtle:d": "_bg-success-subtle:d_138he_1606",
1027
+ "bg-success-subtle_sm": "_bg-success-subtle_sm_138he_1609",
1028
+ "bg-success-subtle_sm:h": "_bg-success-subtle_sm:h_138he_1610",
1029
+ "bg-success-subtle_sm:f": "_bg-success-subtle_sm:f_138he_1611",
1030
+ "bg-success-subtle_sm:a": "_bg-success-subtle_sm:a_138he_1612",
1031
+ "bg-success-subtle_sm:d": "_bg-success-subtle_sm:d_138he_1613",
1032
+ "bg-success-subtle_md": "_bg-success-subtle_md_138he_1617",
1033
+ "bg-success-subtle_md:h": "_bg-success-subtle_md:h_138he_1618",
1034
+ "bg-success-subtle_md:f": "_bg-success-subtle_md:f_138he_1619",
1035
+ "bg-success-subtle_md:a": "_bg-success-subtle_md:a_138he_1620",
1036
+ "bg-success-subtle_md:d": "_bg-success-subtle_md:d_138he_1621",
1037
+ "bg-success-subtle_lg": "_bg-success-subtle_lg_138he_1625",
1038
+ "bg-success-subtle_lg:h": "_bg-success-subtle_lg:h_138he_1626",
1039
+ "bg-success-subtle_lg:f": "_bg-success-subtle_lg:f_138he_1627",
1040
+ "bg-success-subtle_lg:a": "_bg-success-subtle_lg:a_138he_1628",
1041
+ "bg-success-subtle_lg:d": "_bg-success-subtle_lg:d_138he_1629",
1042
+ "bg-success-subtle_xl": "_bg-success-subtle_xl_138he_1633",
1043
+ "bg-success-subtle_xl:h": "_bg-success-subtle_xl:h_138he_1634",
1044
+ "bg-success-subtle_xl:f": "_bg-success-subtle_xl:f_138he_1635",
1045
+ "bg-success-subtle_xl:a": "_bg-success-subtle_xl:a_138he_1636",
1046
+ "bg-success-subtle_xl:d": "_bg-success-subtle_xl:d_138he_1637",
1047
+ "bg-success-subtle_2xl": "_bg-success-subtle_2xl_138he_1641",
1048
+ "bg-success-subtle_2xl:h": "_bg-success-subtle_2xl:h_138he_1642",
1049
+ "bg-success-subtle_2xl:f": "_bg-success-subtle_2xl:f_138he_1643",
1050
+ "bg-success-subtle_2xl:a": "_bg-success-subtle_2xl:a_138he_1644",
1051
+ "bg-success-subtle_2xl:d": "_bg-success-subtle_2xl:d_138he_1645",
1052
+ "bg-surface": "_bg-surface_138he_1649",
1053
+ "bg-surface:h": "_bg-surface:h_138he_1650",
1054
+ "bg-surface:f": "_bg-surface:f_138he_1651",
1055
+ "bg-surface:a": "_bg-surface:a_138he_1652",
1056
+ "bg-surface:d": "_bg-surface:d_138he_1653",
1057
+ "bg-surface_sm": "_bg-surface_sm_138he_1656",
1058
+ "bg-surface_sm:h": "_bg-surface_sm:h_138he_1657",
1059
+ "bg-surface_sm:f": "_bg-surface_sm:f_138he_1658",
1060
+ "bg-surface_sm:a": "_bg-surface_sm:a_138he_1659",
1061
+ "bg-surface_sm:d": "_bg-surface_sm:d_138he_1660",
1062
+ "bg-surface_md": "_bg-surface_md_138he_1664",
1063
+ "bg-surface_md:h": "_bg-surface_md:h_138he_1665",
1064
+ "bg-surface_md:f": "_bg-surface_md:f_138he_1666",
1065
+ "bg-surface_md:a": "_bg-surface_md:a_138he_1667",
1066
+ "bg-surface_md:d": "_bg-surface_md:d_138he_1668",
1067
+ "bg-surface_lg": "_bg-surface_lg_138he_1672",
1068
+ "bg-surface_lg:h": "_bg-surface_lg:h_138he_1673",
1069
+ "bg-surface_lg:f": "_bg-surface_lg:f_138he_1674",
1070
+ "bg-surface_lg:a": "_bg-surface_lg:a_138he_1675",
1071
+ "bg-surface_lg:d": "_bg-surface_lg:d_138he_1676",
1072
+ "bg-surface_xl": "_bg-surface_xl_138he_1680",
1073
+ "bg-surface_xl:h": "_bg-surface_xl:h_138he_1681",
1074
+ "bg-surface_xl:f": "_bg-surface_xl:f_138he_1682",
1075
+ "bg-surface_xl:a": "_bg-surface_xl:a_138he_1683",
1076
+ "bg-surface_xl:d": "_bg-surface_xl:d_138he_1684",
1077
+ "bg-surface_2xl": "_bg-surface_2xl_138he_1688",
1078
+ "bg-surface_2xl:h": "_bg-surface_2xl:h_138he_1689",
1079
+ "bg-surface_2xl:f": "_bg-surface_2xl:f_138he_1690",
1080
+ "bg-surface_2xl:a": "_bg-surface_2xl:a_138he_1691",
1081
+ "bg-surface_2xl:d": "_bg-surface_2xl:d_138he_1692",
1082
+ "bg-transparent": "_bg-transparent_138he_1696",
1083
+ "bg-transparent:h": "_bg-transparent:h_138he_1697",
1084
+ "bg-transparent:f": "_bg-transparent:f_138he_1698",
1085
+ "bg-transparent:a": "_bg-transparent:a_138he_1699",
1086
+ "bg-transparent:d": "_bg-transparent:d_138he_1700",
1087
+ "bg-transparent_sm": "_bg-transparent_sm_138he_1703",
1088
+ "bg-transparent_sm:h": "_bg-transparent_sm:h_138he_1704",
1089
+ "bg-transparent_sm:f": "_bg-transparent_sm:f_138he_1705",
1090
+ "bg-transparent_sm:a": "_bg-transparent_sm:a_138he_1706",
1091
+ "bg-transparent_sm:d": "_bg-transparent_sm:d_138he_1707",
1092
+ "bg-transparent_md": "_bg-transparent_md_138he_1711",
1093
+ "bg-transparent_md:h": "_bg-transparent_md:h_138he_1712",
1094
+ "bg-transparent_md:f": "_bg-transparent_md:f_138he_1713",
1095
+ "bg-transparent_md:a": "_bg-transparent_md:a_138he_1714",
1096
+ "bg-transparent_md:d": "_bg-transparent_md:d_138he_1715",
1097
+ "bg-transparent_lg": "_bg-transparent_lg_138he_1719",
1098
+ "bg-transparent_lg:h": "_bg-transparent_lg:h_138he_1720",
1099
+ "bg-transparent_lg:f": "_bg-transparent_lg:f_138he_1721",
1100
+ "bg-transparent_lg:a": "_bg-transparent_lg:a_138he_1722",
1101
+ "bg-transparent_lg:d": "_bg-transparent_lg:d_138he_1723",
1102
+ "bg-transparent_xl": "_bg-transparent_xl_138he_1727",
1103
+ "bg-transparent_xl:h": "_bg-transparent_xl:h_138he_1728",
1104
+ "bg-transparent_xl:f": "_bg-transparent_xl:f_138he_1729",
1105
+ "bg-transparent_xl:a": "_bg-transparent_xl:a_138he_1730",
1106
+ "bg-transparent_xl:d": "_bg-transparent_xl:d_138he_1731",
1107
+ "bg-transparent_2xl": "_bg-transparent_2xl_138he_1735",
1108
+ "bg-transparent_2xl:h": "_bg-transparent_2xl:h_138he_1736",
1109
+ "bg-transparent_2xl:f": "_bg-transparent_2xl:f_138he_1737",
1110
+ "bg-transparent_2xl:a": "_bg-transparent_2xl:a_138he_1738",
1111
+ "bg-transparent_2xl:d": "_bg-transparent_2xl:d_138he_1739",
1112
+ "bg-warning-default": "_bg-warning-default_138he_1744",
1113
+ "bg-warning-default:h": "_bg-warning-default:h_138he_1745",
1114
+ "bg-warning-default:f": "_bg-warning-default:f_138he_1746",
1115
+ "bg-warning-default:a": "_bg-warning-default:a_138he_1747",
1116
+ "bg-warning-default:d": "_bg-warning-default:d_138he_1748",
1117
+ "bg-warning-default_sm": "_bg-warning-default_sm_138he_1751",
1118
+ "bg-warning-default_sm:h": "_bg-warning-default_sm:h_138he_1752",
1119
+ "bg-warning-default_sm:f": "_bg-warning-default_sm:f_138he_1753",
1120
+ "bg-warning-default_sm:a": "_bg-warning-default_sm:a_138he_1754",
1121
+ "bg-warning-default_sm:d": "_bg-warning-default_sm:d_138he_1755",
1122
+ "bg-warning-default_md": "_bg-warning-default_md_138he_1759",
1123
+ "bg-warning-default_md:h": "_bg-warning-default_md:h_138he_1760",
1124
+ "bg-warning-default_md:f": "_bg-warning-default_md:f_138he_1761",
1125
+ "bg-warning-default_md:a": "_bg-warning-default_md:a_138he_1762",
1126
+ "bg-warning-default_md:d": "_bg-warning-default_md:d_138he_1763",
1127
+ "bg-warning-default_lg": "_bg-warning-default_lg_138he_1767",
1128
+ "bg-warning-default_lg:h": "_bg-warning-default_lg:h_138he_1768",
1129
+ "bg-warning-default_lg:f": "_bg-warning-default_lg:f_138he_1769",
1130
+ "bg-warning-default_lg:a": "_bg-warning-default_lg:a_138he_1770",
1131
+ "bg-warning-default_lg:d": "_bg-warning-default_lg:d_138he_1771",
1132
+ "bg-warning-default_xl": "_bg-warning-default_xl_138he_1775",
1133
+ "bg-warning-default_xl:h": "_bg-warning-default_xl:h_138he_1776",
1134
+ "bg-warning-default_xl:f": "_bg-warning-default_xl:f_138he_1777",
1135
+ "bg-warning-default_xl:a": "_bg-warning-default_xl:a_138he_1778",
1136
+ "bg-warning-default_xl:d": "_bg-warning-default_xl:d_138he_1779",
1137
+ "bg-warning-default_2xl": "_bg-warning-default_2xl_138he_1783",
1138
+ "bg-warning-default_2xl:h": "_bg-warning-default_2xl:h_138he_1784",
1139
+ "bg-warning-default_2xl:f": "_bg-warning-default_2xl:f_138he_1785",
1140
+ "bg-warning-default_2xl:a": "_bg-warning-default_2xl:a_138he_1786",
1141
+ "bg-warning-default_2xl:d": "_bg-warning-default_2xl:d_138he_1787",
1142
+ "bg-warning-emphasis": "_bg-warning-emphasis_138he_1791",
1143
+ "bg-warning-emphasis:h": "_bg-warning-emphasis:h_138he_1792",
1144
+ "bg-warning-emphasis:f": "_bg-warning-emphasis:f_138he_1793",
1145
+ "bg-warning-emphasis:a": "_bg-warning-emphasis:a_138he_1794",
1146
+ "bg-warning-emphasis:d": "_bg-warning-emphasis:d_138he_1795",
1147
+ "bg-warning-emphasis_sm": "_bg-warning-emphasis_sm_138he_1798",
1148
+ "bg-warning-emphasis_sm:h": "_bg-warning-emphasis_sm:h_138he_1799",
1149
+ "bg-warning-emphasis_sm:f": "_bg-warning-emphasis_sm:f_138he_1800",
1150
+ "bg-warning-emphasis_sm:a": "_bg-warning-emphasis_sm:a_138he_1801",
1151
+ "bg-warning-emphasis_sm:d": "_bg-warning-emphasis_sm:d_138he_1802",
1152
+ "bg-warning-emphasis_md": "_bg-warning-emphasis_md_138he_1806",
1153
+ "bg-warning-emphasis_md:h": "_bg-warning-emphasis_md:h_138he_1807",
1154
+ "bg-warning-emphasis_md:f": "_bg-warning-emphasis_md:f_138he_1808",
1155
+ "bg-warning-emphasis_md:a": "_bg-warning-emphasis_md:a_138he_1809",
1156
+ "bg-warning-emphasis_md:d": "_bg-warning-emphasis_md:d_138he_1810",
1157
+ "bg-warning-emphasis_lg": "_bg-warning-emphasis_lg_138he_1814",
1158
+ "bg-warning-emphasis_lg:h": "_bg-warning-emphasis_lg:h_138he_1815",
1159
+ "bg-warning-emphasis_lg:f": "_bg-warning-emphasis_lg:f_138he_1816",
1160
+ "bg-warning-emphasis_lg:a": "_bg-warning-emphasis_lg:a_138he_1817",
1161
+ "bg-warning-emphasis_lg:d": "_bg-warning-emphasis_lg:d_138he_1818",
1162
+ "bg-warning-emphasis_xl": "_bg-warning-emphasis_xl_138he_1822",
1163
+ "bg-warning-emphasis_xl:h": "_bg-warning-emphasis_xl:h_138he_1823",
1164
+ "bg-warning-emphasis_xl:f": "_bg-warning-emphasis_xl:f_138he_1824",
1165
+ "bg-warning-emphasis_xl:a": "_bg-warning-emphasis_xl:a_138he_1825",
1166
+ "bg-warning-emphasis_xl:d": "_bg-warning-emphasis_xl:d_138he_1826",
1167
+ "bg-warning-emphasis_2xl": "_bg-warning-emphasis_2xl_138he_1830",
1168
+ "bg-warning-emphasis_2xl:h": "_bg-warning-emphasis_2xl:h_138he_1831",
1169
+ "bg-warning-emphasis_2xl:f": "_bg-warning-emphasis_2xl:f_138he_1832",
1170
+ "bg-warning-emphasis_2xl:a": "_bg-warning-emphasis_2xl:a_138he_1833",
1171
+ "bg-warning-emphasis_2xl:d": "_bg-warning-emphasis_2xl:d_138he_1834",
1172
+ "bg-warning-subtle": "_bg-warning-subtle_138he_1838",
1173
+ "bg-warning-subtle:h": "_bg-warning-subtle:h_138he_1839",
1174
+ "bg-warning-subtle:f": "_bg-warning-subtle:f_138he_1840",
1175
+ "bg-warning-subtle:a": "_bg-warning-subtle:a_138he_1841",
1176
+ "bg-warning-subtle:d": "_bg-warning-subtle:d_138he_1842",
1177
+ "bg-warning-subtle_sm": "_bg-warning-subtle_sm_138he_1845",
1178
+ "bg-warning-subtle_sm:h": "_bg-warning-subtle_sm:h_138he_1846",
1179
+ "bg-warning-subtle_sm:f": "_bg-warning-subtle_sm:f_138he_1847",
1180
+ "bg-warning-subtle_sm:a": "_bg-warning-subtle_sm:a_138he_1848",
1181
+ "bg-warning-subtle_sm:d": "_bg-warning-subtle_sm:d_138he_1849",
1182
+ "bg-warning-subtle_md": "_bg-warning-subtle_md_138he_1853",
1183
+ "bg-warning-subtle_md:h": "_bg-warning-subtle_md:h_138he_1854",
1184
+ "bg-warning-subtle_md:f": "_bg-warning-subtle_md:f_138he_1855",
1185
+ "bg-warning-subtle_md:a": "_bg-warning-subtle_md:a_138he_1856",
1186
+ "bg-warning-subtle_md:d": "_bg-warning-subtle_md:d_138he_1857",
1187
+ "bg-warning-subtle_lg": "_bg-warning-subtle_lg_138he_1861",
1188
+ "bg-warning-subtle_lg:h": "_bg-warning-subtle_lg:h_138he_1862",
1189
+ "bg-warning-subtle_lg:f": "_bg-warning-subtle_lg:f_138he_1863",
1190
+ "bg-warning-subtle_lg:a": "_bg-warning-subtle_lg:a_138he_1864",
1191
+ "bg-warning-subtle_lg:d": "_bg-warning-subtle_lg:d_138he_1865",
1192
+ "bg-warning-subtle_xl": "_bg-warning-subtle_xl_138he_1869",
1193
+ "bg-warning-subtle_xl:h": "_bg-warning-subtle_xl:h_138he_1870",
1194
+ "bg-warning-subtle_xl:f": "_bg-warning-subtle_xl:f_138he_1871",
1195
+ "bg-warning-subtle_xl:a": "_bg-warning-subtle_xl:a_138he_1872",
1196
+ "bg-warning-subtle_xl:d": "_bg-warning-subtle_xl:d_138he_1873",
1197
+ "bg-warning-subtle_2xl": "_bg-warning-subtle_2xl_138he_1877",
1198
+ "bg-warning-subtle_2xl:h": "_bg-warning-subtle_2xl:h_138he_1878",
1199
+ "bg-warning-subtle_2xl:f": "_bg-warning-subtle_2xl:f_138he_1879",
1200
+ "bg-warning-subtle_2xl:a": "_bg-warning-subtle_2xl:a_138he_1880",
1201
+ "bg-warning-subtle_2xl:d": "_bg-warning-subtle_2xl:d_138he_1881",
1202
+ "border-color-accent-emphasis": "_border-color-accent-emphasis_138he_1886",
1203
+ "border-color-accent-emphasis:h": "_border-color-accent-emphasis:h_138he_1887",
1204
+ "border-color-accent-emphasis:f": "_border-color-accent-emphasis:f_138he_1888",
1205
+ "border-color-accent-emphasis:a": "_border-color-accent-emphasis:a_138he_1889",
1206
+ "border-color-accent-emphasis:d": "_border-color-accent-emphasis:d_138he_1890",
1207
+ "border-color-accent-emphasis_sm": "_border-color-accent-emphasis_sm_138he_1893",
1208
+ "border-color-accent-emphasis_sm:h": "_border-color-accent-emphasis_sm:h_138he_1894",
1209
+ "border-color-accent-emphasis_sm:f": "_border-color-accent-emphasis_sm:f_138he_1895",
1210
+ "border-color-accent-emphasis_sm:a": "_border-color-accent-emphasis_sm:a_138he_1896",
1211
+ "border-color-accent-emphasis_sm:d": "_border-color-accent-emphasis_sm:d_138he_1897",
1212
+ "border-color-accent-emphasis_md": "_border-color-accent-emphasis_md_138he_1901",
1213
+ "border-color-accent-emphasis_md:h": "_border-color-accent-emphasis_md:h_138he_1902",
1214
+ "border-color-accent-emphasis_md:f": "_border-color-accent-emphasis_md:f_138he_1903",
1215
+ "border-color-accent-emphasis_md:a": "_border-color-accent-emphasis_md:a_138he_1904",
1216
+ "border-color-accent-emphasis_md:d": "_border-color-accent-emphasis_md:d_138he_1905",
1217
+ "border-color-accent-emphasis_lg": "_border-color-accent-emphasis_lg_138he_1909",
1218
+ "border-color-accent-emphasis_lg:h": "_border-color-accent-emphasis_lg:h_138he_1910",
1219
+ "border-color-accent-emphasis_lg:f": "_border-color-accent-emphasis_lg:f_138he_1911",
1220
+ "border-color-accent-emphasis_lg:a": "_border-color-accent-emphasis_lg:a_138he_1912",
1221
+ "border-color-accent-emphasis_lg:d": "_border-color-accent-emphasis_lg:d_138he_1913",
1222
+ "border-color-accent-emphasis_xl": "_border-color-accent-emphasis_xl_138he_1917",
1223
+ "border-color-accent-emphasis_xl:h": "_border-color-accent-emphasis_xl:h_138he_1918",
1224
+ "border-color-accent-emphasis_xl:f": "_border-color-accent-emphasis_xl:f_138he_1919",
1225
+ "border-color-accent-emphasis_xl:a": "_border-color-accent-emphasis_xl:a_138he_1920",
1226
+ "border-color-accent-emphasis_xl:d": "_border-color-accent-emphasis_xl:d_138he_1921",
1227
+ "border-color-accent-emphasis_2xl": "_border-color-accent-emphasis_2xl_138he_1925",
1228
+ "border-color-accent-emphasis_2xl:h": "_border-color-accent-emphasis_2xl:h_138he_1926",
1229
+ "border-color-accent-emphasis_2xl:f": "_border-color-accent-emphasis_2xl:f_138he_1927",
1230
+ "border-color-accent-emphasis_2xl:a": "_border-color-accent-emphasis_2xl:a_138he_1928",
1231
+ "border-color-accent-emphasis_2xl:d": "_border-color-accent-emphasis_2xl:d_138he_1929",
1232
+ "border-color-accent": "_border-color-accent_138he_1886",
1233
+ "border-color-accent:h": "_border-color-accent:h_138he_1934",
1234
+ "border-color-accent:f": "_border-color-accent:f_138he_1935",
1235
+ "border-color-accent:a": "_border-color-accent:a_138he_1936",
1236
+ "border-color-accent:d": "_border-color-accent:d_138he_1937",
1237
+ "border-color-accent_sm": "_border-color-accent_sm_138he_1940",
1238
+ "border-color-accent_sm:h": "_border-color-accent_sm:h_138he_1941",
1239
+ "border-color-accent_sm:f": "_border-color-accent_sm:f_138he_1942",
1240
+ "border-color-accent_sm:a": "_border-color-accent_sm:a_138he_1943",
1241
+ "border-color-accent_sm:d": "_border-color-accent_sm:d_138he_1944",
1242
+ "border-color-accent_md": "_border-color-accent_md_138he_1948",
1243
+ "border-color-accent_md:h": "_border-color-accent_md:h_138he_1949",
1244
+ "border-color-accent_md:f": "_border-color-accent_md:f_138he_1950",
1245
+ "border-color-accent_md:a": "_border-color-accent_md:a_138he_1951",
1246
+ "border-color-accent_md:d": "_border-color-accent_md:d_138he_1952",
1247
+ "border-color-accent_lg": "_border-color-accent_lg_138he_1956",
1248
+ "border-color-accent_lg:h": "_border-color-accent_lg:h_138he_1957",
1249
+ "border-color-accent_lg:f": "_border-color-accent_lg:f_138he_1958",
1250
+ "border-color-accent_lg:a": "_border-color-accent_lg:a_138he_1959",
1251
+ "border-color-accent_lg:d": "_border-color-accent_lg:d_138he_1960",
1252
+ "border-color-accent_xl": "_border-color-accent_xl_138he_1964",
1253
+ "border-color-accent_xl:h": "_border-color-accent_xl:h_138he_1965",
1254
+ "border-color-accent_xl:f": "_border-color-accent_xl:f_138he_1966",
1255
+ "border-color-accent_xl:a": "_border-color-accent_xl:a_138he_1967",
1256
+ "border-color-accent_xl:d": "_border-color-accent_xl:d_138he_1968",
1257
+ "border-color-accent_2xl": "_border-color-accent_2xl_138he_1972",
1258
+ "border-color-accent_2xl:h": "_border-color-accent_2xl:h_138he_1973",
1259
+ "border-color-accent_2xl:f": "_border-color-accent_2xl:f_138he_1974",
1260
+ "border-color-accent_2xl:a": "_border-color-accent_2xl:a_138he_1975",
1261
+ "border-color-accent_2xl:d": "_border-color-accent_2xl:d_138he_1976",
1262
+ "border-color-border-muted": "_border-color-border-muted_138he_1980",
1263
+ "border-color-border-muted:h": "_border-color-border-muted:h_138he_1981",
1264
+ "border-color-border-muted:f": "_border-color-border-muted:f_138he_1982",
1265
+ "border-color-border-muted:a": "_border-color-border-muted:a_138he_1983",
1266
+ "border-color-border-muted:d": "_border-color-border-muted:d_138he_1984",
1267
+ "border-color-border-muted_sm": "_border-color-border-muted_sm_138he_1987",
1268
+ "border-color-border-muted_sm:h": "_border-color-border-muted_sm:h_138he_1988",
1269
+ "border-color-border-muted_sm:f": "_border-color-border-muted_sm:f_138he_1989",
1270
+ "border-color-border-muted_sm:a": "_border-color-border-muted_sm:a_138he_1990",
1271
+ "border-color-border-muted_sm:d": "_border-color-border-muted_sm:d_138he_1991",
1272
+ "border-color-border-muted_md": "_border-color-border-muted_md_138he_1995",
1273
+ "border-color-border-muted_md:h": "_border-color-border-muted_md:h_138he_1996",
1274
+ "border-color-border-muted_md:f": "_border-color-border-muted_md:f_138he_1997",
1275
+ "border-color-border-muted_md:a": "_border-color-border-muted_md:a_138he_1998",
1276
+ "border-color-border-muted_md:d": "_border-color-border-muted_md:d_138he_1999",
1277
+ "border-color-border-muted_lg": "_border-color-border-muted_lg_138he_2003",
1278
+ "border-color-border-muted_lg:h": "_border-color-border-muted_lg:h_138he_2004",
1279
+ "border-color-border-muted_lg:f": "_border-color-border-muted_lg:f_138he_2005",
1280
+ "border-color-border-muted_lg:a": "_border-color-border-muted_lg:a_138he_2006",
1281
+ "border-color-border-muted_lg:d": "_border-color-border-muted_lg:d_138he_2007",
1282
+ "border-color-border-muted_xl": "_border-color-border-muted_xl_138he_2011",
1283
+ "border-color-border-muted_xl:h": "_border-color-border-muted_xl:h_138he_2012",
1284
+ "border-color-border-muted_xl:f": "_border-color-border-muted_xl:f_138he_2013",
1285
+ "border-color-border-muted_xl:a": "_border-color-border-muted_xl:a_138he_2014",
1286
+ "border-color-border-muted_xl:d": "_border-color-border-muted_xl:d_138he_2015",
1287
+ "border-color-border-muted_2xl": "_border-color-border-muted_2xl_138he_2019",
1288
+ "border-color-border-muted_2xl:h": "_border-color-border-muted_2xl:h_138he_2020",
1289
+ "border-color-border-muted_2xl:f": "_border-color-border-muted_2xl:f_138he_2021",
1290
+ "border-color-border-muted_2xl:a": "_border-color-border-muted_2xl:a_138he_2022",
1291
+ "border-color-border-muted_2xl:d": "_border-color-border-muted_2xl:d_138he_2023",
1292
+ "border-color-border": "_border-color-border_138he_1980",
1293
+ "border-color-border:h": "_border-color-border:h_138he_2028",
1294
+ "border-color-border:f": "_border-color-border:f_138he_2029",
1295
+ "border-color-border:a": "_border-color-border:a_138he_2030",
1296
+ "border-color-border:d": "_border-color-border:d_138he_2031",
1297
+ "border-color-border_sm": "_border-color-border_sm_138he_2034",
1298
+ "border-color-border_sm:h": "_border-color-border_sm:h_138he_2035",
1299
+ "border-color-border_sm:f": "_border-color-border_sm:f_138he_2036",
1300
+ "border-color-border_sm:a": "_border-color-border_sm:a_138he_2037",
1301
+ "border-color-border_sm:d": "_border-color-border_sm:d_138he_2038",
1302
+ "border-color-border_md": "_border-color-border_md_138he_2042",
1303
+ "border-color-border_md:h": "_border-color-border_md:h_138he_2043",
1304
+ "border-color-border_md:f": "_border-color-border_md:f_138he_2044",
1305
+ "border-color-border_md:a": "_border-color-border_md:a_138he_2045",
1306
+ "border-color-border_md:d": "_border-color-border_md:d_138he_2046",
1307
+ "border-color-border_lg": "_border-color-border_lg_138he_2050",
1308
+ "border-color-border_lg:h": "_border-color-border_lg:h_138he_2051",
1309
+ "border-color-border_lg:f": "_border-color-border_lg:f_138he_2052",
1310
+ "border-color-border_lg:a": "_border-color-border_lg:a_138he_2053",
1311
+ "border-color-border_lg:d": "_border-color-border_lg:d_138he_2054",
1312
+ "border-color-border_xl": "_border-color-border_xl_138he_2058",
1313
+ "border-color-border_xl:h": "_border-color-border_xl:h_138he_2059",
1314
+ "border-color-border_xl:f": "_border-color-border_xl:f_138he_2060",
1315
+ "border-color-border_xl:a": "_border-color-border_xl:a_138he_2061",
1316
+ "border-color-border_xl:d": "_border-color-border_xl:d_138he_2062",
1317
+ "border-color-border_2xl": "_border-color-border_2xl_138he_2066",
1318
+ "border-color-border_2xl:h": "_border-color-border_2xl:h_138he_2067",
1319
+ "border-color-border_2xl:f": "_border-color-border_2xl:f_138he_2068",
1320
+ "border-color-border_2xl:a": "_border-color-border_2xl:a_138he_2069",
1321
+ "border-color-border_2xl:d": "_border-color-border_2xl:d_138he_2070",
1322
+ "border-color-error-emphasis": "_border-color-error-emphasis_138he_2074",
1323
+ "border-color-error-emphasis:h": "_border-color-error-emphasis:h_138he_2075",
1324
+ "border-color-error-emphasis:f": "_border-color-error-emphasis:f_138he_2076",
1325
+ "border-color-error-emphasis:a": "_border-color-error-emphasis:a_138he_2077",
1326
+ "border-color-error-emphasis:d": "_border-color-error-emphasis:d_138he_2078",
1327
+ "border-color-error-emphasis_sm": "_border-color-error-emphasis_sm_138he_2081",
1328
+ "border-color-error-emphasis_sm:h": "_border-color-error-emphasis_sm:h_138he_2082",
1329
+ "border-color-error-emphasis_sm:f": "_border-color-error-emphasis_sm:f_138he_2083",
1330
+ "border-color-error-emphasis_sm:a": "_border-color-error-emphasis_sm:a_138he_2084",
1331
+ "border-color-error-emphasis_sm:d": "_border-color-error-emphasis_sm:d_138he_2085",
1332
+ "border-color-error-emphasis_md": "_border-color-error-emphasis_md_138he_2089",
1333
+ "border-color-error-emphasis_md:h": "_border-color-error-emphasis_md:h_138he_2090",
1334
+ "border-color-error-emphasis_md:f": "_border-color-error-emphasis_md:f_138he_2091",
1335
+ "border-color-error-emphasis_md:a": "_border-color-error-emphasis_md:a_138he_2092",
1336
+ "border-color-error-emphasis_md:d": "_border-color-error-emphasis_md:d_138he_2093",
1337
+ "border-color-error-emphasis_lg": "_border-color-error-emphasis_lg_138he_2097",
1338
+ "border-color-error-emphasis_lg:h": "_border-color-error-emphasis_lg:h_138he_2098",
1339
+ "border-color-error-emphasis_lg:f": "_border-color-error-emphasis_lg:f_138he_2099",
1340
+ "border-color-error-emphasis_lg:a": "_border-color-error-emphasis_lg:a_138he_2100",
1341
+ "border-color-error-emphasis_lg:d": "_border-color-error-emphasis_lg:d_138he_2101",
1342
+ "border-color-error-emphasis_xl": "_border-color-error-emphasis_xl_138he_2105",
1343
+ "border-color-error-emphasis_xl:h": "_border-color-error-emphasis_xl:h_138he_2106",
1344
+ "border-color-error-emphasis_xl:f": "_border-color-error-emphasis_xl:f_138he_2107",
1345
+ "border-color-error-emphasis_xl:a": "_border-color-error-emphasis_xl:a_138he_2108",
1346
+ "border-color-error-emphasis_xl:d": "_border-color-error-emphasis_xl:d_138he_2109",
1347
+ "border-color-error-emphasis_2xl": "_border-color-error-emphasis_2xl_138he_2113",
1348
+ "border-color-error-emphasis_2xl:h": "_border-color-error-emphasis_2xl:h_138he_2114",
1349
+ "border-color-error-emphasis_2xl:f": "_border-color-error-emphasis_2xl:f_138he_2115",
1350
+ "border-color-error-emphasis_2xl:a": "_border-color-error-emphasis_2xl:a_138he_2116",
1351
+ "border-color-error-emphasis_2xl:d": "_border-color-error-emphasis_2xl:d_138he_2117",
1352
+ "border-color-error": "_border-color-error_138he_2074",
1353
+ "border-color-error:h": "_border-color-error:h_138he_2122",
1354
+ "border-color-error:f": "_border-color-error:f_138he_2123",
1355
+ "border-color-error:a": "_border-color-error:a_138he_2124",
1356
+ "border-color-error:d": "_border-color-error:d_138he_2125",
1357
+ "border-color-error_sm": "_border-color-error_sm_138he_2128",
1358
+ "border-color-error_sm:h": "_border-color-error_sm:h_138he_2129",
1359
+ "border-color-error_sm:f": "_border-color-error_sm:f_138he_2130",
1360
+ "border-color-error_sm:a": "_border-color-error_sm:a_138he_2131",
1361
+ "border-color-error_sm:d": "_border-color-error_sm:d_138he_2132",
1362
+ "border-color-error_md": "_border-color-error_md_138he_2136",
1363
+ "border-color-error_md:h": "_border-color-error_md:h_138he_2137",
1364
+ "border-color-error_md:f": "_border-color-error_md:f_138he_2138",
1365
+ "border-color-error_md:a": "_border-color-error_md:a_138he_2139",
1366
+ "border-color-error_md:d": "_border-color-error_md:d_138he_2140",
1367
+ "border-color-error_lg": "_border-color-error_lg_138he_2144",
1368
+ "border-color-error_lg:h": "_border-color-error_lg:h_138he_2145",
1369
+ "border-color-error_lg:f": "_border-color-error_lg:f_138he_2146",
1370
+ "border-color-error_lg:a": "_border-color-error_lg:a_138he_2147",
1371
+ "border-color-error_lg:d": "_border-color-error_lg:d_138he_2148",
1372
+ "border-color-error_xl": "_border-color-error_xl_138he_2152",
1373
+ "border-color-error_xl:h": "_border-color-error_xl:h_138he_2153",
1374
+ "border-color-error_xl:f": "_border-color-error_xl:f_138he_2154",
1375
+ "border-color-error_xl:a": "_border-color-error_xl:a_138he_2155",
1376
+ "border-color-error_xl:d": "_border-color-error_xl:d_138he_2156",
1377
+ "border-color-error_2xl": "_border-color-error_2xl_138he_2160",
1378
+ "border-color-error_2xl:h": "_border-color-error_2xl:h_138he_2161",
1379
+ "border-color-error_2xl:f": "_border-color-error_2xl:f_138he_2162",
1380
+ "border-color-error_2xl:a": "_border-color-error_2xl:a_138he_2163",
1381
+ "border-color-error_2xl:d": "_border-color-error_2xl:d_138he_2164",
1382
+ "border-color-info-emphasis": "_border-color-info-emphasis_138he_2168",
1383
+ "border-color-info-emphasis:h": "_border-color-info-emphasis:h_138he_2169",
1384
+ "border-color-info-emphasis:f": "_border-color-info-emphasis:f_138he_2170",
1385
+ "border-color-info-emphasis:a": "_border-color-info-emphasis:a_138he_2171",
1386
+ "border-color-info-emphasis:d": "_border-color-info-emphasis:d_138he_2172",
1387
+ "border-color-info-emphasis_sm": "_border-color-info-emphasis_sm_138he_2175",
1388
+ "border-color-info-emphasis_sm:h": "_border-color-info-emphasis_sm:h_138he_2176",
1389
+ "border-color-info-emphasis_sm:f": "_border-color-info-emphasis_sm:f_138he_2177",
1390
+ "border-color-info-emphasis_sm:a": "_border-color-info-emphasis_sm:a_138he_2178",
1391
+ "border-color-info-emphasis_sm:d": "_border-color-info-emphasis_sm:d_138he_2179",
1392
+ "border-color-info-emphasis_md": "_border-color-info-emphasis_md_138he_2183",
1393
+ "border-color-info-emphasis_md:h": "_border-color-info-emphasis_md:h_138he_2184",
1394
+ "border-color-info-emphasis_md:f": "_border-color-info-emphasis_md:f_138he_2185",
1395
+ "border-color-info-emphasis_md:a": "_border-color-info-emphasis_md:a_138he_2186",
1396
+ "border-color-info-emphasis_md:d": "_border-color-info-emphasis_md:d_138he_2187",
1397
+ "border-color-info-emphasis_lg": "_border-color-info-emphasis_lg_138he_2191",
1398
+ "border-color-info-emphasis_lg:h": "_border-color-info-emphasis_lg:h_138he_2192",
1399
+ "border-color-info-emphasis_lg:f": "_border-color-info-emphasis_lg:f_138he_2193",
1400
+ "border-color-info-emphasis_lg:a": "_border-color-info-emphasis_lg:a_138he_2194",
1401
+ "border-color-info-emphasis_lg:d": "_border-color-info-emphasis_lg:d_138he_2195",
1402
+ "border-color-info-emphasis_xl": "_border-color-info-emphasis_xl_138he_2199",
1403
+ "border-color-info-emphasis_xl:h": "_border-color-info-emphasis_xl:h_138he_2200",
1404
+ "border-color-info-emphasis_xl:f": "_border-color-info-emphasis_xl:f_138he_2201",
1405
+ "border-color-info-emphasis_xl:a": "_border-color-info-emphasis_xl:a_138he_2202",
1406
+ "border-color-info-emphasis_xl:d": "_border-color-info-emphasis_xl:d_138he_2203",
1407
+ "border-color-info-emphasis_2xl": "_border-color-info-emphasis_2xl_138he_2207",
1408
+ "border-color-info-emphasis_2xl:h": "_border-color-info-emphasis_2xl:h_138he_2208",
1409
+ "border-color-info-emphasis_2xl:f": "_border-color-info-emphasis_2xl:f_138he_2209",
1410
+ "border-color-info-emphasis_2xl:a": "_border-color-info-emphasis_2xl:a_138he_2210",
1411
+ "border-color-info-emphasis_2xl:d": "_border-color-info-emphasis_2xl:d_138he_2211",
1412
+ "border-color-info": "_border-color-info_138he_2168",
1413
+ "border-color-info:h": "_border-color-info:h_138he_2216",
1414
+ "border-color-info:f": "_border-color-info:f_138he_2217",
1415
+ "border-color-info:a": "_border-color-info:a_138he_2218",
1416
+ "border-color-info:d": "_border-color-info:d_138he_2219",
1417
+ "border-color-info_sm": "_border-color-info_sm_138he_2222",
1418
+ "border-color-info_sm:h": "_border-color-info_sm:h_138he_2223",
1419
+ "border-color-info_sm:f": "_border-color-info_sm:f_138he_2224",
1420
+ "border-color-info_sm:a": "_border-color-info_sm:a_138he_2225",
1421
+ "border-color-info_sm:d": "_border-color-info_sm:d_138he_2226",
1422
+ "border-color-info_md": "_border-color-info_md_138he_2230",
1423
+ "border-color-info_md:h": "_border-color-info_md:h_138he_2231",
1424
+ "border-color-info_md:f": "_border-color-info_md:f_138he_2232",
1425
+ "border-color-info_md:a": "_border-color-info_md:a_138he_2233",
1426
+ "border-color-info_md:d": "_border-color-info_md:d_138he_2234",
1427
+ "border-color-info_lg": "_border-color-info_lg_138he_2238",
1428
+ "border-color-info_lg:h": "_border-color-info_lg:h_138he_2239",
1429
+ "border-color-info_lg:f": "_border-color-info_lg:f_138he_2240",
1430
+ "border-color-info_lg:a": "_border-color-info_lg:a_138he_2241",
1431
+ "border-color-info_lg:d": "_border-color-info_lg:d_138he_2242",
1432
+ "border-color-info_xl": "_border-color-info_xl_138he_2246",
1433
+ "border-color-info_xl:h": "_border-color-info_xl:h_138he_2247",
1434
+ "border-color-info_xl:f": "_border-color-info_xl:f_138he_2248",
1435
+ "border-color-info_xl:a": "_border-color-info_xl:a_138he_2249",
1436
+ "border-color-info_xl:d": "_border-color-info_xl:d_138he_2250",
1437
+ "border-color-info_2xl": "_border-color-info_2xl_138he_2254",
1438
+ "border-color-info_2xl:h": "_border-color-info_2xl:h_138he_2255",
1439
+ "border-color-info_2xl:f": "_border-color-info_2xl:f_138he_2256",
1440
+ "border-color-info_2xl:a": "_border-color-info_2xl:a_138he_2257",
1441
+ "border-color-info_2xl:d": "_border-color-info_2xl:d_138he_2258",
1442
+ "border-color-primary-emphasis": "_border-color-primary-emphasis_138he_2262",
1443
+ "border-color-primary-emphasis:h": "_border-color-primary-emphasis:h_138he_2263",
1444
+ "border-color-primary-emphasis:f": "_border-color-primary-emphasis:f_138he_2264",
1445
+ "border-color-primary-emphasis:a": "_border-color-primary-emphasis:a_138he_2265",
1446
+ "border-color-primary-emphasis:d": "_border-color-primary-emphasis:d_138he_2266",
1447
+ "border-color-primary-emphasis_sm": "_border-color-primary-emphasis_sm_138he_2269",
1448
+ "border-color-primary-emphasis_sm:h": "_border-color-primary-emphasis_sm:h_138he_2270",
1449
+ "border-color-primary-emphasis_sm:f": "_border-color-primary-emphasis_sm:f_138he_2271",
1450
+ "border-color-primary-emphasis_sm:a": "_border-color-primary-emphasis_sm:a_138he_2272",
1451
+ "border-color-primary-emphasis_sm:d": "_border-color-primary-emphasis_sm:d_138he_2273",
1452
+ "border-color-primary-emphasis_md": "_border-color-primary-emphasis_md_138he_2277",
1453
+ "border-color-primary-emphasis_md:h": "_border-color-primary-emphasis_md:h_138he_2278",
1454
+ "border-color-primary-emphasis_md:f": "_border-color-primary-emphasis_md:f_138he_2279",
1455
+ "border-color-primary-emphasis_md:a": "_border-color-primary-emphasis_md:a_138he_2280",
1456
+ "border-color-primary-emphasis_md:d": "_border-color-primary-emphasis_md:d_138he_2281",
1457
+ "border-color-primary-emphasis_lg": "_border-color-primary-emphasis_lg_138he_2285",
1458
+ "border-color-primary-emphasis_lg:h": "_border-color-primary-emphasis_lg:h_138he_2286",
1459
+ "border-color-primary-emphasis_lg:f": "_border-color-primary-emphasis_lg:f_138he_2287",
1460
+ "border-color-primary-emphasis_lg:a": "_border-color-primary-emphasis_lg:a_138he_2288",
1461
+ "border-color-primary-emphasis_lg:d": "_border-color-primary-emphasis_lg:d_138he_2289",
1462
+ "border-color-primary-emphasis_xl": "_border-color-primary-emphasis_xl_138he_2293",
1463
+ "border-color-primary-emphasis_xl:h": "_border-color-primary-emphasis_xl:h_138he_2294",
1464
+ "border-color-primary-emphasis_xl:f": "_border-color-primary-emphasis_xl:f_138he_2295",
1465
+ "border-color-primary-emphasis_xl:a": "_border-color-primary-emphasis_xl:a_138he_2296",
1466
+ "border-color-primary-emphasis_xl:d": "_border-color-primary-emphasis_xl:d_138he_2297",
1467
+ "border-color-primary-emphasis_2xl": "_border-color-primary-emphasis_2xl_138he_2301",
1468
+ "border-color-primary-emphasis_2xl:h": "_border-color-primary-emphasis_2xl:h_138he_2302",
1469
+ "border-color-primary-emphasis_2xl:f": "_border-color-primary-emphasis_2xl:f_138he_2303",
1470
+ "border-color-primary-emphasis_2xl:a": "_border-color-primary-emphasis_2xl:a_138he_2304",
1471
+ "border-color-primary-emphasis_2xl:d": "_border-color-primary-emphasis_2xl:d_138he_2305",
1472
+ "border-color-primary": "_border-color-primary_138he_2262",
1473
+ "border-color-primary:h": "_border-color-primary:h_138he_2310",
1474
+ "border-color-primary:f": "_border-color-primary:f_138he_2311",
1475
+ "border-color-primary:a": "_border-color-primary:a_138he_2312",
1476
+ "border-color-primary:d": "_border-color-primary:d_138he_2313",
1477
+ "border-color-primary_sm": "_border-color-primary_sm_138he_2316",
1478
+ "border-color-primary_sm:h": "_border-color-primary_sm:h_138he_2317",
1479
+ "border-color-primary_sm:f": "_border-color-primary_sm:f_138he_2318",
1480
+ "border-color-primary_sm:a": "_border-color-primary_sm:a_138he_2319",
1481
+ "border-color-primary_sm:d": "_border-color-primary_sm:d_138he_2320",
1482
+ "border-color-primary_md": "_border-color-primary_md_138he_2324",
1483
+ "border-color-primary_md:h": "_border-color-primary_md:h_138he_2325",
1484
+ "border-color-primary_md:f": "_border-color-primary_md:f_138he_2326",
1485
+ "border-color-primary_md:a": "_border-color-primary_md:a_138he_2327",
1486
+ "border-color-primary_md:d": "_border-color-primary_md:d_138he_2328",
1487
+ "border-color-primary_lg": "_border-color-primary_lg_138he_2332",
1488
+ "border-color-primary_lg:h": "_border-color-primary_lg:h_138he_2333",
1489
+ "border-color-primary_lg:f": "_border-color-primary_lg:f_138he_2334",
1490
+ "border-color-primary_lg:a": "_border-color-primary_lg:a_138he_2335",
1491
+ "border-color-primary_lg:d": "_border-color-primary_lg:d_138he_2336",
1492
+ "border-color-primary_xl": "_border-color-primary_xl_138he_2340",
1493
+ "border-color-primary_xl:h": "_border-color-primary_xl:h_138he_2341",
1494
+ "border-color-primary_xl:f": "_border-color-primary_xl:f_138he_2342",
1495
+ "border-color-primary_xl:a": "_border-color-primary_xl:a_138he_2343",
1496
+ "border-color-primary_xl:d": "_border-color-primary_xl:d_138he_2344",
1497
+ "border-color-primary_2xl": "_border-color-primary_2xl_138he_2348",
1498
+ "border-color-primary_2xl:h": "_border-color-primary_2xl:h_138he_2349",
1499
+ "border-color-primary_2xl:f": "_border-color-primary_2xl:f_138he_2350",
1500
+ "border-color-primary_2xl:a": "_border-color-primary_2xl:a_138he_2351",
1501
+ "border-color-primary_2xl:d": "_border-color-primary_2xl:d_138he_2352",
1502
+ "border-color-success-emphasis": "_border-color-success-emphasis_138he_2356",
1503
+ "border-color-success-emphasis:h": "_border-color-success-emphasis:h_138he_2357",
1504
+ "border-color-success-emphasis:f": "_border-color-success-emphasis:f_138he_2358",
1505
+ "border-color-success-emphasis:a": "_border-color-success-emphasis:a_138he_2359",
1506
+ "border-color-success-emphasis:d": "_border-color-success-emphasis:d_138he_2360",
1507
+ "border-color-success-emphasis_sm": "_border-color-success-emphasis_sm_138he_2363",
1508
+ "border-color-success-emphasis_sm:h": "_border-color-success-emphasis_sm:h_138he_2364",
1509
+ "border-color-success-emphasis_sm:f": "_border-color-success-emphasis_sm:f_138he_2365",
1510
+ "border-color-success-emphasis_sm:a": "_border-color-success-emphasis_sm:a_138he_2366",
1511
+ "border-color-success-emphasis_sm:d": "_border-color-success-emphasis_sm:d_138he_2367",
1512
+ "border-color-success-emphasis_md": "_border-color-success-emphasis_md_138he_2371",
1513
+ "border-color-success-emphasis_md:h": "_border-color-success-emphasis_md:h_138he_2372",
1514
+ "border-color-success-emphasis_md:f": "_border-color-success-emphasis_md:f_138he_2373",
1515
+ "border-color-success-emphasis_md:a": "_border-color-success-emphasis_md:a_138he_2374",
1516
+ "border-color-success-emphasis_md:d": "_border-color-success-emphasis_md:d_138he_2375",
1517
+ "border-color-success-emphasis_lg": "_border-color-success-emphasis_lg_138he_2379",
1518
+ "border-color-success-emphasis_lg:h": "_border-color-success-emphasis_lg:h_138he_2380",
1519
+ "border-color-success-emphasis_lg:f": "_border-color-success-emphasis_lg:f_138he_2381",
1520
+ "border-color-success-emphasis_lg:a": "_border-color-success-emphasis_lg:a_138he_2382",
1521
+ "border-color-success-emphasis_lg:d": "_border-color-success-emphasis_lg:d_138he_2383",
1522
+ "border-color-success-emphasis_xl": "_border-color-success-emphasis_xl_138he_2387",
1523
+ "border-color-success-emphasis_xl:h": "_border-color-success-emphasis_xl:h_138he_2388",
1524
+ "border-color-success-emphasis_xl:f": "_border-color-success-emphasis_xl:f_138he_2389",
1525
+ "border-color-success-emphasis_xl:a": "_border-color-success-emphasis_xl:a_138he_2390",
1526
+ "border-color-success-emphasis_xl:d": "_border-color-success-emphasis_xl:d_138he_2391",
1527
+ "border-color-success-emphasis_2xl": "_border-color-success-emphasis_2xl_138he_2395",
1528
+ "border-color-success-emphasis_2xl:h": "_border-color-success-emphasis_2xl:h_138he_2396",
1529
+ "border-color-success-emphasis_2xl:f": "_border-color-success-emphasis_2xl:f_138he_2397",
1530
+ "border-color-success-emphasis_2xl:a": "_border-color-success-emphasis_2xl:a_138he_2398",
1531
+ "border-color-success-emphasis_2xl:d": "_border-color-success-emphasis_2xl:d_138he_2399",
1532
+ "border-color-success": "_border-color-success_138he_2356",
1533
+ "border-color-success:h": "_border-color-success:h_138he_2404",
1534
+ "border-color-success:f": "_border-color-success:f_138he_2405",
1535
+ "border-color-success:a": "_border-color-success:a_138he_2406",
1536
+ "border-color-success:d": "_border-color-success:d_138he_2407",
1537
+ "border-color-success_sm": "_border-color-success_sm_138he_2410",
1538
+ "border-color-success_sm:h": "_border-color-success_sm:h_138he_2411",
1539
+ "border-color-success_sm:f": "_border-color-success_sm:f_138he_2412",
1540
+ "border-color-success_sm:a": "_border-color-success_sm:a_138he_2413",
1541
+ "border-color-success_sm:d": "_border-color-success_sm:d_138he_2414",
1542
+ "border-color-success_md": "_border-color-success_md_138he_2418",
1543
+ "border-color-success_md:h": "_border-color-success_md:h_138he_2419",
1544
+ "border-color-success_md:f": "_border-color-success_md:f_138he_2420",
1545
+ "border-color-success_md:a": "_border-color-success_md:a_138he_2421",
1546
+ "border-color-success_md:d": "_border-color-success_md:d_138he_2422",
1547
+ "border-color-success_lg": "_border-color-success_lg_138he_2426",
1548
+ "border-color-success_lg:h": "_border-color-success_lg:h_138he_2427",
1549
+ "border-color-success_lg:f": "_border-color-success_lg:f_138he_2428",
1550
+ "border-color-success_lg:a": "_border-color-success_lg:a_138he_2429",
1551
+ "border-color-success_lg:d": "_border-color-success_lg:d_138he_2430",
1552
+ "border-color-success_xl": "_border-color-success_xl_138he_2434",
1553
+ "border-color-success_xl:h": "_border-color-success_xl:h_138he_2435",
1554
+ "border-color-success_xl:f": "_border-color-success_xl:f_138he_2436",
1555
+ "border-color-success_xl:a": "_border-color-success_xl:a_138he_2437",
1556
+ "border-color-success_xl:d": "_border-color-success_xl:d_138he_2438",
1557
+ "border-color-success_2xl": "_border-color-success_2xl_138he_2442",
1558
+ "border-color-success_2xl:h": "_border-color-success_2xl:h_138he_2443",
1559
+ "border-color-success_2xl:f": "_border-color-success_2xl:f_138he_2444",
1560
+ "border-color-success_2xl:a": "_border-color-success_2xl:a_138he_2445",
1561
+ "border-color-success_2xl:d": "_border-color-success_2xl:d_138he_2446",
1562
+ "border-color-warning-emphasis": "_border-color-warning-emphasis_138he_2450",
1563
+ "border-color-warning-emphasis:h": "_border-color-warning-emphasis:h_138he_2451",
1564
+ "border-color-warning-emphasis:f": "_border-color-warning-emphasis:f_138he_2452",
1565
+ "border-color-warning-emphasis:a": "_border-color-warning-emphasis:a_138he_2453",
1566
+ "border-color-warning-emphasis:d": "_border-color-warning-emphasis:d_138he_2454",
1567
+ "border-color-warning-emphasis_sm": "_border-color-warning-emphasis_sm_138he_2457",
1568
+ "border-color-warning-emphasis_sm:h": "_border-color-warning-emphasis_sm:h_138he_2458",
1569
+ "border-color-warning-emphasis_sm:f": "_border-color-warning-emphasis_sm:f_138he_2459",
1570
+ "border-color-warning-emphasis_sm:a": "_border-color-warning-emphasis_sm:a_138he_2460",
1571
+ "border-color-warning-emphasis_sm:d": "_border-color-warning-emphasis_sm:d_138he_2461",
1572
+ "border-color-warning-emphasis_md": "_border-color-warning-emphasis_md_138he_2465",
1573
+ "border-color-warning-emphasis_md:h": "_border-color-warning-emphasis_md:h_138he_2466",
1574
+ "border-color-warning-emphasis_md:f": "_border-color-warning-emphasis_md:f_138he_2467",
1575
+ "border-color-warning-emphasis_md:a": "_border-color-warning-emphasis_md:a_138he_2468",
1576
+ "border-color-warning-emphasis_md:d": "_border-color-warning-emphasis_md:d_138he_2469",
1577
+ "border-color-warning-emphasis_lg": "_border-color-warning-emphasis_lg_138he_2473",
1578
+ "border-color-warning-emphasis_lg:h": "_border-color-warning-emphasis_lg:h_138he_2474",
1579
+ "border-color-warning-emphasis_lg:f": "_border-color-warning-emphasis_lg:f_138he_2475",
1580
+ "border-color-warning-emphasis_lg:a": "_border-color-warning-emphasis_lg:a_138he_2476",
1581
+ "border-color-warning-emphasis_lg:d": "_border-color-warning-emphasis_lg:d_138he_2477",
1582
+ "border-color-warning-emphasis_xl": "_border-color-warning-emphasis_xl_138he_2481",
1583
+ "border-color-warning-emphasis_xl:h": "_border-color-warning-emphasis_xl:h_138he_2482",
1584
+ "border-color-warning-emphasis_xl:f": "_border-color-warning-emphasis_xl:f_138he_2483",
1585
+ "border-color-warning-emphasis_xl:a": "_border-color-warning-emphasis_xl:a_138he_2484",
1586
+ "border-color-warning-emphasis_xl:d": "_border-color-warning-emphasis_xl:d_138he_2485",
1587
+ "border-color-warning-emphasis_2xl": "_border-color-warning-emphasis_2xl_138he_2489",
1588
+ "border-color-warning-emphasis_2xl:h": "_border-color-warning-emphasis_2xl:h_138he_2490",
1589
+ "border-color-warning-emphasis_2xl:f": "_border-color-warning-emphasis_2xl:f_138he_2491",
1590
+ "border-color-warning-emphasis_2xl:a": "_border-color-warning-emphasis_2xl:a_138he_2492",
1591
+ "border-color-warning-emphasis_2xl:d": "_border-color-warning-emphasis_2xl:d_138he_2493",
1592
+ "border-color-warning": "_border-color-warning_138he_2450",
1593
+ "border-color-warning:h": "_border-color-warning:h_138he_2498",
1594
+ "border-color-warning:f": "_border-color-warning:f_138he_2499",
1595
+ "border-color-warning:a": "_border-color-warning:a_138he_2500",
1596
+ "border-color-warning:d": "_border-color-warning:d_138he_2501",
1597
+ "border-color-warning_sm": "_border-color-warning_sm_138he_2504",
1598
+ "border-color-warning_sm:h": "_border-color-warning_sm:h_138he_2505",
1599
+ "border-color-warning_sm:f": "_border-color-warning_sm:f_138he_2506",
1600
+ "border-color-warning_sm:a": "_border-color-warning_sm:a_138he_2507",
1601
+ "border-color-warning_sm:d": "_border-color-warning_sm:d_138he_2508",
1602
+ "border-color-warning_md": "_border-color-warning_md_138he_2512",
1603
+ "border-color-warning_md:h": "_border-color-warning_md:h_138he_2513",
1604
+ "border-color-warning_md:f": "_border-color-warning_md:f_138he_2514",
1605
+ "border-color-warning_md:a": "_border-color-warning_md:a_138he_2515",
1606
+ "border-color-warning_md:d": "_border-color-warning_md:d_138he_2516",
1607
+ "border-color-warning_lg": "_border-color-warning_lg_138he_2520",
1608
+ "border-color-warning_lg:h": "_border-color-warning_lg:h_138he_2521",
1609
+ "border-color-warning_lg:f": "_border-color-warning_lg:f_138he_2522",
1610
+ "border-color-warning_lg:a": "_border-color-warning_lg:a_138he_2523",
1611
+ "border-color-warning_lg:d": "_border-color-warning_lg:d_138he_2524",
1612
+ "border-color-warning_xl": "_border-color-warning_xl_138he_2528",
1613
+ "border-color-warning_xl:h": "_border-color-warning_xl:h_138he_2529",
1614
+ "border-color-warning_xl:f": "_border-color-warning_xl:f_138he_2530",
1615
+ "border-color-warning_xl:a": "_border-color-warning_xl:a_138he_2531",
1616
+ "border-color-warning_xl:d": "_border-color-warning_xl:d_138he_2532",
1617
+ "border-color-warning_2xl": "_border-color-warning_2xl_138he_2536",
1618
+ "border-color-warning_2xl:h": "_border-color-warning_2xl:h_138he_2537",
1619
+ "border-color-warning_2xl:f": "_border-color-warning_2xl:f_138he_2538",
1620
+ "border-color-warning_2xl:a": "_border-color-warning_2xl:a_138he_2539",
1621
+ "border-color-warning_2xl:d": "_border-color-warning_2xl:d_138he_2540"
110
1622
  };
111
1623
  export {
112
1624
  styles as default