@fluentui/react-text 9.6.18 → 9.74.3-experimental.esm.20260709-49ee7a20cf.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 (379) hide show
  1. package/CHANGELOG.md +15 -2
  2. package/dist/index.d.cts +240 -0
  3. package/lib/Body1.js +1 -1
  4. package/lib/Body1.js.map +1 -1
  5. package/lib/Body1Strong.js +1 -1
  6. package/lib/Body1Strong.js.map +1 -1
  7. package/lib/Body1Stronger.js +1 -1
  8. package/lib/Body1Stronger.js.map +1 -1
  9. package/lib/Body2.js +1 -1
  10. package/lib/Body2.js.map +1 -1
  11. package/lib/Caption1.js +1 -1
  12. package/lib/Caption1.js.map +1 -1
  13. package/lib/Caption1Strong.js +1 -1
  14. package/lib/Caption1Strong.js.map +1 -1
  15. package/lib/Caption1Stronger.js +1 -1
  16. package/lib/Caption1Stronger.js.map +1 -1
  17. package/lib/Caption2.js +1 -1
  18. package/lib/Caption2.js.map +1 -1
  19. package/lib/Caption2Strong.js +1 -1
  20. package/lib/Caption2Strong.js.map +1 -1
  21. package/lib/Display.js +1 -1
  22. package/lib/Display.js.map +1 -1
  23. package/lib/LargeTitle.js +1 -1
  24. package/lib/LargeTitle.js.map +1 -1
  25. package/lib/Subtitle1.js +1 -1
  26. package/lib/Subtitle1.js.map +1 -1
  27. package/lib/Subtitle2.js +1 -1
  28. package/lib/Subtitle2.js.map +1 -1
  29. package/lib/Subtitle2Stronger.js +1 -1
  30. package/lib/Subtitle2Stronger.js.map +1 -1
  31. package/lib/Text.js +1 -1
  32. package/lib/Text.js.map +1 -1
  33. package/lib/Title1.js +1 -1
  34. package/lib/Title1.js.map +1 -1
  35. package/lib/Title2.js +1 -1
  36. package/lib/Title2.js.map +1 -1
  37. package/lib/Title3.js +1 -1
  38. package/lib/Title3.js.map +1 -1
  39. package/lib/components/Text/Text.js +5 -5
  40. package/lib/components/Text/Text.js.map +1 -1
  41. package/lib/components/Text/index.js +4 -4
  42. package/lib/components/Text/index.js.map +1 -1
  43. package/lib/components/Text/renderText.js +1 -1
  44. package/lib/components/Text/useText.js +1 -1
  45. package/lib/components/Text/useTextStyles.styles.js +2 -2
  46. package/lib/components/Text/useTextStyles.styles.js.map +1 -1
  47. package/lib/components/Text/useTextStyles.styles.raw.js +2 -2
  48. package/lib/components/presets/Body1/Body1.js +2 -2
  49. package/lib/components/presets/Body1/Body1.js.map +1 -1
  50. package/lib/components/presets/Body1/index.js +2 -2
  51. package/lib/components/presets/Body1/index.js.map +1 -1
  52. package/lib/components/presets/Body1/useBody1Styles.styles.js +2 -2
  53. package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -1
  54. package/lib/components/presets/Body1/useBody1Styles.styles.raw.js +2 -2
  55. package/lib/components/presets/Body1Strong/Body1Strong.js +2 -2
  56. package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  57. package/lib/components/presets/Body1Strong/index.js +2 -2
  58. package/lib/components/presets/Body1Strong/index.js.map +1 -1
  59. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js +2 -2
  60. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -1
  61. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.raw.js +2 -2
  62. package/lib/components/presets/Body1Stronger/Body1Stronger.js +2 -2
  63. package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  64. package/lib/components/presets/Body1Stronger/index.js +2 -2
  65. package/lib/components/presets/Body1Stronger/index.js.map +1 -1
  66. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +2 -2
  67. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -1
  68. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.raw.js +2 -2
  69. package/lib/components/presets/Body2/Body2.js +2 -2
  70. package/lib/components/presets/Body2/Body2.js.map +1 -1
  71. package/lib/components/presets/Body2/index.js +2 -2
  72. package/lib/components/presets/Body2/index.js.map +1 -1
  73. package/lib/components/presets/Body2/useBody2Styles.styles.js +2 -2
  74. package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -1
  75. package/lib/components/presets/Body2/useBody2Styles.styles.raw.js +2 -2
  76. package/lib/components/presets/Caption1/Caption1.js +2 -2
  77. package/lib/components/presets/Caption1/Caption1.js.map +1 -1
  78. package/lib/components/presets/Caption1/index.js +2 -2
  79. package/lib/components/presets/Caption1/index.js.map +1 -1
  80. package/lib/components/presets/Caption1/useCaption1Styles.styles.js +2 -2
  81. package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -1
  82. package/lib/components/presets/Caption1/useCaption1Styles.styles.raw.js +2 -2
  83. package/lib/components/presets/Caption1Strong/Caption1Strong.js +2 -2
  84. package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  85. package/lib/components/presets/Caption1Strong/index.js +2 -2
  86. package/lib/components/presets/Caption1Strong/index.js.map +1 -1
  87. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +2 -2
  88. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -1
  89. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.raw.js +2 -2
  90. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +2 -2
  91. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  92. package/lib/components/presets/Caption1Stronger/index.js +2 -2
  93. package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
  94. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +2 -2
  95. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -1
  96. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.raw.js +2 -2
  97. package/lib/components/presets/Caption2/Caption2.js +2 -2
  98. package/lib/components/presets/Caption2/Caption2.js.map +1 -1
  99. package/lib/components/presets/Caption2/index.js +2 -2
  100. package/lib/components/presets/Caption2/index.js.map +1 -1
  101. package/lib/components/presets/Caption2/useCaption2Styles.styles.js +2 -2
  102. package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -1
  103. package/lib/components/presets/Caption2/useCaption2Styles.styles.raw.js +2 -2
  104. package/lib/components/presets/Caption2Strong/Caption2Strong.js +2 -2
  105. package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  106. package/lib/components/presets/Caption2Strong/index.js +2 -2
  107. package/lib/components/presets/Caption2Strong/index.js.map +1 -1
  108. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +2 -2
  109. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -1
  110. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.raw.js +2 -2
  111. package/lib/components/presets/Display/Display.js +2 -2
  112. package/lib/components/presets/Display/Display.js.map +1 -1
  113. package/lib/components/presets/Display/index.js +2 -2
  114. package/lib/components/presets/Display/index.js.map +1 -1
  115. package/lib/components/presets/Display/useDisplayStyles.styles.js +2 -2
  116. package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -1
  117. package/lib/components/presets/Display/useDisplayStyles.styles.raw.js +2 -2
  118. package/lib/components/presets/LargeTitle/LargeTitle.js +2 -2
  119. package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  120. package/lib/components/presets/LargeTitle/index.js +2 -2
  121. package/lib/components/presets/LargeTitle/index.js.map +1 -1
  122. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js +2 -2
  123. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -1
  124. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.raw.js +2 -2
  125. package/lib/components/presets/Subtitle1/Subtitle1.js +2 -2
  126. package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  127. package/lib/components/presets/Subtitle1/index.js +2 -2
  128. package/lib/components/presets/Subtitle1/index.js.map +1 -1
  129. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js +2 -2
  130. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -1
  131. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.raw.js +2 -2
  132. package/lib/components/presets/Subtitle2/Subtitle2.js +2 -2
  133. package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  134. package/lib/components/presets/Subtitle2/index.js +2 -2
  135. package/lib/components/presets/Subtitle2/index.js.map +1 -1
  136. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js +2 -2
  137. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -1
  138. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.raw.js +2 -2
  139. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -2
  140. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  141. package/lib/components/presets/Subtitle2Stronger/index.js +2 -2
  142. package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
  143. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +2 -2
  144. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -1
  145. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.raw.js +2 -2
  146. package/lib/components/presets/Title1/Title1.js +2 -2
  147. package/lib/components/presets/Title1/Title1.js.map +1 -1
  148. package/lib/components/presets/Title1/index.js +2 -2
  149. package/lib/components/presets/Title1/index.js.map +1 -1
  150. package/lib/components/presets/Title1/useTitle1Styles.styles.js +2 -2
  151. package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -1
  152. package/lib/components/presets/Title1/useTitle1Styles.styles.raw.js +2 -2
  153. package/lib/components/presets/Title2/Title2.js +2 -2
  154. package/lib/components/presets/Title2/Title2.js.map +1 -1
  155. package/lib/components/presets/Title2/index.js +2 -2
  156. package/lib/components/presets/Title2/index.js.map +1 -1
  157. package/lib/components/presets/Title2/useTitle2Styles.styles.js +2 -2
  158. package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -1
  159. package/lib/components/presets/Title2/useTitle2Styles.styles.raw.js +2 -2
  160. package/lib/components/presets/Title3/Title3.js +2 -2
  161. package/lib/components/presets/Title3/Title3.js.map +1 -1
  162. package/lib/components/presets/Title3/index.js +2 -2
  163. package/lib/components/presets/Title3/index.js.map +1 -1
  164. package/lib/components/presets/Title3/useTitle3Styles.styles.js +2 -2
  165. package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -1
  166. package/lib/components/presets/Title3/useTitle3Styles.styles.raw.js +2 -2
  167. package/lib/components/presets/createPreset.js +3 -3
  168. package/lib/components/presets/createPreset.js.map +1 -1
  169. package/lib/index.js +18 -18
  170. package/lib/index.js.map +1 -1
  171. package/lib-commonjs/{Body1.js → Body1.cjs} +1 -1
  172. package/lib-commonjs/{Body1.js.map → Body1.cjs.map} +1 -1
  173. package/lib-commonjs/{Body1Strong.js → Body1Strong.cjs} +1 -1
  174. package/lib-commonjs/{Body1Strong.js.map → Body1Strong.cjs.map} +1 -1
  175. package/lib-commonjs/{Body1Stronger.js → Body1Stronger.cjs} +1 -1
  176. package/lib-commonjs/{Body1Stronger.js.map → Body1Stronger.cjs.map} +1 -1
  177. package/lib-commonjs/{Body2.js → Body2.cjs} +1 -1
  178. package/lib-commonjs/{Body2.js.map → Body2.cjs.map} +1 -1
  179. package/lib-commonjs/{Caption1.js → Caption1.cjs} +1 -1
  180. package/lib-commonjs/{Caption1.js.map → Caption1.cjs.map} +1 -1
  181. package/lib-commonjs/{Caption1Strong.js → Caption1Strong.cjs} +1 -1
  182. package/lib-commonjs/{Caption1Strong.js.map → Caption1Strong.cjs.map} +1 -1
  183. package/lib-commonjs/{Caption1Stronger.js → Caption1Stronger.cjs} +1 -1
  184. package/lib-commonjs/{Caption1Stronger.js.map → Caption1Stronger.cjs.map} +1 -1
  185. package/lib-commonjs/{Caption2.js → Caption2.cjs} +1 -1
  186. package/lib-commonjs/{Caption2.js.map → Caption2.cjs.map} +1 -1
  187. package/lib-commonjs/{Caption2Strong.js → Caption2Strong.cjs} +1 -1
  188. package/lib-commonjs/{Caption2Strong.js.map → Caption2Strong.cjs.map} +1 -1
  189. package/lib-commonjs/{Display.js → Display.cjs} +1 -1
  190. package/lib-commonjs/{Display.js.map → Display.cjs.map} +1 -1
  191. package/lib-commonjs/{LargeTitle.js → LargeTitle.cjs} +1 -1
  192. package/lib-commonjs/{LargeTitle.js.map → LargeTitle.cjs.map} +1 -1
  193. package/lib-commonjs/{Subtitle1.js → Subtitle1.cjs} +1 -1
  194. package/lib-commonjs/{Subtitle1.js.map → Subtitle1.cjs.map} +1 -1
  195. package/lib-commonjs/{Subtitle2.js → Subtitle2.cjs} +1 -1
  196. package/lib-commonjs/{Subtitle2.js.map → Subtitle2.cjs.map} +1 -1
  197. package/lib-commonjs/{Subtitle2Stronger.js → Subtitle2Stronger.cjs} +1 -1
  198. package/lib-commonjs/{Subtitle2Stronger.js.map → Subtitle2Stronger.cjs.map} +1 -1
  199. package/lib-commonjs/{Text.js → Text.cjs} +1 -1
  200. package/lib-commonjs/{Text.js.map → Text.cjs.map} +1 -1
  201. package/lib-commonjs/{Title1.js → Title1.cjs} +1 -1
  202. package/lib-commonjs/{Title1.js.map → Title1.cjs.map} +1 -1
  203. package/lib-commonjs/{Title2.js → Title2.cjs} +1 -1
  204. package/lib-commonjs/{Title2.js.map → Title2.cjs.map} +1 -1
  205. package/lib-commonjs/{Title3.js → Title3.cjs} +1 -1
  206. package/lib-commonjs/{Title3.js.map → Title3.cjs.map} +1 -1
  207. package/lib-commonjs/components/Text/{Text.js → Text.cjs} +3 -3
  208. package/lib-commonjs/components/Text/{Text.js.map → Text.cjs.map} +1 -1
  209. package/lib-commonjs/components/Text/{index.js → index.cjs} +4 -4
  210. package/lib-commonjs/components/Text/{index.js.map → index.cjs.map} +1 -1
  211. package/lib-commonjs/components/Text/useTextStyles.styles.cjs.map +1 -0
  212. package/lib-commonjs/components/presets/Body1/{Body1.js → Body1.cjs} +2 -2
  213. package/lib-commonjs/components/presets/Body1/{Body1.js.map → Body1.cjs.map} +1 -1
  214. package/lib-commonjs/components/presets/Body1/{index.js → index.cjs} +2 -2
  215. package/lib-commonjs/components/presets/Body1/{index.js.map → index.cjs.map} +1 -1
  216. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.cjs.map +1 -0
  217. package/lib-commonjs/components/presets/Body1Strong/{Body1Strong.js → Body1Strong.cjs} +2 -2
  218. package/lib-commonjs/components/presets/Body1Strong/{Body1Strong.js.map → Body1Strong.cjs.map} +1 -1
  219. package/lib-commonjs/components/presets/Body1Strong/{index.js → index.cjs} +2 -2
  220. package/lib-commonjs/components/presets/Body1Strong/{index.js.map → index.cjs.map} +1 -1
  221. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.cjs.map +1 -0
  222. package/lib-commonjs/components/presets/Body1Stronger/{Body1Stronger.js → Body1Stronger.cjs} +2 -2
  223. package/lib-commonjs/components/presets/Body1Stronger/{Body1Stronger.js.map → Body1Stronger.cjs.map} +1 -1
  224. package/lib-commonjs/components/presets/Body1Stronger/{index.js → index.cjs} +2 -2
  225. package/lib-commonjs/components/presets/Body1Stronger/{index.js.map → index.cjs.map} +1 -1
  226. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.cjs.map +1 -0
  227. package/lib-commonjs/components/presets/Body2/{Body2.js → Body2.cjs} +2 -2
  228. package/lib-commonjs/components/presets/Body2/{Body2.js.map → Body2.cjs.map} +1 -1
  229. package/lib-commonjs/components/presets/Body2/{index.js → index.cjs} +2 -2
  230. package/lib-commonjs/components/presets/Body2/{index.js.map → index.cjs.map} +1 -1
  231. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.cjs.map +1 -0
  232. package/lib-commonjs/components/presets/Caption1/{Caption1.js → Caption1.cjs} +2 -2
  233. package/lib-commonjs/components/presets/Caption1/{Caption1.js.map → Caption1.cjs.map} +1 -1
  234. package/lib-commonjs/components/presets/Caption1/{index.js → index.cjs} +2 -2
  235. package/lib-commonjs/components/presets/Caption1/{index.js.map → index.cjs.map} +1 -1
  236. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.cjs.map +1 -0
  237. package/lib-commonjs/components/presets/Caption1Strong/{Caption1Strong.js → Caption1Strong.cjs} +2 -2
  238. package/lib-commonjs/components/presets/Caption1Strong/{Caption1Strong.js.map → Caption1Strong.cjs.map} +1 -1
  239. package/lib-commonjs/components/presets/Caption1Strong/{index.js → index.cjs} +2 -2
  240. package/lib-commonjs/components/presets/Caption1Strong/{index.js.map → index.cjs.map} +1 -1
  241. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.cjs.map +1 -0
  242. package/lib-commonjs/components/presets/Caption1Stronger/{Caption1Stronger.js → Caption1Stronger.cjs} +2 -2
  243. package/lib-commonjs/components/presets/Caption1Stronger/{Caption1Stronger.js.map → Caption1Stronger.cjs.map} +1 -1
  244. package/lib-commonjs/components/presets/Caption1Stronger/{index.js → index.cjs} +2 -2
  245. package/lib-commonjs/components/presets/Caption1Stronger/{index.js.map → index.cjs.map} +1 -1
  246. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.cjs.map +1 -0
  247. package/lib-commonjs/components/presets/Caption2/{Caption2.js → Caption2.cjs} +2 -2
  248. package/lib-commonjs/components/presets/Caption2/{Caption2.js.map → Caption2.cjs.map} +1 -1
  249. package/lib-commonjs/components/presets/Caption2/{index.js → index.cjs} +2 -2
  250. package/lib-commonjs/components/presets/Caption2/{index.js.map → index.cjs.map} +1 -1
  251. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.cjs.map +1 -0
  252. package/lib-commonjs/components/presets/Caption2Strong/{Caption2Strong.js → Caption2Strong.cjs} +2 -2
  253. package/lib-commonjs/components/presets/Caption2Strong/{Caption2Strong.js.map → Caption2Strong.cjs.map} +1 -1
  254. package/lib-commonjs/components/presets/Caption2Strong/{index.js → index.cjs} +2 -2
  255. package/lib-commonjs/components/presets/Caption2Strong/{index.js.map → index.cjs.map} +1 -1
  256. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.cjs.map +1 -0
  257. package/lib-commonjs/components/presets/Display/{Display.js → Display.cjs} +2 -2
  258. package/lib-commonjs/components/presets/Display/{Display.js.map → Display.cjs.map} +1 -1
  259. package/lib-commonjs/components/presets/Display/{index.js → index.cjs} +2 -2
  260. package/lib-commonjs/components/presets/Display/{index.js.map → index.cjs.map} +1 -1
  261. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.cjs.map +1 -0
  262. package/lib-commonjs/components/presets/LargeTitle/{LargeTitle.js → LargeTitle.cjs} +2 -2
  263. package/lib-commonjs/components/presets/LargeTitle/{LargeTitle.js.map → LargeTitle.cjs.map} +1 -1
  264. package/lib-commonjs/components/presets/LargeTitle/{index.js → index.cjs} +2 -2
  265. package/lib-commonjs/components/presets/LargeTitle/{index.js.map → index.cjs.map} +1 -1
  266. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.cjs.map +1 -0
  267. package/lib-commonjs/components/presets/Subtitle1/{Subtitle1.js → Subtitle1.cjs} +2 -2
  268. package/lib-commonjs/components/presets/Subtitle1/{Subtitle1.js.map → Subtitle1.cjs.map} +1 -1
  269. package/lib-commonjs/components/presets/Subtitle1/{index.js → index.cjs} +2 -2
  270. package/lib-commonjs/components/presets/Subtitle1/{index.js.map → index.cjs.map} +1 -1
  271. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.cjs.map +1 -0
  272. package/lib-commonjs/components/presets/Subtitle2/{Subtitle2.js → Subtitle2.cjs} +2 -2
  273. package/lib-commonjs/components/presets/Subtitle2/{Subtitle2.js.map → Subtitle2.cjs.map} +1 -1
  274. package/lib-commonjs/components/presets/Subtitle2/{index.js → index.cjs} +2 -2
  275. package/lib-commonjs/components/presets/Subtitle2/{index.js.map → index.cjs.map} +1 -1
  276. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.cjs.map +1 -0
  277. package/lib-commonjs/components/presets/Subtitle2Stronger/{Subtitle2Stronger.js → Subtitle2Stronger.cjs} +2 -2
  278. package/lib-commonjs/components/presets/Subtitle2Stronger/{Subtitle2Stronger.js.map → Subtitle2Stronger.cjs.map} +1 -1
  279. package/lib-commonjs/components/presets/Subtitle2Stronger/{index.js → index.cjs} +2 -2
  280. package/lib-commonjs/components/presets/Subtitle2Stronger/{index.js.map → index.cjs.map} +1 -1
  281. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.cjs.map +1 -0
  282. package/lib-commonjs/components/presets/Title1/{Title1.js → Title1.cjs} +2 -2
  283. package/lib-commonjs/components/presets/Title1/{Title1.js.map → Title1.cjs.map} +1 -1
  284. package/lib-commonjs/components/presets/Title1/{index.js → index.cjs} +2 -2
  285. package/lib-commonjs/components/presets/Title1/{index.js.map → index.cjs.map} +1 -1
  286. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.cjs.map +1 -0
  287. package/lib-commonjs/components/presets/Title2/{Title2.js → Title2.cjs} +2 -2
  288. package/lib-commonjs/components/presets/Title2/{Title2.js.map → Title2.cjs.map} +1 -1
  289. package/lib-commonjs/components/presets/Title2/{index.js → index.cjs} +2 -2
  290. package/lib-commonjs/components/presets/Title2/{index.js.map → index.cjs.map} +1 -1
  291. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.cjs.map +1 -0
  292. package/lib-commonjs/components/presets/Title3/{Title3.js → Title3.cjs} +2 -2
  293. package/lib-commonjs/components/presets/Title3/{Title3.js.map → Title3.cjs.map} +1 -1
  294. package/lib-commonjs/components/presets/Title3/{index.js → index.cjs} +2 -2
  295. package/lib-commonjs/components/presets/Title3/{index.js.map → index.cjs.map} +1 -1
  296. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.cjs.map +1 -0
  297. package/lib-commonjs/components/presets/{createPreset.js → createPreset.cjs} +4 -4
  298. package/lib-commonjs/components/presets/{createPreset.js.map → createPreset.cjs.map} +1 -1
  299. package/lib-commonjs/{index.js → index.cjs} +18 -18
  300. package/lib-commonjs/{index.js.map → index.cjs.map} +1 -1
  301. package/package.json +17 -16
  302. package/lib-commonjs/components/Text/useTextStyles.styles.js.map +0 -1
  303. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +0 -1
  304. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +0 -1
  305. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +0 -1
  306. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +0 -1
  307. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +0 -1
  308. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +0 -1
  309. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +0 -1
  310. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +0 -1
  311. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +0 -1
  312. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +0 -1
  313. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +0 -1
  314. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +0 -1
  315. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +0 -1
  316. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +0 -1
  317. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +0 -1
  318. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +0 -1
  319. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +0 -1
  320. /package/lib-commonjs/components/Text/{Text.types.js → Text.types.cjs} +0 -0
  321. /package/lib-commonjs/components/Text/{Text.types.js.map → Text.types.cjs.map} +0 -0
  322. /package/lib-commonjs/components/Text/{renderText.js → renderText.cjs} +0 -0
  323. /package/lib-commonjs/components/Text/{renderText.js.map → renderText.cjs.map} +0 -0
  324. /package/lib-commonjs/components/Text/{useText.js → useText.cjs} +0 -0
  325. /package/lib-commonjs/components/Text/{useText.js.map → useText.cjs.map} +0 -0
  326. /package/lib-commonjs/components/Text/{useTextStyles.styles.js → useTextStyles.styles.cjs} +0 -0
  327. /package/lib-commonjs/components/Text/{useTextStyles.styles.raw.js → useTextStyles.styles.raw.cjs} +0 -0
  328. /package/lib-commonjs/components/Text/{useTextStyles.styles.raw.js.map → useTextStyles.styles.raw.cjs.map} +0 -0
  329. /package/lib-commonjs/components/presets/Body1/{useBody1Styles.styles.js → useBody1Styles.styles.cjs} +0 -0
  330. /package/lib-commonjs/components/presets/Body1/{useBody1Styles.styles.raw.js → useBody1Styles.styles.raw.cjs} +0 -0
  331. /package/lib-commonjs/components/presets/Body1/{useBody1Styles.styles.raw.js.map → useBody1Styles.styles.raw.cjs.map} +0 -0
  332. /package/lib-commonjs/components/presets/Body1Strong/{useBody1StrongStyles.styles.js → useBody1StrongStyles.styles.cjs} +0 -0
  333. /package/lib-commonjs/components/presets/Body1Strong/{useBody1StrongStyles.styles.raw.js → useBody1StrongStyles.styles.raw.cjs} +0 -0
  334. /package/lib-commonjs/components/presets/Body1Strong/{useBody1StrongStyles.styles.raw.js.map → useBody1StrongStyles.styles.raw.cjs.map} +0 -0
  335. /package/lib-commonjs/components/presets/Body1Stronger/{useBody1StrongerStyles.styles.js → useBody1StrongerStyles.styles.cjs} +0 -0
  336. /package/lib-commonjs/components/presets/Body1Stronger/{useBody1StrongerStyles.styles.raw.js → useBody1StrongerStyles.styles.raw.cjs} +0 -0
  337. /package/lib-commonjs/components/presets/Body1Stronger/{useBody1StrongerStyles.styles.raw.js.map → useBody1StrongerStyles.styles.raw.cjs.map} +0 -0
  338. /package/lib-commonjs/components/presets/Body2/{useBody2Styles.styles.js → useBody2Styles.styles.cjs} +0 -0
  339. /package/lib-commonjs/components/presets/Body2/{useBody2Styles.styles.raw.js → useBody2Styles.styles.raw.cjs} +0 -0
  340. /package/lib-commonjs/components/presets/Body2/{useBody2Styles.styles.raw.js.map → useBody2Styles.styles.raw.cjs.map} +0 -0
  341. /package/lib-commonjs/components/presets/Caption1/{useCaption1Styles.styles.js → useCaption1Styles.styles.cjs} +0 -0
  342. /package/lib-commonjs/components/presets/Caption1/{useCaption1Styles.styles.raw.js → useCaption1Styles.styles.raw.cjs} +0 -0
  343. /package/lib-commonjs/components/presets/Caption1/{useCaption1Styles.styles.raw.js.map → useCaption1Styles.styles.raw.cjs.map} +0 -0
  344. /package/lib-commonjs/components/presets/Caption1Strong/{useCaption1StrongStyles.styles.js → useCaption1StrongStyles.styles.cjs} +0 -0
  345. /package/lib-commonjs/components/presets/Caption1Strong/{useCaption1StrongStyles.styles.raw.js → useCaption1StrongStyles.styles.raw.cjs} +0 -0
  346. /package/lib-commonjs/components/presets/Caption1Strong/{useCaption1StrongStyles.styles.raw.js.map → useCaption1StrongStyles.styles.raw.cjs.map} +0 -0
  347. /package/lib-commonjs/components/presets/Caption1Stronger/{useCaption1Stronger.styles.js → useCaption1Stronger.styles.cjs} +0 -0
  348. /package/lib-commonjs/components/presets/Caption1Stronger/{useCaption1Stronger.styles.raw.js → useCaption1Stronger.styles.raw.cjs} +0 -0
  349. /package/lib-commonjs/components/presets/Caption1Stronger/{useCaption1Stronger.styles.raw.js.map → useCaption1Stronger.styles.raw.cjs.map} +0 -0
  350. /package/lib-commonjs/components/presets/Caption2/{useCaption2Styles.styles.js → useCaption2Styles.styles.cjs} +0 -0
  351. /package/lib-commonjs/components/presets/Caption2/{useCaption2Styles.styles.raw.js → useCaption2Styles.styles.raw.cjs} +0 -0
  352. /package/lib-commonjs/components/presets/Caption2/{useCaption2Styles.styles.raw.js.map → useCaption2Styles.styles.raw.cjs.map} +0 -0
  353. /package/lib-commonjs/components/presets/Caption2Strong/{useCaption2StrongStyles.styles.js → useCaption2StrongStyles.styles.cjs} +0 -0
  354. /package/lib-commonjs/components/presets/Caption2Strong/{useCaption2StrongStyles.styles.raw.js → useCaption2StrongStyles.styles.raw.cjs} +0 -0
  355. /package/lib-commonjs/components/presets/Caption2Strong/{useCaption2StrongStyles.styles.raw.js.map → useCaption2StrongStyles.styles.raw.cjs.map} +0 -0
  356. /package/lib-commonjs/components/presets/Display/{useDisplayStyles.styles.js → useDisplayStyles.styles.cjs} +0 -0
  357. /package/lib-commonjs/components/presets/Display/{useDisplayStyles.styles.raw.js → useDisplayStyles.styles.raw.cjs} +0 -0
  358. /package/lib-commonjs/components/presets/Display/{useDisplayStyles.styles.raw.js.map → useDisplayStyles.styles.raw.cjs.map} +0 -0
  359. /package/lib-commonjs/components/presets/LargeTitle/{useLargeTitleStyles.styles.js → useLargeTitleStyles.styles.cjs} +0 -0
  360. /package/lib-commonjs/components/presets/LargeTitle/{useLargeTitleStyles.styles.raw.js → useLargeTitleStyles.styles.raw.cjs} +0 -0
  361. /package/lib-commonjs/components/presets/LargeTitle/{useLargeTitleStyles.styles.raw.js.map → useLargeTitleStyles.styles.raw.cjs.map} +0 -0
  362. /package/lib-commonjs/components/presets/Subtitle1/{useSubtitle1Styles.styles.js → useSubtitle1Styles.styles.cjs} +0 -0
  363. /package/lib-commonjs/components/presets/Subtitle1/{useSubtitle1Styles.styles.raw.js → useSubtitle1Styles.styles.raw.cjs} +0 -0
  364. /package/lib-commonjs/components/presets/Subtitle1/{useSubtitle1Styles.styles.raw.js.map → useSubtitle1Styles.styles.raw.cjs.map} +0 -0
  365. /package/lib-commonjs/components/presets/Subtitle2/{useSubtitle2Styles.styles.js → useSubtitle2Styles.styles.cjs} +0 -0
  366. /package/lib-commonjs/components/presets/Subtitle2/{useSubtitle2Styles.styles.raw.js → useSubtitle2Styles.styles.raw.cjs} +0 -0
  367. /package/lib-commonjs/components/presets/Subtitle2/{useSubtitle2Styles.styles.raw.js.map → useSubtitle2Styles.styles.raw.cjs.map} +0 -0
  368. /package/lib-commonjs/components/presets/Subtitle2Stronger/{useSubtitle2Stronger.styles.js → useSubtitle2Stronger.styles.cjs} +0 -0
  369. /package/lib-commonjs/components/presets/Subtitle2Stronger/{useSubtitle2Stronger.styles.raw.js → useSubtitle2Stronger.styles.raw.cjs} +0 -0
  370. /package/lib-commonjs/components/presets/Subtitle2Stronger/{useSubtitle2Stronger.styles.raw.js.map → useSubtitle2Stronger.styles.raw.cjs.map} +0 -0
  371. /package/lib-commonjs/components/presets/Title1/{useTitle1Styles.styles.js → useTitle1Styles.styles.cjs} +0 -0
  372. /package/lib-commonjs/components/presets/Title1/{useTitle1Styles.styles.raw.js → useTitle1Styles.styles.raw.cjs} +0 -0
  373. /package/lib-commonjs/components/presets/Title1/{useTitle1Styles.styles.raw.js.map → useTitle1Styles.styles.raw.cjs.map} +0 -0
  374. /package/lib-commonjs/components/presets/Title2/{useTitle2Styles.styles.js → useTitle2Styles.styles.cjs} +0 -0
  375. /package/lib-commonjs/components/presets/Title2/{useTitle2Styles.styles.raw.js → useTitle2Styles.styles.raw.cjs} +0 -0
  376. /package/lib-commonjs/components/presets/Title2/{useTitle2Styles.styles.raw.js.map → useTitle2Styles.styles.raw.cjs.map} +0 -0
  377. /package/lib-commonjs/components/presets/Title3/{useTitle3Styles.styles.js → useTitle3Styles.styles.cjs} +0 -0
  378. /package/lib-commonjs/components/presets/Title3/{useTitle3Styles.styles.raw.js → useTitle3Styles.styles.raw.cjs} +0 -0
  379. /package/lib-commonjs/components/presets/Title3/{useTitle3Styles.styles.raw.js.map → useTitle3Styles.styles.raw.cjs.map} +0 -0
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const body1ClassNames = {
6
6
  root: 'fui-Body1'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","body1ClassNames","root","useBody1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1ClassNames = {\n root: 'fui-Body1'\n};\n/**\n * Styles for the root slot\n */ export const useBody1Styles = makeStyles({\n root: typographyStyles.body1\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,eAAe,GAAG;EAC3BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,cAAc,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEjC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","body1ClassNames","root","useBody1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body1ClassNames = {\n root: 'fui-Body1'\n};\n/**\n * Styles for the root slot\n */ export const useBody1Styles = makeStyles({\n root: typographyStyles.body1\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,eAAe,GAAG;EAC3BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,cAAc,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEjC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const body1ClassNames = {
5
5
  root: 'fui-Body1'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { body1StrongClassNames, useBody1StrongStyles } from "./useBody1StrongStyles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Body1Strong typography variant
6
6
  */ export const Body1Strong = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Strong/Body1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"names":["createPreset","body1StrongClassNames","useBody1StrongStyles","Body1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,qBAAqB,EAAEC,oBAAoB,QAAQ,gCAAgC;AAE5F;;CAEC,GACD,OAAO,MAAMC,cAAwDH,aAAa;IAChFI,WAAWF;IACXG,WAAWJ,sBAAsBK,IAAI;IACrCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Strong/Body1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongClassNames, useBody1StrongStyles } from './useBody1StrongStyles.styles';\n\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong',\n});\n"],"names":["createPreset","body1StrongClassNames","useBody1StrongStyles","Body1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,qBAAqB,EAAEC,oBAAoB,QAAQ,mCAAgC;AAE5F;;CAEC,GACD,OAAO,MAAMC,cAAwDH,aAAa;IAChFI,WAAWF;IACXG,WAAWJ,sBAAsBK,IAAI;IACrCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Body1Strong } from './Body1Strong';
2
- export { body1StrongClassNames } from './useBody1StrongStyles.styles';
1
+ export { Body1Strong } from "./Body1Strong.js";
2
+ export { body1StrongClassNames } from "./useBody1StrongStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export { Body1Strong } from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["Body1Strong","body1StrongClassNames"],"mappings":"AAAA,SAASA,WAAW,QAAQ,gBAAgB;AAC5C,SAASC,qBAAqB,QAAQ,gCAAgC"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Strong/index.ts"],"sourcesContent":["export { Body1Strong } from './Body1Strong';\nexport { body1StrongClassNames } from './useBody1StrongStyles.styles';\n"],"names":["Body1Strong","body1StrongClassNames"],"mappings":"AAAA,SAASA,WAAW,QAAQ,mBAAgB;AAC5C,SAASC,qBAAqB,QAAQ,mCAAgC"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const body1StrongClassNames = {
6
6
  root: 'fui-Body1Strong'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","body1StrongClassNames","root","useBody1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */ export const useBody1StrongStyles = makeStyles({\n root: typographyStyles.body1Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,qBAAqB,GAAG;EACjCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,oBAAoB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEvC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","body1StrongClassNames","root","useBody1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */ export const useBody1StrongStyles = makeStyles({\n root: typographyStyles.body1Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,qBAAqB,GAAG;EACjCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,oBAAoB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEvC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const body1StrongClassNames = {
5
5
  root: 'fui-Body1Strong'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { body1StrongerClassNames, useBody1StrongerStyles } from "./useBody1StrongerStyles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Body1Stronger typography variant
6
6
  */ export const Body1Stronger = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Stronger/Body1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"names":["createPreset","body1StrongerClassNames","useBody1StrongerStyles","Body1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,uBAAuB,EAAEC,sBAAsB,QAAQ,kCAAkC;AAElG;;CAEC,GACD,OAAO,MAAMC,gBAA0DH,aAAa;IAClFI,WAAWF;IACXG,WAAWJ,wBAAwBK,IAAI;IACvCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Stronger/Body1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1StrongerClassNames, useBody1StrongerStyles } from './useBody1StrongerStyles.styles';\n\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1StrongerStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger',\n});\n"],"names":["createPreset","body1StrongerClassNames","useBody1StrongerStyles","Body1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,uBAAuB,EAAEC,sBAAsB,QAAQ,qCAAkC;AAElG;;CAEC,GACD,OAAO,MAAMC,gBAA0DH,aAAa;IAClFI,WAAWF;IACXG,WAAWJ,wBAAwBK,IAAI;IACvCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Body1Stronger } from './Body1Stronger';
2
- export { body1StrongerClassNames } from './useBody1StrongerStyles.styles';
1
+ export { Body1Stronger } from "./Body1Stronger.js";
2
+ export { body1StrongerClassNames } from "./useBody1StrongerStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export { Body1Stronger } from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["Body1Stronger","body1StrongerClassNames"],"mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB;AAChD,SAASC,uBAAuB,QAAQ,kCAAkC"}
1
+ {"version":3,"sources":["../src/components/presets/Body1Stronger/index.ts"],"sourcesContent":["export { Body1Stronger } from './Body1Stronger';\nexport { body1StrongerClassNames } from './useBody1StrongerStyles.styles';\n"],"names":["Body1Stronger","body1StrongerClassNames"],"mappings":"AAAA,SAASA,aAAa,QAAQ,qBAAkB;AAChD,SAASC,uBAAuB,QAAQ,qCAAkC"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const body1StrongerClassNames = {
6
6
  root: 'fui-Body1Stronger'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","body1StrongerClassNames","root","useBody1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongerStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */ export const useBody1StrongerStyles = makeStyles({\n root: typographyStyles.body1Stronger\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,uBAAuB,GAAG;EACnCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,sBAAsB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEzC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","body1StrongerClassNames","root","useBody1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody1StrongerStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */ export const useBody1StrongerStyles = makeStyles({\n root: typographyStyles.body1Stronger\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,uBAAuB,GAAG;EACnCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,sBAAsB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEzC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const body1StrongerClassNames = {
5
5
  root: 'fui-Body1Stronger'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { body2ClassNames, useBody2Styles } from "./useBody2Styles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Body2 typography variant
6
6
  */ export const Body2 = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body2/Body2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"names":["createPreset","body2ClassNames","useBody2Styles","Body2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,0BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body2/Body2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body2ClassNames, useBody2Styles } from './useBody2Styles.styles';\n\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody2Styles,\n className: body2ClassNames.root,\n displayName: 'Body2',\n});\n"],"names":["createPreset","body2ClassNames","useBody2Styles","Body2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,eAAe,EAAEC,cAAc,QAAQ,6BAA0B;AAE1E;;CAEC,GACD,OAAO,MAAMC,QAAkDH,aAAa;IAC1EI,WAAWF;IACXG,WAAWJ,gBAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Body2 } from './Body2';
2
- export { body2ClassNames } from './useBody2Styles.styles';
1
+ export { Body2 } from "./Body2.js";
2
+ export { body2ClassNames } from "./useBody2Styles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body2/index.ts"],"sourcesContent":["export { Body2 } from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["Body2","body2ClassNames"],"mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAChC,SAASC,eAAe,QAAQ,0BAA0B"}
1
+ {"version":3,"sources":["../src/components/presets/Body2/index.ts"],"sourcesContent":["export { Body2 } from './Body2';\nexport { body2ClassNames } from './useBody2Styles.styles';\n"],"names":["Body2","body2ClassNames"],"mappings":"AAAA,SAASA,KAAK,QAAQ,aAAU;AAChC,SAASC,eAAe,QAAQ,6BAA0B"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const body2ClassNames = {
6
6
  root: 'fui-Body2'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","body2ClassNames","root","useBody2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body2ClassNames = {\n root: 'fui-Body2'\n};\n/**\n * Styles for the root slot\n */ export const useBody2Styles = makeStyles({\n root: typographyStyles.body2\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,eAAe,GAAG;EAC3BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,cAAc,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEjC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","body2ClassNames","root","useBody2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useBody2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body2ClassNames = {\n root: 'fui-Body2'\n};\n/**\n * Styles for the root slot\n */ export const useBody2Styles = makeStyles({\n root: typographyStyles.body2\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,eAAe,GAAG;EAC3BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,cAAc,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEjC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const body2ClassNames = {
5
5
  root: 'fui-Body2'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { caption1ClassNames, useCaption1Styles } from "./useCaption1Styles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Caption1 typography variant
6
6
  */ export const Caption1 = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1/Caption1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"names":["createPreset","caption1ClassNames","useCaption1Styles","Caption1","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,6BAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1/Caption1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1ClassNames, useCaption1Styles } from './useCaption1Styles.styles';\n\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1Styles,\n className: caption1ClassNames.root,\n displayName: 'Caption1',\n});\n"],"names":["createPreset","caption1ClassNames","useCaption1Styles","Caption1","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,gCAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Caption1 } from './Caption1';
2
- export { caption1ClassNames } from './useCaption1Styles.styles';
1
+ export { Caption1 } from "./Caption1.js";
2
+ export { caption1ClassNames } from "./useCaption1Styles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1/index.ts"],"sourcesContent":["export { Caption1 } from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["Caption1","caption1ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AACtC,SAASC,kBAAkB,QAAQ,6BAA6B"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1/index.ts"],"sourcesContent":["export { Caption1 } from './Caption1';\nexport { caption1ClassNames } from './useCaption1Styles.styles';\n"],"names":["Caption1","caption1ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,gBAAa;AACtC,SAASC,kBAAkB,QAAQ,gCAA6B"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const caption1ClassNames = {
6
6
  root: 'fui-Caption1'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","caption1ClassNames","root","useCaption1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1ClassNames = {\n root: 'fui-Caption1'\n};\n/**\n * Styles for the root slot\n */ export const useCaption1Styles = makeStyles({\n root: typographyStyles.caption1\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,iBAAiB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEpC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","caption1ClassNames","root","useCaption1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption1ClassNames = {\n root: 'fui-Caption1'\n};\n/**\n * Styles for the root slot\n */ export const useCaption1Styles = makeStyles({\n root: typographyStyles.caption1\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,iBAAiB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEpC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const caption1ClassNames = {
5
5
  root: 'fui-Caption1'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { caption1StrongClassNames, useCaption1StrongStyles } from "./useCaption1StrongStyles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Caption1Strong typography variant
6
6
  */ export const Caption1Strong = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,mCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,sCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Caption1Strong } from './Caption1Strong';
2
- export { caption1StrongClassNames } from './useCaption1StrongStyles.styles';
1
+ export { Caption1Strong } from "./Caption1Strong.js";
2
+ export { caption1StrongClassNames } from "./useCaption1StrongStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export { Caption1Strong } from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,mBAAmB;AAClD,SAASC,wBAAwB,QAAQ,mCAAmC"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export { Caption1Strong } from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,sBAAmB;AAClD,SAASC,wBAAwB,QAAQ,sCAAmC"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const caption1StrongClassNames = {
6
6
  root: 'fui-Caption1Strong'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongClassNames = {\n root: 'fui-Caption1Strong'\n};\n/**\n * Styles for the root slot\n */ export const useCaption1StrongStyles = makeStyles({\n root: typographyStyles.caption1Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,wBAAwB,GAAG;EACpCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,uBAAuB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE1C,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption1StrongClassNames = {\n root: 'fui-Caption1Strong'\n};\n/**\n * Styles for the root slot\n */ export const useCaption1StrongStyles = makeStyles({\n root: typographyStyles.caption1Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,wBAAwB,GAAG;EACpCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,uBAAuB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE1C,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const caption1StrongClassNames = {
5
5
  root: 'fui-Caption1Strong'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { caption1StrongerClassNames, useCaption1StrongerStyles } from "./useCaption1Stronger.styles.js";
4
4
  /**
5
5
  * Text preset component for the Caption1Stronger typography variant
6
6
  */ export const Caption1Stronger = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ,+BAA+B;AAErG;;CAEC,GACD,OAAO,MAAMC,mBAA6DH,aAAa;IACrFI,WAAWF;IACXG,WAAWJ,2BAA2BK,IAAI;IAC1CC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ,kCAA+B;AAErG;;CAEC,GACD,OAAO,MAAMC,mBAA6DH,aAAa;IACrFI,WAAWF;IACXG,WAAWJ,2BAA2BK,IAAI;IAC1CC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Caption1Stronger } from './Caption1Stronger';
2
- export { caption1StrongerClassNames } from './useCaption1Stronger.styles';
1
+ export { Caption1Stronger } from "./Caption1Stronger.js";
2
+ export { caption1StrongerClassNames } from "./useCaption1Stronger.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export { Caption1Stronger } from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,qBAAqB;AACtD,SAASC,0BAA0B,QAAQ,+BAA+B"}
1
+ {"version":3,"sources":["../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export { Caption1Stronger } from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,wBAAqB;AACtD,SAASC,0BAA0B,QAAQ,kCAA+B"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const caption1StrongerClassNames = {
6
6
  root: 'fui-Caption1Stronger'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Stronger.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongerClassNames = {\n root: 'fui-Caption1Stronger'\n};\n/**\n * Styles for the root slot\n */ export const useCaption1StrongerStyles = makeStyles({\n root: typographyStyles.caption1Stronger\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,0BAA0B,GAAG;EACtCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,yBAAyB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE5C,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption1Stronger.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption1StrongerClassNames = {\n root: 'fui-Caption1Stronger'\n};\n/**\n * Styles for the root slot\n */ export const useCaption1StrongerStyles = makeStyles({\n root: typographyStyles.caption1Stronger\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,0BAA0B,GAAG;EACtCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,yBAAyB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE5C,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const caption1StrongerClassNames = {
5
5
  root: 'fui-Caption1Stronger'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { caption2ClassNames, useCaption2Styles } from "./useCaption2Styles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Caption2 typography variant
6
6
  */ export const Caption2 = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"names":["createPreset","caption2ClassNames","useCaption2Styles","Caption2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,6BAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"names":["createPreset","caption2ClassNames","useCaption2Styles","Caption2","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ,gCAA6B;AAEnF;;CAEC,GACD,OAAO,MAAMC,WAAqDH,aAAa;IAC7EI,WAAWF;IACXG,WAAWJ,mBAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Caption2 } from './Caption2';
2
- export { caption2ClassNames } from './useCaption2Styles.styles';
1
+ export { Caption2 } from "./Caption2.js";
2
+ export { caption2ClassNames } from "./useCaption2Styles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption2/index.ts"],"sourcesContent":["export { Caption2 } from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"names":["Caption2","caption2ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AACtC,SAASC,kBAAkB,QAAQ,6BAA6B"}
1
+ {"version":3,"sources":["../src/components/presets/Caption2/index.ts"],"sourcesContent":["export { Caption2 } from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"names":["Caption2","caption2ClassNames"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,gBAAa;AACtC,SAASC,kBAAkB,QAAQ,gCAA6B"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const caption2ClassNames = {
6
6
  root: 'fui-Caption2'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","caption2ClassNames","root","useCaption2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2ClassNames = {\n root: 'fui-Caption2'\n};\n/**\n * Styles for the root slot\n */ export const useCaption2Styles = makeStyles({\n root: typographyStyles.caption2\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,iBAAiB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEpC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","caption2ClassNames","root","useCaption2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption2Styles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption2ClassNames = {\n root: 'fui-Caption2'\n};\n/**\n * Styles for the root slot\n */ export const useCaption2Styles = makeStyles({\n root: typographyStyles.caption2\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,kBAAkB,GAAG;EAC9BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,iBAAiB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEpC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const caption2ClassNames = {
5
5
  root: 'fui-Caption2'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { caption2StrongClassNames, useCaption2StrongStyles } from "./useCaption2StrongStyles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Caption2Strong typography variant
6
6
  */ export const Caption2Strong = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\n\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"names":["createPreset","caption2StrongClassNames","useCaption2StrongStyles","Caption2Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAG/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,mCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\n\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"names":["createPreset","caption2StrongClassNames","useCaption2StrongStyles","Caption2Strong","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAG/C,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ,sCAAmC;AAErG;;CAEC,GACD,OAAO,MAAMC,iBAA2DH,aAAa;IACnFI,WAAWF;IACXG,WAAWJ,yBAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Caption2Strong } from './Caption2Strong';
2
- export { caption2StrongClassNames } from './useCaption2StrongStyles.styles';
1
+ export { Caption2Strong } from "./Caption2Strong.js";
2
+ export { caption2StrongClassNames } from "./useCaption2StrongStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export { Caption2Strong } from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,mBAAmB;AAClD,SAASC,wBAAwB,QAAQ,mCAAmC"}
1
+ {"version":3,"sources":["../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export { Caption2Strong } from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"mappings":"AAAA,SAASA,cAAc,QAAQ,sBAAmB;AAClD,SAASC,wBAAwB,QAAQ,sCAAmC"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const caption2StrongClassNames = {
6
6
  root: 'fui-Caption2Strong'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","caption2StrongClassNames","root","useCaption2StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption2StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2StrongClassNames = {\n root: 'fui-Caption2Strong'\n};\n/**\n * Styles for the root slot\n */ export const useCaption2StrongStyles = makeStyles({\n root: typographyStyles.caption2Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,wBAAwB,GAAG;EACpCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,uBAAuB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE1C,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","caption2StrongClassNames","root","useCaption2StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useCaption2StrongStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@griffel/react\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption2StrongClassNames = {\n root: 'fui-Caption2Strong'\n};\n/**\n * Styles for the root slot\n */ export const useCaption2StrongStyles = makeStyles({\n root: typographyStyles.caption2Strong\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,wBAAwB,GAAG;EACpCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,uBAAuB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAE1C,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles } from '@griffel/react';
3
- import { typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles } from "@griffel/react";
3
+ import { typographyStyles } from "@fluentui/react-theme";
4
4
  export const caption2StrongClassNames = {
5
5
  root: 'fui-Caption2Strong'
6
6
  };
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { createPreset } from '../createPreset';
3
- import { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';
2
+ import { createPreset } from "../createPreset.js";
3
+ import { displayClassNames, useDisplayStyles } from "./useDisplayStyles.styles.js";
4
4
  /**
5
5
  * Text preset component for the Display typography variant
6
6
  */ export const Display = createPreset({
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Display/Display.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';\n\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"names":["createPreset","displayClassNames","useDisplayStyles","Display","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,kBAAkB;AAE/C,SAASC,iBAAiB,EAAEC,gBAAgB,QAAQ,4BAA4B;AAEhF;;CAEC,GACD,OAAO,MAAMC,UAAoDH,aAAa;IAC5EI,WAAWF;IACXG,WAAWJ,kBAAkBK,IAAI;IACjCC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Display/Display.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';\n\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"names":["createPreset","displayClassNames","useDisplayStyles","Display","useStyles","className","root","displayName"],"mappings":"AAAA;AAGA,SAASA,YAAY,QAAQ,qBAAkB;AAE/C,SAASC,iBAAiB,EAAEC,gBAAgB,QAAQ,+BAA4B;AAEhF;;CAEC,GACD,OAAO,MAAMC,UAAoDH,aAAa;IAC5EI,WAAWF;IACXG,WAAWJ,kBAAkBK,IAAI;IACjCC,aAAa;AACf,GAAG"}
@@ -1,2 +1,2 @@
1
- export { Display } from './Display';
2
- export { displayClassNames } from './useDisplayStyles.styles';
1
+ export { Display } from "./Display.js";
2
+ export { displayClassNames } from "./useDisplayStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Display/index.ts"],"sourcesContent":["export { Display } from './Display';\nexport { displayClassNames } from './useDisplayStyles.styles';\n"],"names":["Display","displayClassNames"],"mappings":"AAAA,SAASA,OAAO,QAAQ,YAAY;AACpC,SAASC,iBAAiB,QAAQ,4BAA4B"}
1
+ {"version":3,"sources":["../src/components/presets/Display/index.ts"],"sourcesContent":["export { Display } from './Display';\nexport { displayClassNames } from './useDisplayStyles.styles';\n"],"names":["Display","displayClassNames"],"mappings":"AAAA,SAASA,OAAO,QAAQ,eAAY;AACpC,SAASC,iBAAiB,QAAQ,+BAA4B"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles } from '@griffel/react';
4
- import { typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles } from "@griffel/react";
4
+ import { typographyStyles } from "@fluentui/react-theme";
5
5
  export const displayClassNames = {
6
6
  root: 'fui-Display'
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","typographyStyles","displayClassNames","root","useDisplayStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useDisplayStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useDisplayStyles = makeStyles({\n root: typographyStyles.display\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,iBAAiB,GAAG;EAC7BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,gBAAgB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEnC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","typographyStyles","displayClassNames","root","useDisplayStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["useDisplayStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } 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 */ export const useDisplayStyles = makeStyles({\n root: typographyStyles.display\n});\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,SAASC,gBAAgB,QAAQ,uBAAuB;AACxD,OAAO,MAAMC,iBAAiB,GAAG;EAC7BC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,gBAAgB,gBAAGJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAEnC,CAAC","ignoreList":[]}