@cambly/syntax-core 21.5.0 → 21.7.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 (225) hide show
  1. package/dist/Avatar/Avatar.css +215 -209
  2. package/dist/Avatar/Avatar.css.map +1 -1
  3. package/dist/Avatar/Avatar.d.ts +1 -1
  4. package/dist/Avatar/Avatar.js +4 -4
  5. package/dist/AvatarGroup/AvatarGroup.css +215 -209
  6. package/dist/AvatarGroup/AvatarGroup.css.map +1 -1
  7. package/dist/AvatarGroup/AvatarGroup.js +3 -3
  8. package/dist/Badge/Badge.css +215 -209
  9. package/dist/Badge/Badge.css.map +1 -1
  10. package/dist/Badge/Badge.d.ts +2 -2
  11. package/dist/Badge/Badge.js +5 -5
  12. package/dist/Box/Box.css +215 -209
  13. package/dist/Box/Box.css.map +1 -1
  14. package/dist/Box/Box.js +2 -2
  15. package/dist/Button/Button.css +215 -209
  16. package/dist/Button/Button.css.map +1 -1
  17. package/dist/Button/Button.js +9 -9
  18. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -1
  19. package/dist/Card/Card.css +215 -209
  20. package/dist/Card/Card.css.map +1 -1
  21. package/dist/Card/Card.js +3 -3
  22. package/dist/Checkbox/Checkbox.css +215 -209
  23. package/dist/Checkbox/Checkbox.css.map +1 -1
  24. package/dist/Checkbox/Checkbox.d.ts +1 -1
  25. package/dist/Checkbox/Checkbox.js +4 -4
  26. package/dist/Chip/Chip.css +215 -209
  27. package/dist/Chip/Chip.css.map +1 -1
  28. package/dist/Chip/Chip.js +5 -5
  29. package/dist/Dialog/Dialog.css +215 -209
  30. package/dist/Dialog/Dialog.css.map +1 -1
  31. package/dist/Dialog/Dialog.js +2 -2
  32. package/dist/Dialog/ModalDialog.css +215 -209
  33. package/dist/Dialog/ModalDialog.css.map +1 -1
  34. package/dist/Dialog/ModalDialog.js +9 -9
  35. package/dist/Divider/Divider.css +215 -209
  36. package/dist/Divider/Divider.css.map +1 -1
  37. package/dist/Divider/Divider.js +2 -2
  38. package/dist/Heading/Heading.css +215 -209
  39. package/dist/Heading/Heading.css.map +1 -1
  40. package/dist/Heading/Heading.d.ts +1 -1
  41. package/dist/Heading/Heading.js +4 -4
  42. package/dist/Icon/Icon.css +215 -209
  43. package/dist/Icon/Icon.css.map +1 -1
  44. package/dist/Icon/Icon.js +2 -2
  45. package/dist/IconButton/IconButton.css +215 -209
  46. package/dist/IconButton/IconButton.css.map +1 -1
  47. package/dist/IconButton/IconButton.js +7 -7
  48. package/dist/IconLinkButton/IconLinkButton.css +215 -209
  49. package/dist/IconLinkButton/IconLinkButton.css.map +1 -1
  50. package/dist/IconLinkButton/IconLinkButton.js +5 -5
  51. package/dist/LinkButton/LinkButton.css +215 -209
  52. package/dist/LinkButton/LinkButton.css.map +1 -1
  53. package/dist/LinkButton/LinkButton.js +8 -8
  54. package/dist/Modal/Layer.css +215 -209
  55. package/dist/Modal/Layer.css.map +1 -1
  56. package/dist/Modal/Layer.js +3 -3
  57. package/dist/Modal/Modal.css +215 -209
  58. package/dist/Modal/Modal.css.map +1 -1
  59. package/dist/Modal/Modal.js +12 -12
  60. package/dist/Popover/Popover.css +215 -209
  61. package/dist/Popover/Popover.css.map +1 -1
  62. package/dist/Popover/Popover.d.ts +4 -0
  63. package/dist/Popover/Popover.js +10 -10
  64. package/dist/RadioButton/RadioButton.css +215 -209
  65. package/dist/RadioButton/RadioButton.css.map +1 -1
  66. package/dist/RadioButton/RadioButton.d.ts +1 -1
  67. package/dist/RadioButton/RadioButton.js +5 -5
  68. package/dist/RichSelect/RichSelectBox.css +215 -209
  69. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  70. package/dist/RichSelect/RichSelectBox.d.ts +1 -1
  71. package/dist/RichSelect/RichSelectBox.js +16 -16
  72. package/dist/RichSelect/RichSelectChip.css +215 -209
  73. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  74. package/dist/RichSelect/RichSelectChip.js +6 -6
  75. package/dist/RichSelect/RichSelectList.css +215 -209
  76. package/dist/RichSelect/RichSelectList.css.map +1 -1
  77. package/dist/RichSelect/RichSelectList.d.ts +1 -1
  78. package/dist/RichSelect/RichSelectList.js +22 -22
  79. package/dist/RichSelect/RichSelectRadioButton.css +215 -209
  80. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  81. package/dist/RichSelect/RichSelectRadioButton.d.ts +1 -1
  82. package/dist/RichSelect/RichSelectRadioButton.js +6 -6
  83. package/dist/RichSelect/RichSelectSection.css +215 -209
  84. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  85. package/dist/RichSelect/RichSelectSection.js +4 -4
  86. package/dist/SelectList/SelectList.css +215 -209
  87. package/dist/SelectList/SelectList.css.map +1 -1
  88. package/dist/SelectList/SelectList.js +6 -6
  89. package/dist/TabButton/TabButton.css +215 -209
  90. package/dist/TabButton/TabButton.css.map +1 -1
  91. package/dist/TabButton/TabButton.js +6 -6
  92. package/dist/TabLink/TabLink.css +215 -209
  93. package/dist/TabLink/TabLink.css.map +1 -1
  94. package/dist/TabLink/TabLink.js +6 -6
  95. package/dist/Tabs/TabInternal.css +215 -209
  96. package/dist/Tabs/TabInternal.css.map +1 -1
  97. package/dist/Tabs/TabInternal.js +5 -5
  98. package/dist/Tabs/Tabs.css +215 -209
  99. package/dist/Tabs/Tabs.css.map +1 -1
  100. package/dist/Tabs/Tabs.js +3 -3
  101. package/dist/TapArea/TapArea.d.ts +1 -1
  102. package/dist/TextArea/TextArea.css +215 -209
  103. package/dist/TextArea/TextArea.css.map +1 -1
  104. package/dist/TextArea/TextArea.js +5 -5
  105. package/dist/TextField/TextField.css +215 -209
  106. package/dist/TextField/TextField.css.map +1 -1
  107. package/dist/TextField/TextField.js +6 -6
  108. package/dist/Tooltip/Tooltip.css +215 -209
  109. package/dist/Tooltip/Tooltip.css.map +1 -1
  110. package/dist/Tooltip/Tooltip.js +4 -4
  111. package/dist/Typography/Typography.css +215 -209
  112. package/dist/Typography/Typography.css.map +1 -1
  113. package/dist/Typography/Typography.d.ts +4 -4
  114. package/dist/Typography/Typography.js +3 -3
  115. package/dist/WordConfetti/WordConfetti.css +215 -209
  116. package/dist/WordConfetti/WordConfetti.css.map +1 -1
  117. package/dist/WordConfetti/WordConfetti.js +5 -5
  118. package/dist/__chunks/{JV6OUDUD.js → 25MBMJDA.js} +3 -3
  119. package/dist/__chunks/{HFFHI3JK.js → 2FU5XWMG.js} +4 -4
  120. package/dist/__chunks/{NWDFSX7G.js → 2SSVAL4S.js} +5 -5
  121. package/dist/__chunks/{B7LHLD27.js → 3I3KDASW.js} +7 -7
  122. package/dist/__chunks/{XKRCC22S.js → 3POGKBNN.js} +3 -3
  123. package/dist/__chunks/{M4W3IFMV.js → 3WKVZ2UU.js} +2 -2
  124. package/dist/__chunks/{UTDQSVVA.js → 52WOUEA3.js} +2 -2
  125. package/dist/__chunks/{QVK3VV5M.js → 576PJXFR.js} +2 -2
  126. package/dist/__chunks/{UB4GOZOR.js → 7M434O5V.js} +2 -2
  127. package/dist/__chunks/{JCQUY624.js → AXNRGUDZ.js} +2 -2
  128. package/dist/__chunks/{EMTN3X7V.js → B4G76SGY.js} +3 -3
  129. package/dist/__chunks/{MT7CGTJI.js → EAAVBDV4.js} +3 -3
  130. package/dist/__chunks/{N4FQF4BA.js → F5W7ZXEB.js} +3 -3
  131. package/dist/__chunks/{5VEXBFOE.js → GSPZNCDC.js} +3 -3
  132. package/dist/__chunks/JB3LONBJ.js +9 -0
  133. package/dist/__chunks/JB3LONBJ.js.map +1 -0
  134. package/dist/__chunks/{FPROMKT3.js → JLVVUMGP.js} +2 -2
  135. package/dist/__chunks/{UVFGSHMH.js → K7BXA6BQ.js} +2 -2
  136. package/dist/__chunks/{SZTZ3IZ5.js → KEJPRZJ5.js} +5 -5
  137. package/dist/__chunks/{OPMW6VTV.js → MZNRKPDB.js} +6 -6
  138. package/dist/__chunks/{7ZD4OEVD.js → PUWF2Z5A.js} +2 -2
  139. package/dist/__chunks/QIMMO3OB.js +9 -0
  140. package/dist/__chunks/QIMMO3OB.js.map +1 -0
  141. package/dist/__chunks/{UXC2RMVW.js → RFC4HLNJ.js} +2 -2
  142. package/dist/__chunks/{VRCNKRDW.js → ROLIE7R3.js} +2 -2
  143. package/dist/__chunks/{YGON3SJ5.js → RSS2H4EE.js} +2 -2
  144. package/dist/__chunks/{IUMHK3GF.js → STXMQR3I.js} +19 -6
  145. package/dist/__chunks/STXMQR3I.js.map +1 -0
  146. package/dist/__chunks/{VZUFYOET.js → TALOD4CL.js} +4 -4
  147. package/dist/__chunks/{NFML3B7G.js → TH3FEMUK.js} +4 -4
  148. package/dist/__chunks/{2QBGBTIZ.js → TVFCRSGF.js} +4 -4
  149. package/dist/__chunks/{SIKGAUYF.js → UHO7XMHJ.js} +2 -2
  150. package/dist/__chunks/{GFROY577.js → UJUUZDUJ.js} +3 -3
  151. package/dist/__chunks/{MA2AVNIE.js → UXTG5NGM.js} +3 -3
  152. package/dist/__chunks/{CNLXV36K.js → VF27YZ2L.js} +1 -1
  153. package/dist/__chunks/{CNLXV36K.js.map → VF27YZ2L.js.map} +1 -1
  154. package/dist/__chunks/{FJXL3BLK.js → VYEIZXAB.js} +4 -4
  155. package/dist/__chunks/{SI36D6IW.js → W2WJY3MN.js} +3 -3
  156. package/dist/__chunks/{EZITRCKZ.js → WQFVWKUL.js} +2 -2
  157. package/dist/__chunks/{IB6JZQF3.js → X552U42S.js} +2 -2
  158. package/dist/__chunks/{3G2TE7TY.js → XBA66ZVH.js} +2 -2
  159. package/dist/__chunks/{3ZBBHROM.js → XKN65RUB.js} +2 -2
  160. package/dist/__chunks/{UVRELEBM.js → Y5ABTR7F.js} +10 -10
  161. package/dist/__chunks/{AXXUPHFX.js → YCN52LF4.js} +2 -2
  162. package/dist/__chunks/{HQE6PVRD.js → Z3W6JYQ2.js} +5 -5
  163. package/dist/__chunks/{SB6UGTGF.js → ZCJS7Q44.js} +2 -2
  164. package/dist/colors/allColors.d.ts +1 -1
  165. package/dist/colors/allColors.js +0 -2
  166. package/dist/colors/allColors.js.map +1 -1
  167. package/dist/colors/backgroundColor.css +215 -209
  168. package/dist/colors/backgroundColor.css.map +1 -1
  169. package/dist/colors/backgroundColor.js +2 -2
  170. package/dist/colors/border.css +215 -209
  171. package/dist/colors/border.css.map +1 -1
  172. package/dist/colors/border.js +2 -2
  173. package/dist/colors/foregroundColor.css +215 -209
  174. package/dist/colors/foregroundColor.css.map +1 -1
  175. package/dist/colors/foregroundColor.js +2 -2
  176. package/dist/colors/textColors.css +215 -209
  177. package/dist/colors/textColors.css.map +1 -1
  178. package/dist/colors/textColors.js +2 -2
  179. package/dist/index.css +215 -209
  180. package/dist/index.css.map +1 -1
  181. package/dist/index.js +42 -42
  182. package/package.json +1 -1
  183. package/dist/__chunks/IUMHK3GF.js.map +0 -1
  184. package/dist/__chunks/M4CFLT64.js +0 -9
  185. package/dist/__chunks/M4CFLT64.js.map +0 -1
  186. package/dist/__chunks/XSYKMCV5.js +0 -9
  187. package/dist/__chunks/XSYKMCV5.js.map +0 -1
  188. /package/dist/__chunks/{JV6OUDUD.js.map → 25MBMJDA.js.map} +0 -0
  189. /package/dist/__chunks/{HFFHI3JK.js.map → 2FU5XWMG.js.map} +0 -0
  190. /package/dist/__chunks/{NWDFSX7G.js.map → 2SSVAL4S.js.map} +0 -0
  191. /package/dist/__chunks/{B7LHLD27.js.map → 3I3KDASW.js.map} +0 -0
  192. /package/dist/__chunks/{XKRCC22S.js.map → 3POGKBNN.js.map} +0 -0
  193. /package/dist/__chunks/{M4W3IFMV.js.map → 3WKVZ2UU.js.map} +0 -0
  194. /package/dist/__chunks/{UTDQSVVA.js.map → 52WOUEA3.js.map} +0 -0
  195. /package/dist/__chunks/{QVK3VV5M.js.map → 576PJXFR.js.map} +0 -0
  196. /package/dist/__chunks/{UB4GOZOR.js.map → 7M434O5V.js.map} +0 -0
  197. /package/dist/__chunks/{JCQUY624.js.map → AXNRGUDZ.js.map} +0 -0
  198. /package/dist/__chunks/{EMTN3X7V.js.map → B4G76SGY.js.map} +0 -0
  199. /package/dist/__chunks/{MT7CGTJI.js.map → EAAVBDV4.js.map} +0 -0
  200. /package/dist/__chunks/{N4FQF4BA.js.map → F5W7ZXEB.js.map} +0 -0
  201. /package/dist/__chunks/{5VEXBFOE.js.map → GSPZNCDC.js.map} +0 -0
  202. /package/dist/__chunks/{FPROMKT3.js.map → JLVVUMGP.js.map} +0 -0
  203. /package/dist/__chunks/{UVFGSHMH.js.map → K7BXA6BQ.js.map} +0 -0
  204. /package/dist/__chunks/{SZTZ3IZ5.js.map → KEJPRZJ5.js.map} +0 -0
  205. /package/dist/__chunks/{OPMW6VTV.js.map → MZNRKPDB.js.map} +0 -0
  206. /package/dist/__chunks/{7ZD4OEVD.js.map → PUWF2Z5A.js.map} +0 -0
  207. /package/dist/__chunks/{UXC2RMVW.js.map → RFC4HLNJ.js.map} +0 -0
  208. /package/dist/__chunks/{VRCNKRDW.js.map → ROLIE7R3.js.map} +0 -0
  209. /package/dist/__chunks/{YGON3SJ5.js.map → RSS2H4EE.js.map} +0 -0
  210. /package/dist/__chunks/{VZUFYOET.js.map → TALOD4CL.js.map} +0 -0
  211. /package/dist/__chunks/{NFML3B7G.js.map → TH3FEMUK.js.map} +0 -0
  212. /package/dist/__chunks/{2QBGBTIZ.js.map → TVFCRSGF.js.map} +0 -0
  213. /package/dist/__chunks/{SIKGAUYF.js.map → UHO7XMHJ.js.map} +0 -0
  214. /package/dist/__chunks/{GFROY577.js.map → UJUUZDUJ.js.map} +0 -0
  215. /package/dist/__chunks/{MA2AVNIE.js.map → UXTG5NGM.js.map} +0 -0
  216. /package/dist/__chunks/{FJXL3BLK.js.map → VYEIZXAB.js.map} +0 -0
  217. /package/dist/__chunks/{SI36D6IW.js.map → W2WJY3MN.js.map} +0 -0
  218. /package/dist/__chunks/{EZITRCKZ.js.map → WQFVWKUL.js.map} +0 -0
  219. /package/dist/__chunks/{IB6JZQF3.js.map → X552U42S.js.map} +0 -0
  220. /package/dist/__chunks/{3G2TE7TY.js.map → XBA66ZVH.js.map} +0 -0
  221. /package/dist/__chunks/{3ZBBHROM.js.map → XKN65RUB.js.map} +0 -0
  222. /package/dist/__chunks/{UVRELEBM.js.map → Y5ABTR7F.js.map} +0 -0
  223. /package/dist/__chunks/{AXXUPHFX.js.map → YCN52LF4.js.map} +0 -0
  224. /package/dist/__chunks/{HQE6PVRD.js.map → Z3W6JYQ2.js.map} +0 -0
  225. /package/dist/__chunks/{SB6UGTGF.js.map → ZCJS7Q44.js.map} +0 -0
