@fluentui-react-native/experimental-activity-indicator 0.6.23 → 0.7.1

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,37 @@
2
2
  "name": "@fluentui-react-native/experimental-activity-indicator",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 06 Dec 2022 00:44:15 GMT",
5
+ "date": "Tue, 06 Dec 2022 16:57:13 GMT",
6
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.7.1",
7
+ "version": "0.7.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-activity-indicator",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.8.24",
14
+ "commit": "fd3173a08209d19f2ba01d34348767dbf49624bd"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 06 Dec 2022 02:02:55 GMT",
21
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.7.0",
22
+ "version": "0.7.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "winlarry@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-activity-indicator",
28
+ "commit": "d64b7100cfa70fd9763d2c593ee606bc899801ee",
29
+ "comment": "Bump react-native-svg: 12.3.0 -> 12.5.0"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 06 Dec 2022 00:46:41 GMT",
6
36
  "tag": "@fluentui-react-native/experimental-activity-indicator_v0.6.23",
7
37
  "version": "0.6.23",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui-react-native/experimental-activity-indicator
2
2
 
3
- This log was last generated on Tue, 06 Dec 2022 00:44:15 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 06 Dec 2022 16:57:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.1
8
+
9
+ Tue, 06 Dec 2022 16:57:13 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.8.24
14
+
15
+ ## 0.7.0
16
+
17
+ Tue, 06 Dec 2022 02:02:55 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Bump react-native-svg: 12.3.0 -> 12.5.0 (winlarry@microsoft.com)
22
+
7
23
  ## 0.6.23
8
24
 
9
- Tue, 06 Dec 2022 00:44:15 GMT
25
+ Tue, 06 Dec 2022 00:46:41 GMT
10
26
 
11
27
  ### Patches
12
28
 
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { Animated } from 'react-native';
2
+ import { Svg } from 'react-native-svg';
3
3
  import { ActivityIndicatorProps } from './ActivityIndicator.types';
4
- export declare const AnimatedSvg: Animated.AnimatedComponent<import("react").ComponentClass<import("react-native-svg").SvgProps, any>>;
4
+ export declare const AnimatedSvg: Animated.AnimatedComponent<typeof Svg>;
5
5
  export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").FluentActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens, object>;
6
6
  //# sourceMappingURL=ActivityIndicator.mobile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ActivityIndicator.mobile.d.ts","sourceRoot":"","sources":["../src/ActivityIndicator.mobile.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AAGtD,OAAO,EAAyB,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcvH,eAAO,MAAM,WAAW,sGAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,mOAiG5B,CAAC"}
1
+ {"version":3,"file":"ActivityIndicator.mobile.d.ts","sourceRoot":"","sources":["../src/ActivityIndicator.mobile.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAyB,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcvH,eAAO,MAAM,WAAW,wCAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,mOAiG5B,CAAC"}
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { Animated } from 'react-native';
2
+ import { Svg } from 'react-native-svg';
3
3
  import { ActivityIndicatorProps } from './ActivityIndicator.types';
4
- export declare const AnimatedSvg: Animated.AnimatedComponent<import("react").ComponentClass<import("react-native-svg").SvgProps, any>>;
4
+ export declare const AnimatedSvg: Animated.AnimatedComponent<typeof Svg>;
5
5
  export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").FluentActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens, object>;
6
6
  //# sourceMappingURL=ActivityIndicator.mobile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ActivityIndicator.mobile.d.ts","sourceRoot":"","sources":["../src/ActivityIndicator.mobile.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AAGtD,OAAO,EAAyB,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcvH,eAAO,MAAM,WAAW,sGAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,mOAiG5B,CAAC"}
1
+ {"version":3,"file":"ActivityIndicator.mobile.d.ts","sourceRoot":"","sources":["../src/ActivityIndicator.mobile.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAyB,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcvH,eAAO,MAAM,WAAW,wCAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,mOAiG5B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-activity-indicator",
3
- "version": "0.6.23",
3
+ "version": "0.7.1",
4
4
  "description": "A cross-platform Fluent Activity Indicator component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,9 +22,9 @@
22
22
  "directory": "packages/experimental/ActivityIndicator"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.8.23",
25
+ "@fluentui-react-native/framework": "0.8.24",
26
26
  "assert-never": "^1.2.1",
27
- "react-native-svg": "12.3.0"
27
+ "react-native-svg": "12.5.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",