@fluentui-react-native/experimental-expander 0.3.29 → 0.3.32
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 +43 -1
- package/CHANGELOG.md +20 -2
- package/README.md +36 -36
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 31 May 2022 20:36:58 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.32",
|
|
7
|
+
"version": "0.3.32",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
13
|
+
"commit": "becf170c6a8ff4e381460f8e170b0c196a4b6381",
|
|
14
|
+
"comment": "Replace link"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 25 May 2022 18:43:08 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.31",
|
|
22
|
+
"version": "0.3.31",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "krsiler@microsoft.com",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
28
|
+
"commit": "f4e881a5caef5a8258094f2a2ba674c62321886d",
|
|
29
|
+
"comment": "beachball sync"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "krsiler@microsoft.com",
|
|
33
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
34
|
+
"commit": "7d1c5dba49eb5da6c18681b8c9295c7fa0d0353b",
|
|
35
|
+
"comment": "Version bump for packages to attempt to fix NPM publish pipeline"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
40
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.30",
|
|
41
|
+
"commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Sat, 21 May 2022 16:18:06 GMT",
|
|
6
48
|
"tag": "@fluentui-react-native/experimental-expander_v0.3.29",
|
|
7
49
|
"version": "0.3.29",
|
|
8
50
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-expander
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 31 May 2022 20:36:58 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.32
|
|
8
|
+
|
|
9
|
+
Tue, 31 May 2022 20:36:58 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Replace link (ruaraki@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.3.31
|
|
16
|
+
|
|
17
|
+
Wed, 25 May 2022 18:43:08 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- beachball sync (krsiler@microsoft.com)
|
|
22
|
+
- Version bump for packages to attempt to fix NPM publish pipeline (krsiler@microsoft.com)
|
|
23
|
+
- Bump @fluentui-react-native/framework to v0.7.30
|
|
24
|
+
|
|
7
25
|
## 0.3.29
|
|
8
26
|
|
|
9
|
-
Sat, 21 May 2022 16:
|
|
27
|
+
Sat, 21 May 2022 16:18:06 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
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
|
-
|
|
104
|
-
|
|
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
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
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
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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://
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.3.32",
|
|
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
|
+
"@fluentui-react-native/framework": "0.7.30"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|