@fluentui/react-components 9.0.0-rc.13 → 9.0.0-rc.14
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 +378 -1
- package/CHANGELOG.md +102 -2
- package/dist/index.d.ts +5 -8
- package/dist/unstable.d.ts +3 -0
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +19 -25
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +7 -1
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.14",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,38 +32,38 @@
|
|
|
32
32
|
"react-hook-form": "^5.7.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "9.0.0-rc.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "9.0.0-rc.
|
|
38
|
-
"@fluentui/react-badge": "9.0.0-rc.
|
|
39
|
-
"@fluentui/react-button": "9.0.0-rc.
|
|
40
|
-
"@fluentui/react-card": "9.0.0-beta.
|
|
41
|
-
"@fluentui/react-checkbox": "9.0.0-rc.
|
|
42
|
-
"@fluentui/react-divider": "9.0.0-rc.
|
|
43
|
-
"@fluentui/react-image": "9.0.0-rc.
|
|
44
|
-
"@fluentui/react-input": "9.0.0-rc.
|
|
45
|
-
"@fluentui/react-label": "9.0.0-rc.
|
|
46
|
-
"@fluentui/react-link": "9.0.0-rc.
|
|
47
|
-
"@fluentui/react-menu": "9.0.0-rc.
|
|
48
|
-
"@fluentui/react-overflow": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-popover": "9.0.0-rc.
|
|
50
|
-
"@fluentui/react-positioning": "9.0.0-rc.
|
|
51
|
-
"@fluentui/react-provider": "9.0.0-rc.
|
|
52
|
-
"@fluentui/react-radio": "9.0.0-rc.
|
|
53
|
-
"@fluentui/react-select": "9.0.0-beta.
|
|
54
|
-
"@fluentui/react-shared-contexts": "9.0.0-rc.
|
|
55
|
-
"@fluentui/react-slider": "9.0.0-beta.
|
|
56
|
-
"@fluentui/react-spinbutton": "9.0.0-beta.
|
|
57
|
-
"@fluentui/react-spinner": "9.0.0-rc.
|
|
58
|
-
"@fluentui/react-switch": "9.0.0-rc.
|
|
59
|
-
"@fluentui/react-tabs": "9.0.0-rc.
|
|
60
|
-
"@fluentui/react-tabster": "9.0.0-rc.
|
|
61
|
-
"@fluentui/react-textarea": "9.0.0-rc.
|
|
35
|
+
"@fluentui/react-accordion": "9.0.0-rc.13",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.2",
|
|
37
|
+
"@fluentui/react-avatar": "9.0.0-rc.12",
|
|
38
|
+
"@fluentui/react-badge": "9.0.0-rc.12",
|
|
39
|
+
"@fluentui/react-button": "9.0.0-rc.13",
|
|
40
|
+
"@fluentui/react-card": "9.0.0-beta.18",
|
|
41
|
+
"@fluentui/react-checkbox": "9.0.0-rc.5",
|
|
42
|
+
"@fluentui/react-divider": "9.0.0-rc.11",
|
|
43
|
+
"@fluentui/react-image": "9.0.0-rc.11",
|
|
44
|
+
"@fluentui/react-input": "9.0.0-rc.5",
|
|
45
|
+
"@fluentui/react-label": "9.0.0-rc.5",
|
|
46
|
+
"@fluentui/react-link": "9.0.0-rc.13",
|
|
47
|
+
"@fluentui/react-menu": "9.0.0-rc.13",
|
|
48
|
+
"@fluentui/react-overflow": "9.0.0-beta.3",
|
|
49
|
+
"@fluentui/react-popover": "9.0.0-rc.13",
|
|
50
|
+
"@fluentui/react-positioning": "9.0.0-rc.11",
|
|
51
|
+
"@fluentui/react-provider": "9.0.0-rc.13",
|
|
52
|
+
"@fluentui/react-radio": "9.0.0-rc.6",
|
|
53
|
+
"@fluentui/react-select": "9.0.0-beta.2",
|
|
54
|
+
"@fluentui/react-shared-contexts": "9.0.0-rc.10",
|
|
55
|
+
"@fluentui/react-slider": "9.0.0-beta.18",
|
|
56
|
+
"@fluentui/react-spinbutton": "9.0.0-beta.13",
|
|
57
|
+
"@fluentui/react-spinner": "9.0.0-rc.5",
|
|
58
|
+
"@fluentui/react-switch": "9.0.0-rc.13",
|
|
59
|
+
"@fluentui/react-tabs": "9.0.0-rc.5",
|
|
60
|
+
"@fluentui/react-tabster": "9.0.0-rc.13",
|
|
61
|
+
"@fluentui/react-textarea": "9.0.0-rc.5",
|
|
62
62
|
"@fluentui/react-theme": "9.0.0-rc.9",
|
|
63
|
-
"@fluentui/react-tooltip": "9.0.0-rc.
|
|
64
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
|
65
|
-
"@fluentui/react-text": "9.0.0-rc.
|
|
66
|
-
"@griffel/react": "1.0
|
|
63
|
+
"@fluentui/react-tooltip": "9.0.0-rc.13",
|
|
64
|
+
"@fluentui/react-utilities": "9.0.0-rc.10",
|
|
65
|
+
"@fluentui/react-text": "9.0.0-rc.11",
|
|
66
|
+
"@griffel/react": "1.1.0",
|
|
67
67
|
"tslib": "^2.1.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|