@opengeoweb/theme 9.32.1 → 9.33.1-spike-ol.3
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/index.esm.js +23 -1
- package/package.json +1 -1
- package/src/lib/components/Icons/Icons.d.ts +6 -4
- package/src/lib/types.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -1272,6 +1272,20 @@ const ArrowUp = props => jsx(SvgIcon, Object.assign({
|
|
|
1272
1272
|
d: "M-.08 2.96 2.88 0l2.96 2.96H3.39v8.01H2.37V2.96z"
|
|
1273
1273
|
})
|
|
1274
1274
|
}));
|
|
1275
|
+
const ArrowUpCompact = props => jsx(SvgIcon, Object.assign({
|
|
1276
|
+
viewBox: "0 0 16 16"
|
|
1277
|
+
}, props, {
|
|
1278
|
+
children: jsx("path", {
|
|
1279
|
+
d: "m5.123 5.619-2.99 3.488 1.987.007 1.987.006V14h4.026V9.12l1.997-.006 1.996-.007-2.983-3.48a417.805 417.805 0 0 0-3.007-3.488c-.013-.005-1.369 1.561-3.013 3.48"
|
|
1280
|
+
})
|
|
1281
|
+
}));
|
|
1282
|
+
const ArrowDownCompact = props => jsx(SvgIcon, Object.assign({
|
|
1283
|
+
viewBox: "0 0 16 16"
|
|
1284
|
+
}, props, {
|
|
1285
|
+
children: jsx("path", {
|
|
1286
|
+
d: "M6.373 4.56v2.453l-1.984.007-1.985.007 2.98 3.477c1.639 1.912 2.989 3.476 2.999 3.474.021-.003 5.964-6.93 5.964-6.951 0-.008-.894-.014-1.987-.014h-1.987V2.107h-4V4.56"
|
|
1287
|
+
})
|
|
1288
|
+
}));
|
|
1275
1289
|
const Exclamation = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1276
1290
|
children: jsx("path", {
|
|
1277
1291
|
d: "M12.862 16.72c-.22.226-.507.339-.86.339-.364 0-.662-.113-.894-.34-.232-.226-.347-.52-.347-.885 0-.32.118-.59.356-.81a1.25 1.25 0 0 1 .884-.331c.332 0 .613.11.845.33.232.222.347.491.347.811 0 .365-.11.66-.33.886zm.216-9.805-.134 6.669H11.06l-.15-6.67h2.169zM12 4.5a7.501 7.501 0 0 0 0 15 7.5 7.5 0 0 0 0-15z"
|
|
@@ -2542,11 +2556,13 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
2542
2556
|
Admin: Admin,
|
|
2543
2557
|
Animation: Animation,
|
|
2544
2558
|
ArrowDown: ArrowDown,
|
|
2559
|
+
ArrowDownCompact: ArrowDownCompact,
|
|
2545
2560
|
ArrowDropDownDown: ArrowDropDownDown,
|
|
2546
2561
|
ArrowDropDownUp: ArrowDropDownUp,
|
|
2547
2562
|
ArrowLeft: ArrowLeft,
|
|
2548
2563
|
ArrowRight: ArrowRight,
|
|
2549
2564
|
ArrowUp: ArrowUp,
|
|
2565
|
+
ArrowUpCompact: ArrowUpCompact,
|
|
2550
2566
|
AutoUpdateActive: AutoUpdateActive,
|
|
2551
2567
|
AutoUpdateInActive: AutoUpdateInActive,
|
|
2552
2568
|
Both: Both,
|
|
@@ -4647,6 +4663,9 @@ const colors$1 = {
|
|
|
4647
4663
|
needle: {
|
|
4648
4664
|
stroke: '#303193'
|
|
4649
4665
|
},
|
|
4666
|
+
needleDefault: {
|
|
4667
|
+
stroke: '#3BA587'
|
|
4668
|
+
},
|
|
4650
4669
|
needleShadow: {
|
|
4651
4670
|
stroke: '#E7F0FA'
|
|
4652
4671
|
},
|
|
@@ -5939,6 +5958,9 @@ const colors = {
|
|
|
5939
5958
|
needle: {
|
|
5940
5959
|
stroke: '#303193'
|
|
5941
5960
|
},
|
|
5961
|
+
needleDefault: {
|
|
5962
|
+
stroke: '#3BA587'
|
|
5963
|
+
},
|
|
5942
5964
|
needleShadow: {
|
|
5943
5965
|
stroke: '#E7F0FA'
|
|
5944
5966
|
},
|
|
@@ -6793,4 +6815,4 @@ const EChartsLightTheme = {
|
|
|
6793
6815
|
* */
|
|
6794
6816
|
const THEME_NAMESPACE = 'theme';
|
|
6795
6817
|
|
|
6796
|
-
export { Add, Admin, Animation, ArrowDown, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, AutoUpdateActive, AutoUpdateInActive, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, FastForward, Filter, FlagBritain, FlagFinland, FlagNetherlands, FlagNorway, Fog, FreezingPrecipitation, FunnelCloud, GeoWebLogo, HamburgerMenu, Haze, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, SevereTurbulence, SevereWaves, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$1 as colorsLight, createShadows, createTheme, darkTheme, dragHandlePath, elevations$1 as elevationsLight, lightTheme, parseColors, themeTranslations, useThemeContext };
|
|
6818
|
+
export { Add, Admin, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, FastForward, Filter, FlagBritain, FlagFinland, FlagNetherlands, FlagNorway, Fog, FreezingPrecipitation, FunnelCloud, GeoWebLogo, HamburgerMenu, Haze, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, SevereTurbulence, SevereWaves, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$1 as colorsLight, createShadows, createTheme, darkTheme, dragHandlePath, elevations$1 as elevationsLight, lightTheme, parseColors, themeTranslations, useThemeContext };
|
package/package.json
CHANGED
|
@@ -21,8 +21,10 @@ export declare const KeyOption: React.FC;
|
|
|
21
21
|
export declare const KeyCommand: React.FC;
|
|
22
22
|
export declare const ArrowLeft: React.FC;
|
|
23
23
|
export declare const ArrowRight: React.FC;
|
|
24
|
-
export declare const ArrowDown: React.FC
|
|
25
|
-
export declare const ArrowUp: React.FC
|
|
24
|
+
export declare const ArrowDown: React.FC<SvgIconProps>;
|
|
25
|
+
export declare const ArrowUp: React.FC<SvgIconProps>;
|
|
26
|
+
export declare const ArrowUpCompact: React.FC<SvgIconProps>;
|
|
27
|
+
export declare const ArrowDownCompact: React.FC<SvgIconProps>;
|
|
26
28
|
export declare const Exclamation: React.FC<SvgIconProps>;
|
|
27
29
|
export declare const Visibility: React.FC<SvgIconProps>;
|
|
28
30
|
export declare const VisibilityOff: React.FC<SvgIconProps>;
|
|
@@ -71,8 +73,8 @@ export declare const List: React.FC;
|
|
|
71
73
|
export declare const Home: React.FC;
|
|
72
74
|
export declare const Minus: React.FC;
|
|
73
75
|
export declare const Equalizer: React.FC;
|
|
74
|
-
export declare const Link: React.FC
|
|
75
|
-
export declare const LinkOff: React.FC
|
|
76
|
+
export declare const Link: React.FC<SvgIconProps>;
|
|
77
|
+
export declare const LinkOff: React.FC<SvgIconProps>;
|
|
76
78
|
export declare const Cached: React.FC;
|
|
77
79
|
export declare const CalendarToday: React.FC<SvgIconProps>;
|
|
78
80
|
export declare const WebAssetOff: React.FC<SvgIconProps>;
|
package/src/lib/types.d.ts
CHANGED