@fluentui/react-text 9.3.11 → 9.3.12

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 (293) hide show
  1. package/CHANGELOG.json +34 -1
  2. package/CHANGELOG.md +14 -2
  3. package/lib/Body1.js +0 -1
  4. package/lib/Body1.js.map +1 -1
  5. package/lib/Body1Strong.js +0 -1
  6. package/lib/Body1Strong.js.map +1 -1
  7. package/lib/Body1Stronger.js +0 -1
  8. package/lib/Body1Stronger.js.map +1 -1
  9. package/lib/Body2.js +0 -1
  10. package/lib/Body2.js.map +1 -1
  11. package/lib/Caption1.js +0 -1
  12. package/lib/Caption1.js.map +1 -1
  13. package/lib/Caption1Strong.js +0 -1
  14. package/lib/Caption1Strong.js.map +1 -1
  15. package/lib/Caption1Stronger.js +0 -1
  16. package/lib/Caption1Stronger.js.map +1 -1
  17. package/lib/Caption2.js +0 -1
  18. package/lib/Caption2.js.map +1 -1
  19. package/lib/Caption2Strong.js +0 -1
  20. package/lib/Caption2Strong.js.map +1 -1
  21. package/lib/Display.js +0 -1
  22. package/lib/Display.js.map +1 -1
  23. package/lib/LargeTitle.js +0 -1
  24. package/lib/LargeTitle.js.map +1 -1
  25. package/lib/Subtitle1.js +0 -1
  26. package/lib/Subtitle1.js.map +1 -1
  27. package/lib/Subtitle2.js +0 -1
  28. package/lib/Subtitle2.js.map +1 -1
  29. package/lib/Subtitle2Stronger.js +0 -1
  30. package/lib/Subtitle2Stronger.js.map +1 -1
  31. package/lib/Text.js +0 -1
  32. package/lib/Text.js.map +1 -1
  33. package/lib/Title1.js +0 -1
  34. package/lib/Title1.js.map +1 -1
  35. package/lib/Title2.js +0 -1
  36. package/lib/Title2.js.map +1 -1
  37. package/lib/Title3.js +0 -1
  38. package/lib/Title3.js.map +1 -1
  39. package/lib/components/Text/Text.js +6 -9
  40. package/lib/components/Text/Text.js.map +1 -1
  41. package/lib/components/Text/Text.types.js +1 -2
  42. package/lib/components/Text/Text.types.js.map +1 -1
  43. package/lib/components/Text/index.js +0 -1
  44. package/lib/components/Text/index.js.map +1 -1
  45. package/lib/components/Text/renderText.js +4 -9
  46. package/lib/components/Text/renderText.js.map +1 -1
  47. package/lib/components/Text/useText.js +25 -38
  48. package/lib/components/Text/useText.js.map +1 -1
  49. package/lib/components/Text/useTextStyles.styles.js.map +1 -1
  50. package/lib/components/presets/Body1/Body1.js +4 -6
  51. package/lib/components/presets/Body1/Body1.js.map +1 -1
  52. package/lib/components/presets/Body1/index.js +0 -1
  53. package/lib/components/presets/Body1/index.js.map +1 -1
  54. package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
  55. package/lib/components/presets/Body1Strong/Body1Strong.js +4 -6
  56. package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  57. package/lib/components/presets/Body1Strong/index.js +0 -1
  58. package/lib/components/presets/Body1Strong/index.js.map +1 -1
  59. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
  60. package/lib/components/presets/Body1Stronger/Body1Stronger.js +4 -6
  61. package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  62. package/lib/components/presets/Body1Stronger/index.js +0 -1
  63. package/lib/components/presets/Body1Stronger/index.js.map +1 -1
  64. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
  65. package/lib/components/presets/Body2/Body2.js +4 -6
  66. package/lib/components/presets/Body2/Body2.js.map +1 -1
  67. package/lib/components/presets/Body2/index.js +0 -1
  68. package/lib/components/presets/Body2/index.js.map +1 -1
  69. package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
  70. package/lib/components/presets/Caption1/Caption1.js +4 -6
  71. package/lib/components/presets/Caption1/Caption1.js.map +1 -1
  72. package/lib/components/presets/Caption1/index.js +0 -1
  73. package/lib/components/presets/Caption1/index.js.map +1 -1
  74. package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
  75. package/lib/components/presets/Caption1Strong/Caption1Strong.js +4 -6
  76. package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  77. package/lib/components/presets/Caption1Strong/index.js +0 -1
  78. package/lib/components/presets/Caption1Strong/index.js.map +1 -1
  79. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
  80. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +4 -6
  81. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  82. package/lib/components/presets/Caption1Stronger/index.js +0 -1
  83. package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
  84. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
  85. package/lib/components/presets/Caption2/Caption2.js +4 -6
  86. package/lib/components/presets/Caption2/Caption2.js.map +1 -1
  87. package/lib/components/presets/Caption2/index.js +0 -1
  88. package/lib/components/presets/Caption2/index.js.map +1 -1
  89. package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
  90. package/lib/components/presets/Caption2Strong/Caption2Strong.js +4 -6
  91. package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  92. package/lib/components/presets/Caption2Strong/index.js +0 -1
  93. package/lib/components/presets/Caption2Strong/index.js.map +1 -1
  94. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
  95. package/lib/components/presets/Display/Display.js +4 -6
  96. package/lib/components/presets/Display/Display.js.map +1 -1
  97. package/lib/components/presets/Display/index.js +0 -1
  98. package/lib/components/presets/Display/index.js.map +1 -1
  99. package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
  100. package/lib/components/presets/LargeTitle/LargeTitle.js +4 -6
  101. package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  102. package/lib/components/presets/LargeTitle/index.js +0 -1
  103. package/lib/components/presets/LargeTitle/index.js.map +1 -1
  104. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
  105. package/lib/components/presets/Subtitle1/Subtitle1.js +4 -6
  106. package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  107. package/lib/components/presets/Subtitle1/index.js +0 -1
  108. package/lib/components/presets/Subtitle1/index.js.map +1 -1
  109. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
  110. package/lib/components/presets/Subtitle2/Subtitle2.js +4 -6
  111. package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  112. package/lib/components/presets/Subtitle2/index.js +0 -1
  113. package/lib/components/presets/Subtitle2/index.js.map +1 -1
  114. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
  115. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +4 -6
  116. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  117. package/lib/components/presets/Subtitle2Stronger/index.js +0 -1
  118. package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
  119. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
  120. package/lib/components/presets/Title1/Title1.js +4 -6
  121. package/lib/components/presets/Title1/Title1.js.map +1 -1
  122. package/lib/components/presets/Title1/index.js +0 -1
  123. package/lib/components/presets/Title1/index.js.map +1 -1
  124. package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
  125. package/lib/components/presets/Title2/Title2.js +4 -6
  126. package/lib/components/presets/Title2/Title2.js.map +1 -1
  127. package/lib/components/presets/Title2/index.js +0 -1
  128. package/lib/components/presets/Title2/index.js.map +1 -1
  129. package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
  130. package/lib/components/presets/Title3/Title3.js +4 -6
  131. package/lib/components/presets/Title3/Title3.js.map +1 -1
  132. package/lib/components/presets/Title3/index.js +0 -1
  133. package/lib/components/presets/Title3/index.js.map +1 -1
  134. package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
  135. package/lib/components/presets/createPreset.js +10 -15
  136. package/lib/components/presets/createPreset.js.map +1 -1
  137. package/lib/index.js +0 -1
  138. package/lib/index.js.map +1 -1
  139. package/lib-commonjs/Body1.js +0 -3
  140. package/lib-commonjs/Body1.js.map +1 -1
  141. package/lib-commonjs/Body1Strong.js +0 -3
  142. package/lib-commonjs/Body1Strong.js.map +1 -1
  143. package/lib-commonjs/Body1Stronger.js +0 -3
  144. package/lib-commonjs/Body1Stronger.js.map +1 -1
  145. package/lib-commonjs/Body2.js +0 -3
  146. package/lib-commonjs/Body2.js.map +1 -1
  147. package/lib-commonjs/Caption1.js +0 -3
  148. package/lib-commonjs/Caption1.js.map +1 -1
  149. package/lib-commonjs/Caption1Strong.js +0 -3
  150. package/lib-commonjs/Caption1Strong.js.map +1 -1
  151. package/lib-commonjs/Caption1Stronger.js +0 -3
  152. package/lib-commonjs/Caption1Stronger.js.map +1 -1
  153. package/lib-commonjs/Caption2.js +0 -3
  154. package/lib-commonjs/Caption2.js.map +1 -1
  155. package/lib-commonjs/Caption2Strong.js +0 -3
  156. package/lib-commonjs/Caption2Strong.js.map +1 -1
  157. package/lib-commonjs/Display.js +0 -3
  158. package/lib-commonjs/Display.js.map +1 -1
  159. package/lib-commonjs/LargeTitle.js +0 -3
  160. package/lib-commonjs/LargeTitle.js.map +1 -1
  161. package/lib-commonjs/Subtitle1.js +0 -3
  162. package/lib-commonjs/Subtitle1.js.map +1 -1
  163. package/lib-commonjs/Subtitle2.js +0 -3
  164. package/lib-commonjs/Subtitle2.js.map +1 -1
  165. package/lib-commonjs/Subtitle2Stronger.js +0 -3
  166. package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
  167. package/lib-commonjs/Text.js +0 -3
  168. package/lib-commonjs/Text.js.map +1 -1
  169. package/lib-commonjs/Title1.js +0 -3
  170. package/lib-commonjs/Title1.js.map +1 -1
  171. package/lib-commonjs/Title2.js +0 -3
  172. package/lib-commonjs/Title2.js.map +1 -1
  173. package/lib-commonjs/Title3.js +0 -3
  174. package/lib-commonjs/Title3.js.map +1 -1
  175. package/lib-commonjs/components/Text/Text.js +1 -3
  176. package/lib-commonjs/components/Text/Text.js.map +1 -1
  177. package/lib-commonjs/components/Text/Text.types.js +0 -3
  178. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  179. package/lib-commonjs/components/Text/index.js +0 -3
  180. package/lib-commonjs/components/Text/index.js.map +1 -1
  181. package/lib-commonjs/components/Text/renderText.js +1 -3
  182. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  183. package/lib-commonjs/components/Text/useText.js +1 -3
  184. package/lib-commonjs/components/Text/useText.js.map +1 -1
  185. package/lib-commonjs/components/Text/useTextStyles.styles.js +0 -2
  186. package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -1
  187. package/lib-commonjs/components/presets/Body1/Body1.js +2 -4
  188. package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
  189. package/lib-commonjs/components/presets/Body1/index.js +0 -3
  190. package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
  191. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +0 -2
  192. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
  193. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +2 -4
  194. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  195. package/lib-commonjs/components/presets/Body1Strong/index.js +0 -3
  196. package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
  197. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +0 -2
  198. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
  199. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +2 -4
  200. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  201. package/lib-commonjs/components/presets/Body1Stronger/index.js +0 -3
  202. package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
  203. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +0 -2
  204. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
  205. package/lib-commonjs/components/presets/Body2/Body2.js +2 -4
  206. package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
  207. package/lib-commonjs/components/presets/Body2/index.js +0 -3
  208. package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
  209. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +0 -2
  210. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
  211. package/lib-commonjs/components/presets/Caption1/Caption1.js +2 -4
  212. package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
  213. package/lib-commonjs/components/presets/Caption1/index.js +0 -3
  214. package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
  215. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +0 -2
  216. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
  217. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +2 -4
  218. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  219. package/lib-commonjs/components/presets/Caption1Strong/index.js +0 -3
  220. package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
  221. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +0 -2
  222. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
  223. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +2 -4
  224. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  225. package/lib-commonjs/components/presets/Caption1Stronger/index.js +0 -3
  226. package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
  227. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +0 -2
  228. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
  229. package/lib-commonjs/components/presets/Caption2/Caption2.js +2 -4
  230. package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
  231. package/lib-commonjs/components/presets/Caption2/index.js +0 -3
  232. package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
  233. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +0 -2
  234. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
  235. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +2 -4
  236. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  237. package/lib-commonjs/components/presets/Caption2Strong/index.js +0 -3
  238. package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
  239. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +0 -2
  240. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
  241. package/lib-commonjs/components/presets/Display/Display.js +2 -4
  242. package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
  243. package/lib-commonjs/components/presets/Display/index.js +0 -3
  244. package/lib-commonjs/components/presets/Display/index.js.map +1 -1
  245. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +0 -2
  246. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
  247. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +2 -4
  248. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  249. package/lib-commonjs/components/presets/LargeTitle/index.js +0 -3
  250. package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
  251. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +0 -2
  252. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
  253. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +2 -4
  254. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  255. package/lib-commonjs/components/presets/Subtitle1/index.js +0 -3
  256. package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
  257. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +0 -2
  258. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
  259. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +2 -4
  260. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  261. package/lib-commonjs/components/presets/Subtitle2/index.js +0 -3
  262. package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
  263. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +0 -2
  264. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
  265. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -4
  266. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  267. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +0 -3
  268. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
  269. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +0 -2
  270. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
  271. package/lib-commonjs/components/presets/Title1/Title1.js +2 -4
  272. package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
  273. package/lib-commonjs/components/presets/Title1/index.js +0 -3
  274. package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
  275. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +0 -2
  276. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
  277. package/lib-commonjs/components/presets/Title2/Title2.js +2 -4
  278. package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
  279. package/lib-commonjs/components/presets/Title2/index.js +0 -3
  280. package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
  281. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +0 -2
  282. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
  283. package/lib-commonjs/components/presets/Title3/Title3.js +2 -4
  284. package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
  285. package/lib-commonjs/components/presets/Title3/index.js +0 -3
  286. package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
  287. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +0 -2
  288. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
  289. package/lib-commonjs/components/presets/createPreset.js +1 -3
  290. package/lib-commonjs/components/presets/createPreset.js.map +1 -1
  291. package/lib-commonjs/index.js +0 -3
  292. package/lib-commonjs/index.js.map +1 -1
  293. package/package.json +5 -5
