@opengeoweb/theme 9.22.0 → 9.23.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.
Files changed (2) hide show
  1. package/index.esm.js +3 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -2304,7 +2304,7 @@ var no = {
2304
2304
  theme: "ikke oversatt"
2305
2305
  };
2306
2306
  var nl = {
2307
- theme: "niet vertaald"
2307
+ theme: "Thema"
2308
2308
  };
2309
2309
  var themeTranslations = {
2310
2310
  en: en,
@@ -4261,7 +4261,7 @@ const colors$1 = {
4261
4261
  needleLabel: {
4262
4262
  backgroundColor: '#212121',
4263
4263
  borderColor: '#9e9e9e',
4264
- color: '#212121'
4264
+ color: '#FFFFFF'
4265
4265
  },
4266
4266
  timeline: {
4267
4267
  fill: '#FFFFFF',
@@ -5552,7 +5552,7 @@ const colors = {
5552
5552
  needleLabel: {
5553
5553
  backgroundColor: '#212121',
5554
5554
  borderColor: '#9e9e9e',
5555
- color: '#212121'
5555
+ color: '#FFFFFF'
5556
5556
  },
5557
5557
  timeline: {
5558
5558
  fill: '#FFFFFF',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "9.22.0",
3
+ "version": "9.23.1",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {