@kepler.gl/styles 3.3.0-alpha.0 → 3.3.0-alpha.2
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/base.d.ts +27 -27
- package/package.json +8 -6
- package/umd/keplergl.min.js +2 -2
package/dist/base.d.ts
CHANGED
|
@@ -377,8 +377,8 @@ export declare const rightPanelMarginTop = 12;
|
|
|
377
377
|
export declare const rightPanelMarginRight = 12;
|
|
378
378
|
export declare const modalScrollBar: import("styled-components").RuleSet<object>;
|
|
379
379
|
export declare const theme: {
|
|
380
|
-
input: import("styled-components").RuleSet<InputProps
|
|
381
|
-
inputLT: import("styled-components").RuleSet<InputProps
|
|
380
|
+
input: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
381
|
+
inputLT: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
382
382
|
inlineInput: import("styled-components").RuleSet<object>;
|
|
383
383
|
chickletedInput: import("styled-components").RuleSet<object>;
|
|
384
384
|
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
@@ -386,7 +386,7 @@ export declare const theme: {
|
|
|
386
386
|
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
387
387
|
borderColor: string;
|
|
388
388
|
borderColorLT: string;
|
|
389
|
-
secondaryInput: import("styled-components").RuleSet<SecondaryInputProps
|
|
389
|
+
secondaryInput: import("styled-components").RuleSet<NoInfer<SecondaryInputProps>>;
|
|
390
390
|
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
391
391
|
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
392
392
|
dropdownList: import("styled-components").RuleSet<object>;
|
|
@@ -405,13 +405,13 @@ export declare const theme: {
|
|
|
405
405
|
scrollBar: import("styled-components").RuleSet<object>;
|
|
406
406
|
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
407
407
|
inputSwitch: import("styled-components").RuleSet<object>;
|
|
408
|
-
secondarySwitch: import("styled-components").RuleSet<SwitchableProps
|
|
409
|
-
switchTrack: import("styled-components").RuleSet<SwitchableProps
|
|
410
|
-
switchButton: import("styled-components").RuleSet<SwitchableProps
|
|
408
|
+
secondarySwitch: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
409
|
+
switchTrack: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
410
|
+
switchButton: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
411
411
|
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
412
412
|
inputRadio: import("styled-components").RuleSet<object>;
|
|
413
|
-
checkboxBox: import("styled-components").RuleSet<SwitchableProps
|
|
414
|
-
checkboxCheck: import("styled-components").RuleSet<SwitchableProps
|
|
413
|
+
checkboxBox: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
414
|
+
checkboxCheck: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
415
415
|
transition: string;
|
|
416
416
|
transitionFast: string;
|
|
417
417
|
transitionSlow: string;
|
|
@@ -513,7 +513,7 @@ export declare const theme: {
|
|
|
513
513
|
radioButtonBgdColor: string;
|
|
514
514
|
radioTrack: import("styled-components").RuleSet<object>;
|
|
515
515
|
radioButton: import("styled-components").RuleSet<object>;
|
|
516
|
-
secondaryRadio: import("styled-components").RuleSet<SwitchableProps
|
|
516
|
+
secondaryRadio: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
517
517
|
btnFontFamily: string;
|
|
518
518
|
primaryBtnBgd: string;
|
|
519
519
|
primaryBtnActBgd: string;
|
|
@@ -819,7 +819,7 @@ export declare const theme: {
|
|
|
819
819
|
};
|
|
820
820
|
export declare const themeLT: {
|
|
821
821
|
activeColor: string;
|
|
822
|
-
input: import("styled-components").RuleSet<InputProps
|
|
822
|
+
input: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
823
823
|
textColor: string;
|
|
824
824
|
sidePanelBg: string;
|
|
825
825
|
selectColor: string;
|
|
@@ -885,7 +885,7 @@ export declare const themeLT: {
|
|
|
885
885
|
histogramFillInRange: string;
|
|
886
886
|
histogramFillOutRange: string;
|
|
887
887
|
axisFontColor: string;
|
|
888
|
-
inputLT: import("styled-components").RuleSet<InputProps
|
|
888
|
+
inputLT: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
889
889
|
inlineInput: import("styled-components").RuleSet<object>;
|
|
890
890
|
chickletedInput: import("styled-components").RuleSet<object>;
|
|
891
891
|
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
@@ -893,7 +893,7 @@ export declare const themeLT: {
|
|
|
893
893
|
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
894
894
|
borderColor: string;
|
|
895
895
|
borderColorLT: string;
|
|
896
|
-
secondaryInput: import("styled-components").RuleSet<SecondaryInputProps
|
|
896
|
+
secondaryInput: import("styled-components").RuleSet<NoInfer<SecondaryInputProps>>;
|
|
897
897
|
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
898
898
|
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
899
899
|
dropdownList: import("styled-components").RuleSet<object>;
|
|
@@ -912,13 +912,13 @@ export declare const themeLT: {
|
|
|
912
912
|
scrollBar: import("styled-components").RuleSet<object>;
|
|
913
913
|
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
914
914
|
inputSwitch: import("styled-components").RuleSet<object>;
|
|
915
|
-
secondarySwitch: import("styled-components").RuleSet<SwitchableProps
|
|
916
|
-
switchTrack: import("styled-components").RuleSet<SwitchableProps
|
|
917
|
-
switchButton: import("styled-components").RuleSet<SwitchableProps
|
|
915
|
+
secondarySwitch: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
916
|
+
switchTrack: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
917
|
+
switchButton: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
918
918
|
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
919
919
|
inputRadio: import("styled-components").RuleSet<object>;
|
|
920
|
-
checkboxBox: import("styled-components").RuleSet<SwitchableProps
|
|
921
|
-
checkboxCheck: import("styled-components").RuleSet<SwitchableProps
|
|
920
|
+
checkboxBox: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
921
|
+
checkboxCheck: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
922
922
|
transition: string;
|
|
923
923
|
transitionFast: string;
|
|
924
924
|
transitionSlow: string;
|
|
@@ -996,7 +996,7 @@ export declare const themeLT: {
|
|
|
996
996
|
radioButtonBgdColor: string;
|
|
997
997
|
radioTrack: import("styled-components").RuleSet<object>;
|
|
998
998
|
radioButton: import("styled-components").RuleSet<object>;
|
|
999
|
-
secondaryRadio: import("styled-components").RuleSet<SwitchableProps
|
|
999
|
+
secondaryRadio: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1000
1000
|
btnFontFamily: string;
|
|
1001
1001
|
primaryBtnColor: string;
|
|
1002
1002
|
primaryBtnActColor: string;
|
|
@@ -1328,8 +1328,8 @@ export declare const themeBS: {
|
|
|
1328
1328
|
sliderInactiveBorderColor: string;
|
|
1329
1329
|
sliderHandleTextColor: string;
|
|
1330
1330
|
sliderBarColor: string;
|
|
1331
|
-
input: import("styled-components").RuleSet<InputProps
|
|
1332
|
-
inputLT: import("styled-components").RuleSet<InputProps
|
|
1331
|
+
input: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
1332
|
+
inputLT: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
1333
1333
|
inlineInput: import("styled-components").RuleSet<object>;
|
|
1334
1334
|
chickletedInput: import("styled-components").RuleSet<object>;
|
|
1335
1335
|
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
@@ -1337,7 +1337,7 @@ export declare const themeBS: {
|
|
|
1337
1337
|
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
1338
1338
|
borderColor: string;
|
|
1339
1339
|
borderColorLT: string;
|
|
1340
|
-
secondaryInput: import("styled-components").RuleSet<SecondaryInputProps
|
|
1340
|
+
secondaryInput: import("styled-components").RuleSet<NoInfer<SecondaryInputProps>>;
|
|
1341
1341
|
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
1342
1342
|
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
1343
1343
|
dropdownList: import("styled-components").RuleSet<object>;
|
|
@@ -1356,13 +1356,13 @@ export declare const themeBS: {
|
|
|
1356
1356
|
scrollBar: import("styled-components").RuleSet<object>;
|
|
1357
1357
|
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
1358
1358
|
inputSwitch: import("styled-components").RuleSet<object>;
|
|
1359
|
-
secondarySwitch: import("styled-components").RuleSet<SwitchableProps
|
|
1360
|
-
switchTrack: import("styled-components").RuleSet<SwitchableProps
|
|
1361
|
-
switchButton: import("styled-components").RuleSet<SwitchableProps
|
|
1359
|
+
secondarySwitch: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1360
|
+
switchTrack: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1361
|
+
switchButton: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1362
1362
|
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
1363
1363
|
inputRadio: import("styled-components").RuleSet<object>;
|
|
1364
|
-
checkboxBox: import("styled-components").RuleSet<SwitchableProps
|
|
1365
|
-
checkboxCheck: import("styled-components").RuleSet<SwitchableProps
|
|
1364
|
+
checkboxBox: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1365
|
+
checkboxCheck: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1366
1366
|
transition: string;
|
|
1367
1367
|
transitionFast: string;
|
|
1368
1368
|
transitionSlow: string;
|
|
@@ -1438,7 +1438,7 @@ export declare const themeBS: {
|
|
|
1438
1438
|
radioButtonBgdColor: string;
|
|
1439
1439
|
radioTrack: import("styled-components").RuleSet<object>;
|
|
1440
1440
|
radioButton: import("styled-components").RuleSet<object>;
|
|
1441
|
-
secondaryRadio: import("styled-components").RuleSet<SwitchableProps
|
|
1441
|
+
secondaryRadio: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1442
1442
|
btnFontFamily: string;
|
|
1443
1443
|
primaryBtnActBgd: string;
|
|
1444
1444
|
primaryBtnActColor: string;
|
package/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.3.0-alpha.
|
|
4
|
+
"version": "3.3.0-alpha.2",
|
|
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,9 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/constants": "3.3.0-alpha.
|
|
33
|
+
"@kepler.gl/constants": "3.3.0-alpha.2",
|
|
34
34
|
"@types/styled-components": "^5.1.32",
|
|
35
|
-
"styled-components": "6.
|
|
35
|
+
"styled-components": "6.4.3"
|
|
36
36
|
},
|
|
37
37
|
"nyc": {
|
|
38
38
|
"sourceMap": false,
|
|
@@ -40,13 +40,15 @@
|
|
|
40
40
|
},
|
|
41
41
|
"maintainers": [
|
|
42
42
|
"Shan He <heshan0131@gmail.com>",
|
|
43
|
-
"Giuseppe Macri <gmacri@uber.com>"
|
|
43
|
+
"Giuseppe Macri <gmacri@uber.com>",
|
|
44
|
+
"Igor Dykhta <dikhta.igor@gmail.com>",
|
|
45
|
+
"Xun Li <lixun910@gmail.com>"
|
|
44
46
|
],
|
|
45
47
|
"engines": {
|
|
46
|
-
"node": ">=
|
|
48
|
+
"node": ">=20"
|
|
47
49
|
},
|
|
48
50
|
"volta": {
|
|
49
|
-
"node": "
|
|
51
|
+
"node": "20.19.3",
|
|
50
52
|
"yarn": "4.4.0"
|
|
51
53
|
},
|
|
52
54
|
"packageManager": "yarn@4.4.0"
|