@opengeoweb/theme 12.6.0 → 12.8.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
|
@@ -1737,6 +1737,15 @@ var Sources = function Sources(props) {
|
|
|
1737
1737
|
})
|
|
1738
1738
|
}));
|
|
1739
1739
|
};
|
|
1740
|
+
var MeteoGate = function MeteoGate(props) {
|
|
1741
|
+
return jsx(SvgIcon, Object.assign({
|
|
1742
|
+
viewBox: "0 0 20 20"
|
|
1743
|
+
}, props, {
|
|
1744
|
+
children: jsx("path", {
|
|
1745
|
+
d: "M 10 2 C 14.4183 2 18 5.5817 18 10 C 18 14.4183 14.4183 18 10 18 C 5.5817 18 2 14.4183 2 10 C 2 5.5817 5.5817 2 10 2 Z M 8.8351 5.0431 C 5.4935 5.0431 2.7845 7.752 2.7845 11.0936 C 2.7845 11.8007 2.9058 12.4794 3.1287 13.1102 C 3.1056 12.9286 3.0936 12.7436 3.0936 12.5557 C 3.0936 10.166 5.0308 8.2288 7.4205 8.2288 C 9.8102 8.2288 11.7474 10.166 11.7474 12.5557 C 11.7474 14.9454 9.8102 16.8826 7.4205 16.8826 C 7.281 16.8826 7.1431 16.876 7.007 16.8631 C 7.5837 17.0456 8.1979 17.1441 8.8351 17.1441 C 12.1767 17.1441 14.8856 14.4352 14.8856 11.0936 C 14.8856 7.752 12.1767 5.0431 8.8351 5.0431 Z M 6.3744 10.8678 C 4.917 10.8678 3.7355 12.0492 3.7355 13.5067 C 3.7355 14.0208 3.8826 14.5007 4.1369 14.9064 C 4.376 15.2008 4.6423 15.4722 4.9318 15.7169 C 5.3465 15.988 5.8421 16.1456 6.3744 16.1456 C 7.8319 16.1456 9.0134 14.9641 9.0134 13.5067 C 9.0134 12.0492 7.8319 10.8678 6.3744 10.8678 Z"
|
|
1746
|
+
})
|
|
1747
|
+
}));
|
|
1748
|
+
};
|
|
1740
1749
|
|
|
1741
1750
|
/* *
|
|
1742
1751
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1837,6 +1846,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
1837
1846
|
LockUnlocked: LockUnlocked,
|
|
1838
1847
|
MapAdd: MapAdd,
|
|
1839
1848
|
Menu: Menu,
|
|
1849
|
+
MeteoGate: MeteoGate,
|
|
1840
1850
|
Minus: Minus,
|
|
1841
1851
|
ModerateAircraftIcing: ModerateAircraftIcing,
|
|
1842
1852
|
ModerateTurbulence: ModerateTurbulence,
|
|
@@ -2771,6 +2781,20 @@ var colors$3 = {
|
|
|
2771
2781
|
opacity: 1,
|
|
2772
2782
|
borderColor: 'transparent'
|
|
2773
2783
|
}
|
|
2784
|
+
},
|
|
2785
|
+
chips: {
|
|
2786
|
+
flat: {
|
|
2787
|
+
mouseOver: {
|
|
2788
|
+
backgroundColor: '#D8E4F9',
|
|
2789
|
+
color: '#374061',
|
|
2790
|
+
borderColor: '#374061'
|
|
2791
|
+
},
|
|
2792
|
+
activeMouseOver: {
|
|
2793
|
+
backgroundColor: '#1047B0',
|
|
2794
|
+
color: '#FFFFFF',
|
|
2795
|
+
borderColor: 'transparent'
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2774
2798
|
}
|
|
2775
2799
|
};
|
|
2776
2800
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/609bb6a5287bd1abe0de39a7
|
|
@@ -3462,6 +3486,14 @@ var createTheme = function createTheme(_ref) {
|
|
|
3462
3486
|
}
|
|
3463
3487
|
}
|
|
3464
3488
|
}
|
|
3489
|
+
},
|
|
3490
|
+
MuiChip: {
|
|
3491
|
+
styleOverrides: {
|
|
3492
|
+
root: {
|
|
3493
|
+
'&:hover:not(.MuiChip-filled)': Object.assign({}, geowebColors.chips.flat.mouseOver),
|
|
3494
|
+
'&.MuiChip-filled:hover': Object.assign({}, geowebColors.chips.flat.activeMouseOver)
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3465
3497
|
}
|
|
3466
3498
|
}
|
|
3467
3499
|
});
|
|
@@ -4157,6 +4189,20 @@ var colors$2 = {
|
|
|
4157
4189
|
opacity: 1,
|
|
4158
4190
|
borderColor: 'transparent'
|
|
4159
4191
|
}
|
|
4192
|
+
},
|
|
4193
|
+
chips: {
|
|
4194
|
+
flat: {
|
|
4195
|
+
mouseOver: {
|
|
4196
|
+
backgroundColor: '#45556F',
|
|
4197
|
+
color: '#F8F9F9',
|
|
4198
|
+
borderColor: '#F8F9F9'
|
|
4199
|
+
},
|
|
4200
|
+
activeMouseOver: {
|
|
4201
|
+
backgroundColor: '#1047B0',
|
|
4202
|
+
color: '#FFFFFF',
|
|
4203
|
+
borderColor: 'transparent'
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4160
4206
|
}
|
|
4161
4207
|
};
|
|
4162
4208
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e694124ecf3886de76d4
|
|
@@ -5568,6 +5614,20 @@ var colors = {
|
|
|
5568
5614
|
opacity: 1,
|
|
5569
5615
|
borderColor: 'transparent'
|
|
5570
5616
|
}
|
|
5617
|
+
},
|
|
5618
|
+
chips: {
|
|
5619
|
+
flat: {
|
|
5620
|
+
mouseOver: {
|
|
5621
|
+
backgroundColor: '#D8E4F9',
|
|
5622
|
+
color: '#374061',
|
|
5623
|
+
borderColor: '#374061'
|
|
5624
|
+
},
|
|
5625
|
+
activeMouseOver: {
|
|
5626
|
+
backgroundColor: '#1047B0',
|
|
5627
|
+
color: '#FFFFFF',
|
|
5628
|
+
borderColor: 'transparent'
|
|
5629
|
+
}
|
|
5630
|
+
}
|
|
5571
5631
|
}
|
|
5572
5632
|
};
|
|
5573
5633
|
// https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/609bb6a5287bd1abe0de39a7
|
|
@@ -6388,4 +6448,4 @@ var BackdropElement = function BackdropElement() {
|
|
|
6388
6448
|
return elem === null ? defaultElem : elem;
|
|
6389
6449
|
};
|
|
6390
6450
|
|
|
6391
|
-
export { Add, Admin, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, BackdropElement, 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, 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, OverlayStyle, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, 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, WorldMapProjection, breakpoints, colors$3 as colorsLight, createShadows, createTheme, darkTheme, demoTheme, dragHandlePath, elevations$3 as elevationsLight, getThemeByName, lightTheme, locationPath, namedDarkTheme, namedDemoTheme, namedLightTheme, namedXmas2024Theme, parseColors, themeTranslations, useThemeContext, xmas2024Theme };
|
|
6451
|
+
export { Add, Admin, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, BackdropElement, 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, 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, MeteoGate, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, OverlayStyle, Pause, Picture, Play, Polygons, Preset, PresetTiles, PresetWorkspace, RadioactiveMaterials, Rain, Remove, Resize, SandStorm, Search, SevereAircraftIcing, 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, WorldMapProjection, breakpoints, colors$3 as colorsLight, createShadows, createTheme, darkTheme, demoTheme, dragHandlePath, elevations$3 as elevationsLight, getThemeByName, lightTheme, locationPath, namedDarkTheme, namedDemoTheme, namedLightTheme, namedXmas2024Theme, parseColors, themeTranslations, useThemeContext, xmas2024Theme };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/theme",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.8.0",
|
|
4
4
|
"description": "GeoWeb Theme library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"module": "./index.esm.js",
|
|
24
24
|
"type": "module",
|
|
25
25
|
"main": "./index.esm.js",
|
|
26
|
-
"types": "./index.
|
|
26
|
+
"types": "./index.d.ts"
|
|
27
27
|
}
|
|
@@ -136,4 +136,5 @@ export declare const ColumnCollapsed: (props: SvgIconProps) => React.ReactElemen
|
|
|
136
136
|
export declare const SharedPresetsOtherUsers: (props: SvgIconProps) => React.ReactElement;
|
|
137
137
|
export declare const SharedPresetsMyUser: (props: SvgIconProps) => React.ReactElement;
|
|
138
138
|
export declare const Sources: (props: SvgIconProps) => React.ReactElement;
|
|
139
|
+
export declare const MeteoGate: (props: SvgIconProps) => React.ReactElement;
|
|
139
140
|
export {};
|
package/src/lib/types.d.ts
CHANGED
|
@@ -24,6 +24,10 @@ export interface ButtonStyle {
|
|
|
24
24
|
disabled: CSSProperties;
|
|
25
25
|
focus: CSSProperties;
|
|
26
26
|
}
|
|
27
|
+
export interface ChipsStyle {
|
|
28
|
+
mouseOver: CSSProperties;
|
|
29
|
+
activeMouseOver: CSSProperties;
|
|
30
|
+
}
|
|
27
31
|
export interface GeowebColorPalette {
|
|
28
32
|
background: {
|
|
29
33
|
surface: CSSProperties['color'];
|
|
@@ -42,6 +46,9 @@ export interface GeowebColorPalette {
|
|
|
42
46
|
boxed: ButtonStyle;
|
|
43
47
|
icon: ButtonStyle;
|
|
44
48
|
};
|
|
49
|
+
chips: {
|
|
50
|
+
flat: ChipsStyle;
|
|
51
|
+
};
|
|
45
52
|
iconButtons: {
|
|
46
53
|
flat: ButtonStyle;
|
|
47
54
|
tool: ButtonStyle;
|
|
File without changes
|