@cambly/syntax-core 10.30.0 → 10.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Avatar/Avatar.cjs +6 -8
- package/dist/Avatar/Avatar.css +175 -189
- package/dist/Avatar/Avatar.css.map +1 -1
- package/dist/Avatar/Avatar.d.ts +2 -9
- package/dist/Avatar/Avatar.js +5 -7
- package/dist/AvatarGroup/AvatarGroup.cjs +5 -7
- package/dist/AvatarGroup/AvatarGroup.css +167 -158
- package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
- package/dist/AvatarGroup/AvatarGroup.d.ts +2 -9
- package/dist/AvatarGroup/AvatarGroup.js +4 -6
- package/dist/Badge/Badge.cjs +6 -8
- package/dist/Badge/Badge.css +212 -239
- package/dist/Badge/Badge.css.map +1 -1
- package/dist/Badge/Badge.js +5 -7
- package/dist/Box/Box.cjs +6 -6
- package/dist/Box/Box.css +167 -158
- package/dist/Box/Box.css.map +1 -1
- package/dist/Box/Box.d.ts +2 -10
- package/dist/Box/Box.js +7 -7
- package/dist/Button/Button.cjs +11 -14
- package/dist/Button/Button.css +231 -283
- package/dist/Button/Button.css.map +1 -1
- package/dist/Button/Button.d.ts +1 -16
- package/dist/Button/Button.js +10 -13
- package/dist/Button/constants/iconSize.cjs +2 -3
- package/dist/Button/constants/iconSize.css +19 -44
- package/dist/Button/constants/iconSize.css.map +1 -1
- package/dist/Button/constants/iconSize.js +1 -2
- package/dist/ButtonGroup/ButtonGroup.cjs +2 -3
- package/dist/ButtonGroup/ButtonGroup.css +6 -15
- package/dist/ButtonGroup/ButtonGroup.css.map +1 -1
- package/dist/ButtonGroup/ButtonGroup.d.ts +0 -6
- package/dist/ButtonGroup/ButtonGroup.js +1 -2
- package/dist/Card/Card.cjs +5 -7
- package/dist/Card/Card.css +167 -158
- package/dist/Card/Card.css.map +1 -1
- package/dist/Card/Card.d.ts +1 -1
- package/dist/Card/Card.js +4 -6
- package/dist/Checkbox/Checkbox.cjs +4 -5
- package/dist/Checkbox/Checkbox.css +222 -254
- package/dist/Checkbox/Checkbox.css.map +1 -1
- package/dist/Checkbox/Checkbox.js +3 -4
- package/dist/Chip/Chip.cjs +6 -8
- package/dist/Chip/Chip.css +225 -270
- package/dist/Chip/Chip.css.map +1 -1
- package/dist/Chip/Chip.d.ts +1 -4
- package/dist/Chip/Chip.js +5 -7
- package/dist/Dialog/Dialog.cjs +4 -6
- package/dist/Dialog/Dialog.css +167 -158
- package/dist/Dialog/Dialog.css.map +1 -1
- package/dist/Dialog/Dialog.js +3 -5
- package/dist/Dialog/ModalDialog.cjs +12 -16
- package/dist/Dialog/ModalDialog.css +178 -309
- package/dist/Dialog/ModalDialog.css.map +1 -1
- package/dist/Dialog/ModalDialog.js +10 -14
- package/dist/Divider/Divider.cjs +3 -4
- package/dist/Divider/Divider.css +164 -140
- package/dist/Divider/Divider.css.map +1 -1
- package/dist/Divider/Divider.js +2 -3
- package/dist/Heading/Heading.cjs +4 -5
- package/dist/Heading/Heading.css +209 -221
- package/dist/Heading/Heading.css.map +1 -1
- package/dist/Heading/Heading.d.ts +3 -9
- package/dist/Heading/Heading.js +3 -4
- package/dist/IconButton/IconButton.cjs +6 -9
- package/dist/IconButton/IconButton.css +175 -291
- package/dist/IconButton/IconButton.css.map +1 -1
- package/dist/IconButton/IconButton.d.ts +3 -18
- package/dist/IconButton/IconButton.js +5 -8
- package/dist/LinkButton/LinkButton.cjs +9 -12
- package/dist/LinkButton/LinkButton.css +228 -265
- package/dist/LinkButton/LinkButton.css.map +1 -1
- package/dist/LinkButton/LinkButton.d.ts +2 -20
- package/dist/LinkButton/LinkButton.js +8 -11
- package/dist/Modal/Layer.cjs +5 -7
- package/dist/Modal/Layer.css +167 -158
- package/dist/Modal/Layer.css.map +1 -1
- package/dist/Modal/Layer.js +4 -6
- package/dist/Modal/Modal.cjs +13 -17
- package/dist/Modal/Modal.css +227 -411
- package/dist/Modal/Modal.css.map +1 -1
- package/dist/Modal/Modal.js +12 -16
- package/dist/Popover/Popover.cjs +13 -17
- package/dist/Popover/Popover.css +178 -309
- package/dist/Popover/Popover.css.map +1 -1
- package/dist/Popover/Popover.js +11 -15
- package/dist/RadioButton/RadioButton.cjs +6 -8
- package/dist/RadioButton/RadioButton.css +212 -239
- package/dist/RadioButton/RadioButton.css.map +1 -1
- package/dist/RadioButton/RadioButton.js +5 -7
- package/dist/RichSelect/RichSelectBox.cjs +20 -23
- package/dist/RichSelect/RichSelectBox.css +250 -329
- package/dist/RichSelect/RichSelectBox.css.map +1 -1
- package/dist/RichSelect/RichSelectBox.js +18 -21
- package/dist/RichSelect/RichSelectChip.cjs +7 -9
- package/dist/RichSelect/RichSelectChip.css +225 -270
- package/dist/RichSelect/RichSelectChip.css.map +1 -1
- package/dist/RichSelect/RichSelectChip.js +6 -8
- package/dist/RichSelect/RichSelectList.cjs +27 -31
- package/dist/RichSelect/RichSelectList.css +338 -468
- package/dist/RichSelect/RichSelectList.css.map +1 -1
- package/dist/RichSelect/RichSelectList.js +25 -29
- package/dist/RichSelect/RichSelectRadioButton.cjs +7 -9
- package/dist/RichSelect/RichSelectRadioButton.css +212 -239
- package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
- package/dist/RichSelect/RichSelectRadioButton.js +6 -8
- package/dist/RichSelect/RichSelectSection.cjs +4 -5
- package/dist/RichSelect/RichSelectSection.css +209 -221
- package/dist/RichSelect/RichSelectSection.css.map +1 -1
- package/dist/RichSelect/RichSelectSection.js +3 -4
- package/dist/SelectList/SelectList.cjs +7 -9
- package/dist/SelectList/SelectList.css +223 -274
- package/dist/SelectList/SelectList.css.map +1 -1
- package/dist/SelectList/SelectList.d.ts +1 -0
- package/dist/SelectList/SelectList.js +6 -8
- package/dist/TapArea/TapArea.cjs +7 -3
- package/dist/TapArea/TapArea.css +2054 -15
- package/dist/TapArea/TapArea.css.map +1 -1
- package/dist/TapArea/TapArea.js +6 -2
- package/dist/TextArea/TextArea.cjs +6 -8
- package/dist/TextArea/TextArea.css +223 -305
- package/dist/TextArea/TextArea.css.map +1 -1
- package/dist/TextArea/TextArea.js +5 -7
- package/dist/TextField/TextField.cjs +6 -8
- package/dist/TextField/TextField.css +222 -289
- package/dist/TextField/TextField.css.map +1 -1
- package/dist/TextField/TextField.d.ts +0 -6
- package/dist/TextField/TextField.js +5 -7
- package/dist/ThemeProvider/ThemeProvider.cjs +2 -4
- package/dist/ThemeProvider/ThemeProvider.d.ts +3 -9
- package/dist/ThemeProvider/ThemeProvider.js +3 -5
- package/dist/Tooltip/Tooltip.cjs +5 -7
- package/dist/Tooltip/Tooltip.css +212 -239
- package/dist/Tooltip/Tooltip.css.map +1 -1
- package/dist/Tooltip/Tooltip.js +4 -6
- package/dist/Typography/Typography.cjs +3 -4
- package/dist/Typography/Typography.css +209 -221
- package/dist/Typography/Typography.css.map +1 -1
- package/dist/Typography/Typography.d.ts +3 -21
- package/dist/Typography/Typography.js +2 -3
- package/dist/__chunks/2MQDGNBM.cjs +112 -0
- package/dist/__chunks/2MQDGNBM.cjs.map +1 -0
- package/dist/__chunks/{GJBW4BG7.js → 2XOJNXTC.js} +2 -2
- package/dist/__chunks/{BVYHALMT.cjs → 3RDV2SM7.cjs} +8 -12
- package/dist/__chunks/3RDV2SM7.cjs.map +1 -0
- package/dist/__chunks/{FPHP3T7U.js → 423C767D.js} +8 -25
- package/dist/__chunks/423C767D.js.map +1 -0
- package/dist/__chunks/{Q4HTXMNF.js → 4325RESS.js} +3 -7
- package/dist/__chunks/4325RESS.js.map +1 -0
- package/dist/__chunks/45TMKSJQ.cjs +9 -0
- package/dist/__chunks/45TMKSJQ.cjs.map +1 -0
- package/dist/__chunks/{CS66HKUB.cjs → 4E7A4J3K.cjs} +28 -42
- package/dist/__chunks/4E7A4J3K.cjs.map +1 -0
- package/dist/__chunks/{GEGGHBSM.cjs → 4HCWQMZO.cjs} +18 -18
- package/dist/__chunks/{AKKJTW7U.js → 53IGOH2V.js} +9 -19
- package/dist/__chunks/53IGOH2V.js.map +1 -0
- package/dist/__chunks/{UKLQ64N7.cjs → 5PL5GKUK.cjs} +6 -3
- package/dist/__chunks/5PL5GKUK.cjs.map +1 -0
- package/dist/__chunks/5VVFGPW6.cjs +72 -0
- package/dist/__chunks/5VVFGPW6.cjs.map +1 -0
- package/dist/__chunks/6CZHUML6.js +37 -0
- package/dist/__chunks/6CZHUML6.js.map +1 -0
- package/dist/__chunks/{JXOKXBDZ.cjs → ASFZDRJJ.cjs} +9 -21
- package/dist/__chunks/ASFZDRJJ.cjs.map +1 -0
- package/dist/__chunks/{ICDRMDXD.js → B5BNKWTJ.js} +1 -1
- package/dist/__chunks/{ICDRMDXD.js.map → B5BNKWTJ.js.map} +1 -1
- package/dist/__chunks/{A323TCSA.cjs → BEKUOSKU.cjs} +5 -11
- package/dist/__chunks/BEKUOSKU.cjs.map +1 -0
- package/dist/__chunks/{W5MIJIZA.cjs → BNBE2XVM.cjs} +5 -14
- package/dist/__chunks/BNBE2XVM.cjs.map +1 -0
- package/dist/__chunks/BOX3VY3Q.js +30 -0
- package/dist/__chunks/BOX3VY3Q.js.map +1 -0
- package/dist/__chunks/BYVURUTU.cjs +37 -0
- package/dist/__chunks/BYVURUTU.cjs.map +1 -0
- package/dist/__chunks/C5XPZTFO.cjs +30 -0
- package/dist/__chunks/C5XPZTFO.cjs.map +1 -0
- package/dist/__chunks/{4GTNQPPD.js → CAEGAJQ2.js} +9 -21
- package/dist/__chunks/CAEGAJQ2.js.map +1 -0
- package/dist/__chunks/{3OWAOKRW.js → CPQLZKCY.js} +17 -27
- package/dist/__chunks/CPQLZKCY.js.map +1 -0
- package/dist/__chunks/{BQOD4WU7.js → CUJFDOPJ.js} +29 -43
- package/dist/__chunks/CUJFDOPJ.js.map +1 -0
- package/dist/__chunks/{IB3FQANU.js → DEXL5BXD.js} +10 -36
- package/dist/__chunks/DEXL5BXD.js.map +1 -0
- package/dist/__chunks/{HYRATHVK.cjs → DMA6PPUZ.cjs} +6 -7
- package/dist/__chunks/DMA6PPUZ.cjs.map +1 -0
- package/dist/__chunks/{7SCBZPIF.cjs → DQRU6NZI.cjs} +1 -1
- package/dist/__chunks/{7SCBZPIF.cjs.map → DQRU6NZI.cjs.map} +1 -1
- package/dist/__chunks/{6P6ARVEA.cjs → E32CAKEB.cjs} +3 -3
- package/dist/__chunks/EB7WKQ35.js +9 -0
- package/dist/__chunks/EB7WKQ35.js.map +1 -0
- package/dist/__chunks/{6OCOGTM5.cjs → EMVONWGI.cjs} +20 -33
- package/dist/__chunks/EMVONWGI.cjs.map +1 -0
- package/dist/__chunks/{3FMGCZP2.cjs → EOHYUABJ.cjs} +12 -22
- package/dist/__chunks/EOHYUABJ.cjs.map +1 -0
- package/dist/__chunks/ESGHXEEA.cjs +91 -0
- package/dist/__chunks/ESGHXEEA.cjs.map +1 -0
- package/dist/__chunks/{MONMI3LS.js → FRR2K77P.js} +2 -2
- package/dist/__chunks/{HCHFPFNX.js → GCE2CI4A.js} +5 -11
- package/dist/__chunks/GCE2CI4A.js.map +1 -0
- package/dist/__chunks/HAI43LQ2.cjs +117 -0
- package/dist/__chunks/HAI43LQ2.cjs.map +1 -0
- package/dist/__chunks/{EKHHYK7U.cjs → HNXMVFBH.cjs} +15 -25
- package/dist/__chunks/HNXMVFBH.cjs.map +1 -0
- package/dist/__chunks/JFI6TDAC.js +72 -0
- package/dist/__chunks/JFI6TDAC.js.map +1 -0
- package/dist/__chunks/{FTKHKS6W.js → JJMHCJ37.js} +3 -3
- package/dist/__chunks/JWJK72BH.js +17 -0
- package/dist/__chunks/JWJK72BH.js.map +1 -0
- package/dist/__chunks/{TDR3JRXZ.js → KCGPFLPK.js} +16 -29
- package/dist/__chunks/KCGPFLPK.js.map +1 -0
- package/dist/__chunks/{WOIJRASP.cjs → KNFEGYQM.cjs} +3 -3
- package/dist/__chunks/KZR322YX.cjs +97 -0
- package/dist/__chunks/KZR322YX.cjs.map +1 -0
- package/dist/__chunks/KZT53ITQ.cjs +9 -0
- package/dist/__chunks/KZT53ITQ.cjs.map +1 -0
- package/dist/__chunks/LBA34HLF.cjs +47 -0
- package/dist/__chunks/LBA34HLF.cjs.map +1 -0
- package/dist/__chunks/{3CNALXRL.js → LQ6UZ6GG.js} +8 -8
- package/dist/__chunks/{3HBVE6VG.js → LV2KIGSE.js} +8 -18
- package/dist/__chunks/LV2KIGSE.js.map +1 -0
- package/dist/__chunks/M3PAAPMI.cjs +56 -0
- package/dist/__chunks/M3PAAPMI.cjs.map +1 -0
- package/dist/__chunks/{ZUQC37VB.cjs → MI5OUDV4.cjs} +3 -3
- package/dist/__chunks/{5MKCDCHQ.cjs → MLUQYLT2.cjs} +20 -28
- package/dist/__chunks/MLUQYLT2.cjs.map +1 -0
- package/dist/__chunks/{KTTIFVGY.js → MOLOILVI.js} +2 -2
- package/dist/__chunks/{AYTJYJHI.js → N6YLXBLU.js} +4 -9
- package/dist/__chunks/N6YLXBLU.js.map +1 -0
- package/dist/__chunks/{VLK5CARI.cjs → N7WA46RL.cjs} +7 -7
- package/dist/__chunks/{Y2HREK3T.js → NFIK6RYN.js} +4 -4
- package/dist/__chunks/NPOX7QNB.js +91 -0
- package/dist/__chunks/NPOX7QNB.js.map +1 -0
- package/dist/__chunks/PIB5AHP5.js +128 -0
- package/dist/__chunks/PIB5AHP5.js.map +1 -0
- package/dist/__chunks/PUTZ53EC.js +9 -0
- package/dist/__chunks/PUTZ53EC.js.map +1 -0
- package/dist/__chunks/QT6IRCGW.cjs +9 -0
- package/dist/__chunks/QT6IRCGW.cjs.map +1 -0
- package/dist/__chunks/{5MJ6NOUC.js → RCEIKIN5.js} +6 -3
- package/dist/__chunks/RCEIKIN5.js.map +1 -0
- package/dist/__chunks/{7BAMJSUF.js → RGOIFORP.js} +4 -10
- package/dist/__chunks/RGOIFORP.js.map +1 -0
- package/dist/__chunks/{GANR5JVV.cjs → RJ3ZYLJS.cjs} +7 -13
- package/dist/__chunks/RJ3ZYLJS.cjs.map +1 -0
- package/dist/__chunks/S6TNP7G5.js +9 -0
- package/dist/__chunks/S6TNP7G5.js.map +1 -0
- package/dist/__chunks/{FLFJRP4T.js → SJRKFU77.js} +23 -37
- package/dist/__chunks/SJRKFU77.js.map +1 -0
- package/dist/__chunks/{SFOAZYZG.cjs → SND6HHAL.cjs} +3 -3
- package/dist/__chunks/{2HNPYS3S.cjs → T75YP5VR.cjs} +32 -42
- package/dist/__chunks/T75YP5VR.cjs.map +1 -0
- package/dist/__chunks/{I6CGA2ER.js → TEKYRS2R.js} +6 -10
- package/dist/__chunks/TEKYRS2R.js.map +1 -0
- package/dist/__chunks/{63GEZVJ4.js → TK2EQ6QG.js} +6 -7
- package/dist/__chunks/TK2EQ6QG.js.map +1 -0
- package/dist/__chunks/{PKBQW5T6.cjs → TNVQI6LF.cjs} +4 -8
- package/dist/__chunks/TNVQI6LF.cjs.map +1 -0
- package/dist/__chunks/{X5KCRFFF.js → TSR66LRL.js} +11 -21
- package/dist/__chunks/TSR66LRL.js.map +1 -0
- package/dist/__chunks/UAXX2ZEQ.cjs +17 -0
- package/dist/__chunks/UAXX2ZEQ.cjs.map +1 -0
- package/dist/__chunks/VKL4RHBK.js +97 -0
- package/dist/__chunks/VKL4RHBK.js.map +1 -0
- package/dist/__chunks/{CPIFXRXD.cjs → VM56IP2S.cjs} +19 -29
- package/dist/__chunks/VM56IP2S.cjs.map +1 -0
- package/dist/__chunks/W74F2R45.cjs +128 -0
- package/dist/__chunks/W74F2R45.cjs.map +1 -0
- package/dist/__chunks/{N5B6KNJR.js → WBMHYMAT.js} +18 -26
- package/dist/__chunks/WBMHYMAT.js.map +1 -0
- package/dist/__chunks/XCSW34UM.cjs +94 -0
- package/dist/__chunks/XCSW34UM.cjs.map +1 -0
- package/dist/__chunks/XL37HTXI.js +117 -0
- package/dist/__chunks/XL37HTXI.js.map +1 -0
- package/dist/__chunks/YAM7DAOZ.js +94 -0
- package/dist/__chunks/YAM7DAOZ.js.map +1 -0
- package/dist/__chunks/{UF7SXHS4.js → YBOF6XGJ.js} +4 -13
- package/dist/__chunks/YBOF6XGJ.js.map +1 -0
- package/dist/__chunks/{K27Z66LH.js → YF53K6PE.js} +2 -2
- package/dist/__chunks/{LECUYS4O.cjs → YJI76DU2.cjs} +5 -5
- package/dist/__chunks/{THYSYYWS.cjs → ZQRUOZFX.cjs} +5 -10
- package/dist/__chunks/ZQRUOZFX.cjs.map +1 -0
- package/dist/colors/backgroundColor.cjs +3 -5
- package/dist/colors/backgroundColor.css +164 -140
- package/dist/colors/backgroundColor.css.map +1 -1
- package/dist/colors/backgroundColor.d.ts +3 -4
- package/dist/colors/backgroundColor.js +4 -6
- package/dist/colors/border.cjs +11 -0
- package/dist/colors/border.css +446 -0
- package/dist/colors/border.css.map +1 -0
- package/dist/colors/border.d.ts +5 -0
- package/dist/colors/border.js +11 -0
- package/dist/colors/foregroundColor.cjs +3 -5
- package/dist/colors/foregroundColor.css +164 -140
- package/dist/colors/foregroundColor.css.map +1 -1
- package/dist/colors/foregroundColor.d.ts +3 -4
- package/dist/colors/foregroundColor.js +4 -6
- package/dist/constants.cjs +0 -2
- package/dist/constants.cjs.map +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +0 -2
- package/dist/constants.js.map +1 -1
- package/dist/index.cjs +41 -46
- package/dist/index.css +308 -553
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +44 -49
- package/package.json +1 -1
- package/dist/Button/constants/classicSize.cjs +0 -11
- package/dist/Button/constants/classicSize.cjs.map +0 -1
- package/dist/Button/constants/classicSize.d.ts +0 -3
- package/dist/Button/constants/classicSize.js +0 -11
- package/dist/Button/constants/classicSize.js.map +0 -1
- package/dist/Button/constants/color.cjs +0 -11
- package/dist/Button/constants/color.d.ts +0 -4
- package/dist/Button/constants/color.js +0 -11
- package/dist/__chunks/2HNPYS3S.cjs.map +0 -1
- package/dist/__chunks/2RWNBVOK.cjs +0 -114
- package/dist/__chunks/2RWNBVOK.cjs.map +0 -1
- package/dist/__chunks/3FMGCZP2.cjs.map +0 -1
- package/dist/__chunks/3HBVE6VG.js.map +0 -1
- package/dist/__chunks/3OWAOKRW.js.map +0 -1
- package/dist/__chunks/4GTNQPPD.js.map +0 -1
- package/dist/__chunks/5MJ6NOUC.js.map +0 -1
- package/dist/__chunks/5MKCDCHQ.cjs.map +0 -1
- package/dist/__chunks/5OLT2HH5.js +0 -43
- package/dist/__chunks/5OLT2HH5.js.map +0 -1
- package/dist/__chunks/5PWYNWVE.js +0 -115
- package/dist/__chunks/5PWYNWVE.js.map +0 -1
- package/dist/__chunks/63GEZVJ4.js.map +0 -1
- package/dist/__chunks/6OCOGTM5.cjs.map +0 -1
- package/dist/__chunks/7BAMJSUF.js.map +0 -1
- package/dist/__chunks/A323TCSA.cjs.map +0 -1
- package/dist/__chunks/AKKJTW7U.js.map +0 -1
- package/dist/__chunks/AYTJYJHI.js.map +0 -1
- package/dist/__chunks/B7PDT66P.js +0 -9
- package/dist/__chunks/B7PDT66P.js.map +0 -1
- package/dist/__chunks/BQOD4WU7.js.map +0 -1
- package/dist/__chunks/BVYHALMT.cjs.map +0 -1
- package/dist/__chunks/BXHT3UUW.js +0 -9
- package/dist/__chunks/BXHT3UUW.js.map +0 -1
- package/dist/__chunks/CPIFXRXD.cjs.map +0 -1
- package/dist/__chunks/CS66HKUB.cjs.map +0 -1
- package/dist/__chunks/DTKTTGU5.cjs +0 -9
- package/dist/__chunks/DTKTTGU5.cjs.map +0 -1
- package/dist/__chunks/EKHHYK7U.cjs.map +0 -1
- package/dist/__chunks/FH2W3CI2.cjs +0 -126
- package/dist/__chunks/FH2W3CI2.cjs.map +0 -1
- package/dist/__chunks/FLFJRP4T.js.map +0 -1
- package/dist/__chunks/FPHP3T7U.js.map +0 -1
- package/dist/__chunks/GANR5JVV.cjs.map +0 -1
- package/dist/__chunks/GFKDPMFK.js +0 -25
- package/dist/__chunks/GFKDPMFK.js.map +0 -1
- package/dist/__chunks/GWJGZYZO.js +0 -150
- package/dist/__chunks/GWJGZYZO.js.map +0 -1
- package/dist/__chunks/HCHFPFNX.js.map +0 -1
- package/dist/__chunks/HWQUS53M.cjs +0 -25
- package/dist/__chunks/HWQUS53M.cjs.map +0 -1
- package/dist/__chunks/HYRATHVK.cjs.map +0 -1
- package/dist/__chunks/I6CGA2ER.js.map +0 -1
- package/dist/__chunks/IB3FQANU.js.map +0 -1
- package/dist/__chunks/J43HGNHN.cjs +0 -82
- package/dist/__chunks/J43HGNHN.cjs.map +0 -1
- package/dist/__chunks/JAC64LLA.js +0 -17
- package/dist/__chunks/JAC64LLA.js.map +0 -1
- package/dist/__chunks/JNYNLJGY.js +0 -137
- package/dist/__chunks/JNYNLJGY.js.map +0 -1
- package/dist/__chunks/JXOKXBDZ.cjs.map +0 -1
- package/dist/__chunks/KYIRM6PZ.cjs +0 -137
- package/dist/__chunks/KYIRM6PZ.cjs.map +0 -1
- package/dist/__chunks/N5B6KNJR.js.map +0 -1
- package/dist/__chunks/NCUQOLOV.cjs +0 -115
- package/dist/__chunks/NCUQOLOV.cjs.map +0 -1
- package/dist/__chunks/OAZD7W2W.cjs +0 -96
- package/dist/__chunks/OAZD7W2W.cjs.map +0 -1
- package/dist/__chunks/OMFFRI3K.js +0 -9
- package/dist/__chunks/OMFFRI3K.js.map +0 -1
- package/dist/__chunks/OU5C2MBA.js +0 -114
- package/dist/__chunks/OU5C2MBA.js.map +0 -1
- package/dist/__chunks/PKBQW5T6.cjs.map +0 -1
- package/dist/__chunks/Q4HTXMNF.js.map +0 -1
- package/dist/__chunks/QAS3KERZ.cjs +0 -9
- package/dist/__chunks/QAS3KERZ.cjs.map +0 -1
- package/dist/__chunks/RVFY33X2.cjs +0 -43
- package/dist/__chunks/RVFY33X2.cjs.map +0 -1
- package/dist/__chunks/S5QHTHST.cjs +0 -9
- package/dist/__chunks/S5QHTHST.cjs.map +0 -1
- package/dist/__chunks/SHHN3SRR.js +0 -9
- package/dist/__chunks/SHHN3SRR.js.map +0 -1
- package/dist/__chunks/TDR3JRXZ.js.map +0 -1
- package/dist/__chunks/THYSYYWS.cjs.map +0 -1
- package/dist/__chunks/UF7SXHS4.js.map +0 -1
- package/dist/__chunks/UKLQ64N7.cjs.map +0 -1
- package/dist/__chunks/UQY2ELTZ.cjs +0 -64
- package/dist/__chunks/UQY2ELTZ.cjs.map +0 -1
- package/dist/__chunks/UVROGDYB.js +0 -128
- package/dist/__chunks/UVROGDYB.js.map +0 -1
- package/dist/__chunks/VR4ZFZ4Z.js +0 -96
- package/dist/__chunks/VR4ZFZ4Z.js.map +0 -1
- package/dist/__chunks/W2JRKN5E.cjs +0 -9
- package/dist/__chunks/W2JRKN5E.cjs.map +0 -1
- package/dist/__chunks/W5MIJIZA.cjs.map +0 -1
- package/dist/__chunks/X5KCRFFF.js.map +0 -1
- package/dist/__chunks/XU3CLITI.cjs +0 -128
- package/dist/__chunks/XU3CLITI.cjs.map +0 -1
- package/dist/__chunks/ZCSR6NFB.cjs +0 -17
- package/dist/__chunks/ZCSR6NFB.cjs.map +0 -1
- package/dist/__chunks/ZRO3RCYX.cjs +0 -150
- package/dist/__chunks/ZRO3RCYX.cjs.map +0 -1
- package/dist/colors/foregroundTypographyColor.cjs +0 -24
- package/dist/colors/foregroundTypographyColor.cjs.map +0 -1
- package/dist/colors/foregroundTypographyColor.d.ts +0 -5
- package/dist/colors/foregroundTypographyColor.js +0 -24
- package/dist/colors/foregroundTypographyColor.js.map +0 -1
- /package/dist/__chunks/{GJBW4BG7.js.map → 2XOJNXTC.js.map} +0 -0
- /package/dist/__chunks/{GEGGHBSM.cjs.map → 4HCWQMZO.cjs.map} +0 -0
- /package/dist/__chunks/{6P6ARVEA.cjs.map → E32CAKEB.cjs.map} +0 -0
- /package/dist/__chunks/{MONMI3LS.js.map → FRR2K77P.js.map} +0 -0
- /package/dist/__chunks/{FTKHKS6W.js.map → JJMHCJ37.js.map} +0 -0
- /package/dist/__chunks/{WOIJRASP.cjs.map → KNFEGYQM.cjs.map} +0 -0
- /package/dist/__chunks/{3CNALXRL.js.map → LQ6UZ6GG.js.map} +0 -0
- /package/dist/__chunks/{ZUQC37VB.cjs.map → MI5OUDV4.cjs.map} +0 -0
- /package/dist/__chunks/{KTTIFVGY.js.map → MOLOILVI.js.map} +0 -0
- /package/dist/__chunks/{VLK5CARI.cjs.map → N7WA46RL.cjs.map} +0 -0
- /package/dist/__chunks/{Y2HREK3T.js.map → NFIK6RYN.js.map} +0 -0
- /package/dist/__chunks/{SFOAZYZG.cjs.map → SND6HHAL.cjs.map} +0 -0
- /package/dist/__chunks/{K27Z66LH.js.map → YF53K6PE.js.map} +0 -0
- /package/dist/__chunks/{LECUYS4O.cjs.map → YJI76DU2.cjs.map} +0 -0
- /package/dist/{Button/constants/color.cjs.map → colors/border.cjs.map} +0 -0
- /package/dist/{Button/constants/color.js.map → colors/border.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _ESGHXEEAcjs = require('./ESGHXEEA.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _RYUXG4AScjs = require('./RYUXG4AS.cjs');
|
|
@@ -16,7 +16,7 @@ var _jsxruntime = require('react/jsx-runtime');
|
|
|
16
16
|
var RichSelectChip_default = _react.forwardRef.call(void 0,
|
|
17
17
|
function RichSelectChip(props, ref) {
|
|
18
18
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItem_default, _X2SDR4SDcjs.__spreadProps.call(void 0, _X2SDR4SDcjs.__spreadValues.call(void 0, {}, props), { ref, children: ({ isSelected, isFocusVisible, isDisabled }) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19
|
-
|
|
19
|
+
_ESGHXEEAcjs.Chip_default,
|
|
20
20
|
{
|
|
21
21
|
text: props.label,
|
|
22
22
|
selected: isSelected,
|
|
@@ -31,4 +31,4 @@ var RichSelectChip_default = _react.forwardRef.call(void 0,
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
exports.RichSelectChip_default = RichSelectChip_default;
|
|
34
|
-
//# sourceMappingURL=
|
|
34
|
+
//# sourceMappingURL=MI5OUDV4.cjs.map
|
|
@@ -4,16 +4,13 @@
|
|
|
4
4
|
var _XLUVINJWcjs = require('./XLUVINJW.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _RJ3ZYLJScjs = require('./RJ3ZYLJS.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _XCSW34UMcjs = require('./XCSW34UM.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var _JXOKXBDZcjs = require('./JXOKXBDZ.cjs');
|
|
13
|
+
var _QT6IRCGWcjs = require('./QT6IRCGW.cjs');
|
|
17
14
|
|
|
18
15
|
|
|
19
16
|
var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
|
|
@@ -43,27 +40,10 @@ var RadioButton = ({
|
|
|
43
40
|
size = "md",
|
|
44
41
|
value
|
|
45
42
|
}) => {
|
|
46
|
-
const { themeName } = _JXOKXBDZcjs.useTheme.call(void 0, );
|
|
47
43
|
const isHydrated = _K4AUV2VKcjs.useIsHydrated.call(void 0, );
|
|
48
44
|
const disabled = !isHydrated || disabledProp;
|
|
49
45
|
const [isFocused, setIsFocused] = _react.useState.call(void 0, false);
|
|
50
46
|
const { isFocusVisible } = _NOELZTQXcjs.useFocusVisible.call(void 0, );
|
|
51
|
-
const classicStyles = _classnames2.default.call(void 0, RadioButton_module_default.background, RadioButton_module_default[size], {
|
|
52
|
-
[RadioButton_module_default.errorBorderColor]: error,
|
|
53
|
-
[RadioButton_module_default.borderColor]: !error,
|
|
54
|
-
[_XLUVINJWcjs.Focus_module_default.accessibilityOutlineFocus]: isFocused && isFocusVisible || dangerouslyForceFocusStyles,
|
|
55
|
-
[RadioButton_module_default.mdCheckedBorder]: checked && size === "md",
|
|
56
|
-
[RadioButton_module_default.smCheckedBorder]: checked && size === "sm",
|
|
57
|
-
[RadioButton_module_default.neutralBorder]: !checked && size === "md"
|
|
58
|
-
});
|
|
59
|
-
const cambioStyles = _classnames2.default.call(void 0,
|
|
60
|
-
RadioButton_module_default.background,
|
|
61
|
-
error ? _QAS3KERZcjs.colors_module_default.cambioDestructive370BackgroundColor : _QAS3KERZcjs.colors_module_default.cambioGray370BackgroundColor,
|
|
62
|
-
RadioButton_module_default[size],
|
|
63
|
-
{
|
|
64
|
-
[_XLUVINJWcjs.Focus_module_default.accessibilityOutlineFocus]: isFocused && isFocusVisible || dangerouslyForceFocusStyles
|
|
65
|
-
}
|
|
66
|
-
);
|
|
67
47
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
68
48
|
"label",
|
|
69
49
|
{
|
|
@@ -77,9 +57,21 @@ var RadioButton = ({
|
|
|
77
57
|
}
|
|
78
58
|
),
|
|
79
59
|
children: [
|
|
80
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
81
|
-
|
|
82
|
-
|
|
60
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
61
|
+
"div",
|
|
62
|
+
{
|
|
63
|
+
className: _classnames2.default.call(void 0,
|
|
64
|
+
RadioButton_module_default.background,
|
|
65
|
+
error ? _QT6IRCGWcjs.colors_module_default.cambioDestructive370BackgroundColor : _QT6IRCGWcjs.colors_module_default.cambioGray370BackgroundColor,
|
|
66
|
+
RadioButton_module_default[size],
|
|
67
|
+
{
|
|
68
|
+
[_XLUVINJWcjs.Focus_module_default.accessibilityOutlineFocus]: isFocused && isFocusVisible || dangerouslyForceFocusStyles
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
checked && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
74
|
+
_RJ3ZYLJScjs.Box_default,
|
|
83
75
|
{
|
|
84
76
|
backgroundColor: error ? "destructive900" : "gray900",
|
|
85
77
|
width: size === "md" ? 12 : 8,
|
|
@@ -121,7 +113,7 @@ var RadioButton = ({
|
|
|
121
113
|
}
|
|
122
114
|
),
|
|
123
115
|
label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
124
|
-
|
|
116
|
+
_XCSW34UMcjs.Typography_default,
|
|
125
117
|
{
|
|
126
118
|
size: size === "md" ? 200 : 100,
|
|
127
119
|
color: error ? "destructive-primary" : "gray900",
|
|
@@ -137,4 +129,4 @@ var RadioButton_default = RadioButton;
|
|
|
137
129
|
|
|
138
130
|
|
|
139
131
|
exports.RadioButton_default = RadioButton_default;
|
|
140
|
-
//# sourceMappingURL=
|
|
132
|
+
//# sourceMappingURL=MLUQYLT2.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
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;;;ADuFrvB,SAWE,KAXF;AAzEJ,IAAM,cAAc,CAAC;AAAA,EACnB,UAAU;AAAA,EACV,eAAe;AAAA,EACf,8BAA8B;AAAA,EAC9B,UAAU,eAAe;AAAA,EACzB,QAAQ;AAAA,EACR;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA,EACP;AACF,MAsDoB;AAClB,QAAM,aAAa,cAAc;AACjC,QAAM,WAAW,CAAC,cAAc;AAChC,QAAM,CAAC,WAAW,YAAY,IAAI,SAAS,KAAK;AAChD,QAAM,EAAE,eAAe,IAAI,gBAAgB;AAE3C,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,MAEA;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,WAAW;AAAA,cACT,2BAAO;AAAA,cACP,QACI,sBAAY,sCACZ,sBAAY;AAAA,cAChB,2BAAO,IAAI;AAAA,cACX;AAAA,gBACE,CAAC,qBAAY,yBAAyB,GACnC,aAAa,kBAAmB;AAAA,cACrC;AAAA,YACF;AAAA;AAAA,QACF;AAAA,QACC,WACC;AAAA,UAAC;AAAA;AAAA,YACC,iBAAiB,QAAQ,mBAAmB;AAAA,YAC5C,OAAO,SAAS,OAAO,KAAK;AAAA,YAC5B,QAAQ,SAAS,OAAO,KAAK;AAAA,YAC7B,UAAS;AAAA,YACT,UAAS;AAAA,YACT,2BAA2B;AAAA,cACzB,SAAS;AAAA,gBACP,MAAM,SAAS,OAAO,IAAI;AAAA,cAC5B;AAAA,YACF;AAAA;AAAA,QACF;AAAA,QAEF;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\";\nimport colorStyles from \"../colors/colors.module.css\";\nimport Box from \"../Box/Box\";\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 dangerouslyForceFocusStyles = false,\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 /** forces focus ring styling */\n dangerouslyForceFocusStyles?: boolean;\n}): ReactElement => {\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n const [isFocused, setIsFocused] = useState(false);\n const { isFocusVisible } = useFocusVisible();\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 <div\n className={classnames(\n styles.background,\n error\n ? colorStyles.cambioDestructive370BackgroundColor\n : colorStyles.cambioGray370BackgroundColor,\n styles[size],\n {\n [focusStyles.accessibilityOutlineFocus]:\n (isFocused && isFocusVisible) || dangerouslyForceFocusStyles,\n },\n )}\n />\n {checked && (\n <Box\n backgroundColor={error ? \"destructive900\" : \"gray900\"}\n width={size === \"md\" ? 12 : 8}\n height={size === \"md\" ? 12 : 8}\n position=\"absolute\"\n rounding=\"full\"\n dangerouslySetInlineStyle={{\n __style: {\n left: size === \"md\" ? 6 : 4,\n },\n }}\n />\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\" : \"gray900\"}\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,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Chip_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./NPOX7QNB.js";
|
|
5
5
|
import {
|
|
6
6
|
RichSelectItem_default
|
|
7
7
|
} from "./ODMJANSX.js";
|
|
@@ -31,4 +31,4 @@ var RichSelectChip_default = forwardRef(
|
|
|
31
31
|
export {
|
|
32
32
|
RichSelectChip_default
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=
|
|
34
|
+
//# sourceMappingURL=MOLOILVI.js.map
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Typography_default
|
|
4
|
-
} from "./
|
|
5
|
-
import {
|
|
6
|
-
useTheme
|
|
7
|
-
} from "./4GTNQPPD.js";
|
|
4
|
+
} from "./YAM7DAOZ.js";
|
|
8
5
|
|
|
9
6
|
// src/Heading/Heading.tsx
|
|
10
7
|
import { jsx } from "react/jsx-runtime";
|
|
11
|
-
function
|
|
8
|
+
function weight({
|
|
12
9
|
fontStyle,
|
|
13
10
|
size
|
|
14
11
|
}) {
|
|
@@ -30,8 +27,6 @@ var Heading = ({
|
|
|
30
27
|
lineClamp,
|
|
31
28
|
size = 500
|
|
32
29
|
}) => {
|
|
33
|
-
const { themeName } = useTheme();
|
|
34
|
-
const classicWeight = [700, 800].includes(size) ? "heavy" : "bold";
|
|
35
30
|
return /* @__PURE__ */ jsx(
|
|
36
31
|
Typography_default,
|
|
37
32
|
{
|
|
@@ -42,7 +37,7 @@ var Heading = ({
|
|
|
42
37
|
"data-testid": dataTestId,
|
|
43
38
|
lineClamp,
|
|
44
39
|
size,
|
|
45
|
-
weight:
|
|
40
|
+
weight: weight({ fontStyle, size }),
|
|
46
41
|
children
|
|
47
42
|
}
|
|
48
43
|
);
|
|
@@ -52,4 +47,4 @@ var Heading_default = Heading;
|
|
|
52
47
|
export {
|
|
53
48
|
Heading_default
|
|
54
49
|
};
|
|
55
|
-
//# sourceMappingURL=
|
|
50
|
+
//# sourceMappingURL=N6YLXBLU.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Heading/Heading.tsx"],"sourcesContent":["import { type ReactElement, type ReactNode } from \"react\";\nimport Typography from \"../Typography/Typography\";\n\nfunction weight({\n fontStyle,\n size,\n}: {\n fontStyle: \"serif\" | \"sans-serif\";\n size: 400 | 500 | 600 | 700 | 800 | 900 | 1000 | 1100;\n}): \"bold\" | \"medium\" | \"regular\" {\n if (fontStyle === \"serif\" && [400, 500, 600].includes(size)) {\n return \"bold\";\n } else if (fontStyle === \"serif\") {\n return \"medium\";\n } else {\n return \"regular\";\n }\n}\n\n/**\n * [Heading](https://cambly-syntax.vercel.app/?path=/docs/components-heading--docs) enforces a consistent style & accessibility best practices for headings.\n */\nconst Heading = ({\n align = \"start\",\n as = \"h1\",\n children,\n color = \"gray900\",\n \"data-testid\": dataTestId,\n fontStyle = \"sans-serif\",\n lineClamp,\n size = 500,\n}: {\n /**\n * Aligns the text to the left, right, or center of the container.\n * * `start` and `end` will align the text to the left or right of the container depending on the locale.\n * * `forceLeft` and `forceRight` will align the text to the left or right of the container regardless of the locale (should be used sparingly).\n *\n * @defaultValue \"start\"\n */\n align?: \"start\" | \"end\" | \"forceLeft\" | \"center\" | \"forceRight\";\n /**\n * DOM element to render as.\n *\n * @defaultValue \"h1\"\n */\n as?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\";\n /**\n * The text to be rendered\n */\n children?: ReactNode;\n /**\n * The color of the text.\n *\n * @defaultValue \"gray900\"\n */\n color?:\n | \"gray900\"\n | \"gray700\"\n | \"primary\"\n | \"destructive-primary\"\n | \"success\"\n | \"white\"\n | \"inherit\";\n /**\n * Test id for the text.\n */\n \"data-testid\"?: string;\n /**\n * Style of the font\n *\n * Classic only supports `sans-serif`\n *\n * @defaultValue \"sans-serif\"\n */\n fontStyle?: \"serif\" | \"sans-serif\";\n /**\n * The number of lines we should truncate the text at\n */\n lineClamp?: number | undefined;\n /**\n * Size of the text\n *\n * Mobile: (viewport width < 480px):\n * * `400`: 20px\n * * `500`: 23px\n * * `600`: 26px\n * * `700`: 29px\n * * `800`: 33px\n * * `900`: 37px\n * * `1000`: 41px\n * * `1100`: 46px\n *\n * Desktop (viewport width >= 480px):\n * * `400`: 25px\n * * `500`: 31px\n * * `600`: 39px\n * * `700`: 49px\n * * `800`: 61px\n * * `900`: 76px\n * * `1000`: 95px\n * * `1100`: 119px\n *\n * @defaultValue 500\n */\n size?: 400 | 500 | 600 | 700 | 800 | 900 | 1000 | 1100;\n}): ReactElement => {\n return (\n <Typography\n align={align}\n as={as}\n color={color}\n fontStyle={fontStyle}\n data-testid={dataTestId}\n lineClamp={lineClamp}\n size={size}\n weight={weight({ fontStyle, size })}\n >\n {children}\n </Typography>\n );\n};\n\nexport default Heading;\n"],"mappings":";;;;;;AA2GI;AAxGJ,SAAS,OAAO;AAAA,EACd;AAAA,EACA;AACF,GAGkC;AAChC,MAAI,cAAc,WAAW,CAAC,KAAK,KAAK,GAAG,EAAE,SAAS,IAAI,GAAG;AAC3D,WAAO;AAAA,EACT,WAAW,cAAc,SAAS;AAChC,WAAO;AAAA,EACT,OAAO;AACL,WAAO;AAAA,EACT;AACF;AAKA,IAAM,UAAU,CAAC;AAAA,EACf,QAAQ;AAAA,EACR,KAAK;AAAA,EACL;AAAA,EACA,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,YAAY;AAAA,EACZ;AAAA,EACA,OAAO;AACT,MA0EoB;AAClB,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,eAAa;AAAA,MACb;AAAA,MACA;AAAA,MACA,QAAQ,OAAO,EAAE,WAAW,KAAK,CAAC;AAAA,MAEjC;AAAA;AAAA,EACH;AAEJ;AAEA,IAAO,kBAAQ;","names":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _BNBE2XVMcjs = require('./BNBE2XVM.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _5VVFGPW6cjs = require('./5VVFGPW6.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _PLUVW6AMcjs = require('./PLUVW6AM.cjs');
|
|
@@ -13,7 +13,7 @@ var _PLUVW6AMcjs = require('./PLUVW6AM.cjs');
|
|
|
13
13
|
var _IL22HCBFcjs = require('./IL22HCBF.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _RJ3ZYLJScjs = require('./RJ3ZYLJS.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _E5P6WRJDcjs = require('./E5P6WRJD.cjs');
|
|
@@ -113,13 +113,13 @@ var ModalDialog = _react.forwardRef.call(void 0,
|
|
|
113
113
|
"aria-label": accessibilityLabel,
|
|
114
114
|
onChangeContentVisibility,
|
|
115
115
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
116
|
-
|
|
116
|
+
_BNBE2XVMcjs.Dialog_default,
|
|
117
117
|
{
|
|
118
118
|
accessibilityLabel,
|
|
119
119
|
"data-testid": dataTestId,
|
|
120
120
|
children: [
|
|
121
121
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
122
|
-
|
|
122
|
+
_RJ3ZYLJScjs.Box_default,
|
|
123
123
|
{
|
|
124
124
|
position: "absolute",
|
|
125
125
|
padding: 2,
|
|
@@ -130,7 +130,7 @@ var ModalDialog = _react.forwardRef.call(void 0,
|
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
133
|
-
|
|
133
|
+
_5VVFGPW6cjs.IconButton_default,
|
|
134
134
|
{
|
|
135
135
|
onClick: () => state.close(),
|
|
136
136
|
color: "tertiary",
|
|
@@ -157,4 +157,4 @@ var ModalDialog_default = ModalDialog;
|
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
exports.AriaModalOverlay = AriaModalOverlay; exports.AriaModal = AriaModal; exports.ModalDialog_default = ModalDialog_default;
|
|
160
|
-
//# sourceMappingURL=
|
|
160
|
+
//# sourceMappingURL=N7WA46RL.cjs.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Dialog_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./YBOF6XGJ.js";
|
|
5
5
|
import {
|
|
6
6
|
IconButton_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./JFI6TDAC.js";
|
|
8
8
|
import {
|
|
9
9
|
padding_module_default
|
|
10
10
|
} from "./ZOWOFYUE.js";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./AVREYFSM.js";
|
|
14
14
|
import {
|
|
15
15
|
Box_default
|
|
16
|
-
} from "./
|
|
16
|
+
} from "./GCE2CI4A.js";
|
|
17
17
|
import {
|
|
18
18
|
OverlayVisibility
|
|
19
19
|
} from "./E5KMIBEU.js";
|
|
@@ -157,4 +157,4 @@ export {
|
|
|
157
157
|
AriaModal,
|
|
158
158
|
ModalDialog_default
|
|
159
159
|
};
|
|
160
|
-
//# sourceMappingURL=
|
|
160
|
+
//# sourceMappingURL=NFIK6RYN.js.map
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
import {
|
|
3
|
+
Box_default
|
|
4
|
+
} from "./GCE2CI4A.js";
|
|
5
|
+
import {
|
|
6
|
+
Typography_default
|
|
7
|
+
} from "./YAM7DAOZ.js";
|
|
8
|
+
import {
|
|
9
|
+
useIsHydrated
|
|
10
|
+
} from "./JB65NEXK.js";
|
|
11
|
+
|
|
12
|
+
// src/Chip/Chip.tsx
|
|
13
|
+
import { forwardRef, useMemo } from "react";
|
|
14
|
+
import classnames from "classnames";
|
|
15
|
+
|
|
16
|
+
// css-module:./Chip.module.css#css-module
|
|
17
|
+
var Chip_module_default = { "chip": "_chip_b9vyr_1", "disabled": "_disabled_b9vyr_12", "deselectedChip": "_deselectedChip_b9vyr_17", "deselectedChipOnDarkBackground": "_deselectedChipOnDarkBackground_b9vyr_21", "selectedChip": "_selectedChip_b9vyr_25", "selectedChipOnDarkBackground": "_selectedChipOnDarkBackground_b9vyr_29", "icon": "_icon_b9vyr_33", "selectedIcon": "_selectedIcon_b9vyr_41", "sm": "_sm_b9vyr_45", "forceFocus": "_forceFocus_b9vyr_52" };
|
|
18
|
+
|
|
19
|
+
// src/Chip/Chip.tsx
|
|
20
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
21
|
+
function typographyColor({
|
|
22
|
+
selected,
|
|
23
|
+
on
|
|
24
|
+
}) {
|
|
25
|
+
if (on === "darkBackground") {
|
|
26
|
+
if (selected) {
|
|
27
|
+
return "gray900";
|
|
28
|
+
} else {
|
|
29
|
+
return "white";
|
|
30
|
+
}
|
|
31
|
+
} else {
|
|
32
|
+
if (selected) {
|
|
33
|
+
return "white";
|
|
34
|
+
} else {
|
|
35
|
+
return "gray900";
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
var Chip = forwardRef(
|
|
40
|
+
({
|
|
41
|
+
disabled: disabledProp = false,
|
|
42
|
+
selected = false,
|
|
43
|
+
"data-testid": dataTestId,
|
|
44
|
+
text,
|
|
45
|
+
on = "lightBackground",
|
|
46
|
+
onChange,
|
|
47
|
+
icon: Icon,
|
|
48
|
+
dangerouslyForceFocusStyles
|
|
49
|
+
}, ref) => {
|
|
50
|
+
const isHydrated = useIsHydrated();
|
|
51
|
+
const disabled = !isHydrated || disabledProp;
|
|
52
|
+
const selectedChipStyle = on === "lightBackground" ? Chip_module_default.selectedChip : Chip_module_default.selectedChipOnDarkBackground;
|
|
53
|
+
const deselectedChipStyle = on === "lightBackground" ? Chip_module_default.deselectedChip : Chip_module_default.deselectedChipOnDarkBackground;
|
|
54
|
+
const chipStyles = classnames(Chip_module_default.chip, Chip_module_default.sm, {
|
|
55
|
+
[selectedChipStyle]: selected,
|
|
56
|
+
[deselectedChipStyle]: !selected,
|
|
57
|
+
[Chip_module_default.disabled]: disabled,
|
|
58
|
+
[Chip_module_default.forceFocus]: dangerouslyForceFocusStyles
|
|
59
|
+
});
|
|
60
|
+
const iconStyles = classnames(Chip_module_default.icon, {
|
|
61
|
+
[Chip_module_default.selectedIcon]: selected
|
|
62
|
+
});
|
|
63
|
+
const color = useMemo(
|
|
64
|
+
() => typographyColor({ selected, on }),
|
|
65
|
+
[selected, on]
|
|
66
|
+
);
|
|
67
|
+
return /* @__PURE__ */ jsxs(
|
|
68
|
+
"button",
|
|
69
|
+
{
|
|
70
|
+
className: chipStyles,
|
|
71
|
+
disabled,
|
|
72
|
+
"data-testid": dataTestId,
|
|
73
|
+
ref,
|
|
74
|
+
type: "button",
|
|
75
|
+
"aria-pressed": selected,
|
|
76
|
+
onClick: onChange,
|
|
77
|
+
children: [
|
|
78
|
+
Icon && /* @__PURE__ */ jsx(Icon, { className: iconStyles }),
|
|
79
|
+
/* @__PURE__ */ jsx(Box_default, { paddingX: Icon ? 1 : 0, children: /* @__PURE__ */ jsx(Typography_default, { size: 100, color, weight: "medium", children: text }) })
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
Chip.displayName = "Chip";
|
|
86
|
+
var Chip_default = Chip;
|
|
87
|
+
|
|
88
|
+
export {
|
|
89
|
+
Chip_default
|
|
90
|
+
};
|
|
91
|
+
//# sourceMappingURL=NPOX7QNB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Chip/Chip.tsx","css-module:./Chip.module.css#css-module"],"sourcesContent":["import React, { forwardRef, useMemo } from \"react\";\nimport classnames from \"classnames\";\nimport Typography from \"../Typography/Typography\";\nimport Box from \"../Box/Box\";\nimport styles from \"./Chip.module.css\";\nimport useIsHydrated from \"../useIsHydrated\";\n\nfunction typographyColor({\n selected,\n on,\n}: {\n selected: boolean;\n on: \"lightBackground\" | \"darkBackground\";\n}): \"white\" | \"gray900\" {\n if (on === \"darkBackground\") {\n if (selected) {\n return \"gray900\";\n } else {\n return \"white\";\n }\n } else {\n if (selected) {\n return \"white\";\n } else {\n return \"gray900\";\n }\n }\n}\n\ntype ChipProps = {\n /**\n * If true, the chip will be disabled.\n */\n disabled?: boolean;\n /**\n * Sets the initial status of this chip component.\n * * `true` will display a grey chip.\n * * `false` will display a premium800 color chip.\n *\n * @defaultValue \"false\"\n */\n selected?: boolean;\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * Size of the chip.\n *\n * * `sm`: 32px\n *\n * `lg` is deprecated\n *\n * @defaultValue sm\n */\n size?: \"sm\" | \"lg\";\n /**\n * The text to be displayed on the chip\n */\n text: string;\n /**\n * Indicate whether the badge renders on a light or dark background. Changes the color of the chip (Cambio only)\n *\n * @defaulValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * The callback to be called when the chip is clicked\n */\n onChange: React.MouseEventHandler<HTMLButtonElement>;\n /**\n * The icon to be displayed.\n */\n icon?: React.ComponentType<{ className?: string }>;\n /** forces focus ring styling */\n dangerouslyForceFocusStyles?: boolean;\n};\n/**\n * [Chip](https://cambly-syntax.vercel.app/?path=/docs/components-chip--docs) is used to show status (selected/not selected) like a toggle button.\n */\nconst Chip = forwardRef<HTMLButtonElement, ChipProps>(\n (\n {\n disabled: disabledProp = false,\n selected = false,\n \"data-testid\": dataTestId,\n text,\n on = \"lightBackground\",\n onChange,\n icon: Icon,\n dangerouslyForceFocusStyles,\n }: ChipProps,\n ref,\n ) => {\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n\n const selectedChipStyle =\n on === \"lightBackground\"\n ? styles.selectedChip\n : styles.selectedChipOnDarkBackground;\n\n const deselectedChipStyle =\n on === \"lightBackground\"\n ? styles.deselectedChip\n : styles.deselectedChipOnDarkBackground;\n\n const chipStyles = classnames(styles.chip, styles.sm, {\n [selectedChipStyle]: selected,\n [deselectedChipStyle]: !selected,\n [styles.disabled]: disabled,\n [styles.forceFocus]: dangerouslyForceFocusStyles,\n });\n const iconStyles = classnames(styles.icon, {\n [styles.selectedIcon]: selected,\n });\n\n const color = useMemo(\n () => typographyColor({ selected, on }),\n [selected, on],\n );\n\n return (\n <button\n className={chipStyles}\n disabled={disabled}\n data-testid={dataTestId}\n ref={ref}\n type=\"button\"\n aria-pressed={selected}\n onClick={onChange}\n >\n {Icon && <Icon className={iconStyles} />}\n <Box paddingX={Icon ? 1 : 0}>\n <Typography size={100} color={color} weight=\"medium\">\n {text}\n </Typography>\n </Box>\n </button>\n );\n },\n);\n\nChip.displayName = \"Chip\";\n\nexport default Chip;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Chip/Chip.module.css\"; export default {\"chip\":\"_chip_b9vyr_1\",\"disabled\":\"_disabled_b9vyr_12\",\"deselectedChip\":\"_deselectedChip_b9vyr_17\",\"deselectedChipOnDarkBackground\":\"_deselectedChipOnDarkBackground_b9vyr_21\",\"selectedChip\":\"_selectedChip_b9vyr_25\",\"selectedChipOnDarkBackground\":\"_selectedChipOnDarkBackground_b9vyr_29\",\"icon\":\"_icon_b9vyr_33\",\"selectedIcon\":\"_selectedIcon_b9vyr_41\",\"sm\":\"_sm_b9vyr_45\",\"forceFocus\":\"_forceFocus_b9vyr_52\"}"],"mappings":";;;;;;;;;;;;AAAA,SAAgB,YAAY,eAAe;AAC3C,OAAO,gBAAgB;;;ACDiE,IAAO,sBAAQ,EAAC,QAAO,iBAAgB,YAAW,sBAAqB,kBAAiB,4BAA2B,kCAAiC,4CAA2C,gBAAe,0BAAyB,gCAA+B,0CAAyC,QAAO,kBAAiB,gBAAe,0BAAyB,MAAK,gBAAe,cAAa,uBAAsB;;;AD2Hxf,SASW,KATX;AApHN,SAAS,gBAAgB;AAAA,EACvB;AAAA,EACA;AACF,GAGwB;AACtB,MAAI,OAAO,kBAAkB;AAC3B,QAAI,UAAU;AACZ,aAAO;AAAA,IACT,OAAO;AACL,aAAO;AAAA,IACT;AAAA,EACF,OAAO;AACL,QAAI,UAAU;AACZ,aAAO;AAAA,IACT,OAAO;AACL,aAAO;AAAA,IACT;AAAA,EACF;AACF;AAqDA,IAAM,OAAO;AAAA,EACX,CACE;AAAA,IACE,UAAU,eAAe;AAAA,IACzB,WAAW;AAAA,IACX,eAAe;AAAA,IACf;AAAA,IACA,KAAK;AAAA,IACL;AAAA,IACA,MAAM;AAAA,IACN;AAAA,EACF,GACA,QACG;AACH,UAAM,aAAa,cAAc;AACjC,UAAM,WAAW,CAAC,cAAc;AAEhC,UAAM,oBACJ,OAAO,oBACH,oBAAO,eACP,oBAAO;AAEb,UAAM,sBACJ,OAAO,oBACH,oBAAO,iBACP,oBAAO;AAEb,UAAM,aAAa,WAAW,oBAAO,MAAM,oBAAO,IAAI;AAAA,MACpD,CAAC,iBAAiB,GAAG;AAAA,MACrB,CAAC,mBAAmB,GAAG,CAAC;AAAA,MACxB,CAAC,oBAAO,QAAQ,GAAG;AAAA,MACnB,CAAC,oBAAO,UAAU,GAAG;AAAA,IACvB,CAAC;AACD,UAAM,aAAa,WAAW,oBAAO,MAAM;AAAA,MACzC,CAAC,oBAAO,YAAY,GAAG;AAAA,IACzB,CAAC;AAED,UAAM,QAAQ;AAAA,MACZ,MAAM,gBAAgB,EAAE,UAAU,GAAG,CAAC;AAAA,MACtC,CAAC,UAAU,EAAE;AAAA,IACf;AAEA,WACE;AAAA,MAAC;AAAA;AAAA,QACC,WAAW;AAAA,QACX;AAAA,QACA,eAAa;AAAA,QACb;AAAA,QACA,MAAK;AAAA,QACL,gBAAc;AAAA,QACd,SAAS;AAAA,QAER;AAAA,kBAAQ,oBAAC,QAAK,WAAW,YAAY;AAAA,UACtC,oBAAC,eAAI,UAAU,OAAO,IAAI,GACxB,8BAAC,sBAAW,MAAM,KAAK,OAAc,QAAO,UACzC,gBACH,GACF;AAAA;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,KAAK,cAAc;AAEnB,IAAO,eAAQ;","names":[]}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
import {
|
|
3
|
+
useAvatarGroup
|
|
4
|
+
} from "./4325RESS.js";
|
|
5
|
+
import {
|
|
6
|
+
Box_default
|
|
7
|
+
} from "./GCE2CI4A.js";
|
|
8
|
+
import {
|
|
9
|
+
__spreadValues
|
|
10
|
+
} from "./UWGNJENA.js";
|
|
11
|
+
|
|
12
|
+
// src/Avatar/Avatar.tsx
|
|
13
|
+
import classNames from "classnames";
|
|
14
|
+
|
|
15
|
+
// css-module:./Avatar.module.css#css-module
|
|
16
|
+
var Avatar_module_default = { "avatar": "_avatar_uoljx_1", "avatarImage": "_avatarImage_uoljx_5", "avatarImageOutline": "_avatarImageOutline_uoljx_13", "xs": "_xs_uoljx_17", "sm": "_sm_uoljx_22", "md": "_md_uoljx_27", "lg": "_lg_uoljx_32", "xl": "_xl_uoljx_37" };
|
|
17
|
+
|
|
18
|
+
// src/Avatar/Avatar.tsx
|
|
19
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
20
|
+
var sizeToIconStyles = {
|
|
21
|
+
xs: { bottom: 6, marginInlineEnd: 2, height: 4, width: 4 },
|
|
22
|
+
sm: { bottom: 6, marginInlineEnd: 2, height: 4, width: 4 },
|
|
23
|
+
md: { bottom: 6, marginInlineEnd: 2, height: 8, width: 8 },
|
|
24
|
+
lg: { bottom: 6, marginInlineEnd: 6, height: 12, width: 12 },
|
|
25
|
+
xl: { bottom: 12, marginInlineEnd: 12, height: 16, width: 16 }
|
|
26
|
+
};
|
|
27
|
+
var sizeToMargin = {
|
|
28
|
+
xs: -10,
|
|
29
|
+
sm: -14,
|
|
30
|
+
md: -22,
|
|
31
|
+
lg: -28,
|
|
32
|
+
xl: -28
|
|
33
|
+
};
|
|
34
|
+
function AvatarInternal({
|
|
35
|
+
accessibilityLabel,
|
|
36
|
+
icon,
|
|
37
|
+
outline,
|
|
38
|
+
size = "md",
|
|
39
|
+
src
|
|
40
|
+
}) {
|
|
41
|
+
return /* @__PURE__ */ jsxs("div", { className: classNames(Avatar_module_default.avatar, Avatar_module_default[size]), children: [
|
|
42
|
+
/* @__PURE__ */ jsx(
|
|
43
|
+
"img",
|
|
44
|
+
{
|
|
45
|
+
alt: accessibilityLabel,
|
|
46
|
+
src,
|
|
47
|
+
className: classNames(
|
|
48
|
+
Avatar_module_default.avatarImage,
|
|
49
|
+
outline && Avatar_module_default.avatarImageOutline,
|
|
50
|
+
Avatar_module_default[size]
|
|
51
|
+
)
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
icon && /* @__PURE__ */ jsx(Box_default, { display: "flex", position: "relative", justifyContent: "end", children: /* @__PURE__ */ jsx(
|
|
55
|
+
Box_default,
|
|
56
|
+
{
|
|
57
|
+
display: "flex",
|
|
58
|
+
alignItems: "center",
|
|
59
|
+
justifyContent: "center",
|
|
60
|
+
position: "absolute",
|
|
61
|
+
backgroundColor: "white",
|
|
62
|
+
dangerouslySetInlineStyle: {
|
|
63
|
+
__style: __spreadValues({
|
|
64
|
+
border: "1px solid white"
|
|
65
|
+
}, sizeToIconStyles[size])
|
|
66
|
+
},
|
|
67
|
+
rounding: "full",
|
|
68
|
+
children: icon
|
|
69
|
+
}
|
|
70
|
+
) })
|
|
71
|
+
] });
|
|
72
|
+
}
|
|
73
|
+
var Avatar = ({
|
|
74
|
+
accessibilityLabel,
|
|
75
|
+
icon,
|
|
76
|
+
size = "md",
|
|
77
|
+
src
|
|
78
|
+
}) => {
|
|
79
|
+
const avatarGroupContext = useAvatarGroup();
|
|
80
|
+
if (avatarGroupContext !== null) {
|
|
81
|
+
return /* @__PURE__ */ jsx(
|
|
82
|
+
Box_default,
|
|
83
|
+
{
|
|
84
|
+
position: "relative",
|
|
85
|
+
dangerouslySetInlineStyle: {
|
|
86
|
+
__style: {
|
|
87
|
+
marginInlineEnd: sizeToMargin[avatarGroupContext.size]
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
children: /* @__PURE__ */ jsx(
|
|
91
|
+
Box_default,
|
|
92
|
+
{
|
|
93
|
+
display: "flex",
|
|
94
|
+
alignItems: "center",
|
|
95
|
+
justifyContent: "center",
|
|
96
|
+
backgroundColor: "white",
|
|
97
|
+
rounding: "full",
|
|
98
|
+
children: /* @__PURE__ */ jsx(
|
|
99
|
+
AvatarInternal,
|
|
100
|
+
{
|
|
101
|
+
accessibilityLabel,
|
|
102
|
+
icon,
|
|
103
|
+
outline: true,
|
|
104
|
+
size: avatarGroupContext.size,
|
|
105
|
+
src
|
|
106
|
+
}
|
|
107
|
+
)
|
|
108
|
+
}
|
|
109
|
+
)
|
|
110
|
+
}
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
return /* @__PURE__ */ jsx(
|
|
114
|
+
AvatarInternal,
|
|
115
|
+
{
|
|
116
|
+
accessibilityLabel,
|
|
117
|
+
icon,
|
|
118
|
+
size,
|
|
119
|
+
src
|
|
120
|
+
}
|
|
121
|
+
);
|
|
122
|
+
};
|
|
123
|
+
var Avatar_default = Avatar;
|
|
124
|
+
|
|
125
|
+
export {
|
|
126
|
+
Avatar_default
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=PIB5AHP5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Avatar/Avatar.tsx","css-module:./Avatar.module.css#css-module"],"sourcesContent":["import { type ReactElement } from \"react\";\nimport classNames from \"classnames\";\nimport styles from \"./Avatar.module.css\";\nimport Box from \"../Box/Box\";\nimport { useAvatarGroup } from \"../AvatarGroup/AvatarGroup\";\n\nconst sizeToIconStyles = {\n xs: { bottom: 6, marginInlineEnd: 2, height: 4, width: 4 },\n sm: { bottom: 6, marginInlineEnd: 2, height: 4, width: 4 },\n md: { bottom: 6, marginInlineEnd: 2, height: 8, width: 8 },\n lg: { bottom: 6, marginInlineEnd: 6, height: 12, width: 12 },\n xl: { bottom: 12, marginInlineEnd: 12, height: 16, width: 16 },\n} as const;\n\nconst sizeToMargin = {\n xs: -10,\n sm: -14,\n md: -22,\n lg: -28,\n xl: -28,\n} as const;\n\nfunction AvatarInternal({\n accessibilityLabel,\n icon,\n outline,\n size = \"md\",\n src,\n}: {\n accessibilityLabel: string;\n icon?: React.ReactElement;\n outline?: boolean;\n size?: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\";\n src: string;\n}): ReactElement {\n return (\n <div className={classNames(styles.avatar, styles[size])}>\n <img\n alt={accessibilityLabel}\n src={src}\n className={classNames(\n styles.avatarImage,\n outline && styles.avatarImageOutline,\n styles[size],\n )}\n />\n {icon && (\n <Box display=\"flex\" position=\"relative\" justifyContent=\"end\">\n <Box\n display=\"flex\"\n alignItems=\"center\"\n justifyContent=\"center\"\n position=\"absolute\"\n backgroundColor=\"white\"\n dangerouslySetInlineStyle={{\n __style: {\n border: \"1px solid white\",\n ...sizeToIconStyles[size],\n },\n }}\n rounding=\"full\"\n >\n {icon}\n </Box>\n </Box>\n )}\n </div>\n );\n}\n\n/**\n * [Avatar](https://cambly-syntax.vercel.app/?path=/docs/components-avatar--docs) is a circular image that represents a user.\n */\nconst Avatar = ({\n accessibilityLabel,\n icon,\n size = \"md\",\n src,\n}: {\n /**\n * Alt text to use for the image.\n * This should describe the image to people using screen readers.\n */\n accessibilityLabel: string;\n /**\n * optional icon that appears on the bottom corner of the avatar\n */\n icon?: React.ReactElement;\n /**\n * Size of the avatar.\n *\n * * `xs`: 24px\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n * * `xl`: 64px (deprecated)\n *\n * @defaultValue `md`\n */\n size?: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\";\n /**\n * URL of the image to display as the avatar.\n */\n src: string;\n}): JSX.Element => {\n const avatarGroupContext = useAvatarGroup();\n\n if (avatarGroupContext !== null) {\n return (\n <Box\n position=\"relative\"\n dangerouslySetInlineStyle={{\n __style: {\n marginInlineEnd: sizeToMargin[avatarGroupContext.size],\n },\n }}\n >\n <Box\n display=\"flex\"\n alignItems=\"center\"\n justifyContent=\"center\"\n backgroundColor=\"white\"\n rounding=\"full\"\n >\n <AvatarInternal\n accessibilityLabel={accessibilityLabel}\n icon={icon}\n outline\n size={avatarGroupContext.size}\n src={src}\n />\n </Box>\n </Box>\n );\n }\n\n return (\n <AvatarInternal\n accessibilityLabel={accessibilityLabel}\n icon={icon}\n size={size}\n src={src}\n />\n );\n};\n\nexport default Avatar;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Avatar/Avatar.module.css\"; export default {\"avatar\":\"_avatar_uoljx_1\",\"avatarImage\":\"_avatarImage_uoljx_5\",\"avatarImageOutline\":\"_avatarImageOutline_uoljx_13\",\"xs\":\"_xs_uoljx_17\",\"sm\":\"_sm_uoljx_22\",\"md\":\"_md_uoljx_27\",\"lg\":\"_lg_uoljx_32\",\"xl\":\"_xl_uoljx_37\"}"],"mappings":";;;;;;;;;;;;AACA,OAAO,gBAAgB;;;ACDqE,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,eAAc,wBAAuB,sBAAqB,gCAA+B,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,MAAK,eAAc;;;ADoC/T,SACE,KADF;AA9BJ,IAAM,mBAAmB;AAAA,EACvB,IAAI,EAAE,QAAQ,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,EAAE;AAAA,EACzD,IAAI,EAAE,QAAQ,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,EAAE;AAAA,EACzD,IAAI,EAAE,QAAQ,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,EAAE;AAAA,EACzD,IAAI,EAAE,QAAQ,GAAG,iBAAiB,GAAG,QAAQ,IAAI,OAAO,GAAG;AAAA,EAC3D,IAAI,EAAE,QAAQ,IAAI,iBAAiB,IAAI,QAAQ,IAAI,OAAO,GAAG;AAC/D;AAEA,IAAM,eAAe;AAAA,EACnB,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEA,SAAS,eAAe;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA,EACP;AACF,GAMiB;AACf,SACE,qBAAC,SAAI,WAAW,WAAW,sBAAO,QAAQ,sBAAO,IAAI,CAAC,GACpD;AAAA;AAAA,MAAC;AAAA;AAAA,QACC,KAAK;AAAA,QACL;AAAA,QACA,WAAW;AAAA,UACT,sBAAO;AAAA,UACP,WAAW,sBAAO;AAAA,UAClB,sBAAO,IAAI;AAAA,QACb;AAAA;AAAA,IACF;AAAA,IACC,QACC,oBAAC,eAAI,SAAQ,QAAO,UAAS,YAAW,gBAAe,OACrD;AAAA,MAAC;AAAA;AAAA,QACC,SAAQ;AAAA,QACR,YAAW;AAAA,QACX,gBAAe;AAAA,QACf,UAAS;AAAA,QACT,iBAAgB;AAAA,QAChB,2BAA2B;AAAA,UACzB,SAAS;AAAA,YACP,QAAQ;AAAA,aACL,iBAAiB,IAAI;AAAA,QAE5B;AAAA,QACA,UAAS;AAAA,QAER;AAAA;AAAA,IACH,GACF;AAAA,KAEJ;AAEJ;AAKA,IAAM,SAAS,CAAC;AAAA,EACd;AAAA,EACA;AAAA,EACA,OAAO;AAAA,EACP;AACF,MA0BmB;AACjB,QAAM,qBAAqB,eAAe;AAE1C,MAAI,uBAAuB,MAAM;AAC/B,WACE;AAAA,MAAC;AAAA;AAAA,QACC,UAAS;AAAA,QACT,2BAA2B;AAAA,UACzB,SAAS;AAAA,YACP,iBAAiB,aAAa,mBAAmB,IAAI;AAAA,UACvD;AAAA,QACF;AAAA,QAEA;AAAA,UAAC;AAAA;AAAA,YACC,SAAQ;AAAA,YACR,YAAW;AAAA,YACX,gBAAe;AAAA,YACf,iBAAgB;AAAA,YAChB,UAAS;AAAA,YAET;AAAA,cAAC;AAAA;AAAA,gBACC;AAAA,gBACA;AAAA,gBACA,SAAO;AAAA,gBACP,MAAM,mBAAmB;AAAA,gBACzB;AAAA;AAAA,YACF;AAAA;AAAA,QACF;AAAA;AAAA,IACF;AAAA,EAEJ;AAEA,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA;AAAA,EACF;AAEJ;AAEA,IAAO,iBAAQ;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
|
|
3
|
+
// css-module:./colors.module.css#css-module
|
|
4
|
+
var colors_module_default = { "inheritColor": "_inheritColor_duy1y_2", "destructive700Color": "_destructive700Color_duy1y_6", "gray700Color": "_gray700Color_duy1y_10", "gray900Color": "_gray900Color_duy1y_14", "primary700Color": "_primary700Color_duy1y_18", "success700Color": "_success700Color_duy1y_22", "whiteColor": "_whiteColor_duy1y_26", "noBorder": "_noBorder_duy1y_31", "blackBorderColor": "_blackBorderColor_duy1y_35", "whiteBorderColor": "_whiteBorderColor_duy1y_39", "success770BorderColor": "_success770BorderColor_duy1y_43", "destructive770BorderColor": "_destructive770BorderColor_duy1y_47", "gray370BorderColor": "_gray370BorderColor_duy1y_51", "success370BorderColor": "_success370BorderColor_duy1y_55", "destructive370BorderColor": "_destructive370BorderColor_duy1y_59", "blackBackgroundColor": "_blackBackgroundColor_duy1y_65", "destructive100BackgroundColor": "_destructive100BackgroundColor_duy1y_69", "destructive200BackgroundColor": "_destructive200BackgroundColor_duy1y_73", "destructive300BackgroundColor": "_destructive300BackgroundColor_duy1y_77", "destructive700BackgroundColor": "_destructive700BackgroundColor_duy1y_81", "destructive800BackgroundColor": "_destructive800BackgroundColor_duy1y_85", "destructive900BackgroundColor": "_destructive900BackgroundColor_duy1y_89", "gray10BackgroundColor": "_gray10BackgroundColor_duy1y_93", "gray30BackgroundColor": "_gray30BackgroundColor_duy1y_97", "gray60BackgroundColor": "_gray60BackgroundColor_duy1y_101", "gray80BackgroundColor": "_gray80BackgroundColor_duy1y_105", "gray100BackgroundColor": "_gray100BackgroundColor_duy1y_109", "gray200BackgroundColor": "_gray200BackgroundColor_duy1y_113", "gray300BackgroundColor": "_gray300BackgroundColor_duy1y_117", "gray700BackgroundColor": "_gray700BackgroundColor_duy1y_121", "gray800BackgroundColor": "_gray800BackgroundColor_duy1y_125", "gray900BackgroundColor": "_gray900BackgroundColor_duy1y_129", "orange100BackgroundColor": "_orange100BackgroundColor_duy1y_133", "orange200BackgroundColor": "_orange200BackgroundColor_duy1y_137", "orange300BackgroundColor": "_orange300BackgroundColor_duy1y_141", "orange700BackgroundColor": "_orange700BackgroundColor_duy1y_145", "orange800BackgroundColor": "_orange800BackgroundColor_duy1y_149", "orange900BackgroundColor": "_orange900BackgroundColor_duy1y_153", "primary100BackgroundColor": "_primary100BackgroundColor_duy1y_157", "primary200BackgroundColor": "_primary200BackgroundColor_duy1y_161", "primary300BackgroundColor": "_primary300BackgroundColor_duy1y_165", "primary700BackgroundColor": "_primary700BackgroundColor_duy1y_169", "primary800BackgroundColor": "_primary800BackgroundColor_duy1y_173", "primary900BackgroundColor": "_primary900BackgroundColor_duy1y_177", "success100BackgroundColor": "_success100BackgroundColor_duy1y_181", "success200BackgroundColor": "_success200BackgroundColor_duy1y_185", "success300BackgroundColor": "_success300BackgroundColor_duy1y_189", "success700BackgroundColor": "_success700BackgroundColor_duy1y_193", "success800BackgroundColor": "_success800BackgroundColor_duy1y_197", "success900BackgroundColor": "_success900BackgroundColor_duy1y_201", "purple100BackgroundColor": "_purple100BackgroundColor_duy1y_205", "purple200BackgroundColor": "_purple200BackgroundColor_duy1y_209", "purple300BackgroundColor": "_purple300BackgroundColor_duy1y_213", "purple700BackgroundColor": "_purple700BackgroundColor_duy1y_217", "purple800BackgroundColor": "_purple800BackgroundColor_duy1y_221", "purple900BackgroundColor": "_purple900BackgroundColor_duy1y_225", "whiteBackgroundColor": "_whiteBackgroundColor_duy1y_229", "yellow100BackgroundColor": "_yellow100BackgroundColor_duy1y_233", "yellow200BackgroundColor": "_yellow200BackgroundColor_duy1y_237", "yellow300BackgroundColor": "_yellow300BackgroundColor_duy1y_241", "yellow700BackgroundColor": "_yellow700BackgroundColor_duy1y_245", "yellow800BackgroundColor": "_yellow800BackgroundColor_duy1y_249", "yellow900BackgroundColor": "_yellow900BackgroundColor_duy1y_253", "cambioBlackColor": "_cambioBlackColor_duy1y_258", "cambioWhiteColor": "_cambioWhiteColor_duy1y_262", "cambioGray100Color": "_cambioGray100Color_duy1y_266", "cambioGray200Color": "_cambioGray200Color_duy1y_270", "cambioGray300Color": "_cambioGray300Color_duy1y_274", "cambioGray370Color": "_cambioGray370Color_duy1y_278", "cambioGray700Color": "_cambioGray700Color_duy1y_282", "cambioGray800Color": "_cambioGray800Color_duy1y_286", "cambioGray870Color": "_cambioGray870Color_duy1y_290", "cambioGray900Color": "_cambioGray900Color_duy1y_294", "cambioDestructive100Color": "_cambioDestructive100Color_duy1y_298", "cambioDestructive300Color": "_cambioDestructive300Color_duy1y_302", "cambioDestructive370Color": "_cambioDestructive370Color_duy1y_306", "cambioDestructive700Color": "_cambioDestructive700Color_duy1y_310", "cambioDestructive770Color": "_cambioDestructive770Color_duy1y_314", "cambioDestructive900Color": "_cambioDestructive900Color_duy1y_318", "cambioSuccess100Color": "_cambioSuccess100Color_duy1y_322", "cambioSuccess300Color": "_cambioSuccess300Color_duy1y_326", "cambioSuccess370Color": "_cambioSuccess370Color_duy1y_330", "cambioSuccess700Color": "_cambioSuccess700Color_duy1y_334", "cambioSuccess770Color": "_cambioSuccess770Color_duy1y_338", "cambioSuccess900Color": "_cambioSuccess900Color_duy1y_342", "cambioRedColor": "_cambioRedColor_duy1y_346", "cambioOrangeColor": "_cambioOrangeColor_duy1y_350", "cambioTanColor": "_cambioTanColor_duy1y_354", "cambioCreamColor": "_cambioCreamColor_duy1y_358", "cambioPurpleColor": "_cambioPurpleColor_duy1y_362", "cambioLilacColor": "_cambioLilacColor_duy1y_366", "cambioThistleColor": "_cambioThistleColor_duy1y_370", "cambioPinkColor": "_cambioPinkColor_duy1y_374", "cambioNavyColor": "_cambioNavyColor_duy1y_378", "cambioTealColor": "_cambioTealColor_duy1y_382", "cambioSlateColor": "_cambioSlateColor_duy1y_386", "cambioSkyColor": "_cambioSkyColor_duy1y_390", "cambioYellow700Color": "_cambioYellow700Color_duy1y_394", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_duy1y_398", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_duy1y_402", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_duy1y_406", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_duy1y_410", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_duy1y_414", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_duy1y_418", "gray370BackgroundColor": "_gray370BackgroundColor_duy1y_422", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_duy1y_426", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_duy1y_430", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_duy1y_434", "gray870BackgroundColor": "_gray870BackgroundColor_duy1y_438", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_duy1y_442", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_duy1y_446", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_duy1y_450", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_duy1y_454", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_duy1y_458", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_duy1y_462", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_duy1y_466", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_duy1y_470", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_duy1y_474", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_duy1y_478", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_duy1y_482", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_duy1y_486", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_duy1y_490", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_duy1y_494", "redBackgroundColor": "_redBackgroundColor_duy1y_498", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_duy1y_502", "orangeBackgroundColor": "_orangeBackgroundColor_duy1y_506", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_duy1y_510", "tanBackgroundColor": "_tanBackgroundColor_duy1y_514", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_duy1y_518", "creamBackgroundColor": "_creamBackgroundColor_duy1y_522", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_duy1y_526", "purpleBackgroundColor": "_purpleBackgroundColor_duy1y_530", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_duy1y_534", "lilacBackgroundColor": "_lilacBackgroundColor_duy1y_538", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_duy1y_542", "thistleBackgroundColor": "_thistleBackgroundColor_duy1y_546", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_duy1y_550", "pinkBackgroundColor": "_pinkBackgroundColor_duy1y_554", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_duy1y_558", "navyBackgroundColor": "_navyBackgroundColor_duy1y_562", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_duy1y_566", "tealBackgroundColor": "_tealBackgroundColor_duy1y_570", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_duy1y_574", "slateBackgroundColor": "_slateBackgroundColor_duy1y_578", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_duy1y_582", "skyBackgroundColor": "_skyBackgroundColor_duy1y_586", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_duy1y_590", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_duy1y_594" };
|
|
5
|
+
|
|
6
|
+
export {
|
|
7
|
+
colors_module_default
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=PUTZ53EC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["css-module:./colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_duy1y_2\",\"destructive700Color\":\"_destructive700Color_duy1y_6\",\"gray700Color\":\"_gray700Color_duy1y_10\",\"gray900Color\":\"_gray900Color_duy1y_14\",\"primary700Color\":\"_primary700Color_duy1y_18\",\"success700Color\":\"_success700Color_duy1y_22\",\"whiteColor\":\"_whiteColor_duy1y_26\",\"noBorder\":\"_noBorder_duy1y_31\",\"blackBorderColor\":\"_blackBorderColor_duy1y_35\",\"whiteBorderColor\":\"_whiteBorderColor_duy1y_39\",\"success770BorderColor\":\"_success770BorderColor_duy1y_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_duy1y_47\",\"gray370BorderColor\":\"_gray370BorderColor_duy1y_51\",\"success370BorderColor\":\"_success370BorderColor_duy1y_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_duy1y_59\",\"blackBackgroundColor\":\"_blackBackgroundColor_duy1y_65\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_duy1y_69\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_duy1y_73\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_duy1y_77\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_duy1y_81\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_duy1y_85\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_duy1y_89\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_duy1y_93\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_duy1y_97\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_duy1y_101\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_duy1y_105\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_duy1y_109\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_duy1y_113\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_duy1y_117\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_duy1y_121\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_duy1y_125\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_duy1y_129\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_duy1y_133\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_duy1y_137\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_duy1y_141\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_duy1y_145\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_duy1y_149\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_duy1y_153\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_duy1y_157\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_duy1y_161\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_duy1y_165\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_duy1y_169\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_duy1y_173\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_duy1y_177\",\"success100BackgroundColor\":\"_success100BackgroundColor_duy1y_181\",\"success200BackgroundColor\":\"_success200BackgroundColor_duy1y_185\",\"success300BackgroundColor\":\"_success300BackgroundColor_duy1y_189\",\"success700BackgroundColor\":\"_success700BackgroundColor_duy1y_193\",\"success800BackgroundColor\":\"_success800BackgroundColor_duy1y_197\",\"success900BackgroundColor\":\"_success900BackgroundColor_duy1y_201\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_duy1y_205\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_duy1y_209\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_duy1y_213\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_duy1y_217\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_duy1y_221\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_duy1y_225\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_duy1y_229\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_duy1y_233\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_duy1y_237\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_duy1y_241\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_duy1y_245\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_duy1y_249\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_duy1y_253\",\"cambioBlackColor\":\"_cambioBlackColor_duy1y_258\",\"cambioWhiteColor\":\"_cambioWhiteColor_duy1y_262\",\"cambioGray100Color\":\"_cambioGray100Color_duy1y_266\",\"cambioGray200Color\":\"_cambioGray200Color_duy1y_270\",\"cambioGray300Color\":\"_cambioGray300Color_duy1y_274\",\"cambioGray370Color\":\"_cambioGray370Color_duy1y_278\",\"cambioGray700Color\":\"_cambioGray700Color_duy1y_282\",\"cambioGray800Color\":\"_cambioGray800Color_duy1y_286\",\"cambioGray870Color\":\"_cambioGray870Color_duy1y_290\",\"cambioGray900Color\":\"_cambioGray900Color_duy1y_294\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_duy1y_298\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_duy1y_302\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_duy1y_306\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_duy1y_310\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_duy1y_314\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_duy1y_318\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_duy1y_322\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_duy1y_326\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_duy1y_330\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_duy1y_334\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_duy1y_338\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_duy1y_342\",\"cambioRedColor\":\"_cambioRedColor_duy1y_346\",\"cambioOrangeColor\":\"_cambioOrangeColor_duy1y_350\",\"cambioTanColor\":\"_cambioTanColor_duy1y_354\",\"cambioCreamColor\":\"_cambioCreamColor_duy1y_358\",\"cambioPurpleColor\":\"_cambioPurpleColor_duy1y_362\",\"cambioLilacColor\":\"_cambioLilacColor_duy1y_366\",\"cambioThistleColor\":\"_cambioThistleColor_duy1y_370\",\"cambioPinkColor\":\"_cambioPinkColor_duy1y_374\",\"cambioNavyColor\":\"_cambioNavyColor_duy1y_378\",\"cambioTealColor\":\"_cambioTealColor_duy1y_382\",\"cambioSlateColor\":\"_cambioSlateColor_duy1y_386\",\"cambioSkyColor\":\"_cambioSkyColor_duy1y_390\",\"cambioYellow700Color\":\"_cambioYellow700Color_duy1y_394\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_duy1y_398\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_duy1y_402\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_duy1y_406\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_duy1y_410\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_duy1y_414\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_duy1y_418\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_duy1y_422\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_duy1y_426\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_duy1y_430\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_duy1y_434\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_duy1y_438\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_duy1y_442\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_duy1y_446\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_duy1y_450\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_duy1y_454\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_duy1y_458\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_duy1y_462\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_duy1y_466\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_duy1y_470\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_duy1y_474\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_duy1y_478\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_duy1y_482\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_duy1y_486\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_duy1y_490\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_duy1y_494\",\"redBackgroundColor\":\"_redBackgroundColor_duy1y_498\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_duy1y_502\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_duy1y_506\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_duy1y_510\",\"tanBackgroundColor\":\"_tanBackgroundColor_duy1y_514\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_duy1y_518\",\"creamBackgroundColor\":\"_creamBackgroundColor_duy1y_522\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_duy1y_526\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_duy1y_530\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_duy1y_534\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_duy1y_538\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_duy1y_542\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_duy1y_546\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_duy1y_550\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_duy1y_554\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_duy1y_558\",\"navyBackgroundColor\":\"_navyBackgroundColor_duy1y_562\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_duy1y_566\",\"tealBackgroundColor\":\"_tealBackgroundColor_duy1y_570\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_duy1y_574\",\"slateBackgroundColor\":\"_slateBackgroundColor_duy1y_578\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_duy1y_582\",\"skyBackgroundColor\":\"_skyBackgroundColor_duy1y_586\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_duy1y_590\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_duy1y_594\"}"],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,YAAW,sBAAqB,oBAAmB,8BAA6B,oBAAmB,8BAA6B,yBAAwB,mCAAkC,6BAA4B,uCAAsC,sBAAqB,gCAA+B,yBAAwB,mCAAkC,6BAA4B,uCAAsC,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
|
|
2
|
+
|
|
3
|
+
// css-module:../colors/colors.module.css#css-module
|
|
4
|
+
var colors_module_default = { "inheritColor": "_inheritColor_duy1y_2", "destructive700Color": "_destructive700Color_duy1y_6", "gray700Color": "_gray700Color_duy1y_10", "gray900Color": "_gray900Color_duy1y_14", "primary700Color": "_primary700Color_duy1y_18", "success700Color": "_success700Color_duy1y_22", "whiteColor": "_whiteColor_duy1y_26", "noBorder": "_noBorder_duy1y_31", "blackBorderColor": "_blackBorderColor_duy1y_35", "whiteBorderColor": "_whiteBorderColor_duy1y_39", "success770BorderColor": "_success770BorderColor_duy1y_43", "destructive770BorderColor": "_destructive770BorderColor_duy1y_47", "gray370BorderColor": "_gray370BorderColor_duy1y_51", "success370BorderColor": "_success370BorderColor_duy1y_55", "destructive370BorderColor": "_destructive370BorderColor_duy1y_59", "blackBackgroundColor": "_blackBackgroundColor_duy1y_65", "destructive100BackgroundColor": "_destructive100BackgroundColor_duy1y_69", "destructive200BackgroundColor": "_destructive200BackgroundColor_duy1y_73", "destructive300BackgroundColor": "_destructive300BackgroundColor_duy1y_77", "destructive700BackgroundColor": "_destructive700BackgroundColor_duy1y_81", "destructive800BackgroundColor": "_destructive800BackgroundColor_duy1y_85", "destructive900BackgroundColor": "_destructive900BackgroundColor_duy1y_89", "gray10BackgroundColor": "_gray10BackgroundColor_duy1y_93", "gray30BackgroundColor": "_gray30BackgroundColor_duy1y_97", "gray60BackgroundColor": "_gray60BackgroundColor_duy1y_101", "gray80BackgroundColor": "_gray80BackgroundColor_duy1y_105", "gray100BackgroundColor": "_gray100BackgroundColor_duy1y_109", "gray200BackgroundColor": "_gray200BackgroundColor_duy1y_113", "gray300BackgroundColor": "_gray300BackgroundColor_duy1y_117", "gray700BackgroundColor": "_gray700BackgroundColor_duy1y_121", "gray800BackgroundColor": "_gray800BackgroundColor_duy1y_125", "gray900BackgroundColor": "_gray900BackgroundColor_duy1y_129", "orange100BackgroundColor": "_orange100BackgroundColor_duy1y_133", "orange200BackgroundColor": "_orange200BackgroundColor_duy1y_137", "orange300BackgroundColor": "_orange300BackgroundColor_duy1y_141", "orange700BackgroundColor": "_orange700BackgroundColor_duy1y_145", "orange800BackgroundColor": "_orange800BackgroundColor_duy1y_149", "orange900BackgroundColor": "_orange900BackgroundColor_duy1y_153", "primary100BackgroundColor": "_primary100BackgroundColor_duy1y_157", "primary200BackgroundColor": "_primary200BackgroundColor_duy1y_161", "primary300BackgroundColor": "_primary300BackgroundColor_duy1y_165", "primary700BackgroundColor": "_primary700BackgroundColor_duy1y_169", "primary800BackgroundColor": "_primary800BackgroundColor_duy1y_173", "primary900BackgroundColor": "_primary900BackgroundColor_duy1y_177", "success100BackgroundColor": "_success100BackgroundColor_duy1y_181", "success200BackgroundColor": "_success200BackgroundColor_duy1y_185", "success300BackgroundColor": "_success300BackgroundColor_duy1y_189", "success700BackgroundColor": "_success700BackgroundColor_duy1y_193", "success800BackgroundColor": "_success800BackgroundColor_duy1y_197", "success900BackgroundColor": "_success900BackgroundColor_duy1y_201", "purple100BackgroundColor": "_purple100BackgroundColor_duy1y_205", "purple200BackgroundColor": "_purple200BackgroundColor_duy1y_209", "purple300BackgroundColor": "_purple300BackgroundColor_duy1y_213", "purple700BackgroundColor": "_purple700BackgroundColor_duy1y_217", "purple800BackgroundColor": "_purple800BackgroundColor_duy1y_221", "purple900BackgroundColor": "_purple900BackgroundColor_duy1y_225", "whiteBackgroundColor": "_whiteBackgroundColor_duy1y_229", "yellow100BackgroundColor": "_yellow100BackgroundColor_duy1y_233", "yellow200BackgroundColor": "_yellow200BackgroundColor_duy1y_237", "yellow300BackgroundColor": "_yellow300BackgroundColor_duy1y_241", "yellow700BackgroundColor": "_yellow700BackgroundColor_duy1y_245", "yellow800BackgroundColor": "_yellow800BackgroundColor_duy1y_249", "yellow900BackgroundColor": "_yellow900BackgroundColor_duy1y_253", "cambioBlackColor": "_cambioBlackColor_duy1y_258", "cambioWhiteColor": "_cambioWhiteColor_duy1y_262", "cambioGray100Color": "_cambioGray100Color_duy1y_266", "cambioGray200Color": "_cambioGray200Color_duy1y_270", "cambioGray300Color": "_cambioGray300Color_duy1y_274", "cambioGray370Color": "_cambioGray370Color_duy1y_278", "cambioGray700Color": "_cambioGray700Color_duy1y_282", "cambioGray800Color": "_cambioGray800Color_duy1y_286", "cambioGray870Color": "_cambioGray870Color_duy1y_290", "cambioGray900Color": "_cambioGray900Color_duy1y_294", "cambioDestructive100Color": "_cambioDestructive100Color_duy1y_298", "cambioDestructive300Color": "_cambioDestructive300Color_duy1y_302", "cambioDestructive370Color": "_cambioDestructive370Color_duy1y_306", "cambioDestructive700Color": "_cambioDestructive700Color_duy1y_310", "cambioDestructive770Color": "_cambioDestructive770Color_duy1y_314", "cambioDestructive900Color": "_cambioDestructive900Color_duy1y_318", "cambioSuccess100Color": "_cambioSuccess100Color_duy1y_322", "cambioSuccess300Color": "_cambioSuccess300Color_duy1y_326", "cambioSuccess370Color": "_cambioSuccess370Color_duy1y_330", "cambioSuccess700Color": "_cambioSuccess700Color_duy1y_334", "cambioSuccess770Color": "_cambioSuccess770Color_duy1y_338", "cambioSuccess900Color": "_cambioSuccess900Color_duy1y_342", "cambioRedColor": "_cambioRedColor_duy1y_346", "cambioOrangeColor": "_cambioOrangeColor_duy1y_350", "cambioTanColor": "_cambioTanColor_duy1y_354", "cambioCreamColor": "_cambioCreamColor_duy1y_358", "cambioPurpleColor": "_cambioPurpleColor_duy1y_362", "cambioLilacColor": "_cambioLilacColor_duy1y_366", "cambioThistleColor": "_cambioThistleColor_duy1y_370", "cambioPinkColor": "_cambioPinkColor_duy1y_374", "cambioNavyColor": "_cambioNavyColor_duy1y_378", "cambioTealColor": "_cambioTealColor_duy1y_382", "cambioSlateColor": "_cambioSlateColor_duy1y_386", "cambioSkyColor": "_cambioSkyColor_duy1y_390", "cambioYellow700Color": "_cambioYellow700Color_duy1y_394", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_duy1y_398", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_duy1y_402", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_duy1y_406", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_duy1y_410", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_duy1y_414", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_duy1y_418", "gray370BackgroundColor": "_gray370BackgroundColor_duy1y_422", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_duy1y_426", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_duy1y_430", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_duy1y_434", "gray870BackgroundColor": "_gray870BackgroundColor_duy1y_438", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_duy1y_442", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_duy1y_446", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_duy1y_450", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_duy1y_454", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_duy1y_458", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_duy1y_462", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_duy1y_466", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_duy1y_470", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_duy1y_474", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_duy1y_478", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_duy1y_482", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_duy1y_486", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_duy1y_490", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_duy1y_494", "redBackgroundColor": "_redBackgroundColor_duy1y_498", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_duy1y_502", "orangeBackgroundColor": "_orangeBackgroundColor_duy1y_506", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_duy1y_510", "tanBackgroundColor": "_tanBackgroundColor_duy1y_514", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_duy1y_518", "creamBackgroundColor": "_creamBackgroundColor_duy1y_522", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_duy1y_526", "purpleBackgroundColor": "_purpleBackgroundColor_duy1y_530", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_duy1y_534", "lilacBackgroundColor": "_lilacBackgroundColor_duy1y_538", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_duy1y_542", "thistleBackgroundColor": "_thistleBackgroundColor_duy1y_546", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_duy1y_550", "pinkBackgroundColor": "_pinkBackgroundColor_duy1y_554", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_duy1y_558", "navyBackgroundColor": "_navyBackgroundColor_duy1y_562", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_duy1y_566", "tealBackgroundColor": "_tealBackgroundColor_duy1y_570", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_duy1y_574", "slateBackgroundColor": "_slateBackgroundColor_duy1y_578", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_duy1y_582", "skyBackgroundColor": "_skyBackgroundColor_duy1y_586", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_duy1y_590", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_duy1y_594" };
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.colors_module_default = colors_module_default;
|
|
9
|
+
//# sourceMappingURL=QT6IRCGW.cjs.map
|