react-route-profile 0.1.6 → 0.1.7
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/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -74,6 +74,9 @@ interface ThemeMarkerShape {
|
|
|
74
74
|
startLiftPerWord: number;
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
|
+
interface ThemeShadows {
|
|
78
|
+
map: string;
|
|
79
|
+
}
|
|
77
80
|
interface Theme {
|
|
78
81
|
colors: ThemeColors;
|
|
79
82
|
marker: ThemeMarker;
|
|
@@ -150,4 +153,4 @@ declare const ThemeProvider: ({ theme, children, }: {
|
|
|
150
153
|
}) => react_jsx_runtime.JSX.Element;
|
|
151
154
|
declare const useTheme: () => Theme;
|
|
152
155
|
|
|
153
|
-
export { type RouteConfig, RouteMap, type RouteMapProps, type Theme, ThemeProvider, theme, useMapHeader, useTheme };
|
|
156
|
+
export { type PartialTheme, type RouteConfig, RouteMap, type RouteMapProps, SurfaceType, type Theme, type ThemeChart, type ThemeColors, type ThemeDots, type ThemeMap, type ThemeMarker, type ThemeMarkerShape, ThemeProvider, type ThemeShadows, type ThemeTooltip, theme, useMapHeader, useTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -74,6 +74,9 @@ interface ThemeMarkerShape {
|
|
|
74
74
|
startLiftPerWord: number;
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
|
+
interface ThemeShadows {
|
|
78
|
+
map: string;
|
|
79
|
+
}
|
|
77
80
|
interface Theme {
|
|
78
81
|
colors: ThemeColors;
|
|
79
82
|
marker: ThemeMarker;
|
|
@@ -150,4 +153,4 @@ declare const ThemeProvider: ({ theme, children, }: {
|
|
|
150
153
|
}) => react_jsx_runtime.JSX.Element;
|
|
151
154
|
declare const useTheme: () => Theme;
|
|
152
155
|
|
|
153
|
-
export { type RouteConfig, RouteMap, type RouteMapProps, type Theme, ThemeProvider, theme, useMapHeader, useTheme };
|
|
156
|
+
export { type PartialTheme, type RouteConfig, RouteMap, type RouteMapProps, SurfaceType, type Theme, type ThemeChart, type ThemeColors, type ThemeDots, type ThemeMap, type ThemeMarker, type ThemeMarkerShape, ThemeProvider, type ThemeShadows, type ThemeTooltip, theme, useMapHeader, useTheme };
|