@fluentui-react-native/experimental-expander 0.3.32 → 0.3.35

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,52 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 31 May 2022 20:36:58 GMT",
5
+ "date": "Fri, 08 Jul 2022 21:22:05 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.35",
7
+ "version": "0.3.35",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
14
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.34",
22
+ "version": "0.3.34",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.7.31",
29
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 03 Jun 2022 02:18:28 GMT",
36
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.33",
37
+ "version": "0.3.33",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "ruaraki@microsoft.com",
42
+ "package": "@fluentui-react-native/experimental-expander",
43
+ "commit": "3e910d9c3147960aaf7b0f1a5f8851d2b767aaae",
44
+ "comment": "Fix the link again"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 31 May 2022 20:37:12 GMT",
6
51
  "tag": "@fluentui-react-native/experimental-expander_v0.3.32",
7
52
  "version": "0.3.32",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Tue, 31 May 2022 20:36:58 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 08 Jul 2022 21:22:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.35
8
+
9
+ Fri, 08 Jul 2022 21:22:05 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.32
14
+
15
+ ## 0.3.34
16
+
17
+ Thu, 07 Jul 2022 21:24:07 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.7.31
22
+
23
+ ## 0.3.33
24
+
25
+ Fri, 03 Jun 2022 02:18:28 GMT
26
+
27
+ ### Patches
28
+
29
+ - Fix the link again (ruaraki@microsoft.com)
30
+
7
31
  ## 0.3.32
8
32
 
9
- Tue, 31 May 2022 20:36:58 GMT
33
+ Tue, 31 May 2022 20:37:12 GMT
10
34
 
11
35
  ### Patches
12
36
 
package/README.md CHANGED
@@ -223,7 +223,7 @@ Sets the vertical alignment of the Expander's content.
223
223
 
224
224
  ### `headerBackground`
225
225
 
226
- Header background color. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
226
+ Header background color. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
227
227
 
228
228
  | Type | Required |
229
229
  | ------ | -------- |
