@xyo-network/react-map 7.4.2 → 7.5.1
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/browser/Components/MapBox.stories.d.ts +3 -3
- package/dist/browser/Components/MapBox.stories.d.ts.map +1 -1
- package/dist/browser/Layers/CircleLayer.d.ts +1 -1
- package/dist/browser/Layers/CircleLayer.d.ts.map +1 -1
- package/dist/browser/Layers/FillLayer.d.ts +1 -1
- package/dist/browser/Layers/FillLayer.d.ts.map +1 -1
- package/dist/browser/Layers/LineLayer.d.ts +1 -1
- package/dist/browser/Layers/LineLayer.d.ts.map +1 -1
- package/dist/browser/Layers/SymbolLayer.d.ts +1 -1
- package/dist/browser/Layers/SymbolLayer.d.ts.map +1 -1
- package/dist/browser/MapBoxClasses/MapHeat.d.ts.map +1 -1
- package/dist/browser/hooks/useQuadKeyPayloadsToFeatures.d.ts.map +1 -1
- package/dist/browser/index.mjs +648 -438
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +26 -27
- package/src/Contexts/HeatMapInitializer/useHeatMapInitializer.tsx +1 -1
- package/src/Contexts/MapBoxInstance/useMapBoxInstance.tsx +1 -1
- package/src/Layers/CircleLayer.ts +1 -1
- package/src/Layers/FillLayer.ts +1 -1
- package/src/Layers/LineLayer.ts +1 -1
- package/src/Layers/SymbolLayer.ts +1 -1
- package/src/MapBoxClasses/MapBase.ts +2 -2
- package/src/MapBoxClasses/MapHeat.ts +2 -3
- package/src/hooks/useQuadKeyPayloadsToFeatures.tsx +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
declare const Default: import("
|
|
5
|
-
declare const WithContainerResize: import("
|
|
6
|
-
declare const WithMapSettings: import("
|
|
4
|
+
declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./MapBox.tsx").MapBoxProps>;
|
|
5
|
+
declare const WithContainerResize: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./MapBox.tsx").MapBoxProps>;
|
|
6
|
+
declare const WithMapSettings: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./MapBox.tsx").MapBoxProps>;
|
|
7
7
|
export { Default, WithContainerResize, WithMapSettings, };
|
|
8
8
|
//# sourceMappingURL=MapBox.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapBox.stories.d.ts","sourceRoot":"","sources":["../../../src/Components/MapBox.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACC,IAAI,EAChB,MAAM,uBAAuB,CAAA;wBAsCzB,IAAI;AANT,wBAMS;AAuCT,QAAA,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"MapBox.stories.d.ts","sourceRoot":"","sources":["../../../src/Components/MapBox.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACC,IAAI,EAChB,MAAM,uBAAuB,CAAA;wBAsCzB,IAAI;AANT,wBAMS;AAuCT,QAAA,MAAM,OAAO,iIAAoB,CAAA;AAGjC,QAAA,MAAM,mBAAmB,iIAAmC,CAAA;AAE5D,QAAA,MAAM,eAAe,iIAAoB,CAAA;AAGzC,OAAO,EACL,OAAO,EAAE,mBAAmB,EAAE,eAAe,GAC9C,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayerBase } from '@
|
|
1
|
+
import { LayerBase } from '@xylabs/geo';
|
|
2
2
|
import type { CircleLayerSpecification } from 'mapbox-gl';
|
|
3
3
|
export declare class CircleLayerBuilder extends LayerBase<CircleLayerSpecification> {
|
|
4
4
|
CircleLayerOptions: Partial<CircleLayerSpecification>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CircleLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/CircleLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CircleLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/CircleLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEzD,qBAAa,kBAAmB,SAAQ,SAAS,CAAC,wBAAwB,CAAC;IACzE,kBAAkB,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IAGrD,IAAI,EAAE,QAAQ,CAAoB;gBAEtB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAO9F,UAAU,IAAI,wBAAwB;CAcvC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayerBase } from '@
|
|
1
|
+
import { LayerBase } from '@xylabs/geo';
|
|
2
2
|
import type { FillLayerSpecification } from 'mapbox-gl';
|
|
3
3
|
export declare class FillLayerBuilder extends LayerBase<FillLayerSpecification> {
|
|
4
4
|
FillLayerOptions: Partial<FillLayerSpecification>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FillLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/FillLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"FillLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/FillLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAEvD,qBAAa,gBAAiB,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IACrE,gBAAgB,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAA;IAGjD,IAAI,EAAE,MAAM,CAAkB;gBAElB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC;IAK1F,UAAU,IAAI,sBAAsB;CAQrC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayerBase } from '@
|
|
1
|
+
import { LayerBase } from '@xylabs/geo';
|
|
2
2
|
import type { LineLayerSpecification } from 'mapbox-gl';
|
|
3
3
|
export declare class LineLayerBuilder extends LayerBase<LineLayerSpecification> {
|
|
4
4
|
LineLayerOptions: Partial<LineLayerSpecification>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/LineLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"LineLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/LineLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAEvD,qBAAa,gBAAiB,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IACrE,gBAAgB,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAA;IAGjD,IAAI,EAAE,MAAM,CAAkB;gBAElB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC;IAK1F,UAAU,IAAI,sBAAsB;CASrC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayerBase } from '@
|
|
1
|
+
import { LayerBase } from '@xylabs/geo';
|
|
2
2
|
import type { SymbolLayerSpecification } from 'mapbox-gl';
|
|
3
3
|
export declare class SymbolLayerBuilder extends LayerBase<SymbolLayerSpecification> {
|
|
4
4
|
SymbolLayerOptions: Partial<SymbolLayerSpecification>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SymbolLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/SymbolLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SymbolLayer.d.ts","sourceRoot":"","sources":["../../../src/Layers/SymbolLayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEzD,qBAAa,kBAAmB,SAAQ,SAAS,CAAC,wBAAwB,CAAC;IACzE,kBAAkB,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IAGrD,IAAI,EAAE,QAAQ,CAAoB;gBAEtB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAK9F,UAAU,IAAI,wBAAwB;CAQvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapHeat.d.ts","sourceRoot":"","sources":["../../../src/MapBoxClasses/MapHeat.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MapHeat.d.ts","sourceRoot":"","sources":["../../../src/MapBoxClasses/MapHeat.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,KAAK,EAEiC,GAAG,EAAE,UAAU,EAC3D,MAAM,WAAW,CAAA;AAClB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAExC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAEtC,qBAAa,OAAQ,SAAQ,OAAO,CAAC,OAAO,CAAC;IAE3C,MAAM,CAAC,gBAAgB,UAAQ;IAE/B,MAAM,EAAE,aAAa,CAAC,OAAO,CAAC,CAAA;gBAClB,MAAM,EAAE,aAAa,CAAC,OAAO,CAAC;IAK1C,MAAM,CAAC,qBAAqB,CAAC,OAAO,EAAE,UAAU,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,aAAa,CAAC,EAAE,YAAY;WA2B9H,+BAA+B,CAC1C,MAAM,EAAE,QAAQ,EAAE,EAClB,UAAU,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,EAChC,GAAG,EAAE,GAAG,EACR,UAAU,CAAC,EAAE,MAAM,EACnB,QAAQ,CAAC,EAAE,MAAM;IAgGnB,OAAO,CAAC,MAAM,CAAC,WAAW;IAW1B,uBAAuB,CAAC,MAAM,EAAE,QAAQ,EAAE;CAmB3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useQuadKeyPayloadsToFeatures.d.ts","sourceRoot":"","sources":["../../../src/hooks/useQuadKeyPayloadsToFeatures.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useQuadKeyPayloadsToFeatures.d.ts","sourceRoot":"","sources":["../../../src/hooks/useQuadKeyPayloadsToFeatures.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8BAA8B,CAAA;AAC9F,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAmBhD,QAAA,MAAM,4BAA4B,GAAI,WAAW,0CAA0C,EAAE,GAAG,0CAA0C;;;;CA6BzI,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA"}
|