@swr-data-lab/components 2.5.2 → 2.6.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.
@@ -79,7 +79,7 @@ export default function makeAdmin() {
79
79
  paint: {
80
80
  'line-color': {
81
81
  stops: [
82
- [7, '#cecdcd'],
82
+ [7, '#dedede'],
83
83
  [10, '#161616']
84
84
  ]
85
85
  },
@@ -6,13 +6,9 @@ const majorCities = [
6
6
  'Berlin',
7
7
  'Stuttgart',
8
8
  'München',
9
- 'Mainz',
10
- 'Bremen',
11
- 'Düsseldorf',
9
+ 'Frankfurt',
12
10
  'Hamburg',
13
- 'Bremen',
14
- 'Dresden',
15
- 'Erfurt'
11
+ 'Mainz'
16
12
  ];
17
13
  const majorCountries = [
18
14
  'Deutschland',
@@ -152,7 +148,7 @@ export default function makePlaceLabels() {
152
148
  },
153
149
  {
154
150
  id: 'label-place-major-city',
155
- filter: ['all', ['in', 'name_de', ...majorCities]],
151
+ filter: ['in', 'name_de', ...majorCities],
156
152
  minzoom: 5,
157
153
  maxzoom: 12,
158
154
  layout: {
@@ -7,8 +7,8 @@ const tokens = {
7
7
  water_light: 'hsl(210, 41%, 90%)',
8
8
  water_ocean: 'hsl(210, 25%, 96%)',
9
9
  marsh: 'hsl(200, 14%, 97%)',
10
- grass: 'hsl(140, 27%, 96%)',
11
- grass_dark: 'hsl(148, 52%, 94%)',
10
+ grass: 'hsl(140, 17%, 97%)',
11
+ grass_dark: 'hsl(148, 32%, 95%)',
12
12
  street_primary: 'hsl(0, 0%, 96%)',
13
13
  street_primary_case: 'hsl(240, 1%, 79%)',
14
14
  street_secondary: 'hsl(0, 0%, 95%)',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swr-data-lab/components",
3
3
  "description": "SWR Data Lab component library",
4
- "version": "2.5.2",
4
+ "version": "2.6.0",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",