@atlaskit/menu 1.3.3 → 1.3.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 +6 -0
- package/button-item/package.json +1 -0
- package/custom-item/package.json +1 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/heading-item/package.json +1 -0
- package/link-item/package.json +1 -0
- package/menu-group/package.json +1 -0
- package/package.json +2 -2
- package/popup-menu-group/package.json +1 -0
- package/section/package.json +1 -0
- package/skeleton-heading-item/package.json +1 -0
- package/skeleton-item/package.json +1 -0
- package/types/package.json +1 -0
package/CHANGELOG.md
CHANGED
package/button-item/package.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-item/button-item.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-item/button-item.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-item/button-item.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-item/button-item.d.ts"
|
|
7
8
|
}
|
package/custom-item/package.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-item/custom-item.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-item/custom-item.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-item/custom-item.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-item/custom-item.d.ts"
|
|
7
8
|
}
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-item/heading-item.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-item/heading-item.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-item/heading-item.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-item/heading-item.d.ts"
|
|
7
8
|
}
|
package/link-item/package.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-item/link-item.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-item/link-item.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-item/link-item.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-item/link-item.d.ts"
|
|
7
8
|
}
|
package/menu-group/package.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-section/menu-group.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-section/menu-group.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-section/menu-group.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-section/menu-group.d.ts"
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/menu",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "A collection of composable menu components that can be used anywhere.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/ds-lib": "^1.4.0",
|
|
39
39
|
"@atlaskit/focus-ring": "^1.0.0",
|
|
40
40
|
"@atlaskit/theme": "^12.1.0",
|
|
41
|
-
"@atlaskit/tokens": "^0.
|
|
41
|
+
"@atlaskit/tokens": "^0.10.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0",
|
|
43
43
|
"@emotion/core": "^10.0.9"
|
|
44
44
|
},
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-section/popup-menu-group.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-section/popup-menu-group.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-section/popup-menu-group.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-section/popup-menu-group.d.ts"
|
|
7
8
|
}
|
package/section/package.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-section/section.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-section/section.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-section/section.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-section/section.d.ts"
|
|
7
8
|
}
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-item/skeleton-heading-item.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-item/skeleton-heading-item.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-item/skeleton-heading-item.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-item/skeleton-heading-item.d.ts"
|
|
7
8
|
}
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/menu-item/skeleton-item.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/menu-item/skeleton-item.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/menu-item/skeleton-item.js",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"types": "../dist/types/entry-points/menu-item/skeleton-item.d.ts"
|
|
7
8
|
}
|