@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 CHANGED
@@ -1394,7 +1394,7 @@ var colors$1 = {
1394
1394
  opacity: 0.24
1395
1395
  }
1396
1396
  },
1397
- screenManager: {
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
- screenManager: {
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
- screenManager: {
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
- screenManager: {
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
- screenManager: {
76
+ workspace: {
77
77
  activeWindow: CSSProperties['color'];
78
78
  inactiveWindow: CSSProperties['color'];
79
79
  tabButtonHover: CSSProperties['color'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "4.20.0",
3
+ "version": "4.21.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {