@fluentui-react-native/separator 0.11.15 → 0.11.18
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 +52 -1
- package/CHANGELOG.md +27 -2
- package/lib/Separator.js +1 -1
- package/lib/Separator.js.map +1 -1
- package/lib-commonjs/Separator.js +1 -1
- package/lib-commonjs/Separator.js.map +1 -1
- package/package.json +2 -2
- package/src/Separator.tsx +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,58 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 23 Mar 2022 17:22:10 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/separator_v0.11.18",
|
|
7
|
+
"version": "0.11.18",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/separator",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.18",
|
|
14
|
+
"commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 07 Mar 2022 19:15:33 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/separator_v0.11.17",
|
|
22
|
+
"version": "0.11.17",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/separator",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.17",
|
|
29
|
+
"commit": "d437b204aa63de4c9d4dd2f58ccf541c388ddaee"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 04 Mar 2022 23:43:10 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/separator_v0.11.16",
|
|
37
|
+
"version": "0.11.16",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"author": "ruaraki@microsoft.com",
|
|
42
|
+
"package": "@fluentui-react-native/separator",
|
|
43
|
+
"commit": "051e390caabfc13c4e53f9812f0ec7c5b56094a2",
|
|
44
|
+
"comment": "Bump @rnx-kit/eslint-plugin from 0.2.10 to 0.2.11"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui-react-native/separator",
|
|
49
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.16",
|
|
50
|
+
"commit": "051e390caabfc13c4e53f9812f0ec7c5b56094a2"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Thu, 03 Mar 2022 20:20:09 GMT",
|
|
6
57
|
"tag": "@fluentui-react-native/separator_v0.11.15",
|
|
7
58
|
"version": "0.11.15",
|
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/separator
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 23 Mar 2022 17:22:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.11.18
|
|
8
|
+
|
|
9
|
+
Wed, 23 Mar 2022 17:22:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.7.18
|
|
14
|
+
|
|
15
|
+
## 0.11.17
|
|
16
|
+
|
|
17
|
+
Mon, 07 Mar 2022 19:15:33 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/framework to v0.7.17
|
|
22
|
+
|
|
23
|
+
## 0.11.16
|
|
24
|
+
|
|
25
|
+
Fri, 04 Mar 2022 23:43:10 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Bump @rnx-kit/eslint-plugin from 0.2.10 to 0.2.11 (ruaraki@microsoft.com)
|
|
30
|
+
- Bump @fluentui-react-native/framework to v0.7.16
|
|
31
|
+
|
|
7
32
|
## 0.11.15
|
|
8
33
|
|
|
9
|
-
Thu, 03 Mar 2022 20:
|
|
34
|
+
Thu, 03 Mar 2022 20:20:09 GMT
|
|
10
35
|
|
|
11
36
|
### Patches
|
|
12
37
|
|
package/lib/Separator.js
CHANGED
|
@@ -24,7 +24,7 @@ export var Separator = compose({
|
|
|
24
24
|
}); }, ['color', 'vertical', 'separatorWidth']),
|
|
25
25
|
},
|
|
26
26
|
slots: { root: View },
|
|
27
|
-
|
|
27
|
+
useRender: function (props, useSlots) {
|
|
28
28
|
var Root = useSlots(props).root;
|
|
29
29
|
return function (rest, children) { return withSlots(Root, __assign({}, mergeProps(props, rest, propMask)), children); };
|
|
30
30
|
},
|
package/lib/Separator.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAE,OAAO,EAAY,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAExG,MAAM,CAAC,IAAM,aAAa,GAAG,WAAW,CAAC;AACzC,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAEzC,MAAM,CAAC,IAAM,SAAS,GAAG,OAAO,CAAgB;IAC9C,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,EAAE,aAAa,CAAC;IAC9C,sBAAsB,EAAE,CAAC,UAAU,CAAC;IACpC,SAAS,EAAE;QACT,IAAI,EAAE,UAAU,CACd,UAAC,MAAuB,IAAK,OAAA,CAAC;YAC5B,KAAK,wBACA,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,eAAe,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,GAC1G,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CACnD;SACF,CAAC,EAL2B,CAK3B,EACF,CAAC,OAAO,EAAE,UAAU,EAAE,gBAAgB,CAAC,CACxC;KACF;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;IACrB,
|
|
1
|
+
{"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAE,OAAO,EAAY,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAExG,MAAM,CAAC,IAAM,aAAa,GAAG,WAAW,CAAC;AACzC,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAEzC,MAAM,CAAC,IAAM,SAAS,GAAG,OAAO,CAAgB;IAC9C,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,EAAE,aAAa,CAAC;IAC9C,sBAAsB,EAAE,CAAC,UAAU,CAAC;IACpC,SAAS,EAAE;QACT,IAAI,EAAE,UAAU,CACd,UAAC,MAAuB,IAAK,OAAA,CAAC;YAC5B,KAAK,wBACA,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,eAAe,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,GAC1G,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CACnD;SACF,CAAC,EAL2B,CAK3B,EACF,CAAC,OAAO,EAAE,UAAU,EAAE,gBAAgB,CAAC,CACxC;KACF;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;IACrB,SAAS,EAAE,UAAC,KAAqB,EAAE,QAAiC;QAClE,IAAM,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC;QAClC,OAAO,UAAC,IAAoB,EAAE,QAAyB,IAAK,OAAA,UAAC,IAAI,eAAK,UAAU,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAQ,EAA9D,CAA8D,CAAC;IAC7H,CAAC;CACF,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
|
@@ -27,7 +27,7 @@ exports.Separator = (0, framework_1.compose)({
|
|
|
27
27
|
}); }, ['color', 'vertical', 'separatorWidth']),
|
|
28
28
|
},
|
|
29
29
|
slots: { root: react_native_1.View },
|
|
30
|
-
|
|
30
|
+
useRender: function (props, useSlots) {
|
|
31
31
|
var Root = useSlots(props).root;
|
|
32
32
|
return function (rest, children) { return (0, framework_1.withSlots)(Root, __assign({}, (0, framework_1.mergeProps)(props, rest, propMask)), children); };
|
|
33
33
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,6CAAoC;AAEpC,8DAAwG;AAE3F,QAAA,aAAa,GAAG,WAAW,CAAC;AACzC,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAE5B,QAAA,SAAS,GAAG,IAAA,mBAAO,EAAgB;IAC9C,WAAW,EAAE,qBAAa;IAC1B,MAAM,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,EAAE,qBAAa,CAAC;IAC9C,sBAAsB,EAAE,CAAC,UAAU,CAAC;IACpC,SAAS,EAAE;QACT,IAAI,EAAE,IAAA,sBAAU,EACd,UAAC,MAAuB,IAAK,OAAA,CAAC;YAC5B,KAAK,wBACA,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,eAAe,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,GAC1G,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CACnD;SACF,CAAC,EAL2B,CAK3B,EACF,CAAC,OAAO,EAAE,UAAU,EAAE,gBAAgB,CAAC,CACxC;KACF;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAI,EAAE;IACrB,
|
|
1
|
+
{"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,6CAAoC;AAEpC,8DAAwG;AAE3F,QAAA,aAAa,GAAG,WAAW,CAAC;AACzC,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAE5B,QAAA,SAAS,GAAG,IAAA,mBAAO,EAAgB;IAC9C,WAAW,EAAE,qBAAa;IAC1B,MAAM,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,EAAE,qBAAa,CAAC;IAC9C,sBAAsB,EAAE,CAAC,UAAU,CAAC;IACpC,SAAS,EAAE;QACT,IAAI,EAAE,IAAA,sBAAU,EACd,UAAC,MAAuB,IAAK,OAAA,CAAC;YAC5B,KAAK,wBACA,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,eAAe,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,CAAC,GAC1G,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CACnD;SACF,CAAC,EAL2B,CAK3B,EACF,CAAC,OAAO,EAAE,UAAU,EAAE,gBAAgB,CAAC,CACxC;KACF;IACD,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAI,EAAE;IACrB,SAAS,EAAE,UAAC,KAAqB,EAAE,QAAiC;QAClE,IAAM,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC;QAClC,OAAO,UAAC,IAAoB,EAAE,QAAyB,IAAK,OAAA,2BAAC,IAAI,eAAK,IAAA,sBAAU,EAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAQ,EAA9D,CAA8D,CAAC;IAC7H,CAAC;CACF,CAAC,CAAC;AAEH,kBAAe,iBAAS,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.18",
|
|
4
4
|
"description": "A cross-platform Separator component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "packages/components/Separator"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/framework": ">=0.7.
|
|
25
|
+
"@fluentui-react-native/framework": ">=0.7.18 <1.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
package/src/Separator.tsx
CHANGED
|
@@ -22,7 +22,7 @@ export const Separator = compose<SeparatorType>({
|
|
|
22
22
|
),
|
|
23
23
|
},
|
|
24
24
|
slots: { root: View },
|
|
25
|
-
|
|
25
|
+
useRender: (props: SeparatorProps, useSlots: UseSlots<SeparatorType>) => {
|
|
26
26
|
const Root = useSlots(props).root;
|
|
27
27
|
return (rest: SeparatorProps, children: React.ReactNode) => <Root {...mergeProps(props, rest, propMask)}>{children}</Root>;
|
|
28
28
|
},
|