package/dist/index.js CHANGED
@@ -1,118 +1,118 @@
1
1
  "use client"
2
2
  import {
3
3
  Avatar_default
4
- } from "./__chunks/GFROY577.js";
4
+ } from "./__chunks/UJUUZDUJ.js";
5
5
  import {
6
6
  AvatarGroup
7
- } from "./__chunks/FPROMKT3.js";
7
+ } from "./__chunks/JLVVUMGP.js";
8
8
  import {
9
9
  Card_default
10
- } from "./__chunks/7ZD4OEVD.js";
10
+ } from "./__chunks/PUWF2Z5A.js";
11
11
  import {
12
12
  Icon_default
13
- } from "./__chunks/SIKGAUYF.js";
13
+ } from "./__chunks/UHO7XMHJ.js";
14
14
  import {
15
15
  Checkbox_default
16
- } from "./__chunks/3G2TE7TY.js";
16
+ } from "./__chunks/XBA66ZVH.js";
17
17
  import {
18
18
  Modal
19
- } from "./__chunks/NWDFSX7G.js";
19
+ } from "./__chunks/2SSVAL4S.js";
20
20
  import {
21
21
  Heading_default
22
- } from "./__chunks/UTDQSVVA.js";
22
+ } from "./__chunks/52WOUEA3.js";
23
23
  import "./__chunks/QQT35OLE.js";
24
- import "./__chunks/UVFGSHMH.js";
24
+ import "./__chunks/K7BXA6BQ.js";
25
25
  import "./__chunks/HVA7R2EL.js";
26
26
  import {
27
27
  LinkButton_default
28
- } from "./__chunks/HQE6PVRD.js";
28
+ } from "./__chunks/Z3W6JYQ2.js";
29
29
  import {
30
30
  IconLinkButton_default
31
- } from "./__chunks/FJXL3BLK.js";
31
+ } from "./__chunks/VYEIZXAB.js";
32
32
  import "./__chunks/YLWWTB4I.js";
33
33
  import {
34
34
  SelectList
35
- } from "./__chunks/HFFHI3JK.js";
35
+ } from "./__chunks/2FU5XWMG.js";
36
36
  import "./__chunks/SPQ7DQHG.js";
37
37
  import {
38
38
  RichSelectList_default
39
- } from "./__chunks/UVRELEBM.js";
39
+ } from "./__chunks/Y5ABTR7F.js";
40
40
  import {
41
41
  Popover_default
42
- } from "./__chunks/IUMHK3GF.js";
43
- import "./__chunks/VZUFYOET.js";
44
- import "./__chunks/QVK3VV5M.js";
42
+ } from "./__chunks/STXMQR3I.js";
43
+ import "./__chunks/TALOD4CL.js";
44
+ import "./__chunks/576PJXFR.js";
45
45
  import {
46
46
  IconButton_default
47
- } from "./__chunks/SZTZ3IZ5.js";
47
+ } from "./__chunks/KEJPRZJ5.js";
48
48
  import "./__chunks/4U4UW4AK.js";
49
- import "./__chunks/CNLXV36K.js";
50
- import "./__chunks/B7LHLD27.js";
49
+ import "./__chunks/VF27YZ2L.js";
50
+ import "./__chunks/3I3KDASW.js";
51
51
  import {
52
52
  ButtonGroup_default
53
53
  } from "./__chunks/36DG472B.js";
54
54
  import {
55
55
  Button_default
56
- } from "./__chunks/OPMW6VTV.js";
56
+ } from "./__chunks/MZNRKPDB.js";
57
57
  import {
58
58
  Divider
59
- } from "./__chunks/M4W3IFMV.js";
59
+ } from "./__chunks/3WKVZ2UU.js";
60
60
  import "./__chunks/Z5ZUAP2B.js";
61
61
  import "./__chunks/QSC7CAQA.js";
62
62
  import "./__chunks/6TM2ES2T.js";
63
- import "./__chunks/UXC2RMVW.js";
63
+ import "./__chunks/RFC4HLNJ.js";
64
64
  import "./__chunks/DDUJFFG7.js";
65
- import "./__chunks/UB4GOZOR.js";
65
+ import "./__chunks/7M434O5V.js";
66
66
  import {
67
67
  RadioButton_default
68
- } from "./__chunks/MT7CGTJI.js";
68
+ } from "./__chunks/EAAVBDV4.js";
69
69
  import "./__chunks/KKADUD65.js";
70
- import "./__chunks/3ZBBHROM.js";
70
+ import "./__chunks/XKN65RUB.js";
71
71
  import {
72
72
  Chip_default
73
- } from "./__chunks/SI36D6IW.js";
73
+ } from "./__chunks/W2WJY3MN.js";
74
74
  import "./__chunks/ODMJANSX.js";
75
75
  import {
76
76
  ThemeProvider
77
77
  } from "./__chunks/KTX4P4Q2.js";
78
78
  import {
79
79
  TextField
80
- } from "./__chunks/NFML3B7G.js";
80
+ } from "./__chunks/TH3FEMUK.js";
81
81
  import {
82
82
  Badge_default
83
- } from "./__chunks/MA2AVNIE.js";
83
+ } from "./__chunks/UXTG5NGM.js";
84
84
  import {
85
85
  TextArea_default
86
- } from "./__chunks/N4FQF4BA.js";
86
+ } from "./__chunks/F5W7ZXEB.js";
87
87
  import "./__chunks/4U4UW4AK.js";
88
88
  import {
89
89
  Tabs
90
- } from "./__chunks/VRCNKRDW.js";
90
+ } from "./__chunks/ROLIE7R3.js";
91
91
  import {
92
92
  TabLink_default
93
- } from "./__chunks/JV6OUDUD.js";
93
+ } from "./__chunks/25MBMJDA.js";
94
94
  import {
95
95
  TabButton
96
- } from "./__chunks/XKRCC22S.js";
96
+ } from "./__chunks/3POGKBNN.js";
97
97
  import {
98
98
  TapArea_default
99
99
  } from "./__chunks/S3C44SBB.js";
100
100
  import "./__chunks/VV2NJABK.js";
101
101
  import "./__chunks/4U4UW4AK.js";
102
- import "./__chunks/2QBGBTIZ.js";
103
- import "./__chunks/JCQUY624.js";
104
- import "./__chunks/AXXUPHFX.js";
105
- import "./__chunks/YGON3SJ5.js";
106
- import "./__chunks/M4CFLT64.js";
102
+ import "./__chunks/TVFCRSGF.js";
103
+ import "./__chunks/AXNRGUDZ.js";
104
+ import "./__chunks/YCN52LF4.js";
105
+ import "./__chunks/RSS2H4EE.js";
106
+ import "./__chunks/JB3LONBJ.js";
107
107
  import {
108
108
  WordConfetti_default
109
- } from "./__chunks/5VEXBFOE.js";
109
+ } from "./__chunks/GSPZNCDC.js";
110
110
  import {
111
111
  Box_default
112
- } from "./__chunks/IB6JZQF3.js";
112
+ } from "./__chunks/X552U42S.js";
113
113
  import {
114
114
  Tooltip_default
115
- } from "./__chunks/EMTN3X7V.js";
115
+ } from "./__chunks/B4G76SGY.js";
116
116
  import "./__chunks/ZOWOFYUE.js";
117
117
  import "./__chunks/AVREYFSM.js";
118
118
  import "./__chunks/4U4UW4AK.js";
@@ -120,9 +120,9 @@ import "./__chunks/4U4UW4AK.js";
120
120
  import "./__chunks/KBIW5XV4.js";
121
121
  import {
122
122
  Typography_default
123
- } from "./__chunks/SB6UGTGF.js";
124
- import "./__chunks/EZITRCKZ.js";
125
- import "./__chunks/XSYKMCV5.js";
123
+ } from "./__chunks/ZCJS7Q44.js";
124
+ import "./__chunks/WQFVWKUL.js";
125
+ import "./__chunks/QIMMO3OB.js";
126
126
  import "./__chunks/4U4UW4AK.js";
127
127
  import "./__chunks/JB65NEXK.js";
128
128
  import "./__chunks/BWPNF6RD.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cambly/syntax-core",
3
3
  "description": "Cambly design system core components",
