@fluentui/react-text 9.3.7 → 9.3.9

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 (222) hide show
  1. package/CHANGELOG.json +96 -2
  2. package/CHANGELOG.md +29 -3
  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/{useTextStyles.js → useTextStyles.styles.js} +1 -1
  8. package/lib/components/Text/useTextStyles.styles.js.map +1 -0
  9. package/lib/components/presets/Body1/Body1.js +2 -19
  10. package/lib/components/presets/Body1/Body1.js.map +1 -1
  11. package/lib/components/presets/Body1/index.js +1 -0
  12. package/lib/components/presets/Body1/index.js.map +1 -1
  13. package/lib/components/presets/Body1/useBody1Styles.styles.js +19 -0
  14. package/lib/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
  15. package/lib/components/presets/Body1Strong/Body1Strong.js +2 -19
  16. package/lib/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  17. package/lib/components/presets/Body1Strong/index.js +1 -0
  18. package/lib/components/presets/Body1Strong/index.js.map +1 -1
  19. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js +19 -0
  20. package/lib/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
  21. package/lib/components/presets/Body1Stronger/Body1Stronger.js +2 -19
  22. package/lib/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  23. package/lib/components/presets/Body1Stronger/index.js +1 -0
  24. package/lib/components/presets/Body1Stronger/index.js.map +1 -1
  25. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +19 -0
  26. package/lib/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
  27. package/lib/components/presets/Body2/Body2.js +2 -19
  28. package/lib/components/presets/Body2/Body2.js.map +1 -1
  29. package/lib/components/presets/Body2/index.js +1 -0
  30. package/lib/components/presets/Body2/index.js.map +1 -1
  31. package/lib/components/presets/Body2/useBody2Styles.styles.js +19 -0
  32. package/lib/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
  33. package/lib/components/presets/Caption1/Caption1.js +2 -19
  34. package/lib/components/presets/Caption1/Caption1.js.map +1 -1
  35. package/lib/components/presets/Caption1/index.js +1 -0
  36. package/lib/components/presets/Caption1/index.js.map +1 -1
  37. package/lib/components/presets/Caption1/useCaption1Styles.styles.js +19 -0
  38. package/lib/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
  39. package/lib/components/presets/Caption1Strong/Caption1Strong.js +2 -19
  40. package/lib/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  41. package/lib/components/presets/Caption1Strong/index.js +1 -0
  42. package/lib/components/presets/Caption1Strong/index.js.map +1 -1
  43. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +19 -0
  44. package/lib/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
  45. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +2 -19
  46. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  47. package/lib/components/presets/Caption1Stronger/index.js +1 -0
  48. package/lib/components/presets/Caption1Stronger/index.js.map +1 -1
  49. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +19 -0
  50. package/lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
  51. package/lib/components/presets/Caption2/Caption2.js +2 -19
  52. package/lib/components/presets/Caption2/Caption2.js.map +1 -1
  53. package/lib/components/presets/Caption2/index.js +1 -0
  54. package/lib/components/presets/Caption2/index.js.map +1 -1
  55. package/lib/components/presets/Caption2/useCaption2Styles.styles.js +19 -0
  56. package/lib/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
  57. package/lib/components/presets/Caption2Strong/Caption2Strong.js +2 -19
  58. package/lib/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  59. package/lib/components/presets/Caption2Strong/index.js +1 -0
  60. package/lib/components/presets/Caption2Strong/index.js.map +1 -1
  61. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +19 -0
  62. package/lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
  63. package/lib/components/presets/Display/Display.js +2 -19
  64. package/lib/components/presets/Display/Display.js.map +1 -1
  65. package/lib/components/presets/Display/index.js +1 -0
  66. package/lib/components/presets/Display/index.js.map +1 -1
  67. package/lib/components/presets/Display/useDisplayStyles.styles.js +19 -0
  68. package/lib/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
  69. package/lib/components/presets/LargeTitle/LargeTitle.js +2 -19
  70. package/lib/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  71. package/lib/components/presets/LargeTitle/index.js +1 -0
  72. package/lib/components/presets/LargeTitle/index.js.map +1 -1
  73. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js +19 -0
  74. package/lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
  75. package/lib/components/presets/Subtitle1/Subtitle1.js +2 -19
  76. package/lib/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  77. package/lib/components/presets/Subtitle1/index.js +1 -0
  78. package/lib/components/presets/Subtitle1/index.js.map +1 -1
  79. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js +19 -0
  80. package/lib/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
  81. package/lib/components/presets/Subtitle2/Subtitle2.js +2 -19
  82. package/lib/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  83. package/lib/components/presets/Subtitle2/index.js +1 -0
  84. package/lib/components/presets/Subtitle2/index.js.map +1 -1
  85. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js +19 -0
  86. package/lib/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
  87. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -19
  88. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  89. package/lib/components/presets/Subtitle2Stronger/index.js +1 -0
  90. package/lib/components/presets/Subtitle2Stronger/index.js.map +1 -1
  91. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +19 -0
  92. package/lib/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
  93. package/lib/components/presets/Title1/Title1.js +2 -19
  94. package/lib/components/presets/Title1/Title1.js.map +1 -1
  95. package/lib/components/presets/Title1/index.js +1 -0
  96. package/lib/components/presets/Title1/index.js.map +1 -1
  97. package/lib/components/presets/Title1/useTitle1Styles.styles.js +19 -0
  98. package/lib/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
  99. package/lib/components/presets/Title2/Title2.js +2 -19
  100. package/lib/components/presets/Title2/Title2.js.map +1 -1
  101. package/lib/components/presets/Title2/index.js +1 -0
  102. package/lib/components/presets/Title2/index.js.map +1 -1
  103. package/lib/components/presets/Title2/useTitle2Styles.styles.js +19 -0
  104. package/lib/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
  105. package/lib/components/presets/Title3/Title3.js +2 -19
  106. package/lib/components/presets/Title3/Title3.js.map +1 -1
  107. package/lib/components/presets/Title3/index.js +1 -0
  108. package/lib/components/presets/Title3/index.js.map +1 -1
  109. package/lib/components/presets/Title3/useTitle3Styles.styles.js +19 -0
  110. package/lib/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
  111. package/lib-commonjs/components/Text/Text.js +3 -4
  112. package/lib-commonjs/components/Text/Text.js.map +1 -1
  113. package/lib-commonjs/components/Text/index.js +1 -1
  114. package/lib-commonjs/components/Text/index.js.map +1 -1
  115. package/lib-commonjs/components/Text/{useTextStyles.js → useTextStyles.styles.js} +2 -2
  116. package/lib-commonjs/components/Text/useTextStyles.styles.js.map +1 -0
  117. package/lib-commonjs/components/presets/Body1/Body1.js +6 -32
  118. package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
  119. package/lib-commonjs/components/presets/Body1/index.js +5 -0
  120. package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
  121. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js +35 -0
  122. package/lib-commonjs/components/presets/Body1/useBody1Styles.styles.js.map +1 -0
  123. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +6 -32
  124. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  125. package/lib-commonjs/components/presets/Body1Strong/index.js +5 -0
  126. package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
  127. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js +35 -0
  128. package/lib-commonjs/components/presets/Body1Strong/useBody1StrongStyles.styles.js.map +1 -0
  129. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +6 -32
  130. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  131. package/lib-commonjs/components/presets/Body1Stronger/index.js +5 -0
  132. package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
  133. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js +35 -0
  134. package/lib-commonjs/components/presets/Body1Stronger/useBody1StrongerStyles.styles.js.map +1 -0
  135. package/lib-commonjs/components/presets/Body2/Body2.js +6 -32
  136. package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
  137. package/lib-commonjs/components/presets/Body2/index.js +5 -0
  138. package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
  139. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js +35 -0
  140. package/lib-commonjs/components/presets/Body2/useBody2Styles.styles.js.map +1 -0
  141. package/lib-commonjs/components/presets/Caption1/Caption1.js +6 -32
  142. package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
  143. package/lib-commonjs/components/presets/Caption1/index.js +5 -0
  144. package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
  145. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js +35 -0
  146. package/lib-commonjs/components/presets/Caption1/useCaption1Styles.styles.js.map +1 -0
  147. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +6 -32
  148. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  149. package/lib-commonjs/components/presets/Caption1Strong/index.js +5 -0
  150. package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
  151. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js +35 -0
  152. package/lib-commonjs/components/presets/Caption1Strong/useCaption1StrongStyles.styles.js.map +1 -0
  153. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +6 -32
  154. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  155. package/lib-commonjs/components/presets/Caption1Stronger/index.js +5 -0
  156. package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
  157. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js +35 -0
  158. package/lib-commonjs/components/presets/Caption1Stronger/useCaption1Stronger.styles.js.map +1 -0
  159. package/lib-commonjs/components/presets/Caption2/Caption2.js +6 -32
  160. package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
  161. package/lib-commonjs/components/presets/Caption2/index.js +5 -0
  162. package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
  163. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js +35 -0
  164. package/lib-commonjs/components/presets/Caption2/useCaption2Styles.styles.js.map +1 -0
  165. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +6 -32
  166. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  167. package/lib-commonjs/components/presets/Caption2Strong/index.js +5 -0
  168. package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
  169. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js +35 -0
  170. package/lib-commonjs/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js.map +1 -0
  171. package/lib-commonjs/components/presets/Display/Display.js +6 -32
  172. package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
  173. package/lib-commonjs/components/presets/Display/index.js +5 -0
  174. package/lib-commonjs/components/presets/Display/index.js.map +1 -1
  175. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js +35 -0
  176. package/lib-commonjs/components/presets/Display/useDisplayStyles.styles.js.map +1 -0
  177. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +6 -32
  178. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  179. package/lib-commonjs/components/presets/LargeTitle/index.js +5 -0
  180. package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
  181. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js +35 -0
  182. package/lib-commonjs/components/presets/LargeTitle/useLargeTitleStyles.styles.js.map +1 -0
  183. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +6 -32
  184. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  185. package/lib-commonjs/components/presets/Subtitle1/index.js +5 -0
  186. package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
  187. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js +35 -0
  188. package/lib-commonjs/components/presets/Subtitle1/useSubtitle1Styles.styles.js.map +1 -0
  189. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +6 -32
  190. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  191. package/lib-commonjs/components/presets/Subtitle2/index.js +5 -0
  192. package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
  193. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js +35 -0
  194. package/lib-commonjs/components/presets/Subtitle2/useSubtitle2Styles.styles.js.map +1 -0
  195. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +6 -32
  196. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  197. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js +5 -0
  198. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
  199. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js +35 -0
  200. package/lib-commonjs/components/presets/Subtitle2Stronger/useSubtitle2Stronger.styles.js.map +1 -0
  201. package/lib-commonjs/components/presets/Title1/Title1.js +6 -32
  202. package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
  203. package/lib-commonjs/components/presets/Title1/index.js +5 -0
  204. package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
  205. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js +35 -0
  206. package/lib-commonjs/components/presets/Title1/useTitle1Styles.styles.js.map +1 -0
  207. package/lib-commonjs/components/presets/Title2/Title2.js +6 -32
  208. package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
  209. package/lib-commonjs/components/presets/Title2/index.js +5 -0
  210. package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
  211. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js +35 -0
  212. package/lib-commonjs/components/presets/Title2/useTitle2Styles.styles.js.map +1 -0
  213. package/lib-commonjs/components/presets/Title3/Title3.js +6 -32
  214. package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
  215. package/lib-commonjs/components/presets/Title3/index.js +5 -0
  216. package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
  217. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js +35 -0
  218. package/lib-commonjs/components/presets/Title3/useTitle3Styles.styles.js.map +1 -0
  219. package/package.json +8 -7
  220. package/.swcrc +0 -30
  221. package/lib/components/Text/useTextStyles.js.map +0 -1
  222. package/lib-commonjs/components/Text/useTextStyles.js.map +0 -1
@@ -2,41 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- caption1StrongerClassNames: ()=>caption1StrongerClassNames,
13
- Caption1Stronger: ()=>Caption1Stronger
5
+ Object.defineProperty(exports, "Caption1Stronger", {
6
+ enumerable: true,
7
+ get: ()=>Caption1Stronger
14
8
  });
15
- const _react = require("@griffel/react");
16
9
  const _createPreset = require("../createPreset");
17
- const caption1StrongerClassNames = {
18
- root: 'fui-Caption1Stronger'
19
- };
20
- /**
21
- * Styles for the root slot
22
- */ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
23
- root: {
24
- Bahqtrf: "fk6fouc",
25
- Be2twd7: "fy9rknc",
26
- Bhrd7zp: "flh3ekv",
27
- Bg96gwp: "fwrc4pm"
28
- }
29
- }, {
30
- d: [
31
- ".fk6fouc{font-family:var(--fontFamilyBase);}",
32
- ".fy9rknc{font-size:var(--fontSizeBase200);}",
33
- ".flh3ekv{font-weight:var(--fontWeightBold);}",
34
- ".fwrc4pm{line-height:var(--lineHeightBase200);}"
35
- ]
36
- });
10
+ const _useCaption1StrongerStyles = require("./useCaption1Stronger.styles");
37
11
  const Caption1Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
