@fluentui/react-text 0.0.0-nightly-20230317-1454.1 → 0.0.0-nightly-20230322-0439.1

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 (143) hide show
  1. package/.swcrc +2 -11
  2. package/CHANGELOG.json +56 -11
  3. package/CHANGELOG.md +22 -8
  4. package/lib/Body1.js +1 -1
  5. package/lib/Body1Strong.js +1 -1
  6. package/lib/Body1Stronger.js +1 -1
  7. package/lib/Body2.js +1 -1
  8. package/lib/Caption1.js +1 -1
  9. package/lib/Caption1Strong.js +1 -1
  10. package/lib/Caption1Stronger.js +1 -1
  11. package/lib/Caption2.js +1 -1
  12. package/lib/Caption2Strong.js +1 -1
  13. package/lib/Display.js +1 -1
  14. package/lib/LargeTitle.js +1 -1
  15. package/lib/Subtitle1.js +1 -1
  16. package/lib/Subtitle2.js +1 -1
  17. package/lib/Subtitle2Stronger.js +1 -1
  18. package/lib/Text.js +1 -1
  19. package/lib/Title1.js +1 -1
  20. package/lib/Title2.js +1 -1
  21. package/lib/Title3.js +1 -1
  22. package/lib/components/Text/Text.js +6 -6
  23. package/lib/components/Text/index.js +5 -5
  24. package/lib/components/Text/renderText.js +2 -2
  25. package/lib/components/Text/useText.js +15 -14
  26. package/lib/components/Text/useText.js.map +1 -1
  27. package/lib/components/Text/useTextStyles.js +4 -4
  28. package/lib/components/presets/Body1/Body1.js +5 -5
  29. package/lib/components/presets/Body1/index.js +1 -1
  30. package/lib/components/presets/Body1Strong/Body1Strong.js +5 -5
  31. package/lib/components/presets/Body1Strong/index.js +1 -1
  32. package/lib/components/presets/Body1Stronger/Body1Stronger.js +5 -5
  33. package/lib/components/presets/Body1Stronger/index.js +1 -1
  34. package/lib/components/presets/Body2/Body2.js +5 -5
  35. package/lib/components/presets/Body2/index.js +1 -1
  36. package/lib/components/presets/Caption1/Caption1.js +5 -5
  37. package/lib/components/presets/Caption1/index.js +1 -1
  38. package/lib/components/presets/Caption1Strong/Caption1Strong.js +5 -5
  39. package/lib/components/presets/Caption1Strong/index.js +1 -1
  40. package/lib/components/presets/Caption1Stronger/Caption1Stronger.js +5 -5
  41. package/lib/components/presets/Caption1Stronger/index.js +1 -1
  42. package/lib/components/presets/Caption2/Caption2.js +5 -5
  43. package/lib/components/presets/Caption2/index.js +1 -1
  44. package/lib/components/presets/Caption2Strong/Caption2Strong.js +5 -5
  45. package/lib/components/presets/Caption2Strong/index.js +1 -1
  46. package/lib/components/presets/Display/Display.js +5 -5
  47. package/lib/components/presets/Display/index.js +1 -1
  48. package/lib/components/presets/LargeTitle/LargeTitle.js +5 -5
  49. package/lib/components/presets/LargeTitle/index.js +1 -1
  50. package/lib/components/presets/Subtitle1/Subtitle1.js +5 -5
  51. package/lib/components/presets/Subtitle1/index.js +1 -1
  52. package/lib/components/presets/Subtitle2/Subtitle2.js +5 -5
  53. package/lib/components/presets/Subtitle2/index.js +1 -1
  54. package/lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +5 -5
  55. package/lib/components/presets/Subtitle2Stronger/index.js +1 -1
  56. package/lib/components/presets/Title1/Title1.js +5 -5
  57. package/lib/components/presets/Title1/index.js +1 -1
  58. package/lib/components/presets/Title2/Title2.js +5 -5
  59. package/lib/components/presets/Title2/index.js +1 -1
  60. package/lib/components/presets/Title3/Title3.js +5 -5
  61. package/lib/components/presets/Title3/index.js +1 -1
  62. package/lib/components/presets/createPreset.js +3 -3
  63. package/lib/index.js +18 -18
  64. package/lib-commonjs/Body1.js.map +1 -1
  65. package/lib-commonjs/Body1Strong.js.map +1 -1
  66. package/lib-commonjs/Body1Stronger.js.map +1 -1
  67. package/lib-commonjs/Body2.js.map +1 -1
  68. package/lib-commonjs/Caption1.js.map +1 -1
  69. package/lib-commonjs/Caption1Strong.js.map +1 -1
  70. package/lib-commonjs/Caption1Stronger.js.map +1 -1
  71. package/lib-commonjs/Caption2.js.map +1 -1
  72. package/lib-commonjs/Caption2Strong.js.map +1 -1
  73. package/lib-commonjs/Display.js.map +1 -1
  74. package/lib-commonjs/LargeTitle.js.map +1 -1
  75. package/lib-commonjs/Subtitle1.js.map +1 -1
  76. package/lib-commonjs/Subtitle2.js.map +1 -1
  77. package/lib-commonjs/Subtitle2Stronger.js.map +1 -1
  78. package/lib-commonjs/Text.js.map +1 -1
  79. package/lib-commonjs/Title1.js.map +1 -1
  80. package/lib-commonjs/Title2.js.map +1 -1
  81. package/lib-commonjs/Title3.js.map +1 -1
  82. package/lib-commonjs/components/Text/Text.js +1 -1
  83. package/lib-commonjs/components/Text/Text.js.map +1 -1
  84. package/lib-commonjs/components/Text/index.js.map +1 -1
  85. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  86. package/lib-commonjs/components/Text/useText.js +13 -12
  87. package/lib-commonjs/components/Text/useText.js.map +1 -1
  88. package/lib-commonjs/components/Text/useTextStyles.js +2 -2
  89. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  90. package/lib-commonjs/components/presets/Body1/Body1.js +2 -2
  91. package/lib-commonjs/components/presets/Body1/Body1.js.map +1 -1
  92. package/lib-commonjs/components/presets/Body1/index.js.map +1 -1
  93. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js +2 -2
  94. package/lib-commonjs/components/presets/Body1Strong/Body1Strong.js.map +1 -1
  95. package/lib-commonjs/components/presets/Body1Strong/index.js.map +1 -1
  96. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js +2 -2
  97. package/lib-commonjs/components/presets/Body1Stronger/Body1Stronger.js.map +1 -1
  98. package/lib-commonjs/components/presets/Body1Stronger/index.js.map +1 -1
  99. package/lib-commonjs/components/presets/Body2/Body2.js +2 -2
  100. package/lib-commonjs/components/presets/Body2/Body2.js.map +1 -1
  101. package/lib-commonjs/components/presets/Body2/index.js.map +1 -1
  102. package/lib-commonjs/components/presets/Caption1/Caption1.js +2 -2
  103. package/lib-commonjs/components/presets/Caption1/Caption1.js.map +1 -1
  104. package/lib-commonjs/components/presets/Caption1/index.js.map +1 -1
  105. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js +2 -2
  106. package/lib-commonjs/components/presets/Caption1Strong/Caption1Strong.js.map +1 -1
  107. package/lib-commonjs/components/presets/Caption1Strong/index.js.map +1 -1
  108. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js +2 -2
  109. package/lib-commonjs/components/presets/Caption1Stronger/Caption1Stronger.js.map +1 -1
  110. package/lib-commonjs/components/presets/Caption1Stronger/index.js.map +1 -1
  111. package/lib-commonjs/components/presets/Caption2/Caption2.js +2 -2
  112. package/lib-commonjs/components/presets/Caption2/Caption2.js.map +1 -1
  113. package/lib-commonjs/components/presets/Caption2/index.js.map +1 -1
  114. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js +2 -2
  115. package/lib-commonjs/components/presets/Caption2Strong/Caption2Strong.js.map +1 -1
  116. package/lib-commonjs/components/presets/Caption2Strong/index.js.map +1 -1
  117. package/lib-commonjs/components/presets/Display/Display.js +2 -2
  118. package/lib-commonjs/components/presets/Display/Display.js.map +1 -1
  119. package/lib-commonjs/components/presets/Display/index.js.map +1 -1
  120. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js +2 -2
  121. package/lib-commonjs/components/presets/LargeTitle/LargeTitle.js.map +1 -1
  122. package/lib-commonjs/components/presets/LargeTitle/index.js.map +1 -1
  123. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js +2 -2
  124. package/lib-commonjs/components/presets/Subtitle1/Subtitle1.js.map +1 -1
  125. package/lib-commonjs/components/presets/Subtitle1/index.js.map +1 -1
  126. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js +2 -2
  127. package/lib-commonjs/components/presets/Subtitle2/Subtitle2.js.map +1 -1
  128. package/lib-commonjs/components/presets/Subtitle2/index.js.map +1 -1
  129. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js +2 -2
  130. package/lib-commonjs/components/presets/Subtitle2Stronger/Subtitle2Stronger.js.map +1 -1
  131. package/lib-commonjs/components/presets/Subtitle2Stronger/index.js.map +1 -1
  132. package/lib-commonjs/components/presets/Title1/Title1.js +2 -2
  133. package/lib-commonjs/components/presets/Title1/Title1.js.map +1 -1
  134. package/lib-commonjs/components/presets/Title1/index.js.map +1 -1
  135. package/lib-commonjs/components/presets/Title2/Title2.js +2 -2
  136. package/lib-commonjs/components/presets/Title2/Title2.js.map +1 -1
  137. package/lib-commonjs/components/presets/Title2/index.js.map +1 -1
  138. package/lib-commonjs/components/presets/Title3/Title3.js +2 -2
  139. package/lib-commonjs/components/presets/Title3/Title3.js.map +1 -1
  140. package/lib-commonjs/components/presets/Title3/index.js.map +1 -1
  141. package/lib-commonjs/components/presets/createPreset.js.map +1 -1
  142. package/lib-commonjs/index.js.map +1 -1
  143. package/package.json +6 -5
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const body1StrongClassNames = {
18
- root: "fui-Body1Strong"
18
+ root: 'fui-Body1Strong'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const body1StrongClassNames = {
37
37
  const Body1Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: body1StrongClassNames.root,
40
- displayName: "Body1Strong"
40
+ displayName: 'Body1Strong'
41
41
  }); //# sourceMappingURL=Body1Strong.js.map
42
42
 
43
43
  //# sourceMappingURL=Body1Strong.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body1Strong/Body1Strong.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body1StrongClassNames = {\n root: \"fui-Body1Strong\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong = /*#__PURE__*/createPreset({\n useStyles,\n className: body1StrongClassNames.root,\n displayName: \"Body1Strong\"\n});\n//# sourceMappingURL=Body1Strong.js.map"],"names":["body1StrongClassNames","Body1Strong","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,qBAAqB,MAArBA;IAmBAC,WAAW,MAAXA;;uBAtBY;8BACI;AAEtB,MAAMD,wBAAwB;IACnCE,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;QAAoD;KAAmD;AAC5M;AAIO,MAAMR,cAAc,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACnDP;IACAQ,WAAWX,sBAAsBE,IAAI;IACrCU,aAAa;AACf,IACA,uCAAuC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body1Strong/Body1Strong.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongClassNames = {\n root: 'fui-Body1Strong'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n/**\n * Text preset component for the Body1Strong typography variant\n */\nexport const Body1Strong = /*#__PURE__*/createPreset({\n useStyles,\n className: body1StrongClassNames.root,\n displayName: 'Body1Strong'\n});\n//# sourceMappingURL=Body1Strong.js.map"],"names":["body1StrongClassNames","Body1Strong","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,qBAAqB,MAArBA;IAmBAC,WAAW,MAAXA;;uBAtBY;8BACI;AAEtB,MAAMD,wBAAwB;IACnCE,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;QAAoD;KAAmD;AAC5M;AAIO,MAAMR,cAAc,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACnDP;IACAQ,WAAWX,sBAAsBE,IAAI;IACrCU,aAAa;AACf,IACA,uCAAuC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body1Strong/index.js"],"sourcesContent":["export * from \"./Body1Strong\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body1Strong/index.js"],"sourcesContent":["export * from './Body1Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const body1StrongerClassNames = {
18
- root: "fui-Body1Stronger"
18
+ root: 'fui-Body1Stronger'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const body1StrongerClassNames = {
37
37
  const Body1Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: body1StrongerClassNames.root,
40
- displayName: "Body1Stronger"
40
+ displayName: 'Body1Stronger'
41
41
  }); //# sourceMappingURL=Body1Stronger.js.map
42
42
 
43
43
  //# sourceMappingURL=Body1Stronger.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/Body1Stronger.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body1StrongerClassNames = {\n root: \"fui-Body1Stronger\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger = /*#__PURE__*/createPreset({\n useStyles,\n className: body1StrongerClassNames.root,\n displayName: \"Body1Stronger\"\n});\n//# sourceMappingURL=Body1Stronger.js.map"],"names":["body1StrongerClassNames","Body1Stronger","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,uBAAuB,MAAvBA;IAmBAC,aAAa,MAAbA;;uBAtBY;8BACI;AAEtB,MAAMD,0BAA0B;IACrCE,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;KAAmD;AACxM;AAIO,MAAMR,gBAAgB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACrDP;IACAQ,WAAWX,wBAAwBE,IAAI;IACvCU,aAAa;AACf,IACA,yCAAyC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/Body1Stronger.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body1StrongerClassNames = {\n root: 'fui-Body1Stronger'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fkhj508\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"f1i3iumi\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fkhj508{font-size:var(--fontSizeBase300);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".f1i3iumi{line-height:var(--lineHeightBase300);}\"]\n});\n/**\n * Text preset component for the Body1Stronger typography variant\n */\nexport const Body1Stronger = /*#__PURE__*/createPreset({\n useStyles,\n className: body1StrongerClassNames.root,\n displayName: 'Body1Stronger'\n});\n//# sourceMappingURL=Body1Stronger.js.map"],"names":["body1StrongerClassNames","Body1Stronger","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,uBAAuB,MAAvBA;IAmBAC,aAAa,MAAbA;;uBAtBY;8BACI;AAEtB,MAAMD,0BAA0B;IACrCE,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;KAAmD;AACxM;AAIO,MAAMR,gBAAgB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACrDP;IACAQ,WAAWX,wBAAwBE,IAAI;IACvCU,aAAa;AACf,IACA,yCAAyC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/index.js"],"sourcesContent":["export * from \"./Body1Stronger\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body1Stronger/index.js"],"sourcesContent":["export * from './Body1Stronger';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const body2ClassNames = {
