@fluentui/react-components 9.6.2 → 9.7.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 +697 -1
- package/CHANGELOG.md +161 -2
- package/dist/index.d.ts +96 -0
- package/dist/unstable.d.ts +42 -114
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +12 -3
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +121 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +85 -148
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +43 -43
- package/unstable/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.7.0",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
7
|
+
"typings": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -32,45 +32,45 @@
|
|
|
32
32
|
"react-hook-form": "^5.7.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.0.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.2.
|
|
38
|
-
"@fluentui/react-badge": "^9.0.
|
|
39
|
-
"@fluentui/react-button": "^9.1.
|
|
40
|
-
"@fluentui/react-card": "9.0.0-beta.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.0.
|
|
42
|
-
"@fluentui/react-combobox": "^9.0.0-beta.
|
|
43
|
-
"@fluentui/react-dialog": "^9.1.
|
|
44
|
-
"@fluentui/react-divider": "^9.1.
|
|
45
|
-
"@fluentui/react-field": "9.0.0-alpha.
|
|
46
|
-
"@fluentui/react-image": "^9.0.
|
|
47
|
-
"@fluentui/react-input": "^9.2.
|
|
48
|
-
"@fluentui/react-label": "^9.0.
|
|
49
|
-
"@fluentui/react-link": "^9.0.
|
|
50
|
-
"@fluentui/react-menu": "^9.4.
|
|
51
|
-
"@fluentui/react-overflow": "9.0.0-beta.
|
|
52
|
-
"@fluentui/react-persona": "9.1.0-beta.
|
|
53
|
-
"@fluentui/react-portal": "^9.0.
|
|
54
|
-
"@fluentui/react-popover": "^9.3.
|
|
55
|
-
"@fluentui/react-positioning": "^9.3.
|
|
56
|
-
"@fluentui/react-progress": "9.0.0-alpha.
|
|
57
|
-
"@fluentui/react-provider": "^9.1.
|
|
58
|
-
"@fluentui/react-radio": "^9.0.
|
|
59
|
-
"@fluentui/react-select": "9.0.0-beta.
|
|
60
|
-
"@fluentui/react-shared-contexts": "^9.1.
|
|
61
|
-
"@fluentui/react-slider": "^9.0.
|
|
62
|
-
"@fluentui/react-spinbutton": "^9.0.
|
|
63
|
-
"@fluentui/react-spinner": "^9.0.
|
|
64
|
-
"@fluentui/react-switch": "^9.0.
|
|
65
|
-
"@fluentui/react-table": "9.0.0-alpha.
|
|
66
|
-
"@fluentui/react-tabs": "^9.0
|
|
67
|
-
"@fluentui/react-tabster": "^9.
|
|
68
|
-
"@fluentui/react-textarea": "^9.1.
|
|
69
|
-
"@fluentui/react-theme": "^9.1.
|
|
70
|
-
"@fluentui/react-toolbar": "9.0.0-beta.
|
|
71
|
-
"@fluentui/react-tooltip": "^9.1.
|
|
72
|
-
"@fluentui/react-utilities": "^9.2.
|
|
73
|
-
"@fluentui/react-text": "^9.1.
|
|
35
|
+
"@fluentui/react-accordion": "^9.0.11",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.17",
|
|
37
|
+
"@fluentui/react-avatar": "^9.2.6",
|
|
38
|
+
"@fluentui/react-badge": "^9.0.12",
|
|
39
|
+
"@fluentui/react-button": "^9.1.8",
|
|
40
|
+
"@fluentui/react-card": "9.0.0-beta.32",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.0.12",
|
|
42
|
+
"@fluentui/react-combobox": "^9.0.0-beta.15",
|
|
43
|
+
"@fluentui/react-dialog": "^9.1.1",
|
|
44
|
+
"@fluentui/react-divider": "^9.1.4",
|
|
45
|
+
"@fluentui/react-field": "9.0.0-alpha.8",
|
|
46
|
+
"@fluentui/react-image": "^9.0.11",
|
|
47
|
+
"@fluentui/react-input": "^9.2.5",
|
|
48
|
+
"@fluentui/react-label": "^9.0.10",
|
|
49
|
+
"@fluentui/react-link": "^9.0.11",
|
|
50
|
+
"@fluentui/react-menu": "^9.4.1",
|
|
51
|
+
"@fluentui/react-overflow": "9.0.0-beta.14",
|
|
52
|
+
"@fluentui/react-persona": "9.1.0-beta.3",
|
|
53
|
+
"@fluentui/react-portal": "^9.0.10",
|
|
54
|
+
"@fluentui/react-popover": "^9.3.1",
|
|
55
|
+
"@fluentui/react-positioning": "^9.3.1",
|
|
56
|
+
"@fluentui/react-progress": "9.0.0-alpha.5",
|
|
57
|
+
"@fluentui/react-provider": "^9.1.7",
|
|
58
|
+
"@fluentui/react-radio": "^9.0.11",
|
|
59
|
+
"@fluentui/react-select": "9.0.0-beta.14",
|
|
60
|
+
"@fluentui/react-shared-contexts": "^9.1.1",
|
|
61
|
+
"@fluentui/react-slider": "^9.0.10",
|
|
62
|
+
"@fluentui/react-spinbutton": "^9.0.8",
|
|
63
|
+
"@fluentui/react-spinner": "^9.0.10",
|
|
64
|
+
"@fluentui/react-switch": "^9.0.11",
|
|
65
|
+
"@fluentui/react-table": "9.0.0-alpha.11",
|
|
66
|
+
"@fluentui/react-tabs": "^9.1.0",
|
|
67
|
+
"@fluentui/react-tabster": "^9.3.0",
|
|
68
|
+
"@fluentui/react-textarea": "^9.1.5",
|
|
69
|
+
"@fluentui/react-theme": "^9.1.2",
|
|
70
|
+
"@fluentui/react-toolbar": "9.0.0-beta.13",
|
|
71
|
+
"@fluentui/react-tooltip": "^9.1.1",
|
|
72
|
+
"@fluentui/react-utilities": "^9.2.1",
|
|
73
|
+
"@fluentui/react-text": "^9.1.6",
|
|
74
74
|
"@griffel/react": "^1.4.2",
|
|
75
75
|
"tslib": "^2.1.0"
|
|
76
76
|
},
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
},
|
|
89
89
|
"exports": {
|
|
90
90
|
".": {
|
|
91
|
-
"types": "./
|
|
91
|
+
"types": "./dist/index.d.ts",
|
|
92
92
|
"import": "./lib/index.js",
|
|
93
93
|
"require": "./lib-commonjs/index.js"
|
|
94
94
|
},
|
|
95
95
|
"./unstable": {
|
|
96
|
-
"types": "./
|
|
96
|
+
"types": "./dist/unstable.d.ts",
|
|
97
97
|
"import": "./lib/unstable/index.js",
|
|
98
98
|
"require": "./lib-commonjs/unstable/index.js"
|
|
99
99
|
},
|