@fluentui-react-native/separator 0.10.44 → 0.11.2
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/.eslintrc.js +2 -4
- package/CHANGELOG.json +120 -1
- package/CHANGELOG.md +39 -2
- package/lib/__tests__/Separator.test.d.ts +2 -0
- package/lib/__tests__/Separator.test.d.ts.map +1 -0
- package/lib/__tests__/{Separator.test.win32.js → Separator.test.js} +1 -1
- package/lib/__tests__/Separator.test.js.map +1 -0
- package/lib-commonjs/__tests__/Separator.test.d.ts +2 -0
- package/lib-commonjs/__tests__/Separator.test.d.ts.map +1 -0
- package/lib-commonjs/__tests__/{Separator.test.win32.js → Separator.test.js} +1 -1
- package/lib-commonjs/__tests__/Separator.test.js.map +1 -0
- package/package.json +8 -8
- package/src/__tests__/{Separator.test.win32.tsx → Separator.test.tsx} +0 -0
- package/src/__tests__/__snapshots__/{Separator.test.win32.tsx.snap → Separator.test.tsx.snap} +0 -0
- package/lib/__tests__/Separator.test.win32.d.ts +0 -2
- package/lib/__tests__/Separator.test.win32.d.ts.map +0 -1
- package/lib/__tests__/Separator.test.win32.js.map +0 -1
- package/lib-commonjs/__tests__/Separator.test.win32.d.ts +0 -2
- package/lib-commonjs/__tests__/Separator.test.win32.d.ts.map +0 -1
- package/lib-commonjs/__tests__/Separator.test.win32.js.map +0 -1
package/.eslintrc.js
CHANGED
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,126 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 17 Dec 2021 01:23:52 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/separator_v0.11.2",
|
|
7
|
+
"version": "0.11.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/separator",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.2",
|
|
14
|
+
"commit": "511aeb31982a5fb9dd2f7196c0c7217cc4a3dbc6"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 16 Dec 2021 23:00:57 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/separator_v0.11.1",
|
|
22
|
+
"version": "0.11.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "dannyvv@microsoft.com",
|
|
27
|
+
"package": "@fluentui-react-native/separator",
|
|
28
|
+
"commit": "25b3989739737bc598a5d699a941af4c0b4a421f",
|
|
29
|
+
"comment": "📦 applying package updates ***NO_CI***"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 16 Dec 2021 19:10:26 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/separator_v0.11.1",
|
|
37
|
+
"version": "0.11.1",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"author": "sanajmi@microsoft.com",
|
|
42
|
+
"package": "@fluentui-react-native/separator",
|
|
43
|
+
"commit": "e597717b14dce4916740076786391449dd4a7c69",
|
|
44
|
+
"comment": "Rename Jest snapshots to be platform agnostic "
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui-react-native/separator",
|
|
49
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.1",
|
|
50
|
+
"commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Wed, 17 Nov 2021 19:28:07 GMT",
|
|
57
|
+
"tag": "@fluentui-react-native/separator_v0.11.0",
|
|
58
|
+
"version": "0.11.0",
|
|
59
|
+
"comments": {
|
|
60
|
+
"minor": [
|
|
61
|
+
{
|
|
62
|
+
"comment": "Update to react-native 0.64",
|
|
63
|
+
"author": "afoxman@microsoft.com",
|
|
64
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
65
|
+
"package": "@fluentui-react-native/separator"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"patch": [
|
|
69
|
+
{
|
|
70
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.0",
|
|
71
|
+
"author": "afoxman@microsoft.com",
|
|
72
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
73
|
+
"package": "@fluentui-react-native/separator"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": "Fri, 12 Nov 2021 16:07:20 GMT",
|
|
80
|
+
"tag": "@fluentui-react-native/separator_v0.10.45",
|
|
81
|
+
"version": "0.10.45",
|
|
82
|
+
"comments": {
|
|
83
|
+
"none": [
|
|
84
|
+
{
|
|
85
|
+
"comment": "Bump @fluentui-react-native/framework to v0.6.6",
|
|
86
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
87
|
+
"commit": "25673699e6c6c064b41f1246c2c995baa67a74ad",
|
|
88
|
+
"package": "@fluentui-react-native/separator"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"date": "Thu, 11 Nov 2021 23:17:41 GMT",
|
|
95
|
+
"tag": "@fluentui-react-native/separator_v0.10.45",
|
|
96
|
+
"version": "0.10.45",
|
|
97
|
+
"comments": {
|
|
98
|
+
"none": [
|
|
99
|
+
{
|
|
100
|
+
"comment": "Rename uifabricshared/eslint-config-rules to fluentui-react-native/eslint-config-rules",
|
|
101
|
+
"author": "ruaraki@microsoft.com",
|
|
102
|
+
"commit": "110fba2a1721a914501404f6040f07656307549e",
|
|
103
|
+
"package": "@fluentui-react-native/separator"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"date": "Tue, 09 Nov 2021 23:04:33 GMT",
|
|
110
|
+
"tag": "@fluentui-react-native/separator_v0.10.45",
|
|
111
|
+
"version": "0.10.45",
|
|
112
|
+
"comments": {
|
|
113
|
+
"patch": [
|
|
114
|
+
{
|
|
115
|
+
"comment": "Bump @fluentui-react-native/framework to v0.6.6",
|
|
116
|
+
"author": "67026167+chiuam@users.noreply.github.com",
|
|
117
|
+
"commit": "8baa72ed4ec06f90a51cf757e1924e946f76a537",
|
|
118
|
+
"package": "@fluentui-react-native/separator"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"date": "Mon, 01 Nov 2021 18:53:37 GMT",
|
|
6
125
|
"tag": "@fluentui-react-native/separator_v0.10.44",
|
|
7
126
|
"version": "0.10.44",
|
|
8
127
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,49 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/separator
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 17 Dec 2021 01:23:52 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.11.2
|
|
8
|
+
|
|
9
|
+
Fri, 17 Dec 2021 01:23:52 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.7.2
|
|
14
|
+
|
|
15
|
+
## 0.11.1
|
|
16
|
+
|
|
17
|
+
Thu, 16 Dec 2021 19:10:26 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com)
|
|
22
|
+
- Bump @fluentui-react-native/framework to v0.7.1
|
|
23
|
+
|
|
24
|
+
## 0.11.0
|
|
25
|
+
|
|
26
|
+
Wed, 17 Nov 2021 19:28:07 GMT
|
|
27
|
+
|
|
28
|
+
### Minor changes
|
|
29
|
+
|
|
30
|
+
- Update to react-native 0.64 (afoxman@microsoft.com)
|
|
31
|
+
|
|
32
|
+
### Patches
|
|
33
|
+
|
|
34
|
+
- Bump @fluentui-react-native/framework to v0.7.0 (afoxman@microsoft.com)
|
|
35
|
+
|
|
36
|
+
## 0.10.45
|
|
37
|
+
|
|
38
|
+
Tue, 09 Nov 2021 23:04:33 GMT
|
|
39
|
+
|
|
40
|
+
### Patches
|
|
41
|
+
|
|
42
|
+
- Bump @fluentui-react-native/framework to v0.6.6 (67026167+chiuam@users.noreply.github.com)
|
|
43
|
+
|
|
7
44
|
## 0.10.44
|
|
8
45
|
|
|
9
|
-
Mon, 01 Nov 2021 18:
|
|
46
|
+
Mon, 01 Nov 2021 18:53:37 GMT
|
|
10
47
|
|
|
11
48
|
### Patches
|
|
12
49
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/Separator.test.tsx"],"names":[],"mappings":""}
|
|
@@ -10,4 +10,4 @@ it('Separator all props & tokens', function () {
|
|
|
10
10
|
var tree = renderer.create(React.createElement(CustomSeparator, { vertical: true })).toJSON();
|
|
11
11
|
expect(tree).toMatchSnapshot();
|
|
12
12
|
});
|
|
13
|
-
//# sourceMappingURL=Separator.test.
|
|
13
|
+
//# sourceMappingURL=Separator.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.test.js","sourceRoot":"","sources":["../../src/__tests__/Separator.test.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAC/B,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAEhD,EAAE,CAAC,mBAAmB,EAAE;IACtB,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,SAAS,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACrD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,8BAA8B,EAAE;IACjC,IAAM,eAAe,GAAG,SAAS,CAAC,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;IAClF,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,eAAe,IAAC,QAAQ,SAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACpE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/Separator.test.tsx"],"names":[],"mappings":""}
|
|
@@ -19,4 +19,4 @@ it('Separator all props & tokens', function () {
|
|
|
19
19
|
var tree = renderer.create(React.createElement(CustomSeparator, { vertical: true })).toJSON();
|
|
20
20
|
expect(tree).toMatchSnapshot();
|
|
21
21
|
});
|
|
22
|
-
//# sourceMappingURL=Separator.test.
|
|
22
|
+
//# sourceMappingURL=Separator.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.test.js","sourceRoot":"","sources":["../../src/__tests__/Separator.test.tsx"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA+B;AAC/B,wBAA+B;AAC/B,4DAAgD;AAEhD,EAAE,CAAC,mBAAmB,EAAE;IACtB,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,aAAS,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACrD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,8BAA8B,EAAE;IACjC,IAAM,eAAe,GAAG,aAAS,CAAC,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;IAClF,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,eAAe,IAAC,QAAQ,SAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACpE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.2",
|
|
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",
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@fluentui-react-native/framework": ">=0.
|
|
20
|
+
"@fluentui-react-native/framework": ">=0.7.2 <1.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@
|
|
24
|
-
"@
|
|
23
|
+
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
24
|
+
"@office-iss/react-native-win32": "^0.64.8",
|
|
25
|
+
"@types/react-native": "^0.64.0",
|
|
25
26
|
"@uifabricshared/build-native": "^0.1.1",
|
|
26
|
-
"
|
|
27
|
-
"react-native": "^0.63.4"
|
|
27
|
+
"react-native": "^0.64.3"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": ">=
|
|
31
|
-
"react-native": ">=0.
|
|
30
|
+
"react": ">=17.0.1",
|
|
31
|
+
"react-native": ">=0.64.3"
|
|
32
32
|
},
|
|
33
33
|
"author": "",
|
|
34
34
|
"license": "MIT"
|
|
File without changes
|
package/src/__tests__/__snapshots__/{Separator.test.win32.tsx.snap → Separator.test.tsx.snap}
RENAMED
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.test.win32.d.ts","sourceRoot":"","sources":["../../src/__tests__/Separator.test.win32.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.test.win32.js","sourceRoot":"","sources":["../../src/__tests__/Separator.test.win32.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAC/B,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAEhD,EAAE,CAAC,mBAAmB,EAAE;IACtB,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,SAAS,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACrD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,8BAA8B,EAAE;IACjC,IAAM,eAAe,GAAG,SAAS,CAAC,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;IAClF,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,eAAe,IAAC,QAAQ,SAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACpE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.test.win32.d.ts","sourceRoot":"","sources":["../../src/__tests__/Separator.test.win32.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.test.win32.js","sourceRoot":"","sources":["../../src/__tests__/Separator.test.win32.tsx"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA+B;AAC/B,wBAA+B;AAC/B,4DAAgD;AAEhD,EAAE,CAAC,mBAAmB,EAAE;IACtB,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,aAAS,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACrD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,8BAA8B,EAAE;IACjC,IAAM,eAAe,GAAG,aAAS,CAAC,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;IAClF,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,eAAe,IAAC,QAAQ,SAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACpE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|