@dotss/ui 0.0.12 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/Accordion.d.ts +1 -1
- package/Backdrop/Backdrop.d.ts +1 -1
- package/Badge/Badge.d.ts +3 -3
- package/BottomSheet/BottomSheet.d.ts +1 -1
- package/BottomSheet/BottomSheetAction/BottomSheetAction.d.ts +1 -1
- package/BottomSheet/BottomSheetContent/BottomSheetContent.d.ts +1 -1
- package/BottomSheet/BottomSheetText/BottomSheetText.d.ts +1 -1
- package/BottomSheet/BottomSheetTitle/BottomSheetTitle.d.ts +1 -1
- package/Box/Box.d.ts +1 -1
- package/Button/Button.d.ts +2 -2
- package/Button/index.d.ts +1 -0
- package/Card/Card.d.ts +1 -1
- package/ChainPicker/ChainPicker.d.ts +1 -1
- package/Checkbox/Checkbox.d.ts +2 -2
- package/Chip/Chip.d.ts +1 -1
- package/CircularProgressIndicator/CircularProgressIndicator.d.ts +1 -1
- package/DatePicker/DatePicker.cjs +40 -30
- package/DatePicker/DatePicker.d.ts +2 -1
- package/DatePicker/DatePicker.es.js +477 -301
- package/DatePicker/EventDot/EventDot.d.ts +1 -1
- package/DatePicker/EventDotGroup/EventDotGroup.cjs +3 -3
- package/DatePicker/EventDotGroup/EventDotGroup.d.ts +1 -1
- package/DatePicker/EventDotGroup/EventDotGroup.es.js +14 -14
- package/Dialog/Dialog.d.ts +1 -1
- package/Dialog/DialogText/DialogText.d.ts +1 -1
- package/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
- package/Flexbox/Flexbox.d.ts +1 -1
- package/FocusBoundary/FocusBoundary.d.ts +1 -1
- package/FormControlText/FormControlText.cjs +2 -2
- package/FormControlText/FormControlText.d.ts +1 -1
- package/FormControlText/FormControlText.es.js +14 -14
- package/Icon/Icon.cjs +1 -1
- package/Icon/Icon.d.ts +2 -2
- package/Icon/Icon.es.js +1 -1
- package/IconButton/IconButton.d.ts +2 -2
- package/Label/Label.d.ts +4 -4
- package/LineProgressIndicator/LineProgressIndicator.d.ts +1 -1
- package/Menu/Menu.cjs +6 -6
- package/Menu/Menu.d.ts +1 -1
- package/Menu/Menu.es.js +83 -79
- package/Menu/MenuBlock/MenuBlock.cjs +5 -11
- package/Menu/MenuBlock/MenuBlock.d.ts +1 -1
- package/Menu/MenuBlock/MenuBlock.es.js +19 -29
- package/Menu/MenuButton/MenuButton.cjs +1 -1
- package/Menu/MenuButton/MenuButton.d.ts +1 -1
- package/Menu/MenuButton/MenuButton.es.js +38 -29
- package/NumberKeypad/NumberKeypad.d.ts +2 -2
- package/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.d.ts +1 -1
- package/PageControl/PageControl.d.ts +2 -2
- package/Radio/Radio.d.ts +2 -2
- package/RadioGroup/RadioGroup.d.ts +1 -1
- package/SegmentedButton/SegmentedButton.d.ts +2 -2
- package/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.d.ts +1 -1
- package/Select/Option/Option.d.ts +1 -1
- package/Select/Select.d.ts +1 -1
- package/Skeleton/Skeleton.d.ts +3 -3
- package/Slider/Slider.d.ts +1 -1
- package/Snackbar/Snackbar.d.ts +2 -2
- package/Switch/Switch.d.ts +1 -1
- package/Tab/Tab.d.ts +1 -1
- package/Tab/TabBlock/TabBlock.d.ts +1 -1
- package/TextArea/TextArea.d.ts +1 -1
- package/TextField/TextField.d.ts +1 -1
- package/Tooltip/Tooltip.cjs +5 -5
- package/Tooltip/Tooltip.d.ts +4 -2
- package/Tooltip/Tooltip.es.js +84 -84
- package/Typography/Typography.d.ts +2 -2
- package/package.json +1 -1
- package/resources/tictoccroc/icons/fill/alphabet-fill.svg-CvfRsdBW.js +5 -0
- package/resources/tictoccroc/icons/fill/alphabet-fill.svg-HBXWjzrC.cjs +1 -0
- package/resources/tictoccroc/icons/fill/{certified-fill.svg-B_RVx6K_.cjs → certified-fill.svg-DA375i9-.cjs} +1 -1
- package/resources/tictoccroc/icons/fill/{certified-fill.svg-CK7UqYft.js → certified-fill.svg-DBC-EEKD.js} +1 -1
- package/resources/tictoccroc/icons/fill/check-fill.svg-0_5PrDLC.js +5 -0
- package/resources/tictoccroc/icons/fill/check-fill.svg-BKKTgIa3.cjs +1 -0
- package/resources/tictoccroc/icons/fill/index.d.ts +4 -0
- package/resources/tictoccroc/icons/fill/search-fill.svg-BvLNCg-N.cjs +1 -0
- package/resources/tictoccroc/icons/fill/search-fill.svg-DnxhncI6.js +5 -0
- package/resources/tictoccroc/icons/fill/time-fill.svg-CbMJxmhK.js +5 -0
- package/resources/tictoccroc/icons/fill/time-fill.svg-DcMfM75a.cjs +1 -0
- package/resources/tictoccroc/icons/index.ts-DI_CztBn.cjs +1 -0
- package/resources/tictoccroc/icons/index.ts-Dt89JG4Z.js +236 -0
- package/themes/tictoccroc/colors/background.d.ts +2 -2
- package/themes/tictoccroc/colors/blue.d.ts +1 -1
- package/themes/tictoccroc/colors/classType.d.ts +1 -1
- package/themes/tictoccroc/colors/etc.d.ts +2 -2
- package/themes/tictoccroc/colors/green.d.ts +1 -1
- package/themes/tictoccroc/colors/grey.d.ts +1 -1
- package/themes/tictoccroc/colors/pink.d.ts +1 -1
- package/themes/tictoccroc/colors/yellow.d.ts +1 -1
- package/themes/tictoccroc/parentLight.d.ts +1 -1
- package/themes/tictoccroc/teacherLight.d.ts +1 -1
- package/themes/tictoccroc/typography/body.d.ts +1 -1
- package/themes/tictoccroc/typography/caption.d.ts +1 -1
- package/themes/tictoccroc/typography/display.d.ts +1 -1
- package/themes/tictoccroc/typography/headline.d.ts +1 -1
- package/utils/getIconLabel/getIconLabel.cjs +1 -1
- package/utils/getIconLabel/getIconLabel.d.ts +1 -1
- package/utils/getIconLabel/getIconLabel.es.js +5 -1
- package/utils/getPaletteColor/getPaletteColor.d.ts +1 -1
- package/resources/tictoccroc/icons/index.ts-BmqvB_n6.cjs +0 -1
- package/resources/tictoccroc/icons/index.ts-CzTh-XsD.js +0 -228
package/Tooltip/Tooltip.es.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsxs as S, jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import
|
|
1
|
+
import { jsxs as S, jsx as h } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as V, useId as T, useRef as B, useState as W, useEffect as L, Children as G, isValidElement as J, cloneElement as Q } from "react";
|
|
3
|
+
import $ from "../Flexbox/Flexbox.es.js";
|
|
4
4
|
import C from "../Icon/Icon.es.js";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
5
|
+
import U from "../Typography/Typography.es.js";
|
|
6
|
+
import Z from "../hooks/useCheckKeyboardMode/useCheckKeyboardMode.es.js";
|
|
7
7
|
import z from "@emotion/styled";
|
|
8
|
-
const
|
|
8
|
+
const _ = z.div`
|
|
9
9
|
position: relative;
|
|
10
10
|
display: inline-block;
|
|
11
11
|
&[open] > .tooltip {
|
|
12
12
|
display: flex;
|
|
13
13
|
}
|
|
14
|
-
`,
|
|
14
|
+
`, A = z.div`
|
|
15
15
|
position: absolute;
|
|
16
16
|
display: none;
|
|
17
17
|
flex-direction: column;
|
|
@@ -28,18 +28,18 @@ const U = z.div`
|
|
|
28
28
|
|
|
29
29
|
${({
|
|
30
30
|
theme: {
|
|
31
|
-
palette: { brand: t, grey:
|
|
31
|
+
palette: { brand: t, grey: r }
|
|
32
32
|
},
|
|
33
|
-
color:
|
|
33
|
+
color: m
|
|
34
34
|
}) => {
|
|
35
|
-
let
|
|
36
|
-
return
|
|
35
|
+
let e = {};
|
|
36
|
+
return m === "primary" && (e = {
|
|
37
37
|
backgroundColor: t.primary.tooltip,
|
|
38
|
-
color:
|
|
39
|
-
}),
|
|
40
|
-
backgroundColor:
|
|
41
|
-
color:
|
|
42
|
-
}),
|
|
38
|
+
color: r[100]
|
|
39
|
+
}), m === "secondary" && (e = {
|
|
40
|
+
backgroundColor: r[80],
|
|
41
|
+
color: r.white
|
|
42
|
+
}), e;
|
|
43
43
|
}}
|
|
44
44
|
|
|
45
45
|
${({ theme: { typography: t } }) => ({
|
|
@@ -55,16 +55,16 @@ const U = z.div`
|
|
|
55
55
|
|
|
56
56
|
${({
|
|
57
57
|
theme: {
|
|
58
|
-
palette: { brand: t, grey:
|
|
58
|
+
palette: { brand: t, grey: r }
|
|
59
59
|
},
|
|
60
|
-
placement:
|
|
61
|
-
color:
|
|
60
|
+
placement: m,
|
|
61
|
+
color: e,
|
|
62
62
|
offset: s,
|
|
63
63
|
arrowOffset: c
|
|
64
64
|
}) => {
|
|
65
65
|
let o = {};
|
|
66
66
|
const n = (s == null ? void 0 : s.x) || 0, p = (s == null ? void 0 : s.y) || 0, l = (c == null ? void 0 : c.x) || 0, a = (c == null ? void 0 : c.y) || 0;
|
|
67
|
-
switch (
|
|
67
|
+
switch (m) {
|
|
68
68
|
case "bottom-left":
|
|
69
69
|
o = {
|
|
70
70
|
top: `calc(-12px + ${p}px)`,
|
|
@@ -75,7 +75,7 @@ const U = z.div`
|
|
|
75
75
|
position: "absolute",
|
|
76
76
|
top: "100%",
|
|
77
77
|
left: `calc(12px + ${l}px)`,
|
|
78
|
-
borderTop: `8px solid ${
|
|
78
|
+
borderTop: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
79
79
|
borderRight: "6px solid transparent",
|
|
80
80
|
borderBottom: "8px solid transparent",
|
|
81
81
|
borderLeft: "6px solid transparent"
|
|
@@ -93,7 +93,7 @@ const U = z.div`
|
|
|
93
93
|
top: "100%",
|
|
94
94
|
left: `calc(50% + ${l}px)`,
|
|
95
95
|
transform: "translateX(-50%)",
|
|
96
|
-
borderTop: `8px solid ${
|
|
96
|
+
borderTop: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
97
97
|
borderRight: "6px solid transparent",
|
|
98
98
|
borderBottom: "8px solid transparent",
|
|
99
99
|
borderLeft: "6px solid transparent"
|
|
@@ -110,7 +110,7 @@ const U = z.div`
|
|
|
110
110
|
position: "absolute",
|
|
111
111
|
top: "100%",
|
|
112
112
|
right: `calc(12px - ${l}px)`,
|
|
113
|
-
borderTop: `8px solid ${
|
|
113
|
+
borderTop: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
114
114
|
borderRight: "6px solid transparent",
|
|
115
115
|
borderBottom: "8px solid transparent",
|
|
116
116
|
borderLeft: "6px solid transparent"
|
|
@@ -127,7 +127,7 @@ const U = z.div`
|
|
|
127
127
|
top: `calc(12px + ${a}px)`,
|
|
128
128
|
right: "100%",
|
|
129
129
|
borderTop: "6px solid transparent",
|
|
130
|
-
borderRight: `8px solid ${
|
|
130
|
+
borderRight: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
131
131
|
borderBottom: "6px solid transparent",
|
|
132
132
|
borderLeft: "8px solid transparent"
|
|
133
133
|
}
|
|
@@ -145,7 +145,7 @@ const U = z.div`
|
|
|
145
145
|
right: "100%",
|
|
146
146
|
transform: "translateY(-50%)",
|
|
147
147
|
borderTop: "6px solid transparent",
|
|
148
|
-
borderRight: `8px solid ${
|
|
148
|
+
borderRight: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
149
149
|
borderBottom: "6px solid transparent",
|
|
150
150
|
borderLeft: "8px solid transparent"
|
|
151
151
|
}
|
|
@@ -161,7 +161,7 @@ const U = z.div`
|
|
|
161
161
|
bottom: `calc(12px - ${a}px)`,
|
|
162
162
|
right: "100%",
|
|
163
163
|
borderTop: "6px solid transparent",
|
|
164
|
-
borderRight: `8px solid ${
|
|
164
|
+
borderRight: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
165
165
|
borderBottom: "6px solid transparent",
|
|
166
166
|
borderLeft: "8px solid transparent"
|
|
167
167
|
}
|
|
@@ -178,7 +178,7 @@ const U = z.div`
|
|
|
178
178
|
left: `calc(12px + ${l}px)`,
|
|
179
179
|
borderTop: "8px solid transparent",
|
|
180
180
|
borderRight: "6px solid transparent",
|
|
181
|
-
borderBottom: `8px solid ${
|
|
181
|
+
borderBottom: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
182
182
|
borderLeft: "6px solid transparent"
|
|
183
183
|
}
|
|
184
184
|
};
|
|
@@ -195,7 +195,7 @@ const U = z.div`
|
|
|
195
195
|
transform: "translateX(-50%)",
|
|
196
196
|
borderTop: "8px solid transparent",
|
|
197
197
|
borderRight: "6px solid transparent",
|
|
198
|
-
borderBottom: `8px solid ${
|
|
198
|
+
borderBottom: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
199
199
|
borderLeft: "6px solid transparent"
|
|
200
200
|
}
|
|
201
201
|
};
|
|
@@ -211,7 +211,7 @@ const U = z.div`
|
|
|
211
211
|
right: `calc(12px - ${l}px)`,
|
|
212
212
|
borderTop: "8px solid transparent",
|
|
213
213
|
borderRight: "6px solid transparent",
|
|
214
|
-
borderBottom: `8px solid ${
|
|
214
|
+
borderBottom: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`,
|
|
215
215
|
borderLeft: "6px solid transparent"
|
|
216
216
|
}
|
|
217
217
|
};
|
|
@@ -228,7 +228,7 @@ const U = z.div`
|
|
|
228
228
|
borderTop: "6px solid transparent",
|
|
229
229
|
borderRight: "8px solid transparent",
|
|
230
230
|
borderBottom: "6px solid transparent",
|
|
231
|
-
borderLeft: `8px solid ${
|
|
231
|
+
borderLeft: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
234
|
break;
|
|
@@ -246,7 +246,7 @@ const U = z.div`
|
|
|
246
246
|
borderTop: "6px solid transparent",
|
|
247
247
|
borderRight: "8px solid transparent",
|
|
248
248
|
borderBottom: "6px solid transparent",
|
|
249
|
-
borderLeft: `8px solid ${
|
|
249
|
+
borderLeft: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`
|
|
250
250
|
}
|
|
251
251
|
};
|
|
252
252
|
break;
|
|
@@ -262,17 +262,17 @@ const U = z.div`
|
|
|
262
262
|
borderTop: "6px solid transparent",
|
|
263
263
|
borderRight: "8px solid transparent",
|
|
264
264
|
borderBottom: "6px solid transparent",
|
|
265
|
-
borderLeft: `8px solid ${
|
|
265
|
+
borderLeft: `8px solid ${e === "primary" ? t.primary.tooltip : r[80]}`
|
|
266
266
|
}
|
|
267
267
|
};
|
|
268
268
|
break;
|
|
269
269
|
}
|
|
270
270
|
return o;
|
|
271
271
|
}};
|
|
272
|
-
`,
|
|
273
|
-
children:
|
|
274
|
-
placement:
|
|
275
|
-
color:
|
|
272
|
+
`, it = V(function({
|
|
273
|
+
children: r,
|
|
274
|
+
placement: m = "bottom-center",
|
|
275
|
+
color: e = "primary",
|
|
276
276
|
title: s,
|
|
277
277
|
body: c,
|
|
278
278
|
closer: o,
|
|
@@ -280,55 +280,55 @@ const U = z.div`
|
|
|
280
280
|
inlineCSS: p,
|
|
281
281
|
open: l = !1,
|
|
282
282
|
onClose: a,
|
|
283
|
-
wrapperProps:
|
|
283
|
+
wrapperProps: y,
|
|
284
284
|
offset: D,
|
|
285
285
|
arrowOffset: j,
|
|
286
|
-
...
|
|
286
|
+
...d
|
|
287
287
|
}, X) {
|
|
288
|
-
const q =
|
|
288
|
+
const q = T(), N = T(), F = T(), { isKeyboardMode: g } = Z(), k = B(null), R = B(null), w = B(!0), [H, M] = W(!1), I = (d == null ? void 0 : d.id) || q, v = (d == null ? void 0 : d.titleId) || N, E = (d == null ? void 0 : d.bodyId) || F, K = (i) => {
|
|
289
289
|
(i.key === "Enter" || i.key === " ") && (a == null || a(i));
|
|
290
290
|
};
|
|
291
|
-
return
|
|
292
|
-
R.current && R.current.getBoundingClientRect().width >= 276 &&
|
|
293
|
-
}, [l]),
|
|
294
|
-
const i = (
|
|
295
|
-
|
|
291
|
+
return L(() => {
|
|
292
|
+
R.current && R.current.getBoundingClientRect().width >= 276 && M(!0);
|
|
293
|
+
}, [l]), L(() => {
|
|
294
|
+
const i = (x) => {
|
|
295
|
+
x.key === "Escape" && l && (x.stopPropagation(), a == null || a(x));
|
|
296
296
|
};
|
|
297
297
|
return document.addEventListener("keydown", i), () => document.removeEventListener("keydown", i);
|
|
298
|
-
}, [l, a]),
|
|
299
|
-
var
|
|
300
|
-
if (
|
|
301
|
-
|
|
298
|
+
}, [l, a]), L(() => {
|
|
299
|
+
var x, f, b;
|
|
300
|
+
if (w.current) {
|
|
301
|
+
w.current = !1;
|
|
302
302
|
return;
|
|
303
303
|
}
|
|
304
304
|
if (l) {
|
|
305
|
-
const
|
|
305
|
+
const u = (x = k.current) == null ? void 0 : x.querySelector(
|
|
306
306
|
'.tooltip-closer[role="button"]'
|
|
307
307
|
);
|
|
308
|
-
if (
|
|
309
|
-
const Y = (
|
|
308
|
+
if (u && g && u.focus(), !u) {
|
|
309
|
+
const Y = (f = k.current) == null ? void 0 : f.querySelector('[role="button"]');
|
|
310
310
|
Y && g && Y.focus();
|
|
311
311
|
}
|
|
312
312
|
return;
|
|
313
313
|
}
|
|
314
|
-
const i = (
|
|
314
|
+
const i = (b = k.current) == null ? void 0 : b.querySelector('[role="button"]');
|
|
315
315
|
i && g && i.focus();
|
|
316
316
|
}, [l, g]), /* @__PURE__ */ S(
|
|
317
|
-
|
|
317
|
+
_,
|
|
318
318
|
{
|
|
319
319
|
ref: k,
|
|
320
320
|
open: l,
|
|
321
|
-
|
|
322
|
-
css:
|
|
321
|
+
...y,
|
|
322
|
+
css: y == null ? void 0 : y.inlineCSS,
|
|
323
323
|
children: [
|
|
324
|
-
|
|
325
|
-
if (!
|
|
324
|
+
G.map(r, (i) => {
|
|
325
|
+
if (!J(i))
|
|
326
326
|
return i;
|
|
327
|
-
const
|
|
328
|
-
var
|
|
329
|
-
(
|
|
327
|
+
const x = (f) => {
|
|
328
|
+
var b, u;
|
|
329
|
+
(f.key === "Enter" || f.key === " ") && ((u = (b = i.props) == null ? void 0 : b.onClick) == null || u.call(b, f));
|
|
330
330
|
};
|
|
331
|
-
return
|
|
331
|
+
return Q(i, {
|
|
332
332
|
inlineCSS: {
|
|
333
333
|
cursor: "pointer",
|
|
334
334
|
"&:active": {
|
|
@@ -341,46 +341,46 @@ const U = z.div`
|
|
|
341
341
|
"aria-hidden": !1,
|
|
342
342
|
"aria-expanded": l,
|
|
343
343
|
"aria-haspopup": "dialog",
|
|
344
|
-
"aria-controls":
|
|
344
|
+
"aria-controls": I,
|
|
345
345
|
focusable: !0,
|
|
346
|
-
onKeyDown:
|
|
346
|
+
onKeyDown: x,
|
|
347
347
|
...i.props
|
|
348
348
|
});
|
|
349
349
|
}),
|
|
350
350
|
/* @__PURE__ */ S(
|
|
351
|
-
|
|
351
|
+
A,
|
|
352
352
|
{
|
|
353
|
-
id:
|
|
353
|
+
id: I,
|
|
354
354
|
className: "tooltip",
|
|
355
355
|
role: "dialog",
|
|
356
356
|
"aria-modal": "true",
|
|
357
|
-
"aria-labelledby": s ?
|
|
358
|
-
"aria-describedby": c ?
|
|
357
|
+
"aria-labelledby": s ? v : void 0,
|
|
358
|
+
"aria-describedby": c ? E : void 0,
|
|
359
359
|
ref: X,
|
|
360
|
-
placement:
|
|
361
|
-
color:
|
|
360
|
+
placement: m,
|
|
361
|
+
color: e,
|
|
362
362
|
offset: D,
|
|
363
363
|
arrowOffset: j,
|
|
364
|
-
...
|
|
364
|
+
...d,
|
|
365
365
|
css: p,
|
|
366
366
|
children: [
|
|
367
|
-
s && /* @__PURE__ */ S(
|
|
368
|
-
/* @__PURE__ */
|
|
369
|
-
|
|
367
|
+
s && /* @__PURE__ */ S($, { alignItems: "center", justifyContent: "space-between", gap: 2, children: [
|
|
368
|
+
/* @__PURE__ */ h(
|
|
369
|
+
U,
|
|
370
370
|
{
|
|
371
|
-
id:
|
|
371
|
+
id: v,
|
|
372
372
|
variant: "h5B",
|
|
373
|
-
color:
|
|
373
|
+
color: e === "primary" ? "grey.100" : "grey.white",
|
|
374
374
|
children: s
|
|
375
375
|
}
|
|
376
376
|
),
|
|
377
|
-
o && /* @__PURE__ */
|
|
377
|
+
o && /* @__PURE__ */ h($, { flexShrink: 0, children: /* @__PURE__ */ h(
|
|
378
378
|
C,
|
|
379
379
|
{
|
|
380
380
|
className: "tooltip-closer",
|
|
381
381
|
name: "CloseLine",
|
|
382
382
|
size: "xSmall",
|
|
383
|
-
color:
|
|
383
|
+
color: e === "primary" ? "grey.100" : "grey.white",
|
|
384
384
|
role: "button",
|
|
385
385
|
"aria-hidden": "false",
|
|
386
386
|
focusable: "true",
|
|
@@ -397,23 +397,23 @@ const U = z.div`
|
|
|
397
397
|
) })
|
|
398
398
|
] }),
|
|
399
399
|
c && /* @__PURE__ */ S(
|
|
400
|
-
|
|
400
|
+
$,
|
|
401
401
|
{
|
|
402
|
-
id:
|
|
402
|
+
id: E,
|
|
403
403
|
alignItems: "center",
|
|
404
404
|
gap: 2,
|
|
405
405
|
ref: R,
|
|
406
|
-
style:
|
|
406
|
+
style: H ? { width: "276px", whiteSpace: "wrap" } : {},
|
|
407
407
|
children: [
|
|
408
408
|
c,
|
|
409
|
-
n && /* @__PURE__ */
|
|
410
|
-
!s && o && /* @__PURE__ */
|
|
409
|
+
n && /* @__PURE__ */ h($, { flexShrink: 0, inlineCSS: { fontSize: "24px" }, children: n }),
|
|
410
|
+
!s && o && /* @__PURE__ */ h($, { flexShrink: 0, children: /* @__PURE__ */ h(
|
|
411
411
|
C,
|
|
412
412
|
{
|
|
413
413
|
className: "tooltip-closer",
|
|
414
414
|
name: "CloseLine",
|
|
415
415
|
size: "xSmall",
|
|
416
|
-
color:
|
|
416
|
+
color: e === "primary" ? "grey.100" : "grey.white",
|
|
417
417
|
role: "button",
|
|
418
418
|
"aria-hidden": "false",
|
|
419
419
|
focusable: "true",
|
|
@@ -439,5 +439,5 @@ const U = z.div`
|
|
|
439
439
|
);
|
|
440
440
|
});
|
|
441
441
|
export {
|
|
442
|
-
|
|
442
|
+
it as default
|
|
443
443
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementType, ReactNode } from 'react';
|
|
2
|
-
import { Color, PolymorphicComponentProps } from '
|
|
3
|
-
import { TypographyBodyKey, TypographyCaptionKey, TypographyDisplayKey, TypographyHeadlineKey } from '
|
|
2
|
+
import { Color, PolymorphicComponentProps } from '../../typings/component';
|
|
3
|
+
import { TypographyBodyKey, TypographyCaptionKey, TypographyDisplayKey, TypographyHeadlineKey } from '../../typings/typography';
|
|
4
4
|
|
|
5
5
|
export type TypographyProps<T extends ElementType = 'div'> = PolymorphicComponentProps<T> & {
|
|
6
6
|
variant?: TypographyDisplayKey | TypographyHeadlineKey | TypographyBodyKey | TypographyCaptionKey;
|
package/package.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const l = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M13.5879 12.3516C13.5879 13.0752 13.4932 13.5952 13.3047 13.9111C13.1417 14.1963 12.8846 14.4309 12.5332 14.6143C12.1867 14.7926 11.8063 14.8818 11.3936 14.8818C11.0065 14.8818 10.6935 14.7718 10.4541 14.5527C10.2147 14.3286 10.0948 14.059 10.0947 13.7432C10.0947 13.4374 10.1966 13.2004 10.4004 13.0322C10.6042 12.859 10.8178 12.7436 11.042 12.6875C11.2662 12.6264 11.6691 12.5354 12.25 12.4131C12.836 12.2857 13.2821 12.1658 13.5879 12.0537V12.3516Z", fill: "currentColor" }), /* @__PURE__ */ C.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5ZM12.0361 7.75C11.2157 7.75 10.5299 7.86172 9.97949 8.08594C9.42927 8.31012 9.02453 8.59595 8.76465 8.94238C8.50476 9.28891 8.375 9.64579 8.375 10.0127C8.37503 10.2471 8.45881 10.4409 8.62695 10.5938C8.80016 10.7414 9.00397 10.8154 9.23828 10.8154C9.49817 10.8154 9.66673 10.7695 9.74316 10.6777C9.8247 10.5809 9.95901 10.3843 10.1475 10.0889C10.3411 9.7933 10.5709 9.57161 10.8359 9.42383C11.106 9.27609 11.5062 9.20215 12.0361 9.20215C12.6523 9.20217 13.0572 9.33221 13.251 9.5918C13.4497 9.84658 13.5624 10.2495 13.5879 10.7998C13.1496 10.9272 12.7414 11.0372 12.3643 11.1289C11.9924 11.2155 11.5441 11.312 11.0195 11.4189C10.4947 11.526 10.1657 11.5944 10.0332 11.625C9.40142 11.7626 8.90476 12.0331 8.54297 12.4355C8.1812 12.8381 8.00004 13.3248 8 13.8955C8 14.3185 8.10998 14.7114 8.3291 15.0732C8.54821 15.4348 8.85932 15.7226 9.26172 15.9365C9.66931 16.1453 10.1409 16.25 10.6758 16.25C11.2616 16.25 11.7891 16.1536 12.2578 15.96C12.7317 15.7612 13.2211 15.4656 13.7256 15.0732C13.9599 15.4552 14.1818 15.7484 14.3906 15.9521C14.5994 16.1506 14.8106 16.2499 15.0244 16.25C15.2792 16.25 15.5063 16.1635 15.7051 15.9902C15.9089 15.8119 16.0107 15.6154 16.0107 15.4014C16.0107 15.279 15.9448 15.0065 15.8125 14.584C15.6851 14.1559 15.6211 13.7449 15.6211 13.3525C15.6262 12.9348 15.6289 12.5552 15.6289 12.2139C15.634 11.8725 15.6367 11.4569 15.6367 10.9678C15.6367 10.1933 15.5267 9.5713 15.3076 9.10254C15.0936 8.63393 14.7239 8.29308 14.1992 8.0791C13.6744 7.85999 12.9533 7.75001 12.0361 7.75Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
l as S
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const n=require("react");function o(e){if(e&&e.__esModule)return e;const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const C in e)if(C!=="default"){const r=Object.getOwnPropertyDescriptor(e,C);Object.defineProperty(t,C,r.get?r:{enumerable:!0,get:()=>e[C]})}}return t.default=e,Object.freeze(t)}const l=o(n),c=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{d:"M13.5879 12.3516C13.5879 13.0752 13.4932 13.5952 13.3047 13.9111C13.1417 14.1963 12.8846 14.4309 12.5332 14.6143C12.1867 14.7926 11.8063 14.8818 11.3936 14.8818C11.0065 14.8818 10.6935 14.7718 10.4541 14.5527C10.2147 14.3286 10.0948 14.059 10.0947 13.7432C10.0947 13.4374 10.1966 13.2004 10.4004 13.0322C10.6042 12.859 10.8178 12.7436 11.042 12.6875C11.2662 12.6264 11.6691 12.5354 12.25 12.4131C12.836 12.2857 13.2821 12.1658 13.5879 12.0537V12.3516Z",fill:"currentColor"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5ZM12.0361 7.75C11.2157 7.75 10.5299 7.86172 9.97949 8.08594C9.42927 8.31012 9.02453 8.59595 8.76465 8.94238C8.50476 9.28891 8.375 9.64579 8.375 10.0127C8.37503 10.2471 8.45881 10.4409 8.62695 10.5938C8.80016 10.7414 9.00397 10.8154 9.23828 10.8154C9.49817 10.8154 9.66673 10.7695 9.74316 10.6777C9.8247 10.5809 9.95901 10.3843 10.1475 10.0889C10.3411 9.7933 10.5709 9.57161 10.8359 9.42383C11.106 9.27609 11.5062 9.20215 12.0361 9.20215C12.6523 9.20217 13.0572 9.33221 13.251 9.5918C13.4497 9.84658 13.5624 10.2495 13.5879 10.7998C13.1496 10.9272 12.7414 11.0372 12.3643 11.1289C11.9924 11.2155 11.5441 11.312 11.0195 11.4189C10.4947 11.526 10.1657 11.5944 10.0332 11.625C9.40142 11.7626 8.90476 12.0331 8.54297 12.4355C8.1812 12.8381 8.00004 13.3248 8 13.8955C8 14.3185 8.10998 14.7114 8.3291 15.0732C8.54821 15.4348 8.85932 15.7226 9.26172 15.9365C9.66931 16.1453 10.1409 16.25 10.6758 16.25C11.2616 16.25 11.7891 16.1536 12.2578 15.96C12.7317 15.7612 13.2211 15.4656 13.7256 15.0732C13.9599 15.4552 14.1818 15.7484 14.3906 15.9521C14.5994 16.1506 14.8106 16.2499 15.0244 16.25C15.2792 16.25 15.5063 16.1635 15.7051 15.9902C15.9089 15.8119 16.0107 15.6154 16.0107 15.4014C16.0107 15.279 15.9448 15.0065 15.8125 14.584C15.6851 14.1559 15.6211 13.7449 15.6211 13.3525C15.6262 12.9348 15.6289 12.5552 15.6289 12.2139C15.634 11.8725 15.6367 11.4569 15.6367 10.9678C15.6367 10.1933 15.5267 9.5713 15.3076 9.10254C15.0936 8.63393 14.7239 8.29308 14.1992 8.0791C13.6744 7.85999 12.9533 7.75001 12.0361 7.75Z",fill:"currentColor"}));exports.SvgAlphabetFill=c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const n=require("react");function l(e){if(e&&e.__esModule)return e;const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const L=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,L.get?L:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=l(n),i=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5942 2.16592C14.1307 1.83408 14.8335 2.00688 15.1528 2.54971L16.0024 3.97353C16.1365 4.1971 16.3792 4.33148 16.6411 4.3251L18.3012 4.28017C18.9271 4.26101 19.4509 4.76568 19.4575 5.3915L19.477 7.05263C19.477 7.31453 19.624 7.55138 19.854 7.67275L21.3168 8.45791C21.8722 8.75809 22.0702 9.44779 21.7641 9.99697L20.9526 11.4472C20.8248 11.6771 20.8311 11.9521 20.9653 12.1757L21.8334 13.5878C22.1655 14.1243 21.9936 14.827 21.4506 15.1464L20.0258 15.996C19.8025 16.1302 19.6689 16.373 19.6752 16.6347L19.7192 18.2948C19.7384 18.9208 19.2339 19.4447 18.6079 19.4511L16.9477 19.4706C16.6858 19.4706 16.449 19.6176 16.3276 19.8476L15.5424 21.3104C15.2422 21.8661 14.5517 22.0643 14.0024 21.7577L12.5522 20.9462C12.3223 20.8186 12.0481 20.8249 11.8247 20.9589L10.4125 21.827C9.87598 22.1592 9.17334 21.9872 8.85395 21.4442L8.00434 20.0194C7.87016 19.7961 7.62744 19.6625 7.36567 19.6688L5.70454 19.7128C5.07869 19.7318 4.55468 19.2273 4.54829 18.6015L4.52973 16.9413C4.52973 16.6794 4.38272 16.4426 4.15278 16.3212L2.68989 15.536C2.13416 15.2358 1.93601 14.5453 2.24263 13.996L3.05415 12.5458C3.18165 12.316 3.17533 12.0417 3.04145 11.8183L2.17231 10.4062C1.84027 9.8696 2.01319 9.16691 2.5561 8.84756L3.97993 7.99795C4.2035 7.8638 4.33788 7.62117 4.33149 7.35928L4.28657 5.69814C4.26761 5.07243 4.77219 4.54849 5.3979 4.54189L7.05903 4.52334C7.32093 4.52334 7.55778 4.37634 7.67915 4.14638L8.46431 2.68349C8.76446 2.1279 9.45409 1.92994 10.0034 2.23623L11.4536 3.04775C11.6835 3.17549 11.9585 3.16915 12.1821 3.03506L13.5942 2.16592ZM16.7387 8.39346C16.3463 8.05599 15.7675 8.07615 15.3999 8.42471L15.3286 8.49892L11.104 13.4101L8.56489 10.9198L8.48872 10.8515C8.09284 10.5347 7.51345 10.5637 7.15083 10.9335C6.78841 11.3032 6.77086 11.8828 7.09516 12.2724L7.1645 12.3476L10.4663 15.5858C10.6637 15.7794 10.9332 15.8827 11.2094 15.871C11.4856 15.8592 11.745 15.7338 11.9252 15.5243L16.8452 9.80361C17.2053 9.38492 17.1574 8.7536 16.7387 8.39346Z",fill:"
|
|
1
|
+
"use strict";const n=require("react");function l(e){if(e&&e.__esModule)return e;const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const L=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,L.get?L:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=l(n),i=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5942 2.16592C14.1307 1.83408 14.8335 2.00688 15.1528 2.54971L16.0024 3.97353C16.1365 4.1971 16.3792 4.33148 16.6411 4.3251L18.3012 4.28017C18.9271 4.26101 19.4509 4.76568 19.4575 5.3915L19.477 7.05263C19.477 7.31453 19.624 7.55138 19.854 7.67275L21.3168 8.45791C21.8722 8.75809 22.0702 9.44779 21.7641 9.99697L20.9526 11.4472C20.8248 11.6771 20.8311 11.9521 20.9653 12.1757L21.8334 13.5878C22.1655 14.1243 21.9936 14.827 21.4506 15.1464L20.0258 15.996C19.8025 16.1302 19.6689 16.373 19.6752 16.6347L19.7192 18.2948C19.7384 18.9208 19.2339 19.4447 18.6079 19.4511L16.9477 19.4706C16.6858 19.4706 16.449 19.6176 16.3276 19.8476L15.5424 21.3104C15.2422 21.8661 14.5517 22.0643 14.0024 21.7577L12.5522 20.9462C12.3223 20.8186 12.0481 20.8249 11.8247 20.9589L10.4125 21.827C9.87598 22.1592 9.17334 21.9872 8.85395 21.4442L8.00434 20.0194C7.87016 19.7961 7.62744 19.6625 7.36567 19.6688L5.70454 19.7128C5.07869 19.7318 4.55468 19.2273 4.54829 18.6015L4.52973 16.9413C4.52973 16.6794 4.38272 16.4426 4.15278 16.3212L2.68989 15.536C2.13416 15.2358 1.93601 14.5453 2.24263 13.996L3.05415 12.5458C3.18165 12.316 3.17533 12.0417 3.04145 11.8183L2.17231 10.4062C1.84027 9.8696 2.01319 9.16691 2.5561 8.84756L3.97993 7.99795C4.2035 7.8638 4.33788 7.62117 4.33149 7.35928L4.28657 5.69814C4.26761 5.07243 4.77219 4.54849 5.3979 4.54189L7.05903 4.52334C7.32093 4.52334 7.55778 4.37634 7.67915 4.14638L8.46431 2.68349C8.76446 2.1279 9.45409 1.92994 10.0034 2.23623L11.4536 3.04775C11.6835 3.17549 11.9585 3.16915 12.1821 3.03506L13.5942 2.16592ZM16.7387 8.39346C16.3463 8.05599 15.7675 8.07615 15.3999 8.42471L15.3286 8.49892L11.104 13.4101L8.56489 10.9198L8.48872 10.8515C8.09284 10.5347 7.51345 10.5637 7.15083 10.9335C6.78841 11.3032 6.77086 11.8828 7.09516 12.2724L7.1645 12.3476L10.4663 15.5858C10.6637 15.7794 10.9332 15.8827 11.2094 15.871C11.4856 15.8592 11.745 15.7338 11.9252 15.5243L16.8452 9.80361C17.2053 9.38492 17.1574 8.7536 16.7387 8.39346Z",fill:"currentColor"}));exports.SvgCertifiedFill=i;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as C from "react";
|
|
2
|
-
const e = (L) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...L }, /* @__PURE__ */ C.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5942 2.16592C14.1307 1.83408 14.8335 2.00688 15.1528 2.54971L16.0024 3.97353C16.1365 4.1971 16.3792 4.33148 16.6411 4.3251L18.3012 4.28017C18.9271 4.26101 19.4509 4.76568 19.4575 5.3915L19.477 7.05263C19.477 7.31453 19.624 7.55138 19.854 7.67275L21.3168 8.45791C21.8722 8.75809 22.0702 9.44779 21.7641 9.99697L20.9526 11.4472C20.8248 11.6771 20.8311 11.9521 20.9653 12.1757L21.8334 13.5878C22.1655 14.1243 21.9936 14.827 21.4506 15.1464L20.0258 15.996C19.8025 16.1302 19.6689 16.373 19.6752 16.6347L19.7192 18.2948C19.7384 18.9208 19.2339 19.4447 18.6079 19.4511L16.9477 19.4706C16.6858 19.4706 16.449 19.6176 16.3276 19.8476L15.5424 21.3104C15.2422 21.8661 14.5517 22.0643 14.0024 21.7577L12.5522 20.9462C12.3223 20.8186 12.0481 20.8249 11.8247 20.9589L10.4125 21.827C9.87598 22.1592 9.17334 21.9872 8.85395 21.4442L8.00434 20.0194C7.87016 19.7961 7.62744 19.6625 7.36567 19.6688L5.70454 19.7128C5.07869 19.7318 4.55468 19.2273 4.54829 18.6015L4.52973 16.9413C4.52973 16.6794 4.38272 16.4426 4.15278 16.3212L2.68989 15.536C2.13416 15.2358 1.93601 14.5453 2.24263 13.996L3.05415 12.5458C3.18165 12.316 3.17533 12.0417 3.04145 11.8183L2.17231 10.4062C1.84027 9.8696 2.01319 9.16691 2.5561 8.84756L3.97993 7.99795C4.2035 7.8638 4.33788 7.62117 4.33149 7.35928L4.28657 5.69814C4.26761 5.07243 4.77219 4.54849 5.3979 4.54189L7.05903 4.52334C7.32093 4.52334 7.55778 4.37634 7.67915 4.14638L8.46431 2.68349C8.76446 2.1279 9.45409 1.92994 10.0034 2.23623L11.4536 3.04775C11.6835 3.17549 11.9585 3.16915 12.1821 3.03506L13.5942 2.16592ZM16.7387 8.39346C16.3463 8.05599 15.7675 8.07615 15.3999 8.42471L15.3286 8.49892L11.104 13.4101L8.56489 10.9198L8.48872 10.8515C8.09284 10.5347 7.51345 10.5637 7.15083 10.9335C6.78841 11.3032 6.77086 11.8828 7.09516 12.2724L7.1645 12.3476L10.4663 15.5858C10.6637 15.7794 10.9332 15.8827 11.2094 15.871C11.4856 15.8592 11.745 15.7338 11.9252 15.5243L16.8452 9.80361C17.2053 9.38492 17.1574 8.7536 16.7387 8.39346Z", fill: "
|
|
2
|
+
const e = (L) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...L }, /* @__PURE__ */ C.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5942 2.16592C14.1307 1.83408 14.8335 2.00688 15.1528 2.54971L16.0024 3.97353C16.1365 4.1971 16.3792 4.33148 16.6411 4.3251L18.3012 4.28017C18.9271 4.26101 19.4509 4.76568 19.4575 5.3915L19.477 7.05263C19.477 7.31453 19.624 7.55138 19.854 7.67275L21.3168 8.45791C21.8722 8.75809 22.0702 9.44779 21.7641 9.99697L20.9526 11.4472C20.8248 11.6771 20.8311 11.9521 20.9653 12.1757L21.8334 13.5878C22.1655 14.1243 21.9936 14.827 21.4506 15.1464L20.0258 15.996C19.8025 16.1302 19.6689 16.373 19.6752 16.6347L19.7192 18.2948C19.7384 18.9208 19.2339 19.4447 18.6079 19.4511L16.9477 19.4706C16.6858 19.4706 16.449 19.6176 16.3276 19.8476L15.5424 21.3104C15.2422 21.8661 14.5517 22.0643 14.0024 21.7577L12.5522 20.9462C12.3223 20.8186 12.0481 20.8249 11.8247 20.9589L10.4125 21.827C9.87598 22.1592 9.17334 21.9872 8.85395 21.4442L8.00434 20.0194C7.87016 19.7961 7.62744 19.6625 7.36567 19.6688L5.70454 19.7128C5.07869 19.7318 4.55468 19.2273 4.54829 18.6015L4.52973 16.9413C4.52973 16.6794 4.38272 16.4426 4.15278 16.3212L2.68989 15.536C2.13416 15.2358 1.93601 14.5453 2.24263 13.996L3.05415 12.5458C3.18165 12.316 3.17533 12.0417 3.04145 11.8183L2.17231 10.4062C1.84027 9.8696 2.01319 9.16691 2.5561 8.84756L3.97993 7.99795C4.2035 7.8638 4.33788 7.62117 4.33149 7.35928L4.28657 5.69814C4.26761 5.07243 4.77219 4.54849 5.3979 4.54189L7.05903 4.52334C7.32093 4.52334 7.55778 4.37634 7.67915 4.14638L8.46431 2.68349C8.76446 2.1279 9.45409 1.92994 10.0034 2.23623L11.4536 3.04775C11.6835 3.17549 11.9585 3.16915 12.1821 3.03506L13.5942 2.16592ZM16.7387 8.39346C16.3463 8.05599 15.7675 8.07615 15.3999 8.42471L15.3286 8.49892L11.104 13.4101L8.56489 10.9198L8.48872 10.8515C8.09284 10.5347 7.51345 10.5637 7.15083 10.9335C6.78841 11.3032 6.77086 11.8828 7.09516 12.2724L7.1645 12.3476L10.4663 15.5858C10.6637 15.7794 10.9332 15.8827 11.2094 15.871C11.4856 15.8592 11.745 15.7338 11.9252 15.5243L16.8452 9.80361C17.2053 9.38492 17.1574 8.7536 16.7387 8.39346Z", fill: "currentColor" }));
|
|
3
3
|
export {
|
|
4
4
|
e as S
|
|
5
5
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M1.92864 12.9326C1.34888 12.3413 1.35805 11.3916 1.94915 10.8115C2.54059 10.2315 3.49114 10.2406 4.07122 10.832L1.92864 12.9326ZM21.9492 3.83888C22.5502 4.33026 22.6716 5.19102 22.2529 5.8252L22.1611 5.94923L10.9111 19.7139C10.6413 20.0439 10.2441 20.2433 9.81829 20.2627C9.44572 20.2796 9.08187 20.1575 8.79681 19.9229L8.67962 19.8154L1.92864 12.9326L4.07122 10.832L9.64934 16.5186L19.8388 4.05079L19.9413 3.93653C20.4795 3.39956 21.3478 3.34742 21.9492 3.83888Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
l as S
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const l=require("react");function o(e){if(e&&e.__esModule)return e;const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=o(l),i=e=>c.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},c.createElement("path",{d:"M1.92864 12.9326C1.34888 12.3413 1.35805 11.3916 1.94915 10.8115C2.54059 10.2315 3.49114 10.2406 4.07122 10.832L1.92864 12.9326ZM21.9492 3.83888C22.5502 4.33026 22.6716 5.19102 22.2529 5.8252L22.1611 5.94923L10.9111 19.7139C10.6413 20.0439 10.2441 20.2433 9.81829 20.2627C9.44572 20.2796 9.08187 20.1575 8.79681 19.9229L8.67962 19.8154L1.92864 12.9326L4.07122 10.832L9.64934 16.5186L19.8388 4.05079L19.9413 3.93653C20.4795 3.39956 21.3478 3.34742 21.9492 3.83888Z",fill:"currentColor"}));exports.SvgCheckFill=i;
|
|
@@ -20,3 +20,7 @@ export { default as LikeFill } from './like-fill.svg';
|
|
|
20
20
|
export { default as CertifiedFill } from './certified-fill.svg';
|
|
21
21
|
export { default as LocationFill } from './location-fill.svg';
|
|
22
22
|
export { default as SendFill } from './send-fill.svg';
|
|
23
|
+
export { default as SearchFill } from './search-fill.svg';
|
|
24
|
+
export { default as CheckFill } from './check-fill.svg';
|
|
25
|
+
export { default as AlphabetFill } from './alphabet-fill.svg';
|
|
26
|
+
export { default as TimeFill } from './time-fill.svg';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const c=require("react");function o(e){if(e&&e.__esModule)return e;const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const l=o(c),i=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 1.75C5.66751 1.75 1.75 5.66751 1.75 10.5C1.75 15.3325 5.66751 19.25 10.5 19.25C12.4657 19.25 14.2799 18.6018 15.7407 17.5076L20.116 21.8838C20.6041 22.372 21.3956 22.3721 21.8838 21.884C22.372 21.3959 22.3721 20.6044 21.884 20.1162L17.5084 15.7397C18.6022 14.279 19.25 12.4652 19.25 10.5C19.25 5.66751 15.3325 1.75 10.5 1.75ZM4.25 10.5C4.25 7.04822 7.04822 4.25 10.5 4.25C13.9518 4.25 16.75 7.04822 16.75 10.5C16.75 13.9518 13.9518 16.75 10.5 16.75C7.04822 16.75 4.25 13.9518 4.25 10.5Z",fill:"currentColor"}));exports.SvgSearchFill=i;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const t = (l) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 1.75C5.66751 1.75 1.75 5.66751 1.75 10.5C1.75 15.3325 5.66751 19.25 10.5 19.25C12.4657 19.25 14.2799 18.6018 15.7407 17.5076L20.116 21.8838C20.6041 22.372 21.3956 22.3721 21.8838 21.884C22.372 21.3959 22.3721 20.6044 21.884 20.1162L17.5084 15.7397C18.6022 14.279 19.25 12.4652 19.25 10.5C19.25 5.66751 15.3325 1.75 10.5 1.75ZM4.25 10.5C4.25 7.04822 7.04822 4.25 10.5 4.25C13.9518 4.25 16.75 7.04822 16.75 10.5C16.75 13.9518 13.9518 16.75 10.5 16.75C7.04822 16.75 4.25 13.9518 4.25 10.5Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
t as S
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const t = (l) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12.75 6.5C12.75 6.08579 12.4142 5.75 12 5.75C11.5858 5.75 11.25 6.08579 11.25 6.5V11.7929C11.25 12.1244 11.3817 12.4424 11.6161 12.6768L13.7197 14.7803C14.0126 15.0732 14.4874 15.0732 14.7803 14.7803C15.0732 14.4874 15.0732 14.0126 14.7803 13.7197L12.75 11.6893V6.5Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
t as S
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const o=require("react");function c(e){if(e&&e.__esModule)return e;const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const r=c(o),i=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12.75 6.5C12.75 6.08579 12.4142 5.75 12 5.75C11.5858 5.75 11.25 6.08579 11.25 6.5V11.7929C11.25 12.1244 11.3817 12.4424 11.6161 12.6768L13.7197 14.7803C14.0126 15.0732 14.4874 15.0732 14.7803 14.7803C15.0732 14.4874 15.0732 14.0126 14.7803 13.7197L12.75 11.6893V6.5Z",fill:"currentColor"}));exports.SvgTimeFill=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./colorLine/calendar-color-line.svg-BtUQ4TKP.cjs"),i=require("./colorLine/goods-color-line.svg-Dz9RB5RV.cjs"),c=require("./colorLine/kids-color-line.svg-BF7M2ymg.cjs"),o=require("./colorLine/time-color-line.svg-lvcsdtRd.cjs"),r=require("./colorLine/capacity-color-line.svg-BQo3SZhS.cjs"),n=require("./emoji/average-plane-emoji.svg-Ddpo9mEE.cjs"),s=require("./emoji/excellent-plane-emoji.svg-CSFc2vsd.cjs"),_=require("./emoji/good-plane-emoji.svg-BShQn-co.cjs"),t=require("./etc/cash-etc.svg-BE9-4t5W.cjs"),l=require("./etc/point-etc.svg-CAEUCvfM.cjs"),g=require("./etc/check-etc.svg-6o7_QHlK.cjs"),u=require("./etc/unscheduled-etc.svg-D-47KeXg.cjs"),v=require("./etc/coupon-etc.svg-DB4JIfi8.cjs"),L=require("./fill/alert-fill.svg-C8QjfUUX.cjs"),a=require("./fill/apply-fill.svg-DRpGrJGw.cjs"),S=require("./fill/arrow-down-fill.svg-VKh4yV7q.cjs"),q=require("./fill/arrow-left-fill.svg-DVd7uVkk.cjs"),F=require("./fill/arrow-right-fill.svg-CkH6pq8F.cjs"),d=require("./fill/arrow-up-fill.svg-DWbcv7JX.cjs"),h=require("./fill/chatting-fill.svg-HaX5-_VL.cjs"),C=require("./fill/complete-fill.svg-DhQki4Tw.cjs"),m=require("./fill/home-fill.svg-CxFGWK0L.cjs"),w=require("./fill/info-fill.svg-DkEX99Sy.cjs"),f=require("./fill/invalid-fill.svg-CJJ-xmGJ.cjs"),p=require("./fill/met-fill.svg-B09QdWd-.cjs"),y=require("./fill/ongoing-fill.svg-D9OuoEPD.cjs"),A=require("./fill/review-fill.svg-Ci8MN4eI.cjs"),E=require("./fill/schedule-fill.svg-7tGjhrTb.cjs"),k=require("./fill/tooltip-fill.svg-taAPxbyB.cjs"),b=require("./fill/user-fill.svg-C5DT_82L.cjs"),I=require("./fill/clr-fill.svg-DuLFHwKc.cjs"),U=require("./fill/like-fill.svg-DnL66ApL.cjs"),M=require("./fill/certified-fill.svg-DA375i9-.cjs"),D=require("./fill/location-fill.svg-Die9mxQH.cjs"),P=require("./fill/send-fill.svg-D197Lwl0.cjs"),j=require("./fill/search-fill.svg-BvLNCg-N.cjs"),R=require("./fill/check-fill.svg-BKKTgIa3.cjs"),T=require("./fill/alphabet-fill.svg-HBXWjzrC.cjs"),H=require("./fill/time-fill.svg-DcMfM75a.cjs"),W=require("./line/arrow-back-line.svg-CohS2cJ8.cjs"),B=require("./line/arrow-downward-line.svg-U4yGkiO6.cjs"),O=require("./line/arrow-forward-line.svg-CXsiELrZ.cjs"),G=require("./line/arrow-upward-line.svg-D38aA0Uw.cjs"),V=require("./line/check-line.svg-CKsagFl6.cjs"),K=require("./line/chevron-down-line.svg-BYCd5Luv.cjs"),x=require("./line/chevron-left-line.svg-DSET8qrk.cjs"),z=require("./line/chevron-right-line.svg-Dm2YWA1K.cjs"),J=require("./line/chevron-up-line.svg-D9ekQ02i.cjs"),N=require("./line/close-line.svg-CSVwgqiB.cjs"),Q=require("./line/download-line.svg-DvinNPah.cjs"),X=require("./line/eye-invisible-line.svg-C_XjeDHE.cjs"),Y=require("./line/eye-visible-line.svg-D3netPU8.cjs"),Z=require("./line/hamburger-line.svg-CMG7FGB3.cjs"),$=require("./line/minus-line.svg-BFTYxAEx.cjs"),ee=require("./line/plus-line.svg-CGLFrOvH.cjs"),ie=require("./line/reset-line.svg-VXhJXGw4.cjs"),ce=require("./line/search-line.svg-CyECq3s4.cjs"),oe=require("./line/upload-line.svg-CDbJ-I5E.cjs"),re=require("./line/alarm-line.svg-BRunNxMG.cjs"),ne=require("./line/calendar-line.svg-BsHcmpqT.cjs"),se=require("./line/certificate-line.svg-BoPUjufG.cjs"),_e=require("./line/chat-line.svg-Dhe-5vHA.cjs"),te=require("./line/delete-line.svg-DyddYBjS.cjs"),le=require("./line/fullview-line.svg-3aeWiJNf.cjs"),ge=require("./line/kids-line.svg-Hhqmv7us.cjs"),ue=require("./line/link-line.svg-BQlngNks.cjs"),ve=require("./line/match-type-line.svg-DGpCvcRV.cjs"),Le=require("./line/mobile-line.svg-CcR_mhy0.cjs"),ae=require("./line/modify-line.svg-y24Tpez8.cjs"),Se=require("./line/setting-line.svg-KZcCRQnu.cjs"),qe=require("./line/special-line.svg-BIbaMWsd.cjs"),Fe=require("./line/time-line.svg-DXBDjsih.cjs"),de=require("./line/university-line.svg-D2T-TUW5.cjs"),he=require("./line/warning1-line.svg-Bhi7ngGw.cjs"),Ce=require("./line/warning2-line.svg-Kf0io8lf.cjs"),me=require("./line/attach-line.svg-BhuonxHd.cjs"),we=require("./line/browser-line.svg-B7UMwER5.cjs"),fe=require("./line/call-line.svg-CVbza-nx.cjs"),pe=require("./line/camera-line.svg-BuDRmRYc.cjs"),ye=require("./line/card-line.svg-Dh3x2e7j.cjs"),Ae=require("./line/copy-line.svg-DA-07Z90.cjs"),Ee=require("./line/filter-line.svg-J5XFEh1F.cjs"),ke=require("./line/goods-line.svg-BYSmk4Lo.cjs"),be=require("./line/img-line.svg-runB4pj4.cjs"),Ie=require("./line/location-line.svg-BYTa6SR_.cjs"),Ue=require("./line/information-line.svg-fQYLBjcn.cjs"),Me=require("./line/parking-line.svg-BYdvScSf.cjs"),De=require("./line/receipt-line.svg-Db2ey7Vk.cjs"),Pe=require("./line/share-line.svg-BuvAb_mR.cjs"),je=require("./line/sms-line.svg-CfS4BH8b.cjs"),Re=require("./line/wifi-line.svg-DGCMJ5Oi.cjs"),Te=require("./line/apply-line.svg-OFt_RKTM.cjs"),He=require("./line/chatting-line.svg-DFq1Xeov.cjs"),We=require("./line/home-line.svg-BqHMy_15.cjs"),Be=require("./line/headphone-line.svg-Buq82k6m.cjs"),Oe=require("./line/like-line.svg-B09ewWGN.cjs"),Ge=require("./line/insurance-line.svg-XgpoFsM2.cjs"),Ve=require("./line/schedule-line.svg-CBOfzdyP.cjs"),Ke=require("./line/user-line.svg-Du2rRzus.cjs"),xe=require("./line/more-line.svg-fOrqycnA.cjs"),ze=require("./line/img-disable-line.svg-Bzvgi8Uu.cjs"),Je=require("./line/toy-line.svg-vUxUn7S0.cjs"),Ne=require("./line/instagram-line.svg-BiBj4li4.cjs"),Qe=require("./line/align-line.svg-DEHi23C3.cjs"),Xe=require("./line/cash-line.svg-_QlaTlXM.cjs"),Ye=require("./line/sound-line.svg-CmfcTDgu.cjs"),Ze=require("./line/sound-off-line.svg-BpovzQS7.cjs"),$e=require("./line/ban-line.svg-D9JlR8gb.cjs"),ei=require("./line/met-line.svg-CiYvySY5.cjs"),ii=require("./line/align-edit.svg-CheFH-PQ.cjs"),ci=require("./line/video-camera-line.svg-iZ3dICcd.cjs"),oi=require("./line/review-line.svg-DYUuUybx.cjs"),ri=require("./line/list-line.svg-r5d5htjN.cjs"),ni=require("./line/monthly-line.svg-BdyaJ1t_.cjs"),si=require("./line/weekly-line.svg-BCO-LS_a.cjs"),_i=Object.freeze(Object.defineProperty({__proto__:null,AlarmLine:re.SvgAlarmLine,AlertFill:L.SvgAlertFill,AlignEditLine:ii.SvgAlignEdit,AlignLine:Qe.SvgAlignLine,AlphabetFill:T.SvgAlphabetFill,ApplyFill:a.SvgApplyFill,ApplyLine:Te.SvgApplyLine,ArrowBackLine:W.SvgArrowBackLine,ArrowDownFill:S.SvgArrowDownFill,ArrowDownwardLine:B.SvgArrowDownwardLine,ArrowForwardLine:O.SvgArrowForwardLine,ArrowLeftFill:q.SvgArrowLeftFill,ArrowRightFill:F.SvgArrowRightFill,ArrowUpFill:d.SvgArrowUpFill,ArrowUpwardLine:G.SvgArrowUpwardLine,AttachLine:me.SvgAttachLine,AveragePlaneEmoji:n.SvgAveragePlaneEmoji,BanLine:$e.SvgBanLine,BrowserLine:we.SvgBrowserLine,CalendarColorLine:e.SvgCalendarColorLine,CalendarLine:ne.SvgCalendarLine,CallLine:fe.SvgCallLine,CameraLine:pe.SvgCameraLine,CapacityColorLine:r.SvgCapacityColorLine,CardLine:ye.SvgCardLine,CashEtc:t.SvgCashEtc,CashLine:Xe.SvgCashLine,CertificateLine:se.SvgCertificateLine,CertifiedFill:M.SvgCertifiedFill,ChatLine:_e.SvgChatLine,ChattingFill:h.SvgChattingFill,ChattingLine:He.SvgChattingLine,CheckEtc:g.SvgCheckEtc,CheckFill:R.SvgCheckFill,CheckLine:V.SvgCheckLine,ChevronDownLine:K.SvgChevronDownLine,ChevronLeftLine:x.SvgChevronLeftLine,ChevronRightLine:z.SvgChevronRightLine,ChevronUpLine:J.SvgChevronUpLine,CloseLine:N.SvgCloseLine,ClrFill:I.SvgClrFill,CompleteFill:C.SvgCompleteFill,CopyLine:Ae.SvgCopyLine,CouponEtc:v.SvgCouponEtc,DeleteLine:te.SvgDeleteLine,DownloadLine:Q.SvgDownloadLine,ExcellentPlaneEmoji:s.SvgExcellentPlaneEmoji,EyeInvisibleLine:X.SvgEyeInvisibleLine,EyeVisibleLine:Y.SvgEyeVisibleLine,FilterLine:Ee.SvgFilterLine,FullViewLine:le.SvgFullviewLine,GoodPlaneEmoji:_.SvgGoodPlaneEmoji,GoodsColorLine:i.SvgGoodsColorLine,GoodsLine:ke.SvgGoodsLine,HamburgerLine:Z.SvgHamburgerLine,HeadphoneLine:Be.SvgHeadphoneLine,HomeFill:m.SvgHomeFill,HomeLine:We.SvgHomeLine,ImgDisableLine:ze.SvgImgDisableLine,ImgLine:be.SvgImgLine,InfoFill:w.SvgInfoFill,InformationLine:Ue.SvgInformationLine,InstagramLine:Ne.SvgInstagramLine,InsuranceLine:Ge.SvgInsuranceLine,InvalidFill:f.SvgInvalidFill,KidsColorLine:c.SvgKidsColorLine,KidsLine:ge.SvgKidsLine,LikeFill:U.SvgLikeFill,LikeLine:Oe.SvgLikeLine,LinkLine:ue.SvgLinkLine,ListLine:ri.SvgListLine,LocationFill:D.SvgLocationFill,LocationLine:Ie.SvgLocationLine,MatchTypeLine:ve.SvgMatchTypeLine,MetFill:p.SvgMetFill,MetLine:ei.SvgMetLine,MinusLine:$.SvgMinusLine,MobileLine:Le.SvgMobileLine,ModifyLine:ae.SvgModifyLine,MonthlyLine:ni.SvgMonthlyLine,MoreLine:xe.SvgMoreLine,OngoingFill:y.SvgOngoingFill,ParkingLine:Me.SvgParkingLine,PlusLine:ee.SvgPlusLine,PointEtc:l.SvgPointEtc,ReceiptLine:De.SvgReceiptLine,ResetLine:ie.SvgResetLine,ReviewFill:A.SvgReviewFill,ReviewLine:oi.SvgReviewLine,ScheduleFill:E.SvgScheduleFill,ScheduleLine:Ve.SvgScheduleLine,SearchFill:j.SvgSearchFill,SearchLine:ce.SvgSearchLine,SendFill:P.SvgSendFill,SettingLine:Se.SvgSettingLine,ShareLine:Pe.SvgShareLine,SmsLine:je.SvgSmsLine,SoundLine:Ye.SvgSoundLine,SoundOffLine:Ze.SvgSoundOffLine,SpecialLine:qe.SvgSpecialLine,TimeColorLine:o.SvgTimeColorLine,TimeFill:H.SvgTimeFill,TimeLine:Fe.SvgTimeLine,TooltipFill:k.SvgTooltipFill,ToyLine:Je.SvgToyLine,UnScheduledEtc:u.SvgUnscheduledEtc,UniversityLine:de.SvgUniversityLine,UploadLine:oe.SvgUploadLine,UserFill:b.SvgUserFill,UserLine:Ke.SvgUserLine,VideoCameraLine:ci.SvgVideoCameraLine,Warning1Line:he.SvgWarning1Line,Warning2Line:Ce.SvgWarning2Line,WeeklyLine:si.SvgWeeklyLine,WifiLine:Re.SvgWifiLine},Symbol.toStringTag,{value:"Module"}));exports.SvgIcons=_i;
|