@fluentui/react-text 0.0.0-nightlyc0273fdc6920211123.1 → 0.0.0-nightlyc0e3a0a1f320220217.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/CHANGELOG.json +130 -14
  2. package/CHANGELOG.md +40 -10
  3. package/MIGRATION.md +153 -103
  4. package/dist/react-text.d.ts +8 -8
  5. package/lib/components/Body/Body.js +1 -1
  6. package/lib/components/Body/Body.js.map +1 -1
  7. package/lib/components/Caption/Caption.js +1 -1
  8. package/lib/components/Caption/Caption.js.map +1 -1
  9. package/lib/components/Display/Display.js +1 -1
  10. package/lib/components/Display/Display.js.map +1 -1
  11. package/lib/components/Headline/Headline.js +1 -1
  12. package/lib/components/Headline/Headline.js.map +1 -1
  13. package/lib/components/LargeTitle/LargeTitle.js +1 -1
  14. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  15. package/lib/components/Subheadline/Subheadline.js +1 -1
  16. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  17. package/lib/components/Text/Text.js +6 -6
  18. package/lib/components/Text/Text.js.map +1 -1
  19. package/lib/components/Text/Text.types.d.ts +4 -3
  20. package/lib/components/Text/renderText.d.ts +1 -1
  21. package/lib/components/Text/renderText.js +3 -2
  22. package/lib/components/Text/renderText.js.map +1 -1
  23. package/lib/components/Text/useText.d.ts +3 -3
  24. package/lib/components/Text/useText.js +3 -3
  25. package/lib/components/Text/useText.js.map +1 -1
  26. package/lib/components/Text/useTextStyles.d.ts +1 -1
  27. package/lib/components/Text/useTextStyles.js +11 -8
  28. package/lib/components/Text/useTextStyles.js.map +1 -1
  29. package/lib/components/Title1/Title1.js +1 -1
  30. package/lib/components/Title1/Title1.js.map +1 -1
  31. package/lib/components/Title2/Title2.js +1 -1
  32. package/lib/components/Title2/Title2.js.map +1 -1
  33. package/lib/components/Title3/Title3.js +1 -1
  34. package/lib/components/Title3/Title3.js.map +1 -1
  35. package/lib/components/wrapper.js +5 -5
  36. package/lib/components/wrapper.js.map +1 -1
  37. package/lib/typographyStyles/typographyStyles.d.ts +10 -11
  38. package/lib/typographyStyles/typographyStyles.js +56 -54
  39. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  40. package/lib-commonjs/components/Body/Body.js +2 -4
  41. package/lib-commonjs/components/Body/Body.js.map +1 -1
  42. package/lib-commonjs/components/Caption/Caption.js +2 -4
  43. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  44. package/lib-commonjs/components/Display/Display.js +2 -4
  45. package/lib-commonjs/components/Display/Display.js.map +1 -1
  46. package/lib-commonjs/components/Headline/Headline.js +2 -4
  47. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  48. package/lib-commonjs/components/LargeTitle/LargeTitle.js +2 -4
  49. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  50. package/lib-commonjs/components/Subheadline/Subheadline.js +2 -4
  51. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  52. package/lib-commonjs/components/Text/Text.js +3 -3
  53. package/lib-commonjs/components/Text/Text.js.map +1 -1
  54. package/lib-commonjs/components/Text/Text.types.d.ts +4 -3
  55. package/lib-commonjs/components/Text/renderText.d.ts +1 -1
  56. package/lib-commonjs/components/Text/renderText.js +5 -4
  57. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  58. package/lib-commonjs/components/Text/useText.d.ts +3 -3
  59. package/lib-commonjs/components/Text/useText.js +5 -5
  60. package/lib-commonjs/components/Text/useText.js.map +1 -1
  61. package/lib-commonjs/components/Text/useTextStyles.d.ts +1 -1
  62. package/lib-commonjs/components/Text/useTextStyles.js +16 -12
  63. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  64. package/lib-commonjs/components/Title1/Title1.js +2 -4
  65. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  66. package/lib-commonjs/components/Title2/Title2.js +2 -4
  67. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  68. package/lib-commonjs/components/Title3/Title3.js +2 -4
  69. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  70. package/lib-commonjs/components/wrapper.js +5 -5
  71. package/lib-commonjs/components/wrapper.js.map +1 -1
  72. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +10 -11
  73. package/lib-commonjs/typographyStyles/typographyStyles.js +56 -79
  74. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  75. package/package.json +6 -8
