@fluentui-react-native/experimental-shadow 0.3.0 → 0.4.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,34 @@
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 05 Jun 2023 19:19:48 GMT",
5
+ "date": "Mon, 12 Jun 2023 17:42:46 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shadow_v0.4.0",
7
+ "version": "0.4.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "ayushsinghs@yahoo.in",
12
+ "package": "@fluentui-react-native/experimental-shadow",
13
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77",
14
+ "comment": "Changes for treeshake to work"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-shadow",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.11.0",
20
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-shadow",
25
+ "comment": "Bump @fluentui-react-native/pressable to v0.10.1",
26
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 05 Jun 2023 19:26:23 GMT",
6
33
  "tag": "@fluentui-react-native/experimental-shadow_v0.3.0",
7
34
  "version": "0.3.0",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shadow
2
2
 
3
- This log was last generated on Mon, 05 Jun 2023 19:19:48 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.4.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/pressable to v0.10.1
16
+
7
17
  ## 0.3.0
8
18
 
9
- Mon, 05 Jun 2023 19:19:48 GMT
19
+ Mon, 05 Jun 2023 19:26:23 GMT
10
20
 
11
21
  ### Minor changes
12
22
 
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { Shadow } from './Shadow';
2
- export { ShadowProps } from './Shadow.types';
2
+ export type { ShadowProps } from './Shadow.types';
3
3
  export { getShadowTokenStyleSet } from './shadowStyle';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export { Shadow } from './Shadow';
2
- export { ShadowProps } from './Shadow.types';
2
+ export type { ShadowProps } from './Shadow.types';
3
3
  export { getShadowTokenStyleSet } from './shadowStyle';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shadow",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "A cross-platform Shadow component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,8 +22,8 @@
22
22
  "directory": "packages/experimental/Shadow"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.10.0",
26
- "@fluentui-react-native/pressable": "0.10.0",
25
+ "@fluentui-react-native/framework": "0.11.0",
26
+ "@fluentui-react-native/pressable": "0.10.1",
27
27
  "@fluentui-react-native/theme-types": "0.32.0"
28
28
  },
29
29
  "devDependencies": {
package/src/index.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { Shadow } from './Shadow';
2
- export { ShadowProps } from './Shadow.types';
2
+ export type { ShadowProps } from './Shadow.types';
3
3
  export { getShadowTokenStyleSet } from './shadowStyle';