@fluentui/react-text 9.3.6 → 9.3.8

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 (226) hide show
  1. package/CHANGELOG.json +87 -1
  2. package/CHANGELOG.md +28 -2
  3. package/lib/components/Text/Text.js +3 -6
  4. package/lib/components/Text/Text.js.map +1 -1
  5. package/lib/components/Text/index.js +1 -1
  6. package/lib/components/Text/index.js.map +1 -1
  7. package/lib/components/Text/renderText.js +4 -4
  8. package/lib/components/Text/renderText.js.map +1 -1
  9. package/lib/components/Text/{useTextStyles.js → useTextStyles.styles.js} +1 -1
  10. package/lib/components/Text/useTextStyles.styles.js.map +1 -0
  11. package/lib/components/presets/Body1/Body1.js +2 -19
  12. package/lib/components/presets/Body1/Body1.js.map +1 -1
  13. package/lib/components/presets/Body1/index.js +1 -0
  14. package/lib/components/presets/Body1/index.js.map +1 -1
  15. package/lib/components/presets/Body1/useBody1Styles.styles.js +19 -0
  16. package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
  17. package/lib/components/presets/Body1Strong/Body1Strong.js +2 -19
  18. package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  19. package/lib/components/presets/Body1Strong/index.js +1 -0
  20. package/lib/components/presets/Body1Strong/index.js.map +1 -1
  21. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js +19 -0
  22. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
  23. package/lib/components/presets/Body1Stronger/Body1Stronger.js +2 -19
  24. package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  25. package/lib/components/presets/Body1Stronger/index.js +1 -0
  26. package/lib/components/presets/Body1Stronger/index.js.map +1 -1
  27. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +19 -0
  28. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
  29. package/lib/components/presets/Body2/Body2.js +2 -19
  30. package/lib/components/presets/Body2/Body2.js.map +1 -1
  31. package/lib/components/presets/Body2/index.js +1 -0
  32. package/lib/components/presets/Body2/index.js.map +1 -1
  33. package/lib/components/presets/Body2/useBody2Styles.styles.js +19 -0
  34. package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
  35. package/lib/components/presets/Caption1/Caption1.js +2 -19
  36. package/lib/components/presets/Caption1/Caption1.js.map +1 -1
  37. package/lib/components/presets/Caption1/index.js +1 -0
  38. package/lib/components/presets/Caption1/index.js.map +1 -1
  39. package/lib/components/presets/Caption1/useCaption1Styles.styles.js +19 -0
  40. package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
  41. package/lib/components/presets/Caption1Strong/Caption1Strong.js +2 -19
  42. package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  43. package/lib/components/presets/Caption1Strong/index.js +1 -0
  44. package/lib/components/presets/Caption1Strong/index.js.map +1 -1
  45. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +19 -0
  46. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
  47. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +2 -19
  48. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  49. package/lib/components/presets/Caption1Stronger/index.js +1 -0
  50. package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
  51. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +19 -0
  52. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
  53. package/lib/components/presets/Caption2/Caption2.js +2 -19
  54. package/lib/components/presets/Caption2/Caption2.js.map +1 -1
  55. package/lib/components/presets/Caption2/index.js +1 -0
  56. package/lib/components/presets/Caption2/index.js.map +1 -1
  57. package/lib/components/presets/Caption2/useCaption2Styles.styles.js +19 -0
  58. package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
  59. package/lib/components/presets/Caption2Strong/Caption2Strong.js +2 -19
  60. package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  61. package/lib/components/presets/Caption2Strong/index.js +1 -0
  62. package/lib/components/presets/Caption2Strong/index.js.map +1 -1
  63. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +19 -0
  64. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
  65. package/lib/components/presets/Display/Display.js +2 -19
  66. package/lib/components/presets/Display/Display.js.map +1 -1
  67. package/lib/components/presets/Display/index.js +1 -0
  68. package/lib/components/presets/Display/index.js.map +1 -1
  69. package/lib/components/presets/Display/useDisplayStyles.styles.js +19 -0
  70. package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
  71. package/lib/components/presets/LargeTitle/LargeTitle.js +2 -19
  72. package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  73. package/lib/components/presets/LargeTitle/index.js +1 -0
  74. package/lib/components/presets/LargeTitle/index.js.map +1 -1
  75. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js +19 -0
  76. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
  77. package/lib/components/presets/Subtitle1/Subtitle1.js +2 -19
  78. package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  79. package/lib/components/presets/Subtitle1/index.js +1 -0
  80. package/lib/components/presets/Subtitle1/index.js.map +1 -1
  81. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js +19 -0
  82. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
  83. package/lib/components/presets/Subtitle2/Subtitle2.js +2 -19
  84. package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  85. package/lib/components/presets/Subtitle2/index.js +1 -0
  86. package/lib/components/presets/Subtitle2/index.js.map +1 -1
  87. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js +19 -0
  88. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
  89. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -19
  90. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  91. package/lib/components/presets/Subtitle2Stronger/index.js +1 -0
  92. package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
  93. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +19 -0
  94. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
  95. package/lib/components/presets/Title1/Title1.js +2 -19
  96. package/lib/components/presets/Title1/Title1.js.map +1 -1
  97. package/lib/components/presets/Title1/index.js +1 -0
  98. package/lib/components/presets/Title1/index.js.map +1 -1
  99. package/lib/components/presets/Title1/useTitle1Styles.styles.js +19 -0
  100. package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
  101. package/lib/components/presets/Title2/Title2.js +2 -19
  102. package/lib/components/presets/Title2/Title2.js.map +1 -1
  103. package/lib/components/presets/Title2/index.js +1 -0
  104. package/lib/components/presets/Title2/index.js.map +1 -1
  105. package/lib/components/presets/Title2/useTitle2Styles.styles.js +19 -0
  106. package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
  107. package/lib/components/presets/Title3/Title3.js +2 -19
  108. package/lib/components/presets/Title3/Title3.js.map +1 -1
  109. package/lib/components/presets/Title3/index.js +1 -0
  110. package/lib/components/presets/Title3/index.js.map +1 -1
  111. package/lib/components/presets/Title3/useTitle3Styles.styles.js +19 -0
  112. package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
  113. package/lib-commonjs/components/Text/Text.js +3 -4
  114. package/lib-commonjs/components/Text/Text.js.map +1 -1
  115. package/lib-commonjs/components/Text/index.js +1 -1
  116. package/lib-commonjs/components/Text/index.js.map +1 -1
  117. package/lib-commonjs/components/Text/renderText.js +4 -5
  118. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  119. package/lib-commonjs/components/Text/{useTextStyles.js → useTextStyles.styles.js} +2 -2
  120. package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -0
  121. package/lib-commonjs/components/presets/Body1/Body1.js +6 -32
  122. package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
  123. package/lib-commonjs/components/presets/Body1/index.js +5 -0
  124. package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
  125. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +35 -0
  126. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
  127. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +6 -32
  128. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  129. package/lib-commonjs/components/presets/Body1Strong/index.js +5 -0
  130. package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
  131. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +35 -0
  132. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
  133. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +6 -32
  134. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  135. package/lib-commonjs/components/presets/Body1Stronger/index.js +5 -0
  136. package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
  137. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +35 -0
  138. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
  139. package/lib-commonjs/components/presets/Body2/Body2.js +6 -32
  140. package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
  141. package/lib-commonjs/components/presets/Body2/index.js +5 -0
  142. package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
  143. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +35 -0
  144. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
  145. package/lib-commonjs/components/presets/Caption1/Caption1.js +6 -32
  146. package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
  147. package/lib-commonjs/components/presets/Caption1/index.js +5 -0
  148. package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
  149. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +35 -0
  150. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
  151. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +6 -32
  152. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  153. package/lib-commonjs/components/presets/Caption1Strong/index.js +5 -0
  154. package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
  155. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +35 -0
  156. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
  157. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +6 -32
  158. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  159. package/lib-commonjs/components/presets/Caption1Stronger/index.js +5 -0
  160. package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
  161. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +35 -0
  162. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
  163. package/lib-commonjs/components/presets/Caption2/Caption2.js +6 -32
  164. package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
  165. package/lib-commonjs/components/presets/Caption2/index.js +5 -0
  166. package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
  167. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +35 -0
  168. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
  169. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +6 -32
  170. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  171. package/lib-commonjs/components/presets/Caption2Strong/index.js +5 -0
  172. package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
  173. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +35 -0
  174. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
  175. package/lib-commonjs/components/presets/Display/Display.js +6 -32
  176. package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
  177. package/lib-commonjs/components/presets/Display/index.js +5 -0
  178. package/lib-commonjs/components/presets/Display/index.js.map +1 -1
  179. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +35 -0
  180. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
  181. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +6 -32
  182. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  183. package/lib-commonjs/components/presets/LargeTitle/index.js +5 -0
  184. package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
  185. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +35 -0
  186. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
  187. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +6 -32
  188. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  189. package/lib-commonjs/components/presets/Subtitle1/index.js +5 -0
  190. package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
  191. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +35 -0
  192. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
  193. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +6 -32
  194. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  195. package/lib-commonjs/components/presets/Subtitle2/index.js +5 -0
  196. package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
  197. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +35 -0
  198. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
  199. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +6 -32
  200. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  201. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +5 -0
  202. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
  203. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +35 -0
  204. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
  205. package/lib-commonjs/components/presets/Title1/Title1.js +6 -32
  206. package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
  207. package/lib-commonjs/components/presets/Title1/index.js +5 -0
  208. package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
  209. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +35 -0
  210. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
  211. package/lib-commonjs/components/presets/Title2/Title2.js +6 -32
  212. package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
  213. package/lib-commonjs/components/presets/Title2/index.js +5 -0
  214. package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
  215. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +35 -0
  216. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
  217. package/lib-commonjs/components/presets/Title3/Title3.js +6 -32
  218. package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
  219. package/lib-commonjs/components/presets/Title3/index.js +5 -0
  220. package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
  221. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +35 -0
  222. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
  223. package/package.json +6 -5
  224. package/.swcrc +0 -30
  225. package/lib/components/Text/useTextStyles.js.map +0 -1
  226. package/lib-commonjs/components/Text/useTextStyles.js.map +0 -1
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const caption1ClassNames = {
4
+ root: 'fui-Caption1'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useCaption1Styles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "fy9rknc",
13
+ Bhrd7zp: "figsok6",
14
+ Bg96gwp: "fwrc4pm"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
18
+ });
19
+ //# sourceMappingURL=useCaption1Styles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","caption1ClassNames","root","useCaption1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption1/useCaption1Styles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useCaption1Styles = makeStyles({\n root: typographyStyles.caption1,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,kBAAA,GAAgD;EAC3DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,iBAAA,gBAAoBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEjC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const caption1StrongClassNames = {
5
- root: 'fui-Caption1Strong'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "fy9rknc",
14
- Bhrd7zp: "fl43uef",
15
- Bg96gwp: "fwrc4pm"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
19
- });
2
+ import { caption1StrongClassNames, useCaption1StrongStyles } from './useCaption1StrongStyles.styles';
20
3
  /**
21
4
  * Text preset component for the Caption1Strong typography variant
22
5
  */
23
6
  export const Caption1Strong = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useCaption1StrongStyles,
25
8
  className: caption1StrongClassNames.root,
26
9
  displayName: 'Caption1Strong'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Strong","className","displayName"],"sources":["../../../../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1Strong,\n});\n\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,cAAA,gBAAqDV,YAAA,CAAa;EAC7EI,SAAA;EACAO,SAAA,EAAWT,wBAAA,CAAyBC,IAAI;EACxCS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","caption1StrongClassNames","useCaption1StrongStyles","Caption1Strong","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption1Strong/Caption1Strong.tsx"],"sourcesContent":["import type { FunctionComponent } 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: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ;AAElE;;;AAGA,OAAO,MAAMC,cAAA,gBAAqDH,YAAA,CAAa;EAC7EI,SAAA,EAAWF,uBAAA;EACXG,SAAA,EAAWJ,wBAAA,CAAyBK,IAAI;EACxCC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './Caption1Strong';
2
+ export { caption1StrongClassNames } from './useCaption1StrongStyles.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export * from './Caption1Strong';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["caption1StrongClassNames"],"sources":["../../../../src/components/presets/Caption1Strong/index.ts"],"sourcesContent":["export * from './Caption1Strong';\nexport { caption1StrongClassNames } from './useCaption1StrongStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,wBAAwB,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const caption1StrongClassNames = {
4
+ root: 'fui-Caption1Strong'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useCaption1StrongStyles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "fy9rknc",
13
+ Bhrd7zp: "fl43uef",
14
+ Bg96gwp: "fwrc4pm"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
18
+ });
19
+ //# sourceMappingURL=useCaption1StrongStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","caption1StrongClassNames","root","useCaption1StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption1Strong/useCaption1StrongStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Strong',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongStyles = makeStyles({\n root: typographyStyles.caption1Strong,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,uBAAA,gBAA0BJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEvC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const caption1StrongerClassNames = {
5
- root: 'fui-Caption1Stronger'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "fy9rknc",
14
- Bhrd7zp: "flh3ekv",
15
- Bg96gwp: "fwrc4pm"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".flh3ekv{font-weight:var(--fontWeightBold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
19
- });
2
+ import { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';
20
3
  /**
21
4
  * Text preset component for the Caption1Stronger typography variant
22
5
  */
23
6
  export const Caption1Stronger = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useCaption1StrongerStyles,
25
8
  className: caption1StrongerClassNames.root,
26
9
  displayName: 'Caption1Stronger'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","caption1StrongerClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption1Stronger","className","displayName"],"sources":["../../../../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1Stronger,\n});\n\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,0BAAA,GAAwD;EACnEC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,gBAAA,gBAAuDV,YAAA,CAAa;EAC/EI,SAAA;EACAO,SAAA,EAAWT,0BAAA,CAA2BC,IAAI;EAC1CS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","caption1StrongerClassNames","useCaption1StrongerStyles","Caption1Stronger","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption1Stronger/Caption1Stronger.tsx"],"sourcesContent":["import type { FunctionComponent } 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: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,0BAA0B,EAAEC,yBAAyB,QAAQ;AAEtE;;;AAGA,OAAO,MAAMC,gBAAA,gBAAuDH,YAAA,CAAa;EAC/EI,SAAA,EAAWF,yBAAA;EACXG,SAAA,EAAWJ,0BAAA,CAA2BK,IAAI;EAC1CC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './Caption1Stronger';
