@fluentui/react-text 0.0.0-nightly-20220429-0418.1 → 0.0.0-nightly-20220504-0420.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 +29 -9
  2. package/CHANGELOG.md +60 -58
  3. package/{lib → dist}/tsdoc-metadata.json +0 -0
  4. package/lib/components/Body/Body.js +4 -4
  5. package/lib/components/Body/Body.js.map +1 -1
  6. package/lib/components/Caption/Caption.js +4 -4
  7. package/lib/components/Caption/Caption.js.map +1 -1
  8. package/lib/components/Display/Display.js +4 -4
  9. package/lib/components/Display/Display.js.map +1 -1
  10. package/lib/components/Headline/Headline.js +4 -4
  11. package/lib/components/Headline/Headline.js.map +1 -1
  12. package/lib/components/LargeTitle/LargeTitle.js +4 -4
  13. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  14. package/lib/components/Subheadline/Subheadline.js +4 -4
  15. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  16. package/lib/components/Title1/Title1.js +4 -4
  17. package/lib/components/Title1/Title1.js.map +1 -1
  18. package/lib/components/Title2/Title2.js +4 -4
  19. package/lib/components/Title2/Title2.js.map +1 -1
  20. package/lib/components/Title3/Title3.js +4 -4
  21. package/lib/components/Title3/Title3.js.map +1 -1
  22. package/lib-commonjs/components/Body/Body.js +12 -3
  23. package/lib-commonjs/components/Body/Body.js.map +1 -1
  24. package/lib-commonjs/components/Caption/Caption.js +12 -3
  25. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  26. package/lib-commonjs/components/Display/Display.js +12 -3
  27. package/lib-commonjs/components/Display/Display.js.map +1 -1
  28. package/lib-commonjs/components/Headline/Headline.js +12 -3
  29. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  30. package/lib-commonjs/components/LargeTitle/LargeTitle.js +12 -3
  31. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  32. package/lib-commonjs/components/Subheadline/Subheadline.js +12 -3
  33. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  34. package/lib-commonjs/components/Title1/Title1.js +12 -3
  35. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  36. package/lib-commonjs/components/Title2/Title2.js +12 -3
  37. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  38. package/lib-commonjs/components/Title3/Title3.js +12 -3
  39. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  40. package/package.json +7 -7
  41. package/lib/Body.d.ts +0 -1
  42. package/lib/Caption.d.ts +0 -1
  43. package/lib/Display.d.ts +0 -1
  44. package/lib/Headline.d.ts +0 -1
  45. package/lib/LargeTitle.d.ts +0 -1
  46. package/lib/Subheadline.d.ts +0 -1
  47. package/lib/Text.d.ts +0 -1
  48. package/lib/Title1.d.ts +0 -1
  49. package/lib/Title2.d.ts +0 -1
  50. package/lib/Title3.d.ts +0 -1
  51. package/lib/components/Body/Body.d.ts +0 -13
  52. package/lib/components/Body/index.d.ts +0 -1
  53. package/lib/components/Caption/Caption.d.ts +0 -13
  54. package/lib/components/Caption/index.d.ts +0 -1
  55. package/lib/components/Display/Display.d.ts +0 -13
  56. package/lib/components/Display/index.d.ts +0 -1
  57. package/lib/components/Headline/Headline.d.ts +0 -13
  58. package/lib/components/Headline/index.d.ts +0 -1
  59. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -13
  60. package/lib/components/LargeTitle/index.d.ts +0 -1
  61. package/lib/components/Subheadline/Subheadline.d.ts +0 -13
  62. package/lib/components/Subheadline/index.d.ts +0 -1
  63. package/lib/components/Text/Text.d.ts +0 -6
  64. package/lib/components/Text/Text.types.d.ts +0 -78
  65. package/lib/components/Text/index.d.ts +0 -5
  66. package/lib/components/Text/renderText.d.ts +0 -5
  67. package/lib/components/Text/useText.d.ts +0 -12
  68. package/lib/components/Text/useTextStyles.d.ts +0 -11
  69. package/lib/components/Title1/Title1.d.ts +0 -13
  70. package/lib/components/Title1/index.d.ts +0 -1
  71. package/lib/components/Title2/Title2.d.ts +0 -13
  72. package/lib/components/Title2/index.d.ts +0 -1
  73. package/lib/components/Title3/Title3.d.ts +0 -13
  74. package/lib/components/Title3/index.d.ts +0 -1
  75. package/lib/components/wrapper.d.ts +0 -8
  76. package/lib/index.d.ts +0 -11
  77. package/lib/typographyStyles/index.d.ts +0 -2
  78. package/lib/typographyStyles/index.js +0 -3
  79. package/lib/typographyStyles/index.js.map +0 -1
  80. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  81. package/lib/typographyStyles/typographyStyles.js +0 -60
  82. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  83. package/lib-commonjs/Body.d.ts +0 -1
  84. package/lib-commonjs/Caption.d.ts +0 -1
  85. package/lib-commonjs/Display.d.ts +0 -1
  86. package/lib-commonjs/Headline.d.ts +0 -1
  87. package/lib-commonjs/LargeTitle.d.ts +0 -1
  88. package/lib-commonjs/Subheadline.d.ts +0 -1
  89. package/lib-commonjs/Text.d.ts +0 -1
  90. package/lib-commonjs/Title1.d.ts +0 -1
  91. package/lib-commonjs/Title2.d.ts +0 -1
  92. package/lib-commonjs/Title3.d.ts +0 -1
  93. package/lib-commonjs/components/Body/Body.d.ts +0 -13
  94. package/lib-commonjs/components/Body/index.d.ts +0 -1
  95. package/lib-commonjs/components/Caption/Caption.d.ts +0 -13
  96. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  97. package/lib-commonjs/components/Display/Display.d.ts +0 -13
  98. package/lib-commonjs/components/Display/index.d.ts +0 -1
  99. package/lib-commonjs/components/Headline/Headline.d.ts +0 -13
  100. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  101. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -13
  102. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  103. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -13
  104. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  105. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  106. package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
  107. package/lib-commonjs/components/Text/index.d.ts +0 -5
  108. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  109. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  110. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -11
  111. package/lib-commonjs/components/Title1/Title1.d.ts +0 -13
  112. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  113. package/lib-commonjs/components/Title2/Title2.d.ts +0 -13
  114. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  115. package/lib-commonjs/components/Title3/Title3.d.ts +0 -13
  116. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  117. package/lib-commonjs/components/wrapper.d.ts +0 -8
  118. package/lib-commonjs/index.d.ts +0 -11
  119. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  120. package/lib-commonjs/typographyStyles/index.js +0 -11
  121. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  122. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  123. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  124. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 29 Apr 2022 04:27:33 GMT",
6
- "tag": "@fluentui/react-text_v0.0.0-nightly-20220429-0418.1",
7
- "version": "0.0.0-nightly-20220429-0418.1",
5
+ "date": "Wed, 04 May 2022 04:33:38 GMT",
6
+ "tag": "@fluentui/react-text_v0.0.0-nightly-20220504-0420.1",
7
+ "version": "0.0.0-nightly-20220504-0420.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -13,23 +13,43 @@
13
13
  "commit": "not available",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "martinhochel@microsoft.com",
18
+ "package": "@fluentui/react-text",
19
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
20
+ "comment": "feat: ship rolluped only dts"
21
+ },
22
+ {
23
+ "author": "gcox@microsoft.com",
24
+ "package": "@fluentui/react-text",
25
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
26
+ "comment": "Updated react-text to use typography constants"
27
+ },
16
28
  {
17
29
  "author": "beachball",
18
30
  "package": "@fluentui/react-text",
19
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220429-0418.1",
20
- "commit": "cb8f7666b1b78401111aa400aae8923fd76daa02"
31
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220504-0420.1",
32
+ "commit": "158bbd218038e21eb173d3fa7efa00c595be789c"
21
33
  },
22
34
  {
23
35
  "author": "beachball",
24
36
  "package": "@fluentui/react-text",
25
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220429-0418.1",
26
- "commit": "cb8f7666b1b78401111aa400aae8923fd76daa02"
37
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220504-0420.1",
38
+ "commit": "158bbd218038e21eb173d3fa7efa00c595be789c"
27
39
  },