18
- root: "fui-Body2"
18
+ root: 'fui-Body2'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const body2ClassNames = {
37
37
  const Body2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: body2ClassNames.root,
40
- displayName: "Body2"
40
+ displayName: 'Body2'
41
41
  }); //# sourceMappingURL=Body2.js.map
42
42
 
43
43
  //# sourceMappingURL=Body2.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body2/Body2.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const body2ClassNames = {\n root: \"fui-Body2\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2 = /*#__PURE__*/createPreset({\n useStyles,\n className: body2ClassNames.root,\n displayName: \"Body2\"\n});\n//# sourceMappingURL=Body2.js.map"],"names":["body2ClassNames","Body2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,eAAe,MAAfA;IAmBAC,KAAK,MAALA;;uBAtBY;8BACI;AAEtB,MAAMD,kBAAkB;IAC7BE,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;QAAmD;KAAkD;AAC1M;AAIO,MAAMR,QAAQ,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC7CP;IACAQ,WAAWX,gBAAgBE,IAAI;IAC/BU,aAAa;AACf,IACA,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body2/Body2.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const body2ClassNames = {\n root: 'fui-Body2'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n/**\n * Text preset component for the Body2 typography variant\n */\nexport const Body2 = /*#__PURE__*/createPreset({\n useStyles,\n className: body2ClassNames.root,\n displayName: 'Body2'\n});\n//# sourceMappingURL=Body2.js.map"],"names":["body2ClassNames","Body2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,eAAe,MAAfA;IAmBAC,KAAK,MAALA;;uBAtBY;8BACI;AAEtB,MAAMD,kBAAkB;IAC7BE,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;QAAmD;KAAkD;AAC1M;AAIO,MAAMR,QAAQ,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC7CP;IACAQ,WAAWX,gBAAgBE,IAAI;IAC/BU,aAAa;AACf,IACA,iCAAiC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Body2/index.js"],"sourcesContent":["export * from \"./Body2\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Body2/index.js"],"sourcesContent":["export * from './Body2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const caption1ClassNames = {
18
- root: "fui-Caption1"
18
+ root: 'fui-Caption1'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const caption1ClassNames = {
37
37
  const Caption1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: caption1ClassNames.root,
40
- displayName: "Caption1"
40
+ displayName: 'Caption1'
41
41
  }); //# sourceMappingURL=Caption1.js.map
42
42
 
43
43
  //# sourceMappingURL=Caption1.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption1/Caption1.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption1ClassNames = {\n root: \"fui-Caption1\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1 = /*#__PURE__*/createPreset({\n useStyles,\n className: caption1ClassNames.root,\n displayName: \"Caption1\"\n});\n//# sourceMappingURL=Caption1.js.map"],"names":["caption1ClassNames","Caption1","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;QAA+C;QAAmD;KAAkD;AAC1M;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/Caption1/Caption1.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1ClassNames = {\n root: 'fui-Caption1'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"figsok6\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".figsok6{font-weight:var(--fontWeightRegular);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n/**\n * Text preset component for the Caption1 typography variant\n */\nexport const Caption1 = /*#__PURE__*/createPreset({\n useStyles,\n className: caption1ClassNames.root,\n displayName: 'Caption1'\n});\n//# sourceMappingURL=Caption1.js.map"],"names":["caption1ClassNames","Caption1","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;QAA+C;QAAmD;KAAkD;AAC1M;AAIO,MAAMR,WAAW,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAChDP;IACAQ,WAAWX,mBAAmBE,IAAI;IAClCU,aAAa;AACf,IACA,oCAAoC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption1/index.js"],"sourcesContent":["export * from \"./Caption1\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption1/index.js"],"sourcesContent":["export * from './Caption1';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const caption1StrongClassNames = {
18
- root: "fui-Caption1Strong"
18
+ root: 'fui-Caption1Strong'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const caption1StrongClassNames = {
37
37
  const Caption1Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: caption1StrongClassNames.root,
40
- displayName: "Caption1Strong"
40
+ displayName: 'Caption1Strong'
41
41
  }); //# sourceMappingURL=Caption1Strong.js.map
42
42
 