2
+ export { caption1StrongerClassNames } from './useCaption1Stronger.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export * from './Caption1Stronger';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["caption1StrongerClassNames"],"sources":["../../../../src/components/presets/Caption1Stronger/index.ts"],"sourcesContent":["export * from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,0BAA0B,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const caption1StrongerClassNames = {
4
+ root: 'fui-Caption1Stronger'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useCaption1StrongerStyles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "fy9rknc",
13
+ Bhrd7zp: "flh3ekv",
14
+ Bg96gwp: "fwrc4pm"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".flh3ekv{font-weight:var(--fontWeightBold);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
18
+ });
19
+ //# sourceMappingURL=useCaption1Stronger.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","caption1StrongerClassNames","root","useCaption1StrongerStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption1Stronger/useCaption1Stronger.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption1StrongerClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption1Stronger',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useCaption1StrongerStyles = makeStyles({\n root: typographyStyles.caption1Stronger,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,0BAAA,GAAwD;EACnEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,yBAAA,gBAA4BJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEzC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const caption2ClassNames = {
5
- root: 'fui-Caption2'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "f13mqy1h",
14
- Bhrd7zp: "figsok6",
15
- Bg96gwp: "fcpl73t"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
19
- });
2
+ import { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';
20
3
  /**
21
4
  * Text preset component for the Caption2 typography variant
22
5
  */
23
6
  export const Caption2 = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useCaption2Styles,
25
8
  className: caption2ClassNames.root,
26
9
  displayName: 'Caption2'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","caption2ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2","className","displayName"],"sources":["../../../../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2,\n});\n\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,kBAAA,GAAgD;EAC3DC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,QAAA,gBAA+CV,YAAA,CAAa;EACvEI,SAAA;EACAO,SAAA,EAAWT,kBAAA,CAAmBC,IAAI;EAClCS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","caption2ClassNames","useCaption2Styles","Caption2","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption2/Caption2.tsx"],"sourcesContent":["import type { FunctionComponent } 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: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,kBAAkB,EAAEC,iBAAiB,QAAQ;AAEtD;;;AAGA,OAAO,MAAMC,QAAA,gBAA+CH,YAAA,CAAa;EACvEI,SAAA,EAAWF,iBAAA;EACXG,SAAA,EAAWJ,kBAAA,CAAmBK,IAAI;EAClCC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './Caption2';
2
+ export { caption2ClassNames } from './useCaption2Styles.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/Caption2/index.ts"],"sourcesContent":["export * from './Caption2';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["caption2ClassNames"],"sources":["../../../../src/components/presets/Caption2/index.ts"],"sourcesContent":["export * from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,kBAAkB,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const caption2ClassNames = {
4
+ root: 'fui-Caption2'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useCaption2Styles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "f13mqy1h",
13
+ Bhrd7zp: "figsok6",
14
+ Bg96gwp: "fcpl73t"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
18
+ });
19
+ //# sourceMappingURL=useCaption2Styles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","caption2ClassNames","root","useCaption2Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption2/useCaption2Styles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption2ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useCaption2Styles = makeStyles({\n root: typographyStyles.caption2,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,kBAAA,GAAgD;EAC3DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,iBAAA,gBAAoBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEjC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const caption2StrongClassNames = {
5
- root: 'fui-Caption2Strong'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "f13mqy1h",
14
- Bhrd7zp: "fl43uef",
15
- Bg96gwp: "fcpl73t"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
19
- });
2
+ import { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';
20
3
  /**
21
4
  * Text preset component for the Caption2Strong typography variant
22
5
  */
23
6
  export const Caption2Strong = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useCaption2StrongStyles,
25
8
  className: caption2StrongClassNames.root,
26
9
  displayName: 'Caption2Strong'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","caption2StrongClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Caption2Strong","className","displayName"],"sources":["../../../../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption2StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2Strong',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption2Strong,\n});\n\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,cAAA,gBAAqDV,YAAA,CAAa;EAC7EI,SAAA;EACAO,SAAA,EAAWT,wBAAA,CAAyBC,IAAI;EACxCS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","caption2StrongClassNames","useCaption2StrongStyles","Caption2Strong","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Caption2Strong/Caption2Strong.tsx"],"sourcesContent":["import type { FunctionComponent } 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: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAG7B,SAASC,wBAAwB,EAAEC,uBAAuB,QAAQ;AAElE;;;AAGA,OAAO,MAAMC,cAAA,gBAAqDH,YAAA,CAAa;EAC7EI,SAAA,EAAWF,uBAAA;EACXG,SAAA,EAAWJ,wBAAA,CAAyBK,IAAI;EACxCC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './Caption2Strong';
2
+ export { caption2StrongClassNames } from './useCaption2StrongStyles.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export * from './Caption2Strong';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["caption2StrongClassNames"],"sources":["../../../../src/components/presets/Caption2Strong/index.ts"],"sourcesContent":["export * from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,wBAAwB,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const caption2StrongClassNames = {
4
+ root: 'fui-Caption2Strong'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useCaption2StrongStyles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "f13mqy1h",
13
+ Bhrd7zp: "fl43uef",
14
+ Bg96gwp: "fcpl73t"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f13mqy1h{font-size:var(--fontSizeBase100);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fcpl73t{line-height:var(--lineHeightBase100);}"]
18
+ });
19
+ //# sourceMappingURL=useCaption2StrongStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","caption2StrongClassNames","root","useCaption2StrongStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Caption2Strong/useCaption2StrongStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const caption2StrongClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption2Strong',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useCaption2StrongStyles = makeStyles({\n root: typographyStyles.caption2Strong,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,wBAAA,GAAsD;EACjEC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,uBAAA,gBAA0BJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEvC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const displayClassNames = {
5
- root: 'fui-Display'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "fpyltcb",
14
- Bhrd7zp: "fl43uef",
15
- Bg96gwp: "f1ivgwrt"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"]
19
- });
2
+ import { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';
20
3
  /**
21
4
  * Text preset component for the Display typography variant
22
5
  */
23
6
  export const Display = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useDisplayStyles,
25
8
  className: displayClassNames.root,
26
9
  displayName: 'Display'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","displayClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Display","className","displayName"],"sources":["../../../../src/components/presets/Display/Display.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.display,\n});\n\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,iBAAA,GAA+C;EAC1DC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,OAAA,gBAA8CV,YAAA,CAAa;EACtEI,SAAA;EACAO,SAAA,EAAWT,iBAAA,CAAkBC,IAAI;EACjCS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","displayClassNames","useDisplayStyles","Display","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Display/Display.tsx"],"sourcesContent":["import type { FunctionComponent } 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: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,iBAAiB,EAAEC,gBAAgB,QAAQ;AAEpD;;;AAGA,OAAO,MAAMC,OAAA,gBAA8CH,YAAA,CAAa;EACtEI,SAAA,EAAWF,gBAAA;EACXG,SAAA,EAAWJ,iBAAA,CAAkBK,IAAI;EACjCC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './Display';
