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