@neovici/cosmoz-bottom-bar 7.5.1 → 8.0.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/cosmoz-bottom-bar.js +2 -2
- package/package.json +5 -4
package/cosmoz-bottom-bar.js
CHANGED
|
@@ -8,7 +8,6 @@ import { timeOut } from '@polymer/polymer/lib/utils/async';
|
|
|
8
8
|
import { html } from 'lit-html';
|
|
9
9
|
import { hauntedPolymer } from '@neovici/cosmoz-utils';
|
|
10
10
|
import { useActivity } from '@neovici/cosmoz-utils/keybindings/use-activity';
|
|
11
|
-
import { defaultPlacement } from '@neovici/cosmoz-dropdown';
|
|
12
11
|
import template from './cosmoz-bottom-bar.html.js';
|
|
13
12
|
|
|
14
13
|
const BOTTOM_BAR_TOOLBAR_SLOT = 'bottom-bar-toolbar',
|
|
@@ -188,7 +187,8 @@ class CosmozBottomBar extends hauntedPolymer(useBottomBar)(PolymerElement) {
|
|
|
188
187
|
},
|
|
189
188
|
|
|
190
189
|
topPlacement: {
|
|
191
|
-
value:
|
|
190
|
+
value: 'top-end',
|
|
191
|
+
type: String,
|
|
192
192
|
},
|
|
193
193
|
};
|
|
194
194
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-bottom-bar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.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",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@neovici/cosmoz-collapse": "^1.5.0",
|
|
63
|
-
"@neovici/cosmoz-dropdown": "^4.0.0",
|
|
63
|
+
"@neovici/cosmoz-dropdown": "^4.0.0 || ^5.0.0",
|
|
64
64
|
"@neovici/cosmoz-utils": "^6.13.1",
|
|
65
65
|
"@pionjs/pion": "^2.5.2",
|
|
66
66
|
"@polymer/polymer": "^3.3.0",
|
|
@@ -86,12 +86,13 @@
|
|
|
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.
|
|
89
|
+
"esbuild": "^0.24.0",
|
|
90
|
+
"eslint": "^8.57.1",
|
|
90
91
|
"http-server": "^14.1.1",
|
|
91
92
|
"husky": "^9.1.1",
|
|
92
93
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
93
94
|
"semantic-release": "^24.0.0",
|
|
94
|
-
"sinon": "^
|
|
95
|
+
"sinon": "^19.0.0",
|
|
95
96
|
"storybook": "^7.6.17",
|
|
96
97
|
"typescript": "^5.0.0"
|
|
97
98
|
}
|