@fluentui/react-text 9.0.0-rc.6 → 9.0.0-rc.7

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 (125) hide show
  1. package/CHANGELOG.json +45 -4
  2. package/CHANGELOG.md +67 -55
  3. package/dist/{react-text.d.ts → index.d.ts} +0 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Body/Body.js +4 -4
  6. package/lib/components/Body/Body.js.map +1 -1
  7. package/lib/components/Caption/Caption.js +4 -4
  8. package/lib/components/Caption/Caption.js.map +1 -1
  9. package/lib/components/Display/Display.js +4 -4
  10. package/lib/components/Display/Display.js.map +1 -1
  11. package/lib/components/Headline/Headline.js +4 -4
  12. package/lib/components/Headline/Headline.js.map +1 -1
  13. package/lib/components/LargeTitle/LargeTitle.js +4 -4
  14. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  15. package/lib/components/Subheadline/Subheadline.js +4 -4
  16. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  17. package/lib/components/Title1/Title1.js +4 -4
  18. package/lib/components/Title1/Title1.js.map +1 -1
  19. package/lib/components/Title2/Title2.js +4 -4
  20. package/lib/components/Title2/Title2.js.map +1 -1
  21. package/lib/components/Title3/Title3.js +4 -4
  22. package/lib/components/Title3/Title3.js.map +1 -1
  23. package/lib-commonjs/components/Body/Body.js +12 -3
  24. package/lib-commonjs/components/Body/Body.js.map +1 -1
  25. package/lib-commonjs/components/Caption/Caption.js +12 -3
  26. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  27. package/lib-commonjs/components/Display/Display.js +12 -3
  28. package/lib-commonjs/components/Display/Display.js.map +1 -1
  29. package/lib-commonjs/components/Headline/Headline.js +12 -3
  30. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  31. package/lib-commonjs/components/LargeTitle/LargeTitle.js +12 -3
  32. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  33. package/lib-commonjs/components/Subheadline/Subheadline.js +12 -3
  34. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  35. package/lib-commonjs/components/Title1/Title1.js +12 -3
  36. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  37. package/lib-commonjs/components/Title2/Title2.js +12 -3
  38. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  39. package/lib-commonjs/components/Title3/Title3.js +12 -3
  40. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  41. package/package.json +6 -6
  42. package/lib/Body.d.ts +0 -1
  43. package/lib/Caption.d.ts +0 -1
  44. package/lib/Display.d.ts +0 -1
  45. package/lib/Headline.d.ts +0 -1
  46. package/lib/LargeTitle.d.ts +0 -1
  47. package/lib/Subheadline.d.ts +0 -1
  48. package/lib/Text.d.ts +0 -1
  49. package/lib/Title1.d.ts +0 -1
  50. package/lib/Title2.d.ts +0 -1
  51. package/lib/Title3.d.ts +0 -1
  52. package/lib/components/Body/Body.d.ts +0 -13
  53. package/lib/components/Body/index.d.ts +0 -1
  54. package/lib/components/Caption/Caption.d.ts +0 -13
  55. package/lib/components/Caption/index.d.ts +0 -1
  56. package/lib/components/Display/Display.d.ts +0 -13
  57. package/lib/components/Display/index.d.ts +0 -1
  58. package/lib/components/Headline/Headline.d.ts +0 -13
  59. package/lib/components/Headline/index.d.ts +0 -1
  60. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -13
  61. package/lib/components/LargeTitle/index.d.ts +0 -1
  62. package/lib/components/Subheadline/Subheadline.d.ts +0 -13
  63. package/lib/components/Subheadline/index.d.ts +0 -1
  64. package/lib/components/Text/Text.d.ts +0 -6
  65. package/lib/components/Text/Text.types.d.ts +0 -78
  66. package/lib/components/Text/index.d.ts +0 -5
  67. package/lib/components/Text/renderText.d.ts +0 -5
  68. package/lib/components/Text/useText.d.ts +0 -12
  69. package/lib/components/Text/useTextStyles.d.ts +0 -11
  70. package/lib/components/Title1/Title1.d.ts +0 -13
  71. package/lib/components/Title1/index.d.ts +0 -1
  72. package/lib/components/Title2/Title2.d.ts +0 -13
  73. package/lib/components/Title2/index.d.ts +0 -1
  74. package/lib/components/Title3/Title3.d.ts +0 -13
  75. package/lib/components/Title3/index.d.ts +0 -1
  76. package/lib/components/wrapper.d.ts +0 -8
  77. package/lib/index.d.ts +0 -11
  78. package/lib/typographyStyles/index.d.ts +0 -2
  79. package/lib/typographyStyles/index.js +0 -3
  80. package/lib/typographyStyles/index.js.map +0 -1
  81. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  82. package/lib/typographyStyles/typographyStyles.js +0 -60
  83. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  84. package/lib-commonjs/Body.d.ts +0 -1
  85. package/lib-commonjs/Caption.d.ts +0 -1
  86. package/lib-commonjs/Display.d.ts +0 -1
  87. package/lib-commonjs/Headline.d.ts +0 -1
  88. package/lib-commonjs/LargeTitle.d.ts +0 -1
  89. package/lib-commonjs/Subheadline.d.ts +0 -1
  90. package/lib-commonjs/Text.d.ts +0 -1
  91. package/lib-commonjs/Title1.d.ts +0 -1
  92. package/lib-commonjs/Title2.d.ts +0 -1
  93. package/lib-commonjs/Title3.d.ts +0 -1
  94. package/lib-commonjs/components/Body/Body.d.ts +0 -13
  95. package/lib-commonjs/components/Body/index.d.ts +0 -1
  96. package/lib-commonjs/components/Caption/Caption.d.ts +0 -13
  97. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  98. package/lib-commonjs/components/Display/Display.d.ts +0 -13
  99. package/lib-commonjs/components/Display/index.d.ts +0 -1
  100. package/lib-commonjs/components/Headline/Headline.d.ts +0 -13
  101. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  102. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -13
  103. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  104. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -13
  105. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  106. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  107. package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
  108. package/lib-commonjs/components/Text/index.d.ts +0 -5
  109. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  110. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  111. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -11
  112. package/lib-commonjs/components/Title1/Title1.d.ts +0 -13
  113. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  114. package/lib-commonjs/components/Title2/Title2.d.ts +0 -13
  115. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  116. package/lib-commonjs/components/Title3/Title3.d.ts +0 -13
  117. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  118. package/lib-commonjs/components/wrapper.d.ts +0 -8
  119. package/lib-commonjs/index.d.ts +0 -11
  120. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  121. package/lib-commonjs/typographyStyles/index.js +0 -11
  122. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  123. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  124. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  125. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,48 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 19:14:11 GMT",
