@mekari/pixel3-theme 0.2.1 → 0.2.2-dev.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/conditions.d.mts +4 -1
- package/dist/conditions.d.ts +4 -1
- package/dist/index.js +2889 -409
- package/dist/index.mjs +2888 -408
- package/dist/semanticTokens/colors.d.mts +892 -0
- package/dist/semanticTokens/colors.d.ts +892 -0
- package/dist/semanticTokens/index.d.mts +951 -0
- package/dist/semanticTokens/index.d.ts +951 -0
- package/dist/semanticTokens/spacing.d.mts +59 -0
- package/dist/semanticTokens/spacing.d.ts +59 -0
- package/dist/tokens/borders.d.mts +2 -2
- package/dist/tokens/borders.d.ts +2 -2
- package/dist/tokens/colors.d.mts +37 -34
- package/dist/tokens/colors.d.ts +37 -34
- package/dist/tokens/index.d.mts +59 -35
- package/dist/tokens/index.d.ts +59 -35
- package/dist/tokens/radii.d.mts +5 -0
- package/dist/tokens/radii.d.ts +5 -0
- package/dist/tokens/spacing.d.mts +16 -0
- package/dist/tokens/spacing.d.ts +16 -0
- package/dist/tokens-next/borders.d.mts +22 -0
- package/dist/tokens-next/borders.d.ts +22 -0
- package/dist/tokens-next/colors.d.mts +441 -0
- package/dist/tokens-next/colors.d.ts +441 -0
- package/dist/tokens-next/index.d.mts +772 -0
- package/dist/tokens-next/index.d.ts +772 -0
- package/dist/tokens-next/radii.d.mts +26 -0
- package/dist/tokens-next/radii.d.ts +26 -0
- package/dist/tokens-next/shadows.d.mts +28 -0
- package/dist/tokens-next/shadows.d.ts +28 -0
- package/dist/tokens-next/spacing.d.mts +51 -0
- package/dist/tokens-next/spacing.d.ts +51 -0
- package/package.json +1 -1
- package/src/conditions.ts +6 -4
- package/src/global-css.ts +4 -0
- package/src/index.ts +15 -2
- package/src/recipes/accordion.ts +12 -2
- package/src/recipes/autocomplete.ts +6 -1
- package/src/recipes/avatar.ts +68 -11
- package/src/recipes/badge.ts +174 -50
- package/src/recipes/banner.ts +36 -11
- package/src/recipes/broadcast.ts +78 -12
- package/src/recipes/button.ts +132 -9
- package/src/recipes/carousel.ts +5 -0
- package/src/recipes/chart.ts +10 -5
- package/src/recipes/checkbox.ts +68 -13
- package/src/recipes/color-picker.ts +74 -23
- package/src/recipes/date-picker.ts +165 -31
- package/src/recipes/divider.ts +5 -1
- package/src/recipes/dropzone.ts +80 -8
- package/src/recipes/form-control.ts +12 -3
- package/src/recipes/input-tag.ts +48 -8
- package/src/recipes/input.ts +75 -8
- package/src/recipes/modal.ts +30 -9
- package/src/recipes/popover.ts +28 -9
- package/src/recipes/progress.ts +9 -2
- package/src/recipes/radio.ts +52 -21
- package/src/recipes/rich-text-editor.ts +32 -6
- package/src/recipes/segmented-control.ts +47 -7
- package/src/recipes/select.ts +42 -0
- package/src/recipes/slider.ts +46 -6
- package/src/recipes/table.ts +26 -11
- package/src/recipes/tabs.ts +35 -3
- package/src/recipes/tag.ts +43 -13
- package/src/recipes/textarea.ts +0 -46
- package/src/recipes/timeline.ts +36 -8
- package/src/recipes/toast.ts +21 -4
- package/src/recipes/toggle.ts +59 -11
- package/src/recipes/tooltip.ts +5 -1
- package/src/recipes/upload.ts +51 -16
- package/src/semanticTokens/colors.ts +893 -0
- package/src/semanticTokens/index.ts +8 -0
- package/src/semanticTokens/spacing.ts +59 -0
- package/src/tokens/borders.ts +1 -1
- package/src/tokens/colors.ts +18 -23
- package/src/tokens/index.ts +2 -2
- package/src/tokens/radii.ts +5 -5
- package/src/tokens/spacing.ts +17 -17
- package/src/tokens-next/borders.ts +10 -0
- package/src/tokens-next/colors.ts +171 -0
- package/src/tokens-next/index.ts +32 -0
- package/src/tokens-next/radii.ts +10 -0
- package/src/tokens-next/shadows.ts +28 -0
- package/src/tokens-next/spacing.ts +16 -0
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ __export(theme_exports, {
|
|
|
25
25
|
module.exports = __toCommonJS(theme_exports);
|
|
26
26
|
|
|
27
27
|
// src/index.ts
|
|
28
|
-
var
|
|
28
|
+
var import_dev63 = require("@pandacss/dev");
|
|
29
29
|
|
|
30
30
|
// src/breakpoints.ts
|
|
31
31
|
var breakpoints = {
|
|
@@ -40,6 +40,7 @@ var conditions = {
|
|
|
40
40
|
extend: {
|
|
41
41
|
disabled: "&:is(:disabled, [disabled], [aria-disabled=true], [data-disabled])",
|
|
42
42
|
invalid: "&:is([aria-invalid=true], [data-invalid])",
|
|
43
|
+
active: "&:is(:active, [data-active], [data-active=true])",
|
|
43
44
|
checked: "&:is(:checked, [data-checked], [aria-checked=true], [data-state=checked])",
|
|
44
45
|
indeterminate: "&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate])",
|
|
45
46
|
closed: "&:is([data-state=closed])",
|
|
@@ -49,13 +50,15 @@ var conditions = {
|
|
|
49
50
|
loading: "& > [data-loading=true], &:is([data-loading], [aria-busy=true])",
|
|
50
51
|
hasIcon: "&[data-has-icon=true]",
|
|
51
52
|
hasLabel: "&[data-has-label=true]",
|
|
52
|
-
active: "&[data-active=true], [data-active]",
|
|
53
53
|
highlight: "&[data-highlight=true], [data-highlight]",
|
|
54
54
|
hasBorder: "&[data-has-border=true]",
|
|
55
55
|
hasBackground: "&[data-has-background=true]",
|
|
56
56
|
isFullWidth: "&[data-is-full-width=true]",
|
|
57
57
|
placementLeft: "&[data-placement=left]",
|
|
58
|
-
placementRight: "&[data-placement=right]"
|
|
58
|
+
placementRight: "&[data-placement=right]",
|
|
59
|
+
nextTheme: "[data-panda-theme=next] &",
|
|
60
|
+
light: ".light &",
|
|
61
|
+
dark: ".dark &"
|
|
59
62
|
}
|
|
60
63
|
};
|
|
61
64
|
|
|
@@ -77,6 +80,10 @@ var globalCss = (0, import_dev.defineGlobalStyles)({
|
|
|
77
80
|
lineHeight: "var(--mp-line-heights-lg)",
|
|
78
81
|
_dark: {
|
|
79
82
|
colorScheme: "dark"
|
|
83
|
+
},
|
|
84
|
+
_nextTheme: {
|
|
85
|
+
background: "var(--mp-colors-background-neutral)",
|
|
86
|
+
color: "var(--mp-colors-text-default)"
|
|
80
87
|
}
|
|
81
88
|
},
|
|
82
89
|
"*, *::before, *::after": {
|
|
@@ -114,8 +121,7 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
114
121
|
alignItems: "center",
|
|
115
122
|
userSelect: "auto",
|
|
116
123
|
outline: "0px solid transparent",
|
|
117
|
-
borderWidth: "
|
|
118
|
-
borderColor: "transparent",
|
|
124
|
+
borderWidth: "0",
|
|
119
125
|
borderRadius: "sm",
|
|
120
126
|
transition: "all 250ms",
|
|
121
127
|
textAlign: "left",
|
|
@@ -127,16 +133,15 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
127
133
|
whiteSpace: "normal",
|
|
128
134
|
overflowWrap: "anywhere",
|
|
129
135
|
cursor: "var(--mp-tag--cursor)",
|
|
130
|
-
height: "fit-content"
|
|
136
|
+
height: "fit-content",
|
|
137
|
+
_nextTheme: {
|
|
138
|
+
paddingX: "1.5"
|
|
139
|
+
}
|
|
131
140
|
},
|
|
132
141
|
close: {
|
|
133
142
|
position: "absolute!",
|
|
134
|
-
color: "gray.600",
|
|
135
143
|
border: "none",
|
|
136
144
|
right: "0",
|
|
137
|
-
width: "5",
|
|
138
|
-
height: "5",
|
|
139
|
-
minWidth: "5",
|
|
140
145
|
paddingTop: "1",
|
|
141
146
|
padding: "0",
|
|
142
147
|
transition: "all 250ms!",
|
|
@@ -152,12 +157,20 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
152
157
|
size: {
|
|
153
158
|
sm: {
|
|
154
159
|
root: {
|
|
155
|
-
|
|
160
|
+
height: "5"
|
|
161
|
+
},
|
|
162
|
+
close: {
|
|
163
|
+
width: "5",
|
|
164
|
+
height: "5"
|
|
156
165
|
}
|
|
157
166
|
},
|
|
158
167
|
md: {
|
|
159
168
|
root: {
|
|
160
|
-
|
|
169
|
+
height: "7"
|
|
170
|
+
},
|
|
171
|
+
close: {
|
|
172
|
+
width: "7",
|
|
173
|
+
height: "7"
|
|
161
174
|
}
|
|
162
175
|
}
|
|
163
176
|
},
|
|
@@ -165,13 +178,21 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
165
178
|
gray: {
|
|
166
179
|
root: {
|
|
167
180
|
color: "gray.600",
|
|
168
|
-
background: "gray.50"
|
|
181
|
+
background: "gray.50",
|
|
182
|
+
_nextTheme: {
|
|
183
|
+
color: "text.secondary",
|
|
184
|
+
background: "background.neutral.subtle"
|
|
185
|
+
}
|
|
169
186
|
}
|
|
170
187
|
},
|
|
171
188
|
red: {
|
|
172
189
|
root: {
|
|
173
190
|
color: "red.400",
|
|
174
|
-
backgroundColor: "red.50"
|
|
191
|
+
backgroundColor: "red.50",
|
|
192
|
+
_nextTheme: {
|
|
193
|
+
color: "text.danger",
|
|
194
|
+
background: "background.danger"
|
|
195
|
+
}
|
|
175
196
|
}
|
|
176
197
|
}
|
|
177
198
|
}
|
|
@@ -181,7 +202,15 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
181
202
|
variant: "gray",
|
|
182
203
|
css: {
|
|
183
204
|
close: {
|
|
184
|
-
background: "linear-gradient(270deg, #EDF0F2 75%, rgba(237, 240, 242, 0) 111.54%)"
|
|
205
|
+
background: "linear-gradient(270deg, #EDF0F2 75%, rgba(237, 240, 242, 0) 111.54%)",
|
|
206
|
+
borderTopLeftRadius: "0",
|
|
207
|
+
borderBottomLeftRadius: "0",
|
|
208
|
+
color: "gray.600",
|
|
209
|
+
_nextTheme: {
|
|
210
|
+
background: "background.danger",
|
|
211
|
+
boxShadow: "-7px 0px 15px -3px #0000001A",
|
|
212
|
+
color: "icon.danger"
|
|
213
|
+
}
|
|
185
214
|
}
|
|
186
215
|
}
|
|
187
216
|
},
|
|
@@ -189,7 +218,15 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
189
218
|
variant: "red",
|
|
190
219
|
css: {
|
|
191
220
|
close: {
|
|
192
|
-
background: "linear-gradient(270deg, #FDECEE 75%, rgba(237, 240, 242, 0) 111.54%)"
|
|
221
|
+
background: "linear-gradient(270deg, #FDECEE 75%, rgba(237, 240, 242, 0) 111.54%)",
|
|
222
|
+
borderTopLeftRadius: "0",
|
|
223
|
+
borderBottomLeftRadius: "0",
|
|
224
|
+
color: "red.400",
|
|
225
|
+
_nextTheme: {
|
|
226
|
+
background: "background.danger",
|
|
227
|
+
boxShadow: "-7px 0px 15px -3px #0000001A",
|
|
228
|
+
color: "icon.danger"
|
|
229
|
+
}
|
|
193
230
|
}
|
|
194
231
|
}
|
|
195
232
|
},
|
|
@@ -210,31 +247,76 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
210
247
|
var import_dev4 = require("@pandacss/dev");
|
|
211
248
|
var variantColor = {
|
|
212
249
|
gray: {
|
|
213
|
-
root: {
|
|
250
|
+
root: {
|
|
251
|
+
backgroundColor: "gray.50",
|
|
252
|
+
_nextTheme: {
|
|
253
|
+
backgroundColor: "background.neutral.subtle"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
214
256
|
},
|
|
215
257
|
sky: {
|
|
216
|
-
root: {
|
|
258
|
+
root: {
|
|
259
|
+
backgroundColor: "sky.400",
|
|
260
|
+
_nextTheme: {
|
|
261
|
+
backgroundColor: "chart.cat01"
|
|
262
|
+
}
|
|
263
|
+
}
|
|
217
264
|
},
|
|
218
265
|
teal: {
|
|
219
|
-
root: {
|
|
266
|
+
root: {
|
|
267
|
+
backgroundColor: "teal.400",
|
|
268
|
+
_nextTheme: {
|
|
269
|
+
backgroundColor: "chart.cat02"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
220
272
|
},
|
|
221
273
|
violet: {
|
|
222
|
-
root: {
|
|
274
|
+
root: {
|
|
275
|
+
backgroundColor: "violet.400",
|
|
276
|
+
_nextTheme: {
|
|
277
|
+
backgroundColor: "chart.cat03"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
223
280
|
},
|
|
224
281
|
amber: {
|
|
225
|
-
root: {
|
|
282
|
+
root: {
|
|
283
|
+
backgroundColor: "amber.400",
|
|
284
|
+
_nextTheme: {
|
|
285
|
+
backgroundColor: "chart.cat04"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
226
288
|
},
|
|
227
289
|
rose: {
|
|
228
|
-
root: {
|
|
290
|
+
root: {
|
|
291
|
+
backgroundColor: "rose.400",
|
|
292
|
+
_nextTheme: {
|
|
293
|
+
backgroundColor: "chart.cat06"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
229
296
|
},
|
|
230
297
|
stone: {
|
|
231
|
-
root: {
|
|
298
|
+
root: {
|
|
299
|
+
backgroundColor: "stone.400",
|
|
300
|
+
_nextTheme: {
|
|
301
|
+
backgroundColor: "chart.cat05"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
232
304
|
},
|
|
233
305
|
lime: {
|
|
234
|
-
root: {
|
|
306
|
+
root: {
|
|
307
|
+
backgroundColor: "lime.400",
|
|
308
|
+
_nextTheme: {
|
|
309
|
+
backgroundColor: "chart.cat07"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
235
312
|
},
|
|
236
313
|
pink: {
|
|
237
|
-
root: {
|
|
314
|
+
root: {
|
|
315
|
+
backgroundColor: "pink.400",
|
|
316
|
+
_nextTheme: {
|
|
317
|
+
backgroundColor: "chart.cat08"
|
|
318
|
+
}
|
|
319
|
+
}
|
|
238
320
|
}
|
|
239
321
|
};
|
|
240
322
|
var avatarSlotRecipe = (0, import_dev4.defineSlotRecipe)({
|
|
@@ -259,6 +341,9 @@ var avatarSlotRecipe = (0, import_dev4.defineSlotRecipe)({
|
|
|
259
341
|
cursor: "var(--mp-avatar--cursor)",
|
|
260
342
|
_hasBorder: {
|
|
261
343
|
borderWidth: "0.125rem"
|
|
344
|
+
},
|
|
345
|
+
_nextTheme: {
|
|
346
|
+
color: "text.inverse"
|
|
262
347
|
}
|
|
263
348
|
},
|
|
264
349
|
fallback: {
|
|
@@ -333,7 +418,12 @@ var avatarSlotRecipe = (0, import_dev4.defineSlotRecipe)({
|
|
|
333
418
|
{
|
|
334
419
|
variantColor: "gray",
|
|
335
420
|
css: {
|
|
336
|
-
root: {
|
|
421
|
+
root: {
|
|
422
|
+
color: "gray.600",
|
|
423
|
+
_nextTheme: {
|
|
424
|
+
color: "text.secondary"
|
|
425
|
+
}
|
|
426
|
+
}
|
|
337
427
|
}
|
|
338
428
|
}
|
|
339
429
|
],
|
|
@@ -362,7 +452,11 @@ var avatarGroupSlotRecipe = (0, import_dev4.defineSlotRecipe)({
|
|
|
362
452
|
justifyContent: "center",
|
|
363
453
|
borderRadius: "full",
|
|
364
454
|
userSelect: "none",
|
|
365
|
-
cursor: "var(--mp-avatar-group--cursor)"
|
|
455
|
+
cursor: "var(--mp-avatar-group--cursor)",
|
|
456
|
+
_nextTheme: {
|
|
457
|
+
color: "text.inverse",
|
|
458
|
+
backgroundColor: "background.brand.bold"
|
|
459
|
+
}
|
|
366
460
|
}
|
|
367
461
|
},
|
|
368
462
|
variants: {
|
|
@@ -398,7 +492,7 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
398
492
|
gap: "2",
|
|
399
493
|
height: "fit-content",
|
|
400
494
|
width: "fit-content",
|
|
401
|
-
borderWidth: "
|
|
495
|
+
borderWidth: "sm",
|
|
402
496
|
whiteSpace: "nowrap",
|
|
403
497
|
userSelect: "none",
|
|
404
498
|
appearance: "none",
|
|
@@ -433,6 +527,22 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
433
527
|
},
|
|
434
528
|
_loading: {
|
|
435
529
|
background: "blue.400"
|
|
530
|
+
},
|
|
531
|
+
_nextTheme: {
|
|
532
|
+
color: "text.inverse",
|
|
533
|
+
background: "background.brand.bold",
|
|
534
|
+
borderColor: "background.brand.bold",
|
|
535
|
+
_hover: {
|
|
536
|
+
background: "background.brand.bold.hovered",
|
|
537
|
+
borderColor: "background.brand.bold.hovered"
|
|
538
|
+
},
|
|
539
|
+
_active: {
|
|
540
|
+
background: "background.brand.bold.pressed",
|
|
541
|
+
borderColor: "background.brand.bold.pressed"
|
|
542
|
+
},
|
|
543
|
+
_loading: {
|
|
544
|
+
background: "background.brand.bold"
|
|
545
|
+
}
|
|
436
546
|
}
|
|
437
547
|
},
|
|
438
548
|
secondary: {
|
|
@@ -449,6 +559,22 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
449
559
|
},
|
|
450
560
|
_loading: {
|
|
451
561
|
background: "white"
|
|
562
|
+
},
|
|
563
|
+
_nextTheme: {
|
|
564
|
+
color: "text.link",
|
|
565
|
+
background: "background.neutral",
|
|
566
|
+
borderColor: "border.default",
|
|
567
|
+
_hover: {
|
|
568
|
+
background: "background.neutral.hovered",
|
|
569
|
+
borderColor: "border.default"
|
|
570
|
+
},
|
|
571
|
+
_active: {
|
|
572
|
+
background: "background.neutral.pressed",
|
|
573
|
+
borderColor: "border.default"
|
|
574
|
+
},
|
|
575
|
+
_loading: {
|
|
576
|
+
background: "background.neutral"
|
|
577
|
+
}
|
|
452
578
|
}
|
|
453
579
|
},
|
|
454
580
|
ghost: {
|
|
@@ -465,6 +591,22 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
465
591
|
},
|
|
466
592
|
_loading: {
|
|
467
593
|
background: "transparent"
|
|
594
|
+
},
|
|
595
|
+
_nextTheme: {
|
|
596
|
+
color: "text.secondary",
|
|
597
|
+
background: "transparent",
|
|
598
|
+
borderColor: "transparent",
|
|
599
|
+
_hover: {
|
|
600
|
+
background: "background.neutral.hovered",
|
|
601
|
+
borderColor: "background.neutral.hovered"
|
|
602
|
+
},
|
|
603
|
+
_active: {
|
|
604
|
+
background: "background.neutral.pressed",
|
|
605
|
+
borderColor: "background.neutral.pressed"
|
|
606
|
+
},
|
|
607
|
+
_loading: {
|
|
608
|
+
background: "transparent"
|
|
609
|
+
}
|
|
468
610
|
}
|
|
469
611
|
},
|
|
470
612
|
danger: {
|
|
@@ -479,12 +621,32 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
479
621
|
background: "red.700",
|
|
480
622
|
borderColor: "red.700"
|
|
481
623
|
},
|
|
482
|
-
|
|
624
|
+
_focus: {
|
|
483
625
|
borderColor: "red.400",
|
|
484
626
|
boxShadow: "0 0 0 3px #FDECEE"
|
|
485
627
|
},
|
|
486
628
|
_loading: {
|
|
487
629
|
background: "red.400"
|
|
630
|
+
},
|
|
631
|
+
_nextTheme: {
|
|
632
|
+
color: "text.inverse",
|
|
633
|
+
background: "background.danger.bold",
|
|
634
|
+
borderColor: "background.danger.bold",
|
|
635
|
+
_hover: {
|
|
636
|
+
background: "background.danger.bold.hovered",
|
|
637
|
+
borderColor: "background.danger.bold.hovered"
|
|
638
|
+
},
|
|
639
|
+
_active: {
|
|
640
|
+
background: "background.danger.bold.pressed",
|
|
641
|
+
borderColor: "background.danger.bold.pressed"
|
|
642
|
+
},
|
|
643
|
+
_focus: {
|
|
644
|
+
borderColor: "border.focused",
|
|
645
|
+
boxShadow: "focus"
|
|
646
|
+
},
|
|
647
|
+
_loading: {
|
|
648
|
+
background: "background.danger.bold"
|
|
649
|
+
}
|
|
488
650
|
}
|
|
489
651
|
},
|
|
490
652
|
textLink: {
|
|
@@ -508,6 +670,27 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
508
670
|
},
|
|
509
671
|
_loading: {
|
|
510
672
|
background: "white"
|
|
673
|
+
},
|
|
674
|
+
_nextTheme: {
|
|
675
|
+
color: "text.link",
|
|
676
|
+
background: "transparent",
|
|
677
|
+
borderColor: "transparent",
|
|
678
|
+
_hover: {
|
|
679
|
+
color: "text.link",
|
|
680
|
+
textDecoration: "underline"
|
|
681
|
+
},
|
|
682
|
+
_active: {
|
|
683
|
+
color: "text.link.pressed"
|
|
684
|
+
},
|
|
685
|
+
_disabled: {
|
|
686
|
+
color: "text.disabled",
|
|
687
|
+
_hover: {
|
|
688
|
+
color: "text.disabled"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
_loading: {
|
|
692
|
+
background: "text.inverse"
|
|
693
|
+
}
|
|
511
694
|
}
|
|
512
695
|
}
|
|
513
696
|
},
|
|
@@ -521,11 +704,19 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
521
704
|
},
|
|
522
705
|
_hasIcon: {
|
|
523
706
|
paddingX: "1",
|
|
524
|
-
paddingY: "1 !important"
|
|
707
|
+
paddingY: "1 !important",
|
|
708
|
+
_nextTheme: {
|
|
709
|
+
paddingX: "3xs !",
|
|
710
|
+
paddingY: "3xs !important"
|
|
711
|
+
}
|
|
525
712
|
},
|
|
526
713
|
_hasLabel: {
|
|
527
714
|
paddingX: "2 !important",
|
|
528
|
-
paddingY: "1"
|
|
715
|
+
paddingY: "1",
|
|
716
|
+
_nextTheme: {
|
|
717
|
+
paddingX: "xs !important",
|
|
718
|
+
paddingY: "3xs"
|
|
719
|
+
}
|
|
529
720
|
}
|
|
530
721
|
},
|
|
531
722
|
md: {
|
|
@@ -537,11 +728,19 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
537
728
|
},
|
|
538
729
|
_hasIcon: {
|
|
539
730
|
paddingX: "1.5",
|
|
540
|
-
paddingY: "1.5 !important"
|
|
731
|
+
paddingY: "1.5 !important",
|
|
732
|
+
_nextTheme: {
|
|
733
|
+
paddingX: "2xs",
|
|
734
|
+
paddingY: "2xs !important"
|
|
735
|
+
}
|
|
541
736
|
},
|
|
542
737
|
_hasLabel: {
|
|
543
738
|
paddingX: "4 !important",
|
|
544
|
-
paddingY: "2"
|
|
739
|
+
paddingY: "2",
|
|
740
|
+
_nextTheme: {
|
|
741
|
+
paddingX: "md !important",
|
|
742
|
+
paddingY: "xs"
|
|
743
|
+
}
|
|
545
744
|
}
|
|
546
745
|
}
|
|
547
746
|
}
|
|
@@ -551,9 +750,13 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
551
750
|
variant: ["textLink"],
|
|
552
751
|
css: {
|
|
553
752
|
borderRadius: "sm",
|
|
554
|
-
|
|
753
|
+
_focus: {
|
|
555
754
|
borderColor: "white",
|
|
556
|
-
boxShadow: "focus"
|
|
755
|
+
boxShadow: "focus",
|
|
756
|
+
_nextTheme: {
|
|
757
|
+
borderColor: "border.focused",
|
|
758
|
+
boxShadow: "focus"
|
|
759
|
+
}
|
|
557
760
|
}
|
|
558
761
|
}
|
|
559
762
|
},
|
|
@@ -566,9 +769,13 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
566
769
|
{
|
|
567
770
|
variant: ["primary", "secondary", "ghost"],
|
|
568
771
|
css: {
|
|
569
|
-
|
|
772
|
+
_focus: {
|
|
570
773
|
borderColor: "blue.400",
|
|
571
|
-
boxShadow: "focus"
|
|
774
|
+
boxShadow: "focus",
|
|
775
|
+
_nextTheme: {
|
|
776
|
+
borderColor: "border.focused",
|
|
777
|
+
boxShadow: "focus"
|
|
778
|
+
}
|
|
572
779
|
}
|
|
573
780
|
}
|
|
574
781
|
},
|
|
@@ -583,6 +790,15 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
583
790
|
_hover: {
|
|
584
791
|
background: "gray.50",
|
|
585
792
|
borderColor: "gray.50"
|
|
793
|
+
},
|
|
794
|
+
_nextTheme: {
|
|
795
|
+
color: "text.disabled",
|
|
796
|
+
background: "background.disabled",
|
|
797
|
+
borderColor: "background.disabled",
|
|
798
|
+
_hover: {
|
|
799
|
+
background: "background.disabled",
|
|
800
|
+
borderColor: "background.disabled"
|
|
801
|
+
}
|
|
586
802
|
}
|
|
587
803
|
}
|
|
588
804
|
}
|
|
@@ -654,11 +870,22 @@ var inputSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
654
870
|
borderWidth: "1px",
|
|
655
871
|
borderColor: "inherit",
|
|
656
872
|
borderRadius: "sm",
|
|
657
|
-
paddingInline: "
|
|
873
|
+
paddingInline: "3",
|
|
658
874
|
appearance: "none",
|
|
875
|
+
caretColor: "blue.500",
|
|
659
876
|
transition: "all 250ms",
|
|
660
877
|
_isFullWidth: {
|
|
661
878
|
width: "full"
|
|
879
|
+
},
|
|
880
|
+
_placeholder: {
|
|
881
|
+
color: "gray.400"
|
|
882
|
+
},
|
|
883
|
+
_nextTheme: {
|
|
884
|
+
color: "text.default",
|
|
885
|
+
caretColor: "border.selected",
|
|
886
|
+
_placeholder: {
|
|
887
|
+
borderColor: "text.placeholder"
|
|
888
|
+
}
|
|
662
889
|
}
|
|
663
890
|
},
|
|
664
891
|
clear: {
|
|
@@ -677,6 +904,9 @@ var inputSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
677
904
|
_groupHover: {
|
|
678
905
|
visibility: "var(--mp-input--visibility)",
|
|
679
906
|
opacity: "var(--mp-input--opacity)"
|
|
907
|
+
},
|
|
908
|
+
_nextTheme: {
|
|
909
|
+
color: "icon.default"
|
|
680
910
|
}
|
|
681
911
|
}
|
|
682
912
|
},
|
|
@@ -721,6 +951,42 @@ var inputSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
721
951
|
_readOnly: {
|
|
722
952
|
boxShadow: "none",
|
|
723
953
|
userSelect: "all"
|
|
954
|
+
},
|
|
955
|
+
_nextTheme: {
|
|
956
|
+
backgroundColor: "background.neutral",
|
|
957
|
+
borderColor: "border.form",
|
|
958
|
+
_hover: {
|
|
959
|
+
borderColor: "border.form",
|
|
960
|
+
backgroundColor: "background.neutral.hovered",
|
|
961
|
+
_invalid: {
|
|
962
|
+
borderColor: "border.danger"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
_focus: {
|
|
966
|
+
borderColor: "border.focused",
|
|
967
|
+
boxShadow: "focus",
|
|
968
|
+
_hover: {
|
|
969
|
+
borderColor: "border.focused"
|
|
970
|
+
},
|
|
971
|
+
_invalid: {
|
|
972
|
+
borderColor: "border.focused",
|
|
973
|
+
_hover: {
|
|
974
|
+
borderColor: "border.focused"
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
_disabled: {
|
|
979
|
+
color: "text.disabled",
|
|
980
|
+
backgroundColor: "background.disabled",
|
|
981
|
+
borderColor: "border.disabled",
|
|
982
|
+
_hover: {
|
|
983
|
+
borderColor: "border.disabled",
|
|
984
|
+
backgroundColor: "background.disabled"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
_invalid: {
|
|
988
|
+
borderColor: "border.danger"
|
|
989
|
+
}
|
|
724
990
|
}
|
|
725
991
|
}
|
|
726
992
|
}
|
|
@@ -777,7 +1043,7 @@ var inputGroupSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
777
1043
|
},
|
|
778
1044
|
"&[data-with-left-bg-addon=true]": {
|
|
779
1045
|
"& > [data-pixel-component=MpInput] > [data-pixel-component=MpInputControl]": {
|
|
780
|
-
paddingLeft: "calc(var(--mp-input-offset--left) +
|
|
1046
|
+
paddingLeft: "calc(var(--mp-input-offset--left) + 14px)"
|
|
781
1047
|
}
|
|
782
1048
|
},
|
|
783
1049
|
"&[data-with-right-addon=true]": {
|
|
@@ -795,7 +1061,7 @@ var inputGroupSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
795
1061
|
},
|
|
796
1062
|
"&[data-with-right-bg-addon=true]": {
|
|
797
1063
|
"& > [data-pixel-component=MpInput] > [data-pixel-component=MpInputControl]": {
|
|
798
|
-
paddingRight: "calc(var(--mp-input-offset--right) +
|
|
1064
|
+
paddingRight: "calc(var(--mp-input-offset--right) + 14px)"
|
|
799
1065
|
},
|
|
800
1066
|
"&[data-with-clearable=true]": {
|
|
801
1067
|
"& > [data-pixel-component=MpInput] > [data-pixel-component=MpInputControl]": {
|
|
@@ -805,6 +1071,17 @@ var inputGroupSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
805
1071
|
"--mp-input--right": "calc(var(--mp-input-offset--right) + 16px)"
|
|
806
1072
|
}
|
|
807
1073
|
}
|
|
1074
|
+
},
|
|
1075
|
+
_nextTheme: {
|
|
1076
|
+
"&:has(input:hover) [data-pixel-component=MpInputAddon][data-has-background=true]": {
|
|
1077
|
+
backgroundColor: "background.neutral.subtle.hovered"
|
|
1078
|
+
},
|
|
1079
|
+
"&:has(input:focus) [data-pixel-component=MpInputAddon][data-has-background=true]": {
|
|
1080
|
+
backgroundColor: "background.neutral.subtle.pressed"
|
|
1081
|
+
},
|
|
1082
|
+
"&:has(input:disabled) [data-pixel-component=MpInputAddon][data-has-background=true]": {
|
|
1083
|
+
backgroundColor: "background.neutral.subtle.pressed"
|
|
1084
|
+
}
|
|
808
1085
|
}
|
|
809
1086
|
}
|
|
810
1087
|
},
|
|
@@ -824,8 +1101,14 @@ var inputAddonSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
824
1101
|
paddingX: "0",
|
|
825
1102
|
whiteSpace: "nowrap",
|
|
826
1103
|
zIndex: "2",
|
|
1104
|
+
transition: "all 250ms",
|
|
827
1105
|
_hasBackground: {
|
|
828
1106
|
backgroundColor: "gray.50"
|
|
1107
|
+
},
|
|
1108
|
+
_nextTheme: {
|
|
1109
|
+
_hasBackground: {
|
|
1110
|
+
backgroundColor: "background.neutral.subtle"
|
|
1111
|
+
}
|
|
829
1112
|
}
|
|
830
1113
|
}
|
|
831
1114
|
},
|
|
@@ -859,11 +1142,11 @@ var inputAddonSlotRecipe = (0, import_dev6.defineSlotRecipe)({
|
|
|
859
1142
|
},
|
|
860
1143
|
md: {
|
|
861
1144
|
root: {
|
|
862
|
-
height: "
|
|
1145
|
+
height: "32px",
|
|
863
1146
|
borderRadius: "sm",
|
|
864
1147
|
_hasBackground: {
|
|
865
|
-
_placementLeft: { left: "
|
|
866
|
-
_placementRight: { right: "
|
|
1148
|
+
_placementLeft: { left: "3px" },
|
|
1149
|
+
_placementRight: { right: "3px" }
|
|
867
1150
|
}
|
|
868
1151
|
}
|
|
869
1152
|
}
|
|
@@ -934,6 +1217,48 @@ var selectSlotRecipe = (0, import_dev7.defineSlotRecipe)({
|
|
|
934
1217
|
},
|
|
935
1218
|
_isFullWidth: {
|
|
936
1219
|
width: "full"
|
|
1220
|
+
},
|
|
1221
|
+
_placeholder: {
|
|
1222
|
+
color: "gray.400"
|
|
1223
|
+
},
|
|
1224
|
+
_nextTheme: {
|
|
1225
|
+
backgroundColor: "background.neutral",
|
|
1226
|
+
borderColor: "border.form",
|
|
1227
|
+
_hover: {
|
|
1228
|
+
borderColor: "border.form",
|
|
1229
|
+
backgroundColor: "background.neutral.hovered",
|
|
1230
|
+
_invalid: {
|
|
1231
|
+
borderColor: "border.danger"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
_focus: {
|
|
1235
|
+
borderColor: "transparent",
|
|
1236
|
+
boxShadow: "focus",
|
|
1237
|
+
_hover: {
|
|
1238
|
+
borderColor: "transparent"
|
|
1239
|
+
},
|
|
1240
|
+
_invalid: {
|
|
1241
|
+
borderColor: "transparent",
|
|
1242
|
+
_hover: {
|
|
1243
|
+
borderColor: "transparent"
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
_disabled: {
|
|
1248
|
+
color: "text.disabled",
|
|
1249
|
+
backgroundColor: "background.disabled",
|
|
1250
|
+
borderColor: "border.disabled",
|
|
1251
|
+
_hover: {
|
|
1252
|
+
borderColor: "border.disabled",
|
|
1253
|
+
backgroundColor: "background.disabled"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
_invalid: {
|
|
1257
|
+
borderColor: "border.danger"
|
|
1258
|
+
},
|
|
1259
|
+
_placeholder: {
|
|
1260
|
+
borderColor: "text.placeholder"
|
|
1261
|
+
}
|
|
937
1262
|
}
|
|
938
1263
|
},
|
|
939
1264
|
clear: {
|
|
@@ -1134,12 +1459,22 @@ var accordionSlotRecipe = (0, import_dev11.defineSlotRecipe)({
|
|
|
1134
1459
|
fontWeight: "semiBold",
|
|
1135
1460
|
fontSize: "md",
|
|
1136
1461
|
color: "dark",
|
|
1137
|
-
_disabled: { opacity: "0.4", cursor: "not-allowed" }
|
|
1462
|
+
_disabled: { opacity: "0.4", cursor: "not-allowed" },
|
|
1463
|
+
_nextTheme: {
|
|
1464
|
+
color: "text.default"
|
|
1465
|
+
}
|
|
1138
1466
|
},
|
|
1139
1467
|
item: {
|
|
1140
1468
|
borderBottomWidth: "1px",
|
|
1141
1469
|
borderColor: "gray.100",
|
|
1142
|
-
_last: {
|
|
1470
|
+
_last: {
|
|
1471
|
+
borderBottomWidth: "1px",
|
|
1472
|
+
borderColor: "gray.100",
|
|
1473
|
+
_nextTheme: { borderColor: "border.default" }
|
|
1474
|
+
},
|
|
1475
|
+
_nextTheme: {
|
|
1476
|
+
borderColor: "border.default"
|
|
1477
|
+
}
|
|
1143
1478
|
},
|
|
1144
1479
|
panel: {
|
|
1145
1480
|
py: 3
|
|
@@ -1178,7 +1513,10 @@ var popoverContentRecipe = (0, import_dev12.defineRecipe)({
|
|
|
1178
1513
|
shadow: "lg",
|
|
1179
1514
|
borderWidth: "1px",
|
|
1180
1515
|
borderColor: "gray.400",
|
|
1181
|
-
zIndex: "popover"
|
|
1516
|
+
zIndex: "popover",
|
|
1517
|
+
_nextTheme: {
|
|
1518
|
+
borderColor: "border.bold"
|
|
1519
|
+
}
|
|
1182
1520
|
}
|
|
1183
1521
|
},
|
|
1184
1522
|
isDark: {
|
|
@@ -1187,7 +1525,10 @@ var popoverContentRecipe = (0, import_dev12.defineRecipe)({
|
|
|
1187
1525
|
color: "white"
|
|
1188
1526
|
},
|
|
1189
1527
|
false: {
|
|
1190
|
-
background: "white"
|
|
1528
|
+
background: "white",
|
|
1529
|
+
_nextTheme: {
|
|
1530
|
+
background: "background.stage"
|
|
1531
|
+
}
|
|
1191
1532
|
}
|
|
1192
1533
|
}
|
|
1193
1534
|
},
|
|
@@ -1226,19 +1567,32 @@ var popoverListItemRecipe = (0, import_dev12.defineRecipe)({
|
|
|
1226
1567
|
_disabled: {
|
|
1227
1568
|
color: "gray.400",
|
|
1228
1569
|
bg: "white",
|
|
1229
|
-
cursor: "not-allowed"
|
|
1570
|
+
cursor: "not-allowed",
|
|
1571
|
+
_nextTheme: {
|
|
1572
|
+
background: "background.disabled",
|
|
1573
|
+
color: "text.disabled"
|
|
1574
|
+
}
|
|
1230
1575
|
},
|
|
1231
1576
|
_highlight: {
|
|
1232
|
-
background: "
|
|
1233
|
-
bg: "gray.50",
|
|
1577
|
+
background: "gray.50",
|
|
1234
1578
|
color: "dark",
|
|
1235
|
-
outline: 0
|
|
1579
|
+
outline: 0,
|
|
1580
|
+
_nextTheme: {
|
|
1581
|
+
background: "background.neutral.hovered",
|
|
1582
|
+
color: "text.default"
|
|
1583
|
+
}
|
|
1236
1584
|
},
|
|
1237
1585
|
_active: {
|
|
1238
1586
|
background: "ice.50",
|
|
1239
|
-
bg: "ice.50",
|
|
1240
1587
|
color: "dark",
|
|
1241
|
-
outline: 0
|
|
1588
|
+
outline: 0,
|
|
1589
|
+
_nextTheme: {
|
|
1590
|
+
background: "background.brand.selected",
|
|
1591
|
+
color: "text.default"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
_nextTheme: {
|
|
1595
|
+
color: "text.default"
|
|
1242
1596
|
}
|
|
1243
1597
|
}
|
|
1244
1598
|
});
|
|
@@ -1259,150 +1613,271 @@ var badgeRecipe = (0, import_dev13.defineRecipe)({
|
|
|
1259
1613
|
solid: {
|
|
1260
1614
|
color: "white"
|
|
1261
1615
|
},
|
|
1262
|
-
subtle: {}
|
|
1616
|
+
subtle: {},
|
|
1617
|
+
"additionalInformation": {},
|
|
1618
|
+
"tableStatus": {},
|
|
1619
|
+
indicator: {}
|
|
1263
1620
|
},
|
|
1264
1621
|
variantColor: {
|
|
1265
1622
|
blue: {},
|
|
1266
1623
|
green: {},
|
|
1267
1624
|
orange: {},
|
|
1268
1625
|
red: {},
|
|
1269
|
-
gray: {}
|
|
1626
|
+
gray: {},
|
|
1627
|
+
announcement: {},
|
|
1628
|
+
information: {},
|
|
1629
|
+
warning: {},
|
|
1630
|
+
completed: {},
|
|
1631
|
+
critical: {}
|
|
1270
1632
|
},
|
|
1271
1633
|
size: {
|
|
1272
1634
|
sm: {
|
|
1273
1635
|
fontSize: "xs",
|
|
1274
1636
|
fontWeight: "semiBold",
|
|
1275
1637
|
lineHeight: "0",
|
|
1276
|
-
letterSpacing: "normal"
|
|
1277
|
-
minWidth: "4",
|
|
1278
|
-
height: "4"
|
|
1638
|
+
letterSpacing: "normal"
|
|
1279
1639
|
},
|
|
1280
1640
|
md: {
|
|
1281
1641
|
fontSize: "md",
|
|
1282
1642
|
fontWeight: "regular",
|
|
1283
1643
|
lineHeight: "0",
|
|
1284
|
-
letterSpacing: "normal"
|
|
1285
|
-
minWidth: "5",
|
|
1286
|
-
height: "5"
|
|
1644
|
+
letterSpacing: "normal"
|
|
1287
1645
|
}
|
|
1288
1646
|
}
|
|
1289
1647
|
},
|
|
1290
1648
|
compoundVariants: [
|
|
1291
1649
|
// Size
|
|
1292
1650
|
{
|
|
1293
|
-
variant: "solid",
|
|
1651
|
+
variant: ["solid", "additionalInformation", "tableStatus"],
|
|
1294
1652
|
size: "md",
|
|
1295
1653
|
css: {
|
|
1296
1654
|
paddingX: "1.5",
|
|
1297
|
-
paddingY: "0.5"
|
|
1655
|
+
paddingY: "0.5",
|
|
1656
|
+
minWidth: "5",
|
|
1657
|
+
height: "5"
|
|
1298
1658
|
}
|
|
1299
1659
|
},
|
|
1300
1660
|
{
|
|
1301
|
-
variant: "solid",
|
|
1661
|
+
variant: ["solid", "additionalInformation", "tableStatus"],
|
|
1302
1662
|
size: "sm",
|
|
1303
1663
|
css: {
|
|
1304
1664
|
paddingX: "1",
|
|
1305
|
-
paddingY: "0.5"
|
|
1665
|
+
paddingY: "0.5",
|
|
1666
|
+
minWidth: "4",
|
|
1667
|
+
height: "4"
|
|
1306
1668
|
}
|
|
1307
1669
|
},
|
|
1308
1670
|
{
|
|
1309
|
-
variant: "subtle",
|
|
1671
|
+
variant: ["subtle", "additionalInformation", "tableStatus"],
|
|
1310
1672
|
size: "md",
|
|
1311
1673
|
css: {
|
|
1312
1674
|
paddingX: "2",
|
|
1313
|
-
paddingY: "0"
|
|
1675
|
+
paddingY: "0",
|
|
1676
|
+
minWidth: "5",
|
|
1677
|
+
height: "5"
|
|
1314
1678
|
}
|
|
1315
1679
|
},
|
|
1316
1680
|
{
|
|
1317
|
-
variant: "subtle",
|
|
1681
|
+
variant: ["subtle", "additionalInformation", "tableStatus"],
|
|
1318
1682
|
size: "sm",
|
|
1319
1683
|
css: {
|
|
1320
1684
|
paddingX: "1",
|
|
1321
|
-
paddingY: "0"
|
|
1685
|
+
paddingY: "0",
|
|
1686
|
+
minWidth: "4",
|
|
1687
|
+
height: "4"
|
|
1322
1688
|
}
|
|
1323
1689
|
},
|
|
1324
|
-
// Solid
|
|
1325
1690
|
{
|
|
1326
|
-
variant: "
|
|
1327
|
-
|
|
1691
|
+
variant: "indicator",
|
|
1692
|
+
size: ["sm", "md"],
|
|
1328
1693
|
css: {
|
|
1329
|
-
|
|
1694
|
+
width: "3",
|
|
1695
|
+
height: "3"
|
|
1330
1696
|
}
|
|
1331
1697
|
},
|
|
1698
|
+
// Solid / Additional Information
|
|
1332
1699
|
{
|
|
1333
|
-
variant: "solid",
|
|
1334
|
-
variantColor: "
|
|
1700
|
+
variant: ["solid", "additionalInformation"],
|
|
1701
|
+
variantColor: ["blue", "information"],
|
|
1335
1702
|
css: {
|
|
1336
|
-
backgroundColor: "
|
|
1703
|
+
backgroundColor: "sky.400",
|
|
1704
|
+
color: "white",
|
|
1705
|
+
_nextTheme: {
|
|
1706
|
+
backgroundColor: "background.brand.bold",
|
|
1707
|
+
color: "text.inverse"
|
|
1708
|
+
}
|
|
1337
1709
|
}
|
|
1338
1710
|
},
|
|
1339
1711
|
{
|
|
1340
|
-
variant: "solid",
|
|
1341
|
-
variantColor: "
|
|
1712
|
+
variant: ["solid", "additionalInformation"],
|
|
1713
|
+
variantColor: ["green", "completed"],
|
|
1342
1714
|
css: {
|
|
1343
|
-
backgroundColor: "
|
|
1715
|
+
backgroundColor: "teal.400",
|
|
1716
|
+
color: "white",
|
|
1717
|
+
_nextTheme: {
|
|
1718
|
+
backgroundColor: "background.success.bold",
|
|
1719
|
+
color: "text.inverse"
|
|
1720
|
+
}
|
|
1344
1721
|
}
|
|
1345
1722
|
},
|
|
1346
1723
|
{
|
|
1347
|
-
variant: "solid",
|
|
1348
|
-
variantColor: "
|
|
1724
|
+
variant: ["solid", "additionalInformation"],
|
|
1725
|
+
variantColor: ["orange", "warning"],
|
|
1349
1726
|
css: {
|
|
1350
|
-
backgroundColor: "
|
|
1727
|
+
backgroundColor: "amber.400",
|
|
1728
|
+
color: "white",
|
|
1729
|
+
_nextTheme: {
|
|
1730
|
+
backgroundColor: "background.warning.bold",
|
|
1731
|
+
color: "text.warning.inverse"
|
|
1732
|
+
}
|
|
1351
1733
|
}
|
|
1352
1734
|
},
|
|
1353
1735
|
{
|
|
1354
|
-
variant: "solid",
|
|
1355
|
-
variantColor: "
|
|
1736
|
+
variant: ["solid", "additionalInformation"],
|
|
1737
|
+
variantColor: ["red", "critical"],
|
|
1356
1738
|
css: {
|
|
1357
|
-
backgroundColor: "
|
|
1739
|
+
backgroundColor: "rose.400",
|
|
1740
|
+
color: "white",
|
|
1741
|
+
_nextTheme: {
|
|
1742
|
+
backgroundColor: "background.danger.bold",
|
|
1743
|
+
color: "text.inverse"
|
|
1744
|
+
}
|
|
1358
1745
|
}
|
|
1359
1746
|
},
|
|
1360
|
-
// Subtle
|
|
1361
1747
|
{
|
|
1362
|
-
variant: ["
|
|
1363
|
-
variantColor: "
|
|
1748
|
+
variant: ["solid", "additionalInformation"],
|
|
1749
|
+
variantColor: ["gray", "announcement"],
|
|
1750
|
+
css: {
|
|
1751
|
+
backgroundColor: "stone.400",
|
|
1752
|
+
color: "white",
|
|
1753
|
+
_nextTheme: {
|
|
1754
|
+
backgroundColor: "background.neutral.bold",
|
|
1755
|
+
color: "text.inverse"
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
// Subtle / Table Status
|
|
1760
|
+
{
|
|
1761
|
+
variant: ["subtle", "tableStatus"],
|
|
1762
|
+
variantColor: ["blue", "information"],
|
|
1364
1763
|
css: {
|
|
1365
1764
|
backgroundColor: "blue.50",
|
|
1366
|
-
color: "blue.700"
|
|
1765
|
+
color: "blue.700",
|
|
1766
|
+
_nextTheme: {
|
|
1767
|
+
backgroundColor: "background.brand",
|
|
1768
|
+
color: "text.information"
|
|
1769
|
+
}
|
|
1367
1770
|
}
|
|
1368
1771
|
},
|
|
1369
1772
|
{
|
|
1370
|
-
variant: ["subtle"],
|
|
1371
|
-
variantColor: "green",
|
|
1773
|
+
variant: ["subtle", "tableStatus"],
|
|
1774
|
+
variantColor: ["green", "completed"],
|
|
1372
1775
|
css: {
|
|
1373
1776
|
backgroundColor: "green.50",
|
|
1374
|
-
color: "green.700"
|
|
1777
|
+
color: "green.700",
|
|
1778
|
+
_nextTheme: {
|
|
1779
|
+
backgroundColor: "background.success",
|
|
1780
|
+
color: "text.success"
|
|
1781
|
+
}
|
|
1375
1782
|
}
|
|
1376
1783
|
},
|
|
1377
1784
|
{
|
|
1378
|
-
variant: ["subtle"],
|
|
1379
|
-
variantColor: "orange",
|
|
1785
|
+
variant: ["subtle", "tableStatus"],
|
|
1786
|
+
variantColor: ["orange", "warning"],
|
|
1380
1787
|
css: {
|
|
1381
1788
|
backgroundColor: "orange.50",
|
|
1382
|
-
color: "orange.700"
|
|
1789
|
+
color: "orange.700",
|
|
1790
|
+
_nextTheme: {
|
|
1791
|
+
backgroundColor: "background.warning",
|
|
1792
|
+
color: "text.warning"
|
|
1793
|
+
}
|
|
1383
1794
|
}
|
|
1384
1795
|
},
|
|
1385
1796
|
{
|
|
1386
|
-
variant: ["subtle"],
|
|
1387
|
-
variantColor: "red",
|
|
1797
|
+
variant: ["subtle", "tableStatus"],
|
|
1798
|
+
variantColor: ["red", "critical"],
|
|
1388
1799
|
css: {
|
|
1389
1800
|
backgroundColor: "red.50",
|
|
1390
|
-
color: "red.700"
|
|
1801
|
+
color: "red.700",
|
|
1802
|
+
_nextTheme: {
|
|
1803
|
+
backgroundColor: "background.danger",
|
|
1804
|
+
color: "text.danger"
|
|
1805
|
+
}
|
|
1391
1806
|
}
|
|
1392
1807
|
},
|
|
1393
1808
|
{
|
|
1394
|
-
variant: ["subtle"],
|
|
1395
|
-
variantColor: "gray",
|
|
1809
|
+
variant: ["subtle", "tableStatus"],
|
|
1810
|
+
variantColor: ["gray", "announcement"],
|
|
1396
1811
|
css: {
|
|
1397
1812
|
backgroundColor: "gray.50",
|
|
1398
|
-
color: "black"
|
|
1813
|
+
color: "black",
|
|
1814
|
+
_nextTheme: {
|
|
1815
|
+
color: "text.default",
|
|
1816
|
+
backgroundColor: "background.neutral.subtle"
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
// Indicator
|
|
1821
|
+
{
|
|
1822
|
+
variant: "indicator",
|
|
1823
|
+
variantColor: ["blue", "information"],
|
|
1824
|
+
css: {
|
|
1825
|
+
backgroundColor: "sky.400",
|
|
1826
|
+
_nextTheme: {
|
|
1827
|
+
backgroundColor: "icon.brand",
|
|
1828
|
+
color: "text.inverse"
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
variant: "indicator",
|
|
1834
|
+
variantColor: ["green", "completed"],
|
|
1835
|
+
css: {
|
|
1836
|
+
backgroundColor: "teal.400",
|
|
1837
|
+
_nextTheme: {
|
|
1838
|
+
backgroundColor: "icon.success",
|
|
1839
|
+
color: "text.inverse"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
variant: "indicator",
|
|
1845
|
+
variantColor: ["orange", "warning"],
|
|
1846
|
+
css: {
|
|
1847
|
+
backgroundColor: "amber.400",
|
|
1848
|
+
_nextTheme: {
|
|
1849
|
+
backgroundColor: "icon.warning",
|
|
1850
|
+
color: "text.warning.inverse"
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
variant: "indicator",
|
|
1856
|
+
variantColor: ["red", "critical"],
|
|
1857
|
+
css: {
|
|
1858
|
+
backgroundColor: "rose.400",
|
|
1859
|
+
_nextTheme: {
|
|
1860
|
+
backgroundColor: "icon.danger",
|
|
1861
|
+
color: "text.inverse"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
variant: "indicator",
|
|
1867
|
+
variantColor: ["gray", "announcement"],
|
|
1868
|
+
css: {
|
|
1869
|
+
backgroundColor: "stone.400",
|
|
1870
|
+
_nextTheme: {
|
|
1871
|
+
color: "text.inverse",
|
|
1872
|
+
backgroundColor: "icon.default"
|
|
1873
|
+
}
|
|
1399
1874
|
}
|
|
1400
1875
|
}
|
|
1401
1876
|
],
|
|
1402
1877
|
defaultVariants: {
|
|
1403
|
-
variant: "
|
|
1878
|
+
variant: "additionalInformation",
|
|
1404
1879
|
size: "md",
|
|
1405
|
-
variantColor: "
|
|
1880
|
+
variantColor: "information"
|
|
1406
1881
|
}
|
|
1407
1882
|
});
|
|
1408
1883
|
|
|
@@ -1412,54 +1887,8 @@ var textareaRecipe = (0, import_dev14.defineRecipe)({
|
|
|
1412
1887
|
className: "textarea",
|
|
1413
1888
|
jsx: ["MpTextarea", "mp-textarea"],
|
|
1414
1889
|
base: {
|
|
1415
|
-
position: "relative",
|
|
1416
|
-
display: "flex",
|
|
1417
|
-
alignItems: "center",
|
|
1418
|
-
outline: "0",
|
|
1419
|
-
borderWidth: "1px",
|
|
1420
|
-
borderColor: "gray.100",
|
|
1421
|
-
borderRadius: "md",
|
|
1422
|
-
color: "dark",
|
|
1423
|
-
backgroundColor: "white",
|
|
1424
|
-
appearance: "none",
|
|
1425
|
-
transition: "all 250ms",
|
|
1426
1890
|
minHeight: "20",
|
|
1427
|
-
|
|
1428
|
-
fontWeight: "regular",
|
|
1429
|
-
lineHeight: "md",
|
|
1430
|
-
paddingX: "3",
|
|
1431
|
-
paddingTop: "2",
|
|
1432
|
-
paddingBottom: "5",
|
|
1433
|
-
resize: "both",
|
|
1434
|
-
_isFullWidth: {
|
|
1435
|
-
width: "full"
|
|
1436
|
-
},
|
|
1437
|
-
_hover: {
|
|
1438
|
-
borderColor: "gray.400"
|
|
1439
|
-
},
|
|
1440
|
-
_focus: {
|
|
1441
|
-
borderColor: "blue.500",
|
|
1442
|
-
boxShadow: "outer",
|
|
1443
|
-
_hover: {
|
|
1444
|
-
borderColor: "blue.500"
|
|
1445
|
-
},
|
|
1446
|
-
_invalid: {
|
|
1447
|
-
borderColor: "red.400"
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
_disabled: {
|
|
1451
|
-
color: "gray.400",
|
|
1452
|
-
backgroundColor: "gray.50",
|
|
1453
|
-
borderColor: "gray.100",
|
|
1454
|
-
cursor: "not-allowed"
|
|
1455
|
-
},
|
|
1456
|
-
_invalid: {
|
|
1457
|
-
borderColor: "red.400"
|
|
1458
|
-
},
|
|
1459
|
-
_readOnly: {
|
|
1460
|
-
boxShadow: "none",
|
|
1461
|
-
userSelect: "all"
|
|
1462
|
-
}
|
|
1891
|
+
resize: "both"
|
|
1463
1892
|
}
|
|
1464
1893
|
});
|
|
1465
1894
|
|
|
@@ -1482,7 +1911,11 @@ var tooltipRecipe = (0, import_dev15.defineRecipe)({
|
|
|
1482
1911
|
bg: "overlay",
|
|
1483
1912
|
color: "white",
|
|
1484
1913
|
whiteSpace: "normal",
|
|
1485
|
-
overflowWrap: "break-word"
|
|
1914
|
+
overflowWrap: "break-word",
|
|
1915
|
+
_nextTheme: {
|
|
1916
|
+
background: "background.overlay",
|
|
1917
|
+
color: "text.inverse.static"
|
|
1918
|
+
}
|
|
1486
1919
|
}
|
|
1487
1920
|
});
|
|
1488
1921
|
|
|
@@ -1503,7 +1936,10 @@ var tabListSlotRecipe = (0, import_dev16.defineSlotRecipe)({
|
|
|
1503
1936
|
position: "absolute",
|
|
1504
1937
|
right: 0,
|
|
1505
1938
|
left: 0,
|
|
1506
|
-
bottom: "1px"
|
|
1939
|
+
bottom: "1px",
|
|
1940
|
+
_nextTheme: {
|
|
1941
|
+
background: "border.default"
|
|
1942
|
+
}
|
|
1507
1943
|
}
|
|
1508
1944
|
}
|
|
1509
1945
|
},
|
|
@@ -1517,7 +1953,10 @@ var tabListSlotRecipe = (0, import_dev16.defineSlotRecipe)({
|
|
|
1517
1953
|
padding: 0.5,
|
|
1518
1954
|
alignItems: "center",
|
|
1519
1955
|
justifyContent: "flex-start",
|
|
1520
|
-
maxWidth: "full"
|
|
1956
|
+
maxWidth: "full",
|
|
1957
|
+
_nextTheme: {
|
|
1958
|
+
color: "text.secondary"
|
|
1959
|
+
}
|
|
1521
1960
|
}
|
|
1522
1961
|
}
|
|
1523
1962
|
});
|
|
@@ -1546,6 +1985,15 @@ var tabRecipe = (0, import_dev16.defineRecipe)({
|
|
|
1546
1985
|
_focus: {
|
|
1547
1986
|
shadow: "0 0 0 2px #E0EEFF",
|
|
1548
1987
|
borderRadius: "sm"
|
|
1988
|
+
},
|
|
1989
|
+
_nextTheme: {
|
|
1990
|
+
color: "text.secondary",
|
|
1991
|
+
_hover: {
|
|
1992
|
+
color: "text.default"
|
|
1993
|
+
},
|
|
1994
|
+
_focus: {
|
|
1995
|
+
shadow: "0 0 0 2px var(--mp-colors-border-focused)"
|
|
1996
|
+
}
|
|
1549
1997
|
}
|
|
1550
1998
|
},
|
|
1551
1999
|
variants: {
|
|
@@ -1568,6 +2016,12 @@ var tabRecipe = (0, import_dev16.defineRecipe)({
|
|
|
1568
2016
|
color: "blue.400",
|
|
1569
2017
|
_hover: {
|
|
1570
2018
|
color: "blue.500"
|
|
2019
|
+
},
|
|
2020
|
+
_nextTheme: {
|
|
2021
|
+
color: "text.selected",
|
|
2022
|
+
_hover: {
|
|
2023
|
+
color: "text.selected"
|
|
2024
|
+
}
|
|
1571
2025
|
}
|
|
1572
2026
|
}
|
|
1573
2027
|
},
|
|
@@ -1639,6 +2093,11 @@ var tabSelectedBorderRecipe = (0, import_dev16.defineRecipe)({
|
|
|
1639
2093
|
background: "transparent",
|
|
1640
2094
|
_groupHover: {
|
|
1641
2095
|
background: "gray.400"
|
|
2096
|
+
},
|
|
2097
|
+
_nextTheme: {
|
|
2098
|
+
_groupHover: {
|
|
2099
|
+
background: "border.bold"
|
|
2100
|
+
}
|
|
1642
2101
|
}
|
|
1643
2102
|
},
|
|
1644
2103
|
true: {}
|
|
@@ -1651,7 +2110,13 @@ var tabSelectedBorderRecipe = (0, import_dev16.defineRecipe)({
|
|
|
1651
2110
|
css: {
|
|
1652
2111
|
background: "blue.400",
|
|
1653
2112
|
_groupHover: {
|
|
1654
|
-
background: "
|
|
2113
|
+
background: "border.selected"
|
|
2114
|
+
},
|
|
2115
|
+
_nextTheme: {
|
|
2116
|
+
background: "border.selected",
|
|
2117
|
+
_groupHover: {
|
|
2118
|
+
background: "border.selected"
|
|
2119
|
+
}
|
|
1655
2120
|
}
|
|
1656
2121
|
}
|
|
1657
2122
|
},
|
|
@@ -1711,27 +2176,36 @@ var checkboxSlotRecipe = (0, import_dev17.defineSlotRecipe)({
|
|
|
1711
2176
|
base: {
|
|
1712
2177
|
root: {
|
|
1713
2178
|
position: "relative",
|
|
1714
|
-
|
|
2179
|
+
width: "fit-content",
|
|
2180
|
+
display: "flex",
|
|
1715
2181
|
alignItems: "center",
|
|
1716
|
-
justifyContent: "
|
|
1717
|
-
gap: "
|
|
2182
|
+
justifyContent: "flex-start",
|
|
2183
|
+
gap: "3",
|
|
1718
2184
|
cursor: "pointer",
|
|
1719
2185
|
outline: "none",
|
|
1720
2186
|
"&[data-has-description=true]": {
|
|
1721
2187
|
alignItems: "flex-start",
|
|
1722
2188
|
"& .mp-checkbox__control": {
|
|
1723
|
-
marginTop: "
|
|
2189
|
+
marginTop: "2px"
|
|
1724
2190
|
}
|
|
1725
2191
|
},
|
|
1726
2192
|
"& .mp-shared__hidden": {
|
|
1727
2193
|
"&:focus + .mp-checkbox__control": {
|
|
1728
2194
|
borderColor: "blue.400",
|
|
1729
|
-
boxShadow: "focus"
|
|
2195
|
+
boxShadow: "focus",
|
|
2196
|
+
_nextTheme: {
|
|
2197
|
+
borderColor: "border.focused",
|
|
2198
|
+
boxShadow: "0 0 0 1px {colors.border.focused}"
|
|
2199
|
+
}
|
|
1730
2200
|
}
|
|
1731
2201
|
},
|
|
1732
2202
|
_hover: {
|
|
1733
2203
|
"& .mp-checkbox__control": {
|
|
1734
|
-
borderColor: "gray.400"
|
|
2204
|
+
borderColor: "gray.400",
|
|
2205
|
+
_nextTheme: {
|
|
2206
|
+
borderColor: "border.form",
|
|
2207
|
+
background: "background.neutral.hovered"
|
|
2208
|
+
}
|
|
1735
2209
|
}
|
|
1736
2210
|
},
|
|
1737
2211
|
_disabled: {
|
|
@@ -1739,34 +2213,72 @@ var checkboxSlotRecipe = (0, import_dev17.defineSlotRecipe)({
|
|
|
1739
2213
|
"& .mp-checkbox__control": {
|
|
1740
2214
|
borderColor: "gray.100 !important",
|
|
1741
2215
|
background: "gray.50 !important",
|
|
1742
|
-
boxShadow: "none !important"
|
|
2216
|
+
boxShadow: "none !important",
|
|
2217
|
+
color: "gray.100",
|
|
2218
|
+
_nextTheme: {
|
|
2219
|
+
borderColor: "border.disabled !important",
|
|
2220
|
+
background: "background.disabled !important",
|
|
2221
|
+
color: "icon.disabled"
|
|
2222
|
+
}
|
|
1743
2223
|
}
|
|
1744
2224
|
},
|
|
1745
2225
|
_invalid: {
|
|
1746
2226
|
"& .mp-checkbox__control": {
|
|
1747
2227
|
borderColor: "red.400",
|
|
1748
|
-
background: "white"
|
|
2228
|
+
background: "white",
|
|
2229
|
+
_nextTheme: {
|
|
2230
|
+
borderColor: "border.danger !important",
|
|
2231
|
+
background: "background.neutral"
|
|
2232
|
+
}
|
|
1749
2233
|
}
|
|
1750
2234
|
},
|
|
1751
2235
|
_checked: {
|
|
1752
2236
|
"& .mp-checkbox__control": {
|
|
1753
2237
|
borderColor: "blue.400",
|
|
1754
|
-
background: "blue.400"
|
|
2238
|
+
background: "blue.400",
|
|
2239
|
+
color: "white",
|
|
2240
|
+
_nextTheme: {
|
|
2241
|
+
borderColor: "border.selected",
|
|
2242
|
+
background: "background.brand.bold.selected",
|
|
2243
|
+
color: "icon.inverse"
|
|
2244
|
+
}
|
|
1755
2245
|
},
|
|
1756
2246
|
_hover: {
|
|
1757
2247
|
"& .mp-checkbox__control": {
|
|
1758
|
-
borderColor: "blue.400"
|
|
2248
|
+
borderColor: "blue.400",
|
|
2249
|
+
_nextTheme: {
|
|
2250
|
+
borderColor: "border.selected.hovered",
|
|
2251
|
+
background: "background.brand.bold.hovered"
|
|
2252
|
+
}
|
|
1759
2253
|
}
|
|
1760
2254
|
}
|
|
1761
2255
|
},
|
|
1762
2256
|
_indeterminate: {
|
|
1763
2257
|
"& .mp-checkbox__control": {
|
|
1764
2258
|
borderColor: "blue.400",
|
|
1765
|
-
background: "blue.400"
|
|
2259
|
+
background: "blue.400",
|
|
2260
|
+
color: "white",
|
|
2261
|
+
_nextTheme: {
|
|
2262
|
+
borderColor: "border.selected",
|
|
2263
|
+
background: "background.brand.bold.selected",
|
|
2264
|
+
color: "icon.inverse"
|
|
2265
|
+
}
|
|
1766
2266
|
},
|
|
1767
2267
|
_hover: {
|
|
1768
2268
|
"& .mp-checkbox__control": {
|
|
1769
|
-
borderColor: "blue.400"
|
|
2269
|
+
borderColor: "blue.400",
|
|
2270
|
+
_nextTheme: {
|
|
2271
|
+
borderColor: "border.selected.hovered",
|
|
2272
|
+
background: "background.brand.bold.hovered"
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
_disabled: {
|
|
2277
|
+
"& .mp-checkbox__control": {
|
|
2278
|
+
color: "gray.600",
|
|
2279
|
+
_nextTheme: {
|
|
2280
|
+
color: "icon.disabled"
|
|
2281
|
+
}
|
|
1770
2282
|
}
|
|
1771
2283
|
}
|
|
1772
2284
|
}
|
|
@@ -1785,7 +2297,15 @@ var checkboxSlotRecipe = (0, import_dev17.defineSlotRecipe)({
|
|
|
1785
2297
|
borderWidth: "2px",
|
|
1786
2298
|
borderColor: "gray.100",
|
|
1787
2299
|
borderRadius: "md",
|
|
1788
|
-
background: "white"
|
|
2300
|
+
background: "white",
|
|
2301
|
+
_nextTheme: {
|
|
2302
|
+
width: "4",
|
|
2303
|
+
height: "4",
|
|
2304
|
+
borderWidth: "sm",
|
|
2305
|
+
borderColor: "border.form",
|
|
2306
|
+
borderRadius: "sm",
|
|
2307
|
+
background: "background.neutral"
|
|
2308
|
+
}
|
|
1789
2309
|
},
|
|
1790
2310
|
label: {
|
|
1791
2311
|
background: "transparent"
|
|
@@ -1802,27 +2322,36 @@ var radioSlotRecipe = (0, import_dev18.defineSlotRecipe)({
|
|
|
1802
2322
|
base: {
|
|
1803
2323
|
root: {
|
|
1804
2324
|
position: "relative",
|
|
1805
|
-
|
|
2325
|
+
width: "fit-content",
|
|
2326
|
+
display: "flex",
|
|
1806
2327
|
alignItems: "center",
|
|
1807
|
-
justifyContent: "
|
|
1808
|
-
gap: "
|
|
2328
|
+
justifyContent: "flex-start",
|
|
2329
|
+
gap: "3",
|
|
1809
2330
|
cursor: "pointer",
|
|
1810
2331
|
outline: "none",
|
|
1811
2332
|
"&[data-has-description=true]": {
|
|
1812
2333
|
alignItems: "flex-start",
|
|
1813
2334
|
"& .mp-radio__control": {
|
|
1814
|
-
marginTop: "
|
|
2335
|
+
marginTop: "2px"
|
|
1815
2336
|
}
|
|
1816
2337
|
},
|
|
1817
2338
|
"& .mp-shared__hidden": {
|
|
1818
2339
|
"&:focus + .mp-radio__control": {
|
|
1819
2340
|
borderColor: "blue.400",
|
|
1820
|
-
boxShadow: "focus"
|
|
2341
|
+
boxShadow: "focus",
|
|
2342
|
+
_nextTheme: {
|
|
2343
|
+
borderColor: "border.focused",
|
|
2344
|
+
boxShadow: "0 0 0 1px {colors.border.focused}"
|
|
2345
|
+
}
|
|
1821
2346
|
}
|
|
1822
2347
|
},
|
|
1823
2348
|
_hover: {
|
|
1824
2349
|
"& .mp-radio__control": {
|
|
1825
|
-
borderColor: "gray.400"
|
|
2350
|
+
borderColor: "gray.400",
|
|
2351
|
+
_nextTheme: {
|
|
2352
|
+
borderColor: "border.form",
|
|
2353
|
+
background: "background.neutral.hovered"
|
|
2354
|
+
}
|
|
1826
2355
|
}
|
|
1827
2356
|
},
|
|
1828
2357
|
_disabled: {
|
|
@@ -1831,36 +2360,44 @@ var radioSlotRecipe = (0, import_dev18.defineSlotRecipe)({
|
|
|
1831
2360
|
borderColor: "gray.100 !important",
|
|
1832
2361
|
background: "gray.50 !important",
|
|
1833
2362
|
boxShadow: "none !important",
|
|
2363
|
+
_nextTheme: {
|
|
2364
|
+
borderColor: "border.disabled !important",
|
|
2365
|
+
background: "background.disabled !important"
|
|
2366
|
+
},
|
|
1834
2367
|
"& div": {
|
|
1835
|
-
background: "gray.400"
|
|
2368
|
+
background: "gray.400",
|
|
2369
|
+
_nextTheme: {
|
|
2370
|
+
color: "icon.disabled"
|
|
2371
|
+
}
|
|
1836
2372
|
}
|
|
1837
2373
|
}
|
|
1838
2374
|
},
|
|
1839
2375
|
_invalid: {
|
|
1840
2376
|
"& .mp-radio__control": {
|
|
1841
2377
|
borderColor: "red.400",
|
|
1842
|
-
background: "white"
|
|
2378
|
+
background: "white",
|
|
2379
|
+
_nextTheme: {
|
|
2380
|
+
borderColor: "border.danger !important",
|
|
2381
|
+
background: "background.neutral"
|
|
2382
|
+
}
|
|
1843
2383
|
}
|
|
1844
2384
|
},
|
|
1845
2385
|
_checked: {
|
|
1846
2386
|
"& .mp-radio__control": {
|
|
1847
2387
|
borderColor: "blue.400",
|
|
1848
|
-
background: "blue.400"
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
borderColor: "blue.400"
|
|
2388
|
+
background: "blue.400",
|
|
2389
|
+
_nextTheme: {
|
|
2390
|
+
borderColor: "border.selected",
|
|
2391
|
+
background: "background.brand.bold.selected"
|
|
1853
2392
|
}
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
_indeterminate: {
|
|
1857
|
-
"& .mp-radio__control": {
|
|
1858
|
-
borderColor: "blue.400",
|
|
1859
|
-
background: "blue.400"
|
|
1860
2393
|
},
|
|
1861
2394
|
_hover: {
|
|
1862
2395
|
"& .mp-radio__control": {
|
|
1863
|
-
borderColor: "blue.400"
|
|
2396
|
+
borderColor: "blue.400",
|
|
2397
|
+
_nextTheme: {
|
|
2398
|
+
borderColor: "border.selected.hovered",
|
|
2399
|
+
background: "background.brand.bold.hovered"
|
|
2400
|
+
}
|
|
1864
2401
|
}
|
|
1865
2402
|
}
|
|
1866
2403
|
}
|
|
@@ -1880,11 +2417,25 @@ var radioSlotRecipe = (0, import_dev18.defineSlotRecipe)({
|
|
|
1880
2417
|
borderColor: "gray.100",
|
|
1881
2418
|
borderRadius: "full",
|
|
1882
2419
|
background: "white",
|
|
2420
|
+
_nextTheme: {
|
|
2421
|
+
width: "4",
|
|
2422
|
+
height: "4",
|
|
2423
|
+
borderWidth: "sm",
|
|
2424
|
+
borderColor: "border.form",
|
|
2425
|
+
borderRadius: "full",
|
|
2426
|
+
background: "background.neutral"
|
|
2427
|
+
},
|
|
1883
2428
|
"& div": {
|
|
1884
2429
|
width: "2.5",
|
|
1885
2430
|
height: "2.5",
|
|
1886
2431
|
background: "white",
|
|
1887
|
-
borderRadius: "full"
|
|
2432
|
+
borderRadius: "full",
|
|
2433
|
+
_nextTheme: {
|
|
2434
|
+
width: "2",
|
|
2435
|
+
height: "2",
|
|
2436
|
+
background: "icon.inverse",
|
|
2437
|
+
borderRadius: "full"
|
|
2438
|
+
}
|
|
1888
2439
|
}
|
|
1889
2440
|
},
|
|
1890
2441
|
label: {
|
|
@@ -1920,28 +2471,37 @@ var toggleSlotRecipe = (0, import_dev20.defineSlotRecipe)({
|
|
|
1920
2471
|
base: {
|
|
1921
2472
|
root: {
|
|
1922
2473
|
position: "relative",
|
|
1923
|
-
|
|
2474
|
+
width: "fit-content",
|
|
2475
|
+
display: "flex",
|
|
1924
2476
|
alignItems: "center",
|
|
1925
|
-
justifyContent: "
|
|
2477
|
+
justifyContent: "flex-start",
|
|
1926
2478
|
gap: "3",
|
|
1927
2479
|
cursor: "pointer",
|
|
1928
2480
|
outline: "none",
|
|
1929
2481
|
"&[data-has-description=true]": {
|
|
1930
2482
|
alignItems: "flex-start",
|
|
1931
2483
|
"& .mp-toggle__control": {
|
|
1932
|
-
marginTop: "
|
|
2484
|
+
marginTop: "2px"
|
|
1933
2485
|
}
|
|
1934
2486
|
},
|
|
1935
2487
|
"& .mp-shared__hidden": {
|
|
1936
2488
|
"&:focus + .mp-toggle__control": {
|
|
1937
2489
|
borderColor: "blue.400",
|
|
1938
|
-
boxShadow: "focus"
|
|
2490
|
+
boxShadow: "focus",
|
|
2491
|
+
_nextTheme: {
|
|
2492
|
+
borderColor: "border.focused",
|
|
2493
|
+
boxShadow: "0 0 0 1px {colors.border.focused}"
|
|
2494
|
+
}
|
|
1939
2495
|
}
|
|
1940
2496
|
},
|
|
1941
2497
|
_hover: {
|
|
1942
2498
|
"& .mp-toggle__control": {
|
|
1943
2499
|
borderColor: "gray.400",
|
|
1944
|
-
background: "gray.400"
|
|
2500
|
+
background: "gray.400",
|
|
2501
|
+
_nextTheme: {
|
|
2502
|
+
borderColor: "border.form",
|
|
2503
|
+
background: "background.neutral.hovered"
|
|
2504
|
+
}
|
|
1945
2505
|
}
|
|
1946
2506
|
},
|
|
1947
2507
|
_disabled: {
|
|
@@ -1950,35 +2510,61 @@ var toggleSlotRecipe = (0, import_dev20.defineSlotRecipe)({
|
|
|
1950
2510
|
borderColor: "gray.100 !important",
|
|
1951
2511
|
background: "gray.50 !important",
|
|
1952
2512
|
boxShadow: "none !important",
|
|
2513
|
+
_nextTheme: {
|
|
2514
|
+
borderColor: "border.disabled !important",
|
|
2515
|
+
background: "background.disabled !important"
|
|
2516
|
+
},
|
|
1953
2517
|
"& div": {
|
|
1954
|
-
background: "gray.100"
|
|
2518
|
+
background: "gray.100",
|
|
2519
|
+
_nextTheme: {
|
|
2520
|
+
color: "icon.disabled"
|
|
2521
|
+
}
|
|
1955
2522
|
}
|
|
1956
2523
|
}
|
|
1957
2524
|
},
|
|
1958
2525
|
_invalid: {
|
|
1959
2526
|
"& .mp-toggle__control": {
|
|
1960
2527
|
borderColor: "red.400",
|
|
1961
|
-
background: "red.400"
|
|
2528
|
+
background: "red.400",
|
|
2529
|
+
_nextTheme: {
|
|
2530
|
+
borderColor: "border.danger !important",
|
|
2531
|
+
background: "background.neutral"
|
|
2532
|
+
}
|
|
1962
2533
|
}
|
|
1963
2534
|
},
|
|
1964
2535
|
_checked: {
|
|
1965
2536
|
"& .mp-toggle__control": {
|
|
1966
2537
|
borderColor: "blue.400",
|
|
1967
2538
|
background: "blue.400",
|
|
2539
|
+
_nextTheme: {
|
|
2540
|
+
borderColor: "border.selected",
|
|
2541
|
+
background: "background.brand.bold.selected"
|
|
2542
|
+
},
|
|
1968
2543
|
"& div": {
|
|
1969
|
-
transform: "translateX(
|
|
2544
|
+
transform: "translateX(13px)",
|
|
2545
|
+
_nextTheme: {
|
|
2546
|
+
transform: "translateX(14px)",
|
|
2547
|
+
background: "icon.inverse"
|
|
2548
|
+
}
|
|
1970
2549
|
}
|
|
1971
2550
|
},
|
|
1972
2551
|
_hover: {
|
|
1973
2552
|
"& .mp-toggle__control": {
|
|
1974
2553
|
borderColor: "blue.400",
|
|
1975
|
-
background: "blue.400"
|
|
2554
|
+
background: "blue.400",
|
|
2555
|
+
_nextTheme: {
|
|
2556
|
+
borderColor: "border.selected.hovered",
|
|
2557
|
+
background: "background.brand.bold.hovered"
|
|
2558
|
+
}
|
|
1976
2559
|
}
|
|
1977
2560
|
}
|
|
1978
2561
|
}
|
|
1979
2562
|
},
|
|
1980
2563
|
control: {
|
|
1981
2564
|
flex: "none",
|
|
2565
|
+
transitionDuration: "250ms",
|
|
2566
|
+
transitionProperty: "background, border-color, box-shadow",
|
|
2567
|
+
transitionTimingFunction: "linear",
|
|
1982
2568
|
position: "relative",
|
|
1983
2569
|
display: "inline-flex",
|
|
1984
2570
|
alignItems: "center",
|
|
@@ -1989,15 +2575,28 @@ var toggleSlotRecipe = (0, import_dev20.defineSlotRecipe)({
|
|
|
1989
2575
|
borderColor: "gray.100",
|
|
1990
2576
|
borderRadius: "lg",
|
|
1991
2577
|
background: "gray.100",
|
|
2578
|
+
_nextTheme: {
|
|
2579
|
+
width: "30px",
|
|
2580
|
+
height: "18px",
|
|
2581
|
+
borderWidth: "sm",
|
|
2582
|
+
borderColor: "border.form",
|
|
2583
|
+
borderRadius: "full",
|
|
2584
|
+
background: "background.neutral"
|
|
2585
|
+
},
|
|
1992
2586
|
"& div": {
|
|
1993
2587
|
transitionDuration: "250ms",
|
|
1994
2588
|
transitionProperty: "transform",
|
|
1995
2589
|
transitionTimingFunction: "linear",
|
|
1996
|
-
transform: "translateX(
|
|
2590
|
+
transform: "translateX(1px)",
|
|
1997
2591
|
width: "3",
|
|
1998
2592
|
height: "3",
|
|
1999
2593
|
background: "white",
|
|
2000
|
-
borderRadius: "full"
|
|
2594
|
+
borderRadius: "full",
|
|
2595
|
+
_nextTheme: {
|
|
2596
|
+
transform: "translateX(2px)",
|
|
2597
|
+
background: "icon.subtle",
|
|
2598
|
+
borderRadius: "full"
|
|
2599
|
+
}
|
|
2001
2600
|
}
|
|
2002
2601
|
},
|
|
2003
2602
|
label: {
|
|
@@ -2022,19 +2621,24 @@ var tableRecipe = (0, import_dev21.defineRecipe)({
|
|
|
2022
2621
|
"& tr": {
|
|
2023
2622
|
_hover: {
|
|
2024
2623
|
"& > td": {
|
|
2025
|
-
backgroundColor: "gray.50"
|
|
2624
|
+
backgroundColor: "gray.50",
|
|
2625
|
+
_nextTheme: {
|
|
2626
|
+
background: "background.neutral.hovered"
|
|
2627
|
+
}
|
|
2026
2628
|
}
|
|
2027
2629
|
}
|
|
2028
2630
|
}
|
|
2029
2631
|
},
|
|
2030
2632
|
"& > thead": {
|
|
2031
2633
|
width: "full",
|
|
2032
|
-
backgroundColor: "gray.25",
|
|
2033
2634
|
"&[data-table-head-fixed=true]": {
|
|
2034
2635
|
position: "sticky",
|
|
2035
2636
|
zIndex: "sticky",
|
|
2036
2637
|
top: "0",
|
|
2037
|
-
boxShadow: "0px 2px var(--mp-colors-gray-100)"
|
|
2638
|
+
boxShadow: "0px 2px var(--mp-colors-gray-100)",
|
|
2639
|
+
_nextTheme: {
|
|
2640
|
+
boxShadow: "0px 2px var(--mp-colors-border-default)"
|
|
2641
|
+
}
|
|
2038
2642
|
}
|
|
2039
2643
|
},
|
|
2040
2644
|
"& > tbody": {
|
|
@@ -2049,22 +2653,32 @@ var tableRecipe = (0, import_dev21.defineRecipe)({
|
|
|
2049
2653
|
cursor: "default",
|
|
2050
2654
|
paddingLeft: "2",
|
|
2051
2655
|
paddingRight: "4",
|
|
2052
|
-
|
|
2053
|
-
height: "12",
|
|
2656
|
+
height: "52px",
|
|
2054
2657
|
textStyle: "label.md",
|
|
2055
2658
|
textAlign: "left",
|
|
2056
|
-
|
|
2057
|
-
|
|
2659
|
+
color: "dark",
|
|
2660
|
+
borderBottomWidth: "sm",
|
|
2058
2661
|
borderColor: "gray.100",
|
|
2059
|
-
transition: "background linear 120ms"
|
|
2662
|
+
transition: "background linear 120ms",
|
|
2663
|
+
_nextTheme: {
|
|
2664
|
+
color: "text.default",
|
|
2665
|
+
borderBottomWidth: "sm",
|
|
2666
|
+
borderColor: "border.default"
|
|
2667
|
+
}
|
|
2060
2668
|
},
|
|
2061
2669
|
"& th": {
|
|
2062
2670
|
fontWeight: "semiBold",
|
|
2063
|
-
|
|
2671
|
+
background: "gray.25",
|
|
2672
|
+
_nextTheme: {
|
|
2673
|
+
background: "background.surface"
|
|
2674
|
+
}
|
|
2064
2675
|
},
|
|
2065
2676
|
"& td": {
|
|
2066
2677
|
fontWeight: "regular",
|
|
2067
|
-
backgroundColor: "white"
|
|
2678
|
+
backgroundColor: "white",
|
|
2679
|
+
_nextTheme: {
|
|
2680
|
+
background: "background.neutral"
|
|
2681
|
+
}
|
|
2068
2682
|
},
|
|
2069
2683
|
"& th[data-table-cell-fixed=true], & td[data-table-cell-fixed=true]": {
|
|
2070
2684
|
position: "sticky",
|
|
@@ -2129,7 +2743,10 @@ var progressSlotRecipe = (0, import_dev22.defineSlotRecipe)({
|
|
|
2129
2743
|
width: "full",
|
|
2130
2744
|
borderRadius: "100px",
|
|
2131
2745
|
background: "gray.100",
|
|
2132
|
-
transition: "all 250ms linear"
|
|
2746
|
+
transition: "all 250ms linear",
|
|
2747
|
+
_nextTheme: {
|
|
2748
|
+
background: "background.subtle"
|
|
2749
|
+
}
|
|
2133
2750
|
},
|
|
2134
2751
|
linear: {
|
|
2135
2752
|
transition: "all 250ms linear",
|
|
@@ -2142,7 +2759,10 @@ var progressSlotRecipe = (0, import_dev22.defineSlotRecipe)({
|
|
|
2142
2759
|
width: "full",
|
|
2143
2760
|
height: "full",
|
|
2144
2761
|
borderRadius: "full",
|
|
2145
|
-
background: "conic-gradient(var(--mp-progress-color) var(--mp-progress-width), var(--mp-colors-gray-100) 0deg)"
|
|
2762
|
+
background: "conic-gradient(var(--mp-progress-color) var(--mp-progress-width), var(--mp-colors-gray-100) 0deg)",
|
|
2763
|
+
_nextTheme: {
|
|
2764
|
+
background: "conic-gradient(var(--mp-progress-color) var(--mp-progress-width), var(--mp-colors-background-neutral-subtle) 0deg)"
|
|
2765
|
+
}
|
|
2146
2766
|
},
|
|
2147
2767
|
circularTrack: {
|
|
2148
2768
|
width: "calc(100% - 6px)",
|
|
@@ -2209,12 +2829,18 @@ var formControlSlotRecipe = (0, import_dev23.defineSlotRecipe)({
|
|
|
2209
2829
|
},
|
|
2210
2830
|
required: {
|
|
2211
2831
|
color: "red.400",
|
|
2212
|
-
marginLeft: "1"
|
|
2832
|
+
marginLeft: "1",
|
|
2833
|
+
_nextTheme: {
|
|
2834
|
+
color: "text.danger"
|
|
2835
|
+
}
|
|
2213
2836
|
},
|
|
2214
2837
|
helpText: {
|
|
2215
2838
|
color: "gray.600",
|
|
2216
2839
|
fontSize: "sm",
|
|
2217
|
-
marginTop: "1"
|
|
2840
|
+
marginTop: "1",
|
|
2841
|
+
_nextTheme: {
|
|
2842
|
+
color: "text.secondary"
|
|
2843
|
+
}
|
|
2218
2844
|
},
|
|
2219
2845
|
errorMessage: {
|
|
2220
2846
|
color: "red.400",
|
|
@@ -2222,7 +2848,10 @@ var formControlSlotRecipe = (0, import_dev23.defineSlotRecipe)({
|
|
|
2222
2848
|
marginTop: "1",
|
|
2223
2849
|
textAlign: "left",
|
|
2224
2850
|
verticalAlign: "middle",
|
|
2225
|
-
display: "flex"
|
|
2851
|
+
display: "flex",
|
|
2852
|
+
_nextTheme: {
|
|
2853
|
+
color: "text.danger"
|
|
2854
|
+
}
|
|
2226
2855
|
}
|
|
2227
2856
|
},
|
|
2228
2857
|
variants: {},
|
|
@@ -2263,30 +2892,62 @@ var inputTagSlotRecipe = (0, import_dev24.defineSlotRecipe)({
|
|
|
2263
2892
|
borderWidth: "1px",
|
|
2264
2893
|
borderColor: "gray.100",
|
|
2265
2894
|
borderRadius: "md",
|
|
2895
|
+
backgroundColor: "white",
|
|
2266
2896
|
paddingTop: "2",
|
|
2267
2897
|
paddingBottom: "2",
|
|
2268
2898
|
paddingLeft: "3",
|
|
2269
2899
|
paddingRight: "8",
|
|
2270
|
-
backgroundColor: "white",
|
|
2271
2900
|
transition: "all 250ms",
|
|
2901
|
+
_nextTheme: {
|
|
2902
|
+
borderRadius: "md",
|
|
2903
|
+
borderColor: "border.form",
|
|
2904
|
+
background: "background.neutral"
|
|
2905
|
+
},
|
|
2272
2906
|
_hover: {
|
|
2273
|
-
borderColor: "gray.400"
|
|
2907
|
+
borderColor: "gray.400",
|
|
2908
|
+
_nextTheme: {
|
|
2909
|
+
borderColor: "border.form",
|
|
2910
|
+
background: "background.neutral.hovered"
|
|
2911
|
+
}
|
|
2274
2912
|
},
|
|
2275
|
-
|
|
2913
|
+
_focus: {
|
|
2276
2914
|
boxShadow: "focus",
|
|
2277
2915
|
borderColor: "blue.400",
|
|
2916
|
+
_nextTheme: {
|
|
2917
|
+
boxShadow: "focus",
|
|
2918
|
+
borderColor: "border.focused"
|
|
2919
|
+
},
|
|
2278
2920
|
_hover: {
|
|
2279
|
-
borderColor: "blue.400"
|
|
2921
|
+
borderColor: "blue.400",
|
|
2922
|
+
_nextTheme: {
|
|
2923
|
+
borderColor: "border.focused"
|
|
2924
|
+
}
|
|
2280
2925
|
}
|
|
2281
2926
|
},
|
|
2282
2927
|
_disabled: {
|
|
2283
2928
|
cursor: "not-allowed",
|
|
2284
|
-
background: "gray.50"
|
|
2929
|
+
background: "gray.50",
|
|
2930
|
+
_nextTheme: {
|
|
2931
|
+
background: "background.disabled",
|
|
2932
|
+
borderColor: "border.disabled"
|
|
2933
|
+
},
|
|
2934
|
+
_hover: {
|
|
2935
|
+
_nextTheme: {
|
|
2936
|
+
background: "background.disabled",
|
|
2937
|
+
borderColor: "border.disabled"
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2285
2940
|
},
|
|
2286
2941
|
_invalid: {
|
|
2287
2942
|
borderColor: "red.400",
|
|
2943
|
+
_nextTheme: {
|
|
2944
|
+
borderColor: "border.danger"
|
|
2945
|
+
},
|
|
2288
2946
|
_hover: {
|
|
2289
|
-
borderColor: "red.400"
|
|
2947
|
+
borderColor: "red.400",
|
|
2948
|
+
_nextTheme: {
|
|
2949
|
+
borderColor: "border.danger"
|
|
2950
|
+
}
|
|
2290
2951
|
}
|
|
2291
2952
|
},
|
|
2292
2953
|
_hasIcon: {
|
|
@@ -2296,7 +2957,13 @@ var inputTagSlotRecipe = (0, import_dev24.defineSlotRecipe)({
|
|
|
2296
2957
|
input: {
|
|
2297
2958
|
padding: "0 !important",
|
|
2298
2959
|
margin: "0 !important",
|
|
2299
|
-
borderWidth: "0 !important"
|
|
2960
|
+
borderWidth: "0 !important",
|
|
2961
|
+
_placeholder: {
|
|
2962
|
+
color: "gray.400",
|
|
2963
|
+
_nextTheme: {
|
|
2964
|
+
borderColor: "text.placeholder"
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2300
2967
|
},
|
|
2301
2968
|
content: {
|
|
2302
2969
|
maxHeight: "300px",
|
|
@@ -2357,7 +3024,11 @@ var dividerRecipe = (0, import_dev25.defineRecipe)({
|
|
|
2357
3024
|
base: {
|
|
2358
3025
|
border: 0,
|
|
2359
3026
|
opacity: 0.6,
|
|
2360
|
-
color: "rgb(208, 214, 221)"
|
|
3027
|
+
color: "rgb(208, 214, 221)",
|
|
3028
|
+
_nextTheme: {
|
|
3029
|
+
color: "border.default",
|
|
3030
|
+
opacity: 1
|
|
3031
|
+
}
|
|
2361
3032
|
},
|
|
2362
3033
|
variants: {
|
|
2363
3034
|
variant: {
|
|
@@ -2393,7 +3064,18 @@ var modalSlotRecipe = (0, import_dev26.defineSlotRecipe)({
|
|
|
2393
3064
|
className: "modal",
|
|
2394
3065
|
description: "The styles for the Modal component",
|
|
2395
3066
|
jsx: ["MpModal", "mp-modal"],
|
|
2396
|
-
slots: [
|
|
3067
|
+
slots: [
|
|
3068
|
+
"root",
|
|
3069
|
+
"rootChild",
|
|
3070
|
+
"body",
|
|
3071
|
+
"contentRoot",
|
|
3072
|
+
"contentChild",
|
|
3073
|
+
"header",
|
|
3074
|
+
"footer",
|
|
3075
|
+
"body",
|
|
3076
|
+
"overlay",
|
|
3077
|
+
"closeButton"
|
|
3078
|
+
],
|
|
2397
3079
|
base: {
|
|
2398
3080
|
root: {
|
|
2399
3081
|
position: "relative",
|
|
@@ -2427,7 +3109,12 @@ var modalSlotRecipe = (0, import_dev26.defineSlotRecipe)({
|
|
|
2427
3109
|
fontFamily: "body",
|
|
2428
3110
|
borderColor: "gray.100",
|
|
2429
3111
|
bg: "white",
|
|
2430
|
-
marginInline: "auto"
|
|
3112
|
+
marginInline: "auto",
|
|
3113
|
+
_nextTheme: {
|
|
3114
|
+
background: "background.stage",
|
|
3115
|
+
borderColor: "border.bold",
|
|
3116
|
+
color: "text.default"
|
|
3117
|
+
}
|
|
2431
3118
|
},
|
|
2432
3119
|
header: {
|
|
2433
3120
|
px: 4,
|
|
@@ -2439,7 +3126,12 @@ var modalSlotRecipe = (0, import_dev26.defineSlotRecipe)({
|
|
|
2439
3126
|
borderTopLeftRadius: "md",
|
|
2440
3127
|
borderTopRightRadius: "md",
|
|
2441
3128
|
borderBottom: "solid 1px",
|
|
2442
|
-
borderBottomColor: "gray.100"
|
|
3129
|
+
borderBottomColor: "gray.100",
|
|
3130
|
+
_nextTheme: {
|
|
3131
|
+
color: "text.default",
|
|
3132
|
+
background: "background.neutral.subtle",
|
|
3133
|
+
borderBottomColor: "border.default"
|
|
3134
|
+
}
|
|
2443
3135
|
},
|
|
2444
3136
|
closeButton: {
|
|
2445
3137
|
position: "absolute",
|
|
@@ -2513,30 +3205,62 @@ var uploadSlotRecipe = (0, import_dev27.defineSlotRecipe)({
|
|
|
2513
3205
|
borderWidth: "1px",
|
|
2514
3206
|
borderColor: "gray.100",
|
|
2515
3207
|
borderRadius: "md",
|
|
2516
|
-
|
|
3208
|
+
background: "white",
|
|
2517
3209
|
outline: "none",
|
|
2518
3210
|
transition: "all 250ms",
|
|
3211
|
+
_nextTheme: {
|
|
3212
|
+
borderRadius: "md",
|
|
3213
|
+
borderColor: "border.default",
|
|
3214
|
+
background: "background.neutral"
|
|
3215
|
+
},
|
|
2519
3216
|
_hover: {
|
|
2520
3217
|
borderColor: "gray.400",
|
|
2521
3218
|
"& .mp-upload__resetButton": {
|
|
2522
3219
|
display: "block"
|
|
3220
|
+
},
|
|
3221
|
+
_nextTheme: {
|
|
3222
|
+
borderColor: "border.form",
|
|
3223
|
+
background: "background.neutral.hovered"
|
|
2523
3224
|
}
|
|
2524
3225
|
},
|
|
2525
|
-
|
|
3226
|
+
_focus: {
|
|
2526
3227
|
boxShadow: "focus",
|
|
2527
3228
|
borderColor: "blue.400",
|
|
3229
|
+
_nextTheme: {
|
|
3230
|
+
boxShadow: "focus",
|
|
3231
|
+
borderColor: "border.focused"
|
|
3232
|
+
},
|
|
2528
3233
|
_hover: {
|
|
2529
|
-
borderColor: "blue.400"
|
|
3234
|
+
borderColor: "blue.400",
|
|
3235
|
+
_nextTheme: {
|
|
3236
|
+
borderColor: "border.focused"
|
|
3237
|
+
}
|
|
2530
3238
|
}
|
|
2531
3239
|
},
|
|
2532
3240
|
_disabled: {
|
|
2533
3241
|
cursor: "not-allowed",
|
|
2534
|
-
background: "gray.50"
|
|
3242
|
+
background: "gray.50",
|
|
3243
|
+
_nextTheme: {
|
|
3244
|
+
background: "background.disabled",
|
|
3245
|
+
borderColor: "border.disabled"
|
|
3246
|
+
},
|
|
3247
|
+
_hover: {
|
|
3248
|
+
_nextTheme: {
|
|
3249
|
+
background: "background.disabled",
|
|
3250
|
+
borderColor: "border.disabled"
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
2535
3253
|
},
|
|
2536
3254
|
_invalid: {
|
|
2537
3255
|
borderColor: "red.400",
|
|
3256
|
+
_nextTheme: {
|
|
3257
|
+
borderColor: "border.danger"
|
|
3258
|
+
},
|
|
2538
3259
|
_hover: {
|
|
2539
|
-
borderColor: "red.400"
|
|
3260
|
+
borderColor: "red.400",
|
|
3261
|
+
_nextTheme: {
|
|
3262
|
+
borderColor: "border.danger"
|
|
3263
|
+
}
|
|
2540
3264
|
}
|
|
2541
3265
|
}
|
|
2542
3266
|
},
|
|
@@ -2564,10 +3288,17 @@ var uploadListSlotRecipe = (0, import_dev27.defineSlotRecipe)({
|
|
|
2564
3288
|
py: "2",
|
|
2565
3289
|
px: "1",
|
|
2566
3290
|
borderRadius: "md",
|
|
2567
|
-
|
|
3291
|
+
background: "white",
|
|
2568
3292
|
transition: "all 250ms",
|
|
3293
|
+
_nextTheme: {
|
|
3294
|
+
borderRadius: "md",
|
|
3295
|
+
background: "background.neutral"
|
|
3296
|
+
},
|
|
2569
3297
|
_hover: {
|
|
2570
|
-
|
|
3298
|
+
background: "background",
|
|
3299
|
+
_nextTheme: {
|
|
3300
|
+
background: "background.neutral.hovered"
|
|
3301
|
+
}
|
|
2571
3302
|
}
|
|
2572
3303
|
},
|
|
2573
3304
|
titleWrapper: {
|
|
@@ -2579,14 +3310,7 @@ var uploadListSlotRecipe = (0, import_dev27.defineSlotRecipe)({
|
|
|
2579
3310
|
display: "flex",
|
|
2580
3311
|
flexDirection: "row",
|
|
2581
3312
|
gap: "0.5",
|
|
2582
|
-
ml: "auto"
|
|
2583
|
-
"& > button": {
|
|
2584
|
-
// Remove hover style for Button Icon
|
|
2585
|
-
_hover: {
|
|
2586
|
-
background: "transparent!important",
|
|
2587
|
-
borderColor: "transparent!important"
|
|
2588
|
-
}
|
|
2589
|
-
}
|
|
3313
|
+
ml: "auto"
|
|
2590
3314
|
}
|
|
2591
3315
|
}
|
|
2592
3316
|
});
|
|
@@ -2628,31 +3352,77 @@ var dropzoneSlotRecipe = (0, import_dev28.defineSlotRecipe)({
|
|
|
2628
3352
|
borderColor: "gray.100",
|
|
2629
3353
|
borderRadius: "md",
|
|
2630
3354
|
borderStyle: "dashed",
|
|
2631
|
-
background: "
|
|
3355
|
+
background: "background",
|
|
2632
3356
|
outline: "none",
|
|
2633
3357
|
transition: "all 250ms",
|
|
3358
|
+
"&[data-variant=avatar]": {
|
|
3359
|
+
borderRadius: "full"
|
|
3360
|
+
},
|
|
3361
|
+
"&[data-variant=default]": {
|
|
3362
|
+
background: "white"
|
|
3363
|
+
},
|
|
3364
|
+
_nextTheme: {
|
|
3365
|
+
borderRadius: "md",
|
|
3366
|
+
borderColor: "border.default",
|
|
3367
|
+
background: "background.neutral.subtle",
|
|
3368
|
+
"&[data-variant=avatar]": {
|
|
3369
|
+
borderRadius: "full"
|
|
3370
|
+
},
|
|
3371
|
+
"&[data-variant=default]": {
|
|
3372
|
+
background: "background.neutral"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
2634
3375
|
_hover: {
|
|
2635
3376
|
borderColor: "gray.400",
|
|
2636
3377
|
"& [data-overlay-preview=true]": {
|
|
2637
3378
|
display: "flex"
|
|
3379
|
+
},
|
|
3380
|
+
_nextTheme: {
|
|
3381
|
+
borderColor: "border.default",
|
|
3382
|
+
background: "background.neutral.hovered"
|
|
2638
3383
|
}
|
|
2639
3384
|
},
|
|
2640
|
-
|
|
3385
|
+
_focus: {
|
|
2641
3386
|
boxShadow: "focus",
|
|
2642
3387
|
borderColor: "blue.400",
|
|
3388
|
+
_nextTheme: {
|
|
3389
|
+
boxShadow: "focus",
|
|
3390
|
+
borderColor: "border.focused"
|
|
3391
|
+
},
|
|
2643
3392
|
_hover: {
|
|
2644
|
-
borderColor: "blue.400"
|
|
3393
|
+
borderColor: "blue.400",
|
|
3394
|
+
_nextTheme: {
|
|
3395
|
+
borderColor: "border.focused"
|
|
3396
|
+
}
|
|
2645
3397
|
}
|
|
2646
3398
|
},
|
|
2647
3399
|
_disabled: {
|
|
2648
3400
|
cursor: "not-allowed",
|
|
2649
|
-
background: "gray.50!"
|
|
3401
|
+
background: "gray.50!",
|
|
3402
|
+
_nextTheme: {
|
|
3403
|
+
background: "background.disabled!",
|
|
3404
|
+
borderColor: "border.disabled"
|
|
3405
|
+
},
|
|
3406
|
+
_hover: {
|
|
3407
|
+
_nextTheme: {
|
|
3408
|
+
background: "background.disabled!",
|
|
3409
|
+
borderColor: "border.disabled"
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
2650
3412
|
},
|
|
2651
3413
|
_invalid: {
|
|
2652
3414
|
borderColor: "red.400",
|
|
2653
|
-
|
|
3415
|
+
background: "red.50!",
|
|
3416
|
+
_nextTheme: {
|
|
3417
|
+
borderColor: "border.danger",
|
|
3418
|
+
background: "background.danger"
|
|
3419
|
+
},
|
|
2654
3420
|
_hover: {
|
|
2655
|
-
borderColor: "red.400!"
|
|
3421
|
+
borderColor: "red.400!",
|
|
3422
|
+
_nextTheme: {
|
|
3423
|
+
borderColor: "border.danger",
|
|
3424
|
+
background: "background.danger"
|
|
3425
|
+
}
|
|
2656
3426
|
}
|
|
2657
3427
|
}
|
|
2658
3428
|
},
|
|
@@ -2715,7 +3485,20 @@ var dropzoneSlotRecipe = (0, import_dev28.defineSlotRecipe)({
|
|
|
2715
3485
|
borderRadius: "md",
|
|
2716
3486
|
borderWidth: "1px",
|
|
2717
3487
|
borderColor: "blue.400",
|
|
2718
|
-
borderStyle: "dashed"
|
|
3488
|
+
borderStyle: "dashed",
|
|
3489
|
+
background: "overlay",
|
|
3490
|
+
"&[data-overlay=white]": {
|
|
3491
|
+
background: "whiteAlpha.300"
|
|
3492
|
+
},
|
|
3493
|
+
_nextTheme: {
|
|
3494
|
+
borderColor: "border.brand",
|
|
3495
|
+
background: "background.overlay.dark",
|
|
3496
|
+
// force overlay dark since this variant is black
|
|
3497
|
+
"&[data-overlay=white]": {
|
|
3498
|
+
background: "background.overlay.light"
|
|
3499
|
+
// force overlay light since this variant is white
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
2719
3502
|
},
|
|
2720
3503
|
preview: {
|
|
2721
3504
|
display: "flex",
|
|
@@ -2745,8 +3528,19 @@ var dropzoneSlotRecipe = (0, import_dev28.defineSlotRecipe)({
|
|
|
2745
3528
|
position: "absolute",
|
|
2746
3529
|
zIndex: "2",
|
|
2747
3530
|
background: "white",
|
|
2748
|
-
|
|
2749
|
-
|
|
3531
|
+
borderWidth: "2px",
|
|
3532
|
+
borderColor: "white",
|
|
3533
|
+
borderRadius: "full",
|
|
3534
|
+
top: "-10px",
|
|
3535
|
+
right: "-10px",
|
|
3536
|
+
"&[data-variant=avatar]": {
|
|
3537
|
+
top: "-4px",
|
|
3538
|
+
right: "-4px"
|
|
3539
|
+
},
|
|
3540
|
+
_nextTheme: {
|
|
3541
|
+
background: "background.neutral",
|
|
3542
|
+
borderColor: "background.neutral"
|
|
3543
|
+
}
|
|
2750
3544
|
}
|
|
2751
3545
|
}
|
|
2752
3546
|
});
|
|
@@ -2771,7 +3565,10 @@ var segmentedControlSlotRecipe = (0, import_dev29.defineSlotRecipe)({
|
|
|
2771
3565
|
borderColor: "gray.100",
|
|
2772
3566
|
borderRadius: "md",
|
|
2773
3567
|
outline: "0px solid transparent",
|
|
2774
|
-
padding: "1"
|
|
3568
|
+
padding: "1",
|
|
3569
|
+
_nextTheme: {
|
|
3570
|
+
borderColor: "border.form"
|
|
3571
|
+
}
|
|
2775
3572
|
},
|
|
2776
3573
|
item: {
|
|
2777
3574
|
flex: "var(--mp-segmented-control--flex)",
|
|
@@ -2798,29 +3595,66 @@ var segmentedControlSlotRecipe = (0, import_dev29.defineSlotRecipe)({
|
|
|
2798
3595
|
borderRadius: "sm",
|
|
2799
3596
|
transition: "all 250ms",
|
|
2800
3597
|
color: "gray.600",
|
|
2801
|
-
backgroundColor: "
|
|
3598
|
+
backgroundColor: "transparent",
|
|
2802
3599
|
gap: "var(--mp-segmented-control--gap)",
|
|
2803
3600
|
paddingX: "var(--mp-segmented-control--padding-x)",
|
|
2804
3601
|
"input[type=radio]:hover:not(:disabled):not(:checked) + &": {
|
|
2805
|
-
color: "blue.700"
|
|
3602
|
+
color: "blue.700",
|
|
3603
|
+
_nextTheme: {
|
|
3604
|
+
color: "text.secondary",
|
|
3605
|
+
backgroundColor: "background.neutral.hovered",
|
|
3606
|
+
"& > svg": {
|
|
3607
|
+
color: "icon.default"
|
|
3608
|
+
}
|
|
3609
|
+
}
|
|
2806
3610
|
},
|
|
2807
3611
|
"input[type=radio]:checked + &, input[type=radio][aria-checked=mixed] + &": {
|
|
2808
3612
|
color: "blue.400",
|
|
2809
|
-
backgroundColor: "blue.50"
|
|
3613
|
+
backgroundColor: "blue.50",
|
|
3614
|
+
_nextTheme: {
|
|
3615
|
+
color: "text.selected",
|
|
3616
|
+
backgroundColor: "background.brand.selected",
|
|
3617
|
+
"& > svg": {
|
|
3618
|
+
color: "icon.selected"
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
2810
3621
|
},
|
|
2811
3622
|
"input[type=radio]:disabled + &": {
|
|
2812
|
-
color: "gray.400"
|
|
3623
|
+
color: "gray.400",
|
|
3624
|
+
cursor: "not-allowed",
|
|
3625
|
+
_nextTheme: {
|
|
3626
|
+
color: "text.disabled",
|
|
3627
|
+
backgroundColor: "background.disabled",
|
|
3628
|
+
"& > svg": {
|
|
3629
|
+
color: "icon.disabled"
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
2813
3632
|
},
|
|
2814
3633
|
"input[type=radio]:checked:hover:not(:disabled) + &, input[type=radio][aria-checked=mixed]:hover:not(:disabled) + &": {
|
|
2815
3634
|
color: "blue.700"
|
|
2816
3635
|
},
|
|
2817
3636
|
"input[type=radio]:checked:focus + &, input[type=radio][aria-checked=mixed]:focus + &": {
|
|
2818
3637
|
color: "blue.700",
|
|
2819
|
-
boxShadow: "outer"
|
|
3638
|
+
boxShadow: "outer",
|
|
3639
|
+
_nextTheme: {
|
|
3640
|
+
color: "text.selected",
|
|
3641
|
+
boxShadow: "0 0 0 2px {colors.border.focused}"
|
|
3642
|
+
}
|
|
2820
3643
|
},
|
|
2821
3644
|
"input[type=radio]:checked:disabled + &, input[type=radio][aria-checked=mixed]:disabled + &": {
|
|
2822
3645
|
color: "gray.400",
|
|
2823
|
-
backgroundColor: "gray.50"
|
|
3646
|
+
backgroundColor: "gray.50",
|
|
3647
|
+
cursor: "not-allowed",
|
|
3648
|
+
_nextTheme: {
|
|
3649
|
+
color: "text.disabled",
|
|
3650
|
+
backgroundColor: "background.disabled"
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
_nextTheme: {
|
|
3654
|
+
color: "text.secondary",
|
|
3655
|
+
"& > svg": {
|
|
3656
|
+
color: "icon.default"
|
|
3657
|
+
}
|
|
2824
3658
|
}
|
|
2825
3659
|
},
|
|
2826
3660
|
label: {
|
|
@@ -2856,10 +3690,17 @@ var toastSlotRecipe = (0, import_dev30.defineSlotRecipe)({
|
|
|
2856
3690
|
backgroundColor: "white",
|
|
2857
3691
|
padding: "3",
|
|
2858
3692
|
boxShadow: "lg",
|
|
2859
|
-
zIndex: "9999"
|
|
3693
|
+
zIndex: "9999",
|
|
3694
|
+
_nextTheme: {
|
|
3695
|
+
backgroundColor: "background.neutral"
|
|
3696
|
+
}
|
|
2860
3697
|
},
|
|
2861
3698
|
label: {
|
|
2862
|
-
|
|
3699
|
+
color: "dark",
|
|
3700
|
+
fontSize: "md",
|
|
3701
|
+
_nextTheme: {
|
|
3702
|
+
color: "text.default"
|
|
3703
|
+
}
|
|
2863
3704
|
}
|
|
2864
3705
|
},
|
|
2865
3706
|
variants: {
|
|
@@ -2872,13 +3713,23 @@ var toastSlotRecipe = (0, import_dev30.defineSlotRecipe)({
|
|
|
2872
3713
|
{
|
|
2873
3714
|
variant: "success",
|
|
2874
3715
|
css: {
|
|
2875
|
-
root: {
|
|
3716
|
+
root: {
|
|
3717
|
+
borderColor: "green.700",
|
|
3718
|
+
_nextTheme: {
|
|
3719
|
+
borderColor: "border.success"
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
2876
3722
|
}
|
|
2877
3723
|
},
|
|
2878
3724
|
{
|
|
2879
3725
|
variant: "error",
|
|
2880
3726
|
css: {
|
|
2881
|
-
root: {
|
|
3727
|
+
root: {
|
|
3728
|
+
borderColor: "red.700",
|
|
3729
|
+
_nextTheme: {
|
|
3730
|
+
borderColor: "border.danger"
|
|
3731
|
+
}
|
|
3732
|
+
}
|
|
2882
3733
|
}
|
|
2883
3734
|
}
|
|
2884
3735
|
],
|
|
@@ -2927,28 +3778,94 @@ var broadcastSlotRecipe = (0, import_dev31.defineSlotRecipe)({
|
|
|
2927
3778
|
marginLeft: "3",
|
|
2928
3779
|
_hover: {
|
|
2929
3780
|
color: "white!"
|
|
3781
|
+
},
|
|
3782
|
+
_nextTheme: {
|
|
3783
|
+
color: "icon.inverse!",
|
|
3784
|
+
_hover: {
|
|
3785
|
+
color: "icon.inverse!"
|
|
3786
|
+
}
|
|
2930
3787
|
}
|
|
2931
3788
|
}
|
|
2932
3789
|
},
|
|
2933
3790
|
variants: {
|
|
2934
3791
|
variant: {
|
|
2935
3792
|
announcement: {
|
|
2936
|
-
container: {
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
3793
|
+
container: {
|
|
3794
|
+
backgroundColor: "stone.400",
|
|
3795
|
+
_nextTheme: {
|
|
3796
|
+
backgroundColor: "background.neutral.bold"
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
|
+
icon: {
|
|
3800
|
+
color: "white",
|
|
3801
|
+
_nextTheme: {
|
|
3802
|
+
color: "icon.inverse"
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3805
|
+
label: {
|
|
3806
|
+
color: "white",
|
|
3807
|
+
_nextTheme: {
|
|
3808
|
+
color: "text.inverse"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
textLink: {
|
|
3812
|
+
color: "white",
|
|
3813
|
+
_nextTheme: {
|
|
3814
|
+
color: "text.inverse"
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3818
|
+
information: {
|
|
3819
|
+
container: {
|
|
3820
|
+
backgroundColor: "violet.400",
|
|
3821
|
+
_nextTheme: {
|
|
3822
|
+
backgroundColor: "background.highlight.bold"
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3825
|
+
icon: {
|
|
3826
|
+
color: "white",
|
|
3827
|
+
_nextTheme: {
|
|
3828
|
+
color: "icon.inverse.static"
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
label: {
|
|
3832
|
+
color: "white",
|
|
3833
|
+
_nextTheme: {
|
|
3834
|
+
color: "text.inverse"
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
textLink: {
|
|
3838
|
+
color: "white",
|
|
3839
|
+
_nextTheme: {
|
|
3840
|
+
color: "text.inverse"
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
2947
3844
|
important: {
|
|
2948
|
-
container: {
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
3845
|
+
container: {
|
|
3846
|
+
backgroundColor: "amber.100",
|
|
3847
|
+
_nextTheme: {
|
|
3848
|
+
backgroundColor: "background.warning.bold"
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
icon: {
|
|
3852
|
+
color: "dark",
|
|
3853
|
+
_nextTheme: {
|
|
3854
|
+
color: "icon.warning.inverse"
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3857
|
+
label: {
|
|
3858
|
+
color: "dark",
|
|
3859
|
+
_nextTheme: {
|
|
3860
|
+
color: "text.warning.inverse"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
textLink: {
|
|
3864
|
+
color: "dark",
|
|
3865
|
+
_nextTheme: {
|
|
3866
|
+
color: "text.warning.inverse"
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
2952
3869
|
}
|
|
2953
3870
|
}
|
|
2954
3871
|
},
|
|
@@ -2990,6 +3907,10 @@ var richTextEditorSlotRecipe = (0, import_dev32.defineSlotRecipe)({
|
|
|
2990
3907
|
paddingY: "1",
|
|
2991
3908
|
paddingX: "3",
|
|
2992
3909
|
marginBottom: "1",
|
|
3910
|
+
_nextTheme: {
|
|
3911
|
+
backgroundColor: "background.neutral.subtle",
|
|
3912
|
+
border: "0px solid"
|
|
3913
|
+
},
|
|
2993
3914
|
"& button": {
|
|
2994
3915
|
display: "flex",
|
|
2995
3916
|
justifyContent: "center",
|
|
@@ -3002,10 +3923,19 @@ var richTextEditorSlotRecipe = (0, import_dev32.defineSlotRecipe)({
|
|
|
3002
3923
|
borderRadius: "md",
|
|
3003
3924
|
color: "blue.400",
|
|
3004
3925
|
backgroundColor: "blue.50",
|
|
3005
|
-
|
|
3926
|
+
_nextTheme: {
|
|
3927
|
+
color: "icon.brand",
|
|
3928
|
+
backgroundColor: "background.brand.hovered"
|
|
3929
|
+
}
|
|
3006
3930
|
},
|
|
3007
3931
|
"&.is-active": {
|
|
3008
|
-
color: "blue.400"
|
|
3932
|
+
color: "blue.400",
|
|
3933
|
+
_nextTheme: {
|
|
3934
|
+
color: "icon.brand"
|
|
3935
|
+
}
|
|
3936
|
+
},
|
|
3937
|
+
_nextTheme: {
|
|
3938
|
+
color: "icon.default"
|
|
3009
3939
|
}
|
|
3010
3940
|
},
|
|
3011
3941
|
"& button.mp-popover-list-item": {
|
|
@@ -3013,7 +3943,10 @@ var richTextEditorSlotRecipe = (0, import_dev32.defineSlotRecipe)({
|
|
|
3013
3943
|
"&:hover": {
|
|
3014
3944
|
borderRadius: "0",
|
|
3015
3945
|
color: "blue.400",
|
|
3016
|
-
backgroundColor: "transparent"
|
|
3946
|
+
backgroundColor: "transparent",
|
|
3947
|
+
_nextTheme: {
|
|
3948
|
+
color: "icon.brand"
|
|
3949
|
+
}
|
|
3017
3950
|
},
|
|
3018
3951
|
"& div": {
|
|
3019
3952
|
justifyContent: "center!",
|
|
@@ -3038,7 +3971,10 @@ var richTextEditorSlotRecipe = (0, import_dev32.defineSlotRecipe)({
|
|
|
3038
3971
|
content: "attr(data-placeholder)",
|
|
3039
3972
|
float: "left",
|
|
3040
3973
|
height: "0",
|
|
3041
|
-
pointerEvents: "none"
|
|
3974
|
+
pointerEvents: "none",
|
|
3975
|
+
_nextTheme: {
|
|
3976
|
+
color: "text.placeholder"
|
|
3977
|
+
}
|
|
3042
3978
|
}
|
|
3043
3979
|
}
|
|
3044
3980
|
},
|
|
@@ -3050,6 +3986,7 @@ var RTEStyleProviderRecipe = (0, import_dev32.defineRecipe)({
|
|
|
3050
3986
|
className: "typography-style-provider",
|
|
3051
3987
|
jsx: ["MpTypographyStyleProvider", "mp-typography-style-provider"],
|
|
3052
3988
|
base: {
|
|
3989
|
+
color: "dark",
|
|
3053
3990
|
"& h1": {
|
|
3054
3991
|
textStyle: "h1"
|
|
3055
3992
|
},
|
|
@@ -3087,7 +4024,13 @@ var RTEStyleProviderRecipe = (0, import_dev32.defineRecipe)({
|
|
|
3087
4024
|
"& blockquote": {
|
|
3088
4025
|
borderLeft: "4px solid",
|
|
3089
4026
|
borderColor: "dark",
|
|
3090
|
-
padding: "2"
|
|
4027
|
+
padding: "2",
|
|
4028
|
+
_nextTheme: {
|
|
4029
|
+
borderColor: "text.default"
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
_nextTheme: {
|
|
4033
|
+
color: "text.default"
|
|
3091
4034
|
}
|
|
3092
4035
|
},
|
|
3093
4036
|
variants: {},
|
|
@@ -3164,7 +4107,11 @@ var tableDateSlotRecipe = (0, import_dev33.defineSlotRecipe)({
|
|
|
3164
4107
|
],
|
|
3165
4108
|
base: {
|
|
3166
4109
|
headerRoot: { display: "flex", justifyContent: "space-between", alignItems: "center" },
|
|
3167
|
-
headerLabel: {
|
|
4110
|
+
headerLabel: {
|
|
4111
|
+
cursor: "pointer",
|
|
4112
|
+
fontWeight: "semiBold",
|
|
4113
|
+
_nextTheme: { color: "text.default" }
|
|
4114
|
+
},
|
|
3168
4115
|
dayWrapper: { display: "flex", marginTop: 3 },
|
|
3169
4116
|
dateItemRoot: { display: "flex", flexDirection: "column", gap: 1, marginTop: "1.5" },
|
|
3170
4117
|
dateItemWrapper: { display: "flex" },
|
|
@@ -3182,7 +4129,11 @@ var tableMonthSlotRecipe = (0, import_dev33.defineSlotRecipe)({
|
|
|
3182
4129
|
slots: ["headerRoot", "headerLabel", "monthItemRoot", "monthItemWrapper", "shortcutLabelWrapper"],
|
|
3183
4130
|
base: {
|
|
3184
4131
|
headerRoot: { display: "flex", justifyContent: "space-between", alignItems: "center" },
|
|
3185
|
-
headerLabel: {
|
|
4132
|
+
headerLabel: {
|
|
4133
|
+
cursor: "pointer",
|
|
4134
|
+
fontWeight: "semiBold",
|
|
4135
|
+
_nextTheme: { color: "text.default" }
|
|
4136
|
+
},
|
|
3186
4137
|
monthItemRoot: { display: "flex", flexDirection: "column", gap: 1, marginTop: "3" },
|
|
3187
4138
|
monthItemWrapper: { display: "grid", gridTemplateColumns: "3" },
|
|
3188
4139
|
shortcutLabelWrapper: {
|
|
@@ -3199,7 +4150,10 @@ var tableYearSlotRecipe = (0, import_dev33.defineSlotRecipe)({
|
|
|
3199
4150
|
slots: ["headerRoot", "headerLabel", "yearItemRoot", "yearItemWrapper", "shortcutLabelWrapper"],
|
|
3200
4151
|
base: {
|
|
3201
4152
|
headerRoot: { display: "flex", justifyContent: "space-between", alignItems: "center" },
|
|
3202
|
-
headerLabel: {
|
|
4153
|
+
headerLabel: {
|
|
4154
|
+
fontWeight: "semiBold",
|
|
4155
|
+
_nextTheme: { color: "text.default" }
|
|
4156
|
+
},
|
|
3203
4157
|
yearItemRoot: { display: "flex", flexDirection: "column", gap: 1, marginTop: "3" },
|
|
3204
4158
|
yearItemWrapper: { display: "grid", gridTemplateColumns: "4" },
|
|
3205
4159
|
shortcutLabelWrapper: {
|
|
@@ -3226,7 +4180,10 @@ var dayItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3226
4180
|
cursor: "pointer",
|
|
3227
4181
|
color: "gray.600",
|
|
3228
4182
|
fontSize: "sm",
|
|
3229
|
-
textAlign: "center"
|
|
4183
|
+
textAlign: "center",
|
|
4184
|
+
_nextTheme: {
|
|
4185
|
+
color: "text.default"
|
|
4186
|
+
}
|
|
3230
4187
|
}
|
|
3231
4188
|
});
|
|
3232
4189
|
var dateItemRecipe = (0, import_dev33.defineRecipe)({
|
|
@@ -3250,7 +4207,13 @@ var dateItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3250
4207
|
color: "gray.400",
|
|
3251
4208
|
cursor: "not-allowed",
|
|
3252
4209
|
borderColor: "transparent",
|
|
3253
|
-
backgroundColor: "transparent"
|
|
4210
|
+
backgroundColor: "transparent",
|
|
4211
|
+
_nextTheme: {
|
|
4212
|
+
color: "text.disabled"
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
_nextTheme: {
|
|
4216
|
+
color: "text.default"
|
|
3254
4217
|
}
|
|
3255
4218
|
},
|
|
3256
4219
|
variants: {
|
|
@@ -3259,64 +4222,115 @@ var dateItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3259
4222
|
rounded: "sm",
|
|
3260
4223
|
_hover: {
|
|
3261
4224
|
borderColor: "gray.50",
|
|
3262
|
-
background: "gray.50"
|
|
4225
|
+
background: "gray.50",
|
|
4226
|
+
_nextTheme: {
|
|
4227
|
+
borderColor: "background.neutral.hovered",
|
|
4228
|
+
background: "background.neutral.hovered"
|
|
4229
|
+
}
|
|
3263
4230
|
},
|
|
3264
4231
|
_focus: {
|
|
3265
4232
|
borderColor: "blue.400",
|
|
3266
4233
|
background: "transparent",
|
|
3267
|
-
shadow: "outer"
|
|
4234
|
+
shadow: "outer",
|
|
4235
|
+
_nextTheme: {
|
|
4236
|
+
borderColor: "border.focused"
|
|
4237
|
+
}
|
|
3268
4238
|
}
|
|
3269
4239
|
},
|
|
3270
4240
|
selected: {
|
|
3271
4241
|
rounded: "sm",
|
|
3272
4242
|
borderColor: "blue.400",
|
|
3273
4243
|
backgroundColor: "blue.400",
|
|
3274
|
-
color: "white"
|
|
4244
|
+
color: "white",
|
|
4245
|
+
_nextTheme: {
|
|
4246
|
+
borderColor: "background.brand.bold.selected",
|
|
4247
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4248
|
+
color: "text.inverse"
|
|
4249
|
+
}
|
|
3275
4250
|
},
|
|
3276
4251
|
range: {
|
|
3277
4252
|
borderColor: "ice.50",
|
|
3278
|
-
backgroundColor: "ice.50"
|
|
4253
|
+
backgroundColor: "ice.50",
|
|
4254
|
+
_nextTheme: {
|
|
4255
|
+
borderColor: "background.brand.selected",
|
|
4256
|
+
backgroundColor: "background.brand.selected"
|
|
4257
|
+
}
|
|
3279
4258
|
},
|
|
3280
4259
|
today: {
|
|
3281
4260
|
rounded: "sm",
|
|
3282
4261
|
borderColor: "orange.50",
|
|
3283
|
-
backgroundColor: "orange.50"
|
|
4262
|
+
backgroundColor: "orange.50",
|
|
4263
|
+
_nextTheme: {
|
|
4264
|
+
borderColor: "background.warning.bold",
|
|
4265
|
+
backgroundColor: "background.warning.bold",
|
|
4266
|
+
color: "text.warning.inverse"
|
|
4267
|
+
}
|
|
3284
4268
|
},
|
|
3285
4269
|
notThisMonth: {
|
|
3286
|
-
color: "gray.600"
|
|
4270
|
+
color: "gray.600",
|
|
4271
|
+
_nextTheme: {
|
|
4272
|
+
color: "text.disabled"
|
|
4273
|
+
}
|
|
3287
4274
|
},
|
|
3288
4275
|
disabled: {},
|
|
3289
4276
|
// Week
|
|
3290
4277
|
weekHoveredStart: {
|
|
3291
4278
|
roundedLeft: "sm",
|
|
3292
4279
|
borderColor: "gray.50",
|
|
3293
|
-
background: "gray.50"
|
|
4280
|
+
background: "gray.50",
|
|
4281
|
+
_nextTheme: {
|
|
4282
|
+
borderColor: "background.neutral.hovered",
|
|
4283
|
+
background: "background.neutral.hovered"
|
|
4284
|
+
}
|
|
3294
4285
|
},
|
|
3295
4286
|
weekHoveredMiddle: {
|
|
3296
4287
|
borderColor: "gray.50",
|
|
3297
|
-
background: "gray.50"
|
|
4288
|
+
background: "gray.50",
|
|
4289
|
+
_nextTheme: {
|
|
4290
|
+
borderColor: "background.neutral.hovered",
|
|
4291
|
+
background: "background.neutral.hovered"
|
|
4292
|
+
}
|
|
3298
4293
|
},
|
|
3299
4294
|
weekHoveredEnd: {
|
|
3300
4295
|
roundedRight: "sm",
|
|
3301
4296
|
borderColor: "gray.50",
|
|
3302
|
-
background: "gray.50"
|
|
4297
|
+
background: "gray.50",
|
|
4298
|
+
_nextTheme: {
|
|
4299
|
+
borderColor: "background.neutral.hovered",
|
|
4300
|
+
background: "background.neutral.hovered"
|
|
4301
|
+
}
|
|
3303
4302
|
},
|
|
3304
4303
|
weekSelectedStart: {
|
|
3305
4304
|
roundedLeft: "sm",
|
|
3306
4305
|
borderColor: "blue.400",
|
|
3307
4306
|
background: "blue.400",
|
|
3308
|
-
color: "white"
|
|
4307
|
+
color: "white",
|
|
4308
|
+
_nextTheme: {
|
|
4309
|
+
borderColor: "background.brand.bold.selected",
|
|
4310
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4311
|
+
color: "text.inverse"
|
|
4312
|
+
}
|
|
3309
4313
|
},
|
|
3310
4314
|
weekSelectedMiddle: {
|
|
3311
4315
|
borderColor: "blue.400",
|
|
3312
4316
|
background: "blue.400",
|
|
3313
|
-
color: "white"
|
|
4317
|
+
color: "white",
|
|
4318
|
+
_nextTheme: {
|
|
4319
|
+
borderColor: "background.brand.bold.selected",
|
|
4320
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4321
|
+
color: "text.inverse"
|
|
4322
|
+
}
|
|
3314
4323
|
},
|
|
3315
4324
|
weekSelectedEnd: {
|
|
3316
4325
|
roundedRight: "sm",
|
|
3317
4326
|
borderColor: "blue.400",
|
|
3318
4327
|
background: "blue.400",
|
|
3319
|
-
color: "white"
|
|
4328
|
+
color: "white",
|
|
4329
|
+
_nextTheme: {
|
|
4330
|
+
borderColor: "background.brand.bold.selected",
|
|
4331
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4332
|
+
color: "text.inverse"
|
|
4333
|
+
}
|
|
3320
4334
|
}
|
|
3321
4335
|
}
|
|
3322
4336
|
},
|
|
@@ -3360,6 +4374,9 @@ var monthItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3360
4374
|
cursor: "not-allowed",
|
|
3361
4375
|
borderColor: "transparent",
|
|
3362
4376
|
backgroundColor: "transparent"
|
|
4377
|
+
},
|
|
4378
|
+
_nextTheme: {
|
|
4379
|
+
color: "text.default"
|
|
3363
4380
|
}
|
|
3364
4381
|
},
|
|
3365
4382
|
variants: {
|
|
@@ -3369,28 +4386,49 @@ var monthItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3369
4386
|
rounded: "sm",
|
|
3370
4387
|
_hover: {
|
|
3371
4388
|
borderColor: "gray.50",
|
|
3372
|
-
background: "gray.50"
|
|
4389
|
+
background: "gray.50",
|
|
4390
|
+
_nextTheme: {
|
|
4391
|
+
borderColor: "background.neutral.hovered",
|
|
4392
|
+
background: "background.neutral.hovered"
|
|
4393
|
+
}
|
|
3373
4394
|
},
|
|
3374
4395
|
_focus: {
|
|
3375
4396
|
borderColor: "blue.400",
|
|
3376
4397
|
background: "transparent",
|
|
3377
|
-
shadow: "outer"
|
|
4398
|
+
shadow: "outer",
|
|
4399
|
+
_nextTheme: {
|
|
4400
|
+
borderColor: "border.focused"
|
|
4401
|
+
}
|
|
3378
4402
|
}
|
|
3379
4403
|
},
|
|
3380
4404
|
selected: {
|
|
3381
4405
|
rounded: "sm",
|
|
3382
4406
|
borderColor: "blue.400",
|
|
3383
4407
|
backgroundColor: "blue.400",
|
|
3384
|
-
color: "white"
|
|
4408
|
+
color: "white",
|
|
4409
|
+
_nextTheme: {
|
|
4410
|
+
borderColor: "background.brand.bold.selected",
|
|
4411
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4412
|
+
color: "text.inverse"
|
|
4413
|
+
}
|
|
3385
4414
|
},
|
|
3386
4415
|
range: {
|
|
3387
4416
|
borderColor: "ice.50",
|
|
3388
|
-
backgroundColor: "ice.50"
|
|
4417
|
+
backgroundColor: "ice.50",
|
|
4418
|
+
_nextTheme: {
|
|
4419
|
+
borderColor: "background.brand.selected",
|
|
4420
|
+
backgroundColor: "background.brand.selected"
|
|
4421
|
+
}
|
|
3389
4422
|
},
|
|
3390
4423
|
today: {
|
|
3391
4424
|
rounded: "sm",
|
|
3392
4425
|
borderColor: "orange.50",
|
|
3393
|
-
backgroundColor: "orange.50"
|
|
4426
|
+
backgroundColor: "orange.50",
|
|
4427
|
+
_nextTheme: {
|
|
4428
|
+
borderColor: "background.warning.bold",
|
|
4429
|
+
backgroundColor: "background.warning.bold",
|
|
4430
|
+
color: "text.warning.inverse"
|
|
4431
|
+
}
|
|
3394
4432
|
}
|
|
3395
4433
|
}
|
|
3396
4434
|
},
|
|
@@ -3415,6 +4453,9 @@ var yearItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3415
4453
|
cursor: "not-allowed",
|
|
3416
4454
|
borderColor: "transparent",
|
|
3417
4455
|
backgroundColor: "transparent"
|
|
4456
|
+
},
|
|
4457
|
+
_nextTheme: {
|
|
4458
|
+
color: "text.default"
|
|
3418
4459
|
}
|
|
3419
4460
|
},
|
|
3420
4461
|
variants: {
|
|
@@ -3424,28 +4465,49 @@ var yearItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3424
4465
|
rounded: "sm",
|
|
3425
4466
|
_hover: {
|
|
3426
4467
|
borderColor: "gray.50",
|
|
3427
|
-
background: "gray.50"
|
|
4468
|
+
background: "gray.50",
|
|
4469
|
+
_nextTheme: {
|
|
4470
|
+
borderColor: "background.neutral.hovered",
|
|
4471
|
+
background: "background.neutral.hovered"
|
|
4472
|
+
}
|
|
3428
4473
|
},
|
|
3429
4474
|
_focus: {
|
|
3430
4475
|
borderColor: "blue.400",
|
|
3431
4476
|
background: "transparent",
|
|
3432
|
-
shadow: "outer"
|
|
4477
|
+
shadow: "outer",
|
|
4478
|
+
_nextTheme: {
|
|
4479
|
+
borderColor: "border.focused"
|
|
4480
|
+
}
|
|
3433
4481
|
}
|
|
3434
4482
|
},
|
|
3435
4483
|
selected: {
|
|
3436
4484
|
rounded: "sm",
|
|
3437
4485
|
borderColor: "blue.400",
|
|
3438
4486
|
backgroundColor: "blue.400",
|
|
3439
|
-
color: "white"
|
|
4487
|
+
color: "white",
|
|
4488
|
+
_nextTheme: {
|
|
4489
|
+
borderColor: "background.brand.bold.selected",
|
|
4490
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4491
|
+
color: "text.inverse"
|
|
4492
|
+
}
|
|
3440
4493
|
},
|
|
3441
4494
|
range: {
|
|
3442
4495
|
borderColor: "ice.50",
|
|
3443
|
-
backgroundColor: "ice.50"
|
|
4496
|
+
backgroundColor: "ice.50",
|
|
4497
|
+
_nextTheme: {
|
|
4498
|
+
borderColor: "background.brand.selected",
|
|
4499
|
+
backgroundColor: "background.brand.selected"
|
|
4500
|
+
}
|
|
3444
4501
|
},
|
|
3445
4502
|
today: {
|
|
3446
4503
|
rounded: "sm",
|
|
3447
4504
|
borderColor: "orange.50",
|
|
3448
|
-
backgroundColor: "orange.50"
|
|
4505
|
+
backgroundColor: "orange.50",
|
|
4506
|
+
_nextTheme: {
|
|
4507
|
+
borderColor: "background.warning.bold",
|
|
4508
|
+
backgroundColor: "background.warning.bold",
|
|
4509
|
+
color: "text.warning.inverse"
|
|
4510
|
+
}
|
|
3449
4511
|
}
|
|
3450
4512
|
}
|
|
3451
4513
|
},
|
|
@@ -3470,6 +4532,9 @@ var timeItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3470
4532
|
cursor: "not-allowed",
|
|
3471
4533
|
borderColor: "transparent",
|
|
3472
4534
|
backgroundColor: "transparent"
|
|
4535
|
+
},
|
|
4536
|
+
_nextTheme: {
|
|
4537
|
+
color: "text.default"
|
|
3473
4538
|
}
|
|
3474
4539
|
},
|
|
3475
4540
|
variants: {
|
|
@@ -3479,19 +4544,31 @@ var timeItemRecipe = (0, import_dev33.defineRecipe)({
|
|
|
3479
4544
|
rounded: "sm",
|
|
3480
4545
|
_hover: {
|
|
3481
4546
|
borderColor: "gray.50",
|
|
3482
|
-
background: "gray.50"
|
|
4547
|
+
background: "gray.50",
|
|
4548
|
+
_nextTheme: {
|
|
4549
|
+
borderColor: "background.neutral.hovered",
|
|
4550
|
+
background: "background.neutral.hovered"
|
|
4551
|
+
}
|
|
3483
4552
|
},
|
|
3484
4553
|
_focus: {
|
|
3485
4554
|
borderColor: "blue.400",
|
|
3486
4555
|
background: "transparent",
|
|
3487
|
-
shadow: "outer"
|
|
4556
|
+
shadow: "outer",
|
|
4557
|
+
_nextTheme: {
|
|
4558
|
+
borderColor: "border.focused"
|
|
4559
|
+
}
|
|
3488
4560
|
}
|
|
3489
4561
|
},
|
|
3490
4562
|
selected: {
|
|
3491
4563
|
rounded: "sm",
|
|
3492
4564
|
borderColor: "blue.400",
|
|
3493
4565
|
backgroundColor: "blue.400",
|
|
3494
|
-
color: "white"
|
|
4566
|
+
color: "white",
|
|
4567
|
+
_nextTheme: {
|
|
4568
|
+
borderColor: "background.brand.bold.selected",
|
|
4569
|
+
backgroundColor: "background.brand.bold.selected",
|
|
4570
|
+
color: "text.inverse"
|
|
4571
|
+
}
|
|
3495
4572
|
}
|
|
3496
4573
|
}
|
|
3497
4574
|
},
|
|
@@ -3518,7 +4595,12 @@ var carouselSlotRecipe = (0, import_dev34.defineSlotRecipe)({
|
|
|
3518
4595
|
borderWidth: "1px",
|
|
3519
4596
|
borderColor: "gray.100",
|
|
3520
4597
|
overflow: "hidden",
|
|
3521
|
-
boxSizing: "border-box"
|
|
4598
|
+
boxSizing: "border-box",
|
|
4599
|
+
_nextTheme: {
|
|
4600
|
+
background: "background.neutral.subtle",
|
|
4601
|
+
borderRadius: "md",
|
|
4602
|
+
borderColor: "border.default"
|
|
4603
|
+
}
|
|
3522
4604
|
},
|
|
3523
4605
|
buttonRight: {
|
|
3524
4606
|
display: "flex",
|
|
@@ -3595,7 +4677,6 @@ var chartSlotRecipe = (0, import_dev35.defineSlotRecipe)({
|
|
|
3595
4677
|
flexDirection: "row",
|
|
3596
4678
|
flexWrap: "wrap",
|
|
3597
4679
|
alignItems: "center",
|
|
3598
|
-
wrap: "wrap",
|
|
3599
4680
|
width: "full",
|
|
3600
4681
|
gap: "4",
|
|
3601
4682
|
py: "2",
|
|
@@ -3613,14 +4694,20 @@ var chartSlotRecipe = (0, import_dev35.defineSlotRecipe)({
|
|
|
3613
4694
|
},
|
|
3614
4695
|
chartTooltip: {
|
|
3615
4696
|
position: "absolute",
|
|
3616
|
-
backgroundColor: "white",
|
|
3617
|
-
border: "1px solid",
|
|
3618
|
-
borderColor: "gray.400",
|
|
3619
4697
|
borderRadius: "md",
|
|
4698
|
+
borderWidth: "1px",
|
|
4699
|
+
borderColor: "gray.400",
|
|
4700
|
+
background: "white",
|
|
3620
4701
|
boxShadow: "sm",
|
|
3621
4702
|
zIndex: "popover",
|
|
3622
4703
|
pointerEvents: "none",
|
|
3623
|
-
transition: "all 0.1s ease 0s"
|
|
4704
|
+
transition: "all 0.1s ease 0s",
|
|
4705
|
+
_nextTheme: {
|
|
4706
|
+
borderRadius: "xl",
|
|
4707
|
+
borderColor: "border.default",
|
|
4708
|
+
background: "background.stage",
|
|
4709
|
+
boxShadow: "sm"
|
|
4710
|
+
}
|
|
3624
4711
|
},
|
|
3625
4712
|
tooltipWrapper: {
|
|
3626
4713
|
display: "flex",
|
|
@@ -3679,7 +4766,12 @@ var autocompleteSlotRecipe = (0, import_dev36.defineSlotRecipe)({
|
|
|
3679
4766
|
zIndex: "999",
|
|
3680
4767
|
py: 2,
|
|
3681
4768
|
height: "9.5",
|
|
3682
|
-
_hover: { color: "blue.500" }
|
|
4769
|
+
_hover: { color: "blue.500", _nextTheme: { color: "text.link" } },
|
|
4770
|
+
_nextTheme: {
|
|
4771
|
+
background: "background.stage",
|
|
4772
|
+
borderColor: "border.default",
|
|
4773
|
+
color: "text.link"
|
|
4774
|
+
}
|
|
3683
4775
|
},
|
|
3684
4776
|
emptyText: {
|
|
3685
4777
|
px: 3,
|
|
@@ -3729,7 +4821,10 @@ var timelineSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3729
4821
|
fontSize: "sm",
|
|
3730
4822
|
color: "gray.400",
|
|
3731
4823
|
lineHeight: "sm",
|
|
3732
|
-
marginTop: "0.5"
|
|
4824
|
+
marginTop: "0.5",
|
|
4825
|
+
_nextTheme: {
|
|
4826
|
+
color: "text.secondary"
|
|
4827
|
+
}
|
|
3733
4828
|
},
|
|
3734
4829
|
content: {
|
|
3735
4830
|
paddingTop: 3
|
|
@@ -3753,7 +4848,10 @@ var timelineDocumentSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3753
4848
|
borderWidth: "1px",
|
|
3754
4849
|
borderColor: "gray.100",
|
|
3755
4850
|
width: "full",
|
|
3756
|
-
gap: "3"
|
|
4851
|
+
gap: "3",
|
|
4852
|
+
_nextTheme: {
|
|
4853
|
+
borderColor: "border.default"
|
|
4854
|
+
}
|
|
3757
4855
|
},
|
|
3758
4856
|
content: {
|
|
3759
4857
|
display: "flex",
|
|
@@ -3764,7 +4862,10 @@ var timelineDocumentSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3764
4862
|
lineHeight: "md",
|
|
3765
4863
|
fontWeight: "regular",
|
|
3766
4864
|
letterSpacing: "normal",
|
|
3767
|
-
color: "dark"
|
|
4865
|
+
color: "dark",
|
|
4866
|
+
_nextTheme: {
|
|
4867
|
+
color: "text.default"
|
|
4868
|
+
}
|
|
3768
4869
|
},
|
|
3769
4870
|
description: {
|
|
3770
4871
|
display: "flex",
|
|
@@ -3775,7 +4876,10 @@ var timelineDocumentSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3775
4876
|
lineHeight: "md",
|
|
3776
4877
|
fontWeight: "regular",
|
|
3777
4878
|
letterSpacing: "normal",
|
|
3778
|
-
color: "gray.400"
|
|
4879
|
+
color: "gray.400",
|
|
4880
|
+
_nextTheme: {
|
|
4881
|
+
color: "text.secondary"
|
|
4882
|
+
}
|
|
3779
4883
|
}
|
|
3780
4884
|
},
|
|
3781
4885
|
variants: {
|
|
@@ -3833,9 +4937,13 @@ var timelineSeparatorSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3833
4937
|
topConnector: {
|
|
3834
4938
|
height: "6px",
|
|
3835
4939
|
width: "2px",
|
|
4940
|
+
roundedBottom: "2px",
|
|
3836
4941
|
backgroundColor: "gray.100",
|
|
3837
4942
|
"&[data-position=first]": {
|
|
3838
4943
|
backgroundColor: "transparent"
|
|
4944
|
+
},
|
|
4945
|
+
_nextTheme: {
|
|
4946
|
+
backgroundColor: "border.default"
|
|
3839
4947
|
}
|
|
3840
4948
|
},
|
|
3841
4949
|
bottomConnector: {
|
|
@@ -3846,6 +4954,9 @@ var timelineSeparatorSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3846
4954
|
backgroundColor: "gray.100",
|
|
3847
4955
|
"&[data-position=last]": {
|
|
3848
4956
|
backgroundColor: "transparent"
|
|
4957
|
+
},
|
|
4958
|
+
_nextTheme: {
|
|
4959
|
+
backgroundColor: "border.default"
|
|
3849
4960
|
}
|
|
3850
4961
|
}
|
|
3851
4962
|
}
|
|
@@ -3874,7 +4985,10 @@ var timelineAccordionSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3874
4985
|
"&[data-position=first]": {
|
|
3875
4986
|
backgroundColor: "transparent"
|
|
3876
4987
|
},
|
|
3877
|
-
roundedBottom: "full"
|
|
4988
|
+
roundedBottom: "full",
|
|
4989
|
+
_nextTheme: {
|
|
4990
|
+
backgroundColor: "border.default"
|
|
4991
|
+
}
|
|
3878
4992
|
},
|
|
3879
4993
|
bottomConnector: {
|
|
3880
4994
|
flexGrow: 1,
|
|
@@ -3883,7 +4997,10 @@ var timelineAccordionSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3883
4997
|
"&[data-position=last]": {
|
|
3884
4998
|
backgroundColor: "transparent"
|
|
3885
4999
|
},
|
|
3886
|
-
roundedTop: "full"
|
|
5000
|
+
roundedTop: "full",
|
|
5001
|
+
_nextTheme: {
|
|
5002
|
+
backgroundColor: "border.default"
|
|
5003
|
+
}
|
|
3887
5004
|
},
|
|
3888
5005
|
title: {
|
|
3889
5006
|
paddingTop: 1
|
|
@@ -3893,7 +5010,10 @@ var timelineAccordionSlotRecipe = (0, import_dev37.defineSlotRecipe)({
|
|
|
3893
5010
|
lineHeight: "md",
|
|
3894
5011
|
color: "dark",
|
|
3895
5012
|
fontWeight: "semibold",
|
|
3896
|
-
letterSpacing: "normal"
|
|
5013
|
+
letterSpacing: "normal",
|
|
5014
|
+
_nextTheme: {
|
|
5015
|
+
color: "text.default"
|
|
5016
|
+
}
|
|
3897
5017
|
}
|
|
3898
5018
|
}
|
|
3899
5019
|
});
|
|
@@ -3910,8 +5030,8 @@ var bannerSlotRecipe = (0, import_dev38.defineSlotRecipe)({
|
|
|
3910
5030
|
position: "relative",
|
|
3911
5031
|
alignItems: "var(--mp-banner--align-items)",
|
|
3912
5032
|
borderRadius: "md",
|
|
3913
|
-
paddingY: "
|
|
3914
|
-
paddingX: "
|
|
5033
|
+
paddingY: "3",
|
|
5034
|
+
paddingX: "4"
|
|
3915
5035
|
},
|
|
3916
5036
|
body: {
|
|
3917
5037
|
display: "flex",
|
|
@@ -3923,16 +5043,36 @@ var bannerSlotRecipe = (0, import_dev38.defineSlotRecipe)({
|
|
|
3923
5043
|
variants: {
|
|
3924
5044
|
variant: {
|
|
3925
5045
|
info: {
|
|
3926
|
-
root: {
|
|
5046
|
+
root: {
|
|
5047
|
+
backgroundColor: "blue.50",
|
|
5048
|
+
_nextTheme: {
|
|
5049
|
+
backgroundColor: "background.brand"
|
|
5050
|
+
}
|
|
5051
|
+
}
|
|
3927
5052
|
},
|
|
3928
5053
|
success: {
|
|
3929
|
-
root: {
|
|
5054
|
+
root: {
|
|
5055
|
+
backgroundColor: "green.50",
|
|
5056
|
+
_nextTheme: {
|
|
5057
|
+
backgroundColor: "background.success"
|
|
5058
|
+
}
|
|
5059
|
+
}
|
|
3930
5060
|
},
|
|
3931
5061
|
danger: {
|
|
3932
|
-
root: {
|
|
5062
|
+
root: {
|
|
5063
|
+
backgroundColor: "red.50",
|
|
5064
|
+
_nextTheme: {
|
|
5065
|
+
backgroundColor: "background.danger"
|
|
5066
|
+
}
|
|
5067
|
+
}
|
|
3933
5068
|
},
|
|
3934
5069
|
warning: {
|
|
3935
|
-
root: {
|
|
5070
|
+
root: {
|
|
5071
|
+
backgroundColor: "orange.50",
|
|
5072
|
+
_nextTheme: {
|
|
5073
|
+
backgroundColor: "background.warning"
|
|
5074
|
+
}
|
|
5075
|
+
}
|
|
3936
5076
|
}
|
|
3937
5077
|
}
|
|
3938
5078
|
},
|
|
@@ -3952,7 +5092,10 @@ var bannerTitleRecipe = (0, import_dev38.defineRecipe)({
|
|
|
3952
5092
|
letterSpacing: "normal",
|
|
3953
5093
|
color: "dark",
|
|
3954
5094
|
marginTop: "0.5",
|
|
3955
|
-
marginBottom: "1
|
|
5095
|
+
marginBottom: "1",
|
|
5096
|
+
_nextTheme: {
|
|
5097
|
+
color: "text.default"
|
|
5098
|
+
}
|
|
3956
5099
|
},
|
|
3957
5100
|
variants: {},
|
|
3958
5101
|
compoundVariants: [],
|
|
@@ -3967,7 +5110,10 @@ var bannerDescriptionRecipe = (0, import_dev38.defineRecipe)({
|
|
|
3967
5110
|
fontWeight: "regular",
|
|
3968
5111
|
lineHeight: "md",
|
|
3969
5112
|
letterSpacing: "normal",
|
|
3970
|
-
color: "dark"
|
|
5113
|
+
color: "dark",
|
|
5114
|
+
_nextTheme: {
|
|
5115
|
+
color: "text.default"
|
|
5116
|
+
}
|
|
3971
5117
|
},
|
|
3972
5118
|
variants: {},
|
|
3973
5119
|
compoundVariants: [],
|
|
@@ -4002,7 +5148,6 @@ var bannerLinkRecipe = (0, import_dev38.defineRecipe)({
|
|
|
4002
5148
|
base: {
|
|
4003
5149
|
display: "flex",
|
|
4004
5150
|
gap: "4",
|
|
4005
|
-
marginBottom: "var(--mp-banner-link--margin-bottom)",
|
|
4006
5151
|
marginTop: "var(--mp-banner-link--margin-top)"
|
|
4007
5152
|
},
|
|
4008
5153
|
variants: {},
|
|
@@ -4014,8 +5159,8 @@ var bannerCloseButtonRecipe = (0, import_dev38.defineRecipe)({
|
|
|
4014
5159
|
jsx: ["MpBannerCloseButton", "mp-banner-close-button"],
|
|
4015
5160
|
base: {
|
|
4016
5161
|
position: "absolute",
|
|
4017
|
-
top: "
|
|
4018
|
-
right: "
|
|
5162
|
+
top: "3",
|
|
5163
|
+
right: "4",
|
|
4019
5164
|
display: "inline-flex",
|
|
4020
5165
|
justifyContent: "center",
|
|
4021
5166
|
alignItems: "center",
|
|
@@ -4058,29 +5203,84 @@ var colorPickerSlotRecipe = (0, import_dev39.defineSlotRecipe)({
|
|
|
4058
5203
|
gap: "2"
|
|
4059
5204
|
},
|
|
4060
5205
|
popoverTrigger: {
|
|
4061
|
-
display: "flex",
|
|
4062
|
-
alignItems: "center",
|
|
4063
5206
|
cursor: "pointer",
|
|
4064
5207
|
position: "relative",
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
5208
|
+
display: "flex",
|
|
5209
|
+
alignItems: "center",
|
|
5210
|
+
borderWidth: "1px",
|
|
5211
|
+
borderColor: "gray.100",
|
|
4068
5212
|
borderRadius: "md",
|
|
4069
|
-
|
|
5213
|
+
backgroundColor: "white",
|
|
5214
|
+
paddingTop: "1.5",
|
|
5215
|
+
paddingBottom: "1.5",
|
|
5216
|
+
paddingLeft: "3",
|
|
5217
|
+
paddingRight: "4",
|
|
5218
|
+
transition: "all 250ms",
|
|
5219
|
+
outline: "none",
|
|
5220
|
+
_nextTheme: {
|
|
5221
|
+
borderRadius: "md",
|
|
5222
|
+
borderColor: "border.form",
|
|
5223
|
+
background: "background.neutral"
|
|
5224
|
+
},
|
|
5225
|
+
_hover: {
|
|
5226
|
+
borderColor: "gray.400",
|
|
5227
|
+
_nextTheme: {
|
|
5228
|
+
borderColor: "border.form",
|
|
5229
|
+
background: "background.neutral.hovered"
|
|
5230
|
+
}
|
|
5231
|
+
},
|
|
4070
5232
|
_focus: {
|
|
4071
|
-
boxShadow: "
|
|
4072
|
-
borderColor: "blue.400
|
|
4073
|
-
|
|
5233
|
+
boxShadow: "focus",
|
|
5234
|
+
borderColor: "blue.400",
|
|
5235
|
+
_nextTheme: {
|
|
5236
|
+
boxShadow: "focus",
|
|
5237
|
+
borderColor: "border.focused"
|
|
5238
|
+
},
|
|
5239
|
+
_hover: {
|
|
5240
|
+
borderColor: "blue.400",
|
|
5241
|
+
_nextTheme: {
|
|
5242
|
+
borderColor: "border.focused"
|
|
5243
|
+
}
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
5246
|
+
_disabled: {
|
|
5247
|
+
cursor: "not-allowed",
|
|
5248
|
+
background: "gray.50",
|
|
5249
|
+
_nextTheme: {
|
|
5250
|
+
background: "background.disabled",
|
|
5251
|
+
borderColor: "border.disabled"
|
|
5252
|
+
},
|
|
5253
|
+
_hover: {
|
|
5254
|
+
_nextTheme: {
|
|
5255
|
+
background: "background.disabled",
|
|
5256
|
+
borderColor: "border.disabled"
|
|
5257
|
+
}
|
|
5258
|
+
}
|
|
5259
|
+
},
|
|
5260
|
+
_invalid: {
|
|
5261
|
+
borderColor: "red.400",
|
|
5262
|
+
_nextTheme: {
|
|
5263
|
+
borderColor: "border.danger"
|
|
5264
|
+
},
|
|
5265
|
+
_hover: {
|
|
5266
|
+
borderColor: "red.400",
|
|
5267
|
+
_nextTheme: {
|
|
5268
|
+
borderColor: "border.danger"
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
4074
5271
|
}
|
|
4075
5272
|
},
|
|
4076
5273
|
boxColor: {
|
|
4077
5274
|
flex: "none",
|
|
4078
5275
|
width: "6",
|
|
4079
5276
|
height: "6",
|
|
5277
|
+
mr: "2",
|
|
4080
5278
|
borderWidth: "1px",
|
|
4081
5279
|
borderColor: "gray.50",
|
|
4082
5280
|
borderRadius: "sm",
|
|
4083
|
-
|
|
5281
|
+
_nextTheme: {
|
|
5282
|
+
borderColor: "border.default"
|
|
5283
|
+
}
|
|
4084
5284
|
},
|
|
4085
5285
|
inputTrigger: {
|
|
4086
5286
|
margin: "-12px",
|
|
@@ -4094,26 +5294,20 @@ var colorPickerSlotRecipe = (0, import_dev39.defineSlotRecipe)({
|
|
|
4094
5294
|
outline: "none"
|
|
4095
5295
|
}
|
|
4096
5296
|
},
|
|
4097
|
-
popoverContent: {
|
|
4098
|
-
bg: "white",
|
|
4099
|
-
rounded: "md",
|
|
4100
|
-
shadow: "lg",
|
|
4101
|
-
borderWidth: "1px",
|
|
4102
|
-
borderColor: "gray.400"
|
|
4103
|
-
},
|
|
5297
|
+
popoverContent: {},
|
|
4104
5298
|
wrapperAdvance: {
|
|
4105
|
-
display: "flex",
|
|
4106
|
-
flexDirection: "column",
|
|
4107
5299
|
position: "relative",
|
|
4108
5300
|
width: "280px",
|
|
5301
|
+
display: "flex",
|
|
5302
|
+
flexDirection: "column",
|
|
4109
5303
|
padding: "3",
|
|
4110
5304
|
gap: "3"
|
|
4111
5305
|
},
|
|
4112
5306
|
wrapperBasic: {
|
|
4113
|
-
display: "flex",
|
|
4114
|
-
flexDirection: "column",
|
|
4115
5307
|
position: "relative",
|
|
4116
5308
|
width: "188px",
|
|
5309
|
+
display: "flex",
|
|
5310
|
+
flexDirection: "column",
|
|
4117
5311
|
padding: "3",
|
|
4118
5312
|
gap: "3"
|
|
4119
5313
|
},
|
|
@@ -4133,10 +5327,10 @@ var colorPickerSlotRecipe = (0, import_dev39.defineSlotRecipe)({
|
|
|
4133
5327
|
gap: "2"
|
|
4134
5328
|
},
|
|
4135
5329
|
boxPreset: {
|
|
5330
|
+
position: "relative",
|
|
4136
5331
|
display: "flex",
|
|
4137
5332
|
flexDirection: "column",
|
|
4138
|
-
gap: "2"
|
|
4139
|
-
position: "relative"
|
|
5333
|
+
gap: "2"
|
|
4140
5334
|
},
|
|
4141
5335
|
wrapperPreset: {
|
|
4142
5336
|
position: "relative",
|
|
@@ -4148,7 +5342,7 @@ var colorPickerSlotRecipe = (0, import_dev39.defineSlotRecipe)({
|
|
|
4148
5342
|
position: "relative",
|
|
4149
5343
|
display: "flex",
|
|
4150
5344
|
flexWrap: "wrap",
|
|
4151
|
-
gap: "
|
|
5345
|
+
gap: "1"
|
|
4152
5346
|
}
|
|
4153
5347
|
}
|
|
4154
5348
|
});
|
|
@@ -4207,24 +5401,57 @@ var sliderSlotRecipe = (0, import_dev40.defineSlotRecipe)({
|
|
|
4207
5401
|
top: "-8px",
|
|
4208
5402
|
background: "none",
|
|
4209
5403
|
outline: "none",
|
|
4210
|
-
|
|
5404
|
+
_focus: {
|
|
4211
5405
|
borderRadius: "100px",
|
|
4212
5406
|
borderWidth: "1px",
|
|
4213
5407
|
borderStyle: "solid",
|
|
4214
5408
|
borderColor: "blue.400",
|
|
4215
|
-
boxShadow: "focus"
|
|
5409
|
+
boxShadow: "focus",
|
|
5410
|
+
_nextTheme: {
|
|
5411
|
+
borderColor: "border.focused",
|
|
5412
|
+
boxShadow: "focus"
|
|
5413
|
+
}
|
|
5414
|
+
},
|
|
5415
|
+
_disabled: {
|
|
5416
|
+
"&::-webkit-slider-thumb": {
|
|
5417
|
+
cursor: "not-allowed",
|
|
5418
|
+
background: "radial-gradient(circle, var(--mp-colors-gray-100) 40%, var(--mp-colors-white) 50%)",
|
|
5419
|
+
_nextTheme: {
|
|
5420
|
+
background: "radial-gradient(circle, var(--mp-colors-icon-disabled) 40%, var(--mp-colors-background-neutral) 50%)"
|
|
5421
|
+
}
|
|
5422
|
+
}
|
|
5423
|
+
},
|
|
5424
|
+
"&[minpressed=true], &[maxpressed=true]": {
|
|
5425
|
+
"&::-webkit-slider-thumb": {
|
|
5426
|
+
borderColor: "blue.400",
|
|
5427
|
+
_nextTheme: {
|
|
5428
|
+
borderColor: "border.brand"
|
|
5429
|
+
}
|
|
5430
|
+
}
|
|
4216
5431
|
},
|
|
4217
5432
|
"&::-webkit-slider-thumb": {
|
|
5433
|
+
cursor: "pointer",
|
|
4218
5434
|
appearance: "none",
|
|
5435
|
+
pointerEvents: "auto",
|
|
4219
5436
|
width: "5",
|
|
4220
5437
|
height: "5",
|
|
4221
5438
|
borderRadius: "full",
|
|
4222
5439
|
borderStyle: "solid",
|
|
4223
5440
|
borderColor: "gray.100",
|
|
5441
|
+
background: "radial-gradient(circle, var(--mp-colors-blue-400) 40%, var(--mp-colors-white) 50%)",
|
|
4224
5442
|
boxShadow: "sm",
|
|
4225
5443
|
filter: "drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.10))",
|
|
4226
5444
|
transition: "border-color 250ms",
|
|
4227
|
-
|
|
5445
|
+
_hover: {
|
|
5446
|
+
borderColor: "gray.600",
|
|
5447
|
+
_nextTheme: {
|
|
5448
|
+
borderColor: "border.bold"
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
_nextTheme: {
|
|
5452
|
+
borderColor: "border.default",
|
|
5453
|
+
background: "radial-gradient(circle, var(--mp-colors-border-brand) 40%, var(--mp-colors-background-neutral) 50%)"
|
|
5454
|
+
}
|
|
4228
5455
|
}
|
|
4229
5456
|
}
|
|
4230
5457
|
}
|
|
@@ -4383,7 +5610,7 @@ var import_dev53 = require("@pandacss/dev");
|
|
|
4383
5610
|
|
|
4384
5611
|
// src/tokens/borders.ts
|
|
4385
5612
|
var import_dev43 = require("@pandacss/dev");
|
|
4386
|
-
var
|
|
5613
|
+
var borderWidths = import_dev43.defineTokens.borderWidths({
|
|
4387
5614
|
none: { value: "none" },
|
|
4388
5615
|
sm: { value: "1px" },
|
|
4389
5616
|
md: { value: "1.5px" },
|
|
@@ -4393,29 +5620,12 @@ var borders = import_dev43.defineTokens.borders({
|
|
|
4393
5620
|
// src/tokens/colors.ts
|
|
4394
5621
|
var import_dev44 = require("@pandacss/dev");
|
|
4395
5622
|
var colors = import_dev44.defineTokens.colors({
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
},
|
|
5623
|
+
debug: { value: "blue" },
|
|
5624
|
+
currentcolor: { value: "currentcolor" },
|
|
4399
5625
|
dark: { value: "#232933" },
|
|
4400
|
-
white: {
|
|
4401
|
-
value: "#FFFFFF"
|
|
4402
|
-
},
|
|
4403
5626
|
background: { value: "#F1F5F9" },
|
|
4404
|
-
overlay: {
|
|
4405
|
-
|
|
4406
|
-
},
|
|
4407
|
-
brand: {
|
|
4408
|
-
capital: { value: "#2F5573" },
|
|
4409
|
-
esign: { value: "#00C853" },
|
|
4410
|
-
expense: { value: "#183883" },
|
|
4411
|
-
flex: { value: "#7C4DFF" },
|
|
4412
|
-
jurnal: { value: "#40C3FF" },
|
|
4413
|
-
klikpajak: { value: "#FF9100" },
|
|
4414
|
-
mekari: { value: "#651FFF" },
|
|
4415
|
-
qontak: { value: "#2979FF" },
|
|
4416
|
-
talenta: { value: "#F22929" },
|
|
4417
|
-
university: { value: "#448AFF" }
|
|
4418
|
-
},
|
|
5627
|
+
overlay: { value: "rgba(22, 26, 32, 0.8)" },
|
|
5628
|
+
white: { value: "#FFFFFF" },
|
|
4419
5629
|
whiteAlpha: {
|
|
4420
5630
|
50: { value: "rgba(255, 255, 255, 0.04)" },
|
|
4421
5631
|
100: { value: "rgba(255, 255, 255, 0.06)" },
|
|
@@ -4534,6 +5744,18 @@ var colors = import_dev44.defineTokens.colors({
|
|
|
4534
5744
|
},
|
|
4535
5745
|
ash: {
|
|
4536
5746
|
100: { value: "#E7EDF5" }
|
|
5747
|
+
},
|
|
5748
|
+
brand: {
|
|
5749
|
+
capital: { value: "#2F5573" },
|
|
5750
|
+
esign: { value: "#00C853" },
|
|
5751
|
+
expense: { value: "#183883" },
|
|
5752
|
+
flex: { value: "#7C4DFF" },
|
|
5753
|
+
jurnal: { value: "#40C3FF" },
|
|
5754
|
+
klikpajak: { value: "#FF9100" },
|
|
5755
|
+
mekari: { value: "#651FFF" },
|
|
5756
|
+
qontak: { value: "#2979FF" },
|
|
5757
|
+
talenta: { value: "#F22929" },
|
|
5758
|
+
university: { value: "#448AFF" }
|
|
4537
5759
|
}
|
|
4538
5760
|
});
|
|
4539
5761
|
|
|
@@ -4558,11 +5780,11 @@ var opacity = import_dev46.defineTokens.opacity({
|
|
|
4558
5780
|
var import_dev47 = require("@pandacss/dev");
|
|
4559
5781
|
var radii = import_dev47.defineTokens.radii({
|
|
4560
5782
|
none: { value: "0" },
|
|
4561
|
-
xs: { value: "0.125rem" },
|
|
4562
|
-
sm: { value: "0.25rem" },
|
|
4563
|
-
md: { value: "0.375rem" },
|
|
4564
|
-
lg: { value: "0.5rem" },
|
|
4565
|
-
xl: { value: "0.75rem" },
|
|
5783
|
+
xs: { value: "0.125rem", description: "2px" },
|
|
5784
|
+
sm: { value: "0.25rem", description: "4px" },
|
|
5785
|
+
md: { value: "0.375rem", description: "6px" },
|
|
5786
|
+
lg: { value: "0.5rem", description: "8px" },
|
|
5787
|
+
xl: { value: "0.75rem", description: "12px" },
|
|
4566
5788
|
full: { value: "50%" }
|
|
4567
5789
|
});
|
|
4568
5790
|
|
|
@@ -4641,22 +5863,22 @@ var sizes = import_dev49.defineTokens.sizes({
|
|
|
4641
5863
|
var import_dev50 = require("@pandacss/dev");
|
|
4642
5864
|
var spacing = import_dev50.defineTokens.spacing({
|
|
4643
5865
|
0: { value: "0" },
|
|
4644
|
-
0.5: { value: "0.125rem" },
|
|
4645
|
-
1: { value: "0.25rem" },
|
|
4646
|
-
1.5: { value: "0.375rem" },
|
|
4647
|
-
2: { value: "0.5rem" },
|
|
4648
|
-
3: { value: "0.75rem" },
|
|
4649
|
-
4: { value: "1rem" },
|
|
4650
|
-
5: { value: "1.3rem" },
|
|
4651
|
-
6: { value: "1.5rem" },
|
|
4652
|
-
8: { value: "2rem" },
|
|
4653
|
-
12: { value: "3rem" },
|
|
4654
|
-
16: { value: "4rem" },
|
|
4655
|
-
20: { value: "5rem" },
|
|
4656
|
-
24: { value: "6rem" },
|
|
4657
|
-
32: { value: "8rem" },
|
|
4658
|
-
40: { value: "10rem" },
|
|
4659
|
-
64: { value: "16rem" }
|
|
5866
|
+
0.5: { value: "0.125rem", description: "2px" },
|
|
5867
|
+
1: { value: "0.25rem", description: "4px" },
|
|
5868
|
+
1.5: { value: "0.375rem", description: "6px" },
|
|
5869
|
+
2: { value: "0.5rem", description: "8px" },
|
|
5870
|
+
3: { value: "0.75rem", description: "12px" },
|
|
5871
|
+
4: { value: "1rem", description: "16px" },
|
|
5872
|
+
5: { value: "1.3rem", description: "20px" },
|
|
5873
|
+
6: { value: "1.5rem", description: "24px" },
|
|
5874
|
+
8: { value: "2rem", description: "32px" },
|
|
5875
|
+
12: { value: "3rem", description: "48px" },
|
|
5876
|
+
16: { value: "4rem", description: "64px" },
|
|
5877
|
+
20: { value: "5rem", description: "80px" },
|
|
5878
|
+
24: { value: "6rem", description: "96px" },
|
|
5879
|
+
32: { value: "8rem", description: "112px" },
|
|
5880
|
+
40: { value: "10rem", description: "160px" },
|
|
5881
|
+
64: { value: "16rem", description: "256px" }
|
|
4660
5882
|
});
|
|
4661
5883
|
|
|
4662
5884
|
// src/tokens/z-index.ts
|
|
@@ -4715,7 +5937,7 @@ var letterSpacings = import_dev52.defineTokens.letterSpacings({
|
|
|
4715
5937
|
|
|
4716
5938
|
// src/tokens/index.ts
|
|
4717
5939
|
var tokens = (0, import_dev53.defineTokens)({
|
|
4718
|
-
|
|
5940
|
+
borderWidths,
|
|
4719
5941
|
colors,
|
|
4720
5942
|
durations,
|
|
4721
5943
|
fonts,
|
|
@@ -4731,6 +5953,1253 @@ var tokens = (0, import_dev53.defineTokens)({
|
|
|
4731
5953
|
zIndex
|
|
4732
5954
|
});
|
|
4733
5955
|
|
|
5956
|
+
// src/tokens-next/index.ts
|
|
5957
|
+
var import_dev59 = require("@pandacss/dev");
|
|
5958
|
+
|
|
5959
|
+
// src/tokens-next/borders.ts
|
|
5960
|
+
var import_dev54 = require("@pandacss/dev");
|
|
5961
|
+
var borderWidths2 = import_dev54.defineTokens.borderWidths({
|
|
5962
|
+
none: { value: "none" },
|
|
5963
|
+
sm: { value: "1px" },
|
|
5964
|
+
md: { value: "1.5px" },
|
|
5965
|
+
lg: { value: "2px" },
|
|
5966
|
+
xl: { value: "3px" },
|
|
5967
|
+
"2xl": { value: "4px" }
|
|
5968
|
+
});
|
|
5969
|
+
|
|
5970
|
+
// src/tokens-next/colors.ts
|
|
5971
|
+
var import_dev55 = require("@pandacss/dev");
|
|
5972
|
+
var colors2 = import_dev55.defineTokens.colors({
|
|
5973
|
+
debug: { value: "red" },
|
|
5974
|
+
currentcolor: { value: "currentcolor" },
|
|
5975
|
+
white: { value: "#FFFFFF" },
|
|
5976
|
+
dark: {
|
|
5977
|
+
"-100": {
|
|
5978
|
+
value: "#101214"
|
|
5979
|
+
},
|
|
5980
|
+
DEFAULT: {
|
|
5981
|
+
value: "#161A1D"
|
|
5982
|
+
},
|
|
5983
|
+
100: { value: "#1D2125" },
|
|
5984
|
+
200: { value: "#22272B" },
|
|
5985
|
+
250: { value: "#282E33" },
|
|
5986
|
+
300: { value: "#2C333A" },
|
|
5987
|
+
350: { value: "#38414A" },
|
|
5988
|
+
400: { value: "#454F59" },
|
|
5989
|
+
500: { value: "#596773" },
|
|
5990
|
+
600: { value: "#738496" },
|
|
5991
|
+
700: { value: "#8C9BAB" },
|
|
5992
|
+
800: { value: "#9FADBC" },
|
|
5993
|
+
900: { value: "#B6C2CF" },
|
|
5994
|
+
1e3: { value: "#C7D1DB" }
|
|
5995
|
+
},
|
|
5996
|
+
neutral: {
|
|
5997
|
+
100: { value: "#F7F8F9" },
|
|
5998
|
+
200: { value: "#F0F1F3" },
|
|
5999
|
+
300: { value: "#DCDFE4" },
|
|
6000
|
+
400: { value: "#B2B9C4" },
|
|
6001
|
+
500: { value: "#8690A2" },
|
|
6002
|
+
600: { value: "#758195" },
|
|
6003
|
+
700: { value: "#656F80" },
|
|
6004
|
+
800: { value: "#4C5460" },
|
|
6005
|
+
900: { value: "#383E48" },
|
|
6006
|
+
1e3: { value: "#272B32" }
|
|
6007
|
+
},
|
|
6008
|
+
blue: {
|
|
6009
|
+
100: { value: "#ECF3FE" },
|
|
6010
|
+
200: { value: "#CEE0FD" },
|
|
6011
|
+
300: { value: "#8EB7FA" },
|
|
6012
|
+
400: { value: "#649CF8" },
|
|
6013
|
+
500: { value: "#488BF7" },
|
|
6014
|
+
600: { value: "#387CEB" },
|
|
6015
|
+
700: { value: "#306AC8" },
|
|
6016
|
+
800: { value: "#295AAA" },
|
|
6017
|
+
900: { value: "#173361" },
|
|
6018
|
+
1e3: { value: "#132A4F" }
|
|
6019
|
+
},
|
|
6020
|
+
indigo: {
|
|
6021
|
+
100: { value: "#EEF0FC" },
|
|
6022
|
+
200: { value: "#D6DBF7" },
|
|
6023
|
+
300: { value: "#A8B2EF" },
|
|
6024
|
+
400: { value: "#8997E9" },
|
|
6025
|
+
500: { value: "#7586E5" },
|
|
6026
|
+
600: { value: "#6577E2" },
|
|
6027
|
+
700: { value: "#4B61DC" },
|
|
6028
|
+
800: { value: "#4053BC" },
|
|
6029
|
+
900: { value: "#242F6A" },
|
|
6030
|
+
1e3: { value: "#1D2656" }
|
|
6031
|
+
},
|
|
6032
|
+
violet: {
|
|
6033
|
+
100: { value: "#F3F1FC" },
|
|
6034
|
+
200: { value: "#DEDAF6" },
|
|
6035
|
+
300: { value: "#B8AEEB" },
|
|
6036
|
+
400: { value: "#9F91E3" },
|
|
6037
|
+
500: { value: "#8F7FDF" },
|
|
6038
|
+
600: { value: "#8270DB" },
|
|
6039
|
+
700: { value: "#6F5FBA" },
|
|
6040
|
+
800: { value: "#5F519F" },
|
|
6041
|
+
900: { value: "#352E5A" },
|
|
6042
|
+
1e3: { value: "#2B2549" }
|
|
6043
|
+
},
|
|
6044
|
+
fuchsia: {
|
|
6045
|
+
100: { value: "#FBEEFE" },
|
|
6046
|
+
200: { value: "#F6D1FB" },
|
|
6047
|
+
300: { value: "#EA98F6" },
|
|
6048
|
+
400: { value: "#E16CF2" },
|
|
6049
|
+
500: { value: "#DA4DF0" },
|
|
6050
|
+
600: { value: "#C841DC" },
|
|
6051
|
+
700: { value: "#AC37BD" },
|
|
6052
|
+
800: { value: "#932FA2" },
|
|
6053
|
+
900: { value: "#531B5C" },
|
|
6054
|
+
1e3: { value: "#45164C" }
|
|
6055
|
+
},
|
|
6056
|
+
red: {
|
|
6057
|
+
100: { value: "#FCEEED" },
|
|
6058
|
+
200: { value: "#F9D7D5" },
|
|
6059
|
+
300: { value: "#F09E99" },
|
|
6060
|
+
400: { value: "#EA7A72" },
|
|
6061
|
+
500: { value: "#E6645B" },
|
|
6062
|
+
600: { value: "#E2483D" },
|
|
6063
|
+
700: { value: "#C33E35" },
|
|
6064
|
+
800: { value: "#A8352D" },
|
|
6065
|
+
900: { value: "#5E1E19" },
|
|
6066
|
+
1e3: { value: "#4E1915" }
|
|
6067
|
+
},
|
|
6068
|
+
orange: {
|
|
6069
|
+
100: { value: "#FDF3EC" },
|
|
6070
|
+
200: { value: "#F9DECB" },
|
|
6071
|
+
300: { value: "#F5C39F" },
|
|
6072
|
+
400: { value: "#F0A875" },
|
|
6073
|
+
500: { value: "#EB8E4B" },
|
|
6074
|
+
600: { value: "#E46910" },
|
|
6075
|
+
700: { value: "#BC560D" },
|
|
6076
|
+
800: { value: "#A14A0B" },
|
|
6077
|
+
900: { value: "#6B3108" },
|
|
6078
|
+
1e3: { value: "#492105" }
|
|
6079
|
+
},
|
|
6080
|
+
yellow: {
|
|
6081
|
+
100: { value: "#FDF6DD" },
|
|
6082
|
+
200: { value: "#F9E399" },
|
|
6083
|
+
300: { value: "#F5CD47" },
|
|
6084
|
+
400: { value: "#D8B53F" },
|
|
6085
|
+
500: { value: "#C2A338" },
|
|
6086
|
+
600: { value: "#A68A30" },
|
|
6087
|
+
700: { value: "#897228" },
|
|
6088
|
+
800: { value: "#766222" },
|
|
6089
|
+
900: { value: "#4D4016" },
|
|
6090
|
+
1e3: { value: "#362D10" }
|
|
6091
|
+
},
|
|
6092
|
+
lime: {
|
|
6093
|
+
100: { value: "#F4FAEA" },
|
|
6094
|
+
200: { value: "#D8EFB5" },
|
|
6095
|
+
300: { value: "#B1DF6B" },
|
|
6096
|
+
400: { value: "#83CA16" },
|
|
6097
|
+
500: { value: "#77B814" },
|
|
6098
|
+
600: { value: "#649B11" },
|
|
6099
|
+
700: { value: "#53800E" },
|
|
6100
|
+
800: { value: "#466C0C" },
|
|
6101
|
+
900: { value: "#304A08" },
|
|
6102
|
+
1e3: { value: "#213306" }
|
|
6103
|
+
},
|
|
6104
|
+
green: {
|
|
6105
|
+
100: { value: "#F2F9F6" },
|
|
6106
|
+
200: { value: "#D2EBE1" },
|
|
6107
|
+
300: { value: "#A7D9C4" },
|
|
6108
|
+
400: { value: "#7DC7A8" },
|
|
6109
|
+
500: { value: "#56B78E" },
|
|
6110
|
+
600: { value: "#23A06B" },
|
|
6111
|
+
700: { value: "#1C8459" },
|
|
6112
|
+
800: { value: "#186F4A" },
|
|
6113
|
+
900: { value: "#104B32" },
|
|
6114
|
+
1e3: { value: "#0B3524" }
|
|
6115
|
+
},
|
|
6116
|
+
teal: {
|
|
6117
|
+
100: { value: "#F2F9F6" },
|
|
6118
|
+
200: { value: "#C4EDE9" },
|
|
6119
|
+
300: { value: "#92DED6" },
|
|
6120
|
+
400: { value: "#4FCABC" },
|
|
6121
|
+
500: { value: "#19B9A8" },
|
|
6122
|
+
600: { value: "#119E8F" },
|
|
6123
|
+
700: { value: "#0E8275" },
|
|
6124
|
+
800: { value: "#0C6E63" },
|
|
6125
|
+
900: { value: "#084841" },
|
|
6126
|
+
1e3: { value: "#06342F" }
|
|
6127
|
+
},
|
|
6128
|
+
brand: {
|
|
6129
|
+
capital: { value: "#2F5573" },
|
|
6130
|
+
esign: { value: "#00C853" },
|
|
6131
|
+
expense: { value: "#183883" },
|
|
6132
|
+
flex: { value: "#7C4DFF" },
|
|
6133
|
+
jurnal: { value: "#40C3FF" },
|
|
6134
|
+
klikpajak: { value: "#FF9100" },
|
|
6135
|
+
mekari: { value: "#651FFF" },
|
|
6136
|
+
qontak: { value: "#2979FF" },
|
|
6137
|
+
talenta: { value: "#F22929" },
|
|
6138
|
+
university: { value: "#448AFF" }
|
|
6139
|
+
}
|
|
6140
|
+
});
|
|
6141
|
+
|
|
6142
|
+
// src/tokens-next/radii.ts
|
|
6143
|
+
var import_dev56 = require("@pandacss/dev");
|
|
6144
|
+
var radii2 = import_dev56.defineTokens.radii({
|
|
6145
|
+
none: { value: "0" },
|
|
6146
|
+
sm: { value: "0.25rem", description: "4px" },
|
|
6147
|
+
md: { value: "0.375rem", description: "6px" },
|
|
6148
|
+
lg: { value: "0.5rem", description: "8px" },
|
|
6149
|
+
xl: { value: "0.75rem", description: "12px" },
|
|
6150
|
+
full: { value: "999px" }
|
|
6151
|
+
});
|
|
6152
|
+
|
|
6153
|
+
// src/tokens-next/spacing.ts
|
|
6154
|
+
var import_dev57 = require("@pandacss/dev");
|
|
6155
|
+
var spacing2 = import_dev57.defineTokens.spacing({
|
|
6156
|
+
0: { value: "0" },
|
|
6157
|
+
0.5: { value: "0.125rem", description: "2px" },
|
|
6158
|
+
1: { value: "0.25rem", description: "4px" },
|
|
6159
|
+
1.5: { value: "0.375rem", description: "6px" },
|
|
6160
|
+
2: { value: "0.5rem", description: "8px" },
|
|
6161
|
+
3: { value: "0.75rem", description: "12px" },
|
|
6162
|
+
4: { value: "1rem", description: "16px" },
|
|
6163
|
+
5: { value: "1.3rem", description: "20px" },
|
|
6164
|
+
6: { value: "1.5rem", description: "24px" },
|
|
6165
|
+
8: { value: "2rem", description: "32px" },
|
|
6166
|
+
10: { value: "2.5rem", description: "40px" },
|
|
6167
|
+
20: { value: "5rem", description: "80px" }
|
|
6168
|
+
});
|
|
6169
|
+
|
|
6170
|
+
// src/tokens-next/shadows.ts
|
|
6171
|
+
var import_dev58 = require("@pandacss/dev");
|
|
6172
|
+
var shadows2 = import_dev58.defineTokens.shadows({
|
|
6173
|
+
xs: {
|
|
6174
|
+
value: ["0px 2px 4px 0px {colors.background.shadow}", "0px 0px 2px 0px {colors.background.shadow}"]
|
|
6175
|
+
},
|
|
6176
|
+
sm: {
|
|
6177
|
+
value: ["0px 10px 15px -3px {colors.background.shadow}", "0px 4px 6px -2px {colors.background.shadow}"]
|
|
6178
|
+
},
|
|
6179
|
+
md: {
|
|
6180
|
+
value: ["0px 20px 25px -5px {colors.background.shadow}", "0px 10px 10px -5px {colors.background.shadow}"]
|
|
6181
|
+
},
|
|
6182
|
+
lg: {
|
|
6183
|
+
value: ["0px 25px 30px -10px {colors.background.shadow}", "0px 15px 15px -10px {colors.background.shadow}"]
|
|
6184
|
+
},
|
|
6185
|
+
focus: {
|
|
6186
|
+
value: "0 0 0 1px {colors.border.focused}"
|
|
6187
|
+
},
|
|
6188
|
+
outline: {
|
|
6189
|
+
value: "0 0 0 3px #E0EEFF"
|
|
6190
|
+
},
|
|
6191
|
+
outer: {
|
|
6192
|
+
value: "0 0 0 3px rgba(224, 238, 255, 1)"
|
|
6193
|
+
},
|
|
6194
|
+
none: {
|
|
6195
|
+
value: "none"
|
|
6196
|
+
}
|
|
6197
|
+
});
|
|
6198
|
+
|
|
6199
|
+
// src/tokens-next/index.ts
|
|
6200
|
+
var tokensNext = (0, import_dev59.defineTokens)({
|
|
6201
|
+
borderWidths: borderWidths2,
|
|
6202
|
+
colors: colors2,
|
|
6203
|
+
durations,
|
|
6204
|
+
fonts,
|
|
6205
|
+
fontSizes,
|
|
6206
|
+
fontWeights,
|
|
6207
|
+
lineHeights,
|
|
6208
|
+
letterSpacings,
|
|
6209
|
+
opacity,
|
|
6210
|
+
radii: radii2,
|
|
6211
|
+
shadows: shadows2,
|
|
6212
|
+
sizes,
|
|
6213
|
+
spacing: spacing2,
|
|
6214
|
+
zIndex
|
|
6215
|
+
});
|
|
6216
|
+
|
|
6217
|
+
// src/semanticTokens/index.ts
|
|
6218
|
+
var import_dev62 = require("@pandacss/dev");
|
|
6219
|
+
|
|
6220
|
+
// src/semanticTokens/colors.ts
|
|
6221
|
+
var import_dev60 = require("@pandacss/dev");
|
|
6222
|
+
var colors3 = import_dev60.defineSemanticTokens.colors({
|
|
6223
|
+
background: {
|
|
6224
|
+
surface: {
|
|
6225
|
+
value: {
|
|
6226
|
+
base: "#F1F5F9",
|
|
6227
|
+
// Doens't have raw token
|
|
6228
|
+
_light: "#F1F5F9",
|
|
6229
|
+
// Doesn't have raw token
|
|
6230
|
+
_dark: "{colors.dark}"
|
|
6231
|
+
}
|
|
6232
|
+
},
|
|
6233
|
+
stage: {
|
|
6234
|
+
value: {
|
|
6235
|
+
base: "{colors.white}",
|
|
6236
|
+
_light: "{colors.white}",
|
|
6237
|
+
_dark: "{colors.dark.100}"
|
|
6238
|
+
}
|
|
6239
|
+
},
|
|
6240
|
+
overlay: {
|
|
6241
|
+
value: {
|
|
6242
|
+
base: "rgba(35, 41, 51, 0.80)",
|
|
6243
|
+
// Doens't have raw token
|
|
6244
|
+
_light: "rgba(35, 41, 51, 0.80)",
|
|
6245
|
+
// Doesn't have raw token
|
|
6246
|
+
_dark: "rgba(101, 127, 153, 0.8)"
|
|
6247
|
+
// Doesn't have raw token
|
|
6248
|
+
}
|
|
6249
|
+
},
|
|
6250
|
+
disabled: {
|
|
6251
|
+
value: {
|
|
6252
|
+
base: "rgba(29, 31, 36, 0.04)",
|
|
6253
|
+
// Doesn't have raw token
|
|
6254
|
+
_light: "rgba(29, 31, 36, 0.04)",
|
|
6255
|
+
// Doesn't have raw token
|
|
6256
|
+
_dark: "rgba(188, 214, 240, 0.04)"
|
|
6257
|
+
// Doesn't have raw token
|
|
6258
|
+
}
|
|
6259
|
+
},
|
|
6260
|
+
inverse: {
|
|
6261
|
+
value: {
|
|
6262
|
+
base: "{colors.dark.100}",
|
|
6263
|
+
_light: "{colors.dark.100}",
|
|
6264
|
+
_dark: "{colors.white}"
|
|
6265
|
+
}
|
|
6266
|
+
},
|
|
6267
|
+
shadow: {
|
|
6268
|
+
value: {
|
|
6269
|
+
base: "rgba(29, 31, 36, 0.16)",
|
|
6270
|
+
// Doesn't have raw token
|
|
6271
|
+
_light: "rgba(29, 31, 36, 0.16)",
|
|
6272
|
+
// Doesn't have raw token
|
|
6273
|
+
_dark: "rgba(22, 26, 29, 1)"
|
|
6274
|
+
// Doesn't have raw token
|
|
6275
|
+
}
|
|
6276
|
+
},
|
|
6277
|
+
neutral: {
|
|
6278
|
+
DEFAULT: {
|
|
6279
|
+
value: {
|
|
6280
|
+
base: "{colors.white}",
|
|
6281
|
+
_light: "{colors.white}",
|
|
6282
|
+
_dark: "{colors.dark.200}"
|
|
6283
|
+
}
|
|
6284
|
+
},
|
|
6285
|
+
hovered: {
|
|
6286
|
+
value: {
|
|
6287
|
+
base: "{colors.neutral.100}",
|
|
6288
|
+
_light: "{colors.neutral.100}",
|
|
6289
|
+
_dark: "{colors.dark.250}"
|
|
6290
|
+
}
|
|
6291
|
+
},
|
|
6292
|
+
pressed: {
|
|
6293
|
+
value: {
|
|
6294
|
+
base: "{colors.neutral.200}",
|
|
6295
|
+
_light: "{colors.neutral.200}",
|
|
6296
|
+
_dark: "{colors.dark.300}"
|
|
6297
|
+
}
|
|
6298
|
+
},
|
|
6299
|
+
subtle: {
|
|
6300
|
+
DEFAULT: {
|
|
6301
|
+
value: {
|
|
6302
|
+
base: "{colors.neutral.200}",
|
|
6303
|
+
_light: "{colors.neutral.200}",
|
|
6304
|
+
_dark: "{colors.dark.300}"
|
|
6305
|
+
}
|
|
6306
|
+
},
|
|
6307
|
+
hovered: {
|
|
6308
|
+
value: {
|
|
6309
|
+
base: "{colors.neutral.300}",
|
|
6310
|
+
_light: "{colors.neutral.300}",
|
|
6311
|
+
_dark: "{colors.dark.350}"
|
|
6312
|
+
}
|
|
6313
|
+
},
|
|
6314
|
+
pressed: {
|
|
6315
|
+
value: {
|
|
6316
|
+
base: "{colors.neutral.400}",
|
|
6317
|
+
_light: "{colors.neutral.400}",
|
|
6318
|
+
_dark: "{colors.dark.400}"
|
|
6319
|
+
}
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
6322
|
+
bold: {
|
|
6323
|
+
DEFAULT: {
|
|
6324
|
+
value: {
|
|
6325
|
+
base: "{colors.neutral.800}",
|
|
6326
|
+
_light: "{colors.neutral.800}",
|
|
6327
|
+
_dark: "{colors.dark.800}"
|
|
6328
|
+
}
|
|
6329
|
+
},
|
|
6330
|
+
hovered: {
|
|
6331
|
+
value: {
|
|
6332
|
+
base: "{colors.neutral.900}",
|
|
6333
|
+
_light: "{colors.neutral.900}",
|
|
6334
|
+
_dark: "{colors.dark.900}"
|
|
6335
|
+
}
|
|
6336
|
+
},
|
|
6337
|
+
pressed: {
|
|
6338
|
+
value: {
|
|
6339
|
+
base: "{colors.neutral.1000}",
|
|
6340
|
+
_light: "{colors.neutral.1000}",
|
|
6341
|
+
_dark: "{colors.dark.1000}"
|
|
6342
|
+
}
|
|
6343
|
+
}
|
|
6344
|
+
}
|
|
6345
|
+
},
|
|
6346
|
+
brand: {
|
|
6347
|
+
DEFAULT: {
|
|
6348
|
+
value: {
|
|
6349
|
+
base: "{colors.indigo.100}",
|
|
6350
|
+
_light: "{colors.indigo.100}",
|
|
6351
|
+
_dark: "{colors.indigo.1000}"
|
|
6352
|
+
}
|
|
6353
|
+
},
|
|
6354
|
+
hovered: {
|
|
6355
|
+
value: {
|
|
6356
|
+
base: "{colors.indigo.200}",
|
|
6357
|
+
_light: "{colors.indigo.200}",
|
|
6358
|
+
_dark: "{colors.indigo.900}"
|
|
6359
|
+
}
|
|
6360
|
+
},
|
|
6361
|
+
pressed: {
|
|
6362
|
+
value: {
|
|
6363
|
+
base: "{colors.indigo.300}",
|
|
6364
|
+
_light: "{colors.indigo.300}",
|
|
6365
|
+
_dark: "{colors.indigo.800}"
|
|
6366
|
+
}
|
|
6367
|
+
},
|
|
6368
|
+
selected: {
|
|
6369
|
+
value: {
|
|
6370
|
+
base: "{colors.indigo.200}",
|
|
6371
|
+
_light: "{colors.indigo.200}",
|
|
6372
|
+
_dark: "{colors.indigo.900}"
|
|
6373
|
+
}
|
|
6374
|
+
},
|
|
6375
|
+
bold: {
|
|
6376
|
+
DEFAULT: {
|
|
6377
|
+
value: {
|
|
6378
|
+
base: "{colors.indigo.700}",
|
|
6379
|
+
_light: "{colors.indigo.700}",
|
|
6380
|
+
_dark: "{colors.indigo.400}"
|
|
6381
|
+
}
|
|
6382
|
+
},
|
|
6383
|
+
hovered: {
|
|
6384
|
+
value: {
|
|
6385
|
+
base: "{colors.indigo.800}",
|
|
6386
|
+
_light: "{colors.indigo.800}",
|
|
6387
|
+
_dark: "{colors.indigo.300}"
|
|
6388
|
+
}
|
|
6389
|
+
},
|
|
6390
|
+
pressed: {
|
|
6391
|
+
value: {
|
|
6392
|
+
base: "{colors.indigo.900}",
|
|
6393
|
+
_liht: "{colors.indigo.900}",
|
|
6394
|
+
_dark: "{colors.indigo.200}"
|
|
6395
|
+
}
|
|
6396
|
+
},
|
|
6397
|
+
selected: {
|
|
6398
|
+
value: {
|
|
6399
|
+
base: "{colors.indigo.700}",
|
|
6400
|
+
_liht: "{colors.indigo.700}",
|
|
6401
|
+
_dark: "{colors.indigo.400}"
|
|
6402
|
+
}
|
|
6403
|
+
}
|
|
6404
|
+
}
|
|
6405
|
+
},
|
|
6406
|
+
tertiary: {
|
|
6407
|
+
DEFAULT: {
|
|
6408
|
+
value: {
|
|
6409
|
+
base: "{colors.dark.200}",
|
|
6410
|
+
_light: "{colors.dark.200}",
|
|
6411
|
+
_dark: "{colors.dark.200}"
|
|
6412
|
+
}
|
|
6413
|
+
},
|
|
6414
|
+
hovered: {
|
|
6415
|
+
value: {
|
|
6416
|
+
base: "{colors.dark.300}",
|
|
6417
|
+
_light: "{colors.dark.300}",
|
|
6418
|
+
_dark: "{colors.dark.300}"
|
|
6419
|
+
}
|
|
6420
|
+
},
|
|
6421
|
+
pressed: {
|
|
6422
|
+
value: {
|
|
6423
|
+
base: "{colors.dark.400}",
|
|
6424
|
+
_light: "{colors.dark.400}",
|
|
6425
|
+
_dark: "{colors.dark.400}"
|
|
6426
|
+
}
|
|
6427
|
+
}
|
|
6428
|
+
},
|
|
6429
|
+
danger: {
|
|
6430
|
+
DEFAULT: {
|
|
6431
|
+
value: {
|
|
6432
|
+
base: "{colors.red.100}",
|
|
6433
|
+
_light: "{colors.red.100}",
|
|
6434
|
+
_dark: "{colors.red.1000}"
|
|
6435
|
+
}
|
|
6436
|
+
},
|
|
6437
|
+
hovered: {
|
|
6438
|
+
value: {
|
|
6439
|
+
base: "{colors.red.200}",
|
|
6440
|
+
_light: "{colors.red.200}",
|
|
6441
|
+
_dark: "{colors.red.900}"
|
|
6442
|
+
}
|
|
6443
|
+
},
|
|
6444
|
+
pressed: {
|
|
6445
|
+
value: {
|
|
6446
|
+
base: "{colors.red.300}",
|
|
6447
|
+
_light: "{colors.red.300}",
|
|
6448
|
+
_dark: "{colors.red.800}"
|
|
6449
|
+
}
|
|
6450
|
+
},
|
|
6451
|
+
bold: {
|
|
6452
|
+
DEFAULT: {
|
|
6453
|
+
value: {
|
|
6454
|
+
base: "{colors.red.700}",
|
|
6455
|
+
_light: "{colors.red.700}",
|
|
6456
|
+
_dark: "{colors.red.400}"
|
|
6457
|
+
}
|
|
6458
|
+
},
|
|
6459
|
+
hovered: {
|
|
6460
|
+
value: {
|
|
6461
|
+
base: "{colors.red.800}",
|
|
6462
|
+
_light: "{colors.red.800}",
|
|
6463
|
+
_dark: "{colors.red.300}"
|
|
6464
|
+
}
|
|
6465
|
+
},
|
|
6466
|
+
pressed: {
|
|
6467
|
+
value: {
|
|
6468
|
+
base: "{colors.red.900}",
|
|
6469
|
+
_liht: "{colors.red.900}",
|
|
6470
|
+
_dark: "{colors.red.200}"
|
|
6471
|
+
}
|
|
6472
|
+
}
|
|
6473
|
+
}
|
|
6474
|
+
},
|
|
6475
|
+
warning: {
|
|
6476
|
+
DEFAULT: {
|
|
6477
|
+
value: {
|
|
6478
|
+
base: "{colors.yellow.100}",
|
|
6479
|
+
_light: "{colors.yellow.100}",
|
|
6480
|
+
_dark: "{colors.yellow.1000}"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6483
|
+
hovered: {
|
|
6484
|
+
value: {
|
|
6485
|
+
base: "{colors.yellow.200}",
|
|
6486
|
+
_light: "{colors.yellow.200}",
|
|
6487
|
+
_dark: "{colors.yellow.900}"
|
|
6488
|
+
}
|
|
6489
|
+
},
|
|
6490
|
+
pressed: {
|
|
6491
|
+
value: {
|
|
6492
|
+
base: "{colors.yellow.300}",
|
|
6493
|
+
_light: "{colors.yellow.300}",
|
|
6494
|
+
_dark: "{colors.yellow.800}"
|
|
6495
|
+
}
|
|
6496
|
+
},
|
|
6497
|
+
bold: {
|
|
6498
|
+
DEFAULT: {
|
|
6499
|
+
value: {
|
|
6500
|
+
base: "{colors.yellow.300}",
|
|
6501
|
+
_light: "{colors.yellow.300}",
|
|
6502
|
+
_dark: "{colors.yellow.300}"
|
|
6503
|
+
}
|
|
6504
|
+
},
|
|
6505
|
+
hovered: {
|
|
6506
|
+
value: {
|
|
6507
|
+
base: "{colors.yellow.400}",
|
|
6508
|
+
_light: "{colors.yellow.400}",
|
|
6509
|
+
_dark: "{colors.yellow.400}"
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6512
|
+
pressed: {
|
|
6513
|
+
value: {
|
|
6514
|
+
base: "{colors.yellow.500}",
|
|
6515
|
+
_liht: "{colors.yellow.500}",
|
|
6516
|
+
_dark: "{colors.yellow.500}"
|
|
6517
|
+
}
|
|
6518
|
+
}
|
|
6519
|
+
}
|
|
6520
|
+
},
|
|
6521
|
+
success: {
|
|
6522
|
+
DEFAULT: {
|
|
6523
|
+
value: {
|
|
6524
|
+
base: "{colors.green.100}",
|
|
6525
|
+
_light: "{colors.green.100}",
|
|
6526
|
+
_dark: "{colors.green.1000}"
|
|
6527
|
+
}
|
|
6528
|
+
},
|
|
6529
|
+
hovered: {
|
|
6530
|
+
value: {
|
|
6531
|
+
base: "{colors.green.200}",
|
|
6532
|
+
_light: "{colors.green.200}",
|
|
6533
|
+
_dark: "{colors.green.900}"
|
|
6534
|
+
}
|
|
6535
|
+
},
|
|
6536
|
+
pressed: {
|
|
6537
|
+
value: {
|
|
6538
|
+
base: "{colors.green.300}",
|
|
6539
|
+
_light: "{colors.green.300}",
|
|
6540
|
+
_dark: "{colors.green.800}"
|
|
6541
|
+
}
|
|
6542
|
+
},
|
|
6543
|
+
bold: {
|
|
6544
|
+
DEFAULT: {
|
|
6545
|
+
value: {
|
|
6546
|
+
base: "{colors.green.700}",
|
|
6547
|
+
_light: "{colors.green.700}",
|
|
6548
|
+
_dark: "{colors.green.400}"
|
|
6549
|
+
}
|
|
6550
|
+
},
|
|
6551
|
+
hovered: {
|
|
6552
|
+
value: {
|
|
6553
|
+
base: "{colors.green.800}",
|
|
6554
|
+
_light: "{colors.green.800}",
|
|
6555
|
+
_dark: "{colors.green.300}"
|
|
6556
|
+
}
|
|
6557
|
+
},
|
|
6558
|
+
pressed: {
|
|
6559
|
+
value: {
|
|
6560
|
+
base: "{colors.green.900}",
|
|
6561
|
+
_liht: "{colors.green.900}",
|
|
6562
|
+
_dark: "{colors.green.200}"
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
},
|
|
6567
|
+
highlight: {
|
|
6568
|
+
DEFAULT: {
|
|
6569
|
+
value: {
|
|
6570
|
+
base: "{colors.violet.100}",
|
|
6571
|
+
_light: "{colors.violet.100}",
|
|
6572
|
+
_dark: "{colors.violet.1000}"
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
6575
|
+
hovered: {
|
|
6576
|
+
value: {
|
|
6577
|
+
base: "{colors.violet.200}",
|
|
6578
|
+
_light: "{colors.violet.200}",
|
|
6579
|
+
_dark: "{colors.violet.900}"
|
|
6580
|
+
}
|
|
6581
|
+
},
|
|
6582
|
+
pressed: {
|
|
6583
|
+
value: {
|
|
6584
|
+
base: "{colors.violet.300}",
|
|
6585
|
+
_light: "{colors.violet.300}",
|
|
6586
|
+
_dark: "{colors.violet.800}"
|
|
6587
|
+
}
|
|
6588
|
+
},
|
|
6589
|
+
bold: {
|
|
6590
|
+
DEFAULT: {
|
|
6591
|
+
value: {
|
|
6592
|
+
base: "{colors.violet.700}",
|
|
6593
|
+
_light: "{colors.violet.700}",
|
|
6594
|
+
_dark: "{colors.violet.400}"
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
6597
|
+
hovered: {
|
|
6598
|
+
value: {
|
|
6599
|
+
base: "{colors.violet.800}",
|
|
6600
|
+
_light: "{colors.violet.800}",
|
|
6601
|
+
_dark: "{colors.violet.300}"
|
|
6602
|
+
}
|
|
6603
|
+
},
|
|
6604
|
+
pressed: {
|
|
6605
|
+
value: {
|
|
6606
|
+
base: "{colors.violet.900}",
|
|
6607
|
+
_liht: "{colors.violet.900}",
|
|
6608
|
+
_dark: "{colors.violet.200}"
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
nav: {
|
|
6615
|
+
parent: {
|
|
6616
|
+
value: {
|
|
6617
|
+
base: "#E7EDF5",
|
|
6618
|
+
// Doesn't have raw token
|
|
6619
|
+
_light: "#E7EDF5",
|
|
6620
|
+
// Doesn't have raw token
|
|
6621
|
+
_dark: "{colors.dark.100}"
|
|
6622
|
+
}
|
|
6623
|
+
},
|
|
6624
|
+
stack: {
|
|
6625
|
+
DEFAULT: {
|
|
6626
|
+
value: {
|
|
6627
|
+
base: "{colors.neutral.100}",
|
|
6628
|
+
_light: "{colors.neutral.100}",
|
|
6629
|
+
_dark: "{colors.dark}"
|
|
6630
|
+
}
|
|
6631
|
+
},
|
|
6632
|
+
hovered: {
|
|
6633
|
+
value: {
|
|
6634
|
+
base: "#E7EDF5",
|
|
6635
|
+
// Doesn't have raw token
|
|
6636
|
+
_light: "#E7EDF5",
|
|
6637
|
+
// Doesn't have raw token
|
|
6638
|
+
_dark: "{colors.dark.100}"
|
|
6639
|
+
}
|
|
6640
|
+
}
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
6643
|
+
text: {
|
|
6644
|
+
default: {
|
|
6645
|
+
DEFAULT: {
|
|
6646
|
+
value: {
|
|
6647
|
+
base: "{colors.neutral.1000}",
|
|
6648
|
+
_light: "{colors.neutral.1000}",
|
|
6649
|
+
_dark: "{colors.dark.900}"
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
6652
|
+
static: {
|
|
6653
|
+
value: {
|
|
6654
|
+
base: "{colors.neutral.1000}",
|
|
6655
|
+
_light: "{colors.neutral.1000}",
|
|
6656
|
+
_dark: "{colors.neutral.1000}"
|
|
6657
|
+
}
|
|
6658
|
+
}
|
|
6659
|
+
},
|
|
6660
|
+
secondary: {
|
|
6661
|
+
DEFAULT: {
|
|
6662
|
+
value: {
|
|
6663
|
+
base: "{colors.neutral.700}",
|
|
6664
|
+
_light: "{colors.neutral.700}",
|
|
6665
|
+
_dark: "{colors.dark.700}"
|
|
6666
|
+
}
|
|
6667
|
+
},
|
|
6668
|
+
pressed: {
|
|
6669
|
+
value: {
|
|
6670
|
+
base: "{colors.neutral.800}",
|
|
6671
|
+
_light: "{colors.neutral.800}",
|
|
6672
|
+
_dark: "{colors.dark.800}"
|
|
6673
|
+
}
|
|
6674
|
+
}
|
|
6675
|
+
},
|
|
6676
|
+
placeholder: {
|
|
6677
|
+
value: {
|
|
6678
|
+
base: "{colors.neutral.600}",
|
|
6679
|
+
_light: "{colors.neutral.600}",
|
|
6680
|
+
_dark: "{colors.dark.600}"
|
|
6681
|
+
}
|
|
6682
|
+
},
|
|
6683
|
+
disabled: {
|
|
6684
|
+
value: {
|
|
6685
|
+
base: "rgba(29, 31, 36, 0.32)",
|
|
6686
|
+
// Doesn't have raw token
|
|
6687
|
+
_light: "rgba(29, 31, 36, 0.32)",
|
|
6688
|
+
// Doesn't have raw token
|
|
6689
|
+
_dark: "rgba(191, 219, 248, 0.28)"
|
|
6690
|
+
// Doesn't have raw token
|
|
6691
|
+
}
|
|
6692
|
+
},
|
|
6693
|
+
inverse: {
|
|
6694
|
+
DEFAULT: {
|
|
6695
|
+
value: {
|
|
6696
|
+
base: "{colors.white}",
|
|
6697
|
+
_light: "{colors.white}",
|
|
6698
|
+
_dark: "{colors.dark.100}"
|
|
6699
|
+
}
|
|
6700
|
+
},
|
|
6701
|
+
static: {
|
|
6702
|
+
value: {
|
|
6703
|
+
base: "{colors.white}",
|
|
6704
|
+
_light: "{colors.white}",
|
|
6705
|
+
_dark: "{colors.white}"
|
|
6706
|
+
}
|
|
6707
|
+
}
|
|
6708
|
+
},
|
|
6709
|
+
selected: {
|
|
6710
|
+
value: {
|
|
6711
|
+
base: "{colors.indigo.700}",
|
|
6712
|
+
_light: "{colors.indigo.700}",
|
|
6713
|
+
_dark: "{colors.indigo.400}"
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6716
|
+
danger: {
|
|
6717
|
+
DEFAULT: {
|
|
6718
|
+
value: {
|
|
6719
|
+
base: "{colors.red.800}",
|
|
6720
|
+
_light: "{colors.red.800}",
|
|
6721
|
+
_dark: "{colors.red.300}"
|
|
6722
|
+
}
|
|
6723
|
+
},
|
|
6724
|
+
pressed: {
|
|
6725
|
+
value: {
|
|
6726
|
+
base: "{colors.red.900}",
|
|
6727
|
+
_light: "{colors.red.900}",
|
|
6728
|
+
_dark: "{colors.red.200}"
|
|
6729
|
+
}
|
|
6730
|
+
}
|
|
6731
|
+
},
|
|
6732
|
+
warning: {
|
|
6733
|
+
DEFAULT: {
|
|
6734
|
+
value: {
|
|
6735
|
+
base: "{colors.orange.800}",
|
|
6736
|
+
_light: "{colors.orange.800}",
|
|
6737
|
+
_dark: "{colors.yellow.300}"
|
|
6738
|
+
}
|
|
6739
|
+
},
|
|
6740
|
+
inverse: {
|
|
6741
|
+
value: {
|
|
6742
|
+
base: "{colors.neutral.1000}",
|
|
6743
|
+
_light: "{colors.neutral.1000}",
|
|
6744
|
+
_dark: "{colors.neutral.1000}"
|
|
6745
|
+
}
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
6748
|
+
success: {
|
|
6749
|
+
value: {
|
|
6750
|
+
base: "{colors.green.800}",
|
|
6751
|
+
_light: "{colors.green.800}",
|
|
6752
|
+
_dark: "{colors.green.300}"
|
|
6753
|
+
}
|
|
6754
|
+
},
|
|
6755
|
+
highlight: {
|
|
6756
|
+
value: {
|
|
6757
|
+
base: "{colors.violet.800}",
|
|
6758
|
+
_light: "{colors.violet.800}",
|
|
6759
|
+
_dark: "{colors.violet.300}"
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
information: {
|
|
6763
|
+
value: {
|
|
6764
|
+
base: "{colors.indigo.800}",
|
|
6765
|
+
_light: "{colors.indigo.800}",
|
|
6766
|
+
_dark: "{colors.indigo.300}"
|
|
6767
|
+
}
|
|
6768
|
+
},
|
|
6769
|
+
link: {
|
|
6770
|
+
DEFAULT: {
|
|
6771
|
+
value: {
|
|
6772
|
+
base: "{colors.indigo.700}",
|
|
6773
|
+
_light: "{colors.indigo.700}",
|
|
6774
|
+
_dark: "{colors.indigo.400}"
|
|
6775
|
+
}
|
|
6776
|
+
},
|
|
6777
|
+
pressed: {
|
|
6778
|
+
value: {
|
|
6779
|
+
base: "{colors.indigo.800}",
|
|
6780
|
+
_light: "{colors.indigo.800}",
|
|
6781
|
+
_dark: "{colors.indigo.300}"
|
|
6782
|
+
}
|
|
6783
|
+
}
|
|
6784
|
+
}
|
|
6785
|
+
},
|
|
6786
|
+
icon: {
|
|
6787
|
+
default: {
|
|
6788
|
+
value: {
|
|
6789
|
+
base: "{colors.neutral.600}",
|
|
6790
|
+
_light: "{colors.neutral.600}",
|
|
6791
|
+
_dark: "{colors.dark.600}"
|
|
6792
|
+
}
|
|
6793
|
+
},
|
|
6794
|
+
disabled: {
|
|
6795
|
+
value: {
|
|
6796
|
+
base: "{colors.neutral.400}",
|
|
6797
|
+
_light: "{colors.neutral.400}",
|
|
6798
|
+
_dark: "{colors.dark.400}"
|
|
6799
|
+
}
|
|
6800
|
+
},
|
|
6801
|
+
inverse: {
|
|
6802
|
+
DEFAULT: {
|
|
6803
|
+
value: {
|
|
6804
|
+
base: "{colors.white}",
|
|
6805
|
+
_light: "{colors.white}",
|
|
6806
|
+
_dark: "{colors.dark.100}"
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
6809
|
+
static: {
|
|
6810
|
+
value: {
|
|
6811
|
+
base: "{colors.white}",
|
|
6812
|
+
_light: "{colors.white}",
|
|
6813
|
+
_dark: "{colors.white}"
|
|
6814
|
+
}
|
|
6815
|
+
}
|
|
6816
|
+
},
|
|
6817
|
+
selected: {
|
|
6818
|
+
value: {
|
|
6819
|
+
base: "{colors.indigo.700}",
|
|
6820
|
+
_light: "{colors.indigo.700}",
|
|
6821
|
+
_dark: "{colors.indigo.400}"
|
|
6822
|
+
}
|
|
6823
|
+
},
|
|
6824
|
+
brand: {
|
|
6825
|
+
value: {
|
|
6826
|
+
base: "{colors.indigo.700}",
|
|
6827
|
+
_light: "{colors.indigo.700}",
|
|
6828
|
+
_dark: "{colors.indigo.400}"
|
|
6829
|
+
}
|
|
6830
|
+
},
|
|
6831
|
+
danger: {
|
|
6832
|
+
value: {
|
|
6833
|
+
base: "{colors.red.700}",
|
|
6834
|
+
_light: "{colors.red.700}",
|
|
6835
|
+
_dark: "{colors.red.400}"
|
|
6836
|
+
}
|
|
6837
|
+
},
|
|
6838
|
+
warning: {
|
|
6839
|
+
DEFAULT: {
|
|
6840
|
+
value: {
|
|
6841
|
+
base: "{colors.orange.700}",
|
|
6842
|
+
_light: "{colors.orange.700}",
|
|
6843
|
+
_dark: "{colors.yellow.300}"
|
|
6844
|
+
}
|
|
6845
|
+
},
|
|
6846
|
+
inverse: {
|
|
6847
|
+
value: {
|
|
6848
|
+
base: "{colors.neutral.1000}",
|
|
6849
|
+
_light: "{colors.neutral.1000}",
|
|
6850
|
+
_dark: "{colors.dark.100}"
|
|
6851
|
+
}
|
|
6852
|
+
}
|
|
6853
|
+
},
|
|
6854
|
+
success: {
|
|
6855
|
+
value: {
|
|
6856
|
+
base: "{colors.green.700}",
|
|
6857
|
+
_light: "{colors.green.700}",
|
|
6858
|
+
_dark: "{colors.green.400}"
|
|
6859
|
+
}
|
|
6860
|
+
},
|
|
6861
|
+
highlight: {
|
|
6862
|
+
value: {
|
|
6863
|
+
base: "{colors.violet.700}",
|
|
6864
|
+
_light: "{colors.violet.700}",
|
|
6865
|
+
_dark: "{colors.violet.400}"
|
|
6866
|
+
}
|
|
6867
|
+
},
|
|
6868
|
+
information: {
|
|
6869
|
+
value: {
|
|
6870
|
+
base: "{colors.indigo.700}",
|
|
6871
|
+
_light: "{colors.indigo.700}",
|
|
6872
|
+
_dark: "{colors.indigo.400}"
|
|
6873
|
+
}
|
|
6874
|
+
},
|
|
6875
|
+
subtle: {
|
|
6876
|
+
value: {
|
|
6877
|
+
base: "{colors.neutral.300}",
|
|
6878
|
+
_light: "{colors.neutral.300}",
|
|
6879
|
+
_dark: "{colors.dark.300}"
|
|
6880
|
+
}
|
|
6881
|
+
},
|
|
6882
|
+
logo: {
|
|
6883
|
+
value: {
|
|
6884
|
+
base: "{colors.neutral.1000}",
|
|
6885
|
+
_light: "{colors.neutral.1000}",
|
|
6886
|
+
_dark: "{colors.neutral.100}"
|
|
6887
|
+
}
|
|
6888
|
+
}
|
|
6889
|
+
},
|
|
6890
|
+
border: {
|
|
6891
|
+
default: {
|
|
6892
|
+
value: {
|
|
6893
|
+
base: "{colors.neutral.300}",
|
|
6894
|
+
_light: "{colors.neutral.300}",
|
|
6895
|
+
_dark: "{colors.dark.300}"
|
|
6896
|
+
}
|
|
6897
|
+
},
|
|
6898
|
+
bold: {
|
|
6899
|
+
value: {
|
|
6900
|
+
base: "{colors.neutral.600}",
|
|
6901
|
+
_light: "{colors.neutral.600}",
|
|
6902
|
+
_dark: "{colors.dark.600}"
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6905
|
+
disabled: {
|
|
6906
|
+
value: {
|
|
6907
|
+
base: "rgba(29, 31, 36, 0.08)",
|
|
6908
|
+
// Doens't have raw token
|
|
6909
|
+
_light: "rgba(29, 31, 36, 0.08)",
|
|
6910
|
+
// Doens't have raw token
|
|
6911
|
+
_dark: "rgba(161, 189, 217, 0.08)"
|
|
6912
|
+
// Doens't have raw token
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
form: {
|
|
6916
|
+
value: {
|
|
6917
|
+
base: "rgba(29, 31, 36, 0.16)",
|
|
6918
|
+
// Doens't have raw token
|
|
6919
|
+
_light: "rgba(29, 31, 36, 0.16)",
|
|
6920
|
+
// Doens't have raw token
|
|
6921
|
+
_dark: "rgba(166, 197, 226, 0.16)"
|
|
6922
|
+
// Doens't have raw token
|
|
6923
|
+
}
|
|
6924
|
+
},
|
|
6925
|
+
focused: {
|
|
6926
|
+
value: {
|
|
6927
|
+
base: "{colors.indigo.500}",
|
|
6928
|
+
_light: "{colors.indigo.500}",
|
|
6929
|
+
_dark: "{colors.indigo.300}"
|
|
6930
|
+
}
|
|
6931
|
+
},
|
|
6932
|
+
inverse: {
|
|
6933
|
+
value: {
|
|
6934
|
+
base: "{colors.white}",
|
|
6935
|
+
_light: "{colors.white}",
|
|
6936
|
+
_dark: "{colors.dark.100}"
|
|
6937
|
+
}
|
|
6938
|
+
},
|
|
6939
|
+
selected: {
|
|
6940
|
+
DEFAULT: {
|
|
6941
|
+
value: {
|
|
6942
|
+
base: "{colors.indigo.700}",
|
|
6943
|
+
_light: "{colors.indigo.700}",
|
|
6944
|
+
_dark: "{colors.indigo.400}"
|
|
6945
|
+
}
|
|
6946
|
+
},
|
|
6947
|
+
hovered: {
|
|
6948
|
+
value: {
|
|
6949
|
+
base: "{colors.indigo.800}",
|
|
6950
|
+
_light: "{colors.indigo.800}",
|
|
6951
|
+
_dark: "{colors.indigo.300}"
|
|
6952
|
+
}
|
|
6953
|
+
},
|
|
6954
|
+
disabled: {
|
|
6955
|
+
value: {
|
|
6956
|
+
base: "{colors.indigo.200}",
|
|
6957
|
+
_light: "{colors.indigo.200}",
|
|
6958
|
+
_dark: "{colors.indigo.900}"
|
|
6959
|
+
}
|
|
6960
|
+
}
|
|
6961
|
+
},
|
|
6962
|
+
brand: {
|
|
6963
|
+
value: {
|
|
6964
|
+
base: "{colors.indigo.700}",
|
|
6965
|
+
_light: "{colors.indigo.700}",
|
|
6966
|
+
_dark: "{colors.indigo.400}"
|
|
6967
|
+
}
|
|
6968
|
+
},
|
|
6969
|
+
danger: {
|
|
6970
|
+
value: {
|
|
6971
|
+
base: "{colors.red.700}",
|
|
6972
|
+
_light: "{colors.red.700}",
|
|
6973
|
+
_dark: "{colors.red.400}"
|
|
6974
|
+
}
|
|
6975
|
+
},
|
|
6976
|
+
warning: {
|
|
6977
|
+
value: {
|
|
6978
|
+
base: "{colors.yellow.300}",
|
|
6979
|
+
_light: "{colors.yellow.300}",
|
|
6980
|
+
_dark: "{colors.yellow.300}"
|
|
6981
|
+
}
|
|
6982
|
+
},
|
|
6983
|
+
success: {
|
|
6984
|
+
value: {
|
|
6985
|
+
base: "{colors.green.700}",
|
|
6986
|
+
_light: "{colors.green.700}",
|
|
6987
|
+
_dark: "{colors.green.400}"
|
|
6988
|
+
}
|
|
6989
|
+
},
|
|
6990
|
+
highlight: {
|
|
6991
|
+
value: {
|
|
6992
|
+
base: "{colors.violet.700}",
|
|
6993
|
+
_light: "{colors.violet.700}",
|
|
6994
|
+
_dark: "{colors.violet.400}"
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6997
|
+
information: {
|
|
6998
|
+
value: {
|
|
6999
|
+
base: "{colors.indigo.700}",
|
|
7000
|
+
_light: "{colors.indigo.700}",
|
|
7001
|
+
_dark: "{colors.indigo.400}"
|
|
7002
|
+
}
|
|
7003
|
+
}
|
|
7004
|
+
},
|
|
7005
|
+
chart: {
|
|
7006
|
+
cat01: {
|
|
7007
|
+
DEFAULT: {
|
|
7008
|
+
value: {
|
|
7009
|
+
base: "{colors.blue.400}",
|
|
7010
|
+
_light: "{colors.blue.400}",
|
|
7011
|
+
_dark: "{colors.blue.300}"
|
|
7012
|
+
}
|
|
7013
|
+
},
|
|
7014
|
+
bold: {
|
|
7015
|
+
value: {
|
|
7016
|
+
base: "{colors.blue.600}",
|
|
7017
|
+
_light: "{colors.blue.600}",
|
|
7018
|
+
_dark: "{colors.blue.500}"
|
|
7019
|
+
}
|
|
7020
|
+
}
|
|
7021
|
+
},
|
|
7022
|
+
cat02: {
|
|
7023
|
+
DEFAULT: {
|
|
7024
|
+
value: {
|
|
7025
|
+
base: "{colors.teal.400}",
|
|
7026
|
+
_light: "{colors.teal.400}",
|
|
7027
|
+
_dark: "{colors.teal.300}"
|
|
7028
|
+
}
|
|
7029
|
+
},
|
|
7030
|
+
bold: {
|
|
7031
|
+
value: {
|
|
7032
|
+
base: "{colors.teal.600}",
|
|
7033
|
+
_light: "{colors.teal.600}",
|
|
7034
|
+
_dark: "{colors.teal.500}"
|
|
7035
|
+
}
|
|
7036
|
+
}
|
|
7037
|
+
},
|
|
7038
|
+
cat03: {
|
|
7039
|
+
DEFAULT: {
|
|
7040
|
+
value: {
|
|
7041
|
+
base: "{colors.violet.400}",
|
|
7042
|
+
_light: "{colors.violet.400}",
|
|
7043
|
+
_dark: "{colors.violet.300}"
|
|
7044
|
+
}
|
|
7045
|
+
},
|
|
7046
|
+
bold: {
|
|
7047
|
+
value: {
|
|
7048
|
+
base: "{colors.violet.600}",
|
|
7049
|
+
_light: "{colors.violet.600}",
|
|
7050
|
+
_dark: "{colors.violet.500}"
|
|
7051
|
+
}
|
|
7052
|
+
}
|
|
7053
|
+
},
|
|
7054
|
+
cat04: {
|
|
7055
|
+
DEFAULT: {
|
|
7056
|
+
value: {
|
|
7057
|
+
base: "{colors.orange.400}",
|
|
7058
|
+
_light: "{colors.orange.400}",
|
|
7059
|
+
_dark: "{colors.orange.300}"
|
|
7060
|
+
}
|
|
7061
|
+
},
|
|
7062
|
+
bold: {
|
|
7063
|
+
value: {
|
|
7064
|
+
base: "{colors.orange.600}",
|
|
7065
|
+
_light: "{colors.orange.600}",
|
|
7066
|
+
_dark: "{colors.orange.500}"
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
},
|
|
7070
|
+
cat05: {
|
|
7071
|
+
DEFAULT: {
|
|
7072
|
+
value: {
|
|
7073
|
+
base: "{colors.neutral.400}",
|
|
7074
|
+
_light: "{colors.neutral.400}",
|
|
7075
|
+
_dark: "{colors.neutral.300}"
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
bold: {
|
|
7079
|
+
value: {
|
|
7080
|
+
base: "{colors.neutral.600}",
|
|
7081
|
+
_light: "{colors.neutral.600}",
|
|
7082
|
+
_dark: "{colors.neutral.500}"
|
|
7083
|
+
}
|
|
7084
|
+
}
|
|
7085
|
+
},
|
|
7086
|
+
cat06: {
|
|
7087
|
+
DEFAULT: {
|
|
7088
|
+
value: {
|
|
7089
|
+
base: "{colors.red.400}",
|
|
7090
|
+
_light: "{colors.red.400}",
|
|
7091
|
+
_dark: "{colors.red.300}"
|
|
7092
|
+
}
|
|
7093
|
+
},
|
|
7094
|
+
bold: {
|
|
7095
|
+
value: {
|
|
7096
|
+
base: "{colors.red.600}",
|
|
7097
|
+
_light: "{colors.red.600}",
|
|
7098
|
+
_dark: "{colors.red.500}"
|
|
7099
|
+
}
|
|
7100
|
+
}
|
|
7101
|
+
},
|
|
7102
|
+
cat07: {
|
|
7103
|
+
DEFAULT: {
|
|
7104
|
+
value: {
|
|
7105
|
+
base: "{colors.lime.400}",
|
|
7106
|
+
_light: "{colors.lime.400}",
|
|
7107
|
+
_dark: "{colors.lime.300}"
|
|
7108
|
+
}
|
|
7109
|
+
},
|
|
7110
|
+
bold: {
|
|
7111
|
+
value: {
|
|
7112
|
+
base: "{colors.lime.600}",
|
|
7113
|
+
_light: "{colors.lime.600}",
|
|
7114
|
+
_dark: "{colors.lime.500}"
|
|
7115
|
+
}
|
|
7116
|
+
}
|
|
7117
|
+
},
|
|
7118
|
+
cat08: {
|
|
7119
|
+
DEFAULT: {
|
|
7120
|
+
value: {
|
|
7121
|
+
base: "{colors.fuchsia.400}",
|
|
7122
|
+
_light: "{colors.fuchsia.400}",
|
|
7123
|
+
_dark: "{colors.fuchsia.300}"
|
|
7124
|
+
}
|
|
7125
|
+
},
|
|
7126
|
+
bold: {
|
|
7127
|
+
value: {
|
|
7128
|
+
base: "{colors.fuchsia.600}",
|
|
7129
|
+
_light: "{colors.fuchsia.600}",
|
|
7130
|
+
_dark: "{colors.fuchsia.500}"
|
|
7131
|
+
}
|
|
7132
|
+
}
|
|
7133
|
+
}
|
|
7134
|
+
}
|
|
7135
|
+
});
|
|
7136
|
+
|
|
7137
|
+
// src/semanticTokens/spacing.ts
|
|
7138
|
+
var import_dev61 = require("@pandacss/dev");
|
|
7139
|
+
var spacing3 = import_dev61.defineSemanticTokens.spacing({
|
|
7140
|
+
"4xs": {
|
|
7141
|
+
value: {
|
|
7142
|
+
base: "0.125rem"
|
|
7143
|
+
}
|
|
7144
|
+
},
|
|
7145
|
+
"3xs": {
|
|
7146
|
+
value: {
|
|
7147
|
+
base: "{spacing.1}"
|
|
7148
|
+
}
|
|
7149
|
+
},
|
|
7150
|
+
"2xs": {
|
|
7151
|
+
value: {
|
|
7152
|
+
base: "0.375rem"
|
|
7153
|
+
}
|
|
7154
|
+
},
|
|
7155
|
+
xs: {
|
|
7156
|
+
value: {
|
|
7157
|
+
base: "{spacing.2}"
|
|
7158
|
+
}
|
|
7159
|
+
},
|
|
7160
|
+
sm: {
|
|
7161
|
+
value: {
|
|
7162
|
+
base: "{spacing.3}"
|
|
7163
|
+
}
|
|
7164
|
+
},
|
|
7165
|
+
md: {
|
|
7166
|
+
value: {
|
|
7167
|
+
base: "{spacing.4}"
|
|
7168
|
+
}
|
|
7169
|
+
},
|
|
7170
|
+
lg: {
|
|
7171
|
+
value: {
|
|
7172
|
+
base: "{spacing.5}"
|
|
7173
|
+
}
|
|
7174
|
+
},
|
|
7175
|
+
xl: {
|
|
7176
|
+
value: {
|
|
7177
|
+
base: "{spacing.6}"
|
|
7178
|
+
}
|
|
7179
|
+
},
|
|
7180
|
+
"2xl": {
|
|
7181
|
+
value: {
|
|
7182
|
+
base: "{spacing.8}"
|
|
7183
|
+
}
|
|
7184
|
+
},
|
|
7185
|
+
"3xl": {
|
|
7186
|
+
value: {
|
|
7187
|
+
base: "{spacing.10}"
|
|
7188
|
+
}
|
|
7189
|
+
},
|
|
7190
|
+
"4xl": {
|
|
7191
|
+
value: {
|
|
7192
|
+
base: "{spacing.20}"
|
|
7193
|
+
}
|
|
7194
|
+
}
|
|
7195
|
+
});
|
|
7196
|
+
|
|
7197
|
+
// src/semanticTokens/index.ts
|
|
7198
|
+
var semanticTokens = (0, import_dev62.defineSemanticTokens)({
|
|
7199
|
+
colors: colors3,
|
|
7200
|
+
spacing: spacing3
|
|
7201
|
+
});
|
|
7202
|
+
|
|
4734
7203
|
// src/fonts.ts
|
|
4735
7204
|
var globalFontface = {
|
|
4736
7205
|
Inter: [
|
|
@@ -4765,21 +7234,32 @@ var globalFontface = {
|
|
|
4765
7234
|
};
|
|
4766
7235
|
|
|
4767
7236
|
// src/index.ts
|
|
4768
|
-
var preset = (0,
|
|
7237
|
+
var preset = (0, import_dev63.definePreset)({
|
|
4769
7238
|
name: "@mekari/pixel3-theme",
|
|
7239
|
+
// Main Theme
|
|
4770
7240
|
theme: {
|
|
4771
7241
|
extend: {
|
|
7242
|
+
tokens,
|
|
4772
7243
|
breakpoints,
|
|
4773
7244
|
keyframes,
|
|
4774
7245
|
textStyles,
|
|
4775
|
-
tokens,
|
|
4776
7246
|
recipes,
|
|
4777
7247
|
slotRecipes
|
|
4778
7248
|
}
|
|
4779
7249
|
},
|
|
7250
|
+
// Alternate Theme
|
|
7251
|
+
themes: {
|
|
7252
|
+
next: {
|
|
7253
|
+
tokens: tokensNext,
|
|
7254
|
+
semanticTokens
|
|
7255
|
+
}
|
|
7256
|
+
},
|
|
4780
7257
|
conditions,
|
|
4781
|
-
globalFontface,
|
|
4782
7258
|
globalCss,
|
|
7259
|
+
staticCss: {
|
|
7260
|
+
themes: ["next"]
|
|
7261
|
+
},
|
|
7262
|
+
globalFontface,
|
|
4783
7263
|
globalVars: {
|
|
4784
7264
|
"--font-inter": "Inter, sans-serif"
|
|
4785
7265
|
}
|