@cambly/syntax-core 10.38.0 → 11.0.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 (301) hide show
  1. package/dist/Avatar/Avatar.cjs +5 -5
  2. package/dist/Avatar/Avatar.css +71 -305
  3. package/dist/Avatar/Avatar.css.map +1 -1
  4. package/dist/Avatar/Avatar.d.ts +1 -1
  5. package/dist/Avatar/Avatar.js +4 -4
  6. package/dist/AvatarGroup/AvatarGroup.cjs +4 -4
  7. package/dist/AvatarGroup/AvatarGroup.css +71 -305
  8. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  9. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  10. package/dist/Badge/Badge.cjs +5 -5
  11. package/dist/Badge/Badge.css +71 -305
  12. package/dist/Badge/Badge.css.map +1 -1
  13. package/dist/Badge/Badge.d.ts +1 -1
  14. package/dist/Badge/Badge.js +4 -4
  15. package/dist/Box/Box.cjs +3 -3
  16. package/dist/Box/Box.css +71 -305
  17. package/dist/Box/Box.css.map +1 -1
  18. package/dist/Box/Box.js +2 -2
  19. package/dist/Button/Button.cjs +9 -9
  20. package/dist/Button/Button.css +71 -305
  21. package/dist/Button/Button.css.map +1 -1
  22. package/dist/Button/Button.js +8 -8
  23. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -1
  24. package/dist/Card/Card.cjs +4 -4
  25. package/dist/Card/Card.css +71 -305
  26. package/dist/Card/Card.css.map +1 -1
  27. package/dist/Card/Card.js +3 -3
  28. package/dist/Checkbox/Checkbox.cjs +4 -4
  29. package/dist/Checkbox/Checkbox.css +71 -305
  30. package/dist/Checkbox/Checkbox.css.map +1 -1
  31. package/dist/Checkbox/Checkbox.d.ts +1 -1
  32. package/dist/Checkbox/Checkbox.js +3 -3
  33. package/dist/Chip/Chip.cjs +5 -5
  34. package/dist/Chip/Chip.css +71 -305
  35. package/dist/Chip/Chip.css.map +1 -1
  36. package/dist/Chip/Chip.js +4 -4
  37. package/dist/Dialog/Dialog.cjs +3 -3
  38. package/dist/Dialog/Dialog.css +71 -305
  39. package/dist/Dialog/Dialog.css.map +1 -1
  40. package/dist/Dialog/Dialog.js +2 -2
  41. package/dist/Dialog/ModalDialog.cjs +10 -10
  42. package/dist/Dialog/ModalDialog.css +71 -305
  43. package/dist/Dialog/ModalDialog.css.map +1 -1
  44. package/dist/Dialog/ModalDialog.js +9 -9
  45. package/dist/Divider/Divider.cjs +3 -3
  46. package/dist/Divider/Divider.css +71 -305
  47. package/dist/Divider/Divider.css.map +1 -1
  48. package/dist/Divider/Divider.js +2 -2
  49. package/dist/Heading/Heading.cjs +4 -4
  50. package/dist/Heading/Heading.css +71 -305
  51. package/dist/Heading/Heading.css.map +1 -1
  52. package/dist/Heading/Heading.d.ts +1 -1
  53. package/dist/Heading/Heading.js +3 -3
  54. package/dist/IconButton/IconButton.cjs +6 -6
  55. package/dist/IconButton/IconButton.css +71 -305
  56. package/dist/IconButton/IconButton.css.map +1 -1
  57. package/dist/IconButton/IconButton.js +5 -5
  58. package/dist/LinkButton/LinkButton.cjs +8 -8
  59. package/dist/LinkButton/LinkButton.css +71 -305
  60. package/dist/LinkButton/LinkButton.css.map +1 -1
  61. package/dist/LinkButton/LinkButton.js +7 -7
  62. package/dist/Modal/Layer.cjs +4 -4
  63. package/dist/Modal/Layer.css +71 -305
  64. package/dist/Modal/Layer.css.map +1 -1
  65. package/dist/Modal/Layer.js +3 -3
  66. package/dist/Modal/Modal.cjs +12 -12
  67. package/dist/Modal/Modal.css +71 -305
  68. package/dist/Modal/Modal.css.map +1 -1
  69. package/dist/Modal/Modal.js +11 -11
  70. package/dist/Popover/Popover.cjs +11 -11
  71. package/dist/Popover/Popover.css +71 -305
  72. package/dist/Popover/Popover.css.map +1 -1
  73. package/dist/Popover/Popover.js +10 -10
  74. package/dist/RadioButton/RadioButton.cjs +5 -5
  75. package/dist/RadioButton/RadioButton.css +71 -305
  76. package/dist/RadioButton/RadioButton.css.map +1 -1
  77. package/dist/RadioButton/RadioButton.d.ts +1 -1
  78. package/dist/RadioButton/RadioButton.js +4 -4
  79. package/dist/RichSelect/RichSelectBox.cjs +16 -16
  80. package/dist/RichSelect/RichSelectBox.css +71 -305
  81. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  82. package/dist/RichSelect/RichSelectBox.d.ts +1 -1
  83. package/dist/RichSelect/RichSelectBox.js +15 -15
  84. package/dist/RichSelect/RichSelectChip.cjs +6 -6
  85. package/dist/RichSelect/RichSelectChip.css +71 -305
  86. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  87. package/dist/RichSelect/RichSelectChip.js +5 -5
  88. package/dist/RichSelect/RichSelectList.cjs +22 -22
  89. package/dist/RichSelect/RichSelectList.css +71 -305
  90. package/dist/RichSelect/RichSelectList.css.map +1 -1
  91. package/dist/RichSelect/RichSelectList.d.ts +1 -1
  92. package/dist/RichSelect/RichSelectList.js +21 -21
  93. package/dist/RichSelect/RichSelectRadioButton.cjs +6 -6
  94. package/dist/RichSelect/RichSelectRadioButton.css +71 -305
  95. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  96. package/dist/RichSelect/RichSelectRadioButton.d.ts +1 -1
  97. package/dist/RichSelect/RichSelectRadioButton.js +5 -5
  98. package/dist/RichSelect/RichSelectSection.cjs +4 -4
  99. package/dist/RichSelect/RichSelectSection.css +71 -305
  100. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  101. package/dist/RichSelect/RichSelectSection.js +3 -3
  102. package/dist/SelectList/SelectList.cjs +6 -6
  103. package/dist/SelectList/SelectList.css +71 -305
  104. package/dist/SelectList/SelectList.css.map +1 -1
  105. package/dist/SelectList/SelectList.js +5 -5
  106. package/dist/TapArea/TapArea.d.ts +1 -1
  107. package/dist/TextArea/TextArea.cjs +5 -5
  108. package/dist/TextArea/TextArea.css +71 -305
  109. package/dist/TextArea/TextArea.css.map +1 -1
  110. package/dist/TextArea/TextArea.js +4 -4
  111. package/dist/TextField/TextField.cjs +5 -5
  112. package/dist/TextField/TextField.css +71 -305
  113. package/dist/TextField/TextField.css.map +1 -1
  114. package/dist/TextField/TextField.js +4 -4
  115. package/dist/Tooltip/Tooltip.cjs +4 -4
  116. package/dist/Tooltip/Tooltip.css +71 -305
  117. package/dist/Tooltip/Tooltip.css.map +1 -1
  118. package/dist/Tooltip/Tooltip.js +3 -3
  119. package/dist/Typography/Typography.cjs +3 -3
  120. package/dist/Typography/Typography.css +71 -305
  121. package/dist/Typography/Typography.css.map +1 -1
  122. package/dist/Typography/Typography.d.ts +1 -1
  123. package/dist/Typography/Typography.js +2 -2
  124. package/dist/__chunks/25TMUQNI.cjs +9 -0
  125. package/dist/__chunks/25TMUQNI.cjs.map +1 -0
  126. package/dist/__chunks/{T43E4BS4.js → 2AXMXHLN.js} +5 -5
  127. package/dist/__chunks/{T2G4KRBE.cjs → 2DIXO2DX.cjs} +4 -4
  128. package/dist/__chunks/2M4NFHP3.cjs +9 -0
  129. package/dist/__chunks/2M4NFHP3.cjs.map +1 -0
  130. package/dist/__chunks/{PX2UXNON.js → 2Y74R7FR.js} +4 -4
  131. package/dist/__chunks/2Y74R7FR.js.map +1 -0
  132. package/dist/__chunks/33N6APZI.cjs +37 -0
  133. package/dist/__chunks/{3OMIAWRN.cjs → 3F6ZYQ2N.cjs} +9 -9
  134. package/dist/__chunks/{2IXPTAJD.js → 3GMABSQQ.js} +9 -9
  135. package/dist/__chunks/3GMABSQQ.js.map +1 -0
  136. package/dist/__chunks/{OUH7XWQR.cjs → 3Q5GZWDJ.cjs} +7 -7
  137. package/dist/__chunks/{X67IWLZJ.cjs → 3TRJH5PN.cjs} +16 -16
  138. package/dist/__chunks/{HXTCI7A3.js → 3XJZEGNR.js} +2 -2
  139. package/dist/__chunks/42PXTCNP.js +9 -0
  140. package/dist/__chunks/42PXTCNP.js.map +1 -0
  141. package/dist/__chunks/{COLPERJT.cjs → 5A7NZN6R.cjs} +7 -7
  142. package/dist/__chunks/{272LSIIS.cjs → 5TXFYVC6.cjs} +5 -5
  143. package/dist/__chunks/{272LSIIS.cjs.map → 5TXFYVC6.cjs.map} +1 -1
  144. package/dist/__chunks/{PROA22UK.cjs → 65J4XTMX.cjs} +7 -7
  145. package/dist/__chunks/{JUQWWD2D.js → 665YTLAL.js} +3 -3
  146. package/dist/__chunks/{ZGI5YNKG.cjs → 6Y5ROOOQ.cjs} +3 -3
  147. package/dist/__chunks/{A6EQN4YQ.js → 72KJKVDM.js} +7 -7
  148. package/dist/__chunks/{45TK5V2G.cjs → 7ROHPPQU.cjs} +24 -24
  149. package/dist/__chunks/{YUMINZNX.cjs → APLP5AB7.cjs} +1 -1
  150. package/dist/__chunks/{YUMINZNX.cjs.map → APLP5AB7.cjs.map} +1 -1
  151. package/dist/__chunks/{SSVDOCMD.js → B2H72KQX.js} +3 -3
  152. package/dist/__chunks/{D5AQ3PGB.cjs → BR5VQPSZ.cjs} +3 -3
  153. package/dist/__chunks/{6PRG6ZYW.js → BVBONLQR.js} +2 -2
  154. package/dist/__chunks/{ECA33JJ5.js → C3HA4L2U.js} +2 -2
  155. package/dist/__chunks/{MOJ335LT.cjs → CC2KCC7R.cjs} +8 -8
  156. package/dist/__chunks/{XCGRNBQH.cjs → CCWSUOIC.cjs} +10 -10
  157. package/dist/__chunks/CCWSUOIC.cjs.map +1 -0
  158. package/dist/__chunks/{DMA6PPUZ.cjs → DCWVWQ2F.cjs} +3 -6
  159. package/dist/__chunks/DCWVWQ2F.cjs.map +1 -0
  160. package/dist/__chunks/{HLC7NU6Z.js → DHOC4CAU.js} +2 -2
  161. package/dist/__chunks/{UVQS6LU3.js → DWWKBOGE.js} +11 -11
  162. package/dist/__chunks/DWWKBOGE.js.map +1 -0
  163. package/dist/__chunks/{QVOCSKIN.js → EDJLIWNN.js} +5 -5
  164. package/dist/__chunks/{NMX5UDLV.js → EOEYMFUJ.js} +2 -2
  165. package/dist/__chunks/{MEOMWLNG.js → ETNYF6H5.js} +4 -4
  166. package/dist/__chunks/{FESAFV44.cjs → FPDSM74F.cjs} +3 -3
  167. package/dist/__chunks/{D62L3CWM.cjs → GJZUC7BQ.cjs} +7 -7
  168. package/dist/__chunks/{7IV2L4B4.cjs → GOW4YAYH.cjs} +6 -6
  169. package/dist/__chunks/{7IV2L4B4.cjs.map → GOW4YAYH.cjs.map} +1 -1
  170. package/dist/__chunks/{TZGJS522.js → HH5XJEO5.js} +2 -2
  171. package/dist/__chunks/{K65WDLIC.js → HMTHZDZ3.js} +5 -5
  172. package/dist/__chunks/HMTHZDZ3.js.map +1 -0
  173. package/dist/__chunks/LGB3NFC4.cjs +56 -0
  174. package/dist/__chunks/LGB3NFC4.cjs.map +1 -0
  175. package/dist/__chunks/{CTNDDLBZ.js → LPI4KPI2.js} +3 -3
  176. package/dist/__chunks/{UT353VLR.cjs → M4HJ5QZM.cjs} +3 -3
  177. package/dist/__chunks/{BOU7KSFV.cjs → M6F3DOMS.cjs} +14 -14
  178. package/dist/__chunks/{T32LVZ6S.js → O7LOFAKP.js} +2 -2
  179. package/dist/__chunks/{A5FQZ2CW.js → OSFJ6PMW.js} +1 -1
  180. package/dist/__chunks/{A5FQZ2CW.js.map → OSFJ6PMW.js.map} +1 -1
  181. package/dist/__chunks/{FVGIQTM2.js → OXM4ZIZ4.js} +4 -4
  182. package/dist/__chunks/{JRTUP3VP.cjs → PZ6S6MCT.cjs} +8 -8
  183. package/dist/__chunks/{M36V23WR.js → Q62XO2L2.js} +2 -2
  184. package/dist/__chunks/{4EIK6LQR.js → Q6JWKPZD.js} +3 -3
  185. package/dist/__chunks/{CGBH73TM.cjs → QSPSQGJI.cjs} +3 -3
  186. package/dist/__chunks/{W52D7D34.cjs → QTBR7TWV.cjs} +5 -5
  187. package/dist/__chunks/{H3IUTBTY.js → QZC5LXBR.js} +3 -3
  188. package/dist/__chunks/{EZUXET6V.cjs → RB3G3MSW.cjs} +3 -3
  189. package/dist/__chunks/RJHD6EJ3.js +56 -0
  190. package/dist/__chunks/RJHD6EJ3.js.map +1 -0
  191. package/dist/__chunks/{CHOHIFJN.cjs → ROKJS4JR.cjs} +3 -3
  192. package/dist/__chunks/{JHUEQO5Q.cjs → S35EEGAP.cjs} +3 -3
  193. package/dist/__chunks/{Y2AMPQUU.cjs → S3ZWPIRJ.cjs} +10 -10
  194. package/dist/__chunks/{MKZONAGT.cjs → TBD42MPV.cjs} +11 -11
  195. package/dist/__chunks/{MKZONAGT.cjs.map → TBD42MPV.cjs.map} +1 -1
  196. package/dist/__chunks/{535SBVS5.js → U3FBL6LD.js} +2 -2
  197. package/dist/__chunks/{RQ5XRLL6.js → UENDVGIP.js} +2 -2
  198. package/dist/__chunks/{UK6ERDNB.cjs → UQWB5VP6.cjs} +8 -8
  199. package/dist/__chunks/UZ4ORX3X.js +9 -0
  200. package/dist/__chunks/UZ4ORX3X.js.map +1 -0
  201. package/dist/__chunks/{OSEMTZVK.js → VISYTOZE.js} +10 -10
  202. package/dist/__chunks/{TK2EQ6QG.js → WLJ6Y7KS.js} +3 -6
  203. package/dist/__chunks/{TK2EQ6QG.js.map → WLJ6Y7KS.js.map} +1 -1
  204. package/dist/__chunks/{76LTWV2Q.cjs → WZWLUIXX.cjs} +3 -3
  205. package/dist/__chunks/{SNF42PSE.js → XGJC6J5R.js} +4 -4
  206. package/dist/__chunks/{ASY5BZ34.js → XZOWHDOS.js} +6 -6
  207. package/dist/__chunks/{T2WJJCS3.cjs → YBNBVMSU.cjs} +7 -7
  208. package/dist/__chunks/{T2WJJCS3.cjs.map → YBNBVMSU.cjs.map} +1 -1
  209. package/dist/__chunks/{LDHALTXE.js → Z4HWXSTM.js} +3 -3
  210. package/dist/__chunks/{GJMFOAIB.js → ZVERXSQG.js} +4 -4
  211. package/dist/__chunks/ZVERXSQG.js.map +1 -0
  212. package/dist/colors/allColors.cjs +33 -55
  213. package/dist/colors/allColors.cjs.map +1 -1
  214. package/dist/colors/allColors.d.ts +1 -1
  215. package/dist/colors/allColors.js +33 -55
  216. package/dist/colors/allColors.js.map +1 -1
  217. package/dist/colors/backgroundColor.cjs +3 -3
  218. package/dist/colors/backgroundColor.css +71 -305
  219. package/dist/colors/backgroundColor.css.map +1 -1
  220. package/dist/colors/backgroundColor.js +2 -2
  221. package/dist/colors/border.cjs +3 -3
  222. package/dist/colors/border.css +71 -305
  223. package/dist/colors/border.css.map +1 -1
  224. package/dist/colors/border.js +2 -2
  225. package/dist/colors/foregroundColor.cjs +3 -3
  226. package/dist/colors/foregroundColor.css +71 -305
  227. package/dist/colors/foregroundColor.css.map +1 -1
  228. package/dist/colors/foregroundColor.js +2 -2
  229. package/dist/index.cjs +35 -35
  230. package/dist/index.css +71 -305
  231. package/dist/index.css.map +1 -1
  232. package/dist/index.js +34 -34
  233. package/package.json +3 -3
  234. package/dist/__chunks/2IXPTAJD.js.map +0 -1
  235. package/dist/__chunks/C3KZXHTV.cjs +0 -37
  236. package/dist/__chunks/DMA6PPUZ.cjs.map +0 -1
  237. package/dist/__chunks/GJMFOAIB.js.map +0 -1
  238. package/dist/__chunks/K65WDLIC.js.map +0 -1
  239. package/dist/__chunks/KZT53ITQ.cjs +0 -9
  240. package/dist/__chunks/KZT53ITQ.cjs.map +0 -1
  241. package/dist/__chunks/PUTZ53EC.js +0 -9
  242. package/dist/__chunks/PUTZ53EC.js.map +0 -1
  243. package/dist/__chunks/PX2UXNON.js.map +0 -1
  244. package/dist/__chunks/QT6IRCGW.cjs +0 -9
  245. package/dist/__chunks/QT6IRCGW.cjs.map +0 -1
  246. package/dist/__chunks/RAL6R27S.cjs +0 -56
  247. package/dist/__chunks/RAL6R27S.cjs.map +0 -1
  248. package/dist/__chunks/S6TNP7G5.js +0 -9
  249. package/dist/__chunks/S6TNP7G5.js.map +0 -1
  250. package/dist/__chunks/T6PXFSRX.js +0 -56
  251. package/dist/__chunks/T6PXFSRX.js.map +0 -1
  252. package/dist/__chunks/UVQS6LU3.js.map +0 -1
  253. package/dist/__chunks/XCGRNBQH.cjs.map +0 -1
  254. /package/dist/__chunks/{T43E4BS4.js.map → 2AXMXHLN.js.map} +0 -0
  255. /package/dist/__chunks/{T2G4KRBE.cjs.map → 2DIXO2DX.cjs.map} +0 -0
  256. /package/dist/__chunks/{C3KZXHTV.cjs.map → 33N6APZI.cjs.map} +0 -0
  257. /package/dist/__chunks/{3OMIAWRN.cjs.map → 3F6ZYQ2N.cjs.map} +0 -0
  258. /package/dist/__chunks/{OUH7XWQR.cjs.map → 3Q5GZWDJ.cjs.map} +0 -0
  259. /package/dist/__chunks/{X67IWLZJ.cjs.map → 3TRJH5PN.cjs.map} +0 -0
  260. /package/dist/__chunks/{HXTCI7A3.js.map → 3XJZEGNR.js.map} +0 -0
  261. /package/dist/__chunks/{COLPERJT.cjs.map → 5A7NZN6R.cjs.map} +0 -0
  262. /package/dist/__chunks/{PROA22UK.cjs.map → 65J4XTMX.cjs.map} +0 -0
  263. /package/dist/__chunks/{JUQWWD2D.js.map → 665YTLAL.js.map} +0 -0
  264. /package/dist/__chunks/{ZGI5YNKG.cjs.map → 6Y5ROOOQ.cjs.map} +0 -0
  265. /package/dist/__chunks/{A6EQN4YQ.js.map → 72KJKVDM.js.map} +0 -0
  266. /package/dist/__chunks/{45TK5V2G.cjs.map → 7ROHPPQU.cjs.map} +0 -0
  267. /package/dist/__chunks/{SSVDOCMD.js.map → B2H72KQX.js.map} +0 -0
  268. /package/dist/__chunks/{D5AQ3PGB.cjs.map → BR5VQPSZ.cjs.map} +0 -0
  269. /package/dist/__chunks/{6PRG6ZYW.js.map → BVBONLQR.js.map} +0 -0
  270. /package/dist/__chunks/{ECA33JJ5.js.map → C3HA4L2U.js.map} +0 -0
  271. /package/dist/__chunks/{MOJ335LT.cjs.map → CC2KCC7R.cjs.map} +0 -0
  272. /package/dist/__chunks/{HLC7NU6Z.js.map → DHOC4CAU.js.map} +0 -0
  273. /package/dist/__chunks/{QVOCSKIN.js.map → EDJLIWNN.js.map} +0 -0
  274. /package/dist/__chunks/{NMX5UDLV.js.map → EOEYMFUJ.js.map} +0 -0
  275. /package/dist/__chunks/{MEOMWLNG.js.map → ETNYF6H5.js.map} +0 -0
  276. /package/dist/__chunks/{FESAFV44.cjs.map → FPDSM74F.cjs.map} +0 -0
  277. /package/dist/__chunks/{D62L3CWM.cjs.map → GJZUC7BQ.cjs.map} +0 -0
  278. /package/dist/__chunks/{TZGJS522.js.map → HH5XJEO5.js.map} +0 -0
  279. /package/dist/__chunks/{CTNDDLBZ.js.map → LPI4KPI2.js.map} +0 -0
  280. /package/dist/__chunks/{UT353VLR.cjs.map → M4HJ5QZM.cjs.map} +0 -0
  281. /package/dist/__chunks/{BOU7KSFV.cjs.map → M6F3DOMS.cjs.map} +0 -0
  282. /package/dist/__chunks/{T32LVZ6S.js.map → O7LOFAKP.js.map} +0 -0
  283. /package/dist/__chunks/{FVGIQTM2.js.map → OXM4ZIZ4.js.map} +0 -0
  284. /package/dist/__chunks/{JRTUP3VP.cjs.map → PZ6S6MCT.cjs.map} +0 -0
  285. /package/dist/__chunks/{M36V23WR.js.map → Q62XO2L2.js.map} +0 -0
  286. /package/dist/__chunks/{4EIK6LQR.js.map → Q6JWKPZD.js.map} +0 -0
  287. /package/dist/__chunks/{CGBH73TM.cjs.map → QSPSQGJI.cjs.map} +0 -0
  288. /package/dist/__chunks/{W52D7D34.cjs.map → QTBR7TWV.cjs.map} +0 -0
  289. /package/dist/__chunks/{H3IUTBTY.js.map → QZC5LXBR.js.map} +0 -0
  290. /package/dist/__chunks/{EZUXET6V.cjs.map → RB3G3MSW.cjs.map} +0 -0
  291. /package/dist/__chunks/{CHOHIFJN.cjs.map → ROKJS4JR.cjs.map} +0 -0
  292. /package/dist/__chunks/{JHUEQO5Q.cjs.map → S35EEGAP.cjs.map} +0 -0
  293. /package/dist/__chunks/{Y2AMPQUU.cjs.map → S3ZWPIRJ.cjs.map} +0 -0
  294. /package/dist/__chunks/{535SBVS5.js.map → U3FBL6LD.js.map} +0 -0
  295. /package/dist/__chunks/{RQ5XRLL6.js.map → UENDVGIP.js.map} +0 -0
  296. /package/dist/__chunks/{UK6ERDNB.cjs.map → UQWB5VP6.cjs.map} +0 -0
  297. /package/dist/__chunks/{OSEMTZVK.js.map → VISYTOZE.js.map} +0 -0
  298. /package/dist/__chunks/{76LTWV2Q.cjs.map → WZWLUIXX.cjs.map} +0 -0
  299. /package/dist/__chunks/{SNF42PSE.js.map → XGJC6J5R.js.map} +0 -0
  300. /package/dist/__chunks/{ASY5BZ34.js.map → XZOWHDOS.js.map} +0 -0
  301. /package/dist/__chunks/{LDHALTXE.js.map → Z4HWXSTM.js.map} +0 -0
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _XCGRNBQHcjs = require('./XCGRNBQH.cjs');
4
+ var _CCWSUOICcjs = require('./CCWSUOIC.cjs');
5
5
 
6
6
  // src/Heading/Heading.tsx
7
7
  var _jsxruntime = require('react/jsx-runtime');
@@ -28,7 +28,7 @@ var Heading = ({
28
28
  size = 500
29
29
  }) => {
30
30
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
31
- _XCGRNBQHcjs.Typography_default,
31
+ _CCWSUOICcjs.Typography_default,
32
32
  {
33
33
  align,
34
34
  as,
@@ -47,4 +47,4 @@ var Heading_default = Heading;
47
47
 
48
48
 
49
49
  exports.Heading_default = Heading_default;
50
- //# sourceMappingURL=CGBH73TM.cjs.map
50
+ //# sourceMappingURL=QSPSQGJI.cjs.map
@@ -1,10 +1,10 @@
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 _D62L3CWMcjs = require('./D62L3CWM.cjs');
4
+ var _GJZUC7BQcjs = require('./GJZUC7BQ.cjs');
5
5
 
6
6
 
7
- var _76LTWV2Qcjs = require('./76LTWV2Q.cjs');
7
+ var _WZWLUIXXcjs = require('./WZWLUIXX.cjs');
8
8
 
9
9
 
10
10
  var _MF7LLV7Vcjs = require('./MF7LLV7V.cjs');
@@ -100,7 +100,7 @@ var Popover = _react.forwardRef.call(void 0, function Popover2(props, ref) {
100
100
  } = props;
101
101
  const modal = !children || modalProp;
102
102
  const modalNode = /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
103
- _D62L3CWMcjs.ModalDialog_default,
103
+ _GJZUC7BQcjs.ModalDialog_default,
104
104
  {
105
105
  accessibilityLabel,
106
106
  accessibilityCloseLabel,
@@ -117,7 +117,7 @@ var Popover = _react.forwardRef.call(void 0, function Popover2(props, ref) {
117
117
  {
118
118
  placement: _LLFHCGRAcjs.syntaxToReactAriaPlacement.call(void 0, placement),
119
119
  onChangeContentVisibility,
120
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _76LTWV2Qcjs.Dialog_default, { accessibilityLabel, "data-testid": dataTestId, children: content })
120
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WZWLUIXXcjs.Dialog_default, { accessibilityLabel, "data-testid": dataTestId, children: content })
121
121
  }
122
122
  );
123
123
  if (!children)
@@ -141,4 +141,4 @@ var Popover_default = Popover;
141
141
 
142
142
 
143
143
  exports.AriaPopover = AriaPopover; exports.Popover_default = Popover_default;
144
- //# sourceMappingURL=W52D7D34.cjs.map
144
+ //# sourceMappingURL=QTBR7TWV.cjs.map
@@ -1,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./M36V23WR.js";
4
+ } from "./Q62XO2L2.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./2IXPTAJD.js";
7
+ } from "./3GMABSQQ.js";
8
8
  import {
9
9
  useIsHydrated
10
10
  } from "./JB65NEXK.js";
@@ -89,4 +89,4 @@ var TextArea_default = TextArea;
89
89
  export {
90
90
  TextArea_default
91
91
  };
92
- //# sourceMappingURL=H3IUTBTY.js.map
92
+ //# sourceMappingURL=QZC5LXBR.js.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _FESAFV44cjs = require('./FESAFV44.cjs');
4
+ var _FPDSM74Fcjs = require('./FPDSM74F.cjs');
5
5
 
6
6
  // src/Modal/Layer.tsx
7
7
  var _reactdom = require('react-dom');
@@ -12,7 +12,7 @@ function Layer({
12
12
  }) {
13
13
  return typeof document !== "undefined" ? _reactdom.createPortal.call(void 0,
14
14
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
15
- _FESAFV44cjs.Box_default,
15
+ _FPDSM74Fcjs.Box_default,
16
16
  {
17
17
  "data-testid": "syntax-layer",
18
18
  position: "fixed",
@@ -29,4 +29,4 @@ function Layer({
29
29
 
30
30
 
31
31
  exports.Layer = Layer;
32
- //# sourceMappingURL=EZUXET6V.cjs.map
32
+ //# sourceMappingURL=RB3G3MSW.cjs.map
@@ -0,0 +1,56 @@
1
+ "use client"
2
+ import {
3
+ colors_module_default
4
+ } from "./42PXTCNP.js";
5
+
6
+ // src/colors/backgroundColor.ts
7
+ function backgroundColor(color, on) {
8
+ if (on === "lightBackground") {
9
+ switch (color) {
10
+ case "primary":
11
+ return colors_module_default.blackBackgroundColor;
12
+ case "secondary":
13
+ case "success-secondary":
14
+ case "destructive-secondary":
15
+ return colors_module_default.transparentFullBackgroundColor;
16
+ case "tertiary":
17
+ case "success-tertiary":
18
+ case "destructive-tertiary":
19
+ return colors_module_default.transparentFullBackgroundColor;
20
+ case "success-primary":
21
+ return colors_module_default.success700BackgroundColor;
22
+ case "destructive-primary":
23
+ return colors_module_default.destructive700BackgroundColor;
24
+ case "branded":
25
+ return colors_module_default.yellow700BackgroundColor;
26
+ default:
27
+ return colors_module_default.blackBackgroundColor;
28
+ }
29
+ } else {
30
+ switch (color) {
31
+ case "primary":
32
+ return colors_module_default.gray200BackgroundColor;
33
+ case "secondary":
34
+ case "success-secondary":
35
+ case "destructive-secondary":
36
+ return colors_module_default.transparentFullBackgroundColor;
37
+ case "tertiary":
38
+ case "success-tertiary":
39
+ case "destructive-tertiary":
40
+ return colors_module_default.transparentFullBackgroundColor;
41
+ case "success-primary":
42
+ return colors_module_default.success300BackgroundColor;
43
+ case "destructive-primary":
44
+ return colors_module_default.destructive300BackgroundColor;
45
+ case "branded":
46
+ return colors_module_default.yellow700BackgroundColor;
47
+ default:
48
+ return colors_module_default.whiteBackgroundColor;
49
+ }
50
+ }
51
+ }
52
+
53
+ export {
54
+ backgroundColor
55
+ };
56
+ //# sourceMappingURL=RJHD6EJ3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/colors/backgroundColor.ts"],"sourcesContent":["import { type Color } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function backgroundColor(\n color: (typeof Color)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"primary\":\n return styles.blackBackgroundColor;\n case \"secondary\":\n case \"success-secondary\":\n case \"destructive-secondary\":\n return styles.transparentFullBackgroundColor;\n case \"tertiary\":\n case \"success-tertiary\":\n case \"destructive-tertiary\":\n return styles.transparentFullBackgroundColor;\n case \"success-primary\":\n return styles.success700BackgroundColor;\n case \"destructive-primary\":\n return styles.destructive700BackgroundColor;\n case \"branded\":\n return styles.yellow700BackgroundColor;\n default:\n return styles.blackBackgroundColor;\n }\n } else {\n switch (color) {\n case \"primary\":\n return styles.gray200BackgroundColor;\n case \"secondary\":\n case \"success-secondary\":\n case \"destructive-secondary\":\n return styles.transparentFullBackgroundColor;\n case \"tertiary\":\n case \"success-tertiary\":\n case \"destructive-tertiary\":\n return styles.transparentFullBackgroundColor;\n case \"success-primary\":\n return styles.success300BackgroundColor;\n case \"destructive-primary\":\n return styles.destructive300BackgroundColor;\n case \"branded\":\n return styles.yellow700BackgroundColor;\n default:\n return styles.whiteBackgroundColor;\n }\n }\n}\n"],"mappings":";;;;;;AAGO,SAAS,gBACd,OACA,IACQ;AACR,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF;","names":[]}
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _FESAFV44cjs = require('./FESAFV44.cjs');
4
+ var _FPDSM74Fcjs = require('./FPDSM74F.cjs');
5
5
 
6
6
  // src/AvatarGroup/AvatarGroup.tsx
7
7
 
@@ -20,7 +20,7 @@ function AvatarGroup({
20
20
  children
21
21
  }) {
22
22
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, AvatarGroupContext.Provider, { value: { size, orientation }, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23
- _FESAFV44cjs.Box_default,
23
+ _FPDSM74Fcjs.Box_default,
24
24
  {
25
25
  display: "flex",
26
26
  justifyContent: orientation === "standard" ? "start" : "end",
@@ -39,4 +39,4 @@ AvatarGroup.displayName = "AvatarGroup";
39
39
 
40
40
 
41
41
  exports.useAvatarGroup = useAvatarGroup; exports.AvatarGroup = AvatarGroup;
42
- //# sourceMappingURL=CHOHIFJN.cjs.map
42
+ //# sourceMappingURL=ROKJS4JR.cjs.map
@@ -7,7 +7,7 @@ var _MF7LLV7Vcjs = require('./MF7LLV7V.cjs');
7
7
  var _IL22HCBFcjs = require('./IL22HCBF.cjs');
8
8
 
9
9
 
10
- var _XCGRNBQHcjs = require('./XCGRNBQH.cjs');
10
+ var _CCWSUOICcjs = require('./CCWSUOIC.cjs');
11
11
 
12
12
  // src/RichSelect/RichSelectSection.tsx
13
13
  var _react = require('react');
@@ -39,7 +39,7 @@ var RichSelectSection_default = _react.forwardRef.call(void 0,
39
39
  }
40
40
  ),
41
41
  children: [
42
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactariacomponents.Header, { className: _classnames2.default.call(void 0, _MF7LLV7Vcjs.layout_module_default.fullWidth), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _XCGRNBQHcjs.Typography_default, { children: label }) }),
42
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactariacomponents.Header, { className: _classnames2.default.call(void 0, _MF7LLV7Vcjs.layout_module_default.fullWidth), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _CCWSUOICcjs.Typography_default, { children: label }) }),
43
43
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactariacomponents.Collection, { children })
44
44
  ]
45
45
  }
@@ -50,4 +50,4 @@ var RichSelectSection_default = _react.forwardRef.call(void 0,
50
50
 
51
51
 
52
52
  exports.RichSelectSection_default = RichSelectSection_default;
53
- //# sourceMappingURL=JHUEQO5Q.cjs.map
53
+ //# sourceMappingURL=S35EEGAP.cjs.map
@@ -10,19 +10,19 @@ var _3P2PWHOUcjs = require('./3P2PWHOU.cjs');
10
10
  var _BHN2OODFcjs = require('./BHN2OODF.cjs');
11
11
 
12
12
 
13
- var _MKZONAGTcjs = require('./MKZONAGT.cjs');
13
+ var _TBD42MPVcjs = require('./TBD42MPV.cjs');
14
14
 
15
15
 
16
- var _C3KZXHTVcjs = require('./C3KZXHTV.cjs');
16
+ var _33N6APZIcjs = require('./33N6APZI.cjs');
17
17
 
18
18
 
19
- var _RAL6R27Scjs = require('./RAL6R27S.cjs');
19
+ var _LGB3NFC4cjs = require('./LGB3NFC4.cjs');
20
20
 
21
21
 
22
- var _FESAFV44cjs = require('./FESAFV44.cjs');
22
+ var _FPDSM74Fcjs = require('./FPDSM74F.cjs');
23
23
 
24
24
 
25
- var _XCGRNBQHcjs = require('./XCGRNBQH.cjs');
25
+ var _CCWSUOICcjs = require('./CCWSUOIC.cjs');
26
26
 
27
27
 
28
28
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -55,8 +55,8 @@ var Button = _react.forwardRef.call(void 0,
55
55
  type = "button"
56
56
  }, ref) => {
57
57
  const isHydrated = _K4AUV2VKcjs.useIsHydrated.call(void 0, );
58
- const foregroundColorClass = _MKZONAGTcjs.foregroundColor.call(void 0, color, on);
59
- const backgroundColorClass = _RAL6R27Scjs.backgroundColor.call(void 0, color, on);
58
+ const foregroundColorClass = _TBD42MPVcjs.foregroundColor.call(void 0, color, on);
59
+ const backgroundColorClass = _LGB3NFC4cjs.backgroundColor.call(void 0, color, on);
60
60
  const disabledPrimary = color === "primary" && disabled;
61
61
  const isDisabled = !isHydrated || disabled || loading;
62
62
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
@@ -73,7 +73,7 @@ var Button = _react.forwardRef.call(void 0,
73
73
  Button_module_default.button,
74
74
  foregroundColorClass,
75
75
  backgroundColorClass,
76
- _C3KZXHTVcjs.border.call(void 0, color, on),
76
+ _33N6APZIcjs.border.call(void 0, color, on),
77
77
  Button_module_default[size],
78
78
  {
79
79
  [Button_module_default.fullWidth]: fullWidth,
@@ -92,7 +92,7 @@ var Button = _react.forwardRef.call(void 0,
92
92
  )
93
93
  }
94
94
  ),
95
- (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FESAFV44cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _XCGRNBQHcjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
95
+ (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FPDSM74Fcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _CCWSUOICcjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
96
96
  "span",
97
97
  {
98
98
  className: _classnames2.default.call(void 0,
@@ -143,4 +143,4 @@ var Button_default = Button;
143
143
 
144
144
 
145
145
  exports.Button_default = Button_default;
146
- //# sourceMappingURL=Y2AMPQUU.cjs.map
146
+ //# sourceMappingURL=S3ZWPIRJ.cjs.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _KZT53ITQcjs = require('./KZT53ITQ.cjs');
4
+ var _25TMUQNIcjs = require('./25TMUQNI.cjs');
5
5
 
6
6
  // src/colors/foregroundColor.ts
7
7
  function foregroundColor(color, on) {
@@ -10,33 +10,33 @@ function foregroundColor(color, on) {
10
10
  case "primary":
11
11
  case "success-primary":
12
12
  case "destructive-primary":
13
- return _KZT53ITQcjs.colors_module_default.cambioWhiteColor;
13
+ return _25TMUQNIcjs.colors_module_default.whiteColor;
14
14
  case "success-secondary":
15
15
  case "success-tertiary":
16
- return _KZT53ITQcjs.colors_module_default.cambioSuccess700Color;
16
+ return _25TMUQNIcjs.colors_module_default.success700Color;
17
17
  case "destructive-secondary":
18
18
  case "destructive-tertiary":
19
- return _KZT53ITQcjs.colors_module_default.cambioDestructive700Color;
19
+ return _25TMUQNIcjs.colors_module_default.destructive700Color;
20
20
  default:
21
- return _KZT53ITQcjs.colors_module_default.cambioBlackColor;
21
+ return _25TMUQNIcjs.colors_module_default.blackColor;
22
22
  }
23
23
  } else {
24
24
  switch (color) {
25
25
  case "primary":
26
26
  case "success-primary":
27
27
  case "destructive-primary":
28
- return _KZT53ITQcjs.colors_module_default.cambioBlackColor;
28
+ return _25TMUQNIcjs.colors_module_default.blackColor;
29
29
  case "secondary":
30
30
  case "tertiary":
31
- return _KZT53ITQcjs.colors_module_default.cambioWhiteColor;
31
+ return _25TMUQNIcjs.colors_module_default.whiteColor;
32
32
  case "success-secondary":
33
33
  case "success-tertiary":
34
- return _KZT53ITQcjs.colors_module_default.cambioSuccess300Color;
34
+ return _25TMUQNIcjs.colors_module_default.success300Color;
35
35
  case "destructive-secondary":
36
36
  case "destructive-tertiary":
37
- return _KZT53ITQcjs.colors_module_default.cambioDestructive300Color;
37
+ return _25TMUQNIcjs.colors_module_default.destructive300Color;
38
38
  default:
39
- return _KZT53ITQcjs.colors_module_default.cambioBlackColor;
39
+ return _25TMUQNIcjs.colors_module_default.blackColor;
40
40
  }
41
41
  }
42
42
  }
@@ -44,4 +44,4 @@ function foregroundColor(color, on) {
44
44
 
45
45
 
46
46
  exports.foregroundColor = foregroundColor;
47
- //# sourceMappingURL=MKZONAGT.cjs.map
47
+ //# sourceMappingURL=TBD42MPV.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/colors/foregroundColor.ts"],"names":[],"mappings":";;;;;;AAGO,SAAS,gBACd,OACA,IACQ;AACR,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF","sourcesContent":["import { type Color } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function foregroundColor(\n color: (typeof Color)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"primary\":\n case \"success-primary\":\n case \"destructive-primary\":\n return styles.cambioWhiteColor;\n case \"success-secondary\":\n case \"success-tertiary\":\n return styles.cambioSuccess700Color;\n case \"destructive-secondary\":\n case \"destructive-tertiary\":\n return styles.cambioDestructive700Color;\n default:\n return styles.cambioBlackColor;\n }\n } else {\n switch (color) {\n case \"primary\":\n case \"success-primary\":\n case \"destructive-primary\":\n return styles.cambioBlackColor;\n case \"secondary\":\n case \"tertiary\":\n return styles.cambioWhiteColor;\n case \"success-secondary\":\n case \"success-tertiary\":\n return styles.cambioSuccess300Color;\n case \"destructive-secondary\":\n case \"destructive-tertiary\":\n return styles.cambioDestructive300Color;\n default: // branded\n return styles.cambioBlackColor;\n }\n }\n}\n"]}
1
+ {"version":3,"sources":["../../src/colors/foregroundColor.ts"],"names":[],"mappings":";;;;;;AAGO,SAAS,gBACd,OACA,IACQ;AACR,MAAI,OAAO,mBAAmB;AAC5B,YAAQ,OAAO;AAAA,MACb,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF,OAAO;AACL,YAAQ,OAAO;AAAA,MACb,KAAK;AAAA,MACL,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB,KAAK;AAAA,MACL,KAAK;AACH,eAAO,sBAAO;AAAA,MAChB;AACE,eAAO,sBAAO;AAAA,IAClB;AAAA,EACF;AACF","sourcesContent":["import { type Color } from \"../constants\";\nimport styles from \"./colors.module.css\";\n\nexport function foregroundColor(\n color: (typeof Color)[number],\n on: \"lightBackground\" | \"darkBackground\",\n): string {\n if (on === \"lightBackground\") {\n switch (color) {\n case \"primary\":\n case \"success-primary\":\n case \"destructive-primary\":\n return styles.whiteColor;\n case \"success-secondary\":\n case \"success-tertiary\":\n return styles.success700Color;\n case \"destructive-secondary\":\n case \"destructive-tertiary\":\n return styles.destructive700Color;\n default:\n return styles.blackColor;\n }\n } else {\n switch (color) {\n case \"primary\":\n case \"success-primary\":\n case \"destructive-primary\":\n return styles.blackColor;\n case \"secondary\":\n case \"tertiary\":\n return styles.whiteColor;\n case \"success-secondary\":\n case \"success-tertiary\":\n return styles.success300Color;\n case \"destructive-secondary\":\n case \"destructive-tertiary\":\n return styles.destructive300Color;\n default: // branded\n return styles.blackColor;\n }\n }\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Box_default
4
- } from "./M36V23WR.js";
4
+ } from "./Q62XO2L2.js";
5
5
 
6
6
  // src/Card/Card.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -27,4 +27,4 @@ function Card({
27
27
  export {
28
28
  Card
29
29
  };
30
- //# sourceMappingURL=535SBVS5.js.map
30
+ //# sourceMappingURL=U3FBL6LD.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  RadioButton_default
4
- } from "./K65WDLIC.js";
4
+ } from "./HMTHZDZ3.js";
5
5
  import {
6
6
  RichSelectItem_default
7
7
  } from "./ODMJANSX.js";
@@ -37,4 +37,4 @@ var RichSelectRadioButton_default = forwardRef(
37
37
  export {
38
38
  RichSelectRadioButton_default
39
39
  };
40
- //# sourceMappingURL=RQ5XRLL6.js.map
40
+ //# sourceMappingURL=UENDVGIP.js.map
@@ -5,16 +5,16 @@ var _4UJE5GMHcjs = require('./4UJE5GMH.cjs');
5
5
 
6
6
 
7
7
 
8
- var _YUMINZNXcjs = require('./YUMINZNX.cjs');
8
+ var _APLP5AB7cjs = require('./APLP5AB7.cjs');
9
9
 
10
10
 
11
11
  var _XLUVINJWcjs = require('./XLUVINJW.cjs');
12
12
 
13
13
 
14
- var _FESAFV44cjs = require('./FESAFV44.cjs');
14
+ var _FPDSM74Fcjs = require('./FPDSM74F.cjs');
15
15
 
16
16
 
17
- var _XCGRNBQHcjs = require('./XCGRNBQH.cjs');
17
+ var _CCWSUOICcjs = require('./CCWSUOIC.cjs');
18
18
 
19
19
 
20
20
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -60,7 +60,7 @@ function SelectList({
60
60
  [SelectList_module_default.opacityOverlay]: disabled
61
61
  }),
62
62
  children: [
63
- label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { htmlFor: selectId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FESAFV44cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _XCGRNBQHcjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
63
+ label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { htmlFor: selectId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FPDSM74Fcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _CCWSUOICcjs.Typography_default, { size: 100, color: "gray700", children: label }) }) }),
64
64
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: SelectList_module_default.selectWrapper, children: [
65
65
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
66
66
  "select",
@@ -98,15 +98,15 @@ function SelectList({
98
98
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
99
99
  "path",
100
100
  {
101
- fill: errorText ? _YUMINZNXcjs.ColorBaseDestructive700 : _YUMINZNXcjs.ColorBaseGray800,
101
+ fill: errorText ? _APLP5AB7cjs.ColorBaseDestructive700 : _APLP5AB7cjs.ColorBaseGray800,
102
102
  d: "M15.88 9.29 12 13.17 8.12 9.29a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z"
103
103
  }
104
104
  )
105
105
  }
106
106
  ) })
107
107
  ] }),
