@fluentui/react-text 9.0.0-alpha.18 → 9.0.0-alpha.21

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 (233) hide show
  1. package/CHANGELOG.json +142 -5
  2. package/CHANGELOG.md +47 -6
  3. package/dist/react-text.d.ts +42 -51
  4. package/lib/Body.js.map +1 -1
  5. package/lib/Caption.js.map +1 -1
  6. package/lib/Display.js.map +1 -1
  7. package/lib/Headline.js.map +1 -1
  8. package/lib/LargeTitle.js.map +1 -1
  9. package/lib/Subheadline.js.map +1 -1
  10. package/lib/Text.js.map +1 -1
  11. package/lib/Title1.js.map +1 -1
  12. package/lib/Title2.js.map +1 -1
  13. package/lib/Title3.js.map +1 -1
  14. package/lib/common/isConformant.js.map +1 -1
  15. package/lib/components/Body/Body.d.ts +3 -1
  16. package/lib/components/Body/Body.js.map +1 -1
  17. package/lib/components/Body/index.js.map +1 -1
  18. package/lib/components/Caption/Caption.d.ts +3 -1
  19. package/lib/components/Caption/Caption.js.map +1 -1
  20. package/lib/components/Caption/index.js.map +1 -1
  21. package/lib/components/Display/Display.d.ts +3 -1
  22. package/lib/components/Display/Display.js.map +1 -1
  23. package/lib/components/Display/index.js.map +1 -1
  24. package/lib/components/Headline/Headline.d.ts +3 -1
  25. package/lib/components/Headline/Headline.js.map +1 -1
  26. package/lib/components/Headline/index.js.map +1 -1
  27. package/lib/components/LargeTitle/LargeTitle.d.ts +3 -1
  28. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  29. package/lib/components/LargeTitle/index.js.map +1 -1
  30. package/lib/components/Subheadline/Subheadline.d.ts +3 -1
  31. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  32. package/lib/components/Subheadline/index.js.map +1 -1
  33. package/lib/components/Text/Text.d.ts +1 -1
  34. package/lib/components/Text/Text.js.map +1 -1
  35. package/lib/components/Text/Text.types.d.ts +20 -29
  36. package/lib/components/Text/Text.types.js.map +1 -1
  37. package/lib/components/Text/index.js.map +1 -1
  38. package/lib/components/Text/renderText.js +3 -3
  39. package/lib/components/Text/renderText.js.map +1 -1
  40. package/lib/components/Text/useText.d.ts +1 -2
  41. package/lib/components/Text/useText.js +36 -8
  42. package/lib/components/Text/useText.js.map +1 -1
  43. package/lib/components/Text/useTextStyles.js +1 -1
  44. package/lib/components/Text/useTextStyles.js.map +1 -1
  45. package/lib/components/Title1/Title1.d.ts +3 -1
  46. package/lib/components/Title1/Title1.js.map +1 -1
  47. package/lib/components/Title1/index.js.map +1 -1
  48. package/lib/components/Title2/Title2.d.ts +3 -1
  49. package/lib/components/Title2/Title2.js.map +1 -1
  50. package/lib/components/Title2/index.js.map +1 -1
  51. package/lib/components/Title3/Title3.d.ts +3 -1
  52. package/lib/components/Title3/Title3.js.map +1 -1
  53. package/lib/components/Title3/index.js.map +1 -1
  54. package/lib/components/wrapper.d.ts +2 -3
  55. package/lib/components/wrapper.js +1 -1
  56. package/lib/components/wrapper.js.map +1 -1
  57. package/lib/index.js.map +1 -1
  58. package/lib/typographyStyles/index.js.map +1 -1
  59. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  60. package/lib-commonjs/Body.js.map +1 -1
  61. package/lib-commonjs/Caption.js.map +1 -1
  62. package/lib-commonjs/Display.js.map +1 -1
  63. package/lib-commonjs/Headline.js.map +1 -1
  64. package/lib-commonjs/LargeTitle.js.map +1 -1
  65. package/lib-commonjs/Subheadline.js.map +1 -1
  66. package/lib-commonjs/Text.js.map +1 -1
  67. package/lib-commonjs/Title1.js.map +1 -1
  68. package/lib-commonjs/Title2.js.map +1 -1
  69. package/lib-commonjs/Title3.js.map +1 -1
  70. package/lib-commonjs/common/isConformant.js.map +1 -1
  71. package/lib-commonjs/components/Body/Body.d.ts +3 -1
  72. package/lib-commonjs/components/Body/Body.js.map +1 -1
  73. package/lib-commonjs/components/Body/index.js.map +1 -1
  74. package/lib-commonjs/components/Caption/Caption.d.ts +3 -1
  75. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  76. package/lib-commonjs/components/Caption/index.js.map +1 -1
  77. package/lib-commonjs/components/Display/Display.d.ts +3 -1
  78. package/lib-commonjs/components/Display/Display.js.map +1 -1
  79. package/lib-commonjs/components/Display/index.js.map +1 -1
  80. package/lib-commonjs/components/Headline/Headline.d.ts +3 -1
  81. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  82. package/lib-commonjs/components/Headline/index.js.map +1 -1
  83. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +3 -1
  84. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  85. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  86. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +3 -1
  87. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  88. package/lib-commonjs/components/Subheadline/index.js.map +1 -1
  89. package/lib-commonjs/components/Text/Text.d.ts +1 -1
  90. package/lib-commonjs/components/Text/Text.js.map +1 -1
  91. package/lib-commonjs/components/Text/Text.types.d.ts +20 -29
  92. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  93. package/lib-commonjs/components/Text/index.js.map +1 -1
  94. package/lib-commonjs/components/Text/renderText.js +2 -2
  95. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  96. package/lib-commonjs/components/Text/useText.d.ts +1 -2
  97. package/lib-commonjs/components/Text/useText.js +37 -8
  98. package/lib-commonjs/components/Text/useText.js.map +1 -1
  99. package/lib-commonjs/components/Text/useTextStyles.js +1 -1
  100. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  101. package/lib-commonjs/components/Title1/Title1.d.ts +3 -1
  102. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  103. package/lib-commonjs/components/Title1/index.js.map +1 -1
  104. package/lib-commonjs/components/Title2/Title2.d.ts +3 -1
  105. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  106. package/lib-commonjs/components/Title2/index.js.map +1 -1
  107. package/lib-commonjs/components/Title3/Title3.d.ts +3 -1
  108. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  109. package/lib-commonjs/components/Title3/index.js.map +1 -1
  110. package/lib-commonjs/components/wrapper.d.ts +2 -3
  111. package/lib-commonjs/components/wrapper.js +1 -1
  112. package/lib-commonjs/components/wrapper.js.map +1 -1
  113. package/lib-commonjs/index.js.map +1 -1
  114. package/lib-commonjs/typographyStyles/index.js.map +1 -1
  115. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  116. package/package.json +7 -7
  117. package/lib-amd/Body.d.ts +0 -1
  118. package/lib-amd/Body.js +0 -6
  119. package/lib-amd/Body.js.map +0 -1
  120. package/lib-amd/Caption.d.ts +0 -1
  121. package/lib-amd/Caption.js +0 -6
  122. package/lib-amd/Caption.js.map +0 -1
  123. package/lib-amd/Display.d.ts +0 -1
  124. package/lib-amd/Display.js +0 -6
  125. package/lib-amd/Display.js.map +0 -1
  126. package/lib-amd/Headline.d.ts +0 -1
  127. package/lib-amd/Headline.js +0 -6
  128. package/lib-amd/Headline.js.map +0 -1
  129. package/lib-amd/LargeTitle.d.ts +0 -1
  130. package/lib-amd/LargeTitle.js +0 -6
  131. package/lib-amd/LargeTitle.js.map +0 -1
  132. package/lib-amd/Subheadline.d.ts +0 -1
  133. package/lib-amd/Subheadline.js +0 -6
  134. package/lib-amd/Subheadline.js.map +0 -1
  135. package/lib-amd/Text.d.ts +0 -1
  136. package/lib-amd/Text.js +0 -6
  137. package/lib-amd/Text.js.map +0 -1
  138. package/lib-amd/Title1.d.ts +0 -1
  139. package/lib-amd/Title1.js +0 -6
  140. package/lib-amd/Title1.js.map +0 -1
  141. package/lib-amd/Title2.d.ts +0 -1
  142. package/lib-amd/Title2.js +0 -6
  143. package/lib-amd/Title2.js.map +0 -1
  144. package/lib-amd/Title3.d.ts +0 -1
  145. package/lib-amd/Title3.js +0 -6
  146. package/lib-amd/Title3.js.map +0 -1
  147. package/lib-amd/common/isConformant.d.ts +0 -4
  148. package/lib-amd/common/isConformant.js +0 -20
  149. package/lib-amd/common/isConformant.js.map +0 -1
  150. package/lib-amd/components/Body/Body.d.ts +0 -4
  151. package/lib-amd/components/Body/Body.js +0 -16
  152. package/lib-amd/components/Body/Body.js.map +0 -1
  153. package/lib-amd/components/Body/index.d.ts +0 -1
  154. package/lib-amd/components/Body/index.js +0 -6
  155. package/lib-amd/components/Body/index.js.map +0 -1
  156. package/lib-amd/components/Caption/Caption.d.ts +0 -4
  157. package/lib-amd/components/Caption/Caption.js +0 -16
  158. package/lib-amd/components/Caption/Caption.js.map +0 -1
  159. package/lib-amd/components/Caption/index.d.ts +0 -1
  160. package/lib-amd/components/Caption/index.js +0 -6
  161. package/lib-amd/components/Caption/index.js.map +0 -1
  162. package/lib-amd/components/Display/Display.d.ts +0 -4
  163. package/lib-amd/components/Display/Display.js +0 -16
  164. package/lib-amd/components/Display/Display.js.map +0 -1
  165. package/lib-amd/components/Display/index.d.ts +0 -1
  166. package/lib-amd/components/Display/index.js +0 -6
  167. package/lib-amd/components/Display/index.js.map +0 -1
  168. package/lib-amd/components/Headline/Headline.d.ts +0 -4
  169. package/lib-amd/components/Headline/Headline.js +0 -16
  170. package/lib-amd/components/Headline/Headline.js.map +0 -1
  171. package/lib-amd/components/Headline/index.d.ts +0 -1
  172. package/lib-amd/components/Headline/index.js +0 -6
  173. package/lib-amd/components/Headline/index.js.map +0 -1
  174. package/lib-amd/components/LargeTitle/LargeTitle.d.ts +0 -4
  175. package/lib-amd/components/LargeTitle/LargeTitle.js +0 -16
  176. package/lib-amd/components/LargeTitle/LargeTitle.js.map +0 -1
  177. package/lib-amd/components/LargeTitle/index.d.ts +0 -1
  178. package/lib-amd/components/LargeTitle/index.js +0 -6
  179. package/lib-amd/components/LargeTitle/index.js.map +0 -1
  180. package/lib-amd/components/Subheadline/Subheadline.d.ts +0 -4
  181. package/lib-amd/components/Subheadline/Subheadline.js +0 -16
  182. package/lib-amd/components/Subheadline/Subheadline.js.map +0 -1
  183. package/lib-amd/components/Subheadline/index.d.ts +0 -1
  184. package/lib-amd/components/Subheadline/index.js +0 -6
  185. package/lib-amd/components/Subheadline/index.js.map +0 -1
  186. package/lib-amd/components/Text/Text.d.ts +0 -6
  187. package/lib-amd/components/Text/Text.js +0 -15
  188. package/lib-amd/components/Text/Text.js.map +0 -1
  189. package/lib-amd/components/Text/Text.types.d.ts +0 -86
  190. package/lib-amd/components/Text/Text.types.js +0 -5
  191. package/lib-amd/components/Text/Text.types.js.map +0 -1
  192. package/lib-amd/components/Text/index.d.ts +0 -5
  193. package/lib-amd/components/Text/index.js +0 -10
  194. package/lib-amd/components/Text/index.js.map +0 -1
  195. package/lib-amd/components/Text/renderText.d.ts +0 -5
  196. package/lib-amd/components/Text/renderText.js +0 -14
  197. package/lib-amd/components/Text/renderText.js.map +0 -1
  198. package/lib-amd/components/Text/useText.d.ts +0 -13
  199. package/lib-amd/components/Text/useText.js +0 -25
  200. package/lib-amd/components/Text/useText.js.map +0 -1
  201. package/lib-amd/components/Text/useTextStyles.d.ts +0 -5
  202. package/lib-amd/components/Text/useTextStyles.js +0 -110
  203. package/lib-amd/components/Text/useTextStyles.js.map +0 -1
  204. package/lib-amd/components/Title1/Title1.d.ts +0 -4
  205. package/lib-amd/components/Title1/Title1.js +0 -16
  206. package/lib-amd/components/Title1/Title1.js.map +0 -1
  207. package/lib-amd/components/Title1/index.d.ts +0 -1
  208. package/lib-amd/components/Title1/index.js +0 -6
  209. package/lib-amd/components/Title1/index.js.map +0 -1
  210. package/lib-amd/components/Title2/Title2.d.ts +0 -4
  211. package/lib-amd/components/Title2/Title2.js +0 -16
  212. package/lib-amd/components/Title2/Title2.js.map +0 -1
  213. package/lib-amd/components/Title2/index.d.ts +0 -1
  214. package/lib-amd/components/Title2/index.js +0 -6
  215. package/lib-amd/components/Title2/index.js.map +0 -1
  216. package/lib-amd/components/Title3/Title3.d.ts +0 -4
  217. package/lib-amd/components/Title3/Title3.js +0 -16
  218. package/lib-amd/components/Title3/Title3.js.map +0 -1
  219. package/lib-amd/components/Title3/index.d.ts +0 -1
  220. package/lib-amd/components/Title3/index.js +0 -6
  221. package/lib-amd/components/Title3/index.js.map +0 -1
  222. package/lib-amd/components/wrapper.d.ts +0 -8
  223. package/lib-amd/components/wrapper.js +0 -19
  224. package/lib-amd/components/wrapper.js.map +0 -1
  225. package/lib-amd/index.d.ts +0 -10
  226. package/lib-amd/index.js +0 -15
  227. package/lib-amd/index.js.map +0 -1
  228. package/lib-amd/typographyStyles/index.d.ts +0 -2
  229. package/lib-amd/typographyStyles/index.js +0 -7
  230. package/lib-amd/typographyStyles/index.js.map +0 -1
  231. package/lib-amd/typographyStyles/typographyStyles.d.ts +0 -14
  232. package/lib-amd/typographyStyles/typographyStyles.js +0 -72
  233. package/lib-amd/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,144 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Sep 2021 07:40:35 GMT",