- useStyles,
39
- className: caption1StrongerClassNames.root,
12
+ useStyles: _useCaption1StrongerStyles.useCaption1StrongerStyles,
13
+ className: _useCaption1StrongerStyles.caption1StrongerClassNames.root,
40
14
  displayName: 'Caption1Stronger'
41
15
  }); //# sourceMappingURL=Caption1Stronger.js.map
42
16
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/Caption1Stronger.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongerClassNames = {\n root: 'fui-Caption1Stronger'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger = /*#__PURE__*/createPreset({\n useStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger'\n});\n//# sourceMappingURL=Caption1Stronger.js.map"],"names":["caption1StrongerClassNames","Caption1Stronger","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,0BAA0B,MAA1BA;IAmBAC,gBAAgB,MAAhBA;;uBAtBY;8BACI;AAEtB,MAAMD,6BAA6B;IACxCE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM;AAIO,MAAMR,mBAAmB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACxDP;IACAQ,WAAWX,2BAA2BE,IAAI;IAC1CU,aAAa;AACf,IACA,4CAA4C"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/Caption1Stronger.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption1StrongerClassNames, useCaption1StrongerStyles } from './useCaption1Stronger.styles';\n/**\n * Text preset component for the Caption1Stronger typography variant\n */\nexport const Caption1Stronger = /*#__PURE__*/createPreset({\n useStyles: useCaption1StrongerStyles,\n className: caption1StrongerClassNames.root,\n displayName: 'Caption1Stronger'\n});\n//# sourceMappingURL=Caption1Stronger.js.map"],"names":["Caption1Stronger","createPreset","useStyles","useCaption1StrongerStyles","className","caption1StrongerClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;2CACyC;AAI/D,MAAMA,mBAAmB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACxDC,WAAWC,oDAAyB;IACpCC,WAAWC,qDAA0B,CAACC,IAAI;IAC1CC,aAAa;AACf,IACA,4CAA4C"}
@@ -2,8 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
+ Object.defineProperty(exports, "caption1StrongerClassNames", {
6
+ enumerable: true,
7
+ get: ()=>_useCaption1StrongerStyles.caption1StrongerClassNames
8
+ });
5
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
10
  _exportStar(require("./Caption1Stronger"), exports);
11
+ const _useCaption1StrongerStyles = require("./useCaption1Stronger.styles");
7
12
  //# sourceMappingURL=index.js.map
8
13
 
9
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/index.js"],"sourcesContent":["export * from './Caption1Stronger';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/index.js"],"sourcesContent":["export * from './Caption1Stronger';\nexport { caption1StrongerClassNames } from './useCaption1Stronger.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption1StrongerClassNames"],"mappings":";;;;+BACSA;;aAAAA,qDAA0B;;;oBADrB;2CAC6B;CAC3C,iCAAiC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ caption1StrongerClassNames: ()=>caption1StrongerClassNames,
13
+ useCaption1StrongerStyles: ()=>useCaption1StrongerStyles
14
+ });
15
+ const _react = require("@griffel/react");
16
+ const caption1StrongerClassNames = {
17
+ root: 'fui-Caption1Stronger'
18
+ };
19
+ const useCaption1StrongerStyles = /*#__PURE__*/ (0, _react["__styles"])({
20
+ root: {
21
+ Bahqtrf: "fk6fouc",
22
+ Be2twd7: "fy9rknc",
23
+ Bhrd7zp: "flh3ekv",
24
+ Bg96gwp: "fwrc4pm"
25
+ }
26
+ }, {
27
+ d: [
28
+ ".fk6fouc{font-family:var(--fontFamilyBase);}",
29
+ ".fy9rknc{font-size:var(--fontSizeBase200);}",
30
+ ".flh3ekv{font-weight:var(--fontWeightBold);}",
31
+ ".fwrc4pm{line-height:var(--lineHeightBase200);}"
32
+ ]
33
+ }); //# sourceMappingURL=useCaption1Stronger.styles.js.map
34
+
35
+ //# sourceMappingURL=useCaption1Stronger.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption1Stronger/useCaption1Stronger.styles.js"],"sourcesContent":["import { __styles } 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 */\nexport const useCaption1StrongerStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n//# sourceMappingURL=useCaption1Stronger.styles.js.map"],"names":["caption1StrongerClassNames","useCaption1StrongerStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,0BAA0B,MAA1BA;IAMAC,yBAAyB,MAAzBA;;uBARY;AAElB,MAAMD,6BAA6B;IACxCE,MAAM;AACR;AAIO,MAAMD,4BAA4B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC7DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAA+C;QAAgD;KAAkD;AACvM,IACA,sDAAsD"}
@@ -2,41 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- caption2ClassNames: ()=>caption2ClassNames,
13
- Caption2: ()=>Caption2
5
+ Object.defineProperty(exports, "Caption2", {
6
+ enumerable: true,
7
+ get: ()=>Caption2
14
8
  });
15
- const _react = require("@griffel/react");
16
9
  const _createPreset = require("../createPreset");
17
- const caption2ClassNames = {
18
- root: 'fui-Caption2'
19
- };
20
- /**
21
- * Styles for the root slot
22
- */ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
23
- root: {
24
- Bahqtrf: "fk6fouc",
25
- Be2twd7: "f13mqy1h",
26
- Bhrd7zp: "figsok6",
27
- Bg96gwp: "fcpl73t"
28
- }
29
- }, {
30
- d: [
31
- ".fk6fouc{font-family:var(--fontFamilyBase);}",
32
- ".f13mqy1h{font-size:var(--fontSizeBase100);}",
33
- ".figsok6{font-weight:var(--fontWeightRegular);}",
34
- ".fcpl73t{line-height:var(--lineHeightBase100);}"
35
- ]
36
- });
10
+ const _useCaption2StylesStyles = require("./useCaption2Styles.styles");
37
11
  const Caption2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
