@fluentui-react-native/text 0.11.14 → 0.11.15

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,40 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 23 Mar 2022 17:22:10 GMT",
5
+ "date": "Thu, 31 Mar 2022 07:25:44 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.11.15",
7
+ "version": "0.11.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/text",
13
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed",
14
+ "comment": "Ban `export *` in index files for better tree-shakeability"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/text",
19
+ "comment": "Bump @uifabricshared/foundation-compose to v1.11.13",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/text",
25
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.5",
26
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/text",
31
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.9",
32
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 23 Mar 2022 17:24:05 GMT",
6
39
  "tag": "@fluentui-react-native/text_v0.11.14",
7
40
  "version": "0.11.14",
8
41
  "comments": {
@@ -11,7 +44,7 @@
11
44
  "author": "beachball",
12
45
  "package": "@fluentui-react-native/text",
13
46
  "comment": "Bump @uifabricshared/foundation-compose to v1.11.12",
14
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
47
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
15
48
  }
16
49
  ]
17
50
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Wed, 23 Mar 2022 17:22:10 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Mar 2022 07:25:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.11.15
8
+
9
+ Thu, 31 Mar 2022 07:25:44 GMT
10
+
11
+ ### Patches
12
+
13
+ - Ban `export *` in index files for better tree-shakeability (4123478+tido64@users.noreply.github.com)
14
+ - Bump @uifabricshared/foundation-compose to v1.11.13
15
+ - Bump @fluentui-react-native/adapters to v0.8.5
16
+ - Bump @fluentui-react-native/tokens to v0.11.9
17
+
7
18
  ## 0.11.14
8
19
 
9
- Wed, 23 Mar 2022 17:22:10 GMT
20
+ Wed, 23 Mar 2022 17:24:05 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/lib/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
- export * from './Text.types';
2
- export * from './Text';
1
+ export { textName } from './Text.types';
2
+ export type { ITextProps, ITextType } from './Text.types';
3
+ export { Text } from './Text';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
package/lib/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from './Text.types';
2
- export * from './Text';
1
+ export { textName } from './Text.types';
2
+ export { Text } from './Text';
3
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":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,3 +1,4 @@
1
- export * from './Text.types';
2
- export * from './Text';
1
+ export { textName } from './Text.types';
2
+ export type { ITextProps, ITextType } from './Text.types';
3
+ export { Text } from './Text';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,15 +1,8 @@
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 __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
- };
12
2
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./Text.types"), exports);
14
- __exportStar(require("./Text"), exports);
3
+ exports.Text = exports.textName = void 0;
4
+ var Text_types_1 = require("./Text.types");
5
+ Object.defineProperty(exports, "textName", { enumerable: true, get: function () { return Text_types_1.textName; } });
6
+ var Text_1 = require("./Text");
7
+ Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
15
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA6B;AAC7B,yCAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AAA/B,sGAAA,QAAQ,OAAA;AAEjB,+BAA8B;AAArB,4FAAA,IAAI,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.11.14",
3
+ "version": "0.11.15",
4
4
  "description": "A cross-platform Text component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,9 +22,9 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.11.12",
26
- "@fluentui-react-native/adapters": ">=0.8.4 <1.0.0",
27
- "@fluentui-react-native/tokens": ">=0.11.8 <1.0.0"
25
+ "@uifabricshared/foundation-compose": "^1.11.13",
26
+ "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
27
+ "@fluentui-react-native/tokens": ">=0.11.9 <1.0.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
- export * from './Text.types';
2
- export * from './Text';
1
+ export { textName } from './Text.types';
2
+ export type { ITextProps, ITextType } from './Text.types';
3
+ export { Text } from './Text';