@cambly/syntax-core 18.6.0 → 18.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. package/dist/Avatar/Avatar.cjs +5 -5
  2. package/dist/Avatar/Avatar.css +155 -152
  3. package/dist/Avatar/Avatar.css.map +1 -1
  4. package/dist/Avatar/Avatar.js +4 -4
  5. package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
  6. package/dist/AvatarGroup/AvatarGroup.css +155 -152
  7. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  8. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  9. package/dist/Badge/Badge.cjs +6 -6
  10. package/dist/Badge/Badge.css +155 -152
  11. package/dist/Badge/Badge.css.map +1 -1
  12. package/dist/Badge/Badge.js +5 -5
  13. package/dist/Box/Box.cjs +3 -3
  14. package/dist/Box/Box.css +155 -152
  15. package/dist/Box/Box.css.map +1 -1
  16. package/dist/Box/Box.js +2 -2
  17. package/dist/Button/Button.cjs +11 -11
  18. package/dist/Button/Button.css +176 -172
  19. package/dist/Button/Button.css.map +1 -1
  20. package/dist/Button/Button.js +10 -10
  21. package/dist/Button/constants/iconSize.cjs +2 -2
  22. package/dist/Button/constants/iconSize.css +21 -20
  23. package/dist/Button/constants/iconSize.css.map +1 -1
  24. package/dist/Button/constants/iconSize.js +1 -1
  25. package/dist/Card/Card.cjs +4 -4
  26. package/dist/Card/Card.css +155 -152
  27. package/dist/Card/Card.css.map +1 -1
  28. package/dist/Card/Card.js +3 -3
  29. package/dist/Checkbox/Checkbox.cjs +5 -5
  30. package/dist/Checkbox/Checkbox.css +155 -152
  31. package/dist/Checkbox/Checkbox.css.map +1 -1
  32. package/dist/Checkbox/Checkbox.js +4 -4
  33. package/dist/Chip/Chip.cjs +6 -6
  34. package/dist/Chip/Chip.css +155 -152
  35. package/dist/Chip/Chip.css.map +1 -1
  36. package/dist/Chip/Chip.js +5 -5
  37. package/dist/Dialog/Dialog.cjs +3 -3
  38. package/dist/Dialog/Dialog.css +155 -152
  39. package/dist/Dialog/Dialog.css.map +1 -1
  40. package/dist/Dialog/Dialog.js +2 -2
  41. package/dist/Dialog/ModalDialog.cjs +13 -12
  42. package/dist/Dialog/ModalDialog.css +176 -172
  43. package/dist/Dialog/ModalDialog.css.map +1 -1
  44. package/dist/Dialog/ModalDialog.js +11 -10
  45. package/dist/Divider/Divider.cjs +3 -3
  46. package/dist/Divider/Divider.css +155 -152
  47. package/dist/Divider/Divider.css.map +1 -1
  48. package/dist/Divider/Divider.js +2 -2
  49. package/dist/Heading/Heading.cjs +5 -5
  50. package/dist/Heading/Heading.css +155 -152
  51. package/dist/Heading/Heading.css.map +1 -1
  52. package/dist/Heading/Heading.js +4 -4
  53. package/dist/Icon/Icon.cjs +4 -4
  54. package/dist/Icon/Icon.css +155 -152
  55. package/dist/Icon/Icon.css.map +1 -1
  56. package/dist/Icon/Icon.js +3 -3
  57. package/dist/IconButton/IconButton.cjs +8 -7
  58. package/dist/IconButton/IconButton.css +176 -172
  59. package/dist/IconButton/IconButton.css.map +1 -1
  60. package/dist/IconButton/IconButton.js +7 -6
  61. package/dist/IconLinkButton/IconLinkButton.cjs +17 -0
  62. package/dist/IconLinkButton/IconLinkButton.cjs.map +1 -0
  63. package/dist/IconLinkButton/IconLinkButton.css +610 -0
  64. package/dist/IconLinkButton/IconLinkButton.css.map +1 -0
  65. package/dist/IconLinkButton/IconLinkButton.d.ts +76 -0
  66. package/dist/IconLinkButton/IconLinkButton.js +17 -0
  67. package/dist/IconLinkButton/IconLinkButton.js.map +1 -0
  68. package/dist/LinkButton/LinkButton.cjs +11 -10
  69. package/dist/LinkButton/LinkButton.css +176 -172
  70. package/dist/LinkButton/LinkButton.css.map +1 -1
  71. package/dist/LinkButton/LinkButton.js +10 -9
  72. package/dist/Modal/Layer.cjs +4 -4
  73. package/dist/Modal/Layer.css +155 -152
  74. package/dist/Modal/Layer.css.map +1 -1
  75. package/dist/Modal/Layer.js +3 -3
  76. package/dist/Modal/Modal.cjs +15 -14
  77. package/dist/Modal/Modal.css +176 -172
  78. package/dist/Modal/Modal.css.map +1 -1
  79. package/dist/Modal/Modal.js +14 -13
  80. package/dist/Popover/Popover.cjs +14 -13
  81. package/dist/Popover/Popover.css +176 -172
  82. package/dist/Popover/Popover.css.map +1 -1
  83. package/dist/Popover/Popover.js +12 -11
  84. package/dist/RadioButton/RadioButton.cjs +6 -6
  85. package/dist/RadioButton/RadioButton.css +155 -152
  86. package/dist/RadioButton/RadioButton.css.map +1 -1
  87. package/dist/RadioButton/RadioButton.js +5 -5
  88. package/dist/RichSelect/RichSelectBox.cjs +18 -18
  89. package/dist/RichSelect/RichSelectBox.css +176 -172
  90. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  91. package/dist/RichSelect/RichSelectBox.js +17 -17
  92. package/dist/RichSelect/RichSelectChip.cjs +7 -7
  93. package/dist/RichSelect/RichSelectChip.css +155 -152
  94. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  95. package/dist/RichSelect/RichSelectChip.js +6 -6
  96. package/dist/RichSelect/RichSelectList.cjs +26 -25
  97. package/dist/RichSelect/RichSelectList.css +176 -172
  98. package/dist/RichSelect/RichSelectList.css.map +1 -1
  99. package/dist/RichSelect/RichSelectList.js +24 -23
  100. package/dist/RichSelect/RichSelectRadioButton.cjs +7 -7
  101. package/dist/RichSelect/RichSelectRadioButton.css +155 -152
  102. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  103. package/dist/RichSelect/RichSelectRadioButton.js +6 -6
  104. package/dist/RichSelect/RichSelectSection.cjs +5 -5
  105. package/dist/RichSelect/RichSelectSection.css +155 -152
  106. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  107. package/dist/RichSelect/RichSelectSection.js +4 -4
  108. package/dist/SelectList/SelectList.cjs +7 -7
  109. package/dist/SelectList/SelectList.css +155 -152
  110. package/dist/SelectList/SelectList.css.map +1 -1
  111. package/dist/SelectList/SelectList.js +6 -6
  112. package/dist/Tabs/TabButton.cjs +7 -7
  113. package/dist/Tabs/TabButton.css +155 -152
  114. package/dist/Tabs/TabButton.css.map +1 -1
  115. package/dist/Tabs/TabButton.js +6 -6
  116. package/dist/Tabs/TabInternal.cjs +6 -6
  117. package/dist/Tabs/TabInternal.css +155 -152
  118. package/dist/Tabs/TabInternal.css.map +1 -1
  119. package/dist/Tabs/TabInternal.js +5 -5
  120. package/dist/Tabs/TabLink.cjs +7 -7
  121. package/dist/Tabs/TabLink.css +155 -152
  122. package/dist/Tabs/TabLink.css.map +1 -1
  123. package/dist/Tabs/TabLink.js +6 -6
  124. package/dist/Tabs/Tabs.cjs +9 -9
  125. package/dist/Tabs/Tabs.css +155 -152
  126. package/dist/Tabs/Tabs.css.map +1 -1
  127. package/dist/Tabs/Tabs.js +8 -8
  128. package/dist/TextArea/TextArea.cjs +6 -6
  129. package/dist/TextArea/TextArea.css +155 -152
  130. package/dist/TextArea/TextArea.css.map +1 -1
  131. package/dist/TextArea/TextArea.js +5 -5
  132. package/dist/TextField/TextField.cjs +6 -6
  133. package/dist/TextField/TextField.css +155 -152
  134. package/dist/TextField/TextField.css.map +1 -1
  135. package/dist/TextField/TextField.js +5 -5
  136. package/dist/Tooltip/Tooltip.cjs +5 -5
  137. package/dist/Tooltip/Tooltip.css +155 -152
  138. package/dist/Tooltip/Tooltip.css.map +1 -1
  139. package/dist/Tooltip/Tooltip.js +4 -4
  140. package/dist/Typography/Typography.cjs +4 -4
  141. package/dist/Typography/Typography.css +155 -152
  142. package/dist/Typography/Typography.css.map +1 -1
  143. package/dist/Typography/Typography.js +3 -3
  144. package/dist/__chunks/{RSUI67P2.js → 2C2MKLJR.js} +3 -3
  145. package/dist/__chunks/{D3COBORG.cjs → 2DIA2OWL.cjs} +12 -12
  146. package/dist/__chunks/{BTBAAACD.js → 36W5Z2QK.js} +8 -8
  147. package/dist/__chunks/{BTBAAACD.js.map → 36W5Z2QK.js.map} +1 -1
  148. package/dist/__chunks/{YQYXXPLV.js → 3B3ERYQA.js} +3 -3
  149. package/dist/__chunks/{LZYX5BWD.cjs → 3BPWW7LW.cjs} +11 -11
  150. package/dist/__chunks/{J27AGJQB.cjs → 464OXX7P.cjs} +3 -3
  151. package/dist/__chunks/4KS4YP6U.cjs +37 -0
  152. package/dist/__chunks/{SFBTR56I.cjs.map → 4KS4YP6U.cjs.map} +1 -1
  153. package/dist/__chunks/{YPUA2AJT.js → 55MEPCFY.js} +2 -2
  154. package/dist/__chunks/{Q4P2W7UU.cjs → 5EC4MAGN.cjs} +3 -3
  155. package/dist/__chunks/{PAHHQT3S.js → 5UDEM3WT.js} +3 -3
  156. package/dist/__chunks/6247H47L.js +9 -0
  157. package/dist/__chunks/6247H47L.js.map +1 -0
  158. package/dist/__chunks/64WM4STC.js +22 -0
  159. package/dist/__chunks/{ESVDNOSI.js.map → 64WM4STC.js.map} +1 -1
  160. package/dist/__chunks/65BTPZZT.cjs +22 -0
  161. package/dist/__chunks/{7TEFD526.cjs.map → 65BTPZZT.cjs.map} +1 -1
  162. package/dist/__chunks/{4IEWMD4C.js → 6AOXQ7MY.js} +3 -3
  163. package/dist/__chunks/{SKFX2MXK.cjs → 6FDOUWLG.cjs} +4 -4
  164. package/dist/__chunks/6FKGSUV5.js +83 -0
  165. package/dist/__chunks/6FKGSUV5.js.map +1 -0
  166. package/dist/__chunks/{VRJAMHSI.js → 6I4OHEQB.js} +2 -2
  167. package/dist/__chunks/6N242VX5.cjs +9 -0
  168. package/dist/__chunks/6N242VX5.cjs.map +1 -0
  169. package/dist/__chunks/{YAZOHZLW.js → 7AQXNKEJ.js} +2 -2
  170. package/dist/__chunks/{KJLBDAZH.cjs → A5IA5BEW.cjs} +3 -3
  171. package/dist/__chunks/{CW24HTIT.cjs → AKS2XNPN.cjs} +7 -7
  172. package/dist/__chunks/{BZ546NNE.cjs → CPNO4BNM.cjs} +26 -26
  173. package/dist/__chunks/{BZ546NNE.cjs.map → CPNO4BNM.cjs.map} +1 -1
  174. package/dist/__chunks/{AMJC67S3.js → CVMW4LL2.js} +3 -3
  175. package/dist/__chunks/{G3SXARBL.cjs → DZA3TMCT.cjs} +3 -3
  176. package/dist/__chunks/{RD3RAVVX.js → E2BVSWGC.js} +4 -4
  177. package/dist/__chunks/{TGYGQE4X.js → EWGPJK2F.js} +3 -3
  178. package/dist/__chunks/{SNLD3DG6.js → FE6DDP5I.js} +3 -3
  179. package/dist/__chunks/{HFLM5VGD.js → FQSEHETP.js} +2 -2
  180. package/dist/__chunks/{FEFAG4KT.cjs → FZKGDXO4.cjs} +3 -3
  181. package/dist/__chunks/{JDR5F6CW.js → GPDZDOV4.js} +3 -3
  182. package/dist/__chunks/{5COVOOB3.cjs → GZOJQ37Q.cjs} +3 -3
  183. package/dist/__chunks/{HBHOLWEM.cjs → H6QHP7UX.cjs} +8 -8
  184. package/dist/__chunks/{RC7EMZ6N.cjs → HCRDDKZM.cjs} +8 -8
  185. package/dist/__chunks/{2GCUEMYN.cjs → HCVYWNQ6.cjs} +3 -3
  186. package/dist/__chunks/{65PXO4OL.js → HTTZSCPQ.js} +5 -5
  187. package/dist/__chunks/{XG7O4UGW.cjs → I6Y47J7A.cjs} +7 -7
  188. package/dist/__chunks/{I76WKOLE.cjs → IBGEINNM.cjs} +3 -3
  189. package/dist/__chunks/{DCGTTQAX.js → IJ6QNNRJ.js} +2 -2
  190. package/dist/__chunks/{RCCK2EW4.cjs → IRV2I2PN.cjs} +7 -7
  191. package/dist/__chunks/{L5RBAKAN.cjs → IVJLG32A.cjs} +3 -3
  192. package/dist/__chunks/{H3QQNW5X.cjs → KHGYVM4R.cjs} +10 -10
  193. package/dist/__chunks/{6ZUUHEIX.js → KPVVAIGD.js} +4 -4
  194. package/dist/__chunks/{OXSHUPNO.cjs → KQUIYNLT.cjs} +1 -1
  195. package/dist/__chunks/{OXSHUPNO.cjs.map → KQUIYNLT.cjs.map} +1 -1
  196. package/dist/__chunks/{QI5Q2WJG.cjs → KRGYHG4X.cjs} +7 -7
  197. package/dist/__chunks/{S37SPS42.js → L5HGMK6O.js} +2 -2
  198. package/dist/__chunks/{GBEKI532.js → LRM73Q7W.js} +2 -2
  199. package/dist/__chunks/{65LHF5WD.cjs → MKMFTN6G.cjs} +16 -16
  200. package/dist/__chunks/{7ONGQA3U.js → MQWEXZNY.js} +3 -3
  201. package/dist/__chunks/{NVTSF5NY.js → MYNWWZA6.js} +2 -2
  202. package/dist/__chunks/{4LS53X3H.js → NB2IFWV4.js} +1 -1
  203. package/dist/__chunks/{4LS53X3H.js.map → NB2IFWV4.js.map} +1 -1
  204. package/dist/__chunks/{C4GAUB4Y.cjs → OD46XLIY.cjs} +5 -5
  205. package/dist/__chunks/{XVYUFV22.cjs → OI3PNOEK.cjs} +26 -26
  206. package/dist/__chunks/{MZOGVH4K.js → PPXSYRSW.js} +5 -5
  207. package/dist/__chunks/{YJAKY2I2.cjs → Q2XNQJNM.cjs} +10 -10
  208. package/dist/__chunks/{BLW57GRR.js → Q3NV6ANG.js} +4 -4
  209. package/dist/__chunks/{GVDYEBNZ.js → QIEUDTGM.js} +4 -4
  210. package/dist/__chunks/{HBIGKRZ2.cjs → QIM47JXI.cjs} +7 -7
  211. package/dist/__chunks/{IYYTLOO3.cjs → QJMP6SPK.cjs} +14 -14
  212. package/dist/__chunks/QQMWJ5UA.js +9 -0
  213. package/dist/__chunks/QQMWJ5UA.js.map +1 -0
  214. package/dist/__chunks/{PW6JTQVM.js → QQQ2H2H5.js} +10 -10
  215. package/dist/__chunks/{3CYMW6HT.js → QUULVD2S.js} +2 -2
  216. package/dist/__chunks/RVN2ERYI.cjs +83 -0
  217. package/dist/__chunks/RVN2ERYI.cjs.map +1 -0
  218. package/dist/__chunks/SJBJQ3PL.cjs +9 -0
  219. package/dist/__chunks/SJBJQ3PL.cjs.map +1 -0
  220. package/dist/__chunks/{5HEC7ASW.js → T22F22GU.js} +2 -2
  221. package/dist/__chunks/{WGTJC3YN.cjs → TGOOGXC7.cjs} +5 -5
  222. package/dist/__chunks/TH4TA3JN.cjs +9 -0
  223. package/dist/__chunks/TH4TA3JN.cjs.map +1 -0
  224. package/dist/__chunks/{BQYW6G4G.js → U3T7HSSI.js} +2 -2
  225. package/dist/__chunks/{FMNQCHIR.js → U6X47HLX.js} +3 -3
  226. package/dist/__chunks/U6X47HLX.js.map +1 -0
  227. package/dist/__chunks/{BIOXMBD5.js → UJFE5ANU.js} +4 -4
  228. package/dist/__chunks/{PDVV3MOA.cjs → V6OYVK6F.cjs} +5 -5
  229. package/dist/__chunks/{TU2BVOKD.js → VJUBMJDF.js} +10 -10
  230. package/dist/__chunks/{TSMYMWWE.cjs → WNVUBW6Y.cjs} +16 -16
  231. package/dist/__chunks/{TSMYMWWE.cjs.map → WNVUBW6Y.cjs.map} +1 -1
  232. package/dist/__chunks/{L32D5WEG.cjs → WR7PF2OP.cjs} +3 -3
  233. package/dist/__chunks/{523DPUCJ.js → WREHUE3B.js} +2 -2
  234. package/dist/__chunks/WUQOLJEH.cjs +33 -0
  235. package/dist/__chunks/{42SRFCQL.cjs → XK32RAAX.cjs} +3 -3
  236. package/dist/__chunks/{QNTUG5SZ.js → XS3MIC44.js} +3 -3
  237. package/dist/__chunks/YLWWTB4I.js +9 -0
  238. package/dist/__chunks/YLWWTB4I.js.map +1 -0
  239. package/dist/__chunks/{C3FW5QDG.cjs → YMRI7ATG.cjs} +5 -5
  240. package/dist/__chunks/{LIUV3J2M.cjs → YS6V3MU7.cjs} +17 -17
  241. package/dist/__chunks/{EF6R3LRB.cjs → YSTFPAUS.cjs} +7 -7
  242. package/dist/__chunks/{65PMWIHY.js → YWFG6EUU.js} +2 -2
  243. package/dist/__chunks/{JJNZLCKX.js → ZGGBRE7T.js} +2 -2
  244. package/dist/__chunks/{XTZEWLM5.cjs → ZSBYCAC5.cjs} +3 -3
  245. package/dist/__chunks/{BNRTELQX.js → ZV4M6HMX.js} +9 -9
  246. package/dist/__chunks/ZV4M6HMX.js.map +1 -0
  247. package/dist/__chunks/{4R4H3FEY.js → ZVVUIPNS.js} +2 -2
  248. package/dist/colors/backgroundColor.cjs +3 -3
  249. package/dist/colors/backgroundColor.css +155 -152
  250. package/dist/colors/backgroundColor.css.map +1 -1
  251. package/dist/colors/backgroundColor.js +2 -2
  252. package/dist/colors/border.cjs +3 -3
  253. package/dist/colors/border.css +155 -152
  254. package/dist/colors/border.css.map +1 -1
  255. package/dist/colors/border.js +2 -2
  256. package/dist/colors/foregroundColor.cjs +3 -3
  257. package/dist/colors/foregroundColor.css +155 -152
  258. package/dist/colors/foregroundColor.css.map +1 -1
  259. package/dist/colors/foregroundColor.js +2 -2
  260. package/dist/colors/textColors.cjs +3 -3
  261. package/dist/colors/textColors.css +155 -152
  262. package/dist/colors/textColors.css.map +1 -1
  263. package/dist/colors/textColors.js +2 -2
  264. package/dist/index.cjs +50 -44
  265. package/dist/index.css +176 -172
  266. package/dist/index.css.map +1 -1
  267. package/dist/index.d.ts +1 -0
  268. package/dist/index.js +53 -47
  269. package/package.json +1 -1
  270. package/dist/__chunks/7TEFD526.cjs +0 -22
  271. package/dist/__chunks/BNRTELQX.js.map +0 -1
  272. package/dist/__chunks/ESVDNOSI.js +0 -22
  273. package/dist/__chunks/FMNQCHIR.js.map +0 -1
  274. package/dist/__chunks/JTTZCAPP.cjs +0 -9
  275. package/dist/__chunks/JTTZCAPP.cjs.map +0 -1
  276. package/dist/__chunks/POMJQZKJ.cjs +0 -33
  277. package/dist/__chunks/SFBTR56I.cjs +0 -37
  278. package/dist/__chunks/SVA2ABQQ.cjs +0 -9
  279. package/dist/__chunks/SVA2ABQQ.cjs.map +0 -1
  280. package/dist/__chunks/XVUEUKXA.js +0 -9
  281. package/dist/__chunks/XVUEUKXA.js.map +0 -1
  282. package/dist/__chunks/ZF5TOGMY.js +0 -9
  283. package/dist/__chunks/ZF5TOGMY.js.map +0 -1
  284. /package/dist/__chunks/{RSUI67P2.js.map → 2C2MKLJR.js.map} +0 -0
  285. /package/dist/__chunks/{D3COBORG.cjs.map → 2DIA2OWL.cjs.map} +0 -0
  286. /package/dist/__chunks/{YQYXXPLV.js.map → 3B3ERYQA.js.map} +0 -0
  287. /package/dist/__chunks/{LZYX5BWD.cjs.map → 3BPWW7LW.cjs.map} +0 -0
  288. /package/dist/__chunks/{J27AGJQB.cjs.map → 464OXX7P.cjs.map} +0 -0
  289. /package/dist/__chunks/{YPUA2AJT.js.map → 55MEPCFY.js.map} +0 -0
  290. /package/dist/__chunks/{Q4P2W7UU.cjs.map → 5EC4MAGN.cjs.map} +0 -0
  291. /package/dist/__chunks/{PAHHQT3S.js.map → 5UDEM3WT.js.map} +0 -0
  292. /package/dist/__chunks/{4IEWMD4C.js.map → 6AOXQ7MY.js.map} +0 -0
  293. /package/dist/__chunks/{SKFX2MXK.cjs.map → 6FDOUWLG.cjs.map} +0 -0
  294. /package/dist/__chunks/{VRJAMHSI.js.map → 6I4OHEQB.js.map} +0 -0
  295. /package/dist/__chunks/{YAZOHZLW.js.map → 7AQXNKEJ.js.map} +0 -0
  296. /package/dist/__chunks/{KJLBDAZH.cjs.map → A5IA5BEW.cjs.map} +0 -0
  297. /package/dist/__chunks/{CW24HTIT.cjs.map → AKS2XNPN.cjs.map} +0 -0
  298. /package/dist/__chunks/{AMJC67S3.js.map → CVMW4LL2.js.map} +0 -0
  299. /package/dist/__chunks/{G3SXARBL.cjs.map → DZA3TMCT.cjs.map} +0 -0
  300. /package/dist/__chunks/{RD3RAVVX.js.map → E2BVSWGC.js.map} +0 -0
  301. /package/dist/__chunks/{TGYGQE4X.js.map → EWGPJK2F.js.map} +0 -0
  302. /package/dist/__chunks/{SNLD3DG6.js.map → FE6DDP5I.js.map} +0 -0
  303. /package/dist/__chunks/{HFLM5VGD.js.map → FQSEHETP.js.map} +0 -0
  304. /package/dist/__chunks/{FEFAG4KT.cjs.map → FZKGDXO4.cjs.map} +0 -0
  305. /package/dist/__chunks/{JDR5F6CW.js.map → GPDZDOV4.js.map} +0 -0
  306. /package/dist/__chunks/{5COVOOB3.cjs.map → GZOJQ37Q.cjs.map} +0 -0
  307. /package/dist/__chunks/{HBHOLWEM.cjs.map → H6QHP7UX.cjs.map} +0 -0
  308. /package/dist/__chunks/{RC7EMZ6N.cjs.map → HCRDDKZM.cjs.map} +0 -0
  309. /package/dist/__chunks/{2GCUEMYN.cjs.map → HCVYWNQ6.cjs.map} +0 -0
  310. /package/dist/__chunks/{65PXO4OL.js.map → HTTZSCPQ.js.map} +0 -0
  311. /package/dist/__chunks/{XG7O4UGW.cjs.map → I6Y47J7A.cjs.map} +0 -0
  312. /package/dist/__chunks/{I76WKOLE.cjs.map → IBGEINNM.cjs.map} +0 -0
  313. /package/dist/__chunks/{DCGTTQAX.js.map → IJ6QNNRJ.js.map} +0 -0
  314. /package/dist/__chunks/{RCCK2EW4.cjs.map → IRV2I2PN.cjs.map} +0 -0
  315. /package/dist/__chunks/{L5RBAKAN.cjs.map → IVJLG32A.cjs.map} +0 -0
  316. /package/dist/__chunks/{H3QQNW5X.cjs.map → KHGYVM4R.cjs.map} +0 -0
  317. /package/dist/__chunks/{6ZUUHEIX.js.map → KPVVAIGD.js.map} +0 -0
  318. /package/dist/__chunks/{QI5Q2WJG.cjs.map → KRGYHG4X.cjs.map} +0 -0
  319. /package/dist/__chunks/{S37SPS42.js.map → L5HGMK6O.js.map} +0 -0
  320. /package/dist/__chunks/{GBEKI532.js.map → LRM73Q7W.js.map} +0 -0
  321. /package/dist/__chunks/{65LHF5WD.cjs.map → MKMFTN6G.cjs.map} +0 -0
  322. /package/dist/__chunks/{7ONGQA3U.js.map → MQWEXZNY.js.map} +0 -0
  323. /package/dist/__chunks/{NVTSF5NY.js.map → MYNWWZA6.js.map} +0 -0
  324. /package/dist/__chunks/{C4GAUB4Y.cjs.map → OD46XLIY.cjs.map} +0 -0
  325. /package/dist/__chunks/{XVYUFV22.cjs.map → OI3PNOEK.cjs.map} +0 -0
  326. /package/dist/__chunks/{MZOGVH4K.js.map → PPXSYRSW.js.map} +0 -0
  327. /package/dist/__chunks/{YJAKY2I2.cjs.map → Q2XNQJNM.cjs.map} +0 -0
  328. /package/dist/__chunks/{BLW57GRR.js.map → Q3NV6ANG.js.map} +0 -0
  329. /package/dist/__chunks/{GVDYEBNZ.js.map → QIEUDTGM.js.map} +0 -0
  330. /package/dist/__chunks/{HBIGKRZ2.cjs.map → QIM47JXI.cjs.map} +0 -0
  331. /package/dist/__chunks/{IYYTLOO3.cjs.map → QJMP6SPK.cjs.map} +0 -0
  332. /package/dist/__chunks/{PW6JTQVM.js.map → QQQ2H2H5.js.map} +0 -0
  333. /package/dist/__chunks/{3CYMW6HT.js.map → QUULVD2S.js.map} +0 -0
  334. /package/dist/__chunks/{5HEC7ASW.js.map → T22F22GU.js.map} +0 -0
  335. /package/dist/__chunks/{WGTJC3YN.cjs.map → TGOOGXC7.cjs.map} +0 -0
  336. /package/dist/__chunks/{BQYW6G4G.js.map → U3T7HSSI.js.map} +0 -0
  337. /package/dist/__chunks/{BIOXMBD5.js.map → UJFE5ANU.js.map} +0 -0
  338. /package/dist/__chunks/{PDVV3MOA.cjs.map → V6OYVK6F.cjs.map} +0 -0
  339. /package/dist/__chunks/{TU2BVOKD.js.map → VJUBMJDF.js.map} +0 -0
  340. /package/dist/__chunks/{L32D5WEG.cjs.map → WR7PF2OP.cjs.map} +0 -0
  341. /package/dist/__chunks/{523DPUCJ.js.map → WREHUE3B.js.map} +0 -0
  342. /package/dist/__chunks/{POMJQZKJ.cjs.map → WUQOLJEH.cjs.map} +0 -0
  343. /package/dist/__chunks/{42SRFCQL.cjs.map → XK32RAAX.cjs.map} +0 -0
  344. /package/dist/__chunks/{QNTUG5SZ.js.map → XS3MIC44.js.map} +0 -0
  345. /package/dist/__chunks/{C3FW5QDG.cjs.map → YMRI7ATG.cjs.map} +0 -0
  346. /package/dist/__chunks/{LIUV3J2M.cjs.map → YS6V3MU7.cjs.map} +0 -0
  347. /package/dist/__chunks/{EF6R3LRB.cjs.map → YSTFPAUS.cjs.map} +0 -0
  348. /package/dist/__chunks/{65PMWIHY.js.map → YWFG6EUU.js.map} +0 -0
  349. /package/dist/__chunks/{JJNZLCKX.js.map → ZGGBRE7T.js.map} +0 -0
  350. /package/dist/__chunks/{XTZEWLM5.cjs.map → ZSBYCAC5.cjs.map} +0 -0
  351. /package/dist/__chunks/{4R4H3FEY.js.map → ZVVUIPNS.js.map} +0 -0
