@cambly/syntax-core 10.20.0 → 10.22.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 (300) 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.js +4 -4
  5. package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
  6. package/dist/AvatarGroup/AvatarGroup.css +168 -126
  7. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  8. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  9. package/dist/Badge/Badge.cjs +5 -5
  10. package/dist/Badge/Badge.css +168 -126
  11. package/dist/Badge/Badge.css.map +1 -1
  12. package/dist/Badge/Badge.d.ts +23 -1
  13. package/dist/Badge/Badge.js +4 -4
  14. package/dist/Box/Box.cjs +3 -3
  15. package/dist/Box/Box.css +168 -126
  16. package/dist/Box/Box.css.map +1 -1
  17. package/dist/Box/Box.js +2 -2
  18. package/dist/Button/Button.cjs +9 -9
  19. package/dist/Button/Button.css +194 -149
  20. package/dist/Button/Button.css.map +1 -1
  21. package/dist/Button/Button.js +8 -8
  22. package/dist/Button/constants/iconSize.cjs +2 -2
  23. package/dist/Button/constants/iconSize.css +26 -23
  24. package/dist/Button/constants/iconSize.css.map +1 -1
  25. package/dist/Button/constants/iconSize.js +1 -1
  26. package/dist/Card/Card.cjs +4 -4
  27. package/dist/Card/Card.css +168 -126
  28. package/dist/Card/Card.css.map +1 -1
  29. package/dist/Card/Card.js +3 -3
  30. package/dist/Checkbox/Checkbox.cjs +4 -4
  31. package/dist/Checkbox/Checkbox.css +168 -126
  32. package/dist/Checkbox/Checkbox.css.map +1 -1
  33. package/dist/Checkbox/Checkbox.js +3 -3
  34. package/dist/Chip/Chip.cjs +5 -5
  35. package/dist/Chip/Chip.css +168 -126
  36. package/dist/Chip/Chip.css.map +1 -1
  37. package/dist/Chip/Chip.js +4 -4
  38. package/dist/Dialog/Dialog.cjs +3 -3
  39. package/dist/Dialog/Dialog.css +168 -126
  40. package/dist/Dialog/Dialog.css.map +1 -1
  41. package/dist/Dialog/Dialog.js +2 -2
  42. package/dist/Dialog/ModalDialog.cjs +10 -10
  43. package/dist/Dialog/ModalDialog.css +194 -149
  44. package/dist/Dialog/ModalDialog.css.map +1 -1
  45. package/dist/Dialog/ModalDialog.js +9 -9
  46. package/dist/Divider/Divider.cjs +3 -3
  47. package/dist/Divider/Divider.css +168 -126
  48. package/dist/Divider/Divider.css.map +1 -1
  49. package/dist/Divider/Divider.js +2 -2
  50. package/dist/Heading/Heading.cjs +4 -4
  51. package/dist/Heading/Heading.css +168 -126
  52. package/dist/Heading/Heading.css.map +1 -1
  53. package/dist/Heading/Heading.js +3 -3
  54. package/dist/IconButton/IconButton.cjs +6 -6
  55. package/dist/IconButton/IconButton.css +194 -149
  56. package/dist/IconButton/IconButton.css.map +1 -1
  57. package/dist/IconButton/IconButton.js +5 -5
  58. package/dist/LinkButton/LinkButton.cjs +9 -9
  59. package/dist/LinkButton/LinkButton.css +194 -149
  60. package/dist/LinkButton/LinkButton.css.map +1 -1
  61. package/dist/LinkButton/LinkButton.js +8 -8
  62. package/dist/Modal/Layer.cjs +4 -4
  63. package/dist/Modal/Layer.css +168 -126
  64. package/dist/Modal/Layer.css.map +1 -1
  65. package/dist/Modal/Layer.js +3 -3
  66. package/dist/Modal/Modal.cjs +12 -12
  67. package/dist/Modal/Modal.css +194 -149
  68. package/dist/Modal/Modal.css.map +1 -1
  69. package/dist/Modal/Modal.js +11 -11
  70. package/dist/Popover/Popover.cjs +11 -11
  71. package/dist/Popover/Popover.css +194 -149
  72. package/dist/Popover/Popover.css.map +1 -1
  73. package/dist/Popover/Popover.js +10 -10
  74. package/dist/RadioButton/RadioButton.cjs +5 -5
  75. package/dist/RadioButton/RadioButton.css +168 -126
  76. package/dist/RadioButton/RadioButton.css.map +1 -1
  77. package/dist/RadioButton/RadioButton.js +4 -4
  78. package/dist/RichSelect/RichSelectBox.cjs +16 -16
  79. package/dist/RichSelect/RichSelectBox.css +194 -149
  80. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  81. package/dist/RichSelect/RichSelectBox.js +15 -15
  82. package/dist/RichSelect/RichSelectChip.cjs +6 -6
  83. package/dist/RichSelect/RichSelectChip.css +168 -126
  84. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  85. package/dist/RichSelect/RichSelectChip.js +5 -5
  86. package/dist/RichSelect/RichSelectList.cjs +23 -23
  87. package/dist/RichSelect/RichSelectList.css +194 -149
  88. package/dist/RichSelect/RichSelectList.css.map +1 -1
  89. package/dist/RichSelect/RichSelectList.js +22 -22
  90. package/dist/RichSelect/RichSelectRadioButton.cjs +6 -6
  91. package/dist/RichSelect/RichSelectRadioButton.css +168 -126
  92. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  93. package/dist/RichSelect/RichSelectRadioButton.js +5 -5
  94. package/dist/RichSelect/RichSelectSection.cjs +4 -4
  95. package/dist/RichSelect/RichSelectSection.css +168 -126
  96. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  97. package/dist/RichSelect/RichSelectSection.js +3 -3
  98. package/dist/SelectList/SelectList.cjs +6 -6
  99. package/dist/SelectList/SelectList.css +168 -126
  100. package/dist/SelectList/SelectList.css.map +1 -1
  101. package/dist/SelectList/SelectList.js +5 -5
  102. package/dist/TextArea/TextArea.cjs +5 -5
  103. package/dist/TextArea/TextArea.css +168 -126
  104. package/dist/TextArea/TextArea.css.map +1 -1
  105. package/dist/TextArea/TextArea.js +4 -4
  106. package/dist/TextField/TextField.cjs +5 -5
  107. package/dist/TextField/TextField.css +168 -126
  108. package/dist/TextField/TextField.css.map +1 -1
  109. package/dist/TextField/TextField.js +4 -4
  110. package/dist/Tooltip/Tooltip.cjs +4 -4
  111. package/dist/Tooltip/Tooltip.css +168 -126
  112. package/dist/Tooltip/Tooltip.css.map +1 -1
  113. package/dist/Tooltip/Tooltip.js +3 -3
  114. package/dist/Typography/Typography.cjs +3 -3
  115. package/dist/Typography/Typography.css +168 -126
  116. package/dist/Typography/Typography.css.map +1 -1
  117. package/dist/Typography/Typography.js +2 -2
  118. package/dist/__chunks/{KU5UT5RY.js → 22OMICOW.js} +2 -2
  119. package/dist/__chunks/{TZ3U2EZP.js → 2ME3BD6K.js} +6 -6
  120. package/dist/__chunks/{SLPY6EZY.js → 2MINLLCQ.js} +2 -2
  121. package/dist/__chunks/2UPJMKTX.cjs +114 -0
  122. package/dist/__chunks/2UPJMKTX.cjs.map +1 -0
  123. package/dist/__chunks/{CYMLBKRU.cjs → 3J6UY4O7.cjs} +5 -5
  124. package/dist/__chunks/{SNYEHXDA.cjs → 4BFY734C.cjs} +3 -3
  125. package/dist/__chunks/{HS7E5SFN.js → 4CRAIBTO.js} +7 -7
  126. package/dist/__chunks/{3RPDJFR4.js → 4NSYLHIG.js} +2 -2
  127. package/dist/__chunks/{2RKCTJBI.cjs → 4OYTNKMT.cjs} +3 -3
  128. package/dist/__chunks/{AI3HSJ4Z.cjs → 7BKNCKG6.cjs} +15 -15
  129. package/dist/__chunks/{XUVWR3MT.js → AQ4N3L6H.js} +5 -5
  130. package/dist/__chunks/{TY53S7AI.cjs → B6FBYOX3.cjs} +5 -5
  131. package/dist/__chunks/B7PDT66P.js +9 -0
  132. package/dist/__chunks/B7PDT66P.js.map +1 -0
  133. package/dist/__chunks/{HZ3IHMWC.js → BJAWVRMM.js} +2 -2
  134. package/dist/__chunks/{O27UNR7R.js → BKKGEDVD.js} +3 -3
  135. package/dist/__chunks/{JTDA7BDZ.cjs → BW7P2SK4.cjs} +8 -8
  136. package/dist/__chunks/BXHT3UUW.js +9 -0
  137. package/dist/__chunks/BXHT3UUW.js.map +1 -0
  138. package/dist/__chunks/{CXCRGFIV.cjs → D5JLOEQ3.cjs} +7 -7
  139. package/dist/__chunks/{762IDERQ.cjs → D76LWB72.cjs} +7 -7
  140. package/dist/__chunks/{ZWTXIPP3.js → DNC754CR.js} +4 -4
  141. package/dist/__chunks/DTKTTGU5.cjs +9 -0
  142. package/dist/__chunks/DTKTTGU5.cjs.map +1 -0
  143. package/dist/__chunks/{MAABAXPP.cjs → EDBOQDEI.cjs} +19 -19
  144. package/dist/__chunks/{R4TBYKLS.js → EEUFQAUZ.js} +2 -2
  145. package/dist/__chunks/{F7RVH3EY.js → FITLZVLN.js} +11 -10
  146. package/dist/__chunks/FITLZVLN.js.map +1 -0
  147. package/dist/__chunks/{JGYZV3JA.js → FPHP3T7U.js} +2 -2
  148. package/dist/__chunks/{5V4GT2NJ.cjs → H6TSTAYY.cjs} +3 -3
  149. package/dist/__chunks/{DZRB2DSH.js → HINMIM2W.js} +2 -2
  150. package/dist/__chunks/{4LCJJZPI.js → HQMHSXLB.js} +3 -3
  151. package/dist/__chunks/{MLJKPE76.js → HUEEJIK6.js} +2 -2
  152. package/dist/__chunks/{OFW6A65B.js → IB3FQANU.js} +2 -2
  153. package/dist/__chunks/{DTEKITMF.cjs → J3ES6ZT6.cjs} +3 -3
  154. package/dist/__chunks/J43HGNHN.cjs +82 -0
  155. package/dist/__chunks/{635VMAFB.cjs → J65TCZUM.cjs} +8 -8
  156. package/dist/__chunks/JAC64LLA.js +17 -0
  157. package/dist/__chunks/JAC64LLA.js.map +1 -0
  158. package/dist/__chunks/{JGKRNONJ.js → JUPRT4OU.js} +2 -2
  159. package/dist/__chunks/{VICE5H6S.cjs → JWWKDZYV.cjs} +16 -16
  160. package/dist/__chunks/{OG4RH3QZ.cjs → KWT6ABYP.cjs} +8 -8
  161. package/dist/__chunks/{7NE5Y7AO.js → LWZJ2KZP.js} +3 -3
  162. package/dist/__chunks/{UD4IRT6U.cjs → MG2NM3WU.cjs} +3 -3
  163. package/dist/__chunks/{EUUNDEAV.cjs → MNOQHQWW.cjs} +8 -8
  164. package/dist/__chunks/{44DDUZLN.js → NI6XOJ3G.js} +2 -2
  165. package/dist/__chunks/OMFFRI3K.js +9 -0
  166. package/dist/__chunks/OMFFRI3K.js.map +1 -0
  167. package/dist/__chunks/{W4JR43JJ.cjs → ORCNBIKY.cjs} +1 -1
  168. package/dist/__chunks/{W4JR43JJ.cjs.map → ORCNBIKY.cjs.map} +1 -1
  169. package/dist/__chunks/{CJLPH2FJ.js → P2BCEYCC.js} +3 -3
  170. package/dist/__chunks/{6UFO6JEO.cjs → PDPWTB6M.cjs} +37 -14
  171. package/dist/__chunks/PDPWTB6M.cjs.map +1 -0
  172. package/dist/__chunks/{LPWENXKW.js → PM4UMJWM.js} +3 -3
  173. package/dist/__chunks/{ZIBKOWAK.cjs → PRPV6JFS.cjs} +3 -3
  174. package/dist/__chunks/QAS3KERZ.cjs +9 -0
  175. package/dist/__chunks/QAS3KERZ.cjs.map +1 -0
  176. package/dist/__chunks/{EILCQTJ3.cjs → QJYYEWMS.cjs} +3 -3
  177. package/dist/__chunks/{577X7X3J.cjs → RINTHGJZ.cjs} +3 -3
  178. package/dist/__chunks/SP7KCX5V.js +114 -0
  179. package/dist/__chunks/SP7KCX5V.js.map +1 -0
  180. package/dist/__chunks/{Q5EIO3ZT.js → T2TWWVDB.js} +3 -3
  181. package/dist/__chunks/{46QLII42.cjs → TJN7NBWU.cjs} +17 -17
  182. package/dist/__chunks/{FCNPD5TI.cjs → UAN64LE7.cjs} +5 -5
  183. package/dist/__chunks/{HCM63U3J.cjs → UQY2ELTZ.cjs} +16 -16
  184. package/dist/__chunks/{YSHX52WN.js → URRKNNYF.js} +4 -4
  185. package/dist/__chunks/{K6HYPHZI.js → VAUSDMLF.js} +1 -1
  186. package/dist/__chunks/{K6HYPHZI.js.map → VAUSDMLF.js.map} +1 -1
  187. package/dist/__chunks/{Q6MTOVYN.js → VHZFF3Y7.js} +4 -4
  188. package/dist/__chunks/{WEI25NBB.js → VT6H7TYG.js} +3 -3
  189. package/dist/__chunks/W2JRKN5E.cjs +9 -0
  190. package/dist/__chunks/W2JRKN5E.cjs.map +1 -0
  191. package/dist/__chunks/{LAT2IHTZ.cjs → WFWI5GYG.cjs} +3 -3
  192. package/dist/__chunks/{E5L5ZBOW.js → WG6366VB.js} +2 -2
  193. package/dist/__chunks/{3QV4LYGN.cjs → WJ4USTG5.cjs} +3 -3
  194. package/dist/__chunks/{VFNNZZPM.js → WX4R325A.js} +33 -10
  195. package/dist/__chunks/WX4R325A.js.map +1 -0
  196. package/dist/__chunks/{CI5BYRSX.cjs → XJL3R42D.cjs} +6 -6
  197. package/dist/__chunks/{ULH3WUVW.cjs → XXIGTXV7.cjs} +25 -24
  198. package/dist/__chunks/XXIGTXV7.cjs.map +1 -0
  199. package/dist/__chunks/{RABZMRSJ.cjs → YZYWUADR.cjs} +7 -7
  200. package/dist/__chunks/ZCSR6NFB.cjs +17 -0
  201. package/dist/__chunks/ZCSR6NFB.cjs.map +1 -0
  202. package/dist/__chunks/{SCQYKMKB.js → ZEMGWSJQ.js} +4 -4
  203. package/dist/__chunks/{5YXVVFJ3.js → ZFMV7BOZ.js} +2 -2
  204. package/dist/colors/allColors.cjs +16 -1
  205. package/dist/colors/allColors.cjs.map +1 -1
  206. package/dist/colors/allColors.d.ts +1 -1
  207. package/dist/colors/allColors.js +16 -1
  208. package/dist/colors/allColors.js.map +1 -1
  209. package/dist/colors/backgroundColor.cjs +3 -3
  210. package/dist/colors/backgroundColor.css +168 -126
  211. package/dist/colors/backgroundColor.css.map +1 -1
  212. package/dist/colors/backgroundColor.js +2 -2
  213. package/dist/colors/foregroundColor.cjs +3 -3
  214. package/dist/colors/foregroundColor.css +168 -126
  215. package/dist/colors/foregroundColor.css.map +1 -1
  216. package/dist/colors/foregroundColor.js +2 -2
  217. package/dist/index.cjs +36 -36
  218. package/dist/index.css +194 -149
  219. package/dist/index.css.map +1 -1
  220. package/dist/index.js +35 -35
  221. package/package.json +1 -1
  222. package/dist/__chunks/37PNBG3P.js +0 -17
  223. package/dist/__chunks/37PNBG3P.js.map +0 -1
  224. package/dist/__chunks/46XGANFF.js +0 -9
  225. package/dist/__chunks/46XGANFF.js.map +0 -1
  226. package/dist/__chunks/54PSDUCD.cjs +0 -17
  227. package/dist/__chunks/54PSDUCD.cjs.map +0 -1
  228. package/dist/__chunks/6KTCQQ7E.cjs +0 -63
  229. package/dist/__chunks/6KTCQQ7E.cjs.map +0 -1
  230. package/dist/__chunks/6UFO6JEO.cjs.map +0 -1
  231. package/dist/__chunks/F7RVH3EY.js.map +0 -1
  232. package/dist/__chunks/FMQVMNVR.js +0 -9
  233. package/dist/__chunks/FMQVMNVR.js.map +0 -1
  234. package/dist/__chunks/JHJZ5COD.js +0 -9
  235. package/dist/__chunks/JHJZ5COD.js.map +0 -1
  236. package/dist/__chunks/QWMAWIWI.cjs +0 -82
  237. package/dist/__chunks/ULH3WUVW.cjs.map +0 -1
  238. package/dist/__chunks/VFNNZZPM.js.map +0 -1
  239. package/dist/__chunks/VKB7KOAH.cjs +0 -9
  240. package/dist/__chunks/VKB7KOAH.cjs.map +0 -1
  241. package/dist/__chunks/WRTSVDQZ.cjs +0 -9
  242. package/dist/__chunks/WRTSVDQZ.cjs.map +0 -1
  243. package/dist/__chunks/X2LNODY7.cjs +0 -9
  244. package/dist/__chunks/X2LNODY7.cjs.map +0 -1
  245. package/dist/__chunks/YMFS4GTJ.js +0 -63
  246. package/dist/__chunks/YMFS4GTJ.js.map +0 -1
  247. /package/dist/__chunks/{KU5UT5RY.js.map → 22OMICOW.js.map} +0 -0
  248. /package/dist/__chunks/{TZ3U2EZP.js.map → 2ME3BD6K.js.map} +0 -0
  249. /package/dist/__chunks/{SLPY6EZY.js.map → 2MINLLCQ.js.map} +0 -0
  250. /package/dist/__chunks/{CYMLBKRU.cjs.map → 3J6UY4O7.cjs.map} +0 -0
  251. /package/dist/__chunks/{SNYEHXDA.cjs.map → 4BFY734C.cjs.map} +0 -0
  252. /package/dist/__chunks/{HS7E5SFN.js.map → 4CRAIBTO.js.map} +0 -0
  253. /package/dist/__chunks/{3RPDJFR4.js.map → 4NSYLHIG.js.map} +0 -0
  254. /package/dist/__chunks/{2RKCTJBI.cjs.map → 4OYTNKMT.cjs.map} +0 -0
  255. /package/dist/__chunks/{AI3HSJ4Z.cjs.map → 7BKNCKG6.cjs.map} +0 -0
  256. /package/dist/__chunks/{XUVWR3MT.js.map → AQ4N3L6H.js.map} +0 -0
  257. /package/dist/__chunks/{TY53S7AI.cjs.map → B6FBYOX3.cjs.map} +0 -0
  258. /package/dist/__chunks/{HZ3IHMWC.js.map → BJAWVRMM.js.map} +0 -0
  259. /package/dist/__chunks/{O27UNR7R.js.map → BKKGEDVD.js.map} +0 -0
  260. /package/dist/__chunks/{JTDA7BDZ.cjs.map → BW7P2SK4.cjs.map} +0 -0
  261. /package/dist/__chunks/{CXCRGFIV.cjs.map → D5JLOEQ3.cjs.map} +0 -0
  262. /package/dist/__chunks/{762IDERQ.cjs.map → D76LWB72.cjs.map} +0 -0
  263. /package/dist/__chunks/{ZWTXIPP3.js.map → DNC754CR.js.map} +0 -0
  264. /package/dist/__chunks/{MAABAXPP.cjs.map → EDBOQDEI.cjs.map} +0 -0
  265. /package/dist/__chunks/{R4TBYKLS.js.map → EEUFQAUZ.js.map} +0 -0
  266. /package/dist/__chunks/{JGYZV3JA.js.map → FPHP3T7U.js.map} +0 -0
  267. /package/dist/__chunks/{5V4GT2NJ.cjs.map → H6TSTAYY.cjs.map} +0 -0
  268. /package/dist/__chunks/{DZRB2DSH.js.map → HINMIM2W.js.map} +0 -0
  269. /package/dist/__chunks/{4LCJJZPI.js.map → HQMHSXLB.js.map} +0 -0
  270. /package/dist/__chunks/{MLJKPE76.js.map → HUEEJIK6.js.map} +0 -0
  271. /package/dist/__chunks/{OFW6A65B.js.map → IB3FQANU.js.map} +0 -0
  272. /package/dist/__chunks/{DTEKITMF.cjs.map → J3ES6ZT6.cjs.map} +0 -0
  273. /package/dist/__chunks/{QWMAWIWI.cjs.map → J43HGNHN.cjs.map} +0 -0
  274. /package/dist/__chunks/{635VMAFB.cjs.map → J65TCZUM.cjs.map} +0 -0
  275. /package/dist/__chunks/{JGKRNONJ.js.map → JUPRT4OU.js.map} +0 -0
  276. /package/dist/__chunks/{VICE5H6S.cjs.map → JWWKDZYV.cjs.map} +0 -0
  277. /package/dist/__chunks/{OG4RH3QZ.cjs.map → KWT6ABYP.cjs.map} +0 -0
  278. /package/dist/__chunks/{7NE5Y7AO.js.map → LWZJ2KZP.js.map} +0 -0
  279. /package/dist/__chunks/{UD4IRT6U.cjs.map → MG2NM3WU.cjs.map} +0 -0
  280. /package/dist/__chunks/{EUUNDEAV.cjs.map → MNOQHQWW.cjs.map} +0 -0
  281. /package/dist/__chunks/{44DDUZLN.js.map → NI6XOJ3G.js.map} +0 -0
  282. /package/dist/__chunks/{CJLPH2FJ.js.map → P2BCEYCC.js.map} +0 -0
  283. /package/dist/__chunks/{LPWENXKW.js.map → PM4UMJWM.js.map} +0 -0
  284. /package/dist/__chunks/{ZIBKOWAK.cjs.map → PRPV6JFS.cjs.map} +0 -0
  285. /package/dist/__chunks/{EILCQTJ3.cjs.map → QJYYEWMS.cjs.map} +0 -0
  286. /package/dist/__chunks/{577X7X3J.cjs.map → RINTHGJZ.cjs.map} +0 -0
  287. /package/dist/__chunks/{Q5EIO3ZT.js.map → T2TWWVDB.js.map} +0 -0
  288. /package/dist/__chunks/{46QLII42.cjs.map → TJN7NBWU.cjs.map} +0 -0
  289. /package/dist/__chunks/{FCNPD5TI.cjs.map → UAN64LE7.cjs.map} +0 -0
  290. /package/dist/__chunks/{HCM63U3J.cjs.map → UQY2ELTZ.cjs.map} +0 -0
  291. /package/dist/__chunks/{YSHX52WN.js.map → URRKNNYF.js.map} +0 -0
  292. /package/dist/__chunks/{Q6MTOVYN.js.map → VHZFF3Y7.js.map} +0 -0
  293. /package/dist/__chunks/{WEI25NBB.js.map → VT6H7TYG.js.map} +0 -0
  294. /package/dist/__chunks/{LAT2IHTZ.cjs.map → WFWI5GYG.cjs.map} +0 -0
  295. /package/dist/__chunks/{E5L5ZBOW.js.map → WG6366VB.js.map} +0 -0
  296. /package/dist/__chunks/{3QV4LYGN.cjs.map → WJ4USTG5.cjs.map} +0 -0
  297. /package/dist/__chunks/{CI5BYRSX.cjs.map → XJL3R42D.cjs.map} +0 -0
  298. /package/dist/__chunks/{RABZMRSJ.cjs.map → YZYWUADR.cjs.map} +0 -0
  299. /package/dist/__chunks/{SCQYKMKB.js.map → ZEMGWSJQ.js.map} +0 -0
  300. /package/dist/__chunks/{5YXVVFJ3.js.map → ZFMV7BOZ.js.map} +0 -0
