@opengeoweb/theme 4.7.1 → 4.8.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
@@ -1917,6 +1917,10 @@ var colors$1 = {
1917
1917
  color: '#C00000',
1918
1918
  opacity: 1
1919
1919
  },
1920
+ captionErrorBackground: {
1921
+ color: '#C00000',
1922
+ opacity: 0.25
1923
+ },
1920
1924
  captionDisabled: {
1921
1925
  color: '#707070',
1922
1926
  opacity: 1
@@ -2720,6 +2724,10 @@ var colors = {
2720
2724
  color: '#FF8F8F',
2721
2725
  opacity: 1
2722
2726
  },
2727
+ captionErrorBackground: {
2728
+ color: '#C00000',
2729
+ opacity: 0.25
2730
+ },
2723
2731
  captionDisabled: {
2724
2732
  color: '#B0B0B0',
2725
2733
  opacity: 1
package/index.umd.js CHANGED
@@ -1904,6 +1904,10 @@
1904
1904
  color: '#C00000',
1905
1905
  opacity: 1
1906
1906
  },
1907
+ captionErrorBackground: {
1908
+ color: '#C00000',
1909
+ opacity: 0.25
1910
+ },
1907
1911
  captionDisabled: {
1908
1912
  color: '#707070',
1909
1913
  opacity: 1
@@ -2691,6 +2695,10 @@
2691
2695
  color: '#FF8F8F',
2692
2696
  opacity: 1
2693
2697
  },
2698
+ captionErrorBackground: {
2699
+ color: '#C00000',
2700
+ opacity: 0.25
2701
+ },
2694
2702
  captionDisabled: {
2695
2703
  color: '#B0B0B0',
2696
2704
  opacity: 1
@@ -127,6 +127,7 @@ export declare type GeowebColorPalette = {
127
127
  captionStatus: CSSProperties;
128
128
  captionInformation: CSSProperties;
129
129
  captionError: CSSProperties;
130
+ captionErrorBackground: CSSProperties;
130
131
  captionDisabled: CSSProperties;
131
132
  };
132
133
  functional: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "4.7.1",
3
+ "version": "4.8.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {