@neovici/cosmoz-bottom-bar 7.2.2 → 7.4.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.
|
@@ -50,7 +50,7 @@ export default html`
|
|
|
50
50
|
margin-right: auto;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
}
|
|
53
|
-
#bottomBarToolbar::slotted(:not(slot)) {
|
|
53
|
+
#bottomBarToolbar::slotted(:not(slot):not([unstyled])) {
|
|
54
54
|
margin: 0 0.29em;
|
|
55
55
|
min-width: 40px;
|
|
56
56
|
min-height: 40px;
|
|
@@ -92,7 +92,7 @@ export default html`
|
|
|
92
92
|
}
|
|
93
93
|
</style>
|
|
94
94
|
<div id="bar" style$="[[ _getHeightStyle(computedBarHeight) ]]" part="bar">
|
|
95
|
-
<div id="info"><slot name="info"></slot></div>
|
|
95
|
+
<div id="info" part="info"><slot name="info"></slot></div>
|
|
96
96
|
<slot id="bottomBarToolbar" name="bottom-bar-toolbar"></slot>
|
|
97
97
|
<cosmoz-dropdown-menu
|
|
98
98
|
id="dropdown"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-bottom-bar",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"polymer",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"start": "npm run storybook:start",
|
|
34
34
|
"test": "wtr --coverage",
|
|
35
35
|
"test:watch": "wtr --watch",
|
|
36
|
-
"prepare": "husky
|
|
36
|
+
"prepare": "husky",
|
|
37
37
|
"storybook:start": "storybook dev -p 8000",
|
|
38
38
|
"storybook:build": "storybook build",
|
|
39
39
|
"storybook:deploy": "storybook-to-ghpages",
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"@types/mocha": "^10.0.6",
|
|
86
86
|
"@web/storybook-builder": "^0.1.9",
|
|
87
87
|
"@web/storybook-framework-web-components": "^0.1.1",
|
|
88
|
-
"
|
|
88
|
+
"@webcomponents/webcomponentsjs": "^2.5.0",
|
|
89
|
+
"esbuild": "^0.23.0",
|
|
89
90
|
"http-server": "^14.1.1",
|
|
91
|
+
"husky": "^9.1.1",
|
|
90
92
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
93
|
+
"semantic-release": "^24.0.0",
|
|
94
|
+
"sinon": "^18.0.0",
|
|
91
95
|
"storybook": "^7.6.17",
|
|
92
|
-
"typescript": "^5.0.0"
|
|
93
|
-
"@webcomponents/webcomponentsjs": "^2.5.0",
|
|
94
|
-
"husky": "^8.0.0",
|
|
95
|
-
"semantic-release": "^23.0.0",
|
|
96
|
-
"sinon": "^17.0.0"
|
|
96
|
+
"typescript": "^5.0.0"
|
|
97
97
|
}
|
|
98
98
|
}
|