@cambly/syntax-core 10.30.0 → 10.31.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 (370) hide show
  1. package/dist/Avatar/Avatar.cjs +5 -7
  2. package/dist/Avatar/Avatar.css +11 -49
  3. package/dist/Avatar/Avatar.css.map +1 -1
  4. package/dist/Avatar/Avatar.d.ts +2 -9
  5. package/dist/Avatar/Avatar.js +4 -6
  6. package/dist/AvatarGroup/AvatarGroup.cjs +4 -6
  7. package/dist/AvatarGroup/AvatarGroup.css +3 -18
  8. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  9. package/dist/AvatarGroup/AvatarGroup.d.ts +2 -9
  10. package/dist/AvatarGroup/AvatarGroup.js +3 -5
  11. package/dist/Badge/Badge.cjs +5 -7
  12. package/dist/Badge/Badge.css +48 -99
  13. package/dist/Badge/Badge.css.map +1 -1
  14. package/dist/Badge/Badge.js +4 -6
  15. package/dist/Box/Box.cjs +5 -5
  16. package/dist/Box/Box.css +3 -18
  17. package/dist/Box/Box.css.map +1 -1
  18. package/dist/Box/Box.d.ts +2 -10
  19. package/dist/Box/Box.js +6 -6
  20. package/dist/Button/Button.cjs +9 -12
  21. package/dist/Button/Button.css +67 -142
  22. package/dist/Button/Button.css.map +1 -1
  23. package/dist/Button/Button.d.ts +1 -8
  24. package/dist/Button/Button.js +7 -10
  25. package/dist/Button/constants/iconSize.cjs +2 -3
  26. package/dist/Button/constants/iconSize.css +19 -43
  27. package/dist/Button/constants/iconSize.css.map +1 -1
  28. package/dist/Button/constants/iconSize.js +1 -2
  29. package/dist/ButtonGroup/ButtonGroup.cjs +2 -3
  30. package/dist/ButtonGroup/ButtonGroup.css +6 -15
  31. package/dist/ButtonGroup/ButtonGroup.css.map +1 -1
  32. package/dist/ButtonGroup/ButtonGroup.d.ts +0 -6
  33. package/dist/ButtonGroup/ButtonGroup.js +1 -2
  34. package/dist/Card/Card.cjs +4 -6
  35. package/dist/Card/Card.css +3 -18
  36. package/dist/Card/Card.css.map +1 -1
  37. package/dist/Card/Card.d.ts +1 -1
  38. package/dist/Card/Card.js +3 -5
  39. package/dist/Checkbox/Checkbox.cjs +3 -4
  40. package/dist/Checkbox/Checkbox.css +58 -114
  41. package/dist/Checkbox/Checkbox.css.map +1 -1
  42. package/dist/Checkbox/Checkbox.js +2 -3
  43. package/dist/Chip/Chip.cjs +5 -7
  44. package/dist/Chip/Chip.css +61 -130
  45. package/dist/Chip/Chip.css.map +1 -1
  46. package/dist/Chip/Chip.d.ts +1 -4
  47. package/dist/Chip/Chip.js +4 -6
  48. package/dist/Dialog/Dialog.cjs +3 -5
  49. package/dist/Dialog/Dialog.css +3 -18
  50. package/dist/Dialog/Dialog.css.map +1 -1
  51. package/dist/Dialog/Dialog.js +2 -4
  52. package/dist/Dialog/ModalDialog.cjs +9 -13
  53. package/dist/Dialog/ModalDialog.css +15 -167
  54. package/dist/Dialog/ModalDialog.css.map +1 -1
  55. package/dist/Dialog/ModalDialog.js +7 -11
  56. package/dist/Divider/Divider.cjs +2 -3
  57. package/dist/Divider/Divider.js +1 -2
  58. package/dist/Heading/Heading.cjs +3 -4
  59. package/dist/Heading/Heading.css +45 -81
  60. package/dist/Heading/Heading.css.map +1 -1
  61. package/dist/Heading/Heading.d.ts +3 -9
  62. package/dist/Heading/Heading.js +2 -3
  63. package/dist/IconButton/IconButton.cjs +5 -8
  64. package/dist/IconButton/IconButton.css +12 -149
  65. package/dist/IconButton/IconButton.css.map +1 -1
  66. package/dist/IconButton/IconButton.d.ts +3 -16
  67. package/dist/IconButton/IconButton.js +3 -6
  68. package/dist/LinkButton/LinkButton.cjs +7 -10
  69. package/dist/LinkButton/LinkButton.css +64 -124
  70. package/dist/LinkButton/LinkButton.css.map +1 -1
  71. package/dist/LinkButton/LinkButton.d.ts +2 -18
  72. package/dist/LinkButton/LinkButton.js +5 -8
  73. package/dist/Modal/Layer.cjs +4 -6
  74. package/dist/Modal/Layer.css +3 -18
  75. package/dist/Modal/Layer.css.map +1 -1
  76. package/dist/Modal/Layer.js +3 -5
  77. package/dist/Modal/Modal.cjs +11 -15
  78. package/dist/Modal/Modal.css +64 -269
  79. package/dist/Modal/Modal.css.map +1 -1
  80. package/dist/Modal/Modal.js +9 -13
  81. package/dist/Popover/Popover.cjs +10 -14
  82. package/dist/Popover/Popover.css +15 -167
  83. package/dist/Popover/Popover.css.map +1 -1
  84. package/dist/Popover/Popover.js +8 -12
  85. package/dist/RadioButton/RadioButton.cjs +5 -7
  86. package/dist/RadioButton/RadioButton.css +48 -99
  87. package/dist/RadioButton/RadioButton.css.map +1 -1
  88. package/dist/RadioButton/RadioButton.js +4 -6
  89. package/dist/RichSelect/RichSelectBox.cjs +17 -20
  90. package/dist/RichSelect/RichSelectBox.css +86 -188
  91. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  92. package/dist/RichSelect/RichSelectBox.js +15 -18
  93. package/dist/RichSelect/RichSelectChip.cjs +6 -8
  94. package/dist/RichSelect/RichSelectChip.css +61 -130
  95. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  96. package/dist/RichSelect/RichSelectChip.js +5 -7
  97. package/dist/RichSelect/RichSelectList.cjs +24 -28
  98. package/dist/RichSelect/RichSelectList.css +176 -326
  99. package/dist/RichSelect/RichSelectList.css.map +1 -1
  100. package/dist/RichSelect/RichSelectList.js +22 -26
  101. package/dist/RichSelect/RichSelectRadioButton.cjs +6 -8
  102. package/dist/RichSelect/RichSelectRadioButton.css +48 -99
  103. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  104. package/dist/RichSelect/RichSelectRadioButton.js +5 -7
  105. package/dist/RichSelect/RichSelectSection.cjs +3 -4
  106. package/dist/RichSelect/RichSelectSection.css +45 -81
  107. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  108. package/dist/RichSelect/RichSelectSection.js +2 -3
  109. package/dist/SelectList/SelectList.cjs +6 -8
  110. package/dist/SelectList/SelectList.css +59 -134
  111. package/dist/SelectList/SelectList.css.map +1 -1
  112. package/dist/SelectList/SelectList.d.ts +1 -0
  113. package/dist/SelectList/SelectList.js +5 -7
  114. package/dist/TapArea/TapArea.cjs +7 -3
  115. package/dist/TapArea/TapArea.css +2030 -15
  116. package/dist/TapArea/TapArea.css.map +1 -1
  117. package/dist/TapArea/TapArea.js +6 -2
  118. package/dist/TextArea/TextArea.cjs +5 -7
  119. package/dist/TextArea/TextArea.css +59 -165
  120. package/dist/TextArea/TextArea.css.map +1 -1
  121. package/dist/TextArea/TextArea.js +4 -6
  122. package/dist/TextField/TextField.cjs +5 -7
  123. package/dist/TextField/TextField.css +58 -149
  124. package/dist/TextField/TextField.css.map +1 -1
  125. package/dist/TextField/TextField.js +4 -6
  126. package/dist/ThemeProvider/ThemeProvider.cjs +2 -4
  127. package/dist/ThemeProvider/ThemeProvider.d.ts +3 -9
  128. package/dist/ThemeProvider/ThemeProvider.js +3 -5
  129. package/dist/Tooltip/Tooltip.cjs +4 -6
  130. package/dist/Tooltip/Tooltip.css +48 -99
  131. package/dist/Tooltip/Tooltip.css.map +1 -1
  132. package/dist/Tooltip/Tooltip.js +3 -5
  133. package/dist/Typography/Typography.cjs +2 -3
  134. package/dist/Typography/Typography.css +45 -81
  135. package/dist/Typography/Typography.css.map +1 -1
  136. package/dist/Typography/Typography.d.ts +3 -21
  137. package/dist/Typography/Typography.js +1 -2
  138. package/dist/__chunks/{I6CGA2ER.js → 23XGESKG.js} +5 -9
  139. package/dist/__chunks/23XGESKG.js.map +1 -0
  140. package/dist/__chunks/{W5MIJIZA.cjs → 2IHACTOY.cjs} +3 -12
  141. package/dist/__chunks/2IHACTOY.cjs.map +1 -0
  142. package/dist/__chunks/{TDR3JRXZ.js → 2K6CP2YU.js} +16 -29
  143. package/dist/__chunks/2K6CP2YU.js.map +1 -0
  144. package/dist/__chunks/{GJBW4BG7.js → 2ZPIW4UQ.js} +2 -2
  145. package/dist/__chunks/{SFOAZYZG.cjs → 35S5FKUC.cjs} +3 -3
  146. package/dist/__chunks/3GNWH6C7.js +94 -0
  147. package/dist/__chunks/3GNWH6C7.js.map +1 -0
  148. package/dist/__chunks/45TMKSJQ.cjs +9 -0
  149. package/dist/__chunks/45TMKSJQ.cjs.map +1 -0
  150. package/dist/__chunks/4D7UZQ2A.cjs +17 -0
  151. package/dist/__chunks/4D7UZQ2A.cjs.map +1 -0
  152. package/dist/__chunks/{CPIFXRXD.cjs → 4OOJZHZM.cjs} +19 -29
  153. package/dist/__chunks/4OOJZHZM.cjs.map +1 -0
  154. package/dist/__chunks/{FTKHKS6W.js → 4SABJA3K.js} +3 -3
  155. package/dist/__chunks/{ICDRMDXD.js → 57KSLOGS.js} +1 -1
  156. package/dist/__chunks/{ICDRMDXD.js.map → 57KSLOGS.js.map} +1 -1
  157. package/dist/__chunks/5VHLZADO.cjs +94 -0
  158. package/dist/__chunks/5VHLZADO.cjs.map +1 -0
  159. package/dist/__chunks/{6P6ARVEA.cjs → 5YIEOGTA.cjs} +3 -3
  160. package/dist/__chunks/{Y2HREK3T.js → 635XF33P.js} +4 -4
  161. package/dist/__chunks/67EPPVT7.js +72 -0
  162. package/dist/__chunks/67EPPVT7.js.map +1 -0
  163. package/dist/__chunks/{3OWAOKRW.js → 6XM3VOHU.js} +17 -27
  164. package/dist/__chunks/6XM3VOHU.js.map +1 -0
  165. package/dist/__chunks/{UKLQ64N7.cjs → 753VRQSY.cjs} +6 -3
  166. package/dist/__chunks/753VRQSY.cjs.map +1 -0
  167. package/dist/__chunks/{OU5C2MBA.js → 7AMCS5SM.js} +9 -33
  168. package/dist/__chunks/7AMCS5SM.js.map +1 -0
  169. package/dist/__chunks/ANMCJDIA.cjs +128 -0
  170. package/dist/__chunks/ANMCJDIA.cjs.map +1 -0
  171. package/dist/__chunks/{JXOKXBDZ.cjs → ASFZDRJJ.cjs} +9 -21
  172. package/dist/__chunks/ASFZDRJJ.cjs.map +1 -0
  173. package/dist/__chunks/BOX3VY3Q.js +30 -0
  174. package/dist/__chunks/BOX3VY3Q.js.map +1 -0
  175. package/dist/__chunks/{GEGGHBSM.cjs → C2H5JBU2.cjs} +18 -18
  176. package/dist/__chunks/{5MJ6NOUC.js → C32JYNV7.js} +6 -3
  177. package/dist/__chunks/C32JYNV7.js.map +1 -0
  178. package/dist/__chunks/C5XPZTFO.cjs +30 -0
  179. package/dist/__chunks/C5XPZTFO.cjs.map +1 -0
  180. package/dist/__chunks/{4GTNQPPD.js → CAEGAJQ2.js} +9 -21
  181. package/dist/__chunks/CAEGAJQ2.js.map +1 -0
  182. package/dist/__chunks/{PKBQW5T6.cjs → DRSFRJ34.cjs} +4 -8
  183. package/dist/__chunks/DRSFRJ34.cjs.map +1 -0
  184. package/dist/__chunks/EB7WKQ35.js +9 -0
  185. package/dist/__chunks/EB7WKQ35.js.map +1 -0
  186. package/dist/__chunks/F2TVUY5L.js +128 -0
  187. package/dist/__chunks/F2TVUY5L.js.map +1 -0
  188. package/dist/__chunks/{VLK5CARI.cjs → GNKVDWTS.cjs} +7 -7
  189. package/dist/__chunks/{BQOD4WU7.js → GR5G6EJO.js} +27 -42
  190. package/dist/__chunks/GR5G6EJO.js.map +1 -0
  191. package/dist/__chunks/{Q4HTXMNF.js → GSSIV3VC.js} +3 -7
  192. package/dist/__chunks/GSSIV3VC.js.map +1 -0
  193. package/dist/__chunks/{KTTIFVGY.js → H2AWA6IQ.js} +2 -2
  194. package/dist/__chunks/{2HNPYS3S.cjs → J66QB6E3.cjs} +32 -42
  195. package/dist/__chunks/J66QB6E3.cjs.map +1 -0
  196. package/dist/__chunks/{N5B6KNJR.js → J6JYJXK5.js} +17 -25
  197. package/dist/__chunks/J6JYJXK5.js.map +1 -0
  198. package/dist/__chunks/{BVYHALMT.cjs → J7RT6MWY.cjs} +6 -10
  199. package/dist/__chunks/J7RT6MWY.cjs.map +1 -0
  200. package/dist/__chunks/{X5KCRFFF.js → KARS7AEM.js} +11 -21
  201. package/dist/__chunks/KARS7AEM.js.map +1 -0
  202. package/dist/__chunks/{2RWNBVOK.cjs → KGXZVA6S.cjs} +12 -36
  203. package/dist/__chunks/KGXZVA6S.cjs.map +1 -0
  204. package/dist/__chunks/{AKKJTW7U.js → KPQ6AISJ.js} +9 -19
  205. package/dist/__chunks/KPQ6AISJ.js.map +1 -0
  206. package/dist/__chunks/{5MKCDCHQ.cjs → KYGRRVLW.cjs} +19 -27
  207. package/dist/__chunks/KYGRRVLW.cjs.map +1 -0
  208. package/dist/__chunks/LL5MNX7Y.cjs +91 -0
  209. package/dist/__chunks/LL5MNX7Y.cjs.map +1 -0
  210. package/dist/__chunks/{6OCOGTM5.cjs → LPRAK3CL.cjs} +20 -33
  211. package/dist/__chunks/LPRAK3CL.cjs.map +1 -0
  212. package/dist/__chunks/{A323TCSA.cjs → M7TRKS34.cjs} +5 -11
  213. package/dist/__chunks/M7TRKS34.cjs.map +1 -0
  214. package/dist/__chunks/{EKHHYK7U.cjs → MPHBLSZP.cjs} +15 -25
  215. package/dist/__chunks/MPHBLSZP.cjs.map +1 -0
  216. package/dist/__chunks/MUYNXIZK.cjs +72 -0
  217. package/dist/__chunks/MUYNXIZK.cjs.map +1 -0
  218. package/dist/__chunks/{IB3FQANU.js → MWCEKFF2.js} +3 -25
  219. package/dist/__chunks/MWCEKFF2.js.map +1 -0
  220. package/dist/__chunks/{ZUQC37VB.cjs → N2V7ZZBM.cjs} +3 -3
  221. package/dist/__chunks/{7SCBZPIF.cjs → N47VDOUP.cjs} +1 -1
  222. package/dist/__chunks/{7SCBZPIF.cjs.map → N47VDOUP.cjs.map} +1 -1
  223. package/dist/__chunks/{THYSYYWS.cjs → NLD667Y7.cjs} +5 -10
  224. package/dist/__chunks/NLD667Y7.cjs.map +1 -0
  225. package/dist/__chunks/{K27Z66LH.js → OQE24UY6.js} +2 -2
  226. package/dist/__chunks/{GANR5JVV.cjs → OT2MUGKK.cjs} +5 -11
  227. package/dist/__chunks/OT2MUGKK.cjs.map +1 -0
  228. package/dist/__chunks/{FPHP3T7U.js → P6K7GG3H.js} +1 -18
  229. package/dist/__chunks/P6K7GG3H.js.map +1 -0
  230. package/dist/__chunks/{CS66HKUB.cjs → P72Q5WQM.cjs} +26 -41
  231. package/dist/__chunks/P72Q5WQM.cjs.map +1 -0
  232. package/dist/__chunks/{3HBVE6VG.js → PCHHRCCA.js} +8 -18
  233. package/dist/__chunks/PCHHRCCA.js.map +1 -0
  234. package/dist/__chunks/{WOIJRASP.cjs → QN33R37R.cjs} +3 -3
  235. package/dist/__chunks/RTT2WOZS.js +91 -0
  236. package/dist/__chunks/RTT2WOZS.js.map +1 -0
  237. package/dist/__chunks/{3FMGCZP2.cjs → SNAE52BH.cjs} +12 -22
  238. package/dist/__chunks/SNAE52BH.cjs.map +1 -0
  239. package/dist/__chunks/SOZG53ZB.js +117 -0
  240. package/dist/__chunks/SOZG53ZB.js.map +1 -0
  241. package/dist/__chunks/SPX2VOW3.cjs +117 -0
  242. package/dist/__chunks/SPX2VOW3.cjs.map +1 -0
  243. package/dist/__chunks/{J43HGNHN.cjs → T5EA5RPQ.cjs} +3 -25
  244. package/dist/__chunks/T5EA5RPQ.cjs.map +1 -0
  245. package/dist/__chunks/{3CNALXRL.js → T6BFW6YO.js} +8 -8
  246. package/dist/__chunks/{LECUYS4O.cjs → TDPIWHGR.cjs} +5 -5
  247. package/dist/__chunks/{MONMI3LS.js → UB4WHLZC.js} +2 -2
  248. package/dist/__chunks/{UF7SXHS4.js → UIPAXBI7.js} +3 -12
  249. package/dist/__chunks/UIPAXBI7.js.map +1 -0
  250. package/dist/__chunks/{7BAMJSUF.js → UTI7XCK6.js} +4 -10
  251. package/dist/__chunks/UTI7XCK6.js.map +1 -0
  252. package/dist/__chunks/{FLFJRP4T.js → UXTPDCQJ.js} +21 -36
  253. package/dist/__chunks/UXTPDCQJ.js.map +1 -0
  254. package/dist/__chunks/VTH5KXQF.cjs +111 -0
  255. package/dist/__chunks/VTH5KXQF.cjs.map +1 -0
  256. package/dist/__chunks/{UQY2ELTZ.cjs → WWRSRFDE.cjs} +2 -19
  257. package/dist/__chunks/WWRSRFDE.cjs.map +1 -0
  258. package/dist/__chunks/{63GEZVJ4.js → XHTRMLY4.js} +5 -6
  259. package/dist/__chunks/XHTRMLY4.js.map +1 -0
  260. package/dist/__chunks/{AYTJYJHI.js → XZ23UL5J.js} +4 -9
  261. package/dist/__chunks/XZ23UL5J.js.map +1 -0
  262. package/dist/__chunks/{HYRATHVK.cjs → YNVQJ4DG.cjs} +5 -6
  263. package/dist/__chunks/YNVQJ4DG.cjs.map +1 -0
  264. package/dist/__chunks/YV4ASN4Z.js +17 -0
  265. package/dist/__chunks/YV4ASN4Z.js.map +1 -0
  266. package/dist/__chunks/{HCHFPFNX.js → ZPY7QEBH.js} +4 -10
  267. package/dist/__chunks/ZPY7QEBH.js.map +1 -0
  268. package/dist/colors/backgroundColor.cjs +2 -4
  269. package/dist/colors/backgroundColor.d.ts +3 -4
  270. package/dist/colors/backgroundColor.js +3 -5
  271. package/dist/colors/foregroundColor.cjs +2 -4
  272. package/dist/colors/foregroundColor.d.ts +2 -3
  273. package/dist/colors/foregroundColor.js +3 -5
  274. package/dist/index.cjs +38 -43
  275. package/dist/index.css +145 -410
  276. package/dist/index.css.map +1 -1
  277. package/dist/index.d.ts +1 -1
  278. package/dist/index.js +39 -44
  279. package/package.json +1 -1
  280. package/dist/__chunks/2HNPYS3S.cjs.map +0 -1
  281. package/dist/__chunks/2RWNBVOK.cjs.map +0 -1
  282. package/dist/__chunks/3FMGCZP2.cjs.map +0 -1
  283. package/dist/__chunks/3HBVE6VG.js.map +0 -1
  284. package/dist/__chunks/3OWAOKRW.js.map +0 -1
  285. package/dist/__chunks/4GTNQPPD.js.map +0 -1
  286. package/dist/__chunks/5MJ6NOUC.js.map +0 -1
  287. package/dist/__chunks/5MKCDCHQ.cjs.map +0 -1
  288. package/dist/__chunks/5OLT2HH5.js +0 -43
  289. package/dist/__chunks/5OLT2HH5.js.map +0 -1
  290. package/dist/__chunks/5PWYNWVE.js +0 -115
  291. package/dist/__chunks/5PWYNWVE.js.map +0 -1
  292. package/dist/__chunks/63GEZVJ4.js.map +0 -1
  293. package/dist/__chunks/6OCOGTM5.cjs.map +0 -1
  294. package/dist/__chunks/7BAMJSUF.js.map +0 -1
  295. package/dist/__chunks/A323TCSA.cjs.map +0 -1
  296. package/dist/__chunks/AKKJTW7U.js.map +0 -1
  297. package/dist/__chunks/AYTJYJHI.js.map +0 -1
  298. package/dist/__chunks/BQOD4WU7.js.map +0 -1
  299. package/dist/__chunks/BVYHALMT.cjs.map +0 -1
  300. package/dist/__chunks/CPIFXRXD.cjs.map +0 -1
  301. package/dist/__chunks/CS66HKUB.cjs.map +0 -1
  302. package/dist/__chunks/EKHHYK7U.cjs.map +0 -1
  303. package/dist/__chunks/FH2W3CI2.cjs +0 -126
  304. package/dist/__chunks/FH2W3CI2.cjs.map +0 -1
  305. package/dist/__chunks/FLFJRP4T.js.map +0 -1
  306. package/dist/__chunks/FPHP3T7U.js.map +0 -1
  307. package/dist/__chunks/GANR5JVV.cjs.map +0 -1
  308. package/dist/__chunks/GWJGZYZO.js +0 -150
  309. package/dist/__chunks/GWJGZYZO.js.map +0 -1
  310. package/dist/__chunks/HCHFPFNX.js.map +0 -1
  311. package/dist/__chunks/HYRATHVK.cjs.map +0 -1
  312. package/dist/__chunks/I6CGA2ER.js.map +0 -1
  313. package/dist/__chunks/IB3FQANU.js.map +0 -1
  314. package/dist/__chunks/J43HGNHN.cjs.map +0 -1
  315. package/dist/__chunks/JAC64LLA.js +0 -17
  316. package/dist/__chunks/JAC64LLA.js.map +0 -1
  317. package/dist/__chunks/JNYNLJGY.js +0 -137
  318. package/dist/__chunks/JNYNLJGY.js.map +0 -1
  319. package/dist/__chunks/JXOKXBDZ.cjs.map +0 -1
  320. package/dist/__chunks/KYIRM6PZ.cjs +0 -137
  321. package/dist/__chunks/KYIRM6PZ.cjs.map +0 -1
  322. package/dist/__chunks/N5B6KNJR.js.map +0 -1
  323. package/dist/__chunks/NCUQOLOV.cjs +0 -115
  324. package/dist/__chunks/NCUQOLOV.cjs.map +0 -1
  325. package/dist/__chunks/OAZD7W2W.cjs +0 -96
  326. package/dist/__chunks/OAZD7W2W.cjs.map +0 -1
  327. package/dist/__chunks/OMFFRI3K.js +0 -9
  328. package/dist/__chunks/OMFFRI3K.js.map +0 -1
  329. package/dist/__chunks/OU5C2MBA.js.map +0 -1
  330. package/dist/__chunks/PKBQW5T6.cjs.map +0 -1
  331. package/dist/__chunks/Q4HTXMNF.js.map +0 -1
  332. package/dist/__chunks/RVFY33X2.cjs +0 -43
  333. package/dist/__chunks/RVFY33X2.cjs.map +0 -1
  334. package/dist/__chunks/S5QHTHST.cjs +0 -9
  335. package/dist/__chunks/S5QHTHST.cjs.map +0 -1
  336. package/dist/__chunks/SHHN3SRR.js +0 -9
  337. package/dist/__chunks/SHHN3SRR.js.map +0 -1
  338. package/dist/__chunks/TDR3JRXZ.js.map +0 -1
  339. package/dist/__chunks/THYSYYWS.cjs.map +0 -1
  340. package/dist/__chunks/UF7SXHS4.js.map +0 -1
  341. package/dist/__chunks/UKLQ64N7.cjs.map +0 -1
  342. package/dist/__chunks/UQY2ELTZ.cjs.map +0 -1
  343. package/dist/__chunks/UVROGDYB.js +0 -128
  344. package/dist/__chunks/UVROGDYB.js.map +0 -1
  345. package/dist/__chunks/VR4ZFZ4Z.js +0 -96
  346. package/dist/__chunks/VR4ZFZ4Z.js.map +0 -1
  347. package/dist/__chunks/W2JRKN5E.cjs +0 -9
  348. package/dist/__chunks/W2JRKN5E.cjs.map +0 -1
  349. package/dist/__chunks/W5MIJIZA.cjs.map +0 -1
  350. package/dist/__chunks/X5KCRFFF.js.map +0 -1
  351. package/dist/__chunks/XU3CLITI.cjs +0 -128
  352. package/dist/__chunks/XU3CLITI.cjs.map +0 -1
  353. package/dist/__chunks/ZCSR6NFB.cjs +0 -17
  354. package/dist/__chunks/ZCSR6NFB.cjs.map +0 -1
  355. package/dist/__chunks/ZRO3RCYX.cjs +0 -150
  356. package/dist/__chunks/ZRO3RCYX.cjs.map +0 -1
  357. /package/dist/__chunks/{GJBW4BG7.js.map → 2ZPIW4UQ.js.map} +0 -0
  358. /package/dist/__chunks/{SFOAZYZG.cjs.map → 35S5FKUC.cjs.map} +0 -0
  359. /package/dist/__chunks/{FTKHKS6W.js.map → 4SABJA3K.js.map} +0 -0
  360. /package/dist/__chunks/{6P6ARVEA.cjs.map → 5YIEOGTA.cjs.map} +0 -0
  361. /package/dist/__chunks/{Y2HREK3T.js.map → 635XF33P.js.map} +0 -0
  362. /package/dist/__chunks/{GEGGHBSM.cjs.map → C2H5JBU2.cjs.map} +0 -0
  363. /package/dist/__chunks/{VLK5CARI.cjs.map → GNKVDWTS.cjs.map} +0 -0
  364. /package/dist/__chunks/{KTTIFVGY.js.map → H2AWA6IQ.js.map} +0 -0
  365. /package/dist/__chunks/{ZUQC37VB.cjs.map → N2V7ZZBM.cjs.map} +0 -0
  366. /package/dist/__chunks/{K27Z66LH.js.map → OQE24UY6.js.map} +0 -0
  367. /package/dist/__chunks/{WOIJRASP.cjs.map → QN33R37R.cjs.map} +0 -0
  368. /package/dist/__chunks/{3CNALXRL.js.map → T6BFW6YO.js.map} +0 -0
  369. /package/dist/__chunks/{LECUYS4O.cjs.map → TDPIWHGR.cjs.map} +0 -0
  370. /package/dist/__chunks/{MONMI3LS.js.map → UB4WHLZC.js.map} +0 -0
