@dmsi/wedgekit-react 0.0.5 → 0.0.7
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
|
@@ -231,11 +231,28 @@ Display2.displayName = "Display2";
|
|
|
231
231
|
// src/components/Stack.tsx
|
|
232
232
|
var import_clsx3 = __toESM(require("clsx"), 1);
|
|
233
233
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
234
|
+
var useFlexClassNames = ({ items, justify, grow }) => (0, import_clsx3.default)(
|
|
235
|
+
"flex",
|
|
236
|
+
items === "start" && "items-start",
|
|
237
|
+
grow && "grow",
|
|
238
|
+
items === "start" && "items-start",
|
|
239
|
+
items === "center" && "items-center",
|
|
240
|
+
items === "end" && "items-end",
|
|
241
|
+
items === "start-center" && "items-start desktop:items-center",
|
|
242
|
+
justify === "start" && "justify-start",
|
|
243
|
+
justify === "center" && "justify-center",
|
|
244
|
+
justify === "end" && "justify-end",
|
|
245
|
+
justify === "end" && "justify-end",
|
|
246
|
+
justify === "between" && "justify-between",
|
|
247
|
+
justify === "around" && "justify-around"
|
|
248
|
+
);
|
|
234
249
|
var Stack = ({
|
|
235
250
|
children,
|
|
236
251
|
items,
|
|
237
252
|
justify,
|
|
253
|
+
grow,
|
|
238
254
|
padding,
|
|
255
|
+
paddingX,
|
|
239
256
|
horizontal,
|
|
240
257
|
horizontalMobile,
|
|
241
258
|
elevation = 0,
|
|
@@ -243,48 +260,60 @@ var Stack = ({
|
|
|
243
260
|
centered,
|
|
244
261
|
width,
|
|
245
262
|
maxWidth,
|
|
263
|
+
minWidth,
|
|
246
264
|
height,
|
|
247
265
|
maxHeight,
|
|
248
266
|
borderColor,
|
|
249
267
|
backgroundColor,
|
|
250
268
|
sizing = "none",
|
|
251
|
-
overflowY = "inherit"
|
|
269
|
+
overflowY = "inherit",
|
|
270
|
+
overflowX = "inherit",
|
|
271
|
+
flexShrink,
|
|
272
|
+
flexGrow,
|
|
273
|
+
position,
|
|
274
|
+
top,
|
|
275
|
+
left
|
|
252
276
|
}) => {
|
|
277
|
+
const flexClassNames = useFlexClassNames({ items, justify, grow });
|
|
253
278
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
254
279
|
"div",
|
|
255
280
|
{
|
|
256
281
|
style: {
|
|
257
|
-
height: height !== void 0 ? `${height}px` : void 0,
|
|
282
|
+
height: height === "full" ? "100%" : height !== void 0 ? `${height}px` : void 0,
|
|
258
283
|
maxHeight: maxHeight !== void 0 ? `${maxHeight}px` : void 0,
|
|
259
284
|
maxWidth: maxWidth !== void 0 ? `${maxWidth}px` : void 0,
|
|
260
|
-
width: width !== void 0 ? `${width}px` : void 0,
|
|
285
|
+
width: width !== void 0 && typeof width === "number" ? `${width}px` : void 0,
|
|
286
|
+
minWidth: minWidth !== void 0 ? `${minWidth}px` : void 0,
|
|
261
287
|
border: borderColor ? `1px solid var(--color-${borderColor})` : void 0,
|
|
262
|
-
backgroundColor: backgroundColor ? `var(--color-${backgroundColor})` : void 0
|
|
288
|
+
backgroundColor: backgroundColor ? `var(--color-${backgroundColor})` : void 0,
|
|
289
|
+
flexGrow: flexGrow !== void 0 ? flexGrow : void 0,
|
|
290
|
+
flexShrink: flexShrink !== void 0 ? flexShrink : void 0,
|
|
291
|
+
position: position !== void 0 ? position : void 0,
|
|
292
|
+
top: top !== void 0 ? `${top}px` : void 0,
|
|
293
|
+
left: left !== void 0 ? `${left}px` : void 0
|
|
263
294
|
},
|
|
264
295
|
className: (0, import_clsx3.default)(
|
|
265
296
|
"scrollbar-thin",
|
|
266
|
-
"w-full",
|
|
267
|
-
"
|
|
297
|
+
width !== "fit" && "w-full",
|
|
298
|
+
width === "full" && "w-full",
|
|
268
299
|
centered && "mx-auto",
|
|
269
300
|
overflowY == "auto" && "overflow-y-auto",
|
|
270
301
|
overflowY == "hidden" && "overflow-y-hidden",
|
|
271
302
|
overflowY == "scroll" && "overflow-y-scroll",
|
|
303
|
+
overflowX == "auto" && "overflow-x-auto",
|
|
304
|
+
overflowX == "hidden" && "overflow-x-hidden",
|
|
305
|
+
overflowX == "scroll" && "overflow-x-scroll",
|
|
272
306
|
padding && sizing === "container" && "p-mobile-container-padding desktop:p-desktop-container-padding compact:p-desktop-compact-container-padding",
|
|
273
307
|
padding && sizing === "layout" && "p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding",
|
|
274
308
|
padding && sizing === "layout-group" && "p-mobile-layout-group-padding desktop:p-desktop-layout-group-padding compact:p-desktop-compact-layout-group-padding",
|
|
275
309
|
padding && sizing === "component" && "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding",
|
|
310
|
+
paddingX && sizing === "container" && "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding",
|
|
311
|
+
paddingX && sizing === "layout" && "px-mobile-layout-padding desktop:px-desktop-layout-padding compact:px-desktop-compact-layout-padding",
|
|
312
|
+
paddingX && sizing === "layout-group" && "px-mobile-layout-group-padding desktop:px-desktop-layout-group-padding compact:px-desktop-compact-layout-group-padding",
|
|
313
|
+
paddingX && sizing === "component" && "px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding",
|
|
276
314
|
horizontal ? "desktop:flex-row" : "desktop:flex-col",
|
|
277
315
|
horizontalMobile ? "flex-row" : "flex-col",
|
|
278
|
-
|
|
279
|
-
items === "center" && "items-center",
|
|
280
|
-
items === "end" && "items-end",
|
|
281
|
-
items === "start-center" && "items-start desktop:items-center",
|
|
282
|
-
justify === "start" && "justify-start",
|
|
283
|
-
justify === "center" && "justify-center",
|
|
284
|
-
justify === "end" && "justify-end",
|
|
285
|
-
justify === "end" && "justify-end",
|
|
286
|
-
justify === "between" && "justify-between",
|
|
287
|
-
justify === "around" && "justify-around",
|
|
316
|
+
flexClassNames,
|
|
288
317
|
sizing === "layout-group" && "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-compact-layout-group-gap",
|
|
289
318
|
sizing === "layout" && "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-compact-layout-gap",
|
|
290
319
|
sizing === "container" && "gap-mobile-container-gap desktop:gap-desktop-container-gap compact:gap-compact-container-gap",
|
|
@@ -423,8 +452,8 @@ var Swatch = ({ className, colorName, colorHex }) => {
|
|
|
423
452
|
};
|
|
424
453
|
var Swatches = () => {
|
|
425
454
|
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Stack, { elevation: 0, items: "start", justify: "start", sizing: "container", children: [
|
|
426
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "
|
|
427
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "
|
|
455
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "Color Primitives" }),
|
|
456
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "Branded Colors" }),
|
|
428
457
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Paragraph, { children: "As different customers with their own brands become more integrated with the Millwork eCatalog, we want to be able to offer some customization of the UI to align with their branding. There can be different palettes swapped out depending on brand, but these are the color variables that get defined by a specific hex value and may use seperate light and dark palettes." }),
|
|
429
458
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Brand" }),
|
|
430
459
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
@@ -476,7 +505,7 @@ var Swatches = () => {
|
|
|
476
505
|
{
|
|
477
506
|
className: "bg-action-500",
|
|
478
507
|
colorName: "Action-500",
|
|
479
|
-
colorHex: "#
|
|
508
|
+
colorHex: "#00365a"
|
|
480
509
|
}
|
|
481
510
|
),
|
|
482
511
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
@@ -484,7 +513,7 @@ var Swatches = () => {
|
|
|
484
513
|
{
|
|
485
514
|
className: "bg-action-400",
|
|
486
515
|
colorName: "Action-400",
|
|
487
|
-
colorHex: "#
|
|
516
|
+
colorHex: "#0077c8"
|
|
488
517
|
}
|
|
489
518
|
),
|
|
490
519
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
@@ -500,7 +529,7 @@ var Swatches = () => {
|
|
|
500
529
|
{
|
|
501
530
|
className: "bg-action-200",
|
|
502
531
|
colorName: "Action-200",
|
|
503
|
-
colorHex: "#
|
|
532
|
+
colorHex: "#d0e5f4"
|
|
504
533
|
}
|
|
505
534
|
),
|
|
506
535
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
@@ -508,8 +537,51 @@ var Swatches = () => {
|
|
|
508
537
|
{
|
|
509
538
|
className: "bg-action-100",
|
|
510
539
|
colorName: "Action-100",
|
|
540
|
+
colorHex: "#e7f2f9"
|
|
541
|
+
}
|
|
542
|
+
)
|
|
543
|
+
] }),
|
|
544
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Link" }),
|
|
545
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
546
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
547
|
+
Swatch,
|
|
548
|
+
{
|
|
549
|
+
className: "bg-link-500",
|
|
550
|
+
colorName: "Link-500",
|
|
511
551
|
colorHex: "#00365a"
|
|
512
552
|
}
|
|
553
|
+
),
|
|
554
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
555
|
+
Swatch,
|
|
556
|
+
{
|
|
557
|
+
className: "bg-link-400",
|
|
558
|
+
colorName: "Link-400",
|
|
559
|
+
colorHex: "#0077c8"
|
|
560
|
+
}
|
|
561
|
+
),
|
|
562
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
563
|
+
Swatch,
|
|
564
|
+
{
|
|
565
|
+
className: "bg-link-300",
|
|
566
|
+
colorName: "Link-300",
|
|
567
|
+
colorHex: "#459ad4"
|
|
568
|
+
}
|
|
569
|
+
),
|
|
570
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
571
|
+
Swatch,
|
|
572
|
+
{
|
|
573
|
+
className: "bg-link-200",
|
|
574
|
+
colorName: "Link-200",
|
|
575
|
+
colorHex: "#d0e5f4"
|
|
576
|
+
}
|
|
577
|
+
),
|
|
578
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
579
|
+
Swatch,
|
|
580
|
+
{
|
|
581
|
+
className: "bg-link-100",
|
|
582
|
+
colorName: "Link-100",
|
|
583
|
+
colorHex: "#e7f2f9"
|
|
584
|
+
}
|
|
513
585
|
)
|
|
514
586
|
] }),
|
|
515
587
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: " Standard Colors" }),
|
|
@@ -768,7 +840,884 @@ var Swatches = () => {
|
|
|
768
840
|
colorHex: "#cc391f"
|
|
769
841
|
}
|
|
770
842
|
)
|
|
771
|
-
] })
|
|
843
|
+
] }),
|
|
844
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
845
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "Color Semantics" }),
|
|
846
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Paragraph, { children: [
|
|
847
|
+
"Because we aim to support custom branding and eventually color modes (dark/light modes), color tokens are used so that we can talk about specific color usages without tying them to specific color values. We can call a color a \u201CPrimary Action Color\u201D and it does not matter if it is blue or green or purple for a specific brand, we can all know what color use we are referring to. These colors are not define by a specific hex value but by the color variables defined in the color palette. These definitions can change between color mode.",
|
|
848
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
849
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
850
|
+
"Tokens are generally referenced by their Name, assuming a normal state unless otherwise specified. For example: A button may be called out to use a \u201Cbackground/action\u201D color, which would reference the \u201Ccolor/background/action/normal\u201D token by default, and the other states as defined."
|
|
851
|
+
] }),
|
|
852
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Text" }),
|
|
853
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Primary" }),
|
|
854
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
855
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
856
|
+
Swatch,
|
|
857
|
+
{
|
|
858
|
+
className: "bg-text-primary-normal",
|
|
859
|
+
colorName: "Normal",
|
|
860
|
+
colorHex: "#1d1e1e"
|
|
861
|
+
}
|
|
862
|
+
),
|
|
863
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
864
|
+
Swatch,
|
|
865
|
+
{
|
|
866
|
+
className: "bg-text-primary-disabled",
|
|
867
|
+
colorName: "Disabled",
|
|
868
|
+
colorHex: "#c1c1c1"
|
|
869
|
+
}
|
|
870
|
+
),
|
|
871
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
872
|
+
Swatch,
|
|
873
|
+
{
|
|
874
|
+
className: "bg-text-primary-error",
|
|
875
|
+
colorName: "Error",
|
|
876
|
+
colorHex: "#cc391f"
|
|
877
|
+
}
|
|
878
|
+
)
|
|
879
|
+
] }),
|
|
880
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Secondary" }),
|
|
881
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
882
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
883
|
+
Swatch,
|
|
884
|
+
{
|
|
885
|
+
className: "bg-text-secondary-normal",
|
|
886
|
+
colorName: "Normal",
|
|
887
|
+
colorHex: "#6b6d6d"
|
|
888
|
+
}
|
|
889
|
+
),
|
|
890
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
891
|
+
Swatch,
|
|
892
|
+
{
|
|
893
|
+
className: "bg-text-secondary-disabled",
|
|
894
|
+
colorName: "Disabled",
|
|
895
|
+
colorHex: "#c1c1c1"
|
|
896
|
+
}
|
|
897
|
+
),
|
|
898
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
899
|
+
Swatch,
|
|
900
|
+
{
|
|
901
|
+
className: "bg-text-secondary-error",
|
|
902
|
+
colorName: "Error",
|
|
903
|
+
colorHex: "#cc391f"
|
|
904
|
+
}
|
|
905
|
+
)
|
|
906
|
+
] }),
|
|
907
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Brand" }),
|
|
908
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
909
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
910
|
+
Swatch,
|
|
911
|
+
{
|
|
912
|
+
className: "bg-brand-400",
|
|
913
|
+
colorName: "Normal",
|
|
914
|
+
colorHex: "#df4405"
|
|
915
|
+
}
|
|
916
|
+
),
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
918
|
+
Swatch,
|
|
919
|
+
{
|
|
920
|
+
className: "bg-neutral-300",
|
|
921
|
+
colorName: "Disabled",
|
|
922
|
+
colorHex: "#c1c1c1"
|
|
923
|
+
}
|
|
924
|
+
),
|
|
925
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
926
|
+
Swatch,
|
|
927
|
+
{
|
|
928
|
+
className: "bg-critical-400",
|
|
929
|
+
colorName: "Error",
|
|
930
|
+
colorHex: "#cc391f"
|
|
931
|
+
}
|
|
932
|
+
)
|
|
933
|
+
] }),
|
|
934
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Action Primary" }),
|
|
935
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
936
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
937
|
+
Swatch,
|
|
938
|
+
{
|
|
939
|
+
className: "bg-text-action-primary-normal",
|
|
940
|
+
colorName: "Normal",
|
|
941
|
+
colorHex: "#0077c8"
|
|
942
|
+
}
|
|
943
|
+
),
|
|
944
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
945
|
+
Swatch,
|
|
946
|
+
{
|
|
947
|
+
className: "bg-text-action-primary-hover",
|
|
948
|
+
colorName: "Hover",
|
|
949
|
+
colorHex: "#00365a"
|
|
950
|
+
}
|
|
951
|
+
),
|
|
952
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
953
|
+
Swatch,
|
|
954
|
+
{
|
|
955
|
+
className: "bg-text-action-primary-active",
|
|
956
|
+
colorName: "Active",
|
|
957
|
+
colorHex: "#459ad4"
|
|
958
|
+
}
|
|
959
|
+
),
|
|
960
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
961
|
+
Swatch,
|
|
962
|
+
{
|
|
963
|
+
className: "bg-text-action-primary-disabled",
|
|
964
|
+
colorName: "Disabled",
|
|
965
|
+
colorHex: "#6b6d6d"
|
|
966
|
+
}
|
|
967
|
+
)
|
|
968
|
+
] }),
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/On Action Primary" }),
|
|
970
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
971
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
972
|
+
Swatch,
|
|
973
|
+
{
|
|
974
|
+
className: "bg-text-on-action-primary-normal",
|
|
975
|
+
colorName: "Normal",
|
|
976
|
+
colorHex: "#ffffff"
|
|
977
|
+
}
|
|
978
|
+
),
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
980
|
+
Swatch,
|
|
981
|
+
{
|
|
982
|
+
className: "bg-text-on-action-primary-hover",
|
|
983
|
+
colorName: "Hover",
|
|
984
|
+
colorHex: "#ffffff"
|
|
985
|
+
}
|
|
986
|
+
),
|
|
987
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
988
|
+
Swatch,
|
|
989
|
+
{
|
|
990
|
+
className: "bg-text-on-action-primary-active",
|
|
991
|
+
colorName: "Active",
|
|
992
|
+
colorHex: "#ffffff"
|
|
993
|
+
}
|
|
994
|
+
),
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
996
|
+
Swatch,
|
|
997
|
+
{
|
|
998
|
+
className: "bg-text-on-action-primary-disabled",
|
|
999
|
+
colorName: "Disabled",
|
|
1000
|
+
colorHex: "#6b6d6d"
|
|
1001
|
+
}
|
|
1002
|
+
)
|
|
1003
|
+
] }),
|
|
1004
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Action Critical" }),
|
|
1005
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1006
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1007
|
+
Swatch,
|
|
1008
|
+
{
|
|
1009
|
+
className: "bg-text-action-critical-normal",
|
|
1010
|
+
colorName: "Normal",
|
|
1011
|
+
colorHex: "#CC391F"
|
|
1012
|
+
}
|
|
1013
|
+
),
|
|
1014
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1015
|
+
Swatch,
|
|
1016
|
+
{
|
|
1017
|
+
className: "bg-text-action-critical-hover",
|
|
1018
|
+
colorName: "Hover",
|
|
1019
|
+
colorHex: "#892615"
|
|
1020
|
+
}
|
|
1021
|
+
),
|
|
1022
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1023
|
+
Swatch,
|
|
1024
|
+
{
|
|
1025
|
+
className: "bg-text-action-critical-active",
|
|
1026
|
+
colorName: "Active",
|
|
1027
|
+
colorHex: "#DD5E48"
|
|
1028
|
+
}
|
|
1029
|
+
),
|
|
1030
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1031
|
+
Swatch,
|
|
1032
|
+
{
|
|
1033
|
+
className: "bg-text-action-critical-disabled",
|
|
1034
|
+
colorName: "Disabled",
|
|
1035
|
+
colorHex: "#6b6d6d"
|
|
1036
|
+
}
|
|
1037
|
+
)
|
|
1038
|
+
] }),
|
|
1039
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Link" }),
|
|
1040
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1041
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1042
|
+
Swatch,
|
|
1043
|
+
{
|
|
1044
|
+
className: "bg-text-link-normal",
|
|
1045
|
+
colorName: "Normal",
|
|
1046
|
+
colorHex: "#0077C8"
|
|
1047
|
+
}
|
|
1048
|
+
),
|
|
1049
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1050
|
+
Swatch,
|
|
1051
|
+
{
|
|
1052
|
+
className: "bg-text-link-hover",
|
|
1053
|
+
colorName: "Hover",
|
|
1054
|
+
colorHex: "#00365A"
|
|
1055
|
+
}
|
|
1056
|
+
),
|
|
1057
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1058
|
+
Swatch,
|
|
1059
|
+
{
|
|
1060
|
+
className: "bg-text-link-active",
|
|
1061
|
+
colorName: "Active",
|
|
1062
|
+
colorHex: "#459AD4"
|
|
1063
|
+
}
|
|
1064
|
+
),
|
|
1065
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1066
|
+
Swatch,
|
|
1067
|
+
{
|
|
1068
|
+
className: "bg-text-link-disabled",
|
|
1069
|
+
colorName: "Disabled",
|
|
1070
|
+
colorHex: "#6b6d6d"
|
|
1071
|
+
}
|
|
1072
|
+
)
|
|
1073
|
+
] }),
|
|
1074
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Success" }),
|
|
1075
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1076
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1077
|
+
Swatch,
|
|
1078
|
+
{
|
|
1079
|
+
className: "bg-text-success-normal",
|
|
1080
|
+
colorName: "Normal",
|
|
1081
|
+
colorHex: "#126240"
|
|
1082
|
+
}
|
|
1083
|
+
),
|
|
1084
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1085
|
+
Swatch,
|
|
1086
|
+
{
|
|
1087
|
+
className: "bg-text-success-disabled",
|
|
1088
|
+
colorName: "Disabled",
|
|
1089
|
+
colorHex: "#6B6D6D"
|
|
1090
|
+
}
|
|
1091
|
+
),
|
|
1092
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1093
|
+
Swatch,
|
|
1094
|
+
{
|
|
1095
|
+
className: "bg-text-success-error",
|
|
1096
|
+
colorName: "Error",
|
|
1097
|
+
colorHex: "#CC391F"
|
|
1098
|
+
}
|
|
1099
|
+
)
|
|
1100
|
+
] }),
|
|
1101
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Warning" }),
|
|
1102
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1103
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1104
|
+
Swatch,
|
|
1105
|
+
{
|
|
1106
|
+
className: "bg-text-warning-normal",
|
|
1107
|
+
colorName: "Normal",
|
|
1108
|
+
colorHex: "#126240"
|
|
1109
|
+
}
|
|
1110
|
+
),
|
|
1111
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1112
|
+
Swatch,
|
|
1113
|
+
{
|
|
1114
|
+
className: "bg-text-warning-disabled",
|
|
1115
|
+
colorName: "Disabled",
|
|
1116
|
+
colorHex: "#6B6D6D"
|
|
1117
|
+
}
|
|
1118
|
+
),
|
|
1119
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1120
|
+
Swatch,
|
|
1121
|
+
{
|
|
1122
|
+
className: "bg-text-warning-error",
|
|
1123
|
+
colorName: "Error",
|
|
1124
|
+
colorHex: "#CC391F"
|
|
1125
|
+
}
|
|
1126
|
+
)
|
|
1127
|
+
] }),
|
|
1128
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Critical" }),
|
|
1129
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1130
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1131
|
+
Swatch,
|
|
1132
|
+
{
|
|
1133
|
+
className: "bg-text-critical-normal",
|
|
1134
|
+
colorName: "Normal",
|
|
1135
|
+
colorHex: "#CC391F"
|
|
1136
|
+
}
|
|
1137
|
+
),
|
|
1138
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1139
|
+
Swatch,
|
|
1140
|
+
{
|
|
1141
|
+
className: "bg-text-critical-disabled",
|
|
1142
|
+
colorName: "Disabled",
|
|
1143
|
+
colorHex: "#6B6D6D"
|
|
1144
|
+
}
|
|
1145
|
+
),
|
|
1146
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1147
|
+
Swatch,
|
|
1148
|
+
{
|
|
1149
|
+
className: "bg-text-critical-error",
|
|
1150
|
+
colorName: "Error",
|
|
1151
|
+
colorHex: "#CC391F"
|
|
1152
|
+
}
|
|
1153
|
+
)
|
|
1154
|
+
] }),
|
|
1155
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
1156
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Icon" }),
|
|
1157
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Primary" }),
|
|
1158
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1159
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1160
|
+
Swatch,
|
|
1161
|
+
{
|
|
1162
|
+
className: "bg-icon-primary-normal",
|
|
1163
|
+
colorName: "Normal",
|
|
1164
|
+
colorHex: "#6B6D6D"
|
|
1165
|
+
}
|
|
1166
|
+
),
|
|
1167
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1168
|
+
Swatch,
|
|
1169
|
+
{
|
|
1170
|
+
className: "bg-icon-primary-disabled",
|
|
1171
|
+
colorName: "Disabled",
|
|
1172
|
+
colorHex: "#C1C1C1"
|
|
1173
|
+
}
|
|
1174
|
+
)
|
|
1175
|
+
] }),
|
|
1176
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Success" }),
|
|
1177
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1178
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1179
|
+
Swatch,
|
|
1180
|
+
{
|
|
1181
|
+
className: "bg-icon-success-normal",
|
|
1182
|
+
colorName: "Normal",
|
|
1183
|
+
colorHex: "#27D68B"
|
|
1184
|
+
}
|
|
1185
|
+
),
|
|
1186
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1187
|
+
Swatch,
|
|
1188
|
+
{
|
|
1189
|
+
className: "bg-icon-success-disabled",
|
|
1190
|
+
colorName: "Disabled",
|
|
1191
|
+
colorHex: "#6B6D6D"
|
|
1192
|
+
}
|
|
1193
|
+
)
|
|
1194
|
+
] }),
|
|
1195
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Warning" }),
|
|
1196
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1197
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1198
|
+
Swatch,
|
|
1199
|
+
{
|
|
1200
|
+
className: "bg-icon-warning-normal",
|
|
1201
|
+
colorName: "Normal",
|
|
1202
|
+
colorHex: "#F0A913"
|
|
1203
|
+
}
|
|
1204
|
+
),
|
|
1205
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1206
|
+
Swatch,
|
|
1207
|
+
{
|
|
1208
|
+
className: "bg-icon-warning-disabled",
|
|
1209
|
+
colorName: "Disabled",
|
|
1210
|
+
colorHex: "#6B6D6D"
|
|
1211
|
+
}
|
|
1212
|
+
)
|
|
1213
|
+
] }),
|
|
1214
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Critical" }),
|
|
1215
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1216
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1217
|
+
Swatch,
|
|
1218
|
+
{
|
|
1219
|
+
className: "bg-icon-critical-normal",
|
|
1220
|
+
colorName: "Normal",
|
|
1221
|
+
colorHex: "#CC391F"
|
|
1222
|
+
}
|
|
1223
|
+
),
|
|
1224
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1225
|
+
Swatch,
|
|
1226
|
+
{
|
|
1227
|
+
className: "bg-icon-critical-disabled",
|
|
1228
|
+
colorName: "Disabled",
|
|
1229
|
+
colorHex: "#6B6D6D"
|
|
1230
|
+
}
|
|
1231
|
+
)
|
|
1232
|
+
] }),
|
|
1233
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Action Primary" }),
|
|
1234
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1235
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1236
|
+
Swatch,
|
|
1237
|
+
{
|
|
1238
|
+
className: "bg-icon-action-primary-normal",
|
|
1239
|
+
colorName: "Normal",
|
|
1240
|
+
colorHex: "#1D1E1E"
|
|
1241
|
+
}
|
|
1242
|
+
),
|
|
1243
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1244
|
+
Swatch,
|
|
1245
|
+
{
|
|
1246
|
+
className: "bg-icon-action-primary-hover",
|
|
1247
|
+
colorName: "Hover",
|
|
1248
|
+
colorHex: "#00365A"
|
|
1249
|
+
}
|
|
1250
|
+
),
|
|
1251
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1252
|
+
Swatch,
|
|
1253
|
+
{
|
|
1254
|
+
className: "bg-icon-action-primary-active",
|
|
1255
|
+
colorName: "Active",
|
|
1256
|
+
colorHex: "#459AD4"
|
|
1257
|
+
}
|
|
1258
|
+
),
|
|
1259
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1260
|
+
Swatch,
|
|
1261
|
+
{
|
|
1262
|
+
className: "bg-icon-action-primary-disabled",
|
|
1263
|
+
colorName: "Disabled",
|
|
1264
|
+
colorHex: "#C1C1C1"
|
|
1265
|
+
}
|
|
1266
|
+
)
|
|
1267
|
+
] }),
|
|
1268
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/On Action Primary" }),
|
|
1269
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1270
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1271
|
+
Swatch,
|
|
1272
|
+
{
|
|
1273
|
+
className: "bg-icon-on-action-primary-normal",
|
|
1274
|
+
colorName: "Normal",
|
|
1275
|
+
colorHex: "#FFFFFF"
|
|
1276
|
+
}
|
|
1277
|
+
),
|
|
1278
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1279
|
+
Swatch,
|
|
1280
|
+
{
|
|
1281
|
+
className: "bg-icon-on-action-primary-hover",
|
|
1282
|
+
colorName: "Hover",
|
|
1283
|
+
colorHex: "#FFFFFF"
|
|
1284
|
+
}
|
|
1285
|
+
),
|
|
1286
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1287
|
+
Swatch,
|
|
1288
|
+
{
|
|
1289
|
+
className: "bg-icon-on-action-primary-active",
|
|
1290
|
+
colorName: "Active",
|
|
1291
|
+
colorHex: "#FFFFFF"
|
|
1292
|
+
}
|
|
1293
|
+
),
|
|
1294
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1295
|
+
Swatch,
|
|
1296
|
+
{
|
|
1297
|
+
className: "bg-icon-on-action-primary-disabled",
|
|
1298
|
+
colorName: "Disabled",
|
|
1299
|
+
colorHex: "#6B6D6D"
|
|
1300
|
+
}
|
|
1301
|
+
)
|
|
1302
|
+
] }),
|
|
1303
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Action Secondary" }),
|
|
1304
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1305
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1306
|
+
Swatch,
|
|
1307
|
+
{
|
|
1308
|
+
className: "bg-icon-action-secondary-normal",
|
|
1309
|
+
colorName: "Normal",
|
|
1310
|
+
colorHex: "#0077C8"
|
|
1311
|
+
}
|
|
1312
|
+
),
|
|
1313
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1314
|
+
Swatch,
|
|
1315
|
+
{
|
|
1316
|
+
className: "bg-icon-action-secondary-hover",
|
|
1317
|
+
colorName: "Hover",
|
|
1318
|
+
colorHex: "#00365A"
|
|
1319
|
+
}
|
|
1320
|
+
),
|
|
1321
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1322
|
+
Swatch,
|
|
1323
|
+
{
|
|
1324
|
+
className: "bg-icon-action-secondary-active",
|
|
1325
|
+
colorName: "Active",
|
|
1326
|
+
colorHex: "#459AD4"
|
|
1327
|
+
}
|
|
1328
|
+
),
|
|
1329
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1330
|
+
Swatch,
|
|
1331
|
+
{
|
|
1332
|
+
className: "bg-icon-action-secondary-disabled",
|
|
1333
|
+
colorName: "Disabled",
|
|
1334
|
+
colorHex: "#6B6D6D"
|
|
1335
|
+
}
|
|
1336
|
+
)
|
|
1337
|
+
] }),
|
|
1338
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Action Critical" }),
|
|
1339
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1340
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1341
|
+
Swatch,
|
|
1342
|
+
{
|
|
1343
|
+
className: "bg-icon-action-critical-normal",
|
|
1344
|
+
colorName: "Normal",
|
|
1345
|
+
colorHex: "#CC391F"
|
|
1346
|
+
}
|
|
1347
|
+
),
|
|
1348
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1349
|
+
Swatch,
|
|
1350
|
+
{
|
|
1351
|
+
className: "bg-icon-action-critical-hover",
|
|
1352
|
+
colorName: "Hover",
|
|
1353
|
+
colorHex: "#892615"
|
|
1354
|
+
}
|
|
1355
|
+
),
|
|
1356
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1357
|
+
Swatch,
|
|
1358
|
+
{
|
|
1359
|
+
className: "bg-icon-action-critical-active",
|
|
1360
|
+
colorName: "Active",
|
|
1361
|
+
colorHex: "#DD5E48"
|
|
1362
|
+
}
|
|
1363
|
+
),
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1365
|
+
Swatch,
|
|
1366
|
+
{
|
|
1367
|
+
className: "bg-icon-action-critical-disabled",
|
|
1368
|
+
colorName: "Disabled",
|
|
1369
|
+
colorHex: "#6B6D6D"
|
|
1370
|
+
}
|
|
1371
|
+
)
|
|
1372
|
+
] }),
|
|
1373
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Brand Primary" }),
|
|
1374
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1376
|
+
Swatch,
|
|
1377
|
+
{
|
|
1378
|
+
className: "bg-icon-brand-primary-normal",
|
|
1379
|
+
colorName: "Normal",
|
|
1380
|
+
colorHex: "#DF4405"
|
|
1381
|
+
}
|
|
1382
|
+
),
|
|
1383
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1384
|
+
Swatch,
|
|
1385
|
+
{
|
|
1386
|
+
className: "bg-icon-brand-primary-hover",
|
|
1387
|
+
colorName: "Hover",
|
|
1388
|
+
colorHex: "#9E3004"
|
|
1389
|
+
}
|
|
1390
|
+
),
|
|
1391
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1392
|
+
Swatch,
|
|
1393
|
+
{
|
|
1394
|
+
className: "bg-icon-brand-primary-active",
|
|
1395
|
+
colorName: "Active",
|
|
1396
|
+
colorHex: "#E56937"
|
|
1397
|
+
}
|
|
1398
|
+
),
|
|
1399
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1400
|
+
Swatch,
|
|
1401
|
+
{
|
|
1402
|
+
className: "bg-icon-brand-primary-disabled",
|
|
1403
|
+
colorName: "Disabled",
|
|
1404
|
+
colorHex: "#C1C1C1"
|
|
1405
|
+
}
|
|
1406
|
+
)
|
|
1407
|
+
] }),
|
|
1408
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
1409
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Border" }),
|
|
1410
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Border/Primary" }),
|
|
1411
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1412
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1413
|
+
Swatch,
|
|
1414
|
+
{
|
|
1415
|
+
className: "bg-border-primary-normal",
|
|
1416
|
+
colorName: "Normal",
|
|
1417
|
+
colorHex: "#C1C1C1"
|
|
1418
|
+
}
|
|
1419
|
+
),
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1421
|
+
Swatch,
|
|
1422
|
+
{
|
|
1423
|
+
className: "bg-border-primary-focus",
|
|
1424
|
+
colorName: "Focus",
|
|
1425
|
+
colorHex: "#0077C8"
|
|
1426
|
+
}
|
|
1427
|
+
),
|
|
1428
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1429
|
+
Swatch,
|
|
1430
|
+
{
|
|
1431
|
+
className: "bg-border-primary-error",
|
|
1432
|
+
colorName: "Error",
|
|
1433
|
+
colorHex: "#CC391F"
|
|
1434
|
+
}
|
|
1435
|
+
)
|
|
1436
|
+
] }),
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Border/Action" }),
|
|
1438
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1440
|
+
Swatch,
|
|
1441
|
+
{
|
|
1442
|
+
className: "bg-border-action-normal",
|
|
1443
|
+
colorName: "Normal",
|
|
1444
|
+
colorHex: "#0077C8"
|
|
1445
|
+
}
|
|
1446
|
+
),
|
|
1447
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1448
|
+
Swatch,
|
|
1449
|
+
{
|
|
1450
|
+
className: "bg-border-action-hover",
|
|
1451
|
+
colorName: "Hover",
|
|
1452
|
+
colorHex: "#00365A"
|
|
1453
|
+
}
|
|
1454
|
+
),
|
|
1455
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1456
|
+
Swatch,
|
|
1457
|
+
{
|
|
1458
|
+
className: "bg-border-action-active",
|
|
1459
|
+
colorName: "Active",
|
|
1460
|
+
colorHex: "#459AD4"
|
|
1461
|
+
}
|
|
1462
|
+
),
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1464
|
+
Swatch,
|
|
1465
|
+
{
|
|
1466
|
+
className: "bg-border-action-disabled",
|
|
1467
|
+
colorName: "Disabled",
|
|
1468
|
+
colorHex: "#EBEBEB"
|
|
1469
|
+
}
|
|
1470
|
+
)
|
|
1471
|
+
] }),
|
|
1472
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Border/Action Critical" }),
|
|
1473
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1474
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1475
|
+
Swatch,
|
|
1476
|
+
{
|
|
1477
|
+
className: "bg-border-action-critical-normal",
|
|
1478
|
+
colorName: "Normal",
|
|
1479
|
+
colorHex: "#CC391F"
|
|
1480
|
+
}
|
|
1481
|
+
),
|
|
1482
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1483
|
+
Swatch,
|
|
1484
|
+
{
|
|
1485
|
+
className: "bg-border-action-critical-hover",
|
|
1486
|
+
colorName: "Hover",
|
|
1487
|
+
colorHex: "#892615"
|
|
1488
|
+
}
|
|
1489
|
+
),
|
|
1490
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1491
|
+
Swatch,
|
|
1492
|
+
{
|
|
1493
|
+
className: "bg-border-action-critical-active",
|
|
1494
|
+
colorName: "Active",
|
|
1495
|
+
colorHex: "#DD5E48"
|
|
1496
|
+
}
|
|
1497
|
+
),
|
|
1498
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1499
|
+
Swatch,
|
|
1500
|
+
{
|
|
1501
|
+
className: "bg-border-action-critical-disabled",
|
|
1502
|
+
colorName: "Disabled",
|
|
1503
|
+
colorHex: "#EBEBEB"
|
|
1504
|
+
}
|
|
1505
|
+
)
|
|
1506
|
+
] }),
|
|
1507
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
1508
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Background" }),
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Primary" }),
|
|
1510
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1511
|
+
Swatch,
|
|
1512
|
+
{
|
|
1513
|
+
className: "bg-background-primary-normal",
|
|
1514
|
+
colorName: "Normal",
|
|
1515
|
+
colorHex: "#FFFFFF"
|
|
1516
|
+
}
|
|
1517
|
+
) }),
|
|
1518
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Secondary" }),
|
|
1519
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1520
|
+
Swatch,
|
|
1521
|
+
{
|
|
1522
|
+
className: "bg-background-secondary-normal",
|
|
1523
|
+
colorName: "Normal",
|
|
1524
|
+
colorHex: "#c1c1c1"
|
|
1525
|
+
}
|
|
1526
|
+
) }),
|
|
1527
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Brand" }),
|
|
1528
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1529
|
+
Swatch,
|
|
1530
|
+
{
|
|
1531
|
+
className: "bg-background-brand-normal",
|
|
1532
|
+
colorName: "Normal",
|
|
1533
|
+
colorHex: "#DF4405"
|
|
1534
|
+
}
|
|
1535
|
+
) }),
|
|
1536
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Grouped Primary" }),
|
|
1537
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1538
|
+
Swatch,
|
|
1539
|
+
{
|
|
1540
|
+
className: "bg-background-grouped-primary-normal",
|
|
1541
|
+
colorName: "Normal",
|
|
1542
|
+
colorHex: "#FFFFFF"
|
|
1543
|
+
}
|
|
1544
|
+
) }),
|
|
1545
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Grouped Secondary" }),
|
|
1546
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1547
|
+
Swatch,
|
|
1548
|
+
{
|
|
1549
|
+
className: "bg-background-grouped-secondary-normal",
|
|
1550
|
+
colorName: "Normal",
|
|
1551
|
+
colorHex: "#f7f7f7"
|
|
1552
|
+
}
|
|
1553
|
+
) }),
|
|
1554
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Primary" }),
|
|
1555
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1556
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1557
|
+
Swatch,
|
|
1558
|
+
{
|
|
1559
|
+
className: "bg-background-action-primary-normal",
|
|
1560
|
+
colorName: "Normal",
|
|
1561
|
+
colorHex: "#0077C8"
|
|
1562
|
+
}
|
|
1563
|
+
),
|
|
1564
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1565
|
+
Swatch,
|
|
1566
|
+
{
|
|
1567
|
+
className: "bg-background-action-primary-hover",
|
|
1568
|
+
colorName: "Hover",
|
|
1569
|
+
colorHex: "#00365A"
|
|
1570
|
+
}
|
|
1571
|
+
),
|
|
1572
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1573
|
+
Swatch,
|
|
1574
|
+
{
|
|
1575
|
+
className: "bg-background-action-primary-active",
|
|
1576
|
+
colorName: "Active",
|
|
1577
|
+
colorHex: "#459AD4"
|
|
1578
|
+
}
|
|
1579
|
+
),
|
|
1580
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1581
|
+
Swatch,
|
|
1582
|
+
{
|
|
1583
|
+
className: "bg-background-action-primary-disabled",
|
|
1584
|
+
colorName: "Disabled",
|
|
1585
|
+
colorHex: "#EBEBEB"
|
|
1586
|
+
}
|
|
1587
|
+
)
|
|
1588
|
+
] }),
|
|
1589
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Secondary" }),
|
|
1590
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1591
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1592
|
+
Swatch,
|
|
1593
|
+
{
|
|
1594
|
+
className: "bg-background-action-secondary-normal",
|
|
1595
|
+
colorName: "Normal",
|
|
1596
|
+
colorHex: "#FFFFFF"
|
|
1597
|
+
}
|
|
1598
|
+
),
|
|
1599
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1600
|
+
Swatch,
|
|
1601
|
+
{
|
|
1602
|
+
className: "bg-background-action-secondary-hover",
|
|
1603
|
+
colorName: "Hover",
|
|
1604
|
+
colorHex: "#E7F2F9"
|
|
1605
|
+
}
|
|
1606
|
+
),
|
|
1607
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1608
|
+
Swatch,
|
|
1609
|
+
{
|
|
1610
|
+
className: "bg-background-action-secondary-active",
|
|
1611
|
+
colorName: "Active",
|
|
1612
|
+
colorHex: "#FFFFFF"
|
|
1613
|
+
}
|
|
1614
|
+
),
|
|
1615
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1616
|
+
Swatch,
|
|
1617
|
+
{
|
|
1618
|
+
className: "bg-background-action-secondary-disabled",
|
|
1619
|
+
colorName: "Disabled",
|
|
1620
|
+
colorHex: "#EBEBEB"
|
|
1621
|
+
}
|
|
1622
|
+
)
|
|
1623
|
+
] }),
|
|
1624
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Critical Primary" }),
|
|
1625
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1626
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1627
|
+
Swatch,
|
|
1628
|
+
{
|
|
1629
|
+
className: "bg-background-action-critical-primary-normal",
|
|
1630
|
+
colorName: "Normal",
|
|
1631
|
+
colorHex: "#CC391F"
|
|
1632
|
+
}
|
|
1633
|
+
),
|
|
1634
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1635
|
+
Swatch,
|
|
1636
|
+
{
|
|
1637
|
+
className: "bg-background-action-critical-primary-hover",
|
|
1638
|
+
colorName: "Hover",
|
|
1639
|
+
colorHex: "#892615"
|
|
1640
|
+
}
|
|
1641
|
+
),
|
|
1642
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1643
|
+
Swatch,
|
|
1644
|
+
{
|
|
1645
|
+
className: "bg-background-action-critical-primary-active",
|
|
1646
|
+
colorName: "Active",
|
|
1647
|
+
colorHex: "#DD5E48"
|
|
1648
|
+
}
|
|
1649
|
+
),
|
|
1650
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1651
|
+
Swatch,
|
|
1652
|
+
{
|
|
1653
|
+
className: "bg-background-action-critical-primary-disabled",
|
|
1654
|
+
colorName: "Disabled",
|
|
1655
|
+
colorHex: "#EBEBEB"
|
|
1656
|
+
}
|
|
1657
|
+
)
|
|
1658
|
+
] }),
|
|
1659
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Critical Secondary" }),
|
|
1660
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1661
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1662
|
+
Swatch,
|
|
1663
|
+
{
|
|
1664
|
+
className: "bg-background-action-critical-secondary-normal",
|
|
1665
|
+
colorName: "Normal",
|
|
1666
|
+
colorHex: "#FFFFFF"
|
|
1667
|
+
}
|
|
1668
|
+
),
|
|
1669
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1670
|
+
Swatch,
|
|
1671
|
+
{
|
|
1672
|
+
className: "bg-background-action-critical-secondary-hover",
|
|
1673
|
+
colorName: "Hover",
|
|
1674
|
+
colorHex: "#FBEDEA"
|
|
1675
|
+
}
|
|
1676
|
+
),
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1678
|
+
Swatch,
|
|
1679
|
+
{
|
|
1680
|
+
className: "bg-background-action-critical-secondary-active",
|
|
1681
|
+
colorName: "Active",
|
|
1682
|
+
colorHex: "#FFFFFF"
|
|
1683
|
+
}
|
|
1684
|
+
),
|
|
1685
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1686
|
+
Swatch,
|
|
1687
|
+
{
|
|
1688
|
+
className: "bg-background-action-critical-secondary-disabled",
|
|
1689
|
+
colorName: "Disabled",
|
|
1690
|
+
colorHex: "#EBEBEB"
|
|
1691
|
+
}
|
|
1692
|
+
)
|
|
1693
|
+
] }),
|
|
1694
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Success" }),
|
|
1695
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1696
|
+
Swatch,
|
|
1697
|
+
{
|
|
1698
|
+
className: "bg-background-success-normal",
|
|
1699
|
+
colorName: "Normal",
|
|
1700
|
+
colorHex: "#27D68B"
|
|
1701
|
+
}
|
|
1702
|
+
) }),
|
|
1703
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Warning" }),
|
|
1704
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1705
|
+
Swatch,
|
|
1706
|
+
{
|
|
1707
|
+
className: "bg-background-warning-normal",
|
|
1708
|
+
colorName: "Normal",
|
|
1709
|
+
colorHex: "#F0A913"
|
|
1710
|
+
}
|
|
1711
|
+
) }),
|
|
1712
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Critical" }),
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1714
|
+
Swatch,
|
|
1715
|
+
{
|
|
1716
|
+
className: "bg-background-critical-normal",
|
|
1717
|
+
colorName: "Normal",
|
|
1718
|
+
colorHex: "#CC391F"
|
|
1719
|
+
}
|
|
1720
|
+
) })
|
|
772
1721
|
] });
|
|
773
1722
|
};
|
|
774
1723
|
Swatches.displayName = "Swatches";
|