- useStyles,
39
- className: caption2ClassNames.root,
12
+ useStyles: _useCaption2StylesStyles.useCaption2Styles,
13
+ className: _useCaption2StylesStyles.caption2ClassNames.root,
40
14
  displayName: 'Caption2'
41
15
  }); //# sourceMappingURL=Caption2.js.map
42
16
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption2/Caption2.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2ClassNames = {\n root: 'fui-Caption2'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2 = /*#__PURE__*/createPreset({\n useStyles,\n className: caption2ClassNames.root,\n displayName: 'Caption2'\n});\n//# sourceMappingURL=Caption2.js.map"],"names":["caption2ClassNames","Caption2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,kBAAkB,MAAlBA;IAmBAC,QAAQ,MAARA;;uBAtBY;8BACI;AAEtB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAmD;KAAkD;AAC3M;AAIO,MAAMR,WAAW,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAChDP;IACAQ,WAAWX,mBAAmBE,IAAI;IAClCU,aAAa;AACf,IACA,oCAAoC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption2/Caption2.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption2ClassNames, useCaption2Styles } from './useCaption2Styles.styles';\n/**\n * Text preset component for the Caption2 typography variant\n */\nexport const Caption2 = /*#__PURE__*/createPreset({\n useStyles: useCaption2Styles,\n className: caption2ClassNames.root,\n displayName: 'Caption2'\n});\n//# sourceMappingURL=Caption2.js.map"],"names":["Caption2","createPreset","useStyles","useCaption2Styles","className","caption2ClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;yCACyB;AAI/C,MAAMA,WAAW,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAChDC,WAAWC,0CAAiB;IAC5BC,WAAWC,2CAAkB,CAACC,IAAI;IAClCC,aAAa;AACf,IACA,oCAAoC"}
@@ -2,8 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
+ Object.defineProperty(exports, "caption2ClassNames", {
6
+ enumerable: true,
7
+ get: ()=>_useCaption2StylesStyles.caption2ClassNames
8
+ });
5
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
10
  _exportStar(require("./Caption2"), exports);
11
+ const _useCaption2StylesStyles = require("./useCaption2Styles.styles");
7
12
  //# sourceMappingURL=index.js.map
8
13
 
9
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption2/index.js"],"sourcesContent":["export * from './Caption2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption2/index.js"],"sourcesContent":["export * from './Caption2';\nexport { caption2ClassNames } from './useCaption2Styles.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption2ClassNames"],"mappings":";;;;+BACSA;;aAAAA,2CAAkB;;;oBADb;yCACqB;CACnC,iCAAiC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ caption2ClassNames: ()=>caption2ClassNames,
13
+ useCaption2Styles: ()=>useCaption2Styles
14
+ });
15
+ const _react = require("@griffel/react");
16
+ const caption2ClassNames = {
17
+ root: 'fui-Caption2'
18
+ };
19
+ const useCaption2Styles = /*#__PURE__*/ (0, _react["__styles"])({
20
+ root: {
21
+ Bahqtrf: "fk6fouc",
22
+ Be2twd7: "f13mqy1h",
23
+ Bhrd7zp: "figsok6",
24
+ Bg96gwp: "fcpl73t"
25
+ }
26
+ }, {
27
+ d: [
28
+ ".fk6fouc{font-family:var(--fontFamilyBase);}",
29
+ ".f13mqy1h{font-size:var(--fontSizeBase100);}",
30
+ ".figsok6{font-weight:var(--fontWeightRegular);}",
31
+ ".fcpl73t{line-height:var(--lineHeightBase100);}"
32
+ ]
33
+ }); //# sourceMappingURL=useCaption2Styles.styles.js.map
34
+
35
+ //# sourceMappingURL=useCaption2Styles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption2/useCaption2Styles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2ClassNames = {\n root: 'fui-Caption2'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption2Styles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n//# sourceMappingURL=useCaption2Styles.styles.js.map"],"names":["caption2ClassNames","useCaption2Styles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,kBAAkB,MAAlBA;IAMAC,iBAAiB,MAAjBA;;uBARY;AAElB,MAAMD,qBAAqB;IAChCE,MAAM;AACR;AAIO,MAAMD,oBAAoB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACrDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAmD;KAAkD;AAC3M,IACA,oDAAoD"}
@@ -2,41 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- caption2StrongClassNames: ()=>caption2StrongClassNames,
13
- Caption2Strong: ()=>Caption2Strong
5
+ Object.defineProperty(exports, "Caption2Strong", {
6
+ enumerable: true,
7
+ get: ()=>Caption2Strong
14
8
  });
