@cambly/syntax-core 10.2.0 → 10.2.2
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 +13 -0
- package/dist/Avatar/Avatar.cjs.map +1 -0
- package/dist/Avatar/Avatar.js +12 -12
- package/dist/Avatar/Avatar.js.map +1 -1
- package/dist/AvatarGroup/AvatarGroup.cjs +14 -0
- package/dist/AvatarGroup/AvatarGroup.cjs.map +1 -0
- package/dist/AvatarGroup/AvatarGroup.js +13 -13
- package/dist/AvatarGroup/AvatarGroup.js.map +1 -1
- package/dist/Badge/Badge.cjs +13 -0
- package/dist/Badge/Badge.cjs.map +1 -0
- package/dist/Badge/Badge.js +12 -12
- package/dist/Badge/Badge.js.map +1 -1
- package/dist/Box/Box.cjs +11 -0
- package/dist/Box/Box.cjs.map +1 -0
- package/dist/Box/Box.js +10 -10
- package/dist/Box/Box.js.map +1 -1
- package/dist/Button/Button.cjs +21 -0
- package/dist/Button/Button.cjs.map +1 -0
- package/dist/Button/Button.js +20 -20
- package/dist/Button/Button.js.map +1 -1
- package/dist/Button/constants/iconSize.cjs +8 -0
- package/dist/Button/constants/iconSize.cjs.map +1 -0
- package/dist/Button/constants/iconSize.js +7 -7
- package/dist/Button/constants/iconSize.js.map +1 -1
- package/dist/Button/constants/loadingIconSize.cjs +8 -0
- package/dist/Button/constants/loadingIconSize.cjs.map +1 -0
- package/dist/Button/constants/loadingIconSize.js +7 -7
- package/dist/Button/constants/loadingIconSize.js.map +1 -1
- package/dist/Button/constants/textVariant.cjs +8 -0
- package/dist/Button/constants/textVariant.cjs.map +1 -0
- package/dist/Button/constants/textVariant.js +7 -7
- package/dist/Button/constants/textVariant.js.map +1 -1
- package/dist/ButtonGroup/ButtonGroup.cjs +8 -0
- package/dist/ButtonGroup/ButtonGroup.cjs.map +1 -0
- package/dist/ButtonGroup/ButtonGroup.js +7 -7
- package/dist/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/Card/Card.cjs +12 -0
- package/dist/Card/Card.cjs.map +1 -0
- package/dist/Card/Card.js +11 -11
- package/dist/Card/Card.js.map +1 -1
- package/dist/Checkbox/Checkbox.cjs +14 -0
- package/dist/Checkbox/Checkbox.cjs.map +1 -0
- package/dist/Checkbox/Checkbox.js +13 -13
- package/dist/Checkbox/Checkbox.js.map +1 -1
- package/dist/Chip/Chip.cjs +14 -0
- package/dist/Chip/Chip.cjs.map +1 -0
- package/dist/Chip/Chip.js +13 -13
- package/dist/Chip/Chip.js.map +1 -1
- package/dist/Divider/Divider.cjs +8 -0
- package/dist/Divider/Divider.cjs.map +1 -0
- package/dist/Divider/Divider.js +7 -7
- package/dist/Divider/Divider.js.map +1 -1
- package/dist/Heading/Heading.cjs +11 -0
- package/dist/Heading/Heading.cjs.map +1 -0
- package/dist/Heading/Heading.js +10 -10
- package/dist/Heading/Heading.js.map +1 -1
- package/dist/IconButton/IconButton.cjs +13 -0
- package/dist/IconButton/IconButton.cjs.map +1 -0
- package/dist/IconButton/IconButton.js +12 -12
- package/dist/IconButton/IconButton.js.map +1 -1
- package/dist/LinkButton/LinkButton.cjs +17 -0
- package/dist/LinkButton/LinkButton.cjs.map +1 -0
- package/dist/LinkButton/LinkButton.js +16 -16
- package/dist/LinkButton/LinkButton.js.map +1 -1
- package/dist/Modal/FocusTrap.cjs +8 -0
- package/dist/Modal/FocusTrap.cjs.map +1 -0
- package/dist/Modal/FocusTrap.js +7 -7
- package/dist/Modal/FocusTrap.js.map +1 -1
- package/dist/Modal/Layer.cjs +12 -0
- package/dist/Modal/Layer.cjs.map +1 -0
- package/dist/Modal/Layer.js +11 -11
- package/dist/Modal/Layer.js.map +1 -1
- package/dist/Modal/Modal.cjs +17 -0
- package/dist/Modal/Modal.cjs.map +1 -0
- package/dist/Modal/Modal.js +16 -16
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/StopScroll.cjs +8 -0
- package/dist/Modal/StopScroll.cjs.map +1 -0
- package/dist/Modal/StopScroll.js +7 -7
- package/dist/Modal/StopScroll.js.map +1 -1
- package/dist/RadioButton/RadioButton.cjs +14 -0
- package/dist/RadioButton/RadioButton.cjs.map +1 -0
- package/dist/RadioButton/RadioButton.js +13 -13
- package/dist/RadioButton/RadioButton.js.map +1 -1
- package/dist/SelectList/SelectList.cjs +15 -0
- package/dist/SelectList/SelectList.cjs.map +1 -0
- package/dist/SelectList/SelectList.js +14 -14
- package/dist/SelectList/SelectList.js.map +1 -1
- package/dist/SelectList/SelectOption.cjs +8 -0
- package/dist/SelectList/SelectOption.cjs.map +1 -0
- package/dist/SelectList/SelectOption.js +7 -7
- package/dist/SelectList/SelectOption.js.map +1 -1
- package/dist/TapArea/TapArea.cjs +10 -0
- package/dist/TapArea/TapArea.cjs.map +1 -0
- package/dist/TapArea/TapArea.js +9 -9
- package/dist/TapArea/TapArea.js.map +1 -1
- package/dist/TextArea/TextArea.cjs +15 -0
- package/dist/TextArea/TextArea.cjs.map +1 -0
- package/dist/TextArea/TextArea.js +14 -14
- package/dist/TextArea/TextArea.js.map +1 -1
- package/dist/TextField/TextField.cjs +15 -0
- package/dist/TextField/TextField.cjs.map +1 -0
- package/dist/TextField/TextField.js +14 -14
- package/dist/TextField/TextField.js.map +1 -1
- package/dist/Typography/Typography.cjs +10 -0
- package/dist/Typography/Typography.cjs.map +1 -0
- package/dist/Typography/Typography.js +9 -9
- package/dist/Typography/Typography.js.map +1 -1
- package/dist/__chunks/2JWMSFS7.js +11 -11
- package/dist/__chunks/2JWMSFS7.js.map +1 -1
- package/dist/__chunks/2O6FDRTF.js +4 -4
- package/dist/__chunks/2O6FDRTF.js.map +1 -1
- package/dist/__chunks/36B62A3Z.cjs +12 -0
- package/dist/__chunks/36B62A3Z.cjs.map +1 -0
- package/dist/__chunks/37CQV3RS.js +28 -28
- package/dist/__chunks/37CQV3RS.js.map +1 -1
- package/dist/__chunks/3F5U7W73.cjs +31 -0
- package/dist/__chunks/3F5U7W73.cjs.map +1 -0
- package/dist/__chunks/{A7UVLRKG.mjs → 3HVG5AGO.cjs} +5 -5
- package/dist/__chunks/3HVG5AGO.cjs.map +1 -0
- package/dist/__chunks/3TXXNWWA.cjs +14 -0
- package/dist/__chunks/3TXXNWWA.cjs.map +1 -0
- package/dist/__chunks/3VUMTAUX.js +22 -22
- package/dist/__chunks/3VUMTAUX.js.map +1 -1
- package/dist/__chunks/42YPEAFS.js +10 -10
- package/dist/__chunks/42YPEAFS.js.map +1 -1
- package/dist/__chunks/4ICD552D.cjs +31 -0
- package/dist/__chunks/4ICD552D.cjs.map +1 -0
- package/dist/__chunks/4PWSK5GI.js +4 -4
- package/dist/__chunks/4PWSK5GI.js.map +1 -1
- package/dist/__chunks/5AR53MHD.js +1 -1
- package/dist/__chunks/5AR53MHD.js.map +1 -1
- package/dist/__chunks/5DBWL6IK.js +4 -4
- package/dist/__chunks/5DBWL6IK.js.map +1 -1
- package/dist/__chunks/{UCVYFO4M.mjs → 5NOV5WDV.js} +6 -6
- package/dist/__chunks/{UCVYFO4M.mjs.map → 5NOV5WDV.js.map} +1 -1
- package/dist/__chunks/6VWFOSQZ.js +6 -6
- package/dist/__chunks/6VWFOSQZ.js.map +1 -1
- package/dist/__chunks/{3PCHHAIY.mjs → 7GJ2SD7O.cjs} +5 -5
- package/dist/__chunks/7GJ2SD7O.cjs.map +1 -0
- package/dist/__chunks/AFINOME7.js +6 -6
- package/dist/__chunks/AFINOME7.js.map +1 -1
- package/dist/__chunks/{BCWLWS7W.mjs → ARYAYAXH.cjs} +18 -18
- package/dist/__chunks/ARYAYAXH.cjs.map +1 -0
- package/dist/__chunks/{GHUSRGIN.js → BDPEQBKR.cjs} +12 -12
- package/dist/__chunks/{GHUSRGIN.js.map → BDPEQBKR.cjs.map} +1 -1
- package/dist/__chunks/BSFWQWVJ.js +9 -9
- package/dist/__chunks/BSFWQWVJ.js.map +1 -1
- package/dist/__chunks/BSWWGQAS.js +33 -33
- package/dist/__chunks/BSWWGQAS.js.map +1 -1
- package/dist/__chunks/{RDGPEEEH.mjs → C5IESDXE.cjs} +26 -26
- package/dist/__chunks/C5IESDXE.cjs.map +1 -0
- package/dist/__chunks/CATJI2RJ.js +11 -11
- package/dist/__chunks/CATJI2RJ.js.map +1 -1
- package/dist/__chunks/{MX7C572C.mjs → CEWOAFV2.cjs} +10 -10
- package/dist/__chunks/CEWOAFV2.cjs.map +1 -0
- package/dist/__chunks/{OQ26OWU4.mjs → CGUZFFJ2.cjs} +29 -29
- package/dist/__chunks/CGUZFFJ2.cjs.map +1 -0
- package/dist/__chunks/CQ2HIJ62.js +9 -9
- package/dist/__chunks/CQ2HIJ62.js.map +1 -1
- package/dist/__chunks/CWNH5WDG.cjs +73 -0
- package/dist/__chunks/CWNH5WDG.cjs.map +1 -0
- package/dist/__chunks/{LKQ7PJ4S.mjs → CY6YL5T4.cjs} +26 -26
- package/dist/__chunks/CY6YL5T4.cjs.map +1 -0
- package/dist/__chunks/D24RSGYP.js +4 -4
- package/dist/__chunks/D24RSGYP.js.map +1 -1
- package/dist/__chunks/ERJ5XXDH.js +37 -37
- package/dist/__chunks/ERJ5XXDH.js.map +1 -1
- package/dist/__chunks/ERXGNP37.js +4 -4
- package/dist/__chunks/ERXGNP37.js.map +1 -1
- package/dist/__chunks/{LZSDWT4M.mjs → EXYF6BLV.cjs} +33 -33
- package/dist/__chunks/{LZSDWT4M.mjs.map → EXYF6BLV.cjs.map} +1 -1
- package/dist/__chunks/F3ZST4RL.js +17 -17
- package/dist/__chunks/F3ZST4RL.js.map +1 -1
- package/dist/__chunks/FOTKCGZZ.js +16 -16
- package/dist/__chunks/FOTKCGZZ.js.map +1 -1
- package/dist/__chunks/FZRIE7EX.cjs +14 -0
- package/dist/__chunks/FZRIE7EX.cjs.map +1 -0
- package/dist/__chunks/G4DDTGDI.js +14 -14
- package/dist/__chunks/G4DDTGDI.js.map +1 -1
- package/dist/__chunks/G6TO2NCY.js +16 -16
- package/dist/__chunks/G6TO2NCY.js.map +1 -1
- package/dist/__chunks/GBJX7OPK.cjs +53 -0
- package/dist/__chunks/GBJX7OPK.cjs.map +1 -0
- package/dist/__chunks/GKECCWR3.cjs +14 -0
- package/dist/__chunks/GKECCWR3.cjs.map +1 -0
- package/dist/__chunks/GPS2XNQI.js +51 -51
- package/dist/__chunks/GPS2XNQI.js.map +1 -1
- package/dist/__chunks/GPWBSPBL.js +25 -25
- package/dist/__chunks/GPWBSPBL.js.map +1 -1
- package/dist/__chunks/{FCX7QDZS.mjs → GVEA7SLQ.cjs} +8 -8
- package/dist/__chunks/GVEA7SLQ.cjs.map +1 -0
- package/dist/__chunks/HOUO3WV6.js +6 -6
- package/dist/__chunks/HOUO3WV6.js.map +1 -1
- package/dist/__chunks/HQVZUEWO.js +4 -4
- package/dist/__chunks/HQVZUEWO.js.map +1 -1
- package/dist/__chunks/{CUDAH5IW.mjs → I64JGYX7.cjs} +7 -7
- package/dist/__chunks/I64JGYX7.cjs.map +1 -0
- package/dist/__chunks/{MZEIZAZH.mjs → IFJ2YOEG.cjs} +10 -10
- package/dist/__chunks/IFJ2YOEG.cjs.map +1 -0
- package/dist/__chunks/JMKXHLVZ.cjs +41 -0
- package/dist/__chunks/JMKXHLVZ.cjs.map +1 -0
- package/dist/__chunks/LJHH6KUW.js +8 -8
- package/dist/__chunks/LJHH6KUW.js.map +1 -1
- package/dist/__chunks/LTM57QMY.cjs +7 -0
- package/dist/__chunks/LTM57QMY.cjs.map +1 -0
- package/dist/__chunks/LULBCTQR.js +6 -6
- package/dist/__chunks/LULBCTQR.js.map +1 -1
- package/dist/__chunks/{LTFV2ABG.mjs → MUHQ73PC.cjs} +28 -28
- package/dist/__chunks/MUHQ73PC.cjs.map +1 -0
- package/dist/__chunks/{5R6HCJP6.mjs → N3EZP6VG.cjs} +23 -23
- package/dist/__chunks/N3EZP6VG.cjs.map +1 -0
- package/dist/__chunks/{JSEHOGL7.mjs → NGUJFGAC.cjs} +5 -5
- package/dist/__chunks/NGUJFGAC.cjs.map +1 -0
- package/dist/__chunks/NHSTGALH.cjs +110 -0
- package/dist/__chunks/NHSTGALH.cjs.map +1 -0
- package/dist/__chunks/OGJDUOWP.js +7 -7
- package/dist/__chunks/OGJDUOWP.js.map +1 -1
- package/dist/__chunks/{HAZN2FCY.mjs → PBOQIXCB.cjs} +9 -9
- package/dist/__chunks/PBOQIXCB.cjs.map +1 -0
- package/dist/__chunks/{UCMB6MFN.mjs → PBWG2BB5.cjs} +7 -7
- package/dist/__chunks/PBWG2BB5.cjs.map +1 -0
- package/dist/__chunks/PQIPUPQ2.cjs +26 -0
- package/dist/__chunks/PQIPUPQ2.cjs.map +1 -0
- package/dist/__chunks/PYNS67IV.js +25 -25
- package/dist/__chunks/PYNS67IV.js.map +1 -1
- package/dist/__chunks/REM5SMMZ.js +26 -26
- package/dist/__chunks/REM5SMMZ.js.map +1 -1
- package/dist/__chunks/{FWVHWU47.mjs → RLYKYCEU.cjs} +5 -5
- package/dist/__chunks/RLYKYCEU.cjs.map +1 -0
- package/dist/__chunks/SAEVPDUP.js +4 -4
- package/dist/__chunks/SAEVPDUP.js.map +1 -1
- package/dist/__chunks/{PGVLU6C3.mjs → SJFWRAOP.cjs} +11 -11
- package/dist/__chunks/SJFWRAOP.cjs.map +1 -0
- package/dist/__chunks/TBAJ7VLZ.cjs +12 -0
- package/dist/__chunks/TBAJ7VLZ.cjs.map +1 -0
- package/dist/__chunks/{XN5AALLC.mjs → TEJLBWXV.cjs} +5 -5
- package/dist/__chunks/TEJLBWXV.cjs.map +1 -0
- package/dist/__chunks/THEUR2KP.cjs +120 -0
- package/dist/__chunks/THEUR2KP.cjs.map +1 -0
- package/dist/__chunks/TKYRBLSM.js +33 -33
- package/dist/__chunks/TKYRBLSM.js.map +1 -1
- package/dist/__chunks/TPMQI44L.js +4 -4
- package/dist/__chunks/TPMQI44L.js.map +1 -1
- package/dist/__chunks/UNIBFDXV.js +23 -23
- package/dist/__chunks/UNIBFDXV.js.map +1 -1
- package/dist/__chunks/VUANIQYP.cjs +1 -0
- package/dist/__chunks/VUANIQYP.cjs.map +1 -0
- package/dist/__chunks/X74O4HUS.js +32 -32
- package/dist/__chunks/X74O4HUS.js.map +1 -1
- package/dist/__chunks/X7UNBJA5.js +27 -27
- package/dist/__chunks/X7UNBJA5.js.map +1 -1
- package/dist/__chunks/{CGGEM6XS.mjs → XBWCYGQ2.cjs} +38 -38
- package/dist/__chunks/XBWCYGQ2.cjs.map +1 -0
- package/dist/__chunks/{BWTLHCW3.mjs → XLVKNLN7.cjs} +34 -34
- package/dist/__chunks/XLVKNLN7.cjs.map +1 -0
- package/dist/__chunks/{X3PMVSGX.mjs → YGVUSAB6.cjs} +27 -27
- package/dist/__chunks/YGVUSAB6.cjs.map +1 -0
- package/dist/__chunks/YJ7YDIGB.js +7 -7
- package/dist/__chunks/YJ7YDIGB.js.map +1 -1
- package/dist/colors/{allColors.mjs → allColors.cjs} +5 -5
- package/dist/colors/allColors.cjs.map +1 -0
- package/dist/colors/allColors.js +4 -4
- package/dist/colors/allColors.js.map +1 -1
- package/dist/colors/backgroundColor.cjs +10 -0
- package/dist/colors/backgroundColor.cjs.map +1 -0
- package/dist/colors/backgroundColor.js +9 -9
- package/dist/colors/backgroundColor.js.map +1 -1
- package/dist/colors/foregroundColor.cjs +10 -0
- package/dist/colors/foregroundColor.cjs.map +1 -0
- package/dist/colors/foregroundColor.js +9 -9
- package/dist/colors/foregroundColor.js.map +1 -1
- package/dist/colors/foregroundTypographyColor.cjs +8 -0
- package/dist/colors/foregroundTypographyColor.cjs.map +1 -0
- package/dist/colors/foregroundTypographyColor.js +7 -7
- package/dist/colors/foregroundTypographyColor.js.map +1 -1
- package/dist/{constants.mjs → constants.cjs} +6 -6
- package/dist/constants.cjs.map +1 -0
- package/dist/constants.js +5 -5
- package/dist/constants.js.map +1 -1
- package/dist/index.cjs +102 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +101 -101
- package/dist/index.js.map +1 -1
- package/dist/useFocusVisible.cjs +8 -0
- package/dist/useFocusVisible.cjs.map +1 -0
- package/dist/useFocusVisible.js +7 -7
- package/dist/useFocusVisible.js.map +1 -1
- package/dist/useIsHydrated.cjs +8 -0
- package/dist/useIsHydrated.cjs.map +1 -0
- package/dist/useIsHydrated.js +7 -7
- package/dist/useIsHydrated.js.map +1 -1
- package/package.json +7 -6
- package/dist/Avatar/Avatar.mjs +0 -13
- package/dist/Avatar/Avatar.mjs.map +0 -1
- package/dist/AvatarGroup/AvatarGroup.mjs +0 -14
- package/dist/AvatarGroup/AvatarGroup.mjs.map +0 -1
- package/dist/Badge/Badge.mjs +0 -13
- package/dist/Badge/Badge.mjs.map +0 -1
- package/dist/Box/Box.mjs +0 -11
- package/dist/Box/Box.mjs.map +0 -1
- package/dist/Button/Button.mjs +0 -21
- package/dist/Button/Button.mjs.map +0 -1
- package/dist/Button/constants/iconSize.mjs +0 -8
- package/dist/Button/constants/iconSize.mjs.map +0 -1
- package/dist/Button/constants/loadingIconSize.mjs +0 -8
- package/dist/Button/constants/loadingIconSize.mjs.map +0 -1
- package/dist/Button/constants/textVariant.mjs +0 -8
- package/dist/Button/constants/textVariant.mjs.map +0 -1
- package/dist/ButtonGroup/ButtonGroup.mjs +0 -8
- package/dist/ButtonGroup/ButtonGroup.mjs.map +0 -1
- package/dist/Card/Card.mjs +0 -12
- package/dist/Card/Card.mjs.map +0 -1
- package/dist/Checkbox/Checkbox.mjs +0 -14
- package/dist/Checkbox/Checkbox.mjs.map +0 -1
- package/dist/Chip/Chip.mjs +0 -14
- package/dist/Chip/Chip.mjs.map +0 -1
- package/dist/Divider/Divider.mjs +0 -8
- package/dist/Divider/Divider.mjs.map +0 -1
- package/dist/Heading/Heading.mjs +0 -11
- package/dist/Heading/Heading.mjs.map +0 -1
- package/dist/IconButton/IconButton.mjs +0 -13
- package/dist/IconButton/IconButton.mjs.map +0 -1
- package/dist/LinkButton/LinkButton.mjs +0 -17
- package/dist/LinkButton/LinkButton.mjs.map +0 -1
- package/dist/Modal/FocusTrap.mjs +0 -8
- package/dist/Modal/FocusTrap.mjs.map +0 -1
- package/dist/Modal/Layer.mjs +0 -12
- package/dist/Modal/Layer.mjs.map +0 -1
- package/dist/Modal/Modal.mjs +0 -17
- package/dist/Modal/Modal.mjs.map +0 -1
- package/dist/Modal/StopScroll.mjs +0 -8
- package/dist/Modal/StopScroll.mjs.map +0 -1
- package/dist/RadioButton/RadioButton.mjs +0 -14
- package/dist/RadioButton/RadioButton.mjs.map +0 -1
- package/dist/SelectList/SelectList.mjs +0 -15
- package/dist/SelectList/SelectList.mjs.map +0 -1
- package/dist/SelectList/SelectOption.mjs +0 -8
- package/dist/SelectList/SelectOption.mjs.map +0 -1
- package/dist/TapArea/TapArea.mjs +0 -10
- package/dist/TapArea/TapArea.mjs.map +0 -1
- package/dist/TextArea/TextArea.mjs +0 -15
- package/dist/TextArea/TextArea.mjs.map +0 -1
- package/dist/TextField/TextField.mjs +0 -15
- package/dist/TextField/TextField.mjs.map +0 -1
- package/dist/Typography/Typography.mjs +0 -10
- package/dist/Typography/Typography.mjs.map +0 -1
- package/dist/__chunks/3PCHHAIY.mjs.map +0 -1
- package/dist/__chunks/5R6HCJP6.mjs.map +0 -1
- package/dist/__chunks/A7UVLRKG.mjs.map +0 -1
- package/dist/__chunks/AMBZXKUQ.mjs +0 -12
- package/dist/__chunks/AMBZXKUQ.mjs.map +0 -1
- package/dist/__chunks/BCWLWS7W.mjs.map +0 -1
- package/dist/__chunks/BJXYKZMK.mjs +0 -53
- package/dist/__chunks/BJXYKZMK.mjs.map +0 -1
- package/dist/__chunks/BWTLHCW3.mjs.map +0 -1
- package/dist/__chunks/CGGEM6XS.mjs.map +0 -1
- package/dist/__chunks/CPBWDVD4.mjs +0 -110
- package/dist/__chunks/CPBWDVD4.mjs.map +0 -1
- package/dist/__chunks/CUDAH5IW.mjs.map +0 -1
- package/dist/__chunks/DVVFHZBW.mjs +0 -120
- package/dist/__chunks/DVVFHZBW.mjs.map +0 -1
- package/dist/__chunks/EKJ4XOIM.mjs +0 -12
- package/dist/__chunks/EKJ4XOIM.mjs.map +0 -1
- package/dist/__chunks/FCX7QDZS.mjs.map +0 -1
- package/dist/__chunks/FWVHWU47.mjs.map +0 -1
- package/dist/__chunks/GVNDZZAU.mjs +0 -14
- package/dist/__chunks/GVNDZZAU.mjs.map +0 -1
- package/dist/__chunks/HAZN2FCY.mjs.map +0 -1
- package/dist/__chunks/IXDA4ZXP.mjs +0 -1
- package/dist/__chunks/IXDA4ZXP.mjs.map +0 -1
- package/dist/__chunks/JSEHOGL7.mjs.map +0 -1
- package/dist/__chunks/LKQ7PJ4S.mjs.map +0 -1
- package/dist/__chunks/LTFV2ABG.mjs.map +0 -1
- package/dist/__chunks/MX7C572C.mjs.map +0 -1
- package/dist/__chunks/MZEIZAZH.mjs.map +0 -1
- package/dist/__chunks/OQ26OWU4.mjs.map +0 -1
- package/dist/__chunks/PGVLU6C3.mjs.map +0 -1
- package/dist/__chunks/Q2TIB7ZC.mjs +0 -26
- package/dist/__chunks/Q2TIB7ZC.mjs.map +0 -1
- package/dist/__chunks/R6CDK4GP.mjs +0 -31
- package/dist/__chunks/R6CDK4GP.mjs.map +0 -1
- package/dist/__chunks/RDGPEEEH.mjs.map +0 -1
- package/dist/__chunks/RPJTOFY4.mjs +0 -41
- package/dist/__chunks/RPJTOFY4.mjs.map +0 -1
- package/dist/__chunks/RSU3GDHB.mjs +0 -73
- package/dist/__chunks/RSU3GDHB.mjs.map +0 -1
- package/dist/__chunks/RVT6EXR3.mjs +0 -31
- package/dist/__chunks/RVT6EXR3.mjs.map +0 -1
- package/dist/__chunks/SXTRSFG5.mjs +0 -14
- package/dist/__chunks/SXTRSFG5.mjs.map +0 -1
- package/dist/__chunks/UCMB6MFN.mjs.map +0 -1
- package/dist/__chunks/WJDAVT5R.mjs +0 -7
- package/dist/__chunks/WJDAVT5R.mjs.map +0 -1
- package/dist/__chunks/X3PMVSGX.mjs.map +0 -1
- package/dist/__chunks/XFKGXL73.mjs +0 -14
- package/dist/__chunks/XFKGXL73.mjs.map +0 -1
- package/dist/__chunks/XN5AALLC.mjs.map +0 -1
- package/dist/colors/allColors.mjs.map +0 -1
- package/dist/colors/backgroundColor.mjs +0 -10
- package/dist/colors/backgroundColor.mjs.map +0 -1
- package/dist/colors/foregroundColor.mjs +0 -10
- package/dist/colors/foregroundColor.mjs.map +0 -1
- package/dist/colors/foregroundTypographyColor.mjs +0 -8
- package/dist/colors/foregroundTypographyColor.mjs.map +0 -1
- package/dist/constants.mjs.map +0 -1
- package/dist/index.mjs +0 -102
- package/dist/index.mjs.map +0 -1
- package/dist/useFocusVisible.mjs +0 -8
- package/dist/useFocusVisible.mjs.map +0 -1
- package/dist/useIsHydrated.mjs +0 -8
- package/dist/useIsHydrated.mjs.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Box/Box.tsx","css-module:./Box.module.css#css-module","css-module:./margin.module.css#css-module","css-module:./padding.module.css#css-module"],"names":["Box"],"mappings":"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","sourcesContent":["import classNames from \"classnames\";\nimport { type AriaRole, type ReactElement, type ReactNode } from \"react\";\nimport styles from \"./Box.module.css\";\nimport marginStyles from \"./margin.module.css\";\nimport paddingStyles from \"./padding.module.css\";\nimport type allColors from \"../colors/allColors\";\nimport colorStyles from \"../colors/colors.module.css\";\nimport roundingStyles from \"../rounding.module.css\";\nimport { forwardRef } from \"react\";\n\ntype AlignItems = \"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\";\ntype As =\n | \"article\"\n | \"aside\"\n | \"caption\"\n | \"div\"\n | \"figcaption\"\n | \"figure\"\n | \"footer\"\n | \"header\"\n | \"main\"\n | \"nav\"\n | \"section\"\n | \"summary\";\ntype Dimension = number | string;\ntype Direction = \"row\" | \"column\";\ntype Display = \"none\" | \"flex\" | \"block\" | \"inlineBlock\" | \"visuallyHidden\";\ntype Gap = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;\ntype JustifyContent =\n | \"start\"\n | \"end\"\n | \"center\"\n | \"between\"\n | \"around\"\n | \"evenly\";\ntype Margin =\n | -12\n | -11\n | -10\n | -9\n | -8\n | -7\n | -6\n | -5\n | -4\n | -3\n | -2\n | -1\n | 0\n | 1\n | 2\n | 3\n | 4\n | 5\n | 6\n | 7\n | 8\n | 9\n | 10\n | 11\n | 12\n | \"auto\";\ntype Padding = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;\ntype Overflow =\n | \"visible\"\n | \"hidden\"\n | \"scroll\"\n | \"auto\"\n | \"inherit\"\n | \"initial\";\n\ntype BoxProps = {\n /**\n * The alignment of the box on the cross axis.\n *\n * Responsive props:\n * * `smAlignItems`\n * * `lgAlignItems`\n */\n alignItems?: AlignItems;\n /**\n * Allows the default alignment (or the one specified by align-items) to be overridden for individual flex items.\n */\n alignSelf?: \"auto\" | \"start\" | \"end\" | \"center\" | \"baseline\" | \"stretch\";\n /**\n * The underlying DOM element usually set for accessibility or SEO reasons.\n *\n * @defaultValue \"div\"\n */\n as?: As;\n /**\n * The background color of the box.\n */\n backgroundColor?: (typeof allColors)[number];\n /**\n * The children to be rendered inside the box.\n */\n children?: ReactNode;\n /**\n * An \"escape hatch\" used to apply styles not otherwise available on Box.\n *\n * Please use this sparingly and only when you have a good reason to.\n */\n dangerouslySetInlineStyle?: {\n __style: Record<string, string | number | null>;\n };\n /**\n * The flex direction of the box.\n *\n * Responsive props:\n * * `smDirection`\n * * `lgDirection`\n *\n * @defaultValue `row`\n */\n direction?: Direction;\n /**\n * The display property specifies the display behavior (the type of rendering box) of an element.\n *\n * Responsive props:\n * * `smDisplay`\n * * `lgDisplay`\n *\n * @defaultValue `block`\n */\n display?: Display;\n /**\n * Sets the flex behavior of a flex item.\n *\n * * `none`: The item will not grow or shrink\n * * `shrink`: The item will shrink if necessary (default browser behavior)\n * * `grow`: The item will grow if necessary\n *\n * @defaultValue `shrink`\n */\n flex?: \"none\" | \"shrink\" | \"grow\";\n /**\n * By default, flex items will all try to fit onto one line. But if you specify `flexWrap=\"wrap\"`, the flex items will wrap onto multiple lines.\n *\n * @defaultValue `nowrap`\n */\n flexWrap?: \"wrap\" | \"nowrap\";\n /**\n * The gap between the children of the box.\n */\n gap?: Gap;\n /**\n * The id of the element.\n */\n id?: string;\n /**\n * The alignment of the box on the cross axis on lg (960px) or larger viewports.\n */\n lgAlignItems?: AlignItems;\n /**\n * The flex direction on lg (960px) or larger viewports.\n */\n lgDirection?: Direction;\n /**\n * The display style on lg (960px) or larger viewports.\n */\n lgDisplay?: Display;\n /**\n * The alignment of the box on the cross axis on lg (960px) or larger viewports.\n */\n lgJustifyContent?: JustifyContent;\n /**\n * Margin on lg (960px) or larger viewports.\n */\n lgMargin?: Margin;\n /**\n * Bottom margin on lg (960px) or larger viewports.\n */\n lgMarginBottom?: Margin;\n /**\n * Margin to the right in left-to-right languages, and to the left in right-to-left languages on lg (960px) or larger viewports.\n */\n lgMarginEnd?: Margin;\n /**\n * Margin to the left in left-to-right languages, and to the right in right-to-left languages on lg (960px) or larger viewports.\n */\n lgMarginStart?: Margin;\n /**\n * Top margin on lg (960px) or larger viewports.\n */\n lgMarginTop?: Margin;\n /**\n * The padding of the box on lg (960px) or larger viewports.\n */\n lgPadding?: Padding;\n /**\n * The padding of the box on the x-axis on lg (960px) or larger viewports.\n */\n lgPaddingX?: Padding;\n /**\n * The padding of the box on the y-axis on lg (960px) or larger viewports.\n */\n lgPaddingY?: Padding;\n /**\n * The margin of the box.\n *\n * Responsive props:\n * * `smMargin`\n * * `lgMargin`\n *\n * @defaultValue 0\n */\n margin?: Margin;\n /**\n * Bottom margin of the box.\n *\n * Responsive props:\n * * `smMarginBottom`\n * * `lgMarginBottom`\n *\n */\n marginBottom?: Margin;\n /**\n * Margin to the right in left-to-right languages, and to the left in right-to-left languages.\n *\n * Responsive props:\n * * `smMarginEnd`\n * * `lgMarginEnd`\n *\n */\n marginEnd?: Margin;\n /**\n * Margin to the left in left-to-right languages, and to the right in right-to-left languages.\n *\n * Responsive props:\n * * `smMarginStart`\n * * `lgMarginStart`\n *\n */\n marginStart?: Margin;\n /**\n * Top margin of the box.\n *\n * Responsive props:\n * * `smMarginTop`\n * * `lgMarginTop`\n *\n */\n marginTop?: Margin;\n /**\n * The maximum height of the box.\n */\n maxHeight?: Dimension;\n /**\n * The maximum width of the box.\n */\n maxWidth?: Dimension;\n /**\n * The minimum height of the box.\n */\n minHeight?: Dimension;\n /**\n * The minimum width of the box.\n */\n minWidth?: Dimension;\n /**\n * The height of the box.\n */\n height?: Dimension;\n /**\n * The alignment of the box on the main axis.\n *\n * Responsive props:\n * * `smJustifyContent`\n * * `lgJustifyContent`\n *\n * @defaultValue \"start\"\n */\n justifyContent?: JustifyContent;\n /**\n * How box behaves when content does not fit in the box on both axes.\n *\n * * `visible`\n * * `hidden`\n * * `scroll`\n * * `auto`\n * * `inherit`\n * * `initial`\n *\n * @defaultValue \"visible\"\n */\n overflow?: Overflow;\n /**\n * How box behaves when content does not fit in the box on the X axis.\n *\n * * `visible`\n * * `hidden`\n * * `scroll`\n * * `auto`\n * * `inherit`\n * * `initial`\n *\n * @defaultValue \"visible\"\n */\n overflowX?: Overflow;\n /**\n * How box behaves when content does not fit in the box on the Y axis.\n *\n * * `visible`\n * * `hidden`\n * * `scroll`\n * * `auto`\n * * `inherit`\n * * `initial`\n *\n * @defaultValue \"visible\"\n */\n overflowY?: Overflow;\n /**\n * The padding of the box.\n *\n * Responsive props:\n * * `smPadding`\n * * `lgPadding`\n *\n * @defaultValue 0\n */\n padding?: Padding;\n /**\n * The padding of the box on the x-axis.\n *\n * Responsive props:\n * * `smPaddingX`\n * * `lgPaddingX`\n *\n */\n paddingX?: Padding;\n /**\n * The padding of the box on the y-axis.\n *\n * Responsive props:\n * * `smPaddingY`\n * * `lgPaddingY`\n */\n paddingY?: Padding;\n /**\n * The position of the box.\n *\n * @defaultValue \"static\"\n */\n position?: \"absolute\" | \"fixed\" | \"relative\" | \"static\" | \"sticky\";\n /**\n * The role attribute of the box.\n *\n * See [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles) for the list of valid roles.\n */\n role?: AriaRole;\n /**\n * Border radius of the box.\n *\n * * `none`: 0px\n * * `sm`: 8px\n * * `md`: 12px\n * * `lg`: 16px\n * * `xl`: 24px\n * * `full`: 999px\n *\n * @defaultValue \"none\"\n */\n rounding?: \"xl\" | \"lg\" | \"md\" | \"sm\" | \"full\" | \"none\";\n /**\n * The alignment of the box on the cross axis on sm (480px) or larger viewports.\n */\n smAlignItems?: AlignItems;\n /**\n * The flex direction on sm (480px) or larger viewports.\n */\n smDirection?: Direction;\n /**\n * The display style on sm (480px) or larger viewports.\n */\n smDisplay?: Display;\n /**\n * The alignment of the box on the main axis on sm (480px) or larger viewports.\n */\n smJustifyContent?: JustifyContent;\n /**\n * Margin on sm (480px) or larger viewports.\n */\n smMargin?: Margin;\n /**\n * Bottom margin on sm (480px) or larger viewports.\n */\n smMarginBottom?: Margin;\n /**\n * Margin to the right in left-to-right languages, and to the left in right-to-left languages on sm (480px) or larger viewports.\n */\n smMarginEnd?: Margin;\n /**\n * Margin to the left in left-to-right languages, and to the right in right-to-left languages on sm (480px) or larger viewports.\n */\n smMarginStart?: Margin;\n /**\n * Top margin on sm (480px) or larger viewports.\n */\n smMarginTop?: Margin;\n /**\n * The padding of the box on sm (480px) or larger viewports.\n */\n smPadding?: Padding;\n /**\n * The padding of the box on the x-axis on sm (480px) or larger viewports.\n */\n smPaddingX?: Padding;\n /**\n * The padding of the box on the y-axis on sm (480px) or larger viewports.\n */\n smPaddingY?: Padding;\n /**\n * The width of the box.\n */\n width?: Dimension;\n};\n\n/**\n * [Box](https://cambly-syntax.vercel.app/?path=/docs/components-box--docs) is primitive design component and is used by lots of other components. It keeps details like spacing, borders and colors consistent across all of Syntax.\n *\n * Passthrough props:\n * * `aria-*`\n * * `data-testid`\n */\nconst Box = forwardRef<HTMLDivElement, BoxProps>(function Box(\n props: BoxProps,\n ref,\n): ReactElement {\n const { as: BoxElement = \"div\", children, ...boxProps } = props;\n\n const {\n // Classname\n alignItems,\n smAlignItems,\n lgAlignItems,\n alignSelf,\n backgroundColor,\n direction,\n smDirection,\n lgDirection,\n display,\n smDisplay,\n lgDisplay,\n flex,\n flexWrap,\n gap,\n justifyContent,\n smJustifyContent,\n lgJustifyContent,\n // Margin\n margin,\n marginBottom,\n marginEnd,\n marginStart,\n marginTop,\n smMargin,\n smMarginBottom,\n smMarginEnd,\n smMarginStart,\n smMarginTop,\n lgMargin,\n lgMarginBottom,\n lgMarginEnd,\n lgMarginStart,\n lgMarginTop,\n // Overflow\n overflow,\n overflowX,\n overflowY,\n // Padding\n padding,\n paddingX,\n paddingY,\n smPadding,\n smPaddingX,\n smPaddingY,\n lgPadding,\n lgPaddingX,\n lgPaddingY,\n position,\n rounding,\n // Style\n dangerouslySetInlineStyle,\n height,\n maxHeight,\n maxWidth,\n minHeight,\n minWidth,\n width,\n ...maybePassThroughProps\n } = boxProps;\n\n const parsedProps = {\n className: classNames(\n styles.box,\n alignItems && styles[`alignItems${alignItems}`],\n smAlignItems && styles[`alignItems${smAlignItems}Small`],\n lgAlignItems && styles[`alignItems${lgAlignItems}Large`],\n alignSelf && styles[`alignSelf${alignSelf}`],\n backgroundColor && colorStyles[`${backgroundColor}BackgroundColor`],\n direction && styles[direction],\n smDirection && styles[`${smDirection}Small`],\n lgDirection && styles[`${lgDirection}Large`],\n display && styles[display],\n smDisplay && styles[`${smDisplay}Small`],\n lgDisplay && styles[`${lgDisplay}Large`],\n flex && (flex === \"none\" || flex === \"grow\") && styles[`flex${flex}`],\n flexWrap && styles.flexWrap,\n gap != null && styles[`gap${gap}`],\n margin != null && !marginBottom && marginStyles[`marginBottom${margin}`],\n margin != null && !marginEnd && marginStyles[`marginEnd${margin}`],\n margin != null && !marginStart && marginStyles[`marginStart${margin}`],\n margin != null && !marginTop && marginStyles[`marginTop${margin}`],\n marginBottom != null && marginStyles[`marginBottom${marginBottom}`],\n marginEnd != null && marginStyles[`marginEnd${marginEnd}`],\n marginStart != null && marginStyles[`marginStart${marginStart}`],\n marginTop != null && marginStyles[`marginTop${marginTop}`],\n smMargin != null &&\n !smMarginBottom &&\n marginStyles[`marginBottom${smMargin}Small`],\n smMargin != null &&\n !smMarginEnd &&\n marginStyles[`marginEnd${smMargin}Small`],\n smMargin != null &&\n !smMarginStart &&\n marginStyles[`marginStart${smMargin}Small`],\n smMargin != null &&\n !smMarginTop &&\n marginStyles[`marginTop${smMargin}Small`],\n smMarginBottom != null &&\n marginStyles[`marginBottom${smMarginBottom}Small`],\n smMarginEnd != null && marginStyles[`marginEnd${smMarginEnd}Small`],\n smMarginStart != null && marginStyles[`marginStart${smMarginStart}Small`],\n smMarginTop != null && marginStyles[`marginTop${smMarginTop}Small`],\n lgMargin != null &&\n !lgMarginBottom &&\n marginStyles[`marginBottom${lgMargin}Large`],\n lgMargin != null &&\n !lgMarginEnd &&\n marginStyles[`marginEnd${lgMargin}Large`],\n lgMargin != null &&\n !lgMarginStart &&\n marginStyles[`marginStart${lgMargin}Large`],\n lgMargin != null &&\n !lgMarginTop &&\n marginStyles[`marginTop${lgMargin}Large`],\n lgMarginBottom != null &&\n marginStyles[`marginBottom${lgMarginBottom}Large`],\n lgMarginEnd != null && marginStyles[`marginEnd${lgMarginEnd}Large`],\n lgMarginStart != null && marginStyles[`marginStart${lgMarginStart}Large`],\n lgMarginTop != null && marginStyles[`marginTop${lgMarginTop}Large`],\n padding != null && !paddingX && paddingStyles[`paddingX${padding}`],\n padding != null && !paddingY && paddingStyles[`paddingY${padding}`],\n paddingX != null && paddingStyles[`paddingX${paddingX}`],\n paddingY != null && paddingStyles[`paddingY${paddingY}`],\n smPadding != null &&\n !smPaddingX &&\n paddingStyles[`paddingX${smPadding}Small`],\n smPadding != null &&\n !smPaddingY &&\n paddingStyles[`paddingY${smPadding}Small`],\n smPaddingX != null && paddingStyles[`paddingX${smPaddingX}Small`],\n smPaddingY != null && paddingStyles[`paddingY${smPaddingY}Small`],\n lgPadding != null &&\n !lgPaddingX &&\n paddingStyles[`paddingX${lgPadding}Large`],\n lgPadding != null &&\n !lgPaddingX &&\n paddingStyles[`paddingY${lgPadding}Large`],\n lgPaddingX != null && paddingStyles[`paddingX${lgPaddingX}Large`],\n lgPaddingY != null && paddingStyles[`paddingY${lgPaddingY}Large`],\n justifyContent && styles[`justifyContent${justifyContent}`],\n smJustifyContent && styles[`justifyContent${smJustifyContent}Small`],\n lgJustifyContent && styles[`justifyContent${lgJustifyContent}Large`],\n position && position !== \"static\" && styles[position],\n rounding && rounding !== \"none\" && roundingStyles[`rounding${rounding}`],\n overflow && styles[`overflow${overflow}`],\n overflowX && styles[`overflowX${overflowX}`],\n overflowY && styles[`overflowY${overflowY}`],\n ),\n style: {\n height,\n maxHeight,\n maxWidth,\n minHeight,\n minWidth,\n width,\n ...(dangerouslySetInlineStyle?.__style ?? {}),\n },\n };\n\n const passthroughProps = Object.entries(maybePassThroughProps).reduce<\n Record<string, number | string | undefined>\n >((acc, [key]) => {\n if (\n key === \"id\" ||\n key === \"role\" ||\n key.startsWith(\"aria-\") ||\n key.startsWith(\"data-testid\")\n ) {\n // @ts-expect-error unsafe assignment\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n acc[key] = maybePassThroughProps[key];\n }\n return acc;\n }, {});\n\n return (\n <BoxElement {...parsedProps} {...passthroughProps} ref={ref}>\n {children}\n </BoxElement>\n );\n});\n\nexport default Box;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Box/Box.module.css\"; export default {\"box\":\"_box_bg9pe_1\",\"flexnone\":\"_flexnone_bg9pe_5\",\"flexgrow\":\"_flexgrow_bg9pe_9\",\"flexWrap\":\"_flexWrap_bg9pe_13\",\"alignItemscenter\":\"_alignItemscenter_bg9pe_18\",\"alignItemsstart\":\"_alignItemsstart_bg9pe_22\",\"alignItemsend\":\"_alignItemsend_bg9pe_26\",\"alignItemsstretch\":\"_alignItemsstretch_bg9pe_30\",\"alignItemsbaseline\":\"_alignItemsbaseline_bg9pe_34\",\"alignItemscenterSmall\":\"_alignItemscenterSmall_bg9pe_40\",\"alignItemsstartSmall\":\"_alignItemsstartSmall_bg9pe_44\",\"alignItemsendSmall\":\"_alignItemsendSmall_bg9pe_48\",\"alignItemsstretchSmall\":\"_alignItemsstretchSmall_bg9pe_52\",\"alignItemsbaselineSmall\":\"_alignItemsbaselineSmall_bg9pe_56\",\"alignItemscenterLarge\":\"_alignItemscenterLarge_bg9pe_63\",\"alignItemsstartLarge\":\"_alignItemsstartLarge_bg9pe_67\",\"alignItemsendLarge\":\"_alignItemsendLarge_bg9pe_71\",\"alignItemsstretchLarge\":\"_alignItemsstretchLarge_bg9pe_75\",\"alignItemsbaselineLarge\":\"_alignItemsbaselineLarge_bg9pe_79\",\"alignSelfcenter\":\"_alignSelfcenter_bg9pe_85\",\"alignSelfstart\":\"_alignSelfstart_bg9pe_89\",\"alignSelfend\":\"_alignSelfend_bg9pe_93\",\"alignSelfstretch\":\"_alignSelfstretch_bg9pe_97\",\"alignSelfbaseline\":\"_alignSelfbaseline_bg9pe_101\",\"alignSelfauto\":\"_alignSelfauto_bg9pe_105\",\"block\":\"_block_bg9pe_110\",\"flex\":\"_flex_bg9pe_5\",\"inlineBlock\":\"_inlineBlock_bg9pe_118\",\"none\":\"_none_bg9pe_122\",\"visuallyHidden\":\"_visuallyHidden_bg9pe_126\",\"blockSmall\":\"_blockSmall_bg9pe_140\",\"flexSmall\":\"_flexSmall_bg9pe_144\",\"inlineBlockSmall\":\"_inlineBlockSmall_bg9pe_148\",\"noneSmall\":\"_noneSmall_bg9pe_152\",\"visuallyHiddenSmall\":\"_visuallyHiddenSmall_bg9pe_156\",\"blockLarge\":\"_blockLarge_bg9pe_171\",\"flexLarge\":\"_flexLarge_bg9pe_175\",\"inlineBlockLarge\":\"_inlineBlockLarge_bg9pe_179\",\"noneLarge\":\"_noneLarge_bg9pe_183\",\"visuallyHiddenLarge\":\"_visuallyHiddenLarge_bg9pe_187\",\"column\":\"_column_bg9pe_201\",\"row\":\"_row_bg9pe_205\",\"columnSmall\":\"_columnSmall_bg9pe_211\",\"rowSmall\":\"_rowSmall_bg9pe_215\",\"columnLarge\":\"_columnLarge_bg9pe_222\",\"rowLarge\":\"_rowLarge_bg9pe_226\",\"gap0\":\"_gap0_bg9pe_232\",\"gap1\":\"_gap1_bg9pe_236\",\"gap2\":\"_gap2_bg9pe_240\",\"gap3\":\"_gap3_bg9pe_244\",\"gap4\":\"_gap4_bg9pe_248\",\"gap5\":\"_gap5_bg9pe_252\",\"gap6\":\"_gap6_bg9pe_256\",\"gap7\":\"_gap7_bg9pe_260\",\"gap8\":\"_gap8_bg9pe_264\",\"gap9\":\"_gap9_bg9pe_268\",\"gap10\":\"_gap10_bg9pe_272\",\"gap11\":\"_gap11_bg9pe_276\",\"gap12\":\"_gap12_bg9pe_280\",\"justifyContentcenter\":\"_justifyContentcenter_bg9pe_285\",\"justifyContentstart\":\"_justifyContentstart_bg9pe_289\",\"justifyContentend\":\"_justifyContentend_bg9pe_293\",\"justifyContentbetween\":\"_justifyContentbetween_bg9pe_297\",\"justifyContentaround\":\"_justifyContentaround_bg9pe_301\",\"justifyContentevenly\":\"_justifyContentevenly_bg9pe_305\",\"justifyContentcenterSmall\":\"_justifyContentcenterSmall_bg9pe_311\",\"justifyContentstartSmall\":\"_justifyContentstartSmall_bg9pe_315\",\"justifyContentendSmall\":\"_justifyContentendSmall_bg9pe_319\",\"justifyContentbetweenSmall\":\"_justifyContentbetweenSmall_bg9pe_323\",\"justifyContentaroundSmall\":\"_justifyContentaroundSmall_bg9pe_327\",\"justifyContentevenlySmall\":\"_justifyContentevenlySmall_bg9pe_331\",\"justifyContentcenterLarge\":\"_justifyContentcenterLarge_bg9pe_338\",\"justifyContentstartLarge\":\"_justifyContentstartLarge_bg9pe_342\",\"justifyContentendLarge\":\"_justifyContentendLarge_bg9pe_346\",\"justifyContentbetweenLarge\":\"_justifyContentbetweenLarge_bg9pe_350\",\"justifyContentaroundLarge\":\"_justifyContentaroundLarge_bg9pe_354\",\"justifyContentevenlyLarge\":\"_justifyContentevenlyLarge_bg9pe_358\",\"overflowvisible\":\"_overflowvisible_bg9pe_364\",\"overflowhidden\":\"_overflowhidden_bg9pe_368\",\"overflowscroll\":\"_overflowscroll_bg9pe_372\",\"overflowauto\":\"_overflowauto_bg9pe_376\",\"overflowinherit\":\"_overflowinherit_bg9pe_380\",\"overflowinitial\":\"_overflowinitial_bg9pe_384\",\"overflowXvisible\":\"_overflowXvisible_bg9pe_388\",\"overflowXhidden\":\"_overflowXhidden_bg9pe_392\",\"overflowXscroll\":\"_overflowXscroll_bg9pe_396\",\"overflowXauto\":\"_overflowXauto_bg9pe_400\",\"overflowXinherit\":\"_overflowXinherit_bg9pe_404\",\"overflowXinitial\":\"_overflowXinitial_bg9pe_408\",\"overflowYvisible\":\"_overflowYvisible_bg9pe_412\",\"overflowYhidden\":\"_overflowYhidden_bg9pe_416\",\"overflowYscroll\":\"_overflowYscroll_bg9pe_420\",\"overflowYauto\":\"_overflowYauto_bg9pe_424\",\"overflowYinherit\":\"_overflowYinherit_bg9pe_428\",\"overflowYinitial\":\"_overflowYinitial_bg9pe_432\",\"absolute\":\"_absolute_bg9pe_437\",\"fixed\":\"_fixed_bg9pe_441\",\"relative\":\"_relative_bg9pe_445\",\"sticky\":\"_sticky_bg9pe_449\"}","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Box/margin.module.css\"; export default {\"marginBottom-12\":\"_marginBottom-12_1whn1_2\",\"marginBottom-11\":\"_marginBottom-11_1whn1_6\",\"marginBottom-10\":\"_marginBottom-10_1whn1_10\",\"marginBottom-9\":\"_marginBottom-9_1whn1_14\",\"marginBottom-8\":\"_marginBottom-8_1whn1_18\",\"marginBottom-7\":\"_marginBottom-7_1whn1_22\",\"marginBottom-6\":\"_marginBottom-6_1whn1_26\",\"marginBottom-5\":\"_marginBottom-5_1whn1_30\",\"marginBottom-4\":\"_marginBottom-4_1whn1_34\",\"marginBottom-3\":\"_marginBottom-3_1whn1_38\",\"marginBottom-2\":\"_marginBottom-2_1whn1_42\",\"marginBottom-1\":\"_marginBottom-1_1whn1_2\",\"marginBottom0\":\"_marginBottom0_1whn1_50\",\"marginBottom1\":\"_marginBottom1_1whn1_54\",\"marginBottom2\":\"_marginBottom2_1whn1_58\",\"marginBottom3\":\"_marginBottom3_1whn1_62\",\"marginBottom4\":\"_marginBottom4_1whn1_66\",\"marginBottom5\":\"_marginBottom5_1whn1_70\",\"marginBottom6\":\"_marginBottom6_1whn1_74\",\"marginBottom7\":\"_marginBottom7_1whn1_78\",\"marginBottom8\":\"_marginBottom8_1whn1_82\",\"marginBottom9\":\"_marginBottom9_1whn1_86\",\"marginBottom10\":\"_marginBottom10_1whn1_90\",\"marginBottom11\":\"_marginBottom11_1whn1_94\",\"marginBottom12\":\"_marginBottom12_1whn1_98\",\"marginBottomauto\":\"_marginBottomauto_1whn1_102\",\"marginEnd-12\":\"_marginEnd-12_1whn1_107\",\"marginEnd-11\":\"_marginEnd-11_1whn1_111\",\"marginEnd-10\":\"_marginEnd-10_1whn1_115\",\"marginEnd-9\":\"_marginEnd-9_1whn1_119\",\"marginEnd-8\":\"_marginEnd-8_1whn1_123\",\"marginEnd-7\":\"_marginEnd-7_1whn1_127\",\"marginEnd-6\":\"_marginEnd-6_1whn1_131\",\"marginEnd-5\":\"_marginEnd-5_1whn1_135\",\"marginEnd-4\":\"_marginEnd-4_1whn1_139\",\"marginEnd-3\":\"_marginEnd-3_1whn1_143\",\"marginEnd-2\":\"_marginEnd-2_1whn1_147\",\"marginEnd-1\":\"_marginEnd-1_1whn1_107\",\"marginEnd0\":\"_marginEnd0_1whn1_155\",\"marginEnd1\":\"_marginEnd1_1whn1_159\",\"marginEnd2\":\"_marginEnd2_1whn1_163\",\"marginEnd3\":\"_marginEnd3_1whn1_167\",\"marginEnd4\":\"_marginEnd4_1whn1_171\",\"marginEnd5\":\"_marginEnd5_1whn1_175\",\"marginEnd6\":\"_marginEnd6_1whn1_179\",\"marginEnd7\":\"_marginEnd7_1whn1_183\",\"marginEnd8\":\"_marginEnd8_1whn1_187\",\"marginEnd9\":\"_marginEnd9_1whn1_191\",\"marginEnd10\":\"_marginEnd10_1whn1_195\",\"marginEnd11\":\"_marginEnd11_1whn1_199\",\"marginEnd12\":\"_marginEnd12_1whn1_203\",\"marginEndauto\":\"_marginEndauto_1whn1_207\",\"marginStart-12\":\"_marginStart-12_1whn1_212\",\"marginStart-11\":\"_marginStart-11_1whn1_216\",\"marginStart-10\":\"_marginStart-10_1whn1_220\",\"marginStart-9\":\"_marginStart-9_1whn1_224\",\"marginStart-8\":\"_marginStart-8_1whn1_228\",\"marginStart-7\":\"_marginStart-7_1whn1_232\",\"marginStart-6\":\"_marginStart-6_1whn1_236\",\"marginStart-5\":\"_marginStart-5_1whn1_240\",\"marginStart-4\":\"_marginStart-4_1whn1_244\",\"marginStart-3\":\"_marginStart-3_1whn1_248\",\"marginStart-2\":\"_marginStart-2_1whn1_252\",\"marginStart-1\":\"_marginStart-1_1whn1_212\",\"marginStart0\":\"_marginStart0_1whn1_260\",\"marginStart1\":\"_marginStart1_1whn1_264\",\"marginStart2\":\"_marginStart2_1whn1_268\",\"marginStart3\":\"_marginStart3_1whn1_272\",\"marginStart4\":\"_marginStart4_1whn1_276\",\"marginStart5\":\"_marginStart5_1whn1_280\",\"marginStart6\":\"_marginStart6_1whn1_284\",\"marginStart7\":\"_marginStart7_1whn1_288\",\"marginStart8\":\"_marginStart8_1whn1_292\",\"marginStart9\":\"_marginStart9_1whn1_296\",\"marginStart10\":\"_marginStart10_1whn1_300\",\"marginStart11\":\"_marginStart11_1whn1_304\",\"marginStart12\":\"_marginStart12_1whn1_308\",\"marginStartauto\":\"_marginStartauto_1whn1_312\",\"marginTop-12\":\"_marginTop-12_1whn1_317\",\"marginTop-11\":\"_marginTop-11_1whn1_321\",\"marginTop-10\":\"_marginTop-10_1whn1_325\",\"marginTop-9\":\"_marginTop-9_1whn1_329\",\"marginTop-8\":\"_marginTop-8_1whn1_333\",\"marginTop-7\":\"_marginTop-7_1whn1_337\",\"marginTop-6\":\"_marginTop-6_1whn1_341\",\"marginTop-5\":\"_marginTop-5_1whn1_345\",\"marginTop-4\":\"_marginTop-4_1whn1_349\",\"marginTop-3\":\"_marginTop-3_1whn1_353\",\"marginTop-2\":\"_marginTop-2_1whn1_357\",\"marginTop-1\":\"_marginTop-1_1whn1_317\",\"marginTop0\":\"_marginTop0_1whn1_365\",\"marginTop1\":\"_marginTop1_1whn1_369\",\"marginTop2\":\"_marginTop2_1whn1_373\",\"marginTop3\":\"_marginTop3_1whn1_377\",\"marginTop4\":\"_marginTop4_1whn1_381\",\"marginTop5\":\"_marginTop5_1whn1_385\",\"marginTop6\":\"_marginTop6_1whn1_389\",\"marginTop7\":\"_marginTop7_1whn1_393\",\"marginTop8\":\"_marginTop8_1whn1_397\",\"marginTop9\":\"_marginTop9_1whn1_401\",\"marginTop10\":\"_marginTop10_1whn1_405\",\"marginTop11\":\"_marginTop11_1whn1_409\",\"marginTop12\":\"_marginTop12_1whn1_413\",\"marginTopauto\":\"_marginTopauto_1whn1_417\",\"marginBottom-12Small\":\"_marginBottom-12Small_1whn1_423\",\"marginBottom-11Small\":\"_marginBottom-11Small_1whn1_427\",\"marginBottom-10Small\":\"_marginBottom-10Small_1whn1_431\",\"marginBottom-9Small\":\"_marginBottom-9Small_1whn1_435\",\"marginBottom-8Small\":\"_marginBottom-8Small_1whn1_439\",\"marginBottom-7Small\":\"_marginBottom-7Small_1whn1_443\",\"marginBottom-6Small\":\"_marginBottom-6Small_1whn1_447\",\"marginBottom-5Small\":\"_marginBottom-5Small_1whn1_451\",\"marginBottom-4Small\":\"_marginBottom-4Small_1whn1_455\",\"marginBottom-3Small\":\"_marginBottom-3Small_1whn1_459\",\"marginBottom-2Small\":\"_marginBottom-2Small_1whn1_463\",\"marginBottom-1Small\":\"_marginBottom-1Small_1whn1_467\",\"marginBottom0Small\":\"_marginBottom0Small_1whn1_471\",\"marginBottom1Small\":\"_marginBottom1Small_1whn1_475\",\"marginBottom2Small\":\"_marginBottom2Small_1whn1_479\",\"marginBottom3Small\":\"_marginBottom3Small_1whn1_483\",\"marginBottom4Small\":\"_marginBottom4Small_1whn1_487\",\"marginBottom5Small\":\"_marginBottom5Small_1whn1_491\",\"marginBottom6Small\":\"_marginBottom6Small_1whn1_495\",\"marginBottom7Small\":\"_marginBottom7Small_1whn1_499\",\"marginBottom8Small\":\"_marginBottom8Small_1whn1_503\",\"marginBottom9Small\":\"_marginBottom9Small_1whn1_507\",\"marginBottom10Small\":\"_marginBottom10Small_1whn1_511\",\"marginBottom11Small\":\"_marginBottom11Small_1whn1_515\",\"marginBottom12Small\":\"_marginBottom12Small_1whn1_519\",\"marginBottomautoSmall\":\"_marginBottomautoSmall_1whn1_523\",\"marginEnd-12Small\":\"_marginEnd-12Small_1whn1_527\",\"marginEnd-11Small\":\"_marginEnd-11Small_1whn1_531\",\"marginEnd-10Small\":\"_marginEnd-10Small_1whn1_535\",\"marginEnd-9Small\":\"_marginEnd-9Small_1whn1_539\",\"marginEnd-8Small\":\"_marginEnd-8Small_1whn1_543\",\"marginEnd-7Small\":\"_marginEnd-7Small_1whn1_547\",\"marginEnd-6Small\":\"_marginEnd-6Small_1whn1_551\",\"marginEnd-5Small\":\"_marginEnd-5Small_1whn1_555\",\"marginEnd-4Small\":\"_marginEnd-4Small_1whn1_559\",\"marginEnd-3Small\":\"_marginEnd-3Small_1whn1_563\",\"marginEnd-2Small\":\"_marginEnd-2Small_1whn1_567\",\"marginEnd-1Small\":\"_marginEnd-1Small_1whn1_571\",\"marginEnd0Small\":\"_marginEnd0Small_1whn1_575\",\"marginEnd1Small\":\"_marginEnd1Small_1whn1_579\",\"marginEnd2Small\":\"_marginEnd2Small_1whn1_583\",\"marginEnd3Small\":\"_marginEnd3Small_1whn1_587\",\"marginEnd4Small\":\"_marginEnd4Small_1whn1_591\",\"marginEnd5Small\":\"_marginEnd5Small_1whn1_595\",\"marginEnd6Small\":\"_marginEnd6Small_1whn1_599\",\"marginEnd7Small\":\"_marginEnd7Small_1whn1_603\",\"marginEnd8Small\":\"_marginEnd8Small_1whn1_607\",\"marginEnd9Small\":\"_marginEnd9Small_1whn1_611\",\"marginEnd10Small\":\"_marginEnd10Small_1whn1_615\",\"marginEnd11Small\":\"_marginEnd11Small_1whn1_619\",\"marginEnd12Small\":\"_marginEnd12Small_1whn1_623\",\"marginEndautoSmall\":\"_marginEndautoSmall_1whn1_627\",\"marginStart-12Small\":\"_marginStart-12Small_1whn1_631\",\"marginStart-11Small\":\"_marginStart-11Small_1whn1_635\",\"marginStart-10Small\":\"_marginStart-10Small_1whn1_639\",\"marginStart-9Small\":\"_marginStart-9Small_1whn1_643\",\"marginStart-8Small\":\"_marginStart-8Small_1whn1_647\",\"marginStart-7Small\":\"_marginStart-7Small_1whn1_651\",\"marginStart-6Small\":\"_marginStart-6Small_1whn1_655\",\"marginStart-5Small\":\"_marginStart-5Small_1whn1_659\",\"marginStart-4Small\":\"_marginStart-4Small_1whn1_663\",\"marginStart-3Small\":\"_marginStart-3Small_1whn1_667\",\"marginStart-2Small\":\"_marginStart-2Small_1whn1_671\",\"marginStart-1Small\":\"_marginStart-1Small_1whn1_675\",\"marginStart0Small\":\"_marginStart0Small_1whn1_679\",\"marginStart1Small\":\"_marginStart1Small_1whn1_683\",\"marginStart2Small\":\"_marginStart2Small_1whn1_687\",\"marginStart3Small\":\"_marginStart3Small_1whn1_691\",\"marginStart4Small\":\"_marginStart4Small_1whn1_695\",\"marginStart5Small\":\"_marginStart5Small_1whn1_699\",\"marginStart6Small\":\"_marginStart6Small_1whn1_703\",\"marginStart7Small\":\"_marginStart7Small_1whn1_707\",\"marginStart8Small\":\"_marginStart8Small_1whn1_711\",\"marginStart9Small\":\"_marginStart9Small_1whn1_715\",\"marginStart10Small\":\"_marginStart10Small_1whn1_719\",\"marginStart11Small\":\"_marginStart11Small_1whn1_723\",\"marginStart12Small\":\"_marginStart12Small_1whn1_727\",\"marginStartautoSmall\":\"_marginStartautoSmall_1whn1_731\",\"marginTop-12Small\":\"_marginTop-12Small_1whn1_735\",\"marginTop-11Small\":\"_marginTop-11Small_1whn1_739\",\"marginTop-10Small\":\"_marginTop-10Small_1whn1_743\",\"marginTop-9Small\":\"_marginTop-9Small_1whn1_747\",\"marginTop-8Small\":\"_marginTop-8Small_1whn1_751\",\"marginTop-7Small\":\"_marginTop-7Small_1whn1_755\",\"marginTop-6Small\":\"_marginTop-6Small_1whn1_759\",\"marginTop-5Small\":\"_marginTop-5Small_1whn1_763\",\"marginTop-4Small\":\"_marginTop-4Small_1whn1_767\",\"marginTop-3Small\":\"_marginTop-3Small_1whn1_771\",\"marginTop-2Small\":\"_marginTop-2Small_1whn1_775\",\"marginTop-1Small\":\"_marginTop-1Small_1whn1_779\",\"marginTop0Small\":\"_marginTop0Small_1whn1_783\",\"marginTop1Small\":\"_marginTop1Small_1whn1_787\",\"marginTop2Small\":\"_marginTop2Small_1whn1_791\",\"marginTop3Small\":\"_marginTop3Small_1whn1_795\",\"marginTop4Small\":\"_marginTop4Small_1whn1_799\",\"marginTop5Small\":\"_marginTop5Small_1whn1_803\",\"marginTop6Small\":\"_marginTop6Small_1whn1_807\",\"marginTop7Small\":\"_marginTop7Small_1whn1_811\",\"marginTop8Small\":\"_marginTop8Small_1whn1_815\",\"marginTop9Small\":\"_marginTop9Small_1whn1_819\",\"marginTop10Small\":\"_marginTop10Small_1whn1_823\",\"marginTop11Small\":\"_marginTop11Small_1whn1_827\",\"marginTop12Small\":\"_marginTop12Small_1whn1_831\",\"marginTopautoSmall\":\"_marginTopautoSmall_1whn1_835\",\"marginBottom-12Large\":\"_marginBottom-12Large_1whn1_842\",\"marginBottom-11Large\":\"_marginBottom-11Large_1whn1_846\",\"marginBottom-10Large\":\"_marginBottom-10Large_1whn1_850\",\"marginBottom-9Large\":\"_marginBottom-9Large_1whn1_854\",\"marginBottom-8Large\":\"_marginBottom-8Large_1whn1_858\",\"marginBottom-7Large\":\"_marginBottom-7Large_1whn1_862\",\"marginBottom-6Large\":\"_marginBottom-6Large_1whn1_866\",\"marginBottom-5Large\":\"_marginBottom-5Large_1whn1_870\",\"marginBottom-4Large\":\"_marginBottom-4Large_1whn1_874\",\"marginBottom-3Large\":\"_marginBottom-3Large_1whn1_878\",\"marginBottom-2Large\":\"_marginBottom-2Large_1whn1_882\",\"marginBottom-1Large\":\"_marginBottom-1Large_1whn1_886\",\"marginBottom0Large\":\"_marginBottom0Large_1whn1_890\",\"marginBottom1Large\":\"_marginBottom1Large_1whn1_894\",\"marginBottom2Large\":\"_marginBottom2Large_1whn1_898\",\"marginBottom3Large\":\"_marginBottom3Large_1whn1_902\",\"marginBottom4Large\":\"_marginBottom4Large_1whn1_906\",\"marginBottom5Large\":\"_marginBottom5Large_1whn1_910\",\"marginBottom6Large\":\"_marginBottom6Large_1whn1_914\",\"marginBottom7Large\":\"_marginBottom7Large_1whn1_918\",\"marginBottom8Large\":\"_marginBottom8Large_1whn1_922\",\"marginBottom9Large\":\"_marginBottom9Large_1whn1_926\",\"marginBottom10Large\":\"_marginBottom10Large_1whn1_930\",\"marginBottom11Large\":\"_marginBottom11Large_1whn1_934\",\"marginBottom12Large\":\"_marginBottom12Large_1whn1_938\",\"marginBottomautoLarge\":\"_marginBottomautoLarge_1whn1_942\",\"marginEnd-12Large\":\"_marginEnd-12Large_1whn1_946\",\"marginEnd-11Large\":\"_marginEnd-11Large_1whn1_950\",\"marginEnd-10Large\":\"_marginEnd-10Large_1whn1_954\",\"marginEnd-9Large\":\"_marginEnd-9Large_1whn1_958\",\"marginEnd-8Large\":\"_marginEnd-8Large_1whn1_962\",\"marginEnd-7Large\":\"_marginEnd-7Large_1whn1_966\",\"marginEnd-6Large\":\"_marginEnd-6Large_1whn1_970\",\"marginEnd-5Large\":\"_marginEnd-5Large_1whn1_974\",\"marginEnd-4Large\":\"_marginEnd-4Large_1whn1_978\",\"marginEnd-3Large\":\"_marginEnd-3Large_1whn1_982\",\"marginEnd-2Large\":\"_marginEnd-2Large_1whn1_986\",\"marginEnd-1Large\":\"_marginEnd-1Large_1whn1_990\",\"marginEnd0Large\":\"_marginEnd0Large_1whn1_994\",\"marginEnd1Large\":\"_marginEnd1Large_1whn1_998\",\"marginEnd2Large\":\"_marginEnd2Large_1whn1_1002\",\"marginEnd3Large\":\"_marginEnd3Large_1whn1_1006\",\"marginEnd4Large\":\"_marginEnd4Large_1whn1_1010\",\"marginEnd5Large\":\"_marginEnd5Large_1whn1_1014\",\"marginEnd6Large\":\"_marginEnd6Large_1whn1_1018\",\"marginEnd7Large\":\"_marginEnd7Large_1whn1_1022\",\"marginEnd8Large\":\"_marginEnd8Large_1whn1_1026\",\"marginEnd9Large\":\"_marginEnd9Large_1whn1_1030\",\"marginEnd10Large\":\"_marginEnd10Large_1whn1_1034\",\"marginEnd11Large\":\"_marginEnd11Large_1whn1_1038\",\"marginEnd12Large\":\"_marginEnd12Large_1whn1_1042\",\"marginEndautoLarge\":\"_marginEndautoLarge_1whn1_1046\",\"marginStart-12Large\":\"_marginStart-12Large_1whn1_1050\",\"marginStart-11Large\":\"_marginStart-11Large_1whn1_1054\",\"marginStart-10Large\":\"_marginStart-10Large_1whn1_1058\",\"marginStart-9Large\":\"_marginStart-9Large_1whn1_1062\",\"marginStart-8Large\":\"_marginStart-8Large_1whn1_1066\",\"marginStart-7Large\":\"_marginStart-7Large_1whn1_1070\",\"marginStart-6Large\":\"_marginStart-6Large_1whn1_1074\",\"marginStart-5Large\":\"_marginStart-5Large_1whn1_1078\",\"marginStart-4Large\":\"_marginStart-4Large_1whn1_1082\",\"marginStart-3Large\":\"_marginStart-3Large_1whn1_1086\",\"marginStart-2Large\":\"_marginStart-2Large_1whn1_1090\",\"marginStart-1Large\":\"_marginStart-1Large_1whn1_1094\",\"marginStart0Large\":\"_marginStart0Large_1whn1_1098\",\"marginStart1Large\":\"_marginStart1Large_1whn1_1102\",\"marginStart2Large\":\"_marginStart2Large_1whn1_1106\",\"marginStart3Large\":\"_marginStart3Large_1whn1_1110\",\"marginStart4Large\":\"_marginStart4Large_1whn1_1114\",\"marginStart5Large\":\"_marginStart5Large_1whn1_1118\",\"marginStart6Large\":\"_marginStart6Large_1whn1_1122\",\"marginStart7Large\":\"_marginStart7Large_1whn1_1126\",\"marginStart8Large\":\"_marginStart8Large_1whn1_1130\",\"marginStart9Large\":\"_marginStart9Large_1whn1_1134\",\"marginStart10Large\":\"_marginStart10Large_1whn1_1138\",\"marginStart11Large\":\"_marginStart11Large_1whn1_1142\",\"marginStart12Large\":\"_marginStart12Large_1whn1_1146\",\"marginStartautoLarge\":\"_marginStartautoLarge_1whn1_1150\",\"marginTop-12Large\":\"_marginTop-12Large_1whn1_1154\",\"marginTop-11Large\":\"_marginTop-11Large_1whn1_1158\",\"marginTop-10Large\":\"_marginTop-10Large_1whn1_1162\",\"marginTop-9Large\":\"_marginTop-9Large_1whn1_1166\",\"marginTop-8Large\":\"_marginTop-8Large_1whn1_1170\",\"marginTop-7Large\":\"_marginTop-7Large_1whn1_1174\",\"marginTop-6Large\":\"_marginTop-6Large_1whn1_1178\",\"marginTop-5Large\":\"_marginTop-5Large_1whn1_1182\",\"marginTop-4Large\":\"_marginTop-4Large_1whn1_1186\",\"marginTop-3Large\":\"_marginTop-3Large_1whn1_1190\",\"marginTop-2Large\":\"_marginTop-2Large_1whn1_1194\",\"marginTop-1Large\":\"_marginTop-1Large_1whn1_1198\",\"marginTop0Large\":\"_marginTop0Large_1whn1_1202\",\"marginTop1Large\":\"_marginTop1Large_1whn1_1206\",\"marginTop2Large\":\"_marginTop2Large_1whn1_1210\",\"marginTop3Large\":\"_marginTop3Large_1whn1_1214\",\"marginTop4Large\":\"_marginTop4Large_1whn1_1218\",\"marginTop5Large\":\"_marginTop5Large_1whn1_1222\",\"marginTop6Large\":\"_marginTop6Large_1whn1_1226\",\"marginTop7Large\":\"_marginTop7Large_1whn1_1230\",\"marginTop8Large\":\"_marginTop8Large_1whn1_1234\",\"marginTop9Large\":\"_marginTop9Large_1whn1_1238\",\"marginTop10Large\":\"_marginTop10Large_1whn1_1242\",\"marginTop11Large\":\"_marginTop11Large_1whn1_1246\",\"marginTop12Large\":\"_marginTop12Large_1whn1_1250\",\"marginTopautoLarge\":\"_marginTopautoLarge_1whn1_1254\"}","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Box/padding.module.css\"; export default {\"paddingX0\":\"_paddingX0_1aqye_2\",\"paddingX1\":\"_paddingX1_1aqye_7\",\"paddingX2\":\"_paddingX2_1aqye_12\",\"paddingX3\":\"_paddingX3_1aqye_17\",\"paddingX4\":\"_paddingX4_1aqye_22\",\"paddingX5\":\"_paddingX5_1aqye_27\",\"paddingX6\":\"_paddingX6_1aqye_32\",\"paddingX7\":\"_paddingX7_1aqye_37\",\"paddingX8\":\"_paddingX8_1aqye_42\",\"paddingX9\":\"_paddingX9_1aqye_47\",\"paddingX10\":\"_paddingX10_1aqye_52\",\"paddingX11\":\"_paddingX11_1aqye_57\",\"paddingX12\":\"_paddingX12_1aqye_62\",\"paddingY0\":\"_paddingY0_1aqye_67\",\"paddingY1\":\"_paddingY1_1aqye_72\",\"paddingY2\":\"_paddingY2_1aqye_77\",\"paddingY3\":\"_paddingY3_1aqye_82\",\"paddingY4\":\"_paddingY4_1aqye_87\",\"paddingY5\":\"_paddingY5_1aqye_92\",\"paddingY6\":\"_paddingY6_1aqye_97\",\"paddingY7\":\"_paddingY7_1aqye_102\",\"paddingY8\":\"_paddingY8_1aqye_107\",\"paddingY9\":\"_paddingY9_1aqye_112\",\"paddingY10\":\"_paddingY10_1aqye_117\",\"paddingY11\":\"_paddingY11_1aqye_122\",\"paddingY12\":\"_paddingY12_1aqye_127\",\"paddingX0Small\":\"_paddingX0Small_1aqye_134\",\"paddingX1Small\":\"_paddingX1Small_1aqye_139\",\"paddingX2Small\":\"_paddingX2Small_1aqye_144\",\"paddingX3Small\":\"_paddingX3Small_1aqye_149\",\"paddingX4Small\":\"_paddingX4Small_1aqye_154\",\"paddingX5Small\":\"_paddingX5Small_1aqye_159\",\"paddingX6Small\":\"_paddingX6Small_1aqye_164\",\"paddingX7Small\":\"_paddingX7Small_1aqye_169\",\"paddingX8Small\":\"_paddingX8Small_1aqye_174\",\"paddingX9Small\":\"_paddingX9Small_1aqye_179\",\"paddingX10Small\":\"_paddingX10Small_1aqye_184\",\"paddingX11Small\":\"_paddingX11Small_1aqye_189\",\"paddingX12Small\":\"_paddingX12Small_1aqye_194\",\"paddingY0Small\":\"_paddingY0Small_1aqye_199\",\"paddingY1Small\":\"_paddingY1Small_1aqye_204\",\"paddingY2Small\":\"_paddingY2Small_1aqye_209\",\"paddingY3Small\":\"_paddingY3Small_1aqye_214\",\"paddingY4Small\":\"_paddingY4Small_1aqye_219\",\"paddingY5Small\":\"_paddingY5Small_1aqye_224\",\"paddingY6Small\":\"_paddingY6Small_1aqye_229\",\"paddingY7Small\":\"_paddingY7Small_1aqye_234\",\"paddingY8Small\":\"_paddingY8Small_1aqye_239\",\"paddingY9Small\":\"_paddingY9Small_1aqye_244\",\"paddingY10Small\":\"_paddingY10Small_1aqye_249\",\"paddingY11Small\":\"_paddingY11Small_1aqye_254\",\"paddingY12Small\":\"_paddingY12Small_1aqye_259\",\"paddingX0Large\":\"_paddingX0Large_1aqye_267\",\"paddingX1Large\":\"_paddingX1Large_1aqye_272\",\"paddingX2Large\":\"_paddingX2Large_1aqye_277\",\"paddingX3Large\":\"_paddingX3Large_1aqye_282\",\"paddingX4Large\":\"_paddingX4Large_1aqye_287\",\"paddingX5Large\":\"_paddingX5Large_1aqye_292\",\"paddingX6Large\":\"_paddingX6Large_1aqye_297\",\"paddingX7Large\":\"_paddingX7Large_1aqye_302\",\"paddingX8Large\":\"_paddingX8Large_1aqye_307\",\"paddingX9Large\":\"_paddingX9Large_1aqye_312\",\"paddingX10Large\":\"_paddingX10Large_1aqye_317\",\"paddingX11Large\":\"_paddingX11Large_1aqye_322\",\"paddingX12Large\":\"_paddingX12Large_1aqye_327\",\"paddingY0Large\":\"_paddingY0Large_1aqye_332\",\"paddingY1Large\":\"_paddingY1Large_1aqye_337\",\"paddingY2Large\":\"_paddingY2Large_1aqye_342\",\"paddingY3Large\":\"_paddingY3Large_1aqye_347\",\"paddingY4Large\":\"_paddingY4Large_1aqye_352\",\"paddingY5Large\":\"_paddingY5Large_1aqye_357\",\"paddingY6Large\":\"_paddingY6Large_1aqye_362\",\"paddingY7Large\":\"_paddingY7Large_1aqye_367\",\"paddingY8Large\":\"_paddingY8Large_1aqye_372\",\"paddingY9Large\":\"_paddingY9Large_1aqye_377\",\"paddingY10Large\":\"_paddingY10Large_1aqye_382\",\"paddingY11Large\":\"_paddingY11Large_1aqye_387\",\"paddingY12Large\":\"_paddingY12Large_1aqye_392\"}"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
// css-module:./colors.module.css#css-module
|
|
2
2
|
var colors_module_default = { "inheritColor": "_inheritColor_11l4y_2", "destructive700Color": "_destructive700Color_11l4y_6", "gray700Color": "_gray700Color_11l4y_10", "gray900Color": "_gray900Color_11l4y_14", "primary700Color": "_primary700Color_11l4y_18", "success700Color": "_success700Color_11l4y_22", "whiteColor": "_whiteColor_11l4y_26", "blackBackgroundColor": "_blackBackgroundColor_11l4y_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_11l4y_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_11l4y_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_11l4y_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_11l4y_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_11l4y_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_11l4y_55", "gray10BackgroundColor": "_gray10BackgroundColor_11l4y_59", "gray30BackgroundColor": "_gray30BackgroundColor_11l4y_63", "gray60BackgroundColor": "_gray60BackgroundColor_11l4y_67", "gray80BackgroundColor": "_gray80BackgroundColor_11l4y_71", "gray100BackgroundColor": "_gray100BackgroundColor_11l4y_75", "gray200BackgroundColor": "_gray200BackgroundColor_11l4y_79", "gray300BackgroundColor": "_gray300BackgroundColor_11l4y_83", "gray700BackgroundColor": "_gray700BackgroundColor_11l4y_87", "gray800BackgroundColor": "_gray800BackgroundColor_11l4y_91", "gray900BackgroundColor": "_gray900BackgroundColor_11l4y_95", "orange100BackgroundColor": "_orange100BackgroundColor_11l4y_99", "orange200BackgroundColor": "_orange200BackgroundColor_11l4y_103", "orange300BackgroundColor": "_orange300BackgroundColor_11l4y_107", "orange700BackgroundColor": "_orange700BackgroundColor_11l4y_111", "orange800BackgroundColor": "_orange800BackgroundColor_11l4y_115", "orange900BackgroundColor": "_orange900BackgroundColor_11l4y_119", "primary100BackgroundColor": "_primary100BackgroundColor_11l4y_123", "primary200BackgroundColor": "_primary200BackgroundColor_11l4y_127", "primary300BackgroundColor": "_primary300BackgroundColor_11l4y_131", "primary700BackgroundColor": "_primary700BackgroundColor_11l4y_135", "primary800BackgroundColor": "_primary800BackgroundColor_11l4y_139", "primary900BackgroundColor": "_primary900BackgroundColor_11l4y_143", "success100BackgroundColor": "_success100BackgroundColor_11l4y_147", "success200BackgroundColor": "_success200BackgroundColor_11l4y_151", "success300BackgroundColor": "_success300BackgroundColor_11l4y_155", "success700BackgroundColor": "_success700BackgroundColor_11l4y_159", "success800BackgroundColor": "_success800BackgroundColor_11l4y_163", "success900BackgroundColor": "_success900BackgroundColor_11l4y_167", "purple100BackgroundColor": "_purple100BackgroundColor_11l4y_171", "purple200BackgroundColor": "_purple200BackgroundColor_11l4y_175", "purple300BackgroundColor": "_purple300BackgroundColor_11l4y_179", "purple700BackgroundColor": "_purple700BackgroundColor_11l4y_183", "purple800BackgroundColor": "_purple800BackgroundColor_11l4y_187", "purple900BackgroundColor": "_purple900BackgroundColor_11l4y_191", "whiteBackgroundColor": "_whiteBackgroundColor_11l4y_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_11l4y_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_11l4y_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_11l4y_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_11l4y_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_11l4y_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_11l4y_219" };
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
export {
|
|
5
|
+
colors_module_default
|
|
6
|
+
};
|
|
7
7
|
//# sourceMappingURL=D24RSGYP.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["css-module:./colors.module.css#css-module"],"
|
|
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_11l4y_2\",\"destructive700Color\":\"_destructive700Color_11l4y_6\",\"gray700Color\":\"_gray700Color_11l4y_10\",\"gray900Color\":\"_gray900Color_11l4y_14\",\"primary700Color\":\"_primary700Color_11l4y_18\",\"success700Color\":\"_success700Color_11l4y_22\",\"whiteColor\":\"_whiteColor_11l4y_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_11l4y_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_11l4y_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_11l4y_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_11l4y_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_11l4y_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_11l4y_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_11l4y_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_11l4y_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_11l4y_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_11l4y_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_11l4y_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_11l4y_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_11l4y_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_11l4y_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_11l4y_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_11l4y_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_11l4y_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_11l4y_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_11l4y_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_11l4y_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_11l4y_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_11l4y_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_11l4y_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_11l4y_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_11l4y_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_11l4y_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_11l4y_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_11l4y_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_11l4y_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_11l4y_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_11l4y_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_11l4y_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_11l4y_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_11l4y_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_11l4y_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_11l4y_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_11l4y_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_11l4y_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_11l4y_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_11l4y_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_11l4y_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_11l4y_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_11l4y_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_11l4y_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_11l4y_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_11l4y_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_11l4y_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_11l4y_219\"}"],"mappings":";AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,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,sCAAqC;","names":[]}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import {
|
|
2
|
+
textVariant_default
|
|
3
|
+
} from "./5DBWL6IK.js";
|
|
4
|
+
import {
|
|
5
|
+
iconSize_default
|
|
6
|
+
} from "./4PWSK5GI.js";
|
|
7
|
+
import {
|
|
8
|
+
Typography_default
|
|
9
|
+
} from "./F3ZST4RL.js";
|
|
10
|
+
import {
|
|
11
|
+
foregroundTypographyColor
|
|
12
|
+
} from "./HQVZUEWO.js";
|
|
13
|
+
import {
|
|
14
|
+
foregroundColor
|
|
15
|
+
} from "./CATJI2RJ.js";
|
|
16
|
+
import {
|
|
17
|
+
backgroundColor
|
|
18
|
+
} from "./G4DDTGDI.js";
|
|
19
19
|
|
|
20
20
|
// src/LinkButton/LinkButton.tsx
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
import { forwardRef } from "react";
|
|
22
|
+
import classNames from "classnames";
|
|
23
23
|
|
|
24
24
|
// css-module:../Button/Button.module.css#css-module
|
|
25
25
|
var Button_module_default = { "button": "_button_1iunh_1", "buttonGap": "_buttonGap_1iunh_9", "fullWidth": "_fullWidth_1iunh_50", "sm": "_sm_1iunh_54", "md": "_md_1iunh_61", "lg": "_lg_1iunh_68", "icon": "_icon_1iunh_75", "smIcon": "_smIcon_1iunh_79", "mdIcon": "_mdIcon_1iunh_86", "lgIcon": "_lgIcon_1iunh_93", "secondaryBorder": "_secondaryBorder_1iunh_100", "secondaryDestructiveBorder": "_secondaryDestructiveBorder_1iunh_104", "loading": "_loading_1iunh_118", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_1iunh_1", "loadingCircle": "_loadingCircle_1iunh_122" };
|
|
@@ -28,8 +28,8 @@ var Button_module_default = { "button": "_button_1iunh_1", "buttonGap": "_button
|
|
|
28
28
|
var LinkButton_module_default = { "linkButton": "_linkButton_1qjrb_1", "fitContent": "_fitContent_1qjrb_11" };
|
|
29
29
|
|
|
30
30
|
// src/LinkButton/LinkButton.tsx
|
|
31
|
-
|
|
32
|
-
var LinkButton =
|
|
31
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
32
|
+
var LinkButton = forwardRef(
|
|
33
33
|
({
|
|
34
34
|
text,
|
|
35
35
|
href,
|
|
@@ -43,7 +43,7 @@ var LinkButton = _react.forwardRef.call(void 0,
|
|
|
43
43
|
endIcon: EndIcon,
|
|
44
44
|
onClick
|
|
45
45
|
}, ref) => {
|
|
46
|
-
return /* @__PURE__ */
|
|
46
|
+
return /* @__PURE__ */ jsxs(
|
|
47
47
|
"a",
|
|
48
48
|
{
|
|
49
49
|
href,
|
|
@@ -51,11 +51,11 @@ var LinkButton = _react.forwardRef.call(void 0,
|
|
|
51
51
|
target,
|
|
52
52
|
ref,
|
|
53
53
|
rel,
|
|
54
|
-
className:
|
|
54
|
+
className: classNames(
|
|
55
55
|
LinkButton_module_default.linkButton,
|
|
56
56
|
Button_module_default.button,
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
foregroundColor(color),
|
|
58
|
+
backgroundColor(color),
|
|
59
59
|
Button_module_default[size],
|
|
60
60
|
{
|
|
61
61
|
[Button_module_default.fullWidth]: fullWidth,
|
|
@@ -67,21 +67,21 @@ var LinkButton = _react.forwardRef.call(void 0,
|
|
|
67
67
|
),
|
|
68
68
|
onClick,
|
|
69
69
|
children: [
|
|
70
|
-
StartIcon && /* @__PURE__ */
|
|
70
|
+
StartIcon && /* @__PURE__ */ jsx(
|
|
71
71
|
StartIcon,
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: classNames(Button_module_default.icon, iconSize_default[size])
|
|
74
74
|
}
|
|
75
75
|
),
|
|
76
|
-
/* @__PURE__ */
|
|
77
|
-
|
|
76
|
+
/* @__PURE__ */ jsx(
|
|
77
|
+
Typography_default,
|
|
78
78
|
{
|
|
79
|
-
color:
|
|
80
|
-
size:
|
|
81
|
-
children: /* @__PURE__ */
|
|
79
|
+
color: foregroundTypographyColor(color),
|
|
80
|
+
size: textVariant_default[size],
|
|
81
|
+
children: /* @__PURE__ */ jsx("span", { style: { fontWeight: 500 }, children: text })
|
|
82
82
|
}
|
|
83
83
|
),
|
|
84
|
-
EndIcon && /* @__PURE__ */
|
|
84
|
+
EndIcon && /* @__PURE__ */ jsx(EndIcon, { className: classNames(Button_module_default.icon, iconSize_default[size]) })
|
|
85
85
|
]
|
|
86
86
|
}
|
|
87
87
|
);
|
|
@@ -90,7 +90,7 @@ var LinkButton = _react.forwardRef.call(void 0,
|
|
|
90
90
|
LinkButton.displayName = "LinkButton";
|
|
91
91
|
var LinkButton_default = LinkButton;
|
|
92
92
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
93
|
+
export {
|
|
94
|
+
LinkButton_default
|
|
95
|
+
};
|
|
96
96
|
//# sourceMappingURL=ERJ5XXDH.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/LinkButton/LinkButton.tsx","css-module:../Button/Button.module.css#css-module","css-module:./LinkButton.module.css#css-module"],"
|
|
1
|
+
{"version":3,"sources":["../../src/LinkButton/LinkButton.tsx","css-module:../Button/Button.module.css#css-module","css-module:./LinkButton.module.css#css-module"],"sourcesContent":["import { forwardRef, type HtmlHTMLAttributes } from \"react\";\nimport classNames from \"classnames\";\nimport backgroundColor from \"../colors/backgroundColor\";\nimport foregroundColor from \"../colors/foregroundColor\";\nimport foregroundTypographyColor from \"../colors/foregroundTypographyColor\";\nimport React from \"react\";\nimport { type Size } from \"../constants\";\nimport Typography from \"../Typography/Typography\";\n\nimport buttonStyles from \"../Button/Button.module.css\";\nimport iconSize from \"../Button/constants/iconSize\";\nimport textVariant from \"../Button/constants/textVariant\";\n\nimport styles from \"./LinkButton.module.css\";\n\ntype LinkButtonProps = {\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The text to be displayed inside the button\n */\n text: string;\n /**\n * The link that the LinkButton 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\";\n /**\n * The size of the button\n *\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * If `true`, the button will take up the full width of its container\n *\n * @defaultValue false\n */\n fullWidth?: boolean;\n /**\n * The icon to be displayed at the start of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n startIcon?: React.ComponentType<{ className?: string }>;\n /**\n * The icon to be displayed at the end of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n endIcon?: React.ComponentType<{ className?: string }>;\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 * [LinkButton](https://cambly-syntax.vercel.app/?path=/docs/components-linkbutton--docs) is a \"variation\" of Button that should look identical to Button, but should be used to render links instead.\n */\nconst LinkButton = forwardRef<HTMLAnchorElement, LinkButtonProps>(\n (\n {\n text,\n href,\n target,\n rel,\n \"data-testid\": dataTestId,\n color = \"primary\",\n size = \"md\",\n fullWidth = false,\n startIcon: StartIcon,\n endIcon: EndIcon,\n onClick,\n }: LinkButtonProps,\n ref,\n ) => {\n return (\n <a\n href={href}\n data-testid={dataTestId}\n target={target}\n ref={ref}\n rel={rel}\n className={classNames(\n styles.linkButton,\n buttonStyles.button,\n foregroundColor(color),\n backgroundColor(color),\n buttonStyles[size],\n {\n [buttonStyles.fullWidth]: fullWidth,\n [styles.fitContent]: !fullWidth,\n [buttonStyles.buttonGap]: size === \"lg\" || size === \"md\",\n [buttonStyles.secondaryBorder]: color === \"secondary\",\n [buttonStyles.secondaryDestructiveBorder]:\n color === \"destructive-secondary\",\n },\n )}\n onClick={onClick}\n >\n {StartIcon && (\n <StartIcon\n className={classNames(buttonStyles.icon, iconSize[size])}\n />\n )}\n <Typography\n color={foregroundTypographyColor(color)}\n size={textVariant[size]}\n >\n <span style={{ fontWeight: 500 }}>{text}</span>\n </Typography>\n {EndIcon && (\n <EndIcon className={classNames(buttonStyles.icon, iconSize[size])} />\n )}\n </a>\n );\n },\n);\n\nLinkButton.displayName = \"LinkButton\";\n\nexport default LinkButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_1iunh_1\",\"buttonGap\":\"_buttonGap_1iunh_9\",\"fullWidth\":\"_fullWidth_1iunh_50\",\"sm\":\"_sm_1iunh_54\",\"md\":\"_md_1iunh_61\",\"lg\":\"_lg_1iunh_68\",\"icon\":\"_icon_1iunh_75\",\"smIcon\":\"_smIcon_1iunh_79\",\"mdIcon\":\"_mdIcon_1iunh_86\",\"lgIcon\":\"_lgIcon_1iunh_93\",\"secondaryBorder\":\"_secondaryBorder_1iunh_100\",\"secondaryDestructiveBorder\":\"_secondaryDestructiveBorder_1iunh_104\",\"loading\":\"_loading_1iunh_118\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_1iunh_1\",\"loadingCircle\":\"_loadingCircle_1iunh_122\"}","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/LinkButton/LinkButton.module.css\"; export default {\"linkButton\":\"_linkButton_1qjrb_1\",\"fitContent\":\"_fitContent_1qjrb_11\"}"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,SAAS,kBAA2C;AACpD,OAAO,gBAAgB;;;ACDqE,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,QAAO,kBAAiB,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,oBAAmB,mBAAkB,8BAA6B,8BAA6B,yCAAwC,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B;;;ACA5gB,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,cAAa,uBAAsB;;;AFwGpL,SAwBI,KAxBJ;AAlBN,IAAM,aAAa;AAAA,EACjB,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,SAAS;AAAA,IACT;AAAA,EACF,GACA,QACG;AACH,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,eAAa;AAAA,QACb;AAAA,QACA;AAAA,QACA;AAAA,QACA,WAAW;AAAA,UACT,0BAAO;AAAA,UACP,sBAAa;AAAA,UACb,gBAAgB,KAAK;AAAA,UACrB,gBAAgB,KAAK;AAAA,UACrB,sBAAa,IAAI;AAAA,UACjB;AAAA,YACE,CAAC,sBAAa,SAAS,GAAG;AAAA,YAC1B,CAAC,0BAAO,UAAU,GAAG,CAAC;AAAA,YACtB,CAAC,sBAAa,SAAS,GAAG,SAAS,QAAQ,SAAS;AAAA,YACpD,CAAC,sBAAa,eAAe,GAAG,UAAU;AAAA,YAC1C,CAAC,sBAAa,0BAA0B,GACtC,UAAU;AAAA,UACd;AAAA,QACF;AAAA,QACA;AAAA,QAEC;AAAA,uBACC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW,WAAW,sBAAa,MAAM,iBAAS,IAAI,CAAC;AAAA;AAAA,UACzD;AAAA,UAEF;AAAA,YAAC;AAAA;AAAA,cACC,OAAO,0BAA0B,KAAK;AAAA,cACtC,MAAM,oBAAY,IAAI;AAAA,cAEtB,8BAAC,UAAK,OAAO,EAAE,YAAY,IAAI,GAAI,gBAAK;AAAA;AAAA,UAC1C;AAAA,UACC,WACC,oBAAC,WAAQ,WAAW,WAAW,sBAAa,MAAM,iBAAS,IAAI,CAAC,GAAG;AAAA;AAAA;AAAA,IAEvE;AAAA,EAEJ;AACF;AAEA,WAAW,cAAc;AAEzB,IAAO,qBAAQ;","names":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
// css-module:../colors/colors.module.css#css-module
|
|
2
2
|
var colors_module_default = { "inheritColor": "_inheritColor_11l4y_2", "destructive700Color": "_destructive700Color_11l4y_6", "gray700Color": "_gray700Color_11l4y_10", "gray900Color": "_gray900Color_11l4y_14", "primary700Color": "_primary700Color_11l4y_18", "success700Color": "_success700Color_11l4y_22", "whiteColor": "_whiteColor_11l4y_26", "blackBackgroundColor": "_blackBackgroundColor_11l4y_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_11l4y_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_11l4y_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_11l4y_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_11l4y_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_11l4y_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_11l4y_55", "gray10BackgroundColor": "_gray10BackgroundColor_11l4y_59", "gray30BackgroundColor": "_gray30BackgroundColor_11l4y_63", "gray60BackgroundColor": "_gray60BackgroundColor_11l4y_67", "gray80BackgroundColor": "_gray80BackgroundColor_11l4y_71", "gray100BackgroundColor": "_gray100BackgroundColor_11l4y_75", "gray200BackgroundColor": "_gray200BackgroundColor_11l4y_79", "gray300BackgroundColor": "_gray300BackgroundColor_11l4y_83", "gray700BackgroundColor": "_gray700BackgroundColor_11l4y_87", "gray800BackgroundColor": "_gray800BackgroundColor_11l4y_91", "gray900BackgroundColor": "_gray900BackgroundColor_11l4y_95", "orange100BackgroundColor": "_orange100BackgroundColor_11l4y_99", "orange200BackgroundColor": "_orange200BackgroundColor_11l4y_103", "orange300BackgroundColor": "_orange300BackgroundColor_11l4y_107", "orange700BackgroundColor": "_orange700BackgroundColor_11l4y_111", "orange800BackgroundColor": "_orange800BackgroundColor_11l4y_115", "orange900BackgroundColor": "_orange900BackgroundColor_11l4y_119", "primary100BackgroundColor": "_primary100BackgroundColor_11l4y_123", "primary200BackgroundColor": "_primary200BackgroundColor_11l4y_127", "primary300BackgroundColor": "_primary300BackgroundColor_11l4y_131", "primary700BackgroundColor": "_primary700BackgroundColor_11l4y_135", "primary800BackgroundColor": "_primary800BackgroundColor_11l4y_139", "primary900BackgroundColor": "_primary900BackgroundColor_11l4y_143", "success100BackgroundColor": "_success100BackgroundColor_11l4y_147", "success200BackgroundColor": "_success200BackgroundColor_11l4y_151", "success300BackgroundColor": "_success300BackgroundColor_11l4y_155", "success700BackgroundColor": "_success700BackgroundColor_11l4y_159", "success800BackgroundColor": "_success800BackgroundColor_11l4y_163", "success900BackgroundColor": "_success900BackgroundColor_11l4y_167", "purple100BackgroundColor": "_purple100BackgroundColor_11l4y_171", "purple200BackgroundColor": "_purple200BackgroundColor_11l4y_175", "purple300BackgroundColor": "_purple300BackgroundColor_11l4y_179", "purple700BackgroundColor": "_purple700BackgroundColor_11l4y_183", "purple800BackgroundColor": "_purple800BackgroundColor_11l4y_187", "purple900BackgroundColor": "_purple900BackgroundColor_11l4y_191", "whiteBackgroundColor": "_whiteBackgroundColor_11l4y_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_11l4y_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_11l4y_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_11l4y_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_11l4y_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_11l4y_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_11l4y_219" };
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
export {
|
|
5
|
+
colors_module_default
|
|
6
|
+
};
|
|
7
7
|
//# sourceMappingURL=ERXGNP37.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"
|
|
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_11l4y_2\",\"destructive700Color\":\"_destructive700Color_11l4y_6\",\"gray700Color\":\"_gray700Color_11l4y_10\",\"gray900Color\":\"_gray900Color_11l4y_14\",\"primary700Color\":\"_primary700Color_11l4y_18\",\"success700Color\":\"_success700Color_11l4y_22\",\"whiteColor\":\"_whiteColor_11l4y_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_11l4y_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_11l4y_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_11l4y_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_11l4y_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_11l4y_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_11l4y_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_11l4y_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_11l4y_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_11l4y_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_11l4y_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_11l4y_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_11l4y_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_11l4y_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_11l4y_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_11l4y_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_11l4y_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_11l4y_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_11l4y_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_11l4y_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_11l4y_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_11l4y_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_11l4y_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_11l4y_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_11l4y_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_11l4y_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_11l4y_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_11l4y_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_11l4y_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_11l4y_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_11l4y_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_11l4y_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_11l4y_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_11l4y_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_11l4y_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_11l4y_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_11l4y_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_11l4y_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_11l4y_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_11l4y_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_11l4y_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_11l4y_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_11l4y_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_11l4y_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_11l4y_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_11l4y_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_11l4y_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_11l4y_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_11l4y_219\"}"],"mappings":";AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,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,sCAAqC;","names":[]}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
|
+
|
|
3
|
+
var _LTM57QMYcjs = require('./LTM57QMY.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _ARYAYAXHcjs = require('./ARYAYAXH.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
var _FZRIE7EXcjs = require('./FZRIE7EX.cjs');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _GVEA7SLQcjs = require('./GVEA7SLQ.cjs');
|
|
13
13
|
|
|
14
14
|
// src/RadioButton/RadioButton.tsx
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
var _react = require('react');
|
|
16
|
+
var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
|
|
17
17
|
|
|
18
18
|
// css-module:./RadioButton.module.css#css-module
|
|
19
19
|
var RadioButton_module_default = { "radioBaseContainer": "_radioBaseContainer_6h2zg_1", "disabled": "_disabled_6h2zg_9", "cursorDisabled": "_cursorDisabled_6h2zg_13", "cursorEnabled": "_cursorEnabled_6h2zg_17", "smBase": "_smBase_6h2zg_21", "mdBase": "_mdBase_6h2zg_25", "radioStyleOverride": "_radioStyleOverride_6h2zg_29", "smOverride": "_smOverride_6h2zg_34", "mdOverride": "_mdOverride_6h2zg_39", "background": "_background_6h2zg_44", "sm": "_sm_6h2zg_21", "md": "_md_6h2zg_25", "neutralBorder": "_neutralBorder_6h2zg_61", "smCheckedBorder": "_smCheckedBorder_6h2zg_65", "mdCheckedBorder": "_mdCheckedBorder_6h2zg_69", "errorBorderColor": "_errorBorderColor_6h2zg_73", "borderColor": "_borderColor_6h2zg_77" };
|
|
20
20
|
|
|
21
21
|
// src/RadioButton/RadioButton.tsx
|
|
22
|
-
|
|
22
|
+
var _jsxruntime = require('react/jsx-runtime');
|
|
23
23
|
var RadioButton = ({
|
|
24
24
|
checked = false,
|
|
25
25
|
"data-testid": dataTestId,
|
|
@@ -32,19 +32,19 @@ var RadioButton = ({
|
|
|
32
32
|
size = "md",
|
|
33
33
|
value
|
|
34
34
|
}) => {
|
|
35
|
-
const isHydrated = useIsHydrated();
|
|
35
|
+
const isHydrated = _FZRIE7EXcjs.useIsHydrated.call(void 0, );
|
|
36
36
|
const disabled = !isHydrated || disabledProp;
|
|
37
|
-
const [isFocused, setIsFocused] = useState(false);
|
|
38
|
-
const { isFocusVisible } = useFocusVisible();
|
|
39
|
-
const sharedStyles =
|
|
37
|
+
const [isFocused, setIsFocused] = _react.useState.call(void 0, false);
|
|
38
|
+
const { isFocusVisible } = _GVEA7SLQcjs.useFocusVisible.call(void 0, );
|
|
39
|
+
const sharedStyles = _classnames2.default.call(void 0, RadioButton_module_default.background, RadioButton_module_default[size], {
|
|
40
40
|
[RadioButton_module_default.errorBorderColor]: error,
|
|
41
41
|
[RadioButton_module_default.borderColor]: !error,
|
|
42
|
-
[Focus_module_default.accessibilityOutlineFocus]: isFocused && isFocusVisible
|
|
42
|
+
[_LTM57QMYcjs.Focus_module_default.accessibilityOutlineFocus]: isFocused && isFocusVisible
|
|
43
43
|
});
|
|
44
|
-
return /* @__PURE__ */ jsxs(
|
|
44
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
45
45
|
"label",
|
|
46
46
|
{
|
|
47
|
-
className:
|
|
47
|
+
className: _classnames2.default.call(void 0,
|
|
48
48
|
RadioButton_module_default.radioBaseContainer,
|
|
49
49
|
RadioButton_module_default[`cursor${disabled ? "Disabled" : "Enabled"}`],
|
|
50
50
|
{
|
|
@@ -54,23 +54,23 @@ var RadioButton = ({
|
|
|
54
54
|
}
|
|
55
55
|
),
|
|
56
56
|
children: [
|
|
57
|
-
checked ? /* @__PURE__ */ jsx(
|
|
57
|
+
checked ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
58
58
|
"div",
|
|
59
59
|
{
|
|
60
|
-
className:
|
|
60
|
+
className: _classnames2.default.call(void 0, sharedStyles, {
|
|
61
61
|
[RadioButton_module_default.mdCheckedBorder]: size === "md",
|
|
62
62
|
[RadioButton_module_default.smCheckedBorder]: size === "sm"
|
|
63
63
|
})
|
|
64
64
|
}
|
|
65
|
-
) : /* @__PURE__ */ jsx("div", { className:
|
|
66
|
-
/* @__PURE__ */ jsx(
|
|
65
|
+
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _classnames2.default.call(void 0, sharedStyles, RadioButton_module_default.neutralBorder) }),
|
|
66
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
67
67
|
"input",
|
|
68
68
|
{
|
|
69
69
|
"data-testid": dataTestId,
|
|
70
70
|
type: "radio",
|
|
71
71
|
id,
|
|
72
72
|
name,
|
|
73
|
-
className:
|
|
73
|
+
className: _classnames2.default.call(void 0,
|
|
74
74
|
RadioButton_module_default.radioStyleOverride,
|
|
75
75
|
RadioButton_module_default[`cursor${disabled ? "Disabled" : "Enabled"}`],
|
|
76
76
|
{
|
|
@@ -90,8 +90,8 @@ var RadioButton = ({
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
),
|
|
93
|
-
label && /* @__PURE__ */ jsx(
|
|
94
|
-
Typography_default,
|
|
93
|
+
label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
94
|
+
_ARYAYAXHcjs.Typography_default,
|
|
95
95
|
{
|
|
96
96
|
size: size === "md" ? 200 : 100,
|
|
97
97
|
color: error ? "destructive-primary" : "gray800",
|
|
@@ -104,7 +104,7 @@ var RadioButton = ({
|
|
|
104
104
|
};
|
|
105
105
|
var RadioButton_default = RadioButton;
|
|
106
106
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
//# sourceMappingURL=
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
exports.RadioButton_default = RadioButton_default;
|
|
110
|
+
//# sourceMappingURL=EXYF6BLV.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/RadioButton/RadioButton.tsx","css-module:./RadioButton.module.css#css-module"],"sourcesContent":["import React, { type ReactElement, useState } from \"react\";\nimport classnames from \"classnames\";\n\nimport styles from \"./RadioButton.module.css\";\nimport focusStyles from \"../Focus.module.css\";\nimport Typography from \"../Typography/Typography\";\nimport useFocusVisible from \"../useFocusVisible\";\nimport useIsHydrated from \"../useIsHydrated\";\n\n/**\n * [RadioButton](https://cambly-syntax.vercel.app/?path=/docs/components-radiobutton--docs) is a radio button with accompanying text\n */\nconst RadioButton = ({\n checked = false,\n \"data-testid\": dataTestId,\n disabled: disabledProp = false,\n error = false,\n id,\n label,\n name,\n onChange,\n size = \"md\",\n value,\n}: {\n /**\n * Whether or not the radio button is checked\n *\n * @defaultValue false\n */\n checked?: boolean;\n /**\n * Test id for the radio button\n */\n \"data-testid\"?: string;\n /**\n * Whether or not the radio button is disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * Whether to show error color schema\n *\n * @defaultValue false\n */\n error?: boolean;\n /**\n * Id for the the radio button\n */\n id?: string;\n /**\n * Value to show end user\n */\n label: string;\n /**\n * The name of the grouping the radio buttons are in\n */\n name: string;\n /**\n * The callback to be called when the radio button is clicked\n */\n onChange: React.ChangeEventHandler<HTMLInputElement>;\n /**\n * Size of the components\n *\n * * `sm`: 16px\n * * `md`: 24px\n *\n * @defaultValue \"md\"\n */\n size?: \"sm\" | \"md\";\n /**\n * Value of the selected radio option\n */\n value: string | number;\n}): ReactElement => {\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n const [isFocused, setIsFocused] = useState(false);\n const { isFocusVisible } = useFocusVisible();\n\n const sharedStyles = classnames(styles.background, styles[size], {\n [styles.errorBorderColor]: error,\n [styles.borderColor]: !error,\n [focusStyles.accessibilityOutlineFocus]: isFocused && isFocusVisible,\n });\n\n return (\n <label\n className={classnames(\n styles.radioBaseContainer,\n styles[`cursor${disabled ? \"Disabled\" : \"Enabled\"}`],\n {\n [styles.disabled]: disabled,\n [styles.smBase]: size === \"sm\",\n [styles.mdBase]: size === \"md\",\n },\n )}\n >\n {checked ? (\n <div\n className={classnames(sharedStyles, {\n [styles.mdCheckedBorder]: size === \"md\",\n [styles.smCheckedBorder]: size === \"sm\",\n })}\n />\n ) : (\n <div className={classnames(sharedStyles, styles.neutralBorder)} />\n )}\n <input\n data-testid={dataTestId}\n type=\"radio\"\n id={id}\n name={name}\n className={classnames(\n styles.radioStyleOverride,\n styles[`cursor${disabled ? \"Disabled\" : \"Enabled\"}`],\n {\n [styles.smOverride]: size === \"sm\",\n [styles.mdOverride]: size === \"md\",\n },\n )}\n checked={checked}\n onChange={onChange}\n disabled={disabled}\n value={value}\n onFocus={() => {\n setIsFocused(true);\n }}\n onBlur={() => {\n setIsFocused(false);\n }}\n />\n {label && (\n <Typography\n size={size === \"md\" ? 200 : 100}\n color={error ? \"destructive-primary\" : \"gray800\"}\n >\n {label}\n </Typography>\n )}\n </label>\n );\n};\n\nexport default RadioButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/RadioButton/RadioButton.module.css\"; export default {\"radioBaseContainer\":\"_radioBaseContainer_6h2zg_1\",\"disabled\":\"_disabled_6h2zg_9\",\"cursorDisabled\":\"_cursorDisabled_6h2zg_13\",\"cursorEnabled\":\"_cursorEnabled_6h2zg_17\",\"smBase\":\"_smBase_6h2zg_21\",\"mdBase\":\"_mdBase_6h2zg_25\",\"radioStyleOverride\":\"_radioStyleOverride_6h2zg_29\",\"smOverride\":\"_smOverride_6h2zg_34\",\"mdOverride\":\"_mdOverride_6h2zg_39\",\"background\":\"_background_6h2zg_44\",\"sm\":\"_sm_6h2zg_21\",\"md\":\"_md_6h2zg_25\",\"neutralBorder\":\"_neutralBorder_6h2zg_61\",\"smCheckedBorder\":\"_smCheckedBorder_6h2zg_65\",\"mdCheckedBorder\":\"_mdCheckedBorder_6h2zg_69\",\"errorBorderColor\":\"_errorBorderColor_6h2zg_73\",\"borderColor\":\"_borderColor_6h2zg_77\"}"]
|
|
1
|
+
{"version":3,"sources":["../../src/RadioButton/RadioButton.tsx","css-module:./RadioButton.module.css#css-module"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,SAAmC,gBAAgB;AACnD,OAAO,gBAAgB;;;ACD+E,IAAO,6BAAQ,EAAC,sBAAqB,+BAA8B,YAAW,qBAAoB,kBAAiB,4BAA2B,iBAAgB,2BAA0B,UAAS,oBAAmB,UAAS,oBAAmB,sBAAqB,gCAA+B,cAAa,wBAAuB,cAAa,wBAAuB,cAAa,wBAAuB,MAAK,gBAAe,MAAK,gBAAe,iBAAgB,2BAA0B,mBAAkB,6BAA4B,mBAAkB,6BAA4B,oBAAmB,8BAA6B,eAAc,wBAAuB;;;ADwFrvB,SAYI,KAZJ;AA5EJ,IAAM,cAAc,CAAC;AAAA,EACnB,UAAU;AAAA,EACV,eAAe;AAAA,EACf,UAAU,eAAe;AAAA,EACzB,QAAQ;AAAA,EACR;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA,EACP;AACF,MAoDoB;AAClB,QAAM,aAAa,cAAc;AACjC,QAAM,WAAW,CAAC,cAAc;AAChC,QAAM,CAAC,WAAW,YAAY,IAAI,SAAS,KAAK;AAChD,QAAM,EAAE,eAAe,IAAI,gBAAgB;AAE3C,QAAM,eAAe,WAAW,2BAAO,YAAY,2BAAO,IAAI,GAAG;AAAA,IAC/D,CAAC,2BAAO,gBAAgB,GAAG;AAAA,IAC3B,CAAC,2BAAO,WAAW,GAAG,CAAC;AAAA,IACvB,CAAC,qBAAY,yBAAyB,GAAG,aAAa;AAAA,EACxD,CAAC;AAED,SACE;AAAA,IAAC;AAAA;AAAA,MACC,WAAW;AAAA,QACT,2BAAO;AAAA,QACP,2BAAO,SAAS,WAAW,aAAa,WAAW;AAAA,QACnD;AAAA,UACE,CAAC,2BAAO,QAAQ,GAAG;AAAA,UACnB,CAAC,2BAAO,MAAM,GAAG,SAAS;AAAA,UAC1B,CAAC,2BAAO,MAAM,GAAG,SAAS;AAAA,QAC5B;AAAA,MACF;AAAA,MAEC;AAAA,kBACC;AAAA,UAAC;AAAA;AAAA,YACC,WAAW,WAAW,cAAc;AAAA,cAClC,CAAC,2BAAO,eAAe,GAAG,SAAS;AAAA,cACnC,CAAC,2BAAO,eAAe,GAAG,SAAS;AAAA,YACrC,CAAC;AAAA;AAAA,QACH,IAEA,oBAAC,SAAI,WAAW,WAAW,cAAc,2BAAO,aAAa,GAAG;AAAA,QAElE;AAAA,UAAC;AAAA;AAAA,YACC,eAAa;AAAA,YACb,MAAK;AAAA,YACL;AAAA,YACA;AAAA,YACA,WAAW;AAAA,cACT,2BAAO;AAAA,cACP,2BAAO,SAAS,WAAW,aAAa,WAAW;AAAA,cACnD;AAAA,gBACE,CAAC,2BAAO,UAAU,GAAG,SAAS;AAAA,gBAC9B,CAAC,2BAAO,UAAU,GAAG,SAAS;AAAA,cAChC;AAAA,YACF;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA,SAAS,MAAM;AACb,2BAAa,IAAI;AAAA,YACnB;AAAA,YACA,QAAQ,MAAM;AACZ,2BAAa,KAAK;AAAA,YACpB;AAAA;AAAA,QACF;AAAA,QACC,SACC;AAAA,UAAC;AAAA;AAAA,YACC,MAAM,SAAS,OAAO,MAAM;AAAA,YAC5B,OAAO,QAAQ,wBAAwB;AAAA,YAEtC;AAAA;AAAA,QACH;AAAA;AAAA;AAAA,EAEJ;AAEJ;AAEA,IAAO,sBAAQ","sourcesContent":["import React, { type ReactElement, useState } from \"react\";\nimport classnames from \"classnames\";\n\nimport styles from \"./RadioButton.module.css\";\nimport focusStyles from \"../Focus.module.css\";\nimport Typography from \"../Typography/Typography\";\nimport useFocusVisible from \"../useFocusVisible\";\nimport useIsHydrated from \"../useIsHydrated\";\n\n/**\n * [RadioButton](https://cambly-syntax.vercel.app/?path=/docs/components-radiobutton--docs) is a radio button with accompanying text\n */\nconst RadioButton = ({\n checked = false,\n \"data-testid\": dataTestId,\n disabled: disabledProp = false,\n error = false,\n id,\n label,\n name,\n onChange,\n size = \"md\",\n value,\n}: {\n /**\n * Whether or not the radio button is checked\n *\n * @defaultValue false\n */\n checked?: boolean;\n /**\n * Test id for the radio button\n */\n \"data-testid\"?: string;\n /**\n * Whether or not the radio button is disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * Whether to show error color schema\n *\n * @defaultValue false\n */\n error?: boolean;\n /**\n * Id for the the radio button\n */\n id?: string;\n /**\n * Value to show end user\n */\n label: string;\n /**\n * The name of the grouping the radio buttons are in\n */\n name: string;\n /**\n * The callback to be called when the radio button is clicked\n */\n onChange: React.ChangeEventHandler<HTMLInputElement>;\n /**\n * Size of the components\n *\n * * `sm`: 16px\n * * `md`: 24px\n *\n * @defaultValue \"md\"\n */\n size?: \"sm\" | \"md\";\n /**\n * Value of the selected radio option\n */\n value: string | number;\n}): ReactElement => {\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n const [isFocused, setIsFocused] = useState(false);\n const { isFocusVisible } = useFocusVisible();\n\n const sharedStyles = classnames(styles.background, styles[size], {\n [styles.errorBorderColor]: error,\n [styles.borderColor]: !error,\n [focusStyles.accessibilityOutlineFocus]: isFocused && isFocusVisible,\n });\n\n return (\n <label\n className={classnames(\n styles.radioBaseContainer,\n styles[`cursor${disabled ? \"Disabled\" : \"Enabled\"}`],\n {\n [styles.disabled]: disabled,\n [styles.smBase]: size === \"sm\",\n [styles.mdBase]: size === \"md\",\n },\n )}\n >\n {checked ? (\n <div\n className={classnames(sharedStyles, {\n [styles.mdCheckedBorder]: size === \"md\",\n [styles.smCheckedBorder]: size === \"sm\",\n })}\n />\n ) : (\n <div className={classnames(sharedStyles, styles.neutralBorder)} />\n )}\n <input\n data-testid={dataTestId}\n type=\"radio\"\n id={id}\n name={name}\n className={classnames(\n styles.radioStyleOverride,\n styles[`cursor${disabled ? \"Disabled\" : \"Enabled\"}`],\n {\n [styles.smOverride]: size === \"sm\",\n [styles.mdOverride]: size === \"md\",\n },\n )}\n checked={checked}\n onChange={onChange}\n disabled={disabled}\n value={value}\n onFocus={() => {\n setIsFocused(true);\n }}\n onBlur={() => {\n setIsFocused(false);\n }}\n />\n {label && (\n <Typography\n size={size === \"md\" ? 200 : 100}\n color={error ? \"destructive-primary\" : \"gray800\"}\n >\n {label}\n </Typography>\n )}\n </label>\n );\n};\n\nexport default RadioButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/RadioButton/RadioButton.module.css\"; export default {\"radioBaseContainer\":\"_radioBaseContainer_6h2zg_1\",\"disabled\":\"_disabled_6h2zg_9\",\"cursorDisabled\":\"_cursorDisabled_6h2zg_13\",\"cursorEnabled\":\"_cursorEnabled_6h2zg_17\",\"smBase\":\"_smBase_6h2zg_21\",\"mdBase\":\"_mdBase_6h2zg_25\",\"radioStyleOverride\":\"_radioStyleOverride_6h2zg_29\",\"smOverride\":\"_smOverride_6h2zg_34\",\"mdOverride\":\"_mdOverride_6h2zg_39\",\"background\":\"_background_6h2zg_44\",\"sm\":\"_sm_6h2zg_21\",\"md\":\"_md_6h2zg_25\",\"neutralBorder\":\"_neutralBorder_6h2zg_61\",\"smCheckedBorder\":\"_smCheckedBorder_6h2zg_65\",\"mdCheckedBorder\":\"_mdCheckedBorder_6h2zg_69\",\"errorBorderColor\":\"_errorBorderColor_6h2zg_73\",\"borderColor\":\"_borderColor_6h2zg_77\"}"]}
|