@opengeoweb/theme 4.14.1 → 4.15.1

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/index.esm.js CHANGED
@@ -1765,7 +1765,8 @@ var colors$1 = {
1765
1765
  },
1766
1766
  screenManager: {
1767
1767
  activeWindow: '#FFFFFF',
1768
- inactiveWindow: '#E8E5E5'
1768
+ inactiveWindow: '#E8E5E5',
1769
+ tabButtonHover: 'rgba(123, 172, 255, 0.12)'
1769
1770
  },
1770
1771
  timeSlider: {
1771
1772
  // player
@@ -2571,7 +2572,8 @@ var colors = {
2571
2572
  },
2572
2573
  screenManager: {
2573
2574
  activeWindow: '#242424',
2574
- inactiveWindow: '#303030'
2575
+ inactiveWindow: '#303030',
2576
+ tabButtonHover: 'rgba(123, 172, 255, 0.12);'
2575
2577
  },
2576
2578
  timeSlider: {
2577
2579
  // player
package/index.umd.js CHANGED
@@ -1752,7 +1752,8 @@
1752
1752
  },
1753
1753
  screenManager: {
1754
1754
  activeWindow: '#FFFFFF',
1755
- inactiveWindow: '#E8E5E5'
1755
+ inactiveWindow: '#E8E5E5',
1756
+ tabButtonHover: 'rgba(123, 172, 255, 0.12)'
1756
1757
  },
1757
1758
  timeSlider: {
1758
1759
  // player
@@ -2542,7 +2543,8 @@
2542
2543
  },
2543
2544
  screenManager: {
2544
2545
  activeWindow: '#242424',
2545
- inactiveWindow: '#303030'
2546
+ inactiveWindow: '#303030',
2547
+ tabButtonHover: 'rgba(123, 172, 255, 0.12);'
2546
2548
  },
2547
2549
  timeSlider: {
2548
2550
  // player
@@ -69,6 +69,7 @@ export declare type GeowebColorPalette = {
69
69
  screenManager: {
70
70
  activeWindow: CSSProperties['color'];
71
71
  inactiveWindow: CSSProperties['color'];
72
+ tabButtonHover: CSSProperties['color'];
72
73
  };
73
74
  timeSlider: {
74
75
  playerNeedleTimeTop: CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "4.14.1",
3
+ "version": "4.15.1",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {