@fluentui-react-native/win32-theme 0.14.14 → 0.14.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,52 @@
2
2
  "name": "@fluentui-react-native/win32-theme",
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/win32-theme_v0.14.15",
7
+ "version": "0.14.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/win32-theme",
13
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed",
14
+ "comment": "Ban `export *` in index files for better tree-shakeability"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/win32-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.13",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/win32-theme",
25
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.13.2",
26
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/win32-theme",
31
+ "comment": "Bump @fluentui-react-native/theme-types to v0.14.1",
32
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/win32-theme",
37
+ "comment": "Bump @fluentui-react-native/theme to v0.6.6",
38
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/win32-theme",
43
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.9.2",
44
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 23 Mar 2022 17:24:05 GMT",
6
51
  "tag": "@fluentui-react-native/win32-theme_v0.14.14",
7
52
  "version": "0.14.14",
8
53
  "comments": {
@@ -17,19 +62,19 @@
17
62
  "author": "beachball",
18
63
  "package": "@fluentui-react-native/win32-theme",
19
64
  "comment": "Bump @fluentui-react-native/default-theme to v0.9.12",
20
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
65
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
21
66
  },
22
67
  {
23
68
  "author": "beachball",
24
69
  "package": "@fluentui-react-native/win32-theme",
25
70
  "comment": "Bump @fluentui-react-native/theme-tokens to v0.13.1",
26
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
71
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
27
72
  },
28
73
  {
29
74
  "author": "beachball",
30
75
  "package": "@fluentui-react-native/win32-theme",
31
76
  "comment": "Bump @fluentui-react-native/theming-utils to v0.9.1",
32
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
77
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
33
78
  }
34
79
  ]
35
80
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui-react-native/win32-theme
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.14.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 @fluentui-react-native/default-theme to v0.9.13
15
+ - Bump @fluentui-react-native/theme-tokens to v0.13.2
16
+ - Bump @fluentui-react-native/theme-types to v0.14.1
17
+ - Bump @fluentui-react-native/theme to v0.6.6
18
+ - Bump @fluentui-react-native/theming-utils to v0.9.2
19
+
7
20
  ## 0.14.14
8
21
 
9
- Wed, 23 Mar 2022 17:22:10 GMT
22
+ Wed, 23 Mar 2022 17:24:05 GMT
10
23
 
11
24
  ### Patches
12
25
 
package/lib/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
- export * from './createOfficeTheme';
2
- export * from './createPartialOfficeTheme';
3
- export * from './NativeModule/index';
4
- export * from './paletteFromOfficeColors';
5
- export * from './createOfficeAliasTokens';
6
- export * from './createBrandedThemeWithAlias';
1
+ export { createOfficeTheme } from './createOfficeTheme';
2
+ export { createPartialOfficeTheme } from './createPartialOfficeTheme';
3
+ export { fallbackGetPalette, fallbackOfficeModule, getThemingModule } from './NativeModule/index';
4
+ export type { CxxException, IEventEmitter, NativeColorNames, NativeColorRamps, OfficeThemingModule, PlatformDefaultsChangedArgs, PlatformDefaultsChangedCallback, } from './NativeModule/index';
5
+ export { paletteFromOfficeColors } from './paletteFromOfficeColors';
6
+ export { createOfficeAliasTokens } from './createOfficeAliasTokens';
7
+ export { createBrandedThemeWithAlias, getCurrentBrandAliasTokens } from './createBrandedThemeWithAlias';
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,YAAY,EACV,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,2BAA2B,EAC3B,+BAA+B,GAChC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC"}
package/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from './createOfficeTheme';
2
- export * from './createPartialOfficeTheme';
3
- export * from './NativeModule/index';
4
- export * from './paletteFromOfficeColors';
5
- export * from './createOfficeAliasTokens';
6
- export * from './createBrandedThemeWithAlias';
1
+ export { createOfficeTheme } from './createOfficeTheme';
2
+ export { createPartialOfficeTheme } from './createPartialOfficeTheme';
3
+ export { fallbackGetPalette, fallbackOfficeModule, getThemingModule } from './NativeModule/index';
4
+ export { paletteFromOfficeColors } from './paletteFromOfficeColors';
5
+ export { createOfficeAliasTokens } from './createOfficeAliasTokens';
6
+ export { createBrandedThemeWithAlias, getCurrentBrandAliasTokens } from './createBrandedThemeWithAlias';
7
7
  //# 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,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAUlG,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC"}
