@cambly/syntax-core 10.19.0 → 10.21.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 (308) hide show
  1. package/dist/Avatar/Avatar.cjs +5 -5
  2. package/dist/Avatar/Avatar.css +168 -126
  3. package/dist/Avatar/Avatar.css.map +1 -1
  4. package/dist/Avatar/Avatar.d.ts +1 -1
  5. package/dist/Avatar/Avatar.js +4 -4
  6. package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
  7. package/dist/AvatarGroup/AvatarGroup.css +168 -126
  8. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  9. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  10. package/dist/Badge/Badge.cjs +5 -5
  11. package/dist/Badge/Badge.css +168 -126
  12. package/dist/Badge/Badge.css.map +1 -1
  13. package/dist/Badge/Badge.d.ts +23 -1
  14. package/dist/Badge/Badge.js +4 -4
  15. package/dist/Box/Box.cjs +3 -3
  16. package/dist/Box/Box.css +168 -126
  17. package/dist/Box/Box.css.map +1 -1
  18. package/dist/Box/Box.js +2 -2
  19. package/dist/Button/Button.cjs +9 -9
  20. package/dist/Button/Button.css +194 -149
  21. package/dist/Button/Button.css.map +1 -1
  22. package/dist/Button/Button.js +8 -8
  23. package/dist/Button/constants/iconSize.cjs +2 -2
  24. package/dist/Button/constants/iconSize.css +26 -23
  25. package/dist/Button/constants/iconSize.css.map +1 -1
  26. package/dist/Button/constants/iconSize.js +1 -1
  27. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -1
  28. package/dist/Card/Card.cjs +4 -4
  29. package/dist/Card/Card.css +168 -126
  30. package/dist/Card/Card.css.map +1 -1
  31. package/dist/Card/Card.js +3 -3
  32. package/dist/Checkbox/Checkbox.cjs +4 -4
  33. package/dist/Checkbox/Checkbox.css +168 -126
  34. package/dist/Checkbox/Checkbox.css.map +1 -1
  35. package/dist/Checkbox/Checkbox.d.ts +1 -1
  36. package/dist/Checkbox/Checkbox.js +3 -3
  37. package/dist/Chip/Chip.cjs +5 -5
  38. package/dist/Chip/Chip.css +168 -126
  39. package/dist/Chip/Chip.css.map +1 -1
  40. package/dist/Chip/Chip.js +4 -4
  41. package/dist/Dialog/Dialog.cjs +3 -3
  42. package/dist/Dialog/Dialog.css +168 -126
  43. package/dist/Dialog/Dialog.css.map +1 -1
  44. package/dist/Dialog/Dialog.js +2 -2
  45. package/dist/Dialog/ModalDialog.cjs +10 -10
  46. package/dist/Dialog/ModalDialog.css +194 -149
  47. package/dist/Dialog/ModalDialog.css.map +1 -1
  48. package/dist/Dialog/ModalDialog.js +9 -9
  49. package/dist/Divider/Divider.cjs +3 -3
  50. package/dist/Divider/Divider.css +168 -126
  51. package/dist/Divider/Divider.css.map +1 -1
  52. package/dist/Divider/Divider.js +2 -2
  53. package/dist/Heading/Heading.cjs +4 -4
  54. package/dist/Heading/Heading.css +168 -126
  55. package/dist/Heading/Heading.css.map +1 -1
  56. package/dist/Heading/Heading.d.ts +2 -2
  57. package/dist/Heading/Heading.js +3 -3
  58. package/dist/IconButton/IconButton.cjs +6 -6
  59. package/dist/IconButton/IconButton.css +194 -149
  60. package/dist/IconButton/IconButton.css.map +1 -1
  61. package/dist/IconButton/IconButton.js +5 -5
  62. package/dist/LinkButton/LinkButton.cjs +9 -9
  63. package/dist/LinkButton/LinkButton.css +194 -149
  64. package/dist/LinkButton/LinkButton.css.map +1 -1
  65. package/dist/LinkButton/LinkButton.js +8 -8
  66. package/dist/Modal/Layer.cjs +4 -4
  67. package/dist/Modal/Layer.css +168 -126
  68. package/dist/Modal/Layer.css.map +1 -1
  69. package/dist/Modal/Layer.js +3 -3
  70. package/dist/Modal/Modal.cjs +12 -12
  71. package/dist/Modal/Modal.css +194 -149
  72. package/dist/Modal/Modal.css.map +1 -1
  73. package/dist/Modal/Modal.js +11 -11
  74. package/dist/Popover/Popover.cjs +11 -11
  75. package/dist/Popover/Popover.css +194 -149
  76. package/dist/Popover/Popover.css.map +1 -1
  77. package/dist/Popover/Popover.js +10 -10
  78. package/dist/RadioButton/RadioButton.cjs +5 -5
  79. package/dist/RadioButton/RadioButton.css +168 -126
  80. package/dist/RadioButton/RadioButton.css.map +1 -1
  81. package/dist/RadioButton/RadioButton.d.ts +1 -1
  82. package/dist/RadioButton/RadioButton.js +4 -4
  83. package/dist/RichSelect/RichSelectBox.cjs +16 -16
  84. package/dist/RichSelect/RichSelectBox.css +194 -149
  85. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  86. package/dist/RichSelect/RichSelectBox.d.ts +1 -1
  87. package/dist/RichSelect/RichSelectBox.js +15 -15
  88. package/dist/RichSelect/RichSelectChip.cjs +6 -6
  89. package/dist/RichSelect/RichSelectChip.css +168 -126
  90. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  91. package/dist/RichSelect/RichSelectChip.js +5 -5
  92. package/dist/RichSelect/RichSelectList.cjs +23 -23
  93. package/dist/RichSelect/RichSelectList.css +212 -167
  94. package/dist/RichSelect/RichSelectList.css.map +1 -1
  95. package/dist/RichSelect/RichSelectList.d.ts +1 -1
  96. package/dist/RichSelect/RichSelectList.js +22 -22
  97. package/dist/RichSelect/RichSelectRadioButton.cjs +6 -6
  98. package/dist/RichSelect/RichSelectRadioButton.css +168 -126
  99. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  100. package/dist/RichSelect/RichSelectRadioButton.d.ts +1 -1
  101. package/dist/RichSelect/RichSelectRadioButton.js +5 -5
  102. package/dist/RichSelect/RichSelectSection.cjs +4 -4
  103. package/dist/RichSelect/RichSelectSection.css +168 -126
  104. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  105. package/dist/RichSelect/RichSelectSection.js +3 -3
  106. package/dist/SelectList/SelectList.cjs +6 -6
  107. package/dist/SelectList/SelectList.css +186 -144
  108. package/dist/SelectList/SelectList.css.map +1 -1
  109. package/dist/SelectList/SelectList.js +5 -5
  110. package/dist/TapArea/TapArea.d.ts +1 -1
  111. package/dist/TextArea/TextArea.cjs +5 -5
  112. package/dist/TextArea/TextArea.css +168 -126
  113. package/dist/TextArea/TextArea.css.map +1 -1
  114. package/dist/TextArea/TextArea.js +4 -4
  115. package/dist/TextField/TextField.cjs +5 -5
  116. package/dist/TextField/TextField.css +168 -126
  117. package/dist/TextField/TextField.css.map +1 -1
  118. package/dist/TextField/TextField.js +4 -4
  119. package/dist/Tooltip/Tooltip.cjs +4 -4
  120. package/dist/Tooltip/Tooltip.css +168 -126
  121. package/dist/Tooltip/Tooltip.css.map +1 -1
  122. package/dist/Tooltip/Tooltip.js +3 -3
  123. package/dist/Typography/Typography.cjs +3 -3
  124. package/dist/Typography/Typography.css +168 -126
  125. package/dist/Typography/Typography.css.map +1 -1
  126. package/dist/Typography/Typography.d.ts +5 -5
  127. package/dist/Typography/Typography.js +2 -2
  128. package/dist/__chunks/{KU5UT5RY.js → 22OMICOW.js} +2 -2
  129. package/dist/__chunks/{TZ3U2EZP.js → 2ME3BD6K.js} +6 -6
  130. package/dist/__chunks/{SLPY6EZY.js → 2MINLLCQ.js} +2 -2
  131. package/dist/__chunks/2UPJMKTX.cjs +114 -0
  132. package/dist/__chunks/2UPJMKTX.cjs.map +1 -0
  133. package/dist/__chunks/{CYMLBKRU.cjs → 3J6UY4O7.cjs} +5 -5
  134. package/dist/__chunks/{QY5OVB5W.cjs → 444UPG5T.cjs} +25 -25
  135. package/dist/__chunks/{QY5OVB5W.cjs.map → 444UPG5T.cjs.map} +1 -1
  136. package/dist/__chunks/{SNYEHXDA.cjs → 4BFY734C.cjs} +3 -3
  137. package/dist/__chunks/{HS7E5SFN.js → 4CRAIBTO.js} +7 -7
  138. package/dist/__chunks/{3RPDJFR4.js → 4NSYLHIG.js} +2 -2
  139. package/dist/__chunks/{2RKCTJBI.cjs → 4OYTNKMT.cjs} +3 -3
  140. package/dist/__chunks/{AI3HSJ4Z.cjs → 7BKNCKG6.cjs} +15 -15
  141. package/dist/__chunks/{XUVWR3MT.js → AQ4N3L6H.js} +5 -5
  142. package/dist/__chunks/{TY53S7AI.cjs → B6FBYOX3.cjs} +5 -5
  143. package/dist/__chunks/B7PDT66P.js +9 -0
  144. package/dist/__chunks/B7PDT66P.js.map +1 -0
  145. package/dist/__chunks/{DPX52BKK.js → BDSXKT3Y.js} +5 -5
  146. package/dist/__chunks/{DPX52BKK.js.map → BDSXKT3Y.js.map} +1 -1
  147. package/dist/__chunks/{HZ3IHMWC.js → BJAWVRMM.js} +2 -2
  148. package/dist/__chunks/{O27UNR7R.js → BKKGEDVD.js} +3 -3
  149. package/dist/__chunks/BXHT3UUW.js +9 -0
  150. package/dist/__chunks/BXHT3UUW.js.map +1 -0
  151. package/dist/__chunks/{CXCRGFIV.cjs → D5JLOEQ3.cjs} +7 -7
  152. package/dist/__chunks/{762IDERQ.cjs → D76LWB72.cjs} +7 -7
  153. package/dist/__chunks/{ZWTXIPP3.js → DNC754CR.js} +4 -4
  154. package/dist/__chunks/DTKTTGU5.cjs +9 -0
  155. package/dist/__chunks/DTKTTGU5.cjs.map +1 -0
  156. package/dist/__chunks/{MAABAXPP.cjs → EDBOQDEI.cjs} +19 -19
  157. package/dist/__chunks/{R4TBYKLS.js → EEUFQAUZ.js} +2 -2
  158. package/dist/__chunks/{JGYZV3JA.js → FPHP3T7U.js} +2 -2
  159. package/dist/__chunks/{5V4GT2NJ.cjs → H6TSTAYY.cjs} +3 -3
  160. package/dist/__chunks/{DZRB2DSH.js → HINMIM2W.js} +2 -2
  161. package/dist/__chunks/{4LCJJZPI.js → HQMHSXLB.js} +3 -3
  162. package/dist/__chunks/{4E4WLD7D.js → HS3MVQCX.js} +11 -11
  163. package/dist/__chunks/{4E4WLD7D.js.map → HS3MVQCX.js.map} +1 -1
  164. package/dist/__chunks/{MLJKPE76.js → HUEEJIK6.js} +2 -2
  165. package/dist/__chunks/{OFW6A65B.js → IB3FQANU.js} +2 -2
  166. package/dist/__chunks/{DTEKITMF.cjs → J3ES6ZT6.cjs} +3 -3
  167. package/dist/__chunks/J43HGNHN.cjs +82 -0
  168. package/dist/__chunks/{635VMAFB.cjs → J65TCZUM.cjs} +8 -8
  169. package/dist/__chunks/JAC64LLA.js +17 -0
  170. package/dist/__chunks/JAC64LLA.js.map +1 -0
  171. package/dist/__chunks/{JGKRNONJ.js → JUPRT4OU.js} +2 -2
  172. package/dist/__chunks/{VICE5H6S.cjs → JWWKDZYV.cjs} +16 -16
  173. package/dist/__chunks/{OG4RH3QZ.cjs → KWT6ABYP.cjs} +8 -8
  174. package/dist/__chunks/{EIYIIY5Y.js → LKAS5FOB.js} +1 -1
  175. package/dist/__chunks/{EIYIIY5Y.js.map → LKAS5FOB.js.map} +1 -1
  176. package/dist/__chunks/{7NE5Y7AO.js → LWZJ2KZP.js} +3 -3
  177. package/dist/__chunks/{UD4IRT6U.cjs → MG2NM3WU.cjs} +3 -3
  178. package/dist/__chunks/{EUUNDEAV.cjs → MNOQHQWW.cjs} +8 -8
  179. package/dist/__chunks/{O3NMBKLH.cjs → MSXTASXO.cjs} +9 -9
  180. package/dist/__chunks/{O3NMBKLH.cjs.map → MSXTASXO.cjs.map} +1 -1
  181. package/dist/__chunks/{44DDUZLN.js → NI6XOJ3G.js} +2 -2
  182. package/dist/__chunks/OMFFRI3K.js +9 -0
  183. package/dist/__chunks/OMFFRI3K.js.map +1 -0
  184. package/dist/__chunks/{CJLPH2FJ.js → P2BCEYCC.js} +3 -3
  185. package/dist/__chunks/{6UFO6JEO.cjs → PDPWTB6M.cjs} +37 -14
  186. package/dist/__chunks/PDPWTB6M.cjs.map +1 -0
  187. package/dist/__chunks/{LPWENXKW.js → PM4UMJWM.js} +3 -3
  188. package/dist/__chunks/{ZIBKOWAK.cjs → PRPV6JFS.cjs} +3 -3
  189. package/dist/__chunks/QAS3KERZ.cjs +9 -0
  190. package/dist/__chunks/QAS3KERZ.cjs.map +1 -0
  191. package/dist/__chunks/{EILCQTJ3.cjs → QJYYEWMS.cjs} +3 -3
  192. package/dist/__chunks/{577X7X3J.cjs → RINTHGJZ.cjs} +3 -3
  193. package/dist/__chunks/SP7KCX5V.js +114 -0
  194. package/dist/__chunks/SP7KCX5V.js.map +1 -0
  195. package/dist/__chunks/{Q5EIO3ZT.js → T2TWWVDB.js} +3 -3
  196. package/dist/__chunks/{46QLII42.cjs → TJN7NBWU.cjs} +17 -17
  197. package/dist/__chunks/{FCNPD5TI.cjs → UAN64LE7.cjs} +5 -5
  198. package/dist/__chunks/{HCM63U3J.cjs → UQY2ELTZ.cjs} +16 -16
  199. package/dist/__chunks/{Q6MTOVYN.js → VHZFF3Y7.js} +4 -4
  200. package/dist/__chunks/{WEI25NBB.js → VT6H7TYG.js} +3 -3
  201. package/dist/__chunks/W2JRKN5E.cjs +9 -0
  202. package/dist/__chunks/W2JRKN5E.cjs.map +1 -0
  203. package/dist/__chunks/{LAT2IHTZ.cjs → WFWI5GYG.cjs} +3 -3
  204. package/dist/__chunks/{E5L5ZBOW.js → WG6366VB.js} +2 -2
  205. package/dist/__chunks/{U5GMVZFO.cjs → WICC3YQA.cjs} +1 -1
  206. package/dist/__chunks/{U5GMVZFO.cjs.map → WICC3YQA.cjs.map} +1 -1
  207. package/dist/__chunks/{3QV4LYGN.cjs → WJ4USTG5.cjs} +3 -3
  208. package/dist/__chunks/{VFNNZZPM.js → WX4R325A.js} +33 -10
  209. package/dist/__chunks/WX4R325A.js.map +1 -0
  210. package/dist/__chunks/{CI5BYRSX.cjs → XJL3R42D.cjs} +6 -6
  211. package/dist/__chunks/{RABZMRSJ.cjs → YZYWUADR.cjs} +7 -7
  212. package/dist/__chunks/ZCSR6NFB.cjs +17 -0
  213. package/dist/__chunks/ZCSR6NFB.cjs.map +1 -0
  214. package/dist/__chunks/{SCQYKMKB.js → ZEMGWSJQ.js} +4 -4
  215. package/dist/__chunks/{5YXVVFJ3.js → ZFMV7BOZ.js} +2 -2
  216. package/dist/colors/allColors.cjs +16 -1
  217. package/dist/colors/allColors.cjs.map +1 -1
  218. package/dist/colors/allColors.d.ts +1 -1
  219. package/dist/colors/allColors.js +16 -1
  220. package/dist/colors/allColors.js.map +1 -1
  221. package/dist/colors/backgroundColor.cjs +3 -3
  222. package/dist/colors/backgroundColor.css +168 -126
  223. package/dist/colors/backgroundColor.css.map +1 -1
  224. package/dist/colors/backgroundColor.js +2 -2
  225. package/dist/colors/foregroundColor.cjs +3 -3
  226. package/dist/colors/foregroundColor.css +168 -126
  227. package/dist/colors/foregroundColor.css.map +1 -1
  228. package/dist/colors/foregroundColor.js +2 -2
  229. package/dist/index.cjs +36 -36
  230. package/dist/index.css +212 -167
  231. package/dist/index.css.map +1 -1
  232. package/dist/index.js +35 -35
  233. package/package.json +3 -3
  234. package/dist/__chunks/37PNBG3P.js +0 -17
  235. package/dist/__chunks/37PNBG3P.js.map +0 -1
  236. package/dist/__chunks/46XGANFF.js +0 -9
  237. package/dist/__chunks/46XGANFF.js.map +0 -1
  238. package/dist/__chunks/54PSDUCD.cjs +0 -17
  239. package/dist/__chunks/54PSDUCD.cjs.map +0 -1
  240. package/dist/__chunks/6KTCQQ7E.cjs +0 -63
  241. package/dist/__chunks/6KTCQQ7E.cjs.map +0 -1
  242. package/dist/__chunks/6UFO6JEO.cjs.map +0 -1
  243. package/dist/__chunks/FMQVMNVR.js +0 -9
  244. package/dist/__chunks/FMQVMNVR.js.map +0 -1
  245. package/dist/__chunks/JHJZ5COD.js +0 -9
  246. package/dist/__chunks/JHJZ5COD.js.map +0 -1
  247. package/dist/__chunks/QWMAWIWI.cjs +0 -82
  248. package/dist/__chunks/VFNNZZPM.js.map +0 -1
  249. package/dist/__chunks/VKB7KOAH.cjs +0 -9
  250. package/dist/__chunks/VKB7KOAH.cjs.map +0 -1
  251. package/dist/__chunks/WRTSVDQZ.cjs +0 -9
  252. package/dist/__chunks/WRTSVDQZ.cjs.map +0 -1
  253. package/dist/__chunks/X2LNODY7.cjs +0 -9
  254. package/dist/__chunks/X2LNODY7.cjs.map +0 -1
  255. package/dist/__chunks/YMFS4GTJ.js +0 -63
  256. package/dist/__chunks/YMFS4GTJ.js.map +0 -1
  257. /package/dist/__chunks/{KU5UT5RY.js.map → 22OMICOW.js.map} +0 -0
  258. /package/dist/__chunks/{TZ3U2EZP.js.map → 2ME3BD6K.js.map} +0 -0
  259. /package/dist/__chunks/{SLPY6EZY.js.map → 2MINLLCQ.js.map} +0 -0
  260. /package/dist/__chunks/{CYMLBKRU.cjs.map → 3J6UY4O7.cjs.map} +0 -0
  261. /package/dist/__chunks/{SNYEHXDA.cjs.map → 4BFY734C.cjs.map} +0 -0
  262. /package/dist/__chunks/{HS7E5SFN.js.map → 4CRAIBTO.js.map} +0 -0
  263. /package/dist/__chunks/{3RPDJFR4.js.map → 4NSYLHIG.js.map} +0 -0
  264. /package/dist/__chunks/{2RKCTJBI.cjs.map → 4OYTNKMT.cjs.map} +0 -0
  265. /package/dist/__chunks/{AI3HSJ4Z.cjs.map → 7BKNCKG6.cjs.map} +0 -0
  266. /package/dist/__chunks/{XUVWR3MT.js.map → AQ4N3L6H.js.map} +0 -0
  267. /package/dist/__chunks/{TY53S7AI.cjs.map → B6FBYOX3.cjs.map} +0 -0
  268. /package/dist/__chunks/{HZ3IHMWC.js.map → BJAWVRMM.js.map} +0 -0
  269. /package/dist/__chunks/{O27UNR7R.js.map → BKKGEDVD.js.map} +0 -0
  270. /package/dist/__chunks/{CXCRGFIV.cjs.map → D5JLOEQ3.cjs.map} +0 -0
  271. /package/dist/__chunks/{762IDERQ.cjs.map → D76LWB72.cjs.map} +0 -0
  272. /package/dist/__chunks/{ZWTXIPP3.js.map → DNC754CR.js.map} +0 -0
  273. /package/dist/__chunks/{MAABAXPP.cjs.map → EDBOQDEI.cjs.map} +0 -0
  274. /package/dist/__chunks/{R4TBYKLS.js.map → EEUFQAUZ.js.map} +0 -0
  275. /package/dist/__chunks/{JGYZV3JA.js.map → FPHP3T7U.js.map} +0 -0
  276. /package/dist/__chunks/{5V4GT2NJ.cjs.map → H6TSTAYY.cjs.map} +0 -0
  277. /package/dist/__chunks/{DZRB2DSH.js.map → HINMIM2W.js.map} +0 -0
  278. /package/dist/__chunks/{4LCJJZPI.js.map → HQMHSXLB.js.map} +0 -0
  279. /package/dist/__chunks/{MLJKPE76.js.map → HUEEJIK6.js.map} +0 -0
  280. /package/dist/__chunks/{OFW6A65B.js.map → IB3FQANU.js.map} +0 -0
  281. /package/dist/__chunks/{DTEKITMF.cjs.map → J3ES6ZT6.cjs.map} +0 -0
  282. /package/dist/__chunks/{QWMAWIWI.cjs.map → J43HGNHN.cjs.map} +0 -0
  283. /package/dist/__chunks/{635VMAFB.cjs.map → J65TCZUM.cjs.map} +0 -0
  284. /package/dist/__chunks/{JGKRNONJ.js.map → JUPRT4OU.js.map} +0 -0
  285. /package/dist/__chunks/{VICE5H6S.cjs.map → JWWKDZYV.cjs.map} +0 -0
  286. /package/dist/__chunks/{OG4RH3QZ.cjs.map → KWT6ABYP.cjs.map} +0 -0
  287. /package/dist/__chunks/{7NE5Y7AO.js.map → LWZJ2KZP.js.map} +0 -0
  288. /package/dist/__chunks/{UD4IRT6U.cjs.map → MG2NM3WU.cjs.map} +0 -0
  289. /package/dist/__chunks/{EUUNDEAV.cjs.map → MNOQHQWW.cjs.map} +0 -0
  290. /package/dist/__chunks/{44DDUZLN.js.map → NI6XOJ3G.js.map} +0 -0
  291. /package/dist/__chunks/{CJLPH2FJ.js.map → P2BCEYCC.js.map} +0 -0
  292. /package/dist/__chunks/{LPWENXKW.js.map → PM4UMJWM.js.map} +0 -0
  293. /package/dist/__chunks/{ZIBKOWAK.cjs.map → PRPV6JFS.cjs.map} +0 -0
  294. /package/dist/__chunks/{EILCQTJ3.cjs.map → QJYYEWMS.cjs.map} +0 -0
  295. /package/dist/__chunks/{577X7X3J.cjs.map → RINTHGJZ.cjs.map} +0 -0
  296. /package/dist/__chunks/{Q5EIO3ZT.js.map → T2TWWVDB.js.map} +0 -0
  297. /package/dist/__chunks/{46QLII42.cjs.map → TJN7NBWU.cjs.map} +0 -0
  298. /package/dist/__chunks/{FCNPD5TI.cjs.map → UAN64LE7.cjs.map} +0 -0
  299. /package/dist/__chunks/{HCM63U3J.cjs.map → UQY2ELTZ.cjs.map} +0 -0
  300. /package/dist/__chunks/{Q6MTOVYN.js.map → VHZFF3Y7.js.map} +0 -0
  301. /package/dist/__chunks/{WEI25NBB.js.map → VT6H7TYG.js.map} +0 -0
  302. /package/dist/__chunks/{LAT2IHTZ.cjs.map → WFWI5GYG.cjs.map} +0 -0
  303. /package/dist/__chunks/{E5L5ZBOW.js.map → WG6366VB.js.map} +0 -0
  304. /package/dist/__chunks/{3QV4LYGN.cjs.map → WJ4USTG5.cjs.map} +0 -0
  305. /package/dist/__chunks/{CI5BYRSX.cjs.map → XJL3R42D.cjs.map} +0 -0
  306. /package/dist/__chunks/{RABZMRSJ.cjs.map → YZYWUADR.cjs.map} +0 -0
  307. /package/dist/__chunks/{SCQYKMKB.js.map → ZEMGWSJQ.js.map} +0 -0
  308. /package/dist/__chunks/{5YXVVFJ3.js.map → ZFMV7BOZ.js.map} +0 -0
