@kepler.gl/types
Advanced tools
Comparing version 3.1.0-alpha.6 to 3.1.0-alpha.7
{ | ||
"name": "@kepler.gl/types", | ||
"author": "Shan He <shan@uber.com>", | ||
"version": "3.1.0-alpha.6", | ||
"version": "3.1.0-alpha.7", | ||
"description": "kepler.gl types used by kepler.gl components, actions and reducers", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -475,2 +475,4 @@ // SPDX-License-Identifier: MIT | ||
isSidePanelCloseButtonVisible: boolean | null; | ||
// positive value indicates that something is loading | ||
loadingIndicatorValue?: number; | ||
}; | ||
@@ -477,0 +479,0 @@ |
37125
1398