@@ -1,7 +1,8 @@
1
- export * from './createOfficeTheme';
2
- export * from './createPartialOfficeTheme';
3
- export * from './NativeModule/index';
4
- export * from './paletteFromOfficeColors';
5
- export * from './createOfficeAliasTokens';
6
- export * from './createBrandedThemeWithAlias';
1
+ export { createOfficeTheme } from './createOfficeTheme';
2
+ export { createPartialOfficeTheme } from './createPartialOfficeTheme';
3
+ export { fallbackGetPalette, fallbackOfficeModule, getThemingModule } from './NativeModule/index';
4
+ export type { CxxException, IEventEmitter, NativeColorNames, NativeColorRamps, OfficeThemingModule, PlatformDefaultsChangedArgs, PlatformDefaultsChangedCallback, } from './NativeModule/index';
5
+ export { paletteFromOfficeColors } from './paletteFromOfficeColors';
6
+ export { createOfficeAliasTokens } from './createOfficeAliasTokens';
7
+ export { createBrandedThemeWithAlias, getCurrentBrandAliasTokens } from './createBrandedThemeWithAlias';
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,YAAY,EACV,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,2BAA2B,EAC3B,+BAA+B,GAChC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC"}
@@ -1,10 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- var tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./createOfficeTheme"), exports);
5
- (0, tslib_1.__exportStar)(require("./createPartialOfficeTheme"), exports);
6
- (0, tslib_1.__exportStar)(require("./NativeModule/index"), exports);
7
- (0, tslib_1.__exportStar)(require("./paletteFromOfficeColors"), exports);
8
- (0, tslib_1.__exportStar)(require("./createOfficeAliasTokens"), exports);
9
- (0, tslib_1.__exportStar)(require("./createBrandedThemeWithAlias"), exports);
3
+ exports.getCurrentBrandAliasTokens = exports.createBrandedThemeWithAlias = exports.createOfficeAliasTokens = exports.paletteFromOfficeColors = exports.getThemingModule = exports.fallbackOfficeModule = exports.fallbackGetPalette = exports.createPartialOfficeTheme = exports.createOfficeTheme = void 0;
4
+ var createOfficeTheme_1 = require("./createOfficeTheme");
5
+ Object.defineProperty(exports, "createOfficeTheme", { enumerable: true, get: function () { return createOfficeTheme_1.createOfficeTheme; } });
6
+ var createPartialOfficeTheme_1 = require("./createPartialOfficeTheme");
7
+ Object.defineProperty(exports, "createPartialOfficeTheme", { enumerable: true, get: function () { return createPartialOfficeTheme_1.createPartialOfficeTheme; } });
8
+ var index_1 = require("./NativeModule/index");
9
+ Object.defineProperty(exports, "fallbackGetPalette", { enumerable: true, get: function () { return index_1.fallbackGetPalette; } });
10
+ Object.defineProperty(exports, "fallbackOfficeModule", { enumerable: true, get: function () { return index_1.fallbackOfficeModule; } });
11
+ Object.defineProperty(exports, "getThemingModule", { enumerable: true, get: function () { return index_1.getThemingModule; } });
12
+ var paletteFromOfficeColors_1 = require("./paletteFromOfficeColors");
13
+ Object.defineProperty(exports, "paletteFromOfficeColors", { enumerable: true, get: function () { return paletteFromOfficeColors_1.paletteFromOfficeColors; } });
14
+ var createOfficeAliasTokens_1 = require("./createOfficeAliasTokens");
15
+ Object.defineProperty(exports, "createOfficeAliasTokens", { enumerable: true, get: function () { return createOfficeAliasTokens_1.createOfficeAliasTokens; } });
16
+ var createBrandedThemeWithAlias_1 = require("./createBrandedThemeWithAlias");
17
+ Object.defineProperty(exports, "createBrandedThemeWithAlias", { enumerable: true, get: function () { return createBrandedThemeWithAlias_1.createBrandedThemeWithAlias; } });
18
+ Object.defineProperty(exports, "getCurrentBrandAliasTokens", { enumerable: true, get: function () { return createBrandedThemeWithAlias_1.getCurrentBrandAliasTokens; } });
10
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mEAAoC;AACpC,0EAA2C;AAC3C,oEAAqC;AACrC,yEAA0C;AAC1C,yEAA0C;AAC1C,6EAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,8CAAkG;AAAzF,2GAAA,kBAAkB,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAUnE,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6EAAwG;AAA/F,0IAAA,2BAA2B,OAAA;AAAE,yIAAA,0BAA0B,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
- "version": "0.14.14",
3
+ "version": "0.14.15",
4
4
  "description": "Win32 office theme that works with the theming native module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,12 +27,12 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": ">=0.9.12 <1.0.0",
30
+ "@fluentui-react-native/default-theme": ">=0.9.13 <1.0.0",
31
31
  "@fluentui-react-native/memo-cache": "^1.1.7",
32
- "@fluentui-react-native/theme-tokens": ">=0.13.1 <1.0.0",
33
- "@fluentui-react-native/theme-types": ">=0.14.0 <1.0.0",
34
- "@fluentui-react-native/theme": ">=0.6.5 <1.0.0",
35
- "@fluentui-react-native/theming-utils": ">=0.9.1 <1.0.0",
32
+ "@fluentui-react-native/theme-tokens": ">=0.13.2 <1.0.0",
33
+ "@fluentui-react-native/theme-types": ">=0.14.1 <1.0.0",
34
+ "@fluentui-react-native/theme": ">=0.6.6 <1.0.0",
35
+ "@fluentui-react-native/theming-utils": ">=0.9.2 <1.0.0",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "devDependencies": {
package/src/index.ts CHANGED
@@ -1,6 +1,15 @@
1
- export * from './createOfficeTheme';
2
- export * from './createPartialOfficeTheme';
3
- export * from './NativeModule/index';
4
- export * from './paletteFromOfficeColors';
5
- export * from './createOfficeAliasTokens';
6
- export * from './createBrandedThemeWithAlias';
1
+ export { createOfficeTheme } from './createOfficeTheme';
2
+ export { createPartialOfficeTheme } from './createPartialOfficeTheme';
3
+ export { fallbackGetPalette, fallbackOfficeModule, getThemingModule } from './NativeModule/index';
4
+ export type {
5
+ CxxException,
6
+ IEventEmitter,
7
+ NativeColorNames,
8
+ NativeColorRamps,
9
+ OfficeThemingModule,
10
+ PlatformDefaultsChangedArgs,
11
+ PlatformDefaultsChangedCallback,
12
+ } from './NativeModule/index';
13
+ export { paletteFromOfficeColors } from './paletteFromOfficeColors';
14
+ export { createOfficeAliasTokens } from './createOfficeAliasTokens';
15
+ export { createBrandedThemeWithAlias, getCurrentBrandAliasTokens } from './createBrandedThemeWithAlias';