@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
@@ -4,26 +4,26 @@ import {
4
4
  } from "./BOX3VY3Q.js";
5
5
  import {
6
6
  Button_default
7
- } from "./GR5G6EJO.js";
7
+ } from "./CUJFDOPJ.js";
8
8
  import {
9
9
  Divider
10
- } from "./XHTRMLY4.js";
10
+ } from "./TK2EQ6QG.js";
11
11
  import {
12
12
  RichSelectChip_default
13
- } from "./H2AWA6IQ.js";
13
+ } from "./MOLOILVI.js";
14
14
  import {
15
15
  RichSelectSection_default
16
- } from "./OQE24UY6.js";
16
+ } from "./YF53K6PE.js";
17
17
  import {
18
18
  RichSelectRadioButton_default
19
- } from "./UB4WHLZC.js";
19
+ } from "./FRR2K77P.js";
20
20
  import {
21
21
  RichSelectItemContext,
22
22
  RichSelect_module_default
23
23
  } from "./ODMJANSX.js";
24
24
  import {
25
25
  Box_default
26
- } from "./ZPY7QEBH.js";
26
+ } from "./GCE2CI4A.js";
27
27
 
28
28
  // src/RichSelect/RichSelectBox.tsx
29
29
  import {
@@ -208,4 +208,4 @@ export {
208
208
  RichSelectBoxContext,
209
209
  RichSelectBox_default
210
210
  };
211
- //# sourceMappingURL=T6BFW6YO.js.map
211
+ //# sourceMappingURL=LQ6UZ6GG.js.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./ZPY7QEBH.js";
4
+ } from "./GCE2CI4A.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./3GNWH6C7.js";
7
+ } from "./YAM7DAOZ.js";
8
8
  import {
9
9
  useIsHydrated
10
10
  } from "./JB65NEXK.js";
@@ -85,4 +85,4 @@ function TextField({
85
85
  export {
86
86
  TextField
87
87
  };
88
- //# sourceMappingURL=PCHHRCCA.js.map
88
+ //# sourceMappingURL=LV2KIGSE.js.map
@@ -0,0 +1 @@
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 * * `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;;;AD6F5P,SAcQ,KAdR;AA/EW,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,GA2DiB;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":[]}
@@ -0,0 +1,56 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
+
3
+
4
+ var _KZT53ITQcjs = require('./KZT53ITQ.cjs');
5
+
6
+ // src/colors/backgroundColor.ts
7
+ function backgroundColor(color, on) {
8
+ if (on === "lightBackground") {
9
+ switch (color) {
10
+ case "primary":
11
+ return _KZT53ITQcjs.colors_module_default.cambioBlackBackgroundColor;
12
+ case "secondary":
13
+ case "success-secondary":
14
+ case "destructive-secondary":
15
+ return _KZT53ITQcjs.colors_module_default.cambioTransparentFullBackgroundColor;
16
+ case "tertiary":
17
+ case "success-tertiary":
18
+ case "destructive-tertiary":
19
+ return _KZT53ITQcjs.colors_module_default.cambioTransparentFullBackgroundColor;
20
+ case "success-primary":
21
+ return _KZT53ITQcjs.colors_module_default.cambioSuccess700BackgroundColor;
22
+ case "destructive-primary":
23
+ return _KZT53ITQcjs.colors_module_default.cambioDestructive700BackgroundColor;
24
+ case "branded":
25
+ return _KZT53ITQcjs.colors_module_default.cambioYellow700BackgroundColor;
26
+ default:
27
+ return _KZT53ITQcjs.colors_module_default.cambioBlackBackgroundColor;
28
+ }
29
+ } else {
30
+ switch (color) {
31
+ case "primary":
32
+ return _KZT53ITQcjs.colors_module_default.cambioGray200BackgroundColor;
33
+ case "secondary":
34
+ case "success-secondary":
35
+ case "destructive-secondary":
36
+ return _KZT53ITQcjs.colors_module_default.cambioTransparentFullBackgroundColor;
37
+ case "tertiary":
38
+ case "success-tertiary":
39
+ case "destructive-tertiary":
40
+ return _KZT53ITQcjs.colors_module_default.cambioTransparentFullBackgroundColor;
41
+ case "success-primary":
42
+ return _KZT53ITQcjs.colors_module_default.cambioSuccess300BackgroundColor;
43
+ case "destructive-primary":
44
+ return _KZT53ITQcjs.colors_module_default.cambioDestructive300BackgroundColor;
45
+ case "branded":
46
+ return _KZT53ITQcjs.colors_module_default.cambioYellow700BackgroundColor;
47
+ default:
48
+ return _KZT53ITQcjs.colors_module_default.cambioWhiteBackgroundColor;
49
+ }
50
+ }
51
+ }
52
+
53
+
54
+
55
+ exports.backgroundColor = backgroundColor;
56
+ //# sourceMappingURL=M3PAAPMI.cjs.map
@@ -0,0 +1 @@
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;AAAA,MACL,KAAK;AAAA,MACL,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;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,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;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 case \"success-secondary\":\n case \"destructive-secondary\":\n return styles.cambioTransparentFullBackgroundColor;\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 \"destructive-primary\":\n return styles.cambioDestructive700BackgroundColor;\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 case \"success-secondary\":\n case \"destructive-secondary\":\n return styles.cambioTransparentFullBackgroundColor;\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 \"destructive-primary\":\n return styles.cambioDestructive300BackgroundColor;\n case \"branded\":\n return styles.cambioYellow700BackgroundColor;\n default:\n return styles.cambioWhiteBackgroundColor;\n }\n }\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _LL5MNX7Ycjs = require('./LL5MNX7Y.cjs');
4
+ var _ESGHXEEAcjs = require('./ESGHXEEA.cjs');
5
5
 
6
6
 
7
7
  var _RYUXG4AScjs = require('./RYUXG4AS.cjs');
@@ -16,7 +16,7 @@ var _jsxruntime = require('react/jsx-runtime');
16
16
  var RichSelectChip_default = _react.forwardRef.call(void 0,
17
17
  function RichSelectChip(props, ref) {
18
18
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItem_default, _X2SDR4SDcjs.__spreadProps.call(void 0, _X2SDR4SDcjs.__spreadValues.call(void 0, {}, props), { ref, children: ({ isSelected, isFocusVisible, isDisabled }) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19
- _LL5MNX7Ycjs.Chip_default,
19
+ _ESGHXEEAcjs.Chip_default,
20
20
  {
21
21
  text: props.label,
22
22
  selected: isSelected,
@@ -31,4 +31,4 @@ var RichSelectChip_default = _react.forwardRef.call(void 0,
31
31
 
32
32
 
33
33
  exports.RichSelectChip_default = RichSelectChip_default;
34
- //# sourceMappingURL=N2V7ZZBM.cjs.map
34
+ //# sourceMappingURL=MI5OUDV4.cjs.map
@@ -4,13 +4,13 @@
4
4
  var _XLUVINJWcjs = require('./XLUVINJW.cjs');
5
5
 
6
6
 
7
- var _OT2MUGKKcjs = require('./OT2MUGKK.cjs');
7
+ var _RJ3ZYLJScjs = require('./RJ3ZYLJS.cjs');
8
8
 
9
9
 
10
- var _5VHLZADOcjs = require('./5VHLZADO.cjs');
10
+ var _XCSW34UMcjs = require('./XCSW34UM.cjs');
11
11
 
12
12
 
13
- var _QAS3KERZcjs = require('./QAS3KERZ.cjs');
13
+ var _QT6IRCGWcjs = require('./QT6IRCGW.cjs');
14
14
 
15
15
 
16
16
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -62,7 +62,7 @@ var RadioButton = ({
62
62
  {
63
63
  className: _classnames2.default.call(void 0,
64
64
  RadioButton_module_default.background,
65
- error ? _QAS3KERZcjs.colors_module_default.cambioDestructive370BackgroundColor : _QAS3KERZcjs.colors_module_default.cambioGray370BackgroundColor,
65
+ error ? _QT6IRCGWcjs.colors_module_default.cambioDestructive370BackgroundColor : _QT6IRCGWcjs.colors_module_default.cambioGray370BackgroundColor,
66
66
  RadioButton_module_default[size],
67
67
  {
68
68
  [_XLUVINJWcjs.Focus_module_default.accessibilityOutlineFocus]: isFocused && isFocusVisible || dangerouslyForceFocusStyles
@@ -71,7 +71,7 @@ var RadioButton = ({
71
71
  }
72
72
  ),
73
73
  checked && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
74
- _OT2MUGKKcjs.Box_default,
74
+ _RJ3ZYLJScjs.Box_default,
75
75
  {
76
76
  backgroundColor: error ? "destructive900" : "gray900",
77
77
  width: size === "md" ? 12 : 8,
@@ -113,7 +113,7 @@ var RadioButton = ({
113
113
  }
114
114
  ),
115
115
  label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
116
- _5VHLZADOcjs.Typography_default,
116
+ _XCSW34UMcjs.Typography_default,
117
117
  {
118
118
  size: size === "md" ? 200 : 100,
119
119
  color: error ? "destructive-primary" : "gray900",
@@ -129,4 +129,4 @@ var RadioButton_default = RadioButton;
129
129
 
130
130
 
131
131
  exports.RadioButton_default = RadioButton_default;
132
- //# sourceMappingURL=KYGRRVLW.cjs.map
132
+ //# sourceMappingURL=MLUQYLT2.cjs.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Chip_default
4
- } from "./RTT2WOZS.js";
4
+ } from "./NPOX7QNB.js";
5
5
  import {
6
6
  RichSelectItem_default
7
7
  } from "./ODMJANSX.js";
@@ -31,4 +31,4 @@ var RichSelectChip_default = forwardRef(
31
31
  export {
32
32
  RichSelectChip_default
33
33
  };
34
- //# sourceMappingURL=H2AWA6IQ.js.map
34
+ //# sourceMappingURL=MOLOILVI.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Typography_default
4
- } from "./3GNWH6C7.js";
4
+ } from "./YAM7DAOZ.js";
5
5
 
6
6
  // src/Heading/Heading.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -47,4 +47,4 @@ var Heading_default = Heading;
47
47
  export {
48
48
  Heading_default
49
49
  };
50
- //# sourceMappingURL=XZ23UL5J.js.map
50
+ //# sourceMappingURL=N6YLXBLU.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
2
2
 
3
3
 
4
- var _2IHACTOYcjs = require('./2IHACTOY.cjs');
4
+ var _BNBE2XVMcjs = require('./BNBE2XVM.cjs');
5
5
 
6
6
 
7
- var _MUYNXIZKcjs = require('./MUYNXIZK.cjs');
7
+ var _5VVFGPW6cjs = require('./5VVFGPW6.cjs');
8
8
 
9
9
 
10
10
  var _PLUVW6AMcjs = require('./PLUVW6AM.cjs');
@@ -13,7 +13,7 @@ var _PLUVW6AMcjs = require('./PLUVW6AM.cjs');
13
13
  var _IL22HCBFcjs = require('./IL22HCBF.cjs');
14
14
 
15
15
 
16
- var _OT2MUGKKcjs = require('./OT2MUGKK.cjs');
16
+ var _RJ3ZYLJScjs = require('./RJ3ZYLJS.cjs');
17
17
 
18
18
 
19
19
  var _E5P6WRJDcjs = require('./E5P6WRJD.cjs');
@@ -113,13 +113,13 @@ var ModalDialog = _react.forwardRef.call(void 0,
113
113
  "aria-label": accessibilityLabel,
114
114
  onChangeContentVisibility,
115
115
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
116
- _2IHACTOYcjs.Dialog_default,
116
+ _BNBE2XVMcjs.Dialog_default,
117
117
  {
118
118
  accessibilityLabel,
119
119
  "data-testid": dataTestId,
120
120
  children: [
121
121
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
122
- _OT2MUGKKcjs.Box_default,
122
+ _RJ3ZYLJScjs.Box_default,
123
123
  {
124
124
  position: "absolute",
125
125
  padding: 2,
@@ -130,7 +130,7 @@ var ModalDialog = _react.forwardRef.call(void 0,
130
130
  }
131
131
  },
132
132
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
133
- _MUYNXIZKcjs.IconButton_default,
133
+ _5VVFGPW6cjs.IconButton_default,
134
134
  {
135
135
  onClick: () => state.close(),
136
136
  color: "tertiary",
@@ -157,4 +157,4 @@ var ModalDialog_default = ModalDialog;
157
157
 
158
158
 
159
159
  exports.AriaModalOverlay = AriaModalOverlay; exports.AriaModal = AriaModal; exports.ModalDialog_default = ModalDialog_default;
160
- //# sourceMappingURL=GNKVDWTS.cjs.map
160
+ //# sourceMappingURL=N7WA46RL.cjs.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  Dialog_default
4
- } from "./UIPAXBI7.js";
4
+ } from "./YBOF6XGJ.js";
5
5
  import {
6
6
  IconButton_default
7
- } from "./67EPPVT7.js";
7
+ } from "./JFI6TDAC.js";
8
8
  import {
9
9
  padding_module_default
10
10
  } from "./ZOWOFYUE.js";
@@ -13,7 +13,7 @@ import {
13
13
  } from "./AVREYFSM.js";
14
14
  import {
15
15
  Box_default
16
- } from "./ZPY7QEBH.js";
16
+ } from "./GCE2CI4A.js";
17
17
  import {
18
18
  OverlayVisibility
19
19
  } from "./E5KMIBEU.js";
@@ -157,4 +157,4 @@ export {
157
157
  AriaModal,
158
158
  ModalDialog_default
159
159
  };
160
- //# sourceMappingURL=635XF33P.js.map
160
+ //# sourceMappingURL=NFIK6RYN.js.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./ZPY7QEBH.js";
4
+ } from "./GCE2CI4A.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./3GNWH6C7.js";
7
+ } from "./YAM7DAOZ.js";
8
8
  import {
9
9
  useIsHydrated
10
10
  } from "./JB65NEXK.js";
@@ -88,4 +88,4 @@ var Chip_default = Chip;
88
88
  export {
89
89
  Chip_default
90
90
  };
91
- //# sourceMappingURL=RTT2WOZS.js.map
91
+ //# sourceMappingURL=NPOX7QNB.js.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  useAvatarGroup
4
- } from "./GSSIV3VC.js";
4
+ } from "./4325RESS.js";
5
5
  import {
6
6
  Box_default
7
- } from "./ZPY7QEBH.js";
7
+ } from "./GCE2CI4A.js";
8
8
  import {
9
9
  __spreadValues
10
10
  } from "./UWGNJENA.js";
@@ -125,4 +125,4 @@ var Avatar_default = Avatar;
125
125
  export {
126
126
  Avatar_default
127
127
  };
128
- //# sourceMappingURL=F2TVUY5L.js.map
128
+ //# sourceMappingURL=PIB5AHP5.js.map
@@ -0,0 +1,9 @@
1
+ "use client"
2
+
3
+ // css-module:./colors.module.css#css-module
4
+ var colors_module_default = { "inheritColor": "_inheritColor_duy1y_2", "destructive700Color": "_destructive700Color_duy1y_6", "gray700Color": "_gray700Color_duy1y_10", "gray900Color": "_gray900Color_duy1y_14", "primary700Color": "_primary700Color_duy1y_18", "success700Color": "_success700Color_duy1y_22", "whiteColor": "_whiteColor_duy1y_26", "noBorder": "_noBorder_duy1y_31", "blackBorderColor": "_blackBorderColor_duy1y_35", "whiteBorderColor": "_whiteBorderColor_duy1y_39", "success770BorderColor": "_success770BorderColor_duy1y_43", "destructive770BorderColor": "_destructive770BorderColor_duy1y_47", "gray370BorderColor": "_gray370BorderColor_duy1y_51", "success370BorderColor": "_success370BorderColor_duy1y_55", "destructive370BorderColor": "_destructive370BorderColor_duy1y_59", "blackBackgroundColor": "_blackBackgroundColor_duy1y_65", "destructive100BackgroundColor": "_destructive100BackgroundColor_duy1y_69", "destructive200BackgroundColor": "_destructive200BackgroundColor_duy1y_73", "destructive300BackgroundColor": "_destructive300BackgroundColor_duy1y_77", "destructive700BackgroundColor": "_destructive700BackgroundColor_duy1y_81", "destructive800BackgroundColor": "_destructive800BackgroundColor_duy1y_85", "destructive900BackgroundColor": "_destructive900BackgroundColor_duy1y_89", "gray10BackgroundColor": "_gray10BackgroundColor_duy1y_93", "gray30BackgroundColor": "_gray30BackgroundColor_duy1y_97", "gray60BackgroundColor": "_gray60BackgroundColor_duy1y_101", "gray80BackgroundColor": "_gray80BackgroundColor_duy1y_105", "gray100BackgroundColor": "_gray100BackgroundColor_duy1y_109", "gray200BackgroundColor": "_gray200BackgroundColor_duy1y_113", "gray300BackgroundColor": "_gray300BackgroundColor_duy1y_117", "gray700BackgroundColor": "_gray700BackgroundColor_duy1y_121", "gray800BackgroundColor": "_gray800BackgroundColor_duy1y_125", "gray900BackgroundColor": "_gray900BackgroundColor_duy1y_129", "orange100BackgroundColor": "_orange100BackgroundColor_duy1y_133", "orange200BackgroundColor": "_orange200BackgroundColor_duy1y_137", "orange300BackgroundColor": "_orange300BackgroundColor_duy1y_141", "orange700BackgroundColor": "_orange700BackgroundColor_duy1y_145", "orange800BackgroundColor": "_orange800BackgroundColor_duy1y_149", "orange900BackgroundColor": "_orange900BackgroundColor_duy1y_153", "primary100BackgroundColor": "_primary100BackgroundColor_duy1y_157", "primary200BackgroundColor": "_primary200BackgroundColor_duy1y_161", "primary300BackgroundColor": "_primary300BackgroundColor_duy1y_165", "primary700BackgroundColor": "_primary700BackgroundColor_duy1y_169", "primary800BackgroundColor": "_primary800BackgroundColor_duy1y_173", "primary900BackgroundColor": "_primary900BackgroundColor_duy1y_177", "success100BackgroundColor": "_success100BackgroundColor_duy1y_181", "success200BackgroundColor": "_success200BackgroundColor_duy1y_185", "success300BackgroundColor": "_success300BackgroundColor_duy1y_189", "success700BackgroundColor": "_success700BackgroundColor_duy1y_193", "success800BackgroundColor": "_success800BackgroundColor_duy1y_197", "success900BackgroundColor": "_success900BackgroundColor_duy1y_201", "purple100BackgroundColor": "_purple100BackgroundColor_duy1y_205", "purple200BackgroundColor": "_purple200BackgroundColor_duy1y_209", "purple300BackgroundColor": "_purple300BackgroundColor_duy1y_213", "purple700BackgroundColor": "_purple700BackgroundColor_duy1y_217", "purple800BackgroundColor": "_purple800BackgroundColor_duy1y_221", "purple900BackgroundColor": "_purple900BackgroundColor_duy1y_225", "whiteBackgroundColor": "_whiteBackgroundColor_duy1y_229", "yellow100BackgroundColor": "_yellow100BackgroundColor_duy1y_233", "yellow200BackgroundColor": "_yellow200BackgroundColor_duy1y_237", "yellow300BackgroundColor": "_yellow300BackgroundColor_duy1y_241", "yellow700BackgroundColor": "_yellow700BackgroundColor_duy1y_245", "yellow800BackgroundColor": "_yellow800BackgroundColor_duy1y_249", "yellow900BackgroundColor": "_yellow900BackgroundColor_duy1y_253", "cambioBlackColor": "_cambioBlackColor_duy1y_258", "cambioWhiteColor": "_cambioWhiteColor_duy1y_262", "cambioGray100Color": "_cambioGray100Color_duy1y_266", "cambioGray200Color": "_cambioGray200Color_duy1y_270", "cambioGray300Color": "_cambioGray300Color_duy1y_274", "cambioGray370Color": "_cambioGray370Color_duy1y_278", "cambioGray700Color": "_cambioGray700Color_duy1y_282", "cambioGray800Color": "_cambioGray800Color_duy1y_286", "cambioGray870Color": "_cambioGray870Color_duy1y_290", "cambioGray900Color": "_cambioGray900Color_duy1y_294", "cambioDestructive100Color": "_cambioDestructive100Color_duy1y_298", "cambioDestructive300Color": "_cambioDestructive300Color_duy1y_302", "cambioDestructive370Color": "_cambioDestructive370Color_duy1y_306", "cambioDestructive700Color": "_cambioDestructive700Color_duy1y_310", "cambioDestructive770Color": "_cambioDestructive770Color_duy1y_314", "cambioDestructive900Color": "_cambioDestructive900Color_duy1y_318", "cambioSuccess100Color": "_cambioSuccess100Color_duy1y_322", "cambioSuccess300Color": "_cambioSuccess300Color_duy1y_326", "cambioSuccess370Color": "_cambioSuccess370Color_duy1y_330", "cambioSuccess700Color": "_cambioSuccess700Color_duy1y_334", "cambioSuccess770Color": "_cambioSuccess770Color_duy1y_338", "cambioSuccess900Color": "_cambioSuccess900Color_duy1y_342", "cambioRedColor": "_cambioRedColor_duy1y_346", "cambioOrangeColor": "_cambioOrangeColor_duy1y_350", "cambioTanColor": "_cambioTanColor_duy1y_354", "cambioCreamColor": "_cambioCreamColor_duy1y_358", "cambioPurpleColor": "_cambioPurpleColor_duy1y_362", "cambioLilacColor": "_cambioLilacColor_duy1y_366", "cambioThistleColor": "_cambioThistleColor_duy1y_370", "cambioPinkColor": "_cambioPinkColor_duy1y_374", "cambioNavyColor": "_cambioNavyColor_duy1y_378", "cambioTealColor": "_cambioTealColor_duy1y_382", "cambioSlateColor": "_cambioSlateColor_duy1y_386", "cambioSkyColor": "_cambioSkyColor_duy1y_390", "cambioYellow700Color": "_cambioYellow700Color_duy1y_394", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_duy1y_398", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_duy1y_402", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_duy1y_406", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_duy1y_410", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_duy1y_414", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_duy1y_418", "gray370BackgroundColor": "_gray370BackgroundColor_duy1y_422", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_duy1y_426", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_duy1y_430", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_duy1y_434", "gray870BackgroundColor": "_gray870BackgroundColor_duy1y_438", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_duy1y_442", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_duy1y_446", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_duy1y_450", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_duy1y_454", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_duy1y_458", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_duy1y_462", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_duy1y_466", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_duy1y_470", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_duy1y_474", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_duy1y_478", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_duy1y_482", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_duy1y_486", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_duy1y_490", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_duy1y_494", "redBackgroundColor": "_redBackgroundColor_duy1y_498", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_duy1y_502", "orangeBackgroundColor": "_orangeBackgroundColor_duy1y_506", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_duy1y_510", "tanBackgroundColor": "_tanBackgroundColor_duy1y_514", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_duy1y_518", "creamBackgroundColor": "_creamBackgroundColor_duy1y_522", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_duy1y_526", "purpleBackgroundColor": "_purpleBackgroundColor_duy1y_530", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_duy1y_534", "lilacBackgroundColor": "_lilacBackgroundColor_duy1y_538", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_duy1y_542", "thistleBackgroundColor": "_thistleBackgroundColor_duy1y_546", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_duy1y_550", "pinkBackgroundColor": "_pinkBackgroundColor_duy1y_554", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_duy1y_558", "navyBackgroundColor": "_navyBackgroundColor_duy1y_562", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_duy1y_566", "tealBackgroundColor": "_tealBackgroundColor_duy1y_570", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_duy1y_574", "slateBackgroundColor": "_slateBackgroundColor_duy1y_578", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_duy1y_582", "skyBackgroundColor": "_skyBackgroundColor_duy1y_586", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_duy1y_590", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_duy1y_594" };
5
+
6
+ export {
7
+ colors_module_default
8
+ };
9
+ //# sourceMappingURL=PUTZ53EC.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:./colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_duy1y_2\",\"destructive700Color\":\"_destructive700Color_duy1y_6\",\"gray700Color\":\"_gray700Color_duy1y_10\",\"gray900Color\":\"_gray900Color_duy1y_14\",\"primary700Color\":\"_primary700Color_duy1y_18\",\"success700Color\":\"_success700Color_duy1y_22\",\"whiteColor\":\"_whiteColor_duy1y_26\",\"noBorder\":\"_noBorder_duy1y_31\",\"blackBorderColor\":\"_blackBorderColor_duy1y_35\",\"whiteBorderColor\":\"_whiteBorderColor_duy1y_39\",\"success770BorderColor\":\"_success770BorderColor_duy1y_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_duy1y_47\",\"gray370BorderColor\":\"_gray370BorderColor_duy1y_51\",\"success370BorderColor\":\"_success370BorderColor_duy1y_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_duy1y_59\",\"blackBackgroundColor\":\"_blackBackgroundColor_duy1y_65\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_duy1y_69\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_duy1y_73\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_duy1y_77\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_duy1y_81\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_duy1y_85\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_duy1y_89\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_duy1y_93\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_duy1y_97\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_duy1y_101\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_duy1y_105\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_duy1y_109\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_duy1y_113\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_duy1y_117\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_duy1y_121\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_duy1y_125\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_duy1y_129\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_duy1y_133\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_duy1y_137\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_duy1y_141\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_duy1y_145\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_duy1y_149\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_duy1y_153\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_duy1y_157\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_duy1y_161\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_duy1y_165\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_duy1y_169\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_duy1y_173\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_duy1y_177\",\"success100BackgroundColor\":\"_success100BackgroundColor_duy1y_181\",\"success200BackgroundColor\":\"_success200BackgroundColor_duy1y_185\",\"success300BackgroundColor\":\"_success300BackgroundColor_duy1y_189\",\"success700BackgroundColor\":\"_success700BackgroundColor_duy1y_193\",\"success800BackgroundColor\":\"_success800BackgroundColor_duy1y_197\",\"success900BackgroundColor\":\"_success900BackgroundColor_duy1y_201\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_duy1y_205\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_duy1y_209\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_duy1y_213\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_duy1y_217\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_duy1y_221\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_duy1y_225\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_duy1y_229\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_duy1y_233\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_duy1y_237\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_duy1y_241\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_duy1y_245\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_duy1y_249\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_duy1y_253\",\"cambioBlackColor\":\"_cambioBlackColor_duy1y_258\",\"cambioWhiteColor\":\"_cambioWhiteColor_duy1y_262\",\"cambioGray100Color\":\"_cambioGray100Color_duy1y_266\",\"cambioGray200Color\":\"_cambioGray200Color_duy1y_270\",\"cambioGray300Color\":\"_cambioGray300Color_duy1y_274\",\"cambioGray370Color\":\"_cambioGray370Color_duy1y_278\",\"cambioGray700Color\":\"_cambioGray700Color_duy1y_282\",\"cambioGray800Color\":\"_cambioGray800Color_duy1y_286\",\"cambioGray870Color\":\"_cambioGray870Color_duy1y_290\",\"cambioGray900Color\":\"_cambioGray900Color_duy1y_294\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_duy1y_298\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_duy1y_302\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_duy1y_306\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_duy1y_310\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_duy1y_314\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_duy1y_318\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_duy1y_322\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_duy1y_326\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_duy1y_330\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_duy1y_334\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_duy1y_338\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_duy1y_342\",\"cambioRedColor\":\"_cambioRedColor_duy1y_346\",\"cambioOrangeColor\":\"_cambioOrangeColor_duy1y_350\",\"cambioTanColor\":\"_cambioTanColor_duy1y_354\",\"cambioCreamColor\":\"_cambioCreamColor_duy1y_358\",\"cambioPurpleColor\":\"_cambioPurpleColor_duy1y_362\",\"cambioLilacColor\":\"_cambioLilacColor_duy1y_366\",\"cambioThistleColor\":\"_cambioThistleColor_duy1y_370\",\"cambioPinkColor\":\"_cambioPinkColor_duy1y_374\",\"cambioNavyColor\":\"_cambioNavyColor_duy1y_378\",\"cambioTealColor\":\"_cambioTealColor_duy1y_382\",\"cambioSlateColor\":\"_cambioSlateColor_duy1y_386\",\"cambioSkyColor\":\"_cambioSkyColor_duy1y_390\",\"cambioYellow700Color\":\"_cambioYellow700Color_duy1y_394\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_duy1y_398\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_duy1y_402\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_duy1y_406\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_duy1y_410\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_duy1y_414\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_duy1y_418\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_duy1y_422\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_duy1y_426\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_duy1y_430\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_duy1y_434\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_duy1y_438\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_duy1y_442\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_duy1y_446\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_duy1y_450\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_duy1y_454\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_duy1y_458\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_duy1y_462\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_duy1y_466\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_duy1y_470\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_duy1y_474\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_duy1y_478\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_duy1y_482\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_duy1y_486\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_duy1y_490\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_duy1y_494\",\"redBackgroundColor\":\"_redBackgroundColor_duy1y_498\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_duy1y_502\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_duy1y_506\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_duy1y_510\",\"tanBackgroundColor\":\"_tanBackgroundColor_duy1y_514\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_duy1y_518\",\"creamBackgroundColor\":\"_creamBackgroundColor_duy1y_522\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_duy1y_526\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_duy1y_530\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_duy1y_534\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_duy1y_538\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_duy1y_542\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_duy1y_546\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_duy1y_550\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_duy1y_554\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_duy1y_558\",\"navyBackgroundColor\":\"_navyBackgroundColor_duy1y_562\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_duy1y_566\",\"tealBackgroundColor\":\"_tealBackgroundColor_duy1y_570\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_duy1y_574\",\"slateBackgroundColor\":\"_slateBackgroundColor_duy1y_578\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_duy1y_582\",\"skyBackgroundColor\":\"_skyBackgroundColor_duy1y_586\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_duy1y_590\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_duy1y_594\"}"],"mappings":"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","names":[]}
@@ -0,0 +1,9 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
+
3
+ // css-module:../colors/colors.module.css#css-module
4
+ var colors_module_default = { "inheritColor": "_inheritColor_duy1y_2", "destructive700Color": "_destructive700Color_duy1y_6", "gray700Color": "_gray700Color_duy1y_10", "gray900Color": "_gray900Color_duy1y_14", "primary700Color": "_primary700Color_duy1y_18", "success700Color": "_success700Color_duy1y_22", "whiteColor": "_whiteColor_duy1y_26", "noBorder": "_noBorder_duy1y_31", "blackBorderColor": "_blackBorderColor_duy1y_35", "whiteBorderColor": "_whiteBorderColor_duy1y_39", "success770BorderColor": "_success770BorderColor_duy1y_43", "destructive770BorderColor": "_destructive770BorderColor_duy1y_47", "gray370BorderColor": "_gray370BorderColor_duy1y_51", "success370BorderColor": "_success370BorderColor_duy1y_55", "destructive370BorderColor": "_destructive370BorderColor_duy1y_59", "blackBackgroundColor": "_blackBackgroundColor_duy1y_65", "destructive100BackgroundColor": "_destructive100BackgroundColor_duy1y_69", "destructive200BackgroundColor": "_destructive200BackgroundColor_duy1y_73", "destructive300BackgroundColor": "_destructive300BackgroundColor_duy1y_77", "destructive700BackgroundColor": "_destructive700BackgroundColor_duy1y_81", "destructive800BackgroundColor": "_destructive800BackgroundColor_duy1y_85", "destructive900BackgroundColor": "_destructive900BackgroundColor_duy1y_89", "gray10BackgroundColor": "_gray10BackgroundColor_duy1y_93", "gray30BackgroundColor": "_gray30BackgroundColor_duy1y_97", "gray60BackgroundColor": "_gray60BackgroundColor_duy1y_101", "gray80BackgroundColor": "_gray80BackgroundColor_duy1y_105", "gray100BackgroundColor": "_gray100BackgroundColor_duy1y_109", "gray200BackgroundColor": "_gray200BackgroundColor_duy1y_113", "gray300BackgroundColor": "_gray300BackgroundColor_duy1y_117", "gray700BackgroundColor": "_gray700BackgroundColor_duy1y_121", "gray800BackgroundColor": "_gray800BackgroundColor_duy1y_125", "gray900BackgroundColor": "_gray900BackgroundColor_duy1y_129", "orange100BackgroundColor": "_orange100BackgroundColor_duy1y_133", "orange200BackgroundColor": "_orange200BackgroundColor_duy1y_137", "orange300BackgroundColor": "_orange300BackgroundColor_duy1y_141", "orange700BackgroundColor": "_orange700BackgroundColor_duy1y_145", "orange800BackgroundColor": "_orange800BackgroundColor_duy1y_149", "orange900BackgroundColor": "_orange900BackgroundColor_duy1y_153", "primary100BackgroundColor": "_primary100BackgroundColor_duy1y_157", "primary200BackgroundColor": "_primary200BackgroundColor_duy1y_161", "primary300BackgroundColor": "_primary300BackgroundColor_duy1y_165", "primary700BackgroundColor": "_primary700BackgroundColor_duy1y_169", "primary800BackgroundColor": "_primary800BackgroundColor_duy1y_173", "primary900BackgroundColor": "_primary900BackgroundColor_duy1y_177", "success100BackgroundColor": "_success100BackgroundColor_duy1y_181", "success200BackgroundColor": "_success200BackgroundColor_duy1y_185", "success300BackgroundColor": "_success300BackgroundColor_duy1y_189", "success700BackgroundColor": "_success700BackgroundColor_duy1y_193", "success800BackgroundColor": "_success800BackgroundColor_duy1y_197", "success900BackgroundColor": "_success900BackgroundColor_duy1y_201", "purple100BackgroundColor": "_purple100BackgroundColor_duy1y_205", "purple200BackgroundColor": "_purple200BackgroundColor_duy1y_209", "purple300BackgroundColor": "_purple300BackgroundColor_duy1y_213", "purple700BackgroundColor": "_purple700BackgroundColor_duy1y_217", "purple800BackgroundColor": "_purple800BackgroundColor_duy1y_221", "purple900BackgroundColor": "_purple900BackgroundColor_duy1y_225", "whiteBackgroundColor": "_whiteBackgroundColor_duy1y_229", "yellow100BackgroundColor": "_yellow100BackgroundColor_duy1y_233", "yellow200BackgroundColor": "_yellow200BackgroundColor_duy1y_237", "yellow300BackgroundColor": "_yellow300BackgroundColor_duy1y_241", "yellow700BackgroundColor": "_yellow700BackgroundColor_duy1y_245", "yellow800BackgroundColor": "_yellow800BackgroundColor_duy1y_249", "yellow900BackgroundColor": "_yellow900BackgroundColor_duy1y_253", "cambioBlackColor": "_cambioBlackColor_duy1y_258", "cambioWhiteColor": "_cambioWhiteColor_duy1y_262", "cambioGray100Color": "_cambioGray100Color_duy1y_266", "cambioGray200Color": "_cambioGray200Color_duy1y_270", "cambioGray300Color": "_cambioGray300Color_duy1y_274", "cambioGray370Color": "_cambioGray370Color_duy1y_278", "cambioGray700Color": "_cambioGray700Color_duy1y_282", "cambioGray800Color": "_cambioGray800Color_duy1y_286", "cambioGray870Color": "_cambioGray870Color_duy1y_290", "cambioGray900Color": "_cambioGray900Color_duy1y_294", "cambioDestructive100Color": "_cambioDestructive100Color_duy1y_298", "cambioDestructive300Color": "_cambioDestructive300Color_duy1y_302", "cambioDestructive370Color": "_cambioDestructive370Color_duy1y_306", "cambioDestructive700Color": "_cambioDestructive700Color_duy1y_310", "cambioDestructive770Color": "_cambioDestructive770Color_duy1y_314", "cambioDestructive900Color": "_cambioDestructive900Color_duy1y_318", "cambioSuccess100Color": "_cambioSuccess100Color_duy1y_322", "cambioSuccess300Color": "_cambioSuccess300Color_duy1y_326", "cambioSuccess370Color": "_cambioSuccess370Color_duy1y_330", "cambioSuccess700Color": "_cambioSuccess700Color_duy1y_334", "cambioSuccess770Color": "_cambioSuccess770Color_duy1y_338", "cambioSuccess900Color": "_cambioSuccess900Color_duy1y_342", "cambioRedColor": "_cambioRedColor_duy1y_346", "cambioOrangeColor": "_cambioOrangeColor_duy1y_350", "cambioTanColor": "_cambioTanColor_duy1y_354", "cambioCreamColor": "_cambioCreamColor_duy1y_358", "cambioPurpleColor": "_cambioPurpleColor_duy1y_362", "cambioLilacColor": "_cambioLilacColor_duy1y_366", "cambioThistleColor": "_cambioThistleColor_duy1y_370", "cambioPinkColor": "_cambioPinkColor_duy1y_374", "cambioNavyColor": "_cambioNavyColor_duy1y_378", "cambioTealColor": "_cambioTealColor_duy1y_382", "cambioSlateColor": "_cambioSlateColor_duy1y_386", "cambioSkyColor": "_cambioSkyColor_duy1y_390", "cambioYellow700Color": "_cambioYellow700Color_duy1y_394", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_duy1y_398", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_duy1y_402", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_duy1y_406", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_duy1y_410", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_duy1y_414", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_duy1y_418", "gray370BackgroundColor": "_gray370BackgroundColor_duy1y_422", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_duy1y_426", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_duy1y_430", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_duy1y_434", "gray870BackgroundColor": "_gray870BackgroundColor_duy1y_438", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_duy1y_442", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_duy1y_446", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_duy1y_450", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_duy1y_454", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_duy1y_458", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_duy1y_462", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_duy1y_466", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_duy1y_470", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_duy1y_474", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_duy1y_478", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_duy1y_482", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_duy1y_486", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_duy1y_490", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_duy1y_494", "redBackgroundColor": "_redBackgroundColor_duy1y_498", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_duy1y_502", "orangeBackgroundColor": "_orangeBackgroundColor_duy1y_506", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_duy1y_510", "tanBackgroundColor": "_tanBackgroundColor_duy1y_514", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_duy1y_518", "creamBackgroundColor": "_creamBackgroundColor_duy1y_522", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_duy1y_526", "purpleBackgroundColor": "_purpleBackgroundColor_duy1y_530", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_duy1y_534", "lilacBackgroundColor": "_lilacBackgroundColor_duy1y_538", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_duy1y_542", "thistleBackgroundColor": "_thistleBackgroundColor_duy1y_546", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_duy1y_550", "pinkBackgroundColor": "_pinkBackgroundColor_duy1y_554", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_duy1y_558", "navyBackgroundColor": "_navyBackgroundColor_duy1y_562", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_duy1y_566", "tealBackgroundColor": "_tealBackgroundColor_duy1y_570", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_duy1y_574", "slateBackgroundColor": "_slateBackgroundColor_duy1y_578", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_duy1y_582", "skyBackgroundColor": "_skyBackgroundColor_duy1y_586", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_duy1y_590", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_duy1y_594" };
5
+
6
+
7
+
8
+ exports.colors_module_default = colors_module_default;
9
+ //# sourceMappingURL=QT6IRCGW.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"names":[],"mappings":"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","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_duy1y_2\",\"destructive700Color\":\"_destructive700Color_duy1y_6\",\"gray700Color\":\"_gray700Color_duy1y_10\",\"gray900Color\":\"_gray900Color_duy1y_14\",\"primary700Color\":\"_primary700Color_duy1y_18\",\"success700Color\":\"_success700Color_duy1y_22\",\"whiteColor\":\"_whiteColor_duy1y_26\",\"noBorder\":\"_noBorder_duy1y_31\",\"blackBorderColor\":\"_blackBorderColor_duy1y_35\",\"whiteBorderColor\":\"_whiteBorderColor_duy1y_39\",\"success770BorderColor\":\"_success770BorderColor_duy1y_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_duy1y_47\",\"gray370BorderColor\":\"_gray370BorderColor_duy1y_51\",\"success370BorderColor\":\"_success370BorderColor_duy1y_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_duy1y_59\",\"blackBackgroundColor\":\"_blackBackgroundColor_duy1y_65\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_duy1y_69\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_duy1y_73\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_duy1y_77\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_duy1y_81\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_duy1y_85\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_duy1y_89\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_duy1y_93\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_duy1y_97\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_duy1y_101\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_duy1y_105\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_duy1y_109\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_duy1y_113\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_duy1y_117\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_duy1y_121\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_duy1y_125\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_duy1y_129\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_duy1y_133\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_duy1y_137\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_duy1y_141\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_duy1y_145\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_duy1y_149\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_duy1y_153\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_duy1y_157\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_duy1y_161\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_duy1y_165\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_duy1y_169\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_duy1y_173\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_duy1y_177\",\"success100BackgroundColor\":\"_success100BackgroundColor_duy1y_181\",\"success200BackgroundColor\":\"_success200BackgroundColor_duy1y_185\",\"success300BackgroundColor\":\"_success300BackgroundColor_duy1y_189\",\"success700BackgroundColor\":\"_success700BackgroundColor_duy1y_193\",\"success800BackgroundColor\":\"_success800BackgroundColor_duy1y_197\",\"success900BackgroundColor\":\"_success900BackgroundColor_duy1y_201\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_duy1y_205\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_duy1y_209\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_duy1y_213\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_duy1y_217\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_duy1y_221\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_duy1y_225\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_duy1y_229\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_duy1y_233\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_duy1y_237\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_duy1y_241\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_duy1y_245\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_duy1y_249\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_duy1y_253\",\"cambioBlackColor\":\"_cambioBlackColor_duy1y_258\",\"cambioWhiteColor\":\"_cambioWhiteColor_duy1y_262\",\"cambioGray100Color\":\"_cambioGray100Color_duy1y_266\",\"cambioGray200Color\":\"_cambioGray200Color_duy1y_270\",\"cambioGray300Color\":\"_cambioGray300Color_duy1y_274\",\"cambioGray370Color\":\"_cambioGray370Color_duy1y_278\",\"cambioGray700Color\":\"_cambioGray700Color_duy1y_282\",\"cambioGray800Color\":\"_cambioGray800Color_duy1y_286\",\"cambioGray870Color\":\"_cambioGray870Color_duy1y_290\",\"cambioGray900Color\":\"_cambioGray900Color_duy1y_294\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_duy1y_298\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_duy1y_302\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_duy1y_306\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_duy1y_310\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_duy1y_314\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_duy1y_318\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_duy1y_322\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_duy1y_326\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_duy1y_330\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_duy1y_334\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_duy1y_338\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_duy1y_342\",\"cambioRedColor\":\"_cambioRedColor_duy1y_346\",\"cambioOrangeColor\":\"_cambioOrangeColor_duy1y_350\",\"cambioTanColor\":\"_cambioTanColor_duy1y_354\",\"cambioCreamColor\":\"_cambioCreamColor_duy1y_358\",\"cambioPurpleColor\":\"_cambioPurpleColor_duy1y_362\",\"cambioLilacColor\":\"_cambioLilacColor_duy1y_366\",\"cambioThistleColor\":\"_cambioThistleColor_duy1y_370\",\"cambioPinkColor\":\"_cambioPinkColor_duy1y_374\",\"cambioNavyColor\":\"_cambioNavyColor_duy1y_378\",\"cambioTealColor\":\"_cambioTealColor_duy1y_382\",\"cambioSlateColor\":\"_cambioSlateColor_duy1y_386\",\"cambioSkyColor\":\"_cambioSkyColor_duy1y_390\",\"cambioYellow700Color\":\"_cambioYellow700Color_duy1y_394\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_duy1y_398\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_duy1y_402\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_duy1y_406\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_duy1y_410\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_duy1y_414\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_duy1y_418\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_duy1y_422\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_duy1y_426\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_duy1y_430\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_duy1y_434\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_duy1y_438\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_duy1y_442\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_duy1y_446\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_duy1y_450\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_duy1y_454\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_duy1y_458\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_duy1y_462\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_duy1y_466\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_duy1y_470\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_duy1y_474\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_duy1y_478\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_duy1y_482\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_duy1y_486\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_duy1y_490\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_duy1y_494\",\"redBackgroundColor\":\"_redBackgroundColor_duy1y_498\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_duy1y_502\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_duy1y_506\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_duy1y_510\",\"tanBackgroundColor\":\"_tanBackgroundColor_duy1y_514\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_duy1y_518\",\"creamBackgroundColor\":\"_creamBackgroundColor_duy1y_522\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_duy1y_526\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_duy1y_530\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_duy1y_534\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_duy1y_538\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_duy1y_542\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_duy1y_546\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_duy1y_550\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_duy1y_554\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_duy1y_558\",\"navyBackgroundColor\":\"_navyBackgroundColor_duy1y_562\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_duy1y_566\",\"tealBackgroundColor\":\"_tealBackgroundColor_duy1y_570\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_duy1y_574\",\"slateBackgroundColor\":\"_slateBackgroundColor_duy1y_578\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_duy1y_582\",\"skyBackgroundColor\":\"_skyBackgroundColor_duy1y_586\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_duy1y_590\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_duy1y_594\"}"]}
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  roundingCambio
4
- } from "./ZPY7QEBH.js";
4
+ } from "./GCE2CI4A.js";
5
5
  import {
6
6
  rounding_module_default
7
7
  } from "./EB7WKQ35.js";
@@ -136,4 +136,4 @@ var TapArea_default = TapArea;
136
136
  export {
137
137
  TapArea_default
138
138
  };
139
- //# sourceMappingURL=C32JYNV7.js.map
139
+ //# sourceMappingURL=RCEIKIN5.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./ZPY7QEBH.js";
4
+ } from "./GCE2CI4A.js";
5
5
 
6
6
  // src/Card/Card.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -27,4 +27,4 @@ function Card({
27
27
  export {
28
28
  Card
29
29
  };
30
- //# sourceMappingURL=UTI7XCK6.js.map
30
+ //# sourceMappingURL=RGOIFORP.js.map
@@ -4,7 +4,7 @@
4
4
  var _45TMKSJQcjs = require('./45TMKSJQ.cjs');
5
5
 
6
6
 
7
- var _QAS3KERZcjs = require('./QAS3KERZ.cjs');
7
+ var _QT6IRCGWcjs = require('./QT6IRCGW.cjs');
8
8
 
9
9
 
10
10
 
@@ -156,7 +156,7 @@ var Box = _react.forwardRef.call(void 0, function Box2(props, ref) {
156
156
  smAlignItems && Box_module_default[`alignItems${smAlignItems}Small`],
157
157
  lgAlignItems && Box_module_default[`alignItems${lgAlignItems}Large`],
158
158
  alignSelf && Box_module_default[`alignSelf${alignSelf}`],
159
- backgroundColor && _QAS3KERZcjs.colors_module_default[`${backgroundColor}BackgroundColor`],
159
+ backgroundColor && _QT6IRCGWcjs.colors_module_default[`${backgroundColor}BackgroundColor`],
160
160
  direction && Box_module_default[direction],
161
161
  smDirection && Box_module_default[`${smDirection}Small`],
162
162
  lgDirection && Box_module_default[`${lgDirection}Large`],
@@ -234,4 +234,4 @@ var Box_default = Box;
234
234
 
235
235
 
236
236
  exports.roundingCambio = roundingCambio; exports.Box_default = Box_default;
237
- //# sourceMappingURL=OT2MUGKK.cjs.map
237
+ //# sourceMappingURL=RJ3ZYLJS.cjs.map
@@ -0,0 +1,9 @@
1
+ "use client"
2
+
3
+ // css-module:../colors/colors.module.css#css-module
4
+ var colors_module_default = { "inheritColor": "_inheritColor_duy1y_2", "destructive700Color": "_destructive700Color_duy1y_6", "gray700Color": "_gray700Color_duy1y_10", "gray900Color": "_gray900Color_duy1y_14", "primary700Color": "_primary700Color_duy1y_18", "success700Color": "_success700Color_duy1y_22", "whiteColor": "_whiteColor_duy1y_26", "noBorder": "_noBorder_duy1y_31", "blackBorderColor": "_blackBorderColor_duy1y_35", "whiteBorderColor": "_whiteBorderColor_duy1y_39", "success770BorderColor": "_success770BorderColor_duy1y_43", "destructive770BorderColor": "_destructive770BorderColor_duy1y_47", "gray370BorderColor": "_gray370BorderColor_duy1y_51", "success370BorderColor": "_success370BorderColor_duy1y_55", "destructive370BorderColor": "_destructive370BorderColor_duy1y_59", "blackBackgroundColor": "_blackBackgroundColor_duy1y_65", "destructive100BackgroundColor": "_destructive100BackgroundColor_duy1y_69", "destructive200BackgroundColor": "_destructive200BackgroundColor_duy1y_73", "destructive300BackgroundColor": "_destructive300BackgroundColor_duy1y_77", "destructive700BackgroundColor": "_destructive700BackgroundColor_duy1y_81", "destructive800BackgroundColor": "_destructive800BackgroundColor_duy1y_85", "destructive900BackgroundColor": "_destructive900BackgroundColor_duy1y_89", "gray10BackgroundColor": "_gray10BackgroundColor_duy1y_93", "gray30BackgroundColor": "_gray30BackgroundColor_duy1y_97", "gray60BackgroundColor": "_gray60BackgroundColor_duy1y_101", "gray80BackgroundColor": "_gray80BackgroundColor_duy1y_105", "gray100BackgroundColor": "_gray100BackgroundColor_duy1y_109", "gray200BackgroundColor": "_gray200BackgroundColor_duy1y_113", "gray300BackgroundColor": "_gray300BackgroundColor_duy1y_117", "gray700BackgroundColor": "_gray700BackgroundColor_duy1y_121", "gray800BackgroundColor": "_gray800BackgroundColor_duy1y_125", "gray900BackgroundColor": "_gray900BackgroundColor_duy1y_129", "orange100BackgroundColor": "_orange100BackgroundColor_duy1y_133", "orange200BackgroundColor": "_orange200BackgroundColor_duy1y_137", "orange300BackgroundColor": "_orange300BackgroundColor_duy1y_141", "orange700BackgroundColor": "_orange700BackgroundColor_duy1y_145", "orange800BackgroundColor": "_orange800BackgroundColor_duy1y_149", "orange900BackgroundColor": "_orange900BackgroundColor_duy1y_153", "primary100BackgroundColor": "_primary100BackgroundColor_duy1y_157", "primary200BackgroundColor": "_primary200BackgroundColor_duy1y_161", "primary300BackgroundColor": "_primary300BackgroundColor_duy1y_165", "primary700BackgroundColor": "_primary700BackgroundColor_duy1y_169", "primary800BackgroundColor": "_primary800BackgroundColor_duy1y_173", "primary900BackgroundColor": "_primary900BackgroundColor_duy1y_177", "success100BackgroundColor": "_success100BackgroundColor_duy1y_181", "success200BackgroundColor": "_success200BackgroundColor_duy1y_185", "success300BackgroundColor": "_success300BackgroundColor_duy1y_189", "success700BackgroundColor": "_success700BackgroundColor_duy1y_193", "success800BackgroundColor": "_success800BackgroundColor_duy1y_197", "success900BackgroundColor": "_success900BackgroundColor_duy1y_201", "purple100BackgroundColor": "_purple100BackgroundColor_duy1y_205", "purple200BackgroundColor": "_purple200BackgroundColor_duy1y_209", "purple300BackgroundColor": "_purple300BackgroundColor_duy1y_213", "purple700BackgroundColor": "_purple700BackgroundColor_duy1y_217", "purple800BackgroundColor": "_purple800BackgroundColor_duy1y_221", "purple900BackgroundColor": "_purple900BackgroundColor_duy1y_225", "whiteBackgroundColor": "_whiteBackgroundColor_duy1y_229", "yellow100BackgroundColor": "_yellow100BackgroundColor_duy1y_233", "yellow200BackgroundColor": "_yellow200BackgroundColor_duy1y_237", "yellow300BackgroundColor": "_yellow300BackgroundColor_duy1y_241", "yellow700BackgroundColor": "_yellow700BackgroundColor_duy1y_245", "yellow800BackgroundColor": "_yellow800BackgroundColor_duy1y_249", "yellow900BackgroundColor": "_yellow900BackgroundColor_duy1y_253", "cambioBlackColor": "_cambioBlackColor_duy1y_258", "cambioWhiteColor": "_cambioWhiteColor_duy1y_262", "cambioGray100Color": "_cambioGray100Color_duy1y_266", "cambioGray200Color": "_cambioGray200Color_duy1y_270", "cambioGray300Color": "_cambioGray300Color_duy1y_274", "cambioGray370Color": "_cambioGray370Color_duy1y_278", "cambioGray700Color": "_cambioGray700Color_duy1y_282", "cambioGray800Color": "_cambioGray800Color_duy1y_286", "cambioGray870Color": "_cambioGray870Color_duy1y_290", "cambioGray900Color": "_cambioGray900Color_duy1y_294", "cambioDestructive100Color": "_cambioDestructive100Color_duy1y_298", "cambioDestructive300Color": "_cambioDestructive300Color_duy1y_302", "cambioDestructive370Color": "_cambioDestructive370Color_duy1y_306", "cambioDestructive700Color": "_cambioDestructive700Color_duy1y_310", "cambioDestructive770Color": "_cambioDestructive770Color_duy1y_314", "cambioDestructive900Color": "_cambioDestructive900Color_duy1y_318", "cambioSuccess100Color": "_cambioSuccess100Color_duy1y_322", "cambioSuccess300Color": "_cambioSuccess300Color_duy1y_326", "cambioSuccess370Color": "_cambioSuccess370Color_duy1y_330", "cambioSuccess700Color": "_cambioSuccess700Color_duy1y_334", "cambioSuccess770Color": "_cambioSuccess770Color_duy1y_338", "cambioSuccess900Color": "_cambioSuccess900Color_duy1y_342", "cambioRedColor": "_cambioRedColor_duy1y_346", "cambioOrangeColor": "_cambioOrangeColor_duy1y_350", "cambioTanColor": "_cambioTanColor_duy1y_354", "cambioCreamColor": "_cambioCreamColor_duy1y_358", "cambioPurpleColor": "_cambioPurpleColor_duy1y_362", "cambioLilacColor": "_cambioLilacColor_duy1y_366", "cambioThistleColor": "_cambioThistleColor_duy1y_370", "cambioPinkColor": "_cambioPinkColor_duy1y_374", "cambioNavyColor": "_cambioNavyColor_duy1y_378", "cambioTealColor": "_cambioTealColor_duy1y_382", "cambioSlateColor": "_cambioSlateColor_duy1y_386", "cambioSkyColor": "_cambioSkyColor_duy1y_390", "cambioYellow700Color": "_cambioYellow700Color_duy1y_394", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_duy1y_398", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_duy1y_402", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_duy1y_406", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_duy1y_410", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_duy1y_414", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_duy1y_418", "gray370BackgroundColor": "_gray370BackgroundColor_duy1y_422", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_duy1y_426", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_duy1y_430", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_duy1y_434", "gray870BackgroundColor": "_gray870BackgroundColor_duy1y_438", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_duy1y_442", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_duy1y_446", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_duy1y_450", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_duy1y_454", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_duy1y_458", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_duy1y_462", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_duy1y_466", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_duy1y_470", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_duy1y_474", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_duy1y_478", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_duy1y_482", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_duy1y_486", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_duy1y_490", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_duy1y_494", "redBackgroundColor": "_redBackgroundColor_duy1y_498", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_duy1y_502", "orangeBackgroundColor": "_orangeBackgroundColor_duy1y_506", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_duy1y_510", "tanBackgroundColor": "_tanBackgroundColor_duy1y_514", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_duy1y_518", "creamBackgroundColor": "_creamBackgroundColor_duy1y_522", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_duy1y_526", "purpleBackgroundColor": "_purpleBackgroundColor_duy1y_530", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_duy1y_534", "lilacBackgroundColor": "_lilacBackgroundColor_duy1y_538", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_duy1y_542", "thistleBackgroundColor": "_thistleBackgroundColor_duy1y_546", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_duy1y_550", "pinkBackgroundColor": "_pinkBackgroundColor_duy1y_554", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_duy1y_558", "navyBackgroundColor": "_navyBackgroundColor_duy1y_562", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_duy1y_566", "tealBackgroundColor": "_tealBackgroundColor_duy1y_570", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_duy1y_574", "slateBackgroundColor": "_slateBackgroundColor_duy1y_578", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_duy1y_582", "skyBackgroundColor": "_skyBackgroundColor_duy1y_586", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_duy1y_590", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_duy1y_594" };
5
+
6
+ export {
7
+ colors_module_default
8
+ };
9
+ //# sourceMappingURL=S6TNP7G5.js.map