@epilot/volt-ui-experimental-griffel 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/ADOPTING.md +416 -0
  2. package/README.md +96 -17
  3. package/dist/_virtual/jsx-dev-runtime.js +5 -0
  4. package/dist/_virtual/jsx-dev-runtime.js.map +1 -0
  5. package/dist/_virtual/react-jsx-dev-runtime.development.js +5 -0
  6. package/dist/_virtual/react-jsx-dev-runtime.development.js.map +1 -0
  7. package/dist/_virtual/react-jsx-dev-runtime.production.js +5 -0
  8. package/dist/_virtual/react-jsx-dev-runtime.production.js.map +1 -0
  9. package/dist/components/accordion/accordion.js +126 -66
  10. package/dist/components/accordion/accordion.js.map +1 -1
  11. package/dist/components/alert-dialog/alert-dialog.js +239 -137
  12. package/dist/components/alert-dialog/alert-dialog.js.map +1 -1
  13. package/dist/components/avatar/avatar-group.js +102 -47
  14. package/dist/components/avatar/avatar-group.js.map +1 -1
  15. package/dist/components/avatar/avatar.js +99 -76
  16. package/dist/components/avatar/avatar.js.map +1 -1
  17. package/dist/components/badge/badge.js +56 -40
  18. package/dist/components/badge/badge.js.map +1 -1
  19. package/dist/components/breadcrumb/breadcrumb.js +97 -49
  20. package/dist/components/breadcrumb/breadcrumb.js.map +1 -1
  21. package/dist/components/button/button.js +89 -78
  22. package/dist/components/button/button.js.map +1 -1
  23. package/dist/components/button-group/button-group.js +57 -33
  24. package/dist/components/button-group/button-group.js.map +1 -1
  25. package/dist/components/callout/callout.js +288 -164
  26. package/dist/components/callout/callout.js.map +1 -1
  27. package/dist/components/card/card.js +138 -82
  28. package/dist/components/card/card.js.map +1 -1
  29. package/dist/components/checkbox/checkbox.js +100 -49
  30. package/dist/components/checkbox/checkbox.js.map +1 -1
  31. package/dist/components/collapsible-sidebar/collapsible-sidebar.js +155 -107
  32. package/dist/components/collapsible-sidebar/collapsible-sidebar.js.map +1 -1
  33. package/dist/components/command/command.js +295 -156
  34. package/dist/components/command/command.js.map +1 -1
  35. package/dist/components/data-table/data-table-body.js +114 -54
  36. package/dist/components/data-table/data-table-body.js.map +1 -1
  37. package/dist/components/data-table/data-table-column-header.js +117 -45
  38. package/dist/components/data-table/data-table-column-header.js.map +1 -1
  39. package/dist/components/data-table/data-table-column-visibility.js +98 -39
  40. package/dist/components/data-table/data-table-column-visibility.js.map +1 -1
  41. package/dist/components/data-table/data-table-content.js +90 -58
  42. package/dist/components/data-table/data-table-content.js.map +1 -1
  43. package/dist/components/data-table/data-table-error.js +86 -42
  44. package/dist/components/data-table/data-table-error.js.map +1 -1
  45. package/dist/components/data-table/data-table-header.js +88 -54
  46. package/dist/components/data-table/data-table-header.js.map +1 -1
  47. package/dist/components/data-table/data-table-loading.js +30 -18
  48. package/dist/components/data-table/data-table-loading.js.map +1 -1
  49. package/dist/components/data-table/data-table-pagination.js +27 -19
  50. package/dist/components/data-table/data-table-pagination.js.map +1 -1
  51. package/dist/components/data-table/data-table-row.js +87 -64
  52. package/dist/components/data-table/data-table-row.js.map +1 -1
  53. package/dist/components/data-table/data-table-toolbar.js +24 -16
  54. package/dist/components/data-table/data-table-toolbar.js.map +1 -1
  55. package/dist/components/data-table/data-table.js +182 -145
  56. package/dist/components/data-table/data-table.js.map +1 -1
  57. package/dist/components/date-range-picker/date-range-picker.js +342 -214
  58. package/dist/components/date-range-picker/date-range-picker.js.map +1 -1
  59. package/dist/components/date-range-picker/range-calendar.js +132 -92
  60. package/dist/components/date-range-picker/range-calendar.js.map +1 -1
  61. package/dist/components/date-time-picker/calendar.js +507 -323
  62. package/dist/components/date-time-picker/calendar.js.map +1 -1
  63. package/dist/components/date-time-picker/date-time-picker-context.js +64 -60
  64. package/dist/components/date-time-picker/date-time-picker-context.js.map +1 -1
  65. package/dist/components/date-time-picker/date-time-picker-input.js +249 -149
  66. package/dist/components/date-time-picker/date-time-picker-input.js.map +1 -1
  67. package/dist/components/date-time-picker/date-time-picker-panel.js +270 -156
  68. package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
  69. package/dist/components/date-time-picker/date-time-picker-popover.js +22 -14
  70. package/dist/components/date-time-picker/date-time-picker-popover.js.map +1 -1
  71. package/dist/components/date-time-picker/date-time-picker.js +118 -70
  72. package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
  73. package/dist/components/date-time-picker/time-picker.js +204 -132
  74. package/dist/components/date-time-picker/time-picker.js.map +1 -1
  75. package/dist/components/density-provider/density-provider.js +48 -0
  76. package/dist/components/density-provider/density-provider.js.map +1 -0
  77. package/dist/components/dialog/dialog.js +281 -151
  78. package/dist/components/dialog/dialog.js.map +1 -1
  79. package/dist/components/drawer/drawer.js +272 -162
  80. package/dist/components/drawer/drawer.js.map +1 -1
  81. package/dist/components/dropdown-menu/dropdown-menu.js +376 -193
  82. package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -1
  83. package/dist/components/field/field-combobox.js +447 -240
  84. package/dist/components/field/field-combobox.js.map +1 -1
  85. package/dist/components/field/field-select.js +23 -19
  86. package/dist/components/field/field-select.js.map +1 -1
  87. package/dist/components/field/field.js +315 -206
  88. package/dist/components/field/field.js.map +1 -1
  89. package/dist/components/label/label.js +24 -16
  90. package/dist/components/label/label.js.map +1 -1
  91. package/dist/components/list/list.js +623 -369
  92. package/dist/components/list/list.js.map +1 -1
  93. package/dist/components/option-card/option-card.js +323 -159
  94. package/dist/components/option-card/option-card.js.map +1 -1
  95. package/dist/components/pill/pill.js +91 -72
  96. package/dist/components/pill/pill.js.map +1 -1
  97. package/dist/components/popover/popover.js +99 -54
  98. package/dist/components/popover/popover.js.map +1 -1
  99. package/dist/components/radio/radio.js +92 -49
  100. package/dist/components/radio/radio.js.map +1 -1
  101. package/dist/components/scroll-overflow/scroll-overflow.js +349 -197
  102. package/dist/components/scroll-overflow/scroll-overflow.js.map +1 -1
  103. package/dist/components/segmented-control/segmented-control.js +141 -97
  104. package/dist/components/segmented-control/segmented-control.js.map +1 -1
  105. package/dist/components/select/select.js +452 -227
  106. package/dist/components/select/select.js.map +1 -1
  107. package/dist/components/separator/separator.js +24 -16
  108. package/dist/components/separator/separator.js.map +1 -1
  109. package/dist/components/skeleton/skeleton.js +78 -38
  110. package/dist/components/skeleton/skeleton.js.map +1 -1
  111. package/dist/components/spinner/spinner.js +44 -20
  112. package/dist/components/spinner/spinner.js.map +1 -1
  113. package/dist/components/switch/switch.js +163 -86
  114. package/dist/components/switch/switch.js.map +1 -1
  115. package/dist/components/table/table-pagination.js +468 -210
  116. package/dist/components/table/table-pagination.js.map +1 -1
  117. package/dist/components/table/table.js +212 -144
  118. package/dist/components/table/table.js.map +1 -1
  119. package/dist/components/tabs/tabs.js +94 -58
  120. package/dist/components/tabs/tabs.js.map +1 -1
  121. package/dist/components/text/text.js +40 -32
  122. package/dist/components/text/text.js.map +1 -1
  123. package/dist/components/toast/toast.js +189 -113
  124. package/dist/components/toast/toast.js.map +1 -1
  125. package/dist/components/toggle/toggle-group.js +40 -24
  126. package/dist/components/toggle/toggle-group.js.map +1 -1
  127. package/dist/components/toggle/toggle.js +50 -42
  128. package/dist/components/toggle/toggle.js.map +1 -1
  129. package/dist/components/tooltip/tooltip.js +101 -55
  130. package/dist/components/tooltip/tooltip.js.map +1 -1
  131. package/dist/index.d.ts +1675 -1068
  132. package/dist/index.js +286 -280
  133. package/dist/index.js.map +1 -1
  134. package/dist/lib/clear-button.js +27 -15
  135. package/dist/lib/clear-button.js.map +1 -1
  136. package/dist/lib/icons.js +18 -6
  137. package/dist/lib/icons.js.map +1 -1
  138. package/dist/packages/volt-runtime/dist/sheet.js +27 -10
  139. package/dist/packages/volt-runtime/dist/sheet.js.map +1 -1
  140. package/dist/packages/volt-runtime/dist/styles/recipe.js +76 -0
  141. package/dist/packages/volt-runtime/dist/styles/recipe.js.map +1 -0
  142. package/dist/styles/document-context.js +12 -0
  143. package/dist/styles/document-context.js.map +1 -0
  144. package/dist/styles/make-styles.js +18 -10
  145. package/dist/styles/make-styles.js.map +1 -1
  146. package/dist/tokens/core.generated.js +1239 -1153
  147. package/dist/tokens/core.generated.js.map +1 -1
  148. package/dist/tokens/index.d.ts +1103 -1054
  149. package/dist/tokens/index.js +1045 -996
  150. package/dist/tokens/index.js.map +1 -1
  151. package/dist/tokens/install.js +25 -9
  152. package/dist/tokens/install.js.map +1 -1
  153. package/dist/tokens/palette.generated.js +1323 -1293
  154. package/dist/tokens/palette.generated.js.map +1 -1
  155. package/dist/tokens/use-palette-tokens.js +20 -0
  156. package/dist/tokens/use-palette-tokens.js.map +1 -0
  157. package/dist/tokens.json +127 -2
  158. package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js +236 -0
  159. package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js.map +1 -0
  160. package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js +21 -0
  161. package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js.map +1 -0
  162. package/dist/vendor/react/jsx-dev-runtime.js +9 -0
  163. package/dist/vendor/react/jsx-dev-runtime.js.map +1 -0
  164. package/package.json +17 -4
  165. package/scripts/migration-diagnostics-core.mjs +859 -0
  166. package/scripts/migration-diagnostics.mjs +353 -0
  167. package/scripts/migration-sweep.mjs +179 -0
  168. package/testing/jest-preset.cjs +64 -0
  169. package/dist/packages/volt-runtime/dist/styles/make-styles.js +0 -22
  170. package/dist/packages/volt-runtime/dist/styles/make-styles.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -3,1061 +3,1110 @@ import * as React from 'react';
3
3
  import React__default, { MouseEvent as MouseEvent$1, ReactNode, ComponentProps, CSSProperties } from 'react';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
 
6
- declare const NS$1 = "f5ce190";
7
-
8
- declare const NS = "c496ca3";
9
-
10
- declare const blue1 = "var(--volt2-c496ca3-blue-1)";
11
- declare const blue10 = "var(--volt2-c496ca3-blue-10)";
12
- declare const blue11 = "var(--volt2-c496ca3-blue-11)";
13
- declare const blue12 = "var(--volt2-c496ca3-blue-12)";
14
- declare const blue2 = "var(--volt2-c496ca3-blue-2)";
15
- declare const blue3 = "var(--volt2-c496ca3-blue-3)";
16
- declare const blue4 = "var(--volt2-c496ca3-blue-4)";
17
- declare const blue5 = "var(--volt2-c496ca3-blue-5)";
18
- declare const blue6 = "var(--volt2-c496ca3-blue-6)";
19
- declare const blue7 = "var(--volt2-c496ca3-blue-7)";
20
- declare const blue8 = "var(--volt2-c496ca3-blue-8)";
21
- declare const blue9 = "var(--volt2-c496ca3-blue-9)";
22
- declare const blueA1 = "var(--volt2-c496ca3-blue-a1)";
23
- declare const blueA10 = "var(--volt2-c496ca3-blue-a10)";
24
- declare const blueA11 = "var(--volt2-c496ca3-blue-a11)";
25
- declare const blueA12 = "var(--volt2-c496ca3-blue-a12)";
26
- declare const blueA2 = "var(--volt2-c496ca3-blue-a2)";
27
- declare const blueA3 = "var(--volt2-c496ca3-blue-a3)";
28
- declare const blueA4 = "var(--volt2-c496ca3-blue-a4)";
29
- declare const blueA5 = "var(--volt2-c496ca3-blue-a5)";
30
- declare const blueA6 = "var(--volt2-c496ca3-blue-a6)";
31
- declare const blueA7 = "var(--volt2-c496ca3-blue-a7)";
32
- declare const blueA8 = "var(--volt2-c496ca3-blue-a8)";
33
- declare const blueA9 = "var(--volt2-c496ca3-blue-a9)";
34
- declare const blueContrast = "var(--volt2-c496ca3-blue-contrast)";
35
- declare const blueIndicator = "var(--volt2-c496ca3-blue-indicator)";
36
- declare const blueSurface = "var(--volt2-c496ca3-blue-surface)";
37
- declare const blueTrack = "var(--volt2-c496ca3-blue-track)";
38
- declare const bronze1 = "var(--volt2-c496ca3-bronze-1)";
39
- declare const bronze10 = "var(--volt2-c496ca3-bronze-10)";
40
- declare const bronze11 = "var(--volt2-c496ca3-bronze-11)";
41
- declare const bronze12 = "var(--volt2-c496ca3-bronze-12)";
42
- declare const bronze2 = "var(--volt2-c496ca3-bronze-2)";
43
- declare const bronze3 = "var(--volt2-c496ca3-bronze-3)";
44
- declare const bronze4 = "var(--volt2-c496ca3-bronze-4)";
45
- declare const bronze5 = "var(--volt2-c496ca3-bronze-5)";
46
- declare const bronze6 = "var(--volt2-c496ca3-bronze-6)";
47
- declare const bronze7 = "var(--volt2-c496ca3-bronze-7)";
48
- declare const bronze8 = "var(--volt2-c496ca3-bronze-8)";
49
- declare const bronze9 = "var(--volt2-c496ca3-bronze-9)";
50
- declare const bronzeA1 = "var(--volt2-c496ca3-bronze-a1)";
51
- declare const bronzeA10 = "var(--volt2-c496ca3-bronze-a10)";
52
- declare const bronzeA11 = "var(--volt2-c496ca3-bronze-a11)";
53
- declare const bronzeA12 = "var(--volt2-c496ca3-bronze-a12)";
54
- declare const bronzeA2 = "var(--volt2-c496ca3-bronze-a2)";
55
- declare const bronzeA3 = "var(--volt2-c496ca3-bronze-a3)";
56
- declare const bronzeA4 = "var(--volt2-c496ca3-bronze-a4)";
57
- declare const bronzeA5 = "var(--volt2-c496ca3-bronze-a5)";
58
- declare const bronzeA6 = "var(--volt2-c496ca3-bronze-a6)";
59
- declare const bronzeA7 = "var(--volt2-c496ca3-bronze-a7)";
60
- declare const bronzeA8 = "var(--volt2-c496ca3-bronze-a8)";
61
- declare const bronzeA9 = "var(--volt2-c496ca3-bronze-a9)";
62
- declare const bronzeContrast = "var(--volt2-c496ca3-bronze-contrast)";
63
- declare const bronzeIndicator = "var(--volt2-c496ca3-bronze-indicator)";
64
- declare const bronzeSurface = "var(--volt2-c496ca3-bronze-surface)";
65
- declare const bronzeTrack = "var(--volt2-c496ca3-bronze-track)";
66
- declare const cyan1 = "var(--volt2-c496ca3-cyan-1)";
67
- declare const cyan10 = "var(--volt2-c496ca3-cyan-10)";
68
- declare const cyan11 = "var(--volt2-c496ca3-cyan-11)";
69
- declare const cyan12 = "var(--volt2-c496ca3-cyan-12)";
70
- declare const cyan2 = "var(--volt2-c496ca3-cyan-2)";
71
- declare const cyan3 = "var(--volt2-c496ca3-cyan-3)";
72
- declare const cyan4 = "var(--volt2-c496ca3-cyan-4)";
73
- declare const cyan5 = "var(--volt2-c496ca3-cyan-5)";
74
- declare const cyan6 = "var(--volt2-c496ca3-cyan-6)";
75
- declare const cyan7 = "var(--volt2-c496ca3-cyan-7)";
76
- declare const cyan8 = "var(--volt2-c496ca3-cyan-8)";
77
- declare const cyan9 = "var(--volt2-c496ca3-cyan-9)";
78
- declare const cyanA1 = "var(--volt2-c496ca3-cyan-a1)";
79
- declare const cyanA10 = "var(--volt2-c496ca3-cyan-a10)";
80
- declare const cyanA11 = "var(--volt2-c496ca3-cyan-a11)";
81
- declare const cyanA12 = "var(--volt2-c496ca3-cyan-a12)";
82
- declare const cyanA2 = "var(--volt2-c496ca3-cyan-a2)";
83
- declare const cyanA3 = "var(--volt2-c496ca3-cyan-a3)";
84
- declare const cyanA4 = "var(--volt2-c496ca3-cyan-a4)";
85
- declare const cyanA5 = "var(--volt2-c496ca3-cyan-a5)";
86
- declare const cyanA6 = "var(--volt2-c496ca3-cyan-a6)";
87
- declare const cyanA7 = "var(--volt2-c496ca3-cyan-a7)";
88
- declare const cyanA8 = "var(--volt2-c496ca3-cyan-a8)";
89
- declare const cyanA9 = "var(--volt2-c496ca3-cyan-a9)";
90
- declare const cyanContrast = "var(--volt2-c496ca3-cyan-contrast)";
91
- declare const cyanIndicator = "var(--volt2-c496ca3-cyan-indicator)";
92
- declare const cyanSurface = "var(--volt2-c496ca3-cyan-surface)";
93
- declare const cyanTrack = "var(--volt2-c496ca3-cyan-track)";
94
- declare const green1 = "var(--volt2-c496ca3-green-1)";
95
- declare const green10 = "var(--volt2-c496ca3-green-10)";
96
- declare const green11 = "var(--volt2-c496ca3-green-11)";
97
- declare const green12 = "var(--volt2-c496ca3-green-12)";
98
- declare const green2 = "var(--volt2-c496ca3-green-2)";
99
- declare const green3 = "var(--volt2-c496ca3-green-3)";
100
- declare const green4 = "var(--volt2-c496ca3-green-4)";
101
- declare const green5 = "var(--volt2-c496ca3-green-5)";
102
- declare const green6 = "var(--volt2-c496ca3-green-6)";
103
- declare const green7 = "var(--volt2-c496ca3-green-7)";
104
- declare const green8 = "var(--volt2-c496ca3-green-8)";
105
- declare const green9 = "var(--volt2-c496ca3-green-9)";
106
- declare const greenA1 = "var(--volt2-c496ca3-green-a1)";
107
- declare const greenA10 = "var(--volt2-c496ca3-green-a10)";
108
- declare const greenA11 = "var(--volt2-c496ca3-green-a11)";
109
- declare const greenA12 = "var(--volt2-c496ca3-green-a12)";
110
- declare const greenA2 = "var(--volt2-c496ca3-green-a2)";
111
- declare const greenA3 = "var(--volt2-c496ca3-green-a3)";
112
- declare const greenA4 = "var(--volt2-c496ca3-green-a4)";
113
- declare const greenA5 = "var(--volt2-c496ca3-green-a5)";
114
- declare const greenA6 = "var(--volt2-c496ca3-green-a6)";
115
- declare const greenA7 = "var(--volt2-c496ca3-green-a7)";
116
- declare const greenA8 = "var(--volt2-c496ca3-green-a8)";
117
- declare const greenA9 = "var(--volt2-c496ca3-green-a9)";
118
- declare const greenContrast = "var(--volt2-c496ca3-green-contrast)";
119
- declare const greenIndicator = "var(--volt2-c496ca3-green-indicator)";
120
- declare const greenSurface = "var(--volt2-c496ca3-green-surface)";
121
- declare const greenTrack = "var(--volt2-c496ca3-green-track)";
122
- declare const indigo1 = "var(--volt2-c496ca3-indigo-1)";
123
- declare const indigo10 = "var(--volt2-c496ca3-indigo-10)";
124
- declare const indigo11 = "var(--volt2-c496ca3-indigo-11)";
125
- declare const indigo12 = "var(--volt2-c496ca3-indigo-12)";
126
- declare const indigo2 = "var(--volt2-c496ca3-indigo-2)";
127
- declare const indigo3 = "var(--volt2-c496ca3-indigo-3)";
128
- declare const indigo4 = "var(--volt2-c496ca3-indigo-4)";
129
- declare const indigo5 = "var(--volt2-c496ca3-indigo-5)";
130
- declare const indigo6 = "var(--volt2-c496ca3-indigo-6)";
131
- declare const indigo7 = "var(--volt2-c496ca3-indigo-7)";
132
- declare const indigo8 = "var(--volt2-c496ca3-indigo-8)";
133
- declare const indigo9 = "var(--volt2-c496ca3-indigo-9)";
134
- declare const indigoA1 = "var(--volt2-c496ca3-indigo-a1)";
135
- declare const indigoA10 = "var(--volt2-c496ca3-indigo-a10)";
136
- declare const indigoA11 = "var(--volt2-c496ca3-indigo-a11)";
137
- declare const indigoA12 = "var(--volt2-c496ca3-indigo-a12)";
138
- declare const indigoA2 = "var(--volt2-c496ca3-indigo-a2)";
139
- declare const indigoA3 = "var(--volt2-c496ca3-indigo-a3)";
140
- declare const indigoA4 = "var(--volt2-c496ca3-indigo-a4)";
141
- declare const indigoA5 = "var(--volt2-c496ca3-indigo-a5)";
142
- declare const indigoA6 = "var(--volt2-c496ca3-indigo-a6)";
143
- declare const indigoA7 = "var(--volt2-c496ca3-indigo-a7)";
144
- declare const indigoA8 = "var(--volt2-c496ca3-indigo-a8)";
145
- declare const indigoA9 = "var(--volt2-c496ca3-indigo-a9)";
146
- declare const indigoContrast = "var(--volt2-c496ca3-indigo-contrast)";
147
- declare const indigoIndicator = "var(--volt2-c496ca3-indigo-indicator)";
148
- declare const indigoSurface = "var(--volt2-c496ca3-indigo-surface)";
149
- declare const indigoTrack = "var(--volt2-c496ca3-indigo-track)";
150
- declare const lime1 = "var(--volt2-c496ca3-lime-1)";
151
- declare const lime10 = "var(--volt2-c496ca3-lime-10)";
152
- declare const lime11 = "var(--volt2-c496ca3-lime-11)";
153
- declare const lime12 = "var(--volt2-c496ca3-lime-12)";
154
- declare const lime2 = "var(--volt2-c496ca3-lime-2)";
155
- declare const lime3 = "var(--volt2-c496ca3-lime-3)";
156
- declare const lime4 = "var(--volt2-c496ca3-lime-4)";
157
- declare const lime5 = "var(--volt2-c496ca3-lime-5)";
158
- declare const lime6 = "var(--volt2-c496ca3-lime-6)";
159
- declare const lime7 = "var(--volt2-c496ca3-lime-7)";
160
- declare const lime8 = "var(--volt2-c496ca3-lime-8)";
161
- declare const lime9 = "var(--volt2-c496ca3-lime-9)";
162
- declare const limeA1 = "var(--volt2-c496ca3-lime-a1)";
163
- declare const limeA10 = "var(--volt2-c496ca3-lime-a10)";
164
- declare const limeA11 = "var(--volt2-c496ca3-lime-a11)";
165
- declare const limeA12 = "var(--volt2-c496ca3-lime-a12)";
166
- declare const limeA2 = "var(--volt2-c496ca3-lime-a2)";
167
- declare const limeA3 = "var(--volt2-c496ca3-lime-a3)";
168
- declare const limeA4 = "var(--volt2-c496ca3-lime-a4)";
169
- declare const limeA5 = "var(--volt2-c496ca3-lime-a5)";
170
- declare const limeA6 = "var(--volt2-c496ca3-lime-a6)";
171
- declare const limeA7 = "var(--volt2-c496ca3-lime-a7)";
172
- declare const limeA8 = "var(--volt2-c496ca3-lime-a8)";
173
- declare const limeA9 = "var(--volt2-c496ca3-lime-a9)";
174
- declare const limeContrast = "var(--volt2-c496ca3-lime-contrast)";
175
- declare const limeIndicator = "var(--volt2-c496ca3-lime-indicator)";
176
- declare const limeSurface = "var(--volt2-c496ca3-lime-surface)";
177
- declare const limeTrack = "var(--volt2-c496ca3-lime-track)";
178
- declare const mauve1 = "var(--volt2-c496ca3-mauve-1)";
179
- declare const mauve10 = "var(--volt2-c496ca3-mauve-10)";
180
- declare const mauve11 = "var(--volt2-c496ca3-mauve-11)";
181
- declare const mauve12 = "var(--volt2-c496ca3-mauve-12)";
182
- declare const mauve2 = "var(--volt2-c496ca3-mauve-2)";
183
- declare const mauve3 = "var(--volt2-c496ca3-mauve-3)";
184
- declare const mauve4 = "var(--volt2-c496ca3-mauve-4)";
185
- declare const mauve5 = "var(--volt2-c496ca3-mauve-5)";
186
- declare const mauve6 = "var(--volt2-c496ca3-mauve-6)";
187
- declare const mauve7 = "var(--volt2-c496ca3-mauve-7)";
188
- declare const mauve8 = "var(--volt2-c496ca3-mauve-8)";
189
- declare const mauve9 = "var(--volt2-c496ca3-mauve-9)";
190
- declare const mauveA1 = "var(--volt2-c496ca3-mauve-a1)";
191
- declare const mauveA10 = "var(--volt2-c496ca3-mauve-a10)";
192
- declare const mauveA11 = "var(--volt2-c496ca3-mauve-a11)";
193
- declare const mauveA12 = "var(--volt2-c496ca3-mauve-a12)";
194
- declare const mauveA2 = "var(--volt2-c496ca3-mauve-a2)";
195
- declare const mauveA3 = "var(--volt2-c496ca3-mauve-a3)";
196
- declare const mauveA4 = "var(--volt2-c496ca3-mauve-a4)";
197
- declare const mauveA5 = "var(--volt2-c496ca3-mauve-a5)";
198
- declare const mauveA6 = "var(--volt2-c496ca3-mauve-a6)";
199
- declare const mauveA7 = "var(--volt2-c496ca3-mauve-a7)";
200
- declare const mauveA8 = "var(--volt2-c496ca3-mauve-a8)";
201
- declare const mauveA9 = "var(--volt2-c496ca3-mauve-a9)";
202
- declare const mauveContrast = "var(--volt2-c496ca3-mauve-contrast)";
203
- declare const mauveIndicator = "var(--volt2-c496ca3-mauve-indicator)";
204
- declare const mauveSurface = "var(--volt2-c496ca3-mauve-surface)";
205
- declare const mauveTrack = "var(--volt2-c496ca3-mauve-track)";
206
- declare const mint1 = "var(--volt2-c496ca3-mint-1)";
207
- declare const mint10 = "var(--volt2-c496ca3-mint-10)";
208
- declare const mint11 = "var(--volt2-c496ca3-mint-11)";
209
- declare const mint12 = "var(--volt2-c496ca3-mint-12)";
210
- declare const mint2 = "var(--volt2-c496ca3-mint-2)";
211
- declare const mint3 = "var(--volt2-c496ca3-mint-3)";
212
- declare const mint4 = "var(--volt2-c496ca3-mint-4)";
213
- declare const mint5 = "var(--volt2-c496ca3-mint-5)";
214
- declare const mint6 = "var(--volt2-c496ca3-mint-6)";
215
- declare const mint7 = "var(--volt2-c496ca3-mint-7)";
216
- declare const mint8 = "var(--volt2-c496ca3-mint-8)";
217
- declare const mint9 = "var(--volt2-c496ca3-mint-9)";
218
- declare const mintA1 = "var(--volt2-c496ca3-mint-a1)";
219
- declare const mintA10 = "var(--volt2-c496ca3-mint-a10)";
220
- declare const mintA11 = "var(--volt2-c496ca3-mint-a11)";
221
- declare const mintA12 = "var(--volt2-c496ca3-mint-a12)";
222
- declare const mintA2 = "var(--volt2-c496ca3-mint-a2)";
223
- declare const mintA3 = "var(--volt2-c496ca3-mint-a3)";
224
- declare const mintA4 = "var(--volt2-c496ca3-mint-a4)";
225
- declare const mintA5 = "var(--volt2-c496ca3-mint-a5)";
226
- declare const mintA6 = "var(--volt2-c496ca3-mint-a6)";
227
- declare const mintA7 = "var(--volt2-c496ca3-mint-a7)";
228
- declare const mintA8 = "var(--volt2-c496ca3-mint-a8)";
229
- declare const mintA9 = "var(--volt2-c496ca3-mint-a9)";
230
- declare const mintContrast = "var(--volt2-c496ca3-mint-contrast)";
231
- declare const mintIndicator = "var(--volt2-c496ca3-mint-indicator)";
232
- declare const mintSurface = "var(--volt2-c496ca3-mint-surface)";
233
- declare const mintTrack = "var(--volt2-c496ca3-mint-track)";
234
- declare const orange1 = "var(--volt2-c496ca3-orange-1)";
235
- declare const orange10 = "var(--volt2-c496ca3-orange-10)";
236
- declare const orange11 = "var(--volt2-c496ca3-orange-11)";
237
- declare const orange12 = "var(--volt2-c496ca3-orange-12)";
238
- declare const orange2 = "var(--volt2-c496ca3-orange-2)";
239
- declare const orange3 = "var(--volt2-c496ca3-orange-3)";
240
- declare const orange4 = "var(--volt2-c496ca3-orange-4)";
241
- declare const orange5 = "var(--volt2-c496ca3-orange-5)";
242
- declare const orange6 = "var(--volt2-c496ca3-orange-6)";
243
- declare const orange7 = "var(--volt2-c496ca3-orange-7)";
244
- declare const orange8 = "var(--volt2-c496ca3-orange-8)";
245
- declare const orange9 = "var(--volt2-c496ca3-orange-9)";
246
- declare const orangeA1 = "var(--volt2-c496ca3-orange-a1)";
247
- declare const orangeA10 = "var(--volt2-c496ca3-orange-a10)";
248
- declare const orangeA11 = "var(--volt2-c496ca3-orange-a11)";
249
- declare const orangeA12 = "var(--volt2-c496ca3-orange-a12)";
250
- declare const orangeA2 = "var(--volt2-c496ca3-orange-a2)";
251
- declare const orangeA3 = "var(--volt2-c496ca3-orange-a3)";
252
- declare const orangeA4 = "var(--volt2-c496ca3-orange-a4)";
253
- declare const orangeA5 = "var(--volt2-c496ca3-orange-a5)";
254
- declare const orangeA6 = "var(--volt2-c496ca3-orange-a6)";
255
- declare const orangeA7 = "var(--volt2-c496ca3-orange-a7)";
256
- declare const orangeA8 = "var(--volt2-c496ca3-orange-a8)";
257
- declare const orangeA9 = "var(--volt2-c496ca3-orange-a9)";
258
- declare const orangeContrast = "var(--volt2-c496ca3-orange-contrast)";
259
- declare const orangeIndicator = "var(--volt2-c496ca3-orange-indicator)";
260
- declare const orangeSurface = "var(--volt2-c496ca3-orange-surface)";
261
- declare const orangeTrack = "var(--volt2-c496ca3-orange-track)";
262
- declare const pink1 = "var(--volt2-c496ca3-pink-1)";
263
- declare const pink10 = "var(--volt2-c496ca3-pink-10)";
264
- declare const pink11 = "var(--volt2-c496ca3-pink-11)";
265
- declare const pink12 = "var(--volt2-c496ca3-pink-12)";
266
- declare const pink2 = "var(--volt2-c496ca3-pink-2)";
267
- declare const pink3 = "var(--volt2-c496ca3-pink-3)";
268
- declare const pink4 = "var(--volt2-c496ca3-pink-4)";
269
- declare const pink5 = "var(--volt2-c496ca3-pink-5)";
270
- declare const pink6 = "var(--volt2-c496ca3-pink-6)";
271
- declare const pink7 = "var(--volt2-c496ca3-pink-7)";
272
- declare const pink8 = "var(--volt2-c496ca3-pink-8)";
273
- declare const pink9 = "var(--volt2-c496ca3-pink-9)";
274
- declare const pinkA1 = "var(--volt2-c496ca3-pink-a1)";
275
- declare const pinkA10 = "var(--volt2-c496ca3-pink-a10)";
276
- declare const pinkA11 = "var(--volt2-c496ca3-pink-a11)";
277
- declare const pinkA12 = "var(--volt2-c496ca3-pink-a12)";
278
- declare const pinkA2 = "var(--volt2-c496ca3-pink-a2)";
279
- declare const pinkA3 = "var(--volt2-c496ca3-pink-a3)";
280
- declare const pinkA4 = "var(--volt2-c496ca3-pink-a4)";
281
- declare const pinkA5 = "var(--volt2-c496ca3-pink-a5)";
282
- declare const pinkA6 = "var(--volt2-c496ca3-pink-a6)";
283
- declare const pinkA7 = "var(--volt2-c496ca3-pink-a7)";
284
- declare const pinkA8 = "var(--volt2-c496ca3-pink-a8)";
285
- declare const pinkA9 = "var(--volt2-c496ca3-pink-a9)";
286
- declare const pinkContrast = "var(--volt2-c496ca3-pink-contrast)";
287
- declare const pinkIndicator = "var(--volt2-c496ca3-pink-indicator)";
288
- declare const pinkSurface = "var(--volt2-c496ca3-pink-surface)";
289
- declare const pinkTrack = "var(--volt2-c496ca3-pink-track)";
290
- declare const purple1 = "var(--volt2-c496ca3-purple-1)";
291
- declare const purple10 = "var(--volt2-c496ca3-purple-10)";
292
- declare const purple11 = "var(--volt2-c496ca3-purple-11)";
293
- declare const purple12 = "var(--volt2-c496ca3-purple-12)";
294
- declare const purple2 = "var(--volt2-c496ca3-purple-2)";
295
- declare const purple3 = "var(--volt2-c496ca3-purple-3)";
296
- declare const purple4 = "var(--volt2-c496ca3-purple-4)";
297
- declare const purple5 = "var(--volt2-c496ca3-purple-5)";
298
- declare const purple6 = "var(--volt2-c496ca3-purple-6)";
299
- declare const purple7 = "var(--volt2-c496ca3-purple-7)";
300
- declare const purple8 = "var(--volt2-c496ca3-purple-8)";
301
- declare const purple9 = "var(--volt2-c496ca3-purple-9)";
302
- declare const purpleA1 = "var(--volt2-c496ca3-purple-a1)";
303
- declare const purpleA10 = "var(--volt2-c496ca3-purple-a10)";
304
- declare const purpleA11 = "var(--volt2-c496ca3-purple-a11)";
305
- declare const purpleA12 = "var(--volt2-c496ca3-purple-a12)";
306
- declare const purpleA2 = "var(--volt2-c496ca3-purple-a2)";
307
- declare const purpleA3 = "var(--volt2-c496ca3-purple-a3)";
308
- declare const purpleA4 = "var(--volt2-c496ca3-purple-a4)";
309
- declare const purpleA5 = "var(--volt2-c496ca3-purple-a5)";
310
- declare const purpleA6 = "var(--volt2-c496ca3-purple-a6)";
311
- declare const purpleA7 = "var(--volt2-c496ca3-purple-a7)";
312
- declare const purpleA8 = "var(--volt2-c496ca3-purple-a8)";
313
- declare const purpleA9 = "var(--volt2-c496ca3-purple-a9)";
314
- declare const purpleContrast = "var(--volt2-c496ca3-purple-contrast)";
315
- declare const purpleIndicator = "var(--volt2-c496ca3-purple-indicator)";
316
- declare const purpleSurface = "var(--volt2-c496ca3-purple-surface)";
317
- declare const purpleTrack = "var(--volt2-c496ca3-purple-track)";
318
- declare const red1 = "var(--volt2-c496ca3-red-1)";
319
- declare const red10 = "var(--volt2-c496ca3-red-10)";
320
- declare const red11 = "var(--volt2-c496ca3-red-11)";
321
- declare const red12 = "var(--volt2-c496ca3-red-12)";
322
- declare const red2 = "var(--volt2-c496ca3-red-2)";
323
- declare const red3 = "var(--volt2-c496ca3-red-3)";
324
- declare const red4 = "var(--volt2-c496ca3-red-4)";
325
- declare const red5 = "var(--volt2-c496ca3-red-5)";
326
- declare const red6 = "var(--volt2-c496ca3-red-6)";
327
- declare const red7 = "var(--volt2-c496ca3-red-7)";
328
- declare const red8 = "var(--volt2-c496ca3-red-8)";
329
- declare const red9 = "var(--volt2-c496ca3-red-9)";
330
- declare const redA1 = "var(--volt2-c496ca3-red-a1)";
331
- declare const redA10 = "var(--volt2-c496ca3-red-a10)";
332
- declare const redA11 = "var(--volt2-c496ca3-red-a11)";
333
- declare const redA12 = "var(--volt2-c496ca3-red-a12)";
334
- declare const redA2 = "var(--volt2-c496ca3-red-a2)";
335
- declare const redA3 = "var(--volt2-c496ca3-red-a3)";
336
- declare const redA4 = "var(--volt2-c496ca3-red-a4)";
337
- declare const redA5 = "var(--volt2-c496ca3-red-a5)";
338
- declare const redA6 = "var(--volt2-c496ca3-red-a6)";
339
- declare const redA7 = "var(--volt2-c496ca3-red-a7)";
340
- declare const redA8 = "var(--volt2-c496ca3-red-a8)";
341
- declare const redA9 = "var(--volt2-c496ca3-red-a9)";
342
- declare const redContrast = "var(--volt2-c496ca3-red-contrast)";
343
- declare const redIndicator = "var(--volt2-c496ca3-red-indicator)";
344
- declare const redSurface = "var(--volt2-c496ca3-red-surface)";
345
- declare const redTrack = "var(--volt2-c496ca3-red-track)";
346
- declare const semBlueContrast = "var(--volt2-c496ca3-sem-blue-contrast)";
347
- declare const semBlueDefault = "var(--volt2-c496ca3-sem-blue-default)";
348
- declare const semBlueDisabled = "var(--volt2-c496ca3-sem-blue-disabled)";
349
- declare const semBlueHighContrast = "var(--volt2-c496ca3-sem-blue-high-contrast)";
350
- declare const semBlueLight = "var(--volt2-c496ca3-sem-blue-light)";
351
- declare const semBlueOnHighContrast = "var(--volt2-c496ca3-sem-blue-on-high-contrast)";
352
- declare const semBlueOnSolid = "var(--volt2-c496ca3-sem-blue-on-solid)";
353
- declare const semBlueSoft = "var(--volt2-c496ca3-sem-blue-soft)";
354
- declare const semBlueSoftHover = "var(--volt2-c496ca3-sem-blue-soft-hover)";
355
- declare const semBlueSolid = "var(--volt2-c496ca3-sem-blue-solid)";
356
- declare const semBlueSolidHover = "var(--volt2-c496ca3-sem-blue-solid-hover)";
357
- declare const semBlueSurface = "var(--volt2-c496ca3-sem-blue-surface)";
358
- declare const semBlueSurfaceHover = "var(--volt2-c496ca3-sem-blue-surface-hover)";
359
- declare const semBlueUi = "var(--volt2-c496ca3-sem-blue-ui)";
360
- declare const semBlueUiHover = "var(--volt2-c496ca3-sem-blue-ui-hover)";
361
- declare const semBronzeContrast = "var(--volt2-c496ca3-sem-bronze-contrast)";
362
- declare const semBronzeDefault = "var(--volt2-c496ca3-sem-bronze-default)";
363
- declare const semBronzeDisabled = "var(--volt2-c496ca3-sem-bronze-disabled)";
364
- declare const semBronzeHighContrast = "var(--volt2-c496ca3-sem-bronze-high-contrast)";
365
- declare const semBronzeLight = "var(--volt2-c496ca3-sem-bronze-light)";
366
- declare const semBronzeOnHighContrast = "var(--volt2-c496ca3-sem-bronze-on-high-contrast)";
367
- declare const semBronzeOnSolid = "var(--volt2-c496ca3-sem-bronze-on-solid)";
368
- declare const semBronzeSoft = "var(--volt2-c496ca3-sem-bronze-soft)";
369
- declare const semBronzeSoftHover = "var(--volt2-c496ca3-sem-bronze-soft-hover)";
370
- declare const semBronzeSolid = "var(--volt2-c496ca3-sem-bronze-solid)";
371
- declare const semBronzeSolidHover = "var(--volt2-c496ca3-sem-bronze-solid-hover)";
372
- declare const semBronzeSurface = "var(--volt2-c496ca3-sem-bronze-surface)";
373
- declare const semBronzeSurfaceHover = "var(--volt2-c496ca3-sem-bronze-surface-hover)";
374
- declare const semBronzeUi = "var(--volt2-c496ca3-sem-bronze-ui)";
375
- declare const semBronzeUiHover = "var(--volt2-c496ca3-sem-bronze-ui-hover)";
376
- declare const semCyanContrast = "var(--volt2-c496ca3-sem-cyan-contrast)";
377
- declare const semCyanDefault = "var(--volt2-c496ca3-sem-cyan-default)";
378
- declare const semCyanDisabled = "var(--volt2-c496ca3-sem-cyan-disabled)";
379
- declare const semCyanHighContrast = "var(--volt2-c496ca3-sem-cyan-high-contrast)";
380
- declare const semCyanLight = "var(--volt2-c496ca3-sem-cyan-light)";
381
- declare const semCyanOnHighContrast = "var(--volt2-c496ca3-sem-cyan-on-high-contrast)";
382
- declare const semCyanOnSolid = "var(--volt2-c496ca3-sem-cyan-on-solid)";
383
- declare const semCyanSoft = "var(--volt2-c496ca3-sem-cyan-soft)";
384
- declare const semCyanSoftHover = "var(--volt2-c496ca3-sem-cyan-soft-hover)";
385
- declare const semCyanSolid = "var(--volt2-c496ca3-sem-cyan-solid)";
386
- declare const semCyanSolidHover = "var(--volt2-c496ca3-sem-cyan-solid-hover)";
387
- declare const semCyanSurface = "var(--volt2-c496ca3-sem-cyan-surface)";
388
- declare const semCyanSurfaceHover = "var(--volt2-c496ca3-sem-cyan-surface-hover)";
389
- declare const semCyanUi = "var(--volt2-c496ca3-sem-cyan-ui)";
390
- declare const semCyanUiHover = "var(--volt2-c496ca3-sem-cyan-ui-hover)";
391
- declare const semGreenContrast = "var(--volt2-c496ca3-sem-green-contrast)";
392
- declare const semGreenDefault = "var(--volt2-c496ca3-sem-green-default)";
393
- declare const semGreenDisabled = "var(--volt2-c496ca3-sem-green-disabled)";
394
- declare const semGreenHighContrast = "var(--volt2-c496ca3-sem-green-high-contrast)";
395
- declare const semGreenLight = "var(--volt2-c496ca3-sem-green-light)";
396
- declare const semGreenOnHighContrast = "var(--volt2-c496ca3-sem-green-on-high-contrast)";
397
- declare const semGreenOnSolid = "var(--volt2-c496ca3-sem-green-on-solid)";
398
- declare const semGreenSoft = "var(--volt2-c496ca3-sem-green-soft)";
399
- declare const semGreenSoftHover = "var(--volt2-c496ca3-sem-green-soft-hover)";
400
- declare const semGreenSolid = "var(--volt2-c496ca3-sem-green-solid)";
401
- declare const semGreenSolidHover = "var(--volt2-c496ca3-sem-green-solid-hover)";
402
- declare const semGreenSurface = "var(--volt2-c496ca3-sem-green-surface)";
403
- declare const semGreenSurfaceHover = "var(--volt2-c496ca3-sem-green-surface-hover)";
404
- declare const semGreenUi = "var(--volt2-c496ca3-sem-green-ui)";
405
- declare const semGreenUiHover = "var(--volt2-c496ca3-sem-green-ui-hover)";
406
- declare const semIndigoContrast = "var(--volt2-c496ca3-sem-indigo-contrast)";
407
- declare const semIndigoDefault = "var(--volt2-c496ca3-sem-indigo-default)";
408
- declare const semIndigoDisabled = "var(--volt2-c496ca3-sem-indigo-disabled)";
409
- declare const semIndigoHighContrast = "var(--volt2-c496ca3-sem-indigo-high-contrast)";
410
- declare const semIndigoLight = "var(--volt2-c496ca3-sem-indigo-light)";
411
- declare const semIndigoOnHighContrast = "var(--volt2-c496ca3-sem-indigo-on-high-contrast)";
412
- declare const semIndigoOnSolid = "var(--volt2-c496ca3-sem-indigo-on-solid)";
413
- declare const semIndigoSoft = "var(--volt2-c496ca3-sem-indigo-soft)";
414
- declare const semIndigoSoftHover = "var(--volt2-c496ca3-sem-indigo-soft-hover)";
415
- declare const semIndigoSolid = "var(--volt2-c496ca3-sem-indigo-solid)";
416
- declare const semIndigoSolidHover = "var(--volt2-c496ca3-sem-indigo-solid-hover)";
417
- declare const semIndigoSurface = "var(--volt2-c496ca3-sem-indigo-surface)";
418
- declare const semIndigoSurfaceHover = "var(--volt2-c496ca3-sem-indigo-surface-hover)";
419
- declare const semIndigoUi = "var(--volt2-c496ca3-sem-indigo-ui)";
420
- declare const semIndigoUiHover = "var(--volt2-c496ca3-sem-indigo-ui-hover)";
421
- declare const semLimeContrast = "var(--volt2-c496ca3-sem-lime-contrast)";
422
- declare const semLimeDefault = "var(--volt2-c496ca3-sem-lime-default)";
423
- declare const semLimeDisabled = "var(--volt2-c496ca3-sem-lime-disabled)";
424
- declare const semLimeHighContrast = "var(--volt2-c496ca3-sem-lime-high-contrast)";
425
- declare const semLimeLight = "var(--volt2-c496ca3-sem-lime-light)";
426
- declare const semLimeOnHighContrast = "var(--volt2-c496ca3-sem-lime-on-high-contrast)";
427
- declare const semLimeOnSolid = "var(--volt2-c496ca3-sem-lime-on-solid)";
428
- declare const semLimeSoft = "var(--volt2-c496ca3-sem-lime-soft)";
429
- declare const semLimeSoftHover = "var(--volt2-c496ca3-sem-lime-soft-hover)";
430
- declare const semLimeSolid = "var(--volt2-c496ca3-sem-lime-solid)";
431
- declare const semLimeSolidHover = "var(--volt2-c496ca3-sem-lime-solid-hover)";
432
- declare const semLimeSurface = "var(--volt2-c496ca3-sem-lime-surface)";
433
- declare const semLimeSurfaceHover = "var(--volt2-c496ca3-sem-lime-surface-hover)";
434
- declare const semLimeUi = "var(--volt2-c496ca3-sem-lime-ui)";
435
- declare const semLimeUiHover = "var(--volt2-c496ca3-sem-lime-ui-hover)";
436
- declare const semMauveContrast = "var(--volt2-c496ca3-sem-mauve-contrast)";
437
- declare const semMauveDefault = "var(--volt2-c496ca3-sem-mauve-default)";
438
- declare const semMauveDisabled = "var(--volt2-c496ca3-sem-mauve-disabled)";
439
- declare const semMauveHighContrast = "var(--volt2-c496ca3-sem-mauve-high-contrast)";
440
- declare const semMauveLight = "var(--volt2-c496ca3-sem-mauve-light)";
441
- declare const semMauveOnHighContrast = "var(--volt2-c496ca3-sem-mauve-on-high-contrast)";
442
- declare const semMauveOnSolid = "var(--volt2-c496ca3-sem-mauve-on-solid)";
443
- declare const semMauveSoft = "var(--volt2-c496ca3-sem-mauve-soft)";
444
- declare const semMauveSoftHover = "var(--volt2-c496ca3-sem-mauve-soft-hover)";
445
- declare const semMauveSolid = "var(--volt2-c496ca3-sem-mauve-solid)";
446
- declare const semMauveSolidHover = "var(--volt2-c496ca3-sem-mauve-solid-hover)";
447
- declare const semMauveSurface = "var(--volt2-c496ca3-sem-mauve-surface)";
448
- declare const semMauveSurfaceHover = "var(--volt2-c496ca3-sem-mauve-surface-hover)";
449
- declare const semMauveUi = "var(--volt2-c496ca3-sem-mauve-ui)";
450
- declare const semMauveUiHover = "var(--volt2-c496ca3-sem-mauve-ui-hover)";
451
- declare const semMintContrast = "var(--volt2-c496ca3-sem-mint-contrast)";
452
- declare const semMintDefault = "var(--volt2-c496ca3-sem-mint-default)";
453
- declare const semMintDisabled = "var(--volt2-c496ca3-sem-mint-disabled)";
454
- declare const semMintHighContrast = "var(--volt2-c496ca3-sem-mint-high-contrast)";
455
- declare const semMintLight = "var(--volt2-c496ca3-sem-mint-light)";
456
- declare const semMintOnHighContrast = "var(--volt2-c496ca3-sem-mint-on-high-contrast)";
457
- declare const semMintOnSolid = "var(--volt2-c496ca3-sem-mint-on-solid)";
458
- declare const semMintSoft = "var(--volt2-c496ca3-sem-mint-soft)";
459
- declare const semMintSoftHover = "var(--volt2-c496ca3-sem-mint-soft-hover)";
460
- declare const semMintSolid = "var(--volt2-c496ca3-sem-mint-solid)";
461
- declare const semMintSolidHover = "var(--volt2-c496ca3-sem-mint-solid-hover)";
462
- declare const semMintSurface = "var(--volt2-c496ca3-sem-mint-surface)";
463
- declare const semMintSurfaceHover = "var(--volt2-c496ca3-sem-mint-surface-hover)";
464
- declare const semMintUi = "var(--volt2-c496ca3-sem-mint-ui)";
465
- declare const semMintUiHover = "var(--volt2-c496ca3-sem-mint-ui-hover)";
466
- declare const semOrangeContrast = "var(--volt2-c496ca3-sem-orange-contrast)";
467
- declare const semOrangeDefault = "var(--volt2-c496ca3-sem-orange-default)";
468
- declare const semOrangeDisabled = "var(--volt2-c496ca3-sem-orange-disabled)";
469
- declare const semOrangeHighContrast = "var(--volt2-c496ca3-sem-orange-high-contrast)";
470
- declare const semOrangeLight = "var(--volt2-c496ca3-sem-orange-light)";
471
- declare const semOrangeOnHighContrast = "var(--volt2-c496ca3-sem-orange-on-high-contrast)";
472
- declare const semOrangeOnSolid = "var(--volt2-c496ca3-sem-orange-on-solid)";
473
- declare const semOrangeSoft = "var(--volt2-c496ca3-sem-orange-soft)";
474
- declare const semOrangeSoftHover = "var(--volt2-c496ca3-sem-orange-soft-hover)";
475
- declare const semOrangeSolid = "var(--volt2-c496ca3-sem-orange-solid)";
476
- declare const semOrangeSolidHover = "var(--volt2-c496ca3-sem-orange-solid-hover)";
477
- declare const semOrangeSurface = "var(--volt2-c496ca3-sem-orange-surface)";
478
- declare const semOrangeSurfaceHover = "var(--volt2-c496ca3-sem-orange-surface-hover)";
479
- declare const semOrangeUi = "var(--volt2-c496ca3-sem-orange-ui)";
480
- declare const semOrangeUiHover = "var(--volt2-c496ca3-sem-orange-ui-hover)";
481
- declare const semPinkContrast = "var(--volt2-c496ca3-sem-pink-contrast)";
482
- declare const semPinkDefault = "var(--volt2-c496ca3-sem-pink-default)";
483
- declare const semPinkDisabled = "var(--volt2-c496ca3-sem-pink-disabled)";
484
- declare const semPinkHighContrast = "var(--volt2-c496ca3-sem-pink-high-contrast)";
485
- declare const semPinkLight = "var(--volt2-c496ca3-sem-pink-light)";
486
- declare const semPinkOnHighContrast = "var(--volt2-c496ca3-sem-pink-on-high-contrast)";
487
- declare const semPinkOnSolid = "var(--volt2-c496ca3-sem-pink-on-solid)";
488
- declare const semPinkSoft = "var(--volt2-c496ca3-sem-pink-soft)";
489
- declare const semPinkSoftHover = "var(--volt2-c496ca3-sem-pink-soft-hover)";
490
- declare const semPinkSolid = "var(--volt2-c496ca3-sem-pink-solid)";
491
- declare const semPinkSolidHover = "var(--volt2-c496ca3-sem-pink-solid-hover)";
492
- declare const semPinkSurface = "var(--volt2-c496ca3-sem-pink-surface)";
493
- declare const semPinkSurfaceHover = "var(--volt2-c496ca3-sem-pink-surface-hover)";
494
- declare const semPinkUi = "var(--volt2-c496ca3-sem-pink-ui)";
495
- declare const semPinkUiHover = "var(--volt2-c496ca3-sem-pink-ui-hover)";
496
- declare const semPurpleContrast = "var(--volt2-c496ca3-sem-purple-contrast)";
497
- declare const semPurpleDefault = "var(--volt2-c496ca3-sem-purple-default)";
498
- declare const semPurpleDisabled = "var(--volt2-c496ca3-sem-purple-disabled)";
499
- declare const semPurpleHighContrast = "var(--volt2-c496ca3-sem-purple-high-contrast)";
500
- declare const semPurpleLight = "var(--volt2-c496ca3-sem-purple-light)";
501
- declare const semPurpleOnHighContrast = "var(--volt2-c496ca3-sem-purple-on-high-contrast)";
502
- declare const semPurpleOnSolid = "var(--volt2-c496ca3-sem-purple-on-solid)";
503
- declare const semPurpleSoft = "var(--volt2-c496ca3-sem-purple-soft)";
504
- declare const semPurpleSoftHover = "var(--volt2-c496ca3-sem-purple-soft-hover)";
505
- declare const semPurpleSolid = "var(--volt2-c496ca3-sem-purple-solid)";
506
- declare const semPurpleSolidHover = "var(--volt2-c496ca3-sem-purple-solid-hover)";
507
- declare const semPurpleSurface = "var(--volt2-c496ca3-sem-purple-surface)";
508
- declare const semPurpleSurfaceHover = "var(--volt2-c496ca3-sem-purple-surface-hover)";
509
- declare const semPurpleUi = "var(--volt2-c496ca3-sem-purple-ui)";
510
- declare const semPurpleUiHover = "var(--volt2-c496ca3-sem-purple-ui-hover)";
511
- declare const semRedContrast = "var(--volt2-c496ca3-sem-red-contrast)";
512
- declare const semRedDefault = "var(--volt2-c496ca3-sem-red-default)";
513
- declare const semRedDisabled = "var(--volt2-c496ca3-sem-red-disabled)";
514
- declare const semRedHighContrast = "var(--volt2-c496ca3-sem-red-high-contrast)";
515
- declare const semRedLight = "var(--volt2-c496ca3-sem-red-light)";
516
- declare const semRedOnHighContrast = "var(--volt2-c496ca3-sem-red-on-high-contrast)";
517
- declare const semRedOnSolid = "var(--volt2-c496ca3-sem-red-on-solid)";
518
- declare const semRedSoft = "var(--volt2-c496ca3-sem-red-soft)";
519
- declare const semRedSoftHover = "var(--volt2-c496ca3-sem-red-soft-hover)";
520
- declare const semRedSolid = "var(--volt2-c496ca3-sem-red-solid)";
521
- declare const semRedSolidHover = "var(--volt2-c496ca3-sem-red-solid-hover)";
522
- declare const semRedSurface = "var(--volt2-c496ca3-sem-red-surface)";
523
- declare const semRedSurfaceHover = "var(--volt2-c496ca3-sem-red-surface-hover)";
524
- declare const semRedUi = "var(--volt2-c496ca3-sem-red-ui)";
525
- declare const semRedUiHover = "var(--volt2-c496ca3-sem-red-ui-hover)";
526
- declare const semSkyContrast = "var(--volt2-c496ca3-sem-sky-contrast)";
527
- declare const semSkyDefault = "var(--volt2-c496ca3-sem-sky-default)";
528
- declare const semSkyDisabled = "var(--volt2-c496ca3-sem-sky-disabled)";
529
- declare const semSkyHighContrast = "var(--volt2-c496ca3-sem-sky-high-contrast)";
530
- declare const semSkyLight = "var(--volt2-c496ca3-sem-sky-light)";
531
- declare const semSkyOnHighContrast = "var(--volt2-c496ca3-sem-sky-on-high-contrast)";
532
- declare const semSkyOnSolid = "var(--volt2-c496ca3-sem-sky-on-solid)";
533
- declare const semSkySoft = "var(--volt2-c496ca3-sem-sky-soft)";
534
- declare const semSkySoftHover = "var(--volt2-c496ca3-sem-sky-soft-hover)";
535
- declare const semSkySolid = "var(--volt2-c496ca3-sem-sky-solid)";
536
- declare const semSkySolidHover = "var(--volt2-c496ca3-sem-sky-solid-hover)";
537
- declare const semSkySurface = "var(--volt2-c496ca3-sem-sky-surface)";
538
- declare const semSkySurfaceHover = "var(--volt2-c496ca3-sem-sky-surface-hover)";
539
- declare const semSkyUi = "var(--volt2-c496ca3-sem-sky-ui)";
540
- declare const semSkyUiHover = "var(--volt2-c496ca3-sem-sky-ui-hover)";
541
- declare const semTealContrast = "var(--volt2-c496ca3-sem-teal-contrast)";
542
- declare const semTealDefault = "var(--volt2-c496ca3-sem-teal-default)";
543
- declare const semTealDisabled = "var(--volt2-c496ca3-sem-teal-disabled)";
544
- declare const semTealHighContrast = "var(--volt2-c496ca3-sem-teal-high-contrast)";
545
- declare const semTealLight = "var(--volt2-c496ca3-sem-teal-light)";
546
- declare const semTealOnHighContrast = "var(--volt2-c496ca3-sem-teal-on-high-contrast)";
547
- declare const semTealOnSolid = "var(--volt2-c496ca3-sem-teal-on-solid)";
548
- declare const semTealSoft = "var(--volt2-c496ca3-sem-teal-soft)";
549
- declare const semTealSoftHover = "var(--volt2-c496ca3-sem-teal-soft-hover)";
550
- declare const semTealSolid = "var(--volt2-c496ca3-sem-teal-solid)";
551
- declare const semTealSolidHover = "var(--volt2-c496ca3-sem-teal-solid-hover)";
552
- declare const semTealSurface = "var(--volt2-c496ca3-sem-teal-surface)";
553
- declare const semTealSurfaceHover = "var(--volt2-c496ca3-sem-teal-surface-hover)";
554
- declare const semTealUi = "var(--volt2-c496ca3-sem-teal-ui)";
555
- declare const semTealUiHover = "var(--volt2-c496ca3-sem-teal-ui-hover)";
556
- declare const semYellowContrast = "var(--volt2-c496ca3-sem-yellow-contrast)";
557
- declare const semYellowDefault = "var(--volt2-c496ca3-sem-yellow-default)";
558
- declare const semYellowDisabled = "var(--volt2-c496ca3-sem-yellow-disabled)";
559
- declare const semYellowHighContrast = "var(--volt2-c496ca3-sem-yellow-high-contrast)";
560
- declare const semYellowLight = "var(--volt2-c496ca3-sem-yellow-light)";
561
- declare const semYellowOnHighContrast = "var(--volt2-c496ca3-sem-yellow-on-high-contrast)";
562
- declare const semYellowOnSolid = "var(--volt2-c496ca3-sem-yellow-on-solid)";
563
- declare const semYellowSoft = "var(--volt2-c496ca3-sem-yellow-soft)";
564
- declare const semYellowSoftHover = "var(--volt2-c496ca3-sem-yellow-soft-hover)";
565
- declare const semYellowSolid = "var(--volt2-c496ca3-sem-yellow-solid)";
566
- declare const semYellowSolidHover = "var(--volt2-c496ca3-sem-yellow-solid-hover)";
567
- declare const semYellowSurface = "var(--volt2-c496ca3-sem-yellow-surface)";
568
- declare const semYellowSurfaceHover = "var(--volt2-c496ca3-sem-yellow-surface-hover)";
569
- declare const semYellowUi = "var(--volt2-c496ca3-sem-yellow-ui)";
570
- declare const semYellowUiHover = "var(--volt2-c496ca3-sem-yellow-ui-hover)";
571
- declare const sky1 = "var(--volt2-c496ca3-sky-1)";
572
- declare const sky10 = "var(--volt2-c496ca3-sky-10)";
573
- declare const sky11 = "var(--volt2-c496ca3-sky-11)";
574
- declare const sky12 = "var(--volt2-c496ca3-sky-12)";
575
- declare const sky2 = "var(--volt2-c496ca3-sky-2)";
576
- declare const sky3 = "var(--volt2-c496ca3-sky-3)";
577
- declare const sky4 = "var(--volt2-c496ca3-sky-4)";
578
- declare const sky5 = "var(--volt2-c496ca3-sky-5)";
579
- declare const sky6 = "var(--volt2-c496ca3-sky-6)";
580
- declare const sky7 = "var(--volt2-c496ca3-sky-7)";
581
- declare const sky8 = "var(--volt2-c496ca3-sky-8)";
582
- declare const sky9 = "var(--volt2-c496ca3-sky-9)";
583
- declare const skyA1 = "var(--volt2-c496ca3-sky-a1)";
584
- declare const skyA10 = "var(--volt2-c496ca3-sky-a10)";
585
- declare const skyA11 = "var(--volt2-c496ca3-sky-a11)";
586
- declare const skyA12 = "var(--volt2-c496ca3-sky-a12)";
587
- declare const skyA2 = "var(--volt2-c496ca3-sky-a2)";
588
- declare const skyA3 = "var(--volt2-c496ca3-sky-a3)";
589
- declare const skyA4 = "var(--volt2-c496ca3-sky-a4)";
590
- declare const skyA5 = "var(--volt2-c496ca3-sky-a5)";
591
- declare const skyA6 = "var(--volt2-c496ca3-sky-a6)";
592
- declare const skyA7 = "var(--volt2-c496ca3-sky-a7)";
593
- declare const skyA8 = "var(--volt2-c496ca3-sky-a8)";
594
- declare const skyA9 = "var(--volt2-c496ca3-sky-a9)";
595
- declare const skyContrast = "var(--volt2-c496ca3-sky-contrast)";
596
- declare const skyIndicator = "var(--volt2-c496ca3-sky-indicator)";
597
- declare const skySurface = "var(--volt2-c496ca3-sky-surface)";
598
- declare const skyTrack = "var(--volt2-c496ca3-sky-track)";
599
- declare const teal1 = "var(--volt2-c496ca3-teal-1)";
600
- declare const teal10 = "var(--volt2-c496ca3-teal-10)";
601
- declare const teal11 = "var(--volt2-c496ca3-teal-11)";
602
- declare const teal12 = "var(--volt2-c496ca3-teal-12)";
603
- declare const teal2 = "var(--volt2-c496ca3-teal-2)";
604
- declare const teal3 = "var(--volt2-c496ca3-teal-3)";
605
- declare const teal4 = "var(--volt2-c496ca3-teal-4)";
606
- declare const teal5 = "var(--volt2-c496ca3-teal-5)";
607
- declare const teal6 = "var(--volt2-c496ca3-teal-6)";
608
- declare const teal7 = "var(--volt2-c496ca3-teal-7)";
609
- declare const teal8 = "var(--volt2-c496ca3-teal-8)";
610
- declare const teal9 = "var(--volt2-c496ca3-teal-9)";
611
- declare const tealA1 = "var(--volt2-c496ca3-teal-a1)";
612
- declare const tealA10 = "var(--volt2-c496ca3-teal-a10)";
613
- declare const tealA11 = "var(--volt2-c496ca3-teal-a11)";
614
- declare const tealA12 = "var(--volt2-c496ca3-teal-a12)";
615
- declare const tealA2 = "var(--volt2-c496ca3-teal-a2)";
616
- declare const tealA3 = "var(--volt2-c496ca3-teal-a3)";
617
- declare const tealA4 = "var(--volt2-c496ca3-teal-a4)";
618
- declare const tealA5 = "var(--volt2-c496ca3-teal-a5)";
619
- declare const tealA6 = "var(--volt2-c496ca3-teal-a6)";
620
- declare const tealA7 = "var(--volt2-c496ca3-teal-a7)";
621
- declare const tealA8 = "var(--volt2-c496ca3-teal-a8)";
622
- declare const tealA9 = "var(--volt2-c496ca3-teal-a9)";
623
- declare const tealContrast = "var(--volt2-c496ca3-teal-contrast)";
624
- declare const tealIndicator = "var(--volt2-c496ca3-teal-indicator)";
625
- declare const tealSurface = "var(--volt2-c496ca3-teal-surface)";
626
- declare const tealTrack = "var(--volt2-c496ca3-teal-track)";
627
- declare const yellow1 = "var(--volt2-c496ca3-yellow-1)";
628
- declare const yellow10 = "var(--volt2-c496ca3-yellow-10)";
629
- declare const yellow11 = "var(--volt2-c496ca3-yellow-11)";
630
- declare const yellow12 = "var(--volt2-c496ca3-yellow-12)";
631
- declare const yellow2 = "var(--volt2-c496ca3-yellow-2)";
632
- declare const yellow3 = "var(--volt2-c496ca3-yellow-3)";
633
- declare const yellow4 = "var(--volt2-c496ca3-yellow-4)";
634
- declare const yellow5 = "var(--volt2-c496ca3-yellow-5)";
635
- declare const yellow6 = "var(--volt2-c496ca3-yellow-6)";
636
- declare const yellow7 = "var(--volt2-c496ca3-yellow-7)";
637
- declare const yellow8 = "var(--volt2-c496ca3-yellow-8)";
638
- declare const yellow9 = "var(--volt2-c496ca3-yellow-9)";
639
- declare const yellowA1 = "var(--volt2-c496ca3-yellow-a1)";
640
- declare const yellowA10 = "var(--volt2-c496ca3-yellow-a10)";
641
- declare const yellowA11 = "var(--volt2-c496ca3-yellow-a11)";
642
- declare const yellowA12 = "var(--volt2-c496ca3-yellow-a12)";
643
- declare const yellowA2 = "var(--volt2-c496ca3-yellow-a2)";
644
- declare const yellowA3 = "var(--volt2-c496ca3-yellow-a3)";
645
- declare const yellowA4 = "var(--volt2-c496ca3-yellow-a4)";
646
- declare const yellowA5 = "var(--volt2-c496ca3-yellow-a5)";
647
- declare const yellowA6 = "var(--volt2-c496ca3-yellow-a6)";
648
- declare const yellowA7 = "var(--volt2-c496ca3-yellow-a7)";
649
- declare const yellowA8 = "var(--volt2-c496ca3-yellow-a8)";
650
- declare const yellowA9 = "var(--volt2-c496ca3-yellow-a9)";
651
- declare const yellowContrast = "var(--volt2-c496ca3-yellow-contrast)";
652
- declare const yellowIndicator = "var(--volt2-c496ca3-yellow-indicator)";
653
- declare const yellowSurface = "var(--volt2-c496ca3-yellow-surface)";
654
- declare const yellowTrack = "var(--volt2-c496ca3-yellow-track)";
655
- declare const accent1 = "var(--volt2-f5ce190-accent-1)";
656
- declare const accent10 = "var(--volt2-f5ce190-accent-10)";
657
- declare const accent11 = "var(--volt2-f5ce190-accent-11)";
658
- declare const accent12 = "var(--volt2-f5ce190-accent-12)";
659
- declare const accent2 = "var(--volt2-f5ce190-accent-2)";
660
- declare const accent3 = "var(--volt2-f5ce190-accent-3)";
661
- declare const accent4 = "var(--volt2-f5ce190-accent-4)";
662
- declare const accent5 = "var(--volt2-f5ce190-accent-5)";
663
- declare const accent6 = "var(--volt2-f5ce190-accent-6)";
664
- declare const accent7 = "var(--volt2-f5ce190-accent-7)";
665
- declare const accent8 = "var(--volt2-f5ce190-accent-8)";
666
- declare const accent9 = "var(--volt2-f5ce190-accent-9)";
667
- declare const accentA1 = "var(--volt2-f5ce190-accent-a1)";
668
- declare const accentA10 = "var(--volt2-f5ce190-accent-a10)";
669
- declare const accentA11 = "var(--volt2-f5ce190-accent-a11)";
670
- declare const accentA12 = "var(--volt2-f5ce190-accent-a12)";
671
- declare const accentA2 = "var(--volt2-f5ce190-accent-a2)";
672
- declare const accentA3 = "var(--volt2-f5ce190-accent-a3)";
673
- declare const accentA4 = "var(--volt2-f5ce190-accent-a4)";
674
- declare const accentA5 = "var(--volt2-f5ce190-accent-a5)";
675
- declare const accentA6 = "var(--volt2-f5ce190-accent-a6)";
676
- declare const accentA7 = "var(--volt2-f5ce190-accent-a7)";
677
- declare const accentA8 = "var(--volt2-f5ce190-accent-a8)";
678
- declare const accentA9 = "var(--volt2-f5ce190-accent-a9)";
679
- declare const accentContrast = "var(--volt2-f5ce190-accent-contrast)";
680
- declare const accentIndicator = "var(--volt2-f5ce190-accent-indicator)";
681
- declare const accentSurface = "var(--volt2-f5ce190-accent-surface)";
682
- declare const accentTrack = "var(--volt2-f5ce190-accent-track)";
683
- declare const blackA22 = "var(--volt2-f5ce190-black-a22)";
684
- declare const blackA32 = "var(--volt2-f5ce190-black-a32)";
685
- declare const blackA38 = "var(--volt2-f5ce190-black-a38)";
686
- declare const blurField = "var(--volt2-f5ce190-blur-field)";
687
- declare const blurObject = "var(--volt2-f5ce190-blur-object)";
688
- declare const blurPGlassField = "var(--volt2-f5ce190-blur-p-glass-field)";
689
- declare const blurPGlassObject = "var(--volt2-f5ce190-blur-p-glass-object)";
690
- declare const blurPNone = "var(--volt2-f5ce190-blur-p-none)";
691
- declare const body = "var(--volt2-f5ce190-body)";
692
- declare const borderContainer = "var(--volt2-f5ce190-border-container)";
693
- declare const borderField = "var(--volt2-f5ce190-border-field)";
694
- declare const borderHairline = "var(--volt2-f5ce190-border-hairline)";
695
- declare const borderHeader = "var(--volt2-f5ce190-border-header)";
696
- declare const borderNone = "var(--volt2-f5ce190-border-none)";
697
- declare const borderObject = "var(--volt2-f5ce190-border-object)";
698
- declare const borderOverlay = "var(--volt2-f5ce190-border-overlay)";
699
- declare const borderWidthContainer = "var(--volt2-f5ce190-border-width-container)";
700
- declare const borderWidthField = "var(--volt2-f5ce190-border-width-field)";
701
- declare const borderWidthHeader = "var(--volt2-f5ce190-border-width-header)";
702
- declare const borderWidthObject = "var(--volt2-f5ce190-border-width-object)";
703
- declare const borderWidthOverlay = "var(--volt2-f5ce190-border-width-overlay)";
704
- declare const container2xl = "var(--volt2-f5ce190-container-2xl)";
705
- declare const container3xl = "var(--volt2-f5ce190-container-3xl)";
706
- declare const container4xl = "var(--volt2-f5ce190-container-4xl)";
707
- declare const container5xl = "var(--volt2-f5ce190-container-5xl)";
708
- declare const containerLg = "var(--volt2-f5ce190-container-lg)";
709
- declare const containerMd = "var(--volt2-f5ce190-container-md)";
710
- declare const containerSm = "var(--volt2-f5ce190-container-sm)";
711
- declare const containerXl = "var(--volt2-f5ce190-container-xl)";
712
- declare const ease = "var(--volt2-f5ce190-ease)";
713
- declare const error1 = "var(--volt2-f5ce190-error-1)";
714
- declare const error10 = "var(--volt2-f5ce190-error-10)";
715
- declare const error11 = "var(--volt2-f5ce190-error-11)";
716
- declare const error12 = "var(--volt2-f5ce190-error-12)";
717
- declare const error2 = "var(--volt2-f5ce190-error-2)";
718
- declare const error3 = "var(--volt2-f5ce190-error-3)";
719
- declare const error4 = "var(--volt2-f5ce190-error-4)";
720
- declare const error5 = "var(--volt2-f5ce190-error-5)";
721
- declare const error6 = "var(--volt2-f5ce190-error-6)";
722
- declare const error7 = "var(--volt2-f5ce190-error-7)";
723
- declare const error8 = "var(--volt2-f5ce190-error-8)";
724
- declare const error9 = "var(--volt2-f5ce190-error-9)";
725
- declare const errorA1 = "var(--volt2-f5ce190-error-a1)";
726
- declare const errorA10 = "var(--volt2-f5ce190-error-a10)";
727
- declare const errorA11 = "var(--volt2-f5ce190-error-a11)";
728
- declare const errorA12 = "var(--volt2-f5ce190-error-a12)";
729
- declare const errorA2 = "var(--volt2-f5ce190-error-a2)";
730
- declare const errorA3 = "var(--volt2-f5ce190-error-a3)";
731
- declare const errorA4 = "var(--volt2-f5ce190-error-a4)";
732
- declare const errorA5 = "var(--volt2-f5ce190-error-a5)";
733
- declare const errorA6 = "var(--volt2-f5ce190-error-a6)";
734
- declare const errorA7 = "var(--volt2-f5ce190-error-a7)";
735
- declare const errorA8 = "var(--volt2-f5ce190-error-a8)";
736
- declare const errorA9 = "var(--volt2-f5ce190-error-a9)";
737
- declare const errorContrast = "var(--volt2-f5ce190-error-contrast)";
738
- declare const errorIndicator = "var(--volt2-f5ce190-error-indicator)";
739
- declare const errorSurface = "var(--volt2-f5ce190-error-surface)";
740
- declare const errorTrack = "var(--volt2-f5ce190-error-track)";
741
- declare const fontWeightBold = "var(--volt2-f5ce190-font-weight-bold)";
742
- declare const fontWeightMedium = "var(--volt2-f5ce190-font-weight-medium)";
743
- declare const fontWeightNormal = "var(--volt2-f5ce190-font-weight-normal)";
744
- declare const fontWeightSemibold = "var(--volt2-f5ce190-font-weight-semibold)";
745
- declare const fxBorderHeaderPlain = "var(--volt2-f5ce190-fx-border-header-plain)";
746
- declare const fxBorderPlainObject = "var(--volt2-f5ce190-fx-border-plain-object)";
747
- declare const fxCardBloomBlue = "var(--volt2-f5ce190-fx-card-bloom-blue)";
748
- declare const fxCardBloomViolet = "var(--volt2-f5ce190-fx-card-bloom-violet)";
749
- declare const fxCardWash2 = "var(--volt2-f5ce190-fx-card-wash-2)";
750
- declare const fxGlassBloomBlue = "var(--volt2-f5ce190-fx-glass-bloom-blue)";
751
- declare const fxGlassBloomBlueDark = "var(--volt2-f5ce190-fx-glass-bloom-blue-dark)";
752
- declare const fxGlassBloomViolet = "var(--volt2-f5ce190-fx-glass-bloom-violet)";
753
- declare const fxGlassBloomVioletDark = "var(--volt2-f5ce190-fx-glass-bloom-violet-dark)";
754
- declare const fxGlassObjectDark = "var(--volt2-f5ce190-fx-glass-object-dark)";
755
- declare const fxGlassWash1 = "var(--volt2-f5ce190-fx-glass-wash-1)";
756
- declare const fxGlassWash2 = "var(--volt2-f5ce190-fx-glass-wash-2)";
757
- declare const fxGlassWash3 = "var(--volt2-f5ce190-fx-glass-wash-3)";
758
- declare const fxGlassWashDark1 = "var(--volt2-f5ce190-fx-glass-wash-dark-1)";
759
- declare const fxGlassWashDark2 = "var(--volt2-f5ce190-fx-glass-wash-dark-2)";
760
- declare const fxGlassWashDark3 = "var(--volt2-f5ce190-fx-glass-wash-dark-3)";
761
- declare const fxHoverPlainRow = "var(--volt2-f5ce190-fx-hover-plain-row)";
762
- declare const fxSepPlain = "var(--volt2-f5ce190-fx-sep-plain)";
763
- declare const fxShadeCoolA12 = "var(--volt2-f5ce190-fx-shade-cool-a12)";
764
- declare const fxShadeCoolA7 = "var(--volt2-f5ce190-fx-shade-cool-a7)";
765
- declare const fxShadeCoolA8 = "var(--volt2-f5ce190-fx-shade-cool-a8)";
766
- declare const fxShadeDeepA10 = "var(--volt2-f5ce190-fx-shade-deep-a10)";
767
- declare const fxShadeDeepA6 = "var(--volt2-f5ce190-fx-shade-deep-a6)";
768
- declare const fxShadeDeepA7 = "var(--volt2-f5ce190-fx-shade-deep-a7)";
769
- declare const fxShadeNavyA16 = "var(--volt2-f5ce190-fx-shade-navy-a16)";
770
- declare const fxShadeOverlayA22 = "var(--volt2-f5ce190-fx-shade-overlay-a22)";
771
- declare const fxTintWash1 = "var(--volt2-f5ce190-fx-tint-wash-1)";
772
- declare const fxTintWash2 = "var(--volt2-f5ce190-fx-tint-wash-2)";
773
- declare const fxWashBorderedDark = "var(--volt2-f5ce190-fx-wash-bordered-dark)";
774
- declare const fxWashBorderedLight = "var(--volt2-f5ce190-fx-wash-bordered-light)";
775
- declare const fxWashPlain = "var(--volt2-f5ce190-fx-wash-plain)";
776
- declare const gradientBorderedWash = "var(--volt2-f5ce190-gradient-bordered-wash)";
777
- declare const gradientBorderedWashDark = "var(--volt2-f5ce190-gradient-bordered-wash-dark)";
778
- declare const gradientCardWash = "var(--volt2-f5ce190-gradient-card-wash)";
779
- declare const gradientGlassWash = "var(--volt2-f5ce190-gradient-glass-wash)";
780
- declare const gradientGlassWashDark = "var(--volt2-f5ce190-gradient-glass-wash-dark)";
781
- declare const gradientPlainWash = "var(--volt2-f5ce190-gradient-plain-wash)";
782
- declare const gradientTintWash = "var(--volt2-f5ce190-gradient-tint-wash)";
783
- declare const gray1 = "var(--volt2-f5ce190-gray-1)";
784
- declare const gray10 = "var(--volt2-f5ce190-gray-10)";
785
- declare const gray11 = "var(--volt2-f5ce190-gray-11)";
786
- declare const gray12 = "var(--volt2-f5ce190-gray-12)";
787
- declare const gray2 = "var(--volt2-f5ce190-gray-2)";
788
- declare const gray3 = "var(--volt2-f5ce190-gray-3)";
789
- declare const gray4 = "var(--volt2-f5ce190-gray-4)";
790
- declare const gray5 = "var(--volt2-f5ce190-gray-5)";
791
- declare const gray6 = "var(--volt2-f5ce190-gray-6)";
792
- declare const gray7 = "var(--volt2-f5ce190-gray-7)";
793
- declare const gray8 = "var(--volt2-f5ce190-gray-8)";
794
- declare const gray9 = "var(--volt2-f5ce190-gray-9)";
795
- declare const grayA1 = "var(--volt2-f5ce190-gray-a1)";
796
- declare const grayA10 = "var(--volt2-f5ce190-gray-a10)";
797
- declare const grayA11 = "var(--volt2-f5ce190-gray-a11)";
798
- declare const grayA12 = "var(--volt2-f5ce190-gray-a12)";
799
- declare const grayA2 = "var(--volt2-f5ce190-gray-a2)";
800
- declare const grayA3 = "var(--volt2-f5ce190-gray-a3)";
801
- declare const grayA4 = "var(--volt2-f5ce190-gray-a4)";
802
- declare const grayA5 = "var(--volt2-f5ce190-gray-a5)";
803
- declare const grayA6 = "var(--volt2-f5ce190-gray-a6)";
804
- declare const grayA7 = "var(--volt2-f5ce190-gray-a7)";
805
- declare const grayA8 = "var(--volt2-f5ce190-gray-a8)";
806
- declare const grayA9 = "var(--volt2-f5ce190-gray-a9)";
807
- declare const grayContrast = "var(--volt2-f5ce190-gray-contrast)";
808
- declare const grayIndicator = "var(--volt2-f5ce190-gray-indicator)";
809
- declare const graySurface = "var(--volt2-f5ce190-gray-surface)";
810
- declare const grayTrack = "var(--volt2-f5ce190-gray-track)";
811
- declare const info1 = "var(--volt2-f5ce190-info-1)";
812
- declare const info10 = "var(--volt2-f5ce190-info-10)";
813
- declare const info11 = "var(--volt2-f5ce190-info-11)";
814
- declare const info12 = "var(--volt2-f5ce190-info-12)";
815
- declare const info2 = "var(--volt2-f5ce190-info-2)";
816
- declare const info3 = "var(--volt2-f5ce190-info-3)";
817
- declare const info4 = "var(--volt2-f5ce190-info-4)";
818
- declare const info5 = "var(--volt2-f5ce190-info-5)";
819
- declare const info6 = "var(--volt2-f5ce190-info-6)";
820
- declare const info7 = "var(--volt2-f5ce190-info-7)";
821
- declare const info8 = "var(--volt2-f5ce190-info-8)";
822
- declare const info9 = "var(--volt2-f5ce190-info-9)";
823
- declare const infoA1 = "var(--volt2-f5ce190-info-a1)";
824
- declare const infoA10 = "var(--volt2-f5ce190-info-a10)";
825
- declare const infoA11 = "var(--volt2-f5ce190-info-a11)";
826
- declare const infoA12 = "var(--volt2-f5ce190-info-a12)";
827
- declare const infoA2 = "var(--volt2-f5ce190-info-a2)";
828
- declare const infoA3 = "var(--volt2-f5ce190-info-a3)";
829
- declare const infoA4 = "var(--volt2-f5ce190-info-a4)";
830
- declare const infoA5 = "var(--volt2-f5ce190-info-a5)";
831
- declare const infoA6 = "var(--volt2-f5ce190-info-a6)";
832
- declare const infoA7 = "var(--volt2-f5ce190-info-a7)";
833
- declare const infoA8 = "var(--volt2-f5ce190-info-a8)";
834
- declare const infoA9 = "var(--volt2-f5ce190-info-a9)";
835
- declare const infoContrast = "var(--volt2-f5ce190-info-contrast)";
836
- declare const infoIndicator = "var(--volt2-f5ce190-info-indicator)";
837
- declare const infoSurface = "var(--volt2-f5ce190-info-surface)";
838
- declare const infoTrack = "var(--volt2-f5ce190-info-track)";
839
- declare const leading2xl = "var(--volt2-f5ce190-leading-2xl)";
840
- declare const leading3xl = "var(--volt2-f5ce190-leading-3xl)";
841
- declare const leadingBase = "var(--volt2-f5ce190-leading-base)";
842
- declare const leadingLg = "var(--volt2-f5ce190-leading-lg)";
843
- declare const leadingSm = "var(--volt2-f5ce190-leading-sm)";
844
- declare const leadingXl = "var(--volt2-f5ce190-leading-xl)";
845
- declare const leadingXs = "var(--volt2-f5ce190-leading-xs)";
846
- declare const level1 = "var(--volt2-f5ce190-level-1)";
847
- declare const motionBase = "var(--volt2-f5ce190-motion-base)";
848
- declare const motionFast = "var(--volt2-f5ce190-motion-fast)";
849
- declare const motionSlow = "var(--volt2-f5ce190-motion-slow)";
850
- declare const radius2xl = "var(--volt2-f5ce190-radius-2xl)";
851
- declare const radius3xl = "var(--volt2-f5ce190-radius-3xl)";
852
- declare const radiusFull = "var(--volt2-f5ce190-radius-full)";
853
- declare const radiusLg = "var(--volt2-f5ce190-radius-lg)";
854
- declare const radiusMd = "var(--volt2-f5ce190-radius-md)";
855
- declare const radiusSm = "var(--volt2-f5ce190-radius-sm)";
856
- declare const radiusXl = "var(--volt2-f5ce190-radius-xl)";
857
- declare const semAccentContrast = "var(--volt2-f5ce190-sem-accent-contrast)";
858
- declare const semAccentDefault = "var(--volt2-f5ce190-sem-accent-default)";
859
- declare const semAccentDisabled = "var(--volt2-f5ce190-sem-accent-disabled)";
860
- declare const semAccentHighContrast = "var(--volt2-f5ce190-sem-accent-high-contrast)";
861
- declare const semAccentLight = "var(--volt2-f5ce190-sem-accent-light)";
862
- declare const semAccentOnHighContrast = "var(--volt2-f5ce190-sem-accent-on-high-contrast)";
863
- declare const semAccentOnSolid = "var(--volt2-f5ce190-sem-accent-on-solid)";
864
- declare const semAccentSoft = "var(--volt2-f5ce190-sem-accent-soft)";
865
- declare const semAccentSoftHover = "var(--volt2-f5ce190-sem-accent-soft-hover)";
866
- declare const semAccentSolid = "var(--volt2-f5ce190-sem-accent-solid)";
867
- declare const semAccentSolidHover = "var(--volt2-f5ce190-sem-accent-solid-hover)";
868
- declare const semAccentSurface = "var(--volt2-f5ce190-sem-accent-surface)";
869
- declare const semAccentSurfaceHover = "var(--volt2-f5ce190-sem-accent-surface-hover)";
870
- declare const semAccentUi = "var(--volt2-f5ce190-sem-accent-ui)";
871
- declare const semAccentUiHover = "var(--volt2-f5ce190-sem-accent-ui-hover)";
872
- declare const semBody = "var(--volt2-f5ce190-sem-body)";
873
- declare const semErrorContrast = "var(--volt2-f5ce190-sem-error-contrast)";
874
- declare const semErrorDefault = "var(--volt2-f5ce190-sem-error-default)";
875
- declare const semErrorDisabled = "var(--volt2-f5ce190-sem-error-disabled)";
876
- declare const semErrorHighContrast = "var(--volt2-f5ce190-sem-error-high-contrast)";
877
- declare const semErrorLight = "var(--volt2-f5ce190-sem-error-light)";
878
- declare const semErrorOnHighContrast = "var(--volt2-f5ce190-sem-error-on-high-contrast)";
879
- declare const semErrorOnSolid = "var(--volt2-f5ce190-sem-error-on-solid)";
880
- declare const semErrorSoft = "var(--volt2-f5ce190-sem-error-soft)";
881
- declare const semErrorSoftHover = "var(--volt2-f5ce190-sem-error-soft-hover)";
882
- declare const semErrorSolid = "var(--volt2-f5ce190-sem-error-solid)";
883
- declare const semErrorSolidHover = "var(--volt2-f5ce190-sem-error-solid-hover)";
884
- declare const semErrorSurface = "var(--volt2-f5ce190-sem-error-surface)";
885
- declare const semErrorSurfaceHover = "var(--volt2-f5ce190-sem-error-surface-hover)";
886
- declare const semErrorUi = "var(--volt2-f5ce190-sem-error-ui)";
887
- declare const semErrorUiHover = "var(--volt2-f5ce190-sem-error-ui-hover)";
888
- declare const semGrayContrast = "var(--volt2-f5ce190-sem-gray-contrast)";
889
- declare const semGrayDefault = "var(--volt2-f5ce190-sem-gray-default)";
890
- declare const semGrayDisabled = "var(--volt2-f5ce190-sem-gray-disabled)";
891
- declare const semGrayHighContrast = "var(--volt2-f5ce190-sem-gray-high-contrast)";
892
- declare const semGrayLight = "var(--volt2-f5ce190-sem-gray-light)";
893
- declare const semGrayOnHighContrast = "var(--volt2-f5ce190-sem-gray-on-high-contrast)";
894
- declare const semGrayOnSolid = "var(--volt2-f5ce190-sem-gray-on-solid)";
895
- declare const semGraySoft = "var(--volt2-f5ce190-sem-gray-soft)";
896
- declare const semGraySoftHover = "var(--volt2-f5ce190-sem-gray-soft-hover)";
897
- declare const semGraySolid = "var(--volt2-f5ce190-sem-gray-solid)";
898
- declare const semGraySolidHover = "var(--volt2-f5ce190-sem-gray-solid-hover)";
899
- declare const semGraySurface = "var(--volt2-f5ce190-sem-gray-surface)";
900
- declare const semGraySurfaceHover = "var(--volt2-f5ce190-sem-gray-surface-hover)";
901
- declare const semGrayUi = "var(--volt2-f5ce190-sem-gray-ui)";
902
- declare const semGrayUiHover = "var(--volt2-f5ce190-sem-gray-ui-hover)";
903
- declare const semInfoContrast = "var(--volt2-f5ce190-sem-info-contrast)";
904
- declare const semInfoDefault = "var(--volt2-f5ce190-sem-info-default)";
905
- declare const semInfoDisabled = "var(--volt2-f5ce190-sem-info-disabled)";
906
- declare const semInfoHighContrast = "var(--volt2-f5ce190-sem-info-high-contrast)";
907
- declare const semInfoLight = "var(--volt2-f5ce190-sem-info-light)";
908
- declare const semInfoOnHighContrast = "var(--volt2-f5ce190-sem-info-on-high-contrast)";
909
- declare const semInfoOnSolid = "var(--volt2-f5ce190-sem-info-on-solid)";
910
- declare const semInfoSoft = "var(--volt2-f5ce190-sem-info-soft)";
911
- declare const semInfoSoftHover = "var(--volt2-f5ce190-sem-info-soft-hover)";
912
- declare const semInfoSolid = "var(--volt2-f5ce190-sem-info-solid)";
913
- declare const semInfoSolidHover = "var(--volt2-f5ce190-sem-info-solid-hover)";
914
- declare const semInfoSurface = "var(--volt2-f5ce190-sem-info-surface)";
915
- declare const semInfoSurfaceHover = "var(--volt2-f5ce190-sem-info-surface-hover)";
916
- declare const semInfoUi = "var(--volt2-f5ce190-sem-info-ui)";
917
- declare const semInfoUiHover = "var(--volt2-f5ce190-sem-info-ui-hover)";
918
- declare const semLevel1 = "var(--volt2-f5ce190-sem-level-1)";
919
- declare const semLevel2 = "var(--volt2-f5ce190-sem-level-2)";
920
- declare const semLevel3 = "var(--volt2-f5ce190-sem-level-3)";
921
- declare const semSuccessContrast = "var(--volt2-f5ce190-sem-success-contrast)";
922
- declare const semSuccessDefault = "var(--volt2-f5ce190-sem-success-default)";
923
- declare const semSuccessDisabled = "var(--volt2-f5ce190-sem-success-disabled)";
924
- declare const semSuccessHighContrast = "var(--volt2-f5ce190-sem-success-high-contrast)";
925
- declare const semSuccessLight = "var(--volt2-f5ce190-sem-success-light)";
926
- declare const semSuccessOnHighContrast = "var(--volt2-f5ce190-sem-success-on-high-contrast)";
927
- declare const semSuccessOnSolid = "var(--volt2-f5ce190-sem-success-on-solid)";
928
- declare const semSuccessSoft = "var(--volt2-f5ce190-sem-success-soft)";
929
- declare const semSuccessSoftHover = "var(--volt2-f5ce190-sem-success-soft-hover)";
930
- declare const semSuccessSolid = "var(--volt2-f5ce190-sem-success-solid)";
931
- declare const semSuccessSolidHover = "var(--volt2-f5ce190-sem-success-solid-hover)";
932
- declare const semSuccessSurface = "var(--volt2-f5ce190-sem-success-surface)";
933
- declare const semSuccessSurfaceHover = "var(--volt2-f5ce190-sem-success-surface-hover)";
934
- declare const semSuccessUi = "var(--volt2-f5ce190-sem-success-ui)";
935
- declare const semSuccessUiHover = "var(--volt2-f5ce190-sem-success-ui-hover)";
936
- declare const semWarningContrast = "var(--volt2-f5ce190-sem-warning-contrast)";
937
- declare const semWarningDefault = "var(--volt2-f5ce190-sem-warning-default)";
938
- declare const semWarningDisabled = "var(--volt2-f5ce190-sem-warning-disabled)";
939
- declare const semWarningHighContrast = "var(--volt2-f5ce190-sem-warning-high-contrast)";
940
- declare const semWarningLight = "var(--volt2-f5ce190-sem-warning-light)";
941
- declare const semWarningOnHighContrast = "var(--volt2-f5ce190-sem-warning-on-high-contrast)";
942
- declare const semWarningOnSolid = "var(--volt2-f5ce190-sem-warning-on-solid)";
943
- declare const semWarningSoft = "var(--volt2-f5ce190-sem-warning-soft)";
944
- declare const semWarningSoftHover = "var(--volt2-f5ce190-sem-warning-soft-hover)";
945
- declare const semWarningSolid = "var(--volt2-f5ce190-sem-warning-solid)";
946
- declare const semWarningSolidHover = "var(--volt2-f5ce190-sem-warning-solid-hover)";
947
- declare const semWarningSurface = "var(--volt2-f5ce190-sem-warning-surface)";
948
- declare const semWarningSurfaceHover = "var(--volt2-f5ce190-sem-warning-surface-hover)";
949
- declare const semWarningUi = "var(--volt2-f5ce190-sem-warning-ui)";
950
- declare const semWarningUiHover = "var(--volt2-f5ce190-sem-warning-ui-hover)";
951
- declare const shadowContainer = "var(--volt2-f5ce190-shadow-container)";
952
- declare const shadowField = "var(--volt2-f5ce190-shadow-field)";
953
- declare const shadowObject = "var(--volt2-f5ce190-shadow-object)";
954
- declare const shadowOverlay = "var(--volt2-f5ce190-shadow-overlay)";
955
- declare const shadowPBorderedOverlay = "var(--volt2-f5ce190-shadow-p-bordered-overlay)";
956
- declare const shadowPCardContainer = "var(--volt2-f5ce190-shadow-p-card-container)";
957
- declare const shadowPGlassContainer = "var(--volt2-f5ce190-shadow-p-glass-container)";
958
- declare const shadowPGlassContainerDark = "var(--volt2-f5ce190-shadow-p-glass-container-dark)";
959
- declare const shadowPGlassField = "var(--volt2-f5ce190-shadow-p-glass-field)";
960
- declare const shadowPGlassObject = "var(--volt2-f5ce190-shadow-p-glass-object)";
961
- declare const shadowPGlassObjectDark = "var(--volt2-f5ce190-shadow-p-glass-object-dark)";
962
- declare const shadowPNone = "var(--volt2-f5ce190-shadow-p-none)";
963
- declare const shadowPPlainContainer = "var(--volt2-f5ce190-shadow-p-plain-container)";
964
- declare const spacingElement1 = "var(--volt2-f5ce190-spacing-element-1)";
965
- declare const spacingElement2 = "var(--volt2-f5ce190-spacing-element-2)";
966
- declare const spacingElement3 = "var(--volt2-f5ce190-spacing-element-3)";
967
- declare const spacingGroup1 = "var(--volt2-f5ce190-spacing-group-1)";
968
- declare const spacingGroup2 = "var(--volt2-f5ce190-spacing-group-2)";
969
- declare const spacingLayout1 = "var(--volt2-f5ce190-spacing-layout-1)";
970
- declare const spacingLayout2 = "var(--volt2-f5ce190-spacing-layout-2)";
971
- declare const spacingNone = "var(--volt2-f5ce190-spacing-none)";
972
- declare const success1 = "var(--volt2-f5ce190-success-1)";
973
- declare const success10 = "var(--volt2-f5ce190-success-10)";
974
- declare const success11 = "var(--volt2-f5ce190-success-11)";
975
- declare const success12 = "var(--volt2-f5ce190-success-12)";
976
- declare const success2 = "var(--volt2-f5ce190-success-2)";
977
- declare const success3 = "var(--volt2-f5ce190-success-3)";
978
- declare const success4 = "var(--volt2-f5ce190-success-4)";
979
- declare const success5 = "var(--volt2-f5ce190-success-5)";
980
- declare const success6 = "var(--volt2-f5ce190-success-6)";
981
- declare const success7 = "var(--volt2-f5ce190-success-7)";
982
- declare const success8 = "var(--volt2-f5ce190-success-8)";
983
- declare const success9 = "var(--volt2-f5ce190-success-9)";
984
- declare const successA1 = "var(--volt2-f5ce190-success-a1)";
985
- declare const successA10 = "var(--volt2-f5ce190-success-a10)";
986
- declare const successA11 = "var(--volt2-f5ce190-success-a11)";
987
- declare const successA12 = "var(--volt2-f5ce190-success-a12)";
988
- declare const successA2 = "var(--volt2-f5ce190-success-a2)";
989
- declare const successA3 = "var(--volt2-f5ce190-success-a3)";
990
- declare const successA4 = "var(--volt2-f5ce190-success-a4)";
991
- declare const successA5 = "var(--volt2-f5ce190-success-a5)";
992
- declare const successA6 = "var(--volt2-f5ce190-success-a6)";
993
- declare const successA7 = "var(--volt2-f5ce190-success-a7)";
994
- declare const successA8 = "var(--volt2-f5ce190-success-a8)";
995
- declare const successA9 = "var(--volt2-f5ce190-success-a9)";
996
- declare const successContrast = "var(--volt2-f5ce190-success-contrast)";
997
- declare const successIndicator = "var(--volt2-f5ce190-success-indicator)";
998
- declare const successSurface = "var(--volt2-f5ce190-success-surface)";
999
- declare const successTrack = "var(--volt2-f5ce190-success-track)";
1000
- declare const surfaceContainer = "var(--volt2-f5ce190-surface-container)";
1001
- declare const surfaceField = "var(--volt2-f5ce190-surface-field)";
1002
- declare const surfaceGap = "var(--volt2-f5ce190-surface-gap)";
1003
- declare const surfaceHeader = "var(--volt2-f5ce190-surface-header)";
1004
- declare const surfaceInset = "var(--volt2-f5ce190-surface-inset)";
1005
- declare const surfaceObject = "var(--volt2-f5ce190-surface-object)";
1006
- declare const surfaceOverlay = "var(--volt2-f5ce190-surface-overlay)";
1007
- declare const surfaceRadiusContainer = "var(--volt2-f5ce190-surface-radius-container)";
1008
- declare const surfaceRadiusField = "var(--volt2-f5ce190-surface-radius-field)";
1009
- declare const surfaceRadiusObject = "var(--volt2-f5ce190-surface-radius-object)";
1010
- declare const surfaceRadiusOverlay = "var(--volt2-f5ce190-surface-radius-overlay)";
1011
- declare const surfaceRadiusPill = "var(--volt2-f5ce190-surface-radius-pill)";
1012
- declare const surfaceSep = "var(--volt2-f5ce190-surface-sep)";
1013
- declare const surfaceWash = "var(--volt2-f5ce190-surface-wash)";
1014
- declare const text2xl = "var(--volt2-f5ce190-text-2xl)";
1015
- declare const text3xl = "var(--volt2-f5ce190-text-3xl)";
1016
- declare const textBase = "var(--volt2-f5ce190-text-base)";
1017
- declare const textLg = "var(--volt2-f5ce190-text-lg)";
1018
- declare const textSm = "var(--volt2-f5ce190-text-sm)";
1019
- declare const textXl = "var(--volt2-f5ce190-text-xl)";
1020
- declare const textXs = "var(--volt2-f5ce190-text-xs)";
1021
- declare const trackingNormal = "var(--volt2-f5ce190-tracking-normal)";
1022
- declare const trackingTight = "var(--volt2-f5ce190-tracking-tight)";
1023
- declare const trackingTighter = "var(--volt2-f5ce190-tracking-tighter)";
1024
- declare const transparent = "var(--volt2-f5ce190-transparent)";
1025
- declare const warning1 = "var(--volt2-f5ce190-warning-1)";
1026
- declare const warning10 = "var(--volt2-f5ce190-warning-10)";
1027
- declare const warning11 = "var(--volt2-f5ce190-warning-11)";
1028
- declare const warning12 = "var(--volt2-f5ce190-warning-12)";
1029
- declare const warning2 = "var(--volt2-f5ce190-warning-2)";
1030
- declare const warning3 = "var(--volt2-f5ce190-warning-3)";
1031
- declare const warning4 = "var(--volt2-f5ce190-warning-4)";
1032
- declare const warning5 = "var(--volt2-f5ce190-warning-5)";
1033
- declare const warning6 = "var(--volt2-f5ce190-warning-6)";
1034
- declare const warning7 = "var(--volt2-f5ce190-warning-7)";
1035
- declare const warning8 = "var(--volt2-f5ce190-warning-8)";
1036
- declare const warning9 = "var(--volt2-f5ce190-warning-9)";
1037
- declare const warningA1 = "var(--volt2-f5ce190-warning-a1)";
1038
- declare const warningA10 = "var(--volt2-f5ce190-warning-a10)";
1039
- declare const warningA11 = "var(--volt2-f5ce190-warning-a11)";
1040
- declare const warningA12 = "var(--volt2-f5ce190-warning-a12)";
1041
- declare const warningA2 = "var(--volt2-f5ce190-warning-a2)";
1042
- declare const warningA3 = "var(--volt2-f5ce190-warning-a3)";
1043
- declare const warningA4 = "var(--volt2-f5ce190-warning-a4)";
1044
- declare const warningA5 = "var(--volt2-f5ce190-warning-a5)";
1045
- declare const warningA6 = "var(--volt2-f5ce190-warning-a6)";
1046
- declare const warningA7 = "var(--volt2-f5ce190-warning-a7)";
1047
- declare const warningA8 = "var(--volt2-f5ce190-warning-a8)";
1048
- declare const warningA9 = "var(--volt2-f5ce190-warning-a9)";
1049
- declare const warningContrast = "var(--volt2-f5ce190-warning-contrast)";
1050
- declare const warningIndicator = "var(--volt2-f5ce190-warning-indicator)";
1051
- declare const warningSurface = "var(--volt2-f5ce190-warning-surface)";
1052
- declare const warningTrack = "var(--volt2-f5ce190-warning-track)";
1053
- declare const white = "var(--volt2-f5ce190-white)";
1054
- declare const whiteA12 = "var(--volt2-f5ce190-white-a12)";
1055
- declare const whiteA26 = "var(--volt2-f5ce190-white-a26)";
1056
- declare const whiteA5 = "var(--volt2-f5ce190-white-a5)";
1057
- declare const whiteA50 = "var(--volt2-f5ce190-white-a50)";
1058
- declare const whiteA60 = "var(--volt2-f5ce190-white-a60)";
1059
- declare const whiteA80 = "var(--volt2-f5ce190-white-a80)";
1060
- declare const whiteA9 = "var(--volt2-f5ce190-white-a9)";
6
+ declare const NS$1 = "f2eb09c";
7
+
8
+ declare const NS = "eff0792";
9
+
10
+ declare const blue1 = "var(--volt2-eff0792-blue-1)";
11
+ declare const blue10 = "var(--volt2-eff0792-blue-10)";
12
+ declare const blue11 = "var(--volt2-eff0792-blue-11)";
13
+ declare const blue12 = "var(--volt2-eff0792-blue-12)";
14
+ declare const blue2 = "var(--volt2-eff0792-blue-2)";
15
+ declare const blue3 = "var(--volt2-eff0792-blue-3)";
16
+ declare const blue4 = "var(--volt2-eff0792-blue-4)";
17
+ declare const blue5 = "var(--volt2-eff0792-blue-5)";
18
+ declare const blue6 = "var(--volt2-eff0792-blue-6)";
19
+ declare const blue7 = "var(--volt2-eff0792-blue-7)";
20
+ declare const blue8 = "var(--volt2-eff0792-blue-8)";
21
+ declare const blue9 = "var(--volt2-eff0792-blue-9)";
22
+ declare const blueA1 = "var(--volt2-eff0792-blue-a1)";
23
+ declare const blueA10 = "var(--volt2-eff0792-blue-a10)";
24
+ declare const blueA11 = "var(--volt2-eff0792-blue-a11)";
25
+ declare const blueA12 = "var(--volt2-eff0792-blue-a12)";
26
+ declare const blueA2 = "var(--volt2-eff0792-blue-a2)";
27
+ declare const blueA3 = "var(--volt2-eff0792-blue-a3)";
28
+ declare const blueA4 = "var(--volt2-eff0792-blue-a4)";
29
+ declare const blueA5 = "var(--volt2-eff0792-blue-a5)";
30
+ declare const blueA6 = "var(--volt2-eff0792-blue-a6)";
31
+ declare const blueA7 = "var(--volt2-eff0792-blue-a7)";
32
+ declare const blueA8 = "var(--volt2-eff0792-blue-a8)";
33
+ declare const blueA9 = "var(--volt2-eff0792-blue-a9)";
34
+ declare const blueContrast = "var(--volt2-eff0792-blue-contrast)";
35
+ declare const blueIndicator = "var(--volt2-eff0792-blue-indicator)";
36
+ declare const blueSurface = "var(--volt2-eff0792-blue-surface)";
37
+ declare const blueTrack = "var(--volt2-eff0792-blue-track)";
38
+ declare const bronze1 = "var(--volt2-eff0792-bronze-1)";
39
+ declare const bronze10 = "var(--volt2-eff0792-bronze-10)";
40
+ declare const bronze11 = "var(--volt2-eff0792-bronze-11)";
41
+ declare const bronze12 = "var(--volt2-eff0792-bronze-12)";
42
+ declare const bronze2 = "var(--volt2-eff0792-bronze-2)";
43
+ declare const bronze3 = "var(--volt2-eff0792-bronze-3)";
44
+ declare const bronze4 = "var(--volt2-eff0792-bronze-4)";
45
+ declare const bronze5 = "var(--volt2-eff0792-bronze-5)";
46
+ declare const bronze6 = "var(--volt2-eff0792-bronze-6)";
47
+ declare const bronze7 = "var(--volt2-eff0792-bronze-7)";
48
+ declare const bronze8 = "var(--volt2-eff0792-bronze-8)";
49
+ declare const bronze9 = "var(--volt2-eff0792-bronze-9)";
50
+ declare const bronzeA1 = "var(--volt2-eff0792-bronze-a1)";
51
+ declare const bronzeA10 = "var(--volt2-eff0792-bronze-a10)";
52
+ declare const bronzeA11 = "var(--volt2-eff0792-bronze-a11)";
53
+ declare const bronzeA12 = "var(--volt2-eff0792-bronze-a12)";
54
+ declare const bronzeA2 = "var(--volt2-eff0792-bronze-a2)";
55
+ declare const bronzeA3 = "var(--volt2-eff0792-bronze-a3)";
56
+ declare const bronzeA4 = "var(--volt2-eff0792-bronze-a4)";
57
+ declare const bronzeA5 = "var(--volt2-eff0792-bronze-a5)";
58
+ declare const bronzeA6 = "var(--volt2-eff0792-bronze-a6)";
59
+ declare const bronzeA7 = "var(--volt2-eff0792-bronze-a7)";
60
+ declare const bronzeA8 = "var(--volt2-eff0792-bronze-a8)";
61
+ declare const bronzeA9 = "var(--volt2-eff0792-bronze-a9)";
62
+ declare const bronzeContrast = "var(--volt2-eff0792-bronze-contrast)";
63
+ declare const bronzeIndicator = "var(--volt2-eff0792-bronze-indicator)";
64
+ declare const bronzeSurface = "var(--volt2-eff0792-bronze-surface)";
65
+ declare const bronzeTrack = "var(--volt2-eff0792-bronze-track)";
66
+ declare const cyan1 = "var(--volt2-eff0792-cyan-1)";
67
+ declare const cyan10 = "var(--volt2-eff0792-cyan-10)";
68
+ declare const cyan11 = "var(--volt2-eff0792-cyan-11)";
69
+ declare const cyan12 = "var(--volt2-eff0792-cyan-12)";
70
+ declare const cyan2 = "var(--volt2-eff0792-cyan-2)";
71
+ declare const cyan3 = "var(--volt2-eff0792-cyan-3)";
72
+ declare const cyan4 = "var(--volt2-eff0792-cyan-4)";
73
+ declare const cyan5 = "var(--volt2-eff0792-cyan-5)";
74
+ declare const cyan6 = "var(--volt2-eff0792-cyan-6)";
75
+ declare const cyan7 = "var(--volt2-eff0792-cyan-7)";
76
+ declare const cyan8 = "var(--volt2-eff0792-cyan-8)";
77
+ declare const cyan9 = "var(--volt2-eff0792-cyan-9)";
78
+ declare const cyanA1 = "var(--volt2-eff0792-cyan-a1)";
79
+ declare const cyanA10 = "var(--volt2-eff0792-cyan-a10)";
80
+ declare const cyanA11 = "var(--volt2-eff0792-cyan-a11)";
81
+ declare const cyanA12 = "var(--volt2-eff0792-cyan-a12)";
82
+ declare const cyanA2 = "var(--volt2-eff0792-cyan-a2)";
83
+ declare const cyanA3 = "var(--volt2-eff0792-cyan-a3)";
84
+ declare const cyanA4 = "var(--volt2-eff0792-cyan-a4)";
85
+ declare const cyanA5 = "var(--volt2-eff0792-cyan-a5)";
86
+ declare const cyanA6 = "var(--volt2-eff0792-cyan-a6)";
87
+ declare const cyanA7 = "var(--volt2-eff0792-cyan-a7)";
88
+ declare const cyanA8 = "var(--volt2-eff0792-cyan-a8)";
89
+ declare const cyanA9 = "var(--volt2-eff0792-cyan-a9)";
90
+ declare const cyanContrast = "var(--volt2-eff0792-cyan-contrast)";
91
+ declare const cyanIndicator = "var(--volt2-eff0792-cyan-indicator)";
92
+ declare const cyanSurface = "var(--volt2-eff0792-cyan-surface)";
93
+ declare const cyanTrack = "var(--volt2-eff0792-cyan-track)";
94
+ declare const green1 = "var(--volt2-eff0792-green-1)";
95
+ declare const green10 = "var(--volt2-eff0792-green-10)";
96
+ declare const green11 = "var(--volt2-eff0792-green-11)";
97
+ declare const green12 = "var(--volt2-eff0792-green-12)";
98
+ declare const green2 = "var(--volt2-eff0792-green-2)";
99
+ declare const green3 = "var(--volt2-eff0792-green-3)";
100
+ declare const green4 = "var(--volt2-eff0792-green-4)";
101
+ declare const green5 = "var(--volt2-eff0792-green-5)";
102
+ declare const green6 = "var(--volt2-eff0792-green-6)";
103
+ declare const green7 = "var(--volt2-eff0792-green-7)";
104
+ declare const green8 = "var(--volt2-eff0792-green-8)";
105
+ declare const green9 = "var(--volt2-eff0792-green-9)";
106
+ declare const greenA1 = "var(--volt2-eff0792-green-a1)";
107
+ declare const greenA10 = "var(--volt2-eff0792-green-a10)";
108
+ declare const greenA11 = "var(--volt2-eff0792-green-a11)";
109
+ declare const greenA12 = "var(--volt2-eff0792-green-a12)";
110
+ declare const greenA2 = "var(--volt2-eff0792-green-a2)";
111
+ declare const greenA3 = "var(--volt2-eff0792-green-a3)";
112
+ declare const greenA4 = "var(--volt2-eff0792-green-a4)";
113
+ declare const greenA5 = "var(--volt2-eff0792-green-a5)";
114
+ declare const greenA6 = "var(--volt2-eff0792-green-a6)";
115
+ declare const greenA7 = "var(--volt2-eff0792-green-a7)";
116
+ declare const greenA8 = "var(--volt2-eff0792-green-a8)";
117
+ declare const greenA9 = "var(--volt2-eff0792-green-a9)";
118
+ declare const greenContrast = "var(--volt2-eff0792-green-contrast)";
119
+ declare const greenIndicator = "var(--volt2-eff0792-green-indicator)";
120
+ declare const greenSurface = "var(--volt2-eff0792-green-surface)";
121
+ declare const greenTrack = "var(--volt2-eff0792-green-track)";
122
+ declare const indigo1 = "var(--volt2-eff0792-indigo-1)";
123
+ declare const indigo10 = "var(--volt2-eff0792-indigo-10)";
124
+ declare const indigo11 = "var(--volt2-eff0792-indigo-11)";
125
+ declare const indigo12 = "var(--volt2-eff0792-indigo-12)";
126
+ declare const indigo2 = "var(--volt2-eff0792-indigo-2)";
127
+ declare const indigo3 = "var(--volt2-eff0792-indigo-3)";
128
+ declare const indigo4 = "var(--volt2-eff0792-indigo-4)";
129
+ declare const indigo5 = "var(--volt2-eff0792-indigo-5)";
130
+ declare const indigo6 = "var(--volt2-eff0792-indigo-6)";
131
+ declare const indigo7 = "var(--volt2-eff0792-indigo-7)";
132
+ declare const indigo8 = "var(--volt2-eff0792-indigo-8)";
133
+ declare const indigo9 = "var(--volt2-eff0792-indigo-9)";
134
+ declare const indigoA1 = "var(--volt2-eff0792-indigo-a1)";
135
+ declare const indigoA10 = "var(--volt2-eff0792-indigo-a10)";
136
+ declare const indigoA11 = "var(--volt2-eff0792-indigo-a11)";
137
+ declare const indigoA12 = "var(--volt2-eff0792-indigo-a12)";
138
+ declare const indigoA2 = "var(--volt2-eff0792-indigo-a2)";
139
+ declare const indigoA3 = "var(--volt2-eff0792-indigo-a3)";
140
+ declare const indigoA4 = "var(--volt2-eff0792-indigo-a4)";
141
+ declare const indigoA5 = "var(--volt2-eff0792-indigo-a5)";
142
+ declare const indigoA6 = "var(--volt2-eff0792-indigo-a6)";
143
+ declare const indigoA7 = "var(--volt2-eff0792-indigo-a7)";
144
+ declare const indigoA8 = "var(--volt2-eff0792-indigo-a8)";
145
+ declare const indigoA9 = "var(--volt2-eff0792-indigo-a9)";
146
+ declare const indigoContrast = "var(--volt2-eff0792-indigo-contrast)";
147
+ declare const indigoIndicator = "var(--volt2-eff0792-indigo-indicator)";
148
+ declare const indigoSurface = "var(--volt2-eff0792-indigo-surface)";
149
+ declare const indigoTrack = "var(--volt2-eff0792-indigo-track)";
150
+ declare const lime1 = "var(--volt2-eff0792-lime-1)";
151
+ declare const lime10 = "var(--volt2-eff0792-lime-10)";
152
+ declare const lime11 = "var(--volt2-eff0792-lime-11)";
153
+ declare const lime12 = "var(--volt2-eff0792-lime-12)";
154
+ declare const lime2 = "var(--volt2-eff0792-lime-2)";
155
+ declare const lime3 = "var(--volt2-eff0792-lime-3)";
156
+ declare const lime4 = "var(--volt2-eff0792-lime-4)";
157
+ declare const lime5 = "var(--volt2-eff0792-lime-5)";
158
+ declare const lime6 = "var(--volt2-eff0792-lime-6)";
159
+ declare const lime7 = "var(--volt2-eff0792-lime-7)";
160
+ declare const lime8 = "var(--volt2-eff0792-lime-8)";
161
+ declare const lime9 = "var(--volt2-eff0792-lime-9)";
162
+ declare const limeA1 = "var(--volt2-eff0792-lime-a1)";
163
+ declare const limeA10 = "var(--volt2-eff0792-lime-a10)";
164
+ declare const limeA11 = "var(--volt2-eff0792-lime-a11)";
165
+ declare const limeA12 = "var(--volt2-eff0792-lime-a12)";
166
+ declare const limeA2 = "var(--volt2-eff0792-lime-a2)";
167
+ declare const limeA3 = "var(--volt2-eff0792-lime-a3)";
168
+ declare const limeA4 = "var(--volt2-eff0792-lime-a4)";
169
+ declare const limeA5 = "var(--volt2-eff0792-lime-a5)";
170
+ declare const limeA6 = "var(--volt2-eff0792-lime-a6)";
171
+ declare const limeA7 = "var(--volt2-eff0792-lime-a7)";
172
+ declare const limeA8 = "var(--volt2-eff0792-lime-a8)";
173
+ declare const limeA9 = "var(--volt2-eff0792-lime-a9)";
174
+ declare const limeContrast = "var(--volt2-eff0792-lime-contrast)";
175
+ declare const limeIndicator = "var(--volt2-eff0792-lime-indicator)";
176
+ declare const limeSurface = "var(--volt2-eff0792-lime-surface)";
177
+ declare const limeTrack = "var(--volt2-eff0792-lime-track)";
178
+ declare const mauve1 = "var(--volt2-eff0792-mauve-1)";
179
+ declare const mauve10 = "var(--volt2-eff0792-mauve-10)";
180
+ declare const mauve11 = "var(--volt2-eff0792-mauve-11)";
181
+ declare const mauve12 = "var(--volt2-eff0792-mauve-12)";
182
+ declare const mauve2 = "var(--volt2-eff0792-mauve-2)";
183
+ declare const mauve3 = "var(--volt2-eff0792-mauve-3)";
184
+ declare const mauve4 = "var(--volt2-eff0792-mauve-4)";
185
+ declare const mauve5 = "var(--volt2-eff0792-mauve-5)";
186
+ declare const mauve6 = "var(--volt2-eff0792-mauve-6)";
187
+ declare const mauve7 = "var(--volt2-eff0792-mauve-7)";
188
+ declare const mauve8 = "var(--volt2-eff0792-mauve-8)";
189
+ declare const mauve9 = "var(--volt2-eff0792-mauve-9)";
190
+ declare const mauveA1 = "var(--volt2-eff0792-mauve-a1)";
191
+ declare const mauveA10 = "var(--volt2-eff0792-mauve-a10)";
192
+ declare const mauveA11 = "var(--volt2-eff0792-mauve-a11)";
193
+ declare const mauveA12 = "var(--volt2-eff0792-mauve-a12)";
194
+ declare const mauveA2 = "var(--volt2-eff0792-mauve-a2)";
195
+ declare const mauveA3 = "var(--volt2-eff0792-mauve-a3)";
196
+ declare const mauveA4 = "var(--volt2-eff0792-mauve-a4)";
197
+ declare const mauveA5 = "var(--volt2-eff0792-mauve-a5)";
198
+ declare const mauveA6 = "var(--volt2-eff0792-mauve-a6)";
199
+ declare const mauveA7 = "var(--volt2-eff0792-mauve-a7)";
200
+ declare const mauveA8 = "var(--volt2-eff0792-mauve-a8)";
201
+ declare const mauveA9 = "var(--volt2-eff0792-mauve-a9)";
202
+ declare const mauveContrast = "var(--volt2-eff0792-mauve-contrast)";
203
+ declare const mauveIndicator = "var(--volt2-eff0792-mauve-indicator)";
204
+ declare const mauveSurface = "var(--volt2-eff0792-mauve-surface)";
205
+ declare const mauveTrack = "var(--volt2-eff0792-mauve-track)";
206
+ declare const mint1 = "var(--volt2-eff0792-mint-1)";
207
+ declare const mint10 = "var(--volt2-eff0792-mint-10)";
208
+ declare const mint11 = "var(--volt2-eff0792-mint-11)";
209
+ declare const mint12 = "var(--volt2-eff0792-mint-12)";
210
+ declare const mint2 = "var(--volt2-eff0792-mint-2)";
211
+ declare const mint3 = "var(--volt2-eff0792-mint-3)";
212
+ declare const mint4 = "var(--volt2-eff0792-mint-4)";
213
+ declare const mint5 = "var(--volt2-eff0792-mint-5)";
214
+ declare const mint6 = "var(--volt2-eff0792-mint-6)";
215
+ declare const mint7 = "var(--volt2-eff0792-mint-7)";
216
+ declare const mint8 = "var(--volt2-eff0792-mint-8)";
217
+ declare const mint9 = "var(--volt2-eff0792-mint-9)";
218
+ declare const mintA1 = "var(--volt2-eff0792-mint-a1)";
219
+ declare const mintA10 = "var(--volt2-eff0792-mint-a10)";
220
+ declare const mintA11 = "var(--volt2-eff0792-mint-a11)";
221
+ declare const mintA12 = "var(--volt2-eff0792-mint-a12)";
222
+ declare const mintA2 = "var(--volt2-eff0792-mint-a2)";
223
+ declare const mintA3 = "var(--volt2-eff0792-mint-a3)";
224
+ declare const mintA4 = "var(--volt2-eff0792-mint-a4)";
225
+ declare const mintA5 = "var(--volt2-eff0792-mint-a5)";
226
+ declare const mintA6 = "var(--volt2-eff0792-mint-a6)";
227
+ declare const mintA7 = "var(--volt2-eff0792-mint-a7)";
228
+ declare const mintA8 = "var(--volt2-eff0792-mint-a8)";
229
+ declare const mintA9 = "var(--volt2-eff0792-mint-a9)";
230
+ declare const mintContrast = "var(--volt2-eff0792-mint-contrast)";
231
+ declare const mintIndicator = "var(--volt2-eff0792-mint-indicator)";
232
+ declare const mintSurface = "var(--volt2-eff0792-mint-surface)";
233
+ declare const mintTrack = "var(--volt2-eff0792-mint-track)";
234
+ declare const orange1 = "var(--volt2-eff0792-orange-1)";
235
+ declare const orange10 = "var(--volt2-eff0792-orange-10)";
236
+ declare const orange11 = "var(--volt2-eff0792-orange-11)";
237
+ declare const orange12 = "var(--volt2-eff0792-orange-12)";
238
+ declare const orange2 = "var(--volt2-eff0792-orange-2)";
239
+ declare const orange3 = "var(--volt2-eff0792-orange-3)";
240
+ declare const orange4 = "var(--volt2-eff0792-orange-4)";
241
+ declare const orange5 = "var(--volt2-eff0792-orange-5)";
242
+ declare const orange6 = "var(--volt2-eff0792-orange-6)";
243
+ declare const orange7 = "var(--volt2-eff0792-orange-7)";
244
+ declare const orange8 = "var(--volt2-eff0792-orange-8)";
245
+ declare const orange9 = "var(--volt2-eff0792-orange-9)";
246
+ declare const orangeA1 = "var(--volt2-eff0792-orange-a1)";
247
+ declare const orangeA10 = "var(--volt2-eff0792-orange-a10)";
248
+ declare const orangeA11 = "var(--volt2-eff0792-orange-a11)";
249
+ declare const orangeA12 = "var(--volt2-eff0792-orange-a12)";
250
+ declare const orangeA2 = "var(--volt2-eff0792-orange-a2)";
251
+ declare const orangeA3 = "var(--volt2-eff0792-orange-a3)";
252
+ declare const orangeA4 = "var(--volt2-eff0792-orange-a4)";
253
+ declare const orangeA5 = "var(--volt2-eff0792-orange-a5)";
254
+ declare const orangeA6 = "var(--volt2-eff0792-orange-a6)";
255
+ declare const orangeA7 = "var(--volt2-eff0792-orange-a7)";
256
+ declare const orangeA8 = "var(--volt2-eff0792-orange-a8)";
257
+ declare const orangeA9 = "var(--volt2-eff0792-orange-a9)";
258
+ declare const orangeContrast = "var(--volt2-eff0792-orange-contrast)";
259
+ declare const orangeIndicator = "var(--volt2-eff0792-orange-indicator)";
260
+ declare const orangeSurface = "var(--volt2-eff0792-orange-surface)";
261
+ declare const orangeTrack = "var(--volt2-eff0792-orange-track)";
262
+ declare const pink1 = "var(--volt2-eff0792-pink-1)";
263
+ declare const pink10 = "var(--volt2-eff0792-pink-10)";
264
+ declare const pink11 = "var(--volt2-eff0792-pink-11)";
265
+ declare const pink12 = "var(--volt2-eff0792-pink-12)";
266
+ declare const pink2 = "var(--volt2-eff0792-pink-2)";
267
+ declare const pink3 = "var(--volt2-eff0792-pink-3)";
268
+ declare const pink4 = "var(--volt2-eff0792-pink-4)";
269
+ declare const pink5 = "var(--volt2-eff0792-pink-5)";
270
+ declare const pink6 = "var(--volt2-eff0792-pink-6)";
271
+ declare const pink7 = "var(--volt2-eff0792-pink-7)";
272
+ declare const pink8 = "var(--volt2-eff0792-pink-8)";
273
+ declare const pink9 = "var(--volt2-eff0792-pink-9)";
274
+ declare const pinkA1 = "var(--volt2-eff0792-pink-a1)";
275
+ declare const pinkA10 = "var(--volt2-eff0792-pink-a10)";
276
+ declare const pinkA11 = "var(--volt2-eff0792-pink-a11)";
277
+ declare const pinkA12 = "var(--volt2-eff0792-pink-a12)";
278
+ declare const pinkA2 = "var(--volt2-eff0792-pink-a2)";
279
+ declare const pinkA3 = "var(--volt2-eff0792-pink-a3)";
280
+ declare const pinkA4 = "var(--volt2-eff0792-pink-a4)";
281
+ declare const pinkA5 = "var(--volt2-eff0792-pink-a5)";
282
+ declare const pinkA6 = "var(--volt2-eff0792-pink-a6)";
283
+ declare const pinkA7 = "var(--volt2-eff0792-pink-a7)";
284
+ declare const pinkA8 = "var(--volt2-eff0792-pink-a8)";
285
+ declare const pinkA9 = "var(--volt2-eff0792-pink-a9)";
286
+ declare const pinkContrast = "var(--volt2-eff0792-pink-contrast)";
287
+ declare const pinkIndicator = "var(--volt2-eff0792-pink-indicator)";
288
+ declare const pinkSurface = "var(--volt2-eff0792-pink-surface)";
289
+ declare const pinkTrack = "var(--volt2-eff0792-pink-track)";
290
+ declare const purple1 = "var(--volt2-eff0792-purple-1)";
291
+ declare const purple10 = "var(--volt2-eff0792-purple-10)";
292
+ declare const purple11 = "var(--volt2-eff0792-purple-11)";
293
+ declare const purple12 = "var(--volt2-eff0792-purple-12)";
294
+ declare const purple2 = "var(--volt2-eff0792-purple-2)";
295
+ declare const purple3 = "var(--volt2-eff0792-purple-3)";
296
+ declare const purple4 = "var(--volt2-eff0792-purple-4)";
297
+ declare const purple5 = "var(--volt2-eff0792-purple-5)";
298
+ declare const purple6 = "var(--volt2-eff0792-purple-6)";
299
+ declare const purple7 = "var(--volt2-eff0792-purple-7)";
300
+ declare const purple8 = "var(--volt2-eff0792-purple-8)";
301
+ declare const purple9 = "var(--volt2-eff0792-purple-9)";
302
+ declare const purpleA1 = "var(--volt2-eff0792-purple-a1)";
303
+ declare const purpleA10 = "var(--volt2-eff0792-purple-a10)";
304
+ declare const purpleA11 = "var(--volt2-eff0792-purple-a11)";
305
+ declare const purpleA12 = "var(--volt2-eff0792-purple-a12)";
306
+ declare const purpleA2 = "var(--volt2-eff0792-purple-a2)";
307
+ declare const purpleA3 = "var(--volt2-eff0792-purple-a3)";
308
+ declare const purpleA4 = "var(--volt2-eff0792-purple-a4)";
309
+ declare const purpleA5 = "var(--volt2-eff0792-purple-a5)";
310
+ declare const purpleA6 = "var(--volt2-eff0792-purple-a6)";
311
+ declare const purpleA7 = "var(--volt2-eff0792-purple-a7)";
312
+ declare const purpleA8 = "var(--volt2-eff0792-purple-a8)";
313
+ declare const purpleA9 = "var(--volt2-eff0792-purple-a9)";
314
+ declare const purpleContrast = "var(--volt2-eff0792-purple-contrast)";
315
+ declare const purpleIndicator = "var(--volt2-eff0792-purple-indicator)";
316
+ declare const purpleSurface = "var(--volt2-eff0792-purple-surface)";
317
+ declare const purpleTrack = "var(--volt2-eff0792-purple-track)";
318
+ declare const red1 = "var(--volt2-eff0792-red-1)";
319
+ declare const red10 = "var(--volt2-eff0792-red-10)";
320
+ declare const red11 = "var(--volt2-eff0792-red-11)";
321
+ declare const red12 = "var(--volt2-eff0792-red-12)";
322
+ declare const red2 = "var(--volt2-eff0792-red-2)";
323
+ declare const red3 = "var(--volt2-eff0792-red-3)";
324
+ declare const red4 = "var(--volt2-eff0792-red-4)";
325
+ declare const red5 = "var(--volt2-eff0792-red-5)";
326
+ declare const red6 = "var(--volt2-eff0792-red-6)";
327
+ declare const red7 = "var(--volt2-eff0792-red-7)";
328
+ declare const red8 = "var(--volt2-eff0792-red-8)";
329
+ declare const red9 = "var(--volt2-eff0792-red-9)";
330
+ declare const redA1 = "var(--volt2-eff0792-red-a1)";
331
+ declare const redA10 = "var(--volt2-eff0792-red-a10)";
332
+ declare const redA11 = "var(--volt2-eff0792-red-a11)";
333
+ declare const redA12 = "var(--volt2-eff0792-red-a12)";
334
+ declare const redA2 = "var(--volt2-eff0792-red-a2)";
335
+ declare const redA3 = "var(--volt2-eff0792-red-a3)";
336
+ declare const redA4 = "var(--volt2-eff0792-red-a4)";
337
+ declare const redA5 = "var(--volt2-eff0792-red-a5)";
338
+ declare const redA6 = "var(--volt2-eff0792-red-a6)";
339
+ declare const redA7 = "var(--volt2-eff0792-red-a7)";
340
+ declare const redA8 = "var(--volt2-eff0792-red-a8)";
341
+ declare const redA9 = "var(--volt2-eff0792-red-a9)";
342
+ declare const redContrast = "var(--volt2-eff0792-red-contrast)";
343
+ declare const redIndicator = "var(--volt2-eff0792-red-indicator)";
344
+ declare const redSurface = "var(--volt2-eff0792-red-surface)";
345
+ declare const redTrack = "var(--volt2-eff0792-red-track)";
346
+ declare const semBlueContrast = "var(--volt2-eff0792-sem-blue-contrast)";
347
+ declare const semBlueDefault = "var(--volt2-eff0792-sem-blue-default)";
348
+ declare const semBlueDisabled = "var(--volt2-eff0792-sem-blue-disabled)";
349
+ declare const semBlueHighContrast = "var(--volt2-eff0792-sem-blue-high-contrast)";
350
+ declare const semBlueLight = "var(--volt2-eff0792-sem-blue-light)";
351
+ declare const semBlueOnHighContrast = "var(--volt2-eff0792-sem-blue-on-high-contrast)";
352
+ declare const semBlueOnSoft = "var(--volt2-eff0792-sem-blue-on-soft)";
353
+ declare const semBlueOnSolid = "var(--volt2-eff0792-sem-blue-on-solid)";
354
+ declare const semBlueSoft = "var(--volt2-eff0792-sem-blue-soft)";
355
+ declare const semBlueSoftHover = "var(--volt2-eff0792-sem-blue-soft-hover)";
356
+ declare const semBlueSolid = "var(--volt2-eff0792-sem-blue-solid)";
357
+ declare const semBlueSolidHover = "var(--volt2-eff0792-sem-blue-solid-hover)";
358
+ declare const semBlueSurface = "var(--volt2-eff0792-sem-blue-surface)";
359
+ declare const semBlueSurfaceHover = "var(--volt2-eff0792-sem-blue-surface-hover)";
360
+ declare const semBlueUi = "var(--volt2-eff0792-sem-blue-ui)";
361
+ declare const semBlueUiHover = "var(--volt2-eff0792-sem-blue-ui-hover)";
362
+ declare const semBronzeContrast = "var(--volt2-eff0792-sem-bronze-contrast)";
363
+ declare const semBronzeDefault = "var(--volt2-eff0792-sem-bronze-default)";
364
+ declare const semBronzeDisabled = "var(--volt2-eff0792-sem-bronze-disabled)";
365
+ declare const semBronzeHighContrast = "var(--volt2-eff0792-sem-bronze-high-contrast)";
366
+ declare const semBronzeLight = "var(--volt2-eff0792-sem-bronze-light)";
367
+ declare const semBronzeOnHighContrast = "var(--volt2-eff0792-sem-bronze-on-high-contrast)";
368
+ declare const semBronzeOnSoft = "var(--volt2-eff0792-sem-bronze-on-soft)";
369
+ declare const semBronzeOnSolid = "var(--volt2-eff0792-sem-bronze-on-solid)";
370
+ declare const semBronzeSoft = "var(--volt2-eff0792-sem-bronze-soft)";
371
+ declare const semBronzeSoftHover = "var(--volt2-eff0792-sem-bronze-soft-hover)";
372
+ declare const semBronzeSolid = "var(--volt2-eff0792-sem-bronze-solid)";
373
+ declare const semBronzeSolidHover = "var(--volt2-eff0792-sem-bronze-solid-hover)";
374
+ declare const semBronzeSurface = "var(--volt2-eff0792-sem-bronze-surface)";
375
+ declare const semBronzeSurfaceHover = "var(--volt2-eff0792-sem-bronze-surface-hover)";
376
+ declare const semBronzeUi = "var(--volt2-eff0792-sem-bronze-ui)";
377
+ declare const semBronzeUiHover = "var(--volt2-eff0792-sem-bronze-ui-hover)";
378
+ declare const semCyanContrast = "var(--volt2-eff0792-sem-cyan-contrast)";
379
+ declare const semCyanDefault = "var(--volt2-eff0792-sem-cyan-default)";
380
+ declare const semCyanDisabled = "var(--volt2-eff0792-sem-cyan-disabled)";
381
+ declare const semCyanHighContrast = "var(--volt2-eff0792-sem-cyan-high-contrast)";
382
+ declare const semCyanLight = "var(--volt2-eff0792-sem-cyan-light)";
383
+ declare const semCyanOnHighContrast = "var(--volt2-eff0792-sem-cyan-on-high-contrast)";
384
+ declare const semCyanOnSoft = "var(--volt2-eff0792-sem-cyan-on-soft)";
385
+ declare const semCyanOnSolid = "var(--volt2-eff0792-sem-cyan-on-solid)";
386
+ declare const semCyanSoft = "var(--volt2-eff0792-sem-cyan-soft)";
387
+ declare const semCyanSoftHover = "var(--volt2-eff0792-sem-cyan-soft-hover)";
388
+ declare const semCyanSolid = "var(--volt2-eff0792-sem-cyan-solid)";
389
+ declare const semCyanSolidHover = "var(--volt2-eff0792-sem-cyan-solid-hover)";
390
+ declare const semCyanSurface = "var(--volt2-eff0792-sem-cyan-surface)";
391
+ declare const semCyanSurfaceHover = "var(--volt2-eff0792-sem-cyan-surface-hover)";
392
+ declare const semCyanUi = "var(--volt2-eff0792-sem-cyan-ui)";
393
+ declare const semCyanUiHover = "var(--volt2-eff0792-sem-cyan-ui-hover)";
394
+ declare const semGreenContrast = "var(--volt2-eff0792-sem-green-contrast)";
395
+ declare const semGreenDefault = "var(--volt2-eff0792-sem-green-default)";
396
+ declare const semGreenDisabled = "var(--volt2-eff0792-sem-green-disabled)";
397
+ declare const semGreenHighContrast = "var(--volt2-eff0792-sem-green-high-contrast)";
398
+ declare const semGreenLight = "var(--volt2-eff0792-sem-green-light)";
399
+ declare const semGreenOnHighContrast = "var(--volt2-eff0792-sem-green-on-high-contrast)";
400
+ declare const semGreenOnSoft = "var(--volt2-eff0792-sem-green-on-soft)";
401
+ declare const semGreenOnSolid = "var(--volt2-eff0792-sem-green-on-solid)";
402
+ declare const semGreenSoft = "var(--volt2-eff0792-sem-green-soft)";
403
+ declare const semGreenSoftHover = "var(--volt2-eff0792-sem-green-soft-hover)";
404
+ declare const semGreenSolid = "var(--volt2-eff0792-sem-green-solid)";
405
+ declare const semGreenSolidHover = "var(--volt2-eff0792-sem-green-solid-hover)";
406
+ declare const semGreenSurface = "var(--volt2-eff0792-sem-green-surface)";
407
+ declare const semGreenSurfaceHover = "var(--volt2-eff0792-sem-green-surface-hover)";
408
+ declare const semGreenUi = "var(--volt2-eff0792-sem-green-ui)";
409
+ declare const semGreenUiHover = "var(--volt2-eff0792-sem-green-ui-hover)";
410
+ declare const semIndigoContrast = "var(--volt2-eff0792-sem-indigo-contrast)";
411
+ declare const semIndigoDefault = "var(--volt2-eff0792-sem-indigo-default)";
412
+ declare const semIndigoDisabled = "var(--volt2-eff0792-sem-indigo-disabled)";
413
+ declare const semIndigoHighContrast = "var(--volt2-eff0792-sem-indigo-high-contrast)";
414
+ declare const semIndigoLight = "var(--volt2-eff0792-sem-indigo-light)";
415
+ declare const semIndigoOnHighContrast = "var(--volt2-eff0792-sem-indigo-on-high-contrast)";
416
+ declare const semIndigoOnSoft = "var(--volt2-eff0792-sem-indigo-on-soft)";
417
+ declare const semIndigoOnSolid = "var(--volt2-eff0792-sem-indigo-on-solid)";
418
+ declare const semIndigoSoft = "var(--volt2-eff0792-sem-indigo-soft)";
419
+ declare const semIndigoSoftHover = "var(--volt2-eff0792-sem-indigo-soft-hover)";
420
+ declare const semIndigoSolid = "var(--volt2-eff0792-sem-indigo-solid)";
421
+ declare const semIndigoSolidHover = "var(--volt2-eff0792-sem-indigo-solid-hover)";
422
+ declare const semIndigoSurface = "var(--volt2-eff0792-sem-indigo-surface)";
423
+ declare const semIndigoSurfaceHover = "var(--volt2-eff0792-sem-indigo-surface-hover)";
424
+ declare const semIndigoUi = "var(--volt2-eff0792-sem-indigo-ui)";
425
+ declare const semIndigoUiHover = "var(--volt2-eff0792-sem-indigo-ui-hover)";
426
+ declare const semLimeContrast = "var(--volt2-eff0792-sem-lime-contrast)";
427
+ declare const semLimeDefault = "var(--volt2-eff0792-sem-lime-default)";
428
+ declare const semLimeDisabled = "var(--volt2-eff0792-sem-lime-disabled)";
429
+ declare const semLimeHighContrast = "var(--volt2-eff0792-sem-lime-high-contrast)";
430
+ declare const semLimeLight = "var(--volt2-eff0792-sem-lime-light)";
431
+ declare const semLimeOnHighContrast = "var(--volt2-eff0792-sem-lime-on-high-contrast)";
432
+ declare const semLimeOnSoft = "var(--volt2-eff0792-sem-lime-on-soft)";
433
+ declare const semLimeOnSolid = "var(--volt2-eff0792-sem-lime-on-solid)";
434
+ declare const semLimeSoft = "var(--volt2-eff0792-sem-lime-soft)";
435
+ declare const semLimeSoftHover = "var(--volt2-eff0792-sem-lime-soft-hover)";
436
+ declare const semLimeSolid = "var(--volt2-eff0792-sem-lime-solid)";
437
+ declare const semLimeSolidHover = "var(--volt2-eff0792-sem-lime-solid-hover)";
438
+ declare const semLimeSurface = "var(--volt2-eff0792-sem-lime-surface)";
439
+ declare const semLimeSurfaceHover = "var(--volt2-eff0792-sem-lime-surface-hover)";
440
+ declare const semLimeUi = "var(--volt2-eff0792-sem-lime-ui)";
441
+ declare const semLimeUiHover = "var(--volt2-eff0792-sem-lime-ui-hover)";
442
+ declare const semMauveContrast = "var(--volt2-eff0792-sem-mauve-contrast)";
443
+ declare const semMauveDefault = "var(--volt2-eff0792-sem-mauve-default)";
444
+ declare const semMauveDisabled = "var(--volt2-eff0792-sem-mauve-disabled)";
445
+ declare const semMauveHighContrast = "var(--volt2-eff0792-sem-mauve-high-contrast)";
446
+ declare const semMauveLight = "var(--volt2-eff0792-sem-mauve-light)";
447
+ declare const semMauveOnHighContrast = "var(--volt2-eff0792-sem-mauve-on-high-contrast)";
448
+ declare const semMauveOnSoft = "var(--volt2-eff0792-sem-mauve-on-soft)";
449
+ declare const semMauveOnSolid = "var(--volt2-eff0792-sem-mauve-on-solid)";
450
+ declare const semMauveSoft = "var(--volt2-eff0792-sem-mauve-soft)";
451
+ declare const semMauveSoftHover = "var(--volt2-eff0792-sem-mauve-soft-hover)";
452
+ declare const semMauveSolid = "var(--volt2-eff0792-sem-mauve-solid)";
453
+ declare const semMauveSolidHover = "var(--volt2-eff0792-sem-mauve-solid-hover)";
454
+ declare const semMauveSurface = "var(--volt2-eff0792-sem-mauve-surface)";
455
+ declare const semMauveSurfaceHover = "var(--volt2-eff0792-sem-mauve-surface-hover)";
456
+ declare const semMauveUi = "var(--volt2-eff0792-sem-mauve-ui)";
457
+ declare const semMauveUiHover = "var(--volt2-eff0792-sem-mauve-ui-hover)";
458
+ declare const semMintContrast = "var(--volt2-eff0792-sem-mint-contrast)";
459
+ declare const semMintDefault = "var(--volt2-eff0792-sem-mint-default)";
460
+ declare const semMintDisabled = "var(--volt2-eff0792-sem-mint-disabled)";
461
+ declare const semMintHighContrast = "var(--volt2-eff0792-sem-mint-high-contrast)";
462
+ declare const semMintLight = "var(--volt2-eff0792-sem-mint-light)";
463
+ declare const semMintOnHighContrast = "var(--volt2-eff0792-sem-mint-on-high-contrast)";
464
+ declare const semMintOnSoft = "var(--volt2-eff0792-sem-mint-on-soft)";
465
+ declare const semMintOnSolid = "var(--volt2-eff0792-sem-mint-on-solid)";
466
+ declare const semMintSoft = "var(--volt2-eff0792-sem-mint-soft)";
467
+ declare const semMintSoftHover = "var(--volt2-eff0792-sem-mint-soft-hover)";
468
+ declare const semMintSolid = "var(--volt2-eff0792-sem-mint-solid)";
469
+ declare const semMintSolidHover = "var(--volt2-eff0792-sem-mint-solid-hover)";
470
+ declare const semMintSurface = "var(--volt2-eff0792-sem-mint-surface)";
471
+ declare const semMintSurfaceHover = "var(--volt2-eff0792-sem-mint-surface-hover)";
472
+ declare const semMintUi = "var(--volt2-eff0792-sem-mint-ui)";
473
+ declare const semMintUiHover = "var(--volt2-eff0792-sem-mint-ui-hover)";
474
+ declare const semOrangeContrast = "var(--volt2-eff0792-sem-orange-contrast)";
475
+ declare const semOrangeDefault = "var(--volt2-eff0792-sem-orange-default)";
476
+ declare const semOrangeDisabled = "var(--volt2-eff0792-sem-orange-disabled)";
477
+ declare const semOrangeHighContrast = "var(--volt2-eff0792-sem-orange-high-contrast)";
478
+ declare const semOrangeLight = "var(--volt2-eff0792-sem-orange-light)";
479
+ declare const semOrangeOnHighContrast = "var(--volt2-eff0792-sem-orange-on-high-contrast)";
480
+ declare const semOrangeOnSoft = "var(--volt2-eff0792-sem-orange-on-soft)";
481
+ declare const semOrangeOnSolid = "var(--volt2-eff0792-sem-orange-on-solid)";
482
+ declare const semOrangeSoft = "var(--volt2-eff0792-sem-orange-soft)";
483
+ declare const semOrangeSoftHover = "var(--volt2-eff0792-sem-orange-soft-hover)";
484
+ declare const semOrangeSolid = "var(--volt2-eff0792-sem-orange-solid)";
485
+ declare const semOrangeSolidHover = "var(--volt2-eff0792-sem-orange-solid-hover)";
486
+ declare const semOrangeSurface = "var(--volt2-eff0792-sem-orange-surface)";
487
+ declare const semOrangeSurfaceHover = "var(--volt2-eff0792-sem-orange-surface-hover)";
488
+ declare const semOrangeUi = "var(--volt2-eff0792-sem-orange-ui)";
489
+ declare const semOrangeUiHover = "var(--volt2-eff0792-sem-orange-ui-hover)";
490
+ declare const semPinkContrast = "var(--volt2-eff0792-sem-pink-contrast)";
491
+ declare const semPinkDefault = "var(--volt2-eff0792-sem-pink-default)";
492
+ declare const semPinkDisabled = "var(--volt2-eff0792-sem-pink-disabled)";
493
+ declare const semPinkHighContrast = "var(--volt2-eff0792-sem-pink-high-contrast)";
494
+ declare const semPinkLight = "var(--volt2-eff0792-sem-pink-light)";
495
+ declare const semPinkOnHighContrast = "var(--volt2-eff0792-sem-pink-on-high-contrast)";
496
+ declare const semPinkOnSoft = "var(--volt2-eff0792-sem-pink-on-soft)";
497
+ declare const semPinkOnSolid = "var(--volt2-eff0792-sem-pink-on-solid)";
498
+ declare const semPinkSoft = "var(--volt2-eff0792-sem-pink-soft)";
499
+ declare const semPinkSoftHover = "var(--volt2-eff0792-sem-pink-soft-hover)";
500
+ declare const semPinkSolid = "var(--volt2-eff0792-sem-pink-solid)";
501
+ declare const semPinkSolidHover = "var(--volt2-eff0792-sem-pink-solid-hover)";
502
+ declare const semPinkSurface = "var(--volt2-eff0792-sem-pink-surface)";
503
+ declare const semPinkSurfaceHover = "var(--volt2-eff0792-sem-pink-surface-hover)";
504
+ declare const semPinkUi = "var(--volt2-eff0792-sem-pink-ui)";
505
+ declare const semPinkUiHover = "var(--volt2-eff0792-sem-pink-ui-hover)";
506
+ declare const semPurpleContrast = "var(--volt2-eff0792-sem-purple-contrast)";
507
+ declare const semPurpleDefault = "var(--volt2-eff0792-sem-purple-default)";
508
+ declare const semPurpleDisabled = "var(--volt2-eff0792-sem-purple-disabled)";
509
+ declare const semPurpleHighContrast = "var(--volt2-eff0792-sem-purple-high-contrast)";
510
+ declare const semPurpleLight = "var(--volt2-eff0792-sem-purple-light)";
511
+ declare const semPurpleOnHighContrast = "var(--volt2-eff0792-sem-purple-on-high-contrast)";
512
+ declare const semPurpleOnSoft = "var(--volt2-eff0792-sem-purple-on-soft)";
513
+ declare const semPurpleOnSolid = "var(--volt2-eff0792-sem-purple-on-solid)";
514
+ declare const semPurpleSoft = "var(--volt2-eff0792-sem-purple-soft)";
515
+ declare const semPurpleSoftHover = "var(--volt2-eff0792-sem-purple-soft-hover)";
516
+ declare const semPurpleSolid = "var(--volt2-eff0792-sem-purple-solid)";
517
+ declare const semPurpleSolidHover = "var(--volt2-eff0792-sem-purple-solid-hover)";
518
+ declare const semPurpleSurface = "var(--volt2-eff0792-sem-purple-surface)";
519
+ declare const semPurpleSurfaceHover = "var(--volt2-eff0792-sem-purple-surface-hover)";
520
+ declare const semPurpleUi = "var(--volt2-eff0792-sem-purple-ui)";
521
+ declare const semPurpleUiHover = "var(--volt2-eff0792-sem-purple-ui-hover)";
522
+ declare const semRedContrast = "var(--volt2-eff0792-sem-red-contrast)";
523
+ declare const semRedDefault = "var(--volt2-eff0792-sem-red-default)";
524
+ declare const semRedDisabled = "var(--volt2-eff0792-sem-red-disabled)";
525
+ declare const semRedHighContrast = "var(--volt2-eff0792-sem-red-high-contrast)";
526
+ declare const semRedLight = "var(--volt2-eff0792-sem-red-light)";
527
+ declare const semRedOnHighContrast = "var(--volt2-eff0792-sem-red-on-high-contrast)";
528
+ declare const semRedOnSoft = "var(--volt2-eff0792-sem-red-on-soft)";
529
+ declare const semRedOnSolid = "var(--volt2-eff0792-sem-red-on-solid)";
530
+ declare const semRedSoft = "var(--volt2-eff0792-sem-red-soft)";
531
+ declare const semRedSoftHover = "var(--volt2-eff0792-sem-red-soft-hover)";
532
+ declare const semRedSolid = "var(--volt2-eff0792-sem-red-solid)";
533
+ declare const semRedSolidHover = "var(--volt2-eff0792-sem-red-solid-hover)";
534
+ declare const semRedSurface = "var(--volt2-eff0792-sem-red-surface)";
535
+ declare const semRedSurfaceHover = "var(--volt2-eff0792-sem-red-surface-hover)";
536
+ declare const semRedUi = "var(--volt2-eff0792-sem-red-ui)";
537
+ declare const semRedUiHover = "var(--volt2-eff0792-sem-red-ui-hover)";
538
+ declare const semSkyContrast = "var(--volt2-eff0792-sem-sky-contrast)";
539
+ declare const semSkyDefault = "var(--volt2-eff0792-sem-sky-default)";
540
+ declare const semSkyDisabled = "var(--volt2-eff0792-sem-sky-disabled)";
541
+ declare const semSkyHighContrast = "var(--volt2-eff0792-sem-sky-high-contrast)";
542
+ declare const semSkyLight = "var(--volt2-eff0792-sem-sky-light)";
543
+ declare const semSkyOnHighContrast = "var(--volt2-eff0792-sem-sky-on-high-contrast)";
544
+ declare const semSkyOnSoft = "var(--volt2-eff0792-sem-sky-on-soft)";
545
+ declare const semSkyOnSolid = "var(--volt2-eff0792-sem-sky-on-solid)";
546
+ declare const semSkySoft = "var(--volt2-eff0792-sem-sky-soft)";
547
+ declare const semSkySoftHover = "var(--volt2-eff0792-sem-sky-soft-hover)";
548
+ declare const semSkySolid = "var(--volt2-eff0792-sem-sky-solid)";
549
+ declare const semSkySolidHover = "var(--volt2-eff0792-sem-sky-solid-hover)";
550
+ declare const semSkySurface = "var(--volt2-eff0792-sem-sky-surface)";
551
+ declare const semSkySurfaceHover = "var(--volt2-eff0792-sem-sky-surface-hover)";
552
+ declare const semSkyUi = "var(--volt2-eff0792-sem-sky-ui)";
553
+ declare const semSkyUiHover = "var(--volt2-eff0792-sem-sky-ui-hover)";
554
+ declare const semTealContrast = "var(--volt2-eff0792-sem-teal-contrast)";
555
+ declare const semTealDefault = "var(--volt2-eff0792-sem-teal-default)";
556
+ declare const semTealDisabled = "var(--volt2-eff0792-sem-teal-disabled)";
557
+ declare const semTealHighContrast = "var(--volt2-eff0792-sem-teal-high-contrast)";
558
+ declare const semTealLight = "var(--volt2-eff0792-sem-teal-light)";
559
+ declare const semTealOnHighContrast = "var(--volt2-eff0792-sem-teal-on-high-contrast)";
560
+ declare const semTealOnSoft = "var(--volt2-eff0792-sem-teal-on-soft)";
561
+ declare const semTealOnSolid = "var(--volt2-eff0792-sem-teal-on-solid)";
562
+ declare const semTealSoft = "var(--volt2-eff0792-sem-teal-soft)";
563
+ declare const semTealSoftHover = "var(--volt2-eff0792-sem-teal-soft-hover)";
564
+ declare const semTealSolid = "var(--volt2-eff0792-sem-teal-solid)";
565
+ declare const semTealSolidHover = "var(--volt2-eff0792-sem-teal-solid-hover)";
566
+ declare const semTealSurface = "var(--volt2-eff0792-sem-teal-surface)";
567
+ declare const semTealSurfaceHover = "var(--volt2-eff0792-sem-teal-surface-hover)";
568
+ declare const semTealUi = "var(--volt2-eff0792-sem-teal-ui)";
569
+ declare const semTealUiHover = "var(--volt2-eff0792-sem-teal-ui-hover)";
570
+ declare const semYellowContrast = "var(--volt2-eff0792-sem-yellow-contrast)";
571
+ declare const semYellowDefault = "var(--volt2-eff0792-sem-yellow-default)";
572
+ declare const semYellowDisabled = "var(--volt2-eff0792-sem-yellow-disabled)";
573
+ declare const semYellowHighContrast = "var(--volt2-eff0792-sem-yellow-high-contrast)";
574
+ declare const semYellowLight = "var(--volt2-eff0792-sem-yellow-light)";
575
+ declare const semYellowOnHighContrast = "var(--volt2-eff0792-sem-yellow-on-high-contrast)";
576
+ declare const semYellowOnSoft = "var(--volt2-eff0792-sem-yellow-on-soft)";
577
+ declare const semYellowOnSolid = "var(--volt2-eff0792-sem-yellow-on-solid)";
578
+ declare const semYellowSoft = "var(--volt2-eff0792-sem-yellow-soft)";
579
+ declare const semYellowSoftHover = "var(--volt2-eff0792-sem-yellow-soft-hover)";
580
+ declare const semYellowSolid = "var(--volt2-eff0792-sem-yellow-solid)";
581
+ declare const semYellowSolidHover = "var(--volt2-eff0792-sem-yellow-solid-hover)";
582
+ declare const semYellowSurface = "var(--volt2-eff0792-sem-yellow-surface)";
583
+ declare const semYellowSurfaceHover = "var(--volt2-eff0792-sem-yellow-surface-hover)";
584
+ declare const semYellowUi = "var(--volt2-eff0792-sem-yellow-ui)";
585
+ declare const semYellowUiHover = "var(--volt2-eff0792-sem-yellow-ui-hover)";
586
+ declare const sky1 = "var(--volt2-eff0792-sky-1)";
587
+ declare const sky10 = "var(--volt2-eff0792-sky-10)";
588
+ declare const sky11 = "var(--volt2-eff0792-sky-11)";
589
+ declare const sky12 = "var(--volt2-eff0792-sky-12)";
590
+ declare const sky2 = "var(--volt2-eff0792-sky-2)";
591
+ declare const sky3 = "var(--volt2-eff0792-sky-3)";
592
+ declare const sky4 = "var(--volt2-eff0792-sky-4)";
593
+ declare const sky5 = "var(--volt2-eff0792-sky-5)";
594
+ declare const sky6 = "var(--volt2-eff0792-sky-6)";
595
+ declare const sky7 = "var(--volt2-eff0792-sky-7)";
596
+ declare const sky8 = "var(--volt2-eff0792-sky-8)";
597
+ declare const sky9 = "var(--volt2-eff0792-sky-9)";
598
+ declare const skyA1 = "var(--volt2-eff0792-sky-a1)";
599
+ declare const skyA10 = "var(--volt2-eff0792-sky-a10)";
600
+ declare const skyA11 = "var(--volt2-eff0792-sky-a11)";
601
+ declare const skyA12 = "var(--volt2-eff0792-sky-a12)";
602
+ declare const skyA2 = "var(--volt2-eff0792-sky-a2)";
603
+ declare const skyA3 = "var(--volt2-eff0792-sky-a3)";
604
+ declare const skyA4 = "var(--volt2-eff0792-sky-a4)";
605
+ declare const skyA5 = "var(--volt2-eff0792-sky-a5)";
606
+ declare const skyA6 = "var(--volt2-eff0792-sky-a6)";
607
+ declare const skyA7 = "var(--volt2-eff0792-sky-a7)";
608
+ declare const skyA8 = "var(--volt2-eff0792-sky-a8)";
609
+ declare const skyA9 = "var(--volt2-eff0792-sky-a9)";
610
+ declare const skyContrast = "var(--volt2-eff0792-sky-contrast)";
611
+ declare const skyIndicator = "var(--volt2-eff0792-sky-indicator)";
612
+ declare const skySurface = "var(--volt2-eff0792-sky-surface)";
613
+ declare const skyTrack = "var(--volt2-eff0792-sky-track)";
614
+ declare const teal1 = "var(--volt2-eff0792-teal-1)";
615
+ declare const teal10 = "var(--volt2-eff0792-teal-10)";
616
+ declare const teal11 = "var(--volt2-eff0792-teal-11)";
617
+ declare const teal12 = "var(--volt2-eff0792-teal-12)";
618
+ declare const teal2 = "var(--volt2-eff0792-teal-2)";
619
+ declare const teal3 = "var(--volt2-eff0792-teal-3)";
620
+ declare const teal4 = "var(--volt2-eff0792-teal-4)";
621
+ declare const teal5 = "var(--volt2-eff0792-teal-5)";
622
+ declare const teal6 = "var(--volt2-eff0792-teal-6)";
623
+ declare const teal7 = "var(--volt2-eff0792-teal-7)";
624
+ declare const teal8 = "var(--volt2-eff0792-teal-8)";
625
+ declare const teal9 = "var(--volt2-eff0792-teal-9)";
626
+ declare const tealA1 = "var(--volt2-eff0792-teal-a1)";
627
+ declare const tealA10 = "var(--volt2-eff0792-teal-a10)";
628
+ declare const tealA11 = "var(--volt2-eff0792-teal-a11)";
629
+ declare const tealA12 = "var(--volt2-eff0792-teal-a12)";
630
+ declare const tealA2 = "var(--volt2-eff0792-teal-a2)";
631
+ declare const tealA3 = "var(--volt2-eff0792-teal-a3)";
632
+ declare const tealA4 = "var(--volt2-eff0792-teal-a4)";
633
+ declare const tealA5 = "var(--volt2-eff0792-teal-a5)";
634
+ declare const tealA6 = "var(--volt2-eff0792-teal-a6)";
635
+ declare const tealA7 = "var(--volt2-eff0792-teal-a7)";
636
+ declare const tealA8 = "var(--volt2-eff0792-teal-a8)";
637
+ declare const tealA9 = "var(--volt2-eff0792-teal-a9)";
638
+ declare const tealContrast = "var(--volt2-eff0792-teal-contrast)";
639
+ declare const tealIndicator = "var(--volt2-eff0792-teal-indicator)";
640
+ declare const tealSurface = "var(--volt2-eff0792-teal-surface)";
641
+ declare const tealTrack = "var(--volt2-eff0792-teal-track)";
642
+ declare const yellow1 = "var(--volt2-eff0792-yellow-1)";
643
+ declare const yellow10 = "var(--volt2-eff0792-yellow-10)";
644
+ declare const yellow11 = "var(--volt2-eff0792-yellow-11)";
645
+ declare const yellow12 = "var(--volt2-eff0792-yellow-12)";
646
+ declare const yellow2 = "var(--volt2-eff0792-yellow-2)";
647
+ declare const yellow3 = "var(--volt2-eff0792-yellow-3)";
648
+ declare const yellow4 = "var(--volt2-eff0792-yellow-4)";
649
+ declare const yellow5 = "var(--volt2-eff0792-yellow-5)";
650
+ declare const yellow6 = "var(--volt2-eff0792-yellow-6)";
651
+ declare const yellow7 = "var(--volt2-eff0792-yellow-7)";
652
+ declare const yellow8 = "var(--volt2-eff0792-yellow-8)";
653
+ declare const yellow9 = "var(--volt2-eff0792-yellow-9)";
654
+ declare const yellowA1 = "var(--volt2-eff0792-yellow-a1)";
655
+ declare const yellowA10 = "var(--volt2-eff0792-yellow-a10)";
656
+ declare const yellowA11 = "var(--volt2-eff0792-yellow-a11)";
657
+ declare const yellowA12 = "var(--volt2-eff0792-yellow-a12)";
658
+ declare const yellowA2 = "var(--volt2-eff0792-yellow-a2)";
659
+ declare const yellowA3 = "var(--volt2-eff0792-yellow-a3)";
660
+ declare const yellowA4 = "var(--volt2-eff0792-yellow-a4)";
661
+ declare const yellowA5 = "var(--volt2-eff0792-yellow-a5)";
662
+ declare const yellowA6 = "var(--volt2-eff0792-yellow-a6)";
663
+ declare const yellowA7 = "var(--volt2-eff0792-yellow-a7)";
664
+ declare const yellowA8 = "var(--volt2-eff0792-yellow-a8)";
665
+ declare const yellowA9 = "var(--volt2-eff0792-yellow-a9)";
666
+ declare const yellowContrast = "var(--volt2-eff0792-yellow-contrast)";
667
+ declare const yellowIndicator = "var(--volt2-eff0792-yellow-indicator)";
668
+ declare const yellowSurface = "var(--volt2-eff0792-yellow-surface)";
669
+ declare const yellowTrack = "var(--volt2-eff0792-yellow-track)";
670
+ declare const accent1 = "var(--volt2-f2eb09c-accent-1)";
671
+ declare const accent10 = "var(--volt2-f2eb09c-accent-10)";
672
+ declare const accent11 = "var(--volt2-f2eb09c-accent-11)";
673
+ declare const accent12 = "var(--volt2-f2eb09c-accent-12)";
674
+ declare const accent2 = "var(--volt2-f2eb09c-accent-2)";
675
+ declare const accent3 = "var(--volt2-f2eb09c-accent-3)";
676
+ declare const accent4 = "var(--volt2-f2eb09c-accent-4)";
677
+ declare const accent5 = "var(--volt2-f2eb09c-accent-5)";
678
+ declare const accent6 = "var(--volt2-f2eb09c-accent-6)";
679
+ declare const accent7 = "var(--volt2-f2eb09c-accent-7)";
680
+ declare const accent8 = "var(--volt2-f2eb09c-accent-8)";
681
+ declare const accent9 = "var(--volt2-f2eb09c-accent-9)";
682
+ declare const accentA1 = "var(--volt2-f2eb09c-accent-a1)";
683
+ declare const accentA10 = "var(--volt2-f2eb09c-accent-a10)";
684
+ declare const accentA11 = "var(--volt2-f2eb09c-accent-a11)";
685
+ declare const accentA12 = "var(--volt2-f2eb09c-accent-a12)";
686
+ declare const accentA2 = "var(--volt2-f2eb09c-accent-a2)";
687
+ declare const accentA3 = "var(--volt2-f2eb09c-accent-a3)";
688
+ declare const accentA4 = "var(--volt2-f2eb09c-accent-a4)";
689
+ declare const accentA5 = "var(--volt2-f2eb09c-accent-a5)";
690
+ declare const accentA6 = "var(--volt2-f2eb09c-accent-a6)";
691
+ declare const accentA7 = "var(--volt2-f2eb09c-accent-a7)";
692
+ declare const accentA8 = "var(--volt2-f2eb09c-accent-a8)";
693
+ declare const accentA9 = "var(--volt2-f2eb09c-accent-a9)";
694
+ declare const accentContrast = "var(--volt2-f2eb09c-accent-contrast)";
695
+ declare const accentIndicator = "var(--volt2-f2eb09c-accent-indicator)";
696
+ declare const accentSurface = "var(--volt2-f2eb09c-accent-surface)";
697
+ declare const accentTrack = "var(--volt2-f2eb09c-accent-track)";
698
+ declare const blackA22 = "var(--volt2-f2eb09c-black-a22)";
699
+ declare const blackA32 = "var(--volt2-f2eb09c-black-a32)";
700
+ declare const blackA38 = "var(--volt2-f2eb09c-black-a38)";
701
+ declare const blurField = "var(--volt2-f2eb09c-blur-field)";
702
+ declare const blurObject = "var(--volt2-f2eb09c-blur-object)";
703
+ declare const blurPGlassField = "var(--volt2-f2eb09c-blur-p-glass-field)";
704
+ declare const blurPGlassObject = "var(--volt2-f2eb09c-blur-p-glass-object)";
705
+ declare const blurPNone = "var(--volt2-f2eb09c-blur-p-none)";
706
+ declare const body = "var(--volt2-f2eb09c-body)";
707
+ declare const borderContainer = "var(--volt2-f2eb09c-border-container)";
708
+ declare const borderField = "var(--volt2-f2eb09c-border-field)";
709
+ declare const borderHairline = "var(--volt2-f2eb09c-border-hairline)";
710
+ declare const borderHeader = "var(--volt2-f2eb09c-border-header)";
711
+ declare const borderNone = "var(--volt2-f2eb09c-border-none)";
712
+ declare const borderObject = "var(--volt2-f2eb09c-border-object)";
713
+ declare const borderOverlay = "var(--volt2-f2eb09c-border-overlay)";
714
+ declare const borderWidthContainer = "var(--volt2-f2eb09c-border-width-container)";
715
+ declare const borderWidthField = "var(--volt2-f2eb09c-border-width-field)";
716
+ declare const borderWidthHeader = "var(--volt2-f2eb09c-border-width-header)";
717
+ declare const borderWidthObject = "var(--volt2-f2eb09c-border-width-object)";
718
+ declare const borderWidthOverlay = "var(--volt2-f2eb09c-border-width-overlay)";
719
+ declare const buttonBaseMinHeight = "var(--volt2-f2eb09c-button-base-min-height)";
720
+ declare const buttonBasePaddingInline = "var(--volt2-f2eb09c-button-base-padding-inline)";
721
+ declare const buttonIconSize = "var(--volt2-f2eb09c-button-icon-size)";
722
+ declare const container2xl = "var(--volt2-f2eb09c-container-2xl)";
723
+ declare const container3xl = "var(--volt2-f2eb09c-container-3xl)";
724
+ declare const container4xl = "var(--volt2-f2eb09c-container-4xl)";
725
+ declare const container5xl = "var(--volt2-f2eb09c-container-5xl)";
726
+ declare const containerLg = "var(--volt2-f2eb09c-container-lg)";
727
+ declare const containerMd = "var(--volt2-f2eb09c-container-md)";
728
+ declare const containerSm = "var(--volt2-f2eb09c-container-sm)";
729
+ declare const containerXl = "var(--volt2-f2eb09c-container-xl)";
730
+ declare const ease = "var(--volt2-f2eb09c-ease)";
731
+ declare const error1 = "var(--volt2-f2eb09c-error-1)";
732
+ declare const error10 = "var(--volt2-f2eb09c-error-10)";
733
+ declare const error11 = "var(--volt2-f2eb09c-error-11)";
734
+ declare const error12 = "var(--volt2-f2eb09c-error-12)";
735
+ declare const error2 = "var(--volt2-f2eb09c-error-2)";
736
+ declare const error3 = "var(--volt2-f2eb09c-error-3)";
737
+ declare const error4 = "var(--volt2-f2eb09c-error-4)";
738
+ declare const error5 = "var(--volt2-f2eb09c-error-5)";
739
+ declare const error6 = "var(--volt2-f2eb09c-error-6)";
740
+ declare const error7 = "var(--volt2-f2eb09c-error-7)";
741
+ declare const error8 = "var(--volt2-f2eb09c-error-8)";
742
+ declare const error9 = "var(--volt2-f2eb09c-error-9)";
743
+ declare const errorA1 = "var(--volt2-f2eb09c-error-a1)";
744
+ declare const errorA10 = "var(--volt2-f2eb09c-error-a10)";
745
+ declare const errorA11 = "var(--volt2-f2eb09c-error-a11)";
746
+ declare const errorA12 = "var(--volt2-f2eb09c-error-a12)";
747
+ declare const errorA2 = "var(--volt2-f2eb09c-error-a2)";
748
+ declare const errorA3 = "var(--volt2-f2eb09c-error-a3)";
749
+ declare const errorA4 = "var(--volt2-f2eb09c-error-a4)";
750
+ declare const errorA5 = "var(--volt2-f2eb09c-error-a5)";
751
+ declare const errorA6 = "var(--volt2-f2eb09c-error-a6)";
752
+ declare const errorA7 = "var(--volt2-f2eb09c-error-a7)";
753
+ declare const errorA8 = "var(--volt2-f2eb09c-error-a8)";
754
+ declare const errorA9 = "var(--volt2-f2eb09c-error-a9)";
755
+ declare const errorContrast = "var(--volt2-f2eb09c-error-contrast)";
756
+ declare const errorIndicator = "var(--volt2-f2eb09c-error-indicator)";
757
+ declare const errorSurface = "var(--volt2-f2eb09c-error-surface)";
758
+ declare const errorTrack = "var(--volt2-f2eb09c-error-track)";
759
+ declare const fieldInputHeight = "var(--volt2-f2eb09c-field-input-height)";
760
+ declare const fieldPaddingX = "var(--volt2-f2eb09c-field-padding-x)";
761
+ declare const fieldPaddingY = "var(--volt2-f2eb09c-field-padding-y)";
762
+ declare const fieldSetGap = "var(--volt2-f2eb09c-field-set-gap)";
763
+ declare const fontWeightBold = "var(--volt2-f2eb09c-font-weight-bold)";
764
+ declare const fontWeightMedium = "var(--volt2-f2eb09c-font-weight-medium)";
765
+ declare const fontWeightNormal = "var(--volt2-f2eb09c-font-weight-normal)";
766
+ declare const fontWeightSemibold = "var(--volt2-f2eb09c-font-weight-semibold)";
767
+ declare const fxBorderHeaderPlain = "var(--volt2-f2eb09c-fx-border-header-plain)";
768
+ declare const fxBorderPlainObject = "var(--volt2-f2eb09c-fx-border-plain-object)";
769
+ declare const fxCardBloomBlue = "var(--volt2-f2eb09c-fx-card-bloom-blue)";
770
+ declare const fxCardBloomViolet = "var(--volt2-f2eb09c-fx-card-bloom-violet)";
771
+ declare const fxCardWash2 = "var(--volt2-f2eb09c-fx-card-wash-2)";
772
+ declare const fxGlassBloomBlue = "var(--volt2-f2eb09c-fx-glass-bloom-blue)";
773
+ declare const fxGlassBloomBlueDark = "var(--volt2-f2eb09c-fx-glass-bloom-blue-dark)";
774
+ declare const fxGlassBloomViolet = "var(--volt2-f2eb09c-fx-glass-bloom-violet)";
775
+ declare const fxGlassBloomVioletDark = "var(--volt2-f2eb09c-fx-glass-bloom-violet-dark)";
776
+ declare const fxGlassObjectDark = "var(--volt2-f2eb09c-fx-glass-object-dark)";
777
+ declare const fxGlassWash1 = "var(--volt2-f2eb09c-fx-glass-wash-1)";
778
+ declare const fxGlassWash2 = "var(--volt2-f2eb09c-fx-glass-wash-2)";
779
+ declare const fxGlassWash3 = "var(--volt2-f2eb09c-fx-glass-wash-3)";
780
+ declare const fxGlassWashDark1 = "var(--volt2-f2eb09c-fx-glass-wash-dark-1)";
781
+ declare const fxGlassWashDark2 = "var(--volt2-f2eb09c-fx-glass-wash-dark-2)";
782
+ declare const fxGlassWashDark3 = "var(--volt2-f2eb09c-fx-glass-wash-dark-3)";
783
+ declare const fxHoverPlainRow = "var(--volt2-f2eb09c-fx-hover-plain-row)";
784
+ declare const fxSepPlain = "var(--volt2-f2eb09c-fx-sep-plain)";
785
+ declare const fxShadeCoolA12 = "var(--volt2-f2eb09c-fx-shade-cool-a12)";
786
+ declare const fxShadeCoolA7 = "var(--volt2-f2eb09c-fx-shade-cool-a7)";
787
+ declare const fxShadeCoolA8 = "var(--volt2-f2eb09c-fx-shade-cool-a8)";
788
+ declare const fxShadeDeepA10 = "var(--volt2-f2eb09c-fx-shade-deep-a10)";
789
+ declare const fxShadeDeepA6 = "var(--volt2-f2eb09c-fx-shade-deep-a6)";
790
+ declare const fxShadeDeepA7 = "var(--volt2-f2eb09c-fx-shade-deep-a7)";
791
+ declare const fxShadeNavyA16 = "var(--volt2-f2eb09c-fx-shade-navy-a16)";
792
+ declare const fxShadeOverlayA22 = "var(--volt2-f2eb09c-fx-shade-overlay-a22)";
793
+ declare const fxTintWash1 = "var(--volt2-f2eb09c-fx-tint-wash-1)";
794
+ declare const fxTintWash2 = "var(--volt2-f2eb09c-fx-tint-wash-2)";
795
+ declare const fxWashBorderedDark = "var(--volt2-f2eb09c-fx-wash-bordered-dark)";
796
+ declare const fxWashBorderedLight = "var(--volt2-f2eb09c-fx-wash-bordered-light)";
797
+ declare const fxWashPlain = "var(--volt2-f2eb09c-fx-wash-plain)";
798
+ declare const gradientBorderedWash = "var(--volt2-f2eb09c-gradient-bordered-wash)";
799
+ declare const gradientBorderedWashDark = "var(--volt2-f2eb09c-gradient-bordered-wash-dark)";
800
+ declare const gradientCardWash = "var(--volt2-f2eb09c-gradient-card-wash)";
801
+ declare const gradientGlassWash = "var(--volt2-f2eb09c-gradient-glass-wash)";
802
+ declare const gradientGlassWashDark = "var(--volt2-f2eb09c-gradient-glass-wash-dark)";
803
+ declare const gradientPlainWash = "var(--volt2-f2eb09c-gradient-plain-wash)";
804
+ declare const gradientTintWash = "var(--volt2-f2eb09c-gradient-tint-wash)";
805
+ declare const gray1 = "var(--volt2-f2eb09c-gray-1)";
806
+ declare const gray10 = "var(--volt2-f2eb09c-gray-10)";
807
+ declare const gray11 = "var(--volt2-f2eb09c-gray-11)";
808
+ declare const gray12 = "var(--volt2-f2eb09c-gray-12)";
809
+ declare const gray2 = "var(--volt2-f2eb09c-gray-2)";
810
+ declare const gray3 = "var(--volt2-f2eb09c-gray-3)";
811
+ declare const gray4 = "var(--volt2-f2eb09c-gray-4)";
812
+ declare const gray5 = "var(--volt2-f2eb09c-gray-5)";
813
+ declare const gray6 = "var(--volt2-f2eb09c-gray-6)";
814
+ declare const gray7 = "var(--volt2-f2eb09c-gray-7)";
815
+ declare const gray8 = "var(--volt2-f2eb09c-gray-8)";
816
+ declare const gray9 = "var(--volt2-f2eb09c-gray-9)";
817
+ declare const grayA1 = "var(--volt2-f2eb09c-gray-a1)";
818
+ declare const grayA10 = "var(--volt2-f2eb09c-gray-a10)";
819
+ declare const grayA11 = "var(--volt2-f2eb09c-gray-a11)";
820
+ declare const grayA12 = "var(--volt2-f2eb09c-gray-a12)";
821
+ declare const grayA2 = "var(--volt2-f2eb09c-gray-a2)";
822
+ declare const grayA3 = "var(--volt2-f2eb09c-gray-a3)";
823
+ declare const grayA4 = "var(--volt2-f2eb09c-gray-a4)";
824
+ declare const grayA5 = "var(--volt2-f2eb09c-gray-a5)";
825
+ declare const grayA6 = "var(--volt2-f2eb09c-gray-a6)";
826
+ declare const grayA7 = "var(--volt2-f2eb09c-gray-a7)";
827
+ declare const grayA8 = "var(--volt2-f2eb09c-gray-a8)";
828
+ declare const grayA9 = "var(--volt2-f2eb09c-gray-a9)";
829
+ declare const grayContrast = "var(--volt2-f2eb09c-gray-contrast)";
830
+ declare const grayIndicator = "var(--volt2-f2eb09c-gray-indicator)";
831
+ declare const graySurface = "var(--volt2-f2eb09c-gray-surface)";
832
+ declare const grayTrack = "var(--volt2-f2eb09c-gray-track)";
833
+ declare const info1 = "var(--volt2-f2eb09c-info-1)";
834
+ declare const info10 = "var(--volt2-f2eb09c-info-10)";
835
+ declare const info11 = "var(--volt2-f2eb09c-info-11)";
836
+ declare const info12 = "var(--volt2-f2eb09c-info-12)";
837
+ declare const info2 = "var(--volt2-f2eb09c-info-2)";
838
+ declare const info3 = "var(--volt2-f2eb09c-info-3)";
839
+ declare const info4 = "var(--volt2-f2eb09c-info-4)";
840
+ declare const info5 = "var(--volt2-f2eb09c-info-5)";
841
+ declare const info6 = "var(--volt2-f2eb09c-info-6)";
842
+ declare const info7 = "var(--volt2-f2eb09c-info-7)";
843
+ declare const info8 = "var(--volt2-f2eb09c-info-8)";
844
+ declare const info9 = "var(--volt2-f2eb09c-info-9)";
845
+ declare const infoA1 = "var(--volt2-f2eb09c-info-a1)";
846
+ declare const infoA10 = "var(--volt2-f2eb09c-info-a10)";
847
+ declare const infoA11 = "var(--volt2-f2eb09c-info-a11)";
848
+ declare const infoA12 = "var(--volt2-f2eb09c-info-a12)";
849
+ declare const infoA2 = "var(--volt2-f2eb09c-info-a2)";
850
+ declare const infoA3 = "var(--volt2-f2eb09c-info-a3)";
851
+ declare const infoA4 = "var(--volt2-f2eb09c-info-a4)";
852
+ declare const infoA5 = "var(--volt2-f2eb09c-info-a5)";
853
+ declare const infoA6 = "var(--volt2-f2eb09c-info-a6)";
854
+ declare const infoA7 = "var(--volt2-f2eb09c-info-a7)";
855
+ declare const infoA8 = "var(--volt2-f2eb09c-info-a8)";
856
+ declare const infoA9 = "var(--volt2-f2eb09c-info-a9)";
857
+ declare const infoContrast = "var(--volt2-f2eb09c-info-contrast)";
858
+ declare const infoIndicator = "var(--volt2-f2eb09c-info-indicator)";
859
+ declare const infoSurface = "var(--volt2-f2eb09c-info-surface)";
860
+ declare const infoTrack = "var(--volt2-f2eb09c-info-track)";
861
+ declare const leading2xl = "var(--volt2-f2eb09c-leading-2xl)";
862
+ declare const leading3xl = "var(--volt2-f2eb09c-leading-3xl)";
863
+ declare const leadingBase = "var(--volt2-f2eb09c-leading-base)";
864
+ declare const leadingLg = "var(--volt2-f2eb09c-leading-lg)";
865
+ declare const leadingSm = "var(--volt2-f2eb09c-leading-sm)";
866
+ declare const leadingXl = "var(--volt2-f2eb09c-leading-xl)";
867
+ declare const leadingXs = "var(--volt2-f2eb09c-leading-xs)";
868
+ declare const level1 = "var(--volt2-f2eb09c-level-1)";
869
+ declare const listIndexMinWidth = "var(--volt2-f2eb09c-list-index-min-width)";
870
+ declare const listIndexPaddingX = "var(--volt2-f2eb09c-list-index-padding-x)";
871
+ declare const listItemGap = "var(--volt2-f2eb09c-list-item-gap)";
872
+ declare const listItemMinHeight = "var(--volt2-f2eb09c-list-item-min-height)";
873
+ declare const listItemPaddingX = "var(--volt2-f2eb09c-list-item-padding-x)";
874
+ declare const listItemPaddingY = "var(--volt2-f2eb09c-list-item-padding-y)";
875
+ declare const motionBase = "var(--volt2-f2eb09c-motion-base)";
876
+ declare const motionFast = "var(--volt2-f2eb09c-motion-fast)";
877
+ declare const motionSlow = "var(--volt2-f2eb09c-motion-slow)";
878
+ declare const radius2xl = "var(--volt2-f2eb09c-radius-2xl)";
879
+ declare const radius3xl = "var(--volt2-f2eb09c-radius-3xl)";
880
+ declare const radiusFull = "var(--volt2-f2eb09c-radius-full)";
881
+ declare const radiusLg = "var(--volt2-f2eb09c-radius-lg)";
882
+ declare const radiusMd = "var(--volt2-f2eb09c-radius-md)";
883
+ declare const radiusSm = "var(--volt2-f2eb09c-radius-sm)";
884
+ declare const radiusXl = "var(--volt2-f2eb09c-radius-xl)";
885
+ declare const selectContentGap = "var(--volt2-f2eb09c-select-content-gap)";
886
+ declare const selectContentPadding = "var(--volt2-f2eb09c-select-content-padding)";
887
+ declare const selectItemPaddingLeft = "var(--volt2-f2eb09c-select-item-padding-left)";
888
+ declare const selectItemPaddingY = "var(--volt2-f2eb09c-select-item-padding-y)";
889
+ declare const semAccentContrast = "var(--volt2-f2eb09c-sem-accent-contrast)";
890
+ declare const semAccentDefault = "var(--volt2-f2eb09c-sem-accent-default)";
891
+ declare const semAccentDisabled = "var(--volt2-f2eb09c-sem-accent-disabled)";
892
+ declare const semAccentHighContrast = "var(--volt2-f2eb09c-sem-accent-high-contrast)";
893
+ declare const semAccentLight = "var(--volt2-f2eb09c-sem-accent-light)";
894
+ declare const semAccentOnHighContrast = "var(--volt2-f2eb09c-sem-accent-on-high-contrast)";
895
+ declare const semAccentOnSoft = "var(--volt2-f2eb09c-sem-accent-on-soft)";
896
+ declare const semAccentOnSolid = "var(--volt2-f2eb09c-sem-accent-on-solid)";
897
+ declare const semAccentSoft = "var(--volt2-f2eb09c-sem-accent-soft)";
898
+ declare const semAccentSoftHover = "var(--volt2-f2eb09c-sem-accent-soft-hover)";
899
+ declare const semAccentSolid = "var(--volt2-f2eb09c-sem-accent-solid)";
900
+ declare const semAccentSolidHover = "var(--volt2-f2eb09c-sem-accent-solid-hover)";
901
+ declare const semAccentSurface = "var(--volt2-f2eb09c-sem-accent-surface)";
902
+ declare const semAccentSurfaceHover = "var(--volt2-f2eb09c-sem-accent-surface-hover)";
903
+ declare const semAccentUi = "var(--volt2-f2eb09c-sem-accent-ui)";
904
+ declare const semAccentUiHover = "var(--volt2-f2eb09c-sem-accent-ui-hover)";
905
+ declare const semBody = "var(--volt2-f2eb09c-sem-body)";
906
+ declare const semErrorContrast = "var(--volt2-f2eb09c-sem-error-contrast)";
907
+ declare const semErrorDefault = "var(--volt2-f2eb09c-sem-error-default)";
908
+ declare const semErrorDisabled = "var(--volt2-f2eb09c-sem-error-disabled)";
909
+ declare const semErrorHighContrast = "var(--volt2-f2eb09c-sem-error-high-contrast)";
910
+ declare const semErrorLight = "var(--volt2-f2eb09c-sem-error-light)";
911
+ declare const semErrorOnHighContrast = "var(--volt2-f2eb09c-sem-error-on-high-contrast)";
912
+ declare const semErrorOnSoft = "var(--volt2-f2eb09c-sem-error-on-soft)";
913
+ declare const semErrorOnSolid = "var(--volt2-f2eb09c-sem-error-on-solid)";
914
+ declare const semErrorSoft = "var(--volt2-f2eb09c-sem-error-soft)";
915
+ declare const semErrorSoftHover = "var(--volt2-f2eb09c-sem-error-soft-hover)";
916
+ declare const semErrorSolid = "var(--volt2-f2eb09c-sem-error-solid)";
917
+ declare const semErrorSolidHover = "var(--volt2-f2eb09c-sem-error-solid-hover)";
918
+ declare const semErrorSurface = "var(--volt2-f2eb09c-sem-error-surface)";
919
+ declare const semErrorSurfaceHover = "var(--volt2-f2eb09c-sem-error-surface-hover)";
920
+ declare const semErrorUi = "var(--volt2-f2eb09c-sem-error-ui)";
921
+ declare const semErrorUiHover = "var(--volt2-f2eb09c-sem-error-ui-hover)";
922
+ declare const semFocusRing = "var(--volt2-f2eb09c-sem-focus-ring)";
923
+ declare const semGrayContrast = "var(--volt2-f2eb09c-sem-gray-contrast)";
924
+ declare const semGrayDefault = "var(--volt2-f2eb09c-sem-gray-default)";
925
+ declare const semGrayDisabled = "var(--volt2-f2eb09c-sem-gray-disabled)";
926
+ declare const semGrayHighContrast = "var(--volt2-f2eb09c-sem-gray-high-contrast)";
927
+ declare const semGrayLight = "var(--volt2-f2eb09c-sem-gray-light)";
928
+ declare const semGrayOnHighContrast = "var(--volt2-f2eb09c-sem-gray-on-high-contrast)";
929
+ declare const semGrayOnSoft = "var(--volt2-f2eb09c-sem-gray-on-soft)";
930
+ declare const semGrayOnSolid = "var(--volt2-f2eb09c-sem-gray-on-solid)";
931
+ declare const semGraySoft = "var(--volt2-f2eb09c-sem-gray-soft)";
932
+ declare const semGraySoftHover = "var(--volt2-f2eb09c-sem-gray-soft-hover)";
933
+ declare const semGraySolid = "var(--volt2-f2eb09c-sem-gray-solid)";
934
+ declare const semGraySolidHover = "var(--volt2-f2eb09c-sem-gray-solid-hover)";
935
+ declare const semGraySurface = "var(--volt2-f2eb09c-sem-gray-surface)";
936
+ declare const semGraySurfaceHover = "var(--volt2-f2eb09c-sem-gray-surface-hover)";
937
+ declare const semGrayUi = "var(--volt2-f2eb09c-sem-gray-ui)";
938
+ declare const semGrayUiHover = "var(--volt2-f2eb09c-sem-gray-ui-hover)";
939
+ declare const semInfoContrast = "var(--volt2-f2eb09c-sem-info-contrast)";
940
+ declare const semInfoDefault = "var(--volt2-f2eb09c-sem-info-default)";
941
+ declare const semInfoDisabled = "var(--volt2-f2eb09c-sem-info-disabled)";
942
+ declare const semInfoHighContrast = "var(--volt2-f2eb09c-sem-info-high-contrast)";
943
+ declare const semInfoLight = "var(--volt2-f2eb09c-sem-info-light)";
944
+ declare const semInfoOnHighContrast = "var(--volt2-f2eb09c-sem-info-on-high-contrast)";
945
+ declare const semInfoOnSoft = "var(--volt2-f2eb09c-sem-info-on-soft)";
946
+ declare const semInfoOnSolid = "var(--volt2-f2eb09c-sem-info-on-solid)";
947
+ declare const semInfoSoft = "var(--volt2-f2eb09c-sem-info-soft)";
948
+ declare const semInfoSoftHover = "var(--volt2-f2eb09c-sem-info-soft-hover)";
949
+ declare const semInfoSolid = "var(--volt2-f2eb09c-sem-info-solid)";
950
+ declare const semInfoSolidHover = "var(--volt2-f2eb09c-sem-info-solid-hover)";
951
+ declare const semInfoSurface = "var(--volt2-f2eb09c-sem-info-surface)";
952
+ declare const semInfoSurfaceHover = "var(--volt2-f2eb09c-sem-info-surface-hover)";
953
+ declare const semInfoUi = "var(--volt2-f2eb09c-sem-info-ui)";
954
+ declare const semInfoUiHover = "var(--volt2-f2eb09c-sem-info-ui-hover)";
955
+ declare const semLevel1 = "var(--volt2-f2eb09c-sem-level-1)";
956
+ declare const semLevel2 = "var(--volt2-f2eb09c-sem-level-2)";
957
+ declare const semLevel3 = "var(--volt2-f2eb09c-sem-level-3)";
958
+ declare const semSuccessContrast = "var(--volt2-f2eb09c-sem-success-contrast)";
959
+ declare const semSuccessDefault = "var(--volt2-f2eb09c-sem-success-default)";
960
+ declare const semSuccessDisabled = "var(--volt2-f2eb09c-sem-success-disabled)";
961
+ declare const semSuccessHighContrast = "var(--volt2-f2eb09c-sem-success-high-contrast)";
962
+ declare const semSuccessLight = "var(--volt2-f2eb09c-sem-success-light)";
963
+ declare const semSuccessOnHighContrast = "var(--volt2-f2eb09c-sem-success-on-high-contrast)";
964
+ declare const semSuccessOnSoft = "var(--volt2-f2eb09c-sem-success-on-soft)";
965
+ declare const semSuccessOnSolid = "var(--volt2-f2eb09c-sem-success-on-solid)";
966
+ declare const semSuccessSoft = "var(--volt2-f2eb09c-sem-success-soft)";
967
+ declare const semSuccessSoftHover = "var(--volt2-f2eb09c-sem-success-soft-hover)";
968
+ declare const semSuccessSolid = "var(--volt2-f2eb09c-sem-success-solid)";
969
+ declare const semSuccessSolidHover = "var(--volt2-f2eb09c-sem-success-solid-hover)";
970
+ declare const semSuccessSurface = "var(--volt2-f2eb09c-sem-success-surface)";
971
+ declare const semSuccessSurfaceHover = "var(--volt2-f2eb09c-sem-success-surface-hover)";
972
+ declare const semSuccessUi = "var(--volt2-f2eb09c-sem-success-ui)";
973
+ declare const semSuccessUiHover = "var(--volt2-f2eb09c-sem-success-ui-hover)";
974
+ declare const semWarningContrast = "var(--volt2-f2eb09c-sem-warning-contrast)";
975
+ declare const semWarningDefault = "var(--volt2-f2eb09c-sem-warning-default)";
976
+ declare const semWarningDisabled = "var(--volt2-f2eb09c-sem-warning-disabled)";
977
+ declare const semWarningHighContrast = "var(--volt2-f2eb09c-sem-warning-high-contrast)";
978
+ declare const semWarningLight = "var(--volt2-f2eb09c-sem-warning-light)";
979
+ declare const semWarningOnHighContrast = "var(--volt2-f2eb09c-sem-warning-on-high-contrast)";
980
+ declare const semWarningOnSoft = "var(--volt2-f2eb09c-sem-warning-on-soft)";
981
+ declare const semWarningOnSolid = "var(--volt2-f2eb09c-sem-warning-on-solid)";
982
+ declare const semWarningSoft = "var(--volt2-f2eb09c-sem-warning-soft)";
983
+ declare const semWarningSoftHover = "var(--volt2-f2eb09c-sem-warning-soft-hover)";
984
+ declare const semWarningSolid = "var(--volt2-f2eb09c-sem-warning-solid)";
985
+ declare const semWarningSolidHover = "var(--volt2-f2eb09c-sem-warning-solid-hover)";
986
+ declare const semWarningSurface = "var(--volt2-f2eb09c-sem-warning-surface)";
987
+ declare const semWarningSurfaceHover = "var(--volt2-f2eb09c-sem-warning-surface-hover)";
988
+ declare const semWarningUi = "var(--volt2-f2eb09c-sem-warning-ui)";
989
+ declare const semWarningUiHover = "var(--volt2-f2eb09c-sem-warning-ui-hover)";
990
+ declare const shadowContainer = "var(--volt2-f2eb09c-shadow-container)";
991
+ declare const shadowField = "var(--volt2-f2eb09c-shadow-field)";
992
+ declare const shadowObject = "var(--volt2-f2eb09c-shadow-object)";
993
+ declare const shadowOverlay = "var(--volt2-f2eb09c-shadow-overlay)";
994
+ declare const shadowPBorderedOverlay = "var(--volt2-f2eb09c-shadow-p-bordered-overlay)";
995
+ declare const shadowPCardContainer = "var(--volt2-f2eb09c-shadow-p-card-container)";
996
+ declare const shadowPGlassContainer = "var(--volt2-f2eb09c-shadow-p-glass-container)";
997
+ declare const shadowPGlassContainerDark = "var(--volt2-f2eb09c-shadow-p-glass-container-dark)";
998
+ declare const shadowPGlassField = "var(--volt2-f2eb09c-shadow-p-glass-field)";
999
+ declare const shadowPGlassObject = "var(--volt2-f2eb09c-shadow-p-glass-object)";
1000
+ declare const shadowPGlassObjectDark = "var(--volt2-f2eb09c-shadow-p-glass-object-dark)";
1001
+ declare const shadowPNone = "var(--volt2-f2eb09c-shadow-p-none)";
1002
+ declare const shadowPPlainContainer = "var(--volt2-f2eb09c-shadow-p-plain-container)";
1003
+ declare const spacingElement05 = "var(--volt2-f2eb09c-spacing-element-0-5)";
1004
+ declare const spacingElement1 = "var(--volt2-f2eb09c-spacing-element-1)";
1005
+ declare const spacingElement15 = "var(--volt2-f2eb09c-spacing-element-1-5)";
1006
+ declare const spacingElement2 = "var(--volt2-f2eb09c-spacing-element-2)";
1007
+ declare const spacingElement25 = "var(--volt2-f2eb09c-spacing-element-2-5)";
1008
+ declare const spacingElement3 = "var(--volt2-f2eb09c-spacing-element-3)";
1009
+ declare const spacingGroup1 = "var(--volt2-f2eb09c-spacing-group-1)";
1010
+ declare const spacingGroup2 = "var(--volt2-f2eb09c-spacing-group-2)";
1011
+ declare const spacingLayout05 = "var(--volt2-f2eb09c-spacing-layout-0-5)";
1012
+ declare const spacingLayout1 = "var(--volt2-f2eb09c-spacing-layout-1)";
1013
+ declare const spacingLayout15 = "var(--volt2-f2eb09c-spacing-layout-1-5)";
1014
+ declare const spacingLayout2 = "var(--volt2-f2eb09c-spacing-layout-2)";
1015
+ declare const spacingLayout25 = "var(--volt2-f2eb09c-spacing-layout-2-5)";
1016
+ declare const spacingLayout3 = "var(--volt2-f2eb09c-spacing-layout-3)";
1017
+ declare const spacingLayout4 = "var(--volt2-f2eb09c-spacing-layout-4)";
1018
+ declare const spacingNone = "var(--volt2-f2eb09c-spacing-none)";
1019
+ declare const success1 = "var(--volt2-f2eb09c-success-1)";
1020
+ declare const success10 = "var(--volt2-f2eb09c-success-10)";
1021
+ declare const success11 = "var(--volt2-f2eb09c-success-11)";
1022
+ declare const success12 = "var(--volt2-f2eb09c-success-12)";
1023
+ declare const success2 = "var(--volt2-f2eb09c-success-2)";
1024
+ declare const success3 = "var(--volt2-f2eb09c-success-3)";
1025
+ declare const success4 = "var(--volt2-f2eb09c-success-4)";
1026
+ declare const success5 = "var(--volt2-f2eb09c-success-5)";
1027
+ declare const success6 = "var(--volt2-f2eb09c-success-6)";
1028
+ declare const success7 = "var(--volt2-f2eb09c-success-7)";
1029
+ declare const success8 = "var(--volt2-f2eb09c-success-8)";
1030
+ declare const success9 = "var(--volt2-f2eb09c-success-9)";
1031
+ declare const successA1 = "var(--volt2-f2eb09c-success-a1)";
1032
+ declare const successA10 = "var(--volt2-f2eb09c-success-a10)";
1033
+ declare const successA11 = "var(--volt2-f2eb09c-success-a11)";
1034
+ declare const successA12 = "var(--volt2-f2eb09c-success-a12)";
1035
+ declare const successA2 = "var(--volt2-f2eb09c-success-a2)";
1036
+ declare const successA3 = "var(--volt2-f2eb09c-success-a3)";
1037
+ declare const successA4 = "var(--volt2-f2eb09c-success-a4)";
1038
+ declare const successA5 = "var(--volt2-f2eb09c-success-a5)";
1039
+ declare const successA6 = "var(--volt2-f2eb09c-success-a6)";
1040
+ declare const successA7 = "var(--volt2-f2eb09c-success-a7)";
1041
+ declare const successA8 = "var(--volt2-f2eb09c-success-a8)";
1042
+ declare const successA9 = "var(--volt2-f2eb09c-success-a9)";
1043
+ declare const successContrast = "var(--volt2-f2eb09c-success-contrast)";
1044
+ declare const successIndicator = "var(--volt2-f2eb09c-success-indicator)";
1045
+ declare const successSurface = "var(--volt2-f2eb09c-success-surface)";
1046
+ declare const successTrack = "var(--volt2-f2eb09c-success-track)";
1047
+ declare const surfaceContainer = "var(--volt2-f2eb09c-surface-container)";
1048
+ declare const surfaceField = "var(--volt2-f2eb09c-surface-field)";
1049
+ declare const surfaceGap = "var(--volt2-f2eb09c-surface-gap)";
1050
+ declare const surfaceHeader = "var(--volt2-f2eb09c-surface-header)";
1051
+ declare const surfaceInset = "var(--volt2-f2eb09c-surface-inset)";
1052
+ declare const surfaceObject = "var(--volt2-f2eb09c-surface-object)";
1053
+ declare const surfaceOverlay = "var(--volt2-f2eb09c-surface-overlay)";
1054
+ declare const surfaceRadiusContainer = "var(--volt2-f2eb09c-surface-radius-container)";
1055
+ declare const surfaceRadiusField = "var(--volt2-f2eb09c-surface-radius-field)";
1056
+ declare const surfaceRadiusObject = "var(--volt2-f2eb09c-surface-radius-object)";
1057
+ declare const surfaceRadiusOverlay = "var(--volt2-f2eb09c-surface-radius-overlay)";
1058
+ declare const surfaceRadiusPill = "var(--volt2-f2eb09c-surface-radius-pill)";
1059
+ declare const surfaceSep = "var(--volt2-f2eb09c-surface-sep)";
1060
+ declare const surfaceWash = "var(--volt2-f2eb09c-surface-wash)";
1061
+ declare const tableCellPaddingY = "var(--volt2-f2eb09c-table-cell-padding-y)";
1062
+ declare const tableHeadHeight = "var(--volt2-f2eb09c-table-head-height)";
1063
+ declare const text2xl = "var(--volt2-f2eb09c-text-2xl)";
1064
+ declare const text3xl = "var(--volt2-f2eb09c-text-3xl)";
1065
+ declare const textBase = "var(--volt2-f2eb09c-text-base)";
1066
+ declare const textLg = "var(--volt2-f2eb09c-text-lg)";
1067
+ declare const textSm = "var(--volt2-f2eb09c-text-sm)";
1068
+ declare const textXl = "var(--volt2-f2eb09c-text-xl)";
1069
+ declare const textXs = "var(--volt2-f2eb09c-text-xs)";
1070
+ declare const trackingNormal = "var(--volt2-f2eb09c-tracking-normal)";
1071
+ declare const trackingTight = "var(--volt2-f2eb09c-tracking-tight)";
1072
+ declare const trackingTighter = "var(--volt2-f2eb09c-tracking-tighter)";
1073
+ declare const transparent = "var(--volt2-f2eb09c-transparent)";
1074
+ declare const warning1 = "var(--volt2-f2eb09c-warning-1)";
1075
+ declare const warning10 = "var(--volt2-f2eb09c-warning-10)";
1076
+ declare const warning11 = "var(--volt2-f2eb09c-warning-11)";
1077
+ declare const warning12 = "var(--volt2-f2eb09c-warning-12)";
1078
+ declare const warning2 = "var(--volt2-f2eb09c-warning-2)";
1079
+ declare const warning3 = "var(--volt2-f2eb09c-warning-3)";
1080
+ declare const warning4 = "var(--volt2-f2eb09c-warning-4)";
1081
+ declare const warning5 = "var(--volt2-f2eb09c-warning-5)";
1082
+ declare const warning6 = "var(--volt2-f2eb09c-warning-6)";
1083
+ declare const warning7 = "var(--volt2-f2eb09c-warning-7)";
1084
+ declare const warning8 = "var(--volt2-f2eb09c-warning-8)";
1085
+ declare const warning9 = "var(--volt2-f2eb09c-warning-9)";
1086
+ declare const warningA1 = "var(--volt2-f2eb09c-warning-a1)";
1087
+ declare const warningA10 = "var(--volt2-f2eb09c-warning-a10)";
1088
+ declare const warningA11 = "var(--volt2-f2eb09c-warning-a11)";
1089
+ declare const warningA12 = "var(--volt2-f2eb09c-warning-a12)";
1090
+ declare const warningA2 = "var(--volt2-f2eb09c-warning-a2)";
1091
+ declare const warningA3 = "var(--volt2-f2eb09c-warning-a3)";
1092
+ declare const warningA4 = "var(--volt2-f2eb09c-warning-a4)";
1093
+ declare const warningA5 = "var(--volt2-f2eb09c-warning-a5)";
1094
+ declare const warningA6 = "var(--volt2-f2eb09c-warning-a6)";
1095
+ declare const warningA7 = "var(--volt2-f2eb09c-warning-a7)";
1096
+ declare const warningA8 = "var(--volt2-f2eb09c-warning-a8)";
1097
+ declare const warningA9 = "var(--volt2-f2eb09c-warning-a9)";
1098
+ declare const warningContrast = "var(--volt2-f2eb09c-warning-contrast)";
1099
+ declare const warningIndicator = "var(--volt2-f2eb09c-warning-indicator)";
1100
+ declare const warningSurface = "var(--volt2-f2eb09c-warning-surface)";
1101
+ declare const warningTrack = "var(--volt2-f2eb09c-warning-track)";
1102
+ declare const white = "var(--volt2-f2eb09c-white)";
1103
+ declare const whiteA12 = "var(--volt2-f2eb09c-white-a12)";
1104
+ declare const whiteA26 = "var(--volt2-f2eb09c-white-a26)";
1105
+ declare const whiteA5 = "var(--volt2-f2eb09c-white-a5)";
1106
+ declare const whiteA50 = "var(--volt2-f2eb09c-white-a50)";
1107
+ declare const whiteA60 = "var(--volt2-f2eb09c-white-a60)";
1108
+ declare const whiteA80 = "var(--volt2-f2eb09c-white-a80)";
1109
+ declare const whiteA9 = "var(--volt2-f2eb09c-white-a9)";
1061
1110
 
