@opengeoweb/theme 14.3.0 → 14.4.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 +65 -7
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
- package/src/lib/components/Icons/Icons.d.ts +7 -1
- package/src/lib/types.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -1833,6 +1833,32 @@ var SevereMountainWaves = function SevereMountainWaves(props) {
|
|
|
1833
1833
|
})
|
|
1834
1834
|
}));
|
|
1835
1835
|
};
|
|
1836
|
+
var Airplane = function Airplane(props) {
|
|
1837
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1838
|
+
children: jsx("path", {
|
|
1839
|
+
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",
|
|
1840
|
+
id: "path-1",
|
|
1841
|
+
"data-testid": "airplane-path"
|
|
1842
|
+
})
|
|
1843
|
+
}));
|
|
1844
|
+
};
|
|
1845
|
+
var Pinned = function Pinned(props) {
|
|
1846
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1847
|
+
children: jsx("path", {
|
|
1848
|
+
d: "M7.02941176,3.25088875 C7.29411765,3.25088875 14.7198322,3.24060983 14.9705882,3.25088875 C15.2213442,3.26116768 15.4117647,3.59449599 15.4117647,3.76629961 C15.4117647,4.45351408 15.2352941,4.71121951 15.0588235,5.05482675 C14.8307414,5.49892714 14.1764706,5.82794303 13.5588235,5.91384484 C12.9411765,5.99974665 12.7647059,6.17155027 12.7647059,6.51515751 C12.7647059,7.20855484 13.099657,9.5340627 13.1176471,9.60762264 C13.1762486,9.84724021 13.3527192,10.0190438 13.6470588,10.1230335 C14.4705882,10.4124185 15.2352941,10.8991954 15.9411765,11.5833643 C16.6470588,12.2675331 17,13.0120155 17,13.8168113 C16.9411765,14.1031507 16.8235294,14.2463203 16.6470588,14.2463203 C16.3823529,14.2463203 5.61764706,14.2463203 5.35294118,14.2463203 C5.17647059,14.2463203 5.05882353,14.1031507 5,13.8168113 C5,13.0150611 5.32352941,12.2705787 5.97058824,11.5833643 C6.61764706,10.8961498 7.41176471,10.4093729 8.35294118,10.1230335 C8.65103204,10.0037051 8.82750263,9.83190153 8.88235294,9.60762264 C8.90082609,9.5320873 9.23529412,7.20666391 9.23529412,6.51515751 C9.23529412,6.17155027 9.05882353,5.99974665 8.44117647,5.91384484 C7.82352941,5.82794303 7.20588235,5.4843358 6.94117647,5.05482675 C6.77176665,4.77994411 6.58823529,4.45351408 6.58823529,3.76629961 C6.58823529,3.59449599 6.76470588,3.25088875 7.02941176,3.25088875 Z M9.64644661,15.7064755 L11.6464466,15.7064755 C11.0492003,21.0398088 10.715867,23.7064755 10.6464466,23.7064755 C10.5770846,23.7064755 10.2437512,21.0398088 9.64644661,15.7064755 Z",
|
|
1849
|
+
id: "Combined-Shape",
|
|
1850
|
+
transform: "translate(11, 13.4764) rotate(45) translate(-11, -13.4764)"
|
|
1851
|
+
})
|
|
1852
|
+
}));
|
|
1853
|
+
};
|
|
1854
|
+
var Region = function Region(props) {
|
|
1855
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1856
|
+
children: jsx("path", {
|
|
1857
|
+
d: "M12,3 C16.9635036,3 21,7.03649635 21,12 C21,16.9635036 16.9635036,21 12,21 C7.03649635,21 3,16.9635036 3,12 C3,7.03649635 7.03649635,3 12,3 Z M11,13 L8,13 C8.23637888,15.4068844 9.33277452,17.5887026 11,19 L11,13 Z M16,13 L13,13 L13,19 C14.6672255,17.5860547 15.7636211,15.4042365 16,13 Z M6.28451296,13 L5,13 C5.24597057,15.0702403 6.38332165,16.9325323 8,18 C7.02452698,16.5836414 6.42747022,14.857671 6.28451296,13 Z M19,13 L17.71669,13 C17.5715288,14.8553604 16.9740533,16.5836414 16,18 C17.6157083,16.9302218 18.7559607,15.0656192 19,13 Z M13,5 L13,11 L16,11 C15.7661358,8.59417733 14.6697402,6.41332157 13,5 Z M8,6 C6.38315789,7.07076781 5.24421053,8.93478261 5,11 L6.28631579,11 C6.42947368,9.14523589 7.02736842,7.41766883 8,6 Z M11,5 C9.33025985,6.41596824 8.23637888,8.596824 8,11 L11,11 L11,5 Z M16,6 C16.9768908,7.41505078 17.5735294,9.14173592 17.7184874,11 L19,11 C18.7563025,8.89935365 17.6344538,7.05955679 16,6 Z",
|
|
1858
|
+
id: "path-1"
|
|
1859
|
+
})
|
|
1860
|
+
}));
|
|
1861
|
+
};
|
|
1836
1862
|
var WorkspacePresetsSystemIcon = function WorkspacePresetsSystemIcon(props) {
|
|
1837
1863
|
return jsx(SvgIcon, Object.assign({
|
|
1838
1864
|
viewBox: "0 0 28 24"
|
|
@@ -1872,7 +1898,7 @@ var DrawToolRectangle = function DrawToolRectangle(props) {
|
|
|
1872
1898
|
})
|
|
1873
1899
|
}));
|
|
1874
1900
|
};
|
|
1875
|
-
var
|
|
1901
|
+
var DrawToolSmoothLine = function DrawToolSmoothLine(props) {
|
|
1876
1902
|
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1877
1903
|
children: jsx("path", {
|
|
1878
1904
|
d: "M7,2.70393372 C12,1.07515108 14.0142059,1.11724854 15.0060372,2.00859479 C16.8456719,3.74404909 14.1475922,6.31344631 11.4986877,9.32475281 C11.0918338,9.76226069 10.6734737,10.220967 10.2607091,10.6859223 L9.90868003,11.0856373 C7.92613443,13.3554091 6.19087054,15.6718435 6.66254822,16.3219208 C8.58115563,17.0825867 13.5281135,9.60468138 16.5035553,10.0151367 C18.410163,10.357751 18.8264043,12.5929907 17.8618835,14.390771 C17.3103651,15.6887479 15.1598354,18.1037454 14.8359363,19.1810369 C15.4566779,19.3109542 16.1777527,19.3544749 16.9991607,19.3115992 L17,17 L23,17 L23,23 L17,23 L17.0005899,21.2969745 C15.5798515,21.3552003 14.3928415,21.2131485 13.4395599,20.8708191 C12.0707831,19.5163403 13.112864,17.9025552 14.1494197,16.4064353 C14.2338415,16.2845845 14.3197301,16.1626582 14.4062335,16.0409317 L14.6667364,15.6766271 C15.7093097,14.2240102 16.717732,12.8398307 16.2197665,12 C15.3534805,12.1240243 13.3665692,14.0456986 11.1089351,16.0783386 C8.85130102,18.1109787 6.7765592,19.1255095 5.2696755,17.7575114 C3.27758657,15.8205099 5.96876028,12.5438861 8.85058757,9.2849582 L9.20411176,8.88608655 C9.32206712,8.75322034 9.44003461,8.62047591 9.55770874,8.48794556 C11.7036827,6.1872905 13.2414398,4.33685303 13.5877228,3.46759033 C13.0730438,3.28355408 11.4025879,3.30383719 7,4.82196045 L7,7.5 L1,7.5 L1,1.5 L7,1.5 Z"
|
|
@@ -1910,6 +1936,27 @@ var DrawToolLineString = function DrawToolLineString(props) {
|
|
|
1910
1936
|
})
|
|
1911
1937
|
}));
|
|
1912
1938
|
};
|
|
1939
|
+
var DrawToolFreehand = function DrawToolFreehand(props) {
|
|
1940
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1941
|
+
children: jsx("path", {
|
|
1942
|
+
d: "M17.8583154,7 L12.6437379,16.4259302 L12.6294233,16.433171 L12.9536924,22.0137621 L17.8589775,19.3299816 L23.0677451,9.9366788 L17.8583154,7 Z M16.6541822,9.17231387 L16.0381865,10.2835995 L21.2679883,13.1835261 L21.8836965,12.072759 L16.6541822,9.17231387 Z M13.2469645,15.3190973 L12.6352544,16.4327585 L17.8604882,19.330819 L18.4761964,18.2200519 L13.2469645,15.3190973 Z M1.08387028,5.99690162 C1.56137454,5.71770465 2.25549966,5.36555366 3.16624564,4.94044864 C6.21904592,3.20980617 7.38807197,3.16699018 7.75192565,3.36397847 C7.52626666,4.32835499 6.48542292,6.39104851 5.02747199,8.95846252 C2.91214648,12.8758113 0.655498306,16.9617278 2.20431459,19.2495698 C3.28559657,20.7421802 4.71847735,19.5962265 6.25976427,17.3234844 C7.8010512,15.0507422 9.15495577,12.9038755 9.75901555,12.7562987 C10.1846121,13.8314416 9.18912045,15.7500221 8.39460749,17.6487306 C7.69780295,19.3139378 6.99939897,21.1091797 7.98373742,22.5885449 C8.95198301,23.1150422 10.2499793,23.179051 11.8777264,22.7805712 L11.7230928,20.5685287 C10.5968235,20.8886124 9.66536048,20.9341131 8.92870371,20.7050309 C9.13468194,19.5111494 10.5936177,16.8173828 10.9546878,15.3769616 C11.5952478,13.3794353 11.260759,10.9155851 9.91941618,10.560448 C7.82851886,10.1434377 4.50953232,18.4636161 3.15172897,17.6468663 C2.71826933,16.7460417 4.70460227,12.8581153 6.40240477,9.85904098 C8.19873521,6.50053053 10.0380112,3.62953057 8.71669946,1.73511212 C8.00517425,0.762694359 6.59430033,0.740808294 3.12541006,2.60097983 C2.14832678,3.12493486 1.45486056,3.51483415 1.0450114,3.77067768 L1.08387028,5.99690162 Z"
|
|
1943
|
+
})
|
|
1944
|
+
}));
|
|
1945
|
+
};
|
|
1946
|
+
var Measure = function Measure(props) {
|
|
1947
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1948
|
+
children: jsx("path", {
|
|
1949
|
+
d: "M23,13 L23,21 L1,21 L1,13 L23,13 Z M4.74611838,14.5 L2.5,14.5 L2.5,19.5 L21.5,19.5 L21.5,14.5 L19.25,14.5 L19.25,17.2666667 L17.75,17.2666667 L17.75,14.5 L14.9160978,14.5 L14.9160978,16.2 L13.4160978,16.2 L13.4160978,14.5 L10.5821956,14.5 L10.5821956,17.2666667 L9.08219555,17.2666667 L9.08219555,14.5 L6.24829333,14.5 L6.24829333,16.2 L4.74611838,16.2 L4.74611838,14.5 Z M7.9868429,3.5 L4,6.48689922 L7.9868429,9.5 L7.9868429,7.48253229 L15.9829311,7.48253229 L15.9829311,9.5 L20,6.48689922 L15.9829311,3.5 L15.9829311,5.49319991 L7.9868429,5.49319991 L7.9868429,3.5 Z M1,2 L2.5,2 L2.5,11 L1,11 L1,2 Z M21.5,2 L23,2 L23,11 L21.5,11 L21.5,2 Z"
|
|
1950
|
+
})
|
|
1951
|
+
}));
|
|
1952
|
+
};
|
|
1953
|
+
var LocationInfo = function LocationInfo(props) {
|
|
1954
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1955
|
+
children: jsx("path", {
|
|
1956
|
+
d: "M12,3 C15.84,3 19,6.14 19,10 C19,15.5700069 12,21 12,21 C12,21 5,15.5700069 5,10 C5,6.14 8.14,3 12,3 Z M12.7296204,9.25 L10.25,9.25 L10.25,10.5609438 L11.021006,10.5609438 L11.021006,13.6272306 L10.25,13.6272306 L10.25,14.9375 L13.5,14.9375 L13.5,13.6272306 L12.7296204,13.6272306 L12.7296204,9.25 Z M11.8675186,6 C11.1877832,6 10.65625,6.53153318 10.65625,7.21126863 C10.65625,7.89100409 11.1877832,8.4375 11.8675186,8.4375 C12.5472541,8.4375 13.09375,7.89100409 13.09375,7.21126863 C13.09375,6.53153318 12.5472541,6 11.8675186,6 Z"
|
|
1957
|
+
})
|
|
1958
|
+
}));
|
|
1959
|
+
};
|
|
1913
1960
|
|
|
1914
1961
|
/* *
|
|
1915
1962
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1933,6 +1980,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
1933
1980
|
__proto__: null,
|
|
1934
1981
|
Add: Add,
|
|
1935
1982
|
Admin: Admin,
|
|
1983
|
+
Airplane: Airplane,
|
|
1936
1984
|
Animation: Animation,
|
|
1937
1985
|
ArrowDown: ArrowDown,
|
|
1938
1986
|
ArrowDownCompact: ArrowDownCompact,
|
|
@@ -1981,6 +2029,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
1981
2029
|
DrawToolPoint: DrawToolPoint,
|
|
1982
2030
|
DrawToolPolygon: DrawToolPolygon,
|
|
1983
2031
|
DrawToolRectangle: DrawToolRectangle,
|
|
2032
|
+
DrawToolSmoothLine: DrawToolSmoothLine,
|
|
1984
2033
|
DrawToolSquare: DrawToolSquare,
|
|
1985
2034
|
Edit: Edit,
|
|
1986
2035
|
Equalizer: Equalizer,
|
|
@@ -2014,9 +2063,11 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
2014
2063
|
List: List,
|
|
2015
2064
|
ListItem: ListItem,
|
|
2016
2065
|
Location: Location,
|
|
2066
|
+
LocationInfo: LocationInfo,
|
|
2017
2067
|
LockLocked: LockLocked,
|
|
2018
2068
|
LockUnlocked: LockUnlocked,
|
|
2019
2069
|
MapAdd: MapAdd,
|
|
2070
|
+
Measure: Measure,
|
|
2020
2071
|
Menu: Menu,
|
|
2021
2072
|
MeteoGate: MeteoGate,
|
|
2022
2073
|
Minus: Minus,
|
|
@@ -2030,10 +2081,12 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
2030
2081
|
Overlayers: Overlayers,
|
|
2031
2082
|
Pause: Pause,
|
|
2032
2083
|
Picture: Picture,
|
|
2084
|
+
Pinned: Pinned,
|
|
2033
2085
|
Play: Play,
|
|
2034
2086
|
Polygons: Polygons,
|
|
2035
2087
|
RadioactiveMaterials: RadioactiveMaterials,
|
|
2036
2088
|
Rain: Rain,
|
|
2089
|
+
Region: Region,
|
|
2037
2090
|
Remove: Remove,
|
|
2038
2091
|
Resize: Resize,
|
|
2039
2092
|
SandStorm: SandStorm,
|
|
@@ -2591,7 +2644,8 @@ var colors$4 = {
|
|
|
2591
2644
|
iconWarning: '#ffa800',
|
|
2592
2645
|
systemScopeIcon: '#0050D9',
|
|
2593
2646
|
userScopeIcon: '#22780F',
|
|
2594
|
-
sharedByOthersIcon: '#535B78'
|
|
2647
|
+
sharedByOthersIcon: '#535B78',
|
|
2648
|
+
informationDialog: '#F1F9FF'
|
|
2595
2649
|
},
|
|
2596
2650
|
textInputField: {
|
|
2597
2651
|
"default": {
|
|
@@ -3984,7 +4038,8 @@ var colors$3 = {
|
|
|
3984
4038
|
iconWarning: '#ffa800',
|
|
3985
4039
|
systemScopeIcon: '#4C8DFF',
|
|
3986
4040
|
userScopeIcon: '#5CC45A',
|
|
3987
|
-
sharedByOthersIcon: '#A2AECF'
|
|
4041
|
+
sharedByOthersIcon: '#A2AECF',
|
|
4042
|
+
informationDialog: '#2B2B2B'
|
|
3988
4043
|
},
|
|
3989
4044
|
textInputField: {
|
|
3990
4045
|
"default": {
|
|
@@ -4707,7 +4762,8 @@ var colors$2 = {
|
|
|
4707
4762
|
iconWarning: '#ffa800',
|
|
4708
4763
|
systemScopeIcon: '#0050D9',
|
|
4709
4764
|
userScopeIcon: '#22780F',
|
|
4710
|
-
sharedByOthersIcon: '#535B78'
|
|
4765
|
+
sharedByOthersIcon: '#535B78',
|
|
4766
|
+
informationDialog: '#F1F9FF'
|
|
4711
4767
|
},
|
|
4712
4768
|
textInputField: {
|
|
4713
4769
|
"default": {
|
|
@@ -5431,7 +5487,8 @@ var colors$1 = {
|
|
|
5431
5487
|
iconWarning: '#ffa800',
|
|
5432
5488
|
systemScopeIcon: '#0050D9',
|
|
5433
5489
|
userScopeIcon: '#22780F',
|
|
5434
|
-
sharedByOthersIcon: '#535B78'
|
|
5490
|
+
sharedByOthersIcon: '#535B78',
|
|
5491
|
+
informationDialog: '#F1F9FF'
|
|
5435
5492
|
},
|
|
5436
5493
|
textInputField: {
|
|
5437
5494
|
"default": {
|
|
@@ -6153,7 +6210,8 @@ var colors = Object.assign({}, colors$4, {
|
|
|
6153
6210
|
iconWarning: '#ffa800',
|
|
6154
6211
|
systemScopeIcon: '#4C8DFF',
|
|
6155
6212
|
userScopeIcon: '#5CC45A',
|
|
6156
|
-
sharedByOthersIcon: '#A2AECF'
|
|
6213
|
+
sharedByOthersIcon: '#A2AECF',
|
|
6214
|
+
informationDialog: '#F1F9FF'
|
|
6157
6215
|
},
|
|
6158
6216
|
textInputField: {
|
|
6159
6217
|
"default": {
|
|
@@ -7313,4 +7371,4 @@ var BackdropStyle = function BackdropStyle() {
|
|
|
7313
7371
|
return style === {} ? defaultStyle : style;
|
|
7314
7372
|
};
|
|
7315
7373
|
|
|
7316
|
-
export { Add, Admin, Animation, ArrowDown, ArrowDownCompact, ArrowDropDownDown, ArrowDropDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpCompact, AutoUpdateActive, AutoUpdateInActive, 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, 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, LockLocked, LockUnlocked, MapAdd, Menu, MeteoGate, Minus, ModerateAircraftIcing, ModerateTurbulence, MyLocation, None, Notifications, Now, Options, OverlayStyle, Overlayers, Pause, Picture, Play, Polygons, RadioactiveMaterials, Rain, Remove, Resize, 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, themeTranslations, useThemeContext, xmasTheme };
|
|
7374
|
+
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, 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, themeTranslations, useThemeContext, xmasTheme };
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -12,3 +12,4 @@ export * from './lib/utils/EChartsThemes';
|
|
|
12
12
|
export { THEME_NAMESPACE } from './lib/utils/i18n';
|
|
13
13
|
export { themeTranslations };
|
|
14
14
|
export { OverlayStyle, ContainerStyle, BackdropStyle, } from './lib/utils/themes/BackdropDecoration';
|
|
15
|
+
export { BORDER_RADIUS } from './lib/utils/buttonStyles';
|
|
@@ -136,14 +136,20 @@ export declare const Sources: (props: SvgIconProps) => React.ReactElement;
|
|
|
136
136
|
export declare const MeteoGate: (props: SvgIconProps) => React.ReactElement;
|
|
137
137
|
export declare const Overlayers: (props: SvgIconProps) => React.ReactElement;
|
|
138
138
|
export declare const SevereMountainWaves: (props: SvgIconProps) => React.ReactElement;
|
|
139
|
+
export declare const Airplane: (props: SvgIconProps) => React.ReactElement;
|
|
140
|
+
export declare const Pinned: (props: SvgIconProps) => React.ReactElement;
|
|
141
|
+
export declare const Region: (props: SvgIconProps) => React.ReactElement;
|
|
139
142
|
export declare const WorkspacePresetsSystemIcon: (props: SvgIconProps) => React.ReactElement;
|
|
140
143
|
export declare const WorkspacePresetsMyIcon: (props: SvgIconProps) => React.ReactElement;
|
|
141
144
|
export declare const DrawToolPolygon: (props: SvgIconProps) => React.ReactElement;
|
|
142
145
|
export declare const DrawToolSquare: (props: SvgIconProps) => React.ReactElement;
|
|
143
146
|
export declare const DrawToolRectangle: (props: SvgIconProps) => React.ReactElement;
|
|
144
|
-
export declare const
|
|
147
|
+
export declare const DrawToolSmoothLine: (props: SvgIconProps) => React.ReactElement;
|
|
145
148
|
export declare const DrawToolCircle: (props: SvgIconProps) => React.ReactElement;
|
|
146
149
|
export declare const DrawToolPoint: (props: SvgIconProps) => React.ReactElement;
|
|
147
150
|
export declare const DrawToolOval: (props: SvgIconProps) => React.ReactElement;
|
|
148
151
|
export declare const DrawToolLineString: (props: SvgIconProps) => React.ReactElement;
|
|
152
|
+
export declare const DrawToolFreehand: (props: SvgIconProps) => React.ReactElement;
|
|
153
|
+
export declare const Measure: (props: SvgIconProps) => React.ReactElement;
|
|
154
|
+
export declare const LocationInfo: (props: SvgIconProps) => React.ReactElement;
|
|
149
155
|
export {};
|
package/src/lib/types.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export interface GeowebColorPalette {
|
|
|
67
67
|
systemScopeIcon: CSSProperties['color'];
|
|
68
68
|
userScopeIcon: CSSProperties['color'];
|
|
69
69
|
sharedByOthersIcon: CSSProperties['color'];
|
|
70
|
+
informationDialog: CSSProperties['color'];
|
|
70
71
|
};
|
|
71
72
|
textInputField: {
|
|
72
73
|
default: CSSProperties;
|