@fluentui-react-native/experimental-shimmer 0.8.18 → 0.8.20

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,49 @@
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 03 Feb 2023 01:47:30 GMT",
5
+ "date": "Tue, 14 Feb 2023 22:21:51 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.8.20",
7
+ "version": "0.8.20",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "saadnajmi2@gmail.com",
12
+ "package": "@fluentui-react-native/experimental-shimmer",
13
+ "commit": "c1495153e7ee9eeb66cfc822c9f73436bbf2e7df",
14
+ "comment": "Copy Android tokens to iOS"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 11 Feb 2023 01:32:30 GMT",
21
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.8.19",
22
+ "version": "0.8.19",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-shimmer",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.9.1",
29
+ "commit": "271dc7378669e31e355a4ca8f131a96872d8049a"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-shimmer",
34
+ "comment": "Bump @fluentui-react-native/tokens to v0.20.8",
35
+ "commit": "271dc7378669e31e355a4ca8f131a96872d8049a"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-shimmer",
40
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.23.3",
41
+ "commit": "271dc7378669e31e355a4ca8f131a96872d8049a"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 03 Feb 2023 01:49:36 GMT",
6
48
  "tag": "@fluentui-react-native/experimental-shimmer_v0.8.18",
7
49
  "version": "0.8.18",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Fri, 03 Feb 2023 01:47:30 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Feb 2023 22:21:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.20
8
+
9
+ Tue, 14 Feb 2023 22:21:51 GMT
10
+
11
+ ### Patches
12
+
13
+ - Copy Android tokens to iOS (saadnajmi2@gmail.com)
14
+
15
+ ## 0.8.19
16
+
17
+ Sat, 11 Feb 2023 01:32:30 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.9.1
22
+ - Bump @fluentui-react-native/tokens to v0.20.8
23
+ - Bump @fluentui-react-native/theming-utils to v0.23.3
24
+
7
25
  ## 0.8.18
8
26
 
9
- Fri, 03 Feb 2023 01:47:30 GMT
27
+ Fri, 03 Feb 2023 01:49:36 GMT
10
28
 
11
29
  ### Patches
12
30
 
@@ -1,5 +1,2 @@
1
- import type { Theme } from '@fluentui-react-native/framework';
2
- import type { ShimmerTokens } from './Shimmer.types';
3
- import type { TokenSettings } from '@fluentui-react-native/use-styling';
4
- export declare const defaultShimmerTokens: TokenSettings<ShimmerTokens, Theme>;
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
5
2
  //# sourceMappingURL=ShimmerTokens.android.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShimmerTokens.android.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAAC,aAAa,EAAE,KAAK,CAShD,CAAC"}
