@fluentui/react-text 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.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 (124) hide show
  1. package/CHANGELOG.json +227 -16
  2. package/CHANGELOG.md +59 -10
  3. package/MIGRATION.md +153 -103
  4. package/dist/react-text.d.ts +28 -8
  5. package/lib/components/Body/Body.d.ts +1 -0
  6. package/lib/components/Body/Body.js +6 -4
  7. package/lib/components/Body/Body.js.map +1 -1
  8. package/lib/components/Caption/Caption.d.ts +1 -0
  9. package/lib/components/Caption/Caption.js +6 -4
  10. package/lib/components/Caption/Caption.js.map +1 -1
  11. package/lib/components/Display/Display.d.ts +1 -0
  12. package/lib/components/Display/Display.js +6 -4
  13. package/lib/components/Display/Display.js.map +1 -1
  14. package/lib/components/Headline/Headline.d.ts +1 -0
  15. package/lib/components/Headline/Headline.js +6 -4
  16. package/lib/components/Headline/Headline.js.map +1 -1
  17. package/lib/components/LargeTitle/LargeTitle.d.ts +1 -0
  18. package/lib/components/LargeTitle/LargeTitle.js +6 -4
  19. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  20. package/lib/components/Subheadline/Subheadline.d.ts +1 -0
  21. package/lib/components/Subheadline/Subheadline.js +6 -4
  22. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  23. package/lib/components/Text/Text.js +7 -7
  24. package/lib/components/Text/Text.js.map +1 -1
  25. package/lib/components/Text/Text.types.d.ts +4 -3
  26. package/lib/components/Text/renderText.d.ts +1 -1
  27. package/lib/components/Text/renderText.js +7 -7
  28. package/lib/components/Text/renderText.js.map +1 -1
  29. package/lib/components/Text/useText.d.ts +3 -3
  30. package/lib/components/Text/useText.js +22 -21
  31. package/lib/components/Text/useText.js.map +1 -1
  32. package/lib/components/Text/useTextStyles.d.ts +2 -1
  33. package/lib/components/Text/useTextStyles.js +15 -11
  34. package/lib/components/Text/useTextStyles.js.map +1 -1
  35. package/lib/components/Title1/Title1.d.ts +1 -0
  36. package/lib/components/Title1/Title1.js +6 -4
  37. package/lib/components/Title1/Title1.js.map +1 -1
  38. package/lib/components/Title2/Title2.d.ts +1 -0
  39. package/lib/components/Title2/Title2.js +6 -4
  40. package/lib/components/Title2/Title2.js.map +1 -1
  41. package/lib/components/Title3/Title3.d.ts +1 -0
  42. package/lib/components/Title3/Title3.js +6 -4
  43. package/lib/components/Title3/Title3.js.map +1 -1
  44. package/lib/components/wrapper.d.ts +1 -0
  45. package/lib/components/wrapper.js +13 -10
  46. package/lib/components/wrapper.js.map +1 -1
  47. package/lib/typographyStyles/typographyStyles.d.ts +10 -11
  48. package/lib/typographyStyles/typographyStyles.js +55 -71
  49. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  50. package/lib-commonjs/Body.js +1 -1
  51. package/lib-commonjs/Caption.js +1 -1
  52. package/lib-commonjs/Display.js +1 -1
  53. package/lib-commonjs/Headline.js +1 -1
  54. package/lib-commonjs/LargeTitle.js +1 -1
  55. package/lib-commonjs/Subheadline.js +1 -1
  56. package/lib-commonjs/Text.js +1 -1
  57. package/lib-commonjs/Title1.js +1 -1
  58. package/lib-commonjs/Title2.js +1 -1
  59. package/lib-commonjs/Title3.js +1 -1
  60. package/lib-commonjs/components/Body/Body.d.ts +1 -0
  61. package/lib-commonjs/components/Body/Body.js +9 -9
  62. package/lib-commonjs/components/Body/Body.js.map +1 -1
  63. package/lib-commonjs/components/Body/index.js +1 -1
  64. package/lib-commonjs/components/Caption/Caption.d.ts +1 -0
  65. package/lib-commonjs/components/Caption/Caption.js +9 -9
  66. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  67. package/lib-commonjs/components/Caption/index.js +1 -1
  68. package/lib-commonjs/components/Display/Display.d.ts +1 -0
  69. package/lib-commonjs/components/Display/Display.js +9 -9
  70. package/lib-commonjs/components/Display/Display.js.map +1 -1
  71. package/lib-commonjs/components/Display/index.js +1 -1
  72. package/lib-commonjs/components/Headline/Headline.d.ts +1 -0
  73. package/lib-commonjs/components/Headline/Headline.js +9 -9
  74. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  75. package/lib-commonjs/components/Headline/index.js +1 -1
  76. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +1 -0
  77. package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -9
  78. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  79. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  80. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +1 -0
  81. package/lib-commonjs/components/Subheadline/Subheadline.js +9 -9
  82. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  83. package/lib-commonjs/components/Subheadline/index.js +1 -1
  84. package/lib-commonjs/components/Text/Text.js +8 -8
  85. package/lib-commonjs/components/Text/Text.js.map +1 -1
  86. package/lib-commonjs/components/Text/Text.types.d.ts +4 -3
  87. package/lib-commonjs/components/Text/index.js +1 -1
  88. package/lib-commonjs/components/Text/renderText.d.ts +1 -1
  89. package/lib-commonjs/components/Text/renderText.js +11 -12
  90. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  91. package/lib-commonjs/components/Text/useText.d.ts +3 -3
  92. package/lib-commonjs/components/Text/useText.js +25 -25
  93. package/lib-commonjs/components/Text/useText.js.map +1 -1
  94. package/lib-commonjs/components/Text/useTextStyles.d.ts +2 -1
  95. package/lib-commonjs/components/Text/useTextStyles.js +19 -14
  96. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  97. package/lib-commonjs/components/Title1/Title1.d.ts +1 -0
  98. package/lib-commonjs/components/Title1/Title1.js +9 -9
  99. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  100. package/lib-commonjs/components/Title1/index.js +1 -1
  101. package/lib-commonjs/components/Title2/Title2.d.ts +1 -0
  102. package/lib-commonjs/components/Title2/Title2.js +9 -9
  103. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  104. package/lib-commonjs/components/Title2/index.js +1 -1
  105. package/lib-commonjs/components/Title3/Title3.d.ts +1 -0
  106. package/lib-commonjs/components/Title3/Title3.js +9 -9
  107. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  108. package/lib-commonjs/components/Title3/index.js +1 -1
  109. package/lib-commonjs/components/wrapper.d.ts +1 -0
  110. package/lib-commonjs/components/wrapper.js +14 -11
  111. package/lib-commonjs/components/wrapper.js.map +1 -1
  112. package/lib-commonjs/index.js +1 -1
  113. package/lib-commonjs/typographyStyles/index.js +1 -1
  114. package/lib-commonjs/typographyStyles/index.js.map +1 -1
  115. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +10 -11
  116. package/lib-commonjs/typographyStyles/typographyStyles.js +48 -89
  117. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  118. package/package.json +8 -10
  119. package/lib/common/isConformant.d.ts +0 -4
  120. package/lib/common/isConformant.js +0 -16
  121. package/lib/common/isConformant.js.map +0 -1
  122. package/lib-commonjs/common/isConformant.d.ts +0 -4
  123. package/lib-commonjs/common/isConformant.js +0 -27
  124. package/lib-commonjs/common/isConformant.js.map +0 -1
