@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.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// src/theme/theme.css.ts
|
|
2
2
|
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)" };
|
|
3
3
|
var modeNames = ["light", "dark", "sepia", "contrast"];
|
|
4
|
-
var schemaNames = ["tinta"];
|
|
5
|
-
var themes = { tinta: { light: "theme_themes__e3grur2w", dark: "theme_themes__e3grur2x", sepia: "theme_themes__e3grur2y", contrast: "theme_themes__e3grur2z" } };
|
|
4
|
+
var schemaNames = ["tinta", "docslingo"];
|
|
5
|
+
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" } };
|
|
6
6
|
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 };
|
|
7
7
|
|
|
8
8
|
// src/hooks/use-previous/index.ts
|
|
@@ -97,10 +97,10 @@ var ContainerForwarded = forwardRef(ContainerImpl);
|
|
|
97
97
|
ContainerForwarded.displayName = "Container";
|
|
98
98
|
var Container = ContainerForwarded;
|
|
99
99
|
|
|
100
|
-
// src/components/
|
|
100
|
+
// src/components/surface/index.tsx
|
|
101
101
|
import { forwardRef as forwardRef2 } from "react";
|
|
102
102
|
|
|
103
|
-
// src/components/
|
|
103
|
+
// src/components/surface/use-styles.ts
|
|
104
104
|
import { useMemo as useMemo5 } from "react";
|
|
105
105
|
|
|
106
106
|
// ../core/dist/index.js
|
|
@@ -165,6 +165,124 @@ var tokens = {
|
|
|
165
165
|
lg: "0 12px 32px -10px rgba(20,17,14,0.34)"
|
|
166
166
|
}
|
|
167
167
|
};
|
|
168
|
+
var docslingoSchema = {
|
|
169
|
+
light: {
|
|
170
|
+
...tokens,
|
|
171
|
+
color: {
|
|
172
|
+
bg1: "#F4F7FA",
|
|
173
|
+
bg2: "#FFFFFF",
|
|
174
|
+
bg3: "#E7EDF3",
|
|
175
|
+
bgInset: "#DEE6EE",
|
|
176
|
+
fg1: "#101825",
|
|
177
|
+
fg2: "#3D4B5C",
|
|
178
|
+
fg3: "#5A6A80",
|
|
179
|
+
fgOnAccent: "#FFFFFF",
|
|
180
|
+
border1: "rgba(16, 24, 37, 0.14)",
|
|
181
|
+
border2: "rgba(16, 24, 37, 0.28)",
|
|
182
|
+
borderStrong: "rgba(16, 24, 37, 0.85)",
|
|
183
|
+
accent: "#0E7A55",
|
|
184
|
+
accentHover: "#0B6244",
|
|
185
|
+
accentSoft: "rgba(14, 122, 85, 0.12)",
|
|
186
|
+
accentText: "#0E7A55",
|
|
187
|
+
ok: "#0E7A55",
|
|
188
|
+
warn: "#7A5C10",
|
|
189
|
+
danger: "#C23F3F",
|
|
190
|
+
dangerHover: "#A83434",
|
|
191
|
+
dangerSoft: "rgba(194, 63, 63, 0.12)",
|
|
192
|
+
dangerText: "#C23F3F",
|
|
193
|
+
info: "#0E6E9E",
|
|
194
|
+
focus: "#0E6E9E",
|
|
195
|
+
scrim: "rgba(16, 24, 37, 0.5)"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
dark: {
|
|
199
|
+
...tokens,
|
|
200
|
+
color: {
|
|
201
|
+
bg1: "#0B1017",
|
|
202
|
+
bg2: "#121A24",
|
|
203
|
+
bg3: "#1A2432",
|
|
204
|
+
bgInset: "#0A0E14",
|
|
205
|
+
fg1: "#E6EDF5",
|
|
206
|
+
fg2: "#8FA3B8",
|
|
207
|
+
fg3: "#7C8FA5",
|
|
208
|
+
fgOnAccent: "#0B1017",
|
|
209
|
+
border1: "#243244",
|
|
210
|
+
border2: "#33465E",
|
|
211
|
+
borderStrong: "#8FA3B8",
|
|
212
|
+
accent: "#45D9A1",
|
|
213
|
+
accentHover: "#63E2B2",
|
|
214
|
+
accentSoft: "rgba(69, 217, 161, 0.12)",
|
|
215
|
+
accentText: "#45D9A1",
|
|
216
|
+
ok: "#45D9A1",
|
|
217
|
+
warn: "#F7C948",
|
|
218
|
+
danger: "#F06A6A",
|
|
219
|
+
dangerHover: "#F58585",
|
|
220
|
+
dangerSoft: "rgba(240, 106, 106, 0.12)",
|
|
221
|
+
dangerText: "#F06A6A",
|
|
222
|
+
info: "#56C8F5",
|
|
223
|
+
focus: "#56C8F5",
|
|
224
|
+
scrim: "rgba(0, 0, 0, 0.55)"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
sepia: {
|
|
228
|
+
...tokens,
|
|
229
|
+
color: {
|
|
230
|
+
bg1: "#ECE4CE",
|
|
231
|
+
bg2: "#F5EEDC",
|
|
232
|
+
bg3: "#DFD3B4",
|
|
233
|
+
bgInset: "#D6C8A4",
|
|
234
|
+
fg1: "#262114",
|
|
235
|
+
fg2: "#55482F",
|
|
236
|
+
fg3: "#6B5E41",
|
|
237
|
+
fgOnAccent: "#F5EEDC",
|
|
238
|
+
border1: "rgba(38, 33, 20, 0.16)",
|
|
239
|
+
border2: "rgba(38, 33, 20, 0.32)",
|
|
240
|
+
borderStrong: "rgba(38, 33, 20, 0.82)",
|
|
241
|
+
accent: "#4C5F2A",
|
|
242
|
+
accentHover: "#3B4A1F",
|
|
243
|
+
accentSoft: "rgba(76, 95, 42, 0.12)",
|
|
244
|
+
accentText: "#4C5F2A",
|
|
245
|
+
ok: "#4C5F2A",
|
|
246
|
+
warn: "#6E5413",
|
|
247
|
+
danger: "#8A3B26",
|
|
248
|
+
dangerHover: "#70301F",
|
|
249
|
+
dangerSoft: "rgba(138, 59, 38, 0.12)",
|
|
250
|
+
dangerText: "#8A3B26",
|
|
251
|
+
info: "#3A505C",
|
|
252
|
+
focus: "#4C5F2A",
|
|
253
|
+
scrim: "rgba(38, 33, 20, 0.55)"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
contrast: {
|
|
257
|
+
...tokens,
|
|
258
|
+
color: {
|
|
259
|
+
bg1: "#FFFFFF",
|
|
260
|
+
bg2: "#FFFFFF",
|
|
261
|
+
bg3: "#F2F2F2",
|
|
262
|
+
bgInset: "#EAEAEA",
|
|
263
|
+
fg1: "#000000",
|
|
264
|
+
fg2: "#000000",
|
|
265
|
+
fg3: "#2B2B2B",
|
|
266
|
+
fgOnAccent: "#FFFFFF",
|
|
267
|
+
border1: "#000000",
|
|
268
|
+
border2: "#000000",
|
|
269
|
+
borderStrong: "#000000",
|
|
270
|
+
accent: "#0B4F38",
|
|
271
|
+
accentHover: "#063D2B",
|
|
272
|
+
accentSoft: "rgba(11, 79, 56, 0.10)",
|
|
273
|
+
accentText: "#0B4F38",
|
|
274
|
+
ok: "#0B4F38",
|
|
275
|
+
warn: "#000000",
|
|
276
|
+
danger: "#8B0000",
|
|
277
|
+
dangerHover: "#6B0000",
|
|
278
|
+
dangerSoft: "rgba(139, 0, 0, 0.10)",
|
|
279
|
+
dangerText: "#8B0000",
|
|
280
|
+
info: "#000000",
|
|
281
|
+
focus: "#000000",
|
|
282
|
+
scrim: "rgba(0, 0, 0, 0.7)"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
};
|
|
168
286
|
var tintaSchema = {
|
|
169
287
|
light: {
|
|
170
288
|
...tokens,
|
|
@@ -283,7 +401,10 @@ var tintaSchema = {
|
|
|
283
401
|
}
|
|
284
402
|
}
|
|
285
403
|
};
|
|
286
|
-
var schemas = {
|
|
404
|
+
var schemas = {
|
|
405
|
+
tinta: tintaSchema,
|
|
406
|
+
docslingo: docslingoSchema
|
|
407
|
+
};
|
|
287
408
|
var schemaNames2 = Object.keys(schemas);
|
|
288
409
|
var colorTokenNames = Object.keys(schemas.tinta.light.color);
|
|
289
410
|
function isSchemaName(x) {
|
|
@@ -365,7 +486,7 @@ function useThemeStore(options, storage, system) {
|
|
|
365
486
|
}
|
|
366
487
|
|
|
367
488
|
// src/theme/context/theme-context.tsx
|
|
368
|
-
import { createContext as createContext2, useContext as useContext2, useMemo as useMemo4 } from "react";
|
|
489
|
+
import { createContext as createContext2, useContext as useContext2, useEffect as useEffect3, useMemo as useMemo4 } from "react";
|
|
369
490
|
|
|
370
491
|
// src/theme/adapters.ts
|
|
371
492
|
function createWebStorageAdapter(storageKey, persist) {
|
|
@@ -432,7 +553,8 @@ function ThemeProvider({
|
|
|
432
553
|
defaultSchema = "tinta",
|
|
433
554
|
defaultMode = "light",
|
|
434
555
|
storageKey = "ds-theme",
|
|
435
|
-
persist = true
|
|
556
|
+
persist = true,
|
|
557
|
+
paintRoot = false
|
|
436
558
|
}) {
|
|
437
559
|
const storage = useMemo4(
|
|
438
560
|
() => createWebStorageAdapter(storageKey, persist),
|
|
@@ -440,6 +562,15 @@ function ThemeProvider({
|
|
|
440
562
|
);
|
|
441
563
|
const system = useMemo4(() => createWebSystemModeAdapter(), []);
|
|
442
564
|
const store = useThemeStore({ defaultSchema, defaultMode }, storage, system);
|
|
565
|
+
useEffect3(() => {
|
|
566
|
+
if (!paintRoot) return;
|
|
567
|
+
const { style } = document.body;
|
|
568
|
+
const prev = style.backgroundColor;
|
|
569
|
+
style.backgroundColor = store.colorTokens.bg1;
|
|
570
|
+
return () => {
|
|
571
|
+
style.backgroundColor = prev;
|
|
572
|
+
};
|
|
573
|
+
}, [paintRoot, store.colorTokens.bg1]);
|
|
443
574
|
const value = useMemo4(
|
|
444
575
|
() => ({
|
|
445
576
|
schema: store.schema,
|
|
@@ -453,12 +584,46 @@ function ThemeProvider({
|
|
|
453
584
|
}),
|
|
454
585
|
[store]
|
|
455
586
|
);
|
|
456
|
-
return /* @__PURE__ */ jsx3(ThemeContext.Provider, { value, children });
|
|
587
|
+
return /* @__PURE__ */ jsx3(ThemeContext.Provider, { value, children: paintRoot ? /* @__PURE__ */ jsx3(Surface, { fill: true, children }) : children });
|
|
457
588
|
}
|
|
458
589
|
function useTheme() {
|
|
459
590
|
return useContext2(ThemeContext) ?? DEFAULT_VALUE;
|
|
460
591
|
}
|
|
461
592
|
|
|
593
|
+
// src/components/surface/use-styles.css.ts
|
|
594
|
+
var fill = "use-styles_fill__6vwa9y1";
|
|
595
|
+
var surface = "use-styles_surface__6vwa9y0";
|
|
596
|
+
|
|
597
|
+
// src/components/surface/use-styles.ts
|
|
598
|
+
function useStyles2({ fill: fill2 }) {
|
|
599
|
+
const { themeClass } = useTheme();
|
|
600
|
+
const className = useMemo5(
|
|
601
|
+
() => [themeClass, surface, fill2 && fill].filter(Boolean).join(" "),
|
|
602
|
+
[themeClass, fill2]
|
|
603
|
+
);
|
|
604
|
+
return { surface: className };
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
// src/components/surface/index.tsx
|
|
608
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
609
|
+
function SurfaceInner({ as, fill: fill2, testId, ...rest }, ref) {
|
|
610
|
+
const Component = as ?? "div";
|
|
611
|
+
const { surface: surface3 } = useStyles2({ fill: fill2 });
|
|
612
|
+
const { testId: dataTestId } = useTestId("surface", testId);
|
|
613
|
+
return /* @__PURE__ */ jsx4(Component, { ref, "data-testid": dataTestId, ...rest, className: surface3 });
|
|
614
|
+
}
|
|
615
|
+
var SurfaceForwarded = forwardRef2(
|
|
616
|
+
SurfaceInner
|
|
617
|
+
);
|
|
618
|
+
SurfaceForwarded.displayName = "Surface";
|
|
619
|
+
var Surface = SurfaceForwarded;
|
|
620
|
+
|
|
621
|
+
// src/components/typography/index.tsx
|
|
622
|
+
import { forwardRef as forwardRef3 } from "react";
|
|
623
|
+
|
|
624
|
+
// src/components/typography/use-styles.ts
|
|
625
|
+
import { useMemo as useMemo6 } from "react";
|
|
626
|
+
|
|
462
627
|
// src/theme/typography.css.ts
|
|
463
628
|
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" };
|
|
464
629
|
|
|
@@ -468,13 +633,13 @@ var base = "use-styles_base__d74jf60";
|
|
|
468
633
|
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" };
|
|
469
634
|
|
|
470
635
|
// src/components/typography/use-styles.ts
|
|
471
|
-
function
|
|
636
|
+
function useStyles3({
|
|
472
637
|
variant: variant2,
|
|
473
638
|
color: color2,
|
|
474
639
|
align: align2
|
|
475
640
|
}) {
|
|
476
641
|
const { themeClass } = useTheme();
|
|
477
|
-
const className =
|
|
642
|
+
const className = useMemo6(
|
|
478
643
|
() => [
|
|
479
644
|
themeClass,
|
|
480
645
|
base,
|
|
@@ -488,7 +653,7 @@ function useStyles2({
|
|
|
488
653
|
}
|
|
489
654
|
|
|
490
655
|
// src/components/typography/index.tsx
|
|
491
|
-
import { jsx as
|
|
656
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
492
657
|
var defaultElement = {
|
|
493
658
|
display: "h1",
|
|
494
659
|
h1: "h1",
|
|
@@ -505,18 +670,18 @@ var defaultElement = {
|
|
|
505
670
|
};
|
|
506
671
|
function TypographyInner({ variant: variant2, as, color: color2, align: align2, testId, ...rest }, ref) {
|
|
507
672
|
const Component = as ?? defaultElement[variant2];
|
|
508
|
-
const { text: text2 } =
|
|
673
|
+
const { text: text2 } = useStyles3({ variant: variant2, color: color2, align: align2 });
|
|
509
674
|
const { testId: dataTestId } = useTestId("text", testId);
|
|
510
|
-
return /* @__PURE__ */
|
|
675
|
+
return /* @__PURE__ */ jsx5(Component, { ref, "data-testid": dataTestId, ...rest, className: text2 });
|
|
511
676
|
}
|
|
512
|
-
var TypographyForwarded =
|
|
677
|
+
var TypographyForwarded = forwardRef3(
|
|
513
678
|
TypographyInner
|
|
514
679
|
);
|
|
515
680
|
TypographyForwarded.displayName = "Typography";
|
|
516
681
|
var Typography = TypographyForwarded;
|
|
517
682
|
|
|
518
683
|
// src/components/button/index.tsx
|
|
519
|
-
import { forwardRef as
|
|
684
|
+
import { forwardRef as forwardRef4 } from "react";
|
|
520
685
|
|
|
521
686
|
// src/testing/states.ts
|
|
522
687
|
function states(map) {
|
|
@@ -525,7 +690,7 @@ function states(map) {
|
|
|
525
690
|
}
|
|
526
691
|
|
|
527
692
|
// src/components/button/use-styles.ts
|
|
528
|
-
import { useMemo as
|
|
693
|
+
import { useMemo as useMemo7 } from "react";
|
|
529
694
|
|
|
530
695
|
// src/components/button/use-styles.css.ts
|
|
531
696
|
var full = "use-styles_full__1pbtill4";
|
|
@@ -538,7 +703,7 @@ function toneKey(variant2, tone4) {
|
|
|
538
703
|
const Tone = `${tone4.charAt(0).toUpperCase()}${tone4.slice(1)}`;
|
|
539
704
|
return `${variant2}${Tone}`;
|
|
540
705
|
}
|
|
541
|
-
function
|
|
706
|
+
function useStyles4({
|
|
542
707
|
variant: variant2 = "filled",
|
|
543
708
|
tone: tone4 = "ink",
|
|
544
709
|
size: size3 = "md",
|
|
@@ -546,7 +711,7 @@ function useStyles3({
|
|
|
546
711
|
className
|
|
547
712
|
}) {
|
|
548
713
|
const { themeClass } = useTheme();
|
|
549
|
-
const container =
|
|
714
|
+
const container = useMemo7(
|
|
550
715
|
() => [
|
|
551
716
|
themeClass,
|
|
552
717
|
root,
|
|
@@ -561,9 +726,9 @@ function useStyles3({
|
|
|
561
726
|
}
|
|
562
727
|
|
|
563
728
|
// src/components/button/index.tsx
|
|
564
|
-
import { jsx as
|
|
729
|
+
import { jsx as jsx6, jsxs } from "react/jsx-runtime";
|
|
565
730
|
var ICON_SIZE = { sm: 14, md: 16, lg: 18 };
|
|
566
|
-
var Button =
|
|
731
|
+
var Button = forwardRef4(function Button2({
|
|
567
732
|
variant: variant2,
|
|
568
733
|
tone: tone4,
|
|
569
734
|
size: size3 = "md",
|
|
@@ -576,7 +741,7 @@ var Button = forwardRef3(function Button2({
|
|
|
576
741
|
children,
|
|
577
742
|
...rest
|
|
578
743
|
}, ref) {
|
|
579
|
-
const { container } =
|
|
744
|
+
const { container } = useStyles4({ variant: variant2, tone: tone4, size: size3, full: full2, className });
|
|
580
745
|
const { testId: dataTestId } = useTestId("button", testId);
|
|
581
746
|
const iconSize = ICON_SIZE[size3];
|
|
582
747
|
return /* @__PURE__ */ jsxs(
|
|
@@ -589,19 +754,19 @@ var Button = forwardRef3(function Button2({
|
|
|
589
754
|
"data-state": states({ disabled: rest.disabled }),
|
|
590
755
|
...rest,
|
|
591
756
|
children: [
|
|
592
|
-
StartIcon && /* @__PURE__ */
|
|
757
|
+
StartIcon && /* @__PURE__ */ jsx6(StartIcon, { size: iconSize }),
|
|
593
758
|
children,
|
|
594
|
-
EndIcon && /* @__PURE__ */
|
|
759
|
+
EndIcon && /* @__PURE__ */ jsx6(EndIcon, { size: iconSize })
|
|
595
760
|
]
|
|
596
761
|
}
|
|
597
762
|
);
|
|
598
763
|
});
|
|
599
764
|
|
|
600
765
|
// src/components/divider/index.tsx
|
|
601
|
-
import { forwardRef as
|
|
766
|
+
import { forwardRef as forwardRef5 } from "react";
|
|
602
767
|
|
|
603
768
|
// src/components/divider/use-styles.ts
|
|
604
|
-
import { useMemo as
|
|
769
|
+
import { useMemo as useMemo8 } from "react";
|
|
605
770
|
|
|
606
771
|
// src/components/divider/use-styles.css.ts
|
|
607
772
|
var horizontal = "use-styles_horizontal__1n7v7yj1";
|
|
@@ -612,9 +777,9 @@ var root2 = "use-styles_root__1n7v7yj0";
|
|
|
612
777
|
var vertical = "use-styles_vertical__1n7v7yj2";
|
|
613
778
|
|
|
614
779
|
// src/components/divider/use-styles.ts
|
|
615
|
-
function
|
|
780
|
+
function useStyles5({ vertical: vertical2, hasLabel }) {
|
|
616
781
|
const { themeClass } = useTheme();
|
|
617
|
-
const root24 =
|
|
782
|
+
const root24 = useMemo8(
|
|
618
783
|
() => [
|
|
619
784
|
themeClass,
|
|
620
785
|
root2,
|
|
@@ -626,26 +791,26 @@ function useStyles4({ vertical: vertical2, hasLabel }) {
|
|
|
626
791
|
}
|
|
627
792
|
|
|
628
793
|
// src/components/divider/index.tsx
|
|
629
|
-
import { jsx as
|
|
630
|
-
var Divider =
|
|
794
|
+
import { jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
795
|
+
var Divider = forwardRef5(function Divider2({ vertical: vertical2, label: label7, testId, ...rest }, ref) {
|
|
631
796
|
const hasLabel = label7 != null;
|
|
632
|
-
const { root: root24, line: line2, label: labelClass } =
|
|
797
|
+
const { root: root24, line: line2, label: labelClass } = useStyles5({ vertical: vertical2, hasLabel });
|
|
633
798
|
const { testId: dataTestId, slot } = useTestId("layout", testId);
|
|
634
799
|
if (hasLabel) {
|
|
635
800
|
return /* @__PURE__ */ jsxs2("div", { ref, role: "separator", className: root24, "data-testid": dataTestId, ...rest, children: [
|
|
636
|
-
/* @__PURE__ */
|
|
637
|
-
/* @__PURE__ */
|
|
638
|
-
/* @__PURE__ */
|
|
801
|
+
/* @__PURE__ */ jsx7("span", { className: line2 }),
|
|
802
|
+
/* @__PURE__ */ jsx7("span", { className: labelClass, "data-testid": slot("label"), children: label7 }),
|
|
803
|
+
/* @__PURE__ */ jsx7("span", { className: line2 })
|
|
639
804
|
] });
|
|
640
805
|
}
|
|
641
|
-
return /* @__PURE__ */
|
|
806
|
+
return /* @__PURE__ */ jsx7("div", { ref, role: "separator", className: root24, "data-testid": dataTestId, ...rest });
|
|
642
807
|
});
|
|
643
808
|
|
|
644
809
|
// src/components/avatar/index.tsx
|
|
645
|
-
import { forwardRef as
|
|
810
|
+
import { forwardRef as forwardRef6 } from "react";
|
|
646
811
|
|
|
647
812
|
// src/components/avatar/use-styles.ts
|
|
648
|
-
import { useMemo as
|
|
813
|
+
import { useMemo as useMemo9 } from "react";
|
|
649
814
|
|
|
650
815
|
// src/components/avatar/use-styles.css.ts
|
|
651
816
|
var root3 = "use-styles_root__1mn1rmu0";
|
|
@@ -653,13 +818,13 @@ var size2 = { sm: "use-styles_size_sm__1mn1rmu1", md: "use-styles_size_md__1mn1r
|
|
|
653
818
|
var variant = { "default": "use-styles_variant_default__1mn1rmu4", filled: "use-styles_variant_filled__1mn1rmu5" };
|
|
654
819
|
|
|
655
820
|
// src/components/avatar/use-styles.ts
|
|
656
|
-
function
|
|
821
|
+
function useStyles6({
|
|
657
822
|
size: size3 = "md",
|
|
658
823
|
filled,
|
|
659
824
|
className
|
|
660
825
|
}) {
|
|
661
826
|
const { themeClass } = useTheme();
|
|
662
|
-
const root24 =
|
|
827
|
+
const root24 = useMemo9(
|
|
663
828
|
() => [
|
|
664
829
|
themeClass,
|
|
665
830
|
root3,
|
|
@@ -673,18 +838,18 @@ function useStyles5({
|
|
|
673
838
|
}
|
|
674
839
|
|
|
675
840
|
// src/components/avatar/index.tsx
|
|
676
|
-
import { jsx as
|
|
677
|
-
var Avatar =
|
|
678
|
-
const { root: root24 } =
|
|
841
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
842
|
+
var Avatar = forwardRef6(function Avatar2({ size: size3, filled, className, children, testId, ...rest }, ref) {
|
|
843
|
+
const { root: root24 } = useStyles6({ size: size3, filled, className });
|
|
679
844
|
const { testId: dataTestId } = useTestId("media", testId);
|
|
680
|
-
return /* @__PURE__ */
|
|
845
|
+
return /* @__PURE__ */ jsx8("span", { ref, className: root24, "data-testid": dataTestId, ...rest, children });
|
|
681
846
|
});
|
|
682
847
|
|
|
683
848
|
// src/components/badge/index.tsx
|
|
684
|
-
import { forwardRef as
|
|
849
|
+
import { forwardRef as forwardRef7 } from "react";
|
|
685
850
|
|
|
686
851
|
// src/components/badge/use-styles.ts
|
|
687
|
-
import { useMemo as
|
|
852
|
+
import { useMemo as useMemo10 } from "react";
|
|
688
853
|
|
|
689
854
|
// src/components/badge/use-styles.css.ts
|
|
690
855
|
var dot = "use-styles_dot__1wpei6p1";
|
|
@@ -692,35 +857,35 @@ var root4 = "use-styles_root__1wpei6p0";
|
|
|
692
857
|
var tone2 = { ink: "use-styles_tone_ink__1wpei6p2", accent: "use-styles_tone_accent__1wpei6p3" };
|
|
693
858
|
|
|
694
859
|
// src/components/badge/use-styles.ts
|
|
695
|
-
function
|
|
860
|
+
function useStyles7({
|
|
696
861
|
tone: tone4 = "ink",
|
|
697
862
|
className
|
|
698
863
|
}) {
|
|
699
864
|
const { themeClass } = useTheme();
|
|
700
|
-
const root24 =
|
|
865
|
+
const root24 = useMemo10(
|
|
701
866
|
() => [themeClass, root4, className].filter(Boolean).join(" "),
|
|
702
867
|
[themeClass, className]
|
|
703
868
|
);
|
|
704
|
-
const dot3 =
|
|
869
|
+
const dot3 = useMemo10(() => [dot, tone2[tone4]].join(" "), [tone4]);
|
|
705
870
|
return { root: root24, dot: dot3 };
|
|
706
871
|
}
|
|
707
872
|
|
|
708
873
|
// src/components/badge/index.tsx
|
|
709
|
-
import { jsx as
|
|
710
|
-
var Badge =
|
|
711
|
-
const { root: root24, dot: dot3 } =
|
|
874
|
+
import { jsx as jsx9, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
875
|
+
var Badge = forwardRef7(function Badge2({ count, tone: tone4, className, children, testId, ...rest }, ref) {
|
|
876
|
+
const { root: root24, dot: dot3 } = useStyles7({ tone: tone4, className });
|
|
712
877
|
const { testId: dataTestId, slot } = useTestId("media", testId);
|
|
713
878
|
return /* @__PURE__ */ jsxs3("span", { ref, className: root24, "data-testid": dataTestId, ...rest, children: [
|
|
714
879
|
children,
|
|
715
|
-
count != null && /* @__PURE__ */
|
|
880
|
+
count != null && /* @__PURE__ */ jsx9("span", { className: dot3, "data-testid": slot("dot"), children: count })
|
|
716
881
|
] });
|
|
717
882
|
});
|
|
718
883
|
|
|
719
884
|
// src/components/progress/index.tsx
|
|
720
|
-
import { forwardRef as
|
|
885
|
+
import { forwardRef as forwardRef8 } from "react";
|
|
721
886
|
|
|
722
887
|
// src/components/progress/use-styles.ts
|
|
723
|
-
import { useMemo as
|
|
888
|
+
import { useMemo as useMemo11 } from "react";
|
|
724
889
|
|
|
725
890
|
// src/components/progress/use-styles.css.ts
|
|
726
891
|
var bar = "use-styles_bar__kbop7v3";
|
|
@@ -729,14 +894,14 @@ var spinner = "use-styles_spinner__kbop7v5";
|
|
|
729
894
|
var track = "use-styles_track__kbop7v2";
|
|
730
895
|
|
|
731
896
|
// src/components/progress/use-styles.ts
|
|
732
|
-
function
|
|
897
|
+
function useStyles8({
|
|
733
898
|
variant: variant2 = "linear",
|
|
734
899
|
value,
|
|
735
900
|
className
|
|
736
901
|
}) {
|
|
737
902
|
const { themeClass } = useTheme();
|
|
738
903
|
const indeterminate2 = value === void 0;
|
|
739
|
-
return
|
|
904
|
+
return useMemo11(() => {
|
|
740
905
|
const root24 = (...classes) => [themeClass, ...classes, className].filter(Boolean).join(" ");
|
|
741
906
|
if (variant2 === "circular") {
|
|
742
907
|
return { track: "", bar: "", spinner: root24(spinner) };
|
|
@@ -750,13 +915,13 @@ function useStyles7({
|
|
|
750
915
|
}
|
|
751
916
|
|
|
752
917
|
// src/components/progress/index.tsx
|
|
753
|
-
import { jsx as
|
|
754
|
-
var Progress =
|
|
755
|
-
const { track: track4, bar: bar2, spinner: spinner2 } =
|
|
918
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
919
|
+
var Progress = forwardRef8(function Progress2({ variant: variant2 = "linear", value, size: size3 = 20, className, testId, ...rest }, ref) {
|
|
920
|
+
const { track: track4, bar: bar2, spinner: spinner2 } = useStyles8({ variant: variant2, value, className });
|
|
756
921
|
const indeterminate2 = value === void 0;
|
|
757
922
|
const { testId: dataTestId, slot } = useTestId("media", testId);
|
|
758
923
|
if (variant2 === "circular") {
|
|
759
|
-
return /* @__PURE__ */
|
|
924
|
+
return /* @__PURE__ */ jsx10(
|
|
760
925
|
"span",
|
|
761
926
|
{
|
|
762
927
|
ref,
|
|
@@ -772,7 +937,7 @@ var Progress = forwardRef7(function Progress2({ variant: variant2 = "linear", va
|
|
|
772
937
|
}
|
|
773
938
|
);
|
|
774
939
|
}
|
|
775
|
-
return /* @__PURE__ */
|
|
940
|
+
return /* @__PURE__ */ jsx10(
|
|
776
941
|
"div",
|
|
777
942
|
{
|
|
778
943
|
ref,
|
|
@@ -784,7 +949,7 @@ var Progress = forwardRef7(function Progress2({ variant: variant2 = "linear", va
|
|
|
784
949
|
"data-testid": dataTestId,
|
|
785
950
|
"data-state": states({ indeterminate: indeterminate2 }),
|
|
786
951
|
...rest,
|
|
787
|
-
children: /* @__PURE__ */
|
|
952
|
+
children: /* @__PURE__ */ jsx10(
|
|
788
953
|
"div",
|
|
789
954
|
{
|
|
790
955
|
className: bar2,
|
|
@@ -797,10 +962,10 @@ var Progress = forwardRef7(function Progress2({ variant: variant2 = "linear", va
|
|
|
797
962
|
});
|
|
798
963
|
|
|
799
964
|
// src/components/chip/index.tsx
|
|
800
|
-
import { forwardRef as
|
|
965
|
+
import { forwardRef as forwardRef9 } from "react";
|
|
801
966
|
|
|
802
967
|
// src/components/icons/x/index.tsx
|
|
803
|
-
import { jsx as
|
|
968
|
+
import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
804
969
|
function XIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
805
970
|
return /* @__PURE__ */ jsxs4(
|
|
806
971
|
"svg",
|
|
@@ -817,15 +982,15 @@ function XIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
817
982
|
"aria-hidden": "true",
|
|
818
983
|
...rest,
|
|
819
984
|
children: [
|
|
820
|
-
/* @__PURE__ */
|
|
821
|
-
/* @__PURE__ */
|
|
985
|
+
/* @__PURE__ */ jsx11("path", { d: "M18 6 6 18" }),
|
|
986
|
+
/* @__PURE__ */ jsx11("path", { d: "m6 6 12 12" })
|
|
822
987
|
]
|
|
823
988
|
}
|
|
824
989
|
);
|
|
825
990
|
}
|
|
826
991
|
|
|
827
992
|
// src/components/chip/use-styles.ts
|
|
828
|
-
import { useMemo as
|
|
993
|
+
import { useMemo as useMemo12 } from "react";
|
|
829
994
|
|
|
830
995
|
// src/components/chip/use-styles.css.ts
|
|
831
996
|
var clickable = "use-styles_clickable__1axilf44";
|
|
@@ -835,13 +1000,13 @@ var selected = "use-styles_selected__1axilf43";
|
|
|
835
1000
|
var tone3 = { ink: "use-styles_tone_ink__1axilf41", accent: "use-styles_tone_accent__1axilf42" };
|
|
836
1001
|
|
|
837
1002
|
// src/components/chip/use-styles.ts
|
|
838
|
-
function
|
|
1003
|
+
function useStyles9({
|
|
839
1004
|
selected: selected3,
|
|
840
1005
|
tone: tone4 = "ink",
|
|
841
1006
|
clickable: clickable2
|
|
842
1007
|
}) {
|
|
843
1008
|
const { themeClass } = useTheme();
|
|
844
|
-
const root24 =
|
|
1009
|
+
const root24 = useMemo12(
|
|
845
1010
|
() => [
|
|
846
1011
|
themeClass,
|
|
847
1012
|
root5,
|
|
@@ -854,11 +1019,11 @@ function useStyles8({
|
|
|
854
1019
|
}
|
|
855
1020
|
|
|
856
1021
|
// src/components/chip/index.tsx
|
|
857
|
-
import { jsx as
|
|
1022
|
+
import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
858
1023
|
var ICON_SIZE2 = 13;
|
|
859
|
-
var Chip =
|
|
1024
|
+
var Chip = forwardRef9(function Chip2({ selected: selected3, tone: tone4, onDelete, onClick, startIcon: StartIcon, children, testId, ...rest }, ref) {
|
|
860
1025
|
const clickable2 = Boolean(onClick);
|
|
861
|
-
const { root: root24, deleteBtn: deleteBtn2 } =
|
|
1026
|
+
const { root: root24, deleteBtn: deleteBtn2 } = useStyles9({ selected: selected3, tone: tone4, clickable: clickable2 });
|
|
862
1027
|
const { testId: dataTestId, slot } = useTestId("media", testId);
|
|
863
1028
|
const handleDelete = (event) => {
|
|
864
1029
|
event.stopPropagation();
|
|
@@ -874,9 +1039,9 @@ var Chip = forwardRef8(function Chip2({ selected: selected3, tone: tone4, onDele
|
|
|
874
1039
|
"data-state": states({ selected: selected3 }),
|
|
875
1040
|
...rest,
|
|
876
1041
|
children: [
|
|
877
|
-
StartIcon ? /* @__PURE__ */
|
|
1042
|
+
StartIcon ? /* @__PURE__ */ jsx12(StartIcon, { size: ICON_SIZE2 }) : null,
|
|
878
1043
|
children,
|
|
879
|
-
onDelete && /* @__PURE__ */
|
|
1044
|
+
onDelete && /* @__PURE__ */ jsx12(
|
|
880
1045
|
"button",
|
|
881
1046
|
{
|
|
882
1047
|
type: "button",
|
|
@@ -884,7 +1049,7 @@ var Chip = forwardRef8(function Chip2({ selected: selected3, tone: tone4, onDele
|
|
|
884
1049
|
"aria-label": "Remove",
|
|
885
1050
|
onClick: handleDelete,
|
|
886
1051
|
"data-testid": slot("delete"),
|
|
887
|
-
children: /* @__PURE__ */
|
|
1052
|
+
children: /* @__PURE__ */ jsx12(XIcon, { size: ICON_SIZE2 })
|
|
888
1053
|
}
|
|
889
1054
|
)
|
|
890
1055
|
]
|
|
@@ -893,12 +1058,12 @@ var Chip = forwardRef8(function Chip2({ selected: selected3, tone: tone4, onDele
|
|
|
893
1058
|
});
|
|
894
1059
|
|
|
895
1060
|
// src/components/checkbox/index.tsx
|
|
896
|
-
import { forwardRef as
|
|
1061
|
+
import { forwardRef as forwardRef10 } from "react";
|
|
897
1062
|
|
|
898
1063
|
// src/components/icons/check/index.tsx
|
|
899
|
-
import { jsx as
|
|
1064
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
900
1065
|
function CheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
901
|
-
return /* @__PURE__ */
|
|
1066
|
+
return /* @__PURE__ */ jsx13(
|
|
902
1067
|
"svg",
|
|
903
1068
|
{
|
|
904
1069
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -912,13 +1077,13 @@ function CheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
912
1077
|
strokeLinejoin: "round",
|
|
913
1078
|
"aria-hidden": "true",
|
|
914
1079
|
...rest,
|
|
915
|
-
children: /* @__PURE__ */
|
|
1080
|
+
children: /* @__PURE__ */ jsx13("path", { d: "M20 6 9 17l-5-5" })
|
|
916
1081
|
}
|
|
917
1082
|
);
|
|
918
1083
|
}
|
|
919
1084
|
|
|
920
1085
|
// src/components/checkbox/use-styles.ts
|
|
921
|
-
import { useMemo as
|
|
1086
|
+
import { useMemo as useMemo13 } from "react";
|
|
922
1087
|
|
|
923
1088
|
// src/components/checkbox/use-styles.css.ts
|
|
924
1089
|
var box = "use-styles_box__9zoga91";
|
|
@@ -929,13 +1094,13 @@ var input = "surfaces_srOnly__1qa7atn0";
|
|
|
929
1094
|
var root6 = "use-styles_root__9zoga90";
|
|
930
1095
|
|
|
931
1096
|
// src/components/checkbox/use-styles.ts
|
|
932
|
-
function
|
|
1097
|
+
function useStyles10({ checked, disabled: disabled3 }) {
|
|
933
1098
|
const { themeClass } = useTheme();
|
|
934
|
-
const root24 =
|
|
1099
|
+
const root24 = useMemo13(
|
|
935
1100
|
() => [themeClass, root6, disabled3 && disabled].filter(Boolean).join(" "),
|
|
936
1101
|
[themeClass, disabled3]
|
|
937
1102
|
);
|
|
938
|
-
const box2 =
|
|
1103
|
+
const box2 = useMemo13(
|
|
939
1104
|
() => [box, checked && boxChecked].filter(Boolean).join(" "),
|
|
940
1105
|
[checked]
|
|
941
1106
|
);
|
|
@@ -943,16 +1108,16 @@ function useStyles9({ checked, disabled: disabled3 }) {
|
|
|
943
1108
|
}
|
|
944
1109
|
|
|
945
1110
|
// src/components/checkbox/index.tsx
|
|
946
|
-
import { jsx as
|
|
947
|
-
var Checkbox =
|
|
948
|
-
const { root: root24, input: input6, box: box2, check: check2 } =
|
|
1111
|
+
import { jsx as jsx14, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
1112
|
+
var Checkbox = forwardRef10(function Checkbox2({ checked = false, onChange, label: label7, disabled: disabled3 = false, id, testId, ...rest }, ref) {
|
|
1113
|
+
const { root: root24, input: input6, box: box2, check: check2 } = useStyles10({ checked, disabled: disabled3 });
|
|
949
1114
|
const { testId: dataTestId } = useTestId("toggle", testId);
|
|
950
1115
|
const handleChange = (e) => {
|
|
951
1116
|
if (disabled3) return;
|
|
952
1117
|
onChange?.(e.target.checked);
|
|
953
1118
|
};
|
|
954
1119
|
return /* @__PURE__ */ jsxs6("label", { className: root24, "data-testid": dataTestId, "data-state": states({ checked, disabled: disabled3 }), children: [
|
|
955
|
-
/* @__PURE__ */
|
|
1120
|
+
/* @__PURE__ */ jsx14(
|
|
956
1121
|
"input",
|
|
957
1122
|
{
|
|
958
1123
|
ref,
|
|
@@ -965,16 +1130,16 @@ var Checkbox = forwardRef9(function Checkbox2({ checked = false, onChange, label
|
|
|
965
1130
|
...rest
|
|
966
1131
|
}
|
|
967
1132
|
),
|
|
968
|
-
/* @__PURE__ */
|
|
1133
|
+
/* @__PURE__ */ jsx14("span", { className: box2, children: checked && /* @__PURE__ */ jsx14(CheckIcon, { size: 12, className: check2 }) }),
|
|
969
1134
|
label7
|
|
970
1135
|
] });
|
|
971
1136
|
});
|
|
972
1137
|
|
|
973
1138
|
// src/components/radio/index.tsx
|
|
974
|
-
import { forwardRef as
|
|
1139
|
+
import { forwardRef as forwardRef11 } from "react";
|
|
975
1140
|
|
|
976
1141
|
// src/components/radio/use-styles.ts
|
|
977
|
-
import { useMemo as
|
|
1142
|
+
import { useMemo as useMemo14 } from "react";
|
|
978
1143
|
|
|
979
1144
|
// src/components/radio/use-styles.css.ts
|
|
980
1145
|
var circle = "use-styles_circle__vy61b42";
|
|
@@ -985,12 +1150,12 @@ var label2 = "use-styles_label__vy61b44";
|
|
|
985
1150
|
var root7 = "use-styles_root__vy61b40";
|
|
986
1151
|
|
|
987
1152
|
// src/components/radio/use-styles.ts
|
|
988
|
-
function
|
|
1153
|
+
function useStyles11({
|
|
989
1154
|
disabled: disabled3,
|
|
990
1155
|
className
|
|
991
1156
|
}) {
|
|
992
1157
|
const { themeClass } = useTheme();
|
|
993
|
-
const root24 =
|
|
1158
|
+
const root24 = useMemo14(
|
|
994
1159
|
() => [themeClass, root7, disabled3 && disabled2, className].filter(Boolean).join(" "),
|
|
995
1160
|
[themeClass, disabled3, className]
|
|
996
1161
|
);
|
|
@@ -1004,12 +1169,12 @@ function useStyles10({
|
|
|
1004
1169
|
}
|
|
1005
1170
|
|
|
1006
1171
|
// src/components/radio/index.tsx
|
|
1007
|
-
import { jsx as
|
|
1008
|
-
var Radio =
|
|
1009
|
-
const { root: root24, input: input6, circle: circle2, dot: dot3, label: labelClass } =
|
|
1172
|
+
import { jsx as jsx15, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
1173
|
+
var Radio = forwardRef11(function Radio2({ checked, onChange, label: label7, name, value, disabled: disabled3, testId, ...rest }, ref) {
|
|
1174
|
+
const { root: root24, input: input6, circle: circle2, dot: dot3, label: labelClass } = useStyles11({ disabled: disabled3 });
|
|
1010
1175
|
const { testId: dataTestId } = useTestId("toggle", testId);
|
|
1011
1176
|
return /* @__PURE__ */ jsxs7("label", { className: root24, "data-testid": dataTestId, "data-state": states({ checked, disabled: disabled3 }), children: [
|
|
1012
|
-
/* @__PURE__ */
|
|
1177
|
+
/* @__PURE__ */ jsx15(
|
|
1013
1178
|
"input",
|
|
1014
1179
|
{
|
|
1015
1180
|
ref,
|
|
@@ -1023,16 +1188,16 @@ var Radio = forwardRef10(function Radio2({ checked, onChange, label: label7, nam
|
|
|
1023
1188
|
...rest
|
|
1024
1189
|
}
|
|
1025
1190
|
),
|
|
1026
|
-
/* @__PURE__ */
|
|
1027
|
-
label7 != null && /* @__PURE__ */
|
|
1191
|
+
/* @__PURE__ */ jsx15("span", { className: circle2, children: checked && /* @__PURE__ */ jsx15("span", { className: dot3 }) }),
|
|
1192
|
+
label7 != null && /* @__PURE__ */ jsx15("span", { className: labelClass, children: label7 })
|
|
1028
1193
|
] });
|
|
1029
1194
|
});
|
|
1030
1195
|
|
|
1031
1196
|
// src/components/switch/index.tsx
|
|
1032
|
-
import { forwardRef as
|
|
1197
|
+
import { forwardRef as forwardRef12 } from "react";
|
|
1033
1198
|
|
|
1034
1199
|
// src/components/switch/use-styles.ts
|
|
1035
|
-
import { useMemo as
|
|
1200
|
+
import { useMemo as useMemo15 } from "react";
|
|
1036
1201
|
|
|
1037
1202
|
// src/components/switch/use-styles.css.ts
|
|
1038
1203
|
var input3 = "surfaces_srOnly__1qa7atn0";
|
|
@@ -1044,9 +1209,9 @@ var track2 = "use-styles_track__1r6kem71";
|
|
|
1044
1209
|
var trackChecked = "use-styles_trackChecked__1r6kem72";
|
|
1045
1210
|
|
|
1046
1211
|
// src/components/switch/use-styles.ts
|
|
1047
|
-
function
|
|
1212
|
+
function useStyles12({ checked }) {
|
|
1048
1213
|
const { themeClass } = useTheme();
|
|
1049
|
-
return
|
|
1214
|
+
return useMemo15(
|
|
1050
1215
|
() => ({
|
|
1051
1216
|
root: [themeClass, root8].filter(Boolean).join(" "),
|
|
1052
1217
|
input: input3,
|
|
@@ -1059,12 +1224,12 @@ function useStyles11({ checked }) {
|
|
|
1059
1224
|
}
|
|
1060
1225
|
|
|
1061
1226
|
// src/components/switch/index.tsx
|
|
1062
|
-
import { jsx as
|
|
1063
|
-
var Switch =
|
|
1064
|
-
const { root: root24, input: input6, track: track4, knob: knob2, label: labelClass } =
|
|
1227
|
+
import { jsx as jsx16, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1228
|
+
var Switch = forwardRef12(function Switch2({ checked = false, onChange, label: label7, disabled: disabled3, testId, ...rest }, ref) {
|
|
1229
|
+
const { root: root24, input: input6, track: track4, knob: knob2, label: labelClass } = useStyles12({ checked });
|
|
1065
1230
|
const { testId: dataTestId } = useTestId("toggle", testId);
|
|
1066
1231
|
return /* @__PURE__ */ jsxs8("label", { className: root24, "data-testid": dataTestId, "data-state": states({ checked, disabled: disabled3 }), children: [
|
|
1067
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx16(
|
|
1068
1233
|
"input",
|
|
1069
1234
|
{
|
|
1070
1235
|
ref,
|
|
@@ -1081,19 +1246,19 @@ var Switch = forwardRef11(function Switch2({ checked = false, onChange, label: l
|
|
|
1081
1246
|
...rest
|
|
1082
1247
|
}
|
|
1083
1248
|
),
|
|
1084
|
-
/* @__PURE__ */
|
|
1085
|
-
label7 != null && /* @__PURE__ */
|
|
1249
|
+
/* @__PURE__ */ jsx16("span", { className: track4, children: /* @__PURE__ */ jsx16("span", { className: knob2 }) }),
|
|
1250
|
+
label7 != null && /* @__PURE__ */ jsx16("span", { className: labelClass, children: label7 })
|
|
1086
1251
|
] });
|
|
1087
1252
|
});
|
|
1088
1253
|
|
|
1089
1254
|
// src/components/text-field/index.tsx
|
|
1090
|
-
import { forwardRef as
|
|
1255
|
+
import { forwardRef as forwardRef14 } from "react";
|
|
1091
1256
|
|
|
1092
1257
|
// src/components/base-field/index.tsx
|
|
1093
|
-
import { forwardRef as
|
|
1258
|
+
import { forwardRef as forwardRef13, useId } from "react";
|
|
1094
1259
|
|
|
1095
1260
|
// src/components/base-field/use-styles.ts
|
|
1096
|
-
import { useMemo as
|
|
1261
|
+
import { useMemo as useMemo16 } from "react";
|
|
1097
1262
|
|
|
1098
1263
|
// src/components/base-field/use-styles.css.ts
|
|
1099
1264
|
var field = "use-styles_field__1c3cgd3";
|
|
@@ -1110,9 +1275,9 @@ var startIconSlot = "use-styles_startIconSlot__1c3cgda";
|
|
|
1110
1275
|
var trailingSlot = "use-styles_trailingSlot__1c3cgdb";
|
|
1111
1276
|
|
|
1112
1277
|
// src/components/base-field/use-styles.ts
|
|
1113
|
-
function
|
|
1278
|
+
function useStyles13({ error, hasStartIcon, hasTrailing, className }) {
|
|
1114
1279
|
const { themeClass } = useTheme();
|
|
1115
|
-
return
|
|
1280
|
+
return useMemo16(() => {
|
|
1116
1281
|
const root24 = [themeClass, root9].filter(Boolean).join(" ");
|
|
1117
1282
|
const labelText2 = [labelText, error && labelTextError].filter(Boolean).join(" ");
|
|
1118
1283
|
const input6 = [
|
|
@@ -1136,15 +1301,15 @@ function useStyles12({ error, hasStartIcon, hasTrailing, className }) {
|
|
|
1136
1301
|
}
|
|
1137
1302
|
|
|
1138
1303
|
// src/components/base-field/index.tsx
|
|
1139
|
-
import { jsx as
|
|
1140
|
-
var BaseField =
|
|
1304
|
+
import { jsx as jsx17, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
1305
|
+
var BaseField = forwardRef13(function BaseField2({ label: label7, help, error, startIcon: StartIcon, trailing: trailing2, id, className, testId, children }, ref) {
|
|
1141
1306
|
const autoId = useId();
|
|
1142
1307
|
const controlId = id ?? autoId;
|
|
1143
1308
|
const errorMessage = error != null && error !== false && error !== true && error !== "" ? error : null;
|
|
1144
1309
|
const hasError = error === true || errorMessage != null;
|
|
1145
1310
|
const message2 = errorMessage ?? help;
|
|
1146
1311
|
const messageId = message2 != null ? `${controlId}-msg` : void 0;
|
|
1147
|
-
const classes =
|
|
1312
|
+
const classes = useStyles13({
|
|
1148
1313
|
error: hasError,
|
|
1149
1314
|
hasStartIcon: StartIcon != null,
|
|
1150
1315
|
hasTrailing: trailing2 != null,
|
|
@@ -1160,14 +1325,14 @@ var BaseField = forwardRef12(function BaseField2({ label: label7, help, error, s
|
|
|
1160
1325
|
"data-testid": slot("input")
|
|
1161
1326
|
};
|
|
1162
1327
|
return /* @__PURE__ */ jsxs9("div", { className: classes.root, "data-testid": rootTestId, "data-state": states({ error: hasError }), children: [
|
|
1163
|
-
label7 != null && /* @__PURE__ */
|
|
1328
|
+
label7 != null && /* @__PURE__ */ jsx17("label", { htmlFor: controlId, className: classes.labelText, "data-testid": slot("label"), children: label7 }),
|
|
1164
1329
|
/* @__PURE__ */ jsxs9("div", { className: classes.field, children: [
|
|
1165
|
-
StartIcon != null && /* @__PURE__ */
|
|
1330
|
+
StartIcon != null && /* @__PURE__ */ jsx17("span", { className: classes.startIconSlot, children: /* @__PURE__ */ jsx17(StartIcon, { size: 18 }) }),
|
|
1166
1331
|
children(control),
|
|
1167
|
-
trailing2 != null && /* @__PURE__ */
|
|
1332
|
+
trailing2 != null && /* @__PURE__ */ jsx17("span", { className: classes.trailingSlot, children: trailing2 })
|
|
1168
1333
|
] }),
|
|
1169
1334
|
message2 != null && // `aria-live` solo cuando el mensaje es un error: anuncia la validación al aparecer.
|
|
1170
|
-
/* @__PURE__ */
|
|
1335
|
+
/* @__PURE__ */ jsx17(
|
|
1171
1336
|
"span",
|
|
1172
1337
|
{
|
|
1173
1338
|
id: messageId,
|
|
@@ -1181,8 +1346,8 @@ var BaseField = forwardRef12(function BaseField2({ label: label7, help, error, s
|
|
|
1181
1346
|
});
|
|
1182
1347
|
|
|
1183
1348
|
// src/components/text-field/index.tsx
|
|
1184
|
-
import { jsx as
|
|
1185
|
-
var TextField =
|
|
1349
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
1350
|
+
var TextField = forwardRef14(function TextField2({
|
|
1186
1351
|
label: label7,
|
|
1187
1352
|
help,
|
|
1188
1353
|
error,
|
|
@@ -1197,7 +1362,7 @@ var TextField = forwardRef13(function TextField2({
|
|
|
1197
1362
|
...rest
|
|
1198
1363
|
}, ref) {
|
|
1199
1364
|
const rawTestId = rest["data-testid"];
|
|
1200
|
-
return /* @__PURE__ */
|
|
1365
|
+
return /* @__PURE__ */ jsx18(
|
|
1201
1366
|
BaseField,
|
|
1202
1367
|
{
|
|
1203
1368
|
ref,
|
|
@@ -1211,7 +1376,7 @@ var TextField = forwardRef13(function TextField2({
|
|
|
1211
1376
|
children: ({ ref: controlRef, ...control }) => multiline ? (
|
|
1212
1377
|
// En multiline el control es un <textarea>: no reenviamos `controlRef` porque el
|
|
1213
1378
|
// tipo público de la ref es HTMLInputElement (la ref aplica solo a la rama <input>).
|
|
1214
|
-
/* @__PURE__ */
|
|
1379
|
+
/* @__PURE__ */ jsx18(
|
|
1215
1380
|
"textarea",
|
|
1216
1381
|
{
|
|
1217
1382
|
...rest,
|
|
@@ -1221,7 +1386,7 @@ var TextField = forwardRef13(function TextField2({
|
|
|
1221
1386
|
onChange: (e) => onChange?.(e.target.value)
|
|
1222
1387
|
}
|
|
1223
1388
|
)
|
|
1224
|
-
) : /* @__PURE__ */
|
|
1389
|
+
) : /* @__PURE__ */ jsx18(
|
|
1225
1390
|
"input",
|
|
1226
1391
|
{
|
|
1227
1392
|
...rest,
|
|
@@ -1237,10 +1402,10 @@ var TextField = forwardRef13(function TextField2({
|
|
|
1237
1402
|
});
|
|
1238
1403
|
|
|
1239
1404
|
// src/components/password-field/index.tsx
|
|
1240
|
-
import { forwardRef as
|
|
1405
|
+
import { forwardRef as forwardRef15, useState as useState3 } from "react";
|
|
1241
1406
|
|
|
1242
1407
|
// src/components/icons/eye/index.tsx
|
|
1243
|
-
import { jsx as
|
|
1408
|
+
import { jsx as jsx19, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
1244
1409
|
function EyeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1245
1410
|
return /* @__PURE__ */ jsxs10(
|
|
1246
1411
|
"svg",
|
|
@@ -1257,15 +1422,15 @@ function EyeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1257
1422
|
"aria-hidden": "true",
|
|
1258
1423
|
...rest,
|
|
1259
1424
|
children: [
|
|
1260
|
-
/* @__PURE__ */
|
|
1261
|
-
/* @__PURE__ */
|
|
1425
|
+
/* @__PURE__ */ jsx19("path", { d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }),
|
|
1426
|
+
/* @__PURE__ */ jsx19("circle", { cx: "12", cy: "12", r: "3" })
|
|
1262
1427
|
]
|
|
1263
1428
|
}
|
|
1264
1429
|
);
|
|
1265
1430
|
}
|
|
1266
1431
|
|
|
1267
1432
|
// src/components/icons/eye-off/index.tsx
|
|
1268
|
-
import { jsx as
|
|
1433
|
+
import { jsx as jsx20, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
1269
1434
|
function EyeOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1270
1435
|
return /* @__PURE__ */ jsxs11(
|
|
1271
1436
|
"svg",
|
|
@@ -1282,39 +1447,39 @@ function EyeOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1282
1447
|
"aria-hidden": "true",
|
|
1283
1448
|
...rest,
|
|
1284
1449
|
children: [
|
|
1285
|
-
/* @__PURE__ */
|
|
1286
|
-
/* @__PURE__ */
|
|
1287
|
-
/* @__PURE__ */
|
|
1288
|
-
/* @__PURE__ */
|
|
1450
|
+
/* @__PURE__ */ jsx20("path", { d: "M9.88 9.88a3 3 0 1 0 4.24 4.24" }),
|
|
1451
|
+
/* @__PURE__ */ jsx20("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" }),
|
|
1452
|
+
/* @__PURE__ */ jsx20("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" }),
|
|
1453
|
+
/* @__PURE__ */ jsx20("path", { d: "m2 2 20 20" })
|
|
1289
1454
|
]
|
|
1290
1455
|
}
|
|
1291
1456
|
);
|
|
1292
1457
|
}
|
|
1293
1458
|
|
|
1294
1459
|
// src/components/password-field/use-styles.ts
|
|
1295
|
-
import { useMemo as
|
|
1460
|
+
import { useMemo as useMemo17 } from "react";
|
|
1296
1461
|
|
|
1297
1462
|
// src/components/password-field/use-styles.css.ts
|
|
1298
1463
|
var revealButton = "use-styles_revealButton__rsu9d50";
|
|
1299
1464
|
|
|
1300
1465
|
// src/components/password-field/use-styles.ts
|
|
1301
|
-
function
|
|
1302
|
-
return
|
|
1466
|
+
function useStyles14() {
|
|
1467
|
+
return useMemo17(() => ({ revealButton }), []);
|
|
1303
1468
|
}
|
|
1304
1469
|
|
|
1305
1470
|
// src/components/password-field/index.tsx
|
|
1306
|
-
import { jsx as
|
|
1307
|
-
var PasswordField =
|
|
1471
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
1472
|
+
var PasswordField = forwardRef15(
|
|
1308
1473
|
function PasswordField2({ label: label7, help, error, startIcon, onChange, id, className, ...rest }, ref) {
|
|
1309
1474
|
const [reveal, setReveal] = useState3(false);
|
|
1310
|
-
const classes =
|
|
1475
|
+
const classes = useStyles14();
|
|
1311
1476
|
const handleChange = (e) => {
|
|
1312
1477
|
onChange?.(e.target.value);
|
|
1313
1478
|
};
|
|
1314
1479
|
const handleToggleMouseDown = (e) => {
|
|
1315
1480
|
e.preventDefault();
|
|
1316
1481
|
};
|
|
1317
|
-
const toggleButton = /* @__PURE__ */
|
|
1482
|
+
const toggleButton = /* @__PURE__ */ jsx21(
|
|
1318
1483
|
"button",
|
|
1319
1484
|
{
|
|
1320
1485
|
type: "button",
|
|
@@ -1323,10 +1488,10 @@ var PasswordField = forwardRef14(
|
|
|
1323
1488
|
"aria-label": reveal ? "Ocultar contrase\xF1a" : "Mostrar contrase\xF1a",
|
|
1324
1489
|
onMouseDown: handleToggleMouseDown,
|
|
1325
1490
|
onClick: () => setReveal((r) => !r),
|
|
1326
|
-
children: reveal ? /* @__PURE__ */
|
|
1491
|
+
children: reveal ? /* @__PURE__ */ jsx21(EyeOffIcon, { size: 18 }) : /* @__PURE__ */ jsx21(EyeIcon, { size: 18 })
|
|
1327
1492
|
}
|
|
1328
1493
|
);
|
|
1329
|
-
return /* @__PURE__ */
|
|
1494
|
+
return /* @__PURE__ */ jsx21(
|
|
1330
1495
|
BaseField,
|
|
1331
1496
|
{
|
|
1332
1497
|
ref,
|
|
@@ -1337,7 +1502,7 @@ var PasswordField = forwardRef14(
|
|
|
1337
1502
|
trailing: toggleButton,
|
|
1338
1503
|
id,
|
|
1339
1504
|
className,
|
|
1340
|
-
children: (control) => /* @__PURE__ */
|
|
1505
|
+
children: (control) => /* @__PURE__ */ jsx21(
|
|
1341
1506
|
"input",
|
|
1342
1507
|
{
|
|
1343
1508
|
...rest,
|
|
@@ -1352,15 +1517,15 @@ var PasswordField = forwardRef14(
|
|
|
1352
1517
|
);
|
|
1353
1518
|
|
|
1354
1519
|
// src/components/money-field/index.tsx
|
|
1355
|
-
import { forwardRef as
|
|
1356
|
-
import { jsx as
|
|
1520
|
+
import { forwardRef as forwardRef16, useMemo as useMemo18, useState as useState4 } from "react";
|
|
1521
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
1357
1522
|
function parseAmount(raw) {
|
|
1358
1523
|
const cleaned = raw.replace(/[^0-9.-]/g, "");
|
|
1359
1524
|
if (cleaned === "" || cleaned === "-" || cleaned === ".") return null;
|
|
1360
1525
|
const n = Number.parseFloat(cleaned);
|
|
1361
1526
|
return Number.isNaN(n) ? null : n;
|
|
1362
1527
|
}
|
|
1363
|
-
var MoneyField =
|
|
1528
|
+
var MoneyField = forwardRef16(function MoneyField2({
|
|
1364
1529
|
value,
|
|
1365
1530
|
onChange,
|
|
1366
1531
|
currency = "USD",
|
|
@@ -1377,7 +1542,7 @@ var MoneyField = forwardRef15(function MoneyField2({
|
|
|
1377
1542
|
}, ref) {
|
|
1378
1543
|
const [focused, setFocused] = useState4(false);
|
|
1379
1544
|
const [draft, setDraft] = useState4("");
|
|
1380
|
-
const formatter =
|
|
1545
|
+
const formatter = useMemo18(
|
|
1381
1546
|
() => new Intl.NumberFormat(locale, { style: "currency", currency }),
|
|
1382
1547
|
[locale, currency]
|
|
1383
1548
|
);
|
|
@@ -1393,7 +1558,7 @@ var MoneyField = forwardRef15(function MoneyField2({
|
|
|
1393
1558
|
onChange?.(parseAmount(draft));
|
|
1394
1559
|
onBlur?.(e);
|
|
1395
1560
|
};
|
|
1396
|
-
return /* @__PURE__ */
|
|
1561
|
+
return /* @__PURE__ */ jsx22(
|
|
1397
1562
|
BaseField,
|
|
1398
1563
|
{
|
|
1399
1564
|
ref,
|
|
@@ -1403,7 +1568,7 @@ var MoneyField = forwardRef15(function MoneyField2({
|
|
|
1403
1568
|
startIcon,
|
|
1404
1569
|
id,
|
|
1405
1570
|
className,
|
|
1406
|
-
children: (control) => /* @__PURE__ */
|
|
1571
|
+
children: (control) => /* @__PURE__ */ jsx22(
|
|
1407
1572
|
"input",
|
|
1408
1573
|
{
|
|
1409
1574
|
...rest,
|
|
@@ -1420,10 +1585,10 @@ var MoneyField = forwardRef15(function MoneyField2({
|
|
|
1420
1585
|
});
|
|
1421
1586
|
|
|
1422
1587
|
// src/components/icon-button/index.tsx
|
|
1423
|
-
import { forwardRef as
|
|
1588
|
+
import { forwardRef as forwardRef17 } from "react";
|
|
1424
1589
|
|
|
1425
1590
|
// src/components/icon-button/use-styles.ts
|
|
1426
|
-
import { useMemo as
|
|
1591
|
+
import { useMemo as useMemo19 } from "react";
|
|
1427
1592
|
|
|
1428
1593
|
// src/components/icon-button/use-styles.css.ts
|
|
1429
1594
|
var accent = "use-styles_accent__18np0q02";
|
|
@@ -1431,12 +1596,12 @@ var active = "use-styles_active__18np0q01";
|
|
|
1431
1596
|
var root10 = "use-styles_root__18np0q00";
|
|
1432
1597
|
|
|
1433
1598
|
// src/components/icon-button/use-styles.ts
|
|
1434
|
-
function
|
|
1599
|
+
function useStyles15({
|
|
1435
1600
|
active: active2 = false,
|
|
1436
1601
|
tone: tone4 = "ink"
|
|
1437
1602
|
}) {
|
|
1438
1603
|
const { themeClass } = useTheme();
|
|
1439
|
-
const root24 =
|
|
1604
|
+
const root24 = useMemo19(
|
|
1440
1605
|
() => [themeClass, root10, tone4 === "accent" && accent, active2 && active].filter(Boolean).join(" "),
|
|
1441
1606
|
[themeClass, active2, tone4]
|
|
1442
1607
|
);
|
|
@@ -1444,8 +1609,8 @@ function useStyles14({
|
|
|
1444
1609
|
}
|
|
1445
1610
|
|
|
1446
1611
|
// src/components/icon-button/index.tsx
|
|
1447
|
-
import { jsx as
|
|
1448
|
-
var IconButton =
|
|
1612
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
1613
|
+
var IconButton = forwardRef17(function IconButton2({ icon: Icon, active: active2, tone: tone4, title, type = "button", testId, ...rest }, ref) {
|
|
1449
1614
|
if (typeof process !== "undefined" && process.env.NODE_ENV !== "production") {
|
|
1450
1615
|
const restProps = rest;
|
|
1451
1616
|
const hasName = title.trim() !== "" || restProps["aria-label"] != null || restProps["aria-labelledby"] != null;
|
|
@@ -1453,9 +1618,9 @@ var IconButton = forwardRef16(function IconButton2({ icon: Icon, active: active2
|
|
|
1453
1618
|
console.warn("IconButton: falta un nombre accesible (`title` o `aria-label`).");
|
|
1454
1619
|
}
|
|
1455
1620
|
}
|
|
1456
|
-
const { root: root24 } =
|
|
1621
|
+
const { root: root24 } = useStyles15({ active: active2, tone: tone4 });
|
|
1457
1622
|
const { testId: dataTestId } = useTestId("button", testId);
|
|
1458
|
-
return /* @__PURE__ */
|
|
1623
|
+
return /* @__PURE__ */ jsx23(
|
|
1459
1624
|
"button",
|
|
1460
1625
|
{
|
|
1461
1626
|
ref,
|
|
@@ -1466,16 +1631,16 @@ var IconButton = forwardRef16(function IconButton2({ icon: Icon, active: active2
|
|
|
1466
1631
|
"data-testid": dataTestId,
|
|
1467
1632
|
"data-state": states({ active: active2, disabled: rest.disabled }),
|
|
1468
1633
|
...rest,
|
|
1469
|
-
children: /* @__PURE__ */
|
|
1634
|
+
children: /* @__PURE__ */ jsx23(Icon, { size: 18 })
|
|
1470
1635
|
}
|
|
1471
1636
|
);
|
|
1472
1637
|
});
|
|
1473
1638
|
|
|
1474
1639
|
// src/components/card/index.tsx
|
|
1475
|
-
import { forwardRef as
|
|
1640
|
+
import { forwardRef as forwardRef18 } from "react";
|
|
1476
1641
|
|
|
1477
1642
|
// src/components/card/use-styles.ts
|
|
1478
|
-
import { useMemo as
|
|
1643
|
+
import { useMemo as useMemo20 } from "react";
|
|
1479
1644
|
|
|
1480
1645
|
// src/components/card/use-styles.css.ts
|
|
1481
1646
|
var body = "use-styles_body__1fuvd022";
|
|
@@ -1484,30 +1649,30 @@ var header = "use-styles_header__1fuvd021";
|
|
|
1484
1649
|
var root11 = "use-styles_root__1fuvd020";
|
|
1485
1650
|
|
|
1486
1651
|
// src/components/card/use-styles.ts
|
|
1487
|
-
function
|
|
1652
|
+
function useStyles16() {
|
|
1488
1653
|
const { themeClass } = useTheme();
|
|
1489
|
-
const root24 =
|
|
1654
|
+
const root24 = useMemo20(() => `${themeClass} ${root11}`, [themeClass]);
|
|
1490
1655
|
return { root: root24, header, body, footer };
|
|
1491
1656
|
}
|
|
1492
1657
|
|
|
1493
1658
|
// src/components/card/index.tsx
|
|
1494
|
-
import { jsx as
|
|
1495
|
-
var CardRoot =
|
|
1496
|
-
const { root: root24 } =
|
|
1659
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
1660
|
+
var CardRoot = forwardRef18(function Card({ children, testId, ...rest }, ref) {
|
|
1661
|
+
const { root: root24 } = useStyles16();
|
|
1497
1662
|
const { testId: dataTestId } = useTestId("layout", testId);
|
|
1498
|
-
return /* @__PURE__ */
|
|
1663
|
+
return /* @__PURE__ */ jsx24("div", { ref, className: root24, "data-testid": dataTestId, ...rest, children });
|
|
1499
1664
|
});
|
|
1500
1665
|
function CardHeader({ children, ...rest }) {
|
|
1501
|
-
const { header: header3 } =
|
|
1502
|
-
return /* @__PURE__ */
|
|
1666
|
+
const { header: header3 } = useStyles16();
|
|
1667
|
+
return /* @__PURE__ */ jsx24("div", { className: header3, ...rest, children });
|
|
1503
1668
|
}
|
|
1504
1669
|
function CardBody({ children, ...rest }) {
|
|
1505
|
-
const { body: body3 } =
|
|
1506
|
-
return /* @__PURE__ */
|
|
1670
|
+
const { body: body3 } = useStyles16();
|
|
1671
|
+
return /* @__PURE__ */ jsx24("div", { className: body3, ...rest, children });
|
|
1507
1672
|
}
|
|
1508
1673
|
function CardFooter({ children, ...rest }) {
|
|
1509
|
-
const { footer: footer2 } =
|
|
1510
|
-
return /* @__PURE__ */
|
|
1674
|
+
const { footer: footer2 } = useStyles16();
|
|
1675
|
+
return /* @__PURE__ */ jsx24("div", { className: footer2, ...rest, children });
|
|
1511
1676
|
}
|
|
1512
1677
|
CardRoot.displayName = "Card";
|
|
1513
1678
|
CardHeader.displayName = "Card.Header";
|
|
@@ -1520,10 +1685,10 @@ var Card2 = Object.assign(CardRoot, {
|
|
|
1520
1685
|
});
|
|
1521
1686
|
|
|
1522
1687
|
// src/components/alert/index.tsx
|
|
1523
|
-
import { forwardRef as
|
|
1688
|
+
import { forwardRef as forwardRef19 } from "react";
|
|
1524
1689
|
|
|
1525
1690
|
// src/components/icons/circle-check/index.tsx
|
|
1526
|
-
import { jsx as
|
|
1691
|
+
import { jsx as jsx25, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
1527
1692
|
function CircleCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1528
1693
|
return /* @__PURE__ */ jsxs12(
|
|
1529
1694
|
"svg",
|
|
@@ -1540,15 +1705,15 @@ function CircleCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1540
1705
|
"aria-hidden": "true",
|
|
1541
1706
|
...rest,
|
|
1542
1707
|
children: [
|
|
1543
|
-
/* @__PURE__ */
|
|
1544
|
-
/* @__PURE__ */
|
|
1708
|
+
/* @__PURE__ */ jsx25("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1709
|
+
/* @__PURE__ */ jsx25("path", { d: "m9 12 2 2 4-4" })
|
|
1545
1710
|
]
|
|
1546
1711
|
}
|
|
1547
1712
|
);
|
|
1548
1713
|
}
|
|
1549
1714
|
|
|
1550
1715
|
// src/components/icons/circle-x/index.tsx
|
|
1551
|
-
import { jsx as
|
|
1716
|
+
import { jsx as jsx26, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
1552
1717
|
function CircleXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1553
1718
|
return /* @__PURE__ */ jsxs13(
|
|
1554
1719
|
"svg",
|
|
@@ -1565,16 +1730,16 @@ function CircleXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1565
1730
|
"aria-hidden": "true",
|
|
1566
1731
|
...rest,
|
|
1567
1732
|
children: [
|
|
1568
|
-
/* @__PURE__ */
|
|
1569
|
-
/* @__PURE__ */
|
|
1570
|
-
/* @__PURE__ */
|
|
1733
|
+
/* @__PURE__ */ jsx26("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1734
|
+
/* @__PURE__ */ jsx26("path", { d: "m15 9-6 6" }),
|
|
1735
|
+
/* @__PURE__ */ jsx26("path", { d: "m9 9 6 6" })
|
|
1571
1736
|
]
|
|
1572
1737
|
}
|
|
1573
1738
|
);
|
|
1574
1739
|
}
|
|
1575
1740
|
|
|
1576
1741
|
// src/components/icons/info/index.tsx
|
|
1577
|
-
import { jsx as
|
|
1742
|
+
import { jsx as jsx27, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
1578
1743
|
function InfoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1579
1744
|
return /* @__PURE__ */ jsxs14(
|
|
1580
1745
|
"svg",
|
|
@@ -1591,16 +1756,16 @@ function InfoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1591
1756
|
"aria-hidden": "true",
|
|
1592
1757
|
...rest,
|
|
1593
1758
|
children: [
|
|
1594
|
-
/* @__PURE__ */
|
|
1595
|
-
/* @__PURE__ */
|
|
1596
|
-
/* @__PURE__ */
|
|
1759
|
+
/* @__PURE__ */ jsx27("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1760
|
+
/* @__PURE__ */ jsx27("path", { d: "M12 16v-4" }),
|
|
1761
|
+
/* @__PURE__ */ jsx27("path", { d: "M12 8h.01" })
|
|
1597
1762
|
]
|
|
1598
1763
|
}
|
|
1599
1764
|
);
|
|
1600
1765
|
}
|
|
1601
1766
|
|
|
1602
1767
|
// src/components/icons/triangle-alert/index.tsx
|
|
1603
|
-
import { jsx as
|
|
1768
|
+
import { jsx as jsx28, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1604
1769
|
function TriangleAlertIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1605
1770
|
return /* @__PURE__ */ jsxs15(
|
|
1606
1771
|
"svg",
|
|
@@ -1617,16 +1782,16 @@ function TriangleAlertIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1617
1782
|
"aria-hidden": "true",
|
|
1618
1783
|
...rest,
|
|
1619
1784
|
children: [
|
|
1620
|
-
/* @__PURE__ */
|
|
1621
|
-
/* @__PURE__ */
|
|
1622
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ jsx28("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" }),
|
|
1786
|
+
/* @__PURE__ */ jsx28("path", { d: "M12 9v4" }),
|
|
1787
|
+
/* @__PURE__ */ jsx28("path", { d: "M12 17h.01" })
|
|
1623
1788
|
]
|
|
1624
1789
|
}
|
|
1625
1790
|
);
|
|
1626
1791
|
}
|
|
1627
1792
|
|
|
1628
1793
|
// src/components/alert/use-styles.ts
|
|
1629
|
-
import { useMemo as
|
|
1794
|
+
import { useMemo as useMemo21 } from "react";
|
|
1630
1795
|
|
|
1631
1796
|
// src/components/alert/use-styles.css.ts
|
|
1632
1797
|
var content = "use-styles_content__ivsh6u6";
|
|
@@ -1635,12 +1800,12 @@ var root12 = "use-styles_root__ivsh6u0";
|
|
|
1635
1800
|
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" };
|
|
1636
1801
|
|
|
1637
1802
|
// src/components/alert/use-styles.ts
|
|
1638
|
-
function
|
|
1803
|
+
function useStyles17({
|
|
1639
1804
|
severity: severity2 = "info",
|
|
1640
1805
|
className
|
|
1641
1806
|
}) {
|
|
1642
1807
|
const { themeClass } = useTheme();
|
|
1643
|
-
const root24 =
|
|
1808
|
+
const root24 = useMemo21(
|
|
1644
1809
|
() => [themeClass, root12, severity[severity2], className].filter(Boolean).join(" "),
|
|
1645
1810
|
[themeClass, severity2, className]
|
|
1646
1811
|
);
|
|
@@ -1652,22 +1817,22 @@ function useStyles16({
|
|
|
1652
1817
|
}
|
|
1653
1818
|
|
|
1654
1819
|
// src/components/alert/index.tsx
|
|
1655
|
-
import { jsx as
|
|
1820
|
+
import { jsx as jsx29, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1656
1821
|
var defaultIcons = {
|
|
1657
1822
|
info: InfoIcon,
|
|
1658
1823
|
ok: CircleCheckIcon,
|
|
1659
1824
|
warn: TriangleAlertIcon,
|
|
1660
1825
|
danger: CircleXIcon
|
|
1661
1826
|
};
|
|
1662
|
-
var Alert =
|
|
1663
|
-
const styles =
|
|
1827
|
+
var Alert = forwardRef19(function Alert2({ severity: severity2 = "info", title, icon, className, testId, children, ...rest }, ref) {
|
|
1828
|
+
const styles = useStyles17({ severity: severity2, className });
|
|
1664
1829
|
const { testId: dataTestId, slot } = useTestId("feedback", testId);
|
|
1665
1830
|
const IconComponent = icon ?? defaultIcons[severity2];
|
|
1666
1831
|
return /* @__PURE__ */ jsxs16("div", { ref, role: "alert", className: styles.root, "data-testid": dataTestId, ...rest, children: [
|
|
1667
|
-
/* @__PURE__ */
|
|
1832
|
+
/* @__PURE__ */ jsx29("span", { className: styles.iconSlot, "data-testid": slot("icon"), children: /* @__PURE__ */ jsx29(IconComponent, {}) }),
|
|
1668
1833
|
/* @__PURE__ */ jsxs16("div", { className: styles.content, "data-testid": slot("content"), children: [
|
|
1669
|
-
title != null && /* @__PURE__ */
|
|
1670
|
-
children != null && /* @__PURE__ */
|
|
1834
|
+
title != null && /* @__PURE__ */ jsx29(Typography, { variant: "h4", children: title }),
|
|
1835
|
+
children != null && /* @__PURE__ */ jsx29(Typography, { variant: "body", color: "fg2", children })
|
|
1671
1836
|
] })
|
|
1672
1837
|
] });
|
|
1673
1838
|
});
|
|
@@ -1675,15 +1840,15 @@ var Alert = forwardRef18(function Alert2({ severity: severity2 = "info", title,
|
|
|
1675
1840
|
// src/components/tooltip/index.tsx
|
|
1676
1841
|
import {
|
|
1677
1842
|
cloneElement,
|
|
1678
|
-
forwardRef as
|
|
1679
|
-
useEffect as
|
|
1843
|
+
forwardRef as forwardRef20,
|
|
1844
|
+
useEffect as useEffect4,
|
|
1680
1845
|
useId as useId2,
|
|
1681
1846
|
useRef as useRef2,
|
|
1682
1847
|
useState as useState5
|
|
1683
1848
|
} from "react";
|
|
1684
1849
|
|
|
1685
1850
|
// src/components/tooltip/use-styles.ts
|
|
1686
|
-
import { useMemo as
|
|
1851
|
+
import { useMemo as useMemo22 } from "react";
|
|
1687
1852
|
|
|
1688
1853
|
// src/components/tooltip/use-styles.css.ts
|
|
1689
1854
|
var bubble = "use-styles_bubble__h9kvh1 surfaces_inkySurface__1qa7atn2";
|
|
@@ -1691,15 +1856,15 @@ var placement = { top: "use-styles_placement_top__h9kvh2", bottom: "use-styles_p
|
|
|
1691
1856
|
var wrapper = "use-styles_wrapper__h9kvh0";
|
|
1692
1857
|
|
|
1693
1858
|
// src/components/tooltip/use-styles.ts
|
|
1694
|
-
function
|
|
1859
|
+
function useStyles18({
|
|
1695
1860
|
placement: placement2 = "top"
|
|
1696
1861
|
}) {
|
|
1697
1862
|
const { themeClass } = useTheme();
|
|
1698
|
-
const wrapper4 =
|
|
1863
|
+
const wrapper4 = useMemo22(
|
|
1699
1864
|
() => [themeClass, wrapper].filter(Boolean).join(" "),
|
|
1700
1865
|
[themeClass]
|
|
1701
1866
|
);
|
|
1702
|
-
const bubble2 =
|
|
1867
|
+
const bubble2 = useMemo22(
|
|
1703
1868
|
() => [bubble, placement[placement2]].filter(Boolean).join(" "),
|
|
1704
1869
|
[placement2]
|
|
1705
1870
|
);
|
|
@@ -1707,12 +1872,12 @@ function useStyles17({
|
|
|
1707
1872
|
}
|
|
1708
1873
|
|
|
1709
1874
|
// src/components/tooltip/index.tsx
|
|
1710
|
-
import { jsx as
|
|
1875
|
+
import { jsx as jsx30, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1711
1876
|
var HIDE_DELAY = 120;
|
|
1712
|
-
var Tooltip =
|
|
1877
|
+
var Tooltip = forwardRef20(function Tooltip2({ label: label7, children, placement: placement2, testId }, ref) {
|
|
1713
1878
|
const [open, setOpen] = useState5(false);
|
|
1714
1879
|
const tooltipId = useId2();
|
|
1715
|
-
const { wrapper: wrapper4, bubble: bubble2 } =
|
|
1880
|
+
const { wrapper: wrapper4, bubble: bubble2 } = useStyles18({ placement: placement2 });
|
|
1716
1881
|
const { testId: dataTestId, slot } = useTestId("feedback", testId);
|
|
1717
1882
|
const hideTimer = useRef2(null);
|
|
1718
1883
|
const clearHide = () => {
|
|
@@ -1733,7 +1898,7 @@ var Tooltip = forwardRef19(function Tooltip2({ label: label7, children, placemen
|
|
|
1733
1898
|
clearHide();
|
|
1734
1899
|
setOpen(false);
|
|
1735
1900
|
};
|
|
1736
|
-
|
|
1901
|
+
useEffect4(() => {
|
|
1737
1902
|
return () => {
|
|
1738
1903
|
if (hideTimer.current) clearTimeout(hideTimer.current);
|
|
1739
1904
|
};
|
|
@@ -1760,7 +1925,7 @@ var Tooltip = forwardRef19(function Tooltip2({ label: label7, children, placemen
|
|
|
1760
1925
|
onKeyDown: handleKeyDown,
|
|
1761
1926
|
children: [
|
|
1762
1927
|
trigger2,
|
|
1763
|
-
open && /* @__PURE__ */
|
|
1928
|
+
open && /* @__PURE__ */ jsx30(
|
|
1764
1929
|
"span",
|
|
1765
1930
|
{
|
|
1766
1931
|
id: tooltipId,
|
|
@@ -1778,12 +1943,12 @@ var Tooltip = forwardRef19(function Tooltip2({ label: label7, children, placemen
|
|
|
1778
1943
|
});
|
|
1779
1944
|
|
|
1780
1945
|
// src/components/select/index.tsx
|
|
1781
|
-
import { forwardRef as
|
|
1946
|
+
import { forwardRef as forwardRef21, useEffect as useEffect5, useId as useId3, useRef as useRef3, useState as useState6 } from "react";
|
|
1782
1947
|
|
|
1783
1948
|
// src/components/icons/chevron-down/index.tsx
|
|
1784
|
-
import { jsx as
|
|
1949
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
1785
1950
|
function ChevronDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
1786
|
-
return /* @__PURE__ */
|
|
1951
|
+
return /* @__PURE__ */ jsx31(
|
|
1787
1952
|
"svg",
|
|
1788
1953
|
{
|
|
1789
1954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1797,13 +1962,13 @@ function ChevronDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
1797
1962
|
strokeLinejoin: "round",
|
|
1798
1963
|
"aria-hidden": "true",
|
|
1799
1964
|
...rest,
|
|
1800
|
-
children: /* @__PURE__ */
|
|
1965
|
+
children: /* @__PURE__ */ jsx31("path", { d: "m6 9 6 6 6-6" })
|
|
1801
1966
|
}
|
|
1802
1967
|
);
|
|
1803
1968
|
}
|
|
1804
1969
|
|
|
1805
1970
|
// src/components/select/use-styles.ts
|
|
1806
|
-
import { useMemo as
|
|
1971
|
+
import { useMemo as useMemo23 } from "react";
|
|
1807
1972
|
|
|
1808
1973
|
// src/components/select/use-styles.css.ts
|
|
1809
1974
|
var chevron = "use-styles_chevron__1w1czpb4";
|
|
@@ -1818,11 +1983,11 @@ var root13 = "use-styles_root__1w1czpb0";
|
|
|
1818
1983
|
var trigger = "use-styles_trigger__1w1czpb2";
|
|
1819
1984
|
|
|
1820
1985
|
// src/components/select/use-styles.ts
|
|
1821
|
-
function
|
|
1986
|
+
function useStyles19({
|
|
1822
1987
|
open = false
|
|
1823
1988
|
}) {
|
|
1824
1989
|
const { themeClass } = useTheme();
|
|
1825
|
-
return
|
|
1990
|
+
return useMemo23(() => {
|
|
1826
1991
|
const chevron3 = [chevron, open && chevronOpen].filter(Boolean).join(" ");
|
|
1827
1992
|
return {
|
|
1828
1993
|
root: [themeClass, root13].filter(Boolean).join(" "),
|
|
@@ -1837,8 +2002,8 @@ function useStyles18({
|
|
|
1837
2002
|
}
|
|
1838
2003
|
|
|
1839
2004
|
// src/components/select/index.tsx
|
|
1840
|
-
import { jsx as
|
|
1841
|
-
var Select =
|
|
2005
|
+
import { jsx as jsx32, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
2006
|
+
var Select = forwardRef21(function Select2({
|
|
1842
2007
|
options,
|
|
1843
2008
|
value,
|
|
1844
2009
|
onChange,
|
|
@@ -1869,8 +2034,8 @@ var Select = forwardRef20(function Select2({
|
|
|
1869
2034
|
chevron: chevron3,
|
|
1870
2035
|
menu: menu2,
|
|
1871
2036
|
optionClass
|
|
1872
|
-
} =
|
|
1873
|
-
|
|
2037
|
+
} = useStyles19({ open });
|
|
2038
|
+
useEffect5(() => {
|
|
1874
2039
|
if (!open) return;
|
|
1875
2040
|
const onPointerDown = (event) => {
|
|
1876
2041
|
if (rootRef.current && !rootRef.current.contains(event.target)) {
|
|
@@ -1931,7 +2096,7 @@ var Select = forwardRef20(function Select2({
|
|
|
1931
2096
|
}
|
|
1932
2097
|
};
|
|
1933
2098
|
return /* @__PURE__ */ jsxs18("div", { ref: setRootRef, className: root24, ...rest, children: [
|
|
1934
|
-
label7 && /* @__PURE__ */
|
|
2099
|
+
label7 && /* @__PURE__ */ jsx32("span", { id: labelId, className: labelClass, children: label7 }),
|
|
1935
2100
|
/* @__PURE__ */ jsxs18(
|
|
1936
2101
|
"button",
|
|
1937
2102
|
{
|
|
@@ -1953,17 +2118,17 @@ var Select = forwardRef20(function Select2({
|
|
|
1953
2118
|
},
|
|
1954
2119
|
onKeyDown: handleKeyDown,
|
|
1955
2120
|
children: [
|
|
1956
|
-
selected3 ? selected3.label : /* @__PURE__ */
|
|
1957
|
-
/* @__PURE__ */
|
|
2121
|
+
selected3 ? selected3.label : /* @__PURE__ */ jsx32("span", { className: placeholderClass, children: placeholder2 }),
|
|
2122
|
+
/* @__PURE__ */ jsx32("span", { className: chevron3, children: /* @__PURE__ */ jsx32(ChevronDownIcon, { size: 18 }) })
|
|
1958
2123
|
]
|
|
1959
2124
|
}
|
|
1960
2125
|
),
|
|
1961
|
-
open && /* @__PURE__ */
|
|
2126
|
+
open && /* @__PURE__ */ jsx32("div", { className: menu2, role: "listbox", children: options.map((option2, index) => {
|
|
1962
2127
|
const isSelected = option2.value === value;
|
|
1963
2128
|
const isActive = index === activeIndex;
|
|
1964
2129
|
return (
|
|
1965
2130
|
// biome-ignore lint/a11y/useKeyWithClickEvents: keyboard nav lives on the trigger via aria-activedescendant; options are not focusable.
|
|
1966
|
-
/* @__PURE__ */
|
|
2131
|
+
/* @__PURE__ */ jsx32(
|
|
1967
2132
|
"div",
|
|
1968
2133
|
{
|
|
1969
2134
|
id: optionId(index),
|
|
@@ -1982,10 +2147,10 @@ var Select = forwardRef20(function Select2({
|
|
|
1982
2147
|
});
|
|
1983
2148
|
|
|
1984
2149
|
// src/components/slider/index.tsx
|
|
1985
|
-
import { forwardRef as
|
|
2150
|
+
import { forwardRef as forwardRef22 } from "react";
|
|
1986
2151
|
|
|
1987
2152
|
// src/components/slider/use-styles.ts
|
|
1988
|
-
import { useMemo as
|
|
2153
|
+
import { useMemo as useMemo24 } from "react";
|
|
1989
2154
|
|
|
1990
2155
|
// src/components/slider/use-styles.css.ts
|
|
1991
2156
|
var input5 = "use-styles_input__okw59n3";
|
|
@@ -1997,9 +2162,9 @@ var track3 = "use-styles_track__okw59n1";
|
|
|
1997
2162
|
var wrapper2 = "use-styles_wrapper__okw59n6";
|
|
1998
2163
|
|
|
1999
2164
|
// src/components/slider/use-styles.ts
|
|
2000
|
-
function
|
|
2165
|
+
function useStyles20() {
|
|
2001
2166
|
const { themeClass } = useTheme();
|
|
2002
|
-
return
|
|
2167
|
+
return useMemo24(() => {
|
|
2003
2168
|
const root24 = [themeClass, root14].filter(Boolean).join(" ");
|
|
2004
2169
|
return {
|
|
2005
2170
|
wrapper: wrapper2,
|
|
@@ -2014,9 +2179,9 @@ function useStyles19() {
|
|
|
2014
2179
|
}
|
|
2015
2180
|
|
|
2016
2181
|
// src/components/slider/index.tsx
|
|
2017
|
-
import { jsx as
|
|
2018
|
-
var Slider =
|
|
2019
|
-
const { wrapper: wrapper4, label: labelClass, root: root24, track: track4, range: range2, thumb: thumb2, input: input6 } =
|
|
2182
|
+
import { jsx as jsx33, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
2183
|
+
var Slider = forwardRef22(function Slider2({ value = 0, onChange, min = 0, max = 100, step: step2 = 1, disabled: disabled3, label: label7, ...rest }, ref) {
|
|
2184
|
+
const { wrapper: wrapper4, label: labelClass, root: root24, track: track4, range: range2, thumb: thumb2, input: input6 } = useStyles20();
|
|
2020
2185
|
const span = max - min;
|
|
2021
2186
|
const percent = span > 0 ? (value - min) / span * 100 : 0;
|
|
2022
2187
|
const clamped = Math.max(0, Math.min(100, percent));
|
|
@@ -2024,11 +2189,11 @@ var Slider = forwardRef21(function Slider2({ value = 0, onChange, min = 0, max =
|
|
|
2024
2189
|
onChange?.(Number(e.target.value));
|
|
2025
2190
|
};
|
|
2026
2191
|
return /* @__PURE__ */ jsxs19("span", { className: wrapper4, children: [
|
|
2027
|
-
label7 ? /* @__PURE__ */
|
|
2192
|
+
label7 ? /* @__PURE__ */ jsx33("span", { className: labelClass, children: label7 }) : null,
|
|
2028
2193
|
/* @__PURE__ */ jsxs19("span", { className: root24, children: [
|
|
2029
|
-
/* @__PURE__ */
|
|
2030
|
-
/* @__PURE__ */
|
|
2031
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx33("span", { className: track4 }),
|
|
2195
|
+
/* @__PURE__ */ jsx33("span", { className: range2, style: { width: `${clamped}%` } }),
|
|
2196
|
+
/* @__PURE__ */ jsx33(
|
|
2032
2197
|
"input",
|
|
2033
2198
|
{
|
|
2034
2199
|
ref,
|
|
@@ -2043,16 +2208,16 @@ var Slider = forwardRef21(function Slider2({ value = 0, onChange, min = 0, max =
|
|
|
2043
2208
|
...rest
|
|
2044
2209
|
}
|
|
2045
2210
|
),
|
|
2046
|
-
/* @__PURE__ */
|
|
2211
|
+
/* @__PURE__ */ jsx33("span", { className: thumb2, style: { left: `${clamped}%` } })
|
|
2047
2212
|
] })
|
|
2048
2213
|
] });
|
|
2049
2214
|
});
|
|
2050
2215
|
|
|
2051
2216
|
// src/components/accordion/index.tsx
|
|
2052
|
-
import { forwardRef as
|
|
2217
|
+
import { forwardRef as forwardRef23, useState as useState7 } from "react";
|
|
2053
2218
|
|
|
2054
2219
|
// src/components/accordion/use-styles.ts
|
|
2055
|
-
import { useMemo as
|
|
2220
|
+
import { useMemo as useMemo25 } from "react";
|
|
2056
2221
|
|
|
2057
2222
|
// src/components/accordion/use-styles.css.ts
|
|
2058
2223
|
var chevron2 = "use-styles_chevron__1cjrdh93";
|
|
@@ -2063,9 +2228,9 @@ var panel = "use-styles_panel__1cjrdh95";
|
|
|
2063
2228
|
var root15 = "use-styles_root__1cjrdh90";
|
|
2064
2229
|
|
|
2065
2230
|
// src/components/accordion/use-styles.ts
|
|
2066
|
-
function
|
|
2231
|
+
function useStyles21({ className }) {
|
|
2067
2232
|
const { themeClass } = useTheme();
|
|
2068
|
-
return
|
|
2233
|
+
return useMemo25(
|
|
2069
2234
|
() => ({
|
|
2070
2235
|
root: [themeClass, root15, className].filter(Boolean).join(" "),
|
|
2071
2236
|
item,
|
|
@@ -2078,10 +2243,10 @@ function useStyles20({ className }) {
|
|
|
2078
2243
|
}
|
|
2079
2244
|
|
|
2080
2245
|
// src/components/accordion/index.tsx
|
|
2081
|
-
import { jsx as
|
|
2082
|
-
var Accordion =
|
|
2246
|
+
import { jsx as jsx34, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
2247
|
+
var Accordion = forwardRef23(function Accordion2({ items, multiple = false, defaultOpen = [], className, testId }, ref) {
|
|
2083
2248
|
const [open, setOpen] = useState7(defaultOpen);
|
|
2084
|
-
const { root: root24, item: item3, header: header3, chevronFor, panel: panel3 } =
|
|
2249
|
+
const { root: root24, item: item3, header: header3, chevronFor, panel: panel3 } = useStyles21({ className });
|
|
2085
2250
|
const { testId: dataTestId, slot } = useTestId("layout", testId);
|
|
2086
2251
|
const toggle = (id) => {
|
|
2087
2252
|
setOpen((current2) => {
|
|
@@ -2090,7 +2255,7 @@ var Accordion = forwardRef22(function Accordion2({ items, multiple = false, defa
|
|
|
2090
2255
|
return multiple ? [...current2, id] : [id];
|
|
2091
2256
|
});
|
|
2092
2257
|
};
|
|
2093
|
-
return /* @__PURE__ */
|
|
2258
|
+
return /* @__PURE__ */ jsx34("div", { ref, className: root24, "data-testid": dataTestId, children: items.map((it) => {
|
|
2094
2259
|
const isOpen = open.includes(it.id);
|
|
2095
2260
|
const panelId = `accordion-panel-${it.id}`;
|
|
2096
2261
|
const headerId = `accordion-header-${it.id}`;
|
|
@@ -2114,11 +2279,11 @@ var Accordion = forwardRef22(function Accordion2({ items, multiple = false, defa
|
|
|
2114
2279
|
onClick: () => toggle(it.id),
|
|
2115
2280
|
children: [
|
|
2116
2281
|
it.title,
|
|
2117
|
-
/* @__PURE__ */
|
|
2282
|
+
/* @__PURE__ */ jsx34(ChevronDownIcon, { className: chevronFor(isOpen) })
|
|
2118
2283
|
]
|
|
2119
2284
|
}
|
|
2120
2285
|
),
|
|
2121
|
-
isOpen && /* @__PURE__ */
|
|
2286
|
+
isOpen && /* @__PURE__ */ jsx34(
|
|
2122
2287
|
"div",
|
|
2123
2288
|
{
|
|
2124
2289
|
id: panelId,
|
|
@@ -2137,12 +2302,12 @@ var Accordion = forwardRef22(function Accordion2({ items, multiple = false, defa
|
|
|
2137
2302
|
});
|
|
2138
2303
|
|
|
2139
2304
|
// src/components/breadcrumbs/index.tsx
|
|
2140
|
-
import { Fragment, forwardRef as
|
|
2305
|
+
import { Fragment, forwardRef as forwardRef24 } from "react";
|
|
2141
2306
|
|
|
2142
2307
|
// src/components/icons/chevron-right/index.tsx
|
|
2143
|
-
import { jsx as
|
|
2308
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
2144
2309
|
function ChevronRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
2145
|
-
return /* @__PURE__ */
|
|
2310
|
+
return /* @__PURE__ */ jsx35(
|
|
2146
2311
|
"svg",
|
|
2147
2312
|
{
|
|
2148
2313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2156,13 +2321,13 @@ function ChevronRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
2156
2321
|
strokeLinejoin: "round",
|
|
2157
2322
|
"aria-hidden": "true",
|
|
2158
2323
|
...rest,
|
|
2159
|
-
children: /* @__PURE__ */
|
|
2324
|
+
children: /* @__PURE__ */ jsx35("path", { d: "m9 18 6-6-6-6" })
|
|
2160
2325
|
}
|
|
2161
2326
|
);
|
|
2162
2327
|
}
|
|
2163
2328
|
|
|
2164
2329
|
// src/components/breadcrumbs/use-styles.ts
|
|
2165
|
-
import { useMemo as
|
|
2330
|
+
import { useMemo as useMemo26 } from "react";
|
|
2166
2331
|
|
|
2167
2332
|
// src/components/breadcrumbs/use-styles.css.ts
|
|
2168
2333
|
var crumb = "use-styles_crumb__7u0du61";
|
|
@@ -2171,9 +2336,9 @@ var root16 = "use-styles_root__7u0du60";
|
|
|
2171
2336
|
var separator = "use-styles_separator__7u0du63";
|
|
2172
2337
|
|
|
2173
2338
|
// src/components/breadcrumbs/use-styles.ts
|
|
2174
|
-
function
|
|
2339
|
+
function useStyles22({ className }) {
|
|
2175
2340
|
const { themeClass } = useTheme();
|
|
2176
|
-
const root24 =
|
|
2341
|
+
const root24 = useMemo26(
|
|
2177
2342
|
() => [themeClass, root16, className].filter(Boolean).join(" "),
|
|
2178
2343
|
[themeClass, className]
|
|
2179
2344
|
);
|
|
@@ -2181,27 +2346,27 @@ function useStyles21({ className }) {
|
|
|
2181
2346
|
}
|
|
2182
2347
|
|
|
2183
2348
|
// src/components/breadcrumbs/index.tsx
|
|
2184
|
-
import { jsx as
|
|
2185
|
-
var Breadcrumbs =
|
|
2186
|
-
const { root: root24, crumb: crumb2, current: current2, separator: separator2 } =
|
|
2349
|
+
import { jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
2350
|
+
var Breadcrumbs = forwardRef24(function Breadcrumbs2({ items, className, testId, ...rest }, ref) {
|
|
2351
|
+
const { root: root24, crumb: crumb2, current: current2, separator: separator2 } = useStyles22({ className });
|
|
2187
2352
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2188
|
-
return /* @__PURE__ */
|
|
2353
|
+
return /* @__PURE__ */ jsx36("nav", { ref, "aria-label": "Breadcrumb", className: root24, "data-testid": dataTestId, ...rest, children: items.map((item3, index) => {
|
|
2189
2354
|
const isLast = index === items.length - 1;
|
|
2190
2355
|
const key = index;
|
|
2191
2356
|
return /* @__PURE__ */ jsxs21(Fragment, { children: [
|
|
2192
|
-
isLast ? /* @__PURE__ */
|
|
2193
|
-
!isLast && /* @__PURE__ */
|
|
2357
|
+
isLast ? /* @__PURE__ */ jsx36("span", { className: current2, "aria-current": "page", "data-testid": slot(`crumb-${index}`), children: item3.label }) : item3.href ? /* @__PURE__ */ jsx36("a", { className: crumb2, href: item3.href, "data-testid": slot(`crumb-${index}`), children: item3.label }) : /* @__PURE__ */ jsx36("span", { className: crumb2, "data-testid": slot(`crumb-${index}`), children: item3.label }),
|
|
2358
|
+
!isLast && /* @__PURE__ */ jsx36("span", { className: separator2, children: /* @__PURE__ */ jsx36(ChevronRightIcon, { size: 14 }) })
|
|
2194
2359
|
] }, key);
|
|
2195
2360
|
}) });
|
|
2196
2361
|
});
|
|
2197
2362
|
|
|
2198
2363
|
// src/components/pagination/index.tsx
|
|
2199
|
-
import { forwardRef as
|
|
2364
|
+
import { forwardRef as forwardRef25 } from "react";
|
|
2200
2365
|
|
|
2201
2366
|
// src/components/icons/chevron-left/index.tsx
|
|
2202
|
-
import { jsx as
|
|
2367
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
2203
2368
|
function ChevronLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
2204
|
-
return /* @__PURE__ */
|
|
2369
|
+
return /* @__PURE__ */ jsx37(
|
|
2205
2370
|
"svg",
|
|
2206
2371
|
{
|
|
2207
2372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2215,13 +2380,13 @@ function ChevronLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
2215
2380
|
strokeLinejoin: "round",
|
|
2216
2381
|
"aria-hidden": "true",
|
|
2217
2382
|
...rest,
|
|
2218
|
-
children: /* @__PURE__ */
|
|
2383
|
+
children: /* @__PURE__ */ jsx37("path", { d: "m15 18-6-6 6-6" })
|
|
2219
2384
|
}
|
|
2220
2385
|
);
|
|
2221
2386
|
}
|
|
2222
2387
|
|
|
2223
2388
|
// src/components/pagination/use-styles.ts
|
|
2224
|
-
import { useMemo as
|
|
2389
|
+
import { useMemo as useMemo27 } from "react";
|
|
2225
2390
|
|
|
2226
2391
|
// src/components/pagination/use-styles.css.ts
|
|
2227
2392
|
var ellipsis = "use-styles_ellipsis__1azgzoh3";
|
|
@@ -2231,9 +2396,9 @@ var pageBtn = "use-styles_pageBtn__1azgzoh1";
|
|
|
2231
2396
|
var root17 = "use-styles_root__1azgzoh0";
|
|
2232
2397
|
|
|
2233
2398
|
// src/components/pagination/use-styles.ts
|
|
2234
|
-
function
|
|
2399
|
+
function useStyles23() {
|
|
2235
2400
|
const { themeClass } = useTheme();
|
|
2236
|
-
return
|
|
2401
|
+
return useMemo27(
|
|
2237
2402
|
() => ({
|
|
2238
2403
|
root: [themeClass, root17].filter(Boolean).join(" "),
|
|
2239
2404
|
pageBtnFor: (active2) => [pageBtn, active2 && pageActive].filter(Boolean).join(" "),
|
|
@@ -2245,7 +2410,7 @@ function useStyles22() {
|
|
|
2245
2410
|
}
|
|
2246
2411
|
|
|
2247
2412
|
// src/components/pagination/index.tsx
|
|
2248
|
-
import { jsx as
|
|
2413
|
+
import { jsx as jsx38, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
2249
2414
|
function buildItems(count, page, siblingCount) {
|
|
2250
2415
|
const total = Math.max(1, count);
|
|
2251
2416
|
const first = 1;
|
|
@@ -2259,15 +2424,15 @@ function buildItems(count, page, siblingCount) {
|
|
|
2259
2424
|
if (last > first) items.push(last);
|
|
2260
2425
|
return items;
|
|
2261
2426
|
}
|
|
2262
|
-
var Pagination =
|
|
2263
|
-
const { root: root24, pageBtnFor, ellipsis: ellipsis2, nav: nav2 } =
|
|
2427
|
+
var Pagination = forwardRef25(function Pagination2({ count, page = 1, onChange, siblingCount = 1, testId, ...rest }, ref) {
|
|
2428
|
+
const { root: root24, pageBtnFor, ellipsis: ellipsis2, nav: nav2 } = useStyles23();
|
|
2264
2429
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2265
2430
|
const total = Math.max(1, count);
|
|
2266
2431
|
const current2 = Math.min(Math.max(1, page), total);
|
|
2267
2432
|
const items = buildItems(total, current2, siblingCount);
|
|
2268
2433
|
const go = (n) => onChange?.(Math.min(Math.max(1, n), total));
|
|
2269
2434
|
return /* @__PURE__ */ jsxs22("nav", { ref, className: root24, "aria-label": "Pagination", "data-testid": dataTestId, ...rest, children: [
|
|
2270
|
-
/* @__PURE__ */
|
|
2435
|
+
/* @__PURE__ */ jsx38(
|
|
2271
2436
|
"button",
|
|
2272
2437
|
{
|
|
2273
2438
|
type: "button",
|
|
@@ -2276,11 +2441,11 @@ var Pagination = forwardRef24(function Pagination2({ count, page = 1, onChange,
|
|
|
2276
2441
|
disabled: current2 <= 1,
|
|
2277
2442
|
"data-testid": slot("prev"),
|
|
2278
2443
|
onClick: () => go(current2 - 1),
|
|
2279
|
-
children: /* @__PURE__ */
|
|
2444
|
+
children: /* @__PURE__ */ jsx38(ChevronLeftIcon, { size: 18 })
|
|
2280
2445
|
}
|
|
2281
2446
|
),
|
|
2282
2447
|
items.map(
|
|
2283
|
-
(item3, index) => item3 === "ellipsis" ? /* @__PURE__ */
|
|
2448
|
+
(item3, index) => item3 === "ellipsis" ? /* @__PURE__ */ jsx38(
|
|
2284
2449
|
"span",
|
|
2285
2450
|
{
|
|
2286
2451
|
className: ellipsis2,
|
|
@@ -2288,7 +2453,7 @@ var Pagination = forwardRef24(function Pagination2({ count, page = 1, onChange,
|
|
|
2288
2453
|
children: "\u2026"
|
|
2289
2454
|
},
|
|
2290
2455
|
`ellipsis-${index}`
|
|
2291
|
-
) : /* @__PURE__ */
|
|
2456
|
+
) : /* @__PURE__ */ jsx38(
|
|
2292
2457
|
"button",
|
|
2293
2458
|
{
|
|
2294
2459
|
type: "button",
|
|
@@ -2301,7 +2466,7 @@ var Pagination = forwardRef24(function Pagination2({ count, page = 1, onChange,
|
|
|
2301
2466
|
item3
|
|
2302
2467
|
)
|
|
2303
2468
|
),
|
|
2304
|
-
/* @__PURE__ */
|
|
2469
|
+
/* @__PURE__ */ jsx38(
|
|
2305
2470
|
"button",
|
|
2306
2471
|
{
|
|
2307
2472
|
type: "button",
|
|
@@ -2310,17 +2475,17 @@ var Pagination = forwardRef24(function Pagination2({ count, page = 1, onChange,
|
|
|
2310
2475
|
disabled: current2 >= total,
|
|
2311
2476
|
"data-testid": slot("next"),
|
|
2312
2477
|
onClick: () => go(current2 + 1),
|
|
2313
|
-
children: /* @__PURE__ */
|
|
2478
|
+
children: /* @__PURE__ */ jsx38(ChevronRightIcon, { size: 18 })
|
|
2314
2479
|
}
|
|
2315
2480
|
)
|
|
2316
2481
|
] });
|
|
2317
2482
|
});
|
|
2318
2483
|
|
|
2319
2484
|
// src/components/stepper/index.tsx
|
|
2320
|
-
import { Fragment as Fragment2, forwardRef as
|
|
2485
|
+
import { Fragment as Fragment2, forwardRef as forwardRef26 } from "react";
|
|
2321
2486
|
|
|
2322
2487
|
// src/components/stepper/use-styles.ts
|
|
2323
|
-
import { useMemo as
|
|
2488
|
+
import { useMemo as useMemo28 } from "react";
|
|
2324
2489
|
|
|
2325
2490
|
// src/components/stepper/use-styles.css.ts
|
|
2326
2491
|
var connector = "use-styles_connector__79pt4e7";
|
|
@@ -2333,9 +2498,9 @@ var root18 = "use-styles_root__79pt4e0";
|
|
|
2333
2498
|
var step = "use-styles_step__79pt4e1";
|
|
2334
2499
|
|
|
2335
2500
|
// src/components/stepper/use-styles.ts
|
|
2336
|
-
function
|
|
2501
|
+
function useStyles24({ className }) {
|
|
2337
2502
|
const { themeClass } = useTheme();
|
|
2338
|
-
return
|
|
2503
|
+
return useMemo28(() => {
|
|
2339
2504
|
const root24 = [themeClass, root18, className].filter(Boolean).join(" ");
|
|
2340
2505
|
const markerFor = (state) => [
|
|
2341
2506
|
marker,
|
|
@@ -2348,11 +2513,11 @@ function useStyles23({ className }) {
|
|
|
2348
2513
|
}
|
|
2349
2514
|
|
|
2350
2515
|
// src/components/stepper/index.tsx
|
|
2351
|
-
import { jsx as
|
|
2352
|
-
var Stepper =
|
|
2353
|
-
const { root: root24, step: step2, connector: connector2, markerFor, labelFor } =
|
|
2516
|
+
import { jsx as jsx39, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
2517
|
+
var Stepper = forwardRef26(function Stepper2({ steps, active: active2 = 0, className, testId, ...rest }, ref) {
|
|
2518
|
+
const { root: root24, step: step2, connector: connector2, markerFor, labelFor } = useStyles24({ className });
|
|
2354
2519
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2355
|
-
return /* @__PURE__ */
|
|
2520
|
+
return /* @__PURE__ */ jsx39("div", { ref, className: root24, "data-testid": dataTestId, ...rest, children: steps.map((s, index) => {
|
|
2356
2521
|
const state = index < active2 ? "done" : index === active2 ? "active" : "upcoming";
|
|
2357
2522
|
const isActive = state === "active";
|
|
2358
2523
|
return (
|
|
@@ -2366,22 +2531,22 @@ var Stepper = forwardRef25(function Stepper2({ steps, active: active2 = 0, class
|
|
|
2366
2531
|
"data-testid": slot(`step-${index}`),
|
|
2367
2532
|
"data-state": states({ done: state === "done", active: isActive }),
|
|
2368
2533
|
children: [
|
|
2369
|
-
/* @__PURE__ */
|
|
2370
|
-
/* @__PURE__ */
|
|
2534
|
+
/* @__PURE__ */ jsx39("span", { className: markerFor(state), children: state === "done" ? /* @__PURE__ */ jsx39(CheckIcon, { size: 14 }) : index + 1 }),
|
|
2535
|
+
/* @__PURE__ */ jsx39("span", { className: labelFor(isActive), children: s.label })
|
|
2371
2536
|
]
|
|
2372
2537
|
}
|
|
2373
2538
|
),
|
|
2374
|
-
index < steps.length - 1 && /* @__PURE__ */
|
|
2539
|
+
index < steps.length - 1 && /* @__PURE__ */ jsx39("span", { "data-part": "connector", className: connector2 })
|
|
2375
2540
|
] }, index)
|
|
2376
2541
|
);
|
|
2377
2542
|
}) });
|
|
2378
2543
|
});
|
|
2379
2544
|
|
|
2380
2545
|
// src/components/tabs/index.tsx
|
|
2381
|
-
import { forwardRef as
|
|
2546
|
+
import { forwardRef as forwardRef27, useId as useId4, useRef as useRef4 } from "react";
|
|
2382
2547
|
|
|
2383
2548
|
// src/components/tabs/use-styles.ts
|
|
2384
|
-
import { useMemo as
|
|
2549
|
+
import { useMemo as useMemo29 } from "react";
|
|
2385
2550
|
|
|
2386
2551
|
// src/components/tabs/use-styles.css.ts
|
|
2387
2552
|
var panel2 = "use-styles_panel__1l4m7t43";
|
|
@@ -2390,9 +2555,9 @@ var tab = "use-styles_tab__1l4m7t41";
|
|
|
2390
2555
|
var tabActive = "use-styles_tabActive__1l4m7t42";
|
|
2391
2556
|
|
|
2392
2557
|
// src/components/tabs/use-styles.ts
|
|
2393
|
-
function
|
|
2558
|
+
function useStyles25() {
|
|
2394
2559
|
const { themeClass } = useTheme();
|
|
2395
|
-
return
|
|
2560
|
+
return useMemo29(() => {
|
|
2396
2561
|
const root24 = [themeClass, root19].filter(Boolean).join(" ");
|
|
2397
2562
|
const tabClass = (active2) => [tab, active2 && tabActive].filter(Boolean).join(" ");
|
|
2398
2563
|
return { root: root24, tab, tabClass, panel: panel2 };
|
|
@@ -2400,10 +2565,10 @@ function useStyles24() {
|
|
|
2400
2565
|
}
|
|
2401
2566
|
|
|
2402
2567
|
// src/components/tabs/index.tsx
|
|
2403
|
-
import { Fragment as Fragment3, jsx as
|
|
2568
|
+
import { Fragment as Fragment3, jsx as jsx40, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
2404
2569
|
var ICON_SIZE3 = 16;
|
|
2405
|
-
var Tabs =
|
|
2406
|
-
const { root: root24, tabClass, panel: panel3 } =
|
|
2570
|
+
var Tabs = forwardRef27(function Tabs2({ items, value, onChange, testId, ...rest }, ref) {
|
|
2571
|
+
const { root: root24, tabClass, panel: panel3 } = useStyles25();
|
|
2407
2572
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2408
2573
|
const baseId = useId4();
|
|
2409
2574
|
const tabRefs = useRef4([]);
|
|
@@ -2439,7 +2604,7 @@ var Tabs = forwardRef26(function Tabs2({ items, value, onChange, testId, ...rest
|
|
|
2439
2604
|
}
|
|
2440
2605
|
};
|
|
2441
2606
|
return /* @__PURE__ */ jsxs24(Fragment3, { children: [
|
|
2442
|
-
/* @__PURE__ */
|
|
2607
|
+
/* @__PURE__ */ jsx40("div", { ref, role: "tablist", className: root24, "data-testid": dataTestId, ...rest, children: items.map((item3, index) => {
|
|
2443
2608
|
const active2 = item3.value === value;
|
|
2444
2609
|
const tabbable = active2 || activeIndex === -1 && index === 0;
|
|
2445
2610
|
const ItemIcon = item3.icon;
|
|
@@ -2461,14 +2626,14 @@ var Tabs = forwardRef26(function Tabs2({ items, value, onChange, testId, ...rest
|
|
|
2461
2626
|
onClick: () => onChange?.(item3.value),
|
|
2462
2627
|
onKeyDown: (event) => onKeyDown(event, index),
|
|
2463
2628
|
children: [
|
|
2464
|
-
ItemIcon ? /* @__PURE__ */
|
|
2629
|
+
ItemIcon ? /* @__PURE__ */ jsx40(ItemIcon, { size: ICON_SIZE3 }) : null,
|
|
2465
2630
|
item3.label
|
|
2466
2631
|
]
|
|
2467
2632
|
},
|
|
2468
2633
|
item3.value
|
|
2469
2634
|
);
|
|
2470
2635
|
}) }),
|
|
2471
|
-
hasPanels && items.map((item3) => /* @__PURE__ */
|
|
2636
|
+
hasPanels && items.map((item3) => /* @__PURE__ */ jsx40(
|
|
2472
2637
|
"div",
|
|
2473
2638
|
{
|
|
2474
2639
|
role: "tabpanel",
|
|
@@ -2488,15 +2653,15 @@ var Tabs = forwardRef26(function Tabs2({ items, value, onChange, testId, ...rest
|
|
|
2488
2653
|
// src/components/menu/index.tsx
|
|
2489
2654
|
import {
|
|
2490
2655
|
cloneElement as cloneElement2,
|
|
2491
|
-
forwardRef as
|
|
2492
|
-
useEffect as
|
|
2656
|
+
forwardRef as forwardRef28,
|
|
2657
|
+
useEffect as useEffect6,
|
|
2493
2658
|
useLayoutEffect,
|
|
2494
2659
|
useRef as useRef5,
|
|
2495
2660
|
useState as useState8
|
|
2496
2661
|
} from "react";
|
|
2497
2662
|
|
|
2498
2663
|
// src/components/menu/use-styles.ts
|
|
2499
|
-
import { useMemo as
|
|
2664
|
+
import { useMemo as useMemo30 } from "react";
|
|
2500
2665
|
|
|
2501
2666
|
// src/components/menu/use-styles.css.ts
|
|
2502
2667
|
var danger = "use-styles_danger__1uyxaj3";
|
|
@@ -2505,9 +2670,9 @@ var list = "use-styles_list__1uyxaj1 surfaces_panelSurface__1qa7atn1";
|
|
|
2505
2670
|
var wrapper3 = "use-styles_wrapper__1uyxaj0";
|
|
2506
2671
|
|
|
2507
2672
|
// src/components/menu/use-styles.ts
|
|
2508
|
-
function
|
|
2673
|
+
function useStyles26() {
|
|
2509
2674
|
const { themeClass } = useTheme();
|
|
2510
|
-
return
|
|
2675
|
+
return useMemo30(
|
|
2511
2676
|
() => ({
|
|
2512
2677
|
wrapper: [themeClass, wrapper3].filter(Boolean).join(" "),
|
|
2513
2678
|
list,
|
|
@@ -2519,14 +2684,14 @@ function useStyles25() {
|
|
|
2519
2684
|
}
|
|
2520
2685
|
|
|
2521
2686
|
// src/components/menu/index.tsx
|
|
2522
|
-
import { jsx as
|
|
2687
|
+
import { jsx as jsx41, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
2523
2688
|
var ICON_SIZE4 = 16;
|
|
2524
2689
|
function assignRef(ref, value) {
|
|
2525
2690
|
if (typeof ref === "function") ref(value);
|
|
2526
2691
|
else if (ref) ref.current = value;
|
|
2527
2692
|
}
|
|
2528
|
-
var Menu =
|
|
2529
|
-
const { wrapper: wrapper4, list: list2, item: item3, dangerItem } =
|
|
2693
|
+
var Menu = forwardRef28(function Menu2({ trigger: trigger2, items, testId }, ref) {
|
|
2694
|
+
const { wrapper: wrapper4, list: list2, item: item3, dangerItem } = useStyles26();
|
|
2530
2695
|
const { testId: rootTestId, slot } = useTestId("menu", testId);
|
|
2531
2696
|
const [open, setOpen] = useState8(false);
|
|
2532
2697
|
const [alignEnd, setAlignEnd] = useState8(false);
|
|
@@ -2560,7 +2725,7 @@ var Menu = forwardRef27(function Menu2({ trigger: trigger2, items, testId }, ref
|
|
|
2560
2725
|
const viewport = document.documentElement.clientWidth;
|
|
2561
2726
|
setAlignEnd(rootLeft + listEl.offsetWidth > viewport);
|
|
2562
2727
|
}, [open]);
|
|
2563
|
-
|
|
2728
|
+
useEffect6(() => {
|
|
2564
2729
|
if (!open) return;
|
|
2565
2730
|
listRef.current?.querySelector('[role="menuitem"]')?.focus();
|
|
2566
2731
|
const onDocMouseDown = (event) => {
|
|
@@ -2634,7 +2799,7 @@ var Menu = forwardRef27(function Menu2({ trigger: trigger2, items, testId }, ref
|
|
|
2634
2799
|
"data-state": open ? "open" : "closed",
|
|
2635
2800
|
children: [
|
|
2636
2801
|
clonedTrigger,
|
|
2637
|
-
open && /* @__PURE__ */
|
|
2802
|
+
open && /* @__PURE__ */ jsx41(
|
|
2638
2803
|
"div",
|
|
2639
2804
|
{
|
|
2640
2805
|
ref: listRef,
|
|
@@ -2658,7 +2823,7 @@ var Menu = forwardRef27(function Menu2({ trigger: trigger2, items, testId }, ref
|
|
|
2658
2823
|
setOpen(false);
|
|
2659
2824
|
},
|
|
2660
2825
|
children: [
|
|
2661
|
-
ItemIcon ? /* @__PURE__ */
|
|
2826
|
+
ItemIcon ? /* @__PURE__ */ jsx41(ItemIcon, { size: ICON_SIZE4 }) : null,
|
|
2662
2827
|
entry.label
|
|
2663
2828
|
]
|
|
2664
2829
|
},
|
|
@@ -2674,29 +2839,29 @@ var Menu = forwardRef27(function Menu2({ trigger: trigger2, items, testId }, ref
|
|
|
2674
2839
|
|
|
2675
2840
|
// src/components/dialog/index.tsx
|
|
2676
2841
|
import {
|
|
2677
|
-
forwardRef as
|
|
2678
|
-
useEffect as
|
|
2842
|
+
forwardRef as forwardRef29,
|
|
2843
|
+
useEffect as useEffect7,
|
|
2679
2844
|
useId as useId5,
|
|
2680
2845
|
useRef as useRef6
|
|
2681
2846
|
} from "react";
|
|
2682
2847
|
import { createPortal } from "react-dom";
|
|
2683
2848
|
|
|
2684
2849
|
// src/components/dialog/use-styles.ts
|
|
2685
|
-
import { useMemo as
|
|
2850
|
+
import { useMemo as useMemo31 } from "react";
|
|
2686
2851
|
|
|
2687
2852
|
// src/components/dialog/use-styles.css.ts
|
|
2688
2853
|
var actions = "use-styles_actions__5tstu83";
|
|
2689
2854
|
var body2 = "use-styles_body__5tstu82";
|
|
2690
2855
|
var overlay = "use-styles_overlay__5tstu80";
|
|
2691
|
-
var
|
|
2856
|
+
var surface2 = "use-styles_surface__5tstu81";
|
|
2692
2857
|
|
|
2693
2858
|
// src/components/dialog/use-styles.ts
|
|
2694
|
-
function
|
|
2859
|
+
function useStyles27() {
|
|
2695
2860
|
const { themeClass } = useTheme();
|
|
2696
|
-
return
|
|
2861
|
+
return useMemo31(
|
|
2697
2862
|
() => ({
|
|
2698
2863
|
overlay: [themeClass, overlay].filter(Boolean).join(" "),
|
|
2699
|
-
surface,
|
|
2864
|
+
surface: surface2,
|
|
2700
2865
|
body: body2,
|
|
2701
2866
|
actions
|
|
2702
2867
|
}),
|
|
@@ -2705,14 +2870,14 @@ function useStyles26() {
|
|
|
2705
2870
|
}
|
|
2706
2871
|
|
|
2707
2872
|
// src/components/dialog/index.tsx
|
|
2708
|
-
import { jsx as
|
|
2873
|
+
import { jsx as jsx42, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
2709
2874
|
var FOCUSABLE = 'a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex="-1"])';
|
|
2710
2875
|
function assignRef2(ref, value) {
|
|
2711
2876
|
if (typeof ref === "function") ref(value);
|
|
2712
2877
|
else if (ref) ref.current = value;
|
|
2713
2878
|
}
|
|
2714
|
-
var Dialog =
|
|
2715
|
-
const { overlay: overlay2, surface:
|
|
2879
|
+
var Dialog = forwardRef29(function Dialog2({ open, onClose, title, actions: actions3, children, testId }, ref) {
|
|
2880
|
+
const { overlay: overlay2, surface: surface3, body: body3, actions: actionsClass } = useStyles27();
|
|
2716
2881
|
const { testId: rootTestId, slot } = useTestId("dialog", testId);
|
|
2717
2882
|
const surfaceRef = useRef6(null);
|
|
2718
2883
|
const setSurfaceRef = (node) => {
|
|
@@ -2722,7 +2887,7 @@ var Dialog = forwardRef28(function Dialog2({ open, onClose, title, actions: acti
|
|
|
2722
2887
|
const previouslyFocused = useRef6(null);
|
|
2723
2888
|
const generatedId = useId5();
|
|
2724
2889
|
const titleId = title != null ? generatedId : void 0;
|
|
2725
|
-
|
|
2890
|
+
useEffect7(() => {
|
|
2726
2891
|
if (!open) return;
|
|
2727
2892
|
const onKeyDown = (event) => {
|
|
2728
2893
|
if (event.key === "Escape") onClose();
|
|
@@ -2730,13 +2895,13 @@ var Dialog = forwardRef28(function Dialog2({ open, onClose, title, actions: acti
|
|
|
2730
2895
|
document.addEventListener("keydown", onKeyDown);
|
|
2731
2896
|
return () => document.removeEventListener("keydown", onKeyDown);
|
|
2732
2897
|
}, [open, onClose]);
|
|
2733
|
-
|
|
2898
|
+
useEffect7(() => {
|
|
2734
2899
|
if (!open) return;
|
|
2735
2900
|
previouslyFocused.current = document.activeElement;
|
|
2736
2901
|
surfaceRef.current?.focus();
|
|
2737
2902
|
return () => previouslyFocused.current?.focus?.();
|
|
2738
2903
|
}, [open]);
|
|
2739
|
-
|
|
2904
|
+
useEffect7(() => {
|
|
2740
2905
|
if (!open) return;
|
|
2741
2906
|
const previousOverflow = document.body.style.overflow;
|
|
2742
2907
|
document.body.style.overflow = "hidden";
|
|
@@ -2774,11 +2939,11 @@ var Dialog = forwardRef28(function Dialog2({ open, onClose, title, actions: acti
|
|
|
2774
2939
|
};
|
|
2775
2940
|
return createPortal(
|
|
2776
2941
|
// biome-ignore lint/a11y/useKeyWithClickEvents: ESC handled by a document keydown listener.
|
|
2777
|
-
/* @__PURE__ */
|
|
2942
|
+
/* @__PURE__ */ jsx42("div", { className: overlay2, "data-testid": slot("overlay"), onClick: onClose, children: /* @__PURE__ */ jsxs26(
|
|
2778
2943
|
"div",
|
|
2779
2944
|
{
|
|
2780
2945
|
ref: setSurfaceRef,
|
|
2781
|
-
className:
|
|
2946
|
+
className: surface3,
|
|
2782
2947
|
role: "dialog",
|
|
2783
2948
|
"aria-modal": "true",
|
|
2784
2949
|
"aria-labelledby": titleId,
|
|
@@ -2787,9 +2952,9 @@ var Dialog = forwardRef28(function Dialog2({ open, onClose, title, actions: acti
|
|
|
2787
2952
|
onClick: stop,
|
|
2788
2953
|
onKeyDown: onSurfaceKeyDown,
|
|
2789
2954
|
children: [
|
|
2790
|
-
title != null && /* @__PURE__ */
|
|
2791
|
-
children != null && /* @__PURE__ */
|
|
2792
|
-
actions3 != null && /* @__PURE__ */
|
|
2955
|
+
title != null && /* @__PURE__ */ jsx42(Typography, { variant: "h3", as: "h2", id: titleId, children: title }),
|
|
2956
|
+
children != null && /* @__PURE__ */ jsx42("div", { className: body3, children: /* @__PURE__ */ jsx42(Typography, { variant: "body", color: "fg2", children }) }),
|
|
2957
|
+
actions3 != null && /* @__PURE__ */ jsx42("div", { className: actionsClass, children: actions3 })
|
|
2793
2958
|
]
|
|
2794
2959
|
}
|
|
2795
2960
|
) }),
|
|
@@ -2798,11 +2963,11 @@ var Dialog = forwardRef28(function Dialog2({ open, onClose, title, actions: acti
|
|
|
2798
2963
|
});
|
|
2799
2964
|
|
|
2800
2965
|
// src/components/snackbar/index.tsx
|
|
2801
|
-
import { forwardRef as
|
|
2966
|
+
import { forwardRef as forwardRef30 } from "react";
|
|
2802
2967
|
import { createPortal as createPortal2 } from "react-dom";
|
|
2803
2968
|
|
|
2804
2969
|
// src/components/snackbar/use-styles.ts
|
|
2805
|
-
import { useMemo as
|
|
2970
|
+
import { useMemo as useMemo32 } from "react";
|
|
2806
2971
|
|
|
2807
2972
|
// src/components/snackbar/use-styles.css.ts
|
|
2808
2973
|
var closeBtn = "use-styles_closeBtn__ihzsep2";
|
|
@@ -2810,9 +2975,9 @@ var message = "use-styles_message__ihzsep1";
|
|
|
2810
2975
|
var root20 = "use-styles_root__ihzsep0 surfaces_inkySurface__1qa7atn2";
|
|
2811
2976
|
|
|
2812
2977
|
// src/components/snackbar/use-styles.ts
|
|
2813
|
-
function
|
|
2978
|
+
function useStyles28() {
|
|
2814
2979
|
const { themeClass } = useTheme();
|
|
2815
|
-
return
|
|
2980
|
+
return useMemo32(
|
|
2816
2981
|
() => ({
|
|
2817
2982
|
root: [themeClass, root20].filter(Boolean).join(" "),
|
|
2818
2983
|
message,
|
|
@@ -2823,16 +2988,16 @@ function useStyles27() {
|
|
|
2823
2988
|
}
|
|
2824
2989
|
|
|
2825
2990
|
// src/components/snackbar/index.tsx
|
|
2826
|
-
import { jsx as
|
|
2827
|
-
var Snackbar =
|
|
2828
|
-
const { root: root24, message: messageClass, closeBtn: closeBtn2 } =
|
|
2991
|
+
import { jsx as jsx43, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
2992
|
+
var Snackbar = forwardRef30(function Snackbar2({ open, message: message2, action, onClose, testId }, ref) {
|
|
2993
|
+
const { root: root24, message: messageClass, closeBtn: closeBtn2 } = useStyles28();
|
|
2829
2994
|
const { testId: dataTestId, slot } = useTestId("feedback", testId);
|
|
2830
2995
|
if (!open || typeof document === "undefined") return null;
|
|
2831
2996
|
return createPortal2(
|
|
2832
2997
|
/* @__PURE__ */ jsxs27("div", { ref, role: "status", className: root24, "data-testid": dataTestId, children: [
|
|
2833
|
-
/* @__PURE__ */
|
|
2998
|
+
/* @__PURE__ */ jsx43("span", { className: messageClass, "data-testid": slot("message"), children: message2 }),
|
|
2834
2999
|
action,
|
|
2835
|
-
onClose && /* @__PURE__ */
|
|
3000
|
+
onClose && /* @__PURE__ */ jsx43(
|
|
2836
3001
|
"button",
|
|
2837
3002
|
{
|
|
2838
3003
|
type: "button",
|
|
@@ -2840,7 +3005,7 @@ var Snackbar = forwardRef29(function Snackbar2({ open, message: message2, action
|
|
|
2840
3005
|
className: closeBtn2,
|
|
2841
3006
|
"data-testid": slot("close"),
|
|
2842
3007
|
onClick: onClose,
|
|
2843
|
-
children: /* @__PURE__ */
|
|
3008
|
+
children: /* @__PURE__ */ jsx43(XIcon, { size: 18 })
|
|
2844
3009
|
}
|
|
2845
3010
|
)
|
|
2846
3011
|
] }),
|
|
@@ -2849,10 +3014,10 @@ var Snackbar = forwardRef29(function Snackbar2({ open, message: message2, action
|
|
|
2849
3014
|
});
|
|
2850
3015
|
|
|
2851
3016
|
// src/components/table/index.tsx
|
|
2852
|
-
import { forwardRef as
|
|
3017
|
+
import { forwardRef as forwardRef31 } from "react";
|
|
2853
3018
|
|
|
2854
3019
|
// src/components/table/use-styles.ts
|
|
2855
|
-
import { useMemo as
|
|
3020
|
+
import { useMemo as useMemo33 } from "react";
|
|
2856
3021
|
|
|
2857
3022
|
// src/components/table/use-styles.css.ts
|
|
2858
3023
|
var alignRight = "use-styles_alignRight__1n2cz6i3";
|
|
@@ -2862,9 +3027,9 @@ var td = "use-styles_td__1n2cz6i2";
|
|
|
2862
3027
|
var th = "use-styles_th__1n2cz6i1";
|
|
2863
3028
|
|
|
2864
3029
|
// src/components/table/use-styles.ts
|
|
2865
|
-
function
|
|
3030
|
+
function useStyles29({ className }) {
|
|
2866
3031
|
const { themeClass } = useTheme();
|
|
2867
|
-
const root24 =
|
|
3032
|
+
const root24 = useMemo33(
|
|
2868
3033
|
() => [themeClass, root21, className].filter(Boolean).join(" "),
|
|
2869
3034
|
[themeClass, className]
|
|
2870
3035
|
);
|
|
@@ -2878,27 +3043,27 @@ function useStyles28({ className }) {
|
|
|
2878
3043
|
}
|
|
2879
3044
|
|
|
2880
3045
|
// src/components/table/index.tsx
|
|
2881
|
-
import { jsx as
|
|
3046
|
+
import { jsx as jsx44, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2882
3047
|
function TableInner({ columns, rows, getRowKey, className, caption: caption2, testId, ...rest }, ref) {
|
|
2883
|
-
const { root: root24, th: th2, td: td2, alignRight: alignRight2, caption: captionClass } =
|
|
3048
|
+
const { root: root24, th: th2, td: td2, alignRight: alignRight2, caption: captionClass } = useStyles29({ className });
|
|
2884
3049
|
const { testId: dataTestId, slot } = useTestId("list", testId);
|
|
2885
3050
|
const headClass = (column) => column.align === "right" ? `${th2} ${alignRight2}` : th2;
|
|
2886
3051
|
const cellClass = (column) => column.align === "right" ? `${td2} ${alignRight2}` : td2;
|
|
2887
3052
|
return /* @__PURE__ */ jsxs28("table", { ref, className: root24, "data-testid": dataTestId, ...rest, children: [
|
|
2888
|
-
caption2 != null && /* @__PURE__ */
|
|
2889
|
-
/* @__PURE__ */
|
|
2890
|
-
/* @__PURE__ */
|
|
3053
|
+
caption2 != null && /* @__PURE__ */ jsx44("caption", { className: captionClass, children: caption2 }),
|
|
3054
|
+
/* @__PURE__ */ jsx44("thead", { children: /* @__PURE__ */ jsx44("tr", { children: columns.map((column) => /* @__PURE__ */ jsx44("th", { scope: "col", className: headClass(column), children: column.header }, column.key)) }) }),
|
|
3055
|
+
/* @__PURE__ */ jsx44("tbody", { children: rows.map((row, index) => /* @__PURE__ */ jsx44("tr", { "data-testid": slot(`row-${index}`), children: columns.map((column) => /* @__PURE__ */ jsx44("td", { className: cellClass(column), children: column.render ? column.render(row) : String(row[column.key]) }, column.key)) }, getRowKey ? getRowKey(row, index) : index)) })
|
|
2891
3056
|
] });
|
|
2892
3057
|
}
|
|
2893
|
-
var TableForwarded =
|
|
3058
|
+
var TableForwarded = forwardRef31(TableInner);
|
|
2894
3059
|
TableForwarded.displayName = "Table";
|
|
2895
3060
|
var Table = TableForwarded;
|
|
2896
3061
|
|
|
2897
3062
|
// src/components/app-bar/index.tsx
|
|
2898
|
-
import { forwardRef as
|
|
3063
|
+
import { forwardRef as forwardRef32 } from "react";
|
|
2899
3064
|
|
|
2900
3065
|
// src/components/app-bar/use-styles.ts
|
|
2901
|
-
import { useMemo as
|
|
3066
|
+
import { useMemo as useMemo34 } from "react";
|
|
2902
3067
|
|
|
2903
3068
|
// src/components/app-bar/use-styles.css.ts
|
|
2904
3069
|
var actions2 = "use-styles_actions__1h133nh2";
|
|
@@ -2906,9 +3071,9 @@ var brand = "use-styles_brand__1h133nh1";
|
|
|
2906
3071
|
var root22 = "use-styles_root__1h133nh0";
|
|
2907
3072
|
|
|
2908
3073
|
// src/components/app-bar/use-styles.ts
|
|
2909
|
-
function
|
|
3074
|
+
function useStyles30({ className }) {
|
|
2910
3075
|
const { themeClass } = useTheme();
|
|
2911
|
-
const root24 =
|
|
3076
|
+
const root24 = useMemo34(
|
|
2912
3077
|
() => [themeClass, root22, className].filter(Boolean).join(" "),
|
|
2913
3078
|
[themeClass, className]
|
|
2914
3079
|
);
|
|
@@ -2916,22 +3081,22 @@ function useStyles29({ className }) {
|
|
|
2916
3081
|
}
|
|
2917
3082
|
|
|
2918
3083
|
// src/components/app-bar/index.tsx
|
|
2919
|
-
import { jsx as
|
|
2920
|
-
var AppBar =
|
|
2921
|
-
const styles =
|
|
3084
|
+
import { jsx as jsx45, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
3085
|
+
var AppBar = forwardRef32(function AppBar2({ brand: brand2, actions: actions3, className, children, testId, ...rest }, ref) {
|
|
3086
|
+
const styles = useStyles30({ className });
|
|
2922
3087
|
const { testId: dataTestId, slot } = useTestId("nav", testId);
|
|
2923
3088
|
return /* @__PURE__ */ jsxs29("header", { ref, className: styles.root, "data-testid": dataTestId, ...rest, children: [
|
|
2924
|
-
brand2 !== void 0 ? /* @__PURE__ */
|
|
3089
|
+
brand2 !== void 0 ? /* @__PURE__ */ jsx45("div", { className: styles.brand, "data-testid": slot("brand"), children: brand2 }) : null,
|
|
2925
3090
|
children,
|
|
2926
|
-
actions3 !== void 0 ? /* @__PURE__ */
|
|
3091
|
+
actions3 !== void 0 ? /* @__PURE__ */ jsx45("div", { className: styles.actions, "data-testid": slot("actions"), children: actions3 }) : null
|
|
2927
3092
|
] });
|
|
2928
3093
|
});
|
|
2929
3094
|
|
|
2930
3095
|
// src/components/list-item/index.tsx
|
|
2931
|
-
import { forwardRef as
|
|
3096
|
+
import { forwardRef as forwardRef33 } from "react";
|
|
2932
3097
|
|
|
2933
3098
|
// src/components/list-item/use-styles.ts
|
|
2934
|
-
import { useMemo as
|
|
3099
|
+
import { useMemo as useMemo35 } from "react";
|
|
2935
3100
|
|
|
2936
3101
|
// src/components/list-item/use-styles.css.ts
|
|
2937
3102
|
var content2 = "use-styles_content__kbreq13";
|
|
@@ -2941,12 +3106,12 @@ var selected2 = "use-styles_selected__kbreq11";
|
|
|
2941
3106
|
var trailing = "use-styles_trailing__kbreq14";
|
|
2942
3107
|
|
|
2943
3108
|
// src/components/list-item/use-styles.ts
|
|
2944
|
-
function
|
|
3109
|
+
function useStyles31({
|
|
2945
3110
|
selected: selected3,
|
|
2946
3111
|
className
|
|
2947
3112
|
}) {
|
|
2948
3113
|
const { themeClass } = useTheme();
|
|
2949
|
-
const root24 =
|
|
3114
|
+
const root24 = useMemo35(
|
|
2950
3115
|
() => [themeClass, root23, selected3 && selected2, className].filter(Boolean).join(" "),
|
|
2951
3116
|
[themeClass, selected3, className]
|
|
2952
3117
|
);
|
|
@@ -2954,9 +3119,9 @@ function useStyles30({
|
|
|
2954
3119
|
}
|
|
2955
3120
|
|
|
2956
3121
|
// src/components/list-item/index.tsx
|
|
2957
|
-
import { jsx as
|
|
2958
|
-
var ListItem =
|
|
2959
|
-
const styles =
|
|
3122
|
+
import { jsx as jsx46, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
3123
|
+
var ListItem = forwardRef33(function ListItem2({ leading: leading2, trailing: trailing2, selected: selected3, className, testId, children, ...rest }, ref) {
|
|
3124
|
+
const styles = useStyles31({ selected: selected3, className });
|
|
2960
3125
|
const { testId: dataTestId, slot } = useTestId("list", testId);
|
|
2961
3126
|
return /* @__PURE__ */ jsxs30(
|
|
2962
3127
|
"div",
|
|
@@ -2967,16 +3132,16 @@ var ListItem = forwardRef32(function ListItem2({ leading: leading2, trailing: tr
|
|
|
2967
3132
|
"data-state": states({ selected: selected3 }),
|
|
2968
3133
|
...rest,
|
|
2969
3134
|
children: [
|
|
2970
|
-
leading2 != null && /* @__PURE__ */
|
|
2971
|
-
/* @__PURE__ */
|
|
2972
|
-
trailing2 != null && /* @__PURE__ */
|
|
3135
|
+
leading2 != null && /* @__PURE__ */ jsx46("span", { className: styles.leading, "data-testid": slot("leading"), children: leading2 }),
|
|
3136
|
+
/* @__PURE__ */ jsx46("span", { className: styles.content, "data-testid": slot("content"), children }),
|
|
3137
|
+
trailing2 != null && /* @__PURE__ */ jsx46("span", { className: styles.trailing, "data-testid": slot("trailing"), children: trailing2 })
|
|
2973
3138
|
]
|
|
2974
3139
|
}
|
|
2975
3140
|
);
|
|
2976
3141
|
});
|
|
2977
3142
|
|
|
2978
3143
|
// src/components/icons/alert-circle/index.tsx
|
|
2979
|
-
import { jsx as
|
|
3144
|
+
import { jsx as jsx47, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2980
3145
|
function AlertCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
2981
3146
|
return /* @__PURE__ */ jsxs31(
|
|
2982
3147
|
"svg",
|
|
@@ -2993,16 +3158,16 @@ function AlertCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
2993
3158
|
"aria-hidden": "true",
|
|
2994
3159
|
...rest,
|
|
2995
3160
|
children: [
|
|
2996
|
-
/* @__PURE__ */
|
|
2997
|
-
/* @__PURE__ */
|
|
2998
|
-
/* @__PURE__ */
|
|
3161
|
+
/* @__PURE__ */ jsx47("circle", { cx: "12", cy: "12", r: "10" }),
|
|
3162
|
+
/* @__PURE__ */ jsx47("line", { x1: "12", x2: "12", y1: "8", y2: "12" }),
|
|
3163
|
+
/* @__PURE__ */ jsx47("line", { x1: "12", x2: "12.01", y1: "16", y2: "16" })
|
|
2999
3164
|
]
|
|
3000
3165
|
}
|
|
3001
3166
|
);
|
|
3002
3167
|
}
|
|
3003
3168
|
|
|
3004
3169
|
// src/components/icons/archive/index.tsx
|
|
3005
|
-
import { jsx as
|
|
3170
|
+
import { jsx as jsx48, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
3006
3171
|
function ArchiveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3007
3172
|
return /* @__PURE__ */ jsxs32(
|
|
3008
3173
|
"svg",
|
|
@@ -3019,16 +3184,16 @@ function ArchiveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3019
3184
|
"aria-hidden": "true",
|
|
3020
3185
|
...rest,
|
|
3021
3186
|
children: [
|
|
3022
|
-
/* @__PURE__ */
|
|
3023
|
-
/* @__PURE__ */
|
|
3024
|
-
/* @__PURE__ */
|
|
3187
|
+
/* @__PURE__ */ jsx48("rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }),
|
|
3188
|
+
/* @__PURE__ */ jsx48("path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }),
|
|
3189
|
+
/* @__PURE__ */ jsx48("path", { d: "M10 12h4" })
|
|
3025
3190
|
]
|
|
3026
3191
|
}
|
|
3027
3192
|
);
|
|
3028
3193
|
}
|
|
3029
3194
|
|
|
3030
3195
|
// src/components/icons/arrow-down/index.tsx
|
|
3031
|
-
import { jsx as
|
|
3196
|
+
import { jsx as jsx49, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
3032
3197
|
function ArrowDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3033
3198
|
return /* @__PURE__ */ jsxs33(
|
|
3034
3199
|
"svg",
|
|
@@ -3045,15 +3210,15 @@ function ArrowDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3045
3210
|
"aria-hidden": "true",
|
|
3046
3211
|
...rest,
|
|
3047
3212
|
children: [
|
|
3048
|
-
/* @__PURE__ */
|
|
3049
|
-
/* @__PURE__ */
|
|
3213
|
+
/* @__PURE__ */ jsx49("path", { d: "M12 5v14" }),
|
|
3214
|
+
/* @__PURE__ */ jsx49("path", { d: "m19 12-7 7-7-7" })
|
|
3050
3215
|
]
|
|
3051
3216
|
}
|
|
3052
3217
|
);
|
|
3053
3218
|
}
|
|
3054
3219
|
|
|
3055
3220
|
// src/components/icons/arrow-left/index.tsx
|
|
3056
|
-
import { jsx as
|
|
3221
|
+
import { jsx as jsx50, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
3057
3222
|
function ArrowLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3058
3223
|
return /* @__PURE__ */ jsxs34(
|
|
3059
3224
|
"svg",
|
|
@@ -3070,15 +3235,15 @@ function ArrowLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3070
3235
|
"aria-hidden": "true",
|
|
3071
3236
|
...rest,
|
|
3072
3237
|
children: [
|
|
3073
|
-
/* @__PURE__ */
|
|
3074
|
-
/* @__PURE__ */
|
|
3238
|
+
/* @__PURE__ */ jsx50("path", { d: "m12 19-7-7 7-7" }),
|
|
3239
|
+
/* @__PURE__ */ jsx50("path", { d: "M19 12H5" })
|
|
3075
3240
|
]
|
|
3076
3241
|
}
|
|
3077
3242
|
);
|
|
3078
3243
|
}
|
|
3079
3244
|
|
|
3080
3245
|
// src/components/icons/arrow-right/index.tsx
|
|
3081
|
-
import { jsx as
|
|
3246
|
+
import { jsx as jsx51, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
3082
3247
|
function ArrowRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3083
3248
|
return /* @__PURE__ */ jsxs35(
|
|
3084
3249
|
"svg",
|
|
@@ -3095,15 +3260,15 @@ function ArrowRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3095
3260
|
"aria-hidden": "true",
|
|
3096
3261
|
...rest,
|
|
3097
3262
|
children: [
|
|
3098
|
-
/* @__PURE__ */
|
|
3099
|
-
/* @__PURE__ */
|
|
3263
|
+
/* @__PURE__ */ jsx51("path", { d: "M5 12h14" }),
|
|
3264
|
+
/* @__PURE__ */ jsx51("path", { d: "m12 5 7 7-7 7" })
|
|
3100
3265
|
]
|
|
3101
3266
|
}
|
|
3102
3267
|
);
|
|
3103
3268
|
}
|
|
3104
3269
|
|
|
3105
3270
|
// src/components/icons/arrow-up/index.tsx
|
|
3106
|
-
import { jsx as
|
|
3271
|
+
import { jsx as jsx52, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
3107
3272
|
function ArrowUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3108
3273
|
return /* @__PURE__ */ jsxs36(
|
|
3109
3274
|
"svg",
|
|
@@ -3120,15 +3285,15 @@ function ArrowUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3120
3285
|
"aria-hidden": "true",
|
|
3121
3286
|
...rest,
|
|
3122
3287
|
children: [
|
|
3123
|
-
/* @__PURE__ */
|
|
3124
|
-
/* @__PURE__ */
|
|
3288
|
+
/* @__PURE__ */ jsx52("path", { d: "m5 12 7-7 7 7" }),
|
|
3289
|
+
/* @__PURE__ */ jsx52("path", { d: "M12 19V5" })
|
|
3125
3290
|
]
|
|
3126
3291
|
}
|
|
3127
3292
|
);
|
|
3128
3293
|
}
|
|
3129
3294
|
|
|
3130
3295
|
// src/components/icons/at-sign/index.tsx
|
|
3131
|
-
import { jsx as
|
|
3296
|
+
import { jsx as jsx53, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
3132
3297
|
function AtSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3133
3298
|
return /* @__PURE__ */ jsxs37(
|
|
3134
3299
|
"svg",
|
|
@@ -3145,15 +3310,15 @@ function AtSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3145
3310
|
"aria-hidden": "true",
|
|
3146
3311
|
...rest,
|
|
3147
3312
|
children: [
|
|
3148
|
-
/* @__PURE__ */
|
|
3149
|
-
/* @__PURE__ */
|
|
3313
|
+
/* @__PURE__ */ jsx53("circle", { cx: "12", cy: "12", r: "4" }),
|
|
3314
|
+
/* @__PURE__ */ jsx53("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" })
|
|
3150
3315
|
]
|
|
3151
3316
|
}
|
|
3152
3317
|
);
|
|
3153
3318
|
}
|
|
3154
3319
|
|
|
3155
3320
|
// src/components/icons/bell/index.tsx
|
|
3156
|
-
import { jsx as
|
|
3321
|
+
import { jsx as jsx54, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
3157
3322
|
function BellIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3158
3323
|
return /* @__PURE__ */ jsxs38(
|
|
3159
3324
|
"svg",
|
|
@@ -3170,15 +3335,15 @@ function BellIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3170
3335
|
"aria-hidden": "true",
|
|
3171
3336
|
...rest,
|
|
3172
3337
|
children: [
|
|
3173
|
-
/* @__PURE__ */
|
|
3174
|
-
/* @__PURE__ */
|
|
3338
|
+
/* @__PURE__ */ jsx54("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
|
|
3339
|
+
/* @__PURE__ */ jsx54("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })
|
|
3175
3340
|
]
|
|
3176
3341
|
}
|
|
3177
3342
|
);
|
|
3178
3343
|
}
|
|
3179
3344
|
|
|
3180
3345
|
// src/components/icons/bell-off/index.tsx
|
|
3181
|
-
import { jsx as
|
|
3346
|
+
import { jsx as jsx55, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
3182
3347
|
function BellOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3183
3348
|
return /* @__PURE__ */ jsxs39(
|
|
3184
3349
|
"svg",
|
|
@@ -3195,19 +3360,19 @@ function BellOffIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3195
3360
|
"aria-hidden": "true",
|
|
3196
3361
|
...rest,
|
|
3197
3362
|
children: [
|
|
3198
|
-
/* @__PURE__ */
|
|
3199
|
-
/* @__PURE__ */
|
|
3200
|
-
/* @__PURE__ */
|
|
3201
|
-
/* @__PURE__ */
|
|
3363
|
+
/* @__PURE__ */ jsx55("path", { d: "M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5" }),
|
|
3364
|
+
/* @__PURE__ */ jsx55("path", { d: "M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7" }),
|
|
3365
|
+
/* @__PURE__ */ jsx55("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" }),
|
|
3366
|
+
/* @__PURE__ */ jsx55("path", { d: "m2 2 20 20" })
|
|
3202
3367
|
]
|
|
3203
3368
|
}
|
|
3204
3369
|
);
|
|
3205
3370
|
}
|
|
3206
3371
|
|
|
3207
3372
|
// src/components/icons/bookmark/index.tsx
|
|
3208
|
-
import { jsx as
|
|
3373
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
3209
3374
|
function BookmarkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3210
|
-
return /* @__PURE__ */
|
|
3375
|
+
return /* @__PURE__ */ jsx56(
|
|
3211
3376
|
"svg",
|
|
3212
3377
|
{
|
|
3213
3378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3221,13 +3386,13 @@ function BookmarkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3221
3386
|
strokeLinejoin: "round",
|
|
3222
3387
|
"aria-hidden": "true",
|
|
3223
3388
|
...rest,
|
|
3224
|
-
children: /* @__PURE__ */
|
|
3389
|
+
children: /* @__PURE__ */ jsx56("path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" })
|
|
3225
3390
|
}
|
|
3226
3391
|
);
|
|
3227
3392
|
}
|
|
3228
3393
|
|
|
3229
3394
|
// src/components/icons/calendar/index.tsx
|
|
3230
|
-
import { jsx as
|
|
3395
|
+
import { jsx as jsx57, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
3231
3396
|
function CalendarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3232
3397
|
return /* @__PURE__ */ jsxs40(
|
|
3233
3398
|
"svg",
|
|
@@ -3244,17 +3409,17 @@ function CalendarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3244
3409
|
"aria-hidden": "true",
|
|
3245
3410
|
...rest,
|
|
3246
3411
|
children: [
|
|
3247
|
-
/* @__PURE__ */
|
|
3248
|
-
/* @__PURE__ */
|
|
3249
|
-
/* @__PURE__ */
|
|
3250
|
-
/* @__PURE__ */
|
|
3412
|
+
/* @__PURE__ */ jsx57("path", { d: "M8 2v4" }),
|
|
3413
|
+
/* @__PURE__ */ jsx57("path", { d: "M16 2v4" }),
|
|
3414
|
+
/* @__PURE__ */ jsx57("rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }),
|
|
3415
|
+
/* @__PURE__ */ jsx57("path", { d: "M3 10h18" })
|
|
3251
3416
|
]
|
|
3252
3417
|
}
|
|
3253
3418
|
);
|
|
3254
3419
|
}
|
|
3255
3420
|
|
|
3256
3421
|
// src/components/icons/camera/index.tsx
|
|
3257
|
-
import { jsx as
|
|
3422
|
+
import { jsx as jsx58, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
3258
3423
|
function CameraIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3259
3424
|
return /* @__PURE__ */ jsxs41(
|
|
3260
3425
|
"svg",
|
|
@@ -3271,17 +3436,17 @@ function CameraIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3271
3436
|
"aria-hidden": "true",
|
|
3272
3437
|
...rest,
|
|
3273
3438
|
children: [
|
|
3274
|
-
/* @__PURE__ */
|
|
3275
|
-
/* @__PURE__ */
|
|
3439
|
+
/* @__PURE__ */ jsx58("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" }),
|
|
3440
|
+
/* @__PURE__ */ jsx58("circle", { cx: "12", cy: "13", r: "3" })
|
|
3276
3441
|
]
|
|
3277
3442
|
}
|
|
3278
3443
|
);
|
|
3279
3444
|
}
|
|
3280
3445
|
|
|
3281
3446
|
// src/components/icons/chevron-up/index.tsx
|
|
3282
|
-
import { jsx as
|
|
3447
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
3283
3448
|
function ChevronUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3284
|
-
return /* @__PURE__ */
|
|
3449
|
+
return /* @__PURE__ */ jsx59(
|
|
3285
3450
|
"svg",
|
|
3286
3451
|
{
|
|
3287
3452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3295,13 +3460,13 @@ function ChevronUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3295
3460
|
strokeLinejoin: "round",
|
|
3296
3461
|
"aria-hidden": "true",
|
|
3297
3462
|
...rest,
|
|
3298
|
-
children: /* @__PURE__ */
|
|
3463
|
+
children: /* @__PURE__ */ jsx59("path", { d: "m18 15-6-6-6 6" })
|
|
3299
3464
|
}
|
|
3300
3465
|
);
|
|
3301
3466
|
}
|
|
3302
3467
|
|
|
3303
3468
|
// src/components/icons/chevrons-left/index.tsx
|
|
3304
|
-
import { jsx as
|
|
3469
|
+
import { jsx as jsx60, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
3305
3470
|
function ChevronsLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3306
3471
|
return /* @__PURE__ */ jsxs42(
|
|
3307
3472
|
"svg",
|
|
@@ -3318,15 +3483,15 @@ function ChevronsLeftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3318
3483
|
"aria-hidden": "true",
|
|
3319
3484
|
...rest,
|
|
3320
3485
|
children: [
|
|
3321
|
-
/* @__PURE__ */
|
|
3322
|
-
/* @__PURE__ */
|
|
3486
|
+
/* @__PURE__ */ jsx60("path", { d: "m11 17-5-5 5-5" }),
|
|
3487
|
+
/* @__PURE__ */ jsx60("path", { d: "m18 17-5-5 5-5" })
|
|
3323
3488
|
]
|
|
3324
3489
|
}
|
|
3325
3490
|
);
|
|
3326
3491
|
}
|
|
3327
3492
|
|
|
3328
3493
|
// src/components/icons/chevrons-right/index.tsx
|
|
3329
|
-
import { jsx as
|
|
3494
|
+
import { jsx as jsx61, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
3330
3495
|
function ChevronsRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3331
3496
|
return /* @__PURE__ */ jsxs43(
|
|
3332
3497
|
"svg",
|
|
@@ -3343,15 +3508,15 @@ function ChevronsRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3343
3508
|
"aria-hidden": "true",
|
|
3344
3509
|
...rest,
|
|
3345
3510
|
children: [
|
|
3346
|
-
/* @__PURE__ */
|
|
3347
|
-
/* @__PURE__ */
|
|
3511
|
+
/* @__PURE__ */ jsx61("path", { d: "m6 17 5-5-5-5" }),
|
|
3512
|
+
/* @__PURE__ */ jsx61("path", { d: "m13 17 5-5-5-5" })
|
|
3348
3513
|
]
|
|
3349
3514
|
}
|
|
3350
3515
|
);
|
|
3351
3516
|
}
|
|
3352
3517
|
|
|
3353
3518
|
// src/components/icons/clipboard/index.tsx
|
|
3354
|
-
import { jsx as
|
|
3519
|
+
import { jsx as jsx62, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
3355
3520
|
function ClipboardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3356
3521
|
return /* @__PURE__ */ jsxs44(
|
|
3357
3522
|
"svg",
|
|
@@ -3368,15 +3533,15 @@ function ClipboardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3368
3533
|
"aria-hidden": "true",
|
|
3369
3534
|
...rest,
|
|
3370
3535
|
children: [
|
|
3371
|
-
/* @__PURE__ */
|
|
3372
|
-
/* @__PURE__ */
|
|
3536
|
+
/* @__PURE__ */ jsx62("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
|
|
3537
|
+
/* @__PURE__ */ jsx62("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" })
|
|
3373
3538
|
]
|
|
3374
3539
|
}
|
|
3375
3540
|
);
|
|
3376
3541
|
}
|
|
3377
3542
|
|
|
3378
3543
|
// src/components/icons/clock/index.tsx
|
|
3379
|
-
import { jsx as
|
|
3544
|
+
import { jsx as jsx63, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
3380
3545
|
function ClockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3381
3546
|
return /* @__PURE__ */ jsxs45(
|
|
3382
3547
|
"svg",
|
|
@@ -3393,17 +3558,17 @@ function ClockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3393
3558
|
"aria-hidden": "true",
|
|
3394
3559
|
...rest,
|
|
3395
3560
|
children: [
|
|
3396
|
-
/* @__PURE__ */
|
|
3397
|
-
/* @__PURE__ */
|
|
3561
|
+
/* @__PURE__ */ jsx63("circle", { cx: "12", cy: "12", r: "10" }),
|
|
3562
|
+
/* @__PURE__ */ jsx63("polyline", { points: "12 6 12 12 16 14" })
|
|
3398
3563
|
]
|
|
3399
3564
|
}
|
|
3400
3565
|
);
|
|
3401
3566
|
}
|
|
3402
3567
|
|
|
3403
3568
|
// src/components/icons/cloud/index.tsx
|
|
3404
|
-
import { jsx as
|
|
3569
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
3405
3570
|
function CloudIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3406
|
-
return /* @__PURE__ */
|
|
3571
|
+
return /* @__PURE__ */ jsx64(
|
|
3407
3572
|
"svg",
|
|
3408
3573
|
{
|
|
3409
3574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3417,13 +3582,13 @@ function CloudIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3417
3582
|
strokeLinejoin: "round",
|
|
3418
3583
|
"aria-hidden": "true",
|
|
3419
3584
|
...rest,
|
|
3420
|
-
children: /* @__PURE__ */
|
|
3585
|
+
children: /* @__PURE__ */ jsx64("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
|
|
3421
3586
|
}
|
|
3422
3587
|
);
|
|
3423
3588
|
}
|
|
3424
3589
|
|
|
3425
3590
|
// src/components/icons/copy/index.tsx
|
|
3426
|
-
import { jsx as
|
|
3591
|
+
import { jsx as jsx65, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
3427
3592
|
function CopyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3428
3593
|
return /* @__PURE__ */ jsxs46(
|
|
3429
3594
|
"svg",
|
|
@@ -3440,15 +3605,15 @@ function CopyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3440
3605
|
"aria-hidden": "true",
|
|
3441
3606
|
...rest,
|
|
3442
3607
|
children: [
|
|
3443
|
-
/* @__PURE__ */
|
|
3444
|
-
/* @__PURE__ */
|
|
3608
|
+
/* @__PURE__ */ jsx65("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
|
|
3609
|
+
/* @__PURE__ */ jsx65("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
|
|
3445
3610
|
]
|
|
3446
3611
|
}
|
|
3447
3612
|
);
|
|
3448
3613
|
}
|
|
3449
3614
|
|
|
3450
3615
|
// src/components/icons/corner-down-right/index.tsx
|
|
3451
|
-
import { jsx as
|
|
3616
|
+
import { jsx as jsx66, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
3452
3617
|
function CornerDownRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3453
3618
|
return /* @__PURE__ */ jsxs47(
|
|
3454
3619
|
"svg",
|
|
@@ -3465,15 +3630,15 @@ function CornerDownRightIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest })
|
|
|
3465
3630
|
"aria-hidden": "true",
|
|
3466
3631
|
...rest,
|
|
3467
3632
|
children: [
|
|
3468
|
-
/* @__PURE__ */
|
|
3469
|
-
/* @__PURE__ */
|
|
3633
|
+
/* @__PURE__ */ jsx66("polyline", { points: "15 10 20 15 15 20" }),
|
|
3634
|
+
/* @__PURE__ */ jsx66("path", { d: "M4 4v7a4 4 0 0 0 4 4h12" })
|
|
3470
3635
|
]
|
|
3471
3636
|
}
|
|
3472
3637
|
);
|
|
3473
3638
|
}
|
|
3474
3639
|
|
|
3475
3640
|
// src/components/icons/credit-card/index.tsx
|
|
3476
|
-
import { jsx as
|
|
3641
|
+
import { jsx as jsx67, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
3477
3642
|
function CreditCardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3478
3643
|
return /* @__PURE__ */ jsxs48(
|
|
3479
3644
|
"svg",
|
|
@@ -3490,15 +3655,15 @@ function CreditCardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3490
3655
|
"aria-hidden": "true",
|
|
3491
3656
|
...rest,
|
|
3492
3657
|
children: [
|
|
3493
|
-
/* @__PURE__ */
|
|
3494
|
-
/* @__PURE__ */
|
|
3658
|
+
/* @__PURE__ */ jsx67("rect", { width: "20", height: "14", x: "2", y: "5", rx: "2" }),
|
|
3659
|
+
/* @__PURE__ */ jsx67("line", { x1: "2", x2: "22", y1: "10", y2: "10" })
|
|
3495
3660
|
]
|
|
3496
3661
|
}
|
|
3497
3662
|
);
|
|
3498
3663
|
}
|
|
3499
3664
|
|
|
3500
3665
|
// src/components/icons/dollar-sign/index.tsx
|
|
3501
|
-
import { jsx as
|
|
3666
|
+
import { jsx as jsx68, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
3502
3667
|
function DollarSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3503
3668
|
return /* @__PURE__ */ jsxs49(
|
|
3504
3669
|
"svg",
|
|
@@ -3515,15 +3680,15 @@ function DollarSignIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3515
3680
|
"aria-hidden": "true",
|
|
3516
3681
|
...rest,
|
|
3517
3682
|
children: [
|
|
3518
|
-
/* @__PURE__ */
|
|
3519
|
-
/* @__PURE__ */
|
|
3683
|
+
/* @__PURE__ */ jsx68("line", { x1: "12", x2: "12", y1: "2", y2: "22" }),
|
|
3684
|
+
/* @__PURE__ */ jsx68("path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" })
|
|
3520
3685
|
]
|
|
3521
3686
|
}
|
|
3522
3687
|
);
|
|
3523
3688
|
}
|
|
3524
3689
|
|
|
3525
3690
|
// src/components/icons/download/index.tsx
|
|
3526
|
-
import { jsx as
|
|
3691
|
+
import { jsx as jsx69, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
3527
3692
|
function DownloadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3528
3693
|
return /* @__PURE__ */ jsxs50(
|
|
3529
3694
|
"svg",
|
|
@@ -3540,16 +3705,16 @@ function DownloadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3540
3705
|
"aria-hidden": "true",
|
|
3541
3706
|
...rest,
|
|
3542
3707
|
children: [
|
|
3543
|
-
/* @__PURE__ */
|
|
3544
|
-
/* @__PURE__ */
|
|
3545
|
-
/* @__PURE__ */
|
|
3708
|
+
/* @__PURE__ */ jsx69("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
3709
|
+
/* @__PURE__ */ jsx69("polyline", { points: "7 10 12 15 17 10" }),
|
|
3710
|
+
/* @__PURE__ */ jsx69("line", { x1: "12", x2: "12", y1: "15", y2: "3" })
|
|
3546
3711
|
]
|
|
3547
3712
|
}
|
|
3548
3713
|
);
|
|
3549
3714
|
}
|
|
3550
3715
|
|
|
3551
3716
|
// src/components/icons/external-link/index.tsx
|
|
3552
|
-
import { jsx as
|
|
3717
|
+
import { jsx as jsx70, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
3553
3718
|
function ExternalLinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3554
3719
|
return /* @__PURE__ */ jsxs51(
|
|
3555
3720
|
"svg",
|
|
@@ -3566,16 +3731,16 @@ function ExternalLinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3566
3731
|
"aria-hidden": "true",
|
|
3567
3732
|
...rest,
|
|
3568
3733
|
children: [
|
|
3569
|
-
/* @__PURE__ */
|
|
3570
|
-
/* @__PURE__ */
|
|
3571
|
-
/* @__PURE__ */
|
|
3734
|
+
/* @__PURE__ */ jsx70("path", { d: "M15 3h6v6" }),
|
|
3735
|
+
/* @__PURE__ */ jsx70("path", { d: "M10 14 21 3" }),
|
|
3736
|
+
/* @__PURE__ */ jsx70("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
3572
3737
|
]
|
|
3573
3738
|
}
|
|
3574
3739
|
);
|
|
3575
3740
|
}
|
|
3576
3741
|
|
|
3577
3742
|
// src/components/icons/file/index.tsx
|
|
3578
|
-
import { jsx as
|
|
3743
|
+
import { jsx as jsx71, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
3579
3744
|
function FileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3580
3745
|
return /* @__PURE__ */ jsxs52(
|
|
3581
3746
|
"svg",
|
|
@@ -3592,15 +3757,15 @@ function FileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3592
3757
|
"aria-hidden": "true",
|
|
3593
3758
|
...rest,
|
|
3594
3759
|
children: [
|
|
3595
|
-
/* @__PURE__ */
|
|
3596
|
-
/* @__PURE__ */
|
|
3760
|
+
/* @__PURE__ */ jsx71("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
3761
|
+
/* @__PURE__ */ jsx71("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" })
|
|
3597
3762
|
]
|
|
3598
3763
|
}
|
|
3599
3764
|
);
|
|
3600
3765
|
}
|
|
3601
3766
|
|
|
3602
3767
|
// src/components/icons/file-text/index.tsx
|
|
3603
|
-
import { jsx as
|
|
3768
|
+
import { jsx as jsx72, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3604
3769
|
function FileTextIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3605
3770
|
return /* @__PURE__ */ jsxs53(
|
|
3606
3771
|
"svg",
|
|
@@ -3617,20 +3782,20 @@ function FileTextIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3617
3782
|
"aria-hidden": "true",
|
|
3618
3783
|
...rest,
|
|
3619
3784
|
children: [
|
|
3620
|
-
/* @__PURE__ */
|
|
3621
|
-
/* @__PURE__ */
|
|
3622
|
-
/* @__PURE__ */
|
|
3623
|
-
/* @__PURE__ */
|
|
3624
|
-
/* @__PURE__ */
|
|
3785
|
+
/* @__PURE__ */ jsx72("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
3786
|
+
/* @__PURE__ */ jsx72("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
3787
|
+
/* @__PURE__ */ jsx72("path", { d: "M16 13H8" }),
|
|
3788
|
+
/* @__PURE__ */ jsx72("path", { d: "M16 17H8" }),
|
|
3789
|
+
/* @__PURE__ */ jsx72("path", { d: "M10 9H8" })
|
|
3625
3790
|
]
|
|
3626
3791
|
}
|
|
3627
3792
|
);
|
|
3628
3793
|
}
|
|
3629
3794
|
|
|
3630
3795
|
// src/components/icons/filter/index.tsx
|
|
3631
|
-
import { jsx as
|
|
3796
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
3632
3797
|
function FilterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3633
|
-
return /* @__PURE__ */
|
|
3798
|
+
return /* @__PURE__ */ jsx73(
|
|
3634
3799
|
"svg",
|
|
3635
3800
|
{
|
|
3636
3801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3644,13 +3809,13 @@ function FilterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3644
3809
|
strokeLinejoin: "round",
|
|
3645
3810
|
"aria-hidden": "true",
|
|
3646
3811
|
...rest,
|
|
3647
|
-
children: /* @__PURE__ */
|
|
3812
|
+
children: /* @__PURE__ */ jsx73("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" })
|
|
3648
3813
|
}
|
|
3649
3814
|
);
|
|
3650
3815
|
}
|
|
3651
3816
|
|
|
3652
3817
|
// src/components/icons/fingerprint/index.tsx
|
|
3653
|
-
import { jsx as
|
|
3818
|
+
import { jsx as jsx74, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3654
3819
|
function FingerprintIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3655
3820
|
return /* @__PURE__ */ jsxs54(
|
|
3656
3821
|
"svg",
|
|
@@ -3667,24 +3832,24 @@ function FingerprintIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3667
3832
|
"aria-hidden": "true",
|
|
3668
3833
|
...rest,
|
|
3669
3834
|
children: [
|
|
3670
|
-
/* @__PURE__ */
|
|
3671
|
-
/* @__PURE__ */
|
|
3672
|
-
/* @__PURE__ */
|
|
3673
|
-
/* @__PURE__ */
|
|
3674
|
-
/* @__PURE__ */
|
|
3675
|
-
/* @__PURE__ */
|
|
3676
|
-
/* @__PURE__ */
|
|
3677
|
-
/* @__PURE__ */
|
|
3678
|
-
/* @__PURE__ */
|
|
3835
|
+
/* @__PURE__ */ jsx74("path", { d: "M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4" }),
|
|
3836
|
+
/* @__PURE__ */ jsx74("path", { d: "M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2" }),
|
|
3837
|
+
/* @__PURE__ */ jsx74("path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02" }),
|
|
3838
|
+
/* @__PURE__ */ jsx74("path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" }),
|
|
3839
|
+
/* @__PURE__ */ jsx74("path", { d: "M8.65 22c.21-.66.45-1.32.57-2" }),
|
|
3840
|
+
/* @__PURE__ */ jsx74("path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88" }),
|
|
3841
|
+
/* @__PURE__ */ jsx74("path", { d: "M2 16h.01" }),
|
|
3842
|
+
/* @__PURE__ */ jsx74("path", { d: "M21.8 16c.2-2 .131-5.354 0-6" }),
|
|
3843
|
+
/* @__PURE__ */ jsx74("path", { d: "M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2" })
|
|
3679
3844
|
]
|
|
3680
3845
|
}
|
|
3681
3846
|
);
|
|
3682
3847
|
}
|
|
3683
3848
|
|
|
3684
3849
|
// src/components/icons/folder/index.tsx
|
|
3685
|
-
import { jsx as
|
|
3850
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
3686
3851
|
function FolderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3687
|
-
return /* @__PURE__ */
|
|
3852
|
+
return /* @__PURE__ */ jsx75(
|
|
3688
3853
|
"svg",
|
|
3689
3854
|
{
|
|
3690
3855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3698,15 +3863,15 @@ function FolderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3698
3863
|
strokeLinejoin: "round",
|
|
3699
3864
|
"aria-hidden": "true",
|
|
3700
3865
|
...rest,
|
|
3701
|
-
children: /* @__PURE__ */
|
|
3866
|
+
children: /* @__PURE__ */ jsx75("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" })
|
|
3702
3867
|
}
|
|
3703
3868
|
);
|
|
3704
3869
|
}
|
|
3705
3870
|
|
|
3706
3871
|
// src/components/icons/folder-open/index.tsx
|
|
3707
|
-
import { jsx as
|
|
3872
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
3708
3873
|
function FolderOpenIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3709
|
-
return /* @__PURE__ */
|
|
3874
|
+
return /* @__PURE__ */ jsx76(
|
|
3710
3875
|
"svg",
|
|
3711
3876
|
{
|
|
3712
3877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3720,13 +3885,13 @@ function FolderOpenIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3720
3885
|
strokeLinejoin: "round",
|
|
3721
3886
|
"aria-hidden": "true",
|
|
3722
3887
|
...rest,
|
|
3723
|
-
children: /* @__PURE__ */
|
|
3888
|
+
children: /* @__PURE__ */ jsx76("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" })
|
|
3724
3889
|
}
|
|
3725
3890
|
);
|
|
3726
3891
|
}
|
|
3727
3892
|
|
|
3728
3893
|
// src/components/icons/gift/index.tsx
|
|
3729
|
-
import { jsx as
|
|
3894
|
+
import { jsx as jsx77, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3730
3895
|
function GiftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3731
3896
|
return /* @__PURE__ */ jsxs55(
|
|
3732
3897
|
"svg",
|
|
@@ -3743,17 +3908,17 @@ function GiftIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3743
3908
|
"aria-hidden": "true",
|
|
3744
3909
|
...rest,
|
|
3745
3910
|
children: [
|
|
3746
|
-
/* @__PURE__ */
|
|
3747
|
-
/* @__PURE__ */
|
|
3748
|
-
/* @__PURE__ */
|
|
3749
|
-
/* @__PURE__ */
|
|
3911
|
+
/* @__PURE__ */ jsx77("rect", { x: "3", y: "8", width: "18", height: "4", rx: "1" }),
|
|
3912
|
+
/* @__PURE__ */ jsx77("path", { d: "M12 8v13" }),
|
|
3913
|
+
/* @__PURE__ */ jsx77("path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7" }),
|
|
3914
|
+
/* @__PURE__ */ jsx77("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" })
|
|
3750
3915
|
]
|
|
3751
3916
|
}
|
|
3752
3917
|
);
|
|
3753
3918
|
}
|
|
3754
3919
|
|
|
3755
3920
|
// src/components/icons/globe/index.tsx
|
|
3756
|
-
import { jsx as
|
|
3921
|
+
import { jsx as jsx78, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3757
3922
|
function GlobeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3758
3923
|
return /* @__PURE__ */ jsxs56(
|
|
3759
3924
|
"svg",
|
|
@@ -3770,16 +3935,16 @@ function GlobeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3770
3935
|
"aria-hidden": "true",
|
|
3771
3936
|
...rest,
|
|
3772
3937
|
children: [
|
|
3773
|
-
/* @__PURE__ */
|
|
3774
|
-
/* @__PURE__ */
|
|
3775
|
-
/* @__PURE__ */
|
|
3938
|
+
/* @__PURE__ */ jsx78("circle", { cx: "12", cy: "12", r: "10" }),
|
|
3939
|
+
/* @__PURE__ */ jsx78("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
3940
|
+
/* @__PURE__ */ jsx78("path", { d: "M2 12h20" })
|
|
3776
3941
|
]
|
|
3777
3942
|
}
|
|
3778
3943
|
);
|
|
3779
3944
|
}
|
|
3780
3945
|
|
|
3781
3946
|
// src/components/icons/grid/index.tsx
|
|
3782
|
-
import { jsx as
|
|
3947
|
+
import { jsx as jsx79, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3783
3948
|
function GridIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3784
3949
|
return /* @__PURE__ */ jsxs57(
|
|
3785
3950
|
"svg",
|
|
@@ -3796,20 +3961,20 @@ function GridIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3796
3961
|
"aria-hidden": "true",
|
|
3797
3962
|
...rest,
|
|
3798
3963
|
children: [
|
|
3799
|
-
/* @__PURE__ */
|
|
3800
|
-
/* @__PURE__ */
|
|
3801
|
-
/* @__PURE__ */
|
|
3802
|
-
/* @__PURE__ */
|
|
3803
|
-
/* @__PURE__ */
|
|
3964
|
+
/* @__PURE__ */ jsx79("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
3965
|
+
/* @__PURE__ */ jsx79("path", { d: "M3 9h18" }),
|
|
3966
|
+
/* @__PURE__ */ jsx79("path", { d: "M3 15h18" }),
|
|
3967
|
+
/* @__PURE__ */ jsx79("path", { d: "M9 3v18" }),
|
|
3968
|
+
/* @__PURE__ */ jsx79("path", { d: "M15 3v18" })
|
|
3804
3969
|
]
|
|
3805
3970
|
}
|
|
3806
3971
|
);
|
|
3807
3972
|
}
|
|
3808
3973
|
|
|
3809
3974
|
// src/components/icons/heart/index.tsx
|
|
3810
|
-
import { jsx as
|
|
3975
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
3811
3976
|
function HeartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3812
|
-
return /* @__PURE__ */
|
|
3977
|
+
return /* @__PURE__ */ jsx80(
|
|
3813
3978
|
"svg",
|
|
3814
3979
|
{
|
|
3815
3980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3823,13 +3988,13 @@ function HeartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3823
3988
|
strokeLinejoin: "round",
|
|
3824
3989
|
"aria-hidden": "true",
|
|
3825
3990
|
...rest,
|
|
3826
|
-
children: /* @__PURE__ */
|
|
3991
|
+
children: /* @__PURE__ */ jsx80("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" })
|
|
3827
3992
|
}
|
|
3828
3993
|
);
|
|
3829
3994
|
}
|
|
3830
3995
|
|
|
3831
3996
|
// src/components/icons/help-circle/index.tsx
|
|
3832
|
-
import { jsx as
|
|
3997
|
+
import { jsx as jsx81, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3833
3998
|
function HelpCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3834
3999
|
return /* @__PURE__ */ jsxs58(
|
|
3835
4000
|
"svg",
|
|
@@ -3846,16 +4011,16 @@ function HelpCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3846
4011
|
"aria-hidden": "true",
|
|
3847
4012
|
...rest,
|
|
3848
4013
|
children: [
|
|
3849
|
-
/* @__PURE__ */
|
|
3850
|
-
/* @__PURE__ */
|
|
3851
|
-
/* @__PURE__ */
|
|
4014
|
+
/* @__PURE__ */ jsx81("circle", { cx: "12", cy: "12", r: "10" }),
|
|
4015
|
+
/* @__PURE__ */ jsx81("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
4016
|
+
/* @__PURE__ */ jsx81("path", { d: "M12 17h.01" })
|
|
3852
4017
|
]
|
|
3853
4018
|
}
|
|
3854
4019
|
);
|
|
3855
4020
|
}
|
|
3856
4021
|
|
|
3857
4022
|
// src/components/icons/home/index.tsx
|
|
3858
|
-
import { jsx as
|
|
4023
|
+
import { jsx as jsx82, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3859
4024
|
function HomeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3860
4025
|
return /* @__PURE__ */ jsxs59(
|
|
3861
4026
|
"svg",
|
|
@@ -3872,15 +4037,15 @@ function HomeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3872
4037
|
"aria-hidden": "true",
|
|
3873
4038
|
...rest,
|
|
3874
4039
|
children: [
|
|
3875
|
-
/* @__PURE__ */
|
|
3876
|
-
/* @__PURE__ */
|
|
4040
|
+
/* @__PURE__ */ jsx82("path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
4041
|
+
/* @__PURE__ */ jsx82("polyline", { points: "9 22 9 12 15 12 15 22" })
|
|
3877
4042
|
]
|
|
3878
4043
|
}
|
|
3879
4044
|
);
|
|
3880
4045
|
}
|
|
3881
4046
|
|
|
3882
4047
|
// src/components/icons/image/index.tsx
|
|
3883
|
-
import { jsx as
|
|
4048
|
+
import { jsx as jsx83, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3884
4049
|
function ImageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3885
4050
|
return /* @__PURE__ */ jsxs60(
|
|
3886
4051
|
"svg",
|
|
@@ -3897,16 +4062,16 @@ function ImageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3897
4062
|
"aria-hidden": "true",
|
|
3898
4063
|
...rest,
|
|
3899
4064
|
children: [
|
|
3900
|
-
/* @__PURE__ */
|
|
3901
|
-
/* @__PURE__ */
|
|
3902
|
-
/* @__PURE__ */
|
|
4065
|
+
/* @__PURE__ */ jsx83("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
|
|
4066
|
+
/* @__PURE__ */ jsx83("circle", { cx: "9", cy: "9", r: "2" }),
|
|
4067
|
+
/* @__PURE__ */ jsx83("path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
|
|
3903
4068
|
]
|
|
3904
4069
|
}
|
|
3905
4070
|
);
|
|
3906
4071
|
}
|
|
3907
4072
|
|
|
3908
4073
|
// src/components/icons/inbox/index.tsx
|
|
3909
|
-
import { jsx as
|
|
4074
|
+
import { jsx as jsx84, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3910
4075
|
function InboxIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3911
4076
|
return /* @__PURE__ */ jsxs61(
|
|
3912
4077
|
"svg",
|
|
@@ -3923,15 +4088,15 @@ function InboxIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3923
4088
|
"aria-hidden": "true",
|
|
3924
4089
|
...rest,
|
|
3925
4090
|
children: [
|
|
3926
|
-
/* @__PURE__ */
|
|
3927
|
-
/* @__PURE__ */
|
|
4091
|
+
/* @__PURE__ */ jsx84("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
4092
|
+
/* @__PURE__ */ jsx84("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" })
|
|
3928
4093
|
]
|
|
3929
4094
|
}
|
|
3930
4095
|
);
|
|
3931
4096
|
}
|
|
3932
4097
|
|
|
3933
4098
|
// src/components/icons/key/index.tsx
|
|
3934
|
-
import { jsx as
|
|
4099
|
+
import { jsx as jsx85, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3935
4100
|
function KeyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3936
4101
|
return /* @__PURE__ */ jsxs62(
|
|
3937
4102
|
"svg",
|
|
@@ -3948,16 +4113,16 @@ function KeyIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3948
4113
|
"aria-hidden": "true",
|
|
3949
4114
|
...rest,
|
|
3950
4115
|
children: [
|
|
3951
|
-
/* @__PURE__ */
|
|
3952
|
-
/* @__PURE__ */
|
|
3953
|
-
/* @__PURE__ */
|
|
4116
|
+
/* @__PURE__ */ jsx85("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" }),
|
|
4117
|
+
/* @__PURE__ */ jsx85("path", { d: "m21 2-9.6 9.6" }),
|
|
4118
|
+
/* @__PURE__ */ jsx85("circle", { cx: "7.5", cy: "15.5", r: "5.5" })
|
|
3954
4119
|
]
|
|
3955
4120
|
}
|
|
3956
4121
|
);
|
|
3957
4122
|
}
|
|
3958
4123
|
|
|
3959
4124
|
// src/components/icons/layout/index.tsx
|
|
3960
|
-
import { jsx as
|
|
4125
|
+
import { jsx as jsx86, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3961
4126
|
function LayoutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3962
4127
|
return /* @__PURE__ */ jsxs63(
|
|
3963
4128
|
"svg",
|
|
@@ -3974,17 +4139,17 @@ function LayoutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
3974
4139
|
"aria-hidden": "true",
|
|
3975
4140
|
...rest,
|
|
3976
4141
|
children: [
|
|
3977
|
-
/* @__PURE__ */
|
|
3978
|
-
/* @__PURE__ */
|
|
3979
|
-
/* @__PURE__ */
|
|
3980
|
-
/* @__PURE__ */
|
|
4142
|
+
/* @__PURE__ */ jsx86("rect", { width: "7", height: "9", x: "3", y: "3", rx: "1" }),
|
|
4143
|
+
/* @__PURE__ */ jsx86("rect", { width: "7", height: "5", x: "14", y: "3", rx: "1" }),
|
|
4144
|
+
/* @__PURE__ */ jsx86("rect", { width: "7", height: "9", x: "14", y: "12", rx: "1" }),
|
|
4145
|
+
/* @__PURE__ */ jsx86("rect", { width: "7", height: "5", x: "3", y: "16", rx: "1" })
|
|
3981
4146
|
]
|
|
3982
4147
|
}
|
|
3983
4148
|
);
|
|
3984
4149
|
}
|
|
3985
4150
|
|
|
3986
4151
|
// src/components/icons/link/index.tsx
|
|
3987
|
-
import { jsx as
|
|
4152
|
+
import { jsx as jsx87, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3988
4153
|
function LinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
3989
4154
|
return /* @__PURE__ */ jsxs64(
|
|
3990
4155
|
"svg",
|
|
@@ -4001,15 +4166,15 @@ function LinkIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4001
4166
|
"aria-hidden": "true",
|
|
4002
4167
|
...rest,
|
|
4003
4168
|
children: [
|
|
4004
|
-
/* @__PURE__ */
|
|
4005
|
-
/* @__PURE__ */
|
|
4169
|
+
/* @__PURE__ */ jsx87("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
4170
|
+
/* @__PURE__ */ jsx87("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
4006
4171
|
]
|
|
4007
4172
|
}
|
|
4008
4173
|
);
|
|
4009
4174
|
}
|
|
4010
4175
|
|
|
4011
4176
|
// src/components/icons/list/index.tsx
|
|
4012
|
-
import { jsx as
|
|
4177
|
+
import { jsx as jsx88, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
4013
4178
|
function ListIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4014
4179
|
return /* @__PURE__ */ jsxs65(
|
|
4015
4180
|
"svg",
|
|
@@ -4026,19 +4191,19 @@ function ListIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4026
4191
|
"aria-hidden": "true",
|
|
4027
4192
|
...rest,
|
|
4028
4193
|
children: [
|
|
4029
|
-
/* @__PURE__ */
|
|
4030
|
-
/* @__PURE__ */
|
|
4031
|
-
/* @__PURE__ */
|
|
4032
|
-
/* @__PURE__ */
|
|
4033
|
-
/* @__PURE__ */
|
|
4034
|
-
/* @__PURE__ */
|
|
4194
|
+
/* @__PURE__ */ jsx88("line", { x1: "8", x2: "21", y1: "6", y2: "6" }),
|
|
4195
|
+
/* @__PURE__ */ jsx88("line", { x1: "8", x2: "21", y1: "12", y2: "12" }),
|
|
4196
|
+
/* @__PURE__ */ jsx88("line", { x1: "8", x2: "21", y1: "18", y2: "18" }),
|
|
4197
|
+
/* @__PURE__ */ jsx88("line", { x1: "3", x2: "3.01", y1: "6", y2: "6" }),
|
|
4198
|
+
/* @__PURE__ */ jsx88("line", { x1: "3", x2: "3.01", y1: "12", y2: "12" }),
|
|
4199
|
+
/* @__PURE__ */ jsx88("line", { x1: "3", x2: "3.01", y1: "18", y2: "18" })
|
|
4035
4200
|
]
|
|
4036
4201
|
}
|
|
4037
4202
|
);
|
|
4038
4203
|
}
|
|
4039
4204
|
|
|
4040
4205
|
// src/components/icons/loader/index.tsx
|
|
4041
|
-
import { jsx as
|
|
4206
|
+
import { jsx as jsx89, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
4042
4207
|
function LoaderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4043
4208
|
return /* @__PURE__ */ jsxs66(
|
|
4044
4209
|
"svg",
|
|
@@ -4055,21 +4220,21 @@ function LoaderIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4055
4220
|
"aria-hidden": "true",
|
|
4056
4221
|
...rest,
|
|
4057
4222
|
children: [
|
|
4058
|
-
/* @__PURE__ */
|
|
4059
|
-
/* @__PURE__ */
|
|
4060
|
-
/* @__PURE__ */
|
|
4061
|
-
/* @__PURE__ */
|
|
4062
|
-
/* @__PURE__ */
|
|
4063
|
-
/* @__PURE__ */
|
|
4064
|
-
/* @__PURE__ */
|
|
4065
|
-
/* @__PURE__ */
|
|
4223
|
+
/* @__PURE__ */ jsx89("line", { x1: "12", x2: "12", y1: "2", y2: "6" }),
|
|
4224
|
+
/* @__PURE__ */ jsx89("line", { x1: "12", x2: "12", y1: "18", y2: "22" }),
|
|
4225
|
+
/* @__PURE__ */ jsx89("line", { x1: "4.93", x2: "7.76", y1: "4.93", y2: "7.76" }),
|
|
4226
|
+
/* @__PURE__ */ jsx89("line", { x1: "16.24", x2: "19.07", y1: "16.24", y2: "19.07" }),
|
|
4227
|
+
/* @__PURE__ */ jsx89("line", { x1: "2", x2: "6", y1: "12", y2: "12" }),
|
|
4228
|
+
/* @__PURE__ */ jsx89("line", { x1: "18", x2: "22", y1: "12", y2: "12" }),
|
|
4229
|
+
/* @__PURE__ */ jsx89("line", { x1: "4.93", x2: "7.76", y1: "19.07", y2: "16.24" }),
|
|
4230
|
+
/* @__PURE__ */ jsx89("line", { x1: "16.24", x2: "19.07", y1: "7.76", y2: "4.93" })
|
|
4066
4231
|
]
|
|
4067
4232
|
}
|
|
4068
4233
|
);
|
|
4069
4234
|
}
|
|
4070
4235
|
|
|
4071
4236
|
// src/components/icons/lock/index.tsx
|
|
4072
|
-
import { jsx as
|
|
4237
|
+
import { jsx as jsx90, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
4073
4238
|
function LockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4074
4239
|
return /* @__PURE__ */ jsxs67(
|
|
4075
4240
|
"svg",
|
|
@@ -4086,15 +4251,15 @@ function LockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4086
4251
|
"aria-hidden": "true",
|
|
4087
4252
|
...rest,
|
|
4088
4253
|
children: [
|
|
4089
|
-
/* @__PURE__ */
|
|
4090
|
-
/* @__PURE__ */
|
|
4254
|
+
/* @__PURE__ */ jsx90("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
|
|
4255
|
+
/* @__PURE__ */ jsx90("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
4091
4256
|
]
|
|
4092
4257
|
}
|
|
4093
4258
|
);
|
|
4094
4259
|
}
|
|
4095
4260
|
|
|
4096
4261
|
// src/components/icons/log-in/index.tsx
|
|
4097
|
-
import { jsx as
|
|
4262
|
+
import { jsx as jsx91, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
4098
4263
|
function LogInIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4099
4264
|
return /* @__PURE__ */ jsxs68(
|
|
4100
4265
|
"svg",
|
|
@@ -4111,16 +4276,16 @@ function LogInIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4111
4276
|
"aria-hidden": "true",
|
|
4112
4277
|
...rest,
|
|
4113
4278
|
children: [
|
|
4114
|
-
/* @__PURE__ */
|
|
4115
|
-
/* @__PURE__ */
|
|
4116
|
-
/* @__PURE__ */
|
|
4279
|
+
/* @__PURE__ */ jsx91("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }),
|
|
4280
|
+
/* @__PURE__ */ jsx91("polyline", { points: "10 17 15 12 10 7" }),
|
|
4281
|
+
/* @__PURE__ */ jsx91("line", { x1: "15", x2: "3", y1: "12", y2: "12" })
|
|
4117
4282
|
]
|
|
4118
4283
|
}
|
|
4119
4284
|
);
|
|
4120
4285
|
}
|
|
4121
4286
|
|
|
4122
4287
|
// src/components/icons/log-out/index.tsx
|
|
4123
|
-
import { jsx as
|
|
4288
|
+
import { jsx as jsx92, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4124
4289
|
function LogOutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4125
4290
|
return /* @__PURE__ */ jsxs69(
|
|
4126
4291
|
"svg",
|
|
@@ -4137,16 +4302,16 @@ function LogOutIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4137
4302
|
"aria-hidden": "true",
|
|
4138
4303
|
...rest,
|
|
4139
4304
|
children: [
|
|
4140
|
-
/* @__PURE__ */
|
|
4141
|
-
/* @__PURE__ */
|
|
4142
|
-
/* @__PURE__ */
|
|
4305
|
+
/* @__PURE__ */ jsx92("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }),
|
|
4306
|
+
/* @__PURE__ */ jsx92("polyline", { points: "16 17 21 12 16 7" }),
|
|
4307
|
+
/* @__PURE__ */ jsx92("line", { x1: "21", x2: "9", y1: "12", y2: "12" })
|
|
4143
4308
|
]
|
|
4144
4309
|
}
|
|
4145
4310
|
);
|
|
4146
4311
|
}
|
|
4147
4312
|
|
|
4148
4313
|
// src/components/icons/mail/index.tsx
|
|
4149
|
-
import { jsx as
|
|
4314
|
+
import { jsx as jsx93, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4150
4315
|
function MailIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4151
4316
|
return /* @__PURE__ */ jsxs70(
|
|
4152
4317
|
"svg",
|
|
@@ -4163,15 +4328,15 @@ function MailIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4163
4328
|
"aria-hidden": "true",
|
|
4164
4329
|
...rest,
|
|
4165
4330
|
children: [
|
|
4166
|
-
/* @__PURE__ */
|
|
4167
|
-
/* @__PURE__ */
|
|
4331
|
+
/* @__PURE__ */ jsx93("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
4332
|
+
/* @__PURE__ */ jsx93("path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" })
|
|
4168
4333
|
]
|
|
4169
4334
|
}
|
|
4170
4335
|
);
|
|
4171
4336
|
}
|
|
4172
4337
|
|
|
4173
4338
|
// src/components/icons/map-pin/index.tsx
|
|
4174
|
-
import { jsx as
|
|
4339
|
+
import { jsx as jsx94, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4175
4340
|
function MapPinIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4176
4341
|
return /* @__PURE__ */ jsxs71(
|
|
4177
4342
|
"svg",
|
|
@@ -4188,15 +4353,15 @@ function MapPinIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4188
4353
|
"aria-hidden": "true",
|
|
4189
4354
|
...rest,
|
|
4190
4355
|
children: [
|
|
4191
|
-
/* @__PURE__ */
|
|
4192
|
-
/* @__PURE__ */
|
|
4356
|
+
/* @__PURE__ */ jsx94("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" }),
|
|
4357
|
+
/* @__PURE__ */ jsx94("circle", { cx: "12", cy: "10", r: "3" })
|
|
4193
4358
|
]
|
|
4194
4359
|
}
|
|
4195
4360
|
);
|
|
4196
4361
|
}
|
|
4197
4362
|
|
|
4198
4363
|
// src/components/icons/maximize/index.tsx
|
|
4199
|
-
import { jsx as
|
|
4364
|
+
import { jsx as jsx95, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4200
4365
|
function MaximizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4201
4366
|
return /* @__PURE__ */ jsxs72(
|
|
4202
4367
|
"svg",
|
|
@@ -4213,17 +4378,17 @@ function MaximizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4213
4378
|
"aria-hidden": "true",
|
|
4214
4379
|
...rest,
|
|
4215
4380
|
children: [
|
|
4216
|
-
/* @__PURE__ */
|
|
4217
|
-
/* @__PURE__ */
|
|
4218
|
-
/* @__PURE__ */
|
|
4219
|
-
/* @__PURE__ */
|
|
4381
|
+
/* @__PURE__ */ jsx95("path", { d: "M8 3H5a2 2 0 0 0-2 2v3" }),
|
|
4382
|
+
/* @__PURE__ */ jsx95("path", { d: "M21 8V5a2 2 0 0 0-2-2h-3" }),
|
|
4383
|
+
/* @__PURE__ */ jsx95("path", { d: "M3 16v3a2 2 0 0 0 2 2h3" }),
|
|
4384
|
+
/* @__PURE__ */ jsx95("path", { d: "M16 21h3a2 2 0 0 0 2-2v-3" })
|
|
4220
4385
|
]
|
|
4221
4386
|
}
|
|
4222
4387
|
);
|
|
4223
4388
|
}
|
|
4224
4389
|
|
|
4225
4390
|
// src/components/icons/menu/index.tsx
|
|
4226
|
-
import { jsx as
|
|
4391
|
+
import { jsx as jsx96, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4227
4392
|
function MenuIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4228
4393
|
return /* @__PURE__ */ jsxs73(
|
|
4229
4394
|
"svg",
|
|
@@ -4240,18 +4405,18 @@ function MenuIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4240
4405
|
"aria-hidden": "true",
|
|
4241
4406
|
...rest,
|
|
4242
4407
|
children: [
|
|
4243
|
-
/* @__PURE__ */
|
|
4244
|
-
/* @__PURE__ */
|
|
4245
|
-
/* @__PURE__ */
|
|
4408
|
+
/* @__PURE__ */ jsx96("line", { x1: "4", x2: "20", y1: "12", y2: "12" }),
|
|
4409
|
+
/* @__PURE__ */ jsx96("line", { x1: "4", x2: "20", y1: "6", y2: "6" }),
|
|
4410
|
+
/* @__PURE__ */ jsx96("line", { x1: "4", x2: "20", y1: "18", y2: "18" })
|
|
4246
4411
|
]
|
|
4247
4412
|
}
|
|
4248
4413
|
);
|
|
4249
4414
|
}
|
|
4250
4415
|
|
|
4251
4416
|
// src/components/icons/message-circle/index.tsx
|
|
4252
|
-
import { jsx as
|
|
4417
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
4253
4418
|
function MessageCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4254
|
-
return /* @__PURE__ */
|
|
4419
|
+
return /* @__PURE__ */ jsx97(
|
|
4255
4420
|
"svg",
|
|
4256
4421
|
{
|
|
4257
4422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4265,15 +4430,15 @@ function MessageCircleIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4265
4430
|
strokeLinejoin: "round",
|
|
4266
4431
|
"aria-hidden": "true",
|
|
4267
4432
|
...rest,
|
|
4268
|
-
children: /* @__PURE__ */
|
|
4433
|
+
children: /* @__PURE__ */ jsx97("path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" })
|
|
4269
4434
|
}
|
|
4270
4435
|
);
|
|
4271
4436
|
}
|
|
4272
4437
|
|
|
4273
4438
|
// src/components/icons/message-square/index.tsx
|
|
4274
|
-
import { jsx as
|
|
4439
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
4275
4440
|
function MessageSquareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4276
|
-
return /* @__PURE__ */
|
|
4441
|
+
return /* @__PURE__ */ jsx98(
|
|
4277
4442
|
"svg",
|
|
4278
4443
|
{
|
|
4279
4444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4287,13 +4452,13 @@ function MessageSquareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4287
4452
|
strokeLinejoin: "round",
|
|
4288
4453
|
"aria-hidden": "true",
|
|
4289
4454
|
...rest,
|
|
4290
|
-
children: /* @__PURE__ */
|
|
4455
|
+
children: /* @__PURE__ */ jsx98("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
|
|
4291
4456
|
}
|
|
4292
4457
|
);
|
|
4293
4458
|
}
|
|
4294
4459
|
|
|
4295
4460
|
// src/components/icons/mic/index.tsx
|
|
4296
|
-
import { jsx as
|
|
4461
|
+
import { jsx as jsx99, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4297
4462
|
function MicIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4298
4463
|
return /* @__PURE__ */ jsxs74(
|
|
4299
4464
|
"svg",
|
|
@@ -4310,16 +4475,16 @@ function MicIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4310
4475
|
"aria-hidden": "true",
|
|
4311
4476
|
...rest,
|
|
4312
4477
|
children: [
|
|
4313
|
-
/* @__PURE__ */
|
|
4314
|
-
/* @__PURE__ */
|
|
4315
|
-
/* @__PURE__ */
|
|
4478
|
+
/* @__PURE__ */ jsx99("path", { d: "M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z" }),
|
|
4479
|
+
/* @__PURE__ */ jsx99("path", { d: "M19 10v2a7 7 0 0 1-14 0v-2" }),
|
|
4480
|
+
/* @__PURE__ */ jsx99("line", { x1: "12", x2: "12", y1: "19", y2: "22" })
|
|
4316
4481
|
]
|
|
4317
4482
|
}
|
|
4318
4483
|
);
|
|
4319
4484
|
}
|
|
4320
4485
|
|
|
4321
4486
|
// src/components/icons/minimize/index.tsx
|
|
4322
|
-
import { jsx as
|
|
4487
|
+
import { jsx as jsx100, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4323
4488
|
function MinimizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4324
4489
|
return /* @__PURE__ */ jsxs75(
|
|
4325
4490
|
"svg",
|
|
@@ -4336,19 +4501,19 @@ function MinimizeIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4336
4501
|
"aria-hidden": "true",
|
|
4337
4502
|
...rest,
|
|
4338
4503
|
children: [
|
|
4339
|
-
/* @__PURE__ */
|
|
4340
|
-
/* @__PURE__ */
|
|
4341
|
-
/* @__PURE__ */
|
|
4342
|
-
/* @__PURE__ */
|
|
4504
|
+
/* @__PURE__ */ jsx100("path", { d: "M8 3v3a2 2 0 0 1-2 2H3" }),
|
|
4505
|
+
/* @__PURE__ */ jsx100("path", { d: "M21 8h-3a2 2 0 0 1-2-2V3" }),
|
|
4506
|
+
/* @__PURE__ */ jsx100("path", { d: "M3 16h3a2 2 0 0 1 2 2v3" }),
|
|
4507
|
+
/* @__PURE__ */ jsx100("path", { d: "M16 21v-3a2 2 0 0 1 2-2h3" })
|
|
4343
4508
|
]
|
|
4344
4509
|
}
|
|
4345
4510
|
);
|
|
4346
4511
|
}
|
|
4347
4512
|
|
|
4348
4513
|
// src/components/icons/minus/index.tsx
|
|
4349
|
-
import { jsx as
|
|
4514
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
4350
4515
|
function MinusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4351
|
-
return /* @__PURE__ */
|
|
4516
|
+
return /* @__PURE__ */ jsx101(
|
|
4352
4517
|
"svg",
|
|
4353
4518
|
{
|
|
4354
4519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4362,15 +4527,15 @@ function MinusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4362
4527
|
strokeLinejoin: "round",
|
|
4363
4528
|
"aria-hidden": "true",
|
|
4364
4529
|
...rest,
|
|
4365
|
-
children: /* @__PURE__ */
|
|
4530
|
+
children: /* @__PURE__ */ jsx101("path", { d: "M5 12h14" })
|
|
4366
4531
|
}
|
|
4367
4532
|
);
|
|
4368
4533
|
}
|
|
4369
4534
|
|
|
4370
4535
|
// src/components/icons/moon/index.tsx
|
|
4371
|
-
import { jsx as
|
|
4536
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
4372
4537
|
function MoonIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4373
|
-
return /* @__PURE__ */
|
|
4538
|
+
return /* @__PURE__ */ jsx102(
|
|
4374
4539
|
"svg",
|
|
4375
4540
|
{
|
|
4376
4541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4384,13 +4549,13 @@ function MoonIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4384
4549
|
strokeLinejoin: "round",
|
|
4385
4550
|
"aria-hidden": "true",
|
|
4386
4551
|
...rest,
|
|
4387
|
-
children: /* @__PURE__ */
|
|
4552
|
+
children: /* @__PURE__ */ jsx102("path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" })
|
|
4388
4553
|
}
|
|
4389
4554
|
);
|
|
4390
4555
|
}
|
|
4391
4556
|
|
|
4392
4557
|
// src/components/icons/more-horizontal/index.tsx
|
|
4393
|
-
import { jsx as
|
|
4558
|
+
import { jsx as jsx103, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4394
4559
|
function MoreHorizontalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4395
4560
|
return /* @__PURE__ */ jsxs76(
|
|
4396
4561
|
"svg",
|
|
@@ -4407,16 +4572,16 @@ function MoreHorizontalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4407
4572
|
"aria-hidden": "true",
|
|
4408
4573
|
...rest,
|
|
4409
4574
|
children: [
|
|
4410
|
-
/* @__PURE__ */
|
|
4411
|
-
/* @__PURE__ */
|
|
4412
|
-
/* @__PURE__ */
|
|
4575
|
+
/* @__PURE__ */ jsx103("circle", { cx: "12", cy: "12", r: "1" }),
|
|
4576
|
+
/* @__PURE__ */ jsx103("circle", { cx: "19", cy: "12", r: "1" }),
|
|
4577
|
+
/* @__PURE__ */ jsx103("circle", { cx: "5", cy: "12", r: "1" })
|
|
4413
4578
|
]
|
|
4414
4579
|
}
|
|
4415
4580
|
);
|
|
4416
4581
|
}
|
|
4417
4582
|
|
|
4418
4583
|
// src/components/icons/more-vertical/index.tsx
|
|
4419
|
-
import { jsx as
|
|
4584
|
+
import { jsx as jsx104, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4420
4585
|
function MoreVerticalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4421
4586
|
return /* @__PURE__ */ jsxs77(
|
|
4422
4587
|
"svg",
|
|
@@ -4433,16 +4598,16 @@ function MoreVerticalIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4433
4598
|
"aria-hidden": "true",
|
|
4434
4599
|
...rest,
|
|
4435
4600
|
children: [
|
|
4436
|
-
/* @__PURE__ */
|
|
4437
|
-
/* @__PURE__ */
|
|
4438
|
-
/* @__PURE__ */
|
|
4601
|
+
/* @__PURE__ */ jsx104("circle", { cx: "12", cy: "12", r: "1" }),
|
|
4602
|
+
/* @__PURE__ */ jsx104("circle", { cx: "12", cy: "5", r: "1" }),
|
|
4603
|
+
/* @__PURE__ */ jsx104("circle", { cx: "12", cy: "19", r: "1" })
|
|
4439
4604
|
]
|
|
4440
4605
|
}
|
|
4441
4606
|
);
|
|
4442
4607
|
}
|
|
4443
4608
|
|
|
4444
4609
|
// src/components/icons/package/index.tsx
|
|
4445
|
-
import { jsx as
|
|
4610
|
+
import { jsx as jsx105, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4446
4611
|
function PackageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4447
4612
|
return /* @__PURE__ */ jsxs78(
|
|
4448
4613
|
"svg",
|
|
@@ -4459,18 +4624,18 @@ function PackageIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4459
4624
|
"aria-hidden": "true",
|
|
4460
4625
|
...rest,
|
|
4461
4626
|
children: [
|
|
4462
|
-
/* @__PURE__ */
|
|
4463
|
-
/* @__PURE__ */
|
|
4464
|
-
/* @__PURE__ */
|
|
4627
|
+
/* @__PURE__ */ jsx105("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" }),
|
|
4628
|
+
/* @__PURE__ */ jsx105("path", { d: "M3.3 7 12 12l8.7-5" }),
|
|
4629
|
+
/* @__PURE__ */ jsx105("path", { d: "M12 22V12" })
|
|
4465
4630
|
]
|
|
4466
4631
|
}
|
|
4467
4632
|
);
|
|
4468
4633
|
}
|
|
4469
4634
|
|
|
4470
4635
|
// src/components/icons/paperclip/index.tsx
|
|
4471
|
-
import { jsx as
|
|
4636
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
4472
4637
|
function PaperclipIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4473
|
-
return /* @__PURE__ */
|
|
4638
|
+
return /* @__PURE__ */ jsx106(
|
|
4474
4639
|
"svg",
|
|
4475
4640
|
{
|
|
4476
4641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4484,13 +4649,13 @@ function PaperclipIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4484
4649
|
strokeLinejoin: "round",
|
|
4485
4650
|
"aria-hidden": "true",
|
|
4486
4651
|
...rest,
|
|
4487
|
-
children: /* @__PURE__ */
|
|
4652
|
+
children: /* @__PURE__ */ jsx106("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" })
|
|
4488
4653
|
}
|
|
4489
4654
|
);
|
|
4490
4655
|
}
|
|
4491
4656
|
|
|
4492
4657
|
// src/components/icons/pause/index.tsx
|
|
4493
|
-
import { jsx as
|
|
4658
|
+
import { jsx as jsx107, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4494
4659
|
function PauseIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4495
4660
|
return /* @__PURE__ */ jsxs79(
|
|
4496
4661
|
"svg",
|
|
@@ -4507,15 +4672,15 @@ function PauseIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4507
4672
|
"aria-hidden": "true",
|
|
4508
4673
|
...rest,
|
|
4509
4674
|
children: [
|
|
4510
|
-
/* @__PURE__ */
|
|
4511
|
-
/* @__PURE__ */
|
|
4675
|
+
/* @__PURE__ */ jsx107("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1" }),
|
|
4676
|
+
/* @__PURE__ */ jsx107("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1" })
|
|
4512
4677
|
]
|
|
4513
4678
|
}
|
|
4514
4679
|
);
|
|
4515
4680
|
}
|
|
4516
4681
|
|
|
4517
4682
|
// src/components/icons/pencil/index.tsx
|
|
4518
|
-
import { jsx as
|
|
4683
|
+
import { jsx as jsx108, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
4519
4684
|
function PencilIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4520
4685
|
return /* @__PURE__ */ jsxs80(
|
|
4521
4686
|
"svg",
|
|
@@ -4532,17 +4697,17 @@ function PencilIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4532
4697
|
"aria-hidden": "true",
|
|
4533
4698
|
...rest,
|
|
4534
4699
|
children: [
|
|
4535
|
-
/* @__PURE__ */
|
|
4536
|
-
/* @__PURE__ */
|
|
4700
|
+
/* @__PURE__ */ jsx108("path", { d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" }),
|
|
4701
|
+
/* @__PURE__ */ jsx108("path", { d: "m15 5 4 4" })
|
|
4537
4702
|
]
|
|
4538
4703
|
}
|
|
4539
4704
|
);
|
|
4540
4705
|
}
|
|
4541
4706
|
|
|
4542
4707
|
// src/components/icons/phone/index.tsx
|
|
4543
|
-
import { jsx as
|
|
4708
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
4544
4709
|
function PhoneIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4545
|
-
return /* @__PURE__ */
|
|
4710
|
+
return /* @__PURE__ */ jsx109(
|
|
4546
4711
|
"svg",
|
|
4547
4712
|
{
|
|
4548
4713
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4556,15 +4721,15 @@ function PhoneIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4556
4721
|
strokeLinejoin: "round",
|
|
4557
4722
|
"aria-hidden": "true",
|
|
4558
4723
|
...rest,
|
|
4559
|
-
children: /* @__PURE__ */
|
|
4724
|
+
children: /* @__PURE__ */ jsx109("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" })
|
|
4560
4725
|
}
|
|
4561
4726
|
);
|
|
4562
4727
|
}
|
|
4563
4728
|
|
|
4564
4729
|
// src/components/icons/play/index.tsx
|
|
4565
|
-
import { jsx as
|
|
4730
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
4566
4731
|
function PlayIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4567
|
-
return /* @__PURE__ */
|
|
4732
|
+
return /* @__PURE__ */ jsx110(
|
|
4568
4733
|
"svg",
|
|
4569
4734
|
{
|
|
4570
4735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4578,13 +4743,13 @@ function PlayIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4578
4743
|
strokeLinejoin: "round",
|
|
4579
4744
|
"aria-hidden": "true",
|
|
4580
4745
|
...rest,
|
|
4581
|
-
children: /* @__PURE__ */
|
|
4746
|
+
children: /* @__PURE__ */ jsx110("polygon", { points: "6 3 20 12 6 21 6 3" })
|
|
4582
4747
|
}
|
|
4583
4748
|
);
|
|
4584
4749
|
}
|
|
4585
4750
|
|
|
4586
4751
|
// src/components/icons/plus/index.tsx
|
|
4587
|
-
import { jsx as
|
|
4752
|
+
import { jsx as jsx111, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
4588
4753
|
function PlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4589
4754
|
return /* @__PURE__ */ jsxs81(
|
|
4590
4755
|
"svg",
|
|
@@ -4601,15 +4766,15 @@ function PlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4601
4766
|
"aria-hidden": "true",
|
|
4602
4767
|
...rest,
|
|
4603
4768
|
children: [
|
|
4604
|
-
/* @__PURE__ */
|
|
4605
|
-
/* @__PURE__ */
|
|
4769
|
+
/* @__PURE__ */ jsx111("path", { d: "M5 12h14" }),
|
|
4770
|
+
/* @__PURE__ */ jsx111("path", { d: "M12 5v14" })
|
|
4606
4771
|
]
|
|
4607
4772
|
}
|
|
4608
4773
|
);
|
|
4609
4774
|
}
|
|
4610
4775
|
|
|
4611
4776
|
// src/components/icons/printer/index.tsx
|
|
4612
|
-
import { jsx as
|
|
4777
|
+
import { jsx as jsx112, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
4613
4778
|
function PrinterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4614
4779
|
return /* @__PURE__ */ jsxs82(
|
|
4615
4780
|
"svg",
|
|
@@ -4626,16 +4791,16 @@ function PrinterIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4626
4791
|
"aria-hidden": "true",
|
|
4627
4792
|
...rest,
|
|
4628
4793
|
children: [
|
|
4629
|
-
/* @__PURE__ */
|
|
4630
|
-
/* @__PURE__ */
|
|
4631
|
-
/* @__PURE__ */
|
|
4794
|
+
/* @__PURE__ */ jsx112("polyline", { points: "6 9 6 2 18 2 18 9" }),
|
|
4795
|
+
/* @__PURE__ */ jsx112("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" }),
|
|
4796
|
+
/* @__PURE__ */ jsx112("rect", { width: "12", height: "8", x: "6", y: "14" })
|
|
4632
4797
|
]
|
|
4633
4798
|
}
|
|
4634
4799
|
);
|
|
4635
4800
|
}
|
|
4636
4801
|
|
|
4637
4802
|
// src/components/icons/redo/index.tsx
|
|
4638
|
-
import { jsx as
|
|
4803
|
+
import { jsx as jsx113, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
4639
4804
|
function RedoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4640
4805
|
return /* @__PURE__ */ jsxs83(
|
|
4641
4806
|
"svg",
|
|
@@ -4652,15 +4817,15 @@ function RedoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4652
4817
|
"aria-hidden": "true",
|
|
4653
4818
|
...rest,
|
|
4654
4819
|
children: [
|
|
4655
|
-
/* @__PURE__ */
|
|
4656
|
-
/* @__PURE__ */
|
|
4820
|
+
/* @__PURE__ */ jsx113("path", { d: "M21 7v6h-6" }),
|
|
4821
|
+
/* @__PURE__ */ jsx113("path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" })
|
|
4657
4822
|
]
|
|
4658
4823
|
}
|
|
4659
4824
|
);
|
|
4660
4825
|
}
|
|
4661
4826
|
|
|
4662
4827
|
// src/components/icons/refresh-cw/index.tsx
|
|
4663
|
-
import { jsx as
|
|
4828
|
+
import { jsx as jsx114, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
4664
4829
|
function RefreshCwIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4665
4830
|
return /* @__PURE__ */ jsxs84(
|
|
4666
4831
|
"svg",
|
|
@@ -4677,17 +4842,17 @@ function RefreshCwIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4677
4842
|
"aria-hidden": "true",
|
|
4678
4843
|
...rest,
|
|
4679
4844
|
children: [
|
|
4680
|
-
/* @__PURE__ */
|
|
4681
|
-
/* @__PURE__ */
|
|
4682
|
-
/* @__PURE__ */
|
|
4683
|
-
/* @__PURE__ */
|
|
4845
|
+
/* @__PURE__ */ jsx114("path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }),
|
|
4846
|
+
/* @__PURE__ */ jsx114("path", { d: "M21 3v5h-5" }),
|
|
4847
|
+
/* @__PURE__ */ jsx114("path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }),
|
|
4848
|
+
/* @__PURE__ */ jsx114("path", { d: "M3 21v-5h5" })
|
|
4684
4849
|
]
|
|
4685
4850
|
}
|
|
4686
4851
|
);
|
|
4687
4852
|
}
|
|
4688
4853
|
|
|
4689
4854
|
// src/components/icons/save/index.tsx
|
|
4690
|
-
import { jsx as
|
|
4855
|
+
import { jsx as jsx115, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
4691
4856
|
function SaveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4692
4857
|
return /* @__PURE__ */ jsxs85(
|
|
4693
4858
|
"svg",
|
|
@@ -4704,16 +4869,16 @@ function SaveIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4704
4869
|
"aria-hidden": "true",
|
|
4705
4870
|
...rest,
|
|
4706
4871
|
children: [
|
|
4707
|
-
/* @__PURE__ */
|
|
4708
|
-
/* @__PURE__ */
|
|
4709
|
-
/* @__PURE__ */
|
|
4872
|
+
/* @__PURE__ */ jsx115("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" }),
|
|
4873
|
+
/* @__PURE__ */ jsx115("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
|
|
4874
|
+
/* @__PURE__ */ jsx115("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
|
|
4710
4875
|
]
|
|
4711
4876
|
}
|
|
4712
4877
|
);
|
|
4713
4878
|
}
|
|
4714
4879
|
|
|
4715
4880
|
// src/components/icons/search/index.tsx
|
|
4716
|
-
import { jsx as
|
|
4881
|
+
import { jsx as jsx116, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
4717
4882
|
function SearchIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4718
4883
|
return /* @__PURE__ */ jsxs86(
|
|
4719
4884
|
"svg",
|
|
@@ -4730,15 +4895,15 @@ function SearchIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4730
4895
|
"aria-hidden": "true",
|
|
4731
4896
|
...rest,
|
|
4732
4897
|
children: [
|
|
4733
|
-
/* @__PURE__ */
|
|
4734
|
-
/* @__PURE__ */
|
|
4898
|
+
/* @__PURE__ */ jsx116("circle", { cx: "11", cy: "11", r: "8" }),
|
|
4899
|
+
/* @__PURE__ */ jsx116("path", { d: "m21 21-4.3-4.3" })
|
|
4735
4900
|
]
|
|
4736
4901
|
}
|
|
4737
4902
|
);
|
|
4738
4903
|
}
|
|
4739
4904
|
|
|
4740
4905
|
// src/components/icons/send/index.tsx
|
|
4741
|
-
import { jsx as
|
|
4906
|
+
import { jsx as jsx117, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
4742
4907
|
function SendIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4743
4908
|
return /* @__PURE__ */ jsxs87(
|
|
4744
4909
|
"svg",
|
|
@@ -4755,15 +4920,15 @@ function SendIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4755
4920
|
"aria-hidden": "true",
|
|
4756
4921
|
...rest,
|
|
4757
4922
|
children: [
|
|
4758
|
-
/* @__PURE__ */
|
|
4759
|
-
/* @__PURE__ */
|
|
4923
|
+
/* @__PURE__ */ jsx117("line", { x1: "22", x2: "11", y1: "2", y2: "13" }),
|
|
4924
|
+
/* @__PURE__ */ jsx117("polygon", { points: "22 2 15 22 11 13 2 9 22 2" })
|
|
4760
4925
|
]
|
|
4761
4926
|
}
|
|
4762
4927
|
);
|
|
4763
4928
|
}
|
|
4764
4929
|
|
|
4765
4930
|
// src/components/icons/settings/index.tsx
|
|
4766
|
-
import { jsx as
|
|
4931
|
+
import { jsx as jsx118, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
4767
4932
|
function SettingsIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4768
4933
|
return /* @__PURE__ */ jsxs88(
|
|
4769
4934
|
"svg",
|
|
@@ -4780,15 +4945,15 @@ function SettingsIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4780
4945
|
"aria-hidden": "true",
|
|
4781
4946
|
...rest,
|
|
4782
4947
|
children: [
|
|
4783
|
-
/* @__PURE__ */
|
|
4784
|
-
/* @__PURE__ */
|
|
4948
|
+
/* @__PURE__ */ jsx118("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" }),
|
|
4949
|
+
/* @__PURE__ */ jsx118("circle", { cx: "12", cy: "12", r: "3" })
|
|
4785
4950
|
]
|
|
4786
4951
|
}
|
|
4787
4952
|
);
|
|
4788
4953
|
}
|
|
4789
4954
|
|
|
4790
4955
|
// src/components/icons/share/index.tsx
|
|
4791
|
-
import { jsx as
|
|
4956
|
+
import { jsx as jsx119, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
4792
4957
|
function ShareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4793
4958
|
return /* @__PURE__ */ jsxs89(
|
|
4794
4959
|
"svg",
|
|
@@ -4805,18 +4970,18 @@ function ShareIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4805
4970
|
"aria-hidden": "true",
|
|
4806
4971
|
...rest,
|
|
4807
4972
|
children: [
|
|
4808
|
-
/* @__PURE__ */
|
|
4809
|
-
/* @__PURE__ */
|
|
4810
|
-
/* @__PURE__ */
|
|
4973
|
+
/* @__PURE__ */ jsx119("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
4974
|
+
/* @__PURE__ */ jsx119("polyline", { points: "16 6 12 2 8 6" }),
|
|
4975
|
+
/* @__PURE__ */ jsx119("line", { x1: "12", x2: "12", y1: "2", y2: "15" })
|
|
4811
4976
|
]
|
|
4812
4977
|
}
|
|
4813
4978
|
);
|
|
4814
4979
|
}
|
|
4815
4980
|
|
|
4816
4981
|
// src/components/icons/shield/index.tsx
|
|
4817
|
-
import { jsx as
|
|
4982
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
4818
4983
|
function ShieldIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4819
|
-
return /* @__PURE__ */
|
|
4984
|
+
return /* @__PURE__ */ jsx120(
|
|
4820
4985
|
"svg",
|
|
4821
4986
|
{
|
|
4822
4987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4830,13 +4995,13 @@ function ShieldIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4830
4995
|
strokeLinejoin: "round",
|
|
4831
4996
|
"aria-hidden": "true",
|
|
4832
4997
|
...rest,
|
|
4833
|
-
children: /* @__PURE__ */
|
|
4998
|
+
children: /* @__PURE__ */ jsx120("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" })
|
|
4834
4999
|
}
|
|
4835
5000
|
);
|
|
4836
5001
|
}
|
|
4837
5002
|
|
|
4838
5003
|
// src/components/icons/shield-check/index.tsx
|
|
4839
|
-
import { jsx as
|
|
5004
|
+
import { jsx as jsx121, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
4840
5005
|
function ShieldCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4841
5006
|
return /* @__PURE__ */ jsxs90(
|
|
4842
5007
|
"svg",
|
|
@@ -4853,15 +5018,15 @@ function ShieldCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4853
5018
|
"aria-hidden": "true",
|
|
4854
5019
|
...rest,
|
|
4855
5020
|
children: [
|
|
4856
|
-
/* @__PURE__ */
|
|
4857
|
-
/* @__PURE__ */
|
|
5021
|
+
/* @__PURE__ */ jsx121("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" }),
|
|
5022
|
+
/* @__PURE__ */ jsx121("path", { d: "m9 12 2 2 4-4" })
|
|
4858
5023
|
]
|
|
4859
5024
|
}
|
|
4860
5025
|
);
|
|
4861
5026
|
}
|
|
4862
5027
|
|
|
4863
5028
|
// src/components/icons/shopping-bag/index.tsx
|
|
4864
|
-
import { jsx as
|
|
5029
|
+
import { jsx as jsx122, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
4865
5030
|
function ShoppingBagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4866
5031
|
return /* @__PURE__ */ jsxs91(
|
|
4867
5032
|
"svg",
|
|
@@ -4878,16 +5043,16 @@ function ShoppingBagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4878
5043
|
"aria-hidden": "true",
|
|
4879
5044
|
...rest,
|
|
4880
5045
|
children: [
|
|
4881
|
-
/* @__PURE__ */
|
|
4882
|
-
/* @__PURE__ */
|
|
4883
|
-
/* @__PURE__ */
|
|
5046
|
+
/* @__PURE__ */ jsx122("path", { d: "M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z" }),
|
|
5047
|
+
/* @__PURE__ */ jsx122("path", { d: "M3 6h18" }),
|
|
5048
|
+
/* @__PURE__ */ jsx122("path", { d: "M16 10a4 4 0 0 1-8 0" })
|
|
4884
5049
|
]
|
|
4885
5050
|
}
|
|
4886
5051
|
);
|
|
4887
5052
|
}
|
|
4888
5053
|
|
|
4889
5054
|
// src/components/icons/shopping-cart/index.tsx
|
|
4890
|
-
import { jsx as
|
|
5055
|
+
import { jsx as jsx123, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
4891
5056
|
function ShoppingCartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4892
5057
|
return /* @__PURE__ */ jsxs92(
|
|
4893
5058
|
"svg",
|
|
@@ -4904,16 +5069,16 @@ function ShoppingCartIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4904
5069
|
"aria-hidden": "true",
|
|
4905
5070
|
...rest,
|
|
4906
5071
|
children: [
|
|
4907
|
-
/* @__PURE__ */
|
|
4908
|
-
/* @__PURE__ */
|
|
4909
|
-
/* @__PURE__ */
|
|
5072
|
+
/* @__PURE__ */ jsx123("circle", { cx: "8", cy: "21", r: "1" }),
|
|
5073
|
+
/* @__PURE__ */ jsx123("circle", { cx: "19", cy: "21", r: "1" }),
|
|
5074
|
+
/* @__PURE__ */ jsx123("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" })
|
|
4910
5075
|
]
|
|
4911
5076
|
}
|
|
4912
5077
|
);
|
|
4913
5078
|
}
|
|
4914
5079
|
|
|
4915
5080
|
// src/components/icons/sidebar/index.tsx
|
|
4916
|
-
import { jsx as
|
|
5081
|
+
import { jsx as jsx124, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
4917
5082
|
function SidebarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4918
5083
|
return /* @__PURE__ */ jsxs93(
|
|
4919
5084
|
"svg",
|
|
@@ -4930,15 +5095,15 @@ function SidebarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4930
5095
|
"aria-hidden": "true",
|
|
4931
5096
|
...rest,
|
|
4932
5097
|
children: [
|
|
4933
|
-
/* @__PURE__ */
|
|
4934
|
-
/* @__PURE__ */
|
|
5098
|
+
/* @__PURE__ */ jsx124("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
5099
|
+
/* @__PURE__ */ jsx124("path", { d: "M9 3v18" })
|
|
4935
5100
|
]
|
|
4936
5101
|
}
|
|
4937
5102
|
);
|
|
4938
5103
|
}
|
|
4939
5104
|
|
|
4940
5105
|
// src/components/icons/skip-back/index.tsx
|
|
4941
|
-
import { jsx as
|
|
5106
|
+
import { jsx as jsx125, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
4942
5107
|
function SkipBackIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4943
5108
|
return /* @__PURE__ */ jsxs94(
|
|
4944
5109
|
"svg",
|
|
@@ -4955,15 +5120,15 @@ function SkipBackIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4955
5120
|
"aria-hidden": "true",
|
|
4956
5121
|
...rest,
|
|
4957
5122
|
children: [
|
|
4958
|
-
/* @__PURE__ */
|
|
4959
|
-
/* @__PURE__ */
|
|
5123
|
+
/* @__PURE__ */ jsx125("polygon", { points: "19 20 9 12 19 4 19 20" }),
|
|
5124
|
+
/* @__PURE__ */ jsx125("line", { x1: "5", x2: "5", y1: "19", y2: "5" })
|
|
4960
5125
|
]
|
|
4961
5126
|
}
|
|
4962
5127
|
);
|
|
4963
5128
|
}
|
|
4964
5129
|
|
|
4965
5130
|
// src/components/icons/skip-forward/index.tsx
|
|
4966
|
-
import { jsx as
|
|
5131
|
+
import { jsx as jsx126, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
4967
5132
|
function SkipForwardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4968
5133
|
return /* @__PURE__ */ jsxs95(
|
|
4969
5134
|
"svg",
|
|
@@ -4980,15 +5145,15 @@ function SkipForwardIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
4980
5145
|
"aria-hidden": "true",
|
|
4981
5146
|
...rest,
|
|
4982
5147
|
children: [
|
|
4983
|
-
/* @__PURE__ */
|
|
4984
|
-
/* @__PURE__ */
|
|
5148
|
+
/* @__PURE__ */ jsx126("polygon", { points: "5 4 15 12 5 20 5 4" }),
|
|
5149
|
+
/* @__PURE__ */ jsx126("line", { x1: "19", x2: "19", y1: "5", y2: "19" })
|
|
4985
5150
|
]
|
|
4986
5151
|
}
|
|
4987
5152
|
);
|
|
4988
5153
|
}
|
|
4989
5154
|
|
|
4990
5155
|
// src/components/icons/sliders/index.tsx
|
|
4991
|
-
import { jsx as
|
|
5156
|
+
import { jsx as jsx127, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
4992
5157
|
function SlidersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
4993
5158
|
return /* @__PURE__ */ jsxs96(
|
|
4994
5159
|
"svg",
|
|
@@ -5005,22 +5170,22 @@ function SlidersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5005
5170
|
"aria-hidden": "true",
|
|
5006
5171
|
...rest,
|
|
5007
5172
|
children: [
|
|
5008
|
-
/* @__PURE__ */
|
|
5009
|
-
/* @__PURE__ */
|
|
5010
|
-
/* @__PURE__ */
|
|
5011
|
-
/* @__PURE__ */
|
|
5012
|
-
/* @__PURE__ */
|
|
5013
|
-
/* @__PURE__ */
|
|
5014
|
-
/* @__PURE__ */
|
|
5015
|
-
/* @__PURE__ */
|
|
5016
|
-
/* @__PURE__ */
|
|
5173
|
+
/* @__PURE__ */ jsx127("line", { x1: "21", x2: "14", y1: "4", y2: "4" }),
|
|
5174
|
+
/* @__PURE__ */ jsx127("line", { x1: "10", x2: "3", y1: "4", y2: "4" }),
|
|
5175
|
+
/* @__PURE__ */ jsx127("line", { x1: "21", x2: "12", y1: "12", y2: "12" }),
|
|
5176
|
+
/* @__PURE__ */ jsx127("line", { x1: "8", x2: "3", y1: "12", y2: "12" }),
|
|
5177
|
+
/* @__PURE__ */ jsx127("line", { x1: "21", x2: "16", y1: "20", y2: "20" }),
|
|
5178
|
+
/* @__PURE__ */ jsx127("line", { x1: "12", x2: "3", y1: "20", y2: "20" }),
|
|
5179
|
+
/* @__PURE__ */ jsx127("line", { x1: "14", x2: "14", y1: "2", y2: "6" }),
|
|
5180
|
+
/* @__PURE__ */ jsx127("line", { x1: "8", x2: "8", y1: "10", y2: "14" }),
|
|
5181
|
+
/* @__PURE__ */ jsx127("line", { x1: "16", x2: "16", y1: "18", y2: "22" })
|
|
5017
5182
|
]
|
|
5018
5183
|
}
|
|
5019
5184
|
);
|
|
5020
5185
|
}
|
|
5021
5186
|
|
|
5022
5187
|
// src/components/icons/smile/index.tsx
|
|
5023
|
-
import { jsx as
|
|
5188
|
+
import { jsx as jsx128, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
5024
5189
|
function SmileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5025
5190
|
return /* @__PURE__ */ jsxs97(
|
|
5026
5191
|
"svg",
|
|
@@ -5037,19 +5202,19 @@ function SmileIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5037
5202
|
"aria-hidden": "true",
|
|
5038
5203
|
...rest,
|
|
5039
5204
|
children: [
|
|
5040
|
-
/* @__PURE__ */
|
|
5041
|
-
/* @__PURE__ */
|
|
5042
|
-
/* @__PURE__ */
|
|
5043
|
-
/* @__PURE__ */
|
|
5205
|
+
/* @__PURE__ */ jsx128("circle", { cx: "12", cy: "12", r: "10" }),
|
|
5206
|
+
/* @__PURE__ */ jsx128("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
|
|
5207
|
+
/* @__PURE__ */ jsx128("line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }),
|
|
5208
|
+
/* @__PURE__ */ jsx128("line", { x1: "15", x2: "15.01", y1: "9", y2: "9" })
|
|
5044
5209
|
]
|
|
5045
5210
|
}
|
|
5046
5211
|
);
|
|
5047
5212
|
}
|
|
5048
5213
|
|
|
5049
5214
|
// src/components/icons/star/index.tsx
|
|
5050
|
-
import { jsx as
|
|
5215
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
5051
5216
|
function StarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5052
|
-
return /* @__PURE__ */
|
|
5217
|
+
return /* @__PURE__ */ jsx129(
|
|
5053
5218
|
"svg",
|
|
5054
5219
|
{
|
|
5055
5220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5063,13 +5228,13 @@ function StarIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5063
5228
|
strokeLinejoin: "round",
|
|
5064
5229
|
"aria-hidden": "true",
|
|
5065
5230
|
...rest,
|
|
5066
|
-
children: /* @__PURE__ */
|
|
5231
|
+
children: /* @__PURE__ */ jsx129("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" })
|
|
5067
5232
|
}
|
|
5068
5233
|
);
|
|
5069
5234
|
}
|
|
5070
5235
|
|
|
5071
5236
|
// src/components/icons/sun/index.tsx
|
|
5072
|
-
import { jsx as
|
|
5237
|
+
import { jsx as jsx130, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
5073
5238
|
function SunIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5074
5239
|
return /* @__PURE__ */ jsxs98(
|
|
5075
5240
|
"svg",
|
|
@@ -5086,22 +5251,22 @@ function SunIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5086
5251
|
"aria-hidden": "true",
|
|
5087
5252
|
...rest,
|
|
5088
5253
|
children: [
|
|
5089
|
-
/* @__PURE__ */
|
|
5090
|
-
/* @__PURE__ */
|
|
5091
|
-
/* @__PURE__ */
|
|
5092
|
-
/* @__PURE__ */
|
|
5093
|
-
/* @__PURE__ */
|
|
5094
|
-
/* @__PURE__ */
|
|
5095
|
-
/* @__PURE__ */
|
|
5096
|
-
/* @__PURE__ */
|
|
5097
|
-
/* @__PURE__ */
|
|
5254
|
+
/* @__PURE__ */ jsx130("circle", { cx: "12", cy: "12", r: "4" }),
|
|
5255
|
+
/* @__PURE__ */ jsx130("path", { d: "M12 2v2" }),
|
|
5256
|
+
/* @__PURE__ */ jsx130("path", { d: "M12 20v2" }),
|
|
5257
|
+
/* @__PURE__ */ jsx130("path", { d: "m4.93 4.93 1.41 1.41" }),
|
|
5258
|
+
/* @__PURE__ */ jsx130("path", { d: "m17.66 17.66 1.41 1.41" }),
|
|
5259
|
+
/* @__PURE__ */ jsx130("path", { d: "M2 12h2" }),
|
|
5260
|
+
/* @__PURE__ */ jsx130("path", { d: "M20 12h2" }),
|
|
5261
|
+
/* @__PURE__ */ jsx130("path", { d: "m6.34 17.66-1.41 1.41" }),
|
|
5262
|
+
/* @__PURE__ */ jsx130("path", { d: "m19.07 4.93-1.41 1.41" })
|
|
5098
5263
|
]
|
|
5099
5264
|
}
|
|
5100
5265
|
);
|
|
5101
5266
|
}
|
|
5102
5267
|
|
|
5103
5268
|
// src/components/icons/tag/index.tsx
|
|
5104
|
-
import { jsx as
|
|
5269
|
+
import { jsx as jsx131, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
5105
5270
|
function TagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5106
5271
|
return /* @__PURE__ */ jsxs99(
|
|
5107
5272
|
"svg",
|
|
@@ -5118,15 +5283,15 @@ function TagIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5118
5283
|
"aria-hidden": "true",
|
|
5119
5284
|
...rest,
|
|
5120
5285
|
children: [
|
|
5121
|
-
/* @__PURE__ */
|
|
5122
|
-
/* @__PURE__ */
|
|
5286
|
+
/* @__PURE__ */ jsx131("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" }),
|
|
5287
|
+
/* @__PURE__ */ jsx131("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
|
|
5123
5288
|
]
|
|
5124
5289
|
}
|
|
5125
5290
|
);
|
|
5126
5291
|
}
|
|
5127
5292
|
|
|
5128
5293
|
// src/components/icons/thumbs-down/index.tsx
|
|
5129
|
-
import { jsx as
|
|
5294
|
+
import { jsx as jsx132, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
5130
5295
|
function ThumbsDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5131
5296
|
return /* @__PURE__ */ jsxs100(
|
|
5132
5297
|
"svg",
|
|
@@ -5143,15 +5308,15 @@ function ThumbsDownIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5143
5308
|
"aria-hidden": "true",
|
|
5144
5309
|
...rest,
|
|
5145
5310
|
children: [
|
|
5146
|
-
/* @__PURE__ */
|
|
5147
|
-
/* @__PURE__ */
|
|
5311
|
+
/* @__PURE__ */ jsx132("path", { d: "M17 14V2" }),
|
|
5312
|
+
/* @__PURE__ */ jsx132("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" })
|
|
5148
5313
|
]
|
|
5149
5314
|
}
|
|
5150
5315
|
);
|
|
5151
5316
|
}
|
|
5152
5317
|
|
|
5153
5318
|
// src/components/icons/thumbs-up/index.tsx
|
|
5154
|
-
import { jsx as
|
|
5319
|
+
import { jsx as jsx133, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
5155
5320
|
function ThumbsUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5156
5321
|
return /* @__PURE__ */ jsxs101(
|
|
5157
5322
|
"svg",
|
|
@@ -5168,15 +5333,15 @@ function ThumbsUpIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5168
5333
|
"aria-hidden": "true",
|
|
5169
5334
|
...rest,
|
|
5170
5335
|
children: [
|
|
5171
|
-
/* @__PURE__ */
|
|
5172
|
-
/* @__PURE__ */
|
|
5336
|
+
/* @__PURE__ */ jsx133("path", { d: "M7 10v12" }),
|
|
5337
|
+
/* @__PURE__ */ jsx133("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" })
|
|
5173
5338
|
]
|
|
5174
5339
|
}
|
|
5175
5340
|
);
|
|
5176
5341
|
}
|
|
5177
5342
|
|
|
5178
5343
|
// src/components/icons/trash/index.tsx
|
|
5179
|
-
import { jsx as
|
|
5344
|
+
import { jsx as jsx134, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
5180
5345
|
function TrashIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5181
5346
|
return /* @__PURE__ */ jsxs102(
|
|
5182
5347
|
"svg",
|
|
@@ -5193,16 +5358,16 @@ function TrashIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5193
5358
|
"aria-hidden": "true",
|
|
5194
5359
|
...rest,
|
|
5195
5360
|
children: [
|
|
5196
|
-
/* @__PURE__ */
|
|
5197
|
-
/* @__PURE__ */
|
|
5198
|
-
/* @__PURE__ */
|
|
5361
|
+
/* @__PURE__ */ jsx134("path", { d: "M3 6h18" }),
|
|
5362
|
+
/* @__PURE__ */ jsx134("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
5363
|
+
/* @__PURE__ */ jsx134("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
5199
5364
|
]
|
|
5200
5365
|
}
|
|
5201
5366
|
);
|
|
5202
5367
|
}
|
|
5203
5368
|
|
|
5204
5369
|
// src/components/icons/undo/index.tsx
|
|
5205
|
-
import { jsx as
|
|
5370
|
+
import { jsx as jsx135, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
5206
5371
|
function UndoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5207
5372
|
return /* @__PURE__ */ jsxs103(
|
|
5208
5373
|
"svg",
|
|
@@ -5219,15 +5384,15 @@ function UndoIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5219
5384
|
"aria-hidden": "true",
|
|
5220
5385
|
...rest,
|
|
5221
5386
|
children: [
|
|
5222
|
-
/* @__PURE__ */
|
|
5223
|
-
/* @__PURE__ */
|
|
5387
|
+
/* @__PURE__ */ jsx135("path", { d: "M3 7v6h6" }),
|
|
5388
|
+
/* @__PURE__ */ jsx135("path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" })
|
|
5224
5389
|
]
|
|
5225
5390
|
}
|
|
5226
5391
|
);
|
|
5227
5392
|
}
|
|
5228
5393
|
|
|
5229
5394
|
// src/components/icons/unlock/index.tsx
|
|
5230
|
-
import { jsx as
|
|
5395
|
+
import { jsx as jsx136, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
5231
5396
|
function UnlockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5232
5397
|
return /* @__PURE__ */ jsxs104(
|
|
5233
5398
|
"svg",
|
|
@@ -5244,15 +5409,15 @@ function UnlockIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5244
5409
|
"aria-hidden": "true",
|
|
5245
5410
|
...rest,
|
|
5246
5411
|
children: [
|
|
5247
|
-
/* @__PURE__ */
|
|
5248
|
-
/* @__PURE__ */
|
|
5412
|
+
/* @__PURE__ */ jsx136("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
|
|
5413
|
+
/* @__PURE__ */ jsx136("path", { d: "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
5249
5414
|
]
|
|
5250
5415
|
}
|
|
5251
5416
|
);
|
|
5252
5417
|
}
|
|
5253
5418
|
|
|
5254
5419
|
// src/components/icons/upload/index.tsx
|
|
5255
|
-
import { jsx as
|
|
5420
|
+
import { jsx as jsx137, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
5256
5421
|
function UploadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5257
5422
|
return /* @__PURE__ */ jsxs105(
|
|
5258
5423
|
"svg",
|
|
@@ -5269,16 +5434,16 @@ function UploadIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5269
5434
|
"aria-hidden": "true",
|
|
5270
5435
|
...rest,
|
|
5271
5436
|
children: [
|
|
5272
|
-
/* @__PURE__ */
|
|
5273
|
-
/* @__PURE__ */
|
|
5274
|
-
/* @__PURE__ */
|
|
5437
|
+
/* @__PURE__ */ jsx137("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
5438
|
+
/* @__PURE__ */ jsx137("polyline", { points: "17 8 12 3 7 8" }),
|
|
5439
|
+
/* @__PURE__ */ jsx137("line", { x1: "12", x2: "12", y1: "3", y2: "15" })
|
|
5275
5440
|
]
|
|
5276
5441
|
}
|
|
5277
5442
|
);
|
|
5278
5443
|
}
|
|
5279
5444
|
|
|
5280
5445
|
// src/components/icons/user/index.tsx
|
|
5281
|
-
import { jsx as
|
|
5446
|
+
import { jsx as jsx138, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
5282
5447
|
function UserIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5283
5448
|
return /* @__PURE__ */ jsxs106(
|
|
5284
5449
|
"svg",
|
|
@@ -5295,15 +5460,15 @@ function UserIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5295
5460
|
"aria-hidden": "true",
|
|
5296
5461
|
...rest,
|
|
5297
5462
|
children: [
|
|
5298
|
-
/* @__PURE__ */
|
|
5299
|
-
/* @__PURE__ */
|
|
5463
|
+
/* @__PURE__ */ jsx138("path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }),
|
|
5464
|
+
/* @__PURE__ */ jsx138("circle", { cx: "12", cy: "7", r: "4" })
|
|
5300
5465
|
]
|
|
5301
5466
|
}
|
|
5302
5467
|
);
|
|
5303
5468
|
}
|
|
5304
5469
|
|
|
5305
5470
|
// src/components/icons/user-check/index.tsx
|
|
5306
|
-
import { jsx as
|
|
5471
|
+
import { jsx as jsx139, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
5307
5472
|
function UserCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5308
5473
|
return /* @__PURE__ */ jsxs107(
|
|
5309
5474
|
"svg",
|
|
@@ -5320,16 +5485,16 @@ function UserCheckIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5320
5485
|
"aria-hidden": "true",
|
|
5321
5486
|
...rest,
|
|
5322
5487
|
children: [
|
|
5323
|
-
/* @__PURE__ */
|
|
5324
|
-
/* @__PURE__ */
|
|
5325
|
-
/* @__PURE__ */
|
|
5488
|
+
/* @__PURE__ */ jsx139("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
5489
|
+
/* @__PURE__ */ jsx139("circle", { cx: "9", cy: "7", r: "4" }),
|
|
5490
|
+
/* @__PURE__ */ jsx139("polyline", { points: "16 11 18 13 22 9" })
|
|
5326
5491
|
]
|
|
5327
5492
|
}
|
|
5328
5493
|
);
|
|
5329
5494
|
}
|
|
5330
5495
|
|
|
5331
5496
|
// src/components/icons/user-plus/index.tsx
|
|
5332
|
-
import { jsx as
|
|
5497
|
+
import { jsx as jsx140, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
5333
5498
|
function UserPlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5334
5499
|
return /* @__PURE__ */ jsxs108(
|
|
5335
5500
|
"svg",
|
|
@@ -5346,17 +5511,17 @@ function UserPlusIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5346
5511
|
"aria-hidden": "true",
|
|
5347
5512
|
...rest,
|
|
5348
5513
|
children: [
|
|
5349
|
-
/* @__PURE__ */
|
|
5350
|
-
/* @__PURE__ */
|
|
5351
|
-
/* @__PURE__ */
|
|
5352
|
-
/* @__PURE__ */
|
|
5514
|
+
/* @__PURE__ */ jsx140("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
5515
|
+
/* @__PURE__ */ jsx140("circle", { cx: "9", cy: "7", r: "4" }),
|
|
5516
|
+
/* @__PURE__ */ jsx140("line", { x1: "19", x2: "19", y1: "8", y2: "14" }),
|
|
5517
|
+
/* @__PURE__ */ jsx140("line", { x1: "22", x2: "16", y1: "11", y2: "11" })
|
|
5353
5518
|
]
|
|
5354
5519
|
}
|
|
5355
5520
|
);
|
|
5356
5521
|
}
|
|
5357
5522
|
|
|
5358
5523
|
// src/components/icons/users/index.tsx
|
|
5359
|
-
import { jsx as
|
|
5524
|
+
import { jsx as jsx141, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
5360
5525
|
function UsersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5361
5526
|
return /* @__PURE__ */ jsxs109(
|
|
5362
5527
|
"svg",
|
|
@@ -5373,17 +5538,17 @@ function UsersIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5373
5538
|
"aria-hidden": "true",
|
|
5374
5539
|
...rest,
|
|
5375
5540
|
children: [
|
|
5376
|
-
/* @__PURE__ */
|
|
5377
|
-
/* @__PURE__ */
|
|
5378
|
-
/* @__PURE__ */
|
|
5379
|
-
/* @__PURE__ */
|
|
5541
|
+
/* @__PURE__ */ jsx141("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
5542
|
+
/* @__PURE__ */ jsx141("circle", { cx: "9", cy: "7", r: "4" }),
|
|
5543
|
+
/* @__PURE__ */ jsx141("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
|
|
5544
|
+
/* @__PURE__ */ jsx141("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
|
|
5380
5545
|
]
|
|
5381
5546
|
}
|
|
5382
5547
|
);
|
|
5383
5548
|
}
|
|
5384
5549
|
|
|
5385
5550
|
// src/components/icons/volume-2/index.tsx
|
|
5386
|
-
import { jsx as
|
|
5551
|
+
import { jsx as jsx142, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
5387
5552
|
function Volume2Icon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5388
5553
|
return /* @__PURE__ */ jsxs110(
|
|
5389
5554
|
"svg",
|
|
@@ -5400,16 +5565,16 @@ function Volume2Icon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5400
5565
|
"aria-hidden": "true",
|
|
5401
5566
|
...rest,
|
|
5402
5567
|
children: [
|
|
5403
|
-
/* @__PURE__ */
|
|
5404
|
-
/* @__PURE__ */
|
|
5405
|
-
/* @__PURE__ */
|
|
5568
|
+
/* @__PURE__ */ jsx142("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
5569
|
+
/* @__PURE__ */ jsx142("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" }),
|
|
5570
|
+
/* @__PURE__ */ jsx142("path", { d: "M19.07 4.93a10 10 0 0 1 0 14.14" })
|
|
5406
5571
|
]
|
|
5407
5572
|
}
|
|
5408
5573
|
);
|
|
5409
5574
|
}
|
|
5410
5575
|
|
|
5411
5576
|
// src/components/icons/volume-x/index.tsx
|
|
5412
|
-
import { jsx as
|
|
5577
|
+
import { jsx as jsx143, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
5413
5578
|
function VolumeXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5414
5579
|
return /* @__PURE__ */ jsxs111(
|
|
5415
5580
|
"svg",
|
|
@@ -5426,16 +5591,16 @@ function VolumeXIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5426
5591
|
"aria-hidden": "true",
|
|
5427
5592
|
...rest,
|
|
5428
5593
|
children: [
|
|
5429
|
-
/* @__PURE__ */
|
|
5430
|
-
/* @__PURE__ */
|
|
5431
|
-
/* @__PURE__ */
|
|
5594
|
+
/* @__PURE__ */ jsx143("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
5595
|
+
/* @__PURE__ */ jsx143("line", { x1: "22", x2: "16", y1: "9", y2: "15" }),
|
|
5596
|
+
/* @__PURE__ */ jsx143("line", { x1: "16", x2: "22", y1: "9", y2: "15" })
|
|
5432
5597
|
]
|
|
5433
5598
|
}
|
|
5434
5599
|
);
|
|
5435
5600
|
}
|
|
5436
5601
|
|
|
5437
5602
|
// src/components/icons/wifi/index.tsx
|
|
5438
|
-
import { jsx as
|
|
5603
|
+
import { jsx as jsx144, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
5439
5604
|
function WifiIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5440
5605
|
return /* @__PURE__ */ jsxs112(
|
|
5441
5606
|
"svg",
|
|
@@ -5452,19 +5617,19 @@ function WifiIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5452
5617
|
"aria-hidden": "true",
|
|
5453
5618
|
...rest,
|
|
5454
5619
|
children: [
|
|
5455
|
-
/* @__PURE__ */
|
|
5456
|
-
/* @__PURE__ */
|
|
5457
|
-
/* @__PURE__ */
|
|
5458
|
-
/* @__PURE__ */
|
|
5620
|
+
/* @__PURE__ */ jsx144("path", { d: "M12 20h.01" }),
|
|
5621
|
+
/* @__PURE__ */ jsx144("path", { d: "M2 8.82a15 15 0 0 1 20 0" }),
|
|
5622
|
+
/* @__PURE__ */ jsx144("path", { d: "M5 12.859a10 10 0 0 1 14 0" }),
|
|
5623
|
+
/* @__PURE__ */ jsx144("path", { d: "M8.5 16.429a5 5 0 0 1 7 0" })
|
|
5459
5624
|
]
|
|
5460
5625
|
}
|
|
5461
5626
|
);
|
|
5462
5627
|
}
|
|
5463
5628
|
|
|
5464
5629
|
// src/components/icons/zap/index.tsx
|
|
5465
|
-
import { jsx as
|
|
5630
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
5466
5631
|
function ZapIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
5467
|
-
return /* @__PURE__ */
|
|
5632
|
+
return /* @__PURE__ */ jsx145(
|
|
5468
5633
|
"svg",
|
|
5469
5634
|
{
|
|
5470
5635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5478,7 +5643,7 @@ function ZapIcon({ size: size3 = 20, strokeWidth = 1.75, ...rest }) {
|
|
|
5478
5643
|
strokeLinejoin: "round",
|
|
5479
5644
|
"aria-hidden": "true",
|
|
5480
5645
|
...rest,
|
|
5481
|
-
children: /* @__PURE__ */
|
|
5646
|
+
children: /* @__PURE__ */ jsx145("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" })
|
|
5482
5647
|
}
|
|
5483
5648
|
);
|
|
5484
5649
|
}
|
|
@@ -5715,6 +5880,7 @@ export {
|
|
|
5715
5880
|
StarIcon,
|
|
5716
5881
|
Stepper,
|
|
5717
5882
|
SunIcon,
|
|
5883
|
+
Surface,
|
|
5718
5884
|
Switch,
|
|
5719
5885
|
Table,
|
|
5720
5886
|
Tabs,
|