@sqlrooms/kepler 0.26.1-rc.1 → 0.26.1-rc.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.
- package/dist/KeplerSlice.d.ts +2 -0
- package/dist/KeplerSlice.d.ts.map +1 -1
- package/dist/KeplerSlice.js +60 -6
- package/dist/KeplerSlice.js.map +1 -1
- package/dist/components/CustomFilterManager.d.ts +1 -1
- package/dist/components/CustomFilterManager.d.ts.map +1 -1
- package/dist/components/CustomFilterManager.js +8 -6
- package/dist/components/CustomFilterManager.js.map +1 -1
- package/dist/components/CustomFilterPanelHeader.d.ts +14 -0
- package/dist/components/CustomFilterPanelHeader.d.ts.map +1 -0
- package/dist/components/CustomFilterPanelHeader.js +39 -0
- package/dist/components/CustomFilterPanelHeader.js.map +1 -0
- package/dist/components/CustomInteractionManager.d.ts.map +1 -1
- package/dist/components/CustomInteractionManager.js +7 -7
- package/dist/components/CustomInteractionManager.js.map +1 -1
- package/dist/components/CustomLayerManager.d.ts +1 -1
- package/dist/components/CustomLayerManager.d.ts.map +1 -1
- package/dist/components/CustomLayerManager.js +0 -1
- package/dist/components/CustomLayerManager.js.map +1 -1
- package/dist/components/CustomMapManager.d.ts +1 -1
- package/dist/components/CustomMapManager.d.ts.map +1 -1
- package/dist/components/CustomMapManager.js +8 -9
- package/dist/components/CustomMapManager.js.map +1 -1
- package/dist/components/KeplerAddDataDialog.d.ts +1 -1
- package/dist/components/KeplerAddDataDialog.d.ts.map +1 -1
- package/dist/components/KeplerAddDataDialog.js.map +1 -1
- package/dist/components/KeplerInjector.d.ts.map +1 -1
- package/dist/components/KeplerInjector.js +3 -1
- package/dist/components/KeplerInjector.js.map +1 -1
- package/dist/components/KeplerMapContainer.d.ts.map +1 -1
- package/dist/components/KeplerMapContainer.js +7 -2
- package/dist/components/KeplerMapContainer.js.map +1 -1
- package/dist/components/KeplerPlotContainer.js +2 -2
- package/dist/components/KeplerPlotContainer.js.map +1 -1
- package/dist/components/KeplerS3Browser.d.ts.map +1 -1
- package/dist/components/KeplerS3Browser.js +4 -1
- package/dist/components/KeplerS3Browser.js.map +1 -1
- package/dist/index.d.ts +9 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/styles/theme.d.ts +2 -467
- package/dist/styles/theme.d.ts.map +1 -1
- package/dist/styles/theme.js.map +1 -1
- package/package.json +11 -14
package/dist/styles/theme.d.ts
CHANGED
|
@@ -1,468 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
bottomWidgetBgd: string;
|
|
4
|
-
textColor: string;
|
|
5
|
-
titleTextColor: string;
|
|
6
|
-
textColorHl: string;
|
|
7
|
-
activeColor: string;
|
|
8
|
-
subtextColor: string;
|
|
9
|
-
labelColor: string;
|
|
10
|
-
panelBackground: string;
|
|
11
|
-
panelBorderColor: string;
|
|
12
|
-
panelContentBackground: string;
|
|
13
|
-
mapPanelBackgroundColor: string;
|
|
14
|
-
mapPanelHeaderBackgroundColor: string;
|
|
15
|
-
inputBgd: string;
|
|
16
|
-
inputColor: string;
|
|
17
|
-
inputPlaceholderColor: string;
|
|
18
|
-
selectColor: string;
|
|
19
|
-
selectColorPlaceHolder: string;
|
|
20
|
-
selectColorPlaceHolderLT: string;
|
|
21
|
-
inputBgdHover: string;
|
|
22
|
-
inputBgdActive: string;
|
|
23
|
-
inputBorderHoverColor: string;
|
|
24
|
-
inputBorderActiveColor: string;
|
|
25
|
-
switchTrackBgdActive: string;
|
|
26
|
-
switchTrackBgd: string;
|
|
27
|
-
switchBtnBgdActive: string;
|
|
28
|
-
switchBtnBgd: string;
|
|
29
|
-
secondarySwitchTrackBgd: string;
|
|
30
|
-
secondarySwitchBtnBgd: string;
|
|
31
|
-
secondaryInputColor: string;
|
|
32
|
-
secondaryInputBgd: string;
|
|
33
|
-
secondaryInputBgdHover: string;
|
|
34
|
-
secondaryInputBgdActive: string;
|
|
35
|
-
secondaryInputBorderActiveColor: string;
|
|
36
|
-
secondaryInputBorderColor: string;
|
|
37
|
-
panelBackgroundHover: string;
|
|
38
|
-
panelHeaderIcon: string;
|
|
39
|
-
panelHeaderIconActive: string;
|
|
40
|
-
panelHeaderIconHover: string;
|
|
41
|
-
toolbarItemIconHover: string;
|
|
42
|
-
primaryBtnBgd: string;
|
|
43
|
-
primaryBtnBgdHover: string;
|
|
44
|
-
primaryBtnRadius: string;
|
|
45
|
-
primaryBtnColor: string;
|
|
46
|
-
primaryBtnActColor: string;
|
|
47
|
-
primaryBtnFontSizeDefault: string;
|
|
48
|
-
floatingBtnRadius: string;
|
|
49
|
-
ctaBtnBgd: string;
|
|
50
|
-
ctaBtnBgdHover: string;
|
|
51
|
-
ctaBtnActBgd: string;
|
|
52
|
-
floatingBtnBgd: string;
|
|
53
|
-
floatingBtnBgdHover: string;
|
|
54
|
-
floatingBtnActColor: string;
|
|
55
|
-
floatingBtnColor: string;
|
|
56
|
-
dropdownListBgd: string;
|
|
57
|
-
toolbarItemBgdHover: string;
|
|
58
|
-
dropdownListHighlightBg: string;
|
|
59
|
-
chickletBgd: string;
|
|
60
|
-
dropdownListBorderTop: string;
|
|
61
|
-
sliderBarBgd: string;
|
|
62
|
-
histogramFillInRange: string;
|
|
63
|
-
bottomWidgetPaddingTop: number;
|
|
64
|
-
bottomWidgetPaddingRight: number;
|
|
65
|
-
bottomWidgetPaddingBottom: number;
|
|
66
|
-
bottomWidgetPaddingLeft: number;
|
|
67
|
-
panelHeaderBorderRadius: string;
|
|
68
|
-
input: import("styled-components").RuleSet<{
|
|
69
|
-
active: boolean;
|
|
70
|
-
disabled: boolean;
|
|
71
|
-
error: string;
|
|
72
|
-
size: string;
|
|
73
|
-
type: string;
|
|
74
|
-
}>;
|
|
75
|
-
inputLT: import("styled-components").RuleSet<{
|
|
76
|
-
active: boolean;
|
|
77
|
-
disabled: boolean;
|
|
78
|
-
error: string;
|
|
79
|
-
size: string;
|
|
80
|
-
type: string;
|
|
81
|
-
}>;
|
|
82
|
-
inlineInput: import("styled-components").RuleSet<object>;
|
|
83
|
-
chickletedInput: import("styled-components").RuleSet<object>;
|
|
84
|
-
chickletedInputLT: import("styled-components").RuleSet<object>;
|
|
85
|
-
chickletedInputContainer: import("styled-components").RuleSet<object>;
|
|
86
|
-
secondaryChickletedInput: import("styled-components").RuleSet<object>;
|
|
87
|
-
borderColor: string;
|
|
88
|
-
borderColorLT: string;
|
|
89
|
-
secondaryInput: import("styled-components").RuleSet<{
|
|
90
|
-
error: string;
|
|
91
|
-
}>;
|
|
92
|
-
dropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
93
|
-
dropdownScrollBarLT: import("styled-components").RuleSet<object>;
|
|
94
|
-
dropdownList: import("styled-components").RuleSet<object>;
|
|
95
|
-
dropdownListLT: import("styled-components").RuleSet<object>;
|
|
96
|
-
dropdownListItem: import("styled-components").RuleSet<object>;
|
|
97
|
-
dropdownListItemLT: import("styled-components").RuleSet<object>;
|
|
98
|
-
dropdownListAnchor: import("styled-components").RuleSet<object>;
|
|
99
|
-
dropdownListAnchorLT: import("styled-components").RuleSet<object>;
|
|
100
|
-
dropdownListHeader: import("styled-components").RuleSet<object>;
|
|
101
|
-
dropdownListSection: import("styled-components").RuleSet<object>;
|
|
102
|
-
dropdownListShadow: string;
|
|
103
|
-
dropdownWrapperZ: number;
|
|
104
|
-
dropdownWapperMargin: number;
|
|
105
|
-
dndOverBackgroundColor: string;
|
|
106
|
-
modalScrollBar: import("styled-components").RuleSet<object>;
|
|
107
|
-
scrollBar: import("styled-components").RuleSet<object>;
|
|
108
|
-
sidePanelScrollBar: import("styled-components").RuleSet<object>;
|
|
109
|
-
inputSwitch: import("styled-components").RuleSet<object>;
|
|
110
|
-
secondarySwitch: import("styled-components").RuleSet<{
|
|
111
|
-
checked: boolean;
|
|
112
|
-
}>;
|
|
113
|
-
switchTrack: import("styled-components").RuleSet<{
|
|
114
|
-
checked: boolean;
|
|
115
|
-
}>;
|
|
116
|
-
switchButton: import("styled-components").RuleSet<{
|
|
117
|
-
checked: boolean;
|
|
118
|
-
}>;
|
|
119
|
-
inputCheckbox: import("styled-components").RuleSet<object>;
|
|
120
|
-
inputRadio: import("styled-components").RuleSet<object>;
|
|
121
|
-
checkboxBox: import("styled-components").RuleSet<{
|
|
122
|
-
checked: boolean;
|
|
123
|
-
}>;
|
|
124
|
-
checkboxCheck: import("styled-components").RuleSet<{
|
|
125
|
-
checked: boolean;
|
|
126
|
-
}>;
|
|
127
|
-
transition: string;
|
|
128
|
-
transitionFast: string;
|
|
129
|
-
transitionSlow: string;
|
|
130
|
-
activeColorHover: string;
|
|
131
|
-
borderRadius: string;
|
|
132
|
-
boxShadow: string;
|
|
133
|
-
errorColor: string;
|
|
134
|
-
dropdownListHighlightBgLT: string;
|
|
135
|
-
toolbarItemBorderHover: string;
|
|
136
|
-
toolbarItemBorderRaddius: string;
|
|
137
|
-
dropdownListBgdLT: string;
|
|
138
|
-
dropdownListBorderTopLT: string;
|
|
139
|
-
dropdownListLineHeight: number;
|
|
140
|
-
labelColorLT: string;
|
|
141
|
-
labelHoverColor: string;
|
|
142
|
-
selectActiveBorderColor: string;
|
|
143
|
-
selectBackground: string;
|
|
144
|
-
selectBackgroundLT: string;
|
|
145
|
-
selectBackgroundHover: string;
|
|
146
|
-
selectBackgroundHoverLT: string;
|
|
147
|
-
selectBorder: number;
|
|
148
|
-
selectBorderColor: string;
|
|
149
|
-
selectBorderRadius: string;
|
|
150
|
-
selectBorderColorLT: string;
|
|
151
|
-
selectFontSize: string;
|
|
152
|
-
selectFontWeight: string;
|
|
153
|
-
selectColorLT: string;
|
|
154
|
-
selectFontWeightBold: string;
|
|
155
|
-
panelTabColor: string;
|
|
156
|
-
inputBgdActiveLT: string;
|
|
157
|
-
inputBoxHeight: string;
|
|
158
|
-
inputBoxHeightSmall: string;
|
|
159
|
-
inputBoxHeightTiny: string;
|
|
160
|
-
inputBorderColor: string;
|
|
161
|
-
inputBorderRadius: string;
|
|
162
|
-
inputPadding: string;
|
|
163
|
-
inputPaddingSmall: string;
|
|
164
|
-
inputPaddingTiny: string;
|
|
165
|
-
inputFontSize: string;
|
|
166
|
-
inputFontSizeSmall: string;
|
|
167
|
-
inputFontWeight: number;
|
|
168
|
-
inputPlaceholderColorLT: string;
|
|
169
|
-
inputPlaceholderFontWeight: number;
|
|
170
|
-
inputBoxShadow: string;
|
|
171
|
-
inputBoxShadowActive: string;
|
|
172
|
-
inputBoxShadowActiveLT: string;
|
|
173
|
-
dropdownSelectHeight: number;
|
|
174
|
-
switchWidth: number;
|
|
175
|
-
switchHeight: number;
|
|
176
|
-
switchTrackBorderRadius: string;
|
|
177
|
-
switchBtnBoxShadow: string;
|
|
178
|
-
switchBtnBorderRadius: string;
|
|
179
|
-
switchBtnWidth: number;
|
|
180
|
-
switchBtnHeight: number;
|
|
181
|
-
switchLabelMargin: number;
|
|
182
|
-
checkboxWidth: number;
|
|
183
|
-
checkboxHeight: number;
|
|
184
|
-
checkboxMargin: number;
|
|
185
|
-
checkboxBorderColor: string;
|
|
186
|
-
checkboxBorderRadius: string;
|
|
187
|
-
checkboxBorderColorLT: string;
|
|
188
|
-
checkboxBoxBgd: string;
|
|
189
|
-
checkboxBoxBgdChecked: string;
|
|
190
|
-
radioRadius: number;
|
|
191
|
-
radioBorderRadius: number;
|
|
192
|
-
radioBorderColor: string;
|
|
193
|
-
radioButtonRadius: number;
|
|
194
|
-
radioButtonBgdColor: string;
|
|
195
|
-
radioTrack: import("styled-components").RuleSet<object>;
|
|
196
|
-
radioButton: import("styled-components").RuleSet<object>;
|
|
197
|
-
secondaryRadio: import("styled-components").RuleSet<{
|
|
198
|
-
checked: boolean;
|
|
199
|
-
}>;
|
|
200
|
-
btnFontFamily: string;
|
|
201
|
-
primaryBtnActBgd: string;
|
|
202
|
-
primaryBtnFontSizeSmall: string;
|
|
203
|
-
primaryBtnFontSizeLarge: string;
|
|
204
|
-
primaryBtnBorder: string;
|
|
205
|
-
secondaryBtnBgd: string;
|
|
206
|
-
secondaryBtnActBgd: string;
|
|
207
|
-
secondaryBtnBgdHover: string;
|
|
208
|
-
secondaryBtnColor: string;
|
|
209
|
-
secondaryBtnActColor: string;
|
|
210
|
-
secondaryBtnBorder: string;
|
|
211
|
-
negativeBtnBgd: string;
|
|
212
|
-
negativeBtnActBgd: string;
|
|
213
|
-
negativeBtnBgdHover: string;
|
|
214
|
-
negativeBtnBorder: string;
|
|
215
|
-
negativeBtnColor: string;
|
|
216
|
-
negativeBtnActColor: string;
|
|
217
|
-
linkBtnBgd: string;
|
|
218
|
-
linkBtnActBgd: string;
|
|
219
|
-
linkBtnColor: string;
|
|
220
|
-
linkBtnActColor: string;
|
|
221
|
-
linkBtnActBgdHover: string;
|
|
222
|
-
linkBtnBorder: string;
|
|
223
|
-
floatingBtnActBgd: string;
|
|
224
|
-
floatingBtnBorder: string;
|
|
225
|
-
floatingBtnBorderHover: string;
|
|
226
|
-
ctaBtnColor: string;
|
|
227
|
-
ctaBtnActColor: string;
|
|
228
|
-
selectionBtnBgd: string;
|
|
229
|
-
selectionBtnActBgd: string;
|
|
230
|
-
selectionBtnColor: string;
|
|
231
|
-
selectionBtnActColor: string;
|
|
232
|
-
selectionBtnBgdHover: string;
|
|
233
|
-
selectionBtnBorder: string;
|
|
234
|
-
selectionBtnBorderColor: string;
|
|
235
|
-
selectionBtnBorderActColor: string;
|
|
236
|
-
scrollbarThumbColorLT: string;
|
|
237
|
-
scrollbarThumbColorHoverLT: string;
|
|
238
|
-
modalTitleColor: string;
|
|
239
|
-
modalTitleFontSize: string;
|
|
240
|
-
modalTitleFontSizeSmaller: string;
|
|
241
|
-
modalFooterBgd: string;
|
|
242
|
-
modalImagePlaceHolder: string;
|
|
243
|
-
modalPadding: string;
|
|
244
|
-
modalDialogBgd: string;
|
|
245
|
-
modalDialogColor: string;
|
|
246
|
-
modalLateralPadding: string;
|
|
247
|
-
modalPortableLateralPadding: string;
|
|
248
|
-
modalOverLayZ: number;
|
|
249
|
-
modalOverlayBgd: string;
|
|
250
|
-
modalContentZ: number;
|
|
251
|
-
modalFooterZ: number;
|
|
252
|
-
modalTitleZ: number;
|
|
253
|
-
modalButtonZ: number;
|
|
254
|
-
modalDropdownBackground: string;
|
|
255
|
-
sidePanelInnerPadding: number;
|
|
256
|
-
sideBarCloseBtnBgd: string;
|
|
257
|
-
sideBarCloseBtnColor: string;
|
|
258
|
-
sideBarCloseBtnBgdHover: string;
|
|
259
|
-
sidePanelHeaderBg: string;
|
|
260
|
-
sidePanelHeaderBorder: string;
|
|
261
|
-
sidePanelScrollBarWidth: number;
|
|
262
|
-
sidePanelScrollBarHeight: number;
|
|
263
|
-
sidePanelTitleFontsize: string;
|
|
264
|
-
sidePanelTitleLineHeight: string;
|
|
265
|
-
sidePanelBorder: number;
|
|
266
|
-
sidePanelBorderColor: string;
|
|
267
|
-
layerConfigGroupLabelLabelFontSize: string;
|
|
268
|
-
layerConfigGroupMarginBottom: number;
|
|
269
|
-
layerConfigGroupPaddingLeft: number;
|
|
270
|
-
chickletBgdLT: string;
|
|
271
|
-
panelBackgroundLT: string;
|
|
272
|
-
panelToggleMarginRight: number;
|
|
273
|
-
panelToggleBottomPadding: number;
|
|
274
|
-
panelBoxShadow: string;
|
|
275
|
-
panelBorderRadius: string;
|
|
276
|
-
panelBorder: string;
|
|
277
|
-
panelBorderLT: string;
|
|
278
|
-
panelHeaderHeight: number;
|
|
279
|
-
layerPanelHeaderHeight: number;
|
|
280
|
-
panelDropdownScrollBar: import("styled-components").RuleSet<object>;
|
|
281
|
-
layerTypeIconSizeL: number;
|
|
282
|
-
layerTypeIconPdL: number;
|
|
283
|
-
layerTypeIconSizeSM: number;
|
|
284
|
-
layerPanelToggleOptionColor: string;
|
|
285
|
-
layerPanelToggleOptionColorActive: string;
|
|
286
|
-
fontFamily: string;
|
|
287
|
-
fontWeight: number;
|
|
288
|
-
fontSize: string;
|
|
289
|
-
lineHeight: number;
|
|
290
|
-
textColorLT: string;
|
|
291
|
-
dataTableTextColor: string;
|
|
292
|
-
subtextColorLT: string;
|
|
293
|
-
subtextColorActive: string;
|
|
294
|
-
fontWhiteColor: string;
|
|
295
|
-
panelToggleBorderColor: string;
|
|
296
|
-
panelTabWidth: string;
|
|
297
|
-
textTruncate: {
|
|
298
|
-
maxWidth: string;
|
|
299
|
-
overflow: string;
|
|
300
|
-
textOverflow: string;
|
|
301
|
-
whiteSpace: string;
|
|
302
|
-
wordWrap: string;
|
|
303
|
-
};
|
|
304
|
-
titleColorLT: string;
|
|
305
|
-
tooltipBg: string;
|
|
306
|
-
tooltipBgLT: string;
|
|
307
|
-
tooltipColor: string;
|
|
308
|
-
tooltipColorLT: string;
|
|
309
|
-
tooltipBoxShadow: string;
|
|
310
|
-
tooltipFontSize: string;
|
|
311
|
-
logoColor: string;
|
|
312
|
-
sidepanelDividerBorder: string;
|
|
313
|
-
sidepanelDividerMargin: number;
|
|
314
|
-
sidepanelDividerHeight: number;
|
|
315
|
-
bottomInnerPdSide: number;
|
|
316
|
-
bottomInnerPdVert: number;
|
|
317
|
-
bottomPanelGap: number;
|
|
318
|
-
bottomPanelGapPalm: number;
|
|
319
|
-
sliderBarColor: string;
|
|
320
|
-
sliderBarHoverColor: string;
|
|
321
|
-
sliderBarRadius: string;
|
|
322
|
-
sliderBarHeight: number;
|
|
323
|
-
sliderHandleHeight: number;
|
|
324
|
-
sliderHandleWidth: number;
|
|
325
|
-
sliderHandleColor: string;
|
|
326
|
-
sliderHandleTextColor: string;
|
|
327
|
-
sliderInactiveBorderColor: string;
|
|
328
|
-
sliderBorderRadius: string;
|
|
329
|
-
sliderHandleHoverColor: string;
|
|
330
|
-
sliderHandleAfterContent: string;
|
|
331
|
-
sliderHandleShadow: string;
|
|
332
|
-
sliderInputHeight: number;
|
|
333
|
-
sliderInputWidth: number;
|
|
334
|
-
sliderMarginTopIsTime: number;
|
|
335
|
-
sliderMarginTop: number;
|
|
336
|
-
sliderMarginBottom: number;
|
|
337
|
-
customRangeInputWidth: number;
|
|
338
|
-
geocoderWidth: number;
|
|
339
|
-
geocoderTop: number;
|
|
340
|
-
geocoderRight: number;
|
|
341
|
-
geocoderInputHeight: number;
|
|
342
|
-
mapControlTop: number;
|
|
343
|
-
rangeBrushBgd: string;
|
|
344
|
-
histogramFillOutRange: string;
|
|
345
|
-
histogramOverlayColor: string;
|
|
346
|
-
histogramBreakLineColor: string;
|
|
347
|
-
axisFontSize: string;
|
|
348
|
-
axisFontColor: string;
|
|
349
|
-
timeTitleFontSize: string;
|
|
350
|
-
rangePlotMargin: {
|
|
351
|
-
top: number;
|
|
352
|
-
bottom: number;
|
|
353
|
-
left: number;
|
|
354
|
-
right: number;
|
|
355
|
-
};
|
|
356
|
-
rangePlotMarginLarge: {
|
|
357
|
-
top: number;
|
|
358
|
-
bottom: number;
|
|
359
|
-
left: number;
|
|
360
|
-
right: number;
|
|
361
|
-
};
|
|
362
|
-
rangePlotH: number;
|
|
363
|
-
rangePlotHLarge: number;
|
|
364
|
-
rangePlotHLargePalm: number;
|
|
365
|
-
rangePlotContainerH: number;
|
|
366
|
-
rangePlotContainerHLarge: number;
|
|
367
|
-
rangePlotContainerHLargePalm: number;
|
|
368
|
-
notificationColors: {
|
|
369
|
-
info: string;
|
|
370
|
-
error: string;
|
|
371
|
-
success: string;
|
|
372
|
-
warning: string;
|
|
373
|
-
};
|
|
374
|
-
notificationPanelWidth: number;
|
|
375
|
-
notificationPanelItemWidth: number;
|
|
376
|
-
notificationPanelItemHeight: number;
|
|
377
|
-
headerRowHeight: number;
|
|
378
|
-
headerRowWStatsHeight: number;
|
|
379
|
-
headerStatsControlHeight: number;
|
|
380
|
-
rowHeight: number;
|
|
381
|
-
headerPaddingTop: number;
|
|
382
|
-
headerPaddingBottom: number;
|
|
383
|
-
cellPaddingSide: number;
|
|
384
|
-
edgeCellPaddingSide: number;
|
|
385
|
-
cellFontSize: number;
|
|
386
|
-
gridPaddingSide: number;
|
|
387
|
-
optionButtonColor: string;
|
|
388
|
-
headerCellBackground: string;
|
|
389
|
-
headerCellBorderColor: string;
|
|
390
|
-
headerCellStatsBackground: string;
|
|
391
|
-
headerCellStatsControlBackground: string;
|
|
392
|
-
headerCellIconColor: string;
|
|
393
|
-
cellBorderColor: string;
|
|
394
|
-
evenRowBackground: string;
|
|
395
|
-
oddRowBackground: string;
|
|
396
|
-
pinnedGridBorderColor: string;
|
|
397
|
-
timeDisplayBorderRadius: number;
|
|
398
|
-
timeDisplayHeight: number;
|
|
399
|
-
timeDisplayMinWidth: number;
|
|
400
|
-
timeDisplayOpacity: number;
|
|
401
|
-
timeDisplayPadding: string;
|
|
402
|
-
exportIntraSectionMargin: string;
|
|
403
|
-
actionPanelWidth: number;
|
|
404
|
-
actionPanelHeight: number;
|
|
405
|
-
breakPoints: {
|
|
406
|
-
palm: number;
|
|
407
|
-
desk: number;
|
|
408
|
-
};
|
|
409
|
-
progressBarColor: string;
|
|
410
|
-
progressBarTrackColor: string;
|
|
411
|
-
layerConfigGroupLabelBorderLeft: string;
|
|
412
|
-
layerConfigGroupLabelMargin: string;
|
|
413
|
-
layerConfigGroupLabelPadding: string;
|
|
414
|
-
layerConfigGroupColor: string;
|
|
415
|
-
layerConfigGroupLabelLabelMargin: string;
|
|
416
|
-
styledConfigGroupHeaderBorder: string;
|
|
417
|
-
layerConfiguratorBorder: string;
|
|
418
|
-
layerConfiguratorBorderColor: string;
|
|
419
|
-
layerConfiguratorMargin: string;
|
|
420
|
-
layerConfiguratorPadding: string;
|
|
421
|
-
fieldTokenRightMargin: number;
|
|
422
|
-
fieldTokenHeight: number;
|
|
423
|
-
fieldTokenWidth: number;
|
|
424
|
-
BLUE2: string;
|
|
425
|
-
aiAssistantPanelWidth: number;
|
|
426
|
-
effectPanelWidth: number;
|
|
427
|
-
effectPanelHeight: number;
|
|
428
|
-
effectPanelPaddingSide: number;
|
|
429
|
-
effectPanelPaddingTop: number;
|
|
430
|
-
rightPanelMarginTop: number;
|
|
431
|
-
rightPanelMarginRight: number;
|
|
432
|
-
effectPanelAddEffectFontFamily: string;
|
|
433
|
-
effectTypeIconMarginSide: number;
|
|
434
|
-
effectTypeIconSizeL: number;
|
|
435
|
-
effectTypeIconBgHoverColor: string;
|
|
436
|
-
effectConfiguratorMargin: string;
|
|
437
|
-
effectConfiguratorPadding: string;
|
|
438
|
-
effectPanelTextMain: string;
|
|
439
|
-
effectPanelTextSecondary1: string;
|
|
440
|
-
effectPanelTextSecondary2: string;
|
|
441
|
-
effectPanelTextSecondary3: string;
|
|
442
|
-
effectPanelElementColor: string;
|
|
443
|
-
effectPanelElementColorActive: string;
|
|
444
|
-
effectPanelElementColorHovered: string;
|
|
445
|
-
effectPanelElementColorSun: string;
|
|
446
|
-
effectPanelElementColorSelected: string;
|
|
447
|
-
sidePanel: {
|
|
448
|
-
width: number;
|
|
449
|
-
margin: {
|
|
450
|
-
top: number;
|
|
451
|
-
left: number;
|
|
452
|
-
bottom: number;
|
|
453
|
-
right: number;
|
|
454
|
-
};
|
|
455
|
-
headerHeight: number;
|
|
456
|
-
};
|
|
457
|
-
mapControl: {
|
|
458
|
-
width: number;
|
|
459
|
-
padding: number;
|
|
460
|
-
mapLegend: {
|
|
461
|
-
pinned: {
|
|
462
|
-
bottom: number;
|
|
463
|
-
right: number;
|
|
464
|
-
};
|
|
465
|
-
};
|
|
466
|
-
};
|
|
467
|
-
};
|
|
1
|
+
import { DefaultTheme } from 'styled-components';
|
|
2
|
+
export declare const darkTheme: DefaultTheme;
|
|
468
3
|
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/styles/theme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/styles/theme.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,mBAAmB,CAAC;AAK/C,eAAO,MAAM,SAAS,EAAE,YAiFvB,CAAC"}
|
package/dist/styles/theme.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../src/styles/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../src/styles/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,mBAAmB,CAAC;AAGxC,2FAA2F;AAC3F,sEAAsE;AAEtE,MAAM,CAAC,MAAM,SAAS,GAAiB;IACrC,GAAG,KAAK;IACR,WAAW,EAAE,wBAAwB;IACrC,eAAe,EAAE,wBAAwB;IACzC,SAAS,EAAE,wBAAwB;IACnC,cAAc,EAAE,wBAAwB;IACxC,WAAW,EAAE,wBAAwB;IACrC,WAAW,EAAE,qBAAqB;IAClC,YAAY,EAAE,8BAA8B;IAC5C,UAAU,EAAE,8BAA8B;IAC1C,eAAe,EAAE,gCAAgC;IACjD,gBAAgB,EAAE,oCAAoC;IACtD,sBAAsB,EAAE,wBAAwB;IAChD,uBAAuB,EAAE,gCAAgC;IACzD,6BAA6B,EAAE,mBAAmB;IAElD,QAAQ,EAAE,mBAAmB;IAC7B,UAAU,EAAE,wBAAwB;IACpC,qBAAqB,EAAE,8BAA8B;IACrD,WAAW,EAAE,wBAAwB;IACrC,sBAAsB,EAAE,8BAA8B;IACtD,wBAAwB,EAAE,8BAA8B;IACxD,aAAa,EAAE,yBAAyB;IACxC,cAAc,EAAE,yBAAyB;IACzC,qBAAqB,EAAE,yBAAyB;IAChD,sBAAsB,EAAE,yBAAyB;IAEjD,oBAAoB,EAAE,mBAAmB;IACzC,cAAc,EAAE,mBAAmB;IACnC,kBAAkB,EAAE,wBAAwB;IAC5C,YAAY,EAAE,oCAAoC;IAClD,uBAAuB,EAAE,mBAAmB;IAC5C,qBAAqB,EAAE,oCAAoC;IAE3D,mBAAmB,EAAE,wBAAwB;IAC7C,iBAAiB,EAAE,mBAAmB;IACtC,sBAAsB,EAAE,yBAAyB;IACjD,uBAAuB,EAAE,yBAAyB;IAClD,+BAA+B,EAAE,yBAAyB;IAC1D,yBAAyB,EAAE,mBAAmB;IAE9C,oBAAoB,EAAE,mBAAmB;IACzC,eAAe,EAAE,8BAA8B;IAC/C,qBAAqB,EAAE,wBAAwB;IAC/C,oBAAoB,EAAE,wBAAwB;IAC9C,oBAAoB,EAAE,wBAAwB;IAE9C,SAAS;IACT,aAAa,EAAE,qBAAqB;IACpC,kBAAkB,EAAE,2BAA2B;IAC/C,gBAAgB,EAAE,2BAA2B;IAC7C,eAAe,EAAE,gCAAgC;IACjD,kBAAkB,EAAE,gCAAgC;IACpD,yBAAyB,EAAE,UAAU;IACrC,iBAAiB,EAAE,KAAK;IACxB,SAAS,EAAE,qBAAqB;IAChC,cAAc,EAAE,2BAA2B;IAC3C,YAAY,EAAE,2BAA2B;IACzC,cAAc,EAAE,gCAAgC;IAChD,mBAAmB,EAAE,oBAAoB;IACzC,mBAAmB,EAAE,wBAAwB;IAC7C,gBAAgB,EAAE,wBAAwB;IAE1C,WAAW;IACX,eAAe,EAAE,gCAAgC;IACjD,mBAAmB,EAAE,oBAAoB;IACzC,uBAAuB,EAAE,oBAAoB;IAC7C,WAAW,EAAE,oCAAoC;IACjD,qBAAqB,EAAE,oCAAoC;IAC3D,SAAS;IACT,YAAY,EAAE,uBAAuB;IAErC,QAAQ;IACR,oBAAoB,EAAE,qBAAqB;IAE3C,OAAO;IACP,sBAAsB,EAAE,CAAC;IACzB,wBAAwB,EAAE,CAAC;IAC3B,yBAAyB,EAAE,CAAC;IAC5B,uBAAuB,EAAE,CAAC;IAC1B,uBAAuB,EAAE,KAAK;CAC/B,CAAC","sourcesContent":["import {theme} from '@kepler.gl/styles';\nimport {DefaultTheme} from 'styled-components';\n\n// SQL Room dark theme exported from sqlRoom preset, maybe there is a better way to do this\n// but this is the only way I could find to make it work with tailwind\n\nexport const darkTheme: DefaultTheme = {\n ...theme,\n sidePanelBg: 'hsl(var(--background))',\n bottomWidgetBgd: 'hsl(var(--background))',\n textColor: 'hsl(var(--foreground))',\n titleTextColor: 'hsl(var(--foreground))',\n textColorHl: 'hsl(var(--foreground))',\n activeColor: 'hsl(var(--primary))',\n subtextColor: 'hsl(var(--muted-foreground))',\n labelColor: 'hsl(var(--muted-foreground))',\n panelBackground: 'hsl(var(--primary-foreground))',\n panelBorderColor: 'hsl(var(--muted-foreground) / 0.2)',\n panelContentBackground: 'hsl(var(--background))',\n mapPanelBackgroundColor: 'hsl(var(--primary-foreground))',\n mapPanelHeaderBackgroundColor: 'hsl(var(--muted))',\n\n inputBgd: 'hsl(var(--input))',\n inputColor: 'hsl(var(--foreground))',\n inputPlaceholderColor: 'hsl(var(--muted-foreground))',\n selectColor: 'hsl(var(--foreground))',\n selectColorPlaceHolder: 'hsl(var(--muted-foreground))',\n selectColorPlaceHolderLT: 'hsl(var(--muted-foreground))',\n inputBgdHover: 'hsl(var(--input) / 0.8)',\n inputBgdActive: 'hsl(var(--input) / 0.8)',\n inputBorderHoverColor: 'hsl(var(--input) / 0.8)',\n inputBorderActiveColor: 'hsl(var(--input) / 0.8)',\n\n switchTrackBgdActive: 'hsl(var(--input))',\n switchTrackBgd: 'hsl(var(--input))',\n switchBtnBgdActive: 'hsl(var(--foreground))',\n switchBtnBgd: 'hsl(var(--muted-foreground) / 0.2)',\n secondarySwitchTrackBgd: 'hsl(var(--input))',\n secondarySwitchBtnBgd: 'hsl(var(--muted-foreground) / 0.2)',\n\n secondaryInputColor: 'hsl(var(--foreground))',\n secondaryInputBgd: 'hsl(var(--input))',\n secondaryInputBgdHover: 'hsl(var(--input) / 0.8)',\n secondaryInputBgdActive: 'hsl(var(--input) / 0.8)',\n secondaryInputBorderActiveColor: 'hsl(var(--input) / 0.8)',\n secondaryInputBorderColor: 'hsl(var(--input))',\n\n panelBackgroundHover: 'hsl(var(--muted))',\n panelHeaderIcon: 'hsl(var(--muted-foreground))',\n panelHeaderIconActive: 'hsl(var(--foreground))',\n panelHeaderIconHover: 'hsl(var(--foreground))',\n toolbarItemIconHover: 'hsl(var(--foreground))',\n\n // button\n primaryBtnBgd: 'hsl(var(--primary))',\n primaryBtnBgdHover: 'hsl(var(--primary) / 0.8)',\n primaryBtnRadius: 'calc(var(--radius) - 2px)',\n primaryBtnColor: 'hsl(var(--primary-foreground))',\n primaryBtnActColor: 'hsl(var(--primary-foreground))',\n primaryBtnFontSizeDefault: '0.875rem',\n floatingBtnRadius: '4px',\n ctaBtnBgd: 'hsl(var(--primary))',\n ctaBtnBgdHover: 'hsl(var(--primary) / 0.8)',\n ctaBtnActBgd: 'hsl(var(--primary) / 0.8)',\n floatingBtnBgd: 'hsl(var(--primary-foreground))',\n floatingBtnBgdHover: 'hsl(var(--accent))',\n floatingBtnActColor: 'hsl(var(--foreground))',\n floatingBtnColor: 'hsl(var(--foreground))',\n\n // dropdown\n dropdownListBgd: 'hsl(var(--primary-foreground))',\n toolbarItemBgdHover: 'hsl(var(--accent))',\n dropdownListHighlightBg: 'hsl(var(--accent))',\n chickletBgd: 'hsl(var(--muted-foreground) / 0.4)',\n dropdownListBorderTop: 'hsl(var(--muted-foreground) / 0.2)',\n // slider\n sliderBarBgd: 'hsl(var(--secondary))',\n\n // chart\n histogramFillInRange: 'hsl(var(--chart-1))',\n\n // size\n bottomWidgetPaddingTop: 0,\n bottomWidgetPaddingRight: 0,\n bottomWidgetPaddingBottom: 0,\n bottomWidgetPaddingLeft: 0,\n panelHeaderBorderRadius: '4px',\n};\n"]}
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqlrooms/kepler",
|
|
3
|
-
"version": "0.26.1-rc.
|
|
3
|
+
"version": "0.26.1-rc.11",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"type": "module",
|
|
8
|
+
"sideEffects": false,
|
|
8
9
|
"author": "Ilya Boyandin <ilya@boyandin.me>",
|
|
9
10
|
"license": "MIT",
|
|
10
11
|
"repository": {
|
|
@@ -33,24 +34,20 @@
|
|
|
33
34
|
"@kepler.gl/types": "^3.2.3",
|
|
34
35
|
"@kepler.gl/utils": "^3.2.3",
|
|
35
36
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
36
|
-
"@sqlrooms/duckdb": "0.26.1-rc.
|
|
37
|
-
"@sqlrooms/kepler-config": "0.26.1-rc.
|
|
38
|
-
"@sqlrooms/room-shell": "0.26.1-rc.
|
|
39
|
-
"@sqlrooms/s3-browser": "0.26.1-rc.
|
|
40
|
-
"@sqlrooms/ui": "0.26.1-rc.
|
|
37
|
+
"@sqlrooms/duckdb": "0.26.1-rc.11",
|
|
38
|
+
"@sqlrooms/kepler-config": "0.26.1-rc.11",
|
|
39
|
+
"@sqlrooms/room-shell": "0.26.1-rc.11",
|
|
40
|
+
"@sqlrooms/s3-browser": "0.26.1-rc.11",
|
|
41
|
+
"@sqlrooms/ui": "0.26.1-rc.11",
|
|
41
42
|
"apache-arrow": "17.0.0",
|
|
42
|
-
"immer": "^
|
|
43
|
-
"lucide-react": "^0.
|
|
44
|
-
"mapbox-gl": "^1.13.1",
|
|
45
|
-
"maplibre-gl": "^3.6.2",
|
|
43
|
+
"immer": "^11.0.1",
|
|
44
|
+
"lucide-react": "^0.556.0",
|
|
46
45
|
"react-intl": "^6.3.0",
|
|
47
46
|
"react-palm": "^3.3.8",
|
|
48
47
|
"react-redux": "^8.0.5",
|
|
49
48
|
"redux": "^4.2.1",
|
|
50
49
|
"redux-logger": "^3.0.6",
|
|
51
|
-
"styled-components": "6.1.
|
|
52
|
-
"zod": "^4.1.8",
|
|
53
|
-
"zustand": "^5.0.3"
|
|
50
|
+
"styled-components": "6.1.19"
|
|
54
51
|
},
|
|
55
52
|
"peerDependencies": {
|
|
56
53
|
"react": ">=18",
|
|
@@ -65,5 +62,5 @@
|
|
|
65
62
|
"devDependencies": {
|
|
66
63
|
"@types/redux-logger": "^3.0.13"
|
|
67
64
|
},
|
|
68
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "2675a4e65108dbbe67baac8a7dce471d5a688df7"
|
|
69
66
|
}
|