108
- (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FESAFV44cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
109
- _XCGRNBQHcjs.Typography_default,
108
+ (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _FPDSM74Fcjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
109
+ _CCWSUOICcjs.Typography_default,
110
110
  {
111
111
  size: 100,
112
112
  color: errorText ? "destructive-primary" : "gray700",
@@ -122,4 +122,4 @@ SelectList.Option = _4UJE5GMHcjs.SelectOption_default;
122
122
 
123
123
 
124
124
  exports.SelectList = SelectList;
125
- //# sourceMappingURL=UK6ERDNB.cjs.map
125
+ //# sourceMappingURL=UQWB5VP6.cjs.map
@@ -0,0 +1,9 @@
1
+ "use client"
2
+
3
+ // css-module:../colors/colors.module.css#css-module
4
+ var colors_module_default = { "blackColor": "_blackColor_syoug_2", "whiteColor": "_whiteColor_syoug_6", "gray100Color": "_gray100Color_syoug_10", "gray200Color": "_gray200Color_syoug_14", "gray300Color": "_gray300Color_syoug_18", "gray370Color": "_gray370Color_syoug_22", "gray700Color": "_gray700Color_syoug_26", "gray800Color": "_gray800Color_syoug_30", "gray870Color": "_gray870Color_syoug_34", "gray900Color": "_gray900Color_syoug_38", "destructive100Color": "_destructive100Color_syoug_42", "destructive300Color": "_destructive300Color_syoug_46", "destructive370Color": "_destructive370Color_syoug_50", "destructive700Color": "_destructive700Color_syoug_54", "destructive770Color": "_destructive770Color_syoug_58", "destructive900Color": "_destructive900Color_syoug_62", "success100Color": "_success100Color_syoug_66", "success300Color": "_success300Color_syoug_70", "success370Color": "_success370Color_syoug_74", "success700Color": "_success700Color_syoug_78", "success770Color": "_success770Color_syoug_82", "success900Color": "_success900Color_syoug_86", "redColor": "_redColor_syoug_90", "orangeColor": "_orangeColor_syoug_94", "tanColor": "_tanColor_syoug_98", "creamColor": "_creamColor_syoug_102", "purpleColor": "_purpleColor_syoug_106", "lilacColor": "_lilacColor_syoug_110", "thistleColor": "_thistleColor_syoug_114", "pinkColor": "_pinkColor_syoug_118", "navyColor": "_navyColor_syoug_122", "tealColor": "_tealColor_syoug_126", "slateColor": "_slateColor_syoug_130", "skyColor": "_skyColor_syoug_134", "yellow700BackgroundColor": "_yellow700BackgroundColor_syoug_138", "transparentFullBackgroundColor": "_transparentFullBackgroundColor_syoug_142", "blackBackgroundColor": "_blackBackgroundColor_syoug_146", "whiteBackgroundColor": "_whiteBackgroundColor_syoug_150", "gray100BackgroundColor": "_gray100BackgroundColor_syoug_154", "gray200BackgroundColor": "_gray200BackgroundColor_syoug_158", "gray300BackgroundColor": "_gray300BackgroundColor_syoug_162", "gray370BackgroundColor": "_gray370BackgroundColor_syoug_166", "gray700BackgroundColor": "_gray700BackgroundColor_syoug_170", "gray800BackgroundColor": "_gray800BackgroundColor_syoug_174", "gray870BackgroundColor": "_gray870BackgroundColor_syoug_178", "gray900BackgroundColor": "_gray900BackgroundColor_syoug_182", "destructive100BackgroundColor": "_destructive100BackgroundColor_syoug_186", "destructive300BackgroundColor": "_destructive300BackgroundColor_syoug_190", "destructive370BackgroundColor": "_destructive370BackgroundColor_syoug_194", "destructive700BackgroundColor": "_destructive700BackgroundColor_syoug_198", "destructive770BackgroundColor": "_destructive770BackgroundColor_syoug_202", "destructive900BackgroundColor": "_destructive900BackgroundColor_syoug_206", "success100BackgroundColor": "_success100BackgroundColor_syoug_210", "success300BackgroundColor": "_success300BackgroundColor_syoug_214", "success370BackgroundColor": "_success370BackgroundColor_syoug_218", "success700BackgroundColor": "_success700BackgroundColor_syoug_222", "success770BackgroundColor": "_success770BackgroundColor_syoug_226", "success900BackgroundColor": "_success900BackgroundColor_syoug_230", "redBackgroundColor": "_redBackgroundColor_syoug_234", "orangeBackgroundColor": "_orangeBackgroundColor_syoug_238", "tanBackgroundColor": "_tanBackgroundColor_syoug_242", "creamBackgroundColor": "_creamBackgroundColor_syoug_246", "purpleBackgroundColor": "_purpleBackgroundColor_syoug_250", "lilacBackgroundColor": "_lilacBackgroundColor_syoug_254", "thistleBackgroundColor": "_thistleBackgroundColor_syoug_258", "pinkBackgroundColor": "_pinkBackgroundColor_syoug_262", "navyBackgroundColor": "_navyBackgroundColor_syoug_266", "tealBackgroundColor": "_tealBackgroundColor_syoug_270", "slateBackgroundColor": "_slateBackgroundColor_syoug_274", "skyBackgroundColor": "_skyBackgroundColor_syoug_278" };
5
+
6
+ export {
7
+ colors_module_default
8
+ };
9
+ //# sourceMappingURL=UZ4ORX3X.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["css-module:../colors/colors.module.css#css-module"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/colors/colors.module.css\"; export default {\"blackColor\":\"_blackColor_syoug_2\",\"whiteColor\":\"_whiteColor_syoug_6\",\"gray100Color\":\"_gray100Color_syoug_10\",\"gray200Color\":\"_gray200Color_syoug_14\",\"gray300Color\":\"_gray300Color_syoug_18\",\"gray370Color\":\"_gray370Color_syoug_22\",\"gray700Color\":\"_gray700Color_syoug_26\",\"gray800Color\":\"_gray800Color_syoug_30\",\"gray870Color\":\"_gray870Color_syoug_34\",\"gray900Color\":\"_gray900Color_syoug_38\",\"destructive100Color\":\"_destructive100Color_syoug_42\",\"destructive300Color\":\"_destructive300Color_syoug_46\",\"destructive370Color\":\"_destructive370Color_syoug_50\",\"destructive700Color\":\"_destructive700Color_syoug_54\",\"destructive770Color\":\"_destructive770Color_syoug_58\",\"destructive900Color\":\"_destructive900Color_syoug_62\",\"success100Color\":\"_success100Color_syoug_66\",\"success300Color\":\"_success300Color_syoug_70\",\"success370Color\":\"_success370Color_syoug_74\",\"success700Color\":\"_success700Color_syoug_78\",\"success770Color\":\"_success770Color_syoug_82\",\"success900Color\":\"_success900Color_syoug_86\",\"redColor\":\"_redColor_syoug_90\",\"orangeColor\":\"_orangeColor_syoug_94\",\"tanColor\":\"_tanColor_syoug_98\",\"creamColor\":\"_creamColor_syoug_102\",\"purpleColor\":\"_purpleColor_syoug_106\",\"lilacColor\":\"_lilacColor_syoug_110\",\"thistleColor\":\"_thistleColor_syoug_114\",\"pinkColor\":\"_pinkColor_syoug_118\",\"navyColor\":\"_navyColor_syoug_122\",\"tealColor\":\"_tealColor_syoug_126\",\"slateColor\":\"_slateColor_syoug_130\",\"skyColor\":\"_skyColor_syoug_134\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_syoug_138\",\"transparentFullBackgroundColor\":\"_transparentFullBackgroundColor_syoug_142\",\"blackBackgroundColor\":\"_blackBackgroundColor_syoug_146\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_syoug_150\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_syoug_154\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_syoug_158\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_syoug_162\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_syoug_166\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_syoug_170\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_syoug_174\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_syoug_178\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_syoug_182\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_syoug_186\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_syoug_190\",\"destructive370BackgroundColor\":\"_destructive370BackgroundColor_syoug_194\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_syoug_198\",\"destructive770BackgroundColor\":\"_destructive770BackgroundColor_syoug_202\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_syoug_206\",\"success100BackgroundColor\":\"_success100BackgroundColor_syoug_210\",\"success300BackgroundColor\":\"_success300BackgroundColor_syoug_214\",\"success370BackgroundColor\":\"_success370BackgroundColor_syoug_218\",\"success700BackgroundColor\":\"_success700BackgroundColor_syoug_222\",\"success770BackgroundColor\":\"_success770BackgroundColor_syoug_226\",\"success900BackgroundColor\":\"_success900BackgroundColor_syoug_230\",\"redBackgroundColor\":\"_redBackgroundColor_syoug_234\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_syoug_238\",\"tanBackgroundColor\":\"_tanBackgroundColor_syoug_242\",\"creamBackgroundColor\":\"_creamBackgroundColor_syoug_246\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_syoug_250\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_syoug_254\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_syoug_258\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_syoug_262\",\"navyBackgroundColor\":\"_navyBackgroundColor_syoug_266\",\"tealBackgroundColor\":\"_tealBackgroundColor_syoug_270\",\"slateBackgroundColor\":\"_slateBackgroundColor_syoug_274\",\"skyBackgroundColor\":\"_skyBackgroundColor_syoug_278\"}"],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,cAAa,uBAAsB,cAAa,uBAAsB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,mBAAkB,6BAA4B,mBAAkB,6BAA4B,mBAAkB,6BAA4B,mBAAkB,6BAA4B,mBAAkB,6BAA4B,mBAAkB,6BAA4B,YAAW,sBAAqB,eAAc,yBAAwB,YAAW,sBAAqB,cAAa,yBAAwB,eAAc,0BAAyB,cAAa,yBAAwB,gBAAe,2BAA0B,aAAY,wBAAuB,aAAY,wBAAuB,aAAY,wBAAuB,cAAa,yBAAwB,YAAW,uBAAsB,4BAA2B,uCAAsC,kCAAiC,6CAA4C,wBAAuB,mCAAkC,wBAAuB,mCAAkC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,sBAAqB,iCAAgC,yBAAwB,oCAAmC,sBAAqB,iCAAgC,wBAAuB,mCAAkC,yBAAwB,oCAAmC,wBAAuB,mCAAkC,0BAAyB,qCAAoC,uBAAsB,kCAAiC,uBAAsB,kCAAiC,uBAAsB,kCAAiC,wBAAuB,mCAAkC,sBAAqB,gCAA+B;","names":[]}
@@ -3,35 +3,35 @@ import {
3
3
  RichSelectBoxContext,
4
4
  RichSelectBox_default,
5
5
  convertSelection
6
- } from "./A6EQN4YQ.js";
6
+ } from "./72KJKVDM.js";
7
7
  import {
8
8
  RichSelectChip_default
9
- } from "./6PRG6ZYW.js";
9
+ } from "./BVBONLQR.js";
10
10
  import {
11
11
  Popover_default
12
- } from "./SSVDOCMD.js";
12
+ } from "./B2H72KQX.js";
13
13
  import {
14
14
  DialogContext
15
- } from "./TZGJS522.js";
15
+ } from "./HH5XJEO5.js";
16
16
  import {
17
17
  TapArea_default
18
18
  } from "./77FFPQY6.js";