43
43
  //# sourceMappingURL=Caption1Strong.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/Caption1Strong.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const caption1StrongClassNames = {\n root: \"fui-Caption1Strong\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong = /*#__PURE__*/createPreset({\n useStyles,\n className: caption1StrongClassNames.root,\n displayName: \"Caption1Strong\"\n});\n//# sourceMappingURL=Caption1Strong.js.map"],"names":["caption1StrongClassNames","Caption1Strong","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;QAA+C;QAAoD;KAAkD;AAC3M;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/Caption1Strong/Caption1Strong.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const caption1StrongClassNames = {\n root: 'fui-Caption1Strong'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fy9rknc\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fwrc4pm\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fy9rknc{font-size:var(--fontSizeBase200);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fwrc4pm{line-height:var(--lineHeightBase200);}\"]\n});\n/**\n * Text preset component for the Caption1Strong typography variant\n */\nexport const Caption1Strong = /*#__PURE__*/createPreset({\n useStyles,\n className: caption1StrongClassNames.root,\n displayName: 'Caption1Strong'\n});\n//# sourceMappingURL=Caption1Strong.js.map"],"names":["caption1StrongClassNames","Caption1Strong","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;QAA+C;QAAoD;KAAkD;AAC3M;AAIO,MAAMR,iBAAiB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACtDP;IACAQ,WAAWX,yBAAyBE,IAAI;IACxCU,aAAa;AACf,IACA,0CAA0C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/index.js"],"sourcesContent":["export * from \"./Caption1Strong\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Caption1Strong/index.js"],"sourcesContent":["export * from './Caption1Strong';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const caption1StrongerClassNames = {
18
- root: "fui-Caption1Stronger"
18
+ root: 'fui-Caption1Stronger'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const caption1StrongerClassNames = {
37
37
  const Caption1Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: caption1StrongerClassNames.root,
40
- displayName: "Caption1Stronger"
40
+ displayName: 'Caption1Stronger'
41
41
  }); //# sourceMappingURL=Caption1Stronger.js.map
42
42
 
43
43
  //# sourceMappingURL=Caption1Stronger.js.map
@@ -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 { __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 +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';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const caption2ClassNames = {
18
- root: "fui-Caption2"
18
+ root: 'fui-Caption2'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const caption2ClassNames = {
37
37
  const Caption2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: caption2ClassNames.root,
40
- displayName: "Caption2"
40
+ displayName: 'Caption2'
41
41
  }); //# sourceMappingURL=Caption2.js.map
42
42
 
43
43
  //# sourceMappingURL=Caption2.js.map
@@ -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 { __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 +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';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const caption2StrongClassNames = {
18
- root: "fui-Caption2Strong"
18
+ root: 'fui-Caption2Strong'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const caption2StrongClassNames = {
37
37
  const Caption2Strong = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: caption2StrongClassNames.root,
40
- displayName: "Caption2Strong"
40
+ displayName: 'Caption2Strong'
41
41
  }); //# sourceMappingURL=Caption2Strong.js.map
42
42
 
43
43
  //# sourceMappingURL=Caption2Strong.js.map
@@ -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 { __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 +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';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const displayClassNames = {
18
- root: "fui-Display"
18
+ root: 'fui-Display'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const displayClassNames = {
37
37
  const Display = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: displayClassNames.root,
40
- displayName: "Display"
40
+ displayName: 'Display'
41
41
  }); //# sourceMappingURL=Display.js.map
42
42
 
43
43
  //# sourceMappingURL=Display.js.map
@@ -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 { __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 +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';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const largeTitleClassNames = {
18
- root: "fui-LargeTitle"
18
+ root: 'fui-LargeTitle'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const largeTitleClassNames = {
37
37
  const LargeTitle = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: largeTitleClassNames.root,
40
- displayName: "LargeTitle"
40
+ displayName: 'LargeTitle'
41
41
  }); //# sourceMappingURL=LargeTitle.js.map
42
42
 
43
43
  //# sourceMappingURL=LargeTitle.js.map
@@ -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 { __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 +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';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const subtitle1ClassNames = {
18
- root: "fui-Subtitle1"
18
+ root: 'fui-Subtitle1'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const subtitle1ClassNames = {
37
37
  const Subtitle1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: subtitle1ClassNames.root,
40
- displayName: "Subtitle1"
40
+ displayName: 'Subtitle1'
41
41
  }); //# sourceMappingURL=Subtitle1.js.map
42
42
 