@@ -2,6 +2,7 @@ import * as React from 'react';
2
2
  import type { TextProps } from '../Text';
3
3
  export declare type TextWrapperProps = Omit<TextProps, 'font' | 'size'>;
4
4
  export declare function createWrapper(options: {
5
+ className: string;
5
6
  displayName: string;
6
7
  useStyles: () => Record<'root', string>;
7
8
  }): React.FunctionComponent<TextWrapperProps>;
@@ -1,15 +1,18 @@
1
1
  import * as React from 'react';
2
- import { mergeClasses } from '@fluentui/react-make-styles';
3
- import { renderText, useText, useTextStyles } from '../Text';
2
+ import { mergeClasses } from '@griffel/react';
3
+ import { renderText_unstable, useText_unstable, useTextStyles_unstable } from '../Text';
4
4
  export function createWrapper(options) {
5
- var useStyles = options.useStyles,
6
- displayName = options.displayName;
7
- var Wrapper = /*#__PURE__*/React.forwardRef(function (props, ref) {
8
- var styles = useStyles();
9
- var state = useText(props, ref);
10
- useTextStyles(state);
11
- state.root.className = mergeClasses(state.root.className, styles.root, props.className);
12
- return renderText(state);
5
+ const {
6
+ useStyles,
7
+ className,
8
+ displayName
9
+ } = options;
10
+ const Wrapper = /*#__PURE__*/React.forwardRef((props, ref) => {
11
+ const styles = useStyles();
12
+ const state = useText_unstable(props, ref);
13
+ useTextStyles_unstable(state);
14
+ state.root.className = mergeClasses(className, state.root.className, styles.root, props.className);
15
+ return renderText_unstable(state);
13
16
  });
14
17
  Wrapper.displayName = displayName;
15
18
  return Wrapper;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,YAAT,QAA6B,6BAA7B;AACA,SAAS,UAAT,EAAqB,OAArB,EAA8B,aAA9B,QAAmD,SAAnD;AAMA,OAAM,SAAU,aAAV,CAAwB,OAAxB,EAGL;AACS,MAAA,SAAS,GAAkB,OAAO,CAAzB,SAAT;AAAA,MAAW,WAAW,GAAK,OAAO,CAAZ,WAAtB;AACR,MAAM,OAAO,gBAA0C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AACjF,QAAM,MAAM,GAAG,SAAS,EAAxB;AACA,QAAM,KAAK,GAAG,OAAO,CAAC,KAAD,EAAqB,GAArB,CAArB;AAEA,IAAA,aAAa,CAAC,KAAD,CAAb;AAEA,IAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,YAAY,CAAC,KAAK,CAAC,IAAN,CAAW,SAAZ,EAAuB,MAAM,CAAC,IAA9B,EAAoC,KAAK,CAAC,SAA1C,CAAnC;AAEA,WAAO,UAAU,CAAC,KAAD,CAAjB;AACD,GATsD,CAAvD;AAUA,EAAA,OAAO,CAAC,WAAR,GAAsB,WAAtB;AAEA,SAAO,OAAP;AACD","sourceRoot":""}
1
+ {"version":3,"sources":["../../src/components/wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,YAAT,QAA6B,gBAA7B;AACA,SAAS,mBAAT,EAA8B,gBAA9B,EAAgD,sBAAhD,QAA8E,SAA9E;AAMA,OAAM,SAAU,aAAV,CAAwB,OAAxB,EAIL;AACC,QAAM;AAAE,IAAA,SAAF;AAAa,IAAA,SAAb;AAAwB,IAAA;AAAxB,MAAwC,OAA9C;AACA,QAAM,OAAO,gBAA0C,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AACrF,UAAM,MAAM,GAAG,SAAS,EAAxB;AACA,UAAM,KAAK,GAAG,gBAAgB,CAAC,KAAD,EAAqB,GAArB,CAA9B;AAEA,IAAA,sBAAsB,CAAC,KAAD,CAAtB;AAEA,IAAA,KAAK,CAAC,IAAN,CAAW,SAAX,GAAuB,YAAY,CAAC,SAAD,EAAY,KAAK,CAAC,IAAN,CAAW,SAAvB,EAAkC,MAAM,CAAC,IAAzC,EAA+C,KAAK,CAAC,SAArD,CAAnC;AAEA,WAAO,mBAAmB,CAAC,KAAD,CAA1B;AACD,GATsD,CAAvD;AAUA,EAAA,OAAO,CAAC,WAAR,GAAsB,WAAtB;AAEA,SAAO,OAAP;AACD","sourceRoot":""}
@@ -1,14 +1,13 @@
1
- import type { MakeStylesStyleFunctionRule } from '@fluentui/make-styles';
2
- import type { Theme } from '@fluentui/react-theme';
1
+ import type { GriffelStyle } from '@griffel/react';
3
2
  /**
4
3
  * Make-styles rules for the typography variants
5
4
  */
6
- export declare const caption: MakeStylesStyleFunctionRule<Theme>;
7
- export declare const body: MakeStylesStyleFunctionRule<Theme>;
8
- export declare const subheadline: MakeStylesStyleFunctionRule<Theme>;
9
- export declare const headline: MakeStylesStyleFunctionRule<Theme>;
10
- export declare const title3: MakeStylesStyleFunctionRule<Theme>;
11
- export declare const title2: MakeStylesStyleFunctionRule<Theme>;
12
- export declare const title1: MakeStylesStyleFunctionRule<Theme>;
13
- export declare const largeTitle: MakeStylesStyleFunctionRule<Theme>;
14
- export declare const display: MakeStylesStyleFunctionRule<Theme>;
5
+ export declare const caption: GriffelStyle;
6
+ export declare const body: GriffelStyle;
7
+ export declare const subheadline: GriffelStyle;
8
+ export declare const headline: GriffelStyle;
9
+ export declare const title3: GriffelStyle;
10
+ export declare const title2: GriffelStyle;
11
+ export declare const title1: GriffelStyle;
12
+ export declare const largeTitle: GriffelStyle;
13
+ export declare const display: GriffelStyle;
@@ -1,76 +1,60 @@
1
+ import { tokens } from '@fluentui/react-theme';
1
2
  /**
2
3
  * Make-styles rules for the typography variants
3
4
  */
4
- export var caption = function (theme) {
5
- return {
6
- fontFamily: theme.fontFamilyBase,
7
- fontSize: theme.fontSizeBase200,
8
- lineHeight: theme.lineHeightBase200,
9
- fontWeight: theme.fontWeightRegular
10
- };
11
- };
12
- export var body = function (theme) {
13
- return {
14
- fontFamily: theme.fontFamilyBase,
15
- fontSize: theme.fontSizeBase300,
16
- lineHeight: theme.lineHeightBase300,
17
- fontWeight: theme.fontWeightRegular
18
- };
19
- };
20
- export var subheadline = function (theme) {
21
- return {
22
- fontFamily: theme.fontFamilyBase,
23
- fontSize: theme.fontSizeBase400,
24
- lineHeight: theme.lineHeightBase400,
25
- fontWeight: theme.fontWeightSemibold
26
- };
27
- };
28
- export var headline = function (theme) {
29
- return {
30
- fontFamily: theme.fontFamilyBase,
31
- fontSize: theme.fontSizeBase500,
32
- lineHeight: theme.lineHeightBase500,
33
- fontWeight: theme.fontWeightSemibold
34
- };
35
- };
36
- export var title3 = function (theme) {
37
- return {
38
- fontFamily: theme.fontFamilyBase,
39
- fontSize: theme.fontSizeBase600,
40
- lineHeight: theme.lineHeightBase600,
41
- fontWeight: theme.fontWeightSemibold
42
- };
43
- };
44
- export var title2 = function (theme) {
45
- return {
46
- fontFamily: theme.fontFamilyBase,
47
- fontSize: theme.fontSizeHero700,
48
- lineHeight: theme.lineHeightHero700,
49
- fontWeight: theme.fontWeightSemibold
50
- };
51
- };
52
- export var title1 = function (theme) {
53
- return {
54
- fontFamily: theme.fontFamilyBase,
55
- fontSize: theme.fontSizeHero800,
56
- lineHeight: theme.lineHeightHero800,
57
- fontWeight: theme.fontWeightSemibold
58
- };
59
- };
60
- export var largeTitle = function (theme) {
61
- return {
62
- fontFamily: theme.fontFamilyBase,
63
- fontSize: theme.fontSizeHero900,
64
- lineHeight: theme.lineHeightHero900,
65
- fontWeight: theme.fontWeightSemibold
66
- };
67
- };
68
- export var display = function (theme) {
69
- return {
70
- fontFamily: theme.fontFamilyBase,
71
- fontSize: theme.fontSizeHero1000,
72
- lineHeight: theme.lineHeightHero1000,
73
- fontWeight: theme.fontWeightSemibold
74
- };
5
+
6
+ export const caption = {
7
+ fontFamily: tokens.fontFamilyBase,
8
+ fontSize: tokens.fontSizeBase200,
9
+ lineHeight: tokens.lineHeightBase200,
10
+ fontWeight: tokens.fontWeightRegular
11
+ };
12
+ export const body = {
13
+ fontFamily: tokens.fontFamilyBase,
14
+ fontSize: tokens.fontSizeBase300,
15
+ lineHeight: tokens.lineHeightBase300,
16
+ fontWeight: tokens.fontWeightRegular
17
+ };
18
+ export const subheadline = {
19
+ fontFamily: tokens.fontFamilyBase,
20
+ fontSize: tokens.fontSizeBase400,
21
+ lineHeight: tokens.lineHeightBase400,
22
+ fontWeight: tokens.fontWeightSemibold
23
+ };
24
+ export const headline = {
25
+ fontFamily: tokens.fontFamilyBase,
26
+ fontSize: tokens.fontSizeBase500,
27
+ lineHeight: tokens.lineHeightBase500,
28
+ fontWeight: tokens.fontWeightSemibold
29
+ };
30
+ export const title3 = {
31
+ fontFamily: tokens.fontFamilyBase,
32
+ fontSize: tokens.fontSizeBase600,
33
+ lineHeight: tokens.lineHeightBase600,
34
+ fontWeight: tokens.fontWeightSemibold
35
+ };
36
+ export const title2 = {
37
+ fontFamily: tokens.fontFamilyBase,
38
+ fontSize: tokens.fontSizeHero700,
39
+ lineHeight: tokens.lineHeightHero700,
40
+ fontWeight: tokens.fontWeightSemibold
41
+ };
42
+ export const title1 = {
43
+ fontFamily: tokens.fontFamilyBase,
44
+ fontSize: tokens.fontSizeHero800,
45
+ lineHeight: tokens.lineHeightHero800,
46
+ fontWeight: tokens.fontWeightSemibold
47
+ };
48
+ export const largeTitle = {
49
+ fontFamily: tokens.fontFamilyBase,
50
+ fontSize: tokens.fontSizeHero900,
51
+ lineHeight: tokens.lineHeightHero900,
52
+ fontWeight: tokens.fontWeightSemibold
53
+ };
54
+ export const display = {
55
+ fontFamily: tokens.fontFamilyBase,
56
+ fontSize: tokens.fontSizeHero1000,
57
+ lineHeight: tokens.lineHeightHero1000,
58
+ fontWeight: tokens.fontWeightSemibold
75
59
  };
76
60
  //# sourceMappingURL=typographyStyles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"AAGA;;AAEG;AACH,OAAO,IAAM,OAAO,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACnE,IAAA,UAAU,EAAE,KAAK,CAAC,cADiD;AAEnE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFmD;AAGnE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHiD;AAInE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJiD,GAAD;AAKlE,CALK;AAMP,OAAO,IAAM,IAAI,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAChE,IAAA,UAAU,EAAE,KAAK,CAAC,cAD8C;AAEhE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFgD;AAGhE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAH8C;AAIhE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJ8C,GAAD;AAK/D,CALK;AAMP,OAAO,IAAM,WAAW,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACvE,IAAA,UAAU,EAAE,KAAK,CAAC,cADqD;AAEvE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFuD;AAGvE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHqD;AAIvE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJqD,GAAD;AAKtE,CALK;AAMP,OAAO,IAAM,QAAQ,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACpE,IAAA,UAAU,EAAE,KAAK,CAAC,cADkD;AAEpE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFoD;AAGpE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHkD;AAIpE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJkD,GAAD;AAKnE,CALK;AAMP,OAAO,IAAM,MAAM,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAClE,IAAA,UAAU,EAAE,KAAK,CAAC,cADgD;AAElE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFkD;AAGlE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHgD;AAIlE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJgD,GAAD;AAKjE,CALK;AAMP,OAAO,IAAM,MAAM,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAClE,IAAA,UAAU,EAAE,KAAK,CAAC,cADgD;AAElE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFkD;AAGlE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHgD;AAIlE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJgD,GAAD;AAKjE,CALK;AAMP,OAAO,IAAM,MAAM,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AAClE,IAAA,UAAU,EAAE,KAAK,CAAC,cADgD;AAElE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFkD;AAGlE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHgD;AAIlE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJgD,GAAD;AAKjE,CALK;AAMP,OAAO,IAAM,UAAU,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACtE,IAAA,UAAU,EAAE,KAAK,CAAC,cADoD;AAEtE,IAAA,QAAQ,EAAE,KAAK,CAAC,eAFsD;AAGtE,IAAA,UAAU,EAAE,KAAK,CAAC,iBAHoD;AAItE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJoD,GAAD;AAKrE,CALK;AAMP,OAAO,IAAM,OAAO,GAAuC,UAAA,KAAA,EAAK;AAAI,SAAC;AACnE,IAAA,UAAU,EAAE,KAAK,CAAC,cADiD;AAEnE,IAAA,QAAQ,EAAE,KAAK,CAAC,gBAFmD;AAGnE,IAAA,UAAU,EAAE,KAAK,CAAC,kBAHiD;AAInE,IAAA,UAAU,EAAE,KAAK,CAAC;AAJiD,GAAD;AAKlE,CALK","sourceRoot":""}
1
+ {"version":3,"sources":["../../src/typographyStyles/typographyStyles.ts"],"names":[],"mappings":"AAAA,SAAS,MAAT,QAAuB,uBAAvB;AAGA;;AAEG;;AACH,OAAO,MAAM,OAAO,GAAiB;AACnC,EAAA,UAAU,EAAE,MAAM,CAAC,cADgB;AAEnC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFkB;AAGnC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHgB;AAInC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJgB,CAA9B;AAMP,OAAO,MAAM,IAAI,GAAiB;AAChC,EAAA,UAAU,EAAE,MAAM,CAAC,cADa;AAEhC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFe;AAGhC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHa;AAIhC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJa,CAA3B;AAMP,OAAO,MAAM,WAAW,GAAiB;AACvC,EAAA,UAAU,EAAE,MAAM,CAAC,cADoB;AAEvC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFsB;AAGvC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHoB;AAIvC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJoB,CAAlC;AAMP,OAAO,MAAM,QAAQ,GAAiB;AACpC,EAAA,UAAU,EAAE,MAAM,CAAC,cADiB;AAEpC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFmB;AAGpC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHiB;AAIpC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJiB,CAA/B;AAMP,OAAO,MAAM,MAAM,GAAiB;AAClC,EAAA,UAAU,EAAE,MAAM,CAAC,cADe;AAElC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFiB;AAGlC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHe;AAIlC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJe,CAA7B;AAMP,OAAO,MAAM,MAAM,GAAiB;AAClC,EAAA,UAAU,EAAE,MAAM,CAAC,cADe;AAElC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFiB;AAGlC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHe;AAIlC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJe,CAA7B;AAMP,OAAO,MAAM,MAAM,GAAiB;AAClC,EAAA,UAAU,EAAE,MAAM,CAAC,cADe;AAElC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFiB;AAGlC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHe;AAIlC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJe,CAA7B;AAMP,OAAO,MAAM,UAAU,GAAiB;AACtC,EAAA,UAAU,EAAE,MAAM,CAAC,cADmB;AAEtC,EAAA,QAAQ,EAAE,MAAM,CAAC,eAFqB;AAGtC,EAAA,UAAU,EAAE,MAAM,CAAC,iBAHmB;AAItC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJmB,CAAjC;AAMP,OAAO,MAAM,OAAO,GAAiB;AACnC,EAAA,UAAU,EAAE,MAAM,CAAC,cADgB;AAEnC,EAAA,QAAQ,EAAE,MAAM,CAAC,gBAFkB;AAGnC,EAAA,UAAU,EAAE,MAAM,CAAC,kBAHgB;AAInC,EAAA,UAAU,EAAE,MAAM,CAAC;AAJgB,CAA9B","sourceRoot":""}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Body/index"), exports);
10
10
  //# sourceMappingURL=Body.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Caption/index"), exports);
10
10
  //# sourceMappingURL=Caption.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Display/index"), exports);
10
10
  //# sourceMappingURL=Display.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Headline/index"), exports);
10
10
  //# sourceMappingURL=Headline.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/LargeTitle/index"), exports);
10
10
  //# sourceMappingURL=LargeTitle.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Subheadline/index"), exports);
10
10
  //# sourceMappingURL=Subheadline.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Text/index"), exports);
10
10
  //# sourceMappingURL=Text.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Title1/index"), exports);
10
10
  //# sourceMappingURL=Title1.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Title2/index"), exports);
10
10
  //# sourceMappingURL=Title2.js.map
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./components/Title3/index"), exports);
10
10
  //# sourceMappingURL=Title3.js.map
@@ -1,5 +1,6 @@
1
1
  import type { FunctionComponent } from 'react';
2
2
  import { TextWrapperProps } from '../wrapper';
3
+ export declare const bodyClassName = "fui-Body";
3
4
  /**
4
5
  * Text wrapper component for the Body typography variant
5
6
  */
@@ -3,28 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.Body = void 0;
6
+ exports.Body = exports.bodyClassName = void 0;
7
7
 
8
- var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
8
+ const react_1 = /*#__PURE__*/require("@griffel/react");
9
9
 
10
- var index_1 = /*#__PURE__*/require("../../typographyStyles/index");
10
+ const index_1 = /*#__PURE__*/require("../../typographyStyles/index");
11
11
 
12
- var wrapper_1 = /*#__PURE__*/require("../wrapper");
12
+ const wrapper_1 = /*#__PURE__*/require("../wrapper");
13
+
14
+ exports.bodyClassName = 'fui-Body';
13
15
  /**
14
16
  * Styles for the root slot
15
17
  */
16
18
 
17
-
18
- var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
19
- "root": {}
20
- }, {});
19
+ const useStyles = /*#__PURE__*/react_1.__styles({}, {});
21
20
  /**
22
21
  * Text wrapper component for the Body typography variant
23
22
  */
24
23
 
25
24
 
26
25
  exports.Body = /*#__PURE__*/wrapper_1.createWrapper({
27
- useStyles: useStyles,
26
+ useStyles,
27
+ className: exports.bodyClassName,
28
28
  displayName: 'Body'
29
29
  });
30
30
  //# sourceMappingURL=Body.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Body/Body.tsx"],"names":[],"mappings":";;;;;;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,IAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;AAEA;;AAEG;;;AACH,IAAM,SAAS,gBAAG,mBAAA,SAAA;AAAA;AAAA,MAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,IAAA,gBAA4C,SAAA,CAAA,aAAA,CAAc;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAd,CAA5C","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Body/Body.tsx"],"names":[],"mappings":";;;;;;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,MAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;;AAEa,OAAA,CAAA,aAAA,GAAgB,UAAhB;AAEb;;AAEG;;AACH,MAAM,SAAS,gBAAG,OAAA,SAAA,QAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,IAAA,gBAA4C,SAAA,CAAA,aAAA,CAAc;AACrE,EAAA,SADqE;AAErE,EAAA,SAAS,EAAE,OAAA,CAAA,aAF0D;AAGrE,EAAA,WAAW,EAAE;AAHwD,CAAd,CAA5C","sourceRoot":""}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./Body"), exports);
10
10
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,6 @@
1
1
  import type { FunctionComponent } from 'react';
2
2
  import { TextWrapperProps } from '../wrapper';
3
+ export declare const captionClassName = "fui-Caption";
3
4
  /**
4
5
  * Text wrapper component for the Caption typography variant
5
6
  */
@@ -3,28 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.Caption = void 0;
6
+ exports.Caption = exports.captionClassName = void 0;
7
7
 
8
- var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
8
+ const react_1 = /*#__PURE__*/require("@griffel/react");
9
9
 
10
- var index_1 = /*#__PURE__*/require("../../typographyStyles/index");
10
+ const index_1 = /*#__PURE__*/require("../../typographyStyles/index");
11
11
 
12
- var wrapper_1 = /*#__PURE__*/require("../wrapper");
12
+ const wrapper_1 = /*#__PURE__*/require("../wrapper");
13
+
14
+ exports.captionClassName = 'fui-Caption';
13
15
  /**
14
16
  * Styles for the root slot
15
17
  */
16
18
 
17
-
18
- var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
19
- "root": {}
20
- }, {});
19
+ const useStyles = /*#__PURE__*/react_1.__styles({}, {});
21
20
  /**
22
21
  * Text wrapper component for the Caption typography variant
23
22
  */
24
23
 
25
24
 
26
25
  exports.Caption = /*#__PURE__*/wrapper_1.createWrapper({
27
- useStyles: useStyles,
26
+ useStyles,
27
+ className: exports.captionClassName,
28
28
  displayName: 'Caption'
29
29
  });
30
30
  //# sourceMappingURL=Caption.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Caption/Caption.tsx"],"names":[],"mappings":";;;;;;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,IAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;AAEA;;AAEG;;;AACH,IAAM,SAAS,gBAAG,mBAAA,SAAA;AAAA;AAAA,MAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,OAAA,gBAA+C,SAAA,CAAA,aAAA,CAAc;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAd,CAA/C","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Caption/Caption.tsx"],"names":[],"mappings":";;;;;;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,MAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;;AAEa,OAAA,CAAA,gBAAA,GAAmB,aAAnB;AAEb;;AAEG;;AACH,MAAM,SAAS,gBAAG,OAAA,SAAA,QAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,OAAA,gBAA+C,SAAA,CAAA,aAAA,CAAc;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,OAAA,CAAA,gBAF6D;AAGxE,EAAA,WAAW,EAAE;AAH2D,CAAd,CAA/C","sourceRoot":""}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./Caption"), exports);
10
10
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,6 @@
1
1
  import type { FunctionComponent } from 'react';
2
2
  import { TextWrapperProps } from '../wrapper';
3
+ export declare const displayClassName = "fui-Display";
3
4
  /**
4
5
  * Text wrapper component for the Display typography variant
5
6
  */
@@ -3,28 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.Display = void 0;
6
+ exports.Display = exports.displayClassName = void 0;
7
7
 
8
- var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
8
+ const react_1 = /*#__PURE__*/require("@griffel/react");
9
9
 
10
- var index_1 = /*#__PURE__*/require("../../typographyStyles/index");
10
+ const index_1 = /*#__PURE__*/require("../../typographyStyles/index");
11
11
 
12
- var wrapper_1 = /*#__PURE__*/require("../wrapper");
12
+ const wrapper_1 = /*#__PURE__*/require("../wrapper");
13
+
14
+ exports.displayClassName = 'fui-Display';
13
15
  /**
14
16
  * Styles for the root slot
15
17
  */
16
18
 
17
-
18
- var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
19
- "root": {}
20
- }, {});
19
+ const useStyles = /*#__PURE__*/react_1.__styles({}, {});
21
20
  /**
22
21
  * Text wrapper component for the Display typography variant
23
22
  */