19
19
  import {
20
20
  ColorBaseDestructive700,
21
21
  ColorBaseGray800
22
- } from "./A5FQZ2CW.js";
22
+ } from "./OSFJ6PMW.js";
23
23
  import {
24
24
  RichSelectSection_default
25
- } from "./HXTCI7A3.js";
25
+ } from "./3XJZEGNR.js";
26
26
  import {
27
27
  RichSelectRadioButton_default
28
- } from "./RQ5XRLL6.js";
28
+ } from "./UENDVGIP.js";
29
29
  import {
30
30
  Box_default
31
- } from "./M36V23WR.js";
31
+ } from "./Q62XO2L2.js";
32
32
  import {
33
33
  Typography_default
34
- } from "./2IXPTAJD.js";
34
+ } from "./3GMABSQQ.js";
35
35
  import {
36
36
  useIsHydrated
37
37
  } from "./JB65NEXK.js";
@@ -266,4 +266,4 @@ var RichSelectList_default = Object.assign(RichSelectList, {
266
266
  export {
267
267
  RichSelectList_default
268
268
  };
269
- //# sourceMappingURL=OSEMTZVK.js.map
269
+ //# sourceMappingURL=VISYTOZE.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  colors_module_default
4
- } from "./S6TNP7G5.js";
4
+ } from "./UZ4ORX3X.js";
5
5
 
