@fluentui/react-divider 0.0.0-nightlya21bfaceec20220202.1 → 0.0.0-nightlyb2b3ec1da320220209.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
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
"name": "@fluentui/react-divider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Wed,
|
6
|
-
"tag": "@fluentui/react-divider_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Wed, 09 Feb 2022 04:13:06 GMT",
|
6
|
+
"tag": "@fluentui/react-divider_v0.0.0-nightlyb2b3ec1da320220209.1",
|
7
|
+
"version": "0.0.0-nightlyb2b3ec1da320220209.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-divider",
|
13
|
-
"commit": "
|
13
|
+
"commit": "066f84c7bef7f4df47448557396199d8b7f26480",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
16
|
{
|
@@ -55,6 +55,12 @@
|
|
55
55
|
"commit": "cc44f3625c6c6b5775bc08f00c5b8f52145ad52b",
|
56
56
|
"comment": "Added missing descriptions to divider stories"
|
57
57
|
},
|
58
|
+
{
|
59
|
+
"author": "behowell@microsoft.com",
|
60
|
+
"package": "@fluentui/react-divider",
|
61
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
62
|
+
"comment": "Refactor component Slot typings"
|
63
|
+
},
|
58
64
|
{
|
59
65
|
"author": "behowell@microsoft.com",
|
60
66
|
"package": "@fluentui/react-divider",
|
@@ -76,14 +82,14 @@
|
|
76
82
|
{
|
77
83
|
"author": "beachball",
|
78
84
|
"package": "@fluentui/react-divider",
|
79
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-
|
80
|
-
"commit": "
|
85
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyb2b3ec1da320220209.1",
|
86
|
+
"commit": "066f84c7bef7f4df47448557396199d8b7f26480"
|
81
87
|
},
|
82
88
|
{
|
83
89
|
"author": "beachball",
|
84
90
|
"package": "@fluentui/react-divider",
|
85
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-
|
86
|
-
"commit": "
|
91
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyb2b3ec1da320220209.1",
|
92
|
+
"commit": "066f84c7bef7f4df47448557396199d8b7f26480"
|
87
93
|
}
|
88
94
|
],
|
89
95
|
"none": [
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on Wed,
|
3
|
+
This log was last generated on Wed, 09 Feb 2022 04:13:06 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlyb2b3ec1da320220209.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v0.0.0-nightlyb2b3ec1da320220209.1)
|
8
8
|
|
9
|
-
Wed,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v0.0.0-
|
9
|
+
Wed, 09 Feb 2022 04:13:06 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v0.0.0-nightlyb2b3ec1da320220209.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/066f84c7bef7f4df47448557396199d8b7f26480) by email not defined)
|
15
15
|
- set minimum line length based on a11y review ([PR #21362](https://github.com/microsoft/fluentui/pull/21362) by gcox@microsoft.com)
|
16
16
|
- update styles to not use CSS shorthands ([PR #20817](https://github.com/microsoft/fluentui/pull/20817) by olfedias@microsoft.com)
|
17
17
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
@@ -19,11 +19,12 @@ Wed, 02 Feb 2022 04:13:25 GMT
|
|
19
19
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
20
20
|
- Added aria-orientation to divider ([PR #21292](https://github.com/microsoft/fluentui/pull/21292) by gcox@microsoft.com)
|
21
21
|
- Added missing descriptions to divider stories ([PR #21067](https://github.com/microsoft/fluentui/pull/21067) by gcox@microsoft.com)
|
22
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
22
23
|
- 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)
|
23
24
|
- 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)
|
24
25
|
- Replace make-styles packages with griffel equivalents. ([PR #21433](https://github.com/microsoft/fluentui/pull/21433) by olfedias@microsoft.com)
|
25
|
-
- Bump @fluentui/react-utilities to v0.0.0-
|
26
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-
|
26
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlyb2b3ec1da320220209.1 ([commit](https://github.com/microsoft/fluentui/commit/066f84c7bef7f4df47448557396199d8b7f26480) by beachball)
|
27
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyb2b3ec1da320220209.1 ([commit](https://github.com/microsoft/fluentui/commit/066f84c7bef7f4df47448557396199d8b7f26480) by beachball)
|
27
28
|
|
28
29
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
|
29
30
|
|
package/dist/react-divider.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
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 { IntrinsicSlotProps } from '@fluentui/react-utilities';
|
5
4
|
import * as React_2 from 'react';
|
5
|
+
import type { Slot } from '@fluentui/react-utilities';
|
6
6
|
|
7
7
|
/**
|
8
8
|
* A divider visually segments content into groups.
|
@@ -34,17 +34,17 @@ export declare type DividerCommons = {
|
|
34
34
|
vertical: boolean;
|
35
35
|
};
|
36
36
|
|
37
|
-
export declare type DividerProps = ComponentProps<DividerSlots
|
37
|
+
export declare type DividerProps = ComponentProps<Partial<DividerSlots>> & Partial<DividerCommons>;
|
38
38
|
|
39
39
|
export declare type DividerSlots = {
|
40
40
|
/**
|
41
41
|
* Root of the component that renders as a `<div>` tag.
|
42
42
|
*/
|
43
|
-
root:
|
43
|
+
root: Slot<'div'>;
|
44
44
|
/**
|
45
45
|
* Accessibility wrapper for content when presented.
|
46
46
|
*/
|
47
|
-
wrapper:
|
47
|
+
wrapper: Slot<'div'>;
|
48
48
|
};
|
49
49
|
|
50
50
|
export declare type DividerState = ComponentState<DividerSlots> & DividerCommons;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import type { ComponentProps, ComponentState,
|
1
|
+
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
|
2
2
|
export declare type DividerSlots = {
|
3
3
|
/**
|
4
4
|
* Root of the component that renders as a `<div>` tag.
|
5
5
|
*/
|
6
|
-
root:
|
6
|
+
root: Slot<'div'>;
|
7
7
|
/**
|
8
8
|
* Accessibility wrapper for content when presented.
|
9
9
|
*/
|
10
|
-
wrapper:
|
10
|
+
wrapper: Slot<'div'>;
|
11
11
|
};
|
12
12
|
export declare type DividerCommons = {
|
13
13
|
/**
|
@@ -31,5 +31,5 @@ export declare type DividerCommons = {
|
|
31
31
|
*/
|
32
32
|
vertical: boolean;
|
33
33
|
};
|
34
|
-
export declare type DividerProps = ComponentProps<DividerSlots
|
34
|
+
export declare type DividerProps = ComponentProps<Partial<DividerSlots>> & Partial<DividerCommons>;
|
35
35
|
export declare type DividerState = ComponentState<DividerSlots> & DividerCommons;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import type { ComponentProps, ComponentState,
|
1
|
+
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
|
2
2
|
export declare type DividerSlots = {
|
3
3
|
/**
|
4
4
|
* Root of the component that renders as a `<div>` tag.
|
5
5
|
*/
|
6
|
-
root:
|
6
|
+
root: Slot<'div'>;
|
7
7
|
/**
|
8
8
|
* Accessibility wrapper for content when presented.
|
9
9
|
*/
|
10
|
-
wrapper:
|
10
|
+
wrapper: Slot<'div'>;
|
11
11
|
};
|
12
12
|
export declare type DividerCommons = {
|
13
13
|
/**
|
@@ -31,5 +31,5 @@ export declare type DividerCommons = {
|
|
31
31
|
*/
|
32
32
|
vertical: boolean;
|
33
33
|
};
|
34
|
-
export declare type DividerProps = ComponentProps<DividerSlots
|
34
|
+
export declare type DividerProps = ComponentProps<Partial<DividerSlots>> & Partial<DividerCommons>;
|
35
35
|
export declare type DividerState = ComponentState<DividerSlots> & DividerCommons;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-divider",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-nightlyb2b3ec1da320220209.1",
|
4
4
|
"description": "Fluent UI component to visually separate content.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
30
|
"@fluentui/react-conformance": "*",
|
31
|
-
"@fluentui/react-conformance-griffel": "0.0.0-
|
31
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightlyb2b3ec1da320220209.1",
|
32
32
|
"@fluentui/scripts": "^1.0.0",
|
33
33
|
"@types/enzyme": "3.10.3",
|
34
34
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
45
|
"@griffel/react": "1.0.0",
|
46
|
-
"@fluentui/react-utilities": "0.0.0-
|
46
|
+
"@fluentui/react-utilities": "0.0.0-nightlyb2b3ec1da320220209.1",
|
47
47
|
"tslib": "^2.1.0"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|