4
- "version": "21.5.0",
4
+ "version": "21.7.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Popover/Popover.tsx","css-module:../Box/margin.module.css#css-module"],"sourcesContent":["import React, { type ReactNode, forwardRef, type ReactElement } from \"react\";\nimport classNames from \"classnames\";\nimport { mergeProps } from \"react-aria\";\nimport {\n Popover as ReactAriaPopover,\n type PopoverProps as ReactAriaPopoverProps,\n MenuTrigger as ReactAriaMenuTrigger,\n composeRenderProps,\n} from \"react-aria-components\";\nimport Triggerable, {\n type OverlayHandlerRef,\n} from \"../react-aria-utils/Triggerable\";\nimport OverlayVisibility from \"../react-aria-utils/OverlayVisibility\";\nimport Dialog from \"../Dialog/Dialog\";\nimport ModalDialog from \"../Dialog/ModalDialog\";\nimport boxStyles from \"../Box/Box.module.css\";\nimport layoutStyles from \"../layout.module.css\";\nimport marginStyles from \"../Box/margin.module.css\";\nimport {\n type Placement,\n syntaxToReactAriaPlacement,\n} from \"../react-aria-utils/placement\";\n\ntype PopoverProps = {\n /** Test id for the floating dialog */\n \"data-testid\"?: string;\n /** Optional aria-label for the popover (content element) */\n accessibilityLabel?: string;\n /** Optional aria-label for the close button (trigger element) when displayed as ModalDialog */\n accessibilityCloseLabel?: string;\n /** Optional trigger element */\n children?: ReactElement;\n /** Content to be shown inside the popover. */\n content: ReactNode;\n /** If set to true the popover trigger will be disabled */\n disabled?: boolean;\n /** If set to true the popover be open after mount / the first time it renders */\n initialOpen?: boolean;\n /** Optional boolean to control whether popover content is rendered as a modal */\n modal?: boolean;\n /** Optional handler for change of visibility for popover content, for control */\n onOpenChange?: (open: boolean) => void;\n /** Optional handler for change of visibility for popover content, for analytics timing */\n onChangeContentVisibility?: (visible: boolean) => void;\n /** Optional boolean to control open state of popover externally */\n open?: boolean;\n /**\n * Location of the popover content relative to anchor element\n * @defaultValue \"bottom\"\n */\n placement?: Placement;\n};\n\ntype AriaPopoverProps = {\n \"data-testid\"?: string;\n /** Optional handler for change of visibility for overlaid content, for analytics timing */\n onChangeContentVisibility?: (visible: boolean) => void;\n} & ReactAriaPopoverProps;\n/**\n * AriaPopover: This component extends Popover from react-aria-components\n * It applies syntax styles and adds aadditional props:\n * - data-testid\n * - onContentChangeVisibility\n */\nexport const AriaPopover = forwardRef<HTMLElement, AriaPopoverProps>(\n function AriaPopover(\n { children: childrenProp, onChangeContentVisibility, ...otherProps },\n ref,\n ): ReactElement {\n return (\n <ReactAriaPopover\n ref={ref}\n {...mergeProps(\n {\n offset: 8,\n containerPadding: 16,\n className: classNames([\n boxStyles.box,\n boxStyles.flex,\n boxStyles.column,\n layoutStyles.fullMaxWidth,\n layoutStyles.fullMaxHeight,\n layoutStyles.visibilityVisible,\n // workaround react-aria layout bug: containerPadding on right side of window not being applied\n marginStyles.marginEnd4,\n ]),\n },\n otherProps,\n )}\n >\n {composeRenderProps(\n childrenProp,\n (children, { isEntering, isExiting }) => (\n <>\n <OverlayVisibility\n isEntering={isEntering}\n isExiting={isExiting}\n onChange={onChangeContentVisibility}\n />\n {children}\n </>\n ),\n )}\n </ReactAriaPopover>\n );\n },\n);\n\n/**\n * [Popover](https://cambly-syntax.vercel.app/?path=/docs/components-popover--docs) displays contextual information on hover or focus.\n *\n * Popover content is hidden by default and shown on click or focus.\n * The content is hidden again when the user mouses out of the trigger element or blurs the trigger element or presses Escape\n *\n * Example Usage:\n ```\n <Popover\n placement=\"bottom-start\"\n initialOpen\n content={(\n <Box padding={2} maxWidth={400}>\n ... some content goes here\n </Box>\n )}\n >\n <Button text=\"Trigger me\" />\n </Popover>\n ```\n */\nconst Popover = forwardRef<OverlayHandlerRef, PopoverProps>(function Popover(\n props,\n ref,\n): ReactElement {\n const {\n \"data-testid\": dataTestId,\n accessibilityLabel,\n accessibilityCloseLabel,\n children,\n content,\n disabled,\n initialOpen,\n modal: modalProp,\n onOpenChange,\n onChangeContentVisibility,\n open,\n placement = \"bottom\",\n } = props;\n\n const modal = !children || modalProp;\n\n const modalNode = (\n <ModalDialog\n accessibilityLabel={accessibilityLabel}\n accessibilityCloseLabel={accessibilityCloseLabel}\n data-testid={dataTestId}\n initialOpen={initialOpen}\n onChangeContentVisibility={onChangeContentVisibility}\n onOpenChange={onOpenChange}\n open={open}\n >\n {content}\n </ModalDialog>\n );\n\n const popoverNode = (\n <AriaPopover\n placement={syntaxToReactAriaPlacement(placement)}\n onChangeContentVisibility={onChangeContentVisibility}\n >\n <Dialog accessibilityLabel={accessibilityLabel} data-testid={dataTestId}>\n {content}\n </Dialog>\n </AriaPopover>\n );\n\n if (!children) return modalNode;\n return (\n <ReactAriaMenuTrigger\n defaultOpen={initialOpen}\n isOpen={open}\n onOpenChange={onOpenChange}\n >\n {\n <Triggerable disabled={disabled} ref={ref}>\n {children}\n </Triggerable>\n }\n {modal ? modalNode : popoverNode}\n </ReactAriaMenuTrigger>\n );\n});\n\nexport default Popover;\n","import \"/home/runner/work/syntax/syntax/packages/syntax-core/src/Box/margin.module.css\"; export default {\"marginBottom-12\":\"_marginBottom-12_1whn1_2\",\"marginBottom-11\":\"_marginBottom-11_1whn1_6\",\"marginBottom-10\":\"_marginBottom-10_1whn1_10\",\"marginBottom-9\":\"_marginBottom-9_1whn1_14\",\"marginBottom-8\":\"_marginBottom-8_1whn1_18\",\"marginBottom-7\":\"_marginBottom-7_1whn1_22\",\"marginBottom-6\":\"_marginBottom-6_1whn1_26\",\"marginBottom-5\":\"_marginBottom-5_1whn1_30\",\"marginBottom-4\":\"_marginBottom-4_1whn1_34\",\"marginBottom-3\":\"_marginBottom-3_1whn1_38\",\"marginBottom-2\":\"_marginBottom-2_1whn1_42\",\"marginBottom-1\":\"_marginBottom-1_1whn1_2\",\"marginBottom0\":\"_marginBottom0_1whn1_50\",\"marginBottom1\":\"_marginBottom1_1whn1_54\",\"marginBottom2\":\"_marginBottom2_1whn1_58\",\"marginBottom3\":\"_marginBottom3_1whn1_62\",\"marginBottom4\":\"_marginBottom4_1whn1_66\",\"marginBottom5\":\"_marginBottom5_1whn1_70\",\"marginBottom6\":\"_marginBottom6_1whn1_74\",\"marginBottom7\":\"_marginBottom7_1whn1_78\",\"marginBottom8\":\"_marginBottom8_1whn1_82\",\"marginBottom9\":\"_marginBottom9_1whn1_86\",\"marginBottom10\":\"_marginBottom10_1whn1_90\",\"marginBottom11\":\"_marginBottom11_1whn1_94\",\"marginBottom12\":\"_marginBottom12_1whn1_98\",\"marginBottomauto\":\"_marginBottomauto_1whn1_102\",\"marginEnd-12\":\"_marginEnd-12_1whn1_107\",\"marginEnd-11\":\"_marginEnd-11_1whn1_111\",\"marginEnd-10\":\"_marginEnd-10_1whn1_115\",\"marginEnd-9\":\"_marginEnd-9_1whn1_119\",\"marginEnd-8\":\"_marginEnd-8_1whn1_123\",\"marginEnd-7\":\"_marginEnd-7_1whn1_127\",\"marginEnd-6\":\"_marginEnd-6_1whn1_131\",\"marginEnd-5\":\"_marginEnd-5_1whn1_135\",\"marginEnd-4\":\"_marginEnd-4_1whn1_139\",\"marginEnd-3\":\"_marginEnd-3_1whn1_143\",\"marginEnd-2\":\"_marginEnd-2_1whn1_147\",\"marginEnd-1\":\"_marginEnd-1_1whn1_107\",\"marginEnd0\":\"_marginEnd0_1whn1_155\",\"marginEnd1\":\"_marginEnd1_1whn1_159\",\"marginEnd2\":\"_marginEnd2_1whn1_163\",\"marginEnd3\":\"_marginEnd3_1whn1_167\",\"marginEnd4\":\"_marginEnd4_1whn1_171\",\"marginEnd5\":\"_marginEnd5_1whn1_175\",\"marginEnd6\":\"_marginEnd6_1whn1_179\",\"marginEnd7\":\"_marginEnd7_1whn1_183\",\"marginEnd8\":\"_marginEnd8_1whn1_187\",\"marginEnd9\":\"_marginEnd9_1whn1_191\",\"marginEnd10\":\"_marginEnd10_1whn1_195\",\"marginEnd11\":\"_marginEnd11_1whn1_199\",\"marginEnd12\":\"_marginEnd12_1whn1_203\",\"marginEndauto\":\"_marginEndauto_1whn1_207\",\"marginStart-12\":\"_marginStart-12_1whn1_212\",\"marginStart-11\":\"_marginStart-11_1whn1_216\",\"marginStart-10\":\"_marginStart-10_1whn1_220\",\"marginStart-9\":\"_marginStart-9_1whn1_224\",\"marginStart-8\":\"_marginStart-8_1whn1_228\",\"marginStart-7\":\"_marginStart-7_1whn1_232\",\"marginStart-6\":\"_marginStart-6_1whn1_236\",\"marginStart-5\":\"_marginStart-5_1whn1_240\",\"marginStart-4\":\"_marginStart-4_1whn1_244\",\"marginStart-3\":\"_marginStart-3_1whn1_248\",\"marginStart-2\":\"_marginStart-2_1whn1_252\",\"marginStart-1\":\"_marginStart-1_1whn1_212\",\"marginStart0\":\"_marginStart0_1whn1_260\",\"marginStart1\":\"_marginStart1_1whn1_264\",\"marginStart2\":\"_marginStart2_1whn1_268\",\"marginStart3\":\"_marginStart3_1whn1_272\",\"marginStart4\":\"_marginStart4_1whn1_276\",\"marginStart5\":\"_marginStart5_1whn1_280\",\"marginStart6\":\"_marginStart6_1whn1_284\",\"marginStart7\":\"_marginStart7_1whn1_288\",\"marginStart8\":\"_marginStart8_1whn1_292\",\"marginStart9\":\"_marginStart9_1whn1_296\",\"marginStart10\":\"_marginStart10_1whn1_300\",\"marginStart11\":\"_marginStart11_1whn1_304\",\"marginStart12\":\"_marginStart12_1whn1_308\",\"marginStartauto\":\"_marginStartauto_1whn1_312\",\"marginTop-12\":\"_marginTop-12_1whn1_317\",\"marginTop-11\":\"_marginTop-11_1whn1_321\",\"marginTop-10\":\"_marginTop-10_1whn1_325\",\"marginTop-9\":\"_marginTop-9_1whn1_329\",\"marginTop-8\":\"_marginTop-8_1whn1_333\",\"marginTop-7\":\"_marginTop-7_1whn1_337\",\"marginTop-6\":\"_marginTop-6_1whn1_341\",\"marginTop-5\":\"_marginTop-5_1whn1_345\",\"marginTop-4\":\"_marginTop-4_1whn1_349\",\"marginTop-3\":\"_marginTop-3_1whn1_353\",\"marginTop-2\":\"_marginTop-2_1whn1_357\",\"marginTop-1\":\"_marginTop-1_1whn1_317\",\"marginTop0\":\"_marginTop0_1whn1_365\",\"marginTop1\":\"_marginTop1_1whn1_369\",\"marginTop2\":\"_marginTop2_1whn1_373\",\"marginTop3\":\"_marginTop3_1whn1_377\",\"marginTop4\":\"_marginTop4_1whn1_381\",\"marginTop5\":\"_marginTop5_1whn1_385\",\"marginTop6\":\"_marginTop6_1whn1_389\",\"marginTop7\":\"_marginTop7_1whn1_393\",\"marginTop8\":\"_marginTop8_1whn1_397\",\"marginTop9\":\"_marginTop9_1whn1_401\",\"marginTop10\":\"_marginTop10_1whn1_405\",\"marginTop11\":\"_marginTop11_1whn1_409\",\"marginTop12\":\"_marginTop12_1whn1_413\",\"marginTopauto\":\"_marginTopauto_1whn1_417\",\"marginBottom-12Small\":\"_marginBottom-12Small_1whn1_423\",\"marginBottom-11Small\":\"_marginBottom-11Small_1whn1_427\",\"marginBottom-10Small\":\"_marginBottom-10Small_1whn1_431\",\"marginBottom-9Small\":\"_marginBottom-9Small_1whn1_435\",\"marginBottom-8Small\":\"_marginBottom-8Small_1whn1_439\",\"marginBottom-7Small\":\"_marginBottom-7Small_1whn1_443\",\"marginBottom-6Small\":\"_marginBottom-6Small_1whn1_447\",\"marginBottom-5Small\":\"_marginBottom-5Small_1whn1_451\",\"marginBottom-4Small\":\"_marginBottom-4Small_1whn1_455\",\"marginBottom-3Small\":\"_marginBottom-3Small_1whn1_459\",\"marginBottom-2Small\":\"_marginBottom-2Small_1whn1_463\",\"marginBottom-1Small\":\"_marginBottom-1Small_1whn1_467\",\"marginBottom0Small\":\"_marginBottom0Small_1whn1_471\",\"marginBottom1Small\":\"_marginBottom1Small_1whn1_475\",\"marginBottom2Small\":\"_marginBottom2Small_1whn1_479\",\"marginBottom3Small\":\"_marginBottom3Small_1whn1_483\",\"marginBottom4Small\":\"_marginBottom4Small_1whn1_487\",\"marginBottom5Small\":\"_marginBottom5Small_1whn1_491\",\"marginBottom6Small\":\"_marginBottom6Small_1whn1_495\",\"marginBottom7Small\":\"_marginBottom7Small_1whn1_499\",\"marginBottom8Small\":\"_marginBottom8Small_1whn1_503\",\"marginBottom9Small\":\"_marginBottom9Small_1whn1_507\",\"marginBottom10Small\":\"_marginBottom10Small_1whn1_511\",\"marginBottom11Small\":\"_marginBottom11Small_1whn1_515\",\"marginBottom12Small\":\"_marginBottom12Small_1whn1_519\",\"marginBottomautoSmall\":\"_marginBottomautoSmall_1whn1_523\",\"marginEnd-12Small\":\"_marginEnd-12Small_1whn1_527\",\"marginEnd-11Small\":\"_marginEnd-11Small_1whn1_531\",\"marginEnd-10Small\":\"_marginEnd-10Small_1whn1_535\",\"marginEnd-9Small\":\"_marginEnd-9Small_1whn1_539\",\"marginEnd-8Small\":\"_marginEnd-8Small_1whn1_543\",\"marginEnd-7Small\":\"_marginEnd-7Small_1whn1_547\",\"marginEnd-6Small\":\"_marginEnd-6Small_1whn1_551\",\"marginEnd-5Small\":\"_marginEnd-5Small_1whn1_555\",\"marginEnd-4Small\":\"_marginEnd-4Small_1whn1_559\",\"marginEnd-3Small\":\"_marginEnd-3Small_1whn1_563\",\"marginEnd-2Small\":\"_marginEnd-2Small_1whn1_567\",\"marginEnd-1Small\":\"_marginEnd-1Small_1whn1_571\",\"marginEnd0Small\":\"_marginEnd0Small_1whn1_575\",\"marginEnd1Small\":\"_marginEnd1Small_1whn1_579\",\"marginEnd2Small\":\"_marginEnd2Small_1whn1_583\",\"marginEnd3Small\":\"_marginEnd3Small_1whn1_587\",\"marginEnd4Small\":\"_marginEnd4Small_1whn1_591\",\"marginEnd5Small\":\"_marginEnd5Small_1whn1_595\",\"marginEnd6Small\":\"_marginEnd6Small_1whn1_599\",\"marginEnd7Small\":\"_marginEnd7Small_1whn1_603\",\"marginEnd8Small\":\"_marginEnd8Small_1whn1_607\",\"marginEnd9Small\":\"_marginEnd9Small_1whn1_611\",\"marginEnd10Small\":\"_marginEnd10Small_1whn1_615\",\"marginEnd11Small\":\"_marginEnd11Small_1whn1_619\",\"marginEnd12Small\":\"_marginEnd12Small_1whn1_623\",\"marginEndautoSmall\":\"_marginEndautoSmall_1whn1_627\",\"marginStart-12Small\":\"_marginStart-12Small_1whn1_631\",\"marginStart-11Small\":\"_marginStart-11Small_1whn1_635\",\"marginStart-10Small\":\"_marginStart-10Small_1whn1_639\",\"marginStart-9Small\":\"_marginStart-9Small_1whn1_643\",\"marginStart-8Small\":\"_marginStart-8Small_1whn1_647\",\"marginStart-7Small\":\"_marginStart-7Small_1whn1_651\",\"marginStart-6Small\":\"_marginStart-6Small_1whn1_655\",\"marginStart-5Small\":\"_marginStart-5Small_1whn1_659\",\"marginStart-4Small\":\"_marginStart-4Small_1whn1_663\",\"marginStart-3Small\":\"_marginStart-3Small_1whn1_667\",\"marginStart-2Small\":\"_marginStart-2Small_1whn1_671\",\"marginStart-1Small\":\"_marginStart-1Small_1whn1_675\",\"marginStart0Small\":\"_marginStart0Small_1whn1_679\",\"marginStart1Small\":\"_marginStart1Small_1whn1_683\",\"marginStart2Small\":\"_marginStart2Small_1whn1_687\",\"marginStart3Small\":\"_marginStart3Small_1whn1_691\",\"marginStart4Small\":\"_marginStart4Small_1whn1_695\",\"marginStart5Small\":\"_marginStart5Small_1whn1_699\",\"marginStart6Small\":\"_marginStart6Small_1whn1_703\",\"marginStart7Small\":\"_marginStart7Small_1whn1_707\",\"marginStart8Small\":\"_marginStart8Small_1whn1_711\",\"marginStart9Small\":\"_marginStart9Small_1whn1_715\",\"marginStart10Small\":\"_marginStart10Small_1whn1_719\",\"marginStart11Small\":\"_marginStart11Small_1whn1_723\",\"marginStart12Small\":\"_marginStart12Small_1whn1_727\",\"marginStartautoSmall\":\"_marginStartautoSmall_1whn1_731\",\"marginTop-12Small\":\"_marginTop-12Small_1whn1_735\",\"marginTop-11Small\":\"_marginTop-11Small_1whn1_739\",\"marginTop-10Small\":\"_marginTop-10Small_1whn1_743\",\"marginTop-9Small\":\"_marginTop-9Small_1whn1_747\",\"marginTop-8Small\":\"_marginTop-8Small_1whn1_751\",\"marginTop-7Small\":\"_marginTop-7Small_1whn1_755\",\"marginTop-6Small\":\"_marginTop-6Small_1whn1_759\",\"marginTop-5Small\":\"_marginTop-5Small_1whn1_763\",\"marginTop-4Small\":\"_marginTop-4Small_1whn1_767\",\"marginTop-3Small\":\"_marginTop-3Small_1whn1_771\",\"marginTop-2Small\":\"_marginTop-2Small_1whn1_775\",\"marginTop-1Small\":\"_marginTop-1Small_1whn1_779\",\"marginTop0Small\":\"_marginTop0Small_1whn1_783\",\"marginTop1Small\":\"_marginTop1Small_1whn1_787\",\"marginTop2Small\":\"_marginTop2Small_1whn1_791\",\"marginTop3Small\":\"_marginTop3Small_1whn1_795\",\"marginTop4Small\":\"_marginTop4Small_1whn1_799\",\"marginTop5Small\":\"_marginTop5Small_1whn1_803\",\"marginTop6Small\":\"_marginTop6Small_1whn1_807\",\"marginTop7Small\":\"_marginTop7Small_1whn1_811\",\"marginTop8Small\":\"_marginTop8Small_1whn1_815\",\"marginTop9Small\":\"_marginTop9Small_1whn1_819\",\"marginTop10Small\":\"_marginTop10Small_1whn1_823\",\"marginTop11Small\":\"_marginTop11Small_1whn1_827\",\"marginTop12Small\":\"_marginTop12Small_1whn1_831\",\"marginTopautoSmall\":\"_marginTopautoSmall_1whn1_835\",\"marginBottom-12Large\":\"_marginBottom-12Large_1whn1_842\",\"marginBottom-11Large\":\"_marginBottom-11Large_1whn1_846\",\"marginBottom-10Large\":\"_marginBottom-10Large_1whn1_850\",\"marginBottom-9Large\":\"_marginBottom-9Large_1whn1_854\",\"marginBottom-8Large\":\"_marginBottom-8Large_1whn1_858\",\"marginBottom-7Large\":\"_marginBottom-7Large_1whn1_862\",\"marginBottom-6Large\":\"_marginBottom-6Large_1whn1_866\",\"marginBottom-5Large\":\"_marginBottom-5Large_1whn1_870\",\"marginBottom-4Large\":\"_marginBottom-4Large_1whn1_874\",\"marginBottom-3Large\":\"_marginBottom-3Large_1whn1_878\",\"marginBottom-2Large\":\"_marginBottom-2Large_1whn1_882\",\"marginBottom-1Large\":\"_marginBottom-1Large_1whn1_886\",\"marginBottom0Large\":\"_marginBottom0Large_1whn1_890\",\"marginBottom1Large\":\"_marginBottom1Large_1whn1_894\",\"marginBottom2Large\":\"_marginBottom2Large_1whn1_898\",\"marginBottom3Large\":\"_marginBottom3Large_1whn1_902\",\"marginBottom4Large\":\"_marginBottom4Large_1whn1_906\",\"marginBottom5Large\":\"_marginBottom5Large_1whn1_910\",\"marginBottom6Large\":\"_marginBottom6Large_1whn1_914\",\"marginBottom7Large\":\"_marginBottom7Large_1whn1_918\",\"marginBottom8Large\":\"_marginBottom8Large_1whn1_922\",\"marginBottom9Large\":\"_marginBottom9Large_1whn1_926\",\"marginBottom10Large\":\"_marginBottom10Large_1whn1_930\",\"marginBottom11Large\":\"_marginBottom11Large_1whn1_934\",\"marginBottom12Large\":\"_marginBottom12Large_1whn1_938\",\"marginBottomautoLarge\":\"_marginBottomautoLarge_1whn1_942\",\"marginEnd-12Large\":\"_marginEnd-12Large_1whn1_946\",\"marginEnd-11Large\":\"_marginEnd-11Large_1whn1_950\",\"marginEnd-10Large\":\"_marginEnd-10Large_1whn1_954\",\"marginEnd-9Large\":\"_marginEnd-9Large_1whn1_958\",\"marginEnd-8Large\":\"_marginEnd-8Large_1whn1_962\",\"marginEnd-7Large\":\"_marginEnd-7Large_1whn1_966\",\"marginEnd-6Large\":\"_marginEnd-6Large_1whn1_970\",\"marginEnd-5Large\":\"_marginEnd-5Large_1whn1_974\",\"marginEnd-4Large\":\"_marginEnd-4Large_1whn1_978\",\"marginEnd-3Large\":\"_marginEnd-3Large_1whn1_982\",\"marginEnd-2Large\":\"_marginEnd-2Large_1whn1_986\",\"marginEnd-1Large\":\"_marginEnd-1Large_1whn1_990\",\"marginEnd0Large\":\"_marginEnd0Large_1whn1_994\",\"marginEnd1Large\":\"_marginEnd1Large_1whn1_998\",\"marginEnd2Large\":\"_marginEnd2Large_1whn1_1002\",\"marginEnd3Large\":\"_marginEnd3Large_1whn1_1006\",\"marginEnd4Large\":\"_marginEnd4Large_1whn1_1010\",\"marginEnd5Large\":\"_marginEnd5Large_1whn1_1014\",\"marginEnd6Large\":\"_marginEnd6Large_1whn1_1018\",\"marginEnd7Large\":\"_marginEnd7Large_1whn1_1022\",\"marginEnd8Large\":\"_marginEnd8Large_1whn1_1026\",\"marginEnd9Large\":\"_marginEnd9Large_1whn1_1030\",\"marginEnd10Large\":\"_marginEnd10Large_1whn1_1034\",\"marginEnd11Large\":\"_marginEnd11Large_1whn1_1038\",\"marginEnd12Large\":\"_marginEnd12Large_1whn1_1042\",\"marginEndautoLarge\":\"_marginEndautoLarge_1whn1_1046\",\"marginStart-12Large\":\"_marginStart-12Large_1whn1_1050\",\"marginStart-11Large\":\"_marginStart-11Large_1whn1_1054\",\"marginStart-10Large\":\"_marginStart-10Large_1whn1_1058\",\"marginStart-9Large\":\"_marginStart-9Large_1whn1_1062\",\"marginStart-8Large\":\"_marginStart-8Large_1whn1_1066\",\"marginStart-7Large\":\"_marginStart-7Large_1whn1_1070\",\"marginStart-6Large\":\"_marginStart-6Large_1whn1_1074\",\"marginStart-5Large\":\"_marginStart-5Large_1whn1_1078\",\"marginStart-4Large\":\"_marginStart-4Large_1whn1_1082\",\"marginStart-3Large\":\"_marginStart-3Large_1whn1_1086\",\"marginStart-2Large\":\"_marginStart-2Large_1whn1_1090\",\"marginStart-1Large\":\"_marginStart-1Large_1whn1_1094\",\"marginStart0Large\":\"_marginStart0Large_1whn1_1098\",\"marginStart1Large\":\"_marginStart1Large_1whn1_1102\",\"marginStart2Large\":\"_marginStart2Large_1whn1_1106\",\"marginStart3Large\":\"_marginStart3Large_1whn1_1110\",\"marginStart4Large\":\"_marginStart4Large_1whn1_1114\",\"marginStart5Large\":\"_marginStart5Large_1whn1_1118\",\"marginStart6Large\":\"_marginStart6Large_1whn1_1122\",\"marginStart7Large\":\"_marginStart7Large_1whn1_1126\",\"marginStart8Large\":\"_marginStart8Large_1whn1_1130\",\"marginStart9Large\":\"_marginStart9Large_1whn1_1134\",\"marginStart10Large\":\"_marginStart10Large_1whn1_1138\",\"marginStart11Large\":\"_marginStart11Large_1whn1_1142\",\"marginStart12Large\":\"_marginStart12Large_1whn1_1146\",\"marginStartautoLarge\":\"_marginStartautoLarge_1whn1_1150\",\"marginTop-12Large\":\"_marginTop-12Large_1whn1_1154\",\"marginTop-11Large\":\"_marginTop-11Large_1whn1_1158\",\"marginTop-10Large\":\"_marginTop-10Large_1whn1_1162\",\"marginTop-9Large\":\"_marginTop-9Large_1whn1_1166\",\"marginTop-8Large\":\"_marginTop-8Large_1whn1_1170\",\"marginTop-7Large\":\"_marginTop-7Large_1whn1_1174\",\"marginTop-6Large\":\"_marginTop-6Large_1whn1_1178\",\"marginTop-5Large\":\"_marginTop-5Large_1whn1_1182\",\"marginTop-4Large\":\"_marginTop-4Large_1whn1_1186\",\"marginTop-3Large\":\"_marginTop-3Large_1whn1_1190\",\"marginTop-2Large\":\"_marginTop-2Large_1whn1_1194\",\"marginTop-1Large\":\"_marginTop-1Large_1whn1_1198\",\"marginTop0Large\":\"_marginTop0Large_1whn1_1202\",\"marginTop1Large\":\"_marginTop1Large_1whn1_1206\",\"marginTop2Large\":\"_marginTop2Large_1whn1_1210\",\"marginTop3Large\":\"_marginTop3Large_1whn1_1214\",\"marginTop4Large\":\"_marginTop4Large_1whn1_1218\",\"marginTop5Large\":\"_marginTop5Large_1whn1_1222\",\"marginTop6Large\":\"_marginTop6Large_1whn1_1226\",\"marginTop7Large\":\"_marginTop7Large_1whn1_1230\",\"marginTop8Large\":\"_marginTop8Large_1whn1_1234\",\"marginTop9Large\":\"_marginTop9Large_1whn1_1238\",\"marginTop10Large\":\"_marginTop10Large_1whn1_1242\",\"marginTop11Large\":\"_marginTop11Large_1whn1_1246\",\"marginTop12Large\":\"_marginTop12Large_1whn1_1250\",\"marginTopautoLarge\":\"_marginTopautoLarge_1whn1_1254\"}"],"mappings":"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","names":["AriaPopover","Popover"]}
@@ -1,9 +0,0 @@
1
- "use client"
2
-
3
- // css-module:./colors.module.css#css-module
4
- var colors_module_default = { "inheritColor": "_inheritColor_15hp2_2", "destructive700Color": "_destructive700Color_15hp2_6", "gray700Color": "_gray700Color_15hp2_10", "gray900Color": "_gray900Color_15hp2_14", "primary700Color": "_primary700Color_15hp2_18", "success700Color": "_success700Color_15hp2_22", "whiteColor": "_whiteColor_15hp2_26", "blackColor": "_blackColor_15hp2_30", "destructive100Color": "_destructive100Color_15hp2_34", "destructive200Color": "_destructive200Color_15hp2_38", "destructive300Color": "_destructive300Color_15hp2_42", "destructive800Color": "_destructive800Color_15hp2_46", "destructive900Color": "_destructive900Color_15hp2_50", "gray10Color": "_gray10Color_15hp2_54", "gray30Color": "_gray30Color_15hp2_58", "gray60Color": "_gray60Color_15hp2_62", "gray80Color": "_gray80Color_15hp2_66", "gray100Color": "_gray100Color_15hp2_70", "gray200Color": "_gray200Color_15hp2_74", "gray300Color": "_gray300Color_15hp2_78", "gray800Color": "_gray800Color_15hp2_82", "orange100Color": "_orange100Color_15hp2_86", "orange200Color": "_orange200Color_15hp2_90", "orange300Color": "_orange300Color_15hp2_94", "orange700Color": "_orange700Color_15hp2_98", "orange800Color": "_orange800Color_15hp2_102", "orange900Color": "_orange900Color_15hp2_106", "primary100Color": "_primary100Color_15hp2_110", "primary200Color": "_primary200Color_15hp2_114", "primary300Color": "_primary300Color_15hp2_118", "primary800Color": "_primary800Color_15hp2_122", "primary900Color": "_primary900Color_15hp2_126", "success100Color": "_success100Color_15hp2_130", "success200Color": "_success200Color_15hp2_134", "success300Color": "_success300Color_15hp2_138", "success800Color": "_success800Color_15hp2_142", "success900Color": "_success900Color_15hp2_146", "purple100Color": "_purple100Color_15hp2_150", "purple200Color": "_purple200Color_15hp2_154", "purple300Color": "_purple300Color_15hp2_158", "purple700Color": "_purple700Color_15hp2_162", "purple800Color": "_purple800Color_15hp2_166", "purple900Color": "_purple900Color_15hp2_170", "yellow100Color": "_yellow100Color_15hp2_174", "yellow200Color": "_yellow200Color_15hp2_178", "yellow300Color": "_yellow300Color_15hp2_182", "yellow700Color": "_yellow700Color_15hp2_186", "yellow800Color": "_yellow800Color_15hp2_190", "yellow900Color": "_yellow900Color_15hp2_194", "noBorder": "_noBorder_15hp2_199", "blackBorderColor": "_blackBorderColor_15hp2_203", "whiteBorderColor": "_whiteBorderColor_15hp2_207", "success770BorderColor": "_success770BorderColor_15hp2_211", "destructive770BorderColor": "_destructive770BorderColor_15hp2_215", "gray370BorderColor": "_gray370BorderColor_15hp2_219", "success370BorderColor": "_success370BorderColor_15hp2_223", "destructive370BorderColor": "_destructive370BorderColor_15hp2_227", "cambioGray870BorderColor": "_cambioGray870BorderColor_15hp2_231", "blackBackgroundColor": "_blackBackgroundColor_15hp2_237", "destructive100BackgroundColor": "_destructive100BackgroundColor_15hp2_241", "destructive200BackgroundColor": "_destructive200BackgroundColor_15hp2_245", "destructive300BackgroundColor": "_destructive300BackgroundColor_15hp2_249", "destructive700BackgroundColor": "_destructive700BackgroundColor_15hp2_253", "destructive800BackgroundColor": "_destructive800BackgroundColor_15hp2_257", "destructive900BackgroundColor": "_destructive900BackgroundColor_15hp2_261", "gray10BackgroundColor": "_gray10BackgroundColor_15hp2_265", "gray30BackgroundColor": "_gray30BackgroundColor_15hp2_269", "gray60BackgroundColor": "_gray60BackgroundColor_15hp2_273", "gray80BackgroundColor": "_gray80BackgroundColor_15hp2_277", "gray100BackgroundColor": "_gray100BackgroundColor_15hp2_281", "gray200BackgroundColor": "_gray200BackgroundColor_15hp2_285", "gray300BackgroundColor": "_gray300BackgroundColor_15hp2_289", "gray700BackgroundColor": "_gray700BackgroundColor_15hp2_293", "gray800BackgroundColor": "_gray800BackgroundColor_15hp2_297", "gray900BackgroundColor": "_gray900BackgroundColor_15hp2_301", "orange100BackgroundColor": "_orange100BackgroundColor_15hp2_305", "orange200BackgroundColor": "_orange200BackgroundColor_15hp2_309", "orange300BackgroundColor": "_orange300BackgroundColor_15hp2_313", "orange700BackgroundColor": "_orange700BackgroundColor_15hp2_317", "orange800BackgroundColor": "_orange800BackgroundColor_15hp2_321", "orange900BackgroundColor": "_orange900BackgroundColor_15hp2_325", "primary100BackgroundColor": "_primary100BackgroundColor_15hp2_329", "primary200BackgroundColor": "_primary200BackgroundColor_15hp2_333", "primary300BackgroundColor": "_primary300BackgroundColor_15hp2_337", "primary700BackgroundColor": "_primary700BackgroundColor_15hp2_341", "primary800BackgroundColor": "_primary800BackgroundColor_15hp2_345", "primary900BackgroundColor": "_primary900BackgroundColor_15hp2_349", "success100BackgroundColor": "_success100BackgroundColor_15hp2_353", "success200BackgroundColor": "_success200BackgroundColor_15hp2_357", "success300BackgroundColor": "_success300BackgroundColor_15hp2_361", "success700BackgroundColor": "_success700BackgroundColor_15hp2_365", "success800BackgroundColor": "_success800BackgroundColor_15hp2_369", "success900BackgroundColor": "_success900BackgroundColor_15hp2_373", "purple100BackgroundColor": "_purple100BackgroundColor_15hp2_377", "purple200BackgroundColor": "_purple200BackgroundColor_15hp2_381", "purple300BackgroundColor": "_purple300BackgroundColor_15hp2_385", "purple700BackgroundColor": "_purple700BackgroundColor_15hp2_389", "purple800BackgroundColor": "_purple800BackgroundColor_15hp2_393", "purple900BackgroundColor": "_purple900BackgroundColor_15hp2_397", "whiteBackgroundColor": "_whiteBackgroundColor_15hp2_401", "yellow100BackgroundColor": "_yellow100BackgroundColor_15hp2_405", "yellow200BackgroundColor": "_yellow200BackgroundColor_15hp2_409", "yellow300BackgroundColor": "_yellow300BackgroundColor_15hp2_413", "yellow700BackgroundColor": "_yellow700BackgroundColor_15hp2_417", "yellow800BackgroundColor": "_yellow800BackgroundColor_15hp2_421", "yellow900BackgroundColor": "_yellow900BackgroundColor_15hp2_425", "cambioBlackColor": "_cambioBlackColor_15hp2_430", "cambioWhiteColor": "_cambioWhiteColor_15hp2_434", "cambioWhite40Color": "_cambioWhite40Color_15hp2_438", "cambioWhite70Color": "_cambioWhite70Color_15hp2_442", "cambioGray100Color": "_cambioGray100Color_15hp2_446", "cambioGray200Color": "_cambioGray200Color_15hp2_450", "cambioGray300Color": "_cambioGray300Color_15hp2_454", "cambioGray370Color": "_cambioGray370Color_15hp2_458", "cambioGray700Color": "_cambioGray700Color_15hp2_462", "cambioGray800Color": "_cambioGray800Color_15hp2_466", "cambioGray870Color": "_cambioGray870Color_15hp2_470", "cambioGray900Color": "_cambioGray900Color_15hp2_474", "cambioDestructive100Color": "_cambioDestructive100Color_15hp2_478", "cambioDestructive300Color": "_cambioDestructive300Color_15hp2_482", "cambioDestructive370Color": "_cambioDestructive370Color_15hp2_486", "cambioDestructive700Color": "_cambioDestructive700Color_15hp2_490", "cambioDestructive770Color": "_cambioDestructive770Color_15hp2_494", "cambioDestructive900Color": "_cambioDestructive900Color_15hp2_498", "cambioSuccess100Color": "_cambioSuccess100Color_15hp2_502", "cambioSuccess300Color": "_cambioSuccess300Color_15hp2_506", "cambioSuccess370Color": "_cambioSuccess370Color_15hp2_510", "cambioSuccess700Color": "_cambioSuccess700Color_15hp2_514", "cambioSuccess770Color": "_cambioSuccess770Color_15hp2_518", "cambioSuccess900Color": "_cambioSuccess900Color_15hp2_522", "cambioRedColor": "_cambioRedColor_15hp2_526", "cambioOrangeColor": "_cambioOrangeColor_15hp2_530", "cambioTanColor": "_cambioTanColor_15hp2_534", "cambioCreamColor": "_cambioCreamColor_15hp2_538", "cambioPurpleColor": "_cambioPurpleColor_15hp2_542", "cambioLilacColor": "_cambioLilacColor_15hp2_546", "cambioThistleColor": "_cambioThistleColor_15hp2_550", "cambioPinkColor": "_cambioPinkColor_15hp2_554", "cambioNavyColor": "_cambioNavyColor_15hp2_558", "cambioTealColor": "_cambioTealColor_15hp2_562", "cambioSlateColor": "_cambioSlateColor_15hp2_566", "cambioSkyColor": "_cambioSkyColor_15hp2_570", "cambioYellow700Color": "_cambioYellow700Color_15hp2_574", "gray370Color": "_gray370Color_15hp2_578", "gray870Color": "_gray870Color_15hp2_582", "redColor": "_redColor_15hp2_586", "orangeColor": "_orangeColor_15hp2_590", "tanColor": "_tanColor_15hp2_594", "creamColor": "_creamColor_15hp2_598", "purpleColor": "_purpleColor_15hp2_602", "lilacColor": "_lilacColor_15hp2_606", "thistleColor": "_thistleColor_15hp2_610", "pinkColor": "_pinkColor_15hp2_614", "navyColor": "_navyColor_15hp2_618", "tealColor": "_tealColor_15hp2_622", "slateColor": "_slateColor_15hp2_626", "skyColor": "_skyColor_15hp2_630", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_15hp2_634", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_15hp2_638", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_15hp2_642", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_15hp2_646", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_15hp2_650", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_15hp2_654", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_15hp2_658", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_15hp2_662", "gray370BackgroundColor": "_gray370BackgroundColor_15hp2_666", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_15hp2_670", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_15hp2_674", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_15hp2_678", "gray870BackgroundColor": "_gray870BackgroundColor_15hp2_682", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_15hp2_686", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_15hp2_690", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_15hp2_694", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_15hp2_698", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_15hp2_702", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_15hp2_706", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_15hp2_710", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_15hp2_714", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_15hp2_718", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_15hp2_722", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_15hp2_726", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_15hp2_730", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_15hp2_734", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_15hp2_738", "redBackgroundColor": "_redBackgroundColor_15hp2_742", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_15hp2_746", "orangeBackgroundColor": "_orangeBackgroundColor_15hp2_750", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_15hp2_754", "tanBackgroundColor": "_tanBackgroundColor_15hp2_758", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_15hp2_762", "creamBackgroundColor": "_creamBackgroundColor_15hp2_766", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_15hp2_770", "purpleBackgroundColor": "_purpleBackgroundColor_15hp2_774", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_15hp2_778", "lilacBackgroundColor": "_lilacBackgroundColor_15hp2_782", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_15hp2_786", "thistleBackgroundColor": "_thistleBackgroundColor_15hp2_790", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_15hp2_794", "pinkBackgroundColor": "_pinkBackgroundColor_15hp2_798", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_15hp2_802", "navyBackgroundColor": "_navyBackgroundColor_15hp2_806", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_15hp2_810", "tealBackgroundColor": "_tealBackgroundColor_15hp2_814", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_15hp2_818", "slateBackgroundColor": "_slateBackgroundColor_15hp2_822", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_15hp2_826", "skyBackgroundColor": "_skyBackgroundColor_15hp2_830", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_15hp2_834", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_15hp2_838" };
5
-
6
- export {
7
- colors_module_default
8
- };
9
- //# sourceMappingURL=M4CFLT64.js.map
@@ -1 +0,0 @@
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_15hp2_2\",\"destructive700Color\":\"_destructive700Color_15hp2_6\",\"gray700Color\":\"_gray700Color_15hp2_10\",\"gray900Color\":\"_gray900Color_15hp2_14\",\"primary700Color\":\"_primary700Color_15hp2_18\",\"success700Color\":\"_success700Color_15hp2_22\",\"whiteColor\":\"_whiteColor_15hp2_26\",\"blackColor\":\"_blackColor_15hp2_30\",\"destructive100Color\":\"_destructive100Color_15hp2_34\",\"destructive200Color\":\"_destructive200Color_15hp2_38\",\"destructive300Color\":\"_destructive300Color_15hp2_42\",\"destructive800Color\":\"_destructive800Color_15hp2_46\",\"destructive900Color\":\"_destructive900Color_15hp2_50\",\"gray10Color\":\"_gray10Color_15hp2_54\",\"gray30Color\":\"_gray30Color_15hp2_58\",\"gray60Color\":\"_gray60Color_15hp2_62\",\"gray80Color\":\"_gray80Color_15hp2_66\",\"gray100Color\":\"_gray100Color_15hp2_70\",\"gray200Color\":\"_gray200Color_15hp2_74\",\"gray300Color\":\"_gray300Color_15hp2_78\",\"gray800Color\":\"_gray800Color_15hp2_82\",\"orange100Color\":\"_orange100Color_15hp2_86\",\"orange200Color\":\"_orange200Color_15hp2_90\",\"orange300Color\":\"_orange300Color_15hp2_94\",\"orange700Color\":\"_orange700Color_15hp2_98\",\"orange800Color\":\"_orange800Color_15hp2_102\",\"orange900Color\":\"_orange900Color_15hp2_106\",\"primary100Color\":\"_primary100Color_15hp2_110\",\"primary200Color\":\"_primary200Color_15hp2_114\",\"primary300Color\":\"_primary300Color_15hp2_118\",\"primary800Color\":\"_primary800Color_15hp2_122\",\"primary900Color\":\"_primary900Color_15hp2_126\",\"success100Color\":\"_success100Color_15hp2_130\",\"success200Color\":\"_success200Color_15hp2_134\",\"success300Color\":\"_success300Color_15hp2_138\",\"success800Color\":\"_success800Color_15hp2_142\",\"success900Color\":\"_success900Color_15hp2_146\",\"purple100Color\":\"_purple100Color_15hp2_150\",\"purple200Color\":\"_purple200Color_15hp2_154\",\"purple300Color\":\"_purple300Color_15hp2_158\",\"purple700Color\":\"_purple700Color_15hp2_162\",\"purple800Color\":\"_purple800Color_15hp2_166\",\"purple900Color\":\"_purple900Color_15hp2_170\",\"yellow100Color\":\"_yellow100Color_15hp2_174\",\"yellow200Color\":\"_yellow200Color_15hp2_178\",\"yellow300Color\":\"_yellow300Color_15hp2_182\",\"yellow700Color\":\"_yellow700Color_15hp2_186\",\"yellow800Color\":\"_yellow800Color_15hp2_190\",\"yellow900Color\":\"_yellow900Color_15hp2_194\",\"noBorder\":\"_noBorder_15hp2_199\",\"blackBorderColor\":\"_blackBorderColor_15hp2_203\",\"whiteBorderColor\":\"_whiteBorderColor_15hp2_207\",\"success770BorderColor\":\"_success770BorderColor_15hp2_211\",\"destructive770BorderColor\":\"_destructive770BorderColor_15hp2_215\",\"gray370BorderColor\":\"_gray370BorderColor_15hp2_219\",\"success370BorderColor\":\"_success370BorderColor_15hp2_223\",\"destructive370BorderColor\":\"_destructive370BorderColor_15hp2_227\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_15hp2_231\",\"blackBackgroundColor\":\"_blackBackgroundColor_15hp2_237\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_15hp2_241\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_15hp2_245\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_15hp2_249\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_15hp2_253\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_15hp2_257\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_15hp2_261\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_15hp2_265\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_15hp2_269\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_15hp2_273\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_15hp2_277\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_15hp2_281\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_15hp2_285\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_15hp2_289\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_15hp2_293\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_15hp2_297\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_15hp2_301\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_15hp2_305\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_15hp2_309\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_15hp2_313\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_15hp2_317\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_15hp2_321\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_15hp2_325\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_15hp2_329\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_15hp2_333\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_15hp2_337\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_15hp2_341\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_15hp2_345\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_15hp2_349\",\"success100BackgroundColor\":\"_success100BackgroundColor_15hp2_353\",\"success200BackgroundColor\":\"_success200BackgroundColor_15hp2_357\",\"success300BackgroundColor\":\"_success300BackgroundColor_15hp2_361\",\"success700BackgroundColor\":\"_success700BackgroundColor_15hp2_365\",\"success800BackgroundColor\":\"_success800BackgroundColor_15hp2_369\",\"success900BackgroundColor\":\"_success900BackgroundColor_15hp2_373\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_15hp2_377\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_15hp2_381\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_15hp2_385\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_15hp2_389\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_15hp2_393\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_15hp2_397\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_15hp2_401\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_15hp2_405\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_15hp2_409\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_15hp2_413\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_15hp2_417\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_15hp2_421\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_15hp2_425\",\"cambioBlackColor\":\"_cambioBlackColor_15hp2_430\",\"cambioWhiteColor\":\"_cambioWhiteColor_15hp2_434\",\"cambioWhite40Color\":\"_cambioWhite40Color_15hp2_438\",\"cambioWhite70Color\":\"_cambioWhite70Color_15hp2_442\",\"cambioGray100Color\":\"_cambioGray100Color_15hp2_446\",\"cambioGray200Color\":\"_cambioGray200Color_15hp2_450\",\"cambioGray300Color\":\"_cambioGray300Color_15hp2_454\",\"cambioGray370Color\":\"_cambioGray370Color_15hp2_458\",\"cambioGray700Color\":\"_cambioGray700Color_15hp2_462\",\"cambioGray800Color\":\"_cambioGray800Color_15hp2_466\",\"cambioGray870Color\":\"_cambioGray870Color_15hp2_470\",\"cambioGray900Color\":\"_cambioGray900Color_15hp2_474\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_15hp2_478\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_15hp2_482\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_15hp2_486\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_15hp2_490\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_15hp2_494\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_15hp2_498\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_15hp2_502\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_15hp2_506\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_15hp2_510\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_15hp2_514\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_15hp2_518\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_15hp2_522\",\"cambioRedColor\":\"_cambioRedColor_15hp2_526\",\"cambioOrangeColor\":\"_cambioOrangeColor_15hp2_530\",\"cambioTanColor\":\"_cambioTanColor_15hp2_534\",\"cambioCreamColor\":\"_cambioCreamColor_15hp2_538\",\"cambioPurpleColor\":\"_cambioPurpleColor_15hp2_542\",\"cambioLilacColor\":\"_cambioLilacColor_15hp2_546\",\"cambioThistleColor\":\"_cambioThistleColor_15hp2_550\",\"cambioPinkColor\":\"_cambioPinkColor_15hp2_554\",\"cambioNavyColor\":\"_cambioNavyColor_15hp2_558\",\"cambioTealColor\":\"_cambioTealColor_15hp2_562\",\"cambioSlateColor\":\"_cambioSlateColor_15hp2_566\",\"cambioSkyColor\":\"_cambioSkyColor_15hp2_570\",\"cambioYellow700Color\":\"_cambioYellow700Color_15hp2_574\",\"gray370Color\":\"_gray370Color_15hp2_578\",\"gray870Color\":\"_gray870Color_15hp2_582\",\"redColor\":\"_redColor_15hp2_586\",\"orangeColor\":\"_orangeColor_15hp2_590\",\"tanColor\":\"_tanColor_15hp2_594\",\"creamColor\":\"_creamColor_15hp2_598\",\"purpleColor\":\"_purpleColor_15hp2_602\",\"lilacColor\":\"_lilacColor_15hp2_606\",\"thistleColor\":\"_thistleColor_15hp2_610\",\"pinkColor\":\"_pinkColor_15hp2_614\",\"navyColor\":\"_navyColor_15hp2_618\",\"tealColor\":\"_tealColor_15hp2_622\",\"slateColor\":\"_slateColor_15hp2_626\",\"skyColor\":\"_skyColor_15hp2_630\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_15hp2_634\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_15hp2_638\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_15hp2_642\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_15hp2_646\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_15hp2_650\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_15hp2_654\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_15hp2_658\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_15hp2_662\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_15hp2_666\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_15hp2_670\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_15hp2_674\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_15hp2_678\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_15hp2_682\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_15hp2_686\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_15hp2_690\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_15hp2_694\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_15hp2_698\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_15hp2_702\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_15hp2_706\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_15hp2_710\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_15hp2_714\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_15hp2_718\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_15hp2_722\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_15hp2_726\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_15hp2_730\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_15hp2_734\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_15hp2_738\",\"redBackgroundColor\":\"_redBackgroundColor_15hp2_742\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_15hp2_746\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_15hp2_750\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_15hp2_754\",\"tanBackgroundColor\":\"_tanBackgroundColor_15hp2_758\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_15hp2_762\",\"creamBackgroundColor\":\"_creamBackgroundColor_15hp2_766\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_15hp2_770\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_15hp2_774\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_15hp2_778\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_15hp2_782\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_15hp2_786\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_15hp2_790\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_15hp2_794\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_15hp2_798\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_15hp2_802\",\"navyBackgroundColor\":\"_navyBackgroundColor_15hp2_806\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_15hp2_810\",\"tealBackgroundColor\":\"_tealBackgroundColor_15hp2_814\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_15hp2_818\",\"slateBackgroundColor\":\"_slateBackgroundColor_15hp2_822\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_15hp2_826\",\"skyBackgroundColor\":\"_skyBackgroundColor_15hp2_830\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_15hp2_834\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_15hp2_838\"}"],"mappings":";;;AAA4F,IAAO,wBAAQ,EAAC,gBAAe,yBAAwB,uBAAsB,gCAA+B,gBAAe,0BAAyB,gBAAe,0BAAyB,mBAAkB,6BAA4B,mBAAkB,6BAA4B,cAAa,wBAAuB,cAAa,wBAAuB,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,uBAAsB,iCAAgC,eAAc,yBAAwB,eAAc,yBAAwB,eAAc,yBAAwB,eAAc,yBAAwB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,gBAAe,0BAAyB,kBAAiB,4BAA2B,kBAAiB,4BAA2B,kBAAiB,4BAA2B,kBAAiB,4BAA2B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,kBAAiB,6BAA4B,YAAW,uBAAsB,oBAAmB,+BAA8B,oBAAmB,+BAA8B,yBAAwB,oCAAmC,6BAA4B,wCAAuC,sBAAqB,iCAAgC,yBAAwB,oCAAmC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,iCAAgC,4CAA2C,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,0BAAyB,qCAAoC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,4BAA2B,uCAAsC,oBAAmB,+BAA8B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,sBAAqB,iCAAgC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,6BAA4B,wCAAuC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,yBAAwB,oCAAmC,kBAAiB,6BAA4B,qBAAoB,gCAA+B,kBAAiB,6BAA4B,oBAAmB,+BAA8B,qBAAoB,gCAA+B,oBAAmB,+BAA8B,sBAAqB,iCAAgC,mBAAkB,8BAA6B,mBAAkB,8BAA6B,mBAAkB,8BAA6B,oBAAmB,+BAA8B,kBAAiB,6BAA4B,wBAAuB,mCAAkC,gBAAe,2BAA0B,gBAAe,2BAA0B,YAAW,uBAAsB,eAAc,0BAAyB,YAAW,uBAAsB,cAAa,yBAAwB,eAAc,0BAAyB,cAAa,yBAAwB,gBAAe,2BAA0B,aAAY,wBAAuB,aAAY,wBAAuB,aAAY,wBAAuB,cAAa,yBAAwB,YAAW,uBAAsB,wCAAuC,mDAAkD,8BAA6B,yCAAwC,8BAA6B,yCAAwC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,gCAA+B,2CAA0C,0BAAyB,qCAAoC,gCAA+B,2CAA0C,gCAA+B,2CAA0C,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,uCAAsC,kDAAiD,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,mCAAkC,8CAA6C,sBAAqB,iCAAgC,4BAA2B,uCAAsC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,yBAAwB,oCAAmC,+BAA8B,0CAAyC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,0BAAyB,qCAAoC,gCAA+B,2CAA0C,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,uBAAsB,kCAAiC,6BAA4B,wCAAuC,wBAAuB,mCAAkC,8BAA6B,yCAAwC,sBAAqB,iCAAgC,4BAA2B,uCAAsC,kCAAiC,4CAA2C;","names":[]}
@@ -1,9 +0,0 @@
1
- "use client"
2
-
3
- // css-module:../colors/colors.module.css#css-module
4
- var colors_module_default = { "inheritColor": "_inheritColor_15hp2_2", "destructive700Color": "_destructive700Color_15hp2_6", "gray700Color": "_gray700Color_15hp2_10", "gray900Color": "_gray900Color_15hp2_14", "primary700Color": "_primary700Color_15hp2_18", "success700Color": "_success700Color_15hp2_22", "whiteColor": "_whiteColor_15hp2_26", "blackColor": "_blackColor_15hp2_30", "destructive100Color": "_destructive100Color_15hp2_34", "destructive200Color": "_destructive200Color_15hp2_38", "destructive300Color": "_destructive300Color_15hp2_42", "destructive800Color": "_destructive800Color_15hp2_46", "destructive900Color": "_destructive900Color_15hp2_50", "gray10Color": "_gray10Color_15hp2_54", "gray30Color": "_gray30Color_15hp2_58", "gray60Color": "_gray60Color_15hp2_62", "gray80Color": "_gray80Color_15hp2_66", "gray100Color": "_gray100Color_15hp2_70", "gray200Color": "_gray200Color_15hp2_74", "gray300Color": "_gray300Color_15hp2_78", "gray800Color": "_gray800Color_15hp2_82", "orange100Color": "_orange100Color_15hp2_86", "orange200Color": "_orange200Color_15hp2_90", "orange300Color": "_orange300Color_15hp2_94", "orange700Color": "_orange700Color_15hp2_98", "orange800Color": "_orange800Color_15hp2_102", "orange900Color": "_orange900Color_15hp2_106", "primary100Color": "_primary100Color_15hp2_110", "primary200Color": "_primary200Color_15hp2_114", "primary300Color": "_primary300Color_15hp2_118", "primary800Color": "_primary800Color_15hp2_122", "primary900Color": "_primary900Color_15hp2_126", "success100Color": "_success100Color_15hp2_130", "success200Color": "_success200Color_15hp2_134", "success300Color": "_success300Color_15hp2_138", "success800Color": "_success800Color_15hp2_142", "success900Color": "_success900Color_15hp2_146", "purple100Color": "_purple100Color_15hp2_150", "purple200Color": "_purple200Color_15hp2_154", "purple300Color": "_purple300Color_15hp2_158", "purple700Color": "_purple700Color_15hp2_162", "purple800Color": "_purple800Color_15hp2_166", "purple900Color": "_purple900Color_15hp2_170", "yellow100Color": "_yellow100Color_15hp2_174", "yellow200Color": "_yellow200Color_15hp2_178", "yellow300Color": "_yellow300Color_15hp2_182", "yellow700Color": "_yellow700Color_15hp2_186", "yellow800Color": "_yellow800Color_15hp2_190", "yellow900Color": "_yellow900Color_15hp2_194", "noBorder": "_noBorder_15hp2_199", "blackBorderColor": "_blackBorderColor_15hp2_203", "whiteBorderColor": "_whiteBorderColor_15hp2_207", "success770BorderColor": "_success770BorderColor_15hp2_211", "destructive770BorderColor": "_destructive770BorderColor_15hp2_215", "gray370BorderColor": "_gray370BorderColor_15hp2_219", "success370BorderColor": "_success370BorderColor_15hp2_223", "destructive370BorderColor": "_destructive370BorderColor_15hp2_227", "cambioGray870BorderColor": "_cambioGray870BorderColor_15hp2_231", "blackBackgroundColor": "_blackBackgroundColor_15hp2_237", "destructive100BackgroundColor": "_destructive100BackgroundColor_15hp2_241", "destructive200BackgroundColor": "_destructive200BackgroundColor_15hp2_245", "destructive300BackgroundColor": "_destructive300BackgroundColor_15hp2_249", "destructive700BackgroundColor": "_destructive700BackgroundColor_15hp2_253", "destructive800BackgroundColor": "_destructive800BackgroundColor_15hp2_257", "destructive900BackgroundColor": "_destructive900BackgroundColor_15hp2_261", "gray10BackgroundColor": "_gray10BackgroundColor_15hp2_265", "gray30BackgroundColor": "_gray30BackgroundColor_15hp2_269", "gray60BackgroundColor": "_gray60BackgroundColor_15hp2_273", "gray80BackgroundColor": "_gray80BackgroundColor_15hp2_277", "gray100BackgroundColor": "_gray100BackgroundColor_15hp2_281", "gray200BackgroundColor": "_gray200BackgroundColor_15hp2_285", "gray300BackgroundColor": "_gray300BackgroundColor_15hp2_289", "gray700BackgroundColor": "_gray700BackgroundColor_15hp2_293", "gray800BackgroundColor": "_gray800BackgroundColor_15hp2_297", "gray900BackgroundColor": "_gray900BackgroundColor_15hp2_301", "orange100BackgroundColor": "_orange100BackgroundColor_15hp2_305", "orange200BackgroundColor": "_orange200BackgroundColor_15hp2_309", "orange300BackgroundColor": "_orange300BackgroundColor_15hp2_313", "orange700BackgroundColor": "_orange700BackgroundColor_15hp2_317", "orange800BackgroundColor": "_orange800BackgroundColor_15hp2_321", "orange900BackgroundColor": "_orange900BackgroundColor_15hp2_325", "primary100BackgroundColor": "_primary100BackgroundColor_15hp2_329", "primary200BackgroundColor": "_primary200BackgroundColor_15hp2_333", "primary300BackgroundColor": "_primary300BackgroundColor_15hp2_337", "primary700BackgroundColor": "_primary700BackgroundColor_15hp2_341", "primary800BackgroundColor": "_primary800BackgroundColor_15hp2_345", "primary900BackgroundColor": "_primary900BackgroundColor_15hp2_349", "success100BackgroundColor": "_success100BackgroundColor_15hp2_353", "success200BackgroundColor": "_success200BackgroundColor_15hp2_357", "success300BackgroundColor": "_success300BackgroundColor_15hp2_361", "success700BackgroundColor": "_success700BackgroundColor_15hp2_365", "success800BackgroundColor": "_success800BackgroundColor_15hp2_369", "success900BackgroundColor": "_success900BackgroundColor_15hp2_373", "purple100BackgroundColor": "_purple100BackgroundColor_15hp2_377", "purple200BackgroundColor": "_purple200BackgroundColor_15hp2_381", "purple300BackgroundColor": "_purple300BackgroundColor_15hp2_385", "purple700BackgroundColor": "_purple700BackgroundColor_15hp2_389", "purple800BackgroundColor": "_purple800BackgroundColor_15hp2_393", "purple900BackgroundColor": "_purple900BackgroundColor_15hp2_397", "whiteBackgroundColor": "_whiteBackgroundColor_15hp2_401", "yellow100BackgroundColor": "_yellow100BackgroundColor_15hp2_405", "yellow200BackgroundColor": "_yellow200BackgroundColor_15hp2_409", "yellow300BackgroundColor": "_yellow300BackgroundColor_15hp2_413", "yellow700BackgroundColor": "_yellow700BackgroundColor_15hp2_417", "yellow800BackgroundColor": "_yellow800BackgroundColor_15hp2_421", "yellow900BackgroundColor": "_yellow900BackgroundColor_15hp2_425", "cambioBlackColor": "_cambioBlackColor_15hp2_430", "cambioWhiteColor": "_cambioWhiteColor_15hp2_434", "cambioWhite40Color": "_cambioWhite40Color_15hp2_438", "cambioWhite70Color": "_cambioWhite70Color_15hp2_442", "cambioGray100Color": "_cambioGray100Color_15hp2_446", "cambioGray200Color": "_cambioGray200Color_15hp2_450", "cambioGray300Color": "_cambioGray300Color_15hp2_454", "cambioGray370Color": "_cambioGray370Color_15hp2_458", "cambioGray700Color": "_cambioGray700Color_15hp2_462", "cambioGray800Color": "_cambioGray800Color_15hp2_466", "cambioGray870Color": "_cambioGray870Color_15hp2_470", "cambioGray900Color": "_cambioGray900Color_15hp2_474", "cambioDestructive100Color": "_cambioDestructive100Color_15hp2_478", "cambioDestructive300Color": "_cambioDestructive300Color_15hp2_482", "cambioDestructive370Color": "_cambioDestructive370Color_15hp2_486", "cambioDestructive700Color": "_cambioDestructive700Color_15hp2_490", "cambioDestructive770Color": "_cambioDestructive770Color_15hp2_494", "cambioDestructive900Color": "_cambioDestructive900Color_15hp2_498", "cambioSuccess100Color": "_cambioSuccess100Color_15hp2_502", "cambioSuccess300Color": "_cambioSuccess300Color_15hp2_506", "cambioSuccess370Color": "_cambioSuccess370Color_15hp2_510", "cambioSuccess700Color": "_cambioSuccess700Color_15hp2_514", "cambioSuccess770Color": "_cambioSuccess770Color_15hp2_518", "cambioSuccess900Color": "_cambioSuccess900Color_15hp2_522", "cambioRedColor": "_cambioRedColor_15hp2_526", "cambioOrangeColor": "_cambioOrangeColor_15hp2_530", "cambioTanColor": "_cambioTanColor_15hp2_534", "cambioCreamColor": "_cambioCreamColor_15hp2_538", "cambioPurpleColor": "_cambioPurpleColor_15hp2_542", "cambioLilacColor": "_cambioLilacColor_15hp2_546", "cambioThistleColor": "_cambioThistleColor_15hp2_550", "cambioPinkColor": "_cambioPinkColor_15hp2_554", "cambioNavyColor": "_cambioNavyColor_15hp2_558", "cambioTealColor": "_cambioTealColor_15hp2_562", "cambioSlateColor": "_cambioSlateColor_15hp2_566", "cambioSkyColor": "_cambioSkyColor_15hp2_570", "cambioYellow700Color": "_cambioYellow700Color_15hp2_574", "gray370Color": "_gray370Color_15hp2_578", "gray870Color": "_gray870Color_15hp2_582", "redColor": "_redColor_15hp2_586", "orangeColor": "_orangeColor_15hp2_590", "tanColor": "_tanColor_15hp2_594", "creamColor": "_creamColor_15hp2_598", "purpleColor": "_purpleColor_15hp2_602", "lilacColor": "_lilacColor_15hp2_606", "thistleColor": "_thistleColor_15hp2_610", "pinkColor": "_pinkColor_15hp2_614", "navyColor": "_navyColor_15hp2_618", "tealColor": "_tealColor_15hp2_622", "slateColor": "_slateColor_15hp2_626", "skyColor": "_skyColor_15hp2_630", "cambioTransparentFullBackgroundColor": "_cambioTransparentFullBackgroundColor_15hp2_634", "cambioBlackBackgroundColor": "_cambioBlackBackgroundColor_15hp2_638", "cambioWhiteBackgroundColor": "_cambioWhiteBackgroundColor_15hp2_642", "cambioWhite40BackgroundColor": "_cambioWhite40BackgroundColor_15hp2_646", "cambioWhite70BackgroundColor": "_cambioWhite70BackgroundColor_15hp2_650", "cambioGray100BackgroundColor": "_cambioGray100BackgroundColor_15hp2_654", "cambioGray200BackgroundColor": "_cambioGray200BackgroundColor_15hp2_658", "cambioGray300BackgroundColor": "_cambioGray300BackgroundColor_15hp2_662", "gray370BackgroundColor": "_gray370BackgroundColor_15hp2_666", "cambioGray370BackgroundColor": "_cambioGray370BackgroundColor_15hp2_670", "cambioGray700BackgroundColor": "_cambioGray700BackgroundColor_15hp2_674", "cambioGray800BackgroundColor": "_cambioGray800BackgroundColor_15hp2_678", "gray870BackgroundColor": "_gray870BackgroundColor_15hp2_682", "cambioGray870BackgroundColor": "_cambioGray870BackgroundColor_15hp2_686", "cambioGray900BackgroundColor": "_cambioGray900BackgroundColor_15hp2_690", "cambioDestructive100BackgroundColor": "_cambioDestructive100BackgroundColor_15hp2_694", "cambioDestructive300BackgroundColor": "_cambioDestructive300BackgroundColor_15hp2_698", "cambioDestructive370BackgroundColor": "_cambioDestructive370BackgroundColor_15hp2_702", "cambioDestructive700BackgroundColor": "_cambioDestructive700BackgroundColor_15hp2_706", "cambioDestructive770BackgroundColor": "_cambioDestructive770BackgroundColor_15hp2_710", "cambioDestructive900BackgroundColor": "_cambioDestructive900BackgroundColor_15hp2_714", "cambioSuccess100BackgroundColor": "_cambioSuccess100BackgroundColor_15hp2_718", "cambioSuccess300BackgroundColor": "_cambioSuccess300BackgroundColor_15hp2_722", "cambioSuccess370BackgroundColor": "_cambioSuccess370BackgroundColor_15hp2_726", "cambioSuccess700BackgroundColor": "_cambioSuccess700BackgroundColor_15hp2_730", "cambioSuccess770BackgroundColor": "_cambioSuccess770BackgroundColor_15hp2_734", "cambioSuccess900BackgroundColor": "_cambioSuccess900BackgroundColor_15hp2_738", "redBackgroundColor": "_redBackgroundColor_15hp2_742", "cambioRedBackgroundColor": "_cambioRedBackgroundColor_15hp2_746", "orangeBackgroundColor": "_orangeBackgroundColor_15hp2_750", "cambioOrangeBackgroundColor": "_cambioOrangeBackgroundColor_15hp2_754", "tanBackgroundColor": "_tanBackgroundColor_15hp2_758", "cambioTanBackgroundColor": "_cambioTanBackgroundColor_15hp2_762", "creamBackgroundColor": "_creamBackgroundColor_15hp2_766", "cambioCreamBackgroundColor": "_cambioCreamBackgroundColor_15hp2_770", "purpleBackgroundColor": "_purpleBackgroundColor_15hp2_774", "cambioPurpleBackgroundColor": "_cambioPurpleBackgroundColor_15hp2_778", "lilacBackgroundColor": "_lilacBackgroundColor_15hp2_782", "cambioLilacBackgroundColor": "_cambioLilacBackgroundColor_15hp2_786", "thistleBackgroundColor": "_thistleBackgroundColor_15hp2_790", "cambioThistleBackgroundColor": "_cambioThistleBackgroundColor_15hp2_794", "pinkBackgroundColor": "_pinkBackgroundColor_15hp2_798", "cambioPinkBackgroundColor": "_cambioPinkBackgroundColor_15hp2_802", "navyBackgroundColor": "_navyBackgroundColor_15hp2_806", "cambioNavyBackgroundColor": "_cambioNavyBackgroundColor_15hp2_810", "tealBackgroundColor": "_tealBackgroundColor_15hp2_814", "cambioTealBackgroundColor": "_cambioTealBackgroundColor_15hp2_818", "slateBackgroundColor": "_slateBackgroundColor_15hp2_822", "cambioSlateBackgroundColor": "_cambioSlateBackgroundColor_15hp2_826", "skyBackgroundColor": "_skyBackgroundColor_15hp2_830", "cambioSkyBackgroundColor": "_cambioSkyBackgroundColor_15hp2_834", "cambioYellow700BackgroundColor": "_cambioYellow700BackgroundColor_15hp2_838" };
5
-
6
- export {
7
- colors_module_default
8
- };
9
- //# sourceMappingURL=XSYKMCV5.js.map
@@ -1 +0,0 @@
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 {\"inheritColor\":\"_inheritColor_15hp2_2\",\"destructive700Color\":\"_destructive700Color_15hp2_6\",\"gray700Color\":\"_gray700Color_15hp2_10\",\"gray900Color\":\"_gray900Color_15hp2_14\",\"primary700Color\":\"_primary700Color_15hp2_18\",\"success700Color\":\"_success700Color_15hp2_22\",\"whiteColor\":\"_whiteColor_15hp2_26\",\"blackColor\":\"_blackColor_15hp2_30\",\"destructive100Color\":\"_destructive100Color_15hp2_34\",\"destructive200Color\":\"_destructive200Color_15hp2_38\",\"destructive300Color\":\"_destructive300Color_15hp2_42\",\"destructive800Color\":\"_destructive800Color_15hp2_46\",\"destructive900Color\":\"_destructive900Color_15hp2_50\",\"gray10Color\":\"_gray10Color_15hp2_54\",\"gray30Color\":\"_gray30Color_15hp2_58\",\"gray60Color\":\"_gray60Color_15hp2_62\",\"gray80Color\":\"_gray80Color_15hp2_66\",\"gray100Color\":\"_gray100Color_15hp2_70\",\"gray200Color\":\"_gray200Color_15hp2_74\",\"gray300Color\":\"_gray300Color_15hp2_78\",\"gray800Color\":\"_gray800Color_15hp2_82\",\"orange100Color\":\"_orange100Color_15hp2_86\",\"orange200Color\":\"_orange200Color_15hp2_90\",\"orange300Color\":\"_orange300Color_15hp2_94\",\"orange700Color\":\"_orange700Color_15hp2_98\",\"orange800Color\":\"_orange800Color_15hp2_102\",\"orange900Color\":\"_orange900Color_15hp2_106\",\"primary100Color\":\"_primary100Color_15hp2_110\",\"primary200Color\":\"_primary200Color_15hp2_114\",\"primary300Color\":\"_primary300Color_15hp2_118\",\"primary800Color\":\"_primary800Color_15hp2_122\",\"primary900Color\":\"_primary900Color_15hp2_126\",\"success100Color\":\"_success100Color_15hp2_130\",\"success200Color\":\"_success200Color_15hp2_134\",\"success300Color\":\"_success300Color_15hp2_138\",\"success800Color\":\"_success800Color_15hp2_142\",\"success900Color\":\"_success900Color_15hp2_146\",\"purple100Color\":\"_purple100Color_15hp2_150\",\"purple200Color\":\"_purple200Color_15hp2_154\",\"purple300Color\":\"_purple300Color_15hp2_158\",\"purple700Color\":\"_purple700Color_15hp2_162\",\"purple800Color\":\"_purple800Color_15hp2_166\",\"purple900Color\":\"_purple900Color_15hp2_170\",\"yellow100Color\":\"_yellow100Color_15hp2_174\",\"yellow200Color\":\"_yellow200Color_15hp2_178\",\"yellow300Color\":\"_yellow300Color_15hp2_182\",\"yellow700Color\":\"_yellow700Color_15hp2_186\",\"yellow800Color\":\"_yellow800Color_15hp2_190\",\"yellow900Color\":\"_yellow900Color_15hp2_194\",\"noBorder\":\"_noBorder_15hp2_199\",\"blackBorderColor\":\"_blackBorderColor_15hp2_203\",\"whiteBorderColor\":\"_whiteBorderColor_15hp2_207\",\"success770BorderColor\":\"_success770BorderColor_15hp2_211\",\"destructive770BorderColor\":\"_destructive770BorderColor_15hp2_215\",\"gray370BorderColor\":\"_gray370BorderColor_15hp2_219\",\"success370BorderColor\":\"_success370BorderColor_15hp2_223\",\"destructive370BorderColor\":\"_destructive370BorderColor_15hp2_227\",\"cambioGray870BorderColor\":\"_cambioGray870BorderColor_15hp2_231\",\"blackBackgroundColor\":\"_blackBackgroundColor_15hp2_237\",\"destructive100BackgroundColor\":\"_destructive100BackgroundColor_15hp2_241\",\"destructive200BackgroundColor\":\"_destructive200BackgroundColor_15hp2_245\",\"destructive300BackgroundColor\":\"_destructive300BackgroundColor_15hp2_249\",\"destructive700BackgroundColor\":\"_destructive700BackgroundColor_15hp2_253\",\"destructive800BackgroundColor\":\"_destructive800BackgroundColor_15hp2_257\",\"destructive900BackgroundColor\":\"_destructive900BackgroundColor_15hp2_261\",\"gray10BackgroundColor\":\"_gray10BackgroundColor_15hp2_265\",\"gray30BackgroundColor\":\"_gray30BackgroundColor_15hp2_269\",\"gray60BackgroundColor\":\"_gray60BackgroundColor_15hp2_273\",\"gray80BackgroundColor\":\"_gray80BackgroundColor_15hp2_277\",\"gray100BackgroundColor\":\"_gray100BackgroundColor_15hp2_281\",\"gray200BackgroundColor\":\"_gray200BackgroundColor_15hp2_285\",\"gray300BackgroundColor\":\"_gray300BackgroundColor_15hp2_289\",\"gray700BackgroundColor\":\"_gray700BackgroundColor_15hp2_293\",\"gray800BackgroundColor\":\"_gray800BackgroundColor_15hp2_297\",\"gray900BackgroundColor\":\"_gray900BackgroundColor_15hp2_301\",\"orange100BackgroundColor\":\"_orange100BackgroundColor_15hp2_305\",\"orange200BackgroundColor\":\"_orange200BackgroundColor_15hp2_309\",\"orange300BackgroundColor\":\"_orange300BackgroundColor_15hp2_313\",\"orange700BackgroundColor\":\"_orange700BackgroundColor_15hp2_317\",\"orange800BackgroundColor\":\"_orange800BackgroundColor_15hp2_321\",\"orange900BackgroundColor\":\"_orange900BackgroundColor_15hp2_325\",\"primary100BackgroundColor\":\"_primary100BackgroundColor_15hp2_329\",\"primary200BackgroundColor\":\"_primary200BackgroundColor_15hp2_333\",\"primary300BackgroundColor\":\"_primary300BackgroundColor_15hp2_337\",\"primary700BackgroundColor\":\"_primary700BackgroundColor_15hp2_341\",\"primary800BackgroundColor\":\"_primary800BackgroundColor_15hp2_345\",\"primary900BackgroundColor\":\"_primary900BackgroundColor_15hp2_349\",\"success100BackgroundColor\":\"_success100BackgroundColor_15hp2_353\",\"success200BackgroundColor\":\"_success200BackgroundColor_15hp2_357\",\"success300BackgroundColor\":\"_success300BackgroundColor_15hp2_361\",\"success700BackgroundColor\":\"_success700BackgroundColor_15hp2_365\",\"success800BackgroundColor\":\"_success800BackgroundColor_15hp2_369\",\"success900BackgroundColor\":\"_success900BackgroundColor_15hp2_373\",\"purple100BackgroundColor\":\"_purple100BackgroundColor_15hp2_377\",\"purple200BackgroundColor\":\"_purple200BackgroundColor_15hp2_381\",\"purple300BackgroundColor\":\"_purple300BackgroundColor_15hp2_385\",\"purple700BackgroundColor\":\"_purple700BackgroundColor_15hp2_389\",\"purple800BackgroundColor\":\"_purple800BackgroundColor_15hp2_393\",\"purple900BackgroundColor\":\"_purple900BackgroundColor_15hp2_397\",\"whiteBackgroundColor\":\"_whiteBackgroundColor_15hp2_401\",\"yellow100BackgroundColor\":\"_yellow100BackgroundColor_15hp2_405\",\"yellow200BackgroundColor\":\"_yellow200BackgroundColor_15hp2_409\",\"yellow300BackgroundColor\":\"_yellow300BackgroundColor_15hp2_413\",\"yellow700BackgroundColor\":\"_yellow700BackgroundColor_15hp2_417\",\"yellow800BackgroundColor\":\"_yellow800BackgroundColor_15hp2_421\",\"yellow900BackgroundColor\":\"_yellow900BackgroundColor_15hp2_425\",\"cambioBlackColor\":\"_cambioBlackColor_15hp2_430\",\"cambioWhiteColor\":\"_cambioWhiteColor_15hp2_434\",\"cambioWhite40Color\":\"_cambioWhite40Color_15hp2_438\",\"cambioWhite70Color\":\"_cambioWhite70Color_15hp2_442\",\"cambioGray100Color\":\"_cambioGray100Color_15hp2_446\",\"cambioGray200Color\":\"_cambioGray200Color_15hp2_450\",\"cambioGray300Color\":\"_cambioGray300Color_15hp2_454\",\"cambioGray370Color\":\"_cambioGray370Color_15hp2_458\",\"cambioGray700Color\":\"_cambioGray700Color_15hp2_462\",\"cambioGray800Color\":\"_cambioGray800Color_15hp2_466\",\"cambioGray870Color\":\"_cambioGray870Color_15hp2_470\",\"cambioGray900Color\":\"_cambioGray900Color_15hp2_474\",\"cambioDestructive100Color\":\"_cambioDestructive100Color_15hp2_478\",\"cambioDestructive300Color\":\"_cambioDestructive300Color_15hp2_482\",\"cambioDestructive370Color\":\"_cambioDestructive370Color_15hp2_486\",\"cambioDestructive700Color\":\"_cambioDestructive700Color_15hp2_490\",\"cambioDestructive770Color\":\"_cambioDestructive770Color_15hp2_494\",\"cambioDestructive900Color\":\"_cambioDestructive900Color_15hp2_498\",\"cambioSuccess100Color\":\"_cambioSuccess100Color_15hp2_502\",\"cambioSuccess300Color\":\"_cambioSuccess300Color_15hp2_506\",\"cambioSuccess370Color\":\"_cambioSuccess370Color_15hp2_510\",\"cambioSuccess700Color\":\"_cambioSuccess700Color_15hp2_514\",\"cambioSuccess770Color\":\"_cambioSuccess770Color_15hp2_518\",\"cambioSuccess900Color\":\"_cambioSuccess900Color_15hp2_522\",\"cambioRedColor\":\"_cambioRedColor_15hp2_526\",\"cambioOrangeColor\":\"_cambioOrangeColor_15hp2_530\",\"cambioTanColor\":\"_cambioTanColor_15hp2_534\",\"cambioCreamColor\":\"_cambioCreamColor_15hp2_538\",\"cambioPurpleColor\":\"_cambioPurpleColor_15hp2_542\",\"cambioLilacColor\":\"_cambioLilacColor_15hp2_546\",\"cambioThistleColor\":\"_cambioThistleColor_15hp2_550\",\"cambioPinkColor\":\"_cambioPinkColor_15hp2_554\",\"cambioNavyColor\":\"_cambioNavyColor_15hp2_558\",\"cambioTealColor\":\"_cambioTealColor_15hp2_562\",\"cambioSlateColor\":\"_cambioSlateColor_15hp2_566\",\"cambioSkyColor\":\"_cambioSkyColor_15hp2_570\",\"cambioYellow700Color\":\"_cambioYellow700Color_15hp2_574\",\"gray370Color\":\"_gray370Color_15hp2_578\",\"gray870Color\":\"_gray870Color_15hp2_582\",\"redColor\":\"_redColor_15hp2_586\",\"orangeColor\":\"_orangeColor_15hp2_590\",\"tanColor\":\"_tanColor_15hp2_594\",\"creamColor\":\"_creamColor_15hp2_598\",\"purpleColor\":\"_purpleColor_15hp2_602\",\"lilacColor\":\"_lilacColor_15hp2_606\",\"thistleColor\":\"_thistleColor_15hp2_610\",\"pinkColor\":\"_pinkColor_15hp2_614\",\"navyColor\":\"_navyColor_15hp2_618\",\"tealColor\":\"_tealColor_15hp2_622\",\"slateColor\":\"_slateColor_15hp2_626\",\"skyColor\":\"_skyColor_15hp2_630\",\"cambioTransparentFullBackgroundColor\":\"_cambioTransparentFullBackgroundColor_15hp2_634\",\"cambioBlackBackgroundColor\":\"_cambioBlackBackgroundColor_15hp2_638\",\"cambioWhiteBackgroundColor\":\"_cambioWhiteBackgroundColor_15hp2_642\",\"cambioWhite40BackgroundColor\":\"_cambioWhite40BackgroundColor_15hp2_646\",\"cambioWhite70BackgroundColor\":\"_cambioWhite70BackgroundColor_15hp2_650\",\"cambioGray100BackgroundColor\":\"_cambioGray100BackgroundColor_15hp2_654\",\"cambioGray200BackgroundColor\":\"_cambioGray200BackgroundColor_15hp2_658\",\"cambioGray300BackgroundColor\":\"_cambioGray300BackgroundColor_15hp2_662\",\"gray370BackgroundColor\":\"_gray370BackgroundColor_15hp2_666\",\"cambioGray370BackgroundColor\":\"_cambioGray370BackgroundColor_15hp2_670\",\"cambioGray700BackgroundColor\":\"_cambioGray700BackgroundColor_15hp2_674\",\"cambioGray800BackgroundColor\":\"_cambioGray800BackgroundColor_15hp2_678\",\"gray870BackgroundColor\":\"_gray870BackgroundColor_15hp2_682\",\"cambioGray870BackgroundColor\":\"_cambioGray870BackgroundColor_15hp2_686\",\"cambioGray900BackgroundColor\":\"_cambioGray900BackgroundColor_15hp2_690\",\"cambioDestructive100BackgroundColor\":\"_cambioDestructive100BackgroundColor_15hp2_694\",\"cambioDestructive300BackgroundColor\":\"_cambioDestructive300BackgroundColor_15hp2_698\",\"cambioDestructive370BackgroundColor\":\"_cambioDestructive370BackgroundColor_15hp2_702\",\"cambioDestructive700BackgroundColor\":\"_cambioDestructive700BackgroundColor_15hp2_706\",\"cambioDestructive770BackgroundColor\":\"_cambioDestructive770BackgroundColor_15hp2_710\",\"cambioDestructive900BackgroundColor\":\"_cambioDestructive900BackgroundColor_15hp2_714\",\"cambioSuccess100BackgroundColor\":\"_cambioSuccess100BackgroundColor_15hp2_718\",\"cambioSuccess300BackgroundColor\":\"_cambioSuccess300BackgroundColor_15hp2_722\",\"cambioSuccess370BackgroundColor\":\"_cambioSuccess370BackgroundColor_15hp2_726\",\"cambioSuccess700BackgroundColor\":\"_cambioSuccess700BackgroundColor_15hp2_730\",\"cambioSuccess770BackgroundColor\":\"_cambioSuccess770BackgroundColor_15hp2_734\",\"cambioSuccess900BackgroundColor\":\"_cambioSuccess900BackgroundColor_15hp2_738\",\"redBackgroundColor\":\"_redBackgroundColor_15hp2_742\",\"cambioRedBackgroundColor\":\"_cambioRedBackgroundColor_15hp2_746\",\"orangeBackgroundColor\":\"_orangeBackgroundColor_15hp2_750\",\"cambioOrangeBackgroundColor\":\"_cambioOrangeBackgroundColor_15hp2_754\",\"tanBackgroundColor\":\"_tanBackgroundColor_15hp2_758\",\"cambioTanBackgroundColor\":\"_cambioTanBackgroundColor_15hp2_762\",\"creamBackgroundColor\":\"_creamBackgroundColor_15hp2_766\",\"cambioCreamBackgroundColor\":\"_cambioCreamBackgroundColor_15hp2_770\",\"purpleBackgroundColor\":\"_purpleBackgroundColor_15hp2_774\",\"cambioPurpleBackgroundColor\":\"_cambioPurpleBackgroundColor_15hp2_778\",\"lilacBackgroundColor\":\"_lilacBackgroundColor_15hp2_782\",\"cambioLilacBackgroundColor\":\"_cambioLilacBackgroundColor_15hp2_786\",\"thistleBackgroundColor\":\"_thistleBackgroundColor_15hp2_790\",\"cambioThistleBackgroundColor\":\"_cambioThistleBackgroundColor_15hp2_794\",\"pinkBackgroundColor\":\"_pinkBackgroundColor_15hp2_798\",\"cambioPinkBackgroundColor\":\"_cambioPinkBackgroundColor_15hp2_802\",\"navyBackgroundColor\":\"_navyBackgroundColor_15hp2_806\",\"cambioNavyBackgroundColor\":\"_cambioNavyBackgroundColor_15hp2_810\",\"tealBackgroundColor\":\"_tealBackgroundColor_15hp2_814\",\"cambioTealBackgroundColor\":\"_cambioTealBackgroundColor_15hp2_818\",\"slateBackgroundColor\":\"_slateBackgroundColor_15hp2_822\",\"cambioSlateBackgroundColor\":\"_cambioSlateBackgroundColor_15hp2_826\",\"skyBackgroundColor\":\"_skyBackgroundColor_15hp2_830\",\"cambioSkyBackgroundColor\":\"_cambioSkyBackgroundColor_15hp2_834\",\"cambioYellow700BackgroundColor\":\"_cambioYellow700BackgroundColor_15hp2_838\"}"],"mappings":"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","names":[]}