5
+ "date": "Fri, 24 Sep 2021 09:16:15 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-alpha.21",
7
+ "version": "9.0.0-alpha.21",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "andredias@microsoft.com",
12
+ "package": "@fluentui/react-text",
13
+ "comment": "Remove workaround for as prop with getNativeElementProps",
14
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-text",
19
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
20
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-text",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
26
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-text",
31
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
32
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-text",
37
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
38
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-text",
43
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
44
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
51
+ "tag": "@fluentui/react-text_v9.0.0-alpha.20",
52
+ "version": "9.0.0-alpha.20",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "tkrasniqi@microsoft.com",
57
+ "package": "@fluentui/react-text",
58
+ "comment": "Updated storybook documentation",
59
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
60
+ }
61
+ ],
62
+ "prerelease": [
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-text",
66
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
67
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-text",
72
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
73
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-text",
78
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
79
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-text",
84
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
85
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-text",
90
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
91
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
92
+ }
93
+ ]
94
+ }
95
+ },
96
+ {
97
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
98
+ "tag": "@fluentui/react-text_v9.0.0-alpha.19",
99
+ "version": "9.0.0-alpha.19",
100
+ "comments": {
101
+ "prerelease": [
102
+ {
103
+ "author": "andredias@microsoft.com",
104
+ "package": "@fluentui/react-text",
105
+ "comment": "Migrate to simplified prop merging",
106
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
107
+ },
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-text",
111
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
112
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
113
+ },
114
+ {
115
+ "author": "beachball",
116
+ "package": "@fluentui/react-text",
117
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
118
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
119
+ },
120
+ {
121
+ "author": "beachball",
122
+ "package": "@fluentui/react-text",
123
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
124
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
125
+ },
126
+ {
127
+ "author": "beachball",
128
+ "package": "@fluentui/react-text",
129
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
130
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
131
+ },
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-text",
135
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
136
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
137
+ }
138
+ ]
139
+ }
140
+ },
141
+ {
142
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
6
143
  "tag": "@fluentui/react-text_v9.0.0-alpha.18",
7
144
  "version": "9.0.0-alpha.18",
8
145
  "comments": {
@@ -11,25 +148,25 @@
11
148
  "author": "beachball",
12
149
  "package": "@fluentui/react-text",
13
150
  "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
14
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
151
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
15
152
  },
16
153
  {
17
154
  "author": "beachball",
18
155
  "package": "@fluentui/react-text",
19
156
  "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
20
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
157
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
21
158
  },
22
159
  {
23
160
  "author": "beachball",
24
161
  "package": "@fluentui/react-text",
25
162
  "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
26
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
163
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
27
164
  },
28
165
  {
29
166
  "author": "beachball",
30
167
  "package": "@fluentui/react-text",
31
168
  "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
32
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
169
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
33
170
  }
34
171
  ]