2
+ export { displayClassNames } from './useDisplayStyles.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/Display/index.ts"],"sourcesContent":["export * from './Display';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["displayClassNames"],"sources":["../../../../src/components/presets/Display/index.ts"],"sourcesContent":["export * from './Display';\nexport { displayClassNames } from './useDisplayStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,iBAAiB,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const displayClassNames = {
4
+ root: 'fui-Display'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useDisplayStyles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "fpyltcb",
13
+ Bhrd7zp: "fl43uef",
14
+ Bg96gwp: "f1ivgwrt"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"]
18
+ });
19
+ //# sourceMappingURL=useDisplayStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","displayClassNames","root","useDisplayStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Display/useDisplayStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useDisplayStyles = makeStyles({\n root: typographyStyles.display,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,iBAAA,GAA+C;EAC1DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,gBAAA,gBAAmBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEhC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const largeTitleClassNames = {
5
- root: 'fui-LargeTitle'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "f15afnhw",
14
- Bhrd7zp: "fl43uef",
15
- Bg96gwp: "fr3w3wp"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}"]
19
- });
2
+ import { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';
20
3
  /**
21
4
  * Text preset component for the Large Title typography variant
22
5
  */
23
6
  export const LargeTitle = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useLargeTitleStyles,
25
8
  className: largeTitleClassNames.root,
26
9
  displayName: 'LargeTitle'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","largeTitleClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","LargeTitle","className","displayName"],"sources":["../../../../src/components/presets/LargeTitle/LargeTitle.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const largeTitleClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-LargeTitle',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,oBAAA,GAAkD;EAC7DC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,UAAA,gBAAiDV,YAAA,CAAa;EACzEI,SAAA;EACAO,SAAA,EAAWT,oBAAA,CAAqBC,IAAI;EACpCS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","largeTitleClassNames","useLargeTitleStyles","LargeTitle","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/LargeTitle/LargeTitle.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';\n\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useLargeTitleStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,oBAAoB,EAAEC,mBAAmB,QAAQ;AAE1D;;;AAGA,OAAO,MAAMC,UAAA,gBAAiDH,YAAA,CAAa;EACzEI,SAAA,EAAWF,mBAAA;EACXG,SAAA,EAAWJ,oBAAA,CAAqBK,IAAI;EACpCC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './LargeTitle';
2
+ export { largeTitleClassNames } from './useLargeTitleStyles.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/LargeTitle/index.ts"],"sourcesContent":["export * from './LargeTitle';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["largeTitleClassNames"],"sources":["../../../../src/components/presets/LargeTitle/index.ts"],"sourcesContent":["export * from './LargeTitle';\nexport { largeTitleClassNames } from './useLargeTitleStyles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,oBAAoB,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const largeTitleClassNames = {
4
+ root: 'fui-LargeTitle'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useLargeTitleStyles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "f15afnhw",
13
+ Bhrd7zp: "fl43uef",
14
+ Bg96gwp: "fr3w3wp"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f15afnhw{font-size:var(--fontSizeHero900);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".fr3w3wp{line-height:var(--lineHeightHero900);}"]
18
+ });
19
+ //# sourceMappingURL=useLargeTitleStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","largeTitleClassNames","root","useLargeTitleStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/LargeTitle/useLargeTitleStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const largeTitleClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-LargeTitle',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useLargeTitleStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,oBAAA,GAAkD;EAC7DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,mBAAA,gBAAsBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAEnC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const subtitle1ClassNames = {
5
- root: 'fui-Subtitle1'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "f1pp30po",
14
- Bhrd7zp: "fl43uef",
15
- Bg96gwp: "f106mvju"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f106mvju{line-height:var(--lineHeightBase500);}"]
19
- });
2
+ import { subtitle1ClassNames, useSubtitle1Styles } from './useSubtitle1Styles.styles';
20
3
  /**
21
4
  * Text preset component for the Subtitle1 typography variant
22
5
  */
