@cambly/syntax-core 19.2.1 → 19.3.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 (198) hide show
  1. package/dist/Avatar/Avatar.d.ts +1 -1
  2. package/dist/Badge/Badge.cjs +3 -3
  3. package/dist/Badge/Badge.css +49 -43
  4. package/dist/Badge/Badge.css.map +1 -1
  5. package/dist/Badge/Badge.d.ts +1 -1
  6. package/dist/Badge/Badge.js +2 -2
  7. package/dist/Button/Button.cjs +3 -3
  8. package/dist/Button/Button.css +49 -43
  9. package/dist/Button/Button.css.map +1 -1
  10. package/dist/Button/Button.js +2 -2
  11. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -1
  12. package/dist/Checkbox/Checkbox.cjs +3 -3
  13. package/dist/Checkbox/Checkbox.css +49 -43
  14. package/dist/Checkbox/Checkbox.css.map +1 -1
  15. package/dist/Checkbox/Checkbox.d.ts +1 -1
  16. package/dist/Checkbox/Checkbox.js +2 -2
  17. package/dist/Chip/Chip.cjs +3 -3
  18. package/dist/Chip/Chip.css +49 -43
  19. package/dist/Chip/Chip.css.map +1 -1
  20. package/dist/Chip/Chip.js +2 -2
  21. package/dist/Heading/Heading.cjs +3 -3
  22. package/dist/Heading/Heading.css +49 -43
  23. package/dist/Heading/Heading.css.map +1 -1
  24. package/dist/Heading/Heading.d.ts +4 -2
  25. package/dist/Heading/Heading.js +2 -2
  26. package/dist/LinkButton/LinkButton.cjs +3 -3
  27. package/dist/LinkButton/LinkButton.css +49 -43
  28. package/dist/LinkButton/LinkButton.css.map +1 -1
  29. package/dist/LinkButton/LinkButton.js +2 -2
  30. package/dist/Modal/Modal.cjs +4 -4
  31. package/dist/Modal/Modal.css +49 -43
  32. package/dist/Modal/Modal.css.map +1 -1
  33. package/dist/Modal/Modal.js +3 -3
  34. package/dist/RadioButton/RadioButton.cjs +3 -3
  35. package/dist/RadioButton/RadioButton.css +49 -43
  36. package/dist/RadioButton/RadioButton.css.map +1 -1
  37. package/dist/RadioButton/RadioButton.d.ts +1 -1
  38. package/dist/RadioButton/RadioButton.js +2 -2
  39. package/dist/RichSelect/RichSelectBox.cjs +9 -9
  40. package/dist/RichSelect/RichSelectBox.css +49 -43
  41. package/dist/RichSelect/RichSelectBox.css.map +1 -1
  42. package/dist/RichSelect/RichSelectBox.d.ts +1 -1
  43. package/dist/RichSelect/RichSelectBox.js +8 -8
  44. package/dist/RichSelect/RichSelectChip.cjs +4 -4
  45. package/dist/RichSelect/RichSelectChip.css +49 -43
  46. package/dist/RichSelect/RichSelectChip.css.map +1 -1
  47. package/dist/RichSelect/RichSelectChip.js +3 -3
  48. package/dist/RichSelect/RichSelectList.cjs +11 -11
  49. package/dist/RichSelect/RichSelectList.css +49 -43
  50. package/dist/RichSelect/RichSelectList.css.map +1 -1
  51. package/dist/RichSelect/RichSelectList.d.ts +1 -1
  52. package/dist/RichSelect/RichSelectList.js +10 -10
  53. package/dist/RichSelect/RichSelectRadioButton.cjs +4 -4
  54. package/dist/RichSelect/RichSelectRadioButton.css +49 -43
  55. package/dist/RichSelect/RichSelectRadioButton.css.map +1 -1
  56. package/dist/RichSelect/RichSelectRadioButton.d.ts +1 -1
  57. package/dist/RichSelect/RichSelectRadioButton.js +3 -3
  58. package/dist/RichSelect/RichSelectSection.cjs +3 -3
  59. package/dist/RichSelect/RichSelectSection.css +49 -43
  60. package/dist/RichSelect/RichSelectSection.css.map +1 -1
  61. package/dist/RichSelect/RichSelectSection.js +2 -2
  62. package/dist/SelectList/SelectList.cjs +4 -4
  63. package/dist/SelectList/SelectList.css +49 -43
  64. package/dist/SelectList/SelectList.css.map +1 -1
  65. package/dist/SelectList/SelectList.js +3 -3
  66. package/dist/TabButton/TabButton.cjs +4 -4
  67. package/dist/TabButton/TabButton.css +49 -43
  68. package/dist/TabButton/TabButton.css.map +1 -1
  69. package/dist/TabButton/TabButton.js +3 -3
  70. package/dist/TabLink/TabLink.cjs +4 -4
  71. package/dist/TabLink/TabLink.css +49 -43
  72. package/dist/TabLink/TabLink.css.map +1 -1
  73. package/dist/TabLink/TabLink.js +3 -3
  74. package/dist/Tabs/TabInternal.cjs +3 -3
  75. package/dist/Tabs/TabInternal.css +49 -43
  76. package/dist/Tabs/TabInternal.css.map +1 -1
  77. package/dist/Tabs/TabInternal.js +2 -2
  78. package/dist/TapArea/TapArea.d.ts +1 -1
  79. package/dist/TextArea/TextArea.cjs +3 -3
  80. package/dist/TextArea/TextArea.css +49 -43
  81. package/dist/TextArea/TextArea.css.map +1 -1
  82. package/dist/TextArea/TextArea.js +2 -2
  83. package/dist/TextField/TextField.cjs +3 -3
  84. package/dist/TextField/TextField.css +49 -43
  85. package/dist/TextField/TextField.css.map +1 -1
  86. package/dist/TextField/TextField.js +2 -2
  87. package/dist/Tooltip/Tooltip.cjs +3 -3
  88. package/dist/Tooltip/Tooltip.css +49 -43
  89. package/dist/Tooltip/Tooltip.css.map +1 -1
  90. package/dist/Tooltip/Tooltip.js +2 -2
  91. package/dist/Typography/Typography.cjs +2 -2
  92. package/dist/Typography/Typography.css +49 -43
  93. package/dist/Typography/Typography.css.map +1 -1
  94. package/dist/Typography/Typography.d.ts +4 -2
  95. package/dist/Typography/Typography.js +1 -1
  96. package/dist/WordConfetti/WordConfetti.cjs +3 -3
  97. package/dist/WordConfetti/WordConfetti.css +49 -43
  98. package/dist/WordConfetti/WordConfetti.css.map +1 -1
  99. package/dist/WordConfetti/WordConfetti.js +2 -2
  100. package/dist/__chunks/{MTR3ESEZ.js → 45DUMC5J.js} +2 -2
  101. package/dist/__chunks/{VAVIKPVS.js → 4FGMH6ZT.js} +2 -2
  102. package/dist/__chunks/{GK3YX7CI.cjs → 5I7B5SAF.cjs} +10 -10
  103. package/dist/__chunks/{BYNWTNUV.js → 6KET3XO2.js} +2 -2
  104. package/dist/__chunks/{7VNHS3DA.cjs → 7COSMEXW.cjs} +3 -3
  105. package/dist/__chunks/{M57BB52X.js → 7YH3K65I.js} +5 -5
  106. package/dist/__chunks/{WHTMS6T3.cjs → AAZIVDWS.cjs} +3 -3
  107. package/dist/__chunks/{WT62D7UB.cjs → AI52ORKA.cjs} +3 -3
  108. package/dist/__chunks/{MZ3D63DQ.js → BUVOUV7Z.js} +2 -2
  109. package/dist/__chunks/{TGUOITLK.js → CKRK4CN4.js} +2 -2
  110. package/dist/__chunks/{CVRG3CQ3.js → CS32ABQA.js} +2 -2
  111. package/dist/__chunks/{X4H65FEF.cjs → D4FWWDPJ.cjs} +1 -1
  112. package/dist/__chunks/{X4H65FEF.cjs.map → D4FWWDPJ.cjs.map} +1 -1
  113. package/dist/__chunks/{HILWIYOJ.js → DAIZZROA.js} +2 -2
  114. package/dist/__chunks/{HG43LCAW.js → DDD7XI7R.js} +2 -2
  115. package/dist/__chunks/{HG43LCAW.js.map → DDD7XI7R.js.map} +1 -1
  116. package/dist/__chunks/{VJNSSF3W.js → DWV2IH7T.js} +2 -2
  117. package/dist/__chunks/{CMUPFOVX.cjs → E3KSILLW.cjs} +3 -3
  118. package/dist/__chunks/{IEBCEU7G.js → ED4O4LSA.js} +7 -7
  119. package/dist/__chunks/{PGDIO77V.cjs → FHQ7KPFE.cjs} +3 -3
  120. package/dist/__chunks/{FSSHUBX3.js → FM74LR6A.js} +2 -2
  121. package/dist/__chunks/{ACYC4E6D.js → IFOYULRK.js} +1 -1
  122. package/dist/__chunks/{ACYC4E6D.js.map → IFOYULRK.js.map} +1 -1
  123. package/dist/__chunks/{XRYFXCR2.js → J4VE4V7R.js} +3 -3
  124. package/dist/__chunks/{PCEOK3GO.cjs → JACR34JO.cjs} +3 -3
  125. package/dist/__chunks/{W4YEJQZH.cjs → JJN6542U.cjs} +8 -8
  126. package/dist/__chunks/{44XT4MCS.js → MZK5G2SD.js} +2 -2
  127. package/dist/__chunks/{2PSHSFAV.js → P5BVB22B.js} +2 -2
  128. package/dist/__chunks/{WSKCMPTD.cjs → PBHDA7GV.cjs} +3 -3
  129. package/dist/__chunks/{PGMFMTEU.cjs → PBOAPP74.cjs} +3 -3
  130. package/dist/__chunks/{C5V4NLVS.cjs → Q65LBFK3.cjs} +3 -3
  131. package/dist/__chunks/{Z3S2ZWTJ.cjs → Q7CC3YA4.cjs} +3 -3
  132. package/dist/__chunks/{Z3S2ZWTJ.cjs.map → Q7CC3YA4.cjs.map} +1 -1
  133. package/dist/__chunks/{AJC6QV6M.cjs → R3XTMI64.cjs} +4 -4
  134. package/dist/__chunks/{KIEWPPIM.js → RJQ2LSPP.js} +2 -2
  135. package/dist/__chunks/RJQ2LSPP.js.map +1 -0
  136. package/dist/__chunks/{WS6CZJQ6.cjs → RVU3UEZI.cjs} +2 -2
  137. package/dist/__chunks/RVU3UEZI.cjs.map +1 -0
  138. package/dist/__chunks/{SG3FRX2U.js → RX3JA6WI.js} +2 -2
  139. package/dist/__chunks/{BFZFNLM5.cjs → S7BCIAUQ.cjs} +3 -3
  140. package/dist/__chunks/{2RPK7IB4.cjs → SAPSO6DD.cjs} +3 -3
  141. package/dist/__chunks/{23LD2DDB.cjs → SJSSW5MP.cjs} +4 -4
  142. package/dist/__chunks/{JN5UK7KH.cjs → SW6S6ZCI.cjs} +4 -4
  143. package/dist/__chunks/{DTQMK5RP.js → UNQGP24J.js} +2 -2
  144. package/dist/__chunks/{SVNXSJ7Z.js → W6JOWMNG.js} +2 -2
  145. package/dist/__chunks/{RVF6GMID.js → WCQCYWL5.js} +2 -2
  146. package/dist/__chunks/{STMMCDX5.js → WGRDMB2P.js} +2 -2
  147. package/dist/__chunks/{G2RAXJEA.cjs → WNNJJJGM.cjs} +19 -19
  148. package/dist/__chunks/{D45HCKL3.js → XEHZJBLD.js} +2 -2
  149. package/dist/__chunks/{OOAQZC7E.cjs → XSU6O5C3.cjs} +3 -3
  150. package/dist/__chunks/{TTR4ZAGC.cjs → YNGB4N62.cjs} +3 -3
  151. package/dist/__chunks/{QJGERVMN.cjs → Z6EWS3QI.cjs} +5 -5
  152. package/dist/index.cjs +24 -24
  153. package/dist/index.css +49 -43
  154. package/dist/index.css.map +1 -1
  155. package/dist/index.js +23 -23
  156. package/package.json +1 -1
  157. package/dist/__chunks/KIEWPPIM.js.map +0 -1
  158. package/dist/__chunks/WS6CZJQ6.cjs.map +0 -1
  159. /package/dist/__chunks/{MTR3ESEZ.js.map → 45DUMC5J.js.map} +0 -0
  160. /package/dist/__chunks/{VAVIKPVS.js.map → 4FGMH6ZT.js.map} +0 -0
  161. /package/dist/__chunks/{GK3YX7CI.cjs.map → 5I7B5SAF.cjs.map} +0 -0
  162. /package/dist/__chunks/{BYNWTNUV.js.map → 6KET3XO2.js.map} +0 -0
  163. /package/dist/__chunks/{7VNHS3DA.cjs.map → 7COSMEXW.cjs.map} +0 -0
  164. /package/dist/__chunks/{M57BB52X.js.map → 7YH3K65I.js.map} +0 -0
  165. /package/dist/__chunks/{WHTMS6T3.cjs.map → AAZIVDWS.cjs.map} +0 -0
  166. /package/dist/__chunks/{WT62D7UB.cjs.map → AI52ORKA.cjs.map} +0 -0
  167. /package/dist/__chunks/{MZ3D63DQ.js.map → BUVOUV7Z.js.map} +0 -0
  168. /package/dist/__chunks/{TGUOITLK.js.map → CKRK4CN4.js.map} +0 -0
  169. /package/dist/__chunks/{CVRG3CQ3.js.map → CS32ABQA.js.map} +0 -0
  170. /package/dist/__chunks/{HILWIYOJ.js.map → DAIZZROA.js.map} +0 -0
  171. /package/dist/__chunks/{VJNSSF3W.js.map → DWV2IH7T.js.map} +0 -0
  172. /package/dist/__chunks/{CMUPFOVX.cjs.map → E3KSILLW.cjs.map} +0 -0
  173. /package/dist/__chunks/{IEBCEU7G.js.map → ED4O4LSA.js.map} +0 -0
  174. /package/dist/__chunks/{PGDIO77V.cjs.map → FHQ7KPFE.cjs.map} +0 -0
  175. /package/dist/__chunks/{FSSHUBX3.js.map → FM74LR6A.js.map} +0 -0
  176. /package/dist/__chunks/{XRYFXCR2.js.map → J4VE4V7R.js.map} +0 -0
  177. /package/dist/__chunks/{PCEOK3GO.cjs.map → JACR34JO.cjs.map} +0 -0
  178. /package/dist/__chunks/{W4YEJQZH.cjs.map → JJN6542U.cjs.map} +0 -0
  179. /package/dist/__chunks/{44XT4MCS.js.map → MZK5G2SD.js.map} +0 -0
  180. /package/dist/__chunks/{2PSHSFAV.js.map → P5BVB22B.js.map} +0 -0
  181. /package/dist/__chunks/{WSKCMPTD.cjs.map → PBHDA7GV.cjs.map} +0 -0
  182. /package/dist/__chunks/{PGMFMTEU.cjs.map → PBOAPP74.cjs.map} +0 -0
  183. /package/dist/__chunks/{C5V4NLVS.cjs.map → Q65LBFK3.cjs.map} +0 -0
  184. /package/dist/__chunks/{AJC6QV6M.cjs.map → R3XTMI64.cjs.map} +0 -0
  185. /package/dist/__chunks/{SG3FRX2U.js.map → RX3JA6WI.js.map} +0 -0
  186. /package/dist/__chunks/{BFZFNLM5.cjs.map → S7BCIAUQ.cjs.map} +0 -0
  187. /package/dist/__chunks/{2RPK7IB4.cjs.map → SAPSO6DD.cjs.map} +0 -0
  188. /package/dist/__chunks/{23LD2DDB.cjs.map → SJSSW5MP.cjs.map} +0 -0
  189. /package/dist/__chunks/{JN5UK7KH.cjs.map → SW6S6ZCI.cjs.map} +0 -0
  190. /package/dist/__chunks/{DTQMK5RP.js.map → UNQGP24J.js.map} +0 -0
  191. /package/dist/__chunks/{SVNXSJ7Z.js.map → W6JOWMNG.js.map} +0 -0
  192. /package/dist/__chunks/{RVF6GMID.js.map → WCQCYWL5.js.map} +0 -0
  193. /package/dist/__chunks/{STMMCDX5.js.map → WGRDMB2P.js.map} +0 -0
  194. /package/dist/__chunks/{G2RAXJEA.cjs.map → WNNJJJGM.cjs.map} +0 -0
  195. /package/dist/__chunks/{D45HCKL3.js.map → XEHZJBLD.js.map} +0 -0
  196. /package/dist/__chunks/{OOAQZC7E.cjs.map → XSU6O5C3.cjs.map} +0 -0
  197. /package/dist/__chunks/{TTR4ZAGC.cjs.map → YNGB4N62.cjs.map} +0 -0
  198. /package/dist/__chunks/{QJGERVMN.cjs.map → Z6EWS3QI.cjs.map} +0 -0
@@ -23,7 +23,7 @@ var _F3SUJGZLcjs = require('./F3SUJGZL.cjs');
23
23
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
24
24
 
25
25
 
26
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
26
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
27
27
 
28
28
 
29
29
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -94,7 +94,7 @@ var Button = _react.forwardRef.call(void 0,
94
94
  size: _65BTPZZTcjs.internalIconSize[size]
95
95
  }
96
96
  ),
97
- (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WS6CZJQ6cjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
97
+ (loading && loadingText || !loading && text) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RVU3UEZIcjs.Typography_default, { size: _5JUNB754cjs.textVariant_default[size], weight: "medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
98
98
  "span",
99
99
  {
100
100
  className: _classnames2.default.call(void 0,
@@ -146,4 +146,4 @@ var Button_default = Button;
146
146
 
147
147
 
148
148
  exports.Button_default = Button_default;
149
- //# sourceMappingURL=7VNHS3DA.cjs.map
149
+ //# sourceMappingURL=7COSMEXW.cjs.map
@@ -4,19 +4,19 @@ import {
4
4
  } from "./36DG472B.js";
5
5
  import {
6
6
  Button_default
7
- } from "./SVNXSJ7Z.js";
7
+ } from "./W6JOWMNG.js";
8
8
  import {
9
9
  Divider
10
10
  } from "./M4W3IFMV.js";
11
11
  import {
12
12
  RichSelectSection_default
13
- } from "./BYNWTNUV.js";
13
+ } from "./6KET3XO2.js";
14
14
  import {
15
15
  RichSelectRadioButton_default
16
- } from "./CVRG3CQ3.js";
16
+ } from "./CS32ABQA.js";
17
17
  import {
18
18
  RichSelectChip_default
19
- } from "./RVF6GMID.js";
19
+ } from "./WCQCYWL5.js";
20
20
  import {
21
21
  RichSelectItemContext,
22
22
  RichSelect_module_default
@@ -208,4 +208,4 @@ export {
208
208
  RichSelectBoxContext,
209
209
  RichSelectBox_default
210
210
  };
211
- //# sourceMappingURL=M57BB52X.js.map
211
+ //# sourceMappingURL=7YH3K65I.js.map
@@ -7,7 +7,7 @@ var _MF7LLV7Vcjs = require('./MF7LLV7V.cjs');
7
7
  var _IL22HCBFcjs = require('./IL22HCBF.cjs');
8
8
 
9
9
 
10
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
10
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
11
11
 
12
12
  // src/RichSelect/RichSelectSection.tsx
13
13
  var _react = require('react');
@@ -39,7 +39,7 @@ var RichSelectSection_default = _react.forwardRef.call(void 0,
39
39
  }
40
40
  ),