35
172
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,61 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 07:40:35 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
8
+
9
+ Fri, 24 Sep 2021 09:16:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
11
+
12
+ ### Changes
13
+
14
+ - Remove workaround for as prop with getNativeElementProps ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by andredias@microsoft.com)
15
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
17
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
18
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
19
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
20
+
21
+ ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
22
+
23
+ Thu, 23 Sep 2021 08:21:34 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
25
+
26
+ ### Changes
27
+
28
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
30
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
31
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
32
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
33
+
34
+ ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
35
+
36
+ Wed, 22 Sep 2021 10:10:07 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
38
+
39
+ ### Changes
40
+
41
+ - Migrate to simplified prop merging ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by andredias@microsoft.com)
42
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
43
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
44
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
45
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
46
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
47
+
7
48
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
8
49
 
9
- Tue, 21 Sep 2021 07:40:35 GMT
50
+ Tue, 21 Sep 2021 07:42:34 GMT
10
51
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
11
52
 
12
53
  ### Changes
13
54
 
14
- - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19880](https://github.com/microsoft/fluentui/pull/19880) by beachball)
15
- - Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19880](https://github.com/microsoft/fluentui/pull/19880) by beachball)
16
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19880](https://github.com/microsoft/fluentui/pull/19880) by beachball)
17
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19880](https://github.com/microsoft/fluentui/pull/19880) by beachball)
55
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
56
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
57
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
58
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
18
59
 
19
60
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
20
61
 
@@ -1,37 +1,34 @@
1
- import type { ComponentPropsCompat } from '@fluentui/react-utilities';
2
- import type { ComponentStateCompat } from '@fluentui/react-utilities';
3
- import { ForwardRefExoticComponent } from 'react';
1
+ import type { ComponentProps } from '@fluentui/react-utilities';
2
+ import type { ComponentState } from '@fluentui/react-utilities';
3
+ import type { FunctionComponent } from 'react';
4
+ import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
4
5
  import * as React_2 from 'react';
5
- import { RefAttributes } from 'react';
6
6
 
7
7
  /**
8
8
  * Text wrapper component for the Body typography variant
9
9
  */
10
- declare const Body_2: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
10
+ declare const Body_2: FunctionComponent<TextWrapperProps>;
11
11
  export { Body_2 as Body }
12
12
 
13
13
  /**
14
14
  * Text wrapper component for the Caption typography variant
15
15
  */
16
- export declare const Caption: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
16
+ export declare const Caption: FunctionComponent<TextWrapperProps>;
17
17
 
18
18
  /**
19
19
  * Text wrapper component for the Display typography variant
20
20
  */
21
- export declare const Display: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
21
+ export declare const Display: FunctionComponent<TextWrapperProps>;
22
22
 
23
23
  /**
24
24
  * Text wrapper component for the Headline typography variant
25
25
  */
26
- export declare const Headline: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
26
+ export declare const Headline: FunctionComponent<TextWrapperProps>;
27
27
 
28
28
  /**
29
29
  * Text wrapper component for the Large Title typography variant
30
30
  */
31
- export declare const LargeTitle: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
32
-
33
- declare interface Props extends Omit<TextProps, 'font' | 'size'> {
34
- }
31
+ export declare const LargeTitle: FunctionComponent<TextWrapperProps>;
35
32
 
36
33
  /**
37
34
  * Render the final JSX of Text
@@ -41,115 +38,110 @@ export declare const renderText: (state: TextState) => JSX.Element;
41
38
  /**
42
39
  * Text wrapper component for the Subheadline typography variant
43
40
  */
44
- export declare const Subheadline: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
41
+ export declare const Subheadline: FunctionComponent<TextWrapperProps>;
45
42
 
46
43
  /**
47
44
  * Typography and styling abstraction component used to ensure consistency of text.
48
45
  */
49
- declare const Text_2: React_2.ForwardRefExoticComponent<TextProps & React_2.RefAttributes<HTMLElement>>;
46
+ declare const Text_2: React_2.FunctionComponent<TextProps>;
50
47
  export { Text_2 as Text }
51
48
 
52
- /**
53
- * Names of TextProps that have a default value in useText
54
- */
55
- export declare type TextDefaultedProps = never;
56
-
57
- /**
58
- * Text Props
59
- */
60
- export declare interface TextProps extends ComponentPropsCompat, React_2.HTMLAttributes<HTMLElement> {
49
+ export declare type TextCommons = {
61
50
  /**
62
51
  * Wraps the text content on white spaces.
63
52
  *
64
53
  * @defaultValue true
65
54
  */
66
- wrap?: boolean;
55
+ wrap: boolean;
67
56
  /**
68
57
  * Truncate overflowing text for block displays.
69
58
  *
70
59
  * @defaultValue false
71
60
  */
72
- truncate?: boolean;
61
+ truncate: boolean;
73
62
  /**
74
63
  * Applies a block display for the content.
75
64
  *
76
65
  * @defaultValue false
77
66
  */
78
- block?: boolean;
67
+ block: boolean;
79
68
  /**
80
69
  * Applies the italic font style to the content.
81
70
  *
82
71
  * @defaultValue false
83
72
  */
84
- italic?: boolean;
73
+ italic: boolean;
85
74
  /**
86
75
  * Applies the underline text decoration to the content.
87
76
  *
88
77
  * @defaultValue false
89
78
  */
90
- underline?: boolean;
79
+ underline: boolean;
91
80
  /**
92
81
  * Applies the strikethrough text decoration to the content.
93
82
  *
94
83
  * @defaultValue false
95
84
  */
96
- strikethrough?: boolean;
85
+ strikethrough: boolean;
97
86
  /**
98
87
  * Applies font size and line height based on the theme tokens.
99
88
  *
100
89
  * @defaultValue 300
101
90
  */
102
- size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;
91
+ size: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;
103
92
  /**
104
93
  * Applies the font family to the content.
105
94
  *
106
95
  * @defaultValue base
107
96
  */
108
- font?: 'base' | 'monospace' | 'numeric';
97
+ font: 'base' | 'monospace' | 'numeric';
109
98
  /**
110
99
  * Applies font weight to the content.
111
100
  *
112
101
  * @defaultValue regular
113
102
  */
114
- weight?: 'regular' | 'medium' | 'semibold';
103
+ weight: 'regular' | 'medium' | 'semibold';
115
104
  /**
116
105
  * Aligns text based on the parent container.
117
106
  *
118
107
  * @defaultValue start
119
108
  */
120
- align?: 'start' | 'center' | 'end' | 'justify';
121
- /**
122
- * Component to be rendered as.
123
- *
124
- * @defaultValue span
125
- */
126
- as?: 'span' | 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'pre';
127
- }
109
+ align: 'start' | 'center' | 'end' | 'justify';
110
+ };
111
+
112
+ /**
113
+ * Text Props
114
+ */
115
+ export declare type TextProps = ComponentProps<TextSlots> & Partial<TextCommons>;
116
+
117
+ /**
118
+ * Text slots
119
+ */
120
+ export declare type TextSlots = {
121
+ root: IntrinsicShorthandProps<'span', 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'pre'>;
122
+ };
128
123
 
129
124
  /**
130
125
  * State used in rendering Text
131
126
  */
132
- export declare interface TextState extends ComponentStateCompat<TextProps, TextDefaultedProps> {
133
- /**
134
- * Ref to the root element
135
- */
136
- ref: React_2.Ref<HTMLElement>;
137
- }
127
+ export declare type TextState = ComponentState<TextSlots> & TextCommons;
128
+
129
+ declare type TextWrapperProps = Omit<TextProps, 'font' | 'size'>;
138
130
 
139
131
  /**
140
132
  * Text wrapper component for the Title 1 typography variant
141
133
  */
142
- export declare const Title1: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
134
+ export declare const Title1: FunctionComponent<TextWrapperProps>;
143
135
 
144
136
  /**
145
137
  * Text wrapper component for the Title 2 typography variant
146
138
  */
147
- export declare const Title2: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
139
+ export declare const Title2: FunctionComponent<TextWrapperProps>;
148
140
 
149
141
  /**
150
142
  * Text wrapper component for the Title 3 typography variant
151
143
  */
152
- export declare const Title3: ForwardRefExoticComponent<Props & RefAttributes<HTMLElement>>;
144
+ export declare const Title3: FunctionComponent<TextWrapperProps>;
153
145
 
154
146
  /**
155
147
  * Create the state required to render Text.
@@ -159,9 +151,8 @@ export declare const Title3: ForwardRefExoticComponent<Props & RefAttributes<HTM
159
151
  *
160
152
  * @param props - props from this instance of Text
161
153
  * @param ref - reference to root HTMLElement of Text
162
- * @param defaultProps - (optional) default prop values provided by the implementing type
163
154
  */
164
- export declare const useText: (props: TextProps, ref: React_2.Ref<HTMLElement>, defaultProps?: TextProps | undefined) => TextState;
155
+ export declare const useText: (props: TextProps, ref: React_2.Ref<HTMLElement>) => TextState;
165
156
 
166
157
  /**
167
158
  * Apply styling to the Text slots based on the state
package/lib/Body.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Body.js","sourceRoot":"../src/","sources":["Body.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './components/Body/index';\n"]}
1
+ {"version":3,"file":"Body.js","sourceRoot":"","sources":["../src/Body.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Caption.js","sourceRoot":"../src/","sources":["Caption.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC","sourcesContent":["export * from './components/Caption/index';\n"]}
1
+ {"version":3,"file":"Caption.js","sourceRoot":"","sources":["../src/Caption.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Display.js","sourceRoot":"../src/","sources":["Display.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC","sourcesContent":["export * from './components/Display/index';\n"]}
1
+ {"version":3,"file":"Display.js","sourceRoot":"","sources":["../src/Display.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Headline.js","sourceRoot":"../src/","sources":["Headline.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC","sourcesContent":["export * from './components/Headline/index';\n"]}
1
+ {"version":3,"file":"Headline.js","sourceRoot":"","sources":["../src/Headline.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LargeTitle.js","sourceRoot":"../src/","sources":["LargeTitle.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC","sourcesContent":["export * from './components/LargeTitle/index';\n"]}
1
+ {"version":3,"file":"LargeTitle.js","sourceRoot":"","sources":["../src/LargeTitle.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Subheadline.js","sourceRoot":"../src/","sources":["Subheadline.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC","sourcesContent":["export * from './components/Subheadline/index';\n"]}
1
+ {"version":3,"file":"Subheadline.js","sourceRoot":"","sources":["../src/Subheadline.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
package/lib/Text.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Text.js","sourceRoot":"../src/","sources":["Text.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './components/Text/index';\n"]}
1
+ {"version":3,"file":"Text.js","sourceRoot":"","sources":["../src/Text.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
package/lib/Title1.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Title1.js","sourceRoot":"../src/","sources":["Title1.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC","sourcesContent":["export * from './components/Title1/index';\n"]}
1
+ {"version":3,"file":"Title1.js","sourceRoot":"","sources":["../src/Title1.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
package/lib/Title2.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Title2.js","sourceRoot":"../src/","sources":["Title2.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC","sourcesContent":["export * from './components/Title2/index';\n"]}
1
+ {"version":3,"file":"Title2.js","sourceRoot":"","sources":["../src/Title2.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
package/lib/Title3.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Title3.js","sourceRoot":"../src/","sources":["Title3.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC","sourcesContent":["export * from './components/Title3/index';\n"]}
1
+ {"version":3,"file":"Title3.js","sourceRoot":"","sources":["../src/Title3.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE,eAH+C;AAI3D,IAAA,WAAW,EAAE;AACX,mCAA6B;AAC3B,QAAA,SAAS,EAAE;AADgB;AADlB;AAJ8C,GAA7D;AAaA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","sourcesContent":["import { isConformant as baseIsConformant } from '@fluentui/react-conformance';\nimport type { IsConformantOptions, TestObject } from '@fluentui/react-conformance';\nimport makeStylesTests from '@fluentui/react-conformance-make-styles';\n\nexport function isConformant<TProps = {}>(\n testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { componentPath?: string },\n) {\n const defaultOptions: Partial<IsConformantOptions<TProps>> = {\n asPropHandlesRef: true,\n componentPath: module!.parent!.filename.replace('.test', ''),\n extraTests: makeStylesTests as TestObject<TProps>,\n testOptions: {\n 'make-styles-overrides-win': {\n callCount: 2,\n },\n // TODO: https://github.com/microsoft/fluentui/issues/19618\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n } as any,\n };\n\n baseIsConformant(defaultOptions, testInfo);\n}\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../src/common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE,eAH+C;AAI3D,IAAA,WAAW,EAAE;AACX,mCAA6B;AAC3B,QAAA,SAAS,EAAE;AADgB;AADlB;AAJ8C,GAA7D;AAaA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","sourceRoot":""}
@@ -1,4 +1,6 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TextWrapperProps } from '../wrapper';
1
3
  /**
2
4
  * Text wrapper component for the Body typography variant
3
5
  */
4
- export declare const Body: import("react").ForwardRefExoticComponent<import("../wrapper").Props & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const Body: FunctionComponent<TextWrapperProps>;
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Body/Body.tsx"],"names":[],"mappings":"AAAA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAA8B,YAA9B;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,IAAI,gBAAG,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAA1B","sourcesContent":["import { makeStyles } from '@fluentui/react-make-styles';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper } from '../wrapper';\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 = createWrapper({ useStyles, displayName: 'Body' });\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Body/Body.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,IAAI,gBAAwC,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAA/D","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Body/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC","sourcesContent":["export * from './Body';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Body/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -1,4 +1,6 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TextWrapperProps } from '../wrapper';
1
3
  /**
2
4
  * Text wrapper component for the Caption typography variant
3
5
  */