6
6
  // css-module:./Divider.module.css#css-module
7
7
  var Divider_module_default = { "divider": "_divider_1uaon_1", "dividerClassic": "_dividerClassic_1uaon_9" };
@@ -13,10 +13,7 @@ function Divider() {
13
13
  return /* @__PURE__ */ jsx(
14
14
  "hr",
15
15
  {
16
- className: classNames(
17
- Divider_module_default.divider,
18
- colors_module_default.cambioGray370BackgroundColor
19
- )
16
+ className: classNames(Divider_module_default.divider, colors_module_default.gray370BackgroundColor)
20
17
  }
21
18
  );
22
19
  }
@@ -25,4 +22,4 @@ Divider.displayName = "Divider";
25
22
  export {
26
23
  Divider
27
24
  };
28
- //# sourceMappingURL=TK2EQ6QG.js.map
25
+ //# sourceMappingURL=WLJ6Y7KS.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["css-module:./Divider.module.css#css-module","../../src/Divider/Divider.tsx"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Divider/Divider.module.css\"; export default {\"divider\":\"_divider_1uaon_1\",\"dividerClassic\":\"_dividerClassic_1uaon_9\"}","import styles from \"./Divider.module.css\";\nimport classNames from \"classnames\";\nimport colorStyles from \"../colors/colors.module.css\";\n\n/**\n * [Divider](https://cambly-syntax.vercel.app/?path=/docs/components-divider--docs) is a thin horizontal line to group content in lists and layouts.\n */\nexport default function Divider(): React.ReactElement {\n return (\n <hr\n className={classNames(\n styles.divider,\n colorStyles.cambioGray370BackgroundColor,\n )}\n />\n );\n}\n\nDivider.displayName = \"Divider\";\n"],"mappings":";;;;;;AAA8F,IAAO,yBAAQ,EAAC,WAAU,oBAAmB,kBAAiB,0BAAyB;;;ACCrL,OAAO,gBAAgB;AAQnB;AAFW,SAAR,UAA+C;AACpD,SACE;AAAA,IAAC;AAAA;AAAA,MACC,WAAW;AAAA,QACT,uBAAO;AAAA,QACP,sBAAY;AAAA,MACd;AAAA;AAAA,EACF;AAEJ;AAEA,QAAQ,cAAc;","names":[]}
1
+ {"version":3,"sources":["css-module:./Divider.module.css#css-module","../../src/Divider/Divider.tsx"],"sourcesContent":["import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Divider/Divider.module.css\"; export default {\"divider\":\"_divider_1uaon_1\",\"dividerClassic\":\"_dividerClassic_1uaon_9\"}","import styles from \"./Divider.module.css\";\nimport classNames from \"classnames\";\nimport colorStyles from \"../colors/colors.module.css\";\n\n/**\n * [Divider](https://cambly-syntax.vercel.app/?path=/docs/components-divider--docs) is a thin horizontal line to group content in lists and layouts.\n */\nexport default function Divider(): React.ReactElement {\n return (\n <hr\n className={classNames(styles.divider, colorStyles.gray370BackgroundColor)}\n />\n );\n}\n\nDivider.displayName = \"Divider\";\n"],"mappings":";;;;;;AAA8F,IAAO,yBAAQ,EAAC,WAAU,oBAAmB,kBAAiB,0BAAyB;;;ACCrL,OAAO,gBAAgB;AAQnB;AAFW,SAAR,UAA+C;AACpD,SACE;AAAA,IAAC;AAAA;AAAA,MACC,WAAW,WAAW,uBAAO,SAAS,sBAAY,sBAAsB;AAAA;AAAA,EAC1E;AAEJ;AAEA,QAAQ,cAAc;","names":[]}
@@ -13,7 +13,7 @@ var _IL22HCBFcjs = require('./IL22HCBF.cjs');
13
13
  var _CHDS4D44cjs = require('./CHDS4D44.cjs');
