@neovici/cosmoz-omnitable 8.3.2 → 8.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.
@@ -421,7 +421,7 @@ export default `<style>
421
421
  cosmoz-bottom-bar {
422
422
  background-color: var(--cosmoz-omnitable-bottom-bar-color, #5f5a92);
423
423
  overflow: hidden;
424
- z-index: auto;
424
+ position: absolute;
425
425
  }
426
426
  cosmoz-bottom-bar::part(bar) {
427
427
  padding: 0 24px;
@@ -439,7 +439,6 @@ export default `<style>
439
439
  cursor: not-allowed;
440
440
  }
441
441
 
442
-
443
442
  .boolean-cell[editable] {
444
443
  overflow: initial;
445
444
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "8.3.2",
3
+ "version": "8.4.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@neovici/cosmoz-autocomplete": "^2.17.1",
56
- "@neovici/cosmoz-bottom-bar": "^4.4.0",
56
+ "@neovici/cosmoz-bottom-bar": "^5.0.0",
57
57
  "@neovici/cosmoz-datetime-input": "^3.0.3",
58
58
  "@neovici/cosmoz-dropdown": "^1.5.0",
59
59
  "@neovici/cosmoz-grouped-list": "^3.2.0",