@cambly/syntax-core 18.6.0 → 18.8.0
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/Avatar/Avatar.cjs +5 -5
- package/dist/Avatar/Avatar.css +155 -152
- package/dist/Avatar/Avatar.css.map +1 -1
- package/dist/Avatar/Avatar.js +4 -4
- package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
- package/dist/AvatarGroup/AvatarGroup.css +155 -152
- package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
- package/dist/AvatarGroup/AvatarGroup.js +3 -3
- package/dist/Badge/Badge.cjs +6 -6
- package/dist/Badge/Badge.css +155 -152
- package/dist/Badge/Badge.css.map +1 -1
- package/dist/Badge/Badge.js +5 -5
- package/dist/Box/Box.cjs +3 -3
- package/dist/Box/Box.css +155 -152
- package/dist/Box/Box.css.map +1 -1
- package/dist/Box/Box.js +2 -2
- package/dist/Button/Button.cjs +11 -11
- package/dist/Button/Button.css +176 -172
- package/dist/Button/Button.css.map +1 -1
- package/dist/Button/Button.js +10 -10
- package/dist/Button/constants/iconSize.cjs +2 -2
- package/dist/Button/constants/iconSize.css +21 -20
- package/dist/Button/constants/iconSize.css.map +1 -1
- package/dist/Button/constants/iconSize.js +1 -1
- package/dist/Card/Card.cjs +4 -4
- package/dist/Card/Card.css +155 -152
- package/dist/Card/Card.css.map +1 -1
- package/dist/Card/Card.js +3 -3
- package/dist/Checkbox/Checkbox.cjs +5 -5
- package/dist/Checkbox/Checkbox.css +155 -152
- package/dist/Checkbox/Checkbox.css.map +1 -1
- package/dist/Checkbox/Checkbox.js +4 -4
- package/dist/Chip/Chip.cjs +6 -6
- package/dist/Chip/Chip.css +155 -152
- package/dist/Chip/Chip.css.map +1 -1
- package/dist/Chip/Chip.js +5 -5
- package/dist/Dialog/Dialog.cjs +3 -3
- package/dist/Dialog/Dialog.css +155 -152
- package/dist/Dialog/Dialog.css.map +1 -1
- package/dist/Dialog/Dialog.js +2 -2
- package/dist/Dialog/ModalDialog.cjs +13 -12
- package/dist/Dialog/ModalDialog.css +176 -172
- package/dist/Dialog/ModalDialog.css.map +1 -1
- package/dist/Dialog/ModalDialog.js +11 -10
- package/dist/Divider/Divider.cjs +3 -3
- package/dist/Divider/Divider.css +155 -152
- package/dist/Divider/Divider.css.map +1 -1
- package/dist/Divider/Divider.js +2 -2
- package/dist/Heading/Heading.cjs +5 -5
- package/dist/Heading/Heading.css +155 -152
- package/dist/Heading/Heading.css.map +1 -1
- package/dist/Heading/Heading.js +4 -4
- package/dist/Icon/Icon.cjs +4 -4
- package/dist/Icon/Icon.css +155 -152
- package/dist/Icon/Icon.css.map +1 -1
- package/dist/Icon/Icon.js +3 -3
- package/dist/IconButton/IconButton.cjs +8 -7
- package/dist/IconButton/IconButton.css +176 -172
- package/dist/IconButton/IconButton.css.map +1 -1
- package/dist/IconButton/IconButton.js +7 -6
- package/dist/IconLinkButton/IconLinkButton.cjs +17 -0
- package/dist/IconLinkButton/IconLinkButton.cjs.map +1 -0
- package/dist/IconLinkButton/IconLinkButton.css +610 -0
- package/dist/IconLinkButton/IconLinkButton.css.map +1 -0
- package/dist/IconLinkButton/IconLinkButton.d.ts +76 -0
- package/dist/IconLinkButton/IconLinkButton.js +17 -0
- package/dist/IconLinkButton/IconLinkButton.js.map +1 -0
- package/dist/LinkButton/LinkButton.cjs +11 -10
- package/dist/LinkButton/LinkButton.css +176 -172
- package/dist/LinkButton/LinkButton.css.map +1 -1
- package/dist/LinkButton/LinkButton.js +10 -9
- package/dist/Modal/Layer.cjs +4 -4
- package/dist/Modal/Layer.css +155 -152
- package/dist/Modal/Layer.css.map +1 -1
- package/dist/Modal/Layer.js +3 -3
- package/dist/Modal/Modal.cjs +15 -14
- package/dist/Modal/Modal.css +176 -172
- package/dist/Modal/Modal.css.map +1 -1
- package/dist/Modal/Modal.js +14 -13
- package/dist/Popover/Popover.cjs +14 -13
- package/dist/Popover/Popover.css +176 -172
- package/dist/Popover/Popover.css.map +1 -1
- package/dist/Popover/Popover.js +12 -11
- package/dist/RadioButton/RadioButton.cjs +6 -6
- package/dist/RadioButton/RadioButton.css +155 -152
- package/dist/RadioButton/RadioButton.css.map +1 -1
- package/dist/RadioButton/RadioButton.js +5 -5
- package/dist/RichSelect/RichSelectBox.cjs +18 -18
- package/dist/RichSelect/RichSelectBox.css +176 -172
- package/dist/RichSelect/RichSelectBox.css.map +1 -1
- package/dist/RichSelect/RichSelectBox.js +17 -17
- package/dist/RichSelect/RichSelectChip.cjs +7 -7
- package/dist/RichSelect/RichSelectChip.css +155 -152
- package/dist/RichSelect/RichSelectChip.css.map +1 -1
- package/dist/RichSelect/RichSelectChip.js +6 -6
- package/dist/RichSelect/RichSelectList.cjs +26 -25
- package/dist/RichSelect/RichSelectList.css +176 -172
- package/dist/RichSelect/RichSelectList.css.map +1 -1
- package/dist/RichSelect/RichSelectList.js +24 -23
- package/dist/RichSelect/RichSelectRadioButton.cjs +7 -7
- package/dist/RichSelect/RichSelectRadioButton.css +155 -152
- package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
- package/dist/RichSelect/RichSelectRadioButton.js +6 -6
- package/dist/RichSelect/RichSelectSection.cjs +5 -5
- package/dist/RichSelect/RichSelectSection.css +155 -152
- package/dist/RichSelect/RichSelectSection.css.map +1 -1
- package/dist/RichSelect/RichSelectSection.js +4 -4
- package/dist/SelectList/SelectList.cjs +7 -7
- package/dist/SelectList/SelectList.css +155 -152
- package/dist/SelectList/SelectList.css.map +1 -1
- package/dist/SelectList/SelectList.js +6 -6
- package/dist/Tabs/TabButton.cjs +7 -7
- package/dist/Tabs/TabButton.css +155 -152
- package/dist/Tabs/TabButton.css.map +1 -1
- package/dist/Tabs/TabButton.js +6 -6
- package/dist/Tabs/TabInternal.cjs +6 -6
- package/dist/Tabs/TabInternal.css +155 -152
- package/dist/Tabs/TabInternal.css.map +1 -1
- package/dist/Tabs/TabInternal.js +5 -5
- package/dist/Tabs/TabLink.cjs +7 -7
- package/dist/Tabs/TabLink.css +155 -152
- package/dist/Tabs/TabLink.css.map +1 -1
- package/dist/Tabs/TabLink.js +6 -6
- package/dist/Tabs/Tabs.cjs +9 -9
- package/dist/Tabs/Tabs.css +155 -152
- package/dist/Tabs/Tabs.css.map +1 -1
- package/dist/Tabs/Tabs.js +8 -8
- package/dist/TextArea/TextArea.cjs +6 -6
- package/dist/TextArea/TextArea.css +155 -152
- package/dist/TextArea/TextArea.css.map +1 -1
- package/dist/TextArea/TextArea.js +5 -5
- package/dist/TextField/TextField.cjs +6 -6
- package/dist/TextField/TextField.css +155 -152
- package/dist/TextField/TextField.css.map +1 -1
- package/dist/TextField/TextField.js +5 -5
- package/dist/Tooltip/Tooltip.cjs +5 -5
- package/dist/Tooltip/Tooltip.css +155 -152
- package/dist/Tooltip/Tooltip.css.map +1 -1
- package/dist/Tooltip/Tooltip.js +4 -4
- package/dist/Typography/Typography.cjs +4 -4
- package/dist/Typography/Typography.css +155 -152
- package/dist/Typography/Typography.css.map +1 -1
- package/dist/Typography/Typography.js +3 -3
- package/dist/__chunks/{RSUI67P2.js → 2C2MKLJR.js} +3 -3
- package/dist/__chunks/{D3COBORG.cjs → 2DIA2OWL.cjs} +12 -12
- package/dist/__chunks/{BTBAAACD.js → 36W5Z2QK.js} +8 -8
- package/dist/__chunks/{BTBAAACD.js.map → 36W5Z2QK.js.map} +1 -1
- package/dist/__chunks/{YQYXXPLV.js → 3B3ERYQA.js} +3 -3
- package/dist/__chunks/{LZYX5BWD.cjs → 3BPWW7LW.cjs} +11 -11
- package/dist/__chunks/{J27AGJQB.cjs → 464OXX7P.cjs} +3 -3
- package/dist/__chunks/4KS4YP6U.cjs +37 -0
- package/dist/__chunks/{SFBTR56I.cjs.map → 4KS4YP6U.cjs.map} +1 -1
- package/dist/__chunks/{YPUA2AJT.js → 55MEPCFY.js} +2 -2
- package/dist/__chunks/{Q4P2W7UU.cjs → 5EC4MAGN.cjs} +3 -3
- package/dist/__chunks/{PAHHQT3S.js → 5UDEM3WT.js} +3 -3
- package/dist/__chunks/6247H47L.js +9 -0
- package/dist/__chunks/6247H47L.js.map +1 -0
- package/dist/__chunks/64WM4STC.js +22 -0
- package/dist/__chunks/{ESVDNOSI.js.map → 64WM4STC.js.map} +1 -1
- package/dist/__chunks/65BTPZZT.cjs +22 -0
- package/dist/__chunks/{7TEFD526.cjs.map → 65BTPZZT.cjs.map} +1 -1
- package/dist/__chunks/{4IEWMD4C.js → 6AOXQ7MY.js} +3 -3
- package/dist/__chunks/{SKFX2MXK.cjs → 6FDOUWLG.cjs} +4 -4
- package/dist/__chunks/6FKGSUV5.js +83 -0
- package/dist/__chunks/6FKGSUV5.js.map +1 -0
- package/dist/__chunks/{VRJAMHSI.js → 6I4OHEQB.js} +2 -2
- package/dist/__chunks/6N242VX5.cjs +9 -0
- package/dist/__chunks/6N242VX5.cjs.map +1 -0
- package/dist/__chunks/{YAZOHZLW.js → 7AQXNKEJ.js} +2 -2
- package/dist/__chunks/{KJLBDAZH.cjs → A5IA5BEW.cjs} +3 -3
- package/dist/__chunks/{CW24HTIT.cjs → AKS2XNPN.cjs} +7 -7
- package/dist/__chunks/{BZ546NNE.cjs → CPNO4BNM.cjs} +26 -26
- package/dist/__chunks/{BZ546NNE.cjs.map → CPNO4BNM.cjs.map} +1 -1
- package/dist/__chunks/{AMJC67S3.js → CVMW4LL2.js} +3 -3
- package/dist/__chunks/{G3SXARBL.cjs → DZA3TMCT.cjs} +3 -3
- package/dist/__chunks/{RD3RAVVX.js → E2BVSWGC.js} +4 -4
- package/dist/__chunks/{TGYGQE4X.js → EWGPJK2F.js} +3 -3
- package/dist/__chunks/{SNLD3DG6.js → FE6DDP5I.js} +3 -3
- package/dist/__chunks/{HFLM5VGD.js → FQSEHETP.js} +2 -2
- package/dist/__chunks/{FEFAG4KT.cjs → FZKGDXO4.cjs} +3 -3
- package/dist/__chunks/{JDR5F6CW.js → GPDZDOV4.js} +3 -3
- package/dist/__chunks/{5COVOOB3.cjs → GZOJQ37Q.cjs} +3 -3
- package/dist/__chunks/{HBHOLWEM.cjs → H6QHP7UX.cjs} +8 -8
- package/dist/__chunks/{RC7EMZ6N.cjs → HCRDDKZM.cjs} +8 -8
- package/dist/__chunks/{2GCUEMYN.cjs → HCVYWNQ6.cjs} +3 -3
- package/dist/__chunks/{65PXO4OL.js → HTTZSCPQ.js} +5 -5
- package/dist/__chunks/{XG7O4UGW.cjs → I6Y47J7A.cjs} +7 -7
- package/dist/__chunks/{I76WKOLE.cjs → IBGEINNM.cjs} +3 -3
- package/dist/__chunks/{DCGTTQAX.js → IJ6QNNRJ.js} +2 -2
- package/dist/__chunks/{RCCK2EW4.cjs → IRV2I2PN.cjs} +7 -7
- package/dist/__chunks/{L5RBAKAN.cjs → IVJLG32A.cjs} +3 -3
- package/dist/__chunks/{H3QQNW5X.cjs → KHGYVM4R.cjs} +10 -10
- package/dist/__chunks/{6ZUUHEIX.js → KPVVAIGD.js} +4 -4
- package/dist/__chunks/{OXSHUPNO.cjs → KQUIYNLT.cjs} +1 -1
- package/dist/__chunks/{OXSHUPNO.cjs.map → KQUIYNLT.cjs.map} +1 -1
- package/dist/__chunks/{QI5Q2WJG.cjs → KRGYHG4X.cjs} +7 -7
- package/dist/__chunks/{S37SPS42.js → L5HGMK6O.js} +2 -2
- package/dist/__chunks/{GBEKI532.js → LRM73Q7W.js} +2 -2
- package/dist/__chunks/{65LHF5WD.cjs → MKMFTN6G.cjs} +16 -16
- package/dist/__chunks/{7ONGQA3U.js → MQWEXZNY.js} +3 -3
- package/dist/__chunks/{NVTSF5NY.js → MYNWWZA6.js} +2 -2
- package/dist/__chunks/{4LS53X3H.js → NB2IFWV4.js} +1 -1
- package/dist/__chunks/{4LS53X3H.js.map → NB2IFWV4.js.map} +1 -1
- package/dist/__chunks/{C4GAUB4Y.cjs → OD46XLIY.cjs} +5 -5
- package/dist/__chunks/{XVYUFV22.cjs → OI3PNOEK.cjs} +26 -26
- package/dist/__chunks/{MZOGVH4K.js → PPXSYRSW.js} +5 -5
- package/dist/__chunks/{YJAKY2I2.cjs → Q2XNQJNM.cjs} +10 -10
- package/dist/__chunks/{BLW57GRR.js → Q3NV6ANG.js} +4 -4
- package/dist/__chunks/{GVDYEBNZ.js → QIEUDTGM.js} +4 -4
- package/dist/__chunks/{HBIGKRZ2.cjs → QIM47JXI.cjs} +7 -7
- package/dist/__chunks/{IYYTLOO3.cjs → QJMP6SPK.cjs} +14 -14
- package/dist/__chunks/QQMWJ5UA.js +9 -0
- package/dist/__chunks/QQMWJ5UA.js.map +1 -0
- package/dist/__chunks/{PW6JTQVM.js → QQQ2H2H5.js} +10 -10
- package/dist/__chunks/{3CYMW6HT.js → QUULVD2S.js} +2 -2
- package/dist/__chunks/RVN2ERYI.cjs +83 -0
- package/dist/__chunks/RVN2ERYI.cjs.map +1 -0
- package/dist/__chunks/SJBJQ3PL.cjs +9 -0
- package/dist/__chunks/SJBJQ3PL.cjs.map +1 -0
- package/dist/__chunks/{5HEC7ASW.js → T22F22GU.js} +2 -2
- package/dist/__chunks/{WGTJC3YN.cjs → TGOOGXC7.cjs} +5 -5
- package/dist/__chunks/TH4TA3JN.cjs +9 -0
- package/dist/__chunks/TH4TA3JN.cjs.map +1 -0
- package/dist/__chunks/{BQYW6G4G.js → U3T7HSSI.js} +2 -2
- package/dist/__chunks/{FMNQCHIR.js → U6X47HLX.js} +3 -3
- package/dist/__chunks/U6X47HLX.js.map +1 -0
- package/dist/__chunks/{BIOXMBD5.js → UJFE5ANU.js} +4 -4
- package/dist/__chunks/{PDVV3MOA.cjs → V6OYVK6F.cjs} +5 -5
- package/dist/__chunks/{TU2BVOKD.js → VJUBMJDF.js} +10 -10
- package/dist/__chunks/{TSMYMWWE.cjs → WNVUBW6Y.cjs} +16 -16
- package/dist/__chunks/{TSMYMWWE.cjs.map → WNVUBW6Y.cjs.map} +1 -1
- package/dist/__chunks/{L32D5WEG.cjs → WR7PF2OP.cjs} +3 -3
- package/dist/__chunks/{523DPUCJ.js → WREHUE3B.js} +2 -2
- package/dist/__chunks/WUQOLJEH.cjs +33 -0
- package/dist/__chunks/{42SRFCQL.cjs → XK32RAAX.cjs} +3 -3
- package/dist/__chunks/{QNTUG5SZ.js → XS3MIC44.js} +3 -3
- package/dist/__chunks/YLWWTB4I.js +9 -0
- package/dist/__chunks/YLWWTB4I.js.map +1 -0
- package/dist/__chunks/{C3FW5QDG.cjs → YMRI7ATG.cjs} +5 -5
- package/dist/__chunks/{LIUV3J2M.cjs → YS6V3MU7.cjs} +17 -17
- package/dist/__chunks/{EF6R3LRB.cjs → YSTFPAUS.cjs} +7 -7
- package/dist/__chunks/{65PMWIHY.js → YWFG6EUU.js} +2 -2
- package/dist/__chunks/{JJNZLCKX.js → ZGGBRE7T.js} +2 -2
- package/dist/__chunks/{XTZEWLM5.cjs → ZSBYCAC5.cjs} +3 -3
- package/dist/__chunks/{BNRTELQX.js → ZV4M6HMX.js} +9 -9
- package/dist/__chunks/ZV4M6HMX.js.map +1 -0
- package/dist/__chunks/{4R4H3FEY.js → ZVVUIPNS.js} +2 -2
- package/dist/colors/backgroundColor.cjs +3 -3
- package/dist/colors/backgroundColor.css +155 -152
- package/dist/colors/backgroundColor.css.map +1 -1
- package/dist/colors/backgroundColor.js +2 -2
- package/dist/colors/border.cjs +3 -3
- package/dist/colors/border.css +155 -152
- package/dist/colors/border.css.map +1 -1
- package/dist/colors/border.js +2 -2
- package/dist/colors/foregroundColor.cjs +3 -3
- package/dist/colors/foregroundColor.css +155 -152
- package/dist/colors/foregroundColor.css.map +1 -1
- package/dist/colors/foregroundColor.js +2 -2
- package/dist/colors/textColors.cjs +3 -3
- package/dist/colors/textColors.css +155 -152
- package/dist/colors/textColors.css.map +1 -1
- package/dist/colors/textColors.js +2 -2
- package/dist/index.cjs +50 -44
- package/dist/index.css +176 -172
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +53 -47
- package/package.json +1 -1
- package/dist/__chunks/7TEFD526.cjs +0 -22
- package/dist/__chunks/BNRTELQX.js.map +0 -1
- package/dist/__chunks/ESVDNOSI.js +0 -22
- package/dist/__chunks/FMNQCHIR.js.map +0 -1
- package/dist/__chunks/JTTZCAPP.cjs +0 -9
- package/dist/__chunks/JTTZCAPP.cjs.map +0 -1
- package/dist/__chunks/POMJQZKJ.cjs +0 -33
- package/dist/__chunks/SFBTR56I.cjs +0 -37
- package/dist/__chunks/SVA2ABQQ.cjs +0 -9
- package/dist/__chunks/SVA2ABQQ.cjs.map +0 -1
- package/dist/__chunks/XVUEUKXA.js +0 -9
- package/dist/__chunks/XVUEUKXA.js.map +0 -1
- package/dist/__chunks/ZF5TOGMY.js +0 -9
- package/dist/__chunks/ZF5TOGMY.js.map +0 -1
- /package/dist/__chunks/{RSUI67P2.js.map → 2C2MKLJR.js.map} +0 -0
- /package/dist/__chunks/{D3COBORG.cjs.map → 2DIA2OWL.cjs.map} +0 -0
- /package/dist/__chunks/{YQYXXPLV.js.map → 3B3ERYQA.js.map} +0 -0
- /package/dist/__chunks/{LZYX5BWD.cjs.map → 3BPWW7LW.cjs.map} +0 -0
- /package/dist/__chunks/{J27AGJQB.cjs.map → 464OXX7P.cjs.map} +0 -0
- /package/dist/__chunks/{YPUA2AJT.js.map → 55MEPCFY.js.map} +0 -0
- /package/dist/__chunks/{Q4P2W7UU.cjs.map → 5EC4MAGN.cjs.map} +0 -0
- /package/dist/__chunks/{PAHHQT3S.js.map → 5UDEM3WT.js.map} +0 -0
- /package/dist/__chunks/{4IEWMD4C.js.map → 6AOXQ7MY.js.map} +0 -0
- /package/dist/__chunks/{SKFX2MXK.cjs.map → 6FDOUWLG.cjs.map} +0 -0
- /package/dist/__chunks/{VRJAMHSI.js.map → 6I4OHEQB.js.map} +0 -0
- /package/dist/__chunks/{YAZOHZLW.js.map → 7AQXNKEJ.js.map} +0 -0
- /package/dist/__chunks/{KJLBDAZH.cjs.map → A5IA5BEW.cjs.map} +0 -0
- /package/dist/__chunks/{CW24HTIT.cjs.map → AKS2XNPN.cjs.map} +0 -0
- /package/dist/__chunks/{AMJC67S3.js.map → CVMW4LL2.js.map} +0 -0
- /package/dist/__chunks/{G3SXARBL.cjs.map → DZA3TMCT.cjs.map} +0 -0
- /package/dist/__chunks/{RD3RAVVX.js.map → E2BVSWGC.js.map} +0 -0
- /package/dist/__chunks/{TGYGQE4X.js.map → EWGPJK2F.js.map} +0 -0
- /package/dist/__chunks/{SNLD3DG6.js.map → FE6DDP5I.js.map} +0 -0
- /package/dist/__chunks/{HFLM5VGD.js.map → FQSEHETP.js.map} +0 -0
- /package/dist/__chunks/{FEFAG4KT.cjs.map → FZKGDXO4.cjs.map} +0 -0
- /package/dist/__chunks/{JDR5F6CW.js.map → GPDZDOV4.js.map} +0 -0
- /package/dist/__chunks/{5COVOOB3.cjs.map → GZOJQ37Q.cjs.map} +0 -0
- /package/dist/__chunks/{HBHOLWEM.cjs.map → H6QHP7UX.cjs.map} +0 -0
- /package/dist/__chunks/{RC7EMZ6N.cjs.map → HCRDDKZM.cjs.map} +0 -0
- /package/dist/__chunks/{2GCUEMYN.cjs.map → HCVYWNQ6.cjs.map} +0 -0
- /package/dist/__chunks/{65PXO4OL.js.map → HTTZSCPQ.js.map} +0 -0
- /package/dist/__chunks/{XG7O4UGW.cjs.map → I6Y47J7A.cjs.map} +0 -0
- /package/dist/__chunks/{I76WKOLE.cjs.map → IBGEINNM.cjs.map} +0 -0
- /package/dist/__chunks/{DCGTTQAX.js.map → IJ6QNNRJ.js.map} +0 -0
- /package/dist/__chunks/{RCCK2EW4.cjs.map → IRV2I2PN.cjs.map} +0 -0
- /package/dist/__chunks/{L5RBAKAN.cjs.map → IVJLG32A.cjs.map} +0 -0
- /package/dist/__chunks/{H3QQNW5X.cjs.map → KHGYVM4R.cjs.map} +0 -0
- /package/dist/__chunks/{6ZUUHEIX.js.map → KPVVAIGD.js.map} +0 -0
- /package/dist/__chunks/{QI5Q2WJG.cjs.map → KRGYHG4X.cjs.map} +0 -0
- /package/dist/__chunks/{S37SPS42.js.map → L5HGMK6O.js.map} +0 -0
- /package/dist/__chunks/{GBEKI532.js.map → LRM73Q7W.js.map} +0 -0
- /package/dist/__chunks/{65LHF5WD.cjs.map → MKMFTN6G.cjs.map} +0 -0
- /package/dist/__chunks/{7ONGQA3U.js.map → MQWEXZNY.js.map} +0 -0
- /package/dist/__chunks/{NVTSF5NY.js.map → MYNWWZA6.js.map} +0 -0
- /package/dist/__chunks/{C4GAUB4Y.cjs.map → OD46XLIY.cjs.map} +0 -0
- /package/dist/__chunks/{XVYUFV22.cjs.map → OI3PNOEK.cjs.map} +0 -0
- /package/dist/__chunks/{MZOGVH4K.js.map → PPXSYRSW.js.map} +0 -0
- /package/dist/__chunks/{YJAKY2I2.cjs.map → Q2XNQJNM.cjs.map} +0 -0
- /package/dist/__chunks/{BLW57GRR.js.map → Q3NV6ANG.js.map} +0 -0
- /package/dist/__chunks/{GVDYEBNZ.js.map → QIEUDTGM.js.map} +0 -0
- /package/dist/__chunks/{HBIGKRZ2.cjs.map → QIM47JXI.cjs.map} +0 -0
- /package/dist/__chunks/{IYYTLOO3.cjs.map → QJMP6SPK.cjs.map} +0 -0
- /package/dist/__chunks/{PW6JTQVM.js.map → QQQ2H2H5.js.map} +0 -0
- /package/dist/__chunks/{3CYMW6HT.js.map → QUULVD2S.js.map} +0 -0
- /package/dist/__chunks/{5HEC7ASW.js.map → T22F22GU.js.map} +0 -0
- /package/dist/__chunks/{WGTJC3YN.cjs.map → TGOOGXC7.cjs.map} +0 -0
- /package/dist/__chunks/{BQYW6G4G.js.map → U3T7HSSI.js.map} +0 -0
- /package/dist/__chunks/{BIOXMBD5.js.map → UJFE5ANU.js.map} +0 -0
- /package/dist/__chunks/{PDVV3MOA.cjs.map → V6OYVK6F.cjs.map} +0 -0
- /package/dist/__chunks/{TU2BVOKD.js.map → VJUBMJDF.js.map} +0 -0
- /package/dist/__chunks/{L32D5WEG.cjs.map → WR7PF2OP.cjs.map} +0 -0
- /package/dist/__chunks/{523DPUCJ.js.map → WREHUE3B.js.map} +0 -0
- /package/dist/__chunks/{POMJQZKJ.cjs.map → WUQOLJEH.cjs.map} +0 -0
- /package/dist/__chunks/{42SRFCQL.cjs.map → XK32RAAX.cjs.map} +0 -0
- /package/dist/__chunks/{QNTUG5SZ.js.map → XS3MIC44.js.map} +0 -0
- /package/dist/__chunks/{C3FW5QDG.cjs.map → YMRI7ATG.cjs.map} +0 -0
- /package/dist/__chunks/{LIUV3J2M.cjs.map → YS6V3MU7.cjs.map} +0 -0
- /package/dist/__chunks/{EF6R3LRB.cjs.map → YSTFPAUS.cjs.map} +0 -0
- /package/dist/__chunks/{65PMWIHY.js.map → YWFG6EUU.js.map} +0 -0
- /package/dist/__chunks/{JJNZLCKX.js.map → ZGGBRE7T.js.map} +0 -0
- /package/dist/__chunks/{XTZEWLM5.cjs.map → ZSBYCAC5.cjs.map} +0 -0
- /package/dist/__chunks/{4R4H3FEY.js.map → ZVVUIPNS.js.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["css-module:./colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_1xf3w_2\",\"destructive700Color\":\"_destructive700Color_1xf3w_6\",\"gray700Color\":\"_gray700Color_1xf3w_10\",\"gray900Color\":\"_gray900Color_1xf3w_14\",\"primary700Color\":\"_primary700Color_1xf3w_18\",\"success700Color\":\"_success700Color_1xf3w_22\",\"whiteColor\":\"_whiteColor_1xf3w_26\",\"noBorder\":\"_noBorder_1xf3w_31\",\"blackBorderColor\":\"_blackBorderColor_1xf3w_35\",\"whiteBorderColor\":\"_whiteBorderColor_1xf3w_39\",\"success770BorderColor\":\"_success770BorderColor_1xf3w_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_1xf3w_47\",\"gray370BorderColor\":\"_gray370BorderColor_1xf3w_51\",\"success370BorderColor\":\"_success370BorderColor_1xf3w_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_1xf3w_59\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_1xf3w_63\",\"blackBackgroundColor\":\"_blackBackgroundColor_1xf3w_69\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_1xf3w_73\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_1xf3w_77\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_1xf3w_81\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_1xf3w_85\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_1xf3w_89\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_1xf3w_93\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_1xf3w_97\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_1xf3w_101\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_1xf3w_105\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_1xf3w_109\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_1xf3w_113\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_1xf3w_117\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_1xf3w_121\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_1xf3w_125\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_1xf3w_129\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_1xf3w_133\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_1xf3w_137\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_1xf3w_141\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_1xf3w_145\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_1xf3w_149\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_1xf3w_153\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_1xf3w_157\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_1xf3w_161\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_1xf3w_165\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_1xf3w_169\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_1xf3w_173\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_1xf3w_177\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_1xf3w_181\",\"success100BackgroundColor\":\"_success100BackgroundColor_1xf3w_185\",\"success200BackgroundColor\":\"_success200BackgroundColor_1xf3w_189\",\"success300BackgroundColor\":\"_success300BackgroundColor_1xf3w_193\",\"success700BackgroundColor\":\"_success700BackgroundColor_1xf3w_197\",\"success800BackgroundColor\":\"_success800BackgroundColor_1xf3w_201\",\"success900BackgroundColor\":\"_success900BackgroundColor_1xf3w_205\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_1xf3w_209\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_1xf3w_213\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_1xf3w_217\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_1xf3w_221\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_1xf3w_225\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_1xf3w_229\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_1xf3w_233\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_1xf3w_237\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_1xf3w_241\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_1xf3w_245\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_1xf3w_249\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_1xf3w_253\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_1xf3w_257\",\"cambioBlackColor\":\"_cambioBlackColor_1xf3w_262\",\"cambioWhiteColor\":\"_cambioWhiteColor_1xf3w_266\",\"cambioWhite40Color\":\"_cambioWhite40Color_1xf3w_270\",\"cambioWhite70Color\":\"_cambioWhite70Color_1xf3w_274\",\"cambioGray100Color\":\"_cambioGray100Color_1xf3w_278\",\"cambioGray200Color\":\"_cambioGray200Color_1xf3w_282\",\"cambioGray300Color\":\"_cambioGray300Color_1xf3w_286\",\"cambioGray370Color\":\"_cambioGray370Color_1xf3w_290\",\"cambioGray700Color\":\"_cambioGray700Color_1xf3w_294\",\"cambioGray800Color\":\"_cambioGray800Color_1xf3w_298\",\"cambioGray870Color\":\"_cambioGray870Color_1xf3w_302\",\"cambioGray900Color\":\"_cambioGray900Color_1xf3w_306\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_1xf3w_310\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_1xf3w_314\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_1xf3w_318\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_1xf3w_322\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_1xf3w_326\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_1xf3w_330\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_1xf3w_334\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_1xf3w_338\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_1xf3w_342\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_1xf3w_346\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_1xf3w_350\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_1xf3w_354\",\"cambioRedColor\":\"_cambioRedColor_1xf3w_358\",\"cambioOrangeColor\":\"_cambioOrangeColor_1xf3w_362\",\"cambioTanColor\":\"_cambioTanColor_1xf3w_366\",\"cambioCreamColor\":\"_cambioCreamColor_1xf3w_370\",\"cambioPurpleColor\":\"_cambioPurpleColor_1xf3w_374\",\"cambioLilacColor\":\"_cambioLilacColor_1xf3w_378\",\"cambioThistleColor\":\"_cambioThistleColor_1xf3w_382\",\"cambioPinkColor\":\"_cambioPinkColor_1xf3w_386\",\"cambioNavyColor\":\"_cambioNavyColor_1xf3w_390\",\"cambioTealColor\":\"_cambioTealColor_1xf3w_394\",\"cambioSlateColor\":\"_cambioSlateColor_1xf3w_398\",\"cambioSkyColor\":\"_cambioSkyColor_1xf3w_402\",\"cambioYellow700Color\":\"_cambioYellow700Color_1xf3w_406\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_1xf3w_410\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_1xf3w_414\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_1xf3w_418\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_1xf3w_422\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_1xf3w_426\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_1xf3w_430\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_1xf3w_434\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_1xf3w_438\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_1xf3w_442\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_1xf3w_446\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_1xf3w_450\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_1xf3w_454\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_1xf3w_458\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_1xf3w_462\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_1xf3w_466\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_1xf3w_470\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_1xf3w_474\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_1xf3w_478\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_1xf3w_482\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_1xf3w_486\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_1xf3w_490\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_1xf3w_494\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_1xf3w_498\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_1xf3w_502\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_1xf3w_506\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_1xf3w_510\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_1xf3w_514\",\"redBackgroundColor\":\"_redBackgroundColor_1xf3w_518\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_1xf3w_522\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_1xf3w_526\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_1xf3w_530\",\"tanBackgroundColor\":\"_tanBackgroundColor_1xf3w_534\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_1xf3w_538\",\"creamBackgroundColor\":\"_creamBackgroundColor_1xf3w_542\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_1xf3w_546\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_1xf3w_550\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_1xf3w_554\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_1xf3w_558\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_1xf3w_562\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_1xf3w_566\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_1xf3w_570\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_1xf3w_574\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_1xf3w_578\",\"navyBackgroundColor\":\"_navyBackgroundColor_1xf3w_582\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_1xf3w_586\",\"tealBackgroundColor\":\"_tealBackgroundColor_1xf3w_590\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_1xf3w_594\",\"slateBackgroundColor\":\"_slateBackgroundColor_1xf3w_598\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_1xf3w_602\",\"skyBackgroundColor\":\"_skyBackgroundColor_1xf3w_606\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_1xf3w_610\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_1xf3w_614\"}"],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,YAAW,sBAAqB,oBAAmB,8BAA6B,oBAAmB,8BAA6B,yBAAwB,mCAAkC,6BAA4B,uCAAsC,sBAAqB,gCAA+B,yBAAwB,mCAAkC,6BAA4B,uCAAsC,4BAA2B,sCAAqC,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C;","names":[]}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Popover_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./FE6DDP5I.js";
|
|
5
5
|
import {
|
|
6
6
|
DialogContext
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./T22F22GU.js";
|
|
8
8
|
import {
|
|
9
9
|
ColorBaseDestructive700,
|
|
10
10
|
ColorBaseGray700,
|
|
11
11
|
ColorCambioWhite100
|
|
12
|
-
} from "./
|
|
12
|
+
} from "./NB2IFWV4.js";
|
|
13
13
|
import {
|
|
14
14
|
RichSelectBoxContext,
|
|
15
15
|
RichSelectBox_default,
|
|
16
16
|
convertSelection
|
|
17
|
-
} from "./
|
|
17
|
+
} from "./VJUBMJDF.js";
|
|
18
18
|
import {
|
|
19
19
|
RichSelectSection_default
|
|
20
|
-
} from "./
|
|
20
|
+
} from "./55MEPCFY.js";
|
|
21
21
|
import {
|
|
22
22
|
RichSelectRadioButton_default
|
|
23
|
-
} from "./
|
|
23
|
+
} from "./LRM73Q7W.js";
|
|
24
24
|
import {
|
|
25
25
|
RichSelectChip_default
|
|
26
|
-
} from "./
|
|
26
|
+
} from "./ZVVUIPNS.js";
|
|
27
27
|
import {
|
|
28
28
|
TapArea_default
|
|
29
29
|
} from "./77FFPQY6.js";
|
|
30
30
|
import {
|
|
31
31
|
Box_default
|
|
32
|
-
} from "./
|
|
32
|
+
} from "./YWFG6EUU.js";
|
|
33
33
|
import {
|
|
34
34
|
Typography_default
|
|
35
|
-
} from "./
|
|
35
|
+
} from "./FQSEHETP.js";
|
|
36
36
|
import {
|
|
37
37
|
useIsHydrated
|
|
38
38
|
} from "./JB65NEXK.js";
|
|
@@ -286,4 +286,4 @@ var RichSelectList_default = Object.assign(RichSelectList, {
|
|
|
286
286
|
export {
|
|
287
287
|
RichSelectList_default
|
|
288
288
|
};
|
|
289
|
-
//# sourceMappingURL=
|
|
289
|
+
//# sourceMappingURL=QQQ2H2H5.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
colors_module_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./QQMWJ5UA.js";
|
|
5
5
|
|
|
6
6
|
// src/colors/backgroundColor.ts
|
|
7
7
|
function backgroundColor(color, on) {
|
|
@@ -53,4 +53,4 @@ function backgroundColor(color, on) {
|
|
|
53
53
|
export {
|
|
54
54
|
backgroundColor
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=
|
|
56
|
+
//# sourceMappingURL=QUULVD2S.js.map
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _TH4TA3JNcjs = require('./TH4TA3JN.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _65BTPZZTcjs = require('./65BTPZZT.cjs');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
var _3BPWW7LWcjs = require('./3BPWW7LW.cjs');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
var _4KS4YP6Ucjs = require('./4KS4YP6U.cjs');
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
var _MKMFTN6Gcjs = require('./MKMFTN6G.cjs');
|
|
18
|
+
|
|
19
|
+
// src/IconLinkButton/IconLinkButton.tsx
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
var _react = require('react');
|
|
23
|
+
var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
|
|
24
|
+
|
|
25
|
+
// css-module:../IconButton/IconButton.module.css#css-module
|
|
26
|
+
var IconButton_module_default = { "iconButton": "_iconButton_txjkh_1", "sm": "_sm_txjkh_46", "md": "_md_txjkh_51", "lg": "_lg_txjkh_56", "smIcon": "_smIcon_txjkh_61", "mdIcon": "_mdIcon_txjkh_68", "lgIcon": "_lgIcon_txjkh_75" };
|
|
27
|
+
|
|
28
|
+
// src/IconLinkButton/IconLinkButton.tsx
|
|
29
|
+
var _jsxruntime = require('react/jsx-runtime');
|
|
30
|
+
var IconLinkButton = _react.forwardRef.call(void 0,
|
|
31
|
+
({
|
|
32
|
+
href,
|
|
33
|
+
target,
|
|
34
|
+
rel,
|
|
35
|
+
"data-testid": dataTestId,
|
|
36
|
+
color = "primary",
|
|
37
|
+
size = "md",
|
|
38
|
+
icon: Icon,
|
|
39
|
+
on = "lightBackground",
|
|
40
|
+
onClick,
|
|
41
|
+
disabled = false,
|
|
42
|
+
accessibilityLabel
|
|
43
|
+
}, ref) => {
|
|
44
|
+
const foregroundColorClass = _3BPWW7LWcjs.foregroundColor.call(void 0, color, on);
|
|
45
|
+
const backgroundColorClass = _MKMFTN6Gcjs.backgroundColor.call(void 0, color, on);
|
|
46
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
47
|
+
"a",
|
|
48
|
+
{
|
|
49
|
+
ref,
|
|
50
|
+
href,
|
|
51
|
+
target,
|
|
52
|
+
rel,
|
|
53
|
+
"data-testid": dataTestId,
|
|
54
|
+
"aria-label": accessibilityLabel,
|
|
55
|
+
className: _classnames2.default.call(void 0,
|
|
56
|
+
IconButton_module_default.iconButton,
|
|
57
|
+
foregroundColorClass,
|
|
58
|
+
backgroundColorClass,
|
|
59
|
+
_4KS4YP6Ucjs.border.call(void 0, color, on),
|
|
60
|
+
IconButton_module_default[size],
|
|
61
|
+
{
|
|
62
|
+
[_TH4TA3JNcjs.Button_module_default.disabled]: disabled
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
onClick,
|
|
66
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
67
|
+
Icon,
|
|
68
|
+
{
|
|
69
|
+
className: _65BTPZZTcjs.materialIconSize[size],
|
|
70
|
+
size: _65BTPZZTcjs.internalIconSize[size]
|
|
71
|
+
}
|
|
72
|
+
)
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
);
|
|
77
|
+
IconLinkButton.displayName = "IconLinkButton";
|
|
78
|
+
var IconLinkButton_default = IconLinkButton;
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
exports.IconLinkButton_default = IconLinkButton_default;
|
|
83
|
+
//# sourceMappingURL=RVN2ERYI.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/IconLinkButton/IconLinkButton.tsx","css-module:../IconButton/IconButton.module.css#css-module"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA,EACE;AAAA,OAGK;AACP,OAAO,gBAAgB;;;ACL6E,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,mBAAkB;;;AD8I9R;AAxCR,IAAM,iBAAiB;AAAA,EACrB,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL;AAAA,IACA,WAAW;AAAA,IACX;AAAA,EACF,GACA,QACG;AACH,UAAM,uBAAuB,gBAAgB,OAAO,EAAE;AACtD,UAAM,uBAAuB,gBAAgB,OAAO,EAAE;AAEtD,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA,eAAa;AAAA,QACb,cAAY;AAAA,QACZ,WAAW;AAAA,UACT,0BAAiB;AAAA,UACjB;AAAA,UACA;AAAA,UACA,OAAO,OAAO,EAAE;AAAA,UAChB,0BAAiB,IAAI;AAAA,UACrB;AAAA,YACE,CAAC,sBAAa,QAAQ,GAAG;AAAA,UAC3B;AAAA,QACF;AAAA,QACA;AAAA,QAEA;AAAA,UAAC;AAAA;AAAA,YACC,WAAW,iBAAiB,IAAI;AAAA,YAChC,MAAM,iBAAiB,IAAI;AAAA;AAAA,QAC7B;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,eAAe,cAAc;AAE7B,IAAO,yBAAQ","sourcesContent":["import {\n forwardRef,\n type HtmlHTMLAttributes,\n type ComponentProps,\n} from \"react\";\nimport classNames from \"classnames\";\nimport React from \"react\";\nimport { type Size } from \"../constants\";\nimport {\n materialIconSize,\n internalIconSize,\n} from \"../Button/constants/iconSize\";\nimport { border } from \"../colors/border\";\n\nimport buttonStyles from \"../Button/Button.module.css\";\nimport type InternalIcon from \"../Icon/Icon\";\nimport iconButtonStyles from \"../IconButton/IconButton.module.css\";\n\nimport { foregroundColor } from \"../colors/foregroundColor\";\nimport { backgroundColor } from \"../colors/backgroundColor\";\n\ntype IconLinkButtonProps = {\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The link that the IconLinkButton should route to.\n *\n */\n href?: string;\n /**\n * The target attribute specifies where to open the linked document.\n *\n */\n target?: \"_blank\" | \"_self\" | \"_parent\" | \"_top\";\n /**\n * The rel attribute specifies the relationship between the document and the link.\n *\n */\n rel?: HtmlHTMLAttributes<HTMLAnchorElement>[\"rel\"];\n /**\n * The color of the button\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\";\n /**\n * The size of the button\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * The label to be used for accessibility\n */\n\n accessibilityLabel: string;\n\n /**\n * The icon to be displayed.\n *\n * Deprecated: [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n * Preferred: Syntax icon\n */\n icon:\n | React.ComponentType<{ className?: string }>\n | React.ComponentType<ComponentProps<typeof InternalIcon>>;\n /**\n * Indicate whether the button renders on a light or dark background. Changes the color of the button\n *\n * @defaultValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * An optional onClick event. This is used for certain wrapper's support (such as react-router-dom).\n */\n onClick?: React.MouseEventHandler<HTMLAnchorElement>;\n};\n\n/**\n * [IconLinkButton](https://cambly-syntax.vercel.app/?path=/docs/components-iconlinkbutton--docs) is a \"variation\" of IconButton that should look identical to IconButton, but should be used to render links instead.\n */\nconst IconLinkButton = forwardRef<HTMLAnchorElement, IconLinkButtonProps>(\n (\n {\n href,\n target,\n rel,\n \"data-testid\": dataTestId,\n color = \"primary\",\n size = \"md\",\n icon: Icon,\n on = \"lightBackground\",\n onClick,\n disabled = false,\n accessibilityLabel,\n }: IconLinkButtonProps,\n ref,\n ) => {\n const foregroundColorClass = foregroundColor(color, on);\n const backgroundColorClass = backgroundColor(color, on);\n\n return (\n <a\n ref={ref}\n href={href}\n target={target}\n rel={rel}\n data-testid={dataTestId}\n aria-label={accessibilityLabel}\n className={classNames(\n iconButtonStyles.iconButton,\n foregroundColorClass,\n backgroundColorClass,\n border(color, on),\n iconButtonStyles[size],\n {\n [buttonStyles.disabled]: disabled,\n },\n )}\n onClick={onClick}\n >\n <Icon\n className={materialIconSize[size]}\n size={internalIconSize[size]}\n />\n </a>\n );\n },\n);\n\nIconLinkButton.displayName = \"IconLinkButton\";\n\nexport default IconLinkButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/IconButton/IconButton.module.css\"; export default {\"iconButton\":\"_iconButton_txjkh_1\",\"sm\":\"_sm_txjkh_46\",\"md\":\"_md_txjkh_51\",\"lg\":\"_lg_txjkh_56\",\"smIcon\":\"_smIcon_txjkh_61\",\"mdIcon\":\"_mdIcon_txjkh_68\",\"lgIcon\":\"_lgIcon_txjkh_75\"}"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
|
|
2
|
+
|
|
3
|
+
// css-module:./colors.module.css#css-module
|
|
4
|
+
var colors_module_default = { "inheritColor": "_inheritColor_1xf3w_2", "destructive700Color": "_destructive700Color_1xf3w_6", "gray700Color": "_gray700Color_1xf3w_10", "gray900Color": "_gray900Color_1xf3w_14", "primary700Color": "_primary700Color_1xf3w_18", "success700Color": "_success700Color_1xf3w_22", "whiteColor": "_whiteColor_1xf3w_26", "noBorder": "_noBorder_1xf3w_31", "blackBorderColor": "_blackBorderColor_1xf3w_35", "whiteBorderColor": "_whiteBorderColor_1xf3w_39", "success770BorderColor": "_success770BorderColor_1xf3w_43", "destructive770BorderColor": "_destructive770BorderColor_1xf3w_47", "gray370BorderColor": "_gray370BorderColor_1xf3w_51", "success370BorderColor": "_success370BorderColor_1xf3w_55", "destructive370BorderColor": "_destructive370BorderColor_1xf3w_59", "cambioGray870BorderColor": "_cambioGray870BorderColor_1xf3w_63", "blackBackgroundColor": "_blackBackgroundColor_1xf3w_69", "destructive100BackgroundColor": "_destructive100BackgroundColor_1xf3w_73", "destructive200BackgroundColor": "_destructive200BackgroundColor_1xf3w_77", "destructive300BackgroundColor": "_destructive300BackgroundColor_1xf3w_81", "destructive700BackgroundColor": "_destructive700BackgroundColor_1xf3w_85", "destructive800BackgroundColor": "_destructive800BackgroundColor_1xf3w_89", "destructive900BackgroundColor": "_destructive900BackgroundColor_1xf3w_93", "gray10BackgroundColor": "_gray10BackgroundColor_1xf3w_97", "gray30BackgroundColor": "_gray30BackgroundColor_1xf3w_101", "gray60BackgroundColor": "_gray60BackgroundColor_1xf3w_105", "gray80BackgroundColor": "_gray80BackgroundColor_1xf3w_109", "gray100BackgroundColor": "_gray100BackgroundColor_1xf3w_113", "gray200BackgroundColor": "_gray200BackgroundColor_1xf3w_117", "gray300BackgroundColor": "_gray300BackgroundColor_1xf3w_121", "gray700BackgroundColor": "_gray700BackgroundColor_1xf3w_125", "gray800BackgroundColor": "_gray800BackgroundColor_1xf3w_129", "gray900BackgroundColor": "_gray900BackgroundColor_1xf3w_133", "orange100BackgroundColor": "_orange100BackgroundColor_1xf3w_137", "orange200BackgroundColor": "_orange200BackgroundColor_1xf3w_141", "orange300BackgroundColor": "_orange300BackgroundColor_1xf3w_145", "orange700BackgroundColor": "_orange700BackgroundColor_1xf3w_149", "orange800BackgroundColor": "_orange800BackgroundColor_1xf3w_153", "orange900BackgroundColor": "_orange900BackgroundColor_1xf3w_157", "primary100BackgroundColor": "_primary100BackgroundColor_1xf3w_161", "primary200BackgroundColor": "_primary200BackgroundColor_1xf3w_165", "primary300BackgroundColor": "_primary300BackgroundColor_1xf3w_169", "primary700BackgroundColor": "_primary700BackgroundColor_1xf3w_173", "primary800BackgroundColor": "_primary800BackgroundColor_1xf3w_177", "primary900BackgroundColor": "_primary900BackgroundColor_1xf3w_181", "success100BackgroundColor": "_success100BackgroundColor_1xf3w_185", "success200BackgroundColor": "_success200BackgroundColor_1xf3w_189", "success300BackgroundColor": "_success300BackgroundColor_1xf3w_193", "success700BackgroundColor": "_success700BackgroundColor_1xf3w_197", "success800BackgroundColor": "_success800BackgroundColor_1xf3w_201", "success900BackgroundColor": "_success900BackgroundColor_1xf3w_205", "purple100BackgroundColor": "_purple100BackgroundColor_1xf3w_209", "purple200BackgroundColor": "_purple200BackgroundColor_1xf3w_213", "purple300BackgroundColor": "_purple300BackgroundColor_1xf3w_217", "purple700BackgroundColor": "_purple700BackgroundColor_1xf3w_221", "purple800BackgroundColor": "_purple800BackgroundColor_1xf3w_225", "purple900BackgroundColor": "_purple900BackgroundColor_1xf3w_229", "whiteBackgroundColor": "_whiteBackgroundColor_1xf3w_233", "yellow100BackgroundColor": "_yellow100BackgroundColor_1xf3w_237", "yellow200BackgroundColor": "_yellow200BackgroundColor_1xf3w_241", "yellow300BackgroundColor": "_yellow300BackgroundColor_1xf3w_245", "yellow700BackgroundColor": "_yellow700BackgroundColor_1xf3w_249", "yellow800BackgroundColor": "_yellow800BackgroundColor_1xf3w_253", "yellow900BackgroundColor": "_yellow900BackgroundColor_1xf3w_257", "cambioBlackColor": "_cambioBlackColor_1xf3w_262", "cambioWhiteColor": "_cambioWhiteColor_1xf3w_266", "cambioWhite40Color": "_cambioWhite40Color_1xf3w_270", "cambioWhite70Color": "_cambioWhite70Color_1xf3w_274", "cambioGray100Color": "_cambioGray100Color_1xf3w_278", "cambioGray200Color": "_cambioGray200Color_1xf3w_282", "cambioGray300Color": "_cambioGray300Color_1xf3w_286", "cambioGray370Color": "_cambioGray370Color_1xf3w_290", "cambioGray700Color": "_cambioGray700Color_1xf3w_294", "cambioGray800Color": "_cambioGray800Color_1xf3w_298", "cambioGray870Color": "_cambioGray870Color_1xf3w_302", "cambioGray900Color": "_cambioGray900Color_1xf3w_306", "cambioDestructive100Color": "_cambioDestructive100Color_1xf3w_310", "cambioDestructive300Color": "_cambioDestructive300Color_1xf3w_314", "cambioDestructive370Color": "_cambioDestructive370Color_1xf3w_318", "cambioDestructive700Color": "_cambioDestructive700Color_1xf3w_322", "cambioDestructive770Color": "_cambioDestructive770Color_1xf3w_326", "cambioDestructive900Color": "_cambioDestructive900Color_1xf3w_330", "cambioSuccess100Color": "_cambioSuccess100Color_1xf3w_334", "cambioSuccess300Color": "_cambioSuccess300Color_1xf3w_338", "cambioSuccess370Color": "_cambioSuccess370Color_1xf3w_342", "cambioSuccess700Color": "_cambioSuccess700Color_1xf3w_346", "cambioSuccess770Color": "_cambioSuccess770Color_1xf3w_350", "cambioSuccess900Color": "_cambioSuccess900Color_1xf3w_354", "cambioRedColor": "_cambioRedColor_1xf3w_358", "cambioOrangeColor": "_cambioOrangeColor_1xf3w_362", "cambioTanColor": "_cambioTanColor_1xf3w_366", "cambioCreamColor": "_cambioCreamColor_1xf3w_370", "cambioPurpleColor": "_cambioPurpleColor_1xf3w_374", "cambioLilacColor": "_cambioLilacColor_1xf3w_378", "cambioThistleColor": "_cambioThistleColor_1xf3w_382", "cambioPinkColor": "_cambioPinkColor_1xf3w_386", "cambioNavyColor": "_cambioNavyColor_1xf3w_390", "cambioTealColor": "_cambioTealColor_1xf3w_394", "cambioSlateColor": "_cambioSlateColor_1xf3w_398", "cambioSkyColor": "_cambioSkyColor_1xf3w_402", "cambioYellow700Color": "_cambioYellow700Color_1xf3w_406", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_1xf3w_410", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_1xf3w_414", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_1xf3w_418", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_1xf3w_422", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_1xf3w_426", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_1xf3w_430", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_1xf3w_434", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_1xf3w_438", "gray370BackgroundColor": "_gray370BackgroundColor_1xf3w_442", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_1xf3w_446", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_1xf3w_450", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_1xf3w_454", "gray870BackgroundColor": "_gray870BackgroundColor_1xf3w_458", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_1xf3w_462", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_1xf3w_466", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_1xf3w_470", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_1xf3w_474", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_1xf3w_478", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_1xf3w_482", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_1xf3w_486", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_1xf3w_490", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_1xf3w_494", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_1xf3w_498", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_1xf3w_502", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_1xf3w_506", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_1xf3w_510", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_1xf3w_514", "redBackgroundColor": "_redBackgroundColor_1xf3w_518", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_1xf3w_522", "orangeBackgroundColor": "_orangeBackgroundColor_1xf3w_526", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_1xf3w_530", "tanBackgroundColor": "_tanBackgroundColor_1xf3w_534", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_1xf3w_538", "creamBackgroundColor": "_creamBackgroundColor_1xf3w_542", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_1xf3w_546", "purpleBackgroundColor": "_purpleBackgroundColor_1xf3w_550", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_1xf3w_554", "lilacBackgroundColor": "_lilacBackgroundColor_1xf3w_558", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_1xf3w_562", "thistleBackgroundColor": "_thistleBackgroundColor_1xf3w_566", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_1xf3w_570", "pinkBackgroundColor": "_pinkBackgroundColor_1xf3w_574", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_1xf3w_578", "navyBackgroundColor": "_navyBackgroundColor_1xf3w_582", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_1xf3w_586", "tealBackgroundColor": "_tealBackgroundColor_1xf3w_590", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_1xf3w_594", "slateBackgroundColor": "_slateBackgroundColor_1xf3w_598", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_1xf3w_602", "skyBackgroundColor": "_skyBackgroundColor_1xf3w_606", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_1xf3w_610", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_1xf3w_614" };
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.colors_module_default = colors_module_default;
|
|
9
|
+
//# sourceMappingURL=SJBJQ3PL.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["css-module:./colors.module.css#css-module"],"names":[],"mappings":"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","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_1xf3w_2\",\"destructive700Color\":\"_destructive700Color_1xf3w_6\",\"gray700Color\":\"_gray700Color_1xf3w_10\",\"gray900Color\":\"_gray900Color_1xf3w_14\",\"primary700Color\":\"_primary700Color_1xf3w_18\",\"success700Color\":\"_success700Color_1xf3w_22\",\"whiteColor\":\"_whiteColor_1xf3w_26\",\"noBorder\":\"_noBorder_1xf3w_31\",\"blackBorderColor\":\"_blackBorderColor_1xf3w_35\",\"whiteBorderColor\":\"_whiteBorderColor_1xf3w_39\",\"success770BorderColor\":\"_success770BorderColor_1xf3w_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_1xf3w_47\",\"gray370BorderColor\":\"_gray370BorderColor_1xf3w_51\",\"success370BorderColor\":\"_success370BorderColor_1xf3w_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_1xf3w_59\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_1xf3w_63\",\"blackBackgroundColor\":\"_blackBackgroundColor_1xf3w_69\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_1xf3w_73\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_1xf3w_77\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_1xf3w_81\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_1xf3w_85\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_1xf3w_89\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_1xf3w_93\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_1xf3w_97\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_1xf3w_101\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_1xf3w_105\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_1xf3w_109\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_1xf3w_113\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_1xf3w_117\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_1xf3w_121\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_1xf3w_125\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_1xf3w_129\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_1xf3w_133\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_1xf3w_137\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_1xf3w_141\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_1xf3w_145\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_1xf3w_149\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_1xf3w_153\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_1xf3w_157\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_1xf3w_161\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_1xf3w_165\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_1xf3w_169\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_1xf3w_173\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_1xf3w_177\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_1xf3w_181\",\"success100BackgroundColor\":\"_success100BackgroundColor_1xf3w_185\",\"success200BackgroundColor\":\"_success200BackgroundColor_1xf3w_189\",\"success300BackgroundColor\":\"_success300BackgroundColor_1xf3w_193\",\"success700BackgroundColor\":\"_success700BackgroundColor_1xf3w_197\",\"success800BackgroundColor\":\"_success800BackgroundColor_1xf3w_201\",\"success900BackgroundColor\":\"_success900BackgroundColor_1xf3w_205\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_1xf3w_209\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_1xf3w_213\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_1xf3w_217\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_1xf3w_221\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_1xf3w_225\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_1xf3w_229\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_1xf3w_233\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_1xf3w_237\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_1xf3w_241\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_1xf3w_245\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_1xf3w_249\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_1xf3w_253\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_1xf3w_257\",\"cambioBlackColor\":\"_cambioBlackColor_1xf3w_262\",\"cambioWhiteColor\":\"_cambioWhiteColor_1xf3w_266\",\"cambioWhite40Color\":\"_cambioWhite40Color_1xf3w_270\",\"cambioWhite70Color\":\"_cambioWhite70Color_1xf3w_274\",\"cambioGray100Color\":\"_cambioGray100Color_1xf3w_278\",\"cambioGray200Color\":\"_cambioGray200Color_1xf3w_282\",\"cambioGray300Color\":\"_cambioGray300Color_1xf3w_286\",\"cambioGray370Color\":\"_cambioGray370Color_1xf3w_290\",\"cambioGray700Color\":\"_cambioGray700Color_1xf3w_294\",\"cambioGray800Color\":\"_cambioGray800Color_1xf3w_298\",\"cambioGray870Color\":\"_cambioGray870Color_1xf3w_302\",\"cambioGray900Color\":\"_cambioGray900Color_1xf3w_306\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_1xf3w_310\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_1xf3w_314\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_1xf3w_318\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_1xf3w_322\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_1xf3w_326\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_1xf3w_330\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_1xf3w_334\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_1xf3w_338\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_1xf3w_342\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_1xf3w_346\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_1xf3w_350\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_1xf3w_354\",\"cambioRedColor\":\"_cambioRedColor_1xf3w_358\",\"cambioOrangeColor\":\"_cambioOrangeColor_1xf3w_362\",\"cambioTanColor\":\"_cambioTanColor_1xf3w_366\",\"cambioCreamColor\":\"_cambioCreamColor_1xf3w_370\",\"cambioPurpleColor\":\"_cambioPurpleColor_1xf3w_374\",\"cambioLilacColor\":\"_cambioLilacColor_1xf3w_378\",\"cambioThistleColor\":\"_cambioThistleColor_1xf3w_382\",\"cambioPinkColor\":\"_cambioPinkColor_1xf3w_386\",\"cambioNavyColor\":\"_cambioNavyColor_1xf3w_390\",\"cambioTealColor\":\"_cambioTealColor_1xf3w_394\",\"cambioSlateColor\":\"_cambioSlateColor_1xf3w_398\",\"cambioSkyColor\":\"_cambioSkyColor_1xf3w_402\",\"cambioYellow700Color\":\"_cambioYellow700Color_1xf3w_406\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_1xf3w_410\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_1xf3w_414\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_1xf3w_418\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_1xf3w_422\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_1xf3w_426\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_1xf3w_430\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_1xf3w_434\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_1xf3w_438\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_1xf3w_442\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_1xf3w_446\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_1xf3w_450\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_1xf3w_454\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_1xf3w_458\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_1xf3w_462\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_1xf3w_466\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_1xf3w_470\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_1xf3w_474\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_1xf3w_478\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_1xf3w_482\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_1xf3w_486\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_1xf3w_490\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_1xf3w_494\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_1xf3w_498\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_1xf3w_502\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_1xf3w_506\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_1xf3w_510\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_1xf3w_514\",\"redBackgroundColor\":\"_redBackgroundColor_1xf3w_518\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_1xf3w_522\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_1xf3w_526\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_1xf3w_530\",\"tanBackgroundColor\":\"_tanBackgroundColor_1xf3w_534\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_1xf3w_538\",\"creamBackgroundColor\":\"_creamBackgroundColor_1xf3w_542\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_1xf3w_546\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_1xf3w_550\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_1xf3w_554\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_1xf3w_558\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_1xf3w_562\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_1xf3w_566\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_1xf3w_570\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_1xf3w_574\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_1xf3w_578\",\"navyBackgroundColor\":\"_navyBackgroundColor_1xf3w_582\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_1xf3w_586\",\"tealBackgroundColor\":\"_tealBackgroundColor_1xf3w_590\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_1xf3w_594\",\"slateBackgroundColor\":\"_slateBackgroundColor_1xf3w_598\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_1xf3w_602\",\"skyBackgroundColor\":\"_skyBackgroundColor_1xf3w_606\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_1xf3w_610\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_1xf3w_614\"}"]}
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./KBIW5XV4.js";
|
|
14
14
|
import {
|
|
15
15
|
colors_module_default
|
|
16
|
-
} from "./
|
|
16
|
+
} from "./6247H47L.js";
|
|
17
17
|
|
|
18
18
|
// src/Dialog/Dialog.tsx
|
|
19
19
|
import React, {
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
DialogContext,
|
|
78
78
|
Dialog_default
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=
|
|
80
|
+
//# sourceMappingURL=T22F22GU.js.map
|
|
@@ -7,10 +7,10 @@ var _3UEOKPM2cjs = require('./3UEOKPM2.cjs');
|
|
|
7
7
|
var _JVGBP6LOcjs = require('./JVGBP6LO.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _2DIA2OWLcjs = require('./2DIA2OWL.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
|
|
14
14
|
|
|
15
15
|
// src/Tabs/TabButton.tsx
|
|
16
16
|
var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
|
|
@@ -37,7 +37,7 @@ function TabButton({
|
|
|
37
37
|
style: {
|
|
38
38
|
height: "100%"
|
|
39
39
|
},
|
|
40
|
-
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
40
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { display: "flex", direction: "row", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
41
41
|
_3UEOKPM2cjs.TapArea_default,
|
|
42
42
|
{
|
|
43
43
|
fullWidth: false,
|
|
@@ -46,7 +46,7 @@ function TabButton({
|
|
|
46
46
|
"data-testid": dataTestId,
|
|
47
47
|
accessibilityLabel,
|
|
48
48
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
49
|
-
|
|
49
|
+
_2DIA2OWLcjs.TabInternal,
|
|
50
50
|
{
|
|
51
51
|
text,
|
|
52
52
|
selected,
|
|
@@ -64,4 +64,4 @@ function TabButton({
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
exports.TabButton = TabButton;
|
|
67
|
-
//# sourceMappingURL=
|
|
67
|
+
//# sourceMappingURL=TGOOGXC7.cjs.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
|
|
2
|
+
|
|
3
|
+
// css-module:../Button/Button.module.css#css-module
|
|
4
|
+
var Button_module_default = { "button": "_button_v2jgj_1", "buttonGap": "_buttonGap_v2jgj_8", "disabled": "_disabled_v2jgj_42", "disabledPrimary": "_disabledPrimary_v2jgj_57", "fullWidth": "_fullWidth_v2jgj_61", "sm": "_sm_v2jgj_65", "md": "_md_v2jgj_72", "lg": "_lg_v2jgj_79", "icon": "_icon_v2jgj_86", "smIcon": "_smIcon_v2jgj_90", "mdIcon": "_mdIcon_v2jgj_97", "lgIcon": "_lgIcon_v2jgj_104", "loading": "_loading_v2jgj_121", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_v2jgj_1", "loadingCircle": "_loadingCircle_v2jgj_125" };
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.Button_module_default = Button_module_default;
|
|
9
|
+
//# sourceMappingURL=TH4TA3JN.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["css-module:../Button/Button.module.css#css-module"],"names":[],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,YAAW,sBAAqB,mBAAkB,6BAA4B,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,QAAO,kBAAiB,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,qBAAoB,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_v2jgj_1\",\"buttonGap\":\"_buttonGap_v2jgj_8\",\"disabled\":\"_disabled_v2jgj_42\",\"disabledPrimary\":\"_disabledPrimary_v2jgj_57\",\"fullWidth\":\"_fullWidth_v2jgj_61\",\"sm\":\"_sm_v2jgj_65\",\"md\":\"_md_v2jgj_72\",\"lg\":\"_lg_v2jgj_79\",\"icon\":\"_icon_v2jgj_86\",\"smIcon\":\"_smIcon_v2jgj_90\",\"mdIcon\":\"_mdIcon_v2jgj_97\",\"lgIcon\":\"_lgIcon_v2jgj_104\",\"loading\":\"_loading_v2jgj_121\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_v2jgj_1\",\"loadingCircle\":\"_loadingCircle_v2jgj_125\"}"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Box_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./YWFG6EUU.js";
|
|
5
5
|
|
|
6
6
|
// src/Modal/Layer.tsx
|
|
7
7
|
import { createPortal } from "react-dom";
|
|
@@ -29,4 +29,4 @@ function Layer({
|
|
|
29
29
|
export {
|
|
30
30
|
Layer
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=
|
|
32
|
+
//# sourceMappingURL=U3T7HSSI.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
colors_module_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./QQMWJ5UA.js";
|
|
5
5
|
|
|
6
6
|
// src/colors/border.ts
|
|
7
7
|
import classNames from "classnames";
|
|
@@ -9,7 +9,7 @@ function border(color, on) {
|
|
|
9
9
|
if (on === "lightBackground") {
|
|
10
10
|
switch (color) {
|
|
11
11
|
case "secondary":
|
|
12
|
-
return classNames(colors_module_default.noBorder, colors_module_default.
|
|
12
|
+
return classNames(colors_module_default.noBorder, colors_module_default.cambioGray870BorderColor);
|
|
13
13
|
case "success-secondary":
|
|
14
14
|
return classNames(colors_module_default.noBorder, colors_module_default.success770BorderColor);
|
|
15
15
|
case "destructive-secondary":
|
|
@@ -34,4 +34,4 @@ function border(color, on) {
|
|
|
34
34
|
export {
|
|
35
35
|
border
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=
|
|
37
|
+
//# sourceMappingURL=U6X47HLX.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/colors/border.ts"],"sourcesContent":["import classNames from \"classnames\";\nimport { type Color } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function border(\n color: (typeof Color)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string | null {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"secondary\":\n return classNames(styles.noBorder, styles.cambioGray870BorderColor);\n case \"success-secondary\":\n return classNames(styles.noBorder, styles.success770BorderColor);\n case \"destructive-secondary\":\n return classNames(styles.noBorder, styles.destructive770BorderColor);\n default:\n return styles.noBorder;\n }\n } else {\n switch (color) {\n case \"secondary\":\n return classNames(styles.noBorder, styles.gray370BorderColor);\n case \"success-secondary\":\n return classNames(styles.noBorder, styles.success370BorderColor);\n case \"destructive-secondary\":\n return classNames(styles.noBorder, styles.destructive370BorderColor);\n default:\n return styles.noBorder;\n }\n }\n}\n"],"mappings":";;;;;;AAAA,OAAO,gBAAgB;AAIhB,SAAS,OACd,OACA,IACe;AACf,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,wBAAwB;AAAA,MACpE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,qBAAqB;AAAA,MACjE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,yBAAyB;AAAA,MACrE;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,kBAAkB;AAAA,MAC9D,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,qBAAqB;AAAA,MACjE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,yBAAyB;AAAA,MACrE;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF;","names":[]}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
TabLink_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./5UDEM3WT.js";
|
|
5
5
|
import {
|
|
6
6
|
TabButton
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./CVMW4LL2.js";
|
|
8
8
|
import {
|
|
9
9
|
Tabs_module_default
|
|
10
10
|
} from "./5JQ6C2XV.js";
|
|
11
11
|
import {
|
|
12
12
|
Box_default
|
|
13
|
-
} from "./
|
|
13
|
+
} from "./YWFG6EUU.js";
|
|
14
14
|
|
|
15
15
|
// src/Tabs/Tabs.tsx
|
|
16
16
|
import classnames from "classnames";
|
|
@@ -50,4 +50,4 @@ Tabs.Link = TabLink_default;
|
|
|
50
50
|
export {
|
|
51
51
|
Tabs
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=
|
|
53
|
+
//# sourceMappingURL=UJFE5ANU.js.map
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _JVGBP6LOcjs = require('./JVGBP6LO.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _2DIA2OWLcjs = require('./2DIA2OWL.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
|
|
11
11
|
|
|
12
12
|
// src/Tabs/TabLink.tsx
|
|
13
13
|
|
|
@@ -40,7 +40,7 @@ var TabLink = _react.forwardRef.call(void 0,
|
|
|
40
40
|
style: {
|
|
41
41
|
height: "100%"
|
|
42
42
|
},
|
|
43
|
-
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
43
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { display: "flex", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
44
44
|
"a",
|
|
45
45
|
{
|
|
46
46
|
href,
|
|
@@ -51,7 +51,7 @@ var TabLink = _react.forwardRef.call(void 0,
|
|
|
51
51
|
onClick,
|
|
52
52
|
className: _JVGBP6LOcjs.Tabs_module_default.link,
|
|
53
53
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
54
|
-
|
|
54
|
+
_2DIA2OWLcjs.TabInternal,
|
|
55
55
|
{
|
|
56
56
|
text,
|
|
57
57
|
selected,
|
|
@@ -72,4 +72,4 @@ var TabLink_default = TabLink;
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
exports.TabLink_default = TabLink_default;
|
|
75
|
-
//# sourceMappingURL=
|
|
75
|
+
//# sourceMappingURL=V6OYVK6F.cjs.map
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
"use client"
|
|
2
|
+
import {
|
|
3
|
+
ButtonGroup_default
|
|
4
|
+
} from "./BOX3VY3Q.js";
|
|
2
5
|
import {
|
|
3
6
|
Button_default
|
|
4
|
-
} from "./
|
|
7
|
+
} from "./36W5Z2QK.js";
|
|
5
8
|
import {
|
|
6
9
|
Divider
|
|
7
|
-
} from "./
|
|
8
|
-
import {
|
|
9
|
-
ButtonGroup_default
|
|
10
|
-
} from "./BOX3VY3Q.js";
|
|
10
|
+
} from "./7AQXNKEJ.js";
|
|
11
11
|
import {
|
|
12
12
|
RichSelectSection_default
|
|
13
|
-
} from "./
|
|
13
|
+
} from "./55MEPCFY.js";
|
|
14
14
|
import {
|
|
15
15
|
RichSelectRadioButton_default
|
|
16
|
-
} from "./
|
|
16
|
+
} from "./LRM73Q7W.js";
|
|
17
17
|
import {
|
|
18
18
|
RichSelectChip_default
|
|
19
|
-
} from "./
|
|
19
|
+
} from "./ZVVUIPNS.js";
|
|
20
20
|
import {
|
|
21
21
|
RichSelectItemContext,
|
|
22
22
|
RichSelect_module_default
|
|
23
23
|
} from "./ODMJANSX.js";
|
|
24
24
|
import {
|
|
25
25
|
Box_default
|
|
26
|
-
} from "./
|
|
26
|
+
} from "./YWFG6EUU.js";
|
|
27
27
|
|
|
28
28
|
// src/RichSelect/RichSelectBox.tsx
|
|
29
29
|
import {
|
|
@@ -208,4 +208,4 @@ export {
|
|
|
208
208
|
RichSelectBoxContext,
|
|
209
209
|
RichSelectBox_default
|
|
210
210
|
};
|
|
211
|
-
//# sourceMappingURL=
|
|
211
|
+
//# sourceMappingURL=VJUBMJDF.js.map
|
|
@@ -8,22 +8,22 @@ var _3P2PWHOUcjs = require('./3P2PWHOU.cjs');
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _65BTPZZTcjs = require('./65BTPZZT.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _3BPWW7LWcjs = require('./3BPWW7LW.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _4KS4YP6Ucjs = require('./4KS4YP6U.cjs');
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _MKMFTN6Gcjs = require('./MKMFTN6G.cjs');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _FZKGDXO4cjs = require('./FZKGDXO4.cjs');
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
|
|
@@ -33,7 +33,7 @@ var _react = require('react');
|
|
|
33
33
|
var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
|
|
34
34
|
|
|
35
35
|
// css-module:./Button.module.css#css-module
|
|
36
|
-
var Button_module_default = { "button": "
|
|
36
|
+
var Button_module_default = { "button": "_button_v2jgj_1", "buttonGap": "_buttonGap_v2jgj_8", "disabled": "_disabled_v2jgj_42", "disabledPrimary": "_disabledPrimary_v2jgj_57", "fullWidth": "_fullWidth_v2jgj_61", "sm": "_sm_v2jgj_65", "md": "_md_v2jgj_72", "lg": "_lg_v2jgj_79", "icon": "_icon_v2jgj_86", "smIcon": "_smIcon_v2jgj_90", "mdIcon": "_mdIcon_v2jgj_97", "lgIcon": "_lgIcon_v2jgj_104", "loading": "_loading_v2jgj_121", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_v2jgj_1", "loadingCircle": "_loadingCircle_v2jgj_125" };
|
|
37
37
|
|
|
38
38
|
// src/Button/Button.tsx
|
|
39
39
|
var _jsxruntime = require('react/jsx-runtime');
|
|
@@ -56,8 +56,8 @@ var Button = _react.forwardRef.call(void 0,
|
|
|
56
56
|
type = "button"
|
|
57
57
|
}, ref) => {
|
|
58
58
|
const isHydrated = _K4AUV2VKcjs.useIsHydrated.call(void 0, );
|
|
59
|
-
const foregroundColorClass =
|
|
60
|
-
const backgroundColorClass =
|
|
59
|
+
const foregroundColorClass = _3BPWW7LWcjs.foregroundColor.call(void 0, color, on);
|
|
60
|
+
const backgroundColorClass = _MKMFTN6Gcjs.backgroundColor.call(void 0, color, on);
|
|
61
61
|
const disabledPrimary = color === "primary" && disabled;
|
|
62
62
|
const isDisabled = !isHydrated || disabled || loading;
|
|
63
63
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
@@ -74,7 +74,7 @@ var Button = _react.forwardRef.call(void 0,
|
|
|
74
74
|
Button_module_default.button,
|
|
75
75
|
foregroundColorClass,
|
|
76
76
|
backgroundColorClass,
|
|
77
|
-
|
|
77
|
+
_4KS4YP6Ucjs.border.call(void 0, color, on),
|
|
78
78
|
Button_module_default[size],
|
|
79
79
|
{
|
|
80
80
|
[Button_module_default.fullWidth]: fullWidth,
|
|
@@ -88,13 +88,13 @@ var Button = _react.forwardRef.call(void 0,
|
|
|
88
88
|
{
|
|
89
89
|
className: _classnames2.default.call(void 0,
|
|
90
90
|
Button_module_default.icon,
|
|
91
|
-
|
|
91
|
+
_65BTPZZTcjs.materialIconSize[size],
|
|
92
92
|
disabledPrimary && Button_module_default.disabledPrimary
|
|
93
93
|
),
|
|
94
|
-
size:
|
|
94
|
+
size: _65BTPZZTcjs.internalIconSize[size]
|
|
95
95
|
}
|
|
96
96
|
),
|
|
97
|
-
(loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
97
|
+
(loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FZKGDXO4cjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
98
98
|
"span",
|
|
99
99
|
{
|
|
100
100
|
className: _classnames2.default.call(void 0,
|
|
@@ -109,10 +109,10 @@ var Button = _react.forwardRef.call(void 0,
|
|
|
109
109
|
{
|
|
110
110
|
className: _classnames2.default.call(void 0,
|
|
111
111
|
Button_module_default.icon,
|
|
112
|
-
|
|
112
|
+
_65BTPZZTcjs.materialIconSize[size],
|
|
113
113
|
disabledPrimary && Button_module_default.disabledPrimary
|
|
114
114
|
),
|
|
115
|
-
size:
|
|
115
|
+
size: _65BTPZZTcjs.internalIconSize[size]
|
|
116
116
|
}
|
|
117
117
|
),
|
|
118
118
|
loading && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -146,4 +146,4 @@ var Button_default = Button;
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
exports.Button_default = Button_default;
|
|
149
|
-
//# sourceMappingURL=
|
|
149
|
+
//# sourceMappingURL=WNVUBW6Y.cjs.map
|