@fluentui-react-native/experimental-expander 0.3.30 → 0.3.33

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,16 +2,58 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 24 May 2022 16:52:57 GMT",
6
- "tag": "@fluentui-react-native/experimental-expander_v0.3.30",
7
- "version": "0.3.30",
5
+ "date": "Fri, 03 Jun 2022 02:18:16 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.33",
7
+ "version": "0.3.33",
8
8
  "comments": {
9
9
  "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "commit": "3e910d9c3147960aaf7b0f1a5f8851d2b767aaae",
14
+ "comment": "Fix the link again"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 31 May 2022 20:37:12 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.32",
22
+ "version": "0.3.32",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "ruaraki@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "becf170c6a8ff4e381460f8e170b0c196a4b6381",
29
+ "comment": "Replace link"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 25 May 2022 18:43:08 GMT",
36
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.31",
37
+ "version": "0.3.31",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "krsiler@microsoft.com",
42
+ "package": "@fluentui-react-native/experimental-expander",
43
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d",
44
+ "comment": "beachball sync"
45
+ },
46
+ {
47
+ "author": "krsiler@microsoft.com",
48
+ "package": "@fluentui-react-native/experimental-expander",
49
+ "commit": "7d1c5dba49eb5da6c18681b8c9295c7fa0d0353b",
50
+ "comment": "Version bump for packages to attempt to fix NPM publish pipeline"
51
+ },
10
52
  {
11
53
  "author": "beachball",
12
54
  "package": "@fluentui-react-native/experimental-expander",
13
- "comment": "Bump @fluentui-react-native/framework to v0.7.29",
14
- "commit": "5bd1914cdd4f6afd58debbd904a5e0fa99c42fab"
55
+ "comment": "Bump @fluentui-react-native/framework to v0.7.30",
56
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
15
57
  }
16
58
  ]
17
59
  }
package/CHANGELOG.md CHANGED
@@ -1,16 +1,34 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Tue, 24 May 2022 16:52:57 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Jun 2022 02:18:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.3.30
7
+ ## 0.3.33
8
8
 
9
- Tue, 24 May 2022 16:52:57 GMT
9
+ Fri, 03 Jun 2022 02:18:16 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @fluentui-react-native/framework to v0.7.29
13
+ - Fix the link again (ruaraki@microsoft.com)
14
+
15
+ ## 0.3.32
16
+
17
+ Tue, 31 May 2022 20:37:12 GMT
18
+
19
+ ### Patches
20
+
21
+ - Replace link (ruaraki@microsoft.com)
22
+
23
+ ## 0.3.31
24
+
25
+ Wed, 25 May 2022 18:43:08 GMT
26
+
27
+ ### Patches
28
+
29
+ - beachball sync (krsiler@microsoft.com)
30
+ - Version bump for packages to attempt to fix NPM publish pipeline (krsiler@microsoft.com)
31
+ - Bump @fluentui-react-native/framework to v0.7.30
14
32
 
15
33
  ## 0.3.29
16
34
 
package/README.md CHANGED
@@ -100,8 +100,8 @@ The first child element of Expander will be assigned to the header, and the seco
100
100
 
101
101
  Specifies the direction that the Expander should expand.
102
102
 
103
- * 'down': Expands downward. This is the default.
104
- * 'up': Expands upward.
103
+ - 'down': Expands downward. This is the default.
104
+ - 'up': Expands upward.
105
105
 
106
106
  | Type | Required |
107
107
  | ------------------ | -------- |
@@ -143,9 +143,9 @@ Sets the height of the Expander. In order to maintain expand/collapse functional
143
143
 
144
144
  Sets the height of the Expander while it is expanded.
145
145
 
146
- | Type | Required |
147
- | ------ | --------- |
148
- | number | Yes |
146
+ | Type | Required |
147
+ | ------ | -------- |
148
+ | number | Yes |
149
149
 
150
150
  ---
151
151
 
@@ -153,9 +153,9 @@ Sets the height of the Expander while it is expanded.
153
153
 
154
154
  Sets the height of the Expander while it is collapsed.
155
155
 
156
- | Type | Required |
157
- | ------ | --------- |
158
- | number | Yes |
156
+ | Type | Required |
157
+ | ------ | -------- |
158
+ | number | Yes |
159
159
 
160
160
  ---
161
161
 
@@ -195,10 +195,10 @@ Sets the width of the Expander.
195
195
 
196
196
  Sets the horizontal alignment of the Expander's content.
197
197
 
198
- * 'center': The content is aligned in the center of the Expander.
199
- * 'left': The content is aligned to the left of the Expander.
200
- * 'right': The content is aligned to the right of the Expander.
201
- * 'stretch': The content will stretch to fit the Expander.
198
+ - 'center': The content is aligned in the center of the Expander.
199
+ - 'left': The content is aligned to the left of the Expander.
200
+ - 'right': The content is aligned to the right of the Expander.
201
+ - 'stretch': The content will stretch to fit the Expander.
202
202
 
203
203
  | Type | Required |
204
204
  | ------------------------------------------ | -------- |
@@ -210,10 +210,10 @@ Sets the horizontal alignment of the Expander's content.
210
210
 
211
211
  Sets the vertical alignment of the Expander's content.
212
212
 
213
- * 'bottom': The content is aligned to the bottom of the Expander.
214
- * 'center': The content is aligned in the center of the Expander.
215
- * 'stretch': The content will stretch to fit the Expander.
216
- * 'top': The content is aligned to the top of the Expander.
213
+ - 'bottom': The content is aligned to the bottom of the Expander.
214
+ - 'center': The content is aligned in the center of the Expander.
215
+ - 'stretch': The content will stretch to fit the Expander.
216
+ - 'top': The content is aligned to the top of the Expander.
217
217
 
218
218
  | Type | Required |
219
219
  | ------------------------------------------ | -------- |
@@ -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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.colors?view=winui-3.0) 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.30",
3
+ "version": "0.3.33",
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.29"
30
+ "@fluentui-react-native/framework": "0.7.30"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",