@cambly/syntax-core 18.6.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 (351) 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 +11 -11
  18. package/dist/Button/Button.css +176 -172
  19. package/dist/Button/Button.css.map +1 -1
  20. package/dist/Button/Button.js +10 -10
  21. package/dist/Button/constants/iconSize.cjs +2 -2
  22. package/dist/Button/constants/iconSize.css +21 -20
  23. package/dist/Button/constants/iconSize.css.map +1 -1
  24. package/dist/Button/constants/iconSize.js +1 -1
  25. package/dist/Card/Card.cjs +4 -4
  26. package/dist/Card/Card.css +155 -152
  27. package/dist/Card/Card.css.map +1 -1
  28. package/dist/Card/Card.js +3 -3
  29. package/dist/Checkbox/Checkbox.cjs +5 -5
  30. package/dist/Checkbox/Checkbox.css +155 -152
  31. package/dist/Checkbox/Checkbox.css.map +1 -1
  32. package/dist/Checkbox/Checkbox.js +4 -4
  33. package/dist/Chip/Chip.cjs +6 -6
  34. package/dist/Chip/Chip.css +155 -152
  35. package/dist/Chip/Chip.css.map +1 -1
  36. package/dist/Chip/Chip.js +5 -5
  37. package/dist/Dialog/Dialog.cjs +3 -3
  38. package/dist/Dialog/Dialog.css +155 -152
  39. package/dist/Dialog/Dialog.css.map +1 -1
  40. package/dist/Dialog/Dialog.js +2 -2
  41. package/dist/Dialog/ModalDialog.cjs +13 -12
  42. package/dist/Dialog/ModalDialog.css +176 -172
  43. package/dist/Dialog/ModalDialog.css.map +1 -1
  44. package/dist/Dialog/ModalDialog.js +11 -10
  45. package/dist/Divider/Divider.cjs +3 -3
  46. package/dist/Divider/Divider.css +155 -152
  47. package/dist/Divider/Divider.css.map +1 -1
  48. package/dist/Divider/Divider.js +2 -2
  49. package/dist/Heading/Heading.cjs +5 -5
  50. package/dist/Heading/Heading.css +155 -152
  51. package/dist/Heading/Heading.css.map +1 -1
  52. package/dist/Heading/Heading.js +4 -4
  53. package/dist/Icon/Icon.cjs +4 -4
  54. package/dist/Icon/Icon.css +155 -152
  55. package/dist/Icon/Icon.css.map +1 -1
  56. package/dist/Icon/Icon.js +3 -3
  57. package/dist/IconButton/IconButton.cjs +8 -7
  58. package/dist/IconButton/IconButton.css +176 -172
  59. package/dist/IconButton/IconButton.css.map +1 -1
  60. package/dist/IconButton/IconButton.js +7 -6
  61. package/dist/IconLinkButton/IconLinkButton.cjs +17 -0
  62. package/dist/IconLinkButton/IconLinkButton.cjs.map +1 -0
  63. package/dist/IconLinkButton/IconLinkButton.css +610 -0
  64. package/dist/IconLinkButton/IconLinkButton.css.map +1 -0
  65. package/dist/IconLinkButton/IconLinkButton.d.ts +76 -0
  66. package/dist/IconLinkButton/IconLinkButton.js +17 -0
  67. package/dist/IconLinkButton/IconLinkButton.js.map +1 -0
  68. package/dist/LinkButton/LinkButton.cjs +11 -10
  69. package/dist/LinkButton/LinkButton.css +176 -172
  70. package/dist/LinkButton/LinkButton.css.map +1 -1
  71. package/dist/LinkButton/LinkButton.js +10 -9
  72. package/dist/Modal/Layer.cjs +4 -4
  73. package/dist/Modal/Layer.css +155 -152
  74. package/dist/Modal/Layer.css.map +1 -1
  75. package/dist/Modal/Layer.js +3 -3
  76. package/dist/Modal/Modal.cjs +15 -14
  77. package/dist/Modal/Modal.css +176 -172
  78. package/dist/Modal/Modal.css.map +1 -1
  79. package/dist/Modal/Modal.js +14 -13
  80. package/dist/Popover/Popover.cjs +14 -13
  81. package/dist/Popover/Popover.css +176 -172
  82. package/dist/Popover/Popover.css.map +1 -1
  83. package/dist/Popover/Popover.js +12 -11
  84. package/dist/RadioButton/RadioButton.cjs +6 -6
  85. package/dist/RadioButton/RadioButton.css +155 -152
  86. package/dist/RadioButton/RadioButton.css.map +1 -1
  87. package/dist/RadioButton/RadioButton.js +5 -5
  88. package/dist/RichSelect/RichSelectBox.cjs +18 -18
  89. package/dist/RichSelect/RichSelectBox.css +176 -172
  90. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  91. package/dist/RichSelect/RichSelectBox.js +17 -17
  92. package/dist/RichSelect/RichSelectChip.cjs +7 -7
  93. package/dist/RichSelect/RichSelectChip.css +155 -152
  94. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  95. package/dist/RichSelect/RichSelectChip.js +6 -6
  96. package/dist/RichSelect/RichSelectList.cjs +26 -25
  97. package/dist/RichSelect/RichSelectList.css +176 -172
  98. package/dist/RichSelect/RichSelectList.css.map +1 -1
  99. package/dist/RichSelect/RichSelectList.js +24 -23
  100. package/dist/RichSelect/RichSelectRadioButton.cjs +7 -7
  101. package/dist/RichSelect/RichSelectRadioButton.css +155 -152
  102. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  103. package/dist/RichSelect/RichSelectRadioButton.js +6 -6
  104. package/dist/RichSelect/RichSelectSection.cjs +5 -5
  105. package/dist/RichSelect/RichSelectSection.css +155 -152
  106. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  107. package/dist/RichSelect/RichSelectSection.js +4 -4
  108. package/dist/SelectList/SelectList.cjs +7 -7
  109. package/dist/SelectList/SelectList.css +155 -152
  110. package/dist/SelectList/SelectList.css.map +1 -1
  111. package/dist/SelectList/SelectList.js +6 -6
  112. package/dist/Tabs/TabButton.cjs +7 -7
  113. package/dist/Tabs/TabButton.css +155 -152
  114. package/dist/Tabs/TabButton.css.map +1 -1
  115. package/dist/Tabs/TabButton.js +6 -6
  116. package/dist/Tabs/TabInternal.cjs +6 -6
  117. package/dist/Tabs/TabInternal.css +155 -152
  118. package/dist/Tabs/TabInternal.css.map +1 -1
  119. package/dist/Tabs/TabInternal.js +5 -5
  120. package/dist/Tabs/TabLink.cjs +7 -7
  121. package/dist/Tabs/TabLink.css +155 -152
  122. package/dist/Tabs/TabLink.css.map +1 -1
  123. package/dist/Tabs/TabLink.js +6 -6
  124. package/dist/Tabs/Tabs.cjs +9 -9
  125. package/dist/Tabs/Tabs.css +155 -152
  126. package/dist/Tabs/Tabs.css.map +1 -1
  127. package/dist/Tabs/Tabs.js +8 -8
  128. package/dist/TextArea/TextArea.cjs +6 -6
  129. package/dist/TextArea/TextArea.css +155 -152
  130. package/dist/TextArea/TextArea.css.map +1 -1
  131. package/dist/TextArea/TextArea.js +5 -5
  132. package/dist/TextField/TextField.cjs +6 -6
  133. package/dist/TextField/TextField.css +155 -152
  134. package/dist/TextField/TextField.css.map +1 -1
  135. package/dist/TextField/TextField.js +5 -5
  136. package/dist/Tooltip/Tooltip.cjs +5 -5
  137. package/dist/Tooltip/Tooltip.css +155 -152
  138. package/dist/Tooltip/Tooltip.css.map +1 -1
  139. package/dist/Tooltip/Tooltip.js +4 -4
  140. package/dist/Typography/Typography.cjs +4 -4
  141. package/dist/Typography/Typography.css +155 -152
  142. package/dist/Typography/Typography.css.map +1 -1
  143. package/dist/Typography/Typography.js +3 -3
  144. package/dist/__chunks/{RSUI67P2.js → 2C2MKLJR.js} +3 -3
  145. package/dist/__chunks/{D3COBORG.cjs → 2DIA2OWL.cjs} +12 -12
  146. package/dist/__chunks/{BTBAAACD.js → 36W5Z2QK.js} +8 -8
  147. package/dist/__chunks/{BTBAAACD.js.map → 36W5Z2QK.js.map} +1 -1
  148. package/dist/__chunks/{YQYXXPLV.js → 3B3ERYQA.js} +3 -3
  149. package/dist/__chunks/{LZYX5BWD.cjs → 3BPWW7LW.cjs} +11 -11
  150. package/dist/__chunks/{J27AGJQB.cjs → 464OXX7P.cjs} +3 -3
  151. package/dist/__chunks/4KS4YP6U.cjs +37 -0
  152. package/dist/__chunks/{SFBTR56I.cjs.map → 4KS4YP6U.cjs.map} +1 -1
  153. package/dist/__chunks/{YPUA2AJT.js → 55MEPCFY.js} +2 -2
  154. package/dist/__chunks/{Q4P2W7UU.cjs → 5EC4MAGN.cjs} +3 -3
  155. package/dist/__chunks/{PAHHQT3S.js → 5UDEM3WT.js} +3 -3
  156. package/dist/__chunks/6247H47L.js +9 -0
  157. package/dist/__chunks/6247H47L.js.map +1 -0
  158. package/dist/__chunks/64WM4STC.js +22 -0
  159. package/dist/__chunks/{ESVDNOSI.js.map → 64WM4STC.js.map} +1 -1
  160. package/dist/__chunks/65BTPZZT.cjs +22 -0
  161. package/dist/__chunks/{7TEFD526.cjs.map → 65BTPZZT.cjs.map} +1 -1
  162. package/dist/__chunks/{4IEWMD4C.js → 6AOXQ7MY.js} +3 -3
  163. package/dist/__chunks/{SKFX2MXK.cjs → 6FDOUWLG.cjs} +4 -4
  164. package/dist/__chunks/6FKGSUV5.js +83 -0
  165. package/dist/__chunks/6FKGSUV5.js.map +1 -0
  166. package/dist/__chunks/{VRJAMHSI.js → 6I4OHEQB.js} +2 -2
  167. package/dist/__chunks/6N242VX5.cjs +9 -0
  168. package/dist/__chunks/6N242VX5.cjs.map +1 -0
  169. package/dist/__chunks/{YAZOHZLW.js → 7AQXNKEJ.js} +2 -2
  170. package/dist/__chunks/{KJLBDAZH.cjs → A5IA5BEW.cjs} +3 -3
  171. package/dist/__chunks/{CW24HTIT.cjs → AKS2XNPN.cjs} +7 -7
  172. package/dist/__chunks/{BZ546NNE.cjs → CPNO4BNM.cjs} +26 -26
  173. package/dist/__chunks/{BZ546NNE.cjs.map → CPNO4BNM.cjs.map} +1 -1
  174. package/dist/__chunks/{AMJC67S3.js → CVMW4LL2.js} +3 -3
  175. package/dist/__chunks/{G3SXARBL.cjs → DZA3TMCT.cjs} +3 -3
  176. package/dist/__chunks/{RD3RAVVX.js → E2BVSWGC.js} +4 -4
  177. package/dist/__chunks/{TGYGQE4X.js → EWGPJK2F.js} +3 -3
  178. package/dist/__chunks/{SNLD3DG6.js → FE6DDP5I.js} +3 -3
  179. package/dist/__chunks/{HFLM5VGD.js → FQSEHETP.js} +2 -2
  180. package/dist/__chunks/{FEFAG4KT.cjs → FZKGDXO4.cjs} +3 -3
  181. package/dist/__chunks/{JDR5F6CW.js → GPDZDOV4.js} +3 -3
  182. package/dist/__chunks/{5COVOOB3.cjs → GZOJQ37Q.cjs} +3 -3
  183. package/dist/__chunks/{HBHOLWEM.cjs → H6QHP7UX.cjs} +8 -8
  184. package/dist/__chunks/{RC7EMZ6N.cjs → HCRDDKZM.cjs} +8 -8
  185. package/dist/__chunks/{2GCUEMYN.cjs → HCVYWNQ6.cjs} +3 -3
  186. package/dist/__chunks/{65PXO4OL.js → HTTZSCPQ.js} +5 -5
  187. package/dist/__chunks/{XG7O4UGW.cjs → I6Y47J7A.cjs} +7 -7
  188. package/dist/__chunks/{I76WKOLE.cjs → IBGEINNM.cjs} +3 -3
  189. package/dist/__chunks/{DCGTTQAX.js → IJ6QNNRJ.js} +2 -2
  190. package/dist/__chunks/{RCCK2EW4.cjs → IRV2I2PN.cjs} +7 -7
  191. package/dist/__chunks/{L5RBAKAN.cjs → IVJLG32A.cjs} +3 -3
  192. package/dist/__chunks/{H3QQNW5X.cjs → KHGYVM4R.cjs} +10 -10
  193. package/dist/__chunks/{6ZUUHEIX.js → KPVVAIGD.js} +4 -4
  194. package/dist/__chunks/{OXSHUPNO.cjs → KQUIYNLT.cjs} +1 -1
  195. package/dist/__chunks/{OXSHUPNO.cjs.map → KQUIYNLT.cjs.map} +1 -1
  196. package/dist/__chunks/{QI5Q2WJG.cjs → KRGYHG4X.cjs} +7 -7
  197. package/dist/__chunks/{S37SPS42.js → L5HGMK6O.js} +2 -2
  198. package/dist/__chunks/{GBEKI532.js → LRM73Q7W.js} +2 -2
  199. package/dist/__chunks/{65LHF5WD.cjs → MKMFTN6G.cjs} +16 -16
  200. package/dist/__chunks/{7ONGQA3U.js → MQWEXZNY.js} +3 -3
  201. package/dist/__chunks/{NVTSF5NY.js → MYNWWZA6.js} +2 -2
  202. package/dist/__chunks/{4LS53X3H.js → NB2IFWV4.js} +1 -1
  203. package/dist/__chunks/{4LS53X3H.js.map → NB2IFWV4.js.map} +1 -1
  204. package/dist/__chunks/{C4GAUB4Y.cjs → OD46XLIY.cjs} +5 -5
  205. package/dist/__chunks/{XVYUFV22.cjs → OI3PNOEK.cjs} +26 -26
  206. package/dist/__chunks/{MZOGVH4K.js → PPXSYRSW.js} +5 -5
  207. package/dist/__chunks/{YJAKY2I2.cjs → Q2XNQJNM.cjs} +10 -10
  208. package/dist/__chunks/{BLW57GRR.js → Q3NV6ANG.js} +4 -4
  209. package/dist/__chunks/{GVDYEBNZ.js → QIEUDTGM.js} +4 -4
  210. package/dist/__chunks/{HBIGKRZ2.cjs → QIM47JXI.cjs} +7 -7
  211. package/dist/__chunks/{IYYTLOO3.cjs → QJMP6SPK.cjs} +14 -14
  212. package/dist/__chunks/QQMWJ5UA.js +9 -0
  213. package/dist/__chunks/QQMWJ5UA.js.map +1 -0
  214. package/dist/__chunks/{PW6JTQVM.js → QQQ2H2H5.js} +10 -10
  215. package/dist/__chunks/{3CYMW6HT.js → QUULVD2S.js} +2 -2
  216. package/dist/__chunks/RVN2ERYI.cjs +83 -0
  217. package/dist/__chunks/RVN2ERYI.cjs.map +1 -0
  218. package/dist/__chunks/SJBJQ3PL.cjs +9 -0
  219. package/dist/__chunks/SJBJQ3PL.cjs.map +1 -0
  220. package/dist/__chunks/{5HEC7ASW.js → T22F22GU.js} +2 -2
  221. package/dist/__chunks/{WGTJC3YN.cjs → TGOOGXC7.cjs} +5 -5
  222. package/dist/__chunks/TH4TA3JN.cjs +9 -0
  223. package/dist/__chunks/TH4TA3JN.cjs.map +1 -0
  224. package/dist/__chunks/{BQYW6G4G.js → U3T7HSSI.js} +2 -2
  225. package/dist/__chunks/{FMNQCHIR.js → U6X47HLX.js} +3 -3
  226. package/dist/__chunks/U6X47HLX.js.map +1 -0
  227. package/dist/__chunks/{BIOXMBD5.js → UJFE5ANU.js} +4 -4
  228. package/dist/__chunks/{PDVV3MOA.cjs → V6OYVK6F.cjs} +5 -5
  229. package/dist/__chunks/{TU2BVOKD.js → VJUBMJDF.js} +10 -10
  230. package/dist/__chunks/{TSMYMWWE.cjs → WNVUBW6Y.cjs} +16 -16
  231. package/dist/__chunks/{TSMYMWWE.cjs.map → WNVUBW6Y.cjs.map} +1 -1
  232. package/dist/__chunks/{L32D5WEG.cjs → WR7PF2OP.cjs} +3 -3
  233. package/dist/__chunks/{523DPUCJ.js → WREHUE3B.js} +2 -2
  234. package/dist/__chunks/WUQOLJEH.cjs +33 -0
  235. package/dist/__chunks/{42SRFCQL.cjs → XK32RAAX.cjs} +3 -3
  236. package/dist/__chunks/{QNTUG5SZ.js → XS3MIC44.js} +3 -3
  237. package/dist/__chunks/YLWWTB4I.js +9 -0
  238. package/dist/__chunks/YLWWTB4I.js.map +1 -0
  239. package/dist/__chunks/{C3FW5QDG.cjs → YMRI7ATG.cjs} +5 -5
  240. package/dist/__chunks/{LIUV3J2M.cjs → YS6V3MU7.cjs} +17 -17
  241. package/dist/__chunks/{EF6R3LRB.cjs → YSTFPAUS.cjs} +7 -7
  242. package/dist/__chunks/{65PMWIHY.js → YWFG6EUU.js} +2 -2
  243. package/dist/__chunks/{JJNZLCKX.js → ZGGBRE7T.js} +2 -2
  244. package/dist/__chunks/{XTZEWLM5.cjs → ZSBYCAC5.cjs} +3 -3
  245. package/dist/__chunks/{BNRTELQX.js → ZV4M6HMX.js} +9 -9
  246. package/dist/__chunks/ZV4M6HMX.js.map +1 -0
  247. package/dist/__chunks/{4R4H3FEY.js → ZVVUIPNS.js} +2 -2
  248. package/dist/colors/backgroundColor.cjs +3 -3
  249. package/dist/colors/backgroundColor.css +155 -152
  250. package/dist/colors/backgroundColor.css.map +1 -1
  251. package/dist/colors/backgroundColor.js +2 -2
  252. package/dist/colors/border.cjs +3 -3
  253. package/dist/colors/border.css +155 -152
  254. package/dist/colors/border.css.map +1 -1
  255. package/dist/colors/border.js +2 -2
  256. package/dist/colors/foregroundColor.cjs +3 -3
  257. package/dist/colors/foregroundColor.css +155 -152
  258. package/dist/colors/foregroundColor.css.map +1 -1
  259. package/dist/colors/foregroundColor.js +2 -2
  260. package/dist/colors/textColors.cjs +3 -3
  261. package/dist/colors/textColors.css +155 -152
  262. package/dist/colors/textColors.css.map +1 -1
  263. package/dist/colors/textColors.js +2 -2
  264. package/dist/index.cjs +50 -44
  265. package/dist/index.css +176 -172
  266. package/dist/index.css.map +1 -1
  267. package/dist/index.d.ts +1 -0
  268. package/dist/index.js +53 -47
  269. package/package.json +1 -1
  270. package/dist/__chunks/7TEFD526.cjs +0 -22
  271. package/dist/__chunks/BNRTELQX.js.map +0 -1
  272. package/dist/__chunks/ESVDNOSI.js +0 -22
  273. package/dist/__chunks/FMNQCHIR.js.map +0 -1
  274. package/dist/__chunks/JTTZCAPP.cjs +0 -9
  275. package/dist/__chunks/JTTZCAPP.cjs.map +0 -1
  276. package/dist/__chunks/POMJQZKJ.cjs +0 -33
  277. package/dist/__chunks/SFBTR56I.cjs +0 -37
  278. package/dist/__chunks/SVA2ABQQ.cjs +0 -9
  279. package/dist/__chunks/SVA2ABQQ.cjs.map +0 -1
  280. package/dist/__chunks/XVUEUKXA.js +0 -9
  281. package/dist/__chunks/XVUEUKXA.js.map +0 -1
  282. package/dist/__chunks/ZF5TOGMY.js +0 -9
  283. package/dist/__chunks/ZF5TOGMY.js.map +0 -1
  284. /package/dist/__chunks/{RSUI67P2.js.map → 2C2MKLJR.js.map} +0 -0
  285. /package/dist/__chunks/{D3COBORG.cjs.map → 2DIA2OWL.cjs.map} +0 -0
  286. /package/dist/__chunks/{YQYXXPLV.js.map → 3B3ERYQA.js.map} +0 -0
  287. /package/dist/__chunks/{LZYX5BWD.cjs.map → 3BPWW7LW.cjs.map} +0 -0
  288. /package/dist/__chunks/{J27AGJQB.cjs.map → 464OXX7P.cjs.map} +0 -0
  289. /package/dist/__chunks/{YPUA2AJT.js.map → 55MEPCFY.js.map} +0 -0
  290. /package/dist/__chunks/{Q4P2W7UU.cjs.map → 5EC4MAGN.cjs.map} +0 -0
  291. /package/dist/__chunks/{PAHHQT3S.js.map → 5UDEM3WT.js.map} +0 -0
  292. /package/dist/__chunks/{4IEWMD4C.js.map → 6AOXQ7MY.js.map} +0 -0
  293. /package/dist/__chunks/{SKFX2MXK.cjs.map → 6FDOUWLG.cjs.map} +0 -0
  294. /package/dist/__chunks/{VRJAMHSI.js.map → 6I4OHEQB.js.map} +0 -0
  295. /package/dist/__chunks/{YAZOHZLW.js.map → 7AQXNKEJ.js.map} +0 -0
  296. /package/dist/__chunks/{KJLBDAZH.cjs.map → A5IA5BEW.cjs.map} +0 -0
  297. /package/dist/__chunks/{CW24HTIT.cjs.map → AKS2XNPN.cjs.map} +0 -0
  298. /package/dist/__chunks/{AMJC67S3.js.map → CVMW4LL2.js.map} +0 -0
  299. /package/dist/__chunks/{G3SXARBL.cjs.map → DZA3TMCT.cjs.map} +0 -0
  300. /package/dist/__chunks/{RD3RAVVX.js.map → E2BVSWGC.js.map} +0 -0
  301. /package/dist/__chunks/{TGYGQE4X.js.map → EWGPJK2F.js.map} +0 -0
  302. /package/dist/__chunks/{SNLD3DG6.js.map → FE6DDP5I.js.map} +0 -0
  303. /package/dist/__chunks/{HFLM5VGD.js.map → FQSEHETP.js.map} +0 -0
  304. /package/dist/__chunks/{FEFAG4KT.cjs.map → FZKGDXO4.cjs.map} +0 -0
  305. /package/dist/__chunks/{JDR5F6CW.js.map → GPDZDOV4.js.map} +0 -0
  306. /package/dist/__chunks/{5COVOOB3.cjs.map → GZOJQ37Q.cjs.map} +0 -0
  307. /package/dist/__chunks/{HBHOLWEM.cjs.map → H6QHP7UX.cjs.map} +0 -0
  308. /package/dist/__chunks/{RC7EMZ6N.cjs.map → HCRDDKZM.cjs.map} +0 -0
  309. /package/dist/__chunks/{2GCUEMYN.cjs.map → HCVYWNQ6.cjs.map} +0 -0
  310. /package/dist/__chunks/{65PXO4OL.js.map → HTTZSCPQ.js.map} +0 -0
  311. /package/dist/__chunks/{XG7O4UGW.cjs.map → I6Y47J7A.cjs.map} +0 -0
  312. /package/dist/__chunks/{I76WKOLE.cjs.map → IBGEINNM.cjs.map} +0 -0
  313. /package/dist/__chunks/{DCGTTQAX.js.map → IJ6QNNRJ.js.map} +0 -0
  314. /package/dist/__chunks/{RCCK2EW4.cjs.map → IRV2I2PN.cjs.map} +0 -0
  315. /package/dist/__chunks/{L5RBAKAN.cjs.map → IVJLG32A.cjs.map} +0 -0
  316. /package/dist/__chunks/{H3QQNW5X.cjs.map → KHGYVM4R.cjs.map} +0 -0
  317. /package/dist/__chunks/{6ZUUHEIX.js.map → KPVVAIGD.js.map} +0 -0
  318. /package/dist/__chunks/{QI5Q2WJG.cjs.map → KRGYHG4X.cjs.map} +0 -0
  319. /package/dist/__chunks/{S37SPS42.js.map → L5HGMK6O.js.map} +0 -0
  320. /package/dist/__chunks/{GBEKI532.js.map → LRM73Q7W.js.map} +0 -0
  321. /package/dist/__chunks/{65LHF5WD.cjs.map → MKMFTN6G.cjs.map} +0 -0
  322. /package/dist/__chunks/{7ONGQA3U.js.map → MQWEXZNY.js.map} +0 -0
  323. /package/dist/__chunks/{NVTSF5NY.js.map → MYNWWZA6.js.map} +0 -0
  324. /package/dist/__chunks/{C4GAUB4Y.cjs.map → OD46XLIY.cjs.map} +0 -0
  325. /package/dist/__chunks/{XVYUFV22.cjs.map → OI3PNOEK.cjs.map} +0 -0
  326. /package/dist/__chunks/{MZOGVH4K.js.map → PPXSYRSW.js.map} +0 -0
  327. /package/dist/__chunks/{YJAKY2I2.cjs.map → Q2XNQJNM.cjs.map} +0 -0
  328. /package/dist/__chunks/{BLW57GRR.js.map → Q3NV6ANG.js.map} +0 -0
  329. /package/dist/__chunks/{GVDYEBNZ.js.map → QIEUDTGM.js.map} +0 -0
  330. /package/dist/__chunks/{HBIGKRZ2.cjs.map → QIM47JXI.cjs.map} +0 -0
  331. /package/dist/__chunks/{IYYTLOO3.cjs.map → QJMP6SPK.cjs.map} +0 -0
  332. /package/dist/__chunks/{PW6JTQVM.js.map → QQQ2H2H5.js.map} +0 -0
  333. /package/dist/__chunks/{3CYMW6HT.js.map → QUULVD2S.js.map} +0 -0
  334. /package/dist/__chunks/{5HEC7ASW.js.map → T22F22GU.js.map} +0 -0
  335. /package/dist/__chunks/{WGTJC3YN.cjs.map → TGOOGXC7.cjs.map} +0 -0
  336. /package/dist/__chunks/{BQYW6G4G.js.map → U3T7HSSI.js.map} +0 -0
  337. /package/dist/__chunks/{BIOXMBD5.js.map → UJFE5ANU.js.map} +0 -0
  338. /package/dist/__chunks/{PDVV3MOA.cjs.map → V6OYVK6F.cjs.map} +0 -0
  339. /package/dist/__chunks/{TU2BVOKD.js.map → VJUBMJDF.js.map} +0 -0
  340. /package/dist/__chunks/{L32D5WEG.cjs.map → WR7PF2OP.cjs.map} +0 -0
  341. /package/dist/__chunks/{523DPUCJ.js.map → WREHUE3B.js.map} +0 -0
  342. /package/dist/__chunks/{POMJQZKJ.cjs.map → WUQOLJEH.cjs.map} +0 -0
  343. /package/dist/__chunks/{42SRFCQL.cjs.map → XK32RAAX.cjs.map} +0 -0
  344. /package/dist/__chunks/{QNTUG5SZ.js.map → XS3MIC44.js.map} +0 -0
  345. /package/dist/__chunks/{C3FW5QDG.cjs.map → YMRI7ATG.cjs.map} +0 -0
  346. /package/dist/__chunks/{LIUV3J2M.cjs.map → YS6V3MU7.cjs.map} +0 -0
  347. /package/dist/__chunks/{EF6R3LRB.cjs.map → YSTFPAUS.cjs.map} +0 -0
  348. /package/dist/__chunks/{65PMWIHY.js.map → YWFG6EUU.js.map} +0 -0
  349. /package/dist/__chunks/{JJNZLCKX.js.map → ZGGBRE7T.js.map} +0 -0
  350. /package/dist/__chunks/{XTZEWLM5.cjs.map → ZSBYCAC5.cjs.map} +0 -0
  351. /package/dist/__chunks/{4R4H3FEY.js.map → ZVVUIPNS.js.map} +0 -0
