@omegagrid/bucket 0.6.47 → 0.6.49

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.
@@ -17,7 +17,7 @@ const itemStyle = css `
17
17
  }
18
18
 
19
19
  .item.selected og-bucket-button, .item:hover og-bucket-button {
20
- color: var(--og-text-color-2);
20
+ color: var(--og-text-color-3);
21
21
  }
22
22
  `;
23
23
  let Sidemenu = class Sidemenu extends LitElement {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omegagrid/bucket",
3
- "version": "0.6.47",
3
+ "version": "0.6.49",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Application layout component",
6
6
  "main": "./dist/index.js",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@fortawesome/fontawesome-svg-core": "6.4.2",
31
- "@omegagrid/commands": "^0.6.47",
32
- "@omegagrid/core": "^0.6.47",
33
- "@omegagrid/dialog": "^0.6.47",
34
- "@omegagrid/tabs": "^0.6.47",
31
+ "@omegagrid/commands": "^0.6.49",
32
+ "@omegagrid/core": "^0.6.49",
33
+ "@omegagrid/dialog": "^0.6.49",
34
+ "@omegagrid/tabs": "^0.6.49",
35
35
  "@riovir/wc-fontawesome": "^0.1.9",
36
36
  "lit": "^3.1.1",
37
37
  "ts-debounce": "^4.0.0"