@octavius2929-personal/design-system 0.23.2 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1052 -885
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +114 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +615 -2
- package/dist/index.d.ts +615 -2
- package/dist/index.js +911 -745
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -138,6 +138,7 @@ __export(index_exports, {
|
|
|
138
138
|
StarIcon: () => StarIcon,
|
|
139
139
|
Stepper: () => Stepper,
|
|
140
140
|
SunIcon: () => SunIcon,
|
|
141
|
+
Surface: () => Surface,
|
|
141
142
|
Switch: () => Switch,
|
|
142
143
|
Table: () => Table,
|
|
143
144
|
Tabs: () => Tabs,
|
|
@@ -179,8 +180,8 @@ module.exports = __toCommonJS(index_exports);
|
|
|
179
180
|
// src/theme/theme.css.ts
|
|
180
181
|
var colorVars = { bg1: "var(--bg1__e3grur28)", bg2: "var(--bg2__e3grur29)", bg3: "var(--bg3__e3grur2a)", bgInset: "var(--bgInset__e3grur2b)", fg1: "var(--fg1__e3grur2c)", fg2: "var(--fg2__e3grur2d)", fg3: "var(--fg3__e3grur2e)", fgOnAccent: "var(--fgOnAccent__e3grur2f)", border1: "var(--border1__e3grur2g)", border2: "var(--border2__e3grur2h)", borderStrong: "var(--borderStrong__e3grur2i)", accent: "var(--accent__e3grur2j)", accentHover: "var(--accentHover__e3grur2k)", accentSoft: "var(--accentSoft__e3grur2l)", accentText: "var(--accentText__e3grur2m)", ok: "var(--ok__e3grur2n)", warn: "var(--warn__e3grur2o)", danger: "var(--danger__e3grur2p)", dangerHover: "var(--dangerHover__e3grur2q)", dangerSoft: "var(--dangerSoft__e3grur2r)", dangerText: "var(--dangerText__e3grur2s)", info: "var(--info__e3grur2t)", focus: "var(--focus__e3grur2u)", scrim: "var(--scrim__e3grur2v)" };
|
|
181
182
|
var modeNames = ["light", "dark", "sepia", "contrast"];
|
|
182
|
-
var schemaNames = ["tinta"];
|
|
183
|
-
var themes = { tinta: { light: "theme_themes__e3grur2w", dark: "theme_themes__e3grur2x", sepia: "theme_themes__e3grur2y", contrast: "theme_themes__e3grur2z" } };
|
|
183
|
+
var schemaNames = ["tinta", "docslingo"];
|
|
184
|
+
var themes = { tinta: { light: "theme_themes__e3grur2w", dark: "theme_themes__e3grur2x", sepia: "theme_themes__e3grur2y", contrast: "theme_themes__e3grur2z" }, docslingo: { light: "theme_themes__e3grur30", dark: "theme_themes__e3grur31", sepia: "theme_themes__e3grur32", contrast: "theme_themes__e3grur33" } };
|
|
184
185
|
var vars = { font: { display: "var(--font-display__e3grur0)", text: "var(--font-text__e3grur1)", mono: "var(--font-mono__e3grur2)", black: "var(--font-black__e3grur3)" }, text: { eyebrow: { size: "var(--text-eyebrow-size__e3grur4)", lineHeight: "var(--text-eyebrow-lineHeight__e3grur5)", weight: "var(--text-eyebrow-weight__e3grur6)", letterSpacing: "var(--text-eyebrow-letterSpacing__e3grur7)" }, display: { size: "var(--text-display-size__e3grur8)", lineHeight: "var(--text-display-lineHeight__e3grur9)", weight: "var(--text-display-weight__e3grura)", letterSpacing: "var(--text-display-letterSpacing__e3grurb)" }, h1: { size: "var(--text-h1-size__e3grurc)", lineHeight: "var(--text-h1-lineHeight__e3grurd)", weight: "var(--text-h1-weight__e3grure)", letterSpacing: "var(--text-h1-letterSpacing__e3grurf)" }, h2: { size: "var(--text-h2-size__e3grurg)", lineHeight: "var(--text-h2-lineHeight__e3grurh)", weight: "var(--text-h2-weight__e3gruri)", letterSpacing: "var(--text-h2-letterSpacing__e3grurj)" }, h3: { size: "var(--text-h3-size__e3grurk)", lineHeight: "var(--text-h3-lineHeight__e3grurl)", weight: "var(--text-h3-weight__e3grurm)", letterSpacing: "var(--text-h3-letterSpacing__e3grurn)" }, h4: { size: "var(--text-h4-size__e3gruro)", lineHeight: "var(--text-h4-lineHeight__e3grurp)", weight: "var(--text-h4-weight__e3grurq)", letterSpacing: "var(--text-h4-letterSpacing__e3grurr)" }, body: { size: "var(--text-body-size__e3grurs)", lineHeight: "var(--text-body-lineHeight__e3grurt)", weight: "var(--text-body-weight__e3gruru)", letterSpacing: "var(--text-body-letterSpacing__e3grurv)" }, lead: { size: "var(--text-lead-size__e3grurw)", lineHeight: "var(--text-lead-lineHeight__e3grurx)", weight: "var(--text-lead-weight__e3grury)", letterSpacing: "var(--text-lead-letterSpacing__e3grurz)" }, small: { size: "var(--text-small-size__e3grur10)", lineHeight: "var(--text-small-lineHeight__e3grur11)", weight: "var(--text-small-weight__e3grur12)", letterSpacing: "var(--text-small-letterSpacing__e3grur13)" }, caption: { size: "var(--text-caption-size__e3grur14)", lineHeight: "var(--text-caption-lineHeight__e3grur15)", weight: "var(--text-caption-weight__e3grur16)", letterSpacing: "var(--text-caption-letterSpacing__e3grur17)" } }, space: { s0: "var(--space-s0__e3grur18)", s1: "var(--space-s1__e3grur19)", s2: "var(--space-s2__e3grur1a)", s3: "var(--space-s3__e3grur1b)", s4: "var(--space-s4__e3grur1c)", s5: "var(--space-s5__e3grur1d)", s6: "var(--space-s6__e3grur1e)", s7: "var(--space-s7__e3grur1f)", s8: "var(--space-s8__e3grur1g)", s9: "var(--space-s9__e3grur1h)" }, radius: { none: "var(--radius-none__e3grur1i)", sm: "var(--radius-sm__e3grur1j)", md: "var(--radius-md__e3grur1k)", lg: "var(--radius-lg__e3grur1l)", base: "var(--radius-base__e3grur1m)", full: "var(--radius-full__e3grur1n)" }, border: { hair: "var(--border-hair__e3grur1o)", rule: "var(--border-rule__e3grur1p)", heavy: "var(--border-heavy__e3grur1q)" }, tracking: { tight: "var(--tracking-tight__e3grur1r)", normal: "var(--tracking-normal__e3grur1s)", wide: "var(--tracking-wide__e3grur1t)", wider: "var(--tracking-wider__e3grur1u)", widest: "var(--tracking-widest__e3grur1v)" }, weight: { light: "var(--weight-light__e3grur1w)", regular: "var(--weight-regular__e3grur1x)", medium: "var(--weight-medium__e3grur1y)", semibold: "var(--weight-semibold__e3grur1z)", bold: "var(--weight-bold__e3grur20)" }, dur: { fast: "var(--dur-fast__e3grur21)", base: "var(--dur-base__e3grur22)", slow: "var(--dur-slow__e3grur23)" }, ease: { ink: "var(--ease-ink__e3grur24)" }, shadow: { sm: "var(--shadow-sm__e3grur25)", md: "var(--shadow-md__e3grur26)", lg: "var(--shadow-lg__e3grur27)" }, color: colorVars };
|
|
185
186
|
|
|
186
187
|
// src/hooks/use-previous/index.ts
|
|
@@ -275,10 +276,10 @@ var ContainerForwarded = (0, import_react5.forwardRef)(ContainerImpl);
|
|
|
275
276
|
ContainerForwarded.displayName = "Container";
|
|
276
277
|
var Container = ContainerForwarded;
|
|
277
278
|
|
|
278
|
-
// src/components/
|
|
279
|
+
// src/components/surface/index.tsx
|
|
279
280
|
var import_react9 = require("react");
|
|
280
281
|
|
|
281
|
-
// src/components/
|
|
282
|
+
// src/components/surface/use-styles.ts
|
|
282
283
|
var import_react8 = require("react");
|
|
283
284
|
|
|
284
285
|
// ../core/dist/index.js
|
|
@@ -343,6 +344,124 @@ var tokens = {
|
|
|
343
344
|
lg: "0 12px 32px -10px rgba(20,17,14,0.34)"
|
|
344
345
|
}
|
|
345
346
|
};
|
|
347
|
+
var docslingoSchema = {
|
|
348
|
+
light: {
|
|
349
|
+
...tokens,
|
|
350
|
+
color: {
|
|
351
|
+
bg1: "#F4F7FA",
|
|
352
|
+
bg2: "#FFFFFF",
|
|
353
|
+
bg3: "#E7EDF3",
|
|
354
|
+
bgInset: "#DEE6EE",
|
|
355
|
+
fg1: "#101825",
|
|
356
|
+
fg2: "#3D4B5C",
|
|
357
|
+
fg3: "#5A6A80",
|
|
358
|
+
fgOnAccent: "#FFFFFF",
|
|
359
|
+
border1: "rgba(16, 24, 37, 0.14)",
|
|
360
|
+
border2: "rgba(16, 24, 37, 0.28)",
|
|
361
|
+
borderStrong: "rgba(16, 24, 37, 0.85)",
|
|
362
|
+
accent: "#0E7A55",
|
|
363
|
+
accentHover: "#0B6244",
|
|
364
|
+
accentSoft: "rgba(14, 122, 85, 0.12)",
|
|
365
|
+
accentText: "#0E7A55",
|
|
366
|
+
ok: "#0E7A55",
|
|
367
|
+
warn: "#7A5C10",
|
|
368
|
+
danger: "#C23F3F",
|
|
369
|
+
dangerHover: "#A83434",
|
|
370
|
+
dangerSoft: "rgba(194, 63, 63, 0.12)",
|
|
371
|
+
dangerText: "#C23F3F",
|
|
372
|
+
info: "#0E6E9E",
|
|
373
|
+
focus: "#0E6E9E",
|
|
374
|
+
scrim: "rgba(16, 24, 37, 0.5)"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
dark: {
|
|
378
|
+
...tokens,
|
|
379
|
+
color: {
|
|
380
|
+
bg1: "#0B1017",
|
|
381
|
+
bg2: "#121A24",
|
|
382
|
+
bg3: "#1A2432",
|
|
383
|
+
bgInset: "#0A0E14",
|
|
384
|
+
fg1: "#E6EDF5",
|
|
385
|
+
fg2: "#8FA3B8",
|
|
386
|
+
fg3: "#7C8FA5",
|
|
387
|
+
fgOnAccent: "#0B1017",
|
|
388
|
+
border1: "#243244",
|
|
389
|
+
border2: "#33465E",
|
|
390
|
+
borderStrong: "#8FA3B8",
|
|
391
|
+
accent: "#45D9A1",
|
|
392
|
+
accentHover: "#63E2B2",
|
|
393
|
+
accentSoft: "rgba(69, 217, 161, 0.12)",
|
|
394
|
+
accentText: "#45D9A1",
|
|
395
|
+
ok: "#45D9A1",
|
|
396
|
+
warn: "#F7C948",
|
|
397
|
+
danger: "#F06A6A",
|
|
398
|
+
dangerHover: "#F58585",
|
|
399
|
+
dangerSoft: "rgba(240, 106, 106, 0.12)",
|
|
400
|
+
dangerText: "#F06A6A",
|
|
401
|
+
info: "#56C8F5",
|
|
402
|
+
focus: "#56C8F5",
|
|
403
|
+
scrim: "rgba(0, 0, 0, 0.55)"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
sepia: {
|
|
407
|
+
...tokens,
|
|
408
|
+
color: {
|
|
409
|
+
bg1: "#ECE4CE",
|
|
410
|
+
bg2: "#F5EEDC",
|
|
411
|
+
bg3: "#DFD3B4",
|
|
412
|
+
bgInset: "#D6C8A4",
|
|
413
|
+
fg1: "#262114",
|
|
414
|
+
fg2: "#55482F",
|
|
415
|
+
fg3: "#6B5E41",
|
|
416
|
+
fgOnAccent: "#F5EEDC",
|
|
417
|
+
border1: "rgba(38, 33, 20, 0.16)",
|
|
418
|
+
border2: "rgba(38, 33, 20, 0.32)",
|
|
419
|
+
borderStrong: "rgba(38, 33, 20, 0.82)",
|
|
420
|
+
accent: "#4C5F2A",
|
|
421
|
+
accentHover: "#3B4A1F",
|
|
422
|
+
accentSoft: "rgba(76, 95, 42, 0.12)",
|
|
423
|
+
accentText: "#4C5F2A",
|
|
424
|
+
ok: "#4C5F2A",
|
|
425
|
+
warn: "#6E5413",
|
|
426
|
+
danger: "#8A3B26",
|
|
427
|
+
dangerHover: "#70301F",
|
|
428
|
+
dangerSoft: "rgba(138, 59, 38, 0.12)",
|
|
429
|
+
dangerText: "#8A3B26",
|
|
430
|
+
info: "#3A505C",
|
|
431
|
+
focus: "#4C5F2A",
|
|
432
|
+
scrim: "rgba(38, 33, 20, 0.55)"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
contrast: {
|
|
436
|
+
...tokens,
|
|
437
|
+
color: {
|
|
438
|
+
bg1: "#FFFFFF",
|
|
439
|
+
bg2: "#FFFFFF",
|
|
440
|
+
bg3: "#F2F2F2",
|
|
441
|
+
bgInset: "#EAEAEA",
|
|
442
|
+
fg1: "#000000",
|
|
443
|
+
fg2: "#000000",
|
|
444
|
+
fg3: "#2B2B2B",
|
|
445
|
+
fgOnAccent: "#FFFFFF",
|
|
446
|
+
border1: "#000000",
|
|
447
|
+
border2: "#000000",
|
|
448
|
+
borderStrong: "#000000",
|
|
449
|
+
accent: "#0B4F38",
|
|
450
|
+
accentHover: "#063D2B",
|
|
451
|
+
accentSoft: "rgba(11, 79, 56, 0.10)",
|
|
452
|
+
accentText: "#0B4F38",
|
|
453
|
+
ok: "#0B4F38",
|
|
454
|
+
warn: "#000000",
|
|
455
|
+
danger: "#8B0000",
|
|
456
|
+
dangerHover: "#6B0000",
|
|
457
|
+
dangerSoft: "rgba(139, 0, 0, 0.10)",
|
|
458
|
+
dangerText: "#8B0000",
|
|
459
|
+
info: "#000000",
|
|
460
|
+
focus: "#000000",
|
|
461
|
+
scrim: "rgba(0, 0, 0, 0.7)"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
};
|
|
346
465
|
var tintaSchema = {
|
|
347
466
|
light: {
|
|
348
467
|
...tokens,
|
|
@@ -461,7 +580,10 @@ var tintaSchema = {
|
|
|
461
580
|
}
|
|
462
581
|
}
|
|
463
582
|
};
|
|
464
|
-
var schemas = {
|
|
583
|
+
var schemas = {
|
|
584
|
+
tinta: tintaSchema,
|
|
585
|
+
docslingo: docslingoSchema
|
|
586
|
+
};
|
|
465
587
|
var schemaNames2 = Object.keys(schemas);
|
|
466
588
|
var colorTokenNames = Object.keys(schemas.tinta.light.color);
|
|
467
589
|
function isSchemaName(x) {
|
|
@@ -610,7 +732,8 @@ function ThemeProvider({
|
|
|
610
732
|
defaultSchema = "tinta",
|
|
611
733
|
defaultMode = "light",
|
|
612
734
|
storageKey = "ds-theme",
|
|
613
|
-
persist = true
|
|
735
|
+
persist = true,
|
|
736
|
+
paintRoot = false
|
|
614
737
|
}) {
|
|
615
738
|
const storage = (0, import_react7.useMemo)(
|
|
616
739
|
() => createWebStorageAdapter(storageKey, persist),
|
|
@@ -618,6 +741,15 @@ function ThemeProvider({
|
|
|
618
741
|
);
|
|
619
742
|
const system = (0, import_react7.useMemo)(() => createWebSystemModeAdapter(), []);
|
|
620
743
|
const store = useThemeStore({ defaultSchema, defaultMode }, storage, system);
|
|
744
|
+
(0, import_react7.useEffect)(() => {
|
|
745
|
+
if (!paintRoot) return;
|
|
746
|
+
const { style } = document.body;
|
|
747
|
+
const prev = style.backgroundColor;
|
|
748
|
+
style.backgroundColor = store.colorTokens.bg1;
|
|
749
|
+
return () => {
|
|
750
|
+
style.backgroundColor = prev;
|
|
751
|
+
};
|
|
752
|
+
}, [paintRoot, store.colorTokens.bg1]);
|
|
621
753
|
const value = (0, import_react7.useMemo)(
|
|
622
754
|
() => ({
|
|
623
755
|
schema: store.schema,
|
|
@@ -631,12 +763,46 @@ function ThemeProvider({
|
|
|
631
763
|
}),
|
|
632
764
|
[store]
|
|
633
765
|
);
|
|
634
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(ThemeContext.Provider, { value, children });
|
|
766
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(ThemeContext.Provider, { value, children: paintRoot ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Surface, { fill: true, children }) : children });
|
|
635
767
|
}
|
|
636
768
|
function useTheme() {
|
|
637
769
|
return (0, import_react7.useContext)(ThemeContext) ?? DEFAULT_VALUE;
|
|
638
770
|
}
|
|
639
771
|
|
|
772
|
+
// src/components/surface/use-styles.css.ts
|
|
773
|
+
var fill = "use-styles_fill__6vwa9y1";
|
|
774
|
+
var surface = "use-styles_surface__6vwa9y0";
|
|
775
|
+
|
|
776
|
+
// src/components/surface/use-styles.ts
|
|
777
|
+
function useStyles2({ fill: fill2 }) {
|
|
778
|
+
const { themeClass } = useTheme();
|
|
779
|
+
const className = (0, import_react8.useMemo)(
|
|
780
|
+
() => [themeClass, surface, fill2 && fill].filter(Boolean).join(" "),
|
|
781
|
+
[themeClass, fill2]
|
|
782
|
+
);
|
|
783
|
+
return { surface: className };
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
// src/components/surface/index.tsx
|
|
787
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
788
|
+
function SurfaceInner({ as, fill: fill2, testId, ...rest }, ref) {
|
|
789
|
+
const Component = as ?? "div";
|
|
790
|
+
const { surface: surface3 } = useStyles2({ fill: fill2 });
|
|
791
|
+
const { testId: dataTestId } = useTestId("surface", testId);
|
|
792
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Component, { ref, "data-testid": dataTestId, ...rest, className: surface3 });
|
|
793
|
+
}
|
|
794
|
+
var SurfaceForwarded = (0, import_react9.forwardRef)(
|
|
795
|
+
SurfaceInner
|
|
796
|
+
);
|
|
797
|
+
SurfaceForwarded.displayName = "Surface";
|
|
798
|
+
var Surface = SurfaceForwarded;
|
|
799
|
+
|
|
800
|
+
// src/components/typography/index.tsx
|
|
801
|
+
var import_react11 = require("react");
|
|
802
|
+
|
|
803
|
+
// src/components/typography/use-styles.ts
|
|
804
|
+
var import_react10 = require("react");
|
|
805
|
+
|
|
640
806
|
// src/theme/typography.css.ts
|
|
641
807
|
var text = { eyebrow: "typography_text_eyebrow__1wmlzy0", display: "typography_text_display__1wmlzy1", h1: "typography_text_h1__1wmlzy2", h2: "typography_text_h2__1wmlzy3", h3: "typography_text_h3__1wmlzy4", h4: "typography_text_h4__1wmlzy5", body: "typography_text_body__1wmlzy6", lead: "typography_text_lead__1wmlzy7", small: "typography_text_small__1wmlzy8", caption: "typography_text_caption__1wmlzy9", code: "typography_text_code__1wmlzya", blackletter: "typography_text_blackletter__1wmlzyb" };
|
|
642
808
|
|
|
@@ -646,13 +812,13 @@ var base = "use-styles_base__d74jf60";
|
|
|
646
812
|
var color = { fg1: "use-styles_color_fg1__d74jf61", fg2: "use-styles_color_fg2__d74jf62", fg3: "use-styles_color_fg3__d74jf63", accent: "use-styles_color_accent__d74jf64", danger: "use-styles_color_danger__d74jf65", ok: "use-styles_color_ok__d74jf66", warn: "use-styles_color_warn__d74jf67", info: "use-styles_color_info__d74jf68" };
|
|
647
813
|
|
|
648
814
|
// src/components/typography/use-styles.ts
|
|
649
|
-
function
|
|
815
|
+
function useStyles3({
|
|
650
816
|
variant: variant2,
|
|
651
817
|
color: color2,
|
|
652
818
|
align: align2
|
|
653
819
|
}) {
|
|
654
820
|
const { themeClass } = useTheme();
|
|
655
|
-
const className = (0,
|
|
821
|
+
const className = (0, import_react10.useMemo)(
|
|
656
822
|
() => [
|
|
657
823
|
themeClass,
|
|
658
824
|
base,
|
|
@@ -666,7 +832,7 @@ function useStyles2({
|
|
|
666
832
|
}
|
|
667
833
|
|
|
668
834
|
// src/components/typography/index.tsx
|
|
669
|
-
var
|
|
835
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
670
836
|
var defaultElement = {
|
|
671
837
|
display: "h1",
|
|
672
838
|
h1: "h1",
|
|
@@ -683,18 +849,18 @@ var defaultElement = {
|
|
|
683
849
|
};
|
|
684
850
|
function TypographyInner({ variant: variant2, as, color: color2, align: align2, testId, ...rest }, ref) {
|
|
685
851
|
const Component = as ?? defaultElement[variant2];
|
|
686
|
-
const { text: text2 } =
|
|
852
|
+
const { text: text2 } = useStyles3({ variant: variant2, color: color2, align: align2 });
|
|
687
853
|
const { testId: dataTestId } = useTestId("text", testId);
|
|
688
|
-
return /* @__PURE__ */ (0,
|
|
854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Component, { ref, "data-testid": dataTestId, ...rest, className: text2 });
|
|
689
855
|
}
|
|
690
|
-
var TypographyForwarded = (0,
|
|
856
|
+
var TypographyForwarded = (0, import_react11.forwardRef)(
|
|
691
857
|
TypographyInner
|
|
692
858
|
);
|
|
693
859
|
TypographyForwarded.displayName = "Typography";
|
|
694
860
|
var Typography = TypographyForwarded;
|
|
695
861
|
|
|
696
862
|
// src/components/button/index.tsx
|
|
697
|
-
var
|
|
863
|
+
var import_react13 = require("react");
|
|
698
864
|
|
|
699
865
|
// src/testing/states.ts
|
|
700
866
|
function states(map) {
|
|
@@ -703,7 +869,7 @@ function states(map) {
|
|
|
703
869
|
}
|
|
704
870
|
|
|
705
871
|
// src/components/button/use-styles.ts
|
|
706
|
-
var
|
|
872
|
+
var import_react12 = require("react");
|
|
707
873
|
|
|
708
874
|
// src/components/button/use-styles.css.ts
|
|
709
875
|
var full = "use-styles_full__1pbtill4";
|
|
@@ -716,7 +882,7 @@ function toneKey(variant2, tone4) {
|
|
|
716
882
|
const Tone = `${tone4.charAt(0).toUpperCase()}${tone4.slice(1)}`;
|
|
717
883
|
return `${variant2}${Tone}`;
|
|
718
884
|
}
|
|
719
|
-
function
|
|
885
|
+
function useStyles4({
|
|
720
886
|
variant: variant2 = "filled",
|
|
721
887
|
tone: tone4 = "ink",
|
|
722
888
|
size: size3 = "md",
|
|
@@ -724,7 +890,7 @@ function useStyles3({
|
|
|
724
890
|
className
|
|
725
891
|
}) {
|
|
726
892
|
const { themeClass } = useTheme();
|
|
727
|
-
const container = (0,
|
|
893
|
+
const container = (0, import_react12.useMemo)(
|
|
728
894
|
() => [
|
|
729
895
|
themeClass,
|
|
730
896
|
root,
|
|
@@ -739,9 +905,9 @@ function useStyles3({
|
|
|
739
905
|
}
|
|
740
906
|
|
|
741
907
|
// src/components/button/index.tsx
|
|
742
|
-
var
|
|
908
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
743
909
|
var ICON_SIZE = { sm: 14, md: 16, lg: 18 };
|
|
744
|
-
var Button = (0,
|
|
910
|
+
var Button = (0, import_react13.forwardRef)(function Button2({
|
|
745
911
|
variant: variant2,
|
|
746
912
|
tone: tone4,
|
|
747
913
|
size: size3 = "md",
|
|
@@ -754,10 +920,10 @@ var Button = (0, import_react11.forwardRef)(function Button2({
|
|
|
754
920
|
children,
|
|
755
921
|
...rest
|
|
756
922
|
}, ref) {
|
|
757
|
-
const { container } =
|
|
923
|
+
const { container } = useStyles4({ variant: variant2, tone: tone4, size: size3, full: full2, className });
|
|
758
924
|
const { testId: dataTestId } = useTestId("button", testId);
|
|
759
925
|
const iconSize = ICON_SIZE[size3];
|
|
760
|
-
return /* @__PURE__ */ (0,
|
|
926
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
761
927
|
"button",
|
|
762
928
|
{
|
|
763
929
|
ref,
|
|
@@ -767,19 +933,19 @@ var Button = (0, import_react11.forwardRef)(function Button2({
|
|
|
767
933
|
"data-state": states({ disabled: rest.disabled }),
|
|
768
934
|
...rest,
|
|
769
935
|
children: [
|
|
770
|
-
StartIcon && /* @__PURE__ */ (0,
|
|
936
|
+
StartIcon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(StartIcon, { size: iconSize }),
|
|
771
937
|
children,
|
|
772
|
-
EndIcon && /* @__PURE__ */ (0,
|
|
938
|
+
EndIcon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(EndIcon, { size: iconSize })
|
|
773
939
|
]
|
|
774
940
|
}
|
|
775
941
|
);
|
|
776
942
|
});
|
|
777
943
|
|
|
778
944
|
// src/components/divider/index.tsx
|
|
779
|
-
var
|
|
945
|
+
var import_react15 = require("react");
|
|
780
946
|
|
|
781
947
|
// src/components/divider/use-styles.ts
|
|
782
|
-
var
|
|
948
|
+
var import_react14 = require("react");
|
|
783
949
|
|
|
784
950
|
// src/components/divider/use-styles.css.ts
|
|
785
951
|
var horizontal = "use-styles_horizontal__1n7v7yj1";
|
|
@@ -790,9 +956,9 @@ var root2 = "use-styles_root__1n7v7yj0";
|
|
|
790
956
|
var vertical = "use-styles_vertical__1n7v7yj2";
|
|
791
957
|
|
|
792
958
|
// src/components/divider/use-styles.ts
|
|
793
|
-
function
|
|
959
|
+
function useStyles5({ vertical: vertical2, hasLabel }) {
|
|
794
960
|
const { themeClass } = useTheme();
|
|
795
|
-
const root24 = (0,
|
|
961
|
+
const root24 = (0, import_react14.useMemo)(
|
|
796
962
|
() => [
|
|
797
963
|
themeClass,
|
|
798
964
|
root2,
|
|
@@ -804,26 +970,26 @@ function useStyles4({ vertical: vertical2, hasLabel }) {
|
|
|
804
970
|
}
|
|
805
971
|
|
|
806
972
|
// src/components/divider/index.tsx
|
|
807
|
-
var
|
|
808
|
-
var Divider = (0,
|
|
973
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
974
|
+
var Divider = (0, import_react15.forwardRef)(function Divider2({ vertical: vertical2, label: label7, testId, ...rest }, ref) {
|
|
809
975
|
const hasLabel = label7 != null;
|
|
810
|
-
const { root: root24, line: line2, label: labelClass } =
|
|
976
|
+
const { root: root24, line: line2, label: labelClass } = useStyles5({ vertical: vertical2, hasLabel });
|
|
811
977
|
const { testId: dataTestId, slot } = useTestId("layout", testId);
|
|
812
978
|
if (hasLabel) {
|
|
813
|
-
return /* @__PURE__ */ (0,
|
|
814
|
-
/* @__PURE__ */ (0,
|
|
815
|
-
/* @__PURE__ */ (0,
|
|
816
|
-
/* @__PURE__ */ (0,
|
|
979
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { ref, role: "separator", className: root24, "data-testid": dataTestId, ...rest, children: [
|
|
980
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: line2 }),
|
|
981
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: labelClass, "data-testid": slot("label"), children: label7 }),
|
|
982
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: line2 })
|
|
817
983
|
] });
|
|
818
984
|
}
|
|
819
|
-
return /* @__PURE__ */ (0,
|
|
985
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ref, role: "separator", className: root24, "data-testid": dataTestId, ...rest });
|
|
820
986
|
});
|
|
821
987
|
|
|
822
988
|
// src/components/avatar/index.tsx
|
|
823
|
-
var
|
|
989
|
+
var import_react17 = require("react");
|
|
824
990
|
|
|
825
991
|
// src/components/avatar/use-styles.ts
|
|
826
|
-
var
|
|
992
|
+
var import_react16 = require("react");
|
|
827
993
|
|
|
828
994
|
// src/components/avatar/use-styles.css.ts
|
|
829
995
|
var root3 = "use-styles_root__1mn1rmu0";
|
|
@@ -831,13 +997,13 @@ var size2 = { sm: "use-styles_size_sm__1mn1rmu1", md: "use-styles_size_md__1mn1r
|
|
|
831
997
|
var variant = { "default": "use-styles_variant_default__1mn1rmu4", filled: "use-styles_variant_filled__1mn1rmu5" };
|
|
832
998
|
|
|
833
999
|
// src/components/avatar/use-styles.ts
|
|
834
|
-
function
|
|
1000
|
+
function useStyles6({
|
|
835
1001
|
size: size3 = "md",
|
|
836
1002
|
filled,
|
|
837
1003
|
className
|
|
838
1004
|
}) {
|
|
839
1005
|
const { themeClass } = useTheme();
|
|
840
|
-
const root24 = (0,
|
|
1006
|
+
const root24 = (0, import_react16.useMemo)(
|
|
841
1007
|
() => [
|
|
842
1008
|
themeClass,
|
|
843
1009
|
root3,
|
|
@@ -851,18 +1017,18 @@ function useStyles5({
|
|
|
851
1017
|
}
|
|
852
1018
|
|
|
853
1019
|
// src/components/avatar/index.tsx
|
|
854
|
-
var
|
|
855
|
-
var Avatar = (0,
|
|
856
|
-
const { root: root24 } =
|
|
1020
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
1021
|
+
var Avatar = (0, import_react17.forwardRef)(function Avatar2({ size: size3, filled, className, children, testId, ...rest }, ref) {
|
|
1022
|
+
const { root: root24 } = useStyles6({ size: size3, filled, className });
|
|
857
1023
|
const { testId: dataTestId } = useTestId("media", testId);
|
|
858
|
-
return /* @__PURE__ */ (0,
|
|
1024
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { ref, className: root24, "data-testid": dataTestId, ...rest, children });
|
|
859
1025
|
});
|
|
860
1026
|
|
|
861
1027
|
// src/components/badge/index.tsx
|
|
862
|
-
var
|
|
1028
|
+
var import_react19 = require("react");
|
|
863
1029
|
|
|
864
1030
|
// src/components/badge/use-styles.ts
|
|
865
|
-
var
|
|
1031
|
+
var import_react18 = require("react");
|
|
866
1032
|
|
|
867
1033
|
// src/components/badge/use-styles.css.ts
|
|
868
1034
|
var dot = "use-styles_dot__1wpei6p1";
|
|
@@ -870,35 +1036,35 @@ var root4 = "use-styles_root__1wpei6p0";
|
|
|
870
1036
|
var tone2 = { ink: "use-styles_tone_ink__1wpei6p2", accent: "use-styles_tone_accent__1wpei6p3" };
|
|
871
1037
|
|
|
872
1038
|
// src/components/badge/use-styles.ts
|
|
873
|
-
function
|
|
1039
|
+
function useStyles7({
|
|
874
1040
|
tone: tone4 = "ink",
|
|
875
1041
|
className
|
|
876
1042
|
}) {
|
|
877
1043
|
const { themeClass } = useTheme();
|
|
878
|
-
const root24 = (0,
|
|
1044
|
+
const root24 = (0, import_react18.useMemo)(
|
|
879
1045
|
() => [themeClass, root4, className].filter(Boolean).join(" "),
|
|
880
1046
|
[themeClass, className]
|
|
881
1047
|
);
|
|
882
|
-
const dot3 = (0,
|
|
1048
|
+
const dot3 = (0, import_react18.useMemo)(() => [dot, tone2[tone4]].join(" "), [tone4]);
|
|
883
1049
|
return { root: root24, dot: dot3 };
|
|
884
1050
|
}
|
|
885
1051
|
|
|
886
1052
|
// src/components/badge/index.tsx
|
|
887
|
-
var
|
|
888
|
-
var Badge = (0,
|
|
889
|
-
const { root: root24, dot: dot3 } =
|
|
1053
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
1054
|
+
var Badge = (0, import_react19.forwardRef)(function Badge2({ count, tone: tone4, className, children, testId, ...rest }, ref) {
|
|
1055
|
+
const { root: root24, dot: dot3 } = useStyles7({ tone: tone4, className });
|
|
890
1056
|
const { testId: dataTestId, slot } = useTestId("media", testId);
|
|
891
|
-
return /* @__PURE__ */ (0,
|
|
1057
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("span", { ref, className: root24, "data-testid": dataTestId, ...rest, children: [
|
|
892
1058
|
children,
|
|
893
|
-
count != null && /* @__PURE__ */ (0,
|
|
1059
|
+
count != null && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: dot3, "data-testid": slot("dot"), children: count })
|
|
894
1060
|
] });
|
|
895
1061
|
});
|
|
896
1062
|
|
|
897
1063
|
// src/components/progress/index.tsx
|
|
898
|
-
var
|
|
1064
|
+
var import_react21 = require("react");
|
|
899
1065
|
|
|
900
1066
|
// src/components/progress/use-styles.ts
|
|
901
|
-
var
|
|
1067
|
+
var import_react20 = require("react");
|
|
902
1068
|
|
|
903
1069
|
// src/components/progress/use-styles.css.ts
|
|
904
1070
|
var bar = "use-styles_bar__kbop7v3";
|
|
@@ -907,14 +1073,14 @@ var spinner = "use-styles_spinner__kbop7v5";
|
|
|
907
1073
|
var track = "use-styles_track__kbop7v2";
|
|
908
1074
|
|
|
909
1075
|
// src/components/progress/use-styles.ts
|
|
910
|
-
function
|
|
1076
|
+
function useStyles8({
|
|
911
1077
|
variant: variant2 = "linear",
|
|
912
1078
|
value,
|
|
913
1079
|
className
|
|
914
1080
|
}) {
|
|
915
1081
|
const { themeClass } = useTheme();
|
|
916
1082
|
const indeterminate2 = value === void 0;
|
|
917
|
-
return (0,
|
|
1083
|
+
return (0, import_react20.useMemo)(() => {
|
|
918
1084
|
const root24 = (...classes) => [themeClass, ...classes, className].filter(Boolean).join(" ");
|
|
919
1085
|
if (variant2 === "circular") {
|
|
920
1086
|
return { track: "", bar: "", spinner: root24(spinner) };
|
|
@@ -928,13 +1094,13 @@ function useStyles7({
|
|
|
928
1094
|
}
|
|
929
1095
|
|
|
930
1096
|
// src/components/progress/index.tsx
|
|
931
|
-
var
|
|
932
|
-
var Progress = (0,
|
|
933
|
-
const { track: track4, bar: bar2, spinner: spinner2 } =
|
|
1097
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
1098
|
+
var Progress = (0, import_react21.forwardRef)(function Progress2({ variant: variant2 = "linear", value, size: size3 = 20, className, testId, ...rest }, ref) {
|
|
1099
|
+
const { track: track4, bar: bar2, spinner: spinner2 } = useStyles8({ variant: variant2, value, className });
|
|
934
1100
|
const indeterminate2 = value === void 0;
|
|
935
1101
|
const { testId: dataTestId, slot } = useTestId("media", testId);
|
|
936
1102
|
if (variant2 === "circular") {
|
|
937
|
-
return /* @__PURE__ */ (0,
|
|
1103
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
938
1104
|
"span",
|
|
939
1105
|
{
|
|
940
1106
|
ref,
|
|
@@ -950,7 +1116,7 @@ var Progress = (0, import_react19.forwardRef)(function Progress2({ variant: vari
|
|
|
950
1116
|
}
|
|
951
1117
|
);
|
|
952
1118
|
}
|
|
953
|
-
return /* @__PURE__ */ (0,
|
|
1119
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
954
1120
|
"div",
|
|
955
1121
|
{
|
|
956
1122
|
ref,
|
|
@@ -962,7 +1128,7 @@ var Progress = (0, import_react19.forwardRef)(function Progress2({ variant: vari
|
|
|
962
1128
|
"data-testid": dataTestId,
|
|
963
1129
|
"data-state": states({ indeterminate: indeterminate2 }),
|
|
964
1130
|
...rest,
|
|
965
|
-
children: /* @__PURE__ */ (0,
|
|
1131
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
966
1132
|
"div",
|
|
967
1133
|
{
|
|
968
1134
|
className: bar2,
|
|
@@ -975,12 +1141,12 @@ var Progress = (0, import_react19.forwardRef)(function Progress2({ variant: vari
|
|
|
975
1141
|
});
|
|
976
1142
|
|
|
977
1143
|
// src/components/chip/index.tsx
|
|
978
|
-
var
|
|
1144
|
+
var import_react23 = require("react");
|
|
979
1145
|
|
|
980
1146
|
// src/components/icons/x/index.tsx
|
|
981
|
-
var
|
|
1147
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
982
1148
|
function XIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
983
|
-
return /* @__PURE__ */ (0,
|
|
1149
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
984
1150
|
"svg",
|
|
985
1151
|
{
|
|
986
1152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -995,15 +1161,15 @@ function XIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
995
1161
|
"aria-hidden": "true",
|
|
996
1162
|
...rest,
|
|
997
1163
|
children: [
|
|
998
|
-
/* @__PURE__ */ (0,
|
|
999
|
-
/* @__PURE__ */ (0,
|
|
1164
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M18 6 6 18" }),
|
|
1165
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "m6 6 12 12" })
|
|
1000
1166
|
]
|
|
1001
1167
|
}
|
|
1002
1168
|
);
|
|
1003
1169
|
}
|
|
1004
1170
|
|
|
1005
1171
|
// src/components/chip/use-styles.ts
|
|
1006
|
-
var
|
|
1172
|
+
var import_react22 = require("react");
|
|
1007
1173
|
|
|
1008
1174
|
// src/components/chip/use-styles.css.ts
|
|
1009
1175
|
var clickable = "use-styles_clickable__1axilf44";
|
|
@@ -1013,13 +1179,13 @@ var selected = "use-styles_selected__1axilf43";
|
|
|
1013
1179
|
var tone3 = { ink: "use-styles_tone_ink__1axilf41", accent: "use-styles_tone_accent__1axilf42" };
|
|
1014
1180
|
|
|
1015
1181
|
// src/components/chip/use-styles.ts
|
|
1016
|
-
function
|
|
1182
|
+
function useStyles9({
|
|
1017
1183
|
selected: selected3,
|
|
1018
1184
|
tone: tone4 = "ink",
|
|
1019
1185
|
clickable: clickable2
|
|
1020
1186
|
}) {
|
|
1021
1187
|
const { themeClass } = useTheme();
|
|
1022
|
-
const root24 = (0,
|
|
1188
|
+
const root24 = (0, import_react22.useMemo)(
|
|
1023
1189
|
() => [
|
|
1024
1190
|
themeClass,
|
|
1025
1191
|
root5,
|
|
@@ -1032,17 +1198,17 @@ function useStyles8({
|
|
|
1032
1198
|
}
|
|
1033
1199
|
|
|
1034
1200
|
// src/components/chip/index.tsx
|
|
1035
|
-
var
|
|
1201
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
1036
1202
|
var ICON_SIZE2 = 13;
|
|
1037
|
-
var Chip = (0,
|
|
1203
|
+
var Chip = (0, import_react23.forwardRef)(function Chip2({ selected: selected3, tone: tone4, onDelete, onClick, startIcon: StartIcon, children, testId, ...rest }, ref) {
|
|
1038
1204
|
const clickable2 = Boolean(onClick);
|
|
1039
|
-
const { root: root24, deleteBtn: deleteBtn2 } =
|
|
1205
|
+
const { root: root24, deleteBtn: deleteBtn2 } = useStyles9({ selected: selected3, tone: tone4, clickable: clickable2 });
|
|
1040
1206
|
const { testId: dataTestId, slot } = useTestId("media", testId);
|
|
1041
1207
|
const handleDelete = (event) => {
|
|
1042
1208
|
event.stopPropagation();
|
|
1043
1209
|
onDelete?.();
|
|
1044
1210
|
};
|
|
1045
|
-
return /* @__PURE__ */ (0,
|
|
1211
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
1046
1212
|
"span",
|
|
1047
1213
|
{
|
|
1048
1214
|
ref,
|
|
@@ -1052,9 +1218,9 @@ var Chip = (0, import_react21.forwardRef)(function Chip2({ selected: selected3,
|
|
|
1052
1218
|
"data-state": states({ selected: selected3 }),
|
|
1053
1219
|
...rest,
|
|
1054
1220
|
children: [
|
|
1055
|
-
StartIcon ? /* @__PURE__ */ (0,
|
|
1221
|
+
StartIcon ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(StartIcon, { size: ICON_SIZE2 }) : null,
|
|
1056
1222
|
children,
|
|
1057
|
-
onDelete && /* @__PURE__ */ (0,
|
|
1223
|
+
onDelete && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
1058
1224
|
"button",
|
|
1059
1225
|
{
|
|
1060
1226
|
type: "button",
|
|
@@ -1062,7 +1228,7 @@ var Chip = (0, import_react21.forwardRef)(function Chip2({ selected: selected3,
|
|
|
1062
1228
|
"aria-label": "Remove",
|
|
1063
1229
|
onClick: handleDelete,
|
|
1064
1230
|
"data-testid": slot("delete"),
|
|
1065
|
-
children: /* @__PURE__ */ (0,
|
|
1231
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(XIcon, { size: ICON_SIZE2 })
|
|
1066
1232
|
}
|
|
1067
1233
|
)
|
|
1068
1234
|
]
|
|
@@ -1071,12 +1237,12 @@ var Chip = (0, import_react21.forwardRef)(function Chip2({ selected: selected3,
|
|
|
1071
1237
|
});
|
|
1072
1238
|
|
|
1073
1239
|
// src/components/checkbox/index.tsx
|
|
1074
|
-
var
|
|
1240
|
+
var import_react25 = require("react");
|
|
1075
1241
|
|
|
1076
1242
|
// src/components/icons/check/index.tsx
|
|
1077
|
-
var
|
|
1243
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
1078
1244
|
function CheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1079
|
-
return /* @__PURE__ */ (0,
|
|
1245
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
1080
1246
|
"svg",
|
|
1081
1247
|
{
|
|
1082
1248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1090,13 +1256,13 @@ function CheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1090
1256
|
strokeLinejoin: "round",
|
|
1091
1257
|
"aria-hidden": "true",
|
|
1092
1258
|
...rest,
|
|
1093
|
-
children: /* @__PURE__ */ (0,
|
|
1259
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M20 6 9 17l-5-5" })
|
|
1094
1260
|
}
|
|
1095
1261
|
);
|
|
1096
1262
|
}
|
|
1097
1263
|
|
|
1098
1264
|
// src/components/checkbox/use-styles.ts
|
|
1099
|
-
var
|
|
1265
|
+
var import_react24 = require("react");
|
|
1100
1266
|
|
|
1101
1267
|
// src/components/checkbox/use-styles.css.ts
|
|
1102
1268
|
var box = "use-styles_box__9zoga91";
|
|
@@ -1107,13 +1273,13 @@ var input = "surfaces_srOnly__1qa7atn0";
|
|
|
1107
1273
|
var root6 = "use-styles_root__9zoga90";
|
|
1108
1274
|
|
|
1109
1275
|
// src/components/checkbox/use-styles.ts
|
|
1110
|
-
function
|
|
1276
|
+
function useStyles10({ checked, disabled: disabled3 }) {
|
|
1111
1277
|
const { themeClass } = useTheme();
|
|
1112
|
-
const root24 = (0,
|
|
1278
|
+
const root24 = (0, import_react24.useMemo)(
|
|
1113
1279
|
() => [themeClass, root6, disabled3 && disabled].filter(Boolean).join(" "),
|
|
1114
1280
|
[themeClass, disabled3]
|
|
1115
1281
|
);
|
|
1116
|
-
const box2 = (0,
|
|
1282
|
+
const box2 = (0, import_react24.useMemo)(
|
|
1117
1283
|
() => [box, checked && boxChecked].filter(Boolean).join(" "),
|
|
1118
1284
|
[checked]
|
|
1119
1285
|
);
|
|
@@ -1121,16 +1287,16 @@ function useStyles9({ checked, disabled: disabled3 }) {
|
|
|
1121
1287
|
}
|
|
1122
1288
|
|
|
1123
1289
|
// src/components/checkbox/index.tsx
|
|
1124
|
-
var
|
|
1125
|
-
var Checkbox = (0,
|
|
1126
|
-
const { root: root24, input: input6, box: box2, check: check2 } =
|
|
1290
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
1291
|
+
var Checkbox = (0, import_react25.forwardRef)(function Checkbox2({ checked = false, onChange, label: label7, disabled: disabled3 = false, id, testId, ...rest }, ref) {
|
|
1292
|
+
const { root: root24, input: input6, box: box2, check: check2 } = useStyles10({ checked, disabled: disabled3 });
|
|
1127
1293
|
const { testId: dataTestId } = useTestId("toggle", testId);
|
|
1128
1294
|
const handleChange = (e) => {
|
|
1129
1295
|
if (disabled3) return;
|
|
1130
1296
|
onChange?.(e.target.checked);
|
|
1131
1297
|
};
|
|
1132
|
-
return /* @__PURE__ */ (0,
|
|
1133
|
-
/* @__PURE__ */ (0,
|
|
1298
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("label", { className: root24, "data-testid": dataTestId, "data-state": states({ checked, disabled: disabled3 }), children: [
|
|
1299
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1134
1300
|
"input",
|
|
1135
1301
|
{
|
|
1136
1302
|
ref,
|
|
@@ -1143,16 +1309,16 @@ var Checkbox = (0, import_react23.forwardRef)(function Checkbox2({ checked = fal
|
|
|
1143
1309
|
...rest
|
|
1144
1310
|
}
|
|
1145
1311
|
),
|
|
1146
|
-
/* @__PURE__ */ (0,
|
|
1312
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: box2, children: checked && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(CheckIcon, { size: 12, className: check2 }) }),
|
|
1147
1313
|
label7
|
|
1148
1314
|
] });
|
|
1149
1315
|
});
|
|
1150
1316
|
|
|
1151
1317
|
// src/components/radio/index.tsx
|
|
1152
|
-
var
|
|
1318
|
+
var import_react27 = require("react");
|
|
1153
1319
|
|
|
1154
1320
|
// src/components/radio/use-styles.ts
|
|
1155
|
-
var
|
|
1321
|
+
var import_react26 = require("react");
|
|
1156
1322
|
|
|
1157
1323
|
// src/components/radio/use-styles.css.ts
|
|
1158
1324
|
var circle = "use-styles_circle__vy61b42";
|
|
@@ -1163,12 +1329,12 @@ var label2 = "use-styles_label__vy61b44";
|
|
|
1163
1329
|
var root7 = "use-styles_root__vy61b40";
|
|
1164
1330
|
|
|
1165
1331
|
// src/components/radio/use-styles.ts
|
|
1166
|
-
function
|
|
1332
|
+
function useStyles11({
|
|
1167
1333
|
disabled: disabled3,
|
|
1168
1334
|
className
|
|
1169
1335
|
}) {
|
|
1170
1336
|
const { themeClass } = useTheme();
|
|
1171
|
-
const root24 = (0,
|
|
1337
|
+
const root24 = (0, import_react26.useMemo)(
|
|
1172
1338
|
() => [themeClass, root7, disabled3 && disabled2, className].filter(Boolean).join(" "),
|
|
1173
1339
|
[themeClass, disabled3, className]
|
|
1174
1340
|
);
|
|
@@ -1182,12 +1348,12 @@ function useStyles10({
|
|
|
1182
1348
|
}
|
|
1183
1349
|
|
|
1184
1350
|
// src/components/radio/index.tsx
|
|
1185
|
-
var
|
|
1186
|
-
var Radio = (0,
|
|
1187
|
-
const { root: root24, input: input6, circle: circle2, dot: dot3, label: labelClass } =
|
|
1351
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
1352
|
+
var Radio = (0, import_react27.forwardRef)(function Radio2({ checked, onChange, label: label7, name, value, disabled: disabled3, testId, ...rest }, ref) {
|
|
1353
|
+
const { root: root24, input: input6, circle: circle2, dot: dot3, label: labelClass } = useStyles11({ disabled: disabled3 });
|
|
1188
1354
|
const { testId: dataTestId } = useTestId("toggle", testId);
|
|
1189
|
-
return /* @__PURE__ */ (0,
|
|
1190
|
-
/* @__PURE__ */ (0,
|
|
1355
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("label", { className: root24, "data-testid": dataTestId, "data-state": states({ checked, disabled: disabled3 }), children: [
|
|
1356
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1191
1357
|
"input",
|
|
1192
1358
|
{
|
|
1193
1359
|
ref,
|
|
@@ -1201,16 +1367,16 @@ var Radio = (0, import_react25.forwardRef)(function Radio2({ checked, onChange,
|
|
|
1201
1367
|
...rest
|
|
1202
1368
|
}
|
|
1203
1369
|
),
|
|
1204
|
-
/* @__PURE__ */ (0,
|
|
1205
|
-
label7 != null && /* @__PURE__ */ (0,
|
|
1370
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: circle2, children: checked && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: dot3 }) }),
|
|
1371
|
+
label7 != null && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: labelClass, children: label7 })
|
|
1206
1372
|
] });
|
|
1207
1373
|
});
|
|
1208
1374
|
|
|
1209
1375
|
// src/components/switch/index.tsx
|
|
1210
|
-
var
|
|
1376
|
+
var import_react29 = require("react");
|
|
1211
1377
|
|
|
1212
1378
|
// src/components/switch/use-styles.ts
|
|
1213
|
-
var
|
|
1379
|
+
var import_react28 = require("react");
|
|
1214
1380
|
|
|
1215
1381
|
// src/components/switch/use-styles.css.ts
|
|
1216
1382
|
var input3 = "surfaces_srOnly__1qa7atn0";
|
|
@@ -1222,9 +1388,9 @@ var track2 = "use-styles_track__1r6kem71";
|
|
|
1222
1388
|
var trackChecked = "use-styles_trackChecked__1r6kem72";
|
|
1223
1389
|
|
|
1224
1390
|
// src/components/switch/use-styles.ts
|
|
1225
|
-
function
|
|
1391
|
+
function useStyles12({ checked }) {
|
|
1226
1392
|
const { themeClass } = useTheme();
|
|
1227
|
-
return (0,
|
|
1393
|
+
return (0, import_react28.useMemo)(
|
|
1228
1394
|
() => ({
|
|
1229
1395
|
root: [themeClass, root8].filter(Boolean).join(" "),
|
|
1230
1396
|
input: input3,
|
|
@@ -1237,12 +1403,12 @@ function useStyles11({ checked }) {
|
|
|
1237
1403
|
}
|
|
1238
1404
|
|
|
1239
1405
|
// src/components/switch/index.tsx
|
|
1240
|
-
var
|
|
1241
|
-
var Switch = (0,
|
|
1242
|
-
const { root: root24, input: input6, track: track4, knob: knob2, label: labelClass } =
|
|
1406
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
1407
|
+
var Switch = (0, import_react29.forwardRef)(function Switch2({ checked = false, onChange, label: label7, disabled: disabled3, testId, ...rest }, ref) {
|
|
1408
|
+
const { root: root24, input: input6, track: track4, knob: knob2, label: labelClass } = useStyles12({ checked });
|
|
1243
1409
|
const { testId: dataTestId } = useTestId("toggle", testId);
|
|
1244
|
-
return /* @__PURE__ */ (0,
|
|
1245
|
-
/* @__PURE__ */ (0,
|
|
1410
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("label", { className: root24, "data-testid": dataTestId, "data-state": states({ checked, disabled: disabled3 }), children: [
|
|
1411
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1246
1412
|
"input",
|
|
1247
1413
|
{
|
|
1248
1414
|
ref,
|
|
@@ -1259,19 +1425,19 @@ var Switch = (0, import_react27.forwardRef)(function Switch2({ checked = false,
|
|
|
1259
1425
|
...rest
|
|
1260
1426
|
}
|
|
1261
1427
|
),
|
|
1262
|
-
/* @__PURE__ */ (0,
|
|
1263
|
-
label7 != null && /* @__PURE__ */ (0,
|
|
1428
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: track4, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: knob2 }) }),
|
|
1429
|
+
label7 != null && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: labelClass, children: label7 })
|
|
1264
1430
|
] });
|
|
1265
1431
|
});
|
|
1266
1432
|
|
|
1267
1433
|
// src/components/text-field/index.tsx
|
|
1268
|
-
var
|
|
1434
|
+
var import_react32 = require("react");
|
|
1269
1435
|
|
|
1270
1436
|
// src/components/base-field/index.tsx
|
|
1271
|
-
var
|
|
1437
|
+
var import_react31 = require("react");
|
|
1272
1438
|
|
|
1273
1439
|
// src/components/base-field/use-styles.ts
|
|
1274
|
-
var
|
|
1440
|
+
var import_react30 = require("react");
|
|
1275
1441
|
|
|
1276
1442
|
// src/components/base-field/use-styles.css.ts
|
|
1277
1443
|
var field = "use-styles_field__1c3cgd3";
|
|
@@ -1288,9 +1454,9 @@ var startIconSlot = "use-styles_startIconSlot__1c3cgda";
|
|
|
1288
1454
|
var trailingSlot = "use-styles_trailingSlot__1c3cgdb";
|
|
1289
1455
|
|
|
1290
1456
|
// src/components/base-field/use-styles.ts
|
|
1291
|
-
function
|
|
1457
|
+
function useStyles13({ error, hasStartIcon, hasTrailing, className }) {
|
|
1292
1458
|
const { themeClass } = useTheme();
|
|
1293
|
-
return (0,
|
|
1459
|
+
return (0, import_react30.useMemo)(() => {
|
|
1294
1460
|
const root24 = [themeClass, root9].filter(Boolean).join(" ");
|
|
1295
1461
|
const labelText2 = [labelText, error && labelTextError].filter(Boolean).join(" ");
|
|
1296
1462
|
const input6 = [
|
|
@@ -1314,15 +1480,15 @@ function useStyles12({ error, hasStartIcon, hasTrailing, className }) {
|
|
|
1314
1480
|
}
|
|
1315
1481
|
|
|
1316
1482
|
// src/components/base-field/index.tsx
|
|
1317
|
-
var
|
|
1318
|
-
var BaseField = (0,
|
|
1319
|
-
const autoId = (0,
|
|
1483
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
1484
|
+
var BaseField = (0, import_react31.forwardRef)(function BaseField2({ label: label7, help, error, startIcon: StartIcon, trailing: trailing2, id, className, testId, children }, ref) {
|
|
1485
|
+
const autoId = (0, import_react31.useId)();
|
|
1320
1486
|
const controlId = id ?? autoId;
|
|
1321
1487
|
const errorMessage = error != null && error !== false && error !== true && error !== "" ? error : null;
|
|
1322
1488
|
const hasError = error === true || errorMessage != null;
|
|
1323
1489
|
const message2 = errorMessage ?? help;
|
|
1324
1490
|
const messageId = message2 != null ? `${controlId}-msg` : void 0;
|
|
1325
|
-
const classes =
|
|
1491
|
+
const classes = useStyles13({
|
|
1326
1492
|
error: hasError,
|
|
1327
1493
|
hasStartIcon: StartIcon != null,
|
|
1328
1494
|
hasTrailing: trailing2 != null,
|
|
@@ -1337,15 +1503,15 @@ var BaseField = (0, import_react29.forwardRef)(function BaseField2({ label: labe
|
|
|
1337
1503
|
"aria-invalid": hasError ? true : void 0,
|
|
1338
1504
|
"data-testid": slot("input")
|
|
1339
1505
|
};
|
|
1340
|
-
return /* @__PURE__ */ (0,
|
|
1341
|
-
label7 != null && /* @__PURE__ */ (0,
|
|
1342
|
-
/* @__PURE__ */ (0,
|
|
1343
|
-
StartIcon != null && /* @__PURE__ */ (0,
|
|
1506
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: classes.root, "data-testid": rootTestId, "data-state": states({ error: hasError }), children: [
|
|
1507
|
+
label7 != null && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("label", { htmlFor: controlId, className: classes.labelText, "data-testid": slot("label"), children: label7 }),
|
|
1508
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: classes.field, children: [
|
|
1509
|
+
StartIcon != null && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: classes.startIconSlot, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(StartIcon, { size: 18 }) }),
|
|
1344
1510
|
children(control),
|
|
1345
|
-
trailing2 != null && /* @__PURE__ */ (0,
|
|
1511
|
+
trailing2 != null && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: classes.trailingSlot, children: trailing2 })
|
|
1346
1512
|
] }),
|
|
1347
1513
|
message2 != null && // `aria-live` solo cuando el mensaje es un error: anuncia la validación al aparecer.
|
|
1348
|
-
/* @__PURE__ */ (0,
|
|
1514
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1349
1515
|
"span",
|
|
1350
1516
|
{
|
|
1351
1517
|
id: messageId,
|
|
@@ -1359,12 +1525,12 @@ var BaseField = (0, import_react29.forwardRef)(function BaseField2({ label: labe
|
|
|
1359
1525
|
});
|
|
1360
1526
|
|
|
1361
1527
|
// src/components/text-field/index.tsx
|
|
1362
|
-
var
|
|
1528
|
+
var import_jsx_runtime18 = (
|
|
1363
1529
|
// En multiline el control es un <textarea>: no reenviamos `controlRef` porque el
|
|
1364
1530
|
// tipo público de la ref es HTMLInputElement (la ref aplica solo a la rama <input>).
|
|
1365
1531
|
require("react/jsx-runtime")
|
|
1366
1532
|
);
|
|
1367
|
-
var TextField = (0,
|
|
1533
|
+
var TextField = (0, import_react32.forwardRef)(function TextField2({
|
|
1368
1534
|
label: label7,
|
|
1369
1535
|
help,
|
|
1370
1536
|
error,
|
|
@@ -1379,7 +1545,7 @@ var TextField = (0, import_react30.forwardRef)(function TextField2({
|
|
|
1379
1545
|
...rest
|
|
1380
1546
|
}, ref) {
|
|
1381
1547
|
const rawTestId = rest["data-testid"];
|
|
1382
|
-
return /* @__PURE__ */ (0,
|
|
1548
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1383
1549
|
BaseField,
|
|
1384
1550
|
{
|
|
1385
1551
|
ref,
|
|
@@ -1390,7 +1556,7 @@ var TextField = (0, import_react30.forwardRef)(function TextField2({
|
|
|
1390
1556
|
id,
|
|
1391
1557
|
className,
|
|
1392
1558
|
testId,
|
|
1393
|
-
children: ({ ref: controlRef, ...control }) => multiline ? /* @__PURE__ */ (0,
|
|
1559
|
+
children: ({ ref: controlRef, ...control }) => multiline ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1394
1560
|
"textarea",
|
|
1395
1561
|
{
|
|
1396
1562
|
...rest,
|
|
@@ -1399,7 +1565,7 @@ var TextField = (0, import_react30.forwardRef)(function TextField2({
|
|
|
1399
1565
|
rows: rows ?? 4,
|
|
1400
1566
|
onChange: (e) => onChange?.(e.target.value)
|
|
1401
1567
|
}
|
|
1402
|
-
) : /* @__PURE__ */ (0,
|
|
1568
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1403
1569
|
"input",
|
|
1404
1570
|
{
|
|
1405
1571
|
...rest,
|
|
@@ -1415,12 +1581,12 @@ var TextField = (0, import_react30.forwardRef)(function TextField2({
|
|
|
1415
1581
|
});
|
|
1416
1582
|
|
|
1417
1583
|
// src/components/password-field/index.tsx
|
|
1418
|
-
var
|
|
1584
|
+
var import_react34 = require("react");
|
|
1419
1585
|
|
|
1420
1586
|
// src/components/icons/eye/index.tsx
|
|
1421
|
-
var
|
|
1587
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
1422
1588
|
function EyeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1423
|
-
return /* @__PURE__ */ (0,
|
|
1589
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
1424
1590
|
"svg",
|
|
1425
1591
|
{
|
|
1426
1592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1435,17 +1601,17 @@ function EyeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1435
1601
|
"aria-hidden": "true",
|
|
1436
1602
|
...rest,
|
|
1437
1603
|
children: [
|
|
1438
|
-
/* @__PURE__ */ (0,
|
|
1439
|
-
/* @__PURE__ */ (0,
|
|
1604
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }),
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
1440
1606
|
]
|
|
1441
1607
|
}
|
|
1442
1608
|
);
|
|
1443
1609
|
}
|
|
1444
1610
|
|
|
1445
1611
|
// src/components/icons/eye-off/index.tsx
|
|
1446
|
-
var
|
|
1612
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1447
1613
|
function EyeOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1448
|
-
return /* @__PURE__ */ (0,
|
|
1614
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
1449
1615
|
"svg",
|
|
1450
1616
|
{
|
|
1451
1617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1460,39 +1626,39 @@ function EyeOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1460
1626
|
"aria-hidden": "true",
|
|
1461
1627
|
...rest,
|
|
1462
1628
|
children: [
|
|
1463
|
-
/* @__PURE__ */ (0,
|
|
1464
|
-
/* @__PURE__ */ (0,
|
|
1465
|
-
/* @__PURE__ */ (0,
|
|
1466
|
-
/* @__PURE__ */ (0,
|
|
1629
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M9.88 9.88a3 3 0 1 0 4.24 4.24" }),
|
|
1630
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68" }),
|
|
1631
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61" }),
|
|
1632
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "m2 2 20 20" })
|
|
1467
1633
|
]
|
|
1468
1634
|
}
|
|
1469
1635
|
);
|
|
1470
1636
|
}
|
|
1471
1637
|
|
|
1472
1638
|
// src/components/password-field/use-styles.ts
|
|
1473
|
-
var
|
|
1639
|
+
var import_react33 = require("react");
|
|
1474
1640
|
|
|
1475
1641
|
// src/components/password-field/use-styles.css.ts
|
|
1476
1642
|
var revealButton = "use-styles_revealButton__rsu9d50";
|
|
1477
1643
|
|
|
1478
1644
|
// src/components/password-field/use-styles.ts
|
|
1479
|
-
function
|
|
1480
|
-
return (0,
|
|
1645
|
+
function useStyles14() {
|
|
1646
|
+
return (0, import_react33.useMemo)(() => ({ revealButton }), []);
|
|
1481
1647
|
}
|
|
1482
1648
|
|
|
1483
1649
|
// src/components/password-field/index.tsx
|
|
1484
|
-
var
|
|
1485
|
-
var PasswordField = (0,
|
|
1650
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1651
|
+
var PasswordField = (0, import_react34.forwardRef)(
|
|
1486
1652
|
function PasswordField2({ label: label7, help, error, startIcon, onChange, id, className, ...rest }, ref) {
|
|
1487
|
-
const [reveal, setReveal] = (0,
|
|
1488
|
-
const classes =
|
|
1653
|
+
const [reveal, setReveal] = (0, import_react34.useState)(false);
|
|
1654
|
+
const classes = useStyles14();
|
|
1489
1655
|
const handleChange = (e) => {
|
|
1490
1656
|
onChange?.(e.target.value);
|
|
1491
1657
|
};
|
|
1492
1658
|
const handleToggleMouseDown = (e) => {
|
|
1493
1659
|
e.preventDefault();
|
|
1494
1660
|
};
|
|
1495
|
-
const toggleButton = /* @__PURE__ */ (0,
|
|
1661
|
+
const toggleButton = /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1496
1662
|
"button",
|
|
1497
1663
|
{
|
|
1498
1664
|
type: "button",
|
|
@@ -1501,10 +1667,10 @@ var PasswordField = (0, import_react32.forwardRef)(
|
|
|
1501
1667
|
"aria-label": reveal ? "Ocultar contrase\xF1a" : "Mostrar contrase\xF1a",
|
|
1502
1668
|
onMouseDown: handleToggleMouseDown,
|
|
1503
1669
|
onClick: () => setReveal((r) => !r),
|
|
1504
|
-
children: reveal ? /* @__PURE__ */ (0,
|
|
1670
|
+
children: reveal ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(EyeOffIcon, { size: 18 }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(EyeIcon, { size: 18 })
|
|
1505
1671
|
}
|
|
1506
1672
|
);
|
|
1507
|
-
return /* @__PURE__ */ (0,
|
|
1673
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1508
1674
|
BaseField,
|
|
1509
1675
|
{
|
|
1510
1676
|
ref,
|
|
@@ -1515,7 +1681,7 @@ var PasswordField = (0, import_react32.forwardRef)(
|
|
|
1515
1681
|
trailing: toggleButton,
|
|
1516
1682
|
id,
|
|
1517
1683
|
className,
|
|
1518
|
-
children: (control) => /* @__PURE__ */ (0,
|
|
1684
|
+
children: (control) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1519
1685
|
"input",
|
|
1520
1686
|
{
|
|
1521
1687
|
...rest,
|
|
@@ -1530,15 +1696,15 @@ var PasswordField = (0, import_react32.forwardRef)(
|
|
|
1530
1696
|
);
|
|
1531
1697
|
|
|
1532
1698
|
// src/components/money-field/index.tsx
|
|
1533
|
-
var
|
|
1534
|
-
var
|
|
1699
|
+
var import_react35 = require("react");
|
|
1700
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1535
1701
|
function parseAmount(raw) {
|
|
1536
1702
|
const cleaned = raw.replace(/[^0-9.-]/g, "");
|
|
1537
1703
|
if (cleaned === "" || cleaned === "-" || cleaned === ".") return null;
|
|
1538
1704
|
const n = Number.parseFloat(cleaned);
|
|
1539
1705
|
return Number.isNaN(n) ? null : n;
|
|
1540
1706
|
}
|
|
1541
|
-
var MoneyField = (0,
|
|
1707
|
+
var MoneyField = (0, import_react35.forwardRef)(function MoneyField2({
|
|
1542
1708
|
value,
|
|
1543
1709
|
onChange,
|
|
1544
1710
|
currency = "USD",
|
|
@@ -1553,9 +1719,9 @@ var MoneyField = (0, import_react33.forwardRef)(function MoneyField2({
|
|
|
1553
1719
|
onBlur,
|
|
1554
1720
|
...rest
|
|
1555
1721
|
}, ref) {
|
|
1556
|
-
const [focused, setFocused] = (0,
|
|
1557
|
-
const [draft, setDraft] = (0,
|
|
1558
|
-
const formatter = (0,
|
|
1722
|
+
const [focused, setFocused] = (0, import_react35.useState)(false);
|
|
1723
|
+
const [draft, setDraft] = (0, import_react35.useState)("");
|
|
1724
|
+
const formatter = (0, import_react35.useMemo)(
|
|
1559
1725
|
() => new Intl.NumberFormat(locale, { style: "currency", currency }),
|
|
1560
1726
|
[locale, currency]
|
|
1561
1727
|
);
|
|
@@ -1571,7 +1737,7 @@ var MoneyField = (0, import_react33.forwardRef)(function MoneyField2({
|
|
|
1571
1737
|
onChange?.(parseAmount(draft));
|
|
1572
1738
|
onBlur?.(e);
|
|
1573
1739
|
};
|
|
1574
|
-
return /* @__PURE__ */ (0,
|
|
1740
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1575
1741
|
BaseField,
|
|
1576
1742
|
{
|
|
1577
1743
|
ref,
|
|
@@ -1581,7 +1747,7 @@ var MoneyField = (0, import_react33.forwardRef)(function MoneyField2({
|
|
|
1581
1747
|
startIcon,
|
|
1582
1748
|
id,
|
|
1583
1749
|
className,
|
|
1584
|
-
children: (control) => /* @__PURE__ */ (0,
|
|
1750
|
+
children: (control) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1585
1751
|
"input",
|
|
1586
1752
|
{
|
|
1587
1753
|
...rest,
|
|
@@ -1598,10 +1764,10 @@ var MoneyField = (0, import_react33.forwardRef)(function MoneyField2({
|
|
|
1598
1764
|
});
|
|
1599
1765
|
|
|
1600
1766
|
// src/components/icon-button/index.tsx
|
|
1601
|
-
var
|
|
1767
|
+
var import_react37 = require("react");
|
|
1602
1768
|
|
|
1603
1769
|
// src/components/icon-button/use-styles.ts
|
|
1604
|
-
var
|
|
1770
|
+
var import_react36 = require("react");
|
|
1605
1771
|
|
|
1606
1772
|
// src/components/icon-button/use-styles.css.ts
|
|
1607
1773
|
var accent = "use-styles_accent__18np0q02";
|
|
@@ -1609,12 +1775,12 @@ var active = "use-styles_active__18np0q01";
|
|
|
1609
1775
|
var root10 = "use-styles_root__18np0q00";
|
|
1610
1776
|
|
|
1611
1777
|
// src/components/icon-button/use-styles.ts
|
|
1612
|
-
function
|
|
1778
|
+
function useStyles15({
|
|
1613
1779
|
active: active2 = false,
|
|
1614
1780
|
tone: tone4 = "ink"
|
|
1615
1781
|
}) {
|
|
1616
1782
|
const { themeClass } = useTheme();
|
|
1617
|
-
const root24 = (0,
|
|
1783
|
+
const root24 = (0, import_react36.useMemo)(
|
|
1618
1784
|
() => [themeClass, root10, tone4 === "accent" && accent, active2 && active].filter(Boolean).join(" "),
|
|
1619
1785
|
[themeClass, active2, tone4]
|
|
1620
1786
|
);
|
|
@@ -1622,8 +1788,8 @@ function useStyles14({
|
|
|
1622
1788
|
}
|
|
1623
1789
|
|
|
1624
1790
|
// src/components/icon-button/index.tsx
|
|
1625
|
-
var
|
|
1626
|
-
var IconButton = (0,
|
|
1791
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
1792
|
+
var IconButton = (0, import_react37.forwardRef)(function IconButton2({ icon: Icon, active: active2, tone: tone4, title, type = "button", testId, ...rest }, ref) {
|
|
1627
1793
|
if (typeof process !== "undefined" && process.env.NODE_ENV !== "production") {
|
|
1628
1794
|
const restProps = rest;
|
|
1629
1795
|
const hasName = title.trim() !== "" || restProps["aria-label"] != null || restProps["aria-labelledby"] != null;
|
|
@@ -1631,9 +1797,9 @@ var IconButton = (0, import_react35.forwardRef)(function IconButton2({ icon: Ico
|
|
|
1631
1797
|
console.warn("IconButton: falta un nombre accesible (`title` o `aria-label`).");
|
|
1632
1798
|
}
|
|
1633
1799
|
}
|
|
1634
|
-
const { root: root24 } =
|
|
1800
|
+
const { root: root24 } = useStyles15({ active: active2, tone: tone4 });
|
|
1635
1801
|
const { testId: dataTestId } = useTestId("button", testId);
|
|
1636
|
-
return /* @__PURE__ */ (0,
|
|
1802
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1637
1803
|
"button",
|
|
1638
1804
|
{
|
|
1639
1805
|
ref,
|
|
@@ -1644,16 +1810,16 @@ var IconButton = (0, import_react35.forwardRef)(function IconButton2({ icon: Ico
|
|
|
1644
1810
|
"data-testid": dataTestId,
|
|
1645
1811
|
"data-state": states({ active: active2, disabled: rest.disabled }),
|
|
1646
1812
|
...rest,
|
|
1647
|
-
children: /* @__PURE__ */ (0,
|
|
1813
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Icon, { size: 18 })
|
|
1648
1814
|
}
|
|
1649
1815
|
);
|
|
1650
1816
|
});
|
|
1651
1817
|
|
|
1652
1818
|
// src/components/card/index.tsx
|
|
1653
|
-
var
|
|
1819
|
+
var import_react39 = require("react");
|
|
1654
1820
|
|
|
1655
1821
|
// src/components/card/use-styles.ts
|
|
1656
|
-
var
|
|
1822
|
+
var import_react38 = require("react");
|
|
1657
1823
|
|
|
1658
1824
|
// src/components/card/use-styles.css.ts
|
|
1659
1825
|
var body = "use-styles_body__1fuvd022";
|
|
@@ -1662,30 +1828,30 @@ var header = "use-styles_header__1fuvd021";
|
|
|
1662
1828
|
var root11 = "use-styles_root__1fuvd020";
|
|
1663
1829
|
|
|
1664
1830
|
// src/components/card/use-styles.ts
|
|
1665
|
-
function
|
|
1831
|
+
function useStyles16() {
|
|
1666
1832
|
const { themeClass } = useTheme();
|
|
1667
|
-
const root24 = (0,
|
|
1833
|
+
const root24 = (0, import_react38.useMemo)(() => `${themeClass} ${root11}`, [themeClass]);
|
|
1668
1834
|
return { root: root24, header, body, footer };
|
|
1669
1835
|
}
|
|
1670
1836
|
|
|
1671
1837
|
// src/components/card/index.tsx
|
|
1672
|
-
var
|
|
1673
|
-
var CardRoot = (0,
|
|
1674
|
-
const { root: root24 } =
|
|
1838
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
1839
|
+
var CardRoot = (0, import_react39.forwardRef)(function Card({ children, testId, ...rest }, ref) {
|
|
1840
|
+
const { root: root24 } = useStyles16();
|
|
1675
1841
|
const { testId: dataTestId } = useTestId("layout", testId);
|
|
1676
|
-
return /* @__PURE__ */ (0,
|
|
1842
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { ref, className: root24, "data-testid": dataTestId, ...rest, children });
|
|
1677
1843
|
});
|
|
1678
1844
|
function CardHeader({ children, ...rest }) {
|
|
1679
|
-
const { header: header3 } =
|
|
1680
|
-
return /* @__PURE__ */ (0,
|
|
1845
|
+
const { header: header3 } = useStyles16();
|
|
1846
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: header3, ...rest, children });
|
|
1681
1847
|
}
|
|
1682
1848
|
function CardBody({ children, ...rest }) {
|
|
1683
|
-
const { body: body3 } =
|
|
1684
|
-
return /* @__PURE__ */ (0,
|
|
1849
|
+
const { body: body3 } = useStyles16();
|
|
1850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: body3, ...rest, children });
|
|
1685
1851
|
}
|
|
1686
1852
|
function CardFooter({ children, ...rest }) {
|
|
1687
|
-
const { footer: footer2 } =
|
|
1688
|
-
return /* @__PURE__ */ (0,
|
|
1853
|
+
const { footer: footer2 } = useStyles16();
|
|
1854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: footer2, ...rest, children });
|
|
1689
1855
|
}
|
|
1690
1856
|
CardRoot.displayName = "Card";
|
|
1691
1857
|
CardHeader.displayName = "Card.Header";
|
|
@@ -1698,12 +1864,12 @@ var Card2 = Object.assign(CardRoot, {
|
|
|
1698
1864
|
});
|
|
1699
1865
|
|
|
1700
1866
|
// src/components/alert/index.tsx
|
|
1701
|
-
var
|
|
1867
|
+
var import_react41 = require("react");
|
|
1702
1868
|
|
|
1703
1869
|
// src/components/icons/circle-check/index.tsx
|
|
1704
|
-
var
|
|
1870
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1705
1871
|
function CircleCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1706
|
-
return /* @__PURE__ */ (0,
|
|
1872
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
1707
1873
|
"svg",
|
|
1708
1874
|
{
|
|
1709
1875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1718,17 +1884,17 @@ function CircleCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1718
1884
|
"aria-hidden": "true",
|
|
1719
1885
|
...rest,
|
|
1720
1886
|
children: [
|
|
1721
|
-
/* @__PURE__ */ (0,
|
|
1722
|
-
/* @__PURE__ */ (0,
|
|
1887
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1888
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
1723
1889
|
]
|
|
1724
1890
|
}
|
|
1725
1891
|
);
|
|
1726
1892
|
}
|
|
1727
1893
|
|
|
1728
1894
|
// src/components/icons/circle-x/index.tsx
|
|
1729
|
-
var
|
|
1895
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
1730
1896
|
function CircleXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1731
|
-
return /* @__PURE__ */ (0,
|
|
1897
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1732
1898
|
"svg",
|
|
1733
1899
|
{
|
|
1734
1900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1743,18 +1909,18 @@ function CircleXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1743
1909
|
"aria-hidden": "true",
|
|
1744
1910
|
...rest,
|
|
1745
1911
|
children: [
|
|
1746
|
-
/* @__PURE__ */ (0,
|
|
1747
|
-
/* @__PURE__ */ (0,
|
|
1748
|
-
/* @__PURE__ */ (0,
|
|
1912
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1913
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m15 9-6 6" }),
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { d: "m9 9 6 6" })
|
|
1749
1915
|
]
|
|
1750
1916
|
}
|
|
1751
1917
|
);
|
|
1752
1918
|
}
|
|
1753
1919
|
|
|
1754
1920
|
// src/components/icons/info/index.tsx
|
|
1755
|
-
var
|
|
1921
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
1756
1922
|
function InfoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1757
|
-
return /* @__PURE__ */ (0,
|
|
1923
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
1758
1924
|
"svg",
|
|
1759
1925
|
{
|
|
1760
1926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1769,18 +1935,18 @@ function InfoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1769
1935
|
"aria-hidden": "true",
|
|
1770
1936
|
...rest,
|
|
1771
1937
|
children: [
|
|
1772
|
-
/* @__PURE__ */ (0,
|
|
1773
|
-
/* @__PURE__ */ (0,
|
|
1774
|
-
/* @__PURE__ */ (0,
|
|
1938
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1939
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 16v-4" }),
|
|
1940
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M12 8h.01" })
|
|
1775
1941
|
]
|
|
1776
1942
|
}
|
|
1777
1943
|
);
|
|
1778
1944
|
}
|
|
1779
1945
|
|
|
1780
1946
|
// src/components/icons/triangle-alert/index.tsx
|
|
1781
|
-
var
|
|
1947
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
1782
1948
|
function TriangleAlertIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1783
|
-
return /* @__PURE__ */ (0,
|
|
1949
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
1784
1950
|
"svg",
|
|
1785
1951
|
{
|
|
1786
1952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1795,16 +1961,16 @@ function TriangleAlertIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1795
1961
|
"aria-hidden": "true",
|
|
1796
1962
|
...rest,
|
|
1797
1963
|
children: [
|
|
1798
|
-
/* @__PURE__ */ (0,
|
|
1799
|
-
/* @__PURE__ */ (0,
|
|
1800
|
-
/* @__PURE__ */ (0,
|
|
1964
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }),
|
|
1965
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M12 9v4" }),
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { d: "M12 17h.01" })
|
|
1801
1967
|
]
|
|
1802
1968
|
}
|
|
1803
1969
|
);
|
|
1804
1970
|
}
|
|
1805
1971
|
|
|
1806
1972
|
// src/components/alert/use-styles.ts
|
|
1807
|
-
var
|
|
1973
|
+
var import_react40 = require("react");
|
|
1808
1974
|
|
|
1809
1975
|
// src/components/alert/use-styles.css.ts
|
|
1810
1976
|
var content = "use-styles_content__ivsh6u6";
|
|
@@ -1813,12 +1979,12 @@ var root12 = "use-styles_root__ivsh6u0";
|
|
|
1813
1979
|
var severity = { info: "use-styles_severity_info__ivsh6u1", ok: "use-styles_severity_ok__ivsh6u2", warn: "use-styles_severity_warn__ivsh6u3", danger: "use-styles_severity_danger__ivsh6u4" };
|
|
1814
1980
|
|
|
1815
1981
|
// src/components/alert/use-styles.ts
|
|
1816
|
-
function
|
|
1982
|
+
function useStyles17({
|
|
1817
1983
|
severity: severity2 = "info",
|
|
1818
1984
|
className
|
|
1819
1985
|
}) {
|
|
1820
1986
|
const { themeClass } = useTheme();
|
|
1821
|
-
const root24 = (0,
|
|
1987
|
+
const root24 = (0, import_react40.useMemo)(
|
|
1822
1988
|
() => [themeClass, root12, severity[severity2], className].filter(Boolean).join(" "),
|
|
1823
1989
|
[themeClass, severity2, className]
|
|
1824
1990
|
);
|
|
@@ -1830,31 +1996,31 @@ function useStyles16({
|
|
|
1830
1996
|
}
|
|
1831
1997
|
|
|
1832
1998
|
// src/components/alert/index.tsx
|
|
1833
|
-
var
|
|
1999
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1834
2000
|
var defaultIcons = {
|
|
1835
2001
|
info: InfoIcon,
|
|
1836
2002
|
ok: CircleCheckIcon,
|
|
1837
2003
|
warn: TriangleAlertIcon,
|
|
1838
2004
|
danger: CircleXIcon
|
|
1839
2005
|
};
|
|
1840
|
-
var Alert = (0,
|
|
1841
|
-
const styles =
|
|
2006
|
+
var Alert = (0, import_react41.forwardRef)(function Alert2({ severity: severity2 = "info", title, icon, className, testId, children, ...rest }, ref) {
|
|
2007
|
+
const styles = useStyles17({ severity: severity2, className });
|
|
1842
2008
|
const { testId: dataTestId, slot } = useTestId("feedback", testId);
|
|
1843
2009
|
const IconComponent = icon ?? defaultIcons[severity2];
|
|
1844
|
-
return /* @__PURE__ */ (0,
|
|
1845
|
-
/* @__PURE__ */ (0,
|
|
1846
|
-
/* @__PURE__ */ (0,
|
|
1847
|
-
title != null && /* @__PURE__ */ (0,
|
|
1848
|
-
children != null && /* @__PURE__ */ (0,
|
|
2010
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { ref, role: "alert", className: styles.root, "data-testid": dataTestId, ...rest, children: [
|
|
2011
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: styles.iconSlot, "data-testid": slot("icon"), children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(IconComponent, {}) }),
|
|
2012
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { className: styles.content, "data-testid": slot("content"), children: [
|
|
2013
|
+
title != null && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typography, { variant: "h4", children: title }),
|
|
2014
|
+
children != null && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typography, { variant: "body", color: "fg2", children })
|
|
1849
2015
|
] })
|
|
1850
2016
|
] });
|
|
1851
2017
|
});
|
|
1852
2018
|
|
|
1853
2019
|
// src/components/tooltip/index.tsx
|
|
1854
|
-
var
|
|
2020
|
+
var import_react43 = require("react");
|
|
1855
2021
|
|
|
1856
2022
|
// src/components/tooltip/use-styles.ts
|
|
1857
|
-
var
|
|
2023
|
+
var import_react42 = require("react");
|
|
1858
2024
|
|
|
1859
2025
|
// src/components/tooltip/use-styles.css.ts
|
|
1860
2026
|
var bubble = "use-styles_bubble__h9kvh1 surfaces_inkySurface__1qa7atn2";
|
|
@@ -1862,15 +2028,15 @@ var placement = { top: "use-styles_placement_top__h9kvh2", bottom: "use-styles_p
|
|
|
1862
2028
|
var wrapper = "use-styles_wrapper__h9kvh0";
|
|
1863
2029
|
|
|
1864
2030
|
// src/components/tooltip/use-styles.ts
|
|
1865
|
-
function
|
|
2031
|
+
function useStyles18({
|
|
1866
2032
|
placement: placement2 = "top"
|
|
1867
2033
|
}) {
|
|
1868
2034
|
const { themeClass } = useTheme();
|
|
1869
|
-
const wrapper4 = (0,
|
|
2035
|
+
const wrapper4 = (0, import_react42.useMemo)(
|
|
1870
2036
|
() => [themeClass, wrapper].filter(Boolean).join(" "),
|
|
1871
2037
|
[themeClass]
|
|
1872
2038
|
);
|
|
1873
|
-
const bubble2 = (0,
|
|
2039
|
+
const bubble2 = (0, import_react42.useMemo)(
|
|
1874
2040
|
() => [bubble, placement[placement2]].filter(Boolean).join(" "),
|
|
1875
2041
|
[placement2]
|
|
1876
2042
|
);
|
|
@@ -1878,14 +2044,14 @@ function useStyles17({
|
|
|
1878
2044
|
}
|
|
1879
2045
|
|
|
1880
2046
|
// src/components/tooltip/index.tsx
|
|
1881
|
-
var
|
|
2047
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1882
2048
|
var HIDE_DELAY = 120;
|
|
1883
|
-
var Tooltip = (0,
|
|
1884
|
-
const [open, setOpen] = (0,
|
|
1885
|
-
const tooltipId = (0,
|
|
1886
|
-
const { wrapper: wrapper4, bubble: bubble2 } =
|
|
2049
|
+
var Tooltip = (0, import_react43.forwardRef)(function Tooltip2({ label: label7, children, placement: placement2, testId }, ref) {
|
|
2050
|
+
const [open, setOpen] = (0, import_react43.useState)(false);
|
|
2051
|
+
const tooltipId = (0, import_react43.useId)();
|
|
2052
|
+
const { wrapper: wrapper4, bubble: bubble2 } = useStyles18({ placement: placement2 });
|
|
1887
2053
|
const { testId: dataTestId, slot } = useTestId("feedback", testId);
|
|
1888
|
-
const hideTimer = (0,
|
|
2054
|
+
const hideTimer = (0, import_react43.useRef)(null);
|
|
1889
2055
|
const clearHide = () => {
|
|
1890
2056
|
if (hideTimer.current) {
|
|
1891
2057
|
clearTimeout(hideTimer.current);
|
|
@@ -1904,7 +2070,7 @@ var Tooltip = (0, import_react41.forwardRef)(function Tooltip2({ label: label7,
|
|
|
1904
2070
|
clearHide();
|
|
1905
2071
|
setOpen(false);
|
|
1906
2072
|
};
|
|
1907
|
-
(0,
|
|
2073
|
+
(0, import_react43.useEffect)(() => {
|
|
1908
2074
|
return () => {
|
|
1909
2075
|
if (hideTimer.current) clearTimeout(hideTimer.current);
|
|
1910
2076
|
};
|
|
@@ -1917,8 +2083,8 @@ var Tooltip = (0, import_react41.forwardRef)(function Tooltip2({ label: label7,
|
|
|
1917
2083
|
};
|
|
1918
2084
|
const previousDescribedBy = children.props["aria-describedby"];
|
|
1919
2085
|
const describedBy = open ? [previousDescribedBy, tooltipId].filter(Boolean).join(" ") : previousDescribedBy;
|
|
1920
|
-
const trigger2 = (0,
|
|
1921
|
-
return /* @__PURE__ */ (0,
|
|
2086
|
+
const trigger2 = (0, import_react43.cloneElement)(children, { "aria-describedby": describedBy });
|
|
2087
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
1922
2088
|
"span",
|
|
1923
2089
|
{
|
|
1924
2090
|
ref,
|
|
@@ -1931,7 +2097,7 @@ var Tooltip = (0, import_react41.forwardRef)(function Tooltip2({ label: label7,
|
|
|
1931
2097
|
onKeyDown: handleKeyDown,
|
|
1932
2098
|
children: [
|
|
1933
2099
|
trigger2,
|
|
1934
|
-
open && /* @__PURE__ */ (0,
|
|
2100
|
+
open && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1935
2101
|
"span",
|
|
1936
2102
|
{
|
|
1937
2103
|
id: tooltipId,
|
|
@@ -1949,12 +2115,12 @@ var Tooltip = (0, import_react41.forwardRef)(function Tooltip2({ label: label7,
|
|
|
1949
2115
|
});
|
|
1950
2116
|
|
|
1951
2117
|
// src/components/select/index.tsx
|
|
1952
|
-
var
|
|
2118
|
+
var import_react45 = require("react");
|
|
1953
2119
|
|
|
1954
2120
|
// src/components/icons/chevron-down/index.tsx
|
|
1955
|
-
var
|
|
2121
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
1956
2122
|
function ChevronDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1957
|
-
return /* @__PURE__ */ (0,
|
|
2123
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1958
2124
|
"svg",
|
|
1959
2125
|
{
|
|
1960
2126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1968,13 +2134,13 @@ function ChevronDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1968
2134
|
strokeLinejoin: "round",
|
|
1969
2135
|
"aria-hidden": "true",
|
|
1970
2136
|
...rest,
|
|
1971
|
-
children: /* @__PURE__ */ (0,
|
|
2137
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "m6 9 6 6 6-6" })
|
|
1972
2138
|
}
|
|
1973
2139
|
);
|
|
1974
2140
|
}
|
|
1975
2141
|
|
|
1976
2142
|
// src/components/select/use-styles.ts
|
|
1977
|
-
var
|
|
2143
|
+
var import_react44 = require("react");
|
|
1978
2144
|
|
|
1979
2145
|
// src/components/select/use-styles.css.ts
|
|
1980
2146
|
var chevron = "use-styles_chevron__1w1czpb4";
|
|
@@ -1989,11 +2155,11 @@ var root13 = "use-styles_root__1w1czpb0";
|
|
|
1989
2155
|
var trigger = "use-styles_trigger__1w1czpb2";
|
|
1990
2156
|
|
|
1991
2157
|
// src/components/select/use-styles.ts
|
|
1992
|
-
function
|
|
2158
|
+
function useStyles19({
|
|
1993
2159
|
open = false
|
|
1994
2160
|
}) {
|
|
1995
2161
|
const { themeClass } = useTheme();
|
|
1996
|
-
return (0,
|
|
2162
|
+
return (0, import_react44.useMemo)(() => {
|
|
1997
2163
|
const chevron3 = [chevron, open && chevronOpen].filter(Boolean).join(" ");
|
|
1998
2164
|
return {
|
|
1999
2165
|
root: [themeClass, root13].filter(Boolean).join(" "),
|
|
@@ -2008,8 +2174,8 @@ function useStyles18({
|
|
|
2008
2174
|
}
|
|
2009
2175
|
|
|
2010
2176
|
// src/components/select/index.tsx
|
|
2011
|
-
var
|
|
2012
|
-
var Select = (0,
|
|
2177
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
2178
|
+
var Select = (0, import_react45.forwardRef)(function Select2({
|
|
2013
2179
|
options,
|
|
2014
2180
|
value,
|
|
2015
2181
|
onChange,
|
|
@@ -2020,15 +2186,15 @@ var Select = (0, import_react43.forwardRef)(function Select2({
|
|
|
2020
2186
|
"aria-labelledby": ariaLabelledBy,
|
|
2021
2187
|
...rest
|
|
2022
2188
|
}, ref) {
|
|
2023
|
-
const [open, setOpen] = (0,
|
|
2024
|
-
const [activeIndex, setActiveIndex] = (0,
|
|
2025
|
-
const rootRef = (0,
|
|
2189
|
+
const [open, setOpen] = (0, import_react45.useState)(false);
|
|
2190
|
+
const [activeIndex, setActiveIndex] = (0, import_react45.useState)(0);
|
|
2191
|
+
const rootRef = (0, import_react45.useRef)(null);
|
|
2026
2192
|
const setRootRef = (node) => {
|
|
2027
2193
|
rootRef.current = node;
|
|
2028
2194
|
if (typeof ref === "function") ref(node);
|
|
2029
2195
|
else if (ref) ref.current = node;
|
|
2030
2196
|
};
|
|
2031
|
-
const baseId = (0,
|
|
2197
|
+
const baseId = (0, import_react45.useId)();
|
|
2032
2198
|
const labelId = `${baseId}-label`;
|
|
2033
2199
|
const optionId = (index) => `${baseId}-option-${index}`;
|
|
2034
2200
|
const triggerLabelledBy = [label7 ? labelId : null, ariaLabelledBy].filter(Boolean).join(" ") || void 0;
|
|
@@ -2040,8 +2206,8 @@ var Select = (0, import_react43.forwardRef)(function Select2({
|
|
|
2040
2206
|
chevron: chevron3,
|
|
2041
2207
|
menu: menu2,
|
|
2042
2208
|
optionClass
|
|
2043
|
-
} =
|
|
2044
|
-
(0,
|
|
2209
|
+
} = useStyles19({ open });
|
|
2210
|
+
(0, import_react45.useEffect)(() => {
|
|
2045
2211
|
if (!open) return;
|
|
2046
2212
|
const onPointerDown = (event) => {
|
|
2047
2213
|
if (rootRef.current && !rootRef.current.contains(event.target)) {
|
|
@@ -2101,9 +2267,9 @@ var Select = (0, import_react43.forwardRef)(function Select2({
|
|
|
2101
2267
|
break;
|
|
2102
2268
|
}
|
|
2103
2269
|
};
|
|
2104
|
-
return /* @__PURE__ */ (0,
|
|
2105
|
-
label7 && /* @__PURE__ */ (0,
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2270
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { ref: setRootRef, className: root24, ...rest, children: [
|
|
2271
|
+
label7 && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { id: labelId, className: labelClass, children: label7 }),
|
|
2272
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
2107
2273
|
"button",
|
|
2108
2274
|
{
|
|
2109
2275
|
type: "button",
|
|
@@ -2124,17 +2290,17 @@ var Select = (0, import_react43.forwardRef)(function Select2({
|
|
|
2124
2290
|
},
|
|
2125
2291
|
onKeyDown: handleKeyDown,
|
|
2126
2292
|
children: [
|
|
2127
|
-
selected3 ? selected3.label : /* @__PURE__ */ (0,
|
|
2128
|
-
/* @__PURE__ */ (0,
|
|
2293
|
+
selected3 ? selected3.label : /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: placeholderClass, children: placeholder2 }),
|
|
2294
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: chevron3, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ChevronDownIcon, { size: 18 }) })
|
|
2129
2295
|
]
|
|
2130
2296
|
}
|
|
2131
2297
|
),
|
|
2132
|
-
open && /* @__PURE__ */ (0,
|
|
2298
|
+
open && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: menu2, role: "listbox", children: options.map((option2, index) => {
|
|
2133
2299
|
const isSelected = option2.value === value;
|
|
2134
2300
|
const isActive = index === activeIndex;
|
|
2135
2301
|
return (
|
|
2136
2302
|
// biome-ignore lint/a11y/useKeyWithClickEvents: keyboard nav lives on the trigger via aria-activedescendant; options are not focusable.
|
|
2137
|
-
/* @__PURE__ */ (0,
|
|
2303
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2138
2304
|
"div",
|
|
2139
2305
|
{
|
|
2140
2306
|
id: optionId(index),
|
|
@@ -2153,10 +2319,10 @@ var Select = (0, import_react43.forwardRef)(function Select2({
|
|
|
2153
2319
|
});
|
|
2154
2320
|
|
|
2155
2321
|
// src/components/slider/index.tsx
|
|
2156
|
-
var
|
|
2322
|
+
var import_react47 = require("react");
|
|
2157
2323
|
|
|
2158
2324
|
// src/components/slider/use-styles.ts
|
|
2159
|
-
var
|
|
2325
|
+
var import_react46 = require("react");
|
|
2160
2326
|
|
|
2161
2327
|
// src/components/slider/use-styles.css.ts
|
|
2162
2328
|
var input5 = "use-styles_input__okw59n3";
|
|
@@ -2168,9 +2334,9 @@ var track3 = "use-styles_track__okw59n1";
|
|
|
2168
2334
|
var wrapper2 = "use-styles_wrapper__okw59n6";
|
|
2169
2335
|
|
|
2170
2336
|
// src/components/slider/use-styles.ts
|
|
2171
|
-
function
|
|
2337
|
+
function useStyles20() {
|
|
2172
2338
|
const { themeClass } = useTheme();
|
|
2173
|
-
return (0,
|
|
2339
|
+
return (0, import_react46.useMemo)(() => {
|
|
2174
2340
|
const root24 = [themeClass, root14].filter(Boolean).join(" ");
|
|
2175
2341
|
return {
|
|
2176
2342
|
wrapper: wrapper2,
|
|
@@ -2185,21 +2351,21 @@ function useStyles19() {
|
|
|
2185
2351
|
}
|
|
2186
2352
|
|
|
2187
2353
|
// src/components/slider/index.tsx
|
|
2188
|
-
var
|
|
2189
|
-
var Slider = (0,
|
|
2190
|
-
const { wrapper: wrapper4, label: labelClass, root: root24, track: track4, range: range2, thumb: thumb2, input: input6 } =
|
|
2354
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
2355
|
+
var Slider = (0, import_react47.forwardRef)(function Slider2({ value = 0, onChange, min = 0, max = 100, step: step2 = 1, disabled: disabled3, label: label7, ...rest }, ref) {
|
|
2356
|
+
const { wrapper: wrapper4, label: labelClass, root: root24, track: track4, range: range2, thumb: thumb2, input: input6 } = useStyles20();
|
|
2191
2357
|
const span = max - min;
|
|
2192
2358
|
const percent = span > 0 ? (value - min) / span * 100 : 0;
|
|
2193
2359
|
const clamped = Math.max(0, Math.min(100, percent));
|
|
2194
2360
|
const handleChange = (e) => {
|
|
2195
2361
|
onChange?.(Number(e.target.value));
|
|
2196
2362
|
};
|
|
2197
|
-
return /* @__PURE__ */ (0,
|
|
2198
|
-
label7 ? /* @__PURE__ */ (0,
|
|
2199
|
-
/* @__PURE__ */ (0,
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2202
|
-
/* @__PURE__ */ (0,
|
|
2363
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("span", { className: wrapper4, children: [
|
|
2364
|
+
label7 ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: labelClass, children: label7 }) : null,
|
|
2365
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("span", { className: root24, children: [
|
|
2366
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: track4 }),
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: range2, style: { width: `${clamped}%` } }),
|
|
2368
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2203
2369
|
"input",
|
|
2204
2370
|
{
|
|
2205
2371
|
ref,
|
|
@@ -2214,16 +2380,16 @@ var Slider = (0, import_react45.forwardRef)(function Slider2({ value = 0, onChan
|
|
|
2214
2380
|
...rest
|
|
2215
2381
|
}
|
|
2216
2382
|
),
|
|
2217
|
-
/* @__PURE__ */ (0,
|
|
2383
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: thumb2, style: { left: `${clamped}%` } })
|
|
2218
2384
|
] })
|
|
2219
2385
|
] });
|
|
2220
2386
|
});
|
|
2221
2387
|
|
|
2222
2388
|
// src/components/accordion/index.tsx
|
|
2223
|
-
var
|
|
2389
|
+
var import_react49 = require("react");
|
|
2224
2390
|
|
|
2225
2391
|
// src/components/accordion/use-styles.ts
|
|
2226
|
-
var
|
|
2392
|
+
var import_react48 = require("react");
|
|
2227
2393
|
|
|
2228
2394
|
// src/components/accordion/use-styles.css.ts
|
|
2229
2395
|
var chevron2 = "use-styles_chevron__1cjrdh93";
|
|
@@ -2234,9 +2400,9 @@ var panel = "use-styles_panel__1cjrdh95";
|
|
|
2234
2400
|
var root15 = "use-styles_root__1cjrdh90";
|
|
2235
2401
|
|
|
2236
2402
|
// src/components/accordion/use-styles.ts
|
|
2237
|
-
function
|
|
2403
|
+
function useStyles21({ className }) {
|
|
2238
2404
|
const { themeClass } = useTheme();
|
|
2239
|
-
return (0,
|
|
2405
|
+
return (0, import_react48.useMemo)(
|
|
2240
2406
|
() => ({
|
|
2241
2407
|
root: [themeClass, root15, className].filter(Boolean).join(" "),
|
|
2242
2408
|
item,
|
|
@@ -2249,10 +2415,10 @@ function useStyles20({ className }) {
|
|
|
2249
2415
|
}
|
|
2250
2416
|
|
|
2251
2417
|
// src/components/accordion/index.tsx
|
|
2252
|
-
var
|
|
2253
|
-
var Accordion = (0,
|
|
2254
|
-
const [open, setOpen] = (0,
|
|
2255
|
-
const { root: root24, item: item3, header: header3, chevronFor, panel: panel3 } =
|
|
2418
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
2419
|
+
var Accordion = (0, import_react49.forwardRef)(function Accordion2({ items, multiple = false, defaultOpen = [], className, testId }, ref) {
|
|
2420
|
+
const [open, setOpen] = (0, import_react49.useState)(defaultOpen);
|
|
2421
|
+
const { root: root24, item: item3, header: header3, chevronFor, panel: panel3 } = useStyles21({ className });
|
|
2256
2422
|
const { testId: dataTestId, slot } = useTestId("layout", testId);
|
|
2257
2423
|
const toggle = (id) => {
|
|
2258
2424
|
setOpen((current2) => {
|
|
@@ -2261,19 +2427,19 @@ var Accordion = (0, import_react47.forwardRef)(function Accordion2({ items, mult
|
|
|
2261
2427
|
return multiple ? [...current2, id] : [id];
|
|
2262
2428
|
});
|
|
2263
2429
|
};
|
|
2264
|
-
return /* @__PURE__ */ (0,
|
|
2430
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { ref, className: root24, "data-testid": dataTestId, children: items.map((it) => {
|
|
2265
2431
|
const isOpen = open.includes(it.id);
|
|
2266
2432
|
const panelId = `accordion-panel-${it.id}`;
|
|
2267
2433
|
const headerId = `accordion-header-${it.id}`;
|
|
2268
2434
|
const itemSlot = slot(`item-${it.id}`);
|
|
2269
|
-
return /* @__PURE__ */ (0,
|
|
2435
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
2270
2436
|
"div",
|
|
2271
2437
|
{
|
|
2272
2438
|
className: item3,
|
|
2273
2439
|
"data-testid": itemSlot,
|
|
2274
2440
|
"data-state": states({ expanded: isOpen }),
|
|
2275
2441
|
children: [
|
|
2276
|
-
/* @__PURE__ */ (0,
|
|
2442
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
2277
2443
|
"button",
|
|
2278
2444
|
{
|
|
2279
2445
|
type: "button",
|
|
@@ -2285,11 +2451,11 @@ var Accordion = (0, import_react47.forwardRef)(function Accordion2({ items, mult
|
|
|
2285
2451
|
onClick: () => toggle(it.id),
|
|
2286
2452
|
children: [
|
|
2287
2453
|
it.title,
|
|
2288
|
-
/* @__PURE__ */ (0,
|
|
2454
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ChevronDownIcon, { className: chevronFor(isOpen) })
|
|
2289
2455
|
]
|
|
2290
2456
|
}
|
|
2291
2457
|
),
|
|
2292
|
-
isOpen && /* @__PURE__ */ (0,
|
|
2458
|
+
isOpen && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2293
2459
|
"div",
|
|
2294
2460
|
{
|
|
2295
2461
|
id: panelId,
|
|
@@ -2308,12 +2474,12 @@ var Accordion = (0, import_react47.forwardRef)(function Accordion2({ items, mult
|
|
|
2308
2474
|
});
|
|
2309
2475
|
|
|
2310
2476
|
// src/components/breadcrumbs/index.tsx
|
|
2311
|
-
var
|
|
2477
|
+
var import_react51 = require("react");
|
|
2312
2478
|
|
|
2313
2479
|
// src/components/icons/chevron-right/index.tsx
|
|
2314
|
-
var
|
|
2480
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
2315
2481
|
function ChevronRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
2316
|
-
return /* @__PURE__ */ (0,
|
|
2482
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2317
2483
|
"svg",
|
|
2318
2484
|
{
|
|
2319
2485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2327,13 +2493,13 @@ function ChevronRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
2327
2493
|
strokeLinejoin: "round",
|
|
2328
2494
|
"aria-hidden": "true",
|
|
2329
2495
|
...rest,
|
|
2330
|
-
children: /* @__PURE__ */ (0,
|
|
2496
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "m9 18 6-6-6-6" })
|
|
2331
2497
|
}
|
|
2332
2498
|
);
|
|
2333
2499
|
}
|
|
2334
2500
|
|
|
2335
2501
|
// src/components/breadcrumbs/use-styles.ts
|
|
2336
|
-
var
|
|
2502
|
+
var import_react50 = require("react");
|
|
2337
2503
|
|
|
2338
2504
|
// src/components/breadcrumbs/use-styles.css.ts
|
|
2339
2505
|
var crumb = "use-styles_crumb__7u0du61";
|
|
@@ -2342,9 +2508,9 @@ var root16 = "use-styles_root__7u0du60";
|
|
|
2342
2508
|
var separator = "use-styles_separator__7u0du63";
|
|
2343
2509
|
|
|
2344
2510
|
// src/components/breadcrumbs/use-styles.ts
|
|
2345
|
-
function
|
|
2511
|
+
function useStyles22({ className }) {
|
|
2346
2512
|
const { themeClass } = useTheme();
|
|
2347
|
-
const root24 = (0,
|
|
2513
|
+
const root24 = (0, import_react50.useMemo)(
|
|
2348
2514
|
() => [themeClass, root16, className].filter(Boolean).join(" "),
|
|
2349
2515
|
[themeClass, className]
|
|
2350
2516
|
);
|
|
@@ -2352,27 +2518,27 @@ function useStyles21({ className }) {
|
|
|
2352
2518
|
}
|
|
2353
2519
|
|
|
2354
2520
|
// src/components/breadcrumbs/index.tsx
|
|
2355
|
-
var
|
|
2356
|
-
var Breadcrumbs = (0,
|
|
2357
|
-
const { root: root24, crumb: crumb2, current: current2, separator: separator2 } =
|
|
2521
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
2522
|
+
var Breadcrumbs = (0, import_react51.forwardRef)(function Breadcrumbs2({ items, className, testId, ...rest }, ref) {
|
|
2523
|
+
const { root: root24, crumb: crumb2, current: current2, separator: separator2 } = useStyles22({ className });
|
|
2358
2524
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2359
|
-
return /* @__PURE__ */ (0,
|
|
2525
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("nav", { ref, "aria-label": "Breadcrumb", className: root24, "data-testid": dataTestId, ...rest, children: items.map((item3, index) => {
|
|
2360
2526
|
const isLast = index === items.length - 1;
|
|
2361
2527
|
const key = index;
|
|
2362
|
-
return /* @__PURE__ */ (0,
|
|
2363
|
-
isLast ? /* @__PURE__ */ (0,
|
|
2364
|
-
!isLast && /* @__PURE__ */ (0,
|
|
2528
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react51.Fragment, { children: [
|
|
2529
|
+
isLast ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: current2, "aria-current": "page", "data-testid": slot(`crumb-${index}`), children: item3.label }) : item3.href ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("a", { className: crumb2, href: item3.href, "data-testid": slot(`crumb-${index}`), children: item3.label }) : /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: crumb2, "data-testid": slot(`crumb-${index}`), children: item3.label }),
|
|
2530
|
+
!isLast && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: separator2, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ChevronRightIcon, { size: 14 }) })
|
|
2365
2531
|
] }, key);
|
|
2366
2532
|
}) });
|
|
2367
2533
|
});
|
|
2368
2534
|
|
|
2369
2535
|
// src/components/pagination/index.tsx
|
|
2370
|
-
var
|
|
2536
|
+
var import_react53 = require("react");
|
|
2371
2537
|
|
|
2372
2538
|
// src/components/icons/chevron-left/index.tsx
|
|
2373
|
-
var
|
|
2539
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
2374
2540
|
function ChevronLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
2375
|
-
return /* @__PURE__ */ (0,
|
|
2541
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2376
2542
|
"svg",
|
|
2377
2543
|
{
|
|
2378
2544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2386,13 +2552,13 @@ function ChevronLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
2386
2552
|
strokeLinejoin: "round",
|
|
2387
2553
|
"aria-hidden": "true",
|
|
2388
2554
|
...rest,
|
|
2389
|
-
children: /* @__PURE__ */ (0,
|
|
2555
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "m15 18-6-6 6-6" })
|
|
2390
2556
|
}
|
|
2391
2557
|
);
|
|
2392
2558
|
}
|
|
2393
2559
|
|
|
2394
2560
|
// src/components/pagination/use-styles.ts
|
|
2395
|
-
var
|
|
2561
|
+
var import_react52 = require("react");
|
|
2396
2562
|
|
|
2397
2563
|
// src/components/pagination/use-styles.css.ts
|
|
2398
2564
|
var ellipsis = "use-styles_ellipsis__1azgzoh3";
|
|
@@ -2402,9 +2568,9 @@ var pageBtn = "use-styles_pageBtn__1azgzoh1";
|
|
|
2402
2568
|
var root17 = "use-styles_root__1azgzoh0";
|
|
2403
2569
|
|
|
2404
2570
|
// src/components/pagination/use-styles.ts
|
|
2405
|
-
function
|
|
2571
|
+
function useStyles23() {
|
|
2406
2572
|
const { themeClass } = useTheme();
|
|
2407
|
-
return (0,
|
|
2573
|
+
return (0, import_react52.useMemo)(
|
|
2408
2574
|
() => ({
|
|
2409
2575
|
root: [themeClass, root17].filter(Boolean).join(" "),
|
|
2410
2576
|
pageBtnFor: (active2) => [pageBtn, active2 && pageActive].filter(Boolean).join(" "),
|
|
@@ -2416,7 +2582,7 @@ function useStyles22() {
|
|
|
2416
2582
|
}
|
|
2417
2583
|
|
|
2418
2584
|
// src/components/pagination/index.tsx
|
|
2419
|
-
var
|
|
2585
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
2420
2586
|
function buildItems(count, page, siblingCount) {
|
|
2421
2587
|
const total = Math.max(1, count);
|
|
2422
2588
|
const first = 1;
|
|
@@ -2430,15 +2596,15 @@ function buildItems(count, page, siblingCount) {
|
|
|
2430
2596
|
if (last > first) items.push(last);
|
|
2431
2597
|
return items;
|
|
2432
2598
|
}
|
|
2433
|
-
var Pagination = (0,
|
|
2434
|
-
const { root: root24, pageBtnFor, ellipsis: ellipsis2, nav: nav2 } =
|
|
2599
|
+
var Pagination = (0, import_react53.forwardRef)(function Pagination2({ count, page = 1, onChange, siblingCount = 1, testId, ...rest }, ref) {
|
|
2600
|
+
const { root: root24, pageBtnFor, ellipsis: ellipsis2, nav: nav2 } = useStyles23();
|
|
2435
2601
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2436
2602
|
const total = Math.max(1, count);
|
|
2437
2603
|
const current2 = Math.min(Math.max(1, page), total);
|
|
2438
2604
|
const items = buildItems(total, current2, siblingCount);
|
|
2439
2605
|
const go = (n) => onChange?.(Math.min(Math.max(1, n), total));
|
|
2440
|
-
return /* @__PURE__ */ (0,
|
|
2441
|
-
/* @__PURE__ */ (0,
|
|
2606
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("nav", { ref, className: root24, "aria-label": "Pagination", "data-testid": dataTestId, ...rest, children: [
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2442
2608
|
"button",
|
|
2443
2609
|
{
|
|
2444
2610
|
type: "button",
|
|
@@ -2447,11 +2613,11 @@ var Pagination = (0, import_react51.forwardRef)(function Pagination2({ count, pa
|
|
|
2447
2613
|
disabled: current2 <= 1,
|
|
2448
2614
|
"data-testid": slot("prev"),
|
|
2449
2615
|
onClick: () => go(current2 - 1),
|
|
2450
|
-
children: /* @__PURE__ */ (0,
|
|
2616
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ChevronLeftIcon, { size: 18 })
|
|
2451
2617
|
}
|
|
2452
2618
|
),
|
|
2453
2619
|
items.map(
|
|
2454
|
-
(item3, index) => item3 === "ellipsis" ? /* @__PURE__ */ (0,
|
|
2620
|
+
(item3, index) => item3 === "ellipsis" ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2455
2621
|
"span",
|
|
2456
2622
|
{
|
|
2457
2623
|
className: ellipsis2,
|
|
@@ -2459,7 +2625,7 @@ var Pagination = (0, import_react51.forwardRef)(function Pagination2({ count, pa
|
|
|
2459
2625
|
children: "\u2026"
|
|
2460
2626
|
},
|
|
2461
2627
|
`ellipsis-${index}`
|
|
2462
|
-
) : /* @__PURE__ */ (0,
|
|
2628
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2463
2629
|
"button",
|
|
2464
2630
|
{
|
|
2465
2631
|
type: "button",
|
|
@@ -2472,7 +2638,7 @@ var Pagination = (0, import_react51.forwardRef)(function Pagination2({ count, pa
|
|
|
2472
2638
|
item3
|
|
2473
2639
|
)
|
|
2474
2640
|
),
|
|
2475
|
-
/* @__PURE__ */ (0,
|
|
2641
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2476
2642
|
"button",
|
|
2477
2643
|
{
|
|
2478
2644
|
type: "button",
|
|
@@ -2481,17 +2647,17 @@ var Pagination = (0, import_react51.forwardRef)(function Pagination2({ count, pa
|
|
|
2481
2647
|
disabled: current2 >= total,
|
|
2482
2648
|
"data-testid": slot("next"),
|
|
2483
2649
|
onClick: () => go(current2 + 1),
|
|
2484
|
-
children: /* @__PURE__ */ (0,
|
|
2650
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ChevronRightIcon, { size: 18 })
|
|
2485
2651
|
}
|
|
2486
2652
|
)
|
|
2487
2653
|
] });
|
|
2488
2654
|
});
|
|
2489
2655
|
|
|
2490
2656
|
// src/components/stepper/index.tsx
|
|
2491
|
-
var
|
|
2657
|
+
var import_react55 = require("react");
|
|
2492
2658
|
|
|
2493
2659
|
// src/components/stepper/use-styles.ts
|
|
2494
|
-
var
|
|
2660
|
+
var import_react54 = require("react");
|
|
2495
2661
|
|
|
2496
2662
|
// src/components/stepper/use-styles.css.ts
|
|
2497
2663
|
var connector = "use-styles_connector__79pt4e7";
|
|
@@ -2504,9 +2670,9 @@ var root18 = "use-styles_root__79pt4e0";
|
|
|
2504
2670
|
var step = "use-styles_step__79pt4e1";
|
|
2505
2671
|
|
|
2506
2672
|
// src/components/stepper/use-styles.ts
|
|
2507
|
-
function
|
|
2673
|
+
function useStyles24({ className }) {
|
|
2508
2674
|
const { themeClass } = useTheme();
|
|
2509
|
-
return (0,
|
|
2675
|
+
return (0, import_react54.useMemo)(() => {
|
|
2510
2676
|
const root24 = [themeClass, root18, className].filter(Boolean).join(" ");
|
|
2511
2677
|
const markerFor = (state) => [
|
|
2512
2678
|
marker,
|
|
@@ -2519,17 +2685,17 @@ function useStyles23({ className }) {
|
|
|
2519
2685
|
}
|
|
2520
2686
|
|
|
2521
2687
|
// src/components/stepper/index.tsx
|
|
2522
|
-
var
|
|
2523
|
-
var Stepper = (0,
|
|
2524
|
-
const { root: root24, step: step2, connector: connector2, markerFor, labelFor } =
|
|
2688
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
2689
|
+
var Stepper = (0, import_react55.forwardRef)(function Stepper2({ steps, active: active2 = 0, className, testId, ...rest }, ref) {
|
|
2690
|
+
const { root: root24, step: step2, connector: connector2, markerFor, labelFor } = useStyles24({ className });
|
|
2525
2691
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2526
|
-
return /* @__PURE__ */ (0,
|
|
2692
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { ref, className: root24, "data-testid": dataTestId, ...rest, children: steps.map((s, index) => {
|
|
2527
2693
|
const state = index < active2 ? "done" : index === active2 ? "active" : "upcoming";
|
|
2528
2694
|
const isActive = state === "active";
|
|
2529
2695
|
return (
|
|
2530
2696
|
// biome-ignore lint/suspicious/noArrayIndexKey: steps are a static, ordered list with no stable id.
|
|
2531
|
-
/* @__PURE__ */ (0,
|
|
2532
|
-
/* @__PURE__ */ (0,
|
|
2697
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react55.Fragment, { children: [
|
|
2698
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
2533
2699
|
"div",
|
|
2534
2700
|
{
|
|
2535
2701
|
className: step2,
|
|
@@ -2537,22 +2703,22 @@ var Stepper = (0, import_react53.forwardRef)(function Stepper2({ steps, active:
|
|
|
2537
2703
|
"data-testid": slot(`step-${index}`),
|
|
2538
2704
|
"data-state": states({ done: state === "done", active: isActive }),
|
|
2539
2705
|
children: [
|
|
2540
|
-
/* @__PURE__ */ (0,
|
|
2541
|
-
/* @__PURE__ */ (0,
|
|
2706
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: markerFor(state), children: state === "done" ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(CheckIcon, { size: 14 }) : index + 1 }),
|
|
2707
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: labelFor(isActive), children: s.label })
|
|
2542
2708
|
]
|
|
2543
2709
|
}
|
|
2544
2710
|
),
|
|
2545
|
-
index < steps.length - 1 && /* @__PURE__ */ (0,
|
|
2711
|
+
index < steps.length - 1 && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { "data-part": "connector", className: connector2 })
|
|
2546
2712
|
] }, index)
|
|
2547
2713
|
);
|
|
2548
2714
|
}) });
|
|
2549
2715
|
});
|
|
2550
2716
|
|
|
2551
2717
|
// src/components/tabs/index.tsx
|
|
2552
|
-
var
|
|
2718
|
+
var import_react57 = require("react");
|
|
2553
2719
|
|
|
2554
2720
|
// src/components/tabs/use-styles.ts
|
|
2555
|
-
var
|
|
2721
|
+
var import_react56 = require("react");
|
|
2556
2722
|
|
|
2557
2723
|
// src/components/tabs/use-styles.css.ts
|
|
2558
2724
|
var panel2 = "use-styles_panel__1l4m7t43";
|
|
@@ -2561,9 +2727,9 @@ var tab = "use-styles_tab__1l4m7t41";
|
|
|
2561
2727
|
var tabActive = "use-styles_tabActive__1l4m7t42";
|
|
2562
2728
|
|
|
2563
2729
|
// src/components/tabs/use-styles.ts
|
|
2564
|
-
function
|
|
2730
|
+
function useStyles25() {
|
|
2565
2731
|
const { themeClass } = useTheme();
|
|
2566
|
-
return (0,
|
|
2732
|
+
return (0, import_react56.useMemo)(() => {
|
|
2567
2733
|
const root24 = [themeClass, root19].filter(Boolean).join(" ");
|
|
2568
2734
|
const tabClass = (active2) => [tab, active2 && tabActive].filter(Boolean).join(" ");
|
|
2569
2735
|
return { root: root24, tab, tabClass, panel: panel2 };
|
|
@@ -2571,13 +2737,13 @@ function useStyles24() {
|
|
|
2571
2737
|
}
|
|
2572
2738
|
|
|
2573
2739
|
// src/components/tabs/index.tsx
|
|
2574
|
-
var
|
|
2740
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
2575
2741
|
var ICON_SIZE3 = 16;
|
|
2576
|
-
var Tabs = (0,
|
|
2577
|
-
const { root: root24, tabClass, panel: panel3 } =
|
|
2742
|
+
var Tabs = (0, import_react57.forwardRef)(function Tabs2({ items, value, onChange, testId, ...rest }, ref) {
|
|
2743
|
+
const { root: root24, tabClass, panel: panel3 } = useStyles25();
|
|
2578
2744
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2579
|
-
const baseId = (0,
|
|
2580
|
-
const tabRefs = (0,
|
|
2745
|
+
const baseId = (0, import_react57.useId)();
|
|
2746
|
+
const tabRefs = (0, import_react57.useRef)([]);
|
|
2581
2747
|
const hasPanels = items.some((item3) => item3.content !== void 0);
|
|
2582
2748
|
const activeIndex = items.findIndex((item3) => item3.value === value);
|
|
2583
2749
|
const tabId = (v) => `${baseId}-tab-${v}`;
|
|
@@ -2609,12 +2775,12 @@ var Tabs = (0, import_react55.forwardRef)(function Tabs2({ items, value, onChang
|
|
|
2609
2775
|
break;
|
|
2610
2776
|
}
|
|
2611
2777
|
};
|
|
2612
|
-
return /* @__PURE__ */ (0,
|
|
2613
|
-
/* @__PURE__ */ (0,
|
|
2778
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { ref, role: "tablist", className: root24, "data-testid": dataTestId, ...rest, children: items.map((item3, index) => {
|
|
2614
2780
|
const active2 = item3.value === value;
|
|
2615
2781
|
const tabbable = active2 || activeIndex === -1 && index === 0;
|
|
2616
2782
|
const ItemIcon = item3.icon;
|
|
2617
|
-
return /* @__PURE__ */ (0,
|
|
2783
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
2618
2784
|
"button",
|
|
2619
2785
|
{
|
|
2620
2786
|
ref: (el) => {
|
|
@@ -2632,14 +2798,14 @@ var Tabs = (0, import_react55.forwardRef)(function Tabs2({ items, value, onChang
|
|
|
2632
2798
|
onClick: () => onChange?.(item3.value),
|
|
2633
2799
|
onKeyDown: (event) => onKeyDown(event, index),
|
|
2634
2800
|
children: [
|
|
2635
|
-
ItemIcon ? /* @__PURE__ */ (0,
|
|
2801
|
+
ItemIcon ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ItemIcon, { size: ICON_SIZE3 }) : null,
|
|
2636
2802
|
item3.label
|
|
2637
2803
|
]
|
|
2638
2804
|
},
|
|
2639
2805
|
item3.value
|
|
2640
2806
|
);
|
|
2641
2807
|
}) }),
|
|
2642
|
-
hasPanels && items.map((item3) => /* @__PURE__ */ (0,
|
|
2808
|
+
hasPanels && items.map((item3) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2643
2809
|
"div",
|
|
2644
2810
|
{
|
|
2645
2811
|
role: "tabpanel",
|
|
@@ -2657,10 +2823,10 @@ var Tabs = (0, import_react55.forwardRef)(function Tabs2({ items, value, onChang
|
|
|
2657
2823
|
});
|
|
2658
2824
|
|
|
2659
2825
|
// src/components/menu/index.tsx
|
|
2660
|
-
var
|
|
2826
|
+
var import_react59 = require("react");
|
|
2661
2827
|
|
|
2662
2828
|
// src/components/menu/use-styles.ts
|
|
2663
|
-
var
|
|
2829
|
+
var import_react58 = require("react");
|
|
2664
2830
|
|
|
2665
2831
|
// src/components/menu/use-styles.css.ts
|
|
2666
2832
|
var danger = "use-styles_danger__1uyxaj3";
|
|
@@ -2669,9 +2835,9 @@ var list = "use-styles_list__1uyxaj1 surfaces_panelSurface__1qa7atn1";
|
|
|
2669
2835
|
var wrapper3 = "use-styles_wrapper__1uyxaj0";
|
|
2670
2836
|
|
|
2671
2837
|
// src/components/menu/use-styles.ts
|
|
2672
|
-
function
|
|
2838
|
+
function useStyles26() {
|
|
2673
2839
|
const { themeClass } = useTheme();
|
|
2674
|
-
return (0,
|
|
2840
|
+
return (0, import_react58.useMemo)(
|
|
2675
2841
|
() => ({
|
|
2676
2842
|
wrapper: [themeClass, wrapper3].filter(Boolean).join(" "),
|
|
2677
2843
|
list,
|
|
@@ -2683,24 +2849,24 @@ function useStyles25() {
|
|
|
2683
2849
|
}
|
|
2684
2850
|
|
|
2685
2851
|
// src/components/menu/index.tsx
|
|
2686
|
-
var
|
|
2852
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
2687
2853
|
var ICON_SIZE4 = 16;
|
|
2688
2854
|
function assignRef(ref, value) {
|
|
2689
2855
|
if (typeof ref === "function") ref(value);
|
|
2690
2856
|
else if (ref) ref.current = value;
|
|
2691
2857
|
}
|
|
2692
|
-
var Menu = (0,
|
|
2693
|
-
const { wrapper: wrapper4, list: list2, item: item3, dangerItem } =
|
|
2858
|
+
var Menu = (0, import_react59.forwardRef)(function Menu2({ trigger: trigger2, items, testId }, ref) {
|
|
2859
|
+
const { wrapper: wrapper4, list: list2, item: item3, dangerItem } = useStyles26();
|
|
2694
2860
|
const { testId: rootTestId, slot } = useTestId("menu", testId);
|
|
2695
|
-
const [open, setOpen] = (0,
|
|
2696
|
-
const [alignEnd, setAlignEnd] = (0,
|
|
2697
|
-
const rootRef = (0,
|
|
2861
|
+
const [open, setOpen] = (0, import_react59.useState)(false);
|
|
2862
|
+
const [alignEnd, setAlignEnd] = (0, import_react59.useState)(false);
|
|
2863
|
+
const rootRef = (0, import_react59.useRef)(null);
|
|
2698
2864
|
const setRootRef = (node) => {
|
|
2699
2865
|
rootRef.current = node;
|
|
2700
2866
|
assignRef(ref, node);
|
|
2701
2867
|
};
|
|
2702
|
-
const listRef = (0,
|
|
2703
|
-
const triggerRef = (0,
|
|
2868
|
+
const listRef = (0, import_react59.useRef)(null);
|
|
2869
|
+
const triggerRef = (0, import_react59.useRef)(null);
|
|
2704
2870
|
const getMenuItems = () => Array.from(listRef.current?.querySelectorAll('[role="menuitem"]') ?? []);
|
|
2705
2871
|
const focusItemAt = (index) => {
|
|
2706
2872
|
const menuItems = getMenuItems();
|
|
@@ -2712,7 +2878,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2712
2878
|
setOpen(false);
|
|
2713
2879
|
triggerRef.current?.focus();
|
|
2714
2880
|
};
|
|
2715
|
-
(0,
|
|
2881
|
+
(0, import_react59.useLayoutEffect)(() => {
|
|
2716
2882
|
if (!open) {
|
|
2717
2883
|
setAlignEnd(false);
|
|
2718
2884
|
return;
|
|
@@ -2724,7 +2890,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2724
2890
|
const viewport = document.documentElement.clientWidth;
|
|
2725
2891
|
setAlignEnd(rootLeft + listEl.offsetWidth > viewport);
|
|
2726
2892
|
}, [open]);
|
|
2727
|
-
(0,
|
|
2893
|
+
(0, import_react59.useEffect)(() => {
|
|
2728
2894
|
if (!open) return;
|
|
2729
2895
|
listRef.current?.querySelector('[role="menuitem"]')?.focus();
|
|
2730
2896
|
const onDocMouseDown = (event) => {
|
|
@@ -2780,7 +2946,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2780
2946
|
triggerRef.current = node;
|
|
2781
2947
|
assignRef(consumerRef, node);
|
|
2782
2948
|
};
|
|
2783
|
-
const clonedTrigger = (0,
|
|
2949
|
+
const clonedTrigger = (0, import_react59.cloneElement)(trigger2, {
|
|
2784
2950
|
ref: mergedTriggerRef,
|
|
2785
2951
|
"aria-haspopup": "menu",
|
|
2786
2952
|
"aria-expanded": open,
|
|
@@ -2789,7 +2955,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2789
2955
|
setOpen((prev) => !prev);
|
|
2790
2956
|
}
|
|
2791
2957
|
});
|
|
2792
|
-
return /* @__PURE__ */ (0,
|
|
2958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
2793
2959
|
"div",
|
|
2794
2960
|
{
|
|
2795
2961
|
ref: setRootRef,
|
|
@@ -2798,7 +2964,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2798
2964
|
"data-state": open ? "open" : "closed",
|
|
2799
2965
|
children: [
|
|
2800
2966
|
clonedTrigger,
|
|
2801
|
-
open && /* @__PURE__ */ (0,
|
|
2967
|
+
open && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2802
2968
|
"div",
|
|
2803
2969
|
{
|
|
2804
2970
|
ref: listRef,
|
|
@@ -2809,7 +2975,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2809
2975
|
onKeyDown: onMenuKeyDown,
|
|
2810
2976
|
children: items.map((entry, index) => {
|
|
2811
2977
|
const ItemIcon = entry.icon;
|
|
2812
|
-
return /* @__PURE__ */ (0,
|
|
2978
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
2813
2979
|
"button",
|
|
2814
2980
|
{
|
|
2815
2981
|
type: "button",
|
|
@@ -2822,7 +2988,7 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2822
2988
|
setOpen(false);
|
|
2823
2989
|
},
|
|
2824
2990
|
children: [
|
|
2825
|
-
ItemIcon ? /* @__PURE__ */ (0,
|
|
2991
|
+
ItemIcon ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ItemIcon, { size: ICON_SIZE4 }) : null,
|
|
2826
2992
|
entry.label
|
|
2827
2993
|
]
|
|
2828
2994
|
},
|
|
@@ -2837,25 +3003,25 @@ var Menu = (0, import_react57.forwardRef)(function Menu2({ trigger: trigger2, it
|
|
|
2837
3003
|
});
|
|
2838
3004
|
|
|
2839
3005
|
// src/components/dialog/index.tsx
|
|
2840
|
-
var
|
|
3006
|
+
var import_react61 = require("react");
|
|
2841
3007
|
var import_react_dom = require("react-dom");
|
|
2842
3008
|
|
|
2843
3009
|
// src/components/dialog/use-styles.ts
|
|
2844
|
-
var
|
|
3010
|
+
var import_react60 = require("react");
|
|
2845
3011
|
|
|
2846
3012
|
// src/components/dialog/use-styles.css.ts
|
|
2847
3013
|
var actions = "use-styles_actions__5tstu83";
|
|
2848
3014
|
var body2 = "use-styles_body__5tstu82";
|
|
2849
3015
|
var overlay = "use-styles_overlay__5tstu80";
|
|
2850
|
-
var
|
|
3016
|
+
var surface2 = "use-styles_surface__5tstu81";
|
|
2851
3017
|
|
|
2852
3018
|
// src/components/dialog/use-styles.ts
|
|
2853
|
-
function
|
|
3019
|
+
function useStyles27() {
|
|
2854
3020
|
const { themeClass } = useTheme();
|
|
2855
|
-
return (0,
|
|
3021
|
+
return (0, import_react60.useMemo)(
|
|
2856
3022
|
() => ({
|
|
2857
3023
|
overlay: [themeClass, overlay].filter(Boolean).join(" "),
|
|
2858
|
-
surface,
|
|
3024
|
+
surface: surface2,
|
|
2859
3025
|
body: body2,
|
|
2860
3026
|
actions
|
|
2861
3027
|
}),
|
|
@@ -2864,24 +3030,24 @@ function useStyles26() {
|
|
|
2864
3030
|
}
|
|
2865
3031
|
|
|
2866
3032
|
// src/components/dialog/index.tsx
|
|
2867
|
-
var
|
|
3033
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
2868
3034
|
var FOCUSABLE = 'a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex="-1"])';
|
|
2869
3035
|
function assignRef2(ref, value) {
|
|
2870
3036
|
if (typeof ref === "function") ref(value);
|
|
2871
3037
|
else if (ref) ref.current = value;
|
|
2872
3038
|
}
|
|
2873
|
-
var Dialog = (0,
|
|
2874
|
-
const { overlay: overlay2, surface:
|
|
3039
|
+
var Dialog = (0, import_react61.forwardRef)(function Dialog2({ open, onClose, title, actions: actions3, children, testId }, ref) {
|
|
3040
|
+
const { overlay: overlay2, surface: surface3, body: body3, actions: actionsClass } = useStyles27();
|
|
2875
3041
|
const { testId: rootTestId, slot } = useTestId("dialog", testId);
|
|
2876
|
-
const surfaceRef = (0,
|
|
3042
|
+
const surfaceRef = (0, import_react61.useRef)(null);
|
|
2877
3043
|
const setSurfaceRef = (node) => {
|
|
2878
3044
|
surfaceRef.current = node;
|
|
2879
3045
|
assignRef2(ref, node);
|
|
2880
3046
|
};
|
|
2881
|
-
const previouslyFocused = (0,
|
|
2882
|
-
const generatedId = (0,
|
|
3047
|
+
const previouslyFocused = (0, import_react61.useRef)(null);
|
|
3048
|
+
const generatedId = (0, import_react61.useId)();
|
|
2883
3049
|
const titleId = title != null ? generatedId : void 0;
|
|
2884
|
-
(0,
|
|
3050
|
+
(0, import_react61.useEffect)(() => {
|
|
2885
3051
|
if (!open) return;
|
|
2886
3052
|
const onKeyDown = (event) => {
|
|
2887
3053
|
if (event.key === "Escape") onClose();
|
|
@@ -2889,13 +3055,13 @@ var Dialog = (0, import_react59.forwardRef)(function Dialog2({ open, onClose, ti
|
|
|
2889
3055
|
document.addEventListener("keydown", onKeyDown);
|
|
2890
3056
|
return () => document.removeEventListener("keydown", onKeyDown);
|
|
2891
3057
|
}, [open, onClose]);
|
|
2892
|
-
(0,
|
|
3058
|
+
(0, import_react61.useEffect)(() => {
|
|
2893
3059
|
if (!open) return;
|
|
2894
3060
|
previouslyFocused.current = document.activeElement;
|
|
2895
3061
|
surfaceRef.current?.focus();
|
|
2896
3062
|
return () => previouslyFocused.current?.focus?.();
|
|
2897
3063
|
}, [open]);
|
|
2898
|
-
(0,
|
|
3064
|
+
(0, import_react61.useEffect)(() => {
|
|
2899
3065
|
if (!open) return;
|
|
2900
3066
|
const previousOverflow = document.body.style.overflow;
|
|
2901
3067
|
document.body.style.overflow = "hidden";
|
|
@@ -2933,11 +3099,11 @@ var Dialog = (0, import_react59.forwardRef)(function Dialog2({ open, onClose, ti
|
|
|
2933
3099
|
};
|
|
2934
3100
|
return (0, import_react_dom.createPortal)(
|
|
2935
3101
|
// biome-ignore lint/a11y/useKeyWithClickEvents: ESC handled by a document keydown listener.
|
|
2936
|
-
/* @__PURE__ */ (0,
|
|
3102
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: overlay2, "data-testid": slot("overlay"), onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
2937
3103
|
"div",
|
|
2938
3104
|
{
|
|
2939
3105
|
ref: setSurfaceRef,
|
|
2940
|
-
className:
|
|
3106
|
+
className: surface3,
|
|
2941
3107
|
role: "dialog",
|
|
2942
3108
|
"aria-modal": "true",
|
|
2943
3109
|
"aria-labelledby": titleId,
|
|
@@ -2946,9 +3112,9 @@ var Dialog = (0, import_react59.forwardRef)(function Dialog2({ open, onClose, ti
|
|
|
2946
3112
|
onClick: stop,
|
|
2947
3113
|
onKeyDown: onSurfaceKeyDown,
|
|
2948
3114
|
children: [
|
|
2949
|
-
title != null && /* @__PURE__ */ (0,
|
|
2950
|
-
children != null && /* @__PURE__ */ (0,
|
|
2951
|
-
actions3 != null && /* @__PURE__ */ (0,
|
|
3115
|
+
title != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Typography, { variant: "h3", as: "h2", id: titleId, children: title }),
|
|
3116
|
+
children != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: body3, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Typography, { variant: "body", color: "fg2", children }) }),
|
|
3117
|
+
actions3 != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: actionsClass, children: actions3 })
|
|
2952
3118
|
]
|
|
2953
3119
|
}
|
|
2954
3120
|
) }),
|
|
@@ -2957,11 +3123,11 @@ var Dialog = (0, import_react59.forwardRef)(function Dialog2({ open, onClose, ti
|
|
|
2957
3123
|
});
|
|
2958
3124
|
|
|
2959
3125
|
// src/components/snackbar/index.tsx
|
|
2960
|
-
var
|
|
3126
|
+
var import_react63 = require("react");
|
|
2961
3127
|
var import_react_dom2 = require("react-dom");
|
|
2962
3128
|
|
|
2963
3129
|
// src/components/snackbar/use-styles.ts
|
|
2964
|
-
var
|
|
3130
|
+
var import_react62 = require("react");
|
|
2965
3131
|
|
|
2966
3132
|
// src/components/snackbar/use-styles.css.ts
|
|
2967
3133
|
var closeBtn = "use-styles_closeBtn__ihzsep2";
|
|
@@ -2969,9 +3135,9 @@ var message = "use-styles_message__ihzsep1";
|
|
|
2969
3135
|
var root20 = "use-styles_root__ihzsep0 surfaces_inkySurface__1qa7atn2";
|
|
2970
3136
|
|
|
2971
3137
|
// src/components/snackbar/use-styles.ts
|
|
2972
|
-
function
|
|
3138
|
+
function useStyles28() {
|
|
2973
3139
|
const { themeClass } = useTheme();
|
|
2974
|
-
return (0,
|
|
3140
|
+
return (0, import_react62.useMemo)(
|
|
2975
3141
|
() => ({
|
|
2976
3142
|
root: [themeClass, root20].filter(Boolean).join(" "),
|
|
2977
3143
|
message,
|
|
@@ -2982,16 +3148,16 @@ function useStyles27() {
|
|
|
2982
3148
|
}
|
|
2983
3149
|
|
|
2984
3150
|
// src/components/snackbar/index.tsx
|
|
2985
|
-
var
|
|
2986
|
-
var Snackbar = (0,
|
|
2987
|
-
const { root: root24, message: messageClass, closeBtn: closeBtn2 } =
|
|
3151
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
3152
|
+
var Snackbar = (0, import_react63.forwardRef)(function Snackbar2({ open, message: message2, action, onClose, testId }, ref) {
|
|
3153
|
+
const { root: root24, message: messageClass, closeBtn: closeBtn2 } = useStyles28();
|
|
2988
3154
|
const { testId: dataTestId, slot } = useTestId("feedback", testId);
|
|
2989
3155
|
if (!open || typeof document === "undefined") return null;
|
|
2990
3156
|
return (0, import_react_dom2.createPortal)(
|
|
2991
|
-
/* @__PURE__ */ (0,
|
|
2992
|
-
/* @__PURE__ */ (0,
|
|
3157
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { ref, role: "status", className: root24, "data-testid": dataTestId, children: [
|
|
3158
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: messageClass, "data-testid": slot("message"), children: message2 }),
|
|
2993
3159
|
action,
|
|
2994
|
-
onClose && /* @__PURE__ */ (0,
|
|
3160
|
+
onClose && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2995
3161
|
"button",
|
|
2996
3162
|
{
|
|
2997
3163
|
type: "button",
|
|
@@ -2999,7 +3165,7 @@ var Snackbar = (0, import_react61.forwardRef)(function Snackbar2({ open, message
|
|
|
2999
3165
|
className: closeBtn2,
|
|
3000
3166
|
"data-testid": slot("close"),
|
|
3001
3167
|
onClick: onClose,
|
|
3002
|
-
children: /* @__PURE__ */ (0,
|
|
3168
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(XIcon, { size: 18 })
|
|
3003
3169
|
}
|
|
3004
3170
|
)
|
|
3005
3171
|
] }),
|
|
@@ -3008,10 +3174,10 @@ var Snackbar = (0, import_react61.forwardRef)(function Snackbar2({ open, message
|
|
|
3008
3174
|
});
|
|
3009
3175
|
|
|
3010
3176
|
// src/components/table/index.tsx
|
|
3011
|
-
var
|
|
3177
|
+
var import_react65 = require("react");
|
|
3012
3178
|
|
|
3013
3179
|
// src/components/table/use-styles.ts
|
|
3014
|
-
var
|
|
3180
|
+
var import_react64 = require("react");
|
|
3015
3181
|
|
|
3016
3182
|
// src/components/table/use-styles.css.ts
|
|
3017
3183
|
var alignRight = "use-styles_alignRight__1n2cz6i3";
|
|
@@ -3021,9 +3187,9 @@ var td = "use-styles_td__1n2cz6i2";
|
|
|
3021
3187
|
var th = "use-styles_th__1n2cz6i1";
|
|
3022
3188
|
|
|
3023
3189
|
// src/components/table/use-styles.ts
|
|
3024
|
-
function
|
|
3190
|
+
function useStyles29({ className }) {
|
|
3025
3191
|
const { themeClass } = useTheme();
|
|
3026
|
-
const root24 = (0,
|
|
3192
|
+
const root24 = (0, import_react64.useMemo)(
|
|
3027
3193
|
() => [themeClass, root21, className].filter(Boolean).join(" "),
|
|
3028
3194
|
[themeClass, className]
|
|
3029
3195
|
);
|
|
@@ -3037,27 +3203,27 @@ function useStyles28({ className }) {
|
|
|
3037
3203
|
}
|
|
3038
3204
|
|
|
3039
3205
|
// src/components/table/index.tsx
|
|
3040
|
-
var
|
|
3206
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
3041
3207
|
function TableInner({ columns, rows, getRowKey, className, caption: caption2, testId, ...rest }, ref) {
|
|
3042
|
-
const { root: root24, th: th2, td: td2, alignRight: alignRight2, caption: captionClass } =
|
|
3208
|
+
const { root: root24, th: th2, td: td2, alignRight: alignRight2, caption: captionClass } = useStyles29({ className });
|
|
3043
3209
|
const { testId: dataTestId, slot } = useTestId("list", testId);
|
|
3044
3210
|
const headClass = (column) => column.align === "right" ? `${th2} ${alignRight2}` : th2;
|
|
3045
3211
|
const cellClass = (column) => column.align === "right" ? `${td2} ${alignRight2}` : td2;
|
|
3046
|
-
return /* @__PURE__ */ (0,
|
|
3047
|
-
caption2 != null && /* @__PURE__ */ (0,
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3049
|
-
/* @__PURE__ */ (0,
|
|
3212
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("table", { ref, className: root24, "data-testid": dataTestId, ...rest, children: [
|
|
3213
|
+
caption2 != null && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("caption", { className: captionClass, children: caption2 }),
|
|
3214
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("thead", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("tr", { children: columns.map((column) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("th", { scope: "col", className: headClass(column), children: column.header }, column.key)) }) }),
|
|
3215
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("tbody", { children: rows.map((row, index) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("tr", { "data-testid": slot(`row-${index}`), children: columns.map((column) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("td", { className: cellClass(column), children: column.render ? column.render(row) : String(row[column.key]) }, column.key)) }, getRowKey ? getRowKey(row, index) : index)) })
|
|
3050
3216
|
] });
|
|
3051
3217
|
}
|
|
3052
|
-
var TableForwarded = (0,
|
|
3218
|
+
var TableForwarded = (0, import_react65.forwardRef)(TableInner);
|
|
3053
3219
|
TableForwarded.displayName = "Table";
|
|
3054
3220
|
var Table = TableForwarded;
|
|
3055
3221
|
|
|
3056
3222
|
// src/components/app-bar/index.tsx
|
|
3057
|
-
var
|
|
3223
|
+
var import_react67 = require("react");
|
|
3058
3224
|
|
|
3059
3225
|
// src/components/app-bar/use-styles.ts
|
|
3060
|
-
var
|
|
3226
|
+
var import_react66 = require("react");
|
|
3061
3227
|
|
|
3062
3228
|
// src/components/app-bar/use-styles.css.ts
|
|
3063
3229
|
var actions2 = "use-styles_actions__1h133nh2";
|
|
@@ -3065,9 +3231,9 @@ var brand = "use-styles_brand__1h133nh1";
|
|
|
3065
3231
|
var root22 = "use-styles_root__1h133nh0";
|
|
3066
3232
|
|
|
3067
3233
|
// src/components/app-bar/use-styles.ts
|
|
3068
|
-
function
|
|
3234
|
+
function useStyles30({ className }) {
|
|
3069
3235
|
const { themeClass } = useTheme();
|
|
3070
|
-
const root24 = (0,
|
|
3236
|
+
const root24 = (0, import_react66.useMemo)(
|
|
3071
3237
|
() => [themeClass, root22, className].filter(Boolean).join(" "),
|
|
3072
3238
|
[themeClass, className]
|
|
3073
3239
|
);
|
|
@@ -3075,22 +3241,22 @@ function useStyles29({ className }) {
|
|
|
3075
3241
|
}
|
|
3076
3242
|
|
|
3077
3243
|
// src/components/app-bar/index.tsx
|
|
3078
|
-
var
|
|
3079
|
-
var AppBar = (0,
|
|
3080
|
-
const styles =
|
|
3244
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
3245
|
+
var AppBar = (0, import_react67.forwardRef)(function AppBar2({ brand: brand2, actions: actions3, className, children, testId, ...rest }, ref) {
|
|
3246
|
+
const styles = useStyles30({ className });
|
|
3081
3247
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
3082
|
-
return /* @__PURE__ */ (0,
|
|
3083
|
-
brand2 !== void 0 ? /* @__PURE__ */ (0,
|
|
3248
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("header", { ref, className: styles.root, "data-testid": dataTestId, ...rest, children: [
|
|
3249
|
+
brand2 !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: styles.brand, "data-testid": slot("brand"), children: brand2 }) : null,
|
|
3084
3250
|
children,
|
|
3085
|
-
actions3 !== void 0 ? /* @__PURE__ */ (0,
|
|
3251
|
+
actions3 !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: styles.actions, "data-testid": slot("actions"), children: actions3 }) : null
|
|
3086
3252
|
] });
|
|
3087
3253
|
});
|
|
3088
3254
|
|
|
3089
3255
|
// src/components/list-item/index.tsx
|
|
3090
|
-
var
|
|
3256
|
+
var import_react69 = require("react");
|
|
3091
3257
|
|
|
3092
3258
|
// src/components/list-item/use-styles.ts
|
|
3093
|
-
var
|
|
3259
|
+
var import_react68 = require("react");
|
|
3094
3260
|
|
|
3095
3261
|
// src/components/list-item/use-styles.css.ts
|
|
3096
3262
|
var content2 = "use-styles_content__kbreq13";
|
|
@@ -3100,12 +3266,12 @@ var selected2 = "use-styles_selected__kbreq11";
|
|
|
3100
3266
|
var trailing = "use-styles_trailing__kbreq14";
|
|
3101
3267
|
|
|
3102
3268
|
// src/components/list-item/use-styles.ts
|
|
3103
|
-
function
|
|
3269
|
+
function useStyles31({
|
|
3104
3270
|
selected: selected3,
|
|
3105
3271
|
className
|
|
3106
3272
|
}) {
|
|
3107
3273
|
const { themeClass } = useTheme();
|
|
3108
|
-
const root24 = (0,
|
|
3274
|
+
const root24 = (0, import_react68.useMemo)(
|
|
3109
3275
|
() => [themeClass, root23, selected3 && selected2, className].filter(Boolean).join(" "),
|
|
3110
3276
|
[themeClass, selected3, className]
|
|
3111
3277
|
);
|
|
@@ -3113,11 +3279,11 @@ function useStyles30({
|
|
|
3113
3279
|
}
|
|
3114
3280
|
|
|
3115
3281
|
// src/components/list-item/index.tsx
|
|
3116
|
-
var
|
|
3117
|
-
var ListItem = (0,
|
|
3118
|
-
const styles =
|
|
3282
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
3283
|
+
var ListItem = (0, import_react69.forwardRef)(function ListItem2({ leading: leading2, trailing: trailing2, selected: selected3, className, testId, children, ...rest }, ref) {
|
|
3284
|
+
const styles = useStyles31({ selected: selected3, className });
|
|
3119
3285
|
const { testId: dataTestId, slot } = useTestId("list", testId);
|
|
3120
|
-
return /* @__PURE__ */ (0,
|
|
3286
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
3121
3287
|
"div",
|
|
3122
3288
|
{
|
|
3123
3289
|
ref,
|
|
@@ -3126,18 +3292,18 @@ var ListItem = (0, import_react67.forwardRef)(function ListItem2({ leading: lead
|
|
|
3126
3292
|
"data-state": states({ selected: selected3 }),
|
|
3127
3293
|
...rest,
|
|
3128
3294
|
children: [
|
|
3129
|
-
leading2 != null && /* @__PURE__ */ (0,
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3131
|
-
trailing2 != null && /* @__PURE__ */ (0,
|
|
3295
|
+
leading2 != null && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: styles.leading, "data-testid": slot("leading"), children: leading2 }),
|
|
3296
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: styles.content, "data-testid": slot("content"), children }),
|
|
3297
|
+
trailing2 != null && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: styles.trailing, "data-testid": slot("trailing"), children: trailing2 })
|
|
3132
3298
|
]
|
|
3133
3299
|
}
|
|
3134
3300
|
);
|
|
3135
3301
|
});
|
|
3136
3302
|
|
|
3137
3303
|
// src/components/icons/alert-circle/index.tsx
|
|
3138
|
-
var
|
|
3304
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
3139
3305
|
function AlertCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3140
|
-
return /* @__PURE__ */ (0,
|
|
3306
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
3141
3307
|
"svg",
|
|
3142
3308
|
{
|
|
3143
3309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3152,18 +3318,18 @@ function AlertCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3152
3318
|
"aria-hidden": "true",
|
|
3153
3319
|
...rest,
|
|
3154
3320
|
children: [
|
|
3155
|
-
/* @__PURE__ */ (0,
|
|
3156
|
-
/* @__PURE__ */ (0,
|
|
3157
|
-
/* @__PURE__ */ (0,
|
|
3321
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
3322
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "12", x2: "12", y1: "8", y2: "12" }),
|
|
3323
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "12", x2: "12.01", y1: "16", y2: "16" })
|
|
3158
3324
|
]
|
|
3159
3325
|
}
|
|
3160
3326
|
);
|
|
3161
3327
|
}
|
|
3162
3328
|
|
|
3163
3329
|
// src/components/icons/archive/index.tsx
|
|
3164
|
-
var
|
|
3330
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
3165
3331
|
function ArchiveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3166
|
-
return /* @__PURE__ */ (0,
|
|
3332
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
3167
3333
|
"svg",
|
|
3168
3334
|
{
|
|
3169
3335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3178,18 +3344,18 @@ function ArchiveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3178
3344
|
"aria-hidden": "true",
|
|
3179
3345
|
...rest,
|
|
3180
3346
|
children: [
|
|
3181
|
-
/* @__PURE__ */ (0,
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3183
|
-
/* @__PURE__ */ (0,
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }),
|
|
3348
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }),
|
|
3349
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M10 12h4" })
|
|
3184
3350
|
]
|
|
3185
3351
|
}
|
|
3186
3352
|
);
|
|
3187
3353
|
}
|
|
3188
3354
|
|
|
3189
3355
|
// src/components/icons/arrow-down/index.tsx
|
|
3190
|
-
var
|
|
3356
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
3191
3357
|
function ArrowDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3192
|
-
return /* @__PURE__ */ (0,
|
|
3358
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
3193
3359
|
"svg",
|
|
3194
3360
|
{
|
|
3195
3361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3204,17 +3370,17 @@ function ArrowDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3204
3370
|
"aria-hidden": "true",
|
|
3205
3371
|
...rest,
|
|
3206
3372
|
children: [
|
|
3207
|
-
/* @__PURE__ */ (0,
|
|
3208
|
-
/* @__PURE__ */ (0,
|
|
3373
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M12 5v14" }),
|
|
3374
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "m19 12-7 7-7-7" })
|
|
3209
3375
|
]
|
|
3210
3376
|
}
|
|
3211
3377
|
);
|
|
3212
3378
|
}
|
|
3213
3379
|
|
|
3214
3380
|
// src/components/icons/arrow-left/index.tsx
|
|
3215
|
-
var
|
|
3381
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
3216
3382
|
function ArrowLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3217
|
-
return /* @__PURE__ */ (0,
|
|
3383
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
3218
3384
|
"svg",
|
|
3219
3385
|
{
|
|
3220
3386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3229,17 +3395,17 @@ function ArrowLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3229
3395
|
"aria-hidden": "true",
|
|
3230
3396
|
...rest,
|
|
3231
3397
|
children: [
|
|
3232
|
-
/* @__PURE__ */ (0,
|
|
3233
|
-
/* @__PURE__ */ (0,
|
|
3398
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m12 19-7-7 7-7" }),
|
|
3399
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M19 12H5" })
|
|
3234
3400
|
]
|
|
3235
3401
|
}
|
|
3236
3402
|
);
|
|
3237
3403
|
}
|
|
3238
3404
|
|
|
3239
3405
|
// src/components/icons/arrow-right/index.tsx
|
|
3240
|
-
var
|
|
3406
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
3241
3407
|
function ArrowRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3242
|
-
return /* @__PURE__ */ (0,
|
|
3408
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
3243
3409
|
"svg",
|
|
3244
3410
|
{
|
|
3245
3411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3254,17 +3420,17 @@ function ArrowRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3254
3420
|
"aria-hidden": "true",
|
|
3255
3421
|
...rest,
|
|
3256
3422
|
children: [
|
|
3257
|
-
/* @__PURE__ */ (0,
|
|
3258
|
-
/* @__PURE__ */ (0,
|
|
3423
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M5 12h14" }),
|
|
3424
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "m12 5 7 7-7 7" })
|
|
3259
3425
|
]
|
|
3260
3426
|
}
|
|
3261
3427
|
);
|
|
3262
3428
|
}
|
|
3263
3429
|
|
|
3264
3430
|
// src/components/icons/arrow-up/index.tsx
|
|
3265
|
-
var
|
|
3431
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
3266
3432
|
function ArrowUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3267
|
-
return /* @__PURE__ */ (0,
|
|
3433
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
3268
3434
|
"svg",
|
|
3269
3435
|
{
|
|
3270
3436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3279,17 +3445,17 @@ function ArrowUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3279
3445
|
"aria-hidden": "true",
|
|
3280
3446
|
...rest,
|
|
3281
3447
|
children: [
|
|
3282
|
-
/* @__PURE__ */ (0,
|
|
3283
|
-
/* @__PURE__ */ (0,
|
|
3448
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "m5 12 7-7 7 7" }),
|
|
3449
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M12 19V5" })
|
|
3284
3450
|
]
|
|
3285
3451
|
}
|
|
3286
3452
|
);
|
|
3287
3453
|
}
|
|
3288
3454
|
|
|
3289
3455
|
// src/components/icons/at-sign/index.tsx
|
|
3290
|
-
var
|
|
3456
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
3291
3457
|
function AtSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3292
|
-
return /* @__PURE__ */ (0,
|
|
3458
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
3293
3459
|
"svg",
|
|
3294
3460
|
{
|
|
3295
3461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3304,17 +3470,17 @@ function AtSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3304
3470
|
"aria-hidden": "true",
|
|
3305
3471
|
...rest,
|
|
3306
3472
|
children: [
|
|
3307
|
-
/* @__PURE__ */ (0,
|
|
3308
|
-
/* @__PURE__ */ (0,
|
|
3473
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "12", cy: "12", r: "4" }),
|
|
3474
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" })
|
|
3309
3475
|
]
|
|
3310
3476
|
}
|
|
3311
3477
|
);
|
|
3312
3478
|
}
|
|
3313
3479
|
|
|
3314
3480
|
// src/components/icons/bell/index.tsx
|
|
3315
|
-
var
|
|
3481
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
3316
3482
|
function BellIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3317
|
-
return /* @__PURE__ */ (0,
|
|
3483
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
3318
3484
|
"svg",
|
|
3319
3485
|
{
|
|
3320
3486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3329,17 +3495,17 @@ function BellIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3329
3495
|
"aria-hidden": "true",
|
|
3330
3496
|
...rest,
|
|
3331
3497
|
children: [
|
|
3332
|
-
/* @__PURE__ */ (0,
|
|
3333
|
-
/* @__PURE__ */ (0,
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })
|
|
3334
3500
|
]
|
|
3335
3501
|
}
|
|
3336
3502
|
);
|
|
3337
3503
|
}
|
|
3338
3504
|
|
|
3339
3505
|
// src/components/icons/bell-off/index.tsx
|
|
3340
|
-
var
|
|
3506
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
3341
3507
|
function BellOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3342
|
-
return /* @__PURE__ */ (0,
|
|
3508
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
3343
3509
|
"svg",
|
|
3344
3510
|
{
|
|
3345
3511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3354,19 +3520,19 @@ function BellOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3354
3520
|
"aria-hidden": "true",
|
|
3355
3521
|
...rest,
|
|
3356
3522
|
children: [
|
|
3357
|
-
/* @__PURE__ */ (0,
|
|
3358
|
-
/* @__PURE__ */ (0,
|
|
3359
|
-
/* @__PURE__ */ (0,
|
|
3360
|
-
/* @__PURE__ */ (0,
|
|
3523
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5" }),
|
|
3524
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7" }),
|
|
3525
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" }),
|
|
3526
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { d: "m2 2 20 20" })
|
|
3361
3527
|
]
|
|
3362
3528
|
}
|
|
3363
3529
|
);
|
|
3364
3530
|
}
|
|
3365
3531
|
|
|
3366
3532
|
// src/components/icons/bookmark/index.tsx
|
|
3367
|
-
var
|
|
3533
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
3368
3534
|
function BookmarkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3369
|
-
return /* @__PURE__ */ (0,
|
|
3535
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
3370
3536
|
"svg",
|
|
3371
3537
|
{
|
|
3372
3538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3380,15 +3546,15 @@ function BookmarkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3380
3546
|
strokeLinejoin: "round",
|
|
3381
3547
|
"aria-hidden": "true",
|
|
3382
3548
|
...rest,
|
|
3383
|
-
children: /* @__PURE__ */ (0,
|
|
3549
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" })
|
|
3384
3550
|
}
|
|
3385
3551
|
);
|
|
3386
3552
|
}
|
|
3387
3553
|
|
|
3388
3554
|
// src/components/icons/calendar/index.tsx
|
|
3389
|
-
var
|
|
3555
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
3390
3556
|
function CalendarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3391
|
-
return /* @__PURE__ */ (0,
|
|
3557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
3392
3558
|
"svg",
|
|
3393
3559
|
{
|
|
3394
3560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3403,19 +3569,19 @@ function CalendarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3403
3569
|
"aria-hidden": "true",
|
|
3404
3570
|
...rest,
|
|
3405
3571
|
children: [
|
|
3406
|
-
/* @__PURE__ */ (0,
|
|
3407
|
-
/* @__PURE__ */ (0,
|
|
3408
|
-
/* @__PURE__ */ (0,
|
|
3409
|
-
/* @__PURE__ */ (0,
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M8 2v4" }),
|
|
3573
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M16 2v4" }),
|
|
3574
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
|
|
3575
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { d: "M3 10h18" })
|
|
3410
3576
|
]
|
|
3411
3577
|
}
|
|
3412
3578
|
);
|
|
3413
3579
|
}
|
|
3414
3580
|
|
|
3415
3581
|
// src/components/icons/camera/index.tsx
|
|
3416
|
-
var
|
|
3582
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
3417
3583
|
function CameraIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3418
|
-
return /* @__PURE__ */ (0,
|
|
3584
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
3419
3585
|
"svg",
|
|
3420
3586
|
{
|
|
3421
3587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3430,17 +3596,17 @@ function CameraIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3430
3596
|
"aria-hidden": "true",
|
|
3431
3597
|
...rest,
|
|
3432
3598
|
children: [
|
|
3433
|
-
/* @__PURE__ */ (0,
|
|
3434
|
-
/* @__PURE__ */ (0,
|
|
3599
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { d: "M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z" }),
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("circle", { cx: "12", cy: "13", r: "3" })
|
|
3435
3601
|
]
|
|
3436
3602
|
}
|
|
3437
3603
|
);
|
|
3438
3604
|
}
|
|
3439
3605
|
|
|
3440
3606
|
// src/components/icons/chevron-up/index.tsx
|
|
3441
|
-
var
|
|
3607
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
3442
3608
|
function ChevronUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3443
|
-
return /* @__PURE__ */ (0,
|
|
3609
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
3444
3610
|
"svg",
|
|
3445
3611
|
{
|
|
3446
3612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3454,15 +3620,15 @@ function ChevronUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3454
3620
|
strokeLinejoin: "round",
|
|
3455
3621
|
"aria-hidden": "true",
|
|
3456
3622
|
...rest,
|
|
3457
|
-
children: /* @__PURE__ */ (0,
|
|
3623
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { d: "m18 15-6-6-6 6" })
|
|
3458
3624
|
}
|
|
3459
3625
|
);
|
|
3460
3626
|
}
|
|
3461
3627
|
|
|
3462
3628
|
// src/components/icons/chevrons-left/index.tsx
|
|
3463
|
-
var
|
|
3629
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
3464
3630
|
function ChevronsLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3465
|
-
return /* @__PURE__ */ (0,
|
|
3631
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
3466
3632
|
"svg",
|
|
3467
3633
|
{
|
|
3468
3634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3477,17 +3643,17 @@ function ChevronsLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3477
3643
|
"aria-hidden": "true",
|
|
3478
3644
|
...rest,
|
|
3479
3645
|
children: [
|
|
3480
|
-
/* @__PURE__ */ (0,
|
|
3481
|
-
/* @__PURE__ */ (0,
|
|
3646
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "m11 17-5-5 5-5" }),
|
|
3647
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "m18 17-5-5 5-5" })
|
|
3482
3648
|
]
|
|
3483
3649
|
}
|
|
3484
3650
|
);
|
|
3485
3651
|
}
|
|
3486
3652
|
|
|
3487
3653
|
// src/components/icons/chevrons-right/index.tsx
|
|
3488
|
-
var
|
|
3654
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
3489
3655
|
function ChevronsRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3490
|
-
return /* @__PURE__ */ (0,
|
|
3656
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
|
|
3491
3657
|
"svg",
|
|
3492
3658
|
{
|
|
3493
3659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3502,17 +3668,17 @@ function ChevronsRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3502
3668
|
"aria-hidden": "true",
|
|
3503
3669
|
...rest,
|
|
3504
3670
|
children: [
|
|
3505
|
-
/* @__PURE__ */ (0,
|
|
3506
|
-
/* @__PURE__ */ (0,
|
|
3671
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "m6 17 5-5-5-5" }),
|
|
3672
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "m13 17 5-5-5-5" })
|
|
3507
3673
|
]
|
|
3508
3674
|
}
|
|
3509
3675
|
);
|
|
3510
3676
|
}
|
|
3511
3677
|
|
|
3512
3678
|
// src/components/icons/clipboard/index.tsx
|
|
3513
|
-
var
|
|
3679
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
3514
3680
|
function ClipboardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3515
|
-
return /* @__PURE__ */ (0,
|
|
3681
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
3516
3682
|
"svg",
|
|
3517
3683
|
{
|
|
3518
3684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3527,17 +3693,17 @@ function ClipboardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3527
3693
|
"aria-hidden": "true",
|
|
3528
3694
|
...rest,
|
|
3529
3695
|
children: [
|
|
3530
|
-
/* @__PURE__ */ (0,
|
|
3531
|
-
/* @__PURE__ */ (0,
|
|
3696
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
|
|
3697
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" })
|
|
3532
3698
|
]
|
|
3533
3699
|
}
|
|
3534
3700
|
);
|
|
3535
3701
|
}
|
|
3536
3702
|
|
|
3537
3703
|
// src/components/icons/clock/index.tsx
|
|
3538
|
-
var
|
|
3704
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
3539
3705
|
function ClockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3540
|
-
return /* @__PURE__ */ (0,
|
|
3706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
3541
3707
|
"svg",
|
|
3542
3708
|
{
|
|
3543
3709
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3552,17 +3718,17 @@ function ClockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3552
3718
|
"aria-hidden": "true",
|
|
3553
3719
|
...rest,
|
|
3554
3720
|
children: [
|
|
3555
|
-
/* @__PURE__ */ (0,
|
|
3556
|
-
/* @__PURE__ */ (0,
|
|
3721
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
3722
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("polyline", { points: "12 6 12 12 16 14" })
|
|
3557
3723
|
]
|
|
3558
3724
|
}
|
|
3559
3725
|
);
|
|
3560
3726
|
}
|
|
3561
3727
|
|
|
3562
3728
|
// src/components/icons/cloud/index.tsx
|
|
3563
|
-
var
|
|
3729
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
3564
3730
|
function CloudIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3565
|
-
return /* @__PURE__ */ (0,
|
|
3731
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
3566
3732
|
"svg",
|
|
3567
3733
|
{
|
|
3568
3734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3576,15 +3742,15 @@ function CloudIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3576
3742
|
strokeLinejoin: "round",
|
|
3577
3743
|
"aria-hidden": "true",
|
|
3578
3744
|
...rest,
|
|
3579
|
-
children: /* @__PURE__ */ (0,
|
|
3745
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
|
|
3580
3746
|
}
|
|
3581
3747
|
);
|
|
3582
3748
|
}
|
|
3583
3749
|
|
|
3584
3750
|
// src/components/icons/copy/index.tsx
|
|
3585
|
-
var
|
|
3751
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
3586
3752
|
function CopyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3587
|
-
return /* @__PURE__ */ (0,
|
|
3753
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
3588
3754
|
"svg",
|
|
3589
3755
|
{
|
|
3590
3756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3599,17 +3765,17 @@ function CopyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3599
3765
|
"aria-hidden": "true",
|
|
3600
3766
|
...rest,
|
|
3601
3767
|
children: [
|
|
3602
|
-
/* @__PURE__ */ (0,
|
|
3603
|
-
/* @__PURE__ */ (0,
|
|
3768
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
|
|
3769
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
|
|
3604
3770
|
]
|
|
3605
3771
|
}
|
|
3606
3772
|
);
|
|
3607
3773
|
}
|
|
3608
3774
|
|
|
3609
3775
|
// src/components/icons/corner-down-right/index.tsx
|
|
3610
|
-
var
|
|
3776
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
3611
3777
|
function CornerDownRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3612
|
-
return /* @__PURE__ */ (0,
|
|
3778
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
3613
3779
|
"svg",
|
|
3614
3780
|
{
|
|
3615
3781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3624,17 +3790,17 @@ function CornerDownRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest })
|
|
|
3624
3790
|
"aria-hidden": "true",
|
|
3625
3791
|
...rest,
|
|
3626
3792
|
children: [
|
|
3627
|
-
/* @__PURE__ */ (0,
|
|
3628
|
-
/* @__PURE__ */ (0,
|
|
3793
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("polyline", { points: "15 10 20 15 15 20" }),
|
|
3794
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { d: "M4 4v7a4 4 0 0 0 4 4h12" })
|
|
3629
3795
|
]
|
|
3630
3796
|
}
|
|
3631
3797
|
);
|
|
3632
3798
|
}
|
|
3633
3799
|
|
|
3634
3800
|
// src/components/icons/credit-card/index.tsx
|
|
3635
|
-
var
|
|
3801
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
3636
3802
|
function CreditCardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3637
|
-
return /* @__PURE__ */ (0,
|
|
3803
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
|
|
3638
3804
|
"svg",
|
|
3639
3805
|
{
|
|
3640
3806
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3649,17 +3815,17 @@ function CreditCardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3649
3815
|
"aria-hidden": "true",
|
|
3650
3816
|
...rest,
|
|
3651
3817
|
children: [
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
3653
|
-
/* @__PURE__ */ (0,
|
|
3818
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("rect", { width: "20", height: "14", x: "2", y: "5", rx: "2" }),
|
|
3819
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("line", { x1: "2", x2: "22", y1: "10", y2: "10" })
|
|
3654
3820
|
]
|
|
3655
3821
|
}
|
|
3656
3822
|
);
|
|
3657
3823
|
}
|
|
3658
3824
|
|
|
3659
3825
|
// src/components/icons/dollar-sign/index.tsx
|
|
3660
|
-
var
|
|
3826
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
3661
3827
|
function DollarSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3662
|
-
return /* @__PURE__ */ (0,
|
|
3828
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
3663
3829
|
"svg",
|
|
3664
3830
|
{
|
|
3665
3831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3674,17 +3840,17 @@ function DollarSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3674
3840
|
"aria-hidden": "true",
|
|
3675
3841
|
...rest,
|
|
3676
3842
|
children: [
|
|
3677
|
-
/* @__PURE__ */ (0,
|
|
3678
|
-
/* @__PURE__ */ (0,
|
|
3843
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("line", { x1: "12", x2: "12", y1: "2", y2: "22" }),
|
|
3844
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" })
|
|
3679
3845
|
]
|
|
3680
3846
|
}
|
|
3681
3847
|
);
|
|
3682
3848
|
}
|
|
3683
3849
|
|
|
3684
3850
|
// src/components/icons/download/index.tsx
|
|
3685
|
-
var
|
|
3851
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
3686
3852
|
function DownloadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3687
|
-
return /* @__PURE__ */ (0,
|
|
3853
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
3688
3854
|
"svg",
|
|
3689
3855
|
{
|
|
3690
3856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3699,18 +3865,18 @@ function DownloadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3699
3865
|
"aria-hidden": "true",
|
|
3700
3866
|
...rest,
|
|
3701
3867
|
children: [
|
|
3702
|
-
/* @__PURE__ */ (0,
|
|
3703
|
-
/* @__PURE__ */ (0,
|
|
3704
|
-
/* @__PURE__ */ (0,
|
|
3868
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
3869
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("polyline", { points: "7 10 12 15 17 10" }),
|
|
3870
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("line", { x1: "12", x2: "12", y1: "15", y2: "3" })
|
|
3705
3871
|
]
|
|
3706
3872
|
}
|
|
3707
3873
|
);
|
|
3708
3874
|
}
|
|
3709
3875
|
|
|
3710
3876
|
// src/components/icons/external-link/index.tsx
|
|
3711
|
-
var
|
|
3877
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
3712
3878
|
function ExternalLinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3713
|
-
return /* @__PURE__ */ (0,
|
|
3879
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
3714
3880
|
"svg",
|
|
3715
3881
|
{
|
|
3716
3882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3725,18 +3891,18 @@ function ExternalLinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3725
3891
|
"aria-hidden": "true",
|
|
3726
3892
|
...rest,
|
|
3727
3893
|
children: [
|
|
3728
|
-
/* @__PURE__ */ (0,
|
|
3729
|
-
/* @__PURE__ */ (0,
|
|
3730
|
-
/* @__PURE__ */ (0,
|
|
3894
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M15 3h6v6" }),
|
|
3895
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M10 14 21 3" }),
|
|
3896
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
3731
3897
|
]
|
|
3732
3898
|
}
|
|
3733
3899
|
);
|
|
3734
3900
|
}
|
|
3735
3901
|
|
|
3736
3902
|
// src/components/icons/file/index.tsx
|
|
3737
|
-
var
|
|
3903
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
3738
3904
|
function FileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3739
|
-
return /* @__PURE__ */ (0,
|
|
3905
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
|
|
3740
3906
|
"svg",
|
|
3741
3907
|
{
|
|
3742
3908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3751,17 +3917,17 @@ function FileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3751
3917
|
"aria-hidden": "true",
|
|
3752
3918
|
...rest,
|
|
3753
3919
|
children: [
|
|
3754
|
-
/* @__PURE__ */ (0,
|
|
3755
|
-
/* @__PURE__ */ (0,
|
|
3920
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
3921
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" })
|
|
3756
3922
|
]
|
|
3757
3923
|
}
|
|
3758
3924
|
);
|
|
3759
3925
|
}
|
|
3760
3926
|
|
|
3761
3927
|
// src/components/icons/file-text/index.tsx
|
|
3762
|
-
var
|
|
3928
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
3763
3929
|
function FileTextIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3764
|
-
return /* @__PURE__ */ (0,
|
|
3930
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
|
|
3765
3931
|
"svg",
|
|
3766
3932
|
{
|
|
3767
3933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3776,20 +3942,20 @@ function FileTextIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3776
3942
|
"aria-hidden": "true",
|
|
3777
3943
|
...rest,
|
|
3778
3944
|
children: [
|
|
3779
|
-
/* @__PURE__ */ (0,
|
|
3780
|
-
/* @__PURE__ */ (0,
|
|
3781
|
-
/* @__PURE__ */ (0,
|
|
3782
|
-
/* @__PURE__ */ (0,
|
|
3783
|
-
/* @__PURE__ */ (0,
|
|
3945
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
3946
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
3947
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M16 13H8" }),
|
|
3948
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M16 17H8" }),
|
|
3949
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M10 9H8" })
|
|
3784
3950
|
]
|
|
3785
3951
|
}
|
|
3786
3952
|
);
|
|
3787
3953
|
}
|
|
3788
3954
|
|
|
3789
3955
|
// src/components/icons/filter/index.tsx
|
|
3790
|
-
var
|
|
3956
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
3791
3957
|
function FilterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3792
|
-
return /* @__PURE__ */ (0,
|
|
3958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3793
3959
|
"svg",
|
|
3794
3960
|
{
|
|
3795
3961
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3803,15 +3969,15 @@ function FilterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3803
3969
|
strokeLinejoin: "round",
|
|
3804
3970
|
"aria-hidden": "true",
|
|
3805
3971
|
...rest,
|
|
3806
|
-
children: /* @__PURE__ */ (0,
|
|
3972
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" })
|
|
3807
3973
|
}
|
|
3808
3974
|
);
|
|
3809
3975
|
}
|
|
3810
3976
|
|
|
3811
3977
|
// src/components/icons/fingerprint/index.tsx
|
|
3812
|
-
var
|
|
3978
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
3813
3979
|
function FingerprintIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3814
|
-
return /* @__PURE__ */ (0,
|
|
3980
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
3815
3981
|
"svg",
|
|
3816
3982
|
{
|
|
3817
3983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3826,24 +3992,24 @@ function FingerprintIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3826
3992
|
"aria-hidden": "true",
|
|
3827
3993
|
...rest,
|
|
3828
3994
|
children: [
|
|
3829
|
-
/* @__PURE__ */ (0,
|
|
3830
|
-
/* @__PURE__ */ (0,
|
|
3831
|
-
/* @__PURE__ */ (0,
|
|
3832
|
-
/* @__PURE__ */ (0,
|
|
3833
|
-
/* @__PURE__ */ (0,
|
|
3834
|
-
/* @__PURE__ */ (0,
|
|
3835
|
-
/* @__PURE__ */ (0,
|
|
3836
|
-
/* @__PURE__ */ (0,
|
|
3837
|
-
/* @__PURE__ */ (0,
|
|
3995
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4" }),
|
|
3996
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2" }),
|
|
3997
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02" }),
|
|
3998
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" }),
|
|
3999
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M8.65 22c.21-.66.45-1.32.57-2" }),
|
|
4000
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88" }),
|
|
4001
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M2 16h.01" }),
|
|
4002
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M21.8 16c.2-2 .131-5.354 0-6" }),
|
|
4003
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2" })
|
|
3838
4004
|
]
|
|
3839
4005
|
}
|
|
3840
4006
|
);
|
|
3841
4007
|
}
|
|
3842
4008
|
|
|
3843
4009
|
// src/components/icons/folder/index.tsx
|
|
3844
|
-
var
|
|
4010
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
3845
4011
|
function FolderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3846
|
-
return /* @__PURE__ */ (0,
|
|
4012
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3847
4013
|
"svg",
|
|
3848
4014
|
{
|
|
3849
4015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3857,15 +4023,15 @@ function FolderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3857
4023
|
strokeLinejoin: "round",
|
|
3858
4024
|
"aria-hidden": "true",
|
|
3859
4025
|
...rest,
|
|
3860
|
-
children: /* @__PURE__ */ (0,
|
|
4026
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" })
|
|
3861
4027
|
}
|
|
3862
4028
|
);
|
|
3863
4029
|
}
|
|
3864
4030
|
|
|
3865
4031
|
// src/components/icons/folder-open/index.tsx
|
|
3866
|
-
var
|
|
4032
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
3867
4033
|
function FolderOpenIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3868
|
-
return /* @__PURE__ */ (0,
|
|
4034
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
3869
4035
|
"svg",
|
|
3870
4036
|
{
|
|
3871
4037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3879,15 +4045,15 @@ function FolderOpenIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3879
4045
|
strokeLinejoin: "round",
|
|
3880
4046
|
"aria-hidden": "true",
|
|
3881
4047
|
...rest,
|
|
3882
|
-
children: /* @__PURE__ */ (0,
|
|
4048
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" })
|
|
3883
4049
|
}
|
|
3884
4050
|
);
|
|
3885
4051
|
}
|
|
3886
4052
|
|
|
3887
4053
|
// src/components/icons/gift/index.tsx
|
|
3888
|
-
var
|
|
4054
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
3889
4055
|
function GiftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3890
|
-
return /* @__PURE__ */ (0,
|
|
4056
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
3891
4057
|
"svg",
|
|
3892
4058
|
{
|
|
3893
4059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3902,19 +4068,19 @@ function GiftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3902
4068
|
"aria-hidden": "true",
|
|
3903
4069
|
...rest,
|
|
3904
4070
|
children: [
|
|
3905
|
-
/* @__PURE__ */ (0,
|
|
3906
|
-
/* @__PURE__ */ (0,
|
|
3907
|
-
/* @__PURE__ */ (0,
|
|
3908
|
-
/* @__PURE__ */ (0,
|
|
4071
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { x: "3", y: "8", width: "18", height: "4", rx: "1" }),
|
|
4072
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M12 8v13" }),
|
|
4073
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7" }),
|
|
4074
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5" })
|
|
3909
4075
|
]
|
|
3910
4076
|
}
|
|
3911
4077
|
);
|
|
3912
4078
|
}
|
|
3913
4079
|
|
|
3914
4080
|
// src/components/icons/globe/index.tsx
|
|
3915
|
-
var
|
|
4081
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
3916
4082
|
function GlobeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3917
|
-
return /* @__PURE__ */ (0,
|
|
4083
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
3918
4084
|
"svg",
|
|
3919
4085
|
{
|
|
3920
4086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3929,18 +4095,18 @@ function GlobeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3929
4095
|
"aria-hidden": "true",
|
|
3930
4096
|
...rest,
|
|
3931
4097
|
children: [
|
|
3932
|
-
/* @__PURE__ */ (0,
|
|
3933
|
-
/* @__PURE__ */ (0,
|
|
3934
|
-
/* @__PURE__ */ (0,
|
|
4098
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
4099
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
4100
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M2 12h20" })
|
|
3935
4101
|
]
|
|
3936
4102
|
}
|
|
3937
4103
|
);
|
|
3938
4104
|
}
|
|
3939
4105
|
|
|
3940
4106
|
// src/components/icons/grid/index.tsx
|
|
3941
|
-
var
|
|
4107
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
3942
4108
|
function GridIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3943
|
-
return /* @__PURE__ */ (0,
|
|
4109
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
3944
4110
|
"svg",
|
|
3945
4111
|
{
|
|
3946
4112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3955,20 +4121,20 @@ function GridIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3955
4121
|
"aria-hidden": "true",
|
|
3956
4122
|
...rest,
|
|
3957
4123
|
children: [
|
|
3958
|
-
/* @__PURE__ */ (0,
|
|
3959
|
-
/* @__PURE__ */ (0,
|
|
3960
|
-
/* @__PURE__ */ (0,
|
|
3961
|
-
/* @__PURE__ */ (0,
|
|
3962
|
-
/* @__PURE__ */ (0,
|
|
4124
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
4125
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M3 9h18" }),
|
|
4126
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M3 15h18" }),
|
|
4127
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M9 3v18" }),
|
|
4128
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M15 3v18" })
|
|
3963
4129
|
]
|
|
3964
4130
|
}
|
|
3965
4131
|
);
|
|
3966
4132
|
}
|
|
3967
4133
|
|
|
3968
4134
|
// src/components/icons/heart/index.tsx
|
|
3969
|
-
var
|
|
4135
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
3970
4136
|
function HeartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3971
|
-
return /* @__PURE__ */ (0,
|
|
4137
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3972
4138
|
"svg",
|
|
3973
4139
|
{
|
|
3974
4140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3982,15 +4148,15 @@ function HeartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3982
4148
|
strokeLinejoin: "round",
|
|
3983
4149
|
"aria-hidden": "true",
|
|
3984
4150
|
...rest,
|
|
3985
|
-
children: /* @__PURE__ */ (0,
|
|
4151
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z" })
|
|
3986
4152
|
}
|
|
3987
4153
|
);
|
|
3988
4154
|
}
|
|
3989
4155
|
|
|
3990
4156
|
// src/components/icons/help-circle/index.tsx
|
|
3991
|
-
var
|
|
4157
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
3992
4158
|
function HelpCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3993
|
-
return /* @__PURE__ */ (0,
|
|
4159
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
|
|
3994
4160
|
"svg",
|
|
3995
4161
|
{
|
|
3996
4162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4005,18 +4171,18 @@ function HelpCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4005
4171
|
"aria-hidden": "true",
|
|
4006
4172
|
...rest,
|
|
4007
4173
|
children: [
|
|
4008
|
-
/* @__PURE__ */ (0,
|
|
4009
|
-
/* @__PURE__ */ (0,
|
|
4010
|
-
/* @__PURE__ */ (0,
|
|
4174
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
4175
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
4176
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M12 17h.01" })
|
|
4011
4177
|
]
|
|
4012
4178
|
}
|
|
4013
4179
|
);
|
|
4014
4180
|
}
|
|
4015
4181
|
|
|
4016
4182
|
// src/components/icons/home/index.tsx
|
|
4017
|
-
var
|
|
4183
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
4018
4184
|
function HomeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4019
|
-
return /* @__PURE__ */ (0,
|
|
4185
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
|
|
4020
4186
|
"svg",
|
|
4021
4187
|
{
|
|
4022
4188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4031,17 +4197,17 @@ function HomeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4031
4197
|
"aria-hidden": "true",
|
|
4032
4198
|
...rest,
|
|
4033
4199
|
children: [
|
|
4034
|
-
/* @__PURE__ */ (0,
|
|
4035
|
-
/* @__PURE__ */ (0,
|
|
4200
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
4201
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("polyline", { points: "9 22 9 12 15 12 15 22" })
|
|
4036
4202
|
]
|
|
4037
4203
|
}
|
|
4038
4204
|
);
|
|
4039
4205
|
}
|
|
4040
4206
|
|
|
4041
4207
|
// src/components/icons/image/index.tsx
|
|
4042
|
-
var
|
|
4208
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
4043
4209
|
function ImageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4044
|
-
return /* @__PURE__ */ (0,
|
|
4210
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
4045
4211
|
"svg",
|
|
4046
4212
|
{
|
|
4047
4213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4056,18 +4222,18 @@ function ImageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4056
4222
|
"aria-hidden": "true",
|
|
4057
4223
|
...rest,
|
|
4058
4224
|
children: [
|
|
4059
|
-
/* @__PURE__ */ (0,
|
|
4060
|
-
/* @__PURE__ */ (0,
|
|
4061
|
-
/* @__PURE__ */ (0,
|
|
4225
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
|
|
4226
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("circle", { cx: "9", cy: "9", r: "2" }),
|
|
4227
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
|
|
4062
4228
|
]
|
|
4063
4229
|
}
|
|
4064
4230
|
);
|
|
4065
4231
|
}
|
|
4066
4232
|
|
|
4067
4233
|
// src/components/icons/inbox/index.tsx
|
|
4068
|
-
var
|
|
4234
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
4069
4235
|
function InboxIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4070
|
-
return /* @__PURE__ */ (0,
|
|
4236
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
|
|
4071
4237
|
"svg",
|
|
4072
4238
|
{
|
|
4073
4239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4082,17 +4248,17 @@ function InboxIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4082
4248
|
"aria-hidden": "true",
|
|
4083
4249
|
...rest,
|
|
4084
4250
|
children: [
|
|
4085
|
-
/* @__PURE__ */ (0,
|
|
4086
|
-
/* @__PURE__ */ (0,
|
|
4251
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
4252
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
|
|
4087
4253
|
]
|
|
4088
4254
|
}
|
|
4089
4255
|
);
|
|
4090
4256
|
}
|
|
4091
4257
|
|
|
4092
4258
|
// src/components/icons/key/index.tsx
|
|
4093
|
-
var
|
|
4259
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
4094
4260
|
function KeyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4095
|
-
return /* @__PURE__ */ (0,
|
|
4261
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
4096
4262
|
"svg",
|
|
4097
4263
|
{
|
|
4098
4264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4107,18 +4273,18 @@ function KeyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4107
4273
|
"aria-hidden": "true",
|
|
4108
4274
|
...rest,
|
|
4109
4275
|
children: [
|
|
4110
|
-
/* @__PURE__ */ (0,
|
|
4111
|
-
/* @__PURE__ */ (0,
|
|
4112
|
-
/* @__PURE__ */ (0,
|
|
4276
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L21 4.5" }),
|
|
4277
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "m21 2-9.6 9.6" }),
|
|
4278
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("circle", { cx: "7.5", cy: "15.5", r: "5.5" })
|
|
4113
4279
|
]
|
|
4114
4280
|
}
|
|
4115
4281
|
);
|
|
4116
4282
|
}
|
|
4117
4283
|
|
|
4118
4284
|
// src/components/icons/layout/index.tsx
|
|
4119
|
-
var
|
|
4285
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
4120
4286
|
function LayoutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4121
|
-
return /* @__PURE__ */ (0,
|
|
4287
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
4122
4288
|
"svg",
|
|
4123
4289
|
{
|
|
4124
4290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4133,19 +4299,19 @@ function LayoutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4133
4299
|
"aria-hidden": "true",
|
|
4134
4300
|
...rest,
|
|
4135
4301
|
children: [
|
|
4136
|
-
/* @__PURE__ */ (0,
|
|
4137
|
-
/* @__PURE__ */ (0,
|
|
4138
|
-
/* @__PURE__ */ (0,
|
|
4139
|
-
/* @__PURE__ */ (0,
|
|
4302
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "7", height: "9", x: "3", y: "3", rx: "1" }),
|
|
4303
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "7", height: "5", x: "14", y: "3", rx: "1" }),
|
|
4304
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "7", height: "9", x: "14", y: "12", rx: "1" }),
|
|
4305
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "7", height: "5", x: "3", y: "16", rx: "1" })
|
|
4140
4306
|
]
|
|
4141
4307
|
}
|
|
4142
4308
|
);
|
|
4143
4309
|
}
|
|
4144
4310
|
|
|
4145
4311
|
// src/components/icons/link/index.tsx
|
|
4146
|
-
var
|
|
4312
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
4147
4313
|
function LinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4148
|
-
return /* @__PURE__ */ (0,
|
|
4314
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
|
|
4149
4315
|
"svg",
|
|
4150
4316
|
{
|
|
4151
4317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4160,17 +4326,17 @@ function LinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4160
4326
|
"aria-hidden": "true",
|
|
4161
4327
|
...rest,
|
|
4162
4328
|
children: [
|
|
4163
|
-
/* @__PURE__ */ (0,
|
|
4164
|
-
/* @__PURE__ */ (0,
|
|
4329
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
4330
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
4165
4331
|
]
|
|
4166
4332
|
}
|
|
4167
4333
|
);
|
|
4168
4334
|
}
|
|
4169
4335
|
|
|
4170
4336
|
// src/components/icons/list/index.tsx
|
|
4171
|
-
var
|
|
4337
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
4172
4338
|
function ListIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4173
|
-
return /* @__PURE__ */ (0,
|
|
4339
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
4174
4340
|
"svg",
|
|
4175
4341
|
{
|
|
4176
4342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4185,21 +4351,21 @@ function ListIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4185
4351
|
"aria-hidden": "true",
|
|
4186
4352
|
...rest,
|
|
4187
4353
|
children: [
|
|
4188
|
-
/* @__PURE__ */ (0,
|
|
4189
|
-
/* @__PURE__ */ (0,
|
|
4190
|
-
/* @__PURE__ */ (0,
|
|
4191
|
-
/* @__PURE__ */ (0,
|
|
4192
|
-
/* @__PURE__ */ (0,
|
|
4193
|
-
/* @__PURE__ */ (0,
|
|
4354
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("line", { x1: "8", x2: "21", y1: "6", y2: "6" }),
|
|
4355
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("line", { x1: "8", x2: "21", y1: "12", y2: "12" }),
|
|
4356
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("line", { x1: "8", x2: "21", y1: "18", y2: "18" }),
|
|
4357
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("line", { x1: "3", x2: "3.01", y1: "6", y2: "6" }),
|
|
4358
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("line", { x1: "3", x2: "3.01", y1: "12", y2: "12" }),
|
|
4359
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("line", { x1: "3", x2: "3.01", y1: "18", y2: "18" })
|
|
4194
4360
|
]
|
|
4195
4361
|
}
|
|
4196
4362
|
);
|
|
4197
4363
|
}
|
|
4198
4364
|
|
|
4199
4365
|
// src/components/icons/loader/index.tsx
|
|
4200
|
-
var
|
|
4366
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
4201
4367
|
function LoaderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4202
|
-
return /* @__PURE__ */ (0,
|
|
4368
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
4203
4369
|
"svg",
|
|
4204
4370
|
{
|
|
4205
4371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4214,23 +4380,23 @@ function LoaderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4214
4380
|
"aria-hidden": "true",
|
|
4215
4381
|
...rest,
|
|
4216
4382
|
children: [
|
|
4217
|
-
/* @__PURE__ */ (0,
|
|
4218
|
-
/* @__PURE__ */ (0,
|
|
4219
|
-
/* @__PURE__ */ (0,
|
|
4220
|
-
/* @__PURE__ */ (0,
|
|
4221
|
-
/* @__PURE__ */ (0,
|
|
4222
|
-
/* @__PURE__ */ (0,
|
|
4223
|
-
/* @__PURE__ */ (0,
|
|
4224
|
-
/* @__PURE__ */ (0,
|
|
4383
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "12", x2: "12", y1: "2", y2: "6" }),
|
|
4384
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "12", x2: "12", y1: "18", y2: "22" }),
|
|
4385
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "4.93", x2: "7.76", y1: "4.93", y2: "7.76" }),
|
|
4386
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "16.24", x2: "19.07", y1: "16.24", y2: "19.07" }),
|
|
4387
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "2", x2: "6", y1: "12", y2: "12" }),
|
|
4388
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "18", x2: "22", y1: "12", y2: "12" }),
|
|
4389
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "4.93", x2: "7.76", y1: "19.07", y2: "16.24" }),
|
|
4390
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("line", { x1: "16.24", x2: "19.07", y1: "7.76", y2: "4.93" })
|
|
4225
4391
|
]
|
|
4226
4392
|
}
|
|
4227
4393
|
);
|
|
4228
4394
|
}
|
|
4229
4395
|
|
|
4230
4396
|
// src/components/icons/lock/index.tsx
|
|
4231
|
-
var
|
|
4397
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
4232
4398
|
function LockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4233
|
-
return /* @__PURE__ */ (0,
|
|
4399
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
4234
4400
|
"svg",
|
|
4235
4401
|
{
|
|
4236
4402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4245,17 +4411,17 @@ function LockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4245
4411
|
"aria-hidden": "true",
|
|
4246
4412
|
...rest,
|
|
4247
4413
|
children: [
|
|
4248
|
-
/* @__PURE__ */ (0,
|
|
4249
|
-
/* @__PURE__ */ (0,
|
|
4414
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
|
|
4415
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
4250
4416
|
]
|
|
4251
4417
|
}
|
|
4252
4418
|
);
|
|
4253
4419
|
}
|
|
4254
4420
|
|
|
4255
4421
|
// src/components/icons/log-in/index.tsx
|
|
4256
|
-
var
|
|
4422
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
4257
4423
|
function LogInIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4258
|
-
return /* @__PURE__ */ (0,
|
|
4424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
|
|
4259
4425
|
"svg",
|
|
4260
4426
|
{
|
|
4261
4427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4270,18 +4436,18 @@ function LogInIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4270
4436
|
"aria-hidden": "true",
|
|
4271
4437
|
...rest,
|
|
4272
4438
|
children: [
|
|
4273
|
-
/* @__PURE__ */ (0,
|
|
4274
|
-
/* @__PURE__ */ (0,
|
|
4275
|
-
/* @__PURE__ */ (0,
|
|
4439
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }),
|
|
4440
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("polyline", { points: "10 17 15 12 10 7" }),
|
|
4441
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("line", { x1: "15", x2: "3", y1: "12", y2: "12" })
|
|
4276
4442
|
]
|
|
4277
4443
|
}
|
|
4278
4444
|
);
|
|
4279
4445
|
}
|
|
4280
4446
|
|
|
4281
4447
|
// src/components/icons/log-out/index.tsx
|
|
4282
|
-
var
|
|
4448
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
4283
4449
|
function LogOutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4284
|
-
return /* @__PURE__ */ (0,
|
|
4450
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
|
|
4285
4451
|
"svg",
|
|
4286
4452
|
{
|
|
4287
4453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4296,18 +4462,18 @@ function LogOutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4296
4462
|
"aria-hidden": "true",
|
|
4297
4463
|
...rest,
|
|
4298
4464
|
children: [
|
|
4299
|
-
/* @__PURE__ */ (0,
|
|
4300
|
-
/* @__PURE__ */ (0,
|
|
4301
|
-
/* @__PURE__ */ (0,
|
|
4465
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }),
|
|
4466
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("polyline", { points: "16 17 21 12 16 7" }),
|
|
4467
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("line", { x1: "21", x2: "9", y1: "12", y2: "12" })
|
|
4302
4468
|
]
|
|
4303
4469
|
}
|
|
4304
4470
|
);
|
|
4305
4471
|
}
|
|
4306
4472
|
|
|
4307
4473
|
// src/components/icons/mail/index.tsx
|
|
4308
|
-
var
|
|
4474
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
4309
4475
|
function MailIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4310
|
-
return /* @__PURE__ */ (0,
|
|
4476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
4311
4477
|
"svg",
|
|
4312
4478
|
{
|
|
4313
4479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4322,17 +4488,17 @@ function MailIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4322
4488
|
"aria-hidden": "true",
|
|
4323
4489
|
...rest,
|
|
4324
4490
|
children: [
|
|
4325
|
-
/* @__PURE__ */ (0,
|
|
4326
|
-
/* @__PURE__ */ (0,
|
|
4491
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
4492
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" })
|
|
4327
4493
|
]
|
|
4328
4494
|
}
|
|
4329
4495
|
);
|
|
4330
4496
|
}
|
|
4331
4497
|
|
|
4332
4498
|
// src/components/icons/map-pin/index.tsx
|
|
4333
|
-
var
|
|
4499
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
4334
4500
|
function MapPinIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4335
|
-
return /* @__PURE__ */ (0,
|
|
4501
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
|
|
4336
4502
|
"svg",
|
|
4337
4503
|
{
|
|
4338
4504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4347,17 +4513,17 @@ function MapPinIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4347
4513
|
"aria-hidden": "true",
|
|
4348
4514
|
...rest,
|
|
4349
4515
|
children: [
|
|
4350
|
-
/* @__PURE__ */ (0,
|
|
4351
|
-
/* @__PURE__ */ (0,
|
|
4516
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }),
|
|
4517
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("circle", { cx: "12", cy: "10", r: "3" })
|
|
4352
4518
|
]
|
|
4353
4519
|
}
|
|
4354
4520
|
);
|
|
4355
4521
|
}
|
|
4356
4522
|
|
|
4357
4523
|
// src/components/icons/maximize/index.tsx
|
|
4358
|
-
var
|
|
4524
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
4359
4525
|
function MaximizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4360
|
-
return /* @__PURE__ */ (0,
|
|
4526
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
|
|
4361
4527
|
"svg",
|
|
4362
4528
|
{
|
|
4363
4529
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4372,19 +4538,19 @@ function MaximizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4372
4538
|
"aria-hidden": "true",
|
|
4373
4539
|
...rest,
|
|
4374
4540
|
children: [
|
|
4375
|
-
/* @__PURE__ */ (0,
|
|
4376
|
-
/* @__PURE__ */ (0,
|
|
4377
|
-
/* @__PURE__ */ (0,
|
|
4378
|
-
/* @__PURE__ */ (0,
|
|
4541
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M8 3H5a2 2 0 0 0-2 2v3" }),
|
|
4542
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M21 8V5a2 2 0 0 0-2-2h-3" }),
|
|
4543
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M3 16v3a2 2 0 0 0 2 2h3" }),
|
|
4544
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M16 21h3a2 2 0 0 0 2-2v-3" })
|
|
4379
4545
|
]
|
|
4380
4546
|
}
|
|
4381
4547
|
);
|
|
4382
4548
|
}
|
|
4383
4549
|
|
|
4384
4550
|
// src/components/icons/menu/index.tsx
|
|
4385
|
-
var
|
|
4551
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
4386
4552
|
function MenuIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4387
|
-
return /* @__PURE__ */ (0,
|
|
4553
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
4388
4554
|
"svg",
|
|
4389
4555
|
{
|
|
4390
4556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4399,18 +4565,18 @@ function MenuIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4399
4565
|
"aria-hidden": "true",
|
|
4400
4566
|
...rest,
|
|
4401
4567
|
children: [
|
|
4402
|
-
/* @__PURE__ */ (0,
|
|
4403
|
-
/* @__PURE__ */ (0,
|
|
4404
|
-
/* @__PURE__ */ (0,
|
|
4568
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("line", { x1: "4", x2: "20", y1: "12", y2: "12" }),
|
|
4569
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("line", { x1: "4", x2: "20", y1: "6", y2: "6" }),
|
|
4570
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("line", { x1: "4", x2: "20", y1: "18", y2: "18" })
|
|
4405
4571
|
]
|
|
4406
4572
|
}
|
|
4407
4573
|
);
|
|
4408
4574
|
}
|
|
4409
4575
|
|
|
4410
4576
|
// src/components/icons/message-circle/index.tsx
|
|
4411
|
-
var
|
|
4577
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
4412
4578
|
function MessageCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4413
|
-
return /* @__PURE__ */ (0,
|
|
4579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4414
4580
|
"svg",
|
|
4415
4581
|
{
|
|
4416
4582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4424,15 +4590,15 @@ function MessageCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4424
4590
|
strokeLinejoin: "round",
|
|
4425
4591
|
"aria-hidden": "true",
|
|
4426
4592
|
...rest,
|
|
4427
|
-
children: /* @__PURE__ */ (0,
|
|
4593
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" })
|
|
4428
4594
|
}
|
|
4429
4595
|
);
|
|
4430
4596
|
}
|
|
4431
4597
|
|
|
4432
4598
|
// src/components/icons/message-square/index.tsx
|
|
4433
|
-
var
|
|
4599
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
4434
4600
|
function MessageSquareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4435
|
-
return /* @__PURE__ */ (0,
|
|
4601
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
4436
4602
|
"svg",
|
|
4437
4603
|
{
|
|
4438
4604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4446,15 +4612,15 @@ function MessageSquareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4446
4612
|
strokeLinejoin: "round",
|
|
4447
4613
|
"aria-hidden": "true",
|
|
4448
4614
|
...rest,
|
|
4449
|
-
children: /* @__PURE__ */ (0,
|
|
4615
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
|
|
4450
4616
|
}
|
|
4451
4617
|
);
|
|
4452
4618
|
}
|
|
4453
4619
|
|
|
4454
4620
|
// src/components/icons/mic/index.tsx
|
|
4455
|
-
var
|
|
4621
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
4456
4622
|
function MicIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4457
|
-
return /* @__PURE__ */ (0,
|
|
4623
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
4458
4624
|
"svg",
|
|
4459
4625
|
{
|
|
4460
4626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4469,18 +4635,18 @@ function MicIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4469
4635
|
"aria-hidden": "true",
|
|
4470
4636
|
...rest,
|
|
4471
4637
|
children: [
|
|
4472
|
-
/* @__PURE__ */ (0,
|
|
4473
|
-
/* @__PURE__ */ (0,
|
|
4474
|
-
/* @__PURE__ */ (0,
|
|
4638
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z" }),
|
|
4639
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M19 10v2a7 7 0 0 1-14 0v-2" }),
|
|
4640
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("line", { x1: "12", x2: "12", y1: "19", y2: "22" })
|
|
4475
4641
|
]
|
|
4476
4642
|
}
|
|
4477
4643
|
);
|
|
4478
4644
|
}
|
|
4479
4645
|
|
|
4480
4646
|
// src/components/icons/minimize/index.tsx
|
|
4481
|
-
var
|
|
4647
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
4482
4648
|
function MinimizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4483
|
-
return /* @__PURE__ */ (0,
|
|
4649
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
|
|
4484
4650
|
"svg",
|
|
4485
4651
|
{
|
|
4486
4652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4495,19 +4661,19 @@ function MinimizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4495
4661
|
"aria-hidden": "true",
|
|
4496
4662
|
...rest,
|
|
4497
4663
|
children: [
|
|
4498
|
-
/* @__PURE__ */ (0,
|
|
4499
|
-
/* @__PURE__ */ (0,
|
|
4500
|
-
/* @__PURE__ */ (0,
|
|
4501
|
-
/* @__PURE__ */ (0,
|
|
4664
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M8 3v3a2 2 0 0 1-2 2H3" }),
|
|
4665
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M21 8h-3a2 2 0 0 1-2-2V3" }),
|
|
4666
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M3 16h3a2 2 0 0 1 2 2v3" }),
|
|
4667
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "M16 21v-3a2 2 0 0 1 2-2h3" })
|
|
4502
4668
|
]
|
|
4503
4669
|
}
|
|
4504
4670
|
);
|
|
4505
4671
|
}
|
|
4506
4672
|
|
|
4507
4673
|
// src/components/icons/minus/index.tsx
|
|
4508
|
-
var
|
|
4674
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
4509
4675
|
function MinusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4510
|
-
return /* @__PURE__ */ (0,
|
|
4676
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
4511
4677
|
"svg",
|
|
4512
4678
|
{
|
|
4513
4679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4521,15 +4687,15 @@ function MinusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4521
4687
|
strokeLinejoin: "round",
|
|
4522
4688
|
"aria-hidden": "true",
|
|
4523
4689
|
...rest,
|
|
4524
|
-
children: /* @__PURE__ */ (0,
|
|
4690
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M5 12h14" })
|
|
4525
4691
|
}
|
|
4526
4692
|
);
|
|
4527
4693
|
}
|
|
4528
4694
|
|
|
4529
4695
|
// src/components/icons/moon/index.tsx
|
|
4530
|
-
var
|
|
4696
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
4531
4697
|
function MoonIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4532
|
-
return /* @__PURE__ */ (0,
|
|
4698
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4533
4699
|
"svg",
|
|
4534
4700
|
{
|
|
4535
4701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4543,15 +4709,15 @@ function MoonIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4543
4709
|
strokeLinejoin: "round",
|
|
4544
4710
|
"aria-hidden": "true",
|
|
4545
4711
|
...rest,
|
|
4546
|
-
children: /* @__PURE__ */ (0,
|
|
4712
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" })
|
|
4547
4713
|
}
|
|
4548
4714
|
);
|
|
4549
4715
|
}
|
|
4550
4716
|
|
|
4551
4717
|
// src/components/icons/more-horizontal/index.tsx
|
|
4552
|
-
var
|
|
4718
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
4553
4719
|
function MoreHorizontalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4554
|
-
return /* @__PURE__ */ (0,
|
|
4720
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
|
|
4555
4721
|
"svg",
|
|
4556
4722
|
{
|
|
4557
4723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4566,18 +4732,18 @@ function MoreHorizontalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4566
4732
|
"aria-hidden": "true",
|
|
4567
4733
|
...rest,
|
|
4568
4734
|
children: [
|
|
4569
|
-
/* @__PURE__ */ (0,
|
|
4570
|
-
/* @__PURE__ */ (0,
|
|
4571
|
-
/* @__PURE__ */ (0,
|
|
4735
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
|
|
4736
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
|
|
4737
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "5", cy: "12", r: "1" })
|
|
4572
4738
|
]
|
|
4573
4739
|
}
|
|
4574
4740
|
);
|
|
4575
4741
|
}
|
|
4576
4742
|
|
|
4577
4743
|
// src/components/icons/more-vertical/index.tsx
|
|
4578
|
-
var
|
|
4744
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
4579
4745
|
function MoreVerticalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4580
|
-
return /* @__PURE__ */ (0,
|
|
4746
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
|
|
4581
4747
|
"svg",
|
|
4582
4748
|
{
|
|
4583
4749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4592,18 +4758,18 @@ function MoreVerticalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4592
4758
|
"aria-hidden": "true",
|
|
4593
4759
|
...rest,
|
|
4594
4760
|
children: [
|
|
4595
|
-
/* @__PURE__ */ (0,
|
|
4596
|
-
/* @__PURE__ */ (0,
|
|
4597
|
-
/* @__PURE__ */ (0,
|
|
4761
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
|
|
4762
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("circle", { cx: "12", cy: "5", r: "1" }),
|
|
4763
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("circle", { cx: "12", cy: "19", r: "1" })
|
|
4598
4764
|
]
|
|
4599
4765
|
}
|
|
4600
4766
|
);
|
|
4601
4767
|
}
|
|
4602
4768
|
|
|
4603
4769
|
// src/components/icons/package/index.tsx
|
|
4604
|
-
var
|
|
4770
|
+
var import_jsx_runtime105 = require("react/jsx-runtime");
|
|
4605
4771
|
function PackageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4606
|
-
return /* @__PURE__ */ (0,
|
|
4772
|
+
return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
|
|
4607
4773
|
"svg",
|
|
4608
4774
|
{
|
|
4609
4775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4618,18 +4784,18 @@ function PackageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4618
4784
|
"aria-hidden": "true",
|
|
4619
4785
|
...rest,
|
|
4620
4786
|
children: [
|
|
4621
|
-
/* @__PURE__ */ (0,
|
|
4622
|
-
/* @__PURE__ */ (0,
|
|
4623
|
-
/* @__PURE__ */ (0,
|
|
4787
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z" }),
|
|
4788
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M3.3 7 12 12l8.7-5" }),
|
|
4789
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M12 22V12" })
|
|
4624
4790
|
]
|
|
4625
4791
|
}
|
|
4626
4792
|
);
|
|
4627
4793
|
}
|
|
4628
4794
|
|
|
4629
4795
|
// src/components/icons/paperclip/index.tsx
|
|
4630
|
-
var
|
|
4796
|
+
var import_jsx_runtime106 = require("react/jsx-runtime");
|
|
4631
4797
|
function PaperclipIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4632
|
-
return /* @__PURE__ */ (0,
|
|
4798
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
4633
4799
|
"svg",
|
|
4634
4800
|
{
|
|
4635
4801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4643,15 +4809,15 @@ function PaperclipIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4643
4809
|
strokeLinejoin: "round",
|
|
4644
4810
|
"aria-hidden": "true",
|
|
4645
4811
|
...rest,
|
|
4646
|
-
children: /* @__PURE__ */ (0,
|
|
4812
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48" })
|
|
4647
4813
|
}
|
|
4648
4814
|
);
|
|
4649
4815
|
}
|
|
4650
4816
|
|
|
4651
4817
|
// src/components/icons/pause/index.tsx
|
|
4652
|
-
var
|
|
4818
|
+
var import_jsx_runtime107 = require("react/jsx-runtime");
|
|
4653
4819
|
function PauseIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4654
|
-
return /* @__PURE__ */ (0,
|
|
4820
|
+
return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
|
|
4655
4821
|
"svg",
|
|
4656
4822
|
{
|
|
4657
4823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4666,17 +4832,17 @@ function PauseIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4666
4832
|
"aria-hidden": "true",
|
|
4667
4833
|
...rest,
|
|
4668
4834
|
children: [
|
|
4669
|
-
/* @__PURE__ */ (0,
|
|
4670
|
-
/* @__PURE__ */ (0,
|
|
4835
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1" }),
|
|
4836
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1" })
|
|
4671
4837
|
]
|
|
4672
4838
|
}
|
|
4673
4839
|
);
|
|
4674
4840
|
}
|
|
4675
4841
|
|
|
4676
4842
|
// src/components/icons/pencil/index.tsx
|
|
4677
|
-
var
|
|
4843
|
+
var import_jsx_runtime108 = require("react/jsx-runtime");
|
|
4678
4844
|
function PencilIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4679
|
-
return /* @__PURE__ */ (0,
|
|
4845
|
+
return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
|
|
4680
4846
|
"svg",
|
|
4681
4847
|
{
|
|
4682
4848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4691,17 +4857,17 @@ function PencilIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4691
4857
|
"aria-hidden": "true",
|
|
4692
4858
|
...rest,
|
|
4693
4859
|
children: [
|
|
4694
|
-
/* @__PURE__ */ (0,
|
|
4695
|
-
/* @__PURE__ */ (0,
|
|
4860
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" }),
|
|
4861
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "m15 5 4 4" })
|
|
4696
4862
|
]
|
|
4697
4863
|
}
|
|
4698
4864
|
);
|
|
4699
4865
|
}
|
|
4700
4866
|
|
|
4701
4867
|
// src/components/icons/phone/index.tsx
|
|
4702
|
-
var
|
|
4868
|
+
var import_jsx_runtime109 = require("react/jsx-runtime");
|
|
4703
4869
|
function PhoneIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4704
|
-
return /* @__PURE__ */ (0,
|
|
4870
|
+
return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
4705
4871
|
"svg",
|
|
4706
4872
|
{
|
|
4707
4873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4715,15 +4881,15 @@ function PhoneIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4715
4881
|
strokeLinejoin: "round",
|
|
4716
4882
|
"aria-hidden": "true",
|
|
4717
4883
|
...rest,
|
|
4718
|
-
children: /* @__PURE__ */ (0,
|
|
4884
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" })
|
|
4719
4885
|
}
|
|
4720
4886
|
);
|
|
4721
4887
|
}
|
|
4722
4888
|
|
|
4723
4889
|
// src/components/icons/play/index.tsx
|
|
4724
|
-
var
|
|
4890
|
+
var import_jsx_runtime110 = require("react/jsx-runtime");
|
|
4725
4891
|
function PlayIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4726
|
-
return /* @__PURE__ */ (0,
|
|
4892
|
+
return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
4727
4893
|
"svg",
|
|
4728
4894
|
{
|
|
4729
4895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4737,15 +4903,15 @@ function PlayIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4737
4903
|
strokeLinejoin: "round",
|
|
4738
4904
|
"aria-hidden": "true",
|
|
4739
4905
|
...rest,
|
|
4740
|
-
children: /* @__PURE__ */ (0,
|
|
4906
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("polygon", { points: "6 3 20 12 6 21 6 3" })
|
|
4741
4907
|
}
|
|
4742
4908
|
);
|
|
4743
4909
|
}
|
|
4744
4910
|
|
|
4745
4911
|
// src/components/icons/plus/index.tsx
|
|
4746
|
-
var
|
|
4912
|
+
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
4747
4913
|
function PlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4748
|
-
return /* @__PURE__ */ (0,
|
|
4914
|
+
return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
|
|
4749
4915
|
"svg",
|
|
4750
4916
|
{
|
|
4751
4917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4760,17 +4926,17 @@ function PlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4760
4926
|
"aria-hidden": "true",
|
|
4761
4927
|
...rest,
|
|
4762
4928
|
children: [
|
|
4763
|
-
/* @__PURE__ */ (0,
|
|
4764
|
-
/* @__PURE__ */ (0,
|
|
4929
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M5 12h14" }),
|
|
4930
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M12 5v14" })
|
|
4765
4931
|
]
|
|
4766
4932
|
}
|
|
4767
4933
|
);
|
|
4768
4934
|
}
|
|
4769
4935
|
|
|
4770
4936
|
// src/components/icons/printer/index.tsx
|
|
4771
|
-
var
|
|
4937
|
+
var import_jsx_runtime112 = require("react/jsx-runtime");
|
|
4772
4938
|
function PrinterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4773
|
-
return /* @__PURE__ */ (0,
|
|
4939
|
+
return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
|
|
4774
4940
|
"svg",
|
|
4775
4941
|
{
|
|
4776
4942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4785,18 +4951,18 @@ function PrinterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4785
4951
|
"aria-hidden": "true",
|
|
4786
4952
|
...rest,
|
|
4787
4953
|
children: [
|
|
4788
|
-
/* @__PURE__ */ (0,
|
|
4789
|
-
/* @__PURE__ */ (0,
|
|
4790
|
-
/* @__PURE__ */ (0,
|
|
4954
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("polyline", { points: "6 9 6 2 18 2 18 9" }),
|
|
4955
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }),
|
|
4956
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("rect", { width: "12", height: "8", x: "6", y: "14" })
|
|
4791
4957
|
]
|
|
4792
4958
|
}
|
|
4793
4959
|
);
|
|
4794
4960
|
}
|
|
4795
4961
|
|
|
4796
4962
|
// src/components/icons/redo/index.tsx
|
|
4797
|
-
var
|
|
4963
|
+
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
4798
4964
|
function RedoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4799
|
-
return /* @__PURE__ */ (0,
|
|
4965
|
+
return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
|
|
4800
4966
|
"svg",
|
|
4801
4967
|
{
|
|
4802
4968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4811,17 +4977,17 @@ function RedoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4811
4977
|
"aria-hidden": "true",
|
|
4812
4978
|
...rest,
|
|
4813
4979
|
children: [
|
|
4814
|
-
/* @__PURE__ */ (0,
|
|
4815
|
-
/* @__PURE__ */ (0,
|
|
4980
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M21 7v6h-6" }),
|
|
4981
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" })
|
|
4816
4982
|
]
|
|
4817
4983
|
}
|
|
4818
4984
|
);
|
|
4819
4985
|
}
|
|
4820
4986
|
|
|
4821
4987
|
// src/components/icons/refresh-cw/index.tsx
|
|
4822
|
-
var
|
|
4988
|
+
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
4823
4989
|
function RefreshCwIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4824
|
-
return /* @__PURE__ */ (0,
|
|
4990
|
+
return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
|
|
4825
4991
|
"svg",
|
|
4826
4992
|
{
|
|
4827
4993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4836,19 +5002,19 @@ function RefreshCwIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4836
5002
|
"aria-hidden": "true",
|
|
4837
5003
|
...rest,
|
|
4838
5004
|
children: [
|
|
4839
|
-
/* @__PURE__ */ (0,
|
|
4840
|
-
/* @__PURE__ */ (0,
|
|
4841
|
-
/* @__PURE__ */ (0,
|
|
4842
|
-
/* @__PURE__ */ (0,
|
|
5005
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }),
|
|
5006
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M21 3v5h-5" }),
|
|
5007
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }),
|
|
5008
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { d: "M3 21v-5h5" })
|
|
4843
5009
|
]
|
|
4844
5010
|
}
|
|
4845
5011
|
);
|
|
4846
5012
|
}
|
|
4847
5013
|
|
|
4848
5014
|
// src/components/icons/save/index.tsx
|
|
4849
|
-
var
|
|
5015
|
+
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
4850
5016
|
function SaveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4851
|
-
return /* @__PURE__ */ (0,
|
|
5017
|
+
return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
|
|
4852
5018
|
"svg",
|
|
4853
5019
|
{
|
|
4854
5020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4863,18 +5029,18 @@ function SaveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4863
5029
|
"aria-hidden": "true",
|
|
4864
5030
|
...rest,
|
|
4865
5031
|
children: [
|
|
4866
|
-
/* @__PURE__ */ (0,
|
|
4867
|
-
/* @__PURE__ */ (0,
|
|
4868
|
-
/* @__PURE__ */ (0,
|
|
5032
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
|
|
5033
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
|
|
5034
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
|
|
4869
5035
|
]
|
|
4870
5036
|
}
|
|
4871
5037
|
);
|
|
4872
5038
|
}
|
|
4873
5039
|
|
|
4874
5040
|
// src/components/icons/search/index.tsx
|
|
4875
|
-
var
|
|
5041
|
+
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
4876
5042
|
function SearchIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4877
|
-
return /* @__PURE__ */ (0,
|
|
5043
|
+
return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
|
|
4878
5044
|
"svg",
|
|
4879
5045
|
{
|
|
4880
5046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4889,17 +5055,17 @@ function SearchIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4889
5055
|
"aria-hidden": "true",
|
|
4890
5056
|
...rest,
|
|
4891
5057
|
children: [
|
|
4892
|
-
/* @__PURE__ */ (0,
|
|
4893
|
-
/* @__PURE__ */ (0,
|
|
5058
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("circle", { cx: "11", cy: "11", r: "8" }),
|
|
5059
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { d: "m21 21-4.3-4.3" })
|
|
4894
5060
|
]
|
|
4895
5061
|
}
|
|
4896
5062
|
);
|
|
4897
5063
|
}
|
|
4898
5064
|
|
|
4899
5065
|
// src/components/icons/send/index.tsx
|
|
4900
|
-
var
|
|
5066
|
+
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
4901
5067
|
function SendIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4902
|
-
return /* @__PURE__ */ (0,
|
|
5068
|
+
return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
|
|
4903
5069
|
"svg",
|
|
4904
5070
|
{
|
|
4905
5071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4914,17 +5080,17 @@ function SendIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4914
5080
|
"aria-hidden": "true",
|
|
4915
5081
|
...rest,
|
|
4916
5082
|
children: [
|
|
4917
|
-
/* @__PURE__ */ (0,
|
|
4918
|
-
/* @__PURE__ */ (0,
|
|
5083
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("line", { x1: "22", x2: "11", y1: "2", y2: "13" }),
|
|
5084
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("polygon", { points: "22 2 15 22 11 13 2 9 22 2" })
|
|
4919
5085
|
]
|
|
4920
5086
|
}
|
|
4921
5087
|
);
|
|
4922
5088
|
}
|
|
4923
5089
|
|
|
4924
5090
|
// src/components/icons/settings/index.tsx
|
|
4925
|
-
var
|
|
5091
|
+
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
4926
5092
|
function SettingsIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4927
|
-
return /* @__PURE__ */ (0,
|
|
5093
|
+
return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
|
|
4928
5094
|
"svg",
|
|
4929
5095
|
{
|
|
4930
5096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4939,17 +5105,17 @@ function SettingsIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4939
5105
|
"aria-hidden": "true",
|
|
4940
5106
|
...rest,
|
|
4941
5107
|
children: [
|
|
4942
|
-
/* @__PURE__ */ (0,
|
|
4943
|
-
/* @__PURE__ */ (0,
|
|
5108
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
|
|
5109
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
4944
5110
|
]
|
|
4945
5111
|
}
|
|
4946
5112
|
);
|
|
4947
5113
|
}
|
|
4948
5114
|
|
|
4949
5115
|
// src/components/icons/share/index.tsx
|
|
4950
|
-
var
|
|
5116
|
+
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
4951
5117
|
function ShareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4952
|
-
return /* @__PURE__ */ (0,
|
|
5118
|
+
return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
|
|
4953
5119
|
"svg",
|
|
4954
5120
|
{
|
|
4955
5121
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4964,18 +5130,18 @@ function ShareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4964
5130
|
"aria-hidden": "true",
|
|
4965
5131
|
...rest,
|
|
4966
5132
|
children: [
|
|
4967
|
-
/* @__PURE__ */ (0,
|
|
4968
|
-
/* @__PURE__ */ (0,
|
|
4969
|
-
/* @__PURE__ */ (0,
|
|
5133
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
5134
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("polyline", { points: "16 6 12 2 8 6" }),
|
|
5135
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("line", { x1: "12", x2: "12", y1: "2", y2: "15" })
|
|
4970
5136
|
]
|
|
4971
5137
|
}
|
|
4972
5138
|
);
|
|
4973
5139
|
}
|
|
4974
5140
|
|
|
4975
5141
|
// src/components/icons/shield/index.tsx
|
|
4976
|
-
var
|
|
5142
|
+
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
4977
5143
|
function ShieldIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4978
|
-
return /* @__PURE__ */ (0,
|
|
5144
|
+
return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
4979
5145
|
"svg",
|
|
4980
5146
|
{
|
|
4981
5147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4989,15 +5155,15 @@ function ShieldIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4989
5155
|
strokeLinejoin: "round",
|
|
4990
5156
|
"aria-hidden": "true",
|
|
4991
5157
|
...rest,
|
|
4992
|
-
children: /* @__PURE__ */ (0,
|
|
5158
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" })
|
|
4993
5159
|
}
|
|
4994
5160
|
);
|
|
4995
5161
|
}
|
|
4996
5162
|
|
|
4997
5163
|
// src/components/icons/shield-check/index.tsx
|
|
4998
|
-
var
|
|
5164
|
+
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
4999
5165
|
function ShieldCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5000
|
-
return /* @__PURE__ */ (0,
|
|
5166
|
+
return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
|
|
5001
5167
|
"svg",
|
|
5002
5168
|
{
|
|
5003
5169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5012,17 +5178,17 @@ function ShieldCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5012
5178
|
"aria-hidden": "true",
|
|
5013
5179
|
...rest,
|
|
5014
5180
|
children: [
|
|
5015
|
-
/* @__PURE__ */ (0,
|
|
5016
|
-
/* @__PURE__ */ (0,
|
|
5181
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
5182
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
5017
5183
|
]
|
|
5018
5184
|
}
|
|
5019
5185
|
);
|
|
5020
5186
|
}
|
|
5021
5187
|
|
|
5022
5188
|
// src/components/icons/shopping-bag/index.tsx
|
|
5023
|
-
var
|
|
5189
|
+
var import_jsx_runtime122 = require("react/jsx-runtime");
|
|
5024
5190
|
function ShoppingBagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5025
|
-
return /* @__PURE__ */ (0,
|
|
5191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
|
|
5026
5192
|
"svg",
|
|
5027
5193
|
{
|
|
5028
5194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5037,18 +5203,18 @@ function ShoppingBagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5037
5203
|
"aria-hidden": "true",
|
|
5038
5204
|
...rest,
|
|
5039
5205
|
children: [
|
|
5040
|
-
/* @__PURE__ */ (0,
|
|
5041
|
-
/* @__PURE__ */ (0,
|
|
5042
|
-
/* @__PURE__ */ (0,
|
|
5206
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z" }),
|
|
5207
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M3 6h18" }),
|
|
5208
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M16 10a4 4 0 0 1-8 0" })
|
|
5043
5209
|
]
|
|
5044
5210
|
}
|
|
5045
5211
|
);
|
|
5046
5212
|
}
|
|
5047
5213
|
|
|
5048
5214
|
// src/components/icons/shopping-cart/index.tsx
|
|
5049
|
-
var
|
|
5215
|
+
var import_jsx_runtime123 = require("react/jsx-runtime");
|
|
5050
5216
|
function ShoppingCartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5051
|
-
return /* @__PURE__ */ (0,
|
|
5217
|
+
return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
|
|
5052
5218
|
"svg",
|
|
5053
5219
|
{
|
|
5054
5220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5063,18 +5229,18 @@ function ShoppingCartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5063
5229
|
"aria-hidden": "true",
|
|
5064
5230
|
...rest,
|
|
5065
5231
|
children: [
|
|
5066
|
-
/* @__PURE__ */ (0,
|
|
5067
|
-
/* @__PURE__ */ (0,
|
|
5068
|
-
/* @__PURE__ */ (0,
|
|
5232
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("circle", { cx: "8", cy: "21", r: "1" }),
|
|
5233
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("circle", { cx: "19", cy: "21", r: "1" }),
|
|
5234
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" })
|
|
5069
5235
|
]
|
|
5070
5236
|
}
|
|
5071
5237
|
);
|
|
5072
5238
|
}
|
|
5073
5239
|
|
|
5074
5240
|
// src/components/icons/sidebar/index.tsx
|
|
5075
|
-
var
|
|
5241
|
+
var import_jsx_runtime124 = require("react/jsx-runtime");
|
|
5076
5242
|
function SidebarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5077
|
-
return /* @__PURE__ */ (0,
|
|
5243
|
+
return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
|
|
5078
5244
|
"svg",
|
|
5079
5245
|
{
|
|
5080
5246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5089,17 +5255,17 @@ function SidebarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5089
5255
|
"aria-hidden": "true",
|
|
5090
5256
|
...rest,
|
|
5091
5257
|
children: [
|
|
5092
|
-
/* @__PURE__ */ (0,
|
|
5093
|
-
/* @__PURE__ */ (0,
|
|
5258
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
5259
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "M9 3v18" })
|
|
5094
5260
|
]
|
|
5095
5261
|
}
|
|
5096
5262
|
);
|
|
5097
5263
|
}
|
|
5098
5264
|
|
|
5099
5265
|
// src/components/icons/skip-back/index.tsx
|
|
5100
|
-
var
|
|
5266
|
+
var import_jsx_runtime125 = require("react/jsx-runtime");
|
|
5101
5267
|
function SkipBackIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5102
|
-
return /* @__PURE__ */ (0,
|
|
5268
|
+
return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
|
|
5103
5269
|
"svg",
|
|
5104
5270
|
{
|
|
5105
5271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5114,17 +5280,17 @@ function SkipBackIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5114
5280
|
"aria-hidden": "true",
|
|
5115
5281
|
...rest,
|
|
5116
5282
|
children: [
|
|
5117
|
-
/* @__PURE__ */ (0,
|
|
5118
|
-
/* @__PURE__ */ (0,
|
|
5283
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("polygon", { points: "19 20 9 12 19 4 19 20" }),
|
|
5284
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("line", { x1: "5", x2: "5", y1: "19", y2: "5" })
|
|
5119
5285
|
]
|
|
5120
5286
|
}
|
|
5121
5287
|
);
|
|
5122
5288
|
}
|
|
5123
5289
|
|
|
5124
5290
|
// src/components/icons/skip-forward/index.tsx
|
|
5125
|
-
var
|
|
5291
|
+
var import_jsx_runtime126 = require("react/jsx-runtime");
|
|
5126
5292
|
function SkipForwardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5127
|
-
return /* @__PURE__ */ (0,
|
|
5293
|
+
return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
|
|
5128
5294
|
"svg",
|
|
5129
5295
|
{
|
|
5130
5296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5139,17 +5305,17 @@ function SkipForwardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5139
5305
|
"aria-hidden": "true",
|
|
5140
5306
|
...rest,
|
|
5141
5307
|
children: [
|
|
5142
|
-
/* @__PURE__ */ (0,
|
|
5143
|
-
/* @__PURE__ */ (0,
|
|
5308
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("polygon", { points: "5 4 15 12 5 20 5 4" }),
|
|
5309
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("line", { x1: "19", x2: "19", y1: "5", y2: "19" })
|
|
5144
5310
|
]
|
|
5145
5311
|
}
|
|
5146
5312
|
);
|
|
5147
5313
|
}
|
|
5148
5314
|
|
|
5149
5315
|
// src/components/icons/sliders/index.tsx
|
|
5150
|
-
var
|
|
5316
|
+
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
5151
5317
|
function SlidersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5152
|
-
return /* @__PURE__ */ (0,
|
|
5318
|
+
return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
|
|
5153
5319
|
"svg",
|
|
5154
5320
|
{
|
|
5155
5321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5164,24 +5330,24 @@ function SlidersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5164
5330
|
"aria-hidden": "true",
|
|
5165
5331
|
...rest,
|
|
5166
5332
|
children: [
|
|
5167
|
-
/* @__PURE__ */ (0,
|
|
5168
|
-
/* @__PURE__ */ (0,
|
|
5169
|
-
/* @__PURE__ */ (0,
|
|
5170
|
-
/* @__PURE__ */ (0,
|
|
5171
|
-
/* @__PURE__ */ (0,
|
|
5172
|
-
/* @__PURE__ */ (0,
|
|
5173
|
-
/* @__PURE__ */ (0,
|
|
5174
|
-
/* @__PURE__ */ (0,
|
|
5175
|
-
/* @__PURE__ */ (0,
|
|
5333
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "21", x2: "14", y1: "4", y2: "4" }),
|
|
5334
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "10", x2: "3", y1: "4", y2: "4" }),
|
|
5335
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "21", x2: "12", y1: "12", y2: "12" }),
|
|
5336
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "8", x2: "3", y1: "12", y2: "12" }),
|
|
5337
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "21", x2: "16", y1: "20", y2: "20" }),
|
|
5338
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "12", x2: "3", y1: "20", y2: "20" }),
|
|
5339
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "14", x2: "14", y1: "2", y2: "6" }),
|
|
5340
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "8", x2: "8", y1: "10", y2: "14" }),
|
|
5341
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("line", { x1: "16", x2: "16", y1: "18", y2: "22" })
|
|
5176
5342
|
]
|
|
5177
5343
|
}
|
|
5178
5344
|
);
|
|
5179
5345
|
}
|
|
5180
5346
|
|
|
5181
5347
|
// src/components/icons/smile/index.tsx
|
|
5182
|
-
var
|
|
5348
|
+
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
5183
5349
|
function SmileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5184
|
-
return /* @__PURE__ */ (0,
|
|
5350
|
+
return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
|
|
5185
5351
|
"svg",
|
|
5186
5352
|
{
|
|
5187
5353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5196,19 +5362,19 @@ function SmileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5196
5362
|
"aria-hidden": "true",
|
|
5197
5363
|
...rest,
|
|
5198
5364
|
children: [
|
|
5199
|
-
/* @__PURE__ */ (0,
|
|
5200
|
-
/* @__PURE__ */ (0,
|
|
5201
|
-
/* @__PURE__ */ (0,
|
|
5202
|
-
/* @__PURE__ */ (0,
|
|
5365
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
5366
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
|
|
5367
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }),
|
|
5368
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("line", { x1: "15", x2: "15.01", y1: "9", y2: "9" })
|
|
5203
5369
|
]
|
|
5204
5370
|
}
|
|
5205
5371
|
);
|
|
5206
5372
|
}
|
|
5207
5373
|
|
|
5208
5374
|
// src/components/icons/star/index.tsx
|
|
5209
|
-
var
|
|
5375
|
+
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
5210
5376
|
function StarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5211
|
-
return /* @__PURE__ */ (0,
|
|
5377
|
+
return /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
5212
5378
|
"svg",
|
|
5213
5379
|
{
|
|
5214
5380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5222,15 +5388,15 @@ function StarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5222
5388
|
strokeLinejoin: "round",
|
|
5223
5389
|
"aria-hidden": "true",
|
|
5224
5390
|
...rest,
|
|
5225
|
-
children: /* @__PURE__ */ (0,
|
|
5391
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("polygon", { points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" })
|
|
5226
5392
|
}
|
|
5227
5393
|
);
|
|
5228
5394
|
}
|
|
5229
5395
|
|
|
5230
5396
|
// src/components/icons/sun/index.tsx
|
|
5231
|
-
var
|
|
5397
|
+
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
5232
5398
|
function SunIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5233
|
-
return /* @__PURE__ */ (0,
|
|
5399
|
+
return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
|
|
5234
5400
|
"svg",
|
|
5235
5401
|
{
|
|
5236
5402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5245,24 +5411,24 @@ function SunIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5245
5411
|
"aria-hidden": "true",
|
|
5246
5412
|
...rest,
|
|
5247
5413
|
children: [
|
|
5248
|
-
/* @__PURE__ */ (0,
|
|
5249
|
-
/* @__PURE__ */ (0,
|
|
5250
|
-
/* @__PURE__ */ (0,
|
|
5251
|
-
/* @__PURE__ */ (0,
|
|
5252
|
-
/* @__PURE__ */ (0,
|
|
5253
|
-
/* @__PURE__ */ (0,
|
|
5254
|
-
/* @__PURE__ */ (0,
|
|
5255
|
-
/* @__PURE__ */ (0,
|
|
5256
|
-
/* @__PURE__ */ (0,
|
|
5414
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("circle", { cx: "12", cy: "12", r: "4" }),
|
|
5415
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M12 2v2" }),
|
|
5416
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M12 20v2" }),
|
|
5417
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "m4.93 4.93 1.41 1.41" }),
|
|
5418
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "m17.66 17.66 1.41 1.41" }),
|
|
5419
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M2 12h2" }),
|
|
5420
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "M20 12h2" }),
|
|
5421
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "m6.34 17.66-1.41 1.41" }),
|
|
5422
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { d: "m19.07 4.93-1.41 1.41" })
|
|
5257
5423
|
]
|
|
5258
5424
|
}
|
|
5259
5425
|
);
|
|
5260
5426
|
}
|
|
5261
5427
|
|
|
5262
5428
|
// src/components/icons/tag/index.tsx
|
|
5263
|
-
var
|
|
5429
|
+
var import_jsx_runtime131 = require("react/jsx-runtime");
|
|
5264
5430
|
function TagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5265
|
-
return /* @__PURE__ */ (0,
|
|
5431
|
+
return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
|
|
5266
5432
|
"svg",
|
|
5267
5433
|
{
|
|
5268
5434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5277,17 +5443,17 @@ function TagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5277
5443
|
"aria-hidden": "true",
|
|
5278
5444
|
...rest,
|
|
5279
5445
|
children: [
|
|
5280
|
-
/* @__PURE__ */ (0,
|
|
5281
|
-
/* @__PURE__ */ (0,
|
|
5446
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }),
|
|
5447
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
|
|
5282
5448
|
]
|
|
5283
5449
|
}
|
|
5284
5450
|
);
|
|
5285
5451
|
}
|
|
5286
5452
|
|
|
5287
5453
|
// src/components/icons/thumbs-down/index.tsx
|
|
5288
|
-
var
|
|
5454
|
+
var import_jsx_runtime132 = require("react/jsx-runtime");
|
|
5289
5455
|
function ThumbsDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5290
|
-
return /* @__PURE__ */ (0,
|
|
5456
|
+
return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
|
|
5291
5457
|
"svg",
|
|
5292
5458
|
{
|
|
5293
5459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5302,17 +5468,17 @@ function ThumbsDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5302
5468
|
"aria-hidden": "true",
|
|
5303
5469
|
...rest,
|
|
5304
5470
|
children: [
|
|
5305
|
-
/* @__PURE__ */ (0,
|
|
5306
|
-
/* @__PURE__ */ (0,
|
|
5471
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M17 14V2" }),
|
|
5472
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" })
|
|
5307
5473
|
]
|
|
5308
5474
|
}
|
|
5309
5475
|
);
|
|
5310
5476
|
}
|
|
5311
5477
|
|
|
5312
5478
|
// src/components/icons/thumbs-up/index.tsx
|
|
5313
|
-
var
|
|
5479
|
+
var import_jsx_runtime133 = require("react/jsx-runtime");
|
|
5314
5480
|
function ThumbsUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5315
|
-
return /* @__PURE__ */ (0,
|
|
5481
|
+
return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(
|
|
5316
5482
|
"svg",
|
|
5317
5483
|
{
|
|
5318
5484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5327,17 +5493,17 @@ function ThumbsUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5327
5493
|
"aria-hidden": "true",
|
|
5328
5494
|
...rest,
|
|
5329
5495
|
children: [
|
|
5330
|
-
/* @__PURE__ */ (0,
|
|
5331
|
-
/* @__PURE__ */ (0,
|
|
5496
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M7 10v12" }),
|
|
5497
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("path", { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" })
|
|
5332
5498
|
]
|
|
5333
5499
|
}
|
|
5334
5500
|
);
|
|
5335
5501
|
}
|
|
5336
5502
|
|
|
5337
5503
|
// src/components/icons/trash/index.tsx
|
|
5338
|
-
var
|
|
5504
|
+
var import_jsx_runtime134 = require("react/jsx-runtime");
|
|
5339
5505
|
function TrashIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5340
|
-
return /* @__PURE__ */ (0,
|
|
5506
|
+
return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
|
|
5341
5507
|
"svg",
|
|
5342
5508
|
{
|
|
5343
5509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5352,18 +5518,18 @@ function TrashIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5352
5518
|
"aria-hidden": "true",
|
|
5353
5519
|
...rest,
|
|
5354
5520
|
children: [
|
|
5355
|
-
/* @__PURE__ */ (0,
|
|
5356
|
-
/* @__PURE__ */ (0,
|
|
5357
|
-
/* @__PURE__ */ (0,
|
|
5521
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { d: "M3 6h18" }),
|
|
5522
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
5523
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
5358
5524
|
]
|
|
5359
5525
|
}
|
|
5360
5526
|
);
|
|
5361
5527
|
}
|
|
5362
5528
|
|
|
5363
5529
|
// src/components/icons/undo/index.tsx
|
|
5364
|
-
var
|
|
5530
|
+
var import_jsx_runtime135 = require("react/jsx-runtime");
|
|
5365
5531
|
function UndoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5366
|
-
return /* @__PURE__ */ (0,
|
|
5532
|
+
return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
|
|
5367
5533
|
"svg",
|
|
5368
5534
|
{
|
|
5369
5535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5378,17 +5544,17 @@ function UndoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5378
5544
|
"aria-hidden": "true",
|
|
5379
5545
|
...rest,
|
|
5380
5546
|
children: [
|
|
5381
|
-
/* @__PURE__ */ (0,
|
|
5382
|
-
/* @__PURE__ */ (0,
|
|
5547
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { d: "M3 7v6h6" }),
|
|
5548
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" })
|
|
5383
5549
|
]
|
|
5384
5550
|
}
|
|
5385
5551
|
);
|
|
5386
5552
|
}
|
|
5387
5553
|
|
|
5388
5554
|
// src/components/icons/unlock/index.tsx
|
|
5389
|
-
var
|
|
5555
|
+
var import_jsx_runtime136 = require("react/jsx-runtime");
|
|
5390
5556
|
function UnlockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5391
|
-
return /* @__PURE__ */ (0,
|
|
5557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
|
|
5392
5558
|
"svg",
|
|
5393
5559
|
{
|
|
5394
5560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5403,17 +5569,17 @@ function UnlockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5403
5569
|
"aria-hidden": "true",
|
|
5404
5570
|
...rest,
|
|
5405
5571
|
children: [
|
|
5406
|
-
/* @__PURE__ */ (0,
|
|
5407
|
-
/* @__PURE__ */ (0,
|
|
5572
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
|
|
5573
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { d: "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
5408
5574
|
]
|
|
5409
5575
|
}
|
|
5410
5576
|
);
|
|
5411
5577
|
}
|
|
5412
5578
|
|
|
5413
5579
|
// src/components/icons/upload/index.tsx
|
|
5414
|
-
var
|
|
5580
|
+
var import_jsx_runtime137 = require("react/jsx-runtime");
|
|
5415
5581
|
function UploadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5416
|
-
return /* @__PURE__ */ (0,
|
|
5582
|
+
return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(
|
|
5417
5583
|
"svg",
|
|
5418
5584
|
{
|
|
5419
5585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5428,18 +5594,18 @@ function UploadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5428
5594
|
"aria-hidden": "true",
|
|
5429
5595
|
...rest,
|
|
5430
5596
|
children: [
|
|
5431
|
-
/* @__PURE__ */ (0,
|
|
5432
|
-
/* @__PURE__ */ (0,
|
|
5433
|
-
/* @__PURE__ */ (0,
|
|
5597
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
5598
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("polyline", { points: "17 8 12 3 7 8" }),
|
|
5599
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("line", { x1: "12", x2: "12", y1: "3", y2: "15" })
|
|
5434
5600
|
]
|
|
5435
5601
|
}
|
|
5436
5602
|
);
|
|
5437
5603
|
}
|
|
5438
5604
|
|
|
5439
5605
|
// src/components/icons/user/index.tsx
|
|
5440
|
-
var
|
|
5606
|
+
var import_jsx_runtime138 = require("react/jsx-runtime");
|
|
5441
5607
|
function UserIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5442
|
-
return /* @__PURE__ */ (0,
|
|
5608
|
+
return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
|
|
5443
5609
|
"svg",
|
|
5444
5610
|
{
|
|
5445
5611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5454,17 +5620,17 @@ function UserIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5454
5620
|
"aria-hidden": "true",
|
|
5455
5621
|
...rest,
|
|
5456
5622
|
children: [
|
|
5457
|
-
/* @__PURE__ */ (0,
|
|
5458
|
-
/* @__PURE__ */ (0,
|
|
5623
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }),
|
|
5624
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("circle", { cx: "12", cy: "7", r: "4" })
|
|
5459
5625
|
]
|
|
5460
5626
|
}
|
|
5461
5627
|
);
|
|
5462
5628
|
}
|
|
5463
5629
|
|
|
5464
5630
|
// src/components/icons/user-check/index.tsx
|
|
5465
|
-
var
|
|
5631
|
+
var import_jsx_runtime139 = require("react/jsx-runtime");
|
|
5466
5632
|
function UserCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5467
|
-
return /* @__PURE__ */ (0,
|
|
5633
|
+
return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
|
|
5468
5634
|
"svg",
|
|
5469
5635
|
{
|
|
5470
5636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5479,18 +5645,18 @@ function UserCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5479
5645
|
"aria-hidden": "true",
|
|
5480
5646
|
...rest,
|
|
5481
5647
|
children: [
|
|
5482
|
-
/* @__PURE__ */ (0,
|
|
5483
|
-
/* @__PURE__ */ (0,
|
|
5484
|
-
/* @__PURE__ */ (0,
|
|
5648
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
5649
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("circle", { cx: "9", cy: "7", r: "4" }),
|
|
5650
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("polyline", { points: "16 11 18 13 22 9" })
|
|
5485
5651
|
]
|
|
5486
5652
|
}
|
|
5487
5653
|
);
|
|
5488
5654
|
}
|
|
5489
5655
|
|
|
5490
5656
|
// src/components/icons/user-plus/index.tsx
|
|
5491
|
-
var
|
|
5657
|
+
var import_jsx_runtime140 = require("react/jsx-runtime");
|
|
5492
5658
|
function UserPlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5493
|
-
return /* @__PURE__ */ (0,
|
|
5659
|
+
return /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)(
|
|
5494
5660
|
"svg",
|
|
5495
5661
|
{
|
|
5496
5662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5505,19 +5671,19 @@ function UserPlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5505
5671
|
"aria-hidden": "true",
|
|
5506
5672
|
...rest,
|
|
5507
5673
|
children: [
|
|
5508
|
-
/* @__PURE__ */ (0,
|
|
5509
|
-
/* @__PURE__ */ (0,
|
|
5510
|
-
/* @__PURE__ */ (0,
|
|
5511
|
-
/* @__PURE__ */ (0,
|
|
5674
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
5675
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)("circle", { cx: "9", cy: "7", r: "4" }),
|
|
5676
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)("line", { x1: "19", x2: "19", y1: "8", y2: "14" }),
|
|
5677
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)("line", { x1: "22", x2: "16", y1: "11", y2: "11" })
|
|
5512
5678
|
]
|
|
5513
5679
|
}
|
|
5514
5680
|
);
|
|
5515
5681
|
}
|
|
5516
5682
|
|
|
5517
5683
|
// src/components/icons/users/index.tsx
|
|
5518
|
-
var
|
|
5684
|
+
var import_jsx_runtime141 = require("react/jsx-runtime");
|
|
5519
5685
|
function UsersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5520
|
-
return /* @__PURE__ */ (0,
|
|
5686
|
+
return /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)(
|
|
5521
5687
|
"svg",
|
|
5522
5688
|
{
|
|
5523
5689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5532,19 +5698,19 @@ function UsersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5532
5698
|
"aria-hidden": "true",
|
|
5533
5699
|
...rest,
|
|
5534
5700
|
children: [
|
|
5535
|
-
/* @__PURE__ */ (0,
|
|
5536
|
-
/* @__PURE__ */ (0,
|
|
5537
|
-
/* @__PURE__ */ (0,
|
|
5538
|
-
/* @__PURE__ */ (0,
|
|
5701
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
5702
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("circle", { cx: "9", cy: "7", r: "4" }),
|
|
5703
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
|
|
5704
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
|
|
5539
5705
|
]
|
|
5540
5706
|
}
|
|
5541
5707
|
);
|
|
5542
5708
|
}
|
|
5543
5709
|
|
|
5544
5710
|
// src/components/icons/volume-2/index.tsx
|
|
5545
|
-
var
|
|
5711
|
+
var import_jsx_runtime142 = require("react/jsx-runtime");
|
|
5546
5712
|
function Volume2Icon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5547
|
-
return /* @__PURE__ */ (0,
|
|
5713
|
+
return /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(
|
|
5548
5714
|
"svg",
|
|
5549
5715
|
{
|
|
5550
5716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5559,18 +5725,18 @@ function Volume2Icon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5559
5725
|
"aria-hidden": "true",
|
|
5560
5726
|
...rest,
|
|
5561
5727
|
children: [
|
|
5562
|
-
/* @__PURE__ */ (0,
|
|
5563
|
-
/* @__PURE__ */ (0,
|
|
5564
|
-
/* @__PURE__ */ (0,
|
|
5728
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
5729
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" }),
|
|
5730
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { d: "M19.07 4.93a10 10 0 0 1 0 14.14" })
|
|
5565
5731
|
]
|
|
5566
5732
|
}
|
|
5567
5733
|
);
|
|
5568
5734
|
}
|
|
5569
5735
|
|
|
5570
5736
|
// src/components/icons/volume-x/index.tsx
|
|
5571
|
-
var
|
|
5737
|
+
var import_jsx_runtime143 = require("react/jsx-runtime");
|
|
5572
5738
|
function VolumeXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5573
|
-
return /* @__PURE__ */ (0,
|
|
5739
|
+
return /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)(
|
|
5574
5740
|
"svg",
|
|
5575
5741
|
{
|
|
5576
5742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5585,18 +5751,18 @@ function VolumeXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5585
5751
|
"aria-hidden": "true",
|
|
5586
5752
|
...rest,
|
|
5587
5753
|
children: [
|
|
5588
|
-
/* @__PURE__ */ (0,
|
|
5589
|
-
/* @__PURE__ */ (0,
|
|
5590
|
-
/* @__PURE__ */ (0,
|
|
5754
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
5755
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)("line", { x1: "22", x2: "16", y1: "9", y2: "15" }),
|
|
5756
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)("line", { x1: "16", x2: "22", y1: "9", y2: "15" })
|
|
5591
5757
|
]
|
|
5592
5758
|
}
|
|
5593
5759
|
);
|
|
5594
5760
|
}
|
|
5595
5761
|
|
|
5596
5762
|
// src/components/icons/wifi/index.tsx
|
|
5597
|
-
var
|
|
5763
|
+
var import_jsx_runtime144 = require("react/jsx-runtime");
|
|
5598
5764
|
function WifiIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5599
|
-
return /* @__PURE__ */ (0,
|
|
5765
|
+
return /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)(
|
|
5600
5766
|
"svg",
|
|
5601
5767
|
{
|
|
5602
5768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5611,19 +5777,19 @@ function WifiIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5611
5777
|
"aria-hidden": "true",
|
|
5612
5778
|
...rest,
|
|
5613
5779
|
children: [
|
|
5614
|
-
/* @__PURE__ */ (0,
|
|
5615
|
-
/* @__PURE__ */ (0,
|
|
5616
|
-
/* @__PURE__ */ (0,
|
|
5617
|
-
/* @__PURE__ */ (0,
|
|
5780
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M12 20h.01" }),
|
|
5781
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M2 8.82a15 15 0 0 1 20 0" }),
|
|
5782
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M5 12.859a10 10 0 0 1 14 0" }),
|
|
5783
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { d: "M8.5 16.429a5 5 0 0 1 7 0" })
|
|
5618
5784
|
]
|
|
5619
5785
|
}
|
|
5620
5786
|
);
|
|
5621
5787
|
}
|
|
5622
5788
|
|
|
5623
5789
|
// src/components/icons/zap/index.tsx
|
|
5624
|
-
var
|
|
5790
|
+
var import_jsx_runtime145 = require("react/jsx-runtime");
|
|
5625
5791
|
function ZapIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5626
|
-
return /* @__PURE__ */ (0,
|
|
5792
|
+
return /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
5627
5793
|
"svg",
|
|
5628
5794
|
{
|
|
5629
5795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5637,7 +5803,7 @@ function ZapIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5637
5803
|
strokeLinejoin: "round",
|
|
5638
5804
|
"aria-hidden": "true",
|
|
5639
5805
|
...rest,
|
|
5640
|
-
children: /* @__PURE__ */ (0,
|
|
5806
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" })
|
|
5641
5807
|
}
|
|
5642
5808
|
);
|
|
5643
5809
|
}
|
|
@@ -5875,6 +6041,7 @@ var iconCatalog = [
|
|
|
5875
6041
|
StarIcon,
|
|
5876
6042
|
Stepper,
|
|
5877
6043
|
SunIcon,
|
|
6044
|
+
Surface,
|
|
5878
6045
|
Switch,
|
|
5879
6046
|
Table,
|
|
5880
6047
|
Tabs,
|