@@ -7,7 +7,7 @@ var _3P2PWHOUcjs = require('./3P2PWHOU.cjs');
7
7
  var _5JUNB754cjs = require('./5JUNB754.cjs');
8
8
 
9
9
 
10
- var _54PSDUCDcjs = require('./54PSDUCD.cjs');
10
+ var _ZCSR6NFBcjs = require('./ZCSR6NFB.cjs');
11
11
 
12
12
 
13
13
 
@@ -15,17 +15,17 @@ var _HWQUS53Mcjs = require('./HWQUS53M.cjs');
15
15
 
16
16
 
17
17
 
18
- var _HCM63U3Jcjs = require('./HCM63U3J.cjs');
18
+ var _UQY2ELTZcjs = require('./UQY2ELTZ.cjs');
19
19
 
20
20
 
21
21
 
22
- var _QWMAWIWIcjs = require('./QWMAWIWI.cjs');
22
+ var _J43HGNHNcjs = require('./J43HGNHN.cjs');
23
23
 
24
24
 
25
- var _SNYEHXDAcjs = require('./SNYEHXDA.cjs');
25
+ var _4BFY734Ccjs = require('./4BFY734C.cjs');
26
26
 
27
27
 
28
- var _46QLII42cjs = require('./46QLII42.cjs');
28
+ var _TJN7NBWUcjs = require('./TJN7NBWU.cjs');
29
29
 