1062
1111
  declare const index_d_accent1: typeof accent1;
1063
1112
  declare const index_d_accent10: typeof accent10;
@@ -1164,6 +1213,9 @@ declare const index_d_bronzeContrast: typeof bronzeContrast;
1164
1213
  declare const index_d_bronzeIndicator: typeof bronzeIndicator;
1165
1214
  declare const index_d_bronzeSurface: typeof bronzeSurface;
1166
1215
  declare const index_d_bronzeTrack: typeof bronzeTrack;
1216
+ declare const index_d_buttonBaseMinHeight: typeof buttonBaseMinHeight;
1217
+ declare const index_d_buttonBasePaddingInline: typeof buttonBasePaddingInline;
1218
+ declare const index_d_buttonIconSize: typeof buttonIconSize;
1167
1219
  declare const index_d_container2xl: typeof container2xl;
1168
1220
  declare const index_d_container3xl: typeof container3xl;
1169
1221
  declare const index_d_container4xl: typeof container4xl;
@@ -1229,6 +1281,10 @@ declare const index_d_errorContrast: typeof errorContrast;
1229
1281
  declare const index_d_errorIndicator: typeof errorIndicator;
1230
1282
  declare const index_d_errorSurface: typeof errorSurface;
1231
1283
  declare const index_d_errorTrack: typeof errorTrack;
