am-shared-assets 1.1.3 → 1.1.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/essetionalIcons.d.ts +6 -0
- package/dist/essetionalIcons.js +467 -0
- package/dist/icons/components/essetional/NotificationBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/NotificationBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/NotificationBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/NotificationLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/NotificationOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/NotificationTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/index.d.ts +67 -26
- package/dist/icons/index.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const n = ({
|
|
3
|
+
color: r,
|
|
4
|
+
size: t = 24
|
|
5
|
+
}) => /* @__PURE__ */ e(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: t,
|
|
9
|
+
height: t,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
style: { color: r },
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M19.3399 14.49L18.3399 12.83C18.1299 12.46 17.9399 11.76 17.9399 11.35V8.82C17.9399 6.47 16.5599 4.44 14.5699 3.49C14.0499 2.57 13.0899 2 11.9899 2C10.8999 2 9.91994 2.59 9.39994 3.52C7.44994 4.49 6.09994 6.5 6.09994 8.82V11.35C6.09994 11.76 5.90994 12.46 5.69994 12.82L4.68994 14.49C4.28994 15.16 4.19994 15.9 4.44994 16.58C4.68994 17.25 5.25994 17.77 5.99994 18.02C7.93994 18.68 9.97994 19 12.0199 19C14.0599 19 16.0999 18.68 18.0399 18.03C18.7399 17.8 19.2799 17.27 19.5399 16.58C19.7999 15.89 19.7299 15.13 19.3399 14.49Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ o(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
), l = ({
|
|
32
|
+
color: r,
|
|
33
|
+
size: t = 24
|
|
34
|
+
}) => /* @__PURE__ */ e(
|
|
35
|
+
"svg",
|
|
36
|
+
{
|
|
37
|
+
width: t,
|
|
38
|
+
height: t,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
fill: "none",
|
|
41
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
+
style: { color: r },
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ o(
|
|
45
|
+
"path",
|
|
46
|
+
{
|
|
47
|
+
d: "M18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702",
|
|
48
|
+
stroke: "currentColor",
|
|
49
|
+
"stroke-width": "1.5",
|
|
50
|
+
"stroke-miterlimit": "10",
|
|
51
|
+
"stroke-linecap": "round"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ o(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
d: "M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z",
|
|
58
|
+
stroke: "currentColor",
|
|
59
|
+
"stroke-width": "1.5",
|
|
60
|
+
"stroke-miterlimit": "10",
|
|
61
|
+
"stroke-linecap": "round",
|
|
62
|
+
"stroke-linejoin": "round"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ o(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601",
|
|
69
|
+
stroke: "currentColor",
|
|
70
|
+
"stroke-width": "1.5",
|
|
71
|
+
"stroke-miterlimit": "10"
|
|
72
|
+
}
|
|
73
|
+
)
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
), i = ({
|
|
77
|
+
color: r,
|
|
78
|
+
size: t = 24
|
|
79
|
+
}) => /* @__PURE__ */ e(
|
|
80
|
+
"svg",
|
|
81
|
+
{
|
|
82
|
+
width: t,
|
|
83
|
+
height: t,
|
|
84
|
+
viewBox: "0 0 24 24",
|
|
85
|
+
fill: "none",
|
|
86
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
87
|
+
style: { color: r },
|
|
88
|
+
children: [
|
|
89
|
+
/* @__PURE__ */ o(
|
|
90
|
+
"path",
|
|
91
|
+
{
|
|
92
|
+
opacity: "0.4",
|
|
93
|
+
d: "M19.3399 14.4899L18.3399 12.8299C18.1299 12.4599 17.9399 11.7599 17.9399 11.3499V8.8199C17.9399 5.5599 15.2899 2.8999 12.0199 2.8999C8.74994 2.8999 6.09994 5.5599 6.09994 8.8199V11.3499C6.09994 11.7599 5.90994 12.4599 5.69994 12.8199L4.68994 14.4899C4.28994 15.1599 4.19994 15.8999 4.44994 16.5799C4.68994 17.2499 5.25994 17.7699 5.99994 18.0199C7.93994 18.6799 9.97994 18.9999 12.0199 18.9999C14.0599 18.9999 16.0999 18.6799 18.0399 18.0299C18.7399 17.7999 19.2799 17.2699 19.5399 16.5799C19.7999 15.8899 19.7299 15.1299 19.3399 14.4899Z",
|
|
94
|
+
fill: "currentColor"
|
|
95
|
+
}
|
|
96
|
+
),
|
|
97
|
+
/* @__PURE__ */ o(
|
|
98
|
+
"path",
|
|
99
|
+
{
|
|
100
|
+
d: "M14.2498 3.32C13.5598 3.05 12.8098 2.9 12.0198 2.9C11.2398 2.9 10.4898 3.04 9.7998 3.32C10.2298 2.51 11.0798 2 12.0198 2C12.9698 2 13.8098 2.51 14.2498 3.32Z",
|
|
101
|
+
fill: "currentColor"
|
|
102
|
+
}
|
|
103
|
+
),
|
|
104
|
+
/* @__PURE__ */ o(
|
|
105
|
+
"path",
|
|
106
|
+
{
|
|
107
|
+
d: "M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z",
|
|
108
|
+
fill: "currentColor"
|
|
109
|
+
}
|
|
110
|
+
)
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
), C = ({
|
|
114
|
+
color: r,
|
|
115
|
+
size: t = 24
|
|
116
|
+
}) => /* @__PURE__ */ e(
|
|
117
|
+
"svg",
|
|
118
|
+
{
|
|
119
|
+
width: t,
|
|
120
|
+
height: t,
|
|
121
|
+
viewBox: "0 0 24 24",
|
|
122
|
+
fill: "none",
|
|
123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
124
|
+
style: { color: r },
|
|
125
|
+
children: [
|
|
126
|
+
/* @__PURE__ */ o(
|
|
127
|
+
"path",
|
|
128
|
+
{
|
|
129
|
+
d: "M12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702L18.5796 13.8602C18.2796 13.3402 18.0196 12.4102 18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016Z",
|
|
130
|
+
stroke: "currentColor",
|
|
131
|
+
"stroke-width": "1.5",
|
|
132
|
+
"stroke-miterlimit": "10",
|
|
133
|
+
"stroke-linecap": "round"
|
|
134
|
+
}
|
|
135
|
+
),
|
|
136
|
+
/* @__PURE__ */ o(
|
|
137
|
+
"path",
|
|
138
|
+
{
|
|
139
|
+
d: "M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z",
|
|
140
|
+
stroke: "currentColor",
|
|
141
|
+
"stroke-width": "1.5",
|
|
142
|
+
"stroke-miterlimit": "10",
|
|
143
|
+
"stroke-linecap": "round",
|
|
144
|
+
"stroke-linejoin": "round"
|
|
145
|
+
}
|
|
146
|
+
),
|
|
147
|
+
/* @__PURE__ */ o(
|
|
148
|
+
"path",
|
|
149
|
+
{
|
|
150
|
+
d: "M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601",
|
|
151
|
+
stroke: "currentColor",
|
|
152
|
+
"stroke-width": "1.5",
|
|
153
|
+
"stroke-miterlimit": "10"
|
|
154
|
+
}
|
|
155
|
+
)
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
), c = ({
|
|
159
|
+
color: r,
|
|
160
|
+
size: t = 24
|
|
161
|
+
}) => /* @__PURE__ */ e(
|
|
162
|
+
"svg",
|
|
163
|
+
{
|
|
164
|
+
width: t,
|
|
165
|
+
height: t,
|
|
166
|
+
viewBox: "0 0 24 24",
|
|
167
|
+
fill: "none",
|
|
168
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
169
|
+
style: { color: r },
|
|
170
|
+
children: [
|
|
171
|
+
/* @__PURE__ */ o(
|
|
172
|
+
"path",
|
|
173
|
+
{
|
|
174
|
+
d: "M12.0199 20.5299C9.68987 20.5299 7.35987 20.1599 5.14987 19.4199C4.30987 19.1299 3.66987 18.5399 3.38987 17.7699C3.09987 16.9999 3.19987 16.1499 3.65987 15.3899L4.80987 13.4799C5.04987 13.0799 5.26987 12.2799 5.26987 11.8099V8.91992C5.26987 5.19992 8.29987 2.16992 12.0199 2.16992C15.7399 2.16992 18.7699 5.19992 18.7699 8.91992V11.8099C18.7699 12.2699 18.9899 13.0799 19.2299 13.4899L20.3699 15.3899C20.7999 16.1099 20.8799 16.9799 20.5899 17.7699C20.2999 18.5599 19.6699 19.1599 18.8799 19.4199C16.6799 20.1599 14.3499 20.5299 12.0199 20.5299ZM12.0199 3.66992C9.12987 3.66992 6.76987 6.01992 6.76987 8.91992V11.8099C6.76987 12.5399 6.46987 13.6199 6.09987 14.2499L4.94987 16.1599C4.72987 16.5299 4.66987 16.9199 4.79987 17.2499C4.91987 17.5899 5.21987 17.8499 5.62987 17.9899C9.80987 19.3899 14.2399 19.3899 18.4199 17.9899C18.7799 17.8699 19.0599 17.5999 19.1899 17.2399C19.3199 16.8799 19.2899 16.4899 19.0899 16.1599L17.9399 14.2499C17.5599 13.5999 17.2699 12.5299 17.2699 11.7999V8.91992C17.2699 6.01992 14.9199 3.66992 12.0199 3.66992Z",
|
|
175
|
+
fill: "currentColor"
|
|
176
|
+
}
|
|
177
|
+
),
|
|
178
|
+
/* @__PURE__ */ o(
|
|
179
|
+
"path",
|
|
180
|
+
{
|
|
181
|
+
d: "M13.8796 3.94018C13.8096 3.94018 13.7396 3.93018 13.6696 3.91018C13.3796 3.83018 13.0996 3.77018 12.8296 3.73018C11.9796 3.62018 11.1596 3.68018 10.3896 3.91018C10.1096 4.00018 9.80963 3.91018 9.61963 3.70018C9.42963 3.49018 9.36963 3.19018 9.47963 2.92018C9.88963 1.87018 10.8896 1.18018 12.0296 1.18018C13.1696 1.18018 14.1696 1.86018 14.5796 2.92018C14.6796 3.19018 14.6296 3.49018 14.4396 3.70018C14.2896 3.86018 14.0796 3.94018 13.8796 3.94018Z",
|
|
182
|
+
fill: "currentColor"
|
|
183
|
+
}
|
|
184
|
+
),
|
|
185
|
+
/* @__PURE__ */ o(
|
|
186
|
+
"path",
|
|
187
|
+
{
|
|
188
|
+
d: "M12.0195 22.8101C11.0295 22.8101 10.0695 22.4101 9.36953 21.7101C8.66953 21.0101 8.26953 20.0501 8.26953 19.0601H9.76953C9.76953 19.6501 10.0095 20.2301 10.4295 20.6501C10.8495 21.0701 11.4295 21.3101 12.0195 21.3101C13.2595 21.3101 14.2695 20.3001 14.2695 19.0601H15.7695C15.7695 21.1301 14.0895 22.8101 12.0195 22.8101Z",
|
|
189
|
+
fill: "currentColor"
|
|
190
|
+
}
|
|
191
|
+
)
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
), h = ({
|
|
195
|
+
color: r,
|
|
196
|
+
size: t = 24
|
|
197
|
+
}) => /* @__PURE__ */ e(
|
|
198
|
+
"svg",
|
|
199
|
+
{
|
|
200
|
+
width: t,
|
|
201
|
+
height: t,
|
|
202
|
+
viewBox: "0 0 24 24",
|
|
203
|
+
fill: "none",
|
|
204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
205
|
+
style: { color: r },
|
|
206
|
+
children: [
|
|
207
|
+
/* @__PURE__ */ o(
|
|
208
|
+
"path",
|
|
209
|
+
{
|
|
210
|
+
d: "M12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702L18.5796 13.8602C18.2796 13.3402 18.0196 12.4102 18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016Z",
|
|
211
|
+
stroke: "currentColor",
|
|
212
|
+
"stroke-width": "1.5",
|
|
213
|
+
"stroke-miterlimit": "10",
|
|
214
|
+
"stroke-linecap": "round"
|
|
215
|
+
}
|
|
216
|
+
),
|
|
217
|
+
/* @__PURE__ */ o(
|
|
218
|
+
"path",
|
|
219
|
+
{
|
|
220
|
+
d: "M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z",
|
|
221
|
+
stroke: "currentColor",
|
|
222
|
+
"stroke-width": "1.5",
|
|
223
|
+
"stroke-miterlimit": "10",
|
|
224
|
+
"stroke-linecap": "round",
|
|
225
|
+
"stroke-linejoin": "round"
|
|
226
|
+
}
|
|
227
|
+
),
|
|
228
|
+
/* @__PURE__ */ o(
|
|
229
|
+
"path",
|
|
230
|
+
{
|
|
231
|
+
opacity: "0.4",
|
|
232
|
+
d: "M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601",
|
|
233
|
+
stroke: "currentColor",
|
|
234
|
+
"stroke-width": "1.5",
|
|
235
|
+
"stroke-miterlimit": "10"
|
|
236
|
+
}
|
|
237
|
+
)
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
), s = ({
|
|
241
|
+
color: r,
|
|
242
|
+
size: t = 24
|
|
243
|
+
}) => /* @__PURE__ */ o(
|
|
244
|
+
"svg",
|
|
245
|
+
{
|
|
246
|
+
width: t,
|
|
247
|
+
height: t,
|
|
248
|
+
viewBox: "0 0 24 24",
|
|
249
|
+
fill: "none",
|
|
250
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
251
|
+
style: { color: r },
|
|
252
|
+
children: /* @__PURE__ */ o(
|
|
253
|
+
"path",
|
|
254
|
+
{
|
|
255
|
+
d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82ZM19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Zm-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75Zm.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
256
|
+
fill: "currentColor"
|
|
257
|
+
}
|
|
258
|
+
)
|
|
259
|
+
}
|
|
260
|
+
), d = ({
|
|
261
|
+
color: r,
|
|
262
|
+
size: t = 24
|
|
263
|
+
}) => /* @__PURE__ */ o(
|
|
264
|
+
"svg",
|
|
265
|
+
{
|
|
266
|
+
width: t,
|
|
267
|
+
height: t,
|
|
268
|
+
viewBox: "0 0 24 24",
|
|
269
|
+
fill: "none",
|
|
270
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
271
|
+
style: { color: r },
|
|
272
|
+
children: /* @__PURE__ */ o(
|
|
273
|
+
"path",
|
|
274
|
+
{
|
|
275
|
+
d: "M21 5.98c-3.33-.33-6.68-.5-10.02-.5-1.98 0-3.96.1-5.94.3L3 5.98M8.5 4.97l.22-1.31C8.88 2.71 9 2 10.69 2h2.62c1.69 0 1.82.75 1.97 1.67l.22 1.3M15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M18.85 9.14l-.65 10.07M10.33 16.5h3.33M12.82 12.5h1.68M9.5 12.5h.83",
|
|
276
|
+
stroke: "currentColor",
|
|
277
|
+
strokeWidth: 1.5,
|
|
278
|
+
strokeLinecap: "round",
|
|
279
|
+
strokeLinejoin: "round"
|
|
280
|
+
}
|
|
281
|
+
)
|
|
282
|
+
}
|
|
283
|
+
), w = ({
|
|
284
|
+
color: r,
|
|
285
|
+
size: t = 24
|
|
286
|
+
}) => /* @__PURE__ */ e(
|
|
287
|
+
"svg",
|
|
288
|
+
{
|
|
289
|
+
width: t,
|
|
290
|
+
height: t,
|
|
291
|
+
viewBox: "0 0 24 24",
|
|
292
|
+
fill: "none",
|
|
293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
294
|
+
style: { color: r },
|
|
295
|
+
children: [
|
|
296
|
+
/* @__PURE__ */ o(
|
|
297
|
+
"path",
|
|
298
|
+
{
|
|
299
|
+
d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82Z",
|
|
300
|
+
fill: "currentColor"
|
|
301
|
+
}
|
|
302
|
+
),
|
|
303
|
+
/* @__PURE__ */ o(
|
|
304
|
+
"path",
|
|
305
|
+
{
|
|
306
|
+
opacity: 0.399,
|
|
307
|
+
d: "M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Z",
|
|
308
|
+
fill: "currentColor"
|
|
309
|
+
}
|
|
310
|
+
),
|
|
311
|
+
/* @__PURE__ */ o(
|
|
312
|
+
"path",
|
|
313
|
+
{
|
|
314
|
+
fillRule: "evenodd",
|
|
315
|
+
clipRule: "evenodd",
|
|
316
|
+
d: "M9.58 17a.75.75 0 0 1 .75-.75h3.33a.75.75 0 0 1 0 1.5h-3.33a.75.75 0 0 1-.75-.75ZM8.75 13a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Z",
|
|
317
|
+
fill: "currentColor"
|
|
318
|
+
}
|
|
319
|
+
)
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
), a = ({
|
|
323
|
+
color: r,
|
|
324
|
+
size: t = 24
|
|
325
|
+
}) => /* @__PURE__ */ o(
|
|
326
|
+
"svg",
|
|
327
|
+
{
|
|
328
|
+
width: t,
|
|
329
|
+
height: t,
|
|
330
|
+
viewBox: "0 0 24 24",
|
|
331
|
+
fill: "none",
|
|
332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
333
|
+
style: { color: r },
|
|
334
|
+
children: /* @__PURE__ */ o(
|
|
335
|
+
"path",
|
|
336
|
+
{
|
|
337
|
+
d: "M21 5.98c-3.33-.33-6.68-.5-10.02-.5-1.98 0-3.96.1-5.94.3L3 5.98M8.5 4.97l.22-1.31C8.88 2.71 9 2 10.69 2h2.62c1.69 0 1.82.75 1.97 1.67l.22 1.3M18.85 9.14l-.65 10.07C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5h3.33M9.5 12.5h5",
|
|
338
|
+
stroke: "currentColor",
|
|
339
|
+
strokeWidth: 1.5,
|
|
340
|
+
strokeLinecap: "round",
|
|
341
|
+
strokeLinejoin: "round"
|
|
342
|
+
}
|
|
343
|
+
)
|
|
344
|
+
}
|
|
345
|
+
), k = ({
|
|
346
|
+
color: r,
|
|
347
|
+
size: t = 24
|
|
348
|
+
}) => /* @__PURE__ */ e(
|
|
349
|
+
"svg",
|
|
350
|
+
{
|
|
351
|
+
width: t,
|
|
352
|
+
height: t,
|
|
353
|
+
viewBox: "0 0 24 24",
|
|
354
|
+
fill: "none",
|
|
355
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
356
|
+
style: { color: r },
|
|
357
|
+
children: [
|
|
358
|
+
/* @__PURE__ */ o(
|
|
359
|
+
"path",
|
|
360
|
+
{
|
|
361
|
+
d: "M21 6.73h-.08c-5.29-.53-10.57-.73-15.8-.2l-2.04.2a.755.755 0 0 1-.83-.68c-.04-.42.26-.78.67-.82l2.04-.2c5.32-.54 10.71-.33 16.11.2.41.04.71.41.67.82a.74.74 0 0 1-.74.68Z",
|
|
362
|
+
fill: "currentColor"
|
|
363
|
+
}
|
|
364
|
+
),
|
|
365
|
+
/* @__PURE__ */ o(
|
|
366
|
+
"path",
|
|
367
|
+
{
|
|
368
|
+
d: "M8.5 5.72c-.04 0-.08 0-.13-.01a.753.753 0 0 1-.61-.86l.22-1.31c.16-.96.38-2.29 2.71-2.29h2.62c2.34 0 2.56 1.38 2.71 2.3l.22 1.3c.07.41-.21.8-.61.86-.41.07-.8-.21-.86-.61l-.22-1.3c-.14-.87-.17-1.04-1.23-1.04H10.7c-1.06 0-1.08.14-1.23 1.03l-.23 1.3a.75.75 0 0 1-.74.63ZM15.21 22.75H8.79c-3.49 0-3.63-1.93-3.74-3.49L4.4 9.19c-.03-.41.29-.77.7-.8.42-.02.77.29.8.7l.65 10.07c.11 1.52.15 2.09 2.24 2.09h6.42c2.1 0 2.14-.57 2.24-2.09l.65-10.07c.03-.41.39-.72.8-.7.41.03.73.38.7.8l-.65 10.07c-.11 1.56-.25 3.49-3.74 3.49Z",
|
|
369
|
+
fill: "currentColor"
|
|
370
|
+
}
|
|
371
|
+
),
|
|
372
|
+
/* @__PURE__ */ o(
|
|
373
|
+
"path",
|
|
374
|
+
{
|
|
375
|
+
d: "M13.66 17.25h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75ZM14.5 13.25h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
376
|
+
fill: "currentColor"
|
|
377
|
+
}
|
|
378
|
+
)
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
), u = ({
|
|
382
|
+
color: r,
|
|
383
|
+
size: t = 24
|
|
384
|
+
}) => /* @__PURE__ */ e(
|
|
385
|
+
"svg",
|
|
386
|
+
{
|
|
387
|
+
width: t,
|
|
388
|
+
height: t,
|
|
389
|
+
viewBox: "0 0 24 24",
|
|
390
|
+
fill: "none",
|
|
391
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
392
|
+
style: { color: r },
|
|
393
|
+
children: [
|
|
394
|
+
/* @__PURE__ */ o(
|
|
395
|
+
"path",
|
|
396
|
+
{
|
|
397
|
+
d: "M21 5.98c-3.33-.33-6.68-.5-10.02-.5-1.98 0-3.96.1-5.94.3L3 5.98",
|
|
398
|
+
stroke: "currentColor",
|
|
399
|
+
strokeWidth: 1.5,
|
|
400
|
+
strokeLinecap: "round",
|
|
401
|
+
strokeLinejoin: "round"
|
|
402
|
+
}
|
|
403
|
+
),
|
|
404
|
+
/* @__PURE__ */ o(
|
|
405
|
+
"path",
|
|
406
|
+
{
|
|
407
|
+
opacity: 0.34,
|
|
408
|
+
d: "m8.5 4.97.22-1.31C8.88 2.71 9 2 10.69 2h2.62c1.69 0 1.82.75 1.97 1.67l.22 1.3",
|
|
409
|
+
stroke: "currentColor",
|
|
410
|
+
strokeWidth: 1.5,
|
|
411
|
+
strokeLinecap: "round",
|
|
412
|
+
strokeLinejoin: "round"
|
|
413
|
+
}
|
|
414
|
+
),
|
|
415
|
+
/* @__PURE__ */ o(
|
|
416
|
+
"path",
|
|
417
|
+
{
|
|
418
|
+
d: "m18.85 9.14-.65 10.07C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14",
|
|
419
|
+
stroke: "currentColor",
|
|
420
|
+
strokeWidth: 1.5,
|
|
421
|
+
strokeLinecap: "round",
|
|
422
|
+
strokeLinejoin: "round"
|
|
423
|
+
}
|
|
424
|
+
),
|
|
425
|
+
/* @__PURE__ */ o(
|
|
426
|
+
"path",
|
|
427
|
+
{
|
|
428
|
+
opacity: 0.34,
|
|
429
|
+
d: "M10.33 16.5h3.33M9.5 12.5h5",
|
|
430
|
+
stroke: "currentColor",
|
|
431
|
+
strokeWidth: 1.5,
|
|
432
|
+
strokeLinecap: "round",
|
|
433
|
+
strokeLinejoin: "round"
|
|
434
|
+
}
|
|
435
|
+
)
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
), p = {
|
|
439
|
+
TrashBoldIcon: s,
|
|
440
|
+
TrashBrokenIcon: d,
|
|
441
|
+
TrashBulkIcon: w,
|
|
442
|
+
TrashLinearIcon: a,
|
|
443
|
+
TrashOutlineIcon: k,
|
|
444
|
+
TrashTwotoneIcon: u
|
|
445
|
+
}, g = {
|
|
446
|
+
NotificationLinearIcon: C,
|
|
447
|
+
NotificationBoldIcon: n,
|
|
448
|
+
NotificationBrokenIcon: l,
|
|
449
|
+
NotificationBulkIcon: i,
|
|
450
|
+
NotificationOutlineIcon: c,
|
|
451
|
+
NotificationTwotoneIcon: h
|
|
452
|
+
}, v = { trash: p, notification: g };
|
|
453
|
+
export {
|
|
454
|
+
n as NotificationBoldIcon,
|
|
455
|
+
l as NotificationBrokenIcon,
|
|
456
|
+
i as NotificationBulkIcon,
|
|
457
|
+
C as NotificationLinearIcon,
|
|
458
|
+
c as NotificationOutlineIcon,
|
|
459
|
+
h as NotificationTwotoneIcon,
|
|
460
|
+
s as TrashBoldIcon,
|
|
461
|
+
d as TrashBrokenIcon,
|
|
462
|
+
w as TrashBulkIcon,
|
|
463
|
+
a as TrashLinearIcon,
|
|
464
|
+
k as TrashOutlineIcon,
|
|
465
|
+
u as TrashTwotoneIcon,
|
|
466
|
+
v as default
|
|
467
|
+
};
|
|
@@ -1,27 +1,68 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
color
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
color
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
color
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
import { default as NotificationBoldIcon } from './NotificationBoldIcon';
|
|
2
|
+
import { default as NotificationBrokenIcon } from './NotificationBrokenIcon';
|
|
3
|
+
import { default as NotificationBulkIcon } from './NotificationBulkIcon';
|
|
4
|
+
import { default as NotificationLinearIcon } from './NotificationLinearIcon';
|
|
5
|
+
import { default as NotificationOutlineIcon } from './NotificationOutlineIcon';
|
|
6
|
+
import { default as NotificationTwotoneIcon } from './NotificationTwotoneIcon';
|
|
7
|
+
import { default as TrashBoldIcon } from './TrashBoldIcon';
|
|
8
|
+
import { default as TrashBrokenIcon } from './TrashBrokenIcon';
|
|
9
|
+
import { default as TrashBulkIcon } from './TrashBulkIcon';
|
|
10
|
+
import { default as TrashLinearIcon } from './TrashLinearIcon';
|
|
11
|
+
import { default as TrashOutlineIcon } from './TrashOutlineIcon';
|
|
12
|
+
import { default as TrashTwotoneIcon } from './TrashTwotoneIcon';
|
|
13
|
+
declare const _default: {
|
|
14
|
+
trash: {
|
|
15
|
+
TrashBoldIcon: ({ color, size, }: {
|
|
16
|
+
color?: string;
|
|
17
|
+
size?: number;
|
|
18
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
TrashBrokenIcon: ({ color, size, }: {
|
|
20
|
+
color?: string;
|
|
21
|
+
size?: number;
|
|
22
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
TrashBulkIcon: ({ color, size, }: {
|
|
24
|
+
color?: string;
|
|
25
|
+
size?: number;
|
|
26
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
TrashLinearIcon: ({ color, size, }: {
|
|
28
|
+
color?: string;
|
|
29
|
+
size?: number;
|
|
30
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
TrashOutlineIcon: ({ color, size, }: {
|
|
32
|
+
color?: string;
|
|
33
|
+
size?: number;
|
|
34
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
TrashTwotoneIcon: ({ color, size, }: {
|
|
36
|
+
color?: string;
|
|
37
|
+
size?: number;
|
|
38
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
};
|
|
40
|
+
notification: {
|
|
41
|
+
NotificationLinearIcon: ({ color, size, }: {
|
|
42
|
+
color?: string;
|
|
43
|
+
size?: number;
|
|
44
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
NotificationBoldIcon: ({ color, size, }: {
|
|
46
|
+
color?: string;
|
|
47
|
+
size?: number;
|
|
48
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
NotificationBrokenIcon: ({ color, size, }: {
|
|
50
|
+
color?: string;
|
|
51
|
+
size?: number;
|
|
52
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
53
|
+
NotificationBulkIcon: ({ color, size, }: {
|
|
54
|
+
color?: string;
|
|
55
|
+
size?: number;
|
|
56
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
NotificationOutlineIcon: ({ color, size, }: {
|
|
58
|
+
color?: string;
|
|
59
|
+
size?: number;
|
|
60
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
NotificationTwotoneIcon: ({ color, size, }: {
|
|
62
|
+
color?: string;
|
|
63
|
+
size?: number;
|
|
64
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
65
|
+
};
|
|
26
66
|
};
|
|
27
|
-
export
|
|
67
|
+
export default _default;
|
|
68
|
+
export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, NotificationLinearIcon, NotificationBoldIcon, NotificationBrokenIcon, NotificationBulkIcon, NotificationOutlineIcon, NotificationTwotoneIcon, };
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -74,4 +74,4 @@ import { default as ScreenIcon } from './components/ScreenIcon';
|
|
|
74
74
|
import { default as SpeakerIcon } from './components/SpeakerIcon';
|
|
75
75
|
import { default as TVScreenIcon } from './components/TVScreenIcon';
|
|
76
76
|
import { default as CheckIcon } from './components/CheckIcon';
|
|
77
|
-
export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon, MobileIcon, LaptopIcon, DigitalDevicesIcon, SofaIcon, FridgeIcon, CosmeticsIcon, TShirtIcon, GoldIcon, MotorcycleIcon, WheelIcon, HammerIcon, FireIcon, CartIcon, BalloonIcon, PetIcon, MinusIcon, LocationIcon, BatteryIcon, EnergyGradeIcon, FlakeIcon, MobileScreenIcon, PhoneSizeIcon, ProcessorIcon, RamIcon, ResolutionIcon, RulerPenIcon, ScreenIcon, SpeakerIcon, TVScreenIcon, CheckIcon };
|
|
77
|
+
export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon, MobileIcon, LaptopIcon, DigitalDevicesIcon, SofaIcon, FridgeIcon, CosmeticsIcon, TShirtIcon, GoldIcon, MotorcycleIcon, WheelIcon, HammerIcon, FireIcon, CartIcon, BalloonIcon, PetIcon, MinusIcon, LocationIcon, BatteryIcon, EnergyGradeIcon, FlakeIcon, MobileScreenIcon, PhoneSizeIcon, ProcessorIcon, RamIcon, ResolutionIcon, RulerPenIcon, ScreenIcon, SpeakerIcon, TVScreenIcon, CheckIcon, };
|
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.-left-1{left:-.25rem}.-top-1{top:-.25rem}.bottom-\[-3px\]{bottom:-3px}.bottom-\[5px\]{bottom:5px}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-3px\]{left:-3px}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-3px\]{right:-3px}.top-1{top:.25rem}.top-1\/2{top:50%}.top-\[-3px\]{top:-3px}.top-\[5px\]{top:5px}.z-10{z-index:10}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-52{margin-top:13rem}.mt-\[1px\]{margin-top:1px}.block{display:block}.flex{display:flex}.aspect-square{aspect-ratio:1/1}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-full{height:100%}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.w-20{width:5rem}.w-24{width:6rem}.w-60{width:15rem}.w-96{width:24rem}.w-\[342px\]{width:342px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-12{min-width:3rem}.min-w-14{min-width:3.5rem}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-\[342px\]{min-width:342px}.max-w-24{max-width:6rem}.max-w-\[180px\]{max-width:180px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-full{--tw-translate-x:100%}.rotate-45,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.rounded{border-radius:.25rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:14px}.rounded-md{border-radius:12px}.rounded-none{border-radius:0}.rounded-sm{border-radius:8px}.rounded-xl{border-radius:16px}.rounded-xs{border-radius:6px}.rounded-xxs{border-radius:4px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-dashed{border-style:dashed}.border-\[\#11181C\]{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.border-base-danger{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.border-base-default{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-base-primary{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.border-base-secondary{--tw-border-opacity:1;border-color:rgb(197 156 78/var(--tw-border-opacity))}.border-base-success{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.border-base-warning{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.border-content-3,.border-default-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity))}.border-default-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-default-500{--tw-border-opacity:1;border-color:rgb(113 113 122/var(--tw-border-opacity))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.bg-base-danger{--tw-bg-opacity:1;background-color:rgb(243 18 96/var(--tw-bg-opacity))}.bg-base-primary{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-base-secondary{--tw-bg-opacity:1;background-color:rgb(197 156 78/var(--tw-bg-opacity))}.bg-base-success{--tw-bg-opacity:1;background-color:rgb(23 201 100/var(--tw-bg-opacity))}.bg-base-warning{--tw-bg-opacity:1;background-color:rgb(245 165 36/var(--tw-bg-opacity))}.bg-content-1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-danger-100{--tw-bg-opacity:1;background-color:rgb(253 208 223/var(--tw-bg-opacity))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.bg-default-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-default-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.bg-default-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity))}.bg-default-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity))}.bg-default-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity))}.bg-default-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity))}.bg-layout-focus{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(214 224 243/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(238 225 201/var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(249 244 236/var(--tw-bg-opacity))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(209 244 224/var(--tw-bg-opacity))}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.bg-success-800{--tw-bg-opacity:1;background-color:rgb(9 80 40/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(253 237 211/var(--tw-bg-opacity))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[3px\]{padding:3px}.p-\[5px\]{padding:5px}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-\[30px\]{padding-left:30px}.pr-\[30px\]{padding-right:30px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-base{font-size:16px}.text-sm{font-size:14px}.text-xl{font-size:20px}.text-xs{font-size:12px}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-base-danger{--tw-text-opacity:1;color:rgb(243 18 96/var(--tw-text-opacity))}.text-base-primary{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-base-secondary{--tw-text-opacity:1;color:rgb(197 156 78/var(--tw-text-opacity))}.text-base-success{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.text-base-warning{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.text-content-1{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-default-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.text-default-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.text-default-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.text-default-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity))}.text-default-900{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-layout-fg{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow{--tw-shadow:0px 1px 2px 0px rgba(0,0,0,.06),0px 1px 3px 0px rgba(0,0,0,.1);--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_\#0000004D\2c 0px_2px_10px_0px_\#0000000F\2c 0px_0px_5px_0px_\#00000005\]{--tw-shadow:0px 0px 1px 0px #0000004d,0px 2px 10px 0px #0000000f,0px 0px 5px 0px #00000005;--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color),0px 2px 10px 0px var(--tw-shadow-color),0px 0px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\]{--tw-shadow:0px 1px 2px 0px #0000000f,0px 1px 3px 0px #0000001a;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1);--tw-shadow-colored:0px 4px 6px -2px var(--tw-shadow-color),0px 10px 15px -3px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.focus-within\:border:focus-within{border-width:1px}.focus-within\:border-base-danger:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:border-base-primary:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:border-base-success:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:border-base-warning:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:border-layout-fg:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:bg-transparent:focus-within{background-color:transparent}.focus-within\:text-layout-fg:focus-within{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.hover\:border-base-danger:hover{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.hover\:border-base-primary:hover{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.hover\:border-base-success:hover{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.hover\:border-base-warning:hover{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.hover\:border-default-400:hover{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity))}.hover\:bg-danger-50:hover{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.hover\:bg-default-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:bg-default-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.hover\:bg-success-50:hover{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.hover\:bg-warning-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:text-base-primary:hover{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.hover\:text-base-success:hover{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.hover\:text-base-warning:hover{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.focus-within\:hover\:border-base-danger:hover:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:hover\:border-base-primary:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:hover\:border-base-success:hover:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:hover\:border-base-warning:hover:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:hover\:border-layout-fg:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:hover\:bg-transparent:hover:focus-within{background-color:transparent}.focus\:border-2:focus{border-width:2px}.focus\:border-\[\#11181C\]:focus{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.group:hover .group-hover\:bg-content-2{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}
|
|
1
|
+
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.-left-1{left:-.25rem}.-top-1{top:-.25rem}.bottom-\[-3px\]{bottom:-3px}.bottom-\[5px\]{bottom:5px}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-3px\]{left:-3px}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-3px\]{right:-3px}.top-1{top:.25rem}.top-1\/2{top:50%}.top-\[-3px\]{top:-3px}.top-\[5px\]{top:5px}.z-10{z-index:10}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-52{margin-top:13rem}.mt-\[1px\]{margin-top:1px}.block{display:block}.flex{display:flex}.aspect-square{aspect-ratio:1/1}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-full{height:100%}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.w-20{width:5rem}.w-24{width:6rem}.w-60{width:15rem}.w-96{width:24rem}.w-\[342px\]{width:342px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-12{min-width:3rem}.min-w-14{min-width:3.5rem}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-\[342px\]{min-width:342px}.max-w-24{max-width:6rem}.max-w-\[180px\]{max-width:180px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-full{--tw-translate-x:100%}.rotate-45,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.rounded{border-radius:.25rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:14px}.rounded-md{border-radius:12px}.rounded-none{border-radius:0}.rounded-sm{border-radius:8px}.rounded-xl{border-radius:16px}.rounded-xs{border-radius:6px}.rounded-xxs{border-radius:4px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-dashed{border-style:dashed}.border-\[\#11181C\]{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.border-base-danger{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.border-base-default{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-base-primary{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.border-base-secondary{--tw-border-opacity:1;border-color:rgb(197 156 78/var(--tw-border-opacity))}.border-base-success{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.border-base-warning{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.border-content-3,.border-default-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity))}.border-default-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-default-500{--tw-border-opacity:1;border-color:rgb(113 113 122/var(--tw-border-opacity))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.bg-base-danger{--tw-bg-opacity:1;background-color:rgb(243 18 96/var(--tw-bg-opacity))}.bg-base-primary{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-base-secondary{--tw-bg-opacity:1;background-color:rgb(197 156 78/var(--tw-bg-opacity))}.bg-base-success{--tw-bg-opacity:1;background-color:rgb(23 201 100/var(--tw-bg-opacity))}.bg-base-warning{--tw-bg-opacity:1;background-color:rgb(245 165 36/var(--tw-bg-opacity))}.bg-content-1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-danger-100{--tw-bg-opacity:1;background-color:rgb(253 208 223/var(--tw-bg-opacity))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.bg-default-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-default-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.bg-default-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity))}.bg-default-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity))}.bg-default-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity))}.bg-default-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity))}.bg-layout-focus{--tw-bg-opacity:1;background-color:rgb(17 46 98/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(214 224 243/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(238 225 201/var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(249 244 236/var(--tw-bg-opacity))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(209 244 224/var(--tw-bg-opacity))}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.bg-success-800{--tw-bg-opacity:1;background-color:rgb(9 80 40/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(253 237 211/var(--tw-bg-opacity))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[3px\]{padding:3px}.p-\[5px\]{padding:5px}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-\[30px\]{padding-left:30px}.pr-\[30px\]{padding-right:30px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-base{font-size:16px}.text-sm{font-size:14px}.text-xl{font-size:20px}.text-xs{font-size:12px}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-base-danger{--tw-text-opacity:1;color:rgb(243 18 96/var(--tw-text-opacity))}.text-base-primary{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-base-secondary{--tw-text-opacity:1;color:rgb(197 156 78/var(--tw-text-opacity))}.text-base-success{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.text-base-warning{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.text-content-1{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-default-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.text-default-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.text-default-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.text-default-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity))}.text-default-900{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-layout-fg{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow{--tw-shadow:0px 1px 2px 0px rgba(0,0,0,.06),0px 1px 3px 0px rgba(0,0,0,.1);--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_\#0000004D\2c 0px_2px_10px_0px_\#0000000F\2c 0px_0px_5px_0px_\#00000005\]{--tw-shadow:0px 0px 1px 0px #0000004d,0px 2px 10px 0px #0000000f,0px 0px 5px 0px #00000005;--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color),0px 2px 10px 0px var(--tw-shadow-color),0px 0px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\]{--tw-shadow:0px 1px 2px 0px #0000000f,0px 1px 3px 0px #0000001a;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color)}.shadow-\[0px_1px_2px_0px_\#0000000F\2c 0px_1px_3px_0px_\#0000001A\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0px 4px 6px -2px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1);--tw-shadow-colored:0px 4px 6px -2px var(--tw-shadow-color),0px 10px 15px -3px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.focus-within\:border:focus-within{border-width:1px}.focus-within\:border-base-danger:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:border-base-primary:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:border-base-success:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:border-base-warning:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:border-layout-fg:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:bg-transparent:focus-within{background-color:transparent}.focus-within\:text-layout-fg:focus-within{--tw-text-opacity:1;color:rgb(17 24 28/var(--tw-text-opacity))}.hover\:border-base-danger:hover{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.hover\:border-base-primary:hover{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.hover\:border-base-success:hover{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.hover\:border-base-warning:hover{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.hover\:border-default-400:hover{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity))}.hover\:bg-danger-50:hover{--tw-bg-opacity:1;background-color:rgb(254 231 239/var(--tw-bg-opacity))}.hover\:bg-default-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:bg-default-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 250/var(--tw-bg-opacity))}.hover\:bg-success-50:hover{--tw-bg-opacity:1;background-color:rgb(232 250 240/var(--tw-bg-opacity))}.hover\:bg-warning-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.hover\:text-base-primary:hover{--tw-text-opacity:1;color:rgb(17 46 98/var(--tw-text-opacity))}.hover\:text-base-success:hover{--tw-text-opacity:1;color:rgb(23 201 100/var(--tw-text-opacity))}.hover\:text-base-warning:hover{--tw-text-opacity:1;color:rgb(245 165 36/var(--tw-text-opacity))}.focus-within\:hover\:border-base-danger:hover:focus-within{--tw-border-opacity:1;border-color:rgb(243 18 96/var(--tw-border-opacity))}.focus-within\:hover\:border-base-primary:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 46 98/var(--tw-border-opacity))}.focus-within\:hover\:border-base-success:hover:focus-within{--tw-border-opacity:1;border-color:rgb(23 201 100/var(--tw-border-opacity))}.focus-within\:hover\:border-base-warning:hover:focus-within{--tw-border-opacity:1;border-color:rgb(245 165 36/var(--tw-border-opacity))}.focus-within\:hover\:border-layout-fg:hover:focus-within{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus-within\:hover\:bg-transparent:hover:focus-within{background-color:transparent}.focus\:border-2:focus{border-width:2px}.focus\:border-\[\#11181C\]:focus{--tw-border-opacity:1;border-color:rgb(17 24 28/var(--tw-border-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.group:hover .group-hover\:bg-content-2{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}
|