@fluentui/react-components 9.74.3-experimental.esm.20260709-49ee7a20cf.0 → 9.74.4
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.md +14 -161
- package/lib/index.js +59 -59
- package/lib/unstable/index.js +5 -5
- package/package.json +76 -82
- package/dist/index.d.cts +0 -6083
- package/dist/unstable.d.cts +0 -561
- /package/lib-commonjs/{index.cjs → index.js} +0 -0
- /package/lib-commonjs/{index.cjs.map → index.js.map} +0 -0
- /package/lib-commonjs/unstable/{index.cjs → index.js} +0 -0
- /package/lib-commonjs/unstable/{index.cjs.map → index.js.map} +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.74.
|
|
3
|
+
"version": "9.74.4",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
|
-
"main": "lib-commonjs/index.
|
|
5
|
+
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"typings": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
@@ -12,68 +12,68 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui/react-accordion": "9.
|
|
16
|
-
"@fluentui/react-alert": "9.
|
|
17
|
-
"@fluentui/react-avatar": "9.
|
|
18
|
-
"@fluentui/react-badge": "9.
|
|
19
|
-
"@fluentui/react-button": "9.
|
|
20
|
-
"@fluentui/react-card": "9.
|
|
21
|
-
"@fluentui/react-checkbox": "9.
|
|
22
|
-
"@fluentui/react-combobox": "9.
|
|
23
|
-
"@fluentui/react-dialog": "9.
|
|
24
|
-
"@fluentui/react-divider": "9.
|
|
25
|
-
"@fluentui/react-drawer": "9.
|
|
26
|
-
"@fluentui/react-field": "9.
|
|
27
|
-
"@fluentui/react-image": "9.
|
|
28
|
-
"@fluentui/react-infobutton": "9.
|
|
29
|
-
"@fluentui/react-infolabel": "9.
|
|
30
|
-
"@fluentui/react-input": "9.
|
|
31
|
-
"@fluentui/react-label": "9.
|
|
32
|
-
"@fluentui/react-link": "9.
|
|
33
|
-
"@fluentui/react-list": "9.
|
|
34
|
-
"@fluentui/react-menu": "9.
|
|
35
|
-
"@fluentui/react-overflow": "9.
|
|
36
|
-
"@fluentui/react-persona": "9.
|
|
37
|
-
"@fluentui/react-portal": "9.
|
|
38
|
-
"@fluentui/react-popover": "9.
|
|
39
|
-
"@fluentui/react-positioning": "9.
|
|
40
|
-
"@fluentui/react-progress": "9.
|
|
41
|
-
"@fluentui/react-provider": "9.
|
|
42
|
-
"@fluentui/react-radio": "9.
|
|
43
|
-
"@fluentui/react-select": "9.
|
|
44
|
-
"@fluentui/react-shared-contexts": "9.
|
|
45
|
-
"@fluentui/react-skeleton": "9.
|
|
46
|
-
"@fluentui/react-slider": "9.
|
|
47
|
-
"@fluentui/react-spinbutton": "9.
|
|
48
|
-
"@fluentui/react-spinner": "9.
|
|
49
|
-
"@fluentui/react-swatch-picker": "9.
|
|
50
|
-
"@fluentui/react-switch": "9.
|
|
51
|
-
"@fluentui/react-table": "9.
|
|
52
|
-
"@fluentui/react-tabs": "9.
|
|
53
|
-
"@fluentui/react-tabster": "9.
|
|
54
|
-
"@fluentui/react-tags": "9.
|
|
55
|
-
"@fluentui/react-textarea": "9.
|
|
56
|
-
"@fluentui/react-theme": "9.
|
|
57
|
-
"@fluentui/react-toast": "9.
|
|
58
|
-
"@fluentui/react-toolbar": "9.
|
|
59
|
-
"@fluentui/react-tooltip": "9.
|
|
60
|
-
"@fluentui/react-utilities": "9.
|
|
61
|
-
"@fluentui/react-text": "9.
|
|
62
|
-
"@fluentui/react-virtualizer": "9.
|
|
63
|
-
"@fluentui/react-tree": "9.
|
|
15
|
+
"@fluentui/react-accordion": "^9.12.1",
|
|
16
|
+
"@fluentui/react-alert": "9.0.0-beta.142",
|
|
17
|
+
"@fluentui/react-avatar": "^9.11.3",
|
|
18
|
+
"@fluentui/react-badge": "^9.5.4",
|
|
19
|
+
"@fluentui/react-button": "^9.10.1",
|
|
20
|
+
"@fluentui/react-card": "^9.7.1",
|
|
21
|
+
"@fluentui/react-checkbox": "^9.6.3",
|
|
22
|
+
"@fluentui/react-combobox": "^9.17.3",
|
|
23
|
+
"@fluentui/react-dialog": "^9.18.2",
|
|
24
|
+
"@fluentui/react-divider": "^9.7.3",
|
|
25
|
+
"@fluentui/react-drawer": "^9.13.1",
|
|
26
|
+
"@fluentui/react-field": "^9.5.3",
|
|
27
|
+
"@fluentui/react-image": "^9.4.3",
|
|
28
|
+
"@fluentui/react-infobutton": "9.0.0-beta.117",
|
|
29
|
+
"@fluentui/react-infolabel": "^9.4.22",
|
|
30
|
+
"@fluentui/react-input": "^9.8.4",
|
|
31
|
+
"@fluentui/react-label": "^9.4.3",
|
|
32
|
+
"@fluentui/react-link": "^9.8.3",
|
|
33
|
+
"@fluentui/react-list": "^9.6.16",
|
|
34
|
+
"@fluentui/react-menu": "^9.25.1",
|
|
35
|
+
"@fluentui/react-overflow": "^9.9.1",
|
|
36
|
+
"@fluentui/react-persona": "^9.7.5",
|
|
37
|
+
"@fluentui/react-portal": "^9.8.14",
|
|
38
|
+
"@fluentui/react-popover": "^9.14.4",
|
|
39
|
+
"@fluentui/react-positioning": "^9.22.3",
|
|
40
|
+
"@fluentui/react-progress": "^9.5.3",
|
|
41
|
+
"@fluentui/react-provider": "^9.22.18",
|
|
42
|
+
"@fluentui/react-radio": "^9.6.4",
|
|
43
|
+
"@fluentui/react-select": "^9.5.3",
|
|
44
|
+
"@fluentui/react-shared-contexts": "^9.26.2",
|
|
45
|
+
"@fluentui/react-skeleton": "^9.7.4",
|
|
46
|
+
"@fluentui/react-slider": "^9.6.4",
|
|
47
|
+
"@fluentui/react-spinbutton": "^9.6.4",
|
|
48
|
+
"@fluentui/react-spinner": "^9.8.4",
|
|
49
|
+
"@fluentui/react-swatch-picker": "^9.5.4",
|
|
50
|
+
"@fluentui/react-switch": "^9.7.4",
|
|
51
|
+
"@fluentui/react-table": "^9.19.17",
|
|
52
|
+
"@fluentui/react-tabs": "^9.12.3",
|
|
53
|
+
"@fluentui/react-tabster": "^9.26.16",
|
|
54
|
+
"@fluentui/react-tags": "^9.9.2",
|
|
55
|
+
"@fluentui/react-textarea": "^9.7.4",
|
|
56
|
+
"@fluentui/react-theme": "^9.2.1",
|
|
57
|
+
"@fluentui/react-toast": "^9.8.1",
|
|
58
|
+
"@fluentui/react-toolbar": "^9.8.3",
|
|
59
|
+
"@fluentui/react-tooltip": "^9.10.3",
|
|
60
|
+
"@fluentui/react-utilities": "^9.26.5",
|
|
61
|
+
"@fluentui/react-text": "^9.6.18",
|
|
62
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.114",
|
|
63
|
+
"@fluentui/react-tree": "^9.16.3",
|
|
64
64
|
"@griffel/react": "^1.5.32",
|
|
65
65
|
"@swc/helpers": "^0.5.1",
|
|
66
|
-
"@fluentui/react-message-bar": "9.
|
|
67
|
-
"@fluentui/react-breadcrumb": "9.
|
|
68
|
-
"@fluentui/react-aria": "9.
|
|
69
|
-
"@fluentui/react-rating": "9.
|
|
70
|
-
"@fluentui/react-search": "9.
|
|
71
|
-
"@fluentui/react-teaching-popover": "9.
|
|
72
|
-
"@fluentui/react-tag-picker": "9.
|
|
73
|
-
"@fluentui/react-motion": "9.
|
|
74
|
-
"@fluentui/react-carousel": "9.
|
|
75
|
-
"@fluentui/react-color-picker": "9.
|
|
76
|
-
"@fluentui/react-nav": "9.
|
|
66
|
+
"@fluentui/react-message-bar": "^9.7.3",
|
|
67
|
+
"@fluentui/react-breadcrumb": "^9.4.4",
|
|
68
|
+
"@fluentui/react-aria": "^9.17.13",
|
|
69
|
+
"@fluentui/react-rating": "^9.4.3",
|
|
70
|
+
"@fluentui/react-search": "^9.4.4",
|
|
71
|
+
"@fluentui/react-teaching-popover": "^9.7.2",
|
|
72
|
+
"@fluentui/react-tag-picker": "^9.10.0",
|
|
73
|
+
"@fluentui/react-motion": "^9.16.1",
|
|
74
|
+
"@fluentui/react-carousel": "^9.9.10",
|
|
75
|
+
"@fluentui/react-color-picker": "^9.2.18",
|
|
76
|
+
"@fluentui/react-nav": "^9.4.2"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@types/react": ">=16.14.0 <20.0.0",
|
|
@@ -81,34 +81,29 @@
|
|
|
81
81
|
"react": ">=16.14.0 <20.0.0",
|
|
82
82
|
"react-dom": ">=16.14.0 <20.0.0"
|
|
83
83
|
},
|
|
84
|
-
"beachball": {
|
|
84
|
+
"beachball": {
|
|
85
|
+
"disallowedChangeTypes": [
|
|
86
|
+
"major"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
85
89
|
"exports": {
|
|
86
90
|
".": {
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"require": {
|
|
92
|
-
"types": "./dist/index.d.cts",
|
|
93
|
-
"default": "./lib-commonjs/index.cjs"
|
|
94
|
-
}
|
|
91
|
+
"types": "./dist/index.d.ts",
|
|
92
|
+
"node": "./lib-commonjs/index.js",
|
|
93
|
+
"import": "./lib/index.js",
|
|
94
|
+
"require": "./lib-commonjs/index.js"
|
|
95
95
|
},
|
|
96
96
|
"./package.json": "./package.json",
|
|
97
97
|
"./unstable": {
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"require": {
|
|
103
|
-
"types": "./dist/unstable.d.cts",
|
|
104
|
-
"default": "./lib-commonjs/unstable/index.cjs"
|
|
105
|
-
}
|
|
98
|
+
"types": "./dist/unstable.d.ts",
|
|
99
|
+
"node": "./lib-commonjs/unstable/index.js",
|
|
100
|
+
"import": "./lib/unstable/index.js",
|
|
101
|
+
"require": "./lib-commonjs/unstable/index.js"
|
|
106
102
|
}
|
|
107
103
|
},
|
|
108
104
|
"files": [
|
|
109
105
|
"*.md",
|
|
110
106
|
"dist/*.d.ts",
|
|
111
|
-
"dist/*.d.cts",
|
|
112
107
|
"lib",
|
|
113
108
|
"lib-commonjs",
|
|
114
109
|
"unstable"
|
|
@@ -118,6 +113,5 @@
|
|
|
118
113
|
"makeStyles": "@griffel/tag-processor/make-styles",
|
|
119
114
|
"makeResetStyles": "@griffel/tag-processor/make-reset-styles"
|
|
120
115
|
}
|
|
121
|
-
}
|
|
122
|
-
"type": "module"
|
|
116
|
+
}
|
|
123
117
|
}
|