30
30
 
31
31
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -38,7 +38,7 @@ var _react = require('react');
38
38
  var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
39
39
 
40
40
  // css-module:./Button.module.css#css-module
41
- var Button_module_default = { "button": "_button_ddq3j_1", "buttonGap": "_buttonGap_ddq3j_9", "fullWidth": "_fullWidth_ddq3j_50", "sm": "_sm_ddq3j_54", "md": "_md_ddq3j_61", "lg": "_lg_ddq3j_68", "smCambio": "_smCambio_ddq3j_75", "mdCambio": "_mdCambio_ddq3j_82", "lgCambio": "_lgCambio_ddq3j_89", "icon": "_icon_ddq3j_96", "smIcon": "_smIcon_ddq3j_100", "mdIcon": "_mdIcon_ddq3j_107", "lgIcon": "_lgIcon_ddq3j_114", "secondaryBorder": "_secondaryBorder_ddq3j_121", "secondaryDestructiveBorder": "_secondaryDestructiveBorder_ddq3j_125", "loading": "_loading_ddq3j_139", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_ddq3j_1", "loadingCircle": "_loadingCircle_ddq3j_143" };
41
+ var Button_module_default = { "button": "_button_9efd1_1", "buttonGap": "_buttonGap_9efd1_9", "disabledCambioPrimary": "_disabledCambioPrimary_9efd1_50", "fullWidth": "_fullWidth_9efd1_54", "sm": "_sm_9efd1_58", "md": "_md_9efd1_65", "lg": "_lg_9efd1_72", "smCambio": "_smCambio_9efd1_79", "mdCambio": "_mdCambio_9efd1_86", "lgCambio": "_lgCambio_9efd1_93", "icon": "_icon_9efd1_100", "smIcon": "_smIcon_9efd1_104", "mdIcon": "_mdIcon_9efd1_111", "lgIcon": "_lgIcon_9efd1_118", "secondaryBorder": "_secondaryBorder_9efd1_125", "secondaryDestructiveBorder": "_secondaryDestructiveBorder_9efd1_129", "loading": "_loading_9efd1_143", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_9efd1_1", "loadingCircle": "_loadingCircle_9efd1_147" };
42
42
 
43
43
  // src/Button/Button.tsx
44
44
  var _jsxruntime = require('react/jsx-runtime');
@@ -62,8 +62,9 @@ var Button = _react.forwardRef.call(void 0,
62
62
  }, ref) => {
63
63
  const isHydrated = _K4AUV2VKcjs.useIsHydrated.call(void 0, );
64
64
  const { themeName } = _TBQR2FPScjs.useTheme.call(void 0, );
65
- const foregroundColorClass = themeName === "classic" ? _HCM63U3Jcjs.classicForegroundColor.call(void 0, _HWQUS53Mcjs.classicColor.call(void 0, color)) : _HCM63U3Jcjs.cambioForegroundColor.call(void 0, _HWQUS53Mcjs.cambioColor.call(void 0, color), on);
66
- const backgroundColorClass = themeName === "classic" ? _QWMAWIWIcjs.classicBackgroundColor.call(void 0, _HWQUS53Mcjs.classicColor.call(void 0, color)) : _QWMAWIWIcjs.cambioBackgroundColor.call(void 0, _HWQUS53Mcjs.cambioColor.call(void 0, color), on);
65
+ const foregroundColorClass = themeName === "classic" ? _UQY2ELTZcjs.classicForegroundColor.call(void 0, _HWQUS53Mcjs.classicColor.call(void 0, color)) : _UQY2ELTZcjs.cambioForegroundColor.call(void 0, _HWQUS53Mcjs.cambioColor.call(void 0, color), on);
66
+ const backgroundColorClass = themeName === "classic" ? _J43HGNHNcjs.classicBackgroundColor.call(void 0, _HWQUS53Mcjs.classicColor.call(void 0, color)) : _J43HGNHNcjs.cambioBackgroundColor.call(void 0, _HWQUS53Mcjs.cambioColor.call(void 0, color), on);
67
+ const disabledCambioPrimary = themeName === "cambio" && color === "primary" && disabled;
67
68
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
68
69
  "button",
69
70
  {
@@ -87,22 +88,44 @@ var Button = _react.forwardRef.call(void 0,
87
88
  }
88
89
  ),
89
90
  children: [
90
- !loading && StartIcon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, StartIcon, { className: _classnames2.default.call(void 0, Button_module_default.icon, _54PSDUCDcjs.iconSize_default[size]) }),
91
- (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SNYEHXDAcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
92
- _46QLII42cjs.Typography_default,
91
+ !loading && StartIcon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
92
+ StartIcon,
93
+ {
94
+ className: _classnames2.default.call(void 0,
95
+ Button_module_default.icon,
96
+ _ZCSR6NFBcjs.iconSize_default[size],
97
+ disabledCambioPrimary && Button_module_default.disabledCambioPrimary
98
+ )
99
+ }
100
+ ),
101
+ (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _4BFY734Ccjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
102
+ _TJN7NBWUcjs.Typography_default,
93
103
  {
94
104
  size: themeName === "classic" ? _5JUNB754cjs.textVariant_default[size] : _5JUNB754cjs.textVariant_default[size],
95
105
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
96
106
  "span",
97
107
  {
98
- className: foregroundColorClass,
108
+ className: _classnames2.default.call(void 0,
109
+ // Temporary - until we have cambio colors on Typography
110
+ foregroundColorClass,
111
+ disabledCambioPrimary && Button_module_default.disabledCambioPrimary
112
+ ),
99
113
  style: { fontWeight: 500 },
100
114
  children: loading ? loadingText : text
101
115
  }
102
116
  )
103
117
  }
104
118
  ) }),