@@ -1,22 +1,22 @@
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 _LAT2IHTZcjs = require('./LAT2IHTZ.cjs');
4
+ var _WFWI5GYGcjs = require('./WFWI5GYG.cjs');
5
5
 
6
6
 
7
7
  var _HUIHS6RNcjs = require('./HUIHS6RN.cjs');
8
8
 
9
9
 
10
- var _5V4GT2NJcjs = require('./5V4GT2NJ.cjs');
10
+ var _H6TSTAYYcjs = require('./H6TSTAYY.cjs');
11
11
 
12
12
 
13
13
  var _BA4JPX36cjs = require('./BA4JPX36.cjs');
14
14
 
15
15
 
16
- var _OG4RH3QZcjs = require('./OG4RH3QZ.cjs');
16
+ var _KWT6ABYPcjs = require('./KWT6ABYP.cjs');
17
17
 
18
18
 
19
- var _SNYEHXDAcjs = require('./SNYEHXDA.cjs');
19
+ var _4BFY734Ccjs = require('./4BFY734C.cjs');
20
20
 
21
21
 
22
22
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -67,7 +67,7 @@ function Modal({
67
67
  "data-testid": dataTestId
68
68
  }) {
69
69
  const { themeName } = _TBQR2FPScjs.useTheme.call(void 0, );
70
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _5V4GT2NJcjs.Layer, { zIndex, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _HUIHS6RNcjs.StopScroll, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _BA4JPX36cjs.FocusTrap, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
70
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _H6TSTAYYcjs.Layer, { zIndex, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _HUIHS6RNcjs.StopScroll, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _BA4JPX36cjs.FocusTrap, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
71
71
  "div",
72
72
  {
73
73
  className: _classnames2.default.call(void 0,
@@ -78,7 +78,7 @@ function Modal({
78
78
  onClick: (e) => e.target === e.currentTarget && onDismiss(),
79
79
  onKeyDown: (e) => e.key === "Escape" && onDismiss(),
80
80
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
81
- _SNYEHXDAcjs.Box_default,
81
+ _4BFY734Ccjs.Box_default,
82
82
  {
83
83
  "data-testid": dataTestId,
84
84
  backgroundColor: "white",
@@ -92,7 +92,7 @@ function Modal({
92
92
  width: "100%",
93
93
  dangerouslySetInlineStyle: { __style: { overflow: "hidden" } },
94
94
  children: [
95
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { position: "relative", children: themeName === "classic" ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
95
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { position: "relative", children: themeName === "classic" ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
96
96
  "button",
97
97
  {
98
98
  "aria-label": accessibilityCloseLabel,
@@ -108,14 +108,14 @@ function Modal({
108
108
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, XIcon, { color: image ? "#fff" : "#000" })
109
109
  }
110
110
  ) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
111
- _SNYEHXDAcjs.Box_default,
111
+ _4BFY734Ccjs.Box_default,
112
112
  {
113
113
  position: "absolute",
114
114
  dangerouslySetInlineStyle: {
115
115
  __style: { top: 4, right: 4 }
116
116
  },
117
117
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
118
- _OG4RH3QZcjs.IconButton_default,
118
+ _KWT6ABYPcjs.IconButton_default,
119
119
  {
120
120
  accessibilityLabel: accessibilityCloseLabel,
121
121
  color: image ? "primary" : "tertiary",
@@ -126,9 +126,9 @@ function Modal({
126
126
  )
127
127
  }
128
128
  ) }),
129
- image && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { maxHeight: 200, children: image }),
129
+ image && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { maxHeight: 200, children: image }),
130
130
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
131
- _SNYEHXDAcjs.Box_default,
131
+ _4BFY734Ccjs.Box_default,
132
132
  {
133
133
  display: "flex",
134
134
  gap: themeName === "classic" ? 3 : 4,
@@ -136,7 +136,7 @@ function Modal({
136
136
  padding: themeName === "classic" ? 9 : 6,
137
137
  children: [
138
138
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
139
- _LAT2IHTZcjs.Heading_default,
139
+ _WFWI5GYGcjs.Heading_default,
140
140
  {
141
141
  as: "h1",
142
142
  size: themeName === "classic" ? 500 : 600,
@@ -144,9 +144,9 @@ function Modal({
144
144
  children: header
145
145
  }
146
146
  ),
147
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { marginBottom: themeName === "classic" ? 4 : 0, children }),
147
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { marginBottom: themeName === "classic" ? 4 : 0, children }),
148
148
  footer && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
149
- _SNYEHXDAcjs.Box_default,
149
+ _4BFY734Ccjs.Box_default,
150
150
  {
151
151
  display: "flex",
152
152
  direction: "column",
@@ -173,4 +173,4 @@ Modal.displayName = "Modal";
173
173
 
174
174
 
175
175
  exports.Modal = Modal;
176
- //# sourceMappingURL=AI3HSJ4Z.cjs.map
176
+ //# sourceMappingURL=7BKNCKG6.cjs.map
@@ -1,22 +1,22 @@
1
1
  "use client"
2
2
  import {
3
3
  Heading_default
4
- } from "./5YXVVFJ3.js";
4
+ } from "./ZFMV7BOZ.js";
5
5
  import {
6
6
  StopScroll
7
7
  } from "./QQT35OLE.js";
8
8
  import {
9
9
  Layer
10
- } from "./SLPY6EZY.js";
10
+ } from "./2MINLLCQ.js";
11
11
  import {
12
12
  FocusTrap
13
13
  } from "./KODEDJGB.js";
14
14
  import {
15
15
  IconButton_default
16
- } from "./SCQYKMKB.js";
16
+ } from "./ZEMGWSJQ.js";
17
17
  import {
18
18
  Box_default
19
- } from "./KU5UT5RY.js";
19
+ } from "./22OMICOW.js";
20
20
  import {
21
21
  useTheme
22
22
  } from "./ZSHAHV4F.js";
@@ -173,4 +173,4 @@ Modal.displayName = "Modal";
173
173
  export {
174
174
  Modal
175
175
  };
176
- //# sourceMappingURL=XUVWR3MT.js.map
176
+ //# sourceMappingURL=AQ4N3L6H.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 _SNYEHXDAcjs = require('./SNYEHXDA.cjs');
4
+ var _4BFY734Ccjs = require('./4BFY734C.cjs');
5
5
 
6
6
 
7
- var _46QLII42cjs = require('./46QLII42.cjs');
7
+ var _TJN7NBWUcjs = require('./TJN7NBWU.cjs');
8
8
 
9
9
 
10
10
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -92,8 +92,8 @@ var Chip = _react.forwardRef.call(void 0,
92
92
  onClick: onChange,
93
93
  children: [
94
94
  Icon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon, { className: iconStyles }),
95
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { paddingX: Icon ? 1 : 0, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
96
- _46QLII42cjs.Typography_default,
95
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { paddingX: Icon ? 1 : 0, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
96
+ _TJN7NBWUcjs.Typography_default,
97
97
  {
98
98
  size: themeName === "classic" ? typographySize[transformedSize] : 100,
99
99
  color,
@@ -112,4 +112,4 @@ var Chip_default = Chip;
112
112
 
113
113
 
114
114
  exports.Chip_default = Chip_default;
115
- //# sourceMappingURL=TY53S7AI.cjs.map
115
+ //# sourceMappingURL=B6FBYOX3.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_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
@@ -0,0 +1 @@
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":[]}
@@ -5,16 +5,16 @@ import {
5
5
  import {
6
6
  ColorBaseDestructive700,
7
7
  ColorBaseGray800
8
- } from "./EIYIIY5Y.js";
8
+ } from "./LKAS5FOB.js";
9
9
  import {
10
10
  Focus_module_default
11
11
  } from "./KKADUD65.js";
12
12
  import {
13
13
  Box_default
14
- } from "./KU5UT5RY.js";
14
+ } from "./22OMICOW.js";
15
15
  import {
16
16
  Typography_default
17
- } from "./DZRB2DSH.js";
17
+ } from "./HINMIM2W.js";
18
18
  import {
19
19
  useTheme
20
20
  } from "./ZSHAHV4F.js";
@@ -33,7 +33,7 @@ import {
33
33
  import classNames from "classnames";
34
34
 
35
35
  // css-module:./SelectList.module.css#css-module
36
- var SelectList_module_default = { "selectContainer": "_selectContainer_itxk7_1", "selectContainerCambio": "_selectContainerCambio_itxk7_7", "opacityOverlay": "_opacityOverlay_itxk7_11", "selectWrapper": "_selectWrapper_itxk7_15", "selectBox": "_selectBox_itxk7_20", "selectBoxClassic": "_selectBoxClassic_itxk7_36", "selectBoxCambio": "_selectBoxCambio_itxk7_41", "selectMouseFocusStyling": "_selectMouseFocusStyling_itxk7_50", "unselected": "_unselected_itxk7_55", "selected": "_selected_itxk7_59", "arrowIcon": "_arrowIcon_itxk7_63", "sm": "_sm_itxk7_77", "md": "_md_itxk7_83", "lg": "_lg_itxk7_89", "selectError": "_selectError_itxk7_95", "selectErrorCambio": "_selectErrorCambio_itxk7_101" };
36
+ var SelectList_module_default = { "selectContainer": "_selectContainer_1cum9_1", "selectContainerCambio": "_selectContainerCambio_1cum9_7", "opacityOverlay": "_opacityOverlay_1cum9_11", "selectWrapper": "_selectWrapper_1cum9_15", "selectBox": "_selectBox_1cum9_20", "selectBoxClassic": "_selectBoxClassic_1cum9_36", "selectBoxCambio": "_selectBoxCambio_1cum9_41", "selectMouseFocusStyling": "_selectMouseFocusStyling_1cum9_50", "unselected": "_unselected_1cum9_55", "selected": "_selected_1cum9_59", "arrowIcon": "_arrowIcon_1cum9_63", "sm": "_sm_1cum9_77", "md": "_md_1cum9_83", "lg": "_lg_1cum9_89", "selectError": "_selectError_1cum9_95", "selectErrorCambio": "_selectErrorCambio_1cum9_101" };
37
37
 
38
38
  // src/SelectList/SelectList.tsx
39
39
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -138,4 +138,4 @@ SelectList.Option = SelectOption_default;
138
138
  export {
139
139
  SelectList
140
140
  };
141
- //# sourceMappingURL=DPX52BKK.js.map
141
+ //# sourceMappingURL=BDSXKT3Y.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/SelectList/SelectList.tsx","css-module:./SelectList.module.css#css-module"],"sourcesContent":["import React, {\n type ReactElement,\n type ReactNode,\n useId,\n useState,\n} from \"react\";\nimport Box from \"../Box/Box\";\nimport classNames from \"classnames\";\nimport {\n ColorBaseDestructive700,\n ColorBaseGray800,\n} from \"@cambly/syntax-design-tokens\";\nimport Typography from \"../Typography/Typography\";\nimport styles from \"./SelectList.module.css\";\nimport focusStyles from \"../Focus.module.css\";\nimport SelectOption from \"./SelectOption\";\nimport useFocusVisible from \"../useFocusVisible\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { useTheme } from \"../ThemeProvider/ThemeProvider\";\n\nconst iconSize = {\n sm: 20,\n md: 24,\n lg: 24,\n} as const;\n\n/**\n * [SelectList](https://cambly-syntax.vercel.app/?path=/docs/components-selectlist--docs) is a dropdown menu that allows users to select one option from a list.\n */\nexport default function SelectList({\n children,\n \"data-testid\": dataTestId,\n disabled: disabledProp = false,\n errorText,\n helperText,\n id,\n label,\n onChange,\n onClick,\n placeholderText,\n selectedValue = \"\",\n size = \"md\",\n}: {\n /**\n * One or more SelectList.Option components.\n */\n children: ReactNode;\n /**\n * Test id for the select element\n */\n \"data-testid\"?: string;\n /**\n * true if the select dropdown is disabled\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * Callback to be called when select is clicked\n */\n onClick?: React.MouseEventHandler<HTMLSelectElement>;\n /**\n * Text shown below select box if there is an input error.\n */\n errorText?: string;\n /**\n * Text shown below select box\n */\n helperText?: string;\n /**\n * Id of the select element\n */\n id?: string;\n /**\n * Text shown above select box\n */\n label: string;\n /**\n * The callback to be called when an option is selected\n */\n onChange: React.ChangeEventHandler<HTMLSelectElement>;\n /**\n * Text showing in select box if no option has been chosen.\n * We should always have a placeholder unless there is a default option selected\n */\n placeholderText?: string;\n /**\n * Value of the currently selected option\n */\n selectedValue?: string;\n /**\n * Size of the select box\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * @defaultValue \"md\"\n */\n size?: \"sm\" | \"md\" | \"lg\";\n}): ReactElement {\n const reactId = useId();\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n const { themeName } = useTheme();\n const selectId = id ?? reactId;\n const { isFocusVisible } = useFocusVisible();\n const [isFocused, setIsFocused] = useState(false);\n\n return (\n <div\n className={classNames(styles.selectContainer, {\n [styles.opacityOverlay]: disabled,\n [styles.selectContainerCambio]: themeName === \"cambio\",\n })}\n >\n {label && (\n <label htmlFor={selectId}>\n <Box paddingX={1}>\n <Typography size={100} color=\"gray700\">\n {label}\n </Typography>\n </Box>\n </label>\n )}\n <div className={styles.selectWrapper}>\n <select\n id={selectId}\n data-testid={dataTestId}\n disabled={disabled}\n className={classNames(\n styles.selectBox,\n themeName === \"classic\"\n ? styles.selectBoxClassic\n : styles.selectBoxCambio,\n themeName === \"classic\" && styles[size],\n {\n [styles.unselected]: !selectedValue && !errorText,\n [styles.selected]: selectedValue && !errorText,\n [themeName === \"classic\"\n ? styles.selectError\n : styles.selectErrorCambio]: errorText,\n [focusStyles.accessibilityOutlineFocus]:\n isFocused && isFocusVisible, // for focus keyboard\n [styles.selectMouseFocusStyling]: isFocused && !isFocusVisible, // for focus mouse\n },\n )}\n onChange={onChange}\n onClick={onClick}\n value={\n placeholderText && !selectedValue ? placeholderText : selectedValue\n }\n onFocus={() => setIsFocused(true)}\n onBlur={() => setIsFocused(false)}\n >\n {placeholderText && (\n <option disabled value={placeholderText}>\n {placeholderText}\n </option>\n )}\n {children}\n </select>\n <div className={styles.arrowIcon}>\n <svg\n focusable=\"false\"\n aria-hidden=\"true\"\n viewBox=\"0 0 24 24\"\n width={themeName === \"classic\" ? iconSize[size] : 24}\n >\n <path\n fill={errorText ? ColorBaseDestructive700 : ColorBaseGray800}\n d=\"M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z\"\n />\n </svg>\n </div>\n </div>\n {(helperText || errorText) && (\n <Box paddingX={1}>\n <Typography\n size={100}\n color={errorText ? \"destructive-primary\" : \"gray700\"}\n >\n {errorText ? errorText : helperText}\n </Typography>\n </Box>\n )}\n </div>\n );\n}\n\nSelectList.Option = SelectOption;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/SelectList/SelectList.module.css\"; export default {\"selectContainer\":\"_selectContainer_itxk7_1\",\"selectContainerCambio\":\"_selectContainerCambio_itxk7_7\",\"opacityOverlay\":\"_opacityOverlay_itxk7_11\",\"selectWrapper\":\"_selectWrapper_itxk7_15\",\"selectBox\":\"_selectBox_itxk7_20\",\"selectBoxClassic\":\"_selectBoxClassic_itxk7_36\",\"selectBoxCambio\":\"_selectBoxCambio_itxk7_41\",\"selectMouseFocusStyling\":\"_selectMouseFocusStyling_itxk7_50\",\"unselected\":\"_unselected_itxk7_55\",\"selected\":\"_selected_itxk7_59\",\"arrowIcon\":\"_arrowIcon_itxk7_63\",\"sm\":\"_sm_itxk7_77\",\"md\":\"_md_itxk7_83\",\"lg\":\"_lg_itxk7_89\",\"selectError\":\"_selectError_itxk7_95\",\"selectErrorCambio\":\"_selectErrorCambio_itxk7_101\"}"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../src/SelectList/SelectList.tsx","css-module:./SelectList.module.css#css-module"],"sourcesContent":["import React, {\n type ReactElement,\n type ReactNode,\n useId,\n useState,\n} from \"react\";\nimport Box from \"../Box/Box\";\nimport classNames from \"classnames\";\nimport {\n ColorBaseDestructive700,\n ColorBaseGray800,\n} from \"@cambly/syntax-design-tokens\";\nimport Typography from \"../Typography/Typography\";\nimport styles from \"./SelectList.module.css\";\nimport focusStyles from \"../Focus.module.css\";\nimport SelectOption from \"./SelectOption\";\nimport useFocusVisible from \"../useFocusVisible\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { useTheme } from \"../ThemeProvider/ThemeProvider\";\n\nconst iconSize = {\n sm: 20,\n md: 24,\n lg: 24,\n} as const;\n\n/**\n * [SelectList](https://cambly-syntax.vercel.app/?path=/docs/components-selectlist--docs) is a dropdown menu that allows users to select one option from a list.\n */\nexport default function SelectList({\n children,\n \"data-testid\": dataTestId,\n disabled: disabledProp = false,\n errorText,\n helperText,\n id,\n label,\n onChange,\n onClick,\n placeholderText,\n selectedValue = \"\",\n size = \"md\",\n}: {\n /**\n * One or more SelectList.Option components.\n */\n children: ReactNode;\n /**\n * Test id for the select element\n */\n \"data-testid\"?: string;\n /**\n * true if the select dropdown is disabled\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * Callback to be called when select is clicked\n */\n onClick?: React.MouseEventHandler<HTMLSelectElement>;\n /**\n * Text shown below select box if there is an input error.\n */\n errorText?: string;\n /**\n * Text shown below select box\n */\n helperText?: string;\n /**\n * Id of the select element\n */\n id?: string;\n /**\n * Text shown above select box\n */\n label: string;\n /**\n * The callback to be called when an option is selected\n */\n onChange: React.ChangeEventHandler<HTMLSelectElement>;\n /**\n * Text showing in select box if no option has been chosen.\n * We should always have a placeholder unless there is a default option selected\n */\n placeholderText?: string;\n /**\n * Value of the currently selected option\n */\n selectedValue?: string;\n /**\n * Size of the select box\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * @defaultValue \"md\"\n */\n size?: \"sm\" | \"md\" | \"lg\";\n}): ReactElement {\n const reactId = useId();\n const isHydrated = useIsHydrated();\n const disabled = !isHydrated || disabledProp;\n const { themeName } = useTheme();\n const selectId = id ?? reactId;\n const { isFocusVisible } = useFocusVisible();\n const [isFocused, setIsFocused] = useState(false);\n\n return (\n <div\n className={classNames(styles.selectContainer, {\n [styles.opacityOverlay]: disabled,\n [styles.selectContainerCambio]: themeName === \"cambio\",\n })}\n >\n {label && (\n <label htmlFor={selectId}>\n <Box paddingX={1}>\n <Typography size={100} color=\"gray700\">\n {label}\n </Typography>\n </Box>\n </label>\n )}\n <div className={styles.selectWrapper}>\n <select\n id={selectId}\n data-testid={dataTestId}\n disabled={disabled}\n className={classNames(\n styles.selectBox,\n themeName === \"classic\"\n ? styles.selectBoxClassic\n : styles.selectBoxCambio,\n themeName === \"classic\" && styles[size],\n {\n [styles.unselected]: !selectedValue && !errorText,\n [styles.selected]: selectedValue && !errorText,\n [themeName === \"classic\"\n ? styles.selectError\n : styles.selectErrorCambio]: errorText,\n [focusStyles.accessibilityOutlineFocus]:\n isFocused && isFocusVisible, // for focus keyboard\n [styles.selectMouseFocusStyling]: isFocused && !isFocusVisible, // for focus mouse\n },\n )}\n onChange={onChange}\n onClick={onClick}\n value={\n placeholderText && !selectedValue ? placeholderText : selectedValue\n }\n onFocus={() => setIsFocused(true)}\n onBlur={() => setIsFocused(false)}\n >\n {placeholderText && (\n <option disabled value={placeholderText}>\n {placeholderText}\n </option>\n )}\n {children}\n </select>\n <div className={styles.arrowIcon}>\n <svg\n focusable=\"false\"\n aria-hidden=\"true\"\n viewBox=\"0 0 24 24\"\n width={themeName === \"classic\" ? iconSize[size] : 24}\n >\n <path\n fill={errorText ? ColorBaseDestructive700 : ColorBaseGray800}\n d=\"M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z\"\n />\n </svg>\n </div>\n </div>\n {(helperText || errorText) && (\n <Box paddingX={1}>\n <Typography\n size={100}\n color={errorText ? \"destructive-primary\" : \"gray700\"}\n >\n {errorText ? errorText : helperText}\n </Typography>\n </Box>\n )}\n </div>\n );\n}\n\nSelectList.Option = SelectOption;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/SelectList/SelectList.module.css\"; export default {\"selectContainer\":\"_selectContainer_1cum9_1\",\"selectContainerCambio\":\"_selectContainerCambio_1cum9_7\",\"opacityOverlay\":\"_opacityOverlay_1cum9_11\",\"selectWrapper\":\"_selectWrapper_1cum9_15\",\"selectBox\":\"_selectBox_1cum9_20\",\"selectBoxClassic\":\"_selectBoxClassic_1cum9_36\",\"selectBoxCambio\":\"_selectBoxCambio_1cum9_41\",\"selectMouseFocusStyling\":\"_selectMouseFocusStyling_1cum9_50\",\"unselected\":\"_unselected_1cum9_55\",\"selected\":\"_selected_1cum9_59\",\"arrowIcon\":\"_arrowIcon_1cum9_63\",\"sm\":\"_sm_1cum9_77\",\"md\":\"_md_1cum9_83\",\"lg\":\"_lg_1cum9_89\",\"selectError\":\"_selectError_1cum9_95\",\"selectErrorCambio\":\"_selectErrorCambio_1cum9_101\"}"],"mappings":"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","names":[]}
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./KU5UT5RY.js";
4
+ } from "./22OMICOW.js";
5
5
  import {
6
6
  useTheme
7
7
  } from "./ZSHAHV4F.js";
@@ -33,4 +33,4 @@ function Card({
33
33
  export {
34
34
  Card
35
35
  };
36
- //# sourceMappingURL=HZ3IHMWC.js.map
36
+ //# sourceMappingURL=BJAWVRMM.js.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./KU5UT5RY.js";
4
+ } from "./22OMICOW.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./DZRB2DSH.js";
7
+ } from "./HINMIM2W.js";
8
8
  import {
9
9
  useTheme
10
10
  } from "./ZSHAHV4F.js";
@@ -101,4 +101,4 @@ var TextArea_default = TextArea;
101
101
  export {
102
102
  TextArea_default
103
103
  };
104
- //# sourceMappingURL=O27UNR7R.js.map
104
+ //# sourceMappingURL=BKKGEDVD.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_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
@@ -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_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,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 _SNYEHXDAcjs = require('./SNYEHXDA.cjs');
4
+ var _4BFY734Ccjs = require('./4BFY734C.cjs');
5
5
 
6
6
 
7
- var _46QLII42cjs = require('./46QLII42.cjs');
7
+ var _TJN7NBWUcjs = require('./TJN7NBWU.cjs');
8
8
 
9
9
 
10
10
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -43,7 +43,7 @@ function TextField({
43
43
  const { themeName } = _TBQR2FPScjs.useTheme.call(void 0, );
44
44
  const inputId = id != null ? id : reactId;
45
45
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
46
- _SNYEHXDAcjs.Box_default,
46
+ _4BFY734Ccjs.Box_default,
47
47
  {
48
48
  display: "flex",
49
49
  direction: "column",
@@ -55,7 +55,7 @@ function TextField({
55
55
  }
56
56
  },
57
57
  children: [
58
- label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { className: TextField_module_default.label, htmlFor: inputId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _46QLII42cjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
58
+ label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { className: TextField_module_default.label, htmlFor: inputId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _TJN7NBWUcjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
59
59
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
60
60
  "input",
61
61
  {
@@ -79,8 +79,8 @@ function TextField({
79
79
  value
80
80
  }
81
81
  ),
82
- (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
83
- _46QLII42cjs.Typography_default,
82
+ (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
83
+ _TJN7NBWUcjs.Typography_default,
84
84
  {
85
85
  size: 100,
86
86
  color: errorText ? "destructive-primary" : "gray700",
@@ -95,4 +95,4 @@ function TextField({
95
95
 
96
96
 
97
97
  exports.TextField = TextField;
98
- //# sourceMappingURL=CXCRGFIV.cjs.map
98
+ //# sourceMappingURL=D5JLOEQ3.cjs.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 _577X7X3Jcjs = require('./577X7X3J.cjs');
4
+ var _RINTHGJZcjs = require('./RINTHGJZ.cjs');
5
5
 
6
6
 
7
- var _OG4RH3QZcjs = require('./OG4RH3QZ.cjs');
7
+ var _KWT6ABYPcjs = require('./KWT6ABYP.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 _SNYEHXDAcjs = require('./SNYEHXDA.cjs');
16
+ var _4BFY734Ccjs = require('./4BFY734C.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
- _577X7X3Jcjs.Dialog_default,
116
+ _RINTHGJZcjs.Dialog_default,
117
117
  {
118
118
  accessibilityLabel,
119
119
  "data-testid": dataTestId,
120
120
  children: [
121
121
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
122
- _SNYEHXDAcjs.Box_default,
122
+ _4BFY734Ccjs.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
- _OG4RH3QZcjs.IconButton_default,
133
+ _KWT6ABYPcjs.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=762IDERQ.cjs.map
160
+ //# sourceMappingURL=D76LWB72.cjs.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  Dialog_default
4
- } from "./E5L5ZBOW.js";
4
+ } from "./WG6366VB.js";
5
5
  import {
6
6
  IconButton_default
7
- } from "./SCQYKMKB.js";
7
+ } from "./ZEMGWSJQ.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 "./KU5UT5RY.js";
16
+ } from "./22OMICOW.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=ZWTXIPP3.js.map
160
+ //# sourceMappingURL=DNC754CR.js.map
@@ -0,0 +1,9 @@
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