@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
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.caption1ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Caption1/index");
19
+ const _index = require("./components/presets/Caption1/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption1.ts"],"sourcesContent":["export { Caption1, caption1ClassNames } from './components/presets/Caption1/index';\n"],"names":["Caption1","caption1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,eAAQ;;;eAAEC,yBAAkB;;;uBAAQ,sCAAsC"}
1
+ {"version":3,"sources":["../src/Caption1.ts"],"sourcesContent":["export { Caption1, caption1ClassNames } from './components/presets/Caption1/index';\n"],"names":["Caption1","caption1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,eAAQ;;;eAAEC,yBAAkB;;;uBAAQ,yCAAsC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.caption1StrongClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Caption1Strong/index");
19
+ const _index = require("./components/presets/Caption1Strong/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption1Strong.ts"],"sourcesContent":["export { Caption1Strong, caption1StrongClassNames } from './components/presets/Caption1Strong/index';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"mappings":";;;;;;;;;;;;eAASA,qBAAc;;;eAAEC,+BAAwB;;;uBAAQ,4CAA4C"}
1
+ {"version":3,"sources":["../src/Caption1Strong.ts"],"sourcesContent":["export { Caption1Strong, caption1StrongClassNames } from './components/presets/Caption1Strong/index';\n"],"names":["Caption1Strong","caption1StrongClassNames"],"mappings":";;;;;;;;;;;;eAASA,qBAAc;;;eAAEC,+BAAwB;;;uBAAQ,+CAA4C"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.caption1StrongerClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Caption1Stronger/index");
19
+ const _index = require("./components/presets/Caption1Stronger/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption1Stronger.ts"],"sourcesContent":["export { Caption1Stronger, caption1StrongerClassNames } from './components/presets/Caption1Stronger/index';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"mappings":";;;;;;;;;;;;eAASA,uBAAgB;;;eAAEC,iCAA0B;;;uBAAQ,8CAA8C"}
1
+ {"version":3,"sources":["../src/Caption1Stronger.ts"],"sourcesContent":["export { Caption1Stronger, caption1StrongerClassNames } from './components/presets/Caption1Stronger/index';\n"],"names":["Caption1Stronger","caption1StrongerClassNames"],"mappings":";;;;;;;;;;;;eAASA,uBAAgB;;;eAAEC,iCAA0B;;;uBAAQ,iDAA8C"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.caption2ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Caption2/index");
19
+ const _index = require("./components/presets/Caption2/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption2.ts"],"sourcesContent":["export { Caption2, caption2ClassNames } from './components/presets/Caption2/index';\n"],"names":["Caption2","caption2ClassNames"],"mappings":";;;;;;;;;;;;eAASA,eAAQ;;;eAAEC,yBAAkB;;;uBAAQ,sCAAsC"}
1
+ {"version":3,"sources":["../src/Caption2.ts"],"sourcesContent":["export { Caption2, caption2ClassNames } from './components/presets/Caption2/index';\n"],"names":["Caption2","caption2ClassNames"],"mappings":";;;;;;;;;;;;eAASA,eAAQ;;;eAAEC,yBAAkB;;;uBAAQ,yCAAsC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.caption2StrongClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Caption2Strong/index");
19
+ const _index = require("./components/presets/Caption2Strong/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Caption2Strong.ts"],"sourcesContent":["export { Caption2Strong, caption2StrongClassNames } from './components/presets/Caption2Strong/index';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"mappings":";;;;;;;;;;;;eAASA,qBAAc;;;eAAEC,+BAAwB;;;uBAAQ,4CAA4C"}
1
+ {"version":3,"sources":["../src/Caption2Strong.ts"],"sourcesContent":["export { Caption2Strong, caption2StrongClassNames } from './components/presets/Caption2Strong/index';\n"],"names":["Caption2Strong","caption2StrongClassNames"],"mappings":";;;;;;;;;;;;eAASA,qBAAc;;;eAAEC,+BAAwB;;;uBAAQ,+CAA4C"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.displayClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Display/index");
19
+ const _index = require("./components/presets/Display/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Display.ts"],"sourcesContent":["export { Display, displayClassNames } from './components/presets/Display/index';\n"],"names":["Display","displayClassNames"],"mappings":";;;;;;;;;;;;eAASA,cAAO;;;eAAEC,wBAAiB;;;uBAAQ,qCAAqC"}
1
+ {"version":3,"sources":["../src/Display.ts"],"sourcesContent":["export { Display, displayClassNames } from './components/presets/Display/index';\n"],"names":["Display","displayClassNames"],"mappings":";;;;;;;;;;;;eAASA,cAAO;;;eAAEC,wBAAiB;;;uBAAQ,wCAAqC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.largeTitleClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/LargeTitle/index");
19
+ const _index = require("./components/presets/LargeTitle/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/LargeTitle.ts"],"sourcesContent":["export { LargeTitle, largeTitleClassNames } from './components/presets/LargeTitle/index';\n"],"names":["LargeTitle","largeTitleClassNames"],"mappings":";;;;;;;;;;;;eAASA,iBAAU;;;eAAEC,2BAAoB;;;uBAAQ,wCAAwC"}
1
+ {"version":3,"sources":["../src/LargeTitle.ts"],"sourcesContent":["export { LargeTitle, largeTitleClassNames } from './components/presets/LargeTitle/index';\n"],"names":["LargeTitle","largeTitleClassNames"],"mappings":";;;;;;;;;;;;eAASA,iBAAU;;;eAAEC,2BAAoB;;;uBAAQ,2CAAwC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.subtitle1ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Subtitle1/index");
19
+ const _index = require("./components/presets/Subtitle1/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle1.ts"],"sourcesContent":["export { Subtitle1, subtitle1ClassNames } from './components/presets/Subtitle1/index';\n"],"names":["Subtitle1","subtitle1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,gBAAS;;;eAAEC,0BAAmB;;;uBAAQ,uCAAuC"}
1
+ {"version":3,"sources":["../src/Subtitle1.ts"],"sourcesContent":["export { Subtitle1, subtitle1ClassNames } from './components/presets/Subtitle1/index';\n"],"names":["Subtitle1","subtitle1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,gBAAS;;;eAAEC,0BAAmB;;;uBAAQ,0CAAuC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.subtitle2ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Subtitle2/index");
19
+ const _index = require("./components/presets/Subtitle2/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle2.ts"],"sourcesContent":["export { Subtitle2, subtitle2ClassNames } from './components/presets/Subtitle2/index';\n"],"names":["Subtitle2","subtitle2ClassNames"],"mappings":";;;;;;;;;;;;eAASA,gBAAS;;;eAAEC,0BAAmB;;;uBAAQ,uCAAuC"}
1
+ {"version":3,"sources":["../src/Subtitle2.ts"],"sourcesContent":["export { Subtitle2, subtitle2ClassNames } from './components/presets/Subtitle2/index';\n"],"names":["Subtitle2","subtitle2ClassNames"],"mappings":";;;;;;;;;;;;eAASA,gBAAS;;;eAAEC,0BAAmB;;;uBAAQ,0CAAuC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.subtitle2StrongerClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Subtitle2Stronger/index");
19
+ const _index = require("./components/presets/Subtitle2Stronger/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Subtitle2Stronger.ts"],"sourcesContent":["export { Subtitle2Stronger, subtitle2StrongerClassNames } from './components/presets/Subtitle2Stronger/index';\n"],"names":["Subtitle2Stronger","subtitle2StrongerClassNames"],"mappings":";;;;;;;;;;;;eAASA,wBAAiB;;;eAAEC,kCAA2B;;;uBAAQ,+CAA+C"}
1
+ {"version":3,"sources":["../src/Subtitle2Stronger.ts"],"sourcesContent":["export { Subtitle2Stronger, subtitle2StrongerClassNames } from './components/presets/Subtitle2Stronger/index';\n"],"names":["Subtitle2Stronger","subtitle2StrongerClassNames"],"mappings":";;;;;;;;;;;;eAASA,wBAAiB;;;eAAEC,kCAA2B;;;uBAAQ,kDAA+C"}
@@ -25,4 +25,4 @@ _export(exports, {
25
25
  return _index.useText_unstable;
26
26
  }
27
27
  });
28
- const _index = require("./components/Text/index");
28
+ const _index = require("./components/Text/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Text.ts"],"sourcesContent":["export type { TextPresetProps, TextProps, TextSlots, TextState } from './components/Text/index';\nexport {\n Text,\n renderText_unstable,\n textClassNames,\n useTextStyles_unstable,\n useText_unstable,\n} from './components/Text/index';\n"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable"],"mappings":";;;;;;;;;;;;eAEEA,WAAI;;;eACJC,0BAAmB;;;eACnBC,qBAAc;;;eACdC,6BAAsB;;;eACtBC,uBAAgB;;;uBACX,0BAA0B"}
1
+ {"version":3,"sources":["../src/Text.ts"],"sourcesContent":["export type { TextPresetProps, TextProps, TextSlots, TextState } from './components/Text/index';\nexport {\n Text,\n renderText_unstable,\n textClassNames,\n useTextStyles_unstable,\n useText_unstable,\n} from './components/Text/index';\n"],"names":["Text","renderText_unstable","textClassNames","useTextStyles_unstable","useText_unstable"],"mappings":";;;;;;;;;;;;eAEEA,WAAI;;;eACJC,0BAAmB;;;eACnBC,qBAAc;;;eACdC,6BAAsB;;;eACtBC,uBAAgB;;;uBACX,6BAA0B"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.title1ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Title1/index");
19
+ const _index = require("./components/presets/Title1/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title1.ts"],"sourcesContent":["export { Title1, title1ClassNames } from './components/presets/Title1/index';\n"],"names":["Title1","title1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,aAAM;;;eAAEC,uBAAgB;;;uBAAQ,oCAAoC"}
1
+ {"version":3,"sources":["../src/Title1.ts"],"sourcesContent":["export { Title1, title1ClassNames } from './components/presets/Title1/index';\n"],"names":["Title1","title1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,aAAM;;;eAAEC,uBAAgB;;;uBAAQ,uCAAoC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.title2ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Title2/index");
19
+ const _index = require("./components/presets/Title2/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title2.ts"],"sourcesContent":["export { Title2, title2ClassNames } from './components/presets/Title2/index';\n"],"names":["Title2","title2ClassNames"],"mappings":";;;;;;;;;;;;eAASA,aAAM;;;eAAEC,uBAAgB;;;uBAAQ,oCAAoC"}
1
+ {"version":3,"sources":["../src/Title2.ts"],"sourcesContent":["export { Title2, title2ClassNames } from './components/presets/Title2/index';\n"],"names":["Title2","title2ClassNames"],"mappings":";;;;;;;;;;;;eAASA,aAAM;;;eAAEC,uBAAgB;;;uBAAQ,uCAAoC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _index.title3ClassNames;
17
17
  }
18
18
  });
19
- const _index = require("./components/presets/Title3/index");
19
+ const _index = require("./components/presets/Title3/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Title3.ts"],"sourcesContent":["export { Title3, title3ClassNames } from './components/presets/Title3/index';\n"],"names":["Title3","title3ClassNames"],"mappings":";;;;;;;;;;;;eAASA,aAAM;;;eAAEC,uBAAgB;;;uBAAQ,oCAAoC"}
1
+ {"version":3,"sources":["../src/Title3.ts"],"sourcesContent":["export { Title3, title3ClassNames } from './components/presets/Title3/index';\n"],"names":["Title3","title3ClassNames"],"mappings":";;;;;;;;;;;;eAASA,aAAM;;;eAAEC,uBAAgB;;;uBAAQ,uCAAoC"}
@@ -11,9 +11,9 @@ Object.defineProperty(exports, "Text", {
11
11
  });
12
12
  const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
13
13
  const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
14
- const _useText = require("./useText");
15
- const _renderText = require("./renderText");
16
- const _useTextStylesstyles = require("./useTextStyles.styles");
14
+ const _useText = require("./useText.cjs");
15
+ const _renderText = require("./renderText.cjs");
16
+ const _useTextStylesstyles = require("./useTextStyles.styles.cjs");
17
17
  const _reactsharedcontexts = require("@fluentui/react-shared-contexts");
18
18
  const Text = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
19
19
  const state = (0, _useText.useText_unstable)(props, ref);
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Text/Text.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useText_unstable } from './useText';\nimport { renderText_unstable } from './renderText';\nimport { useTextStyles_unstable } from './useTextStyles.styles';\nimport type { TextProps } from './Text.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * Typography and styling abstraction component used to ensure consistency of text.\n */\nexport const Text: ForwardRefComponent<TextProps> = React.forwardRef((props, ref) => {\n const state = useText_unstable(props, ref);\n\n useTextStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTextStyles_unstable')(state);\n\n return renderText_unstable(state);\n // Work around some small mismatches in inferred types which don't matter in practice\n}) as ForwardRefComponent<TextProps>;\n\nText.displayName = 'Text';\n"],"names":["React","useText_unstable","renderText_unstable","useTextStyles_unstable","useCustomStyleHook_unstable","Text","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;;;;;;;;;;;;iEAEuB,QAAQ;yBACE,YAAY;4BACT,eAAe;qCACZ,yBAAyB;qCAGpB,kCAAkC;AAKvE,MAAMK,OAAAA,WAAAA,GAAuCL,OAAMM,UAAU,CAAC,CAACC,OAAOC;IAC3E,MAAMC,YAAQR,yBAAAA,EAAiBM,OAAOC;QAEtCL,2CAAAA,EAAuBM;QAEvBL,gDAAAA,EAA4B,0BAA0BK;IAEtD,WAAOP,+BAAAA,EAAoBO;AAC3B,qFAAqF;AACvF,GAAqC;AAErCJ,KAAKK,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/Text/Text.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useText_unstable } from './useText';\nimport { renderText_unstable } from './renderText';\nimport { useTextStyles_unstable } from './useTextStyles.styles';\nimport type { TextProps } from './Text.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * Typography and styling abstraction component used to ensure consistency of text.\n */\nexport const Text: ForwardRefComponent<TextProps> = React.forwardRef((props, ref) => {\n const state = useText_unstable(props, ref);\n\n useTextStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTextStyles_unstable')(state);\n\n return renderText_unstable(state);\n // Work around some small mismatches in inferred types which don't matter in practice\n}) as ForwardRefComponent<TextProps>;\n\nText.displayName = 'Text';\n"],"names":["React","useText_unstable","renderText_unstable","useTextStyles_unstable","useCustomStyleHook_unstable","Text","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;;;;;;;;;;;;iEAEuB,QAAQ;yBACE,eAAY;4BACT,kBAAe;qCACZ,4BAAyB;qCAGpB,kCAAkC;AAKvE,MAAMK,OAAAA,WAAAA,GAAuCL,OAAMM,UAAU,CAAC,CAACC,OAAOC;IAC3E,MAAMC,YAAQR,yBAAAA,EAAiBM,OAAOC;QAEtCL,2CAAAA,EAAuBM;QAEvBL,gDAAAA,EAA4B,0BAA0BK;IAEtD,WAAOP,+BAAAA,EAAoBO;AAC3B,qFAAqF;AACvF,GAAqC;AAErCJ,KAAKK,WAAW,GAAG"}
@@ -25,7 +25,7 @@ _export(exports, {
25
25
  return _useText.useText_unstable;
26
26
  }
27
27
  });