24
23
 
25
24
 
26
25
  exports.Display = /*#__PURE__*/wrapper_1.createWrapper({
27
- useStyles: useStyles,
26
+ useStyles,
27
+ className: exports.displayClassName,
28
28
  displayName: 'Display'
29
29
  });
30
30
  //# sourceMappingURL=Display.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Display/Display.tsx"],"names":[],"mappings":";;;;;;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,IAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;AAEA;;AAEG;;;AACH,IAAM,SAAS,gBAAG,mBAAA,SAAA;AAAA;AAAA,MAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,OAAA,gBAA+C,SAAA,CAAA,aAAA,CAAc;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAd,CAA/C","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Display/Display.tsx"],"names":[],"mappings":";;;;;;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,MAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;;AAEa,OAAA,CAAA,gBAAA,GAAmB,aAAnB;AAEb;;AAEG;;AACH,MAAM,SAAS,gBAAG,OAAA,SAAA,QAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,OAAA,gBAA+C,SAAA,CAAA,aAAA,CAAc;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,OAAA,CAAA,gBAF6D;AAGxE,EAAA,WAAW,EAAE;AAH2D,CAAd,CAA/C","sourceRoot":""}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./Display"), exports);
10
10
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,6 @@
1
1
  import type { FunctionComponent } from 'react';
