@cambly/syntax-core 15.3.0 → 15.5.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 -6
- package/dist/Avatar/Avatar.css +162 -150
- package/dist/Avatar/Avatar.css.map +1 -1
- package/dist/Avatar/Avatar.js +5 -5
- package/dist/AvatarGroup/AvatarGroup.cjs +5 -5
- package/dist/AvatarGroup/AvatarGroup.css +162 -150
- package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
- package/dist/AvatarGroup/AvatarGroup.js +4 -4
- package/dist/Badge/Badge.cjs +7 -7
- package/dist/Badge/Badge.css +162 -150
- package/dist/Badge/Badge.css.map +1 -1
- package/dist/Badge/Badge.d.ts +1 -1
- package/dist/Badge/Badge.js +6 -6
- package/dist/Box/Box.cjs +4 -4
- package/dist/Box/Box.css +162 -150
- package/dist/Box/Box.css.map +1 -1
- package/dist/Box/Box.js +3 -3
- package/dist/Button/Button.cjs +11 -11
- package/dist/Button/Button.css +162 -150
- package/dist/Button/Button.css.map +1 -1
- package/dist/Button/Button.js +10 -10
- package/dist/Card/Card.cjs +5 -5
- package/dist/Card/Card.css +162 -150
- package/dist/Card/Card.css.map +1 -1
- package/dist/Card/Card.js +4 -4
- package/dist/Checkbox/Checkbox.cjs +5 -5
- package/dist/Checkbox/Checkbox.css +162 -150
- package/dist/Checkbox/Checkbox.css.map +1 -1
- package/dist/Checkbox/Checkbox.js +4 -4
- package/dist/Chip/Chip.cjs +7 -7
- package/dist/Chip/Chip.css +162 -150
- package/dist/Chip/Chip.css.map +1 -1
- package/dist/Chip/Chip.js +6 -6
- package/dist/Dialog/Dialog.cjs +4 -4
- package/dist/Dialog/Dialog.css +162 -150
- package/dist/Dialog/Dialog.css.map +1 -1
- package/dist/Dialog/Dialog.js +3 -3
- package/dist/Dialog/ModalDialog.cjs +11 -11
- package/dist/Dialog/ModalDialog.css +162 -150
- package/dist/Dialog/ModalDialog.css.map +1 -1
- package/dist/Dialog/ModalDialog.js +10 -10
- package/dist/Divider/Divider.cjs +3 -3
- package/dist/Divider/Divider.css +162 -150
- package/dist/Divider/Divider.css.map +1 -1
- package/dist/Divider/Divider.js +2 -2
- package/dist/Heading/Heading.cjs +5 -5
- package/dist/Heading/Heading.css +162 -150
- package/dist/Heading/Heading.css.map +1 -1
- package/dist/Heading/Heading.js +4 -4
- package/dist/Icon/Icon.cjs +4 -4
- package/dist/Icon/Icon.css +162 -150
- package/dist/Icon/Icon.css.map +1 -1
- package/dist/Icon/Icon.js +3 -3
- package/dist/IconButton/IconButton.cjs +6 -6
- package/dist/IconButton/IconButton.css +162 -150
- package/dist/IconButton/IconButton.css.map +1 -1
- package/dist/IconButton/IconButton.js +5 -5
- package/dist/LinkButton/LinkButton.cjs +9 -9
- package/dist/LinkButton/LinkButton.css +162 -150
- package/dist/LinkButton/LinkButton.css.map +1 -1
- package/dist/LinkButton/LinkButton.js +8 -8
- package/dist/Modal/Layer.cjs +5 -5
- package/dist/Modal/Layer.css +162 -150
- package/dist/Modal/Layer.css.map +1 -1
- package/dist/Modal/Layer.js +4 -4
- package/dist/Modal/Modal.cjs +15 -15
- package/dist/Modal/Modal.css +162 -150
- package/dist/Modal/Modal.css.map +1 -1
- package/dist/Modal/Modal.js +14 -14
- package/dist/Popover/Popover.cjs +12 -12
- package/dist/Popover/Popover.css +162 -150
- package/dist/Popover/Popover.css.map +1 -1
- package/dist/Popover/Popover.js +11 -11
- package/dist/RadioButton/RadioButton.cjs +7 -7
- package/dist/RadioButton/RadioButton.css +162 -150
- package/dist/RadioButton/RadioButton.css.map +1 -1
- package/dist/RadioButton/RadioButton.js +6 -6
- package/dist/RichSelect/RichSelectBox.cjs +18 -18
- package/dist/RichSelect/RichSelectBox.css +162 -150
- package/dist/RichSelect/RichSelectBox.css.map +1 -1
- package/dist/RichSelect/RichSelectBox.js +17 -17
- package/dist/RichSelect/RichSelectChip.cjs +8 -8
- package/dist/RichSelect/RichSelectChip.css +162 -150
- package/dist/RichSelect/RichSelectChip.css.map +1 -1
- package/dist/RichSelect/RichSelectChip.js +7 -7
- package/dist/RichSelect/RichSelectList.cjs +25 -25
- package/dist/RichSelect/RichSelectList.css +162 -150
- package/dist/RichSelect/RichSelectList.css.map +1 -1
- package/dist/RichSelect/RichSelectList.js +24 -24
- package/dist/RichSelect/RichSelectRadioButton.cjs +8 -8
- package/dist/RichSelect/RichSelectRadioButton.css +162 -150
- package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
- package/dist/RichSelect/RichSelectRadioButton.js +7 -7
- package/dist/RichSelect/RichSelectSection.cjs +5 -5
- package/dist/RichSelect/RichSelectSection.css +162 -150
- package/dist/RichSelect/RichSelectSection.css.map +1 -1
- package/dist/RichSelect/RichSelectSection.js +4 -4
- package/dist/SelectList/SelectList.cjs +9 -9
- package/dist/SelectList/SelectList.css +162 -150
- package/dist/SelectList/SelectList.css.map +1 -1
- package/dist/SelectList/SelectList.js +8 -8
- package/dist/Tabs/TabButton.cjs +21 -0
- package/dist/Tabs/TabButton.cjs.map +1 -0
- package/dist/Tabs/TabButton.css +2266 -0
- package/dist/Tabs/TabButton.css.map +1 -0
- package/dist/Tabs/TabButton.d.ts +19 -0
- package/dist/Tabs/TabButton.js +21 -0
- package/dist/Tabs/TabButton.js.map +1 -0
- package/dist/Tabs/TabInternal.cjs +17 -0
- package/dist/Tabs/TabInternal.cjs.map +1 -0
- package/dist/Tabs/TabInternal.css +2205 -0
- package/dist/Tabs/TabInternal.css.map +1 -0
- package/dist/Tabs/TabInternal.d.ts +28 -0
- package/dist/Tabs/TabInternal.js +17 -0
- package/dist/Tabs/TabInternal.js.map +1 -0
- package/dist/Tabs/TabLink.cjs +19 -0
- package/dist/Tabs/TabLink.cjs.map +1 -0
- package/dist/Tabs/TabLink.css +2230 -0
- package/dist/Tabs/TabLink.css.map +1 -0
- package/dist/Tabs/TabLink.d.ts +36 -0
- package/dist/Tabs/TabLink.js +19 -0
- package/dist/Tabs/TabLink.js.map +1 -0
- package/dist/Tabs/Tabs.cjs +23 -0
- package/dist/Tabs/Tabs.cjs.map +1 -0
- package/dist/Tabs/Tabs.css +2266 -0
- package/dist/Tabs/Tabs.css.map +1 -0
- package/dist/Tabs/Tabs.d.ts +43 -0
- package/dist/Tabs/Tabs.js +23 -0
- package/dist/Tabs/Tabs.js.map +1 -0
- package/dist/TextArea/TextArea.cjs +7 -7
- package/dist/TextArea/TextArea.css +162 -150
- package/dist/TextArea/TextArea.css.map +1 -1
- package/dist/TextArea/TextArea.js +6 -6
- package/dist/TextField/TextField.cjs +7 -7
- package/dist/TextField/TextField.css +162 -150
- package/dist/TextField/TextField.css.map +1 -1
- package/dist/TextField/TextField.js +6 -6
- package/dist/ThemeProvider/ThemeProvider.cjs +2 -2
- package/dist/ThemeProvider/ThemeProvider.js +1 -1
- package/dist/Tooltip/Tooltip.cjs +6 -6
- package/dist/Tooltip/Tooltip.css +162 -150
- package/dist/Tooltip/Tooltip.css.map +1 -1
- package/dist/Tooltip/Tooltip.js +5 -5
- package/dist/Typography/Typography.cjs +4 -4
- package/dist/Typography/Typography.css +162 -150
- package/dist/Typography/Typography.css.map +1 -1
- package/dist/Typography/Typography.d.ts +1 -1
- package/dist/Typography/Typography.js +3 -3
- package/dist/__chunks/{74XKLZ4N.js → 262KRHP5.js} +3 -3
- package/dist/__chunks/{PJLDYIB6.cjs → 3BGIBVCR.cjs} +3 -3
- package/dist/__chunks/3BGIBVCR.cjs.map +1 -0
- package/dist/__chunks/{CP57BL3D.js → 3CEGKGV5.js} +3 -3
- package/dist/__chunks/{T6PXFSRX.js → 3CYMW6HT.js} +2 -2
- package/dist/__chunks/{DMA6PPUZ.cjs → 42SRFCQL.cjs} +3 -3
- package/dist/__chunks/{DFGY3NSE.js → 4X7ZC3WT.js} +6 -6
- package/dist/__chunks/{KBFQU5AW.cjs → 5COVOOB3.cjs} +3 -3
- package/dist/__chunks/{EUBO6YEI.cjs → 5CSS7BNE.cjs} +17 -17
- package/dist/__chunks/{TZGJS522.js → 5HEC7ASW.js} +2 -2
- package/dist/__chunks/5JQ6C2XV.js +9 -0
- package/dist/__chunks/5JQ6C2XV.js.map +1 -0
- package/dist/__chunks/{OTGGVIQE.js → 5RXHG6S5.js} +11 -11
- package/dist/__chunks/{RAL6R27S.cjs → 65LHF5WD.cjs} +16 -16
- package/dist/__chunks/{M36V23WR.js → 65PMWIHY.js} +2 -2
- package/dist/__chunks/{67PBF26W.cjs → 6AOPOPJT.cjs} +8 -8
- package/dist/__chunks/{ASFZDRJJ.cjs → 7JET5NNK.cjs} +5 -3
- package/dist/__chunks/7JET5NNK.cjs.map +1 -0
- package/dist/__chunks/AOBL3JUX.cjs +67 -0
- package/dist/__chunks/AOBL3JUX.cjs.map +1 -0
- package/dist/__chunks/{NMX5UDLV.js → BQYW6G4G.js} +2 -2
- package/dist/__chunks/{ONZHIMUG.js → BS5FRXYG.js} +2 -2
- package/dist/__chunks/CB66GOW7.js +101 -0
- package/dist/__chunks/CB66GOW7.js.map +1 -0
- package/dist/__chunks/{SZMHZR3B.cjs → CDU5TH7Y.cjs} +5 -5
- package/dist/__chunks/{L5CT6YRH.js → DRQYQTCA.js} +2 -2
- package/dist/__chunks/{2BA4KWES.js → FAOJSMYY.js} +4 -4
- package/dist/__chunks/{535SBVS5.js → FGXU5UXA.js} +2 -2
- package/dist/__chunks/{ECA33JJ5.js → FMNQCHIR.js} +2 -2
- package/dist/__chunks/{EZUXET6V.cjs → G3SXARBL.cjs} +3 -3
- package/dist/__chunks/{D5AQ3PGB.cjs → G63LXNMK.cjs} +3 -3
- package/dist/__chunks/GZXNR3JK.js +53 -0
- package/dist/__chunks/GZXNR3JK.js.map +1 -0
- package/dist/__chunks/{TJQKHHNH.cjs → HM6JHSTR.cjs} +16 -16
- package/dist/__chunks/{SM7OH7FG.js → HUN4OGO5.js} +3 -3
- package/dist/__chunks/{Z5N4IV4T.js → I5ZPCA36.js} +20 -19
- package/dist/__chunks/I5ZPCA36.js.map +1 -0
- package/dist/__chunks/{KJ7XJWSH.js → IXQVCN37.js} +1 -1
- package/dist/__chunks/{KJ7XJWSH.js.map → IXQVCN37.js.map} +1 -1
- package/dist/__chunks/{76LTWV2Q.cjs → J27AGJQB.cjs} +3 -3
- package/dist/__chunks/{7BZZUMJM.cjs → J5NZ55OT.cjs} +3 -3
- package/dist/__chunks/{N5W44DQ5.cjs → JAW252M7.cjs} +7 -7
- package/dist/__chunks/{DDWSH5JD.js → JBFY4F7V.js} +3 -3
- package/dist/__chunks/{DXGDMMAL.cjs → JEP2SN7W.cjs} +7 -7
- package/dist/__chunks/{LT6ELZIN.js → JJNZLCKX.js} +2 -2
- package/dist/__chunks/{54ZAQVGC.js → JL2NIWMQ.js} +8 -8
- package/dist/__chunks/JQ6MLSET.cjs +53 -0
- package/dist/__chunks/JQ6MLSET.cjs.map +1 -0
- package/dist/__chunks/JTTZCAPP.cjs +9 -0
- package/dist/__chunks/JTTZCAPP.cjs.map +1 -0
- package/dist/__chunks/JVGBP6LO.cjs +9 -0
- package/dist/__chunks/JVGBP6LO.cjs.map +1 -0
- package/dist/__chunks/{ZVJGV6GH.js → JWGD2JGX.js} +4 -2
- package/dist/__chunks/JWGD2JGX.js.map +1 -0
- package/dist/__chunks/{SONYYWLY.js → K2RGVD55.js} +2 -2
- package/dist/__chunks/{FESAFV44.cjs → KJLBDAZH.cjs} +3 -3
- package/dist/__chunks/LMZJHS5E.js +75 -0
- package/dist/__chunks/LMZJHS5E.js.map +1 -0
- package/dist/__chunks/{ELEREGBW.cjs → LNLOBEMH.cjs} +5 -5
- package/dist/__chunks/{MKZONAGT.cjs → LZYX5BWD.cjs} +11 -11
- package/dist/__chunks/{YVQRFDEE.cjs → M7KSUTKJ.cjs} +7 -7
- package/dist/__chunks/NFSZQICF.cjs +101 -0
- package/dist/__chunks/NFSZQICF.cjs.map +1 -0
- package/dist/__chunks/{ZBBMY7Y7.cjs → NJ7VV2CH.cjs} +4 -4
- package/dist/__chunks/{E7IFJPHC.js → NKGOCFTT.js} +3 -3
- package/dist/__chunks/{VKAYAQ3Z.cjs → NVHCU2CO.cjs} +7 -7
- package/dist/__chunks/{HF4V7JJP.cjs → OY5QYJVA.cjs} +10 -10
- package/dist/__chunks/{N7ZNFTV7.cjs → P3W4SW6R.cjs} +3 -3
- package/dist/__chunks/{63XQSPT7.cjs → PIQO2LH2.cjs} +7 -7
- package/dist/__chunks/{NPZBG5AK.js → QAH73IJZ.js} +4 -4
- package/dist/__chunks/{AVTBLTHP.js → QNTUG5SZ.js} +3 -3
- package/dist/__chunks/{NOQ3DDEP.cjs → RC7EMZ6N.cjs} +8 -8
- package/dist/__chunks/{YI35INQ7.js → RE6LUYXB.js} +2 -2
- package/dist/__chunks/{CLVBAIGL.cjs → RJYSQA7F.cjs} +1 -1
- package/dist/__chunks/{CLVBAIGL.cjs.map → RJYSQA7F.cjs.map} +1 -1
- package/dist/__chunks/SFBTR56I.cjs +37 -0
- package/dist/__chunks/{TYPTB7HD.cjs → SSGQWZJG.cjs} +7 -7
- package/dist/__chunks/SVA2ABQQ.cjs +9 -0
- package/dist/__chunks/SVA2ABQQ.cjs.map +1 -0
- package/dist/__chunks/SW2JQXU6.cjs +33 -0
- package/dist/__chunks/SW2JQXU6.cjs.map +1 -0
- package/dist/__chunks/{4JFE4NWI.js → T6T5FJWJ.js} +4 -4
- package/dist/__chunks/{4WK5DK6U.js → TLTSRB3H.js} +3 -3
- package/dist/__chunks/{JRDHZ3QL.js → UXDF6ZIG.js} +2 -2
- package/dist/__chunks/UXDF6ZIG.js.map +1 -0
- package/dist/__chunks/{CV5CESW2.cjs → V4M5XFJN.cjs} +3 -3
- package/dist/__chunks/VC5WSVCY.js +67 -0
- package/dist/__chunks/VC5WSVCY.js.map +1 -0
- package/dist/__chunks/{2OHQ7WYY.cjs → VF3XXVWJ.cjs} +10 -10
- package/dist/__chunks/VFJQUEUD.cjs +75 -0
- package/dist/__chunks/VFJQUEUD.cjs.map +1 -0
- package/dist/__chunks/{LMERC43E.js → VMY3X6VX.js} +2 -2
- package/dist/__chunks/{UVQS6LU3.js → VRJAMHSI.js} +2 -2
- package/dist/__chunks/{67BJ4PC2.js → VZWUWOLJ.js} +5 -5
- package/dist/__chunks/{XYSRAKGD.cjs → X34FPOWI.cjs} +9 -9
- package/dist/__chunks/XVUEUKXA.js +9 -0
- package/dist/__chunks/XVUEUKXA.js.map +1 -0
- package/dist/__chunks/{TK2EQ6QG.js → YAZOHZLW.js} +2 -2
- package/dist/__chunks/{CAEGAJQ2.js → YQH2ZIRQ.js} +5 -3
- package/dist/__chunks/{CAEGAJQ2.js.map → YQH2ZIRQ.js.map} +1 -1
- package/dist/__chunks/{GJNRWQUK.js → YVUUWH3O.js} +7 -7
- package/dist/__chunks/ZF5TOGMY.js +9 -0
- package/dist/__chunks/ZF5TOGMY.js.map +1 -0
- package/dist/__chunks/{47PGLBOS.cjs → ZJS5MEKE.cjs} +3 -3
- package/dist/__chunks/{GJVLYIGI.cjs → ZPV4YBFX.cjs} +3 -3
- package/dist/__chunks/{ZH6DWDNG.cjs → ZWNEH5RR.cjs} +26 -25
- package/dist/__chunks/ZWNEH5RR.cjs.map +1 -0
- package/dist/__chunks/{Y67FDYEF.js → ZYWRMB4F.js} +3 -3
- package/dist/colors/allColors.cjs +2 -0
- package/dist/colors/allColors.cjs.map +1 -1
- package/dist/colors/allColors.d.ts +1 -1
- package/dist/colors/allColors.js +2 -0
- package/dist/colors/allColors.js.map +1 -1
- package/dist/colors/backgroundColor.cjs +3 -3
- package/dist/colors/backgroundColor.css +162 -150
- package/dist/colors/backgroundColor.css.map +1 -1
- package/dist/colors/backgroundColor.js +2 -2
- package/dist/colors/border.cjs +3 -3
- package/dist/colors/border.css +162 -150
- package/dist/colors/border.css.map +1 -1
- package/dist/colors/border.js +2 -2
- package/dist/colors/foregroundColor.cjs +3 -3
- package/dist/colors/foregroundColor.css +162 -150
- package/dist/colors/foregroundColor.css.map +1 -1
- package/dist/colors/foregroundColor.js +2 -2
- package/dist/colors/textColors.cjs +3 -3
- package/dist/colors/textColors.css +162 -150
- package/dist/colors/textColors.css.map +1 -1
- package/dist/colors/textColors.d.ts +1 -1
- package/dist/colors/textColors.js +2 -2
- package/dist/index.cjs +56 -48
- package/dist/index.css +187 -150
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +66 -58
- package/package.json +3 -3
- package/dist/__chunks/72UQX6IX.cjs +0 -31
- package/dist/__chunks/72UQX6IX.cjs.map +0 -1
- package/dist/__chunks/ASFZDRJJ.cjs.map +0 -1
- package/dist/__chunks/C3KZXHTV.cjs +0 -37
- package/dist/__chunks/JRDHZ3QL.js.map +0 -1
- package/dist/__chunks/KZT53ITQ.cjs +0 -9
- package/dist/__chunks/KZT53ITQ.cjs.map +0 -1
- package/dist/__chunks/PJLDYIB6.cjs.map +0 -1
- package/dist/__chunks/PUTZ53EC.js +0 -9
- package/dist/__chunks/PUTZ53EC.js.map +0 -1
- package/dist/__chunks/QT6IRCGW.cjs +0 -9
- package/dist/__chunks/QT6IRCGW.cjs.map +0 -1
- package/dist/__chunks/S6TNP7G5.js +0 -9
- package/dist/__chunks/S6TNP7G5.js.map +0 -1
- package/dist/__chunks/Z5N4IV4T.js.map +0 -1
- package/dist/__chunks/ZH6DWDNG.cjs.map +0 -1
- package/dist/__chunks/ZVJGV6GH.js.map +0 -1
- /package/dist/__chunks/{74XKLZ4N.js.map → 262KRHP5.js.map} +0 -0
- /package/dist/__chunks/{CP57BL3D.js.map → 3CEGKGV5.js.map} +0 -0
- /package/dist/__chunks/{T6PXFSRX.js.map → 3CYMW6HT.js.map} +0 -0
- /package/dist/__chunks/{DMA6PPUZ.cjs.map → 42SRFCQL.cjs.map} +0 -0
- /package/dist/__chunks/{DFGY3NSE.js.map → 4X7ZC3WT.js.map} +0 -0
- /package/dist/__chunks/{KBFQU5AW.cjs.map → 5COVOOB3.cjs.map} +0 -0
- /package/dist/__chunks/{EUBO6YEI.cjs.map → 5CSS7BNE.cjs.map} +0 -0
- /package/dist/__chunks/{TZGJS522.js.map → 5HEC7ASW.js.map} +0 -0
- /package/dist/__chunks/{OTGGVIQE.js.map → 5RXHG6S5.js.map} +0 -0
- /package/dist/__chunks/{RAL6R27S.cjs.map → 65LHF5WD.cjs.map} +0 -0
- /package/dist/__chunks/{M36V23WR.js.map → 65PMWIHY.js.map} +0 -0
- /package/dist/__chunks/{67PBF26W.cjs.map → 6AOPOPJT.cjs.map} +0 -0
- /package/dist/__chunks/{NMX5UDLV.js.map → BQYW6G4G.js.map} +0 -0
- /package/dist/__chunks/{ONZHIMUG.js.map → BS5FRXYG.js.map} +0 -0
- /package/dist/__chunks/{SZMHZR3B.cjs.map → CDU5TH7Y.cjs.map} +0 -0
- /package/dist/__chunks/{L5CT6YRH.js.map → DRQYQTCA.js.map} +0 -0
- /package/dist/__chunks/{2BA4KWES.js.map → FAOJSMYY.js.map} +0 -0
- /package/dist/__chunks/{535SBVS5.js.map → FGXU5UXA.js.map} +0 -0
- /package/dist/__chunks/{ECA33JJ5.js.map → FMNQCHIR.js.map} +0 -0
- /package/dist/__chunks/{EZUXET6V.cjs.map → G3SXARBL.cjs.map} +0 -0
- /package/dist/__chunks/{D5AQ3PGB.cjs.map → G63LXNMK.cjs.map} +0 -0
- /package/dist/__chunks/{TJQKHHNH.cjs.map → HM6JHSTR.cjs.map} +0 -0
- /package/dist/__chunks/{SM7OH7FG.js.map → HUN4OGO5.js.map} +0 -0
- /package/dist/__chunks/{76LTWV2Q.cjs.map → J27AGJQB.cjs.map} +0 -0
- /package/dist/__chunks/{7BZZUMJM.cjs.map → J5NZ55OT.cjs.map} +0 -0
- /package/dist/__chunks/{N5W44DQ5.cjs.map → JAW252M7.cjs.map} +0 -0
- /package/dist/__chunks/{DDWSH5JD.js.map → JBFY4F7V.js.map} +0 -0
- /package/dist/__chunks/{DXGDMMAL.cjs.map → JEP2SN7W.cjs.map} +0 -0
- /package/dist/__chunks/{LT6ELZIN.js.map → JJNZLCKX.js.map} +0 -0
- /package/dist/__chunks/{54ZAQVGC.js.map → JL2NIWMQ.js.map} +0 -0
- /package/dist/__chunks/{SONYYWLY.js.map → K2RGVD55.js.map} +0 -0
- /package/dist/__chunks/{FESAFV44.cjs.map → KJLBDAZH.cjs.map} +0 -0
- /package/dist/__chunks/{ELEREGBW.cjs.map → LNLOBEMH.cjs.map} +0 -0
- /package/dist/__chunks/{MKZONAGT.cjs.map → LZYX5BWD.cjs.map} +0 -0
- /package/dist/__chunks/{YVQRFDEE.cjs.map → M7KSUTKJ.cjs.map} +0 -0
- /package/dist/__chunks/{ZBBMY7Y7.cjs.map → NJ7VV2CH.cjs.map} +0 -0
- /package/dist/__chunks/{E7IFJPHC.js.map → NKGOCFTT.js.map} +0 -0
- /package/dist/__chunks/{VKAYAQ3Z.cjs.map → NVHCU2CO.cjs.map} +0 -0
- /package/dist/__chunks/{HF4V7JJP.cjs.map → OY5QYJVA.cjs.map} +0 -0
- /package/dist/__chunks/{N7ZNFTV7.cjs.map → P3W4SW6R.cjs.map} +0 -0
- /package/dist/__chunks/{63XQSPT7.cjs.map → PIQO2LH2.cjs.map} +0 -0
- /package/dist/__chunks/{NPZBG5AK.js.map → QAH73IJZ.js.map} +0 -0
- /package/dist/__chunks/{AVTBLTHP.js.map → QNTUG5SZ.js.map} +0 -0
- /package/dist/__chunks/{NOQ3DDEP.cjs.map → RC7EMZ6N.cjs.map} +0 -0
- /package/dist/__chunks/{YI35INQ7.js.map → RE6LUYXB.js.map} +0 -0
- /package/dist/__chunks/{C3KZXHTV.cjs.map → SFBTR56I.cjs.map} +0 -0
- /package/dist/__chunks/{TYPTB7HD.cjs.map → SSGQWZJG.cjs.map} +0 -0
- /package/dist/__chunks/{4JFE4NWI.js.map → T6T5FJWJ.js.map} +0 -0
- /package/dist/__chunks/{4WK5DK6U.js.map → TLTSRB3H.js.map} +0 -0
- /package/dist/__chunks/{CV5CESW2.cjs.map → V4M5XFJN.cjs.map} +0 -0
- /package/dist/__chunks/{2OHQ7WYY.cjs.map → VF3XXVWJ.cjs.map} +0 -0
- /package/dist/__chunks/{LMERC43E.js.map → VMY3X6VX.js.map} +0 -0
- /package/dist/__chunks/{UVQS6LU3.js.map → VRJAMHSI.js.map} +0 -0
- /package/dist/__chunks/{67BJ4PC2.js.map → VZWUWOLJ.js.map} +0 -0
- /package/dist/__chunks/{XYSRAKGD.cjs.map → X34FPOWI.cjs.map} +0 -0
- /package/dist/__chunks/{TK2EQ6QG.js.map → YAZOHZLW.js.map} +0 -0
- /package/dist/__chunks/{GJNRWQUK.js.map → YVUUWH3O.js.map} +0 -0
- /package/dist/__chunks/{47PGLBOS.cjs.map → ZJS5MEKE.cjs.map} +0 -0
- /package/dist/__chunks/{GJVLYIGI.cjs.map → ZPV4YBFX.cjs.map} +0 -0
- /package/dist/__chunks/{Y67FDYEF.js.map → ZYWRMB4F.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./AVREYFSM.js";
|
|
8
8
|
import {
|
|
9
9
|
Typography_default
|
|
10
|
-
} from "./
|
|
10
|
+
} from "./UXDF6ZIG.js";
|
|
11
11
|
|
|
12
12
|
// src/RichSelect/RichSelectSection.tsx
|
|
13
13
|
import { forwardRef } from "react";
|
|
@@ -50,4 +50,4 @@ var RichSelectSection_default = forwardRef(
|
|
|
50
50
|
export {
|
|
51
51
|
RichSelectSection_default
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=
|
|
53
|
+
//# sourceMappingURL=RE6LUYXB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"names":[],"mappings":";;;AASO,IAAM,0BAA0B;AAWhC,IAAM,mBAAmB","sourcesContent":["/**\n * Do not edit directly\n * Generated on Fri,
|
|
1
|
+
{"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"names":[],"mappings":";;;AASO,IAAM,0BAA0B;AAWhC,IAAM,mBAAmB","sourcesContent":["/**\n * Do not edit directly\n * Generated on Fri, 31 May 2024 18:09:56 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const ColorCambioBlack = \"#050500\";\nexport const ColorCambioWhite40 = \"#ffffff\";\nexport const ColorCambioWhite70 = \"#ffffff\";\nexport const ColorCambioWhite100 = \"#ffffff\";\nexport const ColorCambioGray100 = \"#faf4eb\";\nexport const ColorCambioGray200 = \"#e4dbd3\";\nexport const ColorCambioGray300 = \"#beb4ab\";\nexport const ColorCambioGray370 = \"#beb4ab\";\nexport const ColorCambioGray700 = \"#888077\";\nexport const ColorCambioGray800 = \"#5c554d\";\nexport const ColorCambioGray870 = \"#5c554d\";\nexport const ColorCambioGray900 = \"#312b23\";\nexport const ColorCambioDestructive100 = \"#ffdeda\";\nexport const ColorCambioDestructive300 = \"#ff8071\";\nexport const ColorCambioDestructive370 = \"#ff8071\";\nexport const ColorCambioDestructive700 = \"#c93f32\";\nexport const ColorCambioDestructive770 = \"#c93f32\";\nexport const ColorCambioDestructive900 = \"#6d0002\";\nexport const ColorCambioSuccess100 = \"#daf2c8\";\nexport const ColorCambioSuccess300 = \"#84ce64\";\nexport const ColorCambioSuccess370 = \"#84ce64\";\nexport const ColorCambioSuccess700 = \"#3c7f20\";\nexport const ColorCambioSuccess770 = \"#3c7f20\";\nexport const ColorCambioSuccess900 = \"#103e00\";\nexport const ColorCambioRed = \"#f56e56\";\nexport const ColorCambioOrange = \"#ff8f57\";\nexport const ColorCambioTan = \"#ffb47d\";\nexport const ColorCambioCream = \"#fffad1\";\nexport const ColorCambioPurple = \"#6840a8\";\nexport const ColorCambioLilac = \"#b59ef0\";\nexport const ColorCambioThistle = \"#d69ca4\";\nexport const ColorCambioPink = \"#ffccea\";\nexport const ColorCambioNavy = \"#191142\";\nexport const ColorCambioTeal = \"#44a6cf\";\nexport const ColorCambioSlate = \"#7c9fc6\";\nexport const ColorCambioSky = \"#b1e8fc\";\nexport const ColorCambioYellow700 = \"#ffe733\";\nexport const ColorCambioTransparentFull = \"#000000\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\nexport const SyntaxFontSansSerif = \"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif\";\n"]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _JTTZCAPPcjs = require('./JTTZCAPP.cjs');
|
|
5
|
+
|
|
6
|
+
// src/colors/border.ts
|
|
7
|
+
var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
|
|
8
|
+
function border(color, on) {
|
|
9
|
+
if (on === "lightBackground") {
|
|
10
|
+
switch (color) {
|
|
11
|
+
case "secondary":
|
|
12
|
+
return _classnames2.default.call(void 0, _JTTZCAPPcjs.colors_module_default.noBorder, _JTTZCAPPcjs.colors_module_default.blackBorderColor);
|
|
13
|
+
case "success-secondary":
|
|
14
|
+
return _classnames2.default.call(void 0, _JTTZCAPPcjs.colors_module_default.noBorder, _JTTZCAPPcjs.colors_module_default.success770BorderColor);
|
|
15
|
+
case "destructive-secondary":
|
|
16
|
+
return _classnames2.default.call(void 0, _JTTZCAPPcjs.colors_module_default.noBorder, _JTTZCAPPcjs.colors_module_default.destructive770BorderColor);
|
|
17
|
+
default:
|
|
18
|
+
return _JTTZCAPPcjs.colors_module_default.noBorder;
|
|
19
|
+
}
|
|
20
|
+
} else {
|
|
21
|
+
switch (color) {
|
|
22
|
+
case "secondary":
|
|
23
|
+
return _classnames2.default.call(void 0, _JTTZCAPPcjs.colors_module_default.noBorder, _JTTZCAPPcjs.colors_module_default.gray370BorderColor);
|
|
24
|
+
case "success-secondary":
|
|
25
|
+
return _classnames2.default.call(void 0, _JTTZCAPPcjs.colors_module_default.noBorder, _JTTZCAPPcjs.colors_module_default.success370BorderColor);
|
|
26
|
+
case "destructive-secondary":
|
|
27
|
+
return _classnames2.default.call(void 0, _JTTZCAPPcjs.colors_module_default.noBorder, _JTTZCAPPcjs.colors_module_default.destructive370BorderColor);
|
|
28
|
+
default:
|
|
29
|
+
return _JTTZCAPPcjs.colors_module_default.noBorder;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
exports.border = border;
|
|
37
|
+
//# sourceMappingURL=SFBTR56I.cjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
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 _J27AGJQBcjs = require('./J27AGJQB.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _PIQO2LH2cjs = require('./PIQO2LH2.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _PLUVW6AMcjs = require('./PLUVW6AM.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
|
+
_J27AGJQBcjs.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
|
+
_KJLBDAZHcjs.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
|
+
_PIQO2LH2cjs.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=SSGQWZJG.cjs.map
|
|
@@ -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_m0uph_2", "destructive700Color": "_destructive700Color_m0uph_6", "gray700Color": "_gray700Color_m0uph_10", "gray900Color": "_gray900Color_m0uph_14", "primary700Color": "_primary700Color_m0uph_18", "success700Color": "_success700Color_m0uph_22", "whiteColor": "_whiteColor_m0uph_26", "noBorder": "_noBorder_m0uph_31", "blackBorderColor": "_blackBorderColor_m0uph_35", "whiteBorderColor": "_whiteBorderColor_m0uph_39", "success770BorderColor": "_success770BorderColor_m0uph_43", "destructive770BorderColor": "_destructive770BorderColor_m0uph_47", "gray370BorderColor": "_gray370BorderColor_m0uph_51", "success370BorderColor": "_success370BorderColor_m0uph_55", "destructive370BorderColor": "_destructive370BorderColor_m0uph_59", "blackBackgroundColor": "_blackBackgroundColor_m0uph_65", "destructive100BackgroundColor": "_destructive100BackgroundColor_m0uph_69", "destructive200BackgroundColor": "_destructive200BackgroundColor_m0uph_73", "destructive300BackgroundColor": "_destructive300BackgroundColor_m0uph_77", "destructive700BackgroundColor": "_destructive700BackgroundColor_m0uph_81", "destructive800BackgroundColor": "_destructive800BackgroundColor_m0uph_85", "destructive900BackgroundColor": "_destructive900BackgroundColor_m0uph_89", "gray10BackgroundColor": "_gray10BackgroundColor_m0uph_93", "gray30BackgroundColor": "_gray30BackgroundColor_m0uph_97", "gray60BackgroundColor": "_gray60BackgroundColor_m0uph_101", "gray80BackgroundColor": "_gray80BackgroundColor_m0uph_105", "gray100BackgroundColor": "_gray100BackgroundColor_m0uph_109", "gray200BackgroundColor": "_gray200BackgroundColor_m0uph_113", "gray300BackgroundColor": "_gray300BackgroundColor_m0uph_117", "gray700BackgroundColor": "_gray700BackgroundColor_m0uph_121", "gray800BackgroundColor": "_gray800BackgroundColor_m0uph_125", "gray900BackgroundColor": "_gray900BackgroundColor_m0uph_129", "orange100BackgroundColor": "_orange100BackgroundColor_m0uph_133", "orange200BackgroundColor": "_orange200BackgroundColor_m0uph_137", "orange300BackgroundColor": "_orange300BackgroundColor_m0uph_141", "orange700BackgroundColor": "_orange700BackgroundColor_m0uph_145", "orange800BackgroundColor": "_orange800BackgroundColor_m0uph_149", "orange900BackgroundColor": "_orange900BackgroundColor_m0uph_153", "primary100BackgroundColor": "_primary100BackgroundColor_m0uph_157", "primary200BackgroundColor": "_primary200BackgroundColor_m0uph_161", "primary300BackgroundColor": "_primary300BackgroundColor_m0uph_165", "primary700BackgroundColor": "_primary700BackgroundColor_m0uph_169", "primary800BackgroundColor": "_primary800BackgroundColor_m0uph_173", "primary900BackgroundColor": "_primary900BackgroundColor_m0uph_177", "success100BackgroundColor": "_success100BackgroundColor_m0uph_181", "success200BackgroundColor": "_success200BackgroundColor_m0uph_185", "success300BackgroundColor": "_success300BackgroundColor_m0uph_189", "success700BackgroundColor": "_success700BackgroundColor_m0uph_193", "success800BackgroundColor": "_success800BackgroundColor_m0uph_197", "success900BackgroundColor": "_success900BackgroundColor_m0uph_201", "purple100BackgroundColor": "_purple100BackgroundColor_m0uph_205", "purple200BackgroundColor": "_purple200BackgroundColor_m0uph_209", "purple300BackgroundColor": "_purple300BackgroundColor_m0uph_213", "purple700BackgroundColor": "_purple700BackgroundColor_m0uph_217", "purple800BackgroundColor": "_purple800BackgroundColor_m0uph_221", "purple900BackgroundColor": "_purple900BackgroundColor_m0uph_225", "whiteBackgroundColor": "_whiteBackgroundColor_m0uph_229", "yellow100BackgroundColor": "_yellow100BackgroundColor_m0uph_233", "yellow200BackgroundColor": "_yellow200BackgroundColor_m0uph_237", "yellow300BackgroundColor": "_yellow300BackgroundColor_m0uph_241", "yellow700BackgroundColor": "_yellow700BackgroundColor_m0uph_245", "yellow800BackgroundColor": "_yellow800BackgroundColor_m0uph_249", "yellow900BackgroundColor": "_yellow900BackgroundColor_m0uph_253", "cambioBlackColor": "_cambioBlackColor_m0uph_258", "cambioWhiteColor": "_cambioWhiteColor_m0uph_262", "cambioWhite40Color": "_cambioWhite40Color_m0uph_266", "cambioWhite70Color": "_cambioWhite70Color_m0uph_270", "cambioGray100Color": "_cambioGray100Color_m0uph_274", "cambioGray200Color": "_cambioGray200Color_m0uph_278", "cambioGray300Color": "_cambioGray300Color_m0uph_282", "cambioGray370Color": "_cambioGray370Color_m0uph_286", "cambioGray700Color": "_cambioGray700Color_m0uph_290", "cambioGray800Color": "_cambioGray800Color_m0uph_294", "cambioGray870Color": "_cambioGray870Color_m0uph_298", "cambioGray900Color": "_cambioGray900Color_m0uph_302", "cambioDestructive100Color": "_cambioDestructive100Color_m0uph_306", "cambioDestructive300Color": "_cambioDestructive300Color_m0uph_310", "cambioDestructive370Color": "_cambioDestructive370Color_m0uph_314", "cambioDestructive700Color": "_cambioDestructive700Color_m0uph_318", "cambioDestructive770Color": "_cambioDestructive770Color_m0uph_322", "cambioDestructive900Color": "_cambioDestructive900Color_m0uph_326", "cambioSuccess100Color": "_cambioSuccess100Color_m0uph_330", "cambioSuccess300Color": "_cambioSuccess300Color_m0uph_334", "cambioSuccess370Color": "_cambioSuccess370Color_m0uph_338", "cambioSuccess700Color": "_cambioSuccess700Color_m0uph_342", "cambioSuccess770Color": "_cambioSuccess770Color_m0uph_346", "cambioSuccess900Color": "_cambioSuccess900Color_m0uph_350", "cambioRedColor": "_cambioRedColor_m0uph_354", "cambioOrangeColor": "_cambioOrangeColor_m0uph_358", "cambioTanColor": "_cambioTanColor_m0uph_362", "cambioCreamColor": "_cambioCreamColor_m0uph_366", "cambioPurpleColor": "_cambioPurpleColor_m0uph_370", "cambioLilacColor": "_cambioLilacColor_m0uph_374", "cambioThistleColor": "_cambioThistleColor_m0uph_378", "cambioPinkColor": "_cambioPinkColor_m0uph_382", "cambioNavyColor": "_cambioNavyColor_m0uph_386", "cambioTealColor": "_cambioTealColor_m0uph_390", "cambioSlateColor": "_cambioSlateColor_m0uph_394", "cambioSkyColor": "_cambioSkyColor_m0uph_398", "cambioYellow700Color": "_cambioYellow700Color_m0uph_402", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_m0uph_406", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_m0uph_410", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_m0uph_414", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_m0uph_418", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_m0uph_422", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_m0uph_426", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_m0uph_430", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_m0uph_434", "gray370BackgroundColor": "_gray370BackgroundColor_m0uph_438", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_m0uph_442", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_m0uph_446", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_m0uph_450", "gray870BackgroundColor": "_gray870BackgroundColor_m0uph_454", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_m0uph_458", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_m0uph_462", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_m0uph_466", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_m0uph_470", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_m0uph_474", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_m0uph_478", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_m0uph_482", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_m0uph_486", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_m0uph_490", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_m0uph_494", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_m0uph_498", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_m0uph_502", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_m0uph_506", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_m0uph_510", "redBackgroundColor": "_redBackgroundColor_m0uph_514", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_m0uph_518", "orangeBackgroundColor": "_orangeBackgroundColor_m0uph_522", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_m0uph_526", "tanBackgroundColor": "_tanBackgroundColor_m0uph_530", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_m0uph_534", "creamBackgroundColor": "_creamBackgroundColor_m0uph_538", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_m0uph_542", "purpleBackgroundColor": "_purpleBackgroundColor_m0uph_546", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_m0uph_550", "lilacBackgroundColor": "_lilacBackgroundColor_m0uph_554", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_m0uph_558", "thistleBackgroundColor": "_thistleBackgroundColor_m0uph_562", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_m0uph_566", "pinkBackgroundColor": "_pinkBackgroundColor_m0uph_570", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_m0uph_574", "navyBackgroundColor": "_navyBackgroundColor_m0uph_578", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_m0uph_582", "tealBackgroundColor": "_tealBackgroundColor_m0uph_586", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_m0uph_590", "slateBackgroundColor": "_slateBackgroundColor_m0uph_594", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_m0uph_598", "skyBackgroundColor": "_skyBackgroundColor_m0uph_602", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_m0uph_606", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_m0uph_610" };
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.colors_module_default = colors_module_default;
|
|
9
|
+
//# sourceMappingURL=SVA2ABQQ.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"names":[],"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,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_m0uph_2\",\"destructive700Color\":\"_destructive700Color_m0uph_6\",\"gray700Color\":\"_gray700Color_m0uph_10\",\"gray900Color\":\"_gray900Color_m0uph_14\",\"primary700Color\":\"_primary700Color_m0uph_18\",\"success700Color\":\"_success700Color_m0uph_22\",\"whiteColor\":\"_whiteColor_m0uph_26\",\"noBorder\":\"_noBorder_m0uph_31\",\"blackBorderColor\":\"_blackBorderColor_m0uph_35\",\"whiteBorderColor\":\"_whiteBorderColor_m0uph_39\",\"success770BorderColor\":\"_success770BorderColor_m0uph_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_m0uph_47\",\"gray370BorderColor\":\"_gray370BorderColor_m0uph_51\",\"success370BorderColor\":\"_success370BorderColor_m0uph_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_m0uph_59\",\"blackBackgroundColor\":\"_blackBackgroundColor_m0uph_65\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_m0uph_69\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_m0uph_73\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_m0uph_77\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_m0uph_81\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_m0uph_85\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_m0uph_89\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_m0uph_93\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_m0uph_97\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_m0uph_101\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_m0uph_105\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_m0uph_109\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_m0uph_113\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_m0uph_117\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_m0uph_121\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_m0uph_125\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_m0uph_129\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_m0uph_133\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_m0uph_137\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_m0uph_141\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_m0uph_145\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_m0uph_149\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_m0uph_153\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_m0uph_157\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_m0uph_161\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_m0uph_165\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_m0uph_169\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_m0uph_173\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_m0uph_177\",\"success100BackgroundColor\":\"_success100BackgroundColor_m0uph_181\",\"success200BackgroundColor\":\"_success200BackgroundColor_m0uph_185\",\"success300BackgroundColor\":\"_success300BackgroundColor_m0uph_189\",\"success700BackgroundColor\":\"_success700BackgroundColor_m0uph_193\",\"success800BackgroundColor\":\"_success800BackgroundColor_m0uph_197\",\"success900BackgroundColor\":\"_success900BackgroundColor_m0uph_201\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_m0uph_205\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_m0uph_209\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_m0uph_213\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_m0uph_217\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_m0uph_221\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_m0uph_225\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_m0uph_229\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_m0uph_233\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_m0uph_237\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_m0uph_241\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_m0uph_245\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_m0uph_249\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_m0uph_253\",\"cambioBlackColor\":\"_cambioBlackColor_m0uph_258\",\"cambioWhiteColor\":\"_cambioWhiteColor_m0uph_262\",\"cambioWhite40Color\":\"_cambioWhite40Color_m0uph_266\",\"cambioWhite70Color\":\"_cambioWhite70Color_m0uph_270\",\"cambioGray100Color\":\"_cambioGray100Color_m0uph_274\",\"cambioGray200Color\":\"_cambioGray200Color_m0uph_278\",\"cambioGray300Color\":\"_cambioGray300Color_m0uph_282\",\"cambioGray370Color\":\"_cambioGray370Color_m0uph_286\",\"cambioGray700Color\":\"_cambioGray700Color_m0uph_290\",\"cambioGray800Color\":\"_cambioGray800Color_m0uph_294\",\"cambioGray870Color\":\"_cambioGray870Color_m0uph_298\",\"cambioGray900Color\":\"_cambioGray900Color_m0uph_302\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_m0uph_306\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_m0uph_310\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_m0uph_314\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_m0uph_318\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_m0uph_322\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_m0uph_326\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_m0uph_330\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_m0uph_334\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_m0uph_338\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_m0uph_342\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_m0uph_346\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_m0uph_350\",\"cambioRedColor\":\"_cambioRedColor_m0uph_354\",\"cambioOrangeColor\":\"_cambioOrangeColor_m0uph_358\",\"cambioTanColor\":\"_cambioTanColor_m0uph_362\",\"cambioCreamColor\":\"_cambioCreamColor_m0uph_366\",\"cambioPurpleColor\":\"_cambioPurpleColor_m0uph_370\",\"cambioLilacColor\":\"_cambioLilacColor_m0uph_374\",\"cambioThistleColor\":\"_cambioThistleColor_m0uph_378\",\"cambioPinkColor\":\"_cambioPinkColor_m0uph_382\",\"cambioNavyColor\":\"_cambioNavyColor_m0uph_386\",\"cambioTealColor\":\"_cambioTealColor_m0uph_390\",\"cambioSlateColor\":\"_cambioSlateColor_m0uph_394\",\"cambioSkyColor\":\"_cambioSkyColor_m0uph_398\",\"cambioYellow700Color\":\"_cambioYellow700Color_m0uph_402\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_m0uph_406\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_m0uph_410\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_m0uph_414\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_m0uph_418\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_m0uph_422\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_m0uph_426\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_m0uph_430\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_m0uph_434\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_m0uph_438\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_m0uph_442\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_m0uph_446\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_m0uph_450\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_m0uph_454\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_m0uph_458\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_m0uph_462\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_m0uph_466\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_m0uph_470\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_m0uph_474\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_m0uph_478\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_m0uph_482\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_m0uph_486\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_m0uph_490\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_m0uph_494\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_m0uph_498\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_m0uph_502\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_m0uph_506\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_m0uph_510\",\"redBackgroundColor\":\"_redBackgroundColor_m0uph_514\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_m0uph_518\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_m0uph_522\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_m0uph_526\",\"tanBackgroundColor\":\"_tanBackgroundColor_m0uph_530\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_m0uph_534\",\"creamBackgroundColor\":\"_creamBackgroundColor_m0uph_538\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_m0uph_542\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_m0uph_546\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_m0uph_550\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_m0uph_554\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_m0uph_558\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_m0uph_562\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_m0uph_566\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_m0uph_570\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_m0uph_574\",\"navyBackgroundColor\":\"_navyBackgroundColor_m0uph_578\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_m0uph_582\",\"tealBackgroundColor\":\"_tealBackgroundColor_m0uph_586\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_m0uph_590\",\"slateBackgroundColor\":\"_slateBackgroundColor_m0uph_594\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_m0uph_598\",\"skyBackgroundColor\":\"_skyBackgroundColor_m0uph_602\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_m0uph_606\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_m0uph_610\"}"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _SVA2ABQQcjs = require('./SVA2ABQQ.cjs');
|
|
5
|
+
|
|
6
|
+
// src/colors/textColors.ts
|
|
7
|
+
function textColor(color) {
|
|
8
|
+
switch (color) {
|
|
9
|
+
case "gray700":
|
|
10
|
+
return _SVA2ABQQcjs.colors_module_default.cambioGray800Color;
|
|
11
|
+
case "white":
|
|
12
|
+
return _SVA2ABQQcjs.colors_module_default.cambioWhiteColor;
|
|
13
|
+
case "white-secondary":
|
|
14
|
+
return _SVA2ABQQcjs.colors_module_default.cambioWhite70Color;
|
|
15
|
+
case "inherit":
|
|
16
|
+
return _SVA2ABQQcjs.colors_module_default.inheritColor;
|
|
17
|
+
case "destructive-primary":
|
|
18
|
+
return _SVA2ABQQcjs.colors_module_default.cambioDestructive900Color;
|
|
19
|
+
case "destructive-darkBackground":
|
|
20
|
+
return _SVA2ABQQcjs.colors_module_default.cambioDestructive100Color;
|
|
21
|
+
case "success":
|
|
22
|
+
return _SVA2ABQQcjs.colors_module_default.cambioSuccess900Color;
|
|
23
|
+
case "success-darkBackground":
|
|
24
|
+
return _SVA2ABQQcjs.colors_module_default.cambioSuccess100Color;
|
|
25
|
+
default:
|
|
26
|
+
return _SVA2ABQQcjs.colors_module_default.cambioBlackColor;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
exports.textColor = textColor;
|
|
33
|
+
//# sourceMappingURL=SW2JQXU6.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/colors/textColors.ts"],"names":[],"mappings":";;;;;;AAEe,SAAR,UACL,OAWQ;AACR,UAAQ,OAAO;AAAA,IACb,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IACrB,KAAK;AACH,aAAO,sBAAY;AAAA,IAErB;AACE,aAAO,sBAAY;AAAA,EACvB;AACF","sourcesContent":["import colorStyles from \"../colors/colors.module.css\";\n\nexport default function textColor(\n color:\n | \"gray900\"\n | \"gray700\"\n | \"primary\"\n | \"destructive-primary\"\n | \"destructive-darkBackground\"\n | \"success\"\n | \"success-darkBackground\"\n | \"white\"\n | \"white-secondary\"\n | \"inherit\",\n): string {\n switch (color) {\n case \"gray700\":\n return colorStyles.cambioGray800Color;\n case \"white\":\n return colorStyles.cambioWhiteColor;\n case \"white-secondary\":\n return colorStyles.cambioWhite70Color;\n case \"inherit\":\n return colorStyles.inheritColor;\n case \"destructive-primary\":\n return colorStyles.cambioDestructive900Color;\n case \"destructive-darkBackground\":\n return colorStyles.cambioDestructive100Color;\n case \"success\":\n return colorStyles.cambioSuccess900Color;\n case \"success-darkBackground\":\n return colorStyles.cambioSuccess100Color;\n // primary / gray900\n default:\n return colorStyles.cambioBlackColor;\n }\n}\n"]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
foregroundColor
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./VRJAMHSI.js";
|
|
5
5
|
import {
|
|
6
6
|
border
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./FMNQCHIR.js";
|
|
8
8
|
import {
|
|
9
9
|
backgroundColor
|
|
10
|
-
} from "./
|
|
10
|
+
} from "./3CYMW6HT.js";
|
|
11
11
|
import {
|
|
12
12
|
useIsHydrated
|
|
13
13
|
} from "./JB65NEXK.js";
|
|
@@ -69,4 +69,4 @@ var IconButton_default = IconButton;
|
|
|
69
69
|
export {
|
|
70
70
|
IconButton_default
|
|
71
71
|
};
|
|
72
|
-
//# sourceMappingURL=
|
|
72
|
+
//# sourceMappingURL=T6T5FJWJ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Box_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./65PMWIHY.js";
|
|
5
5
|
import {
|
|
6
6
|
Typography_default
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./UXDF6ZIG.js";
|
|
8
8
|
|
|
9
9
|
// css-module:./Badge.module.css#css-module
|
|
10
10
|
var Badge_module_default = { "icon": "_icon_1g9xb_1" };
|
|
@@ -71,4 +71,4 @@ var Badge_default = Badge;
|
|
|
71
71
|
export {
|
|
72
72
|
Badge_default
|
|
73
73
|
};
|
|
74
|
-
//# sourceMappingURL=
|
|
74
|
+
//# sourceMappingURL=TLTSRB3H.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
textColor
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./JWGD2JGX.js";
|
|
5
5
|
|
|
6
6
|
// src/Typography/Typography.tsx
|
|
7
7
|
import classNames from "classnames";
|
|
@@ -60,4 +60,4 @@ var Typography_default = Typography;
|
|
|
60
60
|
export {
|
|
61
61
|
Typography_default
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=
|
|
63
|
+
//# sourceMappingURL=UXDF6ZIG.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Typography/Typography.tsx","css-module:./Typography.module.css#css-module"],"sourcesContent":["import classNames from \"classnames\";\nimport { forwardRef, type ReactElement, type ReactNode } from \"react\";\nimport styles from \"./Typography.module.css\";\nimport textColor from \"../colors/textColors\";\n\n/**\n * [Typography](https://cambly-syntax.vercel.app/?path=/docs/components-typography--docs) is a component that renders text.\n */\nconst Typography = forwardRef<\n HTMLDivElement,\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 \"div\"\n */\n as?: \"div\" | \"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 | \"destructive-darkBackground\"\n | \"success\"\n | \"success-darkBackground\"\n | \"white\"\n | \"white-secondary\"\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 id for the element\n */\n id?: string;\n /**\n * Whether the text should flow inline with other elements.\n *\n * @defaultValue false\n */\n inline?: boolean;\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 * * `0`: 12px\n * * `100`: 13px\n * * `200`: 16px\n * * `300`: 19px\n * * `400`: 25px\n * * `700`: 38px\n * * `900`: 55px\n * * `1100`: 83px\n *\n * Desktop (viewport width > 480px):\n * * `0`: 12px\n * * `100`: 13px\n * * `200`: 16px\n * * `300`: 20px\n * * `400`: 25px\n * * `700`: 49px\n * * `900`: 76px\n * * `1100`: 119px\n *\n * @defaultValue 200\n */\n size?: 0 | 100 | 200 | 300 | 400 | 700 | 900 | 1100;\n /**\n * The tooltip to be displayed when the user hovers the text\n */\n tooltip?: string;\n /**\n * Whether the text should be transformed to uppercase.\n *\n * @defaultValue \"none\"\n */\n transform?: \"none\" | \"uppercase\";\n /**\n * Whether the text has an underline.\n *\n * @defaultValue false\n */\n underline?: boolean;\n /**\n * Indicates the boldness of the text.\n *\n * * `regular`: 400\n * * `medium`: 510\n * * `semiBold`: 590\n * * `bold`: 710\n *\n * @defaultValue \"regular\"\n */\n weight?: \"regular\" | \"medium\" | \"semiBold\" | \"bold\";\n }\n>(function Typography(\n {\n align = \"start\",\n as = \"div\",\n children,\n color = \"gray900\",\n \"data-testid\": dataTestId,\n fontStyle = \"sans-serif\",\n id,\n inline = false,\n lineClamp = undefined,\n size = 200,\n tooltip,\n transform = \"none\",\n underline = false,\n weight = \"regular\",\n },\n ref,\n): ReactElement {\n const Tag = as;\n\n return (\n <Tag\n id={id}\n className={classNames(\n styles.typography,\n styles[align],\n styles[weight],\n fontStyle === \"serif\" ? styles.serif : styles.sansSerif,\n textColor(color),\n inline && styles.inline,\n styles[`size${size}`],\n transform === \"uppercase\" && styles.uppercase,\n underline && styles.underline,\n lineClamp != null && styles.lineClamp,\n )}\n data-testid={dataTestId}\n style={{\n WebkitLineClamp: lineClamp,\n }}\n title={tooltip}\n ref={ref}\n >\n {children}\n </Tag>\n );\n});\n\nexport default Typography;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Typography/Typography.module.css\"; export default {\"typography\":\"_typography_12tsg_1\",\"sansSerif\":\"_sansSerif_12tsg_22\",\"serif\":\"_serif_12tsg_27\",\"size0\":\"_size0_12tsg_73\",\"size100\":\"_size100_12tsg_77\",\"size200\":\"_size200_12tsg_81\",\"size300\":\"_size300_12tsg_85\",\"size400\":\"_size400_12tsg_89\",\"size700\":\"_size700_12tsg_93\",\"size900\":\"_size900_12tsg_97\",\"size1100\":\"_size1100_12tsg_101\",\"center\":\"_center_12tsg_125\",\"forceLeft\":\"_forceLeft_12tsg_129\",\"forceRight\":\"_forceRight_12tsg_133\",\"start\":\"_start_12tsg_137\",\"end\":\"_end_12tsg_141\",\"regular\":\"_regular_12tsg_147\",\"medium\":\"_medium_12tsg_151\",\"semiBold\":\"_semiBold_12tsg_155\",\"bold\":\"_bold_12tsg_159\",\"underline\":\"_underline_12tsg_163\",\"inline\":\"_inline_12tsg_167\",\"uppercase\":\"_uppercase_12tsg_171\",\"lineClamp\":\"_lineClamp_12tsg_175\"}"],"mappings":";;;;;;AAAA,OAAO,gBAAgB;AACvB,SAAS,kBAAqD;;;ACDsC,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,aAAY,uBAAsB,SAAQ,mBAAkB,SAAQ,mBAAkB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,WAAU,qBAAoB,YAAW,uBAAsB,UAAS,qBAAoB,aAAY,wBAAuB,cAAa,yBAAwB,SAAQ,oBAAmB,OAAM,kBAAiB,WAAU,sBAAqB,UAAS,qBAAoB,YAAW,uBAAsB,QAAO,mBAAkB,aAAY,wBAAuB,UAAS,qBAAoB,aAAY,wBAAuB,aAAY,uBAAsB;;;ADmJh1B;AA3IJ,IAAM,aAAa,WAqHjB,SAASA,YACT;AAAA,EACE,QAAQ;AAAA,EACR,KAAK;AAAA,EACL;AAAA,EACA,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,YAAY;AAAA,EACZ;AAAA,EACA,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,OAAO;AAAA,EACP;AAAA,EACA,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,SAAS;AACX,GACA,KACc;AACd,QAAM,MAAM;AAEZ,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA,WAAW;AAAA,QACT,0BAAO;AAAA,QACP,0BAAO,KAAK;AAAA,QACZ,0BAAO,MAAM;AAAA,QACb,cAAc,UAAU,0BAAO,QAAQ,0BAAO;AAAA,QAC9C,UAAU,KAAK;AAAA,QACf,UAAU,0BAAO;AAAA,QACjB,0BAAO,OAAO,MAAM;AAAA,QACpB,cAAc,eAAe,0BAAO;AAAA,QACpC,aAAa,0BAAO;AAAA,QACpB,aAAa,QAAQ,0BAAO;AAAA,MAC9B;AAAA,MACA,eAAa;AAAA,MACb,OAAO;AAAA,QACL,iBAAiB;AAAA,MACnB;AAAA,MACA,OAAO;AAAA,MACP;AAAA,MAEC;AAAA;AAAA,EACH;AAEJ,CAAC;AAED,IAAO,qBAAQ;","names":["Typography"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _SW2JQXU6cjs = require('./SW2JQXU6.cjs');
|
|
5
5
|
|
|
6
6
|
// src/Icon/Icon.tsx
|
|
7
7
|
var _react = require('react');
|
|
@@ -18,7 +18,7 @@ var Icon = _react.forwardRef.call(void 0,
|
|
|
18
18
|
{
|
|
19
19
|
className: _classnames2.default.call(void 0,
|
|
20
20
|
Icon_module_default.icon,
|
|
21
|
-
|
|
21
|
+
_SW2JQXU6cjs.textColor.call(void 0, color),
|
|
22
22
|
Icon_module_default[`icon${size}`]
|
|
23
23
|
),
|
|
24
24
|
ref,
|
|
@@ -34,4 +34,4 @@ var Icon_default = Icon;
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
exports.Icon_default = Icon_default;
|
|
37
|
-
//# sourceMappingURL=
|
|
37
|
+
//# sourceMappingURL=V4M5XFJN.cjs.map
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
import {
|
|
3
|
+
TapArea_default
|
|
4
|
+
} from "./77FFPQY6.js";
|
|
5
|
+
import {
|
|
6
|
+
Tabs_module_default
|
|
7
|
+
} from "./5JQ6C2XV.js";
|
|
8
|
+
import {
|
|
9
|
+
TabInternal
|
|
10
|
+
} from "./CB66GOW7.js";
|
|
11
|
+
import {
|
|
12
|
+
Box_default
|
|
13
|
+
} from "./65PMWIHY.js";
|
|
14
|
+
|
|
15
|
+
// src/Tabs/TabButton.tsx
|
|
16
|
+
import classnames from "classnames";
|
|
17
|
+
import { jsx } from "react/jsx-runtime";
|
|
18
|
+
function TabButton({
|
|
19
|
+
text,
|
|
20
|
+
onClick,
|
|
21
|
+
selected,
|
|
22
|
+
endContent,
|
|
23
|
+
itemCount,
|
|
24
|
+
accessibilityLabel,
|
|
25
|
+
"data-testid": dataTestId,
|
|
26
|
+
on
|
|
27
|
+
}) {
|
|
28
|
+
return /* @__PURE__ */ jsx(
|
|
29
|
+
"div",
|
|
30
|
+
{
|
|
31
|
+
role: "tab",
|
|
32
|
+
className: classnames({
|
|
33
|
+
[Tabs_module_default.unselectedTab]: !selected,
|
|
34
|
+
[Tabs_module_default.selectedTabOnLightBackground]: selected && on === "lightBackground",
|
|
35
|
+
[Tabs_module_default.selectedTabOnDarkBackground]: selected && on === "darkBackground"
|
|
36
|
+
}),
|
|
37
|
+
style: {
|
|
38
|
+
height: "100%"
|
|
39
|
+
},
|
|
40
|
+
children: /* @__PURE__ */ jsx(Box_default, { display: "flex", direction: "row", alignItems: "center", height: "100%", children: /* @__PURE__ */ jsx(
|
|
41
|
+
TapArea_default,
|
|
42
|
+
{
|
|
43
|
+
fullWidth: false,
|
|
44
|
+
onClick,
|
|
45
|
+
rounding: "md",
|
|
46
|
+
"data-testid": dataTestId,
|
|
47
|
+
accessibilityLabel,
|
|
48
|
+
children: /* @__PURE__ */ jsx(
|
|
49
|
+
TabInternal,
|
|
50
|
+
{
|
|
51
|
+
text,
|
|
52
|
+
selected,
|
|
53
|
+
endContent,
|
|
54
|
+
itemCount,
|
|
55
|
+
on
|
|
56
|
+
}
|
|
57
|
+
)
|
|
58
|
+
}
|
|
59
|
+
) })
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export {
|
|
65
|
+
TabButton
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=VC5WSVCY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Tabs/TabButton.tsx"],"sourcesContent":["import { type ReactElement, type ComponentProps } from \"react\";\nimport classnames from \"classnames\";\nimport TapArea from \"../TapArea/TapArea\";\nimport TabInternal from \"./TabInternal\";\nimport styles from \"./Tabs.module.css\";\nimport Box from \"../Box/Box\";\n\nexport default function TabButton({\n text,\n onClick,\n selected,\n endContent,\n itemCount,\n accessibilityLabel,\n \"data-testid\": dataTestId,\n on,\n}: ComponentProps<typeof TabInternal> & {\n /**\n * The onClick event for the button\n */\n onClick: () => void;\n /**\n * The label to be used for accessibility\n */\n accessibilityLabel?: string;\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n}): ReactElement {\n return (\n <div\n role=\"tab\"\n className={classnames({\n [styles.unselectedTab]: !selected,\n [styles.selectedTabOnLightBackground]:\n selected && on === \"lightBackground\",\n [styles.selectedTabOnDarkBackground]:\n selected && on === \"darkBackground\",\n })}\n style={{\n height: \"100%\",\n }}\n >\n <Box display=\"flex\" direction=\"row\" alignItems=\"center\" height=\"100%\">\n <TapArea\n fullWidth={false}\n onClick={onClick}\n rounding=\"md\"\n data-testid={dataTestId}\n accessibilityLabel={accessibilityLabel}\n >\n <TabInternal\n text={text}\n selected={selected}\n endContent={endContent}\n itemCount={itemCount}\n on={on}\n />\n </TapArea>\n </Box>\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,gBAAgB;AAmDb;AA7CK,SAAR,UAA2B;AAAA,EAChC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,eAAe;AAAA,EACf;AACF,GAaiB;AACf,SACE;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,WAAW,WAAW;AAAA,QACpB,CAAC,oBAAO,aAAa,GAAG,CAAC;AAAA,QACzB,CAAC,oBAAO,4BAA4B,GAClC,YAAY,OAAO;AAAA,QACrB,CAAC,oBAAO,2BAA2B,GACjC,YAAY,OAAO;AAAA,MACvB,CAAC;AAAA,MACD,OAAO;AAAA,QACL,QAAQ;AAAA,MACV;AAAA,MAEA,8BAAC,eAAI,SAAQ,QAAO,WAAU,OAAM,YAAW,UAAS,QAAO,QAC7D;AAAA,QAAC;AAAA;AAAA,UACC,WAAW;AAAA,UACX;AAAA,UACA,UAAS;AAAA,UACT,eAAa;AAAA,UACb;AAAA,UAEA;AAAA,YAAC;AAAA;AAAA,cACC;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA;AAAA,UACF;AAAA;AAAA,MACF,GACF;AAAA;AAAA,EACF;AAEJ;","names":[]}
|
|
@@ -1,20 +1,20 @@
|
|
|
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 _JVGX637Ecjs = require('./JVGX637E.cjs');
|
|
5
4
|
|
|
5
|
+
var _RJYSQA7Fcjs = require('./RJYSQA7F.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _XLUVINJWcjs = require('./XLUVINJW.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _JVGX637Ecjs = require('./JVGX637E.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _3BGIBVCRcjs = require('./3BGIBVCR.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
|
|
@@ -60,7 +60,7 @@ function SelectList({
|
|
|
60
60
|
[SelectList_module_default.opacityOverlay]: disabled
|
|
61
61
|
}),
|
|
62
62
|
children: [
|
|
63
|
-
label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { htmlFor: selectId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
63
|
+
label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { htmlFor: selectId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _3BGIBVCRcjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
|
|
64
64
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: SelectList_module_default.selectWrapper, children: [
|
|
65
65
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
66
66
|
"select",
|
|
@@ -98,15 +98,15 @@ function SelectList({
|
|
|
98
98
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
99
99
|
"path",
|
|
100
100
|
{
|
|
101
|
-
fill: errorText ?
|
|
101
|
+
fill: errorText ? _RJYSQA7Fcjs.ColorBaseDestructive700 : _RJYSQA7Fcjs.ColorBaseGray800,
|
|
102
102
|
d: "M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z"
|
|
103
103
|
}
|
|
104
104
|
)
|
|
105
105
|
}
|
|
106
106
|
) })
|
|
107
107
|
] }),
|
|
108
|
-
(helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
109
|
-
|
|
108
|
+
(helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
109
|
+
_3BGIBVCRcjs.Typography_default,
|
|
110
110
|
{
|
|
111
111
|
size: 100,
|
|
112
112
|
color: errorText ? "destructive-primary" : "gray700",
|
|
@@ -122,4 +122,4 @@ SelectList.Option = _JVGX637Ecjs.SelectOption_default;
|
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
exports.SelectList = SelectList;
|
|
125
|
-
//# sourceMappingURL=
|
|
125
|
+
//# sourceMappingURL=VF3XXVWJ.cjs.map
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _JVGBP6LOcjs = require('./JVGBP6LO.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _NFSZQICFcjs = require('./NFSZQICF.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
|
|
11
|
+
|
|
12
|
+
// src/Tabs/TabLink.tsx
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
var _react = require('react');
|
|
16
|
+
var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
|
|
17
|
+
var _jsxruntime = require('react/jsx-runtime');
|
|
18
|
+
var TabLink = _react.forwardRef.call(void 0,
|
|
19
|
+
({
|
|
20
|
+
text,
|
|
21
|
+
href,
|
|
22
|
+
target,
|
|
23
|
+
rel,
|
|
24
|
+
"data-testid": dataTestId,
|
|
25
|
+
on,
|
|
26
|
+
onClick,
|
|
27
|
+
selected,
|
|
28
|
+
endContent,
|
|
29
|
+
itemCount
|
|
30
|
+
}, ref) => {
|
|
31
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32
|
+
"div",
|
|
33
|
+
{
|
|
34
|
+
role: "tab",
|
|
35
|
+
className: _classnames2.default.call(void 0, {
|
|
36
|
+
[_JVGBP6LOcjs.Tabs_module_default.unselectedTab]: !selected,
|
|
37
|
+
[_JVGBP6LOcjs.Tabs_module_default.selectedTabOnLightBackground]: selected && on === "lightBackground",
|
|
38
|
+
[_JVGBP6LOcjs.Tabs_module_default.selectedTabDarkBackground]: selected && on === "darkBackground"
|
|
39
|
+
}),
|
|
40
|
+
style: {
|
|
41
|
+
height: "100%"
|
|
42
|
+
},
|
|
43
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { display: "flex", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
44
|
+
"a",
|
|
45
|
+
{
|
|
46
|
+
href,
|
|
47
|
+
"data-testid": dataTestId,
|
|
48
|
+
target,
|
|
49
|
+
ref,
|
|
50
|
+
rel,
|
|
51
|
+
onClick,
|
|
52
|
+
className: _JVGBP6LOcjs.Tabs_module_default.link,
|
|
53
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
54
|
+
_NFSZQICFcjs.TabInternal,
|
|
55
|
+
{
|
|
56
|
+
text,
|
|
57
|
+
selected,
|
|
58
|
+
endContent,
|
|
59
|
+
itemCount,
|
|
60
|
+
on
|
|
61
|
+
}
|
|
62
|
+
)
|
|
63
|
+
}
|
|
64
|
+
) })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
);
|
|
69
|
+
TabLink.displayName = "TabLink";
|
|
70
|
+
var TabLink_default = TabLink;
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
exports.TabLink_default = TabLink_default;
|
|
75
|
+
//# sourceMappingURL=VFJQUEUD.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Tabs/TabLink.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;AAAA,EACE;AAAA,OAGK;AAEP,OAAO,gBAAgB;AAsEX;AAxCZ,IAAM,UAAU;AAAA,EACd,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,eAAe;AAAA,IACf;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,GACA,QACG;AACH,WACE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,WAAW,WAAW;AAAA,UACpB,CAAC,oBAAO,aAAa,GAAG,CAAC;AAAA,UACzB,CAAC,oBAAO,4BAA4B,GAClC,YAAY,OAAO;AAAA,UACrB,CAAC,oBAAO,yBAAyB,GAC/B,YAAY,OAAO;AAAA,QACvB,CAAC;AAAA,QACD,OAAO;AAAA,UACL,QAAQ;AAAA,QACV;AAAA,QAEA,8BAAC,eAAI,SAAQ,QAAO,YAAW,UAAS,QAAO,QAC7C;AAAA,UAAC;AAAA;AAAA,YACC;AAAA,YACA,eAAa;AAAA,YACb;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA,WAAW,oBAAO;AAAA,YAElB;AAAA,cAAC;AAAA;AAAA,gBACC;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA;AAAA,YACF;AAAA;AAAA,QACF,GACF;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,QAAQ,cAAc;AAEtB,IAAO,kBAAQ","sourcesContent":["import {\n forwardRef,\n type HtmlHTMLAttributes,\n type ComponentProps,\n} from \"react\";\nimport TabInternal from \"./TabInternal\";\nimport classnames from \"classnames\";\nimport styles from \"./Tabs.module.css\";\nimport Box from \"../Box/Box\";\n\ntype TabLinkProps = ComponentProps<typeof TabInternal> & {\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The link that the Tab 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 * 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\nconst TabLink = forwardRef<HTMLAnchorElement, TabLinkProps>(\n (\n {\n text,\n href,\n target,\n rel,\n \"data-testid\": dataTestId,\n on,\n onClick,\n selected,\n endContent,\n itemCount,\n }: TabLinkProps,\n ref,\n ) => {\n return (\n <div\n role=\"tab\"\n className={classnames({\n [styles.unselectedTab]: !selected,\n [styles.selectedTabOnLightBackground]:\n selected && on === \"lightBackground\",\n [styles.selectedTabDarkBackground]:\n selected && on === \"darkBackground\",\n })}\n style={{\n height: \"100%\",\n }}\n >\n <Box display=\"flex\" alignItems=\"center\" height=\"100%\">\n <a\n href={href}\n data-testid={dataTestId}\n target={target}\n ref={ref}\n rel={rel}\n onClick={onClick}\n className={styles.link}\n >\n <TabInternal\n text={text}\n selected={selected}\n endContent={endContent}\n itemCount={itemCount}\n on={on}\n />\n </a>\n </Box>\n </div>\n );\n },\n);\n\nTabLink.displayName = \"TabLink\";\n\nexport default TabLink;\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
Typography_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./UXDF6ZIG.js";
|
|
5
5
|
|
|
6
6
|
// src/Heading/Heading.tsx
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -47,4 +47,4 @@ var Heading_default = Heading;
|
|
|
47
47
|
export {
|
|
48
48
|
Heading_default
|
|
49
49
|
};
|
|
50
|
-
//# sourceMappingURL=
|
|
50
|
+
//# sourceMappingURL=VMY3X6VX.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import {
|
|
3
3
|
colors_module_default
|
|
4
|
-
} from "./
|
|
4
|
+
} from "./ZF5TOGMY.js";
|
|
5
5
|
|
|
6
6
|
// src/colors/foregroundColor.ts
|
|
7
7
|
function foregroundColor(color, on) {
|
|
@@ -44,4 +44,4 @@ function foregroundColor(color, on) {
|
|
|
44
44
|
export {
|
|
45
45
|
foregroundColor
|
|
46
46
|
};
|
|
47
|
-
//# sourceMappingURL=
|
|
47
|
+
//# sourceMappingURL=VRJAMHSI.js.map
|
|
@@ -10,16 +10,16 @@ import {
|
|
|
10
10
|
} from "./C7PW7CPK.js";
|
|
11
11
|
import {
|
|
12
12
|
foregroundColor
|
|
13
|
-
} from "./
|
|
13
|
+
} from "./VRJAMHSI.js";
|
|
14
14
|
import {
|
|
15
15
|
border
|
|
16
|
-
} from "./
|
|
16
|
+
} from "./FMNQCHIR.js";
|
|
17
17
|
import {
|
|
18
18
|
backgroundColor
|
|
19
|
-
} from "./
|
|
19
|
+
} from "./3CYMW6HT.js";
|
|
20
20
|
import {
|
|
21
21
|
Typography_default
|
|
22
|
-
} from "./
|
|
22
|
+
} from "./UXDF6ZIG.js";
|
|
23
23
|
|
|
24
24
|
// src/LinkButton/LinkButton.tsx
|
|
25
25
|
import {
|
|
@@ -137,4 +137,4 @@ var LinkButton_default = LinkButton;
|
|
|
137
137
|
export {
|
|
138
138
|
LinkButton_default
|
|
139
139
|
};
|
|
140
|
-
//# sourceMappingURL=
|
|
140
|
+
//# sourceMappingURL=VZWUWOLJ.js.map
|