4
- export declare const Caption: import("react").ForwardRefExoticComponent<import("../wrapper").Props & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const Caption: FunctionComponent<TextWrapperProps>;
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Caption/Caption.tsx"],"names":[],"mappings":"AAAA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAA8B,YAA9B;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,OAAO,gBAAG,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAA7B","sourcesContent":["import { makeStyles } from '@fluentui/react-make-styles';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper } from '../wrapper';\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 = createWrapper({ useStyles, displayName: 'Caption' });\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Caption/Caption.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,OAAO,gBAAwC,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAAlE","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Caption/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC","sourcesContent":["export * from './Caption';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Caption/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1,4 +1,6 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TextWrapperProps } from '../wrapper';
1
3
  /**
2
4
  * Text wrapper component for the Display typography variant
3
5
  */
4
- export declare const Display: import("react").ForwardRefExoticComponent<import("../wrapper").Props & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const Display: FunctionComponent<TextWrapperProps>;
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Display/Display.tsx"],"names":[],"mappings":"AAAA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAA8B,YAA9B;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,OAAO,gBAAG,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAA7B","sourcesContent":["import { makeStyles } from '@fluentui/react-make-styles';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper } from '../wrapper';\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 = createWrapper({ useStyles, displayName: 'Display' });\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Display/Display.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,OAAO,gBAAwC,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAAlE","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC","sourcesContent":["export * from './Display';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1,4 +1,6 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TextWrapperProps } from '../wrapper';
1
3
  /**
2
4
  * Text wrapper component for the Headline typography variant
3
5
  */