41
41
  children: [
42
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactariacomponents.Header, { className: _classnames2.default.call(void 0, _MF7LLV7Vcjs.layout_module_default.fullWidth), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WS6CZJQ6cjs.Typography_default, { children: label }) }),
42
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactariacomponents.Header, { className: _classnames2.default.call(void 0, _MF7LLV7Vcjs.layout_module_default.fullWidth), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RVU3UEZIcjs.Typography_default, { children: label }) }),
43
43
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactariacomponents.Collection, { children })
44
44
  ]
45
45
  }
@@ -50,4 +50,4 @@ var RichSelectSection_default = _react.forwardRef.call(void 0,
50
50
 
51
51
 
52
52
  exports.RichSelectSection_default = RichSelectSection_default;
53
- //# sourceMappingURL=WHTMS6T3.cjs.map
53
+ //# sourceMappingURL=AAZIVDWS.cjs.map
@@ -7,7 +7,7 @@ var _XLUVINJWcjs = require('./XLUVINJW.cjs');
7
7
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
8
8
 
9
9
 
10
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
10
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
11
11
 
12
12
 
13
13
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -111,7 +111,7 @@ var RadioButton = ({
111
111
  }
112
112
  ),
113
113
  label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
114
- _WS6CZJQ6cjs.Typography_default,
114
+ _RVU3UEZIcjs.Typography_default,
115
115
  {
116
116
  size: size === "md" ? 200 : 100,
117
117
  color: error ? "destructive-darkBackground" : "primary",
@@ -127,4 +127,4 @@ var RadioButton_default = RadioButton;
127
127
 
128
128
 
129
129
  exports.RadioButton_default = RadioButton_default;
130
- //# sourceMappingURL=WT62D7UB.cjs.map
130
+ //# sourceMappingURL=AI52ORKA.cjs.map
@@ -4,7 +4,7 @@ import {
4
4
  } from "./IB6JZQF3.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./KIEWPPIM.js";
7
+ } from "./RJQ2LSPP.js";
8
8
  import {
9
9
  useIsHydrated
10
10
  } from "./JB65NEXK.js";
@@ -89,4 +89,4 @@ function TextField({
89
89
  export {
90
90
  TextField
91
91
  };
92
- //# sourceMappingURL=MZ3D63DQ.js.map
92
+ //# sourceMappingURL=BUVOUV7Z.js.map
@@ -4,7 +4,7 @@ import {
4
4
  } from "./VV2NJABK.js";
5
5
  import {
6
6
  TabInternal
7
- } from "./MTR3ESEZ.js";
7
+ } from "./45DUMC5J.js";
8
8
  import {
9
9
  Box_default
10
10
  } from "./IB6JZQF3.js";
@@ -72,4 +72,4 @@ var TabLink_default = TabLink;
72
72
  export {
73
73
  TabLink_default
74
74
  };
75
- //# sourceMappingURL=TGUOITLK.js.map
75
+ //# sourceMappingURL=CKRK4CN4.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  RadioButton_default
4
- } from "./VAVIKPVS.js";
4
+ } from "./4FGMH6ZT.js";
5
5
  import {
6
6
  RichSelectItem_default
7
7
  } from "./ODMJANSX.js";