package/dist/index.css CHANGED
@@ -1,57 +1,34 @@
1
1
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Avatar/Avatar.module.css/#css-module-data */
2
- ._avatar_1ombg_1 {
2
+ ._avatar_uoljx_1 {
3
3
  box-sizing: border-box;
4
4
  }
5
- ._avatarImage_1ombg_5 {
5
+ ._avatarImage_uoljx_5 {
6
6
  box-sizing: border-box;
7
7
  background-position: center;
8
8
  background-size: cover;
9
9
  background-repeat: no-repeat;
10
10
  border-radius: 50%;
11
11
  }
12
- ._avatarImageClassic_1ombg_13 {
13
- border: 2px solid #fff;
14
- }
15
- ._avatarImageOutlineCambio_1ombg_17 {
12
+ ._avatarImageOutline_uoljx_13 {
16
13
  border: 1px solid var(--color-cambio-gray-100);
17
14
  }
18
- ._xs_1ombg_21 {
19
- width: 24px;
20
- height: 24px;
21
- }
22
- ._sm_1ombg_26 {
15
+ ._xs_uoljx_17 {
23
16
  width: 24px;
24
17
  height: 24px;
25
18
  }
26
- ._md_1ombg_31 {
27
- width: 40px;
28
- height: 40px;
29
- }
30
- ._lg_1ombg_36 {
31
- width: 72px;
32
- height: 72px;
33
- }
34
- ._xl_1ombg_41 {
35
- width: 128px;
36
- height: 129px;
37
- }
38
- ._xsCambio_1ombg_46 {
39
- width: 24px;
40
- height: 24px;
41
- }
42
- ._smCambio_1ombg_51 {
19
+ ._sm_uoljx_22 {
43
20
  width: 32px;
44
21
  height: 32px;
45
22
  }
46
- ._mdCambio_1ombg_56 {
23
+ ._md_uoljx_27 {
47
24
  width: 48px;
48
25
  height: 48px;
49
26
  }
50
- ._lgCambio_1ombg_61 {
27
+ ._lg_uoljx_32 {
51
28
  width: 64px;
52
29
  height: 64px;
53
30
  }
54
- ._xlCambio_1ombg_66 {
31
+ ._xl_uoljx_37 {
55
32
  width: 64px;
56
33
  height: 64px;
57
34
  }
@@ -2087,33 +2064,18 @@
2087
2064
  }
2088
2065
 
2089
2066
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/rounding.module.css/#css-module-data */
2090
- ._roundingsm_1fw7w_2 {
2091
- border-radius: 8px;
2092
- }
2093
- ._roundingmd_1fw7w_6 {
2094
- border-radius: 12px;
2095
- }
2096
- ._roundinglg_1fw7w_10 {
2097
- border-radius: 16px;
2098
- }
2099
- ._roundingxl_1fw7w_14 {
2100
- border-radius: 24px;
2101
- }
2102
- ._roundingfull_1fw7w_18 {
2103
- border-radius: 999px;
2104
- }
2105
- ._roundingsmCambio_1fw7w_23 {
2067
+ ._roundingsm_1j4mo_2 {
2106
2068
  border-radius: 4px;
2107
2069
  }
2108
- ._roundingmdCambio_1fw7w_27 {
2070
+ ._roundingmd_1j4mo_6 {
2109
2071
  border-radius: 8px;
2110
2072
  }
2111
- ._roundingfullCambio_1fw7w_31 {
2073
+ ._roundingfull_1j4mo_10 {
2112
2074
  border-radius: 999px;
2113
2075
  }
2114
2076
 
2115
2077
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Typography/Typography.module.css/#css-module-data */
2116
- ._typography_emvev_1 {
2078
+ ._typography_t1t27_1 {
2117
2079
  line-height: initial;
2118
2080
  margin: 0;
2119
2081
  }
@@ -2129,160 +2091,124 @@
2129
2091
  font-weight: 700;
2130
2092
  src: local("GT-Super-Text-Bold"), url(https://static.cambly.com/fonts/gt-super-text-bold-final.woff2);
2131
2093
  }
2132
- ._sansSerif_emvev_22 {
2094
+ ._sansSerif_t1t27_22 {
2133
2095
  font-family: var(--syntax-font-sans-serif);
2134
2096
  margin: 0;
2135
2097
  }
2136
- ._serif_emvev_27 {
2098
+ ._serif_t1t27_27 {
2137
2099
  font-family: var( --syntax-font-sans-serif );
2138
2100
  }
2139
- :lang(en) ._serif_emvev_27,
2140
- :lang(az) ._serif_emvev_27,
2141
- :lang(fr) ._serif_emvev_27,
2142
- :lang(de) ._serif_emvev_27,
2143
- :lang(es) ._serif_emvev_27,
2144
- :lang(it) ._serif_emvev_27,
2145
- :lang(pl) ._serif_emvev_27,
2146
- :lang(pt) ._serif_emvev_27,
2147
- :lang(tr) ._serif_emvev_27 {
2101
+ :lang(en) ._serif_t1t27_27,
2102
+ :lang(az) ._serif_t1t27_27,
2103
+ :lang(fr) ._serif_t1t27_27,
2104
+ :lang(de) ._serif_t1t27_27,
2105
+ :lang(es) ._serif_t1t27_27,
2106
+ :lang(it) ._serif_t1t27_27,
2107
+ :lang(pl) ._serif_t1t27_27,
2108
+ :lang(pt) ._serif_t1t27_27,
2109
+ :lang(tr) ._serif_t1t27_27 {
2148
2110
  font-family: "GT Super", var(--syntax-font-sans-serif);
2149
2111
  -webkit-font-smoothing: antialiased;
2150
2112
  }
2151
- ._size100_emvev_71 {
2152
- font-size: 12px;
2153
- }
2154
- ._size200_emvev_75 {
2113
+ ._size100_t1t27_71 {
2155
2114
  font-size: 14px;
2156
2115
  }
2157
- ._size300_emvev_79 {
2116
+ ._size200_t1t27_75 {
2158
2117
  font-size: 16px;
2159
2118
  }
2160
- ._size500_emvev_83 {
2161
- font-size: 20px;
2162
- }
2163
- ._size600_emvev_87 {
2164
- font-size: 28px;
2165
- }
2166
- ._size700_emvev_91 {
2167
- font-size: 40px;
2168
- }
2169
- ._size800_emvev_95 {
2170
- font-size: 64px;
2171
- }
2172
- ._size100Cambio_emvev_100 {
2173
- font-size: 14px;
2174
- }
2175
- ._size200Cambio_emvev_104 {
2176
- font-size: 16px;
2177
- }
2178
- ._size300Cambio_emvev_108 {
2119
+ ._size300_t1t27_79 {
2179
2120
  font-size: 18px;
2180
2121
  }
2181
- ._size400Cambio_emvev_112 {
2122
+ ._size400_t1t27_83 {
2182
2123
  font-size: 20px;
2183
2124
  }
2184
- ._size500Cambio_emvev_116 {
2125
+ ._size500_t1t27_87 {
2185
2126
  font-size: 23px;
2186
2127
  }
2187
- ._size600Cambio_emvev_120 {
2128
+ ._size600_t1t27_91 {
2188
2129
  font-size: 26px;
2189
2130
  }
2190
- ._size700Cambio_emvev_124 {
2131
+ ._size700_t1t27_95 {
2191
2132
  font-size: 33px;
2192
2133
  }
2193
- ._size800Cambio_emvev_128 {
2134
+ ._size800_t1t27_99 {
2194
2135
  font-size: 41px;
2195
2136
  }
2196
- ._size900Cambio_emvev_132 {
2137
+ ._size900_t1t27_103 {
2197
2138
  font-size: 46px;
2198
2139
  }
2199
2140
  @media (min-width: 480px) {
2200
- ._size100Cambio_emvev_100 {
2141
+ ._size100_t1t27_71 {
2201
2142
  font-size: 14px;
2202
2143
  }
2203
- ._size200Cambio_emvev_104 {
2144
+ ._size200_t1t27_75 {
2204
2145
  font-size: 16px;
2205
2146
  }
2206
- ._size300Cambio_emvev_108 {
2147
+ ._size300_t1t27_79 {
2207
2148
  font-size: 20px;
2208
2149
  }
2209
- ._size400Cambio_emvev_112 {
2150
+ ._size400_t1t27_83 {
2210
2151
  font-size: 25px;
2211
2152
  }
2212
- ._size500Cambio_emvev_116 {
2153
+ ._size500_t1t27_87 {
2213
2154
  font-size: 31px;
2214
2155
  }
2215
- ._size600Cambio_emvev_120 {
2156
+ ._size600_t1t27_91 {
2216
2157
  font-size: 39px;
2217
2158
  }
2218
- ._size700Cambio_emvev_124 {
2159
+ ._size700_t1t27_95 {
2219
2160
  font-size: 49px;
2220
2161
  }
2221
- ._size800Cambio_emvev_128 {
2162
+ ._size800_t1t27_99 {
2222
2163
  font-size: 61px;
2223
2164
  }
2224
- ._size900Cambio_emvev_132 {
2165
+ ._size900_t1t27_103 {
2225
2166
  font-size: 76px;
2226
2167
  }
2227
- ._size1000Cambio_emvev_173 {
2168
+ ._size1000_t1t27_144 {
2228
2169
  font-size: 95px;
2229
2170
  }
2230
- ._size1100Cambio_emvev_177 {
2171
+ ._size1100_t1t27_148 {
2231
2172
  font-size: 119px;
2232
2173
  }
2233
2174
  }
2234
- ._center_emvev_183 {
2175
+ ._center_t1t27_154 {
2235
2176
  text-align: center;
2236
2177
  }
2237
- ._forceLeft_emvev_187 {
2178
+ ._forceLeft_t1t27_158 {
2238
2179
  text-align: left;
2239
2180
  }
2240
- ._forceRight_emvev_191 {
2181
+ ._forceRight_t1t27_162 {
2241
2182
  text-align: right;
2242
2183
  }
2243
- ._start_emvev_195 {
2184
+ ._start_t1t27_166 {
2244
2185
  text-align: start;
2245
2186
  }
2246
- ._end_emvev_199 {
2187
+ ._end_t1t27_170 {
2247
2188
  text-align: end;
2248
2189
  }
2249
- ._bold_emvev_204 {
2250
- font-weight: 700;
2251
- }
2252
- ._regular_emvev_208 {
2253
- font-weight: 400;
2254
- }
2255
- ._interactive_emvev_212 {
2256
- font-weight: 500;
2257
- }
2258
- ._semiBold_emvev_216 {
2259
- font-weight: 600;
2260
- }
2261
- ._heavy_emvev_220 {
2262
- font-weight: 860;
2263
- }
2264
- ._regularCambio_emvev_224 {
2190
+ ._regular_t1t27_176 {
2265
2191
  font-weight: 400;
2266
2192
  }
2267
- ._mediumCambio_emvev_228 {
2193
+ ._medium_t1t27_180 {
2268
2194
  font-weight: 510;
2269
2195
  }
2270
- ._semiBoldCambio_emvev_232 {
2196
+ ._semiBold_t1t27_184 {
2271
2197
  font-weight: 590;
2272
2198
  }
2273
- ._boldCambio_emvev_236 {
2199
+ ._bold_t1t27_188 {
2274
2200
  font-weight: 700;
2275
2201
  }
2276
- ._underline_emvev_240 {
2202
+ ._underline_t1t27_192 {
2277
2203
  text-decoration: underline;
2278
2204
  }
2279
- ._inline_emvev_244 {
2205
+ ._inline_t1t27_196 {
2280
2206
  display: inline;
2281
2207
  }
2282
- ._uppercase_emvev_248 {
2208
+ ._uppercase_t1t27_200 {
2283
2209
  text-transform: uppercase;
2284
2210
  }
2285
- ._lineClamp_emvev_252 {
2211
+ ._lineClamp_t1t27_204 {
2286
2212
  -webkit-box-orient: vertical;
2287
2213
  display: -webkit-box;
2288
2214
  max-width: 100%;
@@ -2297,101 +2223,77 @@
2297
2223
  }
2298
2224
 
2299
2225
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css/#css-module-data */
2300
- ._button_9efd1_1 {
2226
+ ._button_hiifq_1 {
2301
2227
  border: none;
2302
2228
  display: flex;
2303
2229
  flex-direction: row;
2304
2230
  align-items: center;
2305
2231
  justify-content: center;
2306
2232
  }
2307
- ._buttonGap_9efd1_9 {
2233
+ ._buttonGap_hiifq_9 {
2308
2234
  gap: 4px;
2309
2235
  }
2310
- ._button_9efd1_1:hover {
2236
+ ._button_hiifq_1:hover {
2311
2237
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
2312
2238
  transition-duration: 0.2s;
2313
2239
  cursor: pointer;
2314
2240
  }
2315
- ._button_9efd1_1:focus-visible {
2241
+ ._button_hiifq_1:focus-visible {
2316
2242
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
2317
2243
  box-shadow: 0 0 0 4px #000;
2318
2244
  outline: solid 2px #fff;
2319
2245
  }
2320
- ._button_9efd1_1:active {
2246
+ ._button_hiifq_1:active {
2321
2247
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
2322
2248
  transform: scale(0.97);
2323
2249
  transition-duration: 0.2s;
2324
2250
  }
2325
- ._button_9efd1_1:disabled {
2251
+ ._button_hiifq_1:disabled {
2326
2252
  filter: opacity(50%);
2327
2253
  background-image: none;
2328
2254
  transform: none;
2329
2255
  cursor: auto;
2330
2256
  }
2331
- ._disabledCambioPrimary_9efd1_50 {
2257
+ ._disabledPrimary_hiifq_50 {
2332
2258
  opacity: 0.5;
2333
2259
  }
2334
- ._fullWidth_9efd1_54 {
2260
+ ._fullWidth_hiifq_54 {
2335
2261
  width: 100%;
2336
2262
  }
2337
- ._sm_9efd1_58 {
2338
- min-width: 52px;
2339
- height: 32px;
2340
- padding: 0 12px;
2341
- border-radius: 8px;
2342
- }
2343
- ._md_9efd1_65 {
2344
- min-width: 72px;
2345
- height: 40px;
2346
- padding: 0 16px;
2347
- border-radius: 12px;
2348
- }
2349
- ._lg_9efd1_72 {
2350
- min-width: 88px;
2351
- height: 48px;
2352
- padding: 0 20px;
2353
- border-radius: 16px;
2354
- }
2355
- ._smCambio_9efd1_79 {
2263
+ ._sm_hiifq_58 {
2356
2264
  min-width: 52px;
2357
2265
  height: 32px;
2358
2266
  padding: 0 16px;
2359
2267
  border-radius: 100px;
2360
2268
  }
2361
- ._mdCambio_9efd1_86 {
2269
+ ._md_hiifq_65 {
2362
2270
  min-width: 78px;
2363
2271
  height: 48px;
2364
2272
  padding: 0 24px;
2365
2273
  border-radius: 100px;
2366
2274
  }
2367
- ._lgCambio_9efd1_93 {
2275
+ ._lg_hiifq_72 {
2368
2276
  min-width: 104px;
2369
2277
  height: 64px;
2370
2278
  padding: 0 32px;
2371
2279
  border-radius: 100px;
2372
2280
  }
2373
- ._icon_9efd1_100 {
2281
+ ._icon_hiifq_79 {
2374
2282
  color: inherit;
2375
2283
  }
2376
- ._smIcon_9efd1_104 {
2284
+ ._smIcon_hiifq_83 {
2377
2285
  width: 16px !important;
2378
2286
  height: 16px !important;
2379
2287
  }
2380
- ._mdIcon_9efd1_111 {
2288
+ ._mdIcon_hiifq_90 {
2381
2289
  width: 20px !important;
2382
2290
  height: 20px !important;
2383
2291
  }
2384
- ._lgIcon_9efd1_118 {
2292
+ ._lgIcon_hiifq_97 {
2385
2293
  width: 24px !important;
2386
2294
  height: 24px !important;
2387
2295
  }
2388
- ._secondaryBorder_9efd1_125 {
2389
- border: 1px solid var(--color-base-primary-300);
2390
- }
2391
- ._secondaryDestructiveBorder_9efd1_129 {
2392
- border: 1px solid var(--color-base-destructive-300);
2393
- }
2394
- @keyframes _syntaxButtonLoadingRotate_9efd1_1 {
2296
+ @keyframes _syntaxButtonLoadingRotate_hiifq_1 {
2395
2297
  0% {
2396
2298
  transform-origin: 50% 50%;
2397
2299
  }
@@ -2399,10 +2301,10 @@
2399
2301
  transform: rotate(360deg);
2400
2302
  }
2401
2303
  }
2402
- ._loading_9efd1_143 {
2403
- animation: _syntaxButtonLoadingRotate_9efd1_1 1.4s linear infinite;
2304
+ ._loading_hiifq_114 {
2305
+ animation: _syntaxButtonLoadingRotate_hiifq_1 1.4s linear infinite;
2404
2306
  }
2405
- ._loadingCircle_9efd1_147 {
2307
+ ._loadingCircle_hiifq_118 {
2406
2308
  stroke: currentcolor;
2407
2309
  stroke-dasharray: 80px, 200px;
2408
2310
  stroke-dashoffset: 0;
@@ -2410,104 +2312,75 @@
2410
2312
  }
2411
2313
 
2412
2314
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/ButtonGroup/ButtonGroup.module.css/#css-module-data */
2413
- ._buttonGroup_e77bq_1 {
2315
+ ._buttonGroup_1u02w_1 {
2414
2316
  display: flex;
2415
2317
  }
2416
- ._horizontal_e77bq_5 {
2318
+ ._horizontal_1u02w_5 {
2417
2319
  flex-direction: row;
2418
2320
  }
2419
- ._vertical_e77bq_9 {
2321
+ ._vertical_1u02w_9 {
2420
2322
  flex-direction: column;
2421
2323
  }
2422
- ._smallGap_e77bq_13 {
2423
- gap: 8px;
2424
- }
2425
- ._mediumGap_e77bq_17 {
2426
- gap: 12px;
2427
- }
2428
- ._largeGap_e77bq_21 {
2429
- gap: 16px;
2430
- }
2431
- ._smallGapCambio_e77bq_25 {
2324
+ ._smallGap_1u02w_13 {
2432
2325
  gap: 4px;
2433
2326
  }
2434
- ._mediumGapCambio_e77bq_29 {
2327
+ ._mediumGap_1u02w_17 {
2435
2328
  gap: 8px;
2436
2329
  }
2437
- ._largeGapCambio_e77bq_33 {
2330
+ ._largeGap_1u02w_21 {
2438
2331
  gap: 12px;
2439
2332
  }
2440
2333
 
2441
2334
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Checkbox/Checkbox.module.css/#css-module-data */
2442
- ._mainContainer_19quh_1 {
2335
+ ._mainContainer_17ijp_1 {
2443
2336
  display: flex;
2444
2337
  flex-direction: row;
2445
2338
  gap: 8px;
2446
2339
  align-items: center;
2447
2340
  position: relative;
2448
2341
  }
2449
- ._inputOverlay_19quh_9 {
2342
+ ._inputOverlay_17ijp_9 {
2450
2343
  opacity: 0;
2451
2344
  position: absolute;
2452
2345
  margin: 0;
2453
2346
  top: 0;
2454
2347
  left: 0;
2455
2348
  }
2456
- ._checkbox_19quh_17 {
2349
+ ._checkbox_17ijp_17 {
2350
+ border-radius: 4px;
2457
2351
  position: relative;
2458
2352
  display: flex;
2459
2353
  justify-content: center;
2460
2354
  align-items: center;
2461
2355
  box-sizing: border-box;
2462
2356
  }
2463
- ._cambioCheckbox_19quh_25 {
2464
- border-radius: 4px;
2465
- }
2466
- ._disabled_19quh_29 {
2357
+ ._disabled_17ijp_26 {
2467
2358
  opacity: 0.5;
2468
2359
  }
2469
- ._cursorDisabled_19quh_33 {
2360
+ ._cursorDisabled_17ijp_30 {
2470
2361
  cursor: auto;
2471
2362
  }
2472
- ._cursorEnabled_19quh_37 {
2363
+ ._cursorEnabled_17ijp_34 {
2473
2364
  cursor: pointer;
2474
2365
  }
2475
- ._uncheckedBox_19quh_41 {
2476
- border: 2px solid;
2477
- }
2478
- ._uncheckedBorder_19quh_45 {
2479
- border-color: var(--color-base-primary-700);
2480
- }
2481
- ._uncheckedErrorBorder_19quh_49 {
2482
- border-color: var(--color-base-destructive-700);
2483
- }
2484
- ._checkedBox_19quh_53 {
2485
- color: #fff;
2486
- }
2487
- ._checkedNonError_19quh_57 {
2488
- background: var(--color-base-primary-700);
2489
- }
2490
- ._checkedError_19quh_61 {
2491
- background: var(--color-base-destructive-700);
2492
- }
2493
- ._sm_19quh_65 {
2366
+ ._sm_17ijp_38 {
2494
2367
  height: 16px;
2495
2368
  width: 16px;
2496
2369
  }
2497
- ._md_19quh_70 {
2370
+ ._md_17ijp_43 {
2498
2371
  height: 24px;
2499
2372
  width: 24px;
2500
2373
  }
2501
- ._smBorderRadius_19quh_75 {
2374
+ ._smBorderRadius_17ijp_48 {
2502
2375
  border-radius: 6px;
2503
2376
  }
2504
- ._mdBorderRadius_19quh_79 {
2377
+ ._mdBorderRadius_17ijp_52 {
2505
2378
  border-radius: 8px;
2506
2379
  }
2507
- ._checkmark_19quh_83 {
2380
+ ._checkmark_17ijp_56 {
2508
2381
  fill: var(--color-base-black);
2509
2382
  }
2510
- ._checkmarkError_19quh_87 {
2383
+ ._checkmarkError_17ijp_60 {
2511
2384
  fill: var(--color-base-destructive-900);
2512
2385
  }
2513
2386
 
@@ -2517,7 +2390,9 @@
2517
2390
  }
2518
2391
 
2519
2392
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Chip/Chip.module.css/#css-module-data */
2520
- ._chip_1ndh3_1 {
2393
+ ._chip_b9vyr_1 {
2394
+ border: none;
2395
+ border-radius: 8px;
2521
2396
  display: flex;
2522
2397
  align-items: center;
2523
2398
  justify-content: center;
@@ -2525,57 +2400,37 @@
2525
2400
  cursor: pointer;
2526
2401
  box-sizing: border-box;
2527
2402
  }
2528
- ._chipClassic_1ndh3_10 {
2529
- border: 1px solid var(--color-base-gray-300);
2530
- border-radius: 1000px;
2531
- }
2532
- ._chipCambio_1ndh3_15 {
2533
- border: none;
2534
- border-radius: 8px;
2535
- }
2536
- ._disabled_1ndh3_20 {
2403
+ ._disabled_b9vyr_12 {
2537
2404
  filter: opacity(50%);
2538
2405
  cursor: auto;
2539
2406
  }
2540
- ._deselectedChip_1ndh3_25 {
2541
- background-color: var(--color-base-gray-200);
2542
- }
2543
- ._selectedChip_1ndh3_29 {
2544
- background-color: var(--color-base-primary-800);
2545
- border: 1px solid var(--color-base-primary-800);
2546
- }
2547
- ._deselectedChipCambio_1ndh3_34 {
2407
+ ._deselectedChip_b9vyr_17 {
2548
2408
  background-color: var(--color-cambio-gray-370);
2549
2409
  }
2550
- ._deselectedChipCambioOnDarkBackground_1ndh3_38 {
2410
+ ._deselectedChipOnDarkBackground_b9vyr_21 {
2551
2411
  background-color: var(--color-cambio-gray-870);
2552
2412
  }
2553
- ._selectedChipCambio_1ndh3_42 {
2413
+ ._selectedChip_b9vyr_25 {
2554
2414
  background-color: var(--color-cambio-gray-800);
2555
2415
  }
2556
- ._selectedChipCambioOnDarkBackground_1ndh3_46 {
2416
+ ._selectedChipOnDarkBackground_b9vyr_29 {
2557
2417
  background-color: var(--color-cambio-gray-200);
2558
2418
  }
2559
- ._icon_1ndh3_50 {
2419
+ ._icon_b9vyr_33 {
2560
2420
  height: 24px !important;
2561
2421
  width: 24px !important;
2562
2422
  color: var(--color-base-grey-900);
2563
2423
  }
2564
- ._selectedIcon_1ndh3_58 {
2424
+ ._selectedIcon_b9vyr_41 {
2565
2425
  color: #fff;
2566
2426
  }
2567
- ._sm_1ndh3_62 {
2427
+ ._sm_b9vyr_45 {
2568
2428
  height: 32px;
2569
2429
  min-width: 40px;
2570
2430
  padding: 8px 12px;
2571
2431
  }
2572
- ._lg_1ndh3_68 {
2573
- height: 48px;
2574
- min-width: 56px;
2575
- padding: 8px 16px;
2576
- }
2577
- ._chip_1ndh3_1:focus-visible,
2578
- ._forceFocus_1ndh3_75 {
2432
+ ._chip_b9vyr_1:focus-visible,
2433
+ ._forceFocus_b9vyr_52 {
2579
2434
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
2580
2435
  box-shadow: 0 0 0 4px #000;
2581
2436
  outline: solid 2px #fff;
@@ -2594,81 +2449,57 @@
2594
2449
  }
2595
2450
 
2596
2451
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/IconButton/IconButton.module.css/#css-module-data */
2597
- ._iconButton_4ynk4_1 {
2452
+ ._iconButton_4jqok_1 {
2598
2453
  align-items: center;
2599
2454
  justify-content: center;
2600
2455
  display: flex;
2601
2456
  border-radius: 50%;
2602
2457
  }
2603
- ._iconButtonNoBorder_4ynk4_8 {
2458
+ ._iconButtonNoBorder_4jqok_8 {
2604
2459
  border: none;
2605
2460
  }
2606
- ._iconButton_4ynk4_1:hover {
2461
+ ._iconButton_4jqok_1:hover {
2607
2462
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
2608
2463
  transition-duration: 0.2s;
2609
2464
  cursor: pointer;
2610
2465
  }
2611
- ._iconButton_4ynk4_1:focus-visible {
2466
+ ._iconButton_4jqok_1:focus-visible {
2612
2467
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
2613
2468
  box-shadow: 0 0 0 4px #000;
2614
2469
  outline: solid 2px #fff;
2615
2470
  }
2616
- ._iconButton_4ynk4_1:active {
2471
+ ._iconButton_4jqok_1:active {
2617
2472
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
2618
2473
  transform: scale(0.97);
2619
2474
  transition-duration: 0.2s;
2620
2475
  }
2621
- ._iconButton_4ynk4_1:disabled {
2476
+ ._iconButton_4jqok_1:disabled {
2622
2477
  filter: opacity(50%);
2623
2478
  background-image: none;
2624
2479
  transform: none;
2625
2480
  cursor: auto;
2626
2481
  }
2627
- ._sm_4ynk4_49 {
2628
- height: 32px;
2629
- width: 32px;
2630
- }
2631
- ._md_4ynk4_54 {
2632
- height: 40px;
2633
- width: 40px;
2634
- }
2635
- ._lg_4ynk4_59 {
2636
- height: 48px;
2637
- width: 48px;
2638
- }
2639
- ._smCambio_4ynk4_64 {
2482
+ ._sm_4jqok_49 {
2640
2483
  height: 32px;
2641
2484
  width: 32px;
2642
2485
  }
2643
- ._mdCambio_4ynk4_69 {
2486
+ ._md_4jqok_54 {
2644
2487
  height: 48px;
2645
2488
  width: 48px;
2646
2489
  }
2647
- ._lgCambio_4ynk4_74 {
2490
+ ._lg_4jqok_59 {
2648
2491
  height: 64px;
2649
2492
  width: 64px;
2650
2493
  }
2651
- ._smIcon_4ynk4_79 {
2652
- height: 16px !important;
2653
- width: 16px !important;
2654
- }
2655
- ._mdIcon_4ynk4_86 {
2494
+ ._smIcon_4jqok_64 {
2656
2495
  height: 20px !important;
2657
2496
  width: 20px !important;
2658
2497
  }
2659
- ._lgIcon_4ynk4_93 {
2498
+ ._mdIcon_4jqok_71 {
2660
2499
  height: 24px !important;
2661
2500
  width: 24px !important;
2662
2501
  }
2663
- ._smIconCambio_4ynk4_100 {
2664
- height: 20px !important;
2665
- width: 20px !important;
2666
- }
2667
- ._mdIconCambio_4ynk4_107 {
2668
- height: 24px !important;
2669
- width: 24px !important;
2670
- }
2671
- ._lgIconCambio_4ynk4_114 {
2502
+ ._lgIcon_4jqok_78 {
2672
2503
  height: 32px !important;
2673
2504
  width: 32px !important;
2674
2505
  }
@@ -2687,20 +2518,15 @@
2687
2518
  }
2688
2519
 
2689
2520
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Modal/Modal.module.css/#css-module-data */
2690
- ._backdrop_9g2f1_1 {
2521
+ ._backdrop_17lbk_1 {
2522
+ background-color: var(--color-cambio-gray-870);
2691
2523
  display: flex;
2692
2524
  align-items: center;
2693
2525
  justify-content: center;
2694
2526
  position: absolute;
2695
2527
  inset: 0;
2696
2528
  }
2697
- ._backdropClassic_9g2f1_9 {
2698
- background-color: rgba(0, 0, 0, 0.6);
2699
- }
2700
- ._backdropCambio_9g2f1_13 {
2701
- background-color: var(--color-cambio-gray-870);
2702
- }
2703
- ._closeButton_9g2f1_17 {
2529
+ ._closeButton_17lbk_10 {
2704
2530
  background: none;
2705
2531
  border: none;
2706
2532
  position: absolute;
@@ -2714,22 +2540,10 @@
2714
2540
  align-items: center;
2715
2541
  border-radius: 50%;
2716
2542
  }
2717
- ._closeButtonClassic_9g2f1_32 {
2718
- height: 40px;
2719
- width: 40px;
2720
- top: 12px;
2721
- right: 12px;
2722
- }
2723
- ._closeButton_9g2f1_17:focus-visible {
2543
+ ._closeButton_17lbk_10:focus-visible {
2724
2544
  box-shadow: 0 0 0 4px #000;
2725
2545
  outline: solid 2px #fff;
2726
2546
  }
2727
- ._closeButtonWithImage_9g2f1_44 {
2728
- background-color: rgba(0, 0, 0, 0.3);
2729
- }
2730
- ._closeButtonWithImageCambio_9g2f1_48 {
2731
- background-color: var(--color-cambio-gray-200);
2732
- }
2733
2547
 
2734
2548
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/react-aria-utils/Triggerable.module.css/#css-module-data */
2735
2549
  ._trigger_1efnf_1:focus-visible {
@@ -2847,19 +2661,19 @@
2847
2661
  }
2848
2662
 
2849
2663
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/SelectList/SelectList.module.css/#css-module-data */
2850
- ._selectContainer_dwmnw_1 {
2664
+ ._selectContainer_1f379_1 {
2851
2665
  display: flex;
2852
2666
  flex-direction: column;
2853
2667
  gap: 8px;
2854
2668
  }
2855
- ._opacityOverlay_dwmnw_7 {
2669
+ ._opacityOverlay_1f379_7 {
2856
2670
  opacity: 0.5;
2857
2671
  }
2858
- ._selectWrapper_dwmnw_11 {
2672
+ ._selectWrapper_1f379_11 {
2859
2673
  display: flex;
2860
2674
  position: relative;
2861
2675
  }
2862
- ._selectBox_dwmnw_16 {
2676
+ ._selectBox_1f379_16 {
2863
2677
  align-items: center;
2864
2678
  appearance: none;
2865
2679
  background-color: var(--color-base-white);
@@ -2881,11 +2695,7 @@
2881
2695
  outline: 0;
2882
2696
  width: 100%;
2883
2697
  }
2884
- ._selectBoxClassic_dwmnw_32 {
2885
- border: 1px solid var(--color-base-gray-700);
2886
- padding: 0 36px 0 12px;
2887
- }
2888
- ._selectBoxCambio_dwmnw_37 {
2698
+ ._selectBoxCambio_1f379_32 {
2889
2699
  border: 1px solid var(--color-cambio-gray-370);
2890
2700
  border-radius: 8px;
2891
2701
  box-sizing: border-box;
@@ -2893,17 +2703,17 @@
2893
2703
  height: 48px;
2894
2704
  padding: 12px 36px 12px 12px;
2895
2705
  }
2896
- ._selectMouseFocusStyling_dwmnw_46 {
2706
+ ._selectMouseFocusStyling_1f379_41 {
2897
2707
  border: 1px solid var(--color-base-primary-700);
2898
2708
  box-shadow: 0 0 0 1px var(--color-base-primary-700);
2899
2709
  }
2900
- ._unselected_dwmnw_51 {
2710
+ ._unselected_1f379_46 {
2901
2711
  color: var(--color-base-gray-700);
2902
2712
  }
2903
- ._selected_dwmnw_55 {
2713
+ ._selected_1f379_50 {
2904
2714
  color: var(--color-base-gray-800);
2905
2715
  }
2906
- ._arrowIcon_dwmnw_59 {
2716
+ ._arrowIcon_1f379_54 {
2907
2717
  display: flex;
2908
2718
  position: absolute;
2909
2719
  right: 0;
@@ -2912,30 +2722,10 @@
2912
2722
  padding-inline-end: 8px;
2913
2723
  pointer-events: none;
2914
2724
  }
2915
- ._selectBox_dwmnw_16:disabled {
2725
+ ._selectBox_1f379_16:disabled {
2916
2726
  cursor: auto;
2917
2727
  }
2918
- ._sm_dwmnw_73 {
2919
- border-radius: 12px;
2920
- font-size: 12px;
2921
- height: 32px;
2922
- }
2923
- ._md_dwmnw_79 {
2924
- border-radius: 12px;
2925
- font-size: 14px;
2926
- height: 40px;
2927
- }
2928
- ._lg_dwmnw_85 {
2929
- border-radius: 16px;
2930
- font-size: 16px;
2931
- height: 48px;
2932
- }
2933
- ._selectError_dwmnw_91 {
2934
- color: var(--color-base-destructive-700);
2935
- border-color: var(--color-base-destructive-700);
2936
- background-color: var(--color-base-destructive-100);
2937
- }
2938
- ._selectErrorCambio_dwmnw_97 {
2728
+ ._selectErrorCambio_1f379_68 {
2939
2729
  color: var(--color-cambio-destructive-900);
2940
2730
  border-color: var(--color-cambio-destructive-700);
2941
2731
  }
@@ -2986,29 +2776,16 @@
2986
2776
  }
2987
2777
 
2988
2778
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/TextArea/TextArea.module.css/#css-module-data */
2989
- ._textarea_1owb5_1 {
2990
- border-radius: 12px;
2991
- }
2992
- ._sm_1owb5_5 {
2993
- padding-bottom: 12px;
2994
- padding-top: 12px;
2995
- }
2996
- ._md_1owb5_10 {
2997
- padding-bottom: 12px;
2998
- padding-top: 12px;
2999
- }
3000
- ._lg_1owb5_15 {
3001
- padding-bottom: 16px;
3002
- padding-top: 16px;
3003
- }
3004
- ._textareaCambio_1owb5_20 {
2779
+ ._textarea_zkjej_1 {
3005
2780
  display: block;
3006
2781
  padding: 12px;
3007
2782
  }
3008
2783
 
3009
2784
  /* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/TextField/TextField.module.css/#css-module-data */
3010
- ._textfield_kbdbw_1 {
2785
+ ._textfield_wgza3_1 {
3011
2786
  appearance: none;
2787
+ border: 1px solid var(--color-cambio-gray-370);
2788
+ border-radius: 8px;
3012
2789
  box-sizing: border-box;
3013
2790
  font-family:
3014
2791
  -apple-system,
@@ -3021,71 +2798,29 @@
3021
2798
  sans-serif;
3022
2799
  margin: 0;
3023
2800
  width: 100%;
3024
- }
3025
- ._textfieldClassic_kbdbw_10 {
3026
- border: 1px solid var(--color-base-gray-700);
3027
- }
3028
- ._textfieldCambio_kbdbw_14 {
3029
- border: 1px solid var(--color-cambio-gray-370);
3030
- border-radius: 8px;
3031
2801
  font-size: 16px;
3032
2802
  }
3033
- ._textfield_kbdbw_1:focus {
2803
+ ._textfield_wgza3_1:focus {
3034
2804
  outline: none;
3035
2805
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
3036
2806
  }
3037
- ._textfield_kbdbw_1:disabled {
2807
+ ._textfield_wgza3_1:disabled {
3038
2808
  cursor: auto;
3039
2809
  }
3040
- ._label_kbdbw_29 {
2810
+ ._label_wgza3_22 {
3041
2811
  cursor: pointer;
3042
2812
  }
3043
- ._sm_kbdbw_33 {
3044
- border-radius: 12px;
3045
- font-size: 12px;
3046
- padding-inline-start: 12px;
3047
- padding-inline-end: 12px;
3048
- }
3049
- ._mdCambio_kbdbw_40 {
2813
+ ._md_wgza3_26 {
3050
2814
  padding: 12px;
3051
2815
  }
3052
- ._heightCambio_kbdbw_44 {
3053
- height: 48px;
3054
- }
3055
- ._smHeight_kbdbw_48 {
3056
- height: 32px;
3057
- }
3058
- ._md_kbdbw_40 {
3059
- border-radius: 12px;
3060
- font-size: 14px;
3061
- padding-inline-start: 12px;
3062
- padding-inline-end: 12px;
3063
- }
3064
- ._mdHeight_kbdbw_59 {
3065
- height: 40px;
3066
- }
3067
- ._lg_kbdbw_63 {
3068
- border-radius: 16px;
3069
- font-size: 16px;
3070
- padding-inline-start: 16px;
3071
- padding-inline-end: 16px;
3072
- }
3073
- ._lgHeight_kbdbw_70 {
2816
+ ._height_wgza3_30 {
3074
2817
  height: 48px;
3075
2818
  }
3076
- ._inputError_kbdbw_74 {
3077
- color: var(--color-base-destructive-700);
3078
- border-color: var(--color-base-destructive-700);
3079
- background-color: var(--color-base-destructive-100);
3080
- }
3081
- ._inputError_kbdbw_74::placeholder {
3082
- color: var(--color-base-destructive-700);
3083
- }
3084
- ._inputErrorCambio_kbdbw_84 {
2819
+ ._inputError_wgza3_34 {
3085
2820
  color: var(--color-cambio-destructive-900);
3086
2821
  border-color: var(--color-cambio-destructive-700);
3087
2822
  }
3088
- ._inputErrorCambio_kbdbw_84::placeholder {
2823
+ ._inputError_wgza3_34::placeholder {
3089
2824
  color: var(--color-cambio-destructive-900);
3090
2825
  }
3091
2826