@opengeoweb/theme 9.18.0 → 9.19.1
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 +28 -17
- package/package.json +1 -1
- package/src/lib/components/Icons/Icons.d.ts +2 -0
package/index.esm.js
CHANGED
|
@@ -313,10 +313,10 @@ var SHARED = '__core-js_shared__';
|
|
|
313
313
|
var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
314
314
|
|
|
315
315
|
(store$3.versions || (store$3.versions = [])).push({
|
|
316
|
-
version: '3.
|
|
316
|
+
version: '3.37.1',
|
|
317
317
|
mode: 'global',
|
|
318
318
|
copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
|
|
319
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
319
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
|
|
320
320
|
source: 'https://github.com/zloirock/core-js'
|
|
321
321
|
});
|
|
322
322
|
|
|
@@ -1744,10 +1744,10 @@ const Admin = _a => {
|
|
|
1744
1744
|
stopColor: "#F70000"
|
|
1745
1745
|
})), /*#__PURE__*/React.createElement("filter", {
|
|
1746
1746
|
id: "c",
|
|
1747
|
-
width: "
|
|
1748
|
-
height: "
|
|
1749
|
-
x: "-
|
|
1750
|
-
y: "-
|
|
1747
|
+
width: "125%",
|
|
1748
|
+
height: "125%",
|
|
1749
|
+
x: "-12.5%",
|
|
1750
|
+
y: "-12.5%",
|
|
1751
1751
|
filterUnits: "objectBoundingBox"
|
|
1752
1752
|
}, /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
1753
1753
|
in: "SourceAlpha",
|
|
@@ -1770,16 +1770,16 @@ const Admin = _a => {
|
|
|
1770
1770
|
id: "d",
|
|
1771
1771
|
cx: "16.308",
|
|
1772
1772
|
cy: "16.308",
|
|
1773
|
-
r: "
|
|
1773
|
+
r: "8"
|
|
1774
1774
|
})), /*#__PURE__*/React.createElement("g", {
|
|
1775
1775
|
fill: "none",
|
|
1776
1776
|
fillRule: "evenodd"
|
|
1777
1777
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1778
1778
|
fill: "url(#a)",
|
|
1779
|
-
d: "M16 16c5.333 1.333 10.667 1 16-1v3l-
|
|
1779
|
+
d: "M16 16c5.333 1.333 10.667 1 16-1v3l-3.418 1.282a12.922 12.922 0 0 1-1.365 3.293l1.51 3.324-2.828 2.829-3.323-1.512a12.922 12.922 0 0 1-3.293 1.366L18 32h-4l-1.282-3.418a12.922 12.922 0 0 1-3.293-1.365l-3.324 1.51L3.272 25.9l1.512-3.323a12.922 12.922 0 0 1-1.366-3.295L0 18v-3c5.333-.667 10.667-.333 16 1Z"
|
|
1780
1780
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1781
1781
|
fill: "url(#b)",
|
|
1782
|
-
d: "m18 0 1.
|
|
1782
|
+
d: "m18 0 1.283 3.418c1.17.304 2.276.768 3.293 1.366l3.323-1.512 2.829 2.829-1.512 3.323a12.922 12.922 0 0 1 1.366 3.293L32 14v1c-5.333 2-10.667 2.333-16 1-5.333-1.333-10.667-1.667-16-1v-1l3.418-1.282c.304-1.17.767-2.276 1.365-3.293l-1.51-3.324L6.1 3.272l3.323 1.512a12.922 12.922 0 0 1 3.295-1.366L14 0h4Z"
|
|
1783
1783
|
}), /*#__PURE__*/React.createElement("use", {
|
|
1784
1784
|
xlinkHref: "#d",
|
|
1785
1785
|
fill: "#000",
|
|
@@ -1787,13 +1787,22 @@ const Admin = _a => {
|
|
|
1787
1787
|
}), /*#__PURE__*/React.createElement("text", {
|
|
1788
1788
|
fill: "#FFF",
|
|
1789
1789
|
fontFamily: "Roboto-Medium, Roboto",
|
|
1790
|
-
fontSize: "
|
|
1791
|
-
fontWeight: "400"
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1790
|
+
fontSize: "14",
|
|
1791
|
+
fontWeight: "400",
|
|
1792
|
+
x: "16",
|
|
1793
|
+
y: "16.308",
|
|
1794
|
+
alignmentBaseline: "central",
|
|
1795
|
+
textAnchor: "middle"
|
|
1796
|
+
}, children || 'VL')));
|
|
1796
1797
|
};
|
|
1798
|
+
const Remove = props => ( /*#__PURE__*/React.createElement(SvgIcon, Object.assign({}, props), /*#__PURE__*/React.createElement("path", {
|
|
1799
|
+
d: "M12.003 17.595a5.59 5.59 0 0 1-5.598-5.598c0-3.098 2.5-5.592 5.598-5.592a5.58 5.58 0 0 1 5.593 5.592 5.586 5.586 0 0 1-5.593 5.598m0-13.595C16.413 4 20 7.587 20 11.997 20 16.405 16.414 20 12.003 20 7.595 20 4 16.405 4 11.997 4 7.587 7.595 4 12.003 4zm-2.71 7.01a.983.983 0 0 0-.931 1.034.985.985 0 0 0 .975.934l.044-.001h5.232a.996.996 0 0 0 .703-.27c.191-.18.3-.423.307-.686a.975.975 0 0 0-.267-.704c-.181-.19-.425-.3-.738-.308l-5.22.001a.672.672 0 0 0-.105 0z",
|
|
1800
|
+
fillRule: "evenodd"
|
|
1801
|
+
})));
|
|
1802
|
+
const Expire = props => ( /*#__PURE__*/React.createElement(SvgIcon, Object.assign({}, props), /*#__PURE__*/React.createElement("path", {
|
|
1803
|
+
d: "M6.597 11.517a1.035 1.035 0 0 1 1.792 0l5.156 8.931c.398.69-.1 1.552-.895 1.552H2.336a1.035 1.035 0 0 1-.896-1.552zm.905 7.575c-.445 0-.793.328-.793.745 0 .468.326.793.793.793.449 0 .775-.333.775-.793 0-.417-.34-.745-.775-.745zM20.286 8.485a9 9 0 0 1-4.768 11.8l-.16.064-.989-1.649a7.105 7.105 0 1 0-9.458-7.191l-1.638 2.694C2.2 9.973 4.342 5.475 8.485 3.717a9 9 0 0 1 11.8 4.768zM8.148 14.232h-1.3l.068 3.978h1.163l.069-3.978zm4.796-7.25v4.735l3.049 1.76-.947 1.641-2.606-1.504h-1.125l-.266-.443V6.983h1.895z",
|
|
1804
|
+
fillRule: "evenodd"
|
|
1805
|
+
})));
|
|
1797
1806
|
|
|
1798
1807
|
/* *
|
|
1799
1808
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1919,7 +1928,9 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
1919
1928
|
FunnelCloud: FunnelCloud,
|
|
1920
1929
|
CloudLoading: CloudLoading,
|
|
1921
1930
|
CloudIdle: CloudIdle,
|
|
1922
|
-
Admin: Admin
|
|
1931
|
+
Admin: Admin,
|
|
1932
|
+
Remove: Remove,
|
|
1933
|
+
Expire: Expire
|
|
1923
1934
|
});
|
|
1924
1935
|
|
|
1925
1936
|
var en = {
|
|
@@ -5999,4 +6010,4 @@ const EChartsLightTheme = {
|
|
|
5999
6010
|
}
|
|
6000
6011
|
};
|
|
6001
6012
|
|
|
6002
|
-
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, Export, FastForward, Filter, Fog, FunnelCloud, GeoWebLogo, HamburgerMenu, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, MyLocation, None, Notifications, Now, Options, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, Rain, Resize, Search, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$1 as colorsLight, createShadows, createTheme, darkTheme, dragHandlePath, elevations$1 as elevationsLight, lightTheme, parseColors, theme as themeTranslations, useThemeContext };
|
|
6013
|
+
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, Fog, FunnelCloud, GeoWebLogo, HamburgerMenu, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, LayersAdd, Lightning, Link, LinkOff, List, ListItem, Location, LockLocked, LockUnlocked, MapAdd, Menu, Minus, MyLocation, None, Notifications, Now, Options, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, Rain, Remove, Resize, Search, Share, SliderThumb, Snow, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, WebAssetOff, Wind, WorldMapProjection, breakpoints, colors$1 as colorsLight, createShadows, createTheme, darkTheme, dragHandlePath, elevations$1 as elevationsLight, lightTheme, parseColors, theme as themeTranslations, useThemeContext };
|
package/package.json
CHANGED
|
@@ -112,4 +112,6 @@ export declare const FunnelCloud: (props: SvgIconProps) => JSX.Element;
|
|
|
112
112
|
export declare const CloudLoading: (props: SvgIconProps) => JSX.Element;
|
|
113
113
|
export declare const CloudIdle: (props: SvgIconProps) => JSX.Element;
|
|
114
114
|
export declare const Admin: ({ children, ...props }: SvgIconProps) => JSX.Element;
|
|
115
|
+
export declare const Remove: (props: SvgIconProps) => JSX.Element;
|
|
116
|
+
export declare const Expire: (props: SvgIconProps) => JSX.Element;
|
|
115
117
|
export {};
|