43
43
  //# sourceMappingURL=Subtitle1.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/Subtitle1.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const subtitle1ClassNames = {\n root: \"fui-Subtitle1\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1pp30po\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f106mvju\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\"]\n});\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1 = /*#__PURE__*/createPreset({\n useStyles,\n className: subtitle1ClassNames.root,\n displayName: \"Subtitle1\"\n});\n//# sourceMappingURL=Subtitle1.js.map"],"names":["subtitle1ClassNames","Subtitle1","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,mBAAmB,MAAnBA;IAmBAC,SAAS,MAATA;;uBAtBY;8BACI;AAEtB,MAAMD,sBAAsB;IACjCE,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;KAAmD;AAC7M;AAIO,MAAMR,YAAY,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACjDP;IACAQ,WAAWX,oBAAoBE,IAAI;IACnCU,aAAa;AACf,IACA,qCAAqC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/Subtitle1.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle1ClassNames = {\n root: 'fui-Subtitle1'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1pp30po\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f106mvju\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1pp30po{font-size:var(--fontSizeBase500);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f106mvju{line-height:var(--lineHeightBase500);}\"]\n});\n/**\n * Text preset component for the Subtitle1 typography variant\n */\nexport const Subtitle1 = /*#__PURE__*/createPreset({\n useStyles,\n className: subtitle1ClassNames.root,\n displayName: 'Subtitle1'\n});\n//# sourceMappingURL=Subtitle1.js.map"],"names":["subtitle1ClassNames","Subtitle1","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,mBAAmB,MAAnBA;IAmBAC,SAAS,MAATA;;uBAtBY;8BACI;AAEtB,MAAMD,sBAAsB;IACjCE,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;KAAmD;AAC7M;AAIO,MAAMR,YAAY,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACjDP;IACAQ,WAAWX,oBAAoBE,IAAI;IACnCU,aAAa;AACf,IACA,qCAAqC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/index.js"],"sourcesContent":["export * from \"./Subtitle1\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Subtitle1/index.js"],"sourcesContent":["export * from './Subtitle1';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const subtitle2ClassNames = {
18
- root: "fui-Subtitle2"
18
+ root: 'fui-Subtitle2'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const subtitle2ClassNames = {
37
37
  const Subtitle2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: subtitle2ClassNames.root,
40
- displayName: "Subtitle2"
40
+ displayName: 'Subtitle2'
41
41
  }); //# sourceMappingURL=Subtitle2.js.map
42
42
 
43
43
  //# sourceMappingURL=Subtitle2.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/Subtitle2.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const subtitle2ClassNames = {\n root: \"fui-Subtitle2\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n/**\n * Text preset component for the Subtitle2 typography variant\n */\nexport const Subtitle2 = /*#__PURE__*/createPreset({\n useStyles,\n className: subtitle2ClassNames.root,\n displayName: \"Subtitle2\"\n});\n//# sourceMappingURL=Subtitle2.js.map"],"names":["subtitle2ClassNames","Subtitle2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,mBAAmB,MAAnBA;IAmBAC,SAAS,MAATA;;uBAtBY;8BACI;AAEtB,MAAMD,sBAAsB;IACjCE,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;QAAoD;KAAkD;AAC3M;AAIO,MAAMR,YAAY,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACjDP;IACAQ,WAAWX,oBAAoBE,IAAI;IACnCU,aAAa;AACf,IACA,qCAAqC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/Subtitle2.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2ClassNames = {\n root: 'fui-Subtitle2'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n/**\n * Text preset component for the Subtitle2 typography variant\n */\nexport const Subtitle2 = /*#__PURE__*/createPreset({\n useStyles,\n className: subtitle2ClassNames.root,\n displayName: 'Subtitle2'\n});\n//# sourceMappingURL=Subtitle2.js.map"],"names":["subtitle2ClassNames","Subtitle2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,mBAAmB,MAAnBA;IAmBAC,SAAS,MAATA;;uBAtBY;8BACI;AAEtB,MAAMD,sBAAsB;IACjCE,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;QAAoD;KAAkD;AAC3M;AAIO,MAAMR,YAAY,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACjDP;IACAQ,WAAWX,oBAAoBE,IAAI;IACnCU,aAAa;AACf,IACA,qCAAqC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/index.js"],"sourcesContent":["export * from \"./Subtitle2\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Subtitle2/index.js"],"sourcesContent":["export * from './Subtitle2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const subtitle2StrongerClassNames = {
18
- root: "fui-Subtitle2Stronger"
18
+ root: 'fui-Subtitle2Stronger'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const subtitle2StrongerClassNames = {
37
37
  const Subtitle2Stronger = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: subtitle2StrongerClassNames.root,
40
- displayName: "Subtitle2Stronger"
40
+ displayName: 'Subtitle2Stronger'
41
41
  }); //# sourceMappingURL=Subtitle2Stronger.js.map
42
42
 