14
14
 
15
15
 
16
- var _QT6IRCGWcjs = require('./QT6IRCGW.cjs');
16
+ var _2M4NFHP3cjs = require('./2M4NFHP3.cjs');
17
17
 
18
18
  // src/Dialog/Dialog.tsx
19
19
 
@@ -58,7 +58,7 @@ var Dialog = _react.forwardRef.call(void 0, function Dialog2(props, ref) {
58
58
  _IL22HCBFcjs.Box_module_default.gap4,
59
59
  _IL22HCBFcjs.Box_module_default.relative,
60
60
  _IL22HCBFcjs.Box_module_default.overflowauto,
61
- _QT6IRCGWcjs.colors_module_default.whiteBackgroundColor,
61
+ _2M4NFHP3cjs.colors_module_default.whiteBackgroundColor,
62
62
  _PLUVW6AMcjs.padding_module_default[`paddingX${padding != null ? padding : sizeToPadding[size]}`],
63
63
  _PLUVW6AMcjs.padding_module_default[`paddingY${padding != null ? padding : sizeToPadding[size]}`],
64
64
  _CHDS4D44cjs.rounding_module_default.roundingmd,
@@ -77,4 +77,4 @@ var Dialog_default = Dialog;
77
77
 
78
78
 
79
79
  exports.DialogContext = DialogContext; exports.Dialog_default = Dialog_default;
80
- //# sourceMappingURL=76LTWV2Q.cjs.map
80
+ //# sourceMappingURL=WZWLUIXX.cjs.map
@@ -5,16 +5,16 @@ import {
5
5
  import {
6
6
  ColorBaseDestructive700,
7
7
  ColorBaseGray800
8
- } from "./A5FQZ2CW.js";
8
+ } from "./OSFJ6PMW.js";
9
9
  import {
10
10
  Focus_module_default
11
11
  } from "./KKADUD65.js";
12
12
  import {
13
13
  Box_default
14
- } from "./M36V23WR.js";
14
+ } from "./Q62XO2L2.js";
15
15
  import {
16
16
  Typography_default
17
- } from "./2IXPTAJD.js";
17
+ } from "./3GMABSQQ.js";
18
18
  import {
19
19
  useIsHydrated
20
20
  } from "./JB65NEXK.js";
