@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/index.d.ts
CHANGED
|
@@ -3,423 +3,10 @@ import * as React from 'react';
|
|
|
3
3
|
import React__default, { MouseEvent as MouseEvent$1, ReactNode, ComponentProps, CSSProperties } from 'react';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
|
-
declare const NS$1 = "
|
|
6
|
+
declare const NS$1 = "f2eb09c";
|
|
7
7
|
|
|
8
8
|
declare const NS = "eff0792";
|
|
9
9
|
|
|
10
|
-
declare const accent1 = "var(--volt2-126f7d5-accent-1)";
|
|
11
|
-
declare const accent10 = "var(--volt2-126f7d5-accent-10)";
|
|
12
|
-
declare const accent11 = "var(--volt2-126f7d5-accent-11)";
|
|
13
|
-
declare const accent12 = "var(--volt2-126f7d5-accent-12)";
|
|
14
|
-
declare const accent2 = "var(--volt2-126f7d5-accent-2)";
|
|
15
|
-
declare const accent3 = "var(--volt2-126f7d5-accent-3)";
|
|
16
|
-
declare const accent4 = "var(--volt2-126f7d5-accent-4)";
|
|
17
|
-
declare const accent5 = "var(--volt2-126f7d5-accent-5)";
|
|
18
|
-
declare const accent6 = "var(--volt2-126f7d5-accent-6)";
|
|
19
|
-
declare const accent7 = "var(--volt2-126f7d5-accent-7)";
|
|
20
|
-
declare const accent8 = "var(--volt2-126f7d5-accent-8)";
|
|
21
|
-
declare const accent9 = "var(--volt2-126f7d5-accent-9)";
|
|
22
|
-
declare const accentA1 = "var(--volt2-126f7d5-accent-a1)";
|
|
23
|
-
declare const accentA10 = "var(--volt2-126f7d5-accent-a10)";
|
|
24
|
-
declare const accentA11 = "var(--volt2-126f7d5-accent-a11)";
|
|
25
|
-
declare const accentA12 = "var(--volt2-126f7d5-accent-a12)";
|
|
26
|
-
declare const accentA2 = "var(--volt2-126f7d5-accent-a2)";
|
|
27
|
-
declare const accentA3 = "var(--volt2-126f7d5-accent-a3)";
|
|
28
|
-
declare const accentA4 = "var(--volt2-126f7d5-accent-a4)";
|
|
29
|
-
declare const accentA5 = "var(--volt2-126f7d5-accent-a5)";
|
|
30
|
-
declare const accentA6 = "var(--volt2-126f7d5-accent-a6)";
|
|
31
|
-
declare const accentA7 = "var(--volt2-126f7d5-accent-a7)";
|
|
32
|
-
declare const accentA8 = "var(--volt2-126f7d5-accent-a8)";
|
|
33
|
-
declare const accentA9 = "var(--volt2-126f7d5-accent-a9)";
|
|
34
|
-
declare const accentContrast = "var(--volt2-126f7d5-accent-contrast)";
|
|
35
|
-
declare const accentIndicator = "var(--volt2-126f7d5-accent-indicator)";
|
|
36
|
-
declare const accentSurface = "var(--volt2-126f7d5-accent-surface)";
|
|
37
|
-
declare const accentTrack = "var(--volt2-126f7d5-accent-track)";
|
|
38
|
-
declare const blackA22 = "var(--volt2-126f7d5-black-a22)";
|
|
39
|
-
declare const blackA32 = "var(--volt2-126f7d5-black-a32)";
|
|
40
|
-
declare const blackA38 = "var(--volt2-126f7d5-black-a38)";
|
|
41
|
-
declare const blurField = "var(--volt2-126f7d5-blur-field)";
|
|
42
|
-
declare const blurObject = "var(--volt2-126f7d5-blur-object)";
|
|
43
|
-
declare const blurPGlassField = "var(--volt2-126f7d5-blur-p-glass-field)";
|
|
44
|
-
declare const blurPGlassObject = "var(--volt2-126f7d5-blur-p-glass-object)";
|
|
45
|
-
declare const blurPNone = "var(--volt2-126f7d5-blur-p-none)";
|
|
46
|
-
declare const body = "var(--volt2-126f7d5-body)";
|
|
47
|
-
declare const borderContainer = "var(--volt2-126f7d5-border-container)";
|
|
48
|
-
declare const borderField = "var(--volt2-126f7d5-border-field)";
|
|
49
|
-
declare const borderHairline = "var(--volt2-126f7d5-border-hairline)";
|
|
50
|
-
declare const borderHeader = "var(--volt2-126f7d5-border-header)";
|
|
51
|
-
declare const borderNone = "var(--volt2-126f7d5-border-none)";
|
|
52
|
-
declare const borderObject = "var(--volt2-126f7d5-border-object)";
|
|
53
|
-
declare const borderOverlay = "var(--volt2-126f7d5-border-overlay)";
|
|
54
|
-
declare const borderWidthContainer = "var(--volt2-126f7d5-border-width-container)";
|
|
55
|
-
declare const borderWidthField = "var(--volt2-126f7d5-border-width-field)";
|
|
56
|
-
declare const borderWidthHeader = "var(--volt2-126f7d5-border-width-header)";
|
|
57
|
-
declare const borderWidthObject = "var(--volt2-126f7d5-border-width-object)";
|
|
58
|
-
declare const borderWidthOverlay = "var(--volt2-126f7d5-border-width-overlay)";
|
|
59
|
-
declare const container2xl = "var(--volt2-126f7d5-container-2xl)";
|
|
60
|
-
declare const container3xl = "var(--volt2-126f7d5-container-3xl)";
|
|
61
|
-
declare const container4xl = "var(--volt2-126f7d5-container-4xl)";
|
|
62
|
-
declare const container5xl = "var(--volt2-126f7d5-container-5xl)";
|
|
63
|
-
declare const containerLg = "var(--volt2-126f7d5-container-lg)";
|
|
64
|
-
declare const containerMd = "var(--volt2-126f7d5-container-md)";
|
|
65
|
-
declare const containerSm = "var(--volt2-126f7d5-container-sm)";
|
|
66
|
-
declare const containerXl = "var(--volt2-126f7d5-container-xl)";
|
|
67
|
-
declare const ease = "var(--volt2-126f7d5-ease)";
|
|
68
|
-
declare const error1 = "var(--volt2-126f7d5-error-1)";
|
|
69
|
-
declare const error10 = "var(--volt2-126f7d5-error-10)";
|
|
70
|
-
declare const error11 = "var(--volt2-126f7d5-error-11)";
|
|
71
|
-
declare const error12 = "var(--volt2-126f7d5-error-12)";
|
|
72
|
-
declare const error2 = "var(--volt2-126f7d5-error-2)";
|
|
73
|
-
declare const error3 = "var(--volt2-126f7d5-error-3)";
|
|
74
|
-
declare const error4 = "var(--volt2-126f7d5-error-4)";
|
|
75
|
-
declare const error5 = "var(--volt2-126f7d5-error-5)";
|
|
76
|
-
declare const error6 = "var(--volt2-126f7d5-error-6)";
|
|
77
|
-
declare const error7 = "var(--volt2-126f7d5-error-7)";
|
|
78
|
-
declare const error8 = "var(--volt2-126f7d5-error-8)";
|
|
79
|
-
declare const error9 = "var(--volt2-126f7d5-error-9)";
|
|
80
|
-
declare const errorA1 = "var(--volt2-126f7d5-error-a1)";
|
|
81
|
-
declare const errorA10 = "var(--volt2-126f7d5-error-a10)";
|
|
82
|
-
declare const errorA11 = "var(--volt2-126f7d5-error-a11)";
|
|
83
|
-
declare const errorA12 = "var(--volt2-126f7d5-error-a12)";
|
|
84
|
-
declare const errorA2 = "var(--volt2-126f7d5-error-a2)";
|
|
85
|
-
declare const errorA3 = "var(--volt2-126f7d5-error-a3)";
|
|
86
|
-
declare const errorA4 = "var(--volt2-126f7d5-error-a4)";
|
|
87
|
-
declare const errorA5 = "var(--volt2-126f7d5-error-a5)";
|
|
88
|
-
declare const errorA6 = "var(--volt2-126f7d5-error-a6)";
|
|
89
|
-
declare const errorA7 = "var(--volt2-126f7d5-error-a7)";
|
|
90
|
-
declare const errorA8 = "var(--volt2-126f7d5-error-a8)";
|
|
91
|
-
declare const errorA9 = "var(--volt2-126f7d5-error-a9)";
|
|
92
|
-
declare const errorContrast = "var(--volt2-126f7d5-error-contrast)";
|
|
93
|
-
declare const errorIndicator = "var(--volt2-126f7d5-error-indicator)";
|
|
94
|
-
declare const errorSurface = "var(--volt2-126f7d5-error-surface)";
|
|
95
|
-
declare const errorTrack = "var(--volt2-126f7d5-error-track)";
|
|
96
|
-
declare const fontWeightBold = "var(--volt2-126f7d5-font-weight-bold)";
|
|
97
|
-
declare const fontWeightMedium = "var(--volt2-126f7d5-font-weight-medium)";
|
|
98
|
-
declare const fontWeightNormal = "var(--volt2-126f7d5-font-weight-normal)";
|
|
99
|
-
declare const fontWeightSemibold = "var(--volt2-126f7d5-font-weight-semibold)";
|
|
100
|
-
declare const fxBorderHeaderPlain = "var(--volt2-126f7d5-fx-border-header-plain)";
|
|
101
|
-
declare const fxBorderPlainObject = "var(--volt2-126f7d5-fx-border-plain-object)";
|
|
102
|
-
declare const fxCardBloomBlue = "var(--volt2-126f7d5-fx-card-bloom-blue)";
|
|
103
|
-
declare const fxCardBloomViolet = "var(--volt2-126f7d5-fx-card-bloom-violet)";
|
|
104
|
-
declare const fxCardWash2 = "var(--volt2-126f7d5-fx-card-wash-2)";
|
|
105
|
-
declare const fxGlassBloomBlue = "var(--volt2-126f7d5-fx-glass-bloom-blue)";
|
|
106
|
-
declare const fxGlassBloomBlueDark = "var(--volt2-126f7d5-fx-glass-bloom-blue-dark)";
|
|
107
|
-
declare const fxGlassBloomViolet = "var(--volt2-126f7d5-fx-glass-bloom-violet)";
|
|
108
|
-
declare const fxGlassBloomVioletDark = "var(--volt2-126f7d5-fx-glass-bloom-violet-dark)";
|
|
109
|
-
declare const fxGlassObjectDark = "var(--volt2-126f7d5-fx-glass-object-dark)";
|
|
110
|
-
declare const fxGlassWash1 = "var(--volt2-126f7d5-fx-glass-wash-1)";
|
|
111
|
-
declare const fxGlassWash2 = "var(--volt2-126f7d5-fx-glass-wash-2)";
|
|
112
|
-
declare const fxGlassWash3 = "var(--volt2-126f7d5-fx-glass-wash-3)";
|
|
113
|
-
declare const fxGlassWashDark1 = "var(--volt2-126f7d5-fx-glass-wash-dark-1)";
|
|
114
|
-
declare const fxGlassWashDark2 = "var(--volt2-126f7d5-fx-glass-wash-dark-2)";
|
|
115
|
-
declare const fxGlassWashDark3 = "var(--volt2-126f7d5-fx-glass-wash-dark-3)";
|
|
116
|
-
declare const fxHoverPlainRow = "var(--volt2-126f7d5-fx-hover-plain-row)";
|
|
117
|
-
declare const fxSepPlain = "var(--volt2-126f7d5-fx-sep-plain)";
|
|
118
|
-
declare const fxShadeCoolA12 = "var(--volt2-126f7d5-fx-shade-cool-a12)";
|
|
119
|
-
declare const fxShadeCoolA7 = "var(--volt2-126f7d5-fx-shade-cool-a7)";
|
|
120
|
-
declare const fxShadeCoolA8 = "var(--volt2-126f7d5-fx-shade-cool-a8)";
|
|
121
|
-
declare const fxShadeDeepA10 = "var(--volt2-126f7d5-fx-shade-deep-a10)";
|
|
122
|
-
declare const fxShadeDeepA6 = "var(--volt2-126f7d5-fx-shade-deep-a6)";
|
|
123
|
-
declare const fxShadeDeepA7 = "var(--volt2-126f7d5-fx-shade-deep-a7)";
|
|
124
|
-
declare const fxShadeNavyA16 = "var(--volt2-126f7d5-fx-shade-navy-a16)";
|
|
125
|
-
declare const fxShadeOverlayA22 = "var(--volt2-126f7d5-fx-shade-overlay-a22)";
|
|
126
|
-
declare const fxTintWash1 = "var(--volt2-126f7d5-fx-tint-wash-1)";
|
|
127
|
-
declare const fxTintWash2 = "var(--volt2-126f7d5-fx-tint-wash-2)";
|
|
128
|
-
declare const fxWashBorderedDark = "var(--volt2-126f7d5-fx-wash-bordered-dark)";
|
|
129
|
-
declare const fxWashBorderedLight = "var(--volt2-126f7d5-fx-wash-bordered-light)";
|
|
130
|
-
declare const fxWashPlain = "var(--volt2-126f7d5-fx-wash-plain)";
|
|
131
|
-
declare const gradientBorderedWash = "var(--volt2-126f7d5-gradient-bordered-wash)";
|
|
132
|
-
declare const gradientBorderedWashDark = "var(--volt2-126f7d5-gradient-bordered-wash-dark)";
|
|
133
|
-
declare const gradientCardWash = "var(--volt2-126f7d5-gradient-card-wash)";
|
|
134
|
-
declare const gradientGlassWash = "var(--volt2-126f7d5-gradient-glass-wash)";
|
|
135
|
-
declare const gradientGlassWashDark = "var(--volt2-126f7d5-gradient-glass-wash-dark)";
|
|
136
|
-
declare const gradientPlainWash = "var(--volt2-126f7d5-gradient-plain-wash)";
|
|
137
|
-
declare const gradientTintWash = "var(--volt2-126f7d5-gradient-tint-wash)";
|
|
138
|
-
declare const gray1 = "var(--volt2-126f7d5-gray-1)";
|
|
139
|
-
declare const gray10 = "var(--volt2-126f7d5-gray-10)";
|
|
140
|
-
declare const gray11 = "var(--volt2-126f7d5-gray-11)";
|
|
141
|
-
declare const gray12 = "var(--volt2-126f7d5-gray-12)";
|
|
142
|
-
declare const gray2 = "var(--volt2-126f7d5-gray-2)";
|
|
143
|
-
declare const gray3 = "var(--volt2-126f7d5-gray-3)";
|
|
144
|
-
declare const gray4 = "var(--volt2-126f7d5-gray-4)";
|
|
145
|
-
declare const gray5 = "var(--volt2-126f7d5-gray-5)";
|
|
146
|
-
declare const gray6 = "var(--volt2-126f7d5-gray-6)";
|
|
147
|
-
declare const gray7 = "var(--volt2-126f7d5-gray-7)";
|
|
148
|
-
declare const gray8 = "var(--volt2-126f7d5-gray-8)";
|
|
149
|
-
declare const gray9 = "var(--volt2-126f7d5-gray-9)";
|
|
150
|
-
declare const grayA1 = "var(--volt2-126f7d5-gray-a1)";
|
|
151
|
-
declare const grayA10 = "var(--volt2-126f7d5-gray-a10)";
|
|
152
|
-
declare const grayA11 = "var(--volt2-126f7d5-gray-a11)";
|
|
153
|
-
declare const grayA12 = "var(--volt2-126f7d5-gray-a12)";
|
|
154
|
-
declare const grayA2 = "var(--volt2-126f7d5-gray-a2)";
|
|
155
|
-
declare const grayA3 = "var(--volt2-126f7d5-gray-a3)";
|
|
156
|
-
declare const grayA4 = "var(--volt2-126f7d5-gray-a4)";
|
|
157
|
-
declare const grayA5 = "var(--volt2-126f7d5-gray-a5)";
|
|
158
|
-
declare const grayA6 = "var(--volt2-126f7d5-gray-a6)";
|
|
159
|
-
declare const grayA7 = "var(--volt2-126f7d5-gray-a7)";
|
|
160
|
-
declare const grayA8 = "var(--volt2-126f7d5-gray-a8)";
|
|
161
|
-
declare const grayA9 = "var(--volt2-126f7d5-gray-a9)";
|
|
162
|
-
declare const grayContrast = "var(--volt2-126f7d5-gray-contrast)";
|
|
163
|
-
declare const grayIndicator = "var(--volt2-126f7d5-gray-indicator)";
|
|
164
|
-
declare const graySurface = "var(--volt2-126f7d5-gray-surface)";
|
|
165
|
-
declare const grayTrack = "var(--volt2-126f7d5-gray-track)";
|
|
166
|
-
declare const info1 = "var(--volt2-126f7d5-info-1)";
|
|
167
|
-
declare const info10 = "var(--volt2-126f7d5-info-10)";
|
|
168
|
-
declare const info11 = "var(--volt2-126f7d5-info-11)";
|
|
169
|
-
declare const info12 = "var(--volt2-126f7d5-info-12)";
|
|
170
|
-
declare const info2 = "var(--volt2-126f7d5-info-2)";
|
|
171
|
-
declare const info3 = "var(--volt2-126f7d5-info-3)";
|
|
172
|
-
declare const info4 = "var(--volt2-126f7d5-info-4)";
|
|
173
|
-
declare const info5 = "var(--volt2-126f7d5-info-5)";
|
|
174
|
-
declare const info6 = "var(--volt2-126f7d5-info-6)";
|
|
175
|
-
declare const info7 = "var(--volt2-126f7d5-info-7)";
|
|
176
|
-
declare const info8 = "var(--volt2-126f7d5-info-8)";
|
|
177
|
-
declare const info9 = "var(--volt2-126f7d5-info-9)";
|
|
178
|
-
declare const infoA1 = "var(--volt2-126f7d5-info-a1)";
|
|
179
|
-
declare const infoA10 = "var(--volt2-126f7d5-info-a10)";
|
|
180
|
-
declare const infoA11 = "var(--volt2-126f7d5-info-a11)";
|
|
181
|
-
declare const infoA12 = "var(--volt2-126f7d5-info-a12)";
|
|
182
|
-
declare const infoA2 = "var(--volt2-126f7d5-info-a2)";
|
|
183
|
-
declare const infoA3 = "var(--volt2-126f7d5-info-a3)";
|
|
184
|
-
declare const infoA4 = "var(--volt2-126f7d5-info-a4)";
|
|
185
|
-
declare const infoA5 = "var(--volt2-126f7d5-info-a5)";
|
|
186
|
-
declare const infoA6 = "var(--volt2-126f7d5-info-a6)";
|
|
187
|
-
declare const infoA7 = "var(--volt2-126f7d5-info-a7)";
|
|
188
|
-
declare const infoA8 = "var(--volt2-126f7d5-info-a8)";
|
|
189
|
-
declare const infoA9 = "var(--volt2-126f7d5-info-a9)";
|
|
190
|
-
declare const infoContrast = "var(--volt2-126f7d5-info-contrast)";
|
|
191
|
-
declare const infoIndicator = "var(--volt2-126f7d5-info-indicator)";
|
|
192
|
-
declare const infoSurface = "var(--volt2-126f7d5-info-surface)";
|
|
193
|
-
declare const infoTrack = "var(--volt2-126f7d5-info-track)";
|
|
194
|
-
declare const leading2xl = "var(--volt2-126f7d5-leading-2xl)";
|
|
195
|
-
declare const leading3xl = "var(--volt2-126f7d5-leading-3xl)";
|
|
196
|
-
declare const leadingBase = "var(--volt2-126f7d5-leading-base)";
|
|
197
|
-
declare const leadingLg = "var(--volt2-126f7d5-leading-lg)";
|
|
198
|
-
declare const leadingSm = "var(--volt2-126f7d5-leading-sm)";
|
|
199
|
-
declare const leadingXl = "var(--volt2-126f7d5-leading-xl)";
|
|
200
|
-
declare const leadingXs = "var(--volt2-126f7d5-leading-xs)";
|
|
201
|
-
declare const level1 = "var(--volt2-126f7d5-level-1)";
|
|
202
|
-
declare const motionBase = "var(--volt2-126f7d5-motion-base)";
|
|
203
|
-
declare const motionFast = "var(--volt2-126f7d5-motion-fast)";
|
|
204
|
-
declare const motionSlow = "var(--volt2-126f7d5-motion-slow)";
|
|
205
|
-
declare const radius2xl = "var(--volt2-126f7d5-radius-2xl)";
|
|
206
|
-
declare const radius3xl = "var(--volt2-126f7d5-radius-3xl)";
|
|
207
|
-
declare const radiusFull = "var(--volt2-126f7d5-radius-full)";
|
|
208
|
-
declare const radiusLg = "var(--volt2-126f7d5-radius-lg)";
|
|
209
|
-
declare const radiusMd = "var(--volt2-126f7d5-radius-md)";
|
|
210
|
-
declare const radiusSm = "var(--volt2-126f7d5-radius-sm)";
|
|
211
|
-
declare const radiusXl = "var(--volt2-126f7d5-radius-xl)";
|
|
212
|
-
declare const semAccentContrast = "var(--volt2-126f7d5-sem-accent-contrast)";
|
|
213
|
-
declare const semAccentDefault = "var(--volt2-126f7d5-sem-accent-default)";
|
|
214
|
-
declare const semAccentDisabled = "var(--volt2-126f7d5-sem-accent-disabled)";
|
|
215
|
-
declare const semAccentHighContrast = "var(--volt2-126f7d5-sem-accent-high-contrast)";
|
|
216
|
-
declare const semAccentLight = "var(--volt2-126f7d5-sem-accent-light)";
|
|
217
|
-
declare const semAccentOnHighContrast = "var(--volt2-126f7d5-sem-accent-on-high-contrast)";
|
|
218
|
-
declare const semAccentOnSoft = "var(--volt2-126f7d5-sem-accent-on-soft)";
|
|
219
|
-
declare const semAccentOnSolid = "var(--volt2-126f7d5-sem-accent-on-solid)";
|
|
220
|
-
declare const semAccentSoft = "var(--volt2-126f7d5-sem-accent-soft)";
|
|
221
|
-
declare const semAccentSoftHover = "var(--volt2-126f7d5-sem-accent-soft-hover)";
|
|
222
|
-
declare const semAccentSolid = "var(--volt2-126f7d5-sem-accent-solid)";
|
|
223
|
-
declare const semAccentSolidHover = "var(--volt2-126f7d5-sem-accent-solid-hover)";
|
|
224
|
-
declare const semAccentSurface = "var(--volt2-126f7d5-sem-accent-surface)";
|
|
225
|
-
declare const semAccentSurfaceHover = "var(--volt2-126f7d5-sem-accent-surface-hover)";
|
|
226
|
-
declare const semAccentUi = "var(--volt2-126f7d5-sem-accent-ui)";
|
|
227
|
-
declare const semAccentUiHover = "var(--volt2-126f7d5-sem-accent-ui-hover)";
|
|
228
|
-
declare const semBody = "var(--volt2-126f7d5-sem-body)";
|
|
229
|
-
declare const semErrorContrast = "var(--volt2-126f7d5-sem-error-contrast)";
|
|
230
|
-
declare const semErrorDefault = "var(--volt2-126f7d5-sem-error-default)";
|
|
231
|
-
declare const semErrorDisabled = "var(--volt2-126f7d5-sem-error-disabled)";
|
|
232
|
-
declare const semErrorHighContrast = "var(--volt2-126f7d5-sem-error-high-contrast)";
|
|
233
|
-
declare const semErrorLight = "var(--volt2-126f7d5-sem-error-light)";
|
|
234
|
-
declare const semErrorOnHighContrast = "var(--volt2-126f7d5-sem-error-on-high-contrast)";
|
|
235
|
-
declare const semErrorOnSoft = "var(--volt2-126f7d5-sem-error-on-soft)";
|
|
236
|
-
declare const semErrorOnSolid = "var(--volt2-126f7d5-sem-error-on-solid)";
|
|
237
|
-
declare const semErrorSoft = "var(--volt2-126f7d5-sem-error-soft)";
|
|
238
|
-
declare const semErrorSoftHover = "var(--volt2-126f7d5-sem-error-soft-hover)";
|
|
239
|
-
declare const semErrorSolid = "var(--volt2-126f7d5-sem-error-solid)";
|
|
240
|
-
declare const semErrorSolidHover = "var(--volt2-126f7d5-sem-error-solid-hover)";
|
|
241
|
-
declare const semErrorSurface = "var(--volt2-126f7d5-sem-error-surface)";
|
|
242
|
-
declare const semErrorSurfaceHover = "var(--volt2-126f7d5-sem-error-surface-hover)";
|
|
243
|
-
declare const semErrorUi = "var(--volt2-126f7d5-sem-error-ui)";
|
|
244
|
-
declare const semErrorUiHover = "var(--volt2-126f7d5-sem-error-ui-hover)";
|
|
245
|
-
declare const semFocusRing = "var(--volt2-126f7d5-sem-focus-ring)";
|
|
246
|
-
declare const semGrayContrast = "var(--volt2-126f7d5-sem-gray-contrast)";
|
|
247
|
-
declare const semGrayDefault = "var(--volt2-126f7d5-sem-gray-default)";
|
|
248
|
-
declare const semGrayDisabled = "var(--volt2-126f7d5-sem-gray-disabled)";
|
|
249
|
-
declare const semGrayHighContrast = "var(--volt2-126f7d5-sem-gray-high-contrast)";
|
|
250
|
-
declare const semGrayLight = "var(--volt2-126f7d5-sem-gray-light)";
|
|
251
|
-
declare const semGrayOnHighContrast = "var(--volt2-126f7d5-sem-gray-on-high-contrast)";
|
|
252
|
-
declare const semGrayOnSoft = "var(--volt2-126f7d5-sem-gray-on-soft)";
|
|
253
|
-
declare const semGrayOnSolid = "var(--volt2-126f7d5-sem-gray-on-solid)";
|
|
254
|
-
declare const semGraySoft = "var(--volt2-126f7d5-sem-gray-soft)";
|
|
255
|
-
declare const semGraySoftHover = "var(--volt2-126f7d5-sem-gray-soft-hover)";
|
|
256
|
-
declare const semGraySolid = "var(--volt2-126f7d5-sem-gray-solid)";
|
|
257
|
-
declare const semGraySolidHover = "var(--volt2-126f7d5-sem-gray-solid-hover)";
|
|
258
|
-
declare const semGraySurface = "var(--volt2-126f7d5-sem-gray-surface)";
|
|
259
|
-
declare const semGraySurfaceHover = "var(--volt2-126f7d5-sem-gray-surface-hover)";
|
|
260
|
-
declare const semGrayUi = "var(--volt2-126f7d5-sem-gray-ui)";
|
|
261
|
-
declare const semGrayUiHover = "var(--volt2-126f7d5-sem-gray-ui-hover)";
|
|
262
|
-
declare const semInfoContrast = "var(--volt2-126f7d5-sem-info-contrast)";
|
|
263
|
-
declare const semInfoDefault = "var(--volt2-126f7d5-sem-info-default)";
|
|
264
|
-
declare const semInfoDisabled = "var(--volt2-126f7d5-sem-info-disabled)";
|
|
265
|
-
declare const semInfoHighContrast = "var(--volt2-126f7d5-sem-info-high-contrast)";
|
|
266
|
-
declare const semInfoLight = "var(--volt2-126f7d5-sem-info-light)";
|
|
267
|
-
declare const semInfoOnHighContrast = "var(--volt2-126f7d5-sem-info-on-high-contrast)";
|
|
268
|
-
declare const semInfoOnSoft = "var(--volt2-126f7d5-sem-info-on-soft)";
|
|
269
|
-
declare const semInfoOnSolid = "var(--volt2-126f7d5-sem-info-on-solid)";
|
|
270
|
-
declare const semInfoSoft = "var(--volt2-126f7d5-sem-info-soft)";
|
|
271
|
-
declare const semInfoSoftHover = "var(--volt2-126f7d5-sem-info-soft-hover)";
|
|
272
|
-
declare const semInfoSolid = "var(--volt2-126f7d5-sem-info-solid)";
|
|
273
|
-
declare const semInfoSolidHover = "var(--volt2-126f7d5-sem-info-solid-hover)";
|
|
274
|
-
declare const semInfoSurface = "var(--volt2-126f7d5-sem-info-surface)";
|
|
275
|
-
declare const semInfoSurfaceHover = "var(--volt2-126f7d5-sem-info-surface-hover)";
|
|
276
|
-
declare const semInfoUi = "var(--volt2-126f7d5-sem-info-ui)";
|
|
277
|
-
declare const semInfoUiHover = "var(--volt2-126f7d5-sem-info-ui-hover)";
|
|
278
|
-
declare const semLevel1 = "var(--volt2-126f7d5-sem-level-1)";
|
|
279
|
-
declare const semLevel2 = "var(--volt2-126f7d5-sem-level-2)";
|
|
280
|
-
declare const semLevel3 = "var(--volt2-126f7d5-sem-level-3)";
|
|
281
|
-
declare const semSuccessContrast = "var(--volt2-126f7d5-sem-success-contrast)";
|
|
282
|
-
declare const semSuccessDefault = "var(--volt2-126f7d5-sem-success-default)";
|
|
283
|
-
declare const semSuccessDisabled = "var(--volt2-126f7d5-sem-success-disabled)";
|
|
284
|
-
declare const semSuccessHighContrast = "var(--volt2-126f7d5-sem-success-high-contrast)";
|
|
285
|
-
declare const semSuccessLight = "var(--volt2-126f7d5-sem-success-light)";
|
|
286
|
-
declare const semSuccessOnHighContrast = "var(--volt2-126f7d5-sem-success-on-high-contrast)";
|
|
287
|
-
declare const semSuccessOnSoft = "var(--volt2-126f7d5-sem-success-on-soft)";
|
|
288
|
-
declare const semSuccessOnSolid = "var(--volt2-126f7d5-sem-success-on-solid)";
|
|
289
|
-
declare const semSuccessSoft = "var(--volt2-126f7d5-sem-success-soft)";
|
|
290
|
-
declare const semSuccessSoftHover = "var(--volt2-126f7d5-sem-success-soft-hover)";
|
|
291
|
-
declare const semSuccessSolid = "var(--volt2-126f7d5-sem-success-solid)";
|
|
292
|
-
declare const semSuccessSolidHover = "var(--volt2-126f7d5-sem-success-solid-hover)";
|
|
293
|
-
declare const semSuccessSurface = "var(--volt2-126f7d5-sem-success-surface)";
|
|
294
|
-
declare const semSuccessSurfaceHover = "var(--volt2-126f7d5-sem-success-surface-hover)";
|
|
295
|
-
declare const semSuccessUi = "var(--volt2-126f7d5-sem-success-ui)";
|
|
296
|
-
declare const semSuccessUiHover = "var(--volt2-126f7d5-sem-success-ui-hover)";
|
|
297
|
-
declare const semWarningContrast = "var(--volt2-126f7d5-sem-warning-contrast)";
|
|
298
|
-
declare const semWarningDefault = "var(--volt2-126f7d5-sem-warning-default)";
|
|
299
|
-
declare const semWarningDisabled = "var(--volt2-126f7d5-sem-warning-disabled)";
|
|
300
|
-
declare const semWarningHighContrast = "var(--volt2-126f7d5-sem-warning-high-contrast)";
|
|
301
|
-
declare const semWarningLight = "var(--volt2-126f7d5-sem-warning-light)";
|
|
302
|
-
declare const semWarningOnHighContrast = "var(--volt2-126f7d5-sem-warning-on-high-contrast)";
|
|
303
|
-
declare const semWarningOnSoft = "var(--volt2-126f7d5-sem-warning-on-soft)";
|
|
304
|
-
declare const semWarningOnSolid = "var(--volt2-126f7d5-sem-warning-on-solid)";
|
|
305
|
-
declare const semWarningSoft = "var(--volt2-126f7d5-sem-warning-soft)";
|
|
306
|
-
declare const semWarningSoftHover = "var(--volt2-126f7d5-sem-warning-soft-hover)";
|
|
307
|
-
declare const semWarningSolid = "var(--volt2-126f7d5-sem-warning-solid)";
|
|
308
|
-
declare const semWarningSolidHover = "var(--volt2-126f7d5-sem-warning-solid-hover)";
|
|
309
|
-
declare const semWarningSurface = "var(--volt2-126f7d5-sem-warning-surface)";
|
|
310
|
-
declare const semWarningSurfaceHover = "var(--volt2-126f7d5-sem-warning-surface-hover)";
|
|
311
|
-
declare const semWarningUi = "var(--volt2-126f7d5-sem-warning-ui)";
|
|
312
|
-
declare const semWarningUiHover = "var(--volt2-126f7d5-sem-warning-ui-hover)";
|
|
313
|
-
declare const shadowContainer = "var(--volt2-126f7d5-shadow-container)";
|
|
314
|
-
declare const shadowField = "var(--volt2-126f7d5-shadow-field)";
|
|
315
|
-
declare const shadowObject = "var(--volt2-126f7d5-shadow-object)";
|
|
316
|
-
declare const shadowOverlay = "var(--volt2-126f7d5-shadow-overlay)";
|
|
317
|
-
declare const shadowPBorderedOverlay = "var(--volt2-126f7d5-shadow-p-bordered-overlay)";
|
|
318
|
-
declare const shadowPCardContainer = "var(--volt2-126f7d5-shadow-p-card-container)";
|
|
319
|
-
declare const shadowPGlassContainer = "var(--volt2-126f7d5-shadow-p-glass-container)";
|
|
320
|
-
declare const shadowPGlassContainerDark = "var(--volt2-126f7d5-shadow-p-glass-container-dark)";
|
|
321
|
-
declare const shadowPGlassField = "var(--volt2-126f7d5-shadow-p-glass-field)";
|
|
322
|
-
declare const shadowPGlassObject = "var(--volt2-126f7d5-shadow-p-glass-object)";
|
|
323
|
-
declare const shadowPGlassObjectDark = "var(--volt2-126f7d5-shadow-p-glass-object-dark)";
|
|
324
|
-
declare const shadowPNone = "var(--volt2-126f7d5-shadow-p-none)";
|
|
325
|
-
declare const shadowPPlainContainer = "var(--volt2-126f7d5-shadow-p-plain-container)";
|
|
326
|
-
declare const spacingElement1 = "var(--volt2-126f7d5-spacing-element-1)";
|
|
327
|
-
declare const spacingElement2 = "var(--volt2-126f7d5-spacing-element-2)";
|
|
328
|
-
declare const spacingElement3 = "var(--volt2-126f7d5-spacing-element-3)";
|
|
329
|
-
declare const spacingGroup1 = "var(--volt2-126f7d5-spacing-group-1)";
|
|
330
|
-
declare const spacingGroup2 = "var(--volt2-126f7d5-spacing-group-2)";
|
|
331
|
-
declare const spacingLayout1 = "var(--volt2-126f7d5-spacing-layout-1)";
|
|
332
|
-
declare const spacingLayout2 = "var(--volt2-126f7d5-spacing-layout-2)";
|
|
333
|
-
declare const spacingNone = "var(--volt2-126f7d5-spacing-none)";
|
|
334
|
-
declare const success1 = "var(--volt2-126f7d5-success-1)";
|
|
335
|
-
declare const success10 = "var(--volt2-126f7d5-success-10)";
|
|
336
|
-
declare const success11 = "var(--volt2-126f7d5-success-11)";
|
|
337
|
-
declare const success12 = "var(--volt2-126f7d5-success-12)";
|
|
338
|
-
declare const success2 = "var(--volt2-126f7d5-success-2)";
|
|
339
|
-
declare const success3 = "var(--volt2-126f7d5-success-3)";
|
|
340
|
-
declare const success4 = "var(--volt2-126f7d5-success-4)";
|
|
341
|
-
declare const success5 = "var(--volt2-126f7d5-success-5)";
|
|
342
|
-
declare const success6 = "var(--volt2-126f7d5-success-6)";
|
|
343
|
-
declare const success7 = "var(--volt2-126f7d5-success-7)";
|
|
344
|
-
declare const success8 = "var(--volt2-126f7d5-success-8)";
|
|
345
|
-
declare const success9 = "var(--volt2-126f7d5-success-9)";
|
|
346
|
-
declare const successA1 = "var(--volt2-126f7d5-success-a1)";
|
|
347
|
-
declare const successA10 = "var(--volt2-126f7d5-success-a10)";
|
|
348
|
-
declare const successA11 = "var(--volt2-126f7d5-success-a11)";
|
|
349
|
-
declare const successA12 = "var(--volt2-126f7d5-success-a12)";
|
|
350
|
-
declare const successA2 = "var(--volt2-126f7d5-success-a2)";
|
|
351
|
-
declare const successA3 = "var(--volt2-126f7d5-success-a3)";
|
|
352
|
-
declare const successA4 = "var(--volt2-126f7d5-success-a4)";
|
|
353
|
-
declare const successA5 = "var(--volt2-126f7d5-success-a5)";
|
|
354
|
-
declare const successA6 = "var(--volt2-126f7d5-success-a6)";
|
|
355
|
-
declare const successA7 = "var(--volt2-126f7d5-success-a7)";
|
|
356
|
-
declare const successA8 = "var(--volt2-126f7d5-success-a8)";
|
|
357
|
-
declare const successA9 = "var(--volt2-126f7d5-success-a9)";
|
|
358
|
-
declare const successContrast = "var(--volt2-126f7d5-success-contrast)";
|
|
359
|
-
declare const successIndicator = "var(--volt2-126f7d5-success-indicator)";
|
|
360
|
-
declare const successSurface = "var(--volt2-126f7d5-success-surface)";
|
|
361
|
-
declare const successTrack = "var(--volt2-126f7d5-success-track)";
|
|
362
|
-
declare const surfaceContainer = "var(--volt2-126f7d5-surface-container)";
|
|
363
|
-
declare const surfaceField = "var(--volt2-126f7d5-surface-field)";
|
|
364
|
-
declare const surfaceGap = "var(--volt2-126f7d5-surface-gap)";
|
|
365
|
-
declare const surfaceHeader = "var(--volt2-126f7d5-surface-header)";
|
|
366
|
-
declare const surfaceInset = "var(--volt2-126f7d5-surface-inset)";
|
|
367
|
-
declare const surfaceObject = "var(--volt2-126f7d5-surface-object)";
|
|
368
|
-
declare const surfaceOverlay = "var(--volt2-126f7d5-surface-overlay)";
|
|
369
|
-
declare const surfaceRadiusContainer = "var(--volt2-126f7d5-surface-radius-container)";
|
|
370
|
-
declare const surfaceRadiusField = "var(--volt2-126f7d5-surface-radius-field)";
|
|
371
|
-
declare const surfaceRadiusObject = "var(--volt2-126f7d5-surface-radius-object)";
|
|
372
|
-
declare const surfaceRadiusOverlay = "var(--volt2-126f7d5-surface-radius-overlay)";
|
|
373
|
-
declare const surfaceRadiusPill = "var(--volt2-126f7d5-surface-radius-pill)";
|
|
374
|
-
declare const surfaceSep = "var(--volt2-126f7d5-surface-sep)";
|
|
375
|
-
declare const surfaceWash = "var(--volt2-126f7d5-surface-wash)";
|
|
376
|
-
declare const text2xl = "var(--volt2-126f7d5-text-2xl)";
|
|
377
|
-
declare const text3xl = "var(--volt2-126f7d5-text-3xl)";
|
|
378
|
-
declare const textBase = "var(--volt2-126f7d5-text-base)";
|
|
379
|
-
declare const textLg = "var(--volt2-126f7d5-text-lg)";
|
|
380
|
-
declare const textSm = "var(--volt2-126f7d5-text-sm)";
|
|
381
|
-
declare const textXl = "var(--volt2-126f7d5-text-xl)";
|
|
382
|
-
declare const textXs = "var(--volt2-126f7d5-text-xs)";
|
|
383
|
-
declare const trackingNormal = "var(--volt2-126f7d5-tracking-normal)";
|
|
384
|
-
declare const trackingTight = "var(--volt2-126f7d5-tracking-tight)";
|
|
385
|
-
declare const trackingTighter = "var(--volt2-126f7d5-tracking-tighter)";
|
|
386
|
-
declare const transparent = "var(--volt2-126f7d5-transparent)";
|
|
387
|
-
declare const warning1 = "var(--volt2-126f7d5-warning-1)";
|
|
388
|
-
declare const warning10 = "var(--volt2-126f7d5-warning-10)";
|
|
389
|
-
declare const warning11 = "var(--volt2-126f7d5-warning-11)";
|
|
390
|
-
declare const warning12 = "var(--volt2-126f7d5-warning-12)";
|
|
391
|
-
declare const warning2 = "var(--volt2-126f7d5-warning-2)";
|
|
392
|
-
declare const warning3 = "var(--volt2-126f7d5-warning-3)";
|
|
393
|
-
declare const warning4 = "var(--volt2-126f7d5-warning-4)";
|
|
394
|
-
declare const warning5 = "var(--volt2-126f7d5-warning-5)";
|
|
395
|
-
declare const warning6 = "var(--volt2-126f7d5-warning-6)";
|
|
396
|
-
declare const warning7 = "var(--volt2-126f7d5-warning-7)";
|
|
397
|
-
declare const warning8 = "var(--volt2-126f7d5-warning-8)";
|
|
398
|
-
declare const warning9 = "var(--volt2-126f7d5-warning-9)";
|
|
399
|
-
declare const warningA1 = "var(--volt2-126f7d5-warning-a1)";
|
|
400
|
-
declare const warningA10 = "var(--volt2-126f7d5-warning-a10)";
|
|
401
|
-
declare const warningA11 = "var(--volt2-126f7d5-warning-a11)";
|
|
402
|
-
declare const warningA12 = "var(--volt2-126f7d5-warning-a12)";
|
|
403
|
-
declare const warningA2 = "var(--volt2-126f7d5-warning-a2)";
|
|
404
|
-
declare const warningA3 = "var(--volt2-126f7d5-warning-a3)";
|
|
405
|
-
declare const warningA4 = "var(--volt2-126f7d5-warning-a4)";
|
|
406
|
-
declare const warningA5 = "var(--volt2-126f7d5-warning-a5)";
|
|
407
|
-
declare const warningA6 = "var(--volt2-126f7d5-warning-a6)";
|
|
408
|
-
declare const warningA7 = "var(--volt2-126f7d5-warning-a7)";
|
|
409
|
-
declare const warningA8 = "var(--volt2-126f7d5-warning-a8)";
|
|
410
|
-
declare const warningA9 = "var(--volt2-126f7d5-warning-a9)";
|
|
411
|
-
declare const warningContrast = "var(--volt2-126f7d5-warning-contrast)";
|
|
412
|
-
declare const warningIndicator = "var(--volt2-126f7d5-warning-indicator)";
|
|
413
|
-
declare const warningSurface = "var(--volt2-126f7d5-warning-surface)";
|
|
414
|
-
declare const warningTrack = "var(--volt2-126f7d5-warning-track)";
|
|
415
|
-
declare const white = "var(--volt2-126f7d5-white)";
|
|
416
|
-
declare const whiteA12 = "var(--volt2-126f7d5-white-a12)";
|
|
417
|
-
declare const whiteA26 = "var(--volt2-126f7d5-white-a26)";
|
|
418
|
-
declare const whiteA5 = "var(--volt2-126f7d5-white-a5)";
|
|
419
|
-
declare const whiteA50 = "var(--volt2-126f7d5-white-a50)";
|
|
420
|
-
declare const whiteA60 = "var(--volt2-126f7d5-white-a60)";
|
|
421
|
-
declare const whiteA80 = "var(--volt2-126f7d5-white-a80)";
|
|
422
|
-
declare const whiteA9 = "var(--volt2-126f7d5-white-a9)";
|
|
423
10
|
declare const blue1 = "var(--volt2-eff0792-blue-1)";
|
|
424
11
|
declare const blue10 = "var(--volt2-eff0792-blue-10)";
|
|
425
12
|
declare const blue11 = "var(--volt2-eff0792-blue-11)";
|
|
@@ -1080,6 +667,446 @@ declare const yellowContrast = "var(--volt2-eff0792-yellow-contrast)";
|
|
|
1080
667
|
declare const yellowIndicator = "var(--volt2-eff0792-yellow-indicator)";
|
|
1081
668
|
declare const yellowSurface = "var(--volt2-eff0792-yellow-surface)";
|
|
1082
669
|
declare const yellowTrack = "var(--volt2-eff0792-yellow-track)";
|
|
670
|
+
declare const accent1 = "var(--volt2-f2eb09c-accent-1)";
|
|
671
|
+
declare const accent10 = "var(--volt2-f2eb09c-accent-10)";
|
|
672
|
+
declare const accent11 = "var(--volt2-f2eb09c-accent-11)";
|
|
673
|
+
declare const accent12 = "var(--volt2-f2eb09c-accent-12)";
|
|
674
|
+
declare const accent2 = "var(--volt2-f2eb09c-accent-2)";
|
|
675
|
+
declare const accent3 = "var(--volt2-f2eb09c-accent-3)";
|
|
676
|
+
declare const accent4 = "var(--volt2-f2eb09c-accent-4)";
|
|
677
|
+
declare const accent5 = "var(--volt2-f2eb09c-accent-5)";
|
|
678
|
+
declare const accent6 = "var(--volt2-f2eb09c-accent-6)";
|
|
679
|
+
declare const accent7 = "var(--volt2-f2eb09c-accent-7)";
|
|
680
|
+
declare const accent8 = "var(--volt2-f2eb09c-accent-8)";
|
|
681
|
+
declare const accent9 = "var(--volt2-f2eb09c-accent-9)";
|
|
682
|
+
declare const accentA1 = "var(--volt2-f2eb09c-accent-a1)";
|
|
683
|
+
declare const accentA10 = "var(--volt2-f2eb09c-accent-a10)";
|
|
684
|
+
declare const accentA11 = "var(--volt2-f2eb09c-accent-a11)";
|
|
685
|
+
declare const accentA12 = "var(--volt2-f2eb09c-accent-a12)";
|
|
686
|
+
declare const accentA2 = "var(--volt2-f2eb09c-accent-a2)";
|
|
687
|
+
declare const accentA3 = "var(--volt2-f2eb09c-accent-a3)";
|
|
688
|
+
declare const accentA4 = "var(--volt2-f2eb09c-accent-a4)";
|
|
689
|
+
declare const accentA5 = "var(--volt2-f2eb09c-accent-a5)";
|
|
690
|
+
declare const accentA6 = "var(--volt2-f2eb09c-accent-a6)";
|
|
691
|
+
declare const accentA7 = "var(--volt2-f2eb09c-accent-a7)";
|
|
692
|
+
declare const accentA8 = "var(--volt2-f2eb09c-accent-a8)";
|
|
693
|
+
declare const accentA9 = "var(--volt2-f2eb09c-accent-a9)";
|
|
694
|
+
declare const accentContrast = "var(--volt2-f2eb09c-accent-contrast)";
|
|
695
|
+
declare const accentIndicator = "var(--volt2-f2eb09c-accent-indicator)";
|
|
696
|
+
declare const accentSurface = "var(--volt2-f2eb09c-accent-surface)";
|
|
697
|
+
declare const accentTrack = "var(--volt2-f2eb09c-accent-track)";
|
|
698
|
+
declare const blackA22 = "var(--volt2-f2eb09c-black-a22)";
|
|
699
|
+
declare const blackA32 = "var(--volt2-f2eb09c-black-a32)";
|
|
700
|
+
declare const blackA38 = "var(--volt2-f2eb09c-black-a38)";
|
|
701
|
+
declare const blurField = "var(--volt2-f2eb09c-blur-field)";
|
|
702
|
+
declare const blurObject = "var(--volt2-f2eb09c-blur-object)";
|
|
703
|
+
declare const blurPGlassField = "var(--volt2-f2eb09c-blur-p-glass-field)";
|
|
704
|
+
declare const blurPGlassObject = "var(--volt2-f2eb09c-blur-p-glass-object)";
|
|
705
|
+
declare const blurPNone = "var(--volt2-f2eb09c-blur-p-none)";
|
|
706
|
+
declare const body = "var(--volt2-f2eb09c-body)";
|
|
707
|
+
declare const borderContainer = "var(--volt2-f2eb09c-border-container)";
|
|
708
|
+
declare const borderField = "var(--volt2-f2eb09c-border-field)";
|
|
709
|
+
declare const borderHairline = "var(--volt2-f2eb09c-border-hairline)";
|
|
710
|
+
declare const borderHeader = "var(--volt2-f2eb09c-border-header)";
|
|
711
|
+
declare const borderNone = "var(--volt2-f2eb09c-border-none)";
|
|
712
|
+
declare const borderObject = "var(--volt2-f2eb09c-border-object)";
|
|
713
|
+
declare const borderOverlay = "var(--volt2-f2eb09c-border-overlay)";
|
|
714
|
+
declare const borderWidthContainer = "var(--volt2-f2eb09c-border-width-container)";
|
|
715
|
+
declare const borderWidthField = "var(--volt2-f2eb09c-border-width-field)";
|
|
716
|
+
declare const borderWidthHeader = "var(--volt2-f2eb09c-border-width-header)";
|
|
717
|
+
declare const borderWidthObject = "var(--volt2-f2eb09c-border-width-object)";
|
|
718
|
+
declare const borderWidthOverlay = "var(--volt2-f2eb09c-border-width-overlay)";
|
|
719
|
+
declare const buttonBaseMinHeight = "var(--volt2-f2eb09c-button-base-min-height)";
|
|
720
|
+
declare const buttonBasePaddingInline = "var(--volt2-f2eb09c-button-base-padding-inline)";
|
|
721
|
+
declare const buttonIconSize = "var(--volt2-f2eb09c-button-icon-size)";
|
|
722
|
+
declare const container2xl = "var(--volt2-f2eb09c-container-2xl)";
|
|
723
|
+
declare const container3xl = "var(--volt2-f2eb09c-container-3xl)";
|
|
724
|
+
declare const container4xl = "var(--volt2-f2eb09c-container-4xl)";
|
|
725
|
+
declare const container5xl = "var(--volt2-f2eb09c-container-5xl)";
|
|
726
|
+
declare const containerLg = "var(--volt2-f2eb09c-container-lg)";
|
|
727
|
+
declare const containerMd = "var(--volt2-f2eb09c-container-md)";
|
|
728
|
+
declare const containerSm = "var(--volt2-f2eb09c-container-sm)";
|
|
729
|
+
declare const containerXl = "var(--volt2-f2eb09c-container-xl)";
|
|
730
|
+
declare const ease = "var(--volt2-f2eb09c-ease)";
|
|
731
|
+
declare const error1 = "var(--volt2-f2eb09c-error-1)";
|
|
732
|
+
declare const error10 = "var(--volt2-f2eb09c-error-10)";
|
|
733
|
+
declare const error11 = "var(--volt2-f2eb09c-error-11)";
|
|
734
|
+
declare const error12 = "var(--volt2-f2eb09c-error-12)";
|
|
735
|
+
declare const error2 = "var(--volt2-f2eb09c-error-2)";
|
|
736
|
+
declare const error3 = "var(--volt2-f2eb09c-error-3)";
|
|
737
|
+
declare const error4 = "var(--volt2-f2eb09c-error-4)";
|
|
738
|
+
declare const error5 = "var(--volt2-f2eb09c-error-5)";
|
|
739
|
+
declare const error6 = "var(--volt2-f2eb09c-error-6)";
|
|
740
|
+
declare const error7 = "var(--volt2-f2eb09c-error-7)";
|
|
741
|
+
declare const error8 = "var(--volt2-f2eb09c-error-8)";
|
|
742
|
+
declare const error9 = "var(--volt2-f2eb09c-error-9)";
|
|
743
|
+
declare const errorA1 = "var(--volt2-f2eb09c-error-a1)";
|
|
744
|
+
declare const errorA10 = "var(--volt2-f2eb09c-error-a10)";
|
|
745
|
+
declare const errorA11 = "var(--volt2-f2eb09c-error-a11)";
|
|
746
|
+
declare const errorA12 = "var(--volt2-f2eb09c-error-a12)";
|
|
747
|
+
declare const errorA2 = "var(--volt2-f2eb09c-error-a2)";
|
|
748
|
+
declare const errorA3 = "var(--volt2-f2eb09c-error-a3)";
|
|
749
|
+
declare const errorA4 = "var(--volt2-f2eb09c-error-a4)";
|
|
750
|
+
declare const errorA5 = "var(--volt2-f2eb09c-error-a5)";
|
|
751
|
+
declare const errorA6 = "var(--volt2-f2eb09c-error-a6)";
|
|
752
|
+
declare const errorA7 = "var(--volt2-f2eb09c-error-a7)";
|
|
753
|
+
declare const errorA8 = "var(--volt2-f2eb09c-error-a8)";
|
|
754
|
+
declare const errorA9 = "var(--volt2-f2eb09c-error-a9)";
|
|
755
|
+
declare const errorContrast = "var(--volt2-f2eb09c-error-contrast)";
|
|
756
|
+
declare const errorIndicator = "var(--volt2-f2eb09c-error-indicator)";
|
|
757
|
+
declare const errorSurface = "var(--volt2-f2eb09c-error-surface)";
|
|
758
|
+
declare const errorTrack = "var(--volt2-f2eb09c-error-track)";
|
|
759
|
+
declare const fieldInputHeight = "var(--volt2-f2eb09c-field-input-height)";
|
|
760
|
+
declare const fieldPaddingX = "var(--volt2-f2eb09c-field-padding-x)";
|
|
761
|
+
declare const fieldPaddingY = "var(--volt2-f2eb09c-field-padding-y)";
|
|
762
|
+
declare const fieldSetGap = "var(--volt2-f2eb09c-field-set-gap)";
|
|
763
|
+
declare const fontWeightBold = "var(--volt2-f2eb09c-font-weight-bold)";
|
|
764
|
+
declare const fontWeightMedium = "var(--volt2-f2eb09c-font-weight-medium)";
|
|
765
|
+
declare const fontWeightNormal = "var(--volt2-f2eb09c-font-weight-normal)";
|
|
766
|
+
declare const fontWeightSemibold = "var(--volt2-f2eb09c-font-weight-semibold)";
|
|
767
|
+
declare const fxBorderHeaderPlain = "var(--volt2-f2eb09c-fx-border-header-plain)";
|
|
768
|
+
declare const fxBorderPlainObject = "var(--volt2-f2eb09c-fx-border-plain-object)";
|
|
769
|
+
declare const fxCardBloomBlue = "var(--volt2-f2eb09c-fx-card-bloom-blue)";
|
|
770
|
+
declare const fxCardBloomViolet = "var(--volt2-f2eb09c-fx-card-bloom-violet)";
|
|
771
|
+
declare const fxCardWash2 = "var(--volt2-f2eb09c-fx-card-wash-2)";
|
|
772
|
+
declare const fxGlassBloomBlue = "var(--volt2-f2eb09c-fx-glass-bloom-blue)";
|
|
773
|
+
declare const fxGlassBloomBlueDark = "var(--volt2-f2eb09c-fx-glass-bloom-blue-dark)";
|
|
774
|
+
declare const fxGlassBloomViolet = "var(--volt2-f2eb09c-fx-glass-bloom-violet)";
|
|
775
|
+
declare const fxGlassBloomVioletDark = "var(--volt2-f2eb09c-fx-glass-bloom-violet-dark)";
|
|
776
|
+
declare const fxGlassObjectDark = "var(--volt2-f2eb09c-fx-glass-object-dark)";
|
|
777
|
+
declare const fxGlassWash1 = "var(--volt2-f2eb09c-fx-glass-wash-1)";
|
|
778
|
+
declare const fxGlassWash2 = "var(--volt2-f2eb09c-fx-glass-wash-2)";
|
|
779
|
+
declare const fxGlassWash3 = "var(--volt2-f2eb09c-fx-glass-wash-3)";
|
|
780
|
+
declare const fxGlassWashDark1 = "var(--volt2-f2eb09c-fx-glass-wash-dark-1)";
|
|
781
|
+
declare const fxGlassWashDark2 = "var(--volt2-f2eb09c-fx-glass-wash-dark-2)";
|
|
782
|
+
declare const fxGlassWashDark3 = "var(--volt2-f2eb09c-fx-glass-wash-dark-3)";
|
|
783
|
+
declare const fxHoverPlainRow = "var(--volt2-f2eb09c-fx-hover-plain-row)";
|
|
784
|
+
declare const fxSepPlain = "var(--volt2-f2eb09c-fx-sep-plain)";
|
|
785
|
+
declare const fxShadeCoolA12 = "var(--volt2-f2eb09c-fx-shade-cool-a12)";
|
|
786
|
+
declare const fxShadeCoolA7 = "var(--volt2-f2eb09c-fx-shade-cool-a7)";
|
|
787
|
+
declare const fxShadeCoolA8 = "var(--volt2-f2eb09c-fx-shade-cool-a8)";
|
|
788
|
+
declare const fxShadeDeepA10 = "var(--volt2-f2eb09c-fx-shade-deep-a10)";
|
|
789
|
+
declare const fxShadeDeepA6 = "var(--volt2-f2eb09c-fx-shade-deep-a6)";
|
|
790
|
+
declare const fxShadeDeepA7 = "var(--volt2-f2eb09c-fx-shade-deep-a7)";
|
|
791
|
+
declare const fxShadeNavyA16 = "var(--volt2-f2eb09c-fx-shade-navy-a16)";
|
|
792
|
+
declare const fxShadeOverlayA22 = "var(--volt2-f2eb09c-fx-shade-overlay-a22)";
|
|
793
|
+
declare const fxTintWash1 = "var(--volt2-f2eb09c-fx-tint-wash-1)";
|
|
794
|
+
declare const fxTintWash2 = "var(--volt2-f2eb09c-fx-tint-wash-2)";
|
|
795
|
+
declare const fxWashBorderedDark = "var(--volt2-f2eb09c-fx-wash-bordered-dark)";
|
|
796
|
+
declare const fxWashBorderedLight = "var(--volt2-f2eb09c-fx-wash-bordered-light)";
|
|
797
|
+
declare const fxWashPlain = "var(--volt2-f2eb09c-fx-wash-plain)";
|
|
798
|
+
declare const gradientBorderedWash = "var(--volt2-f2eb09c-gradient-bordered-wash)";
|
|
799
|
+
declare const gradientBorderedWashDark = "var(--volt2-f2eb09c-gradient-bordered-wash-dark)";
|
|
800
|
+
declare const gradientCardWash = "var(--volt2-f2eb09c-gradient-card-wash)";
|
|
801
|
+
declare const gradientGlassWash = "var(--volt2-f2eb09c-gradient-glass-wash)";
|
|
802
|
+
declare const gradientGlassWashDark = "var(--volt2-f2eb09c-gradient-glass-wash-dark)";
|
|
803
|
+
declare const gradientPlainWash = "var(--volt2-f2eb09c-gradient-plain-wash)";
|
|
804
|
+
declare const gradientTintWash = "var(--volt2-f2eb09c-gradient-tint-wash)";
|
|
805
|
+
declare const gray1 = "var(--volt2-f2eb09c-gray-1)";
|
|
806
|
+
declare const gray10 = "var(--volt2-f2eb09c-gray-10)";
|
|
807
|
+
declare const gray11 = "var(--volt2-f2eb09c-gray-11)";
|
|
808
|
+
declare const gray12 = "var(--volt2-f2eb09c-gray-12)";
|
|
809
|
+
declare const gray2 = "var(--volt2-f2eb09c-gray-2)";
|
|
810
|
+
declare const gray3 = "var(--volt2-f2eb09c-gray-3)";
|
|
811
|
+
declare const gray4 = "var(--volt2-f2eb09c-gray-4)";
|
|
812
|
+
declare const gray5 = "var(--volt2-f2eb09c-gray-5)";
|
|
813
|
+
declare const gray6 = "var(--volt2-f2eb09c-gray-6)";
|
|
814
|
+
declare const gray7 = "var(--volt2-f2eb09c-gray-7)";
|
|
815
|
+
declare const gray8 = "var(--volt2-f2eb09c-gray-8)";
|
|
816
|
+
declare const gray9 = "var(--volt2-f2eb09c-gray-9)";
|
|
817
|
+
declare const grayA1 = "var(--volt2-f2eb09c-gray-a1)";
|
|
818
|
+
declare const grayA10 = "var(--volt2-f2eb09c-gray-a10)";
|
|
819
|
+
declare const grayA11 = "var(--volt2-f2eb09c-gray-a11)";
|
|
820
|
+
declare const grayA12 = "var(--volt2-f2eb09c-gray-a12)";
|
|
821
|
+
declare const grayA2 = "var(--volt2-f2eb09c-gray-a2)";
|
|
822
|
+
declare const grayA3 = "var(--volt2-f2eb09c-gray-a3)";
|
|
823
|
+
declare const grayA4 = "var(--volt2-f2eb09c-gray-a4)";
|
|
824
|
+
declare const grayA5 = "var(--volt2-f2eb09c-gray-a5)";
|
|
825
|
+
declare const grayA6 = "var(--volt2-f2eb09c-gray-a6)";
|
|
826
|
+
declare const grayA7 = "var(--volt2-f2eb09c-gray-a7)";
|
|
827
|
+
declare const grayA8 = "var(--volt2-f2eb09c-gray-a8)";
|
|
828
|
+
declare const grayA9 = "var(--volt2-f2eb09c-gray-a9)";
|
|
829
|
+
declare const grayContrast = "var(--volt2-f2eb09c-gray-contrast)";
|
|
830
|
+
declare const grayIndicator = "var(--volt2-f2eb09c-gray-indicator)";
|
|
831
|
+
declare const graySurface = "var(--volt2-f2eb09c-gray-surface)";
|
|
832
|
+
declare const grayTrack = "var(--volt2-f2eb09c-gray-track)";
|
|
833
|
+
declare const info1 = "var(--volt2-f2eb09c-info-1)";
|
|
834
|
+
declare const info10 = "var(--volt2-f2eb09c-info-10)";
|
|
835
|
+
declare const info11 = "var(--volt2-f2eb09c-info-11)";
|
|
836
|
+
declare const info12 = "var(--volt2-f2eb09c-info-12)";
|
|
837
|
+
declare const info2 = "var(--volt2-f2eb09c-info-2)";
|
|
838
|
+
declare const info3 = "var(--volt2-f2eb09c-info-3)";
|
|
839
|
+
declare const info4 = "var(--volt2-f2eb09c-info-4)";
|
|
840
|
+
declare const info5 = "var(--volt2-f2eb09c-info-5)";
|
|
841
|
+
declare const info6 = "var(--volt2-f2eb09c-info-6)";
|
|
842
|
+
declare const info7 = "var(--volt2-f2eb09c-info-7)";
|
|
843
|
+
declare const info8 = "var(--volt2-f2eb09c-info-8)";
|
|
844
|
+
declare const info9 = "var(--volt2-f2eb09c-info-9)";
|
|
845
|
+
declare const infoA1 = "var(--volt2-f2eb09c-info-a1)";
|
|
846
|
+
declare const infoA10 = "var(--volt2-f2eb09c-info-a10)";
|
|
847
|
+
declare const infoA11 = "var(--volt2-f2eb09c-info-a11)";
|
|
848
|
+
declare const infoA12 = "var(--volt2-f2eb09c-info-a12)";
|
|
849
|
+
declare const infoA2 = "var(--volt2-f2eb09c-info-a2)";
|
|
850
|
+
declare const infoA3 = "var(--volt2-f2eb09c-info-a3)";
|
|
851
|
+
declare const infoA4 = "var(--volt2-f2eb09c-info-a4)";
|
|
852
|
+
declare const infoA5 = "var(--volt2-f2eb09c-info-a5)";
|
|
853
|
+
declare const infoA6 = "var(--volt2-f2eb09c-info-a6)";
|
|
854
|
+
declare const infoA7 = "var(--volt2-f2eb09c-info-a7)";
|
|
855
|
+
declare const infoA8 = "var(--volt2-f2eb09c-info-a8)";
|
|
856
|
+
declare const infoA9 = "var(--volt2-f2eb09c-info-a9)";
|
|
857
|
+
declare const infoContrast = "var(--volt2-f2eb09c-info-contrast)";
|
|
858
|
+
declare const infoIndicator = "var(--volt2-f2eb09c-info-indicator)";
|
|
859
|
+
declare const infoSurface = "var(--volt2-f2eb09c-info-surface)";
|
|
860
|
+
declare const infoTrack = "var(--volt2-f2eb09c-info-track)";
|
|
861
|
+
declare const leading2xl = "var(--volt2-f2eb09c-leading-2xl)";
|
|
862
|
+
declare const leading3xl = "var(--volt2-f2eb09c-leading-3xl)";
|
|
863
|
+
declare const leadingBase = "var(--volt2-f2eb09c-leading-base)";
|
|
864
|
+
declare const leadingLg = "var(--volt2-f2eb09c-leading-lg)";
|
|
865
|
+
declare const leadingSm = "var(--volt2-f2eb09c-leading-sm)";
|
|
866
|
+
declare const leadingXl = "var(--volt2-f2eb09c-leading-xl)";
|
|
867
|
+
declare const leadingXs = "var(--volt2-f2eb09c-leading-xs)";
|
|
868
|
+
declare const level1 = "var(--volt2-f2eb09c-level-1)";
|
|
869
|
+
declare const listIndexMinWidth = "var(--volt2-f2eb09c-list-index-min-width)";
|
|
870
|
+
declare const listIndexPaddingX = "var(--volt2-f2eb09c-list-index-padding-x)";
|
|
871
|
+
declare const listItemGap = "var(--volt2-f2eb09c-list-item-gap)";
|
|
872
|
+
declare const listItemMinHeight = "var(--volt2-f2eb09c-list-item-min-height)";
|
|
873
|
+
declare const listItemPaddingX = "var(--volt2-f2eb09c-list-item-padding-x)";
|
|
874
|
+
declare const listItemPaddingY = "var(--volt2-f2eb09c-list-item-padding-y)";
|
|
875
|
+
declare const motionBase = "var(--volt2-f2eb09c-motion-base)";
|
|
876
|
+
declare const motionFast = "var(--volt2-f2eb09c-motion-fast)";
|
|
877
|
+
declare const motionSlow = "var(--volt2-f2eb09c-motion-slow)";
|
|
878
|
+
declare const radius2xl = "var(--volt2-f2eb09c-radius-2xl)";
|
|
879
|
+
declare const radius3xl = "var(--volt2-f2eb09c-radius-3xl)";
|
|
880
|
+
declare const radiusFull = "var(--volt2-f2eb09c-radius-full)";
|
|
881
|
+
declare const radiusLg = "var(--volt2-f2eb09c-radius-lg)";
|
|
882
|
+
declare const radiusMd = "var(--volt2-f2eb09c-radius-md)";
|
|
883
|
+
declare const radiusSm = "var(--volt2-f2eb09c-radius-sm)";
|
|
884
|
+
declare const radiusXl = "var(--volt2-f2eb09c-radius-xl)";
|
|
885
|
+
declare const selectContentGap = "var(--volt2-f2eb09c-select-content-gap)";
|
|
886
|
+
declare const selectContentPadding = "var(--volt2-f2eb09c-select-content-padding)";
|
|
887
|
+
declare const selectItemPaddingLeft = "var(--volt2-f2eb09c-select-item-padding-left)";
|
|
888
|
+
declare const selectItemPaddingY = "var(--volt2-f2eb09c-select-item-padding-y)";
|
|
889
|
+
declare const semAccentContrast = "var(--volt2-f2eb09c-sem-accent-contrast)";
|
|
890
|
+
declare const semAccentDefault = "var(--volt2-f2eb09c-sem-accent-default)";
|
|
891
|
+
declare const semAccentDisabled = "var(--volt2-f2eb09c-sem-accent-disabled)";
|
|
892
|
+
declare const semAccentHighContrast = "var(--volt2-f2eb09c-sem-accent-high-contrast)";
|
|
893
|
+
declare const semAccentLight = "var(--volt2-f2eb09c-sem-accent-light)";
|
|
894
|
+
declare const semAccentOnHighContrast = "var(--volt2-f2eb09c-sem-accent-on-high-contrast)";
|
|
895
|
+
declare const semAccentOnSoft = "var(--volt2-f2eb09c-sem-accent-on-soft)";
|
|
896
|
+
declare const semAccentOnSolid = "var(--volt2-f2eb09c-sem-accent-on-solid)";
|
|
897
|
+
declare const semAccentSoft = "var(--volt2-f2eb09c-sem-accent-soft)";
|
|
898
|
+
declare const semAccentSoftHover = "var(--volt2-f2eb09c-sem-accent-soft-hover)";
|
|
899
|
+
declare const semAccentSolid = "var(--volt2-f2eb09c-sem-accent-solid)";
|
|
900
|
+
declare const semAccentSolidHover = "var(--volt2-f2eb09c-sem-accent-solid-hover)";
|
|
901
|
+
declare const semAccentSurface = "var(--volt2-f2eb09c-sem-accent-surface)";
|
|
902
|
+
declare const semAccentSurfaceHover = "var(--volt2-f2eb09c-sem-accent-surface-hover)";
|
|
903
|
+
declare const semAccentUi = "var(--volt2-f2eb09c-sem-accent-ui)";
|
|
904
|
+
declare const semAccentUiHover = "var(--volt2-f2eb09c-sem-accent-ui-hover)";
|
|
905
|
+
declare const semBody = "var(--volt2-f2eb09c-sem-body)";
|
|
906
|
+
declare const semErrorContrast = "var(--volt2-f2eb09c-sem-error-contrast)";
|
|
907
|
+
declare const semErrorDefault = "var(--volt2-f2eb09c-sem-error-default)";
|
|
908
|
+
declare const semErrorDisabled = "var(--volt2-f2eb09c-sem-error-disabled)";
|
|
909
|
+
declare const semErrorHighContrast = "var(--volt2-f2eb09c-sem-error-high-contrast)";
|
|
910
|
+
declare const semErrorLight = "var(--volt2-f2eb09c-sem-error-light)";
|
|
911
|
+
declare const semErrorOnHighContrast = "var(--volt2-f2eb09c-sem-error-on-high-contrast)";
|
|
912
|
+
declare const semErrorOnSoft = "var(--volt2-f2eb09c-sem-error-on-soft)";
|
|
913
|
+
declare const semErrorOnSolid = "var(--volt2-f2eb09c-sem-error-on-solid)";
|
|
914
|
+
declare const semErrorSoft = "var(--volt2-f2eb09c-sem-error-soft)";
|
|
915
|
+
declare const semErrorSoftHover = "var(--volt2-f2eb09c-sem-error-soft-hover)";
|
|
916
|
+
declare const semErrorSolid = "var(--volt2-f2eb09c-sem-error-solid)";
|
|
917
|
+
declare const semErrorSolidHover = "var(--volt2-f2eb09c-sem-error-solid-hover)";
|
|
918
|
+
declare const semErrorSurface = "var(--volt2-f2eb09c-sem-error-surface)";
|
|
919
|
+
declare const semErrorSurfaceHover = "var(--volt2-f2eb09c-sem-error-surface-hover)";
|
|
920
|
+
declare const semErrorUi = "var(--volt2-f2eb09c-sem-error-ui)";
|
|
921
|
+
declare const semErrorUiHover = "var(--volt2-f2eb09c-sem-error-ui-hover)";
|
|
922
|
+
declare const semFocusRing = "var(--volt2-f2eb09c-sem-focus-ring)";
|
|
923
|
+
declare const semGrayContrast = "var(--volt2-f2eb09c-sem-gray-contrast)";
|
|
924
|
+
declare const semGrayDefault = "var(--volt2-f2eb09c-sem-gray-default)";
|
|
925
|
+
declare const semGrayDisabled = "var(--volt2-f2eb09c-sem-gray-disabled)";
|
|
926
|
+
declare const semGrayHighContrast = "var(--volt2-f2eb09c-sem-gray-high-contrast)";
|
|
927
|
+
declare const semGrayLight = "var(--volt2-f2eb09c-sem-gray-light)";
|
|
928
|
+
declare const semGrayOnHighContrast = "var(--volt2-f2eb09c-sem-gray-on-high-contrast)";
|
|
929
|
+
declare const semGrayOnSoft = "var(--volt2-f2eb09c-sem-gray-on-soft)";
|
|
930
|
+
declare const semGrayOnSolid = "var(--volt2-f2eb09c-sem-gray-on-solid)";
|
|
931
|
+
declare const semGraySoft = "var(--volt2-f2eb09c-sem-gray-soft)";
|
|
932
|
+
declare const semGraySoftHover = "var(--volt2-f2eb09c-sem-gray-soft-hover)";
|
|
933
|
+
declare const semGraySolid = "var(--volt2-f2eb09c-sem-gray-solid)";
|
|
934
|
+
declare const semGraySolidHover = "var(--volt2-f2eb09c-sem-gray-solid-hover)";
|
|
935
|
+
declare const semGraySurface = "var(--volt2-f2eb09c-sem-gray-surface)";
|
|
936
|
+
declare const semGraySurfaceHover = "var(--volt2-f2eb09c-sem-gray-surface-hover)";
|
|
937
|
+
declare const semGrayUi = "var(--volt2-f2eb09c-sem-gray-ui)";
|
|
938
|
+
declare const semGrayUiHover = "var(--volt2-f2eb09c-sem-gray-ui-hover)";
|
|
939
|
+
declare const semInfoContrast = "var(--volt2-f2eb09c-sem-info-contrast)";
|
|
940
|
+
declare const semInfoDefault = "var(--volt2-f2eb09c-sem-info-default)";
|
|
941
|
+
declare const semInfoDisabled = "var(--volt2-f2eb09c-sem-info-disabled)";
|
|
942
|
+
declare const semInfoHighContrast = "var(--volt2-f2eb09c-sem-info-high-contrast)";
|
|
943
|
+
declare const semInfoLight = "var(--volt2-f2eb09c-sem-info-light)";
|
|
944
|
+
declare const semInfoOnHighContrast = "var(--volt2-f2eb09c-sem-info-on-high-contrast)";
|
|
945
|
+
declare const semInfoOnSoft = "var(--volt2-f2eb09c-sem-info-on-soft)";
|
|
946
|
+
declare const semInfoOnSolid = "var(--volt2-f2eb09c-sem-info-on-solid)";
|
|
947
|
+
declare const semInfoSoft = "var(--volt2-f2eb09c-sem-info-soft)";
|
|
948
|
+
declare const semInfoSoftHover = "var(--volt2-f2eb09c-sem-info-soft-hover)";
|
|
949
|
+
declare const semInfoSolid = "var(--volt2-f2eb09c-sem-info-solid)";
|
|
950
|
+
declare const semInfoSolidHover = "var(--volt2-f2eb09c-sem-info-solid-hover)";
|
|
951
|
+
declare const semInfoSurface = "var(--volt2-f2eb09c-sem-info-surface)";
|
|
952
|
+
declare const semInfoSurfaceHover = "var(--volt2-f2eb09c-sem-info-surface-hover)";
|
|
953
|
+
declare const semInfoUi = "var(--volt2-f2eb09c-sem-info-ui)";
|
|
954
|
+
declare const semInfoUiHover = "var(--volt2-f2eb09c-sem-info-ui-hover)";
|
|
955
|
+
declare const semLevel1 = "var(--volt2-f2eb09c-sem-level-1)";
|
|
956
|
+
declare const semLevel2 = "var(--volt2-f2eb09c-sem-level-2)";
|
|
957
|
+
declare const semLevel3 = "var(--volt2-f2eb09c-sem-level-3)";
|
|
958
|
+
declare const semSuccessContrast = "var(--volt2-f2eb09c-sem-success-contrast)";
|
|
959
|
+
declare const semSuccessDefault = "var(--volt2-f2eb09c-sem-success-default)";
|
|
960
|
+
declare const semSuccessDisabled = "var(--volt2-f2eb09c-sem-success-disabled)";
|
|
961
|
+
declare const semSuccessHighContrast = "var(--volt2-f2eb09c-sem-success-high-contrast)";
|
|
962
|
+
declare const semSuccessLight = "var(--volt2-f2eb09c-sem-success-light)";
|
|
963
|
+
declare const semSuccessOnHighContrast = "var(--volt2-f2eb09c-sem-success-on-high-contrast)";
|
|
964
|
+
declare const semSuccessOnSoft = "var(--volt2-f2eb09c-sem-success-on-soft)";
|
|
965
|
+
declare const semSuccessOnSolid = "var(--volt2-f2eb09c-sem-success-on-solid)";
|
|
966
|
+
declare const semSuccessSoft = "var(--volt2-f2eb09c-sem-success-soft)";
|
|
967
|
+
declare const semSuccessSoftHover = "var(--volt2-f2eb09c-sem-success-soft-hover)";
|
|
968
|
+
declare const semSuccessSolid = "var(--volt2-f2eb09c-sem-success-solid)";
|
|
969
|
+
declare const semSuccessSolidHover = "var(--volt2-f2eb09c-sem-success-solid-hover)";
|
|
970
|
+
declare const semSuccessSurface = "var(--volt2-f2eb09c-sem-success-surface)";
|
|
971
|
+
declare const semSuccessSurfaceHover = "var(--volt2-f2eb09c-sem-success-surface-hover)";
|
|
972
|
+
declare const semSuccessUi = "var(--volt2-f2eb09c-sem-success-ui)";
|
|
973
|
+
declare const semSuccessUiHover = "var(--volt2-f2eb09c-sem-success-ui-hover)";
|
|
974
|
+
declare const semWarningContrast = "var(--volt2-f2eb09c-sem-warning-contrast)";
|
|
975
|
+
declare const semWarningDefault = "var(--volt2-f2eb09c-sem-warning-default)";
|
|
976
|
+
declare const semWarningDisabled = "var(--volt2-f2eb09c-sem-warning-disabled)";
|
|
977
|
+
declare const semWarningHighContrast = "var(--volt2-f2eb09c-sem-warning-high-contrast)";
|
|
978
|
+
declare const semWarningLight = "var(--volt2-f2eb09c-sem-warning-light)";
|
|
979
|
+
declare const semWarningOnHighContrast = "var(--volt2-f2eb09c-sem-warning-on-high-contrast)";
|
|
980
|
+
declare const semWarningOnSoft = "var(--volt2-f2eb09c-sem-warning-on-soft)";
|
|
981
|
+
declare const semWarningOnSolid = "var(--volt2-f2eb09c-sem-warning-on-solid)";
|
|
982
|
+
declare const semWarningSoft = "var(--volt2-f2eb09c-sem-warning-soft)";
|
|
983
|
+
declare const semWarningSoftHover = "var(--volt2-f2eb09c-sem-warning-soft-hover)";
|
|
984
|
+
declare const semWarningSolid = "var(--volt2-f2eb09c-sem-warning-solid)";
|
|
985
|
+
declare const semWarningSolidHover = "var(--volt2-f2eb09c-sem-warning-solid-hover)";
|
|
986
|
+
declare const semWarningSurface = "var(--volt2-f2eb09c-sem-warning-surface)";
|
|
987
|
+
declare const semWarningSurfaceHover = "var(--volt2-f2eb09c-sem-warning-surface-hover)";
|
|
988
|
+
declare const semWarningUi = "var(--volt2-f2eb09c-sem-warning-ui)";
|
|
989
|
+
declare const semWarningUiHover = "var(--volt2-f2eb09c-sem-warning-ui-hover)";
|
|
990
|
+
declare const shadowContainer = "var(--volt2-f2eb09c-shadow-container)";
|
|
991
|
+
declare const shadowField = "var(--volt2-f2eb09c-shadow-field)";
|
|
992
|
+
declare const shadowObject = "var(--volt2-f2eb09c-shadow-object)";
|
|
993
|
+
declare const shadowOverlay = "var(--volt2-f2eb09c-shadow-overlay)";
|
|
994
|
+
declare const shadowPBorderedOverlay = "var(--volt2-f2eb09c-shadow-p-bordered-overlay)";
|
|
995
|
+
declare const shadowPCardContainer = "var(--volt2-f2eb09c-shadow-p-card-container)";
|
|
996
|
+
declare const shadowPGlassContainer = "var(--volt2-f2eb09c-shadow-p-glass-container)";
|
|
997
|
+
declare const shadowPGlassContainerDark = "var(--volt2-f2eb09c-shadow-p-glass-container-dark)";
|
|
998
|
+
declare const shadowPGlassField = "var(--volt2-f2eb09c-shadow-p-glass-field)";
|
|
999
|
+
declare const shadowPGlassObject = "var(--volt2-f2eb09c-shadow-p-glass-object)";
|
|
1000
|
+
declare const shadowPGlassObjectDark = "var(--volt2-f2eb09c-shadow-p-glass-object-dark)";
|
|
1001
|
+
declare const shadowPNone = "var(--volt2-f2eb09c-shadow-p-none)";
|
|
1002
|
+
declare const shadowPPlainContainer = "var(--volt2-f2eb09c-shadow-p-plain-container)";
|
|
1003
|
+
declare const spacingElement05 = "var(--volt2-f2eb09c-spacing-element-0-5)";
|
|
1004
|
+
declare const spacingElement1 = "var(--volt2-f2eb09c-spacing-element-1)";
|
|
1005
|
+
declare const spacingElement15 = "var(--volt2-f2eb09c-spacing-element-1-5)";
|
|
1006
|
+
declare const spacingElement2 = "var(--volt2-f2eb09c-spacing-element-2)";
|
|
1007
|
+
declare const spacingElement25 = "var(--volt2-f2eb09c-spacing-element-2-5)";
|
|
1008
|
+
declare const spacingElement3 = "var(--volt2-f2eb09c-spacing-element-3)";
|
|
1009
|
+
declare const spacingGroup1 = "var(--volt2-f2eb09c-spacing-group-1)";
|
|
1010
|
+
declare const spacingGroup2 = "var(--volt2-f2eb09c-spacing-group-2)";
|
|
1011
|
+
declare const spacingLayout05 = "var(--volt2-f2eb09c-spacing-layout-0-5)";
|
|
1012
|
+
declare const spacingLayout1 = "var(--volt2-f2eb09c-spacing-layout-1)";
|
|
1013
|
+
declare const spacingLayout15 = "var(--volt2-f2eb09c-spacing-layout-1-5)";
|
|
1014
|
+
declare const spacingLayout2 = "var(--volt2-f2eb09c-spacing-layout-2)";
|
|
1015
|
+
declare const spacingLayout25 = "var(--volt2-f2eb09c-spacing-layout-2-5)";
|
|
1016
|
+
declare const spacingLayout3 = "var(--volt2-f2eb09c-spacing-layout-3)";
|
|
1017
|
+
declare const spacingLayout4 = "var(--volt2-f2eb09c-spacing-layout-4)";
|
|
1018
|
+
declare const spacingNone = "var(--volt2-f2eb09c-spacing-none)";
|
|
1019
|
+
declare const success1 = "var(--volt2-f2eb09c-success-1)";
|
|
1020
|
+
declare const success10 = "var(--volt2-f2eb09c-success-10)";
|
|
1021
|
+
declare const success11 = "var(--volt2-f2eb09c-success-11)";
|
|
1022
|
+
declare const success12 = "var(--volt2-f2eb09c-success-12)";
|
|
1023
|
+
declare const success2 = "var(--volt2-f2eb09c-success-2)";
|
|
1024
|
+
declare const success3 = "var(--volt2-f2eb09c-success-3)";
|
|
1025
|
+
declare const success4 = "var(--volt2-f2eb09c-success-4)";
|
|
1026
|
+
declare const success5 = "var(--volt2-f2eb09c-success-5)";
|
|
1027
|
+
declare const success6 = "var(--volt2-f2eb09c-success-6)";
|
|
1028
|
+
declare const success7 = "var(--volt2-f2eb09c-success-7)";
|
|
1029
|
+
declare const success8 = "var(--volt2-f2eb09c-success-8)";
|
|
1030
|
+
declare const success9 = "var(--volt2-f2eb09c-success-9)";
|
|
1031
|
+
declare const successA1 = "var(--volt2-f2eb09c-success-a1)";
|
|
1032
|
+
declare const successA10 = "var(--volt2-f2eb09c-success-a10)";
|
|
1033
|
+
declare const successA11 = "var(--volt2-f2eb09c-success-a11)";
|
|
1034
|
+
declare const successA12 = "var(--volt2-f2eb09c-success-a12)";
|
|
1035
|
+
declare const successA2 = "var(--volt2-f2eb09c-success-a2)";
|
|
1036
|
+
declare const successA3 = "var(--volt2-f2eb09c-success-a3)";
|
|
1037
|
+
declare const successA4 = "var(--volt2-f2eb09c-success-a4)";
|
|
1038
|
+
declare const successA5 = "var(--volt2-f2eb09c-success-a5)";
|
|
1039
|
+
declare const successA6 = "var(--volt2-f2eb09c-success-a6)";
|
|
1040
|
+
declare const successA7 = "var(--volt2-f2eb09c-success-a7)";
|
|
1041
|
+
declare const successA8 = "var(--volt2-f2eb09c-success-a8)";
|
|
1042
|
+
declare const successA9 = "var(--volt2-f2eb09c-success-a9)";
|
|
1043
|
+
declare const successContrast = "var(--volt2-f2eb09c-success-contrast)";
|
|
1044
|
+
declare const successIndicator = "var(--volt2-f2eb09c-success-indicator)";
|
|
1045
|
+
declare const successSurface = "var(--volt2-f2eb09c-success-surface)";
|
|
1046
|
+
declare const successTrack = "var(--volt2-f2eb09c-success-track)";
|
|
1047
|
+
declare const surfaceContainer = "var(--volt2-f2eb09c-surface-container)";
|
|
1048
|
+
declare const surfaceField = "var(--volt2-f2eb09c-surface-field)";
|
|
1049
|
+
declare const surfaceGap = "var(--volt2-f2eb09c-surface-gap)";
|
|
1050
|
+
declare const surfaceHeader = "var(--volt2-f2eb09c-surface-header)";
|
|
1051
|
+
declare const surfaceInset = "var(--volt2-f2eb09c-surface-inset)";
|
|
1052
|
+
declare const surfaceObject = "var(--volt2-f2eb09c-surface-object)";
|
|
1053
|
+
declare const surfaceOverlay = "var(--volt2-f2eb09c-surface-overlay)";
|
|
1054
|
+
declare const surfaceRadiusContainer = "var(--volt2-f2eb09c-surface-radius-container)";
|
|
1055
|
+
declare const surfaceRadiusField = "var(--volt2-f2eb09c-surface-radius-field)";
|
|
1056
|
+
declare const surfaceRadiusObject = "var(--volt2-f2eb09c-surface-radius-object)";
|
|
1057
|
+
declare const surfaceRadiusOverlay = "var(--volt2-f2eb09c-surface-radius-overlay)";
|
|
1058
|
+
declare const surfaceRadiusPill = "var(--volt2-f2eb09c-surface-radius-pill)";
|
|
1059
|
+
declare const surfaceSep = "var(--volt2-f2eb09c-surface-sep)";
|
|
1060
|
+
declare const surfaceWash = "var(--volt2-f2eb09c-surface-wash)";
|
|
1061
|
+
declare const tableCellPaddingY = "var(--volt2-f2eb09c-table-cell-padding-y)";
|
|
1062
|
+
declare const tableHeadHeight = "var(--volt2-f2eb09c-table-head-height)";
|
|
1063
|
+
declare const text2xl = "var(--volt2-f2eb09c-text-2xl)";
|
|
1064
|
+
declare const text3xl = "var(--volt2-f2eb09c-text-3xl)";
|
|
1065
|
+
declare const textBase = "var(--volt2-f2eb09c-text-base)";
|
|
1066
|
+
declare const textLg = "var(--volt2-f2eb09c-text-lg)";
|
|
1067
|
+
declare const textSm = "var(--volt2-f2eb09c-text-sm)";
|
|
1068
|
+
declare const textXl = "var(--volt2-f2eb09c-text-xl)";
|
|
1069
|
+
declare const textXs = "var(--volt2-f2eb09c-text-xs)";
|
|
1070
|
+
declare const trackingNormal = "var(--volt2-f2eb09c-tracking-normal)";
|
|
1071
|
+
declare const trackingTight = "var(--volt2-f2eb09c-tracking-tight)";
|
|
1072
|
+
declare const trackingTighter = "var(--volt2-f2eb09c-tracking-tighter)";
|
|
1073
|
+
declare const transparent = "var(--volt2-f2eb09c-transparent)";
|
|
1074
|
+
declare const warning1 = "var(--volt2-f2eb09c-warning-1)";
|
|
1075
|
+
declare const warning10 = "var(--volt2-f2eb09c-warning-10)";
|
|
1076
|
+
declare const warning11 = "var(--volt2-f2eb09c-warning-11)";
|
|
1077
|
+
declare const warning12 = "var(--volt2-f2eb09c-warning-12)";
|
|
1078
|
+
declare const warning2 = "var(--volt2-f2eb09c-warning-2)";
|
|
1079
|
+
declare const warning3 = "var(--volt2-f2eb09c-warning-3)";
|
|
1080
|
+
declare const warning4 = "var(--volt2-f2eb09c-warning-4)";
|
|
1081
|
+
declare const warning5 = "var(--volt2-f2eb09c-warning-5)";
|
|
1082
|
+
declare const warning6 = "var(--volt2-f2eb09c-warning-6)";
|
|
1083
|
+
declare const warning7 = "var(--volt2-f2eb09c-warning-7)";
|
|
1084
|
+
declare const warning8 = "var(--volt2-f2eb09c-warning-8)";
|
|
1085
|
+
declare const warning9 = "var(--volt2-f2eb09c-warning-9)";
|
|
1086
|
+
declare const warningA1 = "var(--volt2-f2eb09c-warning-a1)";
|
|
1087
|
+
declare const warningA10 = "var(--volt2-f2eb09c-warning-a10)";
|
|
1088
|
+
declare const warningA11 = "var(--volt2-f2eb09c-warning-a11)";
|
|
1089
|
+
declare const warningA12 = "var(--volt2-f2eb09c-warning-a12)";
|
|
1090
|
+
declare const warningA2 = "var(--volt2-f2eb09c-warning-a2)";
|
|
1091
|
+
declare const warningA3 = "var(--volt2-f2eb09c-warning-a3)";
|
|
1092
|
+
declare const warningA4 = "var(--volt2-f2eb09c-warning-a4)";
|
|
1093
|
+
declare const warningA5 = "var(--volt2-f2eb09c-warning-a5)";
|
|
1094
|
+
declare const warningA6 = "var(--volt2-f2eb09c-warning-a6)";
|
|
1095
|
+
declare const warningA7 = "var(--volt2-f2eb09c-warning-a7)";
|
|
1096
|
+
declare const warningA8 = "var(--volt2-f2eb09c-warning-a8)";
|
|
1097
|
+
declare const warningA9 = "var(--volt2-f2eb09c-warning-a9)";
|
|
1098
|
+
declare const warningContrast = "var(--volt2-f2eb09c-warning-contrast)";
|
|
1099
|
+
declare const warningIndicator = "var(--volt2-f2eb09c-warning-indicator)";
|
|
1100
|
+
declare const warningSurface = "var(--volt2-f2eb09c-warning-surface)";
|
|
1101
|
+
declare const warningTrack = "var(--volt2-f2eb09c-warning-track)";
|
|
1102
|
+
declare const white = "var(--volt2-f2eb09c-white)";
|
|
1103
|
+
declare const whiteA12 = "var(--volt2-f2eb09c-white-a12)";
|
|
1104
|
+
declare const whiteA26 = "var(--volt2-f2eb09c-white-a26)";
|
|
1105
|
+
declare const whiteA5 = "var(--volt2-f2eb09c-white-a5)";
|
|
1106
|
+
declare const whiteA50 = "var(--volt2-f2eb09c-white-a50)";
|
|
1107
|
+
declare const whiteA60 = "var(--volt2-f2eb09c-white-a60)";
|
|
1108
|
+
declare const whiteA80 = "var(--volt2-f2eb09c-white-a80)";
|
|
1109
|
+
declare const whiteA9 = "var(--volt2-f2eb09c-white-a9)";
|
|
1083
1110
|
|
|
1084
1111
|
declare const index_d_accent1: typeof accent1;
|
|
1085
1112
|
declare const index_d_accent10: typeof accent10;
|
|
@@ -1186,6 +1213,9 @@ declare const index_d_bronzeContrast: typeof bronzeContrast;
|
|
|
1186
1213
|
declare const index_d_bronzeIndicator: typeof bronzeIndicator;
|
|
1187
1214
|
declare const index_d_bronzeSurface: typeof bronzeSurface;
|
|
1188
1215
|
declare const index_d_bronzeTrack: typeof bronzeTrack;
|
|
1216
|
+
declare const index_d_buttonBaseMinHeight: typeof buttonBaseMinHeight;
|
|
1217
|
+
declare const index_d_buttonBasePaddingInline: typeof buttonBasePaddingInline;
|
|
1218
|
+
declare const index_d_buttonIconSize: typeof buttonIconSize;
|
|
1189
1219
|
declare const index_d_container2xl: typeof container2xl;
|
|
1190
1220
|
declare const index_d_container3xl: typeof container3xl;
|
|
1191
1221
|
declare const index_d_container4xl: typeof container4xl;
|
|
@@ -1251,6 +1281,10 @@ declare const index_d_errorContrast: typeof errorContrast;
|
|
|
1251
1281
|
declare const index_d_errorIndicator: typeof errorIndicator;
|
|
1252
1282
|
declare const index_d_errorSurface: typeof errorSurface;
|
|
1253
1283
|
declare const index_d_errorTrack: typeof errorTrack;
|
|
1284
|
+
declare const index_d_fieldInputHeight: typeof fieldInputHeight;
|
|
1285
|
+
declare const index_d_fieldPaddingX: typeof fieldPaddingX;
|
|
1286
|
+
declare const index_d_fieldPaddingY: typeof fieldPaddingY;
|
|
1287
|
+
declare const index_d_fieldSetGap: typeof fieldSetGap;
|
|
1254
1288
|
declare const index_d_fontWeightBold: typeof fontWeightBold;
|
|
1255
1289
|
declare const index_d_fontWeightMedium: typeof fontWeightMedium;
|
|
1256
1290
|
declare const index_d_fontWeightNormal: typeof fontWeightNormal;
|
|
@@ -1441,6 +1475,12 @@ declare const index_d_limeContrast: typeof limeContrast;
|
|
|
1441
1475
|
declare const index_d_limeIndicator: typeof limeIndicator;
|
|
1442
1476
|
declare const index_d_limeSurface: typeof limeSurface;
|
|
1443
1477
|
declare const index_d_limeTrack: typeof limeTrack;
|
|
1478
|
+
declare const index_d_listIndexMinWidth: typeof listIndexMinWidth;
|
|
1479
|
+
declare const index_d_listIndexPaddingX: typeof listIndexPaddingX;
|
|
1480
|
+
declare const index_d_listItemGap: typeof listItemGap;
|
|
1481
|
+
declare const index_d_listItemMinHeight: typeof listItemMinHeight;
|
|
1482
|
+
declare const index_d_listItemPaddingX: typeof listItemPaddingX;
|
|
1483
|
+
declare const index_d_listItemPaddingY: typeof listItemPaddingY;
|
|
1444
1484
|
declare const index_d_mauve1: typeof mauve1;
|
|
1445
1485
|
declare const index_d_mauve10: typeof mauve10;
|
|
1446
1486
|
declare const index_d_mauve11: typeof mauve11;
|
|
@@ -1619,6 +1659,10 @@ declare const index_d_redContrast: typeof redContrast;
|
|
|
1619
1659
|
declare const index_d_redIndicator: typeof redIndicator;
|
|
1620
1660
|
declare const index_d_redSurface: typeof redSurface;
|
|
1621
1661
|
declare const index_d_redTrack: typeof redTrack;
|
|
1662
|
+
declare const index_d_selectContentGap: typeof selectContentGap;
|
|
1663
|
+
declare const index_d_selectContentPadding: typeof selectContentPadding;
|
|
1664
|
+
declare const index_d_selectItemPaddingLeft: typeof selectItemPaddingLeft;
|
|
1665
|
+
declare const index_d_selectItemPaddingY: typeof selectItemPaddingY;
|
|
1622
1666
|
declare const index_d_semAccentContrast: typeof semAccentContrast;
|
|
1623
1667
|
declare const index_d_semAccentDefault: typeof semAccentDefault;
|
|
1624
1668
|
declare const index_d_semAccentDisabled: typeof semAccentDisabled;
|
|
@@ -2001,13 +2045,21 @@ declare const index_d_skyContrast: typeof skyContrast;
|
|
|
2001
2045
|
declare const index_d_skyIndicator: typeof skyIndicator;
|
|
2002
2046
|
declare const index_d_skySurface: typeof skySurface;
|
|
2003
2047
|
declare const index_d_skyTrack: typeof skyTrack;
|
|
2048
|
+
declare const index_d_spacingElement05: typeof spacingElement05;
|
|
2004
2049
|
declare const index_d_spacingElement1: typeof spacingElement1;
|
|
2050
|
+
declare const index_d_spacingElement15: typeof spacingElement15;
|
|
2005
2051
|
declare const index_d_spacingElement2: typeof spacingElement2;
|
|
2052
|
+
declare const index_d_spacingElement25: typeof spacingElement25;
|
|
2006
2053
|
declare const index_d_spacingElement3: typeof spacingElement3;
|
|
2007
2054
|
declare const index_d_spacingGroup1: typeof spacingGroup1;
|
|
2008
2055
|
declare const index_d_spacingGroup2: typeof spacingGroup2;
|
|
2056
|
+
declare const index_d_spacingLayout05: typeof spacingLayout05;
|
|
2009
2057
|
declare const index_d_spacingLayout1: typeof spacingLayout1;
|
|
2058
|
+
declare const index_d_spacingLayout15: typeof spacingLayout15;
|
|
2010
2059
|
declare const index_d_spacingLayout2: typeof spacingLayout2;
|
|
2060
|
+
declare const index_d_spacingLayout25: typeof spacingLayout25;
|
|
2061
|
+
declare const index_d_spacingLayout3: typeof spacingLayout3;
|
|
2062
|
+
declare const index_d_spacingLayout4: typeof spacingLayout4;
|
|
2011
2063
|
declare const index_d_spacingNone: typeof spacingNone;
|
|
2012
2064
|
declare const index_d_success1: typeof success1;
|
|
2013
2065
|
declare const index_d_success10: typeof success10;
|
|
@@ -2051,6 +2103,8 @@ declare const index_d_surfaceRadiusOverlay: typeof surfaceRadiusOverlay;
|
|
|
2051
2103
|
declare const index_d_surfaceRadiusPill: typeof surfaceRadiusPill;
|
|
2052
2104
|
declare const index_d_surfaceSep: typeof surfaceSep;
|
|
2053
2105
|
declare const index_d_surfaceWash: typeof surfaceWash;
|
|
2106
|
+
declare const index_d_tableCellPaddingY: typeof tableCellPaddingY;
|
|
2107
|
+
declare const index_d_tableHeadHeight: typeof tableHeadHeight;
|
|
2054
2108
|
declare const index_d_teal1: typeof teal1;
|
|
2055
2109
|
declare const index_d_teal10: typeof teal10;
|
|
2056
2110
|
declare const index_d_teal11: typeof teal11;
|
|
@@ -2263,6 +2317,9 @@ declare namespace index_d {
|
|
|
2263
2317
|
index_d_bronzeIndicator as bronzeIndicator,
|
|
2264
2318
|
index_d_bronzeSurface as bronzeSurface,
|
|
2265
2319
|
index_d_bronzeTrack as bronzeTrack,
|
|
2320
|
+
index_d_buttonBaseMinHeight as buttonBaseMinHeight,
|
|
2321
|
+
index_d_buttonBasePaddingInline as buttonBasePaddingInline,
|
|
2322
|
+
index_d_buttonIconSize as buttonIconSize,
|
|
2266
2323
|
index_d_container2xl as container2xl,
|
|
2267
2324
|
index_d_container3xl as container3xl,
|
|
2268
2325
|
index_d_container4xl as container4xl,
|
|
@@ -2328,6 +2385,10 @@ declare namespace index_d {
|
|
|
2328
2385
|
index_d_errorIndicator as errorIndicator,
|
|
2329
2386
|
index_d_errorSurface as errorSurface,
|
|
2330
2387
|
index_d_errorTrack as errorTrack,
|
|
2388
|
+
index_d_fieldInputHeight as fieldInputHeight,
|
|
2389
|
+
index_d_fieldPaddingX as fieldPaddingX,
|
|
2390
|
+
index_d_fieldPaddingY as fieldPaddingY,
|
|
2391
|
+
index_d_fieldSetGap as fieldSetGap,
|
|
2331
2392
|
index_d_fontWeightBold as fontWeightBold,
|
|
2332
2393
|
index_d_fontWeightMedium as fontWeightMedium,
|
|
2333
2394
|
index_d_fontWeightNormal as fontWeightNormal,
|
|
@@ -2518,6 +2579,12 @@ declare namespace index_d {
|
|
|
2518
2579
|
index_d_limeIndicator as limeIndicator,
|
|
2519
2580
|
index_d_limeSurface as limeSurface,
|
|
2520
2581
|
index_d_limeTrack as limeTrack,
|
|
2582
|
+
index_d_listIndexMinWidth as listIndexMinWidth,
|
|
2583
|
+
index_d_listIndexPaddingX as listIndexPaddingX,
|
|
2584
|
+
index_d_listItemGap as listItemGap,
|
|
2585
|
+
index_d_listItemMinHeight as listItemMinHeight,
|
|
2586
|
+
index_d_listItemPaddingX as listItemPaddingX,
|
|
2587
|
+
index_d_listItemPaddingY as listItemPaddingY,
|
|
2521
2588
|
index_d_mauve1 as mauve1,
|
|
2522
2589
|
index_d_mauve10 as mauve10,
|
|
2523
2590
|
index_d_mauve11 as mauve11,
|
|
@@ -2696,6 +2763,10 @@ declare namespace index_d {
|
|
|
2696
2763
|
index_d_redIndicator as redIndicator,
|
|
2697
2764
|
index_d_redSurface as redSurface,
|
|
2698
2765
|
index_d_redTrack as redTrack,
|
|
2766
|
+
index_d_selectContentGap as selectContentGap,
|
|
2767
|
+
index_d_selectContentPadding as selectContentPadding,
|
|
2768
|
+
index_d_selectItemPaddingLeft as selectItemPaddingLeft,
|
|
2769
|
+
index_d_selectItemPaddingY as selectItemPaddingY,
|
|
2699
2770
|
index_d_semAccentContrast as semAccentContrast,
|
|
2700
2771
|
index_d_semAccentDefault as semAccentDefault,
|
|
2701
2772
|
index_d_semAccentDisabled as semAccentDisabled,
|
|
@@ -3078,13 +3149,21 @@ declare namespace index_d {
|
|
|
3078
3149
|
index_d_skyIndicator as skyIndicator,
|
|
3079
3150
|
index_d_skySurface as skySurface,
|
|
3080
3151
|
index_d_skyTrack as skyTrack,
|
|
3152
|
+
index_d_spacingElement05 as spacingElement05,
|
|
3081
3153
|
index_d_spacingElement1 as spacingElement1,
|
|
3154
|
+
index_d_spacingElement15 as spacingElement15,
|
|
3082
3155
|
index_d_spacingElement2 as spacingElement2,
|
|
3156
|
+
index_d_spacingElement25 as spacingElement25,
|
|
3083
3157
|
index_d_spacingElement3 as spacingElement3,
|
|
3084
3158
|
index_d_spacingGroup1 as spacingGroup1,
|
|
3085
3159
|
index_d_spacingGroup2 as spacingGroup2,
|
|
3160
|
+
index_d_spacingLayout05 as spacingLayout05,
|
|
3086
3161
|
index_d_spacingLayout1 as spacingLayout1,
|
|
3162
|
+
index_d_spacingLayout15 as spacingLayout15,
|
|
3087
3163
|
index_d_spacingLayout2 as spacingLayout2,
|
|
3164
|
+
index_d_spacingLayout25 as spacingLayout25,
|
|
3165
|
+
index_d_spacingLayout3 as spacingLayout3,
|
|
3166
|
+
index_d_spacingLayout4 as spacingLayout4,
|
|
3088
3167
|
index_d_spacingNone as spacingNone,
|
|
3089
3168
|
index_d_success1 as success1,
|
|
3090
3169
|
index_d_success10 as success10,
|
|
@@ -3128,6 +3207,8 @@ declare namespace index_d {
|
|
|
3128
3207
|
index_d_surfaceRadiusPill as surfaceRadiusPill,
|
|
3129
3208
|
index_d_surfaceSep as surfaceSep,
|
|
3130
3209
|
index_d_surfaceWash as surfaceWash,
|
|
3210
|
+
index_d_tableCellPaddingY as tableCellPaddingY,
|
|
3211
|
+
index_d_tableHeadHeight as tableHeadHeight,
|
|
3131
3212
|
index_d_teal1 as teal1,
|
|
3132
3213
|
index_d_teal10 as teal10,
|
|
3133
3214
|
index_d_teal11 as teal11,
|
|
@@ -3980,21 +4061,60 @@ declare const Spinner: React.ForwardRefExoticComponent<Omit<SpinnerProps, "ref">
|
|
|
3980
4061
|
* TableCell, TableCaption) in Card's compound pattern: one `makeVoltStyles` call, one slot per
|
|
3981
4062
|
* sub-component, each reading its own slot.
|
|
3982
4063
|
*
|
|
3983
|
-
*
|
|
3984
|
-
*
|
|
3985
|
-
*
|
|
3986
|
-
*
|
|
3987
|
-
*
|
|
3988
|
-
*
|
|
4064
|
+
* Density (approved 2026-09-09, TABLE-DENSITY-IMPLEMENTATION.md — replaces the earlier
|
|
4065
|
+
* context-only mechanism described by `TABLE-LIST-DENSITY-COMPATIBILITY-NOTE.md`, now resolved;
|
|
4066
|
+
* corrected 2026-09-09 per TABLE-DENSITY-REVIEW-1.md, see the two notes below):
|
|
4067
|
+
* `TableHead`/`TableCell` read `tokens.tableHeadHeight`/`tokens.tableCellPaddingY` directly —
|
|
4068
|
+
* generated CSS custom properties that cascade from the nearest `[data-density]` ancestor, exactly
|
|
4069
|
+
* like Button/Field/Select. `Table`'s own `density` prop, when explicit, stamps `data-density` on
|
|
4070
|
+
* the `<table>` element itself; when omitted, no attribute is stamped and ambient shell density
|
|
4071
|
+
* (or an outer `DensityProvider`) inherits through ordinary DOM/CSS with no React involvement — a
|
|
4072
|
+
* shell attribute mutation restyles an already-mounted table without a rerender. Per-cell
|
|
4073
|
+
* `TableHead`/`TableCell` `density` props stamp their own `data-density` the same way, overriding
|
|
4074
|
+
* locally. `TableDensityContext` (below) is a deprecated, now-inert compatibility export — see its
|
|
4075
|
+
* own doc comment.
|
|
3989
4076
|
*
|
|
3990
|
-
*
|
|
3991
|
-
*
|
|
4077
|
+
* Two corrections (TABLE-DENSITY-REVIEW-1.md), both applied identically to `Table`, `DataTable`
|
|
4078
|
+
* (`data-table.tsx`), `TableHead` and `TableCell`:
|
|
4079
|
+
*
|
|
4080
|
+
* 1. An explicit `density` establishes a `DensityContextBoundary`, not just a DOM stamp. A DOM
|
|
4081
|
+
* attribute alone reaches ordinary CSS-inheriting descendants, but a Radix `Portal` (a real
|
|
4082
|
+
* `Select`/`Popover`/etc. rendered inside a cell) is a DOM sibling, not descendant, of that cell
|
|
4083
|
+
* — its own `useDensity()` read needs the REACT context updated too, or it silently reports a
|
|
4084
|
+
* stale ancestor value instead of the cell's own override.
|
|
4085
|
+
* 2. The DOM stamp and the context value both run through the SAME `canonicalDensity` function
|
|
4086
|
+
* (from `density-provider.tsx`, package-internal). Before this fix, `DensityContextBoundary`
|
|
4087
|
+
* normalized invalid runtime input (e.g. a bad string bypassing TypeScript) for the context, but
|
|
4088
|
+
* the DOM attribute was written raw/unnormalized — an invalid value could stamp `data-density`
|
|
4089
|
+
* with something no generated CSS selector matches while `useDensity()` reported the normalized
|
|
4090
|
+
* `"normal"`, disagreeing about what density is actually in effect.
|
|
4091
|
+
*
|
|
4092
|
+
* Selectors carry over untouched where they do not involve `data-slot`: `[&_tr]:border-b`,
|
|
4093
|
+
* `[&_tr:last-child]:border-0`, `data-[state=selected]:bg-accent-a3` (Radix selection state) and
|
|
4094
|
+
* the `role="checkbox"` column-reflow rules all obey the original attribute.
|
|
4095
|
+
*
|
|
4096
|
+
* Values explicit where no token exists: `px-3` (0.75rem) on head/cell. The row's
|
|
3992
4097
|
* `transition-colors` expands to Tailwind v4's default property list plus the 150ms
|
|
3993
4098
|
* `cubic-bezier(0.4, 0, 0.2, 1)` easing — visible motion from the framework's default theme,
|
|
3994
4099
|
* which the v1 file does not state (Rule 0: flagged, not approximated away). The checkbox
|
|
3995
4100
|
* `translate-y-[2px]` maps to the modern `translate` property, which is what Tailwind v4 emits.
|
|
3996
4101
|
*/
|
|
3997
4102
|
type TableDensity = "compact" | "normal" | "comfortable";
|
|
4103
|
+
/**
|
|
4104
|
+
* @deprecated No longer a supported way to control Table/DataTable geometry (approved 2026-09-09,
|
|
4105
|
+
* TABLE-DENSITY-IMPLEMENTATION.md). `Table`/`DataTable` no longer provide a value into this
|
|
4106
|
+
* context, and `TableHead`/`TableCell` no longer read it — density now flows entirely through CSS
|
|
4107
|
+
* custom-property inheritance from the nearest `[data-density]` ancestor (ambient shell or
|
|
4108
|
+
* `DensityProvider`), plus each component's own `density` prop stamping its own `data-density`
|
|
4109
|
+
* when explicit. This context simply no longer controls or reports Table/DataTable geometry —
|
|
4110
|
+
* `useContext(TableDensityContext)` still returns whatever a consumer's own raw
|
|
4111
|
+
* `TableDensityContext.Provider` sets (or the bare `"normal"` default with no such Provider), it
|
|
4112
|
+
* just has no bearing on what actually renders any more. Kept only so existing
|
|
4113
|
+
* `import { TableDensityContext }` statements and `useContext(TableDensityContext)` call sites do
|
|
4114
|
+
* not hard-error. Use the `density` prop on `Table`/`DataTable`/`TableHead`/`TableCell`, or wrap a
|
|
4115
|
+
* subtree in `DensityProvider`, instead. This is a disclosed behavioural change; the context's own
|
|
4116
|
+
* type and default value are unchanged.
|
|
4117
|
+
*/
|
|
3998
4118
|
declare const TableDensityContext: React.Context<TableDensity>;
|
|
3999
4119
|
type TableProps = React.ComponentProps<"table"> & {
|
|
4000
4120
|
density?: TableDensity;
|
|
@@ -4737,6 +4857,43 @@ declare const AlertDialogDescription: React.ForwardRefExoticComponent<Omit<Alert
|
|
|
4737
4857
|
declare const AlertDialogAction: React.ForwardRefExoticComponent<Omit<AlertDialogActionProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4738
4858
|
declare const AlertDialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogCancelProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4739
4859
|
|
|
4860
|
+
/**
|
|
4861
|
+
* DENSITY-SPEC.md §4.4 — the two density mechanisms, and why this component is the only one that
|
|
4862
|
+
* does both:
|
|
4863
|
+
*
|
|
4864
|
+
* - CSS custom-property inheritance (no JavaScript) already delivers the shell's AMBIENT default
|
|
4865
|
+
* to every element, portalled or not — a Radix portal root is still an ordinary DOM descendant
|
|
4866
|
+
* of `<html>`, so it inherits `<html data-density="...">` with zero wiring. No provider needed
|
|
4867
|
+
* for that common case.
|
|
4868
|
+
* - A bare `data-density` DOM attribute alone never reaches a portal that ISN'T a DOM descendant of
|
|
4869
|
+
* it — setting a DOM attribute runs no React code, so `useDensity()` inside such a subtree (or a
|
|
4870
|
+
* sibling-in-DOM, descendant-in-React-tree portal) sees nothing from it.
|
|
4871
|
+
*
|
|
4872
|
+
* `DensityProvider` sets both at once: a real DOM `data-density` boundary for ordinary (non-portal)
|
|
4873
|
+
* CSS inheritance, and a React context value that portal-content components (`SelectContent`,
|
|
4874
|
+
* `PopoverContent`, `DialogContent`, etc.) read via `useDensity()` to re-stamp themselves — since
|
|
4875
|
+
* portalled content is a React-tree descendant but a DOM sibling, only the context path reaches it.
|
|
4876
|
+
*/
|
|
4877
|
+
type Density = "compact" | "normal" | "comfortable";
|
|
4878
|
+
type DensityProviderProps = React.ComponentProps<"div"> & {
|
|
4879
|
+
/** The explicit density boundary for this subtree. No default — always a real caller choice. */
|
|
4880
|
+
density: Density;
|
|
4881
|
+
};
|
|
4882
|
+
/**
|
|
4883
|
+
* Ordinary HTML div semantics: forwards `ref`/`className`/`style`/every other div prop, no
|
|
4884
|
+
* polymorphic `asChild`. Renders one real DOM node (the boundary) wrapping a React context
|
|
4885
|
+
* provider around `children` — not two independent trees, so context and DOM boundary can never
|
|
4886
|
+
* disagree about which density is active.
|
|
4887
|
+
*/
|
|
4888
|
+
declare const DensityProvider: React.ForwardRefExoticComponent<Omit<DensityProviderProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4889
|
+
/**
|
|
4890
|
+
* Returns the nearest explicit `DensityProvider` value, or `undefined` if none exists. Never reads
|
|
4891
|
+
* `getComputedStyle`/CSS custom properties — an `undefined` result means "no explicit override in
|
|
4892
|
+
* the React tree," not "ambient density is unknown"; the caller's job (portal content components)
|
|
4893
|
+
* is to stamp nothing in that case and let ordinary CSS inheritance supply the ambient value.
|
|
4894
|
+
*/
|
|
4895
|
+
declare const useDensity: () => Density | undefined;
|
|
4896
|
+
|
|
4740
4897
|
type DialogProps = React.ComponentProps<typeof Root$6>;
|
|
4741
4898
|
declare const Dialog: React.ForwardRefExoticComponent<DialogProps$2 & React.RefAttributes<HTMLElement>>;
|
|
4742
4899
|
type DialogTriggerProps = React.ComponentProps<typeof Trigger$5>;
|
|
@@ -5931,10 +6088,23 @@ declare const FieldComboboxPlaceholder: React.ForwardRefExoticComponent<Omit<Rea
|
|
|
5931
6088
|
type FieldComboboxClearValueProps = React.ComponentProps<"span">;
|
|
5932
6089
|
declare const FieldComboboxClearValue: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
5933
6090
|
|
|
5934
|
-
|
|
6091
|
+
/**
|
|
6092
|
+
* `relaxed` is a permanent compatibility alias for `normal` (DENSITY-SPEC.md §4.2,
|
|
6093
|
+
* WP9B2A-ACCEPTANCE-LIST) — identical geometry, forever, not deprecated. `compact`/`normal`/
|
|
6094
|
+
* `comfortable` are the three canonical CSS density tiers (`[data-density]`); `relaxed` never
|
|
6095
|
+
* appears as a DOM attribute value — an explicit `density="relaxed"` normalizes to the DOM's
|
|
6096
|
+
* canonical `data-density="normal"` (§ List, below), since the generator's three selector blocks
|
|
6097
|
+
* only ever match those three literal strings.
|
|
6098
|
+
*/
|
|
6099
|
+
type ListDensity = "compact" | "normal" | "comfortable" | "relaxed";
|
|
5935
6100
|
type ListItemStatus = "default" | "error" | "warning" | "success";
|
|
5936
6101
|
type ListProps = Omit<React.ComponentProps<"ol">, "onReorder"> & {
|
|
5937
|
-
/**
|
|
6102
|
+
/**
|
|
6103
|
+
* Row density. Omitted inherits the ambient shell `[data-density]` (no stamp is written).
|
|
6104
|
+
* `"relaxed"` is a permanent alias for `"normal"` — identical geometry, normalized to
|
|
6105
|
+
* `data-density="normal"` in the DOM. An explicit value (including `"relaxed"`) creates a
|
|
6106
|
+
* canonical density boundary for this list's subtree and its `DragOverlay`.
|
|
6107
|
+
*/
|
|
5938
6108
|
density?: ListDensity;
|
|
5939
6109
|
/** Alternating background on neutral rows. Default: false */
|
|
5940
6110
|
striped?: boolean;
|
|
@@ -8883,7 +9053,10 @@ type DataTableProps<TData> = {
|
|
|
8883
9053
|
showRowBorders?: boolean;
|
|
8884
9054
|
/** Ensure columns have minimum width to fit header content (prevents hover clipping on sortable headers). Default: false */
|
|
8885
9055
|
fitHeaderWidth?: boolean;
|
|
8886
|
-
/**
|
|
9056
|
+
/**
|
|
9057
|
+
* Cell density: compact, normal, or comfortable. Omitted inherits ambient CSS density (shell or
|
|
9058
|
+
* an outer `DensityProvider`) with no default-normal stamp — explicit only when passed.
|
|
9059
|
+
*/
|
|
8887
9060
|
density?: TableDensity;
|
|
8888
9061
|
/** Additional class name */
|
|
8889
9062
|
className?: string;
|
|
@@ -9196,5 +9369,5 @@ type ClearButtonProps = React.ComponentProps<"button"> & {
|
|
|
9196
9369
|
};
|
|
9197
9370
|
declare const ClearButton: React.ForwardRefExoticComponent<Omit<ClearButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
9198
9371
|
|
|
9199
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Avatar, AvatarGroup, COLORS$1 as BADGE_COLORS, Badge, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, Callout, CalloutAction, CalloutDescription, CalloutTitle, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClearButton, CollapsibleSidebar, CollapsibleSidebarCondensed, CollapsibleSidebarContent, CollapsibleSidebarToggle, DataTable, DataTableBody, DataTableColumnHeader, DataTableColumnVisibility, DataTableContent, DataTableError, DataTableHeader, DataTableLoading, DataTablePagination, DataTableRow, DataTableToolbar, DateRangePicker, DateTimePicker, DateTimePickerInput, DateTimePickerPanel, DateTimePickerPopover, DateTimePickerRoot, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Field, FieldCombobox, FieldComboboxClear, FieldComboboxClearValue, FieldComboboxContent, FieldComboboxEmpty, FieldComboboxGroup, FieldComboboxGroupLabel, FieldComboboxInput, FieldComboboxItem, FieldComboboxItemCheckIcon, FieldComboboxList, FieldComboboxLoading, FieldComboboxPlaceholder, FieldComboboxSeparator, FieldComboboxTrigger, FieldComboboxValue, FieldContent, FieldDescription, FieldError, FieldGroup, FieldGroupAddon, FieldInput, FieldInputGroup, FieldLabel, FieldLabelContent, FieldSet, FieldTextarea, Label$3 as Label, List, ListGroup, ListGroupContent, ListGroupLabel, ListItem, ListItemActions, ListItemDescription, ListItemText, OptionCard, OptionCardContent, OptionCardControl, OptionCardDescription, OptionCardGroup, OptionCardMedia, OptionCardTitle, COLORS as PILL_COLORS, Pill, Popover, PopoverAnchor, PopoverContent, PopoverPortal, PopoverTrigger, RadioGroup$2 as RadioGroup, RadioGroupItem, RangeCalendar, SLOT_ATTR, ScrollOverflow, SegmentedControl, SegmentedControlItem, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectTriggerClear, SelectValue, Separator$3 as Separator, Skeleton, Spinner, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableDensityContext, TableFooter, TableHead, TableHeader, TablePagination, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TimePicker, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, assertAnchorIsFirstInHead, calculatePagination, clampPage, ensureCoreTokens, ensurePaletteTokens, ensurePaletteTokensFor, fieldDescriptionVariants, fieldVariants, getPageNumbers, getPinnedColumnOffset, getSelectedRowData, inputGroupAddonVariants, isFirstRightPinnedColumn, isLastLeftPinnedColumn, makeVoltResetStyles, makeVoltStyles, mergeClasses, shorthands, toast, index_d as tokens, useCollapsibleSidebar, useDataTable, useDataTableContent, useFieldContext, useScrollOverflow };
|
|
9200
|
-
export type { AccordionAlign, AccordionContentProps, AccordionItemProps, AccordionProps, AccordionTriggerProps, AccordionType, AlertDialogActionProps, AlertDialogCancelProps, AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogOverlayProps, AlertDialogPortalProps, AlertDialogProps, AlertDialogSize, AlertDialogTitleProps, AlertDialogTriggerProps, AvatarColor, AvatarGroupProps, AvatarProps, AvatarSize, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BreadcrumbItemProps, BreadcrumbProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupSeparatorProps, ButtonGroupTextProps, ButtonProps, ButtonShape, ButtonSize, ButtonVariant, CalendarProps, CalloutActionProps, CalloutDescriptionProps, CalloutProps, CalloutTitleProps, CalloutVariant, CardProps, CheckboxProps, ClearButtonProps, CollapsibleSidebarCondensedProps, CollapsibleSidebarContentProps, CollapsibleSidebarProps, CollapsibleSidebarToggleProps, ColumnDef, ColumnSizingState, DataTableBodyProps, DataTableCellOverflow, DataTableColumnHeaderProps, DataTableColumnVisibilityProps, DataTableContentProps, DataTableContextValue, DataTableErrorProps, DataTableHeaderProps, DataTableLoadingProps, DataTablePaginationConfig, DataTablePaginationProps, DataTableProps, DataTableRowProps, DataTableToolbarProps, DateRange, DateRangePickerProps, DateRangePreset, DateTimePickerInputProps, DateTimePickerLocale, DateTimePickerPanelProps, DateTimePickerPopoverProps, DateTimePickerProps, DateTimePickerRootProps, DialogCloseProps, DialogContentProps, DialogContentSize, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, DrawerCloseProps, DrawerContentProps, DrawerDescriptionProps, DrawerFooterProps, DrawerHeaderProps, DrawerOverlayProps, DrawerPortalProps, DrawerProps, DrawerSide, DrawerTitleProps, DrawerTriggerProps, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuGroupProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuShortcutProps, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, FieldComboboxClearProps, FieldComboboxClearValueProps, FieldComboboxContentProps, FieldComboboxEmptyProps, FieldComboboxGroupLabelProps, FieldComboboxGroupProps, FieldComboboxInputProps, FieldComboboxItemCheckIconProps, FieldComboboxItemProps, FieldComboboxListProps, FieldComboboxLoadingProps, FieldComboboxPlaceholderProps, FieldComboboxProps, FieldComboboxSeparatorProps, FieldComboboxTriggerProps, FieldComboboxValueProps, FieldContentProps, FieldDescriptionProps, FieldDescriptionVariant, FieldErrorProps, FieldGroupAddonAlign, FieldGroupAddonProps, FieldGroupProps, FieldInputGroupProps, FieldInputProps, FieldInputRef, FieldLabelContentProps, FieldLabelProps, FieldProps, FieldSetProps, FieldTextareaProps, FieldTextareaResize, FieldVariant, LabelProps, LabelSize, LabelVariant, ListDensity, ListGroupContentProps, ListGroupLabelProps, ListGroupProps, ListItemActionsProps, ListItemDescriptionProps, ListItemProps, ListItemStatus, ListItemTextProps, ListProps, OptionCardContentProps, OptionCardControlProps, OptionCardControlType, OptionCardDescriptionProps, OptionCardGroupProps, OptionCardLayout, OptionCardMediaProps, OptionCardMediaVariant, OptionCardProps, OptionCardTitleProps, PageItem, PaginationMeta, PaginationParams, PillColor, PillProps, PillVariant, PinningPosition, PopoverAnchorProps, PopoverContentProps, PopoverPortalProps, PopoverProps, PopoverTriggerProps, RadioGroupItemProps, RadioGroupProps, RangeCalendarProps, RowSelectionState, ScrollOverflowProps, SegmentedControlItemProps, SegmentedControlLayout, SegmentedControlProps, SelectContentProps, SelectGroupProps, SelectItemProps, SelectLabelProps, SelectProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectTriggerClearProps, SelectTriggerProps, SelectValueProps, SeparatorOrientation, SeparatorProps, SkeletonProps, SkeletonVariant, SortingState, SpinnerProps, SpinnerSize, SwitchProps, SwitchSize, SwitchVariant, TableCaptionProps, TableCellProps, TableDensity, TableHeadProps, TablePaginationLabels, TablePaginationProps, TableProps, TableRowProps, TabsContentProps, TabsListProps, TabsProps, TabsRootVariant, TabsSize, TabsTriggerProps, TabsTriggerVariant, TextProps, TextVariant, TimePickerProps, ToastOptions, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, ToggleProps$1 as ToggleProps, ToggleSize, ToggleVariant, TooltipContentProps, TooltipPortalProps, TooltipProps, TooltipProviderProps, TooltipTriggerProps, UseScrollOverflowOptions, UseScrollOverflowReturn, VisibilityState };
|
|
9372
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Avatar, AvatarGroup, COLORS$1 as BADGE_COLORS, Badge, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, Callout, CalloutAction, CalloutDescription, CalloutTitle, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClearButton, CollapsibleSidebar, CollapsibleSidebarCondensed, CollapsibleSidebarContent, CollapsibleSidebarToggle, DataTable, DataTableBody, DataTableColumnHeader, DataTableColumnVisibility, DataTableContent, DataTableError, DataTableHeader, DataTableLoading, DataTablePagination, DataTableRow, DataTableToolbar, DateRangePicker, DateTimePicker, DateTimePickerInput, DateTimePickerPanel, DateTimePickerPopover, DateTimePickerRoot, DensityProvider, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Field, FieldCombobox, FieldComboboxClear, FieldComboboxClearValue, FieldComboboxContent, FieldComboboxEmpty, FieldComboboxGroup, FieldComboboxGroupLabel, FieldComboboxInput, FieldComboboxItem, FieldComboboxItemCheckIcon, FieldComboboxList, FieldComboboxLoading, FieldComboboxPlaceholder, FieldComboboxSeparator, FieldComboboxTrigger, FieldComboboxValue, FieldContent, FieldDescription, FieldError, FieldGroup, FieldGroupAddon, FieldInput, FieldInputGroup, FieldLabel, FieldLabelContent, FieldSet, FieldTextarea, Label$3 as Label, List, ListGroup, ListGroupContent, ListGroupLabel, ListItem, ListItemActions, ListItemDescription, ListItemText, OptionCard, OptionCardContent, OptionCardControl, OptionCardDescription, OptionCardGroup, OptionCardMedia, OptionCardTitle, COLORS as PILL_COLORS, Pill, Popover, PopoverAnchor, PopoverContent, PopoverPortal, PopoverTrigger, RadioGroup$2 as RadioGroup, RadioGroupItem, RangeCalendar, SLOT_ATTR, ScrollOverflow, SegmentedControl, SegmentedControlItem, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectTriggerClear, SelectValue, Separator$3 as Separator, Skeleton, Spinner, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableDensityContext, TableFooter, TableHead, TableHeader, TablePagination, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TimePicker, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, assertAnchorIsFirstInHead, calculatePagination, clampPage, ensureCoreTokens, ensurePaletteTokens, ensurePaletteTokensFor, fieldDescriptionVariants, fieldVariants, getPageNumbers, getPinnedColumnOffset, getSelectedRowData, inputGroupAddonVariants, isFirstRightPinnedColumn, isLastLeftPinnedColumn, makeVoltResetStyles, makeVoltStyles, mergeClasses, shorthands, toast, index_d as tokens, useCollapsibleSidebar, useDataTable, useDataTableContent, useDensity, useFieldContext, useScrollOverflow };
|
|
9373
|
+
export type { AccordionAlign, AccordionContentProps, AccordionItemProps, AccordionProps, AccordionTriggerProps, AccordionType, AlertDialogActionProps, AlertDialogCancelProps, AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogOverlayProps, AlertDialogPortalProps, AlertDialogProps, AlertDialogSize, AlertDialogTitleProps, AlertDialogTriggerProps, AvatarColor, AvatarGroupProps, AvatarProps, AvatarSize, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BreadcrumbItemProps, BreadcrumbProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupSeparatorProps, ButtonGroupTextProps, ButtonProps, ButtonShape, ButtonSize, ButtonVariant, CalendarProps, CalloutActionProps, CalloutDescriptionProps, CalloutProps, CalloutTitleProps, CalloutVariant, CardProps, CheckboxProps, ClearButtonProps, CollapsibleSidebarCondensedProps, CollapsibleSidebarContentProps, CollapsibleSidebarProps, CollapsibleSidebarToggleProps, ColumnDef, ColumnSizingState, DataTableBodyProps, DataTableCellOverflow, DataTableColumnHeaderProps, DataTableColumnVisibilityProps, DataTableContentProps, DataTableContextValue, DataTableErrorProps, DataTableHeaderProps, DataTableLoadingProps, DataTablePaginationConfig, DataTablePaginationProps, DataTableProps, DataTableRowProps, DataTableToolbarProps, DateRange, DateRangePickerProps, DateRangePreset, DateTimePickerInputProps, DateTimePickerLocale, DateTimePickerPanelProps, DateTimePickerPopoverProps, DateTimePickerProps, DateTimePickerRootProps, Density, DensityProviderProps, DialogCloseProps, DialogContentProps, DialogContentSize, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, DrawerCloseProps, DrawerContentProps, DrawerDescriptionProps, DrawerFooterProps, DrawerHeaderProps, DrawerOverlayProps, DrawerPortalProps, DrawerProps, DrawerSide, DrawerTitleProps, DrawerTriggerProps, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuGroupProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuShortcutProps, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, FieldComboboxClearProps, FieldComboboxClearValueProps, FieldComboboxContentProps, FieldComboboxEmptyProps, FieldComboboxGroupLabelProps, FieldComboboxGroupProps, FieldComboboxInputProps, FieldComboboxItemCheckIconProps, FieldComboboxItemProps, FieldComboboxListProps, FieldComboboxLoadingProps, FieldComboboxPlaceholderProps, FieldComboboxProps, FieldComboboxSeparatorProps, FieldComboboxTriggerProps, FieldComboboxValueProps, FieldContentProps, FieldDescriptionProps, FieldDescriptionVariant, FieldErrorProps, FieldGroupAddonAlign, FieldGroupAddonProps, FieldGroupProps, FieldInputGroupProps, FieldInputProps, FieldInputRef, FieldLabelContentProps, FieldLabelProps, FieldProps, FieldSetProps, FieldTextareaProps, FieldTextareaResize, FieldVariant, LabelProps, LabelSize, LabelVariant, ListDensity, ListGroupContentProps, ListGroupLabelProps, ListGroupProps, ListItemActionsProps, ListItemDescriptionProps, ListItemProps, ListItemStatus, ListItemTextProps, ListProps, OptionCardContentProps, OptionCardControlProps, OptionCardControlType, OptionCardDescriptionProps, OptionCardGroupProps, OptionCardLayout, OptionCardMediaProps, OptionCardMediaVariant, OptionCardProps, OptionCardTitleProps, PageItem, PaginationMeta, PaginationParams, PillColor, PillProps, PillVariant, PinningPosition, PopoverAnchorProps, PopoverContentProps, PopoverPortalProps, PopoverProps, PopoverTriggerProps, RadioGroupItemProps, RadioGroupProps, RangeCalendarProps, RowSelectionState, ScrollOverflowProps, SegmentedControlItemProps, SegmentedControlLayout, SegmentedControlProps, SelectContentProps, SelectGroupProps, SelectItemProps, SelectLabelProps, SelectProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectTriggerClearProps, SelectTriggerProps, SelectValueProps, SeparatorOrientation, SeparatorProps, SkeletonProps, SkeletonVariant, SortingState, SpinnerProps, SpinnerSize, SwitchProps, SwitchSize, SwitchVariant, TableCaptionProps, TableCellProps, TableDensity, TableHeadProps, TablePaginationLabels, TablePaginationProps, TableProps, TableRowProps, TabsContentProps, TabsListProps, TabsProps, TabsRootVariant, TabsSize, TabsTriggerProps, TabsTriggerVariant, TextProps, TextVariant, TimePickerProps, ToastOptions, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, ToggleProps$1 as ToggleProps, ToggleSize, ToggleVariant, TooltipContentProps, TooltipPortalProps, TooltipProps, TooltipProviderProps, TooltipTriggerProps, UseScrollOverflowOptions, UseScrollOverflowReturn, VisibilityState };
|