@fluentui/react-components 9.34.2 → 9.35.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 +189 -1
- package/CHANGELOG.md +79 -2
- package/dist/index.d.ts +132 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +82 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +47 -46
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,195 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 12 Oct 2023 14:52:32 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.35.0",
|
|
7
|
+
"version": "9.35.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
13
|
+
"commit": "355fd5631311dc163f32ba79655a132376089f95",
|
|
14
|
+
"comment": "chore: migrate from getNativeElementProps for getIntrinsicElementProps"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "lingfangao@hotmail.com",
|
|
18
|
+
"package": "@fluentui/react-button",
|
|
19
|
+
"commit": "3b8a86445f185e19ec9b0fc4ee4943a0867bab23",
|
|
20
|
+
"comment": "fix: Transparent buttons visible in teams high contrast mode"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
24
|
+
"package": "@fluentui/react-card",
|
|
25
|
+
"commit": "355fd5631311dc163f32ba79655a132376089f95",
|
|
26
|
+
"comment": "chore: migrate from getNativeElementProps for getIntrinsicElementProps"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
30
|
+
"package": "@fluentui/react-image",
|
|
31
|
+
"commit": "355fd5631311dc163f32ba79655a132376089f95",
|
|
32
|
+
"comment": "chore: migrate from getNativeElementProps for getIntrinsicElementProps"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
37
|
+
"commit": "c5a97ca5b00df131ed12af2526953f5a4354ae66",
|
|
38
|
+
"comment": "chore: add warning for resolution problems"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "matejera@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
43
|
+
"commit": "c2e09fe47acb6010fdb188026180ee505abb9f67",
|
|
44
|
+
"comment": "fix: adding checks for is inverted and using different colors accordingly on neutralForeground3 and 4 in the createV9Theme function."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
48
|
+
"package": "@fluentui/react-text",
|
|
49
|
+
"commit": "355fd5631311dc163f32ba79655a132376089f95",
|
|
50
|
+
"comment": "chore: migrate from getNativeElementProps for getIntrinsicElementProps"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"minor": [
|
|
54
|
+
{
|
|
55
|
+
"author": "lingfangao@hotmail.com",
|
|
56
|
+
"package": "@fluentui/react-components",
|
|
57
|
+
"commit": "40e6a376db3c2f11ba131c046c4241bf52e6d3a3",
|
|
58
|
+
"comment": "feat: Release MessageBar as stable"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "lingfangao@hotmail.com",
|
|
62
|
+
"package": "@fluentui/react-message-bar",
|
|
63
|
+
"commit": "40e6a376db3c2f11ba131c046c4241bf52e6d3a3",
|
|
64
|
+
"comment": "feat: Release MessageBar as stable"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"prerelease": [
|
|
68
|
+
{
|
|
69
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
70
|
+
"package": "@fluentui/react-drawer",
|
|
71
|
+
"commit": "355fd5631311dc163f32ba79655a132376089f95",
|
|
72
|
+
"comment": "chore: migrate from getNativeElementProps for getIntrinsicElementProps"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"date": "Wed, 11 Oct 2023 13:54:22 GMT",
|
|
79
|
+
"tag": "@fluentui/react-components_v9.34.3",
|
|
80
|
+
"version": "9.34.3",
|
|
81
|
+
"comments": {
|
|
82
|
+
"patch": [
|
|
83
|
+
{
|
|
84
|
+
"author": "mifraser@microsoft.com",
|
|
85
|
+
"package": "@fluentui/react-button",
|
|
86
|
+
"commit": "ae35fa7c3a07ceba7e503319fa594174ed1bca9f",
|
|
87
|
+
"comment": "Fix: Buttons internal focus border was not consistent on firefox"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"author": "esteban.230@hotmail.com",
|
|
91
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
92
|
+
"commit": "4a7d6cb6fade8be511c13ea79b71982c98e58b93",
|
|
93
|
+
"comment": "fix: When the month picker is shown as overlay due to space restrictions, don't close the popover when selecting a month."
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
97
|
+
"package": "@fluentui/react-dialog",
|
|
98
|
+
"commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
|
|
99
|
+
"comment": "chore: use default prevention instead of stop propagation for Escape handling"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"author": "lingfan.gao@microsoft.com",
|
|
103
|
+
"package": "@fluentui/react-menu",
|
|
104
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
105
|
+
"comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
109
|
+
"package": "@fluentui/react-menu",
|
|
110
|
+
"commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
|
|
111
|
+
"comment": "chore: use default prevention instead of stop propagation for Escape handling"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"author": "lingfan.gao@microsoft.com",
|
|
115
|
+
"package": "@fluentui/react-message-bar-preview",
|
|
116
|
+
"commit": "5a1cee209858ce4e5c1c304755ff74bba0148193",
|
|
117
|
+
"comment": "fix: Align icons with text content"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"author": "lingfangao@hotmail.com",
|
|
121
|
+
"package": "@fluentui/react-message-bar-preview",
|
|
122
|
+
"commit": "aed130bfbf4ac88947a697b723387fd8d8382686",
|
|
123
|
+
"comment": "fix: MessageBarActions should not overflow into grid padding"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"author": "lingfan.gao@microsoft.com",
|
|
127
|
+
"package": "@fluentui/react-popover",
|
|
128
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
129
|
+
"comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
133
|
+
"package": "@fluentui/react-popover",
|
|
134
|
+
"commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
|
|
135
|
+
"comment": "chore: use default prevention instead of stop propagation for Escape handling"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"author": "lingfan.gao@microsoft.com",
|
|
139
|
+
"package": "@fluentui/react-portal",
|
|
140
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
141
|
+
"comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"author": "lingfan.gao@microsoft.com",
|
|
145
|
+
"package": "@fluentui/react-table",
|
|
146
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
147
|
+
"comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
151
|
+
"package": "@fluentui/react-tooltip",
|
|
152
|
+
"commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
|
|
153
|
+
"comment": "chore: use default prevention instead of stop propagation for Escape handling"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
157
|
+
"package": "@fluentui/react-tree",
|
|
158
|
+
"commit": "3beb206ba64c40d184d59de64931fb8de4f48961",
|
|
159
|
+
"comment": "chore: adds console error when mixing Tree and FlatTree components"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
163
|
+
"package": "@fluentui/react-tree",
|
|
164
|
+
"commit": "96b161d215b1a2e5b5d67464264e69c7c241f9fa",
|
|
165
|
+
"comment": "bugfix: Tree indentation broken due to wrongly consuming root context instead of subtree context"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"author": "lingfan.gao@microsoft.com",
|
|
169
|
+
"package": "@fluentui/react-tree",
|
|
170
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
171
|
+
"comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"prerelease": [
|
|
175
|
+
{
|
|
176
|
+
"author": "lingfan.gao@microsoft.com",
|
|
177
|
+
"package": "@fluentui/react-infobutton",
|
|
178
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
179
|
+
"comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"minor": [
|
|
183
|
+
{
|
|
184
|
+
"author": "lingfan.gao@microsoft.com",
|
|
185
|
+
"package": "@fluentui/react-utilities",
|
|
186
|
+
"commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
|
|
187
|
+
"comment": "feat: Add virtual parent utilties"
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"date": "Mon, 09 Oct 2023 20:45:41 GMT",
|
|
6
194
|
"tag": "@fluentui/react-components_v9.34.2",
|
|
7
195
|
"version": "9.34.2",
|
|
8
196
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,89 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 12 Oct 2023 14:52:32 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.35.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.35.0)
|
|
8
|
+
|
|
9
|
+
Thu, 12 Oct 2023 14:52:32 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.3..@fluentui/react-components_v9.35.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Release MessageBar as stable ([PR #29502](https://github.com/microsoft/fluentui/pull/29502) by lingfangao@hotmail.com)
|
|
16
|
+
- `@fluentui/react-message-bar`
|
|
17
|
+
- feat: Release MessageBar as stable ([PR #29502](https://github.com/microsoft/fluentui/pull/29502) by lingfangao@hotmail.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-breadcrumb-preview`
|
|
22
|
+
- chore: migrate from getNativeElementProps for getIntrinsicElementProps ([PR #29498](https://github.com/microsoft/fluentui/pull/29498) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
- `@fluentui/react-button`
|
|
24
|
+
- fix: Transparent buttons visible in teams high contrast mode ([PR #29497](https://github.com/microsoft/fluentui/pull/29497) by lingfangao@hotmail.com)
|
|
25
|
+
- `@fluentui/react-card`
|
|
26
|
+
- chore: migrate from getNativeElementProps for getIntrinsicElementProps ([PR #29498](https://github.com/microsoft/fluentui/pull/29498) by bernardo.sunderhus@gmail.com)
|
|
27
|
+
- `@fluentui/react-image`
|
|
28
|
+
- chore: migrate from getNativeElementProps for getIntrinsicElementProps ([PR #29498](https://github.com/microsoft/fluentui/pull/29498) by bernardo.sunderhus@gmail.com)
|
|
29
|
+
- `@fluentui/react-jsx-runtime`
|
|
30
|
+
- chore: add warning for resolution problems ([PR #29434](https://github.com/microsoft/fluentui/pull/29434) by bernardo.sunderhus@gmail.com)
|
|
31
|
+
- `@fluentui/react-migration-v8-v9`
|
|
32
|
+
- fix: adding checks for is inverted and using different colors accordingly on neutralForeground3 and 4 in the createV9Theme function. ([PR #29471](https://github.com/microsoft/fluentui/pull/29471) by matejera@microsoft.com)
|
|
33
|
+
- `@fluentui/react-text`
|
|
34
|
+
- chore: migrate from getNativeElementProps for getIntrinsicElementProps ([PR #29498](https://github.com/microsoft/fluentui/pull/29498) by bernardo.sunderhus@gmail.com)
|
|
35
|
+
|
|
36
|
+
### Changes
|
|
37
|
+
|
|
38
|
+
- `@fluentui/react-drawer`
|
|
39
|
+
- chore: migrate from getNativeElementProps for getIntrinsicElementProps ([PR #29498](https://github.com/microsoft/fluentui/pull/29498) by bernardo.sunderhus@gmail.com)
|
|
40
|
+
|
|
41
|
+
## [9.34.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.3)
|
|
42
|
+
|
|
43
|
+
Wed, 11 Oct 2023 13:54:22 GMT
|
|
44
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.2..@fluentui/react-components_v9.34.3)
|
|
45
|
+
|
|
46
|
+
### Minor changes
|
|
47
|
+
|
|
48
|
+
- `@fluentui/react-utilities`
|
|
49
|
+
- feat: Add virtual parent utilties ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
50
|
+
|
|
51
|
+
### Patches
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-button`
|
|
54
|
+
- Fix: Buttons internal focus border was not consistent on firefox ([PR #29441](https://github.com/microsoft/fluentui/pull/29441) by mifraser@microsoft.com)
|
|
55
|
+
- `@fluentui/react-datepicker-compat`
|
|
56
|
+
- fix: When the month picker is shown as overlay due to space restrictions, don't close the popover when selecting a month. ([PR #29481](https://github.com/microsoft/fluentui/pull/29481) by esteban.230@hotmail.com)
|
|
57
|
+
- `@fluentui/react-dialog`
|
|
58
|
+
- chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
|
|
59
|
+
- `@fluentui/react-menu`
|
|
60
|
+
- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
61
|
+
- chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
|
|
62
|
+
- `@fluentui/react-message-bar-preview`
|
|
63
|
+
- fix: Align icons with text content ([PR #29482](https://github.com/microsoft/fluentui/pull/29482) by lingfan.gao@microsoft.com)
|
|
64
|
+
- fix: MessageBarActions should not overflow into grid padding ([PR #29462](https://github.com/microsoft/fluentui/pull/29462) by lingfangao@hotmail.com)
|
|
65
|
+
- `@fluentui/react-popover`
|
|
66
|
+
- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
67
|
+
- chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
|
|
68
|
+
- `@fluentui/react-portal`
|
|
69
|
+
- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
70
|
+
- `@fluentui/react-table`
|
|
71
|
+
- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
72
|
+
- `@fluentui/react-tooltip`
|
|
73
|
+
- chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
|
|
74
|
+
- `@fluentui/react-tree`
|
|
75
|
+
- chore: adds console error when mixing Tree and FlatTree components ([PR #29461](https://github.com/microsoft/fluentui/pull/29461) by bernardo.sunderhus@gmail.com)
|
|
76
|
+
- bugfix: Tree indentation broken due to wrongly consuming root context instead of subtree context ([PR #29459](https://github.com/microsoft/fluentui/pull/29459) by bernardo.sunderhus@gmail.com)
|
|
77
|
+
- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
78
|
+
|
|
79
|
+
### Changes
|
|
80
|
+
|
|
81
|
+
- `@fluentui/react-infobutton`
|
|
82
|
+
- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
|
|
83
|
+
|
|
7
84
|
## [9.34.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.2)
|
|
8
85
|
|
|
9
|
-
Mon, 09 Oct 2023 20:41
|
|
86
|
+
Mon, 09 Oct 2023 20:45:41 GMT
|
|
10
87
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.1..@fluentui/react-components_v9.34.2)
|
|
11
88
|
|
|
12
89
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -434,6 +434,34 @@ import { MenuTriggerProps } from '@fluentui/react-menu';
|
|
|
434
434
|
import { MenuTriggerState } from '@fluentui/react-menu';
|
|
435
435
|
import { mergeCallbacks } from '@fluentui/react-utilities';
|
|
436
436
|
import { mergeClasses } from '@griffel/react';
|
|
437
|
+
import { MessageBar } from '@fluentui/react-message-bar';
|
|
438
|
+
import { MessageBarActions } from '@fluentui/react-message-bar';
|
|
439
|
+
import { messageBarActionsClassNames } from '@fluentui/react-message-bar';
|
|
440
|
+
import { MessageBarActionsProps } from '@fluentui/react-message-bar';
|
|
441
|
+
import { MessageBarActionsSlots } from '@fluentui/react-message-bar';
|
|
442
|
+
import { MessageBarActionsState } from '@fluentui/react-message-bar';
|
|
443
|
+
import { MessageBarBody } from '@fluentui/react-message-bar';
|
|
444
|
+
import { messageBarBodyClassNames } from '@fluentui/react-message-bar';
|
|
445
|
+
import { MessageBarBodyProps } from '@fluentui/react-message-bar';
|
|
446
|
+
import { MessageBarBodySlots } from '@fluentui/react-message-bar';
|
|
447
|
+
import { MessageBarBodyState } from '@fluentui/react-message-bar';
|
|
448
|
+
import { messageBarClassNames } from '@fluentui/react-message-bar';
|
|
449
|
+
import { MessageBarContextProvider } from '@fluentui/react-message-bar';
|
|
450
|
+
import { MessageBarContextValue } from '@fluentui/react-message-bar';
|
|
451
|
+
import { MessageBarGroup } from '@fluentui/react-message-bar';
|
|
452
|
+
import { messageBarGroupClassNames } from '@fluentui/react-message-bar';
|
|
453
|
+
import { MessageBarGroupProps } from '@fluentui/react-message-bar';
|
|
454
|
+
import { MessageBarGroupSlots } from '@fluentui/react-message-bar';
|
|
455
|
+
import { MessageBarGroupState } from '@fluentui/react-message-bar';
|
|
456
|
+
import { MessageBarIntent } from '@fluentui/react-message-bar';
|
|
457
|
+
import { MessageBarProps } from '@fluentui/react-message-bar';
|
|
458
|
+
import { MessageBarSlots } from '@fluentui/react-message-bar';
|
|
459
|
+
import { MessageBarState } from '@fluentui/react-message-bar';
|
|
460
|
+
import { MessageBarTitle } from '@fluentui/react-message-bar';
|
|
461
|
+
import { messageBarTitleClassNames } from '@fluentui/react-message-bar';
|
|
462
|
+
import { MessageBarTitleProps } from '@fluentui/react-message-bar';
|
|
463
|
+
import { MessageBarTitleSlots } from '@fluentui/react-message-bar';
|
|
464
|
+
import { MessageBarTitleState } from '@fluentui/react-message-bar';
|
|
437
465
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
438
466
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
439
467
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
@@ -580,6 +608,11 @@ import { renderMenuList_unstable } from '@fluentui/react-menu';
|
|
|
580
608
|
import { renderMenuPopover_unstable } from '@fluentui/react-menu';
|
|
581
609
|
import { renderMenuSplitGroup_unstable } from '@fluentui/react-menu';
|
|
582
610
|
import { renderMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
611
|
+
import { renderMessageBar_unstable } from '@fluentui/react-message-bar';
|
|
612
|
+
import { renderMessageBarActions_unstable } from '@fluentui/react-message-bar';
|
|
613
|
+
import { renderMessageBarBody_unstable } from '@fluentui/react-message-bar';
|
|
614
|
+
import { renderMessageBarGroup_unstable } from '@fluentui/react-message-bar';
|
|
615
|
+
import { renderMessageBarTitle_unstable } from '@fluentui/react-message-bar';
|
|
583
616
|
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
584
617
|
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
585
618
|
import { renderPersona_unstable } from '@fluentui/react-persona';
|
|
@@ -1103,6 +1136,17 @@ import { useMenuSplitGroupStyles_unstable } from '@fluentui/react-menu';
|
|
|
1103
1136
|
import { useMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
1104
1137
|
import { useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
1105
1138
|
import { useMergedRefs } from '@fluentui/react-utilities';
|
|
1139
|
+
import { useMessageBar_unstable } from '@fluentui/react-message-bar';
|
|
1140
|
+
import { useMessageBarActions_unstable } from '@fluentui/react-message-bar';
|
|
1141
|
+
import { useMessageBarActionsStyles_unstable } from '@fluentui/react-message-bar';
|
|
1142
|
+
import { useMessageBarBody_unstable } from '@fluentui/react-message-bar';
|
|
1143
|
+
import { useMessageBarBodyStyles_unstable } from '@fluentui/react-message-bar';
|
|
1144
|
+
import { useMessageBarContext } from '@fluentui/react-message-bar';
|
|
1145
|
+
import { useMessageBarGroup_unstable } from '@fluentui/react-message-bar';
|
|
1146
|
+
import { useMessageBarGroupStyles_unstable } from '@fluentui/react-message-bar';
|
|
1147
|
+
import { useMessageBarStyles_unstable } from '@fluentui/react-message-bar';
|
|
1148
|
+
import { useMessageBarTitle_unstable } from '@fluentui/react-message-bar';
|
|
1149
|
+
import { useMessageBarTitleStyles_unstable } from '@fluentui/react-message-bar';
|
|
1106
1150
|
import { useModalAttributes } from '@fluentui/react-tabster';
|
|
1107
1151
|
import { UseModalAttributesOptions } from '@fluentui/react-tabster';
|
|
1108
1152
|
import { useObservedElement } from '@fluentui/react-tabster';
|
|
@@ -2117,6 +2161,62 @@ export { mergeCallbacks }
|
|
|
2117
2161
|
|
|
2118
2162
|
export { mergeClasses }
|
|
2119
2163
|
|
|
2164
|
+
export { MessageBar }
|
|
2165
|
+
|
|
2166
|
+
export { MessageBarActions }
|
|
2167
|
+
|
|
2168
|
+
export { messageBarActionsClassNames }
|
|
2169
|
+
|
|
2170
|
+
export { MessageBarActionsProps }
|
|
2171
|
+
|
|
2172
|
+
export { MessageBarActionsSlots }
|
|
2173
|
+
|
|
2174
|
+
export { MessageBarActionsState }
|
|
2175
|
+
|
|
2176
|
+
export { MessageBarBody }
|
|
2177
|
+
|
|
2178
|
+
export { messageBarBodyClassNames }
|
|
2179
|
+
|
|
2180
|
+
export { MessageBarBodyProps }
|
|
2181
|
+
|
|
2182
|
+
export { MessageBarBodySlots }
|
|
2183
|
+
|
|
2184
|
+
export { MessageBarBodyState }
|
|
2185
|
+
|
|
2186
|
+
export { messageBarClassNames }
|
|
2187
|
+
|
|
2188
|
+
export { MessageBarContextProvider }
|
|
2189
|
+
|
|
2190
|
+
export { MessageBarContextValue }
|
|
2191
|
+
|
|
2192
|
+
export { MessageBarGroup }
|
|
2193
|
+
|
|
2194
|
+
export { messageBarGroupClassNames }
|
|
2195
|
+
|
|
2196
|
+
export { MessageBarGroupProps }
|
|
2197
|
+
|
|
2198
|
+
export { MessageBarGroupSlots }
|
|
2199
|
+
|
|
2200
|
+
export { MessageBarGroupState }
|
|
2201
|
+
|
|
2202
|
+
export { MessageBarIntent }
|
|
2203
|
+
|
|
2204
|
+
export { MessageBarProps }
|
|
2205
|
+
|
|
2206
|
+
export { MessageBarSlots }
|
|
2207
|
+
|
|
2208
|
+
export { MessageBarState }
|
|
2209
|
+
|
|
2210
|
+
export { MessageBarTitle }
|
|
2211
|
+
|
|
2212
|
+
export { messageBarTitleClassNames }
|
|
2213
|
+
|
|
2214
|
+
export { MessageBarTitleProps }
|
|
2215
|
+
|
|
2216
|
+
export { MessageBarTitleSlots }
|
|
2217
|
+
|
|
2218
|
+
export { MessageBarTitleState }
|
|
2219
|
+
|
|
2120
2220
|
export { OnOpenChangeData }
|
|
2121
2221
|
|
|
2122
2222
|
export { OnVisibleChangeData }
|
|
@@ -2409,6 +2509,16 @@ export { renderMenuSplitGroup_unstable }
|
|
|
2409
2509
|
|
|
2410
2510
|
export { renderMenuTrigger_unstable }
|
|
2411
2511
|
|
|
2512
|
+
export { renderMessageBar_unstable }
|
|
2513
|
+
|
|
2514
|
+
export { renderMessageBarActions_unstable }
|
|
2515
|
+
|
|
2516
|
+
export { renderMessageBarBody_unstable }
|
|
2517
|
+
|
|
2518
|
+
export { renderMessageBarGroup_unstable }
|
|
2519
|
+
|
|
2520
|
+
export { renderMessageBarTitle_unstable }
|
|
2521
|
+
|
|
2412
2522
|
export { renderOption_unstable }
|
|
2413
2523
|
|
|
2414
2524
|
export { renderOptionGroup_unstable }
|
|
@@ -3455,6 +3565,28 @@ export { useMenuTriggerContext_unstable }
|
|
|
3455
3565
|
|
|
3456
3566
|
export { useMergedRefs }
|
|
3457
3567
|
|
|
3568
|
+
export { useMessageBar_unstable }
|
|
3569
|
+
|
|
3570
|
+
export { useMessageBarActions_unstable }
|
|
3571
|
+
|
|
3572
|
+
export { useMessageBarActionsStyles_unstable }
|
|
3573
|
+
|
|
3574
|
+
export { useMessageBarBody_unstable }
|
|
3575
|
+
|
|
3576
|
+
export { useMessageBarBodyStyles_unstable }
|
|
3577
|
+
|
|
3578
|
+
export { useMessageBarContext }
|
|
3579
|
+
|
|
3580
|
+
export { useMessageBarGroup_unstable }
|
|
3581
|
+
|
|
3582
|
+
export { useMessageBarGroupStyles_unstable }
|
|
3583
|
+
|
|
3584
|
+
export { useMessageBarStyles_unstable }
|
|
3585
|
+
|
|
3586
|
+
export { useMessageBarTitle_unstable }
|
|
3587
|
+
|
|
3588
|
+
export { useMessageBarTitleStyles_unstable }
|
|
3589
|
+
|
|
3458
3590
|
export { useModalAttributes }
|
|
3459
3591
|
|
|
3460
3592
|
export { UseModalAttributesOptions }
|
package/lib/index.js
CHANGED
|
@@ -43,3 +43,4 @@ export { Field, fieldClassNames, FieldContextProvider, renderField_unstable, use
|
|
|
43
43
|
export { useToastController, ToastTrigger, useToastTrigger_unstable, renderToastTrigger_unstable, Toaster, useToasterStyles_unstable, useToaster_unstable, renderToaster_unstable, toasterClassNames, Toast, useToastStyles_unstable, useToast_unstable, renderToast_unstable, ToastTitle, useToastTitleStyles_unstable, useToastTitle_unstable, renderToastTitle_unstable, toastTitleClassNames, ToastBody, useToastBodyStyles_unstable, useToastBody_unstable, renderToastBody_unstable, toastBodyClassNames, ToastFooter, useToastFooterStyles_unstable, useToastFooter_unstable, renderToastFooter_unstable, toastFooterClassNames } from '@fluentui/react-toast';
|
|
44
44
|
export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersonaLayout, TreeItemProvider, TreeProvider, flatTreeClassNames, flattenTree_unstable, renderFlatTree_unstable, renderTreeItemLayout_unstable, renderTreeItemPersonaLayout_unstable, renderTreeItem_unstable, renderTree_unstable, treeClassNames, treeItemClassNames, treeItemLayoutClassNames, treeItemLevelToken, treeItemPersonaLayoutClassNames, useFlatTreeContextValues_unstable, useFlatTreeStyles_unstable, useFlatTree_unstable, useHeadlessFlatTree_unstable, useTreeContextValues_unstable, useTreeContext_unstable, useSubtreeContext_unstable, useTreeItemContextValues_unstable, useTreeItemContext_unstable, useTreeItemLayoutStyles_unstable, useTreeItemLayout_unstable, useTreeItemPersonaLayoutStyles_unstable, useTreeItemPersonaLayout_unstable, useTreeItemStyles_unstable, useTreeItem_unstable, useTreeStyles_unstable, useTree_unstable } from '@fluentui/react-tree';
|
|
45
45
|
export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable, InteractionTag, renderInteractionTag_unstable, interactionTagClassNames, useInteractionTagStyles_unstable, useInteractionTag_unstable, useInteractionTagContextValues_unstable, InteractionTagPrimary, interactionTagPrimaryClassNames, renderInteractionTagPrimary_unstable, useInteractionTagPrimaryStyles_unstable, useInteractionTagPrimary_unstable, InteractionTagSecondary, renderInteractionTagSecondary_unstable, interactionTagSecondaryClassNames, useInteractionTagSecondaryStyles_unstable, useInteractionTagSecondary_unstable, TagGroup, renderTagGroup_unstable, tagGroupClassNames, useTagGroupStyles_unstable, useTagGroup_unstable, useTagGroupContextValues_unstable, useTagAvatarContextValues_unstable } from '@fluentui/react-tags';
|
|
46
|
+
export { MessageBar, useMessageBarStyles_unstable, useMessageBar_unstable, renderMessageBar_unstable, messageBarClassNames, MessageBarTitle, useMessageBarTitleStyles_unstable, useMessageBarTitle_unstable, renderMessageBarTitle_unstable, messageBarTitleClassNames, MessageBarActions, useMessageBarActionsStyles_unstable, useMessageBarActions_unstable, renderMessageBarActions_unstable, messageBarActionsClassNames, MessageBarBody, useMessageBarBodyStyles_unstable, useMessageBarBody_unstable, renderMessageBarBody_unstable, messageBarBodyClassNames, MessageBarContextProvider, useMessageBarContext, MessageBarGroup, useMessageBarGroupStyles_unstable, useMessageBarGroup_unstable, renderMessageBarGroup_unstable, messageBarGroupClassNames } from '@fluentui/react-message-bar';
|