2
2
  import { TextWrapperProps } from '../wrapper';
3
+ export declare const headlineClassName = "fui-Headline";
3
4
  /**
4
5
  * Text wrapper component for the Headline typography variant
5
6
  */
@@ -3,28 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.Headline = void 0;
6
+ exports.Headline = exports.headlineClassName = void 0;
7
7
 
8
- var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
8
+ const react_1 = /*#__PURE__*/require("@griffel/react");
9
9
 
10
- var index_1 = /*#__PURE__*/require("../../typographyStyles/index");
10
+ const index_1 = /*#__PURE__*/require("../../typographyStyles/index");
11
11
 
12
- var wrapper_1 = /*#__PURE__*/require("../wrapper");
12
+ const wrapper_1 = /*#__PURE__*/require("../wrapper");
13
+
14
+ exports.headlineClassName = 'fui-Headline';
13
15
  /**
14
16
  * Styles for the root slot
15
17
  */
16
18
 
17
-
18
- var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
19
- "root": {}
20
- }, {});
19
+ const useStyles = /*#__PURE__*/react_1.__styles({}, {});
21
20
  /**
22
21
  * Text wrapper component for the Headline typography variant
23
22
  */
24
23
 
25
24
 
26
25
  exports.Headline = /*#__PURE__*/wrapper_1.createWrapper({
27
- useStyles: useStyles,
26
+ useStyles,
27
+ className: exports.headlineClassName,
28
28
  displayName: 'Headline'
29
29
  });
