@cambly/syntax-core 18.7.0 → 18.8.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 (332) hide show
  1. package/dist/Avatar/Avatar.cjs +5 -5
  2. package/dist/Avatar/Avatar.css +155 -152
  3. package/dist/Avatar/Avatar.css.map +1 -1
  4. package/dist/Avatar/Avatar.js +4 -4
  5. package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
  6. package/dist/AvatarGroup/AvatarGroup.css +155 -152
  7. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  8. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  9. package/dist/Badge/Badge.cjs +6 -6
  10. package/dist/Badge/Badge.css +155 -152
  11. package/dist/Badge/Badge.css.map +1 -1
  12. package/dist/Badge/Badge.js +5 -5
  13. package/dist/Box/Box.cjs +3 -3
  14. package/dist/Box/Box.css +155 -152
  15. package/dist/Box/Box.css.map +1 -1
  16. package/dist/Box/Box.js +2 -2
  17. package/dist/Button/Button.cjs +10 -10
  18. package/dist/Button/Button.css +155 -152
  19. package/dist/Button/Button.css.map +1 -1
  20. package/dist/Button/Button.js +9 -9
  21. package/dist/Card/Card.cjs +4 -4
  22. package/dist/Card/Card.css +155 -152
  23. package/dist/Card/Card.css.map +1 -1
  24. package/dist/Card/Card.js +3 -3
  25. package/dist/Checkbox/Checkbox.cjs +5 -5
  26. package/dist/Checkbox/Checkbox.css +155 -152
  27. package/dist/Checkbox/Checkbox.css.map +1 -1
  28. package/dist/Checkbox/Checkbox.js +4 -4
  29. package/dist/Chip/Chip.cjs +6 -6
  30. package/dist/Chip/Chip.css +155 -152
  31. package/dist/Chip/Chip.css.map +1 -1
  32. package/dist/Chip/Chip.js +5 -5
  33. package/dist/Dialog/Dialog.cjs +3 -3
  34. package/dist/Dialog/Dialog.css +155 -152
  35. package/dist/Dialog/Dialog.css.map +1 -1
  36. package/dist/Dialog/Dialog.js +2 -2
  37. package/dist/Dialog/ModalDialog.cjs +10 -10
  38. package/dist/Dialog/ModalDialog.css +155 -152
  39. package/dist/Dialog/ModalDialog.css.map +1 -1
  40. package/dist/Dialog/ModalDialog.js +9 -9
  41. package/dist/Divider/Divider.cjs +3 -3
  42. package/dist/Divider/Divider.css +155 -152
  43. package/dist/Divider/Divider.css.map +1 -1
  44. package/dist/Divider/Divider.js +2 -2
  45. package/dist/Heading/Heading.cjs +5 -5
  46. package/dist/Heading/Heading.css +155 -152
  47. package/dist/Heading/Heading.css.map +1 -1
  48. package/dist/Heading/Heading.js +4 -4
  49. package/dist/Icon/Icon.cjs +4 -4
  50. package/dist/Icon/Icon.css +155 -152
  51. package/dist/Icon/Icon.css.map +1 -1
  52. package/dist/Icon/Icon.js +3 -3
  53. package/dist/IconButton/IconButton.cjs +6 -6
  54. package/dist/IconButton/IconButton.css +155 -152
  55. package/dist/IconButton/IconButton.css.map +1 -1
  56. package/dist/IconButton/IconButton.js +5 -5
  57. package/dist/IconLinkButton/IconLinkButton.cjs +6 -6
  58. package/dist/IconLinkButton/IconLinkButton.css +155 -152
  59. package/dist/IconLinkButton/IconLinkButton.css.map +1 -1
  60. package/dist/IconLinkButton/IconLinkButton.js +5 -5
  61. package/dist/LinkButton/LinkButton.cjs +9 -9
  62. package/dist/LinkButton/LinkButton.css +155 -152
  63. package/dist/LinkButton/LinkButton.css.map +1 -1
  64. package/dist/LinkButton/LinkButton.js +8 -8
  65. package/dist/Modal/Layer.cjs +4 -4
  66. package/dist/Modal/Layer.css +155 -152
  67. package/dist/Modal/Layer.css.map +1 -1
  68. package/dist/Modal/Layer.js +3 -3
  69. package/dist/Modal/Modal.cjs +13 -13
  70. package/dist/Modal/Modal.css +155 -152
  71. package/dist/Modal/Modal.css.map +1 -1
  72. package/dist/Modal/Modal.js +12 -12
  73. package/dist/Popover/Popover.cjs +11 -11
  74. package/dist/Popover/Popover.css +155 -152
  75. package/dist/Popover/Popover.css.map +1 -1
  76. package/dist/Popover/Popover.js +10 -10
  77. package/dist/RadioButton/RadioButton.cjs +6 -6
  78. package/dist/RadioButton/RadioButton.css +155 -152
  79. package/dist/RadioButton/RadioButton.css.map +1 -1
  80. package/dist/RadioButton/RadioButton.js +5 -5
  81. package/dist/RichSelect/RichSelectBox.cjs +17 -17
  82. package/dist/RichSelect/RichSelectBox.css +155 -152
  83. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  84. package/dist/RichSelect/RichSelectBox.js +16 -16
  85. package/dist/RichSelect/RichSelectChip.cjs +7 -7
  86. package/dist/RichSelect/RichSelectChip.css +155 -152
  87. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  88. package/dist/RichSelect/RichSelectChip.js +6 -6
  89. package/dist/RichSelect/RichSelectList.cjs +23 -23
  90. package/dist/RichSelect/RichSelectList.css +155 -152
  91. package/dist/RichSelect/RichSelectList.css.map +1 -1
  92. package/dist/RichSelect/RichSelectList.js +22 -22
  93. package/dist/RichSelect/RichSelectRadioButton.cjs +7 -7
  94. package/dist/RichSelect/RichSelectRadioButton.css +155 -152
  95. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  96. package/dist/RichSelect/RichSelectRadioButton.js +6 -6
  97. package/dist/RichSelect/RichSelectSection.cjs +5 -5
  98. package/dist/RichSelect/RichSelectSection.css +155 -152
  99. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  100. package/dist/RichSelect/RichSelectSection.js +4 -4
  101. package/dist/SelectList/SelectList.cjs +7 -7
  102. package/dist/SelectList/SelectList.css +155 -152
  103. package/dist/SelectList/SelectList.css.map +1 -1
  104. package/dist/SelectList/SelectList.js +6 -6
  105. package/dist/Tabs/TabButton.cjs +7 -7
  106. package/dist/Tabs/TabButton.css +155 -152
  107. package/dist/Tabs/TabButton.css.map +1 -1
  108. package/dist/Tabs/TabButton.js +6 -6
  109. package/dist/Tabs/TabInternal.cjs +6 -6
  110. package/dist/Tabs/TabInternal.css +155 -152
  111. package/dist/Tabs/TabInternal.css.map +1 -1
  112. package/dist/Tabs/TabInternal.js +5 -5
  113. package/dist/Tabs/TabLink.cjs +7 -7
  114. package/dist/Tabs/TabLink.css +155 -152
  115. package/dist/Tabs/TabLink.css.map +1 -1
  116. package/dist/Tabs/TabLink.js +6 -6
  117. package/dist/Tabs/Tabs.cjs +9 -9
  118. package/dist/Tabs/Tabs.css +155 -152
  119. package/dist/Tabs/Tabs.css.map +1 -1
  120. package/dist/Tabs/Tabs.js +8 -8
  121. package/dist/TextArea/TextArea.cjs +6 -6
  122. package/dist/TextArea/TextArea.css +155 -152
  123. package/dist/TextArea/TextArea.css.map +1 -1
  124. package/dist/TextArea/TextArea.js +5 -5
  125. package/dist/TextField/TextField.cjs +6 -6
  126. package/dist/TextField/TextField.css +155 -152
  127. package/dist/TextField/TextField.css.map +1 -1
  128. package/dist/TextField/TextField.js +5 -5
  129. package/dist/Tooltip/Tooltip.cjs +5 -5
  130. package/dist/Tooltip/Tooltip.css +155 -152
  131. package/dist/Tooltip/Tooltip.css.map +1 -1
  132. package/dist/Tooltip/Tooltip.js +4 -4
  133. package/dist/Typography/Typography.cjs +4 -4
  134. package/dist/Typography/Typography.css +155 -152
  135. package/dist/Typography/Typography.css.map +1 -1
  136. package/dist/Typography/Typography.js +3 -3
  137. package/dist/__chunks/{RSUI67P2.js → 2C2MKLJR.js} +3 -3
  138. package/dist/__chunks/{D3COBORG.cjs → 2DIA2OWL.cjs} +12 -12
  139. package/dist/__chunks/{NOPJE4A2.js → 36W5Z2QK.js} +6 -6
  140. package/dist/__chunks/{YQYXXPLV.js → 3B3ERYQA.js} +3 -3
  141. package/dist/__chunks/{LZYX5BWD.cjs → 3BPWW7LW.cjs} +11 -11
  142. package/dist/__chunks/{J27AGJQB.cjs → 464OXX7P.cjs} +3 -3
  143. package/dist/__chunks/4KS4YP6U.cjs +37 -0
  144. package/dist/__chunks/{SFBTR56I.cjs.map → 4KS4YP6U.cjs.map} +1 -1
  145. package/dist/__chunks/{YPUA2AJT.js → 55MEPCFY.js} +2 -2
  146. package/dist/__chunks/{Q4P2W7UU.cjs → 5EC4MAGN.cjs} +3 -3
  147. package/dist/__chunks/{PAHHQT3S.js → 5UDEM3WT.js} +3 -3
  148. package/dist/__chunks/6247H47L.js +9 -0
  149. package/dist/__chunks/6247H47L.js.map +1 -0
  150. package/dist/__chunks/{4IEWMD4C.js → 6AOXQ7MY.js} +3 -3
  151. package/dist/__chunks/{SKFX2MXK.cjs → 6FDOUWLG.cjs} +4 -4
  152. package/dist/__chunks/{JE76S4R4.js → 6FKGSUV5.js} +4 -4
  153. package/dist/__chunks/{VRJAMHSI.js → 6I4OHEQB.js} +2 -2
  154. package/dist/__chunks/6N242VX5.cjs +9 -0
  155. package/dist/__chunks/6N242VX5.cjs.map +1 -0
  156. package/dist/__chunks/{YAZOHZLW.js → 7AQXNKEJ.js} +2 -2
  157. package/dist/__chunks/{KJLBDAZH.cjs → A5IA5BEW.cjs} +3 -3
  158. package/dist/__chunks/{CW24HTIT.cjs → AKS2XNPN.cjs} +7 -7
  159. package/dist/__chunks/{5UGT7MVT.cjs → CPNO4BNM.cjs} +9 -9
  160. package/dist/__chunks/{AMJC67S3.js → CVMW4LL2.js} +3 -3
  161. package/dist/__chunks/{G3SXARBL.cjs → DZA3TMCT.cjs} +3 -3
  162. package/dist/__chunks/{RD3RAVVX.js → E2BVSWGC.js} +4 -4
  163. package/dist/__chunks/{TGYGQE4X.js → EWGPJK2F.js} +3 -3
  164. package/dist/__chunks/{W7VHIMWJ.js → FE6DDP5I.js} +3 -3
  165. package/dist/__chunks/{HFLM5VGD.js → FQSEHETP.js} +2 -2
  166. package/dist/__chunks/{FEFAG4KT.cjs → FZKGDXO4.cjs} +3 -3
  167. package/dist/__chunks/{JDR5F6CW.js → GPDZDOV4.js} +3 -3
  168. package/dist/__chunks/{5COVOOB3.cjs → GZOJQ37Q.cjs} +3 -3
  169. package/dist/__chunks/{HBHOLWEM.cjs → H6QHP7UX.cjs} +8 -8
  170. package/dist/__chunks/{RC7EMZ6N.cjs → HCRDDKZM.cjs} +8 -8
  171. package/dist/__chunks/{2GCUEMYN.cjs → HCVYWNQ6.cjs} +3 -3
  172. package/dist/__chunks/{H4FEI25U.js → HTTZSCPQ.js} +5 -5
  173. package/dist/__chunks/{XG7O4UGW.cjs → I6Y47J7A.cjs} +7 -7
  174. package/dist/__chunks/{I76WKOLE.cjs → IBGEINNM.cjs} +3 -3
  175. package/dist/__chunks/{DCGTTQAX.js → IJ6QNNRJ.js} +2 -2
  176. package/dist/__chunks/{NIIFJYOC.cjs → IRV2I2PN.cjs} +7 -7
  177. package/dist/__chunks/{L5RBAKAN.cjs → IVJLG32A.cjs} +3 -3
  178. package/dist/__chunks/{33OLOKXZ.cjs → KHGYVM4R.cjs} +10 -10
  179. package/dist/__chunks/{6ZUUHEIX.js → KPVVAIGD.js} +4 -4
  180. package/dist/__chunks/{BIJUVIB4.cjs → KQUIYNLT.cjs} +1 -1
  181. package/dist/__chunks/{BIJUVIB4.cjs.map → KQUIYNLT.cjs.map} +1 -1
  182. package/dist/__chunks/{QI5Q2WJG.cjs → KRGYHG4X.cjs} +7 -7
  183. package/dist/__chunks/{S37SPS42.js → L5HGMK6O.js} +2 -2
  184. package/dist/__chunks/{GBEKI532.js → LRM73Q7W.js} +2 -2
  185. package/dist/__chunks/{65LHF5WD.cjs → MKMFTN6G.cjs} +16 -16
  186. package/dist/__chunks/{7ONGQA3U.js → MQWEXZNY.js} +3 -3
  187. package/dist/__chunks/{NVTSF5NY.js → MYNWWZA6.js} +2 -2
  188. package/dist/__chunks/{OXV7VGXO.js → NB2IFWV4.js} +1 -1
  189. package/dist/__chunks/{OXV7VGXO.js.map → NB2IFWV4.js.map} +1 -1
  190. package/dist/__chunks/{AHFP6M2N.cjs → OD46XLIY.cjs} +5 -5
  191. package/dist/__chunks/{A7LK5QZS.cjs → OI3PNOEK.cjs} +26 -26
  192. package/dist/__chunks/{UASXKT55.js → PPXSYRSW.js} +4 -4
  193. package/dist/__chunks/{7QBU4DTX.cjs → Q2XNQJNM.cjs} +7 -7
  194. package/dist/__chunks/{RPWXCCIV.js → Q3NV6ANG.js} +4 -4
  195. package/dist/__chunks/{F2UOAZUN.js → QIEUDTGM.js} +4 -4
  196. package/dist/__chunks/{HBIGKRZ2.cjs → QIM47JXI.cjs} +7 -7
  197. package/dist/__chunks/{NNGCYWZA.cjs → QJMP6SPK.cjs} +14 -14
  198. package/dist/__chunks/QQMWJ5UA.js +9 -0
  199. package/dist/__chunks/QQMWJ5UA.js.map +1 -0
  200. package/dist/__chunks/{R47ZRXRK.js → QQQ2H2H5.js} +10 -10
  201. package/dist/__chunks/{3CYMW6HT.js → QUULVD2S.js} +2 -2
  202. package/dist/__chunks/{BFZKWCPH.cjs → RVN2ERYI.cjs} +7 -7
  203. package/dist/__chunks/SJBJQ3PL.cjs +9 -0
  204. package/dist/__chunks/SJBJQ3PL.cjs.map +1 -0
  205. package/dist/__chunks/{5HEC7ASW.js → T22F22GU.js} +2 -2
  206. package/dist/__chunks/{WGTJC3YN.cjs → TGOOGXC7.cjs} +5 -5
  207. package/dist/__chunks/{BQYW6G4G.js → U3T7HSSI.js} +2 -2
  208. package/dist/__chunks/{FMNQCHIR.js → U6X47HLX.js} +3 -3
  209. package/dist/__chunks/U6X47HLX.js.map +1 -0
  210. package/dist/__chunks/{BIOXMBD5.js → UJFE5ANU.js} +4 -4
  211. package/dist/__chunks/{PDVV3MOA.cjs → V6OYVK6F.cjs} +5 -5
  212. package/dist/__chunks/{JFPMPJ2P.js → VJUBMJDF.js} +7 -7
  213. package/dist/__chunks/{UYUCK2UE.cjs → WNVUBW6Y.cjs} +10 -10
  214. package/dist/__chunks/{L32D5WEG.cjs → WR7PF2OP.cjs} +3 -3
  215. package/dist/__chunks/{523DPUCJ.js → WREHUE3B.js} +2 -2
  216. package/dist/__chunks/WUQOLJEH.cjs +33 -0
  217. package/dist/__chunks/{42SRFCQL.cjs → XK32RAAX.cjs} +3 -3
  218. package/dist/__chunks/{QNTUG5SZ.js → XS3MIC44.js} +3 -3
  219. package/dist/__chunks/{C3FW5QDG.cjs → YMRI7ATG.cjs} +5 -5
  220. package/dist/__chunks/{QKBS4OXL.cjs → YS6V3MU7.cjs} +16 -16
  221. package/dist/__chunks/{EF6R3LRB.cjs → YSTFPAUS.cjs} +7 -7
  222. package/dist/__chunks/{65PMWIHY.js → YWFG6EUU.js} +2 -2
  223. package/dist/__chunks/{JJNZLCKX.js → ZGGBRE7T.js} +2 -2
  224. package/dist/__chunks/{XTZEWLM5.cjs → ZSBYCAC5.cjs} +3 -3
  225. package/dist/__chunks/{CP27NWEM.js → ZV4M6HMX.js} +5 -5
  226. package/dist/__chunks/{4R4H3FEY.js → ZVVUIPNS.js} +2 -2
  227. package/dist/colors/backgroundColor.cjs +3 -3
  228. package/dist/colors/backgroundColor.css +155 -152
  229. package/dist/colors/backgroundColor.css.map +1 -1
  230. package/dist/colors/backgroundColor.js +2 -2
  231. package/dist/colors/border.cjs +3 -3
  232. package/dist/colors/border.css +155 -152
  233. package/dist/colors/border.css.map +1 -1
  234. package/dist/colors/border.js +2 -2
  235. package/dist/colors/foregroundColor.cjs +3 -3
  236. package/dist/colors/foregroundColor.css +155 -152
  237. package/dist/colors/foregroundColor.css.map +1 -1
  238. package/dist/colors/foregroundColor.js +2 -2
  239. package/dist/colors/textColors.cjs +3 -3
  240. package/dist/colors/textColors.css +155 -152
  241. package/dist/colors/textColors.css.map +1 -1
  242. package/dist/colors/textColors.js +2 -2
  243. package/dist/index.cjs +42 -42
  244. package/dist/index.css +155 -152
  245. package/dist/index.css.map +1 -1
  246. package/dist/index.js +41 -41
  247. package/package.json +1 -1
  248. package/dist/__chunks/FMNQCHIR.js.map +0 -1
  249. package/dist/__chunks/JTTZCAPP.cjs +0 -9
  250. package/dist/__chunks/JTTZCAPP.cjs.map +0 -1
  251. package/dist/__chunks/POMJQZKJ.cjs +0 -33
  252. package/dist/__chunks/SFBTR56I.cjs +0 -37
  253. package/dist/__chunks/SVA2ABQQ.cjs +0 -9
  254. package/dist/__chunks/SVA2ABQQ.cjs.map +0 -1
  255. package/dist/__chunks/XVUEUKXA.js +0 -9
  256. package/dist/__chunks/XVUEUKXA.js.map +0 -1
  257. package/dist/__chunks/ZF5TOGMY.js +0 -9
  258. package/dist/__chunks/ZF5TOGMY.js.map +0 -1
  259. /package/dist/__chunks/{RSUI67P2.js.map → 2C2MKLJR.js.map} +0 -0
  260. /package/dist/__chunks/{D3COBORG.cjs.map → 2DIA2OWL.cjs.map} +0 -0
  261. /package/dist/__chunks/{NOPJE4A2.js.map → 36W5Z2QK.js.map} +0 -0
  262. /package/dist/__chunks/{YQYXXPLV.js.map → 3B3ERYQA.js.map} +0 -0
  263. /package/dist/__chunks/{LZYX5BWD.cjs.map → 3BPWW7LW.cjs.map} +0 -0
  264. /package/dist/__chunks/{J27AGJQB.cjs.map → 464OXX7P.cjs.map} +0 -0
  265. /package/dist/__chunks/{YPUA2AJT.js.map → 55MEPCFY.js.map} +0 -0
  266. /package/dist/__chunks/{Q4P2W7UU.cjs.map → 5EC4MAGN.cjs.map} +0 -0
  267. /package/dist/__chunks/{PAHHQT3S.js.map → 5UDEM3WT.js.map} +0 -0
  268. /package/dist/__chunks/{4IEWMD4C.js.map → 6AOXQ7MY.js.map} +0 -0
  269. /package/dist/__chunks/{SKFX2MXK.cjs.map → 6FDOUWLG.cjs.map} +0 -0
  270. /package/dist/__chunks/{JE76S4R4.js.map → 6FKGSUV5.js.map} +0 -0
  271. /package/dist/__chunks/{VRJAMHSI.js.map → 6I4OHEQB.js.map} +0 -0
  272. /package/dist/__chunks/{YAZOHZLW.js.map → 7AQXNKEJ.js.map} +0 -0
  273. /package/dist/__chunks/{KJLBDAZH.cjs.map → A5IA5BEW.cjs.map} +0 -0
  274. /package/dist/__chunks/{CW24HTIT.cjs.map → AKS2XNPN.cjs.map} +0 -0
  275. /package/dist/__chunks/{5UGT7MVT.cjs.map → CPNO4BNM.cjs.map} +0 -0
  276. /package/dist/__chunks/{AMJC67S3.js.map → CVMW4LL2.js.map} +0 -0
  277. /package/dist/__chunks/{G3SXARBL.cjs.map → DZA3TMCT.cjs.map} +0 -0
  278. /package/dist/__chunks/{RD3RAVVX.js.map → E2BVSWGC.js.map} +0 -0
  279. /package/dist/__chunks/{TGYGQE4X.js.map → EWGPJK2F.js.map} +0 -0
  280. /package/dist/__chunks/{W7VHIMWJ.js.map → FE6DDP5I.js.map} +0 -0
  281. /package/dist/__chunks/{HFLM5VGD.js.map → FQSEHETP.js.map} +0 -0
  282. /package/dist/__chunks/{FEFAG4KT.cjs.map → FZKGDXO4.cjs.map} +0 -0
  283. /package/dist/__chunks/{JDR5F6CW.js.map → GPDZDOV4.js.map} +0 -0
  284. /package/dist/__chunks/{5COVOOB3.cjs.map → GZOJQ37Q.cjs.map} +0 -0
  285. /package/dist/__chunks/{HBHOLWEM.cjs.map → H6QHP7UX.cjs.map} +0 -0
  286. /package/dist/__chunks/{RC7EMZ6N.cjs.map → HCRDDKZM.cjs.map} +0 -0
  287. /package/dist/__chunks/{2GCUEMYN.cjs.map → HCVYWNQ6.cjs.map} +0 -0
  288. /package/dist/__chunks/{H4FEI25U.js.map → HTTZSCPQ.js.map} +0 -0
  289. /package/dist/__chunks/{XG7O4UGW.cjs.map → I6Y47J7A.cjs.map} +0 -0
  290. /package/dist/__chunks/{I76WKOLE.cjs.map → IBGEINNM.cjs.map} +0 -0
  291. /package/dist/__chunks/{DCGTTQAX.js.map → IJ6QNNRJ.js.map} +0 -0
  292. /package/dist/__chunks/{NIIFJYOC.cjs.map → IRV2I2PN.cjs.map} +0 -0
  293. /package/dist/__chunks/{L5RBAKAN.cjs.map → IVJLG32A.cjs.map} +0 -0
  294. /package/dist/__chunks/{33OLOKXZ.cjs.map → KHGYVM4R.cjs.map} +0 -0
  295. /package/dist/__chunks/{6ZUUHEIX.js.map → KPVVAIGD.js.map} +0 -0
  296. /package/dist/__chunks/{QI5Q2WJG.cjs.map → KRGYHG4X.cjs.map} +0 -0
  297. /package/dist/__chunks/{S37SPS42.js.map → L5HGMK6O.js.map} +0 -0
  298. /package/dist/__chunks/{GBEKI532.js.map → LRM73Q7W.js.map} +0 -0
  299. /package/dist/__chunks/{65LHF5WD.cjs.map → MKMFTN6G.cjs.map} +0 -0
  300. /package/dist/__chunks/{7ONGQA3U.js.map → MQWEXZNY.js.map} +0 -0
  301. /package/dist/__chunks/{NVTSF5NY.js.map → MYNWWZA6.js.map} +0 -0
  302. /package/dist/__chunks/{AHFP6M2N.cjs.map → OD46XLIY.cjs.map} +0 -0
  303. /package/dist/__chunks/{A7LK5QZS.cjs.map → OI3PNOEK.cjs.map} +0 -0
  304. /package/dist/__chunks/{UASXKT55.js.map → PPXSYRSW.js.map} +0 -0
  305. /package/dist/__chunks/{7QBU4DTX.cjs.map → Q2XNQJNM.cjs.map} +0 -0
  306. /package/dist/__chunks/{RPWXCCIV.js.map → Q3NV6ANG.js.map} +0 -0
  307. /package/dist/__chunks/{F2UOAZUN.js.map → QIEUDTGM.js.map} +0 -0
  308. /package/dist/__chunks/{HBIGKRZ2.cjs.map → QIM47JXI.cjs.map} +0 -0
  309. /package/dist/__chunks/{NNGCYWZA.cjs.map → QJMP6SPK.cjs.map} +0 -0
  310. /package/dist/__chunks/{R47ZRXRK.js.map → QQQ2H2H5.js.map} +0 -0
  311. /package/dist/__chunks/{3CYMW6HT.js.map → QUULVD2S.js.map} +0 -0
  312. /package/dist/__chunks/{BFZKWCPH.cjs.map → RVN2ERYI.cjs.map} +0 -0
  313. /package/dist/__chunks/{5HEC7ASW.js.map → T22F22GU.js.map} +0 -0
  314. /package/dist/__chunks/{WGTJC3YN.cjs.map → TGOOGXC7.cjs.map} +0 -0
  315. /package/dist/__chunks/{BQYW6G4G.js.map → U3T7HSSI.js.map} +0 -0
  316. /package/dist/__chunks/{BIOXMBD5.js.map → UJFE5ANU.js.map} +0 -0
  317. /package/dist/__chunks/{PDVV3MOA.cjs.map → V6OYVK6F.cjs.map} +0 -0
  318. /package/dist/__chunks/{JFPMPJ2P.js.map → VJUBMJDF.js.map} +0 -0
  319. /package/dist/__chunks/{UYUCK2UE.cjs.map → WNVUBW6Y.cjs.map} +0 -0
  320. /package/dist/__chunks/{L32D5WEG.cjs.map → WR7PF2OP.cjs.map} +0 -0
  321. /package/dist/__chunks/{523DPUCJ.js.map → WREHUE3B.js.map} +0 -0
  322. /package/dist/__chunks/{POMJQZKJ.cjs.map → WUQOLJEH.cjs.map} +0 -0
  323. /package/dist/__chunks/{42SRFCQL.cjs.map → XK32RAAX.cjs.map} +0 -0
  324. /package/dist/__chunks/{QNTUG5SZ.js.map → XS3MIC44.js.map} +0 -0
  325. /package/dist/__chunks/{C3FW5QDG.cjs.map → YMRI7ATG.cjs.map} +0 -0
  326. /package/dist/__chunks/{QKBS4OXL.cjs.map → YS6V3MU7.cjs.map} +0 -0
  327. /package/dist/__chunks/{EF6R3LRB.cjs.map → YSTFPAUS.cjs.map} +0 -0
  328. /package/dist/__chunks/{65PMWIHY.js.map → YWFG6EUU.js.map} +0 -0
  329. /package/dist/__chunks/{JJNZLCKX.js.map → ZGGBRE7T.js.map} +0 -0
  330. /package/dist/__chunks/{XTZEWLM5.cjs.map → ZSBYCAC5.cjs.map} +0 -0
  331. /package/dist/__chunks/{CP27NWEM.js.map → ZV4M6HMX.js.map} +0 -0
  332. /package/dist/__chunks/{4R4H3FEY.js.map → ZVVUIPNS.js.map} +0 -0
