@mapvx/web-components 0.0.39 → 0.0.41
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/dist/cjs/{base-floor-selector-BaaEIPJn.cjs → base-floor-selector-CI6AJqe_.cjs} +2 -2
- package/dist/cjs/{class-map-CWrrDk6Q.cjs → class-map-KMSfgH43.cjs} +2 -2
- package/dist/cjs/{compact-floor-selector-E6k9faZO.cjs → compact-floor-selector-D8x_OiE6.cjs} +2 -2
- package/dist/cjs/{consume-BPghnLcC.cjs → consume-XCC5o-eZ.cjs} +2 -2
- package/dist/cjs/custom-map-5vaHl4Sn.cjs +164 -0
- package/dist/cjs/{floor-selector-8KlKOWRd.cjs → floor-selector-BazXyZTS.cjs} +2 -2
- package/dist/cjs/{lazy-load-Db5agGyM.cjs → lazy-load-adpISPJL.cjs} +2 -2
- package/dist/cjs/map-view-with-modal.cjs +1 -1
- package/dist/cjs/{qr-modal-B_3Ax7pX.cjs → qr-modal-BkmkvvKD.cjs} +2 -2
- package/dist/cjs/{route-options-Dqpa_KRL.cjs → route-options-DXuN5owb.cjs} +2 -2
- package/dist/cjs/route-view-totems.cjs +8 -7
- package/dist/es/assets/{compact-floor-selector-CFJ0KHMN.js → compact-floor-selector-DPSZGpmP.js} +2 -2
- package/dist/es/assets/components-CGNn-QWI.js +323 -0
- package/dist/es/assets/{map-view-with-modal-empaZwqw.js → map-view-with-modal-CQ7XDDrk.js} +2 -2
- package/dist/es/assets/{route-view-totems-BN3I5UEc.js → route-view-totems-BTZ3ElHf.js} +10 -9
- package/dist/es/assets/{utils-PPyTggvX.js → utils-BfLnla0S.js} +2 -2
- package/dist/es/index.js +1 -1
- package/dist/es/route-view-totems.js +1 -1
- package/dist/iife/map-view-with-modal.js +33 -29
- package/dist/iife/route-view-totems.js +34 -30
- package/package.json +3 -2
- package/dist/cjs/custom-map-NV_nB4sQ.cjs +0 -160
- package/dist/es/assets/components-BmwAJ-f1.js +0 -319
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapvx/web-components",
|
|
3
3
|
"description": "MapVX Web Components is a web components library that provides interactive and accessible mapping solutions. Built with Lit, it offers a modern, lightweight, and framework-agnostic way to integrate maps into any web application.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.41",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Mapvx",
|
|
7
7
|
"homepage": "https://mapvx.com",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@lzdevelopers/my-maps-js": "^3.0.
|
|
39
|
+
"@lzdevelopers/my-maps-js": "^3.0.7",
|
|
40
40
|
"lit": "^3.3.2",
|
|
41
41
|
"qrcode": "^1.5.4",
|
|
42
42
|
"rollbar": "^2.26.5"
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
"test:integration": "start-server-and-test dev http://localhost:3000 test:integration:run",
|
|
111
111
|
"test:integration:run": "vitest run --config vitest.integration.config.ts",
|
|
112
112
|
"test:playwright": "playwright test",
|
|
113
|
+
"test:playwright:mcp": "playwright test src/tests/playwright/mcp/",
|
|
113
114
|
"test:playwright:ui": "playwright test --ui",
|
|
114
115
|
"test:playwright:headed": "playwright test --headed",
|
|
115
116
|
"test:playwright:debug": "playwright test --debug",
|