@@ -37,4 +37,4 @@ var RichSelectRadioButton_default = forwardRef(
37
37
  export {
38
38
  RichSelectRadioButton_default
39
39
  };
40
- //# sourceMappingURL=CVRG3CQ3.js.map
40
+ //# sourceMappingURL=CS32ABQA.js.map
@@ -10,4 +10,4 @@ var ColorCambioWhite100 = "#ffffff";
10
10
 
11
11
 
12
12
  exports.ColorBaseDestructive700 = ColorBaseDestructive700; exports.ColorBaseGray700 = ColorBaseGray700; exports.ColorCambioWhite100 = ColorCambioWhite100;
13
- //# sourceMappingURL=X4H65FEF.cjs.map
13
+ //# sourceMappingURL=D4FWWDPJ.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"names":[],"mappings":";;;AASO,IAAM,0BAA0B;AAUhC,IAAM,mBAAmB;AAqCzB,IAAM,sBAAsB","sourcesContent":["/**\n * Do not edit directly\n * Generated on Tue, 20 Aug 2024 03:20:36 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const ColorCambioBlack = \"#050500\";\nexport const ColorCambioWhite40 = \"#ffffff\";\nexport const ColorCambioWhite70 = \"#ffffff\";\nexport const ColorCambioWhite100 = \"#ffffff\";\nexport const ColorCambioGray100 = \"#faf4eb\";\nexport const ColorCambioGray200 = \"#e4dbd3\";\nexport const ColorCambioGray270 = \"#e4dbd3\";\nexport const ColorCambioGray300 = \"#beb4ab\";\nexport const ColorCambioGray370 = \"#beb4ab\";\nexport const ColorCambioGray700 = \"#5e5952\";\nexport const ColorCambioGray800 = \"#363432\";\nexport const ColorCambioGray870 = \"#5e5952\";\nexport const ColorCambioGray900 = \"#262625\";\nexport const ColorCambioDestructive100 = \"#ffdeda\";\nexport const ColorCambioDestructive300 = \"#ff8071\";\nexport const ColorCambioDestructive370 = \"#ff8071\";\nexport const ColorCambioDestructive700 = \"#c93f32\";\nexport const ColorCambioDestructive770 = \"#c93f32\";\nexport const ColorCambioDestructive900 = \"#6d0002\";\nexport const ColorCambioSuccess100 = \"#daf2c8\";\nexport const ColorCambioSuccess300 = \"#84ce64\";\nexport const ColorCambioSuccess370 = \"#84ce64\";\nexport const ColorCambioSuccess700 = \"#3c7f20\";\nexport const ColorCambioSuccess770 = \"#3c7f20\";\nexport const ColorCambioSuccess900 = \"#103e00\";\nexport const ColorCambioRed = \"#f56e56\";\nexport const ColorCambioOrange = \"#ff8f57\";\nexport const ColorCambioTan = \"#ffb47d\";\nexport const ColorCambioCream = \"#fffad1\";\nexport const ColorCambioPurple = \"#6840a8\";\nexport const ColorCambioLilac = \"#b59ef0\";\nexport const ColorCambioThistle = \"#d69ca4\";\nexport const ColorCambioPink = \"#ffccea\";\nexport const ColorCambioNavy = \"#191142\";\nexport const ColorCambioTeal = \"#44a6cf\";\nexport const ColorCambioSlate = \"#7c9fc6\";\nexport const ColorCambioSky = \"#b1e8fc\";\nexport const ColorCambioYellow700 = \"#ffe733\";\nexport const ColorCambioTransparentFull = \"#000000\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\nexport const SyntaxFontSansSerif = \"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif\";\nexport const ShadowInteractive = \"0px 3px 16px 0px rgba(144, 134, 130, 0.05), 0px 2px 30px 0px rgba(144, 134, 130, 0.02)\";\n"]}
1
+ {"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"names":[],"mappings":";;;AASO,IAAM,0BAA0B;AAUhC,IAAM,mBAAmB;AAqCzB,IAAM,sBAAsB","sourcesContent":["/**\n * Do not edit directly\n * Generated on Thu, 22 Aug 2024 18:55:36 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const ColorCambioBlack = \"#050500\";\nexport const ColorCambioWhite40 = \"#ffffff\";\nexport const ColorCambioWhite70 = \"#ffffff\";\nexport const ColorCambioWhite100 = \"#ffffff\";\nexport const ColorCambioGray100 = \"#faf4eb\";\nexport const ColorCambioGray200 = \"#e4dbd3\";\nexport const ColorCambioGray270 = \"#e4dbd3\";\nexport const ColorCambioGray300 = \"#beb4ab\";\nexport const ColorCambioGray370 = \"#beb4ab\";\nexport const ColorCambioGray700 = \"#5e5952\";\nexport const ColorCambioGray800 = \"#363432\";\nexport const ColorCambioGray870 = \"#5e5952\";\nexport const ColorCambioGray900 = \"#262625\";\nexport const ColorCambioDestructive100 = \"#ffdeda\";\nexport const ColorCambioDestructive300 = \"#ff8071\";\nexport const ColorCambioDestructive370 = \"#ff8071\";\nexport const ColorCambioDestructive700 = \"#c93f32\";\nexport const ColorCambioDestructive770 = \"#c93f32\";\nexport const ColorCambioDestructive900 = \"#6d0002\";\nexport const ColorCambioSuccess100 = \"#daf2c8\";\nexport const ColorCambioSuccess300 = \"#84ce64\";\nexport const ColorCambioSuccess370 = \"#84ce64\";\nexport const ColorCambioSuccess700 = \"#3c7f20\";\nexport const ColorCambioSuccess770 = \"#3c7f20\";\nexport const ColorCambioSuccess900 = \"#103e00\";\nexport const ColorCambioRed = \"#f56e56\";\nexport const ColorCambioOrange = \"#ff8f57\";\nexport const ColorCambioTan = \"#ffb47d\";\nexport const ColorCambioCream = \"#fffad1\";\nexport const ColorCambioPurple = \"#6840a8\";\nexport const ColorCambioLilac = \"#b59ef0\";\nexport const ColorCambioThistle = \"#d69ca4\";\nexport const ColorCambioPink = \"#ffccea\";\nexport const ColorCambioNavy = \"#191142\";\nexport const ColorCambioTeal = \"#44a6cf\";\nexport const ColorCambioSlate = \"#7c9fc6\";\nexport const ColorCambioSky = \"#b1e8fc\";\nexport const ColorCambioYellow700 = \"#ffe733\";\nexport const ColorCambioTransparentFull = \"#000000\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\nexport const SyntaxFontSansSerif = \"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif\";\nexport const ShadowInteractive = \"0px 3px 16px 0px rgba(144, 134, 130, 0.05), 0px 2px 30px 0px rgba(144, 134, 130, 0.02)\";\n"]}
@@ -4,7 +4,7 @@ import {
4
4
  } from "./IB6JZQF3.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./KIEWPPIM.js";
7
+ } from "./RJQ2LSPP.js";
8
8
 
9
9
  // css-module:./Badge.module.css#css-module
10
10
  var Badge_module_default = { "icon": "_icon_1g9xb_1" };
@@ -72,4 +72,4 @@ var Badge_default = Badge;
72
72
  export {
73
73
  Badge_default
74
74
  };
75
- //# sourceMappingURL=HILWIYOJ.js.map
75
+ //# sourceMappingURL=DAIZZROA.js.map
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Typography_default
4
- } from "./KIEWPPIM.js";
4
+ } from "./RJQ2LSPP.js";
5
5
 
6
6
  // src/Heading/Heading.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -47,4 +47,4 @@ var Heading_default = Heading;
47
47
  export {
48
48
  Heading_default
49
49
  };
50
- //# sourceMappingURL=HG43LCAW.js.map
50
+ //# sourceMappingURL=DDD7XI7R.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Heading/Heading.tsx"],"sourcesContent":["import { type ComponentProps, type ReactElement, type ReactNode } from \"react\";\nimport Typography from \"../Typography/Typography\";\n\nfunction weight({\n fontStyle,\n size,\n}: {\n fontStyle: ComponentProps<typeof Heading>[\"fontStyle\"];\n size: ComponentProps<typeof Heading>[\"size\"];\n}): \"bold\" | \"medium\" | \"regular\" {\n if (fontStyle === \"serif\" && size === 400) {\n return \"bold\";\n } else if (fontStyle === \"serif\") {\n return \"medium\";\n } else {\n return \"regular\";\n }\n}\n\n/**\n * [Heading](https://cambly-syntax.vercel.app/?path=/docs/components-heading--docs) enforces a consistent style & accessibility best practices for headings.\n */\nconst Heading = ({\n align = \"start\",\n as = \"h1\",\n children,\n color = \"gray900\",\n \"data-testid\": dataTestId,\n fontStyle = \"sans-serif\",\n lineClamp,\n size = 400,\n}: {\n /**\n * Aligns the text to the left, right, or center of the container.\n * * `start` and `end` will align the text to the left or right of the container depending on the locale.\n * * `forceLeft` and `forceRight` will align the text to the left or right of the container regardless of the locale (should be used sparingly).\n *\n * @defaultValue \"start\"\n */\n align?: \"start\" | \"end\" | \"forceLeft\" | \"center\" | \"forceRight\";\n /**\n * DOM element to render as.\n *\n * @defaultValue \"h1\"\n */\n as?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\";\n /**\n * The text to be rendered\n */\n children?: ReactNode;\n /**\n * The color of the text.\n *\n * @defaultValue \"gray900\"\n */\n color?:\n | \"gray900\"\n | \"gray700\"\n | \"primary\"\n | \"destructive-primary\"\n | \"success\"\n | \"white\"\n | \"inherit\";\n /**\n * Test id for the text.\n */\n \"data-testid\"?: string;\n /**\n * Style of the font\n *\n * Classic only supports `sans-serif`\n *\n * @defaultValue \"sans-serif\"\n */\n fontStyle?: \"serif\" | \"sans-serif\";\n /**\n * The number of lines we should truncate the text at\n */\n lineClamp?: number | undefined;\n /**\n * Size of the text\n *\n * Mobile: (viewport width < 480px):\n * * `400`: 25px\n * * `700`: 38px\n * * `800`: 46px\n * * `900`: 55px\n * * `1100`: 83px\n *\n * Desktop (viewport width >= 480px):\n * * `400`: 25px\n * * `700`: 49px\n * * `800`: 63px\n * * `900`: 76px\n * * `1100`: 119px\n *\n * @defaultValue 400\n */\n size?: 400 | 700 | 800 | 900 | 1100;\n}): ReactElement => {\n return (\n <Typography\n align={align}\n as={as}\n color={color}\n fontStyle={fontStyle}\n data-testid={dataTestId}\n lineClamp={lineClamp}\n size={size}\n weight={weight({ fontStyle, size })}\n >\n {children}\n </Typography>\n );\n};\n\nexport default Heading;\n"],"mappings":";;;;;;AAqGI;AAlGJ,SAAS,OAAO;AAAA,EACd;AAAA,EACA;AACF,GAGkC;AAChC,MAAI,cAAc,WAAW,SAAS,KAAK;AACzC,WAAO;AAAA,EACT,WAAW,cAAc,SAAS;AAChC,WAAO;AAAA,EACT,OAAO;AACL,WAAO;AAAA,EACT;AACF;AAKA,IAAM,UAAU,CAAC;AAAA,EACf,QAAQ;AAAA,EACR,KAAK;AAAA,EACL;AAAA,EACA,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,YAAY;AAAA,EACZ;AAAA,EACA,OAAO;AACT,MAoEoB;AAClB,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,eAAa;AAAA,MACb;AAAA,MACA;AAAA,MACA,QAAQ,OAAO,EAAE,WAAW,KAAK,CAAC;AAAA,MAEjC;AAAA;AAAA,EACH;AAEJ;AAEA,IAAO,kBAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/Heading/Heading.tsx"],"sourcesContent":["import { type ComponentProps, type ReactElement, type ReactNode } from \"react\";\nimport Typography from \"../Typography/Typography\";\n\nfunction weight({\n fontStyle,\n size,\n}: {\n fontStyle: ComponentProps<typeof Heading>[\"fontStyle\"];\n size: ComponentProps<typeof Heading>[\"size\"];\n}): \"bold\" | \"medium\" | \"regular\" {\n if (fontStyle === \"serif\" && size === 400) {\n return \"bold\";\n } else if (fontStyle === \"serif\") {\n return \"medium\";\n } else {\n return \"regular\";\n }\n}\n\n/**\n * [Heading](https://cambly-syntax.vercel.app/?path=/docs/components-heading--docs) enforces a consistent style & accessibility best practices for headings.\n */\nconst Heading = ({\n align = \"start\",\n as = \"h1\",\n children,\n color = \"gray900\",\n \"data-testid\": dataTestId,\n fontStyle = \"sans-serif\",\n lineClamp,\n size = 400,\n}: {\n /**\n * Aligns the text to the left, right, or center of the container.\n * * `start` and `end` will align the text to the left or right of the container depending on the locale.\n * * `forceLeft` and `forceRight` will align the text to the left or right of the container regardless of the locale (should be used sparingly).\n *\n * @defaultValue \"start\"\n */\n align?: \"start\" | \"end\" | \"forceLeft\" | \"center\" | \"forceRight\";\n /**\n * DOM element to render as.\n *\n * @defaultValue \"h1\"\n */\n as?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\";\n /**\n * The text to be rendered\n */\n children?: ReactNode;\n /**\n * The color of the text.\n *\n * @defaultValue \"gray900\"\n */\n color?:\n | \"gray900\"\n | \"gray700\"\n | \"primary\"\n | \"destructive-primary\"\n | \"success\"\n | \"white\"\n | \"inherit\";\n /**\n * Test id for the text.\n */\n \"data-testid\"?: string;\n /**\n * Style of the font\n *\n * Classic only supports `sans-serif`\n *\n * @defaultValue \"sans-serif\"\n */\n fontStyle?: \"serif\" | \"sans-serif\";\n /**\n * The number of lines we should truncate the text at\n */\n lineClamp?: number | undefined;\n /**\n * Size of the text\n *\n * Mobile: (viewport width < 480px):\n * * `400`: 25px\n * * `500`: 32px\n * * `700`: 38px\n * * `800`: 46px\n * * `900`: 55px\n * * `1100`: 83px\n *\n * Desktop (viewport width >= 480px):\n * * `400`: 25px\n * * `500`: 32px\n * * `700`: 49px\n * * `800`: 63px\n * * `900`: 76px\n * * `1100`: 119px\n *\n * @defaultValue 400\n */\n size?: 400 | 500 | 700 | 800 | 900 | 1100;\n}): ReactElement => {\n return (\n <Typography\n align={align}\n as={as}\n color={color}\n fontStyle={fontStyle}\n data-testid={dataTestId}\n lineClamp={lineClamp}\n size={size}\n weight={weight({ fontStyle, size })}\n >\n {children}\n </Typography>\n );\n};\n\nexport default Heading;\n"],"mappings":";;;;;;AAuGI;AApGJ,SAAS,OAAO;AAAA,EACd;AAAA,EACA;AACF,GAGkC;AAChC,MAAI,cAAc,WAAW,SAAS,KAAK;AACzC,WAAO;AAAA,EACT,WAAW,cAAc,SAAS;AAChC,WAAO;AAAA,EACT,OAAO;AACL,WAAO;AAAA,EACT;AACF;AAKA,IAAM,UAAU,CAAC;AAAA,EACf,QAAQ;AAAA,EACR,KAAK;AAAA,EACL;AAAA,EACA,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,YAAY;AAAA,EACZ;AAAA,EACA,OAAO;AACT,MAsEoB;AAClB,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,eAAa;AAAA,MACb;AAAA,MACA;AAAA,MACA,QAAQ,OAAO,EAAE,WAAW,KAAK,CAAC;AAAA,MAEjC;AAAA;AAAA,EACH;AAEJ;AAEA,IAAO,kBAAQ;","names":[]}
@@ -23,7 +23,7 @@ import {
23
23
  } from "./YGON3SJ5.js";
24
24
  import {
25
25
  Typography_default
26
- } from "./KIEWPPIM.js";
26
+ } from "./RJQ2LSPP.js";
27
27
 