1284
+ declare const index_d_fieldInputHeight: typeof fieldInputHeight;
1285
+ declare const index_d_fieldPaddingX: typeof fieldPaddingX;
1286
+ declare const index_d_fieldPaddingY: typeof fieldPaddingY;
1287
+ declare const index_d_fieldSetGap: typeof fieldSetGap;
1232
1288
  declare const index_d_fontWeightBold: typeof fontWeightBold;
1233
1289
  declare const index_d_fontWeightMedium: typeof fontWeightMedium;
1234
1290
  declare const index_d_fontWeightNormal: typeof fontWeightNormal;
@@ -1419,6 +1475,12 @@ declare const index_d_limeContrast: typeof limeContrast;
1419
1475
  declare const index_d_limeIndicator: typeof limeIndicator;
1420
1476
  declare const index_d_limeSurface: typeof limeSurface;
1421
1477
  declare const index_d_limeTrack: typeof limeTrack;
1478
+ declare const index_d_listIndexMinWidth: typeof listIndexMinWidth;
1479
+ declare const index_d_listIndexPaddingX: typeof listIndexPaddingX;
1480
+ declare const index_d_listItemGap: typeof listItemGap;
1481
+ declare const index_d_listItemMinHeight: typeof listItemMinHeight;
1482
+ declare const index_d_listItemPaddingX: typeof listItemPaddingX;
1483
+ declare const index_d_listItemPaddingY: typeof listItemPaddingY;
1422
1484
  declare const index_d_mauve1: typeof mauve1;
