@fluentui/react-components 9.32.3 → 9.34.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 +151 -1
- package/CHANGELOG.md +59 -2
- package/dist/index.d.ts +165 -0
- package/lib/index.js +4 -3
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +94 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +46 -45
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,157 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 04 Oct 2023 08:41:52 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.34.0",
|
|
7
|
+
"version": "9.34.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mifraser@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-button",
|
|
13
|
+
"commit": "764314f0644f7de360536a955442c06470406c5b",
|
|
14
|
+
"comment": "Fix: Button focus borders were extending past bounding box causing overlap, focus border is now inset"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "vkozlova@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-button",
|
|
19
|
+
"commit": "44fc4425708d04018dbfa0875f453df324068fd7",
|
|
20
|
+
"comment": "fix: Icon in disabled Button shouldn't change color on hover or pressed."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "gcox@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-progress",
|
|
25
|
+
"commit": "e0d871e6236b9ef86b8566daf7c8ba61a7325b1f",
|
|
26
|
+
"comment": "fix: Updated slots to be required in ProgressBarState"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
30
|
+
"package": "@fluentui/react-tree",
|
|
31
|
+
"commit": "eb4533eee19eba7b7177e9938e5c5fd642f0e691",
|
|
32
|
+
"comment": "chore: replace makeStyles with makeResetStyles"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-tree",
|
|
37
|
+
"commit": "3b210c90f667620c54a8b85b99bf33888afa1f57",
|
|
38
|
+
"comment": "chore: delegate focus outline to layout components"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"minor": [
|
|
42
|
+
{
|
|
43
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
44
|
+
"package": "@fluentui/react-components",
|
|
45
|
+
"commit": "f61033d77d6852838c580bfa7379d026128c2dbb",
|
|
46
|
+
"comment": "feat: exports getIntrinsicElementProps method"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "yuanboxue@microsoft.com",
|
|
50
|
+
"package": "@fluentui/react-components",
|
|
51
|
+
"commit": "e81fd717e06cab9d563e32a721fdf07346d084f9",
|
|
52
|
+
"comment": "feat: release Tag component"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"author": "lingfangao@hotmail.com",
|
|
56
|
+
"package": "@fluentui/react-message-bar-preview",
|
|
57
|
+
"commit": "b93332889af6fc14d25bcfe50ed0c56d988c10f8",
|
|
58
|
+
"comment": "feat: release preview package"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "yuanboxue@microsoft.com",
|
|
62
|
+
"package": "@fluentui/react-tags",
|
|
63
|
+
"commit": "e81fd717e06cab9d563e32a721fdf07346d084f9",
|
|
64
|
+
"comment": "feat: initial release"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
68
|
+
"package": "@fluentui/react-utilities",
|
|
69
|
+
"commit": "f61033d77d6852838c580bfa7379d026128c2dbb",
|
|
70
|
+
"comment": "feat: creates getIntrinsicElementProps to replace getNativeElementProps on slots creation"
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"date": "Mon, 02 Oct 2023 08:56:03 GMT",
|
|
77
|
+
"tag": "@fluentui/react-components_v9.33.0",
|
|
78
|
+
"version": "9.33.0",
|
|
79
|
+
"comments": {
|
|
80
|
+
"minor": [
|
|
81
|
+
{
|
|
82
|
+
"author": "vkozlova@microsoft.com",
|
|
83
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
84
|
+
"commit": "825527266f96ba80b865c072af9889360573b887",
|
|
85
|
+
"comment": "fix: exported BreadcrumbProvider and useBreadcrumbContext"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"author": "vkozlova@microsoft.com",
|
|
89
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
90
|
+
"commit": "03466e42548781a9f80a3859c13eda0e8bd33a6b",
|
|
91
|
+
"comment": "feat: add custom styling hooks for Breadcrumb component and its sub-components"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
95
|
+
"package": "@fluentui/react-components",
|
|
96
|
+
"commit": "b7c4075ba6978c8435ce9942f6f04179a2f3be33",
|
|
97
|
+
"comment": "feat: export SubtreeContext from @fluentui/react-tree"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"author": "olfedias@microsoft.com",
|
|
101
|
+
"package": "@fluentui/react-components",
|
|
102
|
+
"commit": "bfa0ec8c423bc3d44b41c28d543c6bdabde3c468",
|
|
103
|
+
"comment": "feat: export useFluentProviderThemeStyleTag"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"author": "msnyder@microsoft.com",
|
|
107
|
+
"package": "@fluentui/react-table",
|
|
108
|
+
"commit": "d58a480cbe6de091979c053daaa1c4853a734498",
|
|
109
|
+
"comment": "feat; Add optional parameter to Table column renderHeaderCell callback"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"author": "yuanboxue@microsoft.com",
|
|
113
|
+
"package": "@fluentui/react-tags-preview",
|
|
114
|
+
"commit": "6e692ab6be8e4169807a15ec1d2787cd29e64715",
|
|
115
|
+
"comment": "chore: properly type ref in state hook"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
119
|
+
"package": "@fluentui/react-tree",
|
|
120
|
+
"commit": "b7c4075ba6978c8435ce9942f6f04179a2f3be33",
|
|
121
|
+
"comment": "feat: creates SubtreeContext"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"none": [
|
|
125
|
+
{
|
|
126
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
127
|
+
"package": "@fluentui/react-button",
|
|
128
|
+
"commit": "d54dc8a1c10f8123413fe018e607cee9cffe2199",
|
|
129
|
+
"comment": "docs: Adding example of how to pass on click to primaryActionButton slot in the Default story for SplitButton."
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"patch": [
|
|
133
|
+
{
|
|
134
|
+
"author": "olfedias@microsoft.com",
|
|
135
|
+
"package": "@fluentui/react-portal-compat",
|
|
136
|
+
"commit": "18ddec93bdb85a009bc1392058c52b2ea336340e",
|
|
137
|
+
"comment": "fix: handle multiple classes in PortalCompatProvider"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"author": "vkozlova@microsoft.com",
|
|
141
|
+
"package": "@fluentui/react-provider",
|
|
142
|
+
"commit": "03466e42548781a9f80a3859c13eda0e8bd33a6b",
|
|
143
|
+
"comment": "feat: add custom styling hooks for Breadcrumb component and its sub-components"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"author": "vkozlova@microsoft.com",
|
|
147
|
+
"package": "@fluentui/react-shared-contexts",
|
|
148
|
+
"commit": "03466e42548781a9f80a3859c13eda0e8bd33a6b",
|
|
149
|
+
"comment": "feat: add custom styling hooks for Breadcrumb component and its sub-components"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"date": "Tue, 26 Sep 2023 17:49:00 GMT",
|
|
6
156
|
"tag": "@fluentui/react-components_v9.32.3",
|
|
7
157
|
"version": "9.32.3",
|
|
8
158
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,69 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 Oct 2023 08:41:52 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.34.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.0)
|
|
8
|
+
|
|
9
|
+
Wed, 04 Oct 2023 08:41:52 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.33.0..@fluentui/react-components_v9.34.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: exports getIntrinsicElementProps method ([PR #29310](https://github.com/microsoft/fluentui/pull/29310) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- feat: release Tag component ([PR #29355](https://github.com/microsoft/fluentui/pull/29355) by yuanboxue@microsoft.com)
|
|
17
|
+
- `@fluentui/react-message-bar-preview`
|
|
18
|
+
- feat: release preview package ([PR #29377](https://github.com/microsoft/fluentui/pull/29377) by lingfangao@hotmail.com)
|
|
19
|
+
- `@fluentui/react-tags`
|
|
20
|
+
- feat: initial release ([PR #29355](https://github.com/microsoft/fluentui/pull/29355) by yuanboxue@microsoft.com)
|
|
21
|
+
- `@fluentui/react-utilities`
|
|
22
|
+
- feat: creates getIntrinsicElementProps to replace getNativeElementProps on slots creation ([PR #29310](https://github.com/microsoft/fluentui/pull/29310) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- `@fluentui/react-button`
|
|
27
|
+
- Fix: Button focus borders were extending past bounding box causing overlap, focus border is now inset ([PR #28705](https://github.com/microsoft/fluentui/pull/28705) by mifraser@microsoft.com)
|
|
28
|
+
- fix: Icon in disabled Button shouldn't change color on hover or pressed. ([PR #29342](https://github.com/microsoft/fluentui/pull/29342) by vkozlova@microsoft.com)
|
|
29
|
+
- `@fluentui/react-progress`
|
|
30
|
+
- fix: Updated slots to be required in ProgressBarState ([PR #29366](https://github.com/microsoft/fluentui/pull/29366) by gcox@microsoft.com)
|
|
31
|
+
- `@fluentui/react-tree`
|
|
32
|
+
- chore: replace makeStyles with makeResetStyles ([PR #29338](https://github.com/microsoft/fluentui/pull/29338) by bernardo.sunderhus@gmail.com)
|
|
33
|
+
- chore: delegate focus outline to layout components ([PR #29293](https://github.com/microsoft/fluentui/pull/29293) by bernardo.sunderhus@gmail.com)
|
|
34
|
+
|
|
35
|
+
## [9.33.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.33.0)
|
|
36
|
+
|
|
37
|
+
Mon, 02 Oct 2023 08:56:03 GMT
|
|
38
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.32.3..@fluentui/react-components_v9.33.0)
|
|
39
|
+
|
|
40
|
+
### Minor changes
|
|
41
|
+
|
|
42
|
+
- `@fluentui/react-breadcrumb-preview`
|
|
43
|
+
- fix: exported BreadcrumbProvider and useBreadcrumbContext ([PR #29315](https://github.com/microsoft/fluentui/pull/29315) by vkozlova@microsoft.com)
|
|
44
|
+
- feat: add custom styling hooks for Breadcrumb component and its sub-components ([PR #29318](https://github.com/microsoft/fluentui/pull/29318) by vkozlova@microsoft.com)
|
|
45
|
+
- `@fluentui/react-components`
|
|
46
|
+
- feat: export SubtreeContext from @fluentui/react-tree ([PR #29194](https://github.com/microsoft/fluentui/pull/29194) by bernardo.sunderhus@gmail.com)
|
|
47
|
+
- feat: export useFluentProviderThemeStyleTag ([PR #29314](https://github.com/microsoft/fluentui/pull/29314) by olfedias@microsoft.com)
|
|
48
|
+
- `@fluentui/react-table`
|
|
49
|
+
- feat; Add optional parameter to Table column renderHeaderCell callback ([PR #29285](https://github.com/microsoft/fluentui/pull/29285) by msnyder@microsoft.com)
|
|
50
|
+
- `@fluentui/react-tags-preview`
|
|
51
|
+
- chore: properly type ref in state hook ([PR #29316](https://github.com/microsoft/fluentui/pull/29316) by yuanboxue@microsoft.com)
|
|
52
|
+
- `@fluentui/react-tree`
|
|
53
|
+
- feat: creates SubtreeContext ([PR #29194](https://github.com/microsoft/fluentui/pull/29194) by bernardo.sunderhus@gmail.com)
|
|
54
|
+
|
|
55
|
+
### Patches
|
|
56
|
+
|
|
57
|
+
- `@fluentui/react-portal-compat`
|
|
58
|
+
- fix: handle multiple classes in PortalCompatProvider ([PR #29351](https://github.com/microsoft/fluentui/pull/29351) by olfedias@microsoft.com)
|
|
59
|
+
- `@fluentui/react-provider`
|
|
60
|
+
- feat: add custom styling hooks for Breadcrumb component and its sub-components ([PR #29318](https://github.com/microsoft/fluentui/pull/29318) by vkozlova@microsoft.com)
|
|
61
|
+
- `@fluentui/react-shared-contexts`
|
|
62
|
+
- feat: add custom styling hooks for Breadcrumb component and its sub-components ([PR #29318](https://github.com/microsoft/fluentui/pull/29318) by vkozlova@microsoft.com)
|
|
63
|
+
|
|
7
64
|
## [9.32.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.32.3)
|
|
8
65
|
|
|
9
|
-
Tue, 26 Sep 2023 17:
|
|
66
|
+
Tue, 26 Sep 2023 17:49:00 GMT
|
|
10
67
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.32.2..@fluentui/react-components_v9.32.3)
|
|
11
68
|
|
|
12
69
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -289,6 +289,7 @@ import { FontFamilyTokens } from '@fluentui/react-theme';
|
|
|
289
289
|
import { FontSizeTokens } from '@fluentui/react-theme';
|
|
290
290
|
import { FontWeightTokens } from '@fluentui/react-theme';
|
|
291
291
|
import { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
292
|
+
import { getIntrinsicElementProps } from '@fluentui/react-utilities';
|
|
292
293
|
import { getNativeElementProps } from '@fluentui/react-utilities';
|
|
293
294
|
import { getPartitionedNativeProps } from '@fluentui/react-utilities';
|
|
294
295
|
import { getSlots } from '@fluentui/react-utilities';
|
|
@@ -312,6 +313,22 @@ import { InputOnChangeData } from '@fluentui/react-input';
|
|
|
312
313
|
import { InputProps } from '@fluentui/react-input';
|
|
313
314
|
import { InputSlots } from '@fluentui/react-input';
|
|
314
315
|
import { InputState } from '@fluentui/react-input';
|
|
316
|
+
import { InteractionTag } from '@fluentui/react-tags';
|
|
317
|
+
import { interactionTagClassNames } from '@fluentui/react-tags';
|
|
318
|
+
import { InteractionTagPrimary } from '@fluentui/react-tags';
|
|
319
|
+
import { interactionTagPrimaryClassNames } from '@fluentui/react-tags';
|
|
320
|
+
import { InteractionTagPrimaryContextValues } from '@fluentui/react-tags';
|
|
321
|
+
import { InteractionTagPrimaryProps } from '@fluentui/react-tags';
|
|
322
|
+
import { InteractionTagPrimarySlots } from '@fluentui/react-tags';
|
|
323
|
+
import { InteractionTagPrimaryState } from '@fluentui/react-tags';
|
|
324
|
+
import { InteractionTagProps } from '@fluentui/react-tags';
|
|
325
|
+
import { InteractionTagSecondary } from '@fluentui/react-tags';
|
|
326
|
+
import { interactionTagSecondaryClassNames } from '@fluentui/react-tags';
|
|
327
|
+
import { InteractionTagSecondaryProps } from '@fluentui/react-tags';
|
|
328
|
+
import { InteractionTagSecondarySlots } from '@fluentui/react-tags';
|
|
329
|
+
import { InteractionTagSecondaryState } from '@fluentui/react-tags';
|
|
330
|
+
import { InteractionTagSlots } from '@fluentui/react-tags';
|
|
331
|
+
import { InteractionTagState } from '@fluentui/react-tags';
|
|
315
332
|
import { Label } from '@fluentui/react-label';
|
|
316
333
|
import { labelClassNames } from '@fluentui/react-label';
|
|
317
334
|
import { LabelProps } from '@fluentui/react-label';
|
|
@@ -543,6 +560,9 @@ import { renderFlatTree_unstable } from '@fluentui/react-tree';
|
|
|
543
560
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
544
561
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
545
562
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
563
|
+
import { renderInteractionTag_unstable } from '@fluentui/react-tags';
|
|
564
|
+
import { renderInteractionTagPrimary_unstable } from '@fluentui/react-tags';
|
|
565
|
+
import { renderInteractionTagSecondary_unstable } from '@fluentui/react-tags';
|
|
546
566
|
import { renderLabel_unstable } from '@fluentui/react-label';
|
|
547
567
|
import { renderLink_unstable } from '@fluentui/react-link';
|
|
548
568
|
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
@@ -589,6 +609,8 @@ import { renderTableResizeHandle_unstable } from '@fluentui/react-table';
|
|
|
589
609
|
import { renderTableRow_unstable } from '@fluentui/react-table';
|
|
590
610
|
import { renderTableSelectionCell_unstable } from '@fluentui/react-table';
|
|
591
611
|
import { renderTabList_unstable } from '@fluentui/react-tabs';
|
|
612
|
+
import { renderTag_unstable } from '@fluentui/react-tags';
|
|
613
|
+
import { renderTagGroup_unstable } from '@fluentui/react-tags';
|
|
592
614
|
import { renderText_unstable } from '@fluentui/react-text';
|
|
593
615
|
import { renderTextarea_unstable } from '@fluentui/react-textarea';
|
|
594
616
|
import { renderToast_unstable } from '@fluentui/react-toast';
|
|
@@ -679,6 +701,7 @@ import { Subtitle2 } from '@fluentui/react-text';
|
|
|
679
701
|
import { subtitle2ClassNames } from '@fluentui/react-text';
|
|
680
702
|
import { Subtitle2Stronger } from '@fluentui/react-text';
|
|
681
703
|
import { subtitle2StrongerClassNames } from '@fluentui/react-text';
|
|
704
|
+
import { SubtreeContextValue } from '@fluentui/react-tree';
|
|
682
705
|
import { Switch } from '@fluentui/react-switch';
|
|
683
706
|
import { switchClassNames } from '@fluentui/react-switch';
|
|
684
707
|
import { SwitchOnChangeData } from '@fluentui/react-switch';
|
|
@@ -767,6 +790,23 @@ import { TabRegisterData } from '@fluentui/react-tabs';
|
|
|
767
790
|
import { TabSlots } from '@fluentui/react-tabs';
|
|
768
791
|
import { TabState } from '@fluentui/react-tabs';
|
|
769
792
|
import { TabValue } from '@fluentui/react-tabs';
|
|
793
|
+
import { Tag } from '@fluentui/react-tags';
|
|
794
|
+
import { TagAppearance } from '@fluentui/react-tags';
|
|
795
|
+
import { tagClassNames } from '@fluentui/react-tags';
|
|
796
|
+
import { TagDismissData } from '@fluentui/react-tags';
|
|
797
|
+
import { TagDismissEvent } from '@fluentui/react-tags';
|
|
798
|
+
import { TagDismissHandler } from '@fluentui/react-tags';
|
|
799
|
+
import { TagGroup } from '@fluentui/react-tags';
|
|
800
|
+
import { tagGroupClassNames } from '@fluentui/react-tags';
|
|
801
|
+
import { TagGroupProps } from '@fluentui/react-tags';
|
|
802
|
+
import { TagGroupSlots } from '@fluentui/react-tags';
|
|
803
|
+
import { TagGroupState } from '@fluentui/react-tags';
|
|
804
|
+
import { TagProps } from '@fluentui/react-tags';
|
|
805
|
+
import { TagShape } from '@fluentui/react-tags';
|
|
806
|
+
import { TagSize } from '@fluentui/react-tags';
|
|
807
|
+
import { TagSlots } from '@fluentui/react-tags';
|
|
808
|
+
import { TagState } from '@fluentui/react-tags';
|
|
809
|
+
import { TagValue } from '@fluentui/react-tags';
|
|
770
810
|
import { teamsDarkTheme } from '@fluentui/react-theme';
|
|
771
811
|
import { teamsHighContrastTheme } from '@fluentui/react-theme';
|
|
772
812
|
import { teamsLightTheme } from '@fluentui/react-theme';
|
|
@@ -996,6 +1036,7 @@ import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts
|
|
|
996
1036
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
997
1037
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
998
1038
|
import { useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
1039
|
+
import { useFluentProviderThemeStyleTag } from '@fluentui/react-provider';
|
|
999
1040
|
import { useFocusableGroup } from '@fluentui/react-tabster';
|
|
1000
1041
|
import { UseFocusableGroupOptions } from '@fluentui/react-tabster';
|
|
1001
1042
|
import { useFocusFinders } from '@fluentui/react-tabster';
|
|
@@ -1007,6 +1048,13 @@ import { useImage_unstable } from '@fluentui/react-image';
|
|
|
1007
1048
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
1008
1049
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
1009
1050
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
1051
|
+
import { useInteractionTag_unstable } from '@fluentui/react-tags';
|
|
1052
|
+
import { useInteractionTagContextValues_unstable } from '@fluentui/react-tags';
|
|
1053
|
+
import { useInteractionTagPrimary_unstable } from '@fluentui/react-tags';
|
|
1054
|
+
import { useInteractionTagPrimaryStyles_unstable } from '@fluentui/react-tags';
|
|
1055
|
+
import { useInteractionTagSecondary_unstable } from '@fluentui/react-tags';
|
|
1056
|
+
import { useInteractionTagSecondaryStyles_unstable } from '@fluentui/react-tags';
|
|
1057
|
+
import { useInteractionTagStyles_unstable } from '@fluentui/react-tags';
|
|
1010
1058
|
import { useIsInTableHeader } from '@fluentui/react-table';
|
|
1011
1059
|
import { useIsomorphicLayoutEffect } from '@fluentui/react-utilities';
|
|
1012
1060
|
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
@@ -1101,6 +1149,7 @@ import { useSpinner_unstable } from '@fluentui/react-spinner';
|
|
|
1101
1149
|
import { useSpinnerStyles_unstable } from '@fluentui/react-spinner';
|
|
1102
1150
|
import { useSplitButton_unstable } from '@fluentui/react-button';
|
|
1103
1151
|
import { useSplitButtonStyles_unstable } from '@fluentui/react-button';
|
|
1152
|
+
import { useSubtreeContext_unstable } from '@fluentui/react-tree';
|
|
1104
1153
|
import { useSwitch_unstable } from '@fluentui/react-switch';
|
|
1105
1154
|
import { useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
1106
1155
|
import { useTab_unstable } from '@fluentui/react-tabs';
|
|
@@ -1137,6 +1186,12 @@ import { useTabListContext_unstable } from '@fluentui/react-tabs';
|
|
|
1137
1186
|
import { useTabListContextValues_unstable } from '@fluentui/react-tabs';
|
|
1138
1187
|
import { useTabListStyles_unstable } from '@fluentui/react-tabs';
|
|
1139
1188
|
import { useTabStyles_unstable } from '@fluentui/react-tabs';
|
|
1189
|
+
import { useTag_unstable } from '@fluentui/react-tags';
|
|
1190
|
+
import { useTagAvatarContextValues_unstable } from '@fluentui/react-tags';
|
|
1191
|
+
import { useTagGroup_unstable } from '@fluentui/react-tags';
|
|
1192
|
+
import { useTagGroupContextValues_unstable } from '@fluentui/react-tags';
|
|
1193
|
+
import { useTagGroupStyles_unstable } from '@fluentui/react-tags';
|
|
1194
|
+
import { useTagStyles_unstable } from '@fluentui/react-tags';
|
|
1140
1195
|
import { useText_unstable } from '@fluentui/react-text';
|
|
1141
1196
|
import { useTextarea_unstable } from '@fluentui/react-textarea';
|
|
1142
1197
|
import { useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
@@ -1770,6 +1825,8 @@ export { FontWeightTokens }
|
|
|
1770
1825
|
|
|
1771
1826
|
export { ForwardRefComponent }
|
|
1772
1827
|
|
|
1828
|
+
export { getIntrinsicElementProps }
|
|
1829
|
+
|
|
1773
1830
|
export { getNativeElementProps }
|
|
1774
1831
|
|
|
1775
1832
|
export { getPartitionedNativeProps }
|
|
@@ -1816,6 +1873,38 @@ export { InputSlots }
|
|
|
1816
1873
|
|
|
1817
1874
|
export { InputState }
|
|
1818
1875
|
|
|
1876
|
+
export { InteractionTag }
|
|
1877
|
+
|
|
1878
|
+
export { interactionTagClassNames }
|
|
1879
|
+
|
|
1880
|
+
export { InteractionTagPrimary }
|
|
1881
|
+
|
|
1882
|
+
export { interactionTagPrimaryClassNames }
|
|
1883
|
+
|
|
1884
|
+
export { InteractionTagPrimaryContextValues }
|
|
1885
|
+
|
|
1886
|
+
export { InteractionTagPrimaryProps }
|
|
1887
|
+
|
|
1888
|
+
export { InteractionTagPrimarySlots }
|
|
1889
|
+
|
|
1890
|
+
export { InteractionTagPrimaryState }
|
|
1891
|
+
|
|
1892
|
+
export { InteractionTagProps }
|
|
1893
|
+
|
|
1894
|
+
export { InteractionTagSecondary }
|
|
1895
|
+
|
|
1896
|
+
export { interactionTagSecondaryClassNames }
|
|
1897
|
+
|
|
1898
|
+
export { InteractionTagSecondaryProps }
|
|
1899
|
+
|
|
1900
|
+
export { InteractionTagSecondarySlots }
|
|
1901
|
+
|
|
1902
|
+
export { InteractionTagSecondaryState }
|
|
1903
|
+
|
|
1904
|
+
export { InteractionTagSlots }
|
|
1905
|
+
|
|
1906
|
+
export { InteractionTagState }
|
|
1907
|
+
|
|
1819
1908
|
export { Label }
|
|
1820
1909
|
|
|
1821
1910
|
export { labelClassNames }
|
|
@@ -2278,6 +2367,12 @@ export { renderImage_unstable }
|
|
|
2278
2367
|
|
|
2279
2368
|
export { renderInput_unstable }
|
|
2280
2369
|
|
|
2370
|
+
export { renderInteractionTag_unstable }
|
|
2371
|
+
|
|
2372
|
+
export { renderInteractionTagPrimary_unstable }
|
|
2373
|
+
|
|
2374
|
+
export { renderInteractionTagSecondary_unstable }
|
|
2375
|
+
|
|
2281
2376
|
export { renderLabel_unstable }
|
|
2282
2377
|
|
|
2283
2378
|
export { renderLink_unstable }
|
|
@@ -2370,6 +2465,10 @@ export { renderTableSelectionCell_unstable }
|
|
|
2370
2465
|
|
|
2371
2466
|
export { renderTabList_unstable }
|
|
2372
2467
|
|
|
2468
|
+
export { renderTag_unstable }
|
|
2469
|
+
|
|
2470
|
+
export { renderTagGroup_unstable }
|
|
2471
|
+
|
|
2373
2472
|
export { renderText_unstable }
|
|
2374
2473
|
|
|
2375
2474
|
export { renderTextarea_unstable }
|
|
@@ -2550,6 +2649,8 @@ export { Subtitle2Stronger }
|
|
|
2550
2649
|
|
|
2551
2650
|
export { subtitle2StrongerClassNames }
|
|
2552
2651
|
|
|
2652
|
+
export { SubtreeContextValue }
|
|
2653
|
+
|
|
2553
2654
|
export { Switch }
|
|
2554
2655
|
|
|
2555
2656
|
export { switchClassNames }
|
|
@@ -2726,6 +2827,40 @@ export { TabState }
|
|
|
2726
2827
|
|
|
2727
2828
|
export { TabValue }
|
|
2728
2829
|
|
|
2830
|
+
export { Tag }
|
|
2831
|
+
|
|
2832
|
+
export { TagAppearance }
|
|
2833
|
+
|
|
2834
|
+
export { tagClassNames }
|
|
2835
|
+
|
|
2836
|
+
export { TagDismissData }
|
|
2837
|
+
|
|
2838
|
+
export { TagDismissEvent }
|
|
2839
|
+
|
|
2840
|
+
export { TagDismissHandler }
|
|
2841
|
+
|
|
2842
|
+
export { TagGroup }
|
|
2843
|
+
|
|
2844
|
+
export { tagGroupClassNames }
|
|
2845
|
+
|
|
2846
|
+
export { TagGroupProps }
|
|
2847
|
+
|
|
2848
|
+
export { TagGroupSlots }
|
|
2849
|
+
|
|
2850
|
+
export { TagGroupState }
|
|
2851
|
+
|
|
2852
|
+
export { TagProps }
|
|
2853
|
+
|
|
2854
|
+
export { TagShape }
|
|
2855
|
+
|
|
2856
|
+
export { TagSize }
|
|
2857
|
+
|
|
2858
|
+
export { TagSlots }
|
|
2859
|
+
|
|
2860
|
+
export { TagState }
|
|
2861
|
+
|
|
2862
|
+
export { TagValue }
|
|
2863
|
+
|
|
2729
2864
|
export { teamsDarkTheme }
|
|
2730
2865
|
|
|
2731
2866
|
export { teamsHighContrastTheme }
|
|
@@ -3184,6 +3319,8 @@ export { useFluentProviderContextValues_unstable }
|
|
|
3184
3319
|
|
|
3185
3320
|
export { useFluentProviderStyles_unstable }
|
|
3186
3321
|
|
|
3322
|
+
export { useFluentProviderThemeStyleTag }
|
|
3323
|
+
|
|
3187
3324
|
export { useFocusableGroup }
|
|
3188
3325
|
|
|
3189
3326
|
export { UseFocusableGroupOptions }
|
|
@@ -3206,6 +3343,20 @@ export { useInput_unstable }
|
|
|
3206
3343
|
|
|
3207
3344
|
export { useInputStyles_unstable }
|
|
3208
3345
|
|
|
3346
|
+
export { useInteractionTag_unstable }
|
|
3347
|
+
|
|
3348
|
+
export { useInteractionTagContextValues_unstable }
|
|
3349
|
+
|
|
3350
|
+
export { useInteractionTagPrimary_unstable }
|
|
3351
|
+
|
|
3352
|
+
export { useInteractionTagPrimaryStyles_unstable }
|
|
3353
|
+
|
|
3354
|
+
export { useInteractionTagSecondary_unstable }
|
|
3355
|
+
|
|
3356
|
+
export { useInteractionTagSecondaryStyles_unstable }
|
|
3357
|
+
|
|
3358
|
+
export { useInteractionTagStyles_unstable }
|
|
3359
|
+
|
|
3209
3360
|
export { useIsInTableHeader }
|
|
3210
3361
|
|
|
3211
3362
|
export { useIsomorphicLayoutEffect }
|
|
@@ -3394,6 +3545,8 @@ export { useSplitButton_unstable }
|
|
|
3394
3545
|
|
|
3395
3546
|
export { useSplitButtonStyles_unstable }
|
|
3396
3547
|
|
|
3548
|
+
export { useSubtreeContext_unstable }
|
|
3549
|
+
|
|
3397
3550
|
export { useSwitch_unstable }
|
|
3398
3551
|
|
|
3399
3552
|
export { useSwitchStyles_unstable }
|
|
@@ -3466,6 +3619,18 @@ export { useTabListStyles_unstable }
|
|
|
3466
3619
|
|
|
3467
3620
|
export { useTabStyles_unstable }
|
|
3468
3621
|
|
|
3622
|
+
export { useTag_unstable }
|
|
3623
|
+
|
|
3624
|
+
export { useTagAvatarContextValues_unstable }
|
|
3625
|
+
|
|
3626
|
+
export { useTagGroup_unstable }
|
|
3627
|
+
|
|
3628
|
+
export { useTagGroupContextValues_unstable }
|
|
3629
|
+
|
|
3630
|
+
export { useTagGroupStyles_unstable }
|
|
3631
|
+
|
|
3632
|
+
export { useTagStyles_unstable }
|
|
3633
|
+
|
|
3469
3634
|
export { useText_unstable }
|
|
3470
3635
|
|
|
3471
3636
|
export { useTextarea_unstable }
|
package/lib/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// Utilities
|
|
2
2
|
export { __css, __resetCSS, __resetStyles, __styles, createDOMRenderer, makeResetStyles, makeStaticStyles, makeStyles, mergeClasses, RendererProvider, renderToStyleElements, shorthands } from '@griffel/react';
|
|
3
|
-
export { createCSSRuleFromTheme, FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable, useFluentProvider_unstable, useFluentProviderContextValues_unstable, useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
3
|
+
export { createCSSRuleFromTheme, FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable, useFluentProvider_unstable, useFluentProviderContextValues_unstable, useFluentProviderStyles_unstable, useFluentProviderThemeStyleTag } from '@fluentui/react-provider';
|
|
4
4
|
export { createCustomFocusIndicatorStyle, createFocusOutlineStyle, useArrowNavigationGroup, useFocusableGroup, useFocusFinders, useFocusWithin, useKeyboardNavAttribute, useModalAttributes, useObservedElement, useFocusObserved, useRestoreFocusTarget, useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
5
5
|
export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, tokens, typographyStyles, webDarkTheme, webLightTheme } from '@fluentui/react-theme';
|
|
6
6
|
export { useFluent_unstable as useFluent, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName, PortalMountNodeProvider, usePortalMountNode } from '@fluentui/react-shared-contexts';
|
|
7
|
-
export { getNativeElementProps, getPartitionedNativeProps, getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth } from '@fluentui/react-utilities';
|
|
7
|
+
export { getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth } from '@fluentui/react-utilities';
|
|
8
8
|
// Components
|
|
9
9
|
export { Accordion, AccordionProvider, AccordionHeader, AccordionItem, AccordionItemProvider, AccordionPanel, accordionClassNames, accordionHeaderClassNames, accordionItemClassNames, accordionPanelClassNames, renderAccordion_unstable, renderAccordionHeader_unstable, renderAccordionItem_unstable, renderAccordionPanel_unstable, useAccordion_unstable, useAccordionContext_unstable, useAccordionContextValues_unstable, useAccordionHeader_unstable, useAccordionHeaderContextValues_unstable, useAccordionHeaderStyles_unstable, useAccordionItem_unstable, useAccordionItemContext_unstable, useAccordionItemContextValues_unstable, useAccordionItemStyles_unstable, useAccordionPanel_unstable, useAccordionPanelStyles_unstable, useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
10
10
|
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable, AvatarGroup, avatarGroupClassNames, AvatarGroupItem, avatarGroupItemClassNames, AvatarGroupPopover, avatarGroupPopoverClassNames, AvatarGroupProvider, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable, useAvatarGroupContext_unstable, partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -41,4 +41,5 @@ export { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_
|
|
|
41
41
|
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';
|
|
42
42
|
export { Field, fieldClassNames, FieldContextProvider, renderField_unstable, useFieldContext_unstable, useFieldContextValues_unstable, useFieldControlProps_unstable, useFieldStyles_unstable, useField_unstable } from '@fluentui/react-field';
|
|
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
|
-
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, useTreeItemContextValues_unstable, useTreeItemContext_unstable, useTreeItemLayoutStyles_unstable, useTreeItemLayout_unstable, useTreeItemPersonaLayoutStyles_unstable, useTreeItemPersonaLayout_unstable, useTreeItemStyles_unstable, useTreeItem_unstable, useTreeStyles_unstable, useTree_unstable } from '@fluentui/react-tree';
|
|
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
|
+
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';
|