5
+ "date": "Wed, 04 May 2022 13:24:01 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-rc.7",
7
+ "version": "9.0.0-rc.7",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-text",
13
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
14
+ "comment": "feat: ship rolluped only dts"
15
+ },
16
+ {
17
+ "author": "gcox@microsoft.com",
18
+ "package": "@fluentui/react-text",
19
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
20
+ "comment": "Updated react-text to use typography constants"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-text",
25
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
26
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-text",
31
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
32
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
33
+ }
34
+ ],
35
+ "none": [
36
+ {
37
+ "author": "tristan.watanabe@gmail.com",
38
+ "package": "@fluentui/react-text",
39
+ "commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
40
+ "comment": "react-text: Move to new common folder."
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Tue, 19 Apr 2022 19:17:01 GMT",
6
47
  "tag": "@fluentui/react-text_v9.0.0-rc.6",
7
48
  "version": "9.0.0-rc.6",
8
49
  "comments": {
@@ -23,19 +64,19 @@
23
64
  "author": "beachball",
24
65
  "package": "@fluentui/react-text",
25
66
  "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
26
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
67
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
27
68
  },
28
69
  {
29
70
  "author": "beachball",
30
71
  "package": "@fluentui/react-text",
31
72
  "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
32
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
73
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
33
74
  },
34
75
  {
35
76
  "author": "beachball",
36
77
  "package": "@fluentui/react-text",
37
78
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
38
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
79
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
39
80
  }
40
81
  ],
41
82
  "none": [
package/CHANGELOG.md CHANGED
@@ -1,25 +1,37 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:14:11 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 13:24:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
8
+
9
+ Wed, 04 May 2022 13:24:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
11
+
12
+ ### Changes
13
+
14
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
15
+ - Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
16
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
18
+
7
19
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
8
20
 
9
- Tue, 19 Apr 2022 19:14:11 GMT
21
+ Tue, 19 Apr 2022 19:17:01 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
11
23
 
12
24
  ### Changes
13
25
 
14
26
  - Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
15
27
  - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
16
- - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
18
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
28
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
30
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
19
31
 
20
32
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
21
33
 
22
- Fri, 04 Mar 2022 05:17:31 GMT
34
+ Fri, 04 Mar 2022 05:17:31 GMT
23
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
24
36
 
25
37
  ### Changes
@@ -30,7 +42,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
30
42
 
31
43
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
32
44
 
33
- Tue, 01 Mar 2022 02:17:39 GMT
45
+ Tue, 01 Mar 2022 02:17:39 GMT
34
46
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
35
47
 
36
48
  ### Changes
@@ -40,7 +52,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
40
52
 
41
53
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
42
54
 
43
- Fri, 18 Feb 2022 13:35:36 GMT
55
+ Fri, 18 Feb 2022 13:35:36 GMT
44
56
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
45
57
 
46
58
  ### Changes
@@ -51,13 +63,13 @@ Fri, 18 Feb 2022 13:35:36 GMT
51
63
 
52
64
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
53
65
 
54
- Thu, 10 Feb 2022 08:50:58 GMT
66
+ Thu, 10 Feb 2022 08:50:58 GMT
55
67
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
56
68
 
57
69
  ### Changes
58
70
 
59
71
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
60
- - 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)
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)
61
73
  - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
62
74
  - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
63
75
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
@@ -71,7 +83,7 @@ Thu, 10 Feb 2022 08:50:58 GMT
71
83
 
72
84
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
73
85
 
74
- Thu, 25 Nov 2021 08:34:16 GMT
86
+ Thu, 25 Nov 2021 08:34:16 GMT
75
87
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
76
88
 
77
89
  ### Changes
@@ -85,7 +97,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
85
97
 
86
98
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
87
99
 
88
- Fri, 12 Nov 2021 13:25:08 GMT
100
+ Fri, 12 Nov 2021 13:25:08 GMT
89
101
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
90
102
 
91
103
  ### Changes
@@ -100,7 +112,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
100
112
 
101
113
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
102
114
 
103
- Wed, 27 Oct 2021 12:14:23 GMT
115
+ Wed, 27 Oct 2021 12:14:23 GMT
104
116
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
105
117
 
106
118
  ### Changes
@@ -114,7 +126,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
114
126
 
115
127
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
116
128
 
117
- Wed, 06 Oct 2021 10:37:22 GMT
129
+ Wed, 06 Oct 2021 10:37:22 GMT
118
130
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
119
131
 
120
132
  ### Changes
@@ -128,7 +140,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
128
140
 
129
141
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
130
142
 
131
- Tue, 05 Oct 2021 12:47:58 GMT
143
+ Tue, 05 Oct 2021 12:47:58 GMT
132
144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
133
145
 
134
146
  ### Changes
@@ -140,7 +152,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
140
152
 
141
153
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
142
154
 
143
- Tue, 05 Oct 2021 09:28:07 GMT
155
+ Tue, 05 Oct 2021 09:28:07 GMT
144
156
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
145
157
 
146
158
  ### Changes
@@ -154,7 +166,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
154
166
 
155
167
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
156
168
 
157
- Fri, 01 Oct 2021 14:13:08 GMT
169
+ Fri, 01 Oct 2021 14:13:08 GMT
158
170
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
159
171
 
160
172
  ### Changes
@@ -168,7 +180,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
168
180
 
169
181
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
170
182
 
171
- Wed, 29 Sep 2021 08:06:11 GMT
183
+ Wed, 29 Sep 2021 08:06:11 GMT
172
184
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
173
185
 
174
186
  ### Changes
@@ -180,7 +192,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
180
192
 
181
193
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
182
194
 
183
- Mon, 27 Sep 2021 08:06:00 GMT
195
+ Mon, 27 Sep 2021 08:06:00 GMT
184
196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
185
197
 
186
198
  ### Changes
@@ -193,7 +205,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
193
205
 
194
206
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
195
207
 
196
- Fri, 24 Sep 2021 09:17:17 GMT
208
+ Fri, 24 Sep 2021 09:17:17 GMT
197
209
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
198
210
 
199
211
  ### Changes
@@ -207,7 +219,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
207
219
 
208
220
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
209
221
 
210
- Thu, 23 Sep 2021 08:21:34 GMT
222
+ Thu, 23 Sep 2021 08:21:34 GMT
211
223
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
212
224
 
213
225
  ### Changes
@@ -220,7 +232,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
220
232
 
221
233
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
222
234
 
223
- Wed, 22 Sep 2021 10:10:07 GMT
235
+ Wed, 22 Sep 2021 10:10:07 GMT
224
236
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
225
237
 
226
238
  ### Changes
@@ -234,7 +246,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
234
246
 
