@dotss/ui 0.0.10 → 0.0.12
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.cjs +13 -7
- package/Accordion/Accordion.d.ts +2 -0
- package/Accordion/Accordion.es.js +86 -65
- package/Autocomplete/Autocomplete.cjs +1 -1
- package/Autocomplete/Autocomplete.d.ts +1 -1
- package/Autocomplete/Autocomplete.es.js +235 -80
- package/BottomSheet/BottomSheet.cjs +5 -5
- package/BottomSheet/BottomSheet.d.ts +3 -0
- package/BottomSheet/BottomSheet.es.js +88 -70
- package/BottomSheet/BottomSheetText/BottomSheetText.cjs +2 -2
- package/BottomSheet/BottomSheetText/BottomSheetText.es.js +18 -6
- package/BottomSheet/BottomSheetTitle/BottomSheetTitle.cjs +6 -6
- package/BottomSheet/BottomSheetTitle/BottomSheetTitle.d.ts +2 -1
- package/BottomSheet/BottomSheetTitle/BottomSheetTitle.es.js +26 -15
- package/Button/Button.cjs +6 -6
- package/Button/Button.es.js +35 -29
- package/ChainPicker/ChainPicker.cjs +16 -6
- package/ChainPicker/ChainPicker.d.ts +4 -2
- package/ChainPicker/ChainPicker.es.js +155 -110
- package/ChainPicker/ChainPicker.stories.d.ts +1 -1
- package/Checkbox/Checkbox.cjs +3 -3
- package/Checkbox/Checkbox.es.js +12 -10
- package/CircularProgressIndicator/CircularProgressIndicator.cjs +5 -5
- package/CircularProgressIndicator/CircularProgressIndicator.es.js +25 -22
- package/DatePicker/DatePicker.cjs +37 -20
- package/DatePicker/DatePicker.d.ts +2 -1
- package/DatePicker/DatePicker.es.js +345 -320
- package/DatePicker/DatePicker.stories.d.ts +1 -0
- package/DatePicker/EventDot/EventDot.cjs +8 -0
- package/DatePicker/EventDot/EventDot.d.ts +8 -0
- package/DatePicker/EventDot/EventDot.es.js +19 -0
- package/DatePicker/EventDot/index.cjs +1 -0
- package/DatePicker/EventDot/index.d.ts +3 -0
- package/DatePicker/EventDot/index.es.js +4 -0
- package/DatePicker/EventDotGroup/EventDotGroup.cjs +8 -0
- package/DatePicker/EventDotGroup/EventDotGroup.d.ts +8 -0
- package/DatePicker/EventDotGroup/EventDotGroup.es.js +39 -0
- package/DatePicker/EventDotGroup/index.cjs +1 -0
- package/DatePicker/EventDotGroup/index.d.ts +3 -0
- package/DatePicker/EventDotGroup/index.es.js +4 -0
- package/DatePicker/index.cjs +1 -1
- package/DatePicker/index.d.ts +2 -0
- package/DatePicker/index.es.js +6 -2
- package/Dialog/Dialog.cjs +2 -2
- package/Dialog/Dialog.d.ts +2 -0
- package/Dialog/Dialog.es.js +45 -40
- package/Dialog/Dialog.stories.d.ts +10 -0
- package/Dialog/DialogText/DialogText.cjs +1 -1
- package/Dialog/DialogText/DialogText.es.js +1 -1
- package/Dialog/DialogTitle/DialogTitle.cjs +4 -4
- package/Dialog/DialogTitle/DialogTitle.d.ts +2 -1
- package/Dialog/DialogTitle/DialogTitle.es.js +17 -17
- package/FocusBoundary/FocusBoundary.cjs +1 -1
- package/FocusBoundary/FocusBoundary.d.ts +3 -1
- package/FocusBoundary/FocusBoundary.es.js +49 -42
- package/FormControlText/FormControlText.cjs +7 -5
- package/FormControlText/FormControlText.d.ts +2 -0
- package/FormControlText/FormControlText.es.js +50 -40
- package/Icon/Icon.cjs +1 -1
- package/Icon/Icon.es.js +1 -1
- package/IconButton/IconButton.cjs +8 -8
- package/IconButton/IconButton.es.js +32 -25
- package/LineProgressIndicator/LineProgressIndicator.cjs +6 -6
- package/LineProgressIndicator/LineProgressIndicator.es.js +34 -22
- package/Menu/Menu.cjs +16 -16
- package/Menu/Menu.d.ts +3 -2
- package/Menu/Menu.es.js +115 -81
- package/Menu/Menu.stories.d.ts +1 -0
- package/Menu/MenuBlock/MenuBlock.cjs +14 -7
- package/Menu/MenuBlock/MenuBlock.d.ts +1 -0
- package/Menu/MenuBlock/MenuBlock.es.js +47 -35
- package/Menu/MenuButton/MenuButton.cjs +1 -0
- package/Menu/MenuButton/MenuButton.d.ts +10 -0
- package/Menu/MenuButton/MenuButton.es.js +44 -0
- package/Menu/MenuButton/index.cjs +1 -0
- package/Menu/MenuButton/index.d.ts +3 -0
- package/Menu/MenuButton/index.es.js +4 -0
- package/Menu/index.cjs +1 -1
- package/Menu/index.d.ts +1 -0
- package/Menu/index.es.js +4 -2
- package/NumberKeypad/NumberKeypad.cjs +2 -2
- package/NumberKeypad/NumberKeypad.es.js +18 -16
- package/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.cjs +1 -1
- package/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.es.js +10 -1
- package/PageControl/PageControl.cjs +16 -5
- package/PageControl/PageControl.d.ts +3 -0
- package/PageControl/PageControl.es.js +77 -24
- package/PageControl/PageControl.stories.d.ts +1 -0
- package/Radio/Radio.cjs +3 -3
- package/Radio/Radio.es.js +22 -20
- package/RadioGroup/RadioGroup.cjs +1 -0
- package/RadioGroup/RadioGroup.d.ts +8 -0
- package/RadioGroup/RadioGroup.es.js +28 -0
- package/RadioGroup/RadioGroup.stories.d.ts +14 -0
- package/RadioGroup/index.cjs +1 -0
- package/RadioGroup/index.d.ts +3 -0
- package/RadioGroup/index.es.js +4 -0
- package/SegmentedButton/SegmentedButton.cjs +14 -3
- package/SegmentedButton/SegmentedButton.es.js +108 -34
- package/Select/Select.cjs +4 -4
- package/Select/Select.es.js +95 -86
- package/Slider/Slider.cjs +27 -12
- package/Slider/Slider.d.ts +1 -0
- package/Slider/Slider.es.js +177 -90
- package/Switch/Switch.cjs +28 -11
- package/Switch/Switch.d.ts +2 -0
- package/Switch/Switch.es.js +185 -65
- package/Switch/Switch.stories.d.ts +1 -0
- package/Tab/Tab.es.js +2 -4
- package/TextArea/TextArea.cjs +42 -34
- package/TextArea/TextArea.es.js +116 -82
- package/TextArea/TextArea.stories.d.ts +1 -1
- package/TextField/TextField.cjs +29 -13
- package/TextField/TextField.d.ts +2 -1
- package/TextField/TextField.es.js +122 -79
- package/TextField/TextField.stories.d.ts +1 -0
- package/Tooltip/Tooltip.cjs +7 -6
- package/Tooltip/Tooltip.d.ts +8 -3
- package/Tooltip/Tooltip.es.js +248 -146
- package/Tooltip/Tooltip.stories.d.ts +1 -0
- package/hooks/index.cjs +1 -1
- package/hooks/index.d.ts +3 -0
- package/hooks/index.es.js +7 -1
- package/hooks/useCheckHasFocus/useCheckHasFocus.cjs +1 -0
- package/hooks/useCheckHasFocus/useCheckHasFocus.d.ts +9 -0
- package/hooks/useCheckHasFocus/useCheckHasFocus.es.js +21 -0
- package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.cjs +1 -0
- package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.d.ts +4 -0
- package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.es.js +30 -0
- package/hooks/useFocusBoundary/useFocusBoundary.cjs +1 -0
- package/hooks/useFocusBoundary/useFocusBoundary.d.ts +12 -0
- package/hooks/useFocusBoundary/useFocusBoundary.es.js +63 -0
- package/index.cjs +1 -1
- package/index.d.ts +2 -1
- package/index.es.js +97 -90
- package/package.json +3 -3
- package/resources/tictoccroc/icons/fill/certified-fill.svg-B_RVx6K_.cjs +1 -0
- package/resources/tictoccroc/icons/fill/certified-fill.svg-CK7UqYft.js +5 -0
- package/resources/tictoccroc/icons/fill/index.d.ts +3 -0
- package/resources/tictoccroc/icons/fill/location-fill.svg-DfSHAnsd.js +5 -0
- package/resources/tictoccroc/icons/fill/location-fill.svg-Die9mxQH.cjs +1 -0
- package/resources/tictoccroc/icons/fill/send-fill.svg-CItD_2L1.js +5 -0
- package/resources/tictoccroc/icons/fill/send-fill.svg-D197Lwl0.cjs +1 -0
- package/resources/tictoccroc/icons/index.ts-BmqvB_n6.cjs +1 -0
- package/resources/tictoccroc/icons/index.ts-CzTh-XsD.js +228 -0
- package/resources/tictoccroc/icons/line/index.d.ts +4 -0
- package/resources/tictoccroc/icons/line/list-line.svg-r5d5htjN.cjs +1 -0
- package/resources/tictoccroc/icons/line/list-line.svg-yFfhZxUp.js +5 -0
- package/resources/tictoccroc/icons/line/monthly-line.svg-BdyaJ1t_.cjs +1 -0
- package/resources/tictoccroc/icons/line/monthly-line.svg-DY5-Xv34.js +5 -0
- package/resources/tictoccroc/icons/line/review-line.svg-B4rfJrsO.js +5 -0
- package/resources/tictoccroc/icons/line/review-line.svg-DYUuUybx.cjs +1 -0
- package/resources/tictoccroc/icons/line/weekly-line.svg-BCO-LS_a.cjs +1 -0
- package/resources/tictoccroc/icons/line/weekly-line.svg-BUPmmgeE.js +5 -0
- package/utils/getIconLabel/getIconLabel.cjs +1 -1
- package/utils/getIconLabel/getIconLabel.es.js +8 -1
- package/utils/getSibling/getSibling.es.js +1 -2
- package/resources/tictoccroc/icons/index.ts-CarI_z7q.js +0 -214
- package/resources/tictoccroc/icons/index.ts-IVJAK4qr.cjs +0 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { useState as d, useEffect as s } from "react";
|
|
2
|
+
const u = [
|
|
3
|
+
"Tab",
|
|
4
|
+
"ArrowUp",
|
|
5
|
+
"ArrowDown",
|
|
6
|
+
"ArrowLeft",
|
|
7
|
+
"ArrowRight",
|
|
8
|
+
"Enter",
|
|
9
|
+
" ",
|
|
10
|
+
"Home",
|
|
11
|
+
"End",
|
|
12
|
+
"PageUp",
|
|
13
|
+
"PageDown"
|
|
14
|
+
];
|
|
15
|
+
function c() {
|
|
16
|
+
const [t, e] = d(!1);
|
|
17
|
+
return s(() => {
|
|
18
|
+
const o = (r) => {
|
|
19
|
+
u.includes(r.key) && e(!0);
|
|
20
|
+
}, n = () => {
|
|
21
|
+
e(!1);
|
|
22
|
+
};
|
|
23
|
+
return document.addEventListener("keydown", o), document.addEventListener("mousedown", n), () => {
|
|
24
|
+
document.removeEventListener("keydown", o), document.removeEventListener("mousedown", n);
|
|
25
|
+
};
|
|
26
|
+
}, []), { isKeyboardMode: t };
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
c as default
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react");function g({ref:i,active:a,disabled:d=!1,returnFocus:b=!0,initialFocusId:m,delay:f=0}){const l=o.useRef(null),e=o.useRef([]),u=o.useRef(-1),s=o.useRef(),x=()=>(i.current&&(e.current=Array.from(i.current.querySelectorAll('a[href]:not([tabindex="-1"]), area[href]:not([tabindex="-1"]), input:not([disabled]):not([tabindex="-1"]), select:not([disabled]):not([tabindex="-1"]), textarea:not([disabled]):not([tabindex="-1"]), button:not([disabled]):not([tabindex="-1"]), iframe:not([tabindex="-1"]), object:not([tabindex="-1"]), embed:not([tabindex="-1"]), *[tabindex]:not([tabindex="-1"]), *[contenteditable]:not([tabindex="-1"])'))),e.current),E=t=>{var n;if(t){const r=document.getElementById(t);r&&r.focus();return}if(e.current)for(let r=0;r<e.current.length;r++){const c=e.current[r];if(!((n=c==null?void 0:c.getAttribute("class"))!=null&&n.includes("closeButton"))){c==null||c.focus(),u.current=r;break}}},v=()=>{var n;const t=e.current[u.current+1];if(!t){(n=e.current[0])==null||n.focus(),u.current=0;return}t.focus(),u.current+=1},y=()=>{var n;const t=e.current[u.current-1];if(!t){(n=e.current[e.current.length-1])==null||n.focus(),u.current=e.current.length-1;return}t.focus(),u.current-=1};o.useEffect(()=>{!a&&l.current&&b&&l.current.focus()},[a,b]),o.useEffect(()=>{if(d||!i.current)return;s.current&&clearTimeout(s.current);const t=r=>{r.key==="Tab"&&(r.preventDefault(),r.shiftKey?y():v())},n=()=>{l.current=document.activeElement,x(),E(m)};return f>0?s.current=setTimeout(n,f):n(),document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",t),s.current&&clearTimeout(s.current)}},[m,i.current,d,f])}exports.default=g;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
|
|
3
|
+
interface UseFocusBoundaryProps {
|
|
4
|
+
ref: RefObject<HTMLElement>;
|
|
5
|
+
active?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
returnFocus?: boolean;
|
|
8
|
+
initialFocusId?: string;
|
|
9
|
+
delay?: number;
|
|
10
|
+
}
|
|
11
|
+
declare function useFocusBoundary({ ref, active, disabled, returnFocus, initialFocusId, delay }: UseFocusBoundaryProps): void;
|
|
12
|
+
export default useFocusBoundary;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { useRef as i, useEffect as x } from "react";
|
|
2
|
+
function g({
|
|
3
|
+
ref: s,
|
|
4
|
+
active: l,
|
|
5
|
+
disabled: d = !1,
|
|
6
|
+
returnFocus: b = !0,
|
|
7
|
+
initialFocusId: m,
|
|
8
|
+
delay: f = 0
|
|
9
|
+
}) {
|
|
10
|
+
const a = i(null), e = i([]), u = i(-1), o = i(), E = () => (s.current && (e.current = Array.from(
|
|
11
|
+
s.current.querySelectorAll(
|
|
12
|
+
'a[href]:not([tabindex="-1"]), area[href]:not([tabindex="-1"]), input:not([disabled]):not([tabindex="-1"]), select:not([disabled]):not([tabindex="-1"]), textarea:not([disabled]):not([tabindex="-1"]), button:not([disabled]):not([tabindex="-1"]), iframe:not([tabindex="-1"]), object:not([tabindex="-1"]), embed:not([tabindex="-1"]), *[tabindex]:not([tabindex="-1"]), *[contenteditable]:not([tabindex="-1"])'
|
|
13
|
+
)
|
|
14
|
+
)), e.current), p = (t) => {
|
|
15
|
+
var n;
|
|
16
|
+
if (t) {
|
|
17
|
+
const r = document.getElementById(t);
|
|
18
|
+
r && r.focus();
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
if (e.current)
|
|
22
|
+
for (let r = 0; r < e.current.length; r++) {
|
|
23
|
+
const c = e.current[r];
|
|
24
|
+
if (!((n = c == null ? void 0 : c.getAttribute("class")) != null && n.includes("closeButton"))) {
|
|
25
|
+
c == null || c.focus(), u.current = r;
|
|
26
|
+
break;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}, y = () => {
|
|
30
|
+
var n;
|
|
31
|
+
const t = e.current[u.current + 1];
|
|
32
|
+
if (!t) {
|
|
33
|
+
(n = e.current[0]) == null || n.focus(), u.current = 0;
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
t.focus(), u.current += 1;
|
|
37
|
+
}, h = () => {
|
|
38
|
+
var n;
|
|
39
|
+
const t = e.current[u.current - 1];
|
|
40
|
+
if (!t) {
|
|
41
|
+
(n = e.current[e.current.length - 1]) == null || n.focus(), u.current = e.current.length - 1;
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
t.focus(), u.current -= 1;
|
|
45
|
+
};
|
|
46
|
+
x(() => {
|
|
47
|
+
!l && a.current && b && a.current.focus();
|
|
48
|
+
}, [l, b]), x(() => {
|
|
49
|
+
if (d || !s.current) return;
|
|
50
|
+
o.current && clearTimeout(o.current);
|
|
51
|
+
const t = (r) => {
|
|
52
|
+
r.key === "Tab" && (r.preventDefault(), r.shiftKey ? h() : y());
|
|
53
|
+
}, n = () => {
|
|
54
|
+
a.current = document.activeElement, E(), p(m);
|
|
55
|
+
};
|
|
56
|
+
return f > 0 ? o.current = setTimeout(n, f) : n(), document.addEventListener("keydown", t), () => {
|
|
57
|
+
document.removeEventListener("keydown", t), o.current && clearTimeout(o.current);
|
|
58
|
+
};
|
|
59
|
+
}, [m, s.current, d, f]);
|
|
60
|
+
}
|
|
61
|
+
export {
|
|
62
|
+
g as default
|
|
63
|
+
};
|
package/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Button/Button.cjs"),t=require("./Icon/Icon.cjs"),o=require("./Label/Label.cjs"),r=require("./Typography/Typography.cjs"),u=require("./Box/Box.cjs"),n=require("./Flexbox/Flexbox.cjs"),a=require("./TextField/TextField.cjs"),i=require("./TextArea/TextArea.cjs"),l=require("./IconButton/IconButton.cjs"),c=require("./PageControl/PageControl.cjs"),d=require("./Checkbox/Checkbox.cjs"),s=require("./Radio/Radio.cjs"),f=require("./Chip/Chip.cjs"),q=require("./SegmentedButton/SegmentedButton.cjs"),B=require("./SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.cjs"),g=require("./Backdrop/Backdrop.cjs"),S=require("./Dialog/Dialog.cjs"),T=require("./Dialog/DialogTitle/DialogTitle.cjs"),k=require("./Dialog/DialogContent/DialogContent.cjs"),m=require("./Dialog/DialogAction/DialogAction.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Button/Button.cjs"),t=require("./Icon/Icon.cjs"),o=require("./Label/Label.cjs"),r=require("./Typography/Typography.cjs"),u=require("./Box/Box.cjs"),n=require("./Flexbox/Flexbox.cjs"),a=require("./TextField/TextField.cjs"),i=require("./TextArea/TextArea.cjs"),l=require("./IconButton/IconButton.cjs"),c=require("./PageControl/PageControl.cjs"),d=require("./Checkbox/Checkbox.cjs"),s=require("./Radio/Radio.cjs"),f=require("./Chip/Chip.cjs"),q=require("./SegmentedButton/SegmentedButton.cjs"),B=require("./SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.cjs"),g=require("./Backdrop/Backdrop.cjs"),S=require("./Dialog/Dialog.cjs"),T=require("./Dialog/DialogTitle/DialogTitle.cjs"),k=require("./Dialog/DialogContent/DialogContent.cjs"),m=require("./Dialog/DialogAction/DialogAction.cjs"),p=require("./Dialog/DialogText/DialogText.cjs"),C=require("./Tooltip/Tooltip.cjs"),b=require("./Select/Select.cjs"),h=require("./Select/Option/Option.cjs"),x=require("./Menu/Menu.cjs"),D=require("./Menu/MenuBlock/MenuBlock.cjs");require("./Menu/MenuButton/MenuButton.cjs");const y=require("./Skeleton/Skeleton.cjs"),P=require("./BottomSheet/BottomSheet.cjs"),A=require("./BottomSheet/BottomSheetTitle/BottomSheetTitle.cjs"),F=require("./BottomSheet/BottomSheetContent/BottomSheetContent.cjs"),I=require("./BottomSheet/BottomSheetAction/BottomSheetAction.cjs"),L=require("./BottomSheet/BottomSheetText/BottomSheetText.cjs"),v=require("./Snackbar/Snackbar.cjs"),M=require("./ChainPicker/ChainPicker.cjs"),E=require("./DatePicker/DatePicker.cjs"),G=require("./DatePicker/EventDot/EventDot.cjs"),K=require("./DatePicker/EventDotGroup/EventDotGroup.cjs"),N=require("./FormControlText/FormControlText.cjs"),R=require("./ClickAwayListener/ClickAwayListener.cjs"),O=require("./Card/Card.cjs"),w=require("./LineProgressIndicator/LineProgressIndicator.cjs"),j=require("./CircularProgressIndicator/CircularProgressIndicator.cjs"),z=require("./NumberKeypad/NumberKeypad.cjs"),H=require("./NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.cjs"),J=require("./FocusBoundary/FocusBoundary.cjs"),Q=require("./Badge/Badge.cjs"),U=require("./Tab/Tab.cjs"),V=require("./Tab/TabBlock/TabBlock.cjs"),W=require("./Slider/Slider.cjs"),X=require("./Accordion/Accordion.cjs"),Y=require("./RadioGroup/RadioGroup.cjs");exports.Button=e.default;exports.Icon=t.default;exports.Label=o.default;exports.Typography=r.default;exports.Box=u.default;exports.Flexbox=n.default;exports.TextField=a.default;exports.TextArea=i.default;exports.IconButton=l.default;exports.PageControl=c.default;exports.Checkbox=d.default;exports.Radio=s.default;exports.Chip=f.default;exports.SegmentedButton=q.default;exports.SegmentedButtonBlock=B.default;exports.Backdrop=g.default;exports.Dialog=S.default;exports.DialogTitle=T.default;exports.DialogContent=k.default;exports.DialogAction=m.default;exports.DialogText=p.default;exports.Tooltip=C.default;exports.Select=b.default;exports.Option=h.default;exports.Menu=x.default;exports.MenuBlock=D.default;exports.Skeleton=y.default;exports.BottomSheet=P.default;exports.BottomSheetTitle=A.default;exports.BottomSheetContent=F.default;exports.BottomSheetAction=I.default;exports.BottomSheetText=L.default;exports.Snackbar=v.default;exports.ChainPicker=M.default;exports.DatePicker=E.default;exports.EventDot=G.default;exports.EventDotGroup=K.default;exports.FormControlText=N.default;exports.ClickAwayListener=R.default;exports.Card=O.default;exports.LineProgressIndicator=w.default;exports.CircularProgressIndicator=j.default;exports.NumberKeypad=z.default;exports.NumberKeypadBlock=H.default;exports.FocusBoundary=J.default;exports.Badge=Q.default;exports.Tab=U.default;exports.TabBlock=V.default;exports.Slider=W.default;exports.Accordion=X.default;exports.RadioGroup=Y.default;
|
package/index.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export { default as BottomSheet, BottomSheetTitle, BottomSheetContent, BottomShe
|
|
|
22
22
|
export { default as Snackbar } from './Snackbar';
|
|
23
23
|
export { default as ChainPicker } from './ChainPicker';
|
|
24
24
|
export type { ChainPickerItem } from './ChainPicker';
|
|
25
|
-
export { default as DatePicker } from './DatePicker';
|
|
25
|
+
export { default as DatePicker, EventDotGroup, EventDot } from './DatePicker';
|
|
26
26
|
export type { DateFormatter, DatePickerValue, DateValue } from './DatePicker';
|
|
27
27
|
export { default as FormControlText } from './FormControlText';
|
|
28
28
|
export { default as ClickAwayListener } from './ClickAwayListener';
|
|
@@ -35,3 +35,4 @@ export { default as Badge } from './Badge';
|
|
|
35
35
|
export { default as Tab, TabBlock } from './Tab';
|
|
36
36
|
export { default as Slider } from './Slider';
|
|
37
37
|
export { default as Accordion } from './Accordion';
|
|
38
|
+
export { default as RadioGroup } from './RadioGroup';
|
package/index.es.js
CHANGED
|
@@ -1,98 +1,105 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as
|
|
1
|
+
import { default as a } from "./Button/Button.es.js";
|
|
2
|
+
import { default as f } from "./Icon/Icon.es.js";
|
|
3
|
+
import { default as d } from "./Label/Label.es.js";
|
|
4
|
+
import { default as m } from "./Typography/Typography.es.js";
|
|
5
5
|
import { default as x } from "./Box/Box.es.js";
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
6
|
+
import { default as n } from "./Flexbox/Flexbox.es.js";
|
|
7
|
+
import { default as c } from "./TextField/TextField.es.js";
|
|
8
|
+
import { default as g } from "./TextArea/TextArea.es.js";
|
|
9
|
+
import { default as S } from "./IconButton/IconButton.es.js";
|
|
10
|
+
import { default as C } from "./PageControl/PageControl.es.js";
|
|
11
|
+
import { default as b } from "./Checkbox/Checkbox.es.js";
|
|
12
12
|
import { default as y } from "./Radio/Radio.es.js";
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
13
|
+
import { default as P } from "./Chip/Chip.es.js";
|
|
14
|
+
import { default as I } from "./SegmentedButton/SegmentedButton.es.js";
|
|
15
|
+
import { default as v } from "./SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.es.js";
|
|
16
|
+
import { default as G } from "./Backdrop/Backdrop.es.js";
|
|
17
|
+
import { default as M } from "./Dialog/Dialog.es.js";
|
|
18
18
|
import { default as R } from "./Dialog/DialogTitle/DialogTitle.es.js";
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as po } from "./BottomSheet/
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as Do } from "./
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
19
|
+
import { default as O } from "./Dialog/DialogContent/DialogContent.es.js";
|
|
20
|
+
import { default as q } from "./Dialog/DialogAction/DialogAction.es.js";
|
|
21
|
+
import { default as H } from "./Dialog/DialogText/DialogText.es.js";
|
|
22
|
+
import { default as Q } from "./Tooltip/Tooltip.es.js";
|
|
23
|
+
import { default as V } from "./Select/Select.es.js";
|
|
24
|
+
import { default as X } from "./Select/Option/Option.es.js";
|
|
25
|
+
import { default as Z } from "./Menu/Menu.es.js";
|
|
26
|
+
import { default as $ } from "./Menu/MenuBlock/MenuBlock.es.js";
|
|
27
|
+
import "./Menu/MenuButton/MenuButton.es.js";
|
|
28
|
+
import { default as eo } from "./Skeleton/Skeleton.es.js";
|
|
29
|
+
import { default as ao } from "./BottomSheet/BottomSheet.es.js";
|
|
30
|
+
import { default as fo } from "./BottomSheet/BottomSheetTitle/BottomSheetTitle.es.js";
|
|
31
|
+
import { default as uo } from "./BottomSheet/BottomSheetContent/BottomSheetContent.es.js";
|
|
32
|
+
import { default as po } from "./BottomSheet/BottomSheetAction/BottomSheetAction.es.js";
|
|
33
|
+
import { default as so } from "./BottomSheet/BottomSheetText/BottomSheetText.es.js";
|
|
34
|
+
import { default as io } from "./Snackbar/Snackbar.es.js";
|
|
35
|
+
import { default as Bo } from "./ChainPicker/ChainPicker.es.js";
|
|
36
|
+
import { default as ko } from "./DatePicker/DatePicker.es.js";
|
|
37
|
+
import { default as To } from "./DatePicker/EventDot/EventDot.es.js";
|
|
38
|
+
import { default as ho } from "./DatePicker/EventDotGroup/EventDotGroup.es.js";
|
|
39
|
+
import { default as Do } from "./FormControlText/FormControlText.es.js";
|
|
40
|
+
import { default as Ao } from "./ClickAwayListener/ClickAwayListener.es.js";
|
|
41
|
+
import { default as Fo } from "./Card/Card.es.js";
|
|
42
|
+
import { default as Lo } from "./LineProgressIndicator/LineProgressIndicator.es.js";
|
|
43
|
+
import { default as Eo } from "./CircularProgressIndicator/CircularProgressIndicator.es.js";
|
|
44
|
+
import { default as Ko } from "./NumberKeypad/NumberKeypad.es.js";
|
|
45
|
+
import { default as No } from "./NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.es.js";
|
|
46
|
+
import { default as wo } from "./FocusBoundary/FocusBoundary.es.js";
|
|
47
|
+
import { default as jo } from "./Badge/Badge.es.js";
|
|
48
|
+
import { default as zo } from "./Tab/Tab.es.js";
|
|
49
|
+
import { default as Jo } from "./Tab/TabBlock/TabBlock.es.js";
|
|
50
|
+
import { default as Uo } from "./Slider/Slider.es.js";
|
|
51
|
+
import { default as Wo } from "./Accordion/Accordion.es.js";
|
|
52
|
+
import { default as Yo } from "./RadioGroup/RadioGroup.es.js";
|
|
49
53
|
export {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
Wo as Accordion,
|
|
55
|
+
G as Backdrop,
|
|
56
|
+
jo as Badge,
|
|
57
|
+
ao as BottomSheet,
|
|
58
|
+
po as BottomSheetAction,
|
|
59
|
+
uo as BottomSheetContent,
|
|
60
|
+
so as BottomSheetText,
|
|
61
|
+
fo as BottomSheetTitle,
|
|
58
62
|
x as Box,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
63
|
+
a as Button,
|
|
64
|
+
Fo as Card,
|
|
65
|
+
Bo as ChainPicker,
|
|
66
|
+
b as Checkbox,
|
|
67
|
+
P as Chip,
|
|
68
|
+
Eo as CircularProgressIndicator,
|
|
69
|
+
Ao as ClickAwayListener,
|
|
70
|
+
ko as DatePicker,
|
|
71
|
+
M as Dialog,
|
|
72
|
+
q as DialogAction,
|
|
73
|
+
O as DialogContent,
|
|
74
|
+
H as DialogText,
|
|
71
75
|
R as DialogTitle,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
76
|
+
To as EventDot,
|
|
77
|
+
ho as EventDotGroup,
|
|
78
|
+
n as Flexbox,
|
|
79
|
+
wo as FocusBoundary,
|
|
80
|
+
Do as FormControlText,
|
|
81
|
+
f as Icon,
|
|
82
|
+
S as IconButton,
|
|
83
|
+
d as Label,
|
|
84
|
+
Lo as LineProgressIndicator,
|
|
85
|
+
Z as Menu,
|
|
86
|
+
$ as MenuBlock,
|
|
87
|
+
Ko as NumberKeypad,
|
|
88
|
+
No as NumberKeypadBlock,
|
|
89
|
+
X as Option,
|
|
90
|
+
C as PageControl,
|
|
85
91
|
y as Radio,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
92
|
+
Yo as RadioGroup,
|
|
93
|
+
I as SegmentedButton,
|
|
94
|
+
v as SegmentedButtonBlock,
|
|
95
|
+
V as Select,
|
|
96
|
+
eo as Skeleton,
|
|
97
|
+
Uo as Slider,
|
|
98
|
+
io as Snackbar,
|
|
99
|
+
zo as Tab,
|
|
100
|
+
Jo as TabBlock,
|
|
101
|
+
g as TextArea,
|
|
102
|
+
c as TextField,
|
|
103
|
+
Q as Tooltip,
|
|
104
|
+
m as Typography
|
|
98
105
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotss/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "React UI components for Dotss",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.cjs",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"@storybook/addon-essentials": "^8.6.14",
|
|
70
70
|
"@storybook/addon-interactions": "^8.6.14",
|
|
71
71
|
"@storybook/addon-links": "^8.6.14",
|
|
72
|
+
"@storybook/addon-viewport": "^8.6.14",
|
|
72
73
|
"@storybook/blocks": "^8.6.14",
|
|
73
74
|
"@storybook/manager-api": "^8.6.14",
|
|
74
75
|
"@storybook/react": "^8.6.14",
|
|
75
76
|
"@storybook/react-vite": "^8.6.14",
|
|
76
77
|
"@storybook/test": "^8.6.14",
|
|
77
78
|
"@storybook/theming": "^8.6.14",
|
|
78
|
-
"@storybook/addon-viewport": "^8.6.14",
|
|
79
79
|
"@testing-library/jest-dom": "^6.4.2",
|
|
80
80
|
"@testing-library/react": "^15.0.0",
|
|
81
81
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"react-dom": "^18.3.1",
|
|
93
93
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
94
94
|
"storybook": "^8.6.14",
|
|
95
|
-
"vite": "
|
|
95
|
+
"vite": "^6.3.3",
|
|
96
96
|
"vite-plugin-dts": "^3.9.1",
|
|
97
97
|
"vite-plugin-svgr": "^4.2.0",
|
|
98
98
|
"vitest": "^1.6.0"
|
|
@@ -0,0 +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:"currnetColor"}));exports.SvgCertifiedFill=i;
|
|
@@ -0,0 +1,5 @@
|
|
|
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: "currnetColor" }));
|
|
3
|
+
export {
|
|
4
|
+
e as S
|
|
5
|
+
};
|
|
@@ -17,3 +17,6 @@ export { default as TooltipFill } from './tooltip-fill.svg';
|
|
|
17
17
|
export { default as UserFill } from './user-fill.svg';
|
|
18
18
|
export { default as ClrFill } from './clr-fill.svg';
|
|
19
19
|
export { default as LikeFill } from './like-fill.svg';
|
|
20
|
+
export { default as CertifiedFill } from './certified-fill.svg';
|
|
21
|
+
export { default as LocationFill } from './location-fill.svg';
|
|
22
|
+
export { default as SendFill } from './send-fill.svg';
|
|
@@ -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 1.5C16.4183 1.5 20 5.08172 20 9.5C20 10.9571 19.6104 12.3233 18.9297 13.5L12.8154 22.127C12.4169 22.6887 11.5831 22.6887 11.1846 22.127L5.07031 13.5C4.38963 12.3233 4 10.9571 4 9.5C4 5.08172 7.58172 1.5 12 1.5ZM12 6.75C10.4812 6.75 9.25 7.98122 9.25 9.5C9.25 11.0188 10.4812 12.25 12 12.25C13.5188 12.25 14.75 11.0188 14.75 9.5C14.75 7.98122 13.5188 6.75 12 6.75Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
t as S
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=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 o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const l=c(r),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:"M12 1.5C16.4183 1.5 20 5.08172 20 9.5C20 10.9571 19.6104 12.3233 18.9297 13.5L12.8154 22.127C12.4169 22.6887 11.5831 22.6887 11.1846 22.127L5.07031 13.5C4.38963 12.3233 4 10.9571 4 9.5C4 5.08172 7.58172 1.5 12 1.5ZM12 6.75C10.4812 6.75 9.25 7.98122 9.25 9.5C9.25 11.0188 10.4812 12.25 12 12.25C13.5188 12.25 14.75 11.0188 14.75 9.5C14.75 7.98122 13.5188 6.75 12 6.75Z",fill:"currentColor"}));exports.SvgLocationFill=i;
|
|
@@ -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: "M20.1563 19.578L6.34184 12.6708C5.78905 12.3944 5.78905 11.6056 6.34184 11.3292L20.1563 4.42196C20.5151 4.24253 20.9285 4.53757 20.8755 4.93525L20.0219 11.3371C20.0093 11.4318 19.9315 11.5043 19.8361 11.5103L12.0002 12L19.8361 12.4897C19.9315 12.4957 20.0093 12.5682 20.0219 12.6629L20.8755 19.0647C20.9285 19.4624 20.5151 19.7575 20.1563 19.578Z", 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 n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}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:"M20.1563 19.578L6.34184 12.6708C5.78905 12.3944 5.78905 11.6056 6.34184 11.3292L20.1563 4.42196C20.5151 4.24253 20.9285 4.53757 20.8755 4.93525L20.0219 11.3371C20.0093 11.4318 19.9315 11.5043 19.8361 11.5103L12.0002 12L19.8361 12.4897C19.9315 12.4957 20.0093 12.5682 20.0219 12.6629L20.8755 19.0647C20.9285 19.4624 20.5151 19.7575 20.1563 19.578Z",fill:"currentColor"}));exports.SvgSendFill=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"),L=require("./etc/coupon-etc.svg-DB4JIfi8.cjs"),v=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"),d=require("./fill/arrow-right-fill.svg-CkH6pq8F.cjs"),F=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"),E=require("./fill/review-fill.svg-Ci8MN4eI.cjs"),A=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-B_RVx6K_.cjs"),D=require("./fill/location-fill.svg-Die9mxQH.cjs"),P=require("./fill/send-fill.svg-D197Lwl0.cjs"),j=require("./line/arrow-back-line.svg-CohS2cJ8.cjs"),R=require("./line/arrow-downward-line.svg-U4yGkiO6.cjs"),T=require("./line/arrow-forward-line.svg-CXsiELrZ.cjs"),H=require("./line/arrow-upward-line.svg-D38aA0Uw.cjs"),W=require("./line/check-line.svg-CKsagFl6.cjs"),B=require("./line/chevron-down-line.svg-BYCd5Luv.cjs"),O=require("./line/chevron-left-line.svg-DSET8qrk.cjs"),G=require("./line/chevron-right-line.svg-Dm2YWA1K.cjs"),V=require("./line/chevron-up-line.svg-D9ekQ02i.cjs"),K=require("./line/close-line.svg-CSVwgqiB.cjs"),x=require("./line/download-line.svg-DvinNPah.cjs"),z=require("./line/eye-invisible-line.svg-C_XjeDHE.cjs"),J=require("./line/eye-visible-line.svg-D3netPU8.cjs"),N=require("./line/hamburger-line.svg-CMG7FGB3.cjs"),Q=require("./line/minus-line.svg-BFTYxAEx.cjs"),X=require("./line/plus-line.svg-CGLFrOvH.cjs"),Y=require("./line/reset-line.svg-VXhJXGw4.cjs"),Z=require("./line/search-line.svg-CyECq3s4.cjs"),$=require("./line/upload-line.svg-CDbJ-I5E.cjs"),ee=require("./line/alarm-line.svg-BRunNxMG.cjs"),ie=require("./line/calendar-line.svg-BsHcmpqT.cjs"),ce=require("./line/certificate-line.svg-BoPUjufG.cjs"),oe=require("./line/chat-line.svg-Dhe-5vHA.cjs"),re=require("./line/delete-line.svg-DyddYBjS.cjs"),ne=require("./line/fullview-line.svg-3aeWiJNf.cjs"),se=require("./line/kids-line.svg-Hhqmv7us.cjs"),_e=require("./line/link-line.svg-BQlngNks.cjs"),te=require("./line/match-type-line.svg-DGpCvcRV.cjs"),le=require("./line/mobile-line.svg-CcR_mhy0.cjs"),ge=require("./line/modify-line.svg-y24Tpez8.cjs"),ue=require("./line/setting-line.svg-KZcCRQnu.cjs"),Le=require("./line/special-line.svg-BIbaMWsd.cjs"),ve=require("./line/time-line.svg-DXBDjsih.cjs"),ae=require("./line/university-line.svg-D2T-TUW5.cjs"),Se=require("./line/warning1-line.svg-Bhi7ngGw.cjs"),qe=require("./line/warning2-line.svg-Kf0io8lf.cjs"),de=require("./line/attach-line.svg-BhuonxHd.cjs"),Fe=require("./line/browser-line.svg-B7UMwER5.cjs"),he=require("./line/call-line.svg-CVbza-nx.cjs"),Ce=require("./line/camera-line.svg-BuDRmRYc.cjs"),me=require("./line/card-line.svg-Dh3x2e7j.cjs"),we=require("./line/copy-line.svg-DA-07Z90.cjs"),fe=require("./line/filter-line.svg-J5XFEh1F.cjs"),pe=require("./line/goods-line.svg-BYSmk4Lo.cjs"),ye=require("./line/img-line.svg-runB4pj4.cjs"),Ee=require("./line/location-line.svg-BYTa6SR_.cjs"),Ae=require("./line/information-line.svg-fQYLBjcn.cjs"),ke=require("./line/parking-line.svg-BYdvScSf.cjs"),be=require("./line/receipt-line.svg-Db2ey7Vk.cjs"),Ie=require("./line/share-line.svg-BuvAb_mR.cjs"),Ue=require("./line/sms-line.svg-CfS4BH8b.cjs"),Me=require("./line/wifi-line.svg-DGCMJ5Oi.cjs"),De=require("./line/apply-line.svg-OFt_RKTM.cjs"),Pe=require("./line/chatting-line.svg-DFq1Xeov.cjs"),je=require("./line/home-line.svg-BqHMy_15.cjs"),Re=require("./line/headphone-line.svg-Buq82k6m.cjs"),Te=require("./line/like-line.svg-B09ewWGN.cjs"),He=require("./line/insurance-line.svg-XgpoFsM2.cjs"),We=require("./line/schedule-line.svg-CBOfzdyP.cjs"),Be=require("./line/user-line.svg-Du2rRzus.cjs"),Oe=require("./line/more-line.svg-fOrqycnA.cjs"),Ge=require("./line/img-disable-line.svg-Bzvgi8Uu.cjs"),Ve=require("./line/toy-line.svg-vUxUn7S0.cjs"),Ke=require("./line/instagram-line.svg-BiBj4li4.cjs"),xe=require("./line/align-line.svg-DEHi23C3.cjs"),ze=require("./line/cash-line.svg-_QlaTlXM.cjs"),Je=require("./line/sound-line.svg-CmfcTDgu.cjs"),Ne=require("./line/sound-off-line.svg-BpovzQS7.cjs"),Qe=require("./line/ban-line.svg-D9JlR8gb.cjs"),Xe=require("./line/met-line.svg-CiYvySY5.cjs"),Ye=require("./line/align-edit.svg-CheFH-PQ.cjs"),Ze=require("./line/video-camera-line.svg-iZ3dICcd.cjs"),$e=require("./line/review-line.svg-DYUuUybx.cjs"),ei=require("./line/list-line.svg-r5d5htjN.cjs"),ii=require("./line/monthly-line.svg-BdyaJ1t_.cjs"),ci=require("./line/weekly-line.svg-BCO-LS_a.cjs"),oi=Object.freeze(Object.defineProperty({__proto__:null,AlarmLine:ee.SvgAlarmLine,AlertFill:v.SvgAlertFill,AlignEditLine:Ye.SvgAlignEdit,AlignLine:xe.SvgAlignLine,ApplyFill:a.SvgApplyFill,ApplyLine:De.SvgApplyLine,ArrowBackLine:j.SvgArrowBackLine,ArrowDownFill:S.SvgArrowDownFill,ArrowDownwardLine:R.SvgArrowDownwardLine,ArrowForwardLine:T.SvgArrowForwardLine,ArrowLeftFill:q.SvgArrowLeftFill,ArrowRightFill:d.SvgArrowRightFill,ArrowUpFill:F.SvgArrowUpFill,ArrowUpwardLine:H.SvgArrowUpwardLine,AttachLine:de.SvgAttachLine,AveragePlaneEmoji:n.SvgAveragePlaneEmoji,BanLine:Qe.SvgBanLine,BrowserLine:Fe.SvgBrowserLine,CalendarColorLine:e.SvgCalendarColorLine,CalendarLine:ie.SvgCalendarLine,CallLine:he.SvgCallLine,CameraLine:Ce.SvgCameraLine,CapacityColorLine:r.SvgCapacityColorLine,CardLine:me.SvgCardLine,CashEtc:t.SvgCashEtc,CashLine:ze.SvgCashLine,CertificateLine:ce.SvgCertificateLine,CertifiedFill:M.SvgCertifiedFill,ChatLine:oe.SvgChatLine,ChattingFill:h.SvgChattingFill,ChattingLine:Pe.SvgChattingLine,CheckEtc:g.SvgCheckEtc,CheckLine:W.SvgCheckLine,ChevronDownLine:B.SvgChevronDownLine,ChevronLeftLine:O.SvgChevronLeftLine,ChevronRightLine:G.SvgChevronRightLine,ChevronUpLine:V.SvgChevronUpLine,CloseLine:K.SvgCloseLine,ClrFill:I.SvgClrFill,CompleteFill:C.SvgCompleteFill,CopyLine:we.SvgCopyLine,CouponEtc:L.SvgCouponEtc,DeleteLine:re.SvgDeleteLine,DownloadLine:x.SvgDownloadLine,ExcellentPlaneEmoji:s.SvgExcellentPlaneEmoji,EyeInvisibleLine:z.SvgEyeInvisibleLine,EyeVisibleLine:J.SvgEyeVisibleLine,FilterLine:fe.SvgFilterLine,FullViewLine:ne.SvgFullviewLine,GoodPlaneEmoji:_.SvgGoodPlaneEmoji,GoodsColorLine:i.SvgGoodsColorLine,GoodsLine:pe.SvgGoodsLine,HamburgerLine:N.SvgHamburgerLine,HeadphoneLine:Re.SvgHeadphoneLine,HomeFill:m.SvgHomeFill,HomeLine:je.SvgHomeLine,ImgDisableLine:Ge.SvgImgDisableLine,ImgLine:ye.SvgImgLine,InfoFill:w.SvgInfoFill,InformationLine:Ae.SvgInformationLine,InstagramLine:Ke.SvgInstagramLine,InsuranceLine:He.SvgInsuranceLine,InvalidFill:f.SvgInvalidFill,KidsColorLine:c.SvgKidsColorLine,KidsLine:se.SvgKidsLine,LikeFill:U.SvgLikeFill,LikeLine:Te.SvgLikeLine,LinkLine:_e.SvgLinkLine,ListLine:ei.SvgListLine,LocationFill:D.SvgLocationFill,LocationLine:Ee.SvgLocationLine,MatchTypeLine:te.SvgMatchTypeLine,MetFill:p.SvgMetFill,MetLine:Xe.SvgMetLine,MinusLine:Q.SvgMinusLine,MobileLine:le.SvgMobileLine,ModifyLine:ge.SvgModifyLine,MonthlyLine:ii.SvgMonthlyLine,MoreLine:Oe.SvgMoreLine,OngoingFill:y.SvgOngoingFill,ParkingLine:ke.SvgParkingLine,PlusLine:X.SvgPlusLine,PointEtc:l.SvgPointEtc,ReceiptLine:be.SvgReceiptLine,ResetLine:Y.SvgResetLine,ReviewFill:E.SvgReviewFill,ReviewLine:$e.SvgReviewLine,ScheduleFill:A.SvgScheduleFill,ScheduleLine:We.SvgScheduleLine,SearchLine:Z.SvgSearchLine,SendFill:P.SvgSendFill,SettingLine:ue.SvgSettingLine,ShareLine:Ie.SvgShareLine,SmsLine:Ue.SvgSmsLine,SoundLine:Je.SvgSoundLine,SoundOffLine:Ne.SvgSoundOffLine,SpecialLine:Le.SvgSpecialLine,TimeColorLine:o.SvgTimeColorLine,TimeLine:ve.SvgTimeLine,TooltipFill:k.SvgTooltipFill,ToyLine:Ve.SvgToyLine,UnScheduledEtc:u.SvgUnscheduledEtc,UniversityLine:ae.SvgUniversityLine,UploadLine:$.SvgUploadLine,UserFill:b.SvgUserFill,UserLine:Be.SvgUserLine,VideoCameraLine:Ze.SvgVideoCameraLine,Warning1Line:Se.SvgWarning1Line,Warning2Line:qe.SvgWarning2Line,WeeklyLine:ci.SvgWeeklyLine,WifiLine:Me.SvgWifiLine},Symbol.toStringTag,{value:"Module"}));exports.SvgIcons=oi;
|