@geneui/components 3.0.0-next-ed7bf62-05032025 → 3.0.0-next-d82ed4a-12032025
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/Checkbox.js +2 -2
- package/GeneUIProvider.js +4 -1340
- package/Info.js +2 -1
- package/KeyValue.js +2 -1
- package/Label.js +2 -2
- package/Pill.js +2 -2
- package/Popover.js +3 -2
- package/ProgressBar.js +2 -2
- package/Tag.js +2 -2
- package/Text.js +2 -2
- package/Tooltip.js +2 -1
- package/components/providers/GeneUIProvider/GeneUIProvider.d.ts +2 -1
- package/hooks/index.d.ts +2 -0
- package/hooks/useBreakpoint/index.d.ts +1 -0
- package/hooks/useBreakpoint/useBreakpoint.d.ts +3 -0
- package/hooks/useClickOutside/index.d.ts +1 -0
- package/hooks/useClickOutside/useClickOutside.d.ts +4 -0
- package/hooks/useDeviceInfo/useDeviceInfo.d.ts +3 -2
- package/hooks/useWindowSize/useWindowSize.d.ts +3 -2
- package/{index-24d8893c.js → index-633639a4.js} +1 -1
- package/index-9d92561b.js +1382 -0
- package/index.js +12 -21
- package/package.json +1 -1
- package/types/index.d.ts +4 -1
- package/useEllipsisDetection-5eab9668.js +28 -0
- package/useEllipsisDetection-e545ae62.js +0 -23
package/GeneUIProvider.js
CHANGED
|
@@ -1,1340 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* Do not edit directly
|
|
6
|
-
* Generated on Tue, 19 Nov 2024 07:59:43 GMT
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
const GuitRefColorNeutral800base = "#141414";
|
|
10
|
-
const GuitRefColorNeutral700 = "#1c1c1c";
|
|
11
|
-
const GuitRefColorNeutral600 = "#262627";
|
|
12
|
-
const GuitRefColorNeutral500 = "#323234";
|
|
13
|
-
const GuitRefColorNeutral300 = "#646468";
|
|
14
|
-
const GuitRefColorNeutral100 = "#929295";
|
|
15
|
-
const GuitRefColorNeutral80 = "#B7B7B9";
|
|
16
|
-
const GuitRefColorNeutral60 = "#D3D3D4";
|
|
17
|
-
const GuitRefColorNeutral40 = "#E8E8E8";
|
|
18
|
-
const GuitRefColorNeutral20 = "#F5F5F5";
|
|
19
|
-
const GuitRefColorNeutral10 = "#FAFAFA";
|
|
20
|
-
const GuitRefColorNeutral0 = "#FFFFFF";
|
|
21
|
-
const GuitRefColorBlue500 = "#0A3B75";
|
|
22
|
-
const GuitRefColorBlue400 = "#105EBC";
|
|
23
|
-
const GuitRefColorBlue300base = "#1473E6";
|
|
24
|
-
const GuitRefColorBlue200 = "#3989EA";
|
|
25
|
-
const GuitRefColorBlue100 = "#599CED";
|
|
26
|
-
const GuitRefColorBlue80 = "#95C0F4";
|
|
27
|
-
const GuitRefColorBlue60 = "#C3DBF9";
|
|
28
|
-
const GuitRefColorBlue40 = "#E8F1FD";
|
|
29
|
-
const GuitRefColorGreen500 = "#0F472F";
|
|
30
|
-
const GuitRefColorGreen400 = "#18714C";
|
|
31
|
-
const GuitRefColorGreen300 = "#1E8A5C";
|
|
32
|
-
const GuitRefColorGreen200 = "#25AC72";
|
|
33
|
-
const GuitRefColorGreen100base = "#2BC784";
|
|
34
|
-
const GuitRefColorGreen80 = "#76DBAF";
|
|
35
|
-
const GuitRefColorGreen60 = "#B6ECD5";
|
|
36
|
-
const GuitRefColorGreen40 = "#E3F7EE";
|
|
37
|
-
const GuitRefColorRed500 = "#61211E";
|
|
38
|
-
const GuitRefColorRed400 = "#98332F";
|
|
39
|
-
const GuitRefColorRed300 = "#BB3F3A";
|
|
40
|
-
const GuitRefColorRed200base = "#E64D47";
|
|
41
|
-
const GuitRefColorRed100 = "#EA6B66";
|
|
42
|
-
const GuitRefColorRed80 = "#F2A09C";
|
|
43
|
-
const GuitRefColorRed60 = "#F8CBC9";
|
|
44
|
-
const GuitRefColorRed40 = "#FCEAE9";
|
|
45
|
-
const GuitRefColorOrange500 = "#42331A";
|
|
46
|
-
const GuitRefColorOrange400 = "#684F27";
|
|
47
|
-
const GuitRefColorOrange300 = "#7E6030";
|
|
48
|
-
const GuitRefColorOrange200 = "#99753A";
|
|
49
|
-
const GuitRefColorOrange100 = "#BA8B40";
|
|
50
|
-
const GuitRefColorOrange80base = "#E6AF57";
|
|
51
|
-
const GuitRefColorOrange60 = "#F0D09D";
|
|
52
|
-
const GuitRefColorOrange40 = "#F7E4C7";
|
|
53
|
-
const GuitRefColorPurple500 = "#372777";
|
|
54
|
-
const GuitRefColorPurple400 = "#553EB7";
|
|
55
|
-
const GuitRefColorPurple300base = "#684AE0";
|
|
56
|
-
const GuitRefColorPurple200 = "#7C62E4";
|
|
57
|
-
const GuitRefColorPurple100 = "#9681E9";
|
|
58
|
-
const GuitRefColorPurple80 = "#BAACF1";
|
|
59
|
-
const GuitRefColorPurple60 = "#D7CFF7";
|
|
60
|
-
const GuitRefColorPurple40 = "#E9E5FB";
|
|
61
|
-
const GuitRefColorLagoon500 = "#174045";
|
|
62
|
-
const GuitRefColorLagoon400 = "#23636C";
|
|
63
|
-
const GuitRefColorLagoon300base = "#2C7C87";
|
|
64
|
-
const GuitRefColorLagoon200 = "#4C8C95";
|
|
65
|
-
const GuitRefColorLagoon100 = "#6AA2A9";
|
|
66
|
-
const GuitRefColorLagoon80 = "#9EC2C7";
|
|
67
|
-
const GuitRefColorLagoon60 = "#C8DCDF";
|
|
68
|
-
const GuitRefColorLagoon40 = "#DFEBEC";
|
|
69
|
-
const GuitRefColorMagenta500base = "#A60063";
|
|
70
|
-
const GuitRefColorMagenta400 = "#AF1A73";
|
|
71
|
-
const GuitRefColorMagenta300 = "#AE3D80";
|
|
72
|
-
const GuitRefColorMagenta200 = "#C45597";
|
|
73
|
-
const GuitRefColorMagenta100 = "#CC6CA5";
|
|
74
|
-
const GuitRefColorMagenta80 = "#DEA0C5";
|
|
75
|
-
const GuitRefColorMagenta60 = "#EDCADF";
|
|
76
|
-
const GuitRefColorMagenta40 = "#F4E1EC";
|
|
77
|
-
const GuitRefColorSlate500base = "#3D3D5F";
|
|
78
|
-
const GuitRefColorSlate400 = "#4F4F6E";
|
|
79
|
-
const GuitRefColorSlate300 = "#646482";
|
|
80
|
-
const GuitRefColorSlate200 = "#7C7C93";
|
|
81
|
-
const GuitRefColorSlate100 = "#8F8FA3";
|
|
82
|
-
const GuitRefColorSlate80 = "#B6B6C3";
|
|
83
|
-
const GuitRefColorSlate60 = "#D5D5DC";
|
|
84
|
-
const GuitRefColorSlate40 = "#E9E9ED";
|
|
85
|
-
const GuitRefColorTransparentNeutral8000 = "rgba(20, 20, 20, 0.00)";
|
|
86
|
-
const GuitRefColorTransparentNeutral80010 = "rgba(20, 20, 20, 0.1)";
|
|
87
|
-
const GuitRefColorTransparentNeutral80020 = "rgba(20, 20, 20, 0.2)";
|
|
88
|
-
const GuitRefColorTransparentNeutral80030 = "rgba(20, 20, 20, 0.3)";
|
|
89
|
-
const GuitRefColorTransparentNeutral80040 = "rgba(20, 20, 20, 0.4)";
|
|
90
|
-
const GuitRefColorTransparentNeutral80080 = "rgba(20, 20, 20, 0.8)";
|
|
91
|
-
const GuitRefColorTransparentNeutral00 = "rgba(255, 255, 255, 0.00)";
|
|
92
|
-
const GuitRefColorTransparentNeutral010 = "rgba(255, 255, 255, 0.1)";
|
|
93
|
-
const GuitRefColorTransparentNeutral020 = "rgba(255, 255, 255, 0.2)";
|
|
94
|
-
const GuitRefColorTransparentNeutral030 = "rgba(255, 255, 255, 0.3)";
|
|
95
|
-
const GuitRefColorTransparentNeutral040 = "rgba(255, 255, 255, 0.4)";
|
|
96
|
-
const GuitRefFontFamilyLatin = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
97
|
-
const GuitRefFontFamilyArmenian = " 'Noto Sans Arm','Times New Roman Armenian', 'DejaVu Sans', Arial, sans-serif";
|
|
98
|
-
const GuitRefFontFamilyMonospace = "'Noto Sans Mono','DejaVu Sans Mono', Courier, monospace";
|
|
99
|
-
const GuitRefFontSize240 = "4.8rem";
|
|
100
|
-
const GuitRefFontSize200 = "4rem";
|
|
101
|
-
const GuitRefFontSize160 = "3.2rem";
|
|
102
|
-
const GuitRefFontSize140 = "2.8rem";
|
|
103
|
-
const GuitRefFontSize120 = "2.4rem";
|
|
104
|
-
const GuitRefFontSize100 = "2rem";
|
|
105
|
-
const GuitRefFontSize90 = "1.8rem";
|
|
106
|
-
const GuitRefFontSize80 = "1.6rem";
|
|
107
|
-
const GuitRefFontSize70 = "1.4rem";
|
|
108
|
-
const GuitRefFontSize60 = "1.2rem";
|
|
109
|
-
const GuitRefFontSize50 = "1rem";
|
|
110
|
-
const GuitRefFontWeightRegular = "400";
|
|
111
|
-
const GuitRefFontWeightMedium = "500";
|
|
112
|
-
const GuitRefFontWeightSemibold = "600";
|
|
113
|
-
const GuitRefFontLetterSpacingNone = "0";
|
|
114
|
-
const GuitRefFontLetterSpacing03 = "0.03rem";
|
|
115
|
-
const GuitRefFontLineHeight320 = "6.4rem";
|
|
116
|
-
const GuitRefFontLineHeight240 = "4.8rem";
|
|
117
|
-
const GuitRefFontLineHeight200 = "4rem";
|
|
118
|
-
const GuitRefFontLineHeight160 = "3.2rem";
|
|
119
|
-
const GuitRefFontLineHeight140 = "2.8rem";
|
|
120
|
-
const GuitRefFontLineHeight120 = "2.4rem";
|
|
121
|
-
const GuitRefFontLineHeight100 = "2rem";
|
|
122
|
-
const GuitRefFontLineHeight90 = "1.8rem";
|
|
123
|
-
const GuitRefFontLineHeight80 = "1.6rem";
|
|
124
|
-
const GuitRefFontLineHeight70 = "1.4rem";
|
|
125
|
-
const GuitRefFontTextCaseUppercase = "Uppercase";
|
|
126
|
-
const GuitRefFontTextDecorationStrike = "Strike Line";
|
|
127
|
-
const GuitRefFontTextDecorationUnderline = "Underline";
|
|
128
|
-
const GuitRefFontTextAlignLeft = "Left";
|
|
129
|
-
const GuitRefFontTextAlignRight = "Right";
|
|
130
|
-
const GuitRefFontTextAlignCenter = "Center";
|
|
131
|
-
const GuitRefSpacingNone = "0rem";
|
|
132
|
-
const GuitRefSpacing4xsmall = "0.2rem";
|
|
133
|
-
const GuitRefSpacing3xsmall = "0.4rem";
|
|
134
|
-
const GuitRefSpacing2xsmall = "0.6rem";
|
|
135
|
-
const GuitRefSpacingXsmall = "0.8rem";
|
|
136
|
-
const GuitRefSpacingSmall = "1rem";
|
|
137
|
-
const GuitRefSpacingMedium = "1.2rem";
|
|
138
|
-
const GuitRefSpacingLarge = "1.6rem";
|
|
139
|
-
const GuitRefSpacingXlarge = "2rem";
|
|
140
|
-
const GuitRefSpacing2xlarge = "2.4rem";
|
|
141
|
-
const GuitRefSpacing3xlarge = "2.8rem";
|
|
142
|
-
const GuitRefSpacing4xlarge = "3.2rem";
|
|
143
|
-
const GuitRefSpacing5xlarge = "3.6rem";
|
|
144
|
-
const GuitRefSpacing6xlarge = "4rem";
|
|
145
|
-
const GuitRefSpacing7xlarge = "4.4rem";
|
|
146
|
-
const GuitRefSpacing8xlarge = "4.8rem";
|
|
147
|
-
const GuitRefSpacing9xlarge = "5.6rem";
|
|
148
|
-
const GuitRefSpacing10xlarge = "6.4rem";
|
|
149
|
-
const GuitRefSpacing11xlarge = "8rem";
|
|
150
|
-
const GuitRefSizingNone = "0rem";
|
|
151
|
-
const GuitRefSizing4xsmall = "0.4rem";
|
|
152
|
-
const GuitRefSizing3xsmall = "0.8rem";
|
|
153
|
-
const GuitRefSizing2xsmall = "1.2rem";
|
|
154
|
-
const GuitRefSizingXsmall = "1.6rem";
|
|
155
|
-
const GuitRefSizingSmallNudge = "2rem";
|
|
156
|
-
const GuitRefSizingSmall = "2.4rem";
|
|
157
|
-
const GuitRefSizingMediumNudge = "2.8rem";
|
|
158
|
-
const GuitRefSizingMedium = "3.2rem";
|
|
159
|
-
const GuitRefSizingLargeNudge = "3.6rem";
|
|
160
|
-
const GuitRefSizingLarge = "4rem";
|
|
161
|
-
const GuitRefSizingXlarge = "4.8rem";
|
|
162
|
-
const GuitRefSizing2xlarge = "5.6rem";
|
|
163
|
-
const GuitRefSizing3xlarge = "6.4rem";
|
|
164
|
-
const GuitRefSizing4xlarge = "8rem";
|
|
165
|
-
const GuitRefSizing5xlarge = "9.6rem";
|
|
166
|
-
const GuitRefSizing6xlarge = "12rem";
|
|
167
|
-
const GuitRefSizing7xl = "16rem";
|
|
168
|
-
const GuitRefRadiusNone = "0rem";
|
|
169
|
-
const GuitRefRadius4xsmall = "0.2rem";
|
|
170
|
-
const GuitRefRadius3xsmall = "0.4rem";
|
|
171
|
-
const GuitRefRadius2xsmall = "0.6rem";
|
|
172
|
-
const GuitRefRadiusXsmall = "0.8rem";
|
|
173
|
-
const GuitRefRadiusSmall = "1rem";
|
|
174
|
-
const GuitRefRadiusMedium = "1.2rem";
|
|
175
|
-
const GuitRefRadiusFull = "50%";
|
|
176
|
-
const GuitRefBorderWidthNone = "0rem";
|
|
177
|
-
const GuitRefBorderWidthThin = "0.1rem";
|
|
178
|
-
const GuitRefBorderWidthThick = "0.2rem";
|
|
179
|
-
const GuitRefBorderWidthThicker = "0.4rem";
|
|
180
|
-
const GuitRefBorderStyleSolid = "solid";
|
|
181
|
-
const GuitRefBorderStyleDashed = "dashed";
|
|
182
|
-
const GuitRefShadowBlurNone = "0rem";
|
|
183
|
-
const GuitRefShadowBlur2xsmall = "0.2rem";
|
|
184
|
-
const GuitRefShadowBlurXsmall = "0.4rem";
|
|
185
|
-
const GuitRefShadowBlurSmall = "0.6rem";
|
|
186
|
-
const GuitRefShadowBlurMedium = "0.8rem";
|
|
187
|
-
const GuitRefShadowSpreadNegativeXsmall = "-0.4rem";
|
|
188
|
-
const GuitRefShadowSpreadNone = "0rem";
|
|
189
|
-
const GuitRefShadowSpread2xsmall = "0.2rem";
|
|
190
|
-
const GuitRefShadowSpreadXsmall = "0.4rem";
|
|
191
|
-
const GuitRefShadowPositioningNegative2xsmall = "-0.2rem";
|
|
192
|
-
const GuitRefShadowPositioningNone = "0rem";
|
|
193
|
-
const GuitRefShadowPositioning2xsmall = "0.2rem";
|
|
194
|
-
const GuitRefShadowPositioningXsmall = "0.4rem";
|
|
195
|
-
const GuitRefShadowPositioningSmall = "0.6rem";
|
|
196
|
-
const GuitRefMotionEasingStandard = "cubic-bezier(0.4, 0.12, 0.2, 1)";
|
|
197
|
-
const GuitRefMotionEasingInput = "cubic-bezier(0.4, 0.12, 0.2, 1)";
|
|
198
|
-
const GuitRefMotionEasingOutput = "cubic-bezier(0.4, 0.12, 1, 1)";
|
|
199
|
-
const GuitRefMotionEasingInputAndOutput = "cubic-bezier(0.1, 0, 0.58, 1)";
|
|
200
|
-
const GuitRefMotionDurationMicro = "80ms";
|
|
201
|
-
const GuitRefMotionDurationModerate = "120ms";
|
|
202
|
-
const GuitRefMotionDurationModerateMacro = "240ms";
|
|
203
|
-
const GuitRefMotionDurationSlow = "400ms";
|
|
204
|
-
const GuitRefMotionDurationSlowMacro = "1200ms";
|
|
205
|
-
const GuitRefBreakpointMobile = "0px-767px";
|
|
206
|
-
const GuitRefBreakpointTablet = "768px-1199px";
|
|
207
|
-
const GuitRefBreakpointDesktop = "≥1200px";
|
|
208
|
-
const GuitSemFontHeadingXlargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
209
|
-
const GuitSemFontHeadingXlargeSemiboldFontSize = "4.8rem";
|
|
210
|
-
const GuitSemFontHeadingXlargeSemiboldFontWeight = "600";
|
|
211
|
-
const GuitSemFontHeadingXlargeSemiboldLineHeight = "6.4rem";
|
|
212
|
-
const GuitSemFontHeadingLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
213
|
-
const GuitSemFontHeadingLargeSemiboldFontSize = "4rem";
|
|
214
|
-
const GuitSemFontHeadingLargeSemiboldFontWeight = "600";
|
|
215
|
-
const GuitSemFontHeadingLargeSemiboldLineHeight = "4.8rem";
|
|
216
|
-
const GuitSemFontHeadingMediumSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
217
|
-
const GuitSemFontHeadingMediumSemiboldFontSize = "3.2rem";
|
|
218
|
-
const GuitSemFontHeadingMediumSemiboldFontWeight = "600";
|
|
219
|
-
const GuitSemFontHeadingMediumSemiboldLineHeight = "4rem";
|
|
220
|
-
const GuitSemFontHeadingSmallSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
221
|
-
const GuitSemFontHeadingSmallSemiboldFontSize = "2.8rem";
|
|
222
|
-
const GuitSemFontHeadingSmallSemiboldFontWeight = "600";
|
|
223
|
-
const GuitSemFontHeadingSmallSemiboldLineHeight = "4rem";
|
|
224
|
-
const GuitSemFontSubheadingLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
225
|
-
const GuitSemFontSubheadingLargeSemiboldFontSize = "2rem";
|
|
226
|
-
const GuitSemFontSubheadingLargeSemiboldFontWeight = "600";
|
|
227
|
-
const GuitSemFontSubheadingLargeSemiboldLineHeight = "2.8rem";
|
|
228
|
-
const GuitSemFontSubheadingMediumSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
229
|
-
const GuitSemFontSubheadingMediumSemiboldFontSize = "1.8rem";
|
|
230
|
-
const GuitSemFontSubheadingMediumSemiboldFontWeight = "600";
|
|
231
|
-
const GuitSemFontSubheadingMediumSemiboldLineHeight = "2.4rem";
|
|
232
|
-
const GuitSemFontLabelLargeDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
233
|
-
const GuitSemFontLabelLargeDefaultSemiboldFontSize = "1.6rem";
|
|
234
|
-
const GuitSemFontLabelLargeDefaultSemiboldFontWeight = "600";
|
|
235
|
-
const GuitSemFontLabelLargeDefaultSemiboldLineHeight = "2.4rem";
|
|
236
|
-
const GuitSemFontLabelMediumDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
237
|
-
const GuitSemFontLabelMediumDefaultSemiboldFontSize = "1.4rem";
|
|
238
|
-
const GuitSemFontLabelMediumDefaultSemiboldFontWeight = "600";
|
|
239
|
-
const GuitSemFontLabelMediumDefaultSemiboldLineHeight = "2rem";
|
|
240
|
-
const GuitSemFontBodyLargeDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
241
|
-
const GuitSemFontBodyLargeDefaultSemiboldFontSize = "1.6rem";
|
|
242
|
-
const GuitSemFontBodyLargeDefaultSemiboldFontWeight = "600";
|
|
243
|
-
const GuitSemFontBodyLargeDefaultSemiboldLineHeight = "2.4rem";
|
|
244
|
-
const GuitSemFontBodyLargeDefaultSemiboldParagraphSpacing = "2.4rem";
|
|
245
|
-
const GuitSemFontBodyLargeDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
246
|
-
const GuitSemFontBodyLargeDefaultMediumFontSize = "1.6rem";
|
|
247
|
-
const GuitSemFontBodyLargeDefaultMediumFontWeight = "500";
|
|
248
|
-
const GuitSemFontBodyLargeDefaultMediumLineHeight = "2.4rem";
|
|
249
|
-
const GuitSemFontBodyLargeDefaultMediumParagraphSpacing = "2.4rem";
|
|
250
|
-
const GuitSemFontBodyLargeDefaultRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
251
|
-
const GuitSemFontBodyLargeDefaultRegularFontSize = "1.6rem";
|
|
252
|
-
const GuitSemFontBodyLargeDefaultRegularFontWeight = "400";
|
|
253
|
-
const GuitSemFontBodyLargeDefaultRegularLineHeight = "2.4rem";
|
|
254
|
-
const GuitSemFontBodyLargeDefaultRegularParagraphSpacing = "2.4rem";
|
|
255
|
-
const GuitSemFontBodyMediumDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
256
|
-
const GuitSemFontBodyMediumDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
257
|
-
const GuitSemFontBodyMediumDefaultMediumFontSize = "1.4rem";
|
|
258
|
-
const GuitSemFontBodyMediumDefaultMediumFontWeight = "500";
|
|
259
|
-
const GuitSemFontBodyMediumDefaultMediumLineHeight = "2rem";
|
|
260
|
-
const GuitSemFontBodyMediumDefaultMediumParagraphSpacing = "2rem";
|
|
261
|
-
const GuitSemFontBodyMediumDefaultSemiboldFontSize = "1.4rem";
|
|
262
|
-
const GuitSemFontBodyMediumDefaultSemiboldFontWeight = "600";
|
|
263
|
-
const GuitSemFontBodyMediumDefaultSemiboldLineHeight = "2rem";
|
|
264
|
-
const GuitSemFontBodyMediumDefaultSemiboldParagraphSpacing = "2rem";
|
|
265
|
-
const GuitSemFontBodyMediumDefaultRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
266
|
-
const GuitSemFontBodyMediumDefaultRegularFontSize = "1.4rem";
|
|
267
|
-
const GuitSemFontBodyMediumDefaultRegularFontWeight = "400";
|
|
268
|
-
const GuitSemFontBodyMediumDefaultRegularLineHeight = "2rem";
|
|
269
|
-
const GuitSemFontBodyMediumDefaultRegularParagraphSpacing = "2rem";
|
|
270
|
-
const GuitSemFontCaptionLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
271
|
-
const GuitSemFontCaptionLargeSemiboldFontSize = "1.2rem";
|
|
272
|
-
const GuitSemFontCaptionLargeSemiboldFontWeight = "600";
|
|
273
|
-
const GuitSemFontCaptionLargeSemiboldLineHeight = "1.6rem";
|
|
274
|
-
const GuitSemFontCaptionLargeSemiboldLetterSpacing = "0.03rem";
|
|
275
|
-
const GuitSemFontCaptionLargeSemiboldParagraphSpacing = "1.6rem";
|
|
276
|
-
const GuitSemFontCaptionLargeMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
277
|
-
const GuitSemFontCaptionLargeMediumFontSize = "1.2rem";
|
|
278
|
-
const GuitSemFontCaptionLargeMediumFontWeight = "500";
|
|
279
|
-
const GuitSemFontCaptionLargeMediumLineHeight = "1.6rem";
|
|
280
|
-
const GuitSemFontCaptionLargeMediumLetterSpacing = "0.03rem";
|
|
281
|
-
const GuitSemFontCaptionLargeMediumParagraphSpacing = "1.6rem";
|
|
282
|
-
const GuitSemFontCaptionLargeRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
283
|
-
const GuitSemFontCaptionLargeRegularFontSize = "1.2rem";
|
|
284
|
-
const GuitSemFontCaptionLargeRegularFontWeight = "400";
|
|
285
|
-
const GuitSemFontCaptionLargeRegularLineHeight = "1.6rem";
|
|
286
|
-
const GuitSemFontCaptionLargeRegularLetterSpacing = "0.03rem";
|
|
287
|
-
const GuitSemFontCaptionLargeRegularParagraphSpacing = "1.6rem";
|
|
288
|
-
const GuitSemFontCaptionMediumSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
289
|
-
const GuitSemFontCaptionMediumSemiboldFontSize = "1rem";
|
|
290
|
-
const GuitSemFontCaptionMediumSemiboldFontWeight = "600";
|
|
291
|
-
const GuitSemFontCaptionMediumSemiboldLineHeight = "1.4rem";
|
|
292
|
-
const GuitSemFontCaptionMediumSemiboldLetterSpacing = "0.03rem";
|
|
293
|
-
const GuitSemFontCaptionMediumSemiboldParagraphSpacing = "1.6rem";
|
|
294
|
-
const GuitSemFontCaptionMediumMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
295
|
-
const GuitSemFontCaptionMediumRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
296
|
-
const GuitSemFontCaptionMediumRegularFontSize = "1rem";
|
|
297
|
-
const GuitSemFontCaptionMediumRegularFontWeight = "400";
|
|
298
|
-
const GuitSemFontCaptionMediumRegularLineHeight = "1.4rem";
|
|
299
|
-
const GuitSemFontCaptionMediumRegularLetterSpacing = "0.03rem";
|
|
300
|
-
const GuitSemFontCaptionMediumRegularParagraphSpacing = "1.2rem";
|
|
301
|
-
const GuitSemFontCaptionMediumMediumFontSize = "1rem";
|
|
302
|
-
const GuitSemFontCaptionMediumMediumFontWeight = "500";
|
|
303
|
-
const GuitSemFontCaptionMediumMediumLineHeight = "1.4rem";
|
|
304
|
-
const GuitSemFontCaptionMediumMediumLetterSpacing = "0.03rem";
|
|
305
|
-
const GuitSemFontCaptionMediumMediumParagraphSpacing = "1.2rem";
|
|
306
|
-
const GuitSemFontHeadingXsmallSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
307
|
-
const GuitSemFontHeadingXsmallSemiboldFontSize = "2.4rem";
|
|
308
|
-
const GuitSemFontHeadingXsmallSemiboldFontWeight = "600";
|
|
309
|
-
const GuitSemFontHeadingXsmallSemiboldLineHeight = "3.2rem";
|
|
310
|
-
const GuitSemFontLabelLargeDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
311
|
-
const GuitSemFontLabelLargeDefaultMediumFontSize = "1.6rem";
|
|
312
|
-
const GuitSemFontLabelLargeDefaultMediumFontWeight = "500";
|
|
313
|
-
const GuitSemFontLabelLargeDefaultMediumLineHeight = "2.4rem";
|
|
314
|
-
const GuitSemFontLabelMediumDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
315
|
-
const GuitSemFontLabelMediumDefaultMediumFontSize = "1.4rem";
|
|
316
|
-
const GuitSemFontLabelMediumDefaultMediumFontWeight = "500";
|
|
317
|
-
const GuitSemFontLabelMediumDefaultMediumLineHeight = "2rem";
|
|
318
|
-
const GuitSemFontLabelSmallDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
319
|
-
const GuitSemFontLabelSmallDefaultSemiboldFontSize = "1.2rem";
|
|
320
|
-
const GuitSemFontLabelSmallDefaultSemiboldFontWeight = "600";
|
|
321
|
-
const GuitSemFontLabelSmallDefaultSemiboldLineHeight = "1.6rem";
|
|
322
|
-
const GuitSemFontLabelSmallDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
323
|
-
const GuitSemFontLabelSmallDefaultMediumFontSize = "1.2rem";
|
|
324
|
-
const GuitSemFontLabelSmallDefaultMediumFontWeight = "500";
|
|
325
|
-
const GuitSemFontLabelSmallDefaultMediumLineHeight = "1.6rem";
|
|
326
|
-
const GuitSemDimensionWidthNone = "0rem";
|
|
327
|
-
const GuitSemDimensionWidth4xsmall = "0.4rem";
|
|
328
|
-
const GuitSemDimensionWidth3xsmall = "0.8rem";
|
|
329
|
-
const GuitSemDimensionWidth2xsmall = "1.2rem";
|
|
330
|
-
const GuitSemDimensionWidthXsmall = "1.6rem";
|
|
331
|
-
const GuitSemDimensionWidthSmallNudge = "2rem";
|
|
332
|
-
const GuitSemDimensionWidthSmall = "2.4rem";
|
|
333
|
-
const GuitSemDimensionWidthMediumNudge = "2.8rem";
|
|
334
|
-
const GuitSemDimensionWidthMedium = "3.2rem";
|
|
335
|
-
const GuitSemDimensionWidthLargeNudge = "3.6rem";
|
|
336
|
-
const GuitSemDimensionWidthLarge = "4rem";
|
|
337
|
-
const GuitSemDimensionWidthXlarge = "4.8rem";
|
|
338
|
-
const GuitSemDimensionWidth2xlarge = "5.6rem";
|
|
339
|
-
const GuitSemDimensionWidth3xlarge = "6.4rem";
|
|
340
|
-
const GuitSemDimensionWidth4xlarge = "8rem";
|
|
341
|
-
const GuitSemDimensionWidth5xlarge = "9.6rem";
|
|
342
|
-
const GuitSemDimensionWidth6xlarge = "12rem";
|
|
343
|
-
const GuitSemDimensionWidth7xlarge = "16rem";
|
|
344
|
-
const GuitSemDimensionHeightNone = "0rem";
|
|
345
|
-
const GuitSemDimensionHeight4xsmall = "0.4rem";
|
|
346
|
-
const GuitSemDimensionHeight3xsmall = "0.8rem";
|
|
347
|
-
const GuitSemDimensionHeight2xsmall = "1.2rem";
|
|
348
|
-
const GuitSemDimensionHeightXsmall = "1.6rem";
|
|
349
|
-
const GuitSemDimensionHeightSmallNudge = "2rem";
|
|
350
|
-
const GuitSemDimensionHeightSmall = "2.4rem";
|
|
351
|
-
const GuitSemDimensionHeightMediumNudge = "2.8rem";
|
|
352
|
-
const GuitSemDimensionHeightMedium = "3.2rem";
|
|
353
|
-
const GuitSemDimensionHeightLargeNudge = "3.6rem";
|
|
354
|
-
const GuitSemDimensionHeightLarge = "4rem";
|
|
355
|
-
const GuitSemDimensionHeightXlarge = "4.8rem";
|
|
356
|
-
const GuitSemDimensionHeight2xlarge = "5.6rem";
|
|
357
|
-
const GuitSemDimensionHeight3xlarge = "6.4rem";
|
|
358
|
-
const GuitSemDimensionHeight4xlarge = "8rem";
|
|
359
|
-
const GuitSemDimensionHeight5xlarge = "9.6rem";
|
|
360
|
-
const GuitSemDimensionHeight6xlarge = "12rem";
|
|
361
|
-
const GuitSemDimensionHeight7xlarge = "16rem";
|
|
362
|
-
const GuitSemBorderDefaultWidth = "0.1rem";
|
|
363
|
-
const GuitSemBorderDefaultStyle = "solid";
|
|
364
|
-
const GuitSemBorderFocusWidth = "0.2rem";
|
|
365
|
-
const GuitSemBorderFocusStyle = "solid";
|
|
366
|
-
const GuitSemBorderHighlightWidth = "0.4rem";
|
|
367
|
-
const GuitSemBorderHighlightStyle = "solid";
|
|
368
|
-
const GuitSemShadowFloating1PositionX1 = "0rem";
|
|
369
|
-
const GuitSemShadowFloating1PositionY1 = "0.2rem";
|
|
370
|
-
const GuitSemShadowFloating1Blur1 = "0.4rem";
|
|
371
|
-
const GuitSemShadowFloating1Spread1 = "0.2rem";
|
|
372
|
-
const GuitSemShadowFloating2PositionX1 = "0rem";
|
|
373
|
-
const GuitSemShadowFloating2PositionY1 = "0.4rem";
|
|
374
|
-
const GuitSemShadowFloating1PositionX2 = "0rem";
|
|
375
|
-
const GuitSemShadowFloating1PositionY2 = "0rem";
|
|
376
|
-
const GuitSemShadowFloating1Blur2 = "0.2rem";
|
|
377
|
-
const GuitSemShadowFloating1Spread2 = "-0.4rem";
|
|
378
|
-
const GuitSemShadowFloating2Blur1 = "0.6rem";
|
|
379
|
-
const GuitSemShadowFloating2Spread1 = "0.4rem";
|
|
380
|
-
const GuitSemShadowFloating3PositionX1 = "0rem";
|
|
381
|
-
const GuitSemShadowFloating3PositionY1 = "0.6rem";
|
|
382
|
-
const GuitSemShadowFloating2PositionX2 = "0rem";
|
|
383
|
-
const GuitSemShadowFloating2PositionY2 = "-0.2rem";
|
|
384
|
-
const GuitSemShadowFloating2Blur2 = "0.4rem";
|
|
385
|
-
const GuitSemShadowFloating2Spread2 = "-0.4rem";
|
|
386
|
-
const GuitSemShadowFloating3Blur1 = "0.8rem";
|
|
387
|
-
const GuitSemShadowFloating3Spread1 = "0.4rem";
|
|
388
|
-
const GuitSemShadowFloating3PositionX2 = "0rem";
|
|
389
|
-
const GuitSemShadowFloating3PositionY2 = "-0.2rem";
|
|
390
|
-
const GuitSemShadowFloating3Blur2 = "0.6rem";
|
|
391
|
-
const GuitSemShadowFloating3Spread2 = "-0.4rem";
|
|
392
|
-
const GuitSemShadowRaisedTopPositionX = "0rem";
|
|
393
|
-
const GuitSemShadowRaisedTopPositionY = "-0.2rem";
|
|
394
|
-
const GuitSemShadowRaisedTopBlur = "0.6rem";
|
|
395
|
-
const GuitSemShadowRaisedTopSpread = "0.2rem";
|
|
396
|
-
const GuitSemShadowRaisedBottomPositionX = "0rem";
|
|
397
|
-
const GuitSemShadowRaisedBottomPositionY = "0.2rem";
|
|
398
|
-
const GuitSemShadowRaisedBottomBlur = "0.6rem";
|
|
399
|
-
const GuitSemShadowRaisedBottomSpread = "0.2rem";
|
|
400
|
-
const GuitSemColorForegroundNeutral2Notheme = "#262627";
|
|
401
|
-
const GuitSemColorBackgroundNeutral5 = "#262627";
|
|
402
|
-
const GuitSemColorForegroundInverseNotheme = "#FFFFFF";
|
|
403
|
-
const GuitSemColorBackgroundSuccess2Pressed = "#1E8A5C";
|
|
404
|
-
const GuitSemColorSurfaceNeutral1 = "light-dark(#FFFFFF, #1c1c1c)";
|
|
405
|
-
const GuitSemColorSurfaceNeutral2 = "light-dark(#F5F5F5, #141414)";
|
|
406
|
-
const GuitSemColorFloating1Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
407
|
-
const GuitSemColorFloating1Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
408
|
-
const GuitSemColorFloating2Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
409
|
-
const GuitSemColorFloating2Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
410
|
-
const GuitSemColorFloating3Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
411
|
-
const GuitSemColorFloating3Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
412
|
-
const GuitSemColorBackgroundNeutral1 = "light-dark(#FFFFFF, #1c1c1c)";
|
|
413
|
-
const GuitSemColorForegroundNeutral1 = "light-dark(#646468, #B7B7B9)";
|
|
414
|
-
const GuitSemColorBackgroundNeutral1Hover = "light-dark(#F5F5F5, #262627)";
|
|
415
|
-
const GuitSemColorForegroundNeutral2 = "light-dark(#262627, #F5F5F5)";
|
|
416
|
-
const GuitSemColorForegroundNeutral2Hover = "light-dark(#323234, #E8E8E8)";
|
|
417
|
-
const GuitSemColorForegroundNeutral2Pressed = "light-dark(#1c1c1c, #FAFAFA)";
|
|
418
|
-
const GuitSemColorBackgroundNeutral1Pressed = "light-dark(#E8E8E8, #323234)";
|
|
419
|
-
const GuitSemColorBackgroundNeutral1Nudge = "light-dark(#FFFFFF, #262627)";
|
|
420
|
-
const GuitSemColorBackgroundNeutral1NudgeHover = "light-dark(#F5F5F5, #323234)";
|
|
421
|
-
const GuitSemColorBackgroundNeutral1NudgePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
422
|
-
const GuitSemColorForegroundBrand = "light-dark(#1473E6, #95C0F4)";
|
|
423
|
-
const GuitSemColorForegroundBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
424
|
-
const GuitSemColorForegroundBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
425
|
-
const GuitSemColorBackgroundNeutral2 = "light-dark(#FAFAFA, #141414)";
|
|
426
|
-
const GuitSemColorBackgroundNeutral3 = "light-dark(#F5F5F5, #262627)";
|
|
427
|
-
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
428
|
-
const GuitSemColorBackgroundNeutral3Hover = "light-dark(#E8E8E8, #323234)";
|
|
429
|
-
const GuitSemColorBackgroundNeutral3Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
430
|
-
const GuitSemColorForegroundSuccess = "light-dark(#18714C, #B6ECD5)";
|
|
431
|
-
const GuitSemColorBackgroundNeutral4 = "light-dark(#E8E8E8, #323234)";
|
|
432
|
-
const GuitSemColorForegroundWarning = "light-dark(#7E6030, #F0D09D)";
|
|
433
|
-
const GuitSemColorForegroundRecommendation = "light-dark(#553EB7, #D7CFF7)";
|
|
434
|
-
const GuitSemColorForegroundInformative = "light-dark(#105EBC, #C3DBF9)";
|
|
435
|
-
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
436
|
-
const GuitSemColorForegroundSelected = "light-dark(#1473E6, #95C0F4)";
|
|
437
|
-
const GuitSemColorForegroundSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
438
|
-
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
439
|
-
const GuitSemColorForegroundSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
440
|
-
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
441
|
-
const GuitSemColorBackgroundBrand2 = "light-dark(#1473E6, #599CED)";
|
|
442
|
-
const GuitSemColorBackgroundBrand2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
443
|
-
const GuitSemColorBackgroundBrand2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
444
|
-
const GuitSemColorBackgroundError1 = "light-dark(#FCEAE9, #98332F)";
|
|
445
|
-
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
446
|
-
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
447
|
-
const GuitSemColorForegroundInverseHover = "light-dark(#F5F5F5, #323234)";
|
|
448
|
-
const GuitSemColorForegroundInversePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
449
|
-
const GuitSemColorForegroundInverseDisabled = "light-dark(#B7B7B9, #646468)";
|
|
450
|
-
const GuitSemColorBackgroundError1Pressed = "light-dark(#F2A09C, #61211E)";
|
|
451
|
-
const GuitSemColorForegroundDisabled = "light-dark(#929295, #646468)";
|
|
452
|
-
const GuitSemColorForegroundAccentBlue = "light-dark(#105EBC, #C3DBF9)";
|
|
453
|
-
const GuitSemColorForegroundAccentRed = "light-dark(#98332F, #F8CBC9)";
|
|
454
|
-
const GuitSemColorForegroundAccentGreen = "light-dark(#18714C, #B6ECD5)";
|
|
455
|
-
const GuitSemColorForegroundAccentOrange1 = "light-dark(#E6AF57, #BA8B40)";
|
|
456
|
-
const GuitSemColorForegroundAccentOrange2 = "light-dark(#684F27, #F7E4C7)";
|
|
457
|
-
const GuitSemColorForegroundAccentPurple = "light-dark(#553EB7, #D7CFF7)";
|
|
458
|
-
const GuitSemColorForegroundAccentLagoon = "light-dark(#23636C, #C8DCDF)";
|
|
459
|
-
const GuitSemColorForegroundAccentMagenta = "light-dark(#A60063, #EDCADF)";
|
|
460
|
-
const GuitSemColorForegroundAccentSlate = "light-dark(#4F4F6E, #D5D5DC)";
|
|
461
|
-
const GuitSemColorBackgroundError2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
462
|
-
const GuitSemColorBackgroundError2Hover = "light-dark(#98332F, #F2A09C)";
|
|
463
|
-
const GuitSemColorBackgroundError2Pressed = "light-dark(#61211E, #E64D47)";
|
|
464
|
-
const GuitSemColorBackgroundSuccess1 = "light-dark(#E3F7EE, #18714C)";
|
|
465
|
-
const GuitSemColorBackgroundSuccess1Hover = "light-dark(#B6ECD5, #1E8A5C)";
|
|
466
|
-
const GuitSemColorBackgroundSuccess1Pressed = "light-dark(#76DBAF, #0F472F)";
|
|
467
|
-
const GuitSemColorBackgroundSuccess2 = "light-dark(#2BC784, #25AC72)";
|
|
468
|
-
const GuitSemColorBackgroundSuccess2Hover = "light-dark(#25AC72, #2BC784)";
|
|
469
|
-
const GuitSemColorBackgroundWarning1 = "light-dark(#F7E4C7, #684F27)";
|
|
470
|
-
const GuitSemColorBackgroundWarning2 = "light-dark(#E6AF57, #7E6030)";
|
|
471
|
-
const GuitSemColorBackgroundRecommendation1 = "light-dark(#E9E5FB, #553EB7)";
|
|
472
|
-
const GuitSemColorBackgroundRecommendation2 = "light-dark(#684AE0, #BAACF1)";
|
|
473
|
-
const GuitSemColorBackgroundInformative = "light-dark(#E8F1FD, #105EBC)";
|
|
474
|
-
const GuitSemColorBackgroundSelected1 = "light-dark(#C3DBF9, #105EBC)";
|
|
475
|
-
const GuitSemColorBackgroundSelected1Hover = "light-dark(#95C0F4, #1473E6)";
|
|
476
|
-
const GuitSemColorBackgroundSelected1Pressed = "light-dark(#599CED, #0A3B75)";
|
|
477
|
-
const GuitSemColorBackgroundSelected2 = "light-dark(#1473E6, #599CED)";
|
|
478
|
-
const GuitSemColorBackgroundSelected2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
479
|
-
const GuitSemColorBackgroundSelected2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
480
|
-
const GuitSemColorBackgroundInverse = "light-dark(#FFFFFF, #1c1c1c)";
|
|
481
|
-
const GuitSemColorBackgroundInverseHover = "light-dark(#F5F5F5, #262627)";
|
|
482
|
-
const GuitSemColorBackgroundInversePressed = "light-dark(#E8E8E8, #323234)";
|
|
483
|
-
const GuitSemColorBackgroundDisabled = "light-dark(#E8E8E8, #323234)";
|
|
484
|
-
const GuitSemColorBackgroundAccentBlue1 = "light-dark(#E8F1FD, #0A3B75)";
|
|
485
|
-
const GuitSemColorBackgroundAccentBlue2 = "light-dark(#1473E6, #599CED)";
|
|
486
|
-
const GuitSemColorBackgroundAccentRed1 = "light-dark(#FCEAE9, #61211E)";
|
|
487
|
-
const GuitSemColorBackgroundAccentRed2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
488
|
-
const GuitSemColorBackgroundAccentGreen1 = "light-dark(#E3F7EE, #0F472F)";
|
|
489
|
-
const GuitSemColorBackgroundAccentGreen2 = "light-dark(#18714C, #2BC784)";
|
|
490
|
-
const GuitSemColorBackgroundAccentOrange1 = "light-dark(#F7E4C7, #42331A)";
|
|
491
|
-
const GuitSemColorBackgroundAccentOrange2 = "light-dark(#7E6030, #BA8B40)";
|
|
492
|
-
const GuitSemColorBackgroundAccentPurple1 = "light-dark(#E9E5FB, #372777)";
|
|
493
|
-
const GuitSemColorBackgroundAccentPurple2 = "light-dark(#684AE0, #9681E9)";
|
|
494
|
-
const GuitSemColorBackgroundAccentLagoon1 = "light-dark(#DFEBEC, #174045)";
|
|
495
|
-
const GuitSemColorBackgroundAccentLagoon2 = "light-dark(#2C7C87, #6AA2A9)";
|
|
496
|
-
const GuitSemColorBackgroundAccentMagenta1 = "light-dark(#F4E1EC, #A60063)";
|
|
497
|
-
const GuitSemColorBackgroundAccentMagenta2 = "light-dark(#AF1A73, #CC6CA5)";
|
|
498
|
-
const GuitSemColorBackgroundAccentSlate1 = "light-dark(#E9E9ED, #3D3D5F)";
|
|
499
|
-
const GuitSemColorBackgroundAccentSlate2 = "light-dark(#4F4F6E, #8F8FA3)";
|
|
500
|
-
const GuitSemColorBackgroundTransparent1 = "light-dark(rgba(20, 20, 20, 0.00), rgba(255, 255, 255, 0.00))";
|
|
501
|
-
const GuitSemColorBackgroundTransparent1Hover = "light-dark(rgba(20, 20, 20, 0.1), rgba(255, 255, 255, 0.1))";
|
|
502
|
-
const GuitSemColorBackgroundTransparent1Pressed = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
503
|
-
const GuitSemColorBackgroundTransparent2 = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
504
|
-
const GuitSemColorBackgroundTransparentOverlay = "light-dark(rgba(20, 20, 20, 0.3), rgba(255, 255, 255, 0.3))";
|
|
505
|
-
const GuitSemColorBackgroundTransparentOverlayNotheme1 = "light-dark(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.2))";
|
|
506
|
-
const GuitSemColorBackgroundTransparentOverlayNotheme2 = "light-dark(rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.4))";
|
|
507
|
-
const GuitSemColorBackgroundTransparentInverse1 = "light-dark(rgba(255, 255, 255, 0.00), rgba(20, 20, 20, 0.1))";
|
|
508
|
-
const GuitSemColorBackgroundTransparentInverse1Hover = "light-dark(rgba(255, 255, 255, 0.1), rgba(20, 20, 20, 0.2))";
|
|
509
|
-
const GuitSemColorBackgroundTransparentInverse1Pressed = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.3))";
|
|
510
|
-
const GuitSemColorBackgroundTransparentInverse2 = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.2))";
|
|
511
|
-
const GuitSemColorBackgroundTransparentInverse2Hover = "light-dark(rgba(255, 255, 255, 0.3), rgba(20, 20, 20, 0.3))";
|
|
512
|
-
const GuitSemColorBackgroundTransparentInverse2Pressed = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
513
|
-
const GuitSemColorBackgroundTransparentInverseDisabled = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
514
|
-
const GuitSemColorBackgroundTransparentInverseDisabled2 = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
515
|
-
const GuitSemColorBorderNeutral1 = "light-dark(#FFFFFF, #141414)";
|
|
516
|
-
const GuitSemColorBorderNeutral2 = "light-dark(#D3D3D4, #323234)";
|
|
517
|
-
const GuitSemColorBorderNeutral3 = "light-dark(#646468, #D3D3D4)";
|
|
518
|
-
const GuitSemColorBorderNeutral4 = "light-dark(#262627, #F5F5F5)";
|
|
519
|
-
const GuitSemColorBorderBrand = "light-dark(#1473E6, #95C0F4)";
|
|
520
|
-
const GuitSemColorBorderBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
521
|
-
const GuitSemColorBorderBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
522
|
-
const GuitSemColorBorderError = "light-dark(#98332F, #F2A09C)";
|
|
523
|
-
const GuitSemColorBorderSuccess = "light-dark(#18714C, #76DBAF)";
|
|
524
|
-
const GuitSemColorBorderWarning = "light-dark(#7E6030, #F0D09D)";
|
|
525
|
-
const GuitSemColorBorderRecommendation = "light-dark(#553EB7, #BAACF1)";
|
|
526
|
-
const GuitSemColorBorderInformative = "light-dark(#105EBC, #95C0F4)";
|
|
527
|
-
const GuitSemColorBorderSelected = "light-dark(#1473E6, #95C0F4)";
|
|
528
|
-
const GuitSemColorBorderSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
529
|
-
const GuitSemColorBorderSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
530
|
-
const GuitSemColorBorderFocus = "light-dark(#95C0F4, #1473E6)";
|
|
531
|
-
const GuitSemColorBorderAccentBlue = "light-dark(#599CED, #3989EA)";
|
|
532
|
-
const GuitSemColorBorderAccentOrange = "light-dark(#E6AF57, #7E6030)";
|
|
533
|
-
const GuitSemColorBorderAccentGreen = "light-dark(#2BC784, #25AC72)";
|
|
534
|
-
const GuitSemColorBorderAccentRed = "light-dark(#EA6B66, #E64D47)";
|
|
535
|
-
const GuitSemColorBorderAccentPurple = "light-dark(#9681E9, #7C62E4)";
|
|
536
|
-
const GuitSemColorBorderAccentLagoon = "light-dark(#6AA2A9, #4C8C95)";
|
|
537
|
-
const GuitSemColorBorderAccentMagenta = "light-dark(#CC6CA5, #C45597)";
|
|
538
|
-
const GuitSemColorBorderAccentSlate = "light-dark(#8F8FA3, #7C7C93)";
|
|
539
|
-
const GuitSemColorBorderInverse = "light-dark(#FFFFFF, #262627)";
|
|
540
|
-
const GuitSemColorBorderInverseDisabled = "light-dark(#B7B7B9, #929295)";
|
|
541
|
-
const GuitSemColorBorderDisabled1 = "light-dark(#E8E8E8, #646468)";
|
|
542
|
-
const GuitSemColorBorderDisabled2 = "light-dark(#929295, #646468)";
|
|
543
|
-
const GuitSemColorRaisedTopRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
544
|
-
const GuitSemColorRaisedBottomRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
545
|
-
|
|
546
|
-
var jsTokens = /*#__PURE__*/Object.freeze({
|
|
547
|
-
__proto__: null,
|
|
548
|
-
GuitRefBorderStyleDashed: GuitRefBorderStyleDashed,
|
|
549
|
-
GuitRefBorderStyleSolid: GuitRefBorderStyleSolid,
|
|
550
|
-
GuitRefBorderWidthNone: GuitRefBorderWidthNone,
|
|
551
|
-
GuitRefBorderWidthThick: GuitRefBorderWidthThick,
|
|
552
|
-
GuitRefBorderWidthThicker: GuitRefBorderWidthThicker,
|
|
553
|
-
GuitRefBorderWidthThin: GuitRefBorderWidthThin,
|
|
554
|
-
GuitRefBreakpointDesktop: GuitRefBreakpointDesktop,
|
|
555
|
-
GuitRefBreakpointMobile: GuitRefBreakpointMobile,
|
|
556
|
-
GuitRefBreakpointTablet: GuitRefBreakpointTablet,
|
|
557
|
-
GuitRefColorBlue100: GuitRefColorBlue100,
|
|
558
|
-
GuitRefColorBlue200: GuitRefColorBlue200,
|
|
559
|
-
GuitRefColorBlue300base: GuitRefColorBlue300base,
|
|
560
|
-
GuitRefColorBlue40: GuitRefColorBlue40,
|
|
561
|
-
GuitRefColorBlue400: GuitRefColorBlue400,
|
|
562
|
-
GuitRefColorBlue500: GuitRefColorBlue500,
|
|
563
|
-
GuitRefColorBlue60: GuitRefColorBlue60,
|
|
564
|
-
GuitRefColorBlue80: GuitRefColorBlue80,
|
|
565
|
-
GuitRefColorGreen100base: GuitRefColorGreen100base,
|
|
566
|
-
GuitRefColorGreen200: GuitRefColorGreen200,
|
|
567
|
-
GuitRefColorGreen300: GuitRefColorGreen300,
|
|
568
|
-
GuitRefColorGreen40: GuitRefColorGreen40,
|
|
569
|
-
GuitRefColorGreen400: GuitRefColorGreen400,
|
|
570
|
-
GuitRefColorGreen500: GuitRefColorGreen500,
|
|
571
|
-
GuitRefColorGreen60: GuitRefColorGreen60,
|
|
572
|
-
GuitRefColorGreen80: GuitRefColorGreen80,
|
|
573
|
-
GuitRefColorLagoon100: GuitRefColorLagoon100,
|
|
574
|
-
GuitRefColorLagoon200: GuitRefColorLagoon200,
|
|
575
|
-
GuitRefColorLagoon300base: GuitRefColorLagoon300base,
|
|
576
|
-
GuitRefColorLagoon40: GuitRefColorLagoon40,
|
|
577
|
-
GuitRefColorLagoon400: GuitRefColorLagoon400,
|
|
578
|
-
GuitRefColorLagoon500: GuitRefColorLagoon500,
|
|
579
|
-
GuitRefColorLagoon60: GuitRefColorLagoon60,
|
|
580
|
-
GuitRefColorLagoon80: GuitRefColorLagoon80,
|
|
581
|
-
GuitRefColorMagenta100: GuitRefColorMagenta100,
|
|
582
|
-
GuitRefColorMagenta200: GuitRefColorMagenta200,
|
|
583
|
-
GuitRefColorMagenta300: GuitRefColorMagenta300,
|
|
584
|
-
GuitRefColorMagenta40: GuitRefColorMagenta40,
|
|
585
|
-
GuitRefColorMagenta400: GuitRefColorMagenta400,
|
|
586
|
-
GuitRefColorMagenta500base: GuitRefColorMagenta500base,
|
|
587
|
-
GuitRefColorMagenta60: GuitRefColorMagenta60,
|
|
588
|
-
GuitRefColorMagenta80: GuitRefColorMagenta80,
|
|
589
|
-
GuitRefColorNeutral0: GuitRefColorNeutral0,
|
|
590
|
-
GuitRefColorNeutral10: GuitRefColorNeutral10,
|
|
591
|
-
GuitRefColorNeutral100: GuitRefColorNeutral100,
|
|
592
|
-
GuitRefColorNeutral20: GuitRefColorNeutral20,
|
|
593
|
-
GuitRefColorNeutral300: GuitRefColorNeutral300,
|
|
594
|
-
GuitRefColorNeutral40: GuitRefColorNeutral40,
|
|
595
|
-
GuitRefColorNeutral500: GuitRefColorNeutral500,
|
|
596
|
-
GuitRefColorNeutral60: GuitRefColorNeutral60,
|
|
597
|
-
GuitRefColorNeutral600: GuitRefColorNeutral600,
|
|
598
|
-
GuitRefColorNeutral700: GuitRefColorNeutral700,
|
|
599
|
-
GuitRefColorNeutral80: GuitRefColorNeutral80,
|
|
600
|
-
GuitRefColorNeutral800base: GuitRefColorNeutral800base,
|
|
601
|
-
GuitRefColorOrange100: GuitRefColorOrange100,
|
|
602
|
-
GuitRefColorOrange200: GuitRefColorOrange200,
|
|
603
|
-
GuitRefColorOrange300: GuitRefColorOrange300,
|
|
604
|
-
GuitRefColorOrange40: GuitRefColorOrange40,
|
|
605
|
-
GuitRefColorOrange400: GuitRefColorOrange400,
|
|
606
|
-
GuitRefColorOrange500: GuitRefColorOrange500,
|
|
607
|
-
GuitRefColorOrange60: GuitRefColorOrange60,
|
|
608
|
-
GuitRefColorOrange80base: GuitRefColorOrange80base,
|
|
609
|
-
GuitRefColorPurple100: GuitRefColorPurple100,
|
|
610
|
-
GuitRefColorPurple200: GuitRefColorPurple200,
|
|
611
|
-
GuitRefColorPurple300base: GuitRefColorPurple300base,
|
|
612
|
-
GuitRefColorPurple40: GuitRefColorPurple40,
|
|
613
|
-
GuitRefColorPurple400: GuitRefColorPurple400,
|
|
614
|
-
GuitRefColorPurple500: GuitRefColorPurple500,
|
|
615
|
-
GuitRefColorPurple60: GuitRefColorPurple60,
|
|
616
|
-
GuitRefColorPurple80: GuitRefColorPurple80,
|
|
617
|
-
GuitRefColorRed100: GuitRefColorRed100,
|
|
618
|
-
GuitRefColorRed200base: GuitRefColorRed200base,
|
|
619
|
-
GuitRefColorRed300: GuitRefColorRed300,
|
|
620
|
-
GuitRefColorRed40: GuitRefColorRed40,
|
|
621
|
-
GuitRefColorRed400: GuitRefColorRed400,
|
|
622
|
-
GuitRefColorRed500: GuitRefColorRed500,
|
|
623
|
-
GuitRefColorRed60: GuitRefColorRed60,
|
|
624
|
-
GuitRefColorRed80: GuitRefColorRed80,
|
|
625
|
-
GuitRefColorSlate100: GuitRefColorSlate100,
|
|
626
|
-
GuitRefColorSlate200: GuitRefColorSlate200,
|
|
627
|
-
GuitRefColorSlate300: GuitRefColorSlate300,
|
|
628
|
-
GuitRefColorSlate40: GuitRefColorSlate40,
|
|
629
|
-
GuitRefColorSlate400: GuitRefColorSlate400,
|
|
630
|
-
GuitRefColorSlate500base: GuitRefColorSlate500base,
|
|
631
|
-
GuitRefColorSlate60: GuitRefColorSlate60,
|
|
632
|
-
GuitRefColorSlate80: GuitRefColorSlate80,
|
|
633
|
-
GuitRefColorTransparentNeutral00: GuitRefColorTransparentNeutral00,
|
|
634
|
-
GuitRefColorTransparentNeutral010: GuitRefColorTransparentNeutral010,
|
|
635
|
-
GuitRefColorTransparentNeutral020: GuitRefColorTransparentNeutral020,
|
|
636
|
-
GuitRefColorTransparentNeutral030: GuitRefColorTransparentNeutral030,
|
|
637
|
-
GuitRefColorTransparentNeutral040: GuitRefColorTransparentNeutral040,
|
|
638
|
-
GuitRefColorTransparentNeutral8000: GuitRefColorTransparentNeutral8000,
|
|
639
|
-
GuitRefColorTransparentNeutral80010: GuitRefColorTransparentNeutral80010,
|
|
640
|
-
GuitRefColorTransparentNeutral80020: GuitRefColorTransparentNeutral80020,
|
|
641
|
-
GuitRefColorTransparentNeutral80030: GuitRefColorTransparentNeutral80030,
|
|
642
|
-
GuitRefColorTransparentNeutral80040: GuitRefColorTransparentNeutral80040,
|
|
643
|
-
GuitRefColorTransparentNeutral80080: GuitRefColorTransparentNeutral80080,
|
|
644
|
-
GuitRefFontFamilyArmenian: GuitRefFontFamilyArmenian,
|
|
645
|
-
GuitRefFontFamilyLatin: GuitRefFontFamilyLatin,
|
|
646
|
-
GuitRefFontFamilyMonospace: GuitRefFontFamilyMonospace,
|
|
647
|
-
GuitRefFontLetterSpacing03: GuitRefFontLetterSpacing03,
|
|
648
|
-
GuitRefFontLetterSpacingNone: GuitRefFontLetterSpacingNone,
|
|
649
|
-
GuitRefFontLineHeight100: GuitRefFontLineHeight100,
|
|
650
|
-
GuitRefFontLineHeight120: GuitRefFontLineHeight120,
|
|
651
|
-
GuitRefFontLineHeight140: GuitRefFontLineHeight140,
|
|
652
|
-
GuitRefFontLineHeight160: GuitRefFontLineHeight160,
|
|
653
|
-
GuitRefFontLineHeight200: GuitRefFontLineHeight200,
|
|
654
|
-
GuitRefFontLineHeight240: GuitRefFontLineHeight240,
|
|
655
|
-
GuitRefFontLineHeight320: GuitRefFontLineHeight320,
|
|
656
|
-
GuitRefFontLineHeight70: GuitRefFontLineHeight70,
|
|
657
|
-
GuitRefFontLineHeight80: GuitRefFontLineHeight80,
|
|
658
|
-
GuitRefFontLineHeight90: GuitRefFontLineHeight90,
|
|
659
|
-
GuitRefFontSize100: GuitRefFontSize100,
|
|
660
|
-
GuitRefFontSize120: GuitRefFontSize120,
|
|
661
|
-
GuitRefFontSize140: GuitRefFontSize140,
|
|
662
|
-
GuitRefFontSize160: GuitRefFontSize160,
|
|
663
|
-
GuitRefFontSize200: GuitRefFontSize200,
|
|
664
|
-
GuitRefFontSize240: GuitRefFontSize240,
|
|
665
|
-
GuitRefFontSize50: GuitRefFontSize50,
|
|
666
|
-
GuitRefFontSize60: GuitRefFontSize60,
|
|
667
|
-
GuitRefFontSize70: GuitRefFontSize70,
|
|
668
|
-
GuitRefFontSize80: GuitRefFontSize80,
|
|
669
|
-
GuitRefFontSize90: GuitRefFontSize90,
|
|
670
|
-
GuitRefFontTextAlignCenter: GuitRefFontTextAlignCenter,
|
|
671
|
-
GuitRefFontTextAlignLeft: GuitRefFontTextAlignLeft,
|
|
672
|
-
GuitRefFontTextAlignRight: GuitRefFontTextAlignRight,
|
|
673
|
-
GuitRefFontTextCaseUppercase: GuitRefFontTextCaseUppercase,
|
|
674
|
-
GuitRefFontTextDecorationStrike: GuitRefFontTextDecorationStrike,
|
|
675
|
-
GuitRefFontTextDecorationUnderline: GuitRefFontTextDecorationUnderline,
|
|
676
|
-
GuitRefFontWeightMedium: GuitRefFontWeightMedium,
|
|
677
|
-
GuitRefFontWeightRegular: GuitRefFontWeightRegular,
|
|
678
|
-
GuitRefFontWeightSemibold: GuitRefFontWeightSemibold,
|
|
679
|
-
GuitRefMotionDurationMicro: GuitRefMotionDurationMicro,
|
|
680
|
-
GuitRefMotionDurationModerate: GuitRefMotionDurationModerate,
|
|
681
|
-
GuitRefMotionDurationModerateMacro: GuitRefMotionDurationModerateMacro,
|
|
682
|
-
GuitRefMotionDurationSlow: GuitRefMotionDurationSlow,
|
|
683
|
-
GuitRefMotionDurationSlowMacro: GuitRefMotionDurationSlowMacro,
|
|
684
|
-
GuitRefMotionEasingInput: GuitRefMotionEasingInput,
|
|
685
|
-
GuitRefMotionEasingInputAndOutput: GuitRefMotionEasingInputAndOutput,
|
|
686
|
-
GuitRefMotionEasingOutput: GuitRefMotionEasingOutput,
|
|
687
|
-
GuitRefMotionEasingStandard: GuitRefMotionEasingStandard,
|
|
688
|
-
GuitRefRadius2xsmall: GuitRefRadius2xsmall,
|
|
689
|
-
GuitRefRadius3xsmall: GuitRefRadius3xsmall,
|
|
690
|
-
GuitRefRadius4xsmall: GuitRefRadius4xsmall,
|
|
691
|
-
GuitRefRadiusFull: GuitRefRadiusFull,
|
|
692
|
-
GuitRefRadiusMedium: GuitRefRadiusMedium,
|
|
693
|
-
GuitRefRadiusNone: GuitRefRadiusNone,
|
|
694
|
-
GuitRefRadiusSmall: GuitRefRadiusSmall,
|
|
695
|
-
GuitRefRadiusXsmall: GuitRefRadiusXsmall,
|
|
696
|
-
GuitRefShadowBlur2xsmall: GuitRefShadowBlur2xsmall,
|
|
697
|
-
GuitRefShadowBlurMedium: GuitRefShadowBlurMedium,
|
|
698
|
-
GuitRefShadowBlurNone: GuitRefShadowBlurNone,
|
|
699
|
-
GuitRefShadowBlurSmall: GuitRefShadowBlurSmall,
|
|
700
|
-
GuitRefShadowBlurXsmall: GuitRefShadowBlurXsmall,
|
|
701
|
-
GuitRefShadowPositioning2xsmall: GuitRefShadowPositioning2xsmall,
|
|
702
|
-
GuitRefShadowPositioningNegative2xsmall: GuitRefShadowPositioningNegative2xsmall,
|
|
703
|
-
GuitRefShadowPositioningNone: GuitRefShadowPositioningNone,
|
|
704
|
-
GuitRefShadowPositioningSmall: GuitRefShadowPositioningSmall,
|
|
705
|
-
GuitRefShadowPositioningXsmall: GuitRefShadowPositioningXsmall,
|
|
706
|
-
GuitRefShadowSpread2xsmall: GuitRefShadowSpread2xsmall,
|
|
707
|
-
GuitRefShadowSpreadNegativeXsmall: GuitRefShadowSpreadNegativeXsmall,
|
|
708
|
-
GuitRefShadowSpreadNone: GuitRefShadowSpreadNone,
|
|
709
|
-
GuitRefShadowSpreadXsmall: GuitRefShadowSpreadXsmall,
|
|
710
|
-
GuitRefSizing2xlarge: GuitRefSizing2xlarge,
|
|
711
|
-
GuitRefSizing2xsmall: GuitRefSizing2xsmall,
|
|
712
|
-
GuitRefSizing3xlarge: GuitRefSizing3xlarge,
|
|
713
|
-
GuitRefSizing3xsmall: GuitRefSizing3xsmall,
|
|
714
|
-
GuitRefSizing4xlarge: GuitRefSizing4xlarge,
|
|
715
|
-
GuitRefSizing4xsmall: GuitRefSizing4xsmall,
|
|
716
|
-
GuitRefSizing5xlarge: GuitRefSizing5xlarge,
|
|
717
|
-
GuitRefSizing6xlarge: GuitRefSizing6xlarge,
|
|
718
|
-
GuitRefSizing7xl: GuitRefSizing7xl,
|
|
719
|
-
GuitRefSizingLarge: GuitRefSizingLarge,
|
|
720
|
-
GuitRefSizingLargeNudge: GuitRefSizingLargeNudge,
|
|
721
|
-
GuitRefSizingMedium: GuitRefSizingMedium,
|
|
722
|
-
GuitRefSizingMediumNudge: GuitRefSizingMediumNudge,
|
|
723
|
-
GuitRefSizingNone: GuitRefSizingNone,
|
|
724
|
-
GuitRefSizingSmall: GuitRefSizingSmall,
|
|
725
|
-
GuitRefSizingSmallNudge: GuitRefSizingSmallNudge,
|
|
726
|
-
GuitRefSizingXlarge: GuitRefSizingXlarge,
|
|
727
|
-
GuitRefSizingXsmall: GuitRefSizingXsmall,
|
|
728
|
-
GuitRefSpacing10xlarge: GuitRefSpacing10xlarge,
|
|
729
|
-
GuitRefSpacing11xlarge: GuitRefSpacing11xlarge,
|
|
730
|
-
GuitRefSpacing2xlarge: GuitRefSpacing2xlarge,
|
|
731
|
-
GuitRefSpacing2xsmall: GuitRefSpacing2xsmall,
|
|
732
|
-
GuitRefSpacing3xlarge: GuitRefSpacing3xlarge,
|
|
733
|
-
GuitRefSpacing3xsmall: GuitRefSpacing3xsmall,
|
|
734
|
-
GuitRefSpacing4xlarge: GuitRefSpacing4xlarge,
|
|
735
|
-
GuitRefSpacing4xsmall: GuitRefSpacing4xsmall,
|
|
736
|
-
GuitRefSpacing5xlarge: GuitRefSpacing5xlarge,
|
|
737
|
-
GuitRefSpacing6xlarge: GuitRefSpacing6xlarge,
|
|
738
|
-
GuitRefSpacing7xlarge: GuitRefSpacing7xlarge,
|
|
739
|
-
GuitRefSpacing8xlarge: GuitRefSpacing8xlarge,
|
|
740
|
-
GuitRefSpacing9xlarge: GuitRefSpacing9xlarge,
|
|
741
|
-
GuitRefSpacingLarge: GuitRefSpacingLarge,
|
|
742
|
-
GuitRefSpacingMedium: GuitRefSpacingMedium,
|
|
743
|
-
GuitRefSpacingNone: GuitRefSpacingNone,
|
|
744
|
-
GuitRefSpacingSmall: GuitRefSpacingSmall,
|
|
745
|
-
GuitRefSpacingXlarge: GuitRefSpacingXlarge,
|
|
746
|
-
GuitRefSpacingXsmall: GuitRefSpacingXsmall,
|
|
747
|
-
GuitSemBorderDefaultStyle: GuitSemBorderDefaultStyle,
|
|
748
|
-
GuitSemBorderDefaultWidth: GuitSemBorderDefaultWidth,
|
|
749
|
-
GuitSemBorderFocusStyle: GuitSemBorderFocusStyle,
|
|
750
|
-
GuitSemBorderFocusWidth: GuitSemBorderFocusWidth,
|
|
751
|
-
GuitSemBorderHighlightStyle: GuitSemBorderHighlightStyle,
|
|
752
|
-
GuitSemBorderHighlightWidth: GuitSemBorderHighlightWidth,
|
|
753
|
-
GuitSemColorBackgroundAccentBlue1: GuitSemColorBackgroundAccentBlue1,
|
|
754
|
-
GuitSemColorBackgroundAccentBlue2: GuitSemColorBackgroundAccentBlue2,
|
|
755
|
-
GuitSemColorBackgroundAccentGreen1: GuitSemColorBackgroundAccentGreen1,
|
|
756
|
-
GuitSemColorBackgroundAccentGreen2: GuitSemColorBackgroundAccentGreen2,
|
|
757
|
-
GuitSemColorBackgroundAccentLagoon1: GuitSemColorBackgroundAccentLagoon1,
|
|
758
|
-
GuitSemColorBackgroundAccentLagoon2: GuitSemColorBackgroundAccentLagoon2,
|
|
759
|
-
GuitSemColorBackgroundAccentMagenta1: GuitSemColorBackgroundAccentMagenta1,
|
|
760
|
-
GuitSemColorBackgroundAccentMagenta2: GuitSemColorBackgroundAccentMagenta2,
|
|
761
|
-
GuitSemColorBackgroundAccentOrange1: GuitSemColorBackgroundAccentOrange1,
|
|
762
|
-
GuitSemColorBackgroundAccentOrange2: GuitSemColorBackgroundAccentOrange2,
|
|
763
|
-
GuitSemColorBackgroundAccentPurple1: GuitSemColorBackgroundAccentPurple1,
|
|
764
|
-
GuitSemColorBackgroundAccentPurple2: GuitSemColorBackgroundAccentPurple2,
|
|
765
|
-
GuitSemColorBackgroundAccentRed1: GuitSemColorBackgroundAccentRed1,
|
|
766
|
-
GuitSemColorBackgroundAccentRed2: GuitSemColorBackgroundAccentRed2,
|
|
767
|
-
GuitSemColorBackgroundAccentSlate1: GuitSemColorBackgroundAccentSlate1,
|
|
768
|
-
GuitSemColorBackgroundAccentSlate2: GuitSemColorBackgroundAccentSlate2,
|
|
769
|
-
GuitSemColorBackgroundBrand1: GuitSemColorBackgroundBrand1,
|
|
770
|
-
GuitSemColorBackgroundBrand1Hover: GuitSemColorBackgroundBrand1Hover,
|
|
771
|
-
GuitSemColorBackgroundBrand1Pressed: GuitSemColorBackgroundBrand1Pressed,
|
|
772
|
-
GuitSemColorBackgroundBrand2: GuitSemColorBackgroundBrand2,
|
|
773
|
-
GuitSemColorBackgroundBrand2Hover: GuitSemColorBackgroundBrand2Hover,
|
|
774
|
-
GuitSemColorBackgroundBrand2Pressed: GuitSemColorBackgroundBrand2Pressed,
|
|
775
|
-
GuitSemColorBackgroundDisabled: GuitSemColorBackgroundDisabled,
|
|
776
|
-
GuitSemColorBackgroundError1: GuitSemColorBackgroundError1,
|
|
777
|
-
GuitSemColorBackgroundError1Hover: GuitSemColorBackgroundError1Hover,
|
|
778
|
-
GuitSemColorBackgroundError1Pressed: GuitSemColorBackgroundError1Pressed,
|
|
779
|
-
GuitSemColorBackgroundError2: GuitSemColorBackgroundError2,
|
|
780
|
-
GuitSemColorBackgroundError2Hover: GuitSemColorBackgroundError2Hover,
|
|
781
|
-
GuitSemColorBackgroundError2Pressed: GuitSemColorBackgroundError2Pressed,
|
|
782
|
-
GuitSemColorBackgroundInformative: GuitSemColorBackgroundInformative,
|
|
783
|
-
GuitSemColorBackgroundInverse: GuitSemColorBackgroundInverse,
|
|
784
|
-
GuitSemColorBackgroundInverseHover: GuitSemColorBackgroundInverseHover,
|
|
785
|
-
GuitSemColorBackgroundInversePressed: GuitSemColorBackgroundInversePressed,
|
|
786
|
-
GuitSemColorBackgroundNeutral1: GuitSemColorBackgroundNeutral1,
|
|
787
|
-
GuitSemColorBackgroundNeutral1Hover: GuitSemColorBackgroundNeutral1Hover,
|
|
788
|
-
GuitSemColorBackgroundNeutral1Nudge: GuitSemColorBackgroundNeutral1Nudge,
|
|
789
|
-
GuitSemColorBackgroundNeutral1NudgeHover: GuitSemColorBackgroundNeutral1NudgeHover,
|
|
790
|
-
GuitSemColorBackgroundNeutral1NudgePressed: GuitSemColorBackgroundNeutral1NudgePressed,
|
|
791
|
-
GuitSemColorBackgroundNeutral1Pressed: GuitSemColorBackgroundNeutral1Pressed,
|
|
792
|
-
GuitSemColorBackgroundNeutral2: GuitSemColorBackgroundNeutral2,
|
|
793
|
-
GuitSemColorBackgroundNeutral3: GuitSemColorBackgroundNeutral3,
|
|
794
|
-
GuitSemColorBackgroundNeutral3Hover: GuitSemColorBackgroundNeutral3Hover,
|
|
795
|
-
GuitSemColorBackgroundNeutral3Pressed: GuitSemColorBackgroundNeutral3Pressed,
|
|
796
|
-
GuitSemColorBackgroundNeutral4: GuitSemColorBackgroundNeutral4,
|
|
797
|
-
GuitSemColorBackgroundNeutral5: GuitSemColorBackgroundNeutral5,
|
|
798
|
-
GuitSemColorBackgroundRecommendation1: GuitSemColorBackgroundRecommendation1,
|
|
799
|
-
GuitSemColorBackgroundRecommendation2: GuitSemColorBackgroundRecommendation2,
|
|
800
|
-
GuitSemColorBackgroundSelected1: GuitSemColorBackgroundSelected1,
|
|
801
|
-
GuitSemColorBackgroundSelected1Hover: GuitSemColorBackgroundSelected1Hover,
|
|
802
|
-
GuitSemColorBackgroundSelected1Pressed: GuitSemColorBackgroundSelected1Pressed,
|
|
803
|
-
GuitSemColorBackgroundSelected2: GuitSemColorBackgroundSelected2,
|
|
804
|
-
GuitSemColorBackgroundSelected2Hover: GuitSemColorBackgroundSelected2Hover,
|
|
805
|
-
GuitSemColorBackgroundSelected2Pressed: GuitSemColorBackgroundSelected2Pressed,
|
|
806
|
-
GuitSemColorBackgroundSuccess1: GuitSemColorBackgroundSuccess1,
|
|
807
|
-
GuitSemColorBackgroundSuccess1Hover: GuitSemColorBackgroundSuccess1Hover,
|
|
808
|
-
GuitSemColorBackgroundSuccess1Pressed: GuitSemColorBackgroundSuccess1Pressed,
|
|
809
|
-
GuitSemColorBackgroundSuccess2: GuitSemColorBackgroundSuccess2,
|
|
810
|
-
GuitSemColorBackgroundSuccess2Hover: GuitSemColorBackgroundSuccess2Hover,
|
|
811
|
-
GuitSemColorBackgroundSuccess2Pressed: GuitSemColorBackgroundSuccess2Pressed,
|
|
812
|
-
GuitSemColorBackgroundTransparent1: GuitSemColorBackgroundTransparent1,
|
|
813
|
-
GuitSemColorBackgroundTransparent1Hover: GuitSemColorBackgroundTransparent1Hover,
|
|
814
|
-
GuitSemColorBackgroundTransparent1Pressed: GuitSemColorBackgroundTransparent1Pressed,
|
|
815
|
-
GuitSemColorBackgroundTransparent2: GuitSemColorBackgroundTransparent2,
|
|
816
|
-
GuitSemColorBackgroundTransparentInverse1: GuitSemColorBackgroundTransparentInverse1,
|
|
817
|
-
GuitSemColorBackgroundTransparentInverse1Hover: GuitSemColorBackgroundTransparentInverse1Hover,
|
|
818
|
-
GuitSemColorBackgroundTransparentInverse1Pressed: GuitSemColorBackgroundTransparentInverse1Pressed,
|
|
819
|
-
GuitSemColorBackgroundTransparentInverse2: GuitSemColorBackgroundTransparentInverse2,
|
|
820
|
-
GuitSemColorBackgroundTransparentInverse2Hover: GuitSemColorBackgroundTransparentInverse2Hover,
|
|
821
|
-
GuitSemColorBackgroundTransparentInverse2Pressed: GuitSemColorBackgroundTransparentInverse2Pressed,
|
|
822
|
-
GuitSemColorBackgroundTransparentInverseDisabled: GuitSemColorBackgroundTransparentInverseDisabled,
|
|
823
|
-
GuitSemColorBackgroundTransparentInverseDisabled2: GuitSemColorBackgroundTransparentInverseDisabled2,
|
|
824
|
-
GuitSemColorBackgroundTransparentOverlay: GuitSemColorBackgroundTransparentOverlay,
|
|
825
|
-
GuitSemColorBackgroundTransparentOverlayNotheme1: GuitSemColorBackgroundTransparentOverlayNotheme1,
|
|
826
|
-
GuitSemColorBackgroundTransparentOverlayNotheme2: GuitSemColorBackgroundTransparentOverlayNotheme2,
|
|
827
|
-
GuitSemColorBackgroundWarning1: GuitSemColorBackgroundWarning1,
|
|
828
|
-
GuitSemColorBackgroundWarning2: GuitSemColorBackgroundWarning2,
|
|
829
|
-
GuitSemColorBorderAccentBlue: GuitSemColorBorderAccentBlue,
|
|
830
|
-
GuitSemColorBorderAccentGreen: GuitSemColorBorderAccentGreen,
|
|
831
|
-
GuitSemColorBorderAccentLagoon: GuitSemColorBorderAccentLagoon,
|
|
832
|
-
GuitSemColorBorderAccentMagenta: GuitSemColorBorderAccentMagenta,
|
|
833
|
-
GuitSemColorBorderAccentOrange: GuitSemColorBorderAccentOrange,
|
|
834
|
-
GuitSemColorBorderAccentPurple: GuitSemColorBorderAccentPurple,
|
|
835
|
-
GuitSemColorBorderAccentRed: GuitSemColorBorderAccentRed,
|
|
836
|
-
GuitSemColorBorderAccentSlate: GuitSemColorBorderAccentSlate,
|
|
837
|
-
GuitSemColorBorderBrand: GuitSemColorBorderBrand,
|
|
838
|
-
GuitSemColorBorderBrandHover: GuitSemColorBorderBrandHover,
|
|
839
|
-
GuitSemColorBorderBrandPressed: GuitSemColorBorderBrandPressed,
|
|
840
|
-
GuitSemColorBorderDisabled1: GuitSemColorBorderDisabled1,
|
|
841
|
-
GuitSemColorBorderDisabled2: GuitSemColorBorderDisabled2,
|
|
842
|
-
GuitSemColorBorderError: GuitSemColorBorderError,
|
|
843
|
-
GuitSemColorBorderFocus: GuitSemColorBorderFocus,
|
|
844
|
-
GuitSemColorBorderInformative: GuitSemColorBorderInformative,
|
|
845
|
-
GuitSemColorBorderInverse: GuitSemColorBorderInverse,
|
|
846
|
-
GuitSemColorBorderInverseDisabled: GuitSemColorBorderInverseDisabled,
|
|
847
|
-
GuitSemColorBorderNeutral1: GuitSemColorBorderNeutral1,
|
|
848
|
-
GuitSemColorBorderNeutral2: GuitSemColorBorderNeutral2,
|
|
849
|
-
GuitSemColorBorderNeutral3: GuitSemColorBorderNeutral3,
|
|
850
|
-
GuitSemColorBorderNeutral4: GuitSemColorBorderNeutral4,
|
|
851
|
-
GuitSemColorBorderRecommendation: GuitSemColorBorderRecommendation,
|
|
852
|
-
GuitSemColorBorderSelected: GuitSemColorBorderSelected,
|
|
853
|
-
GuitSemColorBorderSelectedHover: GuitSemColorBorderSelectedHover,
|
|
854
|
-
GuitSemColorBorderSelectedPressed: GuitSemColorBorderSelectedPressed,
|
|
855
|
-
GuitSemColorBorderSuccess: GuitSemColorBorderSuccess,
|
|
856
|
-
GuitSemColorBorderWarning: GuitSemColorBorderWarning,
|
|
857
|
-
GuitSemColorFloating1Rgba1: GuitSemColorFloating1Rgba1,
|
|
858
|
-
GuitSemColorFloating1Rgba2: GuitSemColorFloating1Rgba2,
|
|
859
|
-
GuitSemColorFloating2Rgba1: GuitSemColorFloating2Rgba1,
|
|
860
|
-
GuitSemColorFloating2Rgba2: GuitSemColorFloating2Rgba2,
|
|
861
|
-
GuitSemColorFloating3Rgba1: GuitSemColorFloating3Rgba1,
|
|
862
|
-
GuitSemColorFloating3Rgba2: GuitSemColorFloating3Rgba2,
|
|
863
|
-
GuitSemColorForegroundAccentBlue: GuitSemColorForegroundAccentBlue,
|
|
864
|
-
GuitSemColorForegroundAccentGreen: GuitSemColorForegroundAccentGreen,
|
|
865
|
-
GuitSemColorForegroundAccentLagoon: GuitSemColorForegroundAccentLagoon,
|
|
866
|
-
GuitSemColorForegroundAccentMagenta: GuitSemColorForegroundAccentMagenta,
|
|
867
|
-
GuitSemColorForegroundAccentOrange1: GuitSemColorForegroundAccentOrange1,
|
|
868
|
-
GuitSemColorForegroundAccentOrange2: GuitSemColorForegroundAccentOrange2,
|
|
869
|
-
GuitSemColorForegroundAccentPurple: GuitSemColorForegroundAccentPurple,
|
|
870
|
-
GuitSemColorForegroundAccentRed: GuitSemColorForegroundAccentRed,
|
|
871
|
-
GuitSemColorForegroundAccentSlate: GuitSemColorForegroundAccentSlate,
|
|
872
|
-
GuitSemColorForegroundBrand: GuitSemColorForegroundBrand,
|
|
873
|
-
GuitSemColorForegroundBrandHover: GuitSemColorForegroundBrandHover,
|
|
874
|
-
GuitSemColorForegroundBrandPressed: GuitSemColorForegroundBrandPressed,
|
|
875
|
-
GuitSemColorForegroundDisabled: GuitSemColorForegroundDisabled,
|
|
876
|
-
GuitSemColorForegroundError: GuitSemColorForegroundError,
|
|
877
|
-
GuitSemColorForegroundInformative: GuitSemColorForegroundInformative,
|
|
878
|
-
GuitSemColorForegroundInverse: GuitSemColorForegroundInverse,
|
|
879
|
-
GuitSemColorForegroundInverseDisabled: GuitSemColorForegroundInverseDisabled,
|
|
880
|
-
GuitSemColorForegroundInverseHover: GuitSemColorForegroundInverseHover,
|
|
881
|
-
GuitSemColorForegroundInverseNotheme: GuitSemColorForegroundInverseNotheme,
|
|
882
|
-
GuitSemColorForegroundInversePressed: GuitSemColorForegroundInversePressed,
|
|
883
|
-
GuitSemColorForegroundNeutral1: GuitSemColorForegroundNeutral1,
|
|
884
|
-
GuitSemColorForegroundNeutral2: GuitSemColorForegroundNeutral2,
|
|
885
|
-
GuitSemColorForegroundNeutral2Hover: GuitSemColorForegroundNeutral2Hover,
|
|
886
|
-
GuitSemColorForegroundNeutral2Notheme: GuitSemColorForegroundNeutral2Notheme,
|
|
887
|
-
GuitSemColorForegroundNeutral2Pressed: GuitSemColorForegroundNeutral2Pressed,
|
|
888
|
-
GuitSemColorForegroundRecommendation: GuitSemColorForegroundRecommendation,
|
|
889
|
-
GuitSemColorForegroundSelected: GuitSemColorForegroundSelected,
|
|
890
|
-
GuitSemColorForegroundSelectedHover: GuitSemColorForegroundSelectedHover,
|
|
891
|
-
GuitSemColorForegroundSelectedPressed: GuitSemColorForegroundSelectedPressed,
|
|
892
|
-
GuitSemColorForegroundSuccess: GuitSemColorForegroundSuccess,
|
|
893
|
-
GuitSemColorForegroundWarning: GuitSemColorForegroundWarning,
|
|
894
|
-
GuitSemColorRaisedBottomRgba: GuitSemColorRaisedBottomRgba,
|
|
895
|
-
GuitSemColorRaisedTopRgba: GuitSemColorRaisedTopRgba,
|
|
896
|
-
GuitSemColorSurfaceNeutral1: GuitSemColorSurfaceNeutral1,
|
|
897
|
-
GuitSemColorSurfaceNeutral2: GuitSemColorSurfaceNeutral2,
|
|
898
|
-
GuitSemDimensionHeight2xlarge: GuitSemDimensionHeight2xlarge,
|
|
899
|
-
GuitSemDimensionHeight2xsmall: GuitSemDimensionHeight2xsmall,
|
|
900
|
-
GuitSemDimensionHeight3xlarge: GuitSemDimensionHeight3xlarge,
|
|
901
|
-
GuitSemDimensionHeight3xsmall: GuitSemDimensionHeight3xsmall,
|
|
902
|
-
GuitSemDimensionHeight4xlarge: GuitSemDimensionHeight4xlarge,
|
|
903
|
-
GuitSemDimensionHeight4xsmall: GuitSemDimensionHeight4xsmall,
|
|
904
|
-
GuitSemDimensionHeight5xlarge: GuitSemDimensionHeight5xlarge,
|
|
905
|
-
GuitSemDimensionHeight6xlarge: GuitSemDimensionHeight6xlarge,
|
|
906
|
-
GuitSemDimensionHeight7xlarge: GuitSemDimensionHeight7xlarge,
|
|
907
|
-
GuitSemDimensionHeightLarge: GuitSemDimensionHeightLarge,
|
|
908
|
-
GuitSemDimensionHeightLargeNudge: GuitSemDimensionHeightLargeNudge,
|
|
909
|
-
GuitSemDimensionHeightMedium: GuitSemDimensionHeightMedium,
|
|
910
|
-
GuitSemDimensionHeightMediumNudge: GuitSemDimensionHeightMediumNudge,
|
|
911
|
-
GuitSemDimensionHeightNone: GuitSemDimensionHeightNone,
|
|
912
|
-
GuitSemDimensionHeightSmall: GuitSemDimensionHeightSmall,
|
|
913
|
-
GuitSemDimensionHeightSmallNudge: GuitSemDimensionHeightSmallNudge,
|
|
914
|
-
GuitSemDimensionHeightXlarge: GuitSemDimensionHeightXlarge,
|
|
915
|
-
GuitSemDimensionHeightXsmall: GuitSemDimensionHeightXsmall,
|
|
916
|
-
GuitSemDimensionWidth2xlarge: GuitSemDimensionWidth2xlarge,
|
|
917
|
-
GuitSemDimensionWidth2xsmall: GuitSemDimensionWidth2xsmall,
|
|
918
|
-
GuitSemDimensionWidth3xlarge: GuitSemDimensionWidth3xlarge,
|
|
919
|
-
GuitSemDimensionWidth3xsmall: GuitSemDimensionWidth3xsmall,
|
|
920
|
-
GuitSemDimensionWidth4xlarge: GuitSemDimensionWidth4xlarge,
|
|
921
|
-
GuitSemDimensionWidth4xsmall: GuitSemDimensionWidth4xsmall,
|
|
922
|
-
GuitSemDimensionWidth5xlarge: GuitSemDimensionWidth5xlarge,
|
|
923
|
-
GuitSemDimensionWidth6xlarge: GuitSemDimensionWidth6xlarge,
|
|
924
|
-
GuitSemDimensionWidth7xlarge: GuitSemDimensionWidth7xlarge,
|
|
925
|
-
GuitSemDimensionWidthLarge: GuitSemDimensionWidthLarge,
|
|
926
|
-
GuitSemDimensionWidthLargeNudge: GuitSemDimensionWidthLargeNudge,
|
|
927
|
-
GuitSemDimensionWidthMedium: GuitSemDimensionWidthMedium,
|
|
928
|
-
GuitSemDimensionWidthMediumNudge: GuitSemDimensionWidthMediumNudge,
|
|
929
|
-
GuitSemDimensionWidthNone: GuitSemDimensionWidthNone,
|
|
930
|
-
GuitSemDimensionWidthSmall: GuitSemDimensionWidthSmall,
|
|
931
|
-
GuitSemDimensionWidthSmallNudge: GuitSemDimensionWidthSmallNudge,
|
|
932
|
-
GuitSemDimensionWidthXlarge: GuitSemDimensionWidthXlarge,
|
|
933
|
-
GuitSemDimensionWidthXsmall: GuitSemDimensionWidthXsmall,
|
|
934
|
-
GuitSemFontBodyLargeDefaultMediumFontFamily: GuitSemFontBodyLargeDefaultMediumFontFamily,
|
|
935
|
-
GuitSemFontBodyLargeDefaultMediumFontSize: GuitSemFontBodyLargeDefaultMediumFontSize,
|
|
936
|
-
GuitSemFontBodyLargeDefaultMediumFontWeight: GuitSemFontBodyLargeDefaultMediumFontWeight,
|
|
937
|
-
GuitSemFontBodyLargeDefaultMediumLineHeight: GuitSemFontBodyLargeDefaultMediumLineHeight,
|
|
938
|
-
GuitSemFontBodyLargeDefaultMediumParagraphSpacing: GuitSemFontBodyLargeDefaultMediumParagraphSpacing,
|
|
939
|
-
GuitSemFontBodyLargeDefaultRegularFontFamily: GuitSemFontBodyLargeDefaultRegularFontFamily,
|
|
940
|
-
GuitSemFontBodyLargeDefaultRegularFontSize: GuitSemFontBodyLargeDefaultRegularFontSize,
|
|
941
|
-
GuitSemFontBodyLargeDefaultRegularFontWeight: GuitSemFontBodyLargeDefaultRegularFontWeight,
|
|
942
|
-
GuitSemFontBodyLargeDefaultRegularLineHeight: GuitSemFontBodyLargeDefaultRegularLineHeight,
|
|
943
|
-
GuitSemFontBodyLargeDefaultRegularParagraphSpacing: GuitSemFontBodyLargeDefaultRegularParagraphSpacing,
|
|
944
|
-
GuitSemFontBodyLargeDefaultSemiboldFontFamily: GuitSemFontBodyLargeDefaultSemiboldFontFamily,
|
|
945
|
-
GuitSemFontBodyLargeDefaultSemiboldFontSize: GuitSemFontBodyLargeDefaultSemiboldFontSize,
|
|
946
|
-
GuitSemFontBodyLargeDefaultSemiboldFontWeight: GuitSemFontBodyLargeDefaultSemiboldFontWeight,
|
|
947
|
-
GuitSemFontBodyLargeDefaultSemiboldLineHeight: GuitSemFontBodyLargeDefaultSemiboldLineHeight,
|
|
948
|
-
GuitSemFontBodyLargeDefaultSemiboldParagraphSpacing: GuitSemFontBodyLargeDefaultSemiboldParagraphSpacing,
|
|
949
|
-
GuitSemFontBodyMediumDefaultMediumFontFamily: GuitSemFontBodyMediumDefaultMediumFontFamily,
|
|
950
|
-
GuitSemFontBodyMediumDefaultMediumFontSize: GuitSemFontBodyMediumDefaultMediumFontSize,
|
|
951
|
-
GuitSemFontBodyMediumDefaultMediumFontWeight: GuitSemFontBodyMediumDefaultMediumFontWeight,
|
|
952
|
-
GuitSemFontBodyMediumDefaultMediumLineHeight: GuitSemFontBodyMediumDefaultMediumLineHeight,
|
|
953
|
-
GuitSemFontBodyMediumDefaultMediumParagraphSpacing: GuitSemFontBodyMediumDefaultMediumParagraphSpacing,
|
|
954
|
-
GuitSemFontBodyMediumDefaultRegularFontFamily: GuitSemFontBodyMediumDefaultRegularFontFamily,
|
|
955
|
-
GuitSemFontBodyMediumDefaultRegularFontSize: GuitSemFontBodyMediumDefaultRegularFontSize,
|
|
956
|
-
GuitSemFontBodyMediumDefaultRegularFontWeight: GuitSemFontBodyMediumDefaultRegularFontWeight,
|
|
957
|
-
GuitSemFontBodyMediumDefaultRegularLineHeight: GuitSemFontBodyMediumDefaultRegularLineHeight,
|
|
958
|
-
GuitSemFontBodyMediumDefaultRegularParagraphSpacing: GuitSemFontBodyMediumDefaultRegularParagraphSpacing,
|
|
959
|
-
GuitSemFontBodyMediumDefaultSemiboldFontFamily: GuitSemFontBodyMediumDefaultSemiboldFontFamily,
|
|
960
|
-
GuitSemFontBodyMediumDefaultSemiboldFontSize: GuitSemFontBodyMediumDefaultSemiboldFontSize,
|
|
961
|
-
GuitSemFontBodyMediumDefaultSemiboldFontWeight: GuitSemFontBodyMediumDefaultSemiboldFontWeight,
|
|
962
|
-
GuitSemFontBodyMediumDefaultSemiboldLineHeight: GuitSemFontBodyMediumDefaultSemiboldLineHeight,
|
|
963
|
-
GuitSemFontBodyMediumDefaultSemiboldParagraphSpacing: GuitSemFontBodyMediumDefaultSemiboldParagraphSpacing,
|
|
964
|
-
GuitSemFontCaptionLargeMediumFontFamily: GuitSemFontCaptionLargeMediumFontFamily,
|
|
965
|
-
GuitSemFontCaptionLargeMediumFontSize: GuitSemFontCaptionLargeMediumFontSize,
|
|
966
|
-
GuitSemFontCaptionLargeMediumFontWeight: GuitSemFontCaptionLargeMediumFontWeight,
|
|
967
|
-
GuitSemFontCaptionLargeMediumLetterSpacing: GuitSemFontCaptionLargeMediumLetterSpacing,
|
|
968
|
-
GuitSemFontCaptionLargeMediumLineHeight: GuitSemFontCaptionLargeMediumLineHeight,
|
|
969
|
-
GuitSemFontCaptionLargeMediumParagraphSpacing: GuitSemFontCaptionLargeMediumParagraphSpacing,
|
|
970
|
-
GuitSemFontCaptionLargeRegularFontFamily: GuitSemFontCaptionLargeRegularFontFamily,
|
|
971
|
-
GuitSemFontCaptionLargeRegularFontSize: GuitSemFontCaptionLargeRegularFontSize,
|
|
972
|
-
GuitSemFontCaptionLargeRegularFontWeight: GuitSemFontCaptionLargeRegularFontWeight,
|
|
973
|
-
GuitSemFontCaptionLargeRegularLetterSpacing: GuitSemFontCaptionLargeRegularLetterSpacing,
|
|
974
|
-
GuitSemFontCaptionLargeRegularLineHeight: GuitSemFontCaptionLargeRegularLineHeight,
|
|
975
|
-
GuitSemFontCaptionLargeRegularParagraphSpacing: GuitSemFontCaptionLargeRegularParagraphSpacing,
|
|
976
|
-
GuitSemFontCaptionLargeSemiboldFontFamily: GuitSemFontCaptionLargeSemiboldFontFamily,
|
|
977
|
-
GuitSemFontCaptionLargeSemiboldFontSize: GuitSemFontCaptionLargeSemiboldFontSize,
|
|
978
|
-
GuitSemFontCaptionLargeSemiboldFontWeight: GuitSemFontCaptionLargeSemiboldFontWeight,
|
|
979
|
-
GuitSemFontCaptionLargeSemiboldLetterSpacing: GuitSemFontCaptionLargeSemiboldLetterSpacing,
|
|
980
|
-
GuitSemFontCaptionLargeSemiboldLineHeight: GuitSemFontCaptionLargeSemiboldLineHeight,
|
|
981
|
-
GuitSemFontCaptionLargeSemiboldParagraphSpacing: GuitSemFontCaptionLargeSemiboldParagraphSpacing,
|
|
982
|
-
GuitSemFontCaptionMediumMediumFontFamily: GuitSemFontCaptionMediumMediumFontFamily,
|
|
983
|
-
GuitSemFontCaptionMediumMediumFontSize: GuitSemFontCaptionMediumMediumFontSize,
|
|
984
|
-
GuitSemFontCaptionMediumMediumFontWeight: GuitSemFontCaptionMediumMediumFontWeight,
|
|
985
|
-
GuitSemFontCaptionMediumMediumLetterSpacing: GuitSemFontCaptionMediumMediumLetterSpacing,
|
|
986
|
-
GuitSemFontCaptionMediumMediumLineHeight: GuitSemFontCaptionMediumMediumLineHeight,
|
|
987
|
-
GuitSemFontCaptionMediumMediumParagraphSpacing: GuitSemFontCaptionMediumMediumParagraphSpacing,
|
|
988
|
-
GuitSemFontCaptionMediumRegularFontFamily: GuitSemFontCaptionMediumRegularFontFamily,
|
|
989
|
-
GuitSemFontCaptionMediumRegularFontSize: GuitSemFontCaptionMediumRegularFontSize,
|
|
990
|
-
GuitSemFontCaptionMediumRegularFontWeight: GuitSemFontCaptionMediumRegularFontWeight,
|
|
991
|
-
GuitSemFontCaptionMediumRegularLetterSpacing: GuitSemFontCaptionMediumRegularLetterSpacing,
|
|
992
|
-
GuitSemFontCaptionMediumRegularLineHeight: GuitSemFontCaptionMediumRegularLineHeight,
|
|
993
|
-
GuitSemFontCaptionMediumRegularParagraphSpacing: GuitSemFontCaptionMediumRegularParagraphSpacing,
|
|
994
|
-
GuitSemFontCaptionMediumSemiboldFontFamily: GuitSemFontCaptionMediumSemiboldFontFamily,
|
|
995
|
-
GuitSemFontCaptionMediumSemiboldFontSize: GuitSemFontCaptionMediumSemiboldFontSize,
|
|
996
|
-
GuitSemFontCaptionMediumSemiboldFontWeight: GuitSemFontCaptionMediumSemiboldFontWeight,
|
|
997
|
-
GuitSemFontCaptionMediumSemiboldLetterSpacing: GuitSemFontCaptionMediumSemiboldLetterSpacing,
|
|
998
|
-
GuitSemFontCaptionMediumSemiboldLineHeight: GuitSemFontCaptionMediumSemiboldLineHeight,
|
|
999
|
-
GuitSemFontCaptionMediumSemiboldParagraphSpacing: GuitSemFontCaptionMediumSemiboldParagraphSpacing,
|
|
1000
|
-
GuitSemFontHeadingLargeSemiboldFontFamily: GuitSemFontHeadingLargeSemiboldFontFamily,
|
|
1001
|
-
GuitSemFontHeadingLargeSemiboldFontSize: GuitSemFontHeadingLargeSemiboldFontSize,
|
|
1002
|
-
GuitSemFontHeadingLargeSemiboldFontWeight: GuitSemFontHeadingLargeSemiboldFontWeight,
|
|
1003
|
-
GuitSemFontHeadingLargeSemiboldLineHeight: GuitSemFontHeadingLargeSemiboldLineHeight,
|
|
1004
|
-
GuitSemFontHeadingMediumSemiboldFontFamily: GuitSemFontHeadingMediumSemiboldFontFamily,
|
|
1005
|
-
GuitSemFontHeadingMediumSemiboldFontSize: GuitSemFontHeadingMediumSemiboldFontSize,
|
|
1006
|
-
GuitSemFontHeadingMediumSemiboldFontWeight: GuitSemFontHeadingMediumSemiboldFontWeight,
|
|
1007
|
-
GuitSemFontHeadingMediumSemiboldLineHeight: GuitSemFontHeadingMediumSemiboldLineHeight,
|
|
1008
|
-
GuitSemFontHeadingSmallSemiboldFontFamily: GuitSemFontHeadingSmallSemiboldFontFamily,
|
|
1009
|
-
GuitSemFontHeadingSmallSemiboldFontSize: GuitSemFontHeadingSmallSemiboldFontSize,
|
|
1010
|
-
GuitSemFontHeadingSmallSemiboldFontWeight: GuitSemFontHeadingSmallSemiboldFontWeight,
|
|
1011
|
-
GuitSemFontHeadingSmallSemiboldLineHeight: GuitSemFontHeadingSmallSemiboldLineHeight,
|
|
1012
|
-
GuitSemFontHeadingXlargeSemiboldFontFamily: GuitSemFontHeadingXlargeSemiboldFontFamily,
|
|
1013
|
-
GuitSemFontHeadingXlargeSemiboldFontSize: GuitSemFontHeadingXlargeSemiboldFontSize,
|
|
1014
|
-
GuitSemFontHeadingXlargeSemiboldFontWeight: GuitSemFontHeadingXlargeSemiboldFontWeight,
|
|
1015
|
-
GuitSemFontHeadingXlargeSemiboldLineHeight: GuitSemFontHeadingXlargeSemiboldLineHeight,
|
|
1016
|
-
GuitSemFontHeadingXsmallSemiboldFontFamily: GuitSemFontHeadingXsmallSemiboldFontFamily,
|
|
1017
|
-
GuitSemFontHeadingXsmallSemiboldFontSize: GuitSemFontHeadingXsmallSemiboldFontSize,
|
|
1018
|
-
GuitSemFontHeadingXsmallSemiboldFontWeight: GuitSemFontHeadingXsmallSemiboldFontWeight,
|
|
1019
|
-
GuitSemFontHeadingXsmallSemiboldLineHeight: GuitSemFontHeadingXsmallSemiboldLineHeight,
|
|
1020
|
-
GuitSemFontLabelLargeDefaultMediumFontFamily: GuitSemFontLabelLargeDefaultMediumFontFamily,
|
|
1021
|
-
GuitSemFontLabelLargeDefaultMediumFontSize: GuitSemFontLabelLargeDefaultMediumFontSize,
|
|
1022
|
-
GuitSemFontLabelLargeDefaultMediumFontWeight: GuitSemFontLabelLargeDefaultMediumFontWeight,
|
|
1023
|
-
GuitSemFontLabelLargeDefaultMediumLineHeight: GuitSemFontLabelLargeDefaultMediumLineHeight,
|
|
1024
|
-
GuitSemFontLabelLargeDefaultSemiboldFontFamily: GuitSemFontLabelLargeDefaultSemiboldFontFamily,
|
|
1025
|
-
GuitSemFontLabelLargeDefaultSemiboldFontSize: GuitSemFontLabelLargeDefaultSemiboldFontSize,
|
|
1026
|
-
GuitSemFontLabelLargeDefaultSemiboldFontWeight: GuitSemFontLabelLargeDefaultSemiboldFontWeight,
|
|
1027
|
-
GuitSemFontLabelLargeDefaultSemiboldLineHeight: GuitSemFontLabelLargeDefaultSemiboldLineHeight,
|
|
1028
|
-
GuitSemFontLabelMediumDefaultMediumFontFamily: GuitSemFontLabelMediumDefaultMediumFontFamily,
|
|
1029
|
-
GuitSemFontLabelMediumDefaultMediumFontSize: GuitSemFontLabelMediumDefaultMediumFontSize,
|
|
1030
|
-
GuitSemFontLabelMediumDefaultMediumFontWeight: GuitSemFontLabelMediumDefaultMediumFontWeight,
|
|
1031
|
-
GuitSemFontLabelMediumDefaultMediumLineHeight: GuitSemFontLabelMediumDefaultMediumLineHeight,
|
|
1032
|
-
GuitSemFontLabelMediumDefaultSemiboldFontFamily: GuitSemFontLabelMediumDefaultSemiboldFontFamily,
|
|
1033
|
-
GuitSemFontLabelMediumDefaultSemiboldFontSize: GuitSemFontLabelMediumDefaultSemiboldFontSize,
|
|
1034
|
-
GuitSemFontLabelMediumDefaultSemiboldFontWeight: GuitSemFontLabelMediumDefaultSemiboldFontWeight,
|
|
1035
|
-
GuitSemFontLabelMediumDefaultSemiboldLineHeight: GuitSemFontLabelMediumDefaultSemiboldLineHeight,
|
|
1036
|
-
GuitSemFontLabelSmallDefaultMediumFontFamily: GuitSemFontLabelSmallDefaultMediumFontFamily,
|
|
1037
|
-
GuitSemFontLabelSmallDefaultMediumFontSize: GuitSemFontLabelSmallDefaultMediumFontSize,
|
|
1038
|
-
GuitSemFontLabelSmallDefaultMediumFontWeight: GuitSemFontLabelSmallDefaultMediumFontWeight,
|
|
1039
|
-
GuitSemFontLabelSmallDefaultMediumLineHeight: GuitSemFontLabelSmallDefaultMediumLineHeight,
|
|
1040
|
-
GuitSemFontLabelSmallDefaultSemiboldFontFamily: GuitSemFontLabelSmallDefaultSemiboldFontFamily,
|
|
1041
|
-
GuitSemFontLabelSmallDefaultSemiboldFontSize: GuitSemFontLabelSmallDefaultSemiboldFontSize,
|
|
1042
|
-
GuitSemFontLabelSmallDefaultSemiboldFontWeight: GuitSemFontLabelSmallDefaultSemiboldFontWeight,
|
|
1043
|
-
GuitSemFontLabelSmallDefaultSemiboldLineHeight: GuitSemFontLabelSmallDefaultSemiboldLineHeight,
|
|
1044
|
-
GuitSemFontSubheadingLargeSemiboldFontFamily: GuitSemFontSubheadingLargeSemiboldFontFamily,
|
|
1045
|
-
GuitSemFontSubheadingLargeSemiboldFontSize: GuitSemFontSubheadingLargeSemiboldFontSize,
|
|
1046
|
-
GuitSemFontSubheadingLargeSemiboldFontWeight: GuitSemFontSubheadingLargeSemiboldFontWeight,
|
|
1047
|
-
GuitSemFontSubheadingLargeSemiboldLineHeight: GuitSemFontSubheadingLargeSemiboldLineHeight,
|
|
1048
|
-
GuitSemFontSubheadingMediumSemiboldFontFamily: GuitSemFontSubheadingMediumSemiboldFontFamily,
|
|
1049
|
-
GuitSemFontSubheadingMediumSemiboldFontSize: GuitSemFontSubheadingMediumSemiboldFontSize,
|
|
1050
|
-
GuitSemFontSubheadingMediumSemiboldFontWeight: GuitSemFontSubheadingMediumSemiboldFontWeight,
|
|
1051
|
-
GuitSemFontSubheadingMediumSemiboldLineHeight: GuitSemFontSubheadingMediumSemiboldLineHeight,
|
|
1052
|
-
GuitSemShadowFloating1Blur1: GuitSemShadowFloating1Blur1,
|
|
1053
|
-
GuitSemShadowFloating1Blur2: GuitSemShadowFloating1Blur2,
|
|
1054
|
-
GuitSemShadowFloating1PositionX1: GuitSemShadowFloating1PositionX1,
|
|
1055
|
-
GuitSemShadowFloating1PositionX2: GuitSemShadowFloating1PositionX2,
|
|
1056
|
-
GuitSemShadowFloating1PositionY1: GuitSemShadowFloating1PositionY1,
|
|
1057
|
-
GuitSemShadowFloating1PositionY2: GuitSemShadowFloating1PositionY2,
|
|
1058
|
-
GuitSemShadowFloating1Spread1: GuitSemShadowFloating1Spread1,
|
|
1059
|
-
GuitSemShadowFloating1Spread2: GuitSemShadowFloating1Spread2,
|
|
1060
|
-
GuitSemShadowFloating2Blur1: GuitSemShadowFloating2Blur1,
|
|
1061
|
-
GuitSemShadowFloating2Blur2: GuitSemShadowFloating2Blur2,
|
|
1062
|
-
GuitSemShadowFloating2PositionX1: GuitSemShadowFloating2PositionX1,
|
|
1063
|
-
GuitSemShadowFloating2PositionX2: GuitSemShadowFloating2PositionX2,
|
|
1064
|
-
GuitSemShadowFloating2PositionY1: GuitSemShadowFloating2PositionY1,
|
|
1065
|
-
GuitSemShadowFloating2PositionY2: GuitSemShadowFloating2PositionY2,
|
|
1066
|
-
GuitSemShadowFloating2Spread1: GuitSemShadowFloating2Spread1,
|
|
1067
|
-
GuitSemShadowFloating2Spread2: GuitSemShadowFloating2Spread2,
|
|
1068
|
-
GuitSemShadowFloating3Blur1: GuitSemShadowFloating3Blur1,
|
|
1069
|
-
GuitSemShadowFloating3Blur2: GuitSemShadowFloating3Blur2,
|
|
1070
|
-
GuitSemShadowFloating3PositionX1: GuitSemShadowFloating3PositionX1,
|
|
1071
|
-
GuitSemShadowFloating3PositionX2: GuitSemShadowFloating3PositionX2,
|
|
1072
|
-
GuitSemShadowFloating3PositionY1: GuitSemShadowFloating3PositionY1,
|
|
1073
|
-
GuitSemShadowFloating3PositionY2: GuitSemShadowFloating3PositionY2,
|
|
1074
|
-
GuitSemShadowFloating3Spread1: GuitSemShadowFloating3Spread1,
|
|
1075
|
-
GuitSemShadowFloating3Spread2: GuitSemShadowFloating3Spread2,
|
|
1076
|
-
GuitSemShadowRaisedBottomBlur: GuitSemShadowRaisedBottomBlur,
|
|
1077
|
-
GuitSemShadowRaisedBottomPositionX: GuitSemShadowRaisedBottomPositionX,
|
|
1078
|
-
GuitSemShadowRaisedBottomPositionY: GuitSemShadowRaisedBottomPositionY,
|
|
1079
|
-
GuitSemShadowRaisedBottomSpread: GuitSemShadowRaisedBottomSpread,
|
|
1080
|
-
GuitSemShadowRaisedTopBlur: GuitSemShadowRaisedTopBlur,
|
|
1081
|
-
GuitSemShadowRaisedTopPositionX: GuitSemShadowRaisedTopPositionX,
|
|
1082
|
-
GuitSemShadowRaisedTopPositionY: GuitSemShadowRaisedTopPositionY,
|
|
1083
|
-
GuitSemShadowRaisedTopSpread: GuitSemShadowRaisedTopSpread
|
|
1084
|
-
});
|
|
1085
|
-
|
|
1086
|
-
const bootstrap = () => {
|
|
1087
|
-
import('./tokens-db749a5c.js');
|
|
1088
|
-
return jsTokens;
|
|
1089
|
-
};
|
|
1090
|
-
|
|
1091
|
-
var css_248z$2 = "a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{border:0;box-sizing:border-box;margin:0;padding:0;vertical-align:initial}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:\"\";content:none;font-family:Arial,Helvetica,sans-serif}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}input::-ms-clear{display:none}::-moz-focus-inner{border:0;padding:0}a{text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0}button,select{background:none;padding:0;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[role=button],button{background-color:initial;border:none;color:inherit;cursor:pointer;font:inherit;margin:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]{-moz-appearance:textfield}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}select::-ms-expand{display:none}:after,:before{box-sizing:border-box}";
|
|
1092
|
-
styleInject(css_248z$2);
|
|
1093
|
-
|
|
1094
|
-
var css_248z$1 = "@import \"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap\";html{font-size:10px}.ellipsis-text{text-overflow:ellipsis;white-space:nowrap}.ellipsis-text,.scroll-lock{overflow:hidden}:focus-visible{outline:var(--guit-ref-border-width-thin) var(--guit-ref-border-style-solid) var(--guit-sem-color-border-focus);outline-offset:var(--guit-ref-border-width-thin)}";
|
|
1095
|
-
styleInject(css_248z$1);
|
|
1096
|
-
|
|
1097
|
-
var css_248z = ".gene-ui-provider{font-family:var(--guit-sem-font-body-medium-default-regular-font-family);font-size:var(--guit-sem-font-body-medium-default-regular-font-size);font-weight:var(--guit-sem-font-body-medium-default-regular-font-weight);line-height:var(--guit-sem-font-body-medium-default-regular-line-height)}";
|
|
1098
|
-
styleInject(css_248z);
|
|
1099
|
-
|
|
1100
|
-
var name = "@geneui/components";
|
|
1101
|
-
var description = "The Gene UI components library designed for BI tools";
|
|
1102
|
-
var version = "2.16.4";
|
|
1103
|
-
var author = "SoftConstruct";
|
|
1104
|
-
var homepage = "https://github.com/softconstruct/gene-ui-components#readme";
|
|
1105
|
-
var repository = {
|
|
1106
|
-
type: "git",
|
|
1107
|
-
url: "https://github.com/softconstruct/gene-ui-components"
|
|
1108
|
-
};
|
|
1109
|
-
var bugs = {
|
|
1110
|
-
url: "https://github.com/softconstruct/gene-ui-components/issues"
|
|
1111
|
-
};
|
|
1112
|
-
var keywords = [
|
|
1113
|
-
"react",
|
|
1114
|
-
"gene-ui",
|
|
1115
|
-
"design-system",
|
|
1116
|
-
"component-library"
|
|
1117
|
-
];
|
|
1118
|
-
var main = "index.js";
|
|
1119
|
-
var typings = "index.d.ts";
|
|
1120
|
-
var scripts = {
|
|
1121
|
-
start: "npm run test && storybook dev -p 6006",
|
|
1122
|
-
dev: "concurrently --kill-others -g \"npm:test:watch\" \"npm:start\"",
|
|
1123
|
-
test: "jest --config ./jest.config.js --rootDir ./ --coverage --json --outputFile=./coverage/.jest-test-results.json",
|
|
1124
|
-
"test:watch": "npm run test -- --watchAll --json",
|
|
1125
|
-
"test-report": "babel-node --config-file ./.babelrc ./scripts/testReport.js",
|
|
1126
|
-
build: "babel-node --config-file ./.babelrc ./scripts/build.js",
|
|
1127
|
-
"copy-build-statics-files": "babel-node --config-file ./.babelrc ./scripts/copyFiles.js",
|
|
1128
|
-
"bump-up-commit": "babel-node --config-file ./.babelrc ./scripts/postPublish.js",
|
|
1129
|
-
"build:watch": "watch 'npm run build' ./src",
|
|
1130
|
-
commit: "cross-env DISABLE_SCOPE_LOWERCASE=true git-cz",
|
|
1131
|
-
changelog: "conventional-changelog -i CHANGELOG.md -s",
|
|
1132
|
-
"build-storybook": "npm run test && storybook build",
|
|
1133
|
-
"semantic-release": "semantic-release --extends ./.releaserc.json --no-ci",
|
|
1134
|
-
"create-component": "babel-node --config-file ./.babelrc ./scripts/createComponent.js",
|
|
1135
|
-
"find-component-usage": "babel-node --config-file ./.babelrc ./scripts/findComponentUsage.js",
|
|
1136
|
-
"format-code": "prettier --config ./.prettierrc --write . --ignore-path ./.prettierignore",
|
|
1137
|
-
"lint-styles": "stylelint **/*.{css,scss,sass} --config ./.stylelintrc.json --fix",
|
|
1138
|
-
"lint-scripts": "eslint --config ./.eslintrc.json src --ignore-path ./.eslintignore --fix",
|
|
1139
|
-
"fix-code-style": "npm run format-code && npm run lint-styles && npm run lint-scripts",
|
|
1140
|
-
"analyze-bundle-size": "babel-node --config-file ./.babelrc ./scripts/analyzeBundleSize.js"
|
|
1141
|
-
};
|
|
1142
|
-
var peerDependencies = {
|
|
1143
|
-
"prop-types": "^15.8.1",
|
|
1144
|
-
react: "^16.8.1",
|
|
1145
|
-
"react-dom": "^16.8.1"
|
|
1146
|
-
};
|
|
1147
|
-
var devDependencies = {
|
|
1148
|
-
"@babel/cli": "^7.19.3",
|
|
1149
|
-
"@babel/core": "^7.20.2",
|
|
1150
|
-
"@babel/eslint-parser": "^7.19.1",
|
|
1151
|
-
"@babel/node": "^7.20.2",
|
|
1152
|
-
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
1153
|
-
"@babel/plugin-proposal-export-default-from": "^7.18.10",
|
|
1154
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
1155
|
-
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
1156
|
-
"@babel/plugin-syntax-jsx": "^7.18.6",
|
|
1157
|
-
"@babel/preset-env": "^7.23.6",
|
|
1158
|
-
"@babel/preset-react": "^7.23.3",
|
|
1159
|
-
"@babel/preset-typescript": "^7.23.3",
|
|
1160
|
-
"@commitlint/cli": "^17.1.2",
|
|
1161
|
-
"@commitlint/config-conventional": "^17.1.0",
|
|
1162
|
-
"@faker-js/faker": "^7.6.0",
|
|
1163
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
1164
|
-
"@rollup/plugin-commonjs": "^23.0.0",
|
|
1165
|
-
"@rollup/plugin-image": "^3.0.1",
|
|
1166
|
-
"@rollup/plugin-json": "^6.0.0",
|
|
1167
|
-
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
1168
|
-
"@rollup/plugin-typescript": "^11.1.5",
|
|
1169
|
-
"@semantic-release/changelog": "^6.0.2",
|
|
1170
|
-
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
1171
|
-
"@semantic-release/git": "^10.0.1",
|
|
1172
|
-
"@semantic-release/npm": "^9.0.1",
|
|
1173
|
-
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
1174
|
-
"@storybook/addon-a11y": "^8.5.5",
|
|
1175
|
-
"@storybook/addon-essentials": "^8.5.5",
|
|
1176
|
-
"@storybook/addon-jest": "^8.5.5",
|
|
1177
|
-
"@storybook/addon-viewport": "^8.5.5",
|
|
1178
|
-
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
|
1179
|
-
"@storybook/blocks": "^8.5.5",
|
|
1180
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
1181
|
-
"@storybook/preview-api": "^8.5.6",
|
|
1182
|
-
"@storybook/react": "^8.5.5",
|
|
1183
|
-
"@storybook/react-docgen-typescript-plugin": "^1.0.6--canary.9.0c3f3b7.0",
|
|
1184
|
-
"@storybook/react-webpack5": "^8.5.5",
|
|
1185
|
-
"@storybook/theming": "^8.5.5",
|
|
1186
|
-
"@types/enzyme": "^3.10.18",
|
|
1187
|
-
"@types/enzyme-adapter-react-16": "^1.0.9",
|
|
1188
|
-
"@types/jest": "^29.5.11",
|
|
1189
|
-
"@types/react-dom": "^18.3.1",
|
|
1190
|
-
"@types/react-is": "^18.3.0",
|
|
1191
|
-
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
1192
|
-
"@typescript-eslint/parser": "^8.11.0",
|
|
1193
|
-
autoprefixer: "^10.4.13",
|
|
1194
|
-
"babel-jest": "^29.7.0",
|
|
1195
|
-
"babel-loader": "^8.2.5",
|
|
1196
|
-
"babel-plugin-module-resolver": "^5.0.2",
|
|
1197
|
-
chalk: "^4.1.2",
|
|
1198
|
-
chromatic: "^11.5.5",
|
|
1199
|
-
commitizen: "^4.2.5",
|
|
1200
|
-
concurrently: "^8.2.2",
|
|
1201
|
-
"conventional-changelog-cli": "^2.2.2",
|
|
1202
|
-
"cross-env": "^7.0.3",
|
|
1203
|
-
"css-loader": "^6.7.3",
|
|
1204
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
1205
|
-
dayjs: "^1.11.13",
|
|
1206
|
-
enzyme: "^3.11.0",
|
|
1207
|
-
"enzyme-adapter-react-16": "^1.15.7",
|
|
1208
|
-
"enzyme-to-json": "^3.6.2",
|
|
1209
|
-
esbuild: "^0.24.2",
|
|
1210
|
-
eslint: "^8.57.1",
|
|
1211
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
1212
|
-
"eslint-config-prettier": "^9.1.0",
|
|
1213
|
-
"eslint-import-resolver-typescript": "^3.6.3",
|
|
1214
|
-
"eslint-plugin-enforce-children": "^1.1.0",
|
|
1215
|
-
"eslint-plugin-import": "^2.31.0",
|
|
1216
|
-
"eslint-plugin-jsx-a11y": "^6.10.1",
|
|
1217
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
1218
|
-
"eslint-plugin-react": "^7.37.1",
|
|
1219
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
1220
|
-
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
1221
|
-
figlet: "^1.5.2",
|
|
1222
|
-
"file-loader": "^6.2.0",
|
|
1223
|
-
"git-cz": "^4.9.0",
|
|
1224
|
-
husky: "^1.3.1",
|
|
1225
|
-
"identity-obj-proxy": "^3.0.0",
|
|
1226
|
-
"immutability-helper": "^3.0.1",
|
|
1227
|
-
inquirer: "^8.2.4",
|
|
1228
|
-
jest: "^29.7.0",
|
|
1229
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
1230
|
-
"jest-fetch-mock": "^3.0.3",
|
|
1231
|
-
"lint-staged": "^13.0.3",
|
|
1232
|
-
"lucide-react": "^0.378.0",
|
|
1233
|
-
"metro-react-native-babel-preset": "^0.51.1",
|
|
1234
|
-
"open-cli": "^7.1.0",
|
|
1235
|
-
ora: "^5.4.1",
|
|
1236
|
-
postcss: "^8.4.31",
|
|
1237
|
-
"postcss-prefix-selector": "^1.16.0",
|
|
1238
|
-
"postcss-url": "^10.1.3",
|
|
1239
|
-
prettier: "^3.3.3",
|
|
1240
|
-
react: "^16.8.1",
|
|
1241
|
-
"react-docgen-typescript-plugin": "^1.0.8",
|
|
1242
|
-
"react-dom": "^16.8.1",
|
|
1243
|
-
"react-test-renderer": "^16.12.0",
|
|
1244
|
-
rollup: "^3.1.0",
|
|
1245
|
-
"rollup-plugin-postcss": "^4.0.0",
|
|
1246
|
-
"rollup-plugin-scss": "^4.0.0",
|
|
1247
|
-
"rollup-plugin-svg": "^1.0.1",
|
|
1248
|
-
"rollup-plugin-visualizer": "^5.8.3",
|
|
1249
|
-
sass: "^1.55.0",
|
|
1250
|
-
"sass-loader": "^13.2.0",
|
|
1251
|
-
"semantic-release": "^19.0.5",
|
|
1252
|
-
storybook: "^8.5.5",
|
|
1253
|
-
"storybook-dark-mode": "^4.0.2",
|
|
1254
|
-
"style-loader": "^3.3.1",
|
|
1255
|
-
stylelint: "^14.14.0",
|
|
1256
|
-
"stylelint-config-prettier": "^9.0.3",
|
|
1257
|
-
"stylelint-config-standard-scss": "^5.0.0",
|
|
1258
|
-
treeify: "^1.1.0",
|
|
1259
|
-
"ts-jest": "^29.1.1",
|
|
1260
|
-
typescript: "^5.3.2",
|
|
1261
|
-
watch: "^1.0.2",
|
|
1262
|
-
webpack: "^5.74.0",
|
|
1263
|
-
"webpack-cli": "^4.10.0",
|
|
1264
|
-
"webpack-dev-server": "^3.1.14",
|
|
1265
|
-
"webpack-node-externals": "^1.7.2",
|
|
1266
|
-
yargs: "^17.7.2"
|
|
1267
|
-
};
|
|
1268
|
-
var dependencies = {
|
|
1269
|
-
"@floating-ui/core": "^1.6.8",
|
|
1270
|
-
"@floating-ui/react": "^0.26.16",
|
|
1271
|
-
"@floating-ui/react-dom": "^2.1.2",
|
|
1272
|
-
"@floating-ui/utils": "^0.2.8",
|
|
1273
|
-
"@geneui/icons": "^1.0.4",
|
|
1274
|
-
"@geneui/tokens": "^1.0.0",
|
|
1275
|
-
classnames: "^2.3.2",
|
|
1276
|
-
"react-is": "^17.0.2",
|
|
1277
|
-
"react-scrollbars-custom": "^4.1.1"
|
|
1278
|
-
};
|
|
1279
|
-
var husky = {
|
|
1280
|
-
hooks: {
|
|
1281
|
-
"pre-commit": "lint-staged --concurrent false --config ./.lintstagedrc.json",
|
|
1282
|
-
"commit-msg": "commitlint --config ./commitlint.config.js -E HUSKY_GIT_PARAMS"
|
|
1283
|
-
}
|
|
1284
|
-
};
|
|
1285
|
-
var browserslist = [
|
|
1286
|
-
">0.2%",
|
|
1287
|
-
"not dead",
|
|
1288
|
-
"not ie <= 11",
|
|
1289
|
-
"not op_mini all"
|
|
1290
|
-
];
|
|
1291
|
-
var config = {
|
|
1292
|
-
commitizen: {
|
|
1293
|
-
path: "./node_modules/cz-conventional-changelog"
|
|
1294
|
-
}
|
|
1295
|
-
};
|
|
1296
|
-
var license = "MIT";
|
|
1297
|
-
var pgk = {
|
|
1298
|
-
name: name,
|
|
1299
|
-
description: description,
|
|
1300
|
-
version: version,
|
|
1301
|
-
author: author,
|
|
1302
|
-
homepage: homepage,
|
|
1303
|
-
repository: repository,
|
|
1304
|
-
bugs: bugs,
|
|
1305
|
-
keywords: keywords,
|
|
1306
|
-
main: main,
|
|
1307
|
-
typings: typings,
|
|
1308
|
-
scripts: scripts,
|
|
1309
|
-
peerDependencies: peerDependencies,
|
|
1310
|
-
devDependencies: devDependencies,
|
|
1311
|
-
dependencies: dependencies,
|
|
1312
|
-
husky: husky,
|
|
1313
|
-
browserslist: browserslist,
|
|
1314
|
-
config: config,
|
|
1315
|
-
license: license
|
|
1316
|
-
};
|
|
1317
|
-
|
|
1318
|
-
const GeneUIDesignSystemContext = createContext({
|
|
1319
|
-
theme: "light",
|
|
1320
|
-
tokens: {},
|
|
1321
|
-
geneUIProviderRef: { current: null }
|
|
1322
|
-
});
|
|
1323
|
-
function GeneUIProvider({ children, tokens = null, theme = "light" }) {
|
|
1324
|
-
const geneUIProviderRef = useRef(null);
|
|
1325
|
-
const [isRefExist, setIsRefExist] = useState(false);
|
|
1326
|
-
const contextValue = useMemo(() => ({
|
|
1327
|
-
theme,
|
|
1328
|
-
tokens: tokens || bootstrap(),
|
|
1329
|
-
geneUIProviderRef
|
|
1330
|
-
}), [theme, tokens, geneUIProviderRef]);
|
|
1331
|
-
useEffect(() => {
|
|
1332
|
-
if (geneUIProviderRef.current && !isRefExist) {
|
|
1333
|
-
setIsRefExist(true);
|
|
1334
|
-
}
|
|
1335
|
-
}, [geneUIProviderRef.current]);
|
|
1336
|
-
return (React__default.createElement(GeneUIDesignSystemContext.Provider, { value: contextValue },
|
|
1337
|
-
React__default.createElement("div", { className: "gene-ui-provider", "data-gene-ui-version": pgk.version, ref: geneUIProviderRef, style: { height: "100%" } }, isRefExist && children)));
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
export { GeneUIDesignSystemContext, GeneUIProvider as default };
|
|
1
|
+
export { a as GeneUIDesignSystemContext, G as default } from './index-9d92561b.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import './useDebounceCallback-999deae7.js';
|
|
4
|
+
import './style-inject.es-746bb8ed.js';
|