15
- const _react = require("@griffel/react");
16
9
  const _createPreset = require("../createPreset");
17
- const caption2StrongClassNames = {
18
- root: 'fui-Caption2Strong'
19
- };
20
- /**
21
- * Styles for the root slot
22
- */ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
23
- root: {
24
- Bahqtrf: "fk6fouc",
25
- Be2twd7: "f13mqy1h",
26
- Bhrd7zp: "fl43uef",
27
- Bg96gwp: "fcpl73t"
28
- }
29
- }, {
30
- d: [
31
- ".fk6fouc{font-family:var(--fontFamilyBase);}",
32
- ".f13mqy1h{font-size:var(--fontSizeBase100);}",
33
- ".fl43uef{font-weight:var(--fontWeightSemibold);}",
34
- ".fcpl73t{line-height:var(--lineHeightBase100);}"
35
- ]
36
- });
10
+ const _useCaption2StrongStylesStyles = require("./useCaption2StrongStyles.styles");
37
11
  const Caption2Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
- useStyles,
39
- className: caption2StrongClassNames.root,
12
+ useStyles: _useCaption2StrongStylesStyles.useCaption2StrongStyles,
13
+ className: _useCaption2StrongStylesStyles.caption2StrongClassNames.root,
40
14
  displayName: 'Caption2Strong'
41
15
  }); //# sourceMappingURL=Caption2Strong.js.map
