@kepler.gl/localization 3.3.0-alpha.6 → 3.3.0-alpha.7

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.
@@ -293,7 +293,11 @@ declare const _default: {
293
293
  showLegend: string;
294
294
  disable3DMap: string;
295
295
  DrawOnMap: string;
296
+ copyAllSketches: string;
297
+ convertToLayer: string;
296
298
  selectLocale: string;
299
+ switchToLightTheme: string;
300
+ switchToDarkTheme: string;
297
301
  showAiAssistantPanel: string;
298
302
  hideAiAssistantPanel: string;
299
303
  hideLayerPanel: string;
@@ -347,8 +351,12 @@ declare const _default: {
347
351
  shareMapURL: string;
348
352
  saveMap: string;
349
353
  select: string;
354
+ point: string;
355
+ line: string;
350
356
  polygon: string;
351
357
  rectangle: string;
358
+ copyAll: string;
359
+ convertToLayer: string;
352
360
  hide: string;
353
361
  show: string;
354
362
  };
@@ -356,6 +364,11 @@ declare const _default: {
356
364
  filterLayer: string;
357
365
  filterLayerDisabled: string;
358
366
  copyGeometry: string;
367
+ editProperties: string;
368
+ propertyName: string;
369
+ propertyValue: string;
370
+ removeProperty: string;
371
+ polygonFilter: string;
359
372
  noLayersToFilter: string;
360
373
  };
361
374
  exportVideoModal: {
@@ -295,7 +295,11 @@ declare const _default: {
295
295
  showLegend: string;
296
296
  disable3DMap: string;
297
297
  DrawOnMap: string;
298
+ copyAllSketches: string;
299
+ convertToLayer: string;
298
300
  selectLocale: string;
301
+ switchToLightTheme: string;
302
+ switchToDarkTheme: string;
299
303
  showAiAssistantPanel: string;
300
304
  hideAiAssistantPanel: string;
301
305
  hideLayerPanel: string;
@@ -348,8 +352,12 @@ declare const _default: {
348
352
  shareMapURL: string;
349
353
  saveMap: string;
350
354
  select: string;
355
+ point: string;
356
+ line: string;
351
357
  polygon: string;
352
358
  rectangle: string;
359
+ copyAll: string;
360
+ convertToLayer: string;
353
361
  hide: string;
354
362
  show: string;
355
363
  };
@@ -357,6 +365,11 @@ declare const _default: {
357
365
  filterLayer: string;
358
366
  filterLayerDisabled: string;
359
367
  copyGeometry: string;
368
+ editProperties: string;
369
+ propertyName: string;
370
+ propertyValue: string;
371
+ removeProperty: string;
372
+ polygonFilter: string;
360
373
  noLayersToFilter: string;
361
374
  };
362
375
  exportVideoModal: {
@@ -293,7 +293,11 @@ declare const _default: {
293
293
  showLegend: string;
294
294
  disable3DMap: string;
295
295
  DrawOnMap: string;
296
+ copyAllSketches: string;
297
+ convertToLayer: string;
296
298
  selectLocale: string;
299
+ switchToLightTheme: string;
300
+ switchToDarkTheme: string;
297
301
  showAiAssistantPanel: string;
298
302
  hideAiAssistantPanel: string;
299
303
  hideLayerPanel: string;
@@ -348,8 +352,12 @@ declare const _default: {
348
352
  exportVideo: string;
349
353
  saveMap: string;
350
354
  select: string;
355
+ point: string;
356
+ line: string;
351
357
  polygon: string;
352
358
  rectangle: string;
359
+ copyAll: string;
360
+ convertToLayer: string;
353
361
  hide: string;
354
362
  show: string;
355
363
  };
@@ -357,6 +365,11 @@ declare const _default: {
357
365
  filterLayer: string;
358
366
  filterLayerDisabled: string;
359
367
  copyGeometry: string;
368
+ editProperties: string;
369
+ propertyName: string;
370
+ propertyValue: string;
371
+ removeProperty: string;
372
+ polygonFilter: string;
360
373
  noLayersToFilter: string;
361
374
  };
362
375
  exportVideoModal: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kepler.gl/localization",
3
3
  "author": "Shan He <shan@uber.com>",
4
- "version": "3.3.0-alpha.6",
4
+ "version": "3.3.0-alpha.7",
5
5
  "description": "kepler.gl constants used by kepler.gl components, actions and reducers",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "react": "^19.0.0",
32
- "react-intl": "^6.3.0",
32
+ "react-intl": "^7.0.0",
33
33
  "redux": "^5.0.0"
34
34
  },
35
35
  "nyc": {