@dotss/ui 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Icon/Icon.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y=require("@emotion/react/jsx-runtime"),t=require("react"),S=require("../resources/tictoccroc/icons/index.ts-DGZWXCgv.cjs"),b=require("@emotion/styled"),h=require("../utils/getPaletteColor/getPaletteColor.cjs"),I=r=>r&&r.__esModule?r:{default:r},w=I(b),$=r=>w.default(r)`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y=require("@emotion/react/jsx-runtime"),t=require("react"),S=require("../resources/tictoccroc/icons/index.ts-DQT-xh5P.cjs"),b=require("@emotion/styled"),h=require("../utils/getPaletteColor/getPaletteColor.cjs"),I=r=>r&&r.__esModule?r:{default:r},w=I(b),$=r=>w.default(r)`
2
2
  ${({size:o,width:s,height:a})=>{let n={width:s,height:a};switch(o){case"large":n={width:32,height:32};break;case"medium":n={width:24,height:24};break;case"small":n={width:20,height:20};break;case"xSmall":n={width:16,height:16};break}return n}};
3
3
 
4
4
  color: ${({theme:o,color:s="grey.100"})=>h.default(s,{theme:o})};
package/Icon/Icon.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as w } from "@emotion/react/jsx-runtime";
2
2
  import { forwardRef as y, Children as f, isValidElement as i, cloneElement as s } from "react";
3
- import { S as $ } from "../resources/tictoccroc/icons/index.ts-BPirIj0F.js";
3
+ import { S as $ } from "../resources/tictoccroc/icons/index.ts-DrS5ov5F.js";
4
4
  import b from "@emotion/styled";
5
5
  import x from "../utils/getPaletteColor/getPaletteColor.es.js";