105
- !loading && EndIcon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, EndIcon, { className: _classnames2.default.call(void 0, Button_module_default.icon, _54PSDUCDcjs.iconSize_default[size]) }),
119
+ !loading && EndIcon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
120
+ EndIcon,
121
+ {
122
+ className: _classnames2.default.call(void 0,
123
+ Button_module_default.icon,
124
+ _ZCSR6NFBcjs.iconSize_default[size],
125
+ disabledCambioPrimary && Button_module_default.disabledCambioPrimary
126
+ )
127
+ }
128
+ ),
106
129
  loading && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
107
130
  "svg",
108
131
  {
@@ -134,4 +157,4 @@ var Button_default = Button;
134
157
 
135
158
 
136
159
  exports.Button_default = Button_default;
137
- //# sourceMappingURL=6UFO6JEO.cjs.map
160
+ //# sourceMappingURL=PDPWTB6M.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Button/Button.tsx","css-module:./Button.module.css#css-module"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAgB,kBAAkB;AAClC,OAAO,gBAAgB;;;ACDqE,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,yBAAwB,mCAAkC,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,YAAW,sBAAqB,YAAW,sBAAqB,YAAW,sBAAqB,QAAO,mBAAkB,UAAS,qBAAoB,UAAS,qBAAoB,UAAS,qBAAoB,mBAAkB,8BAA6B,8BAA6B,yCAAwC,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B;;;ADwKxwB,SAyBI,KAzBJ;AAtCN,IAAM,SAAS;AAAA,EACb,CACE;AAAA,IACE,eAAe;AAAA,IACf;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,OAAO;AAAA,IACP;AAAA,IACA,WAAW;AAAA,IACX,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,SAAS;AAAA,IACT,KAAK;AAAA,IACL;AAAA,IACA;AAAA,IACA,OAAO;AAAA,EACT,GACA,QACG;AACH,UAAM,aAAa,cAAc;AACjC,UAAM,EAAE,UAAU,IAAI,SAAS;AAE/B,UAAM,uBACJ,cAAc,YACV,uBAAuB,aAAa,KAAK,CAAC,IAC1C,sBAAsB,YAAY,KAAK,GAAG,EAAE;AAElD,UAAM,uBACJ,cAAc,YACV,uBAAuB,aAAa,KAAK,CAAC,IAC1C,sBAAsB,YAAY,KAAK,GAAG,EAAE;AAElD,UAAM,wBACJ,cAAc,YAAY,UAAU,aAAa;AAEnD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,eAAa;AAAA,QACb;AAAA,QACA,cAAY;AAAA,QACZ;AAAA,QACA,OAAO;AAAA,QACP,UAAU,CAAC,cAAc,YAAY;AAAA,QACrC;AAAA,QACA,WAAW;AAAA,UACT,sBAAO;AAAA,UACP;AAAA,UACA;AAAA,UACA,cAAc,YAAY,sBAAO,IAAI,IAAI,sBAAO,GAAG,YAAY;AAAA,UAC/D;AAAA,YACE,CAAC,sBAAO,SAAS,GAAG;AAAA,YACpB,CAAC,sBAAO,SAAS,GACf,cAAc,cAAc,SAAS,QAAQ,SAAS;AAAA,YACxD,CAAC,sBAAO,eAAe,GACrB,cAAc,aAAa,UAAU;AAAA,YACvC,CAAC,sBAAO,0BAA0B,GAChC,cAAc,aAAa,UAAU;AAAA,UACzC;AAAA,QACF;AAAA,QAEC;AAAA,WAAC,WAAW,aACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAO;AAAA,gBACP,iBAAS,IAAI;AAAA,gBACb,yBAAyB,sBAAO;AAAA,cAClC;AAAA;AAAA,UACF;AAAA,WAEC,WAAW,eAAiB,CAAC,WAAW,SACzC,oBAAC,eAAI,UAAU,GACb;AAAA,YAAC;AAAA;AAAA,cACC,MACE,cAAc,YAAY,oBAAY,IAAI,IAAI,oBAAY,IAAI;AAAA,cAGhE;AAAA,gBAAC;AAAA;AAAA,kBACC,WAAW;AAAA;AAAA,oBAET;AAAA,oBACA,yBAAyB,sBAAO;AAAA,kBAClC;AAAA,kBACA,OAAO,EAAE,YAAY,IAAI;AAAA,kBAExB,oBAAU,cAAc;AAAA;AAAA,cAC3B;AAAA;AAAA,UACF,GACF;AAAA,UAED,CAAC,WAAW,WACX;AAAA,YAAC;AAAA;AAAA,cACC,WAAW;AAAA,gBACT,sBAAO;AAAA,gBACP,iBAAS,IAAI;AAAA,gBACb,yBAAyB,sBAAO;AAAA,cAClC;AAAA;AAAA,UACF;AAAA,UAED,WACC;AAAA,YAAC;AAAA;AAAA,cACC,WAAW,WAAW,sBAAO,SAAS,oBAAoB;AAAA,cAC1D,SAAQ;AAAA,cACR,OAAO,wBAAgB,IAAI;AAAA,cAC3B,QAAQ,wBAAgB,IAAI;AAAA,cAE5B;AAAA,gBAAC;AAAA;AAAA,kBACC,WAAW,sBAAO;AAAA,kBAClB,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,GAAE;AAAA,kBACF,MAAK;AAAA,kBACL,aAAY;AAAA;AAAA,cACd;AAAA;AAAA,UACF;AAAA;AAAA;AAAA,IAEJ;AAAA,EAEJ;AACF;AAEA,OAAO,cAAc;AAErB,IAAO,iBAAQ","sourcesContent":["import React, { forwardRef } from \"react\";\nimport classNames from \"classnames\";\nimport { type Size } from \"../constants\";\nimport Typography from \"../Typography/Typography\";\nimport Box from \"../Box/Box\";\nimport iconSize from \"./constants/iconSize\";\nimport textVariant from \"./constants/textVariant\";\nimport loadingIconSize from \"./constants/loadingIconSize\";\nimport styles from \"./Button.module.css\";\nimport useIsHydrated from \"../useIsHydrated\";\nimport { useTheme } from \"../ThemeProvider/ThemeProvider\";\nimport { classicColor, cambioColor } from \"./constants/color\";\nimport {\n classicBackgroundColor,\n cambioBackgroundColor,\n} from \"../colors/backgroundColor\";\nimport {\n classicForegroundColor,\n cambioForegroundColor,\n} from \"../colors/foregroundColor\";\n\ntype ButtonProps = {\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The text to be displayed inside the button\n */\n text: string;\n /**\n * The text to be displayed inside the button when it is in a loading state\n */\n loadingText?: string;\n /**\n * The color of the button\n *\n * Classic only:\n * * `inverse`\n * * `success`\n *\n * Cambio only:\n * * `success-primary`\n * * `success-secondary`\n * * `success-tertiary`\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\";\n /**\n * The size of the button\n *\n * Classic:\n * * `sm`: 32px\n * * `md`: 40px\n * * `lg`: 48px\n *\n * Cambio:\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * The label to be used for accessibility\n */\n accessibilityLabel?: string;\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * If `true`, the button will be in a loading state\n *\n * @defaultValue false\n */\n loading?: boolean;\n /**\n * If `true`, the button will take up the full width of its container\n *\n * @defaultValue false\n */\n fullWidth?: boolean;\n /**\n * The icon to be displayed at the start of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n startIcon?: React.ComponentType<{ className?: string }>;\n /**\n * The icon to be displayed at the end of the button. Please use a [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n */\n endIcon?: React.ComponentType<{ className?: string }>;\n /**\n * Indicate whether the button renders on a light or dark background. Changes the color of the button (Cambio only)\n *\n * @defaulValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * The callback to be called when the button is clicked\n */\n onClick?: React.MouseEventHandler<HTMLButtonElement>;\n /**\n * The tooltip to be displayed when the user hovers over the button\n */\n tooltip?: string;\n /**\n * The type you want to set for the primitive `<button/>`\n */\n type?: \"button\" | \"submit\" | \"reset\";\n};\n\n/**\n * [Button](https://cambly-syntax.vercel.app/?path=/docs/components-button--docs) is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.\n */\nconst Button = forwardRef<HTMLButtonElement, ButtonProps>(\n (\n {\n \"data-testid\": dataTestId,\n text,\n loadingText,\n color = \"primary\",\n size = \"md\",\n accessibilityLabel,\n disabled = false,\n loading = false,\n fullWidth = false,\n startIcon: StartIcon,\n endIcon: EndIcon,\n on = \"lightBackground\",\n onClick,\n tooltip,\n type = \"button\",\n }: ButtonProps,\n ref,\n ) => {\n const isHydrated = useIsHydrated();\n const { themeName } = useTheme();\n\n const foregroundColorClass =\n themeName === \"classic\"\n ? classicForegroundColor(classicColor(color))\n : cambioForegroundColor(cambioColor(color), on);\n\n const backgroundColorClass =\n themeName === \"classic\"\n ? classicBackgroundColor(classicColor(color))\n : cambioBackgroundColor(cambioColor(color), on);\n\n const disabledCambioPrimary =\n themeName === \"cambio\" && color === \"primary\" && disabled;\n\n return (\n <button\n data-testid={dataTestId}\n ref={ref}\n aria-label={accessibilityLabel}\n type={type}\n title={tooltip}\n disabled={!isHydrated || disabled || loading}\n onClick={onClick}\n className={classNames(\n styles.button,\n foregroundColorClass,\n backgroundColorClass,\n themeName === \"classic\" ? styles[size] : styles[`${size}Cambio`],\n {\n [styles.fullWidth]: fullWidth,\n [styles.buttonGap]:\n themeName === \"classic\" && (size === \"lg\" || size === \"md\"),\n [styles.secondaryBorder]:\n themeName === \"classic\" && color === \"secondary\",\n [styles.secondaryDestructiveBorder]:\n themeName === \"classic\" && color === \"destructive-secondary\",\n },\n )}\n >\n {!loading && StartIcon && (\n <StartIcon\n className={classNames(\n styles.icon,\n iconSize[size],\n disabledCambioPrimary && styles.disabledCambioPrimary,\n )}\n />\n )}\n {((loading && loadingText) || (!loading && text)) && (\n <Box paddingX={1}>\n <Typography\n size={\n themeName === \"classic\" ? textVariant[size] : textVariant[size]\n }\n >\n <span\n className={classNames(\n // Temporary - until we have cambio colors on Typography\n foregroundColorClass,\n disabledCambioPrimary && styles.disabledCambioPrimary,\n )}\n style={{ fontWeight: 500 }}\n >\n {loading ? loadingText : text}\n </span>\n </Typography>\n </Box>\n )}\n {!loading && EndIcon && (\n <EndIcon\n className={classNames(\n styles.icon,\n iconSize[size],\n disabledCambioPrimary && styles.disabledCambioPrimary,\n )}\n />\n )}\n {loading && (\n <svg\n className={classNames(styles.loading, foregroundColorClass)}\n viewBox=\"22 22 44 44\"\n width={loadingIconSize[size]}\n height={loadingIconSize[size]}\n >\n <circle\n className={styles.loadingCircle}\n cx=\"44\"\n cy=\"44\"\n r=\"20.2\"\n fill=\"none\"\n strokeWidth=\"3.6\"\n />\n </svg>\n )}\n </button>\n );\n },\n);\n\nButton.displayName = \"Button\";\n\nexport default Button;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_9efd1_1\",\"buttonGap\":\"_buttonGap_9efd1_9\",\"disabledCambioPrimary\":\"_disabledCambioPrimary_9efd1_50\",\"fullWidth\":\"_fullWidth_9efd1_54\",\"sm\":\"_sm_9efd1_58\",\"md\":\"_md_9efd1_65\",\"lg\":\"_lg_9efd1_72\",\"smCambio\":\"_smCambio_9efd1_79\",\"mdCambio\":\"_mdCambio_9efd1_86\",\"lgCambio\":\"_lgCambio_9efd1_93\",\"icon\":\"_icon_9efd1_100\",\"smIcon\":\"_smIcon_9efd1_104\",\"mdIcon\":\"_mdIcon_9efd1_111\",\"lgIcon\":\"_lgIcon_9efd1_118\",\"secondaryBorder\":\"_secondaryBorder_9efd1_125\",\"secondaryDestructiveBorder\":\"_secondaryDestructiveBorder_9efd1_129\",\"loading\":\"_loading_9efd1_143\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_9efd1_1\",\"loadingCircle\":\"_loadingCircle_9efd1_147\"}"]}
@@ -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";
@@ -112,4 +112,4 @@ var Chip_default = Chip;
112
112
  export {
113
113
  Chip_default
114
114
  };
115
- //# sourceMappingURL=LPWENXKW.js.map
115
+ //# sourceMappingURL=PM4UMJWM.js.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _SNYEHXDAcjs = require('./SNYEHXDA.cjs');
4
+ var _4BFY734Ccjs = require('./4BFY734C.cjs');
5
5
 
6
6
 
7
7
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -25,7 +25,7 @@ function AvatarGroup({
25
25
  const { themeName } = _TBQR2FPScjs.useTheme.call(void 0, );
26
26
  const parsedSize = themeName === "cambio" && size === "xl" ? "lg" : size;
27
27
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, AvatarGroupContext.Provider, { value: { size: parsedSize, orientation }, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28
- _SNYEHXDAcjs.Box_default,
28
+ _4BFY734Ccjs.Box_default,
29
29
  {
30
30
  display: "flex",
31
31
  justifyContent: orientation === "standard" ? "start" : "end",
@@ -44,4 +44,4 @@ AvatarGroup.displayName = "AvatarGroup";
44
44
 
45
45
 
46
46
  exports.useAvatarGroup = useAvatarGroup; exports.AvatarGroup = AvatarGroup;
47
- //# sourceMappingURL=ZIBKOWAK.cjs.map
47
+ //# sourceMappingURL=PRPV6JFS.cjs.map
@@ -0,0 +1,9 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
+
3
+ // css-module:../colors/colors.module.css#css-module
4
+ var colors_module_default = { "inheritColor": "_inheritColor_rzcwj_2", "destructive700Color": "_destructive700Color_rzcwj_6", "gray700Color": "_gray700Color_rzcwj_10", "gray900Color": "_gray900Color_rzcwj_14", "primary700Color": "_primary700Color_rzcwj_18", "success700Color": "_success700Color_rzcwj_22", "whiteColor": "_whiteColor_rzcwj_26", "blackBackgroundColor": "_blackBackgroundColor_rzcwj_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_rzcwj_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_rzcwj_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_rzcwj_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_rzcwj_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_rzcwj_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_rzcwj_55", "gray10BackgroundColor": "_gray10BackgroundColor_rzcwj_59", "gray30BackgroundColor": "_gray30BackgroundColor_rzcwj_63", "gray60BackgroundColor": "_gray60BackgroundColor_rzcwj_67", "gray80BackgroundColor": "_gray80BackgroundColor_rzcwj_71", "gray100BackgroundColor": "_gray100BackgroundColor_rzcwj_75", "gray200BackgroundColor": "_gray200BackgroundColor_rzcwj_79", "gray300BackgroundColor": "_gray300BackgroundColor_rzcwj_83", "gray700BackgroundColor": "_gray700BackgroundColor_rzcwj_87", "gray800BackgroundColor": "_gray800BackgroundColor_rzcwj_91", "gray900BackgroundColor": "_gray900BackgroundColor_rzcwj_95", "orange100BackgroundColor": "_orange100BackgroundColor_rzcwj_99", "orange200BackgroundColor": "_orange200BackgroundColor_rzcwj_103", "orange300BackgroundColor": "_orange300BackgroundColor_rzcwj_107", "orange700BackgroundColor": "_orange700BackgroundColor_rzcwj_111", "orange800BackgroundColor": "_orange800BackgroundColor_rzcwj_115", "orange900BackgroundColor": "_orange900BackgroundColor_rzcwj_119", "primary100BackgroundColor": "_primary100BackgroundColor_rzcwj_123", "primary200BackgroundColor": "_primary200BackgroundColor_rzcwj_127", "primary300BackgroundColor": "_primary300BackgroundColor_rzcwj_131", "primary700BackgroundColor": "_primary700BackgroundColor_rzcwj_135", "primary800BackgroundColor": "_primary800BackgroundColor_rzcwj_139", "primary900BackgroundColor": "_primary900BackgroundColor_rzcwj_143", "success100BackgroundColor": "_success100BackgroundColor_rzcwj_147", "success200BackgroundColor": "_success200BackgroundColor_rzcwj_151", "success300BackgroundColor": "_success300BackgroundColor_rzcwj_155", "success700BackgroundColor": "_success700BackgroundColor_rzcwj_159", "success800BackgroundColor": "_success800BackgroundColor_rzcwj_163", "success900BackgroundColor": "_success900BackgroundColor_rzcwj_167", "purple100BackgroundColor": "_purple100BackgroundColor_rzcwj_171", "purple200BackgroundColor": "_purple200BackgroundColor_rzcwj_175", "purple300BackgroundColor": "_purple300BackgroundColor_rzcwj_179", "purple700BackgroundColor": "_purple700BackgroundColor_rzcwj_183", "purple800BackgroundColor": "_purple800BackgroundColor_rzcwj_187", "purple900BackgroundColor": "_purple900BackgroundColor_rzcwj_191", "whiteBackgroundColor": "_whiteBackgroundColor_rzcwj_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_rzcwj_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_rzcwj_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_rzcwj_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_rzcwj_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_rzcwj_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_rzcwj_219", "cambioBlackColor": "_cambioBlackColor_rzcwj_224", "cambioWhiteColor": "_cambioWhiteColor_rzcwj_228", "cambioGray100Color": "_cambioGray100Color_rzcwj_232", "cambioGray200Color": "_cambioGray200Color_rzcwj_236", "cambioGray300Color": "_cambioGray300Color_rzcwj_240", "cambioGray370Color": "_cambioGray370Color_rzcwj_244", "cambioGray700Color": "_cambioGray700Color_rzcwj_248", "cambioGray800Color": "_cambioGray800Color_rzcwj_252", "cambioGray870Color": "_cambioGray870Color_rzcwj_256", "cambioGray900Color": "_cambioGray900Color_rzcwj_260", "cambioDestructive100Color": "_cambioDestructive100Color_rzcwj_264", "cambioDestructive300Color": "_cambioDestructive300Color_rzcwj_268", "cambioDestructive370Color": "_cambioDestructive370Color_rzcwj_272", "cambioDestructive700Color": "_cambioDestructive700Color_rzcwj_276", "cambioDestructive770Color": "_cambioDestructive770Color_rzcwj_280", "cambioDestructive900Color": "_cambioDestructive900Color_rzcwj_284", "cambioSuccess100Color": "_cambioSuccess100Color_rzcwj_288", "cambioSuccess300Color": "_cambioSuccess300Color_rzcwj_292", "cambioSuccess370Color": "_cambioSuccess370Color_rzcwj_296", "cambioSuccess700Color": "_cambioSuccess700Color_rzcwj_300", "cambioSuccess770Color": "_cambioSuccess770Color_rzcwj_304", "cambioSuccess900Color": "_cambioSuccess900Color_rzcwj_308", "cambioRedColor": "_cambioRedColor_rzcwj_312", "cambioOrangeColor": "_cambioOrangeColor_rzcwj_316", "cambioTanColor": "_cambioTanColor_rzcwj_320", "cambioCreamColor": "_cambioCreamColor_rzcwj_324", "cambioPurpleColor": "_cambioPurpleColor_rzcwj_328", "cambioLilacColor": "_cambioLilacColor_rzcwj_332", "cambioThistleColor": "_cambioThistleColor_rzcwj_336", "cambioPinkColor": "_cambioPinkColor_rzcwj_340", "cambioNavyColor": "_cambioNavyColor_rzcwj_344", "cambioTealColor": "_cambioTealColor_rzcwj_348", "cambioSlateColor": "_cambioSlateColor_rzcwj_352", "cambioSkyColor": "_cambioSkyColor_rzcwj_356", "cambioYellow700Color": "_cambioYellow700Color_rzcwj_360", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_rzcwj_364", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_rzcwj_368", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_rzcwj_372", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_rzcwj_376", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_rzcwj_380", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_rzcwj_384", "gray370BackgroundColor": "_gray370BackgroundColor_rzcwj_388", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_rzcwj_392", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_rzcwj_396", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_rzcwj_400", "gray870BackgroundColor": "_gray870BackgroundColor_rzcwj_404", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_rzcwj_408", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_rzcwj_412", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_rzcwj_416", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_rzcwj_420", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_rzcwj_424", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_rzcwj_428", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_rzcwj_432", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_rzcwj_436", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_rzcwj_440", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_rzcwj_444", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_rzcwj_448", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_rzcwj_452", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_rzcwj_456", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_rzcwj_460", "redBackgroundColor": "_redBackgroundColor_rzcwj_464", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_rzcwj_468", "orangeBackgroundColor": "_orangeBackgroundColor_rzcwj_472", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_rzcwj_476", "tanBackgroundColor": "_tanBackgroundColor_rzcwj_480", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_rzcwj_484", "creamBackgroundColor": "_creamBackgroundColor_rzcwj_488", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_rzcwj_492", "purpleBackgroundColor": "_purpleBackgroundColor_rzcwj_496", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_rzcwj_500", "lilacBackgroundColor": "_lilacBackgroundColor_rzcwj_504", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_rzcwj_508", "thistleBackgroundColor": "_thistleBackgroundColor_rzcwj_512", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_rzcwj_516", "pinkBackgroundColor": "_pinkBackgroundColor_rzcwj_520", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_rzcwj_524", "navyBackgroundColor": "_navyBackgroundColor_rzcwj_528", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_rzcwj_532", "tealBackgroundColor": "_tealBackgroundColor_rzcwj_536", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_rzcwj_540", "slateBackgroundColor": "_slateBackgroundColor_rzcwj_544", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_rzcwj_548", "skyBackgroundColor": "_skyBackgroundColor_rzcwj_552", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_rzcwj_556", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_rzcwj_560" };
5
+
6
+
7
+
8
+ exports.colors_module_default = colors_module_default;
9
+ //# sourceMappingURL=QAS3KERZ.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"names":[],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,wBAAuB,kCAAiC,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,iCAAgC,2CAA0C,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,yBAAwB,mCAAkC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,0BAAyB,oCAAmC,4BAA2B,sCAAqC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_rzcwj_2\",\"destructive700Color\":\"_destructive700Color_rzcwj_6\",\"gray700Color\":\"_gray700Color_rzcwj_10\",\"gray900Color\":\"_gray900Color_rzcwj_14\",\"primary700Color\":\"_primary700Color_rzcwj_18\",\"success700Color\":\"_success700Color_rzcwj_22\",\"whiteColor\":\"_whiteColor_rzcwj_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_rzcwj_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_rzcwj_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_rzcwj_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_rzcwj_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_rzcwj_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_rzcwj_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_rzcwj_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_rzcwj_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_rzcwj_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_rzcwj_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_rzcwj_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_rzcwj_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_rzcwj_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_rzcwj_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_rzcwj_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_rzcwj_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_rzcwj_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_rzcwj_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_rzcwj_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_rzcwj_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_rzcwj_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_rzcwj_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_rzcwj_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_rzcwj_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_rzcwj_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_rzcwj_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_rzcwj_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_rzcwj_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_rzcwj_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_rzcwj_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_rzcwj_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_rzcwj_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_rzcwj_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_rzcwj_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_rzcwj_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_rzcwj_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_rzcwj_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_rzcwj_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_rzcwj_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_rzcwj_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_rzcwj_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_rzcwj_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_rzcwj_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_rzcwj_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_rzcwj_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_rzcwj_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_rzcwj_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_rzcwj_219\",\"cambioBlackColor\":\"_cambioBlackColor_rzcwj_224\",\"cambioWhiteColor\":\"_cambioWhiteColor_rzcwj_228\",\"cambioGray100Color\":\"_cambioGray100Color_rzcwj_232\",\"cambioGray200Color\":\"_cambioGray200Color_rzcwj_236\",\"cambioGray300Color\":\"_cambioGray300Color_rzcwj_240\",\"cambioGray370Color\":\"_cambioGray370Color_rzcwj_244\",\"cambioGray700Color\":\"_cambioGray700Color_rzcwj_248\",\"cambioGray800Color\":\"_cambioGray800Color_rzcwj_252\",\"cambioGray870Color\":\"_cambioGray870Color_rzcwj_256\",\"cambioGray900Color\":\"_cambioGray900Color_rzcwj_260\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_rzcwj_264\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_rzcwj_268\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_rzcwj_272\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_rzcwj_276\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_rzcwj_280\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_rzcwj_284\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_rzcwj_288\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_rzcwj_292\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_rzcwj_296\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_rzcwj_300\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_rzcwj_304\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_rzcwj_308\",\"cambioRedColor\":\"_cambioRedColor_rzcwj_312\",\"cambioOrangeColor\":\"_cambioOrangeColor_rzcwj_316\",\"cambioTanColor\":\"_cambioTanColor_rzcwj_320\",\"cambioCreamColor\":\"_cambioCreamColor_rzcwj_324\",\"cambioPurpleColor\":\"_cambioPurpleColor_rzcwj_328\",\"cambioLilacColor\":\"_cambioLilacColor_rzcwj_332\",\"cambioThistleColor\":\"_cambioThistleColor_rzcwj_336\",\"cambioPinkColor\":\"_cambioPinkColor_rzcwj_340\",\"cambioNavyColor\":\"_cambioNavyColor_rzcwj_344\",\"cambioTealColor\":\"_cambioTealColor_rzcwj_348\",\"cambioSlateColor\":\"_cambioSlateColor_rzcwj_352\",\"cambioSkyColor\":\"_cambioSkyColor_rzcwj_356\",\"cambioYellow700Color\":\"_cambioYellow700Color_rzcwj_360\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_rzcwj_364\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_rzcwj_368\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_rzcwj_372\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_rzcwj_376\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_rzcwj_380\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_rzcwj_384\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_rzcwj_388\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_rzcwj_392\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_rzcwj_396\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_rzcwj_400\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_rzcwj_404\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_rzcwj_408\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_rzcwj_412\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_rzcwj_416\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_rzcwj_420\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_rzcwj_424\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_rzcwj_428\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_rzcwj_432\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_rzcwj_436\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_rzcwj_440\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_rzcwj_444\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_rzcwj_448\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_rzcwj_452\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_rzcwj_456\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_rzcwj_460\",\"redBackgroundColor\":\"_redBackgroundColor_rzcwj_464\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_rzcwj_468\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_rzcwj_472\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_rzcwj_476\",\"tanBackgroundColor\":\"_tanBackgroundColor_rzcwj_480\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_rzcwj_484\",\"creamBackgroundColor\":\"_creamBackgroundColor_rzcwj_488\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_rzcwj_492\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_rzcwj_496\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_rzcwj_500\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_rzcwj_504\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_rzcwj_508\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_rzcwj_512\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_rzcwj_516\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_rzcwj_520\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_rzcwj_524\",\"navyBackgroundColor\":\"_navyBackgroundColor_rzcwj_528\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_rzcwj_532\",\"tealBackgroundColor\":\"_tealBackgroundColor_rzcwj_536\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_rzcwj_540\",\"slateBackgroundColor\":\"_slateBackgroundColor_rzcwj_544\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_rzcwj_548\",\"skyBackgroundColor\":\"_skyBackgroundColor_rzcwj_552\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_rzcwj_556\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_rzcwj_560\"}"]}
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _RABZMRSJcjs = require('./RABZMRSJ.cjs');
4
+ var _YZYWUADRcjs = require('./YZYWUADR.cjs');
5
5
 
6
6
 
7
7
  var _RYUXG4AScjs = require('./RYUXG4AS.cjs');
@@ -19,7 +19,7 @@ var RichSelectRadioButton_default = _react.forwardRef.call(void 0,
19
19
  function RichSelectRadioButton(props, ref) {
20
20
  const _a = props, { size, name } = _a, otherProps = _X2SDR4SDcjs.__objRest.call(void 0, _a, ["size", "name"]);
21
21
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItem_default, _X2SDR4SDcjs.__spreadProps.call(void 0, _X2SDR4SDcjs.__spreadValues.call(void 0, {}, otherProps), { ref, children: ({ isSelected, isFocusVisible, isDisabled }) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22
- _RABZMRSJcjs.RadioButton_default,
22
+ _YZYWUADRcjs.RadioButton_default,
23
23
  {
24
24
  checked: isSelected,
25
25
  disabled: isDisabled,
@@ -37,4 +37,4 @@ var RichSelectRadioButton_default = _react.forwardRef.call(void 0,
37
37
 
38
38
 
39
39
  exports.RichSelectRadioButton_default = RichSelectRadioButton_default;
40
- //# sourceMappingURL=EILCQTJ3.cjs.map
40
+ //# sourceMappingURL=QJYYEWMS.cjs.map
@@ -13,7 +13,7 @@ var _IL22HCBFcjs = require('./IL22HCBF.cjs');
13
13
  var _S5QHTHSTcjs = require('./S5QHTHST.cjs');
14
14
 
15
15
 
16
- var _X2LNODY7cjs = require('./X2LNODY7.cjs');
16
+ var _QAS3KERZcjs = require('./QAS3KERZ.cjs');
17
17
 
18
18
 
19
19
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -67,7 +67,7 @@ var Dialog = _react.forwardRef.call(void 0, function Dialog2(props, ref) {
67
67
  _IL22HCBFcjs.Box_module_default.gap4,
68
68
  _IL22HCBFcjs.Box_module_default.relative,
69
69
  _IL22HCBFcjs.Box_module_default.overflowauto,
70
- _X2LNODY7cjs.colors_module_default.whiteBackgroundColor,
70
+ _QAS3KERZcjs.colors_module_default.whiteBackgroundColor,
71
71
  _PLUVW6AMcjs.padding_module_default[`paddingX${padding != null ? padding : sizeToPadding[size]}`],
72
72
  _PLUVW6AMcjs.padding_module_default[`paddingY${padding != null ? padding : sizeToPadding[size]}`],
73
73
  _S5QHTHSTcjs.rounding_module_default[themeName === "classic" ? `rounding${sizeToRounding[size]}` : "roundingmdCambio"],
@@ -86,4 +86,4 @@ var Dialog_default = Dialog;
86
86
 
87
87
 
88
88
  exports.DialogContext = DialogContext; exports.Dialog_default = Dialog_default;
89
- //# sourceMappingURL=577X7X3J.cjs.map
89
+ //# sourceMappingURL=RINTHGJZ.cjs.map
@@ -0,0 +1,114 @@
1
+ "use client"
2
+ import {
3
+ Box_default
4
+ } from "./22OMICOW.js";
5
+ import {
6
+ Typography_default
7
+ } from "./HINMIM2W.js";
8
+ import {
9
+ useTheme
10
+ } from "./ZSHAHV4F.js";
11
+
12
+ // css-module:./Badge.module.css#css-module
13
+ var Badge_module_default = { "icon": "_icon_1g9xb_1" };
14
+
15
+ // src/Badge/Badge.tsx
16
+ import { jsx, jsxs } from "react/jsx-runtime";
17
+ var badgeColorClassicToCambio = {
18
+ gray200: "gray370",
19
+ gray900: "gray870",
20
+ destructive700: "destructive300",
21
+ orange700: "orange",
22
+ yellow700: "tan",
23
+ success700: "success300",
24
+ primary700: "sky",
25
+ purple700: "lilac",
26
+ sky: "sky",
27
+ success300: "success300",
28
+ destructive300: "destructive300",
29
+ orange: "orange",
30
+ tan: "tan",
31
+ gray370: "gray370",
32
+ gray870: "gray870",
33
+ lilac: "lilac",
34
+ thistle: "thistle",
35
+ pink: "pink"
36
+ };
37
+ var badgeColorCambioToClassic = {
38
+ gray200: "gray200",
39
+ gray900: "gray900",
40
+ destructive700: "destructive700",
41
+ orange700: "orange700",
42
+ yellow700: "yellow700",
43
+ success700: "success700",
44
+ primary700: "primary700",
45
+ purple700: "purple700",
46
+ sky: "primary700",
47
+ success300: "success700",
48
+ destructive300: "destructive700",
49
+ orange: "orange700",
50
+ tan: "yellow700",
51
+ gray370: "gray200",
52
+ gray870: "gray900",
53
+ lilac: "purple700",
54
+ thistle: "purple700",
55
+ pink: "purple700"
56
+ };
57
+ var textColorForBackgroundColor = (color) => {
58
+ switch (color) {
59
+ case "gray200":
60
+ case "yellow700":
61
+ return "gray900";
62
+ case "gray370":
63
+ case "destructive300":
64
+ case "orange":
65
+ case "tan":
66
+ case "success300":
67
+ case "sky":
68
+ case "thistle":
69
+ case "pink":
70
+ case "lilac":
71
+ return "gray900";
72
+ default:
73
+ return "white";
74
+ }
75
+ };
76
+ var Badge = ({
77
+ icon: Icon,
78
+ text,
79
+ color = "primary700"
80
+ }) => {
81
+ const { themeName } = useTheme();
82
+ const mappedColor = themeName === "cambio" ? badgeColorClassicToCambio[color] : badgeColorCambioToClassic[color];
83
+ return /* @__PURE__ */ jsx(
84
+ Box_default,
85
+ {
86
+ display: themeName === "classic" ? "inlineBlock" : "inlineFlex",
87
+ paddingX: themeName === "classic" ? 2 : 3,
88
+ paddingY: 1,
89
+ rounding: themeName === "classic" ? "full" : "sm",
90
+ backgroundColor: mappedColor,
91
+ alignItems: "center",
92
+ justifyContent: "center",
93
+ height: themeName === "cambio" ? 32 : void 0,
94
+ children: /* @__PURE__ */ jsx(Typography_default, { color: textColorForBackgroundColor(mappedColor), children: /* @__PURE__ */ jsxs(Box_default, { display: "flex", gap: 1, alignItems: "center", justifyContent: "start", children: [
95
+ Icon && /* @__PURE__ */ jsx(Icon, { className: Badge_module_default.icon }),
96
+ /* @__PURE__ */ jsx(
97
+ Typography_default,
98
+ {
99
+ color: textColorForBackgroundColor(mappedColor),
100
+ size: 100,
101
+ weight: themeName === "classic" ? "bold" : "medium",
102
+ children: text
103
+ }
104
+ )
105
+ ] }) })
106
+ }
107
+ );
108
+ };
109
+ var Badge_default = Badge;
110
+
111
+ export {
112
+ Badge_default
113
+ };
114
+ //# sourceMappingURL=SP7KCX5V.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:./Badge.module.css#css-module","../../src/Badge/Badge.tsx"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Badge/Badge.module.css\"; export default {\"icon\":\"_icon_1g9xb_1\"}","import Typography from \"../Typography/Typography\";\nimport Box from \"../Box/Box\";\nimport styles from \"./Badge.module.css\";\nimport { useTheme } from \"../ThemeProvider/ThemeProvider\";\n\nconst badgeColorClassic = [\n \"gray200\",\n \"gray900\",\n \"destructive700\",\n \"orange700\",\n \"yellow700\",\n \"success700\",\n \"primary700\",\n \"purple700\",\n] as const;\n\nconst badgeColorCambio = [\n \"sky\",\n \"success300\",\n \"destructive300\",\n \"orange\",\n \"tan\",\n \"gray370\",\n \"gray870\",\n \"lilac\",\n \"thistle\",\n \"pink\",\n] as const;\n\nconst badgeColorClassicToCambio = {\n gray200: \"gray370\",\n gray900: \"gray870\",\n destructive700: \"destructive300\",\n orange700: \"orange\",\n yellow700: \"tan\",\n success700: \"success300\",\n primary700: \"sky\",\n purple700: \"lilac\",\n sky: \"sky\",\n success300: \"success300\",\n destructive300: \"destructive300\",\n orange: \"orange\",\n tan: \"tan\",\n gray370: \"gray370\",\n gray870: \"gray870\",\n lilac: \"lilac\",\n thistle: \"thistle\",\n pink: \"pink\",\n} as const;\n\nconst badgeColorCambioToClassic = {\n gray200: \"gray200\",\n gray900: \"gray900\",\n destructive700: \"destructive700\",\n orange700: \"orange700\",\n yellow700: \"yellow700\",\n success700: \"success700\",\n primary700: \"primary700\",\n purple700: \"purple700\",\n sky: \"primary700\",\n success300: \"success700\",\n destructive300: \"destructive700\",\n orange: \"orange700\",\n tan: \"yellow700\",\n gray370: \"gray200\",\n gray870: \"gray900\",\n lilac: \"purple700\",\n thistle: \"purple700\",\n pink: \"purple700\",\n} as const;\n\nconst textColorForBackgroundColor = (\n color: (typeof badgeColorClassic)[number] | (typeof badgeColorCambio)[number],\n): \"gray900\" | \"white\" => {\n switch (color) {\n case \"gray200\":\n case \"yellow700\":\n return \"gray900\";\n case \"gray370\":\n case \"destructive300\":\n case \"orange\":\n case \"tan\":\n case \"success300\":\n case \"sky\":\n case \"thistle\":\n case \"pink\":\n case \"lilac\":\n return \"gray900\";\n default:\n return \"white\";\n }\n};\n\n/**\n * [Badge](https://cambly-syntax.vercel.app/?path=/docs/components-badge--docs) is a component to display short text and give additional context to features and other components.\n */\nconst Badge = ({\n icon: Icon,\n text,\n color = \"primary700\",\n}: {\n /**\n * The icon to be displayed. Please use a [Material Icon](https://material.io/resources/icons/)\n */\n icon?: React.ComponentType<{ className?: string }>;\n /**\n * The text to display inside the badge\n */\n text: string;\n /**\n * The color of the badge\n *\n * Classic colors:\n * * `gray200` => maps to neutralLight in Cambio\n * * `gray900` => maps to neutralDark in Cambio\n * * `destructive700` => maps to destructive in Cambio\n * * `orange700` => maps to orange in Cambio\n * * `yellow700` => maps to tan in Cambio\n * * `success700` => maps to success in Cambio\n * * `primary700` => maps to sky in Cambio\n * * `purple700` => maps to lilac in Cambio\n *\n * Cambio colors:\n * * `sky`\n * * `success300`\n * * `destructive300`\n * * `orange`\n * * `tan`\n * * `gray370`\n * * `gray870`\n * * `lilac`\n * * `thistle`\n * * `pink`\n *\n * @defaultValue \"primary700\"\n */\n color?:\n | (typeof badgeColorClassic)[number]\n | (typeof badgeColorCambio)[number];\n}): JSX.Element => {\n const { themeName } = useTheme();\n\n const mappedColor =\n themeName === \"cambio\"\n ? badgeColorClassicToCambio[color]\n : badgeColorCambioToClassic[color];\n\n return (\n <Box\n display={themeName === \"classic\" ? \"inlineBlock\" : \"inlineFlex\"}\n paddingX={themeName === \"classic\" ? 2 : 3}\n paddingY={1}\n rounding={themeName === \"classic\" ? \"full\" : \"sm\"}\n backgroundColor={mappedColor}\n alignItems=\"center\"\n justifyContent=\"center\"\n height={themeName === \"cambio\" ? 32 : undefined}\n >\n <Typography color={textColorForBackgroundColor(mappedColor)}>\n <Box display=\"flex\" gap={1} alignItems=\"center\" justifyContent=\"start\">\n {Icon && <Icon className={styles.icon} />}\n <Typography\n color={textColorForBackgroundColor(mappedColor)}\n size={100}\n weight={themeName === \"classic\" ? \"bold\" : \"medium\"}\n >\n {text}\n </Typography>\n </Box>\n </Typography>\n </Box>\n );\n};\n\nexport default Badge;\n"],"mappings":";;;;;;;;;;;;AAA0F,IAAO,uBAAQ,EAAC,QAAO,gBAAe;;;AC+JxH,SACW,KADX;AAlIR,IAAM,4BAA4B;AAAA,EAChC,SAAS;AAAA,EACT,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,KAAK;AAAA,EACL,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,KAAK;AAAA,EACL,SAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,MAAM;AACR;AAEA,IAAM,4BAA4B;AAAA,EAChC,SAAS;AAAA,EACT,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,KAAK;AAAA,EACL,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,KAAK;AAAA,EACL,SAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAO;AAAA,EACP,SAAS;AAAA,EACT,MAAM;AACR;AAEA,IAAM,8BAA8B,CAClC,UACwB;AACxB,UAAQ,OAAO;AAAA,IACb,KAAK;AAAA,IACL,KAAK;AACH,aAAO;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAO;AAAA,IACT;AACE,aAAO;AAAA,EACX;AACF;AAKA,IAAM,QAAQ,CAAC;AAAA,EACb,MAAM;AAAA,EACN;AAAA,EACA,QAAQ;AACV,MAuCmB;AACjB,QAAM,EAAE,UAAU,IAAI,SAAS;AAE/B,QAAM,cACJ,cAAc,WACV,0BAA0B,KAAK,IAC/B,0BAA0B,KAAK;AAErC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,SAAS,cAAc,YAAY,gBAAgB;AAAA,MACnD,UAAU,cAAc,YAAY,IAAI;AAAA,MACxC,UAAU;AAAA,MACV,UAAU,cAAc,YAAY,SAAS;AAAA,MAC7C,iBAAiB;AAAA,MACjB,YAAW;AAAA,MACX,gBAAe;AAAA,MACf,QAAQ,cAAc,WAAW,KAAK;AAAA,MAEtC,8BAAC,sBAAW,OAAO,4BAA4B,WAAW,GACxD,+BAAC,eAAI,SAAQ,QAAO,KAAK,GAAG,YAAW,UAAS,gBAAe,SAC5D;AAAA,gBAAQ,oBAAC,QAAK,WAAW,qBAAO,MAAM;AAAA,QACvC;AAAA,UAAC;AAAA;AAAA,YACC,OAAO,4BAA4B,WAAW;AAAA,YAC9C,MAAM;AAAA,YACN,QAAQ,cAAc,YAAY,SAAS;AAAA,YAE1C;AAAA;AAAA,QACH;AAAA,SACF,GACF;AAAA;AAAA,EACF;AAEJ;AAEA,IAAO,gBAAQ;","names":[]}
@@ -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";
@@ -95,4 +95,4 @@ function TextField({
95
95
  export {
96
96
  TextField
97
97
  };
98
- //# sourceMappingURL=Q5EIO3ZT.js.map
98
+ //# sourceMappingURL=T2TWWVDB.js.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
2
2
 
3
3
 
4
- var _X2LNODY7cjs = require('./X2LNODY7.cjs');
4
+ var _QAS3KERZcjs = require('./QAS3KERZ.cjs');
5
5
 
6
6
 
7
7
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -18,40 +18,40 @@ var _jsxruntime = require('react/jsx-runtime');
18
18
  function classicTextColor(color) {
19
19
  switch (color) {
20
20
  case "gray700":
21
- return _X2LNODY7cjs.colors_module_default.gray700Color;
21
+ return _QAS3KERZcjs.colors_module_default.gray700Color;
22
22
  case "white":
23
- return _X2LNODY7cjs.colors_module_default.whiteColor;
23
+ return _QAS3KERZcjs.colors_module_default.whiteColor;
24
24
  case "inherit":
25
- return _X2LNODY7cjs.colors_module_default.inheritColor;
25
+ return _QAS3KERZcjs.colors_module_default.inheritColor;
26
26
  case "primary":
27
- return _X2LNODY7cjs.colors_module_default.primary700Color;
27
+ return _QAS3KERZcjs.colors_module_default.primary700Color;
28
28
  case "destructive-primary":
29
29
  case "destructive-darkBackground":
30
- return _X2LNODY7cjs.colors_module_default.destructive700Color;
30
+ return _QAS3KERZcjs.colors_module_default.destructive700Color;
31
31
  case "success":
32
- return _X2LNODY7cjs.colors_module_default.success700Color;
32
+ return _QAS3KERZcjs.colors_module_default.success700Color;
33
33
  default:
34
- return _X2LNODY7cjs.colors_module_default.gray900Color;
34
+ return _QAS3KERZcjs.colors_module_default.gray900Color;
35
35
  }
36
36
  }
37
37
  function cambioTextColor(color) {
38
38
  switch (color) {
39
39
  case "gray700":
40
- return _X2LNODY7cjs.colors_module_default.cambioGray800Color;
40
+ return _QAS3KERZcjs.colors_module_default.cambioGray800Color;
41
41
  case "white":
42
- return _X2LNODY7cjs.colors_module_default.cambioWhiteColor;
42
+ return _QAS3KERZcjs.colors_module_default.cambioWhiteColor;
43
43
  case "inherit":
44
- return _X2LNODY7cjs.colors_module_default.inheritColor;
44
+ return _QAS3KERZcjs.colors_module_default.inheritColor;
45
45
  case "destructive-primary":
46
- return _X2LNODY7cjs.colors_module_default.cambioDestructive900Color;
46
+ return _QAS3KERZcjs.colors_module_default.cambioDestructive900Color;
47
47
  case "destructive-darkBackground":
48
- return _X2LNODY7cjs.colors_module_default.cambioDestructive100Color;
48
+ return _QAS3KERZcjs.colors_module_default.cambioDestructive100Color;
49
49
  case "success":
50
- return _X2LNODY7cjs.colors_module_default.cambioSuccess900Color;
50
+ return _QAS3KERZcjs.colors_module_default.cambioSuccess900Color;
51
51
  case "success-darkBackground":
52
- return _X2LNODY7cjs.colors_module_default.cambioSuccess100Color;
52
+ return _QAS3KERZcjs.colors_module_default.cambioSuccess100Color;
53
53
  default:
54
- return _X2LNODY7cjs.colors_module_default.cambioBlackColor;
54
+ return _QAS3KERZcjs.colors_module_default.cambioBlackColor;
55
55
  }
56
56
  }
57
57
  function classicWeight(weight) {
@@ -125,4 +125,4 @@ var Typography_default = Typography;
125
125
 
126
126
 
127
127
  exports.Typography_default = Typography_default;
128
- //# sourceMappingURL=46QLII42.cjs.map
128
+ //# sourceMappingURL=TJN7NBWU.cjs.map
@@ -4,10 +4,10 @@
4
4
  var _XLUVINJWcjs = require('./XLUVINJW.cjs');
5
5
 
6
6
 
7
- var _46QLII42cjs = require('./46QLII42.cjs');
7
+ var _TJN7NBWUcjs = require('./TJN7NBWU.cjs');
8
8
 
9
9
 
10
- var _X2LNODY7cjs = require('./X2LNODY7.cjs');
10
+ var _QAS3KERZcjs = require('./QAS3KERZ.cjs');
11
11
 
12
12
 
13
13
  var _TBQR2FPScjs = require('./TBQR2FPS.cjs');
@@ -59,7 +59,7 @@ var Checkbox = ({
59
59
  const cambioCheckboxStyling = _classnames2.default.call(void 0,
60
60
  checkboxStyling,
61
61
  Checkbox_module_default.cambioCheckbox,
62
- error ? _X2LNODY7cjs.colors_module_default.cambioDestructive370BackgroundColor : _X2LNODY7cjs.colors_module_default.cambioGray370BackgroundColor
62
+ error ? _QAS3KERZcjs.colors_module_default.cambioDestructive370BackgroundColor : _QAS3KERZcjs.colors_module_default.cambioGray370BackgroundColor
63
63
  );
64
64
  const uncheckedStyling = themeName === "classic" ? _classnames2.default.call(void 0, classicCheckboxStyling, Checkbox_module_default.uncheckedBox, {
65
65
  [Checkbox_module_default.uncheckedBorder]: !error,
@@ -118,7 +118,7 @@ var Checkbox = ({
118
118
  }
119
119
  ),
120
120
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
121
- _46QLII42cjs.Typography_default,
121
+ _TJN7NBWUcjs.Typography_default,
122
122
  {
123
123
  size: typographySize[size],
124
124
  color: error ? "destructive-primary" : "gray900",
@@ -134,4 +134,4 @@ var Checkbox_default = Checkbox;
134
134
 
135
135
 
136
136
  exports.Checkbox_default = Checkbox_default;
137
- //# sourceMappingURL=FCNPD5TI.cjs.map
137
+ //# sourceMappingURL=UAN64LE7.cjs.map