@saas-ui/react 3.0.0-alpha.24 → 3.0.0-alpha.26
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/dist/chunk-6MMPBMKN.js +54 -0
- package/dist/chunk-CZVNG73V.js +63 -0
- package/dist/chunk-GRUMUCSL.js +109 -0
- package/dist/{chunk-CD2JUFI2.js → chunk-K2SPPLAY.js} +2 -2
- package/dist/chunk-KE5AC3TZ.js +63 -0
- package/dist/{chunk-FJFNGSPL.js → chunk-NGGISORT.js} +12 -6
- package/dist/components/dialog/index.cjs +35 -35
- package/dist/components/dialog/index.d.cts +35 -17
- package/dist/components/dialog/index.d.ts +35 -17
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/drawer/index.cjs +34 -36
- package/dist/components/drawer/index.d.cts +33 -18
- package/dist/components/drawer/index.d.ts +33 -18
- package/dist/components/drawer/index.js +3 -3
- package/dist/components/empty-state/index.cjs +12 -10
- package/dist/components/empty-state/index.js +1 -1
- package/dist/components/file-upload/index.cjs +254 -0
- package/dist/components/file-upload/index.d.cts +43 -0
- package/dist/components/file-upload/index.d.ts +43 -0
- package/dist/components/file-upload/index.js +10 -0
- package/dist/components/grid-list/index.d.cts +1 -1
- package/dist/components/grid-list/index.d.ts +1 -1
- package/dist/components/password-input/index.cjs +2 -2
- package/dist/components/password-input/index.js +1 -1
- package/dist/components/persona/index.d.cts +1 -1
- package/dist/components/persona/index.d.ts +1 -1
- package/dist/components/popover/index.cjs +214 -0
- package/dist/components/popover/index.d.cts +37 -0
- package/dist/components/popover/index.d.ts +37 -0
- package/dist/components/popover/index.js +11 -0
- package/dist/index.cjs +1570 -1325
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +944 -839
- package/package.json +2 -2
- package/dist/chunk-3Y67QIZ7.js +0 -56
- package/dist/chunk-OIOBGO3Y.js +0 -63
package/dist/index.cjs
CHANGED
@@ -39,10 +39,11 @@ __export(src_exports, {
|
|
39
39
|
Checkbox: () => Checkbox,
|
40
40
|
CloseButton: () => CloseButton,
|
41
41
|
Command: () => Command,
|
42
|
-
DataList: () =>
|
43
|
-
Dialog: () =>
|
44
|
-
Drawer: () =>
|
42
|
+
DataList: () => import_data_list.DataList,
|
43
|
+
Dialog: () => dialog_exports,
|
44
|
+
Drawer: () => drawer_exports,
|
45
45
|
EmptyState: () => EmptyState,
|
46
|
+
FileUpload: () => file_upload_exports,
|
46
47
|
GridList: () => grid_list_exports,
|
47
48
|
IconBadge: () => IconBadge,
|
48
49
|
IconButton: () => IconButton,
|
@@ -57,11 +58,12 @@ __export(src_exports, {
|
|
57
58
|
Persona: () => Persona,
|
58
59
|
PersonaAvatar: () => PersonaAvatar2,
|
59
60
|
PinInput: () => PinInput,
|
61
|
+
Popover: () => popover_exports,
|
60
62
|
Radio: () => Radio,
|
61
63
|
RadioGroup: () => RadioGroup,
|
62
64
|
SearchInput: () => SearchInput,
|
63
65
|
SegmentedControl: () => SegmentedControl,
|
64
|
-
Select: () =>
|
66
|
+
Select: () => namespace_exports,
|
65
67
|
Sidebar: () => sidebar_exports,
|
66
68
|
Spinner: () => Spinner2,
|
67
69
|
Status: () => Status,
|
@@ -73,12 +75,12 @@ __export(src_exports, {
|
|
73
75
|
Tag: () => Tag,
|
74
76
|
Toaster: () => Toaster,
|
75
77
|
Tooltip: () => Tooltip,
|
76
|
-
createSystem: () =>
|
78
|
+
createSystem: () => import_react172.createSystem,
|
77
79
|
defaultConfig: () => defaultConfig,
|
78
80
|
defaultPresenceOptions: () => defaultPresenceOptions,
|
79
81
|
defaultSystem: () => defaultSystem,
|
80
82
|
toast: () => toast,
|
81
|
-
useDataListStyles: () =>
|
83
|
+
useDataListStyles: () => import_data_list.useDataListStyles,
|
82
84
|
useLink: () => useLink,
|
83
85
|
useLoadingOverlayStyles: () => useLoadingOverlayStyles,
|
84
86
|
useSidebar: () => import_sidebar2.useSidebar,
|
@@ -183,7 +185,6 @@ var import_react3 = require("@chakra-ui/react");
|
|
183
185
|
var empty = "var(--chakra-empty,/*!*/ /*!*/)";
|
184
186
|
var globalCss = (0, import_react3.defineGlobalStyles)({
|
185
187
|
"*": {
|
186
|
-
fontFeatureSettings: '"cv11"',
|
187
188
|
"--ring-inset": empty,
|
188
189
|
"--ring-offset-width": "0px",
|
189
190
|
"--ring-offset-color": "#fff",
|
@@ -219,9 +220,15 @@ var globalCss = (0, import_react3.defineGlobalStyles)({
|
|
219
220
|
"--global-font-body": "fonts.body",
|
220
221
|
"--global-color-border": "colors.border",
|
221
222
|
"--cursor-button": "default",
|
222
|
-
|
223
|
+
// '--radius-factor': '1',
|
224
|
+
// '--radius-control': '1',
|
225
|
+
// '--radius-panel': '1',
|
226
|
+
// '--radius-indicator': '1',
|
223
227
|
"--radius-full": "9999px",
|
224
|
-
"--scale-factor": "1"
|
228
|
+
"--scale-factor": "1",
|
229
|
+
"--overlay-translucency": "90%",
|
230
|
+
"--overlay-effect": "blur({blurs.lg})",
|
231
|
+
"--backdrop-effect": "none"
|
225
232
|
},
|
226
233
|
body: {
|
227
234
|
color: "fg",
|
@@ -234,41 +241,6 @@ var globalCss = (0, import_react3.defineGlobalStyles)({
|
|
234
241
|
},
|
235
242
|
"*::selection": {
|
236
243
|
bg: "colorPalette.muted/80"
|
237
|
-
},
|
238
|
-
'[data-radius="none"]': {
|
239
|
-
"--radius-factor": "0",
|
240
|
-
"--radius-full": "0"
|
241
|
-
},
|
242
|
-
'[data-radius="sm"]': {
|
243
|
-
"--radius-factor": "0.9",
|
244
|
-
"--radius-full": "0"
|
245
|
-
},
|
246
|
-
'[data-radius="md"]': {
|
247
|
-
"--radius-factor": "1",
|
248
|
-
"--radius-full": "0"
|
249
|
-
},
|
250
|
-
'[data-radius="lg"]': {
|
251
|
-
"--radius-factor": "1.5",
|
252
|
-
"--radius-full": "0"
|
253
|
-
},
|
254
|
-
'[data-radius="full"]': {
|
255
|
-
"--radius-factor": "1.5",
|
256
|
-
"--radius-full": "9999px"
|
257
|
-
},
|
258
|
-
'[data-scale="xs"]': {
|
259
|
-
"--scale-factor": "0.9"
|
260
|
-
},
|
261
|
-
'[data-scale="sm"]': {
|
262
|
-
"--scale-factor": "0.95"
|
263
|
-
},
|
264
|
-
'[data-scale="md"]': {
|
265
|
-
"--scale-factor": "1"
|
266
|
-
},
|
267
|
-
'[data-scale="lg"]': {
|
268
|
-
"--scale-factor": "1.05"
|
269
|
-
},
|
270
|
-
'[data-scale="xl"]': {
|
271
|
-
"--scale-factor": "1.1"
|
272
244
|
}
|
273
245
|
});
|
274
246
|
|
@@ -382,6 +354,20 @@ var layerStyles = (0, import_react4.defineLayerStyles)({
|
|
382
354
|
},
|
383
355
|
none: {
|
384
356
|
value: {}
|
357
|
+
},
|
358
|
+
overlay: {
|
359
|
+
value: {
|
360
|
+
bg: "bg.overlay",
|
361
|
+
backdropFilter: "var(--overlay-effect)",
|
362
|
+
borderRadius: "panel.lg",
|
363
|
+
boxShadow: "lg"
|
364
|
+
}
|
365
|
+
},
|
366
|
+
backdrop: {
|
367
|
+
value: {
|
368
|
+
bg: "bg.backdrop",
|
369
|
+
backdropFilter: "var(--backdrop-effect)"
|
370
|
+
}
|
385
371
|
}
|
386
372
|
});
|
387
373
|
|
@@ -491,7 +477,7 @@ var buttonRecipe = (0, import_react6.defineRecipe)({
|
|
491
477
|
h: "6",
|
492
478
|
minW: "6",
|
493
479
|
textStyle: "xs",
|
494
|
-
borderRadius: "sm",
|
480
|
+
borderRadius: "control.sm",
|
495
481
|
px: "2"
|
496
482
|
},
|
497
483
|
sm: {
|
@@ -499,14 +485,14 @@ var buttonRecipe = (0, import_react6.defineRecipe)({
|
|
499
485
|
h: "7",
|
500
486
|
minW: "7",
|
501
487
|
textStyle: "sm",
|
502
|
-
borderRadius: "md",
|
488
|
+
borderRadius: "control.md",
|
503
489
|
px: "2.5"
|
504
490
|
},
|
505
491
|
md: {
|
506
492
|
gap: "2",
|
507
493
|
h: "8",
|
508
494
|
minW: "8",
|
509
|
-
borderRadius: "md",
|
495
|
+
borderRadius: "control.md",
|
510
496
|
textStyle: "sm",
|
511
497
|
px: "3"
|
512
498
|
},
|
@@ -514,7 +500,7 @@ var buttonRecipe = (0, import_react6.defineRecipe)({
|
|
514
500
|
gap: "3",
|
515
501
|
h: "10",
|
516
502
|
minW: "10",
|
517
|
-
borderRadius: "lg",
|
503
|
+
borderRadius: "control.lg",
|
518
504
|
textStyle: "md",
|
519
505
|
px: "4.5"
|
520
506
|
},
|
@@ -522,7 +508,7 @@ var buttonRecipe = (0, import_react6.defineRecipe)({
|
|
522
508
|
gap: "3",
|
523
509
|
h: "12",
|
524
510
|
minW: "12",
|
525
|
-
borderRadius: "lg",
|
511
|
+
borderRadius: "control.lg",
|
526
512
|
textStyle: "lg",
|
527
513
|
px: "6"
|
528
514
|
}
|
@@ -1622,6 +1608,18 @@ var semanticColors = import_react25.defineSemanticTokens.colors({
|
|
1622
1608
|
panel: {
|
1623
1609
|
value: { _light: "{colors.white}", _dark: "{colors.gray.950}" }
|
1624
1610
|
},
|
1611
|
+
overlay: {
|
1612
|
+
value: {
|
1613
|
+
_light: "color-mix(in oklch, {colors.white} var(--overlay-translucency), transparent)",
|
1614
|
+
_dark: "color-mix(in srgb, var(--overlay-translucency), {colors.gray.950} 100%)"
|
1615
|
+
}
|
1616
|
+
},
|
1617
|
+
backdrop: {
|
1618
|
+
value: {
|
1619
|
+
_light: "{colors.black/30}",
|
1620
|
+
_dark: "{colors.black/30}"
|
1621
|
+
}
|
1622
|
+
},
|
1625
1623
|
error: {
|
1626
1624
|
value: { _light: "{colors.red.50}", _dark: "{colors.red.950}" }
|
1627
1625
|
},
|
@@ -2229,7 +2227,40 @@ var import_react26 = require("@chakra-ui/react");
|
|
2229
2227
|
var semanticRadii = import_react26.defineSemanticTokens.radii({
|
2230
2228
|
l1: { value: "{radii.xs}" },
|
2231
2229
|
l2: { value: "{radii.sm}" },
|
2232
|
-
l3: { value: "{radii.md}" }
|
2230
|
+
l3: { value: "{radii.md}" },
|
2231
|
+
control: {
|
2232
|
+
sm: {
|
2233
|
+
value: "calc({radii.xs} * var(--scale-factor, 1) * var(--radius-control, 1))"
|
2234
|
+
},
|
2235
|
+
md: {
|
2236
|
+
value: "calc({radii.sm} * var(--scale-factor, 1) * var(--radius-control, 1))"
|
2237
|
+
},
|
2238
|
+
lg: {
|
2239
|
+
value: "calc({radii.md} * var(--scale-factor, 1) * var(--radius-control, 1))"
|
2240
|
+
}
|
2241
|
+
},
|
2242
|
+
panel: {
|
2243
|
+
sm: {
|
2244
|
+
value: "calc({radii.sm} * var(--scale-factor, 1) * var(--radius-panel, 1))"
|
2245
|
+
},
|
2246
|
+
md: {
|
2247
|
+
value: "calc({radii.md} * var(--scale-factor, 1) * var(--radius-panel, 1 ))"
|
2248
|
+
},
|
2249
|
+
lg: {
|
2250
|
+
value: "calc({radii.lg} * var(--scale-factor, 1) * var(--radius-panel, 1))"
|
2251
|
+
}
|
2252
|
+
},
|
2253
|
+
indicator: {
|
2254
|
+
sm: {
|
2255
|
+
value: "calc({radii.xs} * var(--scale-factor, 1) * var(--radius-indicator, 1))"
|
2256
|
+
},
|
2257
|
+
md: {
|
2258
|
+
value: "calc({radii.sm} * var(--scale-factor, 1) * var(--radius-indicator, 1 ))"
|
2259
|
+
},
|
2260
|
+
lg: {
|
2261
|
+
value: "calc({radii.md} * var(--scale-factor, 1) * var(--radius-indicator, 1))"
|
2262
|
+
}
|
2263
|
+
}
|
2233
2264
|
});
|
2234
2265
|
|
2235
2266
|
// src/theme/semantic-tokens/shadows.ts
|
@@ -2237,37 +2268,37 @@ var import_react27 = require("@chakra-ui/react");
|
|
2237
2268
|
var semanticShadows = import_react27.defineSemanticTokens.shadows({
|
2238
2269
|
xs: {
|
2239
2270
|
value: {
|
2240
|
-
_light: "0px 1px 2px {colors.gray.900/5}, 0px 0px 1px {colors.gray.900/
|
2271
|
+
_light: "0px 1px 2px {colors.gray.900/5}, 0px 0px 1px {colors.gray.900/5}",
|
2241
2272
|
_dark: "0px 1px 1px {black/64}, 0px 0px 1px inset {colors.gray.300/20}"
|
2242
2273
|
}
|
2243
2274
|
},
|
2244
2275
|
sm: {
|
2245
2276
|
value: {
|
2246
|
-
_light: "0px 2px 4px {colors.gray.900/5}, 0px 0px
|
2277
|
+
_light: "0px 2px 4px {colors.gray.900/5}, 0px 0px 2px {colors.gray.900/5}",
|
2247
2278
|
_dark: "0px 2px 4px {black/64}, 0px 0px 1px inset {colors.gray.300/30}"
|
2248
2279
|
}
|
2249
2280
|
},
|
2250
2281
|
md: {
|
2251
2282
|
value: {
|
2252
|
-
_light: "0px 4px 8px {colors.gray.900/5}, 0px 0px
|
2283
|
+
_light: "0px 4px 8px {colors.gray.900/5}, 0px 0px 3px {colors.gray.900/5}",
|
2253
2284
|
_dark: "0px 4px 8px {black/64}, 0px 0px 1px inset {colors.gray.300/30}"
|
2254
2285
|
}
|
2255
2286
|
},
|
2256
2287
|
lg: {
|
2257
2288
|
value: {
|
2258
|
-
_light: "0px 8px 16px {colors.gray.900/5}, 0px 0px
|
2289
|
+
_light: "0px 8px 16px {colors.gray.900/5}, 0px 0px 4px {colors.gray.900/5}",
|
2259
2290
|
_dark: "0px 8px 16px {black/64}, 0px 0px 1px inset {colors.gray.300/30}"
|
2260
2291
|
}
|
2261
2292
|
},
|
2262
2293
|
xl: {
|
2263
2294
|
value: {
|
2264
|
-
_light: "0px 16px 24px {colors.gray.900/5}, 0px 0px
|
2295
|
+
_light: "0px 16px 24px {colors.gray.900/5}, 0px 0px 5px {colors.gray.900/5}",
|
2265
2296
|
_dark: "0px 16px 24px {black/64}, 0px 0px 1px inset {colors.gray.300/30}"
|
2266
2297
|
}
|
2267
2298
|
},
|
2268
2299
|
"2xl": {
|
2269
2300
|
value: {
|
2270
|
-
_light: "0px 24px 40px {colors.gray.900/10}, 0px 0px
|
2301
|
+
_light: "0px 24px 40px {colors.gray.900/10}, 0px 0px 6px {colors.gray.900/5}",
|
2271
2302
|
_dark: "0px 24px 40px {black/64}, 0px 0px 1px inset {colors.gray.300/30}"
|
2272
2303
|
}
|
2273
2304
|
},
|
@@ -2464,15 +2495,95 @@ var avatarSlotRecipe = (0, import_react29.defineSlotRecipe)({
|
|
2464
2495
|
}
|
2465
2496
|
});
|
2466
2497
|
|
2467
|
-
// src/components/
|
2498
|
+
// src/components/data-list/data-list.recipe.ts
|
2468
2499
|
var import_react30 = require("@chakra-ui/react");
|
2469
2500
|
var import_anatomy2 = require("@chakra-ui/react/anatomy");
|
2470
|
-
var
|
2471
|
-
slots: import_anatomy2.
|
2501
|
+
var dataListSlotRecipe = (0, import_react30.defineSlotRecipe)({
|
2502
|
+
slots: import_anatomy2.dataListAnatomy.keys(),
|
2503
|
+
className: "chakra-data-list",
|
2504
|
+
base: {
|
2505
|
+
itemLabel: {
|
2506
|
+
color: "fg.muted",
|
2507
|
+
display: "flex",
|
2508
|
+
alignItems: "center",
|
2509
|
+
gap: "1"
|
2510
|
+
},
|
2511
|
+
itemValue: {
|
2512
|
+
display: "flex",
|
2513
|
+
minWidth: "0",
|
2514
|
+
flex: "1"
|
2515
|
+
}
|
2516
|
+
},
|
2517
|
+
variants: {
|
2518
|
+
orientation: {
|
2519
|
+
horizontal: {
|
2520
|
+
root: {
|
2521
|
+
display: "flex",
|
2522
|
+
flexDirection: "column"
|
2523
|
+
},
|
2524
|
+
item: {
|
2525
|
+
display: "inline-flex",
|
2526
|
+
alignItems: "center",
|
2527
|
+
gap: "4"
|
2528
|
+
},
|
2529
|
+
itemLabel: {
|
2530
|
+
minWidth: "120px"
|
2531
|
+
}
|
2532
|
+
},
|
2533
|
+
vertical: {
|
2534
|
+
root: {
|
2535
|
+
display: "flex",
|
2536
|
+
flexDirection: "column"
|
2537
|
+
},
|
2538
|
+
item: {
|
2539
|
+
display: "flex",
|
2540
|
+
flexDirection: "column",
|
2541
|
+
gap: "1"
|
2542
|
+
}
|
2543
|
+
}
|
2544
|
+
},
|
2545
|
+
size: {
|
2546
|
+
sm: {
|
2547
|
+
root: {
|
2548
|
+
gap: "3"
|
2549
|
+
},
|
2550
|
+
item: {
|
2551
|
+
textStyle: "xs"
|
2552
|
+
}
|
2553
|
+
},
|
2554
|
+
md: {
|
2555
|
+
root: {
|
2556
|
+
gap: "4"
|
2557
|
+
},
|
2558
|
+
item: {
|
2559
|
+
textStyle: "sm"
|
2560
|
+
}
|
2561
|
+
},
|
2562
|
+
lg: {
|
2563
|
+
root: {
|
2564
|
+
gap: "5"
|
2565
|
+
},
|
2566
|
+
item: {
|
2567
|
+
textStyle: "md"
|
2568
|
+
}
|
2569
|
+
}
|
2570
|
+
}
|
2571
|
+
},
|
2572
|
+
defaultVariants: {
|
2573
|
+
size: "md",
|
2574
|
+
orientation: "vertical"
|
2575
|
+
}
|
2576
|
+
});
|
2577
|
+
|
2578
|
+
// src/components/dialog/dialog.recipe.ts
|
2579
|
+
var import_react31 = require("@chakra-ui/react");
|
2580
|
+
var import_anatomy3 = require("@chakra-ui/react/anatomy");
|
2581
|
+
var dialogSlotRecipe = (0, import_react31.defineSlotRecipe)({
|
2582
|
+
slots: import_anatomy3.dialogAnatomy.keys(),
|
2472
2583
|
className: "chakra-dialog",
|
2473
2584
|
base: {
|
2474
2585
|
backdrop: {
|
2475
|
-
|
2586
|
+
layerStyle: "backdrop",
|
2476
2587
|
pos: "fixed",
|
2477
2588
|
left: 0,
|
2478
2589
|
top: 0,
|
@@ -2495,7 +2606,7 @@ var dialogSlotRecipe = (0, import_react30.defineSlotRecipe)({
|
|
2495
2606
|
position: "fixed",
|
2496
2607
|
left: 0,
|
2497
2608
|
top: 0,
|
2498
|
-
"--dialog-z-index": "zIndex.
|
2609
|
+
"--dialog-z-index": "zIndex.layer-4",
|
2499
2610
|
zIndex: "calc(var(--dialog-z-index) + var(--layer-index, 0))",
|
2500
2611
|
justifyContent: "center",
|
2501
2612
|
overscrollBehaviorY: "none"
|
@@ -2506,13 +2617,11 @@ var dialogSlotRecipe = (0, import_react30.defineSlotRecipe)({
|
|
2506
2617
|
position: "relative",
|
2507
2618
|
width: "100%",
|
2508
2619
|
outline: 0,
|
2509
|
-
borderRadius: "l3",
|
2510
2620
|
textStyle: "sm",
|
2511
2621
|
my: "var(--dialog-margin, var(--dialog-base-margin))",
|
2512
|
-
"--dialog-z-index": "zIndex.
|
2622
|
+
"--dialog-z-index": "zIndex.layer-4",
|
2513
2623
|
zIndex: "calc(var(--dialog-z-index) + var(--layer-index, 0))",
|
2514
|
-
|
2515
|
-
boxShadow: "lg",
|
2624
|
+
layerStyle: "overlay",
|
2516
2625
|
_open: {
|
2517
2626
|
animationDuration: "moderate"
|
2518
2627
|
},
|
@@ -2689,14 +2798,14 @@ var dialogSlotRecipe = (0, import_react30.defineSlotRecipe)({
|
|
2689
2798
|
});
|
2690
2799
|
|
2691
2800
|
// src/components/drawer/drawer.recipe.ts
|
2692
|
-
var
|
2693
|
-
var
|
2694
|
-
var drawerSlotRecipe = (0,
|
2695
|
-
slots:
|
2801
|
+
var import_react32 = require("@chakra-ui/react");
|
2802
|
+
var import_anatomy4 = require("@chakra-ui/react/anatomy");
|
2803
|
+
var drawerSlotRecipe = (0, import_react32.defineSlotRecipe)({
|
2804
|
+
slots: import_anatomy4.drawerAnatomy.keys(),
|
2696
2805
|
className: "chakra-drawer",
|
2697
2806
|
base: {
|
2698
2807
|
backdrop: {
|
2699
|
-
|
2808
|
+
layerStyle: "backdrop",
|
2700
2809
|
pos: "fixed",
|
2701
2810
|
insetInlineStart: 0,
|
2702
2811
|
top: 0,
|
@@ -2717,6 +2826,7 @@ var drawerSlotRecipe = (0, import_react31.defineSlotRecipe)({
|
|
2717
2826
|
width: "100vw",
|
2718
2827
|
height: "100dvh",
|
2719
2828
|
position: "fixed",
|
2829
|
+
padding: 2,
|
2720
2830
|
insetInlineStart: 0,
|
2721
2831
|
top: 0,
|
2722
2832
|
zIndex: "modal",
|
@@ -2728,12 +2838,12 @@ var drawerSlotRecipe = (0, import_react31.defineSlotRecipe)({
|
|
2728
2838
|
position: "relative",
|
2729
2839
|
width: "100%",
|
2730
2840
|
outline: 0,
|
2731
|
-
|
2841
|
+
"--drawer-z-index": "zIndex.layer-4",
|
2842
|
+
zIndex: "calc(var(--drawer-z-index) + var(--layer-index, 0))",
|
2732
2843
|
textStyle: "sm",
|
2733
2844
|
maxH: "100dvh",
|
2734
2845
|
color: "inherit",
|
2735
|
-
|
2736
|
-
boxShadow: "lg",
|
2846
|
+
layerStyle: "overlay",
|
2737
2847
|
_open: {
|
2738
2848
|
animationDuration: "slowest",
|
2739
2849
|
animationTimingFunction: "ease-in-smooth"
|
@@ -2869,134 +2979,350 @@ var drawerSlotRecipe = (0, import_react31.defineSlotRecipe)({
|
|
2869
2979
|
}
|
2870
2980
|
}
|
2871
2981
|
},
|
2872
|
-
|
2982
|
+
attached: {
|
2873
2983
|
true: {
|
2874
2984
|
positioner: {
|
2875
|
-
padding:
|
2985
|
+
padding: 0
|
2876
2986
|
},
|
2877
2987
|
content: {
|
2878
|
-
borderRadius: "
|
2988
|
+
borderRadius: "none"
|
2879
2989
|
}
|
2880
2990
|
}
|
2881
2991
|
}
|
2882
2992
|
},
|
2883
2993
|
defaultVariants: {
|
2884
2994
|
size: "xs",
|
2885
|
-
placement: "end"
|
2886
|
-
contained: true
|
2995
|
+
placement: "end"
|
2887
2996
|
}
|
2888
2997
|
});
|
2889
2998
|
|
2890
|
-
// src/components/
|
2891
|
-
var
|
2892
|
-
var
|
2893
|
-
|
2894
|
-
slots:
|
2999
|
+
// src/components/empty-state/empty-state.recipe.ts
|
3000
|
+
var import_react33 = require("@chakra-ui/react");
|
3001
|
+
var import_anatomy5 = require("@chakra-ui/react/anatomy");
|
3002
|
+
var emptyStateSlotRecipe = (0, import_react33.defineSlotRecipe)({
|
3003
|
+
slots: import_anatomy5.emptyStateAnatomy.extendWith("actions").keys(),
|
3004
|
+
className: "chakra-empty-state",
|
2895
3005
|
base: {
|
2896
3006
|
root: {
|
2897
|
-
|
3007
|
+
width: "full",
|
3008
|
+
height: "full",
|
3009
|
+
display: "flex",
|
3010
|
+
flexDirection: "column",
|
3011
|
+
alignItems: "center",
|
3012
|
+
justifyContent: "center"
|
2898
3013
|
},
|
2899
|
-
|
3014
|
+
content: {
|
2900
3015
|
display: "flex",
|
2901
|
-
flexDirection: "
|
3016
|
+
flexDirection: "column",
|
2902
3017
|
alignItems: "center",
|
2903
|
-
justifyContent: "
|
2904
|
-
flex: 1,
|
2905
|
-
userSelect: "none",
|
2906
|
-
borderRadius: "inherit",
|
2907
|
-
outline: "none",
|
2908
|
-
_focusVisible: {
|
2909
|
-
boxShadow: "outline"
|
2910
|
-
},
|
2911
|
-
_disabled: {
|
2912
|
-
cursor: "disabled",
|
2913
|
-
opacity: 0.5,
|
2914
|
-
_hover: {
|
2915
|
-
bg: "transparent",
|
2916
|
-
_dark: {
|
2917
|
-
bg: "transparent"
|
2918
|
-
}
|
2919
|
-
},
|
2920
|
-
_active: {
|
2921
|
-
bg: "transparent",
|
2922
|
-
_dark: {
|
2923
|
-
bg: "transparent"
|
2924
|
-
}
|
2925
|
-
}
|
2926
|
-
}
|
3018
|
+
justifyContent: "center"
|
2927
3019
|
},
|
2928
|
-
|
3020
|
+
indicator: {
|
2929
3021
|
display: "flex",
|
2930
|
-
|
2931
|
-
|
2932
|
-
|
2933
|
-
|
3022
|
+
alignItems: "center",
|
3023
|
+
justifyContent: "center",
|
3024
|
+
color: "colorPalette.solid",
|
3025
|
+
_icon: {
|
3026
|
+
boxSize: "1em"
|
3027
|
+
}
|
3028
|
+
},
|
3029
|
+
title: {
|
3030
|
+
fontWeight: "semibold"
|
3031
|
+
},
|
3032
|
+
description: {
|
3033
|
+
textStyle: "sm",
|
2934
3034
|
color: "fg.muted"
|
2935
3035
|
},
|
2936
|
-
|
2937
|
-
|
3036
|
+
actions: {
|
3037
|
+
display: "flex",
|
3038
|
+
flexDirection: "row",
|
3039
|
+
gap: "2"
|
2938
3040
|
}
|
2939
3041
|
},
|
2940
3042
|
variants: {
|
2941
|
-
interactive: {
|
2942
|
-
true: {
|
2943
|
-
item: {
|
2944
|
-
cursor: "button",
|
2945
|
-
transitionProperty: "bg",
|
2946
|
-
transitionDuration: "fast",
|
2947
|
-
_hover: {
|
2948
|
-
bg: "bg.subtle"
|
2949
|
-
},
|
2950
|
-
_active: {
|
2951
|
-
bg: "bg.subtle"
|
2952
|
-
}
|
2953
|
-
}
|
2954
|
-
}
|
2955
|
-
},
|
2956
|
-
variant: {
|
2957
|
-
simple: {},
|
2958
|
-
rounded: {
|
2959
|
-
item: {
|
2960
|
-
borderRadius: "md",
|
2961
|
-
mb: 0.5
|
2962
|
-
}
|
2963
|
-
}
|
2964
|
-
},
|
2965
3043
|
size: {
|
2966
3044
|
sm: {
|
2967
3045
|
root: {
|
2968
|
-
|
2969
|
-
py:
|
3046
|
+
px: "4",
|
3047
|
+
py: "6"
|
2970
3048
|
},
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
gap: 1
|
3049
|
+
indicator: {
|
3050
|
+
textStyle: "3xl",
|
3051
|
+
mb: "2"
|
2975
3052
|
},
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
3053
|
+
title: {
|
3054
|
+
textStyle: "md"
|
3055
|
+
},
|
3056
|
+
description: {
|
3057
|
+
textStyle: "xs"
|
3058
|
+
},
|
3059
|
+
content: {},
|
3060
|
+
actions: {
|
3061
|
+
mt: "2"
|
2979
3062
|
}
|
2980
3063
|
},
|
2981
3064
|
md: {
|
2982
3065
|
root: {
|
2983
|
-
|
2984
|
-
py:
|
3066
|
+
px: "8",
|
3067
|
+
py: "12"
|
2985
3068
|
},
|
2986
|
-
|
2987
|
-
|
2988
|
-
|
2989
|
-
gap: 2
|
3069
|
+
indicator: {
|
3070
|
+
textStyle: "4xl",
|
3071
|
+
mb: "3"
|
2990
3072
|
},
|
2991
|
-
|
2992
|
-
|
2993
|
-
|
3073
|
+
title: {
|
3074
|
+
textStyle: "lg"
|
3075
|
+
},
|
3076
|
+
description: {
|
3077
|
+
textStyle: "sm"
|
3078
|
+
},
|
3079
|
+
content: {},
|
3080
|
+
actions: {
|
3081
|
+
mt: "3"
|
2994
3082
|
}
|
2995
|
-
}
|
2996
|
-
|
2997
|
-
|
2998
|
-
|
2999
|
-
|
3083
|
+
},
|
3084
|
+
lg: {
|
3085
|
+
root: {
|
3086
|
+
px: "12",
|
3087
|
+
py: "16"
|
3088
|
+
},
|
3089
|
+
indicator: {
|
3090
|
+
textStyle: "6xl",
|
3091
|
+
mb: "4"
|
3092
|
+
},
|
3093
|
+
title: {
|
3094
|
+
textStyle: "xl"
|
3095
|
+
},
|
3096
|
+
description: {
|
3097
|
+
textStyle: "md"
|
3098
|
+
},
|
3099
|
+
content: {},
|
3100
|
+
actions: {
|
3101
|
+
mt: "4"
|
3102
|
+
}
|
3103
|
+
}
|
3104
|
+
},
|
3105
|
+
align: {
|
3106
|
+
start: {
|
3107
|
+
content: {
|
3108
|
+
alignItems: "flex-start"
|
3109
|
+
}
|
3110
|
+
},
|
3111
|
+
center: {
|
3112
|
+
content: {
|
3113
|
+
alignItems: "center"
|
3114
|
+
}
|
3115
|
+
}
|
3116
|
+
}
|
3117
|
+
},
|
3118
|
+
defaultVariants: {
|
3119
|
+
size: "md",
|
3120
|
+
align: "center"
|
3121
|
+
}
|
3122
|
+
});
|
3123
|
+
|
3124
|
+
// src/components/file-upload/file-upload.recipe.ts
|
3125
|
+
var import_react34 = require("@chakra-ui/react");
|
3126
|
+
var import_anatomy6 = require("@chakra-ui/react/anatomy");
|
3127
|
+
var fileUploadSlotRecipe = (0, import_react34.defineSlotRecipe)({
|
3128
|
+
className: "chakra-file-upload",
|
3129
|
+
slots: import_anatomy6.fileUploadAnatomy.keys(),
|
3130
|
+
base: {
|
3131
|
+
root: {
|
3132
|
+
display: "flex",
|
3133
|
+
flexDirection: "column",
|
3134
|
+
gap: "4",
|
3135
|
+
width: "100%",
|
3136
|
+
alignItems: "flex-start"
|
3137
|
+
},
|
3138
|
+
label: {
|
3139
|
+
fontWeight: "medium",
|
3140
|
+
textStyle: "sm"
|
3141
|
+
},
|
3142
|
+
dropzone: {
|
3143
|
+
background: "bg",
|
3144
|
+
borderRadius: "panel.md",
|
3145
|
+
borderWidth: "1px",
|
3146
|
+
borderStyle: "dashed",
|
3147
|
+
display: "flex",
|
3148
|
+
alignItems: "center",
|
3149
|
+
flexDirection: "column",
|
3150
|
+
gap: "4",
|
3151
|
+
justifyContent: "center",
|
3152
|
+
p: "4",
|
3153
|
+
transition: "backgrounds",
|
3154
|
+
focusVisibleRing: "outside",
|
3155
|
+
_dragging: {
|
3156
|
+
bg: "colorPalette.subtle",
|
3157
|
+
borderStyle: "solid",
|
3158
|
+
borderColor: "colorPalette.solid"
|
3159
|
+
}
|
3160
|
+
},
|
3161
|
+
dropzoneContent: {
|
3162
|
+
display: "flex",
|
3163
|
+
flexDirection: "column",
|
3164
|
+
alignItems: "center",
|
3165
|
+
textAlign: "center",
|
3166
|
+
gap: "4",
|
3167
|
+
textStyle: "sm"
|
3168
|
+
},
|
3169
|
+
item: {
|
3170
|
+
textStyle: "sm",
|
3171
|
+
animationName: "fade-in",
|
3172
|
+
animationDuration: "moderate",
|
3173
|
+
background: "bg",
|
3174
|
+
borderRadius: "panel.md",
|
3175
|
+
borderWidth: "1px",
|
3176
|
+
width: "100%",
|
3177
|
+
display: "flex",
|
3178
|
+
alignItems: "center",
|
3179
|
+
gap: "3",
|
3180
|
+
px: "4",
|
3181
|
+
py: "2"
|
3182
|
+
},
|
3183
|
+
itemGroup: {
|
3184
|
+
width: "100%",
|
3185
|
+
display: "flex",
|
3186
|
+
flexDirection: "column",
|
3187
|
+
gap: "3"
|
3188
|
+
},
|
3189
|
+
itemName: {
|
3190
|
+
color: "fg",
|
3191
|
+
fontWeight: "medium",
|
3192
|
+
lineClamp: "1"
|
3193
|
+
},
|
3194
|
+
itemContent: {
|
3195
|
+
display: "flex",
|
3196
|
+
flexDirection: "column",
|
3197
|
+
gap: "0.5",
|
3198
|
+
flex: "1"
|
3199
|
+
},
|
3200
|
+
itemSizeText: {
|
3201
|
+
color: "fg.muted",
|
3202
|
+
textStyle: "xs"
|
3203
|
+
},
|
3204
|
+
itemDeleteTrigger: {
|
3205
|
+
alignSelf: "flex-start"
|
3206
|
+
},
|
3207
|
+
itemPreviewImage: {
|
3208
|
+
width: "10",
|
3209
|
+
height: "10",
|
3210
|
+
objectFit: "scale-down"
|
3211
|
+
}
|
3212
|
+
},
|
3213
|
+
defaultVariants: {}
|
3214
|
+
});
|
3215
|
+
|
3216
|
+
// src/components/grid-list/grid-list.recipe.ts
|
3217
|
+
var import_react35 = require("@chakra-ui/react");
|
3218
|
+
var gridListSlotRecipe = (0, import_react35.defineSlotRecipe)({
|
3219
|
+
className: "sui-grid-list",
|
3220
|
+
slots: ["root", "item", "header", "cell"],
|
3221
|
+
base: {
|
3222
|
+
root: {
|
3223
|
+
position: "relative"
|
3224
|
+
},
|
3225
|
+
item: {
|
3226
|
+
display: "flex",
|
3227
|
+
flexDirection: "row",
|
3228
|
+
alignItems: "center",
|
3229
|
+
justifyContent: "space-between",
|
3230
|
+
flex: 1,
|
3231
|
+
userSelect: "none",
|
3232
|
+
borderRadius: "inherit",
|
3233
|
+
outline: "none",
|
3234
|
+
_focusVisible: {
|
3235
|
+
boxShadow: "outline"
|
3236
|
+
},
|
3237
|
+
_disabled: {
|
3238
|
+
cursor: "disabled",
|
3239
|
+
opacity: 0.5,
|
3240
|
+
_hover: {
|
3241
|
+
bg: "transparent",
|
3242
|
+
_dark: {
|
3243
|
+
bg: "transparent"
|
3244
|
+
}
|
3245
|
+
},
|
3246
|
+
_active: {
|
3247
|
+
bg: "transparent",
|
3248
|
+
_dark: {
|
3249
|
+
bg: "transparent"
|
3250
|
+
}
|
3251
|
+
}
|
3252
|
+
}
|
3253
|
+
},
|
3254
|
+
header: {
|
3255
|
+
display: "flex",
|
3256
|
+
flexDirection: "row",
|
3257
|
+
position: "sticky",
|
3258
|
+
fontSize: "md",
|
3259
|
+
fontWeight: "semibold",
|
3260
|
+
color: "fg.muted"
|
3261
|
+
},
|
3262
|
+
cell: {
|
3263
|
+
flexShrink: 0
|
3264
|
+
}
|
3265
|
+
},
|
3266
|
+
variants: {
|
3267
|
+
interactive: {
|
3268
|
+
true: {
|
3269
|
+
item: {
|
3270
|
+
cursor: "button",
|
3271
|
+
transitionProperty: "bg",
|
3272
|
+
transitionDuration: "fast",
|
3273
|
+
_hover: {
|
3274
|
+
bg: "bg.subtle"
|
3275
|
+
},
|
3276
|
+
_active: {
|
3277
|
+
bg: "bg.subtle"
|
3278
|
+
}
|
3279
|
+
}
|
3280
|
+
}
|
3281
|
+
},
|
3282
|
+
variant: {
|
3283
|
+
simple: {},
|
3284
|
+
rounded: {
|
3285
|
+
item: {
|
3286
|
+
borderRadius: "md",
|
3287
|
+
mb: 0.5
|
3288
|
+
}
|
3289
|
+
}
|
3290
|
+
},
|
3291
|
+
size: {
|
3292
|
+
sm: {
|
3293
|
+
root: {
|
3294
|
+
textStyle: "sm",
|
3295
|
+
py: 0.5
|
3296
|
+
},
|
3297
|
+
item: {
|
3298
|
+
py: 1,
|
3299
|
+
px: 2,
|
3300
|
+
gap: 1
|
3301
|
+
},
|
3302
|
+
header: {
|
3303
|
+
py: 1,
|
3304
|
+
px: 2
|
3305
|
+
}
|
3306
|
+
},
|
3307
|
+
md: {
|
3308
|
+
root: {
|
3309
|
+
textStyle: "md",
|
3310
|
+
py: 1
|
3311
|
+
},
|
3312
|
+
item: {
|
3313
|
+
py: 2,
|
3314
|
+
px: 3,
|
3315
|
+
gap: 2
|
3316
|
+
},
|
3317
|
+
header: {
|
3318
|
+
py: 2,
|
3319
|
+
px: 3
|
3320
|
+
}
|
3321
|
+
}
|
3322
|
+
}
|
3323
|
+
},
|
3324
|
+
compoundVariants: [
|
3325
|
+
{
|
3000
3326
|
variant: "rounded",
|
3001
3327
|
size: "sm",
|
3002
3328
|
css: {
|
@@ -3022,8 +3348,8 @@ var gridListSlotRecipe = (0, import_react32.defineSlotRecipe)({
|
|
3022
3348
|
});
|
3023
3349
|
|
3024
3350
|
// src/components/loading-overlay/loading-overlay.recipe.ts
|
3025
|
-
var
|
3026
|
-
var loadingOverlaySlotRecipe = (0,
|
3351
|
+
var import_react36 = require("@chakra-ui/react");
|
3352
|
+
var loadingOverlaySlotRecipe = (0, import_react36.defineSlotRecipe)({
|
3027
3353
|
className: "sui-loading-overlay",
|
3028
3354
|
slots: ["root", "text"],
|
3029
3355
|
base: {
|
@@ -3083,9 +3409,133 @@ var loadingOverlaySlotRecipe = (0, import_react33.defineSlotRecipe)({
|
|
3083
3409
|
}
|
3084
3410
|
});
|
3085
3411
|
|
3412
|
+
// src/components/menu/menu.recipe.ts
|
3413
|
+
var import_react37 = require("@chakra-ui/react");
|
3414
|
+
var import_anatomy7 = require("@chakra-ui/react/anatomy");
|
3415
|
+
var menuSlotRecipe = (0, import_react37.defineSlotRecipe)({
|
3416
|
+
className: "chakra-menu",
|
3417
|
+
slots: import_anatomy7.menuAnatomy.keys(),
|
3418
|
+
base: {
|
3419
|
+
content: {
|
3420
|
+
layerStyle: "overlay",
|
3421
|
+
boxShadow: "md",
|
3422
|
+
borderWidth: "1px",
|
3423
|
+
borderColor: "border",
|
3424
|
+
outline: 0,
|
3425
|
+
color: "fg",
|
3426
|
+
maxHeight: "var(--available-height)",
|
3427
|
+
"--menu-z-index": "zIndex.layer-3",
|
3428
|
+
zIndex: "calc(var(--menu-z-index) + var(--layer-index, 0))",
|
3429
|
+
overflow: "hidden",
|
3430
|
+
_open: {
|
3431
|
+
animationStyle: "slide-fade-in",
|
3432
|
+
animationDuration: "fast"
|
3433
|
+
},
|
3434
|
+
_closed: {
|
3435
|
+
animationStyle: "slide-fade-out",
|
3436
|
+
animationDuration: "faster"
|
3437
|
+
}
|
3438
|
+
},
|
3439
|
+
item: {
|
3440
|
+
textDecoration: "none",
|
3441
|
+
color: "fg",
|
3442
|
+
userSelect: "none",
|
3443
|
+
borderRadius: "control.md",
|
3444
|
+
width: "100%",
|
3445
|
+
display: "flex",
|
3446
|
+
cursor: "menuitem",
|
3447
|
+
alignItems: "center",
|
3448
|
+
textAlign: "start",
|
3449
|
+
position: "relative",
|
3450
|
+
flex: "0 0 auto",
|
3451
|
+
outline: 0,
|
3452
|
+
_disabled: {
|
3453
|
+
layerStyle: "disabled"
|
3454
|
+
}
|
3455
|
+
},
|
3456
|
+
itemText: {
|
3457
|
+
flex: "1"
|
3458
|
+
},
|
3459
|
+
itemGroupLabel: {
|
3460
|
+
px: "2",
|
3461
|
+
py: "1.5",
|
3462
|
+
fontWeight: "semibold",
|
3463
|
+
textStyle: "sm"
|
3464
|
+
},
|
3465
|
+
indicator: {
|
3466
|
+
display: "inline-flex",
|
3467
|
+
alignItems: "center",
|
3468
|
+
justifyContent: "center",
|
3469
|
+
flexShrink: "0"
|
3470
|
+
},
|
3471
|
+
itemCommand: {
|
3472
|
+
opacity: "0.6",
|
3473
|
+
textStyle: "xs",
|
3474
|
+
ms: "auto",
|
3475
|
+
ps: "4",
|
3476
|
+
letterSpacing: "widest"
|
3477
|
+
},
|
3478
|
+
separator: {
|
3479
|
+
height: "1px",
|
3480
|
+
bg: "bg.muted",
|
3481
|
+
my: "1",
|
3482
|
+
mx: "-1"
|
3483
|
+
}
|
3484
|
+
},
|
3485
|
+
variants: {
|
3486
|
+
variant: {
|
3487
|
+
subtle: {
|
3488
|
+
item: {
|
3489
|
+
_highlighted: {
|
3490
|
+
bg: "bg.subtle"
|
3491
|
+
}
|
3492
|
+
}
|
3493
|
+
},
|
3494
|
+
solid: {
|
3495
|
+
item: {
|
3496
|
+
_highlighted: {
|
3497
|
+
bg: "colorPalette.solid",
|
3498
|
+
color: "colorPalette.contrast"
|
3499
|
+
}
|
3500
|
+
}
|
3501
|
+
}
|
3502
|
+
},
|
3503
|
+
size: {
|
3504
|
+
sm: {
|
3505
|
+
content: {
|
3506
|
+
minW: "8rem",
|
3507
|
+
padding: "0.5"
|
3508
|
+
},
|
3509
|
+
item: {
|
3510
|
+
gap: "1",
|
3511
|
+
textStyle: "xs",
|
3512
|
+
py: "1",
|
3513
|
+
px: "1.5"
|
3514
|
+
}
|
3515
|
+
},
|
3516
|
+
md: {
|
3517
|
+
content: {
|
3518
|
+
minW: "8rem",
|
3519
|
+
padding: "1"
|
3520
|
+
},
|
3521
|
+
item: {
|
3522
|
+
gap: "2",
|
3523
|
+
textStyle: "sm",
|
3524
|
+
py: "1.5",
|
3525
|
+
px: "2"
|
3526
|
+
}
|
3527
|
+
}
|
3528
|
+
}
|
3529
|
+
},
|
3530
|
+
defaultVariants: {
|
3531
|
+
size: "md",
|
3532
|
+
variant: "subtle"
|
3533
|
+
}
|
3534
|
+
});
|
3535
|
+
|
3086
3536
|
// src/components/navbar/navbar.recipe.ts
|
3087
|
-
var
|
3088
|
-
var navbarSlotRecipe = (0,
|
3537
|
+
var import_react38 = require("@chakra-ui/react");
|
3538
|
+
var navbarSlotRecipe = (0, import_react38.defineSlotRecipe)({
|
3089
3539
|
className: "sui-navbar",
|
3090
3540
|
slots: ["root", "content", "brand", "item", "link"],
|
3091
3541
|
base: {
|
@@ -3194,15 +3644,15 @@ var navbarSlotRecipe = (0, import_react34.defineSlotRecipe)({
|
|
3194
3644
|
});
|
3195
3645
|
|
3196
3646
|
// src/components/persona/persona.recipe.ts
|
3197
|
-
var
|
3198
|
-
var baseStyleLabel = (0,
|
3647
|
+
var import_react39 = require("@chakra-ui/react");
|
3648
|
+
var baseStyleLabel = (0, import_react39.defineStyle)({
|
3199
3649
|
overflow: "hidden",
|
3200
3650
|
whiteSpace: "nowrap",
|
3201
3651
|
textOverflow: "ellipsis",
|
3202
3652
|
minW: 0,
|
3203
3653
|
color: "fg"
|
3204
3654
|
});
|
3205
|
-
var personaSlotRecipe = (0,
|
3655
|
+
var personaSlotRecipe = (0, import_react39.defineSlotRecipe)({
|
3206
3656
|
className: "sui-persona",
|
3207
3657
|
slots: [
|
3208
3658
|
"root",
|
@@ -3288,11 +3738,98 @@ var personaSlotRecipe = (0, import_react35.defineSlotRecipe)({
|
|
3288
3738
|
secondaryLabel: { fontSize: "md" },
|
3289
3739
|
tertiaryLabel: { fontSize: "md" }
|
3290
3740
|
},
|
3291
|
-
"2xl": {
|
3292
|
-
details: { ms: 4 },
|
3293
|
-
label: { fontSize: "xl" },
|
3294
|
-
secondaryLabel: { fontSize: "lg" },
|
3295
|
-
tertiaryLabel: { fontSize: "lg" }
|
3741
|
+
"2xl": {
|
3742
|
+
details: { ms: 4 },
|
3743
|
+
label: { fontSize: "xl" },
|
3744
|
+
secondaryLabel: { fontSize: "lg" },
|
3745
|
+
tertiaryLabel: { fontSize: "lg" }
|
3746
|
+
}
|
3747
|
+
}
|
3748
|
+
},
|
3749
|
+
defaultVariants: {
|
3750
|
+
size: "md"
|
3751
|
+
}
|
3752
|
+
});
|
3753
|
+
|
3754
|
+
// src/components/popover/popover.recipe.ts
|
3755
|
+
var import_react40 = require("@chakra-ui/react");
|
3756
|
+
var import_anatomy8 = require("@chakra-ui/react/anatomy");
|
3757
|
+
var popoverSlotRecipe = (0, import_react40.defineSlotRecipe)({
|
3758
|
+
className: "chakra-popover",
|
3759
|
+
slots: import_anatomy8.popoverAnatomy.keys(),
|
3760
|
+
base: {
|
3761
|
+
content: {
|
3762
|
+
layerStyle: "overlay",
|
3763
|
+
position: "relative",
|
3764
|
+
display: "flex",
|
3765
|
+
flexDirection: "column",
|
3766
|
+
textStyle: "sm",
|
3767
|
+
"--popover-bg": "colors.bg.panel",
|
3768
|
+
bg: "var(--popover-bg)",
|
3769
|
+
"--popover-size": "sizes.xs",
|
3770
|
+
"--popover-mobile-size": "calc(100dvw - 1rem)",
|
3771
|
+
width: {
|
3772
|
+
base: "min(var(--popover-mobile-size), var(--popover-size))",
|
3773
|
+
sm: "var(--popover-size)"
|
3774
|
+
},
|
3775
|
+
"--popover-z-index": "zIndex.layer-2",
|
3776
|
+
zIndex: "calc(var(--popover-z-index) + var(--layer-index, 0))",
|
3777
|
+
borderWidth: "1px",
|
3778
|
+
outline: "0",
|
3779
|
+
transformOrigin: "var(--transform-origin)",
|
3780
|
+
_open: {
|
3781
|
+
animationStyle: "scale-fade-in",
|
3782
|
+
animationDuration: "fast"
|
3783
|
+
},
|
3784
|
+
_closed: {
|
3785
|
+
animationStyle: "scale-fade-out",
|
3786
|
+
animationDuration: "faster"
|
3787
|
+
}
|
3788
|
+
},
|
3789
|
+
header: {
|
3790
|
+
paddingInline: "var(--popover-padding)",
|
3791
|
+
paddingTop: "var(--popover-padding)"
|
3792
|
+
},
|
3793
|
+
body: {
|
3794
|
+
padding: "var(--popover-padding)",
|
3795
|
+
flex: "1"
|
3796
|
+
},
|
3797
|
+
footer: {
|
3798
|
+
display: "flex",
|
3799
|
+
alignItems: "center",
|
3800
|
+
paddingInline: "var(--popover-padding)",
|
3801
|
+
paddingBottom: "var(--popover-padding)"
|
3802
|
+
},
|
3803
|
+
arrow: {
|
3804
|
+
"--arrow-size": "sizes.3",
|
3805
|
+
"--arrow-background": "var(--popover-bg)"
|
3806
|
+
},
|
3807
|
+
arrowTip: {
|
3808
|
+
borderTopWidth: "1px",
|
3809
|
+
borderInlineStartWidth: "1px"
|
3810
|
+
}
|
3811
|
+
},
|
3812
|
+
variants: {
|
3813
|
+
size: {
|
3814
|
+
xs: {
|
3815
|
+
content: {
|
3816
|
+
"--popover-padding": "spacing.3"
|
3817
|
+
}
|
3818
|
+
},
|
3819
|
+
sm: {
|
3820
|
+
content: {
|
3821
|
+
"--popover-padding": "spacing.4"
|
3822
|
+
}
|
3823
|
+
},
|
3824
|
+
md: {
|
3825
|
+
content: {
|
3826
|
+
"--popover-padding": "spacing.5"
|
3827
|
+
}
|
3828
|
+
},
|
3829
|
+
lg: {
|
3830
|
+
content: {
|
3831
|
+
"--popover-padding": "spacing.6"
|
3832
|
+
}
|
3296
3833
|
}
|
3297
3834
|
}
|
3298
3835
|
},
|
@@ -3302,11 +3839,11 @@ var personaSlotRecipe = (0, import_react35.defineSlotRecipe)({
|
|
3302
3839
|
});
|
3303
3840
|
|
3304
3841
|
// src/components/segmented-control/segment-group.recipe.ts
|
3305
|
-
var
|
3306
|
-
var
|
3307
|
-
var segmentGroupSlotRecipe = (0,
|
3842
|
+
var import_react41 = require("@chakra-ui/react");
|
3843
|
+
var import_anatomy9 = require("@chakra-ui/react/anatomy");
|
3844
|
+
var segmentGroupSlotRecipe = (0, import_react41.defineSlotRecipe)({
|
3308
3845
|
className: "chakra-segment-group",
|
3309
|
-
slots:
|
3846
|
+
slots: import_anatomy9.segmentGroupAnatomy.keys(),
|
3310
3847
|
base: {
|
3311
3848
|
root: {
|
3312
3849
|
"--segment-radius": "radii.md",
|
@@ -3428,8 +3965,8 @@ var segmentGroupSlotRecipe = (0, import_react36.defineSlotRecipe)({
|
|
3428
3965
|
});
|
3429
3966
|
|
3430
3967
|
// src/components/sidebar/sidebar-item.recipe.ts
|
3431
|
-
var
|
3432
|
-
var sidebarNavItemSlotRecipe = (0,
|
3968
|
+
var import_react42 = require("@chakra-ui/react");
|
3969
|
+
var sidebarNavItemSlotRecipe = (0, import_react42.defineSlotRecipe)({
|
3433
3970
|
className: "sui-sidebar-nav-item",
|
3434
3971
|
slots: ["item", "button", "endElement"],
|
3435
3972
|
base: {
|
@@ -3492,18 +4029,44 @@ var sidebarNavItemSlotRecipe = (0, import_react37.defineSlotRecipe)({
|
|
3492
4029
|
}
|
3493
4030
|
},
|
3494
4031
|
size: {
|
4032
|
+
sm: {
|
4033
|
+
item: {
|
4034
|
+
fontSize: "sm"
|
4035
|
+
},
|
4036
|
+
button: {
|
4037
|
+
borderRadius: "control.md",
|
4038
|
+
px: 1.5,
|
4039
|
+
height: 7
|
4040
|
+
},
|
4041
|
+
endElement: {
|
4042
|
+
pe: "1"
|
4043
|
+
}
|
4044
|
+
},
|
3495
4045
|
md: {
|
3496
4046
|
item: {
|
3497
4047
|
fontSize: "sm"
|
3498
4048
|
},
|
3499
4049
|
button: {
|
3500
|
-
borderRadius: "md",
|
3501
|
-
px:
|
4050
|
+
borderRadius: "control.md",
|
4051
|
+
px: 3,
|
3502
4052
|
height: 8
|
3503
4053
|
},
|
3504
4054
|
endElement: {
|
3505
4055
|
pe: "1"
|
3506
4056
|
}
|
4057
|
+
},
|
4058
|
+
lg: {
|
4059
|
+
item: {
|
4060
|
+
fontSize: "sm"
|
4061
|
+
},
|
4062
|
+
button: {
|
4063
|
+
borderRadius: "control.lg",
|
4064
|
+
px: 3,
|
4065
|
+
height: 10
|
4066
|
+
},
|
4067
|
+
endElement: {
|
4068
|
+
pe: "1"
|
4069
|
+
}
|
3507
4070
|
}
|
3508
4071
|
}
|
3509
4072
|
},
|
@@ -3514,8 +4077,8 @@ var sidebarNavItemSlotRecipe = (0, import_react37.defineSlotRecipe)({
|
|
3514
4077
|
});
|
3515
4078
|
|
3516
4079
|
// src/components/sidebar/sidebar.recipe.ts
|
3517
|
-
var
|
3518
|
-
var sidebarSlotRecipe = (0,
|
4080
|
+
var import_react43 = require("@chakra-ui/react");
|
4081
|
+
var sidebarSlotRecipe = (0, import_react43.defineSlotRecipe)({
|
3519
4082
|
className: "sui-sidebar",
|
3520
4083
|
slots: [
|
3521
4084
|
"root",
|
@@ -3751,11 +4314,11 @@ var sidebarSlotRecipe = (0, import_react38.defineSlotRecipe)({
|
|
3751
4314
|
});
|
3752
4315
|
|
3753
4316
|
// src/components/status/status.recipe.ts
|
3754
|
-
var
|
3755
|
-
var
|
3756
|
-
var statusSlotRecipe = (0,
|
4317
|
+
var import_react44 = require("@chakra-ui/react");
|
4318
|
+
var import_anatomy10 = require("@chakra-ui/react/anatomy");
|
4319
|
+
var statusSlotRecipe = (0, import_react44.defineSlotRecipe)({
|
3757
4320
|
className: "chakra-status",
|
3758
|
-
slots:
|
4321
|
+
slots: import_anatomy10.statusAnatomy.keys(),
|
3759
4322
|
base: {
|
3760
4323
|
root: {
|
3761
4324
|
colorPalette: "gray",
|
@@ -3797,15 +4360,15 @@ var statusSlotRecipe = (0, import_react39.defineSlotRecipe)({
|
|
3797
4360
|
});
|
3798
4361
|
|
3799
4362
|
// src/components/tabs/tabs.recipe.ts
|
3800
|
-
var
|
3801
|
-
var
|
3802
|
-
var tabsSlotRecipe = (0,
|
3803
|
-
slots:
|
4363
|
+
var import_react45 = require("@chakra-ui/react");
|
4364
|
+
var import_anatomy11 = require("@chakra-ui/react/anatomy");
|
4365
|
+
var tabsSlotRecipe = (0, import_react45.defineSlotRecipe)({
|
4366
|
+
slots: import_anatomy11.tabsAnatomy.keys(),
|
3804
4367
|
className: "chakra-tabs",
|
3805
4368
|
base: {
|
3806
4369
|
root: {
|
3807
4370
|
colorPalette: "gray",
|
3808
|
-
"--tabs-trigger-radius": "radii.md",
|
4371
|
+
"--tabs-trigger-radius": "radii.control.md",
|
3809
4372
|
position: "relative",
|
3810
4373
|
_horizontal: {
|
3811
4374
|
display: "block"
|
@@ -3997,6 +4560,23 @@ var tabsSlotRecipe = (0, import_react40.defineSlotRecipe)({
|
|
3997
4560
|
}
|
3998
4561
|
}
|
3999
4562
|
},
|
4563
|
+
ghost: {
|
4564
|
+
list: {
|
4565
|
+
gap: 2
|
4566
|
+
},
|
4567
|
+
trigger: {
|
4568
|
+
borderRadius: "var(--tabs-trigger-radius)",
|
4569
|
+
color: "fg.muted",
|
4570
|
+
_hover: {
|
4571
|
+
bg: "bg.muted",
|
4572
|
+
color: "fg.subtle"
|
4573
|
+
},
|
4574
|
+
_selected: {
|
4575
|
+
bg: "colorPalette.subtle !important",
|
4576
|
+
color: "colorPalette.fg !important"
|
4577
|
+
}
|
4578
|
+
}
|
4579
|
+
},
|
4000
4580
|
enclosed: {
|
4001
4581
|
list: {
|
4002
4582
|
bg: "bg.muted",
|
@@ -4094,12 +4674,12 @@ var tabsSlotRecipe = (0, import_react40.defineSlotRecipe)({
|
|
4094
4674
|
});
|
4095
4675
|
|
4096
4676
|
// src/components/tag/tag.recipe.ts
|
4097
|
-
var
|
4098
|
-
var
|
4677
|
+
var import_react46 = require("@chakra-ui/react");
|
4678
|
+
var import_anatomy12 = require("@chakra-ui/react/anatomy");
|
4099
4679
|
var _a;
|
4100
4680
|
var badgeVariant = (_a = badgeRecipe.variants) == null ? void 0 : _a.variant;
|
4101
|
-
var tagSlotRecipe = (0,
|
4102
|
-
slots:
|
4681
|
+
var tagSlotRecipe = (0, import_react46.defineSlotRecipe)({
|
4682
|
+
slots: import_anatomy12.tagAnatomy.keys(),
|
4103
4683
|
className: "chakra-tag",
|
4104
4684
|
base: {
|
4105
4685
|
root: {
|
@@ -4250,10 +4830,10 @@ var tagSlotRecipe = (0, import_react41.defineSlotRecipe)({
|
|
4250
4830
|
});
|
4251
4831
|
|
4252
4832
|
// src/components/toaster/toast.recipe.ts
|
4253
|
-
var
|
4254
|
-
var
|
4255
|
-
var toastSlotRecipe = (0,
|
4256
|
-
slots:
|
4833
|
+
var import_react47 = require("@chakra-ui/react");
|
4834
|
+
var import_anatomy13 = require("@chakra-ui/react/anatomy");
|
4835
|
+
var toastSlotRecipe = (0, import_react47.defineSlotRecipe)({
|
4836
|
+
slots: import_anatomy13.toastAnatomy.keys(),
|
4257
4837
|
className: "chakra-toast",
|
4258
4838
|
base: {
|
4259
4839
|
root: {
|
@@ -4341,12 +4921,66 @@ var toastSlotRecipe = (0, import_react42.defineSlotRecipe)({
|
|
4341
4921
|
}
|
4342
4922
|
});
|
4343
4923
|
|
4924
|
+
// src/components/tooltip/tooltip.recipe.ts
|
4925
|
+
var import_react48 = require("@chakra-ui/react");
|
4926
|
+
var import_anatomy14 = require("@chakra-ui/react/anatomy");
|
4927
|
+
var tooltipSlotRecipe = (0, import_react48.defineSlotRecipe)({
|
4928
|
+
slots: import_anatomy14.tooltipAnatomy.keys(),
|
4929
|
+
className: "chakra-tooltip",
|
4930
|
+
base: {
|
4931
|
+
content: {
|
4932
|
+
"--tooltip-bg": "colors.bg",
|
4933
|
+
display: "flex",
|
4934
|
+
alignItems: "center",
|
4935
|
+
bg: "var(--tooltip-bg)",
|
4936
|
+
color: "fg",
|
4937
|
+
px: "2.5",
|
4938
|
+
py: "1",
|
4939
|
+
borderRadius: "l2",
|
4940
|
+
fontWeight: "medium",
|
4941
|
+
textStyle: "xs",
|
4942
|
+
boxShadow: "md",
|
4943
|
+
maxW: "xs",
|
4944
|
+
zIndex: "tooltip",
|
4945
|
+
transformOrigin: "var(--transform-origin)",
|
4946
|
+
_open: {
|
4947
|
+
animationStyle: "scale-fade-in",
|
4948
|
+
animationDuration: "fast"
|
4949
|
+
},
|
4950
|
+
_closed: {
|
4951
|
+
animationStyle: "scale-fade-out",
|
4952
|
+
animationDuration: "fast"
|
4953
|
+
}
|
4954
|
+
},
|
4955
|
+
arrow: {
|
4956
|
+
"--arrow-size": "sizes.2",
|
4957
|
+
"--arrow-background": "var(--tooltip-bg)",
|
4958
|
+
zIndex: "-1"
|
4959
|
+
},
|
4960
|
+
arrowTip: {
|
4961
|
+
borderTopWidth: "1px",
|
4962
|
+
borderInlineStartWidth: "1px",
|
4963
|
+
borderColor: "var(--tooltip-bg)"
|
4964
|
+
}
|
4965
|
+
},
|
4966
|
+
variants: {
|
4967
|
+
variant: {
|
4968
|
+
inverted: {
|
4969
|
+
content: {
|
4970
|
+
"--tooltip-bg": "colors.bg.inverted",
|
4971
|
+
color: "fg.inverted"
|
4972
|
+
}
|
4973
|
+
}
|
4974
|
+
}
|
4975
|
+
}
|
4976
|
+
});
|
4977
|
+
|
4344
4978
|
// src/theme/recipes/chakra/accordion.ts
|
4345
|
-
var
|
4346
|
-
var
|
4347
|
-
var accordionSlotRecipe = (0,
|
4979
|
+
var import_react49 = require("@chakra-ui/react");
|
4980
|
+
var import_anatomy15 = require("@chakra-ui/react/anatomy");
|
4981
|
+
var accordionSlotRecipe = (0, import_react49.defineSlotRecipe)({
|
4348
4982
|
className: "chakra-accordion",
|
4349
|
-
slots:
|
4983
|
+
slots: import_anatomy15.accordionAnatomy.keys(),
|
4350
4984
|
base: {
|
4351
4985
|
root: {
|
4352
4986
|
width: "full",
|
@@ -4482,11 +5116,11 @@ var accordionSlotRecipe = (0, import_react43.defineSlotRecipe)({
|
|
4482
5116
|
});
|
4483
5117
|
|
4484
5118
|
// src/theme/recipes/chakra/action-bar.ts
|
4485
|
-
var
|
4486
|
-
var
|
4487
|
-
var actionBarSlotRecipe = (0,
|
5119
|
+
var import_react50 = require("@chakra-ui/react");
|
5120
|
+
var import_anatomy16 = require("@chakra-ui/react/anatomy");
|
5121
|
+
var actionBarSlotRecipe = (0, import_react50.defineSlotRecipe)({
|
4488
5122
|
className: "chakra-action-bar",
|
4489
|
-
slots:
|
5123
|
+
slots: import_anatomy16.actionBarAnatomy.keys(),
|
4490
5124
|
base: {
|
4491
5125
|
positioner: {
|
4492
5126
|
position: "fixed",
|
@@ -4540,10 +5174,10 @@ var actionBarSlotRecipe = (0, import_react44.defineSlotRecipe)({
|
|
4540
5174
|
});
|
4541
5175
|
|
4542
5176
|
// src/theme/recipes/chakra/alert.ts
|
4543
|
-
var
|
4544
|
-
var
|
4545
|
-
var alertSlotRecipe = (0,
|
4546
|
-
slots:
|
5177
|
+
var import_react51 = require("@chakra-ui/react");
|
5178
|
+
var import_anatomy17 = require("@chakra-ui/react/anatomy");
|
5179
|
+
var alertSlotRecipe = (0, import_react51.defineSlotRecipe)({
|
5180
|
+
slots: import_anatomy17.alertAnatomy.keys(),
|
4547
5181
|
className: "chakra-alert",
|
4548
5182
|
base: {
|
4549
5183
|
root: {
|
@@ -4689,11 +5323,11 @@ var alertSlotRecipe = (0, import_react45.defineSlotRecipe)({
|
|
4689
5323
|
});
|
4690
5324
|
|
4691
5325
|
// src/theme/recipes/chakra/blockquote.ts
|
4692
|
-
var
|
4693
|
-
var
|
4694
|
-
var blockquoteSlotRecipe = (0,
|
5326
|
+
var import_react52 = require("@chakra-ui/react");
|
5327
|
+
var import_anatomy18 = require("@chakra-ui/react/anatomy");
|
5328
|
+
var blockquoteSlotRecipe = (0, import_react52.defineSlotRecipe)({
|
4695
5329
|
className: "chakra-blockquote",
|
4696
|
-
slots:
|
5330
|
+
slots: import_anatomy18.blockquoteAnatomy.keys(),
|
4697
5331
|
base: {
|
4698
5332
|
root: {
|
4699
5333
|
position: "relative",
|
@@ -4768,11 +5402,11 @@ var blockquoteSlotRecipe = (0, import_react46.defineSlotRecipe)({
|
|
4768
5402
|
});
|
4769
5403
|
|
4770
5404
|
// src/theme/recipes/chakra/breadcrumb.ts
|
4771
|
-
var
|
4772
|
-
var
|
4773
|
-
var breadcrumbSlotRecipe = (0,
|
5405
|
+
var import_react53 = require("@chakra-ui/react");
|
5406
|
+
var import_anatomy19 = require("@chakra-ui/react/anatomy");
|
5407
|
+
var breadcrumbSlotRecipe = (0, import_react53.defineSlotRecipe)({
|
4774
5408
|
className: "chakra-breadcrumb",
|
4775
|
-
slots:
|
5409
|
+
slots: import_anatomy19.breadcrumbAnatomy.keys(),
|
4776
5410
|
base: {
|
4777
5411
|
list: {
|
4778
5412
|
display: "flex",
|
@@ -4860,11 +5494,11 @@ var breadcrumbSlotRecipe = (0, import_react47.defineSlotRecipe)({
|
|
4860
5494
|
});
|
4861
5495
|
|
4862
5496
|
// src/theme/recipes/chakra/card.ts
|
4863
|
-
var
|
4864
|
-
var
|
4865
|
-
var cardSlotRecipe = (0,
|
5497
|
+
var import_react54 = require("@chakra-ui/react");
|
5498
|
+
var import_anatomy20 = require("@chakra-ui/react/anatomy");
|
5499
|
+
var cardSlotRecipe = (0, import_react54.defineSlotRecipe)({
|
4866
5500
|
className: "chakra-card",
|
4867
|
-
slots:
|
5501
|
+
slots: import_anatomy20.cardAnatomy.keys(),
|
4868
5502
|
base: {
|
4869
5503
|
root: {
|
4870
5504
|
display: "flex",
|
@@ -4982,11 +5616,11 @@ var cardSlotRecipe = (0, import_react48.defineSlotRecipe)({
|
|
4982
5616
|
});
|
4983
5617
|
|
4984
5618
|
// src/theme/recipes/chakra/checkbox.ts
|
4985
|
-
var
|
4986
|
-
var
|
5619
|
+
var import_react55 = require("@chakra-ui/react");
|
5620
|
+
var import_anatomy21 = require("@chakra-ui/react/anatomy");
|
4987
5621
|
var _a2, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
|
4988
|
-
var checkboxSlotRecipe = (0,
|
4989
|
-
slots:
|
5622
|
+
var checkboxSlotRecipe = (0, import_react55.defineSlotRecipe)({
|
5623
|
+
slots: import_anatomy21.checkboxAnatomy.keys(),
|
4990
5624
|
className: "chakra-checkbox",
|
4991
5625
|
base: {
|
4992
5626
|
root: {
|
@@ -5047,11 +5681,11 @@ var checkboxSlotRecipe = (0, import_react49.defineSlotRecipe)({
|
|
5047
5681
|
});
|
5048
5682
|
|
5049
5683
|
// src/theme/recipes/chakra/checkbox-card.ts
|
5050
|
-
var
|
5051
|
-
var
|
5684
|
+
var import_react56 = require("@chakra-ui/react");
|
5685
|
+
var import_anatomy22 = require("@chakra-ui/react/anatomy");
|
5052
5686
|
var _a3, _b2, _c2, _d2, _e2, _f2, _g2;
|
5053
|
-
var checkboxCardSlotRecipe = (0,
|
5054
|
-
slots:
|
5687
|
+
var checkboxCardSlotRecipe = (0, import_react56.defineSlotRecipe)({
|
5688
|
+
slots: import_anatomy22.checkboxCardAnatomy.keys(),
|
5055
5689
|
className: "chakra-checkbox-card",
|
5056
5690
|
base: {
|
5057
5691
|
root: {
|
@@ -5227,141 +5861,61 @@ var checkboxCardSlotRecipe = (0, import_react50.defineSlotRecipe)({
|
|
5227
5861
|
root: { "--checkbox-card-align": "flex-end" },
|
5228
5862
|
content: { textAlign: "end" }
|
5229
5863
|
},
|
5230
|
-
center: {
|
5231
|
-
root: { "--checkbox-card-align": "center" },
|
5232
|
-
content: { textAlign: "center" }
|
5233
|
-
}
|
5234
|
-
},
|
5235
|
-
orientation: {
|
5236
|
-
vertical: {
|
5237
|
-
control: { flexDirection: "column" }
|
5238
|
-
},
|
5239
|
-
horizontal: {
|
5240
|
-
control: { flexDirection: "row" }
|
5241
|
-
}
|
5242
|
-
}
|
5243
|
-
},
|
5244
|
-
defaultVariants: {
|
5245
|
-
size: "md",
|
5246
|
-
variant: "outline",
|
5247
|
-
align: "start",
|
5248
|
-
orientation: "horizontal"
|
5249
|
-
}
|
5250
|
-
});
|
5251
|
-
|
5252
|
-
// src/theme/recipes/chakra/collapsible.ts
|
5253
|
-
var import_react51 = require("@chakra-ui/react");
|
5254
|
-
var import_anatomy17 = require("@chakra-ui/react/anatomy");
|
5255
|
-
var collapsibleSlotRecipe = (0, import_react51.defineSlotRecipe)({
|
5256
|
-
slots: import_anatomy17.collapsibleAnatomy.keys(),
|
5257
|
-
className: "chakra-collapsible",
|
5258
|
-
base: {
|
5259
|
-
content: {
|
5260
|
-
_open: {
|
5261
|
-
animationName: "expand-height, fade-in",
|
5262
|
-
animationDuration: "moderate"
|
5263
|
-
},
|
5264
|
-
_closed: {
|
5265
|
-
animationName: "collapse-height, fade-out",
|
5266
|
-
animationDuration: "moderate",
|
5267
|
-
overflow: "hidden"
|
5268
|
-
}
|
5269
|
-
}
|
5270
|
-
}
|
5271
|
-
});
|
5272
|
-
|
5273
|
-
// src/theme/recipes/chakra/data-list.ts
|
5274
|
-
var import_react52 = require("@chakra-ui/react");
|
5275
|
-
var import_anatomy18 = require("@chakra-ui/react/anatomy");
|
5276
|
-
var dataListSlotRecipe = (0, import_react52.defineSlotRecipe)({
|
5277
|
-
slots: import_anatomy18.dataListAnatomy.keys(),
|
5278
|
-
className: "chakra-data-list",
|
5279
|
-
base: {
|
5280
|
-
itemLabel: {
|
5281
|
-
color: "fg.muted",
|
5282
|
-
display: "flex",
|
5283
|
-
alignItems: "center",
|
5284
|
-
gap: "1"
|
5285
|
-
},
|
5286
|
-
itemValue: {
|
5287
|
-
display: "flex",
|
5288
|
-
minWidth: "0",
|
5289
|
-
flex: "1"
|
5290
|
-
}
|
5291
|
-
},
|
5292
|
-
variants: {
|
5293
|
-
orientation: {
|
5294
|
-
horizontal: {
|
5295
|
-
root: {
|
5296
|
-
display: "flex",
|
5297
|
-
flexDirection: "column"
|
5298
|
-
},
|
5299
|
-
item: {
|
5300
|
-
display: "inline-flex",
|
5301
|
-
alignItems: "center",
|
5302
|
-
gap: "4"
|
5303
|
-
},
|
5304
|
-
itemLabel: {
|
5305
|
-
minWidth: "120px"
|
5306
|
-
}
|
5307
|
-
},
|
5308
|
-
vertical: {
|
5309
|
-
root: {
|
5310
|
-
display: "flex",
|
5311
|
-
flexDirection: "column"
|
5312
|
-
},
|
5313
|
-
item: {
|
5314
|
-
display: "flex",
|
5315
|
-
flexDirection: "column",
|
5316
|
-
gap: "1"
|
5317
|
-
}
|
5318
|
-
}
|
5319
|
-
},
|
5320
|
-
size: {
|
5321
|
-
sm: {
|
5322
|
-
root: {
|
5323
|
-
gap: "3"
|
5324
|
-
},
|
5325
|
-
item: {
|
5326
|
-
textStyle: "xs"
|
5327
|
-
}
|
5328
|
-
},
|
5329
|
-
md: {
|
5330
|
-
root: {
|
5331
|
-
gap: "4"
|
5332
|
-
},
|
5333
|
-
item: {
|
5334
|
-
textStyle: "sm"
|
5335
|
-
}
|
5864
|
+
center: {
|
5865
|
+
root: { "--checkbox-card-align": "center" },
|
5866
|
+
content: { textAlign: "center" }
|
5867
|
+
}
|
5868
|
+
},
|
5869
|
+
orientation: {
|
5870
|
+
vertical: {
|
5871
|
+
control: { flexDirection: "column" }
|
5336
5872
|
},
|
5337
|
-
|
5338
|
-
|
5339
|
-
gap: "5"
|
5340
|
-
},
|
5341
|
-
item: {
|
5342
|
-
textStyle: "md"
|
5343
|
-
}
|
5873
|
+
horizontal: {
|
5874
|
+
control: { flexDirection: "row" }
|
5344
5875
|
}
|
5345
5876
|
}
|
5346
5877
|
},
|
5347
5878
|
defaultVariants: {
|
5348
5879
|
size: "md",
|
5349
|
-
|
5880
|
+
variant: "outline",
|
5881
|
+
align: "start",
|
5882
|
+
orientation: "horizontal"
|
5883
|
+
}
|
5884
|
+
});
|
5885
|
+
|
5886
|
+
// src/theme/recipes/chakra/collapsible.ts
|
5887
|
+
var import_react57 = require("@chakra-ui/react");
|
5888
|
+
var import_anatomy23 = require("@chakra-ui/react/anatomy");
|
5889
|
+
var collapsibleSlotRecipe = (0, import_react57.defineSlotRecipe)({
|
5890
|
+
slots: import_anatomy23.collapsibleAnatomy.keys(),
|
5891
|
+
className: "chakra-collapsible",
|
5892
|
+
base: {
|
5893
|
+
content: {
|
5894
|
+
_open: {
|
5895
|
+
animationName: "expand-height, fade-in",
|
5896
|
+
animationDuration: "moderate"
|
5897
|
+
},
|
5898
|
+
_closed: {
|
5899
|
+
animationName: "collapse-height, fade-out",
|
5900
|
+
animationDuration: "moderate",
|
5901
|
+
overflow: "hidden"
|
5902
|
+
}
|
5903
|
+
}
|
5350
5904
|
}
|
5351
5905
|
});
|
5352
5906
|
|
5353
5907
|
// src/theme/recipes/chakra/editable.ts
|
5354
|
-
var
|
5355
|
-
var
|
5356
|
-
var sharedStyles = (0,
|
5908
|
+
var import_react58 = require("@chakra-ui/react");
|
5909
|
+
var import_anatomy24 = require("@chakra-ui/react/anatomy");
|
5910
|
+
var sharedStyles = (0, import_react58.defineStyle)({
|
5357
5911
|
fontSize: "inherit",
|
5358
5912
|
fontWeight: "inherit",
|
5359
5913
|
textAlign: "inherit",
|
5360
5914
|
bg: "transparent",
|
5361
5915
|
borderRadius: "l2"
|
5362
5916
|
});
|
5363
|
-
var editableSlotRecipe = (0,
|
5364
|
-
slots:
|
5917
|
+
var editableSlotRecipe = (0, import_react58.defineSlotRecipe)({
|
5918
|
+
slots: import_anatomy24.editableAnatomy.keys(),
|
5365
5919
|
className: "chakra-editable",
|
5366
5920
|
base: {
|
5367
5921
|
root: {
|
@@ -5435,104 +5989,12 @@ var editableSlotRecipe = (0, import_react53.defineSlotRecipe)({
|
|
5435
5989
|
}
|
5436
5990
|
});
|
5437
5991
|
|
5438
|
-
// src/theme/recipes/chakra/empty-state.ts
|
5439
|
-
var import_react54 = require("@chakra-ui/react");
|
5440
|
-
var import_anatomy20 = require("@chakra-ui/react/anatomy");
|
5441
|
-
var emptyStateSlotRecipe = (0, import_react54.defineSlotRecipe)({
|
5442
|
-
slots: import_anatomy20.emptyStateAnatomy.keys(),
|
5443
|
-
className: "chakra-empty-state",
|
5444
|
-
base: {
|
5445
|
-
root: {
|
5446
|
-
width: "full",
|
5447
|
-
height: "full",
|
5448
|
-
display: "flex",
|
5449
|
-
flexDirection: "column",
|
5450
|
-
alignItems: "center",
|
5451
|
-
justifyContent: "center"
|
5452
|
-
},
|
5453
|
-
content: {
|
5454
|
-
display: "flex",
|
5455
|
-
flexDirection: "column",
|
5456
|
-
alignItems: "center",
|
5457
|
-
justifyContent: "center"
|
5458
|
-
},
|
5459
|
-
indicator: {
|
5460
|
-
display: "flex",
|
5461
|
-
alignItems: "center",
|
5462
|
-
justifyContent: "center",
|
5463
|
-
color: "fg.subtle",
|
5464
|
-
_icon: {
|
5465
|
-
boxSize: "1em"
|
5466
|
-
}
|
5467
|
-
},
|
5468
|
-
title: {
|
5469
|
-
fontWeight: "semibold"
|
5470
|
-
},
|
5471
|
-
description: {
|
5472
|
-
textStyle: "sm",
|
5473
|
-
color: "fg.muted"
|
5474
|
-
}
|
5475
|
-
},
|
5476
|
-
variants: {
|
5477
|
-
size: {
|
5478
|
-
sm: {
|
5479
|
-
root: {
|
5480
|
-
px: "4",
|
5481
|
-
py: "6"
|
5482
|
-
},
|
5483
|
-
title: {
|
5484
|
-
textStyle: "md"
|
5485
|
-
},
|
5486
|
-
content: {
|
5487
|
-
gap: "4"
|
5488
|
-
},
|
5489
|
-
indicator: {
|
5490
|
-
textStyle: "2xl"
|
5491
|
-
}
|
5492
|
-
},
|
5493
|
-
md: {
|
5494
|
-
root: {
|
5495
|
-
px: "8",
|
5496
|
-
py: "12"
|
5497
|
-
},
|
5498
|
-
title: {
|
5499
|
-
textStyle: "lg"
|
5500
|
-
},
|
5501
|
-
content: {
|
5502
|
-
gap: "6"
|
5503
|
-
},
|
5504
|
-
indicator: {
|
5505
|
-
textStyle: "4xl"
|
5506
|
-
}
|
5507
|
-
},
|
5508
|
-
lg: {
|
5509
|
-
root: {
|
5510
|
-
px: "12",
|
5511
|
-
py: "16"
|
5512
|
-
},
|
5513
|
-
title: {
|
5514
|
-
textStyle: "xl"
|
5515
|
-
},
|
5516
|
-
content: {
|
5517
|
-
gap: "8"
|
5518
|
-
},
|
5519
|
-
indicator: {
|
5520
|
-
textStyle: "6xl"
|
5521
|
-
}
|
5522
|
-
}
|
5523
|
-
}
|
5524
|
-
},
|
5525
|
-
defaultVariants: {
|
5526
|
-
size: "md"
|
5527
|
-
}
|
5528
|
-
});
|
5529
|
-
|
5530
5992
|
// src/theme/recipes/chakra/field.ts
|
5531
|
-
var
|
5532
|
-
var
|
5533
|
-
var fieldSlotRecipe = (0,
|
5993
|
+
var import_react59 = require("@chakra-ui/react");
|
5994
|
+
var import_anatomy25 = require("@chakra-ui/react/anatomy");
|
5995
|
+
var fieldSlotRecipe = (0, import_react59.defineSlotRecipe)({
|
5534
5996
|
className: "chakra-field",
|
5535
|
-
slots:
|
5997
|
+
slots: import_anatomy25.fieldAnatomy.keys(),
|
5536
5998
|
base: {
|
5537
5999
|
requiredIndicator: {
|
5538
6000
|
color: "fg.error",
|
@@ -5573,138 +6035,42 @@ var fieldSlotRecipe = (0, import_react55.defineSlotRecipe)({
|
|
5573
6035
|
orientation: {
|
5574
6036
|
vertical: {
|
5575
6037
|
root: {
|
5576
|
-
flexDirection: "column",
|
5577
|
-
alignItems: "flex-start"
|
5578
|
-
}
|
5579
|
-
},
|
5580
|
-
horizontal: {
|
5581
|
-
root: {
|
5582
|
-
display: "grid",
|
5583
|
-
gridTemplateColumns: "var(--field-label-width, 8rem) 1fr",
|
5584
|
-
alignItems: "center",
|
5585
|
-
"&:has(textarea)": {
|
5586
|
-
alignItems: "flex-start",
|
5587
|
-
"& label": {
|
5588
|
-
pt: 1.5
|
5589
|
-
}
|
5590
|
-
}
|
5591
|
-
},
|
5592
|
-
helperText: {
|
5593
|
-
gridColumn: 2
|
5594
|
-
},
|
5595
|
-
errorText: {
|
5596
|
-
gridColumn: 2
|
5597
|
-
}
|
5598
|
-
}
|
5599
|
-
}
|
5600
|
-
},
|
5601
|
-
defaultVariants: {
|
5602
|
-
orientation: "vertical"
|
5603
|
-
}
|
5604
|
-
});
|
5605
|
-
|
5606
|
-
// src/theme/recipes/chakra/file-upload.ts
|
5607
|
-
var import_react56 = require("@chakra-ui/react");
|
5608
|
-
var import_anatomy22 = require("@chakra-ui/react/anatomy");
|
5609
|
-
var fileUploadSlotRecipe = (0, import_react56.defineSlotRecipe)({
|
5610
|
-
className: "chakra-file-upload",
|
5611
|
-
slots: import_anatomy22.fileUploadAnatomy.keys(),
|
5612
|
-
base: {
|
5613
|
-
root: {
|
5614
|
-
display: "flex",
|
5615
|
-
flexDirection: "column",
|
5616
|
-
gap: "4",
|
5617
|
-
width: "100%",
|
5618
|
-
alignItems: "flex-start"
|
5619
|
-
},
|
5620
|
-
label: {
|
5621
|
-
fontWeight: "medium",
|
5622
|
-
textStyle: "sm"
|
5623
|
-
},
|
5624
|
-
dropzone: {
|
5625
|
-
background: "bg",
|
5626
|
-
borderRadius: "l3",
|
5627
|
-
borderWidth: "2px",
|
5628
|
-
borderStyle: "dashed",
|
5629
|
-
display: "flex",
|
5630
|
-
alignItems: "center",
|
5631
|
-
flexDirection: "column",
|
5632
|
-
gap: "4",
|
5633
|
-
justifyContent: "center",
|
5634
|
-
minHeight: "2xs",
|
5635
|
-
px: "3",
|
5636
|
-
py: "2",
|
5637
|
-
transition: "backgrounds",
|
5638
|
-
focusVisibleRing: "outside",
|
5639
|
-
_hover: {
|
5640
|
-
bg: "bg.subtle"
|
5641
|
-
},
|
5642
|
-
_dragging: {
|
5643
|
-
bg: "colorPalette.subtle",
|
5644
|
-
borderStyle: "solid",
|
5645
|
-
borderColor: "colorPalette.solid"
|
5646
|
-
}
|
5647
|
-
},
|
5648
|
-
dropzoneContent: {
|
5649
|
-
display: "flex",
|
5650
|
-
flexDirection: "column",
|
5651
|
-
alignItems: "center",
|
5652
|
-
textAlign: "center",
|
5653
|
-
gap: "1",
|
5654
|
-
textStyle: "sm"
|
5655
|
-
},
|
5656
|
-
item: {
|
5657
|
-
textStyle: "sm",
|
5658
|
-
animationName: "fade-in",
|
5659
|
-
animationDuration: "moderate",
|
5660
|
-
background: "bg",
|
5661
|
-
borderRadius: "l2",
|
5662
|
-
borderWidth: "1px",
|
5663
|
-
width: "100%",
|
5664
|
-
display: "flex",
|
5665
|
-
alignItems: "center",
|
5666
|
-
gap: "3",
|
5667
|
-
p: "4"
|
5668
|
-
},
|
5669
|
-
itemGroup: {
|
5670
|
-
width: "100%",
|
5671
|
-
display: "flex",
|
5672
|
-
flexDirection: "column",
|
5673
|
-
gap: "3"
|
5674
|
-
},
|
5675
|
-
itemName: {
|
5676
|
-
color: "fg",
|
5677
|
-
fontWeight: "medium",
|
5678
|
-
lineClamp: "1"
|
5679
|
-
},
|
5680
|
-
itemContent: {
|
5681
|
-
display: "flex",
|
5682
|
-
flexDirection: "column",
|
5683
|
-
gap: "0.5",
|
5684
|
-
flex: "1"
|
5685
|
-
},
|
5686
|
-
itemSizeText: {
|
5687
|
-
color: "fg.muted",
|
5688
|
-
textStyle: "xs"
|
5689
|
-
},
|
5690
|
-
itemDeleteTrigger: {
|
5691
|
-
alignSelf: "flex-start"
|
5692
|
-
},
|
5693
|
-
itemPreviewImage: {
|
5694
|
-
width: "10",
|
5695
|
-
height: "10",
|
5696
|
-
objectFit: "scale-down"
|
6038
|
+
flexDirection: "column",
|
6039
|
+
alignItems: "flex-start"
|
6040
|
+
}
|
6041
|
+
},
|
6042
|
+
horizontal: {
|
6043
|
+
root: {
|
6044
|
+
display: "grid",
|
6045
|
+
gridTemplateColumns: "var(--field-label-width, 8rem) 1fr",
|
6046
|
+
alignItems: "center",
|
6047
|
+
"&:has(textarea)": {
|
6048
|
+
alignItems: "flex-start",
|
6049
|
+
"& label": {
|
6050
|
+
pt: 1.5
|
6051
|
+
}
|
6052
|
+
}
|
6053
|
+
},
|
6054
|
+
helperText: {
|
6055
|
+
gridColumn: 2
|
6056
|
+
},
|
6057
|
+
errorText: {
|
6058
|
+
gridColumn: 2
|
6059
|
+
}
|
6060
|
+
}
|
5697
6061
|
}
|
5698
6062
|
},
|
5699
|
-
defaultVariants: {
|
6063
|
+
defaultVariants: {
|
6064
|
+
orientation: "vertical"
|
6065
|
+
}
|
5700
6066
|
});
|
5701
6067
|
|
5702
6068
|
// src/theme/recipes/chakra/hover-card.ts
|
5703
|
-
var
|
5704
|
-
var
|
5705
|
-
var hoverCardSlotRecipe = (0,
|
6069
|
+
var import_react60 = require("@chakra-ui/react");
|
6070
|
+
var import_anatomy26 = require("@chakra-ui/react/anatomy");
|
6071
|
+
var hoverCardSlotRecipe = (0, import_react60.defineSlotRecipe)({
|
5706
6072
|
className: "chakra-hover-card",
|
5707
|
-
slots:
|
6073
|
+
slots: import_anatomy26.hoverCardAnatomy.keys(),
|
5708
6074
|
base: {
|
5709
6075
|
content: {
|
5710
6076
|
position: "relative",
|
@@ -5767,11 +6133,11 @@ var hoverCardSlotRecipe = (0, import_react57.defineSlotRecipe)({
|
|
5767
6133
|
});
|
5768
6134
|
|
5769
6135
|
// src/theme/recipes/chakra/list.ts
|
5770
|
-
var
|
5771
|
-
var
|
5772
|
-
var listSlotRecipe = (0,
|
6136
|
+
var import_react61 = require("@chakra-ui/react");
|
6137
|
+
var import_anatomy27 = require("@chakra-ui/react/anatomy");
|
6138
|
+
var listSlotRecipe = (0, import_react61.defineSlotRecipe)({
|
5773
6139
|
className: "chakra-list",
|
5774
|
-
slots:
|
6140
|
+
slots: import_anatomy27.listAnatomy.keys(),
|
5775
6141
|
base: {
|
5776
6142
|
root: {
|
5777
6143
|
display: "flex",
|
@@ -5830,139 +6196,16 @@ var listSlotRecipe = (0, import_react58.defineSlotRecipe)({
|
|
5830
6196
|
}
|
5831
6197
|
});
|
5832
6198
|
|
5833
|
-
// src/theme/recipes/chakra/menu.ts
|
5834
|
-
var import_react59 = require("@chakra-ui/react");
|
5835
|
-
var import_anatomy25 = require("@chakra-ui/react/anatomy");
|
5836
|
-
var menuSlotRecipe = (0, import_react59.defineSlotRecipe)({
|
5837
|
-
className: "chakra-menu",
|
5838
|
-
slots: import_anatomy25.menuAnatomy.keys(),
|
5839
|
-
base: {
|
5840
|
-
content: {
|
5841
|
-
outline: 0,
|
5842
|
-
bg: "bg.panel",
|
5843
|
-
boxShadow: "lg",
|
5844
|
-
color: "fg",
|
5845
|
-
maxHeight: "var(--available-height)",
|
5846
|
-
"--menu-z-index": "zIndex.dropdown",
|
5847
|
-
zIndex: "calc(var(--menu-z-index) + var(--layer-index, 0))",
|
5848
|
-
borderRadius: "l2",
|
5849
|
-
overflow: "hidden",
|
5850
|
-
_open: {
|
5851
|
-
animationStyle: "slide-fade-in",
|
5852
|
-
animationDuration: "fast"
|
5853
|
-
},
|
5854
|
-
_closed: {
|
5855
|
-
animationStyle: "slide-fade-out",
|
5856
|
-
animationDuration: "faster"
|
5857
|
-
}
|
5858
|
-
},
|
5859
|
-
item: {
|
5860
|
-
textDecoration: "none",
|
5861
|
-
color: "fg",
|
5862
|
-
userSelect: "none",
|
5863
|
-
borderRadius: "l3",
|
5864
|
-
width: "100%",
|
5865
|
-
display: "flex",
|
5866
|
-
cursor: "menuitem",
|
5867
|
-
alignItems: "center",
|
5868
|
-
textAlign: "start",
|
5869
|
-
position: "relative",
|
5870
|
-
flex: "0 0 auto",
|
5871
|
-
outline: 0,
|
5872
|
-
_disabled: {
|
5873
|
-
layerStyle: "disabled"
|
5874
|
-
}
|
5875
|
-
},
|
5876
|
-
itemText: {
|
5877
|
-
flex: "1"
|
5878
|
-
},
|
5879
|
-
itemGroupLabel: {
|
5880
|
-
px: "2",
|
5881
|
-
py: "1.5",
|
5882
|
-
fontWeight: "semibold",
|
5883
|
-
textStyle: "sm"
|
5884
|
-
},
|
5885
|
-
indicator: {
|
5886
|
-
display: "inline-flex",
|
5887
|
-
alignItems: "center",
|
5888
|
-
justifyContent: "center",
|
5889
|
-
flexShrink: "0"
|
5890
|
-
},
|
5891
|
-
itemCommand: {
|
5892
|
-
opacity: "0.6",
|
5893
|
-
textStyle: "xs",
|
5894
|
-
ms: "auto",
|
5895
|
-
ps: "4",
|
5896
|
-
letterSpacing: "widest"
|
5897
|
-
},
|
5898
|
-
separator: {
|
5899
|
-
height: "1px",
|
5900
|
-
bg: "bg.muted",
|
5901
|
-
my: "1",
|
5902
|
-
mx: "-1"
|
5903
|
-
}
|
5904
|
-
},
|
5905
|
-
variants: {
|
5906
|
-
variant: {
|
5907
|
-
subtle: {
|
5908
|
-
item: {
|
5909
|
-
_highlighted: {
|
5910
|
-
bg: "bg.subtle"
|
5911
|
-
}
|
5912
|
-
}
|
5913
|
-
},
|
5914
|
-
solid: {
|
5915
|
-
item: {
|
5916
|
-
_highlighted: {
|
5917
|
-
bg: "colorPalette.solid",
|
5918
|
-
color: "colorPalette.contrast"
|
5919
|
-
}
|
5920
|
-
}
|
5921
|
-
}
|
5922
|
-
},
|
5923
|
-
size: {
|
5924
|
-
sm: {
|
5925
|
-
content: {
|
5926
|
-
minW: "8rem",
|
5927
|
-
padding: "1"
|
5928
|
-
},
|
5929
|
-
item: {
|
5930
|
-
gap: "1",
|
5931
|
-
textStyle: "xs",
|
5932
|
-
py: "1",
|
5933
|
-
px: "1.5"
|
5934
|
-
}
|
5935
|
-
},
|
5936
|
-
md: {
|
5937
|
-
content: {
|
5938
|
-
minW: "8rem",
|
5939
|
-
padding: "1.5"
|
5940
|
-
},
|
5941
|
-
item: {
|
5942
|
-
gap: "2",
|
5943
|
-
textStyle: "sm",
|
5944
|
-
py: "1.5",
|
5945
|
-
px: "2"
|
5946
|
-
}
|
5947
|
-
}
|
5948
|
-
}
|
5949
|
-
},
|
5950
|
-
defaultVariants: {
|
5951
|
-
size: "md",
|
5952
|
-
variant: "subtle"
|
5953
|
-
}
|
5954
|
-
});
|
5955
|
-
|
5956
6199
|
// src/theme/recipes/chakra/native-select.ts
|
5957
|
-
var
|
5958
|
-
var
|
6200
|
+
var import_react63 = require("@chakra-ui/react");
|
6201
|
+
var import_anatomy29 = require("@chakra-ui/react/anatomy");
|
5959
6202
|
|
5960
6203
|
// src/theme/recipes/chakra/select.ts
|
5961
|
-
var
|
5962
|
-
var
|
5963
|
-
var selectSlotRecipe = (0,
|
6204
|
+
var import_react62 = require("@chakra-ui/react");
|
6205
|
+
var import_anatomy28 = require("@chakra-ui/react/anatomy");
|
6206
|
+
var selectSlotRecipe = (0, import_react62.defineSlotRecipe)({
|
5964
6207
|
className: "chakra-select",
|
5965
|
-
slots:
|
6208
|
+
slots: import_anatomy28.selectAnatomy.keys(),
|
5966
6209
|
base: {
|
5967
6210
|
root: {
|
5968
6211
|
display: "flex",
|
@@ -6245,9 +6488,9 @@ var selectSlotRecipe = (0, import_react60.defineSlotRecipe)({
|
|
6245
6488
|
|
6246
6489
|
// src/theme/recipes/chakra/native-select.ts
|
6247
6490
|
var _a4, _b3;
|
6248
|
-
var nativeSelectSlotRecipe = (0,
|
6491
|
+
var nativeSelectSlotRecipe = (0, import_react63.defineSlotRecipe)({
|
6249
6492
|
className: "chakra-native-select",
|
6250
|
-
slots:
|
6493
|
+
slots: import_anatomy29.nativeSelectAnatomy.keys(),
|
6251
6494
|
base: {
|
6252
6495
|
root: {
|
6253
6496
|
height: "fit-content",
|
@@ -6378,8 +6621,8 @@ var nativeSelectSlotRecipe = (0, import_react61.defineSlotRecipe)({
|
|
6378
6621
|
});
|
6379
6622
|
|
6380
6623
|
// src/theme/recipes/chakra/number-input.ts
|
6381
|
-
var
|
6382
|
-
var
|
6624
|
+
var import_react64 = require("@chakra-ui/react");
|
6625
|
+
var import_anatomy30 = require("@chakra-ui/react/anatomy");
|
6383
6626
|
|
6384
6627
|
// src/theme/utils.ts
|
6385
6628
|
function mapEntries(obj, f) {
|
@@ -6393,12 +6636,9 @@ function mapEntries(obj, f) {
|
|
6393
6636
|
function scaleToken(value) {
|
6394
6637
|
return `calc(${value} * var(--scale-factor))`;
|
6395
6638
|
}
|
6396
|
-
function radiusToken(value) {
|
6397
|
-
return `calc(${value} * var(--scale-factor) * var(--radius-factor))`;
|
6398
|
-
}
|
6399
6639
|
|
6400
6640
|
// src/theme/recipes/chakra/number-input.ts
|
6401
|
-
var triggerStyle = (0,
|
6641
|
+
var triggerStyle = (0, import_react64.defineStyle)({
|
6402
6642
|
display: "flex",
|
6403
6643
|
justifyContent: "center",
|
6404
6644
|
alignItems: "center",
|
@@ -6422,9 +6662,9 @@ var triggerStyle = (0, import_react62.defineStyle)({
|
|
6422
6662
|
bg: "bg.emphasized"
|
6423
6663
|
}
|
6424
6664
|
});
|
6425
|
-
var numberInputSlotRecipe = (0,
|
6665
|
+
var numberInputSlotRecipe = (0, import_react64.defineSlotRecipe)({
|
6426
6666
|
className: "chakra-number-input",
|
6427
|
-
slots:
|
6667
|
+
slots: import_anatomy30.numberInputAnatomy.keys(),
|
6428
6668
|
base: {
|
6429
6669
|
root: {
|
6430
6670
|
position: "relative",
|
@@ -6507,12 +6747,12 @@ var numberInputSlotRecipe = (0, import_react62.defineSlotRecipe)({
|
|
6507
6747
|
});
|
6508
6748
|
|
6509
6749
|
// src/theme/recipes/chakra/pin-input.ts
|
6510
|
-
var
|
6511
|
-
var
|
6750
|
+
var import_react65 = require("@chakra-ui/react");
|
6751
|
+
var import_anatomy31 = require("@chakra-ui/react/anatomy");
|
6512
6752
|
var { variants: variants2, defaultVariants: defaultVariants2 } = inputRecipe;
|
6513
|
-
var pinInputSlotRecipe = (0,
|
6753
|
+
var pinInputSlotRecipe = (0, import_react65.defineSlotRecipe)({
|
6514
6754
|
className: "chakra-pin-input",
|
6515
|
-
slots:
|
6755
|
+
slots: import_anatomy31.pinInputAnatomy.keys(),
|
6516
6756
|
base: {
|
6517
6757
|
input: {
|
6518
6758
|
...inputRecipe.base,
|
@@ -6529,107 +6769,20 @@ var pinInputSlotRecipe = (0, import_react63.defineSlotRecipe)({
|
|
6529
6769
|
px: 0
|
6530
6770
|
}
|
6531
6771
|
}
|
6532
|
-
]),
|
6533
|
-
variant: mapEntries(variants2.variant, (key, value) => [
|
6534
|
-
key,
|
6535
|
-
{ input: value }
|
6536
|
-
])
|
6537
|
-
},
|
6538
|
-
defaultVariants: defaultVariants2
|
6539
|
-
});
|
6540
|
-
|
6541
|
-
// src/theme/recipes/chakra/popover.ts
|
6542
|
-
var import_react64 = require("@chakra-ui/react");
|
6543
|
-
var import_anatomy30 = require("@chakra-ui/react/anatomy");
|
6544
|
-
var popoverSlotRecipe = (0, import_react64.defineSlotRecipe)({
|
6545
|
-
className: "chakra-popover",
|
6546
|
-
slots: import_anatomy30.popoverAnatomy.keys(),
|
6547
|
-
base: {
|
6548
|
-
content: {
|
6549
|
-
position: "relative",
|
6550
|
-
display: "flex",
|
6551
|
-
flexDirection: "column",
|
6552
|
-
textStyle: "sm",
|
6553
|
-
"--popover-bg": "colors.bg.panel",
|
6554
|
-
bg: "var(--popover-bg)",
|
6555
|
-
boxShadow: "lg",
|
6556
|
-
"--popover-size": "sizes.xs",
|
6557
|
-
"--popover-mobile-size": "calc(100dvw - 1rem)",
|
6558
|
-
width: {
|
6559
|
-
base: "min(var(--popover-mobile-size), var(--popover-size))",
|
6560
|
-
sm: "var(--popover-size)"
|
6561
|
-
},
|
6562
|
-
borderRadius: "l3",
|
6563
|
-
"--popover-z-index": "zIndex.popover",
|
6564
|
-
zIndex: "calc(var(--popover-z-index) + var(--layer-index, 0))",
|
6565
|
-
outline: "0",
|
6566
|
-
transformOrigin: "var(--transform-origin)",
|
6567
|
-
_open: {
|
6568
|
-
animationStyle: "scale-fade-in",
|
6569
|
-
animationDuration: "fast"
|
6570
|
-
},
|
6571
|
-
_closed: {
|
6572
|
-
animationStyle: "scale-fade-out",
|
6573
|
-
animationDuration: "faster"
|
6574
|
-
}
|
6575
|
-
},
|
6576
|
-
header: {
|
6577
|
-
paddingInline: "var(--popover-padding)",
|
6578
|
-
paddingTop: "var(--popover-padding)"
|
6579
|
-
},
|
6580
|
-
body: {
|
6581
|
-
padding: "var(--popover-padding)",
|
6582
|
-
flex: "1"
|
6583
|
-
},
|
6584
|
-
footer: {
|
6585
|
-
display: "flex",
|
6586
|
-
alignItems: "center",
|
6587
|
-
paddingInline: "var(--popover-padding)",
|
6588
|
-
paddingBottom: "var(--popover-padding)"
|
6589
|
-
},
|
6590
|
-
arrow: {
|
6591
|
-
"--arrow-size": "sizes.3",
|
6592
|
-
"--arrow-background": "var(--popover-bg)"
|
6593
|
-
},
|
6594
|
-
arrowTip: {
|
6595
|
-
borderTopWidth: "1px",
|
6596
|
-
borderInlineStartWidth: "1px"
|
6597
|
-
}
|
6598
|
-
},
|
6599
|
-
variants: {
|
6600
|
-
size: {
|
6601
|
-
xs: {
|
6602
|
-
content: {
|
6603
|
-
"--popover-padding": "spacing.3"
|
6604
|
-
}
|
6605
|
-
},
|
6606
|
-
sm: {
|
6607
|
-
content: {
|
6608
|
-
"--popover-padding": "spacing.4"
|
6609
|
-
}
|
6610
|
-
},
|
6611
|
-
md: {
|
6612
|
-
content: {
|
6613
|
-
"--popover-padding": "spacing.5"
|
6614
|
-
}
|
6615
|
-
},
|
6616
|
-
lg: {
|
6617
|
-
content: {
|
6618
|
-
"--popover-padding": "spacing.6"
|
6619
|
-
}
|
6620
|
-
}
|
6621
|
-
}
|
6772
|
+
]),
|
6773
|
+
variant: mapEntries(variants2.variant, (key, value) => [
|
6774
|
+
key,
|
6775
|
+
{ input: value }
|
6776
|
+
])
|
6622
6777
|
},
|
6623
|
-
defaultVariants:
|
6624
|
-
size: "md"
|
6625
|
-
}
|
6778
|
+
defaultVariants: defaultVariants2
|
6626
6779
|
});
|
6627
6780
|
|
6628
6781
|
// src/theme/recipes/chakra/progress.ts
|
6629
|
-
var
|
6630
|
-
var
|
6631
|
-
var progressSlotRecipe = (0,
|
6632
|
-
slots:
|
6782
|
+
var import_react66 = require("@chakra-ui/react");
|
6783
|
+
var import_anatomy32 = require("@chakra-ui/react/anatomy");
|
6784
|
+
var progressSlotRecipe = (0, import_react66.defineSlotRecipe)({
|
6785
|
+
slots: import_anatomy32.progressAnatomy.keys(),
|
6633
6786
|
className: "chakra-progress",
|
6634
6787
|
base: {
|
6635
6788
|
root: {
|
@@ -6748,11 +6901,11 @@ var progressSlotRecipe = (0, import_react65.defineSlotRecipe)({
|
|
6748
6901
|
});
|
6749
6902
|
|
6750
6903
|
// src/theme/recipes/chakra/progress-circle.ts
|
6751
|
-
var
|
6752
|
-
var
|
6753
|
-
var progressCircleSlotRecipe = (0,
|
6904
|
+
var import_react67 = require("@chakra-ui/react");
|
6905
|
+
var import_anatomy33 = require("@chakra-ui/react/anatomy");
|
6906
|
+
var progressCircleSlotRecipe = (0, import_react67.defineSlotRecipe)({
|
6754
6907
|
className: "chakra-progress-circle",
|
6755
|
-
slots:
|
6908
|
+
slots: import_anatomy33.progressAnatomy.keys(),
|
6756
6909
|
base: {
|
6757
6910
|
root: {
|
6758
6911
|
display: "inline-flex",
|
@@ -6841,12 +6994,12 @@ var progressCircleSlotRecipe = (0, import_react66.defineSlotRecipe)({
|
|
6841
6994
|
});
|
6842
6995
|
|
6843
6996
|
// src/theme/recipes/chakra/radio-card.ts
|
6844
|
-
var
|
6845
|
-
var
|
6997
|
+
var import_react68 = require("@chakra-ui/react");
|
6998
|
+
var import_anatomy34 = require("@chakra-ui/react/anatomy");
|
6846
6999
|
var _a5, _b4, _c3, _d3, _e3, _f3, _g3;
|
6847
|
-
var radioCardSlotRecipe = (0,
|
7000
|
+
var radioCardSlotRecipe = (0, import_react68.defineSlotRecipe)({
|
6848
7001
|
className: "chakra-radio-card",
|
6849
|
-
slots:
|
7002
|
+
slots: import_anatomy34.radioCardAnatomy.keys(),
|
6850
7003
|
base: {
|
6851
7004
|
root: {
|
6852
7005
|
display: "flex",
|
@@ -7052,12 +7205,12 @@ var radioCardSlotRecipe = (0, import_react67.defineSlotRecipe)({
|
|
7052
7205
|
});
|
7053
7206
|
|
7054
7207
|
// src/theme/recipes/chakra/radio-group.ts
|
7055
|
-
var
|
7056
|
-
var
|
7208
|
+
var import_react69 = require("@chakra-ui/react");
|
7209
|
+
var import_anatomy35 = require("@chakra-ui/react/anatomy");
|
7057
7210
|
var _a6, _b5, _c4, _d4, _e4, _f4, _g4, _h2, _i2, _j2, _k2, _l2, _m2, _n2;
|
7058
|
-
var radioGroupSlotRecipe = (0,
|
7211
|
+
var radioGroupSlotRecipe = (0, import_react69.defineSlotRecipe)({
|
7059
7212
|
className: "chakra-radio-group",
|
7060
|
-
slots:
|
7213
|
+
slots: import_anatomy35.radioGroupAnatomy.keys(),
|
7061
7214
|
base: {
|
7062
7215
|
item: {
|
7063
7216
|
display: "inline-flex",
|
@@ -7115,11 +7268,11 @@ var radioGroupSlotRecipe = (0, import_react68.defineSlotRecipe)({
|
|
7115
7268
|
});
|
7116
7269
|
|
7117
7270
|
// src/theme/recipes/chakra/rating-group.ts
|
7118
|
-
var
|
7119
|
-
var
|
7120
|
-
var ratingGroupSlotRecipe = (0,
|
7271
|
+
var import_react70 = require("@chakra-ui/react");
|
7272
|
+
var import_anatomy36 = require("@chakra-ui/react/anatomy");
|
7273
|
+
var ratingGroupSlotRecipe = (0, import_react70.defineSlotRecipe)({
|
7121
7274
|
className: "chakra-rating-group",
|
7122
|
-
slots:
|
7275
|
+
slots: import_anatomy36.ratingGroupAnatomy.keys(),
|
7123
7276
|
base: {
|
7124
7277
|
root: {
|
7125
7278
|
display: "inline-flex"
|
@@ -7200,11 +7353,11 @@ var ratingGroupSlotRecipe = (0, import_react69.defineSlotRecipe)({
|
|
7200
7353
|
});
|
7201
7354
|
|
7202
7355
|
// src/theme/recipes/chakra/slider.ts
|
7203
|
-
var
|
7204
|
-
var
|
7205
|
-
var sliderSlotRecipe = (0,
|
7356
|
+
var import_react71 = require("@chakra-ui/react");
|
7357
|
+
var import_anatomy37 = require("@chakra-ui/react/anatomy");
|
7358
|
+
var sliderSlotRecipe = (0, import_react71.defineSlotRecipe)({
|
7206
7359
|
className: "chakra-slider",
|
7207
|
-
slots:
|
7360
|
+
slots: import_anatomy37.sliderAnatomy.keys(),
|
7208
7361
|
base: {
|
7209
7362
|
root: {
|
7210
7363
|
display: "flex",
|
@@ -7377,11 +7530,11 @@ var sliderSlotRecipe = (0, import_react70.defineSlotRecipe)({
|
|
7377
7530
|
});
|
7378
7531
|
|
7379
7532
|
// src/theme/recipes/chakra/stat.ts
|
7380
|
-
var
|
7381
|
-
var
|
7382
|
-
var statSlotRecipe = (0,
|
7533
|
+
var import_react72 = require("@chakra-ui/react");
|
7534
|
+
var import_anatomy38 = require("@chakra-ui/react/anatomy");
|
7535
|
+
var statSlotRecipe = (0, import_react72.defineSlotRecipe)({
|
7383
7536
|
className: "chakra-stat",
|
7384
|
-
slots:
|
7537
|
+
slots: import_anatomy38.statAnatomy.keys(),
|
7385
7538
|
base: {
|
7386
7539
|
root: {
|
7387
7540
|
display: "flex",
|
@@ -7455,11 +7608,11 @@ var statSlotRecipe = (0, import_react71.defineSlotRecipe)({
|
|
7455
7608
|
});
|
7456
7609
|
|
7457
7610
|
// src/theme/recipes/chakra/steps.ts
|
7458
|
-
var
|
7459
|
-
var
|
7460
|
-
var stepsSlotRecipe = (0,
|
7611
|
+
var import_react73 = require("@chakra-ui/react");
|
7612
|
+
var import_anatomy39 = require("@chakra-ui/react/anatomy");
|
7613
|
+
var stepsSlotRecipe = (0, import_react73.defineSlotRecipe)({
|
7461
7614
|
className: "chakra-steps",
|
7462
|
-
slots:
|
7615
|
+
slots: import_anatomy39.stepsAnatomy.keys(),
|
7463
7616
|
base: {
|
7464
7617
|
root: {
|
7465
7618
|
display: "flex",
|
@@ -7670,10 +7823,10 @@ var stepsSlotRecipe = (0, import_react72.defineSlotRecipe)({
|
|
7670
7823
|
});
|
7671
7824
|
|
7672
7825
|
// src/theme/recipes/chakra/switch.ts
|
7673
|
-
var
|
7674
|
-
var
|
7675
|
-
var switchSlotRecipe = (0,
|
7676
|
-
slots:
|
7826
|
+
var import_react74 = require("@chakra-ui/react");
|
7827
|
+
var import_anatomy40 = require("@chakra-ui/react/anatomy");
|
7828
|
+
var switchSlotRecipe = (0, import_react74.defineSlotRecipe)({
|
7829
|
+
slots: import_anatomy40.switchAnatomy.keys(),
|
7677
7830
|
className: "chakra-switch",
|
7678
7831
|
base: {
|
7679
7832
|
root: {
|
@@ -7828,11 +7981,11 @@ var switchSlotRecipe = (0, import_react73.defineSlotRecipe)({
|
|
7828
7981
|
});
|
7829
7982
|
|
7830
7983
|
// src/theme/recipes/chakra/table.ts
|
7831
|
-
var
|
7832
|
-
var
|
7833
|
-
var tableSlotRecipe = (0,
|
7984
|
+
var import_react75 = require("@chakra-ui/react");
|
7985
|
+
var import_anatomy41 = require("@chakra-ui/react/anatomy");
|
7986
|
+
var tableSlotRecipe = (0, import_react75.defineSlotRecipe)({
|
7834
7987
|
className: "chakra-table",
|
7835
|
-
slots:
|
7988
|
+
slots: import_anatomy41.tableAnatomy.keys(),
|
7836
7989
|
base: {
|
7837
7990
|
root: {
|
7838
7991
|
fontVariantNumeric: "lining-nums tabular-nums",
|
@@ -7991,10 +8144,10 @@ var tableSlotRecipe = (0, import_react74.defineSlotRecipe)({
|
|
7991
8144
|
});
|
7992
8145
|
|
7993
8146
|
// src/theme/recipes/chakra/timeline.ts
|
7994
|
-
var
|
7995
|
-
var
|
7996
|
-
var timelineSlotRecipe = (0,
|
7997
|
-
slots:
|
8147
|
+
var import_react76 = require("@chakra-ui/react");
|
8148
|
+
var import_anatomy42 = require("@chakra-ui/react/anatomy");
|
8149
|
+
var timelineSlotRecipe = (0, import_react76.defineSlotRecipe)({
|
8150
|
+
slots: import_anatomy42.timelineAnatomy.keys(),
|
7998
8151
|
className: "chakra-timeline",
|
7999
8152
|
base: {
|
8000
8153
|
root: {
|
@@ -8126,60 +8279,6 @@ var timelineSlotRecipe = (0, import_react75.defineSlotRecipe)({
|
|
8126
8279
|
}
|
8127
8280
|
});
|
8128
8281
|
|
8129
|
-
// src/theme/recipes/chakra/tooltip.ts
|
8130
|
-
var import_react76 = require("@chakra-ui/react");
|
8131
|
-
var import_anatomy42 = require("@chakra-ui/react/anatomy");
|
8132
|
-
var tooltipSlotRecipe = (0, import_react76.defineSlotRecipe)({
|
8133
|
-
slots: import_anatomy42.tooltipAnatomy.keys(),
|
8134
|
-
className: "chakra-tooltip",
|
8135
|
-
base: {
|
8136
|
-
content: {
|
8137
|
-
"--tooltip-bg": "colors.bg",
|
8138
|
-
display: "flex",
|
8139
|
-
alignItems: "center",
|
8140
|
-
bg: "var(--tooltip-bg)",
|
8141
|
-
color: "fg",
|
8142
|
-
px: "2.5",
|
8143
|
-
py: "1",
|
8144
|
-
borderRadius: "l2",
|
8145
|
-
fontWeight: "medium",
|
8146
|
-
textStyle: "xs",
|
8147
|
-
boxShadow: "md",
|
8148
|
-
maxW: "xs",
|
8149
|
-
zIndex: "tooltip",
|
8150
|
-
transformOrigin: "var(--transform-origin)",
|
8151
|
-
_open: {
|
8152
|
-
animationStyle: "scale-fade-in",
|
8153
|
-
animationDuration: "fast"
|
8154
|
-
},
|
8155
|
-
_closed: {
|
8156
|
-
animationStyle: "scale-fade-out",
|
8157
|
-
animationDuration: "fast"
|
8158
|
-
}
|
8159
|
-
},
|
8160
|
-
arrow: {
|
8161
|
-
"--arrow-size": "sizes.2",
|
8162
|
-
"--arrow-background": "var(--tooltip-bg)",
|
8163
|
-
zIndex: "-1"
|
8164
|
-
},
|
8165
|
-
arrowTip: {
|
8166
|
-
borderTopWidth: "1px",
|
8167
|
-
borderInlineStartWidth: "1px",
|
8168
|
-
borderColor: "var(--tooltip-bg)"
|
8169
|
-
}
|
8170
|
-
},
|
8171
|
-
variants: {
|
8172
|
-
variant: {
|
8173
|
-
inverted: {
|
8174
|
-
content: {
|
8175
|
-
"--tooltip-bg": "colors.bg.inverted",
|
8176
|
-
color: "fg.inverted"
|
8177
|
-
}
|
8178
|
-
}
|
8179
|
-
}
|
8180
|
-
}
|
8181
|
-
});
|
8182
|
-
|
8183
8282
|
// src/theme/slot-recipes.ts
|
8184
8283
|
var slotRecipes = {
|
8185
8284
|
// Chakra UI Recipes
|
@@ -8914,17 +9013,17 @@ var lineHeights = import_react91.defineTokens.lineHeights({
|
|
8914
9013
|
var import_react92 = require("@chakra-ui/react");
|
8915
9014
|
var radii = import_react92.defineTokens.radii({
|
8916
9015
|
"2xs": {
|
8917
|
-
value:
|
9016
|
+
value: "0.0625rem"
|
8918
9017
|
},
|
8919
|
-
xs: { value:
|
8920
|
-
sm: { value:
|
8921
|
-
md: { value:
|
8922
|
-
lg: { value:
|
8923
|
-
xl: { value:
|
8924
|
-
"2xl": { value:
|
8925
|
-
"3xl": { value:
|
8926
|
-
"4xl": { value:
|
8927
|
-
full: { value: "
|
9018
|
+
xs: { value: "0.125rem" },
|
9019
|
+
sm: { value: "0.25rem" },
|
9020
|
+
md: { value: "0.375rem" },
|
9021
|
+
lg: { value: "0.5rem" },
|
9022
|
+
xl: { value: "0.75rem" },
|
9023
|
+
"2xl": { value: "1rem" },
|
9024
|
+
"3xl": { value: "1.5rem" },
|
9025
|
+
"4xl": { value: "2rem" },
|
9026
|
+
full: { value: "9999px" }
|
8928
9027
|
});
|
8929
9028
|
|
8930
9029
|
// src/theme/tokens/sizes.ts
|
@@ -9175,7 +9274,7 @@ defaultConfig.utilities = Object.assign(
|
|
9175
9274
|
var defaultSystem = (0, import_react97.createSystem)(defaultConfig);
|
9176
9275
|
|
9177
9276
|
// src/index.ts
|
9178
|
-
var
|
9277
|
+
var import_react172 = require("@chakra-ui/react");
|
9179
9278
|
|
9180
9279
|
// src/provider/sui-provider.tsx
|
9181
9280
|
var React = __toESM(require("react"), 1);
|
@@ -9489,33 +9588,32 @@ var Key = (props) => {
|
|
9489
9588
|
};
|
9490
9589
|
|
9491
9590
|
// src/components/data-list/index.ts
|
9492
|
-
var
|
9493
|
-
|
9494
|
-
// src/components/dialog/namespace.ts
|
9495
|
-
var namespace_exports = {};
|
9496
|
-
__export(namespace_exports, {
|
9497
|
-
ActionTrigger: () => DialogActionTrigger,
|
9498
|
-
Backdrop: () => DialogBackdrop,
|
9499
|
-
Body: () => DialogBody,
|
9500
|
-
CloseButton: () => DialogCloseButton,
|
9501
|
-
CloseTrigger: () => DialogCloseTrigger2,
|
9502
|
-
Content: () => DialogContent,
|
9503
|
-
Context: () => import_dialog.DialogContext,
|
9504
|
-
Description: () => DialogDescription,
|
9505
|
-
Footer: () => DialogFooter,
|
9506
|
-
Header: () => DialogHeader,
|
9507
|
-
Root: () => DialogRoot,
|
9508
|
-
Title: () => DialogTitle,
|
9509
|
-
Trigger: () => DialogTrigger
|
9510
|
-
});
|
9591
|
+
var import_data_list = require("@chakra-ui/react/data-list");
|
9511
9592
|
|
9512
9593
|
// src/components/dialog/dialog.tsx
|
9594
|
+
var dialog_exports = {};
|
9595
|
+
__export(dialog_exports, {
|
9596
|
+
ActionTrigger: () => ActionTrigger,
|
9597
|
+
Backdrop: () => Backdrop,
|
9598
|
+
Body: () => Body,
|
9599
|
+
CloseButton: () => CloseButton3,
|
9600
|
+
CloseTrigger: () => CloseTrigger,
|
9601
|
+
Content: () => Content,
|
9602
|
+
Context: () => Context,
|
9603
|
+
Description: () => Description,
|
9604
|
+
DialogContext: () => import_dialog.DialogContext,
|
9605
|
+
Footer: () => Footer,
|
9606
|
+
Header: () => Header,
|
9607
|
+
Root: () => Root,
|
9608
|
+
Title: () => Title,
|
9609
|
+
Trigger: () => Trigger
|
9610
|
+
});
|
9513
9611
|
var import_react115 = require("react");
|
9514
9612
|
var import_react116 = require("@chakra-ui/react");
|
9515
9613
|
var import_dialog = require("@ark-ui/react/dialog");
|
9516
9614
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
9517
|
-
var
|
9518
|
-
function
|
9615
|
+
var Content = (0, import_react115.forwardRef)(
|
9616
|
+
function DialogContent(props, ref) {
|
9519
9617
|
const {
|
9520
9618
|
children,
|
9521
9619
|
portalled = true,
|
@@ -9529,83 +9627,176 @@ var DialogContent = (0, import_react115.forwardRef)(
|
|
9529
9627
|
] });
|
9530
9628
|
}
|
9531
9629
|
);
|
9532
|
-
var
|
9630
|
+
var CloseButton3 = (0, import_react115.forwardRef)(function DialogCloseTrigger(props, ref) {
|
9533
9631
|
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_react116.Dialog.CloseTrigger, { position: "absolute", ...props, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(CloseButton, { size: "sm", ref, children: props.children }) });
|
9534
9632
|
});
|
9535
|
-
var
|
9536
|
-
var
|
9537
|
-
var
|
9538
|
-
var
|
9539
|
-
var
|
9540
|
-
var
|
9541
|
-
var
|
9542
|
-
var
|
9543
|
-
var
|
9544
|
-
var
|
9545
|
-
|
9546
|
-
// src/components/drawer/namespace.ts
|
9547
|
-
var namespace_exports2 = {};
|
9548
|
-
__export(namespace_exports2, {
|
9549
|
-
ActionTrigger: () => DrawerActionTrigger,
|
9550
|
-
Backdrop: () => DrawerBackdrop,
|
9551
|
-
Body: () => DrawerBody,
|
9552
|
-
CloseButton: () => DrawerCloseButton,
|
9553
|
-
CloseTrigger: () => DrawerCloseTrigger2,
|
9554
|
-
Content: () => DrawerContent,
|
9555
|
-
Context: () => DrawerContext,
|
9556
|
-
Description: () => DrawerDescription,
|
9557
|
-
Footer: () => DrawerFooter,
|
9558
|
-
Header: () => DrawerHeader,
|
9559
|
-
Root: () => DrawerRoot,
|
9560
|
-
Title: () => DrawerTitle,
|
9561
|
-
Trigger: () => DrawerTrigger
|
9562
|
-
});
|
9633
|
+
var CloseTrigger = import_react116.Dialog.CloseTrigger;
|
9634
|
+
var Root = import_react116.Dialog.Root;
|
9635
|
+
var Context = import_react116.Dialog.Context;
|
9636
|
+
var Footer = import_react116.Dialog.Footer;
|
9637
|
+
var Header = import_react116.Dialog.Header;
|
9638
|
+
var Body = import_react116.Dialog.Body;
|
9639
|
+
var Backdrop = import_react116.Dialog.Backdrop;
|
9640
|
+
var Title = import_react116.Dialog.Title;
|
9641
|
+
var Description = import_react116.Dialog.Description;
|
9642
|
+
var Trigger = import_react116.Dialog.Trigger;
|
9643
|
+
var ActionTrigger = import_react116.Dialog.ActionTrigger;
|
9563
9644
|
|
9564
9645
|
// src/components/drawer/drawer.tsx
|
9646
|
+
var drawer_exports = {};
|
9647
|
+
__export(drawer_exports, {
|
9648
|
+
ActionTrigger: () => ActionTrigger2,
|
9649
|
+
Backdrop: () => Backdrop2,
|
9650
|
+
Body: () => Body2,
|
9651
|
+
CloseButton: () => CloseButton4,
|
9652
|
+
CloseTrigger: () => CloseTrigger2,
|
9653
|
+
Content: () => Content2,
|
9654
|
+
Context: () => Context2,
|
9655
|
+
Description: () => Description2,
|
9656
|
+
Footer: () => Footer2,
|
9657
|
+
Header: () => Header2,
|
9658
|
+
Root: () => Root2,
|
9659
|
+
Title: () => Title2,
|
9660
|
+
Trigger: () => Trigger2
|
9661
|
+
});
|
9565
9662
|
var import_react117 = require("react");
|
9566
|
-
var
|
9663
|
+
var import_dialog2 = require("@ark-ui/react/dialog");
|
9567
9664
|
var import_react118 = require("@chakra-ui/react");
|
9568
9665
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
9569
|
-
var
|
9570
|
-
function
|
9666
|
+
var Content2 = (0, import_react117.forwardRef)(
|
9667
|
+
function DrawerContent(props, ref) {
|
9571
9668
|
const { children, portalled = true, portalRef, offset, ...rest } = props;
|
9572
9669
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react118.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react118.Drawer.Positioner, { padding: offset, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react118.Drawer.Content, { ref, ...rest, asChild: false, children }) }) });
|
9573
9670
|
}
|
9574
9671
|
);
|
9575
|
-
var
|
9672
|
+
var CloseButton4 = (0, import_react117.forwardRef)(function DrawerCloseTrigger(props, ref) {
|
9576
9673
|
const { children, ...rest } = props;
|
9577
9674
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react118.Drawer.CloseTrigger, { position: "absolute", ...rest, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(CloseButton, { size: "sm", ref, children }) });
|
9578
9675
|
});
|
9579
|
-
var
|
9580
|
-
var
|
9581
|
-
var
|
9582
|
-
var
|
9583
|
-
var
|
9584
|
-
var
|
9585
|
-
var
|
9586
|
-
var
|
9587
|
-
var
|
9588
|
-
var
|
9589
|
-
var
|
9676
|
+
var CloseTrigger2 = import_react118.Drawer.CloseTrigger;
|
9677
|
+
var Trigger2 = import_react118.Drawer.Trigger;
|
9678
|
+
var Root2 = import_react118.Drawer.Root;
|
9679
|
+
var Footer2 = import_react118.Drawer.Footer;
|
9680
|
+
var Header2 = import_react118.Drawer.Header;
|
9681
|
+
var Body2 = import_react118.Drawer.Body;
|
9682
|
+
var Backdrop2 = import_react118.Drawer.Backdrop;
|
9683
|
+
var Description2 = import_react118.Drawer.Description;
|
9684
|
+
var Title2 = import_react118.Drawer.Title;
|
9685
|
+
var ActionTrigger2 = import_react118.Drawer.ActionTrigger;
|
9686
|
+
var Context2 = import_dialog2.DialogContext;
|
9590
9687
|
|
9591
9688
|
// src/components/empty-state/empty-state.tsx
|
9592
|
-
var import_react119 = require("
|
9593
|
-
var import_react120 = require("react");
|
9689
|
+
var import_react119 = require("react");
|
9690
|
+
var import_react120 = require("@chakra-ui/react");
|
9594
9691
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
9595
|
-
var
|
9692
|
+
var EmptyStateActions = (props) => {
|
9693
|
+
const { actions } = (0, import_react120.useEmptyStateStyles)();
|
9694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react120.Box, { ...props, css: [actions, props.css] });
|
9695
|
+
};
|
9696
|
+
var EmptyState = (0, import_react119.forwardRef)(
|
9596
9697
|
function EmptyState2(props, ref) {
|
9597
9698
|
const { title, description, icon, children, ...rest } = props;
|
9598
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
9599
|
-
icon && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
9600
|
-
|
9601
|
-
|
9602
|
-
|
9603
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react119.EmptyState.Title, { children: title }),
|
9604
|
-
children
|
9699
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react120.EmptyState.Root, { ref, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_react120.EmptyState.Content, { children: [
|
9700
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react120.EmptyState.Indicator, { children: icon }),
|
9701
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react120.EmptyState.Title, { children: title }),
|
9702
|
+
description ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react120.EmptyState.Description, { children: description }) : null,
|
9703
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(EmptyStateActions, { children })
|
9605
9704
|
] }) });
|
9606
9705
|
}
|
9607
9706
|
);
|
9608
9707
|
|
9708
|
+
// src/components/file-upload/file-upload.tsx
|
9709
|
+
var file_upload_exports = {};
|
9710
|
+
__export(file_upload_exports, {
|
9711
|
+
ClearTrigger: () => ClearTrigger,
|
9712
|
+
Dropzone: () => Dropzone,
|
9713
|
+
Input: () => Input,
|
9714
|
+
Label: () => Label,
|
9715
|
+
List: () => List,
|
9716
|
+
Root: () => Root3,
|
9717
|
+
Trigger: () => Trigger3
|
9718
|
+
});
|
9719
|
+
var React2 = __toESM(require("react"), 1);
|
9720
|
+
var import_react121 = require("@chakra-ui/react");
|
9721
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
9722
|
+
var Root3 = React2.forwardRef(
|
9723
|
+
function FileUploadRoot(props, ref) {
|
9724
|
+
const { children, inputProps, ...rest } = props;
|
9725
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_react121.FileUpload.Root, { ...rest, children: [
|
9726
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.HiddenInput, { ref, ...inputProps }),
|
9727
|
+
children
|
9728
|
+
] });
|
9729
|
+
}
|
9730
|
+
);
|
9731
|
+
var Dropzone = React2.forwardRef(
|
9732
|
+
function FileUploadDropzone(props, ref) {
|
9733
|
+
const { children, ...rest } = props;
|
9734
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.Dropzone, { ref, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.DropzoneContent, { children }) });
|
9735
|
+
}
|
9736
|
+
);
|
9737
|
+
var Item = React2.forwardRef(
|
9738
|
+
function FileUploadItem(props, ref) {
|
9739
|
+
const { file, showSize, icon, clearable } = props;
|
9740
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_react121.FileUpload.Item, { file, ref, children: [
|
9741
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.ItemPreview, { children: icon }),
|
9742
|
+
showSize ? /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_react121.FileUpload.ItemContent, { children: [
|
9743
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.ItemName, {}),
|
9744
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.ItemSizeText, {})
|
9745
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.ItemName, { flex: "1" }),
|
9746
|
+
clearable && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.ItemDeleteTrigger, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(CloseButton, { size: "xs" }) })
|
9747
|
+
] });
|
9748
|
+
}
|
9749
|
+
);
|
9750
|
+
var List = React2.forwardRef(
|
9751
|
+
function FileUploadList(props, ref) {
|
9752
|
+
const { showSize, clearable, files, ...rest } = props;
|
9753
|
+
const fileUpload = (0, import_react121.useFileUploadContext)();
|
9754
|
+
const acceptedFiles = files != null ? files : fileUpload.acceptedFiles;
|
9755
|
+
if (acceptedFiles.length === 0) return null;
|
9756
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.ItemGroup, { ref, ...rest, children: acceptedFiles.map((file) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
9757
|
+
Item,
|
9758
|
+
{
|
9759
|
+
file,
|
9760
|
+
showSize,
|
9761
|
+
clearable
|
9762
|
+
},
|
9763
|
+
file.name
|
9764
|
+
)) });
|
9765
|
+
}
|
9766
|
+
);
|
9767
|
+
var Input = React2.forwardRef(
|
9768
|
+
function FileInput(props, ref) {
|
9769
|
+
const inputRecipe2 = (0, import_react121.useRecipe)({ key: "input" });
|
9770
|
+
const [recipeProps, restProps] = inputRecipe2.splitVariantProps(props);
|
9771
|
+
const { placeholder = "Select file(s)", ...rest } = restProps;
|
9772
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.Trigger, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
9773
|
+
import_react121.Button,
|
9774
|
+
{
|
9775
|
+
unstyled: true,
|
9776
|
+
py: "0",
|
9777
|
+
ref,
|
9778
|
+
...rest,
|
9779
|
+
css: [inputRecipe2(recipeProps), props.css],
|
9780
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.FileUpload.Context, { children: ({ acceptedFiles }) => {
|
9781
|
+
if (acceptedFiles.length === 1) {
|
9782
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { children: acceptedFiles[0].name });
|
9783
|
+
}
|
9784
|
+
if (acceptedFiles.length > 1) {
|
9785
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("span", { children: [
|
9786
|
+
acceptedFiles.length,
|
9787
|
+
" files"
|
9788
|
+
] });
|
9789
|
+
}
|
9790
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react121.Span, { color: "fg.subtle", children: placeholder });
|
9791
|
+
} })
|
9792
|
+
}
|
9793
|
+
) });
|
9794
|
+
}
|
9795
|
+
);
|
9796
|
+
var Label = import_react121.FileUpload.Label;
|
9797
|
+
var ClearTrigger = import_react121.FileUpload.ClearTrigger;
|
9798
|
+
var Trigger3 = import_react121.FileUpload.Trigger;
|
9799
|
+
|
9609
9800
|
// src/components/grid-list/grid-list.tsx
|
9610
9801
|
var grid_list_exports = {};
|
9611
9802
|
__export(grid_list_exports, {
|
@@ -9617,12 +9808,12 @@ __export(grid_list_exports, {
|
|
9617
9808
|
var import_grid_list = require("@saas-ui/core/grid-list");
|
9618
9809
|
|
9619
9810
|
// src/components/grid-list/grid-list.context.ts
|
9620
|
-
var
|
9811
|
+
var import_react122 = require("@chakra-ui/react");
|
9621
9812
|
var {
|
9622
9813
|
withProvider: withProvider2,
|
9623
9814
|
withContext: withContext3,
|
9624
9815
|
useStyles: useGridListStyles
|
9625
|
-
} = (0,
|
9816
|
+
} = (0, import_react122.createSlotRecipeContext)({
|
9626
9817
|
key: "suiGridList"
|
9627
9818
|
});
|
9628
9819
|
|
@@ -9645,29 +9836,29 @@ var GridListCell = withContext3(
|
|
9645
9836
|
);
|
9646
9837
|
|
9647
9838
|
// src/components/icon-badge/icon-badge.tsx
|
9648
|
-
var
|
9649
|
-
var
|
9650
|
-
var
|
9651
|
-
var
|
9652
|
-
var
|
9653
|
-
var IconBadge =
|
9839
|
+
var React3 = __toESM(require("react"), 1);
|
9840
|
+
var import_react123 = require("react");
|
9841
|
+
var import_react124 = require("@chakra-ui/react");
|
9842
|
+
var import_utils6 = require("@saas-ui/core/utils");
|
9843
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
9844
|
+
var IconBadge = React3.forwardRef(
|
9654
9845
|
(props, ref) => {
|
9655
9846
|
const { icon, children, ...rest } = props;
|
9656
|
-
const recipe = (0,
|
9847
|
+
const recipe = (0, import_react124.useRecipe)({ key: "suiIconBadge", recipe: props.recipe });
|
9657
9848
|
const [variantProps, localProps] = recipe.splitVariantProps(rest);
|
9658
9849
|
const styles = recipe(variantProps);
|
9659
9850
|
const element = icon || children;
|
9660
|
-
const _children = (0,
|
9851
|
+
const _children = (0, import_react123.isValidElement)(element) ? (0, import_react123.cloneElement)(element, {
|
9661
9852
|
"aria-hidden": true,
|
9662
9853
|
focusable: false
|
9663
9854
|
}) : null;
|
9664
|
-
return /* @__PURE__ */ (0,
|
9665
|
-
|
9855
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
9856
|
+
import_react124.chakra.div,
|
9666
9857
|
{
|
9667
9858
|
ref,
|
9668
9859
|
...localProps,
|
9669
9860
|
css: [styles, props.css],
|
9670
|
-
className: (0,
|
9861
|
+
className: (0, import_utils6.cx)(recipe.className, props.className),
|
9671
9862
|
children: _children
|
9672
9863
|
}
|
9673
9864
|
);
|
@@ -9675,11 +9866,11 @@ var IconBadge = React2.forwardRef(
|
|
9675
9866
|
);
|
9676
9867
|
|
9677
9868
|
// src/components/icon-button/icon-button.tsx
|
9678
|
-
var
|
9679
|
-
var
|
9680
|
-
var IconButton = (0,
|
9869
|
+
var import_react125 = require("react");
|
9870
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
9871
|
+
var IconButton = (0, import_react125.forwardRef)(
|
9681
9872
|
function IconButton2(props, ref) {
|
9682
|
-
return /* @__PURE__ */ (0,
|
9873
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
9683
9874
|
Button,
|
9684
9875
|
{
|
9685
9876
|
px: "0",
|
@@ -9693,10 +9884,10 @@ var IconButton = (0, import_react124.forwardRef)(
|
|
9693
9884
|
);
|
9694
9885
|
|
9695
9886
|
// src/components/input-group/input-group.tsx
|
9696
|
-
var
|
9697
|
-
var
|
9698
|
-
var
|
9699
|
-
var InputGroup = (0,
|
9887
|
+
var import_react126 = require("react");
|
9888
|
+
var import_react127 = require("@chakra-ui/react");
|
9889
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
9890
|
+
var InputGroup = (0, import_react126.forwardRef)(
|
9700
9891
|
function InputGroup2(props, ref) {
|
9701
9892
|
const {
|
9702
9893
|
startElement,
|
@@ -9706,26 +9897,26 @@ var InputGroup = (0, import_react125.forwardRef)(
|
|
9706
9897
|
children,
|
9707
9898
|
...rest
|
9708
9899
|
} = props;
|
9709
|
-
return /* @__PURE__ */ (0,
|
9710
|
-
startElement && /* @__PURE__ */ (0,
|
9711
|
-
(0,
|
9900
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_react127.Group, { ref, display: "flex", ...rest, children: [
|
9901
|
+
startElement && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react127.InputElement, { pointerEvents: "none", ...startElementProps, children: startElement }),
|
9902
|
+
(0, import_react126.isValidElement)(children) && (0, import_react126.cloneElement)(children, {
|
9712
9903
|
...startElement && { ps: "calc(var(--input-height) - 6px)" },
|
9713
9904
|
...endElement && { pe: "calc(var(--input-height) - 6px)" },
|
9714
9905
|
...children.props
|
9715
9906
|
}),
|
9716
|
-
endElement && /* @__PURE__ */ (0,
|
9907
|
+
endElement && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react127.InputElement, { placement: "end", ...endElementProps, children: endElement })
|
9717
9908
|
] });
|
9718
9909
|
}
|
9719
9910
|
);
|
9720
9911
|
|
9721
9912
|
// src/components/link/link.tsx
|
9722
|
-
var
|
9723
|
-
var
|
9724
|
-
var
|
9725
|
-
var Link =
|
9913
|
+
var import_react128 = __toESM(require("react"), 1);
|
9914
|
+
var import_react129 = require("@chakra-ui/react");
|
9915
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
9916
|
+
var Link = import_react128.default.forwardRef(
|
9726
9917
|
(props, ref) => {
|
9727
9918
|
const LinkComponent = useLink();
|
9728
|
-
return /* @__PURE__ */ (0,
|
9919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react129.Link, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(LinkComponent, { ref, ...props }) });
|
9729
9920
|
}
|
9730
9921
|
);
|
9731
9922
|
Link.displayName = "Link";
|
@@ -9738,38 +9929,38 @@ __export(loading_overlay_exports, {
|
|
9738
9929
|
Text: () => LoadingOverlayText
|
9739
9930
|
});
|
9740
9931
|
var import_presence = require("@ark-ui/react/presence");
|
9741
|
-
var
|
9932
|
+
var import_react133 = require("@chakra-ui/react");
|
9742
9933
|
|
9743
9934
|
// src/components/spinner/spinner.tsx
|
9744
|
-
var
|
9745
|
-
var
|
9746
|
-
var
|
9747
|
-
var Spinner2 = (0,
|
9935
|
+
var import_react130 = require("react");
|
9936
|
+
var import_react131 = require("@chakra-ui/react");
|
9937
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
9938
|
+
var Spinner2 = (0, import_react130.forwardRef)(
|
9748
9939
|
function Spinner3(props, ref) {
|
9749
9940
|
const { loading, children, ...rest } = props;
|
9750
9941
|
if (loading === false) {
|
9751
|
-
return /* @__PURE__ */ (0,
|
9942
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, { children });
|
9752
9943
|
}
|
9753
|
-
return /* @__PURE__ */ (0,
|
9944
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react131.Spinner, { ref, ...rest });
|
9754
9945
|
}
|
9755
9946
|
);
|
9756
9947
|
|
9757
9948
|
// src/components/loading-overlay/loading-overlay.context.ts
|
9758
|
-
var
|
9949
|
+
var import_react132 = require("@chakra-ui/react");
|
9759
9950
|
var {
|
9760
9951
|
useStyles: useLoadingOverlayStyles,
|
9761
9952
|
withContext: withContext4,
|
9762
9953
|
withProvider: withProvider3
|
9763
|
-
} = (0,
|
9954
|
+
} = (0, import_react132.createSlotRecipeContext)({
|
9764
9955
|
key: "suiLoadingOverlay"
|
9765
9956
|
});
|
9766
9957
|
|
9767
9958
|
// src/components/loading-overlay/loading-overlay.tsx
|
9768
|
-
var
|
9959
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
9769
9960
|
var LoadingOverlay = (props) => {
|
9770
9961
|
const { children, loading = true, ...rest } = props;
|
9771
9962
|
const [presenceProps, rootProps] = (0, import_presence.splitPresenceProps)(rest);
|
9772
|
-
return /* @__PURE__ */ (0,
|
9963
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_presence.Presence, { present: loading, ...presenceProps, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react133.chakra.div, { ...rootProps, children }) });
|
9773
9964
|
};
|
9774
9965
|
var LoadingOverlayRoot = withProvider3(
|
9775
9966
|
LoadingOverlay,
|
@@ -9791,21 +9982,21 @@ __export(navbar_exports, {
|
|
9791
9982
|
Link: () => NavbarLink,
|
9792
9983
|
Root: () => NavbarRoot
|
9793
9984
|
});
|
9794
|
-
var
|
9985
|
+
var import_react135 = require("react");
|
9795
9986
|
var import_navbar = require("@saas-ui/core/navbar");
|
9796
9987
|
|
9797
9988
|
// src/components/navbar/navbar.context.ts
|
9798
|
-
var
|
9989
|
+
var import_react134 = require("@chakra-ui/react");
|
9799
9990
|
var {
|
9800
9991
|
withProvider: withProvider4,
|
9801
9992
|
withContext: withContext5,
|
9802
9993
|
useStyles: useNavbarStyles
|
9803
|
-
} = (0,
|
9994
|
+
} = (0, import_react134.createSlotRecipeContext)({
|
9804
9995
|
key: "suiNavbar"
|
9805
9996
|
});
|
9806
9997
|
|
9807
9998
|
// src/components/navbar/navbar.tsx
|
9808
|
-
var
|
9999
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
9809
10000
|
var NavbarRoot = withProvider4(
|
9810
10001
|
import_navbar.Navbar.Root,
|
9811
10002
|
"root"
|
@@ -9823,10 +10014,10 @@ var NavbarItem = withContext5(
|
|
9823
10014
|
"item"
|
9824
10015
|
);
|
9825
10016
|
var NavbarLink = withContext5(
|
9826
|
-
(0,
|
10017
|
+
(0, import_react135.forwardRef)((props, ref) => {
|
9827
10018
|
const Link2 = useLink();
|
9828
10019
|
const { active, ...rest } = props;
|
9829
|
-
return /* @__PURE__ */ (0,
|
10020
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_navbar.Navbar.Link, { asChild: true, ...rest, ref, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Link2, { "data-active": active ? "" : void 0, ...props }) });
|
9830
10021
|
}),
|
9831
10022
|
"link",
|
9832
10023
|
{
|
@@ -9835,10 +10026,10 @@ var NavbarLink = withContext5(
|
|
9835
10026
|
);
|
9836
10027
|
|
9837
10028
|
// src/components/number-input/number-input.tsx
|
9838
|
-
var
|
9839
|
-
var
|
9840
|
-
var
|
9841
|
-
var NumberInput = (0,
|
10029
|
+
var import_react136 = require("react");
|
10030
|
+
var import_react137 = require("@chakra-ui/react");
|
10031
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
10032
|
+
var NumberInput = (0, import_react136.forwardRef)(
|
9842
10033
|
function NumberInput2(props, ref) {
|
9843
10034
|
const {
|
9844
10035
|
hideControls,
|
@@ -9848,19 +10039,19 @@ var NumberInput = (0, import_react135.forwardRef)(
|
|
9848
10039
|
rootRef,
|
9849
10040
|
...rest
|
9850
10041
|
} = props;
|
9851
|
-
return /* @__PURE__ */ (0,
|
9852
|
-
/* @__PURE__ */ (0,
|
10042
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react137.NumberInput.Root, { ref: rootRef, ...rest, children: [
|
10043
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
9853
10044
|
InputGroup,
|
9854
10045
|
{
|
9855
10046
|
startElement,
|
9856
10047
|
endElement,
|
9857
10048
|
width: "full",
|
9858
|
-
children: /* @__PURE__ */ (0,
|
10049
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react137.NumberInput.Input, { ref, ...inputProps })
|
9859
10050
|
}
|
9860
10051
|
),
|
9861
|
-
!hideControls && !endElement ? /* @__PURE__ */ (0,
|
9862
|
-
/* @__PURE__ */ (0,
|
9863
|
-
/* @__PURE__ */ (0,
|
10052
|
+
!hideControls && !endElement ? /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react137.NumberInput.Control, { children: [
|
10053
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react137.NumberInput.IncrementTrigger, {}),
|
10054
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react137.NumberInput.DecrementTrigger, {})
|
9864
10055
|
] }) : null
|
9865
10056
|
] });
|
9866
10057
|
}
|
@@ -9886,87 +10077,87 @@ __export(menu_exports, {
|
|
9886
10077
|
Trigger: () => MenuTrigger,
|
9887
10078
|
TriggerItem: () => MenuTriggerItem
|
9888
10079
|
});
|
9889
|
-
var
|
9890
|
-
var
|
9891
|
-
var
|
9892
|
-
var MenuContent = (0,
|
10080
|
+
var import_react138 = require("react");
|
10081
|
+
var import_react139 = require("@chakra-ui/react");
|
10082
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
10083
|
+
var MenuContent = (0, import_react138.forwardRef)(
|
9893
10084
|
function MenuContent2(props, ref) {
|
9894
10085
|
const { portalled = true, portalRef, ...rest } = props;
|
9895
|
-
return /* @__PURE__ */ (0,
|
10086
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.Content, { ref, ...rest }) }) });
|
9896
10087
|
}
|
9897
10088
|
);
|
9898
|
-
var MenuArrow = (0,
|
10089
|
+
var MenuArrow = (0, import_react138.forwardRef)(
|
9899
10090
|
function MenuArrow2(props, ref) {
|
9900
|
-
return /* @__PURE__ */ (0,
|
10091
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.Arrow, { ref, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.ArrowTip, {}) });
|
9901
10092
|
}
|
9902
10093
|
);
|
9903
|
-
var MenuCheckboxItem = (0,
|
9904
|
-
return /* @__PURE__ */ (0,
|
9905
|
-
/* @__PURE__ */ (0,
|
10094
|
+
var MenuCheckboxItem = (0, import_react138.forwardRef)(function MenuCheckboxItem2(props, ref) {
|
10095
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_react139.Menu.CheckboxItem, { ref, ...props, children: [
|
10096
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.ItemIndicator, { hidden: false, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(CheckIcon, {}) }),
|
9906
10097
|
props.children
|
9907
10098
|
] });
|
9908
10099
|
});
|
9909
|
-
var MenuRadioItem = (0,
|
10100
|
+
var MenuRadioItem = (0, import_react138.forwardRef)(
|
9910
10101
|
function MenuRadioItem2(props, ref) {
|
9911
10102
|
const { children, ...rest } = props;
|
9912
|
-
return /* @__PURE__ */ (0,
|
9913
|
-
/* @__PURE__ */ (0,
|
9914
|
-
/* @__PURE__ */ (0,
|
10103
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_react139.Menu.RadioItem, { ps: "8", ref, ...rest, children: [
|
10104
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.AbsoluteCenter, { axis: "horizontal", left: "4", asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(CheckIcon, {}) }) }),
|
10105
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.ItemText, { children })
|
9915
10106
|
] });
|
9916
10107
|
}
|
9917
10108
|
);
|
9918
|
-
var MenuItemGroup = (0,
|
10109
|
+
var MenuItemGroup = (0, import_react138.forwardRef)(
|
9919
10110
|
function MenuItemGroup2(props, ref) {
|
9920
10111
|
const { title, children, ...rest } = props;
|
9921
|
-
return /* @__PURE__ */ (0,
|
9922
|
-
title && /* @__PURE__ */ (0,
|
10112
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_react139.Menu.ItemGroup, { ref, ...rest, children: [
|
10113
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react139.Menu.ItemGroupLabel, { userSelect: "none", children: title }),
|
9923
10114
|
children
|
9924
10115
|
] });
|
9925
10116
|
}
|
9926
10117
|
);
|
9927
|
-
var MenuTriggerItem = (0,
|
10118
|
+
var MenuTriggerItem = (0, import_react138.forwardRef)(
|
9928
10119
|
function MenuTriggerItem2(props, ref) {
|
9929
10120
|
const { startIcon, children, ...rest } = props;
|
9930
|
-
return /* @__PURE__ */ (0,
|
10121
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_react139.Menu.TriggerItem, { ref, ...rest, children: [
|
9931
10122
|
startIcon,
|
9932
10123
|
children,
|
9933
|
-
/* @__PURE__ */ (0,
|
10124
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(ChevronRightIcon, {})
|
9934
10125
|
] });
|
9935
10126
|
}
|
9936
10127
|
);
|
9937
|
-
var MenuButton = (0,
|
10128
|
+
var MenuButton = (0, import_react138.forwardRef)(
|
9938
10129
|
function MenuButton2(props, ref) {
|
9939
|
-
return /* @__PURE__ */ (0,
|
10130
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(MenuTrigger, { ref, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Button, { ...props }) });
|
9940
10131
|
}
|
9941
10132
|
);
|
9942
|
-
var MenuRadioItemGroup =
|
9943
|
-
var MenuContextTrigger =
|
9944
|
-
var MenuRoot =
|
9945
|
-
var MenuSeparator =
|
9946
|
-
var MenuContext =
|
9947
|
-
var MenuItem =
|
9948
|
-
var MenuItemText =
|
9949
|
-
var MenuItemCommand =
|
9950
|
-
var MenuTrigger =
|
10133
|
+
var MenuRadioItemGroup = import_react139.Menu.RadioItemGroup;
|
10134
|
+
var MenuContextTrigger = import_react139.Menu.ContextTrigger;
|
10135
|
+
var MenuRoot = import_react139.Menu.Root;
|
10136
|
+
var MenuSeparator = import_react139.Menu.Separator;
|
10137
|
+
var MenuContext = import_react139.Menu.Context;
|
10138
|
+
var MenuItem = import_react139.Menu.Item;
|
10139
|
+
var MenuItemText = import_react139.Menu.ItemText;
|
10140
|
+
var MenuItemCommand = import_react139.Menu.ItemCommand;
|
10141
|
+
var MenuTrigger = import_react139.Menu.Trigger;
|
9951
10142
|
|
9952
10143
|
// src/components/pagination/pagination.tsx
|
9953
10144
|
var pagination_exports = {};
|
9954
10145
|
__export(pagination_exports, {
|
9955
|
-
Context: () =>
|
10146
|
+
Context: () => Context3,
|
9956
10147
|
Ellipsis: () => Ellipsis,
|
9957
|
-
Item: () =>
|
10148
|
+
Item: () => Item2,
|
9958
10149
|
Items: () => Items,
|
9959
10150
|
NextButton: () => NextButton,
|
9960
10151
|
NextTrigger: () => NextTrigger,
|
9961
10152
|
PageText: () => PageText,
|
9962
10153
|
PrevButton: () => PrevButton,
|
9963
10154
|
PrevTrigger: () => PrevTrigger,
|
9964
|
-
Root: () =>
|
10155
|
+
Root: () => Root4
|
9965
10156
|
});
|
9966
|
-
var
|
9967
|
-
var
|
9968
|
-
var
|
9969
|
-
var [RootPropsProvider, useRootProps] = (0,
|
10157
|
+
var import_react140 = require("react");
|
10158
|
+
var import_react141 = require("@chakra-ui/react");
|
10159
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
10160
|
+
var [RootPropsProvider, useRootProps] = (0, import_react141.createContext)({
|
9970
10161
|
name: "RootPropsProvider"
|
9971
10162
|
});
|
9972
10163
|
var variantMap = {
|
@@ -9974,66 +10165,66 @@ var variantMap = {
|
|
9974
10165
|
solid: { default: "outline", ellipsis: "outline", current: "solid" },
|
9975
10166
|
subtle: { default: "ghost", ellipsis: "plain", current: "subtle" }
|
9976
10167
|
};
|
9977
|
-
var
|
10168
|
+
var Root4 = (0, import_react140.forwardRef)(
|
9978
10169
|
function PaginationRoot(props, ref) {
|
9979
10170
|
const { size = "sm", variant = "outline", ...rest } = props;
|
9980
|
-
return /* @__PURE__ */ (0,
|
10171
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RootPropsProvider, { value: { size, variantMap: variantMap[variant] }, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Pagination.Root, { ref, type: "button", ...rest }) });
|
9981
10172
|
}
|
9982
10173
|
);
|
9983
|
-
var Ellipsis = (0,
|
10174
|
+
var Ellipsis = (0, import_react140.forwardRef)(function PaginationEllipsis(props, ref) {
|
9984
10175
|
var _a8;
|
9985
10176
|
const { size, variantMap: variantMap2 } = useRootProps();
|
9986
|
-
return /* @__PURE__ */ (0,
|
10177
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Pagination.Ellipsis, { ref, ...props, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Button, { as: "span", variant: variantMap2.ellipsis, size, children: (_a8 = props.children) != null ? _a8 : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(EllipsisIcon, {}) }) });
|
9987
10178
|
});
|
9988
|
-
var
|
10179
|
+
var Item2 = (0, import_react140.forwardRef)(
|
9989
10180
|
function PaginationItem(props, ref) {
|
9990
|
-
const { page } = (0,
|
10181
|
+
const { page } = (0, import_react141.usePaginationContext)();
|
9991
10182
|
const { size, variantMap: variantMap2 } = useRootProps();
|
9992
10183
|
const current = page === props.value;
|
9993
10184
|
const variant = current ? variantMap2.current : variantMap2.default;
|
9994
|
-
return /* @__PURE__ */ (0,
|
10185
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Pagination.Item, { ref, ...props, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Button, { variant, size, children: props.value }) });
|
9995
10186
|
}
|
9996
10187
|
);
|
9997
|
-
var PrevButton = (0,
|
10188
|
+
var PrevButton = (0, import_react140.forwardRef)(function PaginationPrevTrigger(props, ref) {
|
9998
10189
|
var _a8;
|
9999
10190
|
const { size, variantMap: variantMap2 } = useRootProps();
|
10000
|
-
return /* @__PURE__ */ (0,
|
10191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Pagination.PrevTrigger, { ref, asChild: true, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.IconButton, { variant: variantMap2.default, size, children: (_a8 = props.children) != null ? _a8 : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ChevronLeftIcon, {}) }) });
|
10001
10192
|
});
|
10002
|
-
var NextButton = (0,
|
10193
|
+
var NextButton = (0, import_react140.forwardRef)(function PaginationNextTrigger(props, ref) {
|
10003
10194
|
var _a8;
|
10004
10195
|
const { size, variantMap: variantMap2 } = useRootProps();
|
10005
|
-
return /* @__PURE__ */ (0,
|
10196
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Pagination.NextTrigger, { ref, asChild: true, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.IconButton, { variant: variantMap2.default, size, children: (_a8 = props.children) != null ? _a8 : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ChevronRightIcon, {}) }) });
|
10006
10197
|
});
|
10007
10198
|
var Items = (props) => {
|
10008
|
-
return /* @__PURE__ */ (0,
|
10009
|
-
return page.type === "ellipsis" ? /* @__PURE__ */ (0,
|
10199
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Pagination.Context, { children: ({ pages }) => pages.map((page, index) => {
|
10200
|
+
return page.type === "ellipsis" ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Ellipsis, { index, ...props }, index) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Item2, { type: "page", value: page.value, ...props }, index);
|
10010
10201
|
}) });
|
10011
10202
|
};
|
10012
|
-
var PageText = (0,
|
10203
|
+
var PageText = (0, import_react140.forwardRef)(
|
10013
10204
|
function PaginationPageText(props, ref) {
|
10014
10205
|
const { format = "compact", ...rest } = props;
|
10015
|
-
const { page, pages, pageRange, count } = (0,
|
10016
|
-
const content = (0,
|
10206
|
+
const { page, pages, pageRange, count } = (0, import_react141.usePaginationContext)();
|
10207
|
+
const content = (0, import_react140.useMemo)(() => {
|
10017
10208
|
if (format === "short") return `${page} / ${pages.length}`;
|
10018
10209
|
if (format === "compact") return `${page} of ${pages.length}`;
|
10019
10210
|
return `${pageRange.start + 1} - ${pageRange.end} of ${count}`;
|
10020
10211
|
}, [format, page, pages.length, pageRange, count]);
|
10021
|
-
return /* @__PURE__ */ (0,
|
10212
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react141.Text, { fontWeight: "medium", ref, ...rest, children: content });
|
10022
10213
|
}
|
10023
10214
|
);
|
10024
|
-
var PrevTrigger =
|
10025
|
-
var NextTrigger =
|
10026
|
-
var
|
10215
|
+
var PrevTrigger = import_react141.Pagination.PrevTrigger;
|
10216
|
+
var NextTrigger = import_react141.Pagination.NextTrigger;
|
10217
|
+
var Context3 = import_react141.Pagination.Context;
|
10027
10218
|
|
10028
10219
|
// src/components/password-input/password-input.tsx
|
10029
|
-
var
|
10030
|
-
var
|
10220
|
+
var import_react144 = require("react");
|
10221
|
+
var import_react145 = require("@chakra-ui/react");
|
10031
10222
|
|
10032
10223
|
// ../../node_modules/react-icons/lib/iconBase.mjs
|
10033
|
-
var
|
10224
|
+
var import_react143 = __toESM(require("react"), 1);
|
10034
10225
|
|
10035
10226
|
// ../../node_modules/react-icons/lib/iconContext.mjs
|
10036
|
-
var
|
10227
|
+
var import_react142 = __toESM(require("react"), 1);
|
10037
10228
|
var DefaultContext = {
|
10038
10229
|
color: void 0,
|
10039
10230
|
size: void 0,
|
@@ -10041,7 +10232,7 @@ var DefaultContext = {
|
|
10041
10232
|
style: void 0,
|
10042
10233
|
attr: void 0
|
10043
10234
|
};
|
10044
|
-
var IconContext =
|
10235
|
+
var IconContext = import_react142.default.createContext && /* @__PURE__ */ import_react142.default.createContext(DefaultContext);
|
10045
10236
|
|
10046
10237
|
// ../../node_modules/react-icons/lib/iconBase.mjs
|
10047
10238
|
var _excluded = ["attr", "size", "title"];
|
@@ -10130,12 +10321,12 @@ function _toPrimitive(t, r) {
|
|
10130
10321
|
return ("string" === r ? String : Number)(t);
|
10131
10322
|
}
|
10132
10323
|
function Tree2Element(tree) {
|
10133
|
-
return tree && tree.map((node, i) => /* @__PURE__ */
|
10324
|
+
return tree && tree.map((node, i) => /* @__PURE__ */ import_react143.default.createElement(node.tag, _objectSpread({
|
10134
10325
|
key: i
|
10135
10326
|
}, node.attr), Tree2Element(node.child)));
|
10136
10327
|
}
|
10137
10328
|
function GenIcon(data) {
|
10138
|
-
return (props) => /* @__PURE__ */
|
10329
|
+
return (props) => /* @__PURE__ */ import_react143.default.createElement(IconBase, _extends({
|
10139
10330
|
attr: _objectSpread({}, data.attr)
|
10140
10331
|
}, props), Tree2Element(data.child));
|
10141
10332
|
}
|
@@ -10150,7 +10341,7 @@ function IconBase(props) {
|
|
10150
10341
|
var className;
|
10151
10342
|
if (conf.className) className = conf.className;
|
10152
10343
|
if (props.className) className = (className ? className + " " : "") + props.className;
|
10153
|
-
return /* @__PURE__ */
|
10344
|
+
return /* @__PURE__ */ import_react143.default.createElement("svg", _extends({
|
10154
10345
|
stroke: "currentColor",
|
10155
10346
|
fill: "currentColor",
|
10156
10347
|
strokeWidth: "0"
|
@@ -10162,42 +10353,42 @@ function IconBase(props) {
|
|
10162
10353
|
height: computedSize,
|
10163
10354
|
width: computedSize,
|
10164
10355
|
xmlns: "http://www.w3.org/2000/svg"
|
10165
|
-
}), title && /* @__PURE__ */
|
10356
|
+
}), title && /* @__PURE__ */ import_react143.default.createElement("title", null, title), props.children);
|
10166
10357
|
};
|
10167
|
-
return IconContext !== void 0 ? /* @__PURE__ */
|
10358
|
+
return IconContext !== void 0 ? /* @__PURE__ */ import_react143.default.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
|
10168
10359
|
}
|
10169
10360
|
|
10170
10361
|
// ../../node_modules/react-icons/lu/index.mjs
|
10171
10362
|
function LuEyeOff(props) {
|
10172
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "
|
10363
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }, "child": [] }, { "tag": "path", "attr": { "d": "M14.084 14.158a3 3 0 0 1-4.242-4.242" }, "child": [] }, { "tag": "path", "attr": { "d": "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }, "child": [] }, { "tag": "path", "attr": { "d": "m2 2 20 20" }, "child": [] }] })(props);
|
10173
10364
|
}
|
10174
10365
|
function LuEye(props) {
|
10175
|
-
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2
|
10366
|
+
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "3" }, "child": [] }] })(props);
|
10176
10367
|
}
|
10177
10368
|
|
10178
10369
|
// src/components/password-input/password-input.tsx
|
10179
|
-
var
|
10180
|
-
var PasswordInput = (0,
|
10370
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
10371
|
+
var PasswordInput = (0, import_react144.forwardRef)(
|
10181
10372
|
function PasswordInput2(props, ref) {
|
10182
10373
|
const {
|
10183
10374
|
rootProps,
|
10184
10375
|
defaultVisible,
|
10185
10376
|
visible: visibleProp,
|
10186
10377
|
onVisibleChange,
|
10187
|
-
visibilityIcon = { on: /* @__PURE__ */ (0,
|
10378
|
+
visibilityIcon = { on: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(LuEye, {}), off: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(LuEyeOff, {}) },
|
10188
10379
|
...rest
|
10189
10380
|
} = props;
|
10190
|
-
const [visible, setVisible] = (0,
|
10381
|
+
const [visible, setVisible] = (0, import_react145.useControllableState)({
|
10191
10382
|
value: visibleProp,
|
10192
10383
|
defaultValue: defaultVisible || false,
|
10193
10384
|
onChange: onVisibleChange
|
10194
10385
|
});
|
10195
|
-
const inputRef = (0,
|
10196
|
-
return /* @__PURE__ */ (0,
|
10386
|
+
const inputRef = (0, import_react144.useRef)(null);
|
10387
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
10197
10388
|
InputGroup,
|
10198
10389
|
{
|
10199
10390
|
width: "full",
|
10200
|
-
endElement: /* @__PURE__ */ (0,
|
10391
|
+
endElement: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
10201
10392
|
VisibilityTrigger,
|
10202
10393
|
{
|
10203
10394
|
disabled: rest.disabled,
|
@@ -10211,11 +10402,11 @@ var PasswordInput = (0, import_react143.forwardRef)(
|
|
10211
10402
|
}
|
10212
10403
|
),
|
10213
10404
|
...rootProps,
|
10214
|
-
children: /* @__PURE__ */ (0,
|
10215
|
-
|
10405
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
10406
|
+
import_react145.Input,
|
10216
10407
|
{
|
10217
10408
|
...rest,
|
10218
|
-
ref: (0,
|
10409
|
+
ref: (0, import_react145.mergeRefs)(ref, inputRef),
|
10219
10410
|
type: visible ? "text" : "password"
|
10220
10411
|
}
|
10221
10412
|
)
|
@@ -10223,10 +10414,10 @@ var PasswordInput = (0, import_react143.forwardRef)(
|
|
10223
10414
|
);
|
10224
10415
|
}
|
10225
10416
|
);
|
10226
|
-
var VisibilityTrigger = (0,
|
10417
|
+
var VisibilityTrigger = (0, import_react144.forwardRef)(
|
10227
10418
|
function VisibilityTrigger2(props, ref) {
|
10228
|
-
return /* @__PURE__ */ (0,
|
10229
|
-
|
10419
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
10420
|
+
import_react145.IconButton,
|
10230
10421
|
{
|
10231
10422
|
tabIndex: -1,
|
10232
10423
|
ref,
|
@@ -10244,34 +10435,34 @@ var VisibilityTrigger = (0, import_react143.forwardRef)(
|
|
10244
10435
|
);
|
10245
10436
|
|
10246
10437
|
// src/components/persona/persona.tsx
|
10247
|
-
var
|
10438
|
+
var React8 = __toESM(require("react"), 1);
|
10248
10439
|
|
10249
10440
|
// src/components/persona/persona-primitive.tsx
|
10250
|
-
var
|
10251
|
-
var
|
10252
|
-
var
|
10441
|
+
var import_react147 = require("react");
|
10442
|
+
var import_react148 = require("@chakra-ui/react");
|
10443
|
+
var import_utils7 = require("@saas-ui/core/utils");
|
10253
10444
|
|
10254
10445
|
// src/components/persona/persona.context.ts
|
10255
|
-
var
|
10446
|
+
var import_react146 = require("@chakra-ui/react");
|
10256
10447
|
var {
|
10257
10448
|
useStyles: usePersonaStyles,
|
10258
10449
|
withProvider: withProvider5,
|
10259
10450
|
withContext: withContext6
|
10260
|
-
} = (0,
|
10451
|
+
} = (0, import_react146.createSlotRecipeContext)({
|
10261
10452
|
key: "suiPersona"
|
10262
10453
|
});
|
10263
10454
|
|
10264
10455
|
// src/components/persona/persona-primitive.tsx
|
10265
|
-
var
|
10456
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
10266
10457
|
var PersonaRoot = withProvider5(
|
10267
|
-
(0,
|
10458
|
+
(0, import_react147.forwardRef)((props, ref) => {
|
10268
10459
|
const { outOfOffice, presence, ...rest } = props;
|
10269
|
-
return /* @__PURE__ */ (0,
|
10270
|
-
|
10460
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
10461
|
+
import_react148.chakra.div,
|
10271
10462
|
{
|
10272
10463
|
ref,
|
10273
10464
|
...rest,
|
10274
|
-
"data-out-of-office": (0,
|
10465
|
+
"data-out-of-office": (0, import_utils7.dataAttr)(outOfOffice),
|
10275
10466
|
"data-presence": presence,
|
10276
10467
|
css: [
|
10277
10468
|
presence ? {
|
@@ -10284,7 +10475,7 @@ var PersonaRoot = withProvider5(
|
|
10284
10475
|
}),
|
10285
10476
|
"root"
|
10286
10477
|
);
|
10287
|
-
var PersonaAvatar = (0,
|
10478
|
+
var PersonaAvatar = (0, import_react147.forwardRef)(
|
10288
10479
|
(props, ref) => {
|
10289
10480
|
const {
|
10290
10481
|
name,
|
@@ -10297,7 +10488,7 @@ var PersonaAvatar = (0, import_react146.forwardRef)(
|
|
10297
10488
|
children,
|
10298
10489
|
...rest
|
10299
10490
|
} = props;
|
10300
|
-
return /* @__PURE__ */ (0,
|
10491
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Avatar, { ref, ...rest, children });
|
10301
10492
|
}
|
10302
10493
|
);
|
10303
10494
|
var PersonaPresenceBadge = withContext6("span", "presence");
|
@@ -10320,8 +10511,8 @@ var PersonaTertiaryLabel = withContext6(
|
|
10320
10511
|
);
|
10321
10512
|
|
10322
10513
|
// src/components/persona/persona.tsx
|
10323
|
-
var
|
10324
|
-
var Persona =
|
10514
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
10515
|
+
var Persona = React8.forwardRef(
|
10325
10516
|
(props, ref) => {
|
10326
10517
|
const {
|
10327
10518
|
name,
|
@@ -10344,7 +10535,7 @@ var Persona = React7.forwardRef(
|
|
10344
10535
|
fallback: fallback2,
|
10345
10536
|
...rest
|
10346
10537
|
} = props;
|
10347
|
-
return /* @__PURE__ */ (0,
|
10538
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
10348
10539
|
PersonaRoot,
|
10349
10540
|
{
|
10350
10541
|
ref,
|
@@ -10353,7 +10544,7 @@ var Persona = React7.forwardRef(
|
|
10353
10544
|
size,
|
10354
10545
|
...rest,
|
10355
10546
|
children: [
|
10356
|
-
/* @__PURE__ */ (0,
|
10547
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
10357
10548
|
PersonaAvatar,
|
10358
10549
|
{
|
10359
10550
|
name,
|
@@ -10365,13 +10556,13 @@ var Persona = React7.forwardRef(
|
|
10365
10556
|
src,
|
10366
10557
|
srcSet,
|
10367
10558
|
fallback: fallback2,
|
10368
|
-
children: presence ? /* @__PURE__ */ (0,
|
10559
|
+
children: presence ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(PersonaPresenceBadge, { children: presenceIcon }) : null
|
10369
10560
|
}
|
10370
10561
|
),
|
10371
|
-
!hideDetails && /* @__PURE__ */ (0,
|
10372
|
-
/* @__PURE__ */ (0,
|
10373
|
-
secondaryLabel && /* @__PURE__ */ (0,
|
10374
|
-
tertiaryLabel && /* @__PURE__ */ (0,
|
10562
|
+
!hideDetails && /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(PersonaDetails, { children: [
|
10563
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(PersonaLabel, { children: label || name }),
|
10564
|
+
secondaryLabel && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(PersonaSecondaryLabel, { children: secondaryLabel }),
|
10565
|
+
tertiaryLabel && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(PersonaTertiaryLabel, { children: tertiaryLabel }),
|
10375
10566
|
children
|
10376
10567
|
] })
|
10377
10568
|
]
|
@@ -10380,8 +10571,8 @@ var Persona = React7.forwardRef(
|
|
10380
10571
|
}
|
10381
10572
|
);
|
10382
10573
|
Persona.displayName = "Persona";
|
10383
|
-
var PersonaAvatar2 =
|
10384
|
-
return /* @__PURE__ */ (0,
|
10574
|
+
var PersonaAvatar2 = React8.forwardRef(function PersonaAvatar3(props, ref) {
|
10575
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Persona, { ref, ...props, hideDetails: true });
|
10385
10576
|
});
|
10386
10577
|
|
10387
10578
|
// src/components/persona/presence.ts
|
@@ -10409,10 +10600,10 @@ var defaultPresenceOptions = {
|
|
10409
10600
|
};
|
10410
10601
|
|
10411
10602
|
// src/components/pin-input/pin-input.tsx
|
10412
|
-
var
|
10413
|
-
var
|
10414
|
-
var
|
10415
|
-
var PinInput = (0,
|
10603
|
+
var import_react149 = require("react");
|
10604
|
+
var import_react150 = require("@chakra-ui/react");
|
10605
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
10606
|
+
var PinInput = (0, import_react149.forwardRef)(
|
10416
10607
|
function PinInput2(props, ref) {
|
10417
10608
|
const {
|
10418
10609
|
pinLength = 4,
|
@@ -10422,35 +10613,87 @@ var PinInput = (0, import_react148.forwardRef)(
|
|
10422
10613
|
gap = attached ? 0 : 2,
|
10423
10614
|
...rest
|
10424
10615
|
} = props;
|
10425
|
-
return /* @__PURE__ */ (0,
|
10426
|
-
/* @__PURE__ */ (0,
|
10427
|
-
/* @__PURE__ */ (0,
|
10616
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_react150.PinInput.Root, { ref: rootRef, ...rest, children: [
|
10617
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react150.PinInput.HiddenInput, { ref, ...inputProps }),
|
10618
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react150.PinInput.Control, { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react150.Group, { attached, gap, children: Array.from({ length: pinLength }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react150.PinInput.Input, { index }, index)) }) })
|
10428
10619
|
] });
|
10429
10620
|
}
|
10430
10621
|
);
|
10431
10622
|
|
10432
|
-
// src/components/
|
10433
|
-
var
|
10623
|
+
// src/components/popover/popover.tsx
|
10624
|
+
var popover_exports = {};
|
10625
|
+
__export(popover_exports, {
|
10626
|
+
Arrow: () => Arrow,
|
10627
|
+
Body: () => Body3,
|
10628
|
+
CloseButton: () => CloseButton5,
|
10629
|
+
CloseTrigger: () => CloseTrigger3,
|
10630
|
+
Content: () => Content3,
|
10631
|
+
Description: () => Description3,
|
10632
|
+
Footer: () => Footer3,
|
10633
|
+
Header: () => Header3,
|
10634
|
+
Root: () => Root5,
|
10635
|
+
Title: () => Title3,
|
10636
|
+
Trigger: () => Trigger4
|
10637
|
+
});
|
10638
|
+
var React9 = __toESM(require("react"), 1);
|
10434
10639
|
var import_react151 = require("@chakra-ui/react");
|
10435
|
-
var
|
10436
|
-
var
|
10640
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
10641
|
+
var Content3 = React9.forwardRef(
|
10642
|
+
function PopoverContent(props, ref) {
|
10643
|
+
const { portalled = true, portalRef, ...rest } = props;
|
10644
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react151.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react151.Popover.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react151.Popover.Content, { ref, ...rest }) }) });
|
10645
|
+
}
|
10646
|
+
);
|
10647
|
+
var Arrow = React9.forwardRef(
|
10648
|
+
function PopoverArrow(props, ref) {
|
10649
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react151.Popover.Arrow, { ...props, ref, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react151.Popover.ArrowTip, {}) });
|
10650
|
+
}
|
10651
|
+
);
|
10652
|
+
var CloseButton5 = React9.forwardRef(function PopoverCloseTrigger(props, ref) {
|
10653
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
10654
|
+
import_react151.Popover.CloseTrigger,
|
10655
|
+
{
|
10656
|
+
position: "absolute",
|
10657
|
+
top: "1",
|
10658
|
+
insetEnd: "1",
|
10659
|
+
...props,
|
10660
|
+
asChild: true,
|
10661
|
+
ref,
|
10662
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CloseButton, { size: "sm" })
|
10663
|
+
}
|
10664
|
+
);
|
10665
|
+
});
|
10666
|
+
var CloseTrigger3 = import_react151.Popover.CloseTrigger;
|
10667
|
+
var Title3 = import_react151.Popover.Title;
|
10668
|
+
var Description3 = import_react151.Popover.Description;
|
10669
|
+
var Footer3 = import_react151.Popover.Footer;
|
10670
|
+
var Header3 = import_react151.Popover.Header;
|
10671
|
+
var Root5 = import_react151.Popover.Root;
|
10672
|
+
var Body3 = import_react151.Popover.Body;
|
10673
|
+
var Trigger4 = import_react151.Popover.Trigger;
|
10674
|
+
|
10675
|
+
// src/components/radio/radio.tsx
|
10676
|
+
var import_react152 = require("react");
|
10677
|
+
var import_react153 = require("@chakra-ui/react");
|
10678
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
10679
|
+
var Radio = (0, import_react152.forwardRef)(
|
10437
10680
|
function Radio2(props, ref) {
|
10438
10681
|
const { children, inputProps, rootRef, ...rest } = props;
|
10439
|
-
return /* @__PURE__ */ (0,
|
10440
|
-
/* @__PURE__ */ (0,
|
10441
|
-
/* @__PURE__ */ (0,
|
10442
|
-
children && /* @__PURE__ */ (0,
|
10682
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_react153.RadioGroup.Item, { ref: rootRef, ...rest, children: [
|
10683
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react153.RadioGroup.ItemHiddenInput, { ref, ...inputProps }),
|
10684
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react153.RadioGroup.ItemIndicator, {}),
|
10685
|
+
children && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react153.RadioGroup.ItemText, { children })
|
10443
10686
|
] });
|
10444
10687
|
}
|
10445
10688
|
);
|
10446
|
-
var RadioGroup =
|
10689
|
+
var RadioGroup = import_react153.RadioGroup.Root;
|
10447
10690
|
|
10448
10691
|
// src/components/search-input/search-input.tsx
|
10449
|
-
var
|
10450
|
-
var
|
10451
|
-
var
|
10452
|
-
var
|
10453
|
-
var SearchInput = (0,
|
10692
|
+
var import_react154 = __toESM(require("react"), 1);
|
10693
|
+
var import_react155 = require("@chakra-ui/react");
|
10694
|
+
var import_utils8 = require("@saas-ui/core/utils");
|
10695
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
10696
|
+
var SearchInput = (0, import_react154.forwardRef)(
|
10454
10697
|
(props, ref) => {
|
10455
10698
|
const {
|
10456
10699
|
placeholder = "Search",
|
@@ -10459,7 +10702,7 @@ var SearchInput = (0, import_react152.forwardRef)(
|
|
10459
10702
|
size,
|
10460
10703
|
variant,
|
10461
10704
|
width = "full",
|
10462
|
-
icon = /* @__PURE__ */ (0,
|
10705
|
+
icon = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(SearchIcon, {}),
|
10463
10706
|
resetIcon,
|
10464
10707
|
endElement: endElementProp,
|
10465
10708
|
onChange: onChangeProp,
|
@@ -10468,18 +10711,18 @@ var SearchInput = (0, import_react152.forwardRef)(
|
|
10468
10711
|
disabled,
|
10469
10712
|
...inputProps
|
10470
10713
|
} = props;
|
10471
|
-
const inputRef =
|
10472
|
-
const [value, setValue] = (0,
|
10714
|
+
const inputRef = import_react154.default.useRef(null);
|
10715
|
+
const [value, setValue] = (0, import_react155.useControllableState)({
|
10473
10716
|
value: valueProp,
|
10474
10717
|
defaultValue: defaultValueProp
|
10475
10718
|
});
|
10476
|
-
const onChange =
|
10719
|
+
const onChange = import_react154.default.useCallback(
|
10477
10720
|
(e) => {
|
10478
10721
|
setValue(e.target.value);
|
10479
10722
|
},
|
10480
10723
|
[setValue]
|
10481
10724
|
);
|
10482
|
-
const onKeyDown =
|
10725
|
+
const onKeyDown = import_react154.default.useCallback(
|
10483
10726
|
(event) => {
|
10484
10727
|
if (event.key === "Escape") {
|
10485
10728
|
setValue("");
|
@@ -10495,10 +10738,10 @@ var SearchInput = (0, import_react152.forwardRef)(
|
|
10495
10738
|
(_a8 = inputRef.current) == null ? void 0 : _a8.focus();
|
10496
10739
|
};
|
10497
10740
|
const showReset = value && !props.disabled;
|
10498
|
-
const endElement = showReset ? /* @__PURE__ */ (0,
|
10499
|
-
return /* @__PURE__ */ (0,
|
10500
|
-
/* @__PURE__ */ (0,
|
10501
|
-
|
10741
|
+
const endElement = showReset ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(SearchInputResetButton, { size, children: resetIcon }) : endElementProp;
|
10742
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_react155.Group, { width, children: [
|
10743
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
10744
|
+
import_react155.InputElement,
|
10502
10745
|
{
|
10503
10746
|
placement: "start",
|
10504
10747
|
px: "0",
|
@@ -10507,8 +10750,8 @@ var SearchInput = (0, import_react152.forwardRef)(
|
|
10507
10750
|
children: icon
|
10508
10751
|
}
|
10509
10752
|
),
|
10510
|
-
/* @__PURE__ */ (0,
|
10511
|
-
|
10753
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
10754
|
+
import_react155.Input,
|
10512
10755
|
{
|
10513
10756
|
type: "text",
|
10514
10757
|
placeholder,
|
@@ -10516,23 +10759,23 @@ var SearchInput = (0, import_react152.forwardRef)(
|
|
10516
10759
|
size,
|
10517
10760
|
value,
|
10518
10761
|
disabled,
|
10519
|
-
ref: (0,
|
10520
|
-
onChange: (0,
|
10521
|
-
onKeyDown: (0,
|
10762
|
+
ref: (0, import_react155.mergeRefs)(ref, inputRef),
|
10763
|
+
onChange: (0, import_utils8.callAll)(onChange, onChangeProp),
|
10764
|
+
onKeyDown: (0, import_utils8.callAll)(onKeyDown, onKeyDownProp),
|
10522
10765
|
ps: "calc(var(--input-height) - var(--input-height) / 10)",
|
10523
10766
|
pe: "calc(var(--input-height) - var(--input-height) / 10)",
|
10524
10767
|
...inputProps
|
10525
10768
|
}
|
10526
10769
|
),
|
10527
|
-
/* @__PURE__ */ (0,
|
10770
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react155.InputElement, { placement: "end", children: endElement })
|
10528
10771
|
] });
|
10529
10772
|
}
|
10530
10773
|
);
|
10531
|
-
var SearchInputResetButton = (0,
|
10774
|
+
var SearchInputResetButton = (0, import_react154.forwardRef)(
|
10532
10775
|
(props, ref) => {
|
10533
|
-
const { children = /* @__PURE__ */ (0,
|
10534
|
-
return /* @__PURE__ */ (0,
|
10535
|
-
|
10776
|
+
const { children = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(CloseIcon, {}), ...rest } = props;
|
10777
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
10778
|
+
import_react155.IconButton,
|
10536
10779
|
{
|
10537
10780
|
ref,
|
10538
10781
|
variant: "ghost",
|
@@ -10549,8 +10792,8 @@ var SearchInputResetButton = (0, import_react152.forwardRef)(
|
|
10549
10792
|
SearchInput.displayName = "SearchInput";
|
10550
10793
|
|
10551
10794
|
// src/components/select/namespace.ts
|
10552
|
-
var
|
10553
|
-
__export(
|
10795
|
+
var namespace_exports = {};
|
10796
|
+
__export(namespace_exports, {
|
10554
10797
|
Content: () => SelectContent,
|
10555
10798
|
Item: () => SelectItem,
|
10556
10799
|
ItemGroup: () => SelectItemGroup,
|
@@ -10562,23 +10805,23 @@ __export(namespace_exports3, {
|
|
10562
10805
|
});
|
10563
10806
|
|
10564
10807
|
// src/components/select/select.tsx
|
10565
|
-
var
|
10566
|
-
var
|
10567
|
-
var
|
10568
|
-
var SelectTrigger = (0,
|
10808
|
+
var import_react156 = require("react");
|
10809
|
+
var import_react157 = require("@chakra-ui/react");
|
10810
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
10811
|
+
var SelectTrigger = (0, import_react156.forwardRef)(
|
10569
10812
|
function SelectTrigger2(props, ref) {
|
10570
10813
|
const { children, clearable, ...rest } = props;
|
10571
|
-
return /* @__PURE__ */ (0,
|
10572
|
-
/* @__PURE__ */ (0,
|
10573
|
-
/* @__PURE__ */ (0,
|
10574
|
-
clearable && /* @__PURE__ */ (0,
|
10575
|
-
/* @__PURE__ */ (0,
|
10814
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react157.Select.Control, { ...rest, children: [
|
10815
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.Trigger, { ref, children }),
|
10816
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react157.Select.IndicatorGroup, { children: [
|
10817
|
+
clearable && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectClearTrigger, {}),
|
10818
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.Indicator, {})
|
10576
10819
|
] })
|
10577
10820
|
] });
|
10578
10821
|
}
|
10579
10822
|
);
|
10580
|
-
var SelectClearTrigger = (0,
|
10581
|
-
return /* @__PURE__ */ (0,
|
10823
|
+
var SelectClearTrigger = (0, import_react156.forwardRef)(function SelectClearTrigger2(props, ref) {
|
10824
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.ClearTrigger, { asChild: true, ...props, ref, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
10582
10825
|
CloseButton,
|
10583
10826
|
{
|
10584
10827
|
size: "xs",
|
@@ -10589,24 +10832,24 @@ var SelectClearTrigger = (0, import_react154.forwardRef)(function SelectClearTri
|
|
10589
10832
|
}
|
10590
10833
|
) });
|
10591
10834
|
});
|
10592
|
-
var SelectContent = (0,
|
10835
|
+
var SelectContent = (0, import_react156.forwardRef)(
|
10593
10836
|
function SelectContent2(props, ref) {
|
10594
10837
|
const { portalled = true, portalRef, ...rest } = props;
|
10595
|
-
return /* @__PURE__ */ (0,
|
10838
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.Content, { ...rest, ref }) }) });
|
10596
10839
|
}
|
10597
10840
|
);
|
10598
|
-
var SelectItem = (0,
|
10841
|
+
var SelectItem = (0, import_react156.forwardRef)(
|
10599
10842
|
function SelectItem2(props, ref) {
|
10600
10843
|
const { item, children, ...rest } = props;
|
10601
|
-
return /* @__PURE__ */ (0,
|
10844
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react157.Select.Item, { item, ...rest, ref, children: [
|
10602
10845
|
children,
|
10603
|
-
/* @__PURE__ */ (0,
|
10846
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.ItemIndicator, {})
|
10604
10847
|
] }, item.value);
|
10605
10848
|
}
|
10606
10849
|
);
|
10607
|
-
var SelectValueText = (0,
|
10850
|
+
var SelectValueText = (0, import_react156.forwardRef)(function SelectValueText2(props, ref) {
|
10608
10851
|
const { children, ...rest } = props;
|
10609
|
-
return /* @__PURE__ */ (0,
|
10852
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.ValueText, { ...rest, ref, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.Context, { children: (select) => {
|
10610
10853
|
const items = select.selectedItems;
|
10611
10854
|
if (items.length === 0) return props.placeholder;
|
10612
10855
|
if (children) return children(items);
|
@@ -10615,9 +10858,9 @@ var SelectValueText = (0, import_react154.forwardRef)(function SelectValueText2(
|
|
10615
10858
|
return `${items.length} selected`;
|
10616
10859
|
} }) });
|
10617
10860
|
});
|
10618
|
-
var SelectRoot = (0,
|
10619
|
-
return /* @__PURE__ */ (0,
|
10620
|
-
|
10861
|
+
var SelectRoot = (0, import_react156.forwardRef)(function SelectRoot2(props, ref) {
|
10862
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
10863
|
+
import_react157.Select.Root,
|
10621
10864
|
{
|
10622
10865
|
...props,
|
10623
10866
|
ref,
|
@@ -10625,41 +10868,41 @@ var SelectRoot = (0, import_react154.forwardRef)(function SelectRoot2(props, ref
|
|
10625
10868
|
}
|
10626
10869
|
);
|
10627
10870
|
});
|
10628
|
-
var SelectItemGroup = (0,
|
10871
|
+
var SelectItemGroup = (0, import_react156.forwardRef)(
|
10629
10872
|
function SelectItemGroup2(props, ref) {
|
10630
10873
|
const { children, label, ...rest } = props;
|
10631
|
-
return /* @__PURE__ */ (0,
|
10632
|
-
/* @__PURE__ */ (0,
|
10874
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react157.Select.ItemGroup, { ...rest, ref, children: [
|
10875
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react157.Select.ItemGroupLabel, { children: label }),
|
10633
10876
|
children
|
10634
10877
|
] });
|
10635
10878
|
}
|
10636
10879
|
);
|
10637
|
-
var SelectLabel =
|
10638
|
-
var SelectItemText =
|
10880
|
+
var SelectLabel = import_react157.Select.Label;
|
10881
|
+
var SelectItemText = import_react157.Select.ItemText;
|
10639
10882
|
|
10640
10883
|
// src/components/segmented-control/segmented-control.tsx
|
10641
|
-
var
|
10642
|
-
var
|
10643
|
-
var
|
10884
|
+
var import_react158 = require("react");
|
10885
|
+
var import_react159 = require("@chakra-ui/react");
|
10886
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
10644
10887
|
function normalize(items) {
|
10645
10888
|
return items.map((item) => {
|
10646
10889
|
if (typeof item === "string") return { value: item, label: item };
|
10647
10890
|
return item;
|
10648
10891
|
});
|
10649
10892
|
}
|
10650
|
-
var SegmentedControl = (0,
|
10893
|
+
var SegmentedControl = (0, import_react158.forwardRef)(function SegmentedControl2(props, ref) {
|
10651
10894
|
const { items, ...rest } = props;
|
10652
|
-
const data = (0,
|
10653
|
-
return /* @__PURE__ */ (0,
|
10654
|
-
/* @__PURE__ */ (0,
|
10655
|
-
/* @__PURE__ */ (0,
|
10656
|
-
|
10895
|
+
const data = (0, import_react158.useMemo)(() => normalize(items), [items]);
|
10896
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_react159.SegmentGroup.Root, { ref, ...rest, children: [
|
10897
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react159.SegmentGroup.Indicator, {}),
|
10898
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react159.For, { each: data, children: (item) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
10899
|
+
import_react159.SegmentGroup.Item,
|
10657
10900
|
{
|
10658
10901
|
value: item.value,
|
10659
10902
|
disabled: item.disabled,
|
10660
10903
|
children: [
|
10661
|
-
/* @__PURE__ */ (0,
|
10662
|
-
/* @__PURE__ */ (0,
|
10904
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react159.SegmentGroup.ItemText, { children: item.label }),
|
10905
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react159.SegmentGroup.ItemHiddenInput, {})
|
10663
10906
|
]
|
10664
10907
|
},
|
10665
10908
|
item.value
|
@@ -10692,28 +10935,28 @@ __export(sidebar_exports, {
|
|
10692
10935
|
var import_sidebar = require("@saas-ui/core/sidebar");
|
10693
10936
|
|
10694
10937
|
// src/components/sidebar/sidebar.context.ts
|
10695
|
-
var
|
10938
|
+
var import_react160 = require("@chakra-ui/react");
|
10696
10939
|
var {
|
10697
10940
|
withContext: withContext7,
|
10698
10941
|
useRecipeResult,
|
10699
10942
|
StylesProvider,
|
10700
10943
|
ClassNamesProvider,
|
10701
10944
|
useStyles: useSidebarStyles
|
10702
|
-
} = (0,
|
10945
|
+
} = (0, import_react160.createSlotRecipeContext)({
|
10703
10946
|
key: "suiSidebar"
|
10704
10947
|
});
|
10705
10948
|
var {
|
10706
10949
|
withProvider: withItemProvider,
|
10707
10950
|
withContext: withItemContext,
|
10708
10951
|
useStyles: useSidebarItemStyles
|
10709
|
-
} = (0,
|
10952
|
+
} = (0, import_react160.createSlotRecipeContext)({
|
10710
10953
|
key: "suiSidebarNavItem"
|
10711
10954
|
});
|
10712
10955
|
|
10713
10956
|
// src/components/sidebar/sidebar.tsx
|
10714
|
-
var
|
10957
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
10715
10958
|
var SidebarProvider = function SidebarProvider2(props) {
|
10716
|
-
return /* @__PURE__ */ (0,
|
10959
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_sidebar.Sidebar.Provider, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(RecipeProvider, { ...props, children: props.children }) });
|
10717
10960
|
};
|
10718
10961
|
function RecipeProvider(props) {
|
10719
10962
|
const { mode } = (0, import_sidebar.useSidebar)();
|
@@ -10721,7 +10964,7 @@ function RecipeProvider(props) {
|
|
10721
10964
|
...props,
|
10722
10965
|
mode
|
10723
10966
|
});
|
10724
|
-
return /* @__PURE__ */ (0,
|
10967
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(StylesProvider, { value: styles, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ClassNamesProvider, { value: classNames, children: props.children }) });
|
10725
10968
|
}
|
10726
10969
|
var SidebarRoot = withContext7(
|
10727
10970
|
import_sidebar.Sidebar.Root,
|
@@ -10800,15 +11043,15 @@ var SidebarContext = import_sidebar.Sidebar.Context;
|
|
10800
11043
|
var import_sidebar2 = require("@saas-ui/core/sidebar");
|
10801
11044
|
|
10802
11045
|
// src/components/status/status.tsx
|
10803
|
-
var
|
10804
|
-
var
|
10805
|
-
var
|
10806
|
-
var Status = (0,
|
11046
|
+
var import_react161 = require("react");
|
11047
|
+
var import_react162 = require("@chakra-ui/react");
|
11048
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
11049
|
+
var Status = (0, import_react161.forwardRef)(
|
10807
11050
|
function Status2(props, ref) {
|
10808
11051
|
const { children, value, ...rest } = props;
|
10809
11052
|
const color = value ? `status.${value}` : void 0;
|
10810
|
-
return /* @__PURE__ */ (0,
|
10811
|
-
/* @__PURE__ */ (0,
|
11053
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_react162.Status.Root, { ref, ...rest, children: [
|
11054
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react162.Status.Indicator, { bg: color }),
|
10812
11055
|
children
|
10813
11056
|
] });
|
10814
11057
|
}
|
@@ -10825,68 +11068,68 @@ __export(steps_exports, {
|
|
10825
11068
|
NextTrigger: () => StepsNextTrigger,
|
10826
11069
|
PrevTrigger: () => StepsPrevTrigger,
|
10827
11070
|
Root: () => StepsRoot,
|
10828
|
-
useContext: () =>
|
11071
|
+
useContext: () => import_react163.useStepsContext
|
10829
11072
|
});
|
10830
|
-
var
|
10831
|
-
var
|
11073
|
+
var import_react163 = require("@chakra-ui/react");
|
11074
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
10832
11075
|
var StepsItem = (props) => {
|
10833
11076
|
const { title, description, completedIcon, icon, ...rest } = props;
|
10834
|
-
return /* @__PURE__ */ (0,
|
10835
|
-
/* @__PURE__ */ (0,
|
10836
|
-
/* @__PURE__ */ (0,
|
10837
|
-
|
11077
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_react163.Steps.Item, { ...rest, children: [
|
11078
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_react163.Steps.Trigger, { children: [
|
11079
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Indicator, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
11080
|
+
import_react163.Steps.Status,
|
10838
11081
|
{
|
10839
|
-
complete: completedIcon || /* @__PURE__ */ (0,
|
10840
|
-
incomplete: icon || /* @__PURE__ */ (0,
|
11082
|
+
complete: completedIcon || /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(CheckIcon, {}),
|
11083
|
+
incomplete: icon || /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Number, {})
|
10841
11084
|
}
|
10842
11085
|
) }),
|
10843
|
-
/* @__PURE__ */ (0,
|
11086
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(StepInfo, { title, description })
|
10844
11087
|
] }),
|
10845
|
-
/* @__PURE__ */ (0,
|
11088
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Separator, {})
|
10846
11089
|
] });
|
10847
11090
|
};
|
10848
11091
|
var StepInfo = (props) => {
|
10849
11092
|
const { title, description } = props;
|
10850
11093
|
if (title && description) {
|
10851
|
-
return /* @__PURE__ */ (0,
|
10852
|
-
/* @__PURE__ */ (0,
|
10853
|
-
/* @__PURE__ */ (0,
|
11094
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_react163.Box, { children: [
|
11095
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Title, { children: title }),
|
11096
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Description, { children: description })
|
10854
11097
|
] });
|
10855
11098
|
}
|
10856
|
-
return /* @__PURE__ */ (0,
|
10857
|
-
title && /* @__PURE__ */ (0,
|
10858
|
-
description && /* @__PURE__ */ (0,
|
11099
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
|
11100
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Title, { children: title }),
|
11101
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Description, { children: description })
|
10859
11102
|
] });
|
10860
11103
|
};
|
10861
11104
|
var StepsIndicator = (props) => {
|
10862
|
-
const { icon = /* @__PURE__ */ (0,
|
10863
|
-
return /* @__PURE__ */ (0,
|
11105
|
+
const { icon = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Number, {}), completedIcon } = props;
|
11106
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Indicator, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.Status, { complete: completedIcon, incomplete: icon }) });
|
10864
11107
|
};
|
10865
|
-
var StepsList =
|
10866
|
-
var StepsRoot =
|
10867
|
-
var StepsContent =
|
10868
|
-
var StepsCompletedContent =
|
11108
|
+
var StepsList = import_react163.Steps.List;
|
11109
|
+
var StepsRoot = import_react163.Steps.Root;
|
11110
|
+
var StepsContent = import_react163.Steps.Content;
|
11111
|
+
var StepsCompletedContent = import_react163.Steps.CompletedContent;
|
10869
11112
|
var StepsNextTrigger = (props) => {
|
10870
|
-
return /* @__PURE__ */ (0,
|
11113
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.NextTrigger, { ...props });
|
10871
11114
|
};
|
10872
11115
|
var StepsPrevTrigger = (props) => {
|
10873
|
-
return /* @__PURE__ */ (0,
|
11116
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react163.Steps.PrevTrigger, { ...props });
|
10874
11117
|
};
|
10875
11118
|
|
10876
11119
|
// src/components/switch/switch.tsx
|
10877
|
-
var
|
10878
|
-
var
|
10879
|
-
var
|
10880
|
-
var Switch = (0,
|
11120
|
+
var import_react164 = require("@chakra-ui/react");
|
11121
|
+
var import_react165 = require("react");
|
11122
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
11123
|
+
var Switch = (0, import_react165.forwardRef)(
|
10881
11124
|
function Switch2(props, ref) {
|
10882
11125
|
const { inputProps, children, rootRef, trackLabel, thumbLabel, ...rest } = props;
|
10883
|
-
return /* @__PURE__ */ (0,
|
10884
|
-
/* @__PURE__ */ (0,
|
10885
|
-
/* @__PURE__ */ (0,
|
10886
|
-
/* @__PURE__ */ (0,
|
10887
|
-
trackLabel && /* @__PURE__ */ (0,
|
11126
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react164.Switch.Root, { ref: rootRef, ...rest, children: [
|
11127
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react164.Switch.HiddenInput, { ref, ...inputProps }),
|
11128
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react164.Switch.Control, { children: [
|
11129
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react164.Switch.Thumb, { children: thumbLabel && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react164.Switch.ThumbIndicator, { fallback: thumbLabel == null ? void 0 : thumbLabel.off, children: thumbLabel == null ? void 0 : thumbLabel.on }) }),
|
11130
|
+
trackLabel && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react164.Switch.Indicator, { fallback: trackLabel.off, children: trackLabel.on })
|
10888
11131
|
] }),
|
10889
|
-
children != null && /* @__PURE__ */ (0,
|
11132
|
+
children != null && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react164.Switch.Label, { children })
|
10890
11133
|
] });
|
10891
11134
|
}
|
10892
11135
|
);
|
@@ -10895,10 +11138,10 @@ var Switch = (0, import_react163.forwardRef)(
|
|
10895
11138
|
var import_tabs = require("@chakra-ui/react/tabs");
|
10896
11139
|
|
10897
11140
|
// src/components/tag/tag.tsx
|
10898
|
-
var
|
10899
|
-
var
|
10900
|
-
var
|
10901
|
-
var Tag = (0,
|
11141
|
+
var import_react166 = require("react");
|
11142
|
+
var import_react167 = require("@chakra-ui/react");
|
11143
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
11144
|
+
var Tag = (0, import_react166.forwardRef)(
|
10902
11145
|
function Tag2(props, ref) {
|
10903
11146
|
const {
|
10904
11147
|
startElement,
|
@@ -10908,54 +11151,54 @@ var Tag = (0, import_react164.forwardRef)(
|
|
10908
11151
|
children,
|
10909
11152
|
...rest
|
10910
11153
|
} = props;
|
10911
|
-
return /* @__PURE__ */ (0,
|
10912
|
-
startElement && /* @__PURE__ */ (0,
|
10913
|
-
/* @__PURE__ */ (0,
|
10914
|
-
endElement && /* @__PURE__ */ (0,
|
10915
|
-
closable && /* @__PURE__ */ (0,
|
11154
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_react167.Tag.Root, { ref, ...rest, children: [
|
11155
|
+
startElement && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react167.Tag.StartElement, { children: startElement }),
|
11156
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react167.Tag.Label, { children }),
|
11157
|
+
endElement && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react167.Tag.EndElement, { children: endElement }),
|
11158
|
+
closable && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react167.Tag.EndElement, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react167.Tag.CloseTrigger, { onClick: onClose }) })
|
10916
11159
|
] });
|
10917
11160
|
}
|
10918
11161
|
);
|
10919
11162
|
|
10920
11163
|
// src/components/toaster/toaster.tsx
|
10921
|
-
var
|
10922
|
-
var
|
10923
|
-
var
|
11164
|
+
var import_react168 = require("react");
|
11165
|
+
var import_react169 = require("@chakra-ui/react");
|
11166
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
10924
11167
|
var defaultOptions = {
|
10925
11168
|
placement: "bottom-end",
|
10926
11169
|
pauseOnPageIdle: true
|
10927
11170
|
};
|
10928
|
-
var toast = (0,
|
11171
|
+
var toast = (0, import_react169.createToaster)(defaultOptions);
|
10929
11172
|
var Toaster = (props) => {
|
10930
11173
|
const { closable: defaultClosable = true, ...options } = props || {};
|
10931
|
-
const toaster = (0,
|
10932
|
-
toast = (0,
|
11174
|
+
const toaster = (0, import_react168.useMemo)(() => {
|
11175
|
+
toast = (0, import_react169.createToaster)({
|
10933
11176
|
...defaultOptions,
|
10934
11177
|
...options
|
10935
11178
|
});
|
10936
11179
|
return toast;
|
10937
11180
|
}, [options]);
|
10938
|
-
return /* @__PURE__ */ (0,
|
11181
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Toaster, { toaster, insetInline: { mdDown: "4" }, children: (toast2) => {
|
10939
11182
|
var _a8;
|
10940
11183
|
const closable = ((_a8 = toast2.meta) == null ? void 0 : _a8.closable) === false ? false : defaultClosable && toast2.type !== "loading";
|
10941
|
-
return /* @__PURE__ */ (0,
|
10942
|
-
toast2.type === "loading" ? /* @__PURE__ */ (0,
|
10943
|
-
/* @__PURE__ */ (0,
|
10944
|
-
toast2.title && /* @__PURE__ */ (0,
|
10945
|
-
toast2.description && /* @__PURE__ */ (0,
|
10946
|
-
toast2.action && /* @__PURE__ */ (0,
|
11184
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(ToastRoot, { children: [
|
11185
|
+
toast2.type === "loading" ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Spinner, { size: "sm", color: "colorPalette.solid", mt: "0.5" }) : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Toast.Indicator, {}),
|
11186
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_react169.Stack, { gap: "1", flex: "1", maxWidth: "100%", children: [
|
11187
|
+
toast2.title && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Toast.Title, { children: toast2.title }),
|
11188
|
+
toast2.description && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Toast.Description, { children: toast2.description }),
|
11189
|
+
toast2.action && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Toast.ActionTrigger, { children: toast2.action.label })
|
10947
11190
|
] }),
|
10948
|
-
closable !== false && /* @__PURE__ */ (0,
|
11191
|
+
closable !== false && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react169.Toast.CloseTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(CloseButton, { size: "xs" }) })
|
10949
11192
|
] });
|
10950
11193
|
} }) });
|
10951
11194
|
};
|
10952
11195
|
function ToastRoot(props) {
|
10953
|
-
const [rect, setRect] = (0,
|
10954
|
-
const rectCallbackRef = (0,
|
11196
|
+
const [rect, setRect] = (0, import_react168.useState)();
|
11197
|
+
const rectCallbackRef = (0, import_react168.useCallback)((el) => {
|
10955
11198
|
setRect(el == null ? void 0 : el.getBoundingClientRect());
|
10956
11199
|
}, []);
|
10957
|
-
return /* @__PURE__ */ (0,
|
10958
|
-
|
11200
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
11201
|
+
import_react169.Toast.Root,
|
10959
11202
|
{
|
10960
11203
|
ref: rectCallbackRef,
|
10961
11204
|
width: { md: "sm" },
|
@@ -10968,10 +11211,10 @@ function ToastRoot(props) {
|
|
10968
11211
|
}
|
10969
11212
|
|
10970
11213
|
// src/components/tooltip/tooltip.tsx
|
10971
|
-
var
|
10972
|
-
var
|
10973
|
-
var
|
10974
|
-
var Tooltip = (0,
|
11214
|
+
var import_react170 = require("react");
|
11215
|
+
var import_react171 = require("@chakra-ui/react");
|
11216
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
11217
|
+
var Tooltip = (0, import_react170.forwardRef)(
|
10975
11218
|
function Tooltip2(props, ref) {
|
10976
11219
|
const {
|
10977
11220
|
showArrow,
|
@@ -10984,10 +11227,10 @@ var Tooltip = (0, import_react168.forwardRef)(
|
|
10984
11227
|
...rest
|
10985
11228
|
} = props;
|
10986
11229
|
if (disabled) return children;
|
10987
|
-
return /* @__PURE__ */ (0,
|
10988
|
-
/* @__PURE__ */ (0,
|
10989
|
-
/* @__PURE__ */ (0,
|
10990
|
-
showArrow && /* @__PURE__ */ (0,
|
11230
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react171.Tooltip.Root, { ...rest, children: [
|
11231
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react171.Tooltip.Trigger, { asChild: true, children }),
|
11232
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react171.Portal, { disabled: !portalled, container: portalRef, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react171.Tooltip.Positioner, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react171.Tooltip.Content, { ref, ...contentProps, children: [
|
11233
|
+
showArrow && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react171.Tooltip.Arrow, { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react171.Tooltip.ArrowTip, {}) }),
|
10991
11234
|
content
|
10992
11235
|
] }) }) })
|
10993
11236
|
] });
|
@@ -11008,6 +11251,7 @@ var Tooltip = (0, import_react168.forwardRef)(
|
|
11008
11251
|
Dialog,
|
11009
11252
|
Drawer,
|
11010
11253
|
EmptyState,
|
11254
|
+
FileUpload,
|
11011
11255
|
GridList,
|
11012
11256
|
IconBadge,
|
11013
11257
|
IconButton,
|
@@ -11022,6 +11266,7 @@ var Tooltip = (0, import_react168.forwardRef)(
|
|
11022
11266
|
Persona,
|
11023
11267
|
PersonaAvatar,
|
11024
11268
|
PinInput,
|
11269
|
+
Popover,
|
11025
11270
|
Radio,
|
11026
11271
|
RadioGroup,
|
11027
11272
|
SearchInput,
|