23
6
  export const Subtitle1 = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useSubtitle1Styles,
25
8
  className: subtitle1ClassNames.root,
26
9
  displayName: 'Subtitle1'
27
10
  });
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","createPreset","typographyStyles","subtitle1ClassNames","root","useStyles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","Subtitle1","className","displayName"],"sources":["../../../../src/components/presets/Subtitle1/Subtitle1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots, TextPresetProps } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle1',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.subtitle1,\n});\n\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1',\n});\n"],"mappings":"AACA,SAAAA,QAAA,QAA2B;AAC3B,SAASC,YAAY,QAAQ;AAG7B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,mBAAA,GAAiD;EAC5DC,IAAA,EAAM;AACR;AAEA;;;AAGA,MAAMC,SAAA,gBAAYL,QAAA;EAAAI,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElB;AAEA;;;AAGA,OAAO,MAAMC,SAAA,gBAAgDV,YAAA,CAAa;EACxEI,SAAA;EACAO,SAAA,EAAWT,mBAAA,CAAoBC,IAAI;EACnCS,WAAA,EAAa;AACf"}
1
+ {"version":3,"names":["createPreset","subtitle1ClassNames","useSubtitle1Styles","Subtitle1","useStyles","className","root","displayName"],"sources":["../../../../src/components/presets/Subtitle1/Subtitle1.tsx"],"sourcesContent":["import type { FunctionComponent } from 'react';\nimport { createPreset } from '../createPreset';\nimport type { TextPresetProps } from '../../Text/Text.types';\nimport { subtitle1ClassNames, useSubtitle1Styles } from './useSubtitle1Styles.styles';\n\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1: FunctionComponent<TextPresetProps> = createPreset({\n useStyles: useSubtitle1Styles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1',\n});\n"],"mappings":"AACA,SAASA,YAAY,QAAQ;AAE7B,SAASC,mBAAmB,EAAEC,kBAAkB,QAAQ;AAExD;;;AAGA,OAAO,MAAMC,SAAA,gBAAgDH,YAAA,CAAa;EACxEI,SAAA,EAAWF,kBAAA;EACXG,SAAA,EAAWJ,mBAAA,CAAoBK,IAAI;EACnCC,WAAA,EAAa;AACf"}
@@ -1,2 +1,3 @@
1
1
  export * from './Subtitle1';
