@swr-data-lab/components 2.15.0 → 2.16.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.
@@ -164,8 +164,12 @@ const semantics = {
164
164
  dark: '#222325',
165
165
  light: '#ffffff'
166
166
  },
167
+ raisedSurfaceFill: {
168
+ dark: '#393a3b',
169
+ light: '#ffffff'
170
+ },
167
171
  surfaceBorder: {
168
- dark: shades.gray.dark1,
172
+ dark: '#3e3e3e',
169
173
  light: shades.gray.base
170
174
  },
171
175
  pageFill: {
package/dist/index.d.ts CHANGED
@@ -11,7 +11,6 @@ export { default as ChartFooter } from "./ChartFooter/ChartFooter.svelte";
11
11
  export { default as Logotype } from "./Logotype/Logotype.svelte";
12
12
  export { default as Middot } from "./Middot/Middot.svelte";
13
13
  export { default as Map } from "./maplibre/Map/Map.svelte";
14
- export { SWRDataLabLight } from "./maplibre/MapStyle";
15
14
  export { default as MapControl } from "./maplibre/MapControl/MapControl.svelte";
16
15
  export { default as AttributionControl } from "./maplibre/AttributionControl/AttributionControl.svelte";
17
16
  export { default as GeocoderControl } from "./maplibre/GeocoderControl/GeocoderControl.svelte";
@@ -29,3 +28,4 @@ export { default as Button } from "./Button/Button.svelte";
29
28
  export { default as Select } from "./Select/Select.svelte";
30
29
  export { default as Autocomplete } from "./Autocomplete/Autocomplete.svelte";
31
30
  export { default as ChartList } from "./ChartList/ChartList.svelte";
31
+ export { SWRDataLabLight, SWRDataLabDark } from "./maplibre/MapStyle";
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ export { default as Middot } from './Middot/Middot.svelte';
20
20
 
21
21
  // Maplibre
22
22
  export { default as Map } from './maplibre/Map/Map.svelte';
23
- export { SWRDataLabLight } from './maplibre/MapStyle';
23
+ export { SWRDataLabLight, SWRDataLabDark } from './maplibre/MapStyle';
24
24
  export { default as MapControl } from './maplibre/MapControl/MapControl.svelte';
25
25
  export { default as AttributionControl } from './maplibre/AttributionControl/AttributionControl.svelte';
26
26
  export { default as GeocoderControl } from './maplibre/GeocoderControl/GeocoderControl.svelte';
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.15.0",
4
+ "version": "2.16.0",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",