@fluentui-react-native/separator 0.10.43 → 0.11.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/.eslintrc.js CHANGED
@@ -1,5 +1,3 @@
1
1
  module.exports = {
2
- extends: [
3
- "@uifabricshared/eslint-config-rules"
4
- ]
5
- }
2
+ extends: ['@fluentui-react-native/eslint-config-rules'],
3
+ };
package/CHANGELOG.json CHANGED
@@ -2,7 +2,111 @@
2
2
  "name": "@fluentui-react-native/separator",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Oct 2021 19:22:27 GMT",
5
+ "date": "Thu, 16 Dec 2021 06:26:42 GMT",
6
+ "tag": "@fluentui-react-native/separator_v0.11.1",
7
+ "version": "0.11.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/separator",
13
+ "commit": "e597717b14dce4916740076786391449dd4a7c69",
14
+ "comment": "Rename Jest snapshots to be platform agnostic "
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/separator",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.7.1",
20
+ "commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 17 Nov 2021 19:28:07 GMT",
27
+ "tag": "@fluentui-react-native/separator_v0.11.0",
28
+ "version": "0.11.0",
29
+ "comments": {
30
+ "minor": [
31
+ {
32
+ "comment": "Update to react-native 0.64",
33
+ "author": "afoxman@microsoft.com",
34
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
35
+ "package": "@fluentui-react-native/separator"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "comment": "Bump @fluentui-react-native/framework to v0.7.0",
41
+ "author": "afoxman@microsoft.com",
42
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
43
+ "package": "@fluentui-react-native/separator"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Fri, 12 Nov 2021 16:07:20 GMT",
50
+ "tag": "@fluentui-react-native/separator_v0.10.45",
51
+ "version": "0.10.45",
52
+ "comments": {
53
+ "none": [
54
+ {
55
+ "comment": "Bump @fluentui-react-native/framework to v0.6.6",
56
+ "author": "4123478+tido64@users.noreply.github.com",
57
+ "commit": "25673699e6c6c064b41f1246c2c995baa67a74ad",
58
+ "package": "@fluentui-react-native/separator"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Thu, 11 Nov 2021 23:17:41 GMT",
65
+ "tag": "@fluentui-react-native/separator_v0.10.45",
66
+ "version": "0.10.45",
67
+ "comments": {
68
+ "none": [
69
+ {
70
+ "comment": "Rename uifabricshared/eslint-config-rules to fluentui-react-native/eslint-config-rules",
71
+ "author": "ruaraki@microsoft.com",
72
+ "commit": "110fba2a1721a914501404f6040f07656307549e",
73
+ "package": "@fluentui-react-native/separator"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Tue, 09 Nov 2021 23:04:33 GMT",
80
+ "tag": "@fluentui-react-native/separator_v0.10.45",
81
+ "version": "0.10.45",
82
+ "comments": {
83
+ "patch": [
84
+ {
85
+ "comment": "Bump @fluentui-react-native/framework to v0.6.6",
86
+ "author": "67026167+chiuam@users.noreply.github.com",
87
+ "commit": "8baa72ed4ec06f90a51cf757e1924e946f76a537",
88
+ "package": "@fluentui-react-native/separator"
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ {
94
+ "date": "Mon, 01 Nov 2021 18:53:37 GMT",
95
+ "tag": "@fluentui-react-native/separator_v0.10.44",
96
+ "version": "0.10.44",
97
+ "comments": {
98
+ "patch": [
99
+ {
100
+ "comment": "Bump @fluentui-react-native/framework to v0.6.5",
101
+ "author": "ruaraki@microsoft.com",
102
+ "commit": "f05bda9db60753eb07b2688526ed158d690b8b63",
103
+ "package": "@fluentui-react-native/separator"
104
+ }
105
+ ]
106
+ }
107
+ },
108
+ {
109
+ "date": "Mon, 25 Oct 2021 19:24:43 GMT",
6
110
  "tag": "@fluentui-react-native/separator_v0.10.43",
7
111
  "version": "0.10.43",
8
112
  "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 Mon, 25 Oct 2021 19:22:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Dec 2021 06:26:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.1
8
+
9
+ Thu, 16 Dec 2021 06:26:42 GMT
10
+
11
+ ### Patches
12
+
13
+ - Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com)
14
+ - Bump @fluentui-react-native/framework to v0.7.1
15
+
16
+ ## 0.11.0
17
+
18
+ Wed, 17 Nov 2021 19:28:07 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - Update to react-native 0.64 (afoxman@microsoft.com)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui-react-native/framework to v0.7.0 (afoxman@microsoft.com)
27
+
28
+ ## 0.10.45
29
+
30
+ Tue, 09 Nov 2021 23:04:33 GMT
31
+
32
+ ### Patches
33
+
34
+ - Bump @fluentui-react-native/framework to v0.6.6 (67026167+chiuam@users.noreply.github.com)
35
+
36
+ ## 0.10.44
37
+
38
+ Mon, 01 Nov 2021 18:53:37 GMT
39
+
40
+ ### Patches
41
+
42
+ - Bump @fluentui-react-native/framework to v0.6.5 (ruaraki@microsoft.com)
43
+
7
44
  ## 0.10.43
8
45
 
9
- Mon, 25 Oct 2021 19:22:27 GMT
46
+ Mon, 25 Oct 2021 19:24:43 GMT
10
47
 
11
48
  ### Patches
12
49
 
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Separator.test.d.ts.map
@@ -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.win32.js.map
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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Separator.test.d.ts.map
@@ -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.win32.js.map
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.10.43",
3
+ "version": "0.11.1",
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.6.4 <1.0.0"
20
+ "@fluentui-react-native/framework": ">=0.7.1 <1.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@office-iss/react-native-win32": "^0.63.7",
24
- "@types/react-native": "^0.63.0",
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
- "@uifabricshared/eslint-config-rules": "^0.1.1",
27
- "react-native": "^0.63.4"
27
+ "react-native": "^0.64.3"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": ">=16.13.1",
31
- "react-native": ">=0.63.4"
30
+ "react": ">=17.0.1",
31
+ "react-native": ">=0.64.3"
32
32
  },
33
33
  "author": "",
34
34
  "license": "MIT"
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Separator.test.win32.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Separator.test.win32.d.ts.map
@@ -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"}