@@ -5,13 +5,13 @@
5
5
  var _65BTPZZTcjs = require('./65BTPZZT.cjs');
6
6
 
7
7
 
8
- var _LZYX5BWDcjs = require('./LZYX5BWD.cjs');
8
+ var _3BPWW7LWcjs = require('./3BPWW7LW.cjs');
9
9
 
10
10
 
11
- var _SFBTR56Icjs = require('./SFBTR56I.cjs');
11
+ var _4KS4YP6Ucjs = require('./4KS4YP6U.cjs');
12
12
 
13
13
 
14
- var _65LHF5WDcjs = require('./65LHF5WD.cjs');
14
+ var _MKMFTN6Gcjs = require('./MKMFTN6G.cjs');
15
15
 
16
16
 
17
17
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -38,8 +38,8 @@ var IconButton = _react.forwardRef.call(void 0,
38
38
  onClick
39
39
  }, ref) => {
40
40
  const isHydrated = _K4AUV2VKcjs.useIsHydrated.call(void 0, );
41
- const foregroundColorClass = _LZYX5BWDcjs.foregroundColor.call(void 0, color, on);
42
- const backgroundColorClass = _65LHF5WDcjs.backgroundColor.call(void 0, color, on);
41
+ const foregroundColorClass = _3BPWW7LWcjs.foregroundColor.call(void 0, color, on);
42
+ const backgroundColorClass = _MKMFTN6Gcjs.backgroundColor.call(void 0, color, on);
43
43
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
44
44
  "button",
45
45
  {
@@ -53,7 +53,7 @@ var IconButton = _react.forwardRef.call(void 0,
53
53
  IconButton_module_default.iconButton,
54
54
  foregroundColorClass,
55
55
  backgroundColorClass,
56
- _SFBTR56Icjs.border.call(void 0, color, on),
56
+ _4KS4YP6Ucjs.border.call(void 0, color, on),
57
57
  IconButton_module_default[size]
58
58
  ),
59
59
  ref,
@@ -74,4 +74,4 @@ var IconButton_default = IconButton;
74
74
 
75
75
 
76
76
  exports.IconButton_default = IconButton_default;
77
- //# sourceMappingURL=7QBU4DTX.cjs.map
77
+ //# sourceMappingURL=Q2XNQJNM.cjs.map
@@ -1,13 +1,13 @@
1
1
  "use client"
2
2
  import {
3
3
  Dialog_default
4
- } from "./5HEC7ASW.js";
4
+ } from "./T22F22GU.js";
5
5
  import {
6
6
  IconButton_default
7
- } from "./UASXKT55.js";
7
+ } from "./PPXSYRSW.js";
8
8
  import {
9
9
  Box_default
10
- } from "./65PMWIHY.js";
10
+ } from "./YWFG6EUU.js";
11
11
  import {
12
12
  padding_module_default
13
13
  } from "./ZOWOFYUE.js";
@@ -157,4 +157,4 @@ export {
157
157
  AriaModal,
158
158
  ModalDialog_default
159
159
  };
160
- //# sourceMappingURL=RPWXCCIV.js.map
160
+ //# sourceMappingURL=Q3NV6ANG.js.map
@@ -3,19 +3,19 @@ import {
3
3
  ColorBaseDestructive700,
4
4
  ColorBaseGray700,
5
5
  ColorCambioWhite100
6
- } from "./OXV7VGXO.js";
6
+ } from "./NB2IFWV4.js";
7
7
  import {
8
8
  Focus_module_default
9
9
  } from "./KKADUD65.js";
10
10
  import {
11
11
  Box_default
12
- } from "./65PMWIHY.js";
12
+ } from "./YWFG6EUU.js";
13
13
  import {
14
14
  SelectOption_default
15
15
  } from "./SPQ7DQHG.js";
16
16
  import {
17
17
  Typography_default
18
- } from "./HFLM5VGD.js";
18
+ } from "./FQSEHETP.js";
19
19
  import {
20
20
  useIsHydrated
21
21
  } from "./JB65NEXK.js";
@@ -148,4 +148,4 @@ SelectList.Option = SelectOption_default;
148
148
  export {
149
149
  SelectList
150
150
  };
151
- //# sourceMappingURL=F2UOAZUN.js.map
151
+ //# sourceMappingURL=QIEUDTGM.js.map
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
2
2
 
