@geneui/components 3.0.0-next-1b7eefe-17092024 → 3.0.0-next-8d97069-19092024
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/ActionableList/index.js +5 -5
- package/AdvancedSearch/index.js +3 -3
- package/Alert/index.js +1 -1
- package/ArrowLeft-b88e2ba8.js +33 -0
- package/Breadcrumb/index.js +2 -2
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/Card/index.js +2 -2
- package/CardList/index.js +6 -6
- package/{CellMeasurerCache-f0690f3b.js → CellMeasurerCache-281a5a2a.js} +2 -2
- package/Charts/index.js +8 -4
- package/Checkbox/index.js +2 -2
- package/CheckboxGroup/index.js +2 -2
- package/CheckboxGroupWithSearch/index.js +2 -2
- package/Collapse/index.js +1 -1
- package/ColorPicker/index.js +1 -1
- package/ComboBox/index.js +2 -2
- package/Copy/index.js +2 -2
- package/Counter/index.js +9 -10
- package/DateFilter/index.js +3 -3
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +3 -3
- package/Drawer/index.js +2 -2
- package/Dropdown/index.js +5 -5
- package/Editor/index.js +12 -5
- package/ExtendedInput/index.js +2 -2
- package/Form/index.js +6 -6
- package/FormContainer/index.js +1 -1
- package/FormableCheckbox/index.js +3 -3
- package/FormableDatePicker/index.js +4 -4
- package/FormableDropdown/index.js +6 -6
- package/FormableEditor/index.js +2 -2
- package/{FormableHOC-300e2dd7.js → FormableHOC-f4120178.js} +1 -1
- package/FormableMultiSelectDropdown/index.js +6 -6
- package/FormableNumberInput/index.js +3 -3
- package/FormableRadio/index.js +2 -2
- package/FormableSwitcher/index.js +2 -2
- package/FormableTextInput/index.js +3 -3
- package/FormableUploader/index.js +3 -3
- package/GeneUIProvider/index.js +348 -457
- package/Grid/index.js +1 -1
- package/HelperText/index.js +3 -32
- package/Holder/index.js +2 -2
- package/Icon/index.js +1 -1
- package/Image/index.js +2 -2
- package/ImagePreview/index.js +2 -2
- package/InteractiveWidget/index.js +2 -2
- package/KeyValue/index.js +1 -1
- package/Label/index.js +63 -48
- package/LinkButton/index.js +1 -1
- package/Menu/index.js +2 -2
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +2 -2
- package/Modal/index.js +1 -1
- package/ModuleTitle/index.js +2 -2
- package/NavigationMenu/index.js +2 -2
- package/Notification/index.js +1 -1
- package/Option/index.js +2 -2
- package/Overlay/index.js +2 -2
- package/Overspread/index.js +5 -5
- package/Pagination/index.js +2 -2
- package/Paper/index.js +1 -1
- package/Popover/index.js +1 -1
- package/PopoverV2/index.js +2 -2
- package/Products/index.js +1 -1
- package/Profile/index.js +2 -2
- package/Progress/index.js +1 -1
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/Range/index.js +2 -2
- package/Scrollbar/index.js +1 -1
- package/Search/index.js +2 -2
- package/SearchWithDropdown/index.js +5 -5
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Slider/index.js +3 -3
- package/Status/index.js +2 -2
- package/Steps/index.js +2 -2
- package/SuggestionList/index.js +1 -1
- package/Switcher/index.js +1 -1
- package/Table/index.js +8 -8
- package/TableCompositions/index.js +8 -8
- package/Tabs/index.js +1 -1
- package/Tag/index.js +1 -1
- package/Textarea/index.js +2 -2
- package/Time/index.js +1 -1
- package/TimePicker/index.js +3 -3
- package/Timeline/index.js +1 -1
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/TransferList/index.js +5 -5
- package/Uploader/index.js +2 -2
- package/ValidatableCheckbox/index.js +2 -2
- package/ValidatableDatePicker/index.js +3 -3
- package/ValidatableDropdown/index.js +5 -5
- package/ValidatableElements/index.js +5 -5
- package/ValidatableMultiSelectDropdown/index.js +5 -5
- package/ValidatableNumberInput/index.js +2 -2
- package/ValidatableRadio/index.js +1 -1
- package/ValidatableSwitcher/index.js +1 -1
- package/ValidatableTextInput/index.js +2 -2
- package/ValidatableTimeInput/index.js +2 -2
- package/ValidatableUploader/index.js +2 -2
- package/Widget/index.js +2 -2
- package/_rollupPluginBabelHelpers-a83240e1.js +11 -0
- package/{index-761141c1.js → index-3a6b7fd9.js} +6 -6
- package/{index-006d8b06.js → index-49fbb32c.js} +35 -14
- package/{index-ac5c45f7.js → index-73b4d98a.js} +1 -1
- package/{index-558ac559.js → index-d8c45742.js} +62 -85
- package/index.js +14 -13
- package/lib/atoms/Label/Label.d.ts +45 -0
- package/lib/atoms/Label/index.d.ts +1 -0
- package/lib/providers/GeneUIProvider/GeneUIProvider.d.ts +1 -1
- package/objectWithoutPropertiesLoose-e1596bdb.js +62 -0
- package/package.json +2 -2
- package/{rangeAndSlider-63c5d423.js → rangeAndSlider-693a3d41.js} +16 -8
- package/{react-beautiful-dnd.esm-0ce25a0e.js → react-beautiful-dnd.esm-bb1d95fc.js} +5 -7
- package/{redux-b3e598ca.js → redux-e591c1b8.js} +1 -1
- package/tokens-3e00442a.js +6 -0
- package/_rollupPluginBabelHelpers-e8fb2e5c.js +0 -16
- package/objectWithoutPropertiesLoose-d8a4a68c.js +0 -78
- package/tokens-d88947bf.js +0 -6
package/GeneUIProvider/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Tue,
|
|
6
|
+
* Generated on Tue, 17 Sep 2024 08:42:18 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
const GuitRefColorNeutral800base = "#141414";
|
|
@@ -66,14 +66,6 @@ const GuitRefColorLagoon100 = "#6AA2A9";
|
|
|
66
66
|
const GuitRefColorLagoon80 = "#9EC2C7";
|
|
67
67
|
const GuitRefColorLagoon60 = "#C8DCDF";
|
|
68
68
|
const GuitRefColorLagoon40 = "#DFEBEC";
|
|
69
|
-
const GuitRefColorCarmine500 = "#592626";
|
|
70
|
-
const GuitRefColorCarmine400 = "#893939";
|
|
71
|
-
const GuitRefColorCarmine300base = "#AC4848";
|
|
72
|
-
const GuitRefColorCarmine200 = "#B46464";
|
|
73
|
-
const GuitRefColorCarmine100 = "#C07C7C";
|
|
74
|
-
const GuitRefColorCarmine80 = "#D5A9A9";
|
|
75
|
-
const GuitRefColorCarmine60 = "#E8CFCF";
|
|
76
|
-
const GuitRefColorCarmine40 = "#F2E4E4";
|
|
77
69
|
const GuitRefColorMagenta500base = "#A60063";
|
|
78
70
|
const GuitRefColorMagenta400 = "#AF1A73";
|
|
79
71
|
const GuitRefColorMagenta300 = "#AE3D80";
|
|
@@ -95,6 +87,7 @@ const GuitRefColorTransparentNeutral80010 = "rgba(20, 20, 20, 0.1)";
|
|
|
95
87
|
const GuitRefColorTransparentNeutral80020 = "rgba(20, 20, 20, 0.2)";
|
|
96
88
|
const GuitRefColorTransparentNeutral80030 = "rgba(20, 20, 20, 0.3)";
|
|
97
89
|
const GuitRefColorTransparentNeutral80040 = "rgba(20, 20, 20, 0.4)";
|
|
90
|
+
const GuitRefColorTransparentNeutral80080 = "rgba(20, 20, 20, 0.8)";
|
|
98
91
|
const GuitRefColorTransparentNeutral00 = "rgba(255, 255, 255, 0.00)";
|
|
99
92
|
const GuitRefColorTransparentNeutral010 = "rgba(255, 255, 255, 0.1)";
|
|
100
93
|
const GuitRefColorTransparentNeutral020 = "rgba(255, 255, 255, 0.2)";
|
|
@@ -103,7 +96,6 @@ const GuitRefColorTransparentNeutral040 = "rgba(255, 255, 255, 0.4)";
|
|
|
103
96
|
const GuitRefFontFamilyLatin = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
104
97
|
const GuitRefFontFamilyArmenian = " 'Noto Sans Arm','Times New Roman Armenian', 'DejaVu Sans', Arial, sans-serif";
|
|
105
98
|
const GuitRefFontFamilyMonospace = "'Noto Sans Mono','DejaVu Sans Mono', Courier, monospace";
|
|
106
|
-
const GuitRefFontSize320 = "6.4rem";
|
|
107
99
|
const GuitRefFontSize240 = "4.8rem";
|
|
108
100
|
const GuitRefFontSize200 = "4rem";
|
|
109
101
|
const GuitRefFontSize160 = "3.2rem";
|
|
@@ -119,7 +111,6 @@ const GuitRefFontWeightRegular = "400";
|
|
|
119
111
|
const GuitRefFontWeightMedium = "500";
|
|
120
112
|
const GuitRefFontWeightSemibold = "600";
|
|
121
113
|
const GuitRefFontWeightBold = "700";
|
|
122
|
-
const GuitRefFontLineHeight400 = "8rem";
|
|
123
114
|
const GuitRefFontLetterSpacingNone = "0";
|
|
124
115
|
const GuitRefFontLetterSpacing03 = "0.03rem";
|
|
125
116
|
const GuitRefFontLineHeight320 = "6.4rem";
|
|
@@ -142,53 +133,53 @@ const GuitRefFontTextAlignRight = "Right";
|
|
|
142
133
|
const GuitRefFontTextAlignCenter = "Center";
|
|
143
134
|
const GuitRefFontTextAlignJustify = "Justify";
|
|
144
135
|
const GuitRefSpacingNone = "0rem";
|
|
145
|
-
const
|
|
146
|
-
const
|
|
147
|
-
const
|
|
148
|
-
const
|
|
149
|
-
const
|
|
150
|
-
const
|
|
151
|
-
const
|
|
152
|
-
const
|
|
153
|
-
const
|
|
154
|
-
const
|
|
155
|
-
const
|
|
156
|
-
const
|
|
157
|
-
const
|
|
158
|
-
const
|
|
159
|
-
const
|
|
160
|
-
const
|
|
136
|
+
const GuitRefSpacing4xsmall = "0.2rem";
|
|
137
|
+
const GuitRefSpacing3xsmall = "0.4rem";
|
|
138
|
+
const GuitRefSpacing2xsmall = "0.6rem";
|
|
139
|
+
const GuitRefSpacingXsmall = "0.8rem";
|
|
140
|
+
const GuitRefSpacingSmall = "1rem";
|
|
141
|
+
const GuitRefSpacingMedium = "1.2rem";
|
|
142
|
+
const GuitRefSpacingLarge = "1.6rem";
|
|
143
|
+
const GuitRefSpacingXlarge = "2rem";
|
|
144
|
+
const GuitRefSpacing2xlarge = "2.4rem";
|
|
145
|
+
const GuitRefSpacing3xlarge = "2.8rem";
|
|
146
|
+
const GuitRefSpacing4xlarge = "3.2rem";
|
|
147
|
+
const GuitRefSpacing5xlarge = "3.6rem";
|
|
148
|
+
const GuitRefSpacing6xlarge = "4rem";
|
|
149
|
+
const GuitRefSpacing7xlarge = "4.4rem";
|
|
150
|
+
const GuitRefSpacing8xlarge = "4.8rem";
|
|
151
|
+
const GuitRefSpacing9xlarge = "6.4rem";
|
|
161
152
|
const GuitRefSpacing10xlarge = "8rem";
|
|
162
153
|
const GuitRefSizingNone = "0rem";
|
|
163
|
-
const
|
|
164
|
-
const
|
|
165
|
-
const
|
|
166
|
-
const
|
|
167
|
-
const
|
|
168
|
-
const
|
|
169
|
-
const
|
|
170
|
-
const
|
|
171
|
-
const
|
|
172
|
-
const
|
|
173
|
-
const
|
|
174
|
-
const
|
|
175
|
-
const
|
|
176
|
-
const
|
|
177
|
-
const
|
|
178
|
-
const
|
|
154
|
+
const GuitRefSizing4xsmall = "0.4rem";
|
|
155
|
+
const GuitRefSizing3xsmall = "0.8rem";
|
|
156
|
+
const GuitRefSizing2xsmall = "1.2rem";
|
|
157
|
+
const GuitRefSizingXsmall = "1.6rem";
|
|
158
|
+
const GuitRefSizingSmallNudge = "2rem";
|
|
159
|
+
const GuitRefSizingSmall = "2.4rem";
|
|
160
|
+
const GuitRefSizingMediumNudge = "2.8rem";
|
|
161
|
+
const GuitRefSizingMedium = "3.2rem";
|
|
162
|
+
const GuitRefSizingLargeNudge = "3.6rem";
|
|
163
|
+
const GuitRefSizingLarge = "4rem";
|
|
164
|
+
const GuitRefSizingXlarge = "4.8rem";
|
|
165
|
+
const GuitRefSizing2xlarge = "5.6rem";
|
|
166
|
+
const GuitRefSizing3xlarge = "6.4rem";
|
|
167
|
+
const GuitRefSizing4xlarge = "8rem";
|
|
168
|
+
const GuitRefSizing5xlarge = "9.6rem";
|
|
169
|
+
const GuitRefSizing6xlarge = "12rem";
|
|
179
170
|
const GuitRefSizing7xl = "16rem";
|
|
180
171
|
const GuitRefRadiusNone = "0rem";
|
|
181
|
-
const
|
|
182
|
-
const
|
|
183
|
-
const
|
|
184
|
-
const
|
|
185
|
-
const
|
|
186
|
-
const
|
|
187
|
-
const
|
|
188
|
-
const
|
|
189
|
-
const
|
|
190
|
-
const
|
|
191
|
-
const
|
|
172
|
+
const GuitRefRadius4xsmall = "0.2rem";
|
|
173
|
+
const GuitRefRadius3xsmall = "0.4rem";
|
|
174
|
+
const GuitRefRadius2xsmall = "0.6rem";
|
|
175
|
+
const GuitRefRadiusXsmall = "0.8rem";
|
|
176
|
+
const GuitRefRadiusSmall = "1rem";
|
|
177
|
+
const GuitRefRadiusMedium = "1.2rem";
|
|
178
|
+
const GuitRefRadiusLarge = "1.6rem";
|
|
179
|
+
const GuitRefRadiusXlarge = "2rem";
|
|
180
|
+
const GuitRefRadius2xlarge = "2.4rem";
|
|
181
|
+
const GuitRefRadius3xlarge = "2.8rem";
|
|
182
|
+
const GuitRefRadius4xlarge = "3.2rem";
|
|
192
183
|
const GuitRefRadiusFull = "50%";
|
|
193
184
|
const GuitRefBorderWidthNone = "0rem";
|
|
194
185
|
const GuitRefBorderWidthThin = "0.1rem";
|
|
@@ -197,238 +188,67 @@ const GuitRefBorderWidthThicker = "0.4rem";
|
|
|
197
188
|
const GuitRefBorderStyleSolid = "solid";
|
|
198
189
|
const GuitRefBorderStyleDashed = "dashed";
|
|
199
190
|
const GuitRefShadowBlurNone = "0rem";
|
|
200
|
-
const
|
|
201
|
-
const
|
|
202
|
-
const
|
|
203
|
-
const
|
|
191
|
+
const GuitRefShadowBlur2xsmall = "0.2rem";
|
|
192
|
+
const GuitRefShadowBlurXsmall = "0.4rem";
|
|
193
|
+
const GuitRefShadowBlurSmall = "0.6rem";
|
|
194
|
+
const GuitRefShadowBlurMedium = "0.8rem";
|
|
204
195
|
const GuitRefShadowSpreadNone = "0rem";
|
|
205
|
-
const
|
|
206
|
-
const
|
|
207
|
-
const
|
|
196
|
+
const GuitRefShadowSpread2xsmall = "0.2rem";
|
|
197
|
+
const GuitRefShadowSpreadXsmall = "0.4rem";
|
|
198
|
+
const GuitRefShadowPositioningNegative2xsmall = "-0.2rem";
|
|
208
199
|
const GuitRefShadowPositioningNone = "0rem";
|
|
209
|
-
const
|
|
210
|
-
const
|
|
211
|
-
const
|
|
200
|
+
const GuitRefShadowPositioning2xsmall = "0.2rem";
|
|
201
|
+
const GuitRefShadowPositioningXsmall = "0.4rem";
|
|
202
|
+
const GuitRefShadowPositioningSmall = "0.6rem";
|
|
212
203
|
const GuitRefMotionEasingStandard = "cubic-bezier(0.4, 0.12, 0.2, 1)";
|
|
213
204
|
const GuitRefMotionEasingInput = "cubic-bezier(0.4, 0.12, 0.2, 1)";
|
|
214
205
|
const GuitRefMotionEasingOutput = "cubic-bezier(0.4, 0.12, 1, 1)";
|
|
206
|
+
const GuitRefMotionEasingInputAndOutput = "cubic-bezier(0.1, 0, 0.58, 1)";
|
|
215
207
|
const GuitRefMotionDurationMicro = "80ms";
|
|
216
208
|
const GuitRefMotionDurationModerate = "120ms";
|
|
217
209
|
const GuitRefMotionDurationModerateMacro = "240ms";
|
|
218
210
|
const GuitRefMotionDurationSlow = "400ms";
|
|
219
|
-
const GuitRefMotionDurationSlowMacro = "
|
|
211
|
+
const GuitRefMotionDurationSlowMacro = "1200ms";
|
|
220
212
|
const GuitRefBreakpointMobile = "0px-767px";
|
|
221
213
|
const GuitRefBreakpointTablet = "768px-1199px";
|
|
222
214
|
const GuitRefBreakpointDesktop = "≥1200px";
|
|
223
|
-
const GuitSemColorSurfaceOverlaySlate = "#3D3D5F";
|
|
224
|
-
const GuitSemColorForegroundNeutral2Notheme = "#262627";
|
|
225
|
-
const GuitSemColorForegroundInverseNotheme = "#FFFFFF";
|
|
226
|
-
const GuitSemColorBackgroundSuccess2Pressed = "#1E8A5C";
|
|
227
|
-
const GuitSemColorSurfaceNeutral1 = "light-dark(#FFFFFF, #141414)";
|
|
228
|
-
const GuitSemColorSurfaceNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
229
|
-
const GuitSemColorSurfaceSlate = "light-dark(#E9E9ED, #3D3D5F)";
|
|
230
|
-
const GuitSemColorSurfaceOverlayNeutral = "light-dark(#FFFFFF, #1c1c1c)";
|
|
231
|
-
const GuitSemColorFloating1Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
232
|
-
const GuitSemColorFloating1Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
233
|
-
const GuitSemColorFloating2Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
234
|
-
const GuitSemColorFloating2Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
235
|
-
const GuitSemColorFloating3Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
236
|
-
const GuitSemColorFloating3Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
237
|
-
const GuitSemColorBackgroundNeutral1 = "light-dark(#FFFFFF, #1c1c1c)";
|
|
238
|
-
const GuitSemColorForegroundNeutral1 = "light-dark(#646468, #B7B7B9)";
|
|
239
|
-
const GuitSemColorBackgroundNeutral1Hover = "light-dark(#F5F5F5, #262627)";
|
|
240
|
-
const GuitSemColorForegroundNeutral2 = "light-dark(#262627, #F5F5F5)";
|
|
241
|
-
const GuitSemColorForegroundNeutral2Hover = "light-dark(#323234, #E8E8E8)";
|
|
242
|
-
const GuitSemColorForegroundNeutral2Pressed = "light-dark(#1c1c1c, #FAFAFA)";
|
|
243
|
-
const GuitSemColorBackgroundNeutral1Pressed = "light-dark(#E8E8E8, #323234)";
|
|
244
|
-
const GuitSemColorForegroundBrand = "light-dark(#1473E6, #95C0F4)";
|
|
245
|
-
const GuitSemColorForegroundBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
246
|
-
const GuitSemColorBackgroundNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
247
|
-
const GuitSemColorForegroundBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
248
|
-
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
249
|
-
const GuitSemColorBackgroundNeutral2Hover = "light-dark(#E8E8E8, #323234)";
|
|
250
|
-
const GuitSemColorForegroundSuccess = "light-dark(#18714C, #B6ECD5)";
|
|
251
|
-
const GuitSemColorBackgroundNeutral2Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
252
|
-
const GuitSemColorBackgroundNeutral3 = "light-dark(#E8E8E8, #323234)";
|
|
253
|
-
const GuitSemColorBackgroundNeutral4 = "light-dark(#262627, #323234)";
|
|
254
|
-
const GuitSemColorForegroundWarning = "light-dark(#7E6030, #F0D09D)";
|
|
255
|
-
const GuitSemColorForegroundRecommendation = "light-dark(#553EB7, #D7CFF7)";
|
|
256
|
-
const GuitSemColorForegroundInformative = "light-dark(#105EBC, #C3DBF9)";
|
|
257
|
-
const GuitSemColorForegroundSelected = "light-dark(#1473E6, #95C0F4)";
|
|
258
|
-
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
259
|
-
const GuitSemColorForegroundSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
260
|
-
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
261
|
-
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
262
|
-
const GuitSemColorForegroundSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
263
|
-
const GuitSemColorBackgroundBrand2 = "light-dark(#1473E6, #599CED)";
|
|
264
|
-
const GuitSemColorBackgroundBrand2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
265
|
-
const GuitSemColorBackgroundBrand2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
266
|
-
const GuitSemColorBackgroundError1 = "light-dark(#FCEAE9, #98332F)";
|
|
267
|
-
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
268
|
-
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
269
|
-
const GuitSemColorForegroundInverseHover = "light-dark(#F5F5F5, #323234)";
|
|
270
|
-
const GuitSemColorForegroundInversePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
271
|
-
const GuitSemColorForegroundInverseDisabled = "light-dark(#B7B7B9, #646468)";
|
|
272
|
-
const GuitSemColorBackgroundError1Pressed = "light-dark(#F2A09C, #61211E)";
|
|
273
|
-
const GuitSemColorForegroundDisabled = "light-dark(#929295, #646468)";
|
|
274
|
-
const GuitSemColorForegroundAccentBlue = "light-dark(#105EBC, #C3DBF9)";
|
|
275
|
-
const GuitSemColorForegroundAccentRed = "light-dark(#98332F, #F8CBC9)";
|
|
276
|
-
const GuitSemColorForegroundAccentGreen = "light-dark(#18714C, #B6ECD5)";
|
|
277
|
-
const GuitSemColorForegroundAccentOrange = "light-dark(#684F27, #F0D09D)";
|
|
278
|
-
const GuitSemColorForegroundAccentPurple = "light-dark(#553EB7, #D7CFF7)";
|
|
279
|
-
const GuitSemColorForegroundAccentLagoon = "light-dark(#23636C, #C8DCDF)";
|
|
280
|
-
const GuitSemColorForegroundAccentMagenta = "light-dark(#A60063, #EDCADF)";
|
|
281
|
-
const GuitSemColorForegroundAccentSlate = "light-dark(#4F4F6E, #D5D5DC)";
|
|
282
|
-
const GuitSemColorBackgroundError2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
283
|
-
const GuitSemColorBackgroundError2Hover = "light-dark(#98332F, #F2A09C)";
|
|
284
|
-
const GuitSemColorBackgroundError2Pressed = "light-dark(#61211E, #E64D47)";
|
|
285
|
-
const GuitSemColorBackgroundSuccess1 = "light-dark(#E3F7EE, #18714C)";
|
|
286
|
-
const GuitSemColorBackgroundSuccess1Hover = "light-dark(#B6ECD5, #1E8A5C)";
|
|
287
|
-
const GuitSemColorBackgroundSuccess1Pressed = "light-dark(#76DBAF, #0F472F)";
|
|
288
|
-
const GuitSemColorBackgroundSuccess2 = "light-dark(#2BC784, #25AC72)";
|
|
289
|
-
const GuitSemColorBackgroundSuccess2Hover = "light-dark(#25AC72, #2BC784)";
|
|
290
|
-
const GuitSemColorBackgroundWarning1 = "light-dark(#F7E4C7, #684F27)";
|
|
291
|
-
const GuitSemColorBackgroundWarning2 = "light-dark(#E6AF57, #7E6030)";
|
|
292
|
-
const GuitSemColorBackgroundRecommendation1 = "light-dark(#E9E5FB, #553EB7)";
|
|
293
|
-
const GuitSemColorBackgroundRecommendation2 = "light-dark(#684AE0, #BAACF1)";
|
|
294
|
-
const GuitSemColorBackgroundInformative = "light-dark(#E8F1FD, #105EBC)";
|
|
295
|
-
const GuitSemColorBackgroundSelected1 = "light-dark(#C3DBF9, #105EBC)";
|
|
296
|
-
const GuitSemColorBackgroundSelected1Hover = "light-dark(#95C0F4, #1473E6)";
|
|
297
|
-
const GuitSemColorBackgroundSelected1Pressed = "light-dark(#599CED, #0A3B75)";
|
|
298
|
-
const GuitSemColorBackgroundSelected2 = "light-dark(#1473E6, #599CED)";
|
|
299
|
-
const GuitSemColorBackgroundSelected2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
300
|
-
const GuitSemColorBackgroundSelected2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
301
|
-
const GuitSemColorBackgroundInverse = "light-dark(#FFFFFF, #1c1c1c)";
|
|
302
|
-
const GuitSemColorBackgroundInverseHover = "light-dark(#F5F5F5, #262627)";
|
|
303
|
-
const GuitSemColorBackgroundInversePressed = "light-dark(#E8E8E8, #323234)";
|
|
304
|
-
const GuitSemColorBackgroundDisabled = "light-dark(#E8E8E8, #323234)";
|
|
305
|
-
const GuitSemColorBackgroundAccentBlue = "light-dark(#E8F1FD, #0A3B75)";
|
|
306
|
-
const GuitSemColorBackgroundAccentRed1 = "light-dark(#FCEAE9, #61211E)";
|
|
307
|
-
const GuitSemColorBackgroundAccentRed2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
308
|
-
const GuitSemColorBackgroundAccentGreen = "light-dark(#E3F7EE, #0F472F)";
|
|
309
|
-
const GuitSemColorBackgroundAccentOrange = "light-dark(#F7E4C7, #42331A)";
|
|
310
|
-
const GuitSemColorBackgroundAccentPurple = "light-dark(#E9E5FB, #372777)";
|
|
311
|
-
const GuitSemColorBackgroundAccentLagoon = "light-dark(#DFEBEC, #174045)";
|
|
312
|
-
const GuitSemColorBackgroundAccentMagenta = "light-dark(#F4E1EC, #A60063)";
|
|
313
|
-
const GuitSemColorBackgroundAccentSlate = "light-dark(#E9E9ED, #3D3D5F)";
|
|
314
|
-
const GuitSemColorBackgroundTransparent1 = "light-dark(rgba(20, 20, 20, 0.00), rgba(255, 255, 255, 0.00))";
|
|
315
|
-
const GuitSemColorBackgroundTransparent1Hover = "light-dark(rgba(20, 20, 20, 0.1), rgba(255, 255, 255, 0.1))";
|
|
316
|
-
const GuitSemColorBackgroundTransparent1Pressed = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
317
|
-
const GuitSemColorBackgroundTransparent2 = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
318
|
-
const GuitSemColorBackgroundTransparentOverlay = "light-dark(rgba(20, 20, 20, 0.3), rgba(255, 255, 255, 0.3))";
|
|
319
|
-
const GuitSemColorBackgroundTransparentInverse1 = "light-dark(rgba(255, 255, 255, 0.00), rgba(20, 20, 20, 0.1))";
|
|
320
|
-
const GuitSemColorBackgroundTransparentInverse1Hover = "light-dark(rgba(255, 255, 255, 0.1), rgba(20, 20, 20, 0.2))";
|
|
321
|
-
const GuitSemColorBackgroundTransparentInverse1Pressed = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.3))";
|
|
322
|
-
const GuitSemColorBackgroundTransparentInverse2 = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.2))";
|
|
323
|
-
const GuitSemColorBackgroundTransparentInverse2Hover = "light-dark(rgba(255, 255, 255, 0.3), rgba(20, 20, 20, 0.3))";
|
|
324
|
-
const GuitSemColorBackgroundTransparentInverse2Pressed = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
325
|
-
const GuitSemColorBackgroundTransparentInverseDisabled = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
326
|
-
const GuitSemColorBorderNeutral1 = "light-dark(#FFFFFF, #141414)";
|
|
327
|
-
const GuitSemColorBorderNeutral2 = "light-dark(#D3D3D4, #646468)";
|
|
328
|
-
const GuitSemColorBorderNeutral3 = "light-dark(#646468, #D3D3D4)";
|
|
329
|
-
const GuitSemColorBorderNeutral4 = "light-dark(#262627, #F5F5F5)";
|
|
330
|
-
const GuitSemColorBorderBrand = "light-dark(#1473E6, #95C0F4)";
|
|
331
|
-
const GuitSemColorBorderBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
332
|
-
const GuitSemColorBorderBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
333
|
-
const GuitSemColorBorderError = "light-dark(#98332F, #F2A09C)";
|
|
334
|
-
const GuitSemColorBorderSuccess = "light-dark(#18714C, #76DBAF)";
|
|
335
|
-
const GuitSemColorBorderWarning = "light-dark(#7E6030, #F0D09D)";
|
|
336
|
-
const GuitSemColorBorderRecommendation = "light-dark(#553EB7, #BAACF1)";
|
|
337
|
-
const GuitSemColorBorderInformative = "light-dark(#105EBC, #95C0F4)";
|
|
338
|
-
const GuitSemColorBorderFocus = "light-dark(#95C0F4, #1473E6)";
|
|
339
|
-
const GuitSemColorBorderInverse = "light-dark(#FFFFFF, #262627)";
|
|
340
|
-
const GuitSemColorBorderInverseDisabled = "light-dark(#B7B7B9, #929295)";
|
|
341
|
-
const GuitSemColorBorderDisabled1 = "light-dark(#E8E8E8, #646468)";
|
|
342
|
-
const GuitSemColorBorderDisabled2 = "light-dark(#929295, #646468)";
|
|
343
|
-
const GuitSemColorRaisedTopRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
344
|
-
const GuitSemColorRaisedBottomRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
345
|
-
const GuitSemFontDisplayBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
346
|
-
const GuitSemFontDisplayBoldFontSize = "6.4rem";
|
|
347
|
-
const GuitSemFontDisplayBoldFontWeight = "700";
|
|
348
|
-
const GuitSemFontDisplayBoldLineHeight = "8rem";
|
|
349
|
-
const GuitSemFontDisplaySemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
350
|
-
const GuitSemFontDisplaySemiboldFontSize = "6.4rem";
|
|
351
|
-
const GuitSemFontDisplaySemiboldFontWeight = "600";
|
|
352
|
-
const GuitSemFontDisplaySemiboldLineHeight = "8rem";
|
|
353
|
-
const GuitSemFontHeadingXlargeBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
354
|
-
const GuitSemFontHeadingXlargeBoldFontSize = "4.8rem";
|
|
355
|
-
const GuitSemFontHeadingXlargeBoldFontWeight = "700";
|
|
356
|
-
const GuitSemFontHeadingXlargeBoldLineHeight = "6.4rem";
|
|
357
215
|
const GuitSemFontHeadingXlargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
358
216
|
const GuitSemFontHeadingXlargeSemiboldFontSize = "4.8rem";
|
|
359
217
|
const GuitSemFontHeadingXlargeSemiboldFontWeight = "600";
|
|
360
218
|
const GuitSemFontHeadingXlargeSemiboldLineHeight = "6.4rem";
|
|
361
|
-
const GuitSemFontHeadingLargeBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
362
|
-
const GuitSemFontHeadingLargeBoldFontSize = "4rem";
|
|
363
|
-
const GuitSemFontHeadingLargeBoldFontWeight = "700";
|
|
364
|
-
const GuitSemFontHeadingLargeBoldLineHeight = "4.8rem";
|
|
365
219
|
const GuitSemFontHeadingLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
366
220
|
const GuitSemFontHeadingLargeSemiboldFontSize = "4rem";
|
|
367
221
|
const GuitSemFontHeadingLargeSemiboldFontWeight = "600";
|
|
368
222
|
const GuitSemFontHeadingLargeSemiboldLineHeight = "4.8rem";
|
|
369
|
-
const GuitSemFontHeadingMediumBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
370
|
-
const GuitSemFontHeadingMediumBoldFontSize = "3.2rem";
|
|
371
|
-
const GuitSemFontHeadingMediumBoldFontWeight = "700";
|
|
372
|
-
const GuitSemFontHeadingMediumBoldLineHeight = "4rem";
|
|
373
223
|
const GuitSemFontHeadingMediumSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
374
224
|
const GuitSemFontHeadingMediumSemiboldFontSize = "3.2rem";
|
|
375
225
|
const GuitSemFontHeadingMediumSemiboldFontWeight = "600";
|
|
376
226
|
const GuitSemFontHeadingMediumSemiboldLineHeight = "4rem";
|
|
377
|
-
const GuitSemFontHeadingSmallBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
378
|
-
const GuitSemFontHeadingSmallBoldFontSize = "2.8rem";
|
|
379
|
-
const GuitSemFontHeadingSmallBoldFontWeight = "700";
|
|
380
|
-
const GuitSemFontHeadingSmallBoldLineHeight = "4rem";
|
|
381
227
|
const GuitSemFontHeadingSmallSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
382
228
|
const GuitSemFontHeadingSmallSemiboldFontSize = "2.8rem";
|
|
383
229
|
const GuitSemFontHeadingSmallSemiboldFontWeight = "600";
|
|
384
230
|
const GuitSemFontHeadingSmallSemiboldLineHeight = "4rem";
|
|
385
|
-
const GuitSemFontSubheadingLargeBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
386
|
-
const GuitSemFontSubheadingLargeBoldFontSize = "2rem";
|
|
387
|
-
const GuitSemFontSubheadingLargeBoldFontWeight = "700";
|
|
388
|
-
const GuitSemFontSubheadingLargeBoldLineHeight = "2.8rem";
|
|
389
231
|
const GuitSemFontSubheadingLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
390
232
|
const GuitSemFontSubheadingLargeSemiboldFontSize = "2rem";
|
|
391
233
|
const GuitSemFontSubheadingLargeSemiboldFontWeight = "600";
|
|
392
234
|
const GuitSemFontSubheadingLargeSemiboldLineHeight = "2.8rem";
|
|
393
|
-
const GuitSemFontSubheadingMediumBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
394
|
-
const GuitSemFontSubheadingMediumBoldFontSize = "1.8rem";
|
|
395
|
-
const GuitSemFontSubheadingMediumBoldFontWeight = "700";
|
|
396
|
-
const GuitSemFontSubheadingMediumBoldLineHeight = "2.4rem";
|
|
397
235
|
const GuitSemFontSubheadingMediumSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
398
236
|
const GuitSemFontSubheadingMediumSemiboldFontSize = "1.8rem";
|
|
399
237
|
const GuitSemFontSubheadingMediumSemiboldFontWeight = "600";
|
|
400
238
|
const GuitSemFontSubheadingMediumSemiboldLineHeight = "2.4rem";
|
|
401
|
-
const GuitSemFontLabelLargeDefaultBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
402
|
-
const GuitSemFontLabelLargeDefaultBoldFontSize = "1.6rem";
|
|
403
|
-
const GuitSemFontLabelLargeDefaultBoldFontWeight = "700";
|
|
404
|
-
const GuitSemFontLabelLargeDefaultBoldLineHeight = "2.4rem";
|
|
405
239
|
const GuitSemFontLabelLargeDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
406
240
|
const GuitSemFontLabelLargeDefaultSemiboldFontSize = "1.6rem";
|
|
407
241
|
const GuitSemFontLabelLargeDefaultSemiboldFontWeight = "600";
|
|
408
242
|
const GuitSemFontLabelLargeDefaultSemiboldLineHeight = "2.4rem";
|
|
409
|
-
const GuitSemFontLabelLargeUnderlineBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
410
|
-
const GuitSemFontLabelLargeUnderlineBoldFontSize = "1.6rem";
|
|
411
|
-
const GuitSemFontLabelLargeUnderlineBoldFontWeight = "700";
|
|
412
|
-
const GuitSemFontLabelLargeUnderlineBoldLineHeight = "2.4rem";
|
|
413
|
-
const GuitSemFontLabelLargeUnderlineBoldTextDecoration = "Underline";
|
|
414
243
|
const GuitSemFontLabelLargeUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
415
244
|
const GuitSemFontLabelLargeUnderlineSemiboldFontSize = "1.6rem";
|
|
416
245
|
const GuitSemFontLabelLargeUnderlineSemiboldFontWeight = "600";
|
|
417
246
|
const GuitSemFontLabelLargeUnderlineSemiboldLineHeight = "2.4rem";
|
|
418
247
|
const GuitSemFontLabelLargeUnderlineSemiboldTextDecoration = "Underline";
|
|
419
|
-
const GuitSemFontLabelMediumDefaultBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
420
248
|
const GuitSemFontLabelMediumDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
421
249
|
const GuitSemFontLabelMediumDefaultSemiboldFontSize = "1.4rem";
|
|
422
250
|
const GuitSemFontLabelMediumDefaultSemiboldFontWeight = "600";
|
|
423
251
|
const GuitSemFontLabelMediumDefaultSemiboldLineHeight = "2rem";
|
|
424
|
-
const GuitSemFontLabelMediumDefaultBoldFontSize = "1.4rem";
|
|
425
|
-
const GuitSemFontLabelMediumDefaultBoldFontWeight = "700";
|
|
426
|
-
const GuitSemFontLabelMediumDefaultBoldLineHeight = "2rem";
|
|
427
|
-
const GuitSemFontLabelMediumUnderlineBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
428
|
-
const GuitSemFontLabelMediumUnderlineBoldFontSize = "1.4rem";
|
|
429
|
-
const GuitSemFontLabelMediumUnderlineBoldFontWeight = "700";
|
|
430
|
-
const GuitSemFontLabelMediumUnderlineBoldLineHeight = "2rem";
|
|
431
|
-
const GuitSemFontLabelMediumUnderlineBoldTextDecoration = "Underline";
|
|
432
252
|
const GuitSemFontLabelMediumUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
433
253
|
const GuitSemFontLabelMediumUnderlineSemiboldFontSize = "1.4rem";
|
|
434
254
|
const GuitSemFontLabelMediumUnderlineSemiboldFontWeight = "600";
|
|
@@ -488,6 +308,11 @@ const GuitSemFontBodyMediumUnderlineRegularFontSize = "1.4rem";
|
|
|
488
308
|
const GuitSemFontBodyMediumUnderlineRegularFontWeight = "400";
|
|
489
309
|
const GuitSemFontBodyMediumUnderlineRegularLineHeight = "2rem";
|
|
490
310
|
const GuitSemFontBodyMediumUnderlineRegularTextDecoration = "Underline";
|
|
311
|
+
const GuitSemFontCaptionLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
312
|
+
const GuitSemFontCaptionLargeSemiboldFontSize = "1.2rem";
|
|
313
|
+
const GuitSemFontCaptionLargeSemiboldFontWeight = "600";
|
|
314
|
+
const GuitSemFontCaptionLargeSemiboldLlneHeight = "1.6rem";
|
|
315
|
+
const GuitSemFontCaptionLargeSemiboldLetterSpacing = "0.03rem";
|
|
491
316
|
const GuitSemFontCaptionLargeMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
492
317
|
const GuitSemFontCaptionLargeMediumFontSize = "1.2rem";
|
|
493
318
|
const GuitSemFontCaptionLargeMediumFontWeight = "500";
|
|
@@ -508,10 +333,6 @@ const GuitSemFontCaptionMediumMediumFontSize = "1rem";
|
|
|
508
333
|
const GuitSemFontCaptionMediumMediumFontWeight = "500";
|
|
509
334
|
const GuitSemFontCaptionMediumMediumLineHeight = "1.4rem";
|
|
510
335
|
const GuitSemFontCaptionMediumMediumLetterSpacing = "0.03rem";
|
|
511
|
-
const GuitSemFontHeadingXsmallBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
512
|
-
const GuitSemFontHeadingXsmallBoldFontSize = "2.4rem";
|
|
513
|
-
const GuitSemFontHeadingXsmallBoldFontWeight = "700";
|
|
514
|
-
const GuitSemFontHeadingXsmallBoldLineHeight = "3.2rem";
|
|
515
336
|
const GuitSemFontHeadingXsmallSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
516
337
|
const GuitSemFontHeadingXsmallSemiboldFontSize = "2.4rem";
|
|
517
338
|
const GuitSemFontHeadingXsmallSemiboldFontWeight = "600";
|
|
@@ -534,19 +355,10 @@ const GuitSemFontLabelMediumUnderlineMediumFontSize = "1.4rem";
|
|
|
534
355
|
const GuitSemFontLabelMediumUnderlineMediumFontWeight = "500";
|
|
535
356
|
const GuitSemFontLabelMediumUnderlineMediumLineHeight = "2rem";
|
|
536
357
|
const GuitSemFontLabelMediumUnderlineMediumTextDecoration = "Underline";
|
|
537
|
-
const GuitSemFontLabelSmallDefaultBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
538
358
|
const GuitSemFontLabelSmallDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
539
359
|
const GuitSemFontLabelSmallDefaultSemiboldFontSize = "1.2rem";
|
|
540
360
|
const GuitSemFontLabelSmallDefaultSemiboldFontWeight = "600";
|
|
541
361
|
const GuitSemFontLabelSmallDefaultSemiboldLineHeight = "1.6rem";
|
|
542
|
-
const GuitSemFontLabelSmallDefaultBoldFontSize = "1.2rem";
|
|
543
|
-
const GuitSemFontLabelSmallDefaultBoldFontWeight = "700";
|
|
544
|
-
const GuitSemFontLabelSmallDefaultBoldLineHeight = "1.6rem";
|
|
545
|
-
const GuitSemFontLabelSmallUnderlineBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
546
|
-
const GuitSemFontLabelSmallUnderlineBoldFontSize = "1.2rem";
|
|
547
|
-
const GuitSemFontLabelSmallUnderlineBoldFontWeight = "700";
|
|
548
|
-
const GuitSemFontLabelSmallUnderlineBoldLineHeight = "1.6rem";
|
|
549
|
-
const GuitSemFontLabelSmallUnderlineBoldTextDecoration = "Underline";
|
|
550
362
|
const GuitSemFontLabelSmallUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
551
363
|
const GuitSemFontLabelSmallUnderlineSemiboldFontSize = "1.2rem";
|
|
552
364
|
const GuitSemFontLabelSmallUnderlineSemiboldFontWeight = "600";
|
|
@@ -573,46 +385,47 @@ const GuitSemSpacingBodyMediumDefaultRegularParagraphSpacing = "2rem";
|
|
|
573
385
|
const GuitSemSpacingBodyMediumUnderlineSemiboldParagraphSpacing = "2rem";
|
|
574
386
|
const GuitSemSpacingBodyMediumUnderlineMediumParagraphSpacing = "2rem";
|
|
575
387
|
const GuitSemSpacingBodyMediumUnderlineRegularParagraphSpacing = "2rem";
|
|
388
|
+
const GuitSemSpacingCaptionLargeSemiboldParagraphSpacing = "1.6rem";
|
|
576
389
|
const GuitSemSpacingCaptionLargeMediumParagraphSpacing = "1.6rem";
|
|
577
390
|
const GuitSemSpacingCaptionLargeRegularParagraphSpacing = "1.6rem";
|
|
578
391
|
const GuitSemSpacingCaptionMediumRegularParagraphSpacing = "1.2rem";
|
|
579
392
|
const GuitSemSpacingCaptionMediumMediumParagraphSpacing = "1.2rem";
|
|
580
393
|
const GuitSemSizingWidthNone = "0rem";
|
|
581
|
-
const
|
|
582
|
-
const
|
|
583
|
-
const
|
|
584
|
-
const
|
|
585
|
-
const
|
|
586
|
-
const
|
|
587
|
-
const
|
|
588
|
-
const
|
|
589
|
-
const
|
|
590
|
-
const
|
|
591
|
-
const
|
|
592
|
-
const
|
|
593
|
-
const
|
|
594
|
-
const
|
|
595
|
-
const
|
|
596
|
-
const
|
|
597
|
-
const
|
|
394
|
+
const GuitSemSizingWidth4xsmall = "0.4rem";
|
|
395
|
+
const GuitSemSizingWidth3xsmall = "0.8rem";
|
|
396
|
+
const GuitSemSizingWidth2xsmall = "1.2rem";
|
|
397
|
+
const GuitSemSizingWidthXsmall = "1.6rem";
|
|
398
|
+
const GuitSemSizingWidthSmallNudge = "2rem";
|
|
399
|
+
const GuitSemSizingWidthSmall = "2.4rem";
|
|
400
|
+
const GuitSemSizingWidthMediumNudge = "2.8rem";
|
|
401
|
+
const GuitSemSizingWidthMedium = "3.2rem";
|
|
402
|
+
const GuitSemSizingWidthLargeNudge = "3.6rem";
|
|
403
|
+
const GuitSemSizingWidthLarge = "4rem";
|
|
404
|
+
const GuitSemSizingWidthXlarge = "4.8rem";
|
|
405
|
+
const GuitSemSizingWidth2xlarge = "5.6rem";
|
|
406
|
+
const GuitSemSizingWidth3xlarge = "6.4rem";
|
|
407
|
+
const GuitSemSizingWidth4xlarge = "8rem";
|
|
408
|
+
const GuitSemSizingWidth5xlarge = "9.6rem";
|
|
409
|
+
const GuitSemSizingWidth6xlarge = "12rem";
|
|
410
|
+
const GuitSemSizingWidth7xlarge = "16rem";
|
|
598
411
|
const GuitSemSizingHeightNone = "0rem";
|
|
599
|
-
const
|
|
600
|
-
const
|
|
601
|
-
const
|
|
602
|
-
const
|
|
603
|
-
const
|
|
604
|
-
const
|
|
605
|
-
const
|
|
606
|
-
const
|
|
607
|
-
const
|
|
608
|
-
const
|
|
609
|
-
const
|
|
610
|
-
const
|
|
611
|
-
const
|
|
612
|
-
const
|
|
613
|
-
const
|
|
614
|
-
const
|
|
615
|
-
const
|
|
412
|
+
const GuitSemSizingHeight4xsmall = "0.4rem";
|
|
413
|
+
const GuitSemSizingHeight3xsmall = "0.8rem";
|
|
414
|
+
const GuitSemSizingHeight2xsmall = "1.2rem";
|
|
415
|
+
const GuitSemSizingHeightXsmall = "1.6rem";
|
|
416
|
+
const GuitSemSizingHeightSmallNudge = "2rem";
|
|
417
|
+
const GuitSemSizingHeightSmall = "2.4rem";
|
|
418
|
+
const GuitSemSizingHeightMediumNudge = "2.8rem";
|
|
419
|
+
const GuitSemSizingHeightMedium = "3.2rem";
|
|
420
|
+
const GuitSemSizingHeightLargeNudge = "3.6rem";
|
|
421
|
+
const GuitSemSizingHeightLarge = "4rem";
|
|
422
|
+
const GuitSemSizingHeightXlarge = "4.8rem";
|
|
423
|
+
const GuitSemSizingHeight2xlarge = "5.6rem";
|
|
424
|
+
const GuitSemSizingHeight3xlarge = "6.4rem";
|
|
425
|
+
const GuitSemSizingHeight4xlarge = "8rem";
|
|
426
|
+
const GuitSemSizingHeight5xlarge = "9.6rem";
|
|
427
|
+
const GuitSemSizingHeight6xlarge = "12rem";
|
|
428
|
+
const GuitSemSizingHeight7xlarge = "16rem";
|
|
616
429
|
const GuitSemBorderDefaultWidth = "0.1rem";
|
|
617
430
|
const GuitSemBorderDefaultStyle = "solid";
|
|
618
431
|
const GuitSemBorderFocusWidth = "0.2rem";
|
|
@@ -651,6 +464,138 @@ const GuitSemShadowRaisedBottomPositionX = "0rem";
|
|
|
651
464
|
const GuitSemShadowRaisedBottomPositionY = "0.2rem";
|
|
652
465
|
const GuitSemShadowRaisedBottomBlur = "0.6rem";
|
|
653
466
|
const GuitSemShadowRaisedBottomSpread = "0.2rem";
|
|
467
|
+
const GuitSemColorForegroundNeutral2Notheme = "#262627";
|
|
468
|
+
const GuitSemColorBackgroundNeutral4 = "#262627";
|
|
469
|
+
const GuitSemColorForegroundInverseNotheme = "#FFFFFF";
|
|
470
|
+
const GuitSemColorBackgroundSuccess2Pressed = "#1E8A5C";
|
|
471
|
+
const GuitSemColorSurfaceNeutral1 = "light-dark(#FFFFFF, #1c1c1c)";
|
|
472
|
+
const GuitSemColorSurfaceNeutral2 = "light-dark(#F5F5F5, #141414)";
|
|
473
|
+
const GuitSemColorFloating1Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
474
|
+
const GuitSemColorFloating1Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
475
|
+
const GuitSemColorFloating2Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
476
|
+
const GuitSemColorFloating2Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
477
|
+
const GuitSemColorFloating3Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
478
|
+
const GuitSemColorFloating3Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
479
|
+
const GuitSemColorBackgroundNeutral1 = "light-dark(#FFFFFF, #1c1c1c)";
|
|
480
|
+
const GuitSemColorForegroundNeutral1 = "light-dark(#646468, #B7B7B9)";
|
|
481
|
+
const GuitSemColorBackgroundNeutral1Hover = "light-dark(#F5F5F5, #262627)";
|
|
482
|
+
const GuitSemColorForegroundNeutral2 = "light-dark(#262627, #F5F5F5)";
|
|
483
|
+
const GuitSemColorForegroundNeutral2Hover = "light-dark(#323234, #E8E8E8)";
|
|
484
|
+
const GuitSemColorForegroundNeutral2Pressed = "light-dark(#1c1c1c, #FAFAFA)";
|
|
485
|
+
const GuitSemColorBackgroundNeutral1Pressed = "light-dark(#E8E8E8, #323234)";
|
|
486
|
+
const GuitSemColorForegroundBrand = "light-dark(#1473E6, #95C0F4)";
|
|
487
|
+
const GuitSemColorForegroundBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
488
|
+
const GuitSemColorForegroundBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
489
|
+
const GuitSemColorBackgroundNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
490
|
+
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
491
|
+
const GuitSemColorBackgroundNeutral2Hover = "light-dark(#E8E8E8, #323234)";
|
|
492
|
+
const GuitSemColorBackgroundNeutral2Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
493
|
+
const GuitSemColorForegroundSuccess = "light-dark(#18714C, #B6ECD5)";
|
|
494
|
+
const GuitSemColorBackgroundNeutral3 = "light-dark(#E8E8E8, #323234)";
|
|
495
|
+
const GuitSemColorForegroundWarning = "light-dark(#7E6030, #F0D09D)";
|
|
496
|
+
const GuitSemColorForegroundRecommendation = "light-dark(#553EB7, #D7CFF7)";
|
|
497
|
+
const GuitSemColorForegroundInformative = "light-dark(#105EBC, #C3DBF9)";
|
|
498
|
+
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
499
|
+
const GuitSemColorForegroundSelected = "light-dark(#1473E6, #95C0F4)";
|
|
500
|
+
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
501
|
+
const GuitSemColorForegroundSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
502
|
+
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
503
|
+
const GuitSemColorForegroundSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
504
|
+
const GuitSemColorBackgroundBrand2 = "light-dark(#1473E6, #599CED)";
|
|
505
|
+
const GuitSemColorBackgroundBrand2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
506
|
+
const GuitSemColorBackgroundBrand2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
507
|
+
const GuitSemColorBackgroundError1 = "light-dark(#FCEAE9, #98332F)";
|
|
508
|
+
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
509
|
+
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
510
|
+
const GuitSemColorForegroundInverseHover = "light-dark(#F5F5F5, #323234)";
|
|
511
|
+
const GuitSemColorForegroundInversePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
512
|
+
const GuitSemColorForegroundInverseDisabled = "light-dark(#B7B7B9, #646468)";
|
|
513
|
+
const GuitSemColorBackgroundError1Pressed = "light-dark(#F2A09C, #61211E)";
|
|
514
|
+
const GuitSemColorForegroundDisabled = "light-dark(#929295, #646468)";
|
|
515
|
+
const GuitSemColorForegroundAccentBlue = "light-dark(#105EBC, #C3DBF9)";
|
|
516
|
+
const GuitSemColorForegroundAccentRed = "light-dark(#98332F, #F8CBC9)";
|
|
517
|
+
const GuitSemColorForegroundAccentGreen = "light-dark(#18714C, #B6ECD5)";
|
|
518
|
+
const GuitSemColorForegroundAccentOrange = "light-dark(#684F27, #F7E4C7)";
|
|
519
|
+
const GuitSemColorForegroundAccentPurple = "light-dark(#553EB7, #D7CFF7)";
|
|
520
|
+
const GuitSemColorForegroundAccentLagoon = "light-dark(#23636C, #C8DCDF)";
|
|
521
|
+
const GuitSemColorForegroundAccentMagenta = "light-dark(#A60063, #EDCADF)";
|
|
522
|
+
const GuitSemColorForegroundAccentSlate = "light-dark(#4F4F6E, #D5D5DC)";
|
|
523
|
+
const GuitSemColorBackgroundError2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
524
|
+
const GuitSemColorBackgroundError2Hover = "light-dark(#98332F, #F2A09C)";
|
|
525
|
+
const GuitSemColorBackgroundError2Pressed = "light-dark(#61211E, #E64D47)";
|
|
526
|
+
const GuitSemColorBackgroundSuccess1 = "light-dark(#E3F7EE, #18714C)";
|
|
527
|
+
const GuitSemColorBackgroundSuccess1Hover = "light-dark(#B6ECD5, #1E8A5C)";
|
|
528
|
+
const GuitSemColorBackgroundSuccess1Pressed = "light-dark(#76DBAF, #0F472F)";
|
|
529
|
+
const GuitSemColorBackgroundSuccess2 = "light-dark(#2BC784, #25AC72)";
|
|
530
|
+
const GuitSemColorBackgroundSuccess2Hover = "light-dark(#25AC72, #2BC784)";
|
|
531
|
+
const GuitSemColorBackgroundWarning1 = "light-dark(#F7E4C7, #684F27)";
|
|
532
|
+
const GuitSemColorBackgroundWarning2 = "light-dark(#E6AF57, #7E6030)";
|
|
533
|
+
const GuitSemColorBackgroundRecommendation1 = "light-dark(#E9E5FB, #553EB7)";
|
|
534
|
+
const GuitSemColorBackgroundRecommendation2 = "light-dark(#684AE0, #BAACF1)";
|
|
535
|
+
const GuitSemColorBackgroundInformative = "light-dark(#E8F1FD, #105EBC)";
|
|
536
|
+
const GuitSemColorBackgroundSelected1 = "light-dark(#C3DBF9, #105EBC)";
|
|
537
|
+
const GuitSemColorBackgroundSelected1Hover = "light-dark(#95C0F4, #1473E6)";
|
|
538
|
+
const GuitSemColorBackgroundSelected1Pressed = "light-dark(#599CED, #0A3B75)";
|
|
539
|
+
const GuitSemColorBackgroundSelected2 = "light-dark(#1473E6, #599CED)";
|
|
540
|
+
const GuitSemColorBackgroundSelected2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
541
|
+
const GuitSemColorBackgroundSelected2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
542
|
+
const GuitSemColorBackgroundInverse = "light-dark(#FFFFFF, #1c1c1c)";
|
|
543
|
+
const GuitSemColorBackgroundInverseHover = "light-dark(#F5F5F5, #262627)";
|
|
544
|
+
const GuitSemColorBackgroundInversePressed = "light-dark(#E8E8E8, #323234)";
|
|
545
|
+
const GuitSemColorBackgroundDisabled = "light-dark(#E8E8E8, #323234)";
|
|
546
|
+
const GuitSemColorBackgroundAccentBlue1 = "light-dark(#E8F1FD, #0A3B75)";
|
|
547
|
+
const GuitSemColorBackgroundAccentBlue2 = "light-dark(#1473E6, #599CED)";
|
|
548
|
+
const GuitSemColorBackgroundAccentRed1 = "light-dark(#FCEAE9, #61211E)";
|
|
549
|
+
const GuitSemColorBackgroundAccentRed2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
550
|
+
const GuitSemColorBackgroundAccentGreen1 = "light-dark(#E3F7EE, #0F472F)";
|
|
551
|
+
const GuitSemColorBackgroundAccentGreen2 = "light-dark(#18714C, #2BC784)";
|
|
552
|
+
const GuitSemColorBackgroundAccentOrange1 = "light-dark(#F7E4C7, #42331A)";
|
|
553
|
+
const GuitSemColorBackgroundAccentOrange2 = "light-dark(#7E6030, #BA8B40)";
|
|
554
|
+
const GuitSemColorBackgroundAccentPurple1 = "light-dark(#E9E5FB, #372777)";
|
|
555
|
+
const GuitSemColorBackgroundAccentPurple2 = "light-dark(#684AE0, #9681E9)";
|
|
556
|
+
const GuitSemColorBackgroundAccentLagoon1 = "light-dark(#DFEBEC, #174045)";
|
|
557
|
+
const GuitSemColorBackgroundAccentLagoon2 = "light-dark(#2C7C87, #6AA2A9)";
|
|
558
|
+
const GuitSemColorBackgroundAccentMagenta1 = "light-dark(#F4E1EC, #A60063)";
|
|
559
|
+
const GuitSemColorBackgroundAccentMagenta2 = "light-dark(#AF1A73, #CC6CA5)";
|
|
560
|
+
const GuitSemColorBackgroundAccentSlate1 = "light-dark(#E9E9ED, #3D3D5F)";
|
|
561
|
+
const GuitSemColorBackgroundAccentSlate2 = "light-dark(#4F4F6E, #8F8FA3)";
|
|
562
|
+
const GuitSemColorBackgroundTransparent1 = "light-dark(rgba(20, 20, 20, 0.00), rgba(255, 255, 255, 0.00))";
|
|
563
|
+
const GuitSemColorBackgroundTransparent1Hover = "light-dark(rgba(20, 20, 20, 0.1), rgba(255, 255, 255, 0.1))";
|
|
564
|
+
const GuitSemColorBackgroundTransparent1Pressed = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
565
|
+
const GuitSemColorBackgroundTransparent2 = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
566
|
+
const GuitSemColorBackgroundTransparentOverlay = "light-dark(rgba(20, 20, 20, 0.3), rgba(255, 255, 255, 0.3))";
|
|
567
|
+
const GuitSemColorBackgroundTransparentOverlayNotheme1 = "light-dark(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.2))";
|
|
568
|
+
const GuitSemColorBackgroundTransparentOverlayNotheme2 = "light-dark(rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.4))";
|
|
569
|
+
const GuitSemColorBackgroundTransparentInverse1 = "light-dark(rgba(255, 255, 255, 0.00), rgba(20, 20, 20, 0.1))";
|
|
570
|
+
const GuitSemColorBackgroundTransparentInverse1Hover = "light-dark(rgba(255, 255, 255, 0.1), rgba(20, 20, 20, 0.2))";
|
|
571
|
+
const GuitSemColorBackgroundTransparentInverse1Pressed = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.3))";
|
|
572
|
+
const GuitSemColorBackgroundTransparentInverse2 = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.2))";
|
|
573
|
+
const GuitSemColorBackgroundTransparentInverse2Hover = "light-dark(rgba(255, 255, 255, 0.3), rgba(20, 20, 20, 0.3))";
|
|
574
|
+
const GuitSemColorBackgroundTransparentInverse2Pressed = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
575
|
+
const GuitSemColorBackgroundTransparentInverseDisabled = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
576
|
+
const GuitSemColorBackgroundTransparentInverseDisabled2 = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
577
|
+
const GuitSemColorBorderNeutral1 = "light-dark(#FFFFFF, #141414)";
|
|
578
|
+
const GuitSemColorBorderNeutral2 = "light-dark(#D3D3D4, #323234)";
|
|
579
|
+
const GuitSemColorBorderNeutral3 = "light-dark(#646468, #D3D3D4)";
|
|
580
|
+
const GuitSemColorBorderNeutral4 = "light-dark(#262627, #F5F5F5)";
|
|
581
|
+
const GuitSemColorBorderBrand = "light-dark(#1473E6, #95C0F4)";
|
|
582
|
+
const GuitSemColorBorderBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
583
|
+
const GuitSemColorBorderBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
584
|
+
const GuitSemColorBorderError = "light-dark(#98332F, #F2A09C)";
|
|
585
|
+
const GuitSemColorBorderSuccess = "light-dark(#18714C, #76DBAF)";
|
|
586
|
+
const GuitSemColorBorderWarning = "light-dark(#7E6030, #F0D09D)";
|
|
587
|
+
const GuitSemColorBorderRecommendation = "light-dark(#553EB7, #BAACF1)";
|
|
588
|
+
const GuitSemColorBorderInformative = "light-dark(#105EBC, #95C0F4)";
|
|
589
|
+
const GuitSemColorBorderSelected = "light-dark(#1473E6, #95C0F4)";
|
|
590
|
+
const GuitSemColorBorderSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
591
|
+
const GuitSemColorBorderSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
592
|
+
const GuitSemColorBorderFocus = "light-dark(#95C0F4, #1473E6)";
|
|
593
|
+
const GuitSemColorBorderInverse = "light-dark(#FFFFFF, #262627)";
|
|
594
|
+
const GuitSemColorBorderInverseDisabled = "light-dark(#B7B7B9, #929295)";
|
|
595
|
+
const GuitSemColorBorderDisabled1 = "light-dark(#E8E8E8, #646468)";
|
|
596
|
+
const GuitSemColorBorderDisabled2 = "light-dark(#929295, #646468)";
|
|
597
|
+
const GuitSemColorRaisedTopRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
598
|
+
const GuitSemColorRaisedBottomRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
654
599
|
|
|
655
600
|
var jsTokens = /*#__PURE__*/Object.freeze({
|
|
656
601
|
__proto__: null,
|
|
@@ -671,14 +616,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
671
616
|
GuitRefColorBlue500: GuitRefColorBlue500,
|
|
672
617
|
GuitRefColorBlue60: GuitRefColorBlue60,
|
|
673
618
|
GuitRefColorBlue80: GuitRefColorBlue80,
|
|
674
|
-
GuitRefColorCarmine100: GuitRefColorCarmine100,
|
|
675
|
-
GuitRefColorCarmine200: GuitRefColorCarmine200,
|
|
676
|
-
GuitRefColorCarmine300base: GuitRefColorCarmine300base,
|
|
677
|
-
GuitRefColorCarmine40: GuitRefColorCarmine40,
|
|
678
|
-
GuitRefColorCarmine400: GuitRefColorCarmine400,
|
|
679
|
-
GuitRefColorCarmine500: GuitRefColorCarmine500,
|
|
680
|
-
GuitRefColorCarmine60: GuitRefColorCarmine60,
|
|
681
|
-
GuitRefColorCarmine80: GuitRefColorCarmine80,
|
|
682
619
|
GuitRefColorGreen100base: GuitRefColorGreen100base,
|
|
683
620
|
GuitRefColorGreen200: GuitRefColorGreen200,
|
|
684
621
|
GuitRefColorGreen300: GuitRefColorGreen300,
|
|
@@ -757,6 +694,7 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
757
694
|
GuitRefColorTransparentNeutral80020: GuitRefColorTransparentNeutral80020,
|
|
758
695
|
GuitRefColorTransparentNeutral80030: GuitRefColorTransparentNeutral80030,
|
|
759
696
|
GuitRefColorTransparentNeutral80040: GuitRefColorTransparentNeutral80040,
|
|
697
|
+
GuitRefColorTransparentNeutral80080: GuitRefColorTransparentNeutral80080,
|
|
760
698
|
GuitRefFontFamilyArmenian: GuitRefFontFamilyArmenian,
|
|
761
699
|
GuitRefFontFamilyLatin: GuitRefFontFamilyLatin,
|
|
762
700
|
GuitRefFontFamilyMonospace: GuitRefFontFamilyMonospace,
|
|
@@ -769,7 +707,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
769
707
|
GuitRefFontLineHeight200: GuitRefFontLineHeight200,
|
|
770
708
|
GuitRefFontLineHeight240: GuitRefFontLineHeight240,
|
|
771
709
|
GuitRefFontLineHeight320: GuitRefFontLineHeight320,
|
|
772
|
-
GuitRefFontLineHeight400: GuitRefFontLineHeight400,
|
|
773
710
|
GuitRefFontLineHeight60: GuitRefFontLineHeight60,
|
|
774
711
|
GuitRefFontLineHeight70: GuitRefFontLineHeight70,
|
|
775
712
|
GuitRefFontLineHeight80: GuitRefFontLineHeight80,
|
|
@@ -780,7 +717,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
780
717
|
GuitRefFontSize160: GuitRefFontSize160,
|
|
781
718
|
GuitRefFontSize200: GuitRefFontSize200,
|
|
782
719
|
GuitRefFontSize240: GuitRefFontSize240,
|
|
783
|
-
GuitRefFontSize320: GuitRefFontSize320,
|
|
784
720
|
GuitRefFontSize50: GuitRefFontSize50,
|
|
785
721
|
GuitRefFontSize60: GuitRefFontSize60,
|
|
786
722
|
GuitRefFontSize70: GuitRefFontSize70,
|
|
@@ -804,85 +740,93 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
804
740
|
GuitRefMotionDurationSlow: GuitRefMotionDurationSlow,
|
|
805
741
|
GuitRefMotionDurationSlowMacro: GuitRefMotionDurationSlowMacro,
|
|
806
742
|
GuitRefMotionEasingInput: GuitRefMotionEasingInput,
|
|
743
|
+
GuitRefMotionEasingInputAndOutput: GuitRefMotionEasingInputAndOutput,
|
|
807
744
|
GuitRefMotionEasingOutput: GuitRefMotionEasingOutput,
|
|
808
745
|
GuitRefMotionEasingStandard: GuitRefMotionEasingStandard,
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
746
|
+
GuitRefRadius2xlarge: GuitRefRadius2xlarge,
|
|
747
|
+
GuitRefRadius2xsmall: GuitRefRadius2xsmall,
|
|
748
|
+
GuitRefRadius3xlarge: GuitRefRadius3xlarge,
|
|
749
|
+
GuitRefRadius3xsmall: GuitRefRadius3xsmall,
|
|
750
|
+
GuitRefRadius4xlarge: GuitRefRadius4xlarge,
|
|
751
|
+
GuitRefRadius4xsmall: GuitRefRadius4xsmall,
|
|
815
752
|
GuitRefRadiusFull: GuitRefRadiusFull,
|
|
816
|
-
|
|
817
|
-
|
|
753
|
+
GuitRefRadiusLarge: GuitRefRadiusLarge,
|
|
754
|
+
GuitRefRadiusMedium: GuitRefRadiusMedium,
|
|
818
755
|
GuitRefRadiusNone: GuitRefRadiusNone,
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
756
|
+
GuitRefRadiusSmall: GuitRefRadiusSmall,
|
|
757
|
+
GuitRefRadiusXlarge: GuitRefRadiusXlarge,
|
|
758
|
+
GuitRefRadiusXsmall: GuitRefRadiusXsmall,
|
|
759
|
+
GuitRefShadowBlur2xsmall: GuitRefShadowBlur2xsmall,
|
|
760
|
+
GuitRefShadowBlurMedium: GuitRefShadowBlurMedium,
|
|
824
761
|
GuitRefShadowBlurNone: GuitRefShadowBlurNone,
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
762
|
+
GuitRefShadowBlurSmall: GuitRefShadowBlurSmall,
|
|
763
|
+
GuitRefShadowBlurXsmall: GuitRefShadowBlurXsmall,
|
|
764
|
+
GuitRefShadowPositioning2xsmall: GuitRefShadowPositioning2xsmall,
|
|
765
|
+
GuitRefShadowPositioningNegative2xsmall: GuitRefShadowPositioningNegative2xsmall,
|
|
829
766
|
GuitRefShadowPositioningNone: GuitRefShadowPositioningNone,
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
767
|
+
GuitRefShadowPositioningSmall: GuitRefShadowPositioningSmall,
|
|
768
|
+
GuitRefShadowPositioningXsmall: GuitRefShadowPositioningXsmall,
|
|
769
|
+
GuitRefShadowSpread2xsmall: GuitRefShadowSpread2xsmall,
|
|
833
770
|
GuitRefShadowSpreadNone: GuitRefShadowSpreadNone,
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
771
|
+
GuitRefShadowSpreadXsmall: GuitRefShadowSpreadXsmall,
|
|
772
|
+
GuitRefSizing2xlarge: GuitRefSizing2xlarge,
|
|
773
|
+
GuitRefSizing2xsmall: GuitRefSizing2xsmall,
|
|
774
|
+
GuitRefSizing3xlarge: GuitRefSizing3xlarge,
|
|
775
|
+
GuitRefSizing3xsmall: GuitRefSizing3xsmall,
|
|
776
|
+
GuitRefSizing4xlarge: GuitRefSizing4xlarge,
|
|
777
|
+
GuitRefSizing4xsmall: GuitRefSizing4xsmall,
|
|
778
|
+
GuitRefSizing5xlarge: GuitRefSizing5xlarge,
|
|
779
|
+
GuitRefSizing6xlarge: GuitRefSizing6xlarge,
|
|
843
780
|
GuitRefSizing7xl: GuitRefSizing7xl,
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
781
|
+
GuitRefSizingLarge: GuitRefSizingLarge,
|
|
782
|
+
GuitRefSizingLargeNudge: GuitRefSizingLargeNudge,
|
|
783
|
+
GuitRefSizingMedium: GuitRefSizingMedium,
|
|
784
|
+
GuitRefSizingMediumNudge: GuitRefSizingMediumNudge,
|
|
848
785
|
GuitRefSizingNone: GuitRefSizingNone,
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
786
|
+
GuitRefSizingSmall: GuitRefSizingSmall,
|
|
787
|
+
GuitRefSizingSmallNudge: GuitRefSizingSmallNudge,
|
|
788
|
+
GuitRefSizingXlarge: GuitRefSizingXlarge,
|
|
789
|
+
GuitRefSizingXsmall: GuitRefSizingXsmall,
|
|
853
790
|
GuitRefSpacing10xlarge: GuitRefSpacing10xlarge,
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
791
|
+
GuitRefSpacing2xlarge: GuitRefSpacing2xlarge,
|
|
792
|
+
GuitRefSpacing2xsmall: GuitRefSpacing2xsmall,
|
|
793
|
+
GuitRefSpacing3xlarge: GuitRefSpacing3xlarge,
|
|
794
|
+
GuitRefSpacing3xsmall: GuitRefSpacing3xsmall,
|
|
795
|
+
GuitRefSpacing4xlarge: GuitRefSpacing4xlarge,
|
|
796
|
+
GuitRefSpacing4xsmall: GuitRefSpacing4xsmall,
|
|
797
|
+
GuitRefSpacing5xlarge: GuitRefSpacing5xlarge,
|
|
798
|
+
GuitRefSpacing6xlarge: GuitRefSpacing6xlarge,
|
|
799
|
+
GuitRefSpacing7xlarge: GuitRefSpacing7xlarge,
|
|
800
|
+
GuitRefSpacing8xlarge: GuitRefSpacing8xlarge,
|
|
801
|
+
GuitRefSpacing9xlarge: GuitRefSpacing9xlarge,
|
|
802
|
+
GuitRefSpacingLarge: GuitRefSpacingLarge,
|
|
803
|
+
GuitRefSpacingMedium: GuitRefSpacingMedium,
|
|
867
804
|
GuitRefSpacingNone: GuitRefSpacingNone,
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
805
|
+
GuitRefSpacingSmall: GuitRefSpacingSmall,
|
|
806
|
+
GuitRefSpacingXlarge: GuitRefSpacingXlarge,
|
|
807
|
+
GuitRefSpacingXsmall: GuitRefSpacingXsmall,
|
|
871
808
|
GuitSemBorderDefaultStyle: GuitSemBorderDefaultStyle,
|
|
872
809
|
GuitSemBorderDefaultWidth: GuitSemBorderDefaultWidth,
|
|
873
810
|
GuitSemBorderFocusStyle: GuitSemBorderFocusStyle,
|
|
874
811
|
GuitSemBorderFocusWidth: GuitSemBorderFocusWidth,
|
|
875
812
|
GuitSemBorderHighlightStyle: GuitSemBorderHighlightStyle,
|
|
876
813
|
GuitSemBorderHighlightWidth: GuitSemBorderHighlightWidth,
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
814
|
+
GuitSemColorBackgroundAccentBlue1: GuitSemColorBackgroundAccentBlue1,
|
|
815
|
+
GuitSemColorBackgroundAccentBlue2: GuitSemColorBackgroundAccentBlue2,
|
|
816
|
+
GuitSemColorBackgroundAccentGreen1: GuitSemColorBackgroundAccentGreen1,
|
|
817
|
+
GuitSemColorBackgroundAccentGreen2: GuitSemColorBackgroundAccentGreen2,
|
|
818
|
+
GuitSemColorBackgroundAccentLagoon1: GuitSemColorBackgroundAccentLagoon1,
|
|
819
|
+
GuitSemColorBackgroundAccentLagoon2: GuitSemColorBackgroundAccentLagoon2,
|
|
820
|
+
GuitSemColorBackgroundAccentMagenta1: GuitSemColorBackgroundAccentMagenta1,
|
|
821
|
+
GuitSemColorBackgroundAccentMagenta2: GuitSemColorBackgroundAccentMagenta2,
|
|
822
|
+
GuitSemColorBackgroundAccentOrange1: GuitSemColorBackgroundAccentOrange1,
|
|
823
|
+
GuitSemColorBackgroundAccentOrange2: GuitSemColorBackgroundAccentOrange2,
|
|
824
|
+
GuitSemColorBackgroundAccentPurple1: GuitSemColorBackgroundAccentPurple1,
|
|
825
|
+
GuitSemColorBackgroundAccentPurple2: GuitSemColorBackgroundAccentPurple2,
|
|
883
826
|
GuitSemColorBackgroundAccentRed1: GuitSemColorBackgroundAccentRed1,
|
|
884
827
|
GuitSemColorBackgroundAccentRed2: GuitSemColorBackgroundAccentRed2,
|
|
885
|
-
|
|
828
|
+
GuitSemColorBackgroundAccentSlate1: GuitSemColorBackgroundAccentSlate1,
|
|
829
|
+
GuitSemColorBackgroundAccentSlate2: GuitSemColorBackgroundAccentSlate2,
|
|
886
830
|
GuitSemColorBackgroundBrand1: GuitSemColorBackgroundBrand1,
|
|
887
831
|
GuitSemColorBackgroundBrand1Hover: GuitSemColorBackgroundBrand1Hover,
|
|
888
832
|
GuitSemColorBackgroundBrand1Pressed: GuitSemColorBackgroundBrand1Pressed,
|
|
@@ -933,7 +877,10 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
933
877
|
GuitSemColorBackgroundTransparentInverse2Hover: GuitSemColorBackgroundTransparentInverse2Hover,
|
|
934
878
|
GuitSemColorBackgroundTransparentInverse2Pressed: GuitSemColorBackgroundTransparentInverse2Pressed,
|
|
935
879
|
GuitSemColorBackgroundTransparentInverseDisabled: GuitSemColorBackgroundTransparentInverseDisabled,
|
|
880
|
+
GuitSemColorBackgroundTransparentInverseDisabled2: GuitSemColorBackgroundTransparentInverseDisabled2,
|
|
936
881
|
GuitSemColorBackgroundTransparentOverlay: GuitSemColorBackgroundTransparentOverlay,
|
|
882
|
+
GuitSemColorBackgroundTransparentOverlayNotheme1: GuitSemColorBackgroundTransparentOverlayNotheme1,
|
|
883
|
+
GuitSemColorBackgroundTransparentOverlayNotheme2: GuitSemColorBackgroundTransparentOverlayNotheme2,
|
|
937
884
|
GuitSemColorBackgroundWarning1: GuitSemColorBackgroundWarning1,
|
|
938
885
|
GuitSemColorBackgroundWarning2: GuitSemColorBackgroundWarning2,
|
|
939
886
|
GuitSemColorBorderBrand: GuitSemColorBorderBrand,
|
|
@@ -951,6 +898,9 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
951
898
|
GuitSemColorBorderNeutral3: GuitSemColorBorderNeutral3,
|
|
952
899
|
GuitSemColorBorderNeutral4: GuitSemColorBorderNeutral4,
|
|
953
900
|
GuitSemColorBorderRecommendation: GuitSemColorBorderRecommendation,
|
|
901
|
+
GuitSemColorBorderSelected: GuitSemColorBorderSelected,
|
|
902
|
+
GuitSemColorBorderSelectedHover: GuitSemColorBorderSelectedHover,
|
|
903
|
+
GuitSemColorBorderSelectedPressed: GuitSemColorBorderSelectedPressed,
|
|
954
904
|
GuitSemColorBorderSuccess: GuitSemColorBorderSuccess,
|
|
955
905
|
GuitSemColorBorderWarning: GuitSemColorBorderWarning,
|
|
956
906
|
GuitSemColorFloating1Rgba1: GuitSemColorFloating1Rgba1,
|
|
@@ -993,9 +943,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
993
943
|
GuitSemColorRaisedTopRgba: GuitSemColorRaisedTopRgba,
|
|
994
944
|
GuitSemColorSurfaceNeutral1: GuitSemColorSurfaceNeutral1,
|
|
995
945
|
GuitSemColorSurfaceNeutral2: GuitSemColorSurfaceNeutral2,
|
|
996
|
-
GuitSemColorSurfaceOverlayNeutral: GuitSemColorSurfaceOverlayNeutral,
|
|
997
|
-
GuitSemColorSurfaceOverlaySlate: GuitSemColorSurfaceOverlaySlate,
|
|
998
|
-
GuitSemColorSurfaceSlate: GuitSemColorSurfaceSlate,
|
|
999
946
|
GuitSemFontBodyLargeDefaultMediumFontFamily: GuitSemFontBodyLargeDefaultMediumFontFamily,
|
|
1000
947
|
GuitSemFontBodyLargeDefaultMediumFontSize: GuitSemFontBodyLargeDefaultMediumFontSize,
|
|
1001
948
|
GuitSemFontBodyLargeDefaultMediumFontWeight: GuitSemFontBodyLargeDefaultMediumFontWeight,
|
|
@@ -1060,6 +1007,11 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1060
1007
|
GuitSemFontCaptionLargeRegularFontWeight: GuitSemFontCaptionLargeRegularFontWeight,
|
|
1061
1008
|
GuitSemFontCaptionLargeRegularLetterSpacing: GuitSemFontCaptionLargeRegularLetterSpacing,
|
|
1062
1009
|
GuitSemFontCaptionLargeRegularLineHeight: GuitSemFontCaptionLargeRegularLineHeight,
|
|
1010
|
+
GuitSemFontCaptionLargeSemiboldFontFamily: GuitSemFontCaptionLargeSemiboldFontFamily,
|
|
1011
|
+
GuitSemFontCaptionLargeSemiboldFontSize: GuitSemFontCaptionLargeSemiboldFontSize,
|
|
1012
|
+
GuitSemFontCaptionLargeSemiboldFontWeight: GuitSemFontCaptionLargeSemiboldFontWeight,
|
|
1013
|
+
GuitSemFontCaptionLargeSemiboldLetterSpacing: GuitSemFontCaptionLargeSemiboldLetterSpacing,
|
|
1014
|
+
GuitSemFontCaptionLargeSemiboldLlneHeight: GuitSemFontCaptionLargeSemiboldLlneHeight,
|
|
1063
1015
|
GuitSemFontCaptionMediumMediumFontFamily: GuitSemFontCaptionMediumMediumFontFamily,
|
|
1064
1016
|
GuitSemFontCaptionMediumMediumFontSize: GuitSemFontCaptionMediumMediumFontSize,
|
|
1065
1017
|
GuitSemFontCaptionMediumMediumFontWeight: GuitSemFontCaptionMediumMediumFontWeight,
|
|
@@ -1070,58 +1022,26 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1070
1022
|
GuitSemFontCaptionMediumRegularFontWeight: GuitSemFontCaptionMediumRegularFontWeight,
|
|
1071
1023
|
GuitSemFontCaptionMediumRegularLetterSpacing: GuitSemFontCaptionMediumRegularLetterSpacing,
|
|
1072
1024
|
GuitSemFontCaptionMediumRegularLineHeight: GuitSemFontCaptionMediumRegularLineHeight,
|
|
1073
|
-
GuitSemFontDisplayBoldFontFamily: GuitSemFontDisplayBoldFontFamily,
|
|
1074
|
-
GuitSemFontDisplayBoldFontSize: GuitSemFontDisplayBoldFontSize,
|
|
1075
|
-
GuitSemFontDisplayBoldFontWeight: GuitSemFontDisplayBoldFontWeight,
|
|
1076
|
-
GuitSemFontDisplayBoldLineHeight: GuitSemFontDisplayBoldLineHeight,
|
|
1077
|
-
GuitSemFontDisplaySemiboldFontFamily: GuitSemFontDisplaySemiboldFontFamily,
|
|
1078
|
-
GuitSemFontDisplaySemiboldFontSize: GuitSemFontDisplaySemiboldFontSize,
|
|
1079
|
-
GuitSemFontDisplaySemiboldFontWeight: GuitSemFontDisplaySemiboldFontWeight,
|
|
1080
|
-
GuitSemFontDisplaySemiboldLineHeight: GuitSemFontDisplaySemiboldLineHeight,
|
|
1081
|
-
GuitSemFontHeadingLargeBoldFontFamily: GuitSemFontHeadingLargeBoldFontFamily,
|
|
1082
|
-
GuitSemFontHeadingLargeBoldFontSize: GuitSemFontHeadingLargeBoldFontSize,
|
|
1083
|
-
GuitSemFontHeadingLargeBoldFontWeight: GuitSemFontHeadingLargeBoldFontWeight,
|
|
1084
|
-
GuitSemFontHeadingLargeBoldLineHeight: GuitSemFontHeadingLargeBoldLineHeight,
|
|
1085
1025
|
GuitSemFontHeadingLargeSemiboldFontFamily: GuitSemFontHeadingLargeSemiboldFontFamily,
|
|
1086
1026
|
GuitSemFontHeadingLargeSemiboldFontSize: GuitSemFontHeadingLargeSemiboldFontSize,
|
|
1087
1027
|
GuitSemFontHeadingLargeSemiboldFontWeight: GuitSemFontHeadingLargeSemiboldFontWeight,
|
|
1088
1028
|
GuitSemFontHeadingLargeSemiboldLineHeight: GuitSemFontHeadingLargeSemiboldLineHeight,
|
|
1089
|
-
GuitSemFontHeadingMediumBoldFontFamily: GuitSemFontHeadingMediumBoldFontFamily,
|
|
1090
|
-
GuitSemFontHeadingMediumBoldFontSize: GuitSemFontHeadingMediumBoldFontSize,
|
|
1091
|
-
GuitSemFontHeadingMediumBoldFontWeight: GuitSemFontHeadingMediumBoldFontWeight,
|
|
1092
|
-
GuitSemFontHeadingMediumBoldLineHeight: GuitSemFontHeadingMediumBoldLineHeight,
|
|
1093
1029
|
GuitSemFontHeadingMediumSemiboldFontFamily: GuitSemFontHeadingMediumSemiboldFontFamily,
|
|
1094
1030
|
GuitSemFontHeadingMediumSemiboldFontSize: GuitSemFontHeadingMediumSemiboldFontSize,
|
|
1095
1031
|
GuitSemFontHeadingMediumSemiboldFontWeight: GuitSemFontHeadingMediumSemiboldFontWeight,
|
|
1096
1032
|
GuitSemFontHeadingMediumSemiboldLineHeight: GuitSemFontHeadingMediumSemiboldLineHeight,
|
|
1097
|
-
GuitSemFontHeadingSmallBoldFontFamily: GuitSemFontHeadingSmallBoldFontFamily,
|
|
1098
|
-
GuitSemFontHeadingSmallBoldFontSize: GuitSemFontHeadingSmallBoldFontSize,
|
|
1099
|
-
GuitSemFontHeadingSmallBoldFontWeight: GuitSemFontHeadingSmallBoldFontWeight,
|
|
1100
|
-
GuitSemFontHeadingSmallBoldLineHeight: GuitSemFontHeadingSmallBoldLineHeight,
|
|
1101
1033
|
GuitSemFontHeadingSmallSemiboldFontFamily: GuitSemFontHeadingSmallSemiboldFontFamily,
|
|
1102
1034
|
GuitSemFontHeadingSmallSemiboldFontSize: GuitSemFontHeadingSmallSemiboldFontSize,
|
|
1103
1035
|
GuitSemFontHeadingSmallSemiboldFontWeight: GuitSemFontHeadingSmallSemiboldFontWeight,
|
|
1104
1036
|
GuitSemFontHeadingSmallSemiboldLineHeight: GuitSemFontHeadingSmallSemiboldLineHeight,
|
|
1105
|
-
GuitSemFontHeadingXlargeBoldFontFamily: GuitSemFontHeadingXlargeBoldFontFamily,
|
|
1106
|
-
GuitSemFontHeadingXlargeBoldFontSize: GuitSemFontHeadingXlargeBoldFontSize,
|
|
1107
|
-
GuitSemFontHeadingXlargeBoldFontWeight: GuitSemFontHeadingXlargeBoldFontWeight,
|
|
1108
|
-
GuitSemFontHeadingXlargeBoldLineHeight: GuitSemFontHeadingXlargeBoldLineHeight,
|
|
1109
1037
|
GuitSemFontHeadingXlargeSemiboldFontFamily: GuitSemFontHeadingXlargeSemiboldFontFamily,
|
|
1110
1038
|
GuitSemFontHeadingXlargeSemiboldFontSize: GuitSemFontHeadingXlargeSemiboldFontSize,
|
|
1111
1039
|
GuitSemFontHeadingXlargeSemiboldFontWeight: GuitSemFontHeadingXlargeSemiboldFontWeight,
|
|
1112
1040
|
GuitSemFontHeadingXlargeSemiboldLineHeight: GuitSemFontHeadingXlargeSemiboldLineHeight,
|
|
1113
|
-
GuitSemFontHeadingXsmallBoldFontFamily: GuitSemFontHeadingXsmallBoldFontFamily,
|
|
1114
|
-
GuitSemFontHeadingXsmallBoldFontSize: GuitSemFontHeadingXsmallBoldFontSize,
|
|
1115
|
-
GuitSemFontHeadingXsmallBoldFontWeight: GuitSemFontHeadingXsmallBoldFontWeight,
|
|
1116
|
-
GuitSemFontHeadingXsmallBoldLineHeight: GuitSemFontHeadingXsmallBoldLineHeight,
|
|
1117
1041
|
GuitSemFontHeadingXsmallSemiboldFontFamily: GuitSemFontHeadingXsmallSemiboldFontFamily,
|
|
1118
1042
|
GuitSemFontHeadingXsmallSemiboldFontSize: GuitSemFontHeadingXsmallSemiboldFontSize,
|
|
1119
1043
|
GuitSemFontHeadingXsmallSemiboldFontWeight: GuitSemFontHeadingXsmallSemiboldFontWeight,
|
|
1120
1044
|
GuitSemFontHeadingXsmallSemiboldLineHeight: GuitSemFontHeadingXsmallSemiboldLineHeight,
|
|
1121
|
-
GuitSemFontLabelLargeDefaultBoldFontFamily: GuitSemFontLabelLargeDefaultBoldFontFamily,
|
|
1122
|
-
GuitSemFontLabelLargeDefaultBoldFontSize: GuitSemFontLabelLargeDefaultBoldFontSize,
|
|
1123
|
-
GuitSemFontLabelLargeDefaultBoldFontWeight: GuitSemFontLabelLargeDefaultBoldFontWeight,
|
|
1124
|
-
GuitSemFontLabelLargeDefaultBoldLineHeight: GuitSemFontLabelLargeDefaultBoldLineHeight,
|
|
1125
1045
|
GuitSemFontLabelLargeDefaultMediumFontFamily: GuitSemFontLabelLargeDefaultMediumFontFamily,
|
|
1126
1046
|
GuitSemFontLabelLargeDefaultMediumFontSize: GuitSemFontLabelLargeDefaultMediumFontSize,
|
|
1127
1047
|
GuitSemFontLabelLargeDefaultMediumFontWeight: GuitSemFontLabelLargeDefaultMediumFontWeight,
|
|
@@ -1130,11 +1050,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1130
1050
|
GuitSemFontLabelLargeDefaultSemiboldFontSize: GuitSemFontLabelLargeDefaultSemiboldFontSize,
|
|
1131
1051
|
GuitSemFontLabelLargeDefaultSemiboldFontWeight: GuitSemFontLabelLargeDefaultSemiboldFontWeight,
|
|
1132
1052
|
GuitSemFontLabelLargeDefaultSemiboldLineHeight: GuitSemFontLabelLargeDefaultSemiboldLineHeight,
|
|
1133
|
-
GuitSemFontLabelLargeUnderlineBoldFontFamily: GuitSemFontLabelLargeUnderlineBoldFontFamily,
|
|
1134
|
-
GuitSemFontLabelLargeUnderlineBoldFontSize: GuitSemFontLabelLargeUnderlineBoldFontSize,
|
|
1135
|
-
GuitSemFontLabelLargeUnderlineBoldFontWeight: GuitSemFontLabelLargeUnderlineBoldFontWeight,
|
|
1136
|
-
GuitSemFontLabelLargeUnderlineBoldLineHeight: GuitSemFontLabelLargeUnderlineBoldLineHeight,
|
|
1137
|
-
GuitSemFontLabelLargeUnderlineBoldTextDecoration: GuitSemFontLabelLargeUnderlineBoldTextDecoration,
|
|
1138
1053
|
GuitSemFontLabelLargeUnderlineMediumFontFamily: GuitSemFontLabelLargeUnderlineMediumFontFamily,
|
|
1139
1054
|
GuitSemFontLabelLargeUnderlineMediumFontSize: GuitSemFontLabelLargeUnderlineMediumFontSize,
|
|
1140
1055
|
GuitSemFontLabelLargeUnderlineMediumFontWeight: GuitSemFontLabelLargeUnderlineMediumFontWeight,
|
|
@@ -1145,10 +1060,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1145
1060
|
GuitSemFontLabelLargeUnderlineSemiboldFontWeight: GuitSemFontLabelLargeUnderlineSemiboldFontWeight,
|
|
1146
1061
|
GuitSemFontLabelLargeUnderlineSemiboldLineHeight: GuitSemFontLabelLargeUnderlineSemiboldLineHeight,
|
|
1147
1062
|
GuitSemFontLabelLargeUnderlineSemiboldTextDecoration: GuitSemFontLabelLargeUnderlineSemiboldTextDecoration,
|
|
1148
|
-
GuitSemFontLabelMediumDefaultBoldFontFamily: GuitSemFontLabelMediumDefaultBoldFontFamily,
|
|
1149
|
-
GuitSemFontLabelMediumDefaultBoldFontSize: GuitSemFontLabelMediumDefaultBoldFontSize,
|
|
1150
|
-
GuitSemFontLabelMediumDefaultBoldFontWeight: GuitSemFontLabelMediumDefaultBoldFontWeight,
|
|
1151
|
-
GuitSemFontLabelMediumDefaultBoldLineHeight: GuitSemFontLabelMediumDefaultBoldLineHeight,
|
|
1152
1063
|
GuitSemFontLabelMediumDefaultMediumFontFamily: GuitSemFontLabelMediumDefaultMediumFontFamily,
|
|
1153
1064
|
GuitSemFontLabelMediumDefaultMediumFontSize: GuitSemFontLabelMediumDefaultMediumFontSize,
|
|
1154
1065
|
GuitSemFontLabelMediumDefaultMediumFontWeight: GuitSemFontLabelMediumDefaultMediumFontWeight,
|
|
@@ -1157,11 +1068,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1157
1068
|
GuitSemFontLabelMediumDefaultSemiboldFontSize: GuitSemFontLabelMediumDefaultSemiboldFontSize,
|
|
1158
1069
|
GuitSemFontLabelMediumDefaultSemiboldFontWeight: GuitSemFontLabelMediumDefaultSemiboldFontWeight,
|
|
1159
1070
|
GuitSemFontLabelMediumDefaultSemiboldLineHeight: GuitSemFontLabelMediumDefaultSemiboldLineHeight,
|
|
1160
|
-
GuitSemFontLabelMediumUnderlineBoldFontFamily: GuitSemFontLabelMediumUnderlineBoldFontFamily,
|
|
1161
|
-
GuitSemFontLabelMediumUnderlineBoldFontSize: GuitSemFontLabelMediumUnderlineBoldFontSize,
|
|
1162
|
-
GuitSemFontLabelMediumUnderlineBoldFontWeight: GuitSemFontLabelMediumUnderlineBoldFontWeight,
|
|
1163
|
-
GuitSemFontLabelMediumUnderlineBoldLineHeight: GuitSemFontLabelMediumUnderlineBoldLineHeight,
|
|
1164
|
-
GuitSemFontLabelMediumUnderlineBoldTextDecoration: GuitSemFontLabelMediumUnderlineBoldTextDecoration,
|
|
1165
1071
|
GuitSemFontLabelMediumUnderlineMediumFontFamily: GuitSemFontLabelMediumUnderlineMediumFontFamily,
|
|
1166
1072
|
GuitSemFontLabelMediumUnderlineMediumFontSize: GuitSemFontLabelMediumUnderlineMediumFontSize,
|
|
1167
1073
|
GuitSemFontLabelMediumUnderlineMediumFontWeight: GuitSemFontLabelMediumUnderlineMediumFontWeight,
|
|
@@ -1172,10 +1078,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1172
1078
|
GuitSemFontLabelMediumUnderlineSemiboldFontWeight: GuitSemFontLabelMediumUnderlineSemiboldFontWeight,
|
|
1173
1079
|
GuitSemFontLabelMediumUnderlineSemiboldLineHeight: GuitSemFontLabelMediumUnderlineSemiboldLineHeight,
|
|
1174
1080
|
GuitSemFontLabelMediumUnderlineSemiboldTextDecoration: GuitSemFontLabelMediumUnderlineSemiboldTextDecoration,
|
|
1175
|
-
GuitSemFontLabelSmallDefaultBoldFontFamily: GuitSemFontLabelSmallDefaultBoldFontFamily,
|
|
1176
|
-
GuitSemFontLabelSmallDefaultBoldFontSize: GuitSemFontLabelSmallDefaultBoldFontSize,
|
|
1177
|
-
GuitSemFontLabelSmallDefaultBoldFontWeight: GuitSemFontLabelSmallDefaultBoldFontWeight,
|
|
1178
|
-
GuitSemFontLabelSmallDefaultBoldLineHeight: GuitSemFontLabelSmallDefaultBoldLineHeight,
|
|
1179
1081
|
GuitSemFontLabelSmallDefaultMediumFontFamily: GuitSemFontLabelSmallDefaultMediumFontFamily,
|
|
1180
1082
|
GuitSemFontLabelSmallDefaultMediumFontSize: GuitSemFontLabelSmallDefaultMediumFontSize,
|
|
1181
1083
|
GuitSemFontLabelSmallDefaultMediumFontWeight: GuitSemFontLabelSmallDefaultMediumFontWeight,
|
|
@@ -1184,11 +1086,6 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1184
1086
|
GuitSemFontLabelSmallDefaultSemiboldFontSize: GuitSemFontLabelSmallDefaultSemiboldFontSize,
|
|
1185
1087
|
GuitSemFontLabelSmallDefaultSemiboldFontWeight: GuitSemFontLabelSmallDefaultSemiboldFontWeight,
|
|
1186
1088
|
GuitSemFontLabelSmallDefaultSemiboldLineHeight: GuitSemFontLabelSmallDefaultSemiboldLineHeight,
|
|
1187
|
-
GuitSemFontLabelSmallUnderlineBoldFontFamily: GuitSemFontLabelSmallUnderlineBoldFontFamily,
|
|
1188
|
-
GuitSemFontLabelSmallUnderlineBoldFontSize: GuitSemFontLabelSmallUnderlineBoldFontSize,
|
|
1189
|
-
GuitSemFontLabelSmallUnderlineBoldFontWeight: GuitSemFontLabelSmallUnderlineBoldFontWeight,
|
|
1190
|
-
GuitSemFontLabelSmallUnderlineBoldLineHeight: GuitSemFontLabelSmallUnderlineBoldLineHeight,
|
|
1191
|
-
GuitSemFontLabelSmallUnderlineBoldTextDecoration: GuitSemFontLabelSmallUnderlineBoldTextDecoration,
|
|
1192
1089
|
GuitSemFontLabelSmallUnderlineMediumFontFamily: GuitSemFontLabelSmallUnderlineMediumFontFamily,
|
|
1193
1090
|
GuitSemFontLabelSmallUnderlineMediumFontSize: GuitSemFontLabelSmallUnderlineMediumFontSize,
|
|
1194
1091
|
GuitSemFontLabelSmallUnderlineMediumFontWeight: GuitSemFontLabelSmallUnderlineMediumFontWeight,
|
|
@@ -1199,18 +1096,10 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1199
1096
|
GuitSemFontLabelSmallUnderlineSemiboldFontWeight: GuitSemFontLabelSmallUnderlineSemiboldFontWeight,
|
|
1200
1097
|
GuitSemFontLabelSmallUnderlineSemiboldLineHeight: GuitSemFontLabelSmallUnderlineSemiboldLineHeight,
|
|
1201
1098
|
GuitSemFontLabelSmallUnderlineSemiboldTextDecoration: GuitSemFontLabelSmallUnderlineSemiboldTextDecoration,
|
|
1202
|
-
GuitSemFontSubheadingLargeBoldFontFamily: GuitSemFontSubheadingLargeBoldFontFamily,
|
|
1203
|
-
GuitSemFontSubheadingLargeBoldFontSize: GuitSemFontSubheadingLargeBoldFontSize,
|
|
1204
|
-
GuitSemFontSubheadingLargeBoldFontWeight: GuitSemFontSubheadingLargeBoldFontWeight,
|
|
1205
|
-
GuitSemFontSubheadingLargeBoldLineHeight: GuitSemFontSubheadingLargeBoldLineHeight,
|
|
1206
1099
|
GuitSemFontSubheadingLargeSemiboldFontFamily: GuitSemFontSubheadingLargeSemiboldFontFamily,
|
|
1207
1100
|
GuitSemFontSubheadingLargeSemiboldFontSize: GuitSemFontSubheadingLargeSemiboldFontSize,
|
|
1208
1101
|
GuitSemFontSubheadingLargeSemiboldFontWeight: GuitSemFontSubheadingLargeSemiboldFontWeight,
|
|
1209
1102
|
GuitSemFontSubheadingLargeSemiboldLineHeight: GuitSemFontSubheadingLargeSemiboldLineHeight,
|
|
1210
|
-
GuitSemFontSubheadingMediumBoldFontFamily: GuitSemFontSubheadingMediumBoldFontFamily,
|
|
1211
|
-
GuitSemFontSubheadingMediumBoldFontSize: GuitSemFontSubheadingMediumBoldFontSize,
|
|
1212
|
-
GuitSemFontSubheadingMediumBoldFontWeight: GuitSemFontSubheadingMediumBoldFontWeight,
|
|
1213
|
-
GuitSemFontSubheadingMediumBoldLineHeight: GuitSemFontSubheadingMediumBoldLineHeight,
|
|
1214
1103
|
GuitSemFontSubheadingMediumSemiboldFontFamily: GuitSemFontSubheadingMediumSemiboldFontFamily,
|
|
1215
1104
|
GuitSemFontSubheadingMediumSemiboldFontSize: GuitSemFontSubheadingMediumSemiboldFontSize,
|
|
1216
1105
|
GuitSemFontSubheadingMediumSemiboldFontWeight: GuitSemFontSubheadingMediumSemiboldFontWeight,
|
|
@@ -1247,42 +1136,42 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1247
1136
|
GuitSemShadowRaisedTopPositionX: GuitSemShadowRaisedTopPositionX,
|
|
1248
1137
|
GuitSemShadowRaisedTopPositionY: GuitSemShadowRaisedTopPositionY,
|
|
1249
1138
|
GuitSemShadowRaisedTopSpread: GuitSemShadowRaisedTopSpread,
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1139
|
+
GuitSemSizingHeight2xlarge: GuitSemSizingHeight2xlarge,
|
|
1140
|
+
GuitSemSizingHeight2xsmall: GuitSemSizingHeight2xsmall,
|
|
1141
|
+
GuitSemSizingHeight3xlarge: GuitSemSizingHeight3xlarge,
|
|
1142
|
+
GuitSemSizingHeight3xsmall: GuitSemSizingHeight3xsmall,
|
|
1143
|
+
GuitSemSizingHeight4xlarge: GuitSemSizingHeight4xlarge,
|
|
1144
|
+
GuitSemSizingHeight4xsmall: GuitSemSizingHeight4xsmall,
|
|
1145
|
+
GuitSemSizingHeight5xlarge: GuitSemSizingHeight5xlarge,
|
|
1146
|
+
GuitSemSizingHeight6xlarge: GuitSemSizingHeight6xlarge,
|
|
1147
|
+
GuitSemSizingHeight7xlarge: GuitSemSizingHeight7xlarge,
|
|
1148
|
+
GuitSemSizingHeightLarge: GuitSemSizingHeightLarge,
|
|
1149
|
+
GuitSemSizingHeightLargeNudge: GuitSemSizingHeightLargeNudge,
|
|
1150
|
+
GuitSemSizingHeightMedium: GuitSemSizingHeightMedium,
|
|
1151
|
+
GuitSemSizingHeightMediumNudge: GuitSemSizingHeightMediumNudge,
|
|
1263
1152
|
GuitSemSizingHeightNone: GuitSemSizingHeightNone,
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1153
|
+
GuitSemSizingHeightSmall: GuitSemSizingHeightSmall,
|
|
1154
|
+
GuitSemSizingHeightSmallNudge: GuitSemSizingHeightSmallNudge,
|
|
1155
|
+
GuitSemSizingHeightXlarge: GuitSemSizingHeightXlarge,
|
|
1156
|
+
GuitSemSizingHeightXsmall: GuitSemSizingHeightXsmall,
|
|
1157
|
+
GuitSemSizingWidth2xlarge: GuitSemSizingWidth2xlarge,
|
|
1158
|
+
GuitSemSizingWidth2xsmall: GuitSemSizingWidth2xsmall,
|
|
1159
|
+
GuitSemSizingWidth3xlarge: GuitSemSizingWidth3xlarge,
|
|
1160
|
+
GuitSemSizingWidth3xsmall: GuitSemSizingWidth3xsmall,
|
|
1161
|
+
GuitSemSizingWidth4xlarge: GuitSemSizingWidth4xlarge,
|
|
1162
|
+
GuitSemSizingWidth4xsmall: GuitSemSizingWidth4xsmall,
|
|
1163
|
+
GuitSemSizingWidth5xlarge: GuitSemSizingWidth5xlarge,
|
|
1164
|
+
GuitSemSizingWidth6xlarge: GuitSemSizingWidth6xlarge,
|
|
1165
|
+
GuitSemSizingWidth7xlarge: GuitSemSizingWidth7xlarge,
|
|
1166
|
+
GuitSemSizingWidthLarge: GuitSemSizingWidthLarge,
|
|
1167
|
+
GuitSemSizingWidthLargeNudge: GuitSemSizingWidthLargeNudge,
|
|
1168
|
+
GuitSemSizingWidthMedium: GuitSemSizingWidthMedium,
|
|
1169
|
+
GuitSemSizingWidthMediumNudge: GuitSemSizingWidthMediumNudge,
|
|
1281
1170
|
GuitSemSizingWidthNone: GuitSemSizingWidthNone,
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1171
|
+
GuitSemSizingWidthSmall: GuitSemSizingWidthSmall,
|
|
1172
|
+
GuitSemSizingWidthSmallNudge: GuitSemSizingWidthSmallNudge,
|
|
1173
|
+
GuitSemSizingWidthXlarge: GuitSemSizingWidthXlarge,
|
|
1174
|
+
GuitSemSizingWidthXsmall: GuitSemSizingWidthXsmall,
|
|
1286
1175
|
GuitSemSpacingBodyLargeDefaultMediumParagraphSpacing: GuitSemSpacingBodyLargeDefaultMediumParagraphSpacing,
|
|
1287
1176
|
GuitSemSpacingBodyLargeDefaultRegularParagraphSpacing: GuitSemSpacingBodyLargeDefaultRegularParagraphSpacing,
|
|
1288
1177
|
GuitSemSpacingBodyLargeDefaultSemiboldParagraphSpacing: GuitSemSpacingBodyLargeDefaultSemiboldParagraphSpacing,
|
|
@@ -1297,12 +1186,13 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1297
1186
|
GuitSemSpacingBodyMediumUnderlineSemiboldParagraphSpacing: GuitSemSpacingBodyMediumUnderlineSemiboldParagraphSpacing,
|
|
1298
1187
|
GuitSemSpacingCaptionLargeMediumParagraphSpacing: GuitSemSpacingCaptionLargeMediumParagraphSpacing,
|
|
1299
1188
|
GuitSemSpacingCaptionLargeRegularParagraphSpacing: GuitSemSpacingCaptionLargeRegularParagraphSpacing,
|
|
1189
|
+
GuitSemSpacingCaptionLargeSemiboldParagraphSpacing: GuitSemSpacingCaptionLargeSemiboldParagraphSpacing,
|
|
1300
1190
|
GuitSemSpacingCaptionMediumMediumParagraphSpacing: GuitSemSpacingCaptionMediumMediumParagraphSpacing,
|
|
1301
1191
|
GuitSemSpacingCaptionMediumRegularParagraphSpacing: GuitSemSpacingCaptionMediumRegularParagraphSpacing
|
|
1302
1192
|
});
|
|
1303
1193
|
|
|
1304
1194
|
const bootstrap = () => {
|
|
1305
|
-
import('../tokens-
|
|
1195
|
+
import('../tokens-3e00442a.js');
|
|
1306
1196
|
return jsTokens;
|
|
1307
1197
|
};
|
|
1308
1198
|
|
|
@@ -1465,7 +1355,7 @@ var devDependencies = {
|
|
|
1465
1355
|
};
|
|
1466
1356
|
var dependencies = {
|
|
1467
1357
|
"@geneui/icons": "^1.0.4",
|
|
1468
|
-
"@geneui/tokens": "^1.
|
|
1358
|
+
"@geneui/tokens": "^1.4.0-beta",
|
|
1469
1359
|
"@floating-ui/react": "^0.26.16",
|
|
1470
1360
|
classnames: "^2.3.2",
|
|
1471
1361
|
dayjs: "^1.11.5",
|
|
@@ -1542,7 +1432,8 @@ styleInject(css_248z);
|
|
|
1542
1432
|
|
|
1543
1433
|
const GeneUIDesignSystemContext = createContext({
|
|
1544
1434
|
theme: 'light',
|
|
1545
|
-
tokens: {}
|
|
1435
|
+
tokens: {},
|
|
1436
|
+
geneUIProviderRef: { current: null }
|
|
1546
1437
|
});
|
|
1547
1438
|
const GeneUIProvider = ({ children, tokens = null, theme = 'light' }) => {
|
|
1548
1439
|
const geneUIProviderRef = useRef(null);
|