28
- const _Text = require("./Text");
29
- const _renderText = require("./renderText");
30
- const _useText = require("./useText");
31
- const _useTextStylesstyles = require("./useTextStyles.styles");
28
+ const _Text = require("./Text.cjs");
29
+ const _renderText = require("./renderText.cjs");
30
+ const _useText = require("./useText.cjs");
31
+ const _useTextStylesstyles = require("./useTextStyles.styles.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Text/index.ts"],"sourcesContent":["export { Text } from './Text';\nexport type { TextPresetProps, TextProps, TextSlots, TextState } from './Text.types';\nexport { renderText_unstable } from './renderText';\nexport { useText_unstable } from './useText';\nexport { textClassNames, useTextStyles_unstable } from './useTextStyles.styles';\n"],"names":["Text","renderText_unstable","useText_unstable","textClassNames","useTextStyles_unstable"],"mappings":";;;;;;;;;;;;eAASA,UAAI;;;eAEJC,+BAAmB;;;eAEnBE,mCAAc;;;eAAEC,2CAAsB;;;eADtCF,yBAAgB;;;sBAHJ,SAAS;4BAEM,eAAe;yBAClB,YAAY;qCACU,yBAAyB"}
1
+ {"version":3,"sources":["../src/components/Text/index.ts"],"sourcesContent":["export { Text } from './Text';\nexport type { TextPresetProps, TextProps, TextSlots, TextState } from './Text.types';\nexport { renderText_unstable } from './renderText';\nexport { useText_unstable } from './useText';\nexport { textClassNames, useTextStyles_unstable } from './useTextStyles.styles';\n"],"names":["Text","renderText_unstable","useText_unstable","textClassNames","useTextStyles_unstable"],"mappings":";;;;;;;;;;;;eAASA,UAAI;;;eAEJC,+BAAmB;;;eAEnBE,mCAAc;;;eAAEC,2CAAsB;;;eADtCF,yBAAgB;;;sBAHJ,YAAS;4BAEM,kBAAe;yBAClB,eAAY;qCACU,4BAAyB"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["useTextStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from \"@griffel/react\";\nimport { tokens } from \"@fluentui/react-theme\";\nexport const textClassNames = {\n root: 'fui-Text'\n};\n/**\n * Styles for the root slot\n */ const useStyles = makeStyles({\n root: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300,\n fontWeight: tokens.fontWeightRegular,\n textAlign: 'start',\n display: 'inline',\n whiteSpace: 'normal',\n overflow: 'visible',\n textOverflow: 'clip'\n },\n nowrap: {\n whiteSpace: 'nowrap',\n overflow: 'hidden'\n },\n truncate: {\n textOverflow: 'ellipsis'\n },\n block: {\n display: 'block'\n },\n italic: {\n fontStyle: 'italic'\n },\n underline: {\n textDecorationLine: 'underline'\n },\n strikethrough: {\n textDecorationLine: 'line-through'\n },\n strikethroughUnderline: {\n textDecorationLine: 'line-through underline'\n },\n base100: {\n fontSize: tokens.fontSizeBase100,\n lineHeight: tokens.lineHeightBase100\n },\n base200: {\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200\n },\n base400: {\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400\n },\n base500: {\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500\n },\n base600: {\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600\n },\n hero700: {\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700\n },\n hero800: {\n fontSize: tokens.fontSizeHero800,\n lineHeight: tokens.lineHeightHero800\n },\n hero900: {\n fontSize: tokens.fontSizeHero900,\n lineHeight: tokens.lineHeightHero900\n },\n hero1000: {\n fontSize: tokens.fontSizeHero1000,\n lineHeight: tokens.lineHeightHero1000\n },\n monospace: {\n fontFamily: tokens.fontFamilyMonospace\n },\n numeric: {\n fontFamily: tokens.fontFamilyNumeric\n },\n weightMedium: {\n fontWeight: tokens.fontWeightMedium\n },\n weightSemibold: {\n fontWeight: tokens.fontWeightSemibold\n },\n weightBold: {\n fontWeight: tokens.fontWeightBold\n },\n alignCenter: {\n textAlign: 'center'\n },\n alignEnd: {\n textAlign: 'end'\n },\n alignJustify: {\n textAlign: 'justify'\n }\n});\n/**\n * Apply styling to the Text slots based on the state\n */ export const useTextStyles_unstable = (state)=>{\n const styles = useStyles();\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(textClassNames.root, styles.root, state.wrap === false && styles.nowrap, state.truncate && styles.truncate, state.block && styles.block, state.italic && styles.italic, state.underline && styles.underline, state.strikethrough && styles.strikethrough, state.underline && state.strikethrough && styles.strikethroughUnderline, state.size === 100 && styles.base100, state.size === 200 && styles.base200, state.size === 400 && styles.base400, state.size === 500 && styles.base500, state.size === 600 && styles.base600, state.size === 700 && styles.hero700, state.size === 800 && styles.hero800, state.size === 900 && styles.hero900, state.size === 1000 && styles.hero1000, state.font === 'monospace' && styles.monospace, state.font === 'numeric' && styles.numeric, state.weight === 'medium' && styles.weightMedium, state.weight === 'semibold' && styles.weightSemibold, state.weight === 'bold' && styles.weightBold, state.align === 'center' && styles.alignCenter, state.align === 'end' && styles.alignEnd, state.align === 'justify' && styles.alignJustify, state.root.className);\n return state;\n};\n"],"names":["__styles","mergeClasses","tokens","textClassNames","root","useStyles","Bahqtrf","Be2twd7","Bg96gwp","Bhrd7zp","fsow6f","mc9l5x","Huce71","B68tc82","Bmxbyg5","Bpg54ce","ygn44y","nowrap","truncate","block","italic","B80ckks","underline","w71qe1","strikethrough","strikethroughUnderline","base100","base200","base400","base500","base600","hero700","hero800","hero900","hero1000","monospace","numeric","weightMedium","weightSemibold","weightBold","alignCenter","alignEnd","alignJustify","d","p","useTextStyles_unstable","state","styles","className","wrap","size","font","weight","align"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAGCG,cAAc;;;IAsGV0C,sBAAsB;;;;uBAxGE,gBAAgB;AAElD,uBAAuB;IAC1BzC,IAAI,EAAE;AACV,CAAC;AACD;;CAEA,GAAI,MAAMC,SAAS,GAAA,WAAA,OAAGL,eAAA,EAAA;IAAAI,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,MAAA,EAAA;QAAAL,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAG,QAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;IAAAG,KAAA,EAAA;QAAAR,MAAA,EAAA;IAAA;IAAAS,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,aAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;IAAAE,sBAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;IAAAG,OAAA,EAAA;QAAAnB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAmB,OAAA,EAAA;QAAApB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAoB,OAAA,EAAA;QAAArB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAqB,OAAA,EAAA;QAAAtB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAsB,OAAA,EAAA;QAAAvB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAuB,OAAA,EAAA;QAAAxB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAwB,OAAA,EAAA;QAAAzB,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAyB,OAAA,EAAA;QAAA1B,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAA0B,QAAA,EAAA;QAAA3B,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAA2B,SAAA,EAAA;QAAA7B,OAAA,EAAA;IAAA;IAAA8B,OAAA,EAAA;QAAA9B,OAAA,EAAA;IAAA;IAAA+B,YAAA,EAAA;QAAA5B,OAAA,EAAA;IAAA;IAAA6B,cAAA,EAAA;QAAA7B,OAAA,EAAA;IAAA;IAAA8B,UAAA,EAAA;QAAA9B,OAAA,EAAA;IAAA;IAAA+B,WAAA,EAAA;QAAA9B,MAAA,EAAA;IAAA;IAAA+B,QAAA,EAAA;QAAA/B,MAAA,EAAA;IAAA;IAAAgC,YAAA,EAAA;QAAAhC,MAAA,EAAA;IAAA;AAAA,GAAA;IAAAiC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAAA,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA8FrB,CAAC;AAGS,gCAAgCE,KAAK,IAAG;IAC/C,MAAMC,MAAM,GAAG1C,SAAS,CAAC,CAAC;IAC1B,oDAAA;IACAyC,KAAK,CAAC1C,IAAI,CAAC4C,SAAS,OAAG/C,mBAAY,EAACE,cAAc,CAACC,IAAI,EAAE2C,MAAM,CAAC3C,IAAI,EAAE0C,KAAK,CAACG,IAAI,KAAK,KAAK,IAAIF,MAAM,CAAC9B,MAAM,EAAE6B,KAAK,CAAC5B,QAAQ,IAAI6B,MAAM,CAAC7B,QAAQ,EAAE4B,KAAK,CAAC3B,KAAK,IAAI4B,MAAM,CAAC5B,KAAK,EAAE2B,KAAK,CAAC1B,MAAM,IAAI2B,MAAM,CAAC3B,MAAM,EAAE0B,KAAK,CAACxB,SAAS,IAAIyB,MAAM,CAACzB,SAAS,EAAEwB,KAAK,CAACtB,aAAa,IAAIuB,MAAM,CAACvB,aAAa,EAAEsB,KAAK,CAACxB,SAAS,IAAIwB,KAAK,CAACtB,aAAa,IAAIuB,MAAM,CAACtB,sBAAsB,EAAEqB,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAACrB,OAAO,EAAEoB,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAACpB,OAAO,EAAEmB,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAACnB,OAAO,EAAEkB,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAAClB,OAAO,EAAEiB,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAACjB,OAAO,EAAEgB,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAAChB,OAAO,EAAEe,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAACf,OAAO,EAAEc,KAAK,CAACI,IAAI,KAAK,GAAG,IAAIH,MAAM,CAACd,OAAO,EAAEa,KAAK,CAACI,IAAI,KAAK,IAAI,IAAIH,MAAM,CAACb,QAAQ,EAAEY,KAAK,CAACK,IAAI,KAAK,WAAW,IAAIJ,MAAM,CAACZ,SAAS,EAAEW,KAAK,CAACK,IAAI,KAAK,SAAS,IAAIJ,MAAM,CAACX,OAAO,EAAEU,KAAK,CAACM,MAAM,KAAK,QAAQ,IAAIL,MAAM,CAACV,YAAY,EAAES,KAAK,CAACM,MAAM,KAAK,UAAU,IAAIL,MAAM,CAACT,cAAc,EAAEQ,KAAK,CAACM,MAAM,KAAK,MAAM,IAAIL,MAAM,CAACR,UAAU,EAAEO,KAAK,CAACO,KAAK,KAAK,QAAQ,IAAIN,MAAM,CAACP,WAAW,EAAEM,KAAK,CAACO,KAAK,KAAK,KAAK,IAAIN,MAAM,CAACN,QAAQ,EAAEK,KAAK,CAACO,KAAK,KAAK,SAAS,IAAIN,MAAM,CAACL,YAAY,EAAEI,KAAK,CAAC1C,IAAI,CAAC4C,SAAS,CAAC;IACllC,OAAOF,KAAK;AAChB,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Body1", {
9
9
  return Body1;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useBody1Stylesstyles = require("./useBody1Styles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useBody1Stylesstyles = require("./useBody1Styles.styles.cjs");
14
14
  const Body1 = (0, _createPreset.createPreset)({
15
15
  useStyles: _useBody1Stylesstyles.useBody1Styles,
16
16
  className: _useBody1Stylesstyles.body1ClassNames.root,
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1/Body1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"names":["createPreset","body1ClassNames","useBody1Styles","Body1","useStyles","className","root","displayName"],"mappings":"AAAA;;;;;;;;;;;8BAG6B,kBAAkB;sCAEC,0BAA0B;AAKnE,MAAMG,YAAkDH,0BAAAA,EAAa;IAC1EI,WAAWF,oCAAAA;IACXG,WAAWJ,qCAAAA,CAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
1
+ {"version":3,"sources":["../src/components/presets/Body1/Body1.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { body1ClassNames, useBody1Styles } from './useBody1Styles.styles';\n\n/**\n * Text preset component for the Body1 typography variant\n */\nexport const Body1: React.FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useBody1Styles,\n className: body1ClassNames.root,\n displayName: 'Body1',\n});\n"],"names":["createPreset","body1ClassNames","useBody1Styles","Body1","useStyles","className","root","displayName"],"mappings":"AAAA;;;;;;;;;;;8BAG6B,qBAAkB;sCAEC,6BAA0B;AAKnE,MAAMG,YAAkDH,0BAAAA,EAAa;IAC1EI,WAAWF,oCAAAA;IACXG,WAAWJ,qCAAAA,CAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useBody1Stylesstyles.body1ClassNames;
17
17
  }
18
18
  });
19
- const _Body1 = require("./Body1");
20
- const _useBody1Stylesstyles = require("./useBody1Styles.styles");
19
+ const _Body1 = require("./Body1.cjs");
20
+ const _useBody1Stylesstyles = require("./useBody1Styles.styles.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/presets/Body1/index.ts"],"sourcesContent":["export { Body1 } from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["Body1","body1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,YAAK;;;eACLC,qCAAe;;;uBADF,UAAU;sCACA,0BAA0B"}
1
+ {"version":3,"sources":["../src/components/presets/Body1/index.ts"],"sourcesContent":["export { Body1 } from './Body1';\nexport { body1ClassNames } from './useBody1Styles.styles';\n"],"names":["Body1","body1ClassNames"],"mappings":";;;;;;;;;;;;eAASA,YAAK;;;eACLC,qCAAe;;;uBADF,aAAU;sCACA,6BAA0B"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","body1ClassNames","root","useBody1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;mBAGgB;;;kBAKG;;;;uBAPJ,gBAAgB;AAEpC,MAAME,kBAAkB;IAC3BC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,iBAAc,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAEjC,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Body1Strong", {
9
9
  return Body1Strong;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles.cjs");
14
14
  const Body1Strong = (0, _createPreset.createPreset)({
15
15
  useStyles: _useBody1StrongStylesstyles.useBody1StrongStyles,
16
16
  className: _useBody1StrongStylesstyles.body1StrongClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;4CAEa,gCAAgC;AAKrF,MAAMG,kBAAwDH,0BAAAA,EAAa;IAChFI,WAAWF,gDAAAA;IACXG,WAAWJ,iDAAAA,CAAsBK,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;;;;;;;;;;;8BAG6B,qBAAkB;4CAEa,mCAAgC;AAKrF,MAAMG,kBAAwDH,0BAAAA,EAAa;IAChFI,WAAWF,gDAAAA;IACXG,WAAWJ,iDAAAA,CAAsBK,IAAI;IACrCC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useBody1StrongStylesstyles.body1StrongClassNames;
17
17
  }
18
18
  });
19
- const _Body1Strong = require("./Body1Strong");
20
- const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles");
19
+ const _Body1Strong = require("./Body1Strong.cjs");
20
+ const _useBody1StrongStylesstyles = require("./useBody1StrongStyles.styles.cjs");
@@ -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":";;;;;;;;;;;;eAASA,wBAAW;;;eACXC,iDAAqB;;;6BADF,gBAAgB;4CACN,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":";;;;;;;;;;;;eAASA,wBAAW;;;eACXC,iDAAqB;;;6BADF,mBAAgB;4CACN,mCAAgC"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","body1StrongClassNames","root","useBody1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;yBAGsB;;;wBAKG;;;;uBAPV,gBAAgB;AAEpC,MAAME,wBAAwB;IACjCC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,uBAAoB,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAEvC,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Body1Stronger", {
9
9
  return Body1Stronger;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles.cjs");
14
14
  const Body1Stronger = (0, _createPreset.createPreset)({
15
15
  useStyles: _useBody1StrongerStylesstyles.useBody1StrongerStyles,
16
16
  className: _useBody1StrongerStylesstyles.body1StrongerClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;8CAEiB,kCAAkC;AAK3F,MAAMG,oBAA0DH,0BAAAA,EAAa;IAClFI,WAAWF,oDAAAA;IACXG,WAAWJ,qDAAAA,CAAwBK,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;;;;;;;;;;;8BAG6B,qBAAkB;8CAEiB,qCAAkC;AAK3F,MAAMG,oBAA0DH,0BAAAA,EAAa;IAClFI,WAAWF,oDAAAA;IACXG,WAAWJ,qDAAAA,CAAwBK,IAAI;IACvCC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useBody1StrongerStylesstyles.body1StrongerClassNames;
17
17
  }
18
18
  });
19
- const _Body1Stronger = require("./Body1Stronger");
20
- const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles");
19
+ const _Body1Stronger = require("./Body1Stronger.cjs");
20
+ const _useBody1StrongerStylesstyles = require("./useBody1StrongerStyles.styles.cjs");
@@ -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":";;;;;;;;;;;;eAASA,4BAAa;;;eACbC,qDAAuB;;;+BADF,kBAAkB;8CACR,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":";;;;;;;;;;;;eAASA,4BAAa;;;eACbC,qDAAuB;;;+BADF,qBAAkB;8CACR,qCAAkC"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","body1StrongerClassNames","root","useBody1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;2BAGwB;;;0BAKG;;;;uBAPZ,gBAAgB;AAEpC,MAAME,0BAA0B;IACnCC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,yBAAsB,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAEzC,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Body2", {
9
9
  return Body2;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useBody2Stylesstyles = require("./useBody2Styles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useBody2Stylesstyles = require("./useBody2Styles.styles.cjs");
14
14
  const Body2 = (0, _createPreset.createPreset)({
15
15
  useStyles: _useBody2Stylesstyles.useBody2Styles,
16
16
  className: _useBody2Stylesstyles.body2ClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;sCAEC,0BAA0B;AAKnE,MAAMG,YAAkDH,0BAAAA,EAAa;IAC1EI,WAAWF,oCAAAA;IACXG,WAAWJ,qCAAAA,CAAgBK,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;;;;;;;;;;;8BAG6B,qBAAkB;sCAEC,6BAA0B;AAKnE,MAAMG,YAAkDH,0BAAAA,EAAa;IAC1EI,WAAWF,oCAAAA;IACXG,WAAWJ,qCAAAA,CAAgBK,IAAI;IAC/BC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useBody2Stylesstyles.body2ClassNames;
17
17
  }
18
18
  });
19
- const _Body2 = require("./Body2");
20
- const _useBody2Stylesstyles = require("./useBody2Styles.styles");
19
+ const _Body2 = require("./Body2.cjs");
20
+ const _useBody2Stylesstyles = require("./useBody2Styles.styles.cjs");
@@ -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":";;;;;;;;;;;;eAASA,YAAK;;;eACLC,qCAAe;;;uBADF,UAAU;sCACA,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":";;;;;;;;;;;;eAASA,YAAK;;;eACLC,qCAAe;;;uBADF,aAAU;sCACA,6BAA0B"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","body2ClassNames","root","useBody2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;mBAGgB;;;kBAKG;;;;uBAPJ,gBAAgB;AAEpC,MAAME,kBAAkB;IAC3BC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,iBAAc,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAEjC,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Caption1", {
9
9
  return Caption1;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useCaption1Stylesstyles = require("./useCaption1Styles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useCaption1Stylesstyles = require("./useCaption1Styles.styles.cjs");
14
14
  const Caption1 = (0, _createPreset.createPreset)({
15
15
  useStyles: _useCaption1Stylesstyles.useCaption1Styles,
16
16
  className: _useCaption1Stylesstyles.caption1ClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;yCAEO,6BAA6B;AAK5E,MAAMG,eAAqDH,0BAAAA,EAAa;IAC7EI,WAAWF,0CAAAA;IACXG,WAAWJ,2CAAAA,CAAmBK,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;;;;;;;;;;;8BAG6B,qBAAkB;yCAEO,gCAA6B;AAK5E,MAAMG,eAAqDH,0BAAAA,EAAa;IAC7EI,WAAWF,0CAAAA;IACXG,WAAWJ,2CAAAA,CAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useCaption1Stylesstyles.caption1ClassNames;
17
17
  }
18
18
  });
19
- const _Caption1 = require("./Caption1");
20
- const _useCaption1Stylesstyles = require("./useCaption1Styles.styles");
19
+ const _Caption1 = require("./Caption1.cjs");
20
+ const _useCaption1Stylesstyles = require("./useCaption1Styles.styles.cjs");
@@ -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":";;;;;;;;;;;;eAASA,kBAAQ;;;eACRC,2CAAkB;;;0BADF,aAAa;yCACH,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":";;;;;;;;;;;;eAASA,kBAAQ;;;eACRC,2CAAkB;;;0BADF,gBAAa;yCACH,gCAA6B"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","caption1ClassNames","root","useCaption1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;sBAGmB;;;qBAKG;;;;uBAPP,gBAAgB;AAEpC,MAAME,qBAAqB;IAC9BC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,oBAAiB,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAEpC,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Caption1Strong", {
9
9
  return Caption1Strong;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles.cjs");
14
14
  const Caption1Strong = (0, _createPreset.createPreset)({
15
15
  useStyles: _useCaption1StrongStylesstyles.useCaption1StrongStyles,
16
16
  className: _useCaption1StrongStylesstyles.caption1StrongClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;+CAEmB,mCAAmC;AAK9F,MAAMG,qBAA2DH,0BAAAA,EAAa;IACnFI,WAAWF,sDAAAA;IACXG,WAAWJ,uDAAAA,CAAyBK,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;;;;;;;;;;;8BAG6B,qBAAkB;+CAEmB,sCAAmC;AAK9F,MAAMG,qBAA2DH,0BAAAA,EAAa;IACnFI,WAAWF,sDAAAA;IACXG,WAAWJ,uDAAAA,CAAyBK,IAAI;IACxCC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useCaption1StrongStylesstyles.caption1StrongClassNames;
17
17
  }
18
18
  });
19
- const _Caption1Strong = require("./Caption1Strong");
20
- const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles");
19
+ const _Caption1Strong = require("./Caption1Strong.cjs");
20
+ const _useCaption1StrongStylesstyles = require("./useCaption1StrongStyles.styles.cjs");
@@ -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":";;;;;;;;;;;;eAASA,8BAAc;;;eACdC,uDAAwB;;;gCADF,mBAAmB;+CACT,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":";;;;;;;;;;;;eAASA,8BAAc;;;eACdC,uDAAwB;;;gCADF,sBAAmB;+CACT,sCAAmC"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;4BAGyB;;;2BAKG;;;;uBAPb,gBAAgB;AAEpC,MAAME,2BAA2B;IACpCC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,0BAAuB,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAE1C,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Caption1Stronger", {
9
9
  return Caption1Stronger;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useCaption1Strongerstyles = require("./useCaption1Stronger.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useCaption1Strongerstyles = require("./useCaption1Stronger.styles.cjs");
14
14
  const Caption1Stronger = (0, _createPreset.createPreset)({
15
15
  useStyles: _useCaption1Strongerstyles.useCaption1StrongerStyles,
16
16
  className: _useCaption1Strongerstyles.caption1StrongerClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;2CAEuB,+BAA+B;AAK9F,MAAMG,uBAA6DH,0BAAAA,EAAa;IACrFI,WAAWF,oDAAAA;IACXG,WAAWJ,qDAAAA,CAA2BK,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;;;;;;;;;;;8BAG6B,qBAAkB;2CAEuB,kCAA+B;AAK9F,MAAMG,uBAA6DH,0BAAAA,EAAa;IACrFI,WAAWF,oDAAAA;IACXG,WAAWJ,qDAAAA,CAA2BK,IAAI;IAC1CC,aAAa;AACf,GAAG"}
@@ -16,5 +16,5 @@ _export(exports, {
16
16
  return _useCaption1Strongerstyles.caption1StrongerClassNames;
17
17
  }
18
18
  });
19
- const _Caption1Stronger = require("./Caption1Stronger");
20
- const _useCaption1Strongerstyles = require("./useCaption1Stronger.styles");
19
+ const _Caption1Stronger = require("./Caption1Stronger.cjs");
20
+ const _useCaption1Strongerstyles = require("./useCaption1Stronger.styles.cjs");
@@ -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":";;;;;;;;;;;;eAASA,kCAAgB;;;eAChBC,qDAA0B;;;kCADF,qBAAqB;2CACX,+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":";;;;;;;;;;;;eAASA,kCAAgB;;;eAChBC,qDAA0B;;;kCADF,wBAAqB;2CACX,kCAA+B"}
@@ -0,0 +1 @@
1
+ {"version":3,"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"],"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;;8BAG2B;;;6BAKG;;;;uBAPf,gBAAgB;AAEpC,MAAME,6BAA6B;IACtCC,IAAI,EAAE;AACV,CAAC;AAGU,MAAMC,4BAAyB,WAAA,OAAGJ,eAAA,EAAA;IAAAG,IAAA,EAAA;QAAAE,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAE5C,CAAC"}
@@ -9,8 +9,8 @@ Object.defineProperty(exports, "Caption2", {
9
9
  return Caption2;
10
10
  }
11
11
  });
12
- const _createPreset = require("../createPreset");
13
- const _useCaption2Stylesstyles = require("./useCaption2Styles.styles");
12
+ const _createPreset = require("../createPreset.cjs");
13
+ const _useCaption2Stylesstyles = require("./useCaption2Styles.styles.cjs");
14
14
  const Caption2 = (0, _createPreset.createPreset)({
15
15
  useStyles: _useCaption2Stylesstyles.useCaption2Styles,
16
16
  className: _useCaption2Stylesstyles.caption2ClassNames.root,
@@ -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;;;;;;;;;;;8BAG6B,kBAAkB;yCAEO,6BAA6B;AAK5E,MAAMG,eAAqDH,0BAAAA,EAAa;IAC7EI,WAAWF,0CAAAA;IACXG,WAAWJ,2CAAAA,CAAmBK,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;;;;;;;;;;;8BAG6B,qBAAkB;yCAEO,gCAA6B;AAK5E,MAAMG,eAAqDH,0BAAAA,EAAa;IAC7EI,WAAWF,0CAAAA;IACXG,WAAWJ,2CAAAA,CAAmBK,IAAI;IAClCC,aAAa;AACf,GAAG"}