@@ -233,7 +233,7 @@ Header background color. Input value should be hexadecimal string or a [predefin
233
233
 
234
234
  ### `headerForeground`
235
235
 
236
- Header foreground color at rest. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
236
+ Header foreground color at rest. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
237
237
 
238
238
  | Type | Required |
239
239
  | ------ | -------- |
@@ -243,7 +243,7 @@ Header foreground color at rest. Input value should be hexadecimal string or a [
243
243
 
244
244
  ### `headerForegroundPointerOver`
245
245
 
246
- Header foreground color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
246
+ Header foreground color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
247
247
 
248
248
  | Type | Required |
249
249
  | ------ | -------- |
@@ -253,7 +253,7 @@ Header foreground color on pointer over. Input value should be hexadecimal strin
253
253
 
254
254
  ### `headerForegroundPressed`
255
255
 
256
- Header foreground color when pressed. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
256
+ Header foreground color when pressed. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
257
257
 
258
258
  | Type | Required |
259
259
  | ------ | -------- |
@@ -263,7 +263,7 @@ Header foreground color when pressed. Input value should be hexadecimal string o
263
263
 
264
264
  ### `headerBorderBrush`
265
265
 
266
- Header border color at rest. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
266
+ Header border color at rest. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
267
267
 
268
268
  | Type | Required |
269
269
  | ------ | -------- |
@@ -273,7 +273,7 @@ Header border color at rest. Input value should be hexadecimal string or a [pred
273
273
 
274
274
  ### `headerBorderPointerOverBrush`
275
275
 
276
- Header border color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
276
+ Header border color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
277
277
 
278
278
  | Type | Required |
279
279
  | ------ | -------- |
@@ -283,7 +283,7 @@ Header border color on pointer over. Input value should be hexadecimal string or
283
283
 
284
284
  ### `headerBorderPressedBrush`
285
285
 
286
- Header border color when pressed. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
286
+ Header border color when pressed. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
287
287
 
288
288
  | Type | Required |
289
289
  | ------ | -------- |
@@ -293,7 +293,7 @@ Header border color when pressed. Input value should be hexadecimal string or a
293
293
 
294
294
  ### `headerDisabledForeground`
295
295
 
296
- Header foreground color when disabled. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
296
+ Header foreground color when disabled. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
297
297
 
298
298
  | Type | Required |
299
299
  | ------ | -------- |
@@ -303,7 +303,7 @@ Header foreground color when disabled. Input value should be hexadecimal string
303
303
 
304
304
  ### `headerDisabledBorderBrush`
305
305
 
306
- Header border color when disabled. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
306
+ Header border color when disabled. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
307
307
 
308
308
  | Type | Required |
309
309
  | ------ | -------- |
@@ -323,7 +323,7 @@ Header border thickness.
323
323
 
324
324
  ### `contentBackground`
325
325
 
326
- Content background color. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
326
+ Content background color. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
327
327
 
328
328
  | Type | Required |
329
329
  | ------ | -------- |
@@ -333,7 +333,7 @@ Content background color. Input value should be hexadecimal string or a [predefi
333
333
 
334
334
  ### `contentBorderBrush`
335
335
 
336
- Content border color. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
336
+ Content border color. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
337
337
 
338
338
  | Type | Required |
339
339
  | ------ | -------- |
@@ -343,7 +343,7 @@ Content border color. Input value should be hexadecimal string or a [predefined
343
343
 
344
344
  ### `chevronBackground`
345
345
 
346
- Chevron background color at rest. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
346
+ Chevron background color at rest. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
347
347
 
348
348
  | Type | Required |
349
349
  | ------ | -------- |
@@ -353,7 +353,7 @@ Chevron background color at rest. Input value should be hexadecimal string or a
353
353
 
354
354
  ### `chevronForeground`
355
355
 
356
- Chevron foreground color at rest. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
356
+ Chevron foreground color at rest. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
357
357
 
358
358
  | Type | Required |
359
359
  | ------ | -------- |
@@ -363,7 +363,7 @@ Chevron foreground color at rest. Input value should be hexadecimal string or a
363
363
 
364
364
  ### `chevronPointerOverBackground`
365
365
 
366
- Chevron background color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
366
+ Chevron background color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
367
367
 
368
368
  | Type | Required |
369
369
  | ------ | -------- |
@@ -373,7 +373,7 @@ Chevron background color on pointer over. Input value should be hexadecimal stri
373
373
 
374
374
  ### `chevronPointerOverForeground`
375
375
 
376
- Chevron foreground color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
376
+ Chevron foreground color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
377
377
 
378
378
  | Type | Required |
379
379
  | ------ | -------- |
@@ -383,7 +383,7 @@ Chevron foreground color on pointer over. Input value should be hexadecimal stri
383
383
 
384
384
  ### `chevronPressedBackground`
385
385
 
386
- Chevron background color when pressed. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
386
+ Chevron background color when pressed. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
387
387
 
388
388
  | Type | Required |
389
389
  | ------ | -------- |
@@ -393,7 +393,7 @@ Chevron background color when pressed. Input value should be hexadecimal string
393
393
 
394
394
  ### `chevronPressedForeground`
395
395
 
396
- Chevron foreground color when pressed. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
396
+ Chevron foreground color when pressed. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
397
397
 
398
398
  | Type | Required |
399
399
  | ------ | -------- |
@@ -413,7 +413,7 @@ Chevron border thickness.
413
413
 
414
414
  ### `chevronBorderBrush`
415
415
 
416
- Chevron border color at rest. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
416
+ Chevron border color at rest. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
417
417
 
418
418
  | Type | Required |
419
419
  | ------ | -------- |
@@ -423,7 +423,7 @@ Chevron border color at rest. Input value should be hexadecimal string or a [pre
423
423
 
424
424
  ### `chevronBorderPointerOverBrush`
425
425
 
426
- Chevron border color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
426
+ Chevron border color on pointer over. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
427
427
 
428
428
  | Type | Required |
429
429
  | ------ | -------- |
@@ -433,7 +433,7 @@ Chevron border color on pointer over. Input value should be hexadecimal string o
433
433
 
434
434
  ### `chevronBorderPressedBrush`
435
435
 
436
- Chevron border color when pressed. Input value should be hexadecimal string or a [predefined color name](https://github.com/MicrosoftDocs/winui-api/blob/docs/microsoft.ui/colors.md#-remarks) string.
436
+ Chevron border color when pressed. Input value should be hexadecimal string or a [predefined color name](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Colors) string.
437
437
 
438
438
  | Type | Required |
439
439
  | ------ | -------- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.3.32",
3
+ "version": "0.3.35",
4
4
  "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@fluentui-react-native/component-cache": "^1.3.2",
30
- "@fluentui-react-native/framework": "0.7.30"
30
+ "@fluentui-react-native/framework": "0.7.32"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",