@@ -31,5 +31,3 @@ const useDisplayStyles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useDisplayStyles.styles.js.map
34
-
35
- //# sourceMappingURL=useDisplayStyles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Display/useDisplayStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const displayClassNames = {\n root: 'fui-Display'\n};\n/**\n * Styles for the root slot\n */\nexport const useDisplayStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fpyltcb\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ivgwrt\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\"]\n});\n//# sourceMappingURL=useDisplayStyles.styles.js.map"],"names":["displayClassNames","useDisplayStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,iBAAiB,MAAjBA;IAMAC,gBAAgB,MAAhBA;;uBARY;AAElB,MAAMD,oBAAoB;IAC/BE,MAAM;AACR;AAIO,MAAMD,mBAAmB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACpDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAoD;AAC9M,IACA,mDAAmD"}
1
+ {"version":3,"sources":["useDisplayStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const displayClassNames = {\n root: 'fui-Display'\n};\n/**\n * Styles for the root slot\n */\nexport const useDisplayStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fpyltcb\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ivgwrt\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\"]\n});\n//# sourceMappingURL=useDisplayStyles.styles.js.map"],"names":["displayClassNames","useDisplayStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,iBAAiB,MAAjBA;IAMAC,gBAAgB,MAAhBA;;uBARY;AAElB,MAAMD,oBAAoB;IAC/BE,MAAM;AACR;AAIO,MAAMD,mBAAmB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACpDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAoD;AAC9M,IACA,mDAAmD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "LargeTitle", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useLargeTitleStylesStyles = require("./useLargeTitleStyles.styles");
11
- const LargeTitle = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const LargeTitle = (0, _createPreset.createPreset)({
12
12
  useStyles: _useLargeTitleStylesStyles.useLargeTitleStyles,
13
13
  className: _useLargeTitleStylesStyles.largeTitleClassNames.root,
14
14
  displayName: 'LargeTitle'
15
- }); //# sourceMappingURL=LargeTitle.js.map
16
-
17
- //# sourceMappingURL=LargeTitle.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/LargeTitle.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle = /*#__PURE__*/createPreset({\n useStyles: useLargeTitleStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle'\n});\n//# sourceMappingURL=LargeTitle.js.map"],"names":["LargeTitle","createPreset","useStyles","useLargeTitleStyles","className","largeTitleClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;2CAC6B;AAInD,MAAMA,aAAa,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAClDC,WAAWC,8CAAmB;IAC9BC,WAAWC,+CAAoB,CAACC,IAAI;IACpCC,aAAa;AACf,IACA,sCAAsC"}
1
+ {"version":3,"sources":["LargeTitle.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';\n/**\n * Text preset component for the Large Title typography variant\n */ export const LargeTitle = createPreset({\n useStyles: useLargeTitleStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle'\n});\n"],"names":["LargeTitle","createPreset","useStyles","useLargeTitleStyles","className","largeTitleClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;2CAC6B;AAG/C,MAAMA,aAAaC,IAAAA,0BAAY,EAAC;IACvCC,WAAWC,8CAAmB;IAC9BC,WAAWC,+CAAoB,CAACC,IAAI;IACpCC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "largeTitleClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./LargeTitle"), exports);
11
11
  const _useLargeTitleStylesStyles = require("./useLargeTitleStyles.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/index.js"],"sourcesContent":["export * from './LargeTitle';\nexport { largeTitleClassNames } from './useLargeTitleStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["largeTitleClassNames"],"mappings":";;;;+BACSA;;aAAAA,+CAAoB;;;oBADf;2CACuB;CACrC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './LargeTitle';\nexport { largeTitleClassNames } from './useLargeTitleStyles.styles';\n"],"names":["largeTitleClassNames"],"mappings":";;;;+BACSA;;aAAAA,+CAAoB;;;oBADf;2CACuB"}
@@ -31,5 +31,3 @@ const useLargeTitleStyles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".fr3w3wp{line-height:var(--lineHeightHero900);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useLargeTitleStyles.styles.js.map
34
-
35
- //# sourceMappingURL=useLargeTitleStyles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const largeTitleClassNames = {\n root: 'fui-LargeTitle'\n};\n/**\n * Styles for the root slot\n */\nexport const useLargeTitleStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f15afnhw\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fr3w3wp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\"]\n});\n//# sourceMappingURL=useLargeTitleStyles.styles.js.map"],"names":["largeTitleClassNames","useLargeTitleStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,oBAAoB,MAApBA;IAMAC,mBAAmB,MAAnBA;;uBARY;AAElB,MAAMD,uBAAuB;IAClCE,MAAM;AACR;AAIO,MAAMD,sBAAsB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACvDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,sDAAsD"}
1
+ {"version":3,"sources":["useLargeTitleStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const largeTitleClassNames = {\n root: 'fui-LargeTitle'\n};\n/**\n * Styles for the root slot\n */\nexport const useLargeTitleStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f15afnhw\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fr3w3wp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\"]\n});\n//# sourceMappingURL=useLargeTitleStyles.styles.js.map"],"names":["largeTitleClassNames","useLargeTitleStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,oBAAoB,MAApBA;IAMAC,mBAAmB,MAAnBA;;uBARY;AAElB,MAAMD,uBAAuB;IAClCE,MAAM;AACR;AAIO,MAAMD,sBAAsB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACvDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,sDAAsD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Subtitle1", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useSubtitle1StylesStyles = require("./useSubtitle1Styles.styles");
11
- const Subtitle1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const Subtitle1 = (0, _createPreset.createPreset)({
12
12
  useStyles: _useSubtitle1StylesStyles.useSubtitle1Styles,
13
13
  className: _useSubtitle1StylesStyles.subtitle1ClassNames.root,
14
14
  displayName: 'Subtitle1'
15
- }); //# sourceMappingURL=Subtitle1.js.map
16
-
17
- //# sourceMappingURL=Subtitle1.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/Subtitle1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { subtitle1ClassNames, useSubtitle1Styles } from './useSubtitle1Styles.styles';\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1 = /*#__PURE__*/createPreset({\n useStyles: useSubtitle1Styles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1'\n});\n//# sourceMappingURL=Subtitle1.js.map"],"names":["Subtitle1","createPreset","useStyles","useSubtitle1Styles","className","subtitle1ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;0CAC2B;AAIjD,MAAMA,YAAY,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACjDC,WAAWC,4CAAkB;IAC7BC,WAAWC,6CAAmB,CAACC,IAAI;IACnCC,aAAa;AACf,IACA,qCAAqC"}
1
+ {"version":3,"sources":["Subtitle1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { subtitle1ClassNames, useSubtitle1Styles } from './useSubtitle1Styles.styles';\n/**\n * Text preset component for the Subtitle1 typography variant\n */ export const Subtitle1 = createPreset({\n useStyles: useSubtitle1Styles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1'\n});\n"],"names":["Subtitle1","createPreset","useStyles","useSubtitle1Styles","className","subtitle1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;0CAC2B;AAG7C,MAAMA,YAAYC,IAAAA,0BAAY,EAAC;IACtCC,WAAWC,4CAAkB;IAC7BC,WAAWC,6CAAmB,CAACC,IAAI;IACnCC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "subtitle1ClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./Subtitle1"), exports);
11
11
  const _useSubtitle1StylesStyles = require("./useSubtitle1Styles.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/index.js"],"sourcesContent":["export * from './Subtitle1';\nexport { subtitle1ClassNames } from './useSubtitle1Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["subtitle1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,6CAAmB;;;oBADd;0CACsB;CACpC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Subtitle1';\nexport { subtitle1ClassNames } from './useSubtitle1Styles.styles';\n"],"names":["subtitle1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,6CAAmB;;;oBADd;0CACsB"}
@@ -31,5 +31,3 @@ const useSubtitle1Styles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".f106mvju{line-height:var(--lineHeightBase500);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useSubtitle1Styles.styles.js.map
34
-
35
- //# sourceMappingURL=useSubtitle1Styles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle1ClassNames = {\n root: 'fui-Subtitle1'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1pp30po\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f106mvju\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\"]\n});\n//# sourceMappingURL=useSubtitle1Styles.styles.js.map"],"names":["subtitle1ClassNames","useSubtitle1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,mBAAmB,MAAnBA;IAMAC,kBAAkB,MAAlBA;;uBARY;AAElB,MAAMD,sBAAsB;IACjCE,MAAM;AACR;AAIO,MAAMD,qBAAqB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACtDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAmD;AAC7M,IACA,qDAAqD"}
1
+ {"version":3,"sources":["useSubtitle1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle1ClassNames = {\n root: 'fui-Subtitle1'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1pp30po\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f106mvju\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\"]\n});\n//# sourceMappingURL=useSubtitle1Styles.styles.js.map"],"names":["subtitle1ClassNames","useSubtitle1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,mBAAmB,MAAnBA;IAMAC,kBAAkB,MAAlBA;;uBARY;AAElB,MAAMD,sBAAsB;IACjCE,MAAM;AACR;AAIO,MAAMD,qBAAqB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACtDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAmD;AAC7M,IACA,qDAAqD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Subtitle2", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useSubtitle2StylesStyles = require("./useSubtitle2Styles.styles");
11
- const Subtitle2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const Subtitle2 = (0, _createPreset.createPreset)({
12
12
  useStyles: _useSubtitle2StylesStyles.useSubtitle2Styles,
13
13
  className: _useSubtitle2StylesStyles.subtitle2ClassNames.root,
14
14
  displayName: 'Subtitle2'
15
- }); //# sourceMappingURL=Subtitle2.js.map
16
-
17
- //# sourceMappingURL=Subtitle2.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/Subtitle2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { subtitle2ClassNames, useSubtitle2Styles } from './useSubtitle2Styles.styles';\n/**\n * Text preset component for the Subtitle2 typography variant\n */\nexport const Subtitle2 = /*#__PURE__*/createPreset({\n useStyles: useSubtitle2Styles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2'\n});\n//# sourceMappingURL=Subtitle2.js.map"],"names":["Subtitle2","createPreset","useStyles","useSubtitle2Styles","className","subtitle2ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;0CAC2B;AAIjD,MAAMA,YAAY,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACjDC,WAAWC,4CAAkB;IAC7BC,WAAWC,6CAAmB,CAACC,IAAI;IACnCC,aAAa;AACf,IACA,qCAAqC"}
1
+ {"version":3,"sources":["Subtitle2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { subtitle2ClassNames, useSubtitle2Styles } from './useSubtitle2Styles.styles';\n/**\n * Text preset component for the Subtitle2 typography variant\n */ export const Subtitle2 = createPreset({\n useStyles: useSubtitle2Styles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2'\n});\n"],"names":["Subtitle2","createPreset","useStyles","useSubtitle2Styles","className","subtitle2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;0CAC2B;AAG7C,MAAMA,YAAYC,IAAAA,0BAAY,EAAC;IACtCC,WAAWC,4CAAkB;IAC7BC,WAAWC,6CAAmB,CAACC,IAAI;IACnCC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "subtitle2ClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./Subtitle2"), exports);
11
11
  const _useSubtitle2StylesStyles = require("./useSubtitle2Styles.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/index.js"],"sourcesContent":["export * from './Subtitle2';\nexport { subtitle2ClassNames } from './useSubtitle2Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["subtitle2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,6CAAmB;;;oBADd;0CACsB;CACpC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Subtitle2';\nexport { subtitle2ClassNames } from './useSubtitle2Styles.styles';\n"],"names":["subtitle2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,6CAAmB;;;oBADd;0CACsB"}
@@ -31,5 +31,3 @@ const useSubtitle2Styles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".faaz57k{line-height:var(--lineHeightBase400);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useSubtitle2Styles.styles.js.map
34
-
35
- //# sourceMappingURL=useSubtitle2Styles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2ClassNames = {\n root: 'fui-Subtitle2'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useSubtitle2Styles.styles.js.map"],"names":["subtitle2ClassNames","useSubtitle2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,mBAAmB,MAAnBA;IAMAC,kBAAkB,MAAlBA;;uBARY;AAElB,MAAMD,sBAAsB;IACjCE,MAAM;AACR;AAIO,MAAMD,qBAAqB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACtDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,qDAAqD"}
1
+ {"version":3,"sources":["useSubtitle2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2ClassNames = {\n root: 'fui-Subtitle2'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useSubtitle2Styles.styles.js.map"],"names":["subtitle2ClassNames","useSubtitle2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,mBAAmB,MAAnBA;IAMAC,kBAAkB,MAAlBA;;uBARY;AAElB,MAAMD,sBAAsB;IACjCE,MAAM;AACR;AAIO,MAAMD,qBAAqB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACtDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,qDAAqD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Subtitle2Stronger", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useSubtitle2StrongerStyles = require("./useSubtitle2Stronger.styles");
11
- const Subtitle2Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const Subtitle2Stronger = (0, _createPreset.createPreset)({
12
12
  useStyles: _useSubtitle2StrongerStyles.useSubtitle2StrongerStyles,
13
13
  className: _useSubtitle2StrongerStyles.subtitle2StrongerClassNames.root,
14
14
  displayName: 'Subtitle2Stronger'
15
- }); //# sourceMappingURL=Subtitle2Stronger.js.map
16
-
17
- //# sourceMappingURL=Subtitle2Stronger.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { subtitle2StrongerClassNames, useSubtitle2StrongerStyles } from './useSubtitle2Stronger.styles';\n/**\n * Text preset component for the Subtitle2Stronger typography variant\n */\nexport const Subtitle2Stronger = /*#__PURE__*/createPreset({\n useStyles: useSubtitle2StrongerStyles,\n className: subtitle2StrongerClassNames.root,\n displayName: 'Subtitle2Stronger'\n});\n//# sourceMappingURL=Subtitle2Stronger.js.map"],"names":["Subtitle2Stronger","createPreset","useStyles","useSubtitle2StrongerStyles","className","subtitle2StrongerClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;4CAC2C;AAIjE,MAAMA,oBAAoB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACzDC,WAAWC,sDAA0B;IACrCC,WAAWC,uDAA2B,CAACC,IAAI;IAC3CC,aAAa;AACf,IACA,6CAA6C"}
1
+ {"version":3,"sources":["Subtitle2Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { subtitle2StrongerClassNames, useSubtitle2StrongerStyles } from './useSubtitle2Stronger.styles';\n/**\n * Text preset component for the Subtitle2Stronger typography variant\n */ export const Subtitle2Stronger = createPreset({\n useStyles: useSubtitle2StrongerStyles,\n className: subtitle2StrongerClassNames.root,\n displayName: 'Subtitle2Stronger'\n});\n"],"names":["Subtitle2Stronger","createPreset","useStyles","useSubtitle2StrongerStyles","className","subtitle2StrongerClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;4CAC2C;AAG7D,MAAMA,oBAAoBC,IAAAA,0BAAY,EAAC;IAC9CC,WAAWC,sDAA0B;IACrCC,WAAWC,uDAA2B,CAACC,IAAI;IAC3CC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "subtitle2StrongerClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./Subtitle2Stronger"), exports);
11
11
  const _useSubtitle2StrongerStyles = require("./useSubtitle2Stronger.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/index.js"],"sourcesContent":["export * from './Subtitle2Stronger';\nexport { subtitle2StrongerClassNames } from './useSubtitle2Stronger.styles';\n//# sourceMappingURL=index.js.map"],"names":["subtitle2StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,uDAA2B;;;oBADtB;4CAC8B;CAC5C,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Subtitle2Stronger';\nexport { subtitle2StrongerClassNames } from './useSubtitle2Stronger.styles';\n"],"names":["subtitle2StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,uDAA2B;;;oBADtB;4CAC8B"}
@@ -31,5 +31,3 @@ const useSubtitle2StrongerStyles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".faaz57k{line-height:var(--lineHeightBase400);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useSubtitle2Stronger.styles.js.map
34
-
35
- //# sourceMappingURL=useSubtitle2Stronger.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2StrongerClassNames = {\n root: 'fui-Subtitle2Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle2StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useSubtitle2Stronger.styles.js.map"],"names":["subtitle2StrongerClassNames","useSubtitle2StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,2BAA2B,MAA3BA;IAMAC,0BAA0B,MAA1BA;;uBARY;AAElB,MAAMD,8BAA8B;IACzCE,MAAM;AACR;AAIO,MAAMD,6BAA6B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC9DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM,IACA,uDAAuD"}
1
+ {"version":3,"sources":["useSubtitle2Stronger.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2StrongerClassNames = {\n root: 'fui-Subtitle2Stronger'\n};\n/**\n * Styles for the root slot\n */\nexport const useSubtitle2StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n//# sourceMappingURL=useSubtitle2Stronger.styles.js.map"],"names":["subtitle2StrongerClassNames","useSubtitle2StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,2BAA2B,MAA3BA;IAMAC,0BAA0B,MAA1BA;;uBARY;AAElB,MAAMD,8BAA8B;IACzCE,MAAM;AACR;AAIO,MAAMD,6BAA6B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC9DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM,IACA,uDAAuD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Title1", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useTitle1StylesStyles = require("./useTitle1Styles.styles");
11
- const Title1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const Title1 = (0, _createPreset.createPreset)({
12
12
  useStyles: _useTitle1StylesStyles.useTitle1Styles,
13
13
  className: _useTitle1StylesStyles.title1ClassNames.root,
14
14
  displayName: 'Title1'
15
- }); //# sourceMappingURL=Title1.js.map
16
-
17
- //# sourceMappingURL=Title1.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title1/Title1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title1ClassNames, useTitle1Styles } from './useTitle1Styles.styles';\n/**\n * Text preset component for the Title 1 typography variant\n */\nexport const Title1 = /*#__PURE__*/createPreset({\n useStyles: useTitle1Styles,\n className: title1ClassNames.root,\n displayName: 'Title1'\n});\n//# sourceMappingURL=Title1.js.map"],"names":["Title1","createPreset","useStyles","useTitle1Styles","className","title1ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;uCACqB;AAI3C,MAAMA,SAAS,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC9CC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACf,IACA,kCAAkC"}
1
+ {"version":3,"sources":["Title1.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title1ClassNames, useTitle1Styles } from './useTitle1Styles.styles';\n/**\n * Text preset component for the Title 1 typography variant\n */ export const Title1 = createPreset({\n useStyles: useTitle1Styles,\n className: title1ClassNames.root,\n displayName: 'Title1'\n});\n"],"names":["Title1","createPreset","useStyles","useTitle1Styles","className","title1ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;uCACqB;AAGvC,MAAMA,SAASC,IAAAA,0BAAY,EAAC;IACnCC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "title1ClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./Title1"), exports);
11
11
  const _useTitle1StylesStyles = require("./useTitle1Styles.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title1/index.js"],"sourcesContent":["export * from './Title1';\nexport { title1ClassNames } from './useTitle1Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["title1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,uCAAgB;;;oBADX;uCACmB;CACjC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title1';\nexport { title1ClassNames } from './useTitle1Styles.styles';\n"],"names":["title1ClassNames"],"mappings":";;;;+BACSA;;aAAAA,uCAAgB;;;oBADX;uCACmB"}
@@ -31,5 +31,3 @@ const useTitle1Styles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".f1ebx5kk{line-height:var(--lineHeightHero800);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useTitle1Styles.styles.js.map
34
-
35
- //# sourceMappingURL=useTitle1Styles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title1/useTitle1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title1ClassNames = {\n root: 'fui-Title1'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fccw675\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ebx5kk\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\"]\n});\n//# sourceMappingURL=useTitle1Styles.styles.js.map"],"names":["title1ClassNames","useTitle1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB,MAAhBA;IAMAC,eAAe,MAAfA;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAmD;AAC5M,IACA,kDAAkD"}
1
+ {"version":3,"sources":["useTitle1Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title1ClassNames = {\n root: 'fui-Title1'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle1Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fccw675\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ebx5kk\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\"]\n});\n//# sourceMappingURL=useTitle1Styles.styles.js.map"],"names":["title1ClassNames","useTitle1Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB,MAAhBA;IAMAC,eAAe,MAAfA;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAmD;AAC5M,IACA,kDAAkD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Title2", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useTitle2StylesStyles = require("./useTitle2Styles.styles");
11
- const Title2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const Title2 = (0, _createPreset.createPreset)({
12
12
  useStyles: _useTitle2StylesStyles.useTitle2Styles,
13
13
  className: _useTitle2StylesStyles.title2ClassNames.root,
14
14
  displayName: 'Title2'
15
- }); //# sourceMappingURL=Title2.js.map
16
-
17
- //# sourceMappingURL=Title2.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title2/Title2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title2ClassNames, useTitle2Styles } from './useTitle2Styles.styles';\n/**\n * Text preset component for the Title 2 typography variant\n */\nexport const Title2 = /*#__PURE__*/createPreset({\n useStyles: useTitle2Styles,\n className: title2ClassNames.root,\n displayName: 'Title2'\n});\n//# sourceMappingURL=Title2.js.map"],"names":["Title2","createPreset","useStyles","useTitle2Styles","className","title2ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;uCACqB;AAI3C,MAAMA,SAAS,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC9CC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACf,IACA,kCAAkC"}
1
+ {"version":3,"sources":["Title2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title2ClassNames, useTitle2Styles } from './useTitle2Styles.styles';\n/**\n * Text preset component for the Title 2 typography variant\n */ export const Title2 = createPreset({\n useStyles: useTitle2Styles,\n className: title2ClassNames.root,\n displayName: 'Title2'\n});\n"],"names":["Title2","createPreset","useStyles","useTitle2Styles","className","title2ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;uCACqB;AAGvC,MAAMA,SAASC,IAAAA,0BAAY,EAAC;IACnCC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "title2ClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./Title2"), exports);
11
11
  const _useTitle2StylesStyles = require("./useTitle2Styles.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title2/index.js"],"sourcesContent":["export * from './Title2';\nexport { title2ClassNames } from './useTitle2Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["title2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,uCAAgB;;;oBADX;uCACmB;CACjC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title2';\nexport { title2ClassNames } from './useTitle2Styles.styles';\n"],"names":["title2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,uCAAgB;;;oBADX;uCACmB"}
@@ -31,5 +31,3 @@ const useTitle2Styles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".fcen8rp{line-height:var(--lineHeightHero700);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useTitle2Styles.styles.js.map
34
-
35
- //# sourceMappingURL=useTitle2Styles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title2/useTitle2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title2ClassNames = {\n root: 'fui-Title2'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fojgt09\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\n//# sourceMappingURL=useTitle2Styles.styles.js.map"],"names":["title2ClassNames","useTitle2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB,MAAhBA;IAMAC,eAAe,MAAfA;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,kDAAkD"}
1
+ {"version":3,"sources":["useTitle2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title2ClassNames = {\n root: 'fui-Title2'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fojgt09\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\n//# sourceMappingURL=useTitle2Styles.styles.js.map"],"names":["title2ClassNames","useTitle2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB,MAAhBA;IAMAC,eAAe,MAAfA;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAoD;KAAkD;AAC3M,IACA,kDAAkD"}
@@ -8,10 +8,8 @@ Object.defineProperty(exports, "Title3", {
8
8
  });
9
9
  const _createPreset = require("../createPreset");
10
10
  const _useTitle3StylesStyles = require("./useTitle3Styles.styles");
11
- const Title3 = /*#__PURE__*/ (0, _createPreset.createPreset)({
11
+ const Title3 = (0, _createPreset.createPreset)({
12
12
  useStyles: _useTitle3StylesStyles.useTitle3Styles,
13
13
  className: _useTitle3StylesStyles.title3ClassNames.root,
14
14
  displayName: 'Title3'
15
- }); //# sourceMappingURL=Title3.js.map
16
-
17
- //# sourceMappingURL=Title3.js.map
15
+ });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title3/Title3.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title3ClassNames, useTitle3Styles } from './useTitle3Styles.styles';\n/**\n * Text preset component for the Title 3 typography variant\n */\nexport const Title3 = /*#__PURE__*/createPreset({\n useStyles: useTitle3Styles,\n className: title3ClassNames.root,\n displayName: 'Title3'\n});\n//# sourceMappingURL=Title3.js.map"],"names":["Title3","createPreset","useStyles","useTitle3Styles","className","title3ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;uCACqB;AAI3C,MAAMA,SAAS,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC9CC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACf,IACA,kCAAkC"}
1
+ {"version":3,"sources":["Title3.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { title3ClassNames, useTitle3Styles } from './useTitle3Styles.styles';\n/**\n * Text preset component for the Title 3 typography variant\n */ export const Title3 = createPreset({\n useStyles: useTitle3Styles,\n className: title3ClassNames.root,\n displayName: 'Title3'\n});\n"],"names":["Title3","createPreset","useStyles","useTitle3Styles","className","title3ClassNames","root","displayName"],"mappings":";;;;+BAIiBA;;aAAAA;;8BAJY;uCACqB;AAGvC,MAAMA,SAASC,IAAAA,0BAAY,EAAC;IACnCC,WAAWC,sCAAe;IAC1BC,WAAWC,uCAAgB,CAACC,IAAI;IAChCC,aAAa;AACjB"}
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "title3ClassNames", {
9
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
10
10
  _exportStar(require("./Title3"), exports);
11
11
  const _useTitle3StylesStyles = require("./useTitle3Styles.styles");
12
- //# sourceMappingURL=index.js.map
13
-
14
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title3/index.js"],"sourcesContent":["export * from './Title3';\nexport { title3ClassNames } from './useTitle3Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["title3ClassNames"],"mappings":";;;;+BACSA;;aAAAA,uCAAgB;;;oBADX;uCACmB;CACjC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export * from './Title3';\nexport { title3ClassNames } from './useTitle3Styles.styles';\n"],"names":["title3ClassNames"],"mappings":";;;;+BACSA;;aAAAA,uCAAgB;;;oBADX;uCACmB"}
@@ -31,5 +31,3 @@ const useTitle3Styles = /*#__PURE__*/ (0, _react["__styles"])({
31
31
  ".fb86gi6{line-height:var(--lineHeightBase600);}"
32
32
  ]
33
33
  }); //# sourceMappingURL=useTitle3Styles.styles.js.map
34
-
35
- //# sourceMappingURL=useTitle3Styles.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title3/useTitle3Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title3ClassNames = {\n root: 'fui-Title3'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle3Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1x0m3f5\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fb86gi6\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\"]\n});\n//# sourceMappingURL=useTitle3Styles.styles.js.map"],"names":["title3ClassNames","useTitle3Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB,MAAhBA;IAMAC,eAAe,MAAfA;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,kDAAkD"}
1
+ {"version":3,"sources":["useTitle3Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title3ClassNames = {\n root: 'fui-Title3'\n};\n/**\n * Styles for the root slot\n */\nexport const useTitle3Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1x0m3f5\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fb86gi6\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\"]\n});\n//# sourceMappingURL=useTitle3Styles.styles.js.map"],"names":["title3ClassNames","useTitle3Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,gBAAgB,MAAhBA;IAMAC,eAAe,MAAfA;;uBARY;AAElB,MAAMD,mBAAmB;IAC9BE,MAAM;AACR;AAIO,MAAMD,kBAAkB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACnDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,kDAAkD"}
@@ -21,6 +21,4 @@ function createPreset(options) {
21
21
  });
22
22
  Wrapper.displayName = displayName;
23
23
  return Wrapper;
24
- } //# sourceMappingURL=createPreset.js.map
25
-
26
- //# sourceMappingURL=createPreset.js.map
24
+ }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/components/presets/createPreset.js"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nexport function createPreset(options) {\n const {\n useStyles,\n className,\n displayName\n } = options;\n const Wrapper = /*#__PURE__*/React.forwardRef((props, ref) => {\n const styles = useStyles();\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);\n return renderText_unstable(state);\n });\n Wrapper.displayName = displayName;\n return Wrapper;\n}\n//# sourceMappingURL=createPreset.js.map"],"names":["createPreset","options","useStyles","className","displayName","Wrapper","React","forwardRef","props","ref","styles","state","useText_unstable","useTextStyles_unstable","root","mergeClasses","renderText_unstable"],"mappings":";;;;+BAGgBA;;aAAAA;;;6DAHO;wBACM;sBACiD;AACvE,SAASA,aAAaC,OAAO,EAAE;IACpC,MAAM,EACJC,UAAS,EACTC,UAAS,EACTC,YAAW,EACZ,GAAGH;IACJ,MAAMI,UAAU,WAAW,GAAEC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAQ;QAC5D,MAAMC,SAASR;QACf,MAAMS,QAAQC,IAAAA,sBAAgB,EAACJ,OAAOC;QACtCI,IAAAA,4BAAsB,EAACF;QACvBA,MAAMG,IAAI,CAACX,SAAS,GAAGY,IAAAA,oBAAY,EAACZ,WAAWQ,MAAMG,IAAI,CAACX,SAAS,EAAEO,OAAOI,IAAI,EAAEN,MAAML,SAAS;QACjG,OAAOa,IAAAA,yBAAmB,EAACL;IAC7B;IACAN,QAAQD,WAAW,GAAGA;IACtB,OAAOC;AACT,EACA,wCAAwC"}
1
+ {"version":3,"sources":["createPreset.js"],"sourcesContent":["import * as React from 'react';\nimport { mergeClasses } from '@griffel/react';\nimport { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';\nexport function createPreset(options) {\n const { useStyles , className , displayName } = options;\n const Wrapper = React.forwardRef((props, ref)=>{\n const styles = useStyles();\n const state = useText_unstable(props, ref);\n useTextStyles_unstable(state);\n state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);\n return renderText_unstable(state);\n });\n Wrapper.displayName = displayName;\n return Wrapper;\n}\n"],"names":["createPreset","options","useStyles","className","displayName","Wrapper","React","forwardRef","props","ref","styles","state","useText_unstable","useTextStyles_unstable","root","mergeClasses","renderText_unstable"],"mappings":";;;;+BAGgBA;;aAAAA;;;6DAHO;wBACM;sBACiD;AACvE,SAASA,aAAaC,OAAO,EAAE;IAClC,MAAM,EAAEC,UAAS,EAAGC,UAAS,EAAGC,YAAW,EAAG,GAAGH;IACjD,MAAMI,wBAAUC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAM;QAC3C,MAAMC,SAASR;QACf,MAAMS,QAAQC,IAAAA,sBAAgB,EAACJ,OAAOC;QACtCI,IAAAA,4BAAsB,EAACF;QACvBA,MAAMG,IAAI,CAACX,SAAS,GAAGY,IAAAA,oBAAY,EAACZ,WAAWQ,MAAMG,IAAI,CAACX,SAAS,EAAEO,OAAOI,IAAI,EAAEN,MAAML,SAAS;QACjG,OAAOa,IAAAA,yBAAmB,EAACL;IAC/B;IACAN,QAAQD,WAAW,GAAGA;IACtB,OAAOC;AACX"}
@@ -67,6 +67,3 @@ const _subtitle2Stronger = require("./Subtitle2Stronger");
67
67
  const _title1 = require("./Title1");
68
68
  const _title2 = require("./Title2");
69
69
  const _title3 = require("./Title3");
70
- //# sourceMappingURL=index.js.map
71
-
72
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';\nexport { Body1, body1ClassNames } from './Body1';\nexport { Body1Strong, body1StrongClassNames } from './Body1Strong';\nexport { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';\nexport { Body2, body2ClassNames } from './Body2';\nexport { Caption1, caption1ClassNames } from './Caption1';\nexport { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';\nexport { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';\nexport { Caption2, caption2ClassNames } from './Caption2';\nexport { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';\nexport { Display, displayClassNames } from './Display';\nexport { LargeTitle, largeTitleClassNames } from './LargeTitle';\nexport { Subtitle1, subtitle1ClassNames } from './Subtitle1';\nexport { Subtitle2, subtitle2ClassNames } from './Subtitle2';\nexport { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';\nexport { Title1, title1ClassNames } from './Title1';\nexport { Title2, title2ClassNames } from './Title2';\nexport { Title3, title3ClassNames } from './Title3';\n//# sourceMappingURL=index.js.map"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable","Body1","body1ClassNames","Body1Strong","body1StrongClassNames","Body1Stronger","body1StrongerClassNames","Body2","body2ClassNames","Caption1","caption1ClassNames","Caption1Strong","caption1StrongClassNames","Caption1Stronger","caption1StrongerClassNames","Caption2","caption2ClassNames","Caption2Strong","caption2StrongClassNames","Display","displayClassNames","LargeTitle","largeTitleClassNames","Subtitle1","subtitle1ClassNames","Subtitle2","subtitle2ClassNames","Subtitle2Stronger","subtitle2StrongerClassNames","Title1","title1ClassNames","Title2","title2ClassNames","Title3","title3ClassNames"],"mappings":";;;;;;;;;;;IAASA,IAAI,MAAJA,UAAI;IAAEC,mBAAmB,MAAnBA,yBAAmB;IAAEC,cAAc,MAAdA,oBAAc;IAAEC,sBAAsB,MAAtBA,4BAAsB;IAAEC,gBAAgB,MAAhBA,sBAAgB;IACnFC,KAAK,MAALA,YAAK;IAAEC,eAAe,MAAfA,sBAAe;IACtBC,WAAW,MAAXA,wBAAW;IAAEC,qBAAqB,MAArBA,kCAAqB;IAClCC,aAAa,MAAbA,4BAAa;IAAEC,uBAAuB,MAAvBA,sCAAuB;IACtCC,KAAK,MAALA,YAAK;IAAEC,eAAe,MAAfA,sBAAe;IACtBC,QAAQ,MAARA,kBAAQ;IAAEC,kBAAkB,MAAlBA,4BAAkB;IAC5BC,cAAc,MAAdA,8BAAc;IAAEC,wBAAwB,MAAxBA,wCAAwB;IACxCC,gBAAgB,MAAhBA,kCAAgB;IAAEC,0BAA0B,MAA1BA,4CAA0B;IAC5CC,QAAQ,MAARA,kBAAQ;IAAEC,kBAAkB,MAAlBA,4BAAkB;IAC5BC,cAAc,MAAdA,8BAAc;IAAEC,wBAAwB,MAAxBA,wCAAwB;IACxCC,OAAO,MAAPA,gBAAO;IAAEC,iBAAiB,MAAjBA,0BAAiB;IAC1BC,UAAU,MAAVA,sBAAU;IAAEC,oBAAoB,MAApBA,gCAAoB;IAChCC,SAAS,MAATA,oBAAS;IAAEC,mBAAmB,MAAnBA,8BAAmB;IAC9BC,SAAS,MAATA,oBAAS;IAAEC,mBAAmB,MAAnBA,8BAAmB;IAC9BC,iBAAiB,MAAjBA,oCAAiB;IAAEC,2BAA2B,MAA3BA,8CAA2B;IAC9CC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IACxBC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IACxBC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;;sBAjBmE;uBAC7D;6BACY;+BACI;uBAChB;0BACM;gCACY;kCACI;0BAChB;gCACY;yBACd;4BACM;2BACF;2BACA;mCACgB;wBACtB;wBACA;wBACA;CACzC,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { Text, renderText_unstable, textClassNames, useTextStyles_unstable, useText_unstable } from './Text';\nexport { Body1, body1ClassNames } from './Body1';\nexport { Body1Strong, body1StrongClassNames } from './Body1Strong';\nexport { Body1Stronger, body1StrongerClassNames } from './Body1Stronger';\nexport { Body2, body2ClassNames } from './Body2';\nexport { Caption1, caption1ClassNames } from './Caption1';\nexport { Caption1Strong, caption1StrongClassNames } from './Caption1Strong';\nexport { Caption1Stronger, caption1StrongerClassNames } from './Caption1Stronger';\nexport { Caption2, caption2ClassNames } from './Caption2';\nexport { Caption2Strong, caption2StrongClassNames } from './Caption2Strong';\nexport { Display, displayClassNames } from './Display';\nexport { LargeTitle, largeTitleClassNames } from './LargeTitle';\nexport { Subtitle1, subtitle1ClassNames } from './Subtitle1';\nexport { Subtitle2, subtitle2ClassNames } from './Subtitle2';\nexport { Subtitle2Stronger, subtitle2StrongerClassNames } from './Subtitle2Stronger';\nexport { Title1, title1ClassNames } from './Title1';\nexport { Title2, title2ClassNames } from './Title2';\nexport { Title3, title3ClassNames } from './Title3';\n"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable","Body1","body1ClassNames","Body1Strong","body1StrongClassNames","Body1Stronger","body1StrongerClassNames","Body2","body2ClassNames","Caption1","caption1ClassNames","Caption1Strong","caption1StrongClassNames","Caption1Stronger","caption1StrongerClassNames","Caption2","caption2ClassNames","Caption2Strong","caption2StrongClassNames","Display","displayClassNames","LargeTitle","largeTitleClassNames","Subtitle1","subtitle1ClassNames","Subtitle2","subtitle2ClassNames","Subtitle2Stronger","subtitle2StrongerClassNames","Title1","title1ClassNames","Title2","title2ClassNames","Title3","title3ClassNames"],"mappings":";;;;;;;;;;;IAASA,IAAI,MAAJA,UAAI;IAAEC,mBAAmB,MAAnBA,yBAAmB;IAAEC,cAAc,MAAdA,oBAAc;IAAEC,sBAAsB,MAAtBA,4BAAsB;IAAEC,gBAAgB,MAAhBA,sBAAgB;IACnFC,KAAK,MAALA,YAAK;IAAEC,eAAe,MAAfA,sBAAe;IACtBC,WAAW,MAAXA,wBAAW;IAAEC,qBAAqB,MAArBA,kCAAqB;IAClCC,aAAa,MAAbA,4BAAa;IAAEC,uBAAuB,MAAvBA,sCAAuB;IACtCC,KAAK,MAALA,YAAK;IAAEC,eAAe,MAAfA,sBAAe;IACtBC,QAAQ,MAARA,kBAAQ;IAAEC,kBAAkB,MAAlBA,4BAAkB;IAC5BC,cAAc,MAAdA,8BAAc;IAAEC,wBAAwB,MAAxBA,wCAAwB;IACxCC,gBAAgB,MAAhBA,kCAAgB;IAAEC,0BAA0B,MAA1BA,4CAA0B;IAC5CC,QAAQ,MAARA,kBAAQ;IAAEC,kBAAkB,MAAlBA,4BAAkB;IAC5BC,cAAc,MAAdA,8BAAc;IAAEC,wBAAwB,MAAxBA,wCAAwB;IACxCC,OAAO,MAAPA,gBAAO;IAAEC,iBAAiB,MAAjBA,0BAAiB;IAC1BC,UAAU,MAAVA,sBAAU;IAAEC,oBAAoB,MAApBA,gCAAoB;IAChCC,SAAS,MAATA,oBAAS;IAAEC,mBAAmB,MAAnBA,8BAAmB;IAC9BC,SAAS,MAATA,oBAAS;IAAEC,mBAAmB,MAAnBA,8BAAmB;IAC9BC,iBAAiB,MAAjBA,oCAAiB;IAAEC,2BAA2B,MAA3BA,8CAA2B;IAC9CC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IACxBC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IACxBC,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;;sBAjBmE;uBAC7D;6BACY;+BACI;uBAChB;0BACM;gCACY;kCACI;0BAChB;gCACY;yBACd;4BACM;2BACF;2BACA;mCACgB;wBACtB;wBACA;wBACA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-text",
3
- "version": "9.3.11",
3
+ "version": "9.3.12",
4
4
  "description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,16 +28,16 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.21",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.22",
32
32
  "@fluentui/scripts-api-extractor": "*",
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-shared-contexts": "^9.5.0",
37
37
  "@fluentui/react-theme": "^9.1.8",
38
- "@griffel/react": "^1.5.2",
39
- "@fluentui/react-utilities": "^9.9.1",
40
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.5",
38
+ "@fluentui/react-utilities": "^9.9.2",
39
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.6",
40
+ "@griffel/react": "^1.5.7",
41
41
  "@swc/helpers": "^0.4.14"
42
42
  },
43
43
  "peerDependencies": {