@kepler.gl/styles 3.3.0-alpha.1 → 3.3.0-alpha.10
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 -31
- package/dist/cjs/base.js +1403 -0
- package/dist/cjs/index.js +28 -0
- package/dist/cjs/media-breakpoints.js +53 -0
- package/dist/esm/base.js +1395 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/media-breakpoints.js +49 -0
- package/package.json +18 -11
- package/dist/base.js +0 -1412
- package/dist/index.js +0 -28
- package/dist/media-breakpoints.js +0 -53
- package/umd/keplergl.min.js +0 -58
package/dist/base.d.ts
CHANGED
|
@@ -353,7 +353,6 @@ export declare const breakPoints: {
|
|
|
353
353
|
palm: number;
|
|
354
354
|
desk: number;
|
|
355
355
|
};
|
|
356
|
-
export declare const aiAssistantPanelWidth = 415;
|
|
357
356
|
export declare const effectConfiguratorMargin = "18px 0 18px 0";
|
|
358
357
|
export declare const effectConfiguratorPadding = "0 0 0 18px";
|
|
359
358
|
export declare const effectPanelWidth = 345;
|
|
@@ -377,8 +376,8 @@ export declare const rightPanelMarginTop = 12;
|
|
|
377
376
|
export declare const rightPanelMarginRight = 12;
|
|
378
377
|
export declare const modalScrollBar: import("styled-components").RuleSet<object>;
|
|
379
378
|
export declare const theme: {
|
|
380
|
-
input: import("styled-components").RuleSet<InputProps
|
|
381
|
-
inputLT: import("styled-components").RuleSet<InputProps
|
|
379
|
+
input: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
380
|
+
inputLT: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
382
381
|
inlineInput: import("styled-components").RuleSet<object>;
|
|
383
382
|
chickletedInput: import("styled-components").RuleSet<object>;
|
|
384
383
|
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
@@ -386,7 +385,7 @@ export declare const theme: {
|
|
|
386
385
|
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
387
386
|
borderColor: string;
|
|
388
387
|
borderColorLT: string;
|
|
389
|
-
secondaryInput: import("styled-components").RuleSet<SecondaryInputProps
|
|
388
|
+
secondaryInput: import("styled-components").RuleSet<NoInfer<SecondaryInputProps>>;
|
|
390
389
|
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
391
390
|
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
392
391
|
dropdownList: import("styled-components").RuleSet<object>;
|
|
@@ -405,13 +404,13 @@ export declare const theme: {
|
|
|
405
404
|
scrollBar: import("styled-components").RuleSet<object>;
|
|
406
405
|
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
407
406
|
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
|
|
407
|
+
secondarySwitch: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
408
|
+
switchTrack: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
409
|
+
switchButton: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
411
410
|
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
412
411
|
inputRadio: import("styled-components").RuleSet<object>;
|
|
413
|
-
checkboxBox: import("styled-components").RuleSet<SwitchableProps
|
|
414
|
-
checkboxCheck: import("styled-components").RuleSet<SwitchableProps
|
|
412
|
+
checkboxBox: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
413
|
+
checkboxCheck: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
415
414
|
transition: string;
|
|
416
415
|
transitionFast: string;
|
|
417
416
|
transitionSlow: string;
|
|
@@ -513,7 +512,7 @@ export declare const theme: {
|
|
|
513
512
|
radioButtonBgdColor: string;
|
|
514
513
|
radioTrack: import("styled-components").RuleSet<object>;
|
|
515
514
|
radioButton: import("styled-components").RuleSet<object>;
|
|
516
|
-
secondaryRadio: import("styled-components").RuleSet<SwitchableProps
|
|
515
|
+
secondaryRadio: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
517
516
|
btnFontFamily: string;
|
|
518
517
|
primaryBtnBgd: string;
|
|
519
518
|
primaryBtnActBgd: string;
|
|
@@ -774,7 +773,6 @@ export declare const theme: {
|
|
|
774
773
|
fieldTokenHeight: number;
|
|
775
774
|
fieldTokenWidth: number;
|
|
776
775
|
BLUE2: string;
|
|
777
|
-
aiAssistantPanelWidth: number;
|
|
778
776
|
effectPanelWidth: number;
|
|
779
777
|
effectPanelHeight: number;
|
|
780
778
|
effectPanelPaddingSide: number;
|
|
@@ -819,7 +817,7 @@ export declare const theme: {
|
|
|
819
817
|
};
|
|
820
818
|
export declare const themeLT: {
|
|
821
819
|
activeColor: string;
|
|
822
|
-
input: import("styled-components").RuleSet<InputProps
|
|
820
|
+
input: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
823
821
|
textColor: string;
|
|
824
822
|
sidePanelBg: string;
|
|
825
823
|
selectColor: string;
|
|
@@ -885,7 +883,7 @@ export declare const themeLT: {
|
|
|
885
883
|
histogramFillInRange: string;
|
|
886
884
|
histogramFillOutRange: string;
|
|
887
885
|
axisFontColor: string;
|
|
888
|
-
inputLT: import("styled-components").RuleSet<InputProps
|
|
886
|
+
inputLT: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
889
887
|
inlineInput: import("styled-components").RuleSet<object>;
|
|
890
888
|
chickletedInput: import("styled-components").RuleSet<object>;
|
|
891
889
|
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
@@ -893,7 +891,7 @@ export declare const themeLT: {
|
|
|
893
891
|
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
894
892
|
borderColor: string;
|
|
895
893
|
borderColorLT: string;
|
|
896
|
-
secondaryInput: import("styled-components").RuleSet<SecondaryInputProps
|
|
894
|
+
secondaryInput: import("styled-components").RuleSet<NoInfer<SecondaryInputProps>>;
|
|
897
895
|
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
898
896
|
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
899
897
|
dropdownList: import("styled-components").RuleSet<object>;
|
|
@@ -912,13 +910,13 @@ export declare const themeLT: {
|
|
|
912
910
|
scrollBar: import("styled-components").RuleSet<object>;
|
|
913
911
|
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
914
912
|
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
|
|
913
|
+
secondarySwitch: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
914
|
+
switchTrack: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
915
|
+
switchButton: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
918
916
|
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
919
917
|
inputRadio: import("styled-components").RuleSet<object>;
|
|
920
|
-
checkboxBox: import("styled-components").RuleSet<SwitchableProps
|
|
921
|
-
checkboxCheck: import("styled-components").RuleSet<SwitchableProps
|
|
918
|
+
checkboxBox: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
919
|
+
checkboxCheck: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
922
920
|
transition: string;
|
|
923
921
|
transitionFast: string;
|
|
924
922
|
transitionSlow: string;
|
|
@@ -996,7 +994,7 @@ export declare const themeLT: {
|
|
|
996
994
|
radioButtonBgdColor: string;
|
|
997
995
|
radioTrack: import("styled-components").RuleSet<object>;
|
|
998
996
|
radioButton: import("styled-components").RuleSet<object>;
|
|
999
|
-
secondaryRadio: import("styled-components").RuleSet<SwitchableProps
|
|
997
|
+
secondaryRadio: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1000
998
|
btnFontFamily: string;
|
|
1001
999
|
primaryBtnColor: string;
|
|
1002
1000
|
primaryBtnActColor: string;
|
|
@@ -1215,7 +1213,6 @@ export declare const themeLT: {
|
|
|
1215
1213
|
fieldTokenHeight: number;
|
|
1216
1214
|
fieldTokenWidth: number;
|
|
1217
1215
|
BLUE2: string;
|
|
1218
|
-
aiAssistantPanelWidth: number;
|
|
1219
1216
|
effectPanelWidth: number;
|
|
1220
1217
|
effectPanelHeight: number;
|
|
1221
1218
|
effectPanelPaddingSide: number;
|
|
@@ -1328,8 +1325,8 @@ export declare const themeBS: {
|
|
|
1328
1325
|
sliderInactiveBorderColor: string;
|
|
1329
1326
|
sliderHandleTextColor: string;
|
|
1330
1327
|
sliderBarColor: string;
|
|
1331
|
-
input: import("styled-components").RuleSet<InputProps
|
|
1332
|
-
inputLT: import("styled-components").RuleSet<InputProps
|
|
1328
|
+
input: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
1329
|
+
inputLT: import("styled-components").RuleSet<NoInfer<InputProps>>;
|
|
1333
1330
|
inlineInput: import("styled-components").RuleSet<object>;
|
|
1334
1331
|
chickletedInput: import("styled-components").RuleSet<object>;
|
|
1335
1332
|
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
@@ -1337,7 +1334,7 @@ export declare const themeBS: {
|
|
|
1337
1334
|
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
1338
1335
|
borderColor: string;
|
|
1339
1336
|
borderColorLT: string;
|
|
1340
|
-
secondaryInput: import("styled-components").RuleSet<SecondaryInputProps
|
|
1337
|
+
secondaryInput: import("styled-components").RuleSet<NoInfer<SecondaryInputProps>>;
|
|
1341
1338
|
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
1342
1339
|
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
1343
1340
|
dropdownList: import("styled-components").RuleSet<object>;
|
|
@@ -1356,13 +1353,13 @@ export declare const themeBS: {
|
|
|
1356
1353
|
scrollBar: import("styled-components").RuleSet<object>;
|
|
1357
1354
|
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
1358
1355
|
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
|
|
1356
|
+
secondarySwitch: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1357
|
+
switchTrack: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1358
|
+
switchButton: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1362
1359
|
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
1363
1360
|
inputRadio: import("styled-components").RuleSet<object>;
|
|
1364
|
-
checkboxBox: import("styled-components").RuleSet<SwitchableProps
|
|
1365
|
-
checkboxCheck: import("styled-components").RuleSet<SwitchableProps
|
|
1361
|
+
checkboxBox: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1362
|
+
checkboxCheck: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1366
1363
|
transition: string;
|
|
1367
1364
|
transitionFast: string;
|
|
1368
1365
|
transitionSlow: string;
|
|
@@ -1438,7 +1435,7 @@ export declare const themeBS: {
|
|
|
1438
1435
|
radioButtonBgdColor: string;
|
|
1439
1436
|
radioTrack: import("styled-components").RuleSet<object>;
|
|
1440
1437
|
radioButton: import("styled-components").RuleSet<object>;
|
|
1441
|
-
secondaryRadio: import("styled-components").RuleSet<SwitchableProps
|
|
1438
|
+
secondaryRadio: import("styled-components").RuleSet<NoInfer<SwitchableProps>>;
|
|
1442
1439
|
btnFontFamily: string;
|
|
1443
1440
|
primaryBtnActBgd: string;
|
|
1444
1441
|
primaryBtnActColor: string;
|
|
@@ -1660,7 +1657,6 @@ export declare const themeBS: {
|
|
|
1660
1657
|
fieldTokenHeight: number;
|
|
1661
1658
|
fieldTokenWidth: number;
|
|
1662
1659
|
BLUE2: string;
|
|
1663
|
-
aiAssistantPanelWidth: number;
|
|
1664
1660
|
effectPanelWidth: number;
|
|
1665
1661
|
effectPanelHeight: number;
|
|
1666
1662
|
effectPanelPaddingSide: number;
|