1423
1485
  declare const index_d_mauve10: typeof mauve10;
1424
1486
  declare const index_d_mauve11: typeof mauve11;
@@ -1597,12 +1659,17 @@ declare const index_d_redContrast: typeof redContrast;
1597
1659
  declare const index_d_redIndicator: typeof redIndicator;
1598
1660
  declare const index_d_redSurface: typeof redSurface;
1599
1661
  declare const index_d_redTrack: typeof redTrack;
1662
+ declare const index_d_selectContentGap: typeof selectContentGap;
1663
+ declare const index_d_selectContentPadding: typeof selectContentPadding;
1664
+ declare const index_d_selectItemPaddingLeft: typeof selectItemPaddingLeft;
1665
+ declare const index_d_selectItemPaddingY: typeof selectItemPaddingY;
1600
1666
  declare const index_d_semAccentContrast: typeof semAccentContrast;
1601
1667
  declare const index_d_semAccentDefault: typeof semAccentDefault;
1602
1668
  declare const index_d_semAccentDisabled: typeof semAccentDisabled;
1603
1669
  declare const index_d_semAccentHighContrast: typeof semAccentHighContrast;
1604
1670
  declare const index_d_semAccentLight: typeof semAccentLight;
1605
1671
  declare const index_d_semAccentOnHighContrast: typeof semAccentOnHighContrast;
1672
+ declare const index_d_semAccentOnSoft: typeof semAccentOnSoft;
1606
1673
  declare const index_d_semAccentOnSolid: typeof semAccentOnSolid;
1607
1674
  declare const index_d_semAccentSoft: typeof semAccentSoft;
1608
1675
  declare const index_d_semAccentSoftHover: typeof semAccentSoftHover;
@@ -1618,6 +1685,7 @@ declare const index_d_semBlueDisabled: typeof semBlueDisabled;
1618
1685
  declare const index_d_semBlueHighContrast: typeof semBlueHighContrast;
1619
1686
  declare const index_d_semBlueLight: typeof semBlueLight;
1620
1687
  declare const index_d_semBlueOnHighContrast: typeof semBlueOnHighContrast;
1688
+ declare const index_d_semBlueOnSoft: typeof semBlueOnSoft;
1621
1689
  declare const index_d_semBlueOnSolid: typeof semBlueOnSolid;
1622
1690
  declare const index_d_semBlueSoft: typeof semBlueSoft;
1623
1691
  declare const index_d_semBlueSoftHover: typeof semBlueSoftHover;
@@ -1634,6 +1702,7 @@ declare const index_d_semBronzeDisabled: typeof semBronzeDisabled;
1634
1702
  declare const index_d_semBronzeHighContrast: typeof semBronzeHighContrast;
1635
1703
  declare const index_d_semBronzeLight: typeof semBronzeLight;
1636
1704
  declare const index_d_semBronzeOnHighContrast: typeof semBronzeOnHighContrast;
1705
+ declare const index_d_semBronzeOnSoft: typeof semBronzeOnSoft;
1637
1706
  declare const index_d_semBronzeOnSolid: typeof semBronzeOnSolid;
1638
1707
  declare const index_d_semBronzeSoft: typeof semBronzeSoft;
1639
1708
  declare const index_d_semBronzeSoftHover: typeof semBronzeSoftHover;
@@ -1649,6 +1718,7 @@ declare const index_d_semCyanDisabled: typeof semCyanDisabled;
1649
1718
  declare const index_d_semCyanHighContrast: typeof semCyanHighContrast;
1650
1719
  declare const index_d_semCyanLight: typeof semCyanLight;
1651
1720
  declare const index_d_semCyanOnHighContrast: typeof semCyanOnHighContrast;
1721
+ declare const index_d_semCyanOnSoft: typeof semCyanOnSoft;
1652
1722
  declare const index_d_semCyanOnSolid: typeof semCyanOnSolid;
1653
1723
  declare const index_d_semCyanSoft: typeof semCyanSoft;
1654
1724
  declare const index_d_semCyanSoftHover: typeof semCyanSoftHover;
@@ -1664,6 +1734,7 @@ declare const index_d_semErrorDisabled: typeof semErrorDisabled;
1664
1734
  declare const index_d_semErrorHighContrast: typeof semErrorHighContrast;
1665
1735
  declare const index_d_semErrorLight: typeof semErrorLight;
1666
1736
  declare const index_d_semErrorOnHighContrast: typeof semErrorOnHighContrast;
1737
+ declare const index_d_semErrorOnSoft: typeof semErrorOnSoft;
1667
1738
  declare const index_d_semErrorOnSolid: typeof semErrorOnSolid;
1668
1739
  declare const index_d_semErrorSoft: typeof semErrorSoft;
1669
1740
  declare const index_d_semErrorSoftHover: typeof semErrorSoftHover;
@@ -1673,12 +1744,14 @@ declare const index_d_semErrorSurface: typeof semErrorSurface;
1673
1744
  declare const index_d_semErrorSurfaceHover: typeof semErrorSurfaceHover;
1674
1745
  declare const index_d_semErrorUi: typeof semErrorUi;
1675
1746
  declare const index_d_semErrorUiHover: typeof semErrorUiHover;
1747
+ declare const index_d_semFocusRing: typeof semFocusRing;
1676
1748
  declare const index_d_semGrayContrast: typeof semGrayContrast;
1677
1749
  declare const index_d_semGrayDefault: typeof semGrayDefault;
1678
1750
  declare const index_d_semGrayDisabled: typeof semGrayDisabled;
1679
1751
  declare const index_d_semGrayHighContrast: typeof semGrayHighContrast;
1680
1752
  declare const index_d_semGrayLight: typeof semGrayLight;
1681
1753
  declare const index_d_semGrayOnHighContrast: typeof semGrayOnHighContrast;
1754
+ declare const index_d_semGrayOnSoft: typeof semGrayOnSoft;
1682
1755
  declare const index_d_semGrayOnSolid: typeof semGrayOnSolid;
1683
1756
  declare const index_d_semGraySoft: typeof semGraySoft;
1684
1757
  declare const index_d_semGraySoftHover: typeof semGraySoftHover;
@@ -1694,6 +1767,7 @@ declare const index_d_semGreenDisabled: typeof semGreenDisabled;
1694
1767
  declare const index_d_semGreenHighContrast: typeof semGreenHighContrast;
1695
1768
  declare const index_d_semGreenLight: typeof semGreenLight;
1696
1769
  declare const index_d_semGreenOnHighContrast: typeof semGreenOnHighContrast;
1770
+ declare const index_d_semGreenOnSoft: typeof semGreenOnSoft;
1697
1771
  declare const index_d_semGreenOnSolid: typeof semGreenOnSolid;
1698
1772
  declare const index_d_semGreenSoft: typeof semGreenSoft;
1699
1773
  declare const index_d_semGreenSoftHover: typeof semGreenSoftHover;
@@ -1709,6 +1783,7 @@ declare const index_d_semIndigoDisabled: typeof semIndigoDisabled;
1709
1783
  declare const index_d_semIndigoHighContrast: typeof semIndigoHighContrast;
1710
1784
  declare const index_d_semIndigoLight: typeof semIndigoLight;
1711
1785
  declare const index_d_semIndigoOnHighContrast: typeof semIndigoOnHighContrast;
1786
+ declare const index_d_semIndigoOnSoft: typeof semIndigoOnSoft;
1712
1787
  declare const index_d_semIndigoOnSolid: typeof semIndigoOnSolid;
1713
1788
  declare const index_d_semIndigoSoft: typeof semIndigoSoft;
1714
1789
  declare const index_d_semIndigoSoftHover: typeof semIndigoSoftHover;
@@ -1724,6 +1799,7 @@ declare const index_d_semInfoDisabled: typeof semInfoDisabled;
1724
1799
  declare const index_d_semInfoHighContrast: typeof semInfoHighContrast;
1725
1800
  declare const index_d_semInfoLight: typeof semInfoLight;
1726
1801
  declare const index_d_semInfoOnHighContrast: typeof semInfoOnHighContrast;
1802
+ declare const index_d_semInfoOnSoft: typeof semInfoOnSoft;
1727
1803
  declare const index_d_semInfoOnSolid: typeof semInfoOnSolid;
1728
1804
  declare const index_d_semInfoSoft: typeof semInfoSoft;
1729
1805
  declare const index_d_semInfoSoftHover: typeof semInfoSoftHover;
@@ -1742,6 +1818,7 @@ declare const index_d_semLimeDisabled: typeof semLimeDisabled;
1742
1818
  declare const index_d_semLimeHighContrast: typeof semLimeHighContrast;
1743
1819
  declare const index_d_semLimeLight: typeof semLimeLight;
1744
1820
  declare const index_d_semLimeOnHighContrast: typeof semLimeOnHighContrast;
1821
+ declare const index_d_semLimeOnSoft: typeof semLimeOnSoft;
1745
1822
  declare const index_d_semLimeOnSolid: typeof semLimeOnSolid;
1746
1823
  declare const index_d_semLimeSoft: typeof semLimeSoft;
1747
1824
  declare const index_d_semLimeSoftHover: typeof semLimeSoftHover;
@@ -1757,6 +1834,7 @@ declare const index_d_semMauveDisabled: typeof semMauveDisabled;
1757
1834
  declare const index_d_semMauveHighContrast: typeof semMauveHighContrast;
1758
1835
  declare const index_d_semMauveLight: typeof semMauveLight;
1759
1836
  declare const index_d_semMauveOnHighContrast: typeof semMauveOnHighContrast;
1837
+ declare const index_d_semMauveOnSoft: typeof semMauveOnSoft;
1760
1838
  declare const index_d_semMauveOnSolid: typeof semMauveOnSolid;
1761
1839
  declare const index_d_semMauveSoft: typeof semMauveSoft;
1762
1840
  declare const index_d_semMauveSoftHover: typeof semMauveSoftHover;
@@ -1772,6 +1850,7 @@ declare const index_d_semMintDisabled: typeof semMintDisabled;
1772
1850
  declare const index_d_semMintHighContrast: typeof semMintHighContrast;
1773
1851
  declare const index_d_semMintLight: typeof semMintLight;
1774
1852
  declare const index_d_semMintOnHighContrast: typeof semMintOnHighContrast;
1853
+ declare const index_d_semMintOnSoft: typeof semMintOnSoft;
1775
1854
  declare const index_d_semMintOnSolid: typeof semMintOnSolid;
1776
1855
  declare const index_d_semMintSoft: typeof semMintSoft;
1777
1856
  declare const index_d_semMintSoftHover: typeof semMintSoftHover;
@@ -1787,6 +1866,7 @@ declare const index_d_semOrangeDisabled: typeof semOrangeDisabled;
1787
1866
  declare const index_d_semOrangeHighContrast: typeof semOrangeHighContrast;
1788
1867
  declare const index_d_semOrangeLight: typeof semOrangeLight;
1789
1868
  declare const index_d_semOrangeOnHighContrast: typeof semOrangeOnHighContrast;
1869
+ declare const index_d_semOrangeOnSoft: typeof semOrangeOnSoft;
1790
1870
  declare const index_d_semOrangeOnSolid: typeof semOrangeOnSolid;
1791
1871
  declare const index_d_semOrangeSoft: typeof semOrangeSoft;
1792
1872
  declare const index_d_semOrangeSoftHover: typeof semOrangeSoftHover;
@@ -1802,6 +1882,7 @@ declare const index_d_semPinkDisabled: typeof semPinkDisabled;
1802
1882
  declare const index_d_semPinkHighContrast: typeof semPinkHighContrast;
1803
1883
  declare const index_d_semPinkLight: typeof semPinkLight;
1804
1884
  declare const index_d_semPinkOnHighContrast: typeof semPinkOnHighContrast;
1885
+ declare const index_d_semPinkOnSoft: typeof semPinkOnSoft;
1805
1886
  declare const index_d_semPinkOnSolid: typeof semPinkOnSolid;
1806
1887
  declare const index_d_semPinkSoft: typeof semPinkSoft;
1807
1888
  declare const index_d_semPinkSoftHover: typeof semPinkSoftHover;
@@ -1817,6 +1898,7 @@ declare const index_d_semPurpleDisabled: typeof semPurpleDisabled;
1817
1898
  declare const index_d_semPurpleHighContrast: typeof semPurpleHighContrast;
1818
1899
  declare const index_d_semPurpleLight: typeof semPurpleLight;
1819
1900
  declare const index_d_semPurpleOnHighContrast: typeof semPurpleOnHighContrast;
1901
+ declare const index_d_semPurpleOnSoft: typeof semPurpleOnSoft;
1820
1902
  declare const index_d_semPurpleOnSolid: typeof semPurpleOnSolid;
1821
1903
  declare const index_d_semPurpleSoft: typeof semPurpleSoft;
1822
1904
  declare const index_d_semPurpleSoftHover: typeof semPurpleSoftHover;
@@ -1832,6 +1914,7 @@ declare const index_d_semRedDisabled: typeof semRedDisabled;
1832
1914
  declare const index_d_semRedHighContrast: typeof semRedHighContrast;
1833
1915
  declare const index_d_semRedLight: typeof semRedLight;
1834
1916
  declare const index_d_semRedOnHighContrast: typeof semRedOnHighContrast;
1917
+ declare const index_d_semRedOnSoft: typeof semRedOnSoft;
1835
1918
  declare const index_d_semRedOnSolid: typeof semRedOnSolid;
1836
1919
  declare const index_d_semRedSoft: typeof semRedSoft;
1837
1920
  declare const index_d_semRedSoftHover: typeof semRedSoftHover;
@@ -1847,6 +1930,7 @@ declare const index_d_semSkyDisabled: typeof semSkyDisabled;
1847
1930
  declare const index_d_semSkyHighContrast: typeof semSkyHighContrast;
1848
1931
  declare const index_d_semSkyLight: typeof semSkyLight;
1849
1932
  declare const index_d_semSkyOnHighContrast: typeof semSkyOnHighContrast;
1933
+ declare const index_d_semSkyOnSoft: typeof semSkyOnSoft;
1850
1934
  declare const index_d_semSkyOnSolid: typeof semSkyOnSolid;
1851
1935
  declare const index_d_semSkySoft: typeof semSkySoft;
1852
1936
  declare const index_d_semSkySoftHover: typeof semSkySoftHover;
@@ -1862,6 +1946,7 @@ declare const index_d_semSuccessDisabled: typeof semSuccessDisabled;
1862
1946
  declare const index_d_semSuccessHighContrast: typeof semSuccessHighContrast;
1863
1947
  declare const index_d_semSuccessLight: typeof semSuccessLight;
1864
1948
  declare const index_d_semSuccessOnHighContrast: typeof semSuccessOnHighContrast;
1949
+ declare const index_d_semSuccessOnSoft: typeof semSuccessOnSoft;
1865
1950
  declare const index_d_semSuccessOnSolid: typeof semSuccessOnSolid;
1866
1951
  declare const index_d_semSuccessSoft: typeof semSuccessSoft;
1867
1952
  declare const index_d_semSuccessSoftHover: typeof semSuccessSoftHover;
@@ -1877,6 +1962,7 @@ declare const index_d_semTealDisabled: typeof semTealDisabled;
1877
1962
  declare const index_d_semTealHighContrast: typeof semTealHighContrast;
1878
1963
  declare const index_d_semTealLight: typeof semTealLight;
1879
1964
  declare const index_d_semTealOnHighContrast: typeof semTealOnHighContrast;
1965
+ declare const index_d_semTealOnSoft: typeof semTealOnSoft;
1880
1966
  declare const index_d_semTealOnSolid: typeof semTealOnSolid;
1881
1967
  declare const index_d_semTealSoft: typeof semTealSoft;
1882
1968
  declare const index_d_semTealSoftHover: typeof semTealSoftHover;
@@ -1892,6 +1978,7 @@ declare const index_d_semWarningDisabled: typeof semWarningDisabled;
1892
1978
  declare const index_d_semWarningHighContrast: typeof semWarningHighContrast;
1893
1979
  declare const index_d_semWarningLight: typeof semWarningLight;
1894
1980
  declare const index_d_semWarningOnHighContrast: typeof semWarningOnHighContrast;
1981
+ declare const index_d_semWarningOnSoft: typeof semWarningOnSoft;
1895
1982
  declare const index_d_semWarningOnSolid: typeof semWarningOnSolid;
1896
1983
  declare const index_d_semWarningSoft: typeof semWarningSoft;
1897
1984
  declare const index_d_semWarningSoftHover: typeof semWarningSoftHover;
@@ -1907,6 +1994,7 @@ declare const index_d_semYellowDisabled: typeof semYellowDisabled;
1907
1994
  declare const index_d_semYellowHighContrast: typeof semYellowHighContrast;
1908
1995
  declare const index_d_semYellowLight: typeof semYellowLight;
1909
1996
  declare const index_d_semYellowOnHighContrast: typeof semYellowOnHighContrast;
1997
+ declare const index_d_semYellowOnSoft: typeof semYellowOnSoft;
1910
1998
  declare const index_d_semYellowOnSolid: typeof semYellowOnSolid;
1911
1999
  declare const index_d_semYellowSoft: typeof semYellowSoft;
1912
2000
  declare const index_d_semYellowSoftHover: typeof semYellowSoftHover;
@@ -1957,13 +2045,21 @@ declare const index_d_skyContrast: typeof skyContrast;
1957
2045
  declare const index_d_skyIndicator: typeof skyIndicator;
1958
2046
  declare const index_d_skySurface: typeof skySurface;
1959
2047
  declare const index_d_skyTrack: typeof skyTrack;
2048
+ declare const index_d_spacingElement05: typeof spacingElement05;
1960
2049
  declare const index_d_spacingElement1: typeof spacingElement1;
2050
+ declare const index_d_spacingElement15: typeof spacingElement15;
1961
2051
  declare const index_d_spacingElement2: typeof spacingElement2;
2052
+ declare const index_d_spacingElement25: typeof spacingElement25;
1962
2053
  declare const index_d_spacingElement3: typeof spacingElement3;
1963
2054
  declare const index_d_spacingGroup1: typeof spacingGroup1;
1964
2055
  declare const index_d_spacingGroup2: typeof spacingGroup2;
2056
+ declare const index_d_spacingLayout05: typeof spacingLayout05;
1965
2057
  declare const index_d_spacingLayout1: typeof spacingLayout1;
2058
+ declare const index_d_spacingLayout15: typeof spacingLayout15;
1966
2059
  declare const index_d_spacingLayout2: typeof spacingLayout2;
2060
+ declare const index_d_spacingLayout25: typeof spacingLayout25;
2061
+ declare const index_d_spacingLayout3: typeof spacingLayout3;
2062
+ declare const index_d_spacingLayout4: typeof spacingLayout4;
1967
2063
  declare const index_d_spacingNone: typeof spacingNone;
1968
2064
  declare const index_d_success1: typeof success1;
1969
2065
  declare const index_d_success10: typeof success10;
@@ -2007,6 +2103,8 @@ declare const index_d_surfaceRadiusOverlay: typeof surfaceRadiusOverlay;
2007
2103
  declare const index_d_surfaceRadiusPill: typeof surfaceRadiusPill;
2008
2104
  declare const index_d_surfaceSep: typeof surfaceSep;
2009
2105
  declare const index_d_surfaceWash: typeof surfaceWash;
2106
+ declare const index_d_tableCellPaddingY: typeof tableCellPaddingY;
2107
+ declare const index_d_tableHeadHeight: typeof tableHeadHeight;
2010
2108
  declare const index_d_teal1: typeof teal1;
2011
2109
  declare const index_d_teal10: typeof teal10;
2012
2110
  declare const index_d_teal11: typeof teal11;
@@ -2219,6 +2317,9 @@ declare namespace index_d {
2219
2317
  index_d_bronzeIndicator as bronzeIndicator,
2220
2318
  index_d_bronzeSurface as bronzeSurface,
2221
2319
  index_d_bronzeTrack as bronzeTrack,
2320
+ index_d_buttonBaseMinHeight as buttonBaseMinHeight,
2321
+ index_d_buttonBasePaddingInline as buttonBasePaddingInline,
2322
+ index_d_buttonIconSize as buttonIconSize,
2222
2323
  index_d_container2xl as container2xl,
2223
2324
  index_d_container3xl as container3xl,
2224
2325
  index_d_container4xl as container4xl,
@@ -2284,6 +2385,10 @@ declare namespace index_d {
2284
2385
  index_d_errorIndicator as errorIndicator,
2285
2386
  index_d_errorSurface as errorSurface,
2286
2387
  index_d_errorTrack as errorTrack,
2388
+ index_d_fieldInputHeight as fieldInputHeight,
2389
+ index_d_fieldPaddingX as fieldPaddingX,
2390
+ index_d_fieldPaddingY as fieldPaddingY,
2391
+ index_d_fieldSetGap as fieldSetGap,
2287
2392
  index_d_fontWeightBold as fontWeightBold,
2288
2393
  index_d_fontWeightMedium as fontWeightMedium,
2289
2394
  index_d_fontWeightNormal as fontWeightNormal,
@@ -2474,6 +2579,12 @@ declare namespace index_d {
2474
2579
  index_d_limeIndicator as limeIndicator,
2475
2580
  index_d_limeSurface as limeSurface,
2476
2581
  index_d_limeTrack as limeTrack,
2582
+ index_d_listIndexMinWidth as listIndexMinWidth,
2583
+ index_d_listIndexPaddingX as listIndexPaddingX,
2584
+ index_d_listItemGap as listItemGap,
2585
+ index_d_listItemMinHeight as listItemMinHeight,
2586
+ index_d_listItemPaddingX as listItemPaddingX,
2587
+ index_d_listItemPaddingY as listItemPaddingY,
2477
2588
  index_d_mauve1 as mauve1,
2478
2589
  index_d_mauve10 as mauve10,
2479
2590
  index_d_mauve11 as mauve11,
@@ -2652,12 +2763,17 @@ declare namespace index_d {
2652
2763
  index_d_redIndicator as redIndicator,
2653
2764
  index_d_redSurface as redSurface,
2654
2765
  index_d_redTrack as redTrack,
2766
+ index_d_selectContentGap as selectContentGap,
2767
+ index_d_selectContentPadding as selectContentPadding,
2768
+ index_d_selectItemPaddingLeft as selectItemPaddingLeft,
2769
+ index_d_selectItemPaddingY as selectItemPaddingY,
2655
2770
  index_d_semAccentContrast as semAccentContrast,
2656
2771
  index_d_semAccentDefault as semAccentDefault,
2657
2772
  index_d_semAccentDisabled as semAccentDisabled,
2658
2773
  index_d_semAccentHighContrast as semAccentHighContrast,
2659
2774
  index_d_semAccentLight as semAccentLight,
2660
2775
  index_d_semAccentOnHighContrast as semAccentOnHighContrast,
2776
+ index_d_semAccentOnSoft as semAccentOnSoft,
2661
2777
  index_d_semAccentOnSolid as semAccentOnSolid,
2662
2778
  index_d_semAccentSoft as semAccentSoft,
2663
2779
  index_d_semAccentSoftHover as semAccentSoftHover,
@@ -2673,6 +2789,7 @@ declare namespace index_d {
2673
2789
  index_d_semBlueHighContrast as semBlueHighContrast,
2674
2790
  index_d_semBlueLight as semBlueLight,
2675
2791
  index_d_semBlueOnHighContrast as semBlueOnHighContrast,
2792
+ index_d_semBlueOnSoft as semBlueOnSoft,
2676
2793
  index_d_semBlueOnSolid as semBlueOnSolid,
2677
2794
  index_d_semBlueSoft as semBlueSoft,
2678
2795
  index_d_semBlueSoftHover as semBlueSoftHover,
@@ -2689,6 +2806,7 @@ declare namespace index_d {
2689
2806
  index_d_semBronzeHighContrast as semBronzeHighContrast,
2690
2807
  index_d_semBronzeLight as semBronzeLight,
2691
2808
  index_d_semBronzeOnHighContrast as semBronzeOnHighContrast,
2809
+ index_d_semBronzeOnSoft as semBronzeOnSoft,
2692
2810
  index_d_semBronzeOnSolid as semBronzeOnSolid,
2693
2811
  index_d_semBronzeSoft as semBronzeSoft,
2694
2812
  index_d_semBronzeSoftHover as semBronzeSoftHover,
@@ -2704,6 +2822,7 @@ declare namespace index_d {
2704
2822
  index_d_semCyanHighContrast as semCyanHighContrast,
2705
2823
  index_d_semCyanLight as semCyanLight,
2706
2824
  index_d_semCyanOnHighContrast as semCyanOnHighContrast,
2825
+ index_d_semCyanOnSoft as semCyanOnSoft,
2707
2826
  index_d_semCyanOnSolid as semCyanOnSolid,
2708
2827
  index_d_semCyanSoft as semCyanSoft,
2709
2828
  index_d_semCyanSoftHover as semCyanSoftHover,
@@ -2719,6 +2838,7 @@ declare namespace index_d {
2719
2838
  index_d_semErrorHighContrast as semErrorHighContrast,
2720
2839
  index_d_semErrorLight as semErrorLight,
2721
2840
  index_d_semErrorOnHighContrast as semErrorOnHighContrast,
2841
+ index_d_semErrorOnSoft as semErrorOnSoft,
2722
2842
  index_d_semErrorOnSolid as semErrorOnSolid,
2723
2843
  index_d_semErrorSoft as semErrorSoft,
2724
2844
  index_d_semErrorSoftHover as semErrorSoftHover,
@@ -2728,12 +2848,14 @@ declare namespace index_d {
2728
2848
  index_d_semErrorSurfaceHover as semErrorSurfaceHover,
2729
2849
  index_d_semErrorUi as semErrorUi,
2730
2850
  index_d_semErrorUiHover as semErrorUiHover,
2851
+ index_d_semFocusRing as semFocusRing,
2731
2852
  index_d_semGrayContrast as semGrayContrast,
2732
2853
  index_d_semGrayDefault as semGrayDefault,
2733
2854
  index_d_semGrayDisabled as semGrayDisabled,
2734
2855
  index_d_semGrayHighContrast as semGrayHighContrast,
2735
2856
  index_d_semGrayLight as semGrayLight,
2736
2857
  index_d_semGrayOnHighContrast as semGrayOnHighContrast,
2858
+ index_d_semGrayOnSoft as semGrayOnSoft,
2737
2859
  index_d_semGrayOnSolid as semGrayOnSolid,
2738
2860
  index_d_semGraySoft as semGraySoft,
2739
2861
  index_d_semGraySoftHover as semGraySoftHover,
@@ -2749,6 +2871,7 @@ declare namespace index_d {
2749
2871
  index_d_semGreenHighContrast as semGreenHighContrast,
2750
2872
  index_d_semGreenLight as semGreenLight,
2751
2873
  index_d_semGreenOnHighContrast as semGreenOnHighContrast,
2874
+ index_d_semGreenOnSoft as semGreenOnSoft,
2752
2875
  index_d_semGreenOnSolid as semGreenOnSolid,
2753
2876
  index_d_semGreenSoft as semGreenSoft,
2754
2877
  index_d_semGreenSoftHover as semGreenSoftHover,
@@ -2764,6 +2887,7 @@ declare namespace index_d {
2764
2887
  index_d_semIndigoHighContrast as semIndigoHighContrast,
2765
2888
  index_d_semIndigoLight as semIndigoLight,
2766
2889
  index_d_semIndigoOnHighContrast as semIndigoOnHighContrast,
2890
+ index_d_semIndigoOnSoft as semIndigoOnSoft,
2767
2891
  index_d_semIndigoOnSolid as semIndigoOnSolid,
2768
2892
  index_d_semIndigoSoft as semIndigoSoft,
2769
2893
  index_d_semIndigoSoftHover as semIndigoSoftHover,
@@ -2779,6 +2903,7 @@ declare namespace index_d {
2779
2903
  index_d_semInfoHighContrast as semInfoHighContrast,
2780
2904
  index_d_semInfoLight as semInfoLight,
2781
2905
  index_d_semInfoOnHighContrast as semInfoOnHighContrast,
2906
+ index_d_semInfoOnSoft as semInfoOnSoft,
2782
2907
  index_d_semInfoOnSolid as semInfoOnSolid,
2783
2908
  index_d_semInfoSoft as semInfoSoft,
2784
2909
  index_d_semInfoSoftHover as semInfoSoftHover,
@@ -2797,6 +2922,7 @@ declare namespace index_d {
2797
2922
  index_d_semLimeHighContrast as semLimeHighContrast,
2798
2923
  index_d_semLimeLight as semLimeLight,
2799
2924
  index_d_semLimeOnHighContrast as semLimeOnHighContrast,
2925
+ index_d_semLimeOnSoft as semLimeOnSoft,
2800
2926
  index_d_semLimeOnSolid as semLimeOnSolid,
2801
2927
  index_d_semLimeSoft as semLimeSoft,
2802
2928
  index_d_semLimeSoftHover as semLimeSoftHover,
@@ -2812,6 +2938,7 @@ declare namespace index_d {
2812
2938
  index_d_semMauveHighContrast as semMauveHighContrast,
2813
2939
  index_d_semMauveLight as semMauveLight,
2814
2940
  index_d_semMauveOnHighContrast as semMauveOnHighContrast,
2941
+ index_d_semMauveOnSoft as semMauveOnSoft,
2815
2942
  index_d_semMauveOnSolid as semMauveOnSolid,
2816
2943
  index_d_semMauveSoft as semMauveSoft,
2817
2944
  index_d_semMauveSoftHover as semMauveSoftHover,
@@ -2827,6 +2954,7 @@ declare namespace index_d {
2827
2954
  index_d_semMintHighContrast as semMintHighContrast,
2828
2955
  index_d_semMintLight as semMintLight,
2829
2956
  index_d_semMintOnHighContrast as semMintOnHighContrast,
2957
+ index_d_semMintOnSoft as semMintOnSoft,
2830
2958
  index_d_semMintOnSolid as semMintOnSolid,
2831
2959
  index_d_semMintSoft as semMintSoft,
2832
2960
  index_d_semMintSoftHover as semMintSoftHover,
@@ -2842,6 +2970,7 @@ declare namespace index_d {
2842
2970
  index_d_semOrangeHighContrast as semOrangeHighContrast,
2843
2971
  index_d_semOrangeLight as semOrangeLight,
2844
2972
  index_d_semOrangeOnHighContrast as semOrangeOnHighContrast,
2973
+ index_d_semOrangeOnSoft as semOrangeOnSoft,
2845
2974
  index_d_semOrangeOnSolid as semOrangeOnSolid,
2846
2975
  index_d_semOrangeSoft as semOrangeSoft,
2847
2976
  index_d_semOrangeSoftHover as semOrangeSoftHover,
@@ -2857,6 +2986,7 @@ declare namespace index_d {
2857
2986
  index_d_semPinkHighContrast as semPinkHighContrast,
2858
2987
  index_d_semPinkLight as semPinkLight,
2859
2988
  index_d_semPinkOnHighContrast as semPinkOnHighContrast,
2989
+ index_d_semPinkOnSoft as semPinkOnSoft,
2860
2990
  index_d_semPinkOnSolid as semPinkOnSolid,
2861
2991
  index_d_semPinkSoft as semPinkSoft,
2862
2992
  index_d_semPinkSoftHover as semPinkSoftHover,
@@ -2872,6 +3002,7 @@ declare namespace index_d {
2872
3002
  index_d_semPurpleHighContrast as semPurpleHighContrast,
2873
3003
  index_d_semPurpleLight as semPurpleLight,
2874
3004
  index_d_semPurpleOnHighContrast as semPurpleOnHighContrast,
3005
+ index_d_semPurpleOnSoft as semPurpleOnSoft,
2875
3006
  index_d_semPurpleOnSolid as semPurpleOnSolid,
2876
3007
  index_d_semPurpleSoft as semPurpleSoft,
2877
3008
  index_d_semPurpleSoftHover as semPurpleSoftHover,
@@ -2887,6 +3018,7 @@ declare namespace index_d {
2887
3018
  index_d_semRedHighContrast as semRedHighContrast,
2888
3019
  index_d_semRedLight as semRedLight,
2889
3020
  index_d_semRedOnHighContrast as semRedOnHighContrast,
3021
+ index_d_semRedOnSoft as semRedOnSoft,
2890
3022
  index_d_semRedOnSolid as semRedOnSolid,
2891
3023
  index_d_semRedSoft as semRedSoft,
2892
3024
  index_d_semRedSoftHover as semRedSoftHover,
@@ -2902,6 +3034,7 @@ declare namespace index_d {
2902
3034
  index_d_semSkyHighContrast as semSkyHighContrast,
2903
3035
  index_d_semSkyLight as semSkyLight,
2904
3036
  index_d_semSkyOnHighContrast as semSkyOnHighContrast,
3037
+ index_d_semSkyOnSoft as semSkyOnSoft,
2905
3038
  index_d_semSkyOnSolid as semSkyOnSolid,
2906
3039
  index_d_semSkySoft as semSkySoft,
2907
3040
  index_d_semSkySoftHover as semSkySoftHover,
@@ -2917,6 +3050,7 @@ declare namespace index_d {
2917
3050
  index_d_semSuccessHighContrast as semSuccessHighContrast,
2918
3051
  index_d_semSuccessLight as semSuccessLight,
2919
3052
  index_d_semSuccessOnHighContrast as semSuccessOnHighContrast,
3053
+ index_d_semSuccessOnSoft as semSuccessOnSoft,
2920
3054
  index_d_semSuccessOnSolid as semSuccessOnSolid,
2921
3055
  index_d_semSuccessSoft as semSuccessSoft,
2922
3056
  index_d_semSuccessSoftHover as semSuccessSoftHover,
@@ -2932,6 +3066,7 @@ declare namespace index_d {
2932
3066
  index_d_semTealHighContrast as semTealHighContrast,
2933
3067
  index_d_semTealLight as semTealLight,
2934
3068
  index_d_semTealOnHighContrast as semTealOnHighContrast,
3069
+ index_d_semTealOnSoft as semTealOnSoft,
2935
3070
  index_d_semTealOnSolid as semTealOnSolid,
2936
3071
  index_d_semTealSoft as semTealSoft,
2937
3072
  index_d_semTealSoftHover as semTealSoftHover,
@@ -2947,6 +3082,7 @@ declare namespace index_d {
2947
3082
  index_d_semWarningHighContrast as semWarningHighContrast,
2948
3083
  index_d_semWarningLight as semWarningLight,
2949
3084
  index_d_semWarningOnHighContrast as semWarningOnHighContrast,
3085
+ index_d_semWarningOnSoft as semWarningOnSoft,
2950
3086
  index_d_semWarningOnSolid as semWarningOnSolid,
2951
3087
  index_d_semWarningSoft as semWarningSoft,
2952
3088
  index_d_semWarningSoftHover as semWarningSoftHover,
@@ -2962,6 +3098,7 @@ declare namespace index_d {
2962
3098
  index_d_semYellowHighContrast as semYellowHighContrast,
2963
3099
  index_d_semYellowLight as semYellowLight,
2964
3100
  index_d_semYellowOnHighContrast as semYellowOnHighContrast,
3101
+ index_d_semYellowOnSoft as semYellowOnSoft,
2965
3102
  index_d_semYellowOnSolid as semYellowOnSolid,
2966
3103
  index_d_semYellowSoft as semYellowSoft,
2967
3104
  index_d_semYellowSoftHover as semYellowSoftHover,
@@ -3012,13 +3149,21 @@ declare namespace index_d {
3012
3149
  index_d_skyIndicator as skyIndicator,
3013
3150
  index_d_skySurface as skySurface,
3014
3151
  index_d_skyTrack as skyTrack,
3152
+ index_d_spacingElement05 as spacingElement05,
3015
3153
  index_d_spacingElement1 as spacingElement1,
3154
+ index_d_spacingElement15 as spacingElement15,
3016
3155
  index_d_spacingElement2 as spacingElement2,
3156
+ index_d_spacingElement25 as spacingElement25,
3017
3157
  index_d_spacingElement3 as spacingElement3,
3018
3158
  index_d_spacingGroup1 as spacingGroup1,
3019
3159
  index_d_spacingGroup2 as spacingGroup2,
3160
+ index_d_spacingLayout05 as spacingLayout05,
3020
3161
  index_d_spacingLayout1 as spacingLayout1,
3162
+ index_d_spacingLayout15 as spacingLayout15,
3021
3163
  index_d_spacingLayout2 as spacingLayout2,
3164
+ index_d_spacingLayout25 as spacingLayout25,
3165
+ index_d_spacingLayout3 as spacingLayout3,
3166
+ index_d_spacingLayout4 as spacingLayout4,
3022
3167
  index_d_spacingNone as spacingNone,
3023
3168
  index_d_success1 as success1,
3024
3169
  index_d_success10 as success10,
@@ -3062,6 +3207,8 @@ declare namespace index_d {
3062
3207
  index_d_surfaceRadiusPill as surfaceRadiusPill,
3063
3208
  index_d_surfaceSep as surfaceSep,
3064
3209
  index_d_surfaceWash as surfaceWash,
3210
+ index_d_tableCellPaddingY as tableCellPaddingY,
3211
+ index_d_tableHeadHeight as tableHeadHeight,
3065
3212
  index_d_teal1 as teal1,
3066
3213
  index_d_teal10 as teal10,
3067
3214
  index_d_teal11 as teal11,
@@ -3175,6 +3322,24 @@ declare function ensureCoreTokens(doc?: Document): boolean;
3175
3322
  * `WCAG_BADGE_MAP[level].color` both exist in consumer code today.
3176
3323
  */
3177
3324
  declare function ensurePaletteTokens(doc?: Document): boolean;
3325
+ /**
3326
+ * Install the palette sheet only if this family actually needs it.
3327
+ *
3328
+ * The unconditional call was measured as the single most expensive thing a `color`-prop component
3329
+ * does: the palette sheet is 63,689 B of CSS, and a differential build put `Pill`'s marginal cost at
3330
+ * 69,087 B raw against `Button`'s 6,330 B. The flows pilot separately measured 69,787 B of runtime
3331
+ * token CSS in the document for a two-component consumer, 18× the 3,814 B of actual atoms.
3332
+ *
3333
+ * Passing the resolved family keeps the correctness the unconditional call was protecting. The
3334
+ * hazard it guarded against is a family arriving from an expression the BUILD cannot see; by render
3335
+ * time the value is in hand, so a dynamic `getColorForEntityLabel(label)` that returns `teal` still
3336
+ * installs the sheet before paint. What goes away is installing it for `accent` or `gray`.
3337
+ *
3338
+ * This does NOT reduce bundle size. `ensurePaletteTokens` stays referenced, so the sheet is still
3339
+ * emitted into any chunk that contains one of these components — cutting that needs build-time
3340
+ * knowledge of which families a consumer uses, which the package cannot have. See DECISIONS D14.
3341
+ */
3342
+ declare function ensurePaletteTokensFor(family: string, doc?: Document): boolean;
3178
3343
 
3179
3344
  type GriffelStylesCSSValue = string | 0;
3180
3345
  /**
@@ -3184,6 +3349,7 @@ type GriffelStylesCSSValue = string | 0;
3184
3349
  type Fallback<T> = {
3185
3350
  [P in keyof T]: T[P] | NonNullable<T[P]>[];
3186
3351
  };
3352
+ type ValueOrArray<T> = T | Array<T>;
3187
3353
 
3188
3354
  /**
3189
3355
  * Griffel doesn't support *some* of CSS shorthands, they are listed below.
@@ -3246,6 +3412,312 @@ type GriffelResetAnimation = Record<'from' | 'to' | string, GriffelResetStylesCS
3246
3412
  }>;
3247
3413
  type GriffelResetStyle = GriffelResetStylesStrictCSSObject | GriffelCSSObjectCustom;
3248
3414
 
3415
+ type BorderWidthInput = ValueOrArray<CSS.Property.BorderWidth<GriffelStylesCSSValue>>;
3416
+ type BorderStyleInput = ValueOrArray<CSS.Property.BorderStyle>;
3417
+ type BorderColorInput = ValueOrArray<CSS.Property.BorderColor>;
3418
+ type OutlineWidthInput = ValueOrArray<CSS.Property.OutlineWidth<GriffelStylesCSSValue>>;
3419
+ type OutlineStyleInput = ValueOrArray<CSS.Property.OutlineStyle>;
3420
+ type OutlineColorInput = ValueOrArray<CSS.Property.OutlineColor>;
3421
+ type BorderRadiusInput = ValueOrArray<CSS.Property.BorderRadius<GriffelStylesCSSValue>>;
3422
+ type GapInput = ValueOrArray<CSS.Property.Gap<GriffelStylesCSSValue>>;
3423
+ type GridAreaInput = CSS.Property.GridArea;
3424
+ type MarginInput = ValueOrArray<CSS.Property.Margin<GriffelStylesCSSValue>>;
3425
+ type MarginBlockInput = ValueOrArray<CSS.Property.MarginBlock<GriffelStylesCSSValue>>;
3426
+ type MarginInlineInput = ValueOrArray<CSS.Property.MarginInline<GriffelStylesCSSValue>>;
3427
+ type OverflowInput = ValueOrArray<CSS.Property.Overflow>;
3428
+ type PaddingInput = ValueOrArray<CSS.Property.Padding<GriffelStylesCSSValue>>;
3429
+ type PaddingBlockInput = ValueOrArray<CSS.Property.MarginBlock<GriffelStylesCSSValue>>;
3430
+ type PaddingInlineInput = ValueOrArray<CSS.Property.MarginInline<GriffelStylesCSSValue>>;
3431
+ type InsetInput = ValueOrArray<CSS.Property.Inset<GriffelStylesCSSValue>>;
3432
+ type FlexInput = [CSS.Property.Flex, CSS.Property.Flex?, CSS.Property.Flex?];
3433
+ type TransitionPropertyInput = CSS.Property.TransitionProperty;
3434
+ type TransitionDurationInput = CSS.Property.TransitionDuration;
3435
+ type TransitionDelayInput = CSS.Property.TransitionDelay;
3436
+ type TransitionTimingFunctionInput = CSS.Property.TransitionTimingFunction;
3437
+ type TransitionGlobalInput = CSS.Globals;
3438
+ type TextDecorationStyleInput = CSS.Property.TextDecorationStyle;
3439
+ type TextDecorationLineInput = ValueOrArray<CSS.Property.TextDecorationLine>;
3440
+ type TextDecorationColorInput = ValueOrArray<CSS.Property.TextDecorationColor>;
3441
+ type TextDecorationThicknessInput = ValueOrArray<CSS.Property.TextDecorationThickness>;
3442
+
3443
+ type BorderStyle = Pick<GriffelStyle, 'borderTopColor' | 'borderTopStyle' | 'borderTopWidth' | 'borderRightColor' | 'borderRightStyle' | 'borderRightWidth' | 'borderBottomColor' | 'borderBottomStyle' | 'borderBottomWidth' | 'borderLeftColor' | 'borderLeftStyle' | 'borderLeftWidth'>;
3444
+ /** @deprecated Use `{ border: '2px' }` instead as Griffel supports CSS shorthands now */
3445
+ declare function border(width: BorderWidthInput): BorderStyle;
3446
+ /** @deprecated Use `{ border: '2px solid' }` instead as Griffel supports CSS shorthands now */
3447
+ declare function border(width: BorderWidthInput, style: BorderStyleInput): BorderStyle;
3448
+ /** @deprecated Use `{ border: '2px solid red' }` instead as Griffel supports CSS shorthands now */
3449
+ declare function border(width: BorderWidthInput, style: BorderStyleInput, color: BorderColorInput): BorderStyle;
3450
+
3451
+ type BorderLeftStyle = Pick<GriffelStyle, 'borderLeftColor' | 'borderLeftStyle' | 'borderLeftWidth'>;
3452
+ /** @deprecated Use `{ borderLeft: '2px' }` instead as Griffel supports CSS shorthands now */
3453
+ declare function borderLeft(width: BorderWidthInput): BorderLeftStyle;
3454
+ /** @deprecated Use `{ borderLeft: 'solid' }` instead as Griffel supports CSS shorthands now */
3455
+ declare function borderLeft(style: BorderStyleInput): BorderLeftStyle;
3456
+ /** @deprecated Use `{ borderLeft: '2px solid' }` instead as Griffel supports CSS shorthands now */
3457
+ declare function borderLeft(width: BorderWidthInput, style: BorderStyleInput): BorderLeftStyle;
3458
+ /** @deprecated Use `{ borderLeft: 'solid 2px' }` instead as Griffel supports CSS shorthands now */
3459
+ declare function borderLeft(style: BorderStyleInput, width: BorderWidthInput): BorderLeftStyle;
3460
+ /** @deprecated Use `{ borderLeft: '2px solid red' }` instead as Griffel supports CSS shorthands now */
3461
+ declare function borderLeft(width: BorderWidthInput, style: BorderStyleInput, color: BorderColorInput): BorderLeftStyle;
3462
+ /** @deprecated Use `{ borderLeft: 'solid 2px red' }` instead as Griffel supports CSS shorthands now */
3463
+ declare function borderLeft(style: BorderStyleInput, width: BorderWidthInput, color: BorderColorInput): BorderLeftStyle;
3464
+
3465
+ type BorderBottomStyle = Pick<GriffelStyle, 'borderBottomColor' | 'borderBottomStyle' | 'borderBottomWidth'>;
3466
+ /** @deprecated Use `{ borderBottom: '2px' }` instead as Griffel supports CSS shorthands now */
3467
+ declare function borderBottom(width: BorderWidthInput): BorderBottomStyle;
3468
+ /** @deprecated Use `{ borderBottom: 'solid' }` instead as Griffel supports CSS shorthands now */
3469
+ declare function borderBottom(style: BorderStyleInput): BorderBottomStyle;
3470
+ /** @deprecated Use `{ borderBottom: '2px solid' }` instead as Griffel supports CSS shorthands now */
3471
+ declare function borderBottom(width: BorderWidthInput, style: BorderStyleInput): BorderBottomStyle;
3472
+ /** @deprecated Use `{ borderBottom: 'solid 2px' }` instead as Griffel supports CSS shorthands now */
3473
+ declare function borderBottom(style: BorderStyleInput, width: BorderWidthInput): BorderBottomStyle;
3474
+ /** @deprecated Use `{ borderBottom: '2px solid red' }` instead as Griffel supports CSS shorthands now */
3475
+ declare function borderBottom(width: BorderWidthInput, style: BorderStyleInput, color: BorderColorInput): BorderBottomStyle;
3476
+ /** @deprecated Use `{ borderBottom: 'solid 2px red' }` instead as Griffel supports CSS shorthands now */
3477
+ declare function borderBottom(style: BorderStyleInput, width: BorderWidthInput, color: BorderColorInput): BorderBottomStyle;
3478
+
3479
+ type BorderRightStyle = Pick<GriffelStyle, 'borderRightWidth' | 'borderRightStyle' | 'borderRightColor'>;
3480
+ /** @deprecated Use `{ borderRight: '2px' }` instead as Griffel supports CSS shorthands now */
3481
+ declare function borderRight(width: BorderWidthInput): BorderRightStyle;
3482
+ /** @deprecated Use `{ borderRight: 'solid' }` instead as Griffel supports CSS shorthands now */
3483
+ declare function borderRight(style: BorderStyleInput): BorderRightStyle;
3484
+ /** @deprecated Use `{ borderRight: '2px solid' }` instead as Griffel supports CSS shorthands now */
3485
+ declare function borderRight(width: BorderWidthInput, style: BorderStyleInput): BorderRightStyle;
3486
+ /** @deprecated Use `{ borderRight: 'solid 2px' }` instead as Griffel supports CSS shorthands now */
3487
+ declare function borderRight(style: BorderStyleInput, width: BorderWidthInput): BorderRightStyle;
3488
+ /** @deprecated Use `{ borderRight: '2px solid red' }` instead as Griffel supports CSS shorthands now */
3489
+ declare function borderRight(width: BorderWidthInput, style: BorderStyleInput, color: BorderColorInput): BorderRightStyle;
3490
+ /** @deprecated Use `{ borderRight: 'solid 2px red' }` instead as Griffel supports CSS shorthands now */
3491
+ declare function borderRight(style: BorderStyleInput, width: BorderWidthInput, color: BorderColorInput): BorderRightStyle;
3492
+
3493
+ type BorderTopStyle = Pick<GriffelStyle, 'borderTopColor' | 'borderTopStyle' | 'borderTopWidth'>;
3494
+ /** @deprecated Use `{ borderTop: '2px' }` instead as Griffel supports CSS shorthands now */
3495
+ declare function borderTop(width: BorderWidthInput): BorderTopStyle;
3496
+ /** @deprecated Use `{ borderTop: 'solid' }` instead as Griffel supports CSS shorthands now */
3497
+ declare function borderTop(style: BorderStyleInput): BorderTopStyle;
3498
+ /** @deprecated Use `{ borderTop: '2px solid' }` instead as Griffel supports CSS shorthands now */
3499
+ declare function borderTop(width: BorderWidthInput, style: BorderStyleInput): BorderTopStyle;
3500
+ /** @deprecated Use `{ borderTop: 'solid 2px' }` instead as Griffel supports CSS shorthands now */
3501
+ declare function borderTop(style: BorderStyleInput, width: BorderWidthInput): BorderTopStyle;
3502
+ /** @deprecated Use `{ borderTop: '2px solid red' }` instead as Griffel supports CSS shorthands now */
3503
+ declare function borderTop(width: BorderWidthInput, style: BorderStyleInput, color: BorderColorInput): BorderTopStyle;
3504
+ /** @deprecated Use `{ borderTop: 'solid 2px red' }` instead as Griffel supports CSS shorthands now */
3505
+ declare function borderTop(style: BorderStyleInput, width: BorderWidthInput, color: BorderColorInput): BorderTopStyle;
3506
+
3507
+ type BorderColorStyle = Pick<GriffelStyle, 'borderTopColor' | 'borderRightColor' | 'borderBottomColor' | 'borderLeftColor'>;
3508
+ declare function borderColor(all: BorderColorInput): BorderColorStyle;
3509
+ declare function borderColor(vertical: BorderColorInput, horizontal: BorderColorInput): BorderColorStyle;
3510
+ declare function borderColor(top: BorderColorInput, horizontal: BorderColorInput, bottom: BorderColorInput): BorderColorStyle;
3511
+ declare function borderColor(top: BorderColorInput, right: BorderColorInput, bottom: BorderColorInput, left: BorderColorInput): BorderColorStyle;
3512
+
3513
+ type BorderStyleStyle = Pick<GriffelStyle, 'borderTopStyle' | 'borderRightStyle' | 'borderBottomStyle' | 'borderLeftStyle'>;
3514
+ declare function borderStyle(all: BorderStyleInput): BorderStyleStyle;
3515
+ declare function borderStyle(vertical: BorderStyleInput, horizontal: BorderStyleInput): BorderStyleStyle;
3516
+ declare function borderStyle(top: BorderStyleInput, horizontal: BorderStyleInput, bottom: BorderStyleInput): BorderStyleStyle;
3517
+ declare function borderStyle(top: BorderStyleInput, right: BorderStyleInput, bottom: BorderStyleInput, left: BorderStyleInput): BorderStyleStyle;
3518
+
3519
+ type BorderRadiusStyle = Pick<GriffelStyle, 'borderBottomRightRadius' | 'borderBottomLeftRadius' | 'borderTopRightRadius' | 'borderTopLeftRadius'>;
3520
+ /**
3521
+ * A function that implements CSS spec conformant expansion for "borderRadius". "/" is not supported, please use CSS
3522
+ * longhands directly.
3523
+ *
3524
+ * @example
3525
+ * borderRadius('10px')
3526
+ * borderRadius('10px', '5%')
3527
+ * borderRadius('2px', '4px', '8px')
3528
+ * borderRadius('1px', 0, '3px', '4px')
3529
+ *
3530
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
3531
+ *
3532
+ * @deprecated Just use `{ borderRadius: '10px 5% 8px 4px' }` instead as Griffel supports CSS shorthands now
3533
+ */
3534
+ declare function borderRadius(value1: BorderRadiusInput, value2?: BorderRadiusInput, value3?: BorderRadiusInput, value4?: BorderRadiusInput): BorderRadiusStyle;
3535
+
3536
+ type BorderWidthStyle = Pick<GriffelStyle, 'borderTopStyle' | 'borderRightStyle' | 'borderBottomStyle' | 'borderLeftStyle'>;
3537
+ declare function borderWidth(all: BorderWidthInput): BorderWidthStyle;
3538
+ declare function borderWidth(vertical: BorderWidthInput, horizontal: BorderWidthInput): BorderWidthStyle;
3539
+ declare function borderWidth(top: BorderWidthInput, horizontal: BorderWidthInput, bottom: BorderWidthInput): BorderWidthStyle;
3540
+ declare function borderWidth(top: BorderWidthInput, right: BorderWidthInput, bottom: BorderWidthInput, left: BorderWidthInput): BorderWidthStyle;
3541
+
3542
+ type FlexStyle = Pick<GriffelStyle, 'flexGrow' | 'flexShrink' | 'flexBasis'>;
3543
+ /**
3544
+ * A function that implements CSS spec conformant expansion for "flex".
3545
+ *
3546
+ * @example
3547
+ * flex('auto')
3548
+ * flex(1, '2.5rem')
3549
+ * flex(0, 0, 'auto')
3550
+ *
3551
+ * @see https://developer.mozilla.org/en-US/docs/Web/CSS/flex
3552
+ *
3553
+ * @deprecated Just use `{ flex: '1 1 0' }` instead as Griffel supports CSS shorthands now
3554
+ */
3555
+ declare function flex(...values: FlexInput): FlexStyle;
3556
+
3557
+ type GapStyle = Pick<GriffelStyle, 'columnGap' | 'rowGap'>;
3558
+ /**
3559
+ * A function that implements CSS spec conformant expansion for "gap"
3560
+ *
3561
+ * @example
3562
+ * gap('10px')
3563
+ * gap('10px', '5px')
3564
+ *
3565
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/gap
3566
+ *
3567
+ * @deprecated Just use `{ gap: '10px 5px' }` instead as Griffel supports CSS shorthands now
3568
+ */
3569
+ declare function gap(columnGap: GapInput, rowGap?: GapInput): GapStyle;
3570
+
3571
+ type GridAreaStyle = Pick<GriffelStyle, 'gridRowStart' | 'gridRowEnd' | 'gridColumnStart' | 'gridColumnEnd'>;
3572
+ /** @deprecated Use `{ gridArea: '2' }` instead as Griffel supports CSS shorthands now */
3573
+ declare function gridArea(all: GridAreaInput): GridAreaStyle;
3574
+ /** @deprecated Use `{ gridArea: '2 / 4' }` instead as Griffel supports CSS shorthands now */
3575
+ declare function gridArea(rowStart: GridAreaInput, columnStart: GridAreaInput): GridAreaStyle;
3576
+ /** @deprecated Use `{ gridArea: '2 / 4 / 4' }` instead as Griffel supports CSS shorthands now */
3577
+ declare function gridArea(rowStart: GridAreaInput, columnStart: GridAreaInput, rowEnd: GridAreaInput): GridAreaStyle;
3578
+ /** @deprecated Use `{ gridArea: '2 / 4 / 1 / 3' }` instead as Griffel supports CSS shorthands now */
3579
+ declare function gridArea(rowStart: GridAreaInput, columnStart: GridAreaInput, rowEnd: GridAreaInput, columnEnd: GridAreaInput): GridAreaStyle;
3580
+
3581
+ type MarginStyle = Pick<GriffelStyle, 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'>;
3582
+ /** @deprecated Use `{ margin: '10px 5px 8px 4px' }` instead as Griffel supports CSS shorthands now */
3583
+ declare function margin(all: MarginInput): MarginStyle;
3584
+ /** @deprecated Use `{ margin: '10px 5px' }` instead as Griffel supports CSS shorthands now */
3585
+ declare function margin(vertical: MarginInput, horizontal: MarginInput): MarginStyle;
3586
+ /** @deprecated Use `{ margin: '10px 5px 8px' }` instead as Griffel supports CSS shorthands now */
3587
+ declare function margin(top: MarginInput, horizontal: MarginInput, bottom: MarginInput): MarginStyle;
3588
+ /** @deprecated Use `{ margin: '10px 5px 8px 4px' }` instead as Griffel supports CSS shorthands now */
3589
+ declare function margin(top: MarginInput, right: MarginInput, bottom: MarginInput, left: MarginInput): MarginStyle;
3590
+
3591
+ type MarginBlockStyle = Pick<GriffelStyle, 'marginBlockStart' | 'marginBlockEnd'>;
3592
+ /**
3593
+ * A function that implements CSS spec conformant expansion for "margin-block"
3594
+ *
3595
+ * @example
3596
+ * marginBlock('10px')
3597
+ * marginBlock('10px', '5px')
3598
+ *
3599
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
3600
+ *
3601
+ * @deprecated Just use `{ marginBlock: '10px' }` instead as Griffel supports CSS shorthands now
3602
+ */
3603
+ declare function marginBlock(start: MarginBlockInput, end?: MarginBlockInput): MarginBlockStyle;
3604
+
3605
+ type MarginInlineStyle = Pick<GriffelStyle, 'marginInlineStart' | 'marginInlineEnd'>;
3606
+ /**
3607
+ * A function that implements CSS spec conformant expansion for "margin-inline"
3608
+ *
3609
+ * @example
3610
+ * marginInline('10px')
3611
+ * marginInline('10px', '5px')
3612
+ *
3613
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
3614
+ *
3615
+ * @deprecated Just use `{ marginInline: '10px' }` instead as Griffel supports CSS shorthands now
3616
+ */
3617
+ declare function marginInline(start: MarginInlineInput, end?: MarginInlineInput): MarginInlineStyle;
3618
+
3619
+ type PaddingStyle = Pick<GriffelStyle, 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft'>;
3620
+ /** @deprecated Use `{ padding: '10px' }` instead as Griffel supports CSS shorthands now */
3621
+ declare function padding(all: PaddingInput): PaddingStyle;
3622
+ /** @deprecated Use `{ padding: '10px 5px' }` instead as Griffel supports CSS shorthands now */
3623
+ declare function padding(vertical: PaddingInput, horizontal: PaddingInput): PaddingStyle;
3624
+ /** @deprecated Use `{ padding: '10px 5px 8px' }` instead as Griffel supports CSS shorthands now */
3625
+ declare function padding(top: PaddingInput, horizontal: PaddingInput, bottom: PaddingInput): PaddingStyle;
3626
+ /** @deprecated Use `{ padding: '10px 5px 8px 4px' }` instead as Griffel supports CSS shorthands now */
3627
+ declare function padding(top: PaddingInput, right: PaddingInput, bottom: PaddingInput, left: PaddingInput): PaddingStyle;
3628
+
3629
+ type PaddingBlockStyle = Pick<GriffelStyle, 'paddingBlockStart' | 'paddingBlockEnd'>;
3630
+ /**
3631
+ * A function that implements CSS spec conformant expansion for "padding-block"
3632
+ *
3633
+ * @example
3634
+ * paddingBlock('10px')
3635
+ * paddingBlock('10px', '5px')
3636
+ *
3637
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
3638
+ *
3639
+ * @deprecated Just use `{ paddingBlock: '10px' }` instead as Griffel supports CSS shorthands now
3640
+ */
3641
+ declare function paddingBlock(start: PaddingBlockInput, end?: PaddingBlockInput): PaddingBlockStyle;
3642
+
3643
+ type PaddingInlineStyle = Pick<GriffelStyle, 'paddingInlineStart' | 'paddingInlineEnd'>;
3644
+ /**
3645
+ * A function that implements CSS spec conformant expansion for "padding-inline"
3646
+ *
3647
+ * @example
3648
+ * paddingInline('10px')
3649
+ * paddingInline('10px', '5px')
3650
+ *
3651
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
3652
+ *
3653
+ * @deprecated Just use `{ paddingInline: '10px' }` instead as Griffel supports CSS shorthands now
3654
+ */
3655
+ declare function paddingInline(start: PaddingInlineInput, end?: PaddingInlineInput): PaddingInlineStyle;
3656
+
3657
+ type OverflowStyle = Pick<GriffelStyle, 'overflowX' | 'overflowY'>;
3658
+ /**
3659
+ * A function that implements CSS spec conformant expansion for "overflow"
3660
+ *
3661
+ * @example
3662
+ * overflow('hidden')
3663
+ * overflow('hidden', 'scroll')
3664
+ *
3665
+ * See https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
3666
+ *
3667
+ * @deprecated Just use `{ overflow: 'hidden scroll' }` instead as Griffel supports CSS shorthands now
3668
+ */
3669
+ declare function overflow(overflowX: OverflowInput, overflowY?: OverflowInput): OverflowStyle;
3670
+
3671
+ type InsetStyle = Pick<GriffelStyle, 'top' | 'right' | 'bottom' | 'left'>;
3672
+ /** @deprecated Use `{ inset: '10px' }` instead as Griffel supports CSS shorthands now */
3673
+ declare function inset(all: InsetInput): InsetStyle;
3674
+ /** @deprecated Use `{ inset: '10px 5px' }` instead as Griffel supports CSS shorthands now */
3675
+ declare function inset(vertical: InsetInput, horizontal: InsetInput): InsetStyle;
3676
+ /** @deprecated Use `{ inset: '10px 5px 8px' }` instead as Griffel supports CSS shorthands now */
3677
+ declare function inset(top: InsetInput, horizontal: InsetInput, bottom: InsetInput): InsetStyle;
3678
+ /** @deprecated Use `{ inset: '10px 5px 8px 4px' }` instead as Griffel supports CSS shorthands now */
3679
+ declare function inset(top: InsetInput, right: InsetInput, bottom: InsetInput, left: InsetInput): InsetStyle;
3680
+
3681
+ type OutlineStyle = Pick<GriffelStyle, 'outlineColor' | 'outlineStyle' | 'outlineWidth'>;
3682
+ /** @deprecated Use `{ outline: '2px' }` instead as Griffel supports CSS shorthands now */
3683
+ declare function outline(width: OutlineWidthInput): OutlineStyle;
3684
+ /** @deprecated Use `{ outline: '2px solid' }` instead as Griffel supports CSS shorthands now */
3685
+ declare function outline(width: OutlineWidthInput, style: OutlineStyleInput): OutlineStyle;
3686
+ /** @deprecated Use `{ outline: '2px solid red' }` instead as Griffel supports CSS shorthands now */
3687
+ declare function outline(width: OutlineWidthInput, style: OutlineStyleInput, color: OutlineColorInput): OutlineStyle;
3688
+
3689
+ type TransitionInputs = [
3690
+ TransitionPropertyInput,
3691
+ TransitionDurationInput?,
3692
+ TransitionDelayInput?,
3693
+ TransitionTimingFunctionInput?
3694
+ ];
3695
+ type TransitionStyle = Pick<GriffelStyle, 'transitionProperty' | 'transitionDelay' | 'transitionDuration' | 'transitionTimingFunction'>;
3696
+ /** @deprecated Use `{ transition: 'inherit' }` instead as Griffel supports CSS shorthands now */
3697
+ declare function transition(globalValue: TransitionGlobalInput): TransitionStyle;
3698
+ /** @deprecated Use `{ transition: 'margin-right 4s' }` instead as Griffel supports CSS shorthands now */
3699
+ declare function transition(property: TransitionPropertyInput, duration: TransitionDurationInput): TransitionStyle;
3700
+ /** @deprecated Use `{ transition: 'margin-right 4s 1s' }` instead as Griffel supports CSS shorthands now */
3701
+ declare function transition(property: TransitionPropertyInput, duration: TransitionDurationInput, delay: TransitionDelayInput): TransitionStyle;
3702
+ /** @deprecated Use `{ transition: 'margin-right 4s 1s ease-in' }` instead as Griffel supports CSS shorthands now */
3703
+ declare function transition(property: TransitionPropertyInput, duration: TransitionDurationInput, delay: TransitionDelayInput, easingFunction: TransitionTimingFunctionInput): TransitionStyle;
3704
+ /**
3705
+ * @deprecated Use `{ transition: 'margin-right 4s 1s ease-in, padding 3s 2s ease-out' }` instead as Griffel supports CSS shorthands now
3706
+ * */
3707
+ declare function transition(values: TransitionInputs[]): TransitionStyle;
3708
+
3709
+ type TextDecorationStyle = Pick<GriffelStyle, 'textDecorationStyle' | 'textDecorationLine' | 'textDecorationColor' | 'textDecorationThickness'>;
3710
+ /** @deprecated Use `{ textDecoration: 'none' }` instead as Griffel supports CSS shorthands now */
3711
+ declare function textDecoration(style: TextDecorationStyleInput): TextDecorationStyle;
3712
+ /** @deprecated Use `{ textDecoration: 'dotted' }` instead as Griffel supports CSS shorthands now */
3713
+ declare function textDecoration(line: TextDecorationLineInput): TextDecorationStyle;
3714
+ /** @deprecated Use `{ textDecoration: 'underline dotted' }` instead as Griffel supports CSS shorthands now */
3715
+ declare function textDecoration(line: TextDecorationLineInput, style: TextDecorationStyleInput): TextDecorationStyle;
3716
+ /** @deprecated Use `{ textDecoration: 'underline dotted red' }` instead as Griffel supports CSS shorthands now */
3717
+ declare function textDecoration(line: TextDecorationLineInput, style: TextDecorationStyleInput, color: TextDecorationColorInput): TextDecorationStyle;
3718
+ /** @deprecated Use `{ textDecoration: 'underline dotted red 2px' }` instead as Griffel supports CSS shorthands now */
3719
+ declare function textDecoration(line: TextDecorationLineInput, style: TextDecorationStyleInput, color: TextDecorationColorInput, thickness: TextDecorationThicknessInput): TextDecorationStyle;
3720
+
3249
3721
  type SequenceHash = string;
3250
3722
 
3251
3723
  /**
@@ -3290,6 +3762,32 @@ type DebugSequence = {
3290
3762
  };
3291
3763
  type DebugResult = DebugSequence;
3292
3764
 
3765
+ declare const shorthands: {
3766
+ border: typeof border;
3767
+ borderLeft: typeof borderLeft;
3768
+ borderBottom: typeof borderBottom;
3769
+ borderRight: typeof borderRight;
3770
+ borderTop: typeof borderTop;
3771
+ borderColor: typeof borderColor;
3772
+ borderStyle: typeof borderStyle;
3773
+ borderRadius: typeof borderRadius;
3774
+ borderWidth: typeof borderWidth;
3775
+ flex: typeof flex;
3776
+ gap: typeof gap;
3777
+ gridArea: typeof gridArea;
3778
+ margin: typeof margin;
3779
+ marginBlock: typeof marginBlock;
3780
+ marginInline: typeof marginInline;
3781
+ padding: typeof padding;
3782
+ paddingBlock: typeof paddingBlock;
3783
+ paddingInline: typeof paddingInline;
3784
+ overflow: typeof overflow;
3785
+ inset: typeof inset;
3786
+ outline: typeof outline;
3787
+ transition: typeof transition;
3788
+ textDecoration: typeof textDecoration;
3789
+ };
3790
+
3293
3791
  /**
3294
3792
  * Fed to Griffel as `classNameHashSalt`. Griffel hashes class names from
3295
3793
  * `salt + selector + atRules + property + value`, which makes the two cases exhaustive:
@@ -3563,21 +4061,60 @@ declare const Spinner: React.ForwardRefExoticComponent<Omit<SpinnerProps, "ref">
3563
4061
  * TableCell, TableCaption) in Card's compound pattern: one `makeVoltStyles` call, one slot per
3564
4062
  * sub-component, each reading its own slot.
3565
4063
  *
3566
- * v1 ships a density dimension through React context, defaulting to `normal`; TableHead and
3567
- * TableCell each resolve `effectiveDensity = density ?? contextDensity`, and that drives a height
3568
- * (head) or a vertical padding (cell) slot. Selectors carry over untouched where they do not
3569
- * involve `data-slot`: `[&_tr]:border-b`, `[&_tr:last-child]:border-0`,
3570
- * `data-[state=selected]:bg-accent-a3` (Radix selection state) and the `role="checkbox"`
3571
- * column-reflow rules all obey the original attribute.
4064
+ * Density (approved 2026-09-09, TABLE-DENSITY-IMPLEMENTATION.md replaces the earlier
4065
+ * context-only mechanism described by `TABLE-LIST-DENSITY-COMPATIBILITY-NOTE.md`, now resolved;
4066
+ * corrected 2026-09-09 per TABLE-DENSITY-REVIEW-1.md, see the two notes below):
4067
+ * `TableHead`/`TableCell` read `tokens.tableHeadHeight`/`tokens.tableCellPaddingY` directly —
4068
+ * generated CSS custom properties that cascade from the nearest `[data-density]` ancestor, exactly
4069
+ * like Button/Field/Select. `Table`'s own `density` prop, when explicit, stamps `data-density` on
4070
+ * the `<table>` element itself; when omitted, no attribute is stamped and ambient shell density
4071
+ * (or an outer `DensityProvider`) inherits through ordinary DOM/CSS with no React involvement — a
4072
+ * shell attribute mutation restyles an already-mounted table without a rerender. Per-cell
4073
+ * `TableHead`/`TableCell` `density` props stamp their own `data-density` the same way, overriding
4074
+ * locally. `TableDensityContext` (below) is a deprecated, now-inert compatibility export — see its
4075
+ * own doc comment.
4076
+ *
4077
+ * Two corrections (TABLE-DENSITY-REVIEW-1.md), both applied identically to `Table`, `DataTable`
4078
+ * (`data-table.tsx`), `TableHead` and `TableCell`:
4079
+ *
4080
+ * 1. An explicit `density` establishes a `DensityContextBoundary`, not just a DOM stamp. A DOM
4081
+ * attribute alone reaches ordinary CSS-inheriting descendants, but a Radix `Portal` (a real
4082
+ * `Select`/`Popover`/etc. rendered inside a cell) is a DOM sibling, not descendant, of that cell
4083
+ * — its own `useDensity()` read needs the REACT context updated too, or it silently reports a
4084
+ * stale ancestor value instead of the cell's own override.
4085
+ * 2. The DOM stamp and the context value both run through the SAME `canonicalDensity` function
4086
+ * (from `density-provider.tsx`, package-internal). Before this fix, `DensityContextBoundary`
4087
+ * normalized invalid runtime input (e.g. a bad string bypassing TypeScript) for the context, but
4088
+ * the DOM attribute was written raw/unnormalized — an invalid value could stamp `data-density`
4089
+ * with something no generated CSS selector matches while `useDensity()` reported the normalized
4090
+ * `"normal"`, disagreeing about what density is actually in effect.
3572
4091
  *
3573
- * Values explicit where no token exists: `px-3` (0.75rem) on head/cell, the `h-9` / `h-10`
3574
- * heights (2.25rem / 2.5rem), `py-1.5` (0.375rem) and `py-3` (0.75rem) cell paddings. The row's
4092
+ * Selectors carry over untouched where they do not involve `data-slot`: `[&_tr]:border-b`,
4093
+ * `[&_tr:last-child]:border-0`, `data-[state=selected]:bg-accent-a3` (Radix selection state) and
4094
+ * the `role="checkbox"` column-reflow rules all obey the original attribute.
4095
+ *
4096
+ * Values explicit where no token exists: `px-3` (0.75rem) on head/cell. The row's
3575
4097
  * `transition-colors` expands to Tailwind v4's default property list plus the 150ms
3576
4098
  * `cubic-bezier(0.4, 0, 0.2, 1)` easing — visible motion from the framework's default theme,
3577
4099
  * which the v1 file does not state (Rule 0: flagged, not approximated away). The checkbox
3578
4100
  * `translate-y-[2px]` maps to the modern `translate` property, which is what Tailwind v4 emits.
3579
4101
  */
3580
4102
  type TableDensity = "compact" | "normal" | "comfortable";
4103
+ /**
4104
+ * @deprecated No longer a supported way to control Table/DataTable geometry (approved 2026-09-09,
4105
+ * TABLE-DENSITY-IMPLEMENTATION.md). `Table`/`DataTable` no longer provide a value into this
4106
+ * context, and `TableHead`/`TableCell` no longer read it — density now flows entirely through CSS
4107
+ * custom-property inheritance from the nearest `[data-density]` ancestor (ambient shell or
4108
+ * `DensityProvider`), plus each component's own `density` prop stamping its own `data-density`
4109
+ * when explicit. This context simply no longer controls or reports Table/DataTable geometry —
4110
+ * `useContext(TableDensityContext)` still returns whatever a consumer's own raw
4111
+ * `TableDensityContext.Provider` sets (or the bare `"normal"` default with no such Provider), it
4112
+ * just has no bearing on what actually renders any more. Kept only so existing
4113
+ * `import { TableDensityContext }` statements and `useContext(TableDensityContext)` call sites do
4114
+ * not hard-error. Use the `density` prop on `Table`/`DataTable`/`TableHead`/`TableCell`, or wrap a
4115
+ * subtree in `DensityProvider`, instead. This is a disclosed behavioural change; the context's own
4116
+ * type and default value are unchanged.
4117
+ */
3581
4118
  declare const TableDensityContext: React.Context<TableDensity>;
3582
4119
  type TableProps = React.ComponentProps<"table"> & {
3583
4120
  density?: TableDensity;
@@ -4320,6 +4857,43 @@ declare const AlertDialogDescription: React.ForwardRefExoticComponent<Omit<Alert
4320
4857
  declare const AlertDialogAction: React.ForwardRefExoticComponent<Omit<AlertDialogActionProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4321
4858
  declare const AlertDialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogCancelProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4322
4859
 
4860
+ /**
4861
+ * DENSITY-SPEC.md §4.4 — the two density mechanisms, and why this component is the only one that
4862
+ * does both:
4863
+ *
4864
+ * - CSS custom-property inheritance (no JavaScript) already delivers the shell's AMBIENT default
4865
+ * to every element, portalled or not — a Radix portal root is still an ordinary DOM descendant
4866
+ * of `<html>`, so it inherits `<html data-density="...">` with zero wiring. No provider needed
4867
+ * for that common case.
4868
+ * - A bare `data-density` DOM attribute alone never reaches a portal that ISN'T a DOM descendant of
4869
+ * it — setting a DOM attribute runs no React code, so `useDensity()` inside such a subtree (or a
4870
+ * sibling-in-DOM, descendant-in-React-tree portal) sees nothing from it.
4871
+ *
4872
+ * `DensityProvider` sets both at once: a real DOM `data-density` boundary for ordinary (non-portal)
4873
+ * CSS inheritance, and a React context value that portal-content components (`SelectContent`,
4874
+ * `PopoverContent`, `DialogContent`, etc.) read via `useDensity()` to re-stamp themselves — since
4875
+ * portalled content is a React-tree descendant but a DOM sibling, only the context path reaches it.
4876
+ */
4877
+ type Density = "compact" | "normal" | "comfortable";
4878
+ type DensityProviderProps = React.ComponentProps<"div"> & {
4879
+ /** The explicit density boundary for this subtree. No default — always a real caller choice. */
4880
+ density: Density;
4881
+ };
4882
+ /**
4883
+ * Ordinary HTML div semantics: forwards `ref`/`className`/`style`/every other div prop, no
4884
+ * polymorphic `asChild`. Renders one real DOM node (the boundary) wrapping a React context
4885
+ * provider around `children` — not two independent trees, so context and DOM boundary can never
4886
+ * disagree about which density is active.
4887
+ */
4888
+ declare const DensityProvider: React.ForwardRefExoticComponent<Omit<DensityProviderProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
4889
+ /**
4890
+ * Returns the nearest explicit `DensityProvider` value, or `undefined` if none exists. Never reads
4891
+ * `getComputedStyle`/CSS custom properties — an `undefined` result means "no explicit override in
4892
+ * the React tree," not "ambient density is unknown"; the caller's job (portal content components)
4893
+ * is to stamp nothing in that case and let ordinary CSS inheritance supply the ambient value.
4894
+ */
4895
+ declare const useDensity: () => Density | undefined;
4896
+
4323
4897
  type DialogProps = React.ComponentProps<typeof Root$6>;
4324
4898
  declare const Dialog: React.ForwardRefExoticComponent<DialogProps$2 & React.RefAttributes<HTMLElement>>;
4325
4899
  type DialogTriggerProps = React.ComponentProps<typeof Trigger$5>;
@@ -5514,10 +6088,23 @@ declare const FieldComboboxPlaceholder: React.ForwardRefExoticComponent<Omit<Rea
5514
6088
  type FieldComboboxClearValueProps = React.ComponentProps<"span">;
5515
6089
  declare const FieldComboboxClearValue: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
5516
6090
 
5517
- type ListDensity = "compact" | "relaxed";
6091
+ /**
6092
+ * `relaxed` is a permanent compatibility alias for `normal` (DENSITY-SPEC.md §4.2,
6093
+ * WP9B2A-ACCEPTANCE-LIST) — identical geometry, forever, not deprecated. `compact`/`normal`/
6094
+ * `comfortable` are the three canonical CSS density tiers (`[data-density]`); `relaxed` never
6095
+ * appears as a DOM attribute value — an explicit `density="relaxed"` normalizes to the DOM's
6096
+ * canonical `data-density="normal"` (§ List, below), since the generator's three selector blocks
6097
+ * only ever match those three literal strings.
6098
+ */
6099
+ type ListDensity = "compact" | "normal" | "comfortable" | "relaxed";
5518
6100
  type ListItemStatus = "default" | "error" | "warning" | "success";
5519
6101
  type ListProps = Omit<React.ComponentProps<"ol">, "onReorder"> & {
5520
- /** Row density. Default: "relaxed" */
6102
+ /**
6103
+ * Row density. Omitted inherits the ambient shell `[data-density]` (no stamp is written).
6104
+ * `"relaxed"` is a permanent alias for `"normal"` — identical geometry, normalized to
6105
+ * `data-density="normal"` in the DOM. An explicit value (including `"relaxed"`) creates a
6106
+ * canonical density boundary for this list's subtree and its `DragOverlay`.
6107
+ */
5521
6108
  density?: ListDensity;
5522
6109
  /** Alternating background on neutral rows. Default: false */
5523
6110
  striped?: boolean;
@@ -5656,6 +6243,8 @@ type DateTimePickerPanelProps = {
5656
6243
  cancelLabel?: string;
5657
6244
  previousMonthLabel?: string;
5658
6245
  nextMonthLabel?: string;
6246
+ hoursLabel?: string;
6247
+ minutesLabel?: string;
5659
6248
  showTodayButton?: boolean;
5660
6249
  todayLabel?: string;
5661
6250
  showWeekNumbers?: boolean;
@@ -5699,6 +6288,19 @@ type TimePickerProps = {
5699
6288
  fillHeight?: boolean;
5700
6289
  minuteStep?: number;
5701
6290
  className?: string;
6291
+ /**
6292
+ * Accessible name for the hours column. Pass a translated string.
6293
+ *
6294
+ * These are ACCESSIBLE NAMES, not visible headers, and the distinction is deliberate. v1 ≤1.3.x
6295
+ * had `hoursLabel`/`minutesLabel` that rendered visible "HH"/"MM" headings; v1 deleted them in
6296
+ * `138fe05` (2026-06-25) and this package mirrors v1's current output, which Rule 0 makes the
6297
+ * fidelity target. But v1 replaced them with nothing, so both libraries now hand a screen reader
6298
+ * two unnamed columns of bare numbers. Naming them via `aria-label` closes that without moving a
6299
+ * pixel — the VR gate still matches v1 specimen for specimen.
6300
+ */
6301
+ hoursLabel?: string;
6302
+ /** Accessible name for the minutes column. Pass a translated string. See `hoursLabel`. */
6303
+ minutesLabel?: string;
5702
6304
  };
5703
6305
  declare const TimePicker: React.ForwardRefExoticComponent<TimePickerProps & React.RefAttributes<HTMLDivElement>>;
5704
6306
 
@@ -5721,6 +6323,8 @@ type DateTimePickerProps = {
5721
6323
  openPickerAriaLabel?: string;
5722
6324
  previousMonthLabel?: string;
5723
6325
  nextMonthLabel?: string;
6326
+ hoursLabel?: string;
6327
+ minutesLabel?: string;
5724
6328
  showTodayButton?: boolean;
5725
6329
  todayLabel?: string;
5726
6330
  showWeekNumbers?: boolean;
@@ -8449,7 +9053,10 @@ type DataTableProps<TData> = {
8449
9053
  showRowBorders?: boolean;
8450
9054
  /** Ensure columns have minimum width to fit header content (prevents hover clipping on sortable headers). Default: false */
8451
9055
  fitHeaderWidth?: boolean;
8452
- /** Cell density: compact, normal, or comfortable. Default: normal */
9056
+ /**
9057
+ * Cell density: compact, normal, or comfortable. Omitted inherits ambient CSS density (shell or
9058
+ * an outer `DensityProvider`) with no default-normal stamp — explicit only when passed.
9059
+ */
8453
9060
  density?: TableDensity;
8454
9061
  /** Additional class name */
8455
9062
  className?: string;
@@ -8762,5 +9369,5 @@ type ClearButtonProps = React.ComponentProps<"button"> & {
8762
9369
  };
8763
9370
  declare const ClearButton: React.ForwardRefExoticComponent<Omit<ClearButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
8764
9371
 
8765
- export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Avatar, AvatarGroup, COLORS$1 as BADGE_COLORS, Badge, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, Callout, CalloutAction, CalloutDescription, CalloutTitle, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClearButton, CollapsibleSidebar, CollapsibleSidebarCondensed, CollapsibleSidebarContent, CollapsibleSidebarToggle, DataTable, DataTableBody, DataTableColumnHeader, DataTableColumnVisibility, DataTableContent, DataTableError, DataTableHeader, DataTableLoading, DataTablePagination, DataTableRow, DataTableToolbar, DateRangePicker, DateTimePicker, DateTimePickerInput, DateTimePickerPanel, DateTimePickerPopover, DateTimePickerRoot, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Field, FieldCombobox, FieldComboboxClear, FieldComboboxClearValue, FieldComboboxContent, FieldComboboxEmpty, FieldComboboxGroup, FieldComboboxGroupLabel, FieldComboboxInput, FieldComboboxItem, FieldComboboxItemCheckIcon, FieldComboboxList, FieldComboboxLoading, FieldComboboxPlaceholder, FieldComboboxSeparator, FieldComboboxTrigger, FieldComboboxValue, FieldContent, FieldDescription, FieldError, FieldGroup, FieldGroupAddon, FieldInput, FieldInputGroup, FieldLabel, FieldLabelContent, FieldSet, FieldTextarea, Label$3 as Label, List, ListGroup, ListGroupContent, ListGroupLabel, ListItem, ListItemActions, ListItemDescription, ListItemText, OptionCard, OptionCardContent, OptionCardControl, OptionCardDescription, OptionCardGroup, OptionCardMedia, OptionCardTitle, COLORS as PILL_COLORS, Pill, Popover, PopoverAnchor, PopoverContent, PopoverPortal, PopoverTrigger, RadioGroup$2 as RadioGroup, RadioGroupItem, RangeCalendar, SLOT_ATTR, ScrollOverflow, SegmentedControl, SegmentedControlItem, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectTriggerClear, SelectValue, Separator$3 as Separator, Skeleton, Spinner, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableDensityContext, TableFooter, TableHead, TableHeader, TablePagination, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TimePicker, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, assertAnchorIsFirstInHead, calculatePagination, clampPage, ensureCoreTokens, ensurePaletteTokens, fieldDescriptionVariants, fieldVariants, getPageNumbers, getPinnedColumnOffset, getSelectedRowData, inputGroupAddonVariants, isFirstRightPinnedColumn, isLastLeftPinnedColumn, makeVoltResetStyles, makeVoltStyles, mergeClasses, toast, index_d as tokens, useCollapsibleSidebar, useDataTable, useDataTableContent, useFieldContext, useScrollOverflow };
8766
- export type { AccordionAlign, AccordionContentProps, AccordionItemProps, AccordionProps, AccordionTriggerProps, AccordionType, AlertDialogActionProps, AlertDialogCancelProps, AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogOverlayProps, AlertDialogPortalProps, AlertDialogProps, AlertDialogSize, AlertDialogTitleProps, AlertDialogTriggerProps, AvatarColor, AvatarGroupProps, AvatarProps, AvatarSize, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BreadcrumbItemProps, BreadcrumbProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupSeparatorProps, ButtonGroupTextProps, ButtonProps, ButtonShape, ButtonSize, ButtonVariant, CalendarProps, CalloutActionProps, CalloutDescriptionProps, CalloutProps, CalloutTitleProps, CalloutVariant, CardProps, CheckboxProps, ClearButtonProps, CollapsibleSidebarCondensedProps, CollapsibleSidebarContentProps, CollapsibleSidebarProps, CollapsibleSidebarToggleProps, ColumnDef, ColumnSizingState, DataTableBodyProps, DataTableCellOverflow, DataTableColumnHeaderProps, DataTableColumnVisibilityProps, DataTableContentProps, DataTableContextValue, DataTableErrorProps, DataTableHeaderProps, DataTableLoadingProps, DataTablePaginationConfig, DataTablePaginationProps, DataTableProps, DataTableRowProps, DataTableToolbarProps, DateRange, DateRangePickerProps, DateRangePreset, DateTimePickerInputProps, DateTimePickerLocale, DateTimePickerPanelProps, DateTimePickerPopoverProps, DateTimePickerProps, DateTimePickerRootProps, DialogCloseProps, DialogContentProps, DialogContentSize, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, DrawerCloseProps, DrawerContentProps, DrawerDescriptionProps, DrawerFooterProps, DrawerHeaderProps, DrawerOverlayProps, DrawerPortalProps, DrawerProps, DrawerSide, DrawerTitleProps, DrawerTriggerProps, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuGroupProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuShortcutProps, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, FieldComboboxClearProps, FieldComboboxClearValueProps, FieldComboboxContentProps, FieldComboboxEmptyProps, FieldComboboxGroupLabelProps, FieldComboboxGroupProps, FieldComboboxInputProps, FieldComboboxItemCheckIconProps, FieldComboboxItemProps, FieldComboboxListProps, FieldComboboxLoadingProps, FieldComboboxPlaceholderProps, FieldComboboxProps, FieldComboboxSeparatorProps, FieldComboboxTriggerProps, FieldComboboxValueProps, FieldContentProps, FieldDescriptionProps, FieldDescriptionVariant, FieldErrorProps, FieldGroupAddonAlign, FieldGroupAddonProps, FieldGroupProps, FieldInputGroupProps, FieldInputProps, FieldInputRef, FieldLabelContentProps, FieldLabelProps, FieldProps, FieldSetProps, FieldTextareaProps, FieldTextareaResize, FieldVariant, LabelProps, LabelSize, LabelVariant, ListDensity, ListGroupContentProps, ListGroupLabelProps, ListGroupProps, ListItemActionsProps, ListItemDescriptionProps, ListItemProps, ListItemStatus, ListItemTextProps, ListProps, OptionCardContentProps, OptionCardControlProps, OptionCardControlType, OptionCardDescriptionProps, OptionCardGroupProps, OptionCardLayout, OptionCardMediaProps, OptionCardMediaVariant, OptionCardProps, OptionCardTitleProps, PageItem, PaginationMeta, PaginationParams, PillColor, PillProps, PillVariant, PinningPosition, PopoverAnchorProps, PopoverContentProps, PopoverPortalProps, PopoverProps, PopoverTriggerProps, RadioGroupItemProps, RadioGroupProps, RangeCalendarProps, RowSelectionState, ScrollOverflowProps, SegmentedControlItemProps, SegmentedControlLayout, SegmentedControlProps, SelectContentProps, SelectGroupProps, SelectItemProps, SelectLabelProps, SelectProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectTriggerClearProps, SelectTriggerProps, SelectValueProps, SeparatorOrientation, SeparatorProps, SkeletonProps, SkeletonVariant, SortingState, SpinnerProps, SpinnerSize, SwitchProps, SwitchSize, SwitchVariant, TableCaptionProps, TableCellProps, TableDensity, TableHeadProps, TablePaginationLabels, TablePaginationProps, TableProps, TableRowProps, TabsContentProps, TabsListProps, TabsProps, TabsRootVariant, TabsSize, TabsTriggerProps, TabsTriggerVariant, TextProps, TextVariant, TimePickerProps, ToastOptions, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, ToggleProps$1 as ToggleProps, ToggleSize, ToggleVariant, TooltipContentProps, TooltipPortalProps, TooltipProps, TooltipProviderProps, TooltipTriggerProps, UseScrollOverflowOptions, UseScrollOverflowReturn, VisibilityState };
9372
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Avatar, AvatarGroup, COLORS$1 as BADGE_COLORS, Badge, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, Callout, CalloutAction, CalloutDescription, CalloutTitle, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClearButton, CollapsibleSidebar, CollapsibleSidebarCondensed, CollapsibleSidebarContent, CollapsibleSidebarToggle, DataTable, DataTableBody, DataTableColumnHeader, DataTableColumnVisibility, DataTableContent, DataTableError, DataTableHeader, DataTableLoading, DataTablePagination, DataTableRow, DataTableToolbar, DateRangePicker, DateTimePicker, DateTimePickerInput, DateTimePickerPanel, DateTimePickerPopover, DateTimePickerRoot, DensityProvider, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Field, FieldCombobox, FieldComboboxClear, FieldComboboxClearValue, FieldComboboxContent, FieldComboboxEmpty, FieldComboboxGroup, FieldComboboxGroupLabel, FieldComboboxInput, FieldComboboxItem, FieldComboboxItemCheckIcon, FieldComboboxList, FieldComboboxLoading, FieldComboboxPlaceholder, FieldComboboxSeparator, FieldComboboxTrigger, FieldComboboxValue, FieldContent, FieldDescription, FieldError, FieldGroup, FieldGroupAddon, FieldInput, FieldInputGroup, FieldLabel, FieldLabelContent, FieldSet, FieldTextarea, Label$3 as Label, List, ListGroup, ListGroupContent, ListGroupLabel, ListItem, ListItemActions, ListItemDescription, ListItemText, OptionCard, OptionCardContent, OptionCardControl, OptionCardDescription, OptionCardGroup, OptionCardMedia, OptionCardTitle, COLORS as PILL_COLORS, Pill, Popover, PopoverAnchor, PopoverContent, PopoverPortal, PopoverTrigger, RadioGroup$2 as RadioGroup, RadioGroupItem, RangeCalendar, SLOT_ATTR, ScrollOverflow, SegmentedControl, SegmentedControlItem, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectTriggerClear, SelectValue, Separator$3 as Separator, Skeleton, Spinner, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableDensityContext, TableFooter, TableHead, TableHeader, TablePagination, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TimePicker, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, assertAnchorIsFirstInHead, calculatePagination, clampPage, ensureCoreTokens, ensurePaletteTokens, ensurePaletteTokensFor, fieldDescriptionVariants, fieldVariants, getPageNumbers, getPinnedColumnOffset, getSelectedRowData, inputGroupAddonVariants, isFirstRightPinnedColumn, isLastLeftPinnedColumn, makeVoltResetStyles, makeVoltStyles, mergeClasses, shorthands, toast, index_d as tokens, useCollapsibleSidebar, useDataTable, useDataTableContent, useDensity, useFieldContext, useScrollOverflow };
9373
+ export type { AccordionAlign, AccordionContentProps, AccordionItemProps, AccordionProps, AccordionTriggerProps, AccordionType, AlertDialogActionProps, AlertDialogCancelProps, AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogOverlayProps, AlertDialogPortalProps, AlertDialogProps, AlertDialogSize, AlertDialogTitleProps, AlertDialogTriggerProps, AvatarColor, AvatarGroupProps, AvatarProps, AvatarSize, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BreadcrumbItemProps, BreadcrumbProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupSeparatorProps, ButtonGroupTextProps, ButtonProps, ButtonShape, ButtonSize, ButtonVariant, CalendarProps, CalloutActionProps, CalloutDescriptionProps, CalloutProps, CalloutTitleProps, CalloutVariant, CardProps, CheckboxProps, ClearButtonProps, CollapsibleSidebarCondensedProps, CollapsibleSidebarContentProps, CollapsibleSidebarProps, CollapsibleSidebarToggleProps, ColumnDef, ColumnSizingState, DataTableBodyProps, DataTableCellOverflow, DataTableColumnHeaderProps, DataTableColumnVisibilityProps, DataTableContentProps, DataTableContextValue, DataTableErrorProps, DataTableHeaderProps, DataTableLoadingProps, DataTablePaginationConfig, DataTablePaginationProps, DataTableProps, DataTableRowProps, DataTableToolbarProps, DateRange, DateRangePickerProps, DateRangePreset, DateTimePickerInputProps, DateTimePickerLocale, DateTimePickerPanelProps, DateTimePickerPopoverProps, DateTimePickerProps, DateTimePickerRootProps, Density, DensityProviderProps, DialogCloseProps, DialogContentProps, DialogContentSize, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, DrawerCloseProps, DrawerContentProps, DrawerDescriptionProps, DrawerFooterProps, DrawerHeaderProps, DrawerOverlayProps, DrawerPortalProps, DrawerProps, DrawerSide, DrawerTitleProps, DrawerTriggerProps, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuGroupProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuShortcutProps, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, FieldComboboxClearProps, FieldComboboxClearValueProps, FieldComboboxContentProps, FieldComboboxEmptyProps, FieldComboboxGroupLabelProps, FieldComboboxGroupProps, FieldComboboxInputProps, FieldComboboxItemCheckIconProps, FieldComboboxItemProps, FieldComboboxListProps, FieldComboboxLoadingProps, FieldComboboxPlaceholderProps, FieldComboboxProps, FieldComboboxSeparatorProps, FieldComboboxTriggerProps, FieldComboboxValueProps, FieldContentProps, FieldDescriptionProps, FieldDescriptionVariant, FieldErrorProps, FieldGroupAddonAlign, FieldGroupAddonProps, FieldGroupProps, FieldInputGroupProps, FieldInputProps, FieldInputRef, FieldLabelContentProps, FieldLabelProps, FieldProps, FieldSetProps, FieldTextareaProps, FieldTextareaResize, FieldVariant, LabelProps, LabelSize, LabelVariant, ListDensity, ListGroupContentProps, ListGroupLabelProps, ListGroupProps, ListItemActionsProps, ListItemDescriptionProps, ListItemProps, ListItemStatus, ListItemTextProps, ListProps, OptionCardContentProps, OptionCardControlProps, OptionCardControlType, OptionCardDescriptionProps, OptionCardGroupProps, OptionCardLayout, OptionCardMediaProps, OptionCardMediaVariant, OptionCardProps, OptionCardTitleProps, PageItem, PaginationMeta, PaginationParams, PillColor, PillProps, PillVariant, PinningPosition, PopoverAnchorProps, PopoverContentProps, PopoverPortalProps, PopoverProps, PopoverTriggerProps, RadioGroupItemProps, RadioGroupProps, RangeCalendarProps, RowSelectionState, ScrollOverflowProps, SegmentedControlItemProps, SegmentedControlLayout, SegmentedControlProps, SelectContentProps, SelectGroupProps, SelectItemProps, SelectLabelProps, SelectProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectTriggerClearProps, SelectTriggerProps, SelectValueProps, SeparatorOrientation, SeparatorProps, SkeletonProps, SkeletonVariant, SortingState, SpinnerProps, SpinnerSize, SwitchProps, SwitchSize, SwitchVariant, TableCaptionProps, TableCellProps, TableDensity, TableHeadProps, TablePaginationLabels, TablePaginationProps, TableProps, TableRowProps, TabsContentProps, TabsListProps, TabsProps, TabsRootVariant, TabsSize, TabsTriggerProps, TabsTriggerVariant, TextProps, TextVariant, TimePickerProps, ToastOptions, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, ToggleProps$1 as ToggleProps, ToggleSize, ToggleVariant, TooltipContentProps, TooltipPortalProps, TooltipProps, TooltipProviderProps, TooltipTriggerProps, UseScrollOverflowOptions, UseScrollOverflowReturn, VisibilityState };