28
40
  {
29
41
  "author": "beachball",
30
42
  "package": "@fluentui/react-text",
31
- "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220429-0418.1",
32
- "commit": "cb8f7666b1b78401111aa400aae8923fd76daa02"
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220504-0420.1",
44
+ "commit": "158bbd218038e21eb173d3fa7efa00c595be789c"
45
+ }
46
+ ],
47
+ "none": [
48
+ {
49
+ "author": "tristan.watanabe@gmail.com",
50
+ "package": "@fluentui/react-text",
51
+ "commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
52
+ "comment": "react-text: Move to new common folder."
33
53
  }
34
54
  ]
35
55
  }
package/CHANGELOG.md CHANGED
@@ -1,24 +1,26 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Fri, 29 Apr 2022 04:27:33 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 04:33:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220429-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightly-20220429-0418.1)
7
+ ## [0.0.0-nightly-20220504-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightly-20220504-0420.1)
8
8
 
9
- Fri, 29 Apr 2022 04:27:33 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v0.0.0-nightly-20220429-0418.1)
9
+ Wed, 04 May 2022 04:33:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v0.0.0-nightly-20220504-0420.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
15
- - Bump @fluentui/react-theme to v0.0.0-nightly-20220429-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/cb8f7666b1b78401111aa400aae8923fd76daa02) by beachball)
16
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20220429-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/cb8f7666b1b78401111aa400aae8923fd76daa02) by beachball)
17
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220429-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/cb8f7666b1b78401111aa400aae8923fd76daa02) by beachball)
15
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
16
+ - Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
17
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20220504-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/158bbd218038e21eb173d3fa7efa00c595be789c) by beachball)
18
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20220504-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/158bbd218038e21eb173d3fa7efa00c595be789c) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220504-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/158bbd218038e21eb173d3fa7efa00c595be789c) by beachball)
18
20
 
19
21
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
20
22
 
21
- Tue, 19 Apr 2022 19:17:01 GMT
23
+ Tue, 19 Apr 2022 19:17:01 GMT
22
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
23
25
 
24
26
  ### Changes
@@ -31,7 +33,7 @@ Tue, 19 Apr 2022 19:17:01 GMT
31
33
 
32
34
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
33
35
 
34
- Fri, 04 Mar 2022 05:17:31 GMT
36
+ Fri, 04 Mar 2022 05:17:31 GMT
35
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
36
38
 
37
39
  ### Changes
@@ -42,7 +44,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
42
44
 
43
45
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
44
46
 
45
- Tue, 01 Mar 2022 02:17:39 GMT
47
+ Tue, 01 Mar 2022 02:17:39 GMT
46
48
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
47
49
 
48
50
  ### Changes
@@ -52,7 +54,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
52
54
 
53
55
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
54
56
 
55
- Fri, 18 Feb 2022 13:35:36 GMT
57
+ Fri, 18 Feb 2022 13:35:36 GMT
56
58
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
57
59
 
58
60
  ### Changes
@@ -63,13 +65,13 @@ Fri, 18 Feb 2022 13:35:36 GMT
63
65
 
64
66
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
65
67
 
66
- Thu, 10 Feb 2022 08:50:58 GMT
68
+ Thu, 10 Feb 2022 08:50:58 GMT
67
69
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
68
70
 
69
71
  ### Changes
70
72
 
71
73
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
72
- - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
74
+ - BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
73
75
  - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
74
76
  - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
75
77
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
@@ -83,7 +85,7 @@ Thu, 10 Feb 2022 08:50:58 GMT
83
85
 
84
86
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
85
87
 
86
- Thu, 25 Nov 2021 08:34:16 GMT
88
+ Thu, 25 Nov 2021 08:34:16 GMT
87
89
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
88
90
 
89
91
  ### Changes
@@ -97,7 +99,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
97
99
 
98
100
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
99
101
 
100
- Fri, 12 Nov 2021 13:25:08 GMT
102
+ Fri, 12 Nov 2021 13:25:08 GMT
101
103
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
102
104
 
103
105
  ### Changes
@@ -112,7 +114,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
112
114
 
113
115
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
114
116
 
115
- Wed, 27 Oct 2021 12:14:23 GMT
117
+ Wed, 27 Oct 2021 12:14:23 GMT
116
118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
117
119
 
118
120
  ### Changes
@@ -126,7 +128,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
126
128
 
127
129
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
128
130
 
129
- Wed, 06 Oct 2021 10:37:22 GMT
131
+ Wed, 06 Oct 2021 10:37:22 GMT
130
132
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
131
133
 
132
134
  ### Changes
@@ -140,7 +142,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
140
142
 
141
143
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
142
144
 
143
- Tue, 05 Oct 2021 12:47:58 GMT
145
+ Tue, 05 Oct 2021 12:47:58 GMT
144
146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
145
147
 
146
148
  ### Changes
@@ -152,7 +154,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
152
154
 
153
155
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
154
156
 
155
- Tue, 05 Oct 2021 09:28:07 GMT
157
+ Tue, 05 Oct 2021 09:28:07 GMT
156
158
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
157
159
 
158
160
  ### Changes
@@ -166,7 +168,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
166
168
 
167
169
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
168
170
 
169
- Fri, 01 Oct 2021 14:13:08 GMT
171
+ Fri, 01 Oct 2021 14:13:08 GMT
170
172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
171
173
 
172
174
  ### Changes
@@ -180,7 +182,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
180
182
 
181
183
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
182
184
 
183
- Wed, 29 Sep 2021 08:06:11 GMT
185
+ Wed, 29 Sep 2021 08:06:11 GMT
184
186
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
185
187
 
186
188
  ### Changes
@@ -192,7 +194,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
192
194
 
193
195
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
194
196
 
195
- Mon, 27 Sep 2021 08:06:00 GMT
197
+ Mon, 27 Sep 2021 08:06:00 GMT
196
198
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
197
199
 
198
200
  ### Changes
@@ -205,7 +207,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
205
207
 
206
208
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
207
209
 
208
- Fri, 24 Sep 2021 09:17:17 GMT
210
+ Fri, 24 Sep 2021 09:17:17 GMT
209
211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
210
212
 
211
213
  ### Changes
@@ -219,7 +221,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
219
221
 
220
222
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
221
223
 
222
- Thu, 23 Sep 2021 08:21:34 GMT
224
+ Thu, 23 Sep 2021 08:21:34 GMT
223
225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
224
226
 
225
227
  ### Changes
@@ -232,7 +234,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
232
234
 
233
235
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
234
236
 
235
- Wed, 22 Sep 2021 10:10:07 GMT
237
+ Wed, 22 Sep 2021 10:10:07 GMT
236
238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
237
239
 
238
240
  ### Changes
@@ -246,7 +248,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
246
248
 
247
249
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
248
250
 
249
- Tue, 21 Sep 2021 07:42:34 GMT
251
+ Tue, 21 Sep 2021 07:42:34 GMT
250
252
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
251
253
 
252
254
  ### Changes
@@ -258,7 +260,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
258
260
 
259
261
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
260
262
 
261
- Mon, 20 Sep 2021 07:36:26 GMT
263
+ Mon, 20 Sep 2021 07:36:26 GMT
262
264
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
263
265
 
264
266
  ### Changes
@@ -267,7 +269,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
267
269
 
268
270
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
269
271
 
270
- Fri, 17 Sep 2021 07:35:26 GMT
272
+ Fri, 17 Sep 2021 07:35:26 GMT
271
273
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
272
274
 
273
275
  ### Changes
@@ -276,7 +278,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
276
278
 
277
279
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
278
280
 
279
- Thu, 16 Sep 2021 07:38:39 GMT
281
+ Thu, 16 Sep 2021 07:38:39 GMT
280
282
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
281
283
 
282
284
  ### Changes
@@ -285,7 +287,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
285
287
 
286
288
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
287
289
 
288
- Tue, 14 Sep 2021 20:09:02 GMT
290
+ Tue, 14 Sep 2021 20:09:02 GMT
289
291
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
290
292
 
291
293
  ### Changes
@@ -294,7 +296,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
294
296
 
295
297
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
296
298
 
297
- Fri, 10 Sep 2021 16:31:53 GMT
299
+ Fri, 10 Sep 2021 16:31:53 GMT
298
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
299
301
 
300
302
  ### Changes
@@ -304,7 +306,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
304
306
 
305
307
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
306
308
 
307
- Fri, 10 Sep 2021 07:39:51 GMT
309
+ Fri, 10 Sep 2021 07:39:51 GMT
308
310
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
309
311
 
310
312
  ### Changes
@@ -313,7 +315,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
313
315
 
314
316
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
315
317
 