235
247
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
236
248
 
237
- Tue, 21 Sep 2021 07:42:34 GMT
249
+ Tue, 21 Sep 2021 07:42:34 GMT
238
250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
239
251
 
240
252
  ### Changes
@@ -246,7 +258,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
246
258
 
247
259
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
248
260
 
249
- Mon, 20 Sep 2021 07:36:26 GMT
261
+ Mon, 20 Sep 2021 07:36:26 GMT
250
262
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
251
263
 
252
264
  ### Changes
@@ -255,7 +267,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
255
267
 
256
268
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
257
269
 
258
- Fri, 17 Sep 2021 07:35:26 GMT
270
+ Fri, 17 Sep 2021 07:35:26 GMT
259
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
260
272
 
261
273
  ### Changes
@@ -264,7 +276,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
264
276
 
265
277
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
266
278
 
267
- Thu, 16 Sep 2021 07:38:39 GMT
279
+ Thu, 16 Sep 2021 07:38:39 GMT
268
280
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
269
281
 
270
282
  ### Changes
@@ -273,7 +285,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
273
285
 
274
286
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
275
287
 
276
- Tue, 14 Sep 2021 20:09:02 GMT
288
+ Tue, 14 Sep 2021 20:09:02 GMT
277
289
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
278
290
 
279
291
  ### Changes
@@ -282,7 +294,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
282
294
 
283
295
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
284
296
 
285
- Fri, 10 Sep 2021 16:31:53 GMT
297
+ Fri, 10 Sep 2021 16:31:53 GMT
286
298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
287
299
 
288
300
  ### Changes
@@ -292,7 +304,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
292
304
 
293
305
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
294
306
 
295
- Fri, 10 Sep 2021 07:39:51 GMT
307
+ Fri, 10 Sep 2021 07:39:51 GMT
296
308
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
297
309
 
298
310
  ### Changes
@@ -301,7 +313,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
301
313
 
302
314
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
303
315
 
304
- Mon, 06 Sep 2021 07:34:53 GMT
316
+ Mon, 06 Sep 2021 07:34:53 GMT
305
317
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
306
318
 
307
319
  ### Changes
@@ -310,7 +322,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
310
322
 
311
323
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
312
324
 
313
- Thu, 02 Sep 2021 07:36:46 GMT
325
+ Thu, 02 Sep 2021 07:36:46 GMT
314
326
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
315
327
 
316
328
  ### Patches
@@ -323,7 +335,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
323
335
 
324
336
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
325
337
 
326
- Wed, 01 Sep 2021 07:39:56 GMT
338
+ Wed, 01 Sep 2021 07:39:56 GMT
327
339
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
328
340
 
329
341
  ### Changes
@@ -332,7 +344,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
332
344
 
333
345
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
334
346
 
335
- Tue, 31 Aug 2021 07:37:47 GMT
347
+ Tue, 31 Aug 2021 07:37:47 GMT
336
348
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
337
349
 
338
350
  ### Changes
@@ -341,7 +353,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
341
353
 
342
354
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
343
355
 
344
- Fri, 27 Aug 2021 07:33:32 GMT
356
+ Fri, 27 Aug 2021 07:33:32 GMT
345
357
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
346
358
 
347
359
  ### Changes
@@ -350,7 +362,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
350
362
 
351
363
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
352
364
 
353
- Thu, 26 Aug 2021 07:35:43 GMT
365
+ Thu, 26 Aug 2021 07:35:43 GMT
354
366
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
355
367
 
356
368
  ### Changes
@@ -359,7 +371,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
359
371
 
360
372
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
361
373
 
362
- Tue, 24 Aug 2021 07:34:48 GMT
374
+ Tue, 24 Aug 2021 07:34:48 GMT
363
375
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
364
376
 
365
377
  ### Changes
@@ -368,7 +380,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
368
380
 
369
381
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
370
382
 
371
- Fri, 20 Aug 2021 07:37:28 GMT
383
+ Fri, 20 Aug 2021 07:37:28 GMT
372
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
373
385
 
374
386
  ### Changes
@@ -377,7 +389,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
377
389
 
378
390
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
379
391
 
380
- Thu, 19 Aug 2021 07:41:35 GMT
392
+ Thu, 19 Aug 2021 07:41:35 GMT
381
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
382
394
 
383
395
  ### Changes
@@ -386,7 +398,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
386
398
 
387
399
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
388
400
 
389
- Fri, 13 Aug 2021 07:36:34 GMT
401
+ Fri, 13 Aug 2021 07:36:34 GMT
390
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
391
403
 