@@ -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 "./SNLD3DG6.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 "./4LS53X3H.js";
12
+ } from "./NB2IFWV4.js";
13
13
  import {
14
14
  RichSelectBoxContext,
15
15
  RichSelectBox_default,
16
16
  convertSelection
17
- } from "./TU2BVOKD.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=PW6JTQVM.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
@@ -0,0 +1,83 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }"use client"
2
+
3
+
4
+ var _TH4TA3JNcjs = require('./TH4TA3JN.cjs');
5
+
6
+
7
+
8
+ var _65BTPZZTcjs = require('./65BTPZZT.cjs');
9
+
10
+
11
+ var _3BPWW7LWcjs = require('./3BPWW7LW.cjs');
12
+
13
+
14
+ var _4KS4YP6Ucjs = require('./4KS4YP6U.cjs');
15
+
16
+
17
+ var _MKMFTN6Gcjs = require('./MKMFTN6G.cjs');
18
+
19
+ // src/IconLinkButton/IconLinkButton.tsx
20
+
21
+
22
+ var _react = require('react');
23
+ var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
24
+
25
+ // css-module:../IconButton/IconButton.module.css#css-module
26
+ var IconButton_module_default = { "iconButton": "_iconButton_txjkh_1", "sm": "_sm_txjkh_46", "md": "_md_txjkh_51", "lg": "_lg_txjkh_56", "smIcon": "_smIcon_txjkh_61", "mdIcon": "_mdIcon_txjkh_68", "lgIcon": "_lgIcon_txjkh_75" };
27
+
28
+ // src/IconLinkButton/IconLinkButton.tsx
29
+ var _jsxruntime = require('react/jsx-runtime');
30
+ var IconLinkButton = _react.forwardRef.call(void 0,
31
+ ({
32
+ href,
33
+ target,
34
+ rel,
35
+ "data-testid": dataTestId,
36
+ color = "primary",
37
+ size = "md",
38
+ icon: Icon,
39
+ on = "lightBackground",
40
+ onClick,
41
+ disabled = false,
42
+ accessibilityLabel
43
+ }, ref) => {
44
+ const foregroundColorClass = _3BPWW7LWcjs.foregroundColor.call(void 0, color, on);
45
+ const backgroundColorClass = _MKMFTN6Gcjs.backgroundColor.call(void 0, color, on);
46
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
47
+ "a",
48
+ {
49
+ ref,
50
+ href,
51
+ target,
52
+ rel,
53
+ "data-testid": dataTestId,
54
+ "aria-label": accessibilityLabel,
55
+ className: _classnames2.default.call(void 0,
56
+ IconButton_module_default.iconButton,
57
+ foregroundColorClass,
58
+ backgroundColorClass,
59
+ _4KS4YP6Ucjs.border.call(void 0, color, on),
60
+ IconButton_module_default[size],
61
+ {
62
+ [_TH4TA3JNcjs.Button_module_default.disabled]: disabled
63
+ }
64
+ ),
65
+ onClick,
66
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
67
+ Icon,
68
+ {
69
+ className: _65BTPZZTcjs.materialIconSize[size],
70
+ size: _65BTPZZTcjs.internalIconSize[size]
71
+ }
72
+ )
73
+ }
74
+ );
75
+ }
76
+ );
77
+ IconLinkButton.displayName = "IconLinkButton";
78
+ var IconLinkButton_default = IconLinkButton;
79
+
80
+
81
+
82
+ exports.IconLinkButton_default = IconLinkButton_default;
83
+ //# sourceMappingURL=RVN2ERYI.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/IconLinkButton/IconLinkButton.tsx","css-module:../IconButton/IconButton.module.css#css-module"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA,EACE;AAAA,OAGK;AACP,OAAO,gBAAgB;;;ACL6E,IAAO,4BAAQ,EAAC,cAAa,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,mBAAkB;;;AD8I9R;AAxCR,IAAM,iBAAiB;AAAA,EACrB,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL;AAAA,IACA,WAAW;AAAA,IACX;AAAA,EACF,GACA,QACG;AACH,UAAM,uBAAuB,gBAAgB,OAAO,EAAE;AACtD,UAAM,uBAAuB,gBAAgB,OAAO,EAAE;AAEtD,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA,eAAa;AAAA,QACb,cAAY;AAAA,QACZ,WAAW;AAAA,UACT,0BAAiB;AAAA,UACjB;AAAA,UACA;AAAA,UACA,OAAO,OAAO,EAAE;AAAA,UAChB,0BAAiB,IAAI;AAAA,UACrB;AAAA,YACE,CAAC,sBAAa,QAAQ,GAAG;AAAA,UAC3B;AAAA,QACF;AAAA,QACA;AAAA,QAEA;AAAA,UAAC;AAAA;AAAA,YACC,WAAW,iBAAiB,IAAI;AAAA,YAChC,MAAM,iBAAiB,IAAI;AAAA;AAAA,QAC7B;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,eAAe,cAAc;AAE7B,IAAO,yBAAQ","sourcesContent":["import {\n forwardRef,\n type HtmlHTMLAttributes,\n type ComponentProps,\n} from \"react\";\nimport classNames from \"classnames\";\nimport React from \"react\";\nimport { type Size } from \"../constants\";\nimport {\n materialIconSize,\n internalIconSize,\n} from \"../Button/constants/iconSize\";\nimport { border } from \"../colors/border\";\n\nimport buttonStyles from \"../Button/Button.module.css\";\nimport type InternalIcon from \"../Icon/Icon\";\nimport iconButtonStyles from \"../IconButton/IconButton.module.css\";\n\nimport { foregroundColor } from \"../colors/foregroundColor\";\nimport { backgroundColor } from \"../colors/backgroundColor\";\n\ntype IconLinkButtonProps = {\n /**\n * Test id for the button\n */\n \"data-testid\"?: string;\n /**\n * The link that the IconLinkButton should route to.\n *\n */\n href?: string;\n /**\n * The target attribute specifies where to open the linked document.\n *\n */\n target?: \"_blank\" | \"_self\" | \"_parent\" | \"_top\";\n /**\n * The rel attribute specifies the relationship between the document and the link.\n *\n */\n rel?: HtmlHTMLAttributes<HTMLAnchorElement>[\"rel\"];\n /**\n * The color of the button\n *\n * @defaultValue \"primary\"\n */\n color?:\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive-primary\"\n | \"destructive-secondary\"\n | \"destructive-tertiary\"\n | \"branded\"\n | \"success-primary\"\n | \"success-secondary\"\n | \"success-tertiary\";\n /**\n * The size of the button\n * * `sm`: 32px\n * * `md`: 48px\n * * `lg`: 64px\n *\n * @defaultValue \"md\"\n */\n size?: (typeof Size)[number];\n /**\n * If `true`, the button will be disabled\n *\n * @defaultValue false\n */\n disabled?: boolean;\n /**\n * The label to be used for accessibility\n */\n\n accessibilityLabel: string;\n\n /**\n * The icon to be displayed.\n *\n * Deprecated: [Rounded Material Icon](https://material.io/resources/icons/?style=round)\n * Preferred: Syntax icon\n */\n icon:\n | React.ComponentType<{ className?: string }>\n | React.ComponentType<ComponentProps<typeof InternalIcon>>;\n /**\n * Indicate whether the button renders on a light or dark background. Changes the color of the button\n *\n * @defaultValue `lightBackground`\n */\n on?: \"lightBackground\" | \"darkBackground\";\n /**\n * An optional onClick event. This is used for certain wrapper's support (such as react-router-dom).\n */\n onClick?: React.MouseEventHandler<HTMLAnchorElement>;\n};\n\n/**\n * [IconLinkButton](https://cambly-syntax.vercel.app/?path=/docs/components-iconlinkbutton--docs) is a \"variation\" of IconButton that should look identical to IconButton, but should be used to render links instead.\n */\nconst IconLinkButton = forwardRef<HTMLAnchorElement, IconLinkButtonProps>(\n (\n {\n href,\n target,\n rel,\n \"data-testid\": dataTestId,\n color = \"primary\",\n size = \"md\",\n icon: Icon,\n on = \"lightBackground\",\n onClick,\n disabled = false,\n accessibilityLabel,\n }: IconLinkButtonProps,\n ref,\n ) => {\n const foregroundColorClass = foregroundColor(color, on);\n const backgroundColorClass = backgroundColor(color, on);\n\n return (\n <a\n ref={ref}\n href={href}\n target={target}\n rel={rel}\n data-testid={dataTestId}\n aria-label={accessibilityLabel}\n className={classNames(\n iconButtonStyles.iconButton,\n foregroundColorClass,\n backgroundColorClass,\n border(color, on),\n iconButtonStyles[size],\n {\n [buttonStyles.disabled]: disabled,\n },\n )}\n onClick={onClick}\n >\n <Icon\n className={materialIconSize[size]}\n size={internalIconSize[size]}\n />\n </a>\n );\n },\n);\n\nIconLinkButton.displayName = \"IconLinkButton\";\n\nexport default IconLinkButton;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/IconButton/IconButton.module.css\"; export default {\"iconButton\":\"_iconButton_txjkh_1\",\"sm\":\"_sm_txjkh_46\",\"md\":\"_md_txjkh_51\",\"lg\":\"_lg_txjkh_56\",\"smIcon\":\"_smIcon_txjkh_61\",\"mdIcon\":\"_mdIcon_txjkh_68\",\"lgIcon\":\"_lgIcon_txjkh_75\"}"]}
@@ -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
@@ -0,0 +1,9 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
+
3
+ // css-module:../Button/Button.module.css#css-module
4
+ var Button_module_default = { "button": "_button_v2jgj_1", "buttonGap": "_buttonGap_v2jgj_8", "disabled": "_disabled_v2jgj_42", "disabledPrimary": "_disabledPrimary_v2jgj_57", "fullWidth": "_fullWidth_v2jgj_61", "sm": "_sm_v2jgj_65", "md": "_md_v2jgj_72", "lg": "_lg_v2jgj_79", "icon": "_icon_v2jgj_86", "smIcon": "_smIcon_v2jgj_90", "mdIcon": "_mdIcon_v2jgj_97", "lgIcon": "_lgIcon_v2jgj_104", "loading": "_loading_v2jgj_121", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_v2jgj_1", "loadingCircle": "_loadingCircle_v2jgj_125" };
5
+
6
+
7
+
8
+ exports.Button_module_default = Button_module_default;
9
+ //# sourceMappingURL=TH4TA3JN.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:../Button/Button.module.css#css-module"],"names":[],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,UAAS,mBAAkB,aAAY,sBAAqB,YAAW,sBAAqB,mBAAkB,6BAA4B,aAAY,uBAAsB,MAAK,gBAAe,MAAK,gBAAe,MAAK,gBAAe,QAAO,kBAAiB,UAAS,oBAAmB,UAAS,oBAAmB,UAAS,qBAAoB,WAAU,sBAAqB,6BAA4B,sCAAqC,iBAAgB,2BAA0B","sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Button/Button.module.css\"; export default {\"button\":\"_button_v2jgj_1\",\"buttonGap\":\"_buttonGap_v2jgj_8\",\"disabled\":\"_disabled_v2jgj_42\",\"disabledPrimary\":\"_disabledPrimary_v2jgj_57\",\"fullWidth\":\"_fullWidth_v2jgj_61\",\"sm\":\"_sm_v2jgj_65\",\"md\":\"_md_v2jgj_72\",\"lg\":\"_lg_v2jgj_79\",\"icon\":\"_icon_v2jgj_86\",\"smIcon\":\"_smIcon_v2jgj_90\",\"mdIcon\":\"_mdIcon_v2jgj_97\",\"lgIcon\":\"_lgIcon_v2jgj_104\",\"loading\":\"_loading_v2jgj_121\",\"syntaxButtonLoadingRotate\":\"_syntaxButtonLoadingRotate_v2jgj_1\",\"loadingCircle\":\"_loadingCircle_v2jgj_125\"}"]}
@@ -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
@@ -4,10 +4,10 @@
4
4
  var _JVGBP6LOcjs = require('./JVGBP6LO.cjs');
5
5
 
6
6
 
7
- var _D3COBORGcjs = require('./D3COBORG.cjs');
7
+ var _2DIA2OWLcjs = require('./2DIA2OWL.cjs');
8
8
 
9
9
 
10
- var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
10
+ var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
11
11
 
12
12
  // src/Tabs/TabLink.tsx
13
13
 
@@ -40,7 +40,7 @@ var TabLink = _react.forwardRef.call(void 0,
40
40
  style: {
41
41
  height: "100%"
42
42
  },
43
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { display: "flex", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
43
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { display: "flex", alignItems: "center", height: "100%", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
44
44
  "a",
45
45
  {
46
46
  href,
@@ -51,7 +51,7 @@ var TabLink = _react.forwardRef.call(void 0,
51
51
  onClick,
52
52
  className: _JVGBP6LOcjs.Tabs_module_default.link,
53
53
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
54
- _D3COBORGcjs.TabInternal,
54
+ _2DIA2OWLcjs.TabInternal,
55
55
  {
56
56
  text,
57
57
  selected,
@@ -72,4 +72,4 @@ var TabLink_default = TabLink;
72
72
 
73
73
 
74
74
  exports.TabLink_default = TabLink_default;
75
- //# sourceMappingURL=PDVV3MOA.cjs.map
75
+ //# sourceMappingURL=V6OYVK6F.cjs.map
@@ -1,29 +1,29 @@
1
1
  "use client"
2
+ import {
3
+ ButtonGroup_default
4
+ } from "./BOX3VY3Q.js";
2
5
  import {
3
6
  Button_default
4
- } from "./BTBAAACD.js";
7
+ } from "./36W5Z2QK.js";
5
8
  import {
6
9
  Divider
7
- } from "./YAZOHZLW.js";
8
- import {
9
- ButtonGroup_default
10
- } from "./BOX3VY3Q.js";
10
+ } from "./7AQXNKEJ.js";
11
11
  import {
12
12
  RichSelectSection_default
13
- } from "./YPUA2AJT.js";
13
+ } from "./55MEPCFY.js";
14
14
  import {
15
15
  RichSelectRadioButton_default
16
- } from "./GBEKI532.js";
16
+ } from "./LRM73Q7W.js";
17
17
  import {
18
18
  RichSelectChip_default
19
- } from "./4R4H3FEY.js";
19
+ } from "./ZVVUIPNS.js";
20
20
  import {
21
21
  RichSelectItemContext,
22
22
  RichSelect_module_default
23
23
  } from "./ODMJANSX.js";
24
24
  import {
25
25
  Box_default
26
- } from "./65PMWIHY.js";
26
+ } from "./YWFG6EUU.js";
27
27
 
28
28
  // src/RichSelect/RichSelectBox.tsx
29
29
  import {
@@ -208,4 +208,4 @@ export {
208
208
  RichSelectBoxContext,
209
209
  RichSelectBox_default
210
210
  };
211
- //# sourceMappingURL=TU2BVOKD.js.map
211
+ //# sourceMappingURL=VJUBMJDF.js.map
@@ -8,22 +8,22 @@ var _3P2PWHOUcjs = require('./3P2PWHOU.cjs');
8
8
 
9
9
 
10
10
 
11
- var _7TEFD526cjs = require('./7TEFD526.cjs');
11
+ var _65BTPZZTcjs = require('./65BTPZZT.cjs');
12
12
 
13
13
 
14
- var _KJLBDAZHcjs = require('./KJLBDAZH.cjs');
14
+ var _A5IA5BEWcjs = require('./A5IA5BEW.cjs');
15
15
 
16
16
 
17
- var _LZYX5BWDcjs = require('./LZYX5BWD.cjs');
17
+ var _3BPWW7LWcjs = require('./3BPWW7LW.cjs');
18
18
 
19
19
 
20
- var _SFBTR56Icjs = require('./SFBTR56I.cjs');
20
+ var _4KS4YP6Ucjs = require('./4KS4YP6U.cjs');
21
21
 
22
22
 
23
- var _65LHF5WDcjs = require('./65LHF5WD.cjs');
23
+ var _MKMFTN6Gcjs = require('./MKMFTN6G.cjs');
24
24
 
25
25
 
26
- var _FEFAG4KTcjs = require('./FEFAG4KT.cjs');
26
+ var _FZKGDXO4cjs = require('./FZKGDXO4.cjs');
27
27
 
28
28
 
29
29
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -33,7 +33,7 @@ var _react = require('react');
33
33
  var _classnames = require('classnames'); var _classnames2 = _interopRequireDefault(_classnames);
34
34
 
35
35
  // css-module:./Button.module.css#css-module
36
- var Button_module_default = { "button": "_button_1hpt0_1", "buttonGap": "_buttonGap_1hpt0_8", "disabled": "_disabled_1hpt0_42", "disabledPrimary": "_disabledPrimary_1hpt0_56", "fullWidth": "_fullWidth_1hpt0_60", "sm": "_sm_1hpt0_64", "md": "_md_1hpt0_71", "lg": "_lg_1hpt0_78", "icon": "_icon_1hpt0_85", "smIcon": "_smIcon_1hpt0_89", "mdIcon": "_mdIcon_1hpt0_96", "lgIcon": "_lgIcon_1hpt0_103", "loading": "_loading_1hpt0_120", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_1hpt0_1", "loadingCircle": "_loadingCircle_1hpt0_124" };
36
+ var Button_module_default = { "button": "_button_v2jgj_1", "buttonGap": "_buttonGap_v2jgj_8", "disabled": "_disabled_v2jgj_42", "disabledPrimary": "_disabledPrimary_v2jgj_57", "fullWidth": "_fullWidth_v2jgj_61", "sm": "_sm_v2jgj_65", "md": "_md_v2jgj_72", "lg": "_lg_v2jgj_79", "icon": "_icon_v2jgj_86", "smIcon": "_smIcon_v2jgj_90", "mdIcon": "_mdIcon_v2jgj_97", "lgIcon": "_lgIcon_v2jgj_104", "loading": "_loading_v2jgj_121", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_v2jgj_1", "loadingCircle": "_loadingCircle_v2jgj_125" };
37
37
 
38
38
  // src/Button/Button.tsx
39
39
  var _jsxruntime = require('react/jsx-runtime');
@@ -56,8 +56,8 @@ var Button = _react.forwardRef.call(void 0,
56
56
  type = "button"
57
57
  }, ref) => {
58
58
  const isHydrated = _K4AUV2VKcjs.useIsHydrated.call(void 0, );
59
- const foregroundColorClass = _LZYX5BWDcjs.foregroundColor.call(void 0, color, on);
60
- const backgroundColorClass = _65LHF5WDcjs.backgroundColor.call(void 0, color, on);
59
+ const foregroundColorClass = _3BPWW7LWcjs.foregroundColor.call(void 0, color, on);
60
+ const backgroundColorClass = _MKMFTN6Gcjs.backgroundColor.call(void 0, color, on);
61
61
  const disabledPrimary = color === "primary" && disabled;
62
62
  const isDisabled = !isHydrated || disabled || loading;
63
63
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
@@ -74,7 +74,7 @@ var Button = _react.forwardRef.call(void 0,
74
74
  Button_module_default.button,
75
75
  foregroundColorClass,
76
76
  backgroundColorClass,
77
- _SFBTR56Icjs.border.call(void 0, color, on),
77
+ _4KS4YP6Ucjs.border.call(void 0, color, on),
78
78
  Button_module_default[size],
79
79
  {
80
80
  [Button_module_default.fullWidth]: fullWidth,
@@ -88,13 +88,13 @@ var Button = _react.forwardRef.call(void 0,
88
88
  {
89
89
  className: _classnames2.default.call(void 0,
90
90
  Button_module_default.icon,
91
- _7TEFD526cjs.materialIconSize[size],
91
+ _65BTPZZTcjs.materialIconSize[size],
92
92
  disabledPrimary && Button_module_default.disabledPrimary
93
93
  ),
94
- size: _7TEFD526cjs.internalIconSize[size]
94
+ size: _65BTPZZTcjs.internalIconSize[size]
95
95
  }
96
96
  ),
97
- (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _KJLBDAZHcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FEFAG4KTcjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
97
+ (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _A5IA5BEWcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FZKGDXO4cjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
98
98
  "span",
99
99
  {
100
100
  className: _classnames2.default.call(void 0,
@@ -109,10 +109,10 @@ var Button = _react.forwardRef.call(void 0,
109
109
  {
110
110
  className: _classnames2.default.call(void 0,
111
111
  Button_module_default.icon,
112
- _7TEFD526cjs.materialIconSize[size],
112
+ _65BTPZZTcjs.materialIconSize[size],
113
113
  disabledPrimary && Button_module_default.disabledPrimary
114
114
  ),
115
- size: _7TEFD526cjs.internalIconSize[size]
115
+ size: _65BTPZZTcjs.internalIconSize[size]
116
116
  }
117
117
  ),
118
118
  loading && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
@@ -146,4 +146,4 @@ var Button_default = Button;
146
146
 
147
147
 
148
148
  exports.Button_default = Button_default;
149
- //# sourceMappingURL=TSMYMWWE.cjs.map
149
+ //# sourceMappingURL=WNVUBW6Y.cjs.map