316
- Mon, 06 Sep 2021 07:34:53 GMT
318
+ Mon, 06 Sep 2021 07:34:53 GMT
317
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
318
320
 
319
321
  ### Changes
@@ -322,7 +324,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
322
324
 
323
325
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
324
326
 
325
- Thu, 02 Sep 2021 07:36:46 GMT
327
+ Thu, 02 Sep 2021 07:36:46 GMT
326
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
327
329
 
328
330
  ### Patches
@@ -335,7 +337,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
335
337
 
336
338
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
337
339
 
338
- Wed, 01 Sep 2021 07:39:56 GMT
340
+ Wed, 01 Sep 2021 07:39:56 GMT
339
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
340
342
 
341
343
  ### Changes
@@ -344,7 +346,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
344
346
 
345
347
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
346
348
 
347
- Tue, 31 Aug 2021 07:37:47 GMT
349
+ Tue, 31 Aug 2021 07:37:47 GMT
348
350
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
349
351
 
350
352
  ### Changes
@@ -353,7 +355,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
353
355
 
354
356
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
355
357
 
356
- Fri, 27 Aug 2021 07:33:32 GMT
358
+ Fri, 27 Aug 2021 07:33:32 GMT
357
359
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
358
360
 
359
361
  ### Changes
@@ -362,7 +364,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
362
364
 
363
365
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
364
366
 
365
- Thu, 26 Aug 2021 07:35:43 GMT
367
+ Thu, 26 Aug 2021 07:35:43 GMT
366
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
367
369
 
368
370
  ### Changes
@@ -371,7 +373,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
371
373
 
372
374
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
373
375
 
374
- Tue, 24 Aug 2021 07:34:48 GMT
376
+ Tue, 24 Aug 2021 07:34:48 GMT
375
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
376
378
 
377
379
  ### Changes
@@ -380,7 +382,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
380
382
 
381
383
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
382
384
 
383
- Fri, 20 Aug 2021 07:37:28 GMT
385
+ Fri, 20 Aug 2021 07:37:28 GMT
384
386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
385
387
 
386
388
  ### Changes
@@ -389,7 +391,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
389
391
 
390
392
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
391
393
 
392
- Thu, 19 Aug 2021 07:41:35 GMT
394
+ Thu, 19 Aug 2021 07:41:35 GMT
393
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
394
396
 
395
397
  ### Changes
@@ -398,7 +400,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
398
400
 
399
401
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
400
402
 
401
- Fri, 13 Aug 2021 07:36:34 GMT
403
+ Fri, 13 Aug 2021 07:36:34 GMT
402
404
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
403
405
 
404
406
  ### Changes
@@ -407,7 +409,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
407
409
 
408
410
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
409
411
 
410
- Thu, 12 Aug 2021 07:34:46 GMT
412
+ Thu, 12 Aug 2021 07:34:46 GMT
411
413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
412
414
 
413
415
  ### Changes
@@ -416,7 +418,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
416
418
 
417
419
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
418
420
 
419
- Wed, 11 Aug 2021 07:34:54 GMT
421
+ Wed, 11 Aug 2021 07:34:54 GMT
420
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
421
423
 
422
424
  ### Changes
@@ -425,7 +427,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
425
427
 
426
428
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
427
429
 
428
- Fri, 06 Aug 2021 07:35:14 GMT
430
+ Fri, 06 Aug 2021 07:35:14 GMT
429
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
430
432
 
431
433
  ### Changes
@@ -434,7 +436,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
434
436
 
435
437
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
436
438
 
437
- Tue, 03 Aug 2021 07:39:30 GMT
439
+ Tue, 03 Aug 2021 07:39:30 GMT
438
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
439
441
 
440
442
  ### Patches
@@ -449,7 +451,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
449
451
 
450
452
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
451
453
 
452
- Mon, 02 Aug 2021 07:36:20 GMT
454
+ Mon, 02 Aug 2021 07:36:20 GMT
453
455
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
454
456
 
455
457
  ### Changes
@@ -458,7 +460,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
458
460
 
459
461
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
460
462
 
461
- Mon, 26 Jul 2021 07:37:30 GMT
463
+ Mon, 26 Jul 2021 07:37:30 GMT
462
464
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
463
465
 
464
466
  ### Changes
@@ -467,7 +469,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
467
469
 
468
470
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
469
471
 
470
- Fri, 23 Jul 2021 07:38:19 GMT
472
+ Fri, 23 Jul 2021 07:38:19 GMT
471
473
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
472
474
 
473
475
  ### Changes
@@ -476,7 +478,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
476
478
 
477
479
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
478
480
 
479
- Thu, 22 Jul 2021 07:36:55 GMT
481
+ Thu, 22 Jul 2021 07:36:55 GMT
480
482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
481
483
 
482
484
  ### Changes
@@ -485,7 +487,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
485
487
 
486
488
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
487
489
 
488
- Thu, 15 Jul 2021 07:36:18 GMT
490
+ Thu, 15 Jul 2021 07:36:18 GMT
489
491
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
490
492
 
491
493
  ### Changes
@@ -494,7 +496,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
494
496
 
495
497
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
496
498
 
497
- Tue, 13 Jul 2021 22:32:58 GMT
499
+ Tue, 13 Jul 2021 22:32:58 GMT
498
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
499
501
 
500
502
  ### Patches
@@ -503,7 +505,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
503
505
 
504
506
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
505
507
 
506
- Tue, 13 Jul 2021 07:35:36 GMT
508
+ Tue, 13 Jul 2021 07:35:36 GMT
507
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
508
510
 
509
511
  ### Changes
@@ -512,7 +514,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
512
514
 
513
515
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
514
516
 
515
- Fri, 09 Jul 2021 07:39:31 GMT
517
+ Fri, 09 Jul 2021 07:39:31 GMT
516
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
517
519
 
518
520
  ### Patches
@@ -527,7 +529,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
527
529
 
528
530
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
529
531
 
530
- Fri, 02 Jul 2021 23:15:55 GMT
532
+ Fri, 02 Jul 2021 23:15:55 GMT
531
533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
532
534
 
533
535
  ### Changes
@@ -536,7 +538,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
536
538
 
537
539
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
538
540
 
539
- Fri, 02 Jul 2021 07:37:06 GMT
541
+ Fri, 02 Jul 2021 07:37:06 GMT
540
542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
541
543
 
542
544
  ### Changes
@@ -545,7 +547,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
545
547
 
546
548
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
547
549
 
548
- Wed, 30 Jun 2021 07:38:35 GMT
550
+ Wed, 30 Jun 2021 07:38:35 GMT
549
551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
550
552
 
551
553
  ### Changes
@@ -554,7 +556,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
554
556
 
555
557
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
556
558
 
557
- Tue, 29 Jun 2021 07:33:32 GMT
559
+ Tue, 29 Jun 2021 07:33:32 GMT
558
560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
559
561
 
560
562
  ### Changes
File without changes
@@ -1,6 +1,6 @@
1
1
  import { __styles } from '@griffel/react';
2
- import { typographyStyles } from '../../typographyStyles/index';
3
2
  import { createWrapper } from '../wrapper';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  /**
5
5
  * @deprecated Use `bodyClassNames.root` instead.
6
6
  */
@@ -17,11 +17,11 @@ const useStyles = /*#__PURE__*/__styles({
17
17
  "root": {
18
18
  "Bahqtrf": "fk6fouc",
19
19
  "Be2twd7": "fkhj508",
20
- "Bg96gwp": "f1i3iumi",
21
- "Bhrd7zp": "figsok6"
20
+ "Bhrd7zp": "figsok6",
21
+ "Bg96gwp": "f1i3iumi"
22
22
  }
23
23
  }, {
24
- "d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}"]
24
+ "d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fkhj508{font-size:var(--fontSizeBase300);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".f1i3iumi{line-height:var(--lineHeightBase300);}"]
25
25
  });
26
26
  /**
27
27
  * Text wrapper component for the Body typography variant
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Body/Body.tsx"],"names":[],"mappings":"AACA,yBAA2B,gBAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAIA;;AAEG;;AACH,OAAO,MAAM,aAAa,GAAG,UAAtB;AACP,OAAO,MAAM,cAAc,GAA8B;AACvD,EAAA,IAAI,EAAE;AADiD,CAAlD;AAIP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,IAAI,gBAAwC,aAAa,CAAC;AACrE,EAAA,SADqE;AAErE,EAAA,SAAS,EAAE,cAAc,CAAC,IAF2C;AAGrE,EAAA,WAAW,EAAE;AAHwD,CAAD,CAA/D","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\n\n/**\n * @deprecated Use `bodyClassNames.root` instead.\n */\nexport const bodyClassName = 'fui-Body';\nexport const bodyClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body,\n});\n\n/**\n * Text wrapper component for the Body typography variant\n */\nexport const Body: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: bodyClassNames.root,\n displayName: 'Body',\n});\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["components/Body/Body.tsx"],"names":[],"mappings":"AACA,yBAA2B,gBAA3B;AACA,SAAS,aAAT,QAAgD,YAAhD;AAGA,SAAS,gBAAT,QAAiC,uBAAjC;AAEA;;AAEG;;AACH,OAAO,MAAM,aAAa,GAAG,UAAtB;AACP,OAAO,MAAM,cAAc,GAA8B;AACvD,EAAA,IAAI,EAAE;AADiD,CAAlD;AAIP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,IAAI,gBAAwC,aAAa,CAAC;AACrE,EAAA,SADqE;AAErE,EAAA,SAAS,EAAE,cAAc,CAAC,IAF2C;AAGrE,EAAA,WAAW,EAAE;AAHwD,CAAD,CAA/D","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\n/**\n * @deprecated Use `bodyClassNames.root` instead.\n */\nexport const bodyClassName = 'fui-Body';\nexport const bodyClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Body',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.body1,\n});\n\n/**\n * Text wrapper component for the Body typography variant\n */\nexport const Body: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: bodyClassNames.root,\n displayName: 'Body',\n});\n"],"sourceRoot":"../src/"}
@@ -1,6 +1,6 @@
1
1
  import { __styles } from '@griffel/react';
2
- import { typographyStyles } from '../../typographyStyles/index';
3
2
  import { createWrapper } from '../wrapper';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  /**
5
5
  * @deprecated Use `captionClassNames.root` instead.
6
6
  */
@@ -17,11 +17,11 @@ const useStyles = /*#__PURE__*/__styles({
17
17
  "root": {
18
18
  "Bahqtrf": "fk6fouc",
19
19
  "Be2twd7": "fy9rknc",
20
- "Bg96gwp": "fwrc4pm",
21
- "Bhrd7zp": "figsok6"
20
+ "Bhrd7zp": "figsok6",
21
+ "Bg96gwp": "fwrc4pm"
22
22
  }
23
23
  }, {
24
- "d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}", ".figsok6{font-weight:var(--fontWeightRegular);}"]
24
+ "d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fy9rknc{font-size:var(--fontSizeBase200);}", ".figsok6{font-weight:var(--fontWeightRegular);}", ".fwrc4pm{line-height:var(--lineHeightBase200);}"]
25
25
  });
26
26
  /**
27
27
  * Text wrapper component for the Caption typography variant
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Caption/Caption.tsx"],"names":[],"mappings":"AACA,yBAA2B,gBAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAIA;;AAEG;;AACH,OAAO,MAAM,gBAAgB,GAAG,aAAzB;AACP,OAAO,MAAM,iBAAiB,GAA8B;AAC1D,EAAA,IAAI,EAAE;AADoD,CAArD;AAIP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,OAAO,gBAAwC,aAAa,CAAC;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,iBAAiB,CAAC,IAF2C;AAGxE,EAAA,WAAW,EAAE;AAH2D,CAAD,CAAlE","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\n\n/**\n * @deprecated Use `captionClassNames.root` instead.\n */\nexport const captionClassName = 'fui-Caption';\nexport const captionClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption,\n});\n\n/**\n * Text wrapper component for the Caption typography variant\n */\nexport const Caption: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: captionClassNames.root,\n displayName: 'Caption',\n});\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["components/Caption/Caption.tsx"],"names":[],"mappings":"AACA,yBAA2B,gBAA3B;AACA,SAAS,aAAT,QAAgD,YAAhD;AAGA,SAAS,gBAAT,QAAiC,uBAAjC;AAEA;;AAEG;;AACH,OAAO,MAAM,gBAAgB,GAAG,aAAzB;AACP,OAAO,MAAM,iBAAiB,GAA8B;AAC1D,EAAA,IAAI,EAAE;AADoD,CAArD;AAIP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,OAAO,gBAAwC,aAAa,CAAC;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,iBAAiB,CAAC,IAF2C;AAGxE,EAAA,WAAW,EAAE;AAH2D,CAAD,CAAlE","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\n/**\n * @deprecated Use `captionClassNames.root` instead.\n */\nexport const captionClassName = 'fui-Caption';\nexport const captionClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Caption',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.caption1,\n});\n\n/**\n * Text wrapper component for the Caption typography variant\n */\nexport const Caption: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: captionClassNames.root,\n displayName: 'Caption',\n});\n"],"sourceRoot":"../src/"}
@@ -1,6 +1,6 @@
1
1
  import { __styles } from '@griffel/react';
2
- import { typographyStyles } from '../../typographyStyles/index';
3
2
  import { createWrapper } from '../wrapper';
3
+ import { typographyStyles } from '@fluentui/react-theme';
4
4
  /**
5
5
  * @deprecated Use `displayClassNames.root` instead.
6
6
  */
@@ -17,11 +17,11 @@ const useStyles = /*#__PURE__*/__styles({
17
17
  "root": {
18
18
  "Bahqtrf": "fk6fouc",
19
19
  "Be2twd7": "fpyltcb",
20
- "Bg96gwp": "f1ivgwrt",
21
- "Bhrd7zp": "fl43uef"
20
+ "Bhrd7zp": "fl43uef",
21
+ "Bg96gwp": "f1ivgwrt"
22
22
  }
23
23
  }, {
24
- "d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}"]
24
+ "d": [".fk6fouc{font-family:var(--fontFamilyBase);}", ".fpyltcb{font-size:var(--fontSizeHero1000);}", ".fl43uef{font-weight:var(--fontWeightSemibold);}", ".f1ivgwrt{line-height:var(--lineHeightHero1000);}"]
25
25
  });
26
26
  /**
27
27
  * Text wrapper component for the Display typography variant
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Display/Display.tsx"],"names":[],"mappings":"AACA,yBAA2B,gBAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAIA;;AAEG;;AACH,OAAO,MAAM,gBAAgB,GAAG,aAAzB;AACP,OAAO,MAAM,iBAAiB,GAA8B;AAC1D,EAAA,IAAI,EAAE;AADoD,CAArD;AAIP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,OAAO,gBAAwC,aAAa,CAAC;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,iBAAiB,CAAC,IAF2C;AAGxE,EAAA,WAAW,EAAE;AAH2D,CAAD,CAAlE","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\n\n/**\n * @deprecated Use `displayClassNames.root` instead.\n */\nexport const displayClassName = 'fui-Display';\nexport const displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.display,\n});\n\n/**\n * Text wrapper component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["components/Display/Display.tsx"],"names":[],"mappings":"AACA,yBAA2B,gBAA3B;AACA,SAAS,aAAT,QAAgD,YAAhD;AAGA,SAAS,gBAAT,QAAiC,uBAAjC;AAEA;;AAEG;;AACH,OAAO,MAAM,gBAAgB,GAAG,aAAzB;AACP,OAAO,MAAM,iBAAiB,GAA8B;AAC1D,EAAA,IAAI,EAAE;AADoD,CAArD;AAIP;;AAEG;;AACH,MAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,MAAM,OAAO,gBAAwC,aAAa,CAAC;AACxE,EAAA,SADwE;AAExE,EAAA,SAAS,EAAE,iBAAiB,CAAC,IAF2C;AAGxE,EAAA,WAAW,EAAE;AAH2D,CAAD,CAAlE","sourcesContent":["import type { FunctionComponent } from 'react';\nimport { makeStyles } from '@griffel/react';\nimport { createWrapper, TextWrapperProps } from '../wrapper';\nimport { SlotClassNames } from '@fluentui/react-utilities';\nimport { TextSlots } from '../Text/Text.types';\nimport { typographyStyles } from '@fluentui/react-theme';\n\n/**\n * @deprecated Use `displayClassNames.root` instead.\n */\nexport const displayClassName = 'fui-Display';\nexport const displayClassNames: SlotClassNames<TextSlots> = {\n root: 'fui-Display',\n};\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.display,\n});\n\n/**\n * Text wrapper component for the Display typography variant\n */\nexport const Display: FunctionComponent<TextWrapperProps> = createWrapper({\n useStyles,\n className: displayClassNames.root,\n displayName: 'Display',\n});\n"],"sourceRoot":"../src/"}