@fluentui-react-native/separator 0.11.4 → 0.11.8

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,73 @@
2
2
  "name": "@fluentui-react-native/separator",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 17 Dec 2021 22:04:25 GMT",
5
+ "date": "Thu, 06 Jan 2022 21:27:02 GMT",
6
+ "tag": "@fluentui-react-native/separator_v0.11.8",
7
+ "version": "0.11.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/separator",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.7.8",
14
+ "commit": "06307699c93ffe31a57f8f1c1fb60beec83583e0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 21 Dec 2021 20:56:31 GMT",
21
+ "tag": "@fluentui-react-native/separator_v0.11.7",
22
+ "version": "0.11.7",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/separator",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.7.7",
29
+ "commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 20 Dec 2021 22:56:01 GMT",
36
+ "tag": "@fluentui-react-native/separator_v0.11.6",
37
+ "version": "0.11.6",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "ruaraki@microsoft.com",
42
+ "package": "@fluentui-react-native/separator",
43
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
44
+ "comment": "Add repository property to all package.json files"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/separator",
49
+ "comment": "Bump @fluentui-react-native/framework to v0.7.6",
50
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
57
+ "tag": "@fluentui-react-native/separator_v0.11.5",
58
+ "version": "0.11.5",
59
+ "comments": {
60
+ "patch": [
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui-react-native/separator",
64
+ "comment": "Bump @fluentui-react-native/framework to v0.7.5",
65
+ "commit": "38fe241a385ecd1ce4e51b5bcba57a9dd0426789"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Fri, 17 Dec 2021 22:06:58 GMT",
6
72
  "tag": "@fluentui-react-native/separator_v0.11.4",
7
73
  "version": "0.11.4",
8
74
  "comments": {
@@ -11,7 +77,7 @@
11
77
  "author": "beachball",
12
78
  "package": "@fluentui-react-native/separator",
13
79
  "comment": "Bump @fluentui-react-native/framework to v0.7.4",
14
- "commit": "b9ea5eb1409f37305169f75398fa7f41229cefbd"
80
+ "commit": "9dc61df83605c035822518c18cc46fb5503dff70"
15
81
  }
16
82
  ]
17
83
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui-react-native/separator
2
2
 
3
- This log was last generated on Fri, 17 Dec 2021 22:04:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Jan 2022 21:27:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.8
8
+
9
+ Thu, 06 Jan 2022 21:27:02 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.8
14
+
15
+ ## 0.11.7
16
+
17
+ Tue, 21 Dec 2021 20:56:31 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.7.7
22
+
23
+ ## 0.11.6
24
+
25
+ Mon, 20 Dec 2021 22:56:01 GMT
26
+
27
+ ### Patches
28
+
29
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
30
+ - Bump @fluentui-react-native/framework to v0.7.6
31
+
32
+ ## 0.11.5
33
+
34
+ Sat, 18 Dec 2021 04:15:05 GMT
35
+
36
+ ### Patches
37
+
38
+ - Bump @fluentui-react-native/framework to v0.7.5
39
+
7
40
  ## 0.11.4
8
41
 
9
- Fri, 17 Dec 2021 22:04:25 GMT
42
+ Fri, 17 Dec 2021 22:06:58 GMT
10
43
 
11
44
  ### Patches
12
45
 
@@ -1,7 +1,7 @@
1
1
  import { SeparatorProps, SeparatorTokens } from './Separator.types';
2
2
  export declare const separatorName = "Separator";
3
- export declare const Separator: import("@fluentui-react-native/composition").ComposeFactoryComponent<SeparatorProps, {
3
+ export declare const Separator: import("@fluentui-react-native/framework").ComposableComponent<SeparatorProps, {
4
4
  root: import("react-native").ViewProps;
5
- }, SeparatorTokens, import("@fluentui-react-native/framework").Theme, object>;
5
+ }, SeparatorTokens, object>;
6
6
  export default Separator;
7
7
  //# sourceMappingURL=Separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAiB,MAAM,mBAAmB,CAAC;AAGnF,eAAO,MAAM,aAAa,cAAc,CAAC;AAGzC,eAAO,MAAM,SAAS;;6EAoBpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAiB,MAAM,mBAAmB,CAAC;AAGnF,eAAO,MAAM,aAAa,cAAc,CAAC;AAGzC,eAAO,MAAM,SAAS;;2BAoBpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=Separator.types.js.map
package/lib/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ export * from './Separator.types';
1
2
  export * 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,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { SeparatorProps, SeparatorTokens } from './Separator.types';
2
2
  export declare const separatorName = "Separator";
3
- export declare const Separator: import("@fluentui-react-native/composition").ComposeFactoryComponent<SeparatorProps, {
3
+ export declare const Separator: import("@fluentui-react-native/framework").ComposableComponent<SeparatorProps, {
4
4
  root: import("react-native").ViewProps;
5
- }, SeparatorTokens, import("@fluentui-react-native/framework").Theme, object>;
5
+ }, SeparatorTokens, object>;
6
6
  export default Separator;
7
7
  //# sourceMappingURL=Separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAiB,MAAM,mBAAmB,CAAC;AAGnF,eAAO,MAAM,aAAa,cAAc,CAAC;AAGzC,eAAO,MAAM,SAAS;;6EAoBpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAiB,MAAM,mBAAmB,CAAC;AAGnF,eAAO,MAAM,aAAa,cAAc,CAAC;AAGzC,eAAO,MAAM,SAAS;;2BAoBpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -11,24 +11,25 @@ var __assign = (this && this.__assign) || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.Separator = exports.separatorName = void 0;
14
15
  /** @jsx withSlots */
15
16
  var react_native_1 = require("react-native");
16
17
  var framework_1 = require("@fluentui-react-native/framework");
17
18
  exports.separatorName = 'Separator';
18
19
  var propMask = { vertical: undefined };
19
- exports.Separator = framework_1.compose({
20
+ exports.Separator = (0, framework_1.compose)({
20
21
  displayName: exports.separatorName,
21
22
  tokens: [{ separatorWidth: 1 }, exports.separatorName],
22
23
  tokensThatAreAlsoProps: ['vertical'],
23
24
  slotProps: {
24
- root: framework_1.buildProps(function (tokens) { return ({
25
+ root: (0, framework_1.buildProps)(function (tokens) { return ({
25
26
  style: __assign(__assign({}, (tokens.vertical ? { borderLeftWidth: tokens.separatorWidth } : { borderTopWidth: tokens.separatorWidth })), (tokens.color && { borderColor: tokens.color })),
26
27
  }); }, ['color', 'vertical', 'separatorWidth']),
27
28
  },
28
29
  slots: { root: react_native_1.View },
29
30
  render: function (props, useSlots) {
30
31
  var Root = useSlots(props).root;
31
- return function (rest, children) { return framework_1.withSlots(Root, __assign({}, framework_1.mergeProps(props, rest, propMask)), children); };
32
+ return function (rest, children) { return (0, framework_1.withSlots)(Root, __assign({}, (0, framework_1.mergeProps)(props, rest, propMask)), children); };
32
33
  },
33
34
  });
34
35
  exports.default = exports.Separator;
@@ -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,mBAAO,CAAgB;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,sBAAU,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,mBAAI,EAAE;IACrB,MAAM,EAAE,UAAC,KAAqB,EAAE,QAAiC;QAC/D,IAAM,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC;QAClC,OAAO,UAAC,IAAoB,EAAE,QAAyB,IAAK,OAAA,sBAAC,IAAI,eAAK,sBAAU,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAQ,EAA9D,CAA8D,CAAC;IAC7H,CAAC;CACF,CAAC,CAAC;AAEH,kBAAe,iBAAS,CAAC"}
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,MAAM,EAAE,UAAC,KAAqB,EAAE,QAAiC;QAC/D,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"}
@@ -1,9 +1,21 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
2
14
  var __importStar = (this && this.__importStar) || function (mod) {
3
15
  if (mod && mod.__esModule) return mod;
4
16
  var result = {};
5
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
6
- result["default"] = mod;
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
7
19
  return result;
8
20
  };
9
21
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +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"}
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"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
- function __export(m) {
3
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4
- }
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
5
12
  Object.defineProperty(exports, "__esModule", { value: true });
6
- __export(require("./Separator"));
13
+ __exportStar(require("./Separator.types"), exports);
14
+ __exportStar(require("./Separator"), exports);
7
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;AACA,iCAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAkC;AAClC,8CAA4B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/separator",
3
- "version": "0.11.4",
3
+ "version": "0.11.8",
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",
@@ -16,8 +16,13 @@
16
16
  "prettier": "fluentui-scripts prettier",
17
17
  "prettier-fix": "fluentui-scripts prettier --fix true"
18
18
  },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/microsoft/fluentui-react-native.git",
22
+ "directory": "packages/components/Separator"
23
+ },
19
24
  "dependencies": {
20
- "@fluentui-react-native/framework": ">=0.7.4 <1.0.0"
25
+ "@fluentui-react-native/framework": ">=0.7.8 <1.0.0"
21
26
  },
22
27
  "devDependencies": {
23
28
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",