@@ -1,22 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
-
3
- // css-module:../Button.module.css#css-module
4
- var Button_module_default = { "button": "_button_1hpt0_1", "buttonGap": "_buttonGap_1hpt0_8", "disabled": "_disabled_1hpt0_42", "disabledPrimary": "_disabledPrimary_1hpt0_56", "fullWidth": "_fullWidth_1hpt0_60", "sm": "_sm_1hpt0_64", "md": "_md_1hpt0_71", "lg": "_lg_1hpt0_78", "icon": "_icon_1hpt0_85", "smIcon": "_smIcon_1hpt0_89", "mdIcon": "_mdIcon_1hpt0_96", "lgIcon": "_lgIcon_1hpt0_103", "loading": "_loading_1hpt0_120", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_1hpt0_1", "loadingCircle": "_loadingCircle_1hpt0_124" };
5
-
6
- // src/Button/constants/iconSize.ts
7
- var materialIconSize = {
8
- sm: Button_module_default.smIcon,
9
- md: Button_module_default.mdIcon,
10
- lg: Button_module_default.lgIcon
11
- };
12
- var internalIconSize = {
13
- sm: 100,
14
- md: 200,
15
- lg: 300
16
- };
17
-
18
-
19
-
20
-
21
- exports.materialIconSize = materialIconSize; exports.internalIconSize = internalIconSize;
22
- //# sourceMappingURL=7TEFD526.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/LinkButton/LinkButton.tsx","css-module:../Button/Button.module.css#css-module","css-module:./LinkButton.module.css#css-module"],"sourcesContent":["import {\n forwardRef,\n type HtmlHTMLAttributes,\n type ComponentProps,\n} from \"react\";\nimport classNames from \"classnames\";\nimport React from \"react\";\nimport { type Size } from \"../constants\";\nimport Typography from \"../Typography/Typography\";\nimport buttonStyles from \"../Button/Button.module.css\";\nimport {\n materialIconSize,\n internalIconSize,\n} from \"../Button/constants/iconSize\";\nimport textVariant from \"../Button/constants/textVariant\";\nimport loadingIconSize from \"../Button/constants/loadingIconSize\";\nimport styles from \"./LinkButton.module.css\";\nimport { backgroundColor } from \"../colors//backgroundColor\";\nimport { foregroundColor } from \"../colors/foregroundColor\";\nimport { border } from \"../colors/border\";\nimport type InternalIcon from \"../Icon/Icon\";\n\ntype LinkButtonProps = {\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The text to be displayed inside the button\n */\n text: string;\n /**\n * The link that the LinkButton should route to.\n *\n */\n href?: string;\n /**\n * The target attribute specifies where to open the linked document.\n *\n */\n target?: \"_blank\" | \"_self\" | \"_parent\" | \"_top\";\n /**\n * The rel attribute specifies the relationship between the document and the link.\n *\n */\n rel?: HtmlHTMLAttributes<HTMLAnchorElement>[\"rel\"];\n /**\n * The color of the button\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\";\n /**\n * The size of the button\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * If `true`, the button will be in a loading state\n *\n * @defaultValue false\n */\n loading?: boolean;\n /**\n * If `true`, the button will take up the full width of its container\n *\n * @defaultValue false\n */\n fullWidth?: boolean;\n /**\n * The icon to be displayed at the start of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n startIcon?:\n | React.ComponentType<{ className?: string }>\n | React.ComponentType<ComponentProps<typeof InternalIcon>>;\n /**\n * The icon to be displayed at the end of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n endIcon?:\n | React.ComponentType<{ className?: string }>\n | React.ComponentType<ComponentProps<typeof InternalIcon>>;\n /**\n * Indicate whether the button renders on a light or dark background. Changes the color of the button\n *\n * @defaulValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * An optional onClick event. This is used for certain wrapper's support (such as react-router-dom).\n */\n onClick?: React.MouseEventHandler<HTMLAnchorElement>;\n};\n\n/**\n * [LinkButton](https://cambly-syntax.vercel.app/?path=/docs/components-linkbutton--docs) is a \"variation\" of Button that should look identical to Button, but should be used to render links instead.\n */\nconst LinkButton = forwardRef<HTMLAnchorElement, LinkButtonProps>(\n (\n {\n text,\n href,\n target,\n rel,\n \"data-testid\": dataTestId,\n color = \"primary\",\n size = \"md\",\n loading = false,\n fullWidth = false,\n startIcon: StartIcon,\n endIcon: EndIcon,\n on = \"lightBackground\",\n onClick,\n }: LinkButtonProps,\n ref,\n ) => {\n const foregroundColorClass = foregroundColor(color, on);\n const backgroundColorClass = backgroundColor(color, on);\n\n return (\n <a\n href={href}\n data-testid={dataTestId}\n target={target}\n ref={ref}\n rel={rel}\n className={classNames(\n styles.linkButton,\n buttonStyles.button,\n foregroundColorClass,\n backgroundColorClass,\n border(color, on),\n buttonStyles[size],\n {\n [buttonStyles.fullWidth]: fullWidth,\n [styles.fitContent]: !fullWidth,\n [buttonStyles.buttonGap]: size === \"lg\" || size === \"md\",\n [buttonStyles.disabled]: loading,\n },\n )}\n onClick={onClick}\n >\n {!loading && StartIcon && (\n <StartIcon\n className={classNames(\n buttonStyles.icon,\n materialIconSize[size],\n foregroundColorClass,\n )}\n size={internalIconSize[size]}\n />\n )}\n {!loading && text && (\n <Typography size={textVariant[size]} weight=\"medium\">\n <span\n // Temporary - until we have cambio colors on Typogrphay\n className={foregroundColorClass}\n >\n {text}\n </span>\n </Typography>\n )}\n {!loading && EndIcon && (\n <EndIcon\n className={classNames(\n buttonStyles.icon,\n materialIconSize[size],\n foregroundColorClass,\n )}\n size={internalIconSize[size]}\n />\n )}\n {loading && (\n <svg\n className={classNames(buttonStyles.loading, foregroundColorClass)}\n viewBox=\"22 22 44 44\"\n width={loadingIconSize[size]}\n height={loadingIconSize[size]}\n >\n <circle\n className={buttonStyles.loadingCircle}\n cx=\"44\"\n cy=\"44\"\n r=\"20.2\"\n fill=\"none\"\n strokeWidth=\"3.6\"\n />\n </svg>\n )}\n </a>\n );\n },\n);\n\nLinkButton.displayName = \"LinkButton\";\n\nexport default LinkButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_1hpt0_1\",\"buttonGap\":\"_buttonGap_1hpt0_8\",\"disabled\":\"_disabled_1hpt0_42\",\"disabledPrimary\":\"_disabledPrimary_1hpt0_56\",\"fullWidth\":\"_fullWidth_1hpt0_60\",\"sm\":\"_sm_1hpt0_64\",\"md\":\"_md_1hpt0_71\",\"lg\":\"_lg_1hpt0_78\",\"icon\":\"_icon_1hpt0_85\",\"smIcon\":\"_smIcon_1hpt0_89\",\"mdIcon\":\"_mdIcon_1hpt0_96\",\"lgIcon\":\"_lgIcon_1hpt0_103\",\"loading\":\"_loading_1hpt0_120\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_1hpt0_1\",\"loadingCircle\":\"_loadingCircle_1hpt0_124\"}","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/LinkButton/LinkButton.module.css\"; export default {\"linkButton\":\"_linkButton_1qjrb_1\",\"fitContent\":\"_fitContent_1qjrb_11\"}"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA,EACE;AAAA,OAGK;AACP,OAAO,gBAAgB;;;ACLqE,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,YAAW,sBAAqB,mBAAkB,6BAA4B,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,QAAO,kBAAiB,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,qBAAoB,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B;;;ACAve,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,cAAa,uBAAsB;;;AFqIpL,SAuBI,KAvBJ;AAvBN,IAAM,aAAa;AAAA,EACjB,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,SAAS;AAAA,IACT,KAAK;AAAA,IACL;AAAA,EACF,GACA,QACG;AACH,UAAM,uBAAuB,gBAAgB,OAAO,EAAE;AACtD,UAAM,uBAAuB,gBAAgB,OAAO,EAAE;AAEtD,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,eAAa;AAAA,QACb;AAAA,QACA;AAAA,QACA;AAAA,QACA,WAAW;AAAA,UACT,0BAAO;AAAA,UACP,sBAAa;AAAA,UACb;AAAA,UACA;AAAA,UACA,OAAO,OAAO,EAAE;AAAA,UAChB,sBAAa,IAAI;AAAA,UACjB;AAAA,YACE,CAAC,sBAAa,SAAS,GAAG;AAAA,YAC1B,CAAC,0BAAO,UAAU,GAAG,CAAC;AAAA,YACtB,CAAC,sBAAa,SAAS,GAAG,SAAS,QAAQ,SAAS;AAAA,YACpD,CAAC,sBAAa,QAAQ,GAAG;AAAA,UAC3B;AAAA,QACF;AAAA,QACA;AAAA,QAEC;AAAA,WAAC,WAAW,aACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAa;AAAA,gBACb,iBAAiB,IAAI;AAAA,gBACrB;AAAA,cACF;AAAA,cACA,MAAM,iBAAiB,IAAI;AAAA;AAAA,UAC7B;AAAA,UAED,CAAC,WAAW,QACX,oBAAC,sBAAW,MAAM,oBAAY,IAAI,GAAG,QAAO,UAC1C;AAAA,YAAC;AAAA;AAAA,cAEC,WAAW;AAAA,cAEV;AAAA;AAAA,UACH,GACF;AAAA,UAED,CAAC,WAAW,WACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAa;AAAA,gBACb,iBAAiB,IAAI;AAAA,gBACrB;AAAA,cACF;AAAA,cACA,MAAM,iBAAiB,IAAI;AAAA;AAAA,UAC7B;AAAA,UAED,WACC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW,WAAW,sBAAa,SAAS,oBAAoB;AAAA,cAChE,SAAQ;AAAA,cACR,OAAO,wBAAgB,IAAI;AAAA,cAC3B,QAAQ,wBAAgB,IAAI;AAAA,cAE5B;AAAA,gBAAC;AAAA;AAAA,kBACC,WAAW,sBAAa;AAAA,kBACxB,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,GAAE;AAAA,kBACF,MAAK;AAAA,kBACL,aAAY;AAAA;AAAA,cACd;AAAA;AAAA,UACF;AAAA;AAAA;AAAA,IAEJ;AAAA,EAEJ;AACF;AAEA,WAAW,cAAc;AAEzB,IAAO,qBAAQ;","names":[]}
@@ -1,22 +0,0 @@
1
- "use client"
2
-
3
- // css-module:../Button.module.css#css-module
4
- var Button_module_default = { "button": "_button_1hpt0_1", "buttonGap": "_buttonGap_1hpt0_8", "disabled": "_disabled_1hpt0_42", "disabledPrimary": "_disabledPrimary_1hpt0_56", "fullWidth": "_fullWidth_1hpt0_60", "sm": "_sm_1hpt0_64", "md": "_md_1hpt0_71", "lg": "_lg_1hpt0_78", "icon": "_icon_1hpt0_85", "smIcon": "_smIcon_1hpt0_89", "mdIcon": "_mdIcon_1hpt0_96", "lgIcon": "_lgIcon_1hpt0_103", "loading": "_loading_1hpt0_120", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_1hpt0_1", "loadingCircle": "_loadingCircle_1hpt0_124" };
5
-
6
- // src/Button/constants/iconSize.ts
7
- var materialIconSize = {
8
- sm: Button_module_default.smIcon,
9
- md: Button_module_default.mdIcon,
10
- lg: Button_module_default.lgIcon
11
- };
12
- var internalIconSize = {
13
- sm: 100,
14
- md: 200,
15
- lg: 300
16
- };
17
-
18
- export {
19
- materialIconSize,
20
- internalIconSize
21
- };
22
- //# sourceMappingURL=ESVDNOSI.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/colors/border.ts"],"sourcesContent":["import classNames from \"classnames\";\nimport { type Color } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function border(\n color: (typeof Color)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string | null {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"secondary\":\n return classNames(styles.noBorder, styles.blackBorderColor);\n case \"success-secondary\":\n return classNames(styles.noBorder, styles.success770BorderColor);\n case \"destructive-secondary\":\n return classNames(styles.noBorder, styles.destructive770BorderColor);\n default:\n return styles.noBorder;\n }\n } else {\n switch (color) {\n case \"secondary\":\n return classNames(styles.noBorder, styles.gray370BorderColor);\n case \"success-secondary\":\n return classNames(styles.noBorder, styles.success370BorderColor);\n case \"destructive-secondary\":\n return classNames(styles.noBorder, styles.destructive370BorderColor);\n default:\n return styles.noBorder;\n }\n }\n}\n"],"mappings":";;;;;;AAAA,OAAO,gBAAgB;AAIhB,SAAS,OACd,OACA,IACe;AACf,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,gBAAgB;AAAA,MAC5D,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,qBAAqB;AAAA,MACjE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,yBAAyB;AAAA,MACrE;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,kBAAkB;AAAA,MAC9D,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,qBAAqB;AAAA,MACjE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,yBAAyB;AAAA,MACrE;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF;","names":[]}
@@ -1,9 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
-
3
- // css-module:./colors.module.css#css-module
4
- var colors_module_default = { "inheritColor": "_inheritColor_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=JTTZCAPP.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["css-module:./colors.module.css#css-module"],"names":[],"mappings":"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","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_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\"}"]}
@@ -1,33 +0,0 @@
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.cambioDestructive700Color;
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=POMJQZKJ.cjs.map
@@ -1,37 +0,0 @@
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,9 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"names":[],"mappings":"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","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_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\"}"]}
@@ -1,9 +0,0 @@
1
- "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
- export {
7
- colors_module_default
8
- };
9
- //# sourceMappingURL=XVUEUKXA.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_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\"}"],"mappings":"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","names":[]}
@@ -1,9 +0,0 @@
1
- "use client"
2
-
3
- // css-module:./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
- export {
7
- colors_module_default
8
- };
9
- //# sourceMappingURL=ZF5TOGMY.js.map
@@ -1 +0,0 @@
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_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\"}"],"mappings":"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","names":[]}