@opengeoweb/theme 4.6.0 → 4.6.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 CHANGED
@@ -665,6 +665,12 @@ var CollapseSmall = function CollapseSmall(props) {
665
665
  fill: "currentColor"
666
666
  })));
667
667
  };
668
+ var ExitDomain = function ExitDomain(props) {
669
+ return /*#__PURE__*/React.createElement(SvgIcon, Object.assign({}, props), /*#__PURE__*/React.createElement("path", {
670
+ d: "M4.25627097,1.47584811 C4.94860734,1.47584811 5.50886723,2.03717314 5.50886723,2.72737924 C5.50886723,3.41865048 4.94860734,3.9799755 4.25627097,3.9799755 L2.50412739,3.9799755 L2.50412739,13.4958726 L12.0200245,13.4958726 L12.0200245,11.7426639 C12.0200245,11.0513927 12.5802844,10.4911328 13.2715556,10.4911328 C13.9628269,10.4911328 14.5241519,11.0513927 14.5241519,11.7426639 L14.5241519,14.7474037 C14.5241519,15.4397401 13.9628269,16 13.2715556,16 L1.25153113,16 C0.560259892,16 0,15.4397401 0,14.7474037 L0,2.72737924 C0,2.036108 0.560259892,1.47584811 1.25153113,1.47584811 Z M16,0 L16,7.8340523 C16,8.52638867 15.4408052,9.08664856 14.7484689,9.08664856 C14.7367524,9.08664856 14.7261011,9.08345316 14.7143846,9.08345316 C14.0390904,9.0653459 13.4958726,8.51467221 13.4958726,7.8340523 L13.4958726,4.27437823 L7.25525909,10.5149917 C7.02945092,10.7429302 6.71523673,10.8845929 6.36800341,10.8845929 C5.67673217,10.8845929 5.11647228,10.3232678 5.11647228,9.63199659 C5.11647228,9.28582841 5.25706982,8.97267934 5.48287799,8.74687117 L11.7256218,2.50412739 L8.0977792,2.50412739 C7.40650796,2.50412739 6.84518294,1.94280236 6.84518294,1.25153113 C6.84518294,0.560259892 7.40650796,0 8.0977792,0 L16,0 Z",
671
+ transform: "translate(4 4)"
672
+ }));
673
+ };
668
674
  var None = function None(props) {
669
675
  return /*#__PURE__*/React.createElement(SvgIcon, Object.assign({}, props), /*#__PURE__*/React.createElement("g", {
670
676
  transform: "translate(3 3)"
@@ -779,6 +785,7 @@ var index = /*#__PURE__*/Object.freeze({
779
785
  CollapseLarge: CollapseLarge,
780
786
  CollapseMedium: CollapseMedium,
781
787
  CollapseSmall: CollapseSmall,
788
+ ExitDomain: ExitDomain,
782
789
  None: None,
783
790
  Both: Both
784
791
  });
@@ -2849,4 +2856,4 @@ var ThemeWrapperOldTheme = function ThemeWrapperOldTheme(_a) {
2849
2856
  }, props), children);
2850
2857
  };
2851
2858
 
2852
- export { Add, Animation, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoUpdateActive, AutoUpdateInActive, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, Edit, Equalizer, Exclamation, Expand, ExpandWindow, Export, FastForward, Filter, GWTheme, GeoWebLogo, HamburgerMenu, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, Link, LinkOff, List, ListItem, Location, Minus, None, Notifications, Now, Options, Pause, Picture, Play, Preset, PresetTiles, PresetWorkspace, Resize, Search, SliderThumb, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThemeWrapperOldTheme, ThumbsUp, TimeSeriesManager, UnExpand, Update, Visibility, VisibilityOff, WebAssetOff, darkTheme, dragHandlePath, gwButtonVariants, lightTheme, useThemeContext };
2859
+ export { Add, Animation, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoUpdateActive, AutoUpdateInActive, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Export, FastForward, Filter, GWTheme, GeoWebLogo, HamburgerMenu, Home, index as Icons, Info, KeyCommand, KeyOption, Layers, Link, LinkOff, List, ListItem, Location, Minus, None, Notifications, Now, Options, Pause, Picture, Play, Preset, PresetTiles, PresetWorkspace, Resize, Search, SliderThumb, Speed, SplitHorizontal, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThemeWrapperOldTheme, ThumbsUp, TimeSeriesManager, UnExpand, Update, Visibility, VisibilityOff, WebAssetOff, darkTheme, dragHandlePath, gwButtonVariants, lightTheme, useThemeContext };
package/index.umd.js CHANGED
@@ -716,6 +716,12 @@
716
716
  fill: "currentColor"
717
717
  })));
718
718
  };
719
+ var ExitDomain = function ExitDomain(props) {
720
+ return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
721
+ d: "M4.25627097,1.47584811 C4.94860734,1.47584811 5.50886723,2.03717314 5.50886723,2.72737924 C5.50886723,3.41865048 4.94860734,3.9799755 4.25627097,3.9799755 L2.50412739,3.9799755 L2.50412739,13.4958726 L12.0200245,13.4958726 L12.0200245,11.7426639 C12.0200245,11.0513927 12.5802844,10.4911328 13.2715556,10.4911328 C13.9628269,10.4911328 14.5241519,11.0513927 14.5241519,11.7426639 L14.5241519,14.7474037 C14.5241519,15.4397401 13.9628269,16 13.2715556,16 L1.25153113,16 C0.560259892,16 0,15.4397401 0,14.7474037 L0,2.72737924 C0,2.036108 0.560259892,1.47584811 1.25153113,1.47584811 Z M16,0 L16,7.8340523 C16,8.52638867 15.4408052,9.08664856 14.7484689,9.08664856 C14.7367524,9.08664856 14.7261011,9.08345316 14.7143846,9.08345316 C14.0390904,9.0653459 13.4958726,8.51467221 13.4958726,7.8340523 L13.4958726,4.27437823 L7.25525909,10.5149917 C7.02945092,10.7429302 6.71523673,10.8845929 6.36800341,10.8845929 C5.67673217,10.8845929 5.11647228,10.3232678 5.11647228,9.63199659 C5.11647228,9.28582841 5.25706982,8.97267934 5.48287799,8.74687117 L11.7256218,2.50412739 L8.0977792,2.50412739 C7.40650796,2.50412739 6.84518294,1.94280236 6.84518294,1.25153113 C6.84518294,0.560259892 7.40650796,0 8.0977792,0 L16,0 Z",
722
+ transform: "translate(4 4)"
723
+ }));
724
+ };
719
725
  var None = function None(props) {
720
726
  return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
721
727
  transform: "translate(3 3)"
@@ -830,6 +836,7 @@
830
836
  CollapseLarge: CollapseLarge,
831
837
  CollapseMedium: CollapseMedium,
832
838
  CollapseSmall: CollapseSmall,
839
+ ExitDomain: ExitDomain,
833
840
  None: None,
834
841
  Both: Both
835
842
  });
@@ -2855,6 +2862,7 @@
2855
2862
  exports.Edit = Edit;
2856
2863
  exports.Equalizer = Equalizer;
2857
2864
  exports.Exclamation = Exclamation;
2865
+ exports.ExitDomain = ExitDomain;
2858
2866
  exports.Expand = Expand;
2859
2867
  exports.ExpandWindow = ExpandWindow;
2860
2868
  exports.Export = Export;
@@ -86,6 +86,7 @@ export declare const ExpandWindow: (props: SvgIconProps) => JSX.Element;
86
86
  export declare const CollapseLarge: (props: SvgIconProps) => JSX.Element;
87
87
  export declare const CollapseMedium: (props: SvgIconProps) => JSX.Element;
88
88
  export declare const CollapseSmall: (props: SvgIconProps) => JSX.Element;
89
+ export declare const ExitDomain: (props: SvgIconProps) => JSX.Element;
89
90
  export declare const None: (props: SvgIconProps) => JSX.Element;
90
91
  export declare const Both: (props: SvgIconProps) => JSX.Element;
91
92
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {