@opengis/partsmap 0.1.31 → 0.1.33

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/style.css CHANGED
@@ -1 +1 @@
1
- .vs-mobile-modal-shell__panel[data-v-74c152ea]{transition:height .24s cubic-bezier(.25,.46,.45,.94);overscroll-behavior-y:contain}.vs-mobile-modal-shell__panel--dragging[data-v-74c152ea]{transition:none!important}.map-container{height:100%}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif}.map-container .maplibregl-ctrl-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;box-sizing:border-box;padding:0 6px 6px 0;margin:0}.map-container .maplibregl-ctrl-bottom-right>.maplibregl-ctrl,.map-container .maplibregl-ctrl-bottom-right>div[data-peek-controls]{margin:0!important;float:none!important}.vs-map-slot-layers{position:absolute;display:flex;bottom:10px;left:20px}.vs-map-slot-layers__layer{width:50px;height:50px;background-color:#fff;box-shadow:0 0 7px #434c5626;padding:5px;border-radius:5px;margin-top:10px;margin-right:10px;cursor:pointer;transition:all .3s}.vs-mobile-peek-controls .vs-map-slot-layers--peek{gap:12px;padding-top:8px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__layer{width:100%;height:100%;margin:0;padding:7px;border-radius:20px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__image{border-radius:20px}.focused{background-color:#1989fa!important}.legend-item:not(:last-child){margin-bottom:10px}.legend-panel__content{max-height:400px}.legend-panel__content[style*="maxHeight: 0"]{max-height:0}.vs-mobile-parts-map .vs-map-slot-layers,.vs-mobile-parts-map .legend-panel{display:none}.vs-mobile-parts-map .vs-mobile-peek-controls .vs-map-slot-layers{display:flex!important}.vs-mobile-parts-map .vs-mobile-peek-controls .legend-panel{display:block!important}
1
+ .vs-mobile-modal-shell__panel[data-v-74c152ea]{transition:height .24s cubic-bezier(.25,.46,.45,.94);overscroll-behavior-y:contain}.vs-mobile-modal-shell__panel--dragging[data-v-74c152ea]{transition:none!important}.map-container{height:100%}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif}.map-container .maplibregl-ctrl-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;box-sizing:border-box;padding:0 6px 6px 0;margin:0}.map-container .maplibregl-ctrl-bottom-right>.maplibregl-ctrl,.map-container .maplibregl-ctrl-bottom-right>div[data-peek-controls]{margin:0!important;float:none!important}.vs-map-slot-layers{position:absolute;display:flex;bottom:10px;left:20px}.vs-map-slot-layers__layer{width:50px;height:50px;background-color:#fff;box-shadow:0 0 7px #434c5626;padding:5px;border-radius:5px;margin-top:10px;margin-right:10px;cursor:pointer;transition:all .3s}.vs-mobile-peek-controls .vs-map-slot-layers--peek{gap:12px;padding-top:8px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__layer{width:100%;height:100%;margin:0;padding:7px;border-radius:20px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__image{border-radius:20px}.focused{background-color:#1989fa!important}.legend-item:not(:last-child){margin-bottom:10px}.legend-panel__content{max-height:400px}.legend-panel__content[style*="maxHeight: 0"]{max-height:0}.legend-panel__header--interactive{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;transition:background-color .2s ease}.legend-panel__header--interactive:hover{background-color:#f5f5f4}.vs-mobile-parts-map .vs-map-slot-layers,.vs-mobile-parts-map .legend-panel{display:none}.vs-mobile-parts-map .vs-mobile-peek-controls .vs-map-slot-layers{display:flex!important}.vs-mobile-parts-map .vs-mobile-peek-controls .legend-panel{display:block!important}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/partsmap",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "type": "module",
5
5
  "description": "partsmap-plugins",
6
6
  "main": "dist/index.js",