392
404
  ### Changes
@@ -395,7 +407,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
395
407
 
396
408
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
397
409
 
398
- Thu, 12 Aug 2021 07:34:46 GMT
410
+ Thu, 12 Aug 2021 07:34:46 GMT
399
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
400
412
 
401
413
  ### Changes
@@ -404,7 +416,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
404
416
 
405
417
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
406
418
 
407
- Wed, 11 Aug 2021 07:34:54 GMT
419
+ Wed, 11 Aug 2021 07:34:54 GMT
408
420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
409
421
 
410
422
  ### Changes
@@ -413,7 +425,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
413
425
 
414
426
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
415
427
 
416
- Fri, 06 Aug 2021 07:35:14 GMT
428
+ Fri, 06 Aug 2021 07:35:14 GMT
417
429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
418
430
 
419
431
  ### Changes
@@ -422,7 +434,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
422
434
 
423
435
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
424
436
 
425
- Tue, 03 Aug 2021 07:39:30 GMT
437
+ Tue, 03 Aug 2021 07:39:30 GMT
426
438
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
427
439
 
428
440
  ### Patches
@@ -437,7 +449,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
437
449
 
438
450
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
439
451
 
440
- Mon, 02 Aug 2021 07:36:20 GMT
452
+ Mon, 02 Aug 2021 07:36:20 GMT
441
453
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
442
454
 
443
455
  ### Changes
@@ -446,7 +458,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
446
458
 
447
459
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
448
460
 
449
- Mon, 26 Jul 2021 07:37:30 GMT
461
+ Mon, 26 Jul 2021 07:37:30 GMT
450
462
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
451
463
 
452
464
  ### Changes
@@ -455,7 +467,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
455
467
 
456
468
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
457
469
 
458
- Fri, 23 Jul 2021 07:38:19 GMT
470
+ Fri, 23 Jul 2021 07:38:19 GMT
459
471
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
460
472
 
461
473
  ### Changes
@@ -464,7 +476,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
464
476
 
465
477
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
466
478
 
467
- Thu, 22 Jul 2021 07:36:55 GMT
479
+ Thu, 22 Jul 2021 07:36:55 GMT
468
480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
469
481
 
470
482
  ### Changes
@@ -473,7 +485,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
473
485
 
474
486
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
475
487
 
476
- Thu, 15 Jul 2021 07:36:18 GMT
488
+ Thu, 15 Jul 2021 07:36:18 GMT
477
489
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
478
490
 
479
491
  ### Changes
@@ -482,7 +494,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
482
494
 
483
495
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
484
496
 
485
- Tue, 13 Jul 2021 22:32:58 GMT
497
+ Tue, 13 Jul 2021 22:32:58 GMT
486
498
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
487
499
 
488
500
  ### Patches
@@ -491,7 +503,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
491
503
 
492
504
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
493
505
 
494
- Tue, 13 Jul 2021 07:35:36 GMT
506
+ Tue, 13 Jul 2021 07:35:36 GMT
495
507
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
496
508
 
497
509
  ### Changes
@@ -500,7 +512,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
500
512
 
501
513
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
502
514
 
503
- Fri, 09 Jul 2021 07:39:31 GMT
515
+ Fri, 09 Jul 2021 07:39:31 GMT
504
516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
505
517
 
506
518
  ### Patches
@@ -515,7 +527,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
515
527
 
516
528
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
517
529
 
518
- Fri, 02 Jul 2021 23:15:55 GMT
530
+ Fri, 02 Jul 2021 23:15:55 GMT
519
531
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
520
532
 
521
533
  ### Changes
@@ -524,7 +536,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
524
536
 
525
537
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
526
538
 
527
- Fri, 02 Jul 2021 07:37:06 GMT
539
+ Fri, 02 Jul 2021 07:37:06 GMT
528
540
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
529
541
 
530
542
  ### Changes
@@ -533,7 +545,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
533
545
 
534
546
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
535
547
 
536
- Wed, 30 Jun 2021 07:38:35 GMT
548
+ Wed, 30 Jun 2021 07:38:35 GMT
537
549
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
538
550
 
539
551
  ### Changes
@@ -542,7 +554,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
542
554
 
543
555
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
544
556
 
545
- Tue, 29 Jun 2021 07:33:32 GMT
557
+ Tue, 29 Jun 2021 07:33:32 GMT
546
558
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
547
559
 
548
560
  ### Changes
File without 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/"}