@dmsi/wedgekit-react 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-25Y2OMTD.js → chunk-6ZY524ID.js} +8 -4
- package/dist/{chunk-UGXT677T.js → chunk-BWRHL2AG.js} +4 -2
- package/dist/{chunk-VFWFORJJ.js → chunk-DKKYR6DS.js} +1 -0
- package/dist/{chunk-TBHTISFW.js → chunk-GTCSRHPF.js} +1 -1
- package/dist/chunk-I2UVVKQI.js +12 -0
- package/dist/{chunk-CABAANHQ.js → chunk-L4UM372R.js} +5 -1
- package/dist/chunk-Q3FKEKIN.js +23 -0
- package/dist/{chunk-YD462QK7.js → chunk-TAW5ZZ4Z.js} +4 -4
- package/dist/{chunk-UEN5BURK.js → chunk-TRUPPHBQ.js} +14 -11
- package/dist/{chunk-2B7WUAOV.js → chunk-TU55CHXU.js} +4 -2
- package/dist/{chunk-PMQOPIJZ.js → chunk-U42SKNR6.js} +45 -16
- package/dist/{chunk-SPQH4CSJ.js → chunk-XUIPGYP5.js} +11 -3
- package/dist/components/Checkbox.cjs +1 -0
- package/dist/components/Checkbox.js +1 -1
- package/dist/components/DataGrid.cjs +145 -17
- package/dist/components/DataGrid.js +138 -19
- package/dist/components/DataGridCell.cjs +4 -2
- package/dist/components/DataGridCell.js +4 -4
- package/dist/components/DateInput.cjs +4 -2
- package/dist/components/DateInput.js +1 -1
- package/dist/components/DateRangeInput.cjs +4 -2
- package/dist/components/DateRangeInput.js +1 -1
- package/dist/components/FilterGroup.cjs +559 -31
- package/dist/components/FilterGroup.js +21 -3
- package/dist/components/Input.cjs +4 -2
- package/dist/components/Input.js +1 -1
- package/dist/components/MainBar.cjs +2 -1
- package/dist/components/MainBar.js +2 -1
- package/dist/components/Menu.js +1 -1
- package/dist/components/MobileDataGrid.cjs +658 -0
- package/dist/components/MobileDataGrid.js +125 -0
- package/dist/components/Modal.cjs +147 -52
- package/dist/components/Modal.js +80 -30
- package/dist/components/ModalButtons.cjs +7 -3
- package/dist/components/ModalButtons.js +1 -1
- package/dist/components/ModalContent.cjs +25 -2
- package/dist/components/ModalContent.js +1 -1
- package/dist/components/ModalHeader.cjs +11 -3
- package/dist/components/ModalHeader.js +1 -1
- package/dist/components/ModalScrim.cjs +5 -6
- package/dist/components/ModalScrim.js +1 -1
- package/dist/components/Notification.cjs +137 -26
- package/dist/components/Notification.js +29 -16
- package/dist/components/Password.cjs +4 -2
- package/dist/components/Password.js +1 -1
- package/dist/components/Search.cjs +4 -2
- package/dist/components/Search.js +2 -2
- package/dist/components/Select.cjs +15 -7
- package/dist/components/Select.js +2 -2
- package/dist/components/SideMenuGroup.cjs +45 -16
- package/dist/components/SideMenuGroup.js +1 -1
- package/dist/components/SideMenuItem.cjs +45 -16
- package/dist/components/SideMenuItem.js +1 -1
- package/dist/components/Stack.cjs +45 -16
- package/dist/components/Stack.js +1 -1
- package/dist/components/Stepper.cjs +4 -2
- package/dist/components/Stepper.js +1 -1
- package/dist/components/Surface.cjs +4 -4
- package/dist/components/Surface.js +36 -3
- package/dist/components/Swatch.cjs +971 -22
- package/dist/components/Swatch.js +928 -7
- package/dist/components/Theme.js +3 -9
- package/dist/components/Time.cjs +150 -91
- package/dist/components/Time.js +48 -60
- package/dist/components/Toast.cjs +1 -1
- package/dist/components/Toast.js +1 -1
- package/dist/fonts.css +2 -0
- package/dist/index.css +371 -19
- package/package.json +1 -1
- package/src/brand.css +16 -1
- package/src/components/Checkbox.tsx +1 -0
- package/src/components/DataGrid.tsx +132 -3
- package/src/components/FilterGroup.tsx +25 -2
- package/src/components/Input.tsx +4 -1
- package/src/components/MainBar.tsx +2 -1
- package/src/components/Menu.tsx +11 -4
- package/src/components/MobileDataGrid.tsx +135 -0
- package/src/components/Modal.tsx +73 -13
- package/src/components/ModalButtons.tsx +26 -17
- package/src/components/ModalContent.tsx +20 -2
- package/src/components/ModalHeader.tsx +24 -13
- package/src/components/ModalScrim.tsx +4 -3
- package/src/components/Notification.tsx +21 -14
- package/src/components/Select.tsx +7 -9
- package/src/components/Stack.tsx +85 -20
- package/src/components/Surface.tsx +4 -5
- package/src/components/Swatch.tsx +779 -6
- package/src/components/Time.tsx +51 -70
- package/src/components/Toast.tsx +1 -1
- package/src/darkmode.css +18 -3
- package/src/fonts.css +2 -0
- package/src/index.css +23 -3
- package/dist/acc.css +0 -3
- package/dist/agility.css +0 -7
- package/dist/chunk-22YZ6LFN.js +0 -322
- package/dist/chunk-27OSC5OM.js +0 -68
- package/dist/chunk-2EHJFFX4.js +0 -124
- package/dist/chunk-2GC2SPSS.js +0 -130
- package/dist/chunk-2KLCMD2M.js +0 -106
- package/dist/chunk-2TLQVCQQ.js +0 -130
- package/dist/chunk-2Y6GPKXR.js +0 -263
- package/dist/chunk-322ATVWD.js +0 -298
- package/dist/chunk-35DCQU2F.js +0 -127
- package/dist/chunk-3B7FAEF7.js +0 -38
- package/dist/chunk-3FLOLZYP.js +0 -21
- package/dist/chunk-3IZWY2C7.js +0 -221
- package/dist/chunk-3NGYDV56.js +0 -38
- package/dist/chunk-3NLKVKFR.js +0 -72
- package/dist/chunk-3R7YVBRL.js +0 -135
- package/dist/chunk-3RDFNEVD.js +0 -91
- package/dist/chunk-3TPGMRVY.js +0 -123
- package/dist/chunk-42X2EOOI.js +0 -129
- package/dist/chunk-47GJZWOH.js +0 -103
- package/dist/chunk-4BUU5MTT.js +0 -263
- package/dist/chunk-4IZG2UCW.js +0 -31
- package/dist/chunk-4M7CJVTZ.js +0 -136
- package/dist/chunk-4NZBVXM3.js +0 -53
- package/dist/chunk-4S4WZ3MQ.js +0 -103
- package/dist/chunk-4SV7MJMP.js +0 -340
- package/dist/chunk-4TH2SUHQ.js +0 -145
- package/dist/chunk-56ORPWGF.js +0 -148
- package/dist/chunk-5HIUW5CM.js +0 -128
- package/dist/chunk-5K3U4IUW.js +0 -34
- package/dist/chunk-5KOZKEEM.js +0 -91
- package/dist/chunk-5OIRPFRD.js +0 -114
- package/dist/chunk-5QW5SJNW.js +0 -31
- package/dist/chunk-5QZO37QK.js +0 -263
- package/dist/chunk-5ROMJJRK.js +0 -135
- package/dist/chunk-5VHYVTZI.js +0 -123
- package/dist/chunk-6277DY3K.js +0 -437
- package/dist/chunk-6C5NOV6D.js +0 -263
- package/dist/chunk-6CDVHKTS.js +0 -103
- package/dist/chunk-6E4OJA7E.js +0 -263
- package/dist/chunk-6GBZFWQ4.js +0 -105
- package/dist/chunk-6GGLA6DI.js +0 -263
- package/dist/chunk-6HKVN4QK.js +0 -340
- package/dist/chunk-6HLJFPGY.js +0 -284
- package/dist/chunk-6KUUK27D.js +0 -31
- package/dist/chunk-6Q5NNY5V.js +0 -135
- package/dist/chunk-6VAZR5GK.js +0 -122
- package/dist/chunk-6XDXJ3Z3.js +0 -131
- package/dist/chunk-6XIXUFSA.js +0 -114
- package/dist/chunk-7CG4GVU7.js +0 -21
- package/dist/chunk-7DNCGSXK.js +0 -284
- package/dist/chunk-7GFGBJCU.js +0 -287
- package/dist/chunk-7VA3AERB.js +0 -31
- package/dist/chunk-7YJLGGIR.js +0 -83
- package/dist/chunk-7ZCBQXHR.js +0 -272
- package/dist/chunk-A4BGWCF6.js +0 -221
- package/dist/chunk-A6RDEIAN.js +0 -254
- package/dist/chunk-AE7SZPWF.js +0 -121
- package/dist/chunk-AEQYZFXI.js +0 -50
- package/dist/chunk-AFEIB2Y7.js +0 -213
- package/dist/chunk-AGQML5BM.js +0 -340
- package/dist/chunk-AHBE63RV.js +0 -263
- package/dist/chunk-AHHXD4EH.js +0 -31
- package/dist/chunk-AILPQXDY.js +0 -47
- package/dist/chunk-AKTL6JU5.js +0 -25
- package/dist/chunk-AMZFEIAM.js +0 -114
- package/dist/chunk-ANI7PKSV.js +0 -38
- package/dist/chunk-AO6WGDPJ.js +0 -105
- package/dist/chunk-ASDN5OZ3.js +0 -318
- package/dist/chunk-ASSOOV4N.js +0 -53
- package/dist/chunk-AWSUZLRR.js +0 -79
- package/dist/chunk-B6A3BOGW.js +0 -31
- package/dist/chunk-B6NMINKX.js +0 -72
- package/dist/chunk-B7UOXS2S.js +0 -221
- package/dist/chunk-BDN7SDV5.js +0 -31
- package/dist/chunk-BDPJYJD2.js +0 -218
- package/dist/chunk-BDYWCYRG.js +0 -263
- package/dist/chunk-BENTHNAQ.js +0 -51
- package/dist/chunk-BGPBLXQ5.js +0 -131
- package/dist/chunk-BKC5DNOX.js +0 -162
- package/dist/chunk-BMGYSXYW.js +0 -50
- package/dist/chunk-BNOE4DGB.js +0 -79
- package/dist/chunk-BQMI4NKT.js +0 -103
- package/dist/chunk-BSBXTPTA.js +0 -84
- package/dist/chunk-BYNATA7V.js +0 -114
- package/dist/chunk-BZFVPEG3.js +0 -98
- package/dist/chunk-C2GYWE4S.js +0 -263
- package/dist/chunk-C5NNFQ4B.js +0 -114
- package/dist/chunk-C7ALJGJG.js +0 -322
- package/dist/chunk-C7S6DKZ6.js +0 -31
- package/dist/chunk-CA4BW655.js +0 -50
- package/dist/chunk-CELC37U6.js +0 -38
- package/dist/chunk-CIWOBFZ4.js +0 -340
- package/dist/chunk-CKB4S3O3.js +0 -284
- package/dist/chunk-CL6RYGIT.js +0 -263
- package/dist/chunk-CLB4OQS5.js +0 -84
- package/dist/chunk-CMBMFSP4.js +0 -340
- package/dist/chunk-CTHHLBRT.js +0 -90
- package/dist/chunk-DDQ4KWHW.js +0 -74
- package/dist/chunk-DHWXCPF2.js +0 -56
- package/dist/chunk-DV3IMUO6.js +0 -50
- package/dist/chunk-DZHPNWUL.js +0 -70
- package/dist/chunk-DZLUR2I7.js +0 -34
- package/dist/chunk-E7H6GJIB.js +0 -31
- package/dist/chunk-EAJ37R7R.js +0 -31
- package/dist/chunk-EDMIKY4Q.js +0 -50
- package/dist/chunk-EE4GUGFX.js +0 -31
- package/dist/chunk-EHCD3FVZ.js +0 -50
- package/dist/chunk-EHOMG5B4.js +0 -31
- package/dist/chunk-EM7ODK2O.js +0 -53
- package/dist/chunk-ER3HQRPL.js +0 -105
- package/dist/chunk-ER6TD3DA.js +0 -30
- package/dist/chunk-ESK7AT3B.js +0 -38
- package/dist/chunk-ETWMDEUU.js +0 -114
- package/dist/chunk-EWX2EDF5.js +0 -236
- package/dist/chunk-EXJKOP3Y.js +0 -236
- package/dist/chunk-F2YQE6G5.js +0 -145
- package/dist/chunk-F3U3RHIB.js +0 -131
- package/dist/chunk-F433MJII.js +0 -91
- package/dist/chunk-F4JE6AD2.js +0 -160
- package/dist/chunk-FCYGYC7R.js +0 -30
- package/dist/chunk-FEEMBYZR.js +0 -98
- package/dist/chunk-FKQ63FLW.js +0 -91
- package/dist/chunk-FNFDOS7L.js +0 -263
- package/dist/chunk-FNLYAP3I.js +0 -135
- package/dist/chunk-FQVCRL3Z.js +0 -145
- package/dist/chunk-FZ6I2KRT.js +0 -263
- package/dist/chunk-FZLYFJ53.js +0 -26
- package/dist/chunk-G3AYBQ2Y.js +0 -221
- package/dist/chunk-G4V7WZAV.js +0 -72
- package/dist/chunk-GDAY5XPY.js +0 -47
- package/dist/chunk-GELM4Z36.js +0 -263
- package/dist/chunk-GGR5UY3Q.js +0 -83
- package/dist/chunk-GK556OXV.js +0 -263
- package/dist/chunk-GOB3NB3Q.js +0 -130
- package/dist/chunk-GPIG2QUB.js +0 -437
- package/dist/chunk-GV63QYC5.js +0 -130
- package/dist/chunk-GWNDXZUZ.js +0 -263
- package/dist/chunk-H3INEB6H.js +0 -296
- package/dist/chunk-H3VQYL46.js +0 -50
- package/dist/chunk-H53EBFHV.js +0 -114
- package/dist/chunk-HBD6NLMB.js +0 -51
- package/dist/chunk-HBTQFVPW.js +0 -121
- package/dist/chunk-HCDYAZGJ.js +0 -91
- package/dist/chunk-HE3XKR3P.js +0 -130
- package/dist/chunk-HK3NQMPY.js +0 -51
- package/dist/chunk-HK54SJNM.js +0 -103
- package/dist/chunk-HL2IYNCS.js +0 -50
- package/dist/chunk-I5A3SU35.js +0 -282
- package/dist/chunk-I5HKQSF2.js +0 -59
- package/dist/chunk-I7LXSGQA.js +0 -10
- package/dist/chunk-IDAZ53A4.js +0 -261
- package/dist/chunk-II6HWGH6.js +0 -295
- package/dist/chunk-IIDPTJCI.js +0 -31
- package/dist/chunk-IJ6AAL4W.js +0 -59
- package/dist/chunk-IKZQIIV3.js +0 -123
- package/dist/chunk-ISKELMPI.js +0 -67
- package/dist/chunk-IWUZ6NSN.js +0 -218
- package/dist/chunk-IYDKL3OH.js +0 -130
- package/dist/chunk-IZ75D7KD.js +0 -30
- package/dist/chunk-JCLVMFRY.js +0 -122
- package/dist/chunk-JDHZQIFC.js +0 -135
- package/dist/chunk-JFMZU3WS.js +0 -123
- package/dist/chunk-JI54AM6E.js +0 -105
- package/dist/chunk-JM4DMO5V.js +0 -91
- package/dist/chunk-JNLDVEK3.js +0 -221
- package/dist/chunk-JU3RVFK5.js +0 -114
- package/dist/chunk-JU4PINK3.js +0 -282
- package/dist/chunk-K2YPB4SV.js +0 -38
- package/dist/chunk-K5EXR7F7.js +0 -253
- package/dist/chunk-K7CWFWAA.js +0 -263
- package/dist/chunk-KGCFZ3ZY.js +0 -263
- package/dist/chunk-KJEU2OLC.js +0 -263
- package/dist/chunk-KNZWZVWO.js +0 -50
- package/dist/chunk-KVQDUSDT.js +0 -33
- package/dist/chunk-KXFCVFX7.js +0 -50
- package/dist/chunk-KXWYWY7O.js +0 -135
- package/dist/chunk-KYJFCVGO.js +0 -53
- package/dist/chunk-L4SK5HYC.js +0 -114
- package/dist/chunk-L5OMTPWT.js +0 -130
- package/dist/chunk-LBL6VQ5F.js +0 -51
- package/dist/chunk-LCJKAY5H.js +0 -122
- package/dist/chunk-LEPHUIU3.js +0 -263
- package/dist/chunk-LFNCUQNK.js +0 -103
- package/dist/chunk-LIQIMUDD.js +0 -270
- package/dist/chunk-LJ2W2FEG.js +0 -134
- package/dist/chunk-LJGUNBDS.js +0 -238
- package/dist/chunk-LK6UNOMX.js +0 -24
- package/dist/chunk-LQLPGMGP.js +0 -238
- package/dist/chunk-LRNZOITG.js +0 -318
- package/dist/chunk-LSDPH4GX.js +0 -38
- package/dist/chunk-LXYDGV6K.js +0 -437
- package/dist/chunk-MFNBBTWX.js +0 -177
- package/dist/chunk-MGJ3GO6Z.js +0 -284
- package/dist/chunk-MIMYQH75.js +0 -91
- package/dist/chunk-MKIVQLZW.js +0 -122
- package/dist/chunk-MLQQU3ZN.js +0 -31
- package/dist/chunk-MLTOT73W.js +0 -38
- package/dist/chunk-MM2YBW7A.js +0 -31
- package/dist/chunk-MMHTKJ7Z.js +0 -50
- package/dist/chunk-MNZUBPVB.js +0 -263
- package/dist/chunk-MRXJRTKP.js +0 -62
- package/dist/chunk-MSM2B2VT.js +0 -106
- package/dist/chunk-MTJDLHR6.js +0 -218
- package/dist/chunk-MU4ZBPUT.js +0 -263
- package/dist/chunk-MUQHKNFV.js +0 -158
- package/dist/chunk-N2XNU5PP.js +0 -91
- package/dist/chunk-N4NGR36H.js +0 -263
- package/dist/chunk-NA4H2JQX.js +0 -145
- package/dist/chunk-NBV3Y6UB.js +0 -315
- package/dist/chunk-NEBYCDGE.js +0 -284
- package/dist/chunk-NS2KPONF.js +0 -263
- package/dist/chunk-O2KOOPL4.js +0 -148
- package/dist/chunk-OEIQDS7X.js +0 -50
- package/dist/chunk-OJ4PX3ZG.js +0 -59
- package/dist/chunk-OOIM4AHV.js +0 -106
- package/dist/chunk-OQ2SDHRA.js +0 -267
- package/dist/chunk-OQAOAEH5.js +0 -114
- package/dist/chunk-OQWOF5CI.js +0 -322
- package/dist/chunk-ORW5CX24.js +0 -316
- package/dist/chunk-OUHI4UBN.js +0 -38
- package/dist/chunk-OULD24TE.js +0 -98
- package/dist/chunk-P66A67NV.js +0 -30
- package/dist/chunk-PC5JSEHD.js +0 -269
- package/dist/chunk-PLCJ56FF.js +0 -72
- package/dist/chunk-PMNRGAPH.js +0 -191
- package/dist/chunk-PPU6PK34.js +0 -263
- package/dist/chunk-PQEWSSM5.js +0 -31
- package/dist/chunk-PY6MF2II.js +0 -51
- package/dist/chunk-QBXVAKCM.js +0 -59
- package/dist/chunk-QDAFX66E.js +0 -55
- package/dist/chunk-QEXYUSGH.js +0 -201
- package/dist/chunk-QFEYPU44.js +0 -91
- package/dist/chunk-QJWVR7FR.js +0 -387
- package/dist/chunk-QKKRKHFR.js +0 -38
- package/dist/chunk-QKQ4M6UK.js +0 -263
- package/dist/chunk-QTKPVQAY.js +0 -66
- package/dist/chunk-R3IEEDQ6.js +0 -284
- package/dist/chunk-R4UZI5WE.js +0 -171
- package/dist/chunk-RBXILAST.js +0 -437
- package/dist/chunk-RENGWIST.js +0 -263
- package/dist/chunk-REZ33AJK.js +0 -172
- package/dist/chunk-RGI3V47F.js +0 -216
- package/dist/chunk-RMIQDOJV.js +0 -287
- package/dist/chunk-ROYYCT4A.js +0 -31
- package/dist/chunk-RWVJ2YAO.js +0 -131
- package/dist/chunk-RZLSOKZB.js +0 -123
- package/dist/chunk-S3POCSOH.js +0 -31
- package/dist/chunk-S4IHG5J6.js +0 -54
- package/dist/chunk-SHQVFIVR.js +0 -122
- package/dist/chunk-SPV52UKB.js +0 -50
- package/dist/chunk-SSBZHFHQ.js +0 -123
- package/dist/chunk-STVC6SBJ.js +0 -91
- package/dist/chunk-T23U4LBM.js +0 -148
- package/dist/chunk-TC5ACZ3X.js +0 -263
- package/dist/chunk-TD5JMMNX.js +0 -72
- package/dist/chunk-TDEEN7O7.js +0 -50
- package/dist/chunk-TKRAU33B.js +0 -53
- package/dist/chunk-TMLPJ27P.js +0 -126
- package/dist/chunk-TTKSTVEF.js +0 -41
- package/dist/chunk-TVYKK7ZX.js +0 -123
- package/dist/chunk-TZCA2T5D.js +0 -282
- package/dist/chunk-U2CMWI75.js +0 -250
- package/dist/chunk-UA7N4NQJ.js +0 -30
- package/dist/chunk-ULCNZZBV.js +0 -38
- package/dist/chunk-UO4T3RQ7.js +0 -62
- package/dist/chunk-US3SPKKB.js +0 -266
- package/dist/chunk-UUNHTQDU.js +0 -79
- package/dist/chunk-UUZXVVJY.js +0 -161
- package/dist/chunk-UZJMB6V7.js +0 -26
- package/dist/chunk-V3HXUE6V.js +0 -221
- package/dist/chunk-V6UMVJGA.js +0 -53
- package/dist/chunk-V7C6DTJ6.js +0 -72
- package/dist/chunk-VHWB6H64.js +0 -75
- package/dist/chunk-VI62SXXU.js +0 -284
- package/dist/chunk-VK3FB67Z.js +0 -31
- package/dist/chunk-VKC7QT46.js +0 -83
- package/dist/chunk-VVTY2NT4.js +0 -105
- package/dist/chunk-VWEOVI4O.js +0 -123
- package/dist/chunk-WOCMJF6O.js +0 -221
- package/dist/chunk-WPDU5H5L.js +0 -114
- package/dist/chunk-WQMFGEAF.js +0 -235
- package/dist/chunk-WTAZ6P6T.js +0 -263
- package/dist/chunk-WUJFEG3H.js +0 -118
- package/dist/chunk-WUTFZGXS.js +0 -50
- package/dist/chunk-X65IBJJM.js +0 -436
- package/dist/chunk-XATMLZOP.js +0 -263
- package/dist/chunk-XFCRKJRI.js +0 -261
- package/dist/chunk-XGKHSZ6E.js +0 -38
- package/dist/chunk-XJAQVF2E.js +0 -83
- package/dist/chunk-XQX7HSL5.js +0 -38
- package/dist/chunk-XTP3ODBD.js +0 -56
- package/dist/chunk-XWF3ZJCZ.js +0 -97
- package/dist/chunk-XX3GHFG5.js +0 -121
- package/dist/chunk-XZ6AMNDQ.js +0 -290
- package/dist/chunk-Y2LOHSZL.js +0 -72
- package/dist/chunk-Y66VCVZZ.js +0 -122
- package/dist/chunk-YELD6VJI.js +0 -68
- package/dist/chunk-YHPZ5T3W.js +0 -91
- package/dist/chunk-YJV7JCIC.js +0 -38
- package/dist/chunk-YMZUZ5HX.js +0 -263
- package/dist/chunk-YN7MUHAZ.js +0 -218
- package/dist/chunk-YOCKCBUA.js +0 -72
- package/dist/chunk-YPFUW2PT.js +0 -306
- package/dist/chunk-YRLRIQNP.js +0 -284
- package/dist/chunk-YRTR6KJN.js +0 -210
- package/dist/chunk-YSSJHCRC.js +0 -221
- package/dist/chunk-YWLJJNJY.js +0 -259
- package/dist/chunk-YYRH2SGW.js +0 -114
- package/dist/chunk-YZRIJ4AP.js +0 -263
- package/dist/chunk-Z64CLA4J.js +0 -53
- package/dist/chunk-ZCFOYW2U.js +0 -296
- package/dist/chunk-ZEYZVUG5.js +0 -53
- package/dist/chunk-ZHRZMJA3.js +0 -31
- package/dist/chunk-ZJQAMKIP.js +0 -113
- package/dist/chunk-ZRQZOT6X.js +0 -141
- package/dist/chunk-ZUTAZW53.js +0 -306
- package/dist/chunk-ZVJ2T3DC.js +0 -79
- package/dist/chunk-ZWJZHUKU.js +0 -50
- package/dist/chunk-ZXQKFHBO.js +0 -221
- package/dist/components/Calendar.cjs +0 -219
- package/dist/components/Calendar.js +0 -10
- package/dist/components/CalendarRange.stories.cjs +0 -1
- package/dist/components/CalendarRange.stories.js +0 -0
- package/dist/components/Display1.cjs +0 -223
- package/dist/components/Display1.js +0 -8
- package/dist/components/Display2.cjs +0 -220
- package/dist/components/Display2.js +0 -46
- package/dist/components/Heading1.cjs +0 -223
- package/dist/components/Heading1.js +0 -49
- package/dist/components/Heading2.cjs +0 -223
- package/dist/components/Heading2.js +0 -8
- package/dist/components/Heading3.cjs +0 -223
- package/dist/components/Heading3.js +0 -8
- package/dist/icons-light-QXLRBPC4.woff2 +0 -0
- package/dist/icons-normal-MJATZ73K.woff2 +0 -0
- package/dist/millwork.css +0 -4
package/dist/chunk-3B7FAEF7.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Button
|
|
3
|
-
} from "./chunk-O2KOOPL4.js";
|
|
4
|
-
import {
|
|
5
|
-
Icon
|
|
6
|
-
} from "./chunk-IGQVA7SC.js";
|
|
7
|
-
|
|
8
|
-
// src/components/ModalButtons.tsx
|
|
9
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
var ModalButtons = ({ onClose, onContinue }) => {
|
|
11
|
-
return /* @__PURE__ */ jsxs("div", { className: "border-t border-neutral-300 p-4 flex justify-end space-x-2", children: [
|
|
12
|
-
/* @__PURE__ */ jsx(
|
|
13
|
-
Button,
|
|
14
|
-
{
|
|
15
|
-
variant: "secondary",
|
|
16
|
-
leftIcon: /* @__PURE__ */ jsx(Icon, { name: "close", size: 24 }),
|
|
17
|
-
onClick: onClose,
|
|
18
|
-
className: "max-sm:w-full",
|
|
19
|
-
children: "Close"
|
|
20
|
-
}
|
|
21
|
-
),
|
|
22
|
-
/* @__PURE__ */ jsx(
|
|
23
|
-
Button,
|
|
24
|
-
{
|
|
25
|
-
variant: "primary",
|
|
26
|
-
leftIcon: /* @__PURE__ */ jsx(Icon, { name: "check", size: 24 }),
|
|
27
|
-
className: "max-sm:w-full",
|
|
28
|
-
onClick: onContinue,
|
|
29
|
-
children: "Continue"
|
|
30
|
-
}
|
|
31
|
-
)
|
|
32
|
-
] });
|
|
33
|
-
};
|
|
34
|
-
ModalButtons.displayName = "ModalButtons";
|
|
35
|
-
|
|
36
|
-
export {
|
|
37
|
-
ModalButtons
|
|
38
|
-
};
|
package/dist/chunk-3FLOLZYP.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// src/utils.ts
|
|
2
|
-
function findDocumentRoot(element) {
|
|
3
|
-
if (!element || !(element instanceof Node)) {
|
|
4
|
-
return document.body;
|
|
5
|
-
}
|
|
6
|
-
var currentElement = element;
|
|
7
|
-
while (currentElement && currentElement.parentNode) {
|
|
8
|
-
if (currentElement.parentNode === document) {
|
|
9
|
-
return document.body;
|
|
10
|
-
} else if (currentElement.parentNode instanceof DocumentFragment) {
|
|
11
|
-
return currentElement.parentNode;
|
|
12
|
-
} else {
|
|
13
|
-
currentElement = currentElement.parentNode;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
return document.body;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export {
|
|
20
|
-
findDocumentRoot
|
|
21
|
-
};
|
package/dist/chunk-3IZWY2C7.js
DELETED
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useMenuPosition
|
|
3
|
-
} from "./chunk-XFCRKJRI.js";
|
|
4
|
-
import {
|
|
5
|
-
findDocumentRoot
|
|
6
|
-
} from "./chunk-3FLOLZYP.js";
|
|
7
|
-
import {
|
|
8
|
-
__objRest,
|
|
9
|
-
__spreadProps,
|
|
10
|
-
__spreadValues
|
|
11
|
-
} from "./chunk-ORMEWXMH.js";
|
|
12
|
-
|
|
13
|
-
// src/components/Menu.tsx
|
|
14
|
-
import clsx from "clsx";
|
|
15
|
-
import { useEffect, useRef, useState } from "react";
|
|
16
|
-
import { createPortal } from "react-dom";
|
|
17
|
-
import { jsx } from "react/jsx-runtime";
|
|
18
|
-
var Menu = (_a) => {
|
|
19
|
-
var _b = _a, {
|
|
20
|
-
children,
|
|
21
|
-
className,
|
|
22
|
-
ref,
|
|
23
|
-
positionTo,
|
|
24
|
-
show,
|
|
25
|
-
setShow,
|
|
26
|
-
position = "bottom",
|
|
27
|
-
maxHeight: customMaxHeight,
|
|
28
|
-
noTopOffset = false
|
|
29
|
-
} = _b, props = __objRest(_b, [
|
|
30
|
-
"children",
|
|
31
|
-
"className",
|
|
32
|
-
"ref",
|
|
33
|
-
"positionTo",
|
|
34
|
-
"show",
|
|
35
|
-
"setShow",
|
|
36
|
-
"position",
|
|
37
|
-
"maxHeight",
|
|
38
|
-
"noTopOffset"
|
|
39
|
-
]);
|
|
40
|
-
const internalRef = useRef(null);
|
|
41
|
-
const actualRef = ref || internalRef;
|
|
42
|
-
const [maxHeight, setMaxHeight] = useState("180px");
|
|
43
|
-
const { menuPosition, updatePosition } = useMenuPosition(
|
|
44
|
-
positionTo,
|
|
45
|
-
position,
|
|
46
|
-
{
|
|
47
|
-
isOpen: show,
|
|
48
|
-
setIsOpen: setShow,
|
|
49
|
-
menuRef: internalRef,
|
|
50
|
-
noTopOffset
|
|
51
|
-
}
|
|
52
|
-
);
|
|
53
|
-
useEffect(() => {
|
|
54
|
-
const raf = requestAnimationFrame(() => {
|
|
55
|
-
if (!actualRef || !actualRef.current || customMaxHeight) {
|
|
56
|
-
return;
|
|
57
|
-
}
|
|
58
|
-
if (actualRef.current.childElementCount > 4) {
|
|
59
|
-
let accumulatedHeight = 0;
|
|
60
|
-
Array.from(actualRef.current.children).forEach((child, index) => {
|
|
61
|
-
if (index >= 5) {
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
accumulatedHeight += child.clientHeight;
|
|
65
|
-
});
|
|
66
|
-
accumulatedHeight = accumulatedHeight / 5 * 4.5;
|
|
67
|
-
setMaxHeight(`${accumulatedHeight}px`);
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
return () => {
|
|
71
|
-
cancelAnimationFrame(raf);
|
|
72
|
-
};
|
|
73
|
-
}, [actualRef, customMaxHeight]);
|
|
74
|
-
useEffect(() => {
|
|
75
|
-
if (!show) {
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
initializeMenuFocus();
|
|
79
|
-
updatePosition();
|
|
80
|
-
}, [show, updatePosition]);
|
|
81
|
-
useEffect(() => {
|
|
82
|
-
if (!show || !setShow) {
|
|
83
|
-
return;
|
|
84
|
-
}
|
|
85
|
-
const handleEscapeKey = (event) => {
|
|
86
|
-
var _a2;
|
|
87
|
-
if (event.key !== "Escape") {
|
|
88
|
-
return;
|
|
89
|
-
}
|
|
90
|
-
setShow(false);
|
|
91
|
-
(_a2 = positionTo == null ? void 0 : positionTo.current) == null ? void 0 : _a2.focus();
|
|
92
|
-
};
|
|
93
|
-
document.addEventListener("keydown", handleEscapeKey);
|
|
94
|
-
return () => {
|
|
95
|
-
document.removeEventListener("keydown", handleEscapeKey);
|
|
96
|
-
};
|
|
97
|
-
}, [show, setShow, positionTo]);
|
|
98
|
-
return show && createPortal(
|
|
99
|
-
/* @__PURE__ */ jsx(
|
|
100
|
-
"div",
|
|
101
|
-
__spreadProps(__spreadValues({
|
|
102
|
-
ref: setRefs,
|
|
103
|
-
className: clsx(
|
|
104
|
-
"shadow-4 rounded-base bg-background-grouped-primary-normal overflow-x-hidden overflow-y-auto flex flex-col outline-0",
|
|
105
|
-
"absolute",
|
|
106
|
-
"z-50",
|
|
107
|
-
className
|
|
108
|
-
)
|
|
109
|
-
}, props), {
|
|
110
|
-
style: __spreadValues(__spreadProps(__spreadValues({}, props.style), {
|
|
111
|
-
maxHeight: customMaxHeight || maxHeight
|
|
112
|
-
}), menuPosition),
|
|
113
|
-
onKeyDown: handleKeydown,
|
|
114
|
-
onMouseDown: stopPropagation,
|
|
115
|
-
onMouseUp: stopPropagation,
|
|
116
|
-
onTouchStart: stopPropagation,
|
|
117
|
-
onTouchEnd: stopPropagation,
|
|
118
|
-
tabIndex: -1,
|
|
119
|
-
children
|
|
120
|
-
})
|
|
121
|
-
),
|
|
122
|
-
findDocumentRoot(internalRef.current)
|
|
123
|
-
);
|
|
124
|
-
function handleKeydown(e) {
|
|
125
|
-
var _a2, _b2;
|
|
126
|
-
if (!internalRef.current) {
|
|
127
|
-
return;
|
|
128
|
-
}
|
|
129
|
-
if (e.key !== "Escape") {
|
|
130
|
-
e.stopPropagation();
|
|
131
|
-
}
|
|
132
|
-
const menuOptions = Array.from(
|
|
133
|
-
internalRef.current.querySelectorAll('[role="menuitem"]')
|
|
134
|
-
);
|
|
135
|
-
if (menuOptions.length === 0) {
|
|
136
|
-
return;
|
|
137
|
-
}
|
|
138
|
-
let currentIndex = -1;
|
|
139
|
-
const focusedElement = document.activeElement;
|
|
140
|
-
for (let i = 0; i < menuOptions.length; i++) {
|
|
141
|
-
if (menuOptions[i] === focusedElement) {
|
|
142
|
-
currentIndex = i;
|
|
143
|
-
break;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
switch (e.key) {
|
|
147
|
-
case "ArrowDown": {
|
|
148
|
-
e.preventDefault();
|
|
149
|
-
const nextIndex = currentIndex < menuOptions.length - 1 ? currentIndex + 1 : 0;
|
|
150
|
-
menuOptions[nextIndex].focus();
|
|
151
|
-
break;
|
|
152
|
-
}
|
|
153
|
-
case "ArrowUp": {
|
|
154
|
-
e.preventDefault();
|
|
155
|
-
const prevIndex = currentIndex > 0 ? currentIndex - 1 : menuOptions.length - 1;
|
|
156
|
-
menuOptions[prevIndex].focus();
|
|
157
|
-
break;
|
|
158
|
-
}
|
|
159
|
-
case "Home":
|
|
160
|
-
e.preventDefault();
|
|
161
|
-
menuOptions[0].focus();
|
|
162
|
-
break;
|
|
163
|
-
case "End":
|
|
164
|
-
e.preventDefault();
|
|
165
|
-
menuOptions[menuOptions.length - 1].focus();
|
|
166
|
-
break;
|
|
167
|
-
case "Enter":
|
|
168
|
-
case " ":
|
|
169
|
-
case "ArrowRight":
|
|
170
|
-
e.preventDefault();
|
|
171
|
-
if (currentIndex >= 0) {
|
|
172
|
-
menuOptions[currentIndex].click();
|
|
173
|
-
}
|
|
174
|
-
break;
|
|
175
|
-
case "ArrowLeft":
|
|
176
|
-
e.preventDefault();
|
|
177
|
-
(_a2 = positionTo == null ? void 0 : positionTo.current) == null ? void 0 : _a2.click();
|
|
178
|
-
(_b2 = positionTo == null ? void 0 : positionTo.current) == null ? void 0 : _b2.focus();
|
|
179
|
-
break;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
function initializeMenuFocus() {
|
|
183
|
-
var _a2, _b2, _c;
|
|
184
|
-
(_a2 = internalRef.current) == null ? void 0 : _a2.focus();
|
|
185
|
-
const selectedOption = (_b2 = internalRef.current) == null ? void 0 : _b2.querySelector(
|
|
186
|
-
"[data-selected]"
|
|
187
|
-
);
|
|
188
|
-
const firstMenuItem = (_c = internalRef.current) == null ? void 0 : _c.querySelector(
|
|
189
|
-
'[role="menuitem"]'
|
|
190
|
-
);
|
|
191
|
-
const targetElement = selectedOption || firstMenuItem;
|
|
192
|
-
if (!targetElement) {
|
|
193
|
-
return;
|
|
194
|
-
}
|
|
195
|
-
targetElement.scrollIntoView({
|
|
196
|
-
block: "nearest",
|
|
197
|
-
behavior: "instant"
|
|
198
|
-
});
|
|
199
|
-
requestAnimationFrame(() => {
|
|
200
|
-
targetElement.focus();
|
|
201
|
-
});
|
|
202
|
-
}
|
|
203
|
-
function setRefs(node) {
|
|
204
|
-
internalRef.current = node;
|
|
205
|
-
if (ref) {
|
|
206
|
-
if (typeof ref === "function") {
|
|
207
|
-
ref(node);
|
|
208
|
-
} else {
|
|
209
|
-
ref.current = node;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
function stopPropagation(e) {
|
|
214
|
-
e.stopPropagation();
|
|
215
|
-
}
|
|
216
|
-
};
|
|
217
|
-
Menu.displayName = "Menu";
|
|
218
|
-
|
|
219
|
-
export {
|
|
220
|
-
Menu
|
|
221
|
-
};
|
package/dist/chunk-3NGYDV56.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Button
|
|
3
|
-
} from "./chunk-56ORPWGF.js";
|
|
4
|
-
import {
|
|
5
|
-
Icon
|
|
6
|
-
} from "./chunk-IGQVA7SC.js";
|
|
7
|
-
|
|
8
|
-
// src/components/ModalButtons.tsx
|
|
9
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
var ModalButtons = ({ onClose, onContinue }) => {
|
|
11
|
-
return /* @__PURE__ */ jsxs("div", { className: "border-t border-neutral-300 p-4 flex justify-end space-x-2", children: [
|
|
12
|
-
/* @__PURE__ */ jsx(
|
|
13
|
-
Button,
|
|
14
|
-
{
|
|
15
|
-
variant: "secondary",
|
|
16
|
-
leftIcon: /* @__PURE__ */ jsx(Icon, { name: "close", size: 24 }),
|
|
17
|
-
onClick: onClose,
|
|
18
|
-
className: "max-sm:w-full",
|
|
19
|
-
children: "Close"
|
|
20
|
-
}
|
|
21
|
-
),
|
|
22
|
-
/* @__PURE__ */ jsx(
|
|
23
|
-
Button,
|
|
24
|
-
{
|
|
25
|
-
variant: "primary",
|
|
26
|
-
leftIcon: /* @__PURE__ */ jsx(Icon, { name: "check", size: 24 }),
|
|
27
|
-
className: "max-sm:w-full",
|
|
28
|
-
onClick: onContinue,
|
|
29
|
-
children: "Continue"
|
|
30
|
-
}
|
|
31
|
-
)
|
|
32
|
-
] });
|
|
33
|
-
};
|
|
34
|
-
ModalButtons.displayName = "ModalButtons";
|
|
35
|
-
|
|
36
|
-
export {
|
|
37
|
-
ModalButtons
|
|
38
|
-
};
|
package/dist/chunk-3NLKVKFR.js
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Button
|
|
3
|
-
} from "./chunk-T23U4LBM.js";
|
|
4
|
-
import {
|
|
5
|
-
__objRest,
|
|
6
|
-
__spreadProps,
|
|
7
|
-
__spreadValues
|
|
8
|
-
} from "./chunk-ORMEWXMH.js";
|
|
9
|
-
|
|
10
|
-
// src/components/ContentTab.tsx
|
|
11
|
-
import clsx from "clsx";
|
|
12
|
-
import { useCallback, useState } from "react";
|
|
13
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
|
-
var ContentTab = (_a) => {
|
|
15
|
-
var _b = _a, {
|
|
16
|
-
label,
|
|
17
|
-
selected = false,
|
|
18
|
-
className,
|
|
19
|
-
disabled = false,
|
|
20
|
-
onClick,
|
|
21
|
-
ref
|
|
22
|
-
} = _b, props = __objRest(_b, [
|
|
23
|
-
"label",
|
|
24
|
-
"selected",
|
|
25
|
-
"className",
|
|
26
|
-
"disabled",
|
|
27
|
-
"onClick",
|
|
28
|
-
"ref"
|
|
29
|
-
]);
|
|
30
|
-
const [active, setActive] = useState(false);
|
|
31
|
-
const handleClick = useCallback(
|
|
32
|
-
(e) => {
|
|
33
|
-
if (!disabled) {
|
|
34
|
-
onClick == null ? void 0 : onClick(e);
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
[onClick, disabled]
|
|
38
|
-
);
|
|
39
|
-
const computedClassName = clsx(
|
|
40
|
-
"absolute left-0 right-0 bottom-0 transition-colors duration-200 ease-in-out hover:bg-border-action-hover z-10",
|
|
41
|
-
"rounded-px",
|
|
42
|
-
"h-0.5",
|
|
43
|
-
active && "bg-text-action-primary-active",
|
|
44
|
-
!active && !disabled && "bg-text-action-primary-normal",
|
|
45
|
-
!active && disabled && "bg-text-action-primary-disabled",
|
|
46
|
-
className
|
|
47
|
-
);
|
|
48
|
-
return /* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
49
|
-
/* @__PURE__ */ jsx(
|
|
50
|
-
Button,
|
|
51
|
-
__spreadProps(__spreadValues({
|
|
52
|
-
ref,
|
|
53
|
-
variant: "tertiary",
|
|
54
|
-
disabled,
|
|
55
|
-
onMouseDown: () => setActive(true),
|
|
56
|
-
onMouseLeave: () => setActive(false),
|
|
57
|
-
onMouseUp: () => setActive(false),
|
|
58
|
-
onClick: handleClick,
|
|
59
|
-
role: "tab",
|
|
60
|
-
"aria-selected": selected
|
|
61
|
-
}, props), {
|
|
62
|
-
children: label
|
|
63
|
-
})
|
|
64
|
-
),
|
|
65
|
-
selected && /* @__PURE__ */ jsx("div", { className: computedClassName, children: " " })
|
|
66
|
-
] });
|
|
67
|
-
};
|
|
68
|
-
ContentTab.displayName = "ContentTab";
|
|
69
|
-
|
|
70
|
-
export {
|
|
71
|
-
ContentTab
|
|
72
|
-
};
|
package/dist/chunk-3R7YVBRL.js
DELETED
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useSubMenuSystemContext
|
|
3
|
-
} from "./chunk-YRTR6KJN.js";
|
|
4
|
-
import {
|
|
5
|
-
Paragraph
|
|
6
|
-
} from "./chunk-IJ6AAL4W.js";
|
|
7
|
-
import {
|
|
8
|
-
Label
|
|
9
|
-
} from "./chunk-BENTHNAQ.js";
|
|
10
|
-
import {
|
|
11
|
-
baseTransition,
|
|
12
|
-
componentGap,
|
|
13
|
-
componentPadding
|
|
14
|
-
} from "./chunk-6XDXJ3Z3.js";
|
|
15
|
-
import {
|
|
16
|
-
__spreadProps,
|
|
17
|
-
__spreadValues
|
|
18
|
-
} from "./chunk-ORMEWXMH.js";
|
|
19
|
-
|
|
20
|
-
// src/components/MenuOption.tsx
|
|
21
|
-
import clsx from "clsx";
|
|
22
|
-
import { useId, useRef } from "react";
|
|
23
|
-
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
24
|
-
var MenuOption = ({
|
|
25
|
-
children,
|
|
26
|
-
disabled = false,
|
|
27
|
-
variant = "normal",
|
|
28
|
-
value,
|
|
29
|
-
before,
|
|
30
|
-
after,
|
|
31
|
-
subMenu,
|
|
32
|
-
onClick,
|
|
33
|
-
selected,
|
|
34
|
-
ref,
|
|
35
|
-
// Accepts menuLevel for nested menus (default 0)
|
|
36
|
-
menuLevel = 0
|
|
37
|
-
}) => {
|
|
38
|
-
const uniqueId = useId();
|
|
39
|
-
const internalRef = useRef(null);
|
|
40
|
-
const actualRef = ref || internalRef;
|
|
41
|
-
const menuId = useRef(`menu-${uniqueId}`);
|
|
42
|
-
const { openSubMenu, closeSubMenu, isMenuActive } = useSubMenuSystemContext();
|
|
43
|
-
const additionalAttributes = {
|
|
44
|
-
"data-selected": selected || null
|
|
45
|
-
};
|
|
46
|
-
const svgStyles = clsx(
|
|
47
|
-
"[&>svg]:shrink-0 [&>svg]:fill-icon-action-primary-normal"
|
|
48
|
-
);
|
|
49
|
-
const textLabelStyles = clsx("w-full whitespace-nowrap !leading-6");
|
|
50
|
-
const normalStyles = variant === "normal" && !disabled && clsx(
|
|
51
|
-
"bg-transparent text-text-primary-normal",
|
|
52
|
-
"hover:bg-background-action-secondary-hover",
|
|
53
|
-
"focus:bg-background-action-secondary-hover",
|
|
54
|
-
"data-selected:bg-background-action-secondary-hover",
|
|
55
|
-
"active:bg-background-action-secondary-active"
|
|
56
|
-
);
|
|
57
|
-
const normalDisabledStyles = variant === "normal" && disabled && clsx("text-text-primary-disabled");
|
|
58
|
-
const actionStyles = variant === "action" && !disabled && clsx(
|
|
59
|
-
"text-action-400 bg-transparent",
|
|
60
|
-
"hover:bg-background-action-secondary-hover hover:text-text-action-hover",
|
|
61
|
-
"focus:bg-background-action-secondary-hover focus:text-text-action-hover",
|
|
62
|
-
"data-selected:bg-background-action-secondary-active data-selected:text-text-action-active",
|
|
63
|
-
"active:bg-background-action-secondary-active active:text-text-action-active"
|
|
64
|
-
);
|
|
65
|
-
const actionDisabledStyles = variant === "action" && disabled && clsx("text-text-action-disabled");
|
|
66
|
-
const disabledStyles = disabled && clsx("bg-transparent cursor-default pointer-events-none");
|
|
67
|
-
const handleMouseEnter = () => {
|
|
68
|
-
if (subMenu && !disabled) {
|
|
69
|
-
openSubMenu(menuId.current, menuLevel + 1);
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
const handleMouseLeave = () => {
|
|
73
|
-
if (subMenu && !disabled) {
|
|
74
|
-
closeSubMenu(menuId.current, menuLevel + 1);
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
function withSubMenuHover(submenu, menuId2, menuLevel2, openSubMenu2, closeSubMenu2) {
|
|
78
|
-
return /* @__PURE__ */ jsx(
|
|
79
|
-
"div",
|
|
80
|
-
{
|
|
81
|
-
onMouseEnter: () => openSubMenu2(menuId2, menuLevel2),
|
|
82
|
-
onMouseLeave: () => closeSubMenu2(menuId2, menuLevel2),
|
|
83
|
-
style: { position: "absolute", top: 0, left: "100%" },
|
|
84
|
-
children: submenu
|
|
85
|
-
}
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
89
|
-
/* @__PURE__ */ jsxs(
|
|
90
|
-
"div",
|
|
91
|
-
__spreadProps(__spreadValues({
|
|
92
|
-
ref: actualRef,
|
|
93
|
-
className: clsx(
|
|
94
|
-
"flex items-center cursor-pointer w-full text-left relative outline-none",
|
|
95
|
-
svgStyles,
|
|
96
|
-
componentGap,
|
|
97
|
-
componentPadding,
|
|
98
|
-
baseTransition,
|
|
99
|
-
normalStyles,
|
|
100
|
-
normalDisabledStyles,
|
|
101
|
-
actionStyles,
|
|
102
|
-
actionDisabledStyles,
|
|
103
|
-
disabledStyles
|
|
104
|
-
),
|
|
105
|
-
"data-value": value || children,
|
|
106
|
-
onClick: () => {
|
|
107
|
-
onClick == null ? void 0 : onClick(menuId.current, value || children);
|
|
108
|
-
}
|
|
109
|
-
}, additionalAttributes), {
|
|
110
|
-
tabIndex: -1,
|
|
111
|
-
onMouseEnter: handleMouseEnter,
|
|
112
|
-
onMouseLeave: handleMouseLeave,
|
|
113
|
-
"aria-haspopup": !!subMenu,
|
|
114
|
-
"aria-expanded": subMenu ? isMenuActive(menuId.current, menuLevel + 1) : void 0,
|
|
115
|
-
children: [
|
|
116
|
-
before,
|
|
117
|
-
variant === "action" ? /* @__PURE__ */ jsx(Label, { padded: true, className: textLabelStyles, children }) : /* @__PURE__ */ jsx(Paragraph, { padded: true, className: textLabelStyles, children }),
|
|
118
|
-
after
|
|
119
|
-
]
|
|
120
|
-
})
|
|
121
|
-
),
|
|
122
|
-
subMenu && isMenuActive(menuId.current, menuLevel + 1) ? withSubMenuHover(
|
|
123
|
-
subMenu(menuId.current, actualRef),
|
|
124
|
-
menuId.current,
|
|
125
|
-
menuLevel + 1,
|
|
126
|
-
openSubMenu,
|
|
127
|
-
closeSubMenu
|
|
128
|
-
) : null
|
|
129
|
-
] });
|
|
130
|
-
};
|
|
131
|
-
MenuOption.displayName = "MenuOption";
|
|
132
|
-
|
|
133
|
-
export {
|
|
134
|
-
MenuOption
|
|
135
|
-
};
|
package/dist/chunk-3RDFNEVD.js
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
baseTransition,
|
|
3
|
-
componentPaddingY,
|
|
4
|
-
typography
|
|
5
|
-
} from "./chunk-LJ2W2FEG.js";
|
|
6
|
-
import {
|
|
7
|
-
__objRest,
|
|
8
|
-
__spreadProps,
|
|
9
|
-
__spreadValues
|
|
10
|
-
} from "./chunk-ORMEWXMH.js";
|
|
11
|
-
|
|
12
|
-
// src/components/Link.tsx
|
|
13
|
-
import clsx from "clsx";
|
|
14
|
-
import { jsx } from "react/jsx-runtime";
|
|
15
|
-
var Link = (_a) => {
|
|
16
|
-
var _b = _a, {
|
|
17
|
-
as = "a",
|
|
18
|
-
className,
|
|
19
|
-
variant = "primary",
|
|
20
|
-
typographyStyle = "paragraph",
|
|
21
|
-
disabled = false,
|
|
22
|
-
color,
|
|
23
|
-
paddedY,
|
|
24
|
-
align,
|
|
25
|
-
underline = false
|
|
26
|
-
} = _b, props = __objRest(_b, [
|
|
27
|
-
"as",
|
|
28
|
-
"className",
|
|
29
|
-
"variant",
|
|
30
|
-
"typographyStyle",
|
|
31
|
-
"disabled",
|
|
32
|
-
"color",
|
|
33
|
-
"paddedY",
|
|
34
|
-
"align",
|
|
35
|
-
"underline"
|
|
36
|
-
]);
|
|
37
|
-
const Component = as;
|
|
38
|
-
const primaryStateStyles = variant === "primary" && !disabled && clsx(
|
|
39
|
-
"text-text-link-normal hover:text-text-link-hover active:text-text-link-active"
|
|
40
|
-
);
|
|
41
|
-
const secondaryStateStyles = variant === "secondary" && !disabled && clsx(
|
|
42
|
-
"text-text-primary-normal hover:text-text-link-hover active:text-text-link-active"
|
|
43
|
-
);
|
|
44
|
-
const criticalStateStyles = variant === "critical" && !disabled && clsx(
|
|
45
|
-
"text-text-action-critical-normal hover:text-text-action-critical-hover active:text-text-action-critical-active"
|
|
46
|
-
);
|
|
47
|
-
const criticalStateDisabledStyles = disabled && variant === "critical" && clsx("text-text-action-critical-disabled");
|
|
48
|
-
const disabledStateStyles = disabled && ["primary", "secondary"].includes(variant) && clsx("text-text-link-disabled");
|
|
49
|
-
const disabledStyles = disabled && clsx("pointer-events-none cursor-default");
|
|
50
|
-
const underlineStyles = underline ? "decoration-current" : "decoration-transparent";
|
|
51
|
-
const paddingY = paddedY && componentPaddingY;
|
|
52
|
-
return /* @__PURE__ */ jsx(
|
|
53
|
-
Component,
|
|
54
|
-
__spreadProps(__spreadValues({
|
|
55
|
-
className: clsx(
|
|
56
|
-
"inline",
|
|
57
|
-
disabled ? "cursor-default" : "cursor-pointer",
|
|
58
|
-
"underline decoration-[10%] underline-offset-[32%]",
|
|
59
|
-
!disabled && "hover:decoration-current",
|
|
60
|
-
!disabled && "active:decoration-transparent",
|
|
61
|
-
"flex flex-col items-center justify-center",
|
|
62
|
-
baseTransition,
|
|
63
|
-
primaryStateStyles,
|
|
64
|
-
secondaryStateStyles,
|
|
65
|
-
criticalStateStyles,
|
|
66
|
-
criticalStateDisabledStyles,
|
|
67
|
-
disabledStateStyles,
|
|
68
|
-
disabledStyles,
|
|
69
|
-
underlineStyles,
|
|
70
|
-
typographyStyle === "caption" && typography.caption,
|
|
71
|
-
typographyStyle === "paragraph" && typography.paragraph,
|
|
72
|
-
align === "left" && "text-left",
|
|
73
|
-
align === "center" && "text-center",
|
|
74
|
-
align === "right" && "text-right",
|
|
75
|
-
paddingY,
|
|
76
|
-
className
|
|
77
|
-
)
|
|
78
|
-
}, props), {
|
|
79
|
-
style: __spreadProps(__spreadValues({}, props.style), {
|
|
80
|
-
color: color ? `var(--color-${color})` : void 0
|
|
81
|
-
}),
|
|
82
|
-
"aria-disabled": disabled,
|
|
83
|
-
tabIndex: disabled ? -1 : void 0
|
|
84
|
-
})
|
|
85
|
-
);
|
|
86
|
-
};
|
|
87
|
-
Link.displayName = "Link";
|
|
88
|
-
|
|
89
|
-
export {
|
|
90
|
-
Link
|
|
91
|
-
};
|