crumb-widget 1.0.2 → 1.0.3

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/dist/module.js +1 -1
  2. package/package.json +2 -2
package/dist/module.js CHANGED
@@ -10126,7 +10126,7 @@ var sl = [
10126
10126
  "address"
10127
10127
  ];
10128
10128
  function cl(e, t) {
10129
- Z.rootServerUrl = t.rootServerUrl, Z.serviceBodyIds = t.serviceBodyIds ?? [], Z.containerId = e.id || "crumb-widget", Z.defaultView = t.defaultView ?? "list", Z.locationMarker = t.map?.markers?.location, Z.tiles = t.map?.tiles, Z.tilesDark = t.map?.tiles_dark, Z.columns = t.columns ?? sl, Z.geolocation = t.geolocation ?? !1, Z.geolocationRadius = t.geolocationRadius ?? 10, Z.height = t.height, Z.darkMode = t.darkMode ?? !1, Z.nowOffset = t.nowOffset ?? 10, $o(t.language ?? (typeof navigator < "u" ? navigator.language : "en")), Z.darkMode === "auto" ? e.classList.add("bmlt-dark-auto") : Z.darkMode === !0 && e.classList.add("bmlt-dark-force"), console.log("[crumb-widget] v1.0.2+1bae01c"), Gr(ol, {
10129
+ Z.rootServerUrl = t.rootServerUrl, Z.serviceBodyIds = t.serviceBodyIds ?? [], Z.containerId = e.id || "crumb-widget", Z.defaultView = t.defaultView ?? "list", Z.locationMarker = t.map?.markers?.location, Z.tiles = t.map?.tiles, Z.tilesDark = t.map?.tiles_dark, Z.columns = t.columns ?? sl, Z.geolocation = t.geolocation ?? !1, Z.geolocationRadius = t.geolocationRadius ?? 10, Z.height = t.height, Z.darkMode = t.darkMode ?? !1, Z.nowOffset = t.nowOffset ?? 10, $o(t.language ?? (typeof navigator < "u" ? navigator.language : "en")), Z.darkMode === "auto" ? e.classList.add("bmlt-dark-auto") : Z.darkMode === !0 && e.classList.add("bmlt-dark-force"), console.log("[crumb-widget] v1.0.2+b760242"), Gr(ol, {
10130
10130
  target: e,
10131
10131
  props: { config: Z }
10132
10132
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crumb-widget",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "scripts": {
23
23
  "dev": "vite dev",
24
- "build": "vite build && vite build --config vite.lib.config.ts",
24
+ "build": "vite build",
25
25
  "build:lib": "vite build --config vite.lib.config.ts",
26
26
  "preview": "vite preview",
27
27
  "lint": "prettier --check vite.config.ts tsconfig.json src && eslint vite.config.ts src && svelte-check --tsconfig ./tsconfig.json",