@cambly/syntax-core 18.8.0 → 18.9.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 +321 -153
- 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 +321 -153
- 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 +321 -153
- package/dist/Badge/Badge.css.map +1 -1
- package/dist/Badge/Badge.d.ts +2 -4
- package/dist/Badge/Badge.js +5 -5
- package/dist/Box/Box.cjs +3 -3
- package/dist/Box/Box.css +321 -153
- package/dist/Box/Box.css.map +1 -1
- package/dist/Box/Box.js +2 -2
- package/dist/Button/Button.cjs +10 -10
- package/dist/Button/Button.css +321 -153
- package/dist/Button/Button.css.map +1 -1
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +9 -9
- package/dist/Card/Card.cjs +4 -4
- package/dist/Card/Card.css +321 -153
- 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 +321 -153
- 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 +321 -153
- package/dist/Chip/Chip.css.map +1 -1
- package/dist/Chip/Chip.d.ts +1 -1
- package/dist/Chip/Chip.js +5 -5
- package/dist/Dialog/Dialog.cjs +3 -3
- package/dist/Dialog/Dialog.css +321 -153
- package/dist/Dialog/Dialog.css.map +1 -1
- package/dist/Dialog/Dialog.js +2 -2
- package/dist/Dialog/ModalDialog.cjs +10 -10
- package/dist/Dialog/ModalDialog.css +321 -153
- package/dist/Dialog/ModalDialog.css.map +1 -1
- package/dist/Dialog/ModalDialog.js +9 -9
- package/dist/Divider/Divider.cjs +3 -3
- package/dist/Divider/Divider.css +321 -153
- 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 +321 -153
- package/dist/Heading/Heading.css.map +1 -1
- package/dist/Heading/Heading.d.ts +1 -1
- package/dist/Heading/Heading.js +4 -4
- package/dist/Icon/Icon.cjs +3 -4
- package/dist/Icon/Icon.css +366 -198
- package/dist/Icon/Icon.css.map +1 -1
- package/dist/Icon/Icon.d.ts +2 -3
- package/dist/Icon/Icon.js +2 -3
- package/dist/IconButton/IconButton.cjs +6 -6
- package/dist/IconButton/IconButton.css +321 -153
- package/dist/IconButton/IconButton.css.map +1 -1
- package/dist/IconButton/IconButton.d.ts +1 -1
- package/dist/IconButton/IconButton.js +5 -5
- package/dist/IconLinkButton/IconLinkButton.cjs +6 -6
- package/dist/IconLinkButton/IconLinkButton.css +321 -153
- package/dist/IconLinkButton/IconLinkButton.css.map +1 -1
- package/dist/IconLinkButton/IconLinkButton.d.ts +1 -1
- package/dist/IconLinkButton/IconLinkButton.js +5 -5
- package/dist/LinkButton/LinkButton.cjs +9 -9
- package/dist/LinkButton/LinkButton.css +321 -153
- package/dist/LinkButton/LinkButton.css.map +1 -1
- package/dist/LinkButton/LinkButton.d.ts +1 -1
- package/dist/LinkButton/LinkButton.js +8 -8
- package/dist/Modal/Layer.cjs +4 -4
- package/dist/Modal/Layer.css +321 -153
- package/dist/Modal/Layer.css.map +1 -1
- package/dist/Modal/Layer.js +3 -3
- package/dist/Modal/Modal.cjs +13 -13
- package/dist/Modal/Modal.css +321 -153
- package/dist/Modal/Modal.css.map +1 -1
- package/dist/Modal/Modal.js +12 -12
- package/dist/Popover/Popover.cjs +11 -11
- package/dist/Popover/Popover.css +321 -153
- package/dist/Popover/Popover.css.map +1 -1
- package/dist/Popover/Popover.js +10 -10
- package/dist/RadioButton/RadioButton.cjs +6 -6
- package/dist/RadioButton/RadioButton.css +321 -153
- package/dist/RadioButton/RadioButton.css.map +1 -1
- package/dist/RadioButton/RadioButton.js +5 -5
- package/dist/RichSelect/RichSelectBox.cjs +17 -17
- package/dist/RichSelect/RichSelectBox.css +321 -153
- package/dist/RichSelect/RichSelectBox.css.map +1 -1
- package/dist/RichSelect/RichSelectBox.js +16 -16
- package/dist/RichSelect/RichSelectChip.cjs +7 -7
- package/dist/RichSelect/RichSelectChip.css +321 -153
- package/dist/RichSelect/RichSelectChip.css.map +1 -1
- package/dist/RichSelect/RichSelectChip.js +6 -6
- package/dist/RichSelect/RichSelectList.cjs +23 -23
- package/dist/RichSelect/RichSelectList.css +321 -153
- package/dist/RichSelect/RichSelectList.css.map +1 -1
- package/dist/RichSelect/RichSelectList.js +22 -22
- package/dist/RichSelect/RichSelectRadioButton.cjs +7 -7
- package/dist/RichSelect/RichSelectRadioButton.css +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- package/dist/Typography/Typography.css.map +1 -1
- package/dist/Typography/Typography.d.ts +1 -1
- package/dist/Typography/Typography.js +3 -3
- package/dist/__chunks/{YSTFPAUS.cjs → 24C55LXA.cjs} +7 -7
- package/dist/__chunks/2D3DOVVZ.cjs +37 -0
- package/dist/__chunks/{5UDEM3WT.js → 2EHOOEZ6.js} +3 -3
- package/dist/__chunks/2XIVACBM.cjs +9 -0
- package/dist/__chunks/2XIVACBM.cjs.map +1 -0
- package/dist/__chunks/{Q3NV6ANG.js → 3D6LFUMA.js} +4 -4
- package/dist/__chunks/{464OXX7P.cjs → 3RX4RMGC.cjs} +3 -3
- package/dist/__chunks/{QJMP6SPK.cjs → 3Y6HGWJG.cjs} +14 -14
- package/dist/__chunks/{6AOXQ7MY.js → 4EVPNC6V.js} +3 -3
- package/dist/__chunks/{ZVVUIPNS.js → 56LMASNQ.js} +2 -2
- package/dist/__chunks/{AKS2XNPN.cjs → 5NI7VPKS.cjs} +7 -7
- package/dist/__chunks/{FZKGDXO4.cjs → 5NQO6SP3.cjs} +3 -3
- package/dist/__chunks/{EWGPJK2F.js → 5S7HZU4Z.js} +3 -3
- package/dist/__chunks/{V6OYVK6F.cjs → 6BJYZAOW.cjs} +5 -5
- package/dist/__chunks/{ZSBYCAC5.cjs → 743ZAVMI.cjs} +3 -3
- package/dist/__chunks/{DZA3TMCT.cjs → 7KH536I2.cjs} +3 -3
- package/dist/__chunks/{IJ6QNNRJ.js → 7ZD4OEVD.js} +2 -2
- package/dist/__chunks/{XK32RAAX.cjs → A3B4YKGN.cjs} +3 -3
- package/dist/__chunks/{55MEPCFY.js → AHICHJTL.js} +2 -2
- package/dist/__chunks/{H6QHP7UX.cjs → AUO7CEJI.cjs} +8 -8
- package/dist/__chunks/{WR7PF2OP.cjs → AVJQ2E2G.cjs} +3 -3
- package/dist/__chunks/{LRM73Q7W.js → AWWUKCOZ.js} +2 -2
- package/dist/__chunks/{U6X47HLX.js → AXXUPHFX.js} +2 -2
- package/dist/__chunks/{IRV2I2PN.cjs → B3RYP36U.cjs} +7 -7
- package/dist/__chunks/{OD46XLIY.cjs → B6775YJ4.cjs} +5 -5
- package/dist/__chunks/BDCZ5GX7.cjs +33 -0
- package/dist/__chunks/{WUQOLJEH.cjs.map → BDCZ5GX7.cjs.map} +1 -1
- package/dist/__chunks/{36W5Z2QK.js → BIW5AZCF.js} +6 -6
- package/dist/__chunks/{OI3PNOEK.cjs → BOEKV627.cjs} +26 -26
- package/dist/__chunks/{HTTZSCPQ.js → C2HJHJQW.js} +5 -5
- package/dist/__chunks/{5EC4MAGN.cjs → CCKTB7L5.cjs} +3 -3
- package/dist/__chunks/{T22F22GU.js → CXENLD6O.js} +2 -2
- package/dist/__chunks/{FQSEHETP.js → DAK5IGJK.js} +2 -2
- package/dist/__chunks/{QQQ2H2H5.js → DXWIXSZQ.js} +10 -10
- package/dist/__chunks/{L5HGMK6O.js → E27BHPP7.js} +2 -2
- package/dist/__chunks/{WREHUE3B.js → E2EADLLG.js} +5 -5
- package/dist/__chunks/E2EADLLG.js.map +1 -0
- package/dist/__chunks/{I6Y47J7A.cjs → E3A6VFMB.cjs} +7 -7
- package/dist/__chunks/{IBGEINNM.cjs → EHZAOGLQ.cjs} +3 -3
- package/dist/__chunks/{KQUIYNLT.cjs → F2OSI5F3.cjs} +1 -1
- package/dist/__chunks/{KQUIYNLT.cjs.map → F2OSI5F3.cjs.map} +1 -1
- package/dist/__chunks/{MKMFTN6G.cjs → F3SUJGZL.cjs} +16 -16
- package/dist/__chunks/{CVMW4LL2.js → FFV4E6S6.js} +3 -3
- package/dist/__chunks/{ZGGBRE7T.js → FPROMKT3.js} +2 -2
- package/dist/__chunks/{GZOJQ37Q.cjs → GEXK47GR.cjs} +3 -3
- package/dist/__chunks/{NB2IFWV4.js → GHOEHIVB.js} +1 -1
- package/dist/__chunks/{NB2IFWV4.js.map → GHOEHIVB.js.map} +1 -1
- package/dist/__chunks/{PPXSYRSW.js → HVGNETJV.js} +4 -4
- package/dist/__chunks/{UJFE5ANU.js → HXEO4QAR.js} +4 -4
- package/dist/__chunks/{YWFG6EUU.js → IB6JZQF3.js} +2 -2
- package/dist/__chunks/{6FDOUWLG.cjs → IHGDCH62.cjs} +4 -4
- package/dist/__chunks/{6I4OHEQB.js → JCQUY624.js} +2 -2
- package/dist/__chunks/{CPNO4BNM.cjs → JOTFTEBX.cjs} +9 -9
- package/dist/__chunks/{6FKGSUV5.js → JVLEQ5LB.js} +4 -4
- package/dist/__chunks/{KHGYVM4R.cjs → KHFG45BJ.cjs} +10 -10
- package/dist/__chunks/{VJUBMJDF.js → KKV5SSD5.js} +7 -7
- package/dist/__chunks/M4CFLT64.js +9 -0
- package/dist/__chunks/M4CFLT64.js.map +1 -0
- package/dist/__chunks/{7AQXNKEJ.js → M4W3IFMV.js} +2 -2
- package/dist/__chunks/{TGOOGXC7.cjs → OBERZF6C.cjs} +5 -5
- package/dist/__chunks/{ZV4M6HMX.js → OLWRIS56.js} +5 -5
- package/dist/__chunks/{3B3ERYQA.js → OYIKKE7V.js} +3 -3
- package/dist/__chunks/{E2BVSWGC.js → PBHAJ42K.js} +4 -4
- package/dist/__chunks/{HCRDDKZM.cjs → PE6RT2GK.cjs} +8 -8
- package/dist/__chunks/{Q2XNQJNM.cjs → PZEDDYBZ.cjs} +7 -7
- package/dist/__chunks/{A5IA5BEW.cjs → QODNNCT2.cjs} +3 -3
- package/dist/__chunks/{WNVUBW6Y.cjs → RIAJV3ZH.cjs} +10 -10
- package/dist/__chunks/{YMRI7ATG.cjs → RNYDANOZ.cjs} +5 -5
- package/dist/__chunks/{RVN2ERYI.cjs → RUXLZWRZ.cjs} +7 -7
- package/dist/__chunks/{3BPWW7LW.cjs → RXQBNEFR.cjs} +11 -11
- package/dist/__chunks/{2DIA2OWL.cjs → S4JNYLMA.cjs} +12 -12
- package/dist/__chunks/{FE6DDP5I.js → TTCJEHHX.js} +3 -3
- package/dist/__chunks/{XS3MIC44.js → TTHO5EMR.js} +3 -3
- package/dist/__chunks/{GPDZDOV4.js → TWWEORFR.js} +3 -3
- package/dist/__chunks/{IVJLG32A.cjs → TYVC4QEV.cjs} +4 -4
- package/dist/__chunks/TYVC4QEV.cjs.map +1 -0
- package/dist/__chunks/{QIEUDTGM.js → UAOCIWQJ.js} +4 -4
- package/dist/__chunks/UKQIAZA5.cjs +9 -0
- package/dist/__chunks/UKQIAZA5.cjs.map +1 -0
- package/dist/__chunks/{YS6V3MU7.cjs → UON4NESK.cjs} +16 -16
- package/dist/__chunks/{HCVYWNQ6.cjs → URBKDUMU.cjs} +3 -3
- package/dist/__chunks/{U3T7HSSI.js → UVFGSHMH.js} +2 -2
- package/dist/__chunks/{KRGYHG4X.cjs → UXSGTOGU.cjs} +7 -7
- package/dist/__chunks/{MYNWWZA6.js → VU4LGL2W.js} +3 -3
- package/dist/__chunks/{MYNWWZA6.js.map → VU4LGL2W.js.map} +1 -1
- package/dist/__chunks/{MQWEXZNY.js → WFOUJAMP.js} +3 -3
- package/dist/__chunks/XSYKMCV5.js +9 -0
- package/dist/__chunks/XSYKMCV5.js.map +1 -0
- package/dist/__chunks/{QUULVD2S.js → YGON3SJ5.js} +2 -2
- package/dist/__chunks/{KPVVAIGD.js → ZQE3JK65.js} +4 -4
- package/dist/__chunks/{QIM47JXI.cjs → ZTLSSLKZ.cjs} +7 -7
- package/dist/__chunks/{2C2MKLJR.js → ZYPHFC2R.js} +3 -3
- package/dist/colors/backgroundColor.cjs +3 -3
- package/dist/colors/backgroundColor.css +321 -153
- 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 +321 -153
- 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 +321 -153
- 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 +321 -153
- package/dist/colors/textColors.css.map +1 -1
- package/dist/colors/textColors.js +2 -2
- package/dist/index.cjs +42 -42
- package/dist/index.css +321 -153
- package/dist/index.css.map +1 -1
- package/dist/index.js +41 -41
- package/package.json +3 -3
- package/dist/__chunks/4KS4YP6U.cjs +0 -37
- package/dist/__chunks/6247H47L.js +0 -9
- package/dist/__chunks/6247H47L.js.map +0 -1
- package/dist/__chunks/6N242VX5.cjs +0 -9
- package/dist/__chunks/6N242VX5.cjs.map +0 -1
- package/dist/__chunks/IVJLG32A.cjs.map +0 -1
- package/dist/__chunks/QQMWJ5UA.js +0 -9
- package/dist/__chunks/QQMWJ5UA.js.map +0 -1
- package/dist/__chunks/SJBJQ3PL.cjs +0 -9
- package/dist/__chunks/SJBJQ3PL.cjs.map +0 -1
- package/dist/__chunks/WREHUE3B.js.map +0 -1
- package/dist/__chunks/WUQOLJEH.cjs +0 -33
- /package/dist/__chunks/{YSTFPAUS.cjs.map → 24C55LXA.cjs.map} +0 -0
- /package/dist/__chunks/{4KS4YP6U.cjs.map → 2D3DOVVZ.cjs.map} +0 -0
- /package/dist/__chunks/{5UDEM3WT.js.map → 2EHOOEZ6.js.map} +0 -0
- /package/dist/__chunks/{Q3NV6ANG.js.map → 3D6LFUMA.js.map} +0 -0
- /package/dist/__chunks/{464OXX7P.cjs.map → 3RX4RMGC.cjs.map} +0 -0
- /package/dist/__chunks/{QJMP6SPK.cjs.map → 3Y6HGWJG.cjs.map} +0 -0
- /package/dist/__chunks/{6AOXQ7MY.js.map → 4EVPNC6V.js.map} +0 -0
- /package/dist/__chunks/{ZVVUIPNS.js.map → 56LMASNQ.js.map} +0 -0
- /package/dist/__chunks/{AKS2XNPN.cjs.map → 5NI7VPKS.cjs.map} +0 -0
- /package/dist/__chunks/{FZKGDXO4.cjs.map → 5NQO6SP3.cjs.map} +0 -0
- /package/dist/__chunks/{EWGPJK2F.js.map → 5S7HZU4Z.js.map} +0 -0
- /package/dist/__chunks/{V6OYVK6F.cjs.map → 6BJYZAOW.cjs.map} +0 -0
- /package/dist/__chunks/{ZSBYCAC5.cjs.map → 743ZAVMI.cjs.map} +0 -0
- /package/dist/__chunks/{DZA3TMCT.cjs.map → 7KH536I2.cjs.map} +0 -0
- /package/dist/__chunks/{IJ6QNNRJ.js.map → 7ZD4OEVD.js.map} +0 -0
- /package/dist/__chunks/{XK32RAAX.cjs.map → A3B4YKGN.cjs.map} +0 -0
- /package/dist/__chunks/{55MEPCFY.js.map → AHICHJTL.js.map} +0 -0
- /package/dist/__chunks/{H6QHP7UX.cjs.map → AUO7CEJI.cjs.map} +0 -0
- /package/dist/__chunks/{WR7PF2OP.cjs.map → AVJQ2E2G.cjs.map} +0 -0
- /package/dist/__chunks/{LRM73Q7W.js.map → AWWUKCOZ.js.map} +0 -0
- /package/dist/__chunks/{U6X47HLX.js.map → AXXUPHFX.js.map} +0 -0
- /package/dist/__chunks/{IRV2I2PN.cjs.map → B3RYP36U.cjs.map} +0 -0
- /package/dist/__chunks/{OD46XLIY.cjs.map → B6775YJ4.cjs.map} +0 -0
- /package/dist/__chunks/{36W5Z2QK.js.map → BIW5AZCF.js.map} +0 -0
- /package/dist/__chunks/{OI3PNOEK.cjs.map → BOEKV627.cjs.map} +0 -0
- /package/dist/__chunks/{HTTZSCPQ.js.map → C2HJHJQW.js.map} +0 -0
- /package/dist/__chunks/{5EC4MAGN.cjs.map → CCKTB7L5.cjs.map} +0 -0
- /package/dist/__chunks/{T22F22GU.js.map → CXENLD6O.js.map} +0 -0
- /package/dist/__chunks/{FQSEHETP.js.map → DAK5IGJK.js.map} +0 -0
- /package/dist/__chunks/{QQQ2H2H5.js.map → DXWIXSZQ.js.map} +0 -0
- /package/dist/__chunks/{L5HGMK6O.js.map → E27BHPP7.js.map} +0 -0
- /package/dist/__chunks/{I6Y47J7A.cjs.map → E3A6VFMB.cjs.map} +0 -0
- /package/dist/__chunks/{IBGEINNM.cjs.map → EHZAOGLQ.cjs.map} +0 -0
- /package/dist/__chunks/{MKMFTN6G.cjs.map → F3SUJGZL.cjs.map} +0 -0
- /package/dist/__chunks/{CVMW4LL2.js.map → FFV4E6S6.js.map} +0 -0
- /package/dist/__chunks/{ZGGBRE7T.js.map → FPROMKT3.js.map} +0 -0
- /package/dist/__chunks/{GZOJQ37Q.cjs.map → GEXK47GR.cjs.map} +0 -0
- /package/dist/__chunks/{PPXSYRSW.js.map → HVGNETJV.js.map} +0 -0
- /package/dist/__chunks/{UJFE5ANU.js.map → HXEO4QAR.js.map} +0 -0
- /package/dist/__chunks/{YWFG6EUU.js.map → IB6JZQF3.js.map} +0 -0
- /package/dist/__chunks/{6FDOUWLG.cjs.map → IHGDCH62.cjs.map} +0 -0
- /package/dist/__chunks/{6I4OHEQB.js.map → JCQUY624.js.map} +0 -0
- /package/dist/__chunks/{CPNO4BNM.cjs.map → JOTFTEBX.cjs.map} +0 -0
- /package/dist/__chunks/{6FKGSUV5.js.map → JVLEQ5LB.js.map} +0 -0
- /package/dist/__chunks/{KHGYVM4R.cjs.map → KHFG45BJ.cjs.map} +0 -0
- /package/dist/__chunks/{VJUBMJDF.js.map → KKV5SSD5.js.map} +0 -0
- /package/dist/__chunks/{7AQXNKEJ.js.map → M4W3IFMV.js.map} +0 -0
- /package/dist/__chunks/{TGOOGXC7.cjs.map → OBERZF6C.cjs.map} +0 -0
- /package/dist/__chunks/{ZV4M6HMX.js.map → OLWRIS56.js.map} +0 -0
- /package/dist/__chunks/{3B3ERYQA.js.map → OYIKKE7V.js.map} +0 -0
- /package/dist/__chunks/{E2BVSWGC.js.map → PBHAJ42K.js.map} +0 -0
- /package/dist/__chunks/{HCRDDKZM.cjs.map → PE6RT2GK.cjs.map} +0 -0
- /package/dist/__chunks/{Q2XNQJNM.cjs.map → PZEDDYBZ.cjs.map} +0 -0
- /package/dist/__chunks/{A5IA5BEW.cjs.map → QODNNCT2.cjs.map} +0 -0
- /package/dist/__chunks/{WNVUBW6Y.cjs.map → RIAJV3ZH.cjs.map} +0 -0
- /package/dist/__chunks/{YMRI7ATG.cjs.map → RNYDANOZ.cjs.map} +0 -0
- /package/dist/__chunks/{RVN2ERYI.cjs.map → RUXLZWRZ.cjs.map} +0 -0
- /package/dist/__chunks/{3BPWW7LW.cjs.map → RXQBNEFR.cjs.map} +0 -0
- /package/dist/__chunks/{2DIA2OWL.cjs.map → S4JNYLMA.cjs.map} +0 -0
- /package/dist/__chunks/{FE6DDP5I.js.map → TTCJEHHX.js.map} +0 -0
- /package/dist/__chunks/{XS3MIC44.js.map → TTHO5EMR.js.map} +0 -0
- /package/dist/__chunks/{GPDZDOV4.js.map → TWWEORFR.js.map} +0 -0
- /package/dist/__chunks/{QIEUDTGM.js.map → UAOCIWQJ.js.map} +0 -0
- /package/dist/__chunks/{YS6V3MU7.cjs.map → UON4NESK.cjs.map} +0 -0
- /package/dist/__chunks/{HCVYWNQ6.cjs.map → URBKDUMU.cjs.map} +0 -0
- /package/dist/__chunks/{U3T7HSSI.js.map → UVFGSHMH.js.map} +0 -0
- /package/dist/__chunks/{KRGYHG4X.cjs.map → UXSGTOGU.cjs.map} +0 -0
- /package/dist/__chunks/{MQWEXZNY.js.map → WFOUJAMP.js.map} +0 -0
- /package/dist/__chunks/{QUULVD2S.js.map → YGON3SJ5.js.map} +0 -0
- /package/dist/__chunks/{KPVVAIGD.js.map → ZQE3JK65.js.map} +0 -0
- /package/dist/__chunks/{QIM47JXI.cjs.map → ZTLSSLKZ.cjs.map} +0 -0
- /package/dist/__chunks/{2C2MKLJR.js.map → ZYPHFC2R.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
ModalDialog_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./3D6LFUMA.js";
|
|
5
5
|
import {
|
|
6
6
|
Dialog_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./CXENLD6O.js";
|
|
8
8
|
import {
|
|
9
9
|
layout_module_default
|
|
10
10
|
} from "./DDUJFFG7.js";
|
|
@@ -141,4 +141,4 @@ export {
|
|
|
141
141
|
AriaPopover,
|
|
142
142
|
Popover_default
|
|
143
143
|
};
|
|
144
|
-
//# sourceMappingURL=
|
|
144
|
+
//# sourceMappingURL=TTCJEHHX.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
useAvatarGroup
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./FPROMKT3.js";
|
|
5
5
|
import {
|
|
6
6
|
Box_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./IB6JZQF3.js";
|
|
8
8
|
import {
|
|
9
9
|
__spreadValues
|
|
10
10
|
} from "./UWGNJENA.js";
|
|
@@ -125,4 +125,4 @@ var Avatar_default = Avatar;
|
|
|
125
125
|
export {
|
|
126
126
|
Avatar_default
|
|
127
127
|
};
|
|
128
|
-
//# sourceMappingURL=
|
|
128
|
+
//# sourceMappingURL=TTHO5EMR.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Box_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./IB6JZQF3.js";
|
|
5
5
|
import {
|
|
6
6
|
Typography_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./DAK5IGJK.js";
|
|
8
8
|
import {
|
|
9
9
|
useIsHydrated
|
|
10
10
|
} from "./JB65NEXK.js";
|
|
@@ -95,4 +95,4 @@ var TextArea_default = TextArea;
|
|
|
95
95
|
export {
|
|
96
96
|
TextArea_default
|
|
97
97
|
};
|
|
98
|
-
//# sourceMappingURL=
|
|
98
|
+
//# sourceMappingURL=TWWEORFR.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _2XIVACBMcjs = require('./2XIVACBM.cjs');
|
|
5
5
|
|
|
6
6
|
// src/Icon/Icon.tsx
|
|
7
7
|
var _react = require('react');
|
|
@@ -13,12 +13,12 @@ var Icon_module_default = { "icon": "_icon_1vyva_1", "icon100": "_icon100_1vyva_
|
|
|
13
13
|
// src/Icon/Icon.tsx
|
|
14
14
|
var _jsxruntime = require('react/jsx-runtime');
|
|
15
15
|
var Icon = _react.forwardRef.call(void 0,
|
|
16
|
-
({ color = "
|
|
16
|
+
({ color = "gray900", path, size = 200 }, ref) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17
17
|
"svg",
|
|
18
18
|
{
|
|
19
19
|
className: _classnames2.default.call(void 0,
|
|
20
20
|
Icon_module_default.icon,
|
|
21
|
-
|
|
21
|
+
_2XIVACBMcjs.colors_module_default[`${color}Color`],
|
|
22
22
|
Icon_module_default[`icon${size}`]
|
|
23
23
|
),
|
|
24
24
|
ref,
|
|
@@ -34,4 +34,4 @@ var Icon_default = Icon;
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
exports.Icon_default = Icon_default;
|
|
37
|
-
//# sourceMappingURL=
|
|
37
|
+
//# sourceMappingURL=TYVC4QEV.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Icon/Icon.tsx","css-module:./Icon.module.css#css-module"],"names":[],"mappings":";;;;;;AAAA,SAAS,kBAAkB;AAC3B,OAAO,gBAAgB;;;ACDiE,IAAO,sBAAQ,EAAC,QAAO,iBAAgB,WAAU,oBAAmB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,YAAW,qBAAoB;;;ADuDra;AAZN,IAAM,OAAO;AAAA,EACX,CAAC,EAAE,QAAQ,WAAW,MAAM,OAAO,IAAI,GAAc,QACnD;AAAA,IAAC;AAAA;AAAA,MACC,WAAW;AAAA,QACT,oBAAO;AAAA,QACP,sBAAY,GAAG,YAAY;AAAA,QAC3B,oBAAO,OAAO,MAAM;AAAA,MACtB;AAAA,MACA;AAAA,MACA,SAAQ;AAAA,MACR,OAAM;AAAA,MAEN,8BAAC,UAAK,GAAG,MAAM;AAAA;AAAA,EACjB;AAEJ;AAEA,KAAK,cAAc;AAEnB,IAAO,eAAQ","sourcesContent":["import { forwardRef } from \"react\";\nimport classnames from \"classnames\";\nimport colorStyles from \"../colors/colors.module.css\";\nimport styles from \"./Icon.module.css\";\nimport type allColors from \"../colors/allColors\";\n\ntype IconProps = {\n /**\n * The color of the Icon.\n *\n * @defaultValue \"gray900\"\n */\n color?: (typeof allColors)[number];\n /**\n * The size of the Icon.\n * * 100: 16px x 16px\n * * 200: 20px x 20px\n * * 300: 24px x 24px\n * * 400: 28px x 28px\n * * 500: 48px x 48px\n * * 600: 72px x 72px\n * * 700: 100px x 100px\n * * 800: 140px x 140px\n * * 900: 200px x 200px\n * * 1000: 280px x 280px\n *\n * @defaultValue 200\n */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;\n /**\n * The svg path of the icon. You should not use this prop directly, instead use the specific icon components.\n */\n path?: string;\n};\n\n/**\n * [Icon](http://localhost:6006/?path=/docs/icons-icons--docs) is the base component that renders an icon.\n * You shouldn't use this component directly, instead use the specific icon components.\n * @example\n * `import Book from \"@cambly/syntax-icons/Book\";`\n *\n * You can click on the icon to copy the import statement!\n */\nconst Icon = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"gray900\", path, size = 200 }: IconProps, ref) => (\n <svg\n className={classnames(\n styles.icon,\n colorStyles[`${color}Color`],\n styles[`icon${size}`],\n )}\n ref={ref}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d={path} />\n </svg>\n ),\n);\n\nIcon.displayName = \"Icon\";\n\nexport default Icon;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Icon/Icon.module.css\"; export default {\"icon\":\"_icon_1vyva_1\",\"icon100\":\"_icon100_1vyva_8\",\"icon200\":\"_icon200_1vyva_13\",\"icon300\":\"_icon300_1vyva_18\",\"icon400\":\"_icon400_1vyva_23\",\"icon500\":\"_icon500_1vyva_28\",\"icon600\":\"_icon600_1vyva_33\",\"icon700\":\"_icon700_1vyva_38\",\"icon800\":\"_icon800_1vyva_43\",\"icon900\":\"_icon900_1vyva_48\",\"icon1000\":\"_icon1000_1vyva_53\"}"]}
|
|
@@ -3,19 +3,19 @@ import {
|
|
|
3
3
|
ColorBaseDestructive700,
|
|
4
4
|
ColorBaseGray700,
|
|
5
5
|
ColorCambioWhite100
|
|
6
|
-
} from "./
|
|
6
|
+
} from "./GHOEHIVB.js";
|
|
7
7
|
import {
|
|
8
8
|
Focus_module_default
|
|
9
9
|
} from "./KKADUD65.js";
|
|
10
10
|
import {
|
|
11
11
|
Box_default
|
|
12
|
-
} from "./
|
|
12
|
+
} from "./IB6JZQF3.js";
|
|
13
13
|
import {
|
|
14
14
|
SelectOption_default
|
|
15
15
|
} from "./SPQ7DQHG.js";
|
|
16
16
|
import {
|
|
17
17
|
Typography_default
|
|
18
|
-
} from "./
|
|
18
|
+
} from "./DAK5IGJK.js";
|
|
19
19
|
import {
|
|
20
20
|
useIsHydrated
|
|
21
21
|
} from "./JB65NEXK.js";
|
|
@@ -148,4 +148,4 @@ SelectList.Option = SelectOption_default;
|
|
|
148
148
|
export {
|
|
149
149
|
SelectList
|
|
150
150
|
};
|
|
151
|
-
//# sourceMappingURL=
|
|
151
|
+
//# sourceMappingURL=UAOCIWQJ.js.map
|
|
@@ -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_15hp2_2", "destructive700Color": "_destructive700Color_15hp2_6", "gray700Color": "_gray700Color_15hp2_10", "gray900Color": "_gray900Color_15hp2_14", "primary700Color": "_primary700Color_15hp2_18", "success700Color": "_success700Color_15hp2_22", "whiteColor": "_whiteColor_15hp2_26", "blackColor": "_blackColor_15hp2_30", "destructive100Color": "_destructive100Color_15hp2_34", "destructive200Color": "_destructive200Color_15hp2_38", "destructive300Color": "_destructive300Color_15hp2_42", "destructive800Color": "_destructive800Color_15hp2_46", "destructive900Color": "_destructive900Color_15hp2_50", "gray10Color": "_gray10Color_15hp2_54", "gray30Color": "_gray30Color_15hp2_58", "gray60Color": "_gray60Color_15hp2_62", "gray80Color": "_gray80Color_15hp2_66", "gray100Color": "_gray100Color_15hp2_70", "gray200Color": "_gray200Color_15hp2_74", "gray300Color": "_gray300Color_15hp2_78", "gray800Color": "_gray800Color_15hp2_82", "orange100Color": "_orange100Color_15hp2_86", "orange200Color": "_orange200Color_15hp2_90", "orange300Color": "_orange300Color_15hp2_94", "orange700Color": "_orange700Color_15hp2_98", "orange800Color": "_orange800Color_15hp2_102", "orange900Color": "_orange900Color_15hp2_106", "primary100Color": "_primary100Color_15hp2_110", "primary200Color": "_primary200Color_15hp2_114", "primary300Color": "_primary300Color_15hp2_118", "primary800Color": "_primary800Color_15hp2_122", "primary900Color": "_primary900Color_15hp2_126", "success100Color": "_success100Color_15hp2_130", "success200Color": "_success200Color_15hp2_134", "success300Color": "_success300Color_15hp2_138", "success800Color": "_success800Color_15hp2_142", "success900Color": "_success900Color_15hp2_146", "purple100Color": "_purple100Color_15hp2_150", "purple200Color": "_purple200Color_15hp2_154", "purple300Color": "_purple300Color_15hp2_158", "purple700Color": "_purple700Color_15hp2_162", "purple800Color": "_purple800Color_15hp2_166", "purple900Color": "_purple900Color_15hp2_170", "yellow100Color": "_yellow100Color_15hp2_174", "yellow200Color": "_yellow200Color_15hp2_178", "yellow300Color": "_yellow300Color_15hp2_182", "yellow700Color": "_yellow700Color_15hp2_186", "yellow800Color": "_yellow800Color_15hp2_190", "yellow900Color": "_yellow900Color_15hp2_194", "noBorder": "_noBorder_15hp2_199", "blackBorderColor": "_blackBorderColor_15hp2_203", "whiteBorderColor": "_whiteBorderColor_15hp2_207", "success770BorderColor": "_success770BorderColor_15hp2_211", "destructive770BorderColor": "_destructive770BorderColor_15hp2_215", "gray370BorderColor": "_gray370BorderColor_15hp2_219", "success370BorderColor": "_success370BorderColor_15hp2_223", "destructive370BorderColor": "_destructive370BorderColor_15hp2_227", "cambioGray870BorderColor": "_cambioGray870BorderColor_15hp2_231", "blackBackgroundColor": "_blackBackgroundColor_15hp2_237", "destructive100BackgroundColor": "_destructive100BackgroundColor_15hp2_241", "destructive200BackgroundColor": "_destructive200BackgroundColor_15hp2_245", "destructive300BackgroundColor": "_destructive300BackgroundColor_15hp2_249", "destructive700BackgroundColor": "_destructive700BackgroundColor_15hp2_253", "destructive800BackgroundColor": "_destructive800BackgroundColor_15hp2_257", "destructive900BackgroundColor": "_destructive900BackgroundColor_15hp2_261", "gray10BackgroundColor": "_gray10BackgroundColor_15hp2_265", "gray30BackgroundColor": "_gray30BackgroundColor_15hp2_269", "gray60BackgroundColor": "_gray60BackgroundColor_15hp2_273", "gray80BackgroundColor": "_gray80BackgroundColor_15hp2_277", "gray100BackgroundColor": "_gray100BackgroundColor_15hp2_281", "gray200BackgroundColor": "_gray200BackgroundColor_15hp2_285", "gray300BackgroundColor": "_gray300BackgroundColor_15hp2_289", "gray700BackgroundColor": "_gray700BackgroundColor_15hp2_293", "gray800BackgroundColor": "_gray800BackgroundColor_15hp2_297", "gray900BackgroundColor": "_gray900BackgroundColor_15hp2_301", "orange100BackgroundColor": "_orange100BackgroundColor_15hp2_305", "orange200BackgroundColor": "_orange200BackgroundColor_15hp2_309", "orange300BackgroundColor": "_orange300BackgroundColor_15hp2_313", "orange700BackgroundColor": "_orange700BackgroundColor_15hp2_317", "orange800BackgroundColor": "_orange800BackgroundColor_15hp2_321", "orange900BackgroundColor": "_orange900BackgroundColor_15hp2_325", "primary100BackgroundColor": "_primary100BackgroundColor_15hp2_329", "primary200BackgroundColor": "_primary200BackgroundColor_15hp2_333", "primary300BackgroundColor": "_primary300BackgroundColor_15hp2_337", "primary700BackgroundColor": "_primary700BackgroundColor_15hp2_341", "primary800BackgroundColor": "_primary800BackgroundColor_15hp2_345", "primary900BackgroundColor": "_primary900BackgroundColor_15hp2_349", "success100BackgroundColor": "_success100BackgroundColor_15hp2_353", "success200BackgroundColor": "_success200BackgroundColor_15hp2_357", "success300BackgroundColor": "_success300BackgroundColor_15hp2_361", "success700BackgroundColor": "_success700BackgroundColor_15hp2_365", "success800BackgroundColor": "_success800BackgroundColor_15hp2_369", "success900BackgroundColor": "_success900BackgroundColor_15hp2_373", "purple100BackgroundColor": "_purple100BackgroundColor_15hp2_377", "purple200BackgroundColor": "_purple200BackgroundColor_15hp2_381", "purple300BackgroundColor": "_purple300BackgroundColor_15hp2_385", "purple700BackgroundColor": "_purple700BackgroundColor_15hp2_389", "purple800BackgroundColor": "_purple800BackgroundColor_15hp2_393", "purple900BackgroundColor": "_purple900BackgroundColor_15hp2_397", "whiteBackgroundColor": "_whiteBackgroundColor_15hp2_401", "yellow100BackgroundColor": "_yellow100BackgroundColor_15hp2_405", "yellow200BackgroundColor": "_yellow200BackgroundColor_15hp2_409", "yellow300BackgroundColor": "_yellow300BackgroundColor_15hp2_413", "yellow700BackgroundColor": "_yellow700BackgroundColor_15hp2_417", "yellow800BackgroundColor": "_yellow800BackgroundColor_15hp2_421", "yellow900BackgroundColor": "_yellow900BackgroundColor_15hp2_425", "cambioBlackColor": "_cambioBlackColor_15hp2_430", "cambioWhiteColor": "_cambioWhiteColor_15hp2_434", "cambioWhite40Color": "_cambioWhite40Color_15hp2_438", "cambioWhite70Color": "_cambioWhite70Color_15hp2_442", "cambioGray100Color": "_cambioGray100Color_15hp2_446", "cambioGray200Color": "_cambioGray200Color_15hp2_450", "cambioGray300Color": "_cambioGray300Color_15hp2_454", "cambioGray370Color": "_cambioGray370Color_15hp2_458", "cambioGray700Color": "_cambioGray700Color_15hp2_462", "cambioGray800Color": "_cambioGray800Color_15hp2_466", "cambioGray870Color": "_cambioGray870Color_15hp2_470", "cambioGray900Color": "_cambioGray900Color_15hp2_474", "cambioDestructive100Color": "_cambioDestructive100Color_15hp2_478", "cambioDestructive300Color": "_cambioDestructive300Color_15hp2_482", "cambioDestructive370Color": "_cambioDestructive370Color_15hp2_486", "cambioDestructive700Color": "_cambioDestructive700Color_15hp2_490", "cambioDestructive770Color": "_cambioDestructive770Color_15hp2_494", "cambioDestructive900Color": "_cambioDestructive900Color_15hp2_498", "cambioSuccess100Color": "_cambioSuccess100Color_15hp2_502", "cambioSuccess300Color": "_cambioSuccess300Color_15hp2_506", "cambioSuccess370Color": "_cambioSuccess370Color_15hp2_510", "cambioSuccess700Color": "_cambioSuccess700Color_15hp2_514", "cambioSuccess770Color": "_cambioSuccess770Color_15hp2_518", "cambioSuccess900Color": "_cambioSuccess900Color_15hp2_522", "cambioRedColor": "_cambioRedColor_15hp2_526", "cambioOrangeColor": "_cambioOrangeColor_15hp2_530", "cambioTanColor": "_cambioTanColor_15hp2_534", "cambioCreamColor": "_cambioCreamColor_15hp2_538", "cambioPurpleColor": "_cambioPurpleColor_15hp2_542", "cambioLilacColor": "_cambioLilacColor_15hp2_546", "cambioThistleColor": "_cambioThistleColor_15hp2_550", "cambioPinkColor": "_cambioPinkColor_15hp2_554", "cambioNavyColor": "_cambioNavyColor_15hp2_558", "cambioTealColor": "_cambioTealColor_15hp2_562", "cambioSlateColor": "_cambioSlateColor_15hp2_566", "cambioSkyColor": "_cambioSkyColor_15hp2_570", "cambioYellow700Color": "_cambioYellow700Color_15hp2_574", "gray370Color": "_gray370Color_15hp2_578", "gray870Color": "_gray870Color_15hp2_582", "redColor": "_redColor_15hp2_586", "orangeColor": "_orangeColor_15hp2_590", "tanColor": "_tanColor_15hp2_594", "creamColor": "_creamColor_15hp2_598", "purpleColor": "_purpleColor_15hp2_602", "lilacColor": "_lilacColor_15hp2_606", "thistleColor": "_thistleColor_15hp2_610", "pinkColor": "_pinkColor_15hp2_614", "navyColor": "_navyColor_15hp2_618", "tealColor": "_tealColor_15hp2_622", "slateColor": "_slateColor_15hp2_626", "skyColor": "_skyColor_15hp2_630", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_15hp2_634", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_15hp2_638", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_15hp2_642", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_15hp2_646", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_15hp2_650", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_15hp2_654", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_15hp2_658", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_15hp2_662", "gray370BackgroundColor": "_gray370BackgroundColor_15hp2_666", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_15hp2_670", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_15hp2_674", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_15hp2_678", "gray870BackgroundColor": "_gray870BackgroundColor_15hp2_682", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_15hp2_686", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_15hp2_690", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_15hp2_694", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_15hp2_698", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_15hp2_702", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_15hp2_706", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_15hp2_710", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_15hp2_714", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_15hp2_718", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_15hp2_722", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_15hp2_726", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_15hp2_730", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_15hp2_734", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_15hp2_738", "redBackgroundColor": "_redBackgroundColor_15hp2_742", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_15hp2_746", "orangeBackgroundColor": "_orangeBackgroundColor_15hp2_750", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_15hp2_754", "tanBackgroundColor": "_tanBackgroundColor_15hp2_758", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_15hp2_762", "creamBackgroundColor": "_creamBackgroundColor_15hp2_766", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_15hp2_770", "purpleBackgroundColor": "_purpleBackgroundColor_15hp2_774", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_15hp2_778", "lilacBackgroundColor": "_lilacBackgroundColor_15hp2_782", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_15hp2_786", "thistleBackgroundColor": "_thistleBackgroundColor_15hp2_790", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_15hp2_794", "pinkBackgroundColor": "_pinkBackgroundColor_15hp2_798", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_15hp2_802", "navyBackgroundColor": "_navyBackgroundColor_15hp2_806", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_15hp2_810", "tealBackgroundColor": "_tealBackgroundColor_15hp2_814", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_15hp2_818", "slateBackgroundColor": "_slateBackgroundColor_15hp2_822", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_15hp2_826", "skyBackgroundColor": "_skyBackgroundColor_15hp2_830", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_15hp2_834", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_15hp2_838" };
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.colors_module_default = colors_module_default;
|
|
9
|
+
//# sourceMappingURL=UKQIAZA5.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_15hp2_2\",\"destructive700Color\":\"_destructive700Color_15hp2_6\",\"gray700Color\":\"_gray700Color_15hp2_10\",\"gray900Color\":\"_gray900Color_15hp2_14\",\"primary700Color\":\"_primary700Color_15hp2_18\",\"success700Color\":\"_success700Color_15hp2_22\",\"whiteColor\":\"_whiteColor_15hp2_26\",\"blackColor\":\"_blackColor_15hp2_30\",\"destructive100Color\":\"_destructive100Color_15hp2_34\",\"destructive200Color\":\"_destructive200Color_15hp2_38\",\"destructive300Color\":\"_destructive300Color_15hp2_42\",\"destructive800Color\":\"_destructive800Color_15hp2_46\",\"destructive900Color\":\"_destructive900Color_15hp2_50\",\"gray10Color\":\"_gray10Color_15hp2_54\",\"gray30Color\":\"_gray30Color_15hp2_58\",\"gray60Color\":\"_gray60Color_15hp2_62\",\"gray80Color\":\"_gray80Color_15hp2_66\",\"gray100Color\":\"_gray100Color_15hp2_70\",\"gray200Color\":\"_gray200Color_15hp2_74\",\"gray300Color\":\"_gray300Color_15hp2_78\",\"gray800Color\":\"_gray800Color_15hp2_82\",\"orange100Color\":\"_orange100Color_15hp2_86\",\"orange200Color\":\"_orange200Color_15hp2_90\",\"orange300Color\":\"_orange300Color_15hp2_94\",\"orange700Color\":\"_orange700Color_15hp2_98\",\"orange800Color\":\"_orange800Color_15hp2_102\",\"orange900Color\":\"_orange900Color_15hp2_106\",\"primary100Color\":\"_primary100Color_15hp2_110\",\"primary200Color\":\"_primary200Color_15hp2_114\",\"primary300Color\":\"_primary300Color_15hp2_118\",\"primary800Color\":\"_primary800Color_15hp2_122\",\"primary900Color\":\"_primary900Color_15hp2_126\",\"success100Color\":\"_success100Color_15hp2_130\",\"success200Color\":\"_success200Color_15hp2_134\",\"success300Color\":\"_success300Color_15hp2_138\",\"success800Color\":\"_success800Color_15hp2_142\",\"success900Color\":\"_success900Color_15hp2_146\",\"purple100Color\":\"_purple100Color_15hp2_150\",\"purple200Color\":\"_purple200Color_15hp2_154\",\"purple300Color\":\"_purple300Color_15hp2_158\",\"purple700Color\":\"_purple700Color_15hp2_162\",\"purple800Color\":\"_purple800Color_15hp2_166\",\"purple900Color\":\"_purple900Color_15hp2_170\",\"yellow100Color\":\"_yellow100Color_15hp2_174\",\"yellow200Color\":\"_yellow200Color_15hp2_178\",\"yellow300Color\":\"_yellow300Color_15hp2_182\",\"yellow700Color\":\"_yellow700Color_15hp2_186\",\"yellow800Color\":\"_yellow800Color_15hp2_190\",\"yellow900Color\":\"_yellow900Color_15hp2_194\",\"noBorder\":\"_noBorder_15hp2_199\",\"blackBorderColor\":\"_blackBorderColor_15hp2_203\",\"whiteBorderColor\":\"_whiteBorderColor_15hp2_207\",\"success770BorderColor\":\"_success770BorderColor_15hp2_211\",\"destructive770BorderColor\":\"_destructive770BorderColor_15hp2_215\",\"gray370BorderColor\":\"_gray370BorderColor_15hp2_219\",\"success370BorderColor\":\"_success370BorderColor_15hp2_223\",\"destructive370BorderColor\":\"_destructive370BorderColor_15hp2_227\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_15hp2_231\",\"blackBackgroundColor\":\"_blackBackgroundColor_15hp2_237\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_15hp2_241\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_15hp2_245\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_15hp2_249\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_15hp2_253\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_15hp2_257\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_15hp2_261\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_15hp2_265\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_15hp2_269\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_15hp2_273\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_15hp2_277\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_15hp2_281\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_15hp2_285\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_15hp2_289\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_15hp2_293\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_15hp2_297\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_15hp2_301\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_15hp2_305\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_15hp2_309\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_15hp2_313\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_15hp2_317\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_15hp2_321\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_15hp2_325\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_15hp2_329\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_15hp2_333\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_15hp2_337\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_15hp2_341\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_15hp2_345\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_15hp2_349\",\"success100BackgroundColor\":\"_success100BackgroundColor_15hp2_353\",\"success200BackgroundColor\":\"_success200BackgroundColor_15hp2_357\",\"success300BackgroundColor\":\"_success300BackgroundColor_15hp2_361\",\"success700BackgroundColor\":\"_success700BackgroundColor_15hp2_365\",\"success800BackgroundColor\":\"_success800BackgroundColor_15hp2_369\",\"success900BackgroundColor\":\"_success900BackgroundColor_15hp2_373\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_15hp2_377\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_15hp2_381\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_15hp2_385\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_15hp2_389\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_15hp2_393\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_15hp2_397\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_15hp2_401\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_15hp2_405\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_15hp2_409\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_15hp2_413\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_15hp2_417\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_15hp2_421\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_15hp2_425\",\"cambioBlackColor\":\"_cambioBlackColor_15hp2_430\",\"cambioWhiteColor\":\"_cambioWhiteColor_15hp2_434\",\"cambioWhite40Color\":\"_cambioWhite40Color_15hp2_438\",\"cambioWhite70Color\":\"_cambioWhite70Color_15hp2_442\",\"cambioGray100Color\":\"_cambioGray100Color_15hp2_446\",\"cambioGray200Color\":\"_cambioGray200Color_15hp2_450\",\"cambioGray300Color\":\"_cambioGray300Color_15hp2_454\",\"cambioGray370Color\":\"_cambioGray370Color_15hp2_458\",\"cambioGray700Color\":\"_cambioGray700Color_15hp2_462\",\"cambioGray800Color\":\"_cambioGray800Color_15hp2_466\",\"cambioGray870Color\":\"_cambioGray870Color_15hp2_470\",\"cambioGray900Color\":\"_cambioGray900Color_15hp2_474\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_15hp2_478\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_15hp2_482\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_15hp2_486\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_15hp2_490\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_15hp2_494\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_15hp2_498\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_15hp2_502\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_15hp2_506\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_15hp2_510\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_15hp2_514\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_15hp2_518\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_15hp2_522\",\"cambioRedColor\":\"_cambioRedColor_15hp2_526\",\"cambioOrangeColor\":\"_cambioOrangeColor_15hp2_530\",\"cambioTanColor\":\"_cambioTanColor_15hp2_534\",\"cambioCreamColor\":\"_cambioCreamColor_15hp2_538\",\"cambioPurpleColor\":\"_cambioPurpleColor_15hp2_542\",\"cambioLilacColor\":\"_cambioLilacColor_15hp2_546\",\"cambioThistleColor\":\"_cambioThistleColor_15hp2_550\",\"cambioPinkColor\":\"_cambioPinkColor_15hp2_554\",\"cambioNavyColor\":\"_cambioNavyColor_15hp2_558\",\"cambioTealColor\":\"_cambioTealColor_15hp2_562\",\"cambioSlateColor\":\"_cambioSlateColor_15hp2_566\",\"cambioSkyColor\":\"_cambioSkyColor_15hp2_570\",\"cambioYellow700Color\":\"_cambioYellow700Color_15hp2_574\",\"gray370Color\":\"_gray370Color_15hp2_578\",\"gray870Color\":\"_gray870Color_15hp2_582\",\"redColor\":\"_redColor_15hp2_586\",\"orangeColor\":\"_orangeColor_15hp2_590\",\"tanColor\":\"_tanColor_15hp2_594\",\"creamColor\":\"_creamColor_15hp2_598\",\"purpleColor\":\"_purpleColor_15hp2_602\",\"lilacColor\":\"_lilacColor_15hp2_606\",\"thistleColor\":\"_thistleColor_15hp2_610\",\"pinkColor\":\"_pinkColor_15hp2_614\",\"navyColor\":\"_navyColor_15hp2_618\",\"tealColor\":\"_tealColor_15hp2_622\",\"slateColor\":\"_slateColor_15hp2_626\",\"skyColor\":\"_skyColor_15hp2_630\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_15hp2_634\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_15hp2_638\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_15hp2_642\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_15hp2_646\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_15hp2_650\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_15hp2_654\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_15hp2_658\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_15hp2_662\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_15hp2_666\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_15hp2_670\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_15hp2_674\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_15hp2_678\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_15hp2_682\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_15hp2_686\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_15hp2_690\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_15hp2_694\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_15hp2_698\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_15hp2_702\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_15hp2_706\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_15hp2_710\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_15hp2_714\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_15hp2_718\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_15hp2_722\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_15hp2_726\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_15hp2_730\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_15hp2_734\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_15hp2_738\",\"redBackgroundColor\":\"_redBackgroundColor_15hp2_742\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_15hp2_746\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_15hp2_750\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_15hp2_754\",\"tanBackgroundColor\":\"_tanBackgroundColor_15hp2_758\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_15hp2_762\",\"creamBackgroundColor\":\"_creamBackgroundColor_15hp2_766\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_15hp2_770\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_15hp2_774\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_15hp2_778\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_15hp2_782\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_15hp2_786\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_15hp2_790\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_15hp2_794\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_15hp2_798\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_15hp2_802\",\"navyBackgroundColor\":\"_navyBackgroundColor_15hp2_806\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_15hp2_810\",\"tealBackgroundColor\":\"_tealBackgroundColor_15hp2_814\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_15hp2_818\",\"slateBackgroundColor\":\"_slateBackgroundColor_15hp2_822\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_15hp2_826\",\"skyBackgroundColor\":\"_skyBackgroundColor_15hp2_830\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_15hp2_834\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_15hp2_838\"}"]}
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
var _C5XPZTFOcjs = require('./C5XPZTFO.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _RIAJV3ZHcjs = require('./RIAJV3ZH.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _A3B4YKGNcjs = require('./A3B4YKGN.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _EHZAOGLQcjs = require('./EHZAOGLQ.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _743ZAVMIcjs = require('./743ZAVMI.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _URBKDUMUcjs = require('./URBKDUMU.cjs');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _RYUXG4AScjs = require('./RYUXG4AS.cjs');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _QODNNCT2cjs = require('./QODNNCT2.cjs');
|
|
27
27
|
|
|
28
28
|
// src/RichSelect/RichSelectBox.tsx
|
|
29
29
|
|
|
@@ -125,7 +125,7 @@ var RichSelectBox = _react.forwardRef.call(void 0,
|
|
|
125
125
|
});
|
|
126
126
|
}, []);
|
|
127
127
|
const { autoFocus } = _react.useContext.call(void 0, RichSelectBoxContext);
|
|
128
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItemContext.Provider, { value: { disableKey }, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
128
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItemContext.Provider, { value: { disableKey }, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _QODNNCT2cjs.Box_default, { children: [
|
|
129
129
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
130
130
|
_reactariacomponents.ListBox,
|
|
131
131
|
{
|
|
@@ -144,7 +144,7 @@ var RichSelectBox = _react.forwardRef.call(void 0,
|
|
|
144
144
|
}
|
|
145
145
|
),
|
|
146
146
|
!autosave && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
147
|
-
|
|
147
|
+
_QODNNCT2cjs.Box_default,
|
|
148
148
|
{
|
|
149
149
|
backgroundColor: "white",
|
|
150
150
|
display: "flex",
|
|
@@ -159,9 +159,9 @@ var RichSelectBox = _react.forwardRef.call(void 0,
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
children: [
|
|
162
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
162
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { flex: "grow", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A3B4YKGNcjs.Divider, {}) }),
|
|
163
163
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
164
|
-
|
|
164
|
+
_QODNNCT2cjs.Box_default,
|
|
165
165
|
{
|
|
166
166
|
paddingY: 5,
|
|
167
167
|
marginTop: -5,
|
|
@@ -169,7 +169,7 @@ var RichSelectBox = _react.forwardRef.call(void 0,
|
|
|
169
169
|
justifyContent: "end",
|
|
170
170
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _C5XPZTFOcjs.ButtonGroup_default, { orientation: "horizontal", children: [
|
|
171
171
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
172
|
-
|
|
172
|
+
_RIAJV3ZHcjs.Button_default,
|
|
173
173
|
{
|
|
174
174
|
onClick: clearChanges,
|
|
175
175
|
color: "secondary",
|
|
@@ -179,7 +179,7 @@ var RichSelectBox = _react.forwardRef.call(void 0,
|
|
|
179
179
|
}
|
|
180
180
|
),
|
|
181
181
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
182
|
-
|
|
182
|
+
_RIAJV3ZHcjs.Button_default,
|
|
183
183
|
{
|
|
184
184
|
onClick: saveChanges,
|
|
185
185
|
text: primaryButtonText,
|
|
@@ -198,9 +198,9 @@ var RichSelectBox = _react.forwardRef.call(void 0,
|
|
|
198
198
|
}
|
|
199
199
|
);
|
|
200
200
|
var RichSelectBox_default = Object.assign(RichSelectBox, {
|
|
201
|
-
Section:
|
|
202
|
-
Chip:
|
|
203
|
-
RadioButton:
|
|
201
|
+
Section: _EHZAOGLQcjs.RichSelectSection_default,
|
|
202
|
+
Chip: _URBKDUMUcjs.RichSelectChip_default,
|
|
203
|
+
RadioButton: _743ZAVMIcjs.RichSelectRadioButton_default
|
|
204
204
|
});
|
|
205
205
|
|
|
206
206
|
|
|
@@ -208,4 +208,4 @@ var RichSelectBox_default = Object.assign(RichSelectBox, {
|
|
|
208
208
|
|
|
209
209
|
|
|
210
210
|
exports.convertSelection = convertSelection; exports.RichSelectBoxContext = RichSelectBoxContext; exports.RichSelectBox_default = RichSelectBox_default;
|
|
211
|
-
//# sourceMappingURL=
|
|
211
|
+
//# sourceMappingURL=UON4NESK.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _IHGDCH62cjs = require('./IHGDCH62.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _RYUXG4AScjs = require('./RYUXG4AS.cjs');
|
|
@@ -16,7 +16,7 @@ var _jsxruntime = require('react/jsx-runtime');
|
|
|
16
16
|
var RichSelectChip_default = _react.forwardRef.call(void 0,
|
|
17
17
|
function RichSelectChip(props, ref) {
|
|
18
18
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItem_default, _X2SDR4SDcjs.__spreadProps.call(void 0, _X2SDR4SDcjs.__spreadValues.call(void 0, {}, props), { ref, children: ({ isSelected, isFocusVisible, isDisabled }) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19
|
-
|
|
19
|
+
_IHGDCH62cjs.Chip_default,
|
|
20
20
|
{
|
|
21
21
|
text: props.label,
|
|
22
22
|
selected: isSelected,
|
|
@@ -31,4 +31,4 @@ var RichSelectChip_default = _react.forwardRef.call(void 0,
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
exports.RichSelectChip_default = RichSelectChip_default;
|
|
34
|
-
//# sourceMappingURL=
|
|
34
|
+
//# sourceMappingURL=URBKDUMU.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Box_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./IB6JZQF3.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=UVFGSHMH.js.map
|
|
@@ -10,10 +10,10 @@ var _IL22HCBFcjs = require('./IL22HCBF.cjs');
|
|
|
10
10
|
var _CHDS4D44cjs = require('./CHDS4D44.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _5NQO6SP3cjs = require('./5NQO6SP3.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _2XIVACBMcjs = require('./2XIVACBM.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _LLFHCGRAcjs = require('./LLFHCGRA.cjs');
|
|
@@ -60,7 +60,7 @@ function TooltipArrow(props) {
|
|
|
60
60
|
className: _classnames2.default.call(void 0, [
|
|
61
61
|
_IL22HCBFcjs.Box_module_default.block,
|
|
62
62
|
Tooltip_module_default[`arrowPlacement${placement}`],
|
|
63
|
-
on === "lightBackground" ?
|
|
63
|
+
on === "lightBackground" ? _2XIVACBMcjs.colors_module_default.cambioBlackColor : _2XIVACBMcjs.colors_module_default.cambioWhiteColor
|
|
64
64
|
]),
|
|
65
65
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
66
66
|
"svg",
|
|
@@ -81,8 +81,8 @@ var AriaTooltip = _react.forwardRef.call(void 0, function AriaTooltip2(_a, ref)
|
|
|
81
81
|
var _b = _a, { children: childrenProp, onChangeContentVisibility, on } = _b, otherProps = _X2SDR4SDcjs.__objRest.call(void 0, _b, ["children", "onChangeContentVisibility", "on"]);
|
|
82
82
|
const className = _classnames2.default.call(void 0, [
|
|
83
83
|
_IL22HCBFcjs.Box_module_default.box,
|
|
84
|
-
|
|
85
|
-
on === "lightBackground" ?
|
|
84
|
+
_2XIVACBMcjs.colors_module_default.gray900Color,
|
|
85
|
+
on === "lightBackground" ? _2XIVACBMcjs.colors_module_default.cambioBlackBackgroundColor : _2XIVACBMcjs.colors_module_default.cambioWhiteBackgroundColor,
|
|
86
86
|
_PLUVW6AMcjs.padding_module_default.paddingX2,
|
|
87
87
|
_PLUVW6AMcjs.padding_module_default.paddingY2,
|
|
88
88
|
_CHDS4D44cjs.rounding_module_default.roundingsm,
|
|
@@ -104,7 +104,7 @@ var AriaTooltip = _react.forwardRef.call(void 0, function AriaTooltip2(_a, ref)
|
|
|
104
104
|
childrenProp,
|
|
105
105
|
(children, { isEntering, isExiting }) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
106
106
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, TooltipArrow, { on }),
|
|
107
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
107
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _5NQO6SP3cjs.Typography_default, { size: 100, color: "white", children }),
|
|
108
108
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
109
109
|
_E5P6WRJDcjs.OverlayVisibility,
|
|
110
110
|
{
|
|
@@ -166,4 +166,4 @@ var Tooltip_default = Tooltip;
|
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
exports.AriaTooltip = AriaTooltip; exports.Tooltip_default = Tooltip_default;
|
|
169
|
-
//# sourceMappingURL=
|
|
169
|
+
//# sourceMappingURL=UXSGTOGU.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
colors_module_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./XSYKMCV5.js";
|
|
5
5
|
|
|
6
6
|
// src/colors/textColors.ts
|
|
7
7
|
function textColor(color) {
|
|
@@ -19,7 +19,7 @@ function textColor(color) {
|
|
|
19
19
|
case "destructive-darkBackground":
|
|
20
20
|
return colors_module_default.cambioDestructive700Color;
|
|
21
21
|
case "success":
|
|
22
|
-
return colors_module_default.
|
|
22
|
+
return colors_module_default.cambioSuccess700Color;
|
|
23
23
|
case "success-darkBackground":
|
|
24
24
|
return colors_module_default.cambioSuccess100Color;
|
|
25
25
|
default:
|
|
@@ -30,4 +30,4 @@ function textColor(color) {
|
|
|
30
30
|
export {
|
|
31
31
|
textColor
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=
|
|
33
|
+
//# sourceMappingURL=VU4LGL2W.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/colors/textColors.ts"],"sourcesContent":["import colorStyles from \"../colors/colors.module.css\";\n\nexport default function textColor(\n color:\n | \"gray900\"\n | \"gray700\"\n | \"primary\"\n | \"destructive-primary\"\n | \"destructive-darkBackground\"\n | \"success\"\n | \"success-darkBackground\"\n | \"white\"\n | \"white-secondary\"\n | \"inherit\",\n): string {\n switch (color) {\n case \"gray700\":\n return colorStyles.cambioGray800Color;\n case \"white\":\n return colorStyles.cambioWhiteColor;\n case \"white-secondary\":\n return colorStyles.cambioWhite70Color;\n case \"inherit\":\n return colorStyles.inheritColor;\n case \"destructive-primary\":\n return colorStyles.cambioDestructive900Color;\n case \"destructive-darkBackground\":\n return colorStyles.cambioDestructive700Color;\n case \"success\":\n return colorStyles.
|
|
1
|
+
{"version":3,"sources":["../../src/colors/textColors.ts"],"sourcesContent":["import colorStyles from \"../colors/colors.module.css\";\n\nexport default function textColor(\n color:\n | \"gray900\"\n | \"gray700\"\n | \"primary\"\n | \"destructive-primary\"\n | \"destructive-darkBackground\"\n | \"success\"\n | \"success-darkBackground\"\n | \"white\"\n | \"white-secondary\"\n | \"inherit\",\n): string {\n switch (color) {\n case \"gray700\":\n return colorStyles.cambioGray800Color;\n case \"white\":\n return colorStyles.cambioWhiteColor;\n case \"white-secondary\":\n return colorStyles.cambioWhite70Color;\n case \"inherit\":\n return colorStyles.inheritColor;\n case \"destructive-primary\":\n return colorStyles.cambioDestructive900Color;\n case \"destructive-darkBackground\":\n return colorStyles.cambioDestructive700Color;\n case \"success\":\n return colorStyles.cambioSuccess700Color;\n case \"success-darkBackground\":\n return colorStyles.cambioSuccess100Color;\n // primary / gray900\n default:\n return colorStyles.cambioBlackColor;\n }\n}\n"],"mappings":";;;;;;AAEe,SAAR,UACL,OAWQ;AACR,UAAQ,OAAO;AAAA,IACb,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IAErB;AACE,aAAO,sBAAY;AAAA,EACvB;AACF;","names":[]}
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./KKADUD65.js";
|
|
5
5
|
import {
|
|
6
6
|
Typography_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./DAK5IGJK.js";
|
|
8
8
|
import {
|
|
9
9
|
colors_module_default
|
|
10
|
-
} from "./
|
|
10
|
+
} from "./XSYKMCV5.js";
|
|
11
11
|
import {
|
|
12
12
|
useIsHydrated
|
|
13
13
|
} from "./JB65NEXK.js";
|
|
@@ -116,4 +116,4 @@ var Checkbox_default = Checkbox;
|
|
|
116
116
|
export {
|
|
117
117
|
Checkbox_default
|
|
118
118
|
};
|
|
119
|
-
//# sourceMappingURL=
|
|
119
|
+
//# sourceMappingURL=WFOUJAMP.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
|
|
3
|
+
// css-module:../colors/colors.module.css#css-module
|
|
4
|
+
var colors_module_default = { "inheritColor": "_inheritColor_15hp2_2", "destructive700Color": "_destructive700Color_15hp2_6", "gray700Color": "_gray700Color_15hp2_10", "gray900Color": "_gray900Color_15hp2_14", "primary700Color": "_primary700Color_15hp2_18", "success700Color": "_success700Color_15hp2_22", "whiteColor": "_whiteColor_15hp2_26", "blackColor": "_blackColor_15hp2_30", "destructive100Color": "_destructive100Color_15hp2_34", "destructive200Color": "_destructive200Color_15hp2_38", "destructive300Color": "_destructive300Color_15hp2_42", "destructive800Color": "_destructive800Color_15hp2_46", "destructive900Color": "_destructive900Color_15hp2_50", "gray10Color": "_gray10Color_15hp2_54", "gray30Color": "_gray30Color_15hp2_58", "gray60Color": "_gray60Color_15hp2_62", "gray80Color": "_gray80Color_15hp2_66", "gray100Color": "_gray100Color_15hp2_70", "gray200Color": "_gray200Color_15hp2_74", "gray300Color": "_gray300Color_15hp2_78", "gray800Color": "_gray800Color_15hp2_82", "orange100Color": "_orange100Color_15hp2_86", "orange200Color": "_orange200Color_15hp2_90", "orange300Color": "_orange300Color_15hp2_94", "orange700Color": "_orange700Color_15hp2_98", "orange800Color": "_orange800Color_15hp2_102", "orange900Color": "_orange900Color_15hp2_106", "primary100Color": "_primary100Color_15hp2_110", "primary200Color": "_primary200Color_15hp2_114", "primary300Color": "_primary300Color_15hp2_118", "primary800Color": "_primary800Color_15hp2_122", "primary900Color": "_primary900Color_15hp2_126", "success100Color": "_success100Color_15hp2_130", "success200Color": "_success200Color_15hp2_134", "success300Color": "_success300Color_15hp2_138", "success800Color": "_success800Color_15hp2_142", "success900Color": "_success900Color_15hp2_146", "purple100Color": "_purple100Color_15hp2_150", "purple200Color": "_purple200Color_15hp2_154", "purple300Color": "_purple300Color_15hp2_158", "purple700Color": "_purple700Color_15hp2_162", "purple800Color": "_purple800Color_15hp2_166", "purple900Color": "_purple900Color_15hp2_170", "yellow100Color": "_yellow100Color_15hp2_174", "yellow200Color": "_yellow200Color_15hp2_178", "yellow300Color": "_yellow300Color_15hp2_182", "yellow700Color": "_yellow700Color_15hp2_186", "yellow800Color": "_yellow800Color_15hp2_190", "yellow900Color": "_yellow900Color_15hp2_194", "noBorder": "_noBorder_15hp2_199", "blackBorderColor": "_blackBorderColor_15hp2_203", "whiteBorderColor": "_whiteBorderColor_15hp2_207", "success770BorderColor": "_success770BorderColor_15hp2_211", "destructive770BorderColor": "_destructive770BorderColor_15hp2_215", "gray370BorderColor": "_gray370BorderColor_15hp2_219", "success370BorderColor": "_success370BorderColor_15hp2_223", "destructive370BorderColor": "_destructive370BorderColor_15hp2_227", "cambioGray870BorderColor": "_cambioGray870BorderColor_15hp2_231", "blackBackgroundColor": "_blackBackgroundColor_15hp2_237", "destructive100BackgroundColor": "_destructive100BackgroundColor_15hp2_241", "destructive200BackgroundColor": "_destructive200BackgroundColor_15hp2_245", "destructive300BackgroundColor": "_destructive300BackgroundColor_15hp2_249", "destructive700BackgroundColor": "_destructive700BackgroundColor_15hp2_253", "destructive800BackgroundColor": "_destructive800BackgroundColor_15hp2_257", "destructive900BackgroundColor": "_destructive900BackgroundColor_15hp2_261", "gray10BackgroundColor": "_gray10BackgroundColor_15hp2_265", "gray30BackgroundColor": "_gray30BackgroundColor_15hp2_269", "gray60BackgroundColor": "_gray60BackgroundColor_15hp2_273", "gray80BackgroundColor": "_gray80BackgroundColor_15hp2_277", "gray100BackgroundColor": "_gray100BackgroundColor_15hp2_281", "gray200BackgroundColor": "_gray200BackgroundColor_15hp2_285", "gray300BackgroundColor": "_gray300BackgroundColor_15hp2_289", "gray700BackgroundColor": "_gray700BackgroundColor_15hp2_293", "gray800BackgroundColor": "_gray800BackgroundColor_15hp2_297", "gray900BackgroundColor": "_gray900BackgroundColor_15hp2_301", "orange100BackgroundColor": "_orange100BackgroundColor_15hp2_305", "orange200BackgroundColor": "_orange200BackgroundColor_15hp2_309", "orange300BackgroundColor": "_orange300BackgroundColor_15hp2_313", "orange700BackgroundColor": "_orange700BackgroundColor_15hp2_317", "orange800BackgroundColor": "_orange800BackgroundColor_15hp2_321", "orange900BackgroundColor": "_orange900BackgroundColor_15hp2_325", "primary100BackgroundColor": "_primary100BackgroundColor_15hp2_329", "primary200BackgroundColor": "_primary200BackgroundColor_15hp2_333", "primary300BackgroundColor": "_primary300BackgroundColor_15hp2_337", "primary700BackgroundColor": "_primary700BackgroundColor_15hp2_341", "primary800BackgroundColor": "_primary800BackgroundColor_15hp2_345", "primary900BackgroundColor": "_primary900BackgroundColor_15hp2_349", "success100BackgroundColor": "_success100BackgroundColor_15hp2_353", "success200BackgroundColor": "_success200BackgroundColor_15hp2_357", "success300BackgroundColor": "_success300BackgroundColor_15hp2_361", "success700BackgroundColor": "_success700BackgroundColor_15hp2_365", "success800BackgroundColor": "_success800BackgroundColor_15hp2_369", "success900BackgroundColor": "_success900BackgroundColor_15hp2_373", "purple100BackgroundColor": "_purple100BackgroundColor_15hp2_377", "purple200BackgroundColor": "_purple200BackgroundColor_15hp2_381", "purple300BackgroundColor": "_purple300BackgroundColor_15hp2_385", "purple700BackgroundColor": "_purple700BackgroundColor_15hp2_389", "purple800BackgroundColor": "_purple800BackgroundColor_15hp2_393", "purple900BackgroundColor": "_purple900BackgroundColor_15hp2_397", "whiteBackgroundColor": "_whiteBackgroundColor_15hp2_401", "yellow100BackgroundColor": "_yellow100BackgroundColor_15hp2_405", "yellow200BackgroundColor": "_yellow200BackgroundColor_15hp2_409", "yellow300BackgroundColor": "_yellow300BackgroundColor_15hp2_413", "yellow700BackgroundColor": "_yellow700BackgroundColor_15hp2_417", "yellow800BackgroundColor": "_yellow800BackgroundColor_15hp2_421", "yellow900BackgroundColor": "_yellow900BackgroundColor_15hp2_425", "cambioBlackColor": "_cambioBlackColor_15hp2_430", "cambioWhiteColor": "_cambioWhiteColor_15hp2_434", "cambioWhite40Color": "_cambioWhite40Color_15hp2_438", "cambioWhite70Color": "_cambioWhite70Color_15hp2_442", "cambioGray100Color": "_cambioGray100Color_15hp2_446", "cambioGray200Color": "_cambioGray200Color_15hp2_450", "cambioGray300Color": "_cambioGray300Color_15hp2_454", "cambioGray370Color": "_cambioGray370Color_15hp2_458", "cambioGray700Color": "_cambioGray700Color_15hp2_462", "cambioGray800Color": "_cambioGray800Color_15hp2_466", "cambioGray870Color": "_cambioGray870Color_15hp2_470", "cambioGray900Color": "_cambioGray900Color_15hp2_474", "cambioDestructive100Color": "_cambioDestructive100Color_15hp2_478", "cambioDestructive300Color": "_cambioDestructive300Color_15hp2_482", "cambioDestructive370Color": "_cambioDestructive370Color_15hp2_486", "cambioDestructive700Color": "_cambioDestructive700Color_15hp2_490", "cambioDestructive770Color": "_cambioDestructive770Color_15hp2_494", "cambioDestructive900Color": "_cambioDestructive900Color_15hp2_498", "cambioSuccess100Color": "_cambioSuccess100Color_15hp2_502", "cambioSuccess300Color": "_cambioSuccess300Color_15hp2_506", "cambioSuccess370Color": "_cambioSuccess370Color_15hp2_510", "cambioSuccess700Color": "_cambioSuccess700Color_15hp2_514", "cambioSuccess770Color": "_cambioSuccess770Color_15hp2_518", "cambioSuccess900Color": "_cambioSuccess900Color_15hp2_522", "cambioRedColor": "_cambioRedColor_15hp2_526", "cambioOrangeColor": "_cambioOrangeColor_15hp2_530", "cambioTanColor": "_cambioTanColor_15hp2_534", "cambioCreamColor": "_cambioCreamColor_15hp2_538", "cambioPurpleColor": "_cambioPurpleColor_15hp2_542", "cambioLilacColor": "_cambioLilacColor_15hp2_546", "cambioThistleColor": "_cambioThistleColor_15hp2_550", "cambioPinkColor": "_cambioPinkColor_15hp2_554", "cambioNavyColor": "_cambioNavyColor_15hp2_558", "cambioTealColor": "_cambioTealColor_15hp2_562", "cambioSlateColor": "_cambioSlateColor_15hp2_566", "cambioSkyColor": "_cambioSkyColor_15hp2_570", "cambioYellow700Color": "_cambioYellow700Color_15hp2_574", "gray370Color": "_gray370Color_15hp2_578", "gray870Color": "_gray870Color_15hp2_582", "redColor": "_redColor_15hp2_586", "orangeColor": "_orangeColor_15hp2_590", "tanColor": "_tanColor_15hp2_594", "creamColor": "_creamColor_15hp2_598", "purpleColor": "_purpleColor_15hp2_602", "lilacColor": "_lilacColor_15hp2_606", "thistleColor": "_thistleColor_15hp2_610", "pinkColor": "_pinkColor_15hp2_614", "navyColor": "_navyColor_15hp2_618", "tealColor": "_tealColor_15hp2_622", "slateColor": "_slateColor_15hp2_626", "skyColor": "_skyColor_15hp2_630", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_15hp2_634", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_15hp2_638", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_15hp2_642", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_15hp2_646", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_15hp2_650", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_15hp2_654", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_15hp2_658", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_15hp2_662", "gray370BackgroundColor": "_gray370BackgroundColor_15hp2_666", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_15hp2_670", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_15hp2_674", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_15hp2_678", "gray870BackgroundColor": "_gray870BackgroundColor_15hp2_682", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_15hp2_686", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_15hp2_690", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_15hp2_694", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_15hp2_698", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_15hp2_702", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_15hp2_706", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_15hp2_710", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_15hp2_714", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_15hp2_718", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_15hp2_722", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_15hp2_726", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_15hp2_730", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_15hp2_734", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_15hp2_738", "redBackgroundColor": "_redBackgroundColor_15hp2_742", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_15hp2_746", "orangeBackgroundColor": "_orangeBackgroundColor_15hp2_750", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_15hp2_754", "tanBackgroundColor": "_tanBackgroundColor_15hp2_758", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_15hp2_762", "creamBackgroundColor": "_creamBackgroundColor_15hp2_766", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_15hp2_770", "purpleBackgroundColor": "_purpleBackgroundColor_15hp2_774", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_15hp2_778", "lilacBackgroundColor": "_lilacBackgroundColor_15hp2_782", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_15hp2_786", "thistleBackgroundColor": "_thistleBackgroundColor_15hp2_790", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_15hp2_794", "pinkBackgroundColor": "_pinkBackgroundColor_15hp2_798", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_15hp2_802", "navyBackgroundColor": "_navyBackgroundColor_15hp2_806", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_15hp2_810", "tealBackgroundColor": "_tealBackgroundColor_15hp2_814", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_15hp2_818", "slateBackgroundColor": "_slateBackgroundColor_15hp2_822", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_15hp2_826", "skyBackgroundColor": "_skyBackgroundColor_15hp2_830", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_15hp2_834", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_15hp2_838" };
|
|
5
|
+
|
|
6
|
+
export {
|
|
7
|
+
colors_module_default
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=XSYKMCV5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_15hp2_2\",\"destructive700Color\":\"_destructive700Color_15hp2_6\",\"gray700Color\":\"_gray700Color_15hp2_10\",\"gray900Color\":\"_gray900Color_15hp2_14\",\"primary700Color\":\"_primary700Color_15hp2_18\",\"success700Color\":\"_success700Color_15hp2_22\",\"whiteColor\":\"_whiteColor_15hp2_26\",\"blackColor\":\"_blackColor_15hp2_30\",\"destructive100Color\":\"_destructive100Color_15hp2_34\",\"destructive200Color\":\"_destructive200Color_15hp2_38\",\"destructive300Color\":\"_destructive300Color_15hp2_42\",\"destructive800Color\":\"_destructive800Color_15hp2_46\",\"destructive900Color\":\"_destructive900Color_15hp2_50\",\"gray10Color\":\"_gray10Color_15hp2_54\",\"gray30Color\":\"_gray30Color_15hp2_58\",\"gray60Color\":\"_gray60Color_15hp2_62\",\"gray80Color\":\"_gray80Color_15hp2_66\",\"gray100Color\":\"_gray100Color_15hp2_70\",\"gray200Color\":\"_gray200Color_15hp2_74\",\"gray300Color\":\"_gray300Color_15hp2_78\",\"gray800Color\":\"_gray800Color_15hp2_82\",\"orange100Color\":\"_orange100Color_15hp2_86\",\"orange200Color\":\"_orange200Color_15hp2_90\",\"orange300Color\":\"_orange300Color_15hp2_94\",\"orange700Color\":\"_orange700Color_15hp2_98\",\"orange800Color\":\"_orange800Color_15hp2_102\",\"orange900Color\":\"_orange900Color_15hp2_106\",\"primary100Color\":\"_primary100Color_15hp2_110\",\"primary200Color\":\"_primary200Color_15hp2_114\",\"primary300Color\":\"_primary300Color_15hp2_118\",\"primary800Color\":\"_primary800Color_15hp2_122\",\"primary900Color\":\"_primary900Color_15hp2_126\",\"success100Color\":\"_success100Color_15hp2_130\",\"success200Color\":\"_success200Color_15hp2_134\",\"success300Color\":\"_success300Color_15hp2_138\",\"success800Color\":\"_success800Color_15hp2_142\",\"success900Color\":\"_success900Color_15hp2_146\",\"purple100Color\":\"_purple100Color_15hp2_150\",\"purple200Color\":\"_purple200Color_15hp2_154\",\"purple300Color\":\"_purple300Color_15hp2_158\",\"purple700Color\":\"_purple700Color_15hp2_162\",\"purple800Color\":\"_purple800Color_15hp2_166\",\"purple900Color\":\"_purple900Color_15hp2_170\",\"yellow100Color\":\"_yellow100Color_15hp2_174\",\"yellow200Color\":\"_yellow200Color_15hp2_178\",\"yellow300Color\":\"_yellow300Color_15hp2_182\",\"yellow700Color\":\"_yellow700Color_15hp2_186\",\"yellow800Color\":\"_yellow800Color_15hp2_190\",\"yellow900Color\":\"_yellow900Color_15hp2_194\",\"noBorder\":\"_noBorder_15hp2_199\",\"blackBorderColor\":\"_blackBorderColor_15hp2_203\",\"whiteBorderColor\":\"_whiteBorderColor_15hp2_207\",\"success770BorderColor\":\"_success770BorderColor_15hp2_211\",\"destructive770BorderColor\":\"_destructive770BorderColor_15hp2_215\",\"gray370BorderColor\":\"_gray370BorderColor_15hp2_219\",\"success370BorderColor\":\"_success370BorderColor_15hp2_223\",\"destructive370BorderColor\":\"_destructive370BorderColor_15hp2_227\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_15hp2_231\",\"blackBackgroundColor\":\"_blackBackgroundColor_15hp2_237\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_15hp2_241\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_15hp2_245\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_15hp2_249\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_15hp2_253\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_15hp2_257\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_15hp2_261\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_15hp2_265\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_15hp2_269\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_15hp2_273\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_15hp2_277\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_15hp2_281\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_15hp2_285\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_15hp2_289\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_15hp2_293\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_15hp2_297\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_15hp2_301\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_15hp2_305\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_15hp2_309\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_15hp2_313\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_15hp2_317\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_15hp2_321\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_15hp2_325\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_15hp2_329\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_15hp2_333\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_15hp2_337\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_15hp2_341\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_15hp2_345\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_15hp2_349\",\"success100BackgroundColor\":\"_success100BackgroundColor_15hp2_353\",\"success200BackgroundColor\":\"_success200BackgroundColor_15hp2_357\",\"success300BackgroundColor\":\"_success300BackgroundColor_15hp2_361\",\"success700BackgroundColor\":\"_success700BackgroundColor_15hp2_365\",\"success800BackgroundColor\":\"_success800BackgroundColor_15hp2_369\",\"success900BackgroundColor\":\"_success900BackgroundColor_15hp2_373\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_15hp2_377\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_15hp2_381\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_15hp2_385\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_15hp2_389\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_15hp2_393\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_15hp2_397\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_15hp2_401\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_15hp2_405\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_15hp2_409\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_15hp2_413\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_15hp2_417\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_15hp2_421\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_15hp2_425\",\"cambioBlackColor\":\"_cambioBlackColor_15hp2_430\",\"cambioWhiteColor\":\"_cambioWhiteColor_15hp2_434\",\"cambioWhite40Color\":\"_cambioWhite40Color_15hp2_438\",\"cambioWhite70Color\":\"_cambioWhite70Color_15hp2_442\",\"cambioGray100Color\":\"_cambioGray100Color_15hp2_446\",\"cambioGray200Color\":\"_cambioGray200Color_15hp2_450\",\"cambioGray300Color\":\"_cambioGray300Color_15hp2_454\",\"cambioGray370Color\":\"_cambioGray370Color_15hp2_458\",\"cambioGray700Color\":\"_cambioGray700Color_15hp2_462\",\"cambioGray800Color\":\"_cambioGray800Color_15hp2_466\",\"cambioGray870Color\":\"_cambioGray870Color_15hp2_470\",\"cambioGray900Color\":\"_cambioGray900Color_15hp2_474\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_15hp2_478\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_15hp2_482\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_15hp2_486\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_15hp2_490\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_15hp2_494\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_15hp2_498\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_15hp2_502\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_15hp2_506\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_15hp2_510\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_15hp2_514\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_15hp2_518\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_15hp2_522\",\"cambioRedColor\":\"_cambioRedColor_15hp2_526\",\"cambioOrangeColor\":\"_cambioOrangeColor_15hp2_530\",\"cambioTanColor\":\"_cambioTanColor_15hp2_534\",\"cambioCreamColor\":\"_cambioCreamColor_15hp2_538\",\"cambioPurpleColor\":\"_cambioPurpleColor_15hp2_542\",\"cambioLilacColor\":\"_cambioLilacColor_15hp2_546\",\"cambioThistleColor\":\"_cambioThistleColor_15hp2_550\",\"cambioPinkColor\":\"_cambioPinkColor_15hp2_554\",\"cambioNavyColor\":\"_cambioNavyColor_15hp2_558\",\"cambioTealColor\":\"_cambioTealColor_15hp2_562\",\"cambioSlateColor\":\"_cambioSlateColor_15hp2_566\",\"cambioSkyColor\":\"_cambioSkyColor_15hp2_570\",\"cambioYellow700Color\":\"_cambioYellow700Color_15hp2_574\",\"gray370Color\":\"_gray370Color_15hp2_578\",\"gray870Color\":\"_gray870Color_15hp2_582\",\"redColor\":\"_redColor_15hp2_586\",\"orangeColor\":\"_orangeColor_15hp2_590\",\"tanColor\":\"_tanColor_15hp2_594\",\"creamColor\":\"_creamColor_15hp2_598\",\"purpleColor\":\"_purpleColor_15hp2_602\",\"lilacColor\":\"_lilacColor_15hp2_606\",\"thistleColor\":\"_thistleColor_15hp2_610\",\"pinkColor\":\"_pinkColor_15hp2_614\",\"navyColor\":\"_navyColor_15hp2_618\",\"tealColor\":\"_tealColor_15hp2_622\",\"slateColor\":\"_slateColor_15hp2_626\",\"skyColor\":\"_skyColor_15hp2_630\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_15hp2_634\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_15hp2_638\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_15hp2_642\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_15hp2_646\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_15hp2_650\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_15hp2_654\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_15hp2_658\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_15hp2_662\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_15hp2_666\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_15hp2_670\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_15hp2_674\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_15hp2_678\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_15hp2_682\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_15hp2_686\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_15hp2_690\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_15hp2_694\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_15hp2_698\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_15hp2_702\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_15hp2_706\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_15hp2_710\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_15hp2_714\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_15hp2_718\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_15hp2_722\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_15hp2_726\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_15hp2_730\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_15hp2_734\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_15hp2_738\",\"redBackgroundColor\":\"_redBackgroundColor_15hp2_742\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_15hp2_746\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_15hp2_750\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_15hp2_754\",\"tanBackgroundColor\":\"_tanBackgroundColor_15hp2_758\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_15hp2_762\",\"creamBackgroundColor\":\"_creamBackgroundColor_15hp2_766\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_15hp2_770\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_15hp2_774\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_15hp2_778\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_15hp2_782\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_15hp2_786\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_15hp2_790\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_15hp2_794\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_15hp2_798\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_15hp2_802\",\"navyBackgroundColor\":\"_navyBackgroundColor_15hp2_806\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_15hp2_810\",\"tealBackgroundColor\":\"_tealBackgroundColor_15hp2_814\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_15hp2_818\",\"slateBackgroundColor\":\"_slateBackgroundColor_15hp2_822\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_15hp2_826\",\"skyBackgroundColor\":\"_skyBackgroundColor_15hp2_830\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_15hp2_834\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_15hp2_838\"}"],"mappings":"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","names":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
colors_module_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./M4CFLT64.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=YGON3SJ5.js.map
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
} from "./KKADUD65.js";
|
|
5
5
|
import {
|
|
6
6
|
Box_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./IB6JZQF3.js";
|
|
8
8
|
import {
|
|
9
9
|
Typography_default
|
|
10
|
-
} from "./
|
|
10
|
+
} from "./DAK5IGJK.js";
|
|
11
11
|
import {
|
|
12
12
|
colors_module_default
|
|
13
|
-
} from "./
|
|
13
|
+
} from "./XSYKMCV5.js";
|
|
14
14
|
import {
|
|
15
15
|
useIsHydrated
|
|
16
16
|
} from "./JB65NEXK.js";
|
|
@@ -129,4 +129,4 @@ var RadioButton_default = RadioButton;
|
|
|
129
129
|
export {
|
|
130
130
|
RadioButton_default
|
|
131
131
|
};
|
|
132
|
-
//# sourceMappingURL=
|
|
132
|
+
//# sourceMappingURL=ZQE3JK65.js.map
|