@cambly/syntax-core 10.7.0 → 10.8.1

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 -5
  2. package/dist/Avatar/Avatar.css +268 -55
  3. package/dist/Avatar/Avatar.css.map +1 -1
  4. package/dist/Avatar/Avatar.d.ts +1 -1
  5. package/dist/Avatar/Avatar.js +4 -4
  6. package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
  7. package/dist/AvatarGroup/AvatarGroup.css +268 -55
  8. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  9. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  10. package/dist/Badge/Badge.cjs +5 -5
  11. package/dist/Badge/Badge.css +268 -55
  12. package/dist/Badge/Badge.css.map +1 -1
  13. package/dist/Badge/Badge.d.ts +1 -1
  14. package/dist/Badge/Badge.js +4 -4
  15. package/dist/Box/Box.cjs +3 -3
  16. package/dist/Box/Box.css +268 -55
  17. package/dist/Box/Box.css.map +1 -1
  18. package/dist/Box/Box.js +2 -2
  19. package/dist/Button/Button.cjs +14 -12
  20. package/dist/Button/Button.css +365 -134
  21. package/dist/Button/Button.css.map +1 -1
  22. package/dist/Button/Button.d.ts +18 -1
  23. package/dist/Button/Button.js +13 -11
  24. package/dist/Button/constants/classicSize.cjs +10 -0
  25. package/dist/Button/constants/classicSize.cjs.map +1 -0
  26. package/dist/Button/constants/classicSize.d.ts +3 -0
  27. package/dist/Button/constants/classicSize.js +10 -0
  28. package/dist/Button/constants/classicSize.js.map +1 -0
  29. package/dist/Button/constants/color.cjs +10 -0
  30. package/dist/Button/constants/color.cjs.map +1 -0
  31. package/dist/Button/constants/color.d.ts +4 -0
  32. package/dist/Button/constants/color.js +10 -0
  33. package/dist/Button/constants/color.js.map +1 -0
  34. package/dist/Button/constants/iconSize.cjs +3 -2
  35. package/dist/Button/constants/iconSize.css +38 -20
  36. package/dist/Button/constants/iconSize.css.map +1 -1
  37. package/dist/Button/constants/iconSize.js +2 -1
  38. package/dist/Button/constants/loadingIconSize.cjs +2 -2
  39. package/dist/Button/constants/loadingIconSize.js +1 -1
  40. package/dist/Button/constants/textVariant.cjs +2 -2
  41. package/dist/Button/constants/textVariant.d.ts +1 -0
  42. package/dist/Button/constants/textVariant.js +1 -1
  43. package/dist/ButtonGroup/ButtonGroup.cjs +2 -2
  44. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -1
  45. package/dist/ButtonGroup/ButtonGroup.js +1 -1
  46. package/dist/Card/Card.cjs +4 -4
  47. package/dist/Card/Card.css +268 -55
  48. package/dist/Card/Card.css.map +1 -1
  49. package/dist/Card/Card.js +3 -3
  50. package/dist/Checkbox/Checkbox.cjs +4 -4
  51. package/dist/Checkbox/Checkbox.css +268 -55
  52. package/dist/Checkbox/Checkbox.css.map +1 -1
  53. package/dist/Checkbox/Checkbox.d.ts +1 -1
  54. package/dist/Checkbox/Checkbox.js +3 -3
  55. package/dist/Chip/Chip.cjs +5 -5
  56. package/dist/Chip/Chip.css +268 -55
  57. package/dist/Chip/Chip.css.map +1 -1
  58. package/dist/Chip/Chip.js +4 -4
  59. package/dist/Dialog/Dialog.cjs +3 -3
  60. package/dist/Dialog/Dialog.css +268 -55
  61. package/dist/Dialog/Dialog.css.map +1 -1
  62. package/dist/Dialog/Dialog.js +2 -2
  63. package/dist/Dialog/ModalDialog.cjs +14 -10
  64. package/dist/Dialog/ModalDialog.css +416 -69
  65. package/dist/Dialog/ModalDialog.css.map +1 -1
  66. package/dist/Dialog/ModalDialog.js +12 -8
  67. package/dist/Heading/Heading.cjs +4 -4
  68. package/dist/Heading/Heading.css +268 -55
  69. package/dist/Heading/Heading.css.map +1 -1
  70. package/dist/Heading/Heading.d.ts +2 -2
  71. package/dist/Heading/Heading.js +3 -3
  72. package/dist/IconButton/IconButton.cjs +9 -5
  73. package/dist/IconButton/IconButton.css +416 -69
  74. package/dist/IconButton/IconButton.css.map +1 -1
  75. package/dist/IconButton/IconButton.d.ts +17 -2
  76. package/dist/IconButton/IconButton.js +8 -4
  77. package/dist/LinkButton/LinkButton.cjs +13 -10
  78. package/dist/LinkButton/LinkButton.css +365 -134
  79. package/dist/LinkButton/LinkButton.css.map +1 -1
  80. package/dist/LinkButton/LinkButton.d.ts +18 -1
  81. package/dist/LinkButton/LinkButton.js +12 -9
  82. package/dist/Modal/Layer.cjs +4 -4
  83. package/dist/Modal/Layer.css +268 -55
  84. package/dist/Modal/Layer.css.map +1 -1
  85. package/dist/Modal/Layer.js +3 -3
  86. package/dist/Modal/Modal.cjs +7 -7
  87. package/dist/Modal/Modal.css +268 -55
  88. package/dist/Modal/Modal.css.map +1 -1
  89. package/dist/Modal/Modal.js +6 -6
  90. package/dist/Popover/Popover.cjs +15 -11
  91. package/dist/Popover/Popover.css +416 -69
  92. package/dist/Popover/Popover.css.map +1 -1
  93. package/dist/Popover/Popover.js +13 -9
  94. package/dist/RadioButton/RadioButton.cjs +4 -4
  95. package/dist/RadioButton/RadioButton.css +268 -55
  96. package/dist/RadioButton/RadioButton.css.map +1 -1
  97. package/dist/RadioButton/RadioButton.d.ts +1 -1
  98. package/dist/RadioButton/RadioButton.js +3 -3
  99. package/dist/RichSelect/RichSelectBox.cjs +22 -20
  100. package/dist/RichSelect/RichSelectBox.css +365 -134
  101. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  102. package/dist/RichSelect/RichSelectBox.d.ts +1 -1
  103. package/dist/RichSelect/RichSelectBox.js +20 -18
  104. package/dist/RichSelect/RichSelectChip.cjs +6 -6
  105. package/dist/RichSelect/RichSelectChip.css +268 -55
  106. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  107. package/dist/RichSelect/RichSelectChip.js +5 -5
  108. package/dist/RichSelect/RichSelectList.cjs +29 -26
  109. package/dist/RichSelect/RichSelectList.css +416 -161
  110. package/dist/RichSelect/RichSelectList.css.map +1 -1
  111. package/dist/RichSelect/RichSelectList.d.ts +1 -1
  112. package/dist/RichSelect/RichSelectList.js +27 -24
  113. package/dist/RichSelect/RichSelectRadioButton.cjs +5 -5
  114. package/dist/RichSelect/RichSelectRadioButton.css +268 -55
  115. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  116. package/dist/RichSelect/RichSelectRadioButton.d.ts +1 -1
  117. package/dist/RichSelect/RichSelectRadioButton.js +4 -4
  118. package/dist/RichSelect/RichSelectSection.cjs +4 -4
  119. package/dist/RichSelect/RichSelectSection.css +268 -55
  120. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  121. package/dist/RichSelect/RichSelectSection.js +3 -3
  122. package/dist/SelectList/SelectList.cjs +5 -5
  123. package/dist/SelectList/SelectList.css +268 -55
  124. package/dist/SelectList/SelectList.css.map +1 -1
  125. package/dist/SelectList/SelectList.js +4 -4
  126. package/dist/TapArea/TapArea.d.ts +1 -1
  127. package/dist/TextArea/TextArea.cjs +5 -5
  128. package/dist/TextArea/TextArea.css +268 -55
  129. package/dist/TextArea/TextArea.css.map +1 -1
  130. package/dist/TextArea/TextArea.js +4 -4
  131. package/dist/TextField/TextField.cjs +5 -5
  132. package/dist/TextField/TextField.css +268 -55
  133. package/dist/TextField/TextField.css.map +1 -1
  134. package/dist/TextField/TextField.js +4 -4
  135. package/dist/ThemeProvider/ThemeProvider.cjs +10 -0
  136. package/dist/ThemeProvider/ThemeProvider.cjs.map +1 -0
  137. package/dist/ThemeProvider/ThemeProvider.d.ts +13 -0
  138. package/dist/ThemeProvider/ThemeProvider.js +10 -0
  139. package/dist/ThemeProvider/ThemeProvider.js.map +1 -0
  140. package/dist/Tooltip/Tooltip.cjs +4 -4
  141. package/dist/Tooltip/Tooltip.css +268 -55
  142. package/dist/Tooltip/Tooltip.css.map +1 -1
  143. package/dist/Tooltip/Tooltip.js +3 -3
  144. package/dist/Typography/Typography.cjs +3 -3
  145. package/dist/Typography/Typography.css +268 -55
  146. package/dist/Typography/Typography.css.map +1 -1
  147. package/dist/Typography/Typography.d.ts +5 -5
  148. package/dist/Typography/Typography.js +2 -2
  149. package/dist/__chunks/{EEYUNPFG.js → 2DU7NSCB.js} +1 -1
  150. package/dist/__chunks/{EEYUNPFG.js.map → 2DU7NSCB.js.map} +1 -1
  151. package/dist/__chunks/{FMSBGH2I.cjs → 2OKXRMSO.cjs} +8 -8
  152. package/dist/__chunks/33HJ72Y2.cjs +7 -0
  153. package/dist/__chunks/33HJ72Y2.cjs.map +1 -0
  154. package/dist/__chunks/{JYDZTZIK.cjs → 3BFH4YPH.cjs} +6 -6
  155. package/dist/__chunks/{PEKXH4DM.js → 4LYJ2Z5F.js} +2 -2
  156. package/dist/__chunks/{LCZ57HZU.js → 4PICWHAJ.js} +3 -3
  157. package/dist/__chunks/{QQWCNTE4.cjs → 4QLZTDKE.cjs} +5 -5
  158. package/dist/__chunks/4YO26FWL.cjs +7 -0
  159. package/dist/__chunks/4YO26FWL.cjs.map +1 -0
  160. package/dist/__chunks/{V3ZO4D37.js → 53IMFXFX.js} +2 -2
  161. package/dist/__chunks/5I67FE26.js +7 -0
  162. package/dist/__chunks/5I67FE26.js.map +1 -0
  163. package/dist/__chunks/{ZG64UIHG.cjs → 5JI6NPPE.cjs} +6 -6
  164. package/dist/__chunks/5NIFOD6K.cjs +214 -0
  165. package/dist/__chunks/5NIFOD6K.cjs.map +1 -0
  166. package/dist/__chunks/5OB72SMM.js +7 -0
  167. package/dist/__chunks/5OB72SMM.js.map +1 -0
  168. package/dist/__chunks/5WQ23BQE.js +135 -0
  169. package/dist/__chunks/5WQ23BQE.js.map +1 -0
  170. package/dist/__chunks/{2RCQTGOZ.cjs → 63LUPH3X.cjs} +3 -3
  171. package/dist/__chunks/{G55FUPF2.js → 74UCGNED.js} +2 -2
  172. package/dist/__chunks/{36B62A3Z.cjs → 7AYSDTC6.cjs} +5 -4
  173. package/dist/__chunks/7AYSDTC6.cjs.map +1 -0
  174. package/dist/__chunks/{YBP5BNDH.cjs → 7W3S3GV2.cjs} +3 -3
  175. package/dist/__chunks/A72TS5OX.cjs +15 -0
  176. package/dist/__chunks/A72TS5OX.cjs.map +1 -0
  177. package/dist/__chunks/{EWCLQBKV.cjs → AXP5KWIY.cjs} +8 -8
  178. package/dist/__chunks/{PJIXYQPE.js → BANKR5VQ.js} +3 -3
  179. package/dist/__chunks/{TPP3XWDC.cjs → BTZDTIOB.cjs} +7 -7
  180. package/dist/__chunks/{UYBMLRXR.js → C6UG54GY.js} +4 -4
  181. package/dist/__chunks/{SAEVPDUP.js → CGFXAKKI.js} +4 -4
  182. package/dist/__chunks/CGFXAKKI.js.map +1 -0
  183. package/dist/__chunks/{VBSJSA3B.js → CS6U6WBZ.js} +3 -3
  184. package/dist/__chunks/{VY7MJTPK.js → DO56RCLX.js} +3 -3
  185. package/dist/__chunks/DSGIOBWG.js +7 -0
  186. package/dist/__chunks/DSGIOBWG.js.map +1 -0
  187. package/dist/__chunks/EJTCFSQF.cjs +135 -0
  188. package/dist/__chunks/EJTCFSQF.cjs.map +1 -0
  189. package/dist/__chunks/{GOSWBV5D.cjs → EW5FQDYY.cjs} +3 -3
  190. package/dist/__chunks/{JUUIXL6A.js → FKV5VN7F.js} +3 -3
  191. package/dist/__chunks/{XT2JUTU3.js → FXDPBBRB.js} +4 -4
  192. package/dist/__chunks/{FMSI35YS.cjs → GQC7B3U6.cjs} +3 -3
  193. package/dist/__chunks/{4KGKMDFD.cjs → HFRUEPJM.cjs} +6 -6
  194. package/dist/__chunks/{EIYMXZ2V.js → HKGPCZ2V.js} +41 -26
  195. package/dist/__chunks/HKGPCZ2V.js.map +1 -0
  196. package/dist/__chunks/HVGUWZ5I.js +214 -0
  197. package/dist/__chunks/HVGUWZ5I.js.map +1 -0
  198. package/dist/__chunks/{QNBZ64IE.cjs → I37F5HVM.cjs} +5 -5
  199. package/dist/__chunks/{TJHCYMPV.js → I5W7ECUO.js} +2 -2
  200. package/dist/__chunks/{LJHH6KUW.js → IISMRA4R.js} +4 -4
  201. package/dist/__chunks/IISMRA4R.js.map +1 -0
  202. package/dist/__chunks/{ZX5KONS2.cjs → JBNXAIXY.cjs} +9 -9
  203. package/dist/__chunks/{5DBWL6IK.js → JXZMI4WT.js} +5 -4
  204. package/dist/__chunks/JXZMI4WT.js.map +1 -0
  205. package/dist/__chunks/{HR5QOB3U.cjs → JYKKN54U.cjs} +12 -12
  206. package/dist/__chunks/K3H7QFPB.js +23 -0
  207. package/dist/__chunks/K3H7QFPB.js.map +1 -0
  208. package/dist/__chunks/{5TKLFG5Y.cjs → KX4HD3Q3.cjs} +17 -17
  209. package/dist/__chunks/L4KE5YQS.cjs +95 -0
  210. package/dist/__chunks/L4KE5YQS.cjs.map +1 -0
  211. package/dist/__chunks/{M2T7D4DC.js → LIP6F5HL.js} +2 -2
  212. package/dist/__chunks/{TBAJ7VLZ.cjs → LQ6T5UCI.cjs} +4 -4
  213. package/dist/__chunks/LQ6T5UCI.cjs.map +1 -0
  214. package/dist/__chunks/LW7YGM7C.js +95 -0
  215. package/dist/__chunks/LW7YGM7C.js.map +1 -0
  216. package/dist/__chunks/MF7Q6ZSW.cjs +56 -0
  217. package/dist/__chunks/MF7Q6ZSW.cjs.map +1 -0
  218. package/dist/__chunks/{W7CSNF2M.cjs → MGHMASZR.cjs} +3 -3
  219. package/dist/__chunks/{NRTSRS2D.js → NGCJ3BBY.js} +2 -2
  220. package/dist/__chunks/{KCYZNZBO.cjs → P7UEPXTA.cjs} +7 -7
  221. package/dist/__chunks/PKXXQ3OV.js +15 -0
  222. package/dist/__chunks/PKXXQ3OV.js.map +1 -0
  223. package/dist/__chunks/{JWFHLI33.js → PLF2SHYM.js} +3 -3
  224. package/dist/__chunks/PSWX5DBC.cjs +23 -0
  225. package/dist/__chunks/PSWX5DBC.cjs.map +1 -0
  226. package/dist/__chunks/{JKXOZUCV.js → RMC2RSHW.js} +2 -2
  227. package/dist/__chunks/{CQOOQIYP.js → RRAXSCWL.js} +12 -12
  228. package/dist/__chunks/{6YWV3WYB.cjs → S6D6YJNT.cjs} +24 -24
  229. package/dist/__chunks/{AGEHF4UW.js → SCOOHJY4.js} +3 -3
  230. package/dist/__chunks/{YEXWMX72.cjs → SPWDKPHT.cjs} +3 -3
  231. package/dist/__chunks/{JHAV5OTQ.js → SSFANAKU.js} +9 -9
  232. package/dist/__chunks/{5SMR5MWY.cjs → SZCVEBN2.cjs} +3 -3
  233. package/dist/__chunks/TF76F532.cjs +7 -0
  234. package/dist/__chunks/TF76F532.cjs.map +1 -0
  235. package/dist/__chunks/{B2TFERTM.js → TGGJZ5GF.js} +2 -2
  236. package/dist/__chunks/{MVXPGMCV.js → TYZIM5GF.js} +3 -3
  237. package/dist/__chunks/{PBOQIXCB.cjs → TZX4M4BC.cjs} +4 -4
  238. package/dist/__chunks/TZX4M4BC.cjs.map +1 -0
  239. package/dist/__chunks/{SYX4XARK.cjs → U6LLWKED.cjs} +1 -1
  240. package/dist/__chunks/{SYX4XARK.cjs.map → U6LLWKED.cjs.map} +1 -1
  241. package/dist/__chunks/{E4BJX2H5.js → UWLK56NJ.js} +2 -2
  242. package/dist/__chunks/{IJVFSOXU.cjs → VA23P3ZI.cjs} +3 -3
  243. package/dist/__chunks/VS4SS6B3.cjs +43 -0
  244. package/dist/__chunks/VS4SS6B3.cjs.map +1 -0
  245. package/dist/__chunks/{FZ5HWA3S.cjs → VXNZTCXZ.cjs} +3 -3
  246. package/dist/__chunks/{LMCK5YO5.cjs → W4UIYTBG.cjs} +3 -3
  247. package/dist/__chunks/{DNTOWEIQ.js → YCBSKN3Q.js} +2 -2
  248. package/dist/__chunks/YHKD5YRY.js +43 -0
  249. package/dist/__chunks/YHKD5YRY.js.map +1 -0
  250. package/dist/__chunks/YMNL37TU.cjs +124 -0
  251. package/dist/__chunks/YMNL37TU.cjs.map +1 -0
  252. package/dist/__chunks/YOMN7RCA.js +56 -0
  253. package/dist/__chunks/YOMN7RCA.js.map +1 -0
  254. package/dist/__chunks/{XFFSBU7E.js → ZEA5JDEB.js} +2 -2
  255. package/dist/__chunks/{NDJRETMM.cjs → ZQFEITZH.cjs} +3 -3
  256. package/dist/__chunks/{HEJ3LVZG.js → ZUFGJYFB.js} +2 -2
  257. package/dist/colors/backgroundColor.cjs +5 -3
  258. package/dist/colors/backgroundColor.css +268 -55
  259. package/dist/colors/backgroundColor.css.map +1 -1
  260. package/dist/colors/backgroundColor.d.ts +4 -3
  261. package/dist/colors/backgroundColor.js +6 -4
  262. package/dist/colors/foregroundColor.cjs +5 -3
  263. package/dist/colors/foregroundColor.css +268 -55
  264. package/dist/colors/foregroundColor.css.map +1 -1
  265. package/dist/colors/foregroundColor.d.ts +4 -3
  266. package/dist/colors/foregroundColor.js +6 -4
  267. package/dist/colors/foregroundTypographyColor.cjs +19 -4
  268. package/dist/colors/foregroundTypographyColor.cjs.map +1 -1
  269. package/dist/colors/foregroundTypographyColor.js +18 -3
  270. package/dist/colors/foregroundTypographyColor.js.map +1 -1
  271. package/dist/constants.cjs +14 -1
  272. package/dist/constants.cjs.map +1 -1
  273. package/dist/constants.d.ts +2 -1
  274. package/dist/constants.js +13 -0
  275. package/dist/constants.js.map +1 -1
  276. package/dist/index.cjs +47 -41
  277. package/dist/index.css +346 -91
  278. package/dist/index.css.map +1 -1
  279. package/dist/index.d.ts +1 -0
  280. package/dist/index.js +52 -46
  281. package/package.json +3 -3
  282. package/dist/__chunks/2R4YCOYE.js +0 -120
  283. package/dist/__chunks/2R4YCOYE.js.map +0 -1
  284. package/dist/__chunks/36B62A3Z.cjs.map +0 -1
  285. package/dist/__chunks/3HVG5AGO.cjs +0 -15
  286. package/dist/__chunks/3HVG5AGO.cjs.map +0 -1
  287. package/dist/__chunks/4ICD552D.cjs +0 -31
  288. package/dist/__chunks/4ICD552D.cjs.map +0 -1
  289. package/dist/__chunks/4PWSK5GI.js +0 -15
  290. package/dist/__chunks/4PWSK5GI.js.map +0 -1
  291. package/dist/__chunks/5DBWL6IK.js.map +0 -1
  292. package/dist/__chunks/CATJI2RJ.js +0 -26
  293. package/dist/__chunks/CATJI2RJ.js.map +0 -1
  294. package/dist/__chunks/D24RSGYP.js +0 -7
  295. package/dist/__chunks/D24RSGYP.js.map +0 -1
  296. package/dist/__chunks/EIYMXZ2V.js.map +0 -1
  297. package/dist/__chunks/ERXGNP37.js +0 -7
  298. package/dist/__chunks/ERXGNP37.js.map +0 -1
  299. package/dist/__chunks/G4DDTGDI.js +0 -31
  300. package/dist/__chunks/G4DDTGDI.js.map +0 -1
  301. package/dist/__chunks/HOGVXDTO.js +0 -68
  302. package/dist/__chunks/HOGVXDTO.js.map +0 -1
  303. package/dist/__chunks/HQVZUEWO.js +0 -22
  304. package/dist/__chunks/HQVZUEWO.js.map +0 -1
  305. package/dist/__chunks/JLUYEG2L.cjs +0 -109
  306. package/dist/__chunks/JLUYEG2L.cjs.map +0 -1
  307. package/dist/__chunks/LDFTT3OI.cjs +0 -68
  308. package/dist/__chunks/LDFTT3OI.cjs.map +0 -1
  309. package/dist/__chunks/LJHH6KUW.js.map +0 -1
  310. package/dist/__chunks/NGUJFGAC.cjs +0 -7
  311. package/dist/__chunks/NGUJFGAC.cjs.map +0 -1
  312. package/dist/__chunks/PBOQIXCB.cjs.map +0 -1
  313. package/dist/__chunks/PQIPUPQ2.cjs +0 -26
  314. package/dist/__chunks/PQIPUPQ2.cjs.map +0 -1
  315. package/dist/__chunks/RAVU4WEO.cjs +0 -120
  316. package/dist/__chunks/RAVU4WEO.cjs.map +0 -1
  317. package/dist/__chunks/RLYKYCEU.cjs +0 -7
  318. package/dist/__chunks/RLYKYCEU.cjs.map +0 -1
  319. package/dist/__chunks/SAEVPDUP.js.map +0 -1
  320. package/dist/__chunks/TBAJ7VLZ.cjs.map +0 -1
  321. package/dist/__chunks/TEJLBWXV.cjs +0 -22
  322. package/dist/__chunks/TEJLBWXV.cjs.map +0 -1
  323. /package/dist/__chunks/{FMSBGH2I.cjs.map → 2OKXRMSO.cjs.map} +0 -0
  324. /package/dist/__chunks/{JYDZTZIK.cjs.map → 3BFH4YPH.cjs.map} +0 -0
  325. /package/dist/__chunks/{PEKXH4DM.js.map → 4LYJ2Z5F.js.map} +0 -0
  326. /package/dist/__chunks/{LCZ57HZU.js.map → 4PICWHAJ.js.map} +0 -0
  327. /package/dist/__chunks/{QQWCNTE4.cjs.map → 4QLZTDKE.cjs.map} +0 -0
  328. /package/dist/__chunks/{V3ZO4D37.js.map → 53IMFXFX.js.map} +0 -0
  329. /package/dist/__chunks/{ZG64UIHG.cjs.map → 5JI6NPPE.cjs.map} +0 -0
  330. /package/dist/__chunks/{2RCQTGOZ.cjs.map → 63LUPH3X.cjs.map} +0 -0
  331. /package/dist/__chunks/{G55FUPF2.js.map → 74UCGNED.js.map} +0 -0
  332. /package/dist/__chunks/{YBP5BNDH.cjs.map → 7W3S3GV2.cjs.map} +0 -0
  333. /package/dist/__chunks/{EWCLQBKV.cjs.map → AXP5KWIY.cjs.map} +0 -0
  334. /package/dist/__chunks/{PJIXYQPE.js.map → BANKR5VQ.js.map} +0 -0
  335. /package/dist/__chunks/{TPP3XWDC.cjs.map → BTZDTIOB.cjs.map} +0 -0
  336. /package/dist/__chunks/{UYBMLRXR.js.map → C6UG54GY.js.map} +0 -0
  337. /package/dist/__chunks/{VBSJSA3B.js.map → CS6U6WBZ.js.map} +0 -0
  338. /package/dist/__chunks/{VY7MJTPK.js.map → DO56RCLX.js.map} +0 -0
  339. /package/dist/__chunks/{GOSWBV5D.cjs.map → EW5FQDYY.cjs.map} +0 -0
  340. /package/dist/__chunks/{JUUIXL6A.js.map → FKV5VN7F.js.map} +0 -0
  341. /package/dist/__chunks/{XT2JUTU3.js.map → FXDPBBRB.js.map} +0 -0
  342. /package/dist/__chunks/{FMSI35YS.cjs.map → GQC7B3U6.cjs.map} +0 -0
  343. /package/dist/__chunks/{4KGKMDFD.cjs.map → HFRUEPJM.cjs.map} +0 -0
  344. /package/dist/__chunks/{QNBZ64IE.cjs.map → I37F5HVM.cjs.map} +0 -0
  345. /package/dist/__chunks/{TJHCYMPV.js.map → I5W7ECUO.js.map} +0 -0
  346. /package/dist/__chunks/{ZX5KONS2.cjs.map → JBNXAIXY.cjs.map} +0 -0
  347. /package/dist/__chunks/{HR5QOB3U.cjs.map → JYKKN54U.cjs.map} +0 -0
  348. /package/dist/__chunks/{5TKLFG5Y.cjs.map → KX4HD3Q3.cjs.map} +0 -0
  349. /package/dist/__chunks/{M2T7D4DC.js.map → LIP6F5HL.js.map} +0 -0
  350. /package/dist/__chunks/{W7CSNF2M.cjs.map → MGHMASZR.cjs.map} +0 -0
  351. /package/dist/__chunks/{NRTSRS2D.js.map → NGCJ3BBY.js.map} +0 -0
  352. /package/dist/__chunks/{KCYZNZBO.cjs.map → P7UEPXTA.cjs.map} +0 -0
  353. /package/dist/__chunks/{JWFHLI33.js.map → PLF2SHYM.js.map} +0 -0
  354. /package/dist/__chunks/{JKXOZUCV.js.map → RMC2RSHW.js.map} +0 -0
  355. /package/dist/__chunks/{CQOOQIYP.js.map → RRAXSCWL.js.map} +0 -0
  356. /package/dist/__chunks/{6YWV3WYB.cjs.map → S6D6YJNT.cjs.map} +0 -0
  357. /package/dist/__chunks/{AGEHF4UW.js.map → SCOOHJY4.js.map} +0 -0
  358. /package/dist/__chunks/{YEXWMX72.cjs.map → SPWDKPHT.cjs.map} +0 -0
  359. /package/dist/__chunks/{JHAV5OTQ.js.map → SSFANAKU.js.map} +0 -0
  360. /package/dist/__chunks/{5SMR5MWY.cjs.map → SZCVEBN2.cjs.map} +0 -0
  361. /package/dist/__chunks/{B2TFERTM.js.map → TGGJZ5GF.js.map} +0 -0
  362. /package/dist/__chunks/{MVXPGMCV.js.map → TYZIM5GF.js.map} +0 -0
  363. /package/dist/__chunks/{E4BJX2H5.js.map → UWLK56NJ.js.map} +0 -0
  364. /package/dist/__chunks/{IJVFSOXU.cjs.map → VA23P3ZI.cjs.map} +0 -0
  365. /package/dist/__chunks/{FZ5HWA3S.cjs.map → VXNZTCXZ.cjs.map} +0 -0
  366. /package/dist/__chunks/{LMCK5YO5.cjs.map → W4UIYTBG.cjs.map} +0 -0
  367. /package/dist/__chunks/{DNTOWEIQ.js.map → YCBSKN3Q.js.map} +0 -0
  368. /package/dist/__chunks/{XFFSBU7E.js.map → ZEA5JDEB.js.map} +0 -0
  369. /package/dist/__chunks/{NDJRETMM.cjs.map → ZQFEITZH.cjs.map} +0 -0
  370. /package/dist/__chunks/{HEJ3LVZG.js.map → ZUFGJYFB.js.map} +0 -0
