@fluentui/react-divider 0.0.0-nightly-20230421-0417.1 → 0.0.0-nightly-20230425-0423.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 +34 -13
- package/CHANGELOG.md +19 -9
- package/lib/components/Divider/Divider.js +2 -5
- package/lib/components/Divider/Divider.js.map +1 -1
- package/lib-commonjs/components/Divider/Divider.js +1 -2
- package/lib-commonjs/components/Divider/Divider.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
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": "Tue, 25 Apr 2023 04:31:23 GMT",
|
6
|
+
"tag": "@fluentui/react-divider_v0.0.0-nightly-20230425-0423.1",
|
7
|
+
"version": "0.0.0-nightly-20230425-0423.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,32 +16,53 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-divider",
|
19
|
-
"comment": "Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20230425-0423.1",
|
20
|
+
"commit": "1d8dc5de94f261d4780c66b3ecb6529c67f53cbd"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-divider",
|
25
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230425-0423.1",
|
26
|
+
"commit": "1d8dc5de94f261d4780c66b3ecb6529c67f53cbd"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-divider",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230425-0423.1",
|
32
|
+
"commit": "1d8dc5de94f261d4780c66b3ecb6529c67f53cbd"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-divider",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230425-0423.1",
|
38
|
+
"commit": "1d8dc5de94f261d4780c66b3ecb6529c67f53cbd"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-divider",
|
43
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230425-0423.1",
|
44
|
+
"commit": "1d8dc5de94f261d4780c66b3ecb6529c67f53cbd"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Mon, 24 Apr 2023 08:12:36 GMT",
|
51
|
+
"tag": "@fluentui/react-divider_v9.2.10",
|
52
|
+
"version": "9.2.10",
|
53
|
+
"comments": {
|
54
|
+
"patch": [
|
55
|
+
{
|
56
|
+
"author": "bernardo.sunderhus@gmail.com",
|
57
|
+
"package": "@fluentui/react-divider",
|
58
|
+
"commit": "ec5f15a5fb78104ff874f1f16eda663fecde1704",
|
59
|
+
"comment": "chore: adopt custom JSX pragma"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-divider",
|
64
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
|
65
|
+
"commit": "505433ac64f144c9cca456097413d6af4582e5ee"
|
45
66
|
}
|
46
67
|
]
|
47
68
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 25 Apr 2023 04:31:23 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-20230425-0423.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v0.0.0-nightly-20230425-0423.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.2.
|
9
|
+
Tue, 25 Apr 2023 04:31:23 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.2.10..@fluentui/react-divider_v0.0.0-nightly-20230425-0423.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20230425-0423.1 ([commit](https://github.com/microsoft/fluentui/commit/1d8dc5de94f261d4780c66b3ecb6529c67f53cbd) by beachball)
|
16
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230425-0423.1 ([commit](https://github.com/microsoft/fluentui/commit/1d8dc5de94f261d4780c66b3ecb6529c67f53cbd) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230425-0423.1 ([commit](https://github.com/microsoft/fluentui/commit/1d8dc5de94f261d4780c66b3ecb6529c67f53cbd) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230425-0423.1 ([commit](https://github.com/microsoft/fluentui/commit/1d8dc5de94f261d4780c66b3ecb6529c67f53cbd) by beachball)
|
19
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230425-0423.1 ([commit](https://github.com/microsoft/fluentui/commit/1d8dc5de94f261d4780c66b3ecb6529c67f53cbd) by beachball)
|
20
|
+
|
21
|
+
## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.2.10)
|
22
|
+
|
23
|
+
Mon, 24 Apr 2023 08:12:36 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.2.9..@fluentui/react-divider_v9.2.10)
|
25
|
+
|
26
|
+
### Patches
|
27
|
+
|
28
|
+
- chore: adopt custom JSX pragma ([PR #27610](https://github.com/microsoft/fluentui/pull/27610) by bernardo.sunderhus@gmail.com)
|
29
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball)
|
20
30
|
|
21
31
|
## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.2.9)
|
22
32
|
|
@@ -2,17 +2,14 @@ import * as React from 'react';
|
|
2
2
|
import { renderDivider_unstable } from './renderDivider';
|
3
3
|
import { useDivider_unstable } from './useDivider';
|
4
4
|
import { useDividerStyles_unstable } from './useDividerStyles';
|
5
|
-
import {
|
5
|
+
import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
|
6
6
|
/**
|
7
7
|
* A divider visually segments content into groups.
|
8
8
|
*/
|
9
9
|
export const Divider = /*#__PURE__*/React.forwardRef((props, ref) => {
|
10
10
|
const state = useDivider_unstable(props, ref);
|
11
11
|
useDividerStyles_unstable(state);
|
12
|
-
|
13
|
-
useDividerStyles_unstable: useCustomStyles
|
14
|
-
} = useCustomStyleHooks_unstable();
|
15
|
-
useCustomStyles(state);
|
12
|
+
useCustomStyleHook_unstable('useDividerStyles_unstable')(state);
|
16
13
|
return renderDivider_unstable(state);
|
17
14
|
});
|
18
15
|
Divider.displayName = 'Divider';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["React","renderDivider_unstable","useDivider_unstable","useDividerStyles_unstable","
|
1
|
+
{"version":3,"names":["React","renderDivider_unstable","useDivider_unstable","useDividerStyles_unstable","useCustomStyleHook_unstable","Divider","forwardRef","props","ref","state","displayName"],"sources":["../../../src/components/Divider/Divider.tsx"],"sourcesContent":["import * as React from 'react';\nimport { renderDivider_unstable } from './renderDivider';\nimport { useDivider_unstable } from './useDivider';\nimport { useDividerStyles_unstable } from './useDividerStyles';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { DividerProps } from './Divider.types';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n\n/**\n * A divider visually segments content into groups.\n */\nexport const Divider: ForwardRefComponent<DividerProps> = React.forwardRef((props, ref) => {\n const state = useDivider_unstable(props, ref);\n\n useDividerStyles_unstable(state);\n\n useCustomStyleHook_unstable('useDividerStyles_unstable')(state);\n\n return renderDivider_unstable(state);\n});\n\nDivider.displayName = 'Divider';\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,sBAAsB,QAAQ;AACvC,SAASC,mBAAmB,QAAQ;AACpC,SAASC,yBAAyB,QAAQ;AAG1C,SAASC,2BAA2B,QAAQ;AAE5C;;;AAGA,OAAO,MAAMC,OAAA,gBAA6CL,KAAA,CAAMM,UAAU,CAAC,CAACC,KAAA,EAAOC,GAAA,KAAQ;EACzF,MAAMC,KAAA,GAAQP,mBAAA,CAAoBK,KAAA,EAAOC,GAAA;EAEzCL,yBAAA,CAA0BM,KAAA;EAE1BL,2BAAA,CAA4B,6BAA6BK,KAAA;EAEzD,OAAOR,sBAAA,CAAuBQ,KAAA;AAChC;AAEAJ,OAAA,CAAQK,WAAW,GAAG"}
|
@@ -15,8 +15,7 @@ const _reactSharedContexts = require("@fluentui/react-shared-contexts");
|
|
15
15
|
const Divider = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
|
16
16
|
const state = (0, _useDivider.useDivider_unstable)(props, ref);
|
17
17
|
(0, _useDividerStyles.useDividerStyles_unstable)(state);
|
18
|
-
|
19
|
-
useCustomStyles(state);
|
18
|
+
(0, _reactSharedContexts.useCustomStyleHook_unstable)('useDividerStyles_unstable')(state);
|
20
19
|
return (0, _renderDivider.renderDivider_unstable)(state);
|
21
20
|
});
|
22
21
|
Divider.displayName = 'Divider'; //# sourceMappingURL=Divider.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Divider/Divider.js"],"sourcesContent":["import * as React from 'react';\nimport { renderDivider_unstable } from './renderDivider';\nimport { useDivider_unstable } from './useDivider';\nimport { useDividerStyles_unstable } from './useDividerStyles';\nimport {
|
1
|
+
{"version":3,"sources":["../../../lib/components/Divider/Divider.js"],"sourcesContent":["import * as React from 'react';\nimport { renderDivider_unstable } from './renderDivider';\nimport { useDivider_unstable } from './useDivider';\nimport { useDividerStyles_unstable } from './useDividerStyles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\n/**\n * A divider visually segments content into groups.\n */\nexport const Divider = /*#__PURE__*/React.forwardRef((props, ref) => {\n const state = useDivider_unstable(props, ref);\n useDividerStyles_unstable(state);\n useCustomStyleHook_unstable('useDividerStyles_unstable')(state);\n return renderDivider_unstable(state);\n});\nDivider.displayName = 'Divider';\n//# sourceMappingURL=Divider.js.map"],"names":["Divider","React","forwardRef","props","ref","state","useDivider_unstable","useDividerStyles_unstable","useCustomStyleHook_unstable","renderDivider_unstable","displayName"],"mappings":";;;;+BAQaA;;aAAAA;;;6DARU;+BACgB;4BACH;kCACM;qCACE;AAIrC,MAAMA,UAAU,WAAW,GAAEC,OAAMC,UAAU,CAAC,CAACC,OAAOC,MAAQ;IACnE,MAAMC,QAAQC,IAAAA,+BAAmB,EAACH,OAAOC;IACzCG,IAAAA,2CAAyB,EAACF;IAC1BG,IAAAA,gDAA2B,EAAC,6BAA6BH;IACzD,OAAOI,IAAAA,qCAAsB,EAACJ;AAChC;AACAL,QAAQU,WAAW,GAAG,WACtB,mCAAmC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-divider",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230425-0423.1",
|
4
4
|
"description": "Fluent UI component to visually separate content.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,16 +27,16 @@
|
|
27
27
|
"devDependencies": {
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
29
|
"@fluentui/react-conformance": "*",
|
30
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
30
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20230425-0423.1",
|
31
31
|
"@fluentui/scripts-api-extractor": "*",
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@griffel/react": "^1.5.2",
|
36
|
-
"@fluentui/react-jsx-runtime": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
39
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
36
|
+
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20230425-0423.1",
|
37
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20230425-0423.1",
|
38
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230425-0423.1",
|
39
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230425-0423.1",
|
40
40
|
"@swc/helpers": "^0.4.14"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|