28
28
  // src/LinkButton/LinkButton.tsx
29
29
  import {
@@ -138,4 +138,4 @@ var LinkButton_default = LinkButton;
138
138
  export {
139
139
  LinkButton_default
140
140
  };
141
- //# sourceMappingURL=VJNSSF3W.js.map
141
+ //# sourceMappingURL=DWV2IH7T.js.map
@@ -4,7 +4,7 @@
4
4
  var _7DGFMDT7cjs = require('./7DGFMDT7.cjs');
5
5
 
6
6
 
7
- var _JN5UK7KHcjs = require('./JN5UK7KH.cjs');
7
+ var _SW6S6ZCIcjs = require('./SW6S6ZCI.cjs');
8
8
 
9
9
 
10
10
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
@@ -51,7 +51,7 @@ var TabLink = _react.forwardRef.call(void 0,
51
51
  onClick,
52
52
  className: _7DGFMDT7cjs.Tabs_module_default.link,
53
53
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
54
- _JN5UK7KHcjs.TabInternal,
54
+ _SW6S6ZCIcjs.TabInternal,
55
55
  {
56
56
  text,
57
57
  selected,
@@ -72,4 +72,4 @@ var TabLink_default = TabLink;
72
72
 
73
73
 
74
74
  exports.TabLink_default = TabLink_default;
75
- //# sourceMappingURL=CMUPFOVX.cjs.map
75
+ //# sourceMappingURL=E3KSILLW.cjs.map
@@ -9,21 +9,21 @@ import {
9
9
  ColorBaseDestructive700,
10
10
  ColorBaseGray700,
11
11
  ColorCambioWhite100
12
- } from "./ACYC4E6D.js";
12
+ } from "./IFOYULRK.js";
13
13
  import {
14
14
  RichSelectBoxContext,
15
15
  RichSelectBox_default,
16
16
  convertSelection
17
- } from "./M57BB52X.js";
17
+ } from "./7YH3K65I.js";
18
18
  import {
19
19
  RichSelectSection_default
20
- } from "./BYNWTNUV.js";
20
+ } from "./6KET3XO2.js";
21
21
  import {
22
22
  RichSelectRadioButton_default
23
- } from "./CVRG3CQ3.js";
23
+ } from "./CS32ABQA.js";
24
24
  import {
25
25
  RichSelectChip_default
26
- } from "./RVF6GMID.js";
26
+ } from "./WCQCYWL5.js";
27
27
  import {
28
28
  TapArea_default
29
29
  } from "./77FFPQY6.js";
