kepler.gl 3.1.2 → 3.1.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.
- package/dist/src/common-utils/src/data.d.ts +4 -0
- package/dist/src/components/src/common/index.d.ts +1 -1
- package/dist/src/components/src/dnd-context.d.ts +1 -1
- package/dist/src/components/src/index.d.ts +1 -1
- package/dist/src/constants/src/index.d.ts +0 -1
- package/dist/src/utils/src/utils.d.ts +0 -8
- package/package.json +2 -2
- package/src/actions/package.json +8 -8
- package/src/ai-assistant/package.json +7 -7
- package/src/cloud-providers/package.json +2 -2
- package/src/common-utils/dist/data.d.ts +4 -0
- package/src/common-utils/dist/data.js +11 -1
- package/src/common-utils/package.json +3 -3
- package/src/common-utils/src/data.ts +10 -0
- package/src/components/dist/common/dnd-layer-items.d.ts +8 -0
- package/src/components/dist/common/dnd-layer-items.js +18 -0
- package/src/components/dist/common/index.d.ts +1 -1
- package/src/components/dist/common/index.js +7 -1
- package/src/components/dist/common/item-selector/chickleted-input.js +4 -3
- package/src/components/dist/dnd-context.d.ts +1 -1
- package/src/components/dist/dnd-context.js +11 -12
- package/src/components/dist/effects/effect-list.js +5 -4
- package/src/components/dist/hooks/use-dnd-effects.js +4 -4
- package/src/components/dist/hooks/use-dnd-layers.js +5 -5
- package/src/components/dist/index.d.ts +1 -1
- package/src/components/dist/index.js +8 -1
- package/src/components/dist/kepler-gl.js +4 -2
- package/src/components/dist/map-container.js +3 -2
- package/src/components/dist/side-panel/layer-panel/layer-list.js +5 -4
- package/src/components/dist/side-panel/layer-panel/radius-by-zoom-input.js +3 -3
- package/src/components/package.json +15 -15
- package/src/components/src/common/index.ts +1 -0
- package/src/components/src/common/item-selector/chickleted-input.tsx +4 -2
- package/src/components/src/dnd-context.tsx +11 -12
- package/src/components/src/effects/effect-list.tsx +2 -1
- package/src/components/src/hooks/use-dnd-effects.tsx +1 -1
- package/src/components/src/hooks/use-dnd-layers.tsx +1 -1
- package/src/components/src/index.ts +1 -0
- package/src/components/src/kepler-gl.tsx +1 -1
- package/src/components/src/map-container.tsx +2 -2
- package/src/components/src/side-panel/layer-panel/layer-list.tsx +2 -1
- package/src/components/src/side-panel/layer-panel/radius-by-zoom-input.tsx +1 -1
- package/src/constants/dist/default-settings.js +1 -1
- package/src/constants/dist/index.d.ts +0 -1
- package/src/constants/dist/index.js +1 -13
- package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/a7/e5/1494606dc689d65022a5486eb9b82a3a1f6c123f4de00fce1f0d8651579201d51c6f7051f4e26ba2ab4a5208a6d5d0f49afa21a42d9dbbf354482ac4d706 +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/f2/ba/46d3b9f3cce4d78fba6b0933762572a334063e658915c618818e338def94 +2 -0
- package/src/constants/package.json +2 -4
- package/src/constants/src/index.ts +0 -1
- package/src/constants/umd/keplergl.min.js +2 -2
- package/src/deckgl-arrow-layers/package.json +2 -2
- package/src/deckgl-layers/package.json +4 -4
- package/src/duckdb/package.json +6 -6
- package/src/effects/package.json +5 -5
- package/src/layers/package.json +9 -9
- package/src/localization/package.json +1 -1
- package/src/processors/package.json +7 -7
- package/src/reducers/dist/layer-utils.js +3 -3
- package/src/reducers/package.json +16 -17
- package/src/reducers/src/layer-utils.ts +2 -1
- package/src/schemas/package.json +7 -7
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/7f/45/4a8b5c5e7999fa03fb8ac3bb96a7432a4f9f3850428c42d1393d88c34885cd312a1218e42b72fa0f2b77a1722b2b3c4bee92590152026bb7fdd05db114b0 +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/dd/9a/120949ff3d848a125817412651b3934f89a553299960a4d4e02ec9f84ea9 +2 -0
- package/src/styles/package.json +2 -2
- package/src/styles/umd/keplergl.min.js +2 -2
- package/src/table/package.json +5 -5
- package/src/tasks/package.json +2 -2
- package/src/types/package.json +1 -1
- package/src/utils/dist/color-utils.js +3 -2
- package/src/utils/dist/effect-utils.js +3 -5
- package/src/utils/dist/utils.d.ts +0 -8
- package/src/utils/dist/utils.js +1 -18
- package/src/utils/package.json +4 -5
- package/src/utils/src/color-utils.ts +2 -1
- package/src/utils/src/effect-utils.ts +1 -2
- package/src/utils/src/utils.ts +0 -17
- package/umd/keplergl.min.js +1124 -1124
- package/src/constants/dist/dnd-layer-items.js +0 -18
- /package/{src/constants/dist → dist/src/components/src/common}/dnd-layer-items.d.ts +0 -0
- /package/src/{constants/src → components/src/common}/dnd-layer-items.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/constants",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.3",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -30,9 +30,7 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@dnd-kit/modifiers": "^7.0.0",
|
|
35
|
-
"@kepler.gl/types": "3.1.2",
|
|
33
|
+
"@kepler.gl/types": "3.1.3",
|
|
36
34
|
"@types/d3-scale": "^3.2.2",
|
|
37
35
|
"@types/keymirror": "^0.1.1",
|
|
38
36
|
"chroma-js": "2.1.2",
|