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.
Files changed (80) hide show
  1. package/dist/src/common-utils/src/data.d.ts +4 -0
  2. package/dist/src/components/src/common/index.d.ts +1 -1
  3. package/dist/src/components/src/dnd-context.d.ts +1 -1
  4. package/dist/src/components/src/index.d.ts +1 -1
  5. package/dist/src/constants/src/index.d.ts +0 -1
  6. package/dist/src/utils/src/utils.d.ts +0 -8
  7. package/package.json +2 -2
  8. package/src/actions/package.json +8 -8
  9. package/src/ai-assistant/package.json +7 -7
  10. package/src/cloud-providers/package.json +2 -2
  11. package/src/common-utils/dist/data.d.ts +4 -0
  12. package/src/common-utils/dist/data.js +11 -1
  13. package/src/common-utils/package.json +3 -3
  14. package/src/common-utils/src/data.ts +10 -0
  15. package/src/components/dist/common/dnd-layer-items.d.ts +8 -0
  16. package/src/components/dist/common/dnd-layer-items.js +18 -0
  17. package/src/components/dist/common/index.d.ts +1 -1
  18. package/src/components/dist/common/index.js +7 -1
  19. package/src/components/dist/common/item-selector/chickleted-input.js +4 -3
  20. package/src/components/dist/dnd-context.d.ts +1 -1
  21. package/src/components/dist/dnd-context.js +11 -12
  22. package/src/components/dist/effects/effect-list.js +5 -4
  23. package/src/components/dist/hooks/use-dnd-effects.js +4 -4
  24. package/src/components/dist/hooks/use-dnd-layers.js +5 -5
  25. package/src/components/dist/index.d.ts +1 -1
  26. package/src/components/dist/index.js +8 -1
  27. package/src/components/dist/kepler-gl.js +4 -2
  28. package/src/components/dist/map-container.js +3 -2
  29. package/src/components/dist/side-panel/layer-panel/layer-list.js +5 -4
  30. package/src/components/dist/side-panel/layer-panel/radius-by-zoom-input.js +3 -3
  31. package/src/components/package.json +15 -15
  32. package/src/components/src/common/index.ts +1 -0
  33. package/src/components/src/common/item-selector/chickleted-input.tsx +4 -2
  34. package/src/components/src/dnd-context.tsx +11 -12
  35. package/src/components/src/effects/effect-list.tsx +2 -1
  36. package/src/components/src/hooks/use-dnd-effects.tsx +1 -1
  37. package/src/components/src/hooks/use-dnd-layers.tsx +1 -1
  38. package/src/components/src/index.ts +1 -0
  39. package/src/components/src/kepler-gl.tsx +1 -1
  40. package/src/components/src/map-container.tsx +2 -2
  41. package/src/components/src/side-panel/layer-panel/layer-list.tsx +2 -1
  42. package/src/components/src/side-panel/layer-panel/radius-by-zoom-input.tsx +1 -1
  43. package/src/constants/dist/default-settings.js +1 -1
  44. package/src/constants/dist/index.d.ts +0 -1
  45. package/src/constants/dist/index.js +1 -13
  46. package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/a7/e5/1494606dc689d65022a5486eb9b82a3a1f6c123f4de00fce1f0d8651579201d51c6f7051f4e26ba2ab4a5208a6d5d0f49afa21a42d9dbbf354482ac4d706 +1 -0
  47. package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/f2/ba/46d3b9f3cce4d78fba6b0933762572a334063e658915c618818e338def94 +2 -0
  48. package/src/constants/package.json +2 -4
  49. package/src/constants/src/index.ts +0 -1
  50. package/src/constants/umd/keplergl.min.js +2 -2
  51. package/src/deckgl-arrow-layers/package.json +2 -2
  52. package/src/deckgl-layers/package.json +4 -4
  53. package/src/duckdb/package.json +6 -6
  54. package/src/effects/package.json +5 -5
  55. package/src/layers/package.json +9 -9
  56. package/src/localization/package.json +1 -1
  57. package/src/processors/package.json +7 -7
  58. package/src/reducers/dist/layer-utils.js +3 -3
  59. package/src/reducers/package.json +16 -17
  60. package/src/reducers/src/layer-utils.ts +2 -1
  61. package/src/schemas/package.json +7 -7
  62. package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/7f/45/4a8b5c5e7999fa03fb8ac3bb96a7432a4f9f3850428c42d1393d88c34885cd312a1218e42b72fa0f2b77a1722b2b3c4bee92590152026bb7fdd05db114b0 +1 -0
  63. package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/dd/9a/120949ff3d848a125817412651b3934f89a553299960a4d4e02ec9f84ea9 +2 -0
  64. package/src/styles/package.json +2 -2
  65. package/src/styles/umd/keplergl.min.js +2 -2
  66. package/src/table/package.json +5 -5
  67. package/src/tasks/package.json +2 -2
  68. package/src/types/package.json +1 -1
  69. package/src/utils/dist/color-utils.js +3 -2
  70. package/src/utils/dist/effect-utils.js +3 -5
  71. package/src/utils/dist/utils.d.ts +0 -8
  72. package/src/utils/dist/utils.js +1 -18
  73. package/src/utils/package.json +4 -5
  74. package/src/utils/src/color-utils.ts +2 -1
  75. package/src/utils/src/effect-utils.ts +1 -2
  76. package/src/utils/src/utils.ts +0 -17
  77. package/umd/keplergl.min.js +1124 -1124
  78. package/src/constants/dist/dnd-layer-items.js +0 -18
  79. /package/{src/constants/dist → dist/src/components/src/common}/dnd-layer-items.d.ts +0 -0
  80. /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.2",
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
- "@dnd-kit/core": "^6.1.0",
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",
@@ -12,5 +12,4 @@ export {default as KeyEvent} from './keyevent';
12
12
  export * from './tooltip';
13
13
  export * from './user-feedbacks';
14
14
  export * from './user-guides';
15
- export * from './dnd-layer-items';
16
15
  export * from './time';