@sqlrooms/kepler 0.26.1-rc.0
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/LICENSE.md +9 -0
- package/README.md +3 -0
- package/dist/KeplerSlice.d.ts +86 -0
- package/dist/KeplerSlice.d.ts.map +1 -0
- package/dist/KeplerSlice.js +395 -0
- package/dist/KeplerSlice.js.map +1 -0
- package/dist/components/CustomDndContext.d.ts +11 -0
- package/dist/components/CustomDndContext.d.ts.map +1 -0
- package/dist/components/CustomDndContext.js +60 -0
- package/dist/components/CustomDndContext.js.map +1 -0
- package/dist/components/CustomFilterManager.d.ts +8 -0
- package/dist/components/CustomFilterManager.d.ts.map +1 -0
- package/dist/components/CustomFilterManager.js +85 -0
- package/dist/components/CustomFilterManager.js.map +1 -0
- package/dist/components/CustomInteractionManager.d.ts +5 -0
- package/dist/components/CustomInteractionManager.d.ts.map +1 -0
- package/dist/components/CustomInteractionManager.js +54 -0
- package/dist/components/CustomInteractionManager.js.map +1 -0
- package/dist/components/CustomLayerManager.d.ts +8 -0
- package/dist/components/CustomLayerManager.d.ts.map +1 -0
- package/dist/components/CustomLayerManager.js +111 -0
- package/dist/components/CustomLayerManager.js.map +1 -0
- package/dist/components/CustomMapManager.d.ts +7 -0
- package/dist/components/CustomMapManager.d.ts.map +1 -0
- package/dist/components/CustomMapManager.js +99 -0
- package/dist/components/CustomMapManager.js.map +1 -0
- package/dist/components/CustomTooltipConfig.d.ts +30 -0
- package/dist/components/CustomTooltipConfig.d.ts.map +1 -0
- package/dist/components/CustomTooltipConfig.js +85 -0
- package/dist/components/CustomTooltipConfig.js.map +1 -0
- package/dist/components/FileDropInput.d.ts +8 -0
- package/dist/components/FileDropInput.d.ts.map +1 -0
- package/dist/components/FileDropInput.js +35 -0
- package/dist/components/FileDropInput.js.map +1 -0
- package/dist/components/KeplerAddDataDialog.d.ts +24 -0
- package/dist/components/KeplerAddDataDialog.d.ts.map +1 -0
- package/dist/components/KeplerAddDataDialog.js +60 -0
- package/dist/components/KeplerAddDataDialog.js.map +1 -0
- package/dist/components/KeplerAddTileSetDialog.d.ts +14 -0
- package/dist/components/KeplerAddTileSetDialog.d.ts.map +1 -0
- package/dist/components/KeplerAddTileSetDialog.js +20 -0
- package/dist/components/KeplerAddTileSetDialog.js.map +1 -0
- package/dist/components/KeplerImageExport.d.ts +10 -0
- package/dist/components/KeplerImageExport.d.ts.map +1 -0
- package/dist/components/KeplerImageExport.js +30 -0
- package/dist/components/KeplerImageExport.js.map +1 -0
- package/dist/components/KeplerInjector.d.ts +2 -0
- package/dist/components/KeplerInjector.d.ts.map +1 -0
- package/dist/components/KeplerInjector.js +17 -0
- package/dist/components/KeplerInjector.js.map +1 -0
- package/dist/components/KeplerMapContainer.d.ts +5 -0
- package/dist/components/KeplerMapContainer.d.ts.map +1 -0
- package/dist/components/KeplerMapContainer.js +76 -0
- package/dist/components/KeplerMapContainer.js.map +1 -0
- package/dist/components/KeplerPlotContainer.d.ts +6 -0
- package/dist/components/KeplerPlotContainer.d.ts.map +1 -0
- package/dist/components/KeplerPlotContainer.js +33 -0
- package/dist/components/KeplerPlotContainer.js.map +1 -0
- package/dist/components/KeplerProvider.d.ts +7 -0
- package/dist/components/KeplerProvider.d.ts.map +1 -0
- package/dist/components/KeplerProvider.js +22 -0
- package/dist/components/KeplerProvider.js.map +1 -0
- package/dist/components/KeplerS3Browser.d.ts +19 -0
- package/dist/components/KeplerS3Browser.d.ts.map +1 -0
- package/dist/components/KeplerS3Browser.js +69 -0
- package/dist/components/KeplerS3Browser.js.map +1 -0
- package/dist/components/KeplerSidePanels.d.ts +9 -0
- package/dist/components/KeplerSidePanels.d.ts.map +1 -0
- package/dist/components/KeplerSidePanels.js +15 -0
- package/dist/components/KeplerSidePanels.js.map +1 -0
- package/dist/hooks/useDndEffects.d.ts +10 -0
- package/dist/hooks/useDndEffects.d.ts.map +1 -0
- package/dist/hooks/useDndEffects.js +52 -0
- package/dist/hooks/useDndEffects.js.map +1 -0
- package/dist/hooks/useDndLayers.d.ts +10 -0
- package/dist/hooks/useDndLayers.d.ts.map +1 -0
- package/dist/hooks/useDndLayers.js +53 -0
- package/dist/hooks/useDndLayers.js.map +1 -0
- package/dist/hooks/useKeplerStateActions.d.ts +17 -0
- package/dist/hooks/useKeplerStateActions.d.ts.map +1 -0
- package/dist/hooks/useKeplerStateActions.js +14 -0
- package/dist/hooks/useKeplerStateActions.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +17 -0
- package/dist/index.js.map +1 -0
- package/dist/styles/theme.d.ts +468 -0
- package/dist/styles/theme.d.ts.map +1 -0
- package/dist/styles/theme.js +78 -0
- package/dist/styles/theme.js.map +1 -0
- package/package.json +70 -0
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
export declare const darkTheme: {
|
|
2
|
+
sidePanelBg: string;
|
|
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
|
+
};
|
|
468
|
+
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/styles/theme.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFrB,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { theme } from '@kepler.gl/styles';
|
|
2
|
+
// SQL Room dark theme exported from sqlRoom preset, maybe there is a better way to do this
|
|
3
|
+
// but this is the only way I could find to make it work with tailwind
|
|
4
|
+
export const darkTheme = {
|
|
5
|
+
...theme,
|
|
6
|
+
sidePanelBg: 'hsl(var(--background))',
|
|
7
|
+
bottomWidgetBgd: 'hsl(var(--background))',
|
|
8
|
+
textColor: 'hsl(var(--foreground))',
|
|
9
|
+
titleTextColor: 'hsl(var(--foreground))',
|
|
10
|
+
textColorHl: 'hsl(var(--foreground))',
|
|
11
|
+
activeColor: 'hsl(var(--primary))',
|
|
12
|
+
subtextColor: 'hsl(var(--muted-foreground))',
|
|
13
|
+
labelColor: 'hsl(var(--muted-foreground))',
|
|
14
|
+
panelBackground: 'hsl(var(--primary-foreground))',
|
|
15
|
+
panelBorderColor: 'hsl(var(--muted-foreground) / 0.2)',
|
|
16
|
+
panelContentBackground: 'hsl(var(--background))',
|
|
17
|
+
mapPanelBackgroundColor: 'hsl(var(--primary-foreground))',
|
|
18
|
+
mapPanelHeaderBackgroundColor: 'hsl(var(--muted))',
|
|
19
|
+
inputBgd: 'hsl(var(--input))',
|
|
20
|
+
inputColor: 'hsl(var(--foreground))',
|
|
21
|
+
inputPlaceholderColor: 'hsl(var(--muted-foreground))',
|
|
22
|
+
selectColor: 'hsl(var(--foreground))',
|
|
23
|
+
selectColorPlaceHolder: 'hsl(var(--muted-foreground))',
|
|
24
|
+
selectColorPlaceHolderLT: 'hsl(var(--muted-foreground))',
|
|
25
|
+
inputBgdHover: 'hsl(var(--input) / 0.8)',
|
|
26
|
+
inputBgdActive: 'hsl(var(--input) / 0.8)',
|
|
27
|
+
inputBorderHoverColor: 'hsl(var(--input) / 0.8)',
|
|
28
|
+
inputBorderActiveColor: 'hsl(var(--input) / 0.8)',
|
|
29
|
+
switchTrackBgdActive: 'hsl(var(--input))',
|
|
30
|
+
switchTrackBgd: 'hsl(var(--input))',
|
|
31
|
+
switchBtnBgdActive: 'hsl(var(--foreground))',
|
|
32
|
+
switchBtnBgd: 'hsl(var(--muted-foreground) / 0.2)',
|
|
33
|
+
secondarySwitchTrackBgd: 'hsl(var(--input))',
|
|
34
|
+
secondarySwitchBtnBgd: 'hsl(var(--muted-foreground) / 0.2)',
|
|
35
|
+
secondaryInputColor: 'hsl(var(--foreground))',
|
|
36
|
+
secondaryInputBgd: 'hsl(var(--input))',
|
|
37
|
+
secondaryInputBgdHover: 'hsl(var(--input) / 0.8)',
|
|
38
|
+
secondaryInputBgdActive: 'hsl(var(--input) / 0.8)',
|
|
39
|
+
secondaryInputBorderActiveColor: 'hsl(var(--input) / 0.8)',
|
|
40
|
+
secondaryInputBorderColor: 'hsl(var(--input))',
|
|
41
|
+
panelBackgroundHover: 'hsl(var(--muted))',
|
|
42
|
+
panelHeaderIcon: 'hsl(var(--muted-foreground))',
|
|
43
|
+
panelHeaderIconActive: 'hsl(var(--foreground))',
|
|
44
|
+
panelHeaderIconHover: 'hsl(var(--foreground))',
|
|
45
|
+
toolbarItemIconHover: 'hsl(var(--foreground))',
|
|
46
|
+
// button
|
|
47
|
+
primaryBtnBgd: 'hsl(var(--primary))',
|
|
48
|
+
primaryBtnBgdHover: 'hsl(var(--primary) / 0.8)',
|
|
49
|
+
primaryBtnRadius: 'calc(var(--radius) - 2px)',
|
|
50
|
+
primaryBtnColor: 'hsl(var(--primary-foreground))',
|
|
51
|
+
primaryBtnActColor: 'hsl(var(--primary-foreground))',
|
|
52
|
+
primaryBtnFontSizeDefault: '0.875rem',
|
|
53
|
+
floatingBtnRadius: '4px',
|
|
54
|
+
ctaBtnBgd: 'hsl(var(--primary))',
|
|
55
|
+
ctaBtnBgdHover: 'hsl(var(--primary) / 0.8)',
|
|
56
|
+
ctaBtnActBgd: 'hsl(var(--primary) / 0.8)',
|
|
57
|
+
floatingBtnBgd: 'hsl(var(--primary-foreground))',
|
|
58
|
+
floatingBtnBgdHover: 'hsl(var(--accent))',
|
|
59
|
+
floatingBtnActColor: 'hsl(var(--foreground))',
|
|
60
|
+
floatingBtnColor: 'hsl(var(--foreground))',
|
|
61
|
+
// dropdown
|
|
62
|
+
dropdownListBgd: 'hsl(var(--primary-foreground))',
|
|
63
|
+
toolbarItemBgdHover: 'hsl(var(--accent))',
|
|
64
|
+
dropdownListHighlightBg: 'hsl(var(--accent))',
|
|
65
|
+
chickletBgd: 'hsl(var(--muted-foreground) / 0.4)',
|
|
66
|
+
dropdownListBorderTop: 'hsl(var(--muted-foreground) / 0.2)',
|
|
67
|
+
// slider
|
|
68
|
+
sliderBarBgd: 'hsl(var(--secondary))',
|
|
69
|
+
// chart
|
|
70
|
+
histogramFillInRange: 'hsl(var(--chart-1))',
|
|
71
|
+
// size
|
|
72
|
+
bottomWidgetPaddingTop: 0,
|
|
73
|
+
bottomWidgetPaddingRight: 0,
|
|
74
|
+
bottomWidgetPaddingBottom: 0,
|
|
75
|
+
bottomWidgetPaddingLeft: 0,
|
|
76
|
+
panelHeaderBorderRadius: '4px',
|
|
77
|
+
};
|
|
78
|
+
//# sourceMappingURL=theme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../src/styles/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,mBAAmB,CAAC;AAExC,2FAA2F;AAC3F,sEAAsE;AAEtE,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,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';\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 = {\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
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sqlrooms/kepler",
|
|
3
|
+
"version": "0.26.1-rc.0",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"author": "Ilya Boyandin <ilya@boyandin.me>",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/sqlrooms/sqlrooms.git"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@dnd-kit/core": "^6.1.0",
|
|
22
|
+
"@kepler.gl/actions": "^3.2.3",
|
|
23
|
+
"@kepler.gl/components": "^3.2.3",
|
|
24
|
+
"@kepler.gl/constants": "^3.2.3",
|
|
25
|
+
"@kepler.gl/duckdb": "^3.2.3",
|
|
26
|
+
"@kepler.gl/layers": "^3.2.3",
|
|
27
|
+
"@kepler.gl/localization": "^3.2.3",
|
|
28
|
+
"@kepler.gl/processors": "^3.2.3",
|
|
29
|
+
"@kepler.gl/reducers": "^3.2.3",
|
|
30
|
+
"@kepler.gl/schemas": "^3.2.3",
|
|
31
|
+
"@kepler.gl/styles": "^3.2.3",
|
|
32
|
+
"@kepler.gl/table": "^3.2.3",
|
|
33
|
+
"@kepler.gl/types": "^3.2.3",
|
|
34
|
+
"@kepler.gl/utils": "^3.2.3",
|
|
35
|
+
"@paralleldrive/cuid2": "^2.2.2",
|
|
36
|
+
"@sqlrooms/duckdb": "0.26.1-rc.0",
|
|
37
|
+
"@sqlrooms/kepler-config": "0.26.1-rc.0",
|
|
38
|
+
"@sqlrooms/room-shell": "0.26.1-rc.0",
|
|
39
|
+
"@sqlrooms/s3-browser": "0.26.1-rc.0",
|
|
40
|
+
"@sqlrooms/s3-utils": "0.26.1-rc.0",
|
|
41
|
+
"@sqlrooms/ui": "0.26.1-rc.0",
|
|
42
|
+
"apache-arrow": "17.0.0",
|
|
43
|
+
"immer": "^10.1.1",
|
|
44
|
+
"lucide-react": "^0.555.0",
|
|
45
|
+
"mapbox-gl": "^1.13.1",
|
|
46
|
+
"maplibre-gl": "^3.6.2",
|
|
47
|
+
"react-intl": "^6.3.0",
|
|
48
|
+
"react-palm": "^3.3.8",
|
|
49
|
+
"react-redux": "^8.0.5",
|
|
50
|
+
"redux": "^4.2.1",
|
|
51
|
+
"redux-logger": "^3.0.6",
|
|
52
|
+
"styled-components": "6.1.8",
|
|
53
|
+
"zod": "^4.1.8",
|
|
54
|
+
"zustand": "^5.0.3"
|
|
55
|
+
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"react": ">=18",
|
|
58
|
+
"react-dom": ">=18"
|
|
59
|
+
},
|
|
60
|
+
"scripts": {
|
|
61
|
+
"dev": "tsc -w",
|
|
62
|
+
"build": "tsc",
|
|
63
|
+
"lint": "eslint .",
|
|
64
|
+
"typedoc": "typedoc"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@types/redux-logger": "^3.0.13"
|
|
68
|
+
},
|
|
69
|
+
"gitHead": "89c252c460ccd29d108cfabf7b34c4a679f85609"
|
|
70
|
+
}
|