@fluentui-react-native/experimental-shimmer 0.12.15 → 0.13.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 +31 -1
- package/CHANGELOG.md +18 -2
- package/package.json +15 -14
- package/src/__snapshots__/Shimmer.test.tsx.snap +48 -48
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shimmer",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 12 Apr 2024 21:00:10 GMT",
|
|
6
|
+
"version": "0.13.1",
|
|
7
|
+
"tag": "@fluentui-react-native/experimental-shimmer_v0.13.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-shimmer",
|
|
13
|
+
"commit": "055bddda6b613c5c2045cc20a455a94c5a4b53dd",
|
|
14
|
+
"comment": "chore: Update react-native-svg to 15.1.0"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 11 Apr 2024 18:08:38 GMT",
|
|
21
|
+
"version": "0.13.0",
|
|
22
|
+
"tag": "@fluentui-react-native/experimental-shimmer_v0.13.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"minor": [
|
|
25
|
+
{
|
|
26
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-shimmer",
|
|
28
|
+
"commit": "6164473627c321b03d301376c48227f4abd8e947",
|
|
29
|
+
"comment": "Update to RN 0.73"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 29 Mar 2024 18:07:00 GMT",
|
|
6
36
|
"version": "0.12.15",
|
|
7
37
|
"tag": "@fluentui-react-native/experimental-shimmer_v0.12.15",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-shimmer
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 12 Apr 2024 21:00:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.13.1
|
|
8
|
+
|
|
9
|
+
Fri, 12 Apr 2024 21:00:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore: Update react-native-svg to 15.1.0 (sanajmi@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.13.0
|
|
16
|
+
|
|
17
|
+
Thu, 11 Apr 2024 18:08:38 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- Update to RN 0.73 (30809111+acoates-ms@users.noreply.github.com)
|
|
22
|
+
|
|
7
23
|
## 0.12.15
|
|
8
24
|
|
|
9
|
-
Fri, 29 Mar 2024 18:
|
|
25
|
+
Fri, 29 Mar 2024 18:07:00 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shimmer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "A cross-platform Fluent Shimmer component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,27 +22,28 @@
|
|
|
22
22
|
"directory": "packages/experimental/Shimmer"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/framework": "0.
|
|
26
|
-
"@fluentui-react-native/theming-utils": "0.
|
|
27
|
-
"@fluentui-react-native/tokens": "0.
|
|
28
|
-
"@fluentui-react-native/use-styling": "0.
|
|
25
|
+
"@fluentui-react-native/framework": "0.14.0",
|
|
26
|
+
"@fluentui-react-native/theming-utils": "0.26.0",
|
|
27
|
+
"@fluentui-react-native/tokens": "0.23.0",
|
|
28
|
+
"@fluentui-react-native/use-styling": "0.13.0",
|
|
29
29
|
"assert-never": "^1.2.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
33
33
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
34
|
-
"@react-native/
|
|
34
|
+
"@react-native/babel-preset": "^0.73.0",
|
|
35
|
+
"@react-native/metro-config": "^0.73.0",
|
|
35
36
|
"react": "18.2.0",
|
|
36
|
-
"react-native": "^0.
|
|
37
|
-
"react-native-svg": "^
|
|
37
|
+
"react-native": "^0.73.0",
|
|
38
|
+
"react-native-svg": "^14.0.0"
|
|
38
39
|
},
|
|
39
40
|
"peerDependencies": {
|
|
40
|
-
"@office-iss/react-native-win32": "^0.
|
|
41
|
+
"@office-iss/react-native-win32": "^0.73.0",
|
|
41
42
|
"react": "18.2.0",
|
|
42
|
-
"react-native": "^0.
|
|
43
|
-
"react-native-macos": "^0.
|
|
44
|
-
"react-native-svg": "^
|
|
45
|
-
"react-native-windows": "^0.
|
|
43
|
+
"react-native": "^0.73.0",
|
|
44
|
+
"react-native-macos": "^0.73.0",
|
|
45
|
+
"react-native-svg": "^15.0.0",
|
|
46
|
+
"react-native-windows": "^0.73.0"
|
|
46
47
|
},
|
|
47
48
|
"author": "",
|
|
48
49
|
"license": "MIT",
|
|
@@ -53,7 +54,7 @@
|
|
|
53
54
|
"microsoft/react-native"
|
|
54
55
|
],
|
|
55
56
|
"requirements": [
|
|
56
|
-
"react-native@0.
|
|
57
|
+
"react-native@0.73"
|
|
57
58
|
],
|
|
58
59
|
"capabilities": [
|
|
59
60
|
"core",
|
|
@@ -63,7 +63,7 @@ exports[`Shimmer component tests Shimmer default 1`] = `
|
|
|
63
63
|
}
|
|
64
64
|
gradientUnits={0}
|
|
65
65
|
name="gradient"
|
|
66
|
-
x1=
|
|
66
|
+
x1={-2}
|
|
67
67
|
x2="-1"
|
|
68
68
|
y1="0%"
|
|
69
69
|
y2="0%"
|
|
@@ -84,12 +84,12 @@ exports[`Shimmer component tests Shimmer default 1`] = `
|
|
|
84
84
|
"type": 0,
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
height=
|
|
88
|
-
rx=
|
|
89
|
-
ry=
|
|
90
|
-
width=
|
|
91
|
-
x=
|
|
92
|
-
y=
|
|
87
|
+
height={20}
|
|
88
|
+
rx={3}
|
|
89
|
+
ry={3}
|
|
90
|
+
width={100}
|
|
91
|
+
x={90}
|
|
92
|
+
y={70}
|
|
93
93
|
/>
|
|
94
94
|
<RNSVGRect
|
|
95
95
|
fill={
|
|
@@ -98,12 +98,12 @@ exports[`Shimmer component tests Shimmer default 1`] = `
|
|
|
98
98
|
"type": 0,
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
height=
|
|
102
|
-
rx=
|
|
103
|
-
ry=
|
|
104
|
-
width=
|
|
105
|
-
x=
|
|
106
|
-
y=
|
|
101
|
+
height={20}
|
|
102
|
+
rx={3}
|
|
103
|
+
ry={3}
|
|
104
|
+
width={150}
|
|
105
|
+
x={90}
|
|
106
|
+
y={42}
|
|
107
107
|
/>
|
|
108
108
|
<RNSVGRect
|
|
109
109
|
fill={
|
|
@@ -112,12 +112,12 @@ exports[`Shimmer component tests Shimmer default 1`] = `
|
|
|
112
112
|
"type": 0,
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
height=
|
|
116
|
-
rx=
|
|
117
|
-
ry=
|
|
118
|
-
width=
|
|
119
|
-
x=
|
|
120
|
-
y=
|
|
115
|
+
height={20}
|
|
116
|
+
rx={3}
|
|
117
|
+
ry={3}
|
|
118
|
+
width={200}
|
|
119
|
+
x={90}
|
|
120
|
+
y={15}
|
|
121
121
|
/>
|
|
122
122
|
</RNSVGClipPath>
|
|
123
123
|
</RNSVGDefs>
|
|
@@ -142,7 +142,7 @@ exports[`Shimmer component tests Shimmer default 1`] = `
|
|
|
142
142
|
"fill",
|
|
143
143
|
]
|
|
144
144
|
}
|
|
145
|
-
rx=
|
|
145
|
+
rx={0}
|
|
146
146
|
width="100%"
|
|
147
147
|
x="0"
|
|
148
148
|
y="0"
|
|
@@ -161,7 +161,7 @@ exports[`Shimmer component tests Shimmer default 1`] = `
|
|
|
161
161
|
"fill",
|
|
162
162
|
]
|
|
163
163
|
}
|
|
164
|
-
rx=
|
|
164
|
+
rx={0}
|
|
165
165
|
width="100%"
|
|
166
166
|
x="0"
|
|
167
167
|
y="0"
|
|
@@ -176,8 +176,8 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
176
176
|
accessibilityRole="progressbar"
|
|
177
177
|
accessible={true}
|
|
178
178
|
angle={45}
|
|
179
|
-
bbHeight=
|
|
180
|
-
bbWidth=
|
|
179
|
+
bbHeight={100}
|
|
180
|
+
bbWidth={300}
|
|
181
181
|
delay={0}
|
|
182
182
|
duration={1000}
|
|
183
183
|
focusable={false}
|
|
@@ -236,7 +236,7 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
236
236
|
}
|
|
237
237
|
gradientUnits={0}
|
|
238
238
|
name="gradient"
|
|
239
|
-
x1=
|
|
239
|
+
x1={-2}
|
|
240
240
|
x2="-1"
|
|
241
241
|
y1="0%"
|
|
242
242
|
y2="0%"
|
|
@@ -257,12 +257,12 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
257
257
|
"type": 0,
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
height=
|
|
261
|
-
rx=
|
|
262
|
-
ry=
|
|
263
|
-
width=
|
|
264
|
-
x=
|
|
265
|
-
y=
|
|
260
|
+
height={20}
|
|
261
|
+
rx={3}
|
|
262
|
+
ry={3}
|
|
263
|
+
width={100}
|
|
264
|
+
x={90}
|
|
265
|
+
y={70}
|
|
266
266
|
/>
|
|
267
267
|
<RNSVGRect
|
|
268
268
|
fill={
|
|
@@ -271,12 +271,12 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
271
271
|
"type": 0,
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
height=
|
|
275
|
-
rx=
|
|
276
|
-
ry=
|
|
277
|
-
width=
|
|
278
|
-
x=
|
|
279
|
-
y=
|
|
274
|
+
height={20}
|
|
275
|
+
rx={3}
|
|
276
|
+
ry={3}
|
|
277
|
+
width={150}
|
|
278
|
+
x={90}
|
|
279
|
+
y={42}
|
|
280
280
|
/>
|
|
281
281
|
<RNSVGRect
|
|
282
282
|
fill={
|
|
@@ -285,12 +285,12 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
285
285
|
"type": 0,
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
height=
|
|
289
|
-
rx=
|
|
290
|
-
ry=
|
|
291
|
-
width=
|
|
292
|
-
x=
|
|
293
|
-
y=
|
|
288
|
+
height={20}
|
|
289
|
+
rx={3}
|
|
290
|
+
ry={3}
|
|
291
|
+
width={200}
|
|
292
|
+
x={90}
|
|
293
|
+
y={15}
|
|
294
294
|
/>
|
|
295
295
|
</RNSVGClipPath>
|
|
296
296
|
</RNSVGDefs>
|
|
@@ -309,14 +309,14 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
309
309
|
"type": 0,
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
|
-
height=
|
|
312
|
+
height={100}
|
|
313
313
|
propList={
|
|
314
314
|
[
|
|
315
315
|
"fill",
|
|
316
316
|
]
|
|
317
317
|
}
|
|
318
|
-
rx=
|
|
319
|
-
width=
|
|
318
|
+
rx={0}
|
|
319
|
+
width={300}
|
|
320
320
|
x="0"
|
|
321
321
|
y="0"
|
|
322
322
|
/>
|
|
@@ -328,14 +328,14 @@ exports[`Shimmer component tests Shimmer with style prop 1`] = `
|
|
|
328
328
|
"type": 1,
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
height=
|
|
331
|
+
height={100}
|
|
332
332
|
propList={
|
|
333
333
|
[
|
|
334
334
|
"fill",
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
|
-
rx=
|
|
338
|
-
width=
|
|
337
|
+
rx={0}
|
|
338
|
+
width={300}
|
|
339
339
|
x="0"
|
|
340
340
|
y="0"
|
|
341
341
|
/>
|