@@ -122,4 +122,4 @@ SelectList.Option = SelectOption_default;
122
122
  export {
123
123
  SelectList
124
124
  };
125
- //# sourceMappingURL=SNF42PSE.js.map
125
+ //# sourceMappingURL=XGJC6J5R.js.map
@@ -10,19 +10,19 @@ import {
10
10
  } from "./C7PW7CPK.js";
11
11
  import {
12
12
  foregroundColor
13
- } from "./UVQS6LU3.js";
13
+ } from "./DWWKBOGE.js";
14
14
  import {
15
15
  border
16
- } from "./ECA33JJ5.js";
16
+ } from "./C3HA4L2U.js";
17
17
  import {
18
18
  backgroundColor
19
- } from "./T6PXFSRX.js";
19
+ } from "./RJHD6EJ3.js";
20
20
  import {
21
21
  Box_default
22
- } from "./M36V23WR.js";
22
+ } from "./Q62XO2L2.js";
23
23
  import {
24
24
  Typography_default
25
- } from "./2IXPTAJD.js";
25
+ } from "./3GMABSQQ.js";
26
26
  import {
27
27
  useIsHydrated
28
28
  } from "./JB65NEXK.js";
@@ -143,4 +143,4 @@ var Button_default = Button;
143
143
  export {
144
144
  Button_default
145
145
  };
146
- //# sourceMappingURL=ASY5BZ34.js.map
146
+ //# sourceMappingURL=XZOWHDOS.js.map