3
3
 
4
- var _PDVV3MOAcjs = require('./PDVV3MOA.cjs');
4
+ var _V6OYVK6Fcjs = require('./V6OYVK6F.cjs');
5
5
 
6
6
 
7
- var _WGTJC3YNcjs = require('./WGTJC3YN.cjs');
7
+ var _TGOOGXC7cjs = require('./TGOOGXC7.cjs');
8
8
 
9
9
 
10
10
  var _JVGBP6LOcjs = require('./JVGBP6LO.cjs');
11
11
 
12
12
 
13
- var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
13
+ var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
14
14
 
15
15
  // src/Tabs/Tabs.tsx
16
16
  var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
@@ -30,7 +30,7 @@ function Tabs({
30
30
  [_JVGBP6LOcjs.Tabs_module_default.tabContainerDarkBackground]: on === "darkBackground"
31
31
  }),
32
32
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
33
- _KJLBDAZHcjs.Box_default,
33
+ _A5IA5BEWcjs.Box_default,
34
34
  {
35
35
  display: "flex",
36
36
  alignItems: "center",
@@ -44,10 +44,10 @@ function Tabs({
44
44
  }
45
45
  );
46
46
  }
47
- Tabs.Button = _WGTJC3YNcjs.TabButton;
48
- Tabs.Link = _PDVV3MOAcjs.TabLink_default;
47
+ Tabs.Button = _TGOOGXC7cjs.TabButton;
48
+ Tabs.Link = _V6OYVK6Fcjs.TabLink_default;
49
49
 
50
50
 
51
51
 
52
52
  exports.Tabs = Tabs;
53
- //# sourceMappingURL=HBIGKRZ2.cjs.map
53
+ //# sourceMappingURL=QIM47JXI.cjs.map
@@ -1,22 +1,22 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _Q4P2W7UUcjs = require('./Q4P2W7UU.cjs');
4
+ var _5EC4MAGNcjs = require('./5EC4MAGN.cjs');
5
5
 
6
6
 
7
7
  var _HUIHS6RNcjs = require('./HUIHS6RN.cjs');
8
8
 
9
9
 
10
- var _G3SXARBLcjs = require('./G3SXARBL.cjs');
10
+ var _DZA3TMCTcjs = require('./DZA3TMCT.cjs');
11
11
 
12
12
 
13
13
  var _THM3NAFOcjs = require('./THM3NAFO.cjs');
14
14
 
15
15
 
16
- var _7QBU4DTXcjs = require('./7QBU4DTX.cjs');
16
+ var _Q2XNQJNMcjs = require('./Q2XNQJNM.cjs');
17
17
 
18
18
 
19
- var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
19
+ var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
20
20
 
21
21
  // css-module:./Modal.module.css#css-module
22
22
  var Modal_module_default = { "backdrop": "_backdrop_17lbk_1", "closeButton": "_closeButton_17lbk_10" };
