@snapcall/design-system 1.20.0-beta.3 → 1.20.0-beta.4
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/Command/index.d.mts +1 -1
- package/dist/Command/index.d.ts +1 -1
- package/dist/CreatableSelect/index.d.mts +1 -1
- package/dist/CreatableSelect/index.d.ts +1 -1
- package/dist/{chunk-R3S6KBX3.mjs → chunk-AHDZKO2U.mjs} +26 -69
- package/dist/chunk-FCKIVF33.mjs +454 -0
- package/dist/{chunk-PDYIMMJH.mjs → chunk-MABOGCOL.mjs} +8 -47
- package/dist/{chunk-XWD63VYR.mjs → chunk-PGRZSZPW.mjs} +1 -1
- package/dist/{chunk-4TUMP4TB.mjs → chunk-ZUDNZTUE.mjs} +5 -5
- package/dist/components/Accordion/index.mjs +9 -40
- package/dist/components/AlertDialog/index.mjs +3 -1
- package/dist/components/Button/index.mjs +3 -1
- package/dist/components/Calendar/index.mjs +6 -7
- package/dist/components/Carousel/index.mjs +17 -140
- package/dist/components/Checkbox/index.mjs +3 -2
- package/dist/components/Command/index.mjs +5 -5
- package/dist/components/CreatableSelect/index.mjs +7 -7
- package/dist/components/Dialog/index.mjs +5 -4
- package/dist/components/DropdownMenu/index.mjs +5 -5
- package/dist/components/FilterButton/index.mjs +3 -1
- package/dist/components/Pagination/index.mjs +18 -84
- package/dist/components/Select/index.mjs +12 -42
- package/dist/components/Sheet/index.mjs +5 -4
- package/dist/components/Toaster/index.mjs +5 -4
- package/dist/components/ToggleGroup/index.mjs +2 -1
- package/dist/icons/index.d.mts +2452 -2
- package/dist/icons/index.d.ts +2452 -2
- package/dist/icons/index.js +3678 -2455
- package/dist/icons/index.mjs +2450 -1227
- package/dist/{index-Jp7jKI5I.d.ts → index-ra0AVXfz.d.mts} +7 -7
- package/dist/{index-Jp7jKI5I.d.mts → index-ra0AVXfz.d.ts} +7 -7
- package/dist/index.d.mts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +49 -11
- package/dist/index.mjs +46 -5
- package/package.json +19 -1
- package/dist/chunk-NOFOM2SJ.mjs +0 -41
- package/dist/chunk-PPFZHO26.mjs +0 -41
- package/dist/chunk-ZT2KTEGZ.mjs +0 -41
- package/dist/icons/search.js +0 -98
- package/dist/icons/search.mjs +0 -50
- package/dist/index-2pOvozv0.d.mts +0 -2456
- package/dist/index-2pOvozv0.d.ts +0 -2456
- package/dist/search.d.mts +0 -6
- package/dist/search.d.ts +0 -6
package/dist/Command/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as Command, b as CommandEmpty, c as CommandGroup, d as CommandInput, e as CommandItem, f as CommandList, g as CommandLoading, h as CommandSeparator } from '../index-
|
|
1
|
+
export { a as Command, b as CommandEmpty, c as CommandGroup, d as CommandInput, e as CommandItem, f as CommandList, g as CommandLoading, h as CommandSeparator } from '../index-ra0AVXfz.mjs';
|
|
2
2
|
import 'react';
|
package/dist/Command/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as Command, b as CommandEmpty, c as CommandGroup, d as CommandInput, e as CommandItem, f as CommandList, g as CommandLoading, h as CommandSeparator } from '../index-
|
|
1
|
+
export { a as Command, b as CommandEmpty, c as CommandGroup, d as CommandInput, e as CommandItem, f as CommandList, g as CommandLoading, h as CommandSeparator } from '../index-ra0AVXfz.js';
|
|
2
2
|
import 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as CommandItemExtension } from '../index-
|
|
3
|
+
import { C as CommandItemExtension } from '../index-ra0AVXfz.mjs';
|
|
4
4
|
|
|
5
5
|
type StringKeys<T> = {
|
|
6
6
|
[K in keyof T]: T[K] extends string ? K : never;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as CommandItemExtension } from '../index-
|
|
3
|
+
import { C as CommandItemExtension } from '../index-ra0AVXfz.js';
|
|
4
4
|
|
|
5
5
|
type StringKeys<T> = {
|
|
6
6
|
[K in keyof T]: T[K] extends string ? K : never;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
Button,
|
|
6
|
-
SpinnerIcon
|
|
7
|
-
} from "./chunk-PDYIMMJH.mjs";
|
|
2
|
+
Button
|
|
3
|
+
} from "./chunk-MABOGCOL.mjs";
|
|
8
4
|
import {
|
|
9
5
|
Checkbox
|
|
10
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-PGRZSZPW.mjs";
|
|
7
|
+
import {
|
|
8
|
+
SearchMdIcon,
|
|
9
|
+
SpinnerIcon,
|
|
10
|
+
XCloseIcon
|
|
11
|
+
} from "./chunk-FCKIVF33.mjs";
|
|
11
12
|
import {
|
|
12
13
|
__objRest,
|
|
13
14
|
__spreadProps,
|
|
@@ -19,54 +20,10 @@ import {
|
|
|
19
20
|
import * as React from "react";
|
|
20
21
|
import { useState } from "react";
|
|
21
22
|
import { Command as CommandPrimitive } from "cmdk";
|
|
22
|
-
|
|
23
|
-
// src/icons/searchMd.tsx
|
|
24
|
-
import { forwardRef } from "react";
|
|
25
23
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
26
|
-
var SearchMdIcon = forwardRef(
|
|
27
|
-
function SearchMdIcon2(_a, ref) {
|
|
28
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
29
|
-
return /* @__PURE__ */ jsxs(
|
|
30
|
-
"svg",
|
|
31
|
-
__spreadProps(__spreadValues({
|
|
32
|
-
ref,
|
|
33
|
-
width: size,
|
|
34
|
-
height: size,
|
|
35
|
-
viewBox: "0 0 24 24",
|
|
36
|
-
fill: "none",
|
|
37
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
-
className
|
|
39
|
-
}, other), {
|
|
40
|
-
children: [
|
|
41
|
-
duotone && /* @__PURE__ */ jsx(
|
|
42
|
-
"path",
|
|
43
|
-
{
|
|
44
|
-
opacity: "0.12",
|
|
45
|
-
d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z",
|
|
46
|
-
fill: "currentColor"
|
|
47
|
-
}
|
|
48
|
-
),
|
|
49
|
-
/* @__PURE__ */ jsx(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
|
|
53
|
-
stroke: "currentColor",
|
|
54
|
-
strokeWidth: "2",
|
|
55
|
-
strokeLinecap: "round",
|
|
56
|
-
strokeLinejoin: "round"
|
|
57
|
-
}
|
|
58
|
-
)
|
|
59
|
-
]
|
|
60
|
-
})
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
);
|
|
64
|
-
|
|
65
|
-
// src/components/Command/Command.tsx
|
|
66
|
-
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
67
24
|
var Command = React.forwardRef((_a, ref) => {
|
|
68
25
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
69
|
-
return /* @__PURE__ */
|
|
26
|
+
return /* @__PURE__ */ jsx(
|
|
70
27
|
CommandPrimitive,
|
|
71
28
|
__spreadValues({
|
|
72
29
|
ref,
|
|
@@ -85,14 +42,14 @@ var CommandInput = React.forwardRef((_a, ref) => {
|
|
|
85
42
|
setVal("");
|
|
86
43
|
onValueChange && onValueChange("");
|
|
87
44
|
};
|
|
88
|
-
return /* @__PURE__ */
|
|
45
|
+
return /* @__PURE__ */ jsxs(
|
|
89
46
|
"div",
|
|
90
47
|
{
|
|
91
48
|
className: "flex items-center gap-2 px-3 border-b border-gray-200",
|
|
92
49
|
"cmdk-input-wrapper": "",
|
|
93
50
|
children: [
|
|
94
|
-
/* @__PURE__ */
|
|
95
|
-
/* @__PURE__ */
|
|
51
|
+
/* @__PURE__ */ jsx(SearchMdIcon, { size: 16, className: "text-gray-900 shrink-0" }),
|
|
52
|
+
/* @__PURE__ */ jsx(
|
|
96
53
|
CommandPrimitive.Input,
|
|
97
54
|
__spreadValues({
|
|
98
55
|
ref,
|
|
@@ -107,7 +64,7 @@ var CommandInput = React.forwardRef((_a, ref) => {
|
|
|
107
64
|
}
|
|
108
65
|
}, props)
|
|
109
66
|
),
|
|
110
|
-
value !== "" && /* @__PURE__ */
|
|
67
|
+
value !== "" && /* @__PURE__ */ jsx(Button, { variant: "ghostGray", size: "xs", icon: true, className: "-mr-2", children: /* @__PURE__ */ jsx(
|
|
111
68
|
XCloseIcon,
|
|
112
69
|
{
|
|
113
70
|
size: "16",
|
|
@@ -124,7 +81,7 @@ var CommandInput = React.forwardRef((_a, ref) => {
|
|
|
124
81
|
CommandInput.displayName = CommandPrimitive.Input.displayName;
|
|
125
82
|
var CommandList = React.forwardRef((_a, ref) => {
|
|
126
83
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
127
|
-
return /* @__PURE__ */
|
|
84
|
+
return /* @__PURE__ */ jsx(
|
|
128
85
|
CommandPrimitive.List,
|
|
129
86
|
__spreadValues({
|
|
130
87
|
ref,
|
|
@@ -138,18 +95,18 @@ var CommandList = React.forwardRef((_a, ref) => {
|
|
|
138
95
|
CommandList.displayName = CommandPrimitive.List.displayName;
|
|
139
96
|
var CommandEmpty = React.forwardRef((_a, ref) => {
|
|
140
97
|
var _b = _a, { children, title, description } = _b, props = __objRest(_b, ["children", "title", "description"]);
|
|
141
|
-
return /* @__PURE__ */
|
|
98
|
+
return /* @__PURE__ */ jsxs(
|
|
142
99
|
CommandPrimitive.Empty,
|
|
143
100
|
__spreadProps(__spreadValues({
|
|
144
101
|
ref,
|
|
145
102
|
className: "flex flex-col gap-4 p-4 text-center"
|
|
146
103
|
}, props), {
|
|
147
104
|
children: [
|
|
148
|
-
(title || description) && /* @__PURE__ */
|
|
149
|
-
title && /* @__PURE__ */
|
|
150
|
-
description && /* @__PURE__ */
|
|
105
|
+
(title || description) && /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-1", children: [
|
|
106
|
+
title && /* @__PURE__ */ jsx("span", { className: "text-sm font-medium text-gray-1000", children: title }),
|
|
107
|
+
description && /* @__PURE__ */ jsx("span", { className: "text-sm font-normal text-gray-700", children: description })
|
|
151
108
|
] }),
|
|
152
|
-
children && /* @__PURE__ */
|
|
109
|
+
children && /* @__PURE__ */ jsx("div", { children })
|
|
153
110
|
]
|
|
154
111
|
})
|
|
155
112
|
);
|
|
@@ -157,12 +114,12 @@ var CommandEmpty = React.forwardRef((_a, ref) => {
|
|
|
157
114
|
CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
|
|
158
115
|
var CommandLoading = React.forwardRef((_a, ref) => {
|
|
159
116
|
var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
|
|
160
|
-
return /* @__PURE__ */
|
|
117
|
+
return /* @__PURE__ */ jsx(CommandPrimitive.Loading, __spreadProps(__spreadValues({ ref }, props), { children: /* @__PURE__ */ jsx("div", { className: "flex justify-center p-4 text-center", children: /* @__PURE__ */ jsx(SpinnerIcon, { className: "text-blue-700 animate-spin" }) }) }));
|
|
161
118
|
});
|
|
162
119
|
CommandLoading.displayName = CommandPrimitive.Loading.displayName;
|
|
163
120
|
var CommandGroup = React.forwardRef((_a, ref) => {
|
|
164
121
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
165
|
-
return /* @__PURE__ */
|
|
122
|
+
return /* @__PURE__ */ jsx(
|
|
166
123
|
CommandPrimitive.Group,
|
|
167
124
|
__spreadValues({
|
|
168
125
|
ref,
|
|
@@ -176,7 +133,7 @@ var CommandGroup = React.forwardRef((_a, ref) => {
|
|
|
176
133
|
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
|
177
134
|
var CommandSeparator = React.forwardRef((_a, ref) => {
|
|
178
135
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
179
|
-
return /* @__PURE__ */
|
|
136
|
+
return /* @__PURE__ */ jsx(
|
|
180
137
|
CommandPrimitive.Separator,
|
|
181
138
|
__spreadValues({
|
|
182
139
|
ref,
|
|
@@ -188,7 +145,7 @@ CommandSeparator.displayName = CommandPrimitive.Separator.displayName;
|
|
|
188
145
|
var CommandItem = React.forwardRef(
|
|
189
146
|
(_a, ref) => {
|
|
190
147
|
var _b = _a, { icon, checkbox, className, checked, children, description } = _b, props = __objRest(_b, ["icon", "checkbox", "className", "checked", "children", "description"]);
|
|
191
|
-
return /* @__PURE__ */
|
|
148
|
+
return /* @__PURE__ */ jsxs(
|
|
192
149
|
CommandPrimitive.Item,
|
|
193
150
|
__spreadProps(__spreadValues({
|
|
194
151
|
ref,
|
|
@@ -198,15 +155,15 @@ var CommandItem = React.forwardRef(
|
|
|
198
155
|
)
|
|
199
156
|
}, props), {
|
|
200
157
|
children: [
|
|
201
|
-
/* @__PURE__ */
|
|
202
|
-
checkbox && /* @__PURE__ */
|
|
158
|
+
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
159
|
+
checkbox && /* @__PURE__ */ jsx(Checkbox, { checked }),
|
|
203
160
|
icon && React.cloneElement(icon, {
|
|
204
161
|
size: 16,
|
|
205
162
|
className: cn("flex-shrink-0", icon.props.className)
|
|
206
163
|
}),
|
|
207
164
|
children
|
|
208
165
|
] }),
|
|
209
|
-
description && /* @__PURE__ */
|
|
166
|
+
description && /* @__PURE__ */ jsx("div", { className: "text-xs text-gray-700", children: description })
|
|
210
167
|
]
|
|
211
168
|
})
|
|
212
169
|
);
|
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__objRest,
|
|
3
|
+
__spreadProps,
|
|
4
|
+
__spreadValues
|
|
5
|
+
} from "./chunk-JKJ6VK4H.mjs";
|
|
6
|
+
|
|
7
|
+
// src/icons/arrowDown.tsx
|
|
8
|
+
import { forwardRef } from "react";
|
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
var ArrowDownIcon = forwardRef(
|
|
11
|
+
function ArrowDownIcon2(_a, ref) {
|
|
12
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
13
|
+
return /* @__PURE__ */ jsx(
|
|
14
|
+
"svg",
|
|
15
|
+
__spreadProps(__spreadValues({
|
|
16
|
+
ref,
|
|
17
|
+
width: size,
|
|
18
|
+
height: size,
|
|
19
|
+
viewBox: "0 0 24 24",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
className
|
|
23
|
+
}, other), {
|
|
24
|
+
children: /* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M12 5V19M12 19L19 12M12 19L5 12",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
strokeWidth: "2",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
})
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
// src/icons/arrowLeft.tsx
|
|
40
|
+
import { forwardRef as forwardRef2 } from "react";
|
|
41
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
42
|
+
var ArrowLeftIcon = forwardRef2(
|
|
43
|
+
function ArrowLeftIcon2(_a, ref) {
|
|
44
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
45
|
+
return /* @__PURE__ */ jsx2(
|
|
46
|
+
"svg",
|
|
47
|
+
__spreadProps(__spreadValues({
|
|
48
|
+
ref,
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
viewBox: "0 0 24 24",
|
|
52
|
+
fill: "none",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
54
|
+
className
|
|
55
|
+
}, other), {
|
|
56
|
+
children: /* @__PURE__ */ jsx2(
|
|
57
|
+
"path",
|
|
58
|
+
{
|
|
59
|
+
d: "M19 12H5M5 12L12 19M5 12L12 5",
|
|
60
|
+
stroke: "currentColor",
|
|
61
|
+
strokeWidth: "2",
|
|
62
|
+
strokeLinecap: "round",
|
|
63
|
+
strokeLinejoin: "round"
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
})
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
|
|
71
|
+
// src/icons/arrowRight.tsx
|
|
72
|
+
import { forwardRef as forwardRef3 } from "react";
|
|
73
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
74
|
+
var ArrowRightIcon = forwardRef3(
|
|
75
|
+
function ArrowRightIcon2(_a, ref) {
|
|
76
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
77
|
+
return /* @__PURE__ */ jsx3(
|
|
78
|
+
"svg",
|
|
79
|
+
__spreadProps(__spreadValues({
|
|
80
|
+
ref,
|
|
81
|
+
width: size,
|
|
82
|
+
height: size,
|
|
83
|
+
viewBox: "0 0 24 24",
|
|
84
|
+
fill: "none",
|
|
85
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
86
|
+
className
|
|
87
|
+
}, other), {
|
|
88
|
+
children: /* @__PURE__ */ jsx3(
|
|
89
|
+
"path",
|
|
90
|
+
{
|
|
91
|
+
d: "M5 12H19M19 12L12 5M19 12L12 19",
|
|
92
|
+
stroke: "currentColor",
|
|
93
|
+
strokeWidth: "2",
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round"
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
})
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
);
|
|
102
|
+
|
|
103
|
+
// src/icons/arrowUp.tsx
|
|
104
|
+
import { forwardRef as forwardRef4 } from "react";
|
|
105
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
106
|
+
var ArrowUpIcon = forwardRef4(
|
|
107
|
+
function ArrowUpIcon2(_a, ref) {
|
|
108
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
109
|
+
return /* @__PURE__ */ jsx4(
|
|
110
|
+
"svg",
|
|
111
|
+
__spreadProps(__spreadValues({
|
|
112
|
+
ref,
|
|
113
|
+
width: size,
|
|
114
|
+
height: size,
|
|
115
|
+
viewBox: "0 0 24 24",
|
|
116
|
+
fill: "none",
|
|
117
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
118
|
+
className
|
|
119
|
+
}, other), {
|
|
120
|
+
children: /* @__PURE__ */ jsx4(
|
|
121
|
+
"path",
|
|
122
|
+
{
|
|
123
|
+
d: "M12 19V5M12 5L5 12M12 5L19 12",
|
|
124
|
+
stroke: "currentColor",
|
|
125
|
+
strokeWidth: "2",
|
|
126
|
+
strokeLinecap: "round",
|
|
127
|
+
strokeLinejoin: "round"
|
|
128
|
+
}
|
|
129
|
+
)
|
|
130
|
+
})
|
|
131
|
+
);
|
|
132
|
+
}
|
|
133
|
+
);
|
|
134
|
+
|
|
135
|
+
// src/icons/check.tsx
|
|
136
|
+
import { forwardRef as forwardRef5 } from "react";
|
|
137
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
138
|
+
var CheckIcon = forwardRef5(
|
|
139
|
+
function CheckIcon2(_a, ref) {
|
|
140
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
141
|
+
return /* @__PURE__ */ jsx5(
|
|
142
|
+
"svg",
|
|
143
|
+
__spreadProps(__spreadValues({
|
|
144
|
+
ref,
|
|
145
|
+
width: size,
|
|
146
|
+
height: size,
|
|
147
|
+
viewBox: "0 0 24 24",
|
|
148
|
+
fill: "none",
|
|
149
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
150
|
+
className
|
|
151
|
+
}, other), {
|
|
152
|
+
children: /* @__PURE__ */ jsx5(
|
|
153
|
+
"path",
|
|
154
|
+
{
|
|
155
|
+
d: "M20 6L9 17L4 12",
|
|
156
|
+
stroke: "currentColor",
|
|
157
|
+
strokeWidth: "2",
|
|
158
|
+
strokeLinecap: "round",
|
|
159
|
+
strokeLinejoin: "round"
|
|
160
|
+
}
|
|
161
|
+
)
|
|
162
|
+
})
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
);
|
|
166
|
+
|
|
167
|
+
// src/icons/chevronLeft.tsx
|
|
168
|
+
import { forwardRef as forwardRef6 } from "react";
|
|
169
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
170
|
+
var ChevronLeftIcon = forwardRef6(
|
|
171
|
+
function ChevronLeftIcon2(_a, ref) {
|
|
172
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
173
|
+
return /* @__PURE__ */ jsx6(
|
|
174
|
+
"svg",
|
|
175
|
+
__spreadProps(__spreadValues({
|
|
176
|
+
ref,
|
|
177
|
+
width: size,
|
|
178
|
+
height: size,
|
|
179
|
+
viewBox: "0 0 24 24",
|
|
180
|
+
fill: "none",
|
|
181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
182
|
+
className
|
|
183
|
+
}, other), {
|
|
184
|
+
children: /* @__PURE__ */ jsx6(
|
|
185
|
+
"path",
|
|
186
|
+
{
|
|
187
|
+
d: "M15 18L9 12L15 6",
|
|
188
|
+
stroke: "currentColor",
|
|
189
|
+
strokeWidth: "2",
|
|
190
|
+
strokeLinecap: "round",
|
|
191
|
+
strokeLinejoin: "round"
|
|
192
|
+
}
|
|
193
|
+
)
|
|
194
|
+
})
|
|
195
|
+
);
|
|
196
|
+
}
|
|
197
|
+
);
|
|
198
|
+
|
|
199
|
+
// src/icons/chevronLeftDouble.tsx
|
|
200
|
+
import { forwardRef as forwardRef7 } from "react";
|
|
201
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
202
|
+
var ChevronLeftDoubleIcon = forwardRef7(
|
|
203
|
+
function ChevronLeftDoubleIcon2(_a, ref) {
|
|
204
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
205
|
+
return /* @__PURE__ */ jsx7(
|
|
206
|
+
"svg",
|
|
207
|
+
__spreadProps(__spreadValues({
|
|
208
|
+
ref,
|
|
209
|
+
width: size,
|
|
210
|
+
height: size,
|
|
211
|
+
viewBox: "0 0 24 24",
|
|
212
|
+
fill: "none",
|
|
213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
214
|
+
className
|
|
215
|
+
}, other), {
|
|
216
|
+
children: /* @__PURE__ */ jsx7(
|
|
217
|
+
"path",
|
|
218
|
+
{
|
|
219
|
+
d: "M18 17L13 12L18 7M11 17L6 12L11 7",
|
|
220
|
+
stroke: "currentColor",
|
|
221
|
+
strokeWidth: "2",
|
|
222
|
+
strokeLinecap: "round",
|
|
223
|
+
strokeLinejoin: "round"
|
|
224
|
+
}
|
|
225
|
+
)
|
|
226
|
+
})
|
|
227
|
+
);
|
|
228
|
+
}
|
|
229
|
+
);
|
|
230
|
+
|
|
231
|
+
// src/icons/chevronRight.tsx
|
|
232
|
+
import { forwardRef as forwardRef8 } from "react";
|
|
233
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
234
|
+
var ChevronRightIcon = forwardRef8(
|
|
235
|
+
function ChevronRightIcon2(_a, ref) {
|
|
236
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
237
|
+
return /* @__PURE__ */ jsx8(
|
|
238
|
+
"svg",
|
|
239
|
+
__spreadProps(__spreadValues({
|
|
240
|
+
ref,
|
|
241
|
+
width: size,
|
|
242
|
+
height: size,
|
|
243
|
+
viewBox: "0 0 24 24",
|
|
244
|
+
fill: "none",
|
|
245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
246
|
+
className
|
|
247
|
+
}, other), {
|
|
248
|
+
children: /* @__PURE__ */ jsx8(
|
|
249
|
+
"path",
|
|
250
|
+
{
|
|
251
|
+
d: "M9 18L15 12L9 6",
|
|
252
|
+
stroke: "currentColor",
|
|
253
|
+
strokeWidth: "2",
|
|
254
|
+
strokeLinecap: "round",
|
|
255
|
+
strokeLinejoin: "round"
|
|
256
|
+
}
|
|
257
|
+
)
|
|
258
|
+
})
|
|
259
|
+
);
|
|
260
|
+
}
|
|
261
|
+
);
|
|
262
|
+
|
|
263
|
+
// src/icons/chevronRightDouble.tsx
|
|
264
|
+
import { forwardRef as forwardRef9 } from "react";
|
|
265
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
266
|
+
var ChevronRightDoubleIcon = forwardRef9(
|
|
267
|
+
function ChevronRightDoubleIcon2(_a, ref) {
|
|
268
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
269
|
+
return /* @__PURE__ */ jsx9(
|
|
270
|
+
"svg",
|
|
271
|
+
__spreadProps(__spreadValues({
|
|
272
|
+
ref,
|
|
273
|
+
width: size,
|
|
274
|
+
height: size,
|
|
275
|
+
viewBox: "0 0 24 24",
|
|
276
|
+
fill: "none",
|
|
277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
278
|
+
className
|
|
279
|
+
}, other), {
|
|
280
|
+
children: /* @__PURE__ */ jsx9(
|
|
281
|
+
"path",
|
|
282
|
+
{
|
|
283
|
+
d: "M6 17L11 12L6 7M13 17L18 12L13 7",
|
|
284
|
+
stroke: "currentColor",
|
|
285
|
+
strokeWidth: "2",
|
|
286
|
+
strokeLinecap: "round",
|
|
287
|
+
strokeLinejoin: "round"
|
|
288
|
+
}
|
|
289
|
+
)
|
|
290
|
+
})
|
|
291
|
+
);
|
|
292
|
+
}
|
|
293
|
+
);
|
|
294
|
+
|
|
295
|
+
// src/icons/chevronSelectorVertical.tsx
|
|
296
|
+
import { forwardRef as forwardRef10 } from "react";
|
|
297
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
298
|
+
var ChevronSelectorVerticalIcon = forwardRef10(
|
|
299
|
+
function ChevronSelectorVerticalIcon2(_a, ref) {
|
|
300
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
301
|
+
return /* @__PURE__ */ jsx10(
|
|
302
|
+
"svg",
|
|
303
|
+
__spreadProps(__spreadValues({
|
|
304
|
+
ref,
|
|
305
|
+
width: size,
|
|
306
|
+
height: size,
|
|
307
|
+
viewBox: "0 0 24 24",
|
|
308
|
+
fill: "none",
|
|
309
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
310
|
+
className
|
|
311
|
+
}, other), {
|
|
312
|
+
children: /* @__PURE__ */ jsx10(
|
|
313
|
+
"path",
|
|
314
|
+
{
|
|
315
|
+
d: "M7 15L12 20L17 15M7 9L12 4L17 9",
|
|
316
|
+
stroke: "currentColor",
|
|
317
|
+
strokeWidth: "2",
|
|
318
|
+
strokeLinecap: "round",
|
|
319
|
+
strokeLinejoin: "round"
|
|
320
|
+
}
|
|
321
|
+
)
|
|
322
|
+
})
|
|
323
|
+
);
|
|
324
|
+
}
|
|
325
|
+
);
|
|
326
|
+
|
|
327
|
+
// src/icons/searchMd.tsx
|
|
328
|
+
import { forwardRef as forwardRef11 } from "react";
|
|
329
|
+
import { jsx as jsx11, jsxs } from "react/jsx-runtime";
|
|
330
|
+
var SearchMdIcon = forwardRef11(
|
|
331
|
+
function SearchMdIcon2(_a, ref) {
|
|
332
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
333
|
+
return /* @__PURE__ */ jsxs(
|
|
334
|
+
"svg",
|
|
335
|
+
__spreadProps(__spreadValues({
|
|
336
|
+
ref,
|
|
337
|
+
width: size,
|
|
338
|
+
height: size,
|
|
339
|
+
viewBox: "0 0 24 24",
|
|
340
|
+
fill: "none",
|
|
341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
342
|
+
className
|
|
343
|
+
}, other), {
|
|
344
|
+
children: [
|
|
345
|
+
duotone && /* @__PURE__ */ jsx11(
|
|
346
|
+
"path",
|
|
347
|
+
{
|
|
348
|
+
opacity: "0.12",
|
|
349
|
+
d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z",
|
|
350
|
+
fill: "currentColor"
|
|
351
|
+
}
|
|
352
|
+
),
|
|
353
|
+
/* @__PURE__ */ jsx11(
|
|
354
|
+
"path",
|
|
355
|
+
{
|
|
356
|
+
d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
|
|
357
|
+
stroke: "currentColor",
|
|
358
|
+
strokeWidth: "2",
|
|
359
|
+
strokeLinecap: "round",
|
|
360
|
+
strokeLinejoin: "round"
|
|
361
|
+
}
|
|
362
|
+
)
|
|
363
|
+
]
|
|
364
|
+
})
|
|
365
|
+
);
|
|
366
|
+
}
|
|
367
|
+
);
|
|
368
|
+
|
|
369
|
+
// src/icons/spinner.tsx
|
|
370
|
+
import { forwardRef as forwardRef12 } from "react";
|
|
371
|
+
import { jsx as jsx12, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
372
|
+
var SpinnerIcon = forwardRef12(
|
|
373
|
+
function SpinnerIcon2(_a, ref) {
|
|
374
|
+
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
375
|
+
return /* @__PURE__ */ jsxs2(
|
|
376
|
+
"svg",
|
|
377
|
+
__spreadProps(__spreadValues({
|
|
378
|
+
ref,
|
|
379
|
+
width: size,
|
|
380
|
+
height: size,
|
|
381
|
+
viewBox: "0 0 25 24",
|
|
382
|
+
fill: "none",
|
|
383
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
384
|
+
className
|
|
385
|
+
}, other), {
|
|
386
|
+
children: [
|
|
387
|
+
/* @__PURE__ */ jsx12(
|
|
388
|
+
"path",
|
|
389
|
+
{
|
|
390
|
+
opacity: "0.12",
|
|
391
|
+
d: "M24.5 12C24.5 18.6274 19.1274 24 12.5 24C5.87258 24 0.5 18.6274 0.5 12C0.5 5.37258 5.87258 0 12.5 0C19.1274 0 24.5 5.37258 24.5 12ZM3.668 12C3.668 16.8778 7.62222 20.832 12.5 20.832C17.3778 20.832 21.332 16.8778 21.332 12C21.332 7.12222 17.3778 3.168 12.5 3.168C7.62222 3.168 3.668 7.12222 3.668 12Z",
|
|
392
|
+
fill: "currentColor"
|
|
393
|
+
}
|
|
394
|
+
),
|
|
395
|
+
/* @__PURE__ */ jsx12(
|
|
396
|
+
"path",
|
|
397
|
+
{
|
|
398
|
+
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
399
|
+
fill: "currentColor"
|
|
400
|
+
}
|
|
401
|
+
)
|
|
402
|
+
]
|
|
403
|
+
})
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
);
|
|
407
|
+
|
|
408
|
+
// src/icons/xClose.tsx
|
|
409
|
+
import { forwardRef as forwardRef13 } from "react";
|
|
410
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
411
|
+
var XCloseIcon = forwardRef13(
|
|
412
|
+
function XCloseIcon2(_a, ref) {
|
|
413
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
414
|
+
return /* @__PURE__ */ jsx13(
|
|
415
|
+
"svg",
|
|
416
|
+
__spreadProps(__spreadValues({
|
|
417
|
+
ref,
|
|
418
|
+
width: size,
|
|
419
|
+
height: size,
|
|
420
|
+
viewBox: "0 0 24 24",
|
|
421
|
+
fill: "none",
|
|
422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
423
|
+
className
|
|
424
|
+
}, other), {
|
|
425
|
+
children: /* @__PURE__ */ jsx13(
|
|
426
|
+
"path",
|
|
427
|
+
{
|
|
428
|
+
d: "M18 6L6 18M6 6L18 18",
|
|
429
|
+
stroke: "currentColor",
|
|
430
|
+
strokeWidth: "2",
|
|
431
|
+
strokeLinecap: "round",
|
|
432
|
+
strokeLinejoin: "round"
|
|
433
|
+
}
|
|
434
|
+
)
|
|
435
|
+
})
|
|
436
|
+
);
|
|
437
|
+
}
|
|
438
|
+
);
|
|
439
|
+
|
|
440
|
+
export {
|
|
441
|
+
ArrowDownIcon,
|
|
442
|
+
ArrowLeftIcon,
|
|
443
|
+
ArrowRightIcon,
|
|
444
|
+
ArrowUpIcon,
|
|
445
|
+
CheckIcon,
|
|
446
|
+
ChevronLeftIcon,
|
|
447
|
+
ChevronLeftDoubleIcon,
|
|
448
|
+
ChevronRightIcon,
|
|
449
|
+
ChevronRightDoubleIcon,
|
|
450
|
+
ChevronSelectorVerticalIcon,
|
|
451
|
+
SearchMdIcon,
|
|
452
|
+
SpinnerIcon,
|
|
453
|
+
XCloseIcon
|
|
454
|
+
};
|