kepler.gl 3.2.4 → 3.2.5
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/reducers/src/ui-state-updaters.d.ts +1 -1
- package/dist/src/utils/src/application-config.d.ts +2 -0
- package/package.json +2 -2
- package/src/actions/package.json +8 -8
- package/src/ai-assistant/dist/components/ai-assistant-component.js +42 -7
- package/src/ai-assistant/package.json +7 -7
- package/src/ai-assistant/src/components/ai-assistant-component.tsx +17 -4
- package/src/cloud-providers/package.json +2 -2
- package/src/common-utils/package.json +3 -3
- package/src/components/dist/map-container.js +72 -64
- package/src/components/package.json +15 -15
- package/src/components/src/map-container.tsx +8 -1
- package/src/constants/dist/default-settings.js +1 -1
- package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/89/a2/7b6ce2c6c94377ff73d3eb84e41a05931160d1d250804fb519215165f383a46120fd1f4662bd2ae95d7c509ce63f4b8e866b515f9f8750cb702709d4bcdc +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/5b/96/163a3fcac4673f000a64cbecbb40621d276cb6f295539b4a6e139bbfc4f5 +2 -0
- package/src/constants/package.json +2 -2
- package/src/constants/umd/keplergl.min.js +1 -1
- package/src/deckgl-arrow-layers/package.json +3 -3
- package/src/deckgl-layers/package.json +4 -4
- package/src/duckdb/package.json +7 -7
- package/src/effects/package.json +5 -5
- package/src/layers/dist/icon-layer/icon-layer.d.ts +2 -1
- package/src/layers/dist/icon-layer/icon-layer.js +11 -2
- package/src/layers/package.json +9 -9
- package/src/layers/src/icon-layer/icon-layer.ts +11 -2
- package/src/localization/package.json +1 -1
- package/src/processors/package.json +7 -7
- package/src/reducers/dist/ui-state-updaters.d.ts +1 -1
- package/src/reducers/dist/ui-state-updaters.js +4 -4
- package/src/reducers/package.json +16 -16
- package/src/reducers/src/ui-state-updaters.ts +9 -4
- package/src/schemas/package.json +7 -7
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/13/40/aa1c82ba19f8a57b20540cedfbc7086324551b58a599674e858ef4b8c12fad29b2e5d0a17f38ff2fb0adb913909e58b1aada0a79f49e8dc1b3ca673db76f +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/95/15/0b35e451aad3f2352a14cfa64386984de34da0a0b5ad2fc736ecb44d22db +2 -0
- package/src/styles/package.json +2 -2
- package/src/styles/umd/keplergl.min.js +1 -1
- package/src/table/package.json +5 -5
- package/src/tasks/package.json +2 -2
- package/src/types/layers.d.ts +2 -0
- package/src/types/package.json +1 -1
- package/src/utils/dist/application-config.d.ts +2 -0
- package/src/utils/dist/application-config.js +13 -2
- package/src/utils/dist/dom-to-image.js +19 -7
- package/src/utils/package.json +4 -5
- package/src/utils/src/application-config.ts +17 -1
- package/src/utils/src/dom-to-image.ts +18 -6
- package/umd/keplergl.min.js +1146 -1146
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
5f9b119721177805cfd6f43b5e91af39daeda287 {"key":"{\"terser\":\"4.8.1\",\"node_version\":\"v18.18.2\",\"terser-webpack-plugin\":\"1.4.6\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":false,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")}}},\"hash\":\"d52b7608ca872fedcc5f2b69c06984fd\"}","integrity":"sha512-E0CqHIK6GfileyBUDO37xwhjJFUbWKWZZ06FjvS4wS+tKbLl0KF/OP8vsK25E5CeWLGq2gp59J6NwbPKZz23bw==","time":1766613072200,"size":265105}
|
package/src/styles/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/styles",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.5",
|
|
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,7 +30,7 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/constants": "3.2.
|
|
33
|
+
"@kepler.gl/constants": "3.2.5",
|
|
34
34
|
"@types/styled-components": "^5.1.32",
|
|
35
35
|
"styled-components": "6.1.8"
|
|
36
36
|
},
|