@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-SHQVFIVR.js
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Button
|
|
3
|
-
} from "./chunk-4M7CJVTZ.js";
|
|
4
|
-
import {
|
|
5
|
-
Label
|
|
6
|
-
} from "./chunk-S4IHG5J6.js";
|
|
7
|
-
import {
|
|
8
|
-
Icon
|
|
9
|
-
} from "./chunk-DZLUR2I7.js";
|
|
10
|
-
import {
|
|
11
|
-
baseTransition,
|
|
12
|
-
componentGap,
|
|
13
|
-
componentPadding,
|
|
14
|
-
componentPaddingMinusBorder,
|
|
15
|
-
componentPaddingYUsingComponentGap
|
|
16
|
-
} from "./chunk-6XDXJ3Z3.js";
|
|
17
|
-
import {
|
|
18
|
-
__objRest,
|
|
19
|
-
__spreadProps,
|
|
20
|
-
__spreadValues
|
|
21
|
-
} from "./chunk-ORMEWXMH.js";
|
|
22
|
-
|
|
23
|
-
// src/components/OptionPill.tsx
|
|
24
|
-
import clsx from "clsx";
|
|
25
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
26
|
-
var OptionPill = (_a) => {
|
|
27
|
-
var _b = _a, {
|
|
28
|
-
selected = false,
|
|
29
|
-
onClick,
|
|
30
|
-
onRemove,
|
|
31
|
-
removable = false,
|
|
32
|
-
disabled = false,
|
|
33
|
-
children,
|
|
34
|
-
className
|
|
35
|
-
} = _b, props = __objRest(_b, [
|
|
36
|
-
"selected",
|
|
37
|
-
"onClick",
|
|
38
|
-
"onRemove",
|
|
39
|
-
"removable",
|
|
40
|
-
"disabled",
|
|
41
|
-
"children",
|
|
42
|
-
"className"
|
|
43
|
-
]);
|
|
44
|
-
const additionalAttributes = {
|
|
45
|
-
"data-disabled": disabled || null,
|
|
46
|
-
"data-selected": selected || null
|
|
47
|
-
};
|
|
48
|
-
const classNames = clsx(
|
|
49
|
-
{
|
|
50
|
-
"hover:border-border-action-hover active:border-border-action-active": !disabled,
|
|
51
|
-
"data-disabled:cursor-default data-disabled:border-border-primary-normal": disabled,
|
|
52
|
-
"data-selected:border-transparent data-selected:bg-background-action-secondary-hover data-selected:outline-border-action-normal data-selected:hover:outline-border-action-hover data-selected:active:outline-border-action-active": selected,
|
|
53
|
-
"data-selected:data-disabled:bg-background-action-secondary-disabled data-selected:data-disabled:border-border-action-disabled data-selected:data-disabled:outline-transparent": disabled && selected
|
|
54
|
-
},
|
|
55
|
-
!removable && componentPadding,
|
|
56
|
-
removable && "pl-mobile-component-padding desktop:pl-desktop-component-padding compact:pl-desktop-compact-component-padding"
|
|
57
|
-
);
|
|
58
|
-
const textColor = clsx(
|
|
59
|
-
!disabled && "text-text-primary-normal",
|
|
60
|
-
disabled && !selected && "text-text-primary-disabled",
|
|
61
|
-
disabled && selected && "text-text-on-action-primary-disabled"
|
|
62
|
-
);
|
|
63
|
-
return /* @__PURE__ */ jsxs(
|
|
64
|
-
"div",
|
|
65
|
-
__spreadProps(__spreadValues(__spreadValues({
|
|
66
|
-
onClick: handleOnClick
|
|
67
|
-
}, props), additionalAttributes), {
|
|
68
|
-
className: clsx(
|
|
69
|
-
"flex items-center justify-between cursor-pointer w-max",
|
|
70
|
-
"border border-border-primary-normal rounded-base",
|
|
71
|
-
"outline-2 outline-transparent",
|
|
72
|
-
componentGap,
|
|
73
|
-
baseTransition,
|
|
74
|
-
classNames,
|
|
75
|
-
className,
|
|
76
|
-
textColor
|
|
77
|
-
),
|
|
78
|
-
children: [
|
|
79
|
-
/* @__PURE__ */ jsx(
|
|
80
|
-
Label,
|
|
81
|
-
{
|
|
82
|
-
colorClassName: "text-inherit",
|
|
83
|
-
padded: true,
|
|
84
|
-
className: componentPaddingYUsingComponentGap,
|
|
85
|
-
children
|
|
86
|
-
}
|
|
87
|
-
),
|
|
88
|
-
removable && /* @__PURE__ */ jsx(
|
|
89
|
-
Button,
|
|
90
|
-
{
|
|
91
|
-
onClick: handleOnRemove,
|
|
92
|
-
disabled,
|
|
93
|
-
className: clsx(
|
|
94
|
-
"mx-0 h-full w-10 !border-0",
|
|
95
|
-
componentPaddingMinusBorder
|
|
96
|
-
),
|
|
97
|
-
iconOnly: true,
|
|
98
|
-
variant: "tertiary",
|
|
99
|
-
leftIcon: /* @__PURE__ */ jsx(Icon, { name: "close" })
|
|
100
|
-
}
|
|
101
|
-
)
|
|
102
|
-
]
|
|
103
|
-
})
|
|
104
|
-
);
|
|
105
|
-
function handleOnClick() {
|
|
106
|
-
if (disabled) {
|
|
107
|
-
return;
|
|
108
|
-
}
|
|
109
|
-
onClick == null ? void 0 : onClick();
|
|
110
|
-
}
|
|
111
|
-
function handleOnRemove() {
|
|
112
|
-
if (!removable || !onRemove) {
|
|
113
|
-
return;
|
|
114
|
-
}
|
|
115
|
-
onRemove();
|
|
116
|
-
}
|
|
117
|
-
};
|
|
118
|
-
OptionPill.displayName = "OptionPill";
|
|
119
|
-
|
|
120
|
-
export {
|
|
121
|
-
OptionPill
|
|
122
|
-
};
|
package/dist/chunk-SPV52UKB.js
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
typography
|
|
3
|
-
} from "./chunk-6XDXJ3Z3.js";
|
|
4
|
-
import {
|
|
5
|
-
__objRest,
|
|
6
|
-
__spreadProps,
|
|
7
|
-
__spreadValues
|
|
8
|
-
} from "./chunk-ORMEWXMH.js";
|
|
9
|
-
|
|
10
|
-
// src/components/Display1.tsx
|
|
11
|
-
import clsx from "clsx";
|
|
12
|
-
import { jsx } from "react/jsx-runtime";
|
|
13
|
-
var Display1 = (_a) => {
|
|
14
|
-
var _b = _a, {
|
|
15
|
-
className,
|
|
16
|
-
children,
|
|
17
|
-
as = "h1",
|
|
18
|
-
color,
|
|
19
|
-
align
|
|
20
|
-
} = _b, props = __objRest(_b, [
|
|
21
|
-
"className",
|
|
22
|
-
"children",
|
|
23
|
-
"as",
|
|
24
|
-
"color",
|
|
25
|
-
"align"
|
|
26
|
-
]);
|
|
27
|
-
const Element = as;
|
|
28
|
-
return /* @__PURE__ */ jsx(
|
|
29
|
-
Element,
|
|
30
|
-
__spreadProps(__spreadValues({
|
|
31
|
-
className: clsx(
|
|
32
|
-
typography.display1,
|
|
33
|
-
className,
|
|
34
|
-
align === "left" && "text-left",
|
|
35
|
-
align === "center" && "text-center",
|
|
36
|
-
align === "right" && "text-right"
|
|
37
|
-
),
|
|
38
|
-
style: __spreadProps(__spreadValues({}, props.style), {
|
|
39
|
-
color: color ? `var(--color-${color})` : void 0
|
|
40
|
-
})
|
|
41
|
-
}, props), {
|
|
42
|
-
children
|
|
43
|
-
})
|
|
44
|
-
);
|
|
45
|
-
};
|
|
46
|
-
Display1.displayName = "Display1";
|
|
47
|
-
|
|
48
|
-
export {
|
|
49
|
-
Display1
|
|
50
|
-
};
|
package/dist/chunk-SSBZHFHQ.js
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
typography
|
|
3
|
-
} from "./chunk-LJ2W2FEG.js";
|
|
4
|
-
|
|
5
|
-
// src/components/Tooltip.tsx
|
|
6
|
-
import clsx from "clsx";
|
|
7
|
-
import { useEffect, useRef, useState } from "react";
|
|
8
|
-
import { createPortal } from "react-dom";
|
|
9
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
var Tooltip = ({
|
|
11
|
-
message,
|
|
12
|
-
position = "top",
|
|
13
|
-
children,
|
|
14
|
-
showOnTruncation = false,
|
|
15
|
-
offset = 8
|
|
16
|
-
}) => {
|
|
17
|
-
const ref = useRef(null);
|
|
18
|
-
const tooltipRef = useRef(null);
|
|
19
|
-
const [isTruncated, setIsTruncated] = useState(false);
|
|
20
|
-
const [tooltipPosition, setTooltipPosition] = useState({ top: 0, left: 0 });
|
|
21
|
-
const [isVisible, setIsVisible] = useState(false);
|
|
22
|
-
const [removeOpacity, setRemoveOpacity] = useState(false);
|
|
23
|
-
const updatePosition = () => {
|
|
24
|
-
if (!ref.current || !tooltipRef.current) return;
|
|
25
|
-
const rect = ref.current.getBoundingClientRect();
|
|
26
|
-
const tooltipRect = tooltipRef.current.getBoundingClientRect();
|
|
27
|
-
let top = 0;
|
|
28
|
-
let left = 0;
|
|
29
|
-
switch (position) {
|
|
30
|
-
case "top":
|
|
31
|
-
top = rect.top - tooltipRect.height - offset;
|
|
32
|
-
left = rect.left + rect.width / 2 - tooltipRect.width / 2;
|
|
33
|
-
break;
|
|
34
|
-
case "bottom":
|
|
35
|
-
top = rect.bottom + offset;
|
|
36
|
-
left = rect.left + rect.width / 2 - tooltipRect.width / 2;
|
|
37
|
-
break;
|
|
38
|
-
case "left":
|
|
39
|
-
top = rect.top + rect.height / 2 - tooltipRect.height / 2;
|
|
40
|
-
left = rect.left - tooltipRect.width - offset;
|
|
41
|
-
break;
|
|
42
|
-
case "right":
|
|
43
|
-
top = rect.top + rect.height / 2 - tooltipRect.height / 2;
|
|
44
|
-
left = rect.right + offset;
|
|
45
|
-
break;
|
|
46
|
-
}
|
|
47
|
-
setTooltipPosition({ top, left });
|
|
48
|
-
requestAnimationFrame(() => {
|
|
49
|
-
setRemoveOpacity(true);
|
|
50
|
-
});
|
|
51
|
-
};
|
|
52
|
-
const handleMouseEnter = () => {
|
|
53
|
-
if (!showOnTruncation || checkForTextTruncation()) {
|
|
54
|
-
setIsVisible(true);
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
const handleMouseLeave = () => {
|
|
58
|
-
setIsVisible(false);
|
|
59
|
-
setRemoveOpacity(false);
|
|
60
|
-
};
|
|
61
|
-
useEffect(() => {
|
|
62
|
-
if (isVisible && tooltipRef.current) {
|
|
63
|
-
requestAnimationFrame(() => {
|
|
64
|
-
updatePosition();
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
}, [isVisible]);
|
|
68
|
-
useEffect(() => {
|
|
69
|
-
if (isVisible) {
|
|
70
|
-
window.addEventListener("resize", updatePosition);
|
|
71
|
-
return () => window.removeEventListener("resize", updatePosition);
|
|
72
|
-
}
|
|
73
|
-
}, [isVisible]);
|
|
74
|
-
return /* @__PURE__ */ jsxs(
|
|
75
|
-
"div",
|
|
76
|
-
{
|
|
77
|
-
ref,
|
|
78
|
-
className: "relative inline-grid grid-cols-[auto_1fr] items-center",
|
|
79
|
-
onMouseEnter: handleMouseEnter,
|
|
80
|
-
onMouseLeave: handleMouseLeave,
|
|
81
|
-
children: [
|
|
82
|
-
children,
|
|
83
|
-
isVisible && typeof document !== "undefined" && createPortal(
|
|
84
|
-
/* @__PURE__ */ jsx(
|
|
85
|
-
"div",
|
|
86
|
-
{
|
|
87
|
-
ref: tooltipRef,
|
|
88
|
-
style: {
|
|
89
|
-
position: "fixed",
|
|
90
|
-
top: `${tooltipPosition.top}px`,
|
|
91
|
-
left: `${tooltipPosition.left}px`,
|
|
92
|
-
zIndex: 9999
|
|
93
|
-
},
|
|
94
|
-
className: clsx(
|
|
95
|
-
typography.caption,
|
|
96
|
-
"p-2 bg-neutral-500 text-neutral-100 rounded whitespace-nowrap shadow-2 pointer-events-none transition-opacity duration-100 ease-in-out",
|
|
97
|
-
!removeOpacity && "opacity-0"
|
|
98
|
-
),
|
|
99
|
-
children: message
|
|
100
|
-
}
|
|
101
|
-
),
|
|
102
|
-
document.body
|
|
103
|
-
)
|
|
104
|
-
]
|
|
105
|
-
}
|
|
106
|
-
);
|
|
107
|
-
function checkForTextTruncation() {
|
|
108
|
-
if (showOnTruncation && ref.current) {
|
|
109
|
-
const paragraph = ref.current.querySelector("p");
|
|
110
|
-
if (paragraph) {
|
|
111
|
-
const isTruncated2 = paragraph.scrollWidth > paragraph.clientWidth;
|
|
112
|
-
setIsTruncated(isTruncated2);
|
|
113
|
-
return isTruncated2;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
return false;
|
|
117
|
-
}
|
|
118
|
-
};
|
|
119
|
-
Tooltip.displayName = "Tooltip";
|
|
120
|
-
|
|
121
|
-
export {
|
|
122
|
-
Tooltip
|
|
123
|
-
};
|
package/dist/chunk-STVC6SBJ.js
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
baseTransition,
|
|
3
|
-
componentPaddingY,
|
|
4
|
-
typography
|
|
5
|
-
} from "./chunk-6XDXJ3Z3.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
|
-
};
|
package/dist/chunk-T23U4LBM.js
DELETED
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
baseTransition,
|
|
3
|
-
componentGap,
|
|
4
|
-
componentPaddingMinus2pxBorder,
|
|
5
|
-
componentPaddingXUsingComponentGap,
|
|
6
|
-
paddingUsingComponentGap,
|
|
7
|
-
typography
|
|
8
|
-
} from "./chunk-LJ2W2FEG.js";
|
|
9
|
-
import {
|
|
10
|
-
__objRest,
|
|
11
|
-
__spreadProps,
|
|
12
|
-
__spreadValues
|
|
13
|
-
} from "./chunk-ORMEWXMH.js";
|
|
14
|
-
|
|
15
|
-
// src/components/Button.tsx
|
|
16
|
-
import clsx from "clsx";
|
|
17
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
18
|
-
var Button = (_a) => {
|
|
19
|
-
var _b = _a, {
|
|
20
|
-
variant = "primary",
|
|
21
|
-
as = "button",
|
|
22
|
-
block,
|
|
23
|
-
leftIcon,
|
|
24
|
-
rightIcon,
|
|
25
|
-
className,
|
|
26
|
-
classNameLabel,
|
|
27
|
-
disabled = false,
|
|
28
|
-
children,
|
|
29
|
-
iconOnly = false,
|
|
30
|
-
colorClassName,
|
|
31
|
-
href
|
|
32
|
-
} = _b, props = __objRest(_b, [
|
|
33
|
-
"variant",
|
|
34
|
-
"as",
|
|
35
|
-
"block",
|
|
36
|
-
"leftIcon",
|
|
37
|
-
"rightIcon",
|
|
38
|
-
"className",
|
|
39
|
-
"classNameLabel",
|
|
40
|
-
"disabled",
|
|
41
|
-
"children",
|
|
42
|
-
"iconOnly",
|
|
43
|
-
"colorClassName",
|
|
44
|
-
"href"
|
|
45
|
-
]);
|
|
46
|
-
const primaryVariantStyles = variant === "primary" && clsx(
|
|
47
|
-
(colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
|
|
48
|
-
"bg-background-action-primary-normal border-background-action-primary-normal",
|
|
49
|
-
"hover:bg-background-action-primary-hover hover:border-background-action-primary-hover",
|
|
50
|
-
"focus:bg-background-action-primary-hover focus:border-background-action-primary-hover focus:outline-0",
|
|
51
|
-
"active:bg-background-action-primary-active active:border-background-action-primary-active",
|
|
52
|
-
"disabled:bg-background-action-primary-disabled disabled:border-background-action-primary-disabled disabled:text-text-on-action-primary-disabled"
|
|
53
|
-
);
|
|
54
|
-
const secondaryVariantStyles = variant === "secondary" && clsx(
|
|
55
|
-
(colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-primary-normal",
|
|
56
|
-
"bg-background-action-secondary-normal border-border-action-normal",
|
|
57
|
-
"hover:bg-background-action-secondary-hover hover:border-border-action-hover hover:text-text-action-primary-hover",
|
|
58
|
-
"focus:bg-background-action-secondary-hover focus:border-border-action-hover focus:text-text-action-primary-hover focus:outline-0",
|
|
59
|
-
"active:bg-background-action-secondary-active active:border-border-action-active active:text-text-action-primary-active",
|
|
60
|
-
"disabled:bg-background-action-primary-disabled disabled:border-border-action-disabled disabled:text-text-action-primary-disabled"
|
|
61
|
-
);
|
|
62
|
-
const tertiaryVariantStyles = variant === "tertiary" && clsx(
|
|
63
|
-
"bg-transparent border-transparent",
|
|
64
|
-
iconOnly ? (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-icon-action-primary-normal" : (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-primary-normal",
|
|
65
|
-
"bg-transparent border-transparent",
|
|
66
|
-
"hover:bg-background-action-secondary-hover hover:border-background-action-secondary-hover hover:text-text-action-primary-hover",
|
|
67
|
-
"focus:bg-background-action-secondary-hover focus:border-background-action-secondary-hover focus:text-text-action-primary-hover focus:outline-0",
|
|
68
|
-
"active:bg-background-action-secondary-active active:border-transparent active:text-text-action-primary-active",
|
|
69
|
-
"disabled:bg-transparent disabled:border-transparent disabled:text-text-action-primary-disabled"
|
|
70
|
-
);
|
|
71
|
-
const primaryCriticalVariantStyles = variant === "primary-critical" && clsx(
|
|
72
|
-
(colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
|
|
73
|
-
"bg-background-action-critical-primary-normal border-background-action-critical-primary-normal",
|
|
74
|
-
"hover:bg-background-action-critical-primary-hover hover:border-background-action-critical-primary-hover",
|
|
75
|
-
"focus:bg-background-action-critical-primary-hover focus:border-background-action-critical-primary-hover focus:outline-0",
|
|
76
|
-
"active:bg-background-action-critical-primary-active active:border-background-action-critical-primary-active",
|
|
77
|
-
"disabled:bg-background-action-critical-primary-disabled disabled:border-background-action-critical-primary-disabled disabled:text-text-on-action-primary-disabled"
|
|
78
|
-
);
|
|
79
|
-
const secondaryCriticalVariantStyles = variant === "secondary-critical" && clsx(
|
|
80
|
-
(colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-critical-normal",
|
|
81
|
-
"bg-background-action-critical-secondary-normal border-border-action-critical-normal",
|
|
82
|
-
"hover:bg-background-action-critical-secondary-hover hover:border-border-action-critical-hover hover:text-text-action-critical-hover",
|
|
83
|
-
"focus:bg-background-action-critical-secondary-hover focus:border-border-action-critical-hover focus:text-text-action-critical-hover focus:outline-0",
|
|
84
|
-
"active:bg-background-action-critical-secondary-active active:border-border-action-critical-active active:text-text-action-critical-active",
|
|
85
|
-
"disabled:bg-background-action-critical-disabled disabled:border-border-action-critical-disabled disabled:text-text-action-critical-disabled"
|
|
86
|
-
);
|
|
87
|
-
const tertiaryCriticalVariantStyles = variant === "tertiary-critical" && clsx(
|
|
88
|
-
(colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-critical-normal",
|
|
89
|
-
"bg-transparent border-transparent text-text-action-critical-normal",
|
|
90
|
-
"hover:bg-background-action-critical-secondary-hover hover:border-background-action-critical-secondary-hover hover:text-text-action-critical-hover",
|
|
91
|
-
"focus:bg-background-action-critical-secondary-hover focus:border-background-action-critical-secondary-hover focus:text-text-action-critical-hover focus:outline-0",
|
|
92
|
-
"active:bg-background-action-critical-secondary-active active:border-background-action-critical-secondary-active active:text-text-action-critical-active",
|
|
93
|
-
"disabled:bg-transparent disabled:border-transparent disabled:text-text-action-critical-disabled"
|
|
94
|
-
);
|
|
95
|
-
const navigationVarianStyles = variant === "navigation" && clsx(
|
|
96
|
-
(colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
|
|
97
|
-
"bg-transparent",
|
|
98
|
-
"hover:bg-background-on-action-secondary-hover hover:text-text-on-action-primary-hover",
|
|
99
|
-
"focus:bg-background-on-action-secondary-hover focus:text-text-on-action-primary-hover focus:outline-0",
|
|
100
|
-
"active:bg-background-on-action-secondary-active active:text-text-on-action-primary-active",
|
|
101
|
-
"disabled:bg-transparent disabled:text-text-on-action-primary-disabled",
|
|
102
|
-
"flex-col",
|
|
103
|
-
paddingUsingComponentGap
|
|
104
|
-
);
|
|
105
|
-
const notNavigationVariantStyles = variant !== "navigation" && clsx("border-2 flex-row", componentPaddingMinus2pxBorder, componentGap);
|
|
106
|
-
const buttonClasses = clsx(
|
|
107
|
-
disabled ? "cursor-default" : "cursor-pointer",
|
|
108
|
-
block ? "w-full" : "w-fit",
|
|
109
|
-
baseTransition,
|
|
110
|
-
"rounded-sm whitespace-nowrap inline-flex items-center justify-center group/btn",
|
|
111
|
-
primaryVariantStyles,
|
|
112
|
-
secondaryVariantStyles,
|
|
113
|
-
tertiaryVariantStyles,
|
|
114
|
-
primaryCriticalVariantStyles,
|
|
115
|
-
secondaryCriticalVariantStyles,
|
|
116
|
-
tertiaryCriticalVariantStyles,
|
|
117
|
-
navigationVarianStyles,
|
|
118
|
-
notNavigationVariantStyles,
|
|
119
|
-
className
|
|
120
|
-
);
|
|
121
|
-
const labelClasses = clsx(
|
|
122
|
-
"min-h-6 flex items-center justify-center",
|
|
123
|
-
classNameLabel,
|
|
124
|
-
componentPaddingXUsingComponentGap,
|
|
125
|
-
typography.buttonLabel
|
|
126
|
-
);
|
|
127
|
-
const Element = href ? "a" : as;
|
|
128
|
-
return /* @__PURE__ */ jsxs(
|
|
129
|
-
Element,
|
|
130
|
-
__spreadProps(__spreadValues({
|
|
131
|
-
type: Element === "button" ? "button" : void 0,
|
|
132
|
-
className: buttonClasses
|
|
133
|
-
}, props), {
|
|
134
|
-
disabled,
|
|
135
|
-
href,
|
|
136
|
-
children: [
|
|
137
|
-
leftIcon && leftIcon,
|
|
138
|
-
!iconOnly && children && /* @__PURE__ */ jsx("span", { className: labelClasses, children }),
|
|
139
|
-
rightIcon && rightIcon
|
|
140
|
-
]
|
|
141
|
-
})
|
|
142
|
-
);
|
|
143
|
-
};
|
|
144
|
-
Button.displayName = "Button";
|
|
145
|
-
|
|
146
|
-
export {
|
|
147
|
-
Button
|
|
148
|
-
};
|