1
+ {"version":3,"file":"ShimmerTokens.android.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1,12 +1,2 @@
1
- export var defaultShimmerTokens = function (theme) {
2
- return ({
3
- angle: 45,
4
- delay: 0,
5
- duration: 1000,
6
- shimmerColor: theme.colors.neutralStencil1,
7
- shimmerColorOpacity: 1,
8
- shimmerWaveColor: theme.colors.neutralStencil2,
9
- shimmerWaveColorOpacity: 1,
10
- });
11
- };
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
12
2
  //# sourceMappingURL=ShimmerTokens.android.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShimmerTokens.android.js","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,IAAM,oBAAoB,GAAwC,UAAC,KAAY;IACpF,OAAA,CAAC;QACC,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,IAAI;QACd,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC1C,mBAAmB,EAAE,CAAC;QACtB,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC9C,uBAAuB,EAAE,CAAC;KACT,CAAA;AARnB,CAQmB,CAAC"}
1
+ {"version":3,"file":"ShimmerTokens.android.js","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
2
+ //# sourceMappingURL=ShimmerTokens.ios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.ios.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
2
+ //# sourceMappingURL=ShimmerTokens.ios.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.ios.js","sourceRoot":"","sources":["../src/ShimmerTokens.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { Theme } from '@fluentui-react-native/framework';
2
+ import type { ShimmerTokens } from './Shimmer.types';
3
+ import type { TokenSettings } from '@fluentui-react-native/use-styling';
4
+ export declare const defaultShimmerTokens: TokenSettings<ShimmerTokens, Theme>;
5
+ //# sourceMappingURL=ShimmerTokens.mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.mobile.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.mobile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAAC,aAAa,EAAE,KAAK,CAShD,CAAC"}
@@ -0,0 +1,12 @@
1
+ export var defaultShimmerTokens = function (theme) {
2
+ return ({
3
+ angle: 45,
4
+ delay: 0,
5
+ duration: 1000,
6
+ shimmerColor: theme.colors.neutralStencil1,
7
+ shimmerColorOpacity: 1,
8
+ shimmerWaveColor: theme.colors.neutralStencil2,
9
+ shimmerWaveColorOpacity: 1,
10
+ });
11
+ };
12
+ //# sourceMappingURL=ShimmerTokens.mobile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.mobile.js","sourceRoot":"","sources":["../src/ShimmerTokens.mobile.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,IAAM,oBAAoB,GAAwC,UAAC,KAAY;IACpF,OAAA,CAAC;QACC,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,IAAI;QACd,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC1C,mBAAmB,EAAE,CAAC;QACtB,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC9C,uBAAuB,EAAE,CAAC;KACT,CAAA;AARnB,CAQmB,CAAC"}
@@ -1,5 +1,2 @@
1
- import type { Theme } from '@fluentui-react-native/framework';
2
- import type { ShimmerTokens } from './Shimmer.types';
3
- import type { TokenSettings } from '@fluentui-react-native/use-styling';
4
- export declare const defaultShimmerTokens: TokenSettings<ShimmerTokens, Theme>;
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
5
2
  //# sourceMappingURL=ShimmerTokens.android.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShimmerTokens.android.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAAC,aAAa,EAAE,KAAK,CAShD,CAAC"}
1
+ {"version":3,"file":"ShimmerTokens.android.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1,16 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultShimmerTokens = void 0;
4
- var defaultShimmerTokens = function (theme) {
5
- return ({
6
- angle: 45,
7
- delay: 0,
8
- duration: 1000,
9
- shimmerColor: theme.colors.neutralStencil1,
10
- shimmerColorOpacity: 1,
11
- shimmerWaveColor: theme.colors.neutralStencil2,
12
- shimmerWaveColorOpacity: 1,
13
- });
14
- };
15
- exports.defaultShimmerTokens = defaultShimmerTokens;
4
+ var ShimmerTokens_mobile_1 = require("./ShimmerTokens.mobile");
5
+ Object.defineProperty(exports, "defaultShimmerTokens", { enumerable: true, get: function () { return ShimmerTokens_mobile_1.defaultShimmerTokens; } });
16
6
  //# sourceMappingURL=ShimmerTokens.android.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShimmerTokens.android.js","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":";;;AAIO,IAAM,oBAAoB,GAAwC,UAAC,KAAY;IACpF,OAAA,CAAC;QACC,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,IAAI;QACd,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC1C,mBAAmB,EAAE,CAAC;QACtB,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC9C,uBAAuB,EAAE,CAAC;KACT,CAAA;AARnB,CAQmB,CAAC;AATT,QAAA,oBAAoB,wBASX"}
1
+ {"version":3,"file":"ShimmerTokens.android.js","sourceRoot":"","sources":["../src/ShimmerTokens.android.ts"],"names":[],"mappings":";;;AAAA,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}
@@ -0,0 +1,2 @@
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
2
+ //# sourceMappingURL=ShimmerTokens.ios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.ios.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.defaultShimmerTokens = void 0;
4
+ var ShimmerTokens_mobile_1 = require("./ShimmerTokens.mobile");
5
+ Object.defineProperty(exports, "defaultShimmerTokens", { enumerable: true, get: function () { return ShimmerTokens_mobile_1.defaultShimmerTokens; } });
6
+ //# sourceMappingURL=ShimmerTokens.ios.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.ios.js","sourceRoot":"","sources":["../src/ShimmerTokens.ios.ts"],"names":[],"mappings":";;;AAAA,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}
@@ -0,0 +1,5 @@
1
+ import type { Theme } from '@fluentui-react-native/framework';
2
+ import type { ShimmerTokens } from './Shimmer.types';
3
+ import type { TokenSettings } from '@fluentui-react-native/use-styling';
4
+ export declare const defaultShimmerTokens: TokenSettings<ShimmerTokens, Theme>;
5
+ //# sourceMappingURL=ShimmerTokens.mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.mobile.d.ts","sourceRoot":"","sources":["../src/ShimmerTokens.mobile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAAC,aAAa,EAAE,KAAK,CAShD,CAAC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.defaultShimmerTokens = void 0;
4
+ var defaultShimmerTokens = function (theme) {
5
+ return ({
6
+ angle: 45,
7
+ delay: 0,
8
+ duration: 1000,
9
+ shimmerColor: theme.colors.neutralStencil1,
10
+ shimmerColorOpacity: 1,
11
+ shimmerWaveColor: theme.colors.neutralStencil2,
12
+ shimmerWaveColorOpacity: 1,
13
+ });
14
+ };
15
+ exports.defaultShimmerTokens = defaultShimmerTokens;
16
+ //# sourceMappingURL=ShimmerTokens.mobile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShimmerTokens.mobile.js","sourceRoot":"","sources":["../src/ShimmerTokens.mobile.ts"],"names":[],"mappings":";;;AAIO,IAAM,oBAAoB,GAAwC,UAAC,KAAY;IACpF,OAAA,CAAC;QACC,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,IAAI;QACd,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC1C,mBAAmB,EAAE,CAAC;QACtB,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe;QAC9C,uBAAuB,EAAE,CAAC;KACT,CAAA;AARnB,CAQmB,CAAC;AATT,QAAA,oBAAoB,wBASX"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
- "version": "0.8.18",
3
+ "version": "0.8.20",
4
4
  "description": "A cross-platform Fluent Shimmer component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,9 +22,9 @@
22
22
  "directory": "packages/experimental/Shimmer"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.9.0",
26
- "@fluentui-react-native/tokens": ">=0.20.7 <1.0.0",
27
- "@fluentui-react-native/theming-utils": ">=0.23.2 <1.0.0",
25
+ "@fluentui-react-native/framework": "0.9.1",
26
+ "@fluentui-react-native/tokens": ">=0.20.8 <1.0.0",
27
+ "@fluentui-react-native/theming-utils": ">=0.23.3 <1.0.0",
28
28
  "@fluentui-react-native/component-cache": "^1.4.3",
29
29
  "@fluentui-react-native/use-styling": "^0.9.3"
30
30
  },
@@ -1,14 +1 @@
1
- import type { Theme } from '@fluentui-react-native/framework';
2
- import type { ShimmerTokens } from './Shimmer.types';
3
- import type { TokenSettings } from '@fluentui-react-native/use-styling';
4
-
5
- export const defaultShimmerTokens: TokenSettings<ShimmerTokens, Theme> = (theme: Theme) =>
6
- ({
7
- angle: 45,
8
- delay: 0,
9
- duration: 1000,
10
- shimmerColor: theme.colors.neutralStencil1,
11
- shimmerColorOpacity: 1,
12
- shimmerWaveColor: theme.colors.neutralStencil2,
13
- shimmerWaveColorOpacity: 1,
14
- } as ShimmerTokens);
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
@@ -0,0 +1 @@
1
+ export { defaultShimmerTokens } from './ShimmerTokens.mobile';
@@ -0,0 +1,14 @@
1
+ import type { Theme } from '@fluentui-react-native/framework';
2
+ import type { ShimmerTokens } from './Shimmer.types';
3
+ import type { TokenSettings } from '@fluentui-react-native/use-styling';
4
+
5
+ export const defaultShimmerTokens: TokenSettings<ShimmerTokens, Theme> = (theme: Theme) =>
6
+ ({
7
+ angle: 45,
8
+ delay: 0,
9
+ duration: 1000,
10
+ shimmerColor: theme.colors.neutralStencil1,
11
+ shimmerColorOpacity: 1,
12
+ shimmerWaveColor: theme.colors.neutralStencil2,
13
+ shimmerWaveColorOpacity: 1,
14
+ } as ShimmerTokens);