@deepnoid/ui 0.0.112 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +4 -0
- package/.turbo/turbo-build.log +365 -0
- package/babel.config.js +8 -0
- package/dist/NanumSquare_acB-VMSVRKSM.ttf +0 -0
- package/dist/NanumSquare_acEB-HRZ3QLG2.ttf +0 -0
- package/dist/NanumSquare_acL-FSAAP5CK.ttf +0 -0
- package/dist/NanumSquare_acR-RZCHPXSJ.ttf +0 -0
- package/dist/{chunk-LCI6RPWE.mjs → chunk-24NQEB73.mjs} +7 -5
- package/dist/{chunk-RZZWHI6O.mjs → chunk-2HSK6XGZ.mjs} +8 -3
- package/dist/{chunk-TSMVRGDO.mjs → chunk-3AMZ55Y6.mjs} +14 -8
- package/dist/{chunk-VWD26TIQ.mjs → chunk-5IQKKLZY.mjs} +4 -4
- package/dist/{chunk-EYY4CRRR.mjs → chunk-5S4XGPBB.mjs} +15 -17
- package/dist/chunk-6PNKRBUT.mjs +34 -0
- package/dist/{chunk-IZ6II3QA.mjs → chunk-AC6TWLRT.mjs} +1 -13
- package/dist/{chunk-OJ2OEI5B.mjs → chunk-BKE6QF6W.mjs} +7 -0
- package/dist/{chunk-BCN5F2MN.mjs → chunk-CATOSBI7.mjs} +2 -2
- package/dist/{chunk-PXUBPWKU.mjs → chunk-FYJZ7Q5L.mjs} +4 -4
- package/dist/chunk-IE2BRM7Z.mjs +600 -0
- package/dist/chunk-KCYJYS66.mjs +198 -0
- package/dist/chunk-LXHUO6VM.mjs +46 -0
- package/dist/chunk-MW6Y3FSE.mjs +211 -0
- package/dist/{chunk-IOCRFIQF.mjs → chunk-P2TMIZRH.mjs} +131 -30
- package/dist/{chunk-KRI5IALM.mjs → chunk-P5WT7WJO.mjs} +6 -3
- package/dist/{chunk-PO3ADNA5.mjs → chunk-PFYYYUJW.mjs} +1 -1
- package/dist/chunk-PKVQXVCS.mjs +170 -0
- package/dist/{chunk-NGQ3MK2J.mjs → chunk-Q5WACGVP.mjs} +1 -1
- package/dist/{chunk-FDKT4IBP.mjs → chunk-QJHZJRSQ.mjs} +4 -4
- package/dist/{chunk-7HHFRKJU.mjs → chunk-QNA2GDTN.mjs} +2 -2
- package/dist/{chunk-YRMFIXXC.mjs → chunk-RQ76IOYC.mjs} +29 -6
- package/dist/chunk-RRL6KBU4.mjs +145 -0
- package/dist/chunk-SE5TU755.mjs +1 -0
- package/dist/{chunk-ZNEEYSIK.mjs → chunk-SK2A72R2.mjs} +10 -4
- package/dist/{chunk-PRLGHYFO.mjs → chunk-UAMIPCUD.mjs} +7 -7
- package/dist/{chunk-JN7EGKJL.mjs → chunk-VBFXKJTI.mjs} +11 -5
- package/dist/chunk-VWMXZUR2.mjs +82 -0
- package/dist/chunk-WQBOPCH6.mjs +29 -0
- package/dist/chunk-WSIADHVC.mjs +126 -0
- package/dist/chunk-X2MQCISM.mjs +413 -0
- package/dist/chunk-XAA5KY6A.mjs +63 -0
- package/dist/chunk-XTGRSVYO.mjs +221 -0
- package/dist/{chunk-QGZEHOKA.mjs → chunk-YGOEKSNZ.mjs} +5 -2
- package/dist/chunk-Z74QNVPG.mjs +127 -0
- package/dist/{chunk-KCBBBRSF.mjs → chunk-ZMOAFSYE.mjs} +1 -1
- package/dist/components/avatar/avatar.d.mts +80 -0
- package/dist/components/avatar/avatar.d.ts +80 -0
- package/dist/components/{accordion/accordionItem.js → avatar/avatar.js} +463 -213
- package/dist/components/avatar/avatar.mjs +10 -0
- package/dist/components/avatar/index.d.mts +4 -0
- package/dist/components/avatar/index.d.ts +4 -0
- package/dist/components/{accordion → avatar}/index.js +845 -676
- package/dist/components/avatar/index.mjs +11 -0
- package/dist/components/backdrop/backdrop.d.mts +11 -0
- package/dist/components/backdrop/backdrop.d.ts +11 -0
- package/dist/components/backdrop/backdrop.js +354 -0
- package/dist/components/backdrop/backdrop.mjs +9 -0
- package/dist/components/backdrop/index.d.mts +2 -0
- package/dist/components/backdrop/index.d.ts +2 -0
- package/dist/components/backdrop/index.js +360 -0
- package/dist/components/backdrop/index.mjs +10 -0
- package/dist/components/breadcrumb/breadcrumb.d.mts +96 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +96 -0
- package/dist/components/breadcrumb/breadcrumb.js +4076 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +12 -0
- package/dist/components/breadcrumb/index.d.mts +7 -0
- package/dist/components/breadcrumb/index.d.ts +7 -0
- package/dist/components/breadcrumb/index.js +4082 -0
- package/dist/components/breadcrumb/index.mjs +13 -0
- package/dist/components/button/button-group.d.mts +5 -4
- package/dist/components/button/button-group.d.ts +5 -4
- package/dist/components/button/button-group.js +287 -9
- package/dist/components/button/button-group.mjs +3 -3
- package/dist/components/button/button.d.mts +27 -180
- package/dist/components/button/button.d.ts +27 -180
- package/dist/components/button/button.js +609 -426
- package/dist/components/button/button.mjs +8 -5
- package/dist/components/button/index.d.mts +0 -1
- package/dist/components/button/index.d.ts +0 -1
- package/dist/components/button/index.js +614 -431
- package/dist/components/button/index.mjs +9 -6
- package/dist/components/checkbox/checkbox.d.mts +50 -206
- package/dist/components/checkbox/checkbox.d.ts +50 -206
- package/dist/components/checkbox/checkbox.js +473 -127
- package/dist/components/checkbox/checkbox.mjs +4 -3
- package/dist/components/checkbox/index.d.mts +0 -1
- package/dist/components/checkbox/index.d.ts +0 -1
- package/dist/components/checkbox/index.js +473 -127
- package/dist/components/checkbox/index.mjs +4 -3
- package/dist/components/chip/chip.d.mts +119 -0
- package/dist/components/chip/chip.d.ts +119 -0
- package/dist/components/chip/chip.js +4209 -0
- package/dist/components/chip/chip.mjs +13 -0
- package/dist/components/chip/index.d.mts +7 -0
- package/dist/components/chip/index.d.ts +7 -0
- package/dist/components/chip/index.js +4215 -0
- package/dist/components/chip/index.mjs +14 -0
- package/dist/components/dateTimePicker/calendar.d.mts +3 -53
- package/dist/components/dateTimePicker/calendar.d.ts +3 -53
- package/dist/components/dateTimePicker/calendar.js +424 -43
- package/dist/components/dateTimePicker/calendar.mjs +5 -5
- package/dist/components/dateTimePicker/dateTimePicker.d.mts +23 -180
- package/dist/components/dateTimePicker/dateTimePicker.d.ts +23 -180
- package/dist/components/dateTimePicker/dateTimePicker.js +683 -151
- package/dist/components/dateTimePicker/dateTimePicker.mjs +11 -10
- package/dist/components/dateTimePicker/index.d.mts +0 -1
- package/dist/components/dateTimePicker/index.d.ts +0 -1
- package/dist/components/dateTimePicker/index.js +683 -151
- package/dist/components/dateTimePicker/index.mjs +11 -10
- package/dist/components/dateTimePicker/timePicker.js +4227 -130
- package/dist/components/dateTimePicker/timePicker.mjs +9 -5
- package/dist/components/dateTimePicker/useDateTimePicker.d.mts +4 -4
- package/dist/components/dateTimePicker/useDateTimePicker.d.ts +4 -4
- package/dist/components/dateTimePicker/useDateTimePicker.mjs +1 -1
- package/dist/components/dateTimePicker/util.mjs +1 -1
- package/dist/components/icon/Icon.d.mts +30 -5
- package/dist/components/icon/Icon.d.ts +30 -5
- package/dist/components/icon/Icon.js +137 -34
- package/dist/components/icon/Icon.mjs +3 -3
- package/dist/components/icon/index.d.mts +1 -0
- package/dist/components/icon/index.d.ts +1 -0
- package/dist/components/icon/index.js +137 -34
- package/dist/components/icon/index.mjs +3 -3
- package/dist/components/icon/template.d.mts +7 -1
- package/dist/components/icon/template.d.ts +7 -1
- package/dist/components/icon/template.js +131 -30
- package/dist/components/icon/template.mjs +2 -2
- package/dist/components/input/index.d.mts +0 -1
- package/dist/components/input/index.d.ts +0 -1
- package/dist/components/input/index.js +430 -43
- package/dist/components/input/index.mjs +5 -5
- package/dist/components/input/input.d.mts +23 -180
- package/dist/components/input/input.d.ts +23 -180
- package/dist/components/input/input.js +430 -43
- package/dist/components/input/input.mjs +5 -5
- package/dist/components/list/index.d.mts +5 -2
- package/dist/components/list/index.d.ts +5 -2
- package/dist/components/list/index.js +4170 -73
- package/dist/components/list/index.mjs +8 -4
- package/dist/components/list/list.d.mts +17 -67
- package/dist/components/list/list.d.ts +17 -67
- package/dist/components/list/list.js +299 -23
- package/dist/components/list/list.mjs +3 -3
- package/dist/components/list/listItem.d.mts +108 -113
- package/dist/components/list/listItem.d.ts +108 -113
- package/dist/components/list/listItem.js +4168 -61
- package/dist/components/list/listItem.mjs +7 -3
- package/dist/components/modal/index.d.mts +0 -1
- package/dist/components/modal/index.d.ts +0 -1
- package/dist/components/modal/index.js +639 -454
- package/dist/components/modal/index.mjs +10 -7
- package/dist/components/modal/modal.d.mts +3 -76
- package/dist/components/modal/modal.d.ts +3 -76
- package/dist/components/modal/modal.js +639 -454
- package/dist/components/modal/modal.mjs +10 -7
- package/dist/components/pagination/index.js +455 -45
- package/dist/components/pagination/index.mjs +6 -6
- package/dist/components/pagination/pagination.d.mts +21 -27
- package/dist/components/pagination/pagination.d.ts +21 -27
- package/dist/components/pagination/pagination.js +455 -45
- package/dist/components/pagination/pagination.mjs +6 -6
- package/dist/components/pagination/usePagination.mjs +1 -1
- package/dist/components/radio/index.d.mts +0 -1
- package/dist/components/radio/index.d.ts +0 -1
- package/dist/components/radio/index.js +433 -111
- package/dist/components/radio/index.mjs +4 -3
- package/dist/components/radio/radio.d.mts +113 -183
- package/dist/components/radio/radio.d.ts +113 -183
- package/dist/components/radio/radio.js +433 -111
- package/dist/components/radio/radio.mjs +4 -3
- package/dist/components/ripple/index.d.mts +4 -0
- package/dist/components/ripple/index.d.ts +4 -0
- package/dist/components/ripple/index.js +98 -0
- package/dist/components/ripple/index.mjs +13 -0
- package/dist/components/ripple/ripple.d.mts +21 -0
- package/dist/components/ripple/ripple.d.ts +21 -0
- package/dist/components/ripple/ripple.js +65 -0
- package/dist/components/ripple/ripple.mjs +8 -0
- package/dist/components/ripple/useRipple.d.mts +17 -0
- package/dist/components/ripple/useRipple.d.ts +17 -0
- package/dist/components/ripple/useRipple.js +57 -0
- package/dist/components/ripple/useRipple.mjs +10 -0
- package/dist/components/select/index.d.mts +0 -1
- package/dist/components/select/index.d.ts +0 -1
- package/dist/components/select/index.js +446 -44
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/option.d.mts +2 -3
- package/dist/components/select/option.d.ts +2 -3
- package/dist/components/select/option.js +440 -44
- package/dist/components/select/option.mjs +5 -5
- package/dist/components/select/select.d.mts +19 -180
- package/dist/components/select/select.d.ts +19 -180
- package/dist/components/select/select.js +446 -44
- package/dist/components/select/select.mjs +6 -6
- package/dist/components/select/useSelect.d.mts +3 -4
- package/dist/components/select/useSelect.d.ts +3 -4
- package/dist/components/select/useSelect.mjs +1 -1
- package/dist/components/switch/index.d.mts +1 -2
- package/dist/components/switch/index.d.ts +1 -2
- package/dist/components/switch/index.js +54 -77
- package/dist/components/switch/index.mjs +2 -2
- package/dist/components/switch/switch.d.mts +56 -190
- package/dist/components/switch/switch.d.ts +56 -190
- package/dist/components/switch/switch.js +55 -83
- package/dist/components/switch/switch.mjs +4 -6
- package/dist/components/table/index.d.mts +0 -1
- package/dist/components/table/index.d.ts +0 -1
- package/dist/components/table/index.js +563 -161
- package/dist/components/table/index.mjs +9 -9
- package/dist/components/table/table-body.d.mts +4 -5
- package/dist/components/table/table-body.d.ts +4 -5
- package/dist/components/table/table-body.js +560 -161
- package/dist/components/table/table-body.mjs +7 -7
- package/dist/components/table/table-head.d.mts +2 -3
- package/dist/components/table/table-head.d.ts +2 -3
- package/dist/components/table/table-head.js +433 -127
- package/dist/components/table/table-head.mjs +4 -4
- package/dist/components/table/table.d.mts +14 -354
- package/dist/components/table/table.d.ts +14 -354
- package/dist/components/table/table.js +563 -161
- package/dist/components/table/table.mjs +9 -9
- package/dist/components/tabs/index.d.mts +0 -1
- package/dist/components/tabs/index.d.ts +0 -1
- package/dist/components/tabs/index.js +300 -9
- package/dist/components/tabs/index.mjs +3 -3
- package/dist/components/tabs/tabs.d.mts +12 -99
- package/dist/components/tabs/tabs.d.ts +12 -99
- package/dist/components/tabs/tabs.js +300 -9
- package/dist/components/tabs/tabs.mjs +3 -3
- package/dist/components/textarea/index.d.mts +0 -1
- package/dist/components/textarea/index.d.ts +0 -1
- package/dist/components/textarea/index.js +7 -0
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.d.mts +19 -271
- package/dist/components/textarea/textarea.d.ts +19 -271
- package/dist/components/textarea/textarea.js +7 -0
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/toast/index.d.mts +1 -1
- package/dist/components/toast/index.d.ts +1 -1
- package/dist/components/toast/index.js +435 -44
- package/dist/components/toast/index.mjs +6 -6
- package/dist/components/toast/toast-utils.mjs +1 -1
- package/dist/components/toast/toast.d.mts +4 -87
- package/dist/components/toast/toast.d.ts +4 -87
- package/dist/components/toast/toast.js +434 -43
- package/dist/components/toast/toast.mjs +5 -5
- package/dist/components/toast/use-toast.d.mts +1 -0
- package/dist/components/toast/use-toast.d.ts +1 -0
- package/dist/components/toast/use-toast.js +435 -44
- package/dist/components/toast/use-toast.mjs +6 -6
- package/dist/components/tooltip/index.d.mts +1 -2
- package/dist/components/tooltip/index.d.ts +1 -2
- package/dist/components/tooltip/index.js +421 -54
- package/dist/components/tooltip/index.mjs +5 -5
- package/dist/components/tooltip/tooltip-utils.d.mts +1 -1
- package/dist/components/tooltip/tooltip-utils.d.ts +1 -1
- package/dist/components/tooltip/tooltip-utils.js +67 -0
- package/dist/components/tooltip/tooltip-utils.mjs +6 -2
- package/dist/components/tooltip/tooltip.d.mts +37 -85
- package/dist/components/tooltip/tooltip.d.ts +37 -85
- package/dist/components/tooltip/tooltip.js +421 -54
- package/dist/components/tooltip/tooltip.mjs +5 -5
- package/dist/components/tooltip/useTooltip.d.mts +1 -1
- package/dist/components/tooltip/useTooltip.d.ts +1 -1
- package/dist/components/tooltip/useTooltip.mjs +3 -3
- package/dist/fonts/NanumSquare_acB.js +4 -0
- package/dist/fonts/NanumSquare_acB.mjs +8 -0
- package/dist/fonts/NanumSquare_acB.ttf +0 -0
- package/dist/fonts/NanumSquare_acEB.js +4 -0
- package/dist/fonts/NanumSquare_acEB.mjs +8 -0
- package/dist/fonts/NanumSquare_acEB.ttf +0 -0
- package/dist/fonts/NanumSquare_acL.js +4 -0
- package/dist/fonts/NanumSquare_acL.mjs +8 -0
- package/dist/fonts/NanumSquare_acL.ttf +0 -0
- package/dist/fonts/NanumSquare_acR.js +4 -0
- package/dist/fonts/NanumSquare_acR.mjs +8 -0
- package/dist/fonts/NanumSquare_acR.ttf +0 -0
- package/dist/fonts/font.css +36 -0
- package/dist/index.d.mts +6 -8
- package/dist/index.d.ts +6 -8
- package/dist/index.js +2287 -2577
- package/dist/index.mjs +62 -787
- package/dist/tooltip-utils-DO3LQaVM.d.mts +52 -0
- package/dist/tooltip-utils-DO3LQaVM.d.ts +52 -0
- package/dist/utils/clsx.mjs +1 -1
- package/dist/utils/props.mjs +1 -1
- package/dist/utils/tailwind-variants.d.mts +1 -21
- package/dist/utils/tailwind-variants.d.ts +1 -21
- package/dist/utils/tailwind-variants.js +297 -9
- package/dist/utils/tailwind-variants.mjs +2 -2
- package/dist/utils/types.d.mts +5 -4
- package/dist/utils/types.d.ts +5 -4
- package/package.json +34 -37
- package/postcss.config.js +6 -0
- package/tailwind.config.ts +7 -0
- package/tsup.config.ts +8 -0
- package/dist/chunk-2ALY3PH5.mjs +0 -66
- package/dist/chunk-A3RWT3JJ.mjs +0 -197
- package/dist/chunk-ANYPMQH4.mjs +0 -200
- package/dist/chunk-FNPWLOGV.mjs +0 -12875
- package/dist/chunk-H7BLXC5M.mjs +0 -5965
- package/dist/chunk-J725QONZ.mjs +0 -24
- package/dist/chunk-L6BQA6GI.mjs +0 -160
- package/dist/chunk-N2JULHST.mjs +0 -141
- package/dist/chunk-ODMRJXLJ.mjs +0 -61
- package/dist/chunk-QWFOYO3D.mjs +0 -173
- package/dist/chunk-S3O52LLG.mjs +0 -151
- package/dist/chunk-S4DTK5GI.mjs +0 -4036
- package/dist/chunk-SWR7E3NU.mjs +0 -78
- package/dist/chunk-U74WK5VI.mjs +0 -123
- package/dist/chunk-UR64ZUAU.mjs +0 -671
- package/dist/chunk-V77MALL4.mjs +0 -112
- package/dist/components/accordion/accordion.d.mts +0 -154
- package/dist/components/accordion/accordion.d.ts +0 -154
- package/dist/components/accordion/accordion.js +0 -142
- package/dist/components/accordion/accordion.mjs +0 -10
- package/dist/components/accordion/accordion.test.js +0 -13015
- package/dist/components/accordion/accordion.test.mjs +0 -25
- package/dist/components/accordion/accordionItem.d.mts +0 -282
- package/dist/components/accordion/accordionItem.d.ts +0 -282
- package/dist/components/accordion/accordionItem.mjs +0 -13
- package/dist/components/accordion/index.d.mts +0 -6
- package/dist/components/accordion/index.d.ts +0 -6
- package/dist/components/accordion/index.mjs +0 -18
- package/dist/components/button/button-group.test.js +0 -21247
- package/dist/components/button/button-group.test.mjs +0 -57
- package/dist/components/button/button.test.js +0 -23148
- package/dist/components/button/button.test.mjs +0 -52
- package/dist/components/card/card.d.mts +0 -124
- package/dist/components/card/card.d.ts +0 -124
- package/dist/components/card/card.js +0 -103
- package/dist/components/card/card.mjs +0 -9
- package/dist/components/card/card.test.js +0 -12986
- package/dist/components/card/card.test.mjs +0 -24
- package/dist/components/card/index.d.mts +0 -5
- package/dist/components/card/index.d.ts +0 -5
- package/dist/components/card/index.js +0 -109
- package/dist/components/card/index.mjs +0 -10
- package/dist/components/checkbox/checkbox.test.js +0 -17237
- package/dist/components/checkbox/checkbox.test.mjs +0 -100
- package/dist/components/input/input.test.d.mts +0 -2
- package/dist/components/input/input.test.d.ts +0 -2
- package/dist/components/input/input.test.js +0 -22782
- package/dist/components/input/input.test.mjs +0 -99
- package/dist/components/list/list.test.d.mts +0 -2
- package/dist/components/list/list.test.d.ts +0 -2
- package/dist/components/list/list.test.js +0 -12995
- package/dist/components/list/list.test.mjs +0 -25
- package/dist/components/modal/modal.test.d.mts +0 -2
- package/dist/components/modal/modal.test.d.ts +0 -2
- package/dist/components/modal/modal.test.js +0 -17376
- package/dist/components/modal/modal.test.mjs +0 -39
- package/dist/components/pagination/pagination.test.d.mts +0 -2
- package/dist/components/pagination/pagination.test.d.ts +0 -2
- package/dist/components/pagination/pagination.test.js +0 -17051
- package/dist/components/pagination/pagination.test.mjs +0 -38
- package/dist/components/progress/index.d.mts +0 -5
- package/dist/components/progress/index.d.ts +0 -5
- package/dist/components/progress/index.js +0 -184
- package/dist/components/progress/index.mjs +0 -10
- package/dist/components/progress/progress.d.mts +0 -281
- package/dist/components/progress/progress.d.ts +0 -281
- package/dist/components/progress/progress.js +0 -178
- package/dist/components/progress/progress.mjs +0 -9
- package/dist/components/progress/progress.test.d.mts +0 -2
- package/dist/components/progress/progress.test.d.ts +0 -2
- package/dist/components/progress/progress.test.js +0 -13087
- package/dist/components/progress/progress.test.mjs +0 -50
- package/dist/components/radio/radio.test.d.mts +0 -2
- package/dist/components/radio/radio.test.d.ts +0 -2
- package/dist/components/radio/radio.test.js +0 -13147
- package/dist/components/radio/radio.test.mjs +0 -63
- package/dist/components/select/select.test.d.mts +0 -2
- package/dist/components/select/select.test.d.ts +0 -2
- package/dist/components/select/select.test.js +0 -20928
- package/dist/components/select/select.test.mjs +0 -71
- package/dist/components/slider/index.d.mts +0 -5
- package/dist/components/slider/index.d.ts +0 -5
- package/dist/components/slider/index.js +0 -239
- package/dist/components/slider/index.mjs +0 -10
- package/dist/components/slider/slider.d.mts +0 -359
- package/dist/components/slider/slider.d.ts +0 -359
- package/dist/components/slider/slider.js +0 -238
- package/dist/components/slider/slider.mjs +0 -11
- package/dist/components/slider/slider.test.d.mts +0 -2
- package/dist/components/slider/slider.test.d.ts +0 -2
- package/dist/components/slider/slider.test.js +0 -13122
- package/dist/components/slider/slider.test.mjs +0 -30
- package/dist/components/switch/switch.test.d.mts +0 -2
- package/dist/components/switch/switch.test.d.ts +0 -2
- package/dist/components/switch/switch.test.js +0 -13098
- package/dist/components/switch/switch.test.mjs +0 -52
- package/dist/components/table/table.test.d.mts +0 -2
- package/dist/components/table/table.test.d.ts +0 -2
- package/dist/components/table/table.test.js +0 -17256
- package/dist/components/table/table.test.mjs +0 -42
- package/dist/components/tabs/tabs.test.d.mts +0 -2
- package/dist/components/tabs/tabs.test.d.ts +0 -2
- package/dist/components/tabs/tabs.test.js +0 -17223
- package/dist/components/tabs/tabs.test.mjs +0 -70
- package/dist/components/textarea/textarea.test.d.mts +0 -2
- package/dist/components/textarea/textarea.test.d.ts +0 -2
- package/dist/components/textarea/textarea.test.js +0 -19117
- package/dist/components/textarea/textarea.test.mjs +0 -66
- package/dist/components/toast/toast.test.d.mts +0 -2
- package/dist/components/toast/toast.test.d.ts +0 -2
- package/dist/components/toast/toast.test.js +0 -16620
- package/dist/components/toast/toast.test.mjs +0 -28
- package/dist/components/tooltip/tooltip.test.d.mts +0 -2
- package/dist/components/tooltip/tooltip.test.d.ts +0 -2
- package/dist/components/tooltip/tooltip.test.js +0 -17381
- package/dist/components/tooltip/tooltip.test.mjs +0 -39
- package/dist/tooltip-utils-DR0UEfBN.d.mts +0 -31
- package/dist/tooltip-utils-DR0UEfBN.d.ts +0 -31
- /package/dist/{chunk-7VOQKIIK.mjs → chunk-6WSACUIB.mjs} +0 -0
- /package/dist/{chunk-HAOK24MK.mjs → chunk-7DLOYKVC.mjs} +0 -0
- /package/dist/{chunk-MV2WCFK7.mjs → chunk-KYIODWXL.mjs} +0 -0
- /package/dist/{chunk-NMSDSEBD.mjs → chunk-MGEWSREV.mjs} +0 -0
- /package/dist/{components/accordion/accordion.test.d.mts → fonts/NanumSquare_acB.d.mts} +0 -0
- /package/dist/{components/accordion/accordion.test.d.ts → fonts/NanumSquare_acB.d.ts} +0 -0
- /package/dist/{components/button/button-group.test.d.mts → fonts/NanumSquare_acEB.d.mts} +0 -0
- /package/dist/{components/button/button-group.test.d.ts → fonts/NanumSquare_acEB.d.ts} +0 -0
- /package/dist/{components/button/button.test.d.mts → fonts/NanumSquare_acL.d.mts} +0 -0
- /package/dist/{components/button/button.test.d.ts → fonts/NanumSquare_acL.d.ts} +0 -0
- /package/dist/{components/card/card.test.d.mts → fonts/NanumSquare_acR.d.mts} +0 -0
- /package/dist/{components/card/card.test.d.ts → fonts/NanumSquare_acR.d.ts} +0 -0
- /package/dist/{components/checkbox/checkbox.test.d.mts → fonts/font.d.mts} +0 -0
- /package/dist/{components/checkbox/checkbox.test.d.ts → fonts/font.d.ts} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -2,848 +2,125 @@
|
|
|
2
2
|
import "./chunk-HIE2YRGA.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tooltip_default
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-RRL6KBU4.mjs";
|
|
6
|
+
import "./chunk-ZMOAFSYE.mjs";
|
|
7
|
+
import "./chunk-WSIADHVC.mjs";
|
|
8
8
|
import "./chunk-3MY6LO7N.mjs";
|
|
9
9
|
import {
|
|
10
10
|
tabs_default
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-P5WT7WJO.mjs";
|
|
12
12
|
import "./chunk-RRAZM5D3.mjs";
|
|
13
13
|
import {
|
|
14
14
|
textarea_default
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-BKE6QF6W.mjs";
|
|
16
16
|
import "./chunk-LUWGOKLG.mjs";
|
|
17
17
|
import {
|
|
18
18
|
ToastProvider,
|
|
19
19
|
useToast
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QNA2GDTN.mjs";
|
|
21
21
|
import "./chunk-ZOTHPHXA.mjs";
|
|
22
22
|
import {
|
|
23
23
|
toast_default
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-FYJZ7Q5L.mjs";
|
|
25
|
+
import "./chunk-LVFI2NOH.mjs";
|
|
26
26
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
27
|
+
switch_default
|
|
28
|
+
} from "./chunk-Z74QNVPG.mjs";
|
|
29
29
|
import "./chunk-2UUH2MBF.mjs";
|
|
30
30
|
import {
|
|
31
31
|
table_default
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-YGOEKSNZ.mjs";
|
|
33
|
+
import "./chunk-5IQKKLZY.mjs";
|
|
34
|
+
import "./chunk-PFYYYUJW.mjs";
|
|
35
|
+
import "./chunk-TPFN22HR.mjs";
|
|
36
|
+
import {
|
|
37
|
+
radio_default
|
|
38
|
+
} from "./chunk-PKVQXVCS.mjs";
|
|
35
39
|
import "./chunk-QCEKPS7U.mjs";
|
|
36
40
|
import {
|
|
37
41
|
select_default
|
|
38
|
-
} from "./chunk-
|
|
39
|
-
import "./chunk-
|
|
42
|
+
} from "./chunk-VBFXKJTI.mjs";
|
|
43
|
+
import "./chunk-2HSK6XGZ.mjs";
|
|
40
44
|
import "./chunk-S3QS5B7F.mjs";
|
|
41
|
-
import "./chunk-LVFI2NOH.mjs";
|
|
42
|
-
import {
|
|
43
|
-
switch_default
|
|
44
|
-
} from "./chunk-S3O52LLG.mjs";
|
|
45
|
-
import "./chunk-7VOQKIIK.mjs";
|
|
46
|
-
import {
|
|
47
|
-
progress_default
|
|
48
|
-
} from "./chunk-N2JULHST.mjs";
|
|
49
|
-
import "./chunk-TPFN22HR.mjs";
|
|
50
|
-
import {
|
|
51
|
-
radio_default
|
|
52
|
-
} from "./chunk-QWFOYO3D.mjs";
|
|
53
45
|
import "./chunk-DJOG6Z35.mjs";
|
|
54
46
|
import {
|
|
55
47
|
modal_default
|
|
56
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-UAMIPCUD.mjs";
|
|
57
49
|
import "./chunk-7B7LRG5J.mjs";
|
|
58
50
|
import {
|
|
59
51
|
pagination_default
|
|
60
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-RQ76IOYC.mjs";
|
|
61
53
|
import "./chunk-F3HENRVM.mjs";
|
|
62
54
|
import "./chunk-2GCSFWHD.mjs";
|
|
63
55
|
import {
|
|
64
56
|
input_default
|
|
65
|
-
} from "./chunk-
|
|
66
|
-
import "./chunk-HAOK24MK.mjs";
|
|
67
|
-
import "./chunk-QZ3LVYJW.mjs";
|
|
68
|
-
import {
|
|
69
|
-
checkbox_default
|
|
70
|
-
} from "./chunk-ANYPMQH4.mjs";
|
|
57
|
+
} from "./chunk-SK2A72R2.mjs";
|
|
71
58
|
import "./chunk-75HLCORR.mjs";
|
|
72
59
|
import {
|
|
73
60
|
dateTimePicker_default
|
|
74
|
-
} from "./chunk-
|
|
75
|
-
import "./chunk-
|
|
76
|
-
import "./chunk-FDKT4IBP.mjs";
|
|
77
|
-
import "./chunk-P732YGHO.mjs";
|
|
78
|
-
import "./chunk-BCN5F2MN.mjs";
|
|
61
|
+
} from "./chunk-3AMZ55Y6.mjs";
|
|
62
|
+
import "./chunk-CATOSBI7.mjs";
|
|
79
63
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
80
64
|
import {
|
|
81
65
|
list_default
|
|
82
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-5S4XGPBB.mjs";
|
|
83
67
|
import {
|
|
84
68
|
listItem_default
|
|
85
|
-
} from "./chunk-
|
|
86
|
-
import "./chunk-
|
|
69
|
+
} from "./chunk-MW6Y3FSE.mjs";
|
|
70
|
+
import "./chunk-FWJ2ZKH6.mjs";
|
|
87
71
|
import "./chunk-VUYUQGLF.mjs";
|
|
88
72
|
import {
|
|
89
73
|
button_group_default
|
|
90
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-Q5WACGVP.mjs";
|
|
91
75
|
import {
|
|
92
76
|
button_default
|
|
93
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-X2MQCISM.mjs";
|
|
78
|
+
import "./chunk-6WSACUIB.mjs";
|
|
79
|
+
import "./chunk-LXHUO6VM.mjs";
|
|
80
|
+
import "./chunk-6PNKRBUT.mjs";
|
|
81
|
+
import "./chunk-QZ3LVYJW.mjs";
|
|
94
82
|
import {
|
|
95
|
-
|
|
96
|
-
} from "./chunk-
|
|
97
|
-
import "./chunk-
|
|
83
|
+
checkbox_default
|
|
84
|
+
} from "./chunk-XTGRSVYO.mjs";
|
|
85
|
+
import "./chunk-MGEWSREV.mjs";
|
|
98
86
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
87
|
+
chip_default
|
|
88
|
+
} from "./chunk-KCYJYS66.mjs";
|
|
89
|
+
import "./chunk-QJHZJRSQ.mjs";
|
|
90
|
+
import "./chunk-P732YGHO.mjs";
|
|
91
|
+
import "./chunk-7DLOYKVC.mjs";
|
|
92
|
+
import {
|
|
93
|
+
avatar_default
|
|
94
|
+
} from "./chunk-XAA5KY6A.mjs";
|
|
95
|
+
import "./chunk-SE5TU755.mjs";
|
|
96
|
+
import {
|
|
97
|
+
backdrop_default
|
|
98
|
+
} from "./chunk-WQBOPCH6.mjs";
|
|
99
|
+
import "./chunk-KYIODWXL.mjs";
|
|
101
100
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
101
|
+
breadcrumb_default
|
|
102
|
+
} from "./chunk-VWMXZUR2.mjs";
|
|
104
103
|
import "./chunk-ZYIIXWVY.mjs";
|
|
105
104
|
import {
|
|
106
105
|
Icon_default,
|
|
107
106
|
iconTemplate
|
|
108
|
-
} from "./chunk-
|
|
109
|
-
import "./chunk-
|
|
110
|
-
import "./chunk-E3G5QXSH.mjs";
|
|
107
|
+
} from "./chunk-24NQEB73.mjs";
|
|
108
|
+
import "./chunk-P2TMIZRH.mjs";
|
|
111
109
|
import {
|
|
110
|
+
deepnoidUi,
|
|
112
111
|
tv
|
|
113
|
-
} from "./chunk-
|
|
114
|
-
import
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
} from "./chunk-IZ6II3QA.mjs";
|
|
118
|
-
|
|
119
|
-
// ../../node_modules/tailwindcss/lib/util/createPlugin.js
|
|
120
|
-
var require_createPlugin = __commonJS({
|
|
121
|
-
"../../node_modules/tailwindcss/lib/util/createPlugin.js"(exports) {
|
|
122
|
-
"use strict";
|
|
123
|
-
Object.defineProperty(exports, "__esModule", {
|
|
124
|
-
value: true
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperty(exports, "default", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function() {
|
|
129
|
-
return _default;
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
|
-
function createPlugin(plugin2, config) {
|
|
133
|
-
return {
|
|
134
|
-
handler: plugin2,
|
|
135
|
-
config
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
createPlugin.withOptions = function(pluginFunction, configFunction = () => ({})) {
|
|
139
|
-
const optionsFunction = function(options) {
|
|
140
|
-
return {
|
|
141
|
-
__options: options,
|
|
142
|
-
handler: pluginFunction(options),
|
|
143
|
-
config: configFunction(options)
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
optionsFunction.__isOptionsFunction = true;
|
|
147
|
-
optionsFunction.__pluginFunction = pluginFunction;
|
|
148
|
-
optionsFunction.__configFunction = configFunction;
|
|
149
|
-
return optionsFunction;
|
|
150
|
-
};
|
|
151
|
-
var _default = createPlugin;
|
|
152
|
-
}
|
|
153
|
-
});
|
|
154
|
-
|
|
155
|
-
// ../../node_modules/tailwindcss/lib/public/create-plugin.js
|
|
156
|
-
var require_create_plugin = __commonJS({
|
|
157
|
-
"../../node_modules/tailwindcss/lib/public/create-plugin.js"(exports) {
|
|
158
|
-
"use strict";
|
|
159
|
-
Object.defineProperty(exports, "__esModule", {
|
|
160
|
-
value: true
|
|
161
|
-
});
|
|
162
|
-
Object.defineProperty(exports, "default", {
|
|
163
|
-
enumerable: true,
|
|
164
|
-
get: function() {
|
|
165
|
-
return _default;
|
|
166
|
-
}
|
|
167
|
-
});
|
|
168
|
-
var _createPlugin = /* @__PURE__ */ _interop_require_default(require_createPlugin());
|
|
169
|
-
function _interop_require_default(obj) {
|
|
170
|
-
return obj && obj.__esModule ? obj : {
|
|
171
|
-
default: obj
|
|
172
|
-
};
|
|
173
|
-
}
|
|
174
|
-
var _default = _createPlugin.default;
|
|
175
|
-
}
|
|
176
|
-
});
|
|
177
|
-
|
|
178
|
-
// ../../node_modules/tailwindcss/plugin.js
|
|
179
|
-
var require_plugin = __commonJS({
|
|
180
|
-
"../../node_modules/tailwindcss/plugin.js"(exports, module) {
|
|
181
|
-
"use strict";
|
|
182
|
-
var createPlugin = require_create_plugin();
|
|
183
|
-
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|
|
184
|
-
}
|
|
185
|
-
});
|
|
186
|
-
|
|
187
|
-
// ../tailwind-config/src/plugin.ts
|
|
188
|
-
var import_plugin = __toESM(require_plugin());
|
|
189
|
-
|
|
190
|
-
// ../tailwind-config/src/colors/palette/red.ts
|
|
191
|
-
var red = {
|
|
192
|
-
50: "255, 235, 238",
|
|
193
|
-
100: "255, 205, 210",
|
|
194
|
-
200: "245, 177, 184",
|
|
195
|
-
300: "243, 142, 152",
|
|
196
|
-
400: "238, 102, 116",
|
|
197
|
-
500: "240, 69, 86",
|
|
198
|
-
600: "243, 40, 61",
|
|
199
|
-
700: "226, 14, 36",
|
|
200
|
-
800: "200, 0, 21",
|
|
201
|
-
900: "168, 0, 17"
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
// ../tailwind-config/src/colors/palette/pink.ts
|
|
205
|
-
var pink = {
|
|
206
|
-
50: "255, 243, 247",
|
|
207
|
-
100: "255, 228, 237",
|
|
208
|
-
200: "255, 208, 224",
|
|
209
|
-
300: "255, 186, 209",
|
|
210
|
-
400: "252, 154, 187",
|
|
211
|
-
500: "255, 117, 163",
|
|
212
|
-
600: "255, 70, 132",
|
|
213
|
-
700: "244, 23, 97",
|
|
214
|
-
800: "127, 23, 60",
|
|
215
|
-
900: "53, 14, 28"
|
|
216
|
-
};
|
|
217
|
-
|
|
218
|
-
// ../tailwind-config/src/colors/palette/yellow.ts
|
|
219
|
-
var yellow = {
|
|
220
|
-
50: "255, 251, 237",
|
|
221
|
-
100: "255, 246, 216",
|
|
222
|
-
200: "255, 241, 190",
|
|
223
|
-
300: "253, 233, 166",
|
|
224
|
-
400: "255, 228, 131",
|
|
225
|
-
500: "247, 211, 85",
|
|
226
|
-
600: "245, 199, 33",
|
|
227
|
-
700: "240, 188, 0",
|
|
228
|
-
800: "216, 169, 0",
|
|
229
|
-
900: "192, 150, 0"
|
|
230
|
-
};
|
|
231
|
-
|
|
232
|
-
// ../tailwind-config/src/colors/palette/orange.ts
|
|
233
|
-
var orange = {
|
|
234
|
-
50: "254, 248, 235",
|
|
235
|
-
100: "251, 221, 159",
|
|
236
|
-
200: "251, 221, 159",
|
|
237
|
-
300: "249, 201, 103",
|
|
238
|
-
400: "242, 185, 71",
|
|
239
|
-
500: "237, 175, 49",
|
|
240
|
-
600: "237, 164, 16",
|
|
241
|
-
700: "237, 135, 16",
|
|
242
|
-
800: "99, 69, 0",
|
|
243
|
-
900: "38, 27, 2"
|
|
244
|
-
};
|
|
245
|
-
|
|
246
|
-
// ../tailwind-config/src/colors/palette/green.ts
|
|
247
|
-
var green = {
|
|
248
|
-
50: "240, 251, 240",
|
|
249
|
-
100: "214, 244, 227",
|
|
250
|
-
200: "190, 228, 206",
|
|
251
|
-
300: "146, 220, 178",
|
|
252
|
-
400: "74, 203, 130",
|
|
253
|
-
500: "54, 188, 112",
|
|
254
|
-
600: "36, 162, 91",
|
|
255
|
-
700: "17, 138, 70",
|
|
256
|
-
800: "0, 106, 46",
|
|
257
|
-
900: "0, 30, 13"
|
|
258
|
-
};
|
|
259
|
-
|
|
260
|
-
// ../tailwind-config/src/colors/palette/teal.ts
|
|
261
|
-
var teal = {
|
|
262
|
-
50: "243, 251, 251",
|
|
263
|
-
100: "220, 248, 248",
|
|
264
|
-
200: "181, 240, 240",
|
|
265
|
-
300: "142, 226, 226",
|
|
266
|
-
400: "106, 206, 206",
|
|
267
|
-
500: "63, 188, 188",
|
|
268
|
-
600: "31, 175, 175",
|
|
269
|
-
700: "11, 155, 155",
|
|
270
|
-
800: "0, 77, 102",
|
|
271
|
-
900: "0, 31, 41"
|
|
272
|
-
};
|
|
273
|
-
|
|
274
|
-
// ../tailwind-config/src/colors/palette/sky.ts
|
|
275
|
-
var sky = {
|
|
276
|
-
50: "240, 250, 255",
|
|
277
|
-
100: "220, 242, 252",
|
|
278
|
-
200: "194, 232, 249",
|
|
279
|
-
300: "163, 220, 245",
|
|
280
|
-
400: "132, 210, 245",
|
|
281
|
-
500: "89, 192, 238",
|
|
282
|
-
600: "55, 178, 234",
|
|
283
|
-
700: "31, 164, 224",
|
|
284
|
-
800: "0, 152, 220",
|
|
285
|
-
900: "0, 132, 191"
|
|
286
|
-
};
|
|
287
|
-
|
|
288
|
-
// ../tailwind-config/src/colors/palette/blue.ts
|
|
289
|
-
var blue = {
|
|
290
|
-
50: "239, 248, 255",
|
|
291
|
-
100: "198, 226, 251",
|
|
292
|
-
200: "159, 207, 252",
|
|
293
|
-
300: "127, 192, 251",
|
|
294
|
-
400: "89, 173, 250",
|
|
295
|
-
500: "59, 156, 246",
|
|
296
|
-
600: "36, 143, 242",
|
|
297
|
-
700: "15, 133, 242",
|
|
298
|
-
800: "7, 117, 218",
|
|
299
|
-
900: "10, 43, 74"
|
|
300
|
-
};
|
|
301
|
-
|
|
302
|
-
// ../tailwind-config/src/colors/palette/purple.ts
|
|
303
|
-
var purple = {
|
|
304
|
-
50: "247, 242, 255",
|
|
305
|
-
100: "238, 226, 255",
|
|
306
|
-
200: "226, 207, 255",
|
|
307
|
-
300: "210, 181, 255",
|
|
308
|
-
400: "188, 143, 255",
|
|
309
|
-
500: "165, 105, 255",
|
|
310
|
-
600: "142, 71, 248",
|
|
311
|
-
700: "110, 21, 243",
|
|
312
|
-
800: "83, 0, 207",
|
|
313
|
-
900: "59, 0, 146"
|
|
314
|
-
};
|
|
315
|
-
|
|
316
|
-
// ../tailwind-config/src/colors/palette/gray.ts
|
|
317
|
-
var gray = {
|
|
318
|
-
50: "242, 243, 244",
|
|
319
|
-
100: "230, 232, 234",
|
|
320
|
-
200: "211, 215, 221",
|
|
321
|
-
300: "189, 195, 201",
|
|
322
|
-
400: "176, 183, 190",
|
|
323
|
-
500: "151, 158, 166",
|
|
324
|
-
600: "121, 129, 137",
|
|
325
|
-
700: "98, 103, 111",
|
|
326
|
-
800: "71, 74, 79",
|
|
327
|
-
900: "36, 39, 44"
|
|
328
|
-
};
|
|
329
|
-
|
|
330
|
-
// ../tailwind-config/src/colors/palette/index.ts
|
|
331
|
-
var palette = {
|
|
332
|
-
red,
|
|
333
|
-
pink,
|
|
334
|
-
orange,
|
|
335
|
-
yellow,
|
|
336
|
-
green,
|
|
337
|
-
teal,
|
|
338
|
-
sky,
|
|
339
|
-
blue,
|
|
340
|
-
purple,
|
|
341
|
-
gray
|
|
342
|
-
};
|
|
343
|
-
|
|
344
|
-
// ../tailwind-config/src/utils/color.ts
|
|
345
|
-
var getColor = (colorChipValue, theme = "light", role) => {
|
|
346
|
-
if (typeof colorChipValue === "string") {
|
|
347
|
-
const colorChip = { ...palette[colorChipValue] };
|
|
348
|
-
const semanticColors2 = getSemanticColors(colorChip, role);
|
|
349
|
-
return semanticColors2[theme];
|
|
350
|
-
} else {
|
|
351
|
-
const customColorChip = { ...colorChipValue[theme] };
|
|
352
|
-
return customColorChip;
|
|
353
|
-
}
|
|
354
|
-
};
|
|
355
|
-
var getSemanticColors = (colorChip, role) => {
|
|
356
|
-
let colorSet = {
|
|
357
|
-
light: {
|
|
358
|
-
soft: colorChip[50],
|
|
359
|
-
light: colorChip[100],
|
|
360
|
-
main: colorChip[700],
|
|
361
|
-
dark: colorChip[800],
|
|
362
|
-
strong: colorChip[900]
|
|
363
|
-
},
|
|
364
|
-
dark: {
|
|
365
|
-
soft: colorChip[900],
|
|
366
|
-
light: colorChip[800],
|
|
367
|
-
main: colorChip[700],
|
|
368
|
-
dark: colorChip[100],
|
|
369
|
-
strong: colorChip[50]
|
|
370
|
-
}
|
|
371
|
-
};
|
|
372
|
-
switch (role) {
|
|
373
|
-
case "function":
|
|
374
|
-
colorSet = {
|
|
375
|
-
light: {
|
|
376
|
-
soft: colorChip[50],
|
|
377
|
-
light: colorChip[300],
|
|
378
|
-
main: colorChip[600],
|
|
379
|
-
dark: colorChip[800],
|
|
380
|
-
strong: colorChip[900]
|
|
381
|
-
},
|
|
382
|
-
dark: {
|
|
383
|
-
soft: colorChip[900],
|
|
384
|
-
light: colorChip[500],
|
|
385
|
-
main: colorChip[600],
|
|
386
|
-
dark: colorChip[300],
|
|
387
|
-
strong: colorChip[50]
|
|
388
|
-
}
|
|
389
|
-
};
|
|
390
|
-
break;
|
|
391
|
-
case "trans":
|
|
392
|
-
colorSet = {
|
|
393
|
-
light: {
|
|
394
|
-
soft: `${colorChip[900]}, 0.05`,
|
|
395
|
-
light: `${colorChip[900]}, 0.1`,
|
|
396
|
-
main: `${colorChip[900]}, 0.2`,
|
|
397
|
-
dark: `${colorChip[900]}, 0.3`,
|
|
398
|
-
strong: `${colorChip[900]}, 1`
|
|
399
|
-
},
|
|
400
|
-
dark: {
|
|
401
|
-
soft: `${colorChip[50]}, 0.05`,
|
|
402
|
-
light: `${colorChip[50]}, 0.1`,
|
|
403
|
-
main: `${colorChip[50]}, 0.2`,
|
|
404
|
-
dark: `${colorChip[50]}, 0.3`,
|
|
405
|
-
strong: `${colorChip[900]}, 1 `
|
|
406
|
-
}
|
|
407
|
-
};
|
|
408
|
-
break;
|
|
409
|
-
case "neutral":
|
|
410
|
-
colorSet = {
|
|
411
|
-
light: {
|
|
412
|
-
soft: colorChip[50],
|
|
413
|
-
light: colorChip[200],
|
|
414
|
-
main: colorChip[300],
|
|
415
|
-
dark: colorChip[600],
|
|
416
|
-
strong: colorChip[700]
|
|
417
|
-
},
|
|
418
|
-
dark: {
|
|
419
|
-
soft: colorChip[900],
|
|
420
|
-
light: colorChip[800],
|
|
421
|
-
main: colorChip[700],
|
|
422
|
-
dark: colorChip[300],
|
|
423
|
-
strong: colorChip[200]
|
|
424
|
-
}
|
|
425
|
-
};
|
|
426
|
-
break;
|
|
427
|
-
default:
|
|
428
|
-
break;
|
|
429
|
-
}
|
|
430
|
-
return colorSet;
|
|
431
|
-
};
|
|
432
|
-
|
|
433
|
-
// ../tailwind-config/src/colors/semantic.ts
|
|
434
|
-
var base = {
|
|
435
|
-
light: {
|
|
436
|
-
background: "255, 255, 255",
|
|
437
|
-
foreground: "0, 0, 0",
|
|
438
|
-
container: "255, 255, 255"
|
|
439
|
-
},
|
|
440
|
-
dark: {
|
|
441
|
-
background: "0, 0, 0",
|
|
442
|
-
foreground: "255, 255, 255",
|
|
443
|
-
container: "50, 56, 67"
|
|
444
|
-
}
|
|
445
|
-
};
|
|
446
|
-
var getThemeColors = (colorChip, mode) => {
|
|
447
|
-
const { base: customBase, primary = "blue", secondary = "purple" } = colorChip;
|
|
448
|
-
return {
|
|
449
|
-
...base[mode],
|
|
450
|
-
...customBase == null ? void 0 : customBase[mode],
|
|
451
|
-
primary: getColor(primary, mode, "default"),
|
|
452
|
-
secondary: getColor(secondary, mode, "default"),
|
|
453
|
-
neutral: getColor("gray", mode, "neutral"),
|
|
454
|
-
trans: getColor("gray", mode, "trans"),
|
|
455
|
-
info: getColor("teal", mode, "function"),
|
|
456
|
-
success: getColor("green", mode, "function"),
|
|
457
|
-
warning: getColor("orange", mode, "function"),
|
|
458
|
-
danger: getColor("pink", mode, "function")
|
|
459
|
-
};
|
|
460
|
-
};
|
|
461
|
-
var semanticColors = (colorChip) => {
|
|
462
|
-
const light = getThemeColors(colorChip, "light");
|
|
463
|
-
const dark = getThemeColors(colorChip, "dark");
|
|
464
|
-
return {
|
|
465
|
-
light,
|
|
466
|
-
dark
|
|
467
|
-
};
|
|
468
|
-
};
|
|
469
|
-
|
|
470
|
-
// ../tailwind-config/src/typography/font.ts
|
|
471
|
-
var fontSize = {
|
|
472
|
-
h1: [
|
|
473
|
-
"40px",
|
|
474
|
-
{
|
|
475
|
-
letterSpacing: "-2%",
|
|
476
|
-
fontWeight: "700"
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
|
-
h2: [
|
|
480
|
-
"34px",
|
|
481
|
-
{
|
|
482
|
-
letterSpacing: "-2%",
|
|
483
|
-
fontWeight: "700"
|
|
484
|
-
}
|
|
485
|
-
],
|
|
486
|
-
h3: [
|
|
487
|
-
"28px",
|
|
488
|
-
{
|
|
489
|
-
letterSpacing: "-2%",
|
|
490
|
-
fontWeight: "700"
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
h4: [
|
|
494
|
-
"24px",
|
|
495
|
-
{
|
|
496
|
-
letterSpacing: "-2%",
|
|
497
|
-
fontWeight: "700"
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
h5: [
|
|
501
|
-
"20px",
|
|
502
|
-
{
|
|
503
|
-
letterSpacing: "-2%",
|
|
504
|
-
fontWeight: "600"
|
|
505
|
-
}
|
|
506
|
-
],
|
|
507
|
-
sm: [
|
|
508
|
-
"12px",
|
|
509
|
-
{
|
|
510
|
-
letterSpacing: "-2%",
|
|
511
|
-
fontWeight: "400"
|
|
512
|
-
}
|
|
513
|
-
],
|
|
514
|
-
md: [
|
|
515
|
-
"14px",
|
|
516
|
-
{
|
|
517
|
-
letterSpacing: "-2%",
|
|
518
|
-
fontWeight: "400"
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
lg: [
|
|
522
|
-
"16px",
|
|
523
|
-
{
|
|
524
|
-
letterSpacing: "-2%",
|
|
525
|
-
fontWeight: "400"
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
};
|
|
529
|
-
|
|
530
|
-
// ../tailwind-config/src/animation/slide.ts
|
|
531
|
-
var sliceAnimation = {
|
|
532
|
-
slideInFromTop: "slideInFromTop 0.5s ease-out",
|
|
533
|
-
slideInFromBottom: "slideInFromBottom 0.5s ease-out",
|
|
534
|
-
slideInFromLeft: "slideInFromLeft 0.5s ease-out",
|
|
535
|
-
slideInFromRight: "slideInFromRight 0.5s ease-out",
|
|
536
|
-
slideOutToTop: "slideOutToTop 0.5s ease-in",
|
|
537
|
-
slideOutToBottom: "slideOutToBottom 0.5s ease-in",
|
|
538
|
-
slideOutToLeft: "slideOutToLeft 0.5s ease-in",
|
|
539
|
-
slideOutToRight: "slideOutToRight 0.5s ease-in"
|
|
540
|
-
};
|
|
541
|
-
var sliceKeyframe = {
|
|
542
|
-
slideInFromTop: {
|
|
543
|
-
"0%": {
|
|
544
|
-
transform: "translateY(-10px)",
|
|
545
|
-
opacity: "0"
|
|
546
|
-
},
|
|
547
|
-
"100%": {
|
|
548
|
-
transform: "translateY(0)",
|
|
549
|
-
opacity: "1"
|
|
550
|
-
}
|
|
551
|
-
},
|
|
552
|
-
slideInFromBottom: {
|
|
553
|
-
"0%": {
|
|
554
|
-
transform: "translateY(10px)",
|
|
555
|
-
opacity: "0"
|
|
556
|
-
},
|
|
557
|
-
"100%": {
|
|
558
|
-
transform: "translateY(0)",
|
|
559
|
-
opacity: "1"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
slideInFromLeft: {
|
|
563
|
-
"0%": {
|
|
564
|
-
transform: "translateX(-10px)",
|
|
565
|
-
opacity: "0"
|
|
566
|
-
},
|
|
567
|
-
"100%": {
|
|
568
|
-
transform: "translateX(0)",
|
|
569
|
-
opacity: "1"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
slideInFromRight: {
|
|
573
|
-
"0%": {
|
|
574
|
-
transform: "translateX(10px)",
|
|
575
|
-
opacity: "0"
|
|
576
|
-
},
|
|
577
|
-
"100%": {
|
|
578
|
-
transform: "translateX(0)",
|
|
579
|
-
opacity: "1"
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
slideOutToTop: {
|
|
583
|
-
"0%": {
|
|
584
|
-
transform: "translateY(0)",
|
|
585
|
-
opacity: "1"
|
|
586
|
-
},
|
|
587
|
-
"100%": {
|
|
588
|
-
transform: "translateY(-10px)",
|
|
589
|
-
opacity: "0"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
slideOutToBottom: {
|
|
593
|
-
"0%": {
|
|
594
|
-
transform: "translateY(0)",
|
|
595
|
-
opacity: "1"
|
|
596
|
-
},
|
|
597
|
-
"100%": {
|
|
598
|
-
transform: "translateY(10px)",
|
|
599
|
-
opacity: "0"
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
slideOutToLeft: {
|
|
603
|
-
"0%": {
|
|
604
|
-
transform: "translateX(0)",
|
|
605
|
-
opacity: "1"
|
|
606
|
-
},
|
|
607
|
-
"100%": {
|
|
608
|
-
transform: "translateX(-10px)",
|
|
609
|
-
opacity: "0"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
slideOutToRight: {
|
|
613
|
-
"0%": {
|
|
614
|
-
transform: "translateX(0)",
|
|
615
|
-
opacity: "1"
|
|
616
|
-
},
|
|
617
|
-
"100%": {
|
|
618
|
-
transform: "translateX(10px)",
|
|
619
|
-
opacity: "0"
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
};
|
|
623
|
-
|
|
624
|
-
// ../tailwind-config/src/animation/index.ts
|
|
625
|
-
var animation = { ...sliceAnimation };
|
|
626
|
-
var keyframes = { ...sliceKeyframe };
|
|
627
|
-
|
|
628
|
-
// ../../node_modules/flat/index.js
|
|
629
|
-
function isBuffer(obj) {
|
|
630
|
-
return obj && obj.constructor && typeof obj.constructor.isBuffer === "function" && obj.constructor.isBuffer(obj);
|
|
631
|
-
}
|
|
632
|
-
function keyIdentity(key) {
|
|
633
|
-
return key;
|
|
634
|
-
}
|
|
635
|
-
function flatten(target, opts) {
|
|
636
|
-
opts = opts || {};
|
|
637
|
-
const delimiter = opts.delimiter || ".";
|
|
638
|
-
const maxDepth = opts.maxDepth;
|
|
639
|
-
const transformKey = opts.transformKey || keyIdentity;
|
|
640
|
-
const output = {};
|
|
641
|
-
function step(object, prev, currentDepth) {
|
|
642
|
-
currentDepth = currentDepth || 1;
|
|
643
|
-
Object.keys(object).forEach(function(key) {
|
|
644
|
-
const value = object[key];
|
|
645
|
-
const isarray = opts.safe && Array.isArray(value);
|
|
646
|
-
const type = Object.prototype.toString.call(value);
|
|
647
|
-
const isbuffer = isBuffer(value);
|
|
648
|
-
const isobject = type === "[object Object]" || type === "[object Array]";
|
|
649
|
-
const newKey = prev ? prev + delimiter + transformKey(key) : transformKey(key);
|
|
650
|
-
if (!isarray && !isbuffer && isobject && Object.keys(value).length && (!opts.maxDepth || currentDepth < maxDepth)) {
|
|
651
|
-
return step(value, newKey, currentDepth + 1);
|
|
652
|
-
}
|
|
653
|
-
output[newKey] = value;
|
|
654
|
-
});
|
|
655
|
-
}
|
|
656
|
-
step(target);
|
|
657
|
-
return output;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
// ../tailwind-config/src/utils/object.ts
|
|
661
|
-
function removeDefaultKeys(obj) {
|
|
662
|
-
const newObj = {};
|
|
663
|
-
for (const key in obj) {
|
|
664
|
-
if (key.endsWith("-DEFAULT")) {
|
|
665
|
-
newObj[key.replace("-DEFAULT", "")] = obj[key];
|
|
666
|
-
continue;
|
|
667
|
-
}
|
|
668
|
-
newObj[key] = obj[key];
|
|
669
|
-
}
|
|
670
|
-
return newObj;
|
|
671
|
-
}
|
|
672
|
-
var flattenThemeObject = (obj) => removeDefaultKeys(
|
|
673
|
-
flatten(obj, {
|
|
674
|
-
safe: true,
|
|
675
|
-
delimiter: "-"
|
|
676
|
-
})
|
|
677
|
-
);
|
|
678
|
-
|
|
679
|
-
// ../tailwind-config/src/shadow/index.ts
|
|
680
|
-
var boxShadow = {
|
|
681
|
-
"border-1": "inner 0 0 0 1px inset",
|
|
682
|
-
"border-2": "inner 0 0 0 2px inset",
|
|
683
|
-
"border-3": "inner 0 0 0 3px inset",
|
|
684
|
-
"border-4": "inner 0 0 0 4px inset",
|
|
685
|
-
"border-5": "inner 0 0 0 5px inset",
|
|
686
|
-
"border-6": "inner 0 0 0 6px inset",
|
|
687
|
-
"border-7": "inner 0 0 0 7px inset",
|
|
688
|
-
"border-8": "inner 0 0 0 8px inset",
|
|
689
|
-
"border-9": "inner 0 0 0 9px inset",
|
|
690
|
-
"border-10": "inner 0 0 0 10px inset",
|
|
691
|
-
inner: "inset 0 4px 8px 0 rgba(36, 39, 44, 0.2)",
|
|
692
|
-
drop: "0 20px 40px 0 rgba(36, 39, 44, 0.2)"
|
|
693
|
-
};
|
|
694
|
-
|
|
695
|
-
// ../tailwind-config/src/border/radius.ts
|
|
696
|
-
var borderRadius = {
|
|
697
|
-
sm: "4px",
|
|
698
|
-
md: "5px",
|
|
699
|
-
lg: "6px",
|
|
700
|
-
xlg: "10px",
|
|
701
|
-
xxlg: "20px",
|
|
702
|
-
none: "0",
|
|
703
|
-
full: "9999px"
|
|
704
|
-
};
|
|
705
|
-
|
|
706
|
-
// ../tailwind-config/src/space/gap.ts
|
|
707
|
-
var gap = {
|
|
708
|
-
sm: "6px",
|
|
709
|
-
md: "8px",
|
|
710
|
-
lg: "10px"
|
|
711
|
-
};
|
|
712
|
-
|
|
713
|
-
// ../tailwind-config/src/plugin.ts
|
|
714
|
-
var parsedColorsCache = {};
|
|
715
|
-
var resolveConfig = (themes = {}, defaultTheme, prefix = "deepnoidUi") => {
|
|
716
|
-
const resolved = {
|
|
717
|
-
variants: [],
|
|
718
|
-
utilities: {},
|
|
719
|
-
colors: {},
|
|
720
|
-
boxShadow: {}
|
|
721
|
-
};
|
|
722
|
-
for (const [themeName, { extend, colors }] of Object.entries(themes)) {
|
|
723
|
-
let cssSelector = `.${themeName},[data-theme="${themeName}"]`;
|
|
724
|
-
const scheme = themeName === "light" || themeName === "dark" ? themeName : extend;
|
|
725
|
-
if (themeName === defaultTheme) cssSelector = `:root,${cssSelector}`;
|
|
726
|
-
resolved.utilities[cssSelector] = scheme ? { "color-scheme": scheme } : {};
|
|
727
|
-
resolved.variants.push({
|
|
728
|
-
name: themeName,
|
|
729
|
-
definition: [`&.${themeName}`, `&[data-theme='${themeName}']`]
|
|
730
|
-
});
|
|
731
|
-
const flatColors = flattenThemeObject(colors);
|
|
732
|
-
for (const [colorName, colorValue] of Object.entries(flatColors)) {
|
|
733
|
-
if (!colorValue) return;
|
|
734
|
-
try {
|
|
735
|
-
const parsedColor = parsedColorsCache[colorValue] || colorValue;
|
|
736
|
-
parsedColorsCache[colorValue] = parsedColor;
|
|
737
|
-
const ColorVariable = `--${prefix}--${colorName}`;
|
|
738
|
-
resolved.utilities[cssSelector][ColorVariable] = parsedColor;
|
|
739
|
-
resolved.colors[colorName] = ({ opacityValue }) => {
|
|
740
|
-
if (!isNaN(+opacityValue)) {
|
|
741
|
-
return `rgb(var(${ColorVariable}), ${opacityValue})`;
|
|
742
|
-
}
|
|
743
|
-
return `rgb(var(${ColorVariable}))`;
|
|
744
|
-
};
|
|
745
|
-
} catch (error) {
|
|
746
|
-
console.log("error", error == null ? void 0 : error.message);
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
resolved.utilities = {
|
|
751
|
-
...resolved.utilities,
|
|
752
|
-
".scrollbar-hide": {
|
|
753
|
-
"-ms-overflow-style": "none",
|
|
754
|
-
"scrollbar-width": "none",
|
|
755
|
-
"&::-webkit-scrollbar": {
|
|
756
|
-
display: "none"
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
".input-arrow-hide": {
|
|
760
|
-
"&[type='number']::-webkit-inner-spin-button": {
|
|
761
|
-
"-webkit-appearance": "none",
|
|
762
|
-
margin: "0"
|
|
763
|
-
},
|
|
764
|
-
"&[type='number']::-webkit-outer-spin-button": {
|
|
765
|
-
"-webkit-appearance": "none",
|
|
766
|
-
margin: "0"
|
|
767
|
-
},
|
|
768
|
-
"&[type='number']": {
|
|
769
|
-
"-moz-appearance": "textfield"
|
|
770
|
-
// Firefox용
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
};
|
|
774
|
-
return resolved;
|
|
775
|
-
};
|
|
776
|
-
var deepnoidUi = (colorChip = {}, defaultTheme = "light") => {
|
|
777
|
-
const semanticColors2 = semanticColors(colorChip);
|
|
778
|
-
const light = {
|
|
779
|
-
colors: JSON.parse(JSON.stringify(semanticColors2.light))
|
|
780
|
-
};
|
|
781
|
-
const dark = {
|
|
782
|
-
colors: JSON.parse(JSON.stringify(semanticColors2.dark))
|
|
783
|
-
};
|
|
784
|
-
const themes = {
|
|
785
|
-
light,
|
|
786
|
-
dark
|
|
787
|
-
};
|
|
788
|
-
const resolved = resolveConfig(themes, defaultTheme);
|
|
789
|
-
return (0, import_plugin.default)(
|
|
790
|
-
({ addBase, addUtilities, addVariant }) => {
|
|
791
|
-
addBase({
|
|
792
|
-
html: {
|
|
793
|
-
fontFamily: "SUIT"
|
|
794
|
-
},
|
|
795
|
-
'input[type="time"]::-webkit-calendar-picker-indicator': {
|
|
796
|
-
display: "none",
|
|
797
|
-
"-webkit-appearance": "none"
|
|
798
|
-
},
|
|
799
|
-
'input[type="date"]::-webkit-calendar-picker-indicator': {
|
|
800
|
-
display: "none",
|
|
801
|
-
"-webkit-appearance": "none"
|
|
802
|
-
}
|
|
803
|
-
});
|
|
804
|
-
addUtilities({ ...resolved == null ? void 0 : resolved.utilities });
|
|
805
|
-
resolved == null ? void 0 : resolved.variants.forEach((variant) => {
|
|
806
|
-
addVariant(variant.name, variant.definition);
|
|
807
|
-
});
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
theme: {
|
|
811
|
-
extend: {
|
|
812
|
-
fontFamily: {
|
|
813
|
-
SUIT: [
|
|
814
|
-
"SUIT",
|
|
815
|
-
"Nunito Sans",
|
|
816
|
-
"-apple - system",
|
|
817
|
-
".SFNSText-Regular",
|
|
818
|
-
"San Francisco",
|
|
819
|
-
"BlinkMacSystemFont",
|
|
820
|
-
"Segoe UI",
|
|
821
|
-
"Helvetica Neue",
|
|
822
|
-
"Helvetica",
|
|
823
|
-
"Arial",
|
|
824
|
-
"sans - serif"
|
|
825
|
-
]
|
|
826
|
-
},
|
|
827
|
-
// @ts-ignore
|
|
828
|
-
colors: { ...resolved == null ? void 0 : resolved.colors },
|
|
829
|
-
borderRadius,
|
|
830
|
-
fontSize,
|
|
831
|
-
boxShadow,
|
|
832
|
-
gap,
|
|
833
|
-
keyframes,
|
|
834
|
-
animation
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
);
|
|
839
|
-
};
|
|
112
|
+
} from "./chunk-IE2BRM7Z.mjs";
|
|
113
|
+
import "./chunk-27Y6K5NK.mjs";
|
|
114
|
+
import "./chunk-E3G5QXSH.mjs";
|
|
115
|
+
import "./chunk-AC6TWLRT.mjs";
|
|
840
116
|
export {
|
|
841
|
-
|
|
842
|
-
|
|
117
|
+
avatar_default as Avatar,
|
|
118
|
+
backdrop_default as Backdrop,
|
|
119
|
+
breadcrumb_default as Breadcrumb,
|
|
843
120
|
button_default as Button,
|
|
844
121
|
button_group_default as ButtonGroup,
|
|
845
|
-
card_default as Card,
|
|
846
122
|
checkbox_default as CheckBox,
|
|
123
|
+
chip_default as Chip,
|
|
847
124
|
dateTimePicker_default as DateTimePicker,
|
|
848
125
|
Icon_default as Icon,
|
|
849
126
|
input_default as Input,
|
|
@@ -851,10 +128,8 @@ export {
|
|
|
851
128
|
listItem_default as ListItem,
|
|
852
129
|
modal_default as Modal,
|
|
853
130
|
pagination_default as Pagination,
|
|
854
|
-
progress_default as Progress,
|
|
855
131
|
radio_default as Radio,
|
|
856
132
|
select_default as Select,
|
|
857
|
-
slider_default as Slider,
|
|
858
133
|
switch_default as Switch,
|
|
859
134
|
table_default as Table,
|
|
860
135
|
tabs_default as Tabs,
|