@opengeoweb/theme 4.20.0 → 4.21.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/index.esm.js +2 -2
- package/index.umd.js +2 -2
- package/lib/types.d.ts +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1394,7 +1394,7 @@ var colors$1 = {
|
|
|
1394
1394
|
opacity: 0.24
|
|
1395
1395
|
}
|
|
1396
1396
|
},
|
|
1397
|
-
|
|
1397
|
+
workspace: {
|
|
1398
1398
|
activeWindow: '#FFFFFF',
|
|
1399
1399
|
inactiveWindow: '#E8E5E5',
|
|
1400
1400
|
tabButtonHover: 'rgba(123, 172, 255, 0.12)'
|
|
@@ -2591,7 +2591,7 @@ var colors = {
|
|
|
2591
2591
|
opacity: 0.24
|
|
2592
2592
|
}
|
|
2593
2593
|
},
|
|
2594
|
-
|
|
2594
|
+
workspace: {
|
|
2595
2595
|
activeWindow: '#242424',
|
|
2596
2596
|
inactiveWindow: '#303030',
|
|
2597
2597
|
tabButtonHover: '#414751'
|
package/index.umd.js
CHANGED
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
opacity: 0.24
|
|
1384
1384
|
}
|
|
1385
1385
|
},
|
|
1386
|
-
|
|
1386
|
+
workspace: {
|
|
1387
1387
|
activeWindow: '#FFFFFF',
|
|
1388
1388
|
inactiveWindow: '#E8E5E5',
|
|
1389
1389
|
tabButtonHover: 'rgba(123, 172, 255, 0.12)'
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
opacity: 0.24
|
|
2565
2565
|
}
|
|
2566
2566
|
},
|
|
2567
|
-
|
|
2567
|
+
workspace: {
|
|
2568
2568
|
activeWindow: '#242424',
|
|
2569
2569
|
inactiveWindow: '#303030',
|
|
2570
2570
|
tabButtonHover: '#414751'
|
package/lib/types.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare type GeowebColorPalette = {
|
|
|
73
73
|
black: CSSProperties;
|
|
74
74
|
white: CSSProperties;
|
|
75
75
|
};
|
|
76
|
-
|
|
76
|
+
workspace: {
|
|
77
77
|
activeWindow: CSSProperties['color'];
|
|
78
78
|
inactiveWindow: CSSProperties['color'];
|
|
79
79
|
tabButtonHover: CSSProperties['color'];
|