@@ -46,7 +46,7 @@ function Modal({
46
46
  zIndex = 1,
47
47
  "data-testid": dataTestId
48
48
  }) {
49
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _G3SXARBLcjs.Layer, { zIndex, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _HUIHS6RNcjs.StopScroll, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _THM3NAFOcjs.FocusTrap, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
49
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _DZA3TMCTcjs.Layer, { zIndex, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _HUIHS6RNcjs.StopScroll, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _THM3NAFOcjs.FocusTrap, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
50
50
  "div",
51
51
  {
52
52
  className: Modal_module_default.backdrop,
@@ -54,7 +54,7 @@ function Modal({
54
54
  onMouseDown: (e) => e.target === e.currentTarget && onDismiss(),
55
55
  onKeyDown: (e) => e.key === "Escape" && onDismiss(),
56
56
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
57
- _KJLBDAZHcjs.Box_default,
57
+ _A5IA5BEWcjs.Box_default,
58
58
  {
59
59
  "data-testid": dataTestId,
60
60
  backgroundColor: "gray100",
@@ -72,14 +72,14 @@ function Modal({
72
72
  width: "100%",
73
73
  children: [
74
74
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
75
- _KJLBDAZHcjs.Box_default,
75
+ _A5IA5BEWcjs.Box_default,
76
76
  {
77
77
  position: "absolute",
78
78
  dangerouslySetInlineStyle: {
79
79
  __style: { top: 4, right: 4 }
80
80
  },
81
81
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
82
- _7QBU4DTXcjs.IconButton_default,
82
+ _Q2XNQJNMcjs.IconButton_default,
83
83
  {
84
84
  accessibilityLabel: accessibilityCloseLabel,
85
85
  color: image ? "primary" : "tertiary",
@@ -91,11 +91,11 @@ function Modal({
91
91
  )
92
92
  }
93
93
  ),
94
- /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _KJLBDAZHcjs.Box_default, { display: "flex", direction: "column", width: "100%", children: [
95
- image && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { children: image }),
96
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { padding: 6, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _Q4P2W7UUcjs.Heading_default, { as: "h1", size: 700, fontStyle: "serif", children: header }) }),
94
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _A5IA5BEWcjs.Box_default, { display: "flex", direction: "column", width: "100%", children: [
95
+ image && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { children: image }),
96
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { padding: 6, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _5EC4MAGNcjs.Heading_default, { as: "h1", size: 700, fontStyle: "serif", children: header }) }),
97
97
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
98
- _KJLBDAZHcjs.Box_default,
98
+ _A5IA5BEWcjs.Box_default,
99
99
  {
100
100
  height: "100%",
101
101
  overflowY: "auto",
@@ -105,7 +105,7 @@ function Modal({
105
105
  }
106
106
  ),
107
107
  footer && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
108
- _KJLBDAZHcjs.Box_default,
108
+ _A5IA5BEWcjs.Box_default,
109
109
  {
110
110
  display: "flex",
111
111
  direction: "column",
@@ -130,4 +130,4 @@ Modal.displayName = "Modal";
130
130
 
131
131
 
132
132
  exports.Modal = Modal;
133
- //# sourceMappingURL=NNGCYWZA.cjs.map
133
+ //# sourceMappingURL=QJMP6SPK.cjs.map
@@ -0,0 +1,9 @@
1
+ "use client"
2
+
3
+ // css-module:./colors.module.css#css-module
4
+ var colors_module_default = { "inheritColor": "_inheritColor_1xf3w_2", "destructive700Color": "_destructive700Color_1xf3w_6", "gray700Color": "_gray700Color_1xf3w_10", "gray900Color": "_gray900Color_1xf3w_14", "primary700Color": "_primary700Color_1xf3w_18", "success700Color": "_success700Color_1xf3w_22", "whiteColor": "_whiteColor_1xf3w_26", "noBorder": "_noBorder_1xf3w_31", "blackBorderColor": "_blackBorderColor_1xf3w_35", "whiteBorderColor": "_whiteBorderColor_1xf3w_39", "success770BorderColor": "_success770BorderColor_1xf3w_43", "destructive770BorderColor": "_destructive770BorderColor_1xf3w_47", "gray370BorderColor": "_gray370BorderColor_1xf3w_51", "success370BorderColor": "_success370BorderColor_1xf3w_55", "destructive370BorderColor": "_destructive370BorderColor_1xf3w_59", "cambioGray870BorderColor": "_cambioGray870BorderColor_1xf3w_63", "blackBackgroundColor": "_blackBackgroundColor_1xf3w_69", "destructive100BackgroundColor": "_destructive100BackgroundColor_1xf3w_73", "destructive200BackgroundColor": "_destructive200BackgroundColor_1xf3w_77", "destructive300BackgroundColor": "_destructive300BackgroundColor_1xf3w_81", "destructive700BackgroundColor": "_destructive700BackgroundColor_1xf3w_85", "destructive800BackgroundColor": "_destructive800BackgroundColor_1xf3w_89", "destructive900BackgroundColor": "_destructive900BackgroundColor_1xf3w_93", "gray10BackgroundColor": "_gray10BackgroundColor_1xf3w_97", "gray30BackgroundColor": "_gray30BackgroundColor_1xf3w_101", "gray60BackgroundColor": "_gray60BackgroundColor_1xf3w_105", "gray80BackgroundColor": "_gray80BackgroundColor_1xf3w_109", "gray100BackgroundColor": "_gray100BackgroundColor_1xf3w_113", "gray200BackgroundColor": "_gray200BackgroundColor_1xf3w_117", "gray300BackgroundColor": "_gray300BackgroundColor_1xf3w_121", "gray700BackgroundColor": "_gray700BackgroundColor_1xf3w_125", "gray800BackgroundColor": "_gray800BackgroundColor_1xf3w_129", "gray900BackgroundColor": "_gray900BackgroundColor_1xf3w_133", "orange100BackgroundColor": "_orange100BackgroundColor_1xf3w_137", "orange200BackgroundColor": "_orange200BackgroundColor_1xf3w_141", "orange300BackgroundColor": "_orange300BackgroundColor_1xf3w_145", "orange700BackgroundColor": "_orange700BackgroundColor_1xf3w_149", "orange800BackgroundColor": "_orange800BackgroundColor_1xf3w_153", "orange900BackgroundColor": "_orange900BackgroundColor_1xf3w_157", "primary100BackgroundColor": "_primary100BackgroundColor_1xf3w_161", "primary200BackgroundColor": "_primary200BackgroundColor_1xf3w_165", "primary300BackgroundColor": "_primary300BackgroundColor_1xf3w_169", "primary700BackgroundColor": "_primary700BackgroundColor_1xf3w_173", "primary800BackgroundColor": "_primary800BackgroundColor_1xf3w_177", "primary900BackgroundColor": "_primary900BackgroundColor_1xf3w_181", "success100BackgroundColor": "_success100BackgroundColor_1xf3w_185", "success200BackgroundColor": "_success200BackgroundColor_1xf3w_189", "success300BackgroundColor": "_success300BackgroundColor_1xf3w_193", "success700BackgroundColor": "_success700BackgroundColor_1xf3w_197", "success800BackgroundColor": "_success800BackgroundColor_1xf3w_201", "success900BackgroundColor": "_success900BackgroundColor_1xf3w_205", "purple100BackgroundColor": "_purple100BackgroundColor_1xf3w_209", "purple200BackgroundColor": "_purple200BackgroundColor_1xf3w_213", "purple300BackgroundColor": "_purple300BackgroundColor_1xf3w_217", "purple700BackgroundColor": "_purple700BackgroundColor_1xf3w_221", "purple800BackgroundColor": "_purple800BackgroundColor_1xf3w_225", "purple900BackgroundColor": "_purple900BackgroundColor_1xf3w_229", "whiteBackgroundColor": "_whiteBackgroundColor_1xf3w_233", "yellow100BackgroundColor": "_yellow100BackgroundColor_1xf3w_237", "yellow200BackgroundColor": "_yellow200BackgroundColor_1xf3w_241", "yellow300BackgroundColor": "_yellow300BackgroundColor_1xf3w_245", "yellow700BackgroundColor": "_yellow700BackgroundColor_1xf3w_249", "yellow800BackgroundColor": "_yellow800BackgroundColor_1xf3w_253", "yellow900BackgroundColor": "_yellow900BackgroundColor_1xf3w_257", "cambioBlackColor": "_cambioBlackColor_1xf3w_262", "cambioWhiteColor": "_cambioWhiteColor_1xf3w_266", "cambioWhite40Color": "_cambioWhite40Color_1xf3w_270", "cambioWhite70Color": "_cambioWhite70Color_1xf3w_274", "cambioGray100Color": "_cambioGray100Color_1xf3w_278", "cambioGray200Color": "_cambioGray200Color_1xf3w_282", "cambioGray300Color": "_cambioGray300Color_1xf3w_286", "cambioGray370Color": "_cambioGray370Color_1xf3w_290", "cambioGray700Color": "_cambioGray700Color_1xf3w_294", "cambioGray800Color": "_cambioGray800Color_1xf3w_298", "cambioGray870Color": "_cambioGray870Color_1xf3w_302", "cambioGray900Color": "_cambioGray900Color_1xf3w_306", "cambioDestructive100Color": "_cambioDestructive100Color_1xf3w_310", "cambioDestructive300Color": "_cambioDestructive300Color_1xf3w_314", "cambioDestructive370Color": "_cambioDestructive370Color_1xf3w_318", "cambioDestructive700Color": "_cambioDestructive700Color_1xf3w_322", "cambioDestructive770Color": "_cambioDestructive770Color_1xf3w_326", "cambioDestructive900Color": "_cambioDestructive900Color_1xf3w_330", "cambioSuccess100Color": "_cambioSuccess100Color_1xf3w_334", "cambioSuccess300Color": "_cambioSuccess300Color_1xf3w_338", "cambioSuccess370Color": "_cambioSuccess370Color_1xf3w_342", "cambioSuccess700Color": "_cambioSuccess700Color_1xf3w_346", "cambioSuccess770Color": "_cambioSuccess770Color_1xf3w_350", "cambioSuccess900Color": "_cambioSuccess900Color_1xf3w_354", "cambioRedColor": "_cambioRedColor_1xf3w_358", "cambioOrangeColor": "_cambioOrangeColor_1xf3w_362", "cambioTanColor": "_cambioTanColor_1xf3w_366", "cambioCreamColor": "_cambioCreamColor_1xf3w_370", "cambioPurpleColor": "_cambioPurpleColor_1xf3w_374", "cambioLilacColor": "_cambioLilacColor_1xf3w_378", "cambioThistleColor": "_cambioThistleColor_1xf3w_382", "cambioPinkColor": "_cambioPinkColor_1xf3w_386", "cambioNavyColor": "_cambioNavyColor_1xf3w_390", "cambioTealColor": "_cambioTealColor_1xf3w_394", "cambioSlateColor": "_cambioSlateColor_1xf3w_398", "cambioSkyColor": "_cambioSkyColor_1xf3w_402", "cambioYellow700Color": "_cambioYellow700Color_1xf3w_406", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_1xf3w_410", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_1xf3w_414", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_1xf3w_418", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_1xf3w_422", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_1xf3w_426", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_1xf3w_430", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_1xf3w_434", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_1xf3w_438", "gray370BackgroundColor": "_gray370BackgroundColor_1xf3w_442", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_1xf3w_446", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_1xf3w_450", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_1xf3w_454", "gray870BackgroundColor": "_gray870BackgroundColor_1xf3w_458", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_1xf3w_462", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_1xf3w_466", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_1xf3w_470", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_1xf3w_474", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_1xf3w_478", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_1xf3w_482", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_1xf3w_486", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_1xf3w_490", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_1xf3w_494", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_1xf3w_498", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_1xf3w_502", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_1xf3w_506", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_1xf3w_510", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_1xf3w_514", "redBackgroundColor": "_redBackgroundColor_1xf3w_518", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_1xf3w_522", "orangeBackgroundColor": "_orangeBackgroundColor_1xf3w_526", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_1xf3w_530", "tanBackgroundColor": "_tanBackgroundColor_1xf3w_534", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_1xf3w_538", "creamBackgroundColor": "_creamBackgroundColor_1xf3w_542", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_1xf3w_546", "purpleBackgroundColor": "_purpleBackgroundColor_1xf3w_550", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_1xf3w_554", "lilacBackgroundColor": "_lilacBackgroundColor_1xf3w_558", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_1xf3w_562", "thistleBackgroundColor": "_thistleBackgroundColor_1xf3w_566", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_1xf3w_570", "pinkBackgroundColor": "_pinkBackgroundColor_1xf3w_574", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_1xf3w_578", "navyBackgroundColor": "_navyBackgroundColor_1xf3w_582", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_1xf3w_586", "tealBackgroundColor": "_tealBackgroundColor_1xf3w_590", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_1xf3w_594", "slateBackgroundColor": "_slateBackgroundColor_1xf3w_598", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_1xf3w_602", "skyBackgroundColor": "_skyBackgroundColor_1xf3w_606", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_1xf3w_610", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_1xf3w_614" };
5
+
6
+ export {
7
+ colors_module_default
8
+ };
9
+ //# sourceMappingURL=QQMWJ5UA.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:./colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_1xf3w_2\",\"destructive700Color\":\"_destructive700Color_1xf3w_6\",\"gray700Color\":\"_gray700Color_1xf3w_10\",\"gray900Color\":\"_gray900Color_1xf3w_14\",\"primary700Color\":\"_primary700Color_1xf3w_18\",\"success700Color\":\"_success700Color_1xf3w_22\",\"whiteColor\":\"_whiteColor_1xf3w_26\",\"noBorder\":\"_noBorder_1xf3w_31\",\"blackBorderColor\":\"_blackBorderColor_1xf3w_35\",\"whiteBorderColor\":\"_whiteBorderColor_1xf3w_39\",\"success770BorderColor\":\"_success770BorderColor_1xf3w_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_1xf3w_47\",\"gray370BorderColor\":\"_gray370BorderColor_1xf3w_51\",\"success370BorderColor\":\"_success370BorderColor_1xf3w_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_1xf3w_59\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_1xf3w_63\",\"blackBackgroundColor\":\"_blackBackgroundColor_1xf3w_69\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_1xf3w_73\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_1xf3w_77\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_1xf3w_81\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_1xf3w_85\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_1xf3w_89\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_1xf3w_93\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_1xf3w_97\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_1xf3w_101\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_1xf3w_105\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_1xf3w_109\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_1xf3w_113\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_1xf3w_117\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_1xf3w_121\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_1xf3w_125\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_1xf3w_129\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_1xf3w_133\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_1xf3w_137\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_1xf3w_141\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_1xf3w_145\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_1xf3w_149\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_1xf3w_153\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_1xf3w_157\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_1xf3w_161\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_1xf3w_165\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_1xf3w_169\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_1xf3w_173\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_1xf3w_177\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_1xf3w_181\",\"success100BackgroundColor\":\"_success100BackgroundColor_1xf3w_185\",\"success200BackgroundColor\":\"_success200BackgroundColor_1xf3w_189\",\"success300BackgroundColor\":\"_success300BackgroundColor_1xf3w_193\",\"success700BackgroundColor\":\"_success700BackgroundColor_1xf3w_197\",\"success800BackgroundColor\":\"_success800BackgroundColor_1xf3w_201\",\"success900BackgroundColor\":\"_success900BackgroundColor_1xf3w_205\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_1xf3w_209\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_1xf3w_213\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_1xf3w_217\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_1xf3w_221\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_1xf3w_225\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_1xf3w_229\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_1xf3w_233\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_1xf3w_237\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_1xf3w_241\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_1xf3w_245\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_1xf3w_249\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_1xf3w_253\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_1xf3w_257\",\"cambioBlackColor\":\"_cambioBlackColor_1xf3w_262\",\"cambioWhiteColor\":\"_cambioWhiteColor_1xf3w_266\",\"cambioWhite40Color\":\"_cambioWhite40Color_1xf3w_270\",\"cambioWhite70Color\":\"_cambioWhite70Color_1xf3w_274\",\"cambioGray100Color\":\"_cambioGray100Color_1xf3w_278\",\"cambioGray200Color\":\"_cambioGray200Color_1xf3w_282\",\"cambioGray300Color\":\"_cambioGray300Color_1xf3w_286\",\"cambioGray370Color\":\"_cambioGray370Color_1xf3w_290\",\"cambioGray700Color\":\"_cambioGray700Color_1xf3w_294\",\"cambioGray800Color\":\"_cambioGray800Color_1xf3w_298\",\"cambioGray870Color\":\"_cambioGray870Color_1xf3w_302\",\"cambioGray900Color\":\"_cambioGray900Color_1xf3w_306\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_1xf3w_310\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_1xf3w_314\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_1xf3w_318\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_1xf3w_322\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_1xf3w_326\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_1xf3w_330\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_1xf3w_334\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_1xf3w_338\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_1xf3w_342\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_1xf3w_346\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_1xf3w_350\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_1xf3w_354\",\"cambioRedColor\":\"_cambioRedColor_1xf3w_358\",\"cambioOrangeColor\":\"_cambioOrangeColor_1xf3w_362\",\"cambioTanColor\":\"_cambioTanColor_1xf3w_366\",\"cambioCreamColor\":\"_cambioCreamColor_1xf3w_370\",\"cambioPurpleColor\":\"_cambioPurpleColor_1xf3w_374\",\"cambioLilacColor\":\"_cambioLilacColor_1xf3w_378\",\"cambioThistleColor\":\"_cambioThistleColor_1xf3w_382\",\"cambioPinkColor\":\"_cambioPinkColor_1xf3w_386\",\"cambioNavyColor\":\"_cambioNavyColor_1xf3w_390\",\"cambioTealColor\":\"_cambioTealColor_1xf3w_394\",\"cambioSlateColor\":\"_cambioSlateColor_1xf3w_398\",\"cambioSkyColor\":\"_cambioSkyColor_1xf3w_402\",\"cambioYellow700Color\":\"_cambioYellow700Color_1xf3w_406\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_1xf3w_410\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_1xf3w_414\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_1xf3w_418\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_1xf3w_422\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_1xf3w_426\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_1xf3w_430\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_1xf3w_434\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_1xf3w_438\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_1xf3w_442\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_1xf3w_446\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_1xf3w_450\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_1xf3w_454\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_1xf3w_458\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_1xf3w_462\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_1xf3w_466\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_1xf3w_470\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_1xf3w_474\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_1xf3w_478\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_1xf3w_482\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_1xf3w_486\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_1xf3w_490\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_1xf3w_494\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_1xf3w_498\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_1xf3w_502\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_1xf3w_506\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_1xf3w_510\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_1xf3w_514\",\"redBackgroundColor\":\"_redBackgroundColor_1xf3w_518\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_1xf3w_522\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_1xf3w_526\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_1xf3w_530\",\"tanBackgroundColor\":\"_tanBackgroundColor_1xf3w_534\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_1xf3w_538\",\"creamBackgroundColor\":\"_creamBackgroundColor_1xf3w_542\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_1xf3w_546\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_1xf3w_550\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_1xf3w_554\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_1xf3w_558\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_1xf3w_562\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_1xf3w_566\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_1xf3w_570\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_1xf3w_574\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_1xf3w_578\",\"navyBackgroundColor\":\"_navyBackgroundColor_1xf3w_582\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_1xf3w_586\",\"tealBackgroundColor\":\"_tealBackgroundColor_1xf3w_590\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_1xf3w_594\",\"slateBackgroundColor\":\"_slateBackgroundColor_1xf3w_598\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_1xf3w_602\",\"skyBackgroundColor\":\"_skyBackgroundColor_1xf3w_606\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_1xf3w_610\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_1xf3w_614\"}"],"mappings":"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","names":[]}
@@ -1,38 +1,38 @@
1
1
  "use client"
2
2
  import {
3
3
  Popover_default
4
- } from "./W7VHIMWJ.js";
4
+ } from "./FE6DDP5I.js";
5
5
  import {
6
6
  DialogContext
7
- } from "./5HEC7ASW.js";
7
+ } from "./T22F22GU.js";
8
8
  import {
9
9
  ColorBaseDestructive700,
10
10
  ColorBaseGray700,
11
11
  ColorCambioWhite100
12
- } from "./OXV7VGXO.js";
12
+ } from "./NB2IFWV4.js";
13
13
  import {
14
14
  RichSelectBoxContext,
15
15
  RichSelectBox_default,
16
16
  convertSelection
17
- } from "./JFPMPJ2P.js";
17
+ } from "./VJUBMJDF.js";
18
18
  import {
19
19
  RichSelectSection_default
20
- } from "./YPUA2AJT.js";
20
+ } from "./55MEPCFY.js";
21
21
  import {
22
22
  RichSelectRadioButton_default
23
- } from "./GBEKI532.js";
23
+ } from "./LRM73Q7W.js";
24
24
  import {
25
25
  RichSelectChip_default
26
- } from "./4R4H3FEY.js";
26
+ } from "./ZVVUIPNS.js";
27
27
  import {
28
28
  TapArea_default
29
29
  } from "./77FFPQY6.js";
30
30
  import {
31
31
  Box_default
32
- } from "./65PMWIHY.js";
32
+ } from "./YWFG6EUU.js";
33
33
  import {
34
34
  Typography_default
35
- } from "./HFLM5VGD.js";
35
+ } from "./FQSEHETP.js";
36
36
  import {
37
37
  useIsHydrated
38
38
  } from "./JB65NEXK.js";
@@ -286,4 +286,4 @@ var RichSelectList_default = Object.assign(RichSelectList, {
286
286
  export {
287
287
  RichSelectList_default
288
288
  };
289
- //# sourceMappingURL=R47ZRXRK.js.map
289
+ //# sourceMappingURL=QQQ2H2H5.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  colors_module_default
4
- } from "./ZF5TOGMY.js";
4
+ } from "./QQMWJ5UA.js";
5
5
 
6
6
  // src/colors/backgroundColor.ts
7
7
  function backgroundColor(color, on) {
@@ -53,4 +53,4 @@ function backgroundColor(color, on) {
53
53
  export {
54
54
  backgroundColor
55
55
  };
56
- //# sourceMappingURL=3CYMW6HT.js.map
56
+ //# sourceMappingURL=QUULVD2S.js.map
@@ -8,13 +8,13 @@ var _TH4TA3JNcjs = require('./TH4TA3JN.cjs');
8
8
  var _65BTPZZTcjs = require('./65BTPZZT.cjs');
9
9
 
10
10
 
11
- var _LZYX5BWDcjs = require('./LZYX5BWD.cjs');
11
+ var _3BPWW7LWcjs = require('./3BPWW7LW.cjs');
12
12
 
13
13
 
14
- var _SFBTR56Icjs = require('./SFBTR56I.cjs');
14
+ var _4KS4YP6Ucjs = require('./4KS4YP6U.cjs');
15
15
 
16
16
 
17
- var _65LHF5WDcjs = require('./65LHF5WD.cjs');
17
+ var _MKMFTN6Gcjs = require('./MKMFTN6G.cjs');
18
18
 
19
19
  // src/IconLinkButton/IconLinkButton.tsx
20
20
 
@@ -41,8 +41,8 @@ var IconLinkButton = _react.forwardRef.call(void 0,
41
41
  disabled = false,
42
42
  accessibilityLabel
43
43
  }, ref) => {
44
- const foregroundColorClass = _LZYX5BWDcjs.foregroundColor.call(void 0, color, on);
45
- const backgroundColorClass = _65LHF5WDcjs.backgroundColor.call(void 0, color, on);
44
+ const foregroundColorClass = _3BPWW7LWcjs.foregroundColor.call(void 0, color, on);
45
+ const backgroundColorClass = _MKMFTN6Gcjs.backgroundColor.call(void 0, color, on);
46
46
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
47
47
  "a",
48
48
  {
@@ -56,7 +56,7 @@ var IconLinkButton = _react.forwardRef.call(void 0,
56
56
  IconButton_module_default.iconButton,
57
57
  foregroundColorClass,
58
58
  backgroundColorClass,
59
- _SFBTR56Icjs.border.call(void 0, color, on),
59
+ _4KS4YP6Ucjs.border.call(void 0, color, on),
60
60
  IconButton_module_default[size],
61
61
  {
62
62
  [_TH4TA3JNcjs.Button_module_default.disabled]: disabled
@@ -80,4 +80,4 @@ var IconLinkButton_default = IconLinkButton;
80
80
 
81
81
 
82
82
  exports.IconLinkButton_default = IconLinkButton_default;
83
- //# sourceMappingURL=BFZKWCPH.cjs.map
83
+ //# sourceMappingURL=RVN2ERYI.cjs.map
@@ -0,0 +1,9 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
+
3
+ // css-module:./colors.module.css#css-module
4
+ var colors_module_default = { "inheritColor": "_inheritColor_1xf3w_2", "destructive700Color": "_destructive700Color_1xf3w_6", "gray700Color": "_gray700Color_1xf3w_10", "gray900Color": "_gray900Color_1xf3w_14", "primary700Color": "_primary700Color_1xf3w_18", "success700Color": "_success700Color_1xf3w_22", "whiteColor": "_whiteColor_1xf3w_26", "noBorder": "_noBorder_1xf3w_31", "blackBorderColor": "_blackBorderColor_1xf3w_35", "whiteBorderColor": "_whiteBorderColor_1xf3w_39", "success770BorderColor": "_success770BorderColor_1xf3w_43", "destructive770BorderColor": "_destructive770BorderColor_1xf3w_47", "gray370BorderColor": "_gray370BorderColor_1xf3w_51", "success370BorderColor": "_success370BorderColor_1xf3w_55", "destructive370BorderColor": "_destructive370BorderColor_1xf3w_59", "cambioGray870BorderColor": "_cambioGray870BorderColor_1xf3w_63", "blackBackgroundColor": "_blackBackgroundColor_1xf3w_69", "destructive100BackgroundColor": "_destructive100BackgroundColor_1xf3w_73", "destructive200BackgroundColor": "_destructive200BackgroundColor_1xf3w_77", "destructive300BackgroundColor": "_destructive300BackgroundColor_1xf3w_81", "destructive700BackgroundColor": "_destructive700BackgroundColor_1xf3w_85", "destructive800BackgroundColor": "_destructive800BackgroundColor_1xf3w_89", "destructive900BackgroundColor": "_destructive900BackgroundColor_1xf3w_93", "gray10BackgroundColor": "_gray10BackgroundColor_1xf3w_97", "gray30BackgroundColor": "_gray30BackgroundColor_1xf3w_101", "gray60BackgroundColor": "_gray60BackgroundColor_1xf3w_105", "gray80BackgroundColor": "_gray80BackgroundColor_1xf3w_109", "gray100BackgroundColor": "_gray100BackgroundColor_1xf3w_113", "gray200BackgroundColor": "_gray200BackgroundColor_1xf3w_117", "gray300BackgroundColor": "_gray300BackgroundColor_1xf3w_121", "gray700BackgroundColor": "_gray700BackgroundColor_1xf3w_125", "gray800BackgroundColor": "_gray800BackgroundColor_1xf3w_129", "gray900BackgroundColor": "_gray900BackgroundColor_1xf3w_133", "orange100BackgroundColor": "_orange100BackgroundColor_1xf3w_137", "orange200BackgroundColor": "_orange200BackgroundColor_1xf3w_141", "orange300BackgroundColor": "_orange300BackgroundColor_1xf3w_145", "orange700BackgroundColor": "_orange700BackgroundColor_1xf3w_149", "orange800BackgroundColor": "_orange800BackgroundColor_1xf3w_153", "orange900BackgroundColor": "_orange900BackgroundColor_1xf3w_157", "primary100BackgroundColor": "_primary100BackgroundColor_1xf3w_161", "primary200BackgroundColor": "_primary200BackgroundColor_1xf3w_165", "primary300BackgroundColor": "_primary300BackgroundColor_1xf3w_169", "primary700BackgroundColor": "_primary700BackgroundColor_1xf3w_173", "primary800BackgroundColor": "_primary800BackgroundColor_1xf3w_177", "primary900BackgroundColor": "_primary900BackgroundColor_1xf3w_181", "success100BackgroundColor": "_success100BackgroundColor_1xf3w_185", "success200BackgroundColor": "_success200BackgroundColor_1xf3w_189", "success300BackgroundColor": "_success300BackgroundColor_1xf3w_193", "success700BackgroundColor": "_success700BackgroundColor_1xf3w_197", "success800BackgroundColor": "_success800BackgroundColor_1xf3w_201", "success900BackgroundColor": "_success900BackgroundColor_1xf3w_205", "purple100BackgroundColor": "_purple100BackgroundColor_1xf3w_209", "purple200BackgroundColor": "_purple200BackgroundColor_1xf3w_213", "purple300BackgroundColor": "_purple300BackgroundColor_1xf3w_217", "purple700BackgroundColor": "_purple700BackgroundColor_1xf3w_221", "purple800BackgroundColor": "_purple800BackgroundColor_1xf3w_225", "purple900BackgroundColor": "_purple900BackgroundColor_1xf3w_229", "whiteBackgroundColor": "_whiteBackgroundColor_1xf3w_233", "yellow100BackgroundColor": "_yellow100BackgroundColor_1xf3w_237", "yellow200BackgroundColor": "_yellow200BackgroundColor_1xf3w_241", "yellow300BackgroundColor": "_yellow300BackgroundColor_1xf3w_245", "yellow700BackgroundColor": "_yellow700BackgroundColor_1xf3w_249", "yellow800BackgroundColor": "_yellow800BackgroundColor_1xf3w_253", "yellow900BackgroundColor": "_yellow900BackgroundColor_1xf3w_257", "cambioBlackColor": "_cambioBlackColor_1xf3w_262", "cambioWhiteColor": "_cambioWhiteColor_1xf3w_266", "cambioWhite40Color": "_cambioWhite40Color_1xf3w_270", "cambioWhite70Color": "_cambioWhite70Color_1xf3w_274", "cambioGray100Color": "_cambioGray100Color_1xf3w_278", "cambioGray200Color": "_cambioGray200Color_1xf3w_282", "cambioGray300Color": "_cambioGray300Color_1xf3w_286", "cambioGray370Color": "_cambioGray370Color_1xf3w_290", "cambioGray700Color": "_cambioGray700Color_1xf3w_294", "cambioGray800Color": "_cambioGray800Color_1xf3w_298", "cambioGray870Color": "_cambioGray870Color_1xf3w_302", "cambioGray900Color": "_cambioGray900Color_1xf3w_306", "cambioDestructive100Color": "_cambioDestructive100Color_1xf3w_310", "cambioDestructive300Color": "_cambioDestructive300Color_1xf3w_314", "cambioDestructive370Color": "_cambioDestructive370Color_1xf3w_318", "cambioDestructive700Color": "_cambioDestructive700Color_1xf3w_322", "cambioDestructive770Color": "_cambioDestructive770Color_1xf3w_326", "cambioDestructive900Color": "_cambioDestructive900Color_1xf3w_330", "cambioSuccess100Color": "_cambioSuccess100Color_1xf3w_334", "cambioSuccess300Color": "_cambioSuccess300Color_1xf3w_338", "cambioSuccess370Color": "_cambioSuccess370Color_1xf3w_342", "cambioSuccess700Color": "_cambioSuccess700Color_1xf3w_346", "cambioSuccess770Color": "_cambioSuccess770Color_1xf3w_350", "cambioSuccess900Color": "_cambioSuccess900Color_1xf3w_354", "cambioRedColor": "_cambioRedColor_1xf3w_358", "cambioOrangeColor": "_cambioOrangeColor_1xf3w_362", "cambioTanColor": "_cambioTanColor_1xf3w_366", "cambioCreamColor": "_cambioCreamColor_1xf3w_370", "cambioPurpleColor": "_cambioPurpleColor_1xf3w_374", "cambioLilacColor": "_cambioLilacColor_1xf3w_378", "cambioThistleColor": "_cambioThistleColor_1xf3w_382", "cambioPinkColor": "_cambioPinkColor_1xf3w_386", "cambioNavyColor": "_cambioNavyColor_1xf3w_390", "cambioTealColor": "_cambioTealColor_1xf3w_394", "cambioSlateColor": "_cambioSlateColor_1xf3w_398", "cambioSkyColor": "_cambioSkyColor_1xf3w_402", "cambioYellow700Color": "_cambioYellow700Color_1xf3w_406", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_1xf3w_410", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_1xf3w_414", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_1xf3w_418", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_1xf3w_422", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_1xf3w_426", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_1xf3w_430", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_1xf3w_434", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_1xf3w_438", "gray370BackgroundColor": "_gray370BackgroundColor_1xf3w_442", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_1xf3w_446", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_1xf3w_450", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_1xf3w_454", "gray870BackgroundColor": "_gray870BackgroundColor_1xf3w_458", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_1xf3w_462", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_1xf3w_466", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_1xf3w_470", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_1xf3w_474", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_1xf3w_478", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_1xf3w_482", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_1xf3w_486", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_1xf3w_490", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_1xf3w_494", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_1xf3w_498", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_1xf3w_502", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_1xf3w_506", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_1xf3w_510", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_1xf3w_514", "redBackgroundColor": "_redBackgroundColor_1xf3w_518", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_1xf3w_522", "orangeBackgroundColor": "_orangeBackgroundColor_1xf3w_526", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_1xf3w_530", "tanBackgroundColor": "_tanBackgroundColor_1xf3w_534", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_1xf3w_538", "creamBackgroundColor": "_creamBackgroundColor_1xf3w_542", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_1xf3w_546", "purpleBackgroundColor": "_purpleBackgroundColor_1xf3w_550", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_1xf3w_554", "lilacBackgroundColor": "_lilacBackgroundColor_1xf3w_558", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_1xf3w_562", "thistleBackgroundColor": "_thistleBackgroundColor_1xf3w_566", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_1xf3w_570", "pinkBackgroundColor": "_pinkBackgroundColor_1xf3w_574", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_1xf3w_578", "navyBackgroundColor": "_navyBackgroundColor_1xf3w_582", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_1xf3w_586", "tealBackgroundColor": "_tealBackgroundColor_1xf3w_590", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_1xf3w_594", "slateBackgroundColor": "_slateBackgroundColor_1xf3w_598", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_1xf3w_602", "skyBackgroundColor": "_skyBackgroundColor_1xf3w_606", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_1xf3w_610", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_1xf3w_614" };
5
+
6
+
7
+
8
+ exports.colors_module_default = colors_module_default;
9
+ //# sourceMappingURL=SJBJQ3PL.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:./colors.module.css#css-module"],"names":[],"mappings":"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","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"inheritColor\":\"_inheritColor_1xf3w_2\",\"destructive700Color\":\"_destructive700Color_1xf3w_6\",\"gray700Color\":\"_gray700Color_1xf3w_10\",\"gray900Color\":\"_gray900Color_1xf3w_14\",\"primary700Color\":\"_primary700Color_1xf3w_18\",\"success700Color\":\"_success700Color_1xf3w_22\",\"whiteColor\":\"_whiteColor_1xf3w_26\",\"noBorder\":\"_noBorder_1xf3w_31\",\"blackBorderColor\":\"_blackBorderColor_1xf3w_35\",\"whiteBorderColor\":\"_whiteBorderColor_1xf3w_39\",\"success770BorderColor\":\"_success770BorderColor_1xf3w_43\",\"destructive770BorderColor\":\"_destructive770BorderColor_1xf3w_47\",\"gray370BorderColor\":\"_gray370BorderColor_1xf3w_51\",\"success370BorderColor\":\"_success370BorderColor_1xf3w_55\",\"destructive370BorderColor\":\"_destructive370BorderColor_1xf3w_59\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_1xf3w_63\",\"blackBackgroundColor\":\"_blackBackgroundColor_1xf3w_69\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_1xf3w_73\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_1xf3w_77\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_1xf3w_81\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_1xf3w_85\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_1xf3w_89\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_1xf3w_93\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_1xf3w_97\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_1xf3w_101\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_1xf3w_105\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_1xf3w_109\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_1xf3w_113\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_1xf3w_117\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_1xf3w_121\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_1xf3w_125\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_1xf3w_129\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_1xf3w_133\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_1xf3w_137\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_1xf3w_141\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_1xf3w_145\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_1xf3w_149\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_1xf3w_153\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_1xf3w_157\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_1xf3w_161\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_1xf3w_165\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_1xf3w_169\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_1xf3w_173\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_1xf3w_177\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_1xf3w_181\",\"success100BackgroundColor\":\"_success100BackgroundColor_1xf3w_185\",\"success200BackgroundColor\":\"_success200BackgroundColor_1xf3w_189\",\"success300BackgroundColor\":\"_success300BackgroundColor_1xf3w_193\",\"success700BackgroundColor\":\"_success700BackgroundColor_1xf3w_197\",\"success800BackgroundColor\":\"_success800BackgroundColor_1xf3w_201\",\"success900BackgroundColor\":\"_success900BackgroundColor_1xf3w_205\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_1xf3w_209\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_1xf3w_213\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_1xf3w_217\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_1xf3w_221\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_1xf3w_225\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_1xf3w_229\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_1xf3w_233\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_1xf3w_237\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_1xf3w_241\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_1xf3w_245\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_1xf3w_249\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_1xf3w_253\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_1xf3w_257\",\"cambioBlackColor\":\"_cambioBlackColor_1xf3w_262\",\"cambioWhiteColor\":\"_cambioWhiteColor_1xf3w_266\",\"cambioWhite40Color\":\"_cambioWhite40Color_1xf3w_270\",\"cambioWhite70Color\":\"_cambioWhite70Color_1xf3w_274\",\"cambioGray100Color\":\"_cambioGray100Color_1xf3w_278\",\"cambioGray200Color\":\"_cambioGray200Color_1xf3w_282\",\"cambioGray300Color\":\"_cambioGray300Color_1xf3w_286\",\"cambioGray370Color\":\"_cambioGray370Color_1xf3w_290\",\"cambioGray700Color\":\"_cambioGray700Color_1xf3w_294\",\"cambioGray800Color\":\"_cambioGray800Color_1xf3w_298\",\"cambioGray870Color\":\"_cambioGray870Color_1xf3w_302\",\"cambioGray900Color\":\"_cambioGray900Color_1xf3w_306\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_1xf3w_310\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_1xf3w_314\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_1xf3w_318\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_1xf3w_322\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_1xf3w_326\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_1xf3w_330\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_1xf3w_334\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_1xf3w_338\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_1xf3w_342\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_1xf3w_346\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_1xf3w_350\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_1xf3w_354\",\"cambioRedColor\":\"_cambioRedColor_1xf3w_358\",\"cambioOrangeColor\":\"_cambioOrangeColor_1xf3w_362\",\"cambioTanColor\":\"_cambioTanColor_1xf3w_366\",\"cambioCreamColor\":\"_cambioCreamColor_1xf3w_370\",\"cambioPurpleColor\":\"_cambioPurpleColor_1xf3w_374\",\"cambioLilacColor\":\"_cambioLilacColor_1xf3w_378\",\"cambioThistleColor\":\"_cambioThistleColor_1xf3w_382\",\"cambioPinkColor\":\"_cambioPinkColor_1xf3w_386\",\"cambioNavyColor\":\"_cambioNavyColor_1xf3w_390\",\"cambioTealColor\":\"_cambioTealColor_1xf3w_394\",\"cambioSlateColor\":\"_cambioSlateColor_1xf3w_398\",\"cambioSkyColor\":\"_cambioSkyColor_1xf3w_402\",\"cambioYellow700Color\":\"_cambioYellow700Color_1xf3w_406\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_1xf3w_410\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_1xf3w_414\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_1xf3w_418\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_1xf3w_422\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_1xf3w_426\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_1xf3w_430\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_1xf3w_434\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_1xf3w_438\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_1xf3w_442\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_1xf3w_446\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_1xf3w_450\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_1xf3w_454\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_1xf3w_458\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_1xf3w_462\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_1xf3w_466\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_1xf3w_470\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_1xf3w_474\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_1xf3w_478\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_1xf3w_482\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_1xf3w_486\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_1xf3w_490\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_1xf3w_494\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_1xf3w_498\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_1xf3w_502\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_1xf3w_506\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_1xf3w_510\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_1xf3w_514\",\"redBackgroundColor\":\"_redBackgroundColor_1xf3w_518\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_1xf3w_522\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_1xf3w_526\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_1xf3w_530\",\"tanBackgroundColor\":\"_tanBackgroundColor_1xf3w_534\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_1xf3w_538\",\"creamBackgroundColor\":\"_creamBackgroundColor_1xf3w_542\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_1xf3w_546\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_1xf3w_550\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_1xf3w_554\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_1xf3w_558\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_1xf3w_562\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_1xf3w_566\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_1xf3w_570\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_1xf3w_574\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_1xf3w_578\",\"navyBackgroundColor\":\"_navyBackgroundColor_1xf3w_582\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_1xf3w_586\",\"tealBackgroundColor\":\"_tealBackgroundColor_1xf3w_590\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_1xf3w_594\",\"slateBackgroundColor\":\"_slateBackgroundColor_1xf3w_598\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_1xf3w_602\",\"skyBackgroundColor\":\"_skyBackgroundColor_1xf3w_606\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_1xf3w_610\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_1xf3w_614\"}"]}
@@ -13,7 +13,7 @@ import {
13
13
  } from "./KBIW5XV4.js";
14
14
  import {
15
15
  colors_module_default
16
- } from "./XVUEUKXA.js";
16
+ } from "./6247H47L.js";
17
17
 
18
18
  // src/Dialog/Dialog.tsx
19
19
  import React, {
@@ -77,4 +77,4 @@ export {
77
77
  DialogContext,
78
78
  Dialog_default
79
79
  };
80
- //# sourceMappingURL=5HEC7ASW.js.map
80
+ //# sourceMappingURL=T22F22GU.js.map
@@ -7,10 +7,10 @@ var _3UEOKPM2cjs = require('./3UEOKPM2.cjs');
7
7
  var _JVGBP6LOcjs = require('./JVGBP6LO.cjs');
8
8
 
9
9
 
10
- var _D3COBORGcjs = require('./D3COBORG.cjs');
10
+ var _2DIA2OWLcjs = require('./2DIA2OWL.cjs');
11
11
 
12
12
 
13
- var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
13
+ var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
14
14
 
15
15
  // src/Tabs/TabButton.tsx
16
16
  var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
@@ -37,7 +37,7 @@ function TabButton({
37
37
  style: {
38
38
  height: "100%"
39
39
  },
40
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { display: "flex", direction: "row", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
40
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { display: "flex", direction: "row", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
41
41
  _3UEOKPM2cjs.TapArea_default,
42
42
  {
43
43
  fullWidth: false,
@@ -46,7 +46,7 @@ function TabButton({
46
46
  "data-testid": dataTestId,
47
47
  accessibilityLabel,
48
48
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
49
- _D3COBORGcjs.TabInternal,
49
+ _2DIA2OWLcjs.TabInternal,
50
50
  {
51
51
  text,
52
52
  selected,
@@ -64,4 +64,4 @@ function TabButton({
64
64
 
65
65
 
66
66
  exports.TabButton = TabButton;
67
- //# sourceMappingURL=WGTJC3YN.cjs.map
67
+ //# sourceMappingURL=TGOOGXC7.cjs.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./65PMWIHY.js";
4
+ } from "./YWFG6EUU.js";
5
5
 
6
6
  // src/Modal/Layer.tsx
7
7
  import { createPortal } from "react-dom";
@@ -29,4 +29,4 @@ function Layer({
29
29
  export {
30
30
  Layer
31
31
  };
32
- //# sourceMappingURL=BQYW6G4G.js.map
32
+ //# sourceMappingURL=U3T7HSSI.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  colors_module_default
4
- } from "./ZF5TOGMY.js";
4
+ } from "./QQMWJ5UA.js";
5
5
 
6
6
  // src/colors/border.ts
7
7
  import classNames from "classnames";
@@ -9,7 +9,7 @@ function border(color, on) {
9
9
  if (on === "lightBackground") {
10
10
  switch (color) {
11
11
  case "secondary":
12
- return classNames(colors_module_default.noBorder, colors_module_default.blackBorderColor);
12
+ return classNames(colors_module_default.noBorder, colors_module_default.cambioGray870BorderColor);
13
13
  case "success-secondary":
14
14
  return classNames(colors_module_default.noBorder, colors_module_default.success770BorderColor);
15
15
  case "destructive-secondary":
@@ -34,4 +34,4 @@ function border(color, on) {
34
34
  export {
35
35
  border
36
36
  };
37
- //# sourceMappingURL=FMNQCHIR.js.map
37
+ //# sourceMappingURL=U6X47HLX.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/colors/border.ts"],"sourcesContent":["import classNames from \"classnames\";\nimport { type Color } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function border(\n color: (typeof Color)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string | null {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"secondary\":\n return classNames(styles.noBorder, styles.cambioGray870BorderColor);\n case \"success-secondary\":\n return classNames(styles.noBorder, styles.success770BorderColor);\n case \"destructive-secondary\":\n return classNames(styles.noBorder, styles.destructive770BorderColor);\n default:\n return styles.noBorder;\n }\n } else {\n switch (color) {\n case \"secondary\":\n return classNames(styles.noBorder, styles.gray370BorderColor);\n case \"success-secondary\":\n return classNames(styles.noBorder, styles.success370BorderColor);\n case \"destructive-secondary\":\n return classNames(styles.noBorder, styles.destructive370BorderColor);\n default:\n return styles.noBorder;\n }\n }\n}\n"],"mappings":";;;;;;AAAA,OAAO,gBAAgB;AAIhB,SAAS,OACd,OACA,IACe;AACf,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,wBAAwB;AAAA,MACpE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,qBAAqB;AAAA,MACjE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,yBAAyB;AAAA,MACrE;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,kBAAkB;AAAA,MAC9D,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,qBAAqB;AAAA,MACjE,KAAK;AACH,eAAO,WAAW,sBAAO,UAAU,sBAAO,yBAAyB;AAAA,MACrE;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF;","names":[]}
@@ -1,16 +1,16 @@
1
1
  "use client"
2
2
  import {
3
3
  TabLink_default
4
- } from "./PAHHQT3S.js";
4
+ } from "./5UDEM3WT.js";
5
5
  import {
6
6
  TabButton
7
- } from "./AMJC67S3.js";
7
+ } from "./CVMW4LL2.js";
8
8
  import {
9
9
  Tabs_module_default
10
10
  } from "./5JQ6C2XV.js";
11
11
  import {
12
12
  Box_default
13
- } from "./65PMWIHY.js";
13
+ } from "./YWFG6EUU.js";
14
14
 
15
15
  // src/Tabs/Tabs.tsx
16
16
  import classnames from "classnames";
@@ -50,4 +50,4 @@ Tabs.Link = TabLink_default;
50
50
  export {
51
51
  Tabs
52
52
  };
53
- //# sourceMappingURL=BIOXMBD5.js.map
53
+ //# sourceMappingURL=UJFE5ANU.js.map