2
+ export { subtitle1ClassNames } from './useSubtitle1Styles.styles';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../../../src/components/presets/Subtitle1/index.ts"],"sourcesContent":["export * from './Subtitle1';\n"],"mappings":"AAAA,cAAc"}
1
+ {"version":3,"names":["subtitle1ClassNames"],"sources":["../../../../src/components/presets/Subtitle1/index.ts"],"sourcesContent":["export * from './Subtitle1';\nexport { subtitle1ClassNames } from './useSubtitle1Styles.styles';\n"],"mappings":"AAAA,cAAc;AACd,SAASA,mBAAmB,QAAQ"}
@@ -0,0 +1,19 @@
1
+ import { __styles } from '@griffel/react';
2
+ import { typographyStyles } from '@fluentui/react-theme';
3
+ export const subtitle1ClassNames = {
4
+ root: 'fui-Subtitle1'
5
+ };
6
+ /**
7
+ * Styles for the root slot
8
+ */
9
+ export const useSubtitle1Styles = /*#__PURE__*/__styles({
10
+ root: {
11
+ Bahqtrf: "fk6fouc",
12
+ Be2twd7: "f1pp30po",
13
+ Bhrd7zp: "fl43uef",
14
+ Bg96gwp: "f106mvju"
15
+ }
16
+ }, {
17
+ d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".f1pp30po{font-size:var(--fontSizeBase500);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f106mvju{line-height:var(--lineHeightBase500);}"]
18
+ });
19
+ //# sourceMappingURL=useSubtitle1Styles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__styles","typographyStyles","subtitle1ClassNames","root","useSubtitle1Styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"sources":["../../../../src/components/presets/Subtitle1/useSubtitle1Styles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport type { TextSlots } from '../../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\nexport const subtitle1ClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Subtitle1',\n};\n\n/**\n * Styles for the root slot\n */\nexport const useSubtitle1Styles = makeStyles({\n root: typographyStyles.subtitle1,\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B;AAG3B,SAASC,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,mBAAA,GAAiD;EAC5DC,IAAA,EAAM;AACR;AAEA;;;AAGA,OAAO,MAAMC,kBAAA,gBAAqBJ,QAAA;EAAAG,IAAA;IAAAE,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,EAElC"}
@@ -1,27 +1,10 @@
1
- import { __styles } from '@griffel/react';
2
1
  import { createPreset } from '../createPreset';
3
- import { typographyStyles } from '@fluentui/react-theme';
4
- export const subtitle2ClassNames = {
5
- root: 'fui-Subtitle2'
6
- };
7
- /**
8
- * Styles for the root slot
9
- */
10
- const useStyles = /*#__PURE__*/__styles({
11
- root: {
12
- Bahqtrf: "fk6fouc",
13
- Be2twd7: "fod5ikn",
14
- Bhrd7zp: "fl43uef",
15
- Bg96gwp: "faaz57k"
16
- }
17
- }, {
18
- d: [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fod5ikn{font-size:var(--fontSizeBase400);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".faaz57k{line-height:var(--lineHeightBase400);}"]
19
- });
2
+ import { subtitle2ClassNames, useSubtitle2Styles } from './useSubtitle2Styles.styles';
20
3
  /**
21
4
  * Text preset component for the Subtitle2 typography variant
22
5
  */
23
6
  export const Subtitle2 = /*#__PURE__*/createPreset({
24
- useStyles,
7
+ useStyles: useSubtitle2Styles,
25
8
  className: subtitle2ClassNames.root,
26
9
  displayName: 'Subtitle2'
27
10
  });