@local-logic/maps 0.0.4 → 0.0.6
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/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/index-B43MtiHH.js +30 -0
- package/dist/index-BAAE2pMq.js +64 -0
- package/dist/index-BHjgd5HB.js +29 -0
- package/dist/index-BZ2605rA.js +39 -0
- package/dist/index-B_LO5X9C.js +46 -0
- package/dist/index-BbrOUWDy.js +29 -0
- package/dist/index-Bd-X-1Gd.js +42 -0
- package/dist/index-CPq7k7F4.js +63 -0
- package/dist/index-CTk5bvm9.js +155 -0
- package/dist/index-CXLLvdx4.js +670 -0
- package/dist/index-CXjxZmYt.js +144 -0
- package/dist/index-DHw9gU4K.js +29 -0
- package/dist/index-DVitM43i.js +137 -0
- package/dist/index-J1MKzGEM.js +31 -0
- package/dist/index-qqbvBkdn.js +7 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +4 -0
- package/dist/index.modern-EsUgbhzI.js +908 -0
- package/dist/index.umd.js +3181 -0
- package/dist/logo-control-NE-LlsRy.js +607 -0
- package/dist/mapbox-gl-D58OubwB.js +32266 -0
- package/dist/maplibre-gl-CfOZKUDd.js +20722 -0
- package/dist/scale-control-CyJd4u6j.js +716 -0
- package/dist/src/components/Map/Root/BaseMap/Empty/index.d.ts +3 -0
- package/dist/src/components/Map/Root/BaseMap/Empty/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/BaseMap/Google/index.d.ts +11 -0
- package/dist/src/components/Map/Root/BaseMap/Google/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/BaseMap/Mapbox/index.d.ts +4 -0
- package/dist/src/components/Map/Root/BaseMap/Mapbox/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/BaseMap/Maptiler/index.d.ts +4 -0
- package/dist/src/components/Map/Root/BaseMap/Maptiler/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/BaseMap/index.d.ts +4 -0
- package/dist/src/components/Map/Root/BaseMap/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/BaseMap/styles.d.ts +2 -0
- package/dist/src/components/Map/Root/BaseMap/styles.d.ts.map +1 -0
- package/dist/src/components/Map/Root/BaseMap/types.d.ts +3 -0
- package/dist/src/components/Map/Root/BaseMap/types.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Layers/Google/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Layers/Google/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Layers/Mapbox/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Layers/Mapbox/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Layers/Maptiler/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Layers/Maptiler/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Layers/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Layers/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Layers/types.d.ts +13 -0
- package/dist/src/components/Map/Root/Layers/types.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Layers/utils.d.ts +6 -0
- package/dist/src/components/Map/Root/Layers/utils.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/Cluster/index.d.ts +6 -0
- package/dist/src/components/Map/Root/Markers/Cluster/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/Cluster/styles.d.ts +2 -0
- package/dist/src/components/Map/Root/Markers/Cluster/styles.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/Google/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Markers/Google/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/Mapbox/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Markers/Mapbox/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/Maptiler/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Markers/Maptiler/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Markers/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/styles.d.ts +5 -0
- package/dist/src/components/Map/Root/Markers/styles.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Markers/types.d.ts +28 -0
- package/dist/src/components/Map/Root/Markers/types.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Popup/Google/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Popup/Google/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Popup/Mapbox/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Popup/Mapbox/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Popup/Maptiler/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Popup/Maptiler/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Popup/index.d.ts +4 -0
- package/dist/src/components/Map/Root/Popup/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Popup/styles.d.ts +2 -0
- package/dist/src/components/Map/Root/Popup/styles.d.ts.map +1 -0
- package/dist/src/components/Map/Root/Popup/types.d.ts +10 -0
- package/dist/src/components/Map/Root/Popup/types.d.ts.map +1 -0
- package/dist/src/components/Map/Root/constants.d.ts +7 -0
- package/dist/src/components/Map/Root/constants.d.ts.map +1 -0
- package/dist/src/components/Map/Root/context.d.ts +11 -0
- package/dist/src/components/Map/Root/context.d.ts.map +1 -0
- package/dist/src/components/Map/Root/index.d.ts +11 -0
- package/dist/src/components/Map/Root/index.d.ts.map +1 -0
- package/dist/src/components/Map/Root/types.d.ts +26 -0
- package/dist/src/components/Map/Root/types.d.ts.map +1 -0
- package/dist/src/components/Map/index.d.ts +2 -0
- package/dist/src/components/Map/index.d.ts.map +1 -0
- package/dist/src/components/Map/index.stories.d.ts +8 -0
- package/dist/src/components/Map/index.stories.d.ts.map +1 -0
- package/dist/src/components/Map/index.test.d.ts +2 -0
- package/dist/src/components/Map/index.test.d.ts.map +1 -0
- package/dist/src/components/Map/storybook-data.d.ts +18 -0
- package/dist/src/components/Map/storybook-data.d.ts.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/{src/components/Map/Root/Popup/styles.ts → dist/styles-uPzJnzVS.js} +4 -1
- package/dist/utils-YqJg0vBb.js +25 -0
- package/package.json +14 -3
- package/.env.example +0 -3
- package/.storybook/defaults.ts +0 -40
- package/.storybook/globals.css +0 -32
- package/.storybook/main.ts +0 -19
- package/.storybook/preview.tsx +0 -28
- package/CHANGELOG.md +0 -27
- package/eslint.config.mjs +0 -46
- package/lint-staged.config.cjs +0 -4
- package/postcss.config.cjs +0 -6
- package/prettier.config.cjs +0 -1
- package/src/components/Map/Root/BaseMap/Empty/index.tsx +0 -7
- package/src/components/Map/Root/BaseMap/Google/index.tsx +0 -96
- package/src/components/Map/Root/BaseMap/Mapbox/index.tsx +0 -66
- package/src/components/Map/Root/BaseMap/Maptiler/index.tsx +0 -59
- package/src/components/Map/Root/BaseMap/index.tsx +0 -34
- package/src/components/Map/Root/BaseMap/styles.ts +0 -1
- package/src/components/Map/Root/BaseMap/types.ts +0 -3
- package/src/components/Map/Root/Layers/Google/index.tsx +0 -97
- package/src/components/Map/Root/Layers/Mapbox/index.tsx +0 -74
- package/src/components/Map/Root/Layers/Maptiler/index.tsx +0 -74
- package/src/components/Map/Root/Layers/index.tsx +0 -32
- package/src/components/Map/Root/Layers/types.ts +0 -15
- package/src/components/Map/Root/Layers/utils.ts +0 -64
- package/src/components/Map/Root/Markers/Cluster/index.tsx +0 -27
- package/src/components/Map/Root/Markers/Cluster/styles.ts +0 -11
- package/src/components/Map/Root/Markers/Google/index.tsx +0 -49
- package/src/components/Map/Root/Markers/Mapbox/index.tsx +0 -52
- package/src/components/Map/Root/Markers/Maptiler/index.tsx +0 -52
- package/src/components/Map/Root/Markers/index.tsx +0 -81
- package/src/components/Map/Root/Markers/styles.ts +0 -37
- package/src/components/Map/Root/Markers/types.ts +0 -32
- package/src/components/Map/Root/Popup/Google/index.tsx +0 -57
- package/src/components/Map/Root/Popup/Google/popup.css +0 -15
- package/src/components/Map/Root/Popup/Mapbox/index.tsx +0 -36
- package/src/components/Map/Root/Popup/Mapbox/popup.css +0 -15
- package/src/components/Map/Root/Popup/Maptiler/index.tsx +0 -37
- package/src/components/Map/Root/Popup/Maptiler/popup.css +0 -15
- package/src/components/Map/Root/Popup/index.tsx +0 -32
- package/src/components/Map/Root/Popup/types.ts +0 -20
- package/src/components/Map/Root/constants.ts +0 -6
- package/src/components/Map/Root/context.tsx +0 -15
- package/src/components/Map/Root/index.tsx +0 -30
- package/src/components/Map/Root/types.ts +0 -30
- package/src/components/Map/index.stories.tsx +0 -133
- package/src/components/Map/index.test.tsx +0 -16
- package/src/components/Map/index.tsx +0 -1
- package/src/components/Map/storybook-data.ts +0 -255
- package/src/index.ts +0 -1
- package/tailwind.config.cjs +0 -1
- package/tsconfig.json +0 -14
- package/tsconfig.node.json +0 -8
- package/vite-env.d.ts +0 -13
- package/vite.config.ts +0 -46
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.