@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
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
|
|
4
|
+
type TargetRect = {
|
|
5
|
+
width: number;
|
|
6
|
+
height: number;
|
|
7
|
+
left: number;
|
|
8
|
+
top: number;
|
|
9
|
+
right: number;
|
|
10
|
+
bottom: number;
|
|
11
|
+
};
|
|
12
|
+
interface UseTooltipProps {
|
|
13
|
+
placement: TooltipPlacement;
|
|
14
|
+
offset: number;
|
|
15
|
+
delay: number;
|
|
16
|
+
targetRect: TargetRect | null;
|
|
17
|
+
}
|
|
18
|
+
declare const useTooltip: ({ placement, offset, targetRect }: UseTooltipProps) => {
|
|
19
|
+
tooltipPosition: {
|
|
20
|
+
x: number;
|
|
21
|
+
y: number;
|
|
22
|
+
};
|
|
23
|
+
tooltipRef: react.RefObject<HTMLDivElement | null>;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
type TooltipPlacement = "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
27
|
+
declare const getTooltipPosition: (placement: TooltipPlacement, targetRect: TargetRect, width: number, height: number, offset: number) => {
|
|
28
|
+
tooltipX: number;
|
|
29
|
+
tooltipY: number;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* 툴팁 꼬리(Tail)의 위치를 결정하는 Tailwind 클래스 문자열을 반환합니다.
|
|
33
|
+
*
|
|
34
|
+
* Tailwind 유틸리티 클래스를 사용하여 툴팁 내부 삼각형(또는 회전된 정사각형)이
|
|
35
|
+
* 툴팁 박스 외부에 적절하게 배치되도록 합니다.
|
|
36
|
+
*
|
|
37
|
+
* @param placement - 툴팁이 표시될 위치 (top, bottom, left, right 등)
|
|
38
|
+
* @returns 해당 위치에 맞는 Tailwind 클래스 문자열
|
|
39
|
+
*/
|
|
40
|
+
declare const getTailClassName: (placement: TooltipPlacement) => "" | "bottom-[-4px] left-1/2 -translate-x-1/2" | "top-[-4px] left-1/2 -translate-x-1/2" | "right-[-4px] top-1/2 -translate-y-1/2" | "left-[-4px] top-1/2 -translate-y-1/2" | "bottom-[-4px] left-[12px]" | "bottom-[-4px] right-[12px]" | "top-[-4px] left-[12px]" | "top-[-4px] right-[12px]" | "right-[-4px] top-[12px]" | "right-[-4px] bottom-[12px]" | "left-[-4px] top-[12px]" | "left-[-4px] bottom-[12px]";
|
|
41
|
+
/**
|
|
42
|
+
* 툴팁 꼬리(Tail)의 위치를 결정하는 인라인 스타일 객체를 반환합니다.
|
|
43
|
+
*
|
|
44
|
+
* Tailwind 클래스만으로 부족하거나 조건부 제어가 필요한 경우,
|
|
45
|
+
* 해당 위치에 맞는 스타일을 직접 적용할 수 있도록 합니다.
|
|
46
|
+
*
|
|
47
|
+
* @param placement - 툴팁이 표시될 위치 (top, bottom, left, right 등)
|
|
48
|
+
* @returns 해당 위치에 맞는 CSSProperties 객체
|
|
49
|
+
*/
|
|
50
|
+
declare const getTailStyles: (placement: TooltipPlacement) => CSSProperties;
|
|
51
|
+
|
|
52
|
+
export { type TooltipPlacement as T, type TargetRect as a, getTailClassName as b, getTailStyles as c, getTooltipPosition as g, useTooltip as u };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
|
|
4
|
+
type TargetRect = {
|
|
5
|
+
width: number;
|
|
6
|
+
height: number;
|
|
7
|
+
left: number;
|
|
8
|
+
top: number;
|
|
9
|
+
right: number;
|
|
10
|
+
bottom: number;
|
|
11
|
+
};
|
|
12
|
+
interface UseTooltipProps {
|
|
13
|
+
placement: TooltipPlacement;
|
|
14
|
+
offset: number;
|
|
15
|
+
delay: number;
|
|
16
|
+
targetRect: TargetRect | null;
|
|
17
|
+
}
|
|
18
|
+
declare const useTooltip: ({ placement, offset, targetRect }: UseTooltipProps) => {
|
|
19
|
+
tooltipPosition: {
|
|
20
|
+
x: number;
|
|
21
|
+
y: number;
|
|
22
|
+
};
|
|
23
|
+
tooltipRef: react.RefObject<HTMLDivElement | null>;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
type TooltipPlacement = "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
27
|
+
declare const getTooltipPosition: (placement: TooltipPlacement, targetRect: TargetRect, width: number, height: number, offset: number) => {
|
|
28
|
+
tooltipX: number;
|
|
29
|
+
tooltipY: number;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* 툴팁 꼬리(Tail)의 위치를 결정하는 Tailwind 클래스 문자열을 반환합니다.
|
|
33
|
+
*
|
|
34
|
+
* Tailwind 유틸리티 클래스를 사용하여 툴팁 내부 삼각형(또는 회전된 정사각형)이
|
|
35
|
+
* 툴팁 박스 외부에 적절하게 배치되도록 합니다.
|
|
36
|
+
*
|
|
37
|
+
* @param placement - 툴팁이 표시될 위치 (top, bottom, left, right 등)
|
|
38
|
+
* @returns 해당 위치에 맞는 Tailwind 클래스 문자열
|
|
39
|
+
*/
|
|
40
|
+
declare const getTailClassName: (placement: TooltipPlacement) => "" | "bottom-[-4px] left-1/2 -translate-x-1/2" | "top-[-4px] left-1/2 -translate-x-1/2" | "right-[-4px] top-1/2 -translate-y-1/2" | "left-[-4px] top-1/2 -translate-y-1/2" | "bottom-[-4px] left-[12px]" | "bottom-[-4px] right-[12px]" | "top-[-4px] left-[12px]" | "top-[-4px] right-[12px]" | "right-[-4px] top-[12px]" | "right-[-4px] bottom-[12px]" | "left-[-4px] top-[12px]" | "left-[-4px] bottom-[12px]";
|
|
41
|
+
/**
|
|
42
|
+
* 툴팁 꼬리(Tail)의 위치를 결정하는 인라인 스타일 객체를 반환합니다.
|
|
43
|
+
*
|
|
44
|
+
* Tailwind 클래스만으로 부족하거나 조건부 제어가 필요한 경우,
|
|
45
|
+
* 해당 위치에 맞는 스타일을 직접 적용할 수 있도록 합니다.
|
|
46
|
+
*
|
|
47
|
+
* @param placement - 툴팁이 표시될 위치 (top, bottom, left, right 등)
|
|
48
|
+
* @returns 해당 위치에 맞는 CSSProperties 객체
|
|
49
|
+
*/
|
|
50
|
+
declare const getTailStyles: (placement: TooltipPlacement) => CSSProperties;
|
|
51
|
+
|
|
52
|
+
export { type TooltipPlacement as T, type TargetRect as a, getTailClassName as b, getTailStyles as c, getTooltipPosition as g, useTooltip as u };
|
package/dist/utils/clsx.mjs
CHANGED
package/dist/utils/props.mjs
CHANGED
|
@@ -1,26 +1,6 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
export { VariantProps } from 'tailwind-variants';
|
|
3
3
|
|
|
4
|
-
declare const tv: tailwind_variants.CreateTV
|
|
5
|
-
twMergeConfig: {
|
|
6
|
-
classGroups: {
|
|
7
|
-
fontSize: {
|
|
8
|
-
text: string[];
|
|
9
|
-
}[];
|
|
10
|
-
borderRadius: {
|
|
11
|
-
rounded: string[];
|
|
12
|
-
}[];
|
|
13
|
-
boxShadow: {
|
|
14
|
-
shadow: string[];
|
|
15
|
-
}[];
|
|
16
|
-
padding: {
|
|
17
|
-
p: string[];
|
|
18
|
-
}[];
|
|
19
|
-
gap: {
|
|
20
|
-
gap: string[];
|
|
21
|
-
}[];
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
}>;
|
|
4
|
+
declare const tv: tailwind_variants.CreateTV;
|
|
25
5
|
|
|
26
6
|
export { tv };
|
|
@@ -1,26 +1,6 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
export { VariantProps } from 'tailwind-variants';
|
|
3
3
|
|
|
4
|
-
declare const tv: tailwind_variants.CreateTV
|
|
5
|
-
twMergeConfig: {
|
|
6
|
-
classGroups: {
|
|
7
|
-
fontSize: {
|
|
8
|
-
text: string[];
|
|
9
|
-
}[];
|
|
10
|
-
borderRadius: {
|
|
11
|
-
rounded: string[];
|
|
12
|
-
}[];
|
|
13
|
-
boxShadow: {
|
|
14
|
-
shadow: string[];
|
|
15
|
-
}[];
|
|
16
|
-
padding: {
|
|
17
|
-
p: string[];
|
|
18
|
-
}[];
|
|
19
|
-
gap: {
|
|
20
|
-
gap: string[];
|
|
21
|
-
}[];
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
}>;
|
|
4
|
+
declare const tv: tailwind_variants.CreateTV;
|
|
25
5
|
|
|
26
6
|
export { tv };
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
|
+
var __create = Object.create;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
4
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
8
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
10
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
11
|
+
};
|
|
7
12
|
var __export = (target, all) => {
|
|
8
13
|
for (var name in all)
|
|
9
14
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -16,8 +21,84 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
21
|
}
|
|
17
22
|
return to;
|
|
18
23
|
};
|
|
24
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
25
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
26
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
27
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
28
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
29
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
30
|
+
mod
|
|
31
|
+
));
|
|
19
32
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
33
|
|
|
34
|
+
// ../../node_modules/tailwindcss/lib/util/createPlugin.js
|
|
35
|
+
var require_createPlugin = __commonJS({
|
|
36
|
+
"../../node_modules/tailwindcss/lib/util/createPlugin.js"(exports2) {
|
|
37
|
+
"use strict";
|
|
38
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
39
|
+
value: true
|
|
40
|
+
});
|
|
41
|
+
Object.defineProperty(exports2, "default", {
|
|
42
|
+
enumerable: true,
|
|
43
|
+
get: function() {
|
|
44
|
+
return _default;
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
function createPlugin(plugin2, config) {
|
|
48
|
+
return {
|
|
49
|
+
handler: plugin2,
|
|
50
|
+
config
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
createPlugin.withOptions = function(pluginFunction, configFunction = () => ({})) {
|
|
54
|
+
const optionsFunction = function(options) {
|
|
55
|
+
return {
|
|
56
|
+
__options: options,
|
|
57
|
+
handler: pluginFunction(options),
|
|
58
|
+
config: configFunction(options)
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
optionsFunction.__isOptionsFunction = true;
|
|
62
|
+
optionsFunction.__pluginFunction = pluginFunction;
|
|
63
|
+
optionsFunction.__configFunction = configFunction;
|
|
64
|
+
return optionsFunction;
|
|
65
|
+
};
|
|
66
|
+
var _default = createPlugin;
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
// ../../node_modules/tailwindcss/lib/public/create-plugin.js
|
|
71
|
+
var require_create_plugin = __commonJS({
|
|
72
|
+
"../../node_modules/tailwindcss/lib/public/create-plugin.js"(exports2) {
|
|
73
|
+
"use strict";
|
|
74
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
75
|
+
value: true
|
|
76
|
+
});
|
|
77
|
+
Object.defineProperty(exports2, "default", {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function() {
|
|
80
|
+
return _default;
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
var _createPlugin = /* @__PURE__ */ _interop_require_default(require_createPlugin());
|
|
84
|
+
function _interop_require_default(obj) {
|
|
85
|
+
return obj && obj.__esModule ? obj : {
|
|
86
|
+
default: obj
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
var _default = _createPlugin.default;
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
// ../../node_modules/tailwindcss/plugin.js
|
|
94
|
+
var require_plugin = __commonJS({
|
|
95
|
+
"../../node_modules/tailwindcss/plugin.js"(exports2, module2) {
|
|
96
|
+
"use strict";
|
|
97
|
+
var createPlugin = require_create_plugin();
|
|
98
|
+
module2.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
|
|
21
102
|
// src/utils/tailwind-variants.ts
|
|
22
103
|
var tailwind_variants_exports = {};
|
|
23
104
|
__export(tailwind_variants_exports, {
|
|
@@ -25,19 +106,226 @@ __export(tailwind_variants_exports, {
|
|
|
25
106
|
});
|
|
26
107
|
module.exports = __toCommonJS(tailwind_variants_exports);
|
|
27
108
|
var import_tailwind_variants = require("tailwind-variants");
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
var
|
|
31
|
-
|
|
109
|
+
|
|
110
|
+
// ../tailwind-config/src/plugin.ts
|
|
111
|
+
var import_plugin = __toESM(require_plugin());
|
|
112
|
+
|
|
113
|
+
// ../tailwind-config/src/typography/font.ts
|
|
114
|
+
var fontSize = {
|
|
115
|
+
h1: [
|
|
116
|
+
"40px",
|
|
117
|
+
{
|
|
118
|
+
letterSpacing: "-2%",
|
|
119
|
+
fontWeight: "700"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
h2: [
|
|
123
|
+
"34px",
|
|
124
|
+
{
|
|
125
|
+
letterSpacing: "-2%",
|
|
126
|
+
fontWeight: "700"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
h3: [
|
|
130
|
+
"28px",
|
|
131
|
+
{
|
|
132
|
+
letterSpacing: "-2%",
|
|
133
|
+
fontWeight: "700"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
h4: [
|
|
137
|
+
"24px",
|
|
138
|
+
{
|
|
139
|
+
letterSpacing: "-2%",
|
|
140
|
+
fontWeight: "700"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
h5: [
|
|
144
|
+
"20px",
|
|
145
|
+
{
|
|
146
|
+
letterSpacing: "-2%",
|
|
147
|
+
fontWeight: "600"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
sm: [
|
|
151
|
+
"12px",
|
|
152
|
+
{
|
|
153
|
+
lineHeight: "18px",
|
|
154
|
+
letterSpacing: "-2%",
|
|
155
|
+
fontWeight: "400"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
md: [
|
|
159
|
+
"14px",
|
|
160
|
+
{
|
|
161
|
+
lineHeight: "21px",
|
|
162
|
+
letterSpacing: "-2%",
|
|
163
|
+
fontWeight: "400"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
lg: [
|
|
167
|
+
"16px",
|
|
168
|
+
{
|
|
169
|
+
lineHeight: "24px",
|
|
170
|
+
letterSpacing: "-2%",
|
|
171
|
+
fontWeight: "400"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
xl: [
|
|
175
|
+
"18px",
|
|
176
|
+
{
|
|
177
|
+
lineHeight: "27px",
|
|
178
|
+
letterSpacing: "-2%",
|
|
179
|
+
fontWeight: "400"
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
// ../tailwind-config/src/animation/slide.ts
|
|
185
|
+
var sliceAnimation = {
|
|
186
|
+
slideInFromTop: "slideInFromTop 0.5s ease-out",
|
|
187
|
+
slideInFromBottom: "slideInFromBottom 0.5s ease-out",
|
|
188
|
+
slideInFromLeft: "slideInFromLeft 0.5s ease-out",
|
|
189
|
+
slideInFromRight: "slideInFromRight 0.5s ease-out",
|
|
190
|
+
slideOutToTop: "slideOutToTop 0.5s ease-in",
|
|
191
|
+
slideOutToBottom: "slideOutToBottom 0.5s ease-in",
|
|
192
|
+
slideOutToLeft: "slideOutToLeft 0.5s ease-in",
|
|
193
|
+
slideOutToRight: "slideOutToRight 0.5s ease-in"
|
|
194
|
+
};
|
|
195
|
+
var sliceKeyframe = {
|
|
196
|
+
slideInFromTop: {
|
|
197
|
+
"0%": {
|
|
198
|
+
transform: "translateY(-10px)",
|
|
199
|
+
opacity: "0"
|
|
200
|
+
},
|
|
201
|
+
"100%": {
|
|
202
|
+
transform: "translateY(0)",
|
|
203
|
+
opacity: "1"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
slideInFromBottom: {
|
|
207
|
+
"0%": {
|
|
208
|
+
transform: "translateY(10px)",
|
|
209
|
+
opacity: "0"
|
|
210
|
+
},
|
|
211
|
+
"100%": {
|
|
212
|
+
transform: "translateY(0)",
|
|
213
|
+
opacity: "1"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
slideInFromLeft: {
|
|
217
|
+
"0%": {
|
|
218
|
+
transform: "translateX(-10px)",
|
|
219
|
+
opacity: "0"
|
|
220
|
+
},
|
|
221
|
+
"100%": {
|
|
222
|
+
transform: "translateX(0)",
|
|
223
|
+
opacity: "1"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
slideInFromRight: {
|
|
227
|
+
"0%": {
|
|
228
|
+
transform: "translateX(10px)",
|
|
229
|
+
opacity: "0"
|
|
230
|
+
},
|
|
231
|
+
"100%": {
|
|
232
|
+
transform: "translateX(0)",
|
|
233
|
+
opacity: "1"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
slideOutToTop: {
|
|
237
|
+
"0%": {
|
|
238
|
+
transform: "translateY(0)",
|
|
239
|
+
opacity: "1"
|
|
240
|
+
},
|
|
241
|
+
"100%": {
|
|
242
|
+
transform: "translateY(-10px)",
|
|
243
|
+
opacity: "0"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
slideOutToBottom: {
|
|
247
|
+
"0%": {
|
|
248
|
+
transform: "translateY(0)",
|
|
249
|
+
opacity: "1"
|
|
250
|
+
},
|
|
251
|
+
"100%": {
|
|
252
|
+
transform: "translateY(10px)",
|
|
253
|
+
opacity: "0"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
slideOutToLeft: {
|
|
257
|
+
"0%": {
|
|
258
|
+
transform: "translateX(0)",
|
|
259
|
+
opacity: "1"
|
|
260
|
+
},
|
|
261
|
+
"100%": {
|
|
262
|
+
transform: "translateX(-10px)",
|
|
263
|
+
opacity: "0"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
slideOutToRight: {
|
|
267
|
+
"0%": {
|
|
268
|
+
transform: "translateX(0)",
|
|
269
|
+
opacity: "1"
|
|
270
|
+
},
|
|
271
|
+
"100%": {
|
|
272
|
+
transform: "translateX(10px)",
|
|
273
|
+
opacity: "0"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
// ../tailwind-config/src/animation/index.ts
|
|
279
|
+
var animation = { ...sliceAnimation };
|
|
280
|
+
var keyframes = { ...sliceKeyframe };
|
|
281
|
+
|
|
282
|
+
// ../tailwind-config/src/shadow/index.ts
|
|
283
|
+
var boxShadow = {
|
|
284
|
+
"border-1": "inner 0 0 0 1px inset",
|
|
285
|
+
"border-2": "inner 0 0 0 2px inset",
|
|
286
|
+
"border-3": "inner 0 0 0 3px inset",
|
|
287
|
+
"border-4": "inner 0 0 0 4px inset",
|
|
288
|
+
"border-5": "inner 0 0 0 5px inset",
|
|
289
|
+
"border-6": "inner 0 0 0 6px inset",
|
|
290
|
+
"border-7": "inner 0 0 0 7px inset",
|
|
291
|
+
"border-8": "inner 0 0 0 8px inset",
|
|
292
|
+
"border-9": "inner 0 0 0 9px inset",
|
|
293
|
+
"border-10": "inner 0 0 0 10px inset",
|
|
294
|
+
inner: "inset 0 4px 8px 0 rgba(36, 39, 44, 0.2)",
|
|
295
|
+
drop: "0 20px 40px 0 rgba(36, 39, 44, 0.2)"
|
|
296
|
+
};
|
|
297
|
+
|
|
298
|
+
// ../tailwind-config/src/border/radius.ts
|
|
299
|
+
var borderRadius = {
|
|
300
|
+
sm: "4px",
|
|
301
|
+
md: "6px",
|
|
302
|
+
lg: "8px",
|
|
303
|
+
xl: "10px",
|
|
304
|
+
none: "0",
|
|
305
|
+
full: "9999px"
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
// ../tailwind-config/src/space/gap.ts
|
|
309
|
+
var gap = {
|
|
310
|
+
sm: "4px",
|
|
311
|
+
md: "6px",
|
|
312
|
+
lg: "8px",
|
|
313
|
+
xl: "10px"
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
// src/utils/tailwind-variants.ts
|
|
317
|
+
function typedKeys(obj) {
|
|
318
|
+
return Object.keys(obj);
|
|
319
|
+
}
|
|
320
|
+
var COMMON_SIZE = ["sm", "md", "lg", "xl"];
|
|
32
321
|
var tv = (0, import_tailwind_variants.createTV)({
|
|
33
|
-
// twMerge: false,
|
|
34
322
|
twMergeConfig: {
|
|
35
323
|
classGroups: {
|
|
36
|
-
fontSize: [{ text: [...
|
|
37
|
-
borderRadius: [{ rounded: [...
|
|
38
|
-
boxShadow: [{ shadow: [...
|
|
324
|
+
fontSize: [{ text: [...typedKeys(fontSize)] }],
|
|
325
|
+
borderRadius: [{ rounded: [...typedKeys(borderRadius)] }],
|
|
326
|
+
boxShadow: [{ shadow: [...typedKeys(boxShadow)] }],
|
|
39
327
|
padding: [{ p: [...COMMON_SIZE] }],
|
|
40
|
-
gap: [{ gap: [...
|
|
328
|
+
gap: [{ gap: [...typedKeys(gap)] }]
|
|
41
329
|
}
|
|
42
330
|
}
|
|
43
331
|
});
|
package/dist/utils/types.d.mts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
type ClassNameValue = ClassNameArray | string | null | undefined | 0 | 0n | false;
|
|
2
|
+
type ClassNameArray = ClassNameValue[];
|
|
3
3
|
/**
|
|
4
4
|
* This Typescript utility transform a list of slots into a list of {slot: classes}
|
|
5
5
|
*/
|
|
6
6
|
type SlotsToClasses<S extends string> = {
|
|
7
|
-
[key in S]?:
|
|
7
|
+
[key in S]?: ClassNameValue;
|
|
8
8
|
};
|
|
9
|
+
type Size = "sm" | "md" | "lg" | "xl";
|
|
9
10
|
|
|
10
|
-
export type { SlotsToClasses };
|
|
11
|
+
export type { Size, SlotsToClasses };
|
package/dist/utils/types.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
type ClassNameValue = ClassNameArray | string | null | undefined | 0 | 0n | false;
|
|
2
|
+
type ClassNameArray = ClassNameValue[];
|
|
3
3
|
/**
|
|
4
4
|
* This Typescript utility transform a list of slots into a list of {slot: classes}
|
|
5
5
|
*/
|
|
6
6
|
type SlotsToClasses<S extends string> = {
|
|
7
|
-
[key in S]?:
|
|
7
|
+
[key in S]?: ClassNameValue;
|
|
8
8
|
};
|
|
9
|
+
type Size = "sm" | "md" | "lg" | "xl";
|
|
9
10
|
|
|
10
|
-
export type { SlotsToClasses };
|
|
11
|
+
export type { Size, SlotsToClasses };
|
package/package.json
CHANGED
|
@@ -1,58 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepnoid/ui",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"import": "./dist/index.js",
|
|
10
|
+
"require": "./dist/index.js"
|
|
11
|
+
},
|
|
12
|
+
"./fonts/font.css": "./dist/fonts/font.css",
|
|
13
|
+
"./dev": "./src/index.ts"
|
|
14
|
+
},
|
|
15
|
+
"main": "./dist/index.js",
|
|
16
|
+
"module": "./dist/index.mjs",
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
11
18
|
"scripts": {
|
|
12
|
-
"build": "tsup src --dts",
|
|
19
|
+
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsup src --dts && yarn copy:font",
|
|
13
20
|
"build:fast": "tsup src",
|
|
14
21
|
"clean": "rm -rf .turbo",
|
|
22
|
+
"copy:font": "copyfiles -u 2 src/fonts/**/* dist/fonts",
|
|
15
23
|
"deploy:npm": "npm publish --access=public",
|
|
16
24
|
"lint": "TIMING=1 eslint \"**/*.{ts,tsx,js,jsx}\" --fix",
|
|
17
|
-
"publish:npm": "npm version patch --no-git-tag-version && npm publish --access=public"
|
|
18
|
-
"test": "jest"
|
|
19
|
-
},
|
|
20
|
-
"jest": {
|
|
21
|
-
"testEnvironment": "jsdom"
|
|
25
|
+
"publish:npm": "npm version patch --no-git-tag-version && npm publish --access=public"
|
|
22
26
|
},
|
|
23
27
|
"dependencies": {
|
|
24
|
-
"
|
|
28
|
+
"framer-motion": "^12.10.0",
|
|
29
|
+
"react": "^19.1.0",
|
|
30
|
+
"react-dom": "^19.1.0",
|
|
31
|
+
"tailwind-variants": "^1.0.0"
|
|
25
32
|
},
|
|
26
33
|
"devDependencies": {
|
|
27
|
-
"@babel/core": "^7.
|
|
28
|
-
"@babel/preset-env": "^7.
|
|
29
|
-
"@babel/preset-flow": "^7.
|
|
30
|
-
"@babel/preset-react": "^7.
|
|
34
|
+
"@babel/core": "^7.26.10",
|
|
35
|
+
"@babel/preset-env": "^7.26.9",
|
|
36
|
+
"@babel/preset-flow": "^7.25.9",
|
|
37
|
+
"@babel/preset-react": "^7.26.3",
|
|
31
38
|
"@deepnoid/eslint-config": "*",
|
|
32
39
|
"@deepnoid/tailwind-config": "*",
|
|
33
40
|
"@deepnoid/typescript-config": "*",
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"autoprefixer": "^10.4.17",
|
|
42
|
-
"babel-jest": "^29.7.0",
|
|
43
|
-
"eslint": "^8.11.0",
|
|
44
|
-
"jest": "^29.7.0",
|
|
45
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
46
|
-
"postcss": "^8.4.35",
|
|
47
|
-
"react": "^18.2.0",
|
|
48
|
-
"react-dom": "^18.2.0",
|
|
49
|
-
"react-test-renderer": "^18.2.0",
|
|
50
|
-
"tailwindcss": "^3.4.1",
|
|
51
|
-
"typescript": "4.8.4"
|
|
41
|
+
"@types/react": "^19.1.2",
|
|
42
|
+
"@types/react-dom": "^19.1.2",
|
|
43
|
+
"autoprefixer": "^10.4.21",
|
|
44
|
+
"copyfiles": "^2.4.1",
|
|
45
|
+
"cross-env": "^7.0.3",
|
|
46
|
+
"eslint": "^8.56.0",
|
|
47
|
+
"typescript": "^5.8.2"
|
|
52
48
|
},
|
|
53
49
|
"peerDependencies": {
|
|
54
|
-
"react": ">=
|
|
55
|
-
"react-dom": ">=
|
|
50
|
+
"react": ">=19.1.0",
|
|
51
|
+
"react-dom": ">=19.1.0",
|
|
52
|
+
"framer-motion": ">=12.10.0"
|
|
56
53
|
},
|
|
57
54
|
"publishConfig": {
|
|
58
55
|
"access": "public",
|