@fluentui/react-divider 0.0.0-nightly-20220517-0418.1 → 0.0.0-nightly-20220520-0418.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.
- package/CHANGELOG.json +29 -9
- package/CHANGELOG.md +97 -95
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/package.json +8 -8
- package/lib/Divider.d.ts +0 -1
- package/lib/components/Divider/Divider.d.ts +0 -6
- package/lib/components/Divider/Divider.types.d.ts +0 -39
- package/lib/components/Divider/index.d.ts +0 -5
- package/lib/components/Divider/renderDivider.d.ts +0 -5
- package/lib/components/Divider/useDivider.d.ts +0 -8
- package/lib/components/Divider/useDividerStyles.d.ts +0 -8
- package/lib/index.d.ts +0 -2
- package/lib-commonjs/Divider.d.ts +0 -1
- package/lib-commonjs/components/Divider/Divider.d.ts +0 -6
- package/lib-commonjs/components/Divider/Divider.types.d.ts +0 -39
- package/lib-commonjs/components/Divider/index.d.ts +0 -5
- package/lib-commonjs/components/Divider/renderDivider.d.ts +0 -5
- package/lib-commonjs/components/Divider/useDivider.d.ts +0 -8
- package/lib-commonjs/components/Divider/useDividerStyles.d.ts +0 -8
- package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.json
CHANGED
@@ -2,11 +2,23 @@
|
|
2
2
|
"name": "@fluentui/react-divider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-divider_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Fri, 20 May 2022 04:29:47 GMT",
|
6
|
+
"tag": "@fluentui/react-divider_v0.0.0-nightly-20220520-0418.1",
|
7
|
+
"version": "0.0.0-nightly-20220520-0418.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-divider",
|
13
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
14
|
+
"comment": "chore: Update Griffel to latest version"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "tristan.watanabe@gmail.com",
|
18
|
+
"package": "@fluentui/react-divider",
|
19
|
+
"commit": "a324d75aea71ad60c3f750743a315e3320f8a2fe",
|
20
|
+
"comment": "react-divider: ship rolluped only dts."
|
21
|
+
},
|
10
22
|
{
|
11
23
|
"author": "Humberto.Morimoto@microsoft.com",
|
12
24
|
"package": "@fluentui/react-divider",
|
@@ -22,20 +34,28 @@
|
|
22
34
|
{
|
23
35
|
"author": "beachball",
|
24
36
|
"package": "@fluentui/react-divider",
|
25
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
26
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220520-0418.1",
|
38
|
+
"commit": "8fae07aff879306cf94d98fbee4d03015def9d0a"
|
27
39
|
},
|
28
40
|
{
|
29
41
|
"author": "beachball",
|
30
42
|
"package": "@fluentui/react-divider",
|
31
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
32
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220520-0418.1",
|
44
|
+
"commit": "8fae07aff879306cf94d98fbee4d03015def9d0a"
|
33
45
|
},
|
34
46
|
{
|
35
47
|
"author": "beachball",
|
36
48
|
"package": "@fluentui/react-divider",
|
37
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
38
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220520-0418.1",
|
50
|
+
"commit": "8fae07aff879306cf94d98fbee4d03015def9d0a"
|
51
|
+
}
|
52
|
+
],
|
53
|
+
"none": [
|
54
|
+
{
|
55
|
+
"author": "tristan.watanabe@gmail.com",
|
56
|
+
"package": "@fluentui/react-divider",
|
57
|
+
"commit": "db1814209909b23fbbbff03dbd9b59ac333754a5",
|
58
|
+
"comment": "react-divider: Move to new common folder."
|
39
59
|
}
|
40
60
|
]
|
41
61
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,25 +1,27 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 20 May 2022 04:29:47 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220520-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v0.0.0-nightly-20220520-0418.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.8..@fluentui/react-divider_v0.0.0-nightly-
|
9
|
+
Fri, 20 May 2022 04:29:47 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.8..@fluentui/react-divider_v0.0.0-nightly-20220520-0418.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
15
|
+
- react-divider: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
14
16
|
- Removing DividerCommons type. ([PR #22951](https://github.com/microsoft/fluentui/pull/22951) by Humberto.Morimoto@microsoft.com)
|
15
17
|
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
16
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
18
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220520-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/8fae07aff879306cf94d98fbee4d03015def9d0a) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220520-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/8fae07aff879306cf94d98fbee4d03015def9d0a) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220520-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/8fae07aff879306cf94d98fbee4d03015def9d0a) by beachball)
|
19
21
|
|
20
22
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.8)
|
21
23
|
|
22
|
-
Thu, 05 May 2022 18:26:30 GMT
|
24
|
+
Thu, 05 May 2022 18:26:30 GMT
|
23
25
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.7..@fluentui/react-divider_v9.0.0-rc.8)
|
24
26
|
|
25
27
|
### Changes
|
@@ -30,7 +32,7 @@ Thu, 05 May 2022 18:26:30 GMT
|
|
30
32
|
|
31
33
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.7)
|
32
34
|
|
33
|
-
Wed, 04 May 2022 13:26:54 GMT
|
35
|
+
Wed, 04 May 2022 13:26:54 GMT
|
34
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.6..@fluentui/react-divider_v9.0.0-rc.7)
|
35
37
|
|
36
38
|
### Changes
|
@@ -40,7 +42,7 @@ Wed, 04 May 2022 13:26:54 GMT
|
|
40
42
|
|
41
43
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.6)
|
42
44
|
|
43
|
-
Tue, 19 Apr 2022 19:17:23 GMT
|
45
|
+
Tue, 19 Apr 2022 19:17:23 GMT
|
44
46
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.5..@fluentui/react-divider_v9.0.0-rc.6)
|
45
47
|
|
46
48
|
### Changes
|
@@ -54,7 +56,7 @@ Tue, 19 Apr 2022 19:17:23 GMT
|
|
54
56
|
|
55
57
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.5)
|
56
58
|
|
57
|
-
Fri, 04 Mar 2022 05:17:36 GMT
|
59
|
+
Fri, 04 Mar 2022 05:17:36 GMT
|
58
60
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.4..@fluentui/react-divider_v9.0.0-rc.5)
|
59
61
|
|
60
62
|
### Changes
|
@@ -65,7 +67,7 @@ Fri, 04 Mar 2022 05:17:36 GMT
|
|
65
67
|
|
66
68
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
|
67
69
|
|
68
|
-
Tue, 01 Mar 2022 02:17:36 GMT
|
70
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
69
71
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.3..@fluentui/react-divider_v9.0.0-rc.4)
|
70
72
|
|
71
73
|
### Changes
|
@@ -75,7 +77,7 @@ Tue, 01 Mar 2022 02:17:36 GMT
|
|
75
77
|
|
76
78
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
|
77
79
|
|
78
|
-
Fri, 18 Feb 2022 13:35:31 GMT
|
80
|
+
Fri, 18 Feb 2022 13:35:31 GMT
|
79
81
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.1..@fluentui/react-divider_v9.0.0-rc.3)
|
80
82
|
|
81
83
|
### Changes
|
@@ -86,7 +88,7 @@ Fri, 18 Feb 2022 13:35:31 GMT
|
|
86
88
|
|
87
89
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
|
88
90
|
|
89
|
-
Thu, 10 Feb 2022 08:51:10 GMT
|
91
|
+
Thu, 10 Feb 2022 08:51:10 GMT
|
90
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v9.0.0-rc.1)
|
91
93
|
|
92
94
|
### Changes
|
@@ -109,7 +111,7 @@ Thu, 10 Feb 2022 08:51:10 GMT
|
|
109
111
|
|
110
112
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
|
111
113
|
|
112
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
114
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
113
115
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.3..@fluentui/react-divider_v9.0.0-beta.4)
|
114
116
|
|
115
117
|
### Changes
|
@@ -122,7 +124,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
122
124
|
|
123
125
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
|
124
126
|
|
125
|
-
Fri, 12 Nov 2021 13:25:23 GMT
|
127
|
+
Fri, 12 Nov 2021 13:25:23 GMT
|
126
128
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.2..@fluentui/react-divider_v9.0.0-beta.3)
|
127
129
|
|
128
130
|
### Changes
|
@@ -140,7 +142,7 @@ Fri, 12 Nov 2021 13:25:23 GMT
|
|
140
142
|
|
141
143
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
|
142
144
|
|
143
|
-
Wed, 27 Oct 2021 12:14:17 GMT
|
145
|
+
Wed, 27 Oct 2021 12:14:17 GMT
|
144
146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-beta.2)
|
145
147
|
|
146
148
|
### Changes
|
@@ -155,7 +157,7 @@ Wed, 27 Oct 2021 12:14:17 GMT
|
|
155
157
|
|
156
158
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
|
157
159
|
|
158
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
160
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
159
161
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.79..@fluentui/react-divider_v9.0.0-beta.1)
|
160
162
|
|
161
163
|
### Changes
|
@@ -169,7 +171,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
169
171
|
|
170
172
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
|
171
173
|
|
172
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
174
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
173
175
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.78..@fluentui/react-divider_v9.0.0-alpha.79)
|
174
176
|
|
175
177
|
### Changes
|
@@ -181,7 +183,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
181
183
|
|
182
184
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
|
183
185
|
|
184
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
186
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
185
187
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.77..@fluentui/react-divider_v9.0.0-alpha.78)
|
186
188
|
|
187
189
|
### Changes
|
@@ -196,7 +198,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
196
198
|
|
197
199
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
|
198
200
|
|
199
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
201
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
200
202
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.75..@fluentui/react-divider_v9.0.0-alpha.77)
|
201
203
|
|
202
204
|
### Changes
|
@@ -210,7 +212,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
210
212
|
|
211
213
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
|
212
214
|
|
213
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
215
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
214
216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.74..@fluentui/react-divider_v9.0.0-alpha.75)
|
215
217
|
|
216
218
|
### Changes
|
@@ -222,7 +224,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
222
224
|
|
223
225
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
|
224
226
|
|
225
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
227
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
226
228
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.73..@fluentui/react-divider_v9.0.0-alpha.74)
|
227
229
|
|
228
230
|
### Changes
|
@@ -236,7 +238,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
236
238
|
|
237
239
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
|
238
240
|
|
239
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
241
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
240
242
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.72..@fluentui/react-divider_v9.0.0-alpha.73)
|
241
243
|
|
242
244
|
### Changes
|
@@ -249,7 +251,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
249
251
|
|
250
252
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
|
251
253
|
|
252
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
254
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
253
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.71..@fluentui/react-divider_v9.0.0-alpha.72)
|
254
256
|
|
255
257
|
### Changes
|
@@ -263,7 +265,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
263
265
|
|
264
266
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
|
265
267
|
|
266
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
268
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
267
269
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.70..@fluentui/react-divider_v9.0.0-alpha.71)
|
268
270
|
|
269
271
|
### Changes
|
@@ -276,7 +278,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
276
278
|
|
277
279
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
|
278
280
|
|
279
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
281
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
280
282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.69..@fluentui/react-divider_v9.0.0-alpha.70)
|
281
283
|
|
282
284
|
### Changes
|
@@ -289,7 +291,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
289
291
|
|
290
292
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
|
291
293
|
|
292
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
294
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
293
295
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
|
294
296
|
|
295
297
|
### Changes
|
@@ -298,7 +300,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
298
300
|
|
299
301
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
|
300
302
|
|
301
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
303
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
302
304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
|
303
305
|
|
304
306
|
### Changes
|
@@ -307,7 +309,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
307
309
|
|
308
310
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
|
309
311
|
|
310
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
312
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
311
313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.66..@fluentui/react-divider_v9.0.0-alpha.67)
|
312
314
|
|
313
315
|
### Changes
|
@@ -316,7 +318,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
316
318
|
|
317
319
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
|
318
320
|
|
319
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
321
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
320
322
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.65..@fluentui/react-divider_v9.0.0-alpha.66)
|
321
323
|
|
322
324
|
### Changes
|
@@ -325,7 +327,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
325
327
|
|
326
328
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
|
327
329
|
|
328
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
330
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
329
331
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.64..@fluentui/react-divider_v9.0.0-alpha.65)
|
330
332
|
|
331
333
|
### Changes
|
@@ -335,7 +337,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
335
337
|
|
336
338
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
|
337
339
|
|
338
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
340
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
339
341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.63..@fluentui/react-divider_v9.0.0-alpha.64)
|
340
342
|
|
341
343
|
### Changes
|
@@ -344,7 +346,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
344
346
|
|
345
347
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
|
346
348
|
|
347
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
349
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
348
350
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.62..@fluentui/react-divider_v9.0.0-alpha.63)
|
349
351
|
|
350
352
|
### Changes
|
@@ -353,7 +355,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
353
355
|
|
354
356
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
|
355
357
|
|
356
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
358
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
357
359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.61..@fluentui/react-divider_v9.0.0-alpha.62)
|
358
360
|
|
359
361
|
### Patches
|
@@ -366,7 +368,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
366
368
|
|
367
369
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
|
368
370
|
|
369
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
371
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
370
372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.60..@fluentui/react-divider_v9.0.0-alpha.61)
|
371
373
|
|
372
374
|
### Changes
|
@@ -375,7 +377,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
375
377
|
|
376
378
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
|
377
379
|
|
378
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
380
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
379
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.59..@fluentui/react-divider_v9.0.0-alpha.60)
|
380
382
|
|
381
383
|
### Changes
|
@@ -384,7 +386,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
384
386
|
|
385
387
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
|
386
388
|
|
387
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
389
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
388
390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.58..@fluentui/react-divider_v9.0.0-alpha.59)
|
389
391
|
|
390
392
|
### Changes
|
@@ -393,7 +395,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
393
395
|
|
394
396
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
|
395
397
|
|
396
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
398
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
397
399
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.57..@fluentui/react-divider_v9.0.0-alpha.58)
|
398
400
|
|
399
401
|
### Changes
|
@@ -402,7 +404,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
402
404
|
|
403
405
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
|
404
406
|
|
405
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
407
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
406
408
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.56..@fluentui/react-divider_v9.0.0-alpha.57)
|
407
409
|
|
408
410
|
### Changes
|
@@ -411,7 +413,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
411
413
|
|
412
414
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
|
413
415
|
|
414
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
416
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
415
417
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.55..@fluentui/react-divider_v9.0.0-alpha.56)
|
416
418
|
|
417
419
|
### Changes
|
@@ -420,7 +422,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
420
422
|
|
421
423
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
|
422
424
|
|
423
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
425
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
424
426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.54..@fluentui/react-divider_v9.0.0-alpha.55)
|
425
427
|
|
426
428
|
### Changes
|
@@ -429,7 +431,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
429
431
|
|
430
432
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
|
431
433
|
|
432
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
434
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
433
435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.53..@fluentui/react-divider_v9.0.0-alpha.54)
|
434
436
|
|
435
437
|
### Changes
|
@@ -438,7 +440,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
438
440
|
|
439
441
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
|
440
442
|
|
441
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
443
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
442
444
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.52..@fluentui/react-divider_v9.0.0-alpha.53)
|
443
445
|
|
444
446
|
### Changes
|
@@ -447,7 +449,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
447
449
|
|
448
450
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
|
449
451
|
|
450
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
452
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
451
453
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.51..@fluentui/react-divider_v9.0.0-alpha.52)
|
452
454
|
|
453
455
|
### Patches
|
@@ -462,7 +464,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
462
464
|
|
463
465
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
|
464
466
|
|
465
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
467
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
466
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.50..@fluentui/react-divider_v9.0.0-alpha.51)
|
467
469
|
|
468
470
|
### Changes
|
@@ -471,7 +473,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
471
473
|
|
472
474
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
|
473
475
|
|
474
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
476
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
475
477
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.49..@fluentui/react-divider_v9.0.0-alpha.50)
|
476
478
|
|
477
479
|
### Changes
|
@@ -480,7 +482,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
480
482
|
|
481
483
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
|
482
484
|
|
483
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
485
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
484
486
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.48..@fluentui/react-divider_v9.0.0-alpha.49)
|
485
487
|
|
486
488
|
### Changes
|
@@ -489,7 +491,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
489
491
|
|
490
492
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
|
491
493
|
|
492
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
494
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
493
495
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.47..@fluentui/react-divider_v9.0.0-alpha.48)
|
494
496
|
|
495
497
|
### Changes
|
@@ -498,7 +500,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
498
500
|
|
499
501
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
|
500
502
|
|
501
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
503
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
502
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.46..@fluentui/react-divider_v9.0.0-alpha.47)
|
503
505
|
|
504
506
|
### Changes
|
@@ -507,7 +509,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
507
509
|
|
508
510
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
|
509
511
|
|
510
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
512
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
511
513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.45..@fluentui/react-divider_v9.0.0-alpha.46)
|
512
514
|
|
513
515
|
### Changes
|
@@ -516,7 +518,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
516
518
|
|
517
519
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
|
518
520
|
|
519
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
521
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
520
522
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.44..@fluentui/react-divider_v9.0.0-alpha.45)
|
521
523
|
|
522
524
|
### Changes
|
@@ -525,7 +527,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
525
527
|
|
526
528
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
|
527
529
|
|
528
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
530
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
529
531
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.43..@fluentui/react-divider_v9.0.0-alpha.44)
|
530
532
|
|
531
533
|
### Patches
|
@@ -534,7 +536,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
534
536
|
|
535
537
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
|
536
538
|
|
537
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
539
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
538
540
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.42..@fluentui/react-divider_v9.0.0-alpha.43)
|
539
541
|
|
540
542
|
### Changes
|
@@ -543,7 +545,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
543
545
|
|
544
546
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
|
545
547
|
|
546
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
548
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
547
549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.41..@fluentui/react-divider_v9.0.0-alpha.42)
|
548
550
|
|
549
551
|
### Patches
|
@@ -558,7 +560,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
558
560
|
|
559
561
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
|
560
562
|
|
561
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
563
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
562
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.40..@fluentui/react-divider_v9.0.0-alpha.41)
|
563
565
|
|
564
566
|
### Changes
|
@@ -567,7 +569,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
567
569
|
|
568
570
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
|
569
571
|
|
570
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
572
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
571
573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.39..@fluentui/react-divider_v9.0.0-alpha.40)
|
572
574
|
|
573
575
|
### Changes
|
@@ -576,7 +578,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
576
578
|
|
577
579
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
|
578
580
|
|
579
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
581
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
580
582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.38..@fluentui/react-divider_v9.0.0-alpha.39)
|
581
583
|
|
582
584
|
### Changes
|
@@ -585,7 +587,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
585
587
|
|
586
588
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
|
587
589
|
|
588
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
590
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
589
591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.37..@fluentui/react-divider_v9.0.0-alpha.38)
|
590
592
|
|
591
593
|
### Changes
|
@@ -594,7 +596,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
594
596
|
|
595
597
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
|
596
598
|
|
597
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
599
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
598
600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.36..@fluentui/react-divider_v9.0.0-alpha.37)
|
599
601
|
|
600
602
|
### Changes
|
@@ -603,7 +605,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
603
605
|
|
604
606
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
|
605
607
|
|
606
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
608
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
607
609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.35..@fluentui/react-divider_v9.0.0-alpha.36)
|
608
610
|
|
609
611
|
### Changes
|
@@ -612,7 +614,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
612
614
|
|
613
615
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
|
614
616
|
|
615
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
617
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
616
618
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.34..@fluentui/react-divider_v9.0.0-alpha.35)
|
617
619
|
|
618
620
|
### Changes
|
@@ -621,7 +623,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
621
623
|
|
622
624
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
|
623
625
|
|
624
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
626
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
625
627
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.33..@fluentui/react-divider_v9.0.0-alpha.34)
|
626
628
|
|
627
629
|
### Changes
|
@@ -630,7 +632,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
630
632
|
|
631
633
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
|
632
634
|
|
633
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
635
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
634
636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.32..@fluentui/react-divider_v9.0.0-alpha.33)
|
635
637
|
|
636
638
|
### Patches
|
@@ -645,7 +647,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
645
647
|
|
646
648
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
|
647
649
|
|
648
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
650
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
649
651
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.31..@fluentui/react-divider_v9.0.0-alpha.32)
|
650
652
|
|
651
653
|
### Changes
|
@@ -654,7 +656,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
654
656
|
|
655
657
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
|
656
658
|
|
657
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
659
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
658
660
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31)
|
659
661
|
|
660
662
|
### Changes
|
@@ -663,7 +665,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
663
665
|
|
664
666
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
|
665
667
|
|
666
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
668
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
667
669
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30)
|
668
670
|
|
669
671
|
### Changes
|
@@ -672,7 +674,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
672
674
|
|
673
675
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
|
674
676
|
|
675
|
-
Wed, 26 May 2021 07:35:43 GMT
|
677
|
+
Wed, 26 May 2021 07:35:43 GMT
|
676
678
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.28..@fluentui/react-divider_v9.0.0-alpha.29)
|
677
679
|
|
678
680
|
### Changes
|
@@ -681,7 +683,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
681
683
|
|
682
684
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
|
683
685
|
|
684
|
-
Fri, 21 May 2021 07:34:54 GMT
|
686
|
+
Fri, 21 May 2021 07:34:54 GMT
|
685
687
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.27..@fluentui/react-divider_v9.0.0-alpha.28)
|
686
688
|
|
687
689
|
### Changes
|
@@ -690,7 +692,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
690
692
|
|
691
693
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
|
692
694
|
|
693
|
-
Thu, 20 May 2021 07:41:54 GMT
|
695
|
+
Thu, 20 May 2021 07:41:54 GMT
|
694
696
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
|
695
697
|
|
696
698
|
### Patches
|
@@ -705,7 +707,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
705
707
|
|
706
708
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
|
707
709
|
|
708
|
-
Wed, 19 May 2021 07:34:20 GMT
|
710
|
+
Wed, 19 May 2021 07:34:20 GMT
|
709
711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)
|
710
712
|
|
711
713
|
### Patches
|
@@ -718,7 +720,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
718
720
|
|
719
721
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
|
720
722
|
|
721
|
-
Tue, 18 May 2021 07:34:38 GMT
|
723
|
+
Tue, 18 May 2021 07:34:38 GMT
|
722
724
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.24..@fluentui/react-divider_v9.0.0-alpha.25)
|
723
725
|
|
724
726
|
### Changes
|
@@ -727,7 +729,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
727
729
|
|
728
730
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
|
729
731
|
|
730
|
-
Thu, 13 May 2021 07:36:55 GMT
|
732
|
+
Thu, 13 May 2021 07:36:55 GMT
|
731
733
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.23..@fluentui/react-divider_v9.0.0-alpha.24)
|
732
734
|
|
733
735
|
### Changes
|
@@ -736,7 +738,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
736
738
|
|
737
739
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
|
738
740
|
|
739
|
-
Wed, 12 May 2021 07:36:20 GMT
|
741
|
+
Wed, 12 May 2021 07:36:20 GMT
|
740
742
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.22..@fluentui/react-divider_v9.0.0-alpha.23)
|
741
743
|
|
742
744
|
### Changes
|
@@ -745,7 +747,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
745
747
|
|
746
748
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
|
747
749
|
|
748
|
-
Mon, 10 May 2021 07:36:07 GMT
|
750
|
+
Mon, 10 May 2021 07:36:07 GMT
|
749
751
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.21..@fluentui/react-divider_v9.0.0-alpha.22)
|
750
752
|
|
751
753
|
### Changes
|
@@ -754,7 +756,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
754
756
|
|
755
757
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
|
756
758
|
|
757
|
-
Wed, 05 May 2021 07:36:50 GMT
|
759
|
+
Wed, 05 May 2021 07:36:50 GMT
|
758
760
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.20..@fluentui/react-divider_v9.0.0-alpha.21)
|
759
761
|
|
760
762
|
### Changes
|
@@ -763,7 +765,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
763
765
|
|
764
766
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
|
765
767
|
|
766
|
-
Mon, 03 May 2021 07:45:19 GMT
|
768
|
+
Mon, 03 May 2021 07:45:19 GMT
|
767
769
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.19..@fluentui/react-divider_v9.0.0-alpha.20)
|
768
770
|
|
769
771
|
### Changes
|
@@ -772,7 +774,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
772
774
|
|
773
775
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
|
774
776
|
|
775
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
777
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
776
778
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.18..@fluentui/react-divider_v9.0.0-alpha.19)
|
777
779
|
|
778
780
|
### Patches
|
@@ -788,7 +790,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
788
790
|
|
789
791
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
|
790
792
|
|
791
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
793
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
792
794
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.17..@fluentui/react-divider_v9.0.0-alpha.18)
|
793
795
|
|
794
796
|
### Changes
|
@@ -797,7 +799,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
797
799
|
|
798
800
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
|
799
801
|
|
800
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
802
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
801
803
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.16..@fluentui/react-divider_v9.0.0-alpha.17)
|
802
804
|
|
803
805
|
### Changes
|
@@ -806,7 +808,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
806
808
|
|
807
809
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
|
808
810
|
|
809
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
811
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
810
812
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.15..@fluentui/react-divider_v9.0.0-alpha.16)
|
811
813
|
|
812
814
|
### Patches
|
@@ -821,7 +823,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
821
823
|
|
822
824
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
|
823
825
|
|
824
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
826
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
825
827
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
|
826
828
|
|
827
829
|
### Changes
|
@@ -830,7 +832,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
830
832
|
|
831
833
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
|
832
834
|
|
833
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
835
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
834
836
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)
|
835
837
|
|
836
838
|
### Changes
|
@@ -839,7 +841,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
839
841
|
|
840
842
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
|
841
843
|
|
842
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
844
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
843
845
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.12..@fluentui/react-divider_v9.0.0-alpha.13)
|
844
846
|
|
845
847
|
### Changes
|
@@ -848,7 +850,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
848
850
|
|
849
851
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
|
850
852
|
|
851
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
853
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
852
854
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.11..@fluentui/react-divider_v9.0.0-alpha.12)
|
853
855
|
|
854
856
|
### Changes
|
@@ -857,7 +859,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
857
859
|
|
858
860
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
|
859
861
|
|
860
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
862
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
861
863
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.10..@fluentui/react-divider_v9.0.0-alpha.11)
|
862
864
|
|
863
865
|
### Changes
|
@@ -866,7 +868,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
866
868
|
|
867
869
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
|
868
870
|
|
869
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
871
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
870
872
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.9..@fluentui/react-divider_v9.0.0-alpha.10)
|
871
873
|
|
872
874
|
### Changes
|
@@ -875,7 +877,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
875
877
|
|
876
878
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
|
877
879
|
|
878
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
880
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
879
881
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.8..@fluentui/react-divider_v9.0.0-alpha.9)
|
880
882
|
|
881
883
|
### Changes
|
@@ -884,7 +886,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
884
886
|
|
885
887
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.8)
|
886
888
|
|
887
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
889
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
888
890
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.7..@fluentui/react-divider_v9.0.0-alpha.8)
|
889
891
|
|
890
892
|
### Changes
|
@@ -893,7 +895,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
893
895
|
|
894
896
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.7)
|
895
897
|
|
896
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
898
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
897
899
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.6..@fluentui/react-divider_v9.0.0-alpha.7)
|
898
900
|
|
899
901
|
### Patches
|
@@ -908,7 +910,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
908
910
|
|
909
911
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.6)
|
910
912
|
|
911
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
913
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
912
914
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.5..@fluentui/react-divider_v9.0.0-alpha.6)
|
913
915
|
|
914
916
|
### Changes
|
@@ -917,7 +919,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
917
919
|
|
918
920
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.5)
|
919
921
|
|
920
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
922
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
921
923
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.4..@fluentui/react-divider_v9.0.0-alpha.5)
|
922
924
|
|
923
925
|
### Changes
|
@@ -926,7 +928,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
926
928
|
|
927
929
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.4)
|
928
930
|
|
929
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
931
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
930
932
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.3..@fluentui/react-divider_v9.0.0-alpha.4)
|
931
933
|
|
932
934
|
### Changes
|
@@ -935,7 +937,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
935
937
|
|
936
938
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.3)
|
937
939
|
|
938
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
940
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
939
941
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.2..@fluentui/react-divider_v9.0.0-alpha.3)
|
940
942
|
|
941
943
|
### Changes
|
@@ -944,7 +946,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
944
946
|
|
945
947
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.2)
|
946
948
|
|
947
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
949
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
948
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.1..@fluentui/react-divider_v9.0.0-alpha.2)
|
949
951
|
|
950
952
|
### Changes
|
File without changes
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-divider",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220520-0418.1",
|
4
4
|
"description": "Fluent UI component to visually separate content.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
7
|
-
"typings": "
|
7
|
+
"typings": "dist/index.d.ts",
|
8
8
|
"sideEffects": false,
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
@@ -21,20 +21,20 @@
|
|
21
21
|
"start": "yarn storybook",
|
22
22
|
"test": "jest --passWithNoTests",
|
23
23
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
24
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node
|
25
|
-
"storybook": "node
|
24
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-divider/src && yarn docs",
|
25
|
+
"storybook": "node ../../../scripts/storybook/runner",
|
26
26
|
"type-check": "tsc -b tsconfig.json"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
30
|
"@fluentui/react-conformance": "*",
|
31
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
31
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220520-0418.1",
|
32
32
|
"@fluentui/scripts": "^1.0.0"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@griffel/react": "1.0.
|
36
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
35
|
+
"@griffel/react": "1.0.5",
|
36
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220520-0418.1",
|
37
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220520-0418.1",
|
38
38
|
"tslib": "^2.1.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
package/lib/Divider.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './components/Divider/index';
|
@@ -1,39 +0,0 @@
|
|
1
|
-
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
|
2
|
-
export declare type DividerSlots = {
|
3
|
-
/**
|
4
|
-
* Root of the component that renders as a `<div>` tag.
|
5
|
-
*/
|
6
|
-
root: Slot<'div'>;
|
7
|
-
/**
|
8
|
-
* Accessibility wrapper for content when presented.
|
9
|
-
*/
|
10
|
-
wrapper: Slot<'div'>;
|
11
|
-
};
|
12
|
-
export declare type DividerProps = ComponentProps<Partial<DividerSlots>> & {
|
13
|
-
/**
|
14
|
-
* Determines the alignment of the content within the divider.
|
15
|
-
*
|
16
|
-
* @default 'center'
|
17
|
-
*/
|
18
|
-
alignContent?: 'start' | 'center' | 'end';
|
19
|
-
/**
|
20
|
-
* A divider can have one of the preset appearances.
|
21
|
-
* When not specified, the divider has its default appearance.
|
22
|
-
*
|
23
|
-
* @default 'default'
|
24
|
-
*/
|
25
|
-
appearance?: 'brand' | 'default' | 'strong' | 'subtle';
|
26
|
-
/**
|
27
|
-
* Adds padding to the beginning and end of the divider.
|
28
|
-
*
|
29
|
-
* @default false
|
30
|
-
*/
|
31
|
-
inset?: boolean;
|
32
|
-
/**
|
33
|
-
* A divider can be horizontal (default) or vertical.
|
34
|
-
*
|
35
|
-
* @default false
|
36
|
-
*/
|
37
|
-
vertical?: boolean;
|
38
|
-
};
|
39
|
-
export declare type DividerState = ComponentState<DividerSlots> & Required<Pick<DividerProps, 'alignContent' | 'appearance' | 'inset' | 'vertical'>>;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import type { DividerProps, DividerState } from './Divider.types';
|
3
|
-
/**
|
4
|
-
* Returns the props and state required to render the component
|
5
|
-
* @param props - User-provided props to the Divider component.
|
6
|
-
* @param ref - User-provided ref to be passed to the Divider component.
|
7
|
-
*/
|
8
|
-
export declare const useDivider_unstable: (props: DividerProps, ref: React.Ref<HTMLElement>) => DividerState;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { DividerSlots, DividerState } from './Divider.types';
|
2
|
-
import type { SlotClassNames } from '@fluentui/react-utilities';
|
3
|
-
/**
|
4
|
-
* @deprecated Use `dividerClassNames.root` instead.
|
5
|
-
*/
|
6
|
-
export declare const dividerClassName = "fui-Divider";
|
7
|
-
export declare const dividerClassNames: SlotClassNames<DividerSlots>;
|
8
|
-
export declare const useDividerStyles_unstable: (state: DividerState) => DividerState;
|
package/lib/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './components/Divider/index';
|
@@ -1,39 +0,0 @@
|
|
1
|
-
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
|
2
|
-
export declare type DividerSlots = {
|
3
|
-
/**
|
4
|
-
* Root of the component that renders as a `<div>` tag.
|
5
|
-
*/
|
6
|
-
root: Slot<'div'>;
|
7
|
-
/**
|
8
|
-
* Accessibility wrapper for content when presented.
|
9
|
-
*/
|
10
|
-
wrapper: Slot<'div'>;
|
11
|
-
};
|
12
|
-
export declare type DividerProps = ComponentProps<Partial<DividerSlots>> & {
|
13
|
-
/**
|
14
|
-
* Determines the alignment of the content within the divider.
|
15
|
-
*
|
16
|
-
* @default 'center'
|
17
|
-
*/
|
18
|
-
alignContent?: 'start' | 'center' | 'end';
|
19
|
-
/**
|
20
|
-
* A divider can have one of the preset appearances.
|
21
|
-
* When not specified, the divider has its default appearance.
|
22
|
-
*
|
23
|
-
* @default 'default'
|
24
|
-
*/
|
25
|
-
appearance?: 'brand' | 'default' | 'strong' | 'subtle';
|
26
|
-
/**
|
27
|
-
* Adds padding to the beginning and end of the divider.
|
28
|
-
*
|
29
|
-
* @default false
|
30
|
-
*/
|
31
|
-
inset?: boolean;
|
32
|
-
/**
|
33
|
-
* A divider can be horizontal (default) or vertical.
|
34
|
-
*
|
35
|
-
* @default false
|
36
|
-
*/
|
37
|
-
vertical?: boolean;
|
38
|
-
};
|
39
|
-
export declare type DividerState = ComponentState<DividerSlots> & Required<Pick<DividerProps, 'alignContent' | 'appearance' | 'inset' | 'vertical'>>;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import type { DividerProps, DividerState } from './Divider.types';
|
3
|
-
/**
|
4
|
-
* Returns the props and state required to render the component
|
5
|
-
* @param props - User-provided props to the Divider component.
|
6
|
-
* @param ref - User-provided ref to be passed to the Divider component.
|
7
|
-
*/
|
8
|
-
export declare const useDivider_unstable: (props: DividerProps, ref: React.Ref<HTMLElement>) => DividerState;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { DividerSlots, DividerState } from './Divider.types';
|
2
|
-
import type { SlotClassNames } from '@fluentui/react-utilities';
|
3
|
-
/**
|
4
|
-
* @deprecated Use `dividerClassNames.root` instead.
|
5
|
-
*/
|
6
|
-
export declare const dividerClassName = "fui-Divider";
|
7
|
-
export declare const dividerClassNames: SlotClassNames<DividerSlots>;
|
8
|
-
export declare const useDividerStyles_unstable: (state: DividerState) => DividerState;
|
package/lib-commonjs/index.d.ts
DELETED