@deepnoid/ui 0.0.112 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.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-2TJDQIKB.mjs +82 -0
- package/dist/chunk-2ZT6V4QR.mjs +591 -0
- package/dist/chunk-56VCX2QR.mjs +170 -0
- package/dist/chunk-6PNKRBUT.mjs +34 -0
- package/dist/{chunk-IZ6II3QA.mjs → chunk-AC6TWLRT.mjs} +1 -13
- package/dist/{chunk-PRLGHYFO.mjs → chunk-AMA53H3C.mjs} +7 -7
- package/dist/chunk-AYWI2CRE.mjs +211 -0
- package/dist/{chunk-OJ2OEI5B.mjs → chunk-BKE6QF6W.mjs} +7 -0
- package/dist/chunk-CF6O6TCF.mjs +63 -0
- package/dist/chunk-DUOYMLZL.mjs +283 -0
- package/dist/{chunk-7HHFRKJU.mjs → chunk-GLBASISV.mjs} +2 -2
- package/dist/{chunk-FDKT4IBP.mjs → chunk-HKXUNG3H.mjs} +4 -4
- package/dist/chunk-J5WJD6XZ.mjs +221 -0
- package/dist/chunk-LXHUO6VM.mjs +46 -0
- package/dist/chunk-M2IRRTFM.mjs +79 -0
- package/dist/{chunk-NGQ3MK2J.mjs → chunk-N4F3R6HG.mjs} +1 -1
- package/dist/chunk-ON5SGXHZ.mjs +29 -0
- package/dist/chunk-OQS4LGZK.mjs +27 -0
- package/dist/{chunk-IOCRFIQF.mjs → chunk-P2TMIZRH.mjs} +131 -30
- package/dist/chunk-RCU5MLBU.mjs +198 -0
- package/dist/chunk-RT5NKQX4.mjs +285 -0
- package/dist/chunk-S65S7QZ5.mjs +413 -0
- package/dist/chunk-SE5TU755.mjs +1 -0
- package/dist/chunk-SPX2BHO2.mjs +314 -0
- package/dist/{chunk-TSMVRGDO.mjs → chunk-SSEQSF5F.mjs} +14 -8
- package/dist/chunk-U2YKMXVG.mjs +145 -0
- package/dist/{chunk-JN7EGKJL.mjs → chunk-VRGHUYRU.mjs} +11 -5
- package/dist/{chunk-EYY4CRRR.mjs → chunk-VVOOYDJS.mjs} +15 -17
- package/dist/chunk-WSIADHVC.mjs +126 -0
- package/dist/{chunk-PXUBPWKU.mjs → chunk-XIHAABHB.mjs} +4 -4
- package/dist/{chunk-BCN5F2MN.mjs → chunk-YCMZELLD.mjs} +2 -2
- package/dist/{chunk-RZZWHI6O.mjs → chunk-YZNQ2QGK.mjs} +8 -3
- package/dist/chunk-Z74QNVPG.mjs +127 -0
- package/dist/{chunk-KRI5IALM.mjs → chunk-ZEZ6ZA3N.mjs} +6 -3
- 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} +454 -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 +836 -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 +345 -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 +351 -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 +4067 -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 +4073 -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 +278 -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 +600 -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 +605 -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 +464 -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 +464 -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 +4200 -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 +4206 -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 +415 -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 +674 -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 +674 -151
- package/dist/components/dateTimePicker/index.mjs +11 -10
- package/dist/components/dateTimePicker/timePicker.js +4218 -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 +1 -2
- package/dist/components/input/index.d.ts +1 -2
- package/dist/components/input/index.js +634 -197
- package/dist/components/input/index.mjs +6 -5
- package/dist/components/input/input.d.mts +114 -256
- package/dist/components/input/input.d.ts +114 -256
- package/dist/components/input/input.js +634 -197
- package/dist/components/input/input.mjs +6 -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 +4161 -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 +290 -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 +4159 -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 +630 -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 +630 -454
- package/dist/components/modal/modal.mjs +10 -7
- package/dist/components/pagination/index.d.mts +1 -1
- package/dist/components/pagination/index.d.ts +1 -1
- package/dist/components/pagination/index.js +740 -302
- package/dist/components/pagination/index.mjs +8 -7
- package/dist/components/pagination/pagination.d.mts +50 -112
- package/dist/components/pagination/pagination.d.ts +50 -112
- package/dist/components/pagination/pagination.js +742 -306
- package/dist/components/pagination/pagination.mjs +10 -11
- 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 +424 -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 +424 -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 +437 -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 +431 -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 +437 -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 +1730 -910
- package/dist/components/table/index.mjs +14 -9
- package/dist/components/table/table-body.d.mts +9 -16
- package/dist/components/table/table-body.d.ts +9 -16
- package/dist/components/table/table-body.js +517 -3856
- package/dist/components/table/table-body.mjs +4 -7
- package/dist/components/table/table-head.d.mts +6 -9
- package/dist/components/table/table-head.d.ts +6 -9
- package/dist/components/table/table-head.js +430 -162
- package/dist/components/table/table-head.mjs +4 -4
- package/dist/components/table/table.d.mts +98 -578
- package/dist/components/table/table.d.ts +98 -578
- package/dist/components/table/table.js +1730 -910
- package/dist/components/table/table.mjs +14 -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 +291 -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 +291 -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 +426 -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 +425 -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 +426 -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 +412 -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 +412 -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 +3929 -4355
- package/dist/index.mjs +70 -795
- 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 +288 -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-PO3ADNA5.mjs +0 -56
- package/dist/chunk-QGZEHOKA.mjs +0 -342
- 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/chunk-VWD26TIQ.mjs +0 -139
- package/dist/chunk-YRMFIXXC.mjs +0 -277
- package/dist/chunk-ZNEEYSIK.mjs +0 -257
- 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,170 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
tv
|
|
4
|
+
} from "./chunk-2ZT6V4QR.mjs";
|
|
5
|
+
import {
|
|
6
|
+
clsx
|
|
7
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
8
|
+
import {
|
|
9
|
+
mapPropsVariants
|
|
10
|
+
} from "./chunk-E3G5QXSH.mjs";
|
|
11
|
+
|
|
12
|
+
// src/components/radio/radio.tsx
|
|
13
|
+
import { forwardRef, useMemo } from "react";
|
|
14
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
|
+
var Radio = forwardRef((originalProps, ref) => {
|
|
16
|
+
const [props, variantProps] = mapPropsVariants(originalProps, radioStyle.variantKeys);
|
|
17
|
+
const { children, classNames, labelPosition = "end", ...inputProps } = props;
|
|
18
|
+
const slots = useMemo(() => radioStyle({ ...variantProps }), [variantProps]);
|
|
19
|
+
return /* @__PURE__ */ jsxs(
|
|
20
|
+
"label",
|
|
21
|
+
{
|
|
22
|
+
className: clsx(
|
|
23
|
+
slots.base({ class: classNames == null ? void 0 : classNames.base }),
|
|
24
|
+
labelPosition === "start" && slots.labelReverse({ class: classNames == null ? void 0 : classNames.labelReverse })
|
|
25
|
+
),
|
|
26
|
+
children: [
|
|
27
|
+
/* @__PURE__ */ jsx("div", { className: "hidden", children: /* @__PURE__ */ jsx("input", { ...inputProps, type: "radio", ref }) }),
|
|
28
|
+
/* @__PURE__ */ jsx("span", { className: slots.outerDot({ class: classNames == null ? void 0 : classNames.outerDot }), children: /* @__PURE__ */ jsx("span", { className: slots.innerDot({ class: classNames == null ? void 0 : classNames.innerDot }) }) }),
|
|
29
|
+
/* @__PURE__ */ jsx("div", { className: slots.labelWrapper({ class: classNames == null ? void 0 : classNames.labelWrapper }), children: children && /* @__PURE__ */ jsx("span", { className: slots.label({ class: classNames == null ? void 0 : classNames.label }), children }) })
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
});
|
|
34
|
+
Radio.displayName = "Radio";
|
|
35
|
+
var radio_default = Radio;
|
|
36
|
+
var radioStyle = tv({
|
|
37
|
+
slots: {
|
|
38
|
+
base: [
|
|
39
|
+
"group/radio",
|
|
40
|
+
"relative",
|
|
41
|
+
"max-w-fit",
|
|
42
|
+
"inline-flex",
|
|
43
|
+
"items-center",
|
|
44
|
+
"justify-start",
|
|
45
|
+
"cursor-pointer",
|
|
46
|
+
"tap-highlight-transparent"
|
|
47
|
+
],
|
|
48
|
+
outerDot: [
|
|
49
|
+
"inline-flex",
|
|
50
|
+
"items-center",
|
|
51
|
+
"justify-center",
|
|
52
|
+
"relative",
|
|
53
|
+
"flex-shrink-0",
|
|
54
|
+
"w-[15px]",
|
|
55
|
+
"h-[15px]",
|
|
56
|
+
"rounded-full",
|
|
57
|
+
"border",
|
|
58
|
+
"border-default",
|
|
59
|
+
"before:content-['']",
|
|
60
|
+
"before:absolute",
|
|
61
|
+
"before:inset-0",
|
|
62
|
+
"before:rounded-full"
|
|
63
|
+
],
|
|
64
|
+
innerDot: [
|
|
65
|
+
"inline-block",
|
|
66
|
+
"w-[8px]",
|
|
67
|
+
"h-[8px]",
|
|
68
|
+
"rounded-full",
|
|
69
|
+
"bg-primary-main",
|
|
70
|
+
"opacity-0",
|
|
71
|
+
"transition-opacity",
|
|
72
|
+
"group-has-[:checked]/radio:opacity-100"
|
|
73
|
+
],
|
|
74
|
+
labelWrapper: ["flex", "flex-col"],
|
|
75
|
+
labelReverse: ["flex-row-reverse"],
|
|
76
|
+
label: ["text-foreground", "select-none"]
|
|
77
|
+
},
|
|
78
|
+
variants: {
|
|
79
|
+
color: {
|
|
80
|
+
primary: {
|
|
81
|
+
outerDot: [
|
|
82
|
+
"group-has-[:checked]/radio:border-primary-main",
|
|
83
|
+
"group-has-[:checked]/radio:border-primary-main",
|
|
84
|
+
"group-hover/radio:border-primary-light",
|
|
85
|
+
"group-hover/radio:bg-primary-soft"
|
|
86
|
+
],
|
|
87
|
+
innerDot: ["bg-primary-main"]
|
|
88
|
+
},
|
|
89
|
+
secondary: {
|
|
90
|
+
outerDot: [
|
|
91
|
+
"group-has-[:checked]/radio:border-secondary-main",
|
|
92
|
+
"group-hover/radio:border-secondary-light",
|
|
93
|
+
"group-hover/radio:bg-secondary-soft"
|
|
94
|
+
],
|
|
95
|
+
innerDot: ["bg-secondary-main"]
|
|
96
|
+
},
|
|
97
|
+
neutral: {
|
|
98
|
+
outerDot: [
|
|
99
|
+
"group-has-[:checked]/radio:border-neutral-main",
|
|
100
|
+
"group-hover/radio:border-neutral-light",
|
|
101
|
+
"group-hover/radio:bg-neutral-soft"
|
|
102
|
+
],
|
|
103
|
+
innerDot: ["bg-neutral-main"]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
size: {
|
|
107
|
+
sm: {
|
|
108
|
+
base: ["gap-[8px]"],
|
|
109
|
+
outerDot: ["w-[12px]", "h-[12px]", "border-sm"],
|
|
110
|
+
innerDot: ["w-[6px]", "h-[6px]"],
|
|
111
|
+
label: ["text-sm"]
|
|
112
|
+
},
|
|
113
|
+
md: {
|
|
114
|
+
base: ["gap-[8px]"],
|
|
115
|
+
outerDot: ["w-[15px]", "h-[15px]", "border-md"],
|
|
116
|
+
innerDot: ["w-[8px]", "h-[8px]"],
|
|
117
|
+
label: ["text-md"]
|
|
118
|
+
},
|
|
119
|
+
lg: {
|
|
120
|
+
base: ["gap-[10px]"],
|
|
121
|
+
outerDot: ["w-[18px]", "h-[18px]", "border-lg"],
|
|
122
|
+
innerDot: ["w-[10px]", "h-[10px]"],
|
|
123
|
+
label: ["text-lg"]
|
|
124
|
+
},
|
|
125
|
+
xl: {
|
|
126
|
+
base: ["gap-[10px]"],
|
|
127
|
+
outerDot: ["w-[21px]", "h-[21px]", "border-xl"],
|
|
128
|
+
innerDot: ["w-[12px]", "h-[12px]"],
|
|
129
|
+
label: ["text-xl"]
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
isInvalid: {
|
|
133
|
+
true: {
|
|
134
|
+
outerDot: [
|
|
135
|
+
"border-danger-main",
|
|
136
|
+
"group-has-[:checked]/radio:border-danger-main",
|
|
137
|
+
"group-hover/radio:border-danger-light",
|
|
138
|
+
"group-hover/radio:bg-danger-soft"
|
|
139
|
+
],
|
|
140
|
+
innerDot: ["bg-danger-main"],
|
|
141
|
+
label: ["text-danger-main"]
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
isDisabled: {
|
|
145
|
+
true: {
|
|
146
|
+
base: ["opacity-disabled", "cursor-not-allowed", "pointer-events-auto", "text-neutral-light"],
|
|
147
|
+
outerDot: [
|
|
148
|
+
"cursor-not-allowed",
|
|
149
|
+
"border-neutral-light",
|
|
150
|
+
"bg-neutral-soft",
|
|
151
|
+
"group-has-[:checked]/radio:bg-neutral-soft",
|
|
152
|
+
"group-has-[:checked]/radio:border-neutral-light",
|
|
153
|
+
"group-hover/radio:border-neutral-light",
|
|
154
|
+
"group-hover/radio:bg-neutral-soft"
|
|
155
|
+
],
|
|
156
|
+
innerDot: ["bg-neutral-soft"],
|
|
157
|
+
label: ["text-neutral-light"]
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
defaultVariants: {
|
|
162
|
+
color: "primary",
|
|
163
|
+
size: "md",
|
|
164
|
+
isDisabled: false
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
export {
|
|
169
|
+
radio_default
|
|
170
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/components/ripple/useRipple.ts
|
|
4
|
+
import { useState, useCallback } from "react";
|
|
5
|
+
function useRipple(props = {}) {
|
|
6
|
+
const [ripples, setRipples] = useState([]);
|
|
7
|
+
const getUniqueID = (key) => `${key}-${Math.random().toString(36).substr(2, 9)}`;
|
|
8
|
+
const onPress = useCallback((event) => {
|
|
9
|
+
const trigger = event.target;
|
|
10
|
+
const rect = trigger.getBoundingClientRect();
|
|
11
|
+
const size = Math.max(trigger.clientWidth, trigger.clientHeight);
|
|
12
|
+
setRipples((prevRipples) => [
|
|
13
|
+
...prevRipples,
|
|
14
|
+
{
|
|
15
|
+
key: getUniqueID(prevRipples.length.toString()),
|
|
16
|
+
size,
|
|
17
|
+
x: event.clientX - rect.left - size / 2,
|
|
18
|
+
y: event.clientY - rect.top - size / 2
|
|
19
|
+
}
|
|
20
|
+
]);
|
|
21
|
+
}, []);
|
|
22
|
+
const onClear = useCallback((key) => {
|
|
23
|
+
setRipples((prevState) => prevState.filter((ripple) => ripple.key !== key));
|
|
24
|
+
}, []);
|
|
25
|
+
return { ripples, onClear, onPress, ...props };
|
|
26
|
+
}
|
|
27
|
+
function clamp(value, min, max) {
|
|
28
|
+
return Math.min(Math.max(value, min), max);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export {
|
|
32
|
+
useRipple,
|
|
33
|
+
clamp
|
|
34
|
+
};
|
|
@@ -5,19 +5,9 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var
|
|
9
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
10
|
-
}) : x)(function(x) {
|
|
11
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
12
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
13
|
-
});
|
|
14
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
8
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
15
9
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
16
10
|
};
|
|
17
|
-
var __export = (target, all) => {
|
|
18
|
-
for (var name in all)
|
|
19
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
20
|
-
};
|
|
21
11
|
var __copyProps = (to, from, except, desc) => {
|
|
22
12
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
23
13
|
for (let key of __getOwnPropNames(from))
|
|
@@ -36,8 +26,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
36
26
|
));
|
|
37
27
|
|
|
38
28
|
export {
|
|
39
|
-
__require,
|
|
40
29
|
__commonJS,
|
|
41
|
-
__export,
|
|
42
30
|
__toESM
|
|
43
31
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
button_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-S65S7QZ5.mjs";
|
|
5
5
|
import {
|
|
6
6
|
Icon_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-24NQEB73.mjs";
|
|
8
|
+
import {
|
|
9
|
+
tv
|
|
10
|
+
} from "./chunk-2ZT6V4QR.mjs";
|
|
8
11
|
import {
|
|
9
12
|
mapPropsVariants
|
|
10
13
|
} from "./chunk-E3G5QXSH.mjs";
|
|
11
|
-
import {
|
|
12
|
-
tv
|
|
13
|
-
} from "./chunk-J725QONZ.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/modal/modal.tsx
|
|
16
16
|
import { forwardRef, useCallback, useMemo, useEffect } from "react";
|
|
@@ -126,7 +126,7 @@ var Modal = forwardRef((originalProps, ref) => {
|
|
|
126
126
|
}, [isOpen, isKeyboardDismissDisabled, onCancel]);
|
|
127
127
|
return /* @__PURE__ */ jsx(Fragment, { children: isOpen && createPortal(
|
|
128
128
|
/* @__PURE__ */ jsx("div", { ...getBackdropProps(), children: /* @__PURE__ */ jsxs("div", { ref, ...getModalWrapperProps(), children: [
|
|
129
|
-
typeof icon === "string" ? /* @__PURE__ */ jsx("div", { ...getIconProps(), children: /* @__PURE__ */ jsx(Icon_default, { name: icon, className: "
|
|
129
|
+
typeof icon === "string" ? /* @__PURE__ */ jsx("div", { ...getIconProps(), children: /* @__PURE__ */ jsx(Icon_default, { name: icon, className: "h-[80px] w-[80px]" }) }) : /* @__PURE__ */ jsx("div", { ...getIconProps(), children: icon }),
|
|
130
130
|
/* @__PURE__ */ jsxs("div", { ...getBodyWrapperProps(), children: [
|
|
131
131
|
showCloseButton && /* @__PURE__ */ jsx(Icon_default, { name: "close", ...getCloseIconProps(), onClick: onCancel }),
|
|
132
132
|
/* @__PURE__ */ jsxs("div", { ...getBodyProps(), children: [
|
|
@@ -136,7 +136,7 @@ var Modal = forwardRef((originalProps, ref) => {
|
|
|
136
136
|
] }),
|
|
137
137
|
content && typeof content === "string" ? /* @__PURE__ */ jsx("div", { ...getContentProps(), children: content }) : content,
|
|
138
138
|
(cancelButtonText || confirmButtonText) && /* @__PURE__ */ jsxs("div", { ...getFooterWrapperProps(), children: [
|
|
139
|
-
cancelButtonText && /* @__PURE__ */ jsx(button_default, { variant: "
|
|
139
|
+
cancelButtonText && /* @__PURE__ */ jsx(button_default, { variant: "outline", color: originalProps.color, fullWidth: true, onClick: onCancel, children: cancelButtonText }),
|
|
140
140
|
confirmButtonText && /* @__PURE__ */ jsx(button_default, { size: "md", color: originalProps.color, fullWidth: true, onClick: onConfirm, children: confirmButtonText })
|
|
141
141
|
] })
|
|
142
142
|
] })
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
avatar_default
|
|
4
|
+
} from "./chunk-CF6O6TCF.mjs";
|
|
5
|
+
import {
|
|
6
|
+
Icon_default
|
|
7
|
+
} from "./chunk-24NQEB73.mjs";
|
|
8
|
+
import {
|
|
9
|
+
tv
|
|
10
|
+
} from "./chunk-2ZT6V4QR.mjs";
|
|
11
|
+
import {
|
|
12
|
+
mapPropsVariants
|
|
13
|
+
} from "./chunk-E3G5QXSH.mjs";
|
|
14
|
+
|
|
15
|
+
// src/components/list/listItem.tsx
|
|
16
|
+
import { forwardRef, useMemo } from "react";
|
|
17
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
18
|
+
var ListItem = forwardRef((props, ref) => {
|
|
19
|
+
const [rawProps, variantProps] = mapPropsVariants(props, listItemStyle.variantKeys);
|
|
20
|
+
const {
|
|
21
|
+
title,
|
|
22
|
+
subTitle,
|
|
23
|
+
size = "md",
|
|
24
|
+
avatar,
|
|
25
|
+
startIconName,
|
|
26
|
+
selected,
|
|
27
|
+
classNames,
|
|
28
|
+
onClick
|
|
29
|
+
} = { ...rawProps, ...variantProps };
|
|
30
|
+
const slots = useMemo(() => listItemStyle(variantProps), [variantProps]);
|
|
31
|
+
const iconSize = ["lg", "xl"].includes(size) ? "lg" : "md";
|
|
32
|
+
const avatarSize = iconSize;
|
|
33
|
+
return /* @__PURE__ */ jsxs("div", { ref, className: slots.base({ class: classNames == null ? void 0 : classNames.base }), "data-selected": selected, onClick, children: [
|
|
34
|
+
/* @__PURE__ */ jsxs("div", { className: slots.wrapper({ class: classNames == null ? void 0 : classNames.wrapper }), children: [
|
|
35
|
+
avatar && /* @__PURE__ */ jsx(avatar_default, { ...avatar, variant: "round", size: avatarSize }),
|
|
36
|
+
startIconName && /* @__PURE__ */ jsx(Icon_default, { name: startIconName, fill: true, size, className: slots.startIcon({ class: classNames == null ? void 0 : classNames.startIcon }) }),
|
|
37
|
+
/* @__PURE__ */ jsxs("div", { className: slots.titleWrapper({ class: classNames == null ? void 0 : classNames.titleWrapper }), children: [
|
|
38
|
+
/* @__PURE__ */ jsx("span", { className: slots.title({ class: classNames == null ? void 0 : classNames.title }), children: title }),
|
|
39
|
+
subTitle && /* @__PURE__ */ jsx("span", { className: slots.subTitle({ class: classNames == null ? void 0 : classNames.subTitle }), children: subTitle })
|
|
40
|
+
] })
|
|
41
|
+
] }),
|
|
42
|
+
/* @__PURE__ */ jsx(Icon_default, { name: "right-chevron", size: iconSize, className: slots.icon({ class: classNames == null ? void 0 : classNames.icon }) })
|
|
43
|
+
] });
|
|
44
|
+
});
|
|
45
|
+
ListItem.displayName = "ListItem";
|
|
46
|
+
var listItem_default = ListItem;
|
|
47
|
+
var listItemStyle = tv({
|
|
48
|
+
slots: {
|
|
49
|
+
base: [
|
|
50
|
+
"group",
|
|
51
|
+
"w-full",
|
|
52
|
+
"flex",
|
|
53
|
+
"justify-between",
|
|
54
|
+
"items-center",
|
|
55
|
+
"gap-[10px]",
|
|
56
|
+
"bg-transparent",
|
|
57
|
+
"p-[10px]",
|
|
58
|
+
"cursor-pointer",
|
|
59
|
+
"select-none"
|
|
60
|
+
],
|
|
61
|
+
wrapper: ["flex", "w-full", "items-center", "gap-[10px]", "flex-1", "min-w-0"],
|
|
62
|
+
startIcon: ["fill-neutral-dark"],
|
|
63
|
+
titleWrapper: ["flex", "flex-col", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
|
|
64
|
+
title: ["text-neutral-dark", "font-bold", "truncate"],
|
|
65
|
+
subTitle: ["text-neutral-main", "truncate"],
|
|
66
|
+
icon: ["stroke-neutral-dark"]
|
|
67
|
+
},
|
|
68
|
+
variants: {
|
|
69
|
+
variant: {
|
|
70
|
+
solid: {},
|
|
71
|
+
outline: {}
|
|
72
|
+
},
|
|
73
|
+
size: {
|
|
74
|
+
sm: {
|
|
75
|
+
base: ["min-h-[40px]", "rounded-sm", "!border-sm"],
|
|
76
|
+
title: ["text-sm"],
|
|
77
|
+
subTitle: ["text-sm"]
|
|
78
|
+
},
|
|
79
|
+
md: {
|
|
80
|
+
base: ["min-h-[45px]", "rounded-md", "!border-md"],
|
|
81
|
+
title: ["text-md"],
|
|
82
|
+
subTitle: ["text-sm"]
|
|
83
|
+
},
|
|
84
|
+
lg: {
|
|
85
|
+
base: ["min-h-[50px]", "rounded-lg", "!border-lg"],
|
|
86
|
+
title: ["text-lg"],
|
|
87
|
+
subTitle: ["text-md"]
|
|
88
|
+
},
|
|
89
|
+
xl: {
|
|
90
|
+
base: ["min-h-[55px]", "rounded-xl", "!border-xl"],
|
|
91
|
+
title: ["text-xl"],
|
|
92
|
+
subTitle: ["text-md"]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
color: {
|
|
96
|
+
primary: {},
|
|
97
|
+
secondary: {},
|
|
98
|
+
neutral: {}
|
|
99
|
+
},
|
|
100
|
+
isDisabled: {
|
|
101
|
+
true: {
|
|
102
|
+
base: [
|
|
103
|
+
"!bg-transparent",
|
|
104
|
+
"!cursor-not-allowed",
|
|
105
|
+
"!opacity-disabled",
|
|
106
|
+
"!pointer-events-none",
|
|
107
|
+
"!data-[selected=true]:bg-transparent"
|
|
108
|
+
],
|
|
109
|
+
startIcon: ["!fill-neutral-light"],
|
|
110
|
+
title: ["!text-neutral-light"],
|
|
111
|
+
subTitle: ["!text-neutral-light"],
|
|
112
|
+
icon: ["!stroke-neutral-light"]
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
compoundVariants: [
|
|
117
|
+
{
|
|
118
|
+
variant: ["solid", "outline"],
|
|
119
|
+
class: {
|
|
120
|
+
base: ["border", "border-transparent"]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
variant: "solid",
|
|
125
|
+
color: "primary",
|
|
126
|
+
class: {
|
|
127
|
+
base: ["data-[selected=true]:bg-primary-soft"],
|
|
128
|
+
startIcon: ["group-data-[selected=true]:fill-neutral-strong", "group-hover:fill-primary-main"],
|
|
129
|
+
title: ["group-data-[selected=true]:text-neutral-strong", "group-hover:text-primary-main"],
|
|
130
|
+
subTitle: ["group-data-[selected=true]:text-neutral-strong"],
|
|
131
|
+
icon: ["group-data-[selected=true]:stroke-neutral-strong", "group-hover:stroke-primary-main"]
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
variant: "solid",
|
|
136
|
+
color: "secondary",
|
|
137
|
+
class: {
|
|
138
|
+
base: ["data-[selected=true]:bg-secondary-soft"],
|
|
139
|
+
startIcon: ["group-data-[selected=true]:fill-neutral-strong", "group-hover:fill-secondary-main"],
|
|
140
|
+
title: ["group-data-[selected=true]:text-neutral-strong", "group-hover:text-secondary-main"],
|
|
141
|
+
subTitle: ["group-data-[selected=true]:text-neutral-strong"],
|
|
142
|
+
icon: ["group-data-[selected=true]:stroke-neutral-strong", "group-hover:stroke-secondary-main"]
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
variant: "solid",
|
|
147
|
+
color: "neutral",
|
|
148
|
+
class: {
|
|
149
|
+
base: ["data-[selected=true]:bg-neutral-soft"],
|
|
150
|
+
startIcon: ["group-data-[selected=true]:fill-neutral-strong", "group-hover:fill-neutral-strong"],
|
|
151
|
+
title: ["group-data-[selected=true]:text-neutral-strong", "group-hover:text-neutral-strong"],
|
|
152
|
+
subTitle: ["group-data-[selected=true]:text-neutral-strong"],
|
|
153
|
+
icon: ["group-data-[selected=true]:stroke-neutral-strong", "group-hover:stroke-neutral-strong"]
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
variant: "outline",
|
|
158
|
+
color: "primary",
|
|
159
|
+
class: {
|
|
160
|
+
base: [
|
|
161
|
+
"data-[selected=true]:border-primary-main",
|
|
162
|
+
"data-[selected=true]:bg-primary-soft",
|
|
163
|
+
"hover:border-primary-light"
|
|
164
|
+
],
|
|
165
|
+
startIcon: ["group-data-[selected=true]:fill-neutral-strong"],
|
|
166
|
+
title: ["group-data-[selected=true]:text-neutral-strong"],
|
|
167
|
+
subTitle: ["group-data-[selected=true]:text-neutral-strong"],
|
|
168
|
+
icon: ["group-data-[selected=true]:stroke-neutral-strong"]
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
variant: "outline",
|
|
173
|
+
color: "secondary",
|
|
174
|
+
class: {
|
|
175
|
+
base: [
|
|
176
|
+
"group-data-[selected=true]:border-secondary-main",
|
|
177
|
+
"group-data-[selected=true]:bg-secondary-soft",
|
|
178
|
+
"group-hover:border-secondary-light"
|
|
179
|
+
],
|
|
180
|
+
startIcon: ["group-data-[selected=true]:fill-neutral-strong"],
|
|
181
|
+
title: ["group-data-[selected=true]:text-neutral-strong"],
|
|
182
|
+
subTitle: ["group-data-[selected=true]:text-neutral-strong"],
|
|
183
|
+
icon: ["group-data-[selected=true]:stroke-neutral-strong"]
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
variant: "outline",
|
|
188
|
+
color: "neutral",
|
|
189
|
+
class: {
|
|
190
|
+
base: [
|
|
191
|
+
"group-data-[selected=true]:border-neutral-main",
|
|
192
|
+
"group-data-[selected=true]:bg-neutral-soft",
|
|
193
|
+
"group-hover:border-neutral-light"
|
|
194
|
+
],
|
|
195
|
+
startIcon: ["group-data-[selected=true]:fill-neutral-strong"],
|
|
196
|
+
title: ["group-data-[selected=true]:text-neutral-strong"],
|
|
197
|
+
subTitle: ["group-data-[selected=true]:text-neutral-strong"],
|
|
198
|
+
icon: ["group-data-[selected=true]:stroke-neutral-strong"]
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
defaultVariants: {
|
|
203
|
+
variant: "solid",
|
|
204
|
+
color: "primary",
|
|
205
|
+
size: "md"
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
|
|
209
|
+
export {
|
|
210
|
+
listItem_default
|
|
211
|
+
};
|
|
@@ -118,6 +118,13 @@ var textareaStyle = tv({
|
|
|
118
118
|
textarea: "text-lg rounded-lg",
|
|
119
119
|
label: "text-lg",
|
|
120
120
|
errorMessage: "text-lg"
|
|
121
|
+
},
|
|
122
|
+
xl: {
|
|
123
|
+
base: "gap-[10px]",
|
|
124
|
+
textareaWrapper: "w-[240px] rounded-xl p-[10px]",
|
|
125
|
+
textarea: "text-xl rounded-xl",
|
|
126
|
+
label: "text-xl",
|
|
127
|
+
errorMessage: "text-xl"
|
|
121
128
|
}
|
|
122
129
|
},
|
|
123
130
|
radius: {
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
template
|
|
4
|
+
} from "./chunk-P2TMIZRH.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-2ZT6V4QR.mjs";
|
|
8
|
+
|
|
9
|
+
// src/components/avatar/avatar.tsx
|
|
10
|
+
import { forwardRef, useMemo } from "react";
|
|
11
|
+
import { jsx } from "react/jsx-runtime";
|
|
12
|
+
var Avatar = forwardRef(
|
|
13
|
+
({ variant = "square", size = "md", classNames, ...rest }, ref) => {
|
|
14
|
+
const SVGIcon = template["avatar"];
|
|
15
|
+
const slots = useMemo(() => avatarStyle({ variant, size }), [variant, size]);
|
|
16
|
+
return /* @__PURE__ */ jsx("div", { ref, className: slots.base({ class: classNames == null ? void 0 : classNames.base }), children: /* @__PURE__ */ jsx(SVGIcon, { className: slots.content({ class: classNames == null ? void 0 : classNames.content }), ...rest }) });
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
Avatar.displayName = "Avatar";
|
|
20
|
+
var avatar_default = Avatar;
|
|
21
|
+
var avatarStyle = tv({
|
|
22
|
+
slots: {
|
|
23
|
+
base: ["w-fit", "h-fit", "flex", "items-center", "justify-center", "bg-neutral-soft", "overflow-hidden"],
|
|
24
|
+
content: []
|
|
25
|
+
},
|
|
26
|
+
variants: {
|
|
27
|
+
variant: {
|
|
28
|
+
square: {},
|
|
29
|
+
round: {}
|
|
30
|
+
},
|
|
31
|
+
size: {
|
|
32
|
+
sm: {
|
|
33
|
+
base: ["size-[20px]", "min-w-[20px]", "min-h-[20px]", "rounded-sm"]
|
|
34
|
+
},
|
|
35
|
+
md: {
|
|
36
|
+
base: ["size-[30px]", "min-w-[30px]", "min-h-[30px]", "rounded-md"]
|
|
37
|
+
},
|
|
38
|
+
lg: {
|
|
39
|
+
base: ["size-[40px]", "min-w-[40px]", "min-h-[40px]", "rounded-lg"]
|
|
40
|
+
},
|
|
41
|
+
xl: {
|
|
42
|
+
base: ["size-[50px]", "min-w-[50px]", "min-h-[50px]", "rounded-xl"]
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
compoundVariants: [
|
|
47
|
+
{
|
|
48
|
+
variant: "round",
|
|
49
|
+
size: ["sm", "md", "lg", "xl"],
|
|
50
|
+
className: {
|
|
51
|
+
base: ["rounded-full"]
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
defaultVariants: {
|
|
56
|
+
variant: "square",
|
|
57
|
+
size: "md"
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
export {
|
|
62
|
+
avatar_default
|
|
63
|
+
};
|