@opengeoweb/theme 15.3.0 → 16.0.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/index.esm.js CHANGED
@@ -60,20 +60,34 @@ var rotatePath = 'M15.8535534,21.2928932 L15.8535534,18.2971068 C12.49774536,17.
60
60
 
61
61
  var _excluded = ["text"],
62
62
  _excluded2 = ["isRightAligned", "sx"];
63
- var SplitHorizontal = function SplitHorizontal(props) {
63
+ var SplitVertical = function SplitVertical(props) {
64
64
  return jsx(SvgIcon, Object.assign({}, props, {
65
65
  children: jsx("path", {
66
66
  d: "M22 2v20H2V2h20zM8 3.999 4 4v16l4-.001v-16zM20 4l-10-.001v16L20 20V4zm-5 4c.3 0 .545.244.545.545v2.91h2.91a.544.544 0 1 1 0 1.09h-2.91v2.91a.545.545 0 1 1-1.09 0v-2.91h-2.91a.544.544 0 1 1 0-1.09h2.91v-2.91c0-.301.244-.545.545-.545z"
67
67
  })
68
68
  }));
69
69
  };
70
- var SplitVertical = function SplitVertical(props) {
70
+ var SplitHorizontal = function SplitHorizontal(props) {
71
71
  return jsx(SvgIcon, Object.assign({}, props, {
72
72
  children: jsx("path", {
73
73
  d: "M22 22H2V2h20v20zM20.001 8 20 4H4l.001 4h16zM20 20l.001-10h-16L4 20h16zm-4-5c0 .3-.244.545-.545.545h-2.91v2.91a.544.544 0 1 1-1.09 0v-2.91h-2.91a.545.545 0 1 1 0-1.09h2.91v-2.91a.544.544 0 1 1 1.09 0v2.91h2.91c.301 0 .545.244.545.545z"
74
74
  })
75
75
  }));
76
76
  };
77
+ var SplitVerticalWithContent = function SplitVerticalWithContent(props) {
78
+ return jsx(SvgIcon, Object.assign({}, props, {
79
+ children: jsx("path", {
80
+ d: "M8 2v2H4v16h4v-6.421H6.537c-.588 0-1.073-.42-1.135-.962l-.007-.118c0-.595.512-1.078 1.142-1.078L8 11.42V2h14v20H2V2h6zm2 18h10V4H10l-.001 7.42h3.023l-1.59-1.532a1.037 1.037 0 0 1 0-1.526 1.19 1.19 0 0 1 1.615 0l4.345 4.137-4.345 4.14c-.224.209-.515.315-.808.315-.292 0-.584-.106-.807-.316a1.038 1.038 0 0 1 0-1.527l1.59-1.532H10L10 20z"
81
+ })
82
+ }));
83
+ };
84
+ var SplitHorizontalWithContent = function SplitHorizontalWithContent(props) {
85
+ return jsx(SvgIcon, Object.assign({}, props, {
86
+ children: jsx("path", {
87
+ d: "M22 22H2V2h20v20zM4 10v10h16V10h-7.527v3.027l1.533-1.59a1.037 1.037 0 0 1 1.526 0 1.19 1.19 0 0 1 0 1.614l-4.137 4.346-4.14-4.346a1.178 1.178 0 0 1-.315-.807c0-.292.106-.585.316-.807a1.038 1.038 0 0 1 1.526 0l1.533 1.59V10H4zm16-2V4H4v4h6.315V6.541c0-.587.42-1.072.962-1.134l.118-.007c.595 0 1.078.512 1.078 1.141V8H20z"
88
+ })
89
+ }));
90
+ };
77
91
  var Expand = function Expand(props) {
78
92
  return jsx(SvgIcon, Object.assign({}, props, {
79
93
  children: jsx("path", {
@@ -1838,8 +1852,8 @@ var Airplane = function Airplane(props) {
1838
1852
  return jsx(SvgIcon, Object.assign({}, props, {
1839
1853
  children: jsx("path", {
1840
1854
  d: "M20.214,10.5049664 C18.889,10.4146831 16.974,10.3998012 14.846,10.4345256 L10.955,3.99365 L9.092,3.99365 L10.543,10.5595333 C8.665,10.6349348 6.809,10.7331552 5.189,10.8422889 L5.189,10.8164937 L4.005,8.88780266 L2.5,8.88780266 L2.5,15.0994973 L4.005,15.0994973 L5.189,13.1708063 L5.189,13.1460032 C6.809,13.2541448 8.665,13.3523652 10.543,13.4277667 L9.092,19.99365 L10.955,19.99365 L14.846,13.5527744 C16.974,13.5874988 18.889,13.5736091 20.214,13.4823336 C21.22,13.4138769 22.456,12.8136413 22.5,11.9941461 C22.456,11.1736587 21.22,10.5744152 20.214,10.5049664",
1841
- id: "path-1",
1842
- "data-testid": "airplane-path"
1855
+ "data-testid": "airplane-path",
1856
+ id: "path-1"
1843
1857
  })
1844
1858
  }));
1845
1859
  };
@@ -2112,7 +2126,9 @@ var index = /*#__PURE__*/Object.freeze({
2112
2126
  Sources: Sources,
2113
2127
  Speed: Speed,
2114
2128
  SplitHorizontal: SplitHorizontal,
2129
+ SplitHorizontalWithContent: SplitHorizontalWithContent,
2115
2130
  SplitVertical: SplitVertical,
2131
+ SplitVerticalWithContent: SplitVerticalWithContent,
2116
2132
  StepBackward: StepBackward,
2117
2133
  StepForward: StepForward,
2118
2134
  SubdirectoryArrowRight: SubdirectoryArrowRight,
@@ -2756,30 +2772,30 @@ var colors$4 = {
2756
2772
  },
2757
2773
  timelineText: {
2758
2774
  fontSize: 12,
2759
- color: '#FFFFFF',
2775
+ color: '#051039',
2760
2776
  fontFamily: 'Roboto'
2761
2777
  },
2762
2778
  timelineTimeScale: {
2763
- fill: '#FFFFFF'
2779
+ fill: '#626262'
2764
2780
  },
2765
2781
  timelineNightTime: {
2766
- fill: '#051038',
2767
- opacity: 0.67
2782
+ fill: '#FFFFFF',
2783
+ opacity: 0.0
2768
2784
  },
2769
2785
  timelineTimelineSurface: {
2770
2786
  fill: '#FFFFFF'
2771
2787
  },
2772
2788
  timelineMonthChangeDash: {
2773
- fill: '#767676',
2789
+ fill: '#626262',
2774
2790
  opacity: 0.5
2775
2791
  },
2776
2792
  timelineSelectionBackground: {
2777
- fill: '#FFFFFF',
2778
- opacity: 0.15
2793
+ fill: '#BBD4FF',
2794
+ opacity: 1.0
2779
2795
  },
2780
2796
  timelineSelectionOutline: {
2781
2797
  fill: '#F0FF00',
2782
- opacity: 0.4
2798
+ opacity: 0.0
2783
2799
  },
2784
2800
  // time scale
2785
2801
  timeScalePointer: {
@@ -2799,14 +2815,14 @@ var colors$4 = {
2799
2815
  filter: 'drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.28)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.24)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.40))'
2800
2816
  },
2801
2817
  ledgendObservedBackground: {
2802
- fill: '#00649F'
2818
+ fill: '#bbd4ff80'
2803
2819
  },
2804
2820
  legendForecastBackground: {
2805
- fill: '#9900B1'
2821
+ fill: '#bbd4ff80'
2806
2822
  },
2807
2823
  legendNoDataBackground: {
2808
- fill: '#575F7A',
2809
- opacity: 0.95
2824
+ fill: '#FFFFFF',
2825
+ opacity: 1.0
2810
2826
  }
2811
2827
  },
2812
2828
  timeSliderLite: {
@@ -4146,62 +4162,61 @@ var colors$3 = {
4146
4162
  },
4147
4163
  // timeline
4148
4164
  timelineIndicator: {
4149
- fill: '#A2A2A2'
4165
+ fill: '#767676'
4150
4166
  },
4151
4167
  timelineText: {
4152
4168
  fontSize: 12,
4153
- color: '#FFFFFF',
4169
+ color: '#051039',
4154
4170
  fontFamily: 'Roboto'
4155
4171
  },
4156
4172
  timelineTimeScale: {
4157
- fill: '#FFFFFF'
4173
+ fill: '#626262'
4158
4174
  },
4159
4175
  timelineNightTime: {
4160
- fill: '#051038',
4161
- opacity: 0.67
4176
+ fill: '#FFFFFF',
4177
+ opacity: 0.0
4162
4178
  },
4163
4179
  timelineTimelineSurface: {
4164
- fill: '#303030'
4180
+ fill: '#FFFFFF'
4165
4181
  },
4166
4182
  timelineMonthChangeDash: {
4167
- fill: '#A2A2A2',
4183
+ fill: '#626262',
4168
4184
  opacity: 0.5
4169
4185
  },
4170
4186
  timelineSelectionBackground: {
4171
- fill: '#FFFFFF',
4172
- opacity: 0.15
4187
+ fill: '#BBD4FF',
4188
+ opacity: 1.0
4173
4189
  },
4174
4190
  timelineSelectionOutline: {
4175
4191
  fill: '#F0FF00',
4176
- opacity: 0.4
4192
+ opacity: 0.0
4177
4193
  },
4178
4194
  // time scale
4179
4195
  timeScalePointer: {
4180
4196
  fill: '#F8F9F9'
4181
4197
  },
4182
4198
  timeScaleHorizontalScale: {
4183
- fill: '#000000',
4184
- opacity: 0.8
4199
+ fill: '#070808',
4200
+ opacity: 0.2
4185
4201
  },
4186
4202
  timeScaleTimeIndicators: {
4187
- fill: '#A2A2A2'
4203
+ fill: '#767676'
4188
4204
  },
4189
4205
  timeScaleTimeIndicatorsActive: {
4190
- fill: '#FFFFFF'
4206
+ fill: '#051039'
4191
4207
  },
4192
4208
  timeScaleShadowButtonScale: {
4193
4209
  filter: 'drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.28)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.24)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.40))'
4194
4210
  },
4195
- // legend
4196
4211
  ledgendObservedBackground: {
4197
- fill: '#00649F'
4212
+ fill: '#bbd4ff80'
4198
4213
  },
4199
4214
  legendForecastBackground: {
4200
- fill: '#9900B1'
4215
+ fill: '#bbd4ff80'
4201
4216
  },
4202
4217
  legendNoDataBackground: {
4203
- fill: '#575F7A',
4204
- opacity: 0.95
4218
+ fill: '#FFFFFF',
4219
+ opacity: 1.0
4205
4220
  }
4206
4221
  },
4207
4222
  timeSliderLite: {
@@ -7380,4 +7395,4 @@ var BackdropStyle = function BackdropStyle() {
7380
7395
  return style === {} ? defaultStyle : style;
7381
7396
  };
7382
7397
 
7383
- export { Add, Admin, Airplane, 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, DrawToolSquare, 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, 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, SplitVertical, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorkspacePresetsMyIcon, WorkspacePresetsSystemIcon, WorldMapProjection, 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 };
7398
+ export { Add, Admin, Airplane, 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, DrawToolSquare, 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, 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, StepBackward, StepForward, SubdirectoryArrowRight, Success, THEME_NAMESPACE, TemperatureHigh, TemperatureLow, TextIcon, ThemeContext, ThemeProvider, ThemeTypes, ThemeWrapper, ThumbsUp, Thunderstorm, TimeSeriesSelect, UnExpand, Update, Visibility, VisibilityOff, VulcanicEruption, WebAssetOff, Wind, WorkspacePresetsMyIcon, WorkspacePresetsSystemIcon, WorldMapProjection, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "15.3.0",
3
+ "version": "16.0.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -1,7 +1,9 @@
1
1
  import type { SvgIconProps } from '@mui/material';
2
2
  import React from 'react';
3
- export declare const SplitHorizontal: React.FC;
4
3
  export declare const SplitVertical: React.FC;
4
+ export declare const SplitHorizontal: React.FC;
5
+ export declare const SplitVerticalWithContent: React.FC;
6
+ export declare const SplitHorizontalWithContent: React.FC;
5
7
  export declare const Expand: React.FC;
6
8
  export declare const UnExpand: React.FC;
7
9
  export declare const Delete: (props: SvgIconProps) => React.ReactElement;