@opengeoweb/theme 19.3.0 → 19.5.0

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.esm.js CHANGED
@@ -2052,6 +2052,15 @@ var AlertBadge = function AlertBadge(props) {
2052
2052
  })]
2053
2053
  }));
2054
2054
  };
2055
+ var Cube = function Cube(props) {
2056
+ return jsx(SvgIcon, Object.assign({}, props, {
2057
+ children: jsx("path", {
2058
+ clipRule: "evenodd",
2059
+ d: "m12 2 9 5.034V17l-9 4.98L3 17V7.034L12 2zM5.002 9.231v6.589l6.001 3.324v-6.552L5.002 9.23zm13.997.028-6 3.333-.001 6.55L19 15.82l-.001-6.561zM12 4.293 6.114 7.587 12 10.86l5.886-3.273L12 4.293z",
2060
+ fillRule: "evenodd"
2061
+ })
2062
+ }));
2063
+ };
2055
2064
 
2056
2065
  /* *
2057
2066
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -2110,6 +2119,7 @@ var index = /*#__PURE__*/Object.freeze({
2110
2119
  ColumnCollapse: ColumnCollapse,
2111
2120
  ColumnCollapsed: ColumnCollapsed,
2112
2121
  Copy: Copy,
2122
+ Cube: Cube,
2113
2123
  Delete: Delete,
2114
2124
  DimensionsElevation: DimensionsElevation,
2115
2125
  DimensionsOther: DimensionsOther,
@@ -3370,7 +3380,7 @@ var createTheme = function createTheme(_ref) {
3370
3380
  borderWidth: 1,
3371
3381
  borderTopColor: geowebColors.cards.cardContainerBorder,
3372
3382
  borderBottomColor: geowebColors.cards.cardContainerBorder,
3373
- '&:first-child': {
3383
+ '&:first-of-type': {
3374
3384
  borderLeftColor: geowebColors.cards.cardContainerBorder,
3375
3385
  borderRadius: BORDER_RADIUS + "px 0px 0px " + BORDER_RADIUS + "px"
3376
3386
  },
@@ -7577,4 +7587,4 @@ var BackdropStyle = function BackdropStyle() {
7577
7587
  return style === {} ? defaultStyle : style;
7578
7588
  };
7579
7589
 
7580
- export { Add, Admin, Airplane, Alert, AlertBadge, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, BORDER_RADIUS, BackdropStyle, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, ColumnCollapse, ColumnCollapsed, ContainerStyle, Copy, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, DrawToolCircle, DrawToolFreehand, DrawToolLineString, DrawToolOval, DrawToolPoint, DrawToolPolygon, DrawToolRectangle, DrawToolSmoothLine, DrawToolSplitFeature, DrawToolSquare, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, Extend24h, 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, LocationInfo, LockLocked, LockUnlocked, MapAdd, Measure, Menu, MeteoGate, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, OverlayStyle, Overlayers, Pause, Picture, Pinned, Play, Polygons, RadioactiveMaterials, Rain, Region, Remove, Resize, RotateHandle, SandStorm, Search, SevereAircraftIcing, SevereMountainWaves, SevereTurbulence, SevereWaves, Share, SharedPresetsMyUser, SharedPresetsOtherUsers, SliderThumb, Snow, Sources, Speed, SplitHorizontal, SplitHorizontalWithContent, SplitVertical, SplitVerticalWithContent, StacIcon, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, ViewSettingsIcon, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorkspacePresetsMyIcon, WorkspacePresetsPluginIcon, WorkspacePresetsSystemIcon, WorldMapProjection, ZoomToLayer, arrowUpPath, breakpoints, colors$4 as colorsLight, createShadows, createTheme, darkTheme, demoTheme, dragHandlePath, elevations$4 as elevationsLight, eumetnetTheme, getThemeByName, lightTheme, locationPath, namedDarkTheme, namedDemoTheme, namedEumetnetTheme, namedLightTheme, namedXmasTheme, parseColors, rotatePath, themeTranslations, useThemeContext, xmasTheme };
7590
+ export { Add, Admin, Airplane, Alert, AlertBadge, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, BORDER_RADIUS, BackdropStyle, Both, Cached, CalendarToday, Cancel, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clear, Clock, Close, CloudIdle, CloudLoading, CoastalEvent, CollapseLarge, CollapseMedium, CollapseSmall, CollapseWindow, ColumnCollapse, ColumnCollapsed, ContainerStyle, Copy, Cube, Delete, DimensionsElevation, DimensionsOther, DimensionsRefTime, DimensionsTime, DragHandle, DrawFIRLand, DrawPolygon, DrawRegion, DrawToolCircle, DrawToolFreehand, DrawToolLineString, DrawToolOval, DrawToolPoint, DrawToolPolygon, DrawToolRectangle, DrawToolSmoothLine, DrawToolSplitFeature, DrawToolSquare, EChartsDarkTheme, EChartsLightTheme, Edit, Equalizer, Exclamation, ExitDomain, Expand, ExpandWindow, Expire, Export, Extend24h, 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, LocationInfo, LockLocked, LockUnlocked, MapAdd, Measure, Menu, MeteoGate, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, OverlayStyle, Overlayers, Pause, Picture, Pinned, Play, Polygons, RadioactiveMaterials, Rain, Region, Remove, Resize, RotateHandle, SandStorm, Search, SevereAircraftIcing, SevereMountainWaves, SevereTurbulence, SevereWaves, Share, SharedPresetsMyUser, SharedPresetsOtherUsers, SliderThumb, Snow, Sources, Speed, SplitHorizontal, SplitHorizontalWithContent, SplitVertical, SplitVerticalWithContent, StacIcon, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, ViewSettingsIcon, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorkspacePresetsMyIcon, WorkspacePresetsPluginIcon, WorkspacePresetsSystemIcon, WorldMapProjection, ZoomToLayer, arrowUpPath, breakpoints, colors$4 as colorsLight, createShadows, createTheme, darkTheme, demoTheme, dragHandlePath, elevations$4 as elevationsLight, eumetnetTheme, getThemeByName, lightTheme, locationPath, namedDarkTheme, namedDemoTheme, namedEumetnetTheme, namedLightTheme, namedXmasTheme, parseColors, rotatePath, themeTranslations, useThemeContext, xmasTheme };
@@ -163,4 +163,5 @@ export declare const StacIcon: (props: SvgIconProps) => React.ReactElement;
163
163
  export declare const ZoomToLayer: (props: SvgIconProps) => React.ReactElement;
164
164
  export declare const Alert: (props: SvgIconProps) => React.ReactElement;
165
165
  export declare const AlertBadge: (props: SvgIconProps) => React.ReactElement;
166
+ export declare const Cube: (props: SvgIconProps) => React.ReactElement;
166
167
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "19.3.0",
3
+ "version": "19.5.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {