@epilot/volt-ui-experimental-griffel 0.2.3 → 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.
- package/ADOPTING.md +416 -0
- package/README.md +32 -31
- package/dist/_virtual/jsx-dev-runtime.js +5 -0
- package/dist/_virtual/jsx-dev-runtime.js.map +1 -0
- package/dist/_virtual/react-jsx-dev-runtime.development.js +5 -0
- package/dist/_virtual/react-jsx-dev-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-dev-runtime.production.js +5 -0
- package/dist/_virtual/react-jsx-dev-runtime.production.js.map +1 -0
- package/dist/components/accordion/accordion.js +126 -66
- package/dist/components/accordion/accordion.js.map +1 -1
- package/dist/components/alert-dialog/alert-dialog.js +239 -137
- package/dist/components/alert-dialog/alert-dialog.js.map +1 -1
- package/dist/components/avatar/avatar-group.js +102 -47
- package/dist/components/avatar/avatar-group.js.map +1 -1
- package/dist/components/avatar/avatar.js +97 -73
- package/dist/components/avatar/avatar.js.map +1 -1
- package/dist/components/badge/badge.js +53 -37
- package/dist/components/badge/badge.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +97 -49
- package/dist/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/components/button/button.js +88 -77
- package/dist/components/button/button.js.map +1 -1
- package/dist/components/button-group/button-group.js +55 -31
- package/dist/components/button-group/button-group.js.map +1 -1
- package/dist/components/callout/callout.js +288 -164
- package/dist/components/callout/callout.js.map +1 -1
- package/dist/components/card/card.js +137 -81
- package/dist/components/card/card.js.map +1 -1
- package/dist/components/checkbox/checkbox.js +100 -49
- package/dist/components/checkbox/checkbox.js.map +1 -1
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js +155 -107
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js.map +1 -1
- package/dist/components/command/command.js +297 -158
- package/dist/components/command/command.js.map +1 -1
- package/dist/components/data-table/data-table-body.js +114 -54
- package/dist/components/data-table/data-table-body.js.map +1 -1
- package/dist/components/data-table/data-table-column-header.js +117 -45
- package/dist/components/data-table/data-table-column-header.js.map +1 -1
- package/dist/components/data-table/data-table-column-visibility.js +98 -39
- package/dist/components/data-table/data-table-column-visibility.js.map +1 -1
- package/dist/components/data-table/data-table-content.js +90 -58
- package/dist/components/data-table/data-table-content.js.map +1 -1
- package/dist/components/data-table/data-table-error.js +83 -39
- package/dist/components/data-table/data-table-error.js.map +1 -1
- package/dist/components/data-table/data-table-header.js +88 -54
- package/dist/components/data-table/data-table-header.js.map +1 -1
- package/dist/components/data-table/data-table-loading.js +27 -15
- package/dist/components/data-table/data-table-loading.js.map +1 -1
- package/dist/components/data-table/data-table-pagination.js +27 -19
- package/dist/components/data-table/data-table-pagination.js.map +1 -1
- package/dist/components/data-table/data-table-row.js +87 -64
- package/dist/components/data-table/data-table-row.js.map +1 -1
- package/dist/components/data-table/data-table-toolbar.js +24 -16
- package/dist/components/data-table/data-table-toolbar.js.map +1 -1
- package/dist/components/data-table/data-table.js +182 -145
- package/dist/components/data-table/data-table.js.map +1 -1
- package/dist/components/date-range-picker/date-range-picker.js +342 -214
- package/dist/components/date-range-picker/date-range-picker.js.map +1 -1
- package/dist/components/date-range-picker/range-calendar.js +132 -92
- package/dist/components/date-range-picker/range-calendar.js.map +1 -1
- package/dist/components/date-time-picker/calendar.js +501 -317
- package/dist/components/date-time-picker/calendar.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-context.js +64 -60
- package/dist/components/date-time-picker/date-time-picker-context.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-input.js +249 -149
- package/dist/components/date-time-picker/date-time-picker-input.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-panel.js +273 -165
- package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-popover.js +22 -14
- package/dist/components/date-time-picker/date-time-picker-popover.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker.js +134 -90
- package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
- package/dist/components/date-time-picker/time-picker.js +198 -132
- package/dist/components/date-time-picker/time-picker.js.map +1 -1
- package/dist/components/density-provider/density-provider.js +48 -0
- package/dist/components/density-provider/density-provider.js.map +1 -0
- package/dist/components/dialog/dialog.js +280 -150
- package/dist/components/dialog/dialog.js.map +1 -1
- package/dist/components/drawer/drawer.js +273 -163
- package/dist/components/drawer/drawer.js.map +1 -1
- package/dist/components/dropdown-menu/dropdown-menu.js +378 -195
- package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -1
- package/dist/components/field/field-combobox.js +447 -240
- package/dist/components/field/field-combobox.js.map +1 -1
- package/dist/components/field/field-select.js +23 -19
- package/dist/components/field/field-select.js.map +1 -1
- package/dist/components/field/field.js +318 -209
- package/dist/components/field/field.js.map +1 -1
- package/dist/components/label/label.js +27 -19
- package/dist/components/label/label.js.map +1 -1
- package/dist/components/list/list.js +623 -369
- package/dist/components/list/list.js.map +1 -1
- package/dist/components/option-card/option-card.js +323 -159
- package/dist/components/option-card/option-card.js.map +1 -1
- package/dist/components/pill/pill.js +82 -64
- package/dist/components/pill/pill.js.map +1 -1
- package/dist/components/popover/popover.js +101 -56
- package/dist/components/popover/popover.js.map +1 -1
- package/dist/components/radio/radio.js +94 -51
- package/dist/components/radio/radio.js.map +1 -1
- package/dist/components/scroll-overflow/scroll-overflow.js +350 -198
- package/dist/components/scroll-overflow/scroll-overflow.js.map +1 -1
- package/dist/components/segmented-control/segmented-control.js +141 -97
- package/dist/components/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/select/select.js +452 -227
- package/dist/components/select/select.js.map +1 -1
- package/dist/components/separator/separator.js +24 -16
- package/dist/components/separator/separator.js.map +1 -1
- package/dist/components/skeleton/skeleton.js +83 -43
- package/dist/components/skeleton/skeleton.js.map +1 -1
- package/dist/components/spinner/spinner.js +44 -20
- package/dist/components/spinner/spinner.js.map +1 -1
- package/dist/components/switch/switch.js +163 -86
- package/dist/components/switch/switch.js.map +1 -1
- package/dist/components/table/table-pagination.js +465 -205
- package/dist/components/table/table-pagination.js.map +1 -1
- package/dist/components/table/table.js +212 -144
- package/dist/components/table/table.js.map +1 -1
- package/dist/components/tabs/tabs.js +94 -58
- package/dist/components/tabs/tabs.js.map +1 -1
- package/dist/components/text/text.js +40 -32
- package/dist/components/text/text.js.map +1 -1
- package/dist/components/toast/toast.js +187 -111
- package/dist/components/toast/toast.js.map +1 -1
- package/dist/components/toggle/toggle-group.js +40 -24
- package/dist/components/toggle/toggle-group.js.map +1 -1
- package/dist/components/toggle/toggle.js +48 -40
- package/dist/components/toggle/toggle.js.map +1 -1
- package/dist/components/tooltip/tooltip.js +101 -55
- package/dist/components/tooltip/tooltip.js.map +1 -1
- package/dist/index.d.ts +600 -427
- package/dist/index.js +215 -212
- package/dist/index.js.map +1 -1
- package/dist/lib/clear-button.js +27 -15
- package/dist/lib/clear-button.js.map +1 -1
- package/dist/lib/icons.js +18 -6
- package/dist/lib/icons.js.map +1 -1
- package/dist/packages/volt-runtime/dist/sheet.js +27 -10
- package/dist/packages/volt-runtime/dist/sheet.js.map +1 -1
- package/dist/packages/volt-runtime/dist/styles/recipe.js +76 -0
- package/dist/packages/volt-runtime/dist/styles/recipe.js.map +1 -0
- package/dist/styles/document-context.js +12 -0
- package/dist/styles/document-context.js.map +1 -0
- package/dist/styles/make-styles.js +18 -10
- package/dist/styles/make-styles.js.map +1 -1
- package/dist/tokens/core.generated.js +1238 -1166
- package/dist/tokens/core.generated.js.map +1 -1
- package/dist/tokens/index.d.ts +442 -415
- package/dist/tokens/index.js +1105 -1078
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/install.js +9 -5
- package/dist/tokens/install.js.map +1 -1
- package/dist/tokens/use-palette-tokens.js +20 -0
- package/dist/tokens/use-palette-tokens.js.map +1 -0
- package/dist/tokens.json +83 -2
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js +236 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js.map +1 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js +21 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js.map +1 -0
- package/dist/vendor/react/jsx-dev-runtime.js +9 -0
- package/dist/vendor/react/jsx-dev-runtime.js.map +1 -0
- package/package.json +13 -5
- package/scripts/migration-diagnostics-core.mjs +859 -0
- package/scripts/migration-diagnostics.mjs +353 -0
- package/scripts/migration-sweep.mjs +179 -0
- package/AGENTS.md +0 -153
- package/AUTHORING.md +0 -292
- package/dist/packages/volt-runtime/dist/styles/make-styles.js +0 -22
- package/dist/packages/volt-runtime/dist/styles/make-styles.js.map +0 -1
package/dist/tokens/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/tokens/index.ts"],"sourcesContent":["/* GENERATED by packages/tokens (bun run build:tokens) — do not edit. */\nexport { NS } from \"./core.generated\"\nexport { NS as PALETTE_NS } from \"./palette.generated\"\n\nexport const accent1 = \"var(--volt2-126f7d5-accent-1)\"\nexport const accent10 = \"var(--volt2-126f7d5-accent-10)\"\nexport const accent11 = \"var(--volt2-126f7d5-accent-11)\"\nexport const accent12 = \"var(--volt2-126f7d5-accent-12)\"\nexport const accent2 = \"var(--volt2-126f7d5-accent-2)\"\nexport const accent3 = \"var(--volt2-126f7d5-accent-3)\"\nexport const accent4 = \"var(--volt2-126f7d5-accent-4)\"\nexport const accent5 = \"var(--volt2-126f7d5-accent-5)\"\nexport const accent6 = \"var(--volt2-126f7d5-accent-6)\"\nexport const accent7 = \"var(--volt2-126f7d5-accent-7)\"\nexport const accent8 = \"var(--volt2-126f7d5-accent-8)\"\nexport const accent9 = \"var(--volt2-126f7d5-accent-9)\"\nexport const accentA1 = \"var(--volt2-126f7d5-accent-a1)\"\nexport const accentA10 = \"var(--volt2-126f7d5-accent-a10)\"\nexport const accentA11 = \"var(--volt2-126f7d5-accent-a11)\"\nexport const accentA12 = \"var(--volt2-126f7d5-accent-a12)\"\nexport const accentA2 = \"var(--volt2-126f7d5-accent-a2)\"\nexport const accentA3 = \"var(--volt2-126f7d5-accent-a3)\"\nexport const accentA4 = \"var(--volt2-126f7d5-accent-a4)\"\nexport const accentA5 = \"var(--volt2-126f7d5-accent-a5)\"\nexport const accentA6 = \"var(--volt2-126f7d5-accent-a6)\"\nexport const accentA7 = \"var(--volt2-126f7d5-accent-a7)\"\nexport const accentA8 = \"var(--volt2-126f7d5-accent-a8)\"\nexport const accentA9 = \"var(--volt2-126f7d5-accent-a9)\"\nexport const accentContrast = \"var(--volt2-126f7d5-accent-contrast)\"\nexport const accentIndicator = \"var(--volt2-126f7d5-accent-indicator)\"\nexport const accentSurface = \"var(--volt2-126f7d5-accent-surface)\"\nexport const accentTrack = \"var(--volt2-126f7d5-accent-track)\"\nexport const blackA22 = \"var(--volt2-126f7d5-black-a22)\"\nexport const blackA32 = \"var(--volt2-126f7d5-black-a32)\"\nexport const blackA38 = \"var(--volt2-126f7d5-black-a38)\"\nexport const blurField = \"var(--volt2-126f7d5-blur-field)\"\nexport const blurObject = \"var(--volt2-126f7d5-blur-object)\"\nexport const blurPGlassField = \"var(--volt2-126f7d5-blur-p-glass-field)\"\nexport const blurPGlassObject = \"var(--volt2-126f7d5-blur-p-glass-object)\"\nexport const blurPNone = \"var(--volt2-126f7d5-blur-p-none)\"\nexport const body = \"var(--volt2-126f7d5-body)\"\nexport const borderContainer = \"var(--volt2-126f7d5-border-container)\"\nexport const borderField = \"var(--volt2-126f7d5-border-field)\"\nexport const borderHairline = \"var(--volt2-126f7d5-border-hairline)\"\nexport const borderHeader = \"var(--volt2-126f7d5-border-header)\"\nexport const borderNone = \"var(--volt2-126f7d5-border-none)\"\nexport const borderObject = \"var(--volt2-126f7d5-border-object)\"\nexport const borderOverlay = \"var(--volt2-126f7d5-border-overlay)\"\nexport const borderWidthContainer = \"var(--volt2-126f7d5-border-width-container)\"\nexport const borderWidthField = \"var(--volt2-126f7d5-border-width-field)\"\nexport const borderWidthHeader = \"var(--volt2-126f7d5-border-width-header)\"\nexport const borderWidthObject = \"var(--volt2-126f7d5-border-width-object)\"\nexport const borderWidthOverlay = \"var(--volt2-126f7d5-border-width-overlay)\"\nexport const container2xl = \"var(--volt2-126f7d5-container-2xl)\"\nexport const container3xl = \"var(--volt2-126f7d5-container-3xl)\"\nexport const container4xl = \"var(--volt2-126f7d5-container-4xl)\"\nexport const container5xl = \"var(--volt2-126f7d5-container-5xl)\"\nexport const containerLg = \"var(--volt2-126f7d5-container-lg)\"\nexport const containerMd = \"var(--volt2-126f7d5-container-md)\"\nexport const containerSm = \"var(--volt2-126f7d5-container-sm)\"\nexport const containerXl = \"var(--volt2-126f7d5-container-xl)\"\nexport const ease = \"var(--volt2-126f7d5-ease)\"\nexport const error1 = \"var(--volt2-126f7d5-error-1)\"\nexport const error10 = \"var(--volt2-126f7d5-error-10)\"\nexport const error11 = \"var(--volt2-126f7d5-error-11)\"\nexport const error12 = \"var(--volt2-126f7d5-error-12)\"\nexport const error2 = \"var(--volt2-126f7d5-error-2)\"\nexport const error3 = \"var(--volt2-126f7d5-error-3)\"\nexport const error4 = \"var(--volt2-126f7d5-error-4)\"\nexport const error5 = \"var(--volt2-126f7d5-error-5)\"\nexport const error6 = \"var(--volt2-126f7d5-error-6)\"\nexport const error7 = \"var(--volt2-126f7d5-error-7)\"\nexport const error8 = \"var(--volt2-126f7d5-error-8)\"\nexport const error9 = \"var(--volt2-126f7d5-error-9)\"\nexport const errorA1 = \"var(--volt2-126f7d5-error-a1)\"\nexport const errorA10 = \"var(--volt2-126f7d5-error-a10)\"\nexport const errorA11 = \"var(--volt2-126f7d5-error-a11)\"\nexport const errorA12 = \"var(--volt2-126f7d5-error-a12)\"\nexport const errorA2 = \"var(--volt2-126f7d5-error-a2)\"\nexport const errorA3 = \"var(--volt2-126f7d5-error-a3)\"\nexport const errorA4 = \"var(--volt2-126f7d5-error-a4)\"\nexport const errorA5 = \"var(--volt2-126f7d5-error-a5)\"\nexport const errorA6 = \"var(--volt2-126f7d5-error-a6)\"\nexport const errorA7 = \"var(--volt2-126f7d5-error-a7)\"\nexport const errorA8 = \"var(--volt2-126f7d5-error-a8)\"\nexport const errorA9 = \"var(--volt2-126f7d5-error-a9)\"\nexport const errorContrast = \"var(--volt2-126f7d5-error-contrast)\"\nexport const errorIndicator = \"var(--volt2-126f7d5-error-indicator)\"\nexport const errorSurface = \"var(--volt2-126f7d5-error-surface)\"\nexport const errorTrack = \"var(--volt2-126f7d5-error-track)\"\nexport const fontWeightBold = \"var(--volt2-126f7d5-font-weight-bold)\"\nexport const fontWeightMedium = \"var(--volt2-126f7d5-font-weight-medium)\"\nexport const fontWeightNormal = \"var(--volt2-126f7d5-font-weight-normal)\"\nexport const fontWeightSemibold = \"var(--volt2-126f7d5-font-weight-semibold)\"\nexport const fxBorderHeaderPlain = \"var(--volt2-126f7d5-fx-border-header-plain)\"\nexport const fxBorderPlainObject = \"var(--volt2-126f7d5-fx-border-plain-object)\"\nexport const fxCardBloomBlue = \"var(--volt2-126f7d5-fx-card-bloom-blue)\"\nexport const fxCardBloomViolet = \"var(--volt2-126f7d5-fx-card-bloom-violet)\"\nexport const fxCardWash2 = \"var(--volt2-126f7d5-fx-card-wash-2)\"\nexport const fxGlassBloomBlue = \"var(--volt2-126f7d5-fx-glass-bloom-blue)\"\nexport const fxGlassBloomBlueDark = \"var(--volt2-126f7d5-fx-glass-bloom-blue-dark)\"\nexport const fxGlassBloomViolet = \"var(--volt2-126f7d5-fx-glass-bloom-violet)\"\nexport const fxGlassBloomVioletDark = \"var(--volt2-126f7d5-fx-glass-bloom-violet-dark)\"\nexport const fxGlassObjectDark = \"var(--volt2-126f7d5-fx-glass-object-dark)\"\nexport const fxGlassWash1 = \"var(--volt2-126f7d5-fx-glass-wash-1)\"\nexport const fxGlassWash2 = \"var(--volt2-126f7d5-fx-glass-wash-2)\"\nexport const fxGlassWash3 = \"var(--volt2-126f7d5-fx-glass-wash-3)\"\nexport const fxGlassWashDark1 = \"var(--volt2-126f7d5-fx-glass-wash-dark-1)\"\nexport const fxGlassWashDark2 = \"var(--volt2-126f7d5-fx-glass-wash-dark-2)\"\nexport const fxGlassWashDark3 = \"var(--volt2-126f7d5-fx-glass-wash-dark-3)\"\nexport const fxHoverPlainRow = \"var(--volt2-126f7d5-fx-hover-plain-row)\"\nexport const fxSepPlain = \"var(--volt2-126f7d5-fx-sep-plain)\"\nexport const fxShadeCoolA12 = \"var(--volt2-126f7d5-fx-shade-cool-a12)\"\nexport const fxShadeCoolA7 = \"var(--volt2-126f7d5-fx-shade-cool-a7)\"\nexport const fxShadeCoolA8 = \"var(--volt2-126f7d5-fx-shade-cool-a8)\"\nexport const fxShadeDeepA10 = \"var(--volt2-126f7d5-fx-shade-deep-a10)\"\nexport const fxShadeDeepA6 = \"var(--volt2-126f7d5-fx-shade-deep-a6)\"\nexport const fxShadeDeepA7 = \"var(--volt2-126f7d5-fx-shade-deep-a7)\"\nexport const fxShadeNavyA16 = \"var(--volt2-126f7d5-fx-shade-navy-a16)\"\nexport const fxShadeOverlayA22 = \"var(--volt2-126f7d5-fx-shade-overlay-a22)\"\nexport const fxTintWash1 = \"var(--volt2-126f7d5-fx-tint-wash-1)\"\nexport const fxTintWash2 = \"var(--volt2-126f7d5-fx-tint-wash-2)\"\nexport const fxWashBorderedDark = \"var(--volt2-126f7d5-fx-wash-bordered-dark)\"\nexport const fxWashBorderedLight = \"var(--volt2-126f7d5-fx-wash-bordered-light)\"\nexport const fxWashPlain = \"var(--volt2-126f7d5-fx-wash-plain)\"\nexport const gradientBorderedWash = \"var(--volt2-126f7d5-gradient-bordered-wash)\"\nexport const gradientBorderedWashDark = \"var(--volt2-126f7d5-gradient-bordered-wash-dark)\"\nexport const gradientCardWash = \"var(--volt2-126f7d5-gradient-card-wash)\"\nexport const gradientGlassWash = \"var(--volt2-126f7d5-gradient-glass-wash)\"\nexport const gradientGlassWashDark = \"var(--volt2-126f7d5-gradient-glass-wash-dark)\"\nexport const gradientPlainWash = \"var(--volt2-126f7d5-gradient-plain-wash)\"\nexport const gradientTintWash = \"var(--volt2-126f7d5-gradient-tint-wash)\"\nexport const gray1 = \"var(--volt2-126f7d5-gray-1)\"\nexport const gray10 = \"var(--volt2-126f7d5-gray-10)\"\nexport const gray11 = \"var(--volt2-126f7d5-gray-11)\"\nexport const gray12 = \"var(--volt2-126f7d5-gray-12)\"\nexport const gray2 = \"var(--volt2-126f7d5-gray-2)\"\nexport const gray3 = \"var(--volt2-126f7d5-gray-3)\"\nexport const gray4 = \"var(--volt2-126f7d5-gray-4)\"\nexport const gray5 = \"var(--volt2-126f7d5-gray-5)\"\nexport const gray6 = \"var(--volt2-126f7d5-gray-6)\"\nexport const gray7 = \"var(--volt2-126f7d5-gray-7)\"\nexport const gray8 = \"var(--volt2-126f7d5-gray-8)\"\nexport const gray9 = \"var(--volt2-126f7d5-gray-9)\"\nexport const grayA1 = \"var(--volt2-126f7d5-gray-a1)\"\nexport const grayA10 = \"var(--volt2-126f7d5-gray-a10)\"\nexport const grayA11 = \"var(--volt2-126f7d5-gray-a11)\"\nexport const grayA12 = \"var(--volt2-126f7d5-gray-a12)\"\nexport const grayA2 = \"var(--volt2-126f7d5-gray-a2)\"\nexport const grayA3 = \"var(--volt2-126f7d5-gray-a3)\"\nexport const grayA4 = \"var(--volt2-126f7d5-gray-a4)\"\nexport const grayA5 = \"var(--volt2-126f7d5-gray-a5)\"\nexport const grayA6 = \"var(--volt2-126f7d5-gray-a6)\"\nexport const grayA7 = \"var(--volt2-126f7d5-gray-a7)\"\nexport const grayA8 = \"var(--volt2-126f7d5-gray-a8)\"\nexport const grayA9 = \"var(--volt2-126f7d5-gray-a9)\"\nexport const grayContrast = \"var(--volt2-126f7d5-gray-contrast)\"\nexport const grayIndicator = \"var(--volt2-126f7d5-gray-indicator)\"\nexport const graySurface = \"var(--volt2-126f7d5-gray-surface)\"\nexport const grayTrack = \"var(--volt2-126f7d5-gray-track)\"\nexport const info1 = \"var(--volt2-126f7d5-info-1)\"\nexport const info10 = \"var(--volt2-126f7d5-info-10)\"\nexport const info11 = \"var(--volt2-126f7d5-info-11)\"\nexport const info12 = \"var(--volt2-126f7d5-info-12)\"\nexport const info2 = \"var(--volt2-126f7d5-info-2)\"\nexport const info3 = \"var(--volt2-126f7d5-info-3)\"\nexport const info4 = \"var(--volt2-126f7d5-info-4)\"\nexport const info5 = \"var(--volt2-126f7d5-info-5)\"\nexport const info6 = \"var(--volt2-126f7d5-info-6)\"\nexport const info7 = \"var(--volt2-126f7d5-info-7)\"\nexport const info8 = \"var(--volt2-126f7d5-info-8)\"\nexport const info9 = \"var(--volt2-126f7d5-info-9)\"\nexport const infoA1 = \"var(--volt2-126f7d5-info-a1)\"\nexport const infoA10 = \"var(--volt2-126f7d5-info-a10)\"\nexport const infoA11 = \"var(--volt2-126f7d5-info-a11)\"\nexport const infoA12 = \"var(--volt2-126f7d5-info-a12)\"\nexport const infoA2 = \"var(--volt2-126f7d5-info-a2)\"\nexport const infoA3 = \"var(--volt2-126f7d5-info-a3)\"\nexport const infoA4 = \"var(--volt2-126f7d5-info-a4)\"\nexport const infoA5 = \"var(--volt2-126f7d5-info-a5)\"\nexport const infoA6 = \"var(--volt2-126f7d5-info-a6)\"\nexport const infoA7 = \"var(--volt2-126f7d5-info-a7)\"\nexport const infoA8 = \"var(--volt2-126f7d5-info-a8)\"\nexport const infoA9 = \"var(--volt2-126f7d5-info-a9)\"\nexport const infoContrast = \"var(--volt2-126f7d5-info-contrast)\"\nexport const infoIndicator = \"var(--volt2-126f7d5-info-indicator)\"\nexport const infoSurface = \"var(--volt2-126f7d5-info-surface)\"\nexport const infoTrack = \"var(--volt2-126f7d5-info-track)\"\nexport const leading2xl = \"var(--volt2-126f7d5-leading-2xl)\"\nexport const leading3xl = \"var(--volt2-126f7d5-leading-3xl)\"\nexport const leadingBase = \"var(--volt2-126f7d5-leading-base)\"\nexport const leadingLg = \"var(--volt2-126f7d5-leading-lg)\"\nexport const leadingSm = \"var(--volt2-126f7d5-leading-sm)\"\nexport const leadingXl = \"var(--volt2-126f7d5-leading-xl)\"\nexport const leadingXs = \"var(--volt2-126f7d5-leading-xs)\"\nexport const level1 = \"var(--volt2-126f7d5-level-1)\"\nexport const motionBase = \"var(--volt2-126f7d5-motion-base)\"\nexport const motionFast = \"var(--volt2-126f7d5-motion-fast)\"\nexport const motionSlow = \"var(--volt2-126f7d5-motion-slow)\"\nexport const radius2xl = \"var(--volt2-126f7d5-radius-2xl)\"\nexport const radius3xl = \"var(--volt2-126f7d5-radius-3xl)\"\nexport const radiusFull = \"var(--volt2-126f7d5-radius-full)\"\nexport const radiusLg = \"var(--volt2-126f7d5-radius-lg)\"\nexport const radiusMd = \"var(--volt2-126f7d5-radius-md)\"\nexport const radiusSm = \"var(--volt2-126f7d5-radius-sm)\"\nexport const radiusXl = \"var(--volt2-126f7d5-radius-xl)\"\nexport const semAccentContrast = \"var(--volt2-126f7d5-sem-accent-contrast)\"\nexport const semAccentDefault = \"var(--volt2-126f7d5-sem-accent-default)\"\nexport const semAccentDisabled = \"var(--volt2-126f7d5-sem-accent-disabled)\"\nexport const semAccentHighContrast = \"var(--volt2-126f7d5-sem-accent-high-contrast)\"\nexport const semAccentLight = \"var(--volt2-126f7d5-sem-accent-light)\"\nexport const semAccentOnHighContrast = \"var(--volt2-126f7d5-sem-accent-on-high-contrast)\"\nexport const semAccentOnSoft = \"var(--volt2-126f7d5-sem-accent-on-soft)\"\nexport const semAccentOnSolid = \"var(--volt2-126f7d5-sem-accent-on-solid)\"\nexport const semAccentSoft = \"var(--volt2-126f7d5-sem-accent-soft)\"\nexport const semAccentSoftHover = \"var(--volt2-126f7d5-sem-accent-soft-hover)\"\nexport const semAccentSolid = \"var(--volt2-126f7d5-sem-accent-solid)\"\nexport const semAccentSolidHover = \"var(--volt2-126f7d5-sem-accent-solid-hover)\"\nexport const semAccentSurface = \"var(--volt2-126f7d5-sem-accent-surface)\"\nexport const semAccentSurfaceHover = \"var(--volt2-126f7d5-sem-accent-surface-hover)\"\nexport const semAccentUi = \"var(--volt2-126f7d5-sem-accent-ui)\"\nexport const semAccentUiHover = \"var(--volt2-126f7d5-sem-accent-ui-hover)\"\nexport const semBody = \"var(--volt2-126f7d5-sem-body)\"\nexport const semErrorContrast = \"var(--volt2-126f7d5-sem-error-contrast)\"\nexport const semErrorDefault = \"var(--volt2-126f7d5-sem-error-default)\"\nexport const semErrorDisabled = \"var(--volt2-126f7d5-sem-error-disabled)\"\nexport const semErrorHighContrast = \"var(--volt2-126f7d5-sem-error-high-contrast)\"\nexport const semErrorLight = \"var(--volt2-126f7d5-sem-error-light)\"\nexport const semErrorOnHighContrast = \"var(--volt2-126f7d5-sem-error-on-high-contrast)\"\nexport const semErrorOnSoft = \"var(--volt2-126f7d5-sem-error-on-soft)\"\nexport const semErrorOnSolid = \"var(--volt2-126f7d5-sem-error-on-solid)\"\nexport const semErrorSoft = \"var(--volt2-126f7d5-sem-error-soft)\"\nexport const semErrorSoftHover = \"var(--volt2-126f7d5-sem-error-soft-hover)\"\nexport const semErrorSolid = \"var(--volt2-126f7d5-sem-error-solid)\"\nexport const semErrorSolidHover = \"var(--volt2-126f7d5-sem-error-solid-hover)\"\nexport const semErrorSurface = \"var(--volt2-126f7d5-sem-error-surface)\"\nexport const semErrorSurfaceHover = \"var(--volt2-126f7d5-sem-error-surface-hover)\"\nexport const semErrorUi = \"var(--volt2-126f7d5-sem-error-ui)\"\nexport const semErrorUiHover = \"var(--volt2-126f7d5-sem-error-ui-hover)\"\nexport const semFocusRing = \"var(--volt2-126f7d5-sem-focus-ring)\"\nexport const semGrayContrast = \"var(--volt2-126f7d5-sem-gray-contrast)\"\nexport const semGrayDefault = \"var(--volt2-126f7d5-sem-gray-default)\"\nexport const semGrayDisabled = \"var(--volt2-126f7d5-sem-gray-disabled)\"\nexport const semGrayHighContrast = \"var(--volt2-126f7d5-sem-gray-high-contrast)\"\nexport const semGrayLight = \"var(--volt2-126f7d5-sem-gray-light)\"\nexport const semGrayOnHighContrast = \"var(--volt2-126f7d5-sem-gray-on-high-contrast)\"\nexport const semGrayOnSoft = \"var(--volt2-126f7d5-sem-gray-on-soft)\"\nexport const semGrayOnSolid = \"var(--volt2-126f7d5-sem-gray-on-solid)\"\nexport const semGraySoft = \"var(--volt2-126f7d5-sem-gray-soft)\"\nexport const semGraySoftHover = \"var(--volt2-126f7d5-sem-gray-soft-hover)\"\nexport const semGraySolid = \"var(--volt2-126f7d5-sem-gray-solid)\"\nexport const semGraySolidHover = \"var(--volt2-126f7d5-sem-gray-solid-hover)\"\nexport const semGraySurface = \"var(--volt2-126f7d5-sem-gray-surface)\"\nexport const semGraySurfaceHover = \"var(--volt2-126f7d5-sem-gray-surface-hover)\"\nexport const semGrayUi = \"var(--volt2-126f7d5-sem-gray-ui)\"\nexport const semGrayUiHover = \"var(--volt2-126f7d5-sem-gray-ui-hover)\"\nexport const semInfoContrast = \"var(--volt2-126f7d5-sem-info-contrast)\"\nexport const semInfoDefault = \"var(--volt2-126f7d5-sem-info-default)\"\nexport const semInfoDisabled = \"var(--volt2-126f7d5-sem-info-disabled)\"\nexport const semInfoHighContrast = \"var(--volt2-126f7d5-sem-info-high-contrast)\"\nexport const semInfoLight = \"var(--volt2-126f7d5-sem-info-light)\"\nexport const semInfoOnHighContrast = \"var(--volt2-126f7d5-sem-info-on-high-contrast)\"\nexport const semInfoOnSoft = \"var(--volt2-126f7d5-sem-info-on-soft)\"\nexport const semInfoOnSolid = \"var(--volt2-126f7d5-sem-info-on-solid)\"\nexport const semInfoSoft = \"var(--volt2-126f7d5-sem-info-soft)\"\nexport const semInfoSoftHover = \"var(--volt2-126f7d5-sem-info-soft-hover)\"\nexport const semInfoSolid = \"var(--volt2-126f7d5-sem-info-solid)\"\nexport const semInfoSolidHover = \"var(--volt2-126f7d5-sem-info-solid-hover)\"\nexport const semInfoSurface = \"var(--volt2-126f7d5-sem-info-surface)\"\nexport const semInfoSurfaceHover = \"var(--volt2-126f7d5-sem-info-surface-hover)\"\nexport const semInfoUi = \"var(--volt2-126f7d5-sem-info-ui)\"\nexport const semInfoUiHover = \"var(--volt2-126f7d5-sem-info-ui-hover)\"\nexport const semLevel1 = \"var(--volt2-126f7d5-sem-level-1)\"\nexport const semLevel2 = \"var(--volt2-126f7d5-sem-level-2)\"\nexport const semLevel3 = \"var(--volt2-126f7d5-sem-level-3)\"\nexport const semSuccessContrast = \"var(--volt2-126f7d5-sem-success-contrast)\"\nexport const semSuccessDefault = \"var(--volt2-126f7d5-sem-success-default)\"\nexport const semSuccessDisabled = \"var(--volt2-126f7d5-sem-success-disabled)\"\nexport const semSuccessHighContrast = \"var(--volt2-126f7d5-sem-success-high-contrast)\"\nexport const semSuccessLight = \"var(--volt2-126f7d5-sem-success-light)\"\nexport const semSuccessOnHighContrast = \"var(--volt2-126f7d5-sem-success-on-high-contrast)\"\nexport const semSuccessOnSoft = \"var(--volt2-126f7d5-sem-success-on-soft)\"\nexport const semSuccessOnSolid = \"var(--volt2-126f7d5-sem-success-on-solid)\"\nexport const semSuccessSoft = \"var(--volt2-126f7d5-sem-success-soft)\"\nexport const semSuccessSoftHover = \"var(--volt2-126f7d5-sem-success-soft-hover)\"\nexport const semSuccessSolid = \"var(--volt2-126f7d5-sem-success-solid)\"\nexport const semSuccessSolidHover = \"var(--volt2-126f7d5-sem-success-solid-hover)\"\nexport const semSuccessSurface = \"var(--volt2-126f7d5-sem-success-surface)\"\nexport const semSuccessSurfaceHover = \"var(--volt2-126f7d5-sem-success-surface-hover)\"\nexport const semSuccessUi = \"var(--volt2-126f7d5-sem-success-ui)\"\nexport const semSuccessUiHover = \"var(--volt2-126f7d5-sem-success-ui-hover)\"\nexport const semWarningContrast = \"var(--volt2-126f7d5-sem-warning-contrast)\"\nexport const semWarningDefault = \"var(--volt2-126f7d5-sem-warning-default)\"\nexport const semWarningDisabled = \"var(--volt2-126f7d5-sem-warning-disabled)\"\nexport const semWarningHighContrast = \"var(--volt2-126f7d5-sem-warning-high-contrast)\"\nexport const semWarningLight = \"var(--volt2-126f7d5-sem-warning-light)\"\nexport const semWarningOnHighContrast = \"var(--volt2-126f7d5-sem-warning-on-high-contrast)\"\nexport const semWarningOnSoft = \"var(--volt2-126f7d5-sem-warning-on-soft)\"\nexport const semWarningOnSolid = \"var(--volt2-126f7d5-sem-warning-on-solid)\"\nexport const semWarningSoft = \"var(--volt2-126f7d5-sem-warning-soft)\"\nexport const semWarningSoftHover = \"var(--volt2-126f7d5-sem-warning-soft-hover)\"\nexport const semWarningSolid = \"var(--volt2-126f7d5-sem-warning-solid)\"\nexport const semWarningSolidHover = \"var(--volt2-126f7d5-sem-warning-solid-hover)\"\nexport const semWarningSurface = \"var(--volt2-126f7d5-sem-warning-surface)\"\nexport const semWarningSurfaceHover = \"var(--volt2-126f7d5-sem-warning-surface-hover)\"\nexport const semWarningUi = \"var(--volt2-126f7d5-sem-warning-ui)\"\nexport const semWarningUiHover = \"var(--volt2-126f7d5-sem-warning-ui-hover)\"\nexport const shadowContainer = \"var(--volt2-126f7d5-shadow-container)\"\nexport const shadowField = \"var(--volt2-126f7d5-shadow-field)\"\nexport const shadowObject = \"var(--volt2-126f7d5-shadow-object)\"\nexport const shadowOverlay = \"var(--volt2-126f7d5-shadow-overlay)\"\nexport const shadowPBorderedOverlay = \"var(--volt2-126f7d5-shadow-p-bordered-overlay)\"\nexport const shadowPCardContainer = \"var(--volt2-126f7d5-shadow-p-card-container)\"\nexport const shadowPGlassContainer = \"var(--volt2-126f7d5-shadow-p-glass-container)\"\nexport const shadowPGlassContainerDark = \"var(--volt2-126f7d5-shadow-p-glass-container-dark)\"\nexport const shadowPGlassField = \"var(--volt2-126f7d5-shadow-p-glass-field)\"\nexport const shadowPGlassObject = \"var(--volt2-126f7d5-shadow-p-glass-object)\"\nexport const shadowPGlassObjectDark = \"var(--volt2-126f7d5-shadow-p-glass-object-dark)\"\nexport const shadowPNone = \"var(--volt2-126f7d5-shadow-p-none)\"\nexport const shadowPPlainContainer = \"var(--volt2-126f7d5-shadow-p-plain-container)\"\nexport const spacingElement1 = \"var(--volt2-126f7d5-spacing-element-1)\"\nexport const spacingElement2 = \"var(--volt2-126f7d5-spacing-element-2)\"\nexport const spacingElement3 = \"var(--volt2-126f7d5-spacing-element-3)\"\nexport const spacingGroup1 = \"var(--volt2-126f7d5-spacing-group-1)\"\nexport const spacingGroup2 = \"var(--volt2-126f7d5-spacing-group-2)\"\nexport const spacingLayout1 = \"var(--volt2-126f7d5-spacing-layout-1)\"\nexport const spacingLayout2 = \"var(--volt2-126f7d5-spacing-layout-2)\"\nexport const spacingNone = \"var(--volt2-126f7d5-spacing-none)\"\nexport const success1 = \"var(--volt2-126f7d5-success-1)\"\nexport const success10 = \"var(--volt2-126f7d5-success-10)\"\nexport const success11 = \"var(--volt2-126f7d5-success-11)\"\nexport const success12 = \"var(--volt2-126f7d5-success-12)\"\nexport const success2 = \"var(--volt2-126f7d5-success-2)\"\nexport const success3 = \"var(--volt2-126f7d5-success-3)\"\nexport const success4 = \"var(--volt2-126f7d5-success-4)\"\nexport const success5 = \"var(--volt2-126f7d5-success-5)\"\nexport const success6 = \"var(--volt2-126f7d5-success-6)\"\nexport const success7 = \"var(--volt2-126f7d5-success-7)\"\nexport const success8 = \"var(--volt2-126f7d5-success-8)\"\nexport const success9 = \"var(--volt2-126f7d5-success-9)\"\nexport const successA1 = \"var(--volt2-126f7d5-success-a1)\"\nexport const successA10 = \"var(--volt2-126f7d5-success-a10)\"\nexport const successA11 = \"var(--volt2-126f7d5-success-a11)\"\nexport const successA12 = \"var(--volt2-126f7d5-success-a12)\"\nexport const successA2 = \"var(--volt2-126f7d5-success-a2)\"\nexport const successA3 = \"var(--volt2-126f7d5-success-a3)\"\nexport const successA4 = \"var(--volt2-126f7d5-success-a4)\"\nexport const successA5 = \"var(--volt2-126f7d5-success-a5)\"\nexport const successA6 = \"var(--volt2-126f7d5-success-a6)\"\nexport const successA7 = \"var(--volt2-126f7d5-success-a7)\"\nexport const successA8 = \"var(--volt2-126f7d5-success-a8)\"\nexport const successA9 = \"var(--volt2-126f7d5-success-a9)\"\nexport const successContrast = \"var(--volt2-126f7d5-success-contrast)\"\nexport const successIndicator = \"var(--volt2-126f7d5-success-indicator)\"\nexport const successSurface = \"var(--volt2-126f7d5-success-surface)\"\nexport const successTrack = \"var(--volt2-126f7d5-success-track)\"\nexport const surfaceContainer = \"var(--volt2-126f7d5-surface-container)\"\nexport const surfaceField = \"var(--volt2-126f7d5-surface-field)\"\nexport const surfaceGap = \"var(--volt2-126f7d5-surface-gap)\"\nexport const surfaceHeader = \"var(--volt2-126f7d5-surface-header)\"\nexport const surfaceInset = \"var(--volt2-126f7d5-surface-inset)\"\nexport const surfaceObject = \"var(--volt2-126f7d5-surface-object)\"\nexport const surfaceOverlay = \"var(--volt2-126f7d5-surface-overlay)\"\nexport const surfaceRadiusContainer = \"var(--volt2-126f7d5-surface-radius-container)\"\nexport const surfaceRadiusField = \"var(--volt2-126f7d5-surface-radius-field)\"\nexport const surfaceRadiusObject = \"var(--volt2-126f7d5-surface-radius-object)\"\nexport const surfaceRadiusOverlay = \"var(--volt2-126f7d5-surface-radius-overlay)\"\nexport const surfaceRadiusPill = \"var(--volt2-126f7d5-surface-radius-pill)\"\nexport const surfaceSep = \"var(--volt2-126f7d5-surface-sep)\"\nexport const surfaceWash = \"var(--volt2-126f7d5-surface-wash)\"\nexport const text2xl = \"var(--volt2-126f7d5-text-2xl)\"\nexport const text3xl = \"var(--volt2-126f7d5-text-3xl)\"\nexport const textBase = \"var(--volt2-126f7d5-text-base)\"\nexport const textLg = \"var(--volt2-126f7d5-text-lg)\"\nexport const textSm = \"var(--volt2-126f7d5-text-sm)\"\nexport const textXl = \"var(--volt2-126f7d5-text-xl)\"\nexport const textXs = \"var(--volt2-126f7d5-text-xs)\"\nexport const trackingNormal = \"var(--volt2-126f7d5-tracking-normal)\"\nexport const trackingTight = \"var(--volt2-126f7d5-tracking-tight)\"\nexport const trackingTighter = \"var(--volt2-126f7d5-tracking-tighter)\"\nexport const transparent = \"var(--volt2-126f7d5-transparent)\"\nexport const warning1 = \"var(--volt2-126f7d5-warning-1)\"\nexport const warning10 = \"var(--volt2-126f7d5-warning-10)\"\nexport const warning11 = \"var(--volt2-126f7d5-warning-11)\"\nexport const warning12 = \"var(--volt2-126f7d5-warning-12)\"\nexport const warning2 = \"var(--volt2-126f7d5-warning-2)\"\nexport const warning3 = \"var(--volt2-126f7d5-warning-3)\"\nexport const warning4 = \"var(--volt2-126f7d5-warning-4)\"\nexport const warning5 = \"var(--volt2-126f7d5-warning-5)\"\nexport const warning6 = \"var(--volt2-126f7d5-warning-6)\"\nexport const warning7 = \"var(--volt2-126f7d5-warning-7)\"\nexport const warning8 = \"var(--volt2-126f7d5-warning-8)\"\nexport const warning9 = \"var(--volt2-126f7d5-warning-9)\"\nexport const warningA1 = \"var(--volt2-126f7d5-warning-a1)\"\nexport const warningA10 = \"var(--volt2-126f7d5-warning-a10)\"\nexport const warningA11 = \"var(--volt2-126f7d5-warning-a11)\"\nexport const warningA12 = \"var(--volt2-126f7d5-warning-a12)\"\nexport const warningA2 = \"var(--volt2-126f7d5-warning-a2)\"\nexport const warningA3 = \"var(--volt2-126f7d5-warning-a3)\"\nexport const warningA4 = \"var(--volt2-126f7d5-warning-a4)\"\nexport const warningA5 = \"var(--volt2-126f7d5-warning-a5)\"\nexport const warningA6 = \"var(--volt2-126f7d5-warning-a6)\"\nexport const warningA7 = \"var(--volt2-126f7d5-warning-a7)\"\nexport const warningA8 = \"var(--volt2-126f7d5-warning-a8)\"\nexport const warningA9 = \"var(--volt2-126f7d5-warning-a9)\"\nexport const warningContrast = \"var(--volt2-126f7d5-warning-contrast)\"\nexport const warningIndicator = \"var(--volt2-126f7d5-warning-indicator)\"\nexport const warningSurface = \"var(--volt2-126f7d5-warning-surface)\"\nexport const warningTrack = \"var(--volt2-126f7d5-warning-track)\"\nexport const white = \"var(--volt2-126f7d5-white)\"\nexport const whiteA12 = \"var(--volt2-126f7d5-white-a12)\"\nexport const whiteA26 = \"var(--volt2-126f7d5-white-a26)\"\nexport const whiteA5 = \"var(--volt2-126f7d5-white-a5)\"\nexport const whiteA50 = \"var(--volt2-126f7d5-white-a50)\"\nexport const whiteA60 = \"var(--volt2-126f7d5-white-a60)\"\nexport const whiteA80 = \"var(--volt2-126f7d5-white-a80)\"\nexport const whiteA9 = \"var(--volt2-126f7d5-white-a9)\"\nexport const blue1 = \"var(--volt2-eff0792-blue-1)\"\nexport const blue10 = \"var(--volt2-eff0792-blue-10)\"\nexport const blue11 = \"var(--volt2-eff0792-blue-11)\"\nexport const blue12 = \"var(--volt2-eff0792-blue-12)\"\nexport const blue2 = \"var(--volt2-eff0792-blue-2)\"\nexport const blue3 = \"var(--volt2-eff0792-blue-3)\"\nexport const blue4 = \"var(--volt2-eff0792-blue-4)\"\nexport const blue5 = \"var(--volt2-eff0792-blue-5)\"\nexport const blue6 = \"var(--volt2-eff0792-blue-6)\"\nexport const blue7 = \"var(--volt2-eff0792-blue-7)\"\nexport const blue8 = \"var(--volt2-eff0792-blue-8)\"\nexport const blue9 = \"var(--volt2-eff0792-blue-9)\"\nexport const blueA1 = \"var(--volt2-eff0792-blue-a1)\"\nexport const blueA10 = \"var(--volt2-eff0792-blue-a10)\"\nexport const blueA11 = \"var(--volt2-eff0792-blue-a11)\"\nexport const blueA12 = \"var(--volt2-eff0792-blue-a12)\"\nexport const blueA2 = \"var(--volt2-eff0792-blue-a2)\"\nexport const blueA3 = \"var(--volt2-eff0792-blue-a3)\"\nexport const blueA4 = \"var(--volt2-eff0792-blue-a4)\"\nexport const blueA5 = \"var(--volt2-eff0792-blue-a5)\"\nexport const blueA6 = \"var(--volt2-eff0792-blue-a6)\"\nexport const blueA7 = \"var(--volt2-eff0792-blue-a7)\"\nexport const blueA8 = \"var(--volt2-eff0792-blue-a8)\"\nexport const blueA9 = \"var(--volt2-eff0792-blue-a9)\"\nexport const blueContrast = \"var(--volt2-eff0792-blue-contrast)\"\nexport const blueIndicator = \"var(--volt2-eff0792-blue-indicator)\"\nexport const blueSurface = \"var(--volt2-eff0792-blue-surface)\"\nexport const blueTrack = \"var(--volt2-eff0792-blue-track)\"\nexport const bronze1 = \"var(--volt2-eff0792-bronze-1)\"\nexport const bronze10 = \"var(--volt2-eff0792-bronze-10)\"\nexport const bronze11 = \"var(--volt2-eff0792-bronze-11)\"\nexport const bronze12 = \"var(--volt2-eff0792-bronze-12)\"\nexport const bronze2 = \"var(--volt2-eff0792-bronze-2)\"\nexport const bronze3 = \"var(--volt2-eff0792-bronze-3)\"\nexport const bronze4 = \"var(--volt2-eff0792-bronze-4)\"\nexport const bronze5 = \"var(--volt2-eff0792-bronze-5)\"\nexport const bronze6 = \"var(--volt2-eff0792-bronze-6)\"\nexport const bronze7 = \"var(--volt2-eff0792-bronze-7)\"\nexport const bronze8 = \"var(--volt2-eff0792-bronze-8)\"\nexport const bronze9 = \"var(--volt2-eff0792-bronze-9)\"\nexport const bronzeA1 = \"var(--volt2-eff0792-bronze-a1)\"\nexport const bronzeA10 = \"var(--volt2-eff0792-bronze-a10)\"\nexport const bronzeA11 = \"var(--volt2-eff0792-bronze-a11)\"\nexport const bronzeA12 = \"var(--volt2-eff0792-bronze-a12)\"\nexport const bronzeA2 = \"var(--volt2-eff0792-bronze-a2)\"\nexport const bronzeA3 = \"var(--volt2-eff0792-bronze-a3)\"\nexport const bronzeA4 = \"var(--volt2-eff0792-bronze-a4)\"\nexport const bronzeA5 = \"var(--volt2-eff0792-bronze-a5)\"\nexport const bronzeA6 = \"var(--volt2-eff0792-bronze-a6)\"\nexport const bronzeA7 = \"var(--volt2-eff0792-bronze-a7)\"\nexport const bronzeA8 = \"var(--volt2-eff0792-bronze-a8)\"\nexport const bronzeA9 = \"var(--volt2-eff0792-bronze-a9)\"\nexport const bronzeContrast = \"var(--volt2-eff0792-bronze-contrast)\"\nexport const bronzeIndicator = \"var(--volt2-eff0792-bronze-indicator)\"\nexport const bronzeSurface = \"var(--volt2-eff0792-bronze-surface)\"\nexport const bronzeTrack = \"var(--volt2-eff0792-bronze-track)\"\nexport const cyan1 = \"var(--volt2-eff0792-cyan-1)\"\nexport const cyan10 = \"var(--volt2-eff0792-cyan-10)\"\nexport const cyan11 = \"var(--volt2-eff0792-cyan-11)\"\nexport const cyan12 = \"var(--volt2-eff0792-cyan-12)\"\nexport const cyan2 = \"var(--volt2-eff0792-cyan-2)\"\nexport const cyan3 = \"var(--volt2-eff0792-cyan-3)\"\nexport const cyan4 = \"var(--volt2-eff0792-cyan-4)\"\nexport const cyan5 = \"var(--volt2-eff0792-cyan-5)\"\nexport const cyan6 = \"var(--volt2-eff0792-cyan-6)\"\nexport const cyan7 = \"var(--volt2-eff0792-cyan-7)\"\nexport const cyan8 = \"var(--volt2-eff0792-cyan-8)\"\nexport const cyan9 = \"var(--volt2-eff0792-cyan-9)\"\nexport const cyanA1 = \"var(--volt2-eff0792-cyan-a1)\"\nexport const cyanA10 = \"var(--volt2-eff0792-cyan-a10)\"\nexport const cyanA11 = \"var(--volt2-eff0792-cyan-a11)\"\nexport const cyanA12 = \"var(--volt2-eff0792-cyan-a12)\"\nexport const cyanA2 = \"var(--volt2-eff0792-cyan-a2)\"\nexport const cyanA3 = \"var(--volt2-eff0792-cyan-a3)\"\nexport const cyanA4 = \"var(--volt2-eff0792-cyan-a4)\"\nexport const cyanA5 = \"var(--volt2-eff0792-cyan-a5)\"\nexport const cyanA6 = \"var(--volt2-eff0792-cyan-a6)\"\nexport const cyanA7 = \"var(--volt2-eff0792-cyan-a7)\"\nexport const cyanA8 = \"var(--volt2-eff0792-cyan-a8)\"\nexport const cyanA9 = \"var(--volt2-eff0792-cyan-a9)\"\nexport const cyanContrast = \"var(--volt2-eff0792-cyan-contrast)\"\nexport const cyanIndicator = \"var(--volt2-eff0792-cyan-indicator)\"\nexport const cyanSurface = \"var(--volt2-eff0792-cyan-surface)\"\nexport const cyanTrack = \"var(--volt2-eff0792-cyan-track)\"\nexport const green1 = \"var(--volt2-eff0792-green-1)\"\nexport const green10 = \"var(--volt2-eff0792-green-10)\"\nexport const green11 = \"var(--volt2-eff0792-green-11)\"\nexport const green12 = \"var(--volt2-eff0792-green-12)\"\nexport const green2 = \"var(--volt2-eff0792-green-2)\"\nexport const green3 = \"var(--volt2-eff0792-green-3)\"\nexport const green4 = \"var(--volt2-eff0792-green-4)\"\nexport const green5 = \"var(--volt2-eff0792-green-5)\"\nexport const green6 = \"var(--volt2-eff0792-green-6)\"\nexport const green7 = \"var(--volt2-eff0792-green-7)\"\nexport const green8 = \"var(--volt2-eff0792-green-8)\"\nexport const green9 = \"var(--volt2-eff0792-green-9)\"\nexport const greenA1 = \"var(--volt2-eff0792-green-a1)\"\nexport const greenA10 = \"var(--volt2-eff0792-green-a10)\"\nexport const greenA11 = \"var(--volt2-eff0792-green-a11)\"\nexport const greenA12 = \"var(--volt2-eff0792-green-a12)\"\nexport const greenA2 = \"var(--volt2-eff0792-green-a2)\"\nexport const greenA3 = \"var(--volt2-eff0792-green-a3)\"\nexport const greenA4 = \"var(--volt2-eff0792-green-a4)\"\nexport const greenA5 = \"var(--volt2-eff0792-green-a5)\"\nexport const greenA6 = \"var(--volt2-eff0792-green-a6)\"\nexport const greenA7 = \"var(--volt2-eff0792-green-a7)\"\nexport const greenA8 = \"var(--volt2-eff0792-green-a8)\"\nexport const greenA9 = \"var(--volt2-eff0792-green-a9)\"\nexport const greenContrast = \"var(--volt2-eff0792-green-contrast)\"\nexport const greenIndicator = \"var(--volt2-eff0792-green-indicator)\"\nexport const greenSurface = \"var(--volt2-eff0792-green-surface)\"\nexport const greenTrack = \"var(--volt2-eff0792-green-track)\"\nexport const indigo1 = \"var(--volt2-eff0792-indigo-1)\"\nexport const indigo10 = \"var(--volt2-eff0792-indigo-10)\"\nexport const indigo11 = \"var(--volt2-eff0792-indigo-11)\"\nexport const indigo12 = \"var(--volt2-eff0792-indigo-12)\"\nexport const indigo2 = \"var(--volt2-eff0792-indigo-2)\"\nexport const indigo3 = \"var(--volt2-eff0792-indigo-3)\"\nexport const indigo4 = \"var(--volt2-eff0792-indigo-4)\"\nexport const indigo5 = \"var(--volt2-eff0792-indigo-5)\"\nexport const indigo6 = \"var(--volt2-eff0792-indigo-6)\"\nexport const indigo7 = \"var(--volt2-eff0792-indigo-7)\"\nexport const indigo8 = \"var(--volt2-eff0792-indigo-8)\"\nexport const indigo9 = \"var(--volt2-eff0792-indigo-9)\"\nexport const indigoA1 = \"var(--volt2-eff0792-indigo-a1)\"\nexport const indigoA10 = \"var(--volt2-eff0792-indigo-a10)\"\nexport const indigoA11 = \"var(--volt2-eff0792-indigo-a11)\"\nexport const indigoA12 = \"var(--volt2-eff0792-indigo-a12)\"\nexport const indigoA2 = \"var(--volt2-eff0792-indigo-a2)\"\nexport const indigoA3 = \"var(--volt2-eff0792-indigo-a3)\"\nexport const indigoA4 = \"var(--volt2-eff0792-indigo-a4)\"\nexport const indigoA5 = \"var(--volt2-eff0792-indigo-a5)\"\nexport const indigoA6 = \"var(--volt2-eff0792-indigo-a6)\"\nexport const indigoA7 = \"var(--volt2-eff0792-indigo-a7)\"\nexport const indigoA8 = \"var(--volt2-eff0792-indigo-a8)\"\nexport const indigoA9 = \"var(--volt2-eff0792-indigo-a9)\"\nexport const indigoContrast = \"var(--volt2-eff0792-indigo-contrast)\"\nexport const indigoIndicator = \"var(--volt2-eff0792-indigo-indicator)\"\nexport const indigoSurface = \"var(--volt2-eff0792-indigo-surface)\"\nexport const indigoTrack = \"var(--volt2-eff0792-indigo-track)\"\nexport const lime1 = \"var(--volt2-eff0792-lime-1)\"\nexport const lime10 = \"var(--volt2-eff0792-lime-10)\"\nexport const lime11 = \"var(--volt2-eff0792-lime-11)\"\nexport const lime12 = \"var(--volt2-eff0792-lime-12)\"\nexport const lime2 = \"var(--volt2-eff0792-lime-2)\"\nexport const lime3 = \"var(--volt2-eff0792-lime-3)\"\nexport const lime4 = \"var(--volt2-eff0792-lime-4)\"\nexport const lime5 = \"var(--volt2-eff0792-lime-5)\"\nexport const lime6 = \"var(--volt2-eff0792-lime-6)\"\nexport const lime7 = \"var(--volt2-eff0792-lime-7)\"\nexport const lime8 = \"var(--volt2-eff0792-lime-8)\"\nexport const lime9 = \"var(--volt2-eff0792-lime-9)\"\nexport const limeA1 = \"var(--volt2-eff0792-lime-a1)\"\nexport const limeA10 = \"var(--volt2-eff0792-lime-a10)\"\nexport const limeA11 = \"var(--volt2-eff0792-lime-a11)\"\nexport const limeA12 = \"var(--volt2-eff0792-lime-a12)\"\nexport const limeA2 = \"var(--volt2-eff0792-lime-a2)\"\nexport const limeA3 = \"var(--volt2-eff0792-lime-a3)\"\nexport const limeA4 = \"var(--volt2-eff0792-lime-a4)\"\nexport const limeA5 = \"var(--volt2-eff0792-lime-a5)\"\nexport const limeA6 = \"var(--volt2-eff0792-lime-a6)\"\nexport const limeA7 = \"var(--volt2-eff0792-lime-a7)\"\nexport const limeA8 = \"var(--volt2-eff0792-lime-a8)\"\nexport const limeA9 = \"var(--volt2-eff0792-lime-a9)\"\nexport const limeContrast = \"var(--volt2-eff0792-lime-contrast)\"\nexport const limeIndicator = \"var(--volt2-eff0792-lime-indicator)\"\nexport const limeSurface = \"var(--volt2-eff0792-lime-surface)\"\nexport const limeTrack = \"var(--volt2-eff0792-lime-track)\"\nexport const mauve1 = \"var(--volt2-eff0792-mauve-1)\"\nexport const mauve10 = \"var(--volt2-eff0792-mauve-10)\"\nexport const mauve11 = \"var(--volt2-eff0792-mauve-11)\"\nexport const mauve12 = \"var(--volt2-eff0792-mauve-12)\"\nexport const mauve2 = \"var(--volt2-eff0792-mauve-2)\"\nexport const mauve3 = \"var(--volt2-eff0792-mauve-3)\"\nexport const mauve4 = \"var(--volt2-eff0792-mauve-4)\"\nexport const mauve5 = \"var(--volt2-eff0792-mauve-5)\"\nexport const mauve6 = \"var(--volt2-eff0792-mauve-6)\"\nexport const mauve7 = \"var(--volt2-eff0792-mauve-7)\"\nexport const mauve8 = \"var(--volt2-eff0792-mauve-8)\"\nexport const mauve9 = \"var(--volt2-eff0792-mauve-9)\"\nexport const mauveA1 = \"var(--volt2-eff0792-mauve-a1)\"\nexport const mauveA10 = \"var(--volt2-eff0792-mauve-a10)\"\nexport const mauveA11 = \"var(--volt2-eff0792-mauve-a11)\"\nexport const mauveA12 = \"var(--volt2-eff0792-mauve-a12)\"\nexport const mauveA2 = \"var(--volt2-eff0792-mauve-a2)\"\nexport const mauveA3 = \"var(--volt2-eff0792-mauve-a3)\"\nexport const mauveA4 = \"var(--volt2-eff0792-mauve-a4)\"\nexport const mauveA5 = \"var(--volt2-eff0792-mauve-a5)\"\nexport const mauveA6 = \"var(--volt2-eff0792-mauve-a6)\"\nexport const mauveA7 = \"var(--volt2-eff0792-mauve-a7)\"\nexport const mauveA8 = \"var(--volt2-eff0792-mauve-a8)\"\nexport const mauveA9 = \"var(--volt2-eff0792-mauve-a9)\"\nexport const mauveContrast = \"var(--volt2-eff0792-mauve-contrast)\"\nexport const mauveIndicator = \"var(--volt2-eff0792-mauve-indicator)\"\nexport const mauveSurface = \"var(--volt2-eff0792-mauve-surface)\"\nexport const mauveTrack = \"var(--volt2-eff0792-mauve-track)\"\nexport const mint1 = \"var(--volt2-eff0792-mint-1)\"\nexport const mint10 = \"var(--volt2-eff0792-mint-10)\"\nexport const mint11 = \"var(--volt2-eff0792-mint-11)\"\nexport const mint12 = \"var(--volt2-eff0792-mint-12)\"\nexport const mint2 = \"var(--volt2-eff0792-mint-2)\"\nexport const mint3 = \"var(--volt2-eff0792-mint-3)\"\nexport const mint4 = \"var(--volt2-eff0792-mint-4)\"\nexport const mint5 = \"var(--volt2-eff0792-mint-5)\"\nexport const mint6 = \"var(--volt2-eff0792-mint-6)\"\nexport const mint7 = \"var(--volt2-eff0792-mint-7)\"\nexport const mint8 = \"var(--volt2-eff0792-mint-8)\"\nexport const mint9 = \"var(--volt2-eff0792-mint-9)\"\nexport const mintA1 = \"var(--volt2-eff0792-mint-a1)\"\nexport const mintA10 = \"var(--volt2-eff0792-mint-a10)\"\nexport const mintA11 = \"var(--volt2-eff0792-mint-a11)\"\nexport const mintA12 = \"var(--volt2-eff0792-mint-a12)\"\nexport const mintA2 = \"var(--volt2-eff0792-mint-a2)\"\nexport const mintA3 = \"var(--volt2-eff0792-mint-a3)\"\nexport const mintA4 = \"var(--volt2-eff0792-mint-a4)\"\nexport const mintA5 = \"var(--volt2-eff0792-mint-a5)\"\nexport const mintA6 = \"var(--volt2-eff0792-mint-a6)\"\nexport const mintA7 = \"var(--volt2-eff0792-mint-a7)\"\nexport const mintA8 = \"var(--volt2-eff0792-mint-a8)\"\nexport const mintA9 = \"var(--volt2-eff0792-mint-a9)\"\nexport const mintContrast = \"var(--volt2-eff0792-mint-contrast)\"\nexport const mintIndicator = \"var(--volt2-eff0792-mint-indicator)\"\nexport const mintSurface = \"var(--volt2-eff0792-mint-surface)\"\nexport const mintTrack = \"var(--volt2-eff0792-mint-track)\"\nexport const orange1 = \"var(--volt2-eff0792-orange-1)\"\nexport const orange10 = \"var(--volt2-eff0792-orange-10)\"\nexport const orange11 = \"var(--volt2-eff0792-orange-11)\"\nexport const orange12 = \"var(--volt2-eff0792-orange-12)\"\nexport const orange2 = \"var(--volt2-eff0792-orange-2)\"\nexport const orange3 = \"var(--volt2-eff0792-orange-3)\"\nexport const orange4 = \"var(--volt2-eff0792-orange-4)\"\nexport const orange5 = \"var(--volt2-eff0792-orange-5)\"\nexport const orange6 = \"var(--volt2-eff0792-orange-6)\"\nexport const orange7 = \"var(--volt2-eff0792-orange-7)\"\nexport const orange8 = \"var(--volt2-eff0792-orange-8)\"\nexport const orange9 = \"var(--volt2-eff0792-orange-9)\"\nexport const orangeA1 = \"var(--volt2-eff0792-orange-a1)\"\nexport const orangeA10 = \"var(--volt2-eff0792-orange-a10)\"\nexport const orangeA11 = \"var(--volt2-eff0792-orange-a11)\"\nexport const orangeA12 = \"var(--volt2-eff0792-orange-a12)\"\nexport const orangeA2 = \"var(--volt2-eff0792-orange-a2)\"\nexport const orangeA3 = \"var(--volt2-eff0792-orange-a3)\"\nexport const orangeA4 = \"var(--volt2-eff0792-orange-a4)\"\nexport const orangeA5 = \"var(--volt2-eff0792-orange-a5)\"\nexport const orangeA6 = \"var(--volt2-eff0792-orange-a6)\"\nexport const orangeA7 = \"var(--volt2-eff0792-orange-a7)\"\nexport const orangeA8 = \"var(--volt2-eff0792-orange-a8)\"\nexport const orangeA9 = \"var(--volt2-eff0792-orange-a9)\"\nexport const orangeContrast = \"var(--volt2-eff0792-orange-contrast)\"\nexport const orangeIndicator = \"var(--volt2-eff0792-orange-indicator)\"\nexport const orangeSurface = \"var(--volt2-eff0792-orange-surface)\"\nexport const orangeTrack = \"var(--volt2-eff0792-orange-track)\"\nexport const pink1 = \"var(--volt2-eff0792-pink-1)\"\nexport const pink10 = \"var(--volt2-eff0792-pink-10)\"\nexport const pink11 = \"var(--volt2-eff0792-pink-11)\"\nexport const pink12 = \"var(--volt2-eff0792-pink-12)\"\nexport const pink2 = \"var(--volt2-eff0792-pink-2)\"\nexport const pink3 = \"var(--volt2-eff0792-pink-3)\"\nexport const pink4 = \"var(--volt2-eff0792-pink-4)\"\nexport const pink5 = \"var(--volt2-eff0792-pink-5)\"\nexport const pink6 = \"var(--volt2-eff0792-pink-6)\"\nexport const pink7 = \"var(--volt2-eff0792-pink-7)\"\nexport const pink8 = \"var(--volt2-eff0792-pink-8)\"\nexport const pink9 = \"var(--volt2-eff0792-pink-9)\"\nexport const pinkA1 = \"var(--volt2-eff0792-pink-a1)\"\nexport const pinkA10 = \"var(--volt2-eff0792-pink-a10)\"\nexport const pinkA11 = \"var(--volt2-eff0792-pink-a11)\"\nexport const pinkA12 = \"var(--volt2-eff0792-pink-a12)\"\nexport const pinkA2 = \"var(--volt2-eff0792-pink-a2)\"\nexport const pinkA3 = \"var(--volt2-eff0792-pink-a3)\"\nexport const pinkA4 = \"var(--volt2-eff0792-pink-a4)\"\nexport const pinkA5 = \"var(--volt2-eff0792-pink-a5)\"\nexport const pinkA6 = \"var(--volt2-eff0792-pink-a6)\"\nexport const pinkA7 = \"var(--volt2-eff0792-pink-a7)\"\nexport const pinkA8 = \"var(--volt2-eff0792-pink-a8)\"\nexport const pinkA9 = \"var(--volt2-eff0792-pink-a9)\"\nexport const pinkContrast = \"var(--volt2-eff0792-pink-contrast)\"\nexport const pinkIndicator = \"var(--volt2-eff0792-pink-indicator)\"\nexport const pinkSurface = \"var(--volt2-eff0792-pink-surface)\"\nexport const pinkTrack = \"var(--volt2-eff0792-pink-track)\"\nexport const purple1 = \"var(--volt2-eff0792-purple-1)\"\nexport const purple10 = \"var(--volt2-eff0792-purple-10)\"\nexport const purple11 = \"var(--volt2-eff0792-purple-11)\"\nexport const purple12 = \"var(--volt2-eff0792-purple-12)\"\nexport const purple2 = \"var(--volt2-eff0792-purple-2)\"\nexport const purple3 = \"var(--volt2-eff0792-purple-3)\"\nexport const purple4 = \"var(--volt2-eff0792-purple-4)\"\nexport const purple5 = \"var(--volt2-eff0792-purple-5)\"\nexport const purple6 = \"var(--volt2-eff0792-purple-6)\"\nexport const purple7 = \"var(--volt2-eff0792-purple-7)\"\nexport const purple8 = \"var(--volt2-eff0792-purple-8)\"\nexport const purple9 = \"var(--volt2-eff0792-purple-9)\"\nexport const purpleA1 = \"var(--volt2-eff0792-purple-a1)\"\nexport const purpleA10 = \"var(--volt2-eff0792-purple-a10)\"\nexport const purpleA11 = \"var(--volt2-eff0792-purple-a11)\"\nexport const purpleA12 = \"var(--volt2-eff0792-purple-a12)\"\nexport const purpleA2 = \"var(--volt2-eff0792-purple-a2)\"\nexport const purpleA3 = \"var(--volt2-eff0792-purple-a3)\"\nexport const purpleA4 = \"var(--volt2-eff0792-purple-a4)\"\nexport const purpleA5 = \"var(--volt2-eff0792-purple-a5)\"\nexport const purpleA6 = \"var(--volt2-eff0792-purple-a6)\"\nexport const purpleA7 = \"var(--volt2-eff0792-purple-a7)\"\nexport const purpleA8 = \"var(--volt2-eff0792-purple-a8)\"\nexport const purpleA9 = \"var(--volt2-eff0792-purple-a9)\"\nexport const purpleContrast = \"var(--volt2-eff0792-purple-contrast)\"\nexport const purpleIndicator = \"var(--volt2-eff0792-purple-indicator)\"\nexport const purpleSurface = \"var(--volt2-eff0792-purple-surface)\"\nexport const purpleTrack = \"var(--volt2-eff0792-purple-track)\"\nexport const red1 = \"var(--volt2-eff0792-red-1)\"\nexport const red10 = \"var(--volt2-eff0792-red-10)\"\nexport const red11 = \"var(--volt2-eff0792-red-11)\"\nexport const red12 = \"var(--volt2-eff0792-red-12)\"\nexport const red2 = \"var(--volt2-eff0792-red-2)\"\nexport const red3 = \"var(--volt2-eff0792-red-3)\"\nexport const red4 = \"var(--volt2-eff0792-red-4)\"\nexport const red5 = \"var(--volt2-eff0792-red-5)\"\nexport const red6 = \"var(--volt2-eff0792-red-6)\"\nexport const red7 = \"var(--volt2-eff0792-red-7)\"\nexport const red8 = \"var(--volt2-eff0792-red-8)\"\nexport const red9 = \"var(--volt2-eff0792-red-9)\"\nexport const redA1 = \"var(--volt2-eff0792-red-a1)\"\nexport const redA10 = \"var(--volt2-eff0792-red-a10)\"\nexport const redA11 = \"var(--volt2-eff0792-red-a11)\"\nexport const redA12 = \"var(--volt2-eff0792-red-a12)\"\nexport const redA2 = \"var(--volt2-eff0792-red-a2)\"\nexport const redA3 = \"var(--volt2-eff0792-red-a3)\"\nexport const redA4 = \"var(--volt2-eff0792-red-a4)\"\nexport const redA5 = \"var(--volt2-eff0792-red-a5)\"\nexport const redA6 = \"var(--volt2-eff0792-red-a6)\"\nexport const redA7 = \"var(--volt2-eff0792-red-a7)\"\nexport const redA8 = \"var(--volt2-eff0792-red-a8)\"\nexport const redA9 = \"var(--volt2-eff0792-red-a9)\"\nexport const redContrast = \"var(--volt2-eff0792-red-contrast)\"\nexport const redIndicator = \"var(--volt2-eff0792-red-indicator)\"\nexport const redSurface = \"var(--volt2-eff0792-red-surface)\"\nexport const redTrack = \"var(--volt2-eff0792-red-track)\"\nexport const semBlueContrast = \"var(--volt2-eff0792-sem-blue-contrast)\"\nexport const semBlueDefault = \"var(--volt2-eff0792-sem-blue-default)\"\nexport const semBlueDisabled = \"var(--volt2-eff0792-sem-blue-disabled)\"\nexport const semBlueHighContrast = \"var(--volt2-eff0792-sem-blue-high-contrast)\"\nexport const semBlueLight = \"var(--volt2-eff0792-sem-blue-light)\"\nexport const semBlueOnHighContrast = \"var(--volt2-eff0792-sem-blue-on-high-contrast)\"\nexport const semBlueOnSoft = \"var(--volt2-eff0792-sem-blue-on-soft)\"\nexport const semBlueOnSolid = \"var(--volt2-eff0792-sem-blue-on-solid)\"\nexport const semBlueSoft = \"var(--volt2-eff0792-sem-blue-soft)\"\nexport const semBlueSoftHover = \"var(--volt2-eff0792-sem-blue-soft-hover)\"\nexport const semBlueSolid = \"var(--volt2-eff0792-sem-blue-solid)\"\nexport const semBlueSolidHover = \"var(--volt2-eff0792-sem-blue-solid-hover)\"\nexport const semBlueSurface = \"var(--volt2-eff0792-sem-blue-surface)\"\nexport const semBlueSurfaceHover = \"var(--volt2-eff0792-sem-blue-surface-hover)\"\nexport const semBlueUi = \"var(--volt2-eff0792-sem-blue-ui)\"\nexport const semBlueUiHover = \"var(--volt2-eff0792-sem-blue-ui-hover)\"\nexport const semBronzeContrast = \"var(--volt2-eff0792-sem-bronze-contrast)\"\nexport const semBronzeDefault = \"var(--volt2-eff0792-sem-bronze-default)\"\nexport const semBronzeDisabled = \"var(--volt2-eff0792-sem-bronze-disabled)\"\nexport const semBronzeHighContrast = \"var(--volt2-eff0792-sem-bronze-high-contrast)\"\nexport const semBronzeLight = \"var(--volt2-eff0792-sem-bronze-light)\"\nexport const semBronzeOnHighContrast = \"var(--volt2-eff0792-sem-bronze-on-high-contrast)\"\nexport const semBronzeOnSoft = \"var(--volt2-eff0792-sem-bronze-on-soft)\"\nexport const semBronzeOnSolid = \"var(--volt2-eff0792-sem-bronze-on-solid)\"\nexport const semBronzeSoft = \"var(--volt2-eff0792-sem-bronze-soft)\"\nexport const semBronzeSoftHover = \"var(--volt2-eff0792-sem-bronze-soft-hover)\"\nexport const semBronzeSolid = \"var(--volt2-eff0792-sem-bronze-solid)\"\nexport const semBronzeSolidHover = \"var(--volt2-eff0792-sem-bronze-solid-hover)\"\nexport const semBronzeSurface = \"var(--volt2-eff0792-sem-bronze-surface)\"\nexport const semBronzeSurfaceHover = \"var(--volt2-eff0792-sem-bronze-surface-hover)\"\nexport const semBronzeUi = \"var(--volt2-eff0792-sem-bronze-ui)\"\nexport const semBronzeUiHover = \"var(--volt2-eff0792-sem-bronze-ui-hover)\"\nexport const semCyanContrast = \"var(--volt2-eff0792-sem-cyan-contrast)\"\nexport const semCyanDefault = \"var(--volt2-eff0792-sem-cyan-default)\"\nexport const semCyanDisabled = \"var(--volt2-eff0792-sem-cyan-disabled)\"\nexport const semCyanHighContrast = \"var(--volt2-eff0792-sem-cyan-high-contrast)\"\nexport const semCyanLight = \"var(--volt2-eff0792-sem-cyan-light)\"\nexport const semCyanOnHighContrast = \"var(--volt2-eff0792-sem-cyan-on-high-contrast)\"\nexport const semCyanOnSoft = \"var(--volt2-eff0792-sem-cyan-on-soft)\"\nexport const semCyanOnSolid = \"var(--volt2-eff0792-sem-cyan-on-solid)\"\nexport const semCyanSoft = \"var(--volt2-eff0792-sem-cyan-soft)\"\nexport const semCyanSoftHover = \"var(--volt2-eff0792-sem-cyan-soft-hover)\"\nexport const semCyanSolid = \"var(--volt2-eff0792-sem-cyan-solid)\"\nexport const semCyanSolidHover = \"var(--volt2-eff0792-sem-cyan-solid-hover)\"\nexport const semCyanSurface = \"var(--volt2-eff0792-sem-cyan-surface)\"\nexport const semCyanSurfaceHover = \"var(--volt2-eff0792-sem-cyan-surface-hover)\"\nexport const semCyanUi = \"var(--volt2-eff0792-sem-cyan-ui)\"\nexport const semCyanUiHover = \"var(--volt2-eff0792-sem-cyan-ui-hover)\"\nexport const semGreenContrast = \"var(--volt2-eff0792-sem-green-contrast)\"\nexport const semGreenDefault = \"var(--volt2-eff0792-sem-green-default)\"\nexport const semGreenDisabled = \"var(--volt2-eff0792-sem-green-disabled)\"\nexport const semGreenHighContrast = \"var(--volt2-eff0792-sem-green-high-contrast)\"\nexport const semGreenLight = \"var(--volt2-eff0792-sem-green-light)\"\nexport const semGreenOnHighContrast = \"var(--volt2-eff0792-sem-green-on-high-contrast)\"\nexport const semGreenOnSoft = \"var(--volt2-eff0792-sem-green-on-soft)\"\nexport const semGreenOnSolid = \"var(--volt2-eff0792-sem-green-on-solid)\"\nexport const semGreenSoft = \"var(--volt2-eff0792-sem-green-soft)\"\nexport const semGreenSoftHover = \"var(--volt2-eff0792-sem-green-soft-hover)\"\nexport const semGreenSolid = \"var(--volt2-eff0792-sem-green-solid)\"\nexport const semGreenSolidHover = \"var(--volt2-eff0792-sem-green-solid-hover)\"\nexport const semGreenSurface = \"var(--volt2-eff0792-sem-green-surface)\"\nexport const semGreenSurfaceHover = \"var(--volt2-eff0792-sem-green-surface-hover)\"\nexport const semGreenUi = \"var(--volt2-eff0792-sem-green-ui)\"\nexport const semGreenUiHover = \"var(--volt2-eff0792-sem-green-ui-hover)\"\nexport const semIndigoContrast = \"var(--volt2-eff0792-sem-indigo-contrast)\"\nexport const semIndigoDefault = \"var(--volt2-eff0792-sem-indigo-default)\"\nexport const semIndigoDisabled = \"var(--volt2-eff0792-sem-indigo-disabled)\"\nexport const semIndigoHighContrast = \"var(--volt2-eff0792-sem-indigo-high-contrast)\"\nexport const semIndigoLight = \"var(--volt2-eff0792-sem-indigo-light)\"\nexport const semIndigoOnHighContrast = \"var(--volt2-eff0792-sem-indigo-on-high-contrast)\"\nexport const semIndigoOnSoft = \"var(--volt2-eff0792-sem-indigo-on-soft)\"\nexport const semIndigoOnSolid = \"var(--volt2-eff0792-sem-indigo-on-solid)\"\nexport const semIndigoSoft = \"var(--volt2-eff0792-sem-indigo-soft)\"\nexport const semIndigoSoftHover = \"var(--volt2-eff0792-sem-indigo-soft-hover)\"\nexport const semIndigoSolid = \"var(--volt2-eff0792-sem-indigo-solid)\"\nexport const semIndigoSolidHover = \"var(--volt2-eff0792-sem-indigo-solid-hover)\"\nexport const semIndigoSurface = \"var(--volt2-eff0792-sem-indigo-surface)\"\nexport const semIndigoSurfaceHover = \"var(--volt2-eff0792-sem-indigo-surface-hover)\"\nexport const semIndigoUi = \"var(--volt2-eff0792-sem-indigo-ui)\"\nexport const semIndigoUiHover = \"var(--volt2-eff0792-sem-indigo-ui-hover)\"\nexport const semLimeContrast = \"var(--volt2-eff0792-sem-lime-contrast)\"\nexport const semLimeDefault = \"var(--volt2-eff0792-sem-lime-default)\"\nexport const semLimeDisabled = \"var(--volt2-eff0792-sem-lime-disabled)\"\nexport const semLimeHighContrast = \"var(--volt2-eff0792-sem-lime-high-contrast)\"\nexport const semLimeLight = \"var(--volt2-eff0792-sem-lime-light)\"\nexport const semLimeOnHighContrast = \"var(--volt2-eff0792-sem-lime-on-high-contrast)\"\nexport const semLimeOnSoft = \"var(--volt2-eff0792-sem-lime-on-soft)\"\nexport const semLimeOnSolid = \"var(--volt2-eff0792-sem-lime-on-solid)\"\nexport const semLimeSoft = \"var(--volt2-eff0792-sem-lime-soft)\"\nexport const semLimeSoftHover = \"var(--volt2-eff0792-sem-lime-soft-hover)\"\nexport const semLimeSolid = \"var(--volt2-eff0792-sem-lime-solid)\"\nexport const semLimeSolidHover = \"var(--volt2-eff0792-sem-lime-solid-hover)\"\nexport const semLimeSurface = \"var(--volt2-eff0792-sem-lime-surface)\"\nexport const semLimeSurfaceHover = \"var(--volt2-eff0792-sem-lime-surface-hover)\"\nexport const semLimeUi = \"var(--volt2-eff0792-sem-lime-ui)\"\nexport const semLimeUiHover = \"var(--volt2-eff0792-sem-lime-ui-hover)\"\nexport const semMauveContrast = \"var(--volt2-eff0792-sem-mauve-contrast)\"\nexport const semMauveDefault = \"var(--volt2-eff0792-sem-mauve-default)\"\nexport const semMauveDisabled = \"var(--volt2-eff0792-sem-mauve-disabled)\"\nexport const semMauveHighContrast = \"var(--volt2-eff0792-sem-mauve-high-contrast)\"\nexport const semMauveLight = \"var(--volt2-eff0792-sem-mauve-light)\"\nexport const semMauveOnHighContrast = \"var(--volt2-eff0792-sem-mauve-on-high-contrast)\"\nexport const semMauveOnSoft = \"var(--volt2-eff0792-sem-mauve-on-soft)\"\nexport const semMauveOnSolid = \"var(--volt2-eff0792-sem-mauve-on-solid)\"\nexport const semMauveSoft = \"var(--volt2-eff0792-sem-mauve-soft)\"\nexport const semMauveSoftHover = \"var(--volt2-eff0792-sem-mauve-soft-hover)\"\nexport const semMauveSolid = \"var(--volt2-eff0792-sem-mauve-solid)\"\nexport const semMauveSolidHover = \"var(--volt2-eff0792-sem-mauve-solid-hover)\"\nexport const semMauveSurface = \"var(--volt2-eff0792-sem-mauve-surface)\"\nexport const semMauveSurfaceHover = \"var(--volt2-eff0792-sem-mauve-surface-hover)\"\nexport const semMauveUi = \"var(--volt2-eff0792-sem-mauve-ui)\"\nexport const semMauveUiHover = \"var(--volt2-eff0792-sem-mauve-ui-hover)\"\nexport const semMintContrast = \"var(--volt2-eff0792-sem-mint-contrast)\"\nexport const semMintDefault = \"var(--volt2-eff0792-sem-mint-default)\"\nexport const semMintDisabled = \"var(--volt2-eff0792-sem-mint-disabled)\"\nexport const semMintHighContrast = \"var(--volt2-eff0792-sem-mint-high-contrast)\"\nexport const semMintLight = \"var(--volt2-eff0792-sem-mint-light)\"\nexport const semMintOnHighContrast = \"var(--volt2-eff0792-sem-mint-on-high-contrast)\"\nexport const semMintOnSoft = \"var(--volt2-eff0792-sem-mint-on-soft)\"\nexport const semMintOnSolid = \"var(--volt2-eff0792-sem-mint-on-solid)\"\nexport const semMintSoft = \"var(--volt2-eff0792-sem-mint-soft)\"\nexport const semMintSoftHover = \"var(--volt2-eff0792-sem-mint-soft-hover)\"\nexport const semMintSolid = \"var(--volt2-eff0792-sem-mint-solid)\"\nexport const semMintSolidHover = \"var(--volt2-eff0792-sem-mint-solid-hover)\"\nexport const semMintSurface = \"var(--volt2-eff0792-sem-mint-surface)\"\nexport const semMintSurfaceHover = \"var(--volt2-eff0792-sem-mint-surface-hover)\"\nexport const semMintUi = \"var(--volt2-eff0792-sem-mint-ui)\"\nexport const semMintUiHover = \"var(--volt2-eff0792-sem-mint-ui-hover)\"\nexport const semOrangeContrast = \"var(--volt2-eff0792-sem-orange-contrast)\"\nexport const semOrangeDefault = \"var(--volt2-eff0792-sem-orange-default)\"\nexport const semOrangeDisabled = \"var(--volt2-eff0792-sem-orange-disabled)\"\nexport const semOrangeHighContrast = \"var(--volt2-eff0792-sem-orange-high-contrast)\"\nexport const semOrangeLight = \"var(--volt2-eff0792-sem-orange-light)\"\nexport const semOrangeOnHighContrast = \"var(--volt2-eff0792-sem-orange-on-high-contrast)\"\nexport const semOrangeOnSoft = \"var(--volt2-eff0792-sem-orange-on-soft)\"\nexport const semOrangeOnSolid = \"var(--volt2-eff0792-sem-orange-on-solid)\"\nexport const semOrangeSoft = \"var(--volt2-eff0792-sem-orange-soft)\"\nexport const semOrangeSoftHover = \"var(--volt2-eff0792-sem-orange-soft-hover)\"\nexport const semOrangeSolid = \"var(--volt2-eff0792-sem-orange-solid)\"\nexport const semOrangeSolidHover = \"var(--volt2-eff0792-sem-orange-solid-hover)\"\nexport const semOrangeSurface = \"var(--volt2-eff0792-sem-orange-surface)\"\nexport const semOrangeSurfaceHover = \"var(--volt2-eff0792-sem-orange-surface-hover)\"\nexport const semOrangeUi = \"var(--volt2-eff0792-sem-orange-ui)\"\nexport const semOrangeUiHover = \"var(--volt2-eff0792-sem-orange-ui-hover)\"\nexport const semPinkContrast = \"var(--volt2-eff0792-sem-pink-contrast)\"\nexport const semPinkDefault = \"var(--volt2-eff0792-sem-pink-default)\"\nexport const semPinkDisabled = \"var(--volt2-eff0792-sem-pink-disabled)\"\nexport const semPinkHighContrast = \"var(--volt2-eff0792-sem-pink-high-contrast)\"\nexport const semPinkLight = \"var(--volt2-eff0792-sem-pink-light)\"\nexport const semPinkOnHighContrast = \"var(--volt2-eff0792-sem-pink-on-high-contrast)\"\nexport const semPinkOnSoft = \"var(--volt2-eff0792-sem-pink-on-soft)\"\nexport const semPinkOnSolid = \"var(--volt2-eff0792-sem-pink-on-solid)\"\nexport const semPinkSoft = \"var(--volt2-eff0792-sem-pink-soft)\"\nexport const semPinkSoftHover = \"var(--volt2-eff0792-sem-pink-soft-hover)\"\nexport const semPinkSolid = \"var(--volt2-eff0792-sem-pink-solid)\"\nexport const semPinkSolidHover = \"var(--volt2-eff0792-sem-pink-solid-hover)\"\nexport const semPinkSurface = \"var(--volt2-eff0792-sem-pink-surface)\"\nexport const semPinkSurfaceHover = \"var(--volt2-eff0792-sem-pink-surface-hover)\"\nexport const semPinkUi = \"var(--volt2-eff0792-sem-pink-ui)\"\nexport const semPinkUiHover = \"var(--volt2-eff0792-sem-pink-ui-hover)\"\nexport const semPurpleContrast = \"var(--volt2-eff0792-sem-purple-contrast)\"\nexport const semPurpleDefault = \"var(--volt2-eff0792-sem-purple-default)\"\nexport const semPurpleDisabled = \"var(--volt2-eff0792-sem-purple-disabled)\"\nexport const semPurpleHighContrast = \"var(--volt2-eff0792-sem-purple-high-contrast)\"\nexport const semPurpleLight = \"var(--volt2-eff0792-sem-purple-light)\"\nexport const semPurpleOnHighContrast = \"var(--volt2-eff0792-sem-purple-on-high-contrast)\"\nexport const semPurpleOnSoft = \"var(--volt2-eff0792-sem-purple-on-soft)\"\nexport const semPurpleOnSolid = \"var(--volt2-eff0792-sem-purple-on-solid)\"\nexport const semPurpleSoft = \"var(--volt2-eff0792-sem-purple-soft)\"\nexport const semPurpleSoftHover = \"var(--volt2-eff0792-sem-purple-soft-hover)\"\nexport const semPurpleSolid = \"var(--volt2-eff0792-sem-purple-solid)\"\nexport const semPurpleSolidHover = \"var(--volt2-eff0792-sem-purple-solid-hover)\"\nexport const semPurpleSurface = \"var(--volt2-eff0792-sem-purple-surface)\"\nexport const semPurpleSurfaceHover = \"var(--volt2-eff0792-sem-purple-surface-hover)\"\nexport const semPurpleUi = \"var(--volt2-eff0792-sem-purple-ui)\"\nexport const semPurpleUiHover = \"var(--volt2-eff0792-sem-purple-ui-hover)\"\nexport const semRedContrast = \"var(--volt2-eff0792-sem-red-contrast)\"\nexport const semRedDefault = \"var(--volt2-eff0792-sem-red-default)\"\nexport const semRedDisabled = \"var(--volt2-eff0792-sem-red-disabled)\"\nexport const semRedHighContrast = \"var(--volt2-eff0792-sem-red-high-contrast)\"\nexport const semRedLight = \"var(--volt2-eff0792-sem-red-light)\"\nexport const semRedOnHighContrast = \"var(--volt2-eff0792-sem-red-on-high-contrast)\"\nexport const semRedOnSoft = \"var(--volt2-eff0792-sem-red-on-soft)\"\nexport const semRedOnSolid = \"var(--volt2-eff0792-sem-red-on-solid)\"\nexport const semRedSoft = \"var(--volt2-eff0792-sem-red-soft)\"\nexport const semRedSoftHover = \"var(--volt2-eff0792-sem-red-soft-hover)\"\nexport const semRedSolid = \"var(--volt2-eff0792-sem-red-solid)\"\nexport const semRedSolidHover = \"var(--volt2-eff0792-sem-red-solid-hover)\"\nexport const semRedSurface = \"var(--volt2-eff0792-sem-red-surface)\"\nexport const semRedSurfaceHover = \"var(--volt2-eff0792-sem-red-surface-hover)\"\nexport const semRedUi = \"var(--volt2-eff0792-sem-red-ui)\"\nexport const semRedUiHover = \"var(--volt2-eff0792-sem-red-ui-hover)\"\nexport const semSkyContrast = \"var(--volt2-eff0792-sem-sky-contrast)\"\nexport const semSkyDefault = \"var(--volt2-eff0792-sem-sky-default)\"\nexport const semSkyDisabled = \"var(--volt2-eff0792-sem-sky-disabled)\"\nexport const semSkyHighContrast = \"var(--volt2-eff0792-sem-sky-high-contrast)\"\nexport const semSkyLight = \"var(--volt2-eff0792-sem-sky-light)\"\nexport const semSkyOnHighContrast = \"var(--volt2-eff0792-sem-sky-on-high-contrast)\"\nexport const semSkyOnSoft = \"var(--volt2-eff0792-sem-sky-on-soft)\"\nexport const semSkyOnSolid = \"var(--volt2-eff0792-sem-sky-on-solid)\"\nexport const semSkySoft = \"var(--volt2-eff0792-sem-sky-soft)\"\nexport const semSkySoftHover = \"var(--volt2-eff0792-sem-sky-soft-hover)\"\nexport const semSkySolid = \"var(--volt2-eff0792-sem-sky-solid)\"\nexport const semSkySolidHover = \"var(--volt2-eff0792-sem-sky-solid-hover)\"\nexport const semSkySurface = \"var(--volt2-eff0792-sem-sky-surface)\"\nexport const semSkySurfaceHover = \"var(--volt2-eff0792-sem-sky-surface-hover)\"\nexport const semSkyUi = \"var(--volt2-eff0792-sem-sky-ui)\"\nexport const semSkyUiHover = \"var(--volt2-eff0792-sem-sky-ui-hover)\"\nexport const semTealContrast = \"var(--volt2-eff0792-sem-teal-contrast)\"\nexport const semTealDefault = \"var(--volt2-eff0792-sem-teal-default)\"\nexport const semTealDisabled = \"var(--volt2-eff0792-sem-teal-disabled)\"\nexport const semTealHighContrast = \"var(--volt2-eff0792-sem-teal-high-contrast)\"\nexport const semTealLight = \"var(--volt2-eff0792-sem-teal-light)\"\nexport const semTealOnHighContrast = \"var(--volt2-eff0792-sem-teal-on-high-contrast)\"\nexport const semTealOnSoft = \"var(--volt2-eff0792-sem-teal-on-soft)\"\nexport const semTealOnSolid = \"var(--volt2-eff0792-sem-teal-on-solid)\"\nexport const semTealSoft = \"var(--volt2-eff0792-sem-teal-soft)\"\nexport const semTealSoftHover = \"var(--volt2-eff0792-sem-teal-soft-hover)\"\nexport const semTealSolid = \"var(--volt2-eff0792-sem-teal-solid)\"\nexport const semTealSolidHover = \"var(--volt2-eff0792-sem-teal-solid-hover)\"\nexport const semTealSurface = \"var(--volt2-eff0792-sem-teal-surface)\"\nexport const semTealSurfaceHover = \"var(--volt2-eff0792-sem-teal-surface-hover)\"\nexport const semTealUi = \"var(--volt2-eff0792-sem-teal-ui)\"\nexport const semTealUiHover = \"var(--volt2-eff0792-sem-teal-ui-hover)\"\nexport const semYellowContrast = \"var(--volt2-eff0792-sem-yellow-contrast)\"\nexport const semYellowDefault = \"var(--volt2-eff0792-sem-yellow-default)\"\nexport const semYellowDisabled = \"var(--volt2-eff0792-sem-yellow-disabled)\"\nexport const semYellowHighContrast = \"var(--volt2-eff0792-sem-yellow-high-contrast)\"\nexport const semYellowLight = \"var(--volt2-eff0792-sem-yellow-light)\"\nexport const semYellowOnHighContrast = \"var(--volt2-eff0792-sem-yellow-on-high-contrast)\"\nexport const semYellowOnSoft = \"var(--volt2-eff0792-sem-yellow-on-soft)\"\nexport const semYellowOnSolid = \"var(--volt2-eff0792-sem-yellow-on-solid)\"\nexport const semYellowSoft = \"var(--volt2-eff0792-sem-yellow-soft)\"\nexport const semYellowSoftHover = \"var(--volt2-eff0792-sem-yellow-soft-hover)\"\nexport const semYellowSolid = \"var(--volt2-eff0792-sem-yellow-solid)\"\nexport const semYellowSolidHover = \"var(--volt2-eff0792-sem-yellow-solid-hover)\"\nexport const semYellowSurface = \"var(--volt2-eff0792-sem-yellow-surface)\"\nexport const semYellowSurfaceHover = \"var(--volt2-eff0792-sem-yellow-surface-hover)\"\nexport const semYellowUi = \"var(--volt2-eff0792-sem-yellow-ui)\"\nexport const semYellowUiHover = \"var(--volt2-eff0792-sem-yellow-ui-hover)\"\nexport const sky1 = \"var(--volt2-eff0792-sky-1)\"\nexport const sky10 = \"var(--volt2-eff0792-sky-10)\"\nexport const sky11 = \"var(--volt2-eff0792-sky-11)\"\nexport const sky12 = \"var(--volt2-eff0792-sky-12)\"\nexport const sky2 = \"var(--volt2-eff0792-sky-2)\"\nexport const sky3 = \"var(--volt2-eff0792-sky-3)\"\nexport const sky4 = \"var(--volt2-eff0792-sky-4)\"\nexport const sky5 = \"var(--volt2-eff0792-sky-5)\"\nexport const sky6 = \"var(--volt2-eff0792-sky-6)\"\nexport const sky7 = \"var(--volt2-eff0792-sky-7)\"\nexport const sky8 = \"var(--volt2-eff0792-sky-8)\"\nexport const sky9 = \"var(--volt2-eff0792-sky-9)\"\nexport const skyA1 = \"var(--volt2-eff0792-sky-a1)\"\nexport const skyA10 = \"var(--volt2-eff0792-sky-a10)\"\nexport const skyA11 = \"var(--volt2-eff0792-sky-a11)\"\nexport const skyA12 = \"var(--volt2-eff0792-sky-a12)\"\nexport const skyA2 = \"var(--volt2-eff0792-sky-a2)\"\nexport const skyA3 = \"var(--volt2-eff0792-sky-a3)\"\nexport const skyA4 = \"var(--volt2-eff0792-sky-a4)\"\nexport const skyA5 = \"var(--volt2-eff0792-sky-a5)\"\nexport const skyA6 = \"var(--volt2-eff0792-sky-a6)\"\nexport const skyA7 = \"var(--volt2-eff0792-sky-a7)\"\nexport const skyA8 = \"var(--volt2-eff0792-sky-a8)\"\nexport const skyA9 = \"var(--volt2-eff0792-sky-a9)\"\nexport const skyContrast = \"var(--volt2-eff0792-sky-contrast)\"\nexport const skyIndicator = \"var(--volt2-eff0792-sky-indicator)\"\nexport const skySurface = \"var(--volt2-eff0792-sky-surface)\"\nexport const skyTrack = \"var(--volt2-eff0792-sky-track)\"\nexport const teal1 = \"var(--volt2-eff0792-teal-1)\"\nexport const teal10 = \"var(--volt2-eff0792-teal-10)\"\nexport const teal11 = \"var(--volt2-eff0792-teal-11)\"\nexport const teal12 = \"var(--volt2-eff0792-teal-12)\"\nexport const teal2 = \"var(--volt2-eff0792-teal-2)\"\nexport const teal3 = \"var(--volt2-eff0792-teal-3)\"\nexport const teal4 = \"var(--volt2-eff0792-teal-4)\"\nexport const teal5 = \"var(--volt2-eff0792-teal-5)\"\nexport const teal6 = \"var(--volt2-eff0792-teal-6)\"\nexport const teal7 = \"var(--volt2-eff0792-teal-7)\"\nexport const teal8 = \"var(--volt2-eff0792-teal-8)\"\nexport const teal9 = \"var(--volt2-eff0792-teal-9)\"\nexport const tealA1 = \"var(--volt2-eff0792-teal-a1)\"\nexport const tealA10 = \"var(--volt2-eff0792-teal-a10)\"\nexport const tealA11 = \"var(--volt2-eff0792-teal-a11)\"\nexport const tealA12 = \"var(--volt2-eff0792-teal-a12)\"\nexport const tealA2 = \"var(--volt2-eff0792-teal-a2)\"\nexport const tealA3 = \"var(--volt2-eff0792-teal-a3)\"\nexport const tealA4 = \"var(--volt2-eff0792-teal-a4)\"\nexport const tealA5 = \"var(--volt2-eff0792-teal-a5)\"\nexport const tealA6 = \"var(--volt2-eff0792-teal-a6)\"\nexport const tealA7 = \"var(--volt2-eff0792-teal-a7)\"\nexport const tealA8 = \"var(--volt2-eff0792-teal-a8)\"\nexport const tealA9 = \"var(--volt2-eff0792-teal-a9)\"\nexport const tealContrast = \"var(--volt2-eff0792-teal-contrast)\"\nexport const tealIndicator = \"var(--volt2-eff0792-teal-indicator)\"\nexport const tealSurface = \"var(--volt2-eff0792-teal-surface)\"\nexport const tealTrack = \"var(--volt2-eff0792-teal-track)\"\nexport const yellow1 = \"var(--volt2-eff0792-yellow-1)\"\nexport const yellow10 = \"var(--volt2-eff0792-yellow-10)\"\nexport const yellow11 = \"var(--volt2-eff0792-yellow-11)\"\nexport const yellow12 = \"var(--volt2-eff0792-yellow-12)\"\nexport const yellow2 = \"var(--volt2-eff0792-yellow-2)\"\nexport const yellow3 = \"var(--volt2-eff0792-yellow-3)\"\nexport const yellow4 = \"var(--volt2-eff0792-yellow-4)\"\nexport const yellow5 = \"var(--volt2-eff0792-yellow-5)\"\nexport const yellow6 = \"var(--volt2-eff0792-yellow-6)\"\nexport const yellow7 = \"var(--volt2-eff0792-yellow-7)\"\nexport const yellow8 = \"var(--volt2-eff0792-yellow-8)\"\nexport const yellow9 = \"var(--volt2-eff0792-yellow-9)\"\nexport const yellowA1 = \"var(--volt2-eff0792-yellow-a1)\"\nexport const yellowA10 = \"var(--volt2-eff0792-yellow-a10)\"\nexport const yellowA11 = \"var(--volt2-eff0792-yellow-a11)\"\nexport const yellowA12 = \"var(--volt2-eff0792-yellow-a12)\"\nexport const yellowA2 = \"var(--volt2-eff0792-yellow-a2)\"\nexport const yellowA3 = \"var(--volt2-eff0792-yellow-a3)\"\nexport const yellowA4 = \"var(--volt2-eff0792-yellow-a4)\"\nexport const yellowA5 = \"var(--volt2-eff0792-yellow-a5)\"\nexport const yellowA6 = \"var(--volt2-eff0792-yellow-a6)\"\nexport const yellowA7 = \"var(--volt2-eff0792-yellow-a7)\"\nexport const yellowA8 = \"var(--volt2-eff0792-yellow-a8)\"\nexport const yellowA9 = \"var(--volt2-eff0792-yellow-a9)\"\nexport const yellowContrast = \"var(--volt2-eff0792-yellow-contrast)\"\nexport const yellowIndicator = \"var(--volt2-eff0792-yellow-indicator)\"\nexport const yellowSurface = \"var(--volt2-eff0792-yellow-surface)\"\nexport const yellowTrack = \"var(--volt2-eff0792-yellow-track)\"\n"],"names":["accent1","accent10","accent11","accent12","accent2","accent3","accent4","accent5","accent6","accent7","accent8","accent9","accentA1","accentA10","accentA11","accentA12","accentA2","accentA3","accentA4","accentA5","accentA6","accentA7","accentA8","accentA9","accentContrast","accentIndicator","accentSurface","accentTrack","blackA22","blackA32","blackA38","blurField","blurObject","blurPGlassField","blurPGlassObject","blurPNone","body","borderContainer","borderField","borderHairline","borderHeader","borderNone","borderObject","borderOverlay","borderWidthContainer","borderWidthField","borderWidthHeader","borderWidthObject","borderWidthOverlay","container2xl","container3xl","container4xl","container5xl","containerLg","containerMd","containerSm","containerXl","ease","error1","error10","error11","error12","error2","error3","error4","error5","error6","error7","error8","error9","errorA1","errorA10","errorA11","errorA12","errorA2","errorA3","errorA4","errorA5","errorA6","errorA7","errorA8","errorA9","errorContrast","errorIndicator","errorSurface","errorTrack","fontWeightBold","fontWeightMedium","fontWeightNormal","fontWeightSemibold","fxBorderHeaderPlain","fxBorderPlainObject","fxCardBloomBlue","fxCardBloomViolet","fxCardWash2","fxGlassBloomBlue","fxGlassBloomBlueDark","fxGlassBloomViolet","fxGlassBloomVioletDark","fxGlassObjectDark","fxGlassWash1","fxGlassWash2","fxGlassWash3","fxGlassWashDark1","fxGlassWashDark2","fxGlassWashDark3","fxHoverPlainRow","fxSepPlain","fxShadeCoolA12","fxShadeCoolA7","fxShadeCoolA8","fxShadeDeepA10","fxShadeDeepA6","fxShadeDeepA7","fxShadeNavyA16","fxShadeOverlayA22","fxTintWash1","fxTintWash2","fxWashBorderedDark","fxWashBorderedLight","fxWashPlain","gradientBorderedWash","gradientBorderedWashDark","gradientCardWash","gradientGlassWash","gradientGlassWashDark","gradientPlainWash","gradientTintWash","gray1","gray10","gray11","gray12","gray2","gray3","gray4","gray5","gray6","gray7","gray8","gray9","grayA1","grayA10","grayA11","grayA12","grayA2","grayA3","grayA4","grayA5","grayA6","grayA7","grayA8","grayA9","grayContrast","grayIndicator","graySurface","grayTrack","info1","info10","info11","info12","info2","info3","info4","info5","info6","info7","info8","info9","infoA1","infoA10","infoA11","infoA12","infoA2","infoA3","infoA4","infoA5","infoA6","infoA7","infoA8","infoA9","infoContrast","infoIndicator","infoSurface","infoTrack","leading2xl","leading3xl","leadingBase","leadingLg","leadingSm","leadingXl","leadingXs","level1","motionBase","motionFast","motionSlow","radius2xl","radius3xl","radiusFull","radiusLg","radiusMd","radiusSm","radiusXl","semAccentContrast","semAccentDefault","semAccentDisabled","semAccentHighContrast","semAccentLight","semAccentOnHighContrast","semAccentOnSoft","semAccentOnSolid","semAccentSoft","semAccentSoftHover","semAccentSolid","semAccentSolidHover","semAccentSurface","semAccentSurfaceHover","semAccentUi","semAccentUiHover","semBody","semErrorContrast","semErrorDefault","semErrorDisabled","semErrorHighContrast","semErrorLight","semErrorOnHighContrast","semErrorOnSoft","semErrorOnSolid","semErrorSoft","semErrorSoftHover","semErrorSolid","semErrorSolidHover","semErrorSurface","semErrorSurfaceHover","semErrorUi","semErrorUiHover","semFocusRing","semGrayContrast","semGrayDefault","semGrayDisabled","semGrayHighContrast","semGrayLight","semGrayOnHighContrast","semGrayOnSoft","semGrayOnSolid","semGraySoft","semGraySoftHover","semGraySolid","semGraySolidHover","semGraySurface","semGraySurfaceHover","semGrayUi","semGrayUiHover","semInfoContrast","semInfoDefault","semInfoDisabled","semInfoHighContrast","semInfoLight","semInfoOnHighContrast","semInfoOnSoft","semInfoOnSolid","semInfoSoft","semInfoSoftHover","semInfoSolid","semInfoSolidHover","semInfoSurface","semInfoSurfaceHover","semInfoUi","semInfoUiHover","semLevel1","semLevel2","semLevel3","semSuccessContrast","semSuccessDefault","semSuccessDisabled","semSuccessHighContrast","semSuccessLight","semSuccessOnHighContrast","semSuccessOnSoft","semSuccessOnSolid","semSuccessSoft","semSuccessSoftHover","semSuccessSolid","semSuccessSolidHover","semSuccessSurface","semSuccessSurfaceHover","semSuccessUi","semSuccessUiHover","semWarningContrast","semWarningDefault","semWarningDisabled","semWarningHighContrast","semWarningLight","semWarningOnHighContrast","semWarningOnSoft","semWarningOnSolid","semWarningSoft","semWarningSoftHover","semWarningSolid","semWarningSolidHover","semWarningSurface","semWarningSurfaceHover","semWarningUi","semWarningUiHover","shadowContainer","shadowField","shadowObject","shadowOverlay","shadowPBorderedOverlay","shadowPCardContainer","shadowPGlassContainer","shadowPGlassContainerDark","shadowPGlassField","shadowPGlassObject","shadowPGlassObjectDark","shadowPNone","shadowPPlainContainer","spacingElement1","spacingElement2","spacingElement3","spacingGroup1","spacingGroup2","spacingLayout1","spacingLayout2","spacingNone","success1","success10","success11","success12","success2","success3","success4","success5","success6","success7","success8","success9","successA1","successA10","successA11","successA12","successA2","successA3","successA4","successA5","successA6","successA7","successA8","successA9","successContrast","successIndicator","successSurface","successTrack","surfaceContainer","surfaceField","surfaceGap","surfaceHeader","surfaceInset","surfaceObject","surfaceOverlay","surfaceRadiusContainer","surfaceRadiusField","surfaceRadiusObject","surfaceRadiusOverlay","surfaceRadiusPill","surfaceSep","surfaceWash","text2xl","text3xl","textBase","textLg","textSm","textXl","textXs","trackingNormal","trackingTight","trackingTighter","transparent","warning1","warning10","warning11","warning12","warning2","warning3","warning4","warning5","warning6","warning7","warning8","warning9","warningA1","warningA10","warningA11","warningA12","warningA2","warningA3","warningA4","warningA5","warningA6","warningA7","warningA8","warningA9","warningContrast","warningIndicator","warningSurface","warningTrack","white","whiteA12","whiteA26","whiteA5","whiteA50","whiteA60","whiteA80","whiteA9","blue1","blue10","blue11","blue12","blue2","blue3","blue4","blue5","blue6","blue7","blue8","blue9","blueA1","blueA10","blueA11","blueA12","blueA2","blueA3","blueA4","blueA5","blueA6","blueA7","blueA8","blueA9","blueContrast","blueIndicator","blueSurface","blueTrack","bronze1","bronze10","bronze11","bronze12","bronze2","bronze3","bronze4","bronze5","bronze6","bronze7","bronze8","bronze9","bronzeA1","bronzeA10","bronzeA11","bronzeA12","bronzeA2","bronzeA3","bronzeA4","bronzeA5","bronzeA6","bronzeA7","bronzeA8","bronzeA9","bronzeContrast","bronzeIndicator","bronzeSurface","bronzeTrack","cyan1","cyan10","cyan11","cyan12","cyan2","cyan3","cyan4","cyan5","cyan6","cyan7","cyan8","cyan9","cyanA1","cyanA10","cyanA11","cyanA12","cyanA2","cyanA3","cyanA4","cyanA5","cyanA6","cyanA7","cyanA8","cyanA9","cyanContrast","cyanIndicator","cyanSurface","cyanTrack","green1","green10","green11","green12","green2","green3","green4","green5","green6","green7","green8","green9","greenA1","greenA10","greenA11","greenA12","greenA2","greenA3","greenA4","greenA5","greenA6","greenA7","greenA8","greenA9","greenContrast","greenIndicator","greenSurface","greenTrack","indigo1","indigo10","indigo11","indigo12","indigo2","indigo3","indigo4","indigo5","indigo6","indigo7","indigo8","indigo9","indigoA1","indigoA10","indigoA11","indigoA12","indigoA2","indigoA3","indigoA4","indigoA5","indigoA6","indigoA7","indigoA8","indigoA9","indigoContrast","indigoIndicator","indigoSurface","indigoTrack","lime1","lime10","lime11","lime12","lime2","lime3","lime4","lime5","lime6","lime7","lime8","lime9","limeA1","limeA10","limeA11","limeA12","limeA2","limeA3","limeA4","limeA5","limeA6","limeA7","limeA8","limeA9","limeContrast","limeIndicator","limeSurface","limeTrack","mauve1","mauve10","mauve11","mauve12","mauve2","mauve3","mauve4","mauve5","mauve6","mauve7","mauve8","mauve9","mauveA1","mauveA10","mauveA11","mauveA12","mauveA2","mauveA3","mauveA4","mauveA5","mauveA6","mauveA7","mauveA8","mauveA9","mauveContrast","mauveIndicator","mauveSurface","mauveTrack","mint1","mint10","mint11","mint12","mint2","mint3","mint4","mint5","mint6","mint7","mint8","mint9","mintA1","mintA10","mintA11","mintA12","mintA2","mintA3","mintA4","mintA5","mintA6","mintA7","mintA8","mintA9","mintContrast","mintIndicator","mintSurface","mintTrack","orange1","orange10","orange11","orange12","orange2","orange3","orange4","orange5","orange6","orange7","orange8","orange9","orangeA1","orangeA10","orangeA11","orangeA12","orangeA2","orangeA3","orangeA4","orangeA5","orangeA6","orangeA7","orangeA8","orangeA9","orangeContrast","orangeIndicator","orangeSurface","orangeTrack","pink1","pink10","pink11","pink12","pink2","pink3","pink4","pink5","pink6","pink7","pink8","pink9","pinkA1","pinkA10","pinkA11","pinkA12","pinkA2","pinkA3","pinkA4","pinkA5","pinkA6","pinkA7","pinkA8","pinkA9","pinkContrast","pinkIndicator","pinkSurface","pinkTrack","purple1","purple10","purple11","purple12","purple2","purple3","purple4","purple5","purple6","purple7","purple8","purple9","purpleA1","purpleA10","purpleA11","purpleA12","purpleA2","purpleA3","purpleA4","purpleA5","purpleA6","purpleA7","purpleA8","purpleA9","purpleContrast","purpleIndicator","purpleSurface","purpleTrack","red1","red10","red11","red12","red2","red3","red4","red5","red6","red7","red8","red9","redA1","redA10","redA11","redA12","redA2","redA3","redA4","redA5","redA6","redA7","redA8","redA9","redContrast","redIndicator","redSurface","redTrack","semBlueContrast","semBlueDefault","semBlueDisabled","semBlueHighContrast","semBlueLight","semBlueOnHighContrast","semBlueOnSoft","semBlueOnSolid","semBlueSoft","semBlueSoftHover","semBlueSolid","semBlueSolidHover","semBlueSurface","semBlueSurfaceHover","semBlueUi","semBlueUiHover","semBronzeContrast","semBronzeDefault","semBronzeDisabled","semBronzeHighContrast","semBronzeLight","semBronzeOnHighContrast","semBronzeOnSoft","semBronzeOnSolid","semBronzeSoft","semBronzeSoftHover","semBronzeSolid","semBronzeSolidHover","semBronzeSurface","semBronzeSurfaceHover","semBronzeUi","semBronzeUiHover","semCyanContrast","semCyanDefault","semCyanDisabled","semCyanHighContrast","semCyanLight","semCyanOnHighContrast","semCyanOnSoft","semCyanOnSolid","semCyanSoft","semCyanSoftHover","semCyanSolid","semCyanSolidHover","semCyanSurface","semCyanSurfaceHover","semCyanUi","semCyanUiHover","semGreenContrast","semGreenDefault","semGreenDisabled","semGreenHighContrast","semGreenLight","semGreenOnHighContrast","semGreenOnSoft","semGreenOnSolid","semGreenSoft","semGreenSoftHover","semGreenSolid","semGreenSolidHover","semGreenSurface","semGreenSurfaceHover","semGreenUi","semGreenUiHover","semIndigoContrast","semIndigoDefault","semIndigoDisabled","semIndigoHighContrast","semIndigoLight","semIndigoOnHighContrast","semIndigoOnSoft","semIndigoOnSolid","semIndigoSoft","semIndigoSoftHover","semIndigoSolid","semIndigoSolidHover","semIndigoSurface","semIndigoSurfaceHover","semIndigoUi","semIndigoUiHover","semLimeContrast","semLimeDefault","semLimeDisabled","semLimeHighContrast","semLimeLight","semLimeOnHighContrast","semLimeOnSoft","semLimeOnSolid","semLimeSoft","semLimeSoftHover","semLimeSolid","semLimeSolidHover","semLimeSurface","semLimeSurfaceHover","semLimeUi","semLimeUiHover","semMauveContrast","semMauveDefault","semMauveDisabled","semMauveHighContrast","semMauveLight","semMauveOnHighContrast","semMauveOnSoft","semMauveOnSolid","semMauveSoft","semMauveSoftHover","semMauveSolid","semMauveSolidHover","semMauveSurface","semMauveSurfaceHover","semMauveUi","semMauveUiHover","semMintContrast","semMintDefault","semMintDisabled","semMintHighContrast","semMintLight","semMintOnHighContrast","semMintOnSoft","semMintOnSolid","semMintSoft","semMintSoftHover","semMintSolid","semMintSolidHover","semMintSurface","semMintSurfaceHover","semMintUi","semMintUiHover","semOrangeContrast","semOrangeDefault","semOrangeDisabled","semOrangeHighContrast","semOrangeLight","semOrangeOnHighContrast","semOrangeOnSoft","semOrangeOnSolid","semOrangeSoft","semOrangeSoftHover","semOrangeSolid","semOrangeSolidHover","semOrangeSurface","semOrangeSurfaceHover","semOrangeUi","semOrangeUiHover","semPinkContrast","semPinkDefault","semPinkDisabled","semPinkHighContrast","semPinkLight","semPinkOnHighContrast","semPinkOnSoft","semPinkOnSolid","semPinkSoft","semPinkSoftHover","semPinkSolid","semPinkSolidHover","semPinkSurface","semPinkSurfaceHover","semPinkUi","semPinkUiHover","semPurpleContrast","semPurpleDefault","semPurpleDisabled","semPurpleHighContrast","semPurpleLight","semPurpleOnHighContrast","semPurpleOnSoft","semPurpleOnSolid","semPurpleSoft","semPurpleSoftHover","semPurpleSolid","semPurpleSolidHover","semPurpleSurface","semPurpleSurfaceHover","semPurpleUi","semPurpleUiHover","semRedContrast","semRedDefault","semRedDisabled","semRedHighContrast","semRedLight","semRedOnHighContrast","semRedOnSoft","semRedOnSolid","semRedSoft","semRedSoftHover","semRedSolid","semRedSolidHover","semRedSurface","semRedSurfaceHover","semRedUi","semRedUiHover","semSkyContrast","semSkyDefault","semSkyDisabled","semSkyHighContrast","semSkyLight","semSkyOnHighContrast","semSkyOnSoft","semSkyOnSolid","semSkySoft","semSkySoftHover","semSkySolid","semSkySolidHover","semSkySurface","semSkySurfaceHover","semSkyUi","semSkyUiHover","semTealContrast","semTealDefault","semTealDisabled","semTealHighContrast","semTealLight","semTealOnHighContrast","semTealOnSoft","semTealOnSolid","semTealSoft","semTealSoftHover","semTealSolid","semTealSolidHover","semTealSurface","semTealSurfaceHover","semTealUi","semTealUiHover","semYellowContrast","semYellowDefault","semYellowDisabled","semYellowHighContrast","semYellowLight","semYellowOnHighContrast","semYellowOnSoft","semYellowOnSolid","semYellowSoft","semYellowSoftHover","semYellowSolid","semYellowSolidHover","semYellowSurface","semYellowSurfaceHover","semYellowUi","semYellowUiHover","sky1","sky10","sky11","sky12","sky2","sky3","sky4","sky5","sky6","sky7","sky8","sky9","skyA1","skyA10","skyA11","skyA12","skyA2","skyA3","skyA4","skyA5","skyA6","skyA7","skyA8","skyA9","skyContrast","skyIndicator","skySurface","skyTrack","teal1","teal10","teal11","teal12","teal2","teal3","teal4","teal5","teal6","teal7","teal8","teal9","tealA1","tealA10","tealA11","tealA12","tealA2","tealA3","tealA4","tealA5","tealA6","tealA7","tealA8","tealA9","tealContrast","tealIndicator","tealSurface","tealTrack","yellow1","yellow10","yellow11","yellow12","yellow2","yellow3","yellow4","yellow5","yellow6","yellow7","yellow8","yellow9","yellowA1","yellowA10","yellowA11","yellowA12","yellowA2","yellowA3","yellowA4","yellowA5","yellowA6","yellowA7","yellowA8","yellowA9","yellowContrast","yellowIndicator","yellowSurface","yellowTrack"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/tokens/index.ts"],"sourcesContent":["/* GENERATED by packages/tokens (bun run build:tokens) — do not edit. */\nexport { NS } from \"./core.generated\"\nexport { NS as PALETTE_NS } from \"./palette.generated\"\n\nexport const blue1 = \"var(--volt2-eff0792-blue-1)\"\nexport const blue10 = \"var(--volt2-eff0792-blue-10)\"\nexport const blue11 = \"var(--volt2-eff0792-blue-11)\"\nexport const blue12 = \"var(--volt2-eff0792-blue-12)\"\nexport const blue2 = \"var(--volt2-eff0792-blue-2)\"\nexport const blue3 = \"var(--volt2-eff0792-blue-3)\"\nexport const blue4 = \"var(--volt2-eff0792-blue-4)\"\nexport const blue5 = \"var(--volt2-eff0792-blue-5)\"\nexport const blue6 = \"var(--volt2-eff0792-blue-6)\"\nexport const blue7 = \"var(--volt2-eff0792-blue-7)\"\nexport const blue8 = \"var(--volt2-eff0792-blue-8)\"\nexport const blue9 = \"var(--volt2-eff0792-blue-9)\"\nexport const blueA1 = \"var(--volt2-eff0792-blue-a1)\"\nexport const blueA10 = \"var(--volt2-eff0792-blue-a10)\"\nexport const blueA11 = \"var(--volt2-eff0792-blue-a11)\"\nexport const blueA12 = \"var(--volt2-eff0792-blue-a12)\"\nexport const blueA2 = \"var(--volt2-eff0792-blue-a2)\"\nexport const blueA3 = \"var(--volt2-eff0792-blue-a3)\"\nexport const blueA4 = \"var(--volt2-eff0792-blue-a4)\"\nexport const blueA5 = \"var(--volt2-eff0792-blue-a5)\"\nexport const blueA6 = \"var(--volt2-eff0792-blue-a6)\"\nexport const blueA7 = \"var(--volt2-eff0792-blue-a7)\"\nexport const blueA8 = \"var(--volt2-eff0792-blue-a8)\"\nexport const blueA9 = \"var(--volt2-eff0792-blue-a9)\"\nexport const blueContrast = \"var(--volt2-eff0792-blue-contrast)\"\nexport const blueIndicator = \"var(--volt2-eff0792-blue-indicator)\"\nexport const blueSurface = \"var(--volt2-eff0792-blue-surface)\"\nexport const blueTrack = \"var(--volt2-eff0792-blue-track)\"\nexport const bronze1 = \"var(--volt2-eff0792-bronze-1)\"\nexport const bronze10 = \"var(--volt2-eff0792-bronze-10)\"\nexport const bronze11 = \"var(--volt2-eff0792-bronze-11)\"\nexport const bronze12 = \"var(--volt2-eff0792-bronze-12)\"\nexport const bronze2 = \"var(--volt2-eff0792-bronze-2)\"\nexport const bronze3 = \"var(--volt2-eff0792-bronze-3)\"\nexport const bronze4 = \"var(--volt2-eff0792-bronze-4)\"\nexport const bronze5 = \"var(--volt2-eff0792-bronze-5)\"\nexport const bronze6 = \"var(--volt2-eff0792-bronze-6)\"\nexport const bronze7 = \"var(--volt2-eff0792-bronze-7)\"\nexport const bronze8 = \"var(--volt2-eff0792-bronze-8)\"\nexport const bronze9 = \"var(--volt2-eff0792-bronze-9)\"\nexport const bronzeA1 = \"var(--volt2-eff0792-bronze-a1)\"\nexport const bronzeA10 = \"var(--volt2-eff0792-bronze-a10)\"\nexport const bronzeA11 = \"var(--volt2-eff0792-bronze-a11)\"\nexport const bronzeA12 = \"var(--volt2-eff0792-bronze-a12)\"\nexport const bronzeA2 = \"var(--volt2-eff0792-bronze-a2)\"\nexport const bronzeA3 = \"var(--volt2-eff0792-bronze-a3)\"\nexport const bronzeA4 = \"var(--volt2-eff0792-bronze-a4)\"\nexport const bronzeA5 = \"var(--volt2-eff0792-bronze-a5)\"\nexport const bronzeA6 = \"var(--volt2-eff0792-bronze-a6)\"\nexport const bronzeA7 = \"var(--volt2-eff0792-bronze-a7)\"\nexport const bronzeA8 = \"var(--volt2-eff0792-bronze-a8)\"\nexport const bronzeA9 = \"var(--volt2-eff0792-bronze-a9)\"\nexport const bronzeContrast = \"var(--volt2-eff0792-bronze-contrast)\"\nexport const bronzeIndicator = \"var(--volt2-eff0792-bronze-indicator)\"\nexport const bronzeSurface = \"var(--volt2-eff0792-bronze-surface)\"\nexport const bronzeTrack = \"var(--volt2-eff0792-bronze-track)\"\nexport const cyan1 = \"var(--volt2-eff0792-cyan-1)\"\nexport const cyan10 = \"var(--volt2-eff0792-cyan-10)\"\nexport const cyan11 = \"var(--volt2-eff0792-cyan-11)\"\nexport const cyan12 = \"var(--volt2-eff0792-cyan-12)\"\nexport const cyan2 = \"var(--volt2-eff0792-cyan-2)\"\nexport const cyan3 = \"var(--volt2-eff0792-cyan-3)\"\nexport const cyan4 = \"var(--volt2-eff0792-cyan-4)\"\nexport const cyan5 = \"var(--volt2-eff0792-cyan-5)\"\nexport const cyan6 = \"var(--volt2-eff0792-cyan-6)\"\nexport const cyan7 = \"var(--volt2-eff0792-cyan-7)\"\nexport const cyan8 = \"var(--volt2-eff0792-cyan-8)\"\nexport const cyan9 = \"var(--volt2-eff0792-cyan-9)\"\nexport const cyanA1 = \"var(--volt2-eff0792-cyan-a1)\"\nexport const cyanA10 = \"var(--volt2-eff0792-cyan-a10)\"\nexport const cyanA11 = \"var(--volt2-eff0792-cyan-a11)\"\nexport const cyanA12 = \"var(--volt2-eff0792-cyan-a12)\"\nexport const cyanA2 = \"var(--volt2-eff0792-cyan-a2)\"\nexport const cyanA3 = \"var(--volt2-eff0792-cyan-a3)\"\nexport const cyanA4 = \"var(--volt2-eff0792-cyan-a4)\"\nexport const cyanA5 = \"var(--volt2-eff0792-cyan-a5)\"\nexport const cyanA6 = \"var(--volt2-eff0792-cyan-a6)\"\nexport const cyanA7 = \"var(--volt2-eff0792-cyan-a7)\"\nexport const cyanA8 = \"var(--volt2-eff0792-cyan-a8)\"\nexport const cyanA9 = \"var(--volt2-eff0792-cyan-a9)\"\nexport const cyanContrast = \"var(--volt2-eff0792-cyan-contrast)\"\nexport const cyanIndicator = \"var(--volt2-eff0792-cyan-indicator)\"\nexport const cyanSurface = \"var(--volt2-eff0792-cyan-surface)\"\nexport const cyanTrack = \"var(--volt2-eff0792-cyan-track)\"\nexport const green1 = \"var(--volt2-eff0792-green-1)\"\nexport const green10 = \"var(--volt2-eff0792-green-10)\"\nexport const green11 = \"var(--volt2-eff0792-green-11)\"\nexport const green12 = \"var(--volt2-eff0792-green-12)\"\nexport const green2 = \"var(--volt2-eff0792-green-2)\"\nexport const green3 = \"var(--volt2-eff0792-green-3)\"\nexport const green4 = \"var(--volt2-eff0792-green-4)\"\nexport const green5 = \"var(--volt2-eff0792-green-5)\"\nexport const green6 = \"var(--volt2-eff0792-green-6)\"\nexport const green7 = \"var(--volt2-eff0792-green-7)\"\nexport const green8 = \"var(--volt2-eff0792-green-8)\"\nexport const green9 = \"var(--volt2-eff0792-green-9)\"\nexport const greenA1 = \"var(--volt2-eff0792-green-a1)\"\nexport const greenA10 = \"var(--volt2-eff0792-green-a10)\"\nexport const greenA11 = \"var(--volt2-eff0792-green-a11)\"\nexport const greenA12 = \"var(--volt2-eff0792-green-a12)\"\nexport const greenA2 = \"var(--volt2-eff0792-green-a2)\"\nexport const greenA3 = \"var(--volt2-eff0792-green-a3)\"\nexport const greenA4 = \"var(--volt2-eff0792-green-a4)\"\nexport const greenA5 = \"var(--volt2-eff0792-green-a5)\"\nexport const greenA6 = \"var(--volt2-eff0792-green-a6)\"\nexport const greenA7 = \"var(--volt2-eff0792-green-a7)\"\nexport const greenA8 = \"var(--volt2-eff0792-green-a8)\"\nexport const greenA9 = \"var(--volt2-eff0792-green-a9)\"\nexport const greenContrast = \"var(--volt2-eff0792-green-contrast)\"\nexport const greenIndicator = \"var(--volt2-eff0792-green-indicator)\"\nexport const greenSurface = \"var(--volt2-eff0792-green-surface)\"\nexport const greenTrack = \"var(--volt2-eff0792-green-track)\"\nexport const indigo1 = \"var(--volt2-eff0792-indigo-1)\"\nexport const indigo10 = \"var(--volt2-eff0792-indigo-10)\"\nexport const indigo11 = \"var(--volt2-eff0792-indigo-11)\"\nexport const indigo12 = \"var(--volt2-eff0792-indigo-12)\"\nexport const indigo2 = \"var(--volt2-eff0792-indigo-2)\"\nexport const indigo3 = \"var(--volt2-eff0792-indigo-3)\"\nexport const indigo4 = \"var(--volt2-eff0792-indigo-4)\"\nexport const indigo5 = \"var(--volt2-eff0792-indigo-5)\"\nexport const indigo6 = \"var(--volt2-eff0792-indigo-6)\"\nexport const indigo7 = \"var(--volt2-eff0792-indigo-7)\"\nexport const indigo8 = \"var(--volt2-eff0792-indigo-8)\"\nexport const indigo9 = \"var(--volt2-eff0792-indigo-9)\"\nexport const indigoA1 = \"var(--volt2-eff0792-indigo-a1)\"\nexport const indigoA10 = \"var(--volt2-eff0792-indigo-a10)\"\nexport const indigoA11 = \"var(--volt2-eff0792-indigo-a11)\"\nexport const indigoA12 = \"var(--volt2-eff0792-indigo-a12)\"\nexport const indigoA2 = \"var(--volt2-eff0792-indigo-a2)\"\nexport const indigoA3 = \"var(--volt2-eff0792-indigo-a3)\"\nexport const indigoA4 = \"var(--volt2-eff0792-indigo-a4)\"\nexport const indigoA5 = \"var(--volt2-eff0792-indigo-a5)\"\nexport const indigoA6 = \"var(--volt2-eff0792-indigo-a6)\"\nexport const indigoA7 = \"var(--volt2-eff0792-indigo-a7)\"\nexport const indigoA8 = \"var(--volt2-eff0792-indigo-a8)\"\nexport const indigoA9 = \"var(--volt2-eff0792-indigo-a9)\"\nexport const indigoContrast = \"var(--volt2-eff0792-indigo-contrast)\"\nexport const indigoIndicator = \"var(--volt2-eff0792-indigo-indicator)\"\nexport const indigoSurface = \"var(--volt2-eff0792-indigo-surface)\"\nexport const indigoTrack = \"var(--volt2-eff0792-indigo-track)\"\nexport const lime1 = \"var(--volt2-eff0792-lime-1)\"\nexport const lime10 = \"var(--volt2-eff0792-lime-10)\"\nexport const lime11 = \"var(--volt2-eff0792-lime-11)\"\nexport const lime12 = \"var(--volt2-eff0792-lime-12)\"\nexport const lime2 = \"var(--volt2-eff0792-lime-2)\"\nexport const lime3 = \"var(--volt2-eff0792-lime-3)\"\nexport const lime4 = \"var(--volt2-eff0792-lime-4)\"\nexport const lime5 = \"var(--volt2-eff0792-lime-5)\"\nexport const lime6 = \"var(--volt2-eff0792-lime-6)\"\nexport const lime7 = \"var(--volt2-eff0792-lime-7)\"\nexport const lime8 = \"var(--volt2-eff0792-lime-8)\"\nexport const lime9 = \"var(--volt2-eff0792-lime-9)\"\nexport const limeA1 = \"var(--volt2-eff0792-lime-a1)\"\nexport const limeA10 = \"var(--volt2-eff0792-lime-a10)\"\nexport const limeA11 = \"var(--volt2-eff0792-lime-a11)\"\nexport const limeA12 = \"var(--volt2-eff0792-lime-a12)\"\nexport const limeA2 = \"var(--volt2-eff0792-lime-a2)\"\nexport const limeA3 = \"var(--volt2-eff0792-lime-a3)\"\nexport const limeA4 = \"var(--volt2-eff0792-lime-a4)\"\nexport const limeA5 = \"var(--volt2-eff0792-lime-a5)\"\nexport const limeA6 = \"var(--volt2-eff0792-lime-a6)\"\nexport const limeA7 = \"var(--volt2-eff0792-lime-a7)\"\nexport const limeA8 = \"var(--volt2-eff0792-lime-a8)\"\nexport const limeA9 = \"var(--volt2-eff0792-lime-a9)\"\nexport const limeContrast = \"var(--volt2-eff0792-lime-contrast)\"\nexport const limeIndicator = \"var(--volt2-eff0792-lime-indicator)\"\nexport const limeSurface = \"var(--volt2-eff0792-lime-surface)\"\nexport const limeTrack = \"var(--volt2-eff0792-lime-track)\"\nexport const mauve1 = \"var(--volt2-eff0792-mauve-1)\"\nexport const mauve10 = \"var(--volt2-eff0792-mauve-10)\"\nexport const mauve11 = \"var(--volt2-eff0792-mauve-11)\"\nexport const mauve12 = \"var(--volt2-eff0792-mauve-12)\"\nexport const mauve2 = \"var(--volt2-eff0792-mauve-2)\"\nexport const mauve3 = \"var(--volt2-eff0792-mauve-3)\"\nexport const mauve4 = \"var(--volt2-eff0792-mauve-4)\"\nexport const mauve5 = \"var(--volt2-eff0792-mauve-5)\"\nexport const mauve6 = \"var(--volt2-eff0792-mauve-6)\"\nexport const mauve7 = \"var(--volt2-eff0792-mauve-7)\"\nexport const mauve8 = \"var(--volt2-eff0792-mauve-8)\"\nexport const mauve9 = \"var(--volt2-eff0792-mauve-9)\"\nexport const mauveA1 = \"var(--volt2-eff0792-mauve-a1)\"\nexport const mauveA10 = \"var(--volt2-eff0792-mauve-a10)\"\nexport const mauveA11 = \"var(--volt2-eff0792-mauve-a11)\"\nexport const mauveA12 = \"var(--volt2-eff0792-mauve-a12)\"\nexport const mauveA2 = \"var(--volt2-eff0792-mauve-a2)\"\nexport const mauveA3 = \"var(--volt2-eff0792-mauve-a3)\"\nexport const mauveA4 = \"var(--volt2-eff0792-mauve-a4)\"\nexport const mauveA5 = \"var(--volt2-eff0792-mauve-a5)\"\nexport const mauveA6 = \"var(--volt2-eff0792-mauve-a6)\"\nexport const mauveA7 = \"var(--volt2-eff0792-mauve-a7)\"\nexport const mauveA8 = \"var(--volt2-eff0792-mauve-a8)\"\nexport const mauveA9 = \"var(--volt2-eff0792-mauve-a9)\"\nexport const mauveContrast = \"var(--volt2-eff0792-mauve-contrast)\"\nexport const mauveIndicator = \"var(--volt2-eff0792-mauve-indicator)\"\nexport const mauveSurface = \"var(--volt2-eff0792-mauve-surface)\"\nexport const mauveTrack = \"var(--volt2-eff0792-mauve-track)\"\nexport const mint1 = \"var(--volt2-eff0792-mint-1)\"\nexport const mint10 = \"var(--volt2-eff0792-mint-10)\"\nexport const mint11 = \"var(--volt2-eff0792-mint-11)\"\nexport const mint12 = \"var(--volt2-eff0792-mint-12)\"\nexport const mint2 = \"var(--volt2-eff0792-mint-2)\"\nexport const mint3 = \"var(--volt2-eff0792-mint-3)\"\nexport const mint4 = \"var(--volt2-eff0792-mint-4)\"\nexport const mint5 = \"var(--volt2-eff0792-mint-5)\"\nexport const mint6 = \"var(--volt2-eff0792-mint-6)\"\nexport const mint7 = \"var(--volt2-eff0792-mint-7)\"\nexport const mint8 = \"var(--volt2-eff0792-mint-8)\"\nexport const mint9 = \"var(--volt2-eff0792-mint-9)\"\nexport const mintA1 = \"var(--volt2-eff0792-mint-a1)\"\nexport const mintA10 = \"var(--volt2-eff0792-mint-a10)\"\nexport const mintA11 = \"var(--volt2-eff0792-mint-a11)\"\nexport const mintA12 = \"var(--volt2-eff0792-mint-a12)\"\nexport const mintA2 = \"var(--volt2-eff0792-mint-a2)\"\nexport const mintA3 = \"var(--volt2-eff0792-mint-a3)\"\nexport const mintA4 = \"var(--volt2-eff0792-mint-a4)\"\nexport const mintA5 = \"var(--volt2-eff0792-mint-a5)\"\nexport const mintA6 = \"var(--volt2-eff0792-mint-a6)\"\nexport const mintA7 = \"var(--volt2-eff0792-mint-a7)\"\nexport const mintA8 = \"var(--volt2-eff0792-mint-a8)\"\nexport const mintA9 = \"var(--volt2-eff0792-mint-a9)\"\nexport const mintContrast = \"var(--volt2-eff0792-mint-contrast)\"\nexport const mintIndicator = \"var(--volt2-eff0792-mint-indicator)\"\nexport const mintSurface = \"var(--volt2-eff0792-mint-surface)\"\nexport const mintTrack = \"var(--volt2-eff0792-mint-track)\"\nexport const orange1 = \"var(--volt2-eff0792-orange-1)\"\nexport const orange10 = \"var(--volt2-eff0792-orange-10)\"\nexport const orange11 = \"var(--volt2-eff0792-orange-11)\"\nexport const orange12 = \"var(--volt2-eff0792-orange-12)\"\nexport const orange2 = \"var(--volt2-eff0792-orange-2)\"\nexport const orange3 = \"var(--volt2-eff0792-orange-3)\"\nexport const orange4 = \"var(--volt2-eff0792-orange-4)\"\nexport const orange5 = \"var(--volt2-eff0792-orange-5)\"\nexport const orange6 = \"var(--volt2-eff0792-orange-6)\"\nexport const orange7 = \"var(--volt2-eff0792-orange-7)\"\nexport const orange8 = \"var(--volt2-eff0792-orange-8)\"\nexport const orange9 = \"var(--volt2-eff0792-orange-9)\"\nexport const orangeA1 = \"var(--volt2-eff0792-orange-a1)\"\nexport const orangeA10 = \"var(--volt2-eff0792-orange-a10)\"\nexport const orangeA11 = \"var(--volt2-eff0792-orange-a11)\"\nexport const orangeA12 = \"var(--volt2-eff0792-orange-a12)\"\nexport const orangeA2 = \"var(--volt2-eff0792-orange-a2)\"\nexport const orangeA3 = \"var(--volt2-eff0792-orange-a3)\"\nexport const orangeA4 = \"var(--volt2-eff0792-orange-a4)\"\nexport const orangeA5 = \"var(--volt2-eff0792-orange-a5)\"\nexport const orangeA6 = \"var(--volt2-eff0792-orange-a6)\"\nexport const orangeA7 = \"var(--volt2-eff0792-orange-a7)\"\nexport const orangeA8 = \"var(--volt2-eff0792-orange-a8)\"\nexport const orangeA9 = \"var(--volt2-eff0792-orange-a9)\"\nexport const orangeContrast = \"var(--volt2-eff0792-orange-contrast)\"\nexport const orangeIndicator = \"var(--volt2-eff0792-orange-indicator)\"\nexport const orangeSurface = \"var(--volt2-eff0792-orange-surface)\"\nexport const orangeTrack = \"var(--volt2-eff0792-orange-track)\"\nexport const pink1 = \"var(--volt2-eff0792-pink-1)\"\nexport const pink10 = \"var(--volt2-eff0792-pink-10)\"\nexport const pink11 = \"var(--volt2-eff0792-pink-11)\"\nexport const pink12 = \"var(--volt2-eff0792-pink-12)\"\nexport const pink2 = \"var(--volt2-eff0792-pink-2)\"\nexport const pink3 = \"var(--volt2-eff0792-pink-3)\"\nexport const pink4 = \"var(--volt2-eff0792-pink-4)\"\nexport const pink5 = \"var(--volt2-eff0792-pink-5)\"\nexport const pink6 = \"var(--volt2-eff0792-pink-6)\"\nexport const pink7 = \"var(--volt2-eff0792-pink-7)\"\nexport const pink8 = \"var(--volt2-eff0792-pink-8)\"\nexport const pink9 = \"var(--volt2-eff0792-pink-9)\"\nexport const pinkA1 = \"var(--volt2-eff0792-pink-a1)\"\nexport const pinkA10 = \"var(--volt2-eff0792-pink-a10)\"\nexport const pinkA11 = \"var(--volt2-eff0792-pink-a11)\"\nexport const pinkA12 = \"var(--volt2-eff0792-pink-a12)\"\nexport const pinkA2 = \"var(--volt2-eff0792-pink-a2)\"\nexport const pinkA3 = \"var(--volt2-eff0792-pink-a3)\"\nexport const pinkA4 = \"var(--volt2-eff0792-pink-a4)\"\nexport const pinkA5 = \"var(--volt2-eff0792-pink-a5)\"\nexport const pinkA6 = \"var(--volt2-eff0792-pink-a6)\"\nexport const pinkA7 = \"var(--volt2-eff0792-pink-a7)\"\nexport const pinkA8 = \"var(--volt2-eff0792-pink-a8)\"\nexport const pinkA9 = \"var(--volt2-eff0792-pink-a9)\"\nexport const pinkContrast = \"var(--volt2-eff0792-pink-contrast)\"\nexport const pinkIndicator = \"var(--volt2-eff0792-pink-indicator)\"\nexport const pinkSurface = \"var(--volt2-eff0792-pink-surface)\"\nexport const pinkTrack = \"var(--volt2-eff0792-pink-track)\"\nexport const purple1 = \"var(--volt2-eff0792-purple-1)\"\nexport const purple10 = \"var(--volt2-eff0792-purple-10)\"\nexport const purple11 = \"var(--volt2-eff0792-purple-11)\"\nexport const purple12 = \"var(--volt2-eff0792-purple-12)\"\nexport const purple2 = \"var(--volt2-eff0792-purple-2)\"\nexport const purple3 = \"var(--volt2-eff0792-purple-3)\"\nexport const purple4 = \"var(--volt2-eff0792-purple-4)\"\nexport const purple5 = \"var(--volt2-eff0792-purple-5)\"\nexport const purple6 = \"var(--volt2-eff0792-purple-6)\"\nexport const purple7 = \"var(--volt2-eff0792-purple-7)\"\nexport const purple8 = \"var(--volt2-eff0792-purple-8)\"\nexport const purple9 = \"var(--volt2-eff0792-purple-9)\"\nexport const purpleA1 = \"var(--volt2-eff0792-purple-a1)\"\nexport const purpleA10 = \"var(--volt2-eff0792-purple-a10)\"\nexport const purpleA11 = \"var(--volt2-eff0792-purple-a11)\"\nexport const purpleA12 = \"var(--volt2-eff0792-purple-a12)\"\nexport const purpleA2 = \"var(--volt2-eff0792-purple-a2)\"\nexport const purpleA3 = \"var(--volt2-eff0792-purple-a3)\"\nexport const purpleA4 = \"var(--volt2-eff0792-purple-a4)\"\nexport const purpleA5 = \"var(--volt2-eff0792-purple-a5)\"\nexport const purpleA6 = \"var(--volt2-eff0792-purple-a6)\"\nexport const purpleA7 = \"var(--volt2-eff0792-purple-a7)\"\nexport const purpleA8 = \"var(--volt2-eff0792-purple-a8)\"\nexport const purpleA9 = \"var(--volt2-eff0792-purple-a9)\"\nexport const purpleContrast = \"var(--volt2-eff0792-purple-contrast)\"\nexport const purpleIndicator = \"var(--volt2-eff0792-purple-indicator)\"\nexport const purpleSurface = \"var(--volt2-eff0792-purple-surface)\"\nexport const purpleTrack = \"var(--volt2-eff0792-purple-track)\"\nexport const red1 = \"var(--volt2-eff0792-red-1)\"\nexport const red10 = \"var(--volt2-eff0792-red-10)\"\nexport const red11 = \"var(--volt2-eff0792-red-11)\"\nexport const red12 = \"var(--volt2-eff0792-red-12)\"\nexport const red2 = \"var(--volt2-eff0792-red-2)\"\nexport const red3 = \"var(--volt2-eff0792-red-3)\"\nexport const red4 = \"var(--volt2-eff0792-red-4)\"\nexport const red5 = \"var(--volt2-eff0792-red-5)\"\nexport const red6 = \"var(--volt2-eff0792-red-6)\"\nexport const red7 = \"var(--volt2-eff0792-red-7)\"\nexport const red8 = \"var(--volt2-eff0792-red-8)\"\nexport const red9 = \"var(--volt2-eff0792-red-9)\"\nexport const redA1 = \"var(--volt2-eff0792-red-a1)\"\nexport const redA10 = \"var(--volt2-eff0792-red-a10)\"\nexport const redA11 = \"var(--volt2-eff0792-red-a11)\"\nexport const redA12 = \"var(--volt2-eff0792-red-a12)\"\nexport const redA2 = \"var(--volt2-eff0792-red-a2)\"\nexport const redA3 = \"var(--volt2-eff0792-red-a3)\"\nexport const redA4 = \"var(--volt2-eff0792-red-a4)\"\nexport const redA5 = \"var(--volt2-eff0792-red-a5)\"\nexport const redA6 = \"var(--volt2-eff0792-red-a6)\"\nexport const redA7 = \"var(--volt2-eff0792-red-a7)\"\nexport const redA8 = \"var(--volt2-eff0792-red-a8)\"\nexport const redA9 = \"var(--volt2-eff0792-red-a9)\"\nexport const redContrast = \"var(--volt2-eff0792-red-contrast)\"\nexport const redIndicator = \"var(--volt2-eff0792-red-indicator)\"\nexport const redSurface = \"var(--volt2-eff0792-red-surface)\"\nexport const redTrack = \"var(--volt2-eff0792-red-track)\"\nexport const semBlueContrast = \"var(--volt2-eff0792-sem-blue-contrast)\"\nexport const semBlueDefault = \"var(--volt2-eff0792-sem-blue-default)\"\nexport const semBlueDisabled = \"var(--volt2-eff0792-sem-blue-disabled)\"\nexport const semBlueHighContrast = \"var(--volt2-eff0792-sem-blue-high-contrast)\"\nexport const semBlueLight = \"var(--volt2-eff0792-sem-blue-light)\"\nexport const semBlueOnHighContrast = \"var(--volt2-eff0792-sem-blue-on-high-contrast)\"\nexport const semBlueOnSoft = \"var(--volt2-eff0792-sem-blue-on-soft)\"\nexport const semBlueOnSolid = \"var(--volt2-eff0792-sem-blue-on-solid)\"\nexport const semBlueSoft = \"var(--volt2-eff0792-sem-blue-soft)\"\nexport const semBlueSoftHover = \"var(--volt2-eff0792-sem-blue-soft-hover)\"\nexport const semBlueSolid = \"var(--volt2-eff0792-sem-blue-solid)\"\nexport const semBlueSolidHover = \"var(--volt2-eff0792-sem-blue-solid-hover)\"\nexport const semBlueSurface = \"var(--volt2-eff0792-sem-blue-surface)\"\nexport const semBlueSurfaceHover = \"var(--volt2-eff0792-sem-blue-surface-hover)\"\nexport const semBlueUi = \"var(--volt2-eff0792-sem-blue-ui)\"\nexport const semBlueUiHover = \"var(--volt2-eff0792-sem-blue-ui-hover)\"\nexport const semBronzeContrast = \"var(--volt2-eff0792-sem-bronze-contrast)\"\nexport const semBronzeDefault = \"var(--volt2-eff0792-sem-bronze-default)\"\nexport const semBronzeDisabled = \"var(--volt2-eff0792-sem-bronze-disabled)\"\nexport const semBronzeHighContrast = \"var(--volt2-eff0792-sem-bronze-high-contrast)\"\nexport const semBronzeLight = \"var(--volt2-eff0792-sem-bronze-light)\"\nexport const semBronzeOnHighContrast = \"var(--volt2-eff0792-sem-bronze-on-high-contrast)\"\nexport const semBronzeOnSoft = \"var(--volt2-eff0792-sem-bronze-on-soft)\"\nexport const semBronzeOnSolid = \"var(--volt2-eff0792-sem-bronze-on-solid)\"\nexport const semBronzeSoft = \"var(--volt2-eff0792-sem-bronze-soft)\"\nexport const semBronzeSoftHover = \"var(--volt2-eff0792-sem-bronze-soft-hover)\"\nexport const semBronzeSolid = \"var(--volt2-eff0792-sem-bronze-solid)\"\nexport const semBronzeSolidHover = \"var(--volt2-eff0792-sem-bronze-solid-hover)\"\nexport const semBronzeSurface = \"var(--volt2-eff0792-sem-bronze-surface)\"\nexport const semBronzeSurfaceHover = \"var(--volt2-eff0792-sem-bronze-surface-hover)\"\nexport const semBronzeUi = \"var(--volt2-eff0792-sem-bronze-ui)\"\nexport const semBronzeUiHover = \"var(--volt2-eff0792-sem-bronze-ui-hover)\"\nexport const semCyanContrast = \"var(--volt2-eff0792-sem-cyan-contrast)\"\nexport const semCyanDefault = \"var(--volt2-eff0792-sem-cyan-default)\"\nexport const semCyanDisabled = \"var(--volt2-eff0792-sem-cyan-disabled)\"\nexport const semCyanHighContrast = \"var(--volt2-eff0792-sem-cyan-high-contrast)\"\nexport const semCyanLight = \"var(--volt2-eff0792-sem-cyan-light)\"\nexport const semCyanOnHighContrast = \"var(--volt2-eff0792-sem-cyan-on-high-contrast)\"\nexport const semCyanOnSoft = \"var(--volt2-eff0792-sem-cyan-on-soft)\"\nexport const semCyanOnSolid = \"var(--volt2-eff0792-sem-cyan-on-solid)\"\nexport const semCyanSoft = \"var(--volt2-eff0792-sem-cyan-soft)\"\nexport const semCyanSoftHover = \"var(--volt2-eff0792-sem-cyan-soft-hover)\"\nexport const semCyanSolid = \"var(--volt2-eff0792-sem-cyan-solid)\"\nexport const semCyanSolidHover = \"var(--volt2-eff0792-sem-cyan-solid-hover)\"\nexport const semCyanSurface = \"var(--volt2-eff0792-sem-cyan-surface)\"\nexport const semCyanSurfaceHover = \"var(--volt2-eff0792-sem-cyan-surface-hover)\"\nexport const semCyanUi = \"var(--volt2-eff0792-sem-cyan-ui)\"\nexport const semCyanUiHover = \"var(--volt2-eff0792-sem-cyan-ui-hover)\"\nexport const semGreenContrast = \"var(--volt2-eff0792-sem-green-contrast)\"\nexport const semGreenDefault = \"var(--volt2-eff0792-sem-green-default)\"\nexport const semGreenDisabled = \"var(--volt2-eff0792-sem-green-disabled)\"\nexport const semGreenHighContrast = \"var(--volt2-eff0792-sem-green-high-contrast)\"\nexport const semGreenLight = \"var(--volt2-eff0792-sem-green-light)\"\nexport const semGreenOnHighContrast = \"var(--volt2-eff0792-sem-green-on-high-contrast)\"\nexport const semGreenOnSoft = \"var(--volt2-eff0792-sem-green-on-soft)\"\nexport const semGreenOnSolid = \"var(--volt2-eff0792-sem-green-on-solid)\"\nexport const semGreenSoft = \"var(--volt2-eff0792-sem-green-soft)\"\nexport const semGreenSoftHover = \"var(--volt2-eff0792-sem-green-soft-hover)\"\nexport const semGreenSolid = \"var(--volt2-eff0792-sem-green-solid)\"\nexport const semGreenSolidHover = \"var(--volt2-eff0792-sem-green-solid-hover)\"\nexport const semGreenSurface = \"var(--volt2-eff0792-sem-green-surface)\"\nexport const semGreenSurfaceHover = \"var(--volt2-eff0792-sem-green-surface-hover)\"\nexport const semGreenUi = \"var(--volt2-eff0792-sem-green-ui)\"\nexport const semGreenUiHover = \"var(--volt2-eff0792-sem-green-ui-hover)\"\nexport const semIndigoContrast = \"var(--volt2-eff0792-sem-indigo-contrast)\"\nexport const semIndigoDefault = \"var(--volt2-eff0792-sem-indigo-default)\"\nexport const semIndigoDisabled = \"var(--volt2-eff0792-sem-indigo-disabled)\"\nexport const semIndigoHighContrast = \"var(--volt2-eff0792-sem-indigo-high-contrast)\"\nexport const semIndigoLight = \"var(--volt2-eff0792-sem-indigo-light)\"\nexport const semIndigoOnHighContrast = \"var(--volt2-eff0792-sem-indigo-on-high-contrast)\"\nexport const semIndigoOnSoft = \"var(--volt2-eff0792-sem-indigo-on-soft)\"\nexport const semIndigoOnSolid = \"var(--volt2-eff0792-sem-indigo-on-solid)\"\nexport const semIndigoSoft = \"var(--volt2-eff0792-sem-indigo-soft)\"\nexport const semIndigoSoftHover = \"var(--volt2-eff0792-sem-indigo-soft-hover)\"\nexport const semIndigoSolid = \"var(--volt2-eff0792-sem-indigo-solid)\"\nexport const semIndigoSolidHover = \"var(--volt2-eff0792-sem-indigo-solid-hover)\"\nexport const semIndigoSurface = \"var(--volt2-eff0792-sem-indigo-surface)\"\nexport const semIndigoSurfaceHover = \"var(--volt2-eff0792-sem-indigo-surface-hover)\"\nexport const semIndigoUi = \"var(--volt2-eff0792-sem-indigo-ui)\"\nexport const semIndigoUiHover = \"var(--volt2-eff0792-sem-indigo-ui-hover)\"\nexport const semLimeContrast = \"var(--volt2-eff0792-sem-lime-contrast)\"\nexport const semLimeDefault = \"var(--volt2-eff0792-sem-lime-default)\"\nexport const semLimeDisabled = \"var(--volt2-eff0792-sem-lime-disabled)\"\nexport const semLimeHighContrast = \"var(--volt2-eff0792-sem-lime-high-contrast)\"\nexport const semLimeLight = \"var(--volt2-eff0792-sem-lime-light)\"\nexport const semLimeOnHighContrast = \"var(--volt2-eff0792-sem-lime-on-high-contrast)\"\nexport const semLimeOnSoft = \"var(--volt2-eff0792-sem-lime-on-soft)\"\nexport const semLimeOnSolid = \"var(--volt2-eff0792-sem-lime-on-solid)\"\nexport const semLimeSoft = \"var(--volt2-eff0792-sem-lime-soft)\"\nexport const semLimeSoftHover = \"var(--volt2-eff0792-sem-lime-soft-hover)\"\nexport const semLimeSolid = \"var(--volt2-eff0792-sem-lime-solid)\"\nexport const semLimeSolidHover = \"var(--volt2-eff0792-sem-lime-solid-hover)\"\nexport const semLimeSurface = \"var(--volt2-eff0792-sem-lime-surface)\"\nexport const semLimeSurfaceHover = \"var(--volt2-eff0792-sem-lime-surface-hover)\"\nexport const semLimeUi = \"var(--volt2-eff0792-sem-lime-ui)\"\nexport const semLimeUiHover = \"var(--volt2-eff0792-sem-lime-ui-hover)\"\nexport const semMauveContrast = \"var(--volt2-eff0792-sem-mauve-contrast)\"\nexport const semMauveDefault = \"var(--volt2-eff0792-sem-mauve-default)\"\nexport const semMauveDisabled = \"var(--volt2-eff0792-sem-mauve-disabled)\"\nexport const semMauveHighContrast = \"var(--volt2-eff0792-sem-mauve-high-contrast)\"\nexport const semMauveLight = \"var(--volt2-eff0792-sem-mauve-light)\"\nexport const semMauveOnHighContrast = \"var(--volt2-eff0792-sem-mauve-on-high-contrast)\"\nexport const semMauveOnSoft = \"var(--volt2-eff0792-sem-mauve-on-soft)\"\nexport const semMauveOnSolid = \"var(--volt2-eff0792-sem-mauve-on-solid)\"\nexport const semMauveSoft = \"var(--volt2-eff0792-sem-mauve-soft)\"\nexport const semMauveSoftHover = \"var(--volt2-eff0792-sem-mauve-soft-hover)\"\nexport const semMauveSolid = \"var(--volt2-eff0792-sem-mauve-solid)\"\nexport const semMauveSolidHover = \"var(--volt2-eff0792-sem-mauve-solid-hover)\"\nexport const semMauveSurface = \"var(--volt2-eff0792-sem-mauve-surface)\"\nexport const semMauveSurfaceHover = \"var(--volt2-eff0792-sem-mauve-surface-hover)\"\nexport const semMauveUi = \"var(--volt2-eff0792-sem-mauve-ui)\"\nexport const semMauveUiHover = \"var(--volt2-eff0792-sem-mauve-ui-hover)\"\nexport const semMintContrast = \"var(--volt2-eff0792-sem-mint-contrast)\"\nexport const semMintDefault = \"var(--volt2-eff0792-sem-mint-default)\"\nexport const semMintDisabled = \"var(--volt2-eff0792-sem-mint-disabled)\"\nexport const semMintHighContrast = \"var(--volt2-eff0792-sem-mint-high-contrast)\"\nexport const semMintLight = \"var(--volt2-eff0792-sem-mint-light)\"\nexport const semMintOnHighContrast = \"var(--volt2-eff0792-sem-mint-on-high-contrast)\"\nexport const semMintOnSoft = \"var(--volt2-eff0792-sem-mint-on-soft)\"\nexport const semMintOnSolid = \"var(--volt2-eff0792-sem-mint-on-solid)\"\nexport const semMintSoft = \"var(--volt2-eff0792-sem-mint-soft)\"\nexport const semMintSoftHover = \"var(--volt2-eff0792-sem-mint-soft-hover)\"\nexport const semMintSolid = \"var(--volt2-eff0792-sem-mint-solid)\"\nexport const semMintSolidHover = \"var(--volt2-eff0792-sem-mint-solid-hover)\"\nexport const semMintSurface = \"var(--volt2-eff0792-sem-mint-surface)\"\nexport const semMintSurfaceHover = \"var(--volt2-eff0792-sem-mint-surface-hover)\"\nexport const semMintUi = \"var(--volt2-eff0792-sem-mint-ui)\"\nexport const semMintUiHover = \"var(--volt2-eff0792-sem-mint-ui-hover)\"\nexport const semOrangeContrast = \"var(--volt2-eff0792-sem-orange-contrast)\"\nexport const semOrangeDefault = \"var(--volt2-eff0792-sem-orange-default)\"\nexport const semOrangeDisabled = \"var(--volt2-eff0792-sem-orange-disabled)\"\nexport const semOrangeHighContrast = \"var(--volt2-eff0792-sem-orange-high-contrast)\"\nexport const semOrangeLight = \"var(--volt2-eff0792-sem-orange-light)\"\nexport const semOrangeOnHighContrast = \"var(--volt2-eff0792-sem-orange-on-high-contrast)\"\nexport const semOrangeOnSoft = \"var(--volt2-eff0792-sem-orange-on-soft)\"\nexport const semOrangeOnSolid = \"var(--volt2-eff0792-sem-orange-on-solid)\"\nexport const semOrangeSoft = \"var(--volt2-eff0792-sem-orange-soft)\"\nexport const semOrangeSoftHover = \"var(--volt2-eff0792-sem-orange-soft-hover)\"\nexport const semOrangeSolid = \"var(--volt2-eff0792-sem-orange-solid)\"\nexport const semOrangeSolidHover = \"var(--volt2-eff0792-sem-orange-solid-hover)\"\nexport const semOrangeSurface = \"var(--volt2-eff0792-sem-orange-surface)\"\nexport const semOrangeSurfaceHover = \"var(--volt2-eff0792-sem-orange-surface-hover)\"\nexport const semOrangeUi = \"var(--volt2-eff0792-sem-orange-ui)\"\nexport const semOrangeUiHover = \"var(--volt2-eff0792-sem-orange-ui-hover)\"\nexport const semPinkContrast = \"var(--volt2-eff0792-sem-pink-contrast)\"\nexport const semPinkDefault = \"var(--volt2-eff0792-sem-pink-default)\"\nexport const semPinkDisabled = \"var(--volt2-eff0792-sem-pink-disabled)\"\nexport const semPinkHighContrast = \"var(--volt2-eff0792-sem-pink-high-contrast)\"\nexport const semPinkLight = \"var(--volt2-eff0792-sem-pink-light)\"\nexport const semPinkOnHighContrast = \"var(--volt2-eff0792-sem-pink-on-high-contrast)\"\nexport const semPinkOnSoft = \"var(--volt2-eff0792-sem-pink-on-soft)\"\nexport const semPinkOnSolid = \"var(--volt2-eff0792-sem-pink-on-solid)\"\nexport const semPinkSoft = \"var(--volt2-eff0792-sem-pink-soft)\"\nexport const semPinkSoftHover = \"var(--volt2-eff0792-sem-pink-soft-hover)\"\nexport const semPinkSolid = \"var(--volt2-eff0792-sem-pink-solid)\"\nexport const semPinkSolidHover = \"var(--volt2-eff0792-sem-pink-solid-hover)\"\nexport const semPinkSurface = \"var(--volt2-eff0792-sem-pink-surface)\"\nexport const semPinkSurfaceHover = \"var(--volt2-eff0792-sem-pink-surface-hover)\"\nexport const semPinkUi = \"var(--volt2-eff0792-sem-pink-ui)\"\nexport const semPinkUiHover = \"var(--volt2-eff0792-sem-pink-ui-hover)\"\nexport const semPurpleContrast = \"var(--volt2-eff0792-sem-purple-contrast)\"\nexport const semPurpleDefault = \"var(--volt2-eff0792-sem-purple-default)\"\nexport const semPurpleDisabled = \"var(--volt2-eff0792-sem-purple-disabled)\"\nexport const semPurpleHighContrast = \"var(--volt2-eff0792-sem-purple-high-contrast)\"\nexport const semPurpleLight = \"var(--volt2-eff0792-sem-purple-light)\"\nexport const semPurpleOnHighContrast = \"var(--volt2-eff0792-sem-purple-on-high-contrast)\"\nexport const semPurpleOnSoft = \"var(--volt2-eff0792-sem-purple-on-soft)\"\nexport const semPurpleOnSolid = \"var(--volt2-eff0792-sem-purple-on-solid)\"\nexport const semPurpleSoft = \"var(--volt2-eff0792-sem-purple-soft)\"\nexport const semPurpleSoftHover = \"var(--volt2-eff0792-sem-purple-soft-hover)\"\nexport const semPurpleSolid = \"var(--volt2-eff0792-sem-purple-solid)\"\nexport const semPurpleSolidHover = \"var(--volt2-eff0792-sem-purple-solid-hover)\"\nexport const semPurpleSurface = \"var(--volt2-eff0792-sem-purple-surface)\"\nexport const semPurpleSurfaceHover = \"var(--volt2-eff0792-sem-purple-surface-hover)\"\nexport const semPurpleUi = \"var(--volt2-eff0792-sem-purple-ui)\"\nexport const semPurpleUiHover = \"var(--volt2-eff0792-sem-purple-ui-hover)\"\nexport const semRedContrast = \"var(--volt2-eff0792-sem-red-contrast)\"\nexport const semRedDefault = \"var(--volt2-eff0792-sem-red-default)\"\nexport const semRedDisabled = \"var(--volt2-eff0792-sem-red-disabled)\"\nexport const semRedHighContrast = \"var(--volt2-eff0792-sem-red-high-contrast)\"\nexport const semRedLight = \"var(--volt2-eff0792-sem-red-light)\"\nexport const semRedOnHighContrast = \"var(--volt2-eff0792-sem-red-on-high-contrast)\"\nexport const semRedOnSoft = \"var(--volt2-eff0792-sem-red-on-soft)\"\nexport const semRedOnSolid = \"var(--volt2-eff0792-sem-red-on-solid)\"\nexport const semRedSoft = \"var(--volt2-eff0792-sem-red-soft)\"\nexport const semRedSoftHover = \"var(--volt2-eff0792-sem-red-soft-hover)\"\nexport const semRedSolid = \"var(--volt2-eff0792-sem-red-solid)\"\nexport const semRedSolidHover = \"var(--volt2-eff0792-sem-red-solid-hover)\"\nexport const semRedSurface = \"var(--volt2-eff0792-sem-red-surface)\"\nexport const semRedSurfaceHover = \"var(--volt2-eff0792-sem-red-surface-hover)\"\nexport const semRedUi = \"var(--volt2-eff0792-sem-red-ui)\"\nexport const semRedUiHover = \"var(--volt2-eff0792-sem-red-ui-hover)\"\nexport const semSkyContrast = \"var(--volt2-eff0792-sem-sky-contrast)\"\nexport const semSkyDefault = \"var(--volt2-eff0792-sem-sky-default)\"\nexport const semSkyDisabled = \"var(--volt2-eff0792-sem-sky-disabled)\"\nexport const semSkyHighContrast = \"var(--volt2-eff0792-sem-sky-high-contrast)\"\nexport const semSkyLight = \"var(--volt2-eff0792-sem-sky-light)\"\nexport const semSkyOnHighContrast = \"var(--volt2-eff0792-sem-sky-on-high-contrast)\"\nexport const semSkyOnSoft = \"var(--volt2-eff0792-sem-sky-on-soft)\"\nexport const semSkyOnSolid = \"var(--volt2-eff0792-sem-sky-on-solid)\"\nexport const semSkySoft = \"var(--volt2-eff0792-sem-sky-soft)\"\nexport const semSkySoftHover = \"var(--volt2-eff0792-sem-sky-soft-hover)\"\nexport const semSkySolid = \"var(--volt2-eff0792-sem-sky-solid)\"\nexport const semSkySolidHover = \"var(--volt2-eff0792-sem-sky-solid-hover)\"\nexport const semSkySurface = \"var(--volt2-eff0792-sem-sky-surface)\"\nexport const semSkySurfaceHover = \"var(--volt2-eff0792-sem-sky-surface-hover)\"\nexport const semSkyUi = \"var(--volt2-eff0792-sem-sky-ui)\"\nexport const semSkyUiHover = \"var(--volt2-eff0792-sem-sky-ui-hover)\"\nexport const semTealContrast = \"var(--volt2-eff0792-sem-teal-contrast)\"\nexport const semTealDefault = \"var(--volt2-eff0792-sem-teal-default)\"\nexport const semTealDisabled = \"var(--volt2-eff0792-sem-teal-disabled)\"\nexport const semTealHighContrast = \"var(--volt2-eff0792-sem-teal-high-contrast)\"\nexport const semTealLight = \"var(--volt2-eff0792-sem-teal-light)\"\nexport const semTealOnHighContrast = \"var(--volt2-eff0792-sem-teal-on-high-contrast)\"\nexport const semTealOnSoft = \"var(--volt2-eff0792-sem-teal-on-soft)\"\nexport const semTealOnSolid = \"var(--volt2-eff0792-sem-teal-on-solid)\"\nexport const semTealSoft = \"var(--volt2-eff0792-sem-teal-soft)\"\nexport const semTealSoftHover = \"var(--volt2-eff0792-sem-teal-soft-hover)\"\nexport const semTealSolid = \"var(--volt2-eff0792-sem-teal-solid)\"\nexport const semTealSolidHover = \"var(--volt2-eff0792-sem-teal-solid-hover)\"\nexport const semTealSurface = \"var(--volt2-eff0792-sem-teal-surface)\"\nexport const semTealSurfaceHover = \"var(--volt2-eff0792-sem-teal-surface-hover)\"\nexport const semTealUi = \"var(--volt2-eff0792-sem-teal-ui)\"\nexport const semTealUiHover = \"var(--volt2-eff0792-sem-teal-ui-hover)\"\nexport const semYellowContrast = \"var(--volt2-eff0792-sem-yellow-contrast)\"\nexport const semYellowDefault = \"var(--volt2-eff0792-sem-yellow-default)\"\nexport const semYellowDisabled = \"var(--volt2-eff0792-sem-yellow-disabled)\"\nexport const semYellowHighContrast = \"var(--volt2-eff0792-sem-yellow-high-contrast)\"\nexport const semYellowLight = \"var(--volt2-eff0792-sem-yellow-light)\"\nexport const semYellowOnHighContrast = \"var(--volt2-eff0792-sem-yellow-on-high-contrast)\"\nexport const semYellowOnSoft = \"var(--volt2-eff0792-sem-yellow-on-soft)\"\nexport const semYellowOnSolid = \"var(--volt2-eff0792-sem-yellow-on-solid)\"\nexport const semYellowSoft = \"var(--volt2-eff0792-sem-yellow-soft)\"\nexport const semYellowSoftHover = \"var(--volt2-eff0792-sem-yellow-soft-hover)\"\nexport const semYellowSolid = \"var(--volt2-eff0792-sem-yellow-solid)\"\nexport const semYellowSolidHover = \"var(--volt2-eff0792-sem-yellow-solid-hover)\"\nexport const semYellowSurface = \"var(--volt2-eff0792-sem-yellow-surface)\"\nexport const semYellowSurfaceHover = \"var(--volt2-eff0792-sem-yellow-surface-hover)\"\nexport const semYellowUi = \"var(--volt2-eff0792-sem-yellow-ui)\"\nexport const semYellowUiHover = \"var(--volt2-eff0792-sem-yellow-ui-hover)\"\nexport const sky1 = \"var(--volt2-eff0792-sky-1)\"\nexport const sky10 = \"var(--volt2-eff0792-sky-10)\"\nexport const sky11 = \"var(--volt2-eff0792-sky-11)\"\nexport const sky12 = \"var(--volt2-eff0792-sky-12)\"\nexport const sky2 = \"var(--volt2-eff0792-sky-2)\"\nexport const sky3 = \"var(--volt2-eff0792-sky-3)\"\nexport const sky4 = \"var(--volt2-eff0792-sky-4)\"\nexport const sky5 = \"var(--volt2-eff0792-sky-5)\"\nexport const sky6 = \"var(--volt2-eff0792-sky-6)\"\nexport const sky7 = \"var(--volt2-eff0792-sky-7)\"\nexport const sky8 = \"var(--volt2-eff0792-sky-8)\"\nexport const sky9 = \"var(--volt2-eff0792-sky-9)\"\nexport const skyA1 = \"var(--volt2-eff0792-sky-a1)\"\nexport const skyA10 = \"var(--volt2-eff0792-sky-a10)\"\nexport const skyA11 = \"var(--volt2-eff0792-sky-a11)\"\nexport const skyA12 = \"var(--volt2-eff0792-sky-a12)\"\nexport const skyA2 = \"var(--volt2-eff0792-sky-a2)\"\nexport const skyA3 = \"var(--volt2-eff0792-sky-a3)\"\nexport const skyA4 = \"var(--volt2-eff0792-sky-a4)\"\nexport const skyA5 = \"var(--volt2-eff0792-sky-a5)\"\nexport const skyA6 = \"var(--volt2-eff0792-sky-a6)\"\nexport const skyA7 = \"var(--volt2-eff0792-sky-a7)\"\nexport const skyA8 = \"var(--volt2-eff0792-sky-a8)\"\nexport const skyA9 = \"var(--volt2-eff0792-sky-a9)\"\nexport const skyContrast = \"var(--volt2-eff0792-sky-contrast)\"\nexport const skyIndicator = \"var(--volt2-eff0792-sky-indicator)\"\nexport const skySurface = \"var(--volt2-eff0792-sky-surface)\"\nexport const skyTrack = \"var(--volt2-eff0792-sky-track)\"\nexport const teal1 = \"var(--volt2-eff0792-teal-1)\"\nexport const teal10 = \"var(--volt2-eff0792-teal-10)\"\nexport const teal11 = \"var(--volt2-eff0792-teal-11)\"\nexport const teal12 = \"var(--volt2-eff0792-teal-12)\"\nexport const teal2 = \"var(--volt2-eff0792-teal-2)\"\nexport const teal3 = \"var(--volt2-eff0792-teal-3)\"\nexport const teal4 = \"var(--volt2-eff0792-teal-4)\"\nexport const teal5 = \"var(--volt2-eff0792-teal-5)\"\nexport const teal6 = \"var(--volt2-eff0792-teal-6)\"\nexport const teal7 = \"var(--volt2-eff0792-teal-7)\"\nexport const teal8 = \"var(--volt2-eff0792-teal-8)\"\nexport const teal9 = \"var(--volt2-eff0792-teal-9)\"\nexport const tealA1 = \"var(--volt2-eff0792-teal-a1)\"\nexport const tealA10 = \"var(--volt2-eff0792-teal-a10)\"\nexport const tealA11 = \"var(--volt2-eff0792-teal-a11)\"\nexport const tealA12 = \"var(--volt2-eff0792-teal-a12)\"\nexport const tealA2 = \"var(--volt2-eff0792-teal-a2)\"\nexport const tealA3 = \"var(--volt2-eff0792-teal-a3)\"\nexport const tealA4 = \"var(--volt2-eff0792-teal-a4)\"\nexport const tealA5 = \"var(--volt2-eff0792-teal-a5)\"\nexport const tealA6 = \"var(--volt2-eff0792-teal-a6)\"\nexport const tealA7 = \"var(--volt2-eff0792-teal-a7)\"\nexport const tealA8 = \"var(--volt2-eff0792-teal-a8)\"\nexport const tealA9 = \"var(--volt2-eff0792-teal-a9)\"\nexport const tealContrast = \"var(--volt2-eff0792-teal-contrast)\"\nexport const tealIndicator = \"var(--volt2-eff0792-teal-indicator)\"\nexport const tealSurface = \"var(--volt2-eff0792-teal-surface)\"\nexport const tealTrack = \"var(--volt2-eff0792-teal-track)\"\nexport const yellow1 = \"var(--volt2-eff0792-yellow-1)\"\nexport const yellow10 = \"var(--volt2-eff0792-yellow-10)\"\nexport const yellow11 = \"var(--volt2-eff0792-yellow-11)\"\nexport const yellow12 = \"var(--volt2-eff0792-yellow-12)\"\nexport const yellow2 = \"var(--volt2-eff0792-yellow-2)\"\nexport const yellow3 = \"var(--volt2-eff0792-yellow-3)\"\nexport const yellow4 = \"var(--volt2-eff0792-yellow-4)\"\nexport const yellow5 = \"var(--volt2-eff0792-yellow-5)\"\nexport const yellow6 = \"var(--volt2-eff0792-yellow-6)\"\nexport const yellow7 = \"var(--volt2-eff0792-yellow-7)\"\nexport const yellow8 = \"var(--volt2-eff0792-yellow-8)\"\nexport const yellow9 = \"var(--volt2-eff0792-yellow-9)\"\nexport const yellowA1 = \"var(--volt2-eff0792-yellow-a1)\"\nexport const yellowA10 = \"var(--volt2-eff0792-yellow-a10)\"\nexport const yellowA11 = \"var(--volt2-eff0792-yellow-a11)\"\nexport const yellowA12 = \"var(--volt2-eff0792-yellow-a12)\"\nexport const yellowA2 = \"var(--volt2-eff0792-yellow-a2)\"\nexport const yellowA3 = \"var(--volt2-eff0792-yellow-a3)\"\nexport const yellowA4 = \"var(--volt2-eff0792-yellow-a4)\"\nexport const yellowA5 = \"var(--volt2-eff0792-yellow-a5)\"\nexport const yellowA6 = \"var(--volt2-eff0792-yellow-a6)\"\nexport const yellowA7 = \"var(--volt2-eff0792-yellow-a7)\"\nexport const yellowA8 = \"var(--volt2-eff0792-yellow-a8)\"\nexport const yellowA9 = \"var(--volt2-eff0792-yellow-a9)\"\nexport const yellowContrast = \"var(--volt2-eff0792-yellow-contrast)\"\nexport const yellowIndicator = \"var(--volt2-eff0792-yellow-indicator)\"\nexport const yellowSurface = \"var(--volt2-eff0792-yellow-surface)\"\nexport const yellowTrack = \"var(--volt2-eff0792-yellow-track)\"\nexport const accent1 = \"var(--volt2-f2eb09c-accent-1)\"\nexport const accent10 = \"var(--volt2-f2eb09c-accent-10)\"\nexport const accent11 = \"var(--volt2-f2eb09c-accent-11)\"\nexport const accent12 = \"var(--volt2-f2eb09c-accent-12)\"\nexport const accent2 = \"var(--volt2-f2eb09c-accent-2)\"\nexport const accent3 = \"var(--volt2-f2eb09c-accent-3)\"\nexport const accent4 = \"var(--volt2-f2eb09c-accent-4)\"\nexport const accent5 = \"var(--volt2-f2eb09c-accent-5)\"\nexport const accent6 = \"var(--volt2-f2eb09c-accent-6)\"\nexport const accent7 = \"var(--volt2-f2eb09c-accent-7)\"\nexport const accent8 = \"var(--volt2-f2eb09c-accent-8)\"\nexport const accent9 = \"var(--volt2-f2eb09c-accent-9)\"\nexport const accentA1 = \"var(--volt2-f2eb09c-accent-a1)\"\nexport const accentA10 = \"var(--volt2-f2eb09c-accent-a10)\"\nexport const accentA11 = \"var(--volt2-f2eb09c-accent-a11)\"\nexport const accentA12 = \"var(--volt2-f2eb09c-accent-a12)\"\nexport const accentA2 = \"var(--volt2-f2eb09c-accent-a2)\"\nexport const accentA3 = \"var(--volt2-f2eb09c-accent-a3)\"\nexport const accentA4 = \"var(--volt2-f2eb09c-accent-a4)\"\nexport const accentA5 = \"var(--volt2-f2eb09c-accent-a5)\"\nexport const accentA6 = \"var(--volt2-f2eb09c-accent-a6)\"\nexport const accentA7 = \"var(--volt2-f2eb09c-accent-a7)\"\nexport const accentA8 = \"var(--volt2-f2eb09c-accent-a8)\"\nexport const accentA9 = \"var(--volt2-f2eb09c-accent-a9)\"\nexport const accentContrast = \"var(--volt2-f2eb09c-accent-contrast)\"\nexport const accentIndicator = \"var(--volt2-f2eb09c-accent-indicator)\"\nexport const accentSurface = \"var(--volt2-f2eb09c-accent-surface)\"\nexport const accentTrack = \"var(--volt2-f2eb09c-accent-track)\"\nexport const blackA22 = \"var(--volt2-f2eb09c-black-a22)\"\nexport const blackA32 = \"var(--volt2-f2eb09c-black-a32)\"\nexport const blackA38 = \"var(--volt2-f2eb09c-black-a38)\"\nexport const blurField = \"var(--volt2-f2eb09c-blur-field)\"\nexport const blurObject = \"var(--volt2-f2eb09c-blur-object)\"\nexport const blurPGlassField = \"var(--volt2-f2eb09c-blur-p-glass-field)\"\nexport const blurPGlassObject = \"var(--volt2-f2eb09c-blur-p-glass-object)\"\nexport const blurPNone = \"var(--volt2-f2eb09c-blur-p-none)\"\nexport const body = \"var(--volt2-f2eb09c-body)\"\nexport const borderContainer = \"var(--volt2-f2eb09c-border-container)\"\nexport const borderField = \"var(--volt2-f2eb09c-border-field)\"\nexport const borderHairline = \"var(--volt2-f2eb09c-border-hairline)\"\nexport const borderHeader = \"var(--volt2-f2eb09c-border-header)\"\nexport const borderNone = \"var(--volt2-f2eb09c-border-none)\"\nexport const borderObject = \"var(--volt2-f2eb09c-border-object)\"\nexport const borderOverlay = \"var(--volt2-f2eb09c-border-overlay)\"\nexport const borderWidthContainer = \"var(--volt2-f2eb09c-border-width-container)\"\nexport const borderWidthField = \"var(--volt2-f2eb09c-border-width-field)\"\nexport const borderWidthHeader = \"var(--volt2-f2eb09c-border-width-header)\"\nexport const borderWidthObject = \"var(--volt2-f2eb09c-border-width-object)\"\nexport const borderWidthOverlay = \"var(--volt2-f2eb09c-border-width-overlay)\"\nexport const buttonBaseMinHeight = \"var(--volt2-f2eb09c-button-base-min-height)\"\nexport const buttonBasePaddingInline = \"var(--volt2-f2eb09c-button-base-padding-inline)\"\nexport const buttonIconSize = \"var(--volt2-f2eb09c-button-icon-size)\"\nexport const container2xl = \"var(--volt2-f2eb09c-container-2xl)\"\nexport const container3xl = \"var(--volt2-f2eb09c-container-3xl)\"\nexport const container4xl = \"var(--volt2-f2eb09c-container-4xl)\"\nexport const container5xl = \"var(--volt2-f2eb09c-container-5xl)\"\nexport const containerLg = \"var(--volt2-f2eb09c-container-lg)\"\nexport const containerMd = \"var(--volt2-f2eb09c-container-md)\"\nexport const containerSm = \"var(--volt2-f2eb09c-container-sm)\"\nexport const containerXl = \"var(--volt2-f2eb09c-container-xl)\"\nexport const ease = \"var(--volt2-f2eb09c-ease)\"\nexport const error1 = \"var(--volt2-f2eb09c-error-1)\"\nexport const error10 = \"var(--volt2-f2eb09c-error-10)\"\nexport const error11 = \"var(--volt2-f2eb09c-error-11)\"\nexport const error12 = \"var(--volt2-f2eb09c-error-12)\"\nexport const error2 = \"var(--volt2-f2eb09c-error-2)\"\nexport const error3 = \"var(--volt2-f2eb09c-error-3)\"\nexport const error4 = \"var(--volt2-f2eb09c-error-4)\"\nexport const error5 = \"var(--volt2-f2eb09c-error-5)\"\nexport const error6 = \"var(--volt2-f2eb09c-error-6)\"\nexport const error7 = \"var(--volt2-f2eb09c-error-7)\"\nexport const error8 = \"var(--volt2-f2eb09c-error-8)\"\nexport const error9 = \"var(--volt2-f2eb09c-error-9)\"\nexport const errorA1 = \"var(--volt2-f2eb09c-error-a1)\"\nexport const errorA10 = \"var(--volt2-f2eb09c-error-a10)\"\nexport const errorA11 = \"var(--volt2-f2eb09c-error-a11)\"\nexport const errorA12 = \"var(--volt2-f2eb09c-error-a12)\"\nexport const errorA2 = \"var(--volt2-f2eb09c-error-a2)\"\nexport const errorA3 = \"var(--volt2-f2eb09c-error-a3)\"\nexport const errorA4 = \"var(--volt2-f2eb09c-error-a4)\"\nexport const errorA5 = \"var(--volt2-f2eb09c-error-a5)\"\nexport const errorA6 = \"var(--volt2-f2eb09c-error-a6)\"\nexport const errorA7 = \"var(--volt2-f2eb09c-error-a7)\"\nexport const errorA8 = \"var(--volt2-f2eb09c-error-a8)\"\nexport const errorA9 = \"var(--volt2-f2eb09c-error-a9)\"\nexport const errorContrast = \"var(--volt2-f2eb09c-error-contrast)\"\nexport const errorIndicator = \"var(--volt2-f2eb09c-error-indicator)\"\nexport const errorSurface = \"var(--volt2-f2eb09c-error-surface)\"\nexport const errorTrack = \"var(--volt2-f2eb09c-error-track)\"\nexport const fieldInputHeight = \"var(--volt2-f2eb09c-field-input-height)\"\nexport const fieldPaddingX = \"var(--volt2-f2eb09c-field-padding-x)\"\nexport const fieldPaddingY = \"var(--volt2-f2eb09c-field-padding-y)\"\nexport const fieldSetGap = \"var(--volt2-f2eb09c-field-set-gap)\"\nexport const fontWeightBold = \"var(--volt2-f2eb09c-font-weight-bold)\"\nexport const fontWeightMedium = \"var(--volt2-f2eb09c-font-weight-medium)\"\nexport const fontWeightNormal = \"var(--volt2-f2eb09c-font-weight-normal)\"\nexport const fontWeightSemibold = \"var(--volt2-f2eb09c-font-weight-semibold)\"\nexport const fxBorderHeaderPlain = \"var(--volt2-f2eb09c-fx-border-header-plain)\"\nexport const fxBorderPlainObject = \"var(--volt2-f2eb09c-fx-border-plain-object)\"\nexport const fxCardBloomBlue = \"var(--volt2-f2eb09c-fx-card-bloom-blue)\"\nexport const fxCardBloomViolet = \"var(--volt2-f2eb09c-fx-card-bloom-violet)\"\nexport const fxCardWash2 = \"var(--volt2-f2eb09c-fx-card-wash-2)\"\nexport const fxGlassBloomBlue = \"var(--volt2-f2eb09c-fx-glass-bloom-blue)\"\nexport const fxGlassBloomBlueDark = \"var(--volt2-f2eb09c-fx-glass-bloom-blue-dark)\"\nexport const fxGlassBloomViolet = \"var(--volt2-f2eb09c-fx-glass-bloom-violet)\"\nexport const fxGlassBloomVioletDark = \"var(--volt2-f2eb09c-fx-glass-bloom-violet-dark)\"\nexport const fxGlassObjectDark = \"var(--volt2-f2eb09c-fx-glass-object-dark)\"\nexport const fxGlassWash1 = \"var(--volt2-f2eb09c-fx-glass-wash-1)\"\nexport const fxGlassWash2 = \"var(--volt2-f2eb09c-fx-glass-wash-2)\"\nexport const fxGlassWash3 = \"var(--volt2-f2eb09c-fx-glass-wash-3)\"\nexport const fxGlassWashDark1 = \"var(--volt2-f2eb09c-fx-glass-wash-dark-1)\"\nexport const fxGlassWashDark2 = \"var(--volt2-f2eb09c-fx-glass-wash-dark-2)\"\nexport const fxGlassWashDark3 = \"var(--volt2-f2eb09c-fx-glass-wash-dark-3)\"\nexport const fxHoverPlainRow = \"var(--volt2-f2eb09c-fx-hover-plain-row)\"\nexport const fxSepPlain = \"var(--volt2-f2eb09c-fx-sep-plain)\"\nexport const fxShadeCoolA12 = \"var(--volt2-f2eb09c-fx-shade-cool-a12)\"\nexport const fxShadeCoolA7 = \"var(--volt2-f2eb09c-fx-shade-cool-a7)\"\nexport const fxShadeCoolA8 = \"var(--volt2-f2eb09c-fx-shade-cool-a8)\"\nexport const fxShadeDeepA10 = \"var(--volt2-f2eb09c-fx-shade-deep-a10)\"\nexport const fxShadeDeepA6 = \"var(--volt2-f2eb09c-fx-shade-deep-a6)\"\nexport const fxShadeDeepA7 = \"var(--volt2-f2eb09c-fx-shade-deep-a7)\"\nexport const fxShadeNavyA16 = \"var(--volt2-f2eb09c-fx-shade-navy-a16)\"\nexport const fxShadeOverlayA22 = \"var(--volt2-f2eb09c-fx-shade-overlay-a22)\"\nexport const fxTintWash1 = \"var(--volt2-f2eb09c-fx-tint-wash-1)\"\nexport const fxTintWash2 = \"var(--volt2-f2eb09c-fx-tint-wash-2)\"\nexport const fxWashBorderedDark = \"var(--volt2-f2eb09c-fx-wash-bordered-dark)\"\nexport const fxWashBorderedLight = \"var(--volt2-f2eb09c-fx-wash-bordered-light)\"\nexport const fxWashPlain = \"var(--volt2-f2eb09c-fx-wash-plain)\"\nexport const gradientBorderedWash = \"var(--volt2-f2eb09c-gradient-bordered-wash)\"\nexport const gradientBorderedWashDark = \"var(--volt2-f2eb09c-gradient-bordered-wash-dark)\"\nexport const gradientCardWash = \"var(--volt2-f2eb09c-gradient-card-wash)\"\nexport const gradientGlassWash = \"var(--volt2-f2eb09c-gradient-glass-wash)\"\nexport const gradientGlassWashDark = \"var(--volt2-f2eb09c-gradient-glass-wash-dark)\"\nexport const gradientPlainWash = \"var(--volt2-f2eb09c-gradient-plain-wash)\"\nexport const gradientTintWash = \"var(--volt2-f2eb09c-gradient-tint-wash)\"\nexport const gray1 = \"var(--volt2-f2eb09c-gray-1)\"\nexport const gray10 = \"var(--volt2-f2eb09c-gray-10)\"\nexport const gray11 = \"var(--volt2-f2eb09c-gray-11)\"\nexport const gray12 = \"var(--volt2-f2eb09c-gray-12)\"\nexport const gray2 = \"var(--volt2-f2eb09c-gray-2)\"\nexport const gray3 = \"var(--volt2-f2eb09c-gray-3)\"\nexport const gray4 = \"var(--volt2-f2eb09c-gray-4)\"\nexport const gray5 = \"var(--volt2-f2eb09c-gray-5)\"\nexport const gray6 = \"var(--volt2-f2eb09c-gray-6)\"\nexport const gray7 = \"var(--volt2-f2eb09c-gray-7)\"\nexport const gray8 = \"var(--volt2-f2eb09c-gray-8)\"\nexport const gray9 = \"var(--volt2-f2eb09c-gray-9)\"\nexport const grayA1 = \"var(--volt2-f2eb09c-gray-a1)\"\nexport const grayA10 = \"var(--volt2-f2eb09c-gray-a10)\"\nexport const grayA11 = \"var(--volt2-f2eb09c-gray-a11)\"\nexport const grayA12 = \"var(--volt2-f2eb09c-gray-a12)\"\nexport const grayA2 = \"var(--volt2-f2eb09c-gray-a2)\"\nexport const grayA3 = \"var(--volt2-f2eb09c-gray-a3)\"\nexport const grayA4 = \"var(--volt2-f2eb09c-gray-a4)\"\nexport const grayA5 = \"var(--volt2-f2eb09c-gray-a5)\"\nexport const grayA6 = \"var(--volt2-f2eb09c-gray-a6)\"\nexport const grayA7 = \"var(--volt2-f2eb09c-gray-a7)\"\nexport const grayA8 = \"var(--volt2-f2eb09c-gray-a8)\"\nexport const grayA9 = \"var(--volt2-f2eb09c-gray-a9)\"\nexport const grayContrast = \"var(--volt2-f2eb09c-gray-contrast)\"\nexport const grayIndicator = \"var(--volt2-f2eb09c-gray-indicator)\"\nexport const graySurface = \"var(--volt2-f2eb09c-gray-surface)\"\nexport const grayTrack = \"var(--volt2-f2eb09c-gray-track)\"\nexport const info1 = \"var(--volt2-f2eb09c-info-1)\"\nexport const info10 = \"var(--volt2-f2eb09c-info-10)\"\nexport const info11 = \"var(--volt2-f2eb09c-info-11)\"\nexport const info12 = \"var(--volt2-f2eb09c-info-12)\"\nexport const info2 = \"var(--volt2-f2eb09c-info-2)\"\nexport const info3 = \"var(--volt2-f2eb09c-info-3)\"\nexport const info4 = \"var(--volt2-f2eb09c-info-4)\"\nexport const info5 = \"var(--volt2-f2eb09c-info-5)\"\nexport const info6 = \"var(--volt2-f2eb09c-info-6)\"\nexport const info7 = \"var(--volt2-f2eb09c-info-7)\"\nexport const info8 = \"var(--volt2-f2eb09c-info-8)\"\nexport const info9 = \"var(--volt2-f2eb09c-info-9)\"\nexport const infoA1 = \"var(--volt2-f2eb09c-info-a1)\"\nexport const infoA10 = \"var(--volt2-f2eb09c-info-a10)\"\nexport const infoA11 = \"var(--volt2-f2eb09c-info-a11)\"\nexport const infoA12 = \"var(--volt2-f2eb09c-info-a12)\"\nexport const infoA2 = \"var(--volt2-f2eb09c-info-a2)\"\nexport const infoA3 = \"var(--volt2-f2eb09c-info-a3)\"\nexport const infoA4 = \"var(--volt2-f2eb09c-info-a4)\"\nexport const infoA5 = \"var(--volt2-f2eb09c-info-a5)\"\nexport const infoA6 = \"var(--volt2-f2eb09c-info-a6)\"\nexport const infoA7 = \"var(--volt2-f2eb09c-info-a7)\"\nexport const infoA8 = \"var(--volt2-f2eb09c-info-a8)\"\nexport const infoA9 = \"var(--volt2-f2eb09c-info-a9)\"\nexport const infoContrast = \"var(--volt2-f2eb09c-info-contrast)\"\nexport const infoIndicator = \"var(--volt2-f2eb09c-info-indicator)\"\nexport const infoSurface = \"var(--volt2-f2eb09c-info-surface)\"\nexport const infoTrack = \"var(--volt2-f2eb09c-info-track)\"\nexport const leading2xl = \"var(--volt2-f2eb09c-leading-2xl)\"\nexport const leading3xl = \"var(--volt2-f2eb09c-leading-3xl)\"\nexport const leadingBase = \"var(--volt2-f2eb09c-leading-base)\"\nexport const leadingLg = \"var(--volt2-f2eb09c-leading-lg)\"\nexport const leadingSm = \"var(--volt2-f2eb09c-leading-sm)\"\nexport const leadingXl = \"var(--volt2-f2eb09c-leading-xl)\"\nexport const leadingXs = \"var(--volt2-f2eb09c-leading-xs)\"\nexport const level1 = \"var(--volt2-f2eb09c-level-1)\"\nexport const listIndexMinWidth = \"var(--volt2-f2eb09c-list-index-min-width)\"\nexport const listIndexPaddingX = \"var(--volt2-f2eb09c-list-index-padding-x)\"\nexport const listItemGap = \"var(--volt2-f2eb09c-list-item-gap)\"\nexport const listItemMinHeight = \"var(--volt2-f2eb09c-list-item-min-height)\"\nexport const listItemPaddingX = \"var(--volt2-f2eb09c-list-item-padding-x)\"\nexport const listItemPaddingY = \"var(--volt2-f2eb09c-list-item-padding-y)\"\nexport const motionBase = \"var(--volt2-f2eb09c-motion-base)\"\nexport const motionFast = \"var(--volt2-f2eb09c-motion-fast)\"\nexport const motionSlow = \"var(--volt2-f2eb09c-motion-slow)\"\nexport const radius2xl = \"var(--volt2-f2eb09c-radius-2xl)\"\nexport const radius3xl = \"var(--volt2-f2eb09c-radius-3xl)\"\nexport const radiusFull = \"var(--volt2-f2eb09c-radius-full)\"\nexport const radiusLg = \"var(--volt2-f2eb09c-radius-lg)\"\nexport const radiusMd = \"var(--volt2-f2eb09c-radius-md)\"\nexport const radiusSm = \"var(--volt2-f2eb09c-radius-sm)\"\nexport const radiusXl = \"var(--volt2-f2eb09c-radius-xl)\"\nexport const selectContentGap = \"var(--volt2-f2eb09c-select-content-gap)\"\nexport const selectContentPadding = \"var(--volt2-f2eb09c-select-content-padding)\"\nexport const selectItemPaddingLeft = \"var(--volt2-f2eb09c-select-item-padding-left)\"\nexport const selectItemPaddingY = \"var(--volt2-f2eb09c-select-item-padding-y)\"\nexport const semAccentContrast = \"var(--volt2-f2eb09c-sem-accent-contrast)\"\nexport const semAccentDefault = \"var(--volt2-f2eb09c-sem-accent-default)\"\nexport const semAccentDisabled = \"var(--volt2-f2eb09c-sem-accent-disabled)\"\nexport const semAccentHighContrast = \"var(--volt2-f2eb09c-sem-accent-high-contrast)\"\nexport const semAccentLight = \"var(--volt2-f2eb09c-sem-accent-light)\"\nexport const semAccentOnHighContrast = \"var(--volt2-f2eb09c-sem-accent-on-high-contrast)\"\nexport const semAccentOnSoft = \"var(--volt2-f2eb09c-sem-accent-on-soft)\"\nexport const semAccentOnSolid = \"var(--volt2-f2eb09c-sem-accent-on-solid)\"\nexport const semAccentSoft = \"var(--volt2-f2eb09c-sem-accent-soft)\"\nexport const semAccentSoftHover = \"var(--volt2-f2eb09c-sem-accent-soft-hover)\"\nexport const semAccentSolid = \"var(--volt2-f2eb09c-sem-accent-solid)\"\nexport const semAccentSolidHover = \"var(--volt2-f2eb09c-sem-accent-solid-hover)\"\nexport const semAccentSurface = \"var(--volt2-f2eb09c-sem-accent-surface)\"\nexport const semAccentSurfaceHover = \"var(--volt2-f2eb09c-sem-accent-surface-hover)\"\nexport const semAccentUi = \"var(--volt2-f2eb09c-sem-accent-ui)\"\nexport const semAccentUiHover = \"var(--volt2-f2eb09c-sem-accent-ui-hover)\"\nexport const semBody = \"var(--volt2-f2eb09c-sem-body)\"\nexport const semErrorContrast = \"var(--volt2-f2eb09c-sem-error-contrast)\"\nexport const semErrorDefault = \"var(--volt2-f2eb09c-sem-error-default)\"\nexport const semErrorDisabled = \"var(--volt2-f2eb09c-sem-error-disabled)\"\nexport const semErrorHighContrast = \"var(--volt2-f2eb09c-sem-error-high-contrast)\"\nexport const semErrorLight = \"var(--volt2-f2eb09c-sem-error-light)\"\nexport const semErrorOnHighContrast = \"var(--volt2-f2eb09c-sem-error-on-high-contrast)\"\nexport const semErrorOnSoft = \"var(--volt2-f2eb09c-sem-error-on-soft)\"\nexport const semErrorOnSolid = \"var(--volt2-f2eb09c-sem-error-on-solid)\"\nexport const semErrorSoft = \"var(--volt2-f2eb09c-sem-error-soft)\"\nexport const semErrorSoftHover = \"var(--volt2-f2eb09c-sem-error-soft-hover)\"\nexport const semErrorSolid = \"var(--volt2-f2eb09c-sem-error-solid)\"\nexport const semErrorSolidHover = \"var(--volt2-f2eb09c-sem-error-solid-hover)\"\nexport const semErrorSurface = \"var(--volt2-f2eb09c-sem-error-surface)\"\nexport const semErrorSurfaceHover = \"var(--volt2-f2eb09c-sem-error-surface-hover)\"\nexport const semErrorUi = \"var(--volt2-f2eb09c-sem-error-ui)\"\nexport const semErrorUiHover = \"var(--volt2-f2eb09c-sem-error-ui-hover)\"\nexport const semFocusRing = \"var(--volt2-f2eb09c-sem-focus-ring)\"\nexport const semGrayContrast = \"var(--volt2-f2eb09c-sem-gray-contrast)\"\nexport const semGrayDefault = \"var(--volt2-f2eb09c-sem-gray-default)\"\nexport const semGrayDisabled = \"var(--volt2-f2eb09c-sem-gray-disabled)\"\nexport const semGrayHighContrast = \"var(--volt2-f2eb09c-sem-gray-high-contrast)\"\nexport const semGrayLight = \"var(--volt2-f2eb09c-sem-gray-light)\"\nexport const semGrayOnHighContrast = \"var(--volt2-f2eb09c-sem-gray-on-high-contrast)\"\nexport const semGrayOnSoft = \"var(--volt2-f2eb09c-sem-gray-on-soft)\"\nexport const semGrayOnSolid = \"var(--volt2-f2eb09c-sem-gray-on-solid)\"\nexport const semGraySoft = \"var(--volt2-f2eb09c-sem-gray-soft)\"\nexport const semGraySoftHover = \"var(--volt2-f2eb09c-sem-gray-soft-hover)\"\nexport const semGraySolid = \"var(--volt2-f2eb09c-sem-gray-solid)\"\nexport const semGraySolidHover = \"var(--volt2-f2eb09c-sem-gray-solid-hover)\"\nexport const semGraySurface = \"var(--volt2-f2eb09c-sem-gray-surface)\"\nexport const semGraySurfaceHover = \"var(--volt2-f2eb09c-sem-gray-surface-hover)\"\nexport const semGrayUi = \"var(--volt2-f2eb09c-sem-gray-ui)\"\nexport const semGrayUiHover = \"var(--volt2-f2eb09c-sem-gray-ui-hover)\"\nexport const semInfoContrast = \"var(--volt2-f2eb09c-sem-info-contrast)\"\nexport const semInfoDefault = \"var(--volt2-f2eb09c-sem-info-default)\"\nexport const semInfoDisabled = \"var(--volt2-f2eb09c-sem-info-disabled)\"\nexport const semInfoHighContrast = \"var(--volt2-f2eb09c-sem-info-high-contrast)\"\nexport const semInfoLight = \"var(--volt2-f2eb09c-sem-info-light)\"\nexport const semInfoOnHighContrast = \"var(--volt2-f2eb09c-sem-info-on-high-contrast)\"\nexport const semInfoOnSoft = \"var(--volt2-f2eb09c-sem-info-on-soft)\"\nexport const semInfoOnSolid = \"var(--volt2-f2eb09c-sem-info-on-solid)\"\nexport const semInfoSoft = \"var(--volt2-f2eb09c-sem-info-soft)\"\nexport const semInfoSoftHover = \"var(--volt2-f2eb09c-sem-info-soft-hover)\"\nexport const semInfoSolid = \"var(--volt2-f2eb09c-sem-info-solid)\"\nexport const semInfoSolidHover = \"var(--volt2-f2eb09c-sem-info-solid-hover)\"\nexport const semInfoSurface = \"var(--volt2-f2eb09c-sem-info-surface)\"\nexport const semInfoSurfaceHover = \"var(--volt2-f2eb09c-sem-info-surface-hover)\"\nexport const semInfoUi = \"var(--volt2-f2eb09c-sem-info-ui)\"\nexport const semInfoUiHover = \"var(--volt2-f2eb09c-sem-info-ui-hover)\"\nexport const semLevel1 = \"var(--volt2-f2eb09c-sem-level-1)\"\nexport const semLevel2 = \"var(--volt2-f2eb09c-sem-level-2)\"\nexport const semLevel3 = \"var(--volt2-f2eb09c-sem-level-3)\"\nexport const semSuccessContrast = \"var(--volt2-f2eb09c-sem-success-contrast)\"\nexport const semSuccessDefault = \"var(--volt2-f2eb09c-sem-success-default)\"\nexport const semSuccessDisabled = \"var(--volt2-f2eb09c-sem-success-disabled)\"\nexport const semSuccessHighContrast = \"var(--volt2-f2eb09c-sem-success-high-contrast)\"\nexport const semSuccessLight = \"var(--volt2-f2eb09c-sem-success-light)\"\nexport const semSuccessOnHighContrast = \"var(--volt2-f2eb09c-sem-success-on-high-contrast)\"\nexport const semSuccessOnSoft = \"var(--volt2-f2eb09c-sem-success-on-soft)\"\nexport const semSuccessOnSolid = \"var(--volt2-f2eb09c-sem-success-on-solid)\"\nexport const semSuccessSoft = \"var(--volt2-f2eb09c-sem-success-soft)\"\nexport const semSuccessSoftHover = \"var(--volt2-f2eb09c-sem-success-soft-hover)\"\nexport const semSuccessSolid = \"var(--volt2-f2eb09c-sem-success-solid)\"\nexport const semSuccessSolidHover = \"var(--volt2-f2eb09c-sem-success-solid-hover)\"\nexport const semSuccessSurface = \"var(--volt2-f2eb09c-sem-success-surface)\"\nexport const semSuccessSurfaceHover = \"var(--volt2-f2eb09c-sem-success-surface-hover)\"\nexport const semSuccessUi = \"var(--volt2-f2eb09c-sem-success-ui)\"\nexport const semSuccessUiHover = \"var(--volt2-f2eb09c-sem-success-ui-hover)\"\nexport const semWarningContrast = \"var(--volt2-f2eb09c-sem-warning-contrast)\"\nexport const semWarningDefault = \"var(--volt2-f2eb09c-sem-warning-default)\"\nexport const semWarningDisabled = \"var(--volt2-f2eb09c-sem-warning-disabled)\"\nexport const semWarningHighContrast = \"var(--volt2-f2eb09c-sem-warning-high-contrast)\"\nexport const semWarningLight = \"var(--volt2-f2eb09c-sem-warning-light)\"\nexport const semWarningOnHighContrast = \"var(--volt2-f2eb09c-sem-warning-on-high-contrast)\"\nexport const semWarningOnSoft = \"var(--volt2-f2eb09c-sem-warning-on-soft)\"\nexport const semWarningOnSolid = \"var(--volt2-f2eb09c-sem-warning-on-solid)\"\nexport const semWarningSoft = \"var(--volt2-f2eb09c-sem-warning-soft)\"\nexport const semWarningSoftHover = \"var(--volt2-f2eb09c-sem-warning-soft-hover)\"\nexport const semWarningSolid = \"var(--volt2-f2eb09c-sem-warning-solid)\"\nexport const semWarningSolidHover = \"var(--volt2-f2eb09c-sem-warning-solid-hover)\"\nexport const semWarningSurface = \"var(--volt2-f2eb09c-sem-warning-surface)\"\nexport const semWarningSurfaceHover = \"var(--volt2-f2eb09c-sem-warning-surface-hover)\"\nexport const semWarningUi = \"var(--volt2-f2eb09c-sem-warning-ui)\"\nexport const semWarningUiHover = \"var(--volt2-f2eb09c-sem-warning-ui-hover)\"\nexport const shadowContainer = \"var(--volt2-f2eb09c-shadow-container)\"\nexport const shadowField = \"var(--volt2-f2eb09c-shadow-field)\"\nexport const shadowObject = \"var(--volt2-f2eb09c-shadow-object)\"\nexport const shadowOverlay = \"var(--volt2-f2eb09c-shadow-overlay)\"\nexport const shadowPBorderedOverlay = \"var(--volt2-f2eb09c-shadow-p-bordered-overlay)\"\nexport const shadowPCardContainer = \"var(--volt2-f2eb09c-shadow-p-card-container)\"\nexport const shadowPGlassContainer = \"var(--volt2-f2eb09c-shadow-p-glass-container)\"\nexport const shadowPGlassContainerDark = \"var(--volt2-f2eb09c-shadow-p-glass-container-dark)\"\nexport const shadowPGlassField = \"var(--volt2-f2eb09c-shadow-p-glass-field)\"\nexport const shadowPGlassObject = \"var(--volt2-f2eb09c-shadow-p-glass-object)\"\nexport const shadowPGlassObjectDark = \"var(--volt2-f2eb09c-shadow-p-glass-object-dark)\"\nexport const shadowPNone = \"var(--volt2-f2eb09c-shadow-p-none)\"\nexport const shadowPPlainContainer = \"var(--volt2-f2eb09c-shadow-p-plain-container)\"\nexport const spacingElement05 = \"var(--volt2-f2eb09c-spacing-element-0-5)\"\nexport const spacingElement1 = \"var(--volt2-f2eb09c-spacing-element-1)\"\nexport const spacingElement15 = \"var(--volt2-f2eb09c-spacing-element-1-5)\"\nexport const spacingElement2 = \"var(--volt2-f2eb09c-spacing-element-2)\"\nexport const spacingElement25 = \"var(--volt2-f2eb09c-spacing-element-2-5)\"\nexport const spacingElement3 = \"var(--volt2-f2eb09c-spacing-element-3)\"\nexport const spacingGroup1 = \"var(--volt2-f2eb09c-spacing-group-1)\"\nexport const spacingGroup2 = \"var(--volt2-f2eb09c-spacing-group-2)\"\nexport const spacingLayout05 = \"var(--volt2-f2eb09c-spacing-layout-0-5)\"\nexport const spacingLayout1 = \"var(--volt2-f2eb09c-spacing-layout-1)\"\nexport const spacingLayout15 = \"var(--volt2-f2eb09c-spacing-layout-1-5)\"\nexport const spacingLayout2 = \"var(--volt2-f2eb09c-spacing-layout-2)\"\nexport const spacingLayout25 = \"var(--volt2-f2eb09c-spacing-layout-2-5)\"\nexport const spacingLayout3 = \"var(--volt2-f2eb09c-spacing-layout-3)\"\nexport const spacingLayout4 = \"var(--volt2-f2eb09c-spacing-layout-4)\"\nexport const spacingNone = \"var(--volt2-f2eb09c-spacing-none)\"\nexport const success1 = \"var(--volt2-f2eb09c-success-1)\"\nexport const success10 = \"var(--volt2-f2eb09c-success-10)\"\nexport const success11 = \"var(--volt2-f2eb09c-success-11)\"\nexport const success12 = \"var(--volt2-f2eb09c-success-12)\"\nexport const success2 = \"var(--volt2-f2eb09c-success-2)\"\nexport const success3 = \"var(--volt2-f2eb09c-success-3)\"\nexport const success4 = \"var(--volt2-f2eb09c-success-4)\"\nexport const success5 = \"var(--volt2-f2eb09c-success-5)\"\nexport const success6 = \"var(--volt2-f2eb09c-success-6)\"\nexport const success7 = \"var(--volt2-f2eb09c-success-7)\"\nexport const success8 = \"var(--volt2-f2eb09c-success-8)\"\nexport const success9 = \"var(--volt2-f2eb09c-success-9)\"\nexport const successA1 = \"var(--volt2-f2eb09c-success-a1)\"\nexport const successA10 = \"var(--volt2-f2eb09c-success-a10)\"\nexport const successA11 = \"var(--volt2-f2eb09c-success-a11)\"\nexport const successA12 = \"var(--volt2-f2eb09c-success-a12)\"\nexport const successA2 = \"var(--volt2-f2eb09c-success-a2)\"\nexport const successA3 = \"var(--volt2-f2eb09c-success-a3)\"\nexport const successA4 = \"var(--volt2-f2eb09c-success-a4)\"\nexport const successA5 = \"var(--volt2-f2eb09c-success-a5)\"\nexport const successA6 = \"var(--volt2-f2eb09c-success-a6)\"\nexport const successA7 = \"var(--volt2-f2eb09c-success-a7)\"\nexport const successA8 = \"var(--volt2-f2eb09c-success-a8)\"\nexport const successA9 = \"var(--volt2-f2eb09c-success-a9)\"\nexport const successContrast = \"var(--volt2-f2eb09c-success-contrast)\"\nexport const successIndicator = \"var(--volt2-f2eb09c-success-indicator)\"\nexport const successSurface = \"var(--volt2-f2eb09c-success-surface)\"\nexport const successTrack = \"var(--volt2-f2eb09c-success-track)\"\nexport const surfaceContainer = \"var(--volt2-f2eb09c-surface-container)\"\nexport const surfaceField = \"var(--volt2-f2eb09c-surface-field)\"\nexport const surfaceGap = \"var(--volt2-f2eb09c-surface-gap)\"\nexport const surfaceHeader = \"var(--volt2-f2eb09c-surface-header)\"\nexport const surfaceInset = \"var(--volt2-f2eb09c-surface-inset)\"\nexport const surfaceObject = \"var(--volt2-f2eb09c-surface-object)\"\nexport const surfaceOverlay = \"var(--volt2-f2eb09c-surface-overlay)\"\nexport const surfaceRadiusContainer = \"var(--volt2-f2eb09c-surface-radius-container)\"\nexport const surfaceRadiusField = \"var(--volt2-f2eb09c-surface-radius-field)\"\nexport const surfaceRadiusObject = \"var(--volt2-f2eb09c-surface-radius-object)\"\nexport const surfaceRadiusOverlay = \"var(--volt2-f2eb09c-surface-radius-overlay)\"\nexport const surfaceRadiusPill = \"var(--volt2-f2eb09c-surface-radius-pill)\"\nexport const surfaceSep = \"var(--volt2-f2eb09c-surface-sep)\"\nexport const surfaceWash = \"var(--volt2-f2eb09c-surface-wash)\"\nexport const tableCellPaddingY = \"var(--volt2-f2eb09c-table-cell-padding-y)\"\nexport const tableHeadHeight = \"var(--volt2-f2eb09c-table-head-height)\"\nexport const text2xl = \"var(--volt2-f2eb09c-text-2xl)\"\nexport const text3xl = \"var(--volt2-f2eb09c-text-3xl)\"\nexport const textBase = \"var(--volt2-f2eb09c-text-base)\"\nexport const textLg = \"var(--volt2-f2eb09c-text-lg)\"\nexport const textSm = \"var(--volt2-f2eb09c-text-sm)\"\nexport const textXl = \"var(--volt2-f2eb09c-text-xl)\"\nexport const textXs = \"var(--volt2-f2eb09c-text-xs)\"\nexport const trackingNormal = \"var(--volt2-f2eb09c-tracking-normal)\"\nexport const trackingTight = \"var(--volt2-f2eb09c-tracking-tight)\"\nexport const trackingTighter = \"var(--volt2-f2eb09c-tracking-tighter)\"\nexport const transparent = \"var(--volt2-f2eb09c-transparent)\"\nexport const warning1 = \"var(--volt2-f2eb09c-warning-1)\"\nexport const warning10 = \"var(--volt2-f2eb09c-warning-10)\"\nexport const warning11 = \"var(--volt2-f2eb09c-warning-11)\"\nexport const warning12 = \"var(--volt2-f2eb09c-warning-12)\"\nexport const warning2 = \"var(--volt2-f2eb09c-warning-2)\"\nexport const warning3 = \"var(--volt2-f2eb09c-warning-3)\"\nexport const warning4 = \"var(--volt2-f2eb09c-warning-4)\"\nexport const warning5 = \"var(--volt2-f2eb09c-warning-5)\"\nexport const warning6 = \"var(--volt2-f2eb09c-warning-6)\"\nexport const warning7 = \"var(--volt2-f2eb09c-warning-7)\"\nexport const warning8 = \"var(--volt2-f2eb09c-warning-8)\"\nexport const warning9 = \"var(--volt2-f2eb09c-warning-9)\"\nexport const warningA1 = \"var(--volt2-f2eb09c-warning-a1)\"\nexport const warningA10 = \"var(--volt2-f2eb09c-warning-a10)\"\nexport const warningA11 = \"var(--volt2-f2eb09c-warning-a11)\"\nexport const warningA12 = \"var(--volt2-f2eb09c-warning-a12)\"\nexport const warningA2 = \"var(--volt2-f2eb09c-warning-a2)\"\nexport const warningA3 = \"var(--volt2-f2eb09c-warning-a3)\"\nexport const warningA4 = \"var(--volt2-f2eb09c-warning-a4)\"\nexport const warningA5 = \"var(--volt2-f2eb09c-warning-a5)\"\nexport const warningA6 = \"var(--volt2-f2eb09c-warning-a6)\"\nexport const warningA7 = \"var(--volt2-f2eb09c-warning-a7)\"\nexport const warningA8 = \"var(--volt2-f2eb09c-warning-a8)\"\nexport const warningA9 = \"var(--volt2-f2eb09c-warning-a9)\"\nexport const warningContrast = \"var(--volt2-f2eb09c-warning-contrast)\"\nexport const warningIndicator = \"var(--volt2-f2eb09c-warning-indicator)\"\nexport const warningSurface = \"var(--volt2-f2eb09c-warning-surface)\"\nexport const warningTrack = \"var(--volt2-f2eb09c-warning-track)\"\nexport const white = \"var(--volt2-f2eb09c-white)\"\nexport const whiteA12 = \"var(--volt2-f2eb09c-white-a12)\"\nexport const whiteA26 = \"var(--volt2-f2eb09c-white-a26)\"\nexport const whiteA5 = \"var(--volt2-f2eb09c-white-a5)\"\nexport const whiteA50 = \"var(--volt2-f2eb09c-white-a50)\"\nexport const whiteA60 = \"var(--volt2-f2eb09c-white-a60)\"\nexport const whiteA80 = \"var(--volt2-f2eb09c-white-a80)\"\nexport const whiteA9 = \"var(--volt2-f2eb09c-white-a9)\"\n"],"names":["blue1","blue10","blue11","blue12","blue2","blue3","blue4","blue5","blue6","blue7","blue8","blue9","blueA1","blueA10","blueA11","blueA12","blueA2","blueA3","blueA4","blueA5","blueA6","blueA7","blueA8","blueA9","blueContrast","blueIndicator","blueSurface","blueTrack","bronze1","bronze10","bronze11","bronze12","bronze2","bronze3","bronze4","bronze5","bronze6","bronze7","bronze8","bronze9","bronzeA1","bronzeA10","bronzeA11","bronzeA12","bronzeA2","bronzeA3","bronzeA4","bronzeA5","bronzeA6","bronzeA7","bronzeA8","bronzeA9","bronzeContrast","bronzeIndicator","bronzeSurface","bronzeTrack","cyan1","cyan10","cyan11","cyan12","cyan2","cyan3","cyan4","cyan5","cyan6","cyan7","cyan8","cyan9","cyanA1","cyanA10","cyanA11","cyanA12","cyanA2","cyanA3","cyanA4","cyanA5","cyanA6","cyanA7","cyanA8","cyanA9","cyanContrast","cyanIndicator","cyanSurface","cyanTrack","green1","green10","green11","green12","green2","green3","green4","green5","green6","green7","green8","green9","greenA1","greenA10","greenA11","greenA12","greenA2","greenA3","greenA4","greenA5","greenA6","greenA7","greenA8","greenA9","greenContrast","greenIndicator","greenSurface","greenTrack","indigo1","indigo10","indigo11","indigo12","indigo2","indigo3","indigo4","indigo5","indigo6","indigo7","indigo8","indigo9","indigoA1","indigoA10","indigoA11","indigoA12","indigoA2","indigoA3","indigoA4","indigoA5","indigoA6","indigoA7","indigoA8","indigoA9","indigoContrast","indigoIndicator","indigoSurface","indigoTrack","lime1","lime10","lime11","lime12","lime2","lime3","lime4","lime5","lime6","lime7","lime8","lime9","limeA1","limeA10","limeA11","limeA12","limeA2","limeA3","limeA4","limeA5","limeA6","limeA7","limeA8","limeA9","limeContrast","limeIndicator","limeSurface","limeTrack","mauve1","mauve10","mauve11","mauve12","mauve2","mauve3","mauve4","mauve5","mauve6","mauve7","mauve8","mauve9","mauveA1","mauveA10","mauveA11","mauveA12","mauveA2","mauveA3","mauveA4","mauveA5","mauveA6","mauveA7","mauveA8","mauveA9","mauveContrast","mauveIndicator","mauveSurface","mauveTrack","mint1","mint10","mint11","mint12","mint2","mint3","mint4","mint5","mint6","mint7","mint8","mint9","mintA1","mintA10","mintA11","mintA12","mintA2","mintA3","mintA4","mintA5","mintA6","mintA7","mintA8","mintA9","mintContrast","mintIndicator","mintSurface","mintTrack","orange1","orange10","orange11","orange12","orange2","orange3","orange4","orange5","orange6","orange7","orange8","orange9","orangeA1","orangeA10","orangeA11","orangeA12","orangeA2","orangeA3","orangeA4","orangeA5","orangeA6","orangeA7","orangeA8","orangeA9","orangeContrast","orangeIndicator","orangeSurface","orangeTrack","pink1","pink10","pink11","pink12","pink2","pink3","pink4","pink5","pink6","pink7","pink8","pink9","pinkA1","pinkA10","pinkA11","pinkA12","pinkA2","pinkA3","pinkA4","pinkA5","pinkA6","pinkA7","pinkA8","pinkA9","pinkContrast","pinkIndicator","pinkSurface","pinkTrack","purple1","purple10","purple11","purple12","purple2","purple3","purple4","purple5","purple6","purple7","purple8","purple9","purpleA1","purpleA10","purpleA11","purpleA12","purpleA2","purpleA3","purpleA4","purpleA5","purpleA6","purpleA7","purpleA8","purpleA9","purpleContrast","purpleIndicator","purpleSurface","purpleTrack","red1","red10","red11","red12","red2","red3","red4","red5","red6","red7","red8","red9","redA1","redA10","redA11","redA12","redA2","redA3","redA4","redA5","redA6","redA7","redA8","redA9","redContrast","redIndicator","redSurface","redTrack","semBlueContrast","semBlueDefault","semBlueDisabled","semBlueHighContrast","semBlueLight","semBlueOnHighContrast","semBlueOnSoft","semBlueOnSolid","semBlueSoft","semBlueSoftHover","semBlueSolid","semBlueSolidHover","semBlueSurface","semBlueSurfaceHover","semBlueUi","semBlueUiHover","semBronzeContrast","semBronzeDefault","semBronzeDisabled","semBronzeHighContrast","semBronzeLight","semBronzeOnHighContrast","semBronzeOnSoft","semBronzeOnSolid","semBronzeSoft","semBronzeSoftHover","semBronzeSolid","semBronzeSolidHover","semBronzeSurface","semBronzeSurfaceHover","semBronzeUi","semBronzeUiHover","semCyanContrast","semCyanDefault","semCyanDisabled","semCyanHighContrast","semCyanLight","semCyanOnHighContrast","semCyanOnSoft","semCyanOnSolid","semCyanSoft","semCyanSoftHover","semCyanSolid","semCyanSolidHover","semCyanSurface","semCyanSurfaceHover","semCyanUi","semCyanUiHover","semGreenContrast","semGreenDefault","semGreenDisabled","semGreenHighContrast","semGreenLight","semGreenOnHighContrast","semGreenOnSoft","semGreenOnSolid","semGreenSoft","semGreenSoftHover","semGreenSolid","semGreenSolidHover","semGreenSurface","semGreenSurfaceHover","semGreenUi","semGreenUiHover","semIndigoContrast","semIndigoDefault","semIndigoDisabled","semIndigoHighContrast","semIndigoLight","semIndigoOnHighContrast","semIndigoOnSoft","semIndigoOnSolid","semIndigoSoft","semIndigoSoftHover","semIndigoSolid","semIndigoSolidHover","semIndigoSurface","semIndigoSurfaceHover","semIndigoUi","semIndigoUiHover","semLimeContrast","semLimeDefault","semLimeDisabled","semLimeHighContrast","semLimeLight","semLimeOnHighContrast","semLimeOnSoft","semLimeOnSolid","semLimeSoft","semLimeSoftHover","semLimeSolid","semLimeSolidHover","semLimeSurface","semLimeSurfaceHover","semLimeUi","semLimeUiHover","semMauveContrast","semMauveDefault","semMauveDisabled","semMauveHighContrast","semMauveLight","semMauveOnHighContrast","semMauveOnSoft","semMauveOnSolid","semMauveSoft","semMauveSoftHover","semMauveSolid","semMauveSolidHover","semMauveSurface","semMauveSurfaceHover","semMauveUi","semMauveUiHover","semMintContrast","semMintDefault","semMintDisabled","semMintHighContrast","semMintLight","semMintOnHighContrast","semMintOnSoft","semMintOnSolid","semMintSoft","semMintSoftHover","semMintSolid","semMintSolidHover","semMintSurface","semMintSurfaceHover","semMintUi","semMintUiHover","semOrangeContrast","semOrangeDefault","semOrangeDisabled","semOrangeHighContrast","semOrangeLight","semOrangeOnHighContrast","semOrangeOnSoft","semOrangeOnSolid","semOrangeSoft","semOrangeSoftHover","semOrangeSolid","semOrangeSolidHover","semOrangeSurface","semOrangeSurfaceHover","semOrangeUi","semOrangeUiHover","semPinkContrast","semPinkDefault","semPinkDisabled","semPinkHighContrast","semPinkLight","semPinkOnHighContrast","semPinkOnSoft","semPinkOnSolid","semPinkSoft","semPinkSoftHover","semPinkSolid","semPinkSolidHover","semPinkSurface","semPinkSurfaceHover","semPinkUi","semPinkUiHover","semPurpleContrast","semPurpleDefault","semPurpleDisabled","semPurpleHighContrast","semPurpleLight","semPurpleOnHighContrast","semPurpleOnSoft","semPurpleOnSolid","semPurpleSoft","semPurpleSoftHover","semPurpleSolid","semPurpleSolidHover","semPurpleSurface","semPurpleSurfaceHover","semPurpleUi","semPurpleUiHover","semRedContrast","semRedDefault","semRedDisabled","semRedHighContrast","semRedLight","semRedOnHighContrast","semRedOnSoft","semRedOnSolid","semRedSoft","semRedSoftHover","semRedSolid","semRedSolidHover","semRedSurface","semRedSurfaceHover","semRedUi","semRedUiHover","semSkyContrast","semSkyDefault","semSkyDisabled","semSkyHighContrast","semSkyLight","semSkyOnHighContrast","semSkyOnSoft","semSkyOnSolid","semSkySoft","semSkySoftHover","semSkySolid","semSkySolidHover","semSkySurface","semSkySurfaceHover","semSkyUi","semSkyUiHover","semTealContrast","semTealDefault","semTealDisabled","semTealHighContrast","semTealLight","semTealOnHighContrast","semTealOnSoft","semTealOnSolid","semTealSoft","semTealSoftHover","semTealSolid","semTealSolidHover","semTealSurface","semTealSurfaceHover","semTealUi","semTealUiHover","semYellowContrast","semYellowDefault","semYellowDisabled","semYellowHighContrast","semYellowLight","semYellowOnHighContrast","semYellowOnSoft","semYellowOnSolid","semYellowSoft","semYellowSoftHover","semYellowSolid","semYellowSolidHover","semYellowSurface","semYellowSurfaceHover","semYellowUi","semYellowUiHover","sky1","sky10","sky11","sky12","sky2","sky3","sky4","sky5","sky6","sky7","sky8","sky9","skyA1","skyA10","skyA11","skyA12","skyA2","skyA3","skyA4","skyA5","skyA6","skyA7","skyA8","skyA9","skyContrast","skyIndicator","skySurface","skyTrack","teal1","teal10","teal11","teal12","teal2","teal3","teal4","teal5","teal6","teal7","teal8","teal9","tealA1","tealA10","tealA11","tealA12","tealA2","tealA3","tealA4","tealA5","tealA6","tealA7","tealA8","tealA9","tealContrast","tealIndicator","tealSurface","tealTrack","yellow1","yellow10","yellow11","yellow12","yellow2","yellow3","yellow4","yellow5","yellow6","yellow7","yellow8","yellow9","yellowA1","yellowA10","yellowA11","yellowA12","yellowA2","yellowA3","yellowA4","yellowA5","yellowA6","yellowA7","yellowA8","yellowA9","yellowContrast","yellowIndicator","yellowSurface","yellowTrack","accent1","accent10","accent11","accent12","accent2","accent3","accent4","accent5","accent6","accent7","accent8","accent9","accentA1","accentA10","accentA11","accentA12","accentA2","accentA3","accentA4","accentA5","accentA6","accentA7","accentA8","accentA9","accentContrast","accentIndicator","accentSurface","accentTrack","blackA22","blackA32","blackA38","blurField","blurObject","blurPGlassField","blurPGlassObject","blurPNone","body","borderContainer","borderField","borderHairline","borderHeader","borderNone","borderObject","borderOverlay","borderWidthContainer","borderWidthField","borderWidthHeader","borderWidthObject","borderWidthOverlay","buttonBaseMinHeight","buttonBasePaddingInline","buttonIconSize","container2xl","container3xl","container4xl","container5xl","containerLg","containerMd","containerSm","containerXl","ease","error1","error10","error11","error12","error2","error3","error4","error5","error6","error7","error8","error9","errorA1","errorA10","errorA11","errorA12","errorA2","errorA3","errorA4","errorA5","errorA6","errorA7","errorA8","errorA9","errorContrast","errorIndicator","errorSurface","errorTrack","fieldInputHeight","fieldPaddingX","fieldPaddingY","fieldSetGap","fontWeightBold","fontWeightMedium","fontWeightNormal","fontWeightSemibold","fxBorderHeaderPlain","fxBorderPlainObject","fxCardBloomBlue","fxCardBloomViolet","fxCardWash2","fxGlassBloomBlue","fxGlassBloomBlueDark","fxGlassBloomViolet","fxGlassBloomVioletDark","fxGlassObjectDark","fxGlassWash1","fxGlassWash2","fxGlassWash3","fxGlassWashDark1","fxGlassWashDark2","fxGlassWashDark3","fxHoverPlainRow","fxSepPlain","fxShadeCoolA12","fxShadeCoolA7","fxShadeCoolA8","fxShadeDeepA10","fxShadeDeepA6","fxShadeDeepA7","fxShadeNavyA16","fxShadeOverlayA22","fxTintWash1","fxTintWash2","fxWashBorderedDark","fxWashBorderedLight","fxWashPlain","gradientBorderedWash","gradientBorderedWashDark","gradientCardWash","gradientGlassWash","gradientGlassWashDark","gradientPlainWash","gradientTintWash","gray1","gray10","gray11","gray12","gray2","gray3","gray4","gray5","gray6","gray7","gray8","gray9","grayA1","grayA10","grayA11","grayA12","grayA2","grayA3","grayA4","grayA5","grayA6","grayA7","grayA8","grayA9","grayContrast","grayIndicator","graySurface","grayTrack","info1","info10","info11","info12","info2","info3","info4","info5","info6","info7","info8","info9","infoA1","infoA10","infoA11","infoA12","infoA2","infoA3","infoA4","infoA5","infoA6","infoA7","infoA8","infoA9","infoContrast","infoIndicator","infoSurface","infoTrack","leading2xl","leading3xl","leadingBase","leadingLg","leadingSm","leadingXl","leadingXs","level1","listIndexMinWidth","listIndexPaddingX","listItemGap","listItemMinHeight","listItemPaddingX","listItemPaddingY","motionBase","motionFast","motionSlow","radius2xl","radius3xl","radiusFull","radiusLg","radiusMd","radiusSm","radiusXl","selectContentGap","selectContentPadding","selectItemPaddingLeft","selectItemPaddingY","semAccentContrast","semAccentDefault","semAccentDisabled","semAccentHighContrast","semAccentLight","semAccentOnHighContrast","semAccentOnSoft","semAccentOnSolid","semAccentSoft","semAccentSoftHover","semAccentSolid","semAccentSolidHover","semAccentSurface","semAccentSurfaceHover","semAccentUi","semAccentUiHover","semBody","semErrorContrast","semErrorDefault","semErrorDisabled","semErrorHighContrast","semErrorLight","semErrorOnHighContrast","semErrorOnSoft","semErrorOnSolid","semErrorSoft","semErrorSoftHover","semErrorSolid","semErrorSolidHover","semErrorSurface","semErrorSurfaceHover","semErrorUi","semErrorUiHover","semFocusRing","semGrayContrast","semGrayDefault","semGrayDisabled","semGrayHighContrast","semGrayLight","semGrayOnHighContrast","semGrayOnSoft","semGrayOnSolid","semGraySoft","semGraySoftHover","semGraySolid","semGraySolidHover","semGraySurface","semGraySurfaceHover","semGrayUi","semGrayUiHover","semInfoContrast","semInfoDefault","semInfoDisabled","semInfoHighContrast","semInfoLight","semInfoOnHighContrast","semInfoOnSoft","semInfoOnSolid","semInfoSoft","semInfoSoftHover","semInfoSolid","semInfoSolidHover","semInfoSurface","semInfoSurfaceHover","semInfoUi","semInfoUiHover","semLevel1","semLevel2","semLevel3","semSuccessContrast","semSuccessDefault","semSuccessDisabled","semSuccessHighContrast","semSuccessLight","semSuccessOnHighContrast","semSuccessOnSoft","semSuccessOnSolid","semSuccessSoft","semSuccessSoftHover","semSuccessSolid","semSuccessSolidHover","semSuccessSurface","semSuccessSurfaceHover","semSuccessUi","semSuccessUiHover","semWarningContrast","semWarningDefault","semWarningDisabled","semWarningHighContrast","semWarningLight","semWarningOnHighContrast","semWarningOnSoft","semWarningOnSolid","semWarningSoft","semWarningSoftHover","semWarningSolid","semWarningSolidHover","semWarningSurface","semWarningSurfaceHover","semWarningUi","semWarningUiHover","shadowContainer","shadowField","shadowObject","shadowOverlay","shadowPBorderedOverlay","shadowPCardContainer","shadowPGlassContainer","shadowPGlassContainerDark","shadowPGlassField","shadowPGlassObject","shadowPGlassObjectDark","shadowPNone","shadowPPlainContainer","spacingElement05","spacingElement1","spacingElement15","spacingElement2","spacingElement25","spacingElement3","spacingGroup1","spacingGroup2","spacingLayout05","spacingLayout1","spacingLayout15","spacingLayout2","spacingLayout25","spacingLayout3","spacingLayout4","spacingNone","success1","success10","success11","success12","success2","success3","success4","success5","success6","success7","success8","success9","successA1","successA10","successA11","successA12","successA2","successA3","successA4","successA5","successA6","successA7","successA8","successA9","successContrast","successIndicator","successSurface","successTrack","surfaceContainer","surfaceField","surfaceGap","surfaceHeader","surfaceInset","surfaceObject","surfaceOverlay","surfaceRadiusContainer","surfaceRadiusField","surfaceRadiusObject","surfaceRadiusOverlay","surfaceRadiusPill","surfaceSep","surfaceWash","tableCellPaddingY","tableHeadHeight","text2xl","text3xl","textBase","textLg","textSm","textXl","textXs","trackingNormal","trackingTight","trackingTighter","transparent","warning1","warning10","warning11","warning12","warning2","warning3","warning4","warning5","warning6","warning7","warning8","warning9","warningA1","warningA10","warningA11","warningA12","warningA2","warningA3","warningA4","warningA5","warningA6","warningA7","warningA8","warningA9","warningContrast","warningIndicator","warningSurface","warningTrack","white","whiteA12","whiteA26","whiteA5","whiteA50","whiteA60","whiteA80","whiteA9"],"mappings":";;AAIO,MAAMA,IAAQ,+BACRC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAQ,+BACRC,IAAQ,+BACRC,IAAQ,+BACRC,IAAQ,+BACRC,IAAQ,+BACRC,IAAQ,+BACRC,IAAQ,+BACRC,IAAQ,+BACRC,IAAS,gCACTC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAS,gCACTC,IAAe,sCACfC,IAAgB,uCAChBC,IAAc,qCACdC,IAAY,mCACZC,IAAU,iCACVC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAU,iCACVC,IAAW,kCACXC,IAAY,mCACZC,IAAY,mCACZC,IAAY,mCACZC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAW,kCACXC,IAAiB,wCACjBC,IAAkB,yCAClBC,KAAgB,uCAChBC,KAAc,qCACdC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAgB,uCAChBC,KAAiB,wCACjBC,KAAe,sCACfC,KAAa,oCACbC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAiB,wCACjBC,KAAkB,yCAClBC,KAAgB,uCAChBC,KAAc,qCACdC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAgB,uCAChBC,KAAiB,wCACjBC,KAAe,sCACfC,KAAa,oCACbC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAiB,wCACjBC,KAAkB,yCAClBC,KAAgB,uCAChBC,KAAc,qCACdC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAiB,wCACjBC,KAAkB,yCAClBC,KAAgB,uCAChBC,KAAc,qCACdC,KAAO,8BACPC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAc,qCACdC,KAAe,sCACfC,KAAa,oCACbC,KAAW,kCACXC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAiB,yCACjBC,KAA0B,oDAC1BC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAmB,2CACnBC,KAAwB,iDACxBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAmB,2CACnBC,KAAkB,0CAClBC,KAAmB,2CACnBC,KAAuB,gDACvBC,KAAgB,wCAChBC,KAAyB,mDACzBC,KAAiB,0CACjBC,KAAkB,2CAClBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAkB,0CAClBC,KAAuB,gDACvBC,KAAa,qCACbC,KAAkB,2CAClBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAiB,yCACjBC,KAA0B,oDAC1BC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAmB,2CACnBC,KAAwB,iDACxBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAmB,2CACnBC,KAAkB,0CAClBC,KAAmB,2CACnBC,KAAuB,gDACvBC,KAAgB,wCAChBC,KAAyB,mDACzBC,KAAiB,0CACjBC,KAAkB,2CAClBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAkB,0CAClBC,KAAuB,gDACvBC,KAAa,qCACbC,KAAkB,2CAClBC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAiB,yCACjBC,KAA0B,oDAC1BC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAmB,2CACnBC,KAAwB,iDACxBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAiB,yCACjBC,KAA0B,oDAC1BC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAmB,2CACnBC,KAAwB,iDACxBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAiB,yCACjBC,KAAgB,wCAChBC,KAAiB,yCACjBC,KAAqB,8CACrBC,KAAc,sCACdC,KAAuB,iDACvBC,KAAe,wCACfC,KAAgB,yCAChBC,KAAa,qCACbC,KAAkB,2CAClBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAW,mCACXC,KAAgB,yCAChBC,KAAiB,yCACjBC,KAAgB,wCAChBC,KAAiB,yCACjBC,KAAqB,8CACrBC,KAAc,sCACdC,KAAuB,iDACvBC,KAAe,wCACfC,KAAgB,yCAChBC,KAAa,qCACbC,KAAkB,2CAClBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAW,mCACXC,KAAgB,yCAChBC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAiB,yCACjBC,KAA0B,oDAC1BC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAmB,2CACnBC,KAAwB,iDACxBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAO,8BACPC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAO,8BACPC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAc,qCACdC,KAAe,sCACfC,KAAa,oCACbC,KAAW,kCACXC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAiB,wCACjBC,KAAkB,yCAClBC,KAAgB,uCAChBC,KAAc,qCACdC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAiB,wCACjBC,KAAkB,yCAClBC,KAAgB,uCAChBC,KAAc,qCACdC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAY,mCACZC,KAAa,oCACbC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAY,oCACZC,KAAO,6BACPC,KAAkB,yCAClBC,KAAc,qCACdC,KAAiB,wCACjBC,KAAe,sCACfC,KAAa,oCACbC,KAAe,sCACfC,KAAgB,uCAChBC,KAAuB,+CACvBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAoB,4CACpBC,KAAqB,6CACrBC,KAAsB,+CACtBC,KAA0B,mDAC1BC,KAAiB,yCACjBC,KAAe,sCACfC,KAAe,sCACfC,KAAe,sCACfC,KAAe,sCACfC,KAAc,qCACdC,KAAc,qCACdC,KAAc,qCACdC,KAAc,qCACdC,KAAO,6BACPC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAgB,uCAChBC,KAAiB,wCACjBC,KAAe,sCACfC,KAAa,oCACbC,KAAmB,2CACnBC,KAAgB,wCAChBC,KAAgB,wCAChBC,KAAc,sCACdC,KAAiB,yCACjBC,KAAmB,2CACnBC,KAAmB,2CACnBC,KAAqB,6CACrBC,KAAsB,+CACtBC,KAAsB,+CACtBC,KAAkB,2CAClBC,KAAoB,6CACpBC,KAAc,uCACdC,KAAmB,4CACnBC,KAAuB,iDACvBC,KAAqB,8CACrBC,KAAyB,mDACzBC,KAAoB,6CACpBC,KAAe,wCACfC,KAAe,wCACfC,KAAe,wCACfC,KAAmB,6CACnBC,KAAmB,6CACnBC,KAAmB,6CACnBC,KAAkB,2CAClBC,KAAa,qCACbC,KAAiB,0CACjBC,KAAgB,yCAChBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAgB,yCAChBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAoB,6CACpBC,KAAc,uCACdC,KAAc,uCACdC,KAAqB,8CACrBC,KAAsB,+CACtBC,KAAc,sCACdC,KAAuB,+CACvBC,KAA2B,oDAC3BC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAQ,+BACRC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAQ,+BACRC,KAAS,gCACTC,KAAU,iCACVC,KAAU,iCACVC,KAAU,iCACVC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAe,sCACfC,KAAgB,uCAChBC,KAAc,qCACdC,KAAY,mCACZC,KAAa,oCACbC,KAAa,oCACbC,KAAc,qCACdC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAS,gCACTC,KAAoB,6CACpBC,KAAoB,6CACpBC,KAAc,sCACdC,KAAoB,6CACpBC,KAAmB,4CACnBC,KAAmB,4CACnBC,KAAa,oCACbC,KAAa,oCACbC,KAAa,oCACbC,KAAY,mCACZC,KAAY,mCACZC,KAAa,oCACbC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAmB,2CACnBC,KAAuB,+CACvBC,KAAwB,iDACxBC,KAAqB,8CACrBC,KAAoB,4CACpBC,KAAmB,2CACnBC,KAAoB,4CACpBC,KAAwB,iDACxBC,KAAiB,yCACjBC,KAA0B,oDAC1BC,KAAkB,2CAClBC,KAAmB,4CACnBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAmB,2CACnBC,KAAwB,iDACxBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAU,iCACVC,KAAmB,2CACnBC,KAAkB,0CAClBC,KAAmB,2CACnBC,KAAuB,gDACvBC,KAAgB,wCAChBC,KAAyB,mDACzBC,KAAiB,0CACjBC,KAAkB,2CAClBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAgB,wCAChBC,KAAqB,8CACrBC,KAAkB,0CAClBC,KAAuB,gDACvBC,KAAa,qCACbC,KAAkB,2CAClBC,KAAe,uCACfC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAkB,0CAClBC,KAAiB,yCACjBC,KAAkB,0CAClBC,KAAsB,+CACtBC,KAAe,uCACfC,KAAwB,kDACxBC,KAAgB,yCAChBC,KAAiB,0CACjBC,KAAc,sCACdC,KAAmB,4CACnBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAY,oCACZC,KAAiB,0CACjBC,KAAY,oCACZC,KAAY,oCACZC,KAAY,oCACZC,KAAqB,6CACrBC,KAAoB,4CACpBC,KAAqB,6CACrBC,KAAyB,kDACzBC,KAAkB,0CAClBC,KAA2B,qDAC3BC,KAAmB,4CACnBC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAkB,0CAClBC,KAAuB,gDACvBC,KAAoB,4CACpBC,KAAyB,kDACzBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAqB,6CACrBC,KAAoB,4CACpBC,KAAqB,6CACrBC,KAAyB,kDACzBC,KAAkB,0CAClBC,KAA2B,qDAC3BC,KAAmB,4CACnBC,KAAoB,6CACpBC,KAAiB,yCACjBC,KAAsB,+CACtBC,KAAkB,0CAClBC,KAAuB,gDACvBC,KAAoB,4CACpBC,KAAyB,kDACzBC,KAAe,uCACfC,KAAoB,6CACpBC,KAAkB,yCAClBC,KAAc,qCACdC,KAAe,sCACfC,KAAgB,uCAChBC,KAAyB,kDACzBC,KAAuB,gDACvBC,KAAwB,iDACxBC,KAA4B,sDAC5BC,KAAoB,6CACpBC,KAAqB,8CACrBC,KAAyB,mDACzBC,KAAc,sCACdC,KAAwB,iDACxBC,KAAmB,4CACnBC,KAAkB,0CAClBC,KAAmB,4CACnBC,KAAkB,0CAClBC,KAAmB,4CACnBC,KAAkB,0CAClBC,KAAgB,wCAChBC,KAAgB,wCAChBC,KAAkB,2CAClBC,KAAiB,yCACjBC,KAAkB,2CAClBC,KAAiB,yCACjBC,KAAkB,2CAClBC,KAAiB,yCACjBC,KAAiB,yCACjBC,KAAc,qCACdC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAY,mCACZC,KAAa,oCACbC,KAAa,oCACbC,KAAa,oCACbC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAkB,yCAClBC,KAAmB,0CACnBC,KAAiB,wCACjBC,KAAe,sCACfC,KAAmB,0CACnBC,KAAe,sCACfC,KAAa,oCACbC,KAAgB,uCAChBC,KAAe,sCACfC,KAAgB,uCAChBC,KAAiB,wCACjBC,KAAyB,iDACzBC,KAAqB,6CACrBC,KAAsB,8CACtBC,KAAuB,+CACvBC,KAAoB,4CACpBC,KAAa,oCACbC,KAAc,qCACdC,KAAoB,6CACpBC,KAAkB,0CAClBC,KAAU,iCACVC,KAAU,iCACVC,KAAW,kCACXC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAS,gCACTC,KAAiB,wCACjBC,KAAgB,uCAChBC,KAAkB,yCAClBC,KAAc,oCACdC,KAAW,kCACXC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAY,mCACZC,KAAa,oCACbC,KAAa,oCACbC,KAAa,oCACbC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAY,mCACZC,KAAkB,yCAClBC,KAAmB,0CACnBC,KAAiB,wCACjBC,KAAe,sCACfC,KAAQ,8BACRC,KAAW,kCACXC,KAAW,kCACXC,KAAU,iCACVC,KAAW,kCACXC,KAAW,kCACXC,KAAW,kCACXC,KAAU;"}
|
package/dist/tokens/install.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ensureSheet as n } from "../packages/volt-runtime/dist/sheet.js";
|
|
2
2
|
import { CSS as t, SHEET_HASH as o } from "./core.generated.js";
|
|
3
3
|
import { CSS as s, SHEET_HASH as u } from "./palette.generated.js";
|
|
4
|
-
function
|
|
4
|
+
function H(e = document) {
|
|
5
5
|
return n(e, o, t);
|
|
6
6
|
}
|
|
7
7
|
function S(e = document) {
|
|
@@ -15,12 +15,16 @@ const c = /* @__PURE__ */ new Set([
|
|
|
15
15
|
"success",
|
|
16
16
|
"warning"
|
|
17
17
|
]);
|
|
18
|
-
function
|
|
19
|
-
return c.has(e)
|
|
18
|
+
function i(e) {
|
|
19
|
+
return c.has(e);
|
|
20
|
+
}
|
|
21
|
+
function E(e, r = document) {
|
|
22
|
+
return i(e) ? !1 : S(r);
|
|
20
23
|
}
|
|
21
24
|
export {
|
|
22
|
-
|
|
25
|
+
H as ensureCoreTokens,
|
|
23
26
|
S as ensurePaletteTokens,
|
|
24
|
-
|
|
27
|
+
E as ensurePaletteTokensFor,
|
|
28
|
+
i as isCoreFamily
|
|
25
29
|
};
|
|
26
30
|
//# sourceMappingURL=install.js.map
|