@kepler.gl/styles 3.0.0-alpha.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/dist/base.d.ts ADDED
@@ -0,0 +1,1551 @@
1
+ declare type InputProps = {
2
+ active: boolean;
3
+ disabled: boolean;
4
+ error: string;
5
+ size: string;
6
+ type: string;
7
+ };
8
+ declare type SecondaryInputProps = {
9
+ error: string;
10
+ };
11
+ declare type SwitchableProps = {
12
+ checked: boolean;
13
+ };
14
+ export declare const transition = "all .4s ease";
15
+ export declare const transitionFast = "all .2s ease";
16
+ export declare const transitionSlow = "all .8s ease";
17
+ export declare const boxShadow = "0 1px 2px 0 rgba(0,0,0,0.10)";
18
+ export declare const boxSizing = "border-box";
19
+ export declare const borderRadius = "1px";
20
+ export declare const borderColor = "#3A414C";
21
+ export declare const borderColorLT = "#F1F1F1";
22
+ export declare const fontFamily = "ff-clan-web-pro, 'Helvetica Neue', Helvetica, sans-serif";
23
+ export declare const fontWeight = 400;
24
+ export declare const fontSize = "0.875em";
25
+ export declare const lineHeight = 1.71429;
26
+ export declare const labelColor = "#6A7485";
27
+ export declare const labelHoverColor = "#C6C6C6";
28
+ export declare const labelColorLT = "#6A7485";
29
+ export declare const textColor = "#A0A7B4";
30
+ export declare const textColorLT = "#3A414C";
31
+ export declare const dataTableTextColor = "#3A414C";
32
+ export declare const titleColorLT = "#29323C";
33
+ export declare const subtextColor = "#6A7485";
34
+ export declare const subtextColorLT = "#A0A7B4";
35
+ export declare const subtextColorActive = "#FFFFFF";
36
+ export declare const panelToggleBorderColor = "#FFFFFF";
37
+ export declare const panelTabWidth = "30px";
38
+ export declare const titleTextColor = "#FFFFFF";
39
+ export declare const textColorHl = "#F0F0F0";
40
+ export declare const textColorHlLT = "#000000";
41
+ export declare const activeColor = "#1FBAD6";
42
+ export declare const activeColorLT = "#2473BD";
43
+ export declare const activeColorHover = "#108188";
44
+ export declare const errorColor = "#F9042C";
45
+ export declare const logoColor = "#1FBAD6";
46
+ export declare const btnFontFamily = "ff-clan-web-pro, 'Helvetica Neue', Helvetica, sans-serif";
47
+ export declare const primaryBtnBgd = "#0F9668";
48
+ export declare const primaryBtnActBgd = "#13B17B";
49
+ export declare const primaryBtnColor = "#FFFFFF";
50
+ export declare const primaryBtnActColor = "#FFFFFF";
51
+ export declare const primaryBtnBgdHover = "#13B17B";
52
+ export declare const primaryBtnRadius = "2px";
53
+ export declare const primaryBtnFontSizeDefault = "11px";
54
+ export declare const primaryBtnFontSizeSmall = "10px";
55
+ export declare const primaryBtnFontSizeLarge = "14px";
56
+ export declare const primaryBtnBorder = "0";
57
+ export declare const secondaryBtnBgd = "#6A7485";
58
+ export declare const secondaryBtnActBgd = "#A0A7B4";
59
+ export declare const secondaryBtnColor = "#FFFFFF";
60
+ export declare const secondaryBtnActColor = "#FFFFFF";
61
+ export declare const secondaryBtnBgdHover = "#A0A7B4";
62
+ export declare const secondaryBtnBorder = "0";
63
+ export declare const ctaBtnBgd = "#0F9668";
64
+ export declare const ctaBtnBgdHover = "#13B17B";
65
+ export declare const ctaBtnActBgd = "#13B17B";
66
+ export declare const ctaBtnColor = "#FFFFFF";
67
+ export declare const ctaBtnActColor = "#FFFFFF";
68
+ export declare const linkBtnBgd = "transparent";
69
+ export declare const linkBtnActBgd = "transparent";
70
+ export declare const linkBtnColor = "#A0A7B4";
71
+ export declare const linkBtnActColor = "#F1F1F1";
72
+ export declare const linkBtnActBgdHover = "transparent";
73
+ export declare const linkBtnBorder = "0";
74
+ export declare const negativeBtnBgd = "#F9042C";
75
+ export declare const negativeBtnActBgd = "#FF193E";
76
+ export declare const negativeBtnBgdHover = "#FF193E";
77
+ export declare const negativeBtnBorder = "0";
78
+ export declare const negativeBtnColor = "#FFFFFF";
79
+ export declare const negativeBtnActColor = "#FFFFFF";
80
+ export declare const floatingBtnBgd = "#29323C";
81
+ export declare const floatingBtnActBgd = "#3A4552";
82
+ export declare const floatingBtnBgdHover = "#3A4552";
83
+ export declare const floatingBtnBorder = "0";
84
+ export declare const floatingBtnBorderHover = "0";
85
+ export declare const floatingBtnColor = "#6A7485";
86
+ export declare const floatingBtnActColor = "#FFFFFF";
87
+ export declare const selectionBtnBgd = "transparent";
88
+ export declare const selectionBtnActBgd = "transparent";
89
+ export declare const selectionBtnColor = "#D3D8E0";
90
+ export declare const selectionBtnActColor = "#0F9668";
91
+ export declare const selectionBtnBgdHover = "#0F9668";
92
+ export declare const selectionBtnBorder = "1";
93
+ export declare const selectionBtnBorderColor = "#D3D8E0";
94
+ export declare const selectionBtnBorderActColor = "#0F9668";
95
+ export declare const inputBoxHeight = "34px";
96
+ export declare const inputBoxHeightSmall = "24px";
97
+ export declare const inputBoxHeightTiny = "18px";
98
+ export declare const inputPadding = "4px 10px";
99
+ export declare const inputPaddingSmall = "4px 6px";
100
+ export declare const inputPaddingTiny = "2px 4px";
101
+ export declare const inputFontSize = "11px";
102
+ export declare const inputFontSizeSmall = "10px";
103
+ export declare const inputFontWeight = 500;
104
+ export declare const inputBgd = "#29323C";
105
+ export declare const inputBgdHover = "#3A414C";
106
+ export declare const inputBgdActive = "#3A414C";
107
+ export declare const inputBgdActiveLT = "#FFFFFF";
108
+ export declare const inputBorderColor = "#29323C";
109
+ export declare const inputBorderHoverColor = "#3A414C";
110
+ export declare const inputBorderHoverColorLT = "#6A7485";
111
+ export declare const inputBorderActiveColor = "#3A414C";
112
+ export declare const inputBorderActiveColorLT = "#3A414C";
113
+ export declare const inputColor = "#A0A7B4";
114
+ export declare const inputBorderRadius = "1px";
115
+ export declare const inputPlaceholderColor = "#6A7485";
116
+ export declare const inputPlaceholderColorLT = "#A0A7B4";
117
+ export declare const inputPlaceholderFontWeight = 400;
118
+ export declare const inputBoxShadow = "none";
119
+ export declare const inputBoxShadowActive = "none";
120
+ export declare const inputBoxShadowActiveLT = "none";
121
+ export declare const secondaryInputBgd = "#242730";
122
+ export declare const secondaryInputBgdHover = "#3A414C";
123
+ export declare const secondaryInputBgdActive = "#3A414C";
124
+ export declare const secondaryInputColor = "#A0A7B4";
125
+ export declare const secondaryInputBorderColor = "#242730";
126
+ export declare const secondaryInputBorderActiveColor = "#D3D8E0";
127
+ export declare const dropdownSelectHeight = 30;
128
+ export declare const selectColor = "#A0A7B4";
129
+ export declare const selectColorLT = "#29323C";
130
+ export declare const selectActiveBorderColor = "#D3D8E0";
131
+ export declare const selectFontSize = "11px";
132
+ export declare const selectFontWeight = "400";
133
+ export declare const selectFontWeightBold = "500";
134
+ export declare const selectColorPlaceHolder = "#6A7485";
135
+ export declare const selectColorPlaceHolderLT = "#29323C";
136
+ export declare const selectBackground = "#29323C";
137
+ export declare const selectBackgroundHover = "#3A414C";
138
+ export declare const selectBackgroundLT = "#FFFFFF";
139
+ export declare const selectBackgroundHoverLT = "#F8F8F9";
140
+ export declare const selectBorderColor = "#D3D8E0";
141
+ export declare const selectBorderColorLT = "#D3D8E0";
142
+ export declare const selectBorderRadius = "1px";
143
+ export declare const selectBorder = 0;
144
+ export declare const panelTabColor = "#6A7485";
145
+ export declare const dropdownListHighlightBg = "#6A7485";
146
+ export declare const dropdownListHighlightBgLT = "#F8F8F9";
147
+ export declare const dropdownListShadow = "0 6px 12px 0 rgba(0,0,0,0.16)";
148
+ export declare const dropdownListBgd = "#29323C";
149
+ export declare const toolbarItemBgdHover = "#3A4552";
150
+ export declare const toolbarItemIconHover = "#F0F0F0";
151
+ export declare const toolbarItemBorderHover = "transparent";
152
+ export declare const toolbarItemBorderRaddius = "0px";
153
+ export declare const dropdownListBgdLT = "#FFFFFF";
154
+ export declare const dropdownListBorderTop = "#242730";
155
+ export declare const dropdownListBorderTopLT = "#D3D8E0";
156
+ export declare const dropdownListLineHeight = 20;
157
+ export declare const dropdownWrapperZ = 100;
158
+ export declare const dropdownWapperMargin = 4;
159
+ export declare const switchWidth = 24;
160
+ export declare const switchHeight = 12;
161
+ export declare const switchLabelMargin = 12;
162
+ export declare const switchTrackBgd = "#29323C";
163
+ export declare const switchTrackBgdActive = "#1FBAD6";
164
+ export declare const switchTrackBorderRadius = "1px";
165
+ export declare const switchBtnBgd = "#6A7485";
166
+ export declare const switchBtnBgdActive = "#D3D8E0";
167
+ export declare const switchBtnBoxShadow = "0 2px 4px 0 rgba(0,0,0,0.40)";
168
+ export declare const switchBtnBorderRadius = "0";
169
+ export declare const switchBtnWidth = 12;
170
+ export declare const switchBtnHeight = 12;
171
+ export declare const secondarySwitchTrackBgd = "#242730";
172
+ export declare const secondarySwitchBtnBgd = "#3A414C";
173
+ export declare const checkboxWidth = 16;
174
+ export declare const checkboxHeight = 16;
175
+ export declare const checkboxMargin = 12;
176
+ export declare const checkboxBorderColor = "#D3D8E0";
177
+ export declare const checkboxBorderRadius = "2px";
178
+ export declare const checkboxBorderColorLT = "#D3D8E0";
179
+ export declare const checkboxBoxBgd = "white";
180
+ export declare const checkboxBoxBgdChecked = "#0F9668";
181
+ export declare const radioRadius = 8;
182
+ export declare const radioBorderRadius = 100;
183
+ export declare const radioBorderColor = "transparent";
184
+ export declare const radioButtonRadius = 4;
185
+ export declare const radioButtonBgdColor = "#D3D8E0";
186
+ export declare const sidePanelHeaderBg = "#29323C";
187
+ export declare const sidePanelHeaderBorder = "transparent";
188
+ export declare const layerConfigGroupMarginBottom = 12;
189
+ export declare const layerConfigGroupPaddingLeft = 18;
190
+ export declare const sidePanelInnerPadding = 16;
191
+ export declare const sidePanelBorder = 0;
192
+ export declare const sidePanelBorderColor = "transparent";
193
+ export declare const sidePanelBg = "#242730";
194
+ export declare const sidePanelScrollBarWidth = 10;
195
+ export declare const sidePanelScrollBarHeight = 10;
196
+ export declare const sideBarCloseBtnBgd = "#6A7485";
197
+ export declare const sideBarCloseBtnColor = "#29323C";
198
+ export declare const sideBarCloseBtnBgdHover = "#A0A7B4";
199
+ export declare const sidePanelTitleFontsize = "20px";
200
+ export declare const sidePanelTitleLineHeight = "1.71429";
201
+ export declare const panelBackground = "#29323C";
202
+ export declare const panelContentBackground = "#292E36";
203
+ export declare const panelBackgroundHover = "#3A4552";
204
+ export declare const panelHeaderBorderRadius = "0px";
205
+ export declare const chickletBgd = "#3A4552";
206
+ export declare const chickletBgdLT = "#D3D8E0";
207
+ export declare const panelHeaderIcon = "#6A7485";
208
+ export declare const panelHeaderIconActive = "#A0A7B4";
209
+ export declare const panelHeaderIconHover = "#F0F0F0";
210
+ export declare const panelHeaderHeight = 48;
211
+ export declare const layerPanelHeaderHeight = 48;
212
+ export declare const panelBoxShadow = "0 6px 12px 0 rgba(0,0,0,0.16)";
213
+ export declare const panelBorderRadius = "2px";
214
+ export declare const panelBackgroundLT = "#F8F8F9";
215
+ export declare const panelToggleMarginRight = 12;
216
+ export declare const panelToggleBottomPadding = 6;
217
+ export declare const panelBorderColor = "#3A414C";
218
+ export declare const panelBorder: string;
219
+ export declare const panelBorderLT: string;
220
+ export declare const mapPanelBackgroundColor = "#242730";
221
+ export declare const mapPanelHeaderBackgroundColor = "#29323C";
222
+ export declare const tooltipBg = "#3A414C";
223
+ export declare const tooltipColor = "#F0F0F0";
224
+ export declare const tooltipBoxShadow = "0 1px 2px 0 rgba(0,0,0,0.10)";
225
+ export declare const tooltipFontSize = "10px";
226
+ export declare const layerTypeIconSizeL = 50;
227
+ export declare const layerTypeIconPdL = 12;
228
+ export declare const layerTypeIconSizeSM = 28;
229
+ export declare const layerPanelToggleOptionColor = "#6A7485";
230
+ export declare const layerPanelToggleOptionColorActive = "#F0F0F0";
231
+ export declare const sidepanelDividerBorder = "1px";
232
+ export declare const sidepanelDividerMargin = 12;
233
+ export declare const sidepanelDividerHeight = 12;
234
+ export declare const bottomInnerPdSide = 32;
235
+ export declare const bottomInnerPdVert = 6;
236
+ export declare const bottomPanelGap = 20;
237
+ export declare const bottomPanelGapPalm = 20;
238
+ export declare const bottomWidgetPaddingTop = 20;
239
+ export declare const bottomWidgetPaddingRight = 20;
240
+ export declare const bottomWidgetPaddingBottom = 30;
241
+ export declare const bottomWidgetPaddingLeft = 20;
242
+ export declare const bottomWidgetBgd = "#29323C";
243
+ export declare const modalTitleColor = "#3A414C";
244
+ export declare const modalTitleFontSize = "24px";
245
+ export declare const modalTitleFontSizeSmaller = "18px";
246
+ export declare const modalFooterBgd = "#F8F8F9";
247
+ export declare const modalImagePlaceHolder = "#DDDFE3";
248
+ export declare const modalPadding = "10px 0";
249
+ export declare const modalLateralPadding = "72px";
250
+ export declare const modalPortableLateralPadding = "36px";
251
+ export declare const modalOverLayZ = 1001;
252
+ export declare const modalOverlayBgd = "rgba(0, 0, 0, 0.5)";
253
+ export declare const modalContentZ = 10002;
254
+ export declare const modalFooterZ = 10001;
255
+ export declare const modalTitleZ = 10003;
256
+ export declare const modalButtonZ = 10005;
257
+ export declare const modalDropdownBackground = "#FFFFFF";
258
+ export declare const modalDialogBgd = "#3A414C";
259
+ export declare const modalDialogColor = "#F0F0F0";
260
+ export declare const sliderBarColor = "#6A7485";
261
+ export declare const sliderBarBgd = "#3A414C";
262
+ export declare const sliderBarHoverColor = "#D3D8E0";
263
+ export declare const sliderBarRadius = "1px";
264
+ export declare const sliderBarHeight = 4;
265
+ export declare const sliderHandleHeight = 12;
266
+ export declare const sliderHandleWidth = 12;
267
+ export declare const sliderHandleColor = "#D3D8E0";
268
+ export declare const sliderHandleTextColor = "#D3D8E0";
269
+ export declare const sliderInactiveBorderColor = "#D3D8E0";
270
+ export declare const sliderBorderRadius = "0";
271
+ export declare const sliderHandleHoverColor = "#FFFFFF";
272
+ export declare const sliderHandleAfterContent = "";
273
+ export declare const sliderHandleShadow = "0 2px 4px 0 rgba(0,0,0,0.40)";
274
+ export declare const sliderInputHeight = 24;
275
+ export declare const sliderInputWidth = 56;
276
+ export declare const sliderInputFontSize = "10px";
277
+ export declare const sliderInputPadding = "4px 6px";
278
+ export declare const sliderMarginTopIsTime = -12;
279
+ export declare const sliderMarginTop = 12;
280
+ export declare const sliderMarginBottom = 12;
281
+ export declare const geocoderWidth = 360;
282
+ export declare const geocoderTop = 20;
283
+ export declare const geocoderRight = 12;
284
+ export declare const geocoderInputHeight = 36;
285
+ export declare const rangeBrushBgd = "#3A414C";
286
+ export declare const histogramFillInRange = "#1FBAD6";
287
+ export declare const histogramFillOutRange = "#6A7485";
288
+ export declare const axisFontSize = "10px";
289
+ export declare const axisFontColor = "#A0A7B4";
290
+ export declare const timeTitleFontSize = "10px";
291
+ export declare const rangePlotMargin: {
292
+ top: number;
293
+ bottom: number;
294
+ left: number;
295
+ right: number;
296
+ };
297
+ export declare const rangePlotMarginLarge: {
298
+ top: number;
299
+ bottom: number;
300
+ left: number;
301
+ right: number;
302
+ };
303
+ export declare const rangePlotH = 62;
304
+ export declare const rangePlotContainerH = 78;
305
+ export declare const rangePlotHLarge = 102;
306
+ export declare const rangePlotHLargePalm = 102;
307
+ export declare const rangePlotContainerHLarge = 120;
308
+ export declare const rangePlotContainerHLargePalm = 120;
309
+ export declare const notificationColors: {
310
+ info: string;
311
+ error: string;
312
+ success: string;
313
+ warning: string;
314
+ };
315
+ export declare const notificationPanelWidth = 240;
316
+ export declare const notificationPanelItemWidth: number;
317
+ export declare const notificationPanelItemHeight = 60;
318
+ export declare const actionPanelWidth = 110;
319
+ export declare const actionPanelHeight = 32;
320
+ export declare const fieldTokenRightMargin = 4;
321
+ export declare const textTruncate: {
322
+ maxWidth: string;
323
+ overflow: string;
324
+ textOverflow: string;
325
+ whiteSpace: string;
326
+ wordWrap: string;
327
+ };
328
+ export declare const layerConfigGroupLabelBorderLeft = "2px";
329
+ export declare const layerConfigGroupLabelMargin = "-12px";
330
+ export declare const layerConfigGroupLabelPadding = "10px";
331
+ export declare const layerConfigGroupColor = "transparent";
332
+ export declare const layerConfigGroupLabelLabelMargin = "0";
333
+ export declare const layerConfigGroupLabelLabelFontSize = "12px";
334
+ export declare const styledConfigGroupHeaderBorder = "2px";
335
+ export declare const layerConfiguratorBorder = "0";
336
+ export declare const layerConfiguratorBorderColor = "";
337
+ export declare const layerConfiguratorMargin = "12px";
338
+ export declare const layerConfiguratorPadding = "12px 0 8px 0";
339
+ export declare const breakPoints: {
340
+ palm: number;
341
+ desk: number;
342
+ };
343
+ export declare const modalScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
344
+ export declare const theme: {
345
+ input: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputProps, any>>;
346
+ inputLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputProps, any>>;
347
+ inlineInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
348
+ chickletedInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
349
+ chickletedInputLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
350
+ chickletedInputContainer: import("styled-components").FlattenSimpleInterpolation;
351
+ secondaryChickletedInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
352
+ borderColor: string;
353
+ borderColorLT: string;
354
+ secondaryInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SecondaryInputProps, any>>;
355
+ dropdownScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
356
+ dropdownScrollBarLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
357
+ dropdownList: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
358
+ dropdownListLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
359
+ dropdownListItem: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
360
+ dropdownListItemLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
361
+ dropdownListAnchor: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
362
+ dropdownListAnchorLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
363
+ dropdownListHeader: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
364
+ dropdownListSection: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
365
+ dropdownListShadow: string;
366
+ dropdownWrapperZ: number;
367
+ dropdownWapperMargin: number;
368
+ modalScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
369
+ scrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
370
+ sidePanelScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
371
+ inputSwitch: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
372
+ secondarySwitch: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
373
+ switchTrack: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
374
+ switchButton: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
375
+ inputCheckbox: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
376
+ inputRadio: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
377
+ checkboxBox: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
378
+ checkboxCheck: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
379
+ transition: string;
380
+ transitionFast: string;
381
+ transitionSlow: string;
382
+ activeColor: string;
383
+ activeColorHover: string;
384
+ borderRadius: string;
385
+ boxShadow: string;
386
+ errorColor: string;
387
+ dropdownListHighlightBg: string;
388
+ dropdownListHighlightBgLT: string;
389
+ dropdownListBgd: string;
390
+ toolbarItemBgdHover: string;
391
+ toolbarItemBorderHover: string;
392
+ toolbarItemIconHover: string;
393
+ toolbarItemBorderRaddius: string;
394
+ dropdownListBgdLT: string;
395
+ dropdownListBorderTop: string;
396
+ dropdownListBorderTopLT: string;
397
+ dropdownListLineHeight: number;
398
+ labelColor: string;
399
+ labelColorLT: string;
400
+ labelHoverColor: string;
401
+ mapPanelBackgroundColor: string;
402
+ mapPanelHeaderBackgroundColor: string;
403
+ selectActiveBorderColor: string;
404
+ selectBackground: string;
405
+ selectBackgroundLT: string;
406
+ selectBackgroundHover: string;
407
+ selectBackgroundHoverLT: string;
408
+ selectBorder: number;
409
+ selectBorderColor: string;
410
+ selectBorderRadius: string;
411
+ selectBorderColorLT: string;
412
+ selectColor: string;
413
+ selectColorPlaceHolder: string;
414
+ selectColorPlaceHolderLT: string;
415
+ selectFontSize: string;
416
+ selectFontWeight: string;
417
+ selectColorLT: string;
418
+ selectFontWeightBold: string;
419
+ panelTabColor: string;
420
+ inputBgd: string;
421
+ inputBgdHover: string;
422
+ inputBgdActive: string;
423
+ inputBgdActiveLT: string;
424
+ inputBoxHeight: string;
425
+ inputBoxHeightSmall: string;
426
+ inputBoxHeightTiny: string;
427
+ inputBorderColor: string;
428
+ inputBorderActiveColor: string;
429
+ inputBorderHoverColor: string;
430
+ inputBorderRadius: string;
431
+ inputColor: string;
432
+ inputPadding: string;
433
+ inputPaddingSmall: string;
434
+ inputPaddingTiny: string;
435
+ inputFontSize: string;
436
+ inputFontSizeSmall: string;
437
+ inputFontWeight: number;
438
+ inputPlaceholderColor: string;
439
+ inputPlaceholderColorLT: string;
440
+ inputPlaceholderFontWeight: number;
441
+ inputBoxShadow: string;
442
+ inputBoxShadowActive: string;
443
+ inputBoxShadowActiveLT: string;
444
+ secondaryInputBgd: string;
445
+ secondaryInputBgdHover: string;
446
+ secondaryInputBgdActive: string;
447
+ secondaryInputColor: string;
448
+ secondaryInputBorderColor: string;
449
+ secondaryInputBorderActiveColor: string;
450
+ dropdownSelectHeight: number;
451
+ switchWidth: number;
452
+ switchHeight: number;
453
+ switchTrackBgd: string;
454
+ switchTrackBgdActive: string;
455
+ switchTrackBorderRadius: string;
456
+ switchBtnBgd: string;
457
+ switchBtnBgdActive: string;
458
+ switchBtnBoxShadow: string;
459
+ switchBtnBorderRadius: string;
460
+ switchBtnWidth: number;
461
+ switchBtnHeight: number;
462
+ switchLabelMargin: number;
463
+ secondarySwitchTrackBgd: string;
464
+ secondarySwitchBtnBgd: string;
465
+ checkboxWidth: number;
466
+ checkboxHeight: number;
467
+ checkboxMargin: number;
468
+ checkboxBorderColor: string;
469
+ checkboxBorderRadius: string;
470
+ checkboxBorderColorLT: string;
471
+ checkboxBoxBgd: string;
472
+ checkboxBoxBgdChecked: string;
473
+ radioRadius: number;
474
+ radioBorderRadius: number;
475
+ radioBorderColor: string;
476
+ radioButtonRadius: number;
477
+ radioButtonBgdColor: string;
478
+ radioTrack: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
479
+ radioButton: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
480
+ secondaryRadio: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
481
+ btnFontFamily: string;
482
+ primaryBtnBgd: string;
483
+ primaryBtnActBgd: string;
484
+ primaryBtnColor: string;
485
+ primaryBtnActColor: string;
486
+ primaryBtnBgdHover: string;
487
+ primaryBtnRadius: string;
488
+ primaryBtnFontSizeDefault: string;
489
+ primaryBtnFontSizeSmall: string;
490
+ primaryBtnFontSizeLarge: string;
491
+ primaryBtnBorder: string;
492
+ secondaryBtnBgd: string;
493
+ secondaryBtnActBgd: string;
494
+ secondaryBtnBgdHover: string;
495
+ secondaryBtnColor: string;
496
+ secondaryBtnActColor: string;
497
+ secondaryBtnBorder: string;
498
+ negativeBtnBgd: string;
499
+ negativeBtnActBgd: string;
500
+ negativeBtnBgdHover: string;
501
+ negativeBtnBorder: string;
502
+ negativeBtnColor: string;
503
+ negativeBtnActColor: string;
504
+ linkBtnBgd: string;
505
+ linkBtnActBgd: string;
506
+ linkBtnColor: string;
507
+ linkBtnActColor: string;
508
+ linkBtnActBgdHover: string;
509
+ linkBtnBorder: string;
510
+ floatingBtnBgd: string;
511
+ floatingBtnActBgd: string;
512
+ floatingBtnBgdHover: string;
513
+ floatingBtnBorder: string;
514
+ floatingBtnBorderHover: string;
515
+ floatingBtnColor: string;
516
+ floatingBtnActColor: string;
517
+ ctaBtnBgd: string;
518
+ ctaBtnBgdHover: string;
519
+ ctaBtnActBgd: string;
520
+ ctaBtnColor: string;
521
+ ctaBtnActColor: string;
522
+ selectionBtnBgd: string;
523
+ selectionBtnActBgd: string;
524
+ selectionBtnColor: string;
525
+ selectionBtnActColor: string;
526
+ selectionBtnBgdHover: string;
527
+ selectionBtnBorder: string;
528
+ selectionBtnBorderColor: string;
529
+ selectionBtnBorderActColor: string;
530
+ modalTitleColor: string;
531
+ modalTitleFontSize: string;
532
+ modalTitleFontSizeSmaller: string;
533
+ modalFooterBgd: string;
534
+ modalImagePlaceHolder: string;
535
+ modalPadding: string;
536
+ modalDialogBgd: string;
537
+ modalDialogColor: string;
538
+ modalLateralPadding: string;
539
+ modalPortableLateralPadding: string;
540
+ modalOverLayZ: number;
541
+ modalOverlayBgd: string;
542
+ modalContentZ: number;
543
+ modalFooterZ: number;
544
+ modalTitleZ: number;
545
+ modalButtonZ: number;
546
+ modalDropdownBackground: string;
547
+ sidePanelBg: string;
548
+ sidePanelInnerPadding: number;
549
+ sideBarCloseBtnBgd: string;
550
+ sideBarCloseBtnColor: string;
551
+ sideBarCloseBtnBgdHover: string;
552
+ sidePanelHeaderBg: string;
553
+ sidePanelHeaderBorder: string;
554
+ sidePanelScrollBarWidth: number;
555
+ sidePanelScrollBarHeight: number;
556
+ sidePanelTitleFontsize: string;
557
+ sidePanelTitleLineHeight: string;
558
+ panelHeaderBorderRadius: string;
559
+ sidePanelBorder: number;
560
+ sidePanelBorderColor: string;
561
+ layerConfigGroupLabelLabelFontSize: string;
562
+ layerConfigGroupMarginBottom: number;
563
+ layerConfigGroupPaddingLeft: number;
564
+ chickletBgd: string;
565
+ chickletBgdLT: string;
566
+ panelBackground: string;
567
+ panelContentBackground: string;
568
+ panelBackgroundHover: string;
569
+ panelBackgroundLT: string;
570
+ panelToggleMarginRight: number;
571
+ panelToggleBottomPadding: number;
572
+ panelBoxShadow: string;
573
+ panelBorderRadius: string;
574
+ panelBorder: string;
575
+ panelBorderColor: string;
576
+ panelBorderLT: string;
577
+ panelHeaderIcon: string;
578
+ panelHeaderIconActive: string;
579
+ panelHeaderIconHover: string;
580
+ panelHeaderHeight: number;
581
+ layerPanelHeaderHeight: number;
582
+ panelDropdownScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
583
+ layerTypeIconSizeL: number;
584
+ layerTypeIconPdL: number;
585
+ layerTypeIconSizeSM: number;
586
+ layerPanelToggleOptionColor: string;
587
+ layerPanelToggleOptionColorActive: string;
588
+ fontFamily: string;
589
+ fontWeight: number;
590
+ fontSize: string;
591
+ lineHeight: number;
592
+ textColor: string;
593
+ textColorLT: string;
594
+ dataTableTextColor: string;
595
+ textColorHl: string;
596
+ titleTextColor: string;
597
+ subtextColor: string;
598
+ subtextColorLT: string;
599
+ subtextColorActive: string;
600
+ panelToggleBorderColor: string;
601
+ panelTabWidth: string;
602
+ textTruncate: {
603
+ maxWidth: string;
604
+ overflow: string;
605
+ textOverflow: string;
606
+ whiteSpace: string;
607
+ wordWrap: string;
608
+ };
609
+ titleColorLT: string;
610
+ tooltipBg: string;
611
+ tooltipColor: string;
612
+ tooltipBoxShadow: string;
613
+ tooltipFontSize: string;
614
+ logoColor: string;
615
+ sidepanelDividerBorder: string;
616
+ sidepanelDividerMargin: number;
617
+ sidepanelDividerHeight: number;
618
+ bottomInnerPdSide: number;
619
+ bottomInnerPdVert: number;
620
+ bottomPanelGap: number;
621
+ bottomPanelGapPalm: number;
622
+ bottomWidgetPaddingTop: number;
623
+ bottomWidgetPaddingRight: number;
624
+ bottomWidgetPaddingBottom: number;
625
+ bottomWidgetPaddingLeft: number;
626
+ bottomWidgetBgd: string;
627
+ sliderBarColor: string;
628
+ sliderBarBgd: string;
629
+ sliderBarHoverColor: string;
630
+ sliderBarRadius: string;
631
+ sliderBarHeight: number;
632
+ sliderHandleHeight: number;
633
+ sliderHandleWidth: number;
634
+ sliderHandleColor: string;
635
+ sliderHandleTextColor: string;
636
+ sliderInactiveBorderColor: string;
637
+ sliderBorderRadius: string;
638
+ sliderHandleHoverColor: string;
639
+ sliderHandleAfterContent: string;
640
+ sliderHandleShadow: string;
641
+ sliderInputHeight: number;
642
+ sliderInputWidth: number;
643
+ sliderMarginTopIsTime: number;
644
+ sliderMarginTop: number;
645
+ sliderMarginBottom: number;
646
+ geocoderWidth: number;
647
+ geocoderTop: number;
648
+ geocoderRight: number;
649
+ geocoderInputHeight: number;
650
+ rangeBrushBgd: string;
651
+ histogramFillInRange: string;
652
+ histogramFillOutRange: string;
653
+ axisFontSize: string;
654
+ axisFontColor: string;
655
+ timeTitleFontSize: string;
656
+ rangePlotMargin: {
657
+ top: number;
658
+ bottom: number;
659
+ left: number;
660
+ right: number;
661
+ };
662
+ rangePlotMarginLarge: {
663
+ top: number;
664
+ bottom: number;
665
+ left: number;
666
+ right: number;
667
+ };
668
+ rangePlotH: number;
669
+ rangePlotHLarge: number;
670
+ rangePlotHLargePalm: number;
671
+ rangePlotContainerH: number;
672
+ rangePlotContainerHLarge: number;
673
+ rangePlotContainerHLargePalm: number;
674
+ notificationColors: {
675
+ info: string;
676
+ error: string;
677
+ success: string;
678
+ warning: string;
679
+ };
680
+ notificationPanelWidth: number;
681
+ notificationPanelItemWidth: number;
682
+ notificationPanelItemHeight: number;
683
+ headerRowHeight: number;
684
+ rowHeight: number;
685
+ headerPaddingTop: number;
686
+ headerPaddingBottom: number;
687
+ cellPaddingSide: number;
688
+ edgeCellPaddingSide: number;
689
+ cellFontSize: number;
690
+ gridPaddingSide: number;
691
+ optionButtonColor: string;
692
+ headerCellBackground: string;
693
+ headerCellBorderColor: string;
694
+ headerCellIconColor: string;
695
+ cellBorderColor: string;
696
+ evenRowBackground: string;
697
+ oddRowBackground: string;
698
+ pinnedGridBorderColor: string;
699
+ timeDisplayBorderRadius: number;
700
+ timeDisplayHeight: number;
701
+ timeDisplayMinWidth: number;
702
+ timeDisplayOpacity: number;
703
+ timeDisplayPadding: string;
704
+ exportIntraSectionMargin: string;
705
+ actionPanelWidth: number;
706
+ actionPanelHeight: number;
707
+ breakPoints: {
708
+ palm: number;
709
+ desk: number;
710
+ };
711
+ progressBarColor: string;
712
+ progressBarTrackColor: string;
713
+ layerConfigGroupLabelBorderLeft: string;
714
+ layerConfigGroupLabelMargin: string;
715
+ layerConfigGroupLabelPadding: string;
716
+ layerConfigGroupColor: string;
717
+ layerConfigGroupLabelLabelMargin: string;
718
+ styledConfigGroupHeaderBorder: string;
719
+ layerConfiguratorBorder: string;
720
+ layerConfiguratorBorderColor: string;
721
+ layerConfiguratorMargin: string;
722
+ layerConfiguratorPadding: string;
723
+ fieldTokenRightMargin: number;
724
+ sidePanel: {
725
+ width: number;
726
+ margin: {
727
+ top: number;
728
+ left: number;
729
+ bottom: number;
730
+ right: number;
731
+ };
732
+ headerHeight: number;
733
+ };
734
+ mapControl: {
735
+ width: number;
736
+ padding: number;
737
+ mapLegend: {
738
+ pinned: {
739
+ bottom: number;
740
+ right: number;
741
+ };
742
+ };
743
+ };
744
+ };
745
+ export declare const themeLT: {
746
+ activeColor: string;
747
+ input: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputProps, any>>;
748
+ textColor: string;
749
+ sidePanelBg: string;
750
+ selectColor: string;
751
+ titleTextColor: string;
752
+ sidePanelHeaderBg: string;
753
+ subtextColorActive: string;
754
+ tooltipBg: string;
755
+ tooltipColor: string;
756
+ dropdownListBgd: string;
757
+ toolbarItemBgdHover: string;
758
+ textColorHl: string;
759
+ inputBgd: string;
760
+ inputBgdHover: string;
761
+ inputBgdActive: string;
762
+ inputBgdActiveLT: string;
763
+ dropdownListHighlightBg: string;
764
+ toolbarItemIconHover: string;
765
+ panelBackground: string;
766
+ panelContentBackground: string;
767
+ bottomWidgetBgd: string;
768
+ panelBackgroundHover: string;
769
+ panelBorderColor: string;
770
+ panelHeaderIconActive: string;
771
+ panelHeaderIconHover: string;
772
+ sideBarCloseBtnBgd: string;
773
+ sideBarCloseBtnColor: string;
774
+ sideBarCloseBtnBgdHover: string;
775
+ secondaryInputBgd: string;
776
+ secondaryInputBgdActive: string;
777
+ secondaryInputBgdHover: string;
778
+ secondaryInputBorderActiveColor: string;
779
+ secondaryInputBorderColor: string;
780
+ secondaryInputColor: string;
781
+ chickletBgd: string;
782
+ mapPanelBackgroundColor: string;
783
+ mapPanelHeaderBackgroundColor: string;
784
+ sliderBarColor: string;
785
+ sliderBarBgd: string;
786
+ sliderHandleColor: string;
787
+ sliderInactiveBorderColor: string;
788
+ sliderHandleTextColor: string;
789
+ sliderHandleHoverColor: string;
790
+ subtextColor: string;
791
+ switchBtnBgd: string;
792
+ secondarySwitchBtnBgd: string;
793
+ secondarySwitchTrackBgd: string;
794
+ switchBtnBgdActive: string;
795
+ switchTrackBgd: string;
796
+ switchTrackBgdActive: string;
797
+ primaryBtnBgd: string;
798
+ primaryBtnActBgd: string;
799
+ primaryBtnBgdHover: string;
800
+ secondaryBtnBgd: string;
801
+ secondaryBtnActBgd: string;
802
+ secondaryBtnBgdHover: string;
803
+ floatingBtnBgd: string;
804
+ floatingBtnActBgd: string;
805
+ floatingBtnBgdHover: string;
806
+ floatingBtnColor: string;
807
+ floatingBtnActColor: string;
808
+ linkBtnActColor: string;
809
+ rangeBrushBgd: string;
810
+ histogramFillInRange: string;
811
+ histogramFillOutRange: string;
812
+ axisFontColor: string;
813
+ inputLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputProps, any>>;
814
+ inlineInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
815
+ chickletedInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
816
+ chickletedInputLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
817
+ chickletedInputContainer: import("styled-components").FlattenSimpleInterpolation;
818
+ secondaryChickletedInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
819
+ borderColor: string;
820
+ borderColorLT: string;
821
+ secondaryInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SecondaryInputProps, any>>;
822
+ dropdownScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
823
+ dropdownScrollBarLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
824
+ dropdownList: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
825
+ dropdownListLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
826
+ dropdownListItem: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
827
+ dropdownListItemLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
828
+ dropdownListAnchor: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
829
+ dropdownListAnchorLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
830
+ dropdownListHeader: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
831
+ dropdownListSection: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
832
+ dropdownListShadow: string;
833
+ dropdownWrapperZ: number;
834
+ dropdownWapperMargin: number;
835
+ modalScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
836
+ scrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
837
+ sidePanelScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
838
+ inputSwitch: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
839
+ secondarySwitch: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
840
+ switchTrack: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
841
+ switchButton: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
842
+ inputCheckbox: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
843
+ inputRadio: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
844
+ checkboxBox: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
845
+ checkboxCheck: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
846
+ transition: string;
847
+ transitionFast: string;
848
+ transitionSlow: string;
849
+ activeColorHover: string;
850
+ borderRadius: string;
851
+ boxShadow: string;
852
+ errorColor: string;
853
+ dropdownListHighlightBgLT: string;
854
+ toolbarItemBorderHover: string;
855
+ toolbarItemBorderRaddius: string;
856
+ dropdownListBgdLT: string;
857
+ dropdownListBorderTop: string;
858
+ dropdownListBorderTopLT: string;
859
+ dropdownListLineHeight: number;
860
+ labelColor: string;
861
+ labelColorLT: string;
862
+ labelHoverColor: string;
863
+ selectActiveBorderColor: string;
864
+ selectBackground: string;
865
+ selectBackgroundLT: string;
866
+ selectBackgroundHover: string;
867
+ selectBackgroundHoverLT: string;
868
+ selectBorder: number;
869
+ selectBorderColor: string;
870
+ selectBorderRadius: string;
871
+ selectBorderColorLT: string;
872
+ selectColorPlaceHolder: string;
873
+ selectColorPlaceHolderLT: string;
874
+ selectFontSize: string;
875
+ selectFontWeight: string;
876
+ selectColorLT: string;
877
+ selectFontWeightBold: string;
878
+ panelTabColor: string;
879
+ inputBoxHeight: string;
880
+ inputBoxHeightSmall: string;
881
+ inputBoxHeightTiny: string;
882
+ inputBorderColor: string;
883
+ inputBorderActiveColor: string;
884
+ inputBorderHoverColor: string;
885
+ inputBorderRadius: string;
886
+ inputColor: string;
887
+ inputPadding: string;
888
+ inputPaddingSmall: string;
889
+ inputPaddingTiny: string;
890
+ inputFontSize: string;
891
+ inputFontSizeSmall: string;
892
+ inputFontWeight: number;
893
+ inputPlaceholderColor: string;
894
+ inputPlaceholderColorLT: string;
895
+ inputPlaceholderFontWeight: number;
896
+ inputBoxShadow: string;
897
+ inputBoxShadowActive: string;
898
+ inputBoxShadowActiveLT: string;
899
+ dropdownSelectHeight: number;
900
+ switchWidth: number;
901
+ switchHeight: number;
902
+ switchTrackBorderRadius: string;
903
+ switchBtnBoxShadow: string;
904
+ switchBtnBorderRadius: string;
905
+ switchBtnWidth: number;
906
+ switchBtnHeight: number;
907
+ switchLabelMargin: number;
908
+ checkboxWidth: number;
909
+ checkboxHeight: number;
910
+ checkboxMargin: number;
911
+ checkboxBorderColor: string;
912
+ checkboxBorderRadius: string;
913
+ checkboxBorderColorLT: string;
914
+ checkboxBoxBgd: string;
915
+ checkboxBoxBgdChecked: string;
916
+ radioRadius: number;
917
+ radioBorderRadius: number;
918
+ radioBorderColor: string;
919
+ radioButtonRadius: number;
920
+ radioButtonBgdColor: string;
921
+ radioTrack: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
922
+ radioButton: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
923
+ secondaryRadio: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
924
+ btnFontFamily: string;
925
+ primaryBtnColor: string;
926
+ primaryBtnActColor: string;
927
+ primaryBtnRadius: string;
928
+ primaryBtnFontSizeDefault: string;
929
+ primaryBtnFontSizeSmall: string;
930
+ primaryBtnFontSizeLarge: string;
931
+ primaryBtnBorder: string;
932
+ secondaryBtnColor: string;
933
+ secondaryBtnActColor: string;
934
+ secondaryBtnBorder: string;
935
+ negativeBtnBgd: string;
936
+ negativeBtnActBgd: string;
937
+ negativeBtnBgdHover: string;
938
+ negativeBtnBorder: string;
939
+ negativeBtnColor: string;
940
+ negativeBtnActColor: string;
941
+ linkBtnBgd: string;
942
+ linkBtnActBgd: string;
943
+ linkBtnColor: string;
944
+ linkBtnActBgdHover: string;
945
+ linkBtnBorder: string;
946
+ floatingBtnBorder: string;
947
+ floatingBtnBorderHover: string;
948
+ ctaBtnBgd: string;
949
+ ctaBtnBgdHover: string;
950
+ ctaBtnActBgd: string;
951
+ ctaBtnColor: string;
952
+ ctaBtnActColor: string;
953
+ selectionBtnBgd: string;
954
+ selectionBtnActBgd: string;
955
+ selectionBtnColor: string;
956
+ selectionBtnActColor: string;
957
+ selectionBtnBgdHover: string;
958
+ selectionBtnBorder: string;
959
+ selectionBtnBorderColor: string;
960
+ selectionBtnBorderActColor: string;
961
+ modalTitleColor: string;
962
+ modalTitleFontSize: string;
963
+ modalTitleFontSizeSmaller: string;
964
+ modalFooterBgd: string;
965
+ modalImagePlaceHolder: string;
966
+ modalPadding: string;
967
+ modalDialogBgd: string;
968
+ modalDialogColor: string;
969
+ modalLateralPadding: string;
970
+ modalPortableLateralPadding: string;
971
+ modalOverLayZ: number;
972
+ modalOverlayBgd: string;
973
+ modalContentZ: number;
974
+ modalFooterZ: number;
975
+ modalTitleZ: number;
976
+ modalButtonZ: number;
977
+ modalDropdownBackground: string;
978
+ sidePanelInnerPadding: number;
979
+ sidePanelHeaderBorder: string;
980
+ sidePanelScrollBarWidth: number;
981
+ sidePanelScrollBarHeight: number;
982
+ sidePanelTitleFontsize: string;
983
+ sidePanelTitleLineHeight: string;
984
+ panelHeaderBorderRadius: string;
985
+ sidePanelBorder: number;
986
+ sidePanelBorderColor: string;
987
+ layerConfigGroupLabelLabelFontSize: string;
988
+ layerConfigGroupMarginBottom: number;
989
+ layerConfigGroupPaddingLeft: number;
990
+ chickletBgdLT: string;
991
+ panelBackgroundLT: string;
992
+ panelToggleMarginRight: number;
993
+ panelToggleBottomPadding: number;
994
+ panelBoxShadow: string;
995
+ panelBorderRadius: string;
996
+ panelBorder: string;
997
+ panelBorderLT: string;
998
+ panelHeaderIcon: string;
999
+ panelHeaderHeight: number;
1000
+ layerPanelHeaderHeight: number;
1001
+ panelDropdownScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1002
+ layerTypeIconSizeL: number;
1003
+ layerTypeIconPdL: number;
1004
+ layerTypeIconSizeSM: number;
1005
+ layerPanelToggleOptionColor: string;
1006
+ layerPanelToggleOptionColorActive: string;
1007
+ fontFamily: string;
1008
+ fontWeight: number;
1009
+ fontSize: string;
1010
+ lineHeight: number;
1011
+ textColorLT: string;
1012
+ dataTableTextColor: string;
1013
+ subtextColorLT: string;
1014
+ panelToggleBorderColor: string;
1015
+ panelTabWidth: string;
1016
+ textTruncate: {
1017
+ maxWidth: string;
1018
+ overflow: string;
1019
+ textOverflow: string;
1020
+ whiteSpace: string;
1021
+ wordWrap: string;
1022
+ };
1023
+ titleColorLT: string;
1024
+ tooltipBoxShadow: string;
1025
+ tooltipFontSize: string;
1026
+ logoColor: string;
1027
+ sidepanelDividerBorder: string;
1028
+ sidepanelDividerMargin: number;
1029
+ sidepanelDividerHeight: number;
1030
+ bottomInnerPdSide: number;
1031
+ bottomInnerPdVert: number;
1032
+ bottomPanelGap: number;
1033
+ bottomPanelGapPalm: number;
1034
+ bottomWidgetPaddingTop: number;
1035
+ bottomWidgetPaddingRight: number;
1036
+ bottomWidgetPaddingBottom: number;
1037
+ bottomWidgetPaddingLeft: number;
1038
+ sliderBarHoverColor: string;
1039
+ sliderBarRadius: string;
1040
+ sliderBarHeight: number;
1041
+ sliderHandleHeight: number;
1042
+ sliderHandleWidth: number;
1043
+ sliderBorderRadius: string;
1044
+ sliderHandleAfterContent: string;
1045
+ sliderHandleShadow: string;
1046
+ sliderInputHeight: number;
1047
+ sliderInputWidth: number;
1048
+ sliderMarginTopIsTime: number;
1049
+ sliderMarginTop: number;
1050
+ sliderMarginBottom: number;
1051
+ geocoderWidth: number;
1052
+ geocoderTop: number;
1053
+ geocoderRight: number;
1054
+ geocoderInputHeight: number;
1055
+ axisFontSize: string;
1056
+ timeTitleFontSize: string;
1057
+ rangePlotMargin: {
1058
+ top: number;
1059
+ bottom: number;
1060
+ left: number;
1061
+ right: number;
1062
+ };
1063
+ rangePlotMarginLarge: {
1064
+ top: number;
1065
+ bottom: number;
1066
+ left: number;
1067
+ right: number;
1068
+ };
1069
+ rangePlotH: number;
1070
+ rangePlotHLarge: number;
1071
+ rangePlotHLargePalm: number;
1072
+ rangePlotContainerH: number;
1073
+ rangePlotContainerHLarge: number;
1074
+ rangePlotContainerHLargePalm: number;
1075
+ notificationColors: {
1076
+ info: string;
1077
+ error: string;
1078
+ success: string;
1079
+ warning: string;
1080
+ };
1081
+ notificationPanelWidth: number;
1082
+ notificationPanelItemWidth: number;
1083
+ notificationPanelItemHeight: number;
1084
+ headerRowHeight: number;
1085
+ rowHeight: number;
1086
+ headerPaddingTop: number;
1087
+ headerPaddingBottom: number;
1088
+ cellPaddingSide: number;
1089
+ edgeCellPaddingSide: number;
1090
+ cellFontSize: number;
1091
+ gridPaddingSide: number;
1092
+ optionButtonColor: string;
1093
+ headerCellBackground: string;
1094
+ headerCellBorderColor: string;
1095
+ headerCellIconColor: string;
1096
+ cellBorderColor: string;
1097
+ evenRowBackground: string;
1098
+ oddRowBackground: string;
1099
+ pinnedGridBorderColor: string;
1100
+ timeDisplayBorderRadius: number;
1101
+ timeDisplayHeight: number;
1102
+ timeDisplayMinWidth: number;
1103
+ timeDisplayOpacity: number;
1104
+ timeDisplayPadding: string;
1105
+ exportIntraSectionMargin: string;
1106
+ actionPanelWidth: number;
1107
+ actionPanelHeight: number;
1108
+ breakPoints: {
1109
+ palm: number;
1110
+ desk: number;
1111
+ };
1112
+ progressBarColor: string;
1113
+ progressBarTrackColor: string;
1114
+ layerConfigGroupLabelBorderLeft: string;
1115
+ layerConfigGroupLabelMargin: string;
1116
+ layerConfigGroupLabelPadding: string;
1117
+ layerConfigGroupColor: string;
1118
+ layerConfigGroupLabelLabelMargin: string;
1119
+ styledConfigGroupHeaderBorder: string;
1120
+ layerConfiguratorBorder: string;
1121
+ layerConfiguratorBorderColor: string;
1122
+ layerConfiguratorMargin: string;
1123
+ layerConfiguratorPadding: string;
1124
+ fieldTokenRightMargin: number;
1125
+ sidePanel: {
1126
+ width: number;
1127
+ margin: {
1128
+ top: number;
1129
+ left: number;
1130
+ bottom: number;
1131
+ right: number;
1132
+ };
1133
+ headerHeight: number;
1134
+ };
1135
+ mapControl: {
1136
+ width: number;
1137
+ padding: number;
1138
+ mapLegend: {
1139
+ pinned: {
1140
+ bottom: number;
1141
+ right: number;
1142
+ };
1143
+ };
1144
+ };
1145
+ };
1146
+ export declare const themeBS: {
1147
+ activeColor: string;
1148
+ dropdownListBgd: string;
1149
+ toolbarItemBgdHover: string;
1150
+ dropdownListBorderTop: string;
1151
+ dropdownListHighlightBg: string;
1152
+ toolbarItemIconHover: string;
1153
+ inputBgd: string;
1154
+ inputBgdActive: string;
1155
+ inputBgdHover: string;
1156
+ inputBorderActiveColor: string;
1157
+ inputColor: string;
1158
+ chickletBgd: string;
1159
+ panelBackground: string;
1160
+ panelBackgroundHover: string;
1161
+ panelContentBackground: string;
1162
+ bottomWidgetBgd: string;
1163
+ panelHeaderIconActive: string;
1164
+ panelHeaderIconHover: string;
1165
+ panelBorderColor: string;
1166
+ primaryBtnBgd: string;
1167
+ primaryBtnBgdHover: string;
1168
+ primaryBtnColor: string;
1169
+ secondaryBtnActBgd: string;
1170
+ secondaryBtnActColor: string;
1171
+ secondaryBtnBgd: string;
1172
+ secondaryBtnBgdHover: string;
1173
+ ctnBtnBgd: string;
1174
+ ctnBtnBgdHover: string;
1175
+ ctnBtnColor: string;
1176
+ ctnBtnActColor: string;
1177
+ sideBarCloseBtnBgd: string;
1178
+ sideBarCloseBtnColor: string;
1179
+ sideBarCloseBtnBgdHover: string;
1180
+ floatingBtnBgd: string;
1181
+ floatingBtnActBgd: string;
1182
+ floatingBtnBgdHover: string;
1183
+ floatingBtnColor: string;
1184
+ floatingBtnActColor: string;
1185
+ secondaryBtnColor: string;
1186
+ secondaryInputBgd: string;
1187
+ secondaryInputBgdActive: string;
1188
+ secondaryInputBgdHover: string;
1189
+ secondaryInputBorderActiveColor: string;
1190
+ secondaryInputBorderColor: string;
1191
+ secondaryInputColor: string;
1192
+ sidePanelBg: string;
1193
+ sidePanelHeaderBg: string;
1194
+ subtextColor: string;
1195
+ panelTabColor: string;
1196
+ subtextColorActive: string;
1197
+ textColor: string;
1198
+ textColorHl: string;
1199
+ mapPanelBackgroundColor: string;
1200
+ mapPanelHeaderBackgroundColor: string;
1201
+ titleTextColor: string;
1202
+ switchBtnBgdActive: string;
1203
+ switchBtnBgd: string;
1204
+ switchTrackBgdActive: string;
1205
+ secondarySwitchTrackBgd: string;
1206
+ switchTrackBgd: string;
1207
+ secondarySwitchBtnBgd: string;
1208
+ histogramFillInRange: string;
1209
+ histogramFillOutRange: string;
1210
+ rangeBrushBgd: string;
1211
+ sliderBarBgd: string;
1212
+ sliderHandleColor: string;
1213
+ sliderInactiveBorderColor: string;
1214
+ sliderHandleTextColor: string;
1215
+ sliderBarColor: string;
1216
+ input: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputProps, any>>;
1217
+ inputLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputProps, any>>;
1218
+ inlineInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1219
+ chickletedInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1220
+ chickletedInputLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1221
+ chickletedInputContainer: import("styled-components").FlattenSimpleInterpolation;
1222
+ secondaryChickletedInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1223
+ borderColor: string;
1224
+ borderColorLT: string;
1225
+ secondaryInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SecondaryInputProps, any>>;
1226
+ dropdownScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1227
+ dropdownScrollBarLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1228
+ dropdownList: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1229
+ dropdownListLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1230
+ dropdownListItem: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1231
+ dropdownListItemLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1232
+ dropdownListAnchor: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1233
+ dropdownListAnchorLT: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1234
+ dropdownListHeader: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1235
+ dropdownListSection: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1236
+ dropdownListShadow: string;
1237
+ dropdownWrapperZ: number;
1238
+ dropdownWapperMargin: number;
1239
+ modalScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1240
+ scrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1241
+ sidePanelScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1242
+ inputSwitch: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1243
+ secondarySwitch: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
1244
+ switchTrack: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
1245
+ switchButton: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
1246
+ inputCheckbox: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1247
+ inputRadio: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1248
+ checkboxBox: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
1249
+ checkboxCheck: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
1250
+ transition: string;
1251
+ transitionFast: string;
1252
+ transitionSlow: string;
1253
+ activeColorHover: string;
1254
+ borderRadius: string;
1255
+ boxShadow: string;
1256
+ errorColor: string;
1257
+ dropdownListHighlightBgLT: string;
1258
+ toolbarItemBorderHover: string;
1259
+ toolbarItemBorderRaddius: string;
1260
+ dropdownListBgdLT: string;
1261
+ dropdownListBorderTopLT: string;
1262
+ dropdownListLineHeight: number;
1263
+ labelColor: string;
1264
+ labelColorLT: string;
1265
+ labelHoverColor: string;
1266
+ selectActiveBorderColor: string;
1267
+ selectBackground: string;
1268
+ selectBackgroundLT: string;
1269
+ selectBackgroundHover: string;
1270
+ selectBackgroundHoverLT: string;
1271
+ selectBorder: number;
1272
+ selectBorderColor: string;
1273
+ selectBorderRadius: string;
1274
+ selectBorderColorLT: string;
1275
+ selectColor: string;
1276
+ selectColorPlaceHolder: string;
1277
+ selectColorPlaceHolderLT: string;
1278
+ selectFontSize: string;
1279
+ selectFontWeight: string;
1280
+ selectColorLT: string;
1281
+ selectFontWeightBold: string;
1282
+ inputBgdActiveLT: string;
1283
+ inputBoxHeight: string;
1284
+ inputBoxHeightSmall: string;
1285
+ inputBoxHeightTiny: string;
1286
+ inputBorderColor: string;
1287
+ inputBorderHoverColor: string;
1288
+ inputBorderRadius: string;
1289
+ inputPadding: string;
1290
+ inputPaddingSmall: string;
1291
+ inputPaddingTiny: string;
1292
+ inputFontSize: string;
1293
+ inputFontSizeSmall: string;
1294
+ inputFontWeight: number;
1295
+ inputPlaceholderColor: string;
1296
+ inputPlaceholderColorLT: string;
1297
+ inputPlaceholderFontWeight: number;
1298
+ inputBoxShadow: string;
1299
+ inputBoxShadowActive: string;
1300
+ inputBoxShadowActiveLT: string;
1301
+ dropdownSelectHeight: number;
1302
+ switchWidth: number;
1303
+ switchHeight: number;
1304
+ switchTrackBorderRadius: string;
1305
+ switchBtnBoxShadow: string;
1306
+ switchBtnBorderRadius: string;
1307
+ switchBtnWidth: number;
1308
+ switchBtnHeight: number;
1309
+ switchLabelMargin: number;
1310
+ checkboxWidth: number;
1311
+ checkboxHeight: number;
1312
+ checkboxMargin: number;
1313
+ checkboxBorderColor: string;
1314
+ checkboxBorderRadius: string;
1315
+ checkboxBorderColorLT: string;
1316
+ checkboxBoxBgd: string;
1317
+ checkboxBoxBgdChecked: string;
1318
+ radioRadius: number;
1319
+ radioBorderRadius: number;
1320
+ radioBorderColor: string;
1321
+ radioButtonRadius: number;
1322
+ radioButtonBgdColor: string;
1323
+ radioTrack: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1324
+ radioButton: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1325
+ secondaryRadio: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SwitchableProps, any>>;
1326
+ btnFontFamily: string;
1327
+ primaryBtnActBgd: string;
1328
+ primaryBtnActColor: string;
1329
+ primaryBtnRadius: string;
1330
+ primaryBtnFontSizeDefault: string;
1331
+ primaryBtnFontSizeSmall: string;
1332
+ primaryBtnFontSizeLarge: string;
1333
+ primaryBtnBorder: string;
1334
+ secondaryBtnBorder: string;
1335
+ negativeBtnBgd: string;
1336
+ negativeBtnActBgd: string;
1337
+ negativeBtnBgdHover: string;
1338
+ negativeBtnBorder: string;
1339
+ negativeBtnColor: string;
1340
+ negativeBtnActColor: string;
1341
+ linkBtnBgd: string;
1342
+ linkBtnActBgd: string;
1343
+ linkBtnColor: string;
1344
+ linkBtnActColor: string;
1345
+ linkBtnActBgdHover: string;
1346
+ linkBtnBorder: string;
1347
+ floatingBtnBorder: string;
1348
+ floatingBtnBorderHover: string;
1349
+ ctaBtnBgd: string;
1350
+ ctaBtnBgdHover: string;
1351
+ ctaBtnActBgd: string;
1352
+ ctaBtnColor: string;
1353
+ ctaBtnActColor: string;
1354
+ selectionBtnBgd: string;
1355
+ selectionBtnActBgd: string;
1356
+ selectionBtnColor: string;
1357
+ selectionBtnActColor: string;
1358
+ selectionBtnBgdHover: string;
1359
+ selectionBtnBorder: string;
1360
+ selectionBtnBorderColor: string;
1361
+ selectionBtnBorderActColor: string;
1362
+ modalTitleColor: string;
1363
+ modalTitleFontSize: string;
1364
+ modalTitleFontSizeSmaller: string;
1365
+ modalFooterBgd: string;
1366
+ modalImagePlaceHolder: string;
1367
+ modalPadding: string;
1368
+ modalDialogBgd: string;
1369
+ modalDialogColor: string;
1370
+ modalLateralPadding: string;
1371
+ modalPortableLateralPadding: string;
1372
+ modalOverLayZ: number;
1373
+ modalOverlayBgd: string;
1374
+ modalContentZ: number;
1375
+ modalFooterZ: number;
1376
+ modalTitleZ: number;
1377
+ modalButtonZ: number;
1378
+ modalDropdownBackground: string;
1379
+ sidePanelInnerPadding: number;
1380
+ sidePanelHeaderBorder: string;
1381
+ sidePanelScrollBarWidth: number;
1382
+ sidePanelScrollBarHeight: number;
1383
+ sidePanelTitleFontsize: string;
1384
+ sidePanelTitleLineHeight: string;
1385
+ panelHeaderBorderRadius: string;
1386
+ sidePanelBorder: number;
1387
+ sidePanelBorderColor: string;
1388
+ layerConfigGroupLabelLabelFontSize: string;
1389
+ layerConfigGroupMarginBottom: number;
1390
+ layerConfigGroupPaddingLeft: number;
1391
+ chickletBgdLT: string;
1392
+ panelBackgroundLT: string;
1393
+ panelToggleMarginRight: number;
1394
+ panelToggleBottomPadding: number;
1395
+ panelBoxShadow: string;
1396
+ panelBorderRadius: string;
1397
+ panelBorder: string;
1398
+ panelBorderLT: string;
1399
+ panelHeaderIcon: string;
1400
+ panelHeaderHeight: number;
1401
+ layerPanelHeaderHeight: number;
1402
+ panelDropdownScrollBar: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
1403
+ layerTypeIconSizeL: number;
1404
+ layerTypeIconPdL: number;
1405
+ layerTypeIconSizeSM: number;
1406
+ layerPanelToggleOptionColor: string;
1407
+ layerPanelToggleOptionColorActive: string;
1408
+ fontFamily: string;
1409
+ fontWeight: number;
1410
+ fontSize: string;
1411
+ lineHeight: number;
1412
+ textColorLT: string;
1413
+ dataTableTextColor: string;
1414
+ subtextColorLT: string;
1415
+ panelToggleBorderColor: string;
1416
+ panelTabWidth: string;
1417
+ textTruncate: {
1418
+ maxWidth: string;
1419
+ overflow: string;
1420
+ textOverflow: string;
1421
+ whiteSpace: string;
1422
+ wordWrap: string;
1423
+ };
1424
+ titleColorLT: string;
1425
+ tooltipBg: string;
1426
+ tooltipColor: string;
1427
+ tooltipBoxShadow: string;
1428
+ tooltipFontSize: string;
1429
+ logoColor: string;
1430
+ sidepanelDividerBorder: string;
1431
+ sidepanelDividerMargin: number;
1432
+ sidepanelDividerHeight: number;
1433
+ bottomInnerPdSide: number;
1434
+ bottomInnerPdVert: number;
1435
+ bottomPanelGap: number;
1436
+ bottomPanelGapPalm: number;
1437
+ bottomWidgetPaddingTop: number;
1438
+ bottomWidgetPaddingRight: number;
1439
+ bottomWidgetPaddingBottom: number;
1440
+ bottomWidgetPaddingLeft: number;
1441
+ sliderBarHoverColor: string;
1442
+ sliderBarRadius: string;
1443
+ sliderBarHeight: number;
1444
+ sliderHandleHeight: number;
1445
+ sliderHandleWidth: number;
1446
+ sliderBorderRadius: string;
1447
+ sliderHandleHoverColor: string;
1448
+ sliderHandleAfterContent: string;
1449
+ sliderHandleShadow: string;
1450
+ sliderInputHeight: number;
1451
+ sliderInputWidth: number;
1452
+ sliderMarginTopIsTime: number;
1453
+ sliderMarginTop: number;
1454
+ sliderMarginBottom: number;
1455
+ geocoderWidth: number;
1456
+ geocoderTop: number;
1457
+ geocoderRight: number;
1458
+ geocoderInputHeight: number;
1459
+ axisFontSize: string;
1460
+ axisFontColor: string;
1461
+ timeTitleFontSize: string;
1462
+ rangePlotMargin: {
1463
+ top: number;
1464
+ bottom: number;
1465
+ left: number;
1466
+ right: number;
1467
+ };
1468
+ rangePlotMarginLarge: {
1469
+ top: number;
1470
+ bottom: number;
1471
+ left: number;
1472
+ right: number;
1473
+ };
1474
+ rangePlotH: number;
1475
+ rangePlotHLarge: number;
1476
+ rangePlotHLargePalm: number;
1477
+ rangePlotContainerH: number;
1478
+ rangePlotContainerHLarge: number;
1479
+ rangePlotContainerHLargePalm: number;
1480
+ notificationColors: {
1481
+ info: string;
1482
+ error: string;
1483
+ success: string;
1484
+ warning: string;
1485
+ };
1486
+ notificationPanelWidth: number;
1487
+ notificationPanelItemWidth: number;
1488
+ notificationPanelItemHeight: number;
1489
+ headerRowHeight: number;
1490
+ rowHeight: number;
1491
+ headerPaddingTop: number;
1492
+ headerPaddingBottom: number;
1493
+ cellPaddingSide: number;
1494
+ edgeCellPaddingSide: number;
1495
+ cellFontSize: number;
1496
+ gridPaddingSide: number;
1497
+ optionButtonColor: string;
1498
+ headerCellBackground: string;
1499
+ headerCellBorderColor: string;
1500
+ headerCellIconColor: string;
1501
+ cellBorderColor: string;
1502
+ evenRowBackground: string;
1503
+ oddRowBackground: string;
1504
+ pinnedGridBorderColor: string;
1505
+ timeDisplayBorderRadius: number;
1506
+ timeDisplayHeight: number;
1507
+ timeDisplayMinWidth: number;
1508
+ timeDisplayOpacity: number;
1509
+ timeDisplayPadding: string;
1510
+ exportIntraSectionMargin: string;
1511
+ actionPanelWidth: number;
1512
+ actionPanelHeight: number;
1513
+ breakPoints: {
1514
+ palm: number;
1515
+ desk: number;
1516
+ };
1517
+ progressBarColor: string;
1518
+ progressBarTrackColor: string;
1519
+ layerConfigGroupLabelBorderLeft: string;
1520
+ layerConfigGroupLabelMargin: string;
1521
+ layerConfigGroupLabelPadding: string;
1522
+ layerConfigGroupColor: string;
1523
+ layerConfigGroupLabelLabelMargin: string;
1524
+ styledConfigGroupHeaderBorder: string;
1525
+ layerConfiguratorBorder: string;
1526
+ layerConfiguratorBorderColor: string;
1527
+ layerConfiguratorMargin: string;
1528
+ layerConfiguratorPadding: string;
1529
+ fieldTokenRightMargin: number;
1530
+ sidePanel: {
1531
+ width: number;
1532
+ margin: {
1533
+ top: number;
1534
+ left: number;
1535
+ bottom: number;
1536
+ right: number;
1537
+ };
1538
+ headerHeight: number;
1539
+ };
1540
+ mapControl: {
1541
+ width: number;
1542
+ padding: number;
1543
+ mapLegend: {
1544
+ pinned: {
1545
+ bottom: number;
1546
+ right: number;
1547
+ };
1548
+ };
1549
+ };
1550
+ };
1551
+ export {};