@fluentui-react-native/experimental-activity-indicator 0.10.6 → 0.10.7
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 +29 -11
- package/CHANGELOG.md +5 -3
- package/lib/ActivityIndicator.mobile.d.ts +1 -1
- package/lib/ActivityIndicator.mobile.d.ts.map +1 -1
- package/lib/CoreActivityIndicator.d.ts +1 -1
- package/lib/CoreActivityIndicator.d.ts.map +1 -1
- package/lib-commonjs/ActivityIndicator.mobile.d.ts +1 -1
- package/lib-commonjs/ActivityIndicator.mobile.d.ts.map +1 -1
- package/lib-commonjs/CoreActivityIndicator.d.ts +1 -1
- package/lib-commonjs/CoreActivityIndicator.d.ts.map +1 -1
- package/package.json +3 -2
- package/tsconfig.json +1 -1
- package/just.config.js +0 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,11 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-activity-indicator",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "0.10.
|
|
7
|
-
"tag": "@fluentui-react-native/experimental-activity-indicator_v0.10.
|
|
5
|
+
"date": "Tue, 15 Jul 2025 23:21:12 GMT",
|
|
6
|
+
"version": "0.10.7",
|
|
7
|
+
"tag": "@fluentui-react-native/experimental-activity-indicator_v0.10.7",
|
|
8
8
|
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
13
|
+
"commit": "9cbe229ec7f6363d229dcaef506921b8d9f47d7d",
|
|
14
|
+
"comment": "fix: run beachball sync"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "jasonmo@microsoft.com",
|
|
18
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
19
|
+
"commit": "6b4d59227b1e9bbbf25cc93a3502015f663b363e",
|
|
20
|
+
"comment": "add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "jasonmo@microsoft.com",
|
|
24
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
25
|
+
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
|
|
26
|
+
"comment": "update builds to use node16 settings and modern export maps"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
9
29
|
"none": [
|
|
30
|
+
{
|
|
31
|
+
"author": "jasonmo@microsoft.com",
|
|
32
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
33
|
+
"commit": "3e168e4363d1821818f219819d29532eace8d979",
|
|
34
|
+
"comment": "update scripts package to be fully js, use esm, and validate fully"
|
|
35
|
+
},
|
|
10
36
|
{
|
|
11
37
|
"author": "ruaraki@microsoft.com",
|
|
12
38
|
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
@@ -31,14 +57,6 @@
|
|
|
31
57
|
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
|
|
32
58
|
"comment": "update eslint to 9.x and use new flat config format with security rules"
|
|
33
59
|
}
|
|
34
|
-
],
|
|
35
|
-
"patch": [
|
|
36
|
-
{
|
|
37
|
-
"author": "jasonmo@microsoft.com",
|
|
38
|
-
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
39
|
-
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
|
|
40
|
-
"comment": "update builds to use node16 settings and modern export maps"
|
|
41
|
-
}
|
|
42
60
|
]
|
|
43
61
|
}
|
|
44
62
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-activity-indicator
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 15 Jul 2025 23:21:12 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.10.
|
|
7
|
+
## 0.10.7
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Tue, 15 Jul 2025 23:21:12 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
+
- fix: run beachball sync (sanajmi@microsoft.com)
|
|
14
|
+
- add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling (jasonmo@microsoft.com)
|
|
13
15
|
- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
|
|
14
16
|
|
|
15
17
|
## 0.10.4
|
|
@@ -2,5 +2,5 @@ import { Animated } from 'react-native';
|
|
|
2
2
|
import { Svg } from 'react-native-svg';
|
|
3
3
|
import type { ActivityIndicatorProps } from './ActivityIndicator.types';
|
|
4
4
|
export declare const AnimatedSvg: Animated.AnimatedComponent<typeof Svg>;
|
|
5
|
-
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").FluentActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens,
|
|
5
|
+
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").FluentActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens, import("@fluentui-react-native/framework").ObjectBase>;
|
|
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":"AAGA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AAItD,OAAO,EAAE,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAI7C,OAAO,KAAK,EAAE,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcrG,eAAO,MAAM,WAAW,wCAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"ActivityIndicator.mobile.d.ts","sourceRoot":"","sources":["../src/ActivityIndicator.mobile.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AAItD,OAAO,EAAE,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAI7C,OAAO,KAAK,EAAE,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcrG,eAAO,MAAM,WAAW,wCAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,kRAiG5B,CAAC"}
|
|
@@ -5,5 +5,5 @@ import type { ActivityIndicatorProps } from './ActivityIndicator.types';
|
|
|
5
5
|
* Wrapper around React Native Core's ActivityIndicator for platforms we do not
|
|
6
6
|
* have a custom FluentUI React Native ActivityIndicator defined.
|
|
7
7
|
*/
|
|
8
|
-
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").CoreActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens,
|
|
8
|
+
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").CoreActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens, import("@fluentui-react-native/framework").ObjectBase>;
|
|
9
9
|
//# sourceMappingURL=CoreActivityIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoreActivityIndicator.d.ts","sourceRoot":"","sources":["../src/CoreActivityIndicator.tsx"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,qBAAqB;AAQrB,OAAO,KAAK,EAA6B,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAGnG;;;GAGG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"CoreActivityIndicator.d.ts","sourceRoot":"","sources":["../src/CoreActivityIndicator.tsx"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,qBAAqB;AAQrB,OAAO,KAAK,EAA6B,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAGnG;;;GAGG;AACH,eAAO,MAAM,iBAAiB,gRAU5B,CAAC"}
|
|
@@ -2,5 +2,5 @@ import { Animated } from 'react-native';
|
|
|
2
2
|
import { Svg } from 'react-native-svg';
|
|
3
3
|
import type { ActivityIndicatorProps } from './ActivityIndicator.types';
|
|
4
4
|
export declare const AnimatedSvg: Animated.AnimatedComponent<typeof Svg>;
|
|
5
|
-
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").FluentActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens,
|
|
5
|
+
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").FluentActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens, import("@fluentui-react-native/framework").ObjectBase>;
|
|
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":"AAGA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AAItD,OAAO,EAAE,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAI7C,OAAO,KAAK,EAAE,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcrG,eAAO,MAAM,WAAW,wCAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"ActivityIndicator.mobile.d.ts","sourceRoot":"","sources":["../src/ActivityIndicator.mobile.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAC;AAItD,OAAO,EAAE,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAI7C,OAAO,KAAK,EAAE,sBAAsB,EAA+B,MAAM,2BAA2B,CAAC;AAcrG,eAAO,MAAM,WAAW,wCAAwC,CAAC;AAEjE,eAAO,MAAM,iBAAiB,kRAiG5B,CAAC"}
|
|
@@ -5,5 +5,5 @@ import type { ActivityIndicatorProps } from './ActivityIndicator.types';
|
|
|
5
5
|
* Wrapper around React Native Core's ActivityIndicator for platforms we do not
|
|
6
6
|
* have a custom FluentUI React Native ActivityIndicator defined.
|
|
7
7
|
*/
|
|
8
|
-
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").CoreActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens,
|
|
8
|
+
export declare const ActivityIndicator: import("@fluentui-react-native/framework").ComposableComponent<ActivityIndicatorProps, import("./ActivityIndicator.types").CoreActivityIndicatorSlotProps, import("./ActivityIndicator.types").ActivityIndicatorTokens, import("@fluentui-react-native/framework").ObjectBase>;
|
|
9
9
|
//# sourceMappingURL=CoreActivityIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoreActivityIndicator.d.ts","sourceRoot":"","sources":["../src/CoreActivityIndicator.tsx"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,qBAAqB;AAQrB,OAAO,KAAK,EAA6B,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAGnG;;;GAGG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"CoreActivityIndicator.d.ts","sourceRoot":"","sources":["../src/CoreActivityIndicator.tsx"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,qBAAqB;AAQrB,OAAO,KAAK,EAA6B,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAGnG;;;GAGG;AACH,eAAO,MAAM,iBAAiB,gRAU5B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-activity-indicator",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "A cross-platform Fluent Activity Indicator component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
|
+
"react-native": "src/index.ts",
|
|
7
8
|
"exports": {
|
|
8
9
|
".": {
|
|
9
10
|
"import": "./lib/index.js",
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
"directory": "packages/experimental/ActivityIndicator"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@fluentui-react-native/framework": "0.14.
|
|
33
|
+
"@fluentui-react-native/framework": "0.14.6",
|
|
33
34
|
"assert-never": "^1.2.1"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
package/tsconfig.json
CHANGED
package/just.config.js
DELETED