@nation-a/ui 0.16.27 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ark-ui-D--_sKY0.js +7066 -0
- package/dist/ark-ui-D--_sKY0.js.map +1 -0
- package/dist/ark-ui-e4-hVrsF.cjs +2 -0
- package/dist/ark-ui-e4-hVrsF.cjs.map +1 -0
- package/dist/{index-BroabscA.cjs → index-B5IKaL0m.cjs} +2 -2
- package/dist/index-B5IKaL0m.cjs.map +1 -0
- package/dist/{index-B4n-XEbJ.js → index-FC3cETza.js} +2 -2
- package/dist/index-FC3cETza.js.map +1 -0
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4997 -4918
- package/dist/index.js.map +1 -1
- package/dist/react-hot-toast-BCKriZQY.js +404 -0
- package/dist/react-hot-toast-BCKriZQY.js.map +1 -0
- package/dist/react-hot-toast-CvGdrsnM.cjs +178 -0
- package/dist/react-hot-toast-CvGdrsnM.cjs.map +1 -0
- package/dist/{react-lottie-DygynGMG.js → react-lottie-BoWlnUa4.js} +257 -257
- package/dist/react-lottie-BoWlnUa4.js.map +1 -0
- package/dist/react-lottie-D3xAW5ky.cjs +29 -0
- package/dist/react-lottie-D3xAW5ky.cjs.map +1 -0
- package/dist/stats.html +1 -1
- package/dist/styled-system/css/conditions.mjs +1 -1
- package/dist/styled-system/css/css.mjs +1 -1
- package/dist/styled-system/css/sva.mjs +9 -4
- package/dist/styled-system/helpers.mjs +12 -20
- package/dist/styled-system/jsx/create-style-context.d.ts +54 -0
- package/dist/styled-system/jsx/create-style-context.mjs +98 -0
- package/dist/styled-system/jsx/factory.mjs +14 -5
- package/dist/styled-system/jsx/index.d.ts +1 -0
- package/dist/styled-system/jsx/index.mjs +1 -0
- package/dist/styled-system/patterns/aspect-ratio.d.ts +0 -1
- package/dist/styled-system/patterns/bleed.d.ts +0 -1
- package/dist/styled-system/patterns/box.d.ts +0 -1
- package/dist/styled-system/patterns/center.d.ts +0 -1
- package/dist/styled-system/patterns/circle.d.ts +0 -1
- package/dist/styled-system/patterns/container.d.ts +0 -1
- package/dist/styled-system/patterns/cq.d.ts +0 -1
- package/dist/styled-system/patterns/divider.d.ts +0 -1
- package/dist/styled-system/patterns/flex.d.ts +0 -1
- package/dist/styled-system/patterns/float.d.ts +0 -1
- package/dist/styled-system/patterns/grid-item.d.ts +0 -1
- package/dist/styled-system/patterns/grid.d.ts +0 -1
- package/dist/styled-system/patterns/grid.mjs +1 -1
- package/dist/styled-system/patterns/hstack.d.ts +0 -1
- package/dist/styled-system/patterns/hstack.mjs +1 -1
- package/dist/styled-system/patterns/link-overlay.d.ts +0 -1
- package/dist/styled-system/patterns/spacer.d.ts +0 -1
- package/dist/styled-system/patterns/square.d.ts +0 -1
- package/dist/styled-system/patterns/stack.d.ts +0 -1
- package/dist/styled-system/patterns/stack.mjs +1 -1
- package/dist/styled-system/patterns/visually-hidden.d.ts +0 -1
- package/dist/styled-system/patterns/vstack.d.ts +0 -1
- package/dist/styled-system/patterns/vstack.mjs +1 -1
- package/dist/styled-system/patterns/wrap.d.ts +0 -1
- package/dist/styled-system/patterns/wrap.mjs +1 -1
- package/dist/styled-system/styles.css +1003 -993
- package/dist/styled-system/tokens/tokens.d.ts +1 -1
- package/dist/styled-system/types/composition.d.ts +83 -23
- package/dist/styled-system/types/conditions.d.ts +13 -9
- package/dist/styled-system/types/jsx.d.ts +25 -10
- package/dist/styled-system/types/prop-type.d.ts +12 -1
- package/dist/styled-system/types/style-props.d.ts +17 -5
- package/dist/styled-system/types/system-types.d.ts +76 -0
- package/dist/types/components/BottomSheet/BottomSheet.stories.d.ts +322 -4
- package/dist/types/components/BottomSheet/index.d.ts +23 -21
- package/dist/types/components/BottomSheet/react-modal-sheet/SheetBackdrop.d.ts +6 -1
- package/dist/types/components/BottomSheet/react-modal-sheet/SheetContainer.d.ts +7 -5
- package/dist/types/components/BottomSheet/react-modal-sheet/SheetContent.d.ts +7 -6
- package/dist/types/components/BottomSheet/react-modal-sheet/SheetHeader.d.ts +7 -6
- package/dist/types/components/BottomSheet/react-modal-sheet/SheetScroller.d.ts +7 -3
- package/dist/types/components/BottomSheet/react-modal-sheet/constants.d.ts +3 -8
- package/dist/types/components/BottomSheet/react-modal-sheet/hooks.d.ts +1 -1
- package/dist/types/components/BottomSheet/react-modal-sheet/index.d.ts +1 -1
- package/dist/types/components/BottomSheet/react-modal-sheet/sheet.d.ts +7 -16
- package/dist/types/components/BottomSheet/react-modal-sheet/types.d.ts +5 -5
- package/dist/types/components/Button/Button.stories.d.ts +10 -3
- package/dist/types/components/Button/index.d.ts +8 -298
- package/dist/types/components/Checkbox/checkbox.stories.d.ts +15 -3
- package/dist/types/components/Checkbox/checkbox.styled.d.ts +29 -12
- package/dist/types/components/Checkbox/index.d.ts +4 -1
- package/dist/types/components/Dialog/Dialog.stories.d.ts +9 -3
- package/dist/types/components/Dialog/index.d.ts +15 -25
- package/dist/types/components/Fab/Fab.stories.d.ts +25 -3
- package/dist/types/components/Fab/index.d.ts +301 -2
- package/dist/types/components/IconButton/IconButton.stories.d.ts +43 -3
- package/dist/types/components/IconButton/index.d.ts +5 -6
- package/dist/types/components/Input/Input.stories.d.ts +1 -1
- package/dist/types/components/Input/index.d.ts +4 -1
- package/dist/types/components/LanguageProvider/LanguageContext.d.ts +10 -0
- package/dist/types/components/LanguageProvider/LanguageProvider.d.ts +8 -0
- package/dist/types/components/LanguageProvider/index.d.ts +2 -0
- package/dist/types/components/Layout/index.d.ts +16 -16
- package/dist/types/components/List/List.stories.d.ts +64 -4
- package/dist/types/components/List/index.d.ts +82 -13
- package/dist/types/components/Navigation/Navigation.stories.d.ts +9 -4
- package/dist/types/components/Navigation/index.d.ts +6 -9
- package/dist/types/components/RadioGroup/Radio.stories.d.ts +8 -3
- package/dist/types/components/RadioGroup/index.d.ts +10 -9
- package/dist/types/components/RadioGroup/radio.recipe.d.ts +1 -1
- package/dist/types/components/Select/Select.stories.d.ts +1 -9
- package/dist/types/components/Select/index.d.ts +75 -28
- package/dist/types/components/Select/select.recipe.d.ts +1 -1
- package/dist/types/components/Spinner/Spinner.stories.d.ts +1 -1
- package/dist/types/components/Spinner/index.d.ts +4 -1
- package/dist/types/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/types/components/Switch/index.d.ts +5 -2
- package/dist/types/components/Switch/switch.styled.d.ts +89 -15
- package/dist/types/components/Tabs/Tabs.stories.d.ts +8 -4
- package/dist/types/components/Tabs/index.d.ts +208 -29
- package/dist/types/components/Tag/Tag.stories.d.ts +9 -4
- package/dist/types/components/Tag/index.d.ts +5 -2
- package/dist/types/components/Text/Text.stories.d.ts +28 -3
- package/dist/types/components/Text/index.d.ts +4 -276
- package/dist/types/components/TextArea/TextArea.stories.d.ts +9 -4
- package/dist/types/components/TextArea/index.d.ts +4 -1
- package/dist/types/components/Toast/Toast.stories.d.ts +9 -4
- package/dist/types/components/Toast/index.d.ts +47 -24
- package/dist/types/components/Toast/toast.recipe.d.ts +18 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/index.d.ts +0 -1
- package/dist/types/utils/with-polymorphic-component.d.ts +5 -4
- package/package.json +35 -40
- package/dist/ark-ui-BakX7_HR.cjs +0 -2
- package/dist/ark-ui-BakX7_HR.cjs.map +0 -1
- package/dist/ark-ui-BitYUtmQ.js +0 -6713
- package/dist/ark-ui-BitYUtmQ.js.map +0 -1
- package/dist/index-B4n-XEbJ.js.map +0 -1
- package/dist/index-BroabscA.cjs.map +0 -1
- package/dist/react-hot-toast-BQTk3w2h.cjs +0 -178
- package/dist/react-hot-toast-BQTk3w2h.cjs.map +0 -1
- package/dist/react-hot-toast-CPO7pUT3.js +0 -389
- package/dist/react-hot-toast-CPO7pUT3.js.map +0 -1
- package/dist/react-lottie-DTf3gNPc.cjs +0 -29
- package/dist/react-lottie-DTf3gNPc.cjs.map +0 -1
- package/dist/react-lottie-DygynGMG.js.map +0 -1
- package/dist/types/utils/create-style-context.d.ts +0 -20
- package/dist/types/utils/index.d.ts +0 -1
|
@@ -144,34 +144,34 @@
|
|
|
144
144
|
|
|
145
145
|
html,:host {
|
|
146
146
|
--font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
147
|
+
line-height: 1.5;
|
|
147
148
|
-webkit-text-size-adjust: 100%;
|
|
148
149
|
-webkit-font-smoothing: antialiased;
|
|
149
150
|
-moz-osx-font-smoothing: grayscale;
|
|
150
151
|
-moz-tab-size: 4;
|
|
151
152
|
tab-size: 4;
|
|
152
|
-
-webkit-tap-highlight-color: transparent;
|
|
153
|
-
line-height: 1.5;
|
|
154
153
|
font-family: var(--global-font-body, var(--font-fallback));
|
|
154
|
+
-webkit-tap-highlight-color: transparent;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
*,::before,::after,::backdrop,::file-selector-button {
|
|
158
158
|
margin: 0px;
|
|
159
159
|
padding: 0px;
|
|
160
|
-
box-sizing: border-box;
|
|
161
160
|
border-width: 0px;
|
|
162
161
|
border-style: solid;
|
|
163
|
-
border-color: var(--global-color-border,
|
|
162
|
+
border-color: var(--global-color-border, currentcolor);
|
|
163
|
+
box-sizing: border-box;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
hr {
|
|
167
|
-
height: 0px;
|
|
168
167
|
color: inherit;
|
|
168
|
+
height: 0px;
|
|
169
169
|
border-top-width: 1px;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
body {
|
|
173
|
-
height: 100%;
|
|
174
173
|
line-height: inherit;
|
|
174
|
+
height: 100%;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
img {
|
|
@@ -209,27 +209,37 @@ button,input:where([type='button'], [type='reset'], [type='submit']),::file-sele
|
|
|
209
209
|
|
|
210
210
|
button,input,optgroup,select,textarea,::file-selector-button {
|
|
211
211
|
font: inherit;
|
|
212
|
+
background: transparent;
|
|
212
213
|
font-feature-settings: inherit;
|
|
213
214
|
font-variation-settings: inherit;
|
|
214
215
|
letter-spacing: inherit;
|
|
215
216
|
color: inherit;
|
|
216
|
-
background: transparent;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
::placeholder {
|
|
220
|
+
--placeholder-fallback: rgba(0, 0, 0, 0.5);
|
|
220
221
|
opacity: 1;
|
|
221
|
-
--placeholder-fallback: color-mix(in srgb, currentColor 50%, transparent);
|
|
222
222
|
color: var(--global-color-placeholder, var(--placeholder-fallback));
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
226
|
+
::placeholder {
|
|
227
|
+
--placeholder-fallback: color-mix(in oklab, currentcolor 50%, transparent);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
::selection {
|
|
232
|
+
background-color: var(--global-color-selection, rgba(0, 115, 255, 0.3));
|
|
233
|
+
}
|
|
234
|
+
|
|
225
235
|
textarea {
|
|
226
236
|
resize: vertical;
|
|
227
237
|
}
|
|
228
238
|
|
|
229
239
|
table {
|
|
240
|
+
border-color: inherit;
|
|
230
241
|
text-indent: 0px;
|
|
231
242
|
border-collapse: collapse;
|
|
232
|
-
border-color: inherit;
|
|
233
243
|
}
|
|
234
244
|
|
|
235
245
|
summary {
|
|
@@ -241,10 +251,10 @@ small {
|
|
|
241
251
|
}
|
|
242
252
|
|
|
243
253
|
sub,sup {
|
|
244
|
-
position: relative;
|
|
245
|
-
vertical-align: baseline;
|
|
246
254
|
font-size: 75%;
|
|
247
255
|
line-height: 0;
|
|
256
|
+
position: relative;
|
|
257
|
+
vertical-align: baseline;
|
|
248
258
|
}
|
|
249
259
|
|
|
250
260
|
sub {
|
|
@@ -260,8 +270,8 @@ dialog {
|
|
|
260
270
|
}
|
|
261
271
|
|
|
262
272
|
a {
|
|
263
|
-
color: inherit;
|
|
264
273
|
text-decoration: inherit;
|
|
274
|
+
color: inherit;
|
|
265
275
|
}
|
|
266
276
|
|
|
267
277
|
abbr:where([title]) {
|
|
@@ -274,10 +284,10 @@ b,strong {
|
|
|
274
284
|
|
|
275
285
|
code,kbd,samp,pre {
|
|
276
286
|
--font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
|
|
277
|
-
font-feature-settings: normal;
|
|
278
|
-
font-variation-settings: normal;
|
|
279
287
|
font-family: var(--global-font-mono, var(--font-mono-fallback));
|
|
280
288
|
font-size: 1em;
|
|
289
|
+
font-feature-settings: normal;
|
|
290
|
+
font-variation-settings: normal;
|
|
281
291
|
}
|
|
282
292
|
|
|
283
293
|
progress {
|
|
@@ -311,9 +321,9 @@ progress {
|
|
|
311
321
|
html:not(#\#),body:not(#\#) {
|
|
312
322
|
margin: var(--spacing-0);
|
|
313
323
|
padding: var(--spacing-0);
|
|
314
|
-
max-width: 100vw;
|
|
315
324
|
color: var(--colors-content-neutral-default);
|
|
316
325
|
background-color: var(--colors-surface-base);
|
|
326
|
+
max-width: 100vw;
|
|
317
327
|
}
|
|
318
328
|
|
|
319
329
|
*:not(#\#),:not(#\#)::before,:not(#\#)::after,:not(#\#)::backdrop {
|
|
@@ -847,9 +857,9 @@ html:not(#\#),body:not(#\#) {
|
|
|
847
857
|
}
|
|
848
858
|
|
|
849
859
|
.textStyle_label\.sm:not(#\#):not(#\#):not(#\#):not(#\#),.textStyle_label\.md:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
850
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
851
860
|
font-family: var(--fonts-noto-sans);
|
|
852
861
|
font-weight: var(--font-weights-medium);
|
|
862
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
853
863
|
}
|
|
854
864
|
|
|
855
865
|
.textStyle_label\.md:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -858,115 +868,115 @@ html:not(#\#),body:not(#\#) {
|
|
|
858
868
|
}
|
|
859
869
|
|
|
860
870
|
.textStyle_body\.lg:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
861
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
862
871
|
font-family: var(--fonts-noto-sans);
|
|
863
872
|
font-weight: var(--font-weights-regular);
|
|
864
873
|
font-size: var(--font-sizes-md);
|
|
865
874
|
line-height: var(--line-heights-xl);
|
|
875
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
866
876
|
}
|
|
867
877
|
|
|
868
878
|
.textStyle_headline\.sm:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
869
|
-
letter-spacing: var(--letter-spacings-lg);
|
|
870
879
|
font-family: var(--fonts-inter);
|
|
871
880
|
font-weight: var(--font-weights-semibold);
|
|
872
881
|
font-size: var(--font-sizes-xl);
|
|
873
882
|
line-height: var(--line-heights-2xl);
|
|
883
|
+
letter-spacing: var(--letter-spacings-lg);
|
|
874
884
|
}
|
|
875
885
|
|
|
876
886
|
.textStyle_body\.md:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
877
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
878
887
|
font-family: var(--fonts-noto-sans);
|
|
879
888
|
font-weight: var(--font-weights-regular);
|
|
880
889
|
font-size: var(--font-sizes-sm);
|
|
881
890
|
line-height: var(--line-heights-lg);
|
|
891
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
882
892
|
}
|
|
883
893
|
|
|
884
894
|
.textStyle_display\.lg:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
885
|
-
letter-spacing: var(--letter-spacings-xs);
|
|
886
895
|
font-family: var(--fonts-inter);
|
|
887
896
|
font-weight: var(--font-weights-bold);
|
|
888
897
|
font-size: var(--font-sizes-4xl);
|
|
889
898
|
line-height: var(--line-heights-5xl);
|
|
899
|
+
letter-spacing: var(--letter-spacings-xs);
|
|
890
900
|
}
|
|
891
901
|
|
|
892
902
|
.textStyle_display\.md:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
893
|
-
letter-spacing: var(--letter-spacings-sm);
|
|
894
903
|
font-family: var(--fonts-inter);
|
|
895
904
|
font-weight: var(--font-weights-bold);
|
|
896
905
|
font-size: var(--font-sizes-3xl);
|
|
897
906
|
line-height: var(--line-heights-4xl);
|
|
907
|
+
letter-spacing: var(--letter-spacings-sm);
|
|
898
908
|
}
|
|
899
909
|
|
|
900
910
|
.textStyle_headline\.md:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
901
|
-
letter-spacing: var(--letter-spacings-md);
|
|
902
911
|
font-family: var(--fonts-inter);
|
|
903
912
|
font-weight: var(--font-weights-bold);
|
|
904
913
|
font-size: var(--font-sizes-2xl);
|
|
905
914
|
line-height: var(--line-heights-3xl);
|
|
915
|
+
letter-spacing: var(--letter-spacings-md);
|
|
906
916
|
}
|
|
907
917
|
|
|
908
918
|
.textStyle_title\.lg:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
909
|
-
letter-spacing: var(--letter-spacings-xl);
|
|
910
919
|
font-family: var(--fonts-noto-sans);
|
|
911
920
|
font-weight: var(--font-weights-semibold);
|
|
912
921
|
font-size: var(--font-sizes-lg);
|
|
913
922
|
line-height: var(--line-heights-2xl);
|
|
923
|
+
letter-spacing: var(--letter-spacings-xl);
|
|
914
924
|
}
|
|
915
925
|
|
|
916
926
|
.textStyle_title\.md:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
917
|
-
letter-spacing: var(--letter-spacings-xl);
|
|
918
927
|
font-family: var(--fonts-noto-sans);
|
|
919
928
|
font-weight: var(--font-weights-medium);
|
|
920
929
|
font-size: var(--font-sizes-md);
|
|
921
930
|
line-height: var(--line-heights-xl);
|
|
931
|
+
letter-spacing: var(--letter-spacings-xl);
|
|
922
932
|
}
|
|
923
933
|
|
|
924
934
|
.textStyle_title\.sm:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
925
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
926
935
|
font-family: var(--fonts-noto-sans);
|
|
927
936
|
font-weight: var(--font-weights-medium);
|
|
928
937
|
font-size: var(--font-sizes-sm);
|
|
929
938
|
line-height: var(--line-heights-lg);
|
|
939
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
930
940
|
}
|
|
931
941
|
|
|
932
942
|
.textStyle_body\.sm:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
933
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
934
943
|
font-size: var(--font-sizes-xs);
|
|
935
944
|
font-weight: var(--font-weights-regular);
|
|
936
945
|
font-family: var(--fonts-noto-sans);
|
|
937
946
|
line-height: var(--line-heights-md);
|
|
947
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
938
948
|
}
|
|
939
949
|
|
|
940
950
|
.textStyle_en\.title\.main\.22\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
941
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
942
951
|
font-family: var(--fonts-freeman);
|
|
943
952
|
font-weight: var(--font-weights-regular);
|
|
944
953
|
line-height: 120%;
|
|
945
954
|
font-size: 22px;
|
|
955
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
946
956
|
}
|
|
947
957
|
|
|
948
958
|
.textStyle_en\.title\.main\.24\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
949
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
950
959
|
font-family: var(--fonts-freeman);
|
|
951
960
|
font-weight: var(--font-weights-regular);
|
|
952
961
|
line-height: 120%;
|
|
953
962
|
font-size: 24px;
|
|
963
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
954
964
|
}
|
|
955
965
|
|
|
956
966
|
.textStyle_en\.title\.main\.30\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
957
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
958
967
|
font-family: var(--fonts-freeman);
|
|
959
968
|
font-weight: var(--font-weights-regular);
|
|
960
969
|
line-height: 120%;
|
|
961
970
|
font-size: 30px;
|
|
971
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
962
972
|
}
|
|
963
973
|
|
|
964
974
|
.textStyle_en\.title\.main\.56\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
965
|
-
letter-spacing: var(--letter-spacings-sm);
|
|
966
975
|
font-family: var(--fonts-freeman);
|
|
967
976
|
font-weight: var(--font-weights-regular);
|
|
968
977
|
line-height: 100%;
|
|
969
978
|
font-size: 56px;
|
|
979
|
+
letter-spacing: var(--letter-spacings-sm);
|
|
970
980
|
}
|
|
971
981
|
|
|
972
982
|
.textStyle_en\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -974,10 +984,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
974
984
|
}
|
|
975
985
|
|
|
976
986
|
.textStyle_en\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#),.textStyle_en\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
977
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
978
987
|
font-family: var(--fonts-freeman);
|
|
979
988
|
font-weight: var(--font-weights-regular);
|
|
980
989
|
line-height: 120%;
|
|
990
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
981
991
|
}
|
|
982
992
|
|
|
983
993
|
.textStyle_en\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -985,147 +995,147 @@ html:not(#\#),body:not(#\#) {
|
|
|
985
995
|
}
|
|
986
996
|
|
|
987
997
|
.textStyle_en\.title\.sub\.20\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
988
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
989
998
|
font-family: var(--fonts-freeman);
|
|
990
999
|
font-weight: var(--font-weights-regular);
|
|
991
1000
|
line-height: 120%;
|
|
992
1001
|
font-size: 20px;
|
|
1002
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
993
1003
|
}
|
|
994
1004
|
|
|
995
1005
|
.textStyle_en\.text\.chat\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
996
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
997
1006
|
font-family: var(--fonts-dm-sans);
|
|
998
1007
|
font-weight: var(--font-weights-bold);
|
|
999
1008
|
line-height: 150%;
|
|
1000
1009
|
font-size: 14px;
|
|
1010
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1001
1011
|
}
|
|
1002
1012
|
|
|
1003
1013
|
.textStyle_en\.text\.chat\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1004
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1005
1014
|
font-family: var(--fonts-dm-sans);
|
|
1006
1015
|
font-weight: var(--font-weights-regular);
|
|
1007
1016
|
line-height: 150%;
|
|
1008
1017
|
font-size: 14px;
|
|
1018
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1009
1019
|
}
|
|
1010
1020
|
|
|
1011
1021
|
.textStyle_en\.text\.chat\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1012
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1013
1022
|
font-family: var(--fonts-dm-sans);
|
|
1014
1023
|
font-weight: var(--font-weights-bold);
|
|
1015
1024
|
line-height: 150%;
|
|
1016
1025
|
font-size: 16px;
|
|
1026
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1017
1027
|
}
|
|
1018
1028
|
|
|
1019
1029
|
.textStyle_en\.text\.chat\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1020
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1021
1030
|
font-family: var(--fonts-dm-sans);
|
|
1022
1031
|
font-weight: var(--font-weights-regular);
|
|
1023
1032
|
line-height: 150%;
|
|
1024
1033
|
font-size: 16px;
|
|
1034
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1025
1035
|
}
|
|
1026
1036
|
|
|
1027
1037
|
.textStyle_en\.text\.body\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1028
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1029
1038
|
font-family: var(--fonts-dm-sans);
|
|
1030
1039
|
font-weight: var(--font-weights-bold);
|
|
1031
1040
|
line-height: 120%;
|
|
1032
1041
|
font-size: 14px;
|
|
1042
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1033
1043
|
}
|
|
1034
1044
|
|
|
1035
1045
|
.textStyle_en\.text\.body\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1036
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1037
1046
|
font-family: var(--fonts-dm-sans);
|
|
1038
1047
|
font-weight: var(--font-weights-regular);
|
|
1039
1048
|
line-height: 120%;
|
|
1040
1049
|
font-size: 14px;
|
|
1050
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1041
1051
|
}
|
|
1042
1052
|
|
|
1043
1053
|
.textStyle_en\.text\.body\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1044
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1045
1054
|
font-family: var(--fonts-dm-sans);
|
|
1046
1055
|
font-weight: var(--font-weights-bold);
|
|
1047
1056
|
line-height: 120%;
|
|
1048
1057
|
font-size: 16px;
|
|
1058
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1049
1059
|
}
|
|
1050
1060
|
|
|
1051
1061
|
.textStyle_en\.text\.body\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1052
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1053
1062
|
font-family: var(--fonts-dm-sans);
|
|
1054
1063
|
font-weight: var(--font-weights-regular);
|
|
1055
1064
|
line-height: 120%;
|
|
1056
1065
|
font-size: 16px;
|
|
1066
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1057
1067
|
}
|
|
1058
1068
|
|
|
1059
1069
|
.textStyle_en\.label\.caption\.10\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1060
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1061
1070
|
font-family: var(--fonts-dm-sans);
|
|
1062
1071
|
font-weight: var(--font-weights-regular);
|
|
1063
1072
|
line-height: 120%;
|
|
1064
1073
|
font-size: 10px;
|
|
1074
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1065
1075
|
}
|
|
1066
1076
|
|
|
1067
1077
|
.textStyle_en\.label\.caption\.10\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1068
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1069
1078
|
font-family: var(--fonts-dm-sans);
|
|
1070
1079
|
font-weight: var(--font-weights-semibold);
|
|
1071
1080
|
line-height: 120%;
|
|
1072
1081
|
font-size: 10px;
|
|
1082
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1073
1083
|
}
|
|
1074
1084
|
|
|
1075
1085
|
.textStyle_en\.label\.caption\.12\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1076
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1077
1086
|
font-family: var(--fonts-dm-sans);
|
|
1078
1087
|
font-weight: var(--font-weights-regular);
|
|
1079
1088
|
line-height: 120%;
|
|
1080
1089
|
font-size: 12px;
|
|
1090
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1081
1091
|
}
|
|
1082
1092
|
|
|
1083
1093
|
.textStyle_en\.label\.caption\.12\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1084
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1085
1094
|
font-family: var(--fonts-dm-sans);
|
|
1086
1095
|
font-weight: var(--font-weights-semibold);
|
|
1087
1096
|
line-height: 120%;
|
|
1088
1097
|
font-size: 12px;
|
|
1098
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1089
1099
|
}
|
|
1090
1100
|
|
|
1091
1101
|
.textStyle_en\.label\.caption\.14\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1092
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1093
1102
|
font-family: var(--fonts-dm-sans);
|
|
1094
1103
|
font-weight: var(--font-weights-semibold);
|
|
1095
1104
|
line-height: 120%;
|
|
1096
1105
|
font-size: 14px;
|
|
1106
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1097
1107
|
}
|
|
1098
1108
|
|
|
1099
1109
|
.textStyle_kr\.title\.main\.22\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1100
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1101
1110
|
font-family: var(--fonts-pretendard);
|
|
1102
1111
|
font-weight: var(--font-weights-bold);
|
|
1103
1112
|
line-height: 120%;
|
|
1104
1113
|
font-size: 22px;
|
|
1114
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1105
1115
|
}
|
|
1106
1116
|
|
|
1107
1117
|
.textStyle_kr\.title\.main\.24\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1108
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1109
1118
|
font-family: var(--fonts-pretendard);
|
|
1110
1119
|
font-weight: var(--font-weights-bold);
|
|
1111
1120
|
line-height: 120%;
|
|
1112
1121
|
font-size: 24px;
|
|
1122
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1113
1123
|
}
|
|
1114
1124
|
|
|
1115
1125
|
.textStyle_kr\.title\.main\.30\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1116
|
-
letter-spacing: var(--letter-spacings-xl);
|
|
1117
1126
|
font-family: var(--fonts-pretendard);
|
|
1118
1127
|
font-weight: var(--font-weights-bold);
|
|
1119
1128
|
line-height: 120%;
|
|
1120
1129
|
font-size: 30px;
|
|
1130
|
+
letter-spacing: var(--letter-spacings-xl);
|
|
1121
1131
|
}
|
|
1122
1132
|
|
|
1123
1133
|
.textStyle_kr\.title\.main\.56\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1124
|
-
letter-spacing: var(--letter-spacings-sm);
|
|
1125
1134
|
font-family: var(--fonts-pretendard);
|
|
1126
1135
|
font-weight: var(--font-weights-bold);
|
|
1127
1136
|
line-height: 100%;
|
|
1128
1137
|
font-size: 56px;
|
|
1138
|
+
letter-spacing: var(--letter-spacings-sm);
|
|
1129
1139
|
}
|
|
1130
1140
|
|
|
1131
1141
|
.textStyle_kr\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1133,10 +1143,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
1133
1143
|
}
|
|
1134
1144
|
|
|
1135
1145
|
.textStyle_kr\.title\.sub\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#),.textStyle_kr\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1136
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1137
1146
|
font-family: var(--fonts-pretendard);
|
|
1138
1147
|
font-weight: var(--font-weights-bold);
|
|
1139
1148
|
line-height: 120%;
|
|
1149
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1140
1150
|
}
|
|
1141
1151
|
|
|
1142
1152
|
.textStyle_kr\.title\.sub\.18\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1144,345 +1154,371 @@ html:not(#\#),body:not(#\#) {
|
|
|
1144
1154
|
}
|
|
1145
1155
|
|
|
1146
1156
|
.textStyle_kr\.title\.sub\.20\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1147
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1148
1157
|
font-family: var(--fonts-pretendard);
|
|
1149
1158
|
font-weight: var(--font-weights-bold);
|
|
1150
1159
|
line-height: 120%;
|
|
1151
1160
|
font-size: 20px;
|
|
1161
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1152
1162
|
}
|
|
1153
1163
|
|
|
1154
1164
|
.textStyle_kr\.text\.chat\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1155
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1156
1165
|
font-family: var(--fonts-pretendard);
|
|
1157
1166
|
font-weight: var(--font-weights-bold);
|
|
1158
1167
|
line-height: 160%;
|
|
1159
1168
|
font-size: 14px;
|
|
1169
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1160
1170
|
}
|
|
1161
1171
|
|
|
1162
1172
|
.textStyle_kr\.text\.chat\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1163
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1164
1173
|
font-family: var(--fonts-pretendard);
|
|
1165
1174
|
font-weight: var(--font-weights-regular);
|
|
1166
1175
|
line-height: 160%;
|
|
1167
1176
|
font-size: 14px;
|
|
1177
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1168
1178
|
}
|
|
1169
1179
|
|
|
1170
1180
|
.textStyle_kr\.text\.chat\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1171
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1172
1181
|
font-family: var(--fonts-pretendard);
|
|
1173
1182
|
font-weight: var(--font-weights-bold);
|
|
1174
1183
|
line-height: 160%;
|
|
1175
1184
|
font-size: 16px;
|
|
1185
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1176
1186
|
}
|
|
1177
1187
|
|
|
1178
1188
|
.textStyle_kr\.text\.chat\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1179
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1180
1189
|
font-family: var(--fonts-pretendard);
|
|
1181
1190
|
font-weight: var(--font-weights-regular);
|
|
1182
1191
|
line-height: 160%;
|
|
1183
1192
|
font-size: 16px;
|
|
1193
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1184
1194
|
}
|
|
1185
1195
|
|
|
1186
1196
|
.textStyle_kr\.text\.body\.14\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1187
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1188
1197
|
font-family: var(--fonts-pretendard);
|
|
1189
1198
|
font-weight: var(--font-weights-bold);
|
|
1190
1199
|
line-height: 130%;
|
|
1191
1200
|
font-size: 14px;
|
|
1201
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1192
1202
|
}
|
|
1193
1203
|
|
|
1194
1204
|
.textStyle_kr\.text\.body\.14\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1195
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1196
1205
|
font-family: var(--fonts-pretendard);
|
|
1197
1206
|
font-weight: var(--font-weights-regular);
|
|
1198
1207
|
line-height: 130%;
|
|
1199
1208
|
font-size: 14px;
|
|
1209
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1200
1210
|
}
|
|
1201
1211
|
|
|
1202
1212
|
.textStyle_kr\.text\.body\.16\.bold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1203
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1204
1213
|
font-family: var(--fonts-pretendard);
|
|
1205
1214
|
font-weight: var(--font-weights-bold);
|
|
1206
1215
|
line-height: 130%;
|
|
1207
1216
|
font-size: 16px;
|
|
1217
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1208
1218
|
}
|
|
1209
1219
|
|
|
1210
1220
|
.textStyle_kr\.text\.body\.16\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1211
|
-
letter-spacing: var(--letter-spacings-2xl);
|
|
1212
1221
|
font-family: var(--fonts-pretendard);
|
|
1213
1222
|
font-weight: var(--font-weights-regular);
|
|
1214
1223
|
line-height: 130%;
|
|
1215
1224
|
font-size: 16px;
|
|
1225
|
+
letter-spacing: var(--letter-spacings-2xl);
|
|
1216
1226
|
}
|
|
1217
1227
|
|
|
1218
1228
|
.textStyle_kr\.label\.caption\.10\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1219
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1220
1229
|
font-family: var(--fonts-pretendard);
|
|
1221
1230
|
font-weight: var(--font-weights-regular);
|
|
1222
1231
|
line-height: 120%;
|
|
1223
1232
|
font-size: 10px;
|
|
1233
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1224
1234
|
}
|
|
1225
1235
|
|
|
1226
1236
|
.textStyle_kr\.label\.caption\.10\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1227
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1228
1237
|
font-family: var(--fonts-pretendard);
|
|
1229
1238
|
font-weight: var(--font-weights-semibold);
|
|
1230
1239
|
line-height: 120%;
|
|
1231
1240
|
font-size: 10px;
|
|
1241
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1232
1242
|
}
|
|
1233
1243
|
|
|
1234
1244
|
.textStyle_kr\.label\.caption\.12\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1235
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1236
1245
|
font-family: var(--fonts-pretendard);
|
|
1237
1246
|
font-weight: var(--font-weights-regular);
|
|
1238
1247
|
line-height: 120%;
|
|
1239
1248
|
font-size: 12px;
|
|
1249
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1240
1250
|
}
|
|
1241
1251
|
|
|
1242
1252
|
.textStyle_kr\.label\.caption\.12\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1243
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1244
1253
|
font-family: var(--fonts-pretendard);
|
|
1245
1254
|
font-weight: var(--font-weights-semibold);
|
|
1246
1255
|
line-height: 120%;
|
|
1247
1256
|
font-size: 12px;
|
|
1257
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1248
1258
|
}
|
|
1249
1259
|
|
|
1250
1260
|
.textStyle_kr\.label\.caption\.14\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1251
|
-
letter-spacing: var(--letter-spacings-3xl);
|
|
1252
1261
|
font-family: var(--fonts-pretendard);
|
|
1253
1262
|
font-weight: var(--font-weights-semibold);
|
|
1254
1263
|
line-height: 120%;
|
|
1255
1264
|
font-size: 14px;
|
|
1265
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1256
1266
|
}
|
|
1257
1267
|
|
|
1258
|
-
.
|
|
1259
|
-
|
|
1268
|
+
.p_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1269
|
+
padding: var(--spacing-0);
|
|
1260
1270
|
}
|
|
1261
1271
|
|
|
1262
|
-
.
|
|
1263
|
-
|
|
1272
|
+
.p_5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1273
|
+
padding: var(--spacing-5);
|
|
1264
1274
|
}
|
|
1265
1275
|
|
|
1266
|
-
.
|
|
1267
|
-
|
|
1276
|
+
.bd_5px_solid_red:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1277
|
+
border: 5px solid red;
|
|
1268
1278
|
}
|
|
1269
1279
|
|
|
1270
|
-
.
|
|
1271
|
-
|
|
1280
|
+
.bd_1px_solid_red:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1281
|
+
border: 1px solid red;
|
|
1272
1282
|
}
|
|
1273
1283
|
|
|
1274
|
-
.
|
|
1275
|
-
|
|
1284
|
+
.bg_surface\.layer_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1285
|
+
background: var(--colors-surface-layer_1);
|
|
1276
1286
|
}
|
|
1277
1287
|
|
|
1278
|
-
.
|
|
1279
|
-
|
|
1288
|
+
.p_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1289
|
+
padding: var(--spacing-4);
|
|
1280
1290
|
}
|
|
1281
1291
|
|
|
1282
|
-
.
|
|
1283
|
-
|
|
1292
|
+
.m_15px_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1293
|
+
margin: 15px auto;
|
|
1284
1294
|
}
|
|
1285
1295
|
|
|
1286
|
-
.
|
|
1287
|
-
|
|
1296
|
+
.bg_\#bebebe:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1297
|
+
background: #bebebe;
|
|
1288
1298
|
}
|
|
1289
1299
|
|
|
1290
|
-
.
|
|
1291
|
-
|
|
1300
|
+
.bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1301
|
+
background: transparent;
|
|
1292
1302
|
}
|
|
1293
1303
|
|
|
1294
|
-
.
|
|
1295
|
-
|
|
1304
|
+
.bg_background\.neuroidPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1305
|
+
background: var(--colors-background-neuroid-primary-default);
|
|
1296
1306
|
}
|
|
1297
1307
|
|
|
1298
|
-
.
|
|
1299
|
-
|
|
1308
|
+
.bg_background\.neuroidSecondary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1309
|
+
background: var(--colors-background-neuroid-secondary-default);
|
|
1300
1310
|
}
|
|
1301
1311
|
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1312
|
+
.bg_background\.zoltarinaPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1313
|
+
background: var(--colors-background-zoltarina-primary-default);
|
|
1304
1314
|
}
|
|
1305
1315
|
|
|
1306
|
-
.
|
|
1307
|
-
|
|
1316
|
+
.bg_background\.zoltarinaSecondary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1317
|
+
background: var(--colors-background-zoltarina-secondary-default);
|
|
1308
1318
|
}
|
|
1309
1319
|
|
|
1310
|
-
.
|
|
1311
|
-
|
|
1320
|
+
.bg_background\.heydPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1321
|
+
background: var(--colors-background-heyd-primary-default);
|
|
1312
1322
|
}
|
|
1313
1323
|
|
|
1314
|
-
.
|
|
1315
|
-
|
|
1324
|
+
.bg_background\.heydSecondary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1325
|
+
background: var(--colors-background-heyd-secondary-default);
|
|
1316
1326
|
}
|
|
1317
1327
|
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1328
|
+
.bg_background\.heybeePrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1329
|
+
background: var(--colors-background-heybee-primary-default);
|
|
1320
1330
|
}
|
|
1321
1331
|
|
|
1322
|
-
.
|
|
1323
|
-
|
|
1332
|
+
.bg_background\.static\.blackAlpha\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1333
|
+
background: var(--colors-background-static-black-alpha-default);
|
|
1324
1334
|
}
|
|
1325
1335
|
|
|
1326
|
-
.
|
|
1327
|
-
|
|
1336
|
+
.bg_background\.static\.whiteAlpha\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1337
|
+
background: var(--colors-background-static-white-alpha-default);
|
|
1328
1338
|
}
|
|
1329
1339
|
|
|
1330
|
-
.
|
|
1331
|
-
|
|
1340
|
+
.bg_background\.neutral\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1341
|
+
background: var(--colors-background-neutral-default);
|
|
1332
1342
|
}
|
|
1333
1343
|
|
|
1334
|
-
.
|
|
1335
|
-
|
|
1344
|
+
.bg_background\.danger\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1345
|
+
background: var(--colors-background-danger-default);
|
|
1336
1346
|
}
|
|
1337
1347
|
|
|
1338
|
-
.
|
|
1339
|
-
|
|
1348
|
+
.bg_background\.warning\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1349
|
+
background: var(--colors-background-warning-default);
|
|
1340
1350
|
}
|
|
1341
1351
|
|
|
1342
|
-
.
|
|
1343
|
-
|
|
1352
|
+
.bg_background\.success\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1353
|
+
background: var(--colors-background-success-default);
|
|
1344
1354
|
}
|
|
1345
1355
|
|
|
1346
|
-
.
|
|
1347
|
-
|
|
1356
|
+
.bg_background\.informative\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1357
|
+
background: var(--colors-background-informative-default);
|
|
1348
1358
|
}
|
|
1349
1359
|
|
|
1350
|
-
.
|
|
1351
|
-
|
|
1360
|
+
.bg_shadow\.overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1361
|
+
background: var(--colors-shadow-overlay);
|
|
1352
1362
|
}
|
|
1353
1363
|
|
|
1354
|
-
.
|
|
1355
|
-
|
|
1364
|
+
.p_4px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1365
|
+
padding: 4px;
|
|
1356
1366
|
}
|
|
1357
1367
|
|
|
1358
|
-
.
|
|
1359
|
-
|
|
1368
|
+
.p_8px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1369
|
+
padding: 8px;
|
|
1360
1370
|
}
|
|
1361
1371
|
|
|
1362
|
-
.
|
|
1363
|
-
|
|
1372
|
+
.bd_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1373
|
+
border: 1px;
|
|
1364
1374
|
}
|
|
1365
1375
|
|
|
1366
|
-
.
|
|
1367
|
-
|
|
1376
|
+
.p_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1377
|
+
padding: var(--spacing-2);
|
|
1368
1378
|
}
|
|
1369
1379
|
|
|
1370
|
-
.
|
|
1371
|
-
|
|
1380
|
+
.bd_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1381
|
+
border: 0;
|
|
1372
1382
|
}
|
|
1373
1383
|
|
|
1374
|
-
.
|
|
1375
|
-
|
|
1384
|
+
.bg_black\.500A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1385
|
+
background: var(--colors-black-500-a);
|
|
1376
1386
|
}
|
|
1377
1387
|
|
|
1378
|
-
.
|
|
1379
|
-
|
|
1388
|
+
.p_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1389
|
+
padding: var(--spacing-10);
|
|
1380
1390
|
}
|
|
1381
1391
|
|
|
1382
|
-
.
|
|
1383
|
-
|
|
1392
|
+
.p_0_16px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1393
|
+
padding: 0 16px;
|
|
1384
1394
|
}
|
|
1385
1395
|
|
|
1386
|
-
.
|
|
1387
|
-
|
|
1396
|
+
.bg_background\.neutral\.selected:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1397
|
+
background: var(--colors-background-neutral-selected);
|
|
1388
1398
|
}
|
|
1389
1399
|
|
|
1390
|
-
.
|
|
1391
|
-
|
|
1400
|
+
.p_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1401
|
+
padding: var(--spacing-1);
|
|
1392
1402
|
}
|
|
1393
1403
|
|
|
1394
|
-
.
|
|
1395
|
-
|
|
1404
|
+
.bg_content\.neutral\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1405
|
+
background: var(--colors-content-neutral-bold);
|
|
1396
1406
|
}
|
|
1397
1407
|
|
|
1398
|
-
.
|
|
1399
|
-
|
|
1408
|
+
.p_16px_0_0_16px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1409
|
+
padding: 16px 0 0 16px;
|
|
1400
1410
|
}
|
|
1401
1411
|
|
|
1402
|
-
.
|
|
1403
|
-
|
|
1412
|
+
.bg_background\.static\.whiteAlpha\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1413
|
+
background: var(--colors-background-static-white-alpha-bold);
|
|
1404
1414
|
}
|
|
1405
1415
|
|
|
1406
|
-
.
|
|
1407
|
-
|
|
1416
|
+
.bg_background\.static\.whiteAlpha\.selected:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1417
|
+
background: var(--colors-background-static-white-alpha-selected);
|
|
1408
1418
|
}
|
|
1409
1419
|
|
|
1410
|
-
.
|
|
1411
|
-
|
|
1420
|
+
.flex-flow_column:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1421
|
+
flex-flow: column;
|
|
1412
1422
|
}
|
|
1413
1423
|
|
|
1414
|
-
.
|
|
1415
|
-
-
|
|
1416
|
-
user-select: none;
|
|
1424
|
+
.flex-flow_column-reverse:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1425
|
+
flex-flow: column-reverse;
|
|
1417
1426
|
}
|
|
1418
1427
|
|
|
1419
|
-
.
|
|
1420
|
-
|
|
1421
|
-
-webkit-appearance: none;
|
|
1428
|
+
.flex-flow_row:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1429
|
+
flex-flow: row;
|
|
1422
1430
|
}
|
|
1423
1431
|
|
|
1424
|
-
.
|
|
1425
|
-
|
|
1432
|
+
.flex-flow_row-reverse:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1433
|
+
flex-flow: row-reverse;
|
|
1426
1434
|
}
|
|
1427
1435
|
|
|
1428
|
-
.
|
|
1429
|
-
|
|
1436
|
+
.gap_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1437
|
+
gap: var(--spacing-0);
|
|
1430
1438
|
}
|
|
1431
1439
|
|
|
1432
|
-
.
|
|
1433
|
-
|
|
1440
|
+
.gap_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1441
|
+
gap: var(--spacing-1);
|
|
1434
1442
|
}
|
|
1435
1443
|
|
|
1436
|
-
.
|
|
1437
|
-
|
|
1444
|
+
.gap_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1445
|
+
gap: var(--spacing-2);
|
|
1438
1446
|
}
|
|
1439
1447
|
|
|
1440
|
-
.
|
|
1441
|
-
|
|
1448
|
+
.gap_3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1449
|
+
gap: var(--spacing-3);
|
|
1442
1450
|
}
|
|
1443
1451
|
|
|
1444
|
-
.
|
|
1445
|
-
|
|
1452
|
+
.gap_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1453
|
+
gap: var(--spacing-4);
|
|
1446
1454
|
}
|
|
1447
1455
|
|
|
1448
|
-
.
|
|
1449
|
-
|
|
1456
|
+
.gap_5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1457
|
+
gap: var(--spacing-5);
|
|
1450
1458
|
}
|
|
1451
1459
|
|
|
1452
|
-
.
|
|
1453
|
-
|
|
1460
|
+
.gap_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1461
|
+
gap: var(--spacing-6);
|
|
1454
1462
|
}
|
|
1455
1463
|
|
|
1456
|
-
.
|
|
1457
|
-
|
|
1464
|
+
.gap_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1465
|
+
gap: var(--spacing-7);
|
|
1458
1466
|
}
|
|
1459
1467
|
|
|
1460
|
-
.
|
|
1461
|
-
|
|
1468
|
+
.gap_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1469
|
+
gap: var(--spacing-8);
|
|
1462
1470
|
}
|
|
1463
1471
|
|
|
1464
|
-
.
|
|
1465
|
-
|
|
1472
|
+
.gap_9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1473
|
+
gap: var(--spacing-9);
|
|
1466
1474
|
}
|
|
1467
1475
|
|
|
1468
|
-
.
|
|
1469
|
-
|
|
1476
|
+
.gap_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1477
|
+
gap: var(--spacing-10);
|
|
1470
1478
|
}
|
|
1471
1479
|
|
|
1472
|
-
.
|
|
1473
|
-
|
|
1480
|
+
.gap_8px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1481
|
+
gap: 8px;
|
|
1474
1482
|
}
|
|
1475
1483
|
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1484
|
+
.gap_15:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1485
|
+
gap: 15px;
|
|
1478
1486
|
}
|
|
1479
1487
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1488
|
+
.bd-b_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1489
|
+
border-bottom: var(--borders-none);
|
|
1482
1490
|
}
|
|
1483
1491
|
|
|
1484
|
-
.
|
|
1485
|
-
|
|
1492
|
+
.bdr_999:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1493
|
+
border-radius: 999px;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.ring_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1497
|
+
outline: var(--borders-none);
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.bd-w_1px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1501
|
+
border-width: 1px;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.border-style_solid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1505
|
+
border-style: solid;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.bd-c_border\.neutral\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1509
|
+
border-color: var(--colors-border-neutral-default);
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.px_8px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1513
|
+
padding-inline: 8px;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.px_16px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1517
|
+
padding-inline: 16px;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.px_20px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1521
|
+
padding-inline: 20px;
|
|
1486
1522
|
}
|
|
1487
1523
|
|
|
1488
1524
|
.px_28px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1501,453 +1537,132 @@ html:not(#\#),body:not(#\#) {
|
|
|
1501
1537
|
border-radius: var(--radii-md);
|
|
1502
1538
|
}
|
|
1503
1539
|
|
|
1504
|
-
.
|
|
1505
|
-
|
|
1540
|
+
.bd-c_border\.neuroidPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1541
|
+
border-color: var(--colors-border-neuroid-primary-default);
|
|
1506
1542
|
}
|
|
1507
1543
|
|
|
1508
|
-
.
|
|
1509
|
-
|
|
1544
|
+
.bd-c_border\.zoltarinaPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1545
|
+
border-color: var(--colors-border-zoltarina-primary-default);
|
|
1510
1546
|
}
|
|
1511
1547
|
|
|
1512
|
-
.
|
|
1513
|
-
color: var(--colors-
|
|
1548
|
+
.bd-c_border\.heydPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1549
|
+
border-color: var(--colors-border-heyd-primary-default);
|
|
1514
1550
|
}
|
|
1515
1551
|
|
|
1516
|
-
.
|
|
1517
|
-
|
|
1552
|
+
.bd-c_border\.heybeePrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1553
|
+
border-color: var(--colors-border-heybee-primary-default);
|
|
1518
1554
|
}
|
|
1519
1555
|
|
|
1520
|
-
.
|
|
1521
|
-
color: var(--colors-
|
|
1556
|
+
.bd-c_border\.danger\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1557
|
+
border-color: var(--colors-border-danger-default);
|
|
1522
1558
|
}
|
|
1523
1559
|
|
|
1524
|
-
.
|
|
1525
|
-
|
|
1560
|
+
.bd-c_border\.warning\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1561
|
+
border-color: var(--colors-border-warning-default);
|
|
1526
1562
|
}
|
|
1527
1563
|
|
|
1528
|
-
.
|
|
1529
|
-
|
|
1564
|
+
.bd-c_border\.success\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1565
|
+
border-color: var(--colors-border-success-default);
|
|
1530
1566
|
}
|
|
1531
1567
|
|
|
1532
|
-
.
|
|
1533
|
-
|
|
1568
|
+
.bd-c_border\.informative\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1569
|
+
border-color: var(--colors-border-informative-default);
|
|
1534
1570
|
}
|
|
1535
1571
|
|
|
1536
|
-
.
|
|
1537
|
-
|
|
1572
|
+
.bd-c_white\.900A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1573
|
+
border-color: var(--colors-white-900-a);
|
|
1538
1574
|
}
|
|
1539
1575
|
|
|
1540
|
-
.
|
|
1541
|
-
|
|
1576
|
+
.bd-w_1\.5px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1577
|
+
border-width: 1.5px;
|
|
1542
1578
|
}
|
|
1543
1579
|
|
|
1544
|
-
.
|
|
1545
|
-
|
|
1580
|
+
.px_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1581
|
+
padding-inline: var(--spacing-6);
|
|
1546
1582
|
}
|
|
1547
1583
|
|
|
1548
|
-
.
|
|
1549
|
-
|
|
1584
|
+
.px_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1585
|
+
padding-inline: var(--spacing-4);
|
|
1550
1586
|
}
|
|
1551
1587
|
|
|
1552
|
-
.
|
|
1553
|
-
|
|
1588
|
+
.ov_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1589
|
+
overflow: auto;
|
|
1554
1590
|
}
|
|
1555
1591
|
|
|
1556
|
-
.
|
|
1557
|
-
|
|
1592
|
+
.py_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1593
|
+
padding-block: var(--spacing-4);
|
|
1558
1594
|
}
|
|
1559
1595
|
|
|
1560
|
-
.
|
|
1561
|
-
|
|
1596
|
+
.bd-c_transparent:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1597
|
+
border-color: transparent;
|
|
1562
1598
|
}
|
|
1563
1599
|
|
|
1564
|
-
.
|
|
1565
|
-
|
|
1600
|
+
.bd-c_border\.neutral\.subtle:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1601
|
+
border-color: var(--colors-border-neutral-subtle);
|
|
1566
1602
|
}
|
|
1567
1603
|
|
|
1568
|
-
.
|
|
1569
|
-
|
|
1604
|
+
.bdr_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1605
|
+
border-radius: 8px;
|
|
1570
1606
|
}
|
|
1571
1607
|
|
|
1572
|
-
.
|
|
1573
|
-
|
|
1608
|
+
.px_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1609
|
+
padding-inline: var(--spacing-2);
|
|
1574
1610
|
}
|
|
1575
1611
|
|
|
1576
|
-
.
|
|
1577
|
-
|
|
1612
|
+
.bdr_16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1613
|
+
border-radius: 16px;
|
|
1578
1614
|
}
|
|
1579
1615
|
|
|
1580
|
-
.
|
|
1581
|
-
|
|
1616
|
+
.bdr_9999:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1617
|
+
border-radius: 9999px;
|
|
1582
1618
|
}
|
|
1583
1619
|
|
|
1584
|
-
.
|
|
1585
|
-
|
|
1620
|
+
.py_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1621
|
+
padding-block: var(--spacing-2);
|
|
1586
1622
|
}
|
|
1587
1623
|
|
|
1588
|
-
.
|
|
1589
|
-
|
|
1624
|
+
.bdr_sm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1625
|
+
border-radius: var(--radii-sm);
|
|
1590
1626
|
}
|
|
1591
1627
|
|
|
1592
|
-
.
|
|
1593
|
-
|
|
1628
|
+
.trs_background-color_0\.1s_ease-in-out:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1629
|
+
transition: background-color 0.1s ease-in-out;
|
|
1594
1630
|
}
|
|
1595
1631
|
|
|
1596
|
-
.c_content\.
|
|
1597
|
-
color: var(--colors-content-
|
|
1632
|
+
.bd-c_content\.neutral\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1633
|
+
border-color: var(--colors-content-neutral-bold);
|
|
1598
1634
|
}
|
|
1599
1635
|
|
|
1600
|
-
.
|
|
1601
|
-
|
|
1636
|
+
.bd-w_2px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1637
|
+
border-width: 2px;
|
|
1602
1638
|
}
|
|
1603
1639
|
|
|
1604
|
-
.
|
|
1605
|
-
|
|
1640
|
+
.px_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1641
|
+
padding-inline: var(--spacing-1);
|
|
1606
1642
|
}
|
|
1607
1643
|
|
|
1608
|
-
.
|
|
1609
|
-
|
|
1644
|
+
.trs_all_0\.2s_ease:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1645
|
+
transition: all 0.2s ease;
|
|
1610
1646
|
}
|
|
1611
1647
|
|
|
1612
|
-
.
|
|
1613
|
-
|
|
1648
|
+
.flex_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1649
|
+
flex: 1 1 0%;
|
|
1614
1650
|
}
|
|
1615
1651
|
|
|
1616
|
-
.
|
|
1617
|
-
|
|
1652
|
+
.gap_2rem:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1653
|
+
gap: 2rem;
|
|
1618
1654
|
}
|
|
1619
1655
|
|
|
1620
|
-
.
|
|
1621
|
-
|
|
1656
|
+
.gap_24px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1657
|
+
gap: 24px;
|
|
1622
1658
|
}
|
|
1623
1659
|
|
|
1624
|
-
.
|
|
1625
|
-
|
|
1660
|
+
.bd-c_background\.neutral\.selected:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1661
|
+
border-color: var(--colors-background-neutral-selected);
|
|
1626
1662
|
}
|
|
1627
1663
|
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
.op_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1633
|
-
opacity: 0;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
.c_white\.900A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1637
|
-
color: var(--colors-white-900-a);
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.c_content\.neutralInverse\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1641
|
-
color: var(--colors-content-neutral-inverse-bold);
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.w_3\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1645
|
-
width: var(--sizes-3\.5);
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
.h_3\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1649
|
-
height: var(--sizes-3\.5);
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
.px_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1653
|
-
padding-inline: var(--spacing-6);
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
.px_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1657
|
-
padding-inline: var(--spacing-4);
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
.bkdp_blur\(3px\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1661
|
-
backdrop-filter: blur(3px);
|
|
1662
|
-
-webkit-backdrop-filter: blur(3px);
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
.bg_shadow\.overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1666
|
-
background: var(--colors-shadow-overlay);
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
.pos_fixed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1670
|
-
position: fixed;
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
.w_100vw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1674
|
-
width: 100vw;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
.z_popover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1678
|
-
z-index: var(--z-index-popover);
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
.ov_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1682
|
-
overflow: auto;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
.min-w_xs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1686
|
-
min-width: var(--sizes-xs);
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
.max-w_md:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1690
|
-
max-width: var(--sizes-md);
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
.py_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1694
|
-
padding-block: var(--spacing-4);
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.h_14:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1698
|
-
height: var(--sizes-14);
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.w_14:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1702
|
-
width: var(--sizes-14);
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.bx-sh_overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1706
|
-
box-shadow: var(--shadows-overlay);
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.w_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1710
|
-
width: var(--sizes-7);
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.p_4px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1714
|
-
padding: 4px;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
.w_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1718
|
-
width: var(--sizes-8);
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
.w_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1722
|
-
width: var(--sizes-10);
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
.p_8px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1726
|
-
padding: 8px;
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
.w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1730
|
-
width: 100%;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
.cursor_text:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1734
|
-
cursor: text;
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
.bd_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1738
|
-
border: 1px;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
.p_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1742
|
-
padding: var(--spacing-2);
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
.min-h_48px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1746
|
-
min-height: 48px;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.max-h_60px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1750
|
-
max-height: 60px;
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
.bd_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1754
|
-
border: 0;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
.bdr_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1758
|
-
border-radius: 8px;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.px_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1762
|
-
padding-inline: var(--spacing-2);
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
.bdr_16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1766
|
-
border-radius: 16px;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
.bdr_9999:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1770
|
-
border-radius: 9999px;
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
.bg_black\.500A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1774
|
-
background: var(--colors-black-500-a);
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
.c_content\.neutral\.subtle:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1778
|
-
color: var(--colors-content-neutral-subtle);
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
|
-
.ta_start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1782
|
-
text-align: start;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
.d_inline-block:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1786
|
-
display: inline-block;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.ta_end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1790
|
-
text-align: end;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
.c_content\.neutral\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1794
|
-
color: var(--colors-content-neutral-subtlest);
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
.w_500px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1798
|
-
width: 500px;
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
.py_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1802
|
-
padding-block: var(--spacing-2);
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.bdr_sm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1806
|
-
border-radius: var(--radii-sm);
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
.trs_background-color_0\.1s_ease-in-out:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1810
|
-
transition: background-color 0.1s ease-in-out;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
.h_52px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1814
|
-
height: 52px;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.h_68px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1818
|
-
height: 68px;
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
.z_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1822
|
-
z-index: 10;
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
.h_48px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1826
|
-
height: 48px;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
.w_64px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1830
|
-
width: 64px;
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
.w_4\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1834
|
-
width: var(--sizes-4\.5);
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
.h_4\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1838
|
-
height: var(--sizes-4\.5);
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.w_90vw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1842
|
-
width: 90vw;
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.p_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1846
|
-
padding: var(--spacing-10);
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
.px_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1850
|
-
padding-inline: var(--spacing-1);
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.h_40px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1854
|
-
height: 40px;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.p_0_16px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1858
|
-
padding: 0 16px;
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.trs_all_0\.2s_ease:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1862
|
-
transition: all 0.2s ease;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
.cursor_not-allowed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1866
|
-
cursor: not-allowed;
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
.z_dropdown:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1870
|
-
z-index: var(--z-index-dropdown);
|
|
1871
|
-
}
|
|
1872
|
-
|
|
1873
|
-
.flex_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1874
|
-
flex: 1 1 0%;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
.ta_left:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1878
|
-
text-align: left;
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
.gap_2rem:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1882
|
-
gap: 2rem;
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
.w_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1886
|
-
width: var(--sizes-4);
|
|
1887
|
-
}
|
|
1888
|
-
|
|
1889
|
-
.h_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1890
|
-
height: var(--sizes-4);
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
.w_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1894
|
-
width: var(--sizes-6);
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
.h_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1898
|
-
height: var(--sizes-6);
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
.w_12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1902
|
-
width: var(--sizes-12);
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
.w_24:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1906
|
-
width: var(--sizes-24);
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
.h_24:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1910
|
-
height: var(--sizes-24);
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.bg_background\.neutral\.selected:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1914
|
-
background: var(--colors-background-neutral-selected);
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
.p_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1918
|
-
padding: var(--spacing-1);
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
.bg_content\.neutral\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1922
|
-
background: var(--colors-content-neutral-bold);
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
.bx-sh_xs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1926
|
-
box-shadow: xs;
|
|
1927
|
-
}
|
|
1928
|
-
|
|
1929
|
-
.max-w_500px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1930
|
-
max-width: 500px;
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
.gap_24px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1934
|
-
gap: 24px;
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
.scr-bar-w_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1938
|
-
scrollbar-width: none;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
|
-
.p_16px_0_0_16px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1942
|
-
padding: 16px 0 0 16px;
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
.gap_16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1946
|
-
gap: var(--spacing-16);
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
.bx-sh_0px_8px_12px_0px_var\(--colors-semantic-shadow-overlay\,_rgba\(0\,_0\,_0\,_0\.08\)\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1950
|
-
box-shadow: 0px 8px 12px 0px var(--colors-semantic-shadow-overlay, rgba(0, 0, 0, 0.08));
|
|
1664
|
+
.gap_16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1665
|
+
gap: var(--spacing-16);
|
|
1951
1666
|
}
|
|
1952
1667
|
|
|
1953
1668
|
.trs_all:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1960,26 +1675,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
1960
1675
|
overflow: hidden;
|
|
1961
1676
|
}
|
|
1962
1677
|
|
|
1963
|
-
.tov_ellipsis:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1964
|
-
text-overflow: ellipsis;
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
.w_var\(--width\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1968
|
-
width: var(--width);
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
.h_2px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1972
|
-
height: 2px;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
1678
|
.bdr_xs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1976
1679
|
border-radius: var(--radii-xs);
|
|
1977
1680
|
}
|
|
1978
1681
|
|
|
1979
|
-
.d_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1980
|
-
display: none;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
1682
|
.gap_1rem:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1984
1683
|
gap: 1rem;
|
|
1985
1684
|
}
|
|
@@ -1988,42 +1687,6 @@ html:not(#\#),body:not(#\#) {
|
|
|
1988
1687
|
padding-block: var(--spacing-1);
|
|
1989
1688
|
}
|
|
1990
1689
|
|
|
1991
|
-
.h_fit-content:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1992
|
-
height: fit-content;
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.w_fit-content:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1996
|
-
width: fit-content;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.cursor_default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2000
|
-
cursor: default;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
.bg_background\.static\.whiteAlpha\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2004
|
-
background: var(--colors-background-static-white-alpha-bold);
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
.c_content\.static\.white\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2008
|
-
color: var(--colors-content-static-white-default);
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
.bg_background\.static\.whiteAlpha\.selected:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2012
|
-
background: var(--colors-background-static-white-alpha-selected);
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.c_currentcolor:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2016
|
-
color: currentcolor;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
.max-w_350px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2020
|
-
max-width: 350px;
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
.ov-wrap_anywhere:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2024
|
-
overflow-wrap: anywhere;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
1690
|
.px_3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2028
1691
|
padding-inline: var(--spacing-3);
|
|
2029
1692
|
}
|
|
@@ -2033,15 +1696,7 @@ html:not(#\#),body:not(#\#) {
|
|
|
2033
1696
|
}
|
|
2034
1697
|
|
|
2035
1698
|
.td_underline:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2036
|
-
text-decoration: underline;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.min-w_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2040
|
-
min-width: var(--sizes-6);
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
.min-h_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2044
|
-
min-height: var(--sizes-6);
|
|
1699
|
+
text-decoration: underline;
|
|
2045
1700
|
}
|
|
2046
1701
|
|
|
2047
1702
|
.ai_center:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2316,410 +1971,661 @@ html:not(#\#),body:not(#\#) {
|
|
|
2316
1971
|
column-gap: var(--spacing-7);
|
|
2317
1972
|
}
|
|
2318
1973
|
|
|
2319
|
-
.cg_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2320
|
-
column-gap: var(--spacing-8);
|
|
1974
|
+
.cg_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1975
|
+
column-gap: var(--spacing-8);
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.cg_9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1979
|
+
column-gap: var(--spacing-9);
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
.cg_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1983
|
+
column-gap: var(--spacing-10);
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
.rg_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1987
|
+
row-gap: var(--spacing-0);
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
.rg_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1991
|
+
row-gap: var(--spacing-1);
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
.rg_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1995
|
+
row-gap: var(--spacing-2);
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
.rg_3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1999
|
+
row-gap: var(--spacing-3);
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
.rg_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2003
|
+
row-gap: var(--spacing-4);
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
.rg_5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2007
|
+
row-gap: var(--spacing-5);
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
.rg_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2011
|
+
row-gap: var(--spacing-6);
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.rg_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2015
|
+
row-gap: var(--spacing-7);
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.rg_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2019
|
+
row-gap: var(--spacing-8);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.rg_9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2023
|
+
row-gap: var(--spacing-9);
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.rg_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2027
|
+
row-gap: var(--spacing-10);
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
.d_flex:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2031
|
+
display: flex;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
.bg-c_skyblue:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2035
|
+
background-color: skyblue;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
.c_white:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2039
|
+
color: white;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
.fw_bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2043
|
+
font-weight: var(--font-weights-bold);
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
.z_overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2047
|
+
z-index: var(--z-index-overlay);
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
.bg-c_surface\.layer_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2051
|
+
background-color: var(--colors-surface-layer_1);
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
.bx-sh_md:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2055
|
+
box-shadow: md;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
.z_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2059
|
+
z-index: 0;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
.tch-a_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2063
|
+
touch-action: none;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.bg-c_shadow\.overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2067
|
+
background-color: var(--colors-shadow-overlay);
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
.op_0\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2071
|
+
opacity: 0.5;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.us_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2075
|
+
-webkit-user-select: none;
|
|
2076
|
+
user-select: none;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.ap_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2080
|
+
appearance: none;
|
|
2081
|
+
-webkit-appearance: none;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.cursor_pointer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2085
|
+
cursor: pointer;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.d_inline-flex:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2089
|
+
display: inline-flex;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.fw_semibold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2093
|
+
font-weight: var(--font-weights-semibold);
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.isolation_isolate:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2097
|
+
isolation: isolate;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.pos_relative:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2101
|
+
position: relative;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.trs-dur_normal:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2105
|
+
--transition-duration: var(--durations-normal);
|
|
2106
|
+
transition-duration: var(--durations-normal);
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
.trs-prop_background\,_border-color\,_color\,_box-shadow:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2110
|
+
--transition-prop: background, border-color, color, box-shadow;
|
|
2111
|
+
transition-property: background, border-color, color, box-shadow;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
.trs-tmf_default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2115
|
+
--transition-easing: var(--easings-default);
|
|
2116
|
+
transition-timing-function: var(--easings-default);
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.va_middle:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2120
|
+
vertical-align: middle;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.white-space_nowrap:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2124
|
+
white-space: nowrap;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.c_content\.neutral\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2128
|
+
color: var(--colors-content-neutral-bold);
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.c_content\.static\.black\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2132
|
+
color: var(--colors-content-static-black-bold);
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.c_content\.neutral\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2136
|
+
color: var(--colors-content-neutral-default);
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
.c_content\.static\.black\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2140
|
+
color: var(--colors-content-static-black-default);
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
.c_content\.neuroidPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2144
|
+
color: var(--colors-content-neuroid-primary-default);
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
.c_content\.zoltarinaPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2148
|
+
color: var(--colors-content-zoltarina-primary-default);
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
.c_content\.heydPrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2152
|
+
color: var(--colors-content-heyd-primary-default);
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
.c_content\.heybeePrimary\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2156
|
+
color: var(--colors-content-heybee-primary-default);
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
.c_content\.danger\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2160
|
+
color: var(--colors-content-danger-default);
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
.c_content\.warning\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2164
|
+
color: var(--colors-content-warning-default);
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
.c_content\.success\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2168
|
+
color: var(--colors-content-success-default);
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
.c_content\.informative\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2172
|
+
color: var(--colors-content-informative-default);
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.pointer-events_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2176
|
+
pointer-events: none;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
.pointer-events_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2180
|
+
pointer-events: auto;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
.pos_absolute:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2184
|
+
position: absolute;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
.trf_translate\(-50\%\,_-50\%\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2188
|
+
transform: translate(-50%, -50%);
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.inset-s_50\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2192
|
+
inset-inline-start: 50%;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.op_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2196
|
+
opacity: 0;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
.c_white\.900A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2200
|
+
color: var(--colors-white-900-a);
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
.c_content\.neutralInverse\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2204
|
+
color: var(--colors-content-neutral-inverse-bold);
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
.trs-prop_border-color\,_background:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2208
|
+
--transition-prop: border-color, background;
|
|
2209
|
+
transition-property: border-color, background;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.bkdp_blur\(3px\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2213
|
+
backdrop-filter: blur(3px);
|
|
2214
|
+
-webkit-backdrop-filter: blur(3px);
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.pos_fixed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2218
|
+
position: fixed;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.z_popover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2222
|
+
z-index: var(--z-index-popover);
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
.bx-sh_overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2226
|
+
box-shadow: var(--shadows-overlay);
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.cursor_text:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2230
|
+
cursor: text;
|
|
2321
2231
|
}
|
|
2322
2232
|
|
|
2323
|
-
.
|
|
2324
|
-
|
|
2233
|
+
.c_content\.neutral\.subtle:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2234
|
+
color: var(--colors-content-neutral-subtle);
|
|
2325
2235
|
}
|
|
2326
2236
|
|
|
2327
|
-
.
|
|
2328
|
-
|
|
2237
|
+
.ta_start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2238
|
+
text-align: start;
|
|
2329
2239
|
}
|
|
2330
2240
|
|
|
2331
|
-
.
|
|
2332
|
-
|
|
2241
|
+
.d_inline-block:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2242
|
+
display: inline-block;
|
|
2333
2243
|
}
|
|
2334
2244
|
|
|
2335
|
-
.
|
|
2336
|
-
|
|
2245
|
+
.ta_end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2246
|
+
text-align: end;
|
|
2337
2247
|
}
|
|
2338
2248
|
|
|
2339
|
-
.
|
|
2340
|
-
|
|
2249
|
+
.c_content\.neutral\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2250
|
+
color: var(--colors-content-neutral-subtlest);
|
|
2341
2251
|
}
|
|
2342
2252
|
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2253
|
+
.z_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2254
|
+
z-index: 10;
|
|
2345
2255
|
}
|
|
2346
2256
|
|
|
2347
|
-
.
|
|
2348
|
-
|
|
2257
|
+
.trs-prop_background:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2258
|
+
--transition-prop: background, background-color, background-image, background-position;
|
|
2259
|
+
transition-property: background, background-color, background-image, background-position;
|
|
2349
2260
|
}
|
|
2350
2261
|
|
|
2351
|
-
.
|
|
2352
|
-
|
|
2262
|
+
.fs_12px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2263
|
+
font-size: 12px;
|
|
2353
2264
|
}
|
|
2354
2265
|
|
|
2355
|
-
.
|
|
2356
|
-
|
|
2266
|
+
.bg-c_background\.neutral\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2267
|
+
background-color: var(--colors-background-neutral-default);
|
|
2357
2268
|
}
|
|
2358
2269
|
|
|
2359
|
-
.
|
|
2360
|
-
|
|
2270
|
+
.cursor_not-allowed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2271
|
+
cursor: not-allowed;
|
|
2361
2272
|
}
|
|
2362
2273
|
|
|
2363
|
-
.
|
|
2364
|
-
|
|
2274
|
+
.z_dropdown:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2275
|
+
z-index: var(--z-index-dropdown);
|
|
2365
2276
|
}
|
|
2366
2277
|
|
|
2367
|
-
.
|
|
2368
|
-
|
|
2278
|
+
.ta_left:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2279
|
+
text-align: left;
|
|
2369
2280
|
}
|
|
2370
2281
|
|
|
2371
|
-
.
|
|
2372
|
-
|
|
2282
|
+
.bx-sh_xs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2283
|
+
box-shadow: xs;
|
|
2373
2284
|
}
|
|
2374
2285
|
|
|
2375
|
-
.
|
|
2376
|
-
|
|
2286
|
+
.trs-prop_transform\,_background:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2287
|
+
--transition-prop: transform, background;
|
|
2288
|
+
transition-property: transform, background;
|
|
2377
2289
|
}
|
|
2378
2290
|
|
|
2379
|
-
.
|
|
2380
|
-
|
|
2291
|
+
.scr-bar-w_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2292
|
+
scrollbar-width: none;
|
|
2381
2293
|
}
|
|
2382
2294
|
|
|
2383
|
-
.
|
|
2384
|
-
|
|
2295
|
+
.bx-sh_0px_8px_12px_0px_var\(--colors-semantic-shadow-overlay\,_rgba\(0\,_0\,_0\,_0\.08\)\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2296
|
+
box-shadow: 0px 8px 12px 0px var(--colors-semantic-shadow-overlay, rgba(0, 0, 0, 0.08));
|
|
2385
2297
|
}
|
|
2386
2298
|
|
|
2387
|
-
.
|
|
2388
|
-
|
|
2299
|
+
.tov_ellipsis:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2300
|
+
text-overflow: ellipsis;
|
|
2389
2301
|
}
|
|
2390
2302
|
|
|
2391
|
-
.
|
|
2392
|
-
|
|
2303
|
+
.d_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2304
|
+
display: none;
|
|
2393
2305
|
}
|
|
2394
2306
|
|
|
2395
|
-
.
|
|
2396
|
-
|
|
2307
|
+
.cursor_default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2308
|
+
cursor: default;
|
|
2397
2309
|
}
|
|
2398
2310
|
|
|
2399
|
-
.
|
|
2400
|
-
|
|
2311
|
+
.c_content\.static\.white\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2312
|
+
color: var(--colors-content-static-white-default);
|
|
2401
2313
|
}
|
|
2402
2314
|
|
|
2403
|
-
.
|
|
2404
|
-
|
|
2405
|
-
transition-duration: var(--durations-normal);
|
|
2315
|
+
.c_currentcolor:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2316
|
+
color: currentcolor;
|
|
2406
2317
|
}
|
|
2407
2318
|
|
|
2408
|
-
.
|
|
2409
|
-
|
|
2410
|
-
transition-property: background, border-color, color, box-shadow;
|
|
2319
|
+
.ff_inter:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2320
|
+
font-family: var(--fonts-inter);
|
|
2411
2321
|
}
|
|
2412
2322
|
|
|
2413
|
-
.
|
|
2414
|
-
|
|
2415
|
-
transition-timing-function: var(--easings-default);
|
|
2323
|
+
.ff_notoSans:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2324
|
+
font-family: var(--fonts-noto-sans);
|
|
2416
2325
|
}
|
|
2417
2326
|
|
|
2418
|
-
.
|
|
2419
|
-
|
|
2327
|
+
.ff_dmSans:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2328
|
+
font-family: var(--fonts-dm-sans);
|
|
2420
2329
|
}
|
|
2421
2330
|
|
|
2422
|
-
.
|
|
2423
|
-
|
|
2331
|
+
.ff_pretendard:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2332
|
+
font-family: var(--fonts-pretendard);
|
|
2424
2333
|
}
|
|
2425
2334
|
|
|
2426
|
-
.
|
|
2427
|
-
|
|
2335
|
+
.ff_freeman:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2336
|
+
font-family: var(--fonts-freeman);
|
|
2428
2337
|
}
|
|
2429
2338
|
|
|
2430
|
-
.
|
|
2431
|
-
|
|
2339
|
+
.bg-c_background\.neutralInverse\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2340
|
+
background-color: var(--colors-background-neutral-inverse-default);
|
|
2432
2341
|
}
|
|
2433
2342
|
|
|
2434
|
-
.
|
|
2435
|
-
|
|
2343
|
+
.ov-wrap_anywhere:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2344
|
+
overflow-wrap: anywhere;
|
|
2436
2345
|
}
|
|
2437
2346
|
|
|
2438
|
-
.
|
|
2439
|
-
|
|
2347
|
+
.h_100vh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2348
|
+
height: 100vh;
|
|
2440
2349
|
}
|
|
2441
2350
|
|
|
2442
|
-
.
|
|
2443
|
-
border-
|
|
2351
|
+
.bdr-tl_20:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2352
|
+
border-top-left-radius: 20px;
|
|
2444
2353
|
}
|
|
2445
2354
|
|
|
2446
|
-
.
|
|
2447
|
-
border-
|
|
2355
|
+
.bdr-tr_20:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2356
|
+
border-top-right-radius: 20px;
|
|
2448
2357
|
}
|
|
2449
2358
|
|
|
2450
|
-
.
|
|
2451
|
-
|
|
2359
|
+
.h_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2360
|
+
height: 100%;
|
|
2452
2361
|
}
|
|
2453
2362
|
|
|
2454
|
-
.
|
|
2455
|
-
|
|
2363
|
+
.h_1\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2364
|
+
height: var(--sizes-1\.5);
|
|
2456
2365
|
}
|
|
2457
2366
|
|
|
2458
|
-
.
|
|
2459
|
-
|
|
2367
|
+
.min-h_1\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2368
|
+
min-height: var(--sizes-1\.5);
|
|
2460
2369
|
}
|
|
2461
2370
|
|
|
2462
|
-
.
|
|
2463
|
-
|
|
2371
|
+
.w_45px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2372
|
+
width: 45px;
|
|
2464
2373
|
}
|
|
2465
2374
|
|
|
2466
|
-
.
|
|
2467
|
-
|
|
2375
|
+
.min-w_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2376
|
+
min-width: var(--sizes-0);
|
|
2468
2377
|
}
|
|
2469
2378
|
|
|
2470
|
-
.
|
|
2471
|
-
|
|
2379
|
+
.h_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2380
|
+
height: var(--sizes-7);
|
|
2472
2381
|
}
|
|
2473
2382
|
|
|
2474
|
-
.
|
|
2475
|
-
|
|
2476
|
-
transition-property: border-color, background;
|
|
2383
|
+
.h_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2384
|
+
height: var(--sizes-8);
|
|
2477
2385
|
}
|
|
2478
2386
|
|
|
2479
|
-
.
|
|
2480
|
-
|
|
2387
|
+
.h_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2388
|
+
height: var(--sizes-10);
|
|
2481
2389
|
}
|
|
2482
2390
|
|
|
2483
|
-
.
|
|
2484
|
-
|
|
2391
|
+
.h_12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2392
|
+
height: var(--sizes-12);
|
|
2485
2393
|
}
|
|
2486
2394
|
|
|
2487
|
-
.
|
|
2488
|
-
|
|
2395
|
+
.w_full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2396
|
+
width: var(--sizes-full);
|
|
2489
2397
|
}
|
|
2490
2398
|
|
|
2491
|
-
.
|
|
2492
|
-
|
|
2399
|
+
.top_50\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2400
|
+
top: 50%;
|
|
2493
2401
|
}
|
|
2494
2402
|
|
|
2495
|
-
.
|
|
2496
|
-
|
|
2403
|
+
.w_3\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2404
|
+
width: var(--sizes-3\.5);
|
|
2497
2405
|
}
|
|
2498
2406
|
|
|
2499
|
-
.
|
|
2500
|
-
|
|
2407
|
+
.h_3\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2408
|
+
height: var(--sizes-3\.5);
|
|
2501
2409
|
}
|
|
2502
2410
|
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2411
|
+
.top_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2412
|
+
top: var(--spacing-0);
|
|
2505
2413
|
}
|
|
2506
2414
|
|
|
2507
|
-
.
|
|
2508
|
-
|
|
2415
|
+
.left_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2416
|
+
left: var(--spacing-0);
|
|
2509
2417
|
}
|
|
2510
2418
|
|
|
2511
|
-
.
|
|
2512
|
-
|
|
2419
|
+
.w_100vw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2420
|
+
width: 100vw;
|
|
2513
2421
|
}
|
|
2514
2422
|
|
|
2515
|
-
.
|
|
2516
|
-
|
|
2423
|
+
.min-w_xs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2424
|
+
min-width: var(--sizes-xs);
|
|
2517
2425
|
}
|
|
2518
2426
|
|
|
2519
|
-
.
|
|
2520
|
-
|
|
2427
|
+
.max-w_md:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2428
|
+
max-width: var(--sizes-md);
|
|
2521
2429
|
}
|
|
2522
2430
|
|
|
2523
|
-
.
|
|
2524
|
-
|
|
2431
|
+
.top_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2432
|
+
top: var(--spacing-4);
|
|
2525
2433
|
}
|
|
2526
2434
|
|
|
2527
|
-
.
|
|
2528
|
-
|
|
2435
|
+
.right_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2436
|
+
right: var(--spacing-4);
|
|
2529
2437
|
}
|
|
2530
2438
|
|
|
2531
|
-
.
|
|
2532
|
-
--
|
|
2533
|
-
transition-property: background;
|
|
2439
|
+
.h_14:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2440
|
+
height: var(--sizes-14);
|
|
2534
2441
|
}
|
|
2535
2442
|
|
|
2536
|
-
.
|
|
2537
|
-
|
|
2443
|
+
.w_14:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2444
|
+
width: var(--sizes-14);
|
|
2538
2445
|
}
|
|
2539
2446
|
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2447
|
+
.w_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2448
|
+
width: var(--sizes-7);
|
|
2542
2449
|
}
|
|
2543
2450
|
|
|
2544
|
-
.
|
|
2545
|
-
|
|
2451
|
+
.w_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2452
|
+
width: var(--sizes-8);
|
|
2546
2453
|
}
|
|
2547
2454
|
|
|
2548
|
-
.
|
|
2549
|
-
--
|
|
2550
|
-
transition-property: transform, background;
|
|
2455
|
+
.w_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2456
|
+
width: var(--sizes-10);
|
|
2551
2457
|
}
|
|
2552
2458
|
|
|
2553
|
-
.
|
|
2554
|
-
|
|
2459
|
+
.w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2460
|
+
width: 100%;
|
|
2555
2461
|
}
|
|
2556
2462
|
|
|
2557
|
-
.
|
|
2558
|
-
|
|
2463
|
+
.min-h_48px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2464
|
+
min-height: 48px;
|
|
2559
2465
|
}
|
|
2560
2466
|
|
|
2561
|
-
.
|
|
2562
|
-
|
|
2467
|
+
.max-h_60px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2468
|
+
max-height: 60px;
|
|
2563
2469
|
}
|
|
2564
2470
|
|
|
2565
|
-
.
|
|
2566
|
-
|
|
2471
|
+
.pl_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2472
|
+
padding-left: var(--spacing-1);
|
|
2567
2473
|
}
|
|
2568
2474
|
|
|
2569
|
-
.
|
|
2570
|
-
|
|
2475
|
+
.pr_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2476
|
+
padding-right: var(--spacing-1);
|
|
2571
2477
|
}
|
|
2572
2478
|
|
|
2573
|
-
.
|
|
2574
|
-
|
|
2479
|
+
.mt_-0\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2480
|
+
margin-top: calc(var(--spacing-0\.5) * -1);
|
|
2575
2481
|
}
|
|
2576
2482
|
|
|
2577
|
-
.
|
|
2578
|
-
|
|
2483
|
+
.w_500px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2484
|
+
width: 500px;
|
|
2579
2485
|
}
|
|
2580
2486
|
|
|
2581
|
-
.
|
|
2582
|
-
|
|
2487
|
+
.h_52px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2488
|
+
height: 52px;
|
|
2583
2489
|
}
|
|
2584
2490
|
|
|
2585
|
-
.
|
|
2586
|
-
|
|
2491
|
+
.h_68px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2492
|
+
height: 68px;
|
|
2587
2493
|
}
|
|
2588
2494
|
|
|
2589
|
-
.
|
|
2590
|
-
|
|
2495
|
+
.pl_12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2496
|
+
padding-left: var(--spacing-12);
|
|
2591
2497
|
}
|
|
2592
2498
|
|
|
2593
|
-
.
|
|
2594
|
-
|
|
2499
|
+
.pr_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2500
|
+
padding-right: var(--spacing-2);
|
|
2595
2501
|
}
|
|
2596
2502
|
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2503
|
+
.h_48px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2504
|
+
height: 48px;
|
|
2599
2505
|
}
|
|
2600
2506
|
|
|
2601
|
-
.
|
|
2602
|
-
|
|
2507
|
+
.w_64px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2508
|
+
width: 64px;
|
|
2603
2509
|
}
|
|
2604
2510
|
|
|
2605
|
-
.
|
|
2606
|
-
|
|
2511
|
+
.w_4\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2512
|
+
width: var(--sizes-4\.5);
|
|
2607
2513
|
}
|
|
2608
2514
|
|
|
2609
|
-
|
|
2610
|
-
|
|
2515
|
+
.h_4\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2516
|
+
height: var(--sizes-4\.5);
|
|
2611
2517
|
}
|
|
2612
2518
|
|
|
2613
|
-
|
|
2614
|
-
|
|
2519
|
+
.w_90vw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2520
|
+
width: 90vw;
|
|
2615
2521
|
}
|
|
2616
2522
|
|
|
2617
|
-
|
|
2618
|
-
|
|
2523
|
+
.h_40px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2524
|
+
height: 40px;
|
|
2619
2525
|
}
|
|
2620
2526
|
|
|
2621
|
-
|
|
2622
|
-
|
|
2527
|
+
.ov-y_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2528
|
+
overflow-y: auto;
|
|
2623
2529
|
}
|
|
2624
2530
|
|
|
2625
|
-
|
|
2626
|
-
|
|
2531
|
+
.w_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2532
|
+
width: var(--sizes-4);
|
|
2627
2533
|
}
|
|
2628
2534
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2535
|
+
.h_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2536
|
+
height: var(--sizes-4);
|
|
2631
2537
|
}
|
|
2632
2538
|
|
|
2633
|
-
|
|
2634
|
-
|
|
2539
|
+
.w_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2540
|
+
width: var(--sizes-6);
|
|
2635
2541
|
}
|
|
2636
2542
|
|
|
2637
|
-
|
|
2638
|
-
|
|
2543
|
+
.h_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2544
|
+
height: var(--sizes-6);
|
|
2639
2545
|
}
|
|
2640
2546
|
|
|
2641
|
-
|
|
2642
|
-
|
|
2547
|
+
.w_12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2548
|
+
width: var(--sizes-12);
|
|
2643
2549
|
}
|
|
2644
2550
|
|
|
2645
|
-
|
|
2646
|
-
|
|
2551
|
+
.w_24:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2552
|
+
width: var(--sizes-24);
|
|
2647
2553
|
}
|
|
2648
2554
|
|
|
2649
|
-
|
|
2650
|
-
|
|
2555
|
+
.h_24:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2556
|
+
height: var(--sizes-24);
|
|
2651
2557
|
}
|
|
2652
2558
|
|
|
2653
|
-
|
|
2654
|
-
|
|
2559
|
+
.max-w_500px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2560
|
+
max-width: 500px;
|
|
2655
2561
|
}
|
|
2656
2562
|
|
|
2657
|
-
|
|
2658
|
-
|
|
2563
|
+
.ov-x_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2564
|
+
overflow-x: auto;
|
|
2659
2565
|
}
|
|
2660
2566
|
|
|
2661
|
-
|
|
2662
|
-
|
|
2567
|
+
.bd-b-w_1px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2568
|
+
border-bottom-width: 1px;
|
|
2663
2569
|
}
|
|
2664
2570
|
|
|
2665
|
-
|
|
2666
|
-
|
|
2571
|
+
.ov-x_visible:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2572
|
+
overflow-x: visible;
|
|
2667
2573
|
}
|
|
2668
2574
|
|
|
2669
|
-
|
|
2670
|
-
|
|
2575
|
+
.bd-b-w_0px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2576
|
+
border-bottom-width: 0px;
|
|
2671
2577
|
}
|
|
2672
2578
|
|
|
2673
|
-
.
|
|
2674
|
-
|
|
2579
|
+
.pt_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2580
|
+
padding-top: var(--spacing-4);
|
|
2675
2581
|
}
|
|
2676
2582
|
|
|
2677
|
-
.
|
|
2678
|
-
|
|
2583
|
+
.w_var\(--width\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2584
|
+
width: var(--width);
|
|
2679
2585
|
}
|
|
2680
2586
|
|
|
2681
|
-
.
|
|
2682
|
-
|
|
2587
|
+
.h_2px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2588
|
+
height: 2px;
|
|
2683
2589
|
}
|
|
2684
2590
|
|
|
2685
|
-
.
|
|
2686
|
-
|
|
2591
|
+
.bottom_0px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2592
|
+
bottom: 0px;
|
|
2687
2593
|
}
|
|
2688
2594
|
|
|
2689
|
-
.
|
|
2690
|
-
|
|
2595
|
+
.h_fit-content:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2596
|
+
height: fit-content;
|
|
2691
2597
|
}
|
|
2692
2598
|
|
|
2693
|
-
.
|
|
2694
|
-
|
|
2599
|
+
.w_fit-content:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2600
|
+
width: fit-content;
|
|
2695
2601
|
}
|
|
2696
2602
|
|
|
2697
|
-
|
|
2698
|
-
width:
|
|
2603
|
+
.max-w_350px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2604
|
+
max-width: 350px;
|
|
2699
2605
|
}
|
|
2700
2606
|
|
|
2701
|
-
|
|
2702
|
-
|
|
2607
|
+
.min-w_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2608
|
+
min-width: var(--sizes-6);
|
|
2703
2609
|
}
|
|
2704
2610
|
|
|
2705
|
-
|
|
2706
|
-
|
|
2611
|
+
.min-h_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2612
|
+
min-height: var(--sizes-6);
|
|
2707
2613
|
}
|
|
2708
2614
|
|
|
2709
|
-
|
|
2710
|
-
|
|
2615
|
+
.ml_-1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2616
|
+
margin-left: calc(var(--spacing-1) * -1);
|
|
2711
2617
|
}
|
|
2712
2618
|
|
|
2713
|
-
|
|
2714
|
-
|
|
2619
|
+
.\[\&_\[data-rsbs-backdrop\]\]\:bg_rgba\(0\,_0\,_0\,_0\.6\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) [data-rsbs-backdrop] {
|
|
2620
|
+
background: rgba(0, 0, 0, 0.6);
|
|
2715
2621
|
}
|
|
2716
2622
|
|
|
2717
|
-
|
|
2718
|
-
|
|
2623
|
+
.disabled\:bg_background\.neutral\.disabled:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2624
|
+
background: var(--colors-background-neutral-disabled);
|
|
2719
2625
|
}
|
|
2720
2626
|
|
|
2721
|
-
|
|
2722
|
-
|
|
2627
|
+
.disabled\:bg_transparent:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2628
|
+
background: transparent;
|
|
2723
2629
|
}
|
|
2724
2630
|
|
|
2725
2631
|
.checked\:bg_white\.900A:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2730,11 +2636,7 @@ html:not(#\#),body:not(#\#) {
|
|
|
2730
2636
|
background: var(--colors-white-900-a);
|
|
2731
2637
|
}
|
|
2732
2638
|
|
|
2733
|
-
.
|
|
2734
|
-
touch-action: none;
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
.open\:anim_backdrop-in:is([open], [data-open], [data-state="open"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2639
|
+
.open\:anim_backdrop-in:is([open], [data-open], [data-state="open"], :popover-open):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2738
2640
|
animation: var(--animations-backdrop-in);
|
|
2739
2641
|
}
|
|
2740
2642
|
|
|
@@ -2742,7 +2644,7 @@ html:not(#\#),body:not(#\#) {
|
|
|
2742
2644
|
animation: var(--animations-backdrop-out);
|
|
2743
2645
|
}
|
|
2744
2646
|
|
|
2745
|
-
.open\:anim_dialog-in:is([open], [data-open], [data-state="open"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2647
|
+
.open\:anim_dialog-in:is([open], [data-open], [data-state="open"], :popover-open):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2746
2648
|
animation: var(--animations-dialog-in);
|
|
2747
2649
|
}
|
|
2748
2650
|
|
|
@@ -2750,152 +2652,164 @@ html:not(#\#),body:not(#\#) {
|
|
|
2750
2652
|
animation: var(--animations-dialog-out);
|
|
2751
2653
|
}
|
|
2752
2654
|
|
|
2753
|
-
.\[\&
|
|
2754
|
-
|
|
2655
|
+
.\[\&_textarea\]\:bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
2656
|
+
background: transparent;
|
|
2755
2657
|
}
|
|
2756
2658
|
|
|
2757
|
-
|
|
2758
|
-
|
|
2659
|
+
.group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .groupDisabled\:bg_background\.neutral\.disabled {
|
|
2660
|
+
background: var(--colors-background-neutral-disabled);
|
|
2759
2661
|
}
|
|
2760
2662
|
|
|
2761
|
-
|
|
2762
|
-
|
|
2663
|
+
.selected\:bg_\#00000008:is([aria-selected=true], [data-selected]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2664
|
+
background: #00000008;
|
|
2763
2665
|
}
|
|
2764
2666
|
|
|
2765
|
-
|
|
2766
|
-
|
|
2667
|
+
.checked\:bg_content\.neutral\.bold:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2668
|
+
background: var(--colors-content-neutral-bold);
|
|
2767
2669
|
}
|
|
2768
2670
|
|
|
2769
|
-
|
|
2770
|
-
|
|
2671
|
+
.open\:anim_fadeIn_0\.2s_ease-in:is([open], [data-open], [data-state="open"], :popover-open):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2672
|
+
animation: fadeIn 0.2s ease-in;
|
|
2771
2673
|
}
|
|
2772
2674
|
|
|
2773
|
-
.
|
|
2774
|
-
|
|
2675
|
+
.closed\:anim_fadeOut_0\.2s_ease-out:is([closed], [data-closed], [data-state="closed"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2676
|
+
animation: fadeOut 0.2s ease-out;
|
|
2775
2677
|
}
|
|
2776
2678
|
|
|
2777
|
-
.
|
|
2778
|
-
|
|
2679
|
+
.checked\:bg_background\.neutralInverse\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2680
|
+
background: var(--colors-background-neutral-inverse-selected);
|
|
2779
2681
|
}
|
|
2780
2682
|
|
|
2781
|
-
|
|
2782
|
-
background:
|
|
2683
|
+
.disabled\:bg_background\.neutral\.disabled\!:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#) {
|
|
2684
|
+
background: var(--colors-background-neutral-disabled) !important;
|
|
2783
2685
|
}
|
|
2784
2686
|
|
|
2785
|
-
|
|
2786
|
-
|
|
2687
|
+
.checked\:bg_background\.neuroidSecondary\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2688
|
+
background: var(--colors-background-neuroid-secondary-selected);
|
|
2787
2689
|
}
|
|
2788
2690
|
|
|
2789
|
-
.
|
|
2790
|
-
|
|
2691
|
+
.checked\:bg_background\.heydPrimary\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2692
|
+
background: var(--colors-background-heyd-primary-selected);
|
|
2791
2693
|
}
|
|
2792
2694
|
|
|
2793
|
-
.
|
|
2794
|
-
|
|
2695
|
+
.checked\:bg_background\.heybeePrimary\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2696
|
+
background: var(--colors-background-heybee-primary-selected);
|
|
2795
2697
|
}
|
|
2796
2698
|
|
|
2797
|
-
.
|
|
2798
|
-
background: var(--colors-background-
|
|
2699
|
+
.checked\:bg_background\.zoltarinaPrimary\.selected:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2700
|
+
background: var(--colors-background-zoltarina-primary-selected);
|
|
2799
2701
|
}
|
|
2800
2702
|
|
|
2801
|
-
|
|
2802
|
-
|
|
2703
|
+
.disabled\:bg_content\.neutral\.disabled\!:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#) {
|
|
2704
|
+
background: var(--colors-content-neutral-disabled) !important;
|
|
2803
2705
|
}
|
|
2804
2706
|
|
|
2805
|
-
|
|
2806
|
-
|
|
2707
|
+
.checked\:bg_content\.neutralInverse\.bold:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2708
|
+
background: var(--colors-content-neutral-inverse-bold);
|
|
2807
2709
|
}
|
|
2808
2710
|
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2711
|
+
.checked\:bg_content\.static\.white\.bold:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2712
|
+
background: var(--colors-content-static-white-bold);
|
|
2811
2713
|
}
|
|
2812
2714
|
|
|
2813
|
-
.selected\:
|
|
2814
|
-
background:
|
|
2715
|
+
.selected\:bg_background\.neutral\.selected:is([aria-selected=true], [data-selected]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2716
|
+
background: var(--colors-background-neutral-selected);
|
|
2815
2717
|
}
|
|
2816
2718
|
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2719
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_column,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_column,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:flex-flow_column {
|
|
2720
|
+
flex-flow: column;
|
|
2819
2721
|
}
|
|
2820
2722
|
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2723
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_column-reverse,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_column-reverse,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:flex-flow_column-reverse {
|
|
2724
|
+
flex-flow: column-reverse;
|
|
2823
2725
|
}
|
|
2824
2726
|
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2727
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_row,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_row,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:flex-flow_row {
|
|
2728
|
+
flex-flow: row;
|
|
2827
2729
|
}
|
|
2828
2730
|
|
|
2829
|
-
.
|
|
2830
|
-
|
|
2731
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_row-reverse,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_row-reverse,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:flex-flow_row-reverse {
|
|
2732
|
+
flex-flow: row-reverse;
|
|
2831
2733
|
}
|
|
2832
2734
|
|
|
2833
|
-
.
|
|
2834
|
-
|
|
2735
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_0,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_0,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_0 {
|
|
2736
|
+
gap: var(--spacing-0);
|
|
2835
2737
|
}
|
|
2836
2738
|
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2739
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_1,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_1,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_1 {
|
|
2740
|
+
gap: var(--spacing-1);
|
|
2839
2741
|
}
|
|
2840
2742
|
|
|
2841
|
-
|
|
2842
|
-
|
|
2743
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_2,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_2,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_2 {
|
|
2744
|
+
gap: var(--spacing-2);
|
|
2843
2745
|
}
|
|
2844
2746
|
|
|
2845
|
-
|
|
2846
|
-
|
|
2747
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_3,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_3,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_3 {
|
|
2748
|
+
gap: var(--spacing-3);
|
|
2847
2749
|
}
|
|
2848
2750
|
|
|
2849
|
-
.
|
|
2850
|
-
|
|
2751
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_4,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_4,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_4 {
|
|
2752
|
+
gap: var(--spacing-4);
|
|
2851
2753
|
}
|
|
2852
2754
|
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2755
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_5,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_5,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_5 {
|
|
2756
|
+
gap: var(--spacing-5);
|
|
2855
2757
|
}
|
|
2856
2758
|
|
|
2857
|
-
.
|
|
2858
|
-
|
|
2759
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_6,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_6,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_6 {
|
|
2760
|
+
gap: var(--spacing-6);
|
|
2859
2761
|
}
|
|
2860
2762
|
|
|
2861
|
-
.
|
|
2862
|
-
|
|
2763
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_7,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_7,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_7 {
|
|
2764
|
+
gap: var(--spacing-7);
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_8,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_8,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_8 {
|
|
2768
|
+
gap: var(--spacing-8);
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_9,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_9,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_9 {
|
|
2772
|
+
gap: var(--spacing-9);
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_10,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_10,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_10 {
|
|
2776
|
+
gap: var(--spacing-10);
|
|
2863
2777
|
}
|
|
2864
2778
|
|
|
2865
|
-
.
|
|
2866
|
-
|
|
2779
|
+
.disabled\:bd-c_border\.neutral\.disabled:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2780
|
+
border-color: var(--colors-border-neutral-disabled);
|
|
2867
2781
|
}
|
|
2868
2782
|
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2783
|
+
.indeterminate\:bd-c_white\.900A:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2784
|
+
border-color: var(--colors-white-900-a);
|
|
2871
2785
|
}
|
|
2872
2786
|
|
|
2873
|
-
.
|
|
2874
|
-
|
|
2787
|
+
.disabled\:bd-c_white\.500A\!:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#) {
|
|
2788
|
+
border-color: var(--colors-white-500-a) !important;
|
|
2875
2789
|
}
|
|
2876
2790
|
|
|
2877
|
-
|
|
2878
|
-
|
|
2791
|
+
.\[\&_input\,_\&_textarea\]\:ring_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) input,.\[\&_input\,_\&_textarea\]\:ring_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
2792
|
+
outline: var(--borders-none);
|
|
2879
2793
|
}
|
|
2880
2794
|
|
|
2881
|
-
.
|
|
2882
|
-
|
|
2795
|
+
.group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .groupDisabled\:bd-c_border\.neutral\.disabled {
|
|
2796
|
+
border-color: var(--colors-border-neutral-disabled);
|
|
2883
2797
|
}
|
|
2884
2798
|
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2799
|
+
.vertical\:gap_4[data-orientation=vertical]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2800
|
+
gap: var(--spacing-4);
|
|
2887
2801
|
}
|
|
2888
2802
|
|
|
2889
|
-
|
|
2890
|
-
|
|
2803
|
+
.horizontal\:gap_6[data-orientation=horizontal]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2804
|
+
gap: var(--spacing-6);
|
|
2891
2805
|
}
|
|
2892
2806
|
|
|
2893
|
-
.
|
|
2894
|
-
color: var(--colors-content-neutral-bold);
|
|
2807
|
+
.checked\:bd-c_content\.neutral\.bold:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2808
|
+
border-color: var(--colors-content-neutral-bold);
|
|
2895
2809
|
}
|
|
2896
2810
|
|
|
2897
|
-
.
|
|
2898
|
-
|
|
2811
|
+
.disabled\:bd-c_content\.neutral\.disabled\!:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#) {
|
|
2812
|
+
border-color: var(--colors-content-neutral-disabled) !important;
|
|
2899
2813
|
}
|
|
2900
2814
|
|
|
2901
2815
|
:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:ai_center,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:ai_center,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:ai_center {
|
|
@@ -3226,24 +3140,60 @@ html:not(#\#),body:not(#\#) {
|
|
|
3226
3140
|
row-gap: var(--spacing-10);
|
|
3227
3141
|
}
|
|
3228
3142
|
|
|
3229
|
-
.
|
|
3230
|
-
|
|
3143
|
+
.hidden\:d_none:is([hidden]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3144
|
+
display: none;
|
|
3231
3145
|
}
|
|
3232
3146
|
|
|
3233
|
-
.
|
|
3234
|
-
|
|
3147
|
+
.disabled\:c_content\.neutral\.disabled:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3148
|
+
color: var(--colors-content-neutral-disabled);
|
|
3235
3149
|
}
|
|
3236
3150
|
|
|
3237
|
-
.disabled\:
|
|
3238
|
-
|
|
3151
|
+
.disabled\:cursor_not-allowed:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3152
|
+
cursor: not-allowed;
|
|
3239
3153
|
}
|
|
3240
3154
|
|
|
3241
|
-
|
|
3242
|
-
|
|
3155
|
+
.disabled\:pointer-events_none:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3156
|
+
pointer-events: none;
|
|
3243
3157
|
}
|
|
3244
3158
|
|
|
3245
|
-
.
|
|
3246
|
-
|
|
3159
|
+
.disabled\:c_white\.500A:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3160
|
+
color: var(--colors-white-500-a);
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
.disabled\:tch-a_none:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3164
|
+
touch-action: none;
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
.group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .groupDisabled\:cursor_not-allowed {
|
|
3168
|
+
cursor: not-allowed;
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
.group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .groupDisabled\:c_content\.neutral\.disabled {
|
|
3172
|
+
color: var(--colors-content-neutral-disabled);
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
.\[\&_textarea\]\:resize_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
3176
|
+
resize: none;
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3179
|
+
.placeholder\:c_content\.static\.white\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder,.placeholder\:c_content\.static\.white\.subtlest[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3180
|
+
color: var(--colors-content-static-white-subtlest);
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
.placeholder\:c_content\.neutral\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder,.placeholder\:c_content\.neutral\.subtlest[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3184
|
+
color: var(--colors-content-neutral-subtlest);
|
|
3185
|
+
}
|
|
3186
|
+
|
|
3187
|
+
.\[\&_\.label\]\:c_content\.neutral\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .label {
|
|
3188
|
+
color: var(--colors-content-neutral-default);
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
.\[\&_\.sub-label\]\:c_content\.neutral\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .sub-label {
|
|
3192
|
+
color: var(--colors-content-neutral-subtlest);
|
|
3193
|
+
}
|
|
3194
|
+
|
|
3195
|
+
.selected\:c_content\.neutral\.default:is([aria-selected=true], [data-selected]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3196
|
+
color: var(--colors-content-neutral-default);
|
|
3247
3197
|
}
|
|
3248
3198
|
|
|
3249
3199
|
.vertical\:flex-d_column[data-orientation=vertical]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -3254,10 +3204,6 @@ html:not(#\#),body:not(#\#) {
|
|
|
3254
3204
|
flex-direction: row;
|
|
3255
3205
|
}
|
|
3256
3206
|
|
|
3257
|
-
.checked\:bd-c_content\.neutral\.bold:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3258
|
-
border-color: var(--colors-content-neutral-bold);
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
3207
|
.checked\:ring-c_content\.neutral\.default_inverse:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3262
3208
|
outline-color: var(--colors-content-neutral-default_inverse);
|
|
3263
3209
|
}
|
|
@@ -3270,68 +3216,174 @@ html:not(#\#),body:not(#\#) {
|
|
|
3270
3216
|
outline-width: 2px;
|
|
3271
3217
|
}
|
|
3272
3218
|
|
|
3273
|
-
.
|
|
3274
|
-
|
|
3219
|
+
.checked\:ring-o_-4px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3220
|
+
outline-offset: -4px;
|
|
3275
3221
|
}
|
|
3276
3222
|
|
|
3277
|
-
|
|
3278
|
-
|
|
3223
|
+
.\[\&\[data-placeholder\]\]\:c_content\.neutral\.subtlest[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3224
|
+
color: var(--colors-content-neutral-subtlest);
|
|
3279
3225
|
}
|
|
3280
3226
|
|
|
3281
|
-
.\[
|
|
3282
|
-
|
|
3227
|
+
.\[\&_path\]\:stk_currentColor:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) path {
|
|
3228
|
+
stroke: currentColor;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
.checked\:trf_translateX\(100\%\):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3232
|
+
transform: translateX(100%);
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
.\[\&\:\:-webkit-scrollbar\]\:d_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar {
|
|
3236
|
+
display: none;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
.selected\:c_content\.neutral\.bold:is([aria-selected=true], [data-selected]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3240
|
+
color: var(--colors-content-neutral-bold);
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
.\[\&\:not\(\[data-preserve-icon-size\=\"true\"\]\)_svg\]\:w_20px:not([data-preserve-icon-size="true"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
3244
|
+
width: 20px;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
.\[\&\:not\(\[data-preserve-icon-size\=\"true\"\]\)_svg\]\:h_20px:not([data-preserve-icon-size="true"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
3248
|
+
height: 20px;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.\[\&\:not\(\[data-preserve-icon-size\=\"true\"\]\)_svg\]\:w_24px:not([data-preserve-icon-size="true"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
3252
|
+
width: 24px;
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3255
|
+
.\[\&\:not\(\[data-preserve-icon-size\=\"true\"\]\)_svg\]\:h_24px:not([data-preserve-icon-size="true"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
3256
|
+
height: 24px;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
.\[\&_svg\]\:w_2\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
3260
|
+
width: var(--sizes-2\.5);
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
.\[\&_svg\]\:h_2\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
3264
|
+
height: var(--sizes-2\.5);
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.\[\&_\:where\(svg\)\]\:w_24px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) :where(svg) {
|
|
3268
|
+
width: 24px;
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
.\[\&_\:where\(svg\)\]\:h_24px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) :where(svg) {
|
|
3272
|
+
height: 24px;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
.\[\&_input\,_\&_textarea\]\:w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) input,.\[\&_input\,_\&_textarea\]\:w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
3276
|
+
width: 100%;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
.\[\&_input\,_\&_textarea\]\:h_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) input,.\[\&_input\,_\&_textarea\]\:h_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
3280
|
+
height: 100%;
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3283
|
+
.\[\&_textarea\]\:ov-y_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
3284
|
+
overflow-y: auto;
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
.focusWithin\:bd-c_border\.neutral\.default:focus-within:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3288
|
+
border-color: var(--colors-border-neutral-default);
|
|
3283
3289
|
}
|
|
3284
3290
|
|
|
3285
3291
|
.\[\&\:has\(\+_\:focus-visible\)\]\:ring_2px_solid:has(+ :focus-visible):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3286
3292
|
outline: 2px solid;
|
|
3287
3293
|
}
|
|
3288
3294
|
|
|
3295
|
+
.\[\&\:has\(\+_\:focus-visible\)\]\:ring-o_2px:has(+ :focus-visible):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3296
|
+
outline-offset: 2px;
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3289
3299
|
.\[\&\:has\(\+_\:focus-visible\)\]\:ring-c_border\.neutral\.default:has(+ :focus-visible):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3290
3300
|
outline-color: var(--colors-border-neutral-default);
|
|
3291
3301
|
}
|
|
3292
3302
|
|
|
3303
|
+
.\[\&\:hover\]\:bg-c_background\.neutral\.default:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3304
|
+
background-color: var(--colors-background-neutral-default);
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3293
3307
|
.\[\&\:hover\]\:op_0\.8:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3294
3308
|
opacity: 0.8;
|
|
3295
3309
|
}
|
|
3296
3310
|
|
|
3297
|
-
|
|
3298
|
-
background
|
|
3311
|
+
.checked\:disabled\:bg_white\.500A\!:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#) {
|
|
3312
|
+
background: var(--colors-white-500-a) !important;
|
|
3299
3313
|
}
|
|
3300
3314
|
|
|
3301
|
-
.
|
|
3315
|
+
.indeterminate\:disabled\:bg_white\.500A\!:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#) {
|
|
3302
3316
|
background: var(--colors-white-500-a) !important;
|
|
3303
3317
|
}
|
|
3304
3318
|
|
|
3305
|
-
.
|
|
3306
|
-
background:
|
|
3319
|
+
.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .selected\:dark\:bg_\#FFFFFF08:is([aria-selected=true], [data-selected]) {
|
|
3320
|
+
background: #FFFFFF08;
|
|
3307
3321
|
}
|
|
3308
3322
|
|
|
3309
|
-
.
|
|
3323
|
+
.checked\:disabled\:bg_content\.neutral\.disabled:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3324
|
+
background: var(--colors-content-neutral-disabled);
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
.group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.static\.white\.disabled::placeholder, .group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.static\.white\.disabled[data-placeholder] {
|
|
3310
3328
|
color: var(--colors-content-static-white-disabled);
|
|
3311
3329
|
}
|
|
3312
3330
|
|
|
3313
|
-
.group:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.neutral\.disabled::placeholder, .group:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.neutral\.disabled[data-placeholder] {
|
|
3331
|
+
.group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.neutral\.disabled::placeholder, .group:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.neutral\.disabled[data-placeholder] {
|
|
3314
3332
|
color: var(--colors-content-neutral-disabled);
|
|
3315
3333
|
}
|
|
3316
3334
|
|
|
3317
|
-
.disabled\:\[\&_\.label\]\:c_content\.neutral\.disabled:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .label {
|
|
3335
|
+
.disabled\:\[\&_\.label\]\:c_content\.neutral\.disabled:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .label {
|
|
3318
3336
|
color: var(--colors-content-neutral-disabled);
|
|
3319
3337
|
}
|
|
3320
3338
|
|
|
3321
|
-
.disabled\:\[\&_\.sub-label\]\:c_content\.neutral\.disabled:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .sub-label {
|
|
3339
|
+
.disabled\:\[\&_\.sub-label\]\:c_content\.neutral\.disabled:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .sub-label {
|
|
3322
3340
|
color: var(--colors-content-neutral-disabled);
|
|
3323
3341
|
}
|
|
3324
3342
|
|
|
3325
|
-
|
|
3326
|
-
|
|
3343
|
+
.\[\&\:has\(\+_\:focus-visible\)\]\:checked\:ring-c_border\.neutral\.default:has(+ :focus-visible):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3344
|
+
outline-color: var(--colors-border-neutral-default);
|
|
3327
3345
|
}
|
|
3328
3346
|
|
|
3329
|
-
|
|
3330
|
-
|
|
3347
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3348
|
+
.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .hover\:dark\:bg_white\.100A:is(:hover, [data-hover]) {
|
|
3349
|
+
background: var(--colors-white-100-a);
|
|
3350
|
+
}
|
|
3331
3351
|
}
|
|
3332
3352
|
|
|
3333
|
-
|
|
3334
|
-
|
|
3353
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3354
|
+
.checked\:hover\:bg_white\.800A:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3355
|
+
background: var(--colors-white-800-a);
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3360
|
+
.indeterminate\:hover\:bg_white\.800A:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3361
|
+
background: var(--colors-white-800-a);
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3366
|
+
.disabled\:hover\:bg_transparent:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3367
|
+
background: transparent;
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3372
|
+
.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .hover\:dark\:bg_\#FFFFFF12:is(:hover, [data-hover]) {
|
|
3373
|
+
background: #FFFFFF12;
|
|
3374
|
+
}
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3377
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3378
|
+
.checked\:hover\:bg_content\.neutral\.subtle:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3379
|
+
background: var(--colors-content-neutral-subtle);
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3384
|
+
.disabled\:hover\:bg_initial:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3385
|
+
background: initial;
|
|
3386
|
+
}
|
|
3335
3387
|
}
|
|
3336
3388
|
|
|
3337
3389
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -3424,12 +3476,6 @@ html:not(#\#),body:not(#\#) {
|
|
|
3424
3476
|
}
|
|
3425
3477
|
}
|
|
3426
3478
|
|
|
3427
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3428
|
-
.hover\:c_content\.neutral\.bold:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3429
|
-
color: var(--colors-content-neutral-bold);
|
|
3430
|
-
}
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
3479
|
@media (hover: hover) and (pointer: fine) {
|
|
3434
3480
|
.hover\:bg_\#00000012:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3435
3481
|
background: #00000012;
|
|
@@ -3449,49 +3495,13 @@ html:not(#\#),body:not(#\#) {
|
|
|
3449
3495
|
}
|
|
3450
3496
|
|
|
3451
3497
|
@media (hover: hover) and (pointer: fine) {
|
|
3452
|
-
.hover\:
|
|
3453
|
-
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
|
|
3457
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3458
|
-
.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .hover\:dark\:bg_white\.100A:is(:hover, [data-hover]) {
|
|
3459
|
-
background: var(--colors-white-100-a);
|
|
3460
|
-
}
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3464
|
-
.checked\:hover\:bg_white\.800A:is(:hover, [data-hover]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3465
|
-
background: var(--colors-white-800-a);
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3470
|
-
.indeterminate\:hover\:bg_white\.800A:is(:hover, [data-hover]):is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3471
|
-
background: var(--colors-white-800-a);
|
|
3472
|
-
}
|
|
3473
|
-
}
|
|
3474
|
-
|
|
3475
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3476
|
-
.disabled\:hover\:bg_transparent:is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3477
|
-
background: transparent;
|
|
3478
|
-
}
|
|
3479
|
-
}
|
|
3480
|
-
|
|
3481
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3482
|
-
.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .hover\:dark\:bg_\#FFFFFF12:is(:hover, [data-hover]) {
|
|
3483
|
-
background: #FFFFFF12;
|
|
3484
|
-
}
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
|
-
@media (hover: hover) and (pointer: fine) {
|
|
3488
|
-
.checked\:hover\:bg_content\.neutral\.subtle:is(:hover, [data-hover]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3489
|
-
background: var(--colors-content-neutral-subtle);
|
|
3498
|
+
.hover\:c_content\.neutral\.bold:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3499
|
+
color: var(--colors-content-neutral-bold);
|
|
3490
3500
|
}
|
|
3491
3501
|
}
|
|
3492
3502
|
|
|
3493
3503
|
@media (hover: hover) and (pointer: fine) {
|
|
3494
|
-
.
|
|
3495
|
-
background:
|
|
3504
|
+
.hover\:bg-c_background\.neutral\.selected:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3505
|
+
background-color: var(--colors-background-neutral-selected);
|
|
3496
3506
|
}
|
|
3497
3507
|
}
|