4
- export declare const Headline: import("react").ForwardRefExoticComponent<import("../wrapper").Props & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const Headline: FunctionComponent<TextWrapperProps>;
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Headline/Headline.tsx"],"names":[],"mappings":"AAAA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAA8B,YAA9B;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,QAAQ,gBAAG,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAA9B","sourcesContent":["import { makeStyles } from '@fluentui/react-make-styles';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper } from '../wrapper';\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.headline,\n});\n\n/**\n * Text wrapper component for the Headline typography variant\n */\nexport const Headline = createWrapper({ useStyles, displayName: 'Headline' });\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Headline/Headline.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,QAAQ,gBAAwC,aAAa,CAAC;AACzE,EAAA,SAAS,EAAA,SADgE;AAEzE,EAAA,WAAW,EAAE;AAF4D,CAAD,CAAnE","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Headline/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC","sourcesContent":["export * from './Headline';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Headline/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -1,4 +1,6 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TextWrapperProps } from '../wrapper';
1
3
  /**
2
4
  * Text wrapper component for the Large Title typography variant
3
5
  */
4
- export declare const LargeTitle: import("react").ForwardRefExoticComponent<import("../wrapper").Props & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const LargeTitle: FunctionComponent<TextWrapperProps>;
@@ -1 +1 @@
1
- {"version":3,"sources":["components/LargeTitle/LargeTitle.tsx"],"names":[],"mappings":"AAAA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAA8B,YAA9B;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,UAAU,gBAAG,aAAa,CAAC;AAAE,EAAA,SAAS,EAAA,SAAX;AAAa,EAAA,WAAW,EAAE;AAA1B,CAAD,CAAhC","sourcesContent":["import { makeStyles } from '@fluentui/react-make-styles';\nimport { typographyStyles } from '../../typographyStyles/index';\nimport { createWrapper } from '../wrapper';\n\n/**\n * Styles for the root slot\n */\nconst useStyles = makeStyles({\n root: typographyStyles.largeTitle,\n});\n\n/**\n * Text wrapper component for the Large Title typography variant\n */\nexport const LargeTitle = createWrapper({ useStyles, displayName: 'LargeTitle' });\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/LargeTitle/LargeTitle.tsx"],"names":[],"mappings":"AACA,yBAA2B,6BAA3B;AACA,SAAS,gBAAT,QAAiC,8BAAjC;AACA,SAAS,aAAT,QAAgD,YAAhD;AAEA;;AAEG;;AACH,IAAM,SAAS,gBAAG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAlB;AAIA;;AAEG;;;AACH,OAAO,IAAM,UAAU,gBAAwC,aAAa,CAAC;AAC3E,EAAA,SAAS,EAAA,SADkE;AAE3E,EAAA,WAAW,EAAE;AAF8D,CAAD,CAArE","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/LargeTitle/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC","sourcesContent":["export * from './LargeTitle';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/LargeTitle/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1,4 +1,6 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TextWrapperProps } from '../wrapper';
1
3
  /**
2
4
  * Text wrapper component for the Subheadline typography variant
3
5
  */
4
- export declare const Subheadline: import("react").ForwardRefExoticComponent<import("../wrapper").Props & import("react").RefAttributes<HTMLElement>>;
6
+ export declare const Subheadline: FunctionComponent<TextWrapperProps>;