@fluentui-react-native/experimental-shimmer 0.13.0 → 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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 Apr 2024 18:02:34 GMT",
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",
6
21
  "version": "0.13.0",
7
22
  "tag": "@fluentui-react-native/experimental-shimmer_v0.13.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Thu, 11 Apr 2024 18:02:34 GMT and should not be manually modified.
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
+
7
15
  ## 0.13.0
8
16
 
9
- Thu, 11 Apr 2024 18:02:34 GMT
17
+ Thu, 11 Apr 2024 18:08:38 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
- "version": "0.13.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",
@@ -42,7 +42,7 @@
42
42
  "react": "18.2.0",
43
43
  "react-native": "^0.73.0",
44
44
  "react-native-macos": "^0.73.0",
45
- "react-native-svg": "^14.0.0",
45
+ "react-native-svg": "^15.0.0",
46
46
  "react-native-windows": "^0.73.0"
47
47
  },
48
48
  "author": "",
@@ -63,7 +63,7 @@ exports[`Shimmer component tests Shimmer default 1`] = `
63
63
  }
64
64
  gradientUnits={0}
65
65
  name="gradient"
66
- x1="-2"
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="20"
88
- rx="3"
89
- ry="3"
90
- width="100"
91
- x="90"
92
- y="70"
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="20"
102
- rx="3"
103
- ry="3"
104
- width="150"
105
- x="90"
106
- y="42"
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="20"
116
- rx="3"
117
- ry="3"
118
- width="200"
119
- x="90"
120
- y="15"
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="0"
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="0"
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="100"
180
- bbWidth="300"
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="-2"
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="20"
261
- rx="3"
262
- ry="3"
263
- width="100"
264
- x="90"
265
- y="70"
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="20"
275
- rx="3"
276
- ry="3"
277
- width="150"
278
- x="90"
279
- y="42"
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="20"
289
- rx="3"
290
- ry="3"
291
- width="200"
292
- x="90"
293
- y="15"
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="100"
312
+ height={100}
313
313
  propList={
314
314
  [
315
315
  "fill",
316
316
  ]
317
317
  }
318
- rx="0"
319
- width="300"
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="100"
331
+ height={100}
332
332
  propList={
333
333
  [
334
334
  "fill",
335
335
  ]
336
336
  }
337
- rx="0"
338
- width="300"
337
+ rx={0}
338
+ width={300}
339
339
  x="0"
340
340
  y="0"
341
341
  />