42
16
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/Caption2Strong.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2StrongClassNames = {\n root: 'fui-Caption2Strong'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong = /*#__PURE__*/createPreset({\n useStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong'\n});\n//# sourceMappingURL=Caption2Strong.js.map"],"names":["caption2StrongClassNames","Caption2Strong","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,wBAAwB,MAAxBA;IAmBAC,cAAc,MAAdA;;uBAtBY;8BACI;AAEtB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M;AAIO,MAAMR,iBAAiB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACtDP;IACAQ,WAAWX,yBAAyBE,IAAI;IACxCU,aAAa;AACf,IACA,0CAA0C"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/Caption2Strong.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { caption2StrongClassNames, useCaption2StrongStyles } from './useCaption2StrongStyles.styles';\n/**\n * Text preset component for the Caption2Strong typography variant\n */\nexport const Caption2Strong = /*#__PURE__*/createPreset({\n useStyles: useCaption2StrongStyles,\n className: caption2StrongClassNames.root,\n displayName: 'Caption2Strong'\n});\n//# sourceMappingURL=Caption2Strong.js.map"],"names":["Caption2Strong","createPreset","useStyles","useCaption2StrongStyles","className","caption2StrongClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;+CACqC;AAI3D,MAAMA,iBAAiB,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IACtDC,WAAWC,sDAAuB;IAClCC,WAAWC,uDAAwB,CAACC,IAAI;IACxCC,aAAa;AACf,IACA,0CAA0C"}
@@ -2,8 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
+ Object.defineProperty(exports, "caption2StrongClassNames", {
6
+ enumerable: true,
7
+ get: ()=>_useCaption2StrongStylesStyles.caption2StrongClassNames
8
+ });
5
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
10
  _exportStar(require("./Caption2Strong"), exports);
11
+ const _useCaption2StrongStylesStyles = require("./useCaption2StrongStyles.styles");
7
12
  //# sourceMappingURL=index.js.map
8
13
 
9
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/index.js"],"sourcesContent":["export * from './Caption2Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/index.js"],"sourcesContent":["export * from './Caption2Strong';\nexport { caption2StrongClassNames } from './useCaption2StrongStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["caption2StrongClassNames"],"mappings":";;;;+BACSA;;aAAAA,uDAAwB;;;oBADnB;+CAC2B;CACzC,iCAAiC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ caption2StrongClassNames: ()=>caption2StrongClassNames,
13
+ useCaption2StrongStyles: ()=>useCaption2StrongStyles
14
+ });
15
+ const _react = require("@griffel/react");
16
+ const caption2StrongClassNames = {
17
+ root: 'fui-Caption2Strong'
18
+ };
19
+ const useCaption2StrongStyles = /*#__PURE__*/ (0, _react["__styles"])({
20
+ root: {
21
+ Bahqtrf: "fk6fouc",
22
+ Be2twd7: "f13mqy1h",
23
+ Bhrd7zp: "fl43uef",
24
+ Bg96gwp: "fcpl73t"
25
+ }
26
+ }, {
27
+ d: [
28
+ ".fk6fouc{font-family:var(--fontFamilyBase);}",
29
+ ".f13mqy1h{font-size:var(--fontSizeBase100);}",
30
+ ".fl43uef{font-weight:var(--fontWeightSemibold);}",
31
+ ".fcpl73t{line-height:var(--lineHeightBase100);}"
32
+ ]
33
+ }); //# sourceMappingURL=useCaption2StrongStyles.styles.js.map
34
+
35
+ //# sourceMappingURL=useCaption2StrongStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption2Strong/useCaption2StrongStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption2StrongClassNames = {\n root: 'fui-Caption2Strong'\n};\n/**\n * Styles for the root slot\n */\nexport const useCaption2StrongStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f13mqy1h\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcpl73t\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f13mqy1h{font-size:var(--fontSizeBase100);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcpl73t{line-height:var(--lineHeightBase100);}\"]\n});\n//# sourceMappingURL=useCaption2StrongStyles.styles.js.map"],"names":["caption2StrongClassNames","useCaption2StrongStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,wBAAwB,MAAxBA;IAMAC,uBAAuB,MAAvBA;;uBARY;AAElB,MAAMD,2BAA2B;IACtCE,MAAM;AACR;AAIO,MAAMD,0BAA0B,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IAC3DD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,0DAA0D"}
@@ -2,41 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- displayClassNames: ()=>displayClassNames,
13
- Display: ()=>Display
5
+ Object.defineProperty(exports, "Display", {
6
+ enumerable: true,
7
+ get: ()=>Display
14
8
  });
15
- const _react = require("@griffel/react");
16
9
  const _createPreset = require("../createPreset");
17
- const displayClassNames = {
18
- root: 'fui-Display'
19
- };
20
- /**
21
- * Styles for the root slot
22
- */ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
23
- root: {
24
- Bahqtrf: "fk6fouc",
25
- Be2twd7: "fpyltcb",
26
- Bhrd7zp: "fl43uef",
27
- Bg96gwp: "f1ivgwrt"
28
- }
29
- }, {
30
- d: [
31
- ".fk6fouc{font-family:var(--fontFamilyBase);}",
32
- ".fpyltcb{font-size:var(--fontSizeHero1000);}",
33
- ".fl43uef{font-weight:var(--fontWeightSemibold);}",
34
- ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"
35
- ]
36
- });
10
+ const _useDisplayStylesStyles = require("./useDisplayStyles.styles");
37
11
  const Display = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
- useStyles,
39
- className: displayClassNames.root,
12
+ useStyles: _useDisplayStylesStyles.useDisplayStyles,
13
+ className: _useDisplayStylesStyles.displayClassNames.root,
40
14
  displayName: 'Display'
41
15
  }); //# sourceMappingURL=Display.js.map
42
16
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Display/Display.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const displayClassNames = {\n root: 'fui-Display'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fpyltcb\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ivgwrt\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\"]\n});\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display = /*#__PURE__*/createPreset({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display'\n});\n//# sourceMappingURL=Display.js.map"],"names":["displayClassNames","Display","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,iBAAiB,MAAjBA;IAmBAC,OAAO,MAAPA;;uBAtBY;8BACI;AAEtB,MAAMD,oBAAoB;IAC/BE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAoD;AAC9M;AAIO,MAAMR,UAAU,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC/CP;IACAQ,WAAWX,kBAAkBE,IAAI;IACjCU,aAAa;AACf,IACA,mCAAmC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Display/Display.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { displayClassNames, useDisplayStyles } from './useDisplayStyles.styles';\n/**\n * Text preset component for the Display typography variant\n */\nexport const Display = /*#__PURE__*/createPreset({\n useStyles: useDisplayStyles,\n className: displayClassNames.root,\n displayName: 'Display'\n});\n//# sourceMappingURL=Display.js.map"],"names":["Display","createPreset","useStyles","useDisplayStyles","className","displayClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;wCACuB;AAI7C,MAAMA,UAAU,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAC/CC,WAAWC,wCAAgB;IAC3BC,WAAWC,yCAAiB,CAACC,IAAI;IACjCC,aAAa;AACf,IACA,mCAAmC"}
@@ -2,8 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
+ Object.defineProperty(exports, "displayClassNames", {
6
+ enumerable: true,
7
+ get: ()=>_useDisplayStylesStyles.displayClassNames
8
+ });
5
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
10
  _exportStar(require("./Display"), exports);
11
+ const _useDisplayStylesStyles = require("./useDisplayStyles.styles");
7
12
  //# sourceMappingURL=index.js.map
8
13
 
9
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Display/index.js"],"sourcesContent":["export * from './Display';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Display/index.js"],"sourcesContent":["export * from './Display';\nexport { displayClassNames } from './useDisplayStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["displayClassNames"],"mappings":";;;;+BACSA;;aAAAA,yCAAiB;;;oBADZ;wCACoB;CAClC,iCAAiC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ displayClassNames: ()=>displayClassNames,
13
+ useDisplayStyles: ()=>useDisplayStyles
14
+ });
15
+ const _react = require("@griffel/react");
16
+ const displayClassNames = {
17
+ root: 'fui-Display'
18
+ };
19
+ const useDisplayStyles = /*#__PURE__*/ (0, _react["__styles"])({
20
+ root: {
21
+ Bahqtrf: "fk6fouc",
22
+ Be2twd7: "fpyltcb",
23
+ Bhrd7zp: "fl43uef",
24
+ Bg96gwp: "f1ivgwrt"
25
+ }
26
+ }, {
27
+ d: [
28
+ ".fk6fouc{font-family:var(--fontFamilyBase);}",
29
+ ".fpyltcb{font-size:var(--fontSizeHero1000);}",
30
+ ".fl43uef{font-weight:var(--fontWeightSemibold);}",
31
+ ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"
32
+ ]
33
+ }); //# sourceMappingURL=useDisplayStyles.styles.js.map
34
+
35
+ //# sourceMappingURL=useDisplayStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../lib/components/presets/Display/useDisplayStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const displayClassNames = {\n root: 'fui-Display'\n};\n/**\n * Styles for the root slot\n */\nexport const useDisplayStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fpyltcb\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ivgwrt\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fpyltcb{font-size:var(--fontSizeHero1000);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ivgwrt{line-height:var(--lineHeightHero1000);}\"]\n});\n//# sourceMappingURL=useDisplayStyles.styles.js.map"],"names":["displayClassNames","useDisplayStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,iBAAiB,MAAjBA;IAMAC,gBAAgB,MAAhBA;;uBARY;AAElB,MAAMD,oBAAoB;IAC/BE,MAAM;AACR;AAIO,MAAMD,mBAAmB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACpDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAoD;AAC9M,IACA,mDAAmD"}
@@ -2,41 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- largeTitleClassNames: ()=>largeTitleClassNames,
13
- LargeTitle: ()=>LargeTitle
5
+ Object.defineProperty(exports, "LargeTitle", {
6
+ enumerable: true,
7
+ get: ()=>LargeTitle
14
8
  });
15
- const _react = require("@griffel/react");
16
9
  const _createPreset = require("../createPreset");
17
- const largeTitleClassNames = {
18
- root: 'fui-LargeTitle'
19
- };
20
- /**
21
- * Styles for the root slot
22
- */ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
23
- root: {
24
- Bahqtrf: "fk6fouc",
25
- Be2twd7: "f15afnhw",
26
- Bhrd7zp: "fl43uef",
27
- Bg96gwp: "fr3w3wp"
28
- }
29
- }, {
30
- d: [
31
- ".fk6fouc{font-family:var(--fontFamilyBase);}",
32
- ".f15afnhw{font-size:var(--fontSizeHero900);}",
33
- ".fl43uef{font-weight:var(--fontWeightSemibold);}",
34
- ".fr3w3wp{line-height:var(--lineHeightHero900);}"
35
- ]
36
- });
10
+ const _useLargeTitleStylesStyles = require("./useLargeTitleStyles.styles");
37
11
  const LargeTitle = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
- useStyles,
39
- className: largeTitleClassNames.root,
12
+ useStyles: _useLargeTitleStylesStyles.useLargeTitleStyles,
13
+ className: _useLargeTitleStylesStyles.largeTitleClassNames.root,
40
14
  displayName: 'LargeTitle'
