@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 +4 -2
- package/index.umd.js +4 -2
- package/lib/components/Theme/types.d.ts +1 -0
- package/package.json +1 -1
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
|