@pfct/purple 1.5.0-npm-next.3 → 1.5.0-npm-next.5
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/chunks/{index.B4T1_S1a.js → index.B7ToLlZV.js} +300 -300
- package/dist/chunks/index.BUYroSWi.js +1 -0
- package/dist/chunks/index.CycwZAWT.js +67 -0
- package/dist/chunks/index.D2Ren1qk.js +45 -0
- package/dist/chunks/{index.styled.D9nfJhVZ.js → index.styled.BYNpitkL.js} +252 -252
- package/dist/chunks/index.styled.BbkiuKd_.js +398 -0
- package/dist/components/Accordion/index.cjs.js +1 -1
- package/dist/components/Accordion/index.es.js +223 -223
- package/dist/components/Badge/BaseBadge/index.cjs.js +1 -1
- package/dist/components/Badge/BaseBadge/index.es.js +10 -10
- package/dist/components/Badge/BaseBadge/index.styled.cjs.js +1 -1
- package/dist/components/Badge/BaseBadge/index.styled.es.js +2 -2
- package/dist/components/Badge/IconBadge/index.cjs.js +1 -1
- package/dist/components/Badge/IconBadge/index.es.js +6 -6
- package/dist/components/Badge/TextBadge/index.cjs.js +1 -1
- package/dist/components/Badge/TextBadge/index.es.js +7 -7
- package/dist/components/BottomSheet/BaseBottomSheet/index.cjs.js +1 -1
- package/dist/components/BottomSheet/BaseBottomSheet/index.es.js +22 -21
- package/dist/components/BottomSheet/NavBottomSheet/index.cjs.js +1 -1
- package/dist/components/BottomSheet/NavBottomSheet/index.es.js +2 -2
- package/dist/components/BottomSheet/TitleBottomSheet/index.cjs.js +1 -1
- package/dist/components/BottomSheet/TitleBottomSheet/index.es.js +2 -2
- package/dist/components/BottomSheet/index.cjs.js +1 -1
- package/dist/components/BottomSheet/index.es.js +1 -1
- package/dist/components/Button/BaseButton/index.cjs.js +1 -1
- package/dist/components/Button/BaseButton/index.es.js +5 -5
- package/dist/components/Button/DoubleButton/index.cjs.js +1 -1
- package/dist/components/Button/DoubleButton/index.es.js +2 -2
- package/dist/components/Button/FloatBaseButton/index.cjs.js +1 -1
- package/dist/components/Button/FloatBaseButton/index.es.js +12 -12
- package/dist/components/Button/FloatDoubleButton/index.cjs.js +1 -1
- package/dist/components/Button/FloatDoubleButton/index.es.js +11 -11
- package/dist/components/Button/FloatSingleButton/index.cjs.js +1 -1
- package/dist/components/Button/FloatSingleButton/index.es.js +12 -12
- package/dist/components/Button/SingleButton/index.cjs.js +1 -1
- package/dist/components/Button/SingleButton/index.es.js +4 -4
- package/dist/components/Button/TestButton/index.cjs.js +1 -1
- package/dist/components/Button/TestButton/index.es.js +2 -2
- package/dist/components/Button/index.cjs.js +1 -1
- package/dist/components/Button/index.es.js +1 -1
- package/dist/components/Card/index.cjs.js +1 -1
- package/dist/components/Card/index.es.js +7 -7
- package/dist/components/Chips/BasicChips/index.cjs.js +1 -1
- package/dist/components/Chips/BasicChips/index.es.js +8 -8
- package/dist/components/Chips/BasicChips/index.styled.cjs.js +1 -1
- package/dist/components/Chips/BasicChips/index.styled.es.js +2 -2
- package/dist/components/Chips/ChipItem/index.cjs.js +1 -1
- package/dist/components/Chips/ChipItem/index.es.js +46 -48
- package/dist/components/Chips/ChipItem/index.styled.cjs.js +1 -1
- package/dist/components/Chips/ChipItem/index.styled.es.js +20 -19
- package/dist/components/Chips/ChipsFrame/index.cjs.js +1 -1
- package/dist/components/Chips/ChipsFrame/index.es.js +28 -28
- package/dist/components/Chips/ChipsFrame/index.styled.cjs.js +1 -1
- package/dist/components/Chips/ChipsFrame/index.styled.es.js +2 -2
- package/dist/components/Comment/Group/index.cjs.js +1 -1
- package/dist/components/Comment/Group/index.es.js +3 -3
- package/dist/components/Comment/Item/index.cjs.js +1 -1
- package/dist/components/Comment/Item/index.es.js +6 -6
- package/dist/components/Control/CheckBox/CheckIcon.cjs.js +1 -1
- package/dist/components/Control/CheckBox/CheckIcon.es.js +8 -8
- package/dist/components/Control/CheckBox/index.cjs.js +1 -1
- package/dist/components/Control/CheckBox/index.es.js +29 -28
- package/dist/components/Control/CheckMark/CheckMark.cjs.js +1 -1
- package/dist/components/Control/CheckMark/CheckMark.es.js +3 -3
- package/dist/components/Control/CheckMark/index.cjs.js +1 -1
- package/dist/components/Control/CheckMark/index.es.js +22 -21
- package/dist/components/Control/RadioButton/index.cjs.js +1 -1
- package/dist/components/Control/RadioButton/index.es.js +11 -11
- package/dist/components/Control/RadioButton/index.styled.cjs.js +1 -1
- package/dist/components/Control/RadioButton/index.styled.es.js +17 -16
- package/dist/components/Control/Switch/index.cjs.js +1 -1
- package/dist/components/Control/Switch/index.es.js +23 -22
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/ActiveDateOfMonth.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/ActiveDateOfMonth.es.js +25 -24
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/DisabledDateOfMonth.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/DisabledDateOfMonth.es.js +26 -25
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/NoneDateOfMonth.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/NoneDateOfMonth.es.js +3 -3
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeEndFocusDateOfMonth.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeEndFocusDateOfMonth.es.js +27 -26
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeStartFocusDateOfMonth.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeStartFocusDateOfMonth.es.js +31 -30
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/SingleFocusDateOfMonth.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/SingleFocusDateOfMonth.es.js +27 -26
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.es.js +28 -27
- package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.es.js +5 -5
- package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.es.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/Month/index.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/Month/index.es.js +4 -4
- package/dist/components/DatePicker/BaseDatePicker/Week/index.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/Week/index.es.js +3 -3
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.es.js +25 -25
- package/dist/components/DatePicker/BaseDatePicker/index.cjs.js +1 -1
- package/dist/components/DatePicker/BaseDatePicker/index.es.js +46 -45
- package/dist/components/DatePicker/RangeDatePickerModal/index.cjs.js +1 -1
- package/dist/components/DatePicker/RangeDatePickerModal/index.es.js +26 -26
- package/dist/components/DatePicker/SingleDatePickerModal/index.cjs.js +1 -1
- package/dist/components/DatePicker/SingleDatePickerModal/index.es.js +27 -26
- package/dist/components/Divider/index.cjs.js +1 -1
- package/dist/components/Divider/index.es.js +3 -3
- package/dist/components/Input/BaseInput/index.cjs.js +1 -1
- package/dist/components/Input/BaseInput/index.es.js +39 -39
- package/dist/components/Input/NumberInput/index.cjs.js +1 -1
- package/dist/components/Input/NumberInput/index.es.js +38 -37
- package/dist/components/Input/PostfixInput/index.cjs.js +1 -1
- package/dist/components/Input/PostfixInput/index.es.js +60 -60
- package/dist/components/Input/PostfixInput/index.util.cjs.js +1 -1
- package/dist/components/Input/PostfixInput/index.util.es.js +20 -19
- package/dist/components/Input/ResidentNumberInput/index.cjs.js +1 -1
- package/dist/components/Input/ResidentNumberInput/index.es.js +73 -73
- package/dist/components/Input/TextField/index.cjs.js +1 -1
- package/dist/components/Input/TextField/index.es.js +49 -49
- package/dist/components/Input/common/InputFrame/index.cjs.js +1 -1
- package/dist/components/Input/common/InputFrame/index.es.js +17 -17
- package/dist/components/Input/index.cjs.js +1 -1
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/Input/index.es.js +24 -22
- package/dist/components/List/index.cjs.js +1 -1
- package/dist/components/List/index.es.js +13 -13
- package/dist/components/Loading/ProgressBar/index.cjs.js +1 -1
- package/dist/components/Loading/ProgressBar/index.es.js +7 -7
- package/dist/components/Loading/ProgressBar/index.styled.cjs.js +1 -1
- package/dist/components/Loading/ProgressBar/index.styled.es.js +18 -17
- package/dist/components/Loading/Skeleton/SkeletonLayout/index.cjs.js +1 -1
- package/dist/components/Loading/Skeleton/SkeletonLayout/index.es.js +3 -3
- package/dist/components/Loading/Skeleton/index.cjs.js +1 -1
- package/dist/components/Loading/Skeleton/index.es.js +10 -10
- package/dist/components/Loading/Spinner/index.cjs.js +1 -1
- package/dist/components/Loading/Spinner/index.es.js +2 -2
- package/dist/components/Loading/index.cjs.js +1 -1
- package/dist/components/Loading/index.es.js +1 -1
- package/dist/components/MiniButton/BoxMiniButton/index.cjs.js +1 -1
- package/dist/components/MiniButton/BoxMiniButton/index.es.js +6 -6
- package/dist/components/MiniButton/IconMiniButton/index.cjs.js +1 -1
- package/dist/components/MiniButton/IconMiniButton/index.es.js +27 -30
- package/dist/components/MiniButton/UnderLineMiniButton/index.cjs.js +1 -1
- package/dist/components/MiniButton/UnderLineMiniButton/index.es.js +39 -42
- package/dist/components/MiniButton/common/ButtonTag.cjs.js +1 -1
- package/dist/components/MiniButton/common/ButtonTag.es.js +3 -3
- package/dist/components/MiniButton/common/index.styled.cjs.js +1 -1
- package/dist/components/MiniButton/common/index.styled.es.js +19 -18
- package/dist/components/Modal/BaseModal/index.cjs.js +1 -1
- package/dist/components/Modal/BaseModal/index.es.js +2 -2
- package/dist/components/Modal/index.cjs.js +1 -1
- package/dist/components/Modal/index.es.js +2 -2
- package/dist/components/Navigation/BaseNavigation/index.cjs.js +1 -1
- package/dist/components/Navigation/BaseNavigation/index.es.js +15 -15
- package/dist/components/Navigation/BottomNavigationBar/index.cjs.js +1 -1
- package/dist/components/Navigation/BottomNavigationBar/index.es.js +12 -12
- package/dist/components/Navigation/PageNavigationBar/index.cjs.js +1 -1
- package/dist/components/Navigation/PageNavigationBar/index.es.js +33 -33
- package/dist/components/Navigation/TitleNavigationBar/index.cjs.js +1 -1
- package/dist/components/Navigation/TitleNavigationBar/index.es.js +24 -24
- package/dist/components/Navigation/index.cjs.js +1 -1
- package/dist/components/Navigation/index.es.js +31 -31
- package/dist/components/OverlayRoot/index.cjs.js +1 -1
- package/dist/components/OverlayRoot/index.es.js +17 -16
- package/dist/components/Segment/BaseSegment/index.cjs.js +1 -1
- package/dist/components/Segment/BaseSegment/index.es.js +14 -14
- package/dist/components/Segment/ExtendSegment/index.cjs.js +1 -1
- package/dist/components/Segment/ExtendSegment/index.es.js +19 -19
- package/dist/components/SelectBox/index.cjs.js +1 -1
- package/dist/components/SelectBox/index.es.js +55 -55
- package/dist/components/SelectBox/index.styled.cjs.js +1 -1
- package/dist/components/SelectBox/index.styled.es.js +24 -23
- package/dist/components/Tabs/FillTabs/index.cjs.js +1 -1
- package/dist/components/Tabs/FillTabs/index.es.js +26 -25
- package/dist/components/Tabs/TextTabs/index.cjs.js +1 -1
- package/dist/components/Tabs/TextTabs/index.es.js +31 -30
- package/dist/components/Tag/index.cjs.js +1 -1
- package/dist/components/Tag/index.es.js +4 -4
- package/dist/components/Tag/index.styled.cjs.js +1 -1
- package/dist/components/Tag/index.styled.es.js +17 -16
- package/dist/components/Terms/index.cjs.js +1 -1
- package/dist/components/Terms/index.es.js +40 -39
- package/dist/components/Title/index.cjs.js +1 -1
- package/dist/components/Title/index.es.js +13 -13
- package/dist/components/Title/index.styled.cjs.js +1 -1
- package/dist/components/Title/index.styled.es.js +18 -17
- package/dist/components/ToastMessage/BaseToastMessage/index.cjs.js +1 -1
- package/dist/components/ToastMessage/BaseToastMessage/index.es.js +10 -10
- package/dist/components/ToastMessage/BaseToastMessage/index.styled.cjs.js +1 -1
- package/dist/components/ToastMessage/BaseToastMessage/index.styled.es.js +18 -17
- package/dist/components/ToastMessage/Toast/index.cjs.js +1 -1
- package/dist/components/ToastMessage/Toast/index.es.js +20 -20
- package/dist/components/Tooltip/BasicTooltip/index.cjs.js +1 -1
- package/dist/components/Tooltip/BasicTooltip/index.es.js +4 -4
- package/dist/components/Tooltip/ImpactTooltip/index.cjs.js +1 -1
- package/dist/components/Tooltip/ImpactTooltip/index.es.js +5 -5
- package/dist/components/Tooltip/TooltipBase/index.cjs.js +2 -2
- package/dist/components/Tooltip/TooltipBase/index.es.js +42 -42
- package/dist/components/index.cjs.js +1 -1
- package/dist/components/index.es.js +36 -34
- package/dist/components/ui/bottomSheet.cjs.js +7 -7
- package/dist/components/ui/bottomSheet.es.js +90 -90
- package/dist/components/ui/button.cjs.js +1 -1
- package/dist/components/ui/button.es.js +3 -3
- package/dist/components/ui/dialog.cjs.js +1 -1
- package/dist/components/ui/dialog.es.js +43 -43
- package/dist/components/ui/drawer.cjs.js +2 -2
- package/dist/components/ui/drawer.es.js +159 -159
- package/dist/components/ui/share-ui.cjs.js +1 -1
- package/dist/components/ui/share-ui.es.js +34 -34
- package/dist/components/ui/typography.cjs.js +1 -1
- package/dist/components/ui/typography.es.js +3 -3
- package/dist/core/Display/Mobile.cjs.js +1 -1
- package/dist/core/Display/Mobile.es.js +4 -4
- package/dist/core/Display/Pc.cjs.js +1 -1
- package/dist/core/Display/Pc.es.js +4 -4
- package/dist/core/Display/index.styled.cjs.js +1 -1
- package/dist/core/Display/index.styled.es.js +18 -17
- package/dist/core/Typography/BaseTypography/index.cjs.js +1 -1
- package/dist/core/Typography/BaseTypography/index.es.js +5 -5
- package/dist/core/Typography/index.cjs.js +1 -1
- package/dist/core/Typography/index.es.js +19 -19
- package/dist/hooks/useLayoutIsMobile.cjs.js +1 -1
- package/dist/hooks/useLayoutIsMobile.es.js +18 -17
- package/dist/icons/src/aliases/aliases.cjs.js +1 -1
- package/dist/icons/src/aliases/aliases.d.ts +13 -13
- package/dist/icons/src/aliases/aliases.es.js +46 -46
- package/dist/icons/src/aliases/index.cjs.js +1 -1
- package/dist/icons/src/aliases/index.es.js +92 -92
- package/dist/icons/src/aliases/prefixed.cjs.js +1 -1
- package/dist/icons/src/aliases/prefixed.d.ts +16 -16
- package/dist/icons/src/aliases/prefixed.es.js +50 -50
- package/dist/icons/src/aliases/suffixed.cjs.js +1 -1
- package/dist/icons/src/aliases/suffixed.d.ts +17 -17
- package/dist/icons/src/aliases/suffixed.es.js +42 -42
- package/dist/icons/src/icons/index.cjs.js +1 -1
- package/dist/icons/src/icons/index.d.ts +12 -12
- package/dist/icons/src/icons/index.es.js +48 -48
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +254 -252
- package/dist/library/BasicForm/index.cjs.js +1 -1
- package/dist/library/BasicForm/index.es.js +11 -11
- package/dist/library/BasicLayout/Body.cjs.js +1 -1
- package/dist/library/BasicLayout/Body.es.js +7 -7
- package/dist/library/BasicLayout/Footer.cjs.js +1 -1
- package/dist/library/BasicLayout/Footer.es.js +74 -73
- package/dist/library/BasicLayout/index.cjs.js +1 -1
- package/dist/library/BasicLayout/index.es.js +50 -49
- package/dist/library/BasicLayout/index.styled.cjs.js +1 -1
- package/dist/library/BasicLayout/index.styled.es.js +46 -45
- package/dist/library/IconWithImage/index.cjs.js +1 -1
- package/dist/library/IconWithImage/index.es.js +4 -4
- package/dist/library/List/BottomSheetItemList/index.cjs.js +1 -1
- package/dist/library/List/BottomSheetItemList/index.es.js +5 -5
- package/dist/library/Lottie/index.cjs.js +1 -1
- package/dist/library/Lottie/index.es.js +55 -55
- package/dist/library/Spacing/index.cjs.js +1 -1
- package/dist/library/Spacing/index.es.js +3 -3
- package/dist/utils/GenerateColorStyle/chip.cjs.js +1 -1
- package/dist/utils/GenerateColorStyle/chip.es.js +2 -2
- package/dist/utils/GenerateColorStyle/index.cjs.js +1 -1
- package/dist/utils/GenerateColorStyle/index.es.js +1 -1
- package/dist/utils/GenerateColorStyle/tab/fill-tabs.cjs.js +1 -1
- package/dist/utils/GenerateColorStyle/tab/fill-tabs.es.js +18 -17
- package/dist/utils/GenerateColorStyle/tab/text-tabs.cjs.js +1 -1
- package/dist/utils/GenerateColorStyle/tab/text-tabs.es.js +18 -17
- package/dist/utils/index.cjs.js +1 -1
- package/dist/utils/index.es.js +1 -1
- package/package.json +1 -1
- package/dist/chunks/index.Dj0l8V9d.js +0 -67
- package/dist/chunks/index.DsdUneNS.js +0 -45
- package/dist/chunks/index.Y_MfYxSQ.js +0 -1
- package/dist/chunks/index.styled.7ZYWAl1u.js +0 -398
- package/dist/chunks/jsx-runtime.713F0z8w.js +0 -30
- package/dist/chunks/jsx-runtime.Drh4NO5G.js +0 -633
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { css as o } from "@emotion/react";
|
|
2
2
|
import t from "@emotion/styled";
|
|
3
3
|
import { basicColors as e } from "../../core/Colors/index.es.js";
|
|
4
|
-
import "
|
|
5
|
-
import "../../chunks/index.styled.
|
|
4
|
+
import "react/jsx-runtime";
|
|
5
|
+
import "../../chunks/index.styled.BYNpitkL.js";
|
|
6
6
|
import "../../core/TextStyles/index.es.js";
|
|
7
7
|
import "../../components/ui/typography.es.js";
|
|
8
8
|
import { GNB_HEIGHT as m } from "../GNB/index.constant.es.js";
|
|
@@ -22,32 +22,32 @@ import "../../components/Control/CheckMark/index.styled.es.js";
|
|
|
22
22
|
import "../../components/Control/Switch/index.styled.es.js";
|
|
23
23
|
import "../../components/DatePicker/BaseDatePicker/index.styled.es.js";
|
|
24
24
|
import "../../components/DatePicker/BaseDatePicker/YearMonthController/index.styed.es.js";
|
|
25
|
+
import "../../icons/src/icons/Alarm_fill.es.js";
|
|
26
|
+
import "../../icons/src/icons/Cancel.es.js";
|
|
25
27
|
import "../../icons/src/icons/Calendar.es.js";
|
|
26
28
|
import "../../icons/src/icons/Cancel_circle.es.js";
|
|
27
|
-
import "../../icons/src/icons/
|
|
29
|
+
import "../../icons/src/icons/Cart_fill.es.js";
|
|
30
|
+
import "../../icons/src/icons/Check.es.js";
|
|
31
|
+
import "../../icons/src/icons/Chevron_left.es.js";
|
|
28
32
|
import "../../icons/src/icons/Chevron_down.es.js";
|
|
29
|
-
import "../../icons/src/icons/Alarm_fill.es.js";
|
|
30
|
-
import "../../icons/src/icons/Chevron_right.es.js";
|
|
31
33
|
import "../../icons/src/icons/Chevron_up.es.js";
|
|
32
|
-
import "../../icons/src/icons/Double_Chevron_left.es.js";
|
|
33
|
-
import "../../icons/src/icons/Double_Chevron_right.es.js";
|
|
34
34
|
import "../../icons/src/icons/Eye_fill.es.js";
|
|
35
|
+
import "../../icons/src/icons/Information.es.js";
|
|
35
36
|
import "../../icons/src/icons/Eye_slash_fill.es.js";
|
|
36
37
|
import "../../icons/src/icons/Filter.es.js";
|
|
37
|
-
import "../../icons/src/icons/Information.es.js";
|
|
38
|
-
import "../../icons/src/icons/Menu.es.js";
|
|
39
38
|
import "../../icons/src/icons/More.es.js";
|
|
39
|
+
import "../../icons/src/icons/Menu.es.js";
|
|
40
40
|
import "../../icons/src/icons/Person_fill.es.js";
|
|
41
|
-
import "../../icons/src/icons/Plus.es.js";
|
|
42
41
|
import "../../icons/src/icons/Question_circle.es.js";
|
|
42
|
+
import "../../icons/src/icons/Plus.es.js";
|
|
43
43
|
import "../../icons/src/icons/Re.es.js";
|
|
44
|
-
import "../../icons/src/icons/Share.es.js";
|
|
45
|
-
import "../../icons/src/icons/Setting_fill.es.js";
|
|
46
44
|
import "../../icons/src/icons/Search.es.js";
|
|
47
|
-
import "../../icons/src/icons/
|
|
45
|
+
import "../../icons/src/icons/Double_Chevron_left.es.js";
|
|
46
|
+
import "../../icons/src/icons/Chevron_right.es.js";
|
|
47
|
+
import "../../icons/src/icons/Double_Chevron_right.es.js";
|
|
48
|
+
import "../../icons/src/icons/Share.es.js";
|
|
48
49
|
import "../../icons/src/icons/Store.es.js";
|
|
49
|
-
import "../../icons/src/icons/
|
|
50
|
-
import "../../icons/src/icons/Cart_fill.es.js";
|
|
50
|
+
import "../../icons/src/icons/Setting_fill.es.js";
|
|
51
51
|
import "../IconWithImage/index.styled.es.js";
|
|
52
52
|
import "../List/BottomSheetItemList/index.styled.es.js";
|
|
53
53
|
import "lottie-web";
|
|
@@ -66,6 +66,7 @@ import "../../chunks/index.styled.DmJ27_dc.js";
|
|
|
66
66
|
import "../../components/Input/BaseInput/index.es.js";
|
|
67
67
|
import "../../components/Input/PostfixInput/index.es.js";
|
|
68
68
|
import "../../components/Input/ResidentNumberInput/index.styled.es.js";
|
|
69
|
+
import "../../components/Input/TextField/index.es.js";
|
|
69
70
|
import "../../components/Navigation/index.styled.es.js";
|
|
70
71
|
import "../../components/Navigation/BaseNavigation/index.styled.es.js";
|
|
71
72
|
import "../../components/Navigation/constant.es.js";
|
|
@@ -121,7 +122,7 @@ const n = (i = 0) => o`
|
|
|
121
122
|
Header: t.div``,
|
|
122
123
|
Body: t.div``,
|
|
123
124
|
Footer: t.div``
|
|
124
|
-
},
|
|
125
|
+
}, _t = {
|
|
125
126
|
ParentWrapper: t.div`
|
|
126
127
|
${n()}
|
|
127
128
|
`,
|
|
@@ -136,13 +137,13 @@ const n = (i = 0) => o`
|
|
|
136
137
|
}, p = {
|
|
137
138
|
larger: 80,
|
|
138
139
|
smaller: 20
|
|
139
|
-
},
|
|
140
|
+
}, kt = t(a.Body)`
|
|
140
141
|
padding: 0 ${p.smaller}px;
|
|
141
142
|
|
|
142
143
|
${r(o`
|
|
143
144
|
padding: 0 ${p.larger}px;
|
|
144
145
|
`)};
|
|
145
|
-
`,
|
|
146
|
+
`, Ot = t(a.Body)`
|
|
146
147
|
/* 주의사항 : BasicLayout.props bodyCenterizing={true} 를 넘겨줘야합니다 */
|
|
147
148
|
/* 세로 - full 차지 */
|
|
148
149
|
flex-grow: 1;
|
|
@@ -152,29 +153,29 @@ const n = (i = 0) => o`
|
|
|
152
153
|
justify-content: center;
|
|
153
154
|
align-items: center;
|
|
154
155
|
flex-direction: column;
|
|
155
|
-
`,
|
|
156
|
+
`, zt = t.img`
|
|
156
157
|
width: ${({ width: i }) => i}px;
|
|
157
158
|
height: ${({ height: i }) => i}px;
|
|
158
|
-
`, d = 25,
|
|
159
|
+
`, d = 25, Et = t.div`
|
|
159
160
|
width: 100%;
|
|
160
161
|
height: ${d}px; /** TODO: 임시, 정확한 수치 찾기 */
|
|
161
162
|
|
|
162
163
|
${r(o`
|
|
163
164
|
height: 80px;
|
|
164
165
|
`)}
|
|
165
|
-
`,
|
|
166
|
+
`, Ft = t.div`
|
|
166
167
|
width: 100%;
|
|
167
168
|
height: ${m.mobile}px;
|
|
168
169
|
|
|
169
170
|
${r(o`
|
|
170
171
|
height: ${m.pc}px;
|
|
171
172
|
`)}
|
|
172
|
-
`,
|
|
173
|
+
`, jt = t.div`
|
|
173
174
|
width: 100%;
|
|
174
175
|
min-height: 80px; /* Body = flex-grow 에 대응하기위해 단순 height 로는 안됨 */
|
|
175
176
|
|
|
176
177
|
/** pc, mobile 공통 */
|
|
177
|
-
`,
|
|
178
|
+
`, At = t.div`
|
|
178
179
|
width: 100%;
|
|
179
180
|
height: 150px;
|
|
180
181
|
|
|
@@ -184,29 +185,29 @@ const n = (i = 0) => o`
|
|
|
184
185
|
width: auto;
|
|
185
186
|
height: auto;
|
|
186
187
|
`)}
|
|
187
|
-
`,
|
|
188
|
+
`, Gt = t.div`
|
|
188
189
|
padding: 60px ${p.larger}px 80px;
|
|
189
190
|
|
|
190
191
|
display: flex;
|
|
191
192
|
flex-direction: column;
|
|
192
193
|
align-items: center;
|
|
193
|
-
`,
|
|
194
|
+
`, Rt = t.a`
|
|
194
195
|
color: transparent;
|
|
195
196
|
text-decoration: none;
|
|
196
197
|
width: 100%;
|
|
197
|
-
`,
|
|
198
|
+
`, St = t.div`
|
|
198
199
|
padding: 0 ${p.smaller}px;
|
|
199
200
|
|
|
200
201
|
${r(o`
|
|
201
202
|
padding: 0 ${p.larger}px;
|
|
202
203
|
`)}
|
|
203
|
-
`,
|
|
204
|
+
`, Dt = t.div`
|
|
204
205
|
height: 15px;
|
|
205
206
|
|
|
206
207
|
${r(o`
|
|
207
208
|
height: 60px;
|
|
208
209
|
`)}
|
|
209
|
-
`,
|
|
210
|
+
`, Vt = t.div`
|
|
210
211
|
width: 100%;
|
|
211
212
|
|
|
212
213
|
display: flex;
|
|
@@ -221,7 +222,7 @@ const n = (i = 0) => o`
|
|
|
221
222
|
padding: 60px ${p.larger}px 80px;
|
|
222
223
|
position: static;
|
|
223
224
|
`)}
|
|
224
|
-
`,
|
|
225
|
+
`, qt = t.div`
|
|
225
226
|
.tippy-content {
|
|
226
227
|
background-color: ${e.gray900};
|
|
227
228
|
color: ${e.white};
|
|
@@ -231,27 +232,27 @@ const n = (i = 0) => o`
|
|
|
231
232
|
}
|
|
232
233
|
|
|
233
234
|
width: 100%;
|
|
234
|
-
`,
|
|
235
|
+
`, Jt = t.div`
|
|
235
236
|
display: flex;
|
|
236
237
|
justify-content: center;
|
|
237
238
|
align-items: center;
|
|
238
239
|
`;
|
|
239
240
|
export {
|
|
240
|
-
|
|
241
|
+
Rt as ATagButton,
|
|
241
242
|
a as BasicLayoutBase,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
243
|
+
Gt as ButtonWrapperInPc,
|
|
244
|
+
Ot as CenterBody,
|
|
245
|
+
St as ContentsPadding,
|
|
246
|
+
Dt as ContentsVerticalPadding,
|
|
247
|
+
zt as ImgBase,
|
|
248
|
+
Jt as InformationIconWrapper,
|
|
249
|
+
At as MarginBottomHasFooter,
|
|
250
|
+
jt as MarginBottomNoFooter,
|
|
251
|
+
Ft as MarginTopHasHeader,
|
|
252
|
+
Et as MarginTopNoHeader,
|
|
253
|
+
_t as PureLayoutBase,
|
|
254
|
+
kt as SidePaddingBody,
|
|
255
|
+
Vt as StickBottomWrapper,
|
|
256
|
+
qt as TooltipButtonWrapper,
|
|
256
257
|
p as defaultLRPadding
|
|
257
258
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),i=require("./index.styled.cjs.js"),o=({srcPath:e,width:n,height:r})=>t.jsx(i.IconWrapper,{width:n,height:r||n,src:`${e}.png`,srcSet:`${e}@2x.png 2x, ${e}@3x.png 3x`});exports.IconWithImage=o;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IconWrapper as
|
|
3
|
-
const m = ({ srcPath: r, width: o, height: p }) => /* @__PURE__ */ n
|
|
4
|
-
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { IconWrapper as e } from "./index.styled.es.js";
|
|
3
|
+
const m = ({ srcPath: r, width: o, height: p }) => /* @__PURE__ */ n(
|
|
4
|
+
e,
|
|
5
5
|
{
|
|
6
6
|
width: o,
|
|
7
7
|
height: p || o,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=require("./index.styled.cjs.js"),a=({item:l,onClick:r})=>t.jsx(t.Fragment,{children:l.map(e=>t.jsx(s.Item,{onClick:()=>{e.disabled||r({value:e.value,label:e.label})},disabled:e.disabled??!1,children:e.label},e.label))});exports.BottomSheetItemList=a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Item as
|
|
3
|
-
const
|
|
4
|
-
|
|
1
|
+
import { jsx as e, Fragment as o } from "react/jsx-runtime";
|
|
2
|
+
import { Item as d } from "./index.styled.es.js";
|
|
3
|
+
const n = ({ item: a, onClick: r }) => /* @__PURE__ */ e(o, { children: a.map((l) => /* @__PURE__ */ e(
|
|
4
|
+
d,
|
|
5
5
|
{
|
|
6
6
|
onClick: () => {
|
|
7
7
|
l.disabled || r({ value: l.value, label: l.label });
|
|
@@ -12,5 +12,5 @@ const d = ({ item: a, onClick: r }) => /* @__PURE__ */ e.jsx(e.Fragment, { child
|
|
|
12
12
|
l.label
|
|
13
13
|
)) });
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
n as BottomSheetItemList
|
|
16
16
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const j=require("react/jsx-runtime"),l=require("react"),P=require("lottie-web"),T=require("../../hooks/useLayoutIsMobile.cjs.js"),$=require("../../utils/uuid.util.cjs.js"),x=require("../IconWithImage/index.cjs.js"),A=require("./index.styled.cjs.js"),O=e=>e&&typeof e=="object"&&"default"in e?e:{default:e};function V(e){if(e&&typeof e=="object"&&"default"in e)return e;const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const m=V(l),W=O(P);var E=new Map,S=new WeakMap,w=0,C=void 0;function D(e){return e?(S.has(e)||(w+=1,S.set(e,w.toString())),S.get(e)):"0"}function L(e){return Object.keys(e).sort().filter(n=>e[n]!==void 0).map(n=>`${n}_${n==="root"?D(e.root):e[n]}`).toString()}function z(e){const n=L(e);let t=E.get(n);if(!t){const o=new Map;let a;const f=new IntersectionObserver(u=>{u.forEach(s=>{var i;const g=s.isIntersecting&&a.some(d=>s.intersectionRatio>=d);e.trackVisibility&&typeof s.isVisible>"u"&&(s.isVisible=g),(i=o.get(s.target))==null||i.forEach(d=>{d(g,s)})})},e);a=f.thresholds||(Array.isArray(e.threshold)?e.threshold:[e.threshold||0]),t={id:n,observer:f,elements:o},E.set(n,t)}return t}function F(e,n,t={},o=C){if(typeof window.IntersectionObserver>"u"&&o!==void 0){const i=e.getBoundingClientRect();return n(o,{isIntersecting:o,target:e,intersectionRatio:typeof t.threshold=="number"?t.threshold:0,time:0,boundingClientRect:i,intersectionRect:i,rootBounds:i}),()=>{}}const{id:a,observer:f,elements:u}=z(t),s=u.get(e)||[];return u.has(e)||u.set(e,s),s.push(n),f.observe(e),function(){s.splice(s.indexOf(n),1),s.length===0&&(u.delete(e),f.unobserve(e)),u.size===0&&(f.disconnect(),E.delete(a))}}function I({threshold:e,delay:n,trackVisibility:t,rootMargin:o,root:a,triggerOnce:f,skip:u,initialInView:s,fallbackInView:i,onChange:g}={}){var d;const[h,R]=m.useState(null),p=m.useRef(g),[b,_]=m.useState({inView:!!s,entry:void 0});p.current=g,m.useEffect(()=>{if(u||!h)return;let v;return v=F(h,(q,M)=>{_({inView:q,entry:M}),p.current&&p.current(q,M),M.isIntersecting&&f&&v&&(v(),v=void 0)},{root:a,rootMargin:o,threshold:e,trackVisibility:t,delay:n},i),()=>{v&&v()}},[Array.isArray(e)?e.toString():e,h,a,o,f,u,t,i,n]);const r=(d=b.entry)==null?void 0:d.target,y=m.useRef(void 0);!h&&r&&!f&&!u&&y.current!==r&&(y.current=r,_({inView:!!s,entry:void 0}));const c=[R,b.inView,b.entry];return c.ref=c[0],c.inView=c[1],c.entry=c[2],c}const G=({width:e,height:n,viewBox:t,className:o,playOnce:a,autoplay:f=!1,alterImgSrcOnLoad:u,lottieFileSrcPath:s})=>{const[i,g]=l.useState(null),d=l.useRef(null),h=l.useRef($.uuid()),R=T(),{ref:p,inView:b}=I({threshold:R?.4:.9,rootMargin:R?"20% 0% 0% 0%":"40% 0% 10% 0%"}),_=l.useMemo(()=>t?`${t.x??0} ${t.y??0} ${t.width} ${t.height}`:void 0,[t]),[r,y]=l.useState();return l.useEffect(()=>{fetch(s).then(c=>c.json()).then(c=>{g(c)}).catch(()=>{console.info("lottie load 에 실패했습니다.")})},[s]),l.useEffect(()=>{if(!d.current||!i)return;const c=W.default.loadAnimation({container:d.current,renderer:"svg",loop:!a,autoplay:f,animationData:i,rendererSettings:{viewBoxSize:_},name:o});return y(c),()=>c.destroy()},[i,o,f,a,_]),l.useEffect(()=>{b?r==null||r.goToAndPlay((r==null?void 0:r.currentFrame)>.9*(r==null?void 0:r.totalFrames)?0:r==null?void 0:r.currentFrame,!0):a?r==null||r.stop():r==null||r.pause()},[b,r,a]),i===null&&u?j.jsx(A.AlterImageWrapper,{children:j.jsx(x.IconWithImage,{width:e||0,srcPath:u})}):j.jsx(A.Wrapper,{ref:p,children:j.jsx(A.Container,{id:h.current,className:o,ref:d,width:e,height:n})})};exports.Lottie=G;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import * as
|
|
3
|
-
import { useState as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { uuid as
|
|
7
|
-
import { IconWithImage as
|
|
8
|
-
import { AlterImageWrapper as
|
|
9
|
-
var
|
|
10
|
-
function I(e) {
|
|
11
|
-
return e ? (A.has(e) || (V += 1, A.set(e, V.toString())), A.get(e)) : "0";
|
|
12
|
-
}
|
|
1
|
+
import { jsx as A } from "react/jsx-runtime";
|
|
2
|
+
import * as p from "react";
|
|
3
|
+
import { useState as V, useRef as T, useMemo as j, useEffect as E } from "react";
|
|
4
|
+
import F from "lottie-web";
|
|
5
|
+
import P from "../../hooks/useLayoutIsMobile.es.js";
|
|
6
|
+
import { uuid as _ } from "../../utils/uuid.util.es.js";
|
|
7
|
+
import { IconWithImage as z } from "../IconWithImage/index.es.js";
|
|
8
|
+
import { AlterImageWrapper as C, Wrapper as D, Container as L } from "./index.styled.es.js";
|
|
9
|
+
var $ = /* @__PURE__ */ new Map(), M = /* @__PURE__ */ new WeakMap(), W = 0, I = void 0;
|
|
13
10
|
function q(e) {
|
|
11
|
+
return e ? (M.has(e) || (W += 1, M.set(e, W.toString())), M.get(e)) : "0";
|
|
12
|
+
}
|
|
13
|
+
function x(e) {
|
|
14
14
|
return Object.keys(e).sort().filter(
|
|
15
15
|
(t) => e[t] !== void 0
|
|
16
|
-
).map((t) => `${t}_${t === "root" ?
|
|
16
|
+
).map((t) => `${t}_${t === "root" ? q(e.root) : e[t]}`).toString();
|
|
17
17
|
}
|
|
18
18
|
function G(e) {
|
|
19
|
-
const t =
|
|
20
|
-
let n =
|
|
19
|
+
const t = x(e);
|
|
20
|
+
let n = $.get(t);
|
|
21
21
|
if (!n) {
|
|
22
22
|
const f = /* @__PURE__ */ new Map();
|
|
23
23
|
let d;
|
|
24
|
-
const c = new IntersectionObserver((
|
|
25
|
-
|
|
26
|
-
var
|
|
24
|
+
const c = new IntersectionObserver((s) => {
|
|
25
|
+
s.forEach((o) => {
|
|
26
|
+
var i;
|
|
27
27
|
const h = o.isIntersecting && d.some((a) => o.intersectionRatio >= a);
|
|
28
|
-
e.trackVisibility && typeof o.isVisible > "u" && (o.isVisible = h), (
|
|
28
|
+
e.trackVisibility && typeof o.isVisible > "u" && (o.isVisible = h), (i = f.get(o.target)) == null || i.forEach((a) => {
|
|
29
29
|
a(h, o);
|
|
30
30
|
});
|
|
31
31
|
});
|
|
@@ -34,27 +34,27 @@ function G(e) {
|
|
|
34
34
|
id: t,
|
|
35
35
|
observer: c,
|
|
36
36
|
elements: f
|
|
37
|
-
},
|
|
37
|
+
}, $.set(t, n);
|
|
38
38
|
}
|
|
39
39
|
return n;
|
|
40
40
|
}
|
|
41
|
-
function H(e, t, n = {}, f =
|
|
41
|
+
function H(e, t, n = {}, f = I) {
|
|
42
42
|
if (typeof window.IntersectionObserver > "u" && f !== void 0) {
|
|
43
|
-
const
|
|
43
|
+
const i = e.getBoundingClientRect();
|
|
44
44
|
return t(f, {
|
|
45
45
|
isIntersecting: f,
|
|
46
46
|
target: e,
|
|
47
47
|
intersectionRatio: typeof n.threshold == "number" ? n.threshold : 0,
|
|
48
48
|
time: 0,
|
|
49
|
-
boundingClientRect:
|
|
50
|
-
intersectionRect:
|
|
51
|
-
rootBounds:
|
|
49
|
+
boundingClientRect: i,
|
|
50
|
+
intersectionRect: i,
|
|
51
|
+
rootBounds: i
|
|
52
52
|
}), () => {
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
|
-
const { id: d, observer: c, elements:
|
|
56
|
-
return
|
|
57
|
-
o.splice(o.indexOf(t), 1), o.length === 0 && (
|
|
55
|
+
const { id: d, observer: c, elements: s } = G(n), o = s.get(e) || [];
|
|
56
|
+
return s.has(e) || s.set(e, o), o.push(t), c.observe(e), function() {
|
|
57
|
+
o.splice(o.indexOf(t), 1), o.length === 0 && (s.delete(e), c.unobserve(e)), s.size === 0 && (c.disconnect(), $.delete(d));
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
function J({
|
|
@@ -64,27 +64,27 @@ function J({
|
|
|
64
64
|
rootMargin: f,
|
|
65
65
|
root: d,
|
|
66
66
|
triggerOnce: c,
|
|
67
|
-
skip:
|
|
67
|
+
skip: s,
|
|
68
68
|
initialInView: o,
|
|
69
|
-
fallbackInView:
|
|
69
|
+
fallbackInView: i,
|
|
70
70
|
onChange: h
|
|
71
71
|
} = {}) {
|
|
72
72
|
var a;
|
|
73
|
-
const [v, R] =
|
|
73
|
+
const [v, R] = p.useState(null), l = p.useRef(h), [m, b] = p.useState({
|
|
74
74
|
inView: !!o,
|
|
75
75
|
entry: void 0
|
|
76
76
|
});
|
|
77
|
-
l.current = h,
|
|
77
|
+
l.current = h, p.useEffect(
|
|
78
78
|
() => {
|
|
79
|
-
if (
|
|
79
|
+
if (s || !v) return;
|
|
80
80
|
let g;
|
|
81
81
|
return g = H(
|
|
82
82
|
v,
|
|
83
|
-
(
|
|
84
|
-
|
|
85
|
-
inView:
|
|
86
|
-
entry:
|
|
87
|
-
}), l.current && l.current(
|
|
83
|
+
(y, w) => {
|
|
84
|
+
b({
|
|
85
|
+
inView: y,
|
|
86
|
+
entry: w
|
|
87
|
+
}), l.current && l.current(y, w), w.isIntersecting && c && g && (g(), g = void 0);
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
root: d,
|
|
@@ -95,7 +95,7 @@ function J({
|
|
|
95
95
|
// @ts-ignore
|
|
96
96
|
delay: t
|
|
97
97
|
},
|
|
98
|
-
|
|
98
|
+
i
|
|
99
99
|
), () => {
|
|
100
100
|
g && g();
|
|
101
101
|
};
|
|
@@ -109,14 +109,14 @@ function J({
|
|
|
109
109
|
d,
|
|
110
110
|
f,
|
|
111
111
|
c,
|
|
112
|
-
i,
|
|
113
|
-
n,
|
|
114
112
|
s,
|
|
113
|
+
n,
|
|
114
|
+
i,
|
|
115
115
|
t
|
|
116
116
|
]
|
|
117
117
|
);
|
|
118
|
-
const r = (a = m.entry) == null ? void 0 : a.target, S =
|
|
119
|
-
!v && r && !c && !
|
|
118
|
+
const r = (a = m.entry) == null ? void 0 : a.target, S = p.useRef(void 0);
|
|
119
|
+
!v && r && !c && !s && S.current !== r && (S.current = r, b({
|
|
120
120
|
inView: !!o,
|
|
121
121
|
entry: void 0
|
|
122
122
|
}));
|
|
@@ -130,10 +130,10 @@ const O = ({
|
|
|
130
130
|
className: f,
|
|
131
131
|
playOnce: d,
|
|
132
132
|
autoplay: c = !1,
|
|
133
|
-
alterImgSrcOnLoad:
|
|
133
|
+
alterImgSrcOnLoad: s,
|
|
134
134
|
lottieFileSrcPath: o
|
|
135
135
|
}) => {
|
|
136
|
-
const [
|
|
136
|
+
const [i, h] = V(null), a = T(null), v = T(_()), R = P(), { ref: l, inView: m } = J({
|
|
137
137
|
/**
|
|
138
138
|
* 모바일 : 로띠의 높이가 PC와 다르게 작기 때문에 스크롤시 로띠의 play 시작점을 자연스럽게 하기위해 0.4
|
|
139
139
|
* PC : 로띠의 play 시작점이 lottie 끝에 들어왔을때 play하기 위해 value 0.9
|
|
@@ -144,37 +144,37 @@ const O = ({
|
|
|
144
144
|
* 모바일, PC의 높이가 달라 다르게 선언하였습니다.
|
|
145
145
|
*/
|
|
146
146
|
rootMargin: R ? "20% 0% 0% 0%" : "40% 0% 10% 0%"
|
|
147
|
-
}),
|
|
147
|
+
}), b = j(
|
|
148
148
|
() => n ? `${n.x ?? 0} ${n.y ?? 0} ${n.width} ${n.height}` : void 0,
|
|
149
149
|
[n]
|
|
150
|
-
), [r, S] =
|
|
151
|
-
return
|
|
150
|
+
), [r, S] = V();
|
|
151
|
+
return E(() => {
|
|
152
152
|
fetch(o).then((u) => u.json()).then((u) => {
|
|
153
153
|
h(u);
|
|
154
154
|
}).catch(() => {
|
|
155
155
|
console.info("lottie load 에 실패했습니다.");
|
|
156
156
|
});
|
|
157
|
-
}, [o]),
|
|
158
|
-
if (!a.current || !
|
|
157
|
+
}, [o]), E(() => {
|
|
158
|
+
if (!a.current || !i)
|
|
159
159
|
return;
|
|
160
|
-
const u =
|
|
160
|
+
const u = F.loadAnimation({
|
|
161
161
|
container: a.current,
|
|
162
162
|
renderer: "svg",
|
|
163
163
|
loop: !d,
|
|
164
164
|
autoplay: c,
|
|
165
|
-
animationData:
|
|
165
|
+
animationData: i,
|
|
166
166
|
rendererSettings: {
|
|
167
|
-
viewBoxSize:
|
|
167
|
+
viewBoxSize: b
|
|
168
168
|
},
|
|
169
169
|
name: f
|
|
170
170
|
});
|
|
171
171
|
return S(u), () => u.destroy();
|
|
172
|
-
}, [
|
|
172
|
+
}, [i, f, c, d, b]), E(() => {
|
|
173
173
|
m ? r == null || r.goToAndPlay(
|
|
174
174
|
(r == null ? void 0 : r.currentFrame) > 0.9 * (r == null ? void 0 : r.totalFrames) ? 0 : r == null ? void 0 : r.currentFrame,
|
|
175
175
|
!0
|
|
176
176
|
) : d ? r == null || r.stop() : r == null || r.pause();
|
|
177
|
-
}, [m, r, d]),
|
|
177
|
+
}, [m, r, d]), i === null && s ? /* @__PURE__ */ A(C, { children: /* @__PURE__ */ A(z, { width: e || 0, srcPath: s }) }) : /* @__PURE__ */ A(D, { ref: l, children: /* @__PURE__ */ A(L, { id: v.current, className: f, ref: a, width: e, height: t }) });
|
|
178
178
|
};
|
|
179
179
|
export {
|
|
180
180
|
O as Lottie
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),n=require("./index.styled.cjs.js"),r=({spaceNumber:e})=>i.jsx(n.Spacing,{spaceNumber:e});exports.Spacing=r;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Spacing as p } from "./index.styled.es.js";
|
|
3
|
-
const
|
|
3
|
+
const t = ({ spaceNumber: r }) => /* @__PURE__ */ o(p, { spaceNumber: r });
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
t as Spacing
|
|
6
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("../../core/Colors/index.cjs.js");require("
|
|
1
|
+
"use strict";require("../../core/Colors/index.cjs.js");require("react/jsx-runtime");const e=require("../../chunks/index.styled.BbkiuKd_.js");require("../../core/TextStyles/index.cjs.js");require("../../components/ui/typography.cjs.js");module.exports=e.chipColorStyle;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../core/Colors/index.es.js";
|
|
2
|
-
import "
|
|
3
|
-
import { k as a } from "../../chunks/index.styled.
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
import { k as a } from "../../chunks/index.styled.BYNpitkL.js";
|
|
4
4
|
import "../../core/TextStyles/index.es.js";
|
|
5
5
|
import "../../components/ui/typography.es.js";
|
|
6
6
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./common/type.cjs.js"),t=require("./single-button.cjs.js"),r=require("./mini-button.cjs.js"),o=require("./datepicker.cjs.js"),l=require("./control/switch.cjs.js"),i=require("./control/radio-button.cjs.js"),a=require("./control/check-box.cjs.js"),n=require("./control/check-mark.cjs.js"),s=require("../../chunks/index.styled.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./common/type.cjs.js"),t=require("./single-button.cjs.js"),r=require("./mini-button.cjs.js"),o=require("./datepicker.cjs.js"),l=require("./control/switch.cjs.js"),i=require("./control/radio-button.cjs.js"),a=require("./control/check-box.cjs.js"),n=require("./control/check-mark.cjs.js"),s=require("../../chunks/index.styled.BbkiuKd_.js"),u=require("./tab/text-tabs.cjs.js"),y=require("./tab/fill-tabs.cjs.js"),c=require("./progress-bar.cjs.js"),_=require("./tag.cjs.js");exports.ColorTypeArray=e.ColorTypeArray;exports.PurposeArray=e.PurposeArray;exports.StateArray=e.StateArray;exports.StatusArray=e.StatusArray;exports.singleButtonColorStyle=t;exports.miniButtonColorStyle=r;exports.datepickerColorStyle=o;exports.switchColorStyle=l;exports.radioButtonColorStyle=i;exports.checkBoxColorStyle=a;exports.checkMarkColorStyle=n;exports.chipColorStyle=s.chipColorStyle;exports.textTabColorStyle=u;exports.fillTabColorStyle=y;exports.progressBarColorStyle=c;exports.tagColorStyle=_;
|
|
@@ -6,7 +6,7 @@ import { default as S } from "./control/switch.es.js";
|
|
|
6
6
|
import { default as C } from "./control/radio-button.es.js";
|
|
7
7
|
import { default as c } from "./control/check-box.es.js";
|
|
8
8
|
import { default as n } from "./control/check-mark.es.js";
|
|
9
|
-
import { k as h } from "../../chunks/index.styled.
|
|
9
|
+
import { k as h } from "../../chunks/index.styled.BYNpitkL.js";
|
|
10
10
|
import { default as g } from "./tab/text-tabs.es.js";
|
|
11
11
|
import { default as b } from "./tab/fill-tabs.es.js";
|
|
12
12
|
import { default as M } from "./progress-bar.es.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("../../../chunks/index.styled.
|
|
1
|
+
"use strict";require("../../../chunks/index.styled.BbkiuKd_.js");require("../../../components/Accordion/index.cjs.js");require("react/jsx-runtime");require("../../../components/Badge/IconBadge/index.styled.cjs.js");require("../../../components/Badge/TextBadge/index.styled.cjs.js");require("react");require("../../../components/Loading/Skeleton/index.cjs.js");require("../../../components/Loading/Spinner/index.styled.cjs.js");const r=require("../../../core/Colors/index.cjs.js");require("../../../core/TextStyles/index.cjs.js");require("../../../components/ui/typography.cjs.js");require("../../../components/Card/index.styled.cjs.js");require("@emotion/react");require("../mini-button.cjs.js");require("../datepicker.cjs.js");require("../../../components/Comment/index.cjs.js");require("../../../components/Control/CheckBox/index.styled.cjs.js");require("../../../components/Control/CheckMark/index.styled.cjs.js");require("../../../components/Control/Switch/index.styled.cjs.js");require("../../../components/DatePicker/BaseDatePicker/index.styled.cjs.js");require("../../../components/DatePicker/BaseDatePicker/YearMonthController/index.styed.cjs.js");require("../../../icons/src/icons/Alarm_fill.cjs.js");require("../../../icons/src/icons/Cancel.cjs.js");require("../../../icons/src/icons/Calendar.cjs.js");require("../../../icons/src/icons/Cancel_circle.cjs.js");require("../../../icons/src/icons/Cart_fill.cjs.js");require("../../../icons/src/icons/Check.cjs.js");require("../../../icons/src/icons/Chevron_left.cjs.js");require("../../../icons/src/icons/Chevron_down.cjs.js");require("../../../icons/src/icons/Chevron_up.cjs.js");require("../../../icons/src/icons/Eye_fill.cjs.js");require("../../../icons/src/icons/Information.cjs.js");require("../../../icons/src/icons/Eye_slash_fill.cjs.js");require("../../../icons/src/icons/Filter.cjs.js");require("../../../icons/src/icons/More.cjs.js");require("../../../icons/src/icons/Menu.cjs.js");require("../../../icons/src/icons/Person_fill.cjs.js");require("../../../icons/src/icons/Question_circle.cjs.js");require("../../../icons/src/icons/Plus.cjs.js");require("../../../icons/src/icons/Re.cjs.js");require("../../../icons/src/icons/Search.cjs.js");require("../../../icons/src/icons/Double_Chevron_left.cjs.js");require("../../../icons/src/icons/Chevron_right.cjs.js");require("../../../icons/src/icons/Double_Chevron_right.cjs.js");require("../../../icons/src/icons/Share.cjs.js");require("../../../icons/src/icons/Store.cjs.js");require("../../../icons/src/icons/Setting_fill.cjs.js");require("../../../library/IconWithImage/index.styled.cjs.js");require("../../../library/List/BottomSheetItemList/index.styled.cjs.js");require("lottie-web");require("../../../library/Lottie/index.styled.cjs.js");require("../../../library/Spacing/index.styled.cjs.js");require("../../../components/DatePicker/BaseDatePicker/Month/index.styled.cjs.js");require("../../../components/DatePicker/BaseDatePicker/Week/index.styled.cjs.js");require("../../../types/date.cjs.js");require("../../../components/DatePicker/BaseDatePicker/hooks/index.util.cjs.js");require("../../../components/DatePicker/SingleDatePickerModal/index.styled.cjs.js");require("../../../components/DatePicker/SingleDatePickerModal/useSingleDatePickerModal.cjs.js");require("../../../components/DatePicker/RangeDatePickerModal/index.styled.cjs.js");require("../../../components/DatePicker/RangeDatePickerModal/useRangeDatePickerModal.cjs.js");require("../../../components/Divider/index.styled.cjs.js");require("../../../chunks/index.styled.CMpDdHBq.js");require("../../../components/Input/BaseInput/index.cjs.js");require("../../../components/Input/PostfixInput/index.cjs.js");require("../../../components/Input/ResidentNumberInput/index.styled.cjs.js");require("../../../components/Input/TextField/index.cjs.js");require("../../../components/Navigation/index.styled.cjs.js");require("../../../components/Navigation/BaseNavigation/index.styled.cjs.js");require("../../../components/Navigation/constant.cjs.js");require("../../../components/Segment/BaseSegment/index.styled.cjs.js");require("../../../components/Segment/ExtendSegment/index.styled.cjs.js");require("../../../components/ToastMessage/Toast/index.styled.cjs.js");require("../../../components/Tooltip/TooltipBase/index.styled.cjs.js");require("../../../components/ui/bottomSheet.cjs.js");const q=e=>{const i=r.basicColors.gray700,u=r.basicColors.gray50;switch(e){case"gray":return{on:{textColor:r.semanticColors.buttonGrayMainAbledText,containerColor:r.basicColors.gray700},off:{textColor:i,containerColor:u}};default:return{on:{textColor:r.semanticColors.buttonGrayMainAbledText,containerColor:r.basicColors[`${e}400`]},off:{textColor:i,containerColor:u}}}};module.exports=q;
|