@dmsi/wedgekit-react 0.0.5 → 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
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
8
|
var __export = (target, all) => {
|
|
7
9
|
for (var name in all)
|
|
@@ -15,6 +17,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
17
|
}
|
|
16
18
|
return to;
|
|
17
19
|
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
18
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
29
|
|
|
20
30
|
// src/components/ModalContent.tsx
|
|
@@ -23,9 +33,22 @@ __export(ModalContent_exports, {
|
|
|
23
33
|
ModalContent: () => ModalContent
|
|
24
34
|
});
|
|
25
35
|
module.exports = __toCommonJS(ModalContent_exports);
|
|
36
|
+
var import_clsx = __toESM(require("clsx"), 1);
|
|
26
37
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
-
function ModalContent({
|
|
28
|
-
|
|
38
|
+
function ModalContent({
|
|
39
|
+
fixedHeightScrolling,
|
|
40
|
+
children
|
|
41
|
+
}) {
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"div",
|
|
44
|
+
{
|
|
45
|
+
className: (0, import_clsx.default)(
|
|
46
|
+
"flex-grow desktop:flex-grow-0 p-4",
|
|
47
|
+
fixedHeightScrolling && "overflow-auto"
|
|
48
|
+
),
|
|
49
|
+
children
|
|
50
|
+
}
|
|
51
|
+
);
|
|
29
52
|
}
|
|
30
53
|
ModalContent.displayName = "ModalContent";
|
|
31
54
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -397,10 +397,18 @@ function Icon(_a) {
|
|
|
397
397
|
|
|
398
398
|
// src/components/ModalHeader.tsx
|
|
399
399
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
400
|
-
var ModalHeader = ({
|
|
400
|
+
var ModalHeader = ({
|
|
401
|
+
title,
|
|
402
|
+
hideCloseIcon,
|
|
403
|
+
headerIcon,
|
|
404
|
+
onClose
|
|
405
|
+
}) => {
|
|
401
406
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("div", { className: "flex justify-between items-center p-mobile-container-padding desktop:p-desktop-container-padding compact:p-desktop-compact-container-padding gap-mobile-container-gap desktop:gap-desktop-container-gap compact:gap-desktop-compact-container-gap", children: [
|
|
402
|
-
|
|
403
|
-
|
|
407
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
408
|
+
headerIcon,
|
|
409
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading2, { as: "p", children: title })
|
|
410
|
+
] }),
|
|
411
|
+
!hideCloseIcon && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
404
412
|
Button,
|
|
405
413
|
{
|
|
406
414
|
iconOnly: true,
|
|
@@ -37,24 +37,23 @@ var import_clsx = __toESM(require("clsx"), 1);
|
|
|
37
37
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
38
38
|
var ModalScrim = ({
|
|
39
39
|
show = false,
|
|
40
|
+
size = "small",
|
|
40
41
|
children,
|
|
41
42
|
onClick,
|
|
42
43
|
ref
|
|
43
44
|
}) => {
|
|
44
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
45
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
45
46
|
"div",
|
|
46
47
|
{
|
|
47
48
|
className: (0, import_clsx.default)(
|
|
48
|
-
"transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center p-4 group bg-neutral-600/50 fixed opacity-0",
|
|
49
|
+
"overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center desktop:p-4 group bg-neutral-600/50 fixed opacity-0",
|
|
49
50
|
!show && " pointer-events-none",
|
|
51
|
+
size === "small" && "p-4",
|
|
50
52
|
"inset-0 z-50"
|
|
51
53
|
),
|
|
52
54
|
onMouseDown: onClick,
|
|
53
55
|
ref,
|
|
54
|
-
children
|
|
55
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("h1", { children: show }),
|
|
56
|
-
children
|
|
57
|
-
]
|
|
56
|
+
children
|
|
58
57
|
}
|
|
59
58
|
);
|
|
60
59
|
};
|
|
@@ -63,7 +63,7 @@ __export(Notification_exports, {
|
|
|
63
63
|
Notification: () => Notification
|
|
64
64
|
});
|
|
65
65
|
module.exports = __toCommonJS(Notification_exports);
|
|
66
|
-
var
|
|
66
|
+
var import_clsx7 = __toESM(require("clsx"), 1);
|
|
67
67
|
var import_react = require("react");
|
|
68
68
|
|
|
69
69
|
// src/components/Button.tsx
|
|
@@ -444,24 +444,125 @@ function Icon(_a) {
|
|
|
444
444
|
);
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
// src/components/
|
|
447
|
+
// src/components/Stack.tsx
|
|
448
|
+
var import_clsx6 = __toESM(require("clsx"), 1);
|
|
448
449
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
450
|
+
var useFlexClassNames = ({ items, justify, grow }) => (0, import_clsx6.default)(
|
|
451
|
+
"flex",
|
|
452
|
+
items === "start" && "items-start",
|
|
453
|
+
grow && "grow",
|
|
454
|
+
items === "start" && "items-start",
|
|
455
|
+
items === "center" && "items-center",
|
|
456
|
+
items === "end" && "items-end",
|
|
457
|
+
items === "start-center" && "items-start desktop:items-center",
|
|
458
|
+
justify === "start" && "justify-start",
|
|
459
|
+
justify === "center" && "justify-center",
|
|
460
|
+
justify === "end" && "justify-end",
|
|
461
|
+
justify === "end" && "justify-end",
|
|
462
|
+
justify === "between" && "justify-between",
|
|
463
|
+
justify === "around" && "justify-around"
|
|
464
|
+
);
|
|
465
|
+
var Stack = ({
|
|
466
|
+
children,
|
|
467
|
+
items,
|
|
468
|
+
justify,
|
|
469
|
+
grow,
|
|
470
|
+
padding,
|
|
471
|
+
paddingX,
|
|
472
|
+
horizontal,
|
|
473
|
+
horizontalMobile,
|
|
474
|
+
elevation = 0,
|
|
475
|
+
rounded,
|
|
476
|
+
centered,
|
|
477
|
+
width,
|
|
478
|
+
maxWidth,
|
|
479
|
+
minWidth,
|
|
480
|
+
height,
|
|
481
|
+
maxHeight,
|
|
482
|
+
borderColor,
|
|
483
|
+
backgroundColor,
|
|
484
|
+
sizing = "none",
|
|
485
|
+
overflowY = "inherit",
|
|
486
|
+
overflowX = "inherit",
|
|
487
|
+
flexShrink,
|
|
488
|
+
flexGrow,
|
|
489
|
+
position,
|
|
490
|
+
top,
|
|
491
|
+
left
|
|
492
|
+
}) => {
|
|
493
|
+
const flexClassNames = useFlexClassNames({ items, justify, grow });
|
|
494
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
495
|
+
"div",
|
|
496
|
+
{
|
|
497
|
+
style: {
|
|
498
|
+
height: height === "full" ? "100%" : height !== void 0 ? `${height}px` : void 0,
|
|
499
|
+
maxHeight: maxHeight !== void 0 ? `${maxHeight}px` : void 0,
|
|
500
|
+
maxWidth: maxWidth !== void 0 ? `${maxWidth}px` : void 0,
|
|
501
|
+
width: width !== void 0 && typeof width === "number" ? `${width}px` : void 0,
|
|
502
|
+
minWidth: minWidth !== void 0 ? `${minWidth}px` : void 0,
|
|
503
|
+
border: borderColor ? `1px solid var(--color-${borderColor})` : void 0,
|
|
504
|
+
backgroundColor: backgroundColor ? `var(--color-${backgroundColor})` : void 0,
|
|
505
|
+
flexGrow: flexGrow !== void 0 ? flexGrow : void 0,
|
|
506
|
+
flexShrink: flexShrink !== void 0 ? flexShrink : void 0,
|
|
507
|
+
position: position !== void 0 ? position : void 0,
|
|
508
|
+
top: top !== void 0 ? `${top}px` : void 0,
|
|
509
|
+
left: left !== void 0 ? `${left}px` : void 0
|
|
510
|
+
},
|
|
511
|
+
className: (0, import_clsx6.default)(
|
|
512
|
+
"scrollbar-thin",
|
|
513
|
+
width !== "fit" && "w-full",
|
|
514
|
+
width === "full" && "w-full",
|
|
515
|
+
centered && "mx-auto",
|
|
516
|
+
overflowY == "auto" && "overflow-y-auto",
|
|
517
|
+
overflowY == "hidden" && "overflow-y-hidden",
|
|
518
|
+
overflowY == "scroll" && "overflow-y-scroll",
|
|
519
|
+
overflowX == "auto" && "overflow-x-auto",
|
|
520
|
+
overflowX == "hidden" && "overflow-x-hidden",
|
|
521
|
+
overflowX == "scroll" && "overflow-x-scroll",
|
|
522
|
+
padding && sizing === "container" && "p-mobile-container-padding desktop:p-desktop-container-padding compact:p-desktop-compact-container-padding",
|
|
523
|
+
padding && sizing === "layout" && "p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding",
|
|
524
|
+
padding && sizing === "layout-group" && "p-mobile-layout-group-padding desktop:p-desktop-layout-group-padding compact:p-desktop-compact-layout-group-padding",
|
|
525
|
+
padding && sizing === "component" && "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding",
|
|
526
|
+
paddingX && sizing === "container" && "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding",
|
|
527
|
+
paddingX && sizing === "layout" && "px-mobile-layout-padding desktop:px-desktop-layout-padding compact:px-desktop-compact-layout-padding",
|
|
528
|
+
paddingX && sizing === "layout-group" && "px-mobile-layout-group-padding desktop:px-desktop-layout-group-padding compact:px-desktop-compact-layout-group-padding",
|
|
529
|
+
paddingX && sizing === "component" && "px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding",
|
|
530
|
+
horizontal ? "desktop:flex-row" : "desktop:flex-col",
|
|
531
|
+
horizontalMobile ? "flex-row" : "flex-col",
|
|
532
|
+
flexClassNames,
|
|
533
|
+
sizing === "layout-group" && "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-compact-layout-group-gap",
|
|
534
|
+
sizing === "layout" && "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-compact-layout-gap",
|
|
535
|
+
sizing === "container" && "gap-mobile-container-gap desktop:gap-desktop-container-gap compact:gap-compact-container-gap",
|
|
536
|
+
sizing === "component" && "gap-mobile-component-gap desktop:gap-desktop-component-gap compact:gap-compact-component-gap",
|
|
537
|
+
elevation === 0 && "shadow-none",
|
|
538
|
+
elevation === 2 && "shadow-2",
|
|
539
|
+
elevation === 4 && "shadow-4",
|
|
540
|
+
elevation === 16 && "shadow-16",
|
|
541
|
+
rounded && "rounded"
|
|
542
|
+
),
|
|
543
|
+
children
|
|
544
|
+
}
|
|
545
|
+
);
|
|
546
|
+
};
|
|
547
|
+
|
|
548
|
+
// src/components/Notification.tsx
|
|
549
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
449
550
|
var variants = {
|
|
450
551
|
success: {
|
|
451
552
|
className: "border-success-400",
|
|
452
|
-
icon: /* @__PURE__ */ (0,
|
|
553
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "text-icon-success-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { name: "check_circle", size: 24 }) })
|
|
453
554
|
},
|
|
454
555
|
warning: {
|
|
455
556
|
className: "border-warning-400",
|
|
456
|
-
icon: /* @__PURE__ */ (0,
|
|
557
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "text-icon-warning-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { name: "warning", size: 24 }) })
|
|
457
558
|
},
|
|
458
559
|
error: {
|
|
459
560
|
className: "border-critical-400",
|
|
460
|
-
icon: /* @__PURE__ */ (0,
|
|
561
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "text-icon-critical-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { name: "error", size: 24 }) })
|
|
461
562
|
},
|
|
462
563
|
info: {
|
|
463
564
|
className: "border-action-400",
|
|
464
|
-
icon: /* @__PURE__ */ (0,
|
|
565
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "text-icon-on-action-secondary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { name: "info", size: 24 }) })
|
|
465
566
|
}
|
|
466
567
|
};
|
|
467
568
|
var Notification = (_a) => {
|
|
@@ -469,53 +570,63 @@ var Notification = (_a) => {
|
|
|
469
570
|
variant = "success",
|
|
470
571
|
title,
|
|
471
572
|
message,
|
|
472
|
-
|
|
573
|
+
enableMessage = true,
|
|
473
574
|
description,
|
|
474
|
-
|
|
575
|
+
enableDescription = false,
|
|
475
576
|
disclaimer,
|
|
476
|
-
|
|
577
|
+
enableDisclaimer = false,
|
|
477
578
|
card = false
|
|
478
579
|
} = _b, props = __objRest(_b, [
|
|
479
580
|
"variant",
|
|
480
581
|
"title",
|
|
481
582
|
"message",
|
|
482
|
-
"
|
|
583
|
+
"enableMessage",
|
|
483
584
|
"description",
|
|
484
|
-
"
|
|
585
|
+
"enableDescription",
|
|
485
586
|
"disclaimer",
|
|
486
|
-
"
|
|
587
|
+
"enableDisclaimer",
|
|
487
588
|
"card"
|
|
488
589
|
]);
|
|
489
590
|
var _a2;
|
|
490
591
|
const [visible, setVisible] = (0, import_react.useState)(true);
|
|
491
592
|
const { className, icon: iconElement } = (_a2 = variants[variant]) != null ? _a2 : variants.success;
|
|
492
593
|
if (!visible) return null;
|
|
493
|
-
return /* @__PURE__ */ (0,
|
|
594
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
494
595
|
"div",
|
|
495
596
|
__spreadProps(__spreadValues({
|
|
496
|
-
className: (0,
|
|
497
|
-
"flex gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap justify-between items-center border-2 rounded-sm w-full p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding bg-white",
|
|
597
|
+
className: (0, import_clsx7.default)(
|
|
598
|
+
"flex gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap justify-between items-center border-2 rounded-sm w-full p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding bg-white max-w-240",
|
|
498
599
|
className,
|
|
499
600
|
card && "shadow-4"
|
|
500
601
|
)
|
|
501
602
|
}, props), {
|
|
502
603
|
children: [
|
|
503
|
-
/* @__PURE__ */ (0,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
604
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
605
|
+
Stack,
|
|
606
|
+
{
|
|
607
|
+
horizontal: true,
|
|
608
|
+
horizontalMobile: true,
|
|
609
|
+
items: "start",
|
|
610
|
+
justify: "start",
|
|
611
|
+
sizing: "layout",
|
|
612
|
+
children: [
|
|
613
|
+
iconElement,
|
|
614
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(Stack, { elevation: 0, items: "start", justify: "start", sizing: "component", children: [
|
|
615
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Heading3, { as: "h3", children: title }),
|
|
616
|
+
message && enableMessage && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Paragraph, { as: "p", children: message }),
|
|
617
|
+
description && enableDescription && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Paragraph, { as: "p", children: description }),
|
|
618
|
+
disclaimer && enableDisclaimer && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Paragraph, { as: "p", children: disclaimer })
|
|
619
|
+
] })
|
|
620
|
+
]
|
|
621
|
+
}
|
|
622
|
+
),
|
|
623
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
513
624
|
Button,
|
|
514
625
|
{
|
|
515
626
|
iconOnly: true,
|
|
516
627
|
variant: "tertiary",
|
|
517
628
|
onClick: () => setVisible(false),
|
|
518
|
-
leftIcon: /* @__PURE__ */ (0,
|
|
629
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { name: "close", size: 24 })
|
|
519
630
|
}
|
|
520
631
|
)
|
|
521
632
|
]
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
Stack
|
|
4
|
+
} from "../chunk-U42SKNR6.js";
|
|
2
5
|
import {
|
|
3
6
|
Heading3
|
|
4
7
|
} from "../chunk-TYI74BSP.js";
|
|
@@ -45,21 +48,21 @@ var Notification = (_a) => {
|
|
|
45
48
|
variant = "success",
|
|
46
49
|
title,
|
|
47
50
|
message,
|
|
48
|
-
|
|
51
|
+
enableMessage = true,
|
|
49
52
|
description,
|
|
50
|
-
|
|
53
|
+
enableDescription = false,
|
|
51
54
|
disclaimer,
|
|
52
|
-
|
|
55
|
+
enableDisclaimer = false,
|
|
53
56
|
card = false
|
|
54
57
|
} = _b, props = __objRest(_b, [
|
|
55
58
|
"variant",
|
|
56
59
|
"title",
|
|
57
60
|
"message",
|
|
58
|
-
"
|
|
61
|
+
"enableMessage",
|
|
59
62
|
"description",
|
|
60
|
-
"
|
|
63
|
+
"enableDescription",
|
|
61
64
|
"disclaimer",
|
|
62
|
-
"
|
|
65
|
+
"enableDisclaimer",
|
|
63
66
|
"card"
|
|
64
67
|
]);
|
|
65
68
|
var _a2;
|
|
@@ -70,21 +73,31 @@ var Notification = (_a) => {
|
|
|
70
73
|
"div",
|
|
71
74
|
__spreadProps(__spreadValues({
|
|
72
75
|
className: clsx(
|
|
73
|
-
"flex gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap justify-between items-center border-2 rounded-sm w-full p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding bg-white",
|
|
76
|
+
"flex gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap justify-between items-center border-2 rounded-sm w-full p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding bg-white max-w-240",
|
|
74
77
|
className,
|
|
75
78
|
card && "shadow-4"
|
|
76
79
|
)
|
|
77
80
|
}, props), {
|
|
78
81
|
children: [
|
|
79
|
-
/* @__PURE__ */ jsxs(
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
/* @__PURE__ */ jsxs(
|
|
83
|
+
Stack,
|
|
84
|
+
{
|
|
85
|
+
horizontal: true,
|
|
86
|
+
horizontalMobile: true,
|
|
87
|
+
items: "start",
|
|
88
|
+
justify: "start",
|
|
89
|
+
sizing: "layout",
|
|
90
|
+
children: [
|
|
91
|
+
iconElement,
|
|
92
|
+
/* @__PURE__ */ jsxs(Stack, { elevation: 0, items: "start", justify: "start", sizing: "component", children: [
|
|
93
|
+
title && /* @__PURE__ */ jsx(Heading3, { as: "h3", children: title }),
|
|
94
|
+
message && enableMessage && /* @__PURE__ */ jsx(Paragraph, { as: "p", children: message }),
|
|
95
|
+
description && enableDescription && /* @__PURE__ */ jsx(Paragraph, { as: "p", children: description }),
|
|
96
|
+
disclaimer && enableDisclaimer && /* @__PURE__ */ jsx(Paragraph, { as: "p", children: disclaimer })
|
|
97
|
+
] })
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
),
|
|
88
101
|
/* @__PURE__ */ jsx(
|
|
89
102
|
Button,
|
|
90
103
|
{
|
|
@@ -486,7 +486,9 @@ var Input = (_a) => {
|
|
|
486
486
|
}, [propValue, decimals, variant]);
|
|
487
487
|
const getInputProps = () => {
|
|
488
488
|
var _a2;
|
|
489
|
-
const baseProps = __spreadValues(__spreadValues({}, props), getDecimalPlaceholder(decimals))
|
|
489
|
+
const baseProps = __spreadProps(__spreadValues(__spreadValues({}, props), getDecimalPlaceholder(decimals)), {
|
|
490
|
+
value: propValue
|
|
491
|
+
});
|
|
490
492
|
switch (variant) {
|
|
491
493
|
case "search":
|
|
492
494
|
return __spreadProps(__spreadValues({}, baseProps), {
|
|
@@ -540,7 +542,7 @@ var Input = (_a) => {
|
|
|
540
542
|
case "finder":
|
|
541
543
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: "search" });
|
|
542
544
|
case "uom":
|
|
543
|
-
return uom ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-text-secondary-normal uppercase", children: uom }) : null;
|
|
545
|
+
return uom ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-text-secondary-normal uppercase", children: uom.slice(0, 4) }) : null;
|
|
544
546
|
case "percentage":
|
|
545
547
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: "percent" }) });
|
|
546
548
|
default:
|
|
@@ -486,7 +486,9 @@ var Input = (_a) => {
|
|
|
486
486
|
}, [propValue, decimals, variant]);
|
|
487
487
|
const getInputProps = () => {
|
|
488
488
|
var _a2;
|
|
489
|
-
const baseProps = __spreadValues(__spreadValues({}, props), getDecimalPlaceholder(decimals))
|
|
489
|
+
const baseProps = __spreadProps(__spreadValues(__spreadValues({}, props), getDecimalPlaceholder(decimals)), {
|
|
490
|
+
value: propValue
|
|
491
|
+
});
|
|
490
492
|
switch (variant) {
|
|
491
493
|
case "search":
|
|
492
494
|
return __spreadProps(__spreadValues({}, baseProps), {
|
|
@@ -540,7 +542,7 @@ var Input = (_a) => {
|
|
|
540
542
|
case "finder":
|
|
541
543
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: "search" });
|
|
542
544
|
case "uom":
|
|
543
|
-
return uom ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-text-secondary-normal uppercase", children: uom }) : null;
|
|
545
|
+
return uom ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-text-secondary-normal uppercase", children: uom.slice(0, 4) }) : null;
|
|
544
546
|
case "percentage":
|
|
545
547
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: "percent" }) });
|
|
546
548
|
default:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Search
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-GTCSRHPF.js";
|
|
5
|
+
import "../chunk-BWRHL2AG.js";
|
|
6
6
|
import "../chunk-4C66DLIJ.js";
|
|
7
7
|
import "../chunk-IGQVA7SC.js";
|
|
8
8
|
import "../chunk-KX3O6GJ6.js";
|
|
@@ -486,7 +486,9 @@ var Input = (_a) => {
|
|
|
486
486
|
}, [propValue, decimals, variant]);
|
|
487
487
|
const getInputProps = () => {
|
|
488
488
|
var _a2;
|
|
489
|
-
const baseProps = __spreadValues(__spreadValues({}, props), getDecimalPlaceholder(decimals))
|
|
489
|
+
const baseProps = __spreadProps(__spreadValues(__spreadValues({}, props), getDecimalPlaceholder(decimals)), {
|
|
490
|
+
value: propValue
|
|
491
|
+
});
|
|
490
492
|
switch (variant) {
|
|
491
493
|
case "search":
|
|
492
494
|
return __spreadProps(__spreadValues({}, baseProps), {
|
|
@@ -540,7 +542,7 @@ var Input = (_a) => {
|
|
|
540
542
|
case "finder":
|
|
541
543
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: "search" });
|
|
542
544
|
case "uom":
|
|
543
|
-
return uom ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-text-secondary-normal uppercase", children: uom }) : null;
|
|
545
|
+
return uom ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-text-secondary-normal uppercase", children: uom.slice(0, 4) }) : null;
|
|
544
546
|
case "percentage":
|
|
545
547
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: "percent" }) });
|
|
546
548
|
default:
|
|
@@ -671,7 +673,9 @@ var Select = (_a) => {
|
|
|
671
673
|
onClick,
|
|
672
674
|
className,
|
|
673
675
|
wrapperClassName,
|
|
674
|
-
removeRoundness
|
|
676
|
+
removeRoundness,
|
|
677
|
+
displayValue,
|
|
678
|
+
value
|
|
675
679
|
} = _b, props = __objRest(_b, [
|
|
676
680
|
"label",
|
|
677
681
|
"error",
|
|
@@ -681,7 +685,9 @@ var Select = (_a) => {
|
|
|
681
685
|
"onClick",
|
|
682
686
|
"className",
|
|
683
687
|
"wrapperClassName",
|
|
684
|
-
"removeRoundness"
|
|
688
|
+
"removeRoundness",
|
|
689
|
+
"displayValue",
|
|
690
|
+
"value"
|
|
685
691
|
]);
|
|
686
692
|
const inputRef = (0, import_react2.useRef)(null);
|
|
687
693
|
const inputContainerRef = (0, import_react2.useRef)(null);
|
|
@@ -694,11 +700,11 @@ var Select = (_a) => {
|
|
|
694
700
|
return;
|
|
695
701
|
}
|
|
696
702
|
(_a2 = inputRef.current) == null ? void 0 : _a2.focus();
|
|
697
|
-
}, [
|
|
703
|
+
}, [value]);
|
|
698
704
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
|
|
699
705
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
700
706
|
InputBase,
|
|
701
|
-
__spreadValues({
|
|
707
|
+
__spreadProps(__spreadValues({
|
|
702
708
|
inputContainerRef,
|
|
703
709
|
ref: inputRef,
|
|
704
710
|
label,
|
|
@@ -733,7 +739,9 @@ var Select = (_a) => {
|
|
|
733
739
|
readOnly,
|
|
734
740
|
removeRoundness,
|
|
735
741
|
focus: show
|
|
736
|
-
}, props)
|
|
742
|
+
}, props), {
|
|
743
|
+
value: displayValue != null ? displayValue : value
|
|
744
|
+
})
|
|
737
745
|
),
|
|
738
746
|
renderMenu ? renderMenu({
|
|
739
747
|
positionTo: inputContainerRef,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Select
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-TRUPPHBQ.js";
|
|
5
|
+
import "../chunk-BWRHL2AG.js";
|
|
6
6
|
import "../chunk-4C66DLIJ.js";
|
|
7
7
|
import "../chunk-IGQVA7SC.js";
|
|
8
8
|
import "../chunk-KX3O6GJ6.js";
|