@@ -3,7 +3,7 @@ import {
3
3
  } from "./2O6FDRTF.js";
4
4
  import {
5
5
  Typography_default
6
- } from "./B2TFERTM.js";
6
+ } from "./TGGJZ5GF.js";
7
7
  import {
8
8
  useIsHydrated
9
9
  } from "./YJ7YDIGB.js";
@@ -108,4 +108,4 @@ var RadioButton_default = RadioButton;
108
108
  export {
109
109
  RadioButton_default
110
110
  };
111
- //# sourceMappingURL=NRTSRS2D.js.map
111
+ //# sourceMappingURL=NGCJ3BBY.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
- var _5SMR5MWYcjs = require('./5SMR5MWY.cjs');
3
+ var _SZCVEBN2cjs = require('./SZCVEBN2.cjs');
4
4
 
5
5
 
6
- var _ZX5KONS2cjs = require('./ZX5KONS2.cjs');
6
+ var _JBNXAIXYcjs = require('./JBNXAIXY.cjs');
7
7
 
8
8
 
9
9
  var _FZRIE7EXcjs = require('./FZRIE7EX.cjs');
@@ -38,7 +38,7 @@ function TextField({
38
38
  const reactId = _react.useId.call(void 0, );
39
39
  const inputId = id != null ? id : reactId;
40
40
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
41
- _5SMR5MWYcjs.Box_default,
41
+ _SZCVEBN2cjs.Box_default,
42
42
  {
43
43
  display: "flex",
44
44
  direction: "column",
@@ -50,7 +50,7 @@ function TextField({
50
50
  }
51
51
  },
52
52
  children: [
53
- label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { className: TextField_module_default.label, htmlFor: inputId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _5SMR5MWYcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _ZX5KONS2cjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
53
+ label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { className: TextField_module_default.label, htmlFor: inputId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SZCVEBN2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _JBNXAIXYcjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
54
54
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
55
55
  "input",
56
56
  {
@@ -72,8 +72,8 @@ function TextField({
72
72
  value
73
73
  }
74
74
  ),
75
- (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _5SMR5MWYcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
76
- _ZX5KONS2cjs.Typography_default,
75
+ (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _SZCVEBN2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
76
+ _JBNXAIXYcjs.Typography_default,
77
77
  {
78
78
  size: 100,
79
79
  color: errorText ? "destructive-primary" : "gray700",
@@ -88,4 +88,4 @@ function TextField({
88
88
 
89
89
 
90
90
  exports.TextField = TextField;
91
- //# sourceMappingURL=KCYZNZBO.cjs.map
91
+ //# sourceMappingURL=P7UEPXTA.cjs.map
@@ -0,0 +1,15 @@
1
+ // css-module:../Button.module.css#css-module
2
+ 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" };
3
+
4
+ // src/Button/constants/iconSize.ts
5
+ var iconSize = {
6
+ sm: Button_module_default.smIcon,
7
+ md: Button_module_default.mdIcon,
8
+ lg: Button_module_default.lgIcon
9
+ };
10
+ var iconSize_default = iconSize;
11
+
12
+ export {
13
+ iconSize_default
14
+ };
15
+ //# sourceMappingURL=PKXXQ3OV.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:../Button.module.css#css-module","../../src/Button/constants/iconSize.ts"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export 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\"}","import styles from \"../Button.module.css\";\n\nconst iconSize = {\n sm: styles.smIcon,\n md: styles.mdIcon,\n lg: styles.lgIcon,\n};\n\nexport default iconSize;\n"],"mappings":";AAA4F,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,YAAW,sBAAqB,YAAW,sBAAqB,YAAW,sBAAqB,QAAO,kBAAiB,UAAS,qBAAoB,UAAS,qBAAoB,UAAS,qBAAoB,mBAAkB,8BAA6B,8BAA6B,yCAAwC,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B;;;ACEntB,IAAM,WAAW;AAAA,EACf,IAAI,sBAAO;AAAA,EACX,IAAI,sBAAO;AAAA,EACX,IAAI,sBAAO;AACb;AAEA,IAAO,mBAAQ;","names":[]}
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Box_default
3
- } from "./TJHCYMPV.js";
3
+ } from "./I5W7ECUO.js";
4
4
  import {
5
5
  Typography_default
6
- } from "./B2TFERTM.js";
6
+ } from "./TGGJZ5GF.js";
7
7
 
8
8
  // css-module:./Badge.module.css#css-module
9
9
  var Badge_module_default = { "icon": "_icon_1g9xb_1" };
@@ -50,4 +50,4 @@ var Badge_default = Badge;
50
50
  export {
51
51
  Badge_default
52
52
  };
53
- //# sourceMappingURL=JWFHLI33.js.map
53
+ //# sourceMappingURL=PLF2SHYM.js.map
@@ -0,0 +1,23 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/Button/constants/color.ts
2
+ function classicColor(color) {
3
+ if (color === "destructive-tertiary") {
4
+ return "destructive-secondary";
5
+ } else if (color === "success-primary" || color === "success-secondary" || color === "success-tertiary") {
6
+ return "success";
7
+ }
8
+ return color;
9
+ }
10
+ function cambioColor(color) {
11
+ if (color === "success") {
12
+ return "success-primary";
13
+ } else if (color === "inverse") {
14
+ return "secondary";
15
+ }
16
+ return color;
17
+ }
18
+
19
+
20
+
21
+
22
+ exports.classicColor = classicColor; exports.cambioColor = cambioColor;
23
+ //# sourceMappingURL=PSWX5DBC.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Button/constants/color.ts"],"names":[],"mappings":";AAAO,SAAS,aACd,OAqBY;AACZ,MAAI,UAAU,wBAAwB;AACpC,WAAO;AAAA,EACT,WACE,UAAU,qBACV,UAAU,uBACV,UAAU,oBACV;AACA,WAAO;AAAA,EACT;AACA,SAAO;AACT;AAEO,SAAS,YACd,OAuBqB;AACrB,MAAI,UAAU,WAAW;AACvB,WAAO;AAAA,EACT,WAES,UAAU,WAAW;AAC5B,WAAO;AAAA,EACT;AACA,SAAO;AACT","sourcesContent":["export function classicColor(\n color:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\",\n):\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"branded\"\n | \"success\"\n | \"inverse\" {\n if (color === \"destructive-tertiary\") {\n return \"destructive-secondary\";\n } else if (\n color === \"success-primary\" ||\n color === \"success-secondary\" ||\n color === \"success-tertiary\"\n ) {\n return \"success\";\n }\n return color;\n}\n\nexport function cambioColor(\n color:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\"\n | \"inverse\",\n):\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\" {\n if (color === \"success\") {\n return \"success-primary\";\n }\n // TODO - validate with AJ\n else if (color === \"inverse\") {\n return \"secondary\";\n }\n return color;\n}\n"]}
@@ -6,7 +6,7 @@ import {
6
6
  } from "./KMIZI5PW.js";
7
7
  import {
8
8
  Typography_default
9
- } from "./B2TFERTM.js";
9
+ } from "./TGGJZ5GF.js";
10
10
 
11
11
  // src/RichSelect/RichSelectSection.tsx
12
12
  import { forwardRef } from "react";
@@ -49,4 +49,4 @@ var RichSelectSection_default = forwardRef(
49
49
  export {
50
50
  RichSelectSection_default
51
51
  };
52
- //# sourceMappingURL=JKXOZUCV.js.map
52
+ //# sourceMappingURL=RMC2RSHW.js.map
@@ -2,35 +2,35 @@ import {
2
2
  RichSelectBoxContext,
3
3
  RichSelectBox_default,
4
4
  convertSelection
5
- } from "./JHAV5OTQ.js";
5
+ } from "./SSFANAKU.js";
6
+ import {
7
+ RichSelectChip_default
8
+ } from "./LIP6F5HL.js";
6
9
  import {
7
10
  Popover_default
8
- } from "./VY7MJTPK.js";
11
+ } from "./DO56RCLX.js";
9
12
  import {
10
13
  DialogContext
11
- } from "./XFFSBU7E.js";
14
+ } from "./ZEA5JDEB.js";
12
15
  import {
13
16
  TapArea_default
14
17
  } from "./OXKLJY2L.js";
15
18
  import {
16
19
  ColorBaseDestructive700,
17
20
  ColorBaseGray800
18
- } from "./EEYUNPFG.js";
21
+ } from "./2DU7NSCB.js";
19
22
  import {
20
23
  RichSelectSection_default
21
- } from "./JKXOZUCV.js";
24
+ } from "./RMC2RSHW.js";
22
25
  import {
23
26
  RichSelectRadioButton_default
24
- } from "./DNTOWEIQ.js";
25
- import {
26
- RichSelectChip_default
27
- } from "./M2T7D4DC.js";
27
+ } from "./YCBSKN3Q.js";
28
28
  import {
29
29
  Box_default
30
- } from "./TJHCYMPV.js";
30
+ } from "./I5W7ECUO.js";
31
31
  import {
32
32
  Typography_default
33
- } from "./B2TFERTM.js";
33
+ } from "./TGGJZ5GF.js";
34
34
  import {
35
35
  useIsHydrated
36
36
  } from "./YJ7YDIGB.js";
@@ -267,4 +267,4 @@ var RichSelectList_default = Object.assign(RichSelectList, {
267
267
  export {
268
268
  RichSelectList_default
269
269
  };
270
- //# sourceMappingURL=CQOOQIYP.js.map
270
+ //# sourceMappingURL=RRAXSCWL.js.map
@@ -2,35 +2,35 @@
2
2
 
3
3
 
4
4
 
5
- var _5TKLFG5Ycjs = require('./5TKLFG5Y.cjs');
5
+ var _KX4HD3Q3cjs = require('./KX4HD3Q3.cjs');
6
6
 
7
7
 
8
- var _QNBZ64IEcjs = require('./QNBZ64IE.cjs');
8
+ var _ZQFEITZHcjs = require('./ZQFEITZH.cjs');
9
9
 
10
10
 
11
- var _IJVFSOXUcjs = require('./IJVFSOXU.cjs');
11
+ var _I37F5HVMcjs = require('./I37F5HVM.cjs');
12
12
 
13
13
 
14
- var _M3L2KJQYcjs = require('./M3L2KJQY.cjs');
14
+ var _VA23P3ZIcjs = require('./VA23P3ZI.cjs');
15
15
 
16
16
 
17
+ var _M3L2KJQYcjs = require('./M3L2KJQY.cjs');
17
18
 
18
- var _SYX4XARKcjs = require('./SYX4XARK.cjs');
19
19
 
20
20
 
21
- var _FMSI35YScjs = require('./FMSI35YS.cjs');
21
+ var _U6LLWKEDcjs = require('./U6LLWKED.cjs');
22
22
 
23
23
 
24
- var _2RCQTGOZcjs = require('./2RCQTGOZ.cjs');
24
+ var _GQC7B3U6cjs = require('./GQC7B3U6.cjs');
25
25
 
26
26
 
27
- var _NDJRETMMcjs = require('./NDJRETMM.cjs');
27
+ var _63LUPH3Xcjs = require('./63LUPH3X.cjs');
28
28
 
29
29
 
30
- var _5SMR5MWYcjs = require('./5SMR5MWY.cjs');
30
+ var _SZCVEBN2cjs = require('./SZCVEBN2.cjs');
31
31
 
32
32
 
33
- var _ZX5KONS2cjs = require('./ZX5KONS2.cjs');
33
+ var _JBNXAIXYcjs = require('./JBNXAIXY.cjs');
34
34
 
35
35
 
36
36
  var _FZRIE7EXcjs = require('./FZRIE7EX.cjs');
@@ -101,11 +101,11 @@ function RichSelectList(props) {
101
101
  const disabled = !isHydrated || disabledProp;
102
102
  const overlayHandlerRef = _react.useRef.call(void 0, {});
103
103
  const selectedKeysProp = _react.useMemo.call(void 0,
104
- () => _5TKLFG5Ycjs.convertSelection.call(void 0, selectedValuesProp),
104
+ () => _KX4HD3Q3cjs.convertSelection.call(void 0, selectedValuesProp),
105
105
  [selectedValuesProp]
106
106
  );
107
107
  const defaultSelectedKeys = _react.useMemo.call(void 0,
108
- () => _5TKLFG5Ycjs.convertSelection.call(void 0, defaultSelectedValuesProp, /* @__PURE__ */ new Set()),
108
+ () => _KX4HD3Q3cjs.convertSelection.call(void 0, defaultSelectedValuesProp, /* @__PURE__ */ new Set()),
109
109
  [defaultSelectedValuesProp]
110
110
  );
111
111
  const [selectedKeys, setSelectedKeys] = _utils.useControlledState.call(void 0,
@@ -143,8 +143,8 @@ function RichSelectList(props) {
143
143
  _reactariacomponents.Provider,
144
144
  {
145
145
  values: [
146
- [_5TKLFG5Ycjs.RichSelectBoxContext, { autoFocus: true }],
147
- [_IJVFSOXUcjs.DialogContext, { padding: autosave ? void 0 : 0 }]
146
+ [_KX4HD3Q3cjs.RichSelectBoxContext, { autoFocus: true }],
147
+ [_VA23P3ZIcjs.DialogContext, { padding: autosave ? void 0 : 0 }]
148
148
  // this is altering Popover's internal dialog padding to show the sticky save/close buttons. Ideally this could be avoided
149
149
  ],
150
150
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
@@ -170,11 +170,11 @@ function RichSelectList(props) {
170
170
  (_a2 = fieldRef.current) == null ? void 0 : _a2.focus();
171
171
  _interactions.setInteractionModality.call(void 0, "keyboard");
172
172
  },
173
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _ZX5KONS2cjs.Typography_default, { size: 100, color: "gray700", children: label })
173
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _JBNXAIXYcjs.Typography_default, { size: 100, color: "gray700", children: label })
174
174
  })
175
175
  ),
176
176
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
177
- _QNBZ64IEcjs.Popover_default,
177
+ _I37F5HVMcjs.Popover_default,
178
178
  {
179
179
  ref: overlayHandlerRef,
180
180
  disabled,
@@ -182,12 +182,12 @@ function RichSelectList(props) {
182
182
  content: (
183
183
  // this Box wrapper is to reapply the padding that was stripped from popover's dialog to show the sticky save/close buttons. Ideally this could be avoided
184
184
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
185
- _5SMR5MWYcjs.Box_default,
185
+ _SZCVEBN2cjs.Box_default,
186
186
  {
187
187
  padding: autosave ? void 0 : 5,
188
188
  dangerouslySetInlineStyle: autosave ? void 0 : { __style: { paddingBottom: 0 } },
189
189
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
190
- _5TKLFG5Ycjs.RichSelectBox_default,
190
+ _KX4HD3Q3cjs.RichSelectBox_default,
191
191
  _I64JGYX7cjs.__spreadProps.call(void 0, _I64JGYX7cjs.__spreadValues.call(void 0, {
192
192
  autosave,
193
193
  selectedValues: selectedKeys,
@@ -232,7 +232,7 @@ function RichSelectList(props) {
232
232
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
233
233
  "path",
234
234
  {
235
- fill: errorText ? _SYX4XARKcjs.ColorBaseDestructive700 : _SYX4XARKcjs.ColorBaseGray800,
235
+ fill: errorText ? _U6LLWKEDcjs.ColorBaseDestructive700 : _U6LLWKEDcjs.ColorBaseGray800,
236
236
  d: "M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z"
237
237
  }
238
238
  )
@@ -244,7 +244,7 @@ function RichSelectList(props) {
244
244
  }
245
245
  ),
246
246
  (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: SelectList_module_default.outerTextContainer, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
247
- _ZX5KONS2cjs.Typography_default,
247
+ _JBNXAIXYcjs.Typography_default,
248
248
  _I64JGYX7cjs.__spreadProps.call(void 0, _I64JGYX7cjs.__spreadValues.call(void 0, {
249
249
  size: 100,
250
250
  color: errorText ? "destructive-primary" : "gray700"
@@ -259,12 +259,12 @@ function RichSelectList(props) {
259
259
  );
260
260
  }
261
261
  var RichSelectList_default = Object.assign(RichSelectList, {
262
- Section: _FMSI35YScjs.RichSelectSection_default,
263
- Chip: _NDJRETMMcjs.RichSelectChip_default,
264
- RadioButton: _2RCQTGOZcjs.RichSelectRadioButton_default
262
+ Section: _GQC7B3U6cjs.RichSelectSection_default,
263
+ Chip: _ZQFEITZHcjs.RichSelectChip_default,
264
+ RadioButton: _63LUPH3Xcjs.RichSelectRadioButton_default
265
265
  });
266
266
 
267
267
 
268
268
 
269
269
  exports.RichSelectList_default = RichSelectList_default;
270
- //# sourceMappingURL=6YWV3WYB.cjs.map
270
+ //# sourceMappingURL=S6D6YJNT.cjs.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  useAvatarGroup
3
- } from "./HEJ3LVZG.js";
3
+ } from "./ZUFGJYFB.js";
4
4
  import {
5
5
  Box_default
6
- } from "./TJHCYMPV.js";
6
+ } from "./I5W7ECUO.js";
7
7
  import {
8
8
  __spreadValues
9
9
  } from "./LULBCTQR.js";
@@ -116,4 +116,4 @@ var Avatar_default = Avatar;
116
116
  export {
117
117
  Avatar_default
118
118
  };
119
- //# sourceMappingURL=AGEHF4UW.js.map
119
+ //# sourceMappingURL=SCOOHJY4.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _5SMR5MWYcjs = require('./5SMR5MWY.cjs');
3
+ var _SZCVEBN2cjs = require('./SZCVEBN2.cjs');
4
4
 
5
5
  // src/Card/Card.tsx
6
6
  var _jsxruntime = require('react/jsx-runtime');
@@ -15,7 +15,7 @@ function Card({
15
15
  lg: 744
16
16
  };
17
17
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
18
- _5SMR5MWYcjs.Box_default,
18
+ _SZCVEBN2cjs.Box_default,
19
19
  {
20
20
  rounding: "lg",
21
21
  padding: 5,
@@ -33,4 +33,4 @@ function Card({
33
33
 
34
34
 
35
35
  exports.Card = Card;
36
- //# sourceMappingURL=YEXWMX72.cjs.map
36
+ //# sourceMappingURL=SPWDKPHT.cjs.map
@@ -1,28 +1,28 @@
1
1
  import {
2
2
  ButtonGroup_default
3
- } from "./LJHH6KUW.js";
3
+ } from "./IISMRA4R.js";
4
4
  import {
5
5
  Button_default
6
- } from "./2R4YCOYE.js";
6
+ } from "./5WQ23BQE.js";
7
7
  import {
8
8
  Divider
9
9
  } from "./6VWFOSQZ.js";
10
+ import {
11
+ RichSelectChip_default
12
+ } from "./LIP6F5HL.js";
10
13
  import {
11
14
  RichSelectSection_default
12
- } from "./JKXOZUCV.js";
15
+ } from "./RMC2RSHW.js";
13
16
  import {
14
17
  RichSelectRadioButton_default
15
- } from "./DNTOWEIQ.js";
16
- import {
17
- RichSelectChip_default
18
- } from "./M2T7D4DC.js";
18
+ } from "./YCBSKN3Q.js";
19
19
  import {
20
20
  RichSelectItemContext,
21
21
  RichSelect_module_default
22
22
  } from "./Y6L6EOCB.js";
23
23
  import {
24
24
  Box_default
25
- } from "./TJHCYMPV.js";
25
+ } from "./I5W7ECUO.js";
26
26
 
27
27
  // src/RichSelect/RichSelectBox.tsx
28
28
  import {
@@ -207,4 +207,4 @@ export {
207
207
  RichSelectBoxContext,
208
208
  RichSelectBox_default
209
209
  };
210
- //# sourceMappingURL=JHAV5OTQ.js.map
210
+ //# sourceMappingURL=SSFANAKU.js.map
@@ -3,7 +3,7 @@
3
3
  var _7GJ2SD7Ocjs = require('./7GJ2SD7O.cjs');
4
4
 
5
5
 
6
- var _NGUJFGACcjs = require('./NGUJFGAC.cjs');
6
+ var _TF76F532cjs = require('./TF76F532.cjs');
7
7
 
8
8
 
9
9
 
@@ -149,7 +149,7 @@ var Box = _react.forwardRef.call(void 0, function Box2(props, ref) {
149
149
  smAlignItems && Box_module_default[`alignItems${smAlignItems}Small`],
150
150
  lgAlignItems && Box_module_default[`alignItems${lgAlignItems}Large`],
151
151
  alignSelf && Box_module_default[`alignSelf${alignSelf}`],
152
- backgroundColor && _NGUJFGACcjs.colors_module_default[`${backgroundColor}BackgroundColor`],
152
+ backgroundColor && _TF76F532cjs.colors_module_default[`${backgroundColor}BackgroundColor`],
153
153
  direction && Box_module_default[direction],
154
154
  smDirection && Box_module_default[`${smDirection}Small`],
155
155
  lgDirection && Box_module_default[`${lgDirection}Large`],
@@ -226,4 +226,4 @@ var Box_default = Box;
226
226
 
227
227
 
228
228
  exports.Box_default = Box_default;
229
- //# sourceMappingURL=5SMR5MWY.cjs.map
229
+ //# sourceMappingURL=SZCVEBN2.cjs.map
@@ -0,0 +1,7 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// css-module:../colors/colors.module.css#css-module
2
+ var colors_module_default = { "inheritColor": "_inheritColor_178qd_2", "destructive700Color": "_destructive700Color_178qd_6", "gray700Color": "_gray700Color_178qd_10", "gray900Color": "_gray900Color_178qd_14", "primary700Color": "_primary700Color_178qd_18", "success700Color": "_success700Color_178qd_22", "whiteColor": "_whiteColor_178qd_26", "blackBackgroundColor": "_blackBackgroundColor_178qd_31", "destructive100BackgroundColor": "_destructive100BackgroundColor_178qd_35", "destructive200BackgroundColor": "_destructive200BackgroundColor_178qd_39", "destructive300BackgroundColor": "_destructive300BackgroundColor_178qd_43", "destructive700BackgroundColor": "_destructive700BackgroundColor_178qd_47", "destructive800BackgroundColor": "_destructive800BackgroundColor_178qd_51", "destructive900BackgroundColor": "_destructive900BackgroundColor_178qd_55", "gray10BackgroundColor": "_gray10BackgroundColor_178qd_59", "gray30BackgroundColor": "_gray30BackgroundColor_178qd_63", "gray60BackgroundColor": "_gray60BackgroundColor_178qd_67", "gray80BackgroundColor": "_gray80BackgroundColor_178qd_71", "gray100BackgroundColor": "_gray100BackgroundColor_178qd_75", "gray200BackgroundColor": "_gray200BackgroundColor_178qd_79", "gray300BackgroundColor": "_gray300BackgroundColor_178qd_83", "gray700BackgroundColor": "_gray700BackgroundColor_178qd_87", "gray800BackgroundColor": "_gray800BackgroundColor_178qd_91", "gray900BackgroundColor": "_gray900BackgroundColor_178qd_95", "orange100BackgroundColor": "_orange100BackgroundColor_178qd_99", "orange200BackgroundColor": "_orange200BackgroundColor_178qd_103", "orange300BackgroundColor": "_orange300BackgroundColor_178qd_107", "orange700BackgroundColor": "_orange700BackgroundColor_178qd_111", "orange800BackgroundColor": "_orange800BackgroundColor_178qd_115", "orange900BackgroundColor": "_orange900BackgroundColor_178qd_119", "primary100BackgroundColor": "_primary100BackgroundColor_178qd_123", "primary200BackgroundColor": "_primary200BackgroundColor_178qd_127", "primary300BackgroundColor": "_primary300BackgroundColor_178qd_131", "primary700BackgroundColor": "_primary700BackgroundColor_178qd_135", "primary800BackgroundColor": "_primary800BackgroundColor_178qd_139", "primary900BackgroundColor": "_primary900BackgroundColor_178qd_143", "success100BackgroundColor": "_success100BackgroundColor_178qd_147", "success200BackgroundColor": "_success200BackgroundColor_178qd_151", "success300BackgroundColor": "_success300BackgroundColor_178qd_155", "success700BackgroundColor": "_success700BackgroundColor_178qd_159", "success800BackgroundColor": "_success800BackgroundColor_178qd_163", "success900BackgroundColor": "_success900BackgroundColor_178qd_167", "purple100BackgroundColor": "_purple100BackgroundColor_178qd_171", "purple200BackgroundColor": "_purple200BackgroundColor_178qd_175", "purple300BackgroundColor": "_purple300BackgroundColor_178qd_179", "purple700BackgroundColor": "_purple700BackgroundColor_178qd_183", "purple800BackgroundColor": "_purple800BackgroundColor_178qd_187", "purple900BackgroundColor": "_purple900BackgroundColor_178qd_191", "whiteBackgroundColor": "_whiteBackgroundColor_178qd_195", "yellow100BackgroundColor": "_yellow100BackgroundColor_178qd_199", "yellow200BackgroundColor": "_yellow200BackgroundColor_178qd_203", "yellow300BackgroundColor": "_yellow300BackgroundColor_178qd_207", "yellow700BackgroundColor": "_yellow700BackgroundColor_178qd_211", "yellow800BackgroundColor": "_yellow800BackgroundColor_178qd_215", "yellow900BackgroundColor": "_yellow900BackgroundColor_178qd_219", "cambioBlackColor": "_cambioBlackColor_178qd_224", "cambioWhiteColor": "_cambioWhiteColor_178qd_228", "cambioGray100Color": "_cambioGray100Color_178qd_232", "cambioGray200Color": "_cambioGray200Color_178qd_236", "cambioGray300Color": "_cambioGray300Color_178qd_240", "cambioGray370Color": "_cambioGray370Color_178qd_244", "cambioGray700Color": "_cambioGray700Color_178qd_248", "cambioGray800Color": "_cambioGray800Color_178qd_252", "cambioGray870Color": "_cambioGray870Color_178qd_256", "cambioGray900Color": "_cambioGray900Color_178qd_260", "cambioDestructive100Color": "_cambioDestructive100Color_178qd_264", "cambioDestructive300Color": "_cambioDestructive300Color_178qd_268", "cambioDestructive370Color": "_cambioDestructive370Color_178qd_272", "cambioDestructive700Color": "_cambioDestructive700Color_178qd_276", "cambioDestructive770Color": "_cambioDestructive770Color_178qd_280", "cambioDestructive900Color": "_cambioDestructive900Color_178qd_284", "cambioSuccess100Color": "_cambioSuccess100Color_178qd_288", "cambioSuccess300Color": "_cambioSuccess300Color_178qd_292", "cambioSuccess370Color": "_cambioSuccess370Color_178qd_296", "cambioSuccess700Color": "_cambioSuccess700Color_178qd_300", "cambioSuccess770Color": "_cambioSuccess770Color_178qd_304", "cambioSuccess900Color": "_cambioSuccess900Color_178qd_308", "cambioRedColor": "_cambioRedColor_178qd_312", "cambioOrangeColor": "_cambioOrangeColor_178qd_316", "cambioTanColor": "_cambioTanColor_178qd_320", "cambioCreamColor": "_cambioCreamColor_178qd_324", "cambioPurpleColor": "_cambioPurpleColor_178qd_328", "cambioLilacColor": "_cambioLilacColor_178qd_332", "cambioThistleColor": "_cambioThistleColor_178qd_336", "cambioPinkColor": "_cambioPinkColor_178qd_340", "cambioNavyColor": "_cambioNavyColor_178qd_344", "cambioTealColor": "_cambioTealColor_178qd_348", "cambioSlateColor": "_cambioSlateColor_178qd_352", "cambioSkyColor": "_cambioSkyColor_178qd_356", "cambioYellow700Color": "_cambioYellow700Color_178qd_360", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_178qd_364", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_178qd_368", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_178qd_372", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_178qd_376", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_178qd_380", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_178qd_384", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_178qd_388", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_178qd_392", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_178qd_396", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_178qd_400", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_178qd_404", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_178qd_408", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_178qd_412", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_178qd_416", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_178qd_420", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_178qd_424", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_178qd_428", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_178qd_432", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_178qd_436", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_178qd_440", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_178qd_444", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_178qd_448", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_178qd_452", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_178qd_456", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_178qd_460", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_178qd_464", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_178qd_468", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_178qd_472", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_178qd_476", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_178qd_480", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_178qd_484", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_178qd_488", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_178qd_492", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_178qd_496", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_178qd_500", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_178qd_504" };
3
+
4
+
5
+
6
+ exports.colors_module_default = colors_module_default;
7
+ //# sourceMappingURL=TF76F532.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,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,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,4BAA2B,uCAAsC,+BAA8B,0CAAyC,4BAA2B,uCAAsC,8BAA6B,yCAAwC,+BAA8B,0CAAyC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,8BAA6B,yCAAwC,4BAA2B,uCAAsC,kCAAiC,4CAA2C","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_178qd_2\",\"destructive700Color\":\"_destructive700Color_178qd_6\",\"gray700Color\":\"_gray700Color_178qd_10\",\"gray900Color\":\"_gray900Color_178qd_14\",\"primary700Color\":\"_primary700Color_178qd_18\",\"success700Color\":\"_success700Color_178qd_22\",\"whiteColor\":\"_whiteColor_178qd_26\",\"blackBackgroundColor\":\"_blackBackgroundColor_178qd_31\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_178qd_35\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_178qd_39\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_178qd_43\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_178qd_47\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_178qd_51\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_178qd_55\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_178qd_59\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_178qd_63\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_178qd_67\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_178qd_71\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_178qd_75\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_178qd_79\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_178qd_83\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_178qd_87\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_178qd_91\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_178qd_95\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_178qd_99\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_178qd_103\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_178qd_107\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_178qd_111\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_178qd_115\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_178qd_119\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_178qd_123\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_178qd_127\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_178qd_131\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_178qd_135\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_178qd_139\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_178qd_143\",\"success100BackgroundColor\":\"_success100BackgroundColor_178qd_147\",\"success200BackgroundColor\":\"_success200BackgroundColor_178qd_151\",\"success300BackgroundColor\":\"_success300BackgroundColor_178qd_155\",\"success700BackgroundColor\":\"_success700BackgroundColor_178qd_159\",\"success800BackgroundColor\":\"_success800BackgroundColor_178qd_163\",\"success900BackgroundColor\":\"_success900BackgroundColor_178qd_167\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_178qd_171\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_178qd_175\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_178qd_179\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_178qd_183\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_178qd_187\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_178qd_191\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_178qd_195\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_178qd_199\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_178qd_203\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_178qd_207\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_178qd_211\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_178qd_215\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_178qd_219\",\"cambioBlackColor\":\"_cambioBlackColor_178qd_224\",\"cambioWhiteColor\":\"_cambioWhiteColor_178qd_228\",\"cambioGray100Color\":\"_cambioGray100Color_178qd_232\",\"cambioGray200Color\":\"_cambioGray200Color_178qd_236\",\"cambioGray300Color\":\"_cambioGray300Color_178qd_240\",\"cambioGray370Color\":\"_cambioGray370Color_178qd_244\",\"cambioGray700Color\":\"_cambioGray700Color_178qd_248\",\"cambioGray800Color\":\"_cambioGray800Color_178qd_252\",\"cambioGray870Color\":\"_cambioGray870Color_178qd_256\",\"cambioGray900Color\":\"_cambioGray900Color_178qd_260\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_178qd_264\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_178qd_268\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_178qd_272\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_178qd_276\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_178qd_280\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_178qd_284\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_178qd_288\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_178qd_292\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_178qd_296\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_178qd_300\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_178qd_304\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_178qd_308\",\"cambioRedColor\":\"_cambioRedColor_178qd_312\",\"cambioOrangeColor\":\"_cambioOrangeColor_178qd_316\",\"cambioTanColor\":\"_cambioTanColor_178qd_320\",\"cambioCreamColor\":\"_cambioCreamColor_178qd_324\",\"cambioPurpleColor\":\"_cambioPurpleColor_178qd_328\",\"cambioLilacColor\":\"_cambioLilacColor_178qd_332\",\"cambioThistleColor\":\"_cambioThistleColor_178qd_336\",\"cambioPinkColor\":\"_cambioPinkColor_178qd_340\",\"cambioNavyColor\":\"_cambioNavyColor_178qd_344\",\"cambioTealColor\":\"_cambioTealColor_178qd_348\",\"cambioSlateColor\":\"_cambioSlateColor_178qd_352\",\"cambioSkyColor\":\"_cambioSkyColor_178qd_356\",\"cambioYellow700Color\":\"_cambioYellow700Color_178qd_360\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_178qd_364\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_178qd_368\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_178qd_372\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_178qd_376\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_178qd_380\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_178qd_384\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_178qd_388\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_178qd_392\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_178qd_396\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_178qd_400\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_178qd_404\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_178qd_408\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_178qd_412\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_178qd_416\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_178qd_420\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_178qd_424\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_178qd_428\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_178qd_432\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_178qd_436\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_178qd_440\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_178qd_444\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_178qd_448\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_178qd_452\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_178qd_456\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_178qd_460\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_178qd_464\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_178qd_468\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_178qd_472\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_178qd_476\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_178qd_480\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_178qd_484\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_178qd_488\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_178qd_492\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_178qd_496\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_178qd_500\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_178qd_504\"}"]}
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colors_module_default
3
- } from "./ERXGNP37.js";
3
+ } from "./5OB72SMM.js";
4
4
 
5
5
  // src/Typography/Typography.tsx
6
6
  import classNames from "classnames";
@@ -75,4 +75,4 @@ var Typography_default = Typography;
75
75
  export {
76
76
  Typography_default
77
77
  };
78
- //# sourceMappingURL=B2TFERTM.js.map
78
+ //# sourceMappingURL=TGGJZ5GF.js.map
@@ -4,13 +4,13 @@ import {
4
4
  import {
5
5
  ColorBaseDestructive700,
6
6
  ColorBaseGray800
7
- } from "./EEYUNPFG.js";
7
+ } from "./2DU7NSCB.js";
8
8
  import {
9
9
  Focus_module_default
10
10
  } from "./2O6FDRTF.js";
11
11
  import {
12
12
  Typography_default
13
- } from "./B2TFERTM.js";
13
+ } from "./TGGJZ5GF.js";
14
14
  import {
15
15
  useIsHydrated
16
16
  } from "./YJ7YDIGB.js";
@@ -124,4 +124,4 @@ SelectList.Option = SelectOption_default;
124
124
  export {
125
125
  SelectList
126
126
  };
127
- //# sourceMappingURL=MVXPGMCV.js.map
127
+ //# sourceMappingURL=TYZIM5GF.js.map
@@ -5,9 +5,9 @@ var ButtonGroup_module_default = { "buttonGroup": "_buttonGroup_1f9x9_1", "horiz
5
5
  var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
6
6
  var _jsxruntime = require('react/jsx-runtime');
7
7
  var gap = {
8
- ["sm"]: ButtonGroup_module_default.smallGap,
9
- ["md"]: ButtonGroup_module_default.mediumGap,
10
- ["lg"]: ButtonGroup_module_default.largeGap
8
+ sm: ButtonGroup_module_default.smallGap,
9
+ md: ButtonGroup_module_default.mediumGap,
10
+ lg: ButtonGroup_module_default.largeGap
11
11
  };
12
12
  var ButtonGroup = ({
13
13
  orientation = "horizontal",
@@ -25,4 +25,4 @@ var ButtonGroup_default = ButtonGroup;
25
25
 
26
26
 
27
27
  exports.ButtonGroup_default = ButtonGroup_default;
28
- //# sourceMappingURL=PBOQIXCB.cjs.map
28
+ //# sourceMappingURL=TZX4M4BC.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:./ButtonGroup.module.css#css-module","../../src/ButtonGroup/ButtonGroup.tsx"],"names":[],"mappings":";AAAsG,IAAO,6BAAQ,EAAC,eAAc,wBAAuB,cAAa,uBAAsB,YAAW,qBAAoB,YAAW,sBAAqB,aAAY,uBAAsB,YAAW,qBAAoB;;;ACG9T,OAAO,gBAAgB;AA0Cd;AAxCT,IAAM,MAAM;AAAA,EACV,IAAI,2BAAO;AAAA,EACX,IAAI,2BAAO;AAAA,EACX,IAAI,2BAAO;AACb;AAKA,IAAM,cAAc,CAAC;AAAA,EACnB,cAAc;AAAA,EACd,OAAO;AAAA,EACP;AACF,MAqBoB;AAClB,QAAM,aAAa,WAAW,2BAAO,aAAa,IAAI,IAAI,GAAG;AAAA,IAC3D,CAAC,2BAAO,UAAU,GAAG,gBAAgB;AAAA,IACrC,CAAC,2BAAO,QAAQ,GAAG,gBAAgB;AAAA,EACrC,CAAC;AAED,SAAO,oBAAC,SAAI,WAAW,YAAa,UAAS;AAC/C;AAEA,IAAO,sBAAQ","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/ButtonGroup/ButtonGroup.module.css\"; export default {\"buttonGroup\":\"_buttonGroup_1f9x9_1\",\"horizontal\":\"_horizontal_1f9x9_5\",\"vertical\":\"_vertical_1f9x9_9\",\"smallGap\":\"_smallGap_1f9x9_13\",\"mediumGap\":\"_mediumGap_1f9x9_17\",\"largeGap\":\"_largeGap_1f9x9_21\"}","import { type ReactElement, type ReactNode } from \"react\";\nimport styles from \"./ButtonGroup.module.css\";\nimport { type Size } from \"../constants\";\nimport classNames from \"classnames\";\n\nconst gap = {\n sm: styles.smallGap,\n md: styles.mediumGap,\n lg: styles.largeGap,\n} as const;\n\n/**\n * [ButtonGroup](https://cambly-syntax.vercel.app/?path=/docs/components-buttongroup--docs) groups buttons in a row or column with consistent spacing between each button.\n */\nconst ButtonGroup = ({\n orientation = \"horizontal\",\n size = \"md\",\n children,\n}: {\n /**\n * The orientation of the button group\n *\n * @defaultValue \"horizontal\"\n */\n orientation?: \"horizontal\" | \"vertical\";\n /**\n * The size of the button group defines the spacing between each button\n *\n * * `sm`: 8px\n * * `md`: 12px\n * * `lg`: 16px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * Buttons to be rendered inside the button group\n */\n children?: ReactNode;\n}): ReactElement => {\n const classnames = classNames(styles.buttonGroup, gap[size], {\n [styles.horizontal]: orientation === \"horizontal\",\n [styles.vertical]: orientation === \"vertical\",\n });\n\n return <div className={classnames}>{children}</div>;\n};\n\nexport default ButtonGroup;\n"]}
@@ -6,4 +6,4 @@ var ColorBaseGray800 = "#353535";
6
6
 
7
7
 
8
8
  exports.ColorBaseDestructive700 = ColorBaseDestructive700; exports.ColorBaseGray800 = ColorBaseGray800;
9
- //# sourceMappingURL=SYX4XARK.cjs.map
9
+ //# sourceMappingURL=U6LLWKED.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"names":[],"mappings":";AASO,IAAM,0BAA0B;AAWhC,IAAM,mBAAmB","sourcesContent":["/**\n * Do not edit directly\n * Generated on Thu, 22 Feb 2024 22:37:11 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\n"]}
1
+ {"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"names":[],"mappings":";AASO,IAAM,0BAA0B;AAWhC,IAAM,mBAAmB","sourcesContent":["/**\n * Do not edit directly\n * Generated on Fri, 01 Mar 2024 22:17:47 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const ColorCambioBlack = \"#050500\";\nexport const ColorCambioWhite = \"#ffffff\";\nexport const ColorCambioGray100 = \"#faf4eb\";\nexport const ColorCambioGray200 = \"#e4dbd3\";\nexport const ColorCambioGray300 = \"#beb4ab\";\nexport const ColorCambioGray370 = \"#beb4ab\";\nexport const ColorCambioGray700 = \"#888077\";\nexport const ColorCambioGray800 = \"#5c554d\";\nexport const ColorCambioGray870 = \"#5c554d\";\nexport const ColorCambioGray900 = \"#312b23\";\nexport const ColorCambioDestructive100 = \"#ffdeda\";\nexport const ColorCambioDestructive300 = \"#ff8071\";\nexport const ColorCambioDestructive370 = \"#ff8071\";\nexport const ColorCambioDestructive700 = \"#c93f32\";\nexport const ColorCambioDestructive770 = \"#c93f32\";\nexport const ColorCambioDestructive900 = \"#6d0002\";\nexport const ColorCambioSuccess100 = \"#daf2c8\";\nexport const ColorCambioSuccess300 = \"#84ce64\";\nexport const ColorCambioSuccess370 = \"#84ce64\";\nexport const ColorCambioSuccess700 = \"#3c7f20\";\nexport const ColorCambioSuccess770 = \"#3c7f20\";\nexport const ColorCambioSuccess900 = \"#103e00\";\nexport const ColorCambioRed = \"#f56e56\";\nexport const ColorCambioOrange = \"#ff8f57\";\nexport const ColorCambioTan = \"#ffb47d\";\nexport const ColorCambioCream = \"#fffad1\";\nexport const ColorCambioPurple = \"#6840a8\";\nexport const ColorCambioLilac = \"#b59ef0\";\nexport const ColorCambioThistle = \"#d69ca4\";\nexport const ColorCambioPink = \"#ffccea\";\nexport const ColorCambioNavy = \"#191142\";\nexport const ColorCambioTeal = \"#44a6cf\";\nexport const ColorCambioSlate = \"#7c9fc6\";\nexport const ColorCambioSky = \"#b1e8fc\";\nexport const ColorCambioYellow700 = \"#ffe733\";\nexport const ColorCambioTransparentFull = \"#000000\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\n"]}
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Box_default
3
- } from "./TJHCYMPV.js";
3
+ } from "./I5W7ECUO.js";
4
4
 
5
5
  // src/Modal/Layer.tsx
6
6
  import { createPortal } from "react-dom";
@@ -28,4 +28,4 @@ function Layer({
28
28
  export {
29
29
  Layer
30
30
  };
31
- //# sourceMappingURL=E4BJX2H5.js.map
31
+ //# sourceMappingURL=UWLK56NJ.js.map