43
43
  //# sourceMappingURL=Subtitle2Stronger.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const subtitle2StrongerClassNames = {\n root: \"fui-Subtitle2Stronger\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n/**\n * Text preset component for the Subtitle2Stronger typography variant\n */\nexport const Subtitle2Stronger = /*#__PURE__*/createPreset({\n useStyles,\n className: subtitle2StrongerClassNames.root,\n displayName: \"Subtitle2Stronger\"\n});\n//# sourceMappingURL=Subtitle2Stronger.js.map"],"names":["subtitle2StrongerClassNames","Subtitle2Stronger","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,2BAA2B,MAA3BA;IAmBAC,iBAAiB,MAAjBA;;uBAtBY;8BACI;AAEtB,MAAMD,8BAA8B;IACzCE,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,oBAAoB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACzDP;IACAQ,WAAWX,4BAA4BE,IAAI;IAC3CU,aAAa;AACf,IACA,6CAA6C"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/Subtitle2Stronger.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const subtitle2StrongerClassNames = {\n root: 'fui-Subtitle2Stronger'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fod5ikn\",\n Bhrd7zp: \"flh3ekv\",\n Bg96gwp: \"faaz57k\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fod5ikn{font-size:var(--fontSizeBase400);}\", \".flh3ekv{font-weight:var(--fontWeightBold);}\", \".faaz57k{line-height:var(--lineHeightBase400);}\"]\n});\n/**\n * Text preset component for the Subtitle2Stronger typography variant\n */\nexport const Subtitle2Stronger = /*#__PURE__*/createPreset({\n useStyles,\n className: subtitle2StrongerClassNames.root,\n displayName: 'Subtitle2Stronger'\n});\n//# sourceMappingURL=Subtitle2Stronger.js.map"],"names":["subtitle2StrongerClassNames","Subtitle2Stronger","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,2BAA2B,MAA3BA;IAmBAC,iBAAiB,MAAjBA;;uBAtBY;8BACI;AAEtB,MAAMD,8BAA8B;IACzCE,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,oBAAoB,WAAW,GAAES,IAAAA,0BAAY,EAAC;IACzDP;IACAQ,WAAWX,4BAA4BE,IAAI;IAC3CU,aAAa;AACf,IACA,6CAA6C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/index.js"],"sourcesContent":["export * from \"./Subtitle2Stronger\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Subtitle2Stronger/index.js"],"sourcesContent":["export * from './Subtitle2Stronger';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const title1ClassNames = {
18
- root: "fui-Title1"
18
+ root: 'fui-Title1'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const title1ClassNames = {
37
37
  const Title1 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: title1ClassNames.root,
40
- displayName: "Title1"
40
+ displayName: 'Title1'
41
41
  }); //# sourceMappingURL=Title1.js.map
42
42
 
43
43
  //# sourceMappingURL=Title1.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title1/Title1.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const title1ClassNames = {\n root: \"fui-Title1\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fccw675\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ebx5kk\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\"]\n});\n/**\n * Text preset component for the Title 1 typography variant\n */\nexport const Title1 = /*#__PURE__*/createPreset({\n useStyles,\n className: title1ClassNames.root,\n displayName: \"Title1\"\n});\n//# sourceMappingURL=Title1.js.map"],"names":["title1ClassNames","Title1","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IAmBAC,MAAM,MAANA;;uBAtBY;8BACI;AAEtB,MAAMD,mBAAmB;IAC9BE,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;QAAoD;KAAmD;AAC5M;AAIO,MAAMR,SAAS,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC9CP;IACAQ,WAAWX,iBAAiBE,IAAI;IAChCU,aAAa;AACf,IACA,kCAAkC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Title1/Title1.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title1ClassNames = {\n root: 'fui-Title1'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fccw675\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"f1ebx5kk\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fccw675{font-size:var(--fontSizeHero800);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".f1ebx5kk{line-height:var(--lineHeightHero800);}\"]\n});\n/**\n * Text preset component for the Title 1 typography variant\n */\nexport const Title1 = /*#__PURE__*/createPreset({\n useStyles,\n className: title1ClassNames.root,\n displayName: 'Title1'\n});\n//# sourceMappingURL=Title1.js.map"],"names":["title1ClassNames","Title1","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IAmBAC,MAAM,MAANA;;uBAtBY;8BACI;AAEtB,MAAMD,mBAAmB;IAC9BE,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;QAAoD;KAAmD;AAC5M;AAIO,MAAMR,SAAS,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC9CP;IACAQ,WAAWX,iBAAiBE,IAAI;IAChCU,aAAa;AACf,IACA,kCAAkC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title1/index.js"],"sourcesContent":["export * from \"./Title1\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Title1/index.js"],"sourcesContent":["export * from './Title1';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const title2ClassNames = {
18
- root: "fui-Title2"
18
+ root: 'fui-Title2'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const title2ClassNames = {
37
37
  const Title2 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: title2ClassNames.root,
40
- displayName: "Title2"
40
+ displayName: 'Title2'
41
41
  }); //# sourceMappingURL=Title2.js.map
42
42
 