30
30
  //# sourceMappingURL=Headline.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Headline/Headline.tsx"],"names":[],"mappings":";;;;;;;AACA,IAAA,mBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,IAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,IAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;AAEA;;AAEG;;;AACH,IAAM,SAAS,gBAAG,mBAAA,SAAA;AAAA;AAAA,MAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,QAAA,gBAAgD,SAAA,CAAA,aAAA,CAAc;AACzE,EAAA,SAAS,EAAA,SADgE;AAEzE,EAAA,WAAW,EAAE;AAF4D,CAAd,CAAhD","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Headline/Headline.tsx"],"names":[],"mappings":";;;;;;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AACA,MAAA,OAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,MAAA,SAAA,gBAAA,OAAA,CAAA,YAAA,CAAA;;AAEa,OAAA,CAAA,iBAAA,GAAoB,cAApB;AAEb;;AAEG;;AACH,MAAM,SAAS,gBAAG,OAAA,SAAA,QAAlB;AAIA;;AAEG;;;AACU,OAAA,CAAA,QAAA,gBAAgD,SAAA,CAAA,aAAA,CAAc;AACzE,EAAA,SADyE;AAEzE,EAAA,SAAS,EAAE,OAAA,CAAA,iBAF8D;AAGzE,EAAA,WAAW,EAAE;AAH4D,CAAd,CAAhD","sourceRoot":""}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var tslib_1 = /*#__PURE__*/require("tslib");
