@fluentui/react-components 9.19.0 → 9.20.0
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 +1673 -1
- package/CHANGELOG.md +347 -2
- package/dist/index.d.ts +60 -0
- package/dist/unstable.d.ts +45 -57
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -2
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +14 -0
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +9 -13
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +44 -44
- package/.swcrc +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,357 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 12 May 2023 20:21:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.20.0)
|
|
8
|
+
|
|
9
|
+
Fri, 12 May 2023 20:21:43 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.19.1..@fluentui/react-components_v9.20.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-provider`
|
|
15
|
+
- feat: add style overrides for drawer components ([PR #27581](https://github.com/microsoft/fluentui/pull/27581) by marcosvmmoura@gmail.com)
|
|
16
|
+
- `@fluentui/react-shared-contexts`
|
|
17
|
+
- feat: add style overrides for drawer components ([PR #27581](https://github.com/microsoft/fluentui/pull/27581) by marcosvmmoura@gmail.com)
|
|
18
|
+
- Updated to provide single hook for noop tree-shaking ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
19
|
+
- `@fluentui/react-skeleton`
|
|
20
|
+
- chore: Releasing react-skeleton to stable. ([PR #27767](https://github.com/microsoft/fluentui/pull/27767) by ololubek@microsoft.com)
|
|
21
|
+
- `@fluentui/react-tabster`
|
|
22
|
+
- fix: move `outlineStyle: none` out of createCustomFocusIndicatorStyle and to createFocusOutlineStyle ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
|
|
23
|
+
- `@fluentui/react-avatar`
|
|
24
|
+
- feat: add `shape` to AvatarContext ([PR #27738](https://github.com/microsoft/fluentui/pull/27738) by yuanboxue@microsoft.com)
|
|
25
|
+
- `@fluentui/react-combobox`
|
|
26
|
+
- feat: allow space character insertion while typing in freeform combobox ([PR #27025](https://github.com/microsoft/fluentui/pull/27025) by sarah.higley@microsoft.com)
|
|
27
|
+
- `@fluentui/react-components`
|
|
28
|
+
- feat: added useOverflowCount to react-components exports ([PR #27678](https://github.com/microsoft/fluentui/pull/27678) by kakrookaran@gmail.com)
|
|
29
|
+
- chore: Releasing react-skeleton to stable. ([PR #27767](https://github.com/microsoft/fluentui/pull/27767) by ololubek@microsoft.com)
|
|
30
|
+
- `@fluentui/react-datepicker-compat`
|
|
31
|
+
- fix: Make onValidationError onValidationResult so the error is updated when there's no longer an error. ([PR #27655](https://github.com/microsoft/fluentui/pull/27655) by esteban.230@hotmail.com)
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-dialog`
|
|
36
|
+
- bugfix: change DialogTitle default action icon from 24x24 to 20x20 ([PR #27815](https://github.com/microsoft/fluentui/pull/27815) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
38
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
39
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
40
|
+
- `@fluentui/react-divider`
|
|
41
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
42
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
43
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
44
|
+
- `@fluentui/react-field`
|
|
45
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
46
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
47
|
+
- `@fluentui/react-image`
|
|
48
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
49
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27707](https://github.com/microsoft/fluentui/pull/27707) by olfedias@microsoft.com)
|
|
50
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
51
|
+
- `@fluentui/react-input`
|
|
52
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
53
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
54
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
55
|
+
- `@fluentui/react-label`
|
|
56
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
57
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
58
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
59
|
+
- `@fluentui/react-link`
|
|
60
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
61
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
62
|
+
- fix: update createCustomFocusIndicator usage to specify outline: none ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
|
|
63
|
+
- `@fluentui/react-menu`
|
|
64
|
+
- fix: Menu should not steal focus on re-render ([PR #27688](https://github.com/microsoft/fluentui/pull/27688) by lingfangao@hotmail.com)
|
|
65
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
66
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
67
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
68
|
+
- `@fluentui/react-migration-v8-v9`
|
|
69
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
70
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
71
|
+
- `@fluentui/react-overflow`
|
|
72
|
+
- refactor: Consolidate all overflow state into one object ([PR #27756](https://github.com/microsoft/fluentui/pull/27756) by lingfangao@hotmail.com)
|
|
73
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
74
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
75
|
+
- `@fluentui/react-persona`
|
|
76
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
77
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
78
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
79
|
+
- `@fluentui/react-popover`
|
|
80
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
81
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
82
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
83
|
+
- `@fluentui/react-portal`
|
|
84
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
85
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
86
|
+
- `@fluentui/react-portal-compat`
|
|
87
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
88
|
+
- fix: Class ID detection compatible with React 18 ([PR #27577](https://github.com/microsoft/fluentui/pull/27577) by hanj@microsoft.com)
|
|
89
|
+
- `@fluentui/react-portal-compat-context`
|
|
90
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
91
|
+
- `@fluentui/react-positioning`
|
|
92
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
93
|
+
- `@fluentui/react-progress`
|
|
94
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
95
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
96
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
97
|
+
- `@fluentui/react-provider`
|
|
98
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
99
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
100
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
101
|
+
- `@fluentui/react-radio`
|
|
102
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
103
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
104
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
105
|
+
- `@fluentui/react-select`
|
|
106
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
107
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
108
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
109
|
+
- `@fluentui/react-shared-contexts`
|
|
110
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
111
|
+
- `@fluentui/react-slider`
|
|
112
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
113
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
114
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
115
|
+
- `@fluentui/react-spinbutton`
|
|
116
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
117
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
118
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
119
|
+
- `@fluentui/react-spinner`
|
|
120
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
121
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
122
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
123
|
+
- `@fluentui/react-switch`
|
|
124
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
125
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
126
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
127
|
+
- `@fluentui/react-table`
|
|
128
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
129
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
130
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
131
|
+
- `@fluentui/react-tabs`
|
|
132
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
133
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
134
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
135
|
+
- `@fluentui/react-tabster`
|
|
136
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
137
|
+
- `@fluentui/react-text`
|
|
138
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
139
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27707](https://github.com/microsoft/fluentui/pull/27707) by olfedias@microsoft.com)
|
|
140
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
141
|
+
- `@fluentui/react-textarea`
|
|
142
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
143
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
144
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
145
|
+
- `@fluentui/react-theme`
|
|
146
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
147
|
+
- `@fluentui/react-toolbar`
|
|
148
|
+
- fix: ToolbarToggleButton should not follow Toolbar size ([PR #27797](https://github.com/microsoft/fluentui/pull/27797) by lingfangao@hotmail.com)
|
|
149
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
150
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
151
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
152
|
+
- `@fluentui/react-tooltip`
|
|
153
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
154
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
155
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
156
|
+
- `@fluentui/react-utilities`
|
|
157
|
+
- feat: defers useControllableState state to initializer method ([PR #27717](https://github.com/microsoft/fluentui/pull/27717) by bernardo.sunderhus@gmail.com)
|
|
158
|
+
- chore: updates useControllableState comments ([PR #27754](https://github.com/microsoft/fluentui/pull/27754) by bernardo.sunderhus@gmail.com)
|
|
159
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
160
|
+
- chore: simplifies useControllableState hook internals ([PR #27702](https://github.com/microsoft/fluentui/pull/27702) by bernardo.sunderhus@gmail.com)
|
|
161
|
+
- `@fluentui/keyboard-keys`
|
|
162
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
163
|
+
- `@fluentui/priority-overflow`
|
|
164
|
+
- fix: overflowManager should always dispatch initial state ([PR #27756](https://github.com/microsoft/fluentui/pull/27756) by lingfangao@hotmail.com)
|
|
165
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
166
|
+
- `@fluentui/react-accordion`
|
|
167
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
168
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
169
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
170
|
+
- `@fluentui/react-aria`
|
|
171
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
172
|
+
- `@fluentui/react-avatar`
|
|
173
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
174
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
175
|
+
- fix: Make AvatarGroup's content direction column. ([PR #27743](https://github.com/microsoft/fluentui/pull/27743) by esteban.230@hotmail.com)
|
|
176
|
+
- fix: update createCustomFocusIndicator usage to specify outline: none ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
|
|
177
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
178
|
+
- fix: Make border around badge transparent, not a solid color ([PR #27527](https://github.com/microsoft/fluentui/pull/27527) by behowell@microsoft.com)
|
|
179
|
+
- `@fluentui/react-badge`
|
|
180
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
181
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
182
|
+
- fix: Remove white border around presence badge when on a dark background ([PR #27780](https://github.com/microsoft/fluentui/pull/27780) by behowell@microsoft.com)
|
|
183
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
184
|
+
- `@fluentui/react-button`
|
|
185
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
186
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
187
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
188
|
+
- `@fluentui/react-card`
|
|
189
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27707](https://github.com/microsoft/fluentui/pull/27707) by olfedias@microsoft.com)
|
|
190
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
191
|
+
- `@fluentui/react-checkbox`
|
|
192
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
193
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
194
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
195
|
+
- `@fluentui/react-combobox`
|
|
196
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
197
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
|
|
198
|
+
- Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
|
|
199
|
+
- `@fluentui/react-components`
|
|
200
|
+
- feature: Add dynamically sized virtualizer scroll view ([PR #27298](https://github.com/microsoft/fluentui/pull/27298) by mifraser@microsoft.com)
|
|
201
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
202
|
+
- `@fluentui/react-context-selector`
|
|
203
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
204
|
+
- `@fluentui/react-datepicker-compat`
|
|
205
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
206
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
207
|
+
- chore: update version ([PR #27666](https://github.com/microsoft/fluentui/pull/27666) by olfedias@microsoft.com)
|
|
208
|
+
|
|
209
|
+
### Changes
|
|
210
|
+
|
|
211
|
+
- `@fluentui/react-infobutton`
|
|
212
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
213
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
|
|
214
|
+
- `@fluentui/react-jsx-runtime`
|
|
215
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
216
|
+
- `@fluentui/react-table`
|
|
217
|
+
- chore: remove now-unnecessary enableOutline in createCustomFocusIndicator ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
|
|
218
|
+
- `@fluentui/react-theme-sass`
|
|
219
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
220
|
+
- `@fluentui/react-tree`
|
|
221
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
222
|
+
- feat: TreeItem itemType restructure ([PR #27799](https://github.com/microsoft/fluentui/pull/27799) by bernardo.sunderhus@gmail.com)
|
|
223
|
+
- feat: creates TreeItemAside component ([PR #27701](https://github.com/microsoft/fluentui/pull/27701) by bernardo.sunderhus@gmail.com)
|
|
224
|
+
- feat: makes useFlatTree generic ([PR #27682](https://github.com/microsoft/fluentui/pull/27682) by bernardo.sunderhus@gmail.com)
|
|
225
|
+
- chore: updates useOpenItemsState internals ([PR #27697](https://github.com/microsoft/fluentui/pull/27697) by bernardo.sunderhus@gmail.com)
|
|
226
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
227
|
+
- feat: adds lazy loading story ([PR #27587](https://github.com/microsoft/fluentui/pull/27587) by bernardo.sunderhus@gmail.com)
|
|
228
|
+
- bugfix: fix horizontal overflow on tree ([PR #27825](https://github.com/microsoft/fluentui/pull/27825) by bernardo.sunderhus@gmail.com)
|
|
229
|
+
- bugfix: fix VisibleFlatTreeItemGenerator omitting visible items ([PR #27802](https://github.com/microsoft/fluentui/pull/27802) by bernardo.sunderhus@gmail.com)
|
|
230
|
+
- `@fluentui/react-virtualizer`
|
|
231
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
232
|
+
- feature: Add dynamically sized virtualizer scroll view ([PR #27298](https://github.com/microsoft/fluentui/pull/27298) by mifraser@microsoft.com)
|
|
233
|
+
- `@fluentui/tokens`
|
|
234
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
235
|
+
- `@fluentui/babel-preset-global-context`
|
|
236
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
237
|
+
- `@fluentui/global-context`
|
|
238
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
239
|
+
- `@fluentui/react-alert`
|
|
240
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
241
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
242
|
+
- `@fluentui/react-conformance-griffel`
|
|
243
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
244
|
+
- `@fluentui/react-data-grid-react-window`
|
|
245
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
|
|
246
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
247
|
+
|
|
248
|
+
## [9.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.1)
|
|
249
|
+
|
|
250
|
+
Mon, 24 Apr 2023 08:12:30 GMT
|
|
251
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.19.0..@fluentui/react-components_v9.19.1)
|
|
252
|
+
|
|
253
|
+
### Minor changes
|
|
254
|
+
|
|
255
|
+
- `@fluentui/react-datepicker-compat`
|
|
256
|
+
- feat: Add error handling to DatePicker. ([PR #27637](https://github.com/microsoft/fluentui/pull/27637) by esteban.230@hotmail.com)
|
|
257
|
+
- feat: Move DatePicker compat to stable. ([PR #27378](https://github.com/microsoft/fluentui/pull/27378) by esteban.230@hotmail.com)
|
|
258
|
+
- feat: Refactor DatePicker to remove Field and error handling logic. ([PR #27509](https://github.com/microsoft/fluentui/pull/27509) by esteban.230@hotmail.com)
|
|
259
|
+
|
|
260
|
+
### Patches
|
|
261
|
+
|
|
262
|
+
- `@fluentui/react-accordion`
|
|
263
|
+
- feat: adopt custom JSX pragma ([PR #27601](https://github.com/microsoft/fluentui/pull/27601) by bernardo.sunderhus@gmail.com)
|
|
264
|
+
- `@fluentui/react-avatar`
|
|
265
|
+
- chore: adopt custom JSX pragma ([PR #27602](https://github.com/microsoft/fluentui/pull/27602) by bernardo.sunderhus@gmail.com)
|
|
266
|
+
- `@fluentui/react-badge`
|
|
267
|
+
- chore: adopt custom JSX pragma ([PR #27603](https://github.com/microsoft/fluentui/pull/27603) by bernardo.sunderhus@gmail.com)
|
|
268
|
+
- `@fluentui/react-button`
|
|
269
|
+
- chore: adopt custom JSX pragma ([PR #27605](https://github.com/microsoft/fluentui/pull/27605) by bernardo.sunderhus@gmail.com)
|
|
270
|
+
- `@fluentui/react-card`
|
|
271
|
+
- chore: adopt custom JSX pragma ([PR #27606](https://github.com/microsoft/fluentui/pull/27606) by bernardo.sunderhus@gmail.com)
|
|
272
|
+
- `@fluentui/react-checkbox`
|
|
273
|
+
- chore: adopt custom JSX pragma ([PR #27607](https://github.com/microsoft/fluentui/pull/27607) by bernardo.sunderhus@gmail.com)
|
|
274
|
+
- `@fluentui/react-combobox`
|
|
275
|
+
- chore: adopt custom JSX pragma ([PR #27608](https://github.com/microsoft/fluentui/pull/27608) by bernardo.sunderhus@gmail.com)
|
|
276
|
+
- `@fluentui/react-components`
|
|
277
|
+
- removes TreeItemId type from react-tree ([PR #27532](https://github.com/microsoft/fluentui/pull/27532) by bernardo.sunderhus@gmail.com)
|
|
278
|
+
- `@fluentui/react-datepicker-compat`
|
|
279
|
+
- chore: adopt custom JSX pragma ([PR #27609](https://github.com/microsoft/fluentui/pull/27609) by bernardo.sunderhus@gmail.com)
|
|
280
|
+
- `@fluentui/react-dialog`
|
|
281
|
+
- bugfix: DialogTitle root as h2 by default ([PR #27555](https://github.com/microsoft/fluentui/pull/27555) by bernardo.sunderhus@gmail.com)
|
|
282
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
283
|
+
- chore: hoist tabster modal attributes to Dialog component ([PR #27541](https://github.com/microsoft/fluentui/pull/27541) by bernardo.sunderhus@gmail.com)
|
|
284
|
+
- `@fluentui/react-divider`
|
|
285
|
+
- chore: adopt custom JSX pragma ([PR #27610](https://github.com/microsoft/fluentui/pull/27610) by bernardo.sunderhus@gmail.com)
|
|
286
|
+
- `@fluentui/react-field`
|
|
287
|
+
- chore: adopt custom JSX pragma ([PR #27612](https://github.com/microsoft/fluentui/pull/27612) by bernardo.sunderhus@gmail.com)
|
|
288
|
+
- `@fluentui/react-image`
|
|
289
|
+
- chore: adopt custom JSX pragma ([PR #27613](https://github.com/microsoft/fluentui/pull/27613) by bernardo.sunderhus@gmail.com)
|
|
290
|
+
- `@fluentui/react-input`
|
|
291
|
+
- chore: adopt custom JSX pragma ([PR #27614](https://github.com/microsoft/fluentui/pull/27614) by bernardo.sunderhus@gmail.com)
|
|
292
|
+
- `@fluentui/react-label`
|
|
293
|
+
- chore: adopt custom JSX pragma ([PR #27616](https://github.com/microsoft/fluentui/pull/27616) by bernardo.sunderhus@gmail.com)
|
|
294
|
+
- `@fluentui/react-link`
|
|
295
|
+
- chore: adopt custom JSX pragma ([PR #27620](https://github.com/microsoft/fluentui/pull/27620) by bernardo.sunderhus@gmail.com)
|
|
296
|
+
- `@fluentui/react-menu`
|
|
297
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
298
|
+
- `@fluentui/react-persona`
|
|
299
|
+
- chore: adopt custom JSX pragma ([PR #27619](https://github.com/microsoft/fluentui/pull/27619) by bernardo.sunderhus@gmail.com)
|
|
300
|
+
- `@fluentui/react-popover`
|
|
301
|
+
- bugfix: ensure legacyTrapFocus works properly ([PR #27574](https://github.com/microsoft/fluentui/pull/27574) by bernardo.sunderhus@gmail.com)
|
|
302
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
303
|
+
- `@fluentui/react-progress`
|
|
304
|
+
- chore: adopt custom JSX pragma ([PR #27617](https://github.com/microsoft/fluentui/pull/27617) by bernardo.sunderhus@gmail.com)
|
|
305
|
+
- `@fluentui/react-provider`
|
|
306
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
307
|
+
- `@fluentui/react-radio`
|
|
308
|
+
- chore: adopt custom JSX pragma ([PR #27618](https://github.com/microsoft/fluentui/pull/27618) by bernardo.sunderhus@gmail.com)
|
|
309
|
+
- `@fluentui/react-select`
|
|
310
|
+
- chore: adopt custom JSX pragma ([PR #27621](https://github.com/microsoft/fluentui/pull/27621) by bernardo.sunderhus@gmail.com)
|
|
311
|
+
- `@fluentui/react-slider`
|
|
312
|
+
- chore: adopt custom JSX pragma ([PR #27624](https://github.com/microsoft/fluentui/pull/27624) by bernardo.sunderhus@gmail.com)
|
|
313
|
+
- `@fluentui/react-spinbutton`
|
|
314
|
+
- chore: adopt custom JSX pragma ([PR #27625](https://github.com/microsoft/fluentui/pull/27625) by bernardo.sunderhus@gmail.com)
|
|
315
|
+
- `@fluentui/react-spinner`
|
|
316
|
+
- chore: adopt custom JSX pragma ([PR #27622](https://github.com/microsoft/fluentui/pull/27622) by bernardo.sunderhus@gmail.com)
|
|
317
|
+
- `@fluentui/react-switch`
|
|
318
|
+
- chore: adopt custom JSX pragma ([PR #27627](https://github.com/microsoft/fluentui/pull/27627) by bernardo.sunderhus@gmail.com)
|
|
319
|
+
- `@fluentui/react-table`
|
|
320
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
321
|
+
- `@fluentui/react-tabs`
|
|
322
|
+
- chore: adopts custom JSX pragma ([PR #27640](https://github.com/microsoft/fluentui/pull/27640) by bernardo.sunderhus@gmail.com)
|
|
323
|
+
- `@fluentui/react-text`
|
|
324
|
+
- chore: adopt custom JSX pragma ([PR #27626](https://github.com/microsoft/fluentui/pull/27626) by bernardo.sunderhus@gmail.com)
|
|
325
|
+
- `@fluentui/react-textarea`
|
|
326
|
+
- chore: adopt custom JSX pragma ([PR #27631](https://github.com/microsoft/fluentui/pull/27631) by bernardo.sunderhus@gmail.com)
|
|
327
|
+
- `@fluentui/react-toolbar`
|
|
328
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
329
|
+
- `@fluentui/react-tooltip`
|
|
330
|
+
- chore: adopt custom JSX pragma ([PR #27630](https://github.com/microsoft/fluentui/pull/27630) by bernardo.sunderhus@gmail.com)
|
|
331
|
+
|
|
332
|
+
### Changes
|
|
333
|
+
|
|
334
|
+
- `@fluentui/react-alert`
|
|
335
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
336
|
+
- `@fluentui/react-data-grid-react-window`
|
|
337
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
338
|
+
- `@fluentui/react-infobutton`
|
|
339
|
+
- chore: adopt custom JSX pragma ([PR #27615](https://github.com/microsoft/fluentui/pull/27615) by bernardo.sunderhus@gmail.com)
|
|
340
|
+
- `@fluentui/react-jsx-runtime`
|
|
341
|
+
- chore: simplify createElement method ([PR #27573](https://github.com/microsoft/fluentui/pull/27573) by bernardo.sunderhus@gmail.com)
|
|
342
|
+
- `@fluentui/react-skeleton`
|
|
343
|
+
- chore: adopt custom JSX pragma ([PR #27623](https://github.com/microsoft/fluentui/pull/27623) by bernardo.sunderhus@gmail.com)
|
|
344
|
+
- `@fluentui/react-tree`
|
|
345
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
346
|
+
- bugfix: fix parent navigation after independency from id ([PR #27642](https://github.com/microsoft/fluentui/pull/27642) by bernardo.sunderhus@gmail.com)
|
|
347
|
+
- feat: value property over id ([PR #27532](https://github.com/microsoft/fluentui/pull/27532) by bernardo.sunderhus@gmail.com)
|
|
348
|
+
- chore: restructure stories, add separate category for flat tree ([PR #27586](https://github.com/microsoft/fluentui/pull/27586) by bernardo.sunderhus@gmail.com)
|
|
349
|
+
- `@fluentui/react-virtualizer`
|
|
350
|
+
- chore: adopt custom JSX pragma ([PR #27629](https://github.com/microsoft/fluentui/pull/27629) by bernardo.sunderhus@gmail.com)
|
|
351
|
+
|
|
7
352
|
## [9.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.0)
|
|
8
353
|
|
|
9
|
-
Mon, 17 Apr 2023 17:
|
|
354
|
+
Mon, 17 Apr 2023 17:53:43 GMT
|
|
10
355
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.9..@fluentui/react-components_v9.19.0)
|
|
11
356
|
|
|
12
357
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -526,6 +526,8 @@ import { renderProgressBar_unstable } from '@fluentui/react-progress';
|
|
|
526
526
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
527
527
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
528
528
|
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
529
|
+
import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
530
|
+
import { renderSkeletonItem_unstable } from '@fluentui/react-skeleton';
|
|
529
531
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
530
532
|
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
531
533
|
import { renderSpinner_unstable } from '@fluentui/react-spinner';
|
|
@@ -567,6 +569,18 @@ import { SelectTabEventHandler } from '@fluentui/react-tabs';
|
|
|
567
569
|
import { ShadowBrandTokens } from '@fluentui/react-theme';
|
|
568
570
|
import { ShadowTokens } from '@fluentui/react-theme';
|
|
569
571
|
import { shorthands } from '@griffel/react';
|
|
572
|
+
import { Skeleton } from '@fluentui/react-skeleton';
|
|
573
|
+
import { skeletonClassNames } from '@fluentui/react-skeleton';
|
|
574
|
+
import { SkeletonContextProvider } from '@fluentui/react-skeleton';
|
|
575
|
+
import { SkeletonContextValue } from '@fluentui/react-skeleton';
|
|
576
|
+
import { SkeletonItem } from '@fluentui/react-skeleton';
|
|
577
|
+
import { skeletonItemClassNames } from '@fluentui/react-skeleton';
|
|
578
|
+
import { SkeletonItemProps } from '@fluentui/react-skeleton';
|
|
579
|
+
import { SkeletonItemSlots } from '@fluentui/react-skeleton';
|
|
580
|
+
import { SkeletonItemState } from '@fluentui/react-skeleton';
|
|
581
|
+
import { SkeletonProps } from '@fluentui/react-skeleton';
|
|
582
|
+
import { SkeletonSlots } from '@fluentui/react-skeleton';
|
|
583
|
+
import { SkeletonState } from '@fluentui/react-skeleton';
|
|
570
584
|
import { Slider } from '@fluentui/react-slider';
|
|
571
585
|
import { sliderClassNames } from '@fluentui/react-slider';
|
|
572
586
|
import { sliderCSSVars } from '@fluentui/react-slider';
|
|
@@ -903,6 +917,7 @@ import { useOption_unstable } from '@fluentui/react-combobox';
|
|
|
903
917
|
import { useOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
904
918
|
import { useOptionGroupStyles_unstable } from '@fluentui/react-combobox';
|
|
905
919
|
import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
920
|
+
import { useOverflowCount } from '@fluentui/react-overflow';
|
|
906
921
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
907
922
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
908
923
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
@@ -926,6 +941,11 @@ import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
|
926
941
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
927
942
|
import { useSelect_unstable } from '@fluentui/react-select';
|
|
928
943
|
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
944
|
+
import { useSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
945
|
+
import { useSkeletonContext } from '@fluentui/react-skeleton';
|
|
946
|
+
import { useSkeletonItem_unstable } from '@fluentui/react-skeleton';
|
|
947
|
+
import { useSkeletonItemStyles_unstable } from '@fluentui/react-skeleton';
|
|
948
|
+
import { useSkeletonStyles_unstable } from '@fluentui/react-skeleton';
|
|
929
949
|
import { useSlider_unstable } from '@fluentui/react-slider';
|
|
930
950
|
import { useSliderState_unstable } from '@fluentui/react-slider';
|
|
931
951
|
import { useSliderStyles_unstable } from '@fluentui/react-slider';
|
|
@@ -2053,6 +2073,10 @@ export { renderRadioGroup_unstable }
|
|
|
2053
2073
|
|
|
2054
2074
|
export { renderSelect_unstable }
|
|
2055
2075
|
|
|
2076
|
+
export { renderSkeleton_unstable }
|
|
2077
|
+
|
|
2078
|
+
export { renderSkeletonItem_unstable }
|
|
2079
|
+
|
|
2056
2080
|
export { renderSlider_unstable }
|
|
2057
2081
|
|
|
2058
2082
|
export { renderSpinButton_unstable }
|
|
@@ -2135,6 +2159,30 @@ export { ShadowTokens }
|
|
|
2135
2159
|
|
|
2136
2160
|
export { shorthands }
|
|
2137
2161
|
|
|
2162
|
+
export { Skeleton }
|
|
2163
|
+
|
|
2164
|
+
export { skeletonClassNames }
|
|
2165
|
+
|
|
2166
|
+
export { SkeletonContextProvider }
|
|
2167
|
+
|
|
2168
|
+
export { SkeletonContextValue }
|
|
2169
|
+
|
|
2170
|
+
export { SkeletonItem }
|
|
2171
|
+
|
|
2172
|
+
export { skeletonItemClassNames }
|
|
2173
|
+
|
|
2174
|
+
export { SkeletonItemProps }
|
|
2175
|
+
|
|
2176
|
+
export { SkeletonItemSlots }
|
|
2177
|
+
|
|
2178
|
+
export { SkeletonItemState }
|
|
2179
|
+
|
|
2180
|
+
export { SkeletonProps }
|
|
2181
|
+
|
|
2182
|
+
export { SkeletonSlots }
|
|
2183
|
+
|
|
2184
|
+
export { SkeletonState }
|
|
2185
|
+
|
|
2138
2186
|
export { Slider }
|
|
2139
2187
|
|
|
2140
2188
|
export { sliderClassNames }
|
|
@@ -2807,6 +2855,8 @@ export { useOptionGroupStyles_unstable }
|
|
|
2807
2855
|
|
|
2808
2856
|
export { useOptionStyles_unstable }
|
|
2809
2857
|
|
|
2858
|
+
export { useOverflowCount }
|
|
2859
|
+
|
|
2810
2860
|
export { useOverflowMenu }
|
|
2811
2861
|
|
|
2812
2862
|
export { usePersona_unstable }
|
|
@@ -2853,6 +2903,16 @@ export { useSelect_unstable }
|
|
|
2853
2903
|
|
|
2854
2904
|
export { useSelectStyles_unstable }
|
|
2855
2905
|
|
|
2906
|
+
export { useSkeleton_unstable }
|
|
2907
|
+
|
|
2908
|
+
export { useSkeletonContext }
|
|
2909
|
+
|
|
2910
|
+
export { useSkeletonItem_unstable }
|
|
2911
|
+
|
|
2912
|
+
export { useSkeletonItemStyles_unstable }
|
|
2913
|
+
|
|
2914
|
+
export { useSkeletonStyles_unstable }
|
|
2915
|
+
|
|
2856
2916
|
export { useSlider_unstable }
|
|
2857
2917
|
|
|
2858
2918
|
export { useSliderState_unstable }
|