@kepler.gl/localization 3.3.0-alpha.10 → 3.3.0-alpha.11

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.
@@ -23,6 +23,7 @@ declare const _default: {
23
23
  enterValue: string;
24
24
  empty: string;
25
25
  selectLayer: string;
26
+ endTimeField: string;
26
27
  };
27
28
  misc: {
28
29
  by: string;
@@ -232,6 +233,8 @@ declare const _default: {
232
233
  type: string;
233
234
  lineWidth: string;
234
235
  color: string;
236
+ textSide: string;
237
+ textPlacement: string;
235
238
  };
236
239
  effectDescription: {
237
240
  lightAndShadow: string;
@@ -265,6 +268,8 @@ declare const _default: {
265
268
  timeLayerSync: string;
266
269
  timeLayerUnsync: string;
267
270
  column: string;
271
+ timeIntervalEndField: string;
272
+ timeIntervalEndFieldHint: string;
268
273
  };
269
274
  datasetTitle: {
270
275
  showDataTable: string;
@@ -23,6 +23,7 @@ declare const _default: {
23
23
  enterValue: string;
24
24
  empty: string;
25
25
  selectLayer: string;
26
+ endTimeField: string;
26
27
  };
27
28
  misc: {
28
29
  by: string;
@@ -232,6 +233,8 @@ declare const _default: {
232
233
  type: string;
233
234
  lineWidth: string;
234
235
  color: string;
236
+ textSide: string;
237
+ textPlacement: string;
235
238
  };
236
239
  effectDescription: {
237
240
  lightAndShadow: string;
@@ -265,6 +268,8 @@ declare const _default: {
265
268
  timeLayerSync: string;
266
269
  timeLayerUnsync: string;
267
270
  column: string;
271
+ timeIntervalEndField: string;
272
+ timeIntervalEndFieldHint: string;
268
273
  };
269
274
  datasetTitle: {
270
275
  showDataTable: string;
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.10",
4
+ "version": "3.3.0-alpha.11",
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",