@@ -32,7 +32,7 @@ import {
32
32
  } from "./IB6JZQF3.js";
33
33
  import {
34
34
  Typography_default
35
- } from "./KIEWPPIM.js";
35
+ } from "./RJQ2LSPP.js";
36
36
  import {
37
37
  useIsHydrated
38
38
  } from "./JB65NEXK.js";
@@ -286,4 +286,4 @@ var RichSelectList_default = Object.assign(RichSelectList, {
286
286
  export {
287
287
  RichSelectList_default
288
288
  };
289
- //# sourceMappingURL=IEBCEU7G.js.map
289
+ //# sourceMappingURL=ED4O4LSA.js.map
@@ -4,7 +4,7 @@
4
4
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
5
5
 
6
6
 
7
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
7
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
8
8
 
9
9
  // src/WordConfetti/WordConfetti.tsx
10
10
  var _react = require('react');
@@ -48,7 +48,7 @@ var WordConfetto = ({
48
48
  }
49
49
  },
50
50
  width: "fit-content",
51
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WS6CZJQ6cjs.Typography_default, { size, weight: "bold", fontStyle: "serif", children: text })
51
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RVU3UEZIcjs.Typography_default, { size, weight: "bold", fontStyle: "serif", children: text })
52
52
  }
53
53
  );
54
54
  };
@@ -101,4 +101,4 @@ var WordConfetti_default = WordConfetti;
101
101
 
102
102
 
103
103
  exports.WordConfetti_default = WordConfetti_default;
104
- //# sourceMappingURL=PGDIO77V.cjs.map
104
+ //# sourceMappingURL=FHQ7KPFE.cjs.map
@@ -4,7 +4,7 @@ import {
4
4
  } from "./IB6JZQF3.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./KIEWPPIM.js";
7
+ } from "./RJQ2LSPP.js";
8
8
 
9
9
  // src/WordConfetti/WordConfetti.tsx
10
10
  import { forwardRef, useMemo } from "react";
@@ -101,4 +101,4 @@ var WordConfetti_default = WordConfetti;
101
101
  export {
102
102
  WordConfetti_default
103
103
  };
104
- //# sourceMappingURL=FSSHUBX3.js.map
104
+ //# sourceMappingURL=FM74LR6A.js.map
@@ -10,4 +10,4 @@ export {
10
10
  ColorBaseGray700,
11
11
  ColorCambioWhite100
12
12
  };
13
- //# sourceMappingURL=ACYC4E6D.js.map
13
+ //# sourceMappingURL=IFOYULRK.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"sourcesContent":["/**\n * Do not edit directly\n * Generated on Tue, 20 Aug 2024 03:20:36 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const ColorCambioBlack = \"#050500\";\nexport const ColorCambioWhite40 = \"#ffffff\";\nexport const ColorCambioWhite70 = \"#ffffff\";\nexport const ColorCambioWhite100 = \"#ffffff\";\nexport const ColorCambioGray100 = \"#faf4eb\";\nexport const ColorCambioGray200 = \"#e4dbd3\";\nexport const ColorCambioGray270 = \"#e4dbd3\";\nexport const ColorCambioGray300 = \"#beb4ab\";\nexport const ColorCambioGray370 = \"#beb4ab\";\nexport const ColorCambioGray700 = \"#5e5952\";\nexport const ColorCambioGray800 = \"#363432\";\nexport const ColorCambioGray870 = \"#5e5952\";\nexport const ColorCambioGray900 = \"#262625\";\nexport const ColorCambioDestructive100 = \"#ffdeda\";\nexport const ColorCambioDestructive300 = \"#ff8071\";\nexport const ColorCambioDestructive370 = \"#ff8071\";\nexport const ColorCambioDestructive700 = \"#c93f32\";\nexport const ColorCambioDestructive770 = \"#c93f32\";\nexport const ColorCambioDestructive900 = \"#6d0002\";\nexport const ColorCambioSuccess100 = \"#daf2c8\";\nexport const ColorCambioSuccess300 = \"#84ce64\";\nexport const ColorCambioSuccess370 = \"#84ce64\";\nexport const ColorCambioSuccess700 = \"#3c7f20\";\nexport const ColorCambioSuccess770 = \"#3c7f20\";\nexport const ColorCambioSuccess900 = \"#103e00\";\nexport const ColorCambioRed = \"#f56e56\";\nexport const ColorCambioOrange = \"#ff8f57\";\nexport const ColorCambioTan = \"#ffb47d\";\nexport const ColorCambioCream = \"#fffad1\";\nexport const ColorCambioPurple = \"#6840a8\";\nexport const ColorCambioLilac = \"#b59ef0\";\nexport const ColorCambioThistle = \"#d69ca4\";\nexport const ColorCambioPink = \"#ffccea\";\nexport const ColorCambioNavy = \"#191142\";\nexport const ColorCambioTeal = \"#44a6cf\";\nexport const ColorCambioSlate = \"#7c9fc6\";\nexport const ColorCambioSky = \"#b1e8fc\";\nexport const ColorCambioYellow700 = \"#ffe733\";\nexport const ColorCambioTransparentFull = \"#000000\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\nexport const SyntaxFontSansSerif = \"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif\";\nexport const ShadowInteractive = \"0px 3px 16px 0px rgba(144, 134, 130, 0.05), 0px 2px 30px 0px rgba(144, 134, 130, 0.02)\";\n"],"mappings":";;;AASO,IAAM,0BAA0B;AAUhC,IAAM,mBAAmB;AAqCzB,IAAM,sBAAsB;","names":[]}
1
+ {"version":3,"sources":["../../../syntax-design-tokens/dist/js/index.js"],"sourcesContent":["/**\n * Do not edit directly\n * Generated on Thu, 22 Aug 2024 18:55:36 GMT\n */\n\nexport const ColorBaseBlack = \"#000000\";\nexport const ColorBaseDestructive100 = \"#fef3f5\";\nexport const ColorBaseDestructive200 = \"#fad6de\";\nexport const ColorBaseDestructive300 = \"#f2a2b2\";\nexport const ColorBaseDestructive700 = \"#d32a4b\";\nexport const ColorBaseDestructive800 = \"#81162c\";\nexport const ColorBaseDestructive900 = \"#55101d\";\nexport const ColorBaseGray10 = \"#cbcbcb\"; // Used as the default color for dividers and inner strokes\nexport const ColorBaseGray30 = \"#000000\"; // For IconButton background when on top of an image\nexport const ColorBaseGray60 = \"#000000\"; // Used for icon background in classroom video grid\nexport const ColorBaseGray80 = \"#000000\"; // Used as the background for modals\nexport const ColorBaseGray100 = \"#f7f7f7\";\nexport const ColorBaseGray200 = \"#f0f0f0\"; // Used for light mode backgrounds when showing card content on top\nexport const ColorBaseGray300 = \"#d0d0d0\"; // Used for component outlines, eg: select and textfield\nexport const ColorBaseGray700 = \"#767676\"; // For secondary text in light mode\nexport const ColorBaseGray800 = \"#353535\";\nexport const ColorBaseGray900 = \"#191919\"; // Default text color, Classroom background\nexport const ColorBaseOrange100 = \"#fdf2f0\";\nexport const ColorBaseOrange200 = \"#f6cdc4\";\nexport const ColorBaseOrange300 = \"#ec9987\";\nexport const ColorBaseOrange700 = \"#c34124\";\nexport const ColorBaseOrange800 = \"#732818\";\nexport const ColorBaseOrange900 = \"#4d1a10\";\nexport const ColorBasePrimary100 = \"#eff6fa\";\nexport const ColorBasePrimary200 = \"#c1dbe7\";\nexport const ColorBasePrimary300 = \"#84b7d0\";\nexport const ColorBasePrimary700 = \"#236482\";\nexport const ColorBasePrimary800 = \"#274858\";\nexport const ColorBasePrimary900 = \"#1b303b\";\nexport const ColorBaseSuccess100 = \"#eff7f1\";\nexport const ColorBaseSuccess200 = \"#bddcc6\";\nexport const ColorBaseSuccess300 = \"#81ba92\";\nexport const ColorBaseSuccess700 = \"#397b4d\";\nexport const ColorBaseSuccess800 = \"#2d4936\";\nexport const ColorBaseSuccess900 = \"#1e3124\";\nexport const ColorBasePurple100 = \"#f9f5fa\";\nexport const ColorBasePurple200 = \"#e8dceb\";\nexport const ColorBasePurple300 = \"#cdb4d3\";\nexport const ColorBasePurple700 = \"#8b5f95\";\nexport const ColorBasePurple800 = \"#523b58\";\nexport const ColorBasePurple900 = \"#37273b\";\nexport const ColorBaseYellow100 = \"#fdf5d9\";\nexport const ColorBaseYellow200 = \"#fbe8a3\";\nexport const ColorBaseYellow300 = \"#f8d663\";\nexport const ColorBaseYellow700 = \"#ffc929\";\nexport const ColorBaseYellow800 = \"#765f1c\";\nexport const ColorBaseYellow900 = \"#3b3009\";\nexport const ColorBaseWhite = \"#ffffff\";\nexport const ColorCambioBlack = \"#050500\";\nexport const ColorCambioWhite40 = \"#ffffff\";\nexport const ColorCambioWhite70 = \"#ffffff\";\nexport const ColorCambioWhite100 = \"#ffffff\";\nexport const ColorCambioGray100 = \"#faf4eb\";\nexport const ColorCambioGray200 = \"#e4dbd3\";\nexport const ColorCambioGray270 = \"#e4dbd3\";\nexport const ColorCambioGray300 = \"#beb4ab\";\nexport const ColorCambioGray370 = \"#beb4ab\";\nexport const ColorCambioGray700 = \"#5e5952\";\nexport const ColorCambioGray800 = \"#363432\";\nexport const ColorCambioGray870 = \"#5e5952\";\nexport const ColorCambioGray900 = \"#262625\";\nexport const ColorCambioDestructive100 = \"#ffdeda\";\nexport const ColorCambioDestructive300 = \"#ff8071\";\nexport const ColorCambioDestructive370 = \"#ff8071\";\nexport const ColorCambioDestructive700 = \"#c93f32\";\nexport const ColorCambioDestructive770 = \"#c93f32\";\nexport const ColorCambioDestructive900 = \"#6d0002\";\nexport const ColorCambioSuccess100 = \"#daf2c8\";\nexport const ColorCambioSuccess300 = \"#84ce64\";\nexport const ColorCambioSuccess370 = \"#84ce64\";\nexport const ColorCambioSuccess700 = \"#3c7f20\";\nexport const ColorCambioSuccess770 = \"#3c7f20\";\nexport const ColorCambioSuccess900 = \"#103e00\";\nexport const ColorCambioRed = \"#f56e56\";\nexport const ColorCambioOrange = \"#ff8f57\";\nexport const ColorCambioTan = \"#ffb47d\";\nexport const ColorCambioCream = \"#fffad1\";\nexport const ColorCambioPurple = \"#6840a8\";\nexport const ColorCambioLilac = \"#b59ef0\";\nexport const ColorCambioThistle = \"#d69ca4\";\nexport const ColorCambioPink = \"#ffccea\";\nexport const ColorCambioNavy = \"#191142\";\nexport const ColorCambioTeal = \"#44a6cf\";\nexport const ColorCambioSlate = \"#7c9fc6\";\nexport const ColorCambioSky = \"#b1e8fc\";\nexport const ColorCambioYellow700 = \"#ffe733\";\nexport const ColorCambioTransparentFull = \"#000000\";\nexport const Elevation400 = \"0px 16px 32px 0px #00000040\";\nexport const SyntaxFontSansSerif = \"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif\";\nexport const ShadowInteractive = \"0px 3px 16px 0px rgba(144, 134, 130, 0.05), 0px 2px 30px 0px rgba(144, 134, 130, 0.02)\";\n"],"mappings":";;;AASO,IAAM,0BAA0B;AAUhC,IAAM,mBAAmB;AAqCzB,IAAM,sBAAsB;","names":[]}
@@ -6,7 +6,7 @@ import {
6
6
  ColorBaseDestructive700,
7
7
  ColorBaseGray700,
8
8
  ColorCambioWhite100
9
- } from "./ACYC4E6D.js";
9
+ } from "./IFOYULRK.js";
10
10
  import {
11
11
  Focus_module_default
12
12
  } from "./KKADUD65.js";
@@ -15,7 +15,7 @@ import {
15
15
  } from "./IB6JZQF3.js";
16
16
  import {
17
17
  Typography_default
18
- } from "./KIEWPPIM.js";
18
+ } from "./RJQ2LSPP.js";
19
19
  import {
20
20
  useIsHydrated
21
21
  } from "./JB65NEXK.js";
@@ -148,4 +148,4 @@ SelectList.Option = SelectOption_default;
148
148
  export {
149
149
  SelectList
150
150
  };
151
- //# sourceMappingURL=XRYFXCR2.js.map
151
+ //# sourceMappingURL=J4VE4V7R.js.map
@@ -10,7 +10,7 @@ var _IL22HCBFcjs = require('./IL22HCBF.cjs');
10
10
  var _CHDS4D44cjs = require('./CHDS4D44.cjs');
11
11
 
12
12
 
13
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
13
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
14
14
 
15
15
 
16
16
  var _2XIVACBMcjs = require('./2XIVACBM.cjs');
@@ -104,7 +104,7 @@ var AriaTooltip = _react.forwardRef.call(void 0, function AriaTooltip2(_a, ref)
104
104
  childrenProp,
105
105
  (children, { isEntering, isExiting }) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
106
106
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TooltipArrow, { on }),
107
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WS6CZJQ6cjs.Typography_default, { size: 100, color: "white", children }),
107
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RVU3UEZIcjs.Typography_default, { size: 100, color: "white", children }),
108
108
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
109
109
  _E5P6WRJDcjs.OverlayVisibility,