7
+ const tslib_1 = /*#__PURE__*/require("tslib");
8
8
 
9
9
  tslib_1.__exportStar(require("./Headline"), exports);
10
10
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,6 @@
1
1
  import type { FunctionComponent } from 'react';
2
2
  import { TextWrapperProps } from '../wrapper';
3
+ export declare const largeTitleClassName = "fui-LargeTitle";
3
4
  /**
4
5
  * Text wrapper component for the Large Title typography variant
5
6
  */
@@ -3,28 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.LargeTitle = void 0;
6
+ exports.LargeTitle = exports.largeTitleClassName = void 0;
7
7
 
8
- var react_make_styles_1 = /*#__PURE__*/require("@fluentui/react-make-styles");
8
+ const react_1 = /*#__PURE__*/require("@griffel/react");
9
9
 
10
- var index_1 = /*#__PURE__*/require("../../typographyStyles/index");
10
+ const index_1 = /*#__PURE__*/require("../../typographyStyles/index");
11
11
 
12
- var wrapper_1 = /*#__PURE__*/require("../wrapper");
12
+ const wrapper_1 = /*#__PURE__*/require("../wrapper");
13
+
14
+ exports.largeTitleClassName = 'fui-LargeTitle';
13
15
  /**
14
16
  * Styles for the root slot
15
17
  */
16
18
 
17
-
18
- var useStyles = /*#__PURE__*/react_make_styles_1.__styles({
19
- "root": {}
20
- }, {});
19
+ const useStyles = /*#__PURE__*/react_1.__styles({}, {});
21
20
  /**
22
21
  * Text wrapper component for the Large Title typography variant
23
22
  */
24
23
 
25
24
 
26
25
  exports.LargeTitle = /*#__PURE__*/wrapper_1.createWrapper({
27
- useStyles: useStyles,
26
+ useStyles,
27
+ className: exports.largeTitleClassName,
28
28
  displayName: 'LargeTitle'
29
29
  });
30
30
  //# sourceMappingURL=LargeTitle.js.map