6
6
  const g = (p) => b(p)`
package/Tab/Tab.cjs CHANGED
@@ -1,18 +1,18 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const S=require("@emotion/react/jsx-runtime"),i=require("react"),U=require("@emotion/styled"),G=o=>o&&o.__esModule?o:{default:o},x=G(U),J=x.default.div`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const A=require("@emotion/react/jsx-runtime"),i=require("react"),Q=require("@emotion/styled"),Z=o=>o&&o.__esModule?o:{default:o},M=Z(Q),B=M.default.div`
2
2
  width: 100%;
3
3
  background-color: ${({theme:o})=>o.palette.grey.white};
4
4
  ${({scrollable:o})=>o?{overflow:"hidden"}:{}}
5
- `,Q=x.default.div`
5
+ `,tt=M.default.div`
6
6
  display: flex;
7
7
  position: relative;
8
8
  background: ${({theme:o})=>o.palette.grey.white};
9
- ${({theme:o,isChipped:u})=>u?{gap:o.spacing.content(2)}:{}}
10
- `,Y=x.default.div`
9
+ ${({theme:o,isChipped:l})=>l?{gap:o.spacing.content(2)}:{}}
10
+ `,et=M.default.div`
11
11
  position: absolute;
12
12
  height: 2px;
13
13
  bottom: 0;
14
- background: ${({theme:o,disabled:u})=>u?o.palette.brand.primary.disableLine:o.palette.brand.primary.main};
14
+ background: ${({theme:o,disabled:l})=>l?o.palette.brand.primary.disableLine:o.palette.brand.primary.main};
15
15
  transition: all 0.2s ease-in-out;
16
16
  transition-property: transform, width;
17
17
  ${({isChipped:o})=>o?{display:"none"}:{}}
18
- `,Z=3,B=i.forwardRef(function({value:u,scrollable:y=!1,disabled:C=!1,onChange:D,size:T="medium",inlineCSS:I,wrapperProps:p,children:A,..._},X){const s=i.useRef(null),d=i.useRef(),f=i.useRef(0),j=i.useRef(!0),v=i.useRef(!1),h=i.useRef(!1),[m,w]=i.useState(!1),[F,N]=i.useState(!1),[g,P]=i.useState(0),[M,H]=i.useState(0),R=C,E=i.Children.toArray(A).every(e=>i.isValidElement(e)&&i.Children.toArray(e.props.children).every(r=>i.isValidElement(r)&&!Array.isArray(r.props.children))),O=e=>r=>{v.current&&(D(e,r.currentTarget),v.current=!1)},V=e=>{if(!s.current)return;const r=s.current.querySelectorAll('[role="tab"]:not([disabled])'),a=Array.from(r).findIndex(t=>t===document.activeElement);if(e.key==="ArrowLeft"){e.preventDefault();const t=a<=0?r.length-1:a-1,n=r[t];n&&!n.getAttribute("disabled")&&n.focus()}else if(e.key==="ArrowRight"){e.preventDefault();const t=a>=r.length-1?0:a+1,n=r[t];n&&!n.getAttribute("disabled")&&n.focus()}else if(e.key==="Home"){e.preventDefault();const t=r[0];t&&!t.getAttribute("disabled")&&t.focus()}else if(e.key==="End"){e.preventDefault();const t=r[r.length-1];t&&!t.getAttribute("disabled")&&t.focus()}else if(e.key===" "||e.key==="Enter"){e.preventDefault();const t=r[a];if(t&&!t.getAttribute("disabled")){const n=t.getAttribute("value");if(n){D(n,t);const c=s.current.querySelector(".indicator");c&&(c.style.width=`${t.clientWidth}px`,c.style.transform=`translate3d(${t.offsetLeft}px, 0px, 0px)`,h.current?c.style.transition="all 0.2s ease-in-out":(c.style.transition="unset",h.current=!0))}}}},L=e=>{w(!0),P(e),H(f.current)},$=e=>{m&&(w(!1),e&&Math.abs(g-e)<Z&&(v.current=!0),d.current&&(cancelAnimationFrame(d.current),d.current=void 0))},K=e=>L(e.clientX),z=e=>{L(e.touches[0].clientX)},W=()=>{$()},k=e=>$(e.clientX);return i.useEffect(()=>{const e=()=>{var r;if(s.current){const a=s.current.querySelector(".indicator"),t=(r=s.current)==null?void 0:r.querySelectorAll('[role="tab"][data-selected="true"]')[0];if(t&&a&&(a.style.width=`${t.clientWidth}px`,a.style.transform=`translate3d(${t.offsetLeft}px, 0px, 0px)`,h.current?a.style.transition="all 0.2s ease-in-out":(a.style.transition="unset",h.current=!0),N(t.getAttribute("data-disabled")==="true")),t&&y){const n=t.offsetLeft,c=t.offsetLeft+t.clientWidth,l=f.current,b=f.current+s.current.clientWidth;if(n<l||c>b){const q=Math.min(n,Math.max(s.current.scrollWidth-s.current.clientWidth,s.current.scrollWidth-b));s.current.style.transition="all 0.2s ease-in-out",s.current.style.transform=`translate3d(-${q}px, 0px, 0px)`,f.current=q}}}};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}},[y,u,T]),i.useEffect(()=>{const e=s.current,r=n=>{if(!m||!s.current)return;const c=g-n;let l=M+c;const b=s.current.scrollWidth-s.current.clientWidth;l<0?l=0:l>b&&(l=b),s.current&&(d.current&&cancelAnimationFrame(d.current),d.current=requestAnimationFrame(()=>{s.current&&(s.current.style.transition="unset",s.current.style.transform=`translate3d(-${l}px, 0px, 0px)`,f.current=l,j.current=!1)}))},a=n=>{n.stopPropagation(),r(n.clientX)},t=n=>{n.stopPropagation(),r(n.touches[0].clientX)};return e==null||e.addEventListener("mousemove",a),e==null||e.addEventListener("touchmove",t),()=>{e==null||e.removeEventListener("mousemove",a),e==null||e.removeEventListener("touchmove",t)}},[m,g,M]),S.jsx(J,{className:"tab-wrapper",ref:X,scrollable:y,...p,css:p==null?void 0:p.inlineCSS,children:S.jsxs(Q,{className:"tab-list",role:"tablist",ref:s,isChipped:E,css:I,..._,onMouseDown:K,onMouseUp:k,onMouseLeave:k,onTouchStart:z,onTouchEnd:W,onTouchCancel:W,children:[i.Children.map(A,(e,r)=>{var n,c;if(!i.isValidElement(e))return null;const a=u===e.props.value,t=R||((n=e.props)==null?void 0:n.disabled);return i.cloneElement(e,{...e.props,className:`tab-block-${r}`,selected:a,"aria-selected":a,tabIndex:a?0:-1,onClick:(c=e.props)!=null&&c.disabled?void 0:O(e.props.value),onKeyDown:V,disabled:t,size:T})}),S.jsx(Y,{className:"indicator",disabled:R||F,isChipped:E})]})})});exports.default=B;
18
+ `,S=3,rt=i.forwardRef(function({value:l,scrollable:h=!1,disabled:_=!1,onChange:R,size:w="medium",inlineCSS:I,wrapperProps:m,children:E,...j},F){const s=i.useRef(null),d=i.useRef(),b=i.useRef(0),N=i.useRef(!0),x=i.useRef(!1),g=i.useRef(!1),u=i.useRef(!1),[H,O]=i.useState(!1),[D,P]=i.useState(0),[T,V]=i.useState(0),[L,K]=i.useState(0),$=_,W=i.Children.toArray(E).every(t=>i.isValidElement(t)&&i.Children.toArray(t.props.children).every(r=>i.isValidElement(r)&&!Array.isArray(r.props.children))),z=t=>r=>{x.current&&(R(t,r.currentTarget),x.current=!1)},U=t=>{if(!s.current)return;const r=s.current.querySelectorAll('[role="tab"]:not([disabled])'),a=Array.from(r).findIndex(e=>e===document.activeElement);if(t.key==="ArrowLeft"){t.preventDefault();const e=a<=0?r.length-1:a-1,n=r[e];n&&!n.getAttribute("disabled")&&n.focus()}else if(t.key==="ArrowRight"){t.preventDefault();const e=a>=r.length-1?0:a+1,n=r[e];n&&!n.getAttribute("disabled")&&n.focus()}else if(t.key==="Home"){t.preventDefault();const e=r[0];e&&!e.getAttribute("disabled")&&e.focus()}else if(t.key==="End"){t.preventDefault();const e=r[r.length-1];e&&!e.getAttribute("disabled")&&e.focus()}else if(t.key===" "||t.key==="Enter"){t.preventDefault();const e=r[a];if(e&&!e.getAttribute("disabled")){const n=e.getAttribute("value");if(n){R(n,e);const c=s.current.querySelector(".indicator");c&&(c.style.width=`${e.clientWidth}px`,c.style.transform=`translate3d(${e.offsetLeft}px, 0px, 0px)`,g.current?c.style.transition="all 0.2s ease-in-out":(c.style.transition="unset",g.current=!0))}}}},Y=(t,r)=>{P(t),V(r),K(b.current)},X=(t,r)=>{if(!u.current)return;u.current=!1;const a=D-t,e=T-r;t&&Math.abs(a)<S&&Math.abs(e)<S*2&&(x.current=!0),d.current&&(cancelAnimationFrame(d.current),d.current=void 0)},G=t=>{h&&(u.current=!0,Y(t.clientX,t.clientY))},J=t=>{h&&Y(t.touches[0].clientX,t.touches[0].clientY)},k=t=>X(t.changedTouches[0].clientX,t.changedTouches[0].clientY),q=t=>X(t.clientX,t.clientY);return i.useEffect(()=>{const t=()=>{var r;if(s.current){const a=s.current.querySelector(".indicator"),e=(r=s.current)==null?void 0:r.querySelectorAll('[role="tab"][data-selected="true"]')[0];if(e&&a&&(a.style.width=`${e.clientWidth}px`,a.style.transform=`translate3d(${e.offsetLeft}px, 0px, 0px)`,g.current?a.style.transition="all 0.2s ease-in-out":(a.style.transition="unset",g.current=!0),O(e.getAttribute("data-disabled")==="true")),e&&h){const n=e.offsetLeft,c=e.offsetLeft+e.clientWidth,p=b.current,y=b.current+s.current.clientWidth;if(n<p||c>y){const v=Math.min(n,Math.max(s.current.scrollWidth-s.current.clientWidth,s.current.scrollWidth-y));s.current.style.transition="all 0.2s ease-in-out",s.current.style.transform=`translate3d(-${v}px, 0px, 0px)`,b.current=v}}}};return t(),window.addEventListener("resize",t),()=>{window.removeEventListener("resize",t)}},[h,l,w]),i.useEffect(()=>{const t=s.current,r=(n,c,p)=>{if(!s.current)return;const y=D-n,v=T-c;if(u.current=u.current||Math.abs(y)>S&&Math.abs(v)<S*2,u.current&&p.cancelable&&(p.preventDefault(),p.stopPropagation()),u.current){let f=L+y;const C=s.current.scrollWidth-s.current.clientWidth;f<0?f=0:f>C&&(f=C),s.current&&(d.current&&cancelAnimationFrame(d.current),d.current=requestAnimationFrame(()=>{s.current&&(s.current.style.transition="unset",s.current.style.transform=`translate3d(-${f}px, 0px, 0px)`,b.current=f,N.current=!1)}))}},a=n=>{u.current&&r(n.clientX,n.clientY,n)},e=n=>{r(n.touches[0].clientX,n.touches[0].clientY,n)};return t==null||t.addEventListener("mousemove",a),t==null||t.addEventListener("touchmove",e),()=>{t==null||t.removeEventListener("mousemove",a),t==null||t.removeEventListener("touchmove",e)}},[D,T,L]),A.jsx(B,{className:"tab-wrapper",ref:F,scrollable:h,...m,css:m==null?void 0:m.inlineCSS,children:A.jsxs(tt,{className:"tab-list",role:"tablist",ref:s,isChipped:W,css:I,...j,onMouseDown:G,onMouseUp:q,onMouseLeave:q,onTouchStart:J,onTouchEnd:k,onTouchCancel:k,children:[i.Children.map(E,(t,r)=>{var n,c;if(!i.isValidElement(t))return null;const a=l===t.props.value,e=$||((n=t.props)==null?void 0:n.disabled);return i.cloneElement(t,{...t.props,className:`tab-block-${r}`,selected:a,"aria-selected":a,tabIndex:a?0:-1,onClick:(c=t.props)!=null&&c.disabled?void 0:z(t.props.value),onKeyDown:U,disabled:e,size:w})}),A.jsx(et,{className:"indicator",disabled:$||H,isChipped:W})]})})});exports.default=rt;
package/Tab/Tab.es.js CHANGED
@@ -1,104 +1,107 @@
1
- import { jsx as q, jsxs as Y } from "@emotion/react/jsx-runtime";
2
- import { forwardRef as Z, useRef as d, useState as y, Children as S, isValidElement as A, useEffect as F, cloneElement as B } from "react";
3
- import D from "@emotion/styled";
4
- const tt = D.div`
1
+ import { jsx as N, jsxs as et } from "@emotion/react/jsx-runtime";
2
+ import { forwardRef as rt, useRef as l, useState as x, Children as w, isValidElement as M, useEffect as H, cloneElement as nt } from "react";
3
+ import L from "@emotion/styled";
4
+ const st = L.div`
5
5
  width: 100%;
6
- background-color: ${({ theme: i }) => i.palette.grey.white};
7
- ${({ scrollable: i }) => i ? {
6
+ background-color: ${({ theme: o }) => o.palette.grey.white};
7
+ ${({ scrollable: o }) => o ? {
8
8
  overflow: "hidden"
9
9
  } : {}}
10
- `, et = D.div`
10
+ `, it = L.div`
11
11
  display: flex;
12
12
  position: relative;
13
- background: ${({ theme: i }) => i.palette.grey.white};
14
- ${({ theme: i, isChipped: l }) => l ? {
15
- gap: i.spacing.content(2)
13
+ background: ${({ theme: o }) => o.palette.grey.white};
14
+ ${({ theme: o, isChipped: u }) => u ? {
15
+ gap: o.spacing.content(2)
16
16
  } : {}}
17
- `, rt = D.div`
17
+ `, ot = L.div`
18
18
  position: absolute;
19
19
  height: 2px;
20
20
  bottom: 0;
21
- background: ${({ theme: i, disabled: l }) => l ? i.palette.brand.primary.disableLine : i.palette.brand.primary.main};
21
+ background: ${({ theme: o, disabled: u }) => u ? o.palette.brand.primary.disableLine : o.palette.brand.primary.main};
22
22
  transition: all 0.2s ease-in-out;
23
23
  transition-property: transform, width;
24
- ${({ isChipped: i }) => i ? {
24
+ ${({ isChipped: o }) => o ? {
25
25
  display: "none"
26
26
  } : {}}
27
- `, nt = 3, at = Z(function({
28
- value: l,
29
- scrollable: m = !1,
30
- disabled: N = !1,
31
- onChange: T,
32
- size: w = "medium",
33
- inlineCSS: H,
34
- wrapperProps: b,
35
- children: L,
36
- ...P
37
- }, j) {
38
- const s = d(null), u = d(), f = d(0), K = d(!0), v = d(!1), h = d(!1), [g, M] = y(!1), [O, z] = y(!1), [x, U] = y(0), [E, V] = y(0), $ = N, R = S.toArray(L).every((t) => A(t) && S.toArray(t.props.children).every(
39
- (n) => A(n) && !Array.isArray(n.props.children)
40
- )), _ = (t) => (n) => {
41
- v.current && (T(t, n.currentTarget), v.current = !1);
42
- }, G = (t) => {
27
+ `, S = 3, ut = rt(function({
28
+ value: u,
29
+ scrollable: h = !1,
30
+ disabled: j = !1,
31
+ onChange: E,
32
+ size: $ = "medium",
33
+ inlineCSS: K,
34
+ wrapperProps: m,
35
+ children: R,
36
+ ...O
37
+ }, P) {
38
+ const s = l(null), d = l(), p = l(0), z = l(!0), D = l(!1), g = l(!1), c = l(!1), [U, V] = x(!1), [T, _] = x(0), [A, G] = x(0), [W, J] = x(0), Y = j, X = w.toArray(R).every((t) => M(t) && w.toArray(t.props.children).every(
39
+ (r) => M(r) && !Array.isArray(r.props.children)
40
+ )), Q = (t) => (r) => {
41
+ D.current && (E(t, r.currentTarget), D.current = !1);
42
+ }, Z = (t) => {
43
43
  if (!s.current) return;
44
- const n = s.current.querySelectorAll(
44
+ const r = s.current.querySelectorAll(
45
45
  '[role="tab"]:not([disabled])'
46
- ), o = Array.from(n).findIndex((e) => e === document.activeElement);
46
+ ), i = Array.from(r).findIndex((e) => e === document.activeElement);
47
47
  if (t.key === "ArrowLeft") {
48
48
  t.preventDefault();
49
- const e = o <= 0 ? n.length - 1 : o - 1, r = n[e];
50
- r && !r.getAttribute("disabled") && r.focus();
49
+ const e = i <= 0 ? r.length - 1 : i - 1, n = r[e];
50
+ n && !n.getAttribute("disabled") && n.focus();
51
51
  } else if (t.key === "ArrowRight") {
52
52
  t.preventDefault();
53
- const e = o >= n.length - 1 ? 0 : o + 1, r = n[e];
54
- r && !r.getAttribute("disabled") && r.focus();
53
+ const e = i >= r.length - 1 ? 0 : i + 1, n = r[e];
54
+ n && !n.getAttribute("disabled") && n.focus();
55
55
  } else if (t.key === "Home") {
56
56
  t.preventDefault();
57
- const e = n[0];
57
+ const e = r[0];
58
58
  e && !e.getAttribute("disabled") && e.focus();
59
59
  } else if (t.key === "End") {
60
60
  t.preventDefault();
61
- const e = n[n.length - 1];
61
+ const e = r[r.length - 1];
62
62
  e && !e.getAttribute("disabled") && e.focus();
63
63
  } else if (t.key === " " || t.key === "Enter") {
64
64
  t.preventDefault();
65
- const e = n[o];
65
+ const e = r[i];
66
66
  if (e && !e.getAttribute("disabled")) {
67
- const r = e.getAttribute("value");
68
- if (r) {
69
- T(r, e);
67
+ const n = e.getAttribute("value");
68
+ if (n) {
69
+ E(n, e);
70
70
  const a = s.current.querySelector(".indicator");
71
- a && (a.style.width = `${e.clientWidth}px`, a.style.transform = `translate3d(${e.offsetLeft}px, 0px, 0px)`, h.current ? a.style.transition = "all 0.2s ease-in-out" : (a.style.transition = "unset", h.current = !0));
71
+ a && (a.style.width = `${e.clientWidth}px`, a.style.transform = `translate3d(${e.offsetLeft}px, 0px, 0px)`, g.current ? a.style.transition = "all 0.2s ease-in-out" : (a.style.transition = "unset", g.current = !0));
72
72
  }
73
73
  }
74
74
  }
75
- }, W = (t) => {
76
- M(!0), U(t), V(f.current);
77
- }, k = (t) => {
78
- g && (M(!1), t && Math.abs(x - t) < nt && (v.current = !0), u.current && (cancelAnimationFrame(u.current), u.current = void 0));
79
- }, J = (t) => W(t.clientX), Q = (t) => {
80
- W(t.touches[0].clientX);
81
- }, I = () => {
82
- k();
83
- }, X = (t) => k(t.clientX);
84
- return F(() => {
75
+ }, k = (t, r) => {
76
+ _(t), G(r), J(p.current);
77
+ }, I = (t, r) => {
78
+ if (!c.current) return;
79
+ c.current = !1;
80
+ const i = T - t, e = A - r;
81
+ t && Math.abs(i) < S && Math.abs(e) < S * 2 && (D.current = !0), d.current && (cancelAnimationFrame(d.current), d.current = void 0);
82
+ }, B = (t) => {
83
+ h && (c.current = !0, k(t.clientX, t.clientY));
84
+ }, tt = (t) => {
85
+ h && k(t.touches[0].clientX, t.touches[0].clientY);
86
+ }, C = (t) => I(t.changedTouches[0].clientX, t.changedTouches[0].clientY), q = (t) => I(t.clientX, t.clientY);
87
+ return H(() => {
85
88
  const t = () => {
86
- var n;
89
+ var r;
87
90
  if (s.current) {
88
- const o = s.current.querySelector(".indicator"), e = (n = s.current) == null ? void 0 : n.querySelectorAll(
91
+ const i = s.current.querySelector(".indicator"), e = (r = s.current) == null ? void 0 : r.querySelectorAll(
89
92
  '[role="tab"][data-selected="true"]'
90
93
  )[0];
91
- if (e && o && (o.style.width = `${e.clientWidth}px`, o.style.transform = `translate3d(${e.offsetLeft}px, 0px, 0px)`, h.current ? o.style.transition = "all 0.2s ease-in-out" : (o.style.transition = "unset", h.current = !0), z(e.getAttribute("data-disabled") === "true")), e && m) {
92
- const r = e.offsetLeft, a = e.offsetLeft + e.clientWidth, c = f.current, p = f.current + s.current.clientWidth;
93
- if (r < c || a > p) {
94
- const C = Math.min(
95
- r,
94
+ if (e && i && (i.style.width = `${e.clientWidth}px`, i.style.transform = `translate3d(${e.offsetLeft}px, 0px, 0px)`, g.current ? i.style.transition = "all 0.2s ease-in-out" : (i.style.transition = "unset", g.current = !0), V(e.getAttribute("data-disabled") === "true")), e && h) {
95
+ const n = e.offsetLeft, a = e.offsetLeft + e.clientWidth, b = p.current, y = p.current + s.current.clientWidth;
96
+ if (n < b || a > y) {
97
+ const v = Math.min(
98
+ n,
96
99
  Math.max(
97
100
  s.current.scrollWidth - s.current.clientWidth,
98
- s.current.scrollWidth - p
101
+ s.current.scrollWidth - y
99
102
  )
100
103
  );
101
- s.current.style.transition = "all 0.2s ease-in-out", s.current.style.transform = `translate3d(-${C}px, 0px, 0px)`, f.current = C;
104
+ s.current.style.transition = "all 0.2s ease-in-out", s.current.style.transform = `translate3d(-${v}px, 0px, 0px)`, p.current = v;
102
105
  }
103
106
  }
104
107
  }
@@ -106,70 +109,72 @@ const tt = D.div`
106
109
  return t(), window.addEventListener("resize", t), () => {
107
110
  window.removeEventListener("resize", t);
108
111
  };
109
- }, [m, l, w]), F(() => {
110
- const t = s.current, n = (r) => {
111
- if (!g || !s.current) return;
112
- const a = x - r;
113
- let c = E + a;
114
- const p = s.current.scrollWidth - s.current.clientWidth;
115
- c < 0 ? c = 0 : c > p && (c = p), s.current && (u.current && cancelAnimationFrame(u.current), u.current = requestAnimationFrame(() => {
116
- s.current && (s.current.style.transition = "unset", s.current.style.transform = `translate3d(-${c}px, 0px, 0px)`, f.current = c, K.current = !1);
117
- }));
118
- }, o = (r) => {
119
- r.stopPropagation(), n(r.clientX);
120
- }, e = (r) => {
121
- r.stopPropagation(), n(r.touches[0].clientX);
112
+ }, [h, u, $]), H(() => {
113
+ const t = s.current, r = (n, a, b) => {
114
+ if (!s.current) return;
115
+ const y = T - n, v = A - a;
116
+ if (c.current = c.current || Math.abs(y) > S && Math.abs(v) < S * 2, c.current && b.cancelable && (b.preventDefault(), b.stopPropagation()), c.current) {
117
+ let f = W + y;
118
+ const F = s.current.scrollWidth - s.current.clientWidth;
119
+ f < 0 ? f = 0 : f > F && (f = F), s.current && (d.current && cancelAnimationFrame(d.current), d.current = requestAnimationFrame(() => {
120
+ s.current && (s.current.style.transition = "unset", s.current.style.transform = `translate3d(-${f}px, 0px, 0px)`, p.current = f, z.current = !1);
121
+ }));
122
+ }
123
+ }, i = (n) => {
124
+ c.current && r(n.clientX, n.clientY, n);
125
+ }, e = (n) => {
126
+ r(n.touches[0].clientX, n.touches[0].clientY, n);
122
127
  };
123
- return t == null || t.addEventListener("mousemove", o), t == null || t.addEventListener("touchmove", e), () => {
124
- t == null || t.removeEventListener("mousemove", o), t == null || t.removeEventListener("touchmove", e);
128
+ return t == null || t.addEventListener("mousemove", i), t == null || t.addEventListener("touchmove", e), () => {
129
+ t == null || t.removeEventListener("mousemove", i), t == null || t.removeEventListener("touchmove", e);
125
130
  };
126
- }, [g, x, E]), /* @__PURE__ */ q(
127
- tt,
131
+ }, [T, A, W]), /* @__PURE__ */ N(
132
+ st,
128
133
  {
129
134
  className: "tab-wrapper",
130
- ref: j,
131
- scrollable: m,
132
- ...b,
133
- css: b == null ? void 0 : b.inlineCSS,
134
- children: /* @__PURE__ */ Y(
135
- et,
135
+ ref: P,
136
+ scrollable: h,
137
+ ...m,
138
+ css: m == null ? void 0 : m.inlineCSS,
139
+ children: /* @__PURE__ */ et(
140
+ it,
136
141
  {
137
142
  className: "tab-list",
138
143
  role: "tablist",
139
144
  ref: s,
140
- isChipped: R,
141
- css: H,
142
- ...P,
143
- onMouseDown: J,
144
- onMouseUp: X,
145
- onMouseLeave: X,
146
- onTouchStart: Q,
147
- onTouchEnd: I,
148
- onTouchCancel: I,
145
+ isChipped: X,
146
+ css: K,
147
+ ...O,
148
+ onMouseDown: B,
149
+ onMouseUp: q,
150
+ onMouseLeave: q,
151
+ onTouchStart: tt,
152
+ onTouchEnd: C,
153
+ onTouchCancel: C,
149
154
  children: [
150
- S.map(L, (t, n) => {
151
- var r, a;
152
- if (!A(t))
155
+ w.map(R, (t, r) => {
156
+ var n, a;
157
+ if (!M(t))
153
158
  return null;
154
- const o = l === t.props.value, e = $ || ((r = t.props) == null ? void 0 : r.disabled);
155
- return B(t, {
159
+ const i = u === t.props.value, e = Y || ((n = t.props) == null ? void 0 : n.disabled);
160
+ return nt(t, {
156
161
  ...t.props,
157
- className: `tab-block-${n}`,
158
- selected: o,
159
- "aria-selected": o,
160
- tabIndex: o ? 0 : -1,
161
- onClick: (a = t.props) != null && a.disabled ? void 0 : _(t.props.value),
162
- onKeyDown: G,
162
+ className: `tab-block-${r}`,
163
+ selected: i,
164
+ "aria-selected": i,
165
+ tabIndex: i ? 0 : -1,
166
+ onClick: (a = t.props) != null && a.disabled ? void 0 : Q(t.props.value),
167
+ onKeyDown: Z,
163
168
  disabled: e,
164
- size: w
169
+ size: $
165
170
  });
166
171
  }),
167
- /* @__PURE__ */ q(
168
- rt,
172
+ /* @__PURE__ */ N(
173
+ ot,
169
174
  {
170
175
  className: "indicator",
171
- disabled: $ || O,
172
- isChipped: R
176
+ disabled: Y || U,
177
+ isChipped: X
173
178
  }
174
179
  )
175
180
  ]
@@ -179,5 +184,5 @@ const tt = D.div`
179
184
  );
180
185
  });
181
186
  export {
182
- at as default
187
+ ut as default
183
188
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotss/ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "React UI components for Dotss",
5
5
  "type": "module",
6
6
  "main": "./index.cjs",
@@ -1 +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=require("./line/archive-line.svg-DCCCNm0K.cjs"),ti=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,ArchiveLine:_i.SvgArchiveLine,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=ti;
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"),M=require("./fill/like-fill.svg-DnL66ApL.cjs"),U=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"),Me=require("./line/information-line.svg-fQYLBjcn.cjs"),Ue=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=require("./line/archive-line.svg-DCCCNm0K.cjs"),ti=require("./line/money-line.svg-BlHnCVds.cjs"),li=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,ArchiveLine:_i.SvgArchiveLine,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:U.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:Me.SvgInformationLine,InstagramLine:Ne.SvgInstagramLine,InsuranceLine:Ge.SvgInsuranceLine,InvalidFill:f.SvgInvalidFill,KidsColorLine:c.SvgKidsColorLine,KidsLine:ge.SvgKidsLine,LikeFill:M.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,MoneyLine:ti.SvgMoneyLine,MonthlyLine:ni.SvgMonthlyLine,MoreLine:xe.SvgMoreLine,OngoingFill:y.SvgOngoingFill,ParkingLine:Ue.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=li;
@@ -24,9 +24,9 @@ import { S as A } from "./fill/info-fill.svg-CwgxQGwL.js";
24
24
  import { S as y } from "./fill/invalid-fill.svg-D-87fL2g.js";
25
25
  import { S as u } from "./fill/met-fill.svg-BYSmsKBw.js";
26
26
  import { S as E } from "./fill/ongoing-fill.svg-BWY0Pepo.js";
27
- import { S as k } from "./fill/review-fill.svg-C356jYYw.js";
28
- import { S as I } from "./fill/schedule-fill.svg-BrKSb-wR.js";
29
- import { S as M } from "./fill/tooltip-fill.svg-Csn01XEU.js";
27
+ import { S as M } from "./fill/review-fill.svg-C356jYYw.js";
28
+ import { S as k } from "./fill/schedule-fill.svg-BrKSb-wR.js";
29
+ import { S as I } from "./fill/tooltip-fill.svg-Csn01XEU.js";
30
30
  import { S as U } from "./fill/user-fill.svg-1AdHldZ7.js";
31
31
  import { S as b } from "./fill/clr-fill.svg-Cn-I8j7d.js";
32
32
  import { S as P } from "./fill/like-fill.svg-Cx1cz0ZV.js";
@@ -78,9 +78,9 @@ import { S as Ai } from "./line/browser-line.svg-hDn02ywo.js";
78
78
  import { S as yi } from "./line/call-line.svg-B2jT8BCB.js";
79
79
  import { S as ui } from "./line/camera-line.svg-BvUSwmSN.js";
80
80
  import { S as Ei } from "./line/card-line.svg-BwluOZMy.js";
81
- import { S as ki } from "./line/copy-line.svg-CLdLNk9r.js";
82
- import { S as Ii } from "./line/filter-line.svg-Dbe7jw9Q.js";
83
- import { S as Mi } from "./line/goods-line.svg-BDAb5Snx.js";
81
+ import { S as Mi } from "./line/copy-line.svg-CLdLNk9r.js";
82
+ import { S as ki } from "./line/filter-line.svg-Dbe7jw9Q.js";
83
+ import { S as Ii } from "./line/goods-line.svg-BDAb5Snx.js";
84
84
  import { S as Ui } from "./line/img-line.svg-CPHQ1Cur.js";
85
85
  import { S as bi } from "./line/location-line.svg-EQvkDzcG.js";
86
86
  import { S as Pi } from "./line/information-line.svg-C1HeihVj.js";
@@ -114,7 +114,8 @@ import { S as mo } from "./line/list-line.svg-yFfhZxUp.js";
114
114
  import { S as no } from "./line/monthly-line.svg-DY5-Xv34.js";
115
115
  import { S as So } from "./line/weekly-line.svg-BUPmmgeE.js";
116
116
  import { S as ao } from "./line/archive-line.svg-DRsXXtcA.js";
117
- const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
117
+ import { S as to } from "./line/money-line.svg-CmMXUYQs.js";
118
+ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
118
119
  __proto__: null,
119
120
  AlarmLine: mi,
120
121
  AlertFill: g,
@@ -159,18 +160,18 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
159
160
  CloseLine: N,
160
161
  ClrFill: b,
161
162
  CompleteFill: h,
162
- CopyLine: ki,
163
+ CopyLine: Mi,
163
164
  CouponEtc: p,
164
165
  DeleteLine: ti,
165
166
  DownloadLine: Q,
166
167
  ExcellentPlaneEmoji: S,
167
168
  EyeInvisibleLine: X,
168
169
  EyeVisibleLine: Y,
169
- FilterLine: Ii,
170
+ FilterLine: ki,
170
171
  FullViewLine: li,
171
172
  GoodPlaneEmoji: a,
172
173
  GoodsColorLine: o,
173
- GoodsLine: Mi,
174
+ GoodsLine: Ii,
174
175
  HamburgerLine: Z,
175
176
  HeadphoneLine: Oi,
176
177
  HomeFill: w,
@@ -196,6 +197,7 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
196
197
  MinusLine: $,
197
198
  MobileLine: gi,
198
199
  ModifyLine: vi,
200
+ MoneyLine: to,
199
201
  MonthlyLine: no,
200
202
  MoreLine: zi,
201
203
  OngoingFill: E,
@@ -204,9 +206,9 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
204
206
  PointEtc: l,
205
207
  ReceiptLine: Di,
206
208
  ResetLine: oi,
207
- ReviewFill: k,
209
+ ReviewFill: M,
208
210
  ReviewLine: eo,
209
- ScheduleFill: I,
211
+ ScheduleFill: k,
210
212
  ScheduleLine: _i,
211
213
  SearchFill: j,
212
214
  SearchLine: ri,
@@ -220,7 +222,7 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
220
222
  TimeColorLine: e,
221
223
  TimeFill: B,
222
224
  TimeLine: Fi,
223
- TooltipFill: M,
225
+ TooltipFill: I,
224
226
  ToyLine: Ji,
225
227
  UnScheduledEtc: s,
226
228
  UniversityLine: ci,
@@ -234,5 +236,5 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
234
236
  WifiLine: Hi
235
237
  }, Symbol.toStringTag, { value: "Module" }));
236
238
  export {
237
- Fe as S
239
+ de as S
238
240
  };
@@ -75,3 +75,4 @@ export { default as ListLine } from './list-line.svg';
75
75
  export { default as MonthlyLine } from './monthly-line.svg';
76
76
  export { default as WeeklyLine } from './weekly-line.svg';
77
77
  export { default as ArchiveLine } from './archive-line.svg';
78
+ export { default as MoneyLine } from './money-line.svg';
@@ -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 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 l=c(o),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",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 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.5Z",fill:"currentColor"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.20225 9.48667C8.05681 9.09883 7.6245 8.90233 7.23666 9.04777C6.84882 9.19321 6.65231 9.62552 6.79775 10.0134L7.26149 11.25H6.75C6.33579 11.25 6 11.5858 6 12C6 12.4142 6.33579 12.75 6.75 12.75H7.82399L9.04775 16.0134C9.15753 16.3061 9.43737 16.5 9.75 16.5C10.0626 16.5 10.3425 16.3061 10.4522 16.0134L11.676 12.75H12.324L13.5478 16.0134C13.6575 16.3061 13.9374 16.5 14.25 16.5C14.5626 16.5 14.8425 16.3061 14.9522 16.0134L16.176 12.75H17.25C17.6642 12.75 18 12.4142 18 12C18 11.5858 17.6642 11.25 17.25 11.25H16.7385L17.2022 10.0134C17.3477 9.62552 17.1512 9.19321 16.7633 9.04777C16.3755 8.90233 15.9432 9.09883 15.7978 9.48667L15.1365 11.25H13.3635L12.7022 9.48667C12.5925 9.19394 12.3126 9.00001 12 9.00001C11.6874 9.00001 11.4075 9.19394 11.2978 9.48667L10.6365 11.25H8.86349L8.20225 9.48667ZM9.42599 12.75L9.75 13.614L10.074 12.75H9.42599ZM13.926 12.75L14.25 13.614L14.574 12.75H13.926Z",fill:"currentColor"}));exports.SvgMoneyLine=C;
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (C) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 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.5Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.20225 9.48667C8.05681 9.09883 7.6245 8.90233 7.23666 9.04777C6.84882 9.19321 6.65231 9.62552 6.79775 10.0134L7.26149 11.25H6.75C6.33579 11.25 6 11.5858 6 12C6 12.4142 6.33579 12.75 6.75 12.75H7.82399L9.04775 16.0134C9.15753 16.3061 9.43737 16.5 9.75 16.5C10.0626 16.5 10.3425 16.3061 10.4522 16.0134L11.676 12.75H12.324L13.5478 16.0134C13.6575 16.3061 13.9374 16.5 14.25 16.5C14.5626 16.5 14.8425 16.3061 14.9522 16.0134L16.176 12.75H17.25C17.6642 12.75 18 12.4142 18 12C18 11.5858 17.6642 11.25 17.25 11.25H16.7385L17.2022 10.0134C17.3477 9.62552 17.1512 9.19321 16.7633 9.04777C16.3755 8.90233 15.9432 9.09883 15.7978 9.48667L15.1365 11.25H13.3635L12.7022 9.48667C12.5925 9.19394 12.3126 9.00001 12 9.00001C11.6874 9.00001 11.4075 9.19394 11.2978 9.48667L10.6365 11.25H8.86349L8.20225 9.48667ZM9.42599 12.75L9.75 13.614L10.074 12.75H9.42599ZM13.926 12.75L14.25 13.614L14.574 12.75H13.926Z", fill: "currentColor" }));
3
+ export {
4
+ l as S
5
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=Object.freeze({CalendarColorLine:"달력",GoodsColorLine:"상품",KidsColorLine:"아이",TimeColorLine:"시간",CapacityColorLine:"인원",AveragePlaneEmoji:"보통",ExcellentPlaneEmoji:"좋음",GoodPlaneEmoji:"아주 좋음",CashEtc:"캐시",PointEtc:"포인트",CheckEtc:"체크",UnScheduledEtc:"미예약",CouponEtc:"쿠폰",AlertFill:"경고",ApplyFill:"추가",ArrowDownFill:"아래쪽",ArrowLeftFill:"왼쪽",ArrowRightFill:"오른쪽",ArrowUpFill:"위쪽",ChattingFill:"채팅",CompleteFill:"성공",HomeFill:"홈",InfoFill:"정보",InvalidFill:"실패",MetFill:"하트",OngoingFill:"진행중",ReviewFill:"별",ScheduleFill:"예약",TooltipFill:"정보",UserFill:"사용자",ClrFill:"지우기",LikeFill:"좋아요",ArrowBackLine:"뒤로",ArrowDownwardLine:"아래로",ArrowForwardLine:"앞으로",ArrowUpwardLine:"위로",CheckLine:"체크",ChevronDownLine:"하",ChevronLeftLine:"좌",ChevronRightLine:"우",ChevronUpLine:"상",CloseLine:"닫기",DownloadLine:"다운로드",EyeInvisibleLine:"가리기",EyeVisibleLine:"보이기",HamburgerLine:"메뉴",MinusLine:"빼기",PlusLine:"더하기",ResetLine:"초기화",SearchLine:"찾기",UploadLine:"업로드",AlarmLine:"알림",CalendarLine:"달력",CertificateLine:"증명서",ChatLine:"채팅",DeleteLine:"삭제",FullViewLine:"전체보기",KidsLine:"아이",LinkLine:"링크",MatchTypeLine:"매칭타입",MobileLine:"모바일",ModifyLine:"수정",SettingLine:"설정",SpecialLine:"특별",TimeLine:"시간",UniversityLine:"학위",Warning1Line:"경고",Warning2Line:"경고",AttachLine:"첨부",BrowserLine:"브라우저",CallLine:"전화",CameraLine:"카메라",CardLine:"카드",CopyLine:"복사",FilterLine:"필터",GoodsLine:"상품",ImgLine:"사진",LocationLine:"위치",InformationLine:"정보",ParkingLine:"자동차",ReceiptLine:"영수증",ShareLine:"공유",SmsLine:"메일",WifiLine:"와이파이",ApplyLine:"추가",ChattingLine:"채팅",HomeLine:"홈",HeadphoneLine:"헤드폰",LikeLine:"좋아요",InsuranceLine:"보호",ScheduleLine:"예약",UserLine:"사용자",MoreLine:"더보기",ImgDisableLine:"사진 없음",ToyLine:"장난감",InstagramLine:"인스타그램",AlignLine:"정렬",CashLine:"캐시",SoundLine:"소리 켜기",SoundOffLine:"소리 끄기",BanLine:"금지",MetLine:"하트",AlignEditLine:"순서 변경",VideoCameraLine:"동영상 촬영",CertifiedFill:"인증됨",LocationFill:"위치",SendFill:"보내기",ReviewLine:"리뷰",ListLine:"목록",MonthlyLine:"월간 보기",WeeklyLine:"주간 보기",SearchFill:"검색",CheckFill:"체크",AlphabetFill:"알파벳",TimeFill:"시간",ArchiveLine:"상자"});function n(e){return i[e]?i[e]:""}exports.default=n;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=Object.freeze({CalendarColorLine:"달력",GoodsColorLine:"상품",KidsColorLine:"아이",TimeColorLine:"시간",CapacityColorLine:"인원",AveragePlaneEmoji:"보통",ExcellentPlaneEmoji:"좋음",GoodPlaneEmoji:"아주 좋음",CashEtc:"캐시",PointEtc:"포인트",CheckEtc:"체크",UnScheduledEtc:"미예약",CouponEtc:"쿠폰",AlertFill:"경고",ApplyFill:"추가",ArrowDownFill:"아래쪽",ArrowLeftFill:"왼쪽",ArrowRightFill:"오른쪽",ArrowUpFill:"위쪽",ChattingFill:"채팅",CompleteFill:"성공",HomeFill:"홈",InfoFill:"정보",InvalidFill:"실패",MetFill:"하트",OngoingFill:"진행중",ReviewFill:"별",ScheduleFill:"예약",TooltipFill:"정보",UserFill:"사용자",ClrFill:"지우기",LikeFill:"좋아요",ArrowBackLine:"뒤로",ArrowDownwardLine:"아래로",ArrowForwardLine:"앞으로",ArrowUpwardLine:"위로",CheckLine:"체크",ChevronDownLine:"하",ChevronLeftLine:"좌",ChevronRightLine:"우",ChevronUpLine:"상",CloseLine:"닫기",DownloadLine:"다운로드",EyeInvisibleLine:"가리기",EyeVisibleLine:"보이기",HamburgerLine:"메뉴",MinusLine:"빼기",PlusLine:"더하기",ResetLine:"초기화",SearchLine:"찾기",UploadLine:"업로드",AlarmLine:"알림",CalendarLine:"달력",CertificateLine:"증명서",ChatLine:"채팅",DeleteLine:"삭제",FullViewLine:"전체보기",KidsLine:"아이",LinkLine:"링크",MatchTypeLine:"매칭타입",MobileLine:"모바일",ModifyLine:"수정",SettingLine:"설정",SpecialLine:"특별",TimeLine:"시간",UniversityLine:"학위",Warning1Line:"경고",Warning2Line:"경고",AttachLine:"첨부",BrowserLine:"브라우저",CallLine:"전화",CameraLine:"카메라",CardLine:"카드",CopyLine:"복사",FilterLine:"필터",GoodsLine:"상품",ImgLine:"사진",LocationLine:"위치",InformationLine:"정보",ParkingLine:"자동차",ReceiptLine:"영수증",ShareLine:"공유",SmsLine:"메일",WifiLine:"와이파이",ApplyLine:"추가",ChattingLine:"채팅",HomeLine:"홈",HeadphoneLine:"헤드폰",LikeLine:"좋아요",InsuranceLine:"보호",ScheduleLine:"예약",UserLine:"사용자",MoreLine:"더보기",ImgDisableLine:"사진 없음",ToyLine:"장난감",InstagramLine:"인스타그램",AlignLine:"정렬",CashLine:"캐시",SoundLine:"소리 켜기",SoundOffLine:"소리 끄기",BanLine:"금지",MetLine:"하트",AlignEditLine:"순서 변경",VideoCameraLine:"동영상 촬영",CertifiedFill:"인증됨",LocationFill:"위치",SendFill:"보내기",ReviewLine:"리뷰",ListLine:"목록",MonthlyLine:"월간 보기",WeeklyLine:"주간 보기",SearchFill:"검색",CheckFill:"체크",AlphabetFill:"알파벳",TimeFill:"시간",ArchiveLine:"상자",MoneyLine:"가격"});function n(e){return i[e]?i[e]:""}exports.default=n;
@@ -114,7 +114,8 @@ const i = Object.freeze({
114
114
  CheckFill: "체크",
115
115
  AlphabetFill: "알파벳",
116
116
  TimeFill: "시간",
117
- ArchiveLine: "상자"
117
+ ArchiveLine: "상자",
118
+ MoneyLine: "가격"
118
119
  });
119
120
  function n(e) {
120
121
  return i[e] ? i[e] : "";