package/CHANGELOG.json CHANGED
@@ -2,17 +2,133 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 23 Nov 2021 04:19:32 GMT",
6
- "tag": "@fluentui/react-text_v0.0.0-nightlyc0273fdc6920211123.1",
7
- "version": "0.0.0-nightlyc0273fdc6920211123.1",
5
+ "date": "Thu, 17 Feb 2022 04:12:41 GMT",
6
+ "tag": "@fluentui/react-text_v0.0.0-nightlyc0e3a0a1f320220217.1",
7
+ "version": "0.0.0-nightlyc0e3a0a1f320220217.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-text",
13
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e",
13
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-text",
19
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyc0e3a0a1f320220217.1",
20
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-text",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyc0e3a0a1f320220217.1",
26
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Thu, 10 Feb 2022 08:50:58 GMT",
33
+ "tag": "@fluentui/react-text_v9.0.0-rc.1",
34
+ "version": "9.0.0-rc.1",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "lingfangao@hotmail.com",
39
+ "package": "@fluentui/react-text",
40
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
41
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
42
+ },
43
+ {
44
+ "author": "behowell@microsoft.com",
45
+ "package": "@fluentui/react-text",
46
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
47
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
48
+ },
49
+ {
50
+ "author": "olfedias@microsoft.com",
51
+ "package": "@fluentui/react-text",
52
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
53
+ "comment": "use makeStyles types from proper package"
54
+ },
55
+ {
56
+ "author": "behowell@microsoft.com",
57
+ "package": "@fluentui/react-text",
58
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
59
+ "comment": "Refactor component Slot typings"
60
+ },
61
+ {
62
+ "author": "mgodbolt@microsoft.com",
63
+ "package": "@fluentui/react-text",
64
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
65
+ "comment": "remove export of commons types"
66
+ },
67
+ {
68
+ "author": "Humberto.Morimoto@microsoft.com",
69
+ "package": "@fluentui/react-text",
70
+ "commit": "003de9a9527703d429690c7ab5d7c24b4038d518",
71
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
72
+ },
73
+ {
74
+ "author": "Humberto.Morimoto@microsoft.com",
75
+ "package": "@fluentui/react-text",
76
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
77
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
78
+ },
79
+ {
80
+ "author": "Humberto.Morimoto@microsoft.com",
81
+ "package": "@fluentui/react-text",
82
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
83
+ "comment": "Updating based on changes to composition types."
84
+ },
85
+ {
86
+ "author": "olfedias@microsoft.com",
87
+ "package": "@fluentui/react-text",
88
+ "commit": "5a6f0d55d87f70d67dd1567ce97e637e51b07863",
89
+ "comment": "use Griffel packages"
90
+ },
91
+ {
92
+ "author": "olfedias@microsoft.com",
93
+ "package": "@fluentui/react-text",
94
+ "commit": "554b6709ced97b4d04363f9d9d22b6da4d31378c",
95
+ "comment": "update styles to not use CSS shorthands"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-text",
100
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
101
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-text",
106
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
107
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
108
+ }
109
+ ],
110
+ "none": [
111
+ {
112
+ "author": "olfedias@microsoft.com",
113
+ "package": "@fluentui/react-text",
114
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
115
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
116
+ },
117
+ {
118
+ "author": "martinhochel@microsoft.com",
119
+ "package": "@fluentui/react-text",
120
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
121
+ "comment": "chore: use storybook runner for all vNext packages"
122
+ }
123
+ ]
124
+ }
125
+ },
126
+ {
127
+ "date": "Thu, 25 Nov 2021 08:34:16 GMT",
128
+ "tag": "@fluentui/react-text_v9.0.0-beta.4",
129
+ "version": "9.0.0-beta.4",
130
+ "comments": {
131
+ "prerelease": [
16
132
  {
17
133
  "author": "andredias@microsoft.com",
18
134
  "package": "@fluentui/react-text",
@@ -22,32 +138,32 @@
22
138
  {
23
139
  "author": "beachball",
24
140
  "package": "@fluentui/react-text",
25
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
26
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
141
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
142
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
27
143
  },
28
144
  {
29
145
  "author": "beachball",
30
146
  "package": "@fluentui/react-text",
31
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyc0273fdc6920211123.1",
32
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
147
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
148
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
149
  },
34
150
  {
35
151
  "author": "beachball",
36
152
  "package": "@fluentui/react-text",
37
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
38
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
153
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
154
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
155
  },
40
156
  {
41
157
  "author": "beachball",
42
158
  "package": "@fluentui/react-text",
43
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
44
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
159
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
160
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
45
161
  },
46
162
  {
47
163
  "author": "beachball",
48
164
  "package": "@fluentui/react-text",
49
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
50
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
165
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
166
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
51
167
  }
52
168
  ]
53
169
  }
package/CHANGELOG.md CHANGED
@@ -1,23 +1,53 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Tue, 23 Nov 2021 04:19:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 04:12:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyc0273fdc6920211123.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightlyc0273fdc6920211123.1)
7
+ ## [0.0.0-nightlyc0e3a0a1f320220217.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightlyc0e3a0a1f320220217.1)
8
8
 
9
- Tue, 23 Nov 2021 04:19:32 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v0.0.0-nightlyc0273fdc6920211123.1)
9
+ Thu, 17 Feb 2022 04:12:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v0.0.0-nightlyc0e3a0a1f320220217.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by email not defined)
15
+ - Bump @fluentui/react-utilities to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
17
+
18
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
19
+
20
+ Thu, 10 Feb 2022 08:50:58 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
22
+
23
+ ### Changes
24
+
25
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
26
+ - 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)
27
+ - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
28
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
29
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
30
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21057](https://github.com/microsoft/fluentui/pull/21057) by Humberto.Morimoto@microsoft.com)
31
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
32
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
33
+ - use Griffel packages ([PR #21418](https://github.com/microsoft/fluentui/pull/21418) by olfedias@microsoft.com)
34
+ - update styles to not use CSS shorthands ([PR #20841](https://github.com/microsoft/fluentui/pull/20841) by olfedias@microsoft.com)
35
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
36
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
37
+
38
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
39
+
40
+ Thu, 25 Nov 2021 08:34:16 GMT
41
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
11
42
 
12
43
  ### Changes
13
44
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by email not defined)
15
45
  - Migrate Text ([PR #20653](https://github.com/microsoft/fluentui/pull/20653) by andredias@microsoft.com)
16
- - Bump @fluentui/react-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
17
- - Bump @fluentui/react-utilities to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
18
- - Bump @fluentui/babel-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
19
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
20
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
46
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
47
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
48
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
49
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
50
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
21
51
 
22
52
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
23
53