@fluentui-react-native/separator 0.14.24 → 0.16.0

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,7 +2,67 @@
2
2
  "name": "@fluentui-react-native/separator",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 30 May 2023 20:30:33 GMT",
5
+ "date": "Mon, 12 Jun 2023 17:42:46 GMT",
6
+ "tag": "@fluentui-react-native/separator_v0.16.0",
7
+ "version": "0.16.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "ayushsinghs@yahoo.in",
12
+ "package": "@fluentui-react-native/separator",
13
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77",
14
+ "comment": "Changes for treeshake to work"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/separator",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.11.0",
20
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/separator",
25
+ "comment": "Bump @fluentui-react-native/use-styling to v0.11.0",
26
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 05 Jun 2023 19:26:24 GMT",
33
+ "tag": "@fluentui-react-native/separator_v0.15.0",
34
+ "version": "0.15.0",
35
+ "comments": {
36
+ "minor": [
37
+ {
38
+ "author": "sanajmi@microsoft.com",
39
+ "package": "@fluentui-react-native/separator",
40
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325",
41
+ "comment": "Upgrade to React Native 0.71"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/separator",
46
+ "comment": "Bump @fluentui-react-native/framework to v0.10.0",
47
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/separator",
52
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.25.0",
53
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/separator",
58
+ "comment": "Bump @fluentui-react-native/use-styling to v0.10.0",
59
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Tue, 30 May 2023 20:34:15 GMT",
6
66
  "tag": "@fluentui-react-native/separator_v0.14.24",
7
67
  "version": "0.14.24",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui-react-native/separator
2
2
 
3
- This log was last generated on Tue, 30 May 2023 20:30:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Jun 2023 17:42:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.16.0
8
+
9
+ Mon, 12 Jun 2023 17:42:46 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Changes for treeshake to work (ayushsinghs@yahoo.in)
14
+ - Bump @fluentui-react-native/framework to v0.11.0
15
+ - Bump @fluentui-react-native/use-styling to v0.11.0
16
+
17
+ ## 0.15.0
18
+
19
+ Mon, 05 Jun 2023 19:26:24 GMT
20
+
21
+ ### Minor changes
22
+
23
+ - Upgrade to React Native 0.71 (sanajmi@microsoft.com)
24
+ - Bump @fluentui-react-native/framework to v0.10.0
25
+ - Bump @fluentui-react-native/theme-tokens to v0.25.0
26
+ - Bump @fluentui-react-native/use-styling to v0.10.0
27
+
7
28
  ## 0.14.24
8
29
 
9
- Tue, 30 May 2023 20:30:33 GMT
30
+ Tue, 30 May 2023 20:34:15 GMT
10
31
 
11
32
  ### Patches
12
33
 
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,qLAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,qLAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
package/lib/Separator.js CHANGED
@@ -9,6 +9,7 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
+ /** @jsxRuntime classic */
12
13
  /** @jsx withSlots */
13
14
  import { View } from 'react-native';
14
15
  import { compose, withSlots, mergeProps } from '@fluentui-react-native/framework';
@@ -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;AAGpC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAElF,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAEzC,MAAM,CAAC,IAAM,SAAS,GAAG,OAAO,qBAC9B,WAAW,EAAE,aAAa,IACvB,eAAe,KAClB,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EACrB,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,IACD,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,0BAA0B;AAC1B,qBAAqB;AACrB,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGpC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAElF,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAEzC,MAAM,CAAC,IAAM,SAAS,GAAG,OAAO,qBAC9B,WAAW,EAAE,aAAa,IACvB,eAAe,KAClB,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EACrB,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,IACD,CAAC;AAEH,eAAe,SAAS,CAAC"}
package/lib/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
- export type { SeparatorProps, SeparatorTokens, SeparatorType, separatorName } from './Separator.types';
1
+ export type { SeparatorProps, SeparatorTokens, SeparatorType } from './Separator.types';
2
+ export { separatorName } from './Separator.types';
2
3
  export { Separator } from './Separator';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvG,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
package/lib/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ export { separatorName } from './Separator.types';
1
2
  export { Separator } from './Separator';
2
3
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,qLAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,qLAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -12,6 +12,7 @@ var __assign = (this && this.__assign) || function () {
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.Separator = void 0;
15
+ /** @jsxRuntime classic */
15
16
  /** @jsx withSlots */
16
17
  var react_native_1 = require("react-native");
17
18
  var framework_1 = require("@fluentui-react-native/framework");
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,6CAAoC;AAGpC,8DAAkF;AAElF,yDAAsD;AAEtD,qDAAkD;AAElD,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAE5B,QAAA,SAAS,GAAG,IAAA,mBAAO,sBAC9B,WAAW,EAAE,+BAAa,IACvB,mCAAe,KAClB,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAI,EAAE,EACrB,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,IACD,CAAC;AAEH,kBAAe,iBAAS,CAAC"}
1
+ {"version":3,"file":"Separator.js","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,0BAA0B;AAC1B,qBAAqB;AACrB,6CAAoC;AAGpC,8DAAkF;AAElF,yDAAsD;AAEtD,qDAAkD;AAElD,IAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;AAE5B,QAAA,SAAS,GAAG,IAAA,mBAAO,sBAC9B,WAAW,EAAE,+BAAa,IACvB,mCAAe,KAClB,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAI,EAAE,EACrB,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,IACD,CAAC;AAEH,kBAAe,iBAAS,CAAC"}
@@ -1,3 +1,4 @@
1
- export type { SeparatorProps, SeparatorTokens, SeparatorType, separatorName } from './Separator.types';
1
+ export type { SeparatorProps, SeparatorTokens, SeparatorType } from './Separator.types';
2
+ export { separatorName } from './Separator.types';
2
3
  export { Separator } from './Separator';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvG,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Separator = void 0;
3
+ exports.Separator = exports.separatorName = void 0;
4
+ var Separator_types_1 = require("./Separator.types");
5
+ Object.defineProperty(exports, "separatorName", { enumerable: true, get: function () { return Separator_types_1.separatorName; } });
4
6
  var Separator_1 = require("./Separator");
5
7
  Object.defineProperty(exports, "Separator", { enumerable: true, get: function () { return Separator_1.Separator; } });
6
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,yCAAwC;AAA/B,sGAAA,SAAS,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,qDAAkD;AAAzC,gHAAA,aAAa,OAAA;AACtB,yCAAwC;AAA/B,sGAAA,SAAS,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/separator",
3
- "version": "0.14.24",
3
+ "version": "0.16.0",
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,21 +22,20 @@
22
22
  "directory": "packages/components/Separator"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": ">=0.9.10 <1.0.0",
26
- "@fluentui-react-native/theme-tokens": "^0.24.7",
27
- "@fluentui-react-native/use-styling": "^0.9.4"
25
+ "@fluentui-react-native/framework": ">=0.11.0 <1.0.0",
26
+ "@fluentui-react-native/theme-tokens": "^0.25.0",
27
+ "@fluentui-react-native/use-styling": "^0.11.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
31
31
  "@fluentui-react-native/scripts": "^0.1.1",
32
- "@office-iss/react-native-win32": "^0.68.0",
33
- "@types/react-native": "^0.68.0",
34
- "react": "17.0.2",
35
- "react-native": "^0.68.0"
32
+ "@office-iss/react-native-win32": "^0.71.0",
33
+ "react": "18.2.0",
34
+ "react-native": "^0.71.0"
36
35
  },
37
36
  "peerDependencies": {
38
- "react": "17.0.2",
39
- "react-native": "^0.68.0"
37
+ "react": "18.2.0",
38
+ "react-native": "^0.71.0"
40
39
  },
41
40
  "author": "",
42
41
  "license": "MIT",
@@ -47,7 +46,7 @@
47
46
  "microsoft/react-native"
48
47
  ],
49
48
  "requirements": [
50
- "react-native@0.68"
49
+ "react-native@0.71"
51
50
  ],
52
51
  "capabilities": [
53
52
  "core",
package/src/Separator.tsx CHANGED
@@ -1,3 +1,4 @@
1
+ /** @jsxRuntime classic */
1
2
  /** @jsx withSlots */
2
3
  import { View } from 'react-native';
3
4
 
@@ -3,7 +3,7 @@
3
3
  exports[`Separator all props & tokens 1`] = `
4
4
  <View
5
5
  style={
6
- Object {
6
+ {
7
7
  "borderColor": "red",
8
8
  "borderLeftWidth": 15,
9
9
  }
@@ -14,7 +14,7 @@ exports[`Separator all props & tokens 1`] = `
14
14
  exports[`Separator default 1`] = `
15
15
  <View
16
16
  style={
17
- Object {
17
+ {
18
18
  "borderTopWidth": 1,
19
19
  }
20
20
  }
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
- export type { SeparatorProps, SeparatorTokens, SeparatorType, separatorName } from './Separator.types';
1
+ export type { SeparatorProps, SeparatorTokens, SeparatorType } from './Separator.types';
2
+ export { separatorName } from './Separator.types';
2
3
  export { Separator } from './Separator';