@pfct/purple 1.7.0 → 1.8.1-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.css +1 -1
- package/dist/components/Accordion/index.cjs.js +1 -1
- package/dist/components/Accordion/index.es.js +2 -2
- package/dist/components/Badge/BaseBadge/index.d.ts +1 -1
- package/dist/components/Badge/BaseBadge/index.d.ts.map +1 -1
- package/dist/components/Badge/IconBadge/index.d.ts +1 -1
- package/dist/components/Badge/IconBadge/index.d.ts.map +1 -1
- package/dist/components/Badge/TextBadge/index.d.ts +1 -1
- package/dist/components/Badge/TextBadge/index.d.ts.map +1 -1
- package/dist/components/BottomSheet/NavBottomSheet/index.cjs.js +1 -1
- package/dist/components/BottomSheet/NavBottomSheet/index.es.js +17 -10
- package/dist/components/BottomSheet/TitleBottomSheet/index.d.ts +2 -2
- package/dist/components/BottomSheet/TitleBottomSheet/index.d.ts.map +1 -1
- package/dist/components/Button/FloatBaseButton/index.d.ts +2 -2
- package/dist/components/Button/FloatBaseButton/index.d.ts.map +1 -1
- package/dist/components/Card/index.d.ts +2 -2
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Chips/BasicChips/index.d.ts +1 -1
- package/dist/components/Chips/BasicChips/index.d.ts.map +1 -1
- package/dist/components/Chips/ChipItem/index.cjs.js +1 -1
- package/dist/components/Chips/ChipItem/index.d.ts +3 -3
- package/dist/components/Chips/ChipItem/index.d.ts.map +1 -1
- package/dist/components/Chips/ChipItem/index.es.js +7 -4
- package/dist/components/Chips/ChipsFrame/index.cjs.js +1 -1
- package/dist/components/Chips/ChipsFrame/index.d.ts +1 -1
- package/dist/components/Chips/ChipsFrame/index.d.ts.map +1 -1
- package/dist/components/Chips/ChipsFrame/index.es.js +1 -1
- package/dist/components/Comment/Item/index.d.ts +1 -1
- package/dist/components/Comment/Item/index.d.ts.map +1 -1
- package/dist/components/Control/CheckMark/index.d.ts +2 -2
- package/dist/components/Control/CheckMark/index.d.ts.map +1 -1
- package/dist/components/Control/Switch/index.d.ts +8 -8
- package/dist/components/Control/Switch/index.d.ts.map +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/NoneDateOfMonth.d.ts +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/type.d.ts +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/type.d.ts.map +1 -1
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.d.ts +3 -3
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.d.ts.map +1 -1
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.es.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/hooks/index.util.d.ts +1 -1
- package/dist/components/DatePicker/BaseDatePicker/hooks/index.util.d.ts.map +1 -1
- package/dist/components/DatePicker/SingleDatePickerModal/index.cjs.js +1 -1
- package/dist/components/DatePicker/SingleDatePickerModal/index.es.js +8 -5
- package/dist/components/Input/BaseInput/index.d.ts +1 -1
- package/dist/components/Input/BaseInput/index.d.ts.map +1 -1
- package/dist/components/Input/PostfixInput/index.d.ts +3 -3
- package/dist/components/Input/PostfixInput/index.d.ts.map +1 -1
- package/dist/components/Input/PostfixInput/index.styled.d.ts +1 -1
- package/dist/components/Input/TextField/index.cjs.js +1 -1
- package/dist/components/Input/TextField/index.d.ts +3 -3
- package/dist/components/Input/TextField/index.d.ts.map +1 -1
- package/dist/components/Input/TextField/index.es.js +1 -1
- package/dist/components/Input/common/InputFrame/index.d.ts +2 -2
- package/dist/components/Input/common/InputFrame/index.d.ts.map +1 -1
- package/dist/components/List/index.cjs.js +1 -1
- package/dist/components/List/index.es.js +5 -5
- package/dist/components/Loading/ProgressBar/index.d.ts +1 -1
- package/dist/components/Loading/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/Loading/ProgressBar/index.styled.d.ts +1 -1
- package/dist/components/Loading/ProgressBar/index.styled.d.ts.map +1 -1
- package/dist/components/MiniButton/common/index.styled.d.ts +1 -1
- package/dist/components/MiniButton/common/index.styled.d.ts.map +1 -1
- package/dist/components/Navigation/BaseNavigation/index.d.ts +2 -2
- package/dist/components/Navigation/BaseNavigation/index.d.ts.map +1 -1
- package/dist/components/Navigation/Navigation.cjs.js +1 -0
- package/dist/components/Navigation/Navigation.d.ts +28 -0
- package/dist/components/Navigation/Navigation.d.ts.map +1 -0
- package/dist/components/Navigation/Navigation.es.js +75 -0
- package/dist/components/Navigation/PageNavigationBar/index.cjs.js +1 -1
- package/dist/components/Navigation/PageNavigationBar/index.d.ts +4 -4
- package/dist/components/Navigation/PageNavigationBar/index.d.ts.map +1 -1
- package/dist/components/Navigation/PageNavigationBar/index.es.js +1 -1
- package/dist/components/Navigation/index.cjs.js +1 -1
- package/dist/components/Navigation/index.d.ts +7 -27
- package/dist/components/Navigation/index.d.ts.map +1 -1
- package/dist/components/Navigation/index.es.js +13 -73
- package/dist/components/Segment/BaseSegment/index.d.ts +1 -1
- package/dist/components/Segment/BaseSegment/index.d.ts.map +1 -1
- package/dist/components/Segment/ExtendSegment/index.d.ts +1 -1
- package/dist/components/Segment/ExtendSegment/index.d.ts.map +1 -1
- package/dist/components/SelectBox/index.cjs.js +1 -1
- package/dist/components/SelectBox/index.d.ts +2 -2
- package/dist/components/SelectBox/index.d.ts.map +1 -1
- package/dist/components/SelectBox/index.es.js +1 -1
- package/dist/components/Tabs/FillTabs/index.cjs.js +1 -1
- package/dist/components/Tabs/FillTabs/index.d.ts +1 -1
- package/dist/components/Tabs/FillTabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/FillTabs/index.es.js +6 -3
- package/dist/components/Tabs/TextTabs/index.cjs.js +1 -1
- package/dist/components/Tabs/TextTabs/index.es.js +5 -5
- package/dist/components/Title/index.d.ts +2 -2
- package/dist/components/Title/index.d.ts.map +1 -1
- package/dist/components/index.cjs.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.es.js +160 -145
- package/dist/components/ui/bottomSheet.cjs.js +1 -1
- package/dist/components/ui/bottomSheet.d.ts +4 -4
- package/dist/components/ui/bottomSheet.d.ts.map +1 -1
- package/dist/components/ui/bottomSheet.es.js +56 -59
- package/dist/components/ui/checkbox.cjs.js +1 -1
- package/dist/components/ui/checkbox.es.js +1 -1
- package/dist/components/ui/impact-tooltip.cjs.js +1 -1
- package/dist/components/ui/impact-tooltip.es.js +1 -1
- package/dist/components/ui/typography.d.ts +1 -1
- package/dist/components/ui/typography.d.ts.map +1 -1
- package/dist/hooks/useLayoutIsMobile.d.ts +1 -41
- package/dist/hooks/useLayoutIsMobile.d.ts.map +1 -1
- package/dist/hooks/useOverlayPreventScroll.cjs.js +1 -1
- package/dist/hooks/useOverlayPreventScroll.d.ts +1 -1
- package/dist/hooks/useOverlayPreventScroll.d.ts.map +1 -1
- package/dist/hooks/useOverlayPreventScroll.es.js +25 -25
- package/dist/icons/scripts/helpers.d.mts.map +1 -1
- package/dist/icons/src/aliases/aliases.cjs.js +1 -1
- package/dist/icons/src/aliases/aliases.d.ts +1 -1
- package/dist/icons/src/aliases/aliases.d.ts.map +1 -1
- package/dist/icons/src/aliases/aliases.es.js +6 -6
- package/dist/icons/src/aliases/index.cjs.js +1 -1
- package/dist/icons/src/aliases/index.es.js +12 -12
- package/dist/icons/src/aliases/prefixed.cjs.js +1 -1
- package/dist/icons/src/aliases/prefixed.d.ts +2 -2
- package/dist/icons/src/aliases/prefixed.d.ts.map +1 -1
- package/dist/icons/src/aliases/prefixed.es.js +10 -10
- package/dist/icons/src/aliases/suffixed.cjs.js +1 -1
- package/dist/icons/src/aliases/suffixed.d.ts +2 -2
- package/dist/icons/src/aliases/suffixed.d.ts.map +1 -1
- package/dist/icons/src/aliases/suffixed.es.js +10 -10
- package/dist/icons/src/icons/index.cjs.js +1 -1
- package/dist/icons/src/icons/index.d.ts +3 -3
- package/dist/icons/src/icons/index.d.ts.map +1 -1
- package/dist/icons/src/icons/index.es.js +22 -22
- package/dist/icons/src/types.d.ts +1 -1
- package/dist/icons/src/types.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +350 -335
- package/dist/lib/useMediaQuery.cjs.js +1 -1
- package/dist/lib/useMediaQuery.d.ts +1 -7
- package/dist/lib/useMediaQuery.d.ts.map +1 -1
- package/dist/lib/useMediaQuery.es.js +18 -8
- package/dist/library/BasicLayout/Footer.cjs.js +1 -1
- package/dist/library/BasicLayout/Footer.es.js +14 -11
- package/dist/library/BasicLayout/index.cjs.js +1 -1
- package/dist/library/BasicLayout/index.es.js +6 -3
- package/dist/library/BasicLayout/index.styled.d.ts +1 -1
- package/dist/library/BasicLayout/index.styled.d.ts.map +1 -1
- package/dist/library/GlobalLayoutHeaderProvider/index.type.d.ts +4 -4
- package/dist/library/GlobalLayoutHeaderProvider/index.type.d.ts.map +1 -1
- package/dist/library/IconWithImage/index.d.ts +1 -1
- package/dist/library/IconWithImage/index.d.ts.map +1 -1
- package/dist/library/IconWithImage/index.styled.d.ts +1 -1
- package/dist/library/IconWithImage/index.styled.d.ts.map +1 -1
- package/dist/library/List/BottomSheetItemList/index.d.ts +2 -2
- package/dist/library/List/BottomSheetItemList/index.d.ts.map +1 -1
- package/dist/library/Lottie/index.d.ts +3 -3
- package/dist/library/Lottie/index.d.ts.map +1 -1
- package/dist/library/Lottie/index.styled.d.ts +2 -2
- package/dist/library/Lottie/index.styled.d.ts.map +1 -1
- package/dist/types/date.d.ts +6 -6
- package/dist/types/date.d.ts.map +1 -1
- package/dist/types/select-props.d.ts +1 -1
- package/dist/types/select-props.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/chip.d.ts +2 -2
- package/dist/utils/GenerateColorStyle/chip.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/control/check-box.d.ts +1 -1
- package/dist/utils/GenerateColorStyle/control/check-box.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/control/radio-button.d.ts +1 -1
- package/dist/utils/GenerateColorStyle/control/radio-button.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/datepicker.d.ts +2 -2
- package/dist/utils/GenerateColorStyle/datepicker.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/mini-button.d.ts +3 -3
- package/dist/utils/GenerateColorStyle/mini-button.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/single-button.d.ts +4 -4
- package/dist/utils/GenerateColorStyle/single-button.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/tab/fill-tabs.d.ts +1 -1
- package/dist/utils/GenerateColorStyle/tab/fill-tabs.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/tab/text-tabs.d.ts +1 -1
- package/dist/utils/GenerateColorStyle/tab/text-tabs.d.ts.map +1 -1
- package/dist/utils/GenerateColorStyle/tag.d.ts +1 -1
- package/dist/utils/GenerateColorStyle/tag.d.ts.map +1 -1
- package/dist/utils/media.util.cjs.js +1 -1
- package/dist/utils/media.util.es.js +2 -2
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react");function a(e){const s=n.useCallback(t=>{const c=window.matchMedia(e);return c.addEventListener("change",t),()=>c.removeEventListener("change",t)},[e]);return n.useSyncExternalStore(s,()=>window.matchMedia(e).matches,()=>!1)}exports.useMediaQuery=a;
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
* Modified from link below
|
|
3
|
-
* @see https://observablehq.com/@werehamster/avoiding-hydration-mismatch-when-using-react-hooks
|
|
4
|
-
* @param mediaQueryString
|
|
5
|
-
* @returns {unknown}
|
|
6
|
-
*/
|
|
7
|
-
export declare function useMediaQuery(mediaQueryString: string): boolean | null;
|
|
1
|
+
export declare function useMediaQuery(mediaQueryString: string): boolean;
|
|
8
2
|
//# sourceMappingURL=useMediaQuery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMediaQuery.d.ts","sourceRoot":"","sources":["../../src/lib/useMediaQuery.ts"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"useMediaQuery.d.ts","sourceRoot":"","sources":["../../src/lib/useMediaQuery.ts"],"names":[],"mappings":"AAEA,wBAAgB,aAAa,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAkB/D"}
|
|
@@ -1,11 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
function
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { useCallback as s, useSyncExternalStore as a } from "react";
|
|
2
|
+
function o(e) {
|
|
3
|
+
const c = s(
|
|
4
|
+
(t) => {
|
|
5
|
+
const n = window.matchMedia(e);
|
|
6
|
+
return n.addEventListener("change", t), () => n.removeEventListener("change", t);
|
|
7
|
+
},
|
|
8
|
+
[e]
|
|
9
|
+
);
|
|
10
|
+
return a(
|
|
11
|
+
// subscribe: 미디어 쿼리 변화 구독
|
|
12
|
+
c,
|
|
13
|
+
// getSnapshot: 클라이언트에서 현재 값을 동기적으로 읽음 (null 없음)
|
|
14
|
+
() => window.matchMedia(e).matches,
|
|
15
|
+
// getServerSnapshot: SSR에서 기본값
|
|
16
|
+
() => !1
|
|
17
|
+
);
|
|
8
18
|
}
|
|
9
19
|
export {
|
|
10
|
-
|
|
20
|
+
o as useMediaQuery
|
|
11
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/jsx-runtime.B0Vkbtvx.js"),n=require("../../components/ui/button.cjs.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/jsx-runtime.B0Vkbtvx.js"),n=require("../../components/ui/button.cjs.js"),m=require("../../components/ui/typography.cjs.js");;/* empty css */require("../../components/Accordion/index.cjs.js");require("../../components/Badge/BaseBadge/index.styled.cjs.js");require("../../components/Badge/IconBadge/index.styled.cjs.js");require("../../components/Badge/TextBadge/index.styled.cjs.js");require("../../components/BottomSheet/BaseBottomSheet/index.cjs.js");require("../../components/BottomSheet/NavBottomSheet/index.cjs.js");require("../../components/BottomSheet/TitleBottomSheet/index.cjs.js");const c=require("../../components/Button/DoubleButton/index.cjs.js");require("../../core/Colors/index.cjs.js");require("../../core/Display/index.styled.cjs.js");require("../../core/TextStyles/index.cjs.js");require("../../components/Loading/Spinner/index.styled.cjs.js");const q=require("../../components/MiniButton/UnderLineMiniButton/index.cjs.js"),j=require("../../components/Button/FloatDoubleButton/index.cjs.js"),p=require("../../components/Button/FloatSingleButton/index.cjs.js");require("react");const s=require("../../hooks/useLayoutIsMobile.cjs.js");require("../../components/Card/index.styled.cjs.js");require("../../icons/src/icons/Alarm_fill.cjs.js");require("../../icons/src/icons/Cancel.cjs.js");require("../../icons/src/icons/Cancel_circle.cjs.js");require("../../icons/src/icons/Calendar.cjs.js");require("../../icons/src/icons/Cart_fill.cjs.js");require("../../icons/src/icons/Check.cjs.js");require("../../icons/src/icons/Chevron_down.cjs.js");require("../../icons/src/icons/Chevron_left.cjs.js");require("../../icons/src/icons/Chevron_right.cjs.js");require("../../icons/src/icons/Chevron_up.cjs.js");require("../../icons/src/icons/Double_Chevron_left.cjs.js");require("../../icons/src/icons/Double_Chevron_right.cjs.js");require("../../icons/src/icons/Eye_fill.cjs.js");require("../../icons/src/icons/Eye_slash_fill.cjs.js");require("../../icons/src/icons/Filter.cjs.js");const a=require("../../icons/src/icons/Information.cjs.js");require("../../icons/src/icons/Menu.cjs.js");require("../../icons/src/icons/More.cjs.js");require("../../icons/src/icons/Person_fill.cjs.js");require("../../icons/src/icons/Plus.cjs.js");require("../../icons/src/icons/Question_circle.cjs.js");require("../../icons/src/icons/Re.cjs.js");require("../../icons/src/icons/Search.cjs.js");require("../../icons/src/icons/Setting_fill.cjs.js");require("../../icons/src/icons/Share.cjs.js");require("../../icons/src/icons/Store.cjs.js");require("../../components/Chips/ChipItem/index.styled.cjs.js");require("../../components/Chips/ChipsFrame/index.styled.cjs.js");require("../../components/Comment/index.cjs.js");require("../../components/Control/RadioButton/index.styled.cjs.js");require("../../utils/GenerateColorStyle/datepicker.cjs.js");require("../../utils/GenerateColorStyle/mini-button.cjs.js");require("@emotion/react");require("../../components/Control/CheckMark/index.styled.cjs.js");require("../../components/Control/Switch/index.cjs.js");require("../IconWithImage/index.styled.cjs.js");require("../List/BottomSheetItemList/index.styled.cjs.js");require("lottie-web");require("../Lottie/index.styled.cjs.js");const x=require("../Spacing/index.cjs.js");require("../../types/date.cjs.js");require("../../components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/hooks/index.util.cjs.js");require("../../components/DatePicker/BaseDatePicker/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/Month/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/Week/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/YearMonthController/index.styed.cjs.js");require("../../components/DatePicker/RangeDatePickerModal/index.styled.cjs.js");require("../../components/DatePicker/RangeDatePickerModal/useRangeDatePickerModal.cjs.js");require("../../components/DatePicker/SingleDatePickerModal/index.styled.cjs.js");require("../../components/DatePicker/SingleDatePickerModal/useSingleDatePickerModal.cjs.js");require("../../components/Input/BaseInput/index.cjs.js");require("../../chunks/index.styled.B7iLJCvg.js");require("../../components/Input/PostfixInput/index.cjs.js");require("../../components/Input/ResidentNumberInput/index.styled.cjs.js");require("../../components/LegacyModal/index.cjs.js");require("../../components/List/index.cjs.js");require("../../components/Loading/ProgressBar/index.styled.cjs.js");require("../../components/Navigation/BaseNavigation/index.styled.cjs.js");require("../../components/Navigation/constant.cjs.js");require("../../components/Navigation/index.styled.cjs.js");require("../../components/Navigation/PageNavigationBar/index.cjs.js");require("../../components/Navigation/TitleNavigationBar/index.cjs.js");require("../../components/Segment/BaseSegment/index.styled.cjs.js");require("../../components/Segment/ExtendSegment/index.styled.cjs.js");require("../../chunks/index.styled.CggCs0YZ.js");require("../../components/Title/index.styled.cjs.js");require("../../chunks/index.DQRGy2h4.js");require("../../components/ui/bottomSheet.cjs.js");const o=require("../../components/ui/impact-tooltip.cjs.js"),t=require("./index.styled.cjs.js"),d=({marginBottomHasFooterBackgroundColor:r,...i})=>{const l=s();return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:l?e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(p.FloatSingleButton,{...i}),e.jsxRuntimeExports.jsx(t.MarginBottomHasFooter,{backgroundColor:r})]}):e.jsxRuntimeExports.jsxs(t.ButtonWrapperInPc,{children:[i.underlineText&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(q.UnderLineMiniButton,{colorType:"gray",disabled:i.underlineDisabled,onClick:i.underlineOnClick,size:"m",children:i.underlineText}),e.jsxRuntimeExports.jsx(x.Spacing,{spaceNumber:25})]}),e.jsxRuntimeExports.jsx(n.Button,{...i,children:i.children})]})})},R=({target:r="_blank",...i})=>e.jsxRuntimeExports.jsx(u,{children:e.jsxRuntimeExports.jsx(t.ATagButton,{href:i.openUrl,onClick:i.onClick,rel:"noreferrer",target:r,children:e.jsxRuntimeExports.jsx(n.Button,{colorType:i.colorType,disabled:i.disabled,purpose:i.purpose,children:i.children})})}),E=r=>{const i=s();return e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:i?e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(j.FloatDoubleButton,{...r}),e.jsxRuntimeExports.jsx(t.MarginBottomHasFooter,{})]}):e.jsxRuntimeExports.jsxs(t.ButtonWrapperInPc,{children:[r.underlineText&&e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(q.UnderLineMiniButton,{colorType:"gray",disabled:r.underlineDisabled,onClick:r.underlineOnClick,size:"m",children:r.underlineText}),e.jsxRuntimeExports.jsx(x.Spacing,{spaceNumber:25})]}),e.jsxRuntimeExports.jsx(c.DoubleButton,{...r})]})})},g=r=>e.jsxRuntimeExports.jsx(u,{children:r.tooltip?e.jsxRuntimeExports.jsxs(o.ImpactTooltip,{children:[e.jsxRuntimeExports.jsx(o.ImpactTooltipTrigger,{children:e.jsxRuntimeExports.jsx(n.Button,{...r})}),e.jsxRuntimeExports.jsx(o.ImpactTooltipContent,{...r.tooltip})]}):e.jsxRuntimeExports.jsx(n.Button,{...r})}),B=r=>e.jsxRuntimeExports.jsxs(u,{children:[e.jsxRuntimeExports.jsxs(t.InformationIconWrapper,{children:[e.jsxRuntimeExports.jsx(a.default,{}),e.jsxRuntimeExports.jsx(m.Typography,{className:"text-gray-400",variant:"t3",children:r.infoText})]}),e.jsxRuntimeExports.jsx(x.Spacing,{spaceNumber:30}),e.jsxRuntimeExports.jsx(n.Button,{...r})]}),u=({children:r})=>{const i=s();return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[i&&e.jsxRuntimeExports.jsx(t.MarginBottomHasFooter,{}),e.jsxRuntimeExports.jsx(t.StickBottomWrapper,{children:r})]})};exports.DoubleButtonComp=E;exports.SingleATagComp=R;exports.SingleButtonComp=d;exports.SingleButtonWithInformationIconComp=B;exports.SingleButtonWithTooltipComp=g;exports.StickBottomWrapperComp=u;
|
|
@@ -21,9 +21,9 @@ import "react";
|
|
|
21
21
|
import m from "../../hooks/useLayoutIsMobile.es.js";
|
|
22
22
|
import "../../components/Card/index.styled.es.js";
|
|
23
23
|
import "../../icons/src/icons/Alarm_fill.es.js";
|
|
24
|
-
import "../../icons/src/icons/Calendar.es.js";
|
|
25
24
|
import "../../icons/src/icons/Cancel.es.js";
|
|
26
25
|
import "../../icons/src/icons/Cancel_circle.es.js";
|
|
26
|
+
import "../../icons/src/icons/Calendar.es.js";
|
|
27
27
|
import "../../icons/src/icons/Cart_fill.es.js";
|
|
28
28
|
import "../../icons/src/icons/Check.es.js";
|
|
29
29
|
import "../../icons/src/icons/Chevron_down.es.js";
|
|
@@ -77,10 +77,13 @@ import "../../chunks/index.styled.BIY032si.js";
|
|
|
77
77
|
import "../../components/Input/PostfixInput/index.es.js";
|
|
78
78
|
import "../../components/Input/ResidentNumberInput/index.styled.es.js";
|
|
79
79
|
import "../../components/LegacyModal/index.es.js";
|
|
80
|
+
import "../../components/List/index.es.js";
|
|
80
81
|
import "../../components/Loading/ProgressBar/index.styled.es.js";
|
|
81
82
|
import "../../components/Navigation/BaseNavigation/index.styled.es.js";
|
|
82
83
|
import "../../components/Navigation/constant.es.js";
|
|
83
84
|
import "../../components/Navigation/index.styled.es.js";
|
|
85
|
+
import "../../components/Navigation/PageNavigationBar/index.es.js";
|
|
86
|
+
import "../../components/Navigation/TitleNavigationBar/index.es.js";
|
|
84
87
|
import "../../components/Segment/BaseSegment/index.styled.es.js";
|
|
85
88
|
import "../../components/Segment/ExtendSegment/index.styled.es.js";
|
|
86
89
|
import "../../chunks/index.styled.BBnRPj4x.js";
|
|
@@ -89,7 +92,7 @@ import "../../chunks/index.C4iHL8Gs.js";
|
|
|
89
92
|
import "../../components/ui/bottomSheet.es.js";
|
|
90
93
|
import { ImpactTooltip as h, ImpactTooltipTrigger as g, ImpactTooltipContent as b } from "../../components/ui/impact-tooltip.es.js";
|
|
91
94
|
import { InformationIconWrapper as f, MarginBottomHasFooter as n, StickBottomWrapper as T, ButtonWrapperInPc as s, ATagButton as B } from "./index.styled.es.js";
|
|
92
|
-
const
|
|
95
|
+
const lr = ({
|
|
93
96
|
marginBottomHasFooterBackgroundColor: r,
|
|
94
97
|
...o
|
|
95
98
|
}) => {
|
|
@@ -113,7 +116,7 @@ const er = ({
|
|
|
113
116
|
] }),
|
|
114
117
|
/* @__PURE__ */ t.jsx(i, { ...o, children: o.children })
|
|
115
118
|
] }) });
|
|
116
|
-
},
|
|
119
|
+
}, sr = ({
|
|
117
120
|
target: r = "_blank",
|
|
118
121
|
...o
|
|
119
122
|
}) => /* @__PURE__ */ t.jsx(p, { children: /* @__PURE__ */ t.jsx(
|
|
@@ -125,7 +128,7 @@ const er = ({
|
|
|
125
128
|
target: r,
|
|
126
129
|
children: /* @__PURE__ */ t.jsx(i, { colorType: o.colorType, disabled: o.disabled, purpose: o.purpose, children: o.children })
|
|
127
130
|
}
|
|
128
|
-
) }),
|
|
131
|
+
) }), cr = (r) => {
|
|
129
132
|
const o = m();
|
|
130
133
|
return /* @__PURE__ */ t.jsx(t.Fragment, { children: o ? /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
131
134
|
/* @__PURE__ */ t.jsx(d, { ...r }),
|
|
@@ -146,10 +149,10 @@ const er = ({
|
|
|
146
149
|
] }),
|
|
147
150
|
/* @__PURE__ */ t.jsx(x, { ...r })
|
|
148
151
|
] }) });
|
|
149
|
-
},
|
|
152
|
+
}, ar = (r) => /* @__PURE__ */ t.jsx(p, { children: r.tooltip ? /* @__PURE__ */ t.jsxs(h, { children: [
|
|
150
153
|
/* @__PURE__ */ t.jsx(g, { children: /* @__PURE__ */ t.jsx(i, { ...r }) }),
|
|
151
154
|
/* @__PURE__ */ t.jsx(b, { ...r.tooltip })
|
|
152
|
-
] }) : /* @__PURE__ */ t.jsx(i, { ...r }) }),
|
|
155
|
+
] }) : /* @__PURE__ */ t.jsx(i, { ...r }) }), xr = (r) => /* @__PURE__ */ t.jsxs(p, { children: [
|
|
153
156
|
/* @__PURE__ */ t.jsxs(f, { children: [
|
|
154
157
|
/* @__PURE__ */ t.jsx(u, {}),
|
|
155
158
|
/* @__PURE__ */ t.jsx(a, { className: "text-gray-400", variant: "t3", children: r.infoText })
|
|
@@ -164,10 +167,10 @@ const er = ({
|
|
|
164
167
|
] });
|
|
165
168
|
};
|
|
166
169
|
export {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
cr as DoubleButtonComp,
|
|
171
|
+
sr as SingleATagComp,
|
|
172
|
+
lr as SingleButtonComp,
|
|
173
|
+
xr as SingleButtonWithInformationIconComp,
|
|
174
|
+
ar as SingleButtonWithTooltipComp,
|
|
172
175
|
p as StickBottomWrapperComp
|
|
173
176
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const u=require("../../chunks/jsx-runtime.B0Vkbtvx.js"),
|
|
1
|
+
"use strict";const u=require("../../chunks/jsx-runtime.B0Vkbtvx.js"),n=require("react");;/* empty css */require("../../components/Accordion/index.cjs.js");require("../../components/Badge/BaseBadge/index.styled.cjs.js");require("../../components/Badge/IconBadge/index.styled.cjs.js");require("../../components/Badge/TextBadge/index.styled.cjs.js");require("../../components/BottomSheet/BaseBottomSheet/index.cjs.js");require("../../components/BottomSheet/NavBottomSheet/index.cjs.js");require("../../components/BottomSheet/TitleBottomSheet/index.cjs.js");require("../../core/Colors/index.cjs.js");require("../../core/Display/index.styled.cjs.js");require("../../core/TextStyles/index.cjs.js");require("../../components/ui/typography.cjs.js");require("../../components/Loading/Spinner/index.styled.cjs.js");const d=require("../../hooks/useLayoutIsMobile.cjs.js");require("../../components/Card/index.styled.cjs.js");require("../../icons/src/icons/Alarm_fill.cjs.js");require("../../icons/src/icons/Cancel.cjs.js");require("../../icons/src/icons/Cancel_circle.cjs.js");require("../../icons/src/icons/Calendar.cjs.js");require("../../icons/src/icons/Cart_fill.cjs.js");require("../../icons/src/icons/Check.cjs.js");require("../../icons/src/icons/Chevron_down.cjs.js");require("../../icons/src/icons/Chevron_left.cjs.js");require("../../icons/src/icons/Chevron_right.cjs.js");require("../../icons/src/icons/Chevron_up.cjs.js");require("../../icons/src/icons/Double_Chevron_left.cjs.js");require("../../icons/src/icons/Double_Chevron_right.cjs.js");require("../../icons/src/icons/Eye_fill.cjs.js");require("../../icons/src/icons/Eye_slash_fill.cjs.js");require("../../icons/src/icons/Filter.cjs.js");require("../../icons/src/icons/Information.cjs.js");require("../../icons/src/icons/Menu.cjs.js");require("../../icons/src/icons/More.cjs.js");require("../../icons/src/icons/Person_fill.cjs.js");require("../../icons/src/icons/Plus.cjs.js");require("../../icons/src/icons/Question_circle.cjs.js");require("../../icons/src/icons/Re.cjs.js");require("../../icons/src/icons/Search.cjs.js");require("../../icons/src/icons/Setting_fill.cjs.js");require("../../icons/src/icons/Share.cjs.js");require("../../icons/src/icons/Store.cjs.js");require("../../components/Chips/ChipItem/index.styled.cjs.js");require("../../components/Chips/ChipsFrame/index.styled.cjs.js");require("../../components/Comment/index.cjs.js");require("../../components/Control/RadioButton/index.styled.cjs.js");require("../../utils/GenerateColorStyle/datepicker.cjs.js");require("../../utils/GenerateColorStyle/mini-button.cjs.js");require("@emotion/react");require("../../components/Control/CheckMark/index.styled.cjs.js");require("../../components/Control/Switch/index.cjs.js");require("../IconWithImage/index.styled.cjs.js");require("../List/BottomSheetItemList/index.styled.cjs.js");require("lottie-web");require("../Lottie/index.styled.cjs.js");require("../Spacing/index.styled.cjs.js");require("../../types/date.cjs.js");require("../../components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/hooks/index.util.cjs.js");require("../../components/DatePicker/BaseDatePicker/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/Month/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/Week/index.styled.cjs.js");require("../../components/DatePicker/BaseDatePicker/YearMonthController/index.styed.cjs.js");require("../../components/DatePicker/RangeDatePickerModal/index.styled.cjs.js");require("../../components/DatePicker/RangeDatePickerModal/useRangeDatePickerModal.cjs.js");require("../../components/DatePicker/SingleDatePickerModal/index.styled.cjs.js");require("../../components/DatePicker/SingleDatePickerModal/useSingleDatePickerModal.cjs.js");require("../../components/Input/BaseInput/index.cjs.js");require("../../chunks/index.styled.B7iLJCvg.js");require("../../components/Input/PostfixInput/index.cjs.js");require("../../components/Input/ResidentNumberInput/index.styled.cjs.js");require("../../components/LegacyModal/index.cjs.js");require("../../components/List/index.cjs.js");require("../../components/Loading/ProgressBar/index.styled.cjs.js");require("../../components/Navigation/BaseNavigation/index.styled.cjs.js");require("../../components/Navigation/constant.cjs.js");require("../../components/Navigation/index.styled.cjs.js");require("../../components/Navigation/PageNavigationBar/index.cjs.js");require("../../components/Navigation/TitleNavigationBar/index.cjs.js");require("../../components/Segment/BaseSegment/index.styled.cjs.js");require("../../components/Segment/ExtendSegment/index.styled.cjs.js");require("../../chunks/index.styled.CggCs0YZ.js");const B=require("../../components/Title/index.cjs.js");require("../../chunks/index.DQRGy2h4.js");require("../../components/ui/bottomSheet.cjs.js");const y=require("../BasicForm/index.cjs.js"),p=require("../GlobalLayoutHeaderProvider/index.type.cjs.js"),m=require("./Body.cjs.js"),i=require("./Footer.cjs.js"),e=require("./index.styled.cjs.js"),x=r=>r&&typeof r=="object"&&"default"in r?r:{default:r},g=x(n),C=g.default.memo(({hasHeader:r,hasFooter:a,children:s,bottomExtraComp:t,bodyCenterizing:o=!1})=>{const q=d(),{hasGlobalLayoutHeaderInMobile:l,hasGlobalLayoutHeader:c}=n.useContext(p.GlobalLayoutHeaderContext);return u.jsxRuntimeExports.jsxs(e.BasicLayoutBase.ParentWrapper,{bodyCenterizing:o,hasGlobalLayoutHeader:c,children:[u.jsxRuntimeExports.jsxs(e.BasicLayoutBase.ChildrenWrapper,{bodyCenterizing:o,children:[!(l||r)&&u.jsxRuntimeExports.jsx(e.MarginTopNoHeader,{}),s,q&&!!t&&t,!a&&u.jsxRuntimeExports.jsx(e.MarginBottomNoFooter,{})]}),!q&&!!t&&t]})}),L=({children:r})=>u.jsxRuntimeExports.jsx(e.PureLayoutBase.ParentWrapper,{children:u.jsxRuntimeExports.jsx(e.PureLayoutBase.VerticalHorizontalCenterBody,{children:r})}),_=Object.assign(C,{VerticalHorizontalCenterLayout:L,Header:B.Title,Body:e.BasicLayoutBase.Body,SidePaddingBody:e.SidePaddingBody,CenterBody:e.CenterBody,ImageCenterBody:m.ImageCenterBodyComp,Footer:e.BasicLayoutBase.Footer,SingleButton:i.SingleButtonComp,SingleATag:i.SingleATagComp,DoubleButton:i.DoubleButtonComp,ContentsPadding:e.ContentsPadding,ContentsVerticalPadding:e.ContentsVerticalPadding,StickBottomWrapper:i.StickBottomWrapperComp,SingleButtonWithTooltip:i.SingleButtonWithTooltipComp,SingleButtonWithInformationIcon:i.SingleButtonWithInformationIconComp,Form:y});module.exports=_;
|
|
@@ -16,9 +16,9 @@ import "../../components/Loading/Spinner/index.styled.es.js";
|
|
|
16
16
|
import B from "../../hooks/useLayoutIsMobile.es.js";
|
|
17
17
|
import "../../components/Card/index.styled.es.js";
|
|
18
18
|
import "../../icons/src/icons/Alarm_fill.es.js";
|
|
19
|
-
import "../../icons/src/icons/Calendar.es.js";
|
|
20
19
|
import "../../icons/src/icons/Cancel.es.js";
|
|
21
20
|
import "../../icons/src/icons/Cancel_circle.es.js";
|
|
21
|
+
import "../../icons/src/icons/Calendar.es.js";
|
|
22
22
|
import "../../icons/src/icons/Cart_fill.es.js";
|
|
23
23
|
import "../../icons/src/icons/Check.es.js";
|
|
24
24
|
import "../../icons/src/icons/Chevron_down.es.js";
|
|
@@ -72,10 +72,13 @@ import "../../chunks/index.styled.BIY032si.js";
|
|
|
72
72
|
import "../../components/Input/PostfixInput/index.es.js";
|
|
73
73
|
import "../../components/Input/ResidentNumberInput/index.styled.es.js";
|
|
74
74
|
import "../../components/LegacyModal/index.es.js";
|
|
75
|
+
import "../../components/List/index.es.js";
|
|
75
76
|
import "../../components/Loading/ProgressBar/index.styled.es.js";
|
|
76
77
|
import "../../components/Navigation/BaseNavigation/index.styled.es.js";
|
|
77
78
|
import "../../components/Navigation/constant.es.js";
|
|
78
79
|
import "../../components/Navigation/index.styled.es.js";
|
|
80
|
+
import "../../components/Navigation/PageNavigationBar/index.es.js";
|
|
81
|
+
import "../../components/Navigation/TitleNavigationBar/index.es.js";
|
|
79
82
|
import "../../components/Segment/BaseSegment/index.styled.es.js";
|
|
80
83
|
import "../../components/Segment/ExtendSegment/index.styled.es.js";
|
|
81
84
|
import "../../chunks/index.styled.BBnRPj4x.js";
|
|
@@ -107,7 +110,7 @@ const F = d.memo(
|
|
|
107
110
|
}
|
|
108
111
|
);
|
|
109
112
|
}
|
|
110
|
-
), M = ({ children: i }) => /* @__PURE__ */ o.jsx(e.ParentWrapper, { children: /* @__PURE__ */ o.jsx(e.VerticalHorizontalCenterBody, { children: i }) }),
|
|
113
|
+
), M = ({ children: i }) => /* @__PURE__ */ o.jsx(e.ParentWrapper, { children: /* @__PURE__ */ o.jsx(e.VerticalHorizontalCenterBody, { children: i }) }), yt = Object.assign(F, {
|
|
111
114
|
/* Layout */
|
|
112
115
|
// BasicLayout (itself): BasicLayoutComp
|
|
113
116
|
VerticalHorizontalCenterLayout: M,
|
|
@@ -132,5 +135,5 @@ const F = d.memo(
|
|
|
132
135
|
Form: g
|
|
133
136
|
});
|
|
134
137
|
export {
|
|
135
|
-
|
|
138
|
+
yt as default
|
|
136
139
|
};
|
|
@@ -53,8 +53,8 @@ export declare const CenterBody: import('@emotion/styled').StyledComponent<{
|
|
|
53
53
|
theme?: import('@emotion/react').Theme;
|
|
54
54
|
}, {}, {}>;
|
|
55
55
|
interface ImageProps {
|
|
56
|
-
width: number;
|
|
57
56
|
height: number;
|
|
57
|
+
width: number;
|
|
58
58
|
}
|
|
59
59
|
export declare const ImgBase: import('@emotion/styled').StyledComponent<{
|
|
60
60
|
theme?: import('@emotion/react').Theme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.styled.d.ts","sourceRoot":"","sources":["../../../src/library/BasicLayout/index.styled.ts"],"names":[],"mappings":"AAaA,UAAU,0BAA0B;IACnC,eAAe,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,sBAAuB,SAAQ,0BAA0B;IAClE,qBAAqB,EAAE,OAAO,CAAC;CAC/B;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;CAiD3B,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;CAY1B,CAAC;AAGF,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;UAM3B,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;UAUtB,CAAC;AAEF,UAAU,UAAU;IACnB,
|
|
1
|
+
{"version":3,"file":"index.styled.d.ts","sourceRoot":"","sources":["../../../src/library/BasicLayout/index.styled.ts"],"names":[],"mappings":"AAaA,UAAU,0BAA0B;IACnC,eAAe,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,sBAAuB,SAAQ,0BAA0B;IAClE,qBAAqB,EAAE,OAAO,CAAC;CAC/B;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;CAiD3B,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;CAY1B,CAAC;AAGF,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;UAM3B,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;UAUtB,CAAC;AAEF,UAAU,UAAU;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,OAAO;;;6HAGnB,CAAC;AAMF,eAAO,MAAM,iBAAiB;;;yGAO7B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;yGAO9B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;yGAKhC,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;sBAAkC,MAAM;yGAUzE,CAAC;AAGF,eAAO,MAAM,iBAAiB;;;yGAM7B,CAAC;AAEF,eAAO,MAAM,UAAU;;;qHAItB,CAAC;AAEF,eAAO,MAAM,eAAe;;;yGAM3B,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;yGAMnC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;yGAe9B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;yGAUhC,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;yGAIlC,CAAC"}
|
|
@@ -12,15 +12,15 @@ type HeaderForNav = {
|
|
|
12
12
|
export type GlobalLayoutHeaderPcProps = HeaderForNone | HeaderForGNB;
|
|
13
13
|
export type GlobalLayoutHeaderMobileProps = HeaderForNone | HeaderForGNB | HeaderForNav;
|
|
14
14
|
export interface SetGlobalLayoutHeaderProps<P, M, GnbExtraType> {
|
|
15
|
-
pc: P extends 'gnb' ? HeaderForGNB & GnbExtraType : HeaderForNone;
|
|
16
15
|
mobile: M extends 'gnb' ? HeaderForGNB & GnbExtraType : M extends 'nav' ? HeaderForNav : HeaderForNone;
|
|
16
|
+
pc: P extends 'gnb' ? HeaderForGNB & GnbExtraType : HeaderForNone;
|
|
17
17
|
}
|
|
18
18
|
interface GlobalLayoutHeaderContext {
|
|
19
|
+
hasGlobalLayoutHeader: boolean;
|
|
20
|
+
hasGlobalLayoutHeaderInMobile: boolean;
|
|
19
21
|
hideGnb: () => void;
|
|
20
|
-
showGnb: () => void;
|
|
21
22
|
setGlobalLayoutHeader: <P, M, GnbExtraType>(props: SetGlobalLayoutHeaderProps<P, M, GnbExtraType>) => void;
|
|
22
|
-
|
|
23
|
-
hasGlobalLayoutHeader: boolean;
|
|
23
|
+
showGnb: () => void;
|
|
24
24
|
}
|
|
25
25
|
export declare const GlobalLayoutHeaderContext: React.Context<GlobalLayoutHeaderContext>;
|
|
26
26
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.type.d.ts","sourceRoot":"","sources":["../../../src/library/GlobalLayoutHeaderProvider/index.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE,UAAU,aAAa;IACtB,IAAI,EAAE,MAAM,CAAC;CACb;AACD,UAAU,YAAY;IACrB,IAAI,EAAE,KAAK,CAAC;CACZ;AACD,KAAK,YAAY,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,GAAG,eAAe,CAAC;AAEtD,MAAM,MAAM,yBAAyB,GAAG,aAAa,GAAG,YAAY,CAAC;AACrE,MAAM,MAAM,6BAA6B,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,CAAC;AAExF,MAAM,WAAW,0BAA0B,CAAC,CAAC,EAAE,CAAC,EAAE,YAAY;IAC7D,
|
|
1
|
+
{"version":3,"file":"index.type.d.ts","sourceRoot":"","sources":["../../../src/library/GlobalLayoutHeaderProvider/index.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE,UAAU,aAAa;IACtB,IAAI,EAAE,MAAM,CAAC;CACb;AACD,UAAU,YAAY;IACrB,IAAI,EAAE,KAAK,CAAC;CACZ;AACD,KAAK,YAAY,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,GAAG,eAAe,CAAC;AAEtD,MAAM,MAAM,yBAAyB,GAAG,aAAa,GAAG,YAAY,CAAC;AACrE,MAAM,MAAM,6BAA6B,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,CAAC;AAExF,MAAM,WAAW,0BAA0B,CAAC,CAAC,EAAE,CAAC,EAAE,YAAY;IAC7D,MAAM,EAAE,CAAC,SAAS,KAAK,GAAG,YAAY,GAAG,YAAY,GAAG,CAAC,SAAS,KAAK,GAAG,YAAY,GAAG,aAAa,CAAC;IACvG,EAAE,EAAE,CAAC,SAAS,KAAK,GAAG,YAAY,GAAG,YAAY,GAAG,aAAa,CAAC;CAClE;AAED,UAAU,yBAAyB;IAClC,qBAAqB,EAAE,OAAO,CAAC;IAC/B,6BAA6B,EAAE,OAAO,CAAC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qBAAqB,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,0BAA0B,CAAC,CAAC,EAAE,CAAC,EAAE,YAAY,CAAC,KAAK,IAAI,CAAC;IAC3G,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,eAAO,MAAM,yBAAyB,0CAYpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/library/IconWithImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,kBAAkB;IAC3B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/library/IconWithImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,kBAAkB;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAS/C,CAAC;AAEF,YAAY,EAAE,kBAAkB,EAAE,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.styled.d.ts","sourceRoot":"","sources":["../../../src/library/IconWithImage/index.styled.ts"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACzB,
|
|
1
|
+
{"version":3,"file":"index.styled.d.ts","sourceRoot":"","sources":["../../../src/library/IconWithImage/index.styled.ts"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,WAAW;;;mIAKvB,CAAC"}
|
|
@@ -4,9 +4,9 @@ interface BottomSheetItemListProps<ValueType = string> {
|
|
|
4
4
|
onClick: (value: SelectOptionProps) => void;
|
|
5
5
|
}
|
|
6
6
|
interface SelectOptionProps<ValueType = string> {
|
|
7
|
-
value: ValueType;
|
|
8
|
-
label: string;
|
|
9
7
|
disabled?: boolean;
|
|
8
|
+
label: string;
|
|
9
|
+
value: ValueType;
|
|
10
10
|
}
|
|
11
11
|
declare const BottomSheetItemList: React.FC<BottomSheetItemListProps>;
|
|
12
12
|
export type { BottomSheetItemListProps, SelectOptionProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/library/List/BottomSheetItemList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,wBAAwB,CAAC,SAAS,GAAG,MAAM;IACpD,IAAI,EAAE,iBAAiB,CAAC,SAAS,CAAC,EAAE,CAAC;IACrC,OAAO,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC5C;AACD,UAAU,iBAAiB,CAAC,SAAS,GAAG,MAAM;IAC7C,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/library/List/BottomSheetItemList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,wBAAwB,CAAC,SAAS,GAAG,MAAM;IACpD,IAAI,EAAE,iBAAiB,CAAC,SAAS,CAAC,EAAE,CAAC;IACrC,OAAO,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC5C;AACD,UAAU,iBAAiB,CAAC,SAAS,GAAG,MAAM;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAoB3D,CAAC;AAEF,YAAY,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import * as Styled from './index.styled';
|
|
3
3
|
interface LottieProps extends Styled.LottieContainerProps {
|
|
4
|
-
lottieFileSrcPath: string;
|
|
5
4
|
alterImgSrcOnLoad?: string;
|
|
5
|
+
autoplay?: boolean;
|
|
6
|
+
lottieFileSrcPath: string;
|
|
7
|
+
playOnce?: boolean;
|
|
6
8
|
viewBox?: {
|
|
7
9
|
x?: number;
|
|
8
10
|
y?: number;
|
|
9
11
|
width: number;
|
|
10
12
|
height: number;
|
|
11
13
|
};
|
|
12
|
-
playOnce?: boolean;
|
|
13
|
-
autoplay?: boolean;
|
|
14
14
|
}
|
|
15
15
|
declare const Lottie: React.FC<LottieProps>;
|
|
16
16
|
export type { LottieProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/library/Lottie/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,UAAU,WAAY,SAAQ,MAAM,CAAC,oBAAoB;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/library/Lottie/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,UAAU,WAAY,SAAQ,MAAM,CAAC,oBAAoB;IAExD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAE1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,OAAO,CAAC,EAAE;QACT,CAAC,CAAC,EAAE,MAAM,CAAC;QACX,CAAC,CAAC,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KACf,CAAC;CACF;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA8FjC,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC;AAC5B,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.styled.d.ts","sourceRoot":"","sources":["../../../src/library/Lottie/index.styled.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,oBAAoB;
|
|
1
|
+
{"version":3,"file":"index.styled.d.ts","sourceRoot":"","sources":["../../../src/library/Lottie/index.styled.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,oBAAoB;IAEpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,OAAO;;;yGAEnB,CAAC;AAEF,eAAO,MAAM,SAAS;;;gIAcrB,CAAC;AAGF,eAAO,MAAM,iBAAiB;;;yGAI7B,CAAC"}
|
package/dist/types/date.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
interface IPurpleDate {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
addMonth: (months: number) => PurpleDate;
|
|
3
|
+
addYear: (years: number) => PurpleDate;
|
|
4
4
|
dateOfMonth: number;
|
|
5
|
-
today: PurpleDate;
|
|
6
5
|
indexOfDayOfWeek: number;
|
|
7
|
-
timestamp: number;
|
|
8
6
|
isToday: () => boolean;
|
|
7
|
+
month: number;
|
|
8
|
+
timestamp: number;
|
|
9
9
|
toDateString: (format?: 'YY.MM.DD' | 'YYYY.MM.DD', seperator?: '-' | '.') => string;
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
today: PurpleDate;
|
|
11
|
+
year: number;
|
|
12
12
|
}
|
|
13
13
|
declare class PurpleDate implements IPurpleDate {
|
|
14
14
|
year: number;
|
package/dist/types/date.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../src/types/date.ts"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACpB,
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../src/types/date.ts"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACpB,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC;IACzC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,OAAO,EAAE,MAAM,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,CAAC,MAAM,CAAC,EAAE,UAAU,GAAG,YAAY,EAAE,SAAS,CAAC,EAAE,GAAG,GAAG,GAAG,KAAK,MAAM,CAAC;IACpF,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACb;AAED,cAAM,UAAW,YAAW,WAAW;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAS;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;gBAEN,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,CAAC;IAkBvE,IAAI,KAAK,eAGR;IAED,OAAO,gBAIL;IAEF,YAAY,EAAE,WAAW,CAAC,cAAc,CAAC,CAuBvC;IAEF,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAM/B;IAEF,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAM7B;CACF;AAED,QAAA,MAAM,UAAU,YAA8B,CAAC;AAC/C,QAAA,MAAM,QAAQ,YAAiC,CAAC;AAChD,QAAA,MAAM,UAAU,MAAO,CAAC;AACxB,KAAK,cAAc,GAAG,OAAO,UAAU,GAAG,UAAU,CAAC;AACrD,KAAK,uBAAuB,GAAG,CAAC,cAAc,EAAE,cAAc,CAAC,EAAE,CAAC;AAElE,YAAY,EAAE,WAAW,EAAE,cAAc,EAAE,uBAAuB,EAAE,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SelectItemProps } from '../components';
|
|
2
2
|
interface SingleSelectProps<T = string> {
|
|
3
|
-
value: T;
|
|
4
3
|
list: SelectItemProps<T>[];
|
|
5
4
|
onChange: (value: T) => void;
|
|
5
|
+
value: T;
|
|
6
6
|
}
|
|
7
7
|
export type { SingleSelectProps };
|
|
8
8
|
//# sourceMappingURL=select-props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-props.d.ts","sourceRoot":"","sources":["../../src/types/select-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,UAAU,iBAAiB,CAAC,CAAC,GAAG,MAAM;IACrC,
|
|
1
|
+
{"version":3,"file":"select-props.d.ts","sourceRoot":"","sources":["../../src/types/select-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,UAAU,iBAAiB,CAAC,CAAC,GAAG,MAAM;IACrC,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3B,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,CAAC,CAAC;CACT;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ColorType, StatusType } from './common/type';
|
|
2
2
|
type State = 'default' | 'disabled';
|
|
3
3
|
interface ColorStyleByState {
|
|
4
|
-
containerColor: string;
|
|
5
4
|
borderColor: string;
|
|
6
|
-
|
|
5
|
+
containerColor: string;
|
|
7
6
|
iconColor: string;
|
|
7
|
+
textColor: string;
|
|
8
8
|
}
|
|
9
9
|
export type ChipColorStyleProps = Record<State, Record<StatusType, ColorStyleByState>>;
|
|
10
10
|
declare const chipColorStyle: (colorType: ColorType) => ChipColorStyleProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/chip.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3D,KAAK,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpC,UAAU,iBAAiB;IAC1B,
|
|
1
|
+
{"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/chip.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3D,KAAK,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpC,UAAU,iBAAiB;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,CAAC;AAEvF,QAAA,MAAM,cAAc,GAAI,WAAW,SAAS,KAAG,mBA4C9C,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ColorType, StatusType } from '../common/type';
|
|
2
2
|
type State = 'default' | 'disabled';
|
|
3
3
|
interface ColorStyleByState {
|
|
4
|
-
containerColor: string;
|
|
5
4
|
borderColor: string;
|
|
5
|
+
containerColor: string;
|
|
6
6
|
iconColor: string;
|
|
7
7
|
}
|
|
8
8
|
export type CheckBoxColorStyleProps = Record<State, Record<StatusType, ColorStyleByState>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-box.d.ts","sourceRoot":"","sources":["../../../../src/utils/GenerateColorStyle/control/check-box.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI5D,KAAK,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpC,UAAU,iBAAiB;IAC1B,
|
|
1
|
+
{"version":3,"file":"check-box.d.ts","sourceRoot":"","sources":["../../../../src/utils/GenerateColorStyle/control/check-box.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI5D,KAAK,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpC,UAAU,iBAAiB;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,CAAC;AAE3F,QAAA,MAAM,kBAAkB,GAAI,WAAW,SAAS,KAAG,uBAmElD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ColorType, StatusType } from '../common/type';
|
|
2
2
|
type State = 'default' | 'disabled';
|
|
3
3
|
interface ColorStyleByState {
|
|
4
|
-
containerColor: string;
|
|
5
4
|
borderColor: string;
|
|
5
|
+
containerColor: string;
|
|
6
6
|
}
|
|
7
7
|
export type RadioButtonColorStyleProps = Record<State, Record<StatusType, ColorStyleByState>>;
|
|
8
8
|
declare const radioButtonColorStyle: (colorType: ColorType) => RadioButtonColorStyleProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../../src/utils/GenerateColorStyle/control/radio-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI5D,KAAK,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpC,UAAU,iBAAiB;IAC1B,
|
|
1
|
+
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../../src/utils/GenerateColorStyle/control/radio-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI5D,KAAK,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpC,UAAU,iBAAiB;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,CAAC;AAE9F,QAAA,MAAM,qBAAqB,GAAI,WAAW,SAAS,KAAG,0BAyDrD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ColorType } from '.';
|
|
2
2
|
interface CommonDatePickerColorStyleProps {
|
|
3
|
-
textColor: string;
|
|
4
|
-
focusedTextColor: string;
|
|
5
3
|
disabledTextColor: string;
|
|
4
|
+
focusedTextColor: string;
|
|
6
5
|
hoverContainerColor: string;
|
|
6
|
+
textColor: string;
|
|
7
7
|
}
|
|
8
8
|
export type DatepickerColorStyleProps = CommonDatePickerColorStyleProps & {
|
|
9
9
|
focusedContainerColor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datepicker.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/datepicker.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAEnC,UAAU,+BAA+B;IACxC,
|
|
1
|
+
{"version":3,"file":"datepicker.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/datepicker.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAEnC,UAAU,+BAA+B;IACxC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,yBAAyB,GAAG,+BAA+B,GAAG;IACzE,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;CAC5B,CAAC;AASF,QAAA,MAAM,oBAAoB,GAAI,WAAW,SAAS,KAAG,yBAepD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ColorType } from '.';
|
|
2
2
|
interface CommonMiniButtonColorStyleProps {
|
|
3
|
-
hoverContainerColor: string;
|
|
4
|
-
focusedContainerColor: string;
|
|
5
3
|
disabledTextColor: string;
|
|
4
|
+
focusedContainerColor: string;
|
|
5
|
+
hoverContainerColor: string;
|
|
6
6
|
}
|
|
7
7
|
interface ExtraMiniButtonColorStyleProps {
|
|
8
|
-
textColor: string;
|
|
9
8
|
iconColor: string;
|
|
10
9
|
iconDisabledColor: string;
|
|
10
|
+
textColor: string;
|
|
11
11
|
}
|
|
12
12
|
export type MiniButtonColorStyleProps = CommonMiniButtonColorStyleProps & ExtraMiniButtonColorStyleProps;
|
|
13
13
|
declare const miniButtonColorStyle: (colorType: ColorType) => MiniButtonColorStyleProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/mini-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAEnC,UAAU,+BAA+B;IACxC,
|
|
1
|
+
{"version":3,"file":"mini-button.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/mini-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAEnC,UAAU,+BAA+B;IACxC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;CAC5B;AAED,UAAU,8BAA8B;IACvC,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,yBAAyB,GAAG,+BAA+B,GAAG,8BAA8B,CAAC;AAQzG,QAAA,MAAM,oBAAoB,GAAI,WAAW,SAAS,KAAG,yBAiBpD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColorType, PurposeType } from './common/type';
|
|
2
2
|
export interface SingleButtonColorStyleProps {
|
|
3
|
-
textColor: string;
|
|
4
|
-
disabledTextColor: string;
|
|
5
3
|
defaultContainerColor: string;
|
|
6
|
-
hoverContainerColor: string;
|
|
7
|
-
focusedContainerColor: string;
|
|
8
4
|
disabledContainerColor: string;
|
|
5
|
+
disabledTextColor: string;
|
|
6
|
+
focusedContainerColor: string;
|
|
7
|
+
hoverContainerColor: string;
|
|
8
|
+
textColor: string;
|
|
9
9
|
}
|
|
10
10
|
export interface SingleButtonColorStyleParams {
|
|
11
11
|
colorType: ColorType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"single-button.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/single-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5D,MAAM,WAAW,2BAA2B;IAC3C,
|
|
1
|
+
{"version":3,"file":"single-button.d.ts","sourceRoot":"","sources":["../../../src/utils/GenerateColorStyle/single-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5D,MAAM,WAAW,2BAA2B;IAC3C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;CAClB;AAkFD,MAAM,WAAW,4BAA4B;IAC5C,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,WAAW,CAAC;CACrB;AAED,QAAA,MAAM,sBAAsB,GAAI,wBAAwB,4BAA4B,KAAG,2BAOtF,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ColorType, StatusType } from '../common/type';
|
|
2
2
|
interface ColorStypeByStatus {
|
|
3
|
-
textColor: string;
|
|
4
3
|
containerColor: string;
|
|
4
|
+
textColor: string;
|
|
5
5
|
}
|
|
6
6
|
export type FillTabColorStyleProps = Record<StatusType, ColorStypeByStatus>;
|
|
7
7
|
declare const fillTabColorStyle: (colorType: ColorType) => FillTabColorStyleProps;
|