43
43
  //# sourceMappingURL=Title2.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title2/Title2.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const title2ClassNames = {\n root: \"fui-Title2\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fojgt09\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\n/**\n * Text preset component for the Title 2 typography variant\n */\nexport const Title2 = /*#__PURE__*/createPreset({\n useStyles,\n className: title2ClassNames.root,\n displayName: \"Title2\"\n});\n//# sourceMappingURL=Title2.js.map"],"names":["title2ClassNames","Title2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IAmBAC,MAAM,MAANA;;uBAtBY;8BACI;AAEtB,MAAMD,mBAAmB;IAC9BE,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;QAAoD;KAAkD;AAC3M;AAIO,MAAMR,SAAS,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC9CP;IACAQ,WAAWX,iBAAiBE,IAAI;IAChCU,aAAa;AACf,IACA,kCAAkC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Title2/Title2.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title2ClassNames = {\n root: 'fui-Title2'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"fojgt09\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fcen8rp\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".fojgt09{font-size:var(--fontSizeHero700);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fcen8rp{line-height:var(--lineHeightHero700);}\"]\n});\n/**\n * Text preset component for the Title 2 typography variant\n */\nexport const Title2 = /*#__PURE__*/createPreset({\n useStyles,\n className: title2ClassNames.root,\n displayName: 'Title2'\n});\n//# sourceMappingURL=Title2.js.map"],"names":["title2ClassNames","Title2","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IAmBAC,MAAM,MAANA;;uBAtBY;8BACI;AAEtB,MAAMD,mBAAmB;IAC9BE,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;QAAoD;KAAkD;AAC3M;AAIO,MAAMR,SAAS,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC9CP;IACAQ,WAAWX,iBAAiBE,IAAI;IAChCU,aAAa;AACf,IACA,kCAAkC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title2/index.js"],"sourcesContent":["export * from \"./Title2\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Title2/index.js"],"sourcesContent":["export * from './Title2';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
@@ -15,7 +15,7 @@ _export(exports, {
15
15
  const _react = require("@griffel/react");
16
16
  const _createPreset = require("../createPreset");
17
17
  const title3ClassNames = {
18
- root: "fui-Title3"
18
+ root: 'fui-Title3'
19
19
  };
20
20
  /**
21
21
  * Styles for the root slot
@@ -37,7 +37,7 @@ const title3ClassNames = {
37
37
  const Title3 = /*#__PURE__*/ (0, _createPreset.createPreset)({
38
38
  useStyles,
39
39
  className: title3ClassNames.root,
40
- displayName: "Title3"
40
+ displayName: 'Title3'
41
41
  }); //# sourceMappingURL=Title3.js.map
42
42
 
43
43
  //# sourceMappingURL=Title3.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title3/Title3.js"],"sourcesContent":["import { __styles } from \"@griffel/react\";\nimport { createPreset } from \"../createPreset\";\nimport { typographyStyles } from \"@fluentui/react-theme\";\nexport const title3ClassNames = {\n root: \"fui-Title3\"\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1x0m3f5\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fb86gi6\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\"]\n});\n/**\n * Text preset component for the Title 3 typography variant\n */\nexport const Title3 = /*#__PURE__*/createPreset({\n useStyles,\n className: title3ClassNames.root,\n displayName: \"Title3\"\n});\n//# sourceMappingURL=Title3.js.map"],"names":["title3ClassNames","Title3","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IAmBAC,MAAM,MAANA;;uBAtBY;8BACI;AAEtB,MAAMD,mBAAmB;IAC9BE,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,SAAS,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC9CP;IACAQ,WAAWX,iBAAiBE,IAAI;IAChCU,aAAa;AACf,IACA,kCAAkC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Title3/Title3.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nimport { createPreset } from '../createPreset';\nimport { typographyStyles } from '@fluentui/react-theme';\nexport const title3ClassNames = {\n root: 'fui-Title3'\n};\n/**\n * Styles for the root slot\n */\nconst useStyles = /*#__PURE__*/__styles({\n root: {\n Bahqtrf: \"fk6fouc\",\n Be2twd7: \"f1x0m3f5\",\n Bhrd7zp: \"fl43uef\",\n Bg96gwp: \"fb86gi6\"\n }\n}, {\n d: [\".fk6fouc{font-family:var(--fontFamilyBase);}\", \".f1x0m3f5{font-size:var(--fontSizeBase600);}\", \".fl43uef{font-weight:var(--fontWeightSemibold);}\", \".fb86gi6{line-height:var(--lineHeightBase600);}\"]\n});\n/**\n * Text preset component for the Title 3 typography variant\n */\nexport const Title3 = /*#__PURE__*/createPreset({\n useStyles,\n className: title3ClassNames.root,\n displayName: 'Title3'\n});\n//# sourceMappingURL=Title3.js.map"],"names":["title3ClassNames","Title3","root","useStyles","__styles","Bahqtrf","Be2twd7","Bhrd7zp","Bg96gwp","d","createPreset","className","displayName"],"mappings":";;;;;;;;;;;IAGaA,gBAAgB,MAAhBA;IAmBAC,MAAM,MAANA;;uBAtBY;8BACI;AAEtB,MAAMD,mBAAmB;IAC9BE,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,SAAS,WAAW,GAAES,IAAAA,0BAAY,EAAC;IAC9CP;IACAQ,WAAWX,iBAAiBE,IAAI;IAChCU,aAAa;AACf,IACA,kCAAkC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../lib/components/presets/Title3/index.js"],"sourcesContent":["export * from \"./Title3\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
1
+ {"version":3,"sources":["../../../../lib/components/presets/Title3/index.js"],"sourcesContent":["export * from './Title3';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}