41
15
  }); //# sourceMappingURL=LargeTitle.js.map
42
16
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/LargeTitle.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const largeTitleClassNames = {\n root: 'fui-LargeTitle'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f15afnhw\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fr3w3wp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\"]\n});\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle = /*#__PURE__*/createPreset({\n useStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle'\n});\n//# sourceMappingURL=LargeTitle.js.map"],"names":["largeTitleClassNames","LargeTitle","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,oBAAoB,MAApBA;IAmBAC,UAAU,MAAVA;;uBAtBY;8BACI;AAEtB,MAAMD,uBAAuB;IAClCE,MAAM;AACR;AACA;;CAEC,GACD,MAAMC,YAAY,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IACtCF,MAAM;QACJG,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M;AAIO,MAAMR,aAAa,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAClDP;IACAQ,WAAWX,qBAAqBE,IAAI;IACpCU,aAAa;AACf,IACA,sCAAsC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/LargeTitle.js"],"sourcesContent":["import { createPreset } from '../createPreset';\nimport { largeTitleClassNames, useLargeTitleStyles } from './useLargeTitleStyles.styles';\n/**\n * Text preset component for the Large Title typography variant\n */\nexport const LargeTitle = /*#__PURE__*/createPreset({\n useStyles: useLargeTitleStyles,\n className: largeTitleClassNames.root,\n displayName: 'LargeTitle'\n});\n//# sourceMappingURL=LargeTitle.js.map"],"names":["LargeTitle","createPreset","useStyles","useLargeTitleStyles","className","largeTitleClassNames","root","displayName"],"mappings":";;;;+BAKaA;;aAAAA;;8BALgB;2CAC6B;AAInD,MAAMA,aAAa,WAAW,GAAEC,IAAAA,0BAAY,EAAC;IAClDC,WAAWC,8CAAmB;IAC9BC,WAAWC,+CAAoB,CAACC,IAAI;IACpCC,aAAa;AACf,IACA,sCAAsC"}
@@ -2,8 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
+ Object.defineProperty(exports, "largeTitleClassNames", {
6
+ enumerable: true,
7
+ get: ()=>_useLargeTitleStylesStyles.largeTitleClassNames
8
+ });
5
9
  const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
10
  _exportStar(require("./LargeTitle"), exports);
11
+ const _useLargeTitleStylesStyles = require("./useLargeTitleStyles.styles");
7
12
  //# sourceMappingURL=index.js.map
8
13
 
9
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/index.js"],"sourcesContent":["export * from './LargeTitle';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/index.js"],"sourcesContent":["export * from './LargeTitle';\nexport { largeTitleClassNames } from './useLargeTitleStyles.styles';\n//# sourceMappingURL=index.js.map"],"names":["largeTitleClassNames"],"mappings":";;;;+BACSA;;aAAAA,+CAAoB;;;oBADf;2CACuB;CACrC,iCAAiC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ largeTitleClassNames: ()=>largeTitleClassNames,
13
+ useLargeTitleStyles: ()=>useLargeTitleStyles
14
+ });
15
+ const _react = require("@griffel/react");
16
+ const largeTitleClassNames = {
17
+ root: 'fui-LargeTitle'
18
+ };
19
+ const useLargeTitleStyles = /*#__PURE__*/ (0, _react["__styles"])({
20
+ root: {
21
+ Bahqtrf: "fk6fouc",
22
+ Be2twd7: "f15afnhw",
23
+ Bhrd7zp: "fl43uef",
24
+ Bg96gwp: "fr3w3wp"
25
+ }
26
+ }, {
27
+ d: [
28
+ ".fk6fouc{font-family:var(--fontFamilyBase);}",
29
+ ".f15afnhw{font-size:var(--fontSizeHero900);}",
30
+ ".fl43uef{font-weight:var(--fontWeightSemibold);}",
31
+ ".fr3w3wp{line-height:var(--lineHeightHero900);}"
32
+ ]
33
+ }); //# sourceMappingURL=useLargeTitleStyles.styles.js.map
34
+
35
+ //# sourceMappingURL=useLargeTitleStyles.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../lib/components/presets/LargeTitle/useLargeTitleStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const largeTitleClassNames = {\n root: 'fui-LargeTitle'\n};\n/**\n * Styles for the root slot\n */\nexport const useLargeTitleStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f15afnhw\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fr3w3wp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f15afnhw{font-size:var(--fontSizeHero900);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fr3w3wp{line-height:var(--lineHeightHero900);}\"]\n});\n//# sourceMappingURL=useLargeTitleStyles.styles.js.map"],"names":["largeTitleClassNames","useLargeTitleStyles","root","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":";;;;;;;;;;;IAEaA,oBAAoB,MAApBA;IAMAC,mBAAmB,MAAnBA;;uBARY;AAElB,MAAMD,uBAAuB;IAClCE,MAAM;AACR;AAIO,MAAMD,sBAAsB,WAAW,GAAEE,IAAAA,kBAAQ,EAAC;IACvDD,MAAM;QACJE,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAgD;QAAgD;QAAoD;KAAkD;AAC5M,IACA,sDAAsD"}