@cambly/syntax-core 10.31.0 → 10.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/dist/Avatar/Avatar.cjs +5 -5
  2. package/dist/Avatar/Avatar.css +164 -140
  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 +164 -140
  7. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  8. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  9. package/dist/Badge/Badge.cjs +5 -5
  10. package/dist/Badge/Badge.css +164 -140
  11. package/dist/Badge/Badge.css.map +1 -1
  12. package/dist/Badge/Badge.js +4 -4
  13. package/dist/Box/Box.cjs +3 -3
  14. package/dist/Box/Box.css +164 -140
  15. package/dist/Box/Box.css.map +1 -1
  16. package/dist/Box/Box.js +2 -2
  17. package/dist/Button/Button.cjs +10 -10
  18. package/dist/Button/Button.css +183 -160
  19. package/dist/Button/Button.css.map +1 -1
  20. package/dist/Button/Button.d.ts +1 -9
  21. package/dist/Button/Button.js +9 -9
  22. package/dist/Button/constants/iconSize.cjs +2 -2
  23. package/dist/Button/constants/iconSize.css +19 -20
  24. package/dist/Button/constants/iconSize.css.map +1 -1
  25. package/dist/Button/constants/iconSize.js +1 -1
  26. package/dist/Card/Card.cjs +4 -4
  27. package/dist/Card/Card.css +164 -140
  28. package/dist/Card/Card.css.map +1 -1
  29. package/dist/Card/Card.js +3 -3
  30. package/dist/Checkbox/Checkbox.cjs +4 -4
  31. package/dist/Checkbox/Checkbox.css +164 -140
  32. package/dist/Checkbox/Checkbox.css.map +1 -1
  33. package/dist/Checkbox/Checkbox.js +3 -3
  34. package/dist/Chip/Chip.cjs +5 -5
  35. package/dist/Chip/Chip.css +164 -140
  36. package/dist/Chip/Chip.css.map +1 -1
  37. package/dist/Chip/Chip.js +4 -4
  38. package/dist/Dialog/Dialog.cjs +3 -3
  39. package/dist/Dialog/Dialog.css +164 -140
  40. package/dist/Dialog/Dialog.css.map +1 -1
  41. package/dist/Dialog/Dialog.js +2 -2
  42. package/dist/Dialog/ModalDialog.cjs +10 -10
  43. package/dist/Dialog/ModalDialog.css +175 -154
  44. package/dist/Dialog/ModalDialog.css.map +1 -1
  45. package/dist/Dialog/ModalDialog.js +9 -9
  46. package/dist/Divider/Divider.cjs +3 -3
  47. package/dist/Divider/Divider.css +164 -140
  48. package/dist/Divider/Divider.css.map +1 -1
  49. package/dist/Divider/Divider.js +2 -2
  50. package/dist/Heading/Heading.cjs +4 -4
  51. package/dist/Heading/Heading.css +164 -140
  52. package/dist/Heading/Heading.css.map +1 -1
  53. package/dist/Heading/Heading.js +3 -3
  54. package/dist/IconButton/IconButton.cjs +6 -6
  55. package/dist/IconButton/IconButton.css +175 -154
  56. package/dist/IconButton/IconButton.css.map +1 -1
  57. package/dist/IconButton/IconButton.d.ts +1 -3
  58. package/dist/IconButton/IconButton.js +5 -5
  59. package/dist/LinkButton/LinkButton.cjs +9 -9
  60. package/dist/LinkButton/LinkButton.css +183 -160
  61. package/dist/LinkButton/LinkButton.css.map +1 -1
  62. package/dist/LinkButton/LinkButton.d.ts +1 -3
  63. package/dist/LinkButton/LinkButton.js +8 -8
  64. package/dist/Modal/Layer.cjs +4 -4
  65. package/dist/Modal/Layer.css +164 -140
  66. package/dist/Modal/Layer.css.map +1 -1
  67. package/dist/Modal/Layer.js +3 -3
  68. package/dist/Modal/Modal.cjs +12 -12
  69. package/dist/Modal/Modal.css +175 -154
  70. package/dist/Modal/Modal.css.map +1 -1
  71. package/dist/Modal/Modal.js +11 -11
  72. package/dist/Popover/Popover.cjs +11 -11
  73. package/dist/Popover/Popover.css +175 -154
  74. package/dist/Popover/Popover.css.map +1 -1
  75. package/dist/Popover/Popover.js +10 -10
  76. package/dist/RadioButton/RadioButton.cjs +5 -5
  77. package/dist/RadioButton/RadioButton.css +164 -140
  78. package/dist/RadioButton/RadioButton.css.map +1 -1
  79. package/dist/RadioButton/RadioButton.js +4 -4
  80. package/dist/RichSelect/RichSelectBox.cjs +17 -17
  81. package/dist/RichSelect/RichSelectBox.css +183 -160
  82. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  83. package/dist/RichSelect/RichSelectBox.js +16 -16
  84. package/dist/RichSelect/RichSelectChip.cjs +6 -6
  85. package/dist/RichSelect/RichSelectChip.css +164 -140
  86. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  87. package/dist/RichSelect/RichSelectChip.js +5 -5
  88. package/dist/RichSelect/RichSelectList.cjs +24 -24
  89. package/dist/RichSelect/RichSelectList.css +194 -174
  90. package/dist/RichSelect/RichSelectList.css.map +1 -1
  91. package/dist/RichSelect/RichSelectList.js +23 -23
  92. package/dist/RichSelect/RichSelectRadioButton.cjs +6 -6
  93. package/dist/RichSelect/RichSelectRadioButton.css +164 -140
  94. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  95. package/dist/RichSelect/RichSelectRadioButton.js +5 -5
  96. package/dist/RichSelect/RichSelectSection.cjs +4 -4
  97. package/dist/RichSelect/RichSelectSection.css +164 -140
  98. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  99. package/dist/RichSelect/RichSelectSection.js +3 -3
  100. package/dist/SelectList/SelectList.cjs +6 -6
  101. package/dist/SelectList/SelectList.css +164 -140
  102. package/dist/SelectList/SelectList.css.map +1 -1
  103. package/dist/SelectList/SelectList.js +5 -5
  104. package/dist/TapArea/TapArea.cjs +4 -4
  105. package/dist/TapArea/TapArea.css +164 -140
  106. package/dist/TapArea/TapArea.css.map +1 -1
  107. package/dist/TapArea/TapArea.js +3 -3
  108. package/dist/TextArea/TextArea.cjs +5 -5
  109. package/dist/TextArea/TextArea.css +164 -140
  110. package/dist/TextArea/TextArea.css.map +1 -1
  111. package/dist/TextArea/TextArea.js +4 -4
  112. package/dist/TextField/TextField.cjs +5 -5
  113. package/dist/TextField/TextField.css +164 -140
  114. package/dist/TextField/TextField.css.map +1 -1
  115. package/dist/TextField/TextField.d.ts +0 -6
  116. package/dist/TextField/TextField.js +4 -4
  117. package/dist/Tooltip/Tooltip.cjs +4 -4
  118. package/dist/Tooltip/Tooltip.css +164 -140
  119. package/dist/Tooltip/Tooltip.css.map +1 -1
  120. package/dist/Tooltip/Tooltip.js +3 -3
  121. package/dist/Typography/Typography.cjs +3 -3
  122. package/dist/Typography/Typography.css +164 -140
  123. package/dist/Typography/Typography.css.map +1 -1
  124. package/dist/Typography/Typography.js +2 -2
  125. package/dist/__chunks/{VTH5KXQF.cjs → 2MQDGNBM.cjs} +13 -12
  126. package/dist/__chunks/2MQDGNBM.cjs.map +1 -0
  127. package/dist/__chunks/{2ZPIW4UQ.js → 2XOJNXTC.js} +2 -2
  128. package/dist/__chunks/{J7RT6MWY.cjs → 3RDV2SM7.cjs} +6 -6
  129. package/dist/__chunks/{P6K7GG3H.js → 423C767D.js} +8 -8
  130. package/dist/__chunks/423C767D.js.map +1 -0
  131. package/dist/__chunks/{GSSIV3VC.js → 4325RESS.js} +2 -2
  132. package/dist/__chunks/{P72Q5WQM.cjs → 4E7A4J3K.cjs} +14 -13
  133. package/dist/__chunks/4E7A4J3K.cjs.map +1 -0
  134. package/dist/__chunks/{C2H5JBU2.cjs → 4HCWQMZO.cjs} +16 -16
  135. package/dist/__chunks/{KPQ6AISJ.js → 53IGOH2V.js} +5 -5
  136. package/dist/__chunks/{753VRQSY.cjs → 5PL5GKUK.cjs} +3 -3
  137. package/dist/__chunks/{MUYNXIZK.cjs → 5VVFGPW6.cjs} +9 -9
  138. package/dist/__chunks/5VVFGPW6.cjs.map +1 -0
  139. package/dist/__chunks/6CZHUML6.js +37 -0
  140. package/dist/__chunks/6CZHUML6.js.map +1 -0
  141. package/dist/__chunks/{57KSLOGS.js → B5BNKWTJ.js} +1 -1
  142. package/dist/__chunks/{57KSLOGS.js.map → B5BNKWTJ.js.map} +1 -1
  143. package/dist/__chunks/{M7TRKS34.cjs → BEKUOSKU.cjs} +3 -3
  144. package/dist/__chunks/{2IHACTOY.cjs → BNBE2XVM.cjs} +3 -3
  145. package/dist/__chunks/BYVURUTU.cjs +37 -0
  146. package/dist/__chunks/BYVURUTU.cjs.map +1 -0
  147. package/dist/__chunks/{6XM3VOHU.js → CPQLZKCY.js} +11 -11
  148. package/dist/__chunks/{GR5G6EJO.js → CUJFDOPJ.js} +13 -12
  149. package/dist/__chunks/CUJFDOPJ.js.map +1 -0
  150. package/dist/__chunks/{MWCEKFF2.js → DEXL5BXD.js} +8 -12
  151. package/dist/__chunks/DEXL5BXD.js.map +1 -0
  152. package/dist/__chunks/{YNVQJ4DG.cjs → DMA6PPUZ.cjs} +3 -3
  153. package/dist/__chunks/{N47VDOUP.cjs → DQRU6NZI.cjs} +1 -1
  154. package/dist/__chunks/{N47VDOUP.cjs.map → DQRU6NZI.cjs.map} +1 -1
  155. package/dist/__chunks/{5YIEOGTA.cjs → E32CAKEB.cjs} +3 -3
  156. package/dist/__chunks/{LPRAK3CL.cjs → EMVONWGI.cjs} +8 -8
  157. package/dist/__chunks/{SNAE52BH.cjs → EOHYUABJ.cjs} +7 -7
  158. package/dist/__chunks/{SNAE52BH.cjs.map → EOHYUABJ.cjs.map} +1 -1
  159. package/dist/__chunks/{LL5MNX7Y.cjs → ESGHXEEA.cjs} +4 -4
  160. package/dist/__chunks/{UB4WHLZC.js → FRR2K77P.js} +2 -2
  161. package/dist/__chunks/{ZPY7QEBH.js → GCE2CI4A.js} +2 -2
  162. package/dist/__chunks/{SPX2VOW3.cjs → HAI43LQ2.cjs} +5 -5
  163. package/dist/__chunks/{MPHBLSZP.cjs → HNXMVFBH.cjs} +8 -8
  164. package/dist/__chunks/{67EPPVT7.js → JFI6TDAC.js} +11 -11
  165. package/dist/__chunks/JFI6TDAC.js.map +1 -0
  166. package/dist/__chunks/{4SABJA3K.js → JJMHCJ37.js} +3 -3
  167. package/dist/__chunks/JWJK72BH.js +17 -0
  168. package/dist/__chunks/{YV4ASN4Z.js.map → JWJK72BH.js.map} +1 -1
  169. package/dist/__chunks/{2K6CP2YU.js → KCGPFLPK.js} +4 -4
  170. package/dist/__chunks/{QN33R37R.cjs → KNFEGYQM.cjs} +3 -3
  171. package/dist/__chunks/{KGXZVA6S.cjs → KZR322YX.cjs} +26 -19
  172. package/dist/__chunks/KZR322YX.cjs.map +1 -0
  173. package/dist/__chunks/KZT53ITQ.cjs +9 -0
  174. package/dist/__chunks/KZT53ITQ.cjs.map +1 -0
  175. package/dist/__chunks/{WWRSRFDE.cjs → LBA34HLF.cjs} +13 -13
  176. package/dist/__chunks/LBA34HLF.cjs.map +1 -0
  177. package/dist/__chunks/{T6BFW6YO.js → LQ6UZ6GG.js} +7 -7
  178. package/dist/__chunks/{PCHHRCCA.js → LV2KIGSE.js} +3 -3
  179. package/dist/__chunks/LV2KIGSE.js.map +1 -0
  180. package/dist/__chunks/M3PAAPMI.cjs +56 -0
  181. package/dist/__chunks/M3PAAPMI.cjs.map +1 -0
  182. package/dist/__chunks/{N2V7ZZBM.cjs → MI5OUDV4.cjs} +3 -3
  183. package/dist/__chunks/{KYGRRVLW.cjs → MLUQYLT2.cjs} +7 -7
  184. package/dist/__chunks/{H2AWA6IQ.js → MOLOILVI.js} +2 -2
  185. package/dist/__chunks/{XZ23UL5J.js → N6YLXBLU.js} +2 -2
  186. package/dist/__chunks/{GNKVDWTS.cjs → N7WA46RL.cjs} +7 -7
  187. package/dist/__chunks/{635XF33P.js → NFIK6RYN.js} +4 -4
  188. package/dist/__chunks/{RTT2WOZS.js → NPOX7QNB.js} +3 -3
  189. package/dist/__chunks/{F2TVUY5L.js → PIB5AHP5.js} +3 -3
  190. package/dist/__chunks/PUTZ53EC.js +9 -0
  191. package/dist/__chunks/PUTZ53EC.js.map +1 -0
  192. package/dist/__chunks/QT6IRCGW.cjs +9 -0
  193. package/dist/__chunks/QT6IRCGW.cjs.map +1 -0
  194. package/dist/__chunks/{C32JYNV7.js → RCEIKIN5.js} +2 -2
  195. package/dist/__chunks/{UTI7XCK6.js → RGOIFORP.js} +2 -2
  196. package/dist/__chunks/{OT2MUGKK.cjs → RJ3ZYLJS.cjs} +3 -3
  197. package/dist/__chunks/S6TNP7G5.js +9 -0
  198. package/dist/__chunks/S6TNP7G5.js.map +1 -0
  199. package/dist/__chunks/{UXTPDCQJ.js → SJRKFU77.js} +12 -11
  200. package/dist/__chunks/SJRKFU77.js.map +1 -0
  201. package/dist/__chunks/{35S5FKUC.cjs → SND6HHAL.cjs} +3 -3
  202. package/dist/__chunks/{J66QB6E3.cjs → T75YP5VR.cjs} +26 -26
  203. package/dist/__chunks/{23XGESKG.js → TEKYRS2R.js} +3 -3
  204. package/dist/__chunks/{XHTRMLY4.js → TK2EQ6QG.js} +2 -2
  205. package/dist/__chunks/{DRSFRJ34.cjs → TNVQI6LF.cjs} +3 -3
  206. package/dist/__chunks/{KARS7AEM.js → TSR66LRL.js} +3 -3
  207. package/dist/__chunks/UAXX2ZEQ.cjs +17 -0
  208. package/dist/__chunks/{4D7UZQ2A.cjs.map → UAXX2ZEQ.cjs.map} +1 -1
  209. package/dist/__chunks/{7AMCS5SM.js → VKL4RHBK.js} +25 -18
  210. package/dist/__chunks/{7AMCS5SM.js.map → VKL4RHBK.js.map} +1 -1
  211. package/dist/__chunks/{4OOJZHZM.cjs → VM56IP2S.cjs} +14 -14
  212. package/dist/__chunks/{ANMCJDIA.cjs → W74F2R45.cjs} +8 -8
  213. package/dist/__chunks/{J6JYJXK5.js → WBMHYMAT.js} +4 -4
  214. package/dist/__chunks/{5VHLZADO.cjs → XCSW34UM.cjs} +10 -10
  215. package/dist/__chunks/{SOZG53ZB.js → XL37HTXI.js} +3 -3
  216. package/dist/__chunks/{3GNWH6C7.js → YAM7DAOZ.js} +2 -2
  217. package/dist/__chunks/{UIPAXBI7.js → YBOF6XGJ.js} +2 -2
  218. package/dist/__chunks/{OQE24UY6.js → YF53K6PE.js} +2 -2
  219. package/dist/__chunks/{TDPIWHGR.cjs → YJI76DU2.cjs} +5 -5
  220. package/dist/__chunks/{NLD667Y7.cjs → ZQRUOZFX.cjs} +3 -3
  221. package/dist/colors/backgroundColor.cjs +3 -3
  222. package/dist/colors/backgroundColor.css +164 -140
  223. package/dist/colors/backgroundColor.css.map +1 -1
  224. package/dist/colors/backgroundColor.js +2 -2
  225. package/dist/colors/border.cjs +11 -0
  226. package/dist/colors/border.css +446 -0
  227. package/dist/colors/border.css.map +1 -0
  228. package/dist/colors/border.d.ts +5 -0
  229. package/dist/colors/border.js +11 -0
  230. package/dist/colors/foregroundColor.cjs +3 -3
  231. package/dist/colors/foregroundColor.css +164 -140
  232. package/dist/colors/foregroundColor.css.map +1 -1
  233. package/dist/colors/foregroundColor.d.ts +2 -2
  234. package/dist/colors/foregroundColor.js +4 -4
  235. package/dist/constants.cjs +0 -2
  236. package/dist/constants.cjs.map +1 -1
  237. package/dist/constants.d.ts +1 -1
  238. package/dist/constants.js +0 -2
  239. package/dist/constants.js.map +1 -1
  240. package/dist/index.cjs +37 -37
  241. package/dist/index.css +194 -174
  242. package/dist/index.css.map +1 -1
  243. package/dist/index.js +38 -38
  244. package/package.json +1 -1
  245. package/dist/Button/constants/classicSize.cjs +0 -11
  246. package/dist/Button/constants/classicSize.cjs.map +0 -1
  247. package/dist/Button/constants/classicSize.d.ts +0 -3
  248. package/dist/Button/constants/classicSize.js +0 -11
  249. package/dist/Button/constants/classicSize.js.map +0 -1
  250. package/dist/Button/constants/color.cjs +0 -11
  251. package/dist/Button/constants/color.d.ts +0 -4
  252. package/dist/Button/constants/color.js +0 -11
  253. package/dist/__chunks/4D7UZQ2A.cjs +0 -17
  254. package/dist/__chunks/67EPPVT7.js.map +0 -1
  255. package/dist/__chunks/B7PDT66P.js +0 -9
  256. package/dist/__chunks/B7PDT66P.js.map +0 -1
  257. package/dist/__chunks/BXHT3UUW.js +0 -9
  258. package/dist/__chunks/BXHT3UUW.js.map +0 -1
  259. package/dist/__chunks/DTKTTGU5.cjs +0 -9
  260. package/dist/__chunks/DTKTTGU5.cjs.map +0 -1
  261. package/dist/__chunks/GFKDPMFK.js +0 -25
  262. package/dist/__chunks/GFKDPMFK.js.map +0 -1
  263. package/dist/__chunks/GR5G6EJO.js.map +0 -1
  264. package/dist/__chunks/HWQUS53M.cjs +0 -25
  265. package/dist/__chunks/HWQUS53M.cjs.map +0 -1
  266. package/dist/__chunks/KGXZVA6S.cjs.map +0 -1
  267. package/dist/__chunks/MUYNXIZK.cjs.map +0 -1
  268. package/dist/__chunks/MWCEKFF2.js.map +0 -1
  269. package/dist/__chunks/P6K7GG3H.js.map +0 -1
  270. package/dist/__chunks/P72Q5WQM.cjs.map +0 -1
  271. package/dist/__chunks/PCHHRCCA.js.map +0 -1
  272. package/dist/__chunks/QAS3KERZ.cjs +0 -9
  273. package/dist/__chunks/QAS3KERZ.cjs.map +0 -1
  274. package/dist/__chunks/T5EA5RPQ.cjs +0 -60
  275. package/dist/__chunks/T5EA5RPQ.cjs.map +0 -1
  276. package/dist/__chunks/UXTPDCQJ.js.map +0 -1
  277. package/dist/__chunks/VTH5KXQF.cjs.map +0 -1
  278. package/dist/__chunks/WWRSRFDE.cjs.map +0 -1
  279. package/dist/__chunks/YV4ASN4Z.js +0 -17
  280. package/dist/colors/foregroundTypographyColor.cjs +0 -24
  281. package/dist/colors/foregroundTypographyColor.cjs.map +0 -1
  282. package/dist/colors/foregroundTypographyColor.d.ts +0 -5
  283. package/dist/colors/foregroundTypographyColor.js +0 -24
  284. package/dist/colors/foregroundTypographyColor.js.map +0 -1
  285. /package/dist/__chunks/{2ZPIW4UQ.js.map → 2XOJNXTC.js.map} +0 -0
  286. /package/dist/__chunks/{J7RT6MWY.cjs.map → 3RDV2SM7.cjs.map} +0 -0
  287. /package/dist/__chunks/{GSSIV3VC.js.map → 4325RESS.js.map} +0 -0
  288. /package/dist/__chunks/{C2H5JBU2.cjs.map → 4HCWQMZO.cjs.map} +0 -0
  289. /package/dist/__chunks/{KPQ6AISJ.js.map → 53IGOH2V.js.map} +0 -0
  290. /package/dist/__chunks/{753VRQSY.cjs.map → 5PL5GKUK.cjs.map} +0 -0
  291. /package/dist/__chunks/{M7TRKS34.cjs.map → BEKUOSKU.cjs.map} +0 -0
  292. /package/dist/__chunks/{2IHACTOY.cjs.map → BNBE2XVM.cjs.map} +0 -0
  293. /package/dist/__chunks/{6XM3VOHU.js.map → CPQLZKCY.js.map} +0 -0
  294. /package/dist/__chunks/{YNVQJ4DG.cjs.map → DMA6PPUZ.cjs.map} +0 -0
  295. /package/dist/__chunks/{5YIEOGTA.cjs.map → E32CAKEB.cjs.map} +0 -0
  296. /package/dist/__chunks/{LPRAK3CL.cjs.map → EMVONWGI.cjs.map} +0 -0
  297. /package/dist/__chunks/{LL5MNX7Y.cjs.map → ESGHXEEA.cjs.map} +0 -0
  298. /package/dist/__chunks/{UB4WHLZC.js.map → FRR2K77P.js.map} +0 -0
  299. /package/dist/__chunks/{ZPY7QEBH.js.map → GCE2CI4A.js.map} +0 -0
  300. /package/dist/__chunks/{SPX2VOW3.cjs.map → HAI43LQ2.cjs.map} +0 -0
  301. /package/dist/__chunks/{MPHBLSZP.cjs.map → HNXMVFBH.cjs.map} +0 -0
  302. /package/dist/__chunks/{4SABJA3K.js.map → JJMHCJ37.js.map} +0 -0
  303. /package/dist/__chunks/{2K6CP2YU.js.map → KCGPFLPK.js.map} +0 -0
  304. /package/dist/__chunks/{QN33R37R.cjs.map → KNFEGYQM.cjs.map} +0 -0
  305. /package/dist/__chunks/{T6BFW6YO.js.map → LQ6UZ6GG.js.map} +0 -0
  306. /package/dist/__chunks/{N2V7ZZBM.cjs.map → MI5OUDV4.cjs.map} +0 -0
  307. /package/dist/__chunks/{KYGRRVLW.cjs.map → MLUQYLT2.cjs.map} +0 -0
  308. /package/dist/__chunks/{H2AWA6IQ.js.map → MOLOILVI.js.map} +0 -0
  309. /package/dist/__chunks/{XZ23UL5J.js.map → N6YLXBLU.js.map} +0 -0
  310. /package/dist/__chunks/{GNKVDWTS.cjs.map → N7WA46RL.cjs.map} +0 -0
  311. /package/dist/__chunks/{635XF33P.js.map → NFIK6RYN.js.map} +0 -0
  312. /package/dist/__chunks/{RTT2WOZS.js.map → NPOX7QNB.js.map} +0 -0
  313. /package/dist/__chunks/{F2TVUY5L.js.map → PIB5AHP5.js.map} +0 -0
  314. /package/dist/__chunks/{C32JYNV7.js.map → RCEIKIN5.js.map} +0 -0
  315. /package/dist/__chunks/{UTI7XCK6.js.map → RGOIFORP.js.map} +0 -0
  316. /package/dist/__chunks/{OT2MUGKK.cjs.map → RJ3ZYLJS.cjs.map} +0 -0
  317. /package/dist/__chunks/{35S5FKUC.cjs.map → SND6HHAL.cjs.map} +0 -0
  318. /package/dist/__chunks/{J66QB6E3.cjs.map → T75YP5VR.cjs.map} +0 -0
  319. /package/dist/__chunks/{23XGESKG.js.map → TEKYRS2R.js.map} +0 -0
  320. /package/dist/__chunks/{XHTRMLY4.js.map → TK2EQ6QG.js.map} +0 -0
  321. /package/dist/__chunks/{DRSFRJ34.cjs.map → TNVQI6LF.cjs.map} +0 -0
  322. /package/dist/__chunks/{KARS7AEM.js.map → TSR66LRL.js.map} +0 -0
  323. /package/dist/__chunks/{4OOJZHZM.cjs.map → VM56IP2S.cjs.map} +0 -0
  324. /package/dist/__chunks/{ANMCJDIA.cjs.map → W74F2R45.cjs.map} +0 -0
  325. /package/dist/__chunks/{J6JYJXK5.js.map → WBMHYMAT.js.map} +0 -0
  326. /package/dist/__chunks/{5VHLZADO.cjs.map → XCSW34UM.cjs.map} +0 -0
  327. /package/dist/__chunks/{SOZG53ZB.js.map → XL37HTXI.js.map} +0 -0
  328. /package/dist/__chunks/{3GNWH6C7.js.map → YAM7DAOZ.js.map} +0 -0
  329. /package/dist/__chunks/{UIPAXBI7.js.map → YBOF6XGJ.js.map} +0 -0
  330. /package/dist/__chunks/{OQE24UY6.js.map → YF53K6PE.js.map} +0 -0
  331. /package/dist/__chunks/{TDPIWHGR.cjs.map → YJI76DU2.cjs.map} +0 -0
  332. /package/dist/__chunks/{NLD667Y7.cjs.map → ZQRUOZFX.cjs.map} +0 -0
  333. /package/dist/{Button/constants/color.cjs.map → colors/border.cjs.map} +0 -0
  334. /package/dist/{Button/constants/color.js.map → colors/border.js.map} +0 -0
