@fluentui/react-menu 0.0.0-nightly-20220425-0418.1 → 0.0.0-nightly-20220428-0420.1
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 +50 -21
- package/CHANGELOG.md +153 -143
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-menu",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20220428-0420.1",
|
|
4
4
|
"description": "Fluent UI menu component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
|
16
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node
|
|
16
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-menu/src && yarn docs",
|
|
17
17
|
"build": "just-scripts build",
|
|
18
18
|
"bundle-size": "bundle-size measure",
|
|
19
19
|
"clean": "just-scripts clean",
|
|
@@ -22,27 +22,27 @@
|
|
|
22
22
|
"just": "just-scripts",
|
|
23
23
|
"lint": "just-scripts lint",
|
|
24
24
|
"start": "yarn storybook",
|
|
25
|
-
"storybook": "node
|
|
25
|
+
"storybook": "node ../../../scripts/storybook/runner",
|
|
26
26
|
"test": "jest --passWithNoTests",
|
|
27
27
|
"type-check": "tsc -b tsconfig.json"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluentui/eslint-plugin": "*",
|
|
31
31
|
"@fluentui/react-conformance": "*",
|
|
32
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
|
32
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220428-0420.1",
|
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluentui/keyboard-keys": "0.0.0-nightly-
|
|
37
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
|
36
|
+
"@fluentui/keyboard-keys": "0.0.0-nightly-20220428-0420.1",
|
|
37
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20220428-0420.1",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.166-rc.3",
|
|
39
39
|
"@griffel/react": "1.0.3",
|
|
40
|
-
"@fluentui/react-portal": "0.0.0-nightly-
|
|
41
|
-
"@fluentui/react-positioning": "0.0.0-nightly-
|
|
42
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
|
43
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
|
44
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
|
45
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
|
40
|
+
"@fluentui/react-portal": "0.0.0-nightly-20220428-0420.1",
|
|
41
|
+
"@fluentui/react-positioning": "0.0.0-nightly-20220428-0420.1",
|
|
42
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20220428-0420.1",
|
|
43
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20220428-0420.1",
|
|
44
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220428-0420.1",
|
|
45
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220428-0420.1",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|