110
110
  {
@@ -166,4 +166,4 @@ var Tooltip_default = Tooltip;
166
166
 
167
167
 
168
168
  exports.AriaTooltip = AriaTooltip; exports.Tooltip_default = Tooltip_default;
169
- //# sourceMappingURL=PCEOK3GO.cjs.map
169
+ //# sourceMappingURL=JACR34JO.cjs.map
@@ -6,7 +6,7 @@ var _JVGX637Ecjs = require('./JVGX637E.cjs');
6
6
 
7
7
 
8
8
 
9
- var _X4H65FEFcjs = require('./X4H65FEF.cjs');
9
+ var _D4FWWDPJcjs = require('./D4FWWDPJ.cjs');
10
10
 
11
11
 
12
12
  var _XLUVINJWcjs = require('./XLUVINJW.cjs');
@@ -15,7 +15,7 @@ var _XLUVINJWcjs = require('./XLUVINJW.cjs');
15
15
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
16
16
 
17
17
 
18
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
18
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
19
19
 
20
20
 
21
21
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -68,12 +68,12 @@ function SelectList({
68
68
  };
69
69
  const getArrowIconColor = () => {
70
70
  if (errorText) {
71
- return _X4H65FEFcjs.ColorBaseDestructive700;
71
+ return _D4FWWDPJcjs.ColorBaseDestructive700;
72
72
  } else {
73
73
  if (color === "clear") {
74
- return _X4H65FEFcjs.ColorCambioWhite100;
74
+ return _D4FWWDPJcjs.ColorCambioWhite100;
75
75
  } else {
76
- return _X4H65FEFcjs.ColorBaseGray700;
76
+ return _D4FWWDPJcjs.ColorBaseGray700;
77
77
  }
78
78
  }
79
79
  };
@@ -84,7 +84,7 @@ function SelectList({
84
84
  [SelectList_module_default.opacityOverlay]: disabled
85
85
  }),
86
86
  children: [
87
- label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { htmlFor: selectId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WS6CZJQ6cjs.Typography_default, { size: 100, color: textColor[color], children: label }) }) }),
87
+ label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { htmlFor: selectId, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RVU3UEZIcjs.Typography_default, { size: 100, color: textColor[color], children: label }) }) }),
88
88
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: SelectList_module_default.selectWrapper, children: [
89
89
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
90
90
  "select",
@@ -132,7 +132,7 @@ function SelectList({
132
132
  ) })
133
133
  ] }),
134
134
  (helperText || errorText) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: 1, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
135
- _WS6CZJQ6cjs.Typography_default,
135
+ _RVU3UEZIcjs.Typography_default,
136
136
  {
137
137
  size: 100,
138
138
  color: errorText ? "destructive-primary" : textColor[color],
@@ -148,4 +148,4 @@ SelectList.Option = _JVGX637Ecjs.SelectOption_default;
148
148
 
149
149
 
150
150
  exports.SelectList = SelectList;
151
- //# sourceMappingURL=W4YEJQZH.cjs.map
151
+ //# sourceMappingURL=JJN6542U.cjs.map
@@ -4,7 +4,7 @@ import {
4
4
  } from "./IB6JZQF3.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./KIEWPPIM.js";
7
+ } from "./RJQ2LSPP.js";
8
8
  import {
9
9
  useIsHydrated
10
10
  } from "./JB65NEXK.js";
@@ -95,4 +95,4 @@ var TextArea_default = TextArea;
95
95
  export {
96
96
  TextArea_default
97
97
  };
98
- //# sourceMappingURL=44XT4MCS.js.map
98
+ //# sourceMappingURL=MZK5G2SD.js.map
@@ -4,7 +4,7 @@ import {
4
4
  } from "./KKADUD65.js";
5
5
  import {
6
6
  Typography_default
7
- } from "./KIEWPPIM.js";
7
+ } from "./RJQ2LSPP.js";
8
8
  import {
9
9
  useIsHydrated
10
10
  } from "./JB65NEXK.js";
@@ -114,4 +114,4 @@ var Checkbox_default = Checkbox;
114
114
  export {
115
115
  Checkbox_default
116
116
  };
117
- //# sourceMappingURL=2PSHSFAV.js.map
117
+ //# sourceMappingURL=P5BVB22B.js.map
@@ -4,7 +4,7 @@
4
4
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
5
5
 
6
6
 
7
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
7
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
8
8
 
9
9
 
10
10
  var _K4AUV2VKcjs = require('./K4AUV2VK.cjs');
@@ -76,7 +76,7 @@ var Chip = _react.forwardRef.call(void 0,
76
76
  onClick: onChange,
77
77
  children: [
78
78
  Icon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon, { className: iconStyles, size: 100 }),
79
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: Icon ? 1 : 0, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _WS6CZJQ6cjs.Typography_default, { size: 100, color, weight: "medium", children: text }) })
79
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _QODNNCT2cjs.Box_default, { paddingX: Icon ? 1 : 0, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RVU3UEZIcjs.Typography_default, { size: 100, color, weight: "medium", children: text }) })
80
80
  ]
81
81
  }
82
82
  );
@@ -88,4 +88,4 @@ var Chip_default = Chip;
88
88
 
89
89
 
90
90
  exports.Chip_default = Chip_default;
91
- //# sourceMappingURL=WSKCMPTD.cjs.map
91
+ //# sourceMappingURL=PBHDA7GV.cjs.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _WT62D7UBcjs = require('./WT62D7UB.cjs');
4
+ var _AI52ORKAcjs = require('./AI52ORKA.cjs');
5
5
 
6
6
 
7
7
  var _RYUXG4AScjs = require('./RYUXG4AS.cjs');
@@ -19,7 +19,7 @@ var RichSelectRadioButton_default = _react.forwardRef.call(void 0,
19
19
  function RichSelectRadioButton(props, ref) {
20
20
  const _a = props, { size, name } = _a, otherProps = _X2SDR4SDcjs.__objRest.call(void 0, _a, ["size", "name"]);
21
21
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _RYUXG4AScjs.RichSelectItem_default, _X2SDR4SDcjs.__spreadProps.call(void 0, _X2SDR4SDcjs.__spreadValues.call(void 0, {}, otherProps), { ref, children: ({ isSelected, isFocusVisible, isDisabled }) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22
- _WT62D7UBcjs.RadioButton_default,
22
+ _AI52ORKAcjs.RadioButton_default,
23
23
  {
24
24
  checked: isSelected,
25
25
  disabled: isDisabled,
@@ -37,4 +37,4 @@ var RichSelectRadioButton_default = _react.forwardRef.call(void 0,
37
37
 
38
38
 
39
39
  exports.RichSelectRadioButton_default = RichSelectRadioButton_default;
40
- //# sourceMappingURL=PGMFMTEU.cjs.map
40
+ //# sourceMappingURL=PBOAPP74.cjs.map
@@ -7,7 +7,7 @@ var _3UEOKPM2cjs = require('./3UEOKPM2.cjs');
7
7
  var _7DGFMDT7cjs = require('./7DGFMDT7.cjs');
8
8
 
9
9
 
10
- var _JN5UK7KHcjs = require('./JN5UK7KH.cjs');
10
+ var _SW6S6ZCIcjs = require('./SW6S6ZCI.cjs');
11
11
 
12
12
 
13
13
  var _QODNNCT2cjs = require('./QODNNCT2.cjs');
@@ -46,7 +46,7 @@ function TabButton({
46
46
  "data-testid": dataTestId,
47
47
  accessibilityLabel,
48
48
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
49
- _JN5UK7KHcjs.TabInternal,
49
+ _SW6S6ZCIcjs.TabInternal,
50
50
  {
51
51
  text,
52
52
  selected,
@@ -64,4 +64,4 @@ function TabButton({
64
64
 
65
65
 
66
66
  exports.TabButton = TabButton;
67
- //# sourceMappingURL=C5V4NLVS.cjs.map
67
+ //# sourceMappingURL=Q65LBFK3.cjs.map
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
2
2
 
3
3
 
4
- var _WS6CZJQ6cjs = require('./WS6CZJQ6.cjs');
4
+ var _RVU3UEZIcjs = require('./RVU3UEZI.cjs');
5
5
 
6
6
  // src/Heading/Heading.tsx
7
7
  var _jsxruntime = require('react/jsx-runtime');
@@ -28,7 +28,7 @@ var Heading = ({
28
28
  size = 400
29
29
  }) => {
30
30
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
31
- _WS6CZJQ6cjs.Typography_default,
31
+ _RVU3UEZIcjs.Typography_default,
32
32
  {
33
33
  align,
34
34
  as,
@@ -47,4 +47,4 @@ var Heading_default = Heading;
47
47
 
48
48
 
49
49
  exports.Heading_default = Heading_default;
50
- //# sourceMappingURL=Z3S2ZWTJ.cjs.map
50
+ //# sourceMappingURL=Q7CC3YA4.cjs.map