@@ -1,11 +0,0 @@
1
- "use client"
2
- import {
3
- cambioColor,
4
- classicColor
5
- } from "../../__chunks/GFKDPMFK.js";
6
- import "../../__chunks/UWGNJENA.js";
7
- export {
8
- cambioColor,
9
- classicColor
10
- };
11
- //# sourceMappingURL=color.js.map
@@ -1,17 +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_hiifq_1", "buttonGap": "_buttonGap_hiifq_9", "disabledPrimary": "_disabledPrimary_hiifq_50", "fullWidth": "_fullWidth_hiifq_54", "sm": "_sm_hiifq_58", "md": "_md_hiifq_65", "lg": "_lg_hiifq_72", "icon": "_icon_hiifq_79", "smIcon": "_smIcon_hiifq_83", "mdIcon": "_mdIcon_hiifq_90", "lgIcon": "_lgIcon_hiifq_97", "loading": "_loading_hiifq_114", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_hiifq_1", "loadingCircle": "_loadingCircle_hiifq_118" };
5
-
6
- // src/Button/constants/iconSize.ts
7
- var iconSize = {
8
- sm: Button_module_default.smIcon,
9
- md: Button_module_default.mdIcon,
10
- lg: Button_module_default.lgIcon
11
- };
12
- var iconSize_default = iconSize;
13
-
14
-
15
-
16
- exports.iconSize_default = iconSize_default;
17
- //# sourceMappingURL=4D7UZQ2A.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/IconButton/IconButton.tsx","css-module:./IconButton.module.css#css-module"],"sourcesContent":["import classNames from \"classnames\";\nimport { cambioForegroundColor } from \"../colors/foregroundColor\";\nimport React, { forwardRef } from \"react\";\nimport { type Size } from \"../constants\";\nimport styles from \"./IconButton.module.css\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { cambioColor } from \"../Button/constants/color\";\nimport { backgroundColor } from \"../colors/backgroundColor\";\n\nconst iconSize = {\n sm: styles.smIcon,\n md: styles.mdIcon,\n lg: styles.lgIcon,\n};\n\ntype IconButtonProps = {\n /**\n * The color of the button\n *\n * `inverse` and `success` are deprecated\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\";\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The size of the button\n\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * The label to be used for accessibility\n */\n accessibilityLabel: string;\n /**\n * The icon to be displayed. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n icon: React.ComponentType<{ className?: string }>;\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\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 * The callback to be called when the button is clicked\n */\n onClick?: React.MouseEventHandler<HTMLButtonElement>;\n /**\n * The tooltip to be displayed when the user hovers over the button\n */\n tooltip?: string;\n};\n\n/**\n * [IconButton](https://cambly-syntax.vercel.app/?path=/docs/components-iconbutton--docs) is a clickable element that is used to perform an action.\n */\nconst IconButton = forwardRef<HTMLButtonElement, IconButtonProps>(\n (\n {\n accessibilityLabel,\n color = \"primary\",\n \"data-testid\": dataTestId,\n disabled = false,\n icon: Icon,\n size = \"md\",\n tooltip,\n on = \"lightBackground\",\n onClick,\n }: IconButtonProps,\n ref,\n ) => {\n const isHydrated = useIsHydrated();\n const foregroundColorClass = cambioForegroundColor(cambioColor(color), on);\n const backgroundColorClass = backgroundColor(cambioColor(color), on);\n\n return (\n <button\n aria-label={accessibilityLabel}\n data-testid={dataTestId}\n type=\"button\"\n title={tooltip}\n disabled={!isHydrated || disabled}\n onClick={onClick}\n className={classNames(\n styles.iconButton,\n foregroundColorClass,\n backgroundColorClass,\n styles[size],\n styles.iconButtonNoBorder,\n )}\n ref={ref}\n >\n <Icon className={iconSize[size]} />\n </button>\n );\n },\n);\n\nIconButton.displayName = \"IconButton\";\n\nexport default IconButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/IconButton/IconButton.module.css\"; export default {\"iconButton\":\"_iconButton_4jqok_1\",\"iconButtonNoBorder\":\"_iconButtonNoBorder_4jqok_8\",\"sm\":\"_sm_4jqok_49\",\"md\":\"_md_4jqok_54\",\"lg\":\"_lg_4jqok_59\",\"smIcon\":\"_smIcon_4jqok_64\",\"mdIcon\":\"_mdIcon_4jqok_71\",\"lgIcon\":\"_lgIcon_4jqok_78\"}"],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,gBAAgB;AAEvB,SAAgB,kBAAkB;;;ACFkE,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,sBAAqB,+BAA8B,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,mBAAkB;;;ADuHjV;AA9GR,IAAM,WAAW;AAAA,EACf,IAAI,0BAAO;AAAA,EACX,IAAI,0BAAO;AAAA,EACX,IAAI,0BAAO;AACb;AAsEA,IAAM,aAAa;AAAA,EACjB,CACE;AAAA,IACE;AAAA,IACA,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,WAAW;AAAA,IACX,MAAM;AAAA,IACN,OAAO;AAAA,IACP;AAAA,IACA,KAAK;AAAA,IACL;AAAA,EACF,GACA,QACG;AACH,UAAM,aAAa,cAAc;AACjC,UAAM,uBAAuB,sBAAsB,YAAY,KAAK,GAAG,EAAE;AACzE,UAAM,uBAAuB,gBAAgB,YAAY,KAAK,GAAG,EAAE;AAEnE,WACE;AAAA,MAAC;AAAA;AAAA,QACC,cAAY;AAAA,QACZ,eAAa;AAAA,QACb,MAAK;AAAA,QACL,OAAO;AAAA,QACP,UAAU,CAAC,cAAc;AAAA,QACzB;AAAA,QACA,WAAW;AAAA,UACT,0BAAO;AAAA,UACP;AAAA,UACA;AAAA,UACA,0BAAO,IAAI;AAAA,UACX,0BAAO;AAAA,QACT;AAAA,QACA;AAAA,QAEA,8BAAC,QAAK,WAAW,SAAS,IAAI,GAAG;AAAA;AAAA,IACnC;AAAA,EAEJ;AACF;AAEA,WAAW,cAAc;AAEzB,IAAO,qBAAQ;","names":[]}
@@ -1,9 +0,0 @@
1
- "use client"
2
-
3
- // css-module:../colors/colors.module.css#css-module
4
- var colors_module_default = { "inheritColor": "_inheritColor_rzcwj_2", "destructive700Color": "_destructive700Color_rzcwj_6", "gray700Color": "_gray700Color_rzcwj_10", "gray900Color": "_gray900Color_rzcwj_14", "primary700Color": "_primary700Color_rzcwj_18", "success700Color": "_success700Color_rzcwj_22", "whiteColor": "_whiteColor_rzcwj_26", "blackBackgroundColor": "_blackBackgroundColor_rzcwj_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_rzcwj_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_rzcwj_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_rzcwj_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_rzcwj_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_rzcwj_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_rzcwj_55", "gray10BackgroundColor": "_gray10BackgroundColor_rzcwj_59", "gray30BackgroundColor": "_gray30BackgroundColor_rzcwj_63", "gray60BackgroundColor": "_gray60BackgroundColor_rzcwj_67", "gray80BackgroundColor": "_gray80BackgroundColor_rzcwj_71", "gray100BackgroundColor": "_gray100BackgroundColor_rzcwj_75", "gray200BackgroundColor": "_gray200BackgroundColor_rzcwj_79", "gray300BackgroundColor": "_gray300BackgroundColor_rzcwj_83", "gray700BackgroundColor": "_gray700BackgroundColor_rzcwj_87", "gray800BackgroundColor": "_gray800BackgroundColor_rzcwj_91", "gray900BackgroundColor": "_gray900BackgroundColor_rzcwj_95", "orange100BackgroundColor": "_orange100BackgroundColor_rzcwj_99", "orange200BackgroundColor": "_orange200BackgroundColor_rzcwj_103", "orange300BackgroundColor": "_orange300BackgroundColor_rzcwj_107", "orange700BackgroundColor": "_orange700BackgroundColor_rzcwj_111", "orange800BackgroundColor": "_orange800BackgroundColor_rzcwj_115", "orange900BackgroundColor": "_orange900BackgroundColor_rzcwj_119", "primary100BackgroundColor": "_primary100BackgroundColor_rzcwj_123", "primary200BackgroundColor": "_primary200BackgroundColor_rzcwj_127", "primary300BackgroundColor": "_primary300BackgroundColor_rzcwj_131", "primary700BackgroundColor": "_primary700BackgroundColor_rzcwj_135", "primary800BackgroundColor": "_primary800BackgroundColor_rzcwj_139", "primary900BackgroundColor": "_primary900BackgroundColor_rzcwj_143", "success100BackgroundColor": "_success100BackgroundColor_rzcwj_147", "success200BackgroundColor": "_success200BackgroundColor_rzcwj_151", "success300BackgroundColor": "_success300BackgroundColor_rzcwj_155", "success700BackgroundColor": "_success700BackgroundColor_rzcwj_159", "success800BackgroundColor": "_success800BackgroundColor_rzcwj_163", "success900BackgroundColor": "_success900BackgroundColor_rzcwj_167", "purple100BackgroundColor": "_purple100BackgroundColor_rzcwj_171", "purple200BackgroundColor": "_purple200BackgroundColor_rzcwj_175", "purple300BackgroundColor": "_purple300BackgroundColor_rzcwj_179", "purple700BackgroundColor": "_purple700BackgroundColor_rzcwj_183", "purple800BackgroundColor": "_purple800BackgroundColor_rzcwj_187", "purple900BackgroundColor": "_purple900BackgroundColor_rzcwj_191", "whiteBackgroundColor": "_whiteBackgroundColor_rzcwj_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_rzcwj_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_rzcwj_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_rzcwj_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_rzcwj_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_rzcwj_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_rzcwj_219", "cambioBlackColor": "_cambioBlackColor_rzcwj_224", "cambioWhiteColor": "_cambioWhiteColor_rzcwj_228", "cambioGray100Color": "_cambioGray100Color_rzcwj_232", "cambioGray200Color": "_cambioGray200Color_rzcwj_236", "cambioGray300Color": "_cambioGray300Color_rzcwj_240", "cambioGray370Color": "_cambioGray370Color_rzcwj_244", "cambioGray700Color": "_cambioGray700Color_rzcwj_248", "cambioGray800Color": "_cambioGray800Color_rzcwj_252", "cambioGray870Color": "_cambioGray870Color_rzcwj_256", "cambioGray900Color": "_cambioGray900Color_rzcwj_260", "cambioDestructive100Color": "_cambioDestructive100Color_rzcwj_264", "cambioDestructive300Color": "_cambioDestructive300Color_rzcwj_268", "cambioDestructive370Color": "_cambioDestructive370Color_rzcwj_272", "cambioDestructive700Color": "_cambioDestructive700Color_rzcwj_276", "cambioDestructive770Color": "_cambioDestructive770Color_rzcwj_280", "cambioDestructive900Color": "_cambioDestructive900Color_rzcwj_284", "cambioSuccess100Color": "_cambioSuccess100Color_rzcwj_288", "cambioSuccess300Color": "_cambioSuccess300Color_rzcwj_292", "cambioSuccess370Color": "_cambioSuccess370Color_rzcwj_296", "cambioSuccess700Color": "_cambioSuccess700Color_rzcwj_300", "cambioSuccess770Color": "_cambioSuccess770Color_rzcwj_304", "cambioSuccess900Color": "_cambioSuccess900Color_rzcwj_308", "cambioRedColor": "_cambioRedColor_rzcwj_312", "cambioOrangeColor": "_cambioOrangeColor_rzcwj_316", "cambioTanColor": "_cambioTanColor_rzcwj_320", "cambioCreamColor": "_cambioCreamColor_rzcwj_324", "cambioPurpleColor": "_cambioPurpleColor_rzcwj_328", "cambioLilacColor": "_cambioLilacColor_rzcwj_332", "cambioThistleColor": "_cambioThistleColor_rzcwj_336", "cambioPinkColor": "_cambioPinkColor_rzcwj_340", "cambioNavyColor": "_cambioNavyColor_rzcwj_344", "cambioTealColor": "_cambioTealColor_rzcwj_348", "cambioSlateColor": "_cambioSlateColor_rzcwj_352", "cambioSkyColor": "_cambioSkyColor_rzcwj_356", "cambioYellow700Color": "_cambioYellow700Color_rzcwj_360", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_rzcwj_364", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_rzcwj_368", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_rzcwj_372", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_rzcwj_376", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_rzcwj_380", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_rzcwj_384", "gray370BackgroundColor": "_gray370BackgroundColor_rzcwj_388", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_rzcwj_392", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_rzcwj_396", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_rzcwj_400", "gray870BackgroundColor": "_gray870BackgroundColor_rzcwj_404", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_rzcwj_408", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_rzcwj_412", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_rzcwj_416", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_rzcwj_420", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_rzcwj_424", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_rzcwj_428", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_rzcwj_432", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_rzcwj_436", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_rzcwj_440", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_rzcwj_444", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_rzcwj_448", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_rzcwj_452", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_rzcwj_456", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_rzcwj_460", "redBackgroundColor": "_redBackgroundColor_rzcwj_464", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_rzcwj_468", "orangeBackgroundColor": "_orangeBackgroundColor_rzcwj_472", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_rzcwj_476", "tanBackgroundColor": "_tanBackgroundColor_rzcwj_480", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_rzcwj_484", "creamBackgroundColor": "_creamBackgroundColor_rzcwj_488", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_rzcwj_492", "purpleBackgroundColor": "_purpleBackgroundColor_rzcwj_496", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_rzcwj_500", "lilacBackgroundColor": "_lilacBackgroundColor_rzcwj_504", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_rzcwj_508", "thistleBackgroundColor": "_thistleBackgroundColor_rzcwj_512", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_rzcwj_516", "pinkBackgroundColor": "_pinkBackgroundColor_rzcwj_520", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_rzcwj_524", "navyBackgroundColor": "_navyBackgroundColor_rzcwj_528", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_rzcwj_532", "tealBackgroundColor": "_tealBackgroundColor_rzcwj_536", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_rzcwj_540", "slateBackgroundColor": "_slateBackgroundColor_rzcwj_544", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_rzcwj_548", "skyBackgroundColor": "_skyBackgroundColor_rzcwj_552", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_rzcwj_556", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_rzcwj_560" };
5
-
6
- export {
7
- colors_module_default
8
- };
9
- //# sourceMappingURL=B7PDT66P.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_rzcwj_2\",\"destructive700Color\":\"_destructive700Color_rzcwj_6\",\"gray700Color\":\"_gray700Color_rzcwj_10\",\"gray900Color\":\"_gray900Color_rzcwj_14\",\"primary700Color\":\"_primary700Color_rzcwj_18\",\"success700Color\":\"_success700Color_rzcwj_22\",\"whiteColor\":\"_whiteColor_rzcwj_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_rzcwj_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_rzcwj_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_rzcwj_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_rzcwj_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_rzcwj_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_rzcwj_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_rzcwj_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_rzcwj_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_rzcwj_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_rzcwj_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_rzcwj_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_rzcwj_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_rzcwj_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_rzcwj_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_rzcwj_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_rzcwj_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_rzcwj_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_rzcwj_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_rzcwj_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_rzcwj_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_rzcwj_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_rzcwj_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_rzcwj_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_rzcwj_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_rzcwj_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_rzcwj_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_rzcwj_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_rzcwj_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_rzcwj_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_rzcwj_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_rzcwj_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_rzcwj_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_rzcwj_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_rzcwj_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_rzcwj_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_rzcwj_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_rzcwj_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_rzcwj_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_rzcwj_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_rzcwj_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_rzcwj_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_rzcwj_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_rzcwj_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_rzcwj_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_rzcwj_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_rzcwj_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_rzcwj_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_rzcwj_219\",\"cambioBlackColor\":\"_cambioBlackColor_rzcwj_224\",\"cambioWhiteColor\":\"_cambioWhiteColor_rzcwj_228\",\"cambioGray100Color\":\"_cambioGray100Color_rzcwj_232\",\"cambioGray200Color\":\"_cambioGray200Color_rzcwj_236\",\"cambioGray300Color\":\"_cambioGray300Color_rzcwj_240\",\"cambioGray370Color\":\"_cambioGray370Color_rzcwj_244\",\"cambioGray700Color\":\"_cambioGray700Color_rzcwj_248\",\"cambioGray800Color\":\"_cambioGray800Color_rzcwj_252\",\"cambioGray870Color\":\"_cambioGray870Color_rzcwj_256\",\"cambioGray900Color\":\"_cambioGray900Color_rzcwj_260\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_rzcwj_264\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_rzcwj_268\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_rzcwj_272\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_rzcwj_276\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_rzcwj_280\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_rzcwj_284\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_rzcwj_288\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_rzcwj_292\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_rzcwj_296\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_rzcwj_300\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_rzcwj_304\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_rzcwj_308\",\"cambioRedColor\":\"_cambioRedColor_rzcwj_312\",\"cambioOrangeColor\":\"_cambioOrangeColor_rzcwj_316\",\"cambioTanColor\":\"_cambioTanColor_rzcwj_320\",\"cambioCreamColor\":\"_cambioCreamColor_rzcwj_324\",\"cambioPurpleColor\":\"_cambioPurpleColor_rzcwj_328\",\"cambioLilacColor\":\"_cambioLilacColor_rzcwj_332\",\"cambioThistleColor\":\"_cambioThistleColor_rzcwj_336\",\"cambioPinkColor\":\"_cambioPinkColor_rzcwj_340\",\"cambioNavyColor\":\"_cambioNavyColor_rzcwj_344\",\"cambioTealColor\":\"_cambioTealColor_rzcwj_348\",\"cambioSlateColor\":\"_cambioSlateColor_rzcwj_352\",\"cambioSkyColor\":\"_cambioSkyColor_rzcwj_356\",\"cambioYellow700Color\":\"_cambioYellow700Color_rzcwj_360\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_rzcwj_364\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_rzcwj_368\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_rzcwj_372\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_rzcwj_376\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_rzcwj_380\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_rzcwj_384\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_rzcwj_388\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_rzcwj_392\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_rzcwj_396\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_rzcwj_400\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_rzcwj_404\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_rzcwj_408\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_rzcwj_412\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_rzcwj_416\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_rzcwj_420\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_rzcwj_424\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_rzcwj_428\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_rzcwj_432\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_rzcwj_436\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_rzcwj_440\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_rzcwj_444\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_rzcwj_448\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_rzcwj_452\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_rzcwj_456\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_rzcwj_460\",\"redBackgroundColor\":\"_redBackgroundColor_rzcwj_464\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_rzcwj_468\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_rzcwj_472\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_rzcwj_476\",\"tanBackgroundColor\":\"_tanBackgroundColor_rzcwj_480\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_rzcwj_484\",\"creamBackgroundColor\":\"_creamBackgroundColor_rzcwj_488\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_rzcwj_492\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_rzcwj_496\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_rzcwj_500\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_rzcwj_504\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_rzcwj_508\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_rzcwj_512\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_rzcwj_516\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_rzcwj_520\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_rzcwj_524\",\"navyBackgroundColor\":\"_navyBackgroundColor_rzcwj_528\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_rzcwj_532\",\"tealBackgroundColor\":\"_tealBackgroundColor_rzcwj_536\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_rzcwj_540\",\"slateBackgroundColor\":\"_slateBackgroundColor_rzcwj_544\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_rzcwj_548\",\"skyBackgroundColor\":\"_skyBackgroundColor_rzcwj_552\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_rzcwj_556\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_rzcwj_560\"}"],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C;","names":[]}
@@ -1,9 +0,0 @@
1
- "use client"
2
-
3
- // css-module:./colors.module.css#css-module
4
- var colors_module_default = { "inheritColor": "_inheritColor_rzcwj_2", "destructive700Color": "_destructive700Color_rzcwj_6", "gray700Color": "_gray700Color_rzcwj_10", "gray900Color": "_gray900Color_rzcwj_14", "primary700Color": "_primary700Color_rzcwj_18", "success700Color": "_success700Color_rzcwj_22", "whiteColor": "_whiteColor_rzcwj_26", "blackBackgroundColor": "_blackBackgroundColor_rzcwj_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_rzcwj_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_rzcwj_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_rzcwj_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_rzcwj_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_rzcwj_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_rzcwj_55", "gray10BackgroundColor": "_gray10BackgroundColor_rzcwj_59", "gray30BackgroundColor": "_gray30BackgroundColor_rzcwj_63", "gray60BackgroundColor": "_gray60BackgroundColor_rzcwj_67", "gray80BackgroundColor": "_gray80BackgroundColor_rzcwj_71", "gray100BackgroundColor": "_gray100BackgroundColor_rzcwj_75", "gray200BackgroundColor": "_gray200BackgroundColor_rzcwj_79", "gray300BackgroundColor": "_gray300BackgroundColor_rzcwj_83", "gray700BackgroundColor": "_gray700BackgroundColor_rzcwj_87", "gray800BackgroundColor": "_gray800BackgroundColor_rzcwj_91", "gray900BackgroundColor": "_gray900BackgroundColor_rzcwj_95", "orange100BackgroundColor": "_orange100BackgroundColor_rzcwj_99", "orange200BackgroundColor": "_orange200BackgroundColor_rzcwj_103", "orange300BackgroundColor": "_orange300BackgroundColor_rzcwj_107", "orange700BackgroundColor": "_orange700BackgroundColor_rzcwj_111", "orange800BackgroundColor": "_orange800BackgroundColor_rzcwj_115", "orange900BackgroundColor": "_orange900BackgroundColor_rzcwj_119", "primary100BackgroundColor": "_primary100BackgroundColor_rzcwj_123", "primary200BackgroundColor": "_primary200BackgroundColor_rzcwj_127", "primary300BackgroundColor": "_primary300BackgroundColor_rzcwj_131", "primary700BackgroundColor": "_primary700BackgroundColor_rzcwj_135", "primary800BackgroundColor": "_primary800BackgroundColor_rzcwj_139", "primary900BackgroundColor": "_primary900BackgroundColor_rzcwj_143", "success100BackgroundColor": "_success100BackgroundColor_rzcwj_147", "success200BackgroundColor": "_success200BackgroundColor_rzcwj_151", "success300BackgroundColor": "_success300BackgroundColor_rzcwj_155", "success700BackgroundColor": "_success700BackgroundColor_rzcwj_159", "success800BackgroundColor": "_success800BackgroundColor_rzcwj_163", "success900BackgroundColor": "_success900BackgroundColor_rzcwj_167", "purple100BackgroundColor": "_purple100BackgroundColor_rzcwj_171", "purple200BackgroundColor": "_purple200BackgroundColor_rzcwj_175", "purple300BackgroundColor": "_purple300BackgroundColor_rzcwj_179", "purple700BackgroundColor": "_purple700BackgroundColor_rzcwj_183", "purple800BackgroundColor": "_purple800BackgroundColor_rzcwj_187", "purple900BackgroundColor": "_purple900BackgroundColor_rzcwj_191", "whiteBackgroundColor": "_whiteBackgroundColor_rzcwj_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_rzcwj_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_rzcwj_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_rzcwj_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_rzcwj_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_rzcwj_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_rzcwj_219", "cambioBlackColor": "_cambioBlackColor_rzcwj_224", "cambioWhiteColor": "_cambioWhiteColor_rzcwj_228", "cambioGray100Color": "_cambioGray100Color_rzcwj_232", "cambioGray200Color": "_cambioGray200Color_rzcwj_236", "cambioGray300Color": "_cambioGray300Color_rzcwj_240", "cambioGray370Color": "_cambioGray370Color_rzcwj_244", "cambioGray700Color": "_cambioGray700Color_rzcwj_248", "cambioGray800Color": "_cambioGray800Color_rzcwj_252", "cambioGray870Color": "_cambioGray870Color_rzcwj_256", "cambioGray900Color": "_cambioGray900Color_rzcwj_260", "cambioDestructive100Color": "_cambioDestructive100Color_rzcwj_264", "cambioDestructive300Color": "_cambioDestructive300Color_rzcwj_268", "cambioDestructive370Color": "_cambioDestructive370Color_rzcwj_272", "cambioDestructive700Color": "_cambioDestructive700Color_rzcwj_276", "cambioDestructive770Color": "_cambioDestructive770Color_rzcwj_280", "cambioDestructive900Color": "_cambioDestructive900Color_rzcwj_284", "cambioSuccess100Color": "_cambioSuccess100Color_rzcwj_288", "cambioSuccess300Color": "_cambioSuccess300Color_rzcwj_292", "cambioSuccess370Color": "_cambioSuccess370Color_rzcwj_296", "cambioSuccess700Color": "_cambioSuccess700Color_rzcwj_300", "cambioSuccess770Color": "_cambioSuccess770Color_rzcwj_304", "cambioSuccess900Color": "_cambioSuccess900Color_rzcwj_308", "cambioRedColor": "_cambioRedColor_rzcwj_312", "cambioOrangeColor": "_cambioOrangeColor_rzcwj_316", "cambioTanColor": "_cambioTanColor_rzcwj_320", "cambioCreamColor": "_cambioCreamColor_rzcwj_324", "cambioPurpleColor": "_cambioPurpleColor_rzcwj_328", "cambioLilacColor": "_cambioLilacColor_rzcwj_332", "cambioThistleColor": "_cambioThistleColor_rzcwj_336", "cambioPinkColor": "_cambioPinkColor_rzcwj_340", "cambioNavyColor": "_cambioNavyColor_rzcwj_344", "cambioTealColor": "_cambioTealColor_rzcwj_348", "cambioSlateColor": "_cambioSlateColor_rzcwj_352", "cambioSkyColor": "_cambioSkyColor_rzcwj_356", "cambioYellow700Color": "_cambioYellow700Color_rzcwj_360", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_rzcwj_364", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_rzcwj_368", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_rzcwj_372", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_rzcwj_376", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_rzcwj_380", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_rzcwj_384", "gray370BackgroundColor": "_gray370BackgroundColor_rzcwj_388", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_rzcwj_392", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_rzcwj_396", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_rzcwj_400", "gray870BackgroundColor": "_gray870BackgroundColor_rzcwj_404", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_rzcwj_408", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_rzcwj_412", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_rzcwj_416", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_rzcwj_420", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_rzcwj_424", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_rzcwj_428", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_rzcwj_432", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_rzcwj_436", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_rzcwj_440", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_rzcwj_444", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_rzcwj_448", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_rzcwj_452", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_rzcwj_456", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_rzcwj_460", "redBackgroundColor": "_redBackgroundColor_rzcwj_464", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_rzcwj_468", "orangeBackgroundColor": "_orangeBackgroundColor_rzcwj_472", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_rzcwj_476", "tanBackgroundColor": "_tanBackgroundColor_rzcwj_480", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_rzcwj_484", "creamBackgroundColor": "_creamBackgroundColor_rzcwj_488", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_rzcwj_492", "purpleBackgroundColor": "_purpleBackgroundColor_rzcwj_496", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_rzcwj_500", "lilacBackgroundColor": "_lilacBackgroundColor_rzcwj_504", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_rzcwj_508", "thistleBackgroundColor": "_thistleBackgroundColor_rzcwj_512", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_rzcwj_516", "pinkBackgroundColor": "_pinkBackgroundColor_rzcwj_520", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_rzcwj_524", "navyBackgroundColor": "_navyBackgroundColor_rzcwj_528", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_rzcwj_532", "tealBackgroundColor": "_tealBackgroundColor_rzcwj_536", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_rzcwj_540", "slateBackgroundColor": "_slateBackgroundColor_rzcwj_544", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_rzcwj_548", "skyBackgroundColor": "_skyBackgroundColor_rzcwj_552", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_rzcwj_556", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_rzcwj_560" };
5
-
6
- export {
7
- colors_module_default
8
- };
9
- //# sourceMappingURL=BXHT3UUW.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_rzcwj_2\",\"destructive700Color\":\"_destructive700Color_rzcwj_6\",\"gray700Color\":\"_gray700Color_rzcwj_10\",\"gray900Color\":\"_gray900Color_rzcwj_14\",\"primary700Color\":\"_primary700Color_rzcwj_18\",\"success700Color\":\"_success700Color_rzcwj_22\",\"whiteColor\":\"_whiteColor_rzcwj_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_rzcwj_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_rzcwj_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_rzcwj_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_rzcwj_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_rzcwj_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_rzcwj_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_rzcwj_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_rzcwj_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_rzcwj_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_rzcwj_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_rzcwj_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_rzcwj_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_rzcwj_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_rzcwj_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_rzcwj_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_rzcwj_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_rzcwj_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_rzcwj_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_rzcwj_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_rzcwj_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_rzcwj_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_rzcwj_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_rzcwj_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_rzcwj_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_rzcwj_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_rzcwj_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_rzcwj_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_rzcwj_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_rzcwj_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_rzcwj_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_rzcwj_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_rzcwj_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_rzcwj_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_rzcwj_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_rzcwj_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_rzcwj_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_rzcwj_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_rzcwj_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_rzcwj_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_rzcwj_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_rzcwj_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_rzcwj_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_rzcwj_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_rzcwj_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_rzcwj_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_rzcwj_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_rzcwj_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_rzcwj_219\",\"cambioBlackColor\":\"_cambioBlackColor_rzcwj_224\",\"cambioWhiteColor\":\"_cambioWhiteColor_rzcwj_228\",\"cambioGray100Color\":\"_cambioGray100Color_rzcwj_232\",\"cambioGray200Color\":\"_cambioGray200Color_rzcwj_236\",\"cambioGray300Color\":\"_cambioGray300Color_rzcwj_240\",\"cambioGray370Color\":\"_cambioGray370Color_rzcwj_244\",\"cambioGray700Color\":\"_cambioGray700Color_rzcwj_248\",\"cambioGray800Color\":\"_cambioGray800Color_rzcwj_252\",\"cambioGray870Color\":\"_cambioGray870Color_rzcwj_256\",\"cambioGray900Color\":\"_cambioGray900Color_rzcwj_260\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_rzcwj_264\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_rzcwj_268\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_rzcwj_272\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_rzcwj_276\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_rzcwj_280\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_rzcwj_284\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_rzcwj_288\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_rzcwj_292\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_rzcwj_296\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_rzcwj_300\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_rzcwj_304\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_rzcwj_308\",\"cambioRedColor\":\"_cambioRedColor_rzcwj_312\",\"cambioOrangeColor\":\"_cambioOrangeColor_rzcwj_316\",\"cambioTanColor\":\"_cambioTanColor_rzcwj_320\",\"cambioCreamColor\":\"_cambioCreamColor_rzcwj_324\",\"cambioPurpleColor\":\"_cambioPurpleColor_rzcwj_328\",\"cambioLilacColor\":\"_cambioLilacColor_rzcwj_332\",\"cambioThistleColor\":\"_cambioThistleColor_rzcwj_336\",\"cambioPinkColor\":\"_cambioPinkColor_rzcwj_340\",\"cambioNavyColor\":\"_cambioNavyColor_rzcwj_344\",\"cambioTealColor\":\"_cambioTealColor_rzcwj_348\",\"cambioSlateColor\":\"_cambioSlateColor_rzcwj_352\",\"cambioSkyColor\":\"_cambioSkyColor_rzcwj_356\",\"cambioYellow700Color\":\"_cambioYellow700Color_rzcwj_360\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_rzcwj_364\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_rzcwj_368\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_rzcwj_372\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_rzcwj_376\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_rzcwj_380\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_rzcwj_384\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_rzcwj_388\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_rzcwj_392\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_rzcwj_396\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_rzcwj_400\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_rzcwj_404\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_rzcwj_408\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_rzcwj_412\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_rzcwj_416\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_rzcwj_420\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_rzcwj_424\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_rzcwj_428\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_rzcwj_432\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_rzcwj_436\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_rzcwj_440\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_rzcwj_444\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_rzcwj_448\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_rzcwj_452\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_rzcwj_456\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_rzcwj_460\",\"redBackgroundColor\":\"_redBackgroundColor_rzcwj_464\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_rzcwj_468\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_rzcwj_472\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_rzcwj_476\",\"tanBackgroundColor\":\"_tanBackgroundColor_rzcwj_480\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_rzcwj_484\",\"creamBackgroundColor\":\"_creamBackgroundColor_rzcwj_488\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_rzcwj_492\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_rzcwj_496\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_rzcwj_500\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_rzcwj_504\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_rzcwj_508\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_rzcwj_512\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_rzcwj_516\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_rzcwj_520\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_rzcwj_524\",\"navyBackgroundColor\":\"_navyBackgroundColor_rzcwj_528\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_rzcwj_532\",\"tealBackgroundColor\":\"_tealBackgroundColor_rzcwj_536\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_rzcwj_540\",\"slateBackgroundColor\":\"_slateBackgroundColor_rzcwj_544\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_rzcwj_548\",\"skyBackgroundColor\":\"_skyBackgroundColor_rzcwj_552\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_rzcwj_556\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_rzcwj_560\"}"],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C;","names":[]}
@@ -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_rzcwj_2", "destructive700Color": "_destructive700Color_rzcwj_6", "gray700Color": "_gray700Color_rzcwj_10", "gray900Color": "_gray900Color_rzcwj_14", "primary700Color": "_primary700Color_rzcwj_18", "success700Color": "_success700Color_rzcwj_22", "whiteColor": "_whiteColor_rzcwj_26", "blackBackgroundColor": "_blackBackgroundColor_rzcwj_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_rzcwj_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_rzcwj_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_rzcwj_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_rzcwj_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_rzcwj_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_rzcwj_55", "gray10BackgroundColor": "_gray10BackgroundColor_rzcwj_59", "gray30BackgroundColor": "_gray30BackgroundColor_rzcwj_63", "gray60BackgroundColor": "_gray60BackgroundColor_rzcwj_67", "gray80BackgroundColor": "_gray80BackgroundColor_rzcwj_71", "gray100BackgroundColor": "_gray100BackgroundColor_rzcwj_75", "gray200BackgroundColor": "_gray200BackgroundColor_rzcwj_79", "gray300BackgroundColor": "_gray300BackgroundColor_rzcwj_83", "gray700BackgroundColor": "_gray700BackgroundColor_rzcwj_87", "gray800BackgroundColor": "_gray800BackgroundColor_rzcwj_91", "gray900BackgroundColor": "_gray900BackgroundColor_rzcwj_95", "orange100BackgroundColor": "_orange100BackgroundColor_rzcwj_99", "orange200BackgroundColor": "_orange200BackgroundColor_rzcwj_103", "orange300BackgroundColor": "_orange300BackgroundColor_rzcwj_107", "orange700BackgroundColor": "_orange700BackgroundColor_rzcwj_111", "orange800BackgroundColor": "_orange800BackgroundColor_rzcwj_115", "orange900BackgroundColor": "_orange900BackgroundColor_rzcwj_119", "primary100BackgroundColor": "_primary100BackgroundColor_rzcwj_123", "primary200BackgroundColor": "_primary200BackgroundColor_rzcwj_127", "primary300BackgroundColor": "_primary300BackgroundColor_rzcwj_131", "primary700BackgroundColor": "_primary700BackgroundColor_rzcwj_135", "primary800BackgroundColor": "_primary800BackgroundColor_rzcwj_139", "primary900BackgroundColor": "_primary900BackgroundColor_rzcwj_143", "success100BackgroundColor": "_success100BackgroundColor_rzcwj_147", "success200BackgroundColor": "_success200BackgroundColor_rzcwj_151", "success300BackgroundColor": "_success300BackgroundColor_rzcwj_155", "success700BackgroundColor": "_success700BackgroundColor_rzcwj_159", "success800BackgroundColor": "_success800BackgroundColor_rzcwj_163", "success900BackgroundColor": "_success900BackgroundColor_rzcwj_167", "purple100BackgroundColor": "_purple100BackgroundColor_rzcwj_171", "purple200BackgroundColor": "_purple200BackgroundColor_rzcwj_175", "purple300BackgroundColor": "_purple300BackgroundColor_rzcwj_179", "purple700BackgroundColor": "_purple700BackgroundColor_rzcwj_183", "purple800BackgroundColor": "_purple800BackgroundColor_rzcwj_187", "purple900BackgroundColor": "_purple900BackgroundColor_rzcwj_191", "whiteBackgroundColor": "_whiteBackgroundColor_rzcwj_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_rzcwj_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_rzcwj_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_rzcwj_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_rzcwj_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_rzcwj_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_rzcwj_219", "cambioBlackColor": "_cambioBlackColor_rzcwj_224", "cambioWhiteColor": "_cambioWhiteColor_rzcwj_228", "cambioGray100Color": "_cambioGray100Color_rzcwj_232", "cambioGray200Color": "_cambioGray200Color_rzcwj_236", "cambioGray300Color": "_cambioGray300Color_rzcwj_240", "cambioGray370Color": "_cambioGray370Color_rzcwj_244", "cambioGray700Color": "_cambioGray700Color_rzcwj_248", "cambioGray800Color": "_cambioGray800Color_rzcwj_252", "cambioGray870Color": "_cambioGray870Color_rzcwj_256", "cambioGray900Color": "_cambioGray900Color_rzcwj_260", "cambioDestructive100Color": "_cambioDestructive100Color_rzcwj_264", "cambioDestructive300Color": "_cambioDestructive300Color_rzcwj_268", "cambioDestructive370Color": "_cambioDestructive370Color_rzcwj_272", "cambioDestructive700Color": "_cambioDestructive700Color_rzcwj_276", "cambioDestructive770Color": "_cambioDestructive770Color_rzcwj_280", "cambioDestructive900Color": "_cambioDestructive900Color_rzcwj_284", "cambioSuccess100Color": "_cambioSuccess100Color_rzcwj_288", "cambioSuccess300Color": "_cambioSuccess300Color_rzcwj_292", "cambioSuccess370Color": "_cambioSuccess370Color_rzcwj_296", "cambioSuccess700Color": "_cambioSuccess700Color_rzcwj_300", "cambioSuccess770Color": "_cambioSuccess770Color_rzcwj_304", "cambioSuccess900Color": "_cambioSuccess900Color_rzcwj_308", "cambioRedColor": "_cambioRedColor_rzcwj_312", "cambioOrangeColor": "_cambioOrangeColor_rzcwj_316", "cambioTanColor": "_cambioTanColor_rzcwj_320", "cambioCreamColor": "_cambioCreamColor_rzcwj_324", "cambioPurpleColor": "_cambioPurpleColor_rzcwj_328", "cambioLilacColor": "_cambioLilacColor_rzcwj_332", "cambioThistleColor": "_cambioThistleColor_rzcwj_336", "cambioPinkColor": "_cambioPinkColor_rzcwj_340", "cambioNavyColor": "_cambioNavyColor_rzcwj_344", "cambioTealColor": "_cambioTealColor_rzcwj_348", "cambioSlateColor": "_cambioSlateColor_rzcwj_352", "cambioSkyColor": "_cambioSkyColor_rzcwj_356", "cambioYellow700Color": "_cambioYellow700Color_rzcwj_360", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_rzcwj_364", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_rzcwj_368", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_rzcwj_372", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_rzcwj_376", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_rzcwj_380", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_rzcwj_384", "gray370BackgroundColor": "_gray370BackgroundColor_rzcwj_388", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_rzcwj_392", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_rzcwj_396", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_rzcwj_400", "gray870BackgroundColor": "_gray870BackgroundColor_rzcwj_404", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_rzcwj_408", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_rzcwj_412", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_rzcwj_416", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_rzcwj_420", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_rzcwj_424", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_rzcwj_428", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_rzcwj_432", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_rzcwj_436", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_rzcwj_440", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_rzcwj_444", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_rzcwj_448", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_rzcwj_452", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_rzcwj_456", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_rzcwj_460", "redBackgroundColor": "_redBackgroundColor_rzcwj_464", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_rzcwj_468", "orangeBackgroundColor": "_orangeBackgroundColor_rzcwj_472", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_rzcwj_476", "tanBackgroundColor": "_tanBackgroundColor_rzcwj_480", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_rzcwj_484", "creamBackgroundColor": "_creamBackgroundColor_rzcwj_488", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_rzcwj_492", "purpleBackgroundColor": "_purpleBackgroundColor_rzcwj_496", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_rzcwj_500", "lilacBackgroundColor": "_lilacBackgroundColor_rzcwj_504", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_rzcwj_508", "thistleBackgroundColor": "_thistleBackgroundColor_rzcwj_512", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_rzcwj_516", "pinkBackgroundColor": "_pinkBackgroundColor_rzcwj_520", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_rzcwj_524", "navyBackgroundColor": "_navyBackgroundColor_rzcwj_528", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_rzcwj_532", "tealBackgroundColor": "_tealBackgroundColor_rzcwj_536", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_rzcwj_540", "slateBackgroundColor": "_slateBackgroundColor_rzcwj_544", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_rzcwj_548", "skyBackgroundColor": "_skyBackgroundColor_rzcwj_552", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_rzcwj_556", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_rzcwj_560" };
5
-
6
-
7
-
8
- exports.colors_module_default = colors_module_default;
9
- //# sourceMappingURL=DTKTTGU5.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["css-module:./colors.module.css#css-module"],"names":[],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_rzcwj_2\",\"destructive700Color\":\"_destructive700Color_rzcwj_6\",\"gray700Color\":\"_gray700Color_rzcwj_10\",\"gray900Color\":\"_gray900Color_rzcwj_14\",\"primary700Color\":\"_primary700Color_rzcwj_18\",\"success700Color\":\"_success700Color_rzcwj_22\",\"whiteColor\":\"_whiteColor_rzcwj_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_rzcwj_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_rzcwj_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_rzcwj_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_rzcwj_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_rzcwj_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_rzcwj_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_rzcwj_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_rzcwj_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_rzcwj_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_rzcwj_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_rzcwj_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_rzcwj_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_rzcwj_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_rzcwj_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_rzcwj_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_rzcwj_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_rzcwj_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_rzcwj_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_rzcwj_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_rzcwj_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_rzcwj_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_rzcwj_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_rzcwj_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_rzcwj_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_rzcwj_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_rzcwj_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_rzcwj_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_rzcwj_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_rzcwj_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_rzcwj_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_rzcwj_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_rzcwj_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_rzcwj_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_rzcwj_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_rzcwj_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_rzcwj_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_rzcwj_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_rzcwj_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_rzcwj_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_rzcwj_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_rzcwj_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_rzcwj_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_rzcwj_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_rzcwj_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_rzcwj_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_rzcwj_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_rzcwj_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_rzcwj_219\",\"cambioBlackColor\":\"_cambioBlackColor_rzcwj_224\",\"cambioWhiteColor\":\"_cambioWhiteColor_rzcwj_228\",\"cambioGray100Color\":\"_cambioGray100Color_rzcwj_232\",\"cambioGray200Color\":\"_cambioGray200Color_rzcwj_236\",\"cambioGray300Color\":\"_cambioGray300Color_rzcwj_240\",\"cambioGray370Color\":\"_cambioGray370Color_rzcwj_244\",\"cambioGray700Color\":\"_cambioGray700Color_rzcwj_248\",\"cambioGray800Color\":\"_cambioGray800Color_rzcwj_252\",\"cambioGray870Color\":\"_cambioGray870Color_rzcwj_256\",\"cambioGray900Color\":\"_cambioGray900Color_rzcwj_260\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_rzcwj_264\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_rzcwj_268\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_rzcwj_272\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_rzcwj_276\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_rzcwj_280\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_rzcwj_284\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_rzcwj_288\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_rzcwj_292\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_rzcwj_296\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_rzcwj_300\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_rzcwj_304\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_rzcwj_308\",\"cambioRedColor\":\"_cambioRedColor_rzcwj_312\",\"cambioOrangeColor\":\"_cambioOrangeColor_rzcwj_316\",\"cambioTanColor\":\"_cambioTanColor_rzcwj_320\",\"cambioCreamColor\":\"_cambioCreamColor_rzcwj_324\",\"cambioPurpleColor\":\"_cambioPurpleColor_rzcwj_328\",\"cambioLilacColor\":\"_cambioLilacColor_rzcwj_332\",\"cambioThistleColor\":\"_cambioThistleColor_rzcwj_336\",\"cambioPinkColor\":\"_cambioPinkColor_rzcwj_340\",\"cambioNavyColor\":\"_cambioNavyColor_rzcwj_344\",\"cambioTealColor\":\"_cambioTealColor_rzcwj_348\",\"cambioSlateColor\":\"_cambioSlateColor_rzcwj_352\",\"cambioSkyColor\":\"_cambioSkyColor_rzcwj_356\",\"cambioYellow700Color\":\"_cambioYellow700Color_rzcwj_360\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_rzcwj_364\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_rzcwj_368\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_rzcwj_372\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_rzcwj_376\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_rzcwj_380\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_rzcwj_384\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_rzcwj_388\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_rzcwj_392\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_rzcwj_396\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_rzcwj_400\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_rzcwj_404\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_rzcwj_408\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_rzcwj_412\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_rzcwj_416\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_rzcwj_420\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_rzcwj_424\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_rzcwj_428\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_rzcwj_432\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_rzcwj_436\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_rzcwj_440\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_rzcwj_444\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_rzcwj_448\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_rzcwj_452\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_rzcwj_456\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_rzcwj_460\",\"redBackgroundColor\":\"_redBackgroundColor_rzcwj_464\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_rzcwj_468\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_rzcwj_472\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_rzcwj_476\",\"tanBackgroundColor\":\"_tanBackgroundColor_rzcwj_480\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_rzcwj_484\",\"creamBackgroundColor\":\"_creamBackgroundColor_rzcwj_488\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_rzcwj_492\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_rzcwj_496\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_rzcwj_500\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_rzcwj_504\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_rzcwj_508\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_rzcwj_512\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_rzcwj_516\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_rzcwj_520\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_rzcwj_524\",\"navyBackgroundColor\":\"_navyBackgroundColor_rzcwj_528\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_rzcwj_532\",\"tealBackgroundColor\":\"_tealBackgroundColor_rzcwj_536\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_rzcwj_540\",\"slateBackgroundColor\":\"_slateBackgroundColor_rzcwj_544\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_rzcwj_548\",\"skyBackgroundColor\":\"_skyBackgroundColor_rzcwj_552\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_rzcwj_556\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_rzcwj_560\"}"]}
@@ -1,25 +0,0 @@
1
- "use client"
2
-
3
- // src/Button/constants/color.ts
4
- function classicColor(color) {
5
- if (color === "destructive-tertiary") {
6
- return "destructive-secondary";
7
- } else if (color === "success-primary" || color === "success-secondary" || color === "success-tertiary") {
8
- return "success";
9
- }
10
- return color;
11
- }
12
- function cambioColor(color) {
13
- if (color === "success") {
14
- return "success-primary";
15
- } else if (color === "inverse") {
16
- return "secondary";
17
- }
18
- return color;
19
- }
20
-
21
- export {
22
- classicColor,
23
- cambioColor
24
- };
25
- //# sourceMappingURL=GFKDPMFK.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Button/constants/color.ts"],"sourcesContent":["export function classicColor(\n color:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\",\n):\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"branded\"\n | \"success\"\n | \"inverse\" {\n if (color === \"destructive-tertiary\") {\n return \"destructive-secondary\";\n } else if (\n color === \"success-primary\" ||\n color === \"success-secondary\" ||\n color === \"success-tertiary\"\n ) {\n return \"success\";\n }\n return color;\n}\n\nexport function cambioColor(\n color:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\",\n):\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 if (color === \"success\") {\n return \"success-primary\";\n }\n // TODO - validate with AJ\n else if (color === \"inverse\") {\n return \"secondary\";\n }\n return color;\n}\n"],"mappings":";;;AAAO,SAAS,aACd,OAqBY;AACZ,MAAI,UAAU,wBAAwB;AACpC,WAAO;AAAA,EACT,WACE,UAAU,qBACV,UAAU,uBACV,UAAU,oBACV;AACA,WAAO;AAAA,EACT;AACA,SAAO;AACT;AAEO,SAAS,YACd,OAuBqB;AACrB,MAAI,UAAU,WAAW;AACvB,WAAO;AAAA,EACT,WAES,UAAU,WAAW;AAC5B,WAAO;AAAA,EACT;AACA,SAAO;AACT;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Button/Button.tsx","css-module:./Button.module.css#css-module"],"sourcesContent":["import React, { forwardRef } from \"react\";\nimport classNames from \"classnames\";\nimport { type Size } from \"../constants\";\nimport Typography from \"../Typography/Typography\";\nimport Box from \"../Box/Box\";\nimport iconSize from \"./constants/iconSize\";\nimport textVariant from \"./constants/textVariant\";\nimport loadingIconSize from \"./constants/loadingIconSize\";\nimport styles from \"./Button.module.css\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { cambioColor } from \"./constants/color\";\nimport { backgroundColor } from \"../colors/backgroundColor\";\nimport { cambioForegroundColor } from \"../colors/foregroundColor\";\n\ntype ButtonProps = {\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 text to be displayed inside the button when it is in a loading state\n */\n loadingText?: string;\n /**\n * The color of the button\n *\n * `inverse` and `success` are deprecated\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\";\n /**\n * The size of the button\n *\n * Classic:\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * Cambio:\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * The label to be used for accessibility\n */\n accessibilityLabel?: string;\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\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?: React.ComponentType<{ className?: string }>;\n /**\n * The icon to be displayed at the end of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n endIcon?: React.ComponentType<{ className?: string }>;\n /**\n * Indicate whether the button renders on a light or dark background. Changes the color of the button (Cambio only)\n *\n * @defaulValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * The callback to be called when the button is clicked\n */\n onClick?: React.MouseEventHandler<HTMLButtonElement>;\n /**\n * The tooltip to be displayed when the user hovers over the button\n */\n tooltip?: string;\n /**\n * The type you want to set for the primitive `<button/>`\n */\n type?: \"button\" | \"submit\" | \"reset\";\n};\n\n/**\n * [Button](https://cambly-syntax.vercel.app/?path=/docs/components-button--docs) is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.\n */\nconst Button = forwardRef<HTMLButtonElement, ButtonProps>(\n (\n {\n \"data-testid\": dataTestId,\n text,\n loadingText,\n color = \"primary\",\n size = \"md\",\n accessibilityLabel,\n disabled = false,\n loading = false,\n fullWidth = false,\n startIcon: StartIcon,\n endIcon: EndIcon,\n on = \"lightBackground\",\n onClick,\n tooltip,\n type = \"button\",\n }: ButtonProps,\n ref,\n ) => {\n const isHydrated = useIsHydrated();\n\n const foregroundColorClass = cambioForegroundColor(cambioColor(color), on);\n const backgroundColorClass = backgroundColor(cambioColor(color), on);\n const disabledPrimary = color === \"primary\" && disabled;\n\n return (\n <button\n data-testid={dataTestId}\n ref={ref}\n aria-label={accessibilityLabel}\n type={type}\n title={tooltip}\n disabled={!isHydrated || disabled || loading}\n onClick={onClick}\n className={classNames(\n styles.button,\n foregroundColorClass,\n backgroundColorClass,\n styles[size],\n {\n [styles.fullWidth]: fullWidth,\n [styles.buttonGap]: size === \"lg\" || size === \"md\",\n },\n )}\n >\n {!loading && StartIcon && (\n <StartIcon\n className={classNames(\n styles.icon,\n iconSize[size],\n disabledPrimary && styles.disabledPrimary,\n )}\n />\n )}\n {((loading && loadingText) || (!loading && text)) && (\n <Box paddingX={1}>\n <Typography size={textVariant[size]}>\n <span\n className={classNames(\n // Temporary - until we have cambio colors on Typography\n foregroundColorClass,\n disabledPrimary && styles.disabledPrimary,\n )}\n style={{ fontWeight: 500 }}\n >\n {loading ? loadingText : text}\n </span>\n </Typography>\n </Box>\n )}\n {!loading && EndIcon && (\n <EndIcon\n className={classNames(\n styles.icon,\n iconSize[size],\n disabledPrimary && styles.disabledPrimary,\n )}\n />\n )}\n {loading && (\n <svg\n className={classNames(styles.loading, foregroundColorClass)}\n viewBox=\"22 22 44 44\"\n width={loadingIconSize[size]}\n height={loadingIconSize[size]}\n >\n <circle\n className={styles.loadingCircle}\n cx=\"44\"\n cy=\"44\"\n r=\"20.2\"\n fill=\"none\"\n strokeWidth=\"3.6\"\n />\n </svg>\n )}\n </button>\n );\n },\n);\n\nButton.displayName = \"Button\";\n\nexport default Button;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_hiifq_1\",\"buttonGap\":\"_buttonGap_hiifq_9\",\"disabledPrimary\":\"_disabledPrimary_hiifq_50\",\"fullWidth\":\"_fullWidth_hiifq_54\",\"sm\":\"_sm_hiifq_58\",\"md\":\"_md_hiifq_65\",\"lg\":\"_lg_hiifq_72\",\"icon\":\"_icon_hiifq_79\",\"smIcon\":\"_smIcon_hiifq_83\",\"mdIcon\":\"_mdIcon_hiifq_90\",\"lgIcon\":\"_lgIcon_hiifq_97\",\"loading\":\"_loading_hiifq_114\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_hiifq_1\",\"loadingCircle\":\"_loadingCircle_hiifq_118\"}"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAgB,kBAAkB;AAClC,OAAO,gBAAgB;;;ACDqE,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,mBAAkB,6BAA4B,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,QAAO,kBAAiB,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,oBAAmB,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B;;;ADgJpiB,SAoBI,KApBJ;AA5BN,IAAM,SAAS;AAAA,EACb,CACE;AAAA,IACE,eAAe;AAAA,IACf;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,OAAO;AAAA,IACP;AAAA,IACA,WAAW;AAAA,IACX,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,SAAS;AAAA,IACT,KAAK;AAAA,IACL;AAAA,IACA;AAAA,IACA,OAAO;AAAA,EACT,GACA,QACG;AACH,UAAM,aAAa,cAAc;AAEjC,UAAM,uBAAuB,sBAAsB,YAAY,KAAK,GAAG,EAAE;AACzE,UAAM,uBAAuB,gBAAgB,YAAY,KAAK,GAAG,EAAE;AACnE,UAAM,kBAAkB,UAAU,aAAa;AAE/C,WACE;AAAA,MAAC;AAAA;AAAA,QACC,eAAa;AAAA,QACb;AAAA,QACA,cAAY;AAAA,QACZ;AAAA,QACA,OAAO;AAAA,QACP,UAAU,CAAC,cAAc,YAAY;AAAA,QACrC;AAAA,QACA,WAAW;AAAA,UACT,sBAAO;AAAA,UACP;AAAA,UACA;AAAA,UACA,sBAAO,IAAI;AAAA,UACX;AAAA,YACE,CAAC,sBAAO,SAAS,GAAG;AAAA,YACpB,CAAC,sBAAO,SAAS,GAAG,SAAS,QAAQ,SAAS;AAAA,UAChD;AAAA,QACF;AAAA,QAEC;AAAA,WAAC,WAAW,aACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAO;AAAA,gBACP,iBAAS,IAAI;AAAA,gBACb,mBAAmB,sBAAO;AAAA,cAC5B;AAAA;AAAA,UACF;AAAA,WAEC,WAAW,eAAiB,CAAC,WAAW,SACzC,oBAAC,eAAI,UAAU,GACb,8BAAC,sBAAW,MAAM,oBAAY,IAAI,GAChC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA;AAAA,gBAET;AAAA,gBACA,mBAAmB,sBAAO;AAAA,cAC5B;AAAA,cACA,OAAO,EAAE,YAAY,IAAI;AAAA,cAExB,oBAAU,cAAc;AAAA;AAAA,UAC3B,GACF,GACF;AAAA,UAED,CAAC,WAAW,WACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAO;AAAA,gBACP,iBAAS,IAAI;AAAA,gBACb,mBAAmB,sBAAO;AAAA,cAC5B;AAAA;AAAA,UACF;AAAA,UAED,WACC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW,WAAW,sBAAO,SAAS,oBAAoB;AAAA,cAC1D,SAAQ;AAAA,cACR,OAAO,wBAAgB,IAAI;AAAA,cAC3B,QAAQ,wBAAgB,IAAI;AAAA,cAE5B;AAAA,gBAAC;AAAA;AAAA,kBACC,WAAW,sBAAO;AAAA,kBAClB,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,OAAO,cAAc;AAErB,IAAO,iBAAQ;","names":[]}
@@ -1,25 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
-
3
- // src/Button/constants/color.ts
4
- function classicColor(color) {
5
- if (color === "destructive-tertiary") {
6
- return "destructive-secondary";
7
- } else if (color === "success-primary" || color === "success-secondary" || color === "success-tertiary") {
8
- return "success";
9
- }
10
- return color;
11
- }
12
- function cambioColor(color) {
13
- if (color === "success") {
14
- return "success-primary";
15
- } else if (color === "inverse") {
16
- return "secondary";
17
- }
18
- return color;
19
- }
20
-
21
-
22
-
23
-
24
- exports.classicColor = classicColor; exports.cambioColor = cambioColor;
25
- //# sourceMappingURL=HWQUS53M.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Button/constants/color.ts"],"names":[],"mappings":";;;AAAO,SAAS,aACd,OAqBY;AACZ,MAAI,UAAU,wBAAwB;AACpC,WAAO;AAAA,EACT,WACE,UAAU,qBACV,UAAU,uBACV,UAAU,oBACV;AACA,WAAO;AAAA,EACT;AACA,SAAO;AACT;AAEO,SAAS,YACd,OAuBqB;AACrB,MAAI,UAAU,WAAW;AACvB,WAAO;AAAA,EACT,WAES,UAAU,WAAW;AAC5B,WAAO;AAAA,EACT;AACA,SAAO;AACT","sourcesContent":["export function classicColor(\n color:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\",\n):\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"branded\"\n | \"success\"\n | \"inverse\" {\n if (color === \"destructive-tertiary\") {\n return \"destructive-secondary\";\n } else if (\n color === \"success-primary\" ||\n color === \"success-secondary\" ||\n color === \"success-tertiary\"\n ) {\n return \"success\";\n }\n return color;\n}\n\nexport function cambioColor(\n color:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\",\n):\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 if (color === \"success\") {\n return \"success-primary\";\n }\n // TODO - validate with AJ\n else if (color === \"inverse\") {\n return \"secondary\";\n }\n return color;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["css-module:./Badge.module.css#css-module","../../src/Badge/Badge.tsx"],"names":[],"mappings":";;;;;;;;;AAA0F,IAAO,uBAAQ,EAAC,QAAO,gBAAe;;;ACoIxH,SACW,KADX;AAxGR,IAAM,4BAA4B;AAAA,EAChC,SAAS;AAAA,EACT,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,KAAK;AAAA,EACL,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,KAAK;AAAA,EACL,SAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,MAAM;AACR;AAEA,IAAM,8BAA8B,CAClC,UACwB;AACxB,UAAQ,OAAO;AAAA,IACb,KAAK;AAAA,IACL,KAAK;AACH,aAAO;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAO;AAAA,IACT;AACE,aAAO;AAAA,EACX;AACF;AAKA,IAAM,QAAQ,CAAC;AAAA,EACb,MAAM;AAAA,EACN;AAAA,EACA,QAAQ;AACV,MAuCmB;AACjB,QAAM,cAAc,0BAA0B,KAAK;AAEnD,SACE;AAAA,IAAC;AAAA;AAAA,MACC,SAAS;AAAA,MACT,UAAU;AAAA,MACV,UAAU;AAAA,MACV,UAAU;AAAA,MACV,iBAAiB;AAAA,MACjB,YAAW;AAAA,MACX,gBAAe;AAAA,MACf,QAAQ;AAAA,MAER,8BAAC,sBAAW,OAAO,4BAA4B,WAAW,GACxD,+BAAC,eAAI,SAAQ,QAAO,KAAK,GAAG,YAAW,UAAS,gBAAe,SAC5D;AAAA,gBAAQ,oBAAC,QAAK,WAAW,qBAAO,MAAM;AAAA,QACvC;AAAA,UAAC;AAAA;AAAA,YACC,OAAO,4BAA4B,WAAW;AAAA,YAC9C,MAAM;AAAA,YACN,QAAO;AAAA,YAEN;AAAA;AAAA,QACH;AAAA,SACF,GACF;AAAA;AAAA,EACF;AAEJ;AAEA,IAAO,gBAAQ","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Badge/Badge.module.css\"; export default {\"icon\":\"_icon_1g9xb_1\"}","import Typography from \"../Typography/Typography\";\nimport Box from \"../Box/Box\";\nimport styles from \"./Badge.module.css\";\n\nconst badgeColorClassic = [\n \"gray200\",\n \"gray900\",\n \"destructive700\",\n \"orange700\",\n \"yellow700\",\n \"success700\",\n \"primary700\",\n \"purple700\",\n] as const;\n\nconst badgeColorCambio = [\n \"sky\",\n \"success300\",\n \"destructive300\",\n \"orange\",\n \"tan\",\n \"gray370\",\n \"gray870\",\n \"lilac\",\n \"thistle\",\n \"pink\",\n] as const;\n\nconst badgeColorClassicToCambio = {\n gray200: \"gray370\",\n gray900: \"gray870\",\n destructive700: \"destructive300\",\n orange700: \"orange\",\n yellow700: \"tan\",\n success700: \"success300\",\n primary700: \"sky\",\n purple700: \"lilac\",\n sky: \"sky\",\n success300: \"success300\",\n destructive300: \"destructive300\",\n orange: \"orange\",\n tan: \"tan\",\n gray370: \"gray370\",\n gray870: \"gray870\",\n lilac: \"lilac\",\n thistle: \"thistle\",\n pink: \"pink\",\n} as const;\n\nconst textColorForBackgroundColor = (\n color: (typeof badgeColorClassic)[number] | (typeof badgeColorCambio)[number],\n): \"gray900\" | \"white\" => {\n switch (color) {\n case \"gray200\":\n case \"yellow700\":\n return \"gray900\";\n case \"gray370\":\n case \"destructive300\":\n case \"orange\":\n case \"tan\":\n case \"success300\":\n case \"sky\":\n case \"thistle\":\n case \"pink\":\n case \"lilac\":\n return \"gray900\";\n default:\n return \"white\";\n }\n};\n\n/**\n * [Badge](https://cambly-syntax.vercel.app/?path=/docs/components-badge--docs) is a component to display short text and give additional context to features and other components.\n */\nconst Badge = ({\n icon: Icon,\n text,\n color = \"primary700\",\n}: {\n /**\n * The icon to be displayed. Please use a [Material Icon](https://material.io/resources/icons/)\n */\n icon?: React.ComponentType<{ className?: string }>;\n /**\n * The text to display inside the badge\n */\n text: string;\n /**\n * The color of the badge\n *\n * Classic colors:\n * * `gray200` => maps to neutralLight in Cambio\n * * `gray900` => maps to neutralDark in Cambio\n * * `destructive700` => maps to destructive in Cambio\n * * `orange700` => maps to orange in Cambio\n * * `yellow700` => maps to tan in Cambio\n * * `success700` => maps to success in Cambio\n * * `primary700` => maps to sky in Cambio\n * * `purple700` => maps to lilac in Cambio\n *\n * Cambio colors:\n * * `sky`\n * * `success300`\n * * `destructive300`\n * * `orange`\n * * `tan`\n * * `gray370`\n * * `gray870`\n * * `lilac`\n * * `thistle`\n * * `pink`\n *\n * @defaultValue \"primary700\"\n */\n color?:\n | (typeof badgeColorClassic)[number]\n | (typeof badgeColorCambio)[number];\n}): JSX.Element => {\n const mappedColor = badgeColorClassicToCambio[color];\n\n return (\n <Box\n display={\"inlineFlex\"}\n paddingX={3}\n paddingY={1}\n rounding={\"sm\"}\n backgroundColor={mappedColor}\n alignItems=\"center\"\n justifyContent=\"center\"\n height={32}\n >\n <Typography color={textColorForBackgroundColor(mappedColor)}>\n <Box display=\"flex\" gap={1} alignItems=\"center\" justifyContent=\"start\">\n {Icon && <Icon className={styles.icon} />}\n <Typography\n color={textColorForBackgroundColor(mappedColor)}\n size={100}\n weight=\"medium\"\n >\n {text}\n </Typography>\n </Box>\n </Typography>\n </Box>\n );\n};\n\nexport default Badge;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/IconButton/IconButton.tsx","css-module:./IconButton.module.css#css-module"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,gBAAgB;AAEvB,SAAgB,kBAAkB;;;ACFkE,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,sBAAqB,+BAA8B,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,mBAAkB;;;ADuHjV;AA9GR,IAAM,WAAW;AAAA,EACf,IAAI,0BAAO;AAAA,EACX,IAAI,0BAAO;AAAA,EACX,IAAI,0BAAO;AACb;AAsEA,IAAM,aAAa;AAAA,EACjB,CACE;AAAA,IACE;AAAA,IACA,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,WAAW;AAAA,IACX,MAAM;AAAA,IACN,OAAO;AAAA,IACP;AAAA,IACA,KAAK;AAAA,IACL;AAAA,EACF,GACA,QACG;AACH,UAAM,aAAa,cAAc;AACjC,UAAM,uBAAuB,sBAAsB,YAAY,KAAK,GAAG,EAAE;AACzE,UAAM,uBAAuB,gBAAgB,YAAY,KAAK,GAAG,EAAE;AAEnE,WACE;AAAA,MAAC;AAAA;AAAA,QACC,cAAY;AAAA,QACZ,eAAa;AAAA,QACb,MAAK;AAAA,QACL,OAAO;AAAA,QACP,UAAU,CAAC,cAAc;AAAA,QACzB;AAAA,QACA,WAAW;AAAA,UACT,0BAAO;AAAA,UACP;AAAA,UACA;AAAA,UACA,0BAAO,IAAI;AAAA,UACX,0BAAO;AAAA,QACT;AAAA,QACA;AAAA,QAEA,8BAAC,QAAK,WAAW,SAAS,IAAI,GAAG;AAAA;AAAA,IACnC;AAAA,EAEJ;AACF;AAEA,WAAW,cAAc;AAEzB,IAAO,qBAAQ","sourcesContent":["import classNames from \"classnames\";\nimport { cambioForegroundColor } from \"../colors/foregroundColor\";\nimport React, { forwardRef } from \"react\";\nimport { type Size } from \"../constants\";\nimport styles from \"./IconButton.module.css\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { cambioColor } from \"../Button/constants/color\";\nimport { backgroundColor } from \"../colors/backgroundColor\";\n\nconst iconSize = {\n sm: styles.smIcon,\n md: styles.mdIcon,\n lg: styles.lgIcon,\n};\n\ntype IconButtonProps = {\n /**\n * The color of the button\n *\n * `inverse` and `success` are deprecated\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\";\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The size of the button\n\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * The label to be used for accessibility\n */\n accessibilityLabel: string;\n /**\n * The icon to be displayed. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n icon: React.ComponentType<{ className?: string }>;\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\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 * The callback to be called when the button is clicked\n */\n onClick?: React.MouseEventHandler<HTMLButtonElement>;\n /**\n * The tooltip to be displayed when the user hovers over the button\n */\n tooltip?: string;\n};\n\n/**\n * [IconButton](https://cambly-syntax.vercel.app/?path=/docs/components-iconbutton--docs) is a clickable element that is used to perform an action.\n */\nconst IconButton = forwardRef<HTMLButtonElement, IconButtonProps>(\n (\n {\n accessibilityLabel,\n color = \"primary\",\n \"data-testid\": dataTestId,\n disabled = false,\n icon: Icon,\n size = \"md\",\n tooltip,\n on = \"lightBackground\",\n onClick,\n }: IconButtonProps,\n ref,\n ) => {\n const isHydrated = useIsHydrated();\n const foregroundColorClass = cambioForegroundColor(cambioColor(color), on);\n const backgroundColorClass = backgroundColor(cambioColor(color), on);\n\n return (\n <button\n aria-label={accessibilityLabel}\n data-testid={dataTestId}\n type=\"button\"\n title={tooltip}\n disabled={!isHydrated || disabled}\n onClick={onClick}\n className={classNames(\n styles.iconButton,\n foregroundColorClass,\n backgroundColorClass,\n styles[size],\n styles.iconButtonNoBorder,\n )}\n ref={ref}\n >\n <Icon className={iconSize[size]} />\n </button>\n );\n },\n);\n\nIconButton.displayName = \"IconButton\";\n\nexport default IconButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/IconButton/IconButton.module.css\"; export default {\"iconButton\":\"_iconButton_4jqok_1\",\"iconButtonNoBorder\":\"_iconButtonNoBorder_4jqok_8\",\"sm\":\"_sm_4jqok_49\",\"md\":\"_md_4jqok_54\",\"lg\":\"_lg_4jqok_59\",\"smIcon\":\"_smIcon_4jqok_64\",\"mdIcon\":\"_mdIcon_4jqok_71\",\"lgIcon\":\"_lgIcon_4jqok_78\"}"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/colors/backgroundColor.ts"],"sourcesContent":["import { type CambioColor } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function backgroundColor(\n color: (typeof CambioColor)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"primary\":\n return styles.cambioBlackBackgroundColor;\n case \"secondary\":\n return styles.cambioGray370BackgroundColor;\n case \"tertiary\":\n case \"success-tertiary\":\n case \"destructive-tertiary\":\n return styles.cambioTransparentFullBackgroundColor;\n case \"success-primary\":\n return styles.cambioSuccess700BackgroundColor;\n case \"success-secondary\":\n return styles.cambioSuccess370BackgroundColor;\n case \"destructive-primary\":\n return styles.cambioDestructive700BackgroundColor;\n case \"destructive-secondary\":\n return styles.cambioDestructive370BackgroundColor;\n case \"branded\":\n return styles.cambioYellow700BackgroundColor;\n default:\n return styles.cambioBlackBackgroundColor;\n }\n } else {\n switch (color) {\n case \"primary\":\n return styles.cambioGray200BackgroundColor;\n case \"secondary\":\n return styles.cambioGray870BackgroundColor;\n case \"tertiary\":\n case \"success-tertiary\":\n case \"destructive-tertiary\":\n return styles.cambioTransparentFullBackgroundColor;\n case \"success-primary\":\n return styles.cambioSuccess300BackgroundColor;\n case \"success-secondary\":\n return styles.cambioSuccess770BackgroundColor;\n case \"destructive-primary\":\n return styles.cambioDestructive300BackgroundColor;\n case \"destructive-secondary\":\n return styles.cambioDestructive770BackgroundColor;\n case \"branded\":\n return styles.cambioYellow700BackgroundColor;\n default:\n return styles.cambioWhiteBackgroundColor;\n }\n }\n}\n"],"mappings":";;;;;;AAGO,SAAS,gBACd,OACA,IACQ;AACR,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/colors/foregroundColor.ts"],"sourcesContent":["import { type CambioColor } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function cambioForegroundColor(\n color: (typeof CambioColor)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"primary\":\n case \"success-primary\":\n case \"destructive-primary\":\n return styles.cambioWhiteColor;\n case \"success-secondary\":\n case \"success-tertiary\":\n return styles.cambioSuccess900Color;\n case \"destructive-secondary\":\n case \"destructive-tertiary\":\n return styles.cambioDestructive900Color;\n default:\n return styles.cambioBlackColor;\n }\n } else {\n switch (color) {\n case \"primary\":\n case \"success-primary\":\n case \"destructive-primary\":\n return styles.cambioBlackColor;\n case \"secondary\":\n case \"tertiary\":\n return styles.cambioWhiteColor;\n case \"success-secondary\":\n case \"success-tertiary\":\n return styles.cambioSuccess100Color;\n case \"destructive-secondary\":\n case \"destructive-tertiary\":\n return styles.cambioDestructive100Color;\n default: // branded\n return styles.cambioBlackColor;\n }\n }\n}\n"],"mappings":";;;;;;AAGO,SAAS,sBACd,OACA,IACQ;AACR,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Button/Button.tsx","css-module:./Button.module.css#css-module"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAgB,kBAAkB;AAClC,OAAO,gBAAgB;;;ACDqE,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,mBAAkB,6BAA4B,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,QAAO,kBAAiB,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,oBAAmB,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B;;;ADgJpiB,SAoBI,KApBJ;AA5BN,IAAM,SAAS;AAAA,EACb,CACE;AAAA,IACE,eAAe;AAAA,IACf;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,OAAO;AAAA,IACP;AAAA,IACA,WAAW;AAAA,IACX,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,SAAS;AAAA,IACT,KAAK;AAAA,IACL;AAAA,IACA;AAAA,IACA,OAAO;AAAA,EACT,GACA,QACG;AACH,UAAM,aAAa,cAAc;AAEjC,UAAM,uBAAuB,sBAAsB,YAAY,KAAK,GAAG,EAAE;AACzE,UAAM,uBAAuB,gBAAgB,YAAY,KAAK,GAAG,EAAE;AACnE,UAAM,kBAAkB,UAAU,aAAa;AAE/C,WACE;AAAA,MAAC;AAAA;AAAA,QACC,eAAa;AAAA,QACb;AAAA,QACA,cAAY;AAAA,QACZ;AAAA,QACA,OAAO;AAAA,QACP,UAAU,CAAC,cAAc,YAAY;AAAA,QACrC;AAAA,QACA,WAAW;AAAA,UACT,sBAAO;AAAA,UACP;AAAA,UACA;AAAA,UACA,sBAAO,IAAI;AAAA,UACX;AAAA,YACE,CAAC,sBAAO,SAAS,GAAG;AAAA,YACpB,CAAC,sBAAO,SAAS,GAAG,SAAS,QAAQ,SAAS;AAAA,UAChD;AAAA,QACF;AAAA,QAEC;AAAA,WAAC,WAAW,aACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAO;AAAA,gBACP,iBAAS,IAAI;AAAA,gBACb,mBAAmB,sBAAO;AAAA,cAC5B;AAAA;AAAA,UACF;AAAA,WAEC,WAAW,eAAiB,CAAC,WAAW,SACzC,oBAAC,eAAI,UAAU,GACb,8BAAC,sBAAW,MAAM,oBAAY,IAAI,GAChC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA;AAAA,gBAET;AAAA,gBACA,mBAAmB,sBAAO;AAAA,cAC5B;AAAA,cACA,OAAO,EAAE,YAAY,IAAI;AAAA,cAExB,oBAAU,cAAc;AAAA;AAAA,UAC3B,GACF,GACF;AAAA,UAED,CAAC,WAAW,WACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAO;AAAA,gBACP,iBAAS,IAAI;AAAA,gBACb,mBAAmB,sBAAO;AAAA,cAC5B;AAAA;AAAA,UACF;AAAA,UAED,WACC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW,WAAW,sBAAO,SAAS,oBAAoB;AAAA,cAC1D,SAAQ;AAAA,cACR,OAAO,wBAAgB,IAAI;AAAA,cAC3B,QAAQ,wBAAgB,IAAI;AAAA,cAE5B;AAAA,gBAAC;AAAA;AAAA,kBACC,WAAW,sBAAO;AAAA,kBAClB,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,OAAO,cAAc;AAErB,IAAO,iBAAQ","sourcesContent":["import React, { forwardRef } from \"react\";\nimport classNames from \"classnames\";\nimport { type Size } from \"../constants\";\nimport Typography from \"../Typography/Typography\";\nimport Box from \"../Box/Box\";\nimport iconSize from \"./constants/iconSize\";\nimport textVariant from \"./constants/textVariant\";\nimport loadingIconSize from \"./constants/loadingIconSize\";\nimport styles from \"./Button.module.css\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { cambioColor } from \"./constants/color\";\nimport { backgroundColor } from \"../colors/backgroundColor\";\nimport { cambioForegroundColor } from \"../colors/foregroundColor\";\n\ntype ButtonProps = {\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 text to be displayed inside the button when it is in a loading state\n */\n loadingText?: string;\n /**\n * The color of the button\n *\n * `inverse` and `success` are deprecated\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\";\n /**\n * The size of the button\n *\n * Classic:\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * Cambio:\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * The label to be used for accessibility\n */\n accessibilityLabel?: string;\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\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?: React.ComponentType<{ className?: string }>;\n /**\n * The icon to be displayed at the end of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n endIcon?: React.ComponentType<{ className?: string }>;\n /**\n * Indicate whether the button renders on a light or dark background. Changes the color of the button (Cambio only)\n *\n * @defaulValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * The callback to be called when the button is clicked\n */\n onClick?: React.MouseEventHandler<HTMLButtonElement>;\n /**\n * The tooltip to be displayed when the user hovers over the button\n */\n tooltip?: string;\n /**\n * The type you want to set for the primitive `<button/>`\n */\n type?: \"button\" | \"submit\" | \"reset\";\n};\n\n/**\n * [Button](https://cambly-syntax.vercel.app/?path=/docs/components-button--docs) is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.\n */\nconst Button = forwardRef<HTMLButtonElement, ButtonProps>(\n (\n {\n \"data-testid\": dataTestId,\n text,\n loadingText,\n color = \"primary\",\n size = \"md\",\n accessibilityLabel,\n disabled = false,\n loading = false,\n fullWidth = false,\n startIcon: StartIcon,\n endIcon: EndIcon,\n on = \"lightBackground\",\n onClick,\n tooltip,\n type = \"button\",\n }: ButtonProps,\n ref,\n ) => {\n const isHydrated = useIsHydrated();\n\n const foregroundColorClass = cambioForegroundColor(cambioColor(color), on);\n const backgroundColorClass = backgroundColor(cambioColor(color), on);\n const disabledPrimary = color === \"primary\" && disabled;\n\n return (\n <button\n data-testid={dataTestId}\n ref={ref}\n aria-label={accessibilityLabel}\n type={type}\n title={tooltip}\n disabled={!isHydrated || disabled || loading}\n onClick={onClick}\n className={classNames(\n styles.button,\n foregroundColorClass,\n backgroundColorClass,\n styles[size],\n {\n [styles.fullWidth]: fullWidth,\n [styles.buttonGap]: size === \"lg\" || size === \"md\",\n },\n )}\n >\n {!loading && StartIcon && (\n <StartIcon\n className={classNames(\n styles.icon,\n iconSize[size],\n disabledPrimary && styles.disabledPrimary,\n )}\n />\n )}\n {((loading && loadingText) || (!loading && text)) && (\n <Box paddingX={1}>\n <Typography size={textVariant[size]}>\n <span\n className={classNames(\n // Temporary - until we have cambio colors on Typography\n foregroundColorClass,\n disabledPrimary && styles.disabledPrimary,\n )}\n style={{ fontWeight: 500 }}\n >\n {loading ? loadingText : text}\n </span>\n </Typography>\n </Box>\n )}\n {!loading && EndIcon && (\n <EndIcon\n className={classNames(\n styles.icon,\n iconSize[size],\n disabledPrimary && styles.disabledPrimary,\n )}\n />\n )}\n {loading && (\n <svg\n className={classNames(styles.loading, foregroundColorClass)}\n viewBox=\"22 22 44 44\"\n width={loadingIconSize[size]}\n height={loadingIconSize[size]}\n >\n <circle\n className={styles.loadingCircle}\n cx=\"44\"\n cy=\"44\"\n r=\"20.2\"\n fill=\"none\"\n strokeWidth=\"3.6\"\n />\n </svg>\n )}\n </button>\n );\n },\n);\n\nButton.displayName = \"Button\";\n\nexport default Button;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_hiifq_1\",\"buttonGap\":\"_buttonGap_hiifq_9\",\"disabledPrimary\":\"_disabledPrimary_hiifq_50\",\"fullWidth\":\"_fullWidth_hiifq_54\",\"sm\":\"_sm_hiifq_58\",\"md\":\"_md_hiifq_65\",\"lg\":\"_lg_hiifq_72\",\"icon\":\"_icon_hiifq_79\",\"smIcon\":\"_smIcon_hiifq_83\",\"mdIcon\":\"_mdIcon_hiifq_90\",\"lgIcon\":\"_lgIcon_hiifq_97\",\"loading\":\"_loading_hiifq_114\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_hiifq_1\",\"loadingCircle\":\"_loadingCircle_hiifq_118\"}"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/TextField/TextField.tsx","css-module:./TextField.module.css#css-module"],"sourcesContent":["import React, {\n type ReactElement,\n type HTMLInputTypeAttribute,\n useId,\n} from \"react\";\nimport classNames from \"classnames\";\nimport styles from \"./TextField.module.css\";\nimport Box from \"../Box/Box\";\nimport Typography from \"../Typography/Typography\";\nimport useIsHydrated from \"../useIsHydrated\";\n\n/**\n * [TextField](https://cambly-syntax.vercel.app/?path=/docs/components-textfield--docs) is a component that allows users to enter text.\n */\nexport default function TextField({\n autoComplete,\n \"data-testid\": dataTestId,\n disabled: disabledProp = false,\n errorText = \"\",\n helperText = \"\",\n id,\n label,\n onChange,\n placeholder = \"\",\n size = \"md\",\n type = \"text\",\n value = \"\",\n}: {\n /**\n * The autocomplete attribute specifies whether or not an input field should have autocomplete enabled.\n *\n * Feel free to add new values from the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) as needed\n */\n autoComplete?: \"current-password\" | \"new-password\" | \"off\" | \"on\" | \"email\";\n /**\n * A data-testid to make querying for the TextField easier.\n */\n \"data-testid\"?: string;\n /**\n * If true, the TextField will be disabled.\n *\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * Text shown below TextField if there is an input error.\n */\n errorText?: string;\n /**\n * Informative helper text shown below TextField\n */\n helperText?: string;\n /**\n * TextField id, if not provided, a unique id will be generated\n */\n id?: string;\n /**\n * TextField visible label\n */\n label: string;\n /**\n * The callback to be called the input changes\n */\n onChange: React.ChangeEventHandler<HTMLInputElement>;\n /**\n * Optional TextField placeholder text\n */\n placeholder?: string;\n /**\n * Size of the TextField\n *\n * Classic:\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * Cambio:\n * * `md`: 48px\n *\n * @defaultValue \"md\"\n */\n size?: \"sm\" | \"md\" | \"lg\";\n /**\n * Input type of the TextField\n *\n * See [full list of input types](https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types)\n */\n type?: HTMLInputTypeAttribute;\n /**\n * Value of the TextField\n */\n value: string;\n}): ReactElement {\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n const reactId = useId();\n const inputId = id ?? reactId;\n\n return (\n <Box\n display=\"flex\"\n direction=\"column\"\n gap={2}\n width=\"100%\"\n dangerouslySetInlineStyle={{\n __style: {\n opacity: disabled ? 0.5 : 1,\n },\n }}\n >\n {label && (\n <label className={styles.label} htmlFor={inputId}>\n <Box paddingX={1}>\n <Typography size={100} color=\"gray700\">\n {label}\n </Typography>\n </Box>\n </label>\n )}\n <input\n autoComplete={autoComplete}\n className={classNames(styles.textfield, styles.md, styles.height, {\n [styles.inputError]: errorText,\n })}\n data-size={size}\n data-testid={dataTestId}\n disabled={disabled}\n id={inputId}\n type={type}\n onChange={onChange}\n placeholder={placeholder}\n value={value}\n />\n {(helperText || errorText) && (\n <Box paddingX={1}>\n <Typography\n size={100}\n color={errorText ? \"destructive-primary\" : \"gray700\"}\n >\n {errorText || helperText}\n </Typography>\n </Box>\n )}\n </Box>\n );\n}\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/TextField/TextField.module.css\"; export default {\"textfield\":\"_textfield_wgza3_1\",\"label\":\"_label_wgza3_22\",\"md\":\"_md_wgza3_26\",\"height\":\"_height_wgza3_30\",\"inputError\":\"_inputError_wgza3_34\"}"],"mappings":";;;;;;;;;;;;AAAA;AAAA,EAGE;AAAA,OACK;AACP,OAAO,gBAAgB;;;ACL2E,IAAO,2BAAQ,EAAC,aAAY,sBAAqB,SAAQ,mBAAkB,MAAK,gBAAe,UAAS,oBAAmB,cAAa,uBAAsB;;;ADmG5P,SAcQ,KAdR;AArFW,SAAR,UAA2B;AAAA,EAChC;AAAA,EACA,eAAe;AAAA,EACf,UAAU,eAAe;AAAA,EACzB,YAAY;AAAA,EACZ,aAAa;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA,cAAc;AAAA,EACd,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AACV,GAiEiB;AACf,QAAM,aAAa,cAAc;AACjC,QAAM,WAAW,CAAC,cAAc;AAChC,QAAM,UAAU,MAAM;AACtB,QAAM,UAAU,kBAAM;AAEtB,SACE;AAAA,IAAC;AAAA;AAAA,MACC,SAAQ;AAAA,MACR,WAAU;AAAA,MACV,KAAK;AAAA,MACL,OAAM;AAAA,MACN,2BAA2B;AAAA,QACzB,SAAS;AAAA,UACP,SAAS,WAAW,MAAM;AAAA,QAC5B;AAAA,MACF;AAAA,MAEC;AAAA,iBACC,oBAAC,WAAM,WAAW,yBAAO,OAAO,SAAS,SACvC,8BAAC,eAAI,UAAU,GACb,8BAAC,sBAAW,MAAM,KAAK,OAAM,WAC1B,iBACH,GACF,GACF;AAAA,QAEF;AAAA,UAAC;AAAA;AAAA,YACC;AAAA,YACA,WAAW,WAAW,yBAAO,WAAW,yBAAO,IAAI,yBAAO,QAAQ;AAAA,cAChE,CAAC,yBAAO,UAAU,GAAG;AAAA,YACvB,CAAC;AAAA,YACD,aAAW;AAAA,YACX,eAAa;AAAA,YACb;AAAA,YACA,IAAI;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA;AAAA,QACF;AAAA,SACE,cAAc,cACd,oBAAC,eAAI,UAAU,GACb;AAAA,UAAC;AAAA;AAAA,YACC,MAAM;AAAA,YACN,OAAO,YAAY,wBAAwB;AAAA,YAE1C,uBAAa;AAAA;AAAA,QAChB,GACF;AAAA;AAAA;AAAA,EAEJ;AAEJ;","names":[]}
@@ -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_rzcwj_2", "destructive700Color": "_destructive700Color_rzcwj_6", "gray700Color": "_gray700Color_rzcwj_10", "gray900Color": "_gray900Color_rzcwj_14", "primary700Color": "_primary700Color_rzcwj_18", "success700Color": "_success700Color_rzcwj_22", "whiteColor": "_whiteColor_rzcwj_26", "blackBackgroundColor": "_blackBackgroundColor_rzcwj_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_rzcwj_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_rzcwj_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_rzcwj_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_rzcwj_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_rzcwj_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_rzcwj_55", "gray10BackgroundColor": "_gray10BackgroundColor_rzcwj_59", "gray30BackgroundColor": "_gray30BackgroundColor_rzcwj_63", "gray60BackgroundColor": "_gray60BackgroundColor_rzcwj_67", "gray80BackgroundColor": "_gray80BackgroundColor_rzcwj_71", "gray100BackgroundColor": "_gray100BackgroundColor_rzcwj_75", "gray200BackgroundColor": "_gray200BackgroundColor_rzcwj_79", "gray300BackgroundColor": "_gray300BackgroundColor_rzcwj_83", "gray700BackgroundColor": "_gray700BackgroundColor_rzcwj_87", "gray800BackgroundColor": "_gray800BackgroundColor_rzcwj_91", "gray900BackgroundColor": "_gray900BackgroundColor_rzcwj_95", "orange100BackgroundColor": "_orange100BackgroundColor_rzcwj_99", "orange200BackgroundColor": "_orange200BackgroundColor_rzcwj_103", "orange300BackgroundColor": "_orange300BackgroundColor_rzcwj_107", "orange700BackgroundColor": "_orange700BackgroundColor_rzcwj_111", "orange800BackgroundColor": "_orange800BackgroundColor_rzcwj_115", "orange900BackgroundColor": "_orange900BackgroundColor_rzcwj_119", "primary100BackgroundColor": "_primary100BackgroundColor_rzcwj_123", "primary200BackgroundColor": "_primary200BackgroundColor_rzcwj_127", "primary300BackgroundColor": "_primary300BackgroundColor_rzcwj_131", "primary700BackgroundColor": "_primary700BackgroundColor_rzcwj_135", "primary800BackgroundColor": "_primary800BackgroundColor_rzcwj_139", "primary900BackgroundColor": "_primary900BackgroundColor_rzcwj_143", "success100BackgroundColor": "_success100BackgroundColor_rzcwj_147", "success200BackgroundColor": "_success200BackgroundColor_rzcwj_151", "success300BackgroundColor": "_success300BackgroundColor_rzcwj_155", "success700BackgroundColor": "_success700BackgroundColor_rzcwj_159", "success800BackgroundColor": "_success800BackgroundColor_rzcwj_163", "success900BackgroundColor": "_success900BackgroundColor_rzcwj_167", "purple100BackgroundColor": "_purple100BackgroundColor_rzcwj_171", "purple200BackgroundColor": "_purple200BackgroundColor_rzcwj_175", "purple300BackgroundColor": "_purple300BackgroundColor_rzcwj_179", "purple700BackgroundColor": "_purple700BackgroundColor_rzcwj_183", "purple800BackgroundColor": "_purple800BackgroundColor_rzcwj_187", "purple900BackgroundColor": "_purple900BackgroundColor_rzcwj_191", "whiteBackgroundColor": "_whiteBackgroundColor_rzcwj_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_rzcwj_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_rzcwj_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_rzcwj_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_rzcwj_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_rzcwj_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_rzcwj_219", "cambioBlackColor": "_cambioBlackColor_rzcwj_224", "cambioWhiteColor": "_cambioWhiteColor_rzcwj_228", "cambioGray100Color": "_cambioGray100Color_rzcwj_232", "cambioGray200Color": "_cambioGray200Color_rzcwj_236", "cambioGray300Color": "_cambioGray300Color_rzcwj_240", "cambioGray370Color": "_cambioGray370Color_rzcwj_244", "cambioGray700Color": "_cambioGray700Color_rzcwj_248", "cambioGray800Color": "_cambioGray800Color_rzcwj_252", "cambioGray870Color": "_cambioGray870Color_rzcwj_256", "cambioGray900Color": "_cambioGray900Color_rzcwj_260", "cambioDestructive100Color": "_cambioDestructive100Color_rzcwj_264", "cambioDestructive300Color": "_cambioDestructive300Color_rzcwj_268", "cambioDestructive370Color": "_cambioDestructive370Color_rzcwj_272", "cambioDestructive700Color": "_cambioDestructive700Color_rzcwj_276", "cambioDestructive770Color": "_cambioDestructive770Color_rzcwj_280", "cambioDestructive900Color": "_cambioDestructive900Color_rzcwj_284", "cambioSuccess100Color": "_cambioSuccess100Color_rzcwj_288", "cambioSuccess300Color": "_cambioSuccess300Color_rzcwj_292", "cambioSuccess370Color": "_cambioSuccess370Color_rzcwj_296", "cambioSuccess700Color": "_cambioSuccess700Color_rzcwj_300", "cambioSuccess770Color": "_cambioSuccess770Color_rzcwj_304", "cambioSuccess900Color": "_cambioSuccess900Color_rzcwj_308", "cambioRedColor": "_cambioRedColor_rzcwj_312", "cambioOrangeColor": "_cambioOrangeColor_rzcwj_316", "cambioTanColor": "_cambioTanColor_rzcwj_320", "cambioCreamColor": "_cambioCreamColor_rzcwj_324", "cambioPurpleColor": "_cambioPurpleColor_rzcwj_328", "cambioLilacColor": "_cambioLilacColor_rzcwj_332", "cambioThistleColor": "_cambioThistleColor_rzcwj_336", "cambioPinkColor": "_cambioPinkColor_rzcwj_340", "cambioNavyColor": "_cambioNavyColor_rzcwj_344", "cambioTealColor": "_cambioTealColor_rzcwj_348", "cambioSlateColor": "_cambioSlateColor_rzcwj_352", "cambioSkyColor": "_cambioSkyColor_rzcwj_356", "cambioYellow700Color": "_cambioYellow700Color_rzcwj_360", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_rzcwj_364", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_rzcwj_368", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_rzcwj_372", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_rzcwj_376", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_rzcwj_380", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_rzcwj_384", "gray370BackgroundColor": "_gray370BackgroundColor_rzcwj_388", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_rzcwj_392", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_rzcwj_396", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_rzcwj_400", "gray870BackgroundColor": "_gray870BackgroundColor_rzcwj_404", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_rzcwj_408", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_rzcwj_412", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_rzcwj_416", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_rzcwj_420", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_rzcwj_424", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_rzcwj_428", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_rzcwj_432", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_rzcwj_436", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_rzcwj_440", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_rzcwj_444", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_rzcwj_448", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_rzcwj_452", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_rzcwj_456", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_rzcwj_460", "redBackgroundColor": "_redBackgroundColor_rzcwj_464", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_rzcwj_468", "orangeBackgroundColor": "_orangeBackgroundColor_rzcwj_472", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_rzcwj_476", "tanBackgroundColor": "_tanBackgroundColor_rzcwj_480", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_rzcwj_484", "creamBackgroundColor": "_creamBackgroundColor_rzcwj_488", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_rzcwj_492", "purpleBackgroundColor": "_purpleBackgroundColor_rzcwj_496", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_rzcwj_500", "lilacBackgroundColor": "_lilacBackgroundColor_rzcwj_504", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_rzcwj_508", "thistleBackgroundColor": "_thistleBackgroundColor_rzcwj_512", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_rzcwj_516", "pinkBackgroundColor": "_pinkBackgroundColor_rzcwj_520", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_rzcwj_524", "navyBackgroundColor": "_navyBackgroundColor_rzcwj_528", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_rzcwj_532", "tealBackgroundColor": "_tealBackgroundColor_rzcwj_536", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_rzcwj_540", "slateBackgroundColor": "_slateBackgroundColor_rzcwj_544", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_rzcwj_548", "skyBackgroundColor": "_skyBackgroundColor_rzcwj_552", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_rzcwj_556", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_rzcwj_560" };
5
-
6
-
7
-
8
- exports.colors_module_default = colors_module_default;
9
- //# sourceMappingURL=QAS3KERZ.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"names":[],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_rzcwj_2\",\"destructive700Color\":\"_destructive700Color_rzcwj_6\",\"gray700Color\":\"_gray700Color_rzcwj_10\",\"gray900Color\":\"_gray900Color_rzcwj_14\",\"primary700Color\":\"_primary700Color_rzcwj_18\",\"success700Color\":\"_success700Color_rzcwj_22\",\"whiteColor\":\"_whiteColor_rzcwj_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_rzcwj_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_rzcwj_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_rzcwj_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_rzcwj_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_rzcwj_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_rzcwj_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_rzcwj_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_rzcwj_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_rzcwj_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_rzcwj_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_rzcwj_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_rzcwj_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_rzcwj_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_rzcwj_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_rzcwj_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_rzcwj_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_rzcwj_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_rzcwj_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_rzcwj_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_rzcwj_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_rzcwj_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_rzcwj_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_rzcwj_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_rzcwj_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_rzcwj_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_rzcwj_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_rzcwj_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_rzcwj_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_rzcwj_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_rzcwj_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_rzcwj_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_rzcwj_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_rzcwj_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_rzcwj_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_rzcwj_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_rzcwj_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_rzcwj_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_rzcwj_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_rzcwj_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_rzcwj_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_rzcwj_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_rzcwj_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_rzcwj_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_rzcwj_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_rzcwj_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_rzcwj_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_rzcwj_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_rzcwj_219\",\"cambioBlackColor\":\"_cambioBlackColor_rzcwj_224\",\"cambioWhiteColor\":\"_cambioWhiteColor_rzcwj_228\",\"cambioGray100Color\":\"_cambioGray100Color_rzcwj_232\",\"cambioGray200Color\":\"_cambioGray200Color_rzcwj_236\",\"cambioGray300Color\":\"_cambioGray300Color_rzcwj_240\",\"cambioGray370Color\":\"_cambioGray370Color_rzcwj_244\",\"cambioGray700Color\":\"_cambioGray700Color_rzcwj_248\",\"cambioGray800Color\":\"_cambioGray800Color_rzcwj_252\",\"cambioGray870Color\":\"_cambioGray870Color_rzcwj_256\",\"cambioGray900Color\":\"_cambioGray900Color_rzcwj_260\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_rzcwj_264\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_rzcwj_268\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_rzcwj_272\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_rzcwj_276\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_rzcwj_280\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_rzcwj_284\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_rzcwj_288\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_rzcwj_292\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_rzcwj_296\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_rzcwj_300\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_rzcwj_304\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_rzcwj_308\",\"cambioRedColor\":\"_cambioRedColor_rzcwj_312\",\"cambioOrangeColor\":\"_cambioOrangeColor_rzcwj_316\",\"cambioTanColor\":\"_cambioTanColor_rzcwj_320\",\"cambioCreamColor\":\"_cambioCreamColor_rzcwj_324\",\"cambioPurpleColor\":\"_cambioPurpleColor_rzcwj_328\",\"cambioLilacColor\":\"_cambioLilacColor_rzcwj_332\",\"cambioThistleColor\":\"_cambioThistleColor_rzcwj_336\",\"cambioPinkColor\":\"_cambioPinkColor_rzcwj_340\",\"cambioNavyColor\":\"_cambioNavyColor_rzcwj_344\",\"cambioTealColor\":\"_cambioTealColor_rzcwj_348\",\"cambioSlateColor\":\"_cambioSlateColor_rzcwj_352\",\"cambioSkyColor\":\"_cambioSkyColor_rzcwj_356\",\"cambioYellow700Color\":\"_cambioYellow700Color_rzcwj_360\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_rzcwj_364\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_rzcwj_368\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_rzcwj_372\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_rzcwj_376\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_rzcwj_380\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_rzcwj_384\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_rzcwj_388\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_rzcwj_392\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_rzcwj_396\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_rzcwj_400\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_rzcwj_404\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_rzcwj_408\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_rzcwj_412\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_rzcwj_416\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_rzcwj_420\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_rzcwj_424\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_rzcwj_428\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_rzcwj_432\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_rzcwj_436\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_rzcwj_440\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_rzcwj_444\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_rzcwj_448\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_rzcwj_452\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_rzcwj_456\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_rzcwj_460\",\"redBackgroundColor\":\"_redBackgroundColor_rzcwj_464\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_rzcwj_468\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_rzcwj_472\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_rzcwj_476\",\"tanBackgroundColor\":\"_tanBackgroundColor_rzcwj_480\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_rzcwj_484\",\"creamBackgroundColor\":\"_creamBackgroundColor_rzcwj_488\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_rzcwj_492\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_rzcwj_496\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_rzcwj_500\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_rzcwj_504\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_rzcwj_508\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_rzcwj_512\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_rzcwj_516\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_rzcwj_520\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_rzcwj_524\",\"navyBackgroundColor\":\"_navyBackgroundColor_rzcwj_528\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_rzcwj_532\",\"tealBackgroundColor\":\"_tealBackgroundColor_rzcwj_536\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_rzcwj_540\",\"slateBackgroundColor\":\"_slateBackgroundColor_rzcwj_544\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_rzcwj_548\",\"skyBackgroundColor\":\"_skyBackgroundColor_rzcwj_552\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_rzcwj_556\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_rzcwj_560\"}"]}
@@ -1,60 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
-
3
-
4
- var _DTKTTGU5cjs = require('./DTKTTGU5.cjs');
5
-
6
- // src/colors/backgroundColor.ts
7
- function backgroundColor(color, on) {
8
- if (on === "lightBackground") {
9
- switch (color) {
10
- case "primary":
11
- return _DTKTTGU5cjs.colors_module_default.cambioBlackBackgroundColor;
12
- case "secondary":
13
- return _DTKTTGU5cjs.colors_module_default.cambioGray370BackgroundColor;
14
- case "tertiary":
15
- case "success-tertiary":
16
- case "destructive-tertiary":
17
- return _DTKTTGU5cjs.colors_module_default.cambioTransparentFullBackgroundColor;
18
- case "success-primary":
19
- return _DTKTTGU5cjs.colors_module_default.cambioSuccess700BackgroundColor;
20
- case "success-secondary":
21
- return _DTKTTGU5cjs.colors_module_default.cambioSuccess370BackgroundColor;
22
- case "destructive-primary":
23
- return _DTKTTGU5cjs.colors_module_default.cambioDestructive700BackgroundColor;
24
- case "destructive-secondary":
25
- return _DTKTTGU5cjs.colors_module_default.cambioDestructive370BackgroundColor;
26
- case "branded":
27
- return _DTKTTGU5cjs.colors_module_default.cambioYellow700BackgroundColor;
28
- default:
29
- return _DTKTTGU5cjs.colors_module_default.cambioBlackBackgroundColor;
30
- }
31
- } else {
32
- switch (color) {
33
- case "primary":
34
- return _DTKTTGU5cjs.colors_module_default.cambioGray200BackgroundColor;
35
- case "secondary":
36
- return _DTKTTGU5cjs.colors_module_default.cambioGray870BackgroundColor;
37
- case "tertiary":
38
- case "success-tertiary":
39
- case "destructive-tertiary":
40
- return _DTKTTGU5cjs.colors_module_default.cambioTransparentFullBackgroundColor;
41
- case "success-primary":
42
- return _DTKTTGU5cjs.colors_module_default.cambioSuccess300BackgroundColor;
43
- case "success-secondary":
44
- return _DTKTTGU5cjs.colors_module_default.cambioSuccess770BackgroundColor;
45
- case "destructive-primary":
46
- return _DTKTTGU5cjs.colors_module_default.cambioDestructive300BackgroundColor;
47
- case "destructive-secondary":
48
- return _DTKTTGU5cjs.colors_module_default.cambioDestructive770BackgroundColor;
49
- case "branded":
50
- return _DTKTTGU5cjs.colors_module_default.cambioYellow700BackgroundColor;
51
- default:
52
- return _DTKTTGU5cjs.colors_module_default.cambioWhiteBackgroundColor;
53
- }
54
- }
55
- }
56
-
57
-
58
-
59
- exports.backgroundColor = backgroundColor;
60
- //# sourceMappingURL=T5EA5RPQ.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/colors/backgroundColor.ts"],"names":[],"mappings":";;;;;;AAGO,SAAS,gBACd,OACA,IACQ;AACR,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF","sourcesContent":["import { type CambioColor } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function backgroundColor(\n color: (typeof CambioColor)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"primary\":\n return styles.cambioBlackBackgroundColor;\n case \"secondary\":\n return styles.cambioGray370BackgroundColor;\n case \"tertiary\":\n case \"success-tertiary\":\n case \"destructive-tertiary\":\n return styles.cambioTransparentFullBackgroundColor;\n case \"success-primary\":\n return styles.cambioSuccess700BackgroundColor;\n case \"success-secondary\":\n return styles.cambioSuccess370BackgroundColor;\n case \"destructive-primary\":\n return styles.cambioDestructive700BackgroundColor;\n case \"destructive-secondary\":\n return styles.cambioDestructive370BackgroundColor;\n case \"branded\":\n return styles.cambioYellow700BackgroundColor;\n default:\n return styles.cambioBlackBackgroundColor;\n }\n } else {\n switch (color) {\n case \"primary\":\n return styles.cambioGray200BackgroundColor;\n case \"secondary\":\n return styles.cambioGray870BackgroundColor;\n case \"tertiary\":\n case \"success-tertiary\":\n case \"destructive-tertiary\":\n return styles.cambioTransparentFullBackgroundColor;\n case \"success-primary\":\n return styles.cambioSuccess300BackgroundColor;\n case \"success-secondary\":\n return styles.cambioSuccess770BackgroundColor;\n case \"destructive-primary\":\n return styles.cambioDestructive300BackgroundColor;\n case \"destructive-secondary\":\n return styles.cambioDestructive770BackgroundColor;\n case \"branded\":\n return styles.cambioYellow700BackgroundColor;\n default:\n return styles.cambioWhiteBackgroundColor;\n }\n }\n}\n"]}