@fluentui/react-label 9.0.0-beta.2 → 9.0.0-beta.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.
- package/CHANGELOG.json +257 -1
- package/CHANGELOG.md +62 -2
- package/Spec.md +33 -40
- package/dist/react-label.d.ts +15 -20
- package/lib/Label.js.map +1 -1
- package/lib/components/Label/Label.js +7 -7
- package/lib/components/Label/Label.js.map +1 -1
- package/lib/components/Label/Label.types.d.ts +9 -9
- package/lib/components/Label/Label.types.js.map +1 -1
- package/lib/components/Label/index.js.map +1 -1
- package/lib/components/Label/renderLabel.d.ts +1 -1
- package/lib/components/Label/renderLabel.js +8 -8
- package/lib/components/Label/renderLabel.js.map +1 -1
- package/lib/components/Label/useLabel.d.ts +4 -9
- package/lib/components/Label/useLabel.js +18 -27
- package/lib/components/Label/useLabel.js.map +1 -1
- package/lib/components/Label/useLabelStyles.d.ts +2 -1
- package/lib/components/Label/useLabelStyles.js +7 -5
- package/lib/components/Label/useLabelStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Label.js +1 -1
- package/lib-commonjs/Label.js.map +1 -1
- package/lib-commonjs/components/Label/Label.js +8 -8
- package/lib-commonjs/components/Label/Label.js.map +1 -1
- package/lib-commonjs/components/Label/Label.types.d.ts +9 -9
- package/lib-commonjs/components/Label/Label.types.js.map +1 -1
- package/lib-commonjs/components/Label/index.js +1 -1
- package/lib-commonjs/components/Label/index.js.map +1 -1
- package/lib-commonjs/components/Label/renderLabel.d.ts +1 -1
- package/lib-commonjs/components/Label/renderLabel.js +12 -14
- package/lib-commonjs/components/Label/renderLabel.js.map +1 -1
- package/lib-commonjs/components/Label/useLabel.d.ts +4 -9
- package/lib-commonjs/components/Label/useLabel.js +23 -33
- package/lib-commonjs/components/Label/useLabel.js.map +1 -1
- package/lib-commonjs/components/Label/useLabelStyles.d.ts +2 -1
- package/lib-commonjs/components/Label/useLabelStyles.js +12 -9
- package/lib-commonjs/components/Label/useLabelStyles.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +9 -11
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,263 @@
|
|
2
2
|
"name": "@fluentui/react-label",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 18 Feb 2022 13:33:47 GMT",
|
6
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.7",
|
7
|
+
"version": "9.0.0-beta.7",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "lingfangao@hotmail.com",
|
12
|
+
"package": "@fluentui/react-label",
|
13
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
14
|
+
"comment": "fix: Source maps contain original source code"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-label",
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
20
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-label",
|
25
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
26
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"date": "Thu, 10 Feb 2022 08:51:22 GMT",
|
33
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.5",
|
34
|
+
"version": "9.0.0-beta.5",
|
35
|
+
"comments": {
|
36
|
+
"none": [
|
37
|
+
{
|
38
|
+
"author": "martinhochel@microsoft.com",
|
39
|
+
"package": "@fluentui/react-label",
|
40
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
41
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "elcraig@microsoft.com",
|
45
|
+
"package": "@fluentui/react-label",
|
46
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
47
|
+
"comment": "Relocate comment about props to the correct type, and update spec to accurately reflect props"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "bsunderhus@microsoft.com",
|
51
|
+
"package": "@fluentui/react-label",
|
52
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
53
|
+
"comment": "Updates components with nullRender changes"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"author": "elcraig@microsoft.com",
|
57
|
+
"package": "@fluentui/react-label",
|
58
|
+
"commit": "96d9c93544464bcc5ec36b7c5d724b77ae499c73",
|
59
|
+
"comment": "Update docs description"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "andredias@microsoft.com",
|
63
|
+
"package": "@fluentui/react-label",
|
64
|
+
"commit": "084a7183511bae60a43e57fbd57979349c4736a4",
|
65
|
+
"comment": "Migrate package to use solution tsconfigs"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "olfedias@microsoft.com",
|
69
|
+
"package": "@fluentui/react-label",
|
70
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
71
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"prerelease": [
|
75
|
+
{
|
76
|
+
"author": "lingfangao@hotmail.com",
|
77
|
+
"package": "@fluentui/react-label",
|
78
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
79
|
+
"comment": "Bump Fluent UI dependencies to 9.0.0-rc"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"author": "olfedias@microsoft.com",
|
83
|
+
"package": "@fluentui/react-label",
|
84
|
+
"commit": "742c191b7f2ea28505e49304117c090f9f36386c",
|
85
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"author": "mgodbolt@microsoft.com",
|
89
|
+
"package": "@fluentui/react-label",
|
90
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
91
|
+
"comment": "remove export of commons types"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
95
|
+
"package": "@fluentui/react-label",
|
96
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
97
|
+
"comment": "Updating based on changes to composition types."
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
101
|
+
"package": "@fluentui/react-label",
|
102
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
103
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"author": "behowell@microsoft.com",
|
107
|
+
"package": "@fluentui/react-label",
|
108
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
109
|
+
"comment": "Refactor component Slot typings"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
113
|
+
"package": "@fluentui/react-label",
|
114
|
+
"commit": "a052fbc9204600669d32b0ac346032d2cd8d9204",
|
115
|
+
"comment": "react-label: Replacing use of functions in makeStyles with direct use of tokens."
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"author": "behowell@microsoft.com",
|
119
|
+
"package": "@fluentui/react-label",
|
120
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
121
|
+
"comment": "Remove component's shorthandProps array"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"author": "behowell@microsoft.com",
|
125
|
+
"package": "@fluentui/react-label",
|
126
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
127
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
131
|
+
"package": "@fluentui/react-label",
|
132
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
133
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "beachball",
|
137
|
+
"package": "@fluentui/react-label",
|
138
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
139
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"author": "beachball",
|
143
|
+
"package": "@fluentui/react-label",
|
144
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
145
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
146
|
+
}
|
147
|
+
]
|
148
|
+
}
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"date": "Thu, 25 Nov 2021 08:34:14 GMT",
|
152
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.4",
|
153
|
+
"version": "9.0.0-beta.4",
|
154
|
+
"comments": {
|
155
|
+
"prerelease": [
|
156
|
+
{
|
157
|
+
"author": "ololubek@microsoft.com",
|
158
|
+
"package": "@fluentui/react-label",
|
159
|
+
"commit": "a683ee69b17c667227acb71c59f609b4f1ca1ef9",
|
160
|
+
"comment": "Add aria-hidden to Label required field"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "beachball",
|
164
|
+
"package": "@fluentui/react-label",
|
165
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
166
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "beachball",
|
170
|
+
"package": "@fluentui/react-label",
|
171
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
172
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "beachball",
|
176
|
+
"package": "@fluentui/react-label",
|
177
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
178
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "beachball",
|
182
|
+
"package": "@fluentui/react-label",
|
183
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
184
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"author": "beachball",
|
188
|
+
"package": "@fluentui/react-label",
|
189
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
190
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
191
|
+
}
|
192
|
+
]
|
193
|
+
}
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"date": "Fri, 12 Nov 2021 13:25:25 GMT",
|
197
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.3",
|
198
|
+
"version": "9.0.0-beta.3",
|
199
|
+
"comments": {
|
200
|
+
"none": [
|
201
|
+
{
|
202
|
+
"author": "lingfangao@hotmail.com",
|
203
|
+
"package": "@fluentui/react-label",
|
204
|
+
"commit": "7eff1eb4a259988273f8bc709e2951dbb8e0b695",
|
205
|
+
"comment": "chore(Label): Rework documentation to desired format"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "lingfangao@hotmail.com",
|
209
|
+
"package": "@fluentui/react-label",
|
210
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
211
|
+
"comment": "Remove beta release tag"
|
212
|
+
}
|
213
|
+
],
|
214
|
+
"prerelease": [
|
215
|
+
{
|
216
|
+
"author": "gcox@microsoft.com",
|
217
|
+
"package": "@fluentui/react-label",
|
218
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
219
|
+
"comment": "Updated beta and RC components to ES2019"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"author": "olfedias@microsoft.com",
|
223
|
+
"package": "@fluentui/react-label",
|
224
|
+
"commit": "9186578324773f95f4d61be3d70e67752159d843",
|
225
|
+
"comment": "export static classes for components"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"author": "beachball",
|
229
|
+
"package": "@fluentui/react-label",
|
230
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
231
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"author": "beachball",
|
235
|
+
"package": "@fluentui/react-label",
|
236
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
237
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"author": "beachball",
|
241
|
+
"package": "@fluentui/react-label",
|
242
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
243
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"author": "beachball",
|
247
|
+
"package": "@fluentui/react-label",
|
248
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
249
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"author": "beachball",
|
253
|
+
"package": "@fluentui/react-label",
|
254
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
255
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
256
|
+
}
|
257
|
+
]
|
258
|
+
}
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"date": "Wed, 27 Oct 2021 12:14:18 GMT",
|
6
262
|
"tag": "@fluentui/react-label_v9.0.0-beta.2",
|
7
263
|
"version": "9.0.0-beta.2",
|
8
264
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,72 @@
|
|
1
1
|
# Change Log - @fluentui/react-label
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 18 Feb 2022 13:33:47 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.7)
|
8
|
+
|
9
|
+
Fri, 18 Feb 2022 13:33:47 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.5..@fluentui/react-label_v9.0.0-beta.7)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
16
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.5)
|
19
|
+
|
20
|
+
Thu, 10 Feb 2022 08:51:22 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.4..@fluentui/react-label_v9.0.0-beta.5)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
26
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21430](https://github.com/microsoft/fluentui/pull/21430) by olfedias@microsoft.com)
|
27
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
28
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
29
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
30
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
31
|
+
- react-label: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21046](https://github.com/microsoft/fluentui/pull/21046) by Humberto.Morimoto@microsoft.com)
|
32
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
33
|
+
- 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)
|
34
|
+
- 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)
|
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-label_v9.0.0-beta.4)
|
39
|
+
|
40
|
+
Thu, 25 Nov 2021 08:34:14 GMT
|
41
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.3..@fluentui/react-label_v9.0.0-beta.4)
|
42
|
+
|
43
|
+
### Changes
|
44
|
+
|
45
|
+
- Add aria-hidden to Label required field ([PR #20680](https://github.com/microsoft/fluentui/pull/20680) by ololubek@microsoft.com)
|
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)
|
51
|
+
|
52
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.3)
|
53
|
+
|
54
|
+
Fri, 12 Nov 2021 13:25:25 GMT
|
55
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.2..@fluentui/react-label_v9.0.0-beta.3)
|
56
|
+
|
57
|
+
### Changes
|
58
|
+
|
59
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
60
|
+
- export static classes for components ([PR #20456](https://github.com/microsoft/fluentui/pull/20456) by olfedias@microsoft.com)
|
61
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
62
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
63
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
64
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
65
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
66
|
+
|
7
67
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.2)
|
8
68
|
|
9
|
-
Wed, 27 Oct 2021 12:
|
69
|
+
Wed, 27 Oct 2021 12:14:18 GMT
|
10
70
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.1..@fluentui/react-label_v9.0.0-beta.2)
|
11
71
|
|
12
72
|
### Changes
|
package/Spec.md
CHANGED
@@ -75,55 +75,48 @@ The Label component should be simple as shown below. It will just need the text
|
|
75
75
|
## API
|
76
76
|
|
77
77
|
```ts
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
* Renders the label as disabled
|
85
|
-
* @defaultvalue false
|
86
|
-
*/
|
87
|
-
disabled?: boolean;
|
88
|
-
|
89
|
-
/**
|
90
|
-
* Whether the associated form field is required or not. If true it will be an asterisk, otherwise it will be what is provided.
|
91
|
-
* @defaultvalue false
|
92
|
-
*/
|
93
|
-
required?: boolean | ShorthandProps<ComponentProps>;
|
78
|
+
export type LabelCommons = {
|
79
|
+
/**
|
80
|
+
* Renders the label as disabled
|
81
|
+
* @defaultvalue false
|
82
|
+
*/
|
83
|
+
disabled: boolean;
|
94
84
|
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
85
|
+
/**
|
86
|
+
* A label supports different sizes.
|
87
|
+
* @defaultvalue 'medium'
|
88
|
+
*/
|
89
|
+
size: 'small' | 'medium' | 'large';
|
100
90
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
91
|
+
/**
|
92
|
+
* A label supports semibold/strong fontweight.
|
93
|
+
* @defaultvalue false
|
94
|
+
*/
|
95
|
+
strong: boolean;
|
96
|
+
};
|
107
97
|
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
98
|
+
export type LabelSlots = {
|
99
|
+
root: IntrinsicSlotProps<'label'>;
|
100
|
+
required?: IntrinsicSlotProps<'span'>;
|
101
|
+
};
|
112
102
|
|
113
103
|
/**
|
114
|
-
*
|
104
|
+
* State used in rendering Label
|
115
105
|
*/
|
116
|
-
export type
|
106
|
+
export type LabelState = ComponentState<LabelSlots> & LabelCommons;
|
117
107
|
|
118
108
|
/**
|
119
|
-
*
|
109
|
+
* Label Props
|
120
110
|
*/
|
121
|
-
export type
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
111
|
+
export type LabelProps = Omit<ComponentProps<LabelSlots>, 'required'> &
|
112
|
+
Partial<LabelCommons> & {
|
113
|
+
/**
|
114
|
+
* Displays and indicator that the label is for a required field. The required prop can be set to true to display
|
115
|
+
* an asterisk (*). Or it can be set to a string or jsx content to display a different indicator.
|
116
|
+
* @defaultvalue false
|
117
|
+
*/
|
118
|
+
required?: boolean | IntrinsicSlotProps<'span'> | React.ReactNode;
|
119
|
+
};
|
127
120
|
```
|
128
121
|
|
129
122
|
## Structure
|
package/dist/react-label.d.ts
CHANGED
@@ -1,19 +1,17 @@
|
|
1
1
|
import type { ComponentProps } from '@fluentui/react-utilities';
|
2
2
|
import type { ComponentState } from '@fluentui/react-utilities';
|
3
3
|
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
4
|
-
import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
|
5
|
-
import type { ObjectShorthandProps } from '@fluentui/react-utilities';
|
6
4
|
import * as React_2 from 'react';
|
5
|
+
import type { Slot } from '@fluentui/react-utilities';
|
7
6
|
|
8
7
|
/**
|
9
8
|
* A label component provides a title or name to a component.
|
10
9
|
*/
|
11
10
|
export declare const Label: ForwardRefComponent<LabelProps>;
|
12
11
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
export declare type LabelCommons = {
|
12
|
+
export declare const labelClassName = "fui-Label";
|
13
|
+
|
14
|
+
declare type LabelCommons = {
|
17
15
|
/**
|
18
16
|
* Renders the label as disabled
|
19
17
|
* @defaultvalue false
|
@@ -31,24 +29,21 @@ export declare type LabelCommons = {
|
|
31
29
|
strong: boolean;
|
32
30
|
};
|
33
31
|
|
32
|
+
/**
|
33
|
+
* Label Props
|
34
|
+
*/
|
34
35
|
export declare type LabelProps = Omit<ComponentProps<LabelSlots>, 'required'> & Partial<LabelCommons> & {
|
35
36
|
/**
|
36
37
|
* Displays and indicator that the label is for a required field. The required prop can be set to true to display
|
37
38
|
* an asterisk (*). Or it can be set to a string or jsx content to display a different indicator.
|
38
39
|
* @defaultvalue false
|
39
40
|
*/
|
40
|
-
required?: boolean |
|
41
|
+
required?: boolean | Slot<'span'>;
|
41
42
|
};
|
42
43
|
|
43
|
-
/**
|
44
|
-
* Array of all shorthand properties listed in LabelShorthandProps
|
45
|
-
* {@docCatergory Label}
|
46
|
-
*/
|
47
|
-
export declare const labelShorthandProps: Array<keyof LabelSlots>;
|
48
|
-
|
49
44
|
export declare type LabelSlots = {
|
50
|
-
root:
|
51
|
-
required?:
|
45
|
+
root: Slot<'label'>;
|
46
|
+
required?: Slot<'span'>;
|
52
47
|
};
|
53
48
|
|
54
49
|
/**
|
@@ -59,22 +54,22 @@ export declare type LabelState = ComponentState<LabelSlots> & LabelCommons;
|
|
59
54
|
/**
|
60
55
|
* Render the final JSX of Label
|
61
56
|
*/
|
62
|
-
export declare const
|
57
|
+
export declare const renderLabel_unstable: (state: LabelState) => JSX.Element;
|
63
58
|
|
64
59
|
/**
|
65
60
|
* Create the state required to render Label.
|
66
61
|
*
|
67
|
-
* The returned state can be modified with hooks such as
|
68
|
-
* before being passed to
|
62
|
+
* The returned state can be modified with hooks such as useLabelStyles_unstable,
|
63
|
+
* before being passed to renderLabel_unstable.
|
69
64
|
*
|
70
65
|
* @param props - props from this instance of Label
|
71
66
|
* @param ref - reference to root HTMLElement of Label
|
72
67
|
*/
|
73
|
-
export declare const
|
68
|
+
export declare const useLabel_unstable: (props: LabelProps, ref: React_2.Ref<HTMLElement>) => LabelState;
|
74
69
|
|
75
70
|
/**
|
76
71
|
* Apply styling to the Label slots based on the state
|
77
72
|
*/
|
78
|
-
export declare const
|
73
|
+
export declare const useLabelStyles_unstable: (state: LabelState) => LabelState;
|
79
74
|
|
80
75
|
export { }
|
package/lib/Label.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Label.js","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"Label.js","sourceRoot":"../src/","sources":["Label.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC","sourcesContent":["export * from './components/Label/index';\n"]}
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
2
|
+
import { useLabel_unstable } from './useLabel';
|
3
|
+
import { renderLabel_unstable } from './renderLabel';
|
4
|
+
import { useLabelStyles_unstable } from './useLabelStyles';
|
5
5
|
/**
|
6
6
|
* A label component provides a title or name to a component.
|
7
7
|
*/
|
8
8
|
|
9
|
-
export
|
10
|
-
|
11
|
-
|
12
|
-
return
|
9
|
+
export const Label = /*#__PURE__*/React.forwardRef((props, ref) => {
|
10
|
+
const state = useLabel_unstable(props, ref);
|
11
|
+
useLabelStyles_unstable(state);
|
12
|
+
return renderLabel_unstable(state);
|
13
13
|
});
|
14
14
|
Label.displayName = 'Label';
|
15
15
|
//# sourceMappingURL=Label.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["components/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,iBAAT,QAAkC,YAAlC;AACA,SAAS,oBAAT,QAAqC,eAArC;AACA,SAAS,uBAAT,QAAwC,kBAAxC;AAIA;;AAEG;;AACH,OAAO,MAAM,KAAK,gBAAoC,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AACpF,QAAM,KAAK,GAAG,iBAAiB,CAAC,KAAD,EAAQ,GAAR,CAA/B;AAEA,EAAA,uBAAuB,CAAC,KAAD,CAAvB;AACA,SAAO,oBAAoB,CAAC,KAAD,CAA3B;AACD,CALqD,CAA/C;AAOP,KAAK,CAAC,WAAN,GAAoB,OAApB","sourcesContent":["import * as React from 'react';\nimport { useLabel_unstable } from './useLabel';\nimport { renderLabel_unstable } from './renderLabel';\nimport { useLabelStyles_unstable } from './useLabelStyles';\nimport type { LabelProps } from './Label.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * A label component provides a title or name to a component.\n */\nexport const Label: ForwardRefComponent<LabelProps> = React.forwardRef((props, ref) => {\n const state = useLabel_unstable(props, ref);\n\n useLabelStyles_unstable(state);\n return renderLabel_unstable(state);\n});\n\nLabel.displayName = 'Label';\n"],"sourceRoot":"../src/"}
|
@@ -1,9 +1,5 @@
|
|
1
|
-
import type { ComponentProps, ComponentState,
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Label Props
|
5
|
-
*/
|
6
|
-
export declare type LabelCommons = {
|
1
|
+
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
|
2
|
+
declare type LabelCommons = {
|
7
3
|
/**
|
8
4
|
* Renders the label as disabled
|
9
5
|
* @defaultvalue false
|
@@ -21,18 +17,22 @@ export declare type LabelCommons = {
|
|
21
17
|
strong: boolean;
|
22
18
|
};
|
23
19
|
export declare type LabelSlots = {
|
24
|
-
root:
|
25
|
-
required?:
|
20
|
+
root: Slot<'label'>;
|
21
|
+
required?: Slot<'span'>;
|
26
22
|
};
|
27
23
|
/**
|
28
24
|
* State used in rendering Label
|
29
25
|
*/
|
30
26
|
export declare type LabelState = ComponentState<LabelSlots> & LabelCommons;
|
27
|
+
/**
|
28
|
+
* Label Props
|
29
|
+
*/
|
31
30
|
export declare type LabelProps = Omit<ComponentProps<LabelSlots>, 'required'> & Partial<LabelCommons> & {
|
32
31
|
/**
|
33
32
|
* Displays and indicator that the label is for a required field. The required prop can be set to true to display
|
34
33
|
* an asterisk (*). Or it can be set to a string or jsx content to display a different indicator.
|
35
34
|
* @defaultvalue false
|
36
35
|
*/
|
37
|
-
required?: boolean |
|
36
|
+
required?: boolean | Slot<'span'>;
|
38
37
|
};
|
38
|
+
export {};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Label.types.js","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"Label.types.js","sourceRoot":"../src/","sources":["components/Label/Label.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\ntype LabelCommons = {\n /**\n * Renders the label as disabled\n * @defaultvalue false\n */\n disabled: boolean;\n\n /**\n * A label supports different sizes.\n * @defaultvalue 'medium'\n */\n size: 'small' | 'medium' | 'large';\n\n /**\n * A label supports semibold/strong fontweight.\n * @defaultvalue false\n */\n strong: boolean;\n};\n\nexport type LabelSlots = {\n root: Slot<'label'>;\n required?: Slot<'span'>;\n};\n\n/**\n * State used in rendering Label\n */\nexport type LabelState = ComponentState<LabelSlots> & LabelCommons;\n\n/**\n * Label Props\n */\nexport type LabelProps = Omit<ComponentProps<LabelSlots>, 'required'> &\n Partial<LabelCommons> & {\n /**\n * Displays and indicator that the label is for a required field. The required prop can be set to true to display\n * an asterisk (*). Or it can be set to a string or jsx content to display a different indicator.\n * @defaultvalue false\n */\n required?: boolean | Slot<'span'>;\n };\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Label/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC","sourcesContent":["export * from './Label';\nexport * from './Label.types';\nexport * from './renderLabel';\nexport * from './useLabel';\nexport * from './useLabelStyles';\n"]}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import { __assign } from "tslib";
|
2
1
|
import * as React from 'react';
|
3
2
|
import { getSlots } from '@fluentui/react-utilities';
|
4
|
-
import { labelShorthandProps } from './useLabel';
|
5
3
|
/**
|
6
4
|
* Render the final JSX of Label
|
7
5
|
*/
|
8
6
|
|
9
|
-
export
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
return /*#__PURE__*/React.createElement(slots.root,
|
7
|
+
export const renderLabel_unstable = state => {
|
8
|
+
const {
|
9
|
+
slots,
|
10
|
+
slotProps
|
11
|
+
} = getSlots(state);
|
12
|
+
return /*#__PURE__*/React.createElement(slots.root, { ...slotProps.root
|
13
|
+
}, state.root.children, slots.required && /*#__PURE__*/React.createElement(slots.required, { ...slotProps.required
|
14
|
+
}));
|
15
15
|
};
|
16
16
|
//# sourceMappingURL=renderLabel.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["components/Label/renderLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,QAAT,QAAyB,2BAAzB;AAGA;;AAEG;;AACH,OAAO,MAAM,oBAAoB,GAAI,KAAD,IAAsB;AACxD,QAAM;AAAE,IAAA,KAAF;AAAS,IAAA;AAAT,MAAuB,QAAQ,CAAa,KAAb,CAArC;AAEA,sBACE,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,EAAA,GAAK,SAAS,CAAC;AAAf,GAAX,EACG,KAAK,CAAC,IAAN,CAAW,QADd,EAEG,KAAK,CAAC,QAAN,iBAAkB,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,QAAP,EAAe,EAAA,GAAK,SAAS,CAAC;AAAf,GAAf,CAFrB,CADF;AAMD,CATM","sourcesContent":["import * as React from 'react';\nimport { getSlots } from '@fluentui/react-utilities';\nimport type { LabelState, LabelSlots } from './Label.types';\n\n/**\n * Render the final JSX of Label\n */\nexport const renderLabel_unstable = (state: LabelState) => {\n const { slots, slotProps } = getSlots<LabelSlots>(state);\n\n return (\n <slots.root {...slotProps.root}>\n {state.root.children}\n {slots.required && <slots.required {...slotProps.required} />}\n </slots.root>\n );\n};\n"],"sourceRoot":"../src/"}
|