@fluentui/react-components 9.17.1 → 9.18.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 +137 -1
- package/CHANGELOG.md +64 -2
- package/dist/index.d.ts +102 -0
- package/dist/unstable.d.ts +57 -102
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +24 -2
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +134 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +75 -135
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +44 -43
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,143 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 15 Mar 2023 10:17:01 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.18.1",
|
|
7
|
+
"version": "9.18.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "marcosvmmoura@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-card",
|
|
13
|
+
"commit": "5835524f6f0ed2e463e8cae0b5ae29252b6bfbc4",
|
|
14
|
+
"comment": "docs: improve readme description"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "behowell@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-progress",
|
|
19
|
+
"commit": "5420a75a4a56f6004ef69b755ed2924edd98167e",
|
|
20
|
+
"comment": "fix: Smooth out animation of indeterminate progress bar"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"minor": [
|
|
24
|
+
{
|
|
25
|
+
"author": "gcox@microsoft.com",
|
|
26
|
+
"package": "@fluentui/react-image",
|
|
27
|
+
"commit": "d0c590d2b6ed7bc1df92ffbf7e157d197cedd547",
|
|
28
|
+
"comment": "feat: Adding calls to custom style hooks derived from context."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
32
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
33
|
+
"commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
|
|
34
|
+
"comment": "feat: Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "olfedias@microsoft.com",
|
|
38
|
+
"package": "@fluentui/react-portal",
|
|
39
|
+
"commit": "6d89241afb94c8f50514a396763be5c798047d80",
|
|
40
|
+
"comment": "feat: accept a className in mountNode in Portal"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
44
|
+
"package": "@fluentui/react-table",
|
|
45
|
+
"commit": "55230fb45b3e30941ee9f4005cf3ada071a4f626",
|
|
46
|
+
"comment": "Added support for keyboard navigation in Table/DataGrid"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "gcox@microsoft.com",
|
|
50
|
+
"package": "@fluentui/react-text",
|
|
51
|
+
"commit": "32e934b7443ca457be0e760c6380ec20f03976c3",
|
|
52
|
+
"comment": "feat: Adding calls to custom style hooks derived from context."
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"none": [
|
|
56
|
+
{
|
|
57
|
+
"author": "tigeroakes@microsoft.com",
|
|
58
|
+
"package": "@fluentui/react-tabster",
|
|
59
|
+
"commit": "5b6822abdd478455086630785d35d464ca68a1cc",
|
|
60
|
+
"comment": "Add JSDoc for tabster focus indicator selector"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"prerelease": [
|
|
64
|
+
{
|
|
65
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
66
|
+
"package": "@fluentui/react-theme-sass",
|
|
67
|
+
"commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
|
|
68
|
+
"comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
72
|
+
"package": "@fluentui/tokens",
|
|
73
|
+
"commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
|
|
74
|
+
"comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"date": "Mon, 13 Mar 2023 08:58:23 GMT",
|
|
81
|
+
"tag": "@fluentui/react-components_v9.18.0",
|
|
82
|
+
"version": "9.18.0",
|
|
83
|
+
"comments": {
|
|
84
|
+
"patch": [
|
|
85
|
+
{
|
|
86
|
+
"author": "marcosvmmoura@gmail.com",
|
|
87
|
+
"package": "@fluentui/react-card",
|
|
88
|
+
"commit": "bd95bf8602d7cf036fbdd7c718343bf1bc43367d",
|
|
89
|
+
"comment": "feat: release 9.0.0"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "ololubek@microsoft.com",
|
|
93
|
+
"package": "@fluentui/react-components",
|
|
94
|
+
"commit": "4fffed69a86831eb04a3a9adff78fdb266f4c3a0",
|
|
95
|
+
"comment": "feat: release react-skeleton to unstable"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
99
|
+
"package": "@fluentui/react-menu",
|
|
100
|
+
"commit": "edf96a6b5d6f13843ada1400480e347b84384b8e",
|
|
101
|
+
"comment": "fix: stops using instaceof in favor of isHTMLElement"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
105
|
+
"package": "@fluentui/react-positioning",
|
|
106
|
+
"commit": "edf96a6b5d6f13843ada1400480e347b84384b8e",
|
|
107
|
+
"comment": "fix: stops using instaceof in favor of isHTMLElement"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
111
|
+
"package": "@fluentui/react-radio",
|
|
112
|
+
"commit": "edf96a6b5d6f13843ada1400480e347b84384b8e",
|
|
113
|
+
"comment": "fix: stops using instaceof in favor of isHTMLElement"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"minor": [
|
|
117
|
+
{
|
|
118
|
+
"author": "marcosvmmoura@gmail.com",
|
|
119
|
+
"package": "@fluentui/react-components",
|
|
120
|
+
"commit": "bd95bf8602d7cf036fbdd7c718343bf1bc43367d",
|
|
121
|
+
"comment": "feat: Release Card as stable"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
125
|
+
"package": "@fluentui/react-utilities",
|
|
126
|
+
"commit": "edf96a6b5d6f13843ada1400480e347b84384b8e",
|
|
127
|
+
"comment": "feat: isHTMLElement to support all HTMLElement classes"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"prerelease": [
|
|
131
|
+
{
|
|
132
|
+
"author": "ololubek@microsoft.com",
|
|
133
|
+
"package": "@fluentui/react-skeleton",
|
|
134
|
+
"commit": "4fffed69a86831eb04a3a9adff78fdb266f4c3a0",
|
|
135
|
+
"comment": "feat: release react-skeleton to unstable"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"date": "Fri, 10 Mar 2023 13:28:39 GMT",
|
|
6
142
|
"tag": "@fluentui/react-components_v9.17.1",
|
|
7
143
|
"version": "9.17.1",
|
|
8
144
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,74 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Mar 2023 10:17:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.18.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.1)
|
|
8
|
+
|
|
9
|
+
Wed, 15 Mar 2023 10:17:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.0..@fluentui/react-components_v9.18.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-image`
|
|
15
|
+
- feat: Adding calls to custom style hooks derived from context. ([PR #27066](https://github.com/microsoft/fluentui/pull/27066) by gcox@microsoft.com)
|
|
16
|
+
- `@fluentui/react-migration-v8-v9`
|
|
17
|
+
- feat: Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
18
|
+
- `@fluentui/react-portal`
|
|
19
|
+
- feat: accept a className in mountNode in Portal ([PR #27008](https://github.com/microsoft/fluentui/pull/27008) by olfedias@microsoft.com)
|
|
20
|
+
- `@fluentui/react-table`
|
|
21
|
+
- Added support for keyboard navigation in Table/DataGrid ([PR #26956](https://github.com/microsoft/fluentui/pull/26956) by jirivyhnalek@microsoft.com)
|
|
22
|
+
- `@fluentui/react-text`
|
|
23
|
+
- feat: Adding calls to custom style hooks derived from context. ([PR #27078](https://github.com/microsoft/fluentui/pull/27078) by gcox@microsoft.com)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-card`
|
|
28
|
+
- docs: improve readme description ([PR #27181](https://github.com/microsoft/fluentui/pull/27181) by marcosvmmoura@gmail.com)
|
|
29
|
+
- `@fluentui/react-progress`
|
|
30
|
+
- fix: Smooth out animation of indeterminate progress bar ([PR #27201](https://github.com/microsoft/fluentui/pull/27201) by behowell@microsoft.com)
|
|
31
|
+
|
|
32
|
+
### Changes
|
|
33
|
+
|
|
34
|
+
- `@fluentui/react-theme-sass`
|
|
35
|
+
- feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
36
|
+
- `@fluentui/tokens`
|
|
37
|
+
- feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
38
|
+
|
|
39
|
+
## [9.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.0)
|
|
40
|
+
|
|
41
|
+
Mon, 13 Mar 2023 08:58:23 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.17.1..@fluentui/react-components_v9.18.0)
|
|
43
|
+
|
|
44
|
+
### Minor changes
|
|
45
|
+
|
|
46
|
+
- `@fluentui/react-components`
|
|
47
|
+
- feat: Release Card as stable ([PR #27111](https://github.com/microsoft/fluentui/pull/27111) by marcosvmmoura@gmail.com)
|
|
48
|
+
- `@fluentui/react-utilities`
|
|
49
|
+
- feat: isHTMLElement to support all HTMLElement classes ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by bernardo.sunderhus@gmail.com)
|
|
50
|
+
|
|
51
|
+
### Patches
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-card`
|
|
54
|
+
- feat: release 9.0.0 ([PR #27111](https://github.com/microsoft/fluentui/pull/27111) by marcosvmmoura@gmail.com)
|
|
55
|
+
- `@fluentui/react-components`
|
|
56
|
+
- feat: release react-skeleton to unstable ([PR #27150](https://github.com/microsoft/fluentui/pull/27150) by ololubek@microsoft.com)
|
|
57
|
+
- `@fluentui/react-menu`
|
|
58
|
+
- fix: stops using instaceof in favor of isHTMLElement ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by bernardo.sunderhus@gmail.com)
|
|
59
|
+
- `@fluentui/react-positioning`
|
|
60
|
+
- fix: stops using instaceof in favor of isHTMLElement ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by bernardo.sunderhus@gmail.com)
|
|
61
|
+
- `@fluentui/react-radio`
|
|
62
|
+
- fix: stops using instaceof in favor of isHTMLElement ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by bernardo.sunderhus@gmail.com)
|
|
63
|
+
|
|
64
|
+
### Changes
|
|
65
|
+
|
|
66
|
+
- `@fluentui/react-skeleton`
|
|
67
|
+
- feat: release react-skeleton to unstable ([PR #27150](https://github.com/microsoft/fluentui/pull/27150) by ololubek@microsoft.com)
|
|
68
|
+
|
|
7
69
|
## [9.17.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.17.1)
|
|
8
70
|
|
|
9
|
-
Fri, 10 Mar 2023 13:28:
|
|
71
|
+
Fri, 10 Mar 2023 13:28:39 GMT
|
|
10
72
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.17.0..@fluentui/react-components_v9.17.1)
|
|
11
73
|
|
|
12
74
|
### Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -94,6 +94,28 @@ import { Caption2 } from '@fluentui/react-text';
|
|
|
94
94
|
import { caption2ClassNames } from '@fluentui/react-text';
|
|
95
95
|
import { Caption2Strong } from '@fluentui/react-text';
|
|
96
96
|
import { caption2StrongClassNames } from '@fluentui/react-text';
|
|
97
|
+
import { Card } from '@fluentui/react-card';
|
|
98
|
+
import { cardClassNames } from '@fluentui/react-card';
|
|
99
|
+
import { cardCSSVars } from '@fluentui/react-card';
|
|
100
|
+
import { CardFooter } from '@fluentui/react-card';
|
|
101
|
+
import { cardFooterClassNames } from '@fluentui/react-card';
|
|
102
|
+
import { CardFooterProps } from '@fluentui/react-card';
|
|
103
|
+
import { CardFooterSlots } from '@fluentui/react-card';
|
|
104
|
+
import { CardFooterState } from '@fluentui/react-card';
|
|
105
|
+
import { CardHeader } from '@fluentui/react-card';
|
|
106
|
+
import { cardHeaderClassNames } from '@fluentui/react-card';
|
|
107
|
+
import { cardHeaderCSSVars } from '@fluentui/react-card';
|
|
108
|
+
import { CardHeaderProps } from '@fluentui/react-card';
|
|
109
|
+
import { CardHeaderSlots } from '@fluentui/react-card';
|
|
110
|
+
import { CardHeaderState } from '@fluentui/react-card';
|
|
111
|
+
import { CardPreview } from '@fluentui/react-card';
|
|
112
|
+
import { cardPreviewClassNames } from '@fluentui/react-card';
|
|
113
|
+
import { CardPreviewProps } from '@fluentui/react-card';
|
|
114
|
+
import { CardPreviewSlots } from '@fluentui/react-card';
|
|
115
|
+
import { CardPreviewState } from '@fluentui/react-card';
|
|
116
|
+
import { CardProps } from '@fluentui/react-card';
|
|
117
|
+
import { CardSlots } from '@fluentui/react-card';
|
|
118
|
+
import { CardState } from '@fluentui/react-card';
|
|
97
119
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
98
120
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
99
121
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -440,6 +462,10 @@ import { renderAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
|
440
462
|
import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
441
463
|
import { renderBadge_unstable } from '@fluentui/react-badge';
|
|
442
464
|
import { renderButton_unstable } from '@fluentui/react-button';
|
|
465
|
+
import { renderCard_unstable } from '@fluentui/react-card';
|
|
466
|
+
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
467
|
+
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
468
|
+
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
443
469
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
444
470
|
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
445
471
|
import { renderCompoundButton_unstable } from '@fluentui/react-button';
|
|
@@ -750,6 +776,14 @@ import { useBadge_unstable } from '@fluentui/react-badge';
|
|
|
750
776
|
import { useBadgeStyles_unstable } from '@fluentui/react-badge';
|
|
751
777
|
import { useButton_unstable } from '@fluentui/react-button';
|
|
752
778
|
import { useButtonStyles_unstable } from '@fluentui/react-button';
|
|
779
|
+
import { useCard_unstable } from '@fluentui/react-card';
|
|
780
|
+
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
781
|
+
import { useCardFooterStyles_unstable } from '@fluentui/react-card';
|
|
782
|
+
import { useCardHeader_unstable } from '@fluentui/react-card';
|
|
783
|
+
import { useCardHeaderStyles_unstable } from '@fluentui/react-card';
|
|
784
|
+
import { useCardPreview_unstable } from '@fluentui/react-card';
|
|
785
|
+
import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
786
|
+
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
753
787
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
754
788
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
755
789
|
import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
|
|
@@ -1138,6 +1172,50 @@ export { Caption2Strong }
|
|
|
1138
1172
|
|
|
1139
1173
|
export { caption2StrongClassNames }
|
|
1140
1174
|
|
|
1175
|
+
export { Card }
|
|
1176
|
+
|
|
1177
|
+
export { cardClassNames }
|
|
1178
|
+
|
|
1179
|
+
export { cardCSSVars }
|
|
1180
|
+
|
|
1181
|
+
export { CardFooter }
|
|
1182
|
+
|
|
1183
|
+
export { cardFooterClassNames }
|
|
1184
|
+
|
|
1185
|
+
export { CardFooterProps }
|
|
1186
|
+
|
|
1187
|
+
export { CardFooterSlots }
|
|
1188
|
+
|
|
1189
|
+
export { CardFooterState }
|
|
1190
|
+
|
|
1191
|
+
export { CardHeader }
|
|
1192
|
+
|
|
1193
|
+
export { cardHeaderClassNames }
|
|
1194
|
+
|
|
1195
|
+
export { cardHeaderCSSVars }
|
|
1196
|
+
|
|
1197
|
+
export { CardHeaderProps }
|
|
1198
|
+
|
|
1199
|
+
export { CardHeaderSlots }
|
|
1200
|
+
|
|
1201
|
+
export { CardHeaderState }
|
|
1202
|
+
|
|
1203
|
+
export { CardPreview }
|
|
1204
|
+
|
|
1205
|
+
export { cardPreviewClassNames }
|
|
1206
|
+
|
|
1207
|
+
export { CardPreviewProps }
|
|
1208
|
+
|
|
1209
|
+
export { CardPreviewSlots }
|
|
1210
|
+
|
|
1211
|
+
export { CardPreviewState }
|
|
1212
|
+
|
|
1213
|
+
export { CardProps }
|
|
1214
|
+
|
|
1215
|
+
export { CardSlots }
|
|
1216
|
+
|
|
1217
|
+
export { CardState }
|
|
1218
|
+
|
|
1141
1219
|
export { Checkbox }
|
|
1142
1220
|
|
|
1143
1221
|
export { checkboxClassNames }
|
|
@@ -1830,6 +1908,14 @@ export { renderBadge_unstable }
|
|
|
1830
1908
|
|
|
1831
1909
|
export { renderButton_unstable }
|
|
1832
1910
|
|
|
1911
|
+
export { renderCard_unstable }
|
|
1912
|
+
|
|
1913
|
+
export { renderCardFooter_unstable }
|
|
1914
|
+
|
|
1915
|
+
export { renderCardHeader_unstable }
|
|
1916
|
+
|
|
1917
|
+
export { renderCardPreview_unstable }
|
|
1918
|
+
|
|
1833
1919
|
export { renderCheckbox_unstable }
|
|
1834
1920
|
|
|
1835
1921
|
export { renderCombobox_unstable }
|
|
@@ -2450,6 +2536,22 @@ export { useButton_unstable }
|
|
|
2450
2536
|
|
|
2451
2537
|
export { useButtonStyles_unstable }
|
|
2452
2538
|
|
|
2539
|
+
export { useCard_unstable }
|
|
2540
|
+
|
|
2541
|
+
export { useCardFooter_unstable }
|
|
2542
|
+
|
|
2543
|
+
export { useCardFooterStyles_unstable }
|
|
2544
|
+
|
|
2545
|
+
export { useCardHeader_unstable }
|
|
2546
|
+
|
|
2547
|
+
export { useCardHeaderStyles_unstable }
|
|
2548
|
+
|
|
2549
|
+
export { useCardPreview_unstable }
|
|
2550
|
+
|
|
2551
|
+
export { useCardPreviewStyles_unstable }
|
|
2552
|
+
|
|
2553
|
+
export { useCardStyles_unstable }
|
|
2554
|
+
|
|
2453
2555
|
export { useCheckbox_unstable }
|
|
2454
2556
|
|
|
2455
2557
|
export { useCheckboxStyles_unstable }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -3,28 +3,6 @@ import { alertClassNames } from '@fluentui/react-alert';
|
|
|
3
3
|
import { AlertProps } from '@fluentui/react-alert';
|
|
4
4
|
import { AlertSlots } from '@fluentui/react-alert';
|
|
5
5
|
import { AlertState } from '@fluentui/react-alert';
|
|
6
|
-
import { Card } from '@fluentui/react-card';
|
|
7
|
-
import { cardClassNames } from '@fluentui/react-card';
|
|
8
|
-
import { cardCSSVars } from '@fluentui/react-card';
|
|
9
|
-
import { CardFooter } from '@fluentui/react-card';
|
|
10
|
-
import { cardFooterClassNames } from '@fluentui/react-card';
|
|
11
|
-
import { CardFooterProps } from '@fluentui/react-card';
|
|
12
|
-
import { CardFooterSlots } from '@fluentui/react-card';
|
|
13
|
-
import { CardFooterState } from '@fluentui/react-card';
|
|
14
|
-
import { CardHeader } from '@fluentui/react-card';
|
|
15
|
-
import { cardHeaderClassNames } from '@fluentui/react-card';
|
|
16
|
-
import { cardHeaderCSSVars } from '@fluentui/react-card';
|
|
17
|
-
import { CardHeaderProps } from '@fluentui/react-card';
|
|
18
|
-
import { CardHeaderSlots } from '@fluentui/react-card';
|
|
19
|
-
import { CardHeaderState } from '@fluentui/react-card';
|
|
20
|
-
import { CardPreview } from '@fluentui/react-card';
|
|
21
|
-
import { cardPreviewClassNames } from '@fluentui/react-card';
|
|
22
|
-
import { CardPreviewProps } from '@fluentui/react-card';
|
|
23
|
-
import { CardPreviewSlots } from '@fluentui/react-card';
|
|
24
|
-
import { CardPreviewState } from '@fluentui/react-card';
|
|
25
|
-
import { CardProps } from '@fluentui/react-card';
|
|
26
|
-
import { CardSlots } from '@fluentui/react-card';
|
|
27
|
-
import { CardState } from '@fluentui/react-card';
|
|
28
6
|
import { CheckboxField_unstable as CheckboxField } from '@fluentui/react-checkbox';
|
|
29
7
|
import { checkboxFieldClassNames } from '@fluentui/react-checkbox';
|
|
30
8
|
import { CheckboxFieldProps_unstable as CheckboxFieldProps } from '@fluentui/react-checkbox';
|
|
@@ -57,12 +35,10 @@ import { RadioGroupField_unstable as RadioGroupField } from '@fluentui/react-rad
|
|
|
57
35
|
import { radioGroupFieldClassNames } from '@fluentui/react-radio';
|
|
58
36
|
import { RadioGroupFieldProps_unstable as RadioGroupFieldProps } from '@fluentui/react-radio';
|
|
59
37
|
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
60
|
-
import { renderCard_unstable } from '@fluentui/react-card';
|
|
61
|
-
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
62
|
-
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
63
|
-
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
64
38
|
import { renderField_unstable } from '@fluentui/react-field';
|
|
65
39
|
import { renderInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
40
|
+
import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
41
|
+
import { renderSkeletonItem_unstable } from '@fluentui/react-skeleton';
|
|
66
42
|
import { renderTree_unstable } from '@fluentui/react-tree';
|
|
67
43
|
import { renderTreeItem_unstable } from '@fluentui/react-tree';
|
|
68
44
|
import { renderTreeItemLayout_unstable } from '@fluentui/react-tree';
|
|
@@ -71,6 +47,18 @@ import { renderVirtualizer_unstable } from '@fluentui/react-virtualizer';
|
|
|
71
47
|
import { SelectField_unstable as SelectField } from '@fluentui/react-select';
|
|
72
48
|
import { selectFieldClassNames } from '@fluentui/react-select';
|
|
73
49
|
import { SelectFieldProps_unstable as SelectFieldProps } from '@fluentui/react-select';
|
|
50
|
+
import { Skeleton } from '@fluentui/react-skeleton';
|
|
51
|
+
import { skeletonClassNames } from '@fluentui/react-skeleton';
|
|
52
|
+
import { SkeletonContextProvider } from '@fluentui/react-skeleton';
|
|
53
|
+
import { SkeletonContextValue } from '@fluentui/react-skeleton';
|
|
54
|
+
import { SkeletonItem } from '@fluentui/react-skeleton';
|
|
55
|
+
import { skeletonItemClassNames } from '@fluentui/react-skeleton';
|
|
56
|
+
import { SkeletonItemProps } from '@fluentui/react-skeleton';
|
|
57
|
+
import { SkeletonItemSlots } from '@fluentui/react-skeleton';
|
|
58
|
+
import { SkeletonItemState } from '@fluentui/react-skeleton';
|
|
59
|
+
import { SkeletonProps } from '@fluentui/react-skeleton';
|
|
60
|
+
import { SkeletonSlots } from '@fluentui/react-skeleton';
|
|
61
|
+
import { SkeletonState } from '@fluentui/react-skeleton';
|
|
74
62
|
import { SliderField_unstable as SliderField } from '@fluentui/react-slider';
|
|
75
63
|
import { sliderFieldClassNames } from '@fluentui/react-slider';
|
|
76
64
|
import { SliderFieldProps_unstable as SliderFieldProps } from '@fluentui/react-slider';
|
|
@@ -114,20 +102,17 @@ import { TreeSlots } from '@fluentui/react-tree';
|
|
|
114
102
|
import { TreeState } from '@fluentui/react-tree';
|
|
115
103
|
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
116
104
|
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
117
|
-
import { useCard_unstable } from '@fluentui/react-card';
|
|
118
|
-
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
119
|
-
import { useCardFooterStyles_unstable } from '@fluentui/react-card';
|
|
120
|
-
import { useCardHeader_unstable } from '@fluentui/react-card';
|
|
121
|
-
import { useCardHeaderStyles_unstable } from '@fluentui/react-card';
|
|
122
|
-
import { useCardPreview_unstable } from '@fluentui/react-card';
|
|
123
|
-
import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
124
|
-
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
125
105
|
import { useField_unstable } from '@fluentui/react-field';
|
|
126
106
|
import { useFieldStyles_unstable } from '@fluentui/react-field';
|
|
127
107
|
import { useFlatTree_unstable } from '@fluentui/react-tree';
|
|
128
108
|
import { useInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
129
109
|
import { useInfoButtonStyles_unstable } from '@fluentui/react-infobutton';
|
|
130
110
|
import { useIntersectionObserver } from '@fluentui/react-virtualizer';
|
|
111
|
+
import { useSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
112
|
+
import { useSkeletonContext } from '@fluentui/react-skeleton';
|
|
113
|
+
import { useSkeletonItem_unstable } from '@fluentui/react-skeleton';
|
|
114
|
+
import { useSkeletonItemStyles_unstable } from '@fluentui/react-skeleton';
|
|
115
|
+
import { useSkeletonStyles_unstable } from '@fluentui/react-skeleton';
|
|
131
116
|
import { useTree_unstable } from '@fluentui/react-tree';
|
|
132
117
|
import { useTreeContext_unstable } from '@fluentui/react-tree';
|
|
133
118
|
import { useTreeItem_unstable } from '@fluentui/react-tree';
|
|
@@ -157,50 +142,6 @@ export { AlertSlots }
|
|
|
157
142
|
|
|
158
143
|
export { AlertState }
|
|
159
144
|
|
|
160
|
-
export { Card }
|
|
161
|
-
|
|
162
|
-
export { cardClassNames }
|
|
163
|
-
|
|
164
|
-
export { cardCSSVars }
|
|
165
|
-
|
|
166
|
-
export { CardFooter }
|
|
167
|
-
|
|
168
|
-
export { cardFooterClassNames }
|
|
169
|
-
|
|
170
|
-
export { CardFooterProps }
|
|
171
|
-
|
|
172
|
-
export { CardFooterSlots }
|
|
173
|
-
|
|
174
|
-
export { CardFooterState }
|
|
175
|
-
|
|
176
|
-
export { CardHeader }
|
|
177
|
-
|
|
178
|
-
export { cardHeaderClassNames }
|
|
179
|
-
|
|
180
|
-
export { cardHeaderCSSVars }
|
|
181
|
-
|
|
182
|
-
export { CardHeaderProps }
|
|
183
|
-
|
|
184
|
-
export { CardHeaderSlots }
|
|
185
|
-
|
|
186
|
-
export { CardHeaderState }
|
|
187
|
-
|
|
188
|
-
export { CardPreview }
|
|
189
|
-
|
|
190
|
-
export { cardPreviewClassNames }
|
|
191
|
-
|
|
192
|
-
export { CardPreviewProps }
|
|
193
|
-
|
|
194
|
-
export { CardPreviewSlots }
|
|
195
|
-
|
|
196
|
-
export { CardPreviewState }
|
|
197
|
-
|
|
198
|
-
export { CardProps }
|
|
199
|
-
|
|
200
|
-
export { CardSlots }
|
|
201
|
-
|
|
202
|
-
export { CardState }
|
|
203
|
-
|
|
204
145
|
export { CheckboxField }
|
|
205
146
|
|
|
206
147
|
export { checkboxFieldClassNames }
|
|
@@ -265,18 +206,14 @@ export { RadioGroupFieldProps }
|
|
|
265
206
|
|
|
266
207
|
export { renderAlert_unstable }
|
|
267
208
|
|
|
268
|
-
export { renderCard_unstable }
|
|
269
|
-
|
|
270
|
-
export { renderCardFooter_unstable }
|
|
271
|
-
|
|
272
|
-
export { renderCardHeader_unstable }
|
|
273
|
-
|
|
274
|
-
export { renderCardPreview_unstable }
|
|
275
|
-
|
|
276
209
|
export { renderField_unstable }
|
|
277
210
|
|
|
278
211
|
export { renderInfoButton_unstable }
|
|
279
212
|
|
|
213
|
+
export { renderSkeleton_unstable }
|
|
214
|
+
|
|
215
|
+
export { renderSkeletonItem_unstable }
|
|
216
|
+
|
|
280
217
|
export { renderTree_unstable }
|
|
281
218
|
|
|
282
219
|
export { renderTreeItem_unstable }
|
|
@@ -293,6 +230,30 @@ export { selectFieldClassNames }
|
|
|
293
230
|
|
|
294
231
|
export { SelectFieldProps }
|
|
295
232
|
|
|
233
|
+
export { Skeleton }
|
|
234
|
+
|
|
235
|
+
export { skeletonClassNames }
|
|
236
|
+
|
|
237
|
+
export { SkeletonContextProvider }
|
|
238
|
+
|
|
239
|
+
export { SkeletonContextValue }
|
|
240
|
+
|
|
241
|
+
export { SkeletonItem }
|
|
242
|
+
|
|
243
|
+
export { skeletonItemClassNames }
|
|
244
|
+
|
|
245
|
+
export { SkeletonItemProps }
|
|
246
|
+
|
|
247
|
+
export { SkeletonItemSlots }
|
|
248
|
+
|
|
249
|
+
export { SkeletonItemState }
|
|
250
|
+
|
|
251
|
+
export { SkeletonProps }
|
|
252
|
+
|
|
253
|
+
export { SkeletonSlots }
|
|
254
|
+
|
|
255
|
+
export { SkeletonState }
|
|
256
|
+
|
|
296
257
|
export { SliderField }
|
|
297
258
|
|
|
298
259
|
export { sliderFieldClassNames }
|
|
@@ -379,22 +340,6 @@ export { useAlert_unstable }
|
|
|
379
340
|
|
|
380
341
|
export { useAlertStyles_unstable }
|
|
381
342
|
|
|
382
|
-
export { useCard_unstable }
|
|
383
|
-
|
|
384
|
-
export { useCardFooter_unstable }
|
|
385
|
-
|
|
386
|
-
export { useCardFooterStyles_unstable }
|
|
387
|
-
|
|
388
|
-
export { useCardHeader_unstable }
|
|
389
|
-
|
|
390
|
-
export { useCardHeaderStyles_unstable }
|
|
391
|
-
|
|
392
|
-
export { useCardPreview_unstable }
|
|
393
|
-
|
|
394
|
-
export { useCardPreviewStyles_unstable }
|
|
395
|
-
|
|
396
|
-
export { useCardStyles_unstable }
|
|
397
|
-
|
|
398
343
|
export { useField_unstable }
|
|
399
344
|
|
|
400
345
|
export { useFieldStyles_unstable }
|
|
@@ -407,6 +352,16 @@ export { useInfoButtonStyles_unstable }
|
|
|
407
352
|
|
|
408
353
|
export { useIntersectionObserver }
|
|
409
354
|
|
|
355
|
+
export { useSkeleton_unstable }
|
|
356
|
+
|
|
357
|
+
export { useSkeletonContext }
|
|
358
|
+
|
|
359
|
+
export { useSkeletonItem_unstable }
|
|
360
|
+
|
|
361
|
+
export { useSkeletonItemStyles_unstable }
|
|
362
|
+
|
|
363
|
+
export { useSkeletonStyles_unstable }
|
|
364
|
+
|
|
410
365
|
export { useTree_unstable }
|
|
411
366
|
|
|
412
367
|
export { useTreeContext_unstable }
|
package/lib/index.js
CHANGED
|
@@ -36,4 +36,5 @@ export { ProgressBar, progressBarClassNames, renderProgressBar_unstable, useProg
|
|
|
36
36
|
export { Overflow, OverflowItem, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
37
37
|
export { Toolbar, ToolbarButton, useToolbarButtonStyles_unstable, useToolbarButton_unstable, ToolbarRadioButton, useToolbarRadioButton_unstable, useToolbarRadioButtonStyles_unstable, ToolbarDivider, useToolbarDivider_unstable, ToolbarGroup, useToolbarGroupStyles_unstable, useToolbarGroup_unstable, renderToolbarGroup_unstable, toolbarGroupClassNames, ToolbarToggleButton, useToolbarToggleButtonStyles_unstable, useToolbarToggleButton_unstable, renderToolbar_unstable, toolbarClassNames, useToolbar_unstable, useToolbarDividerStyles_unstable, useToolbarStyles_unstable, ToolbarRadioGroup } from '@fluentui/react-toolbar';
|
|
38
38
|
export { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_unstable, useTableCell_unstable, renderTableCell_unstable, TableRow, tableRowClassNames, tableRowClassName, useTableRowStyles_unstable, useTableRow_unstable, renderTableRow_unstable, TableBody, tableBodyClassName, tableBodyClassNames, useTableBodyStyles_unstable, useTableBody_unstable, renderTableBody_unstable, Table, tableClassName, tableClassNames, useTableStyles_unstable, useTable_unstable, renderTable_unstable, TableHeader, tableHeaderClassNames, tableHeaderClassName, useTableHeaderStyles_unstable, useTableHeader_unstable, renderTableHeader_unstable, TableHeaderCell, tableHeaderCellClassName, tableHeaderCellClassNames, useTableHeaderCellStyles_unstable, useTableHeaderCell_unstable, renderTableHeaderCell_unstable, TableResizeHandle, tableResizeHandleClassNames, useTableResizeHandleStyles_unstable, useTableResizeHandle_unstable, renderTableResizeHandle_unstable, TableContextProvider, useTableContext, TableSelectionCell, useTableSelectionCellStyles_unstable, useTableSelectionCell_unstable, renderTableSelectionCell_unstable, tableSelectionCellClassNames, TableCellActions, useTableCellActionsStyles_unstable, useTableCellActions_unstable, renderTableCellActions_unstable, tableCellActionsClassNames, TableCellLayout, useTableCellLayout_unstable, useTableCellLayoutStyles_unstable, renderTableCellLayout_unstable, tableCellLayoutClassNames, useTableFeatures, useTableSelection, useTableSort, createTableColumn, DataGridCell, dataGridCellClassNames, useDataGridCellStyles_unstable, useDataGridCell_unstable, renderDataGridCell_unstable, DataGridRow, dataGridRowClassNames, useDataGridRowStyles_unstable, useDataGridRow_unstable, renderDataGridRow_unstable, DataGridBody, dataGridBodyClassNames, useDataGridBodyStyles_unstable, useDataGridBody_unstable, renderDataGridBody_unstable, DataGrid, dataGridClassNames, useDataGridStyles_unstable, useDataGrid_unstable, renderDataGrid_unstable, useDataGridContextValues_unstable, DataGridHeader, dataGridHeaderClassNames, useDataGridHeaderStyles_unstable, useDataGridHeader_unstable, renderDataGridHeader_unstable, DataGridHeaderCell, dataGridHeaderCellClassNames, useDataGridHeaderCellStyles_unstable, useDataGridHeaderCell_unstable, renderDataGridHeaderCell_unstable, DataGridSelectionCell, useDataGridSelectionCellStyles_unstable, useDataGridSelectionCell_unstable, renderDataGridSelectionCell_unstable, dataGridSelectionCellClassNames, TableRowIdContextProvider, useTableRowIdContext, useTableColumnSizing_unstable } from '@fluentui/react-table';
|
|
39
|
+
export { Card, CardFooter, CardHeader, CardPreview, cardClassNames, cardCSSVars, cardFooterClassNames, cardHeaderClassNames, cardHeaderCSSVars, cardPreviewClassNames, renderCard_unstable, renderCardFooter_unstable, renderCardHeader_unstable, renderCardPreview_unstable, useCard_unstable, useCardFooter_unstable, useCardFooterStyles_unstable, useCardHeader_unstable, useCardHeaderStyles_unstable, useCardPreview_unstable, useCardPreviewStyles_unstable, useCardStyles_unstable } from '@fluentui/react-card';
|
|
39
40
|
//# sourceMappingURL=index.js.map
|