@opengeoweb/theme 4.21.0 → 4.22.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.
Files changed (70) hide show
  1. package/{index.esm.js → index.js} +3435 -254
  2. package/package.json +9 -8
  3. package/{lib → src/lib}/types.d.ts +2 -0
  4. package/index.umd.js +0 -3358
  5. /package/{index.d.ts → src/index.d.ts} +0 -0
  6. /package/{lib → src/lib}/components/Icons/Icons.d.ts +0 -0
  7. /package/{lib → src/lib}/components/Icons/Icons.spec.d.ts +0 -0
  8. /package/{lib → src/lib}/components/Icons/index.d.ts +0 -0
  9. /package/{lib → src/lib}/components/Paths/Paths.d.ts +0 -0
  10. /package/{lib → src/lib}/components/Paths/index.d.ts +0 -0
  11. /package/{lib → src/lib}/components/Theme/ThemeContext.d.ts +0 -0
  12. /package/{lib → src/lib}/components/Theme/ThemeContext.spec.d.ts +0 -0
  13. /package/{lib → src/lib}/components/Theme/index.d.ts +0 -0
  14. /package/{lib → src/lib}/stories/Accordion.stories.d.ts +0 -0
  15. /package/{lib → src/lib}/stories/Avatar.stories.d.ts +0 -0
  16. /package/{lib → src/lib}/stories/Backdrop.stories.d.ts +0 -0
  17. /package/{lib → src/lib}/stories/Breakpoints.stories.d.ts +0 -0
  18. /package/{lib → src/lib}/stories/Button.stories.d.ts +0 -0
  19. /package/{lib → src/lib}/stories/Card.stories.d.ts +0 -0
  20. /package/{lib → src/lib}/stories/Colors.stories.d.ts +0 -0
  21. /package/{lib → src/lib}/stories/Elevation.stories.d.ts +0 -0
  22. /package/{lib → src/lib}/stories/FormElements.stories.d.ts +0 -0
  23. /package/{lib → src/lib}/stories/IconButton.stories.d.ts +0 -0
  24. /package/{lib → src/lib}/stories/Icons.stories.d.ts +0 -0
  25. /package/{lib → src/lib}/stories/List.stories.d.ts +0 -0
  26. /package/{lib → src/lib}/stories/MenuItem.stories.d.ts +0 -0
  27. /package/{lib → src/lib}/stories/Slider.stories.d.ts +0 -0
  28. /package/{lib → src/lib}/stories/Snackbar.stories.d.ts +0 -0
  29. /package/{lib → src/lib}/stories/StoryHeader.d.ts +0 -0
  30. /package/{lib → src/lib}/stories/StoryWrapper.d.ts +0 -0
  31. /package/{lib → src/lib}/stories/Switch.stories.d.ts +0 -0
  32. /package/{lib → src/lib}/stories/Table.stories.d.ts +0 -0
  33. /package/{lib → src/lib}/stories/Tabs.stories.d.ts +0 -0
  34. /package/{lib → src/lib}/stories/TextField.stories.d.ts +0 -0
  35. /package/{lib → src/lib}/stories/ToggleButton.stories.d.ts +0 -0
  36. /package/{lib → src/lib}/stories/Tooltip.stories.d.ts +0 -0
  37. /package/{lib → src/lib}/stories/Typography.stories.d.ts +0 -0
  38. /package/{lib → src/lib}/stories/index.stories.d.ts +0 -0
  39. /package/{lib → src/lib}/stories/snapshots/Accordion.stories.d.ts +0 -0
  40. /package/{lib → src/lib}/stories/snapshots/Avatar.stories.d.ts +0 -0
  41. /package/{lib → src/lib}/stories/snapshots/Backdrop.stories.d.ts +0 -0
  42. /package/{lib → src/lib}/stories/snapshots/Button.stories.d.ts +0 -0
  43. /package/{lib → src/lib}/stories/snapshots/Card.stories.d.ts +0 -0
  44. /package/{lib → src/lib}/stories/snapshots/Colors.stories.d.ts +0 -0
  45. /package/{lib → src/lib}/stories/snapshots/Elevation.stories.d.ts +0 -0
  46. /package/{lib → src/lib}/stories/snapshots/FormElements.stories.d.ts +0 -0
  47. /package/{lib → src/lib}/stories/snapshots/IconButton.stories.d.ts +0 -0
  48. /package/{lib → src/lib}/stories/snapshots/Icons.stories.d.ts +0 -0
  49. /package/{lib → src/lib}/stories/snapshots/List.stories.d.ts +0 -0
  50. /package/{lib → src/lib}/stories/snapshots/MenuItem.stories.d.ts +0 -0
  51. /package/{lib → src/lib}/stories/snapshots/Slider.stories.d.ts +0 -0
  52. /package/{lib → src/lib}/stories/snapshots/Snackbar.stories.d.ts +0 -0
  53. /package/{lib → src/lib}/stories/snapshots/Switch.stories.d.ts +0 -0
  54. /package/{lib → src/lib}/stories/snapshots/Table.stories.d.ts +0 -0
  55. /package/{lib → src/lib}/stories/snapshots/Tabs.stories.d.ts +0 -0
  56. /package/{lib → src/lib}/stories/snapshots/TextField.stories.d.ts +0 -0
  57. /package/{lib → src/lib}/stories/snapshots/ToggleButton.stories.d.ts +0 -0
  58. /package/{lib → src/lib}/stories/snapshots/Tooltip.stories.d.ts +0 -0
  59. /package/{lib → src/lib}/stories/snapshots/Typography.stories.d.ts +0 -0
  60. /package/{lib → src/lib}/storyshots/Storyshots.spec.d.ts +0 -0
  61. /package/{lib → src/lib}/utils/buttonStyles.d.ts +0 -0
  62. /package/{lib → src/lib}/utils/buttonStyles.test.d.ts +0 -0
  63. /package/{lib → src/lib}/utils/createTheme.d.ts +0 -0
  64. /package/{lib → src/lib}/utils/createTheme.spec.d.ts +0 -0
  65. /package/{lib → src/lib}/utils/themes/darkTheme.d.ts +0 -0
  66. /package/{lib → src/lib}/utils/themes/gwTheme.d.ts +0 -0
  67. /package/{lib → src/lib}/utils/themes/index.d.ts +0 -0
  68. /package/{lib → src/lib}/utils/themes/lightTheme.d.ts +0 -0
  69. /package/{lib → src/lib}/utils/utils.d.ts +0 -0
  70. /package/{lib → src/lib}/utils/utils.spec.d.ts +0 -0
package/index.umd.js DELETED
@@ -1,3358 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('@mui/material'), require('@mui/x-date-pickers')) :
3
- typeof define === 'function' && define.amd ? define(['exports', 'react', '@mui/material', '@mui/x-date-pickers'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Theme = {}, global.React, global.material, global.xDatePickers));
5
- })(this, (function (exports, React, material, xDatePickers) { 'use strict';
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var React__namespace = /*#__PURE__*/_interopNamespace(React);
26
-
27
- /*! *****************************************************************************
28
- Copyright (c) Microsoft Corporation.
29
-
30
- Permission to use, copy, modify, and/or distribute this software for any
31
- purpose with or without fee is hereby granted.
32
-
33
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
34
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
35
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
36
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
37
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39
- PERFORMANCE OF THIS SOFTWARE.
40
- ***************************************************************************** */
41
-
42
- var __assign = function() {
43
- __assign = Object.assign || function __assign(t) {
44
- for (var s, i = 1, n = arguments.length; i < n; i++) {
45
- s = arguments[i];
46
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
47
- }
48
- return t;
49
- };
50
- return __assign.apply(this, arguments);
51
- };
52
-
53
- function __rest(s, e) {
54
- var t = {};
55
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
56
- t[p] = s[p];
57
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
58
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
59
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
60
- t[p[i]] = s[p[i]];
61
- }
62
- return t;
63
- }
64
-
65
- function __read(o, n) {
66
- var m = typeof Symbol === "function" && o[Symbol.iterator];
67
- if (!m) return o;
68
- var i = m.call(o), r, ar = [], e;
69
- try {
70
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
71
- }
72
- catch (error) { e = { error: error }; }
73
- finally {
74
- try {
75
- if (r && !r.done && (m = i["return"])) m.call(i);
76
- }
77
- finally { if (e) throw e.error; }
78
- }
79
- return ar;
80
- }
81
-
82
- /* *
83
- * Licensed under the Apache License, Version 2.0 (the "License");
84
- * you may not use this file except in compliance with the License.
85
- * You may obtain a copy of the License at
86
- *
87
- * http://www.apache.org/licenses/LICENSE-2.0
88
- *
89
- * Unless required by applicable law or agreed to in writing, software
90
- * distributed under the License is distributed on an "AS IS" BASIS,
91
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
92
- * See the License for the specific language governing permissions and
93
- * limitations under the License.
94
- *
95
- * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
96
- * Copyright 2022 - Finnish Meteorological Institute (FMI)
97
- * */
98
- var dragHandlePath = 'M9.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z';
99
-
100
- /* *
101
- * Licensed under the Apache License, Version 2.0 (the "License");
102
- * you may not use this file except in compliance with the License.
103
- * You may obtain a copy of the License at
104
- *
105
- * http://www.apache.org/licenses/LICENSE-2.0
106
- *
107
- * Unless required by applicable law or agreed to in writing, software
108
- * distributed under the License is distributed on an "AS IS" BASIS,
109
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
110
- * See the License for the specific language governing permissions and
111
- * limitations under the License.
112
- *
113
- * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
114
- * Copyright 2022 - Finnish Meteorological Institute (FMI)
115
- * */
116
- var SplitHorizontal = function SplitHorizontal(props) {
117
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
118
- 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"
119
- }));
120
- };
121
- var SplitVertical = function SplitVertical(props) {
122
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
123
- 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"
124
- }));
125
- };
126
- var Expand = function Expand(props) {
127
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
128
- d: "M6.36 9.5c.752.001 1.36.607 1.36 1.355v5.436h5.42c.751 0 1.36.607 1.36 1.355A1.357 1.357 0 0 1 13.14 19H5v-8.145A1.36 1.36 0 0 1 6.36 9.5zM19 4v8.145c0 .749-.609 1.354-1.36 1.355a1.359 1.359 0 0 1-1.36-1.355V6.709h-5.42c-.75 0-1.36-.607-1.36-1.355 0-.374.152-.713.398-.958.248-.245.587-.396.963-.396H19z"
129
- }));
130
- };
131
- var UnExpand = function UnExpand(props) {
132
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
133
- d: "M3.86084312,12 C3.48526636,12 3.14555369,12.1508094 2.89848993,12.3958747 C2.6524224,12.6409399 2.5,12.9802611 2.5,13.3543081 C2.5,14.1024021 3.1096896,14.7086162 3.86084312,14.7086162 L9.27930998,14.7086162 L9.27930998,20.1446997 C9.27930998,20.8937859 9.88899958,21.4990078 10.6401531,21.5 C11.3913066,21.4990078 12,20.8937859 12,20.1446997 L12,12 L3.86084312,12 Z M21.1401531,8.29138381 L15.72069,8.29138381 L15.72069,2.85530026 C15.72069,2.10720627 15.1119966,1.50099217 14.3608431,1.5 C13.6086934,1.50099217 13.0009962,2.10819843 13,2.85530026 L13,11 L21.1401531,11 C21.5157299,11 21.8554425,10.8491906 22.1015101,10.6041253 C22.3475776,10.3590601 22.5,10.0197389 22.5,9.64569191 C22.5,8.89759791 21.8913066,8.29138381 21.1401531,8.29138381"
134
- }));
135
- };
136
- var Delete = function Delete(props) {
137
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
138
- d: "M17.504 8.228c.588 0 1.027.48.973 1.066l-.876 9.64A1.197 1.197 0 0 1 16.434 20H8.41c-.59 0-1.115-.48-1.167-1.066l-.877-9.64a.962.962 0 0 1 .973-1.066zm-2.115 1.228a.82.82 0 0 0-.819.82v7.674a.818.818 0 0 0 1.638 0v-7.675a.819.819 0 0 0-.819-.819zm-2.968 0a.819.819 0 0 0-.819.82v7.674a.818.818 0 1 0 1.638 0v-7.675a.82.82 0 0 0-.82-.819zm-2.968 0a.819.819 0 0 0-.818.82v7.674a.818.818 0 1 0 1.637 0v-7.675a.82.82 0 0 0-.82-.819zM13.432 4c.21 0 .404.168.436.376l.107.758 3.256-.01a1.606 1.606 0 0 1 1.61 1.6l.001.535-12.841.038L6 6.76a1.605 1.605 0 0 1 1.6-1.61l3.262-.008.103-.758a.454.454 0 0 1 .434-.38z"
139
- }));
140
- };
141
- var DrawRegion = function DrawRegion(props) {
142
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
143
- d: "M6,2 L6,2.999 L10,2.999 L10,2 L14,2 L14,2.999 L18,2.999 L18,2 L22,2 L22,6 L20.999,6 L20.999,10 L22,10 L22,14 L20.999,14 L20.999,18 L22,18 L22,22 L18,22 L18,20.999 L14,20.999 L14,22 L10,22 L10,20.999 L6,20.999 L6,22 L2,22 L2,18 L2.999,18 L2.999,14 L2,14 L2,10 L2.999,10 L2.999,6 L2,6 L2,2 L6,2 Z M10,4.999 L6,4.999 L6,6 L4.999,6 L4.999,10 L6,10 L6,14 L4.999,14 L4.999,18 L6,18 L6,18.999 L10,18.999 L10,18 L14,18 L14,18.999 L18,18.999 L18,18 L18.999,18 L18.999,14 L18,14 L18,10 L18.999,10 L18.999,6 L18,6 L18,4.999 L14,4.999 L14,6 L10,6 L10,4.999 Z"
144
- }));
145
- };
146
- var DrawPolygon = function DrawPolygon(props) {
147
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
148
- d: "M14,1 L14,4.113 L12.0044614,2.2 L11.994,5.221 L4.039,19 L5,19 L5,23 L1,23 L1,19 L2.307,19 L10.389,5 L10,5 L10,1 L14,1 Z M13.0044614,4.62000715 L23.2887637,14.4827842 L18.3738381,14.8752125 L20.4451897,19.755011 L18.7229079,20.4860763 L16.6515563,15.6062777 L12.9550728,18.8691758 L13.0044614,4.62000715 Z"
149
- }));
150
- };
151
- var DrawFIRLand = function DrawFIRLand(props) {
152
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
153
- d: "m8.792 0 4.37 2.748h5.106v7.48l.043.078a.585.585 0 0 1 .178-.048.691.691 0 0 1 .344.062l.105.06v.16l.033.04.048.255c.163.103.286.169.37.197a.295.295 0 0 0 .218 0c-.013.124-.013.192 0 .204.04.037.162.08.37.13a.874.874 0 0 1 .025.237.202.202 0 0 1-.07.124.25.25 0 0 0-.032.187c.007.03.058.003.076.106.007.04-.005.114 0 .225.002.047.01.13.026.251a1.363 1.363 0 0 1-.102.373c-.04.078-.138.203-.293.375a.19.19 0 0 1 0 .113c-.017.049-.063.047-.064.069-.01.155.003.436-.033.794-.004.046-.026.107-.07.117-.045.011-.103-.056-.157-.06-.08-.007-.148.036-.214.027-.019-.002-.056-.06-.077-.063-.05-.007-.144.04-.258.035a.293.293 0 0 1-.094-.025l-.066-.03-.085.116-.014.202c.086.035.128.063.127.083 0 .01-.025.02-.072.034l-.055.015-.013.047-.07.024c.024.002.04.029.048.08a.528.528 0 0 1-.02.205c.075.064.136.1.182.11.045.009.116 0 .211-.029.071.091.156.137.256.137.15 0 .131-.174.214-.137.04.018.052.128.125.24.012.02.036.043.072.068l.063.04v.221a.442.442 0 0 0-.115.262c-.007.135.097.198.06.301-.036.104-.129.01-.187.062-.04.034-.075.106-.107.217a.51.51 0 0 0-.202.098c-.052.052-.013.15-.09.194-.077.044-.243-.003-.3.03-.075.043-.032.161-.081.185-.032.015-.107.016-.13.033-.025.021-.034.062-.024.122a.785.785 0 0 1 .235.08c.078.046.193.11.211.222.01.058-.049.096-.08.13-.027.032-.024.06-.057.098a.864.864 0 0 1-.214.176c-.045.027-.09-.106-.152-.079-.103.048-.339.152-.63.31-.016.009-.063-.006-.143-.042l-.066-.032v.176h-.14c-.011-.044-.027-.071-.047-.08a.152.152 0 0 0-.068-.007l-.055.007-.073-.131-.235.035c-.089-.144-.142-.203-.16-.179-.01.014-.126-.045-.114.022.005.028.044.079.117.152l.06.06-.027.091-.32-.122-.183.152h-.139l-.02.07.102.151v.102l-.102.065.02.05.082-.02.164.12v.21l.246.089-.077.223.077.067.035.11.079.056.064.121.096.113.02.15.023.071-.023.08.016.091-.036.12.068.054-.032.03.007.129-.082.105-.035.043-.05.02a3.573 3.573 0 0 1-.15.273l-.06.084-.065.076v.05l-.02.052c.001.131.024.205.068.22.066.023.165-.131.227-.118.032.006-.04.048-.057.118-.003.014.016.037.057.069a.682.682 0 0 0-.275.18c-.063.06-.18.125-.26.215a.133.133 0 0 0-.024.042l-.03.098a.117.117 0 0 1-.073.072c-.102.036-.125-.132-.158-.13-.088.006-.093.15-.097.166-.004.02.02.046.054.074.008.006.01.018.01.033l-.009.1.011.03c.035.022.151-.055.155-.05.053.056.22-.022.274.05.025.033-.113.08-.051.204.062.124.15.03.198.1.017.024-.022.04-.02.092 0 .021.014.066.042.133-.013.054-.027.086-.042.094-.02.011-.052-.02-.073-.019a.109.109 0 0 0-.085.046c-.02.025.018.118 0 .164-.014.035-.105.022-.107.063-.002.05.164.085.087.184-.077.099-.123-.016-.169-.016-.046 0-.114.06-.186.053-.02-.002-.008-.063-.035-.072-.021-.007-.08.038-.105.035-.018-.002-.021-.038-.04-.035-.022.003-.06.045-.085.042-.029-.004-.085-.114-.129-.114-.034.001-.052.114-.09.107-.09-.016-.132.056-.162.007-.015-.025.014-.077.02-.127.002-.027-.022-.055-.02-.077.003-.018.024-.024.02-.036-.03-.07-.122-.027-.17-.115-.031-.058-.042-.108-.032-.15.02-.05.04-.084.059-.105.027-.03.077-.001.106-.025.033-.028.044-.108.054-.13.023-.045.06.053.063 0 0-.02.092-.136.085-.192-.007-.06-.022.06-.085 0-.017-.016-.019-.047-.012-.085.008-.042.104-.059.125-.108.016-.037.059-.115.054-.155-.005-.038-.058-.038-.052-.052l.052-.127c.005-.014.064.026.07.013.019-.047-.017-.145 0-.187.007-.018.125.02.128 0 .005-.022-.105-.101-.094-.138.01-.027.108-.062.122-.1.006-.016-.013-.04-.057-.074-.074.03-.126.037-.156.022-.045-.023.021-.117-.065-.14-.086-.02-.178.024-.257.024-.053 0-.089-.03-.107-.09-.054-.035-.14-.049-.2-.065-.024-.006-.035-.007-.05-.018l-.025-.024v-.215l-.165-.148a.814.814 0 0 1-.12.09c-.02.012-.06.004-.098.022a.391.391 0 0 0-.082.064.44.44 0 0 0-.144-.028.157.157 0 0 0-.093.044 1.378 1.378 0 0 0-.182-.029c-.053-.002-.095.04-.128.013-.097-.078.06-.191 0-.24-.06-.05-.177 0-.245-.03-.069-.03-.025-.05-.08-.14-.053-.092-.16-.137-.16-.241 0-.07.032-.132.094-.188a.558.558 0 0 0-.079-.157c-.012-.014-.042-.024-.091-.029.002-.04-.006-.06-.023-.06-.027 0-.036.015-.056.06-.02.046.004.083-.033.136-.02.03-.07.081-.153.157l-.068.06-.171-.08a.953.953 0 0 1-.24.046c-.053 0-.087-.015-.102-.046-.01-.053-.004-.083.018-.089.022-.006.071.007.15.04a1.621 1.621 0 0 1 0-.143c.002-.043.043-.06.037-.095-.006-.04-.061-.097-.102-.112-.153-.058-.298.059-.434.35-.04.016-.066.022-.078.02-.08-.018-.125-.044-.167-.044a.488.488 0 0 0-.14.024c-.115-.062.035-.218 0-.252-.018-.016-.056-.018-.114-.004l-.065.018-.27.123.03.075-.03.09.117.19c.01.048-.004.078-.042.09a.492.492 0 0 1-.155.007l-.083-.007-.061-.09h-.21c.002-.004-.027.018-.037 0-.015-.028-.016-.1-.026-.11-.029-.03-.075-.032-.074-.035.005-.013-.023-.028-.068-.017-.014.004-.022.03-.04.034a.704.704 0 0 1-.065.011l-.05.006-.287-.11c-.007-.03-.015-.048-.026-.057l-.02-.006-.03.006-.13-.118-.053.013c-.009-.013-.023-.017-.042-.013a.19.19 0 0 0-.047.021l-.032.02v.053l-.09.212-.06-.02-.059.05h-.156a.29.29 0 0 0-.113-.117c-.067-.036-.139-.006-.14-.017a.184.184 0 0 0-.052-.108.24.24 0 0 0-.085-.064l.014-.013.02-.017v-.039l-.088.04-.083.093a.37.37 0 0 0-.105-.026c-.062.001-.098.028-.1.026-.059-.049-.108-.082-.148-.133-.032-.04-.056-.1-.095-.138-.06-.06-.173-.108-.189-.167-.02-.074.018-.09.114-.15.074-.046.182-.14.317-.187.014-.005.046-.002.097.01l.058.014.05.122.121.1a.215.215 0 0 0 .051.125c.04.042.073.03.104 0a.188.188 0 0 0 .024-.054l.018-.057.21.015.033-.028h.068l.055.028h.118l.091-.015.056.077.083-.029.133.084.108.067.049.076c-.006.023-.006.04 0 .05.022.04.071.075.092.096.03.03.084.07.163.116.009-.032.049-.057.121-.075.054-.014.13-.025.227-.033l.104-.008-.024-.164-.2-.11-.045.04a.446.446 0 0 0-.138-.076.222.222 0 0 0-.082-.004l-.049.01-.15-.04a.378.378 0 0 0-.068-.09.135.135 0 0 0-.076-.023.093.093 0 0 0-.026-.078.219.219 0 0 0-.06-.043l-.044-.02v-.062l.153-.021.122-.082a.121.121 0 0 1 .072 0 .188.188 0 0 1 .046.031l.031.029h.184v-.06h-.174a.225.225 0 0 0-.042-.062c-.011-.01-.021-.01-.03 0V19.097l.132-.04c.067.048.123.08.166.094a.519.519 0 0 0 .186.02l.02-.007c.01-.01.265-.037.358-.123a.275.275 0 0 0 .088-.14l.005-.05h.068l.02.004a.937.937 0 0 0 .33.052.377.377 0 0 0 .248-.084l.037-.043-.02-.07a.807.807 0 0 1-.315.1c-.046 0-.09-.048-.156-.064a.967.967 0 0 0-.19-.013 1.722 1.722 0 0 0-.171-.096c-.136-.06-.249-.094-.315-.129a.124.124 0 0 1-.063-.067c.042.007.063-.005.063-.035 0-.046-.06.002-.063 0a.257.257 0 0 0-.05-.035l-.092-.046a.668.668 0 0 0-.102-.048l-.069-.024-.222-.113a.169.169 0 0 0-.02-.096.555.555 0 0 0-.057-.066l-.048-.05.104-.164c-.025.008-.043.008-.054 0-.033-.025-.06-.086-.076-.093-.026-.01-.056.065-.072.037a.317.317 0 0 1-.032-.118c-.016-.14.064-.186.24-.135l.082.028.2-.202.632-.742a3.91 3.91 0 0 0 .547-1.083c.054-.17.14-.364.194-.61.044-.206.1-.58.165-1.123.076-.118.138-.277.187-.479a1.1 1.1 0 0 0 .035-.41l-.018-.081.07-.044.136-.028c-.01.044-.01.068 0 .072.007.002.022-.003.045-.017l.04-.027v.074c-.026.064-.026.115 0 .154.039.058.034.032.17.103.05.025.13.017.243-.024.032-.01.04-.118.099-.147a.473.473 0 0 1 .154-.032l.077-.005.237.48-.058.274c.058.069.094.114.108.137.025.042.001.061.029.073.036.017.078.007.124-.029l.048-.044h.237l.06.253v.077l-.068.048-.067-.048-.037.127-.125.124h-.073l-.128.08-.05-.08-.195-.028c-.067.019-.108.039-.121.061-.01.015-.013.04-.01.076l.01.061.205.449-.05.077c.024.038.03.067.015.09-.014.022-.045.028-.091.018.027.068.057.104.091.107.012.001.032-.018.059-.06l.029-.047.108.028-.16.11c.014.018.003.053-.036.103a1.064 1.064 0 0 1-.11.118l-.082.073-.156.054.084.034.061.05h.063l.026.073c.084-.023.134-.032.15-.026l.055.025.055.034.147.114.229-.037.196.088.03.077c.08.022.139.043.174.062.033.017.066.064.095.08.041.022.2-.053.3-.08.062-.017.06.027.12 0 .083-.038.03-.175.154-.27.06-.046.063-.092.133-.14.1-.069.21-.138.317-.2.068-.04.172-.06.236-.13.169-.182.216-.422.217-.425 0 0-.004-.125-.03-.181a.71.71 0 0 0-.074-.099l-.048-.057.057-.037.013-.112h-.588a2.03 2.03 0 0 0-.16-.217c-.029-.031-.05-.047-.063-.046l-.01.006.032-.511.2-.312.183-.02-.029-.051h-.153c-.01-.045-.024-.069-.041-.07-.012-.002-.028.006-.05.023l-.035.033-.075-.008c-.032.063-.064.094-.094.093-.025 0-.14-.071-.355-.113a.156.156 0 0 0-.069.01l-.05.018-.164-.096a.137.137 0 0 1 0-.112.153.153 0 0 1 .066-.064l.06-.028.019-.08c-.025-.026-.037-.047-.037-.06 0-.04.036-.075.037-.123 0-.04-.036-.094-.035-.14l.004-.25c0-.03-.018-.06-.038-.097a.344.344 0 0 1-.045-.176c.001-.029.073-.105.095-.168.01-.03.016-.1.019-.21a.437.437 0 0 1 .138-.235c.066-.064.157-.13.275-.197.014-.008.03-.08.08-.132.034-.036.095-.056.13-.072.066-.031.16-.021.247-.055.065-.024.094-.082.213-.142.052-.027.15-.07.294-.127l.116-.046h.114c.05-.044.155-.08.315-.104.05-.008.123-.014.218-.018.06.013.102.02.129.018.031-.002.064-.036.125-.046.012-.002.036.007.074.028a.171.171 0 0 1 .128-.028c.04.009.113.043.216.102a.63.63 0 0 1 .203-.094l-.1-.293V3.715h-4.498L9.191 1.451 7.096 6.745l1.02 6.83-2.729 6.828 2.144.327.497-.327a.52.52 0 0 1 .205-.09c.033-.01.074-.004.12-.02.044-.016.104-.06.16-.067.037-.006.14.034.306.12l.108.057.087-.01.136.12.134.04.032-.049.29.073.03-.064.11-.065.12-.03.03-.105.01-.055c.063-.024.116-.024.158 0 .063.036.1.178.124.16 0 0 .04-.005.094.03.007.005.015.02.025.045.026-.01.046-.01.06 0a.45.45 0 0 1 .087.1c-.01-.031-.02-.058-.03-.08-.013-.033-.046-.048-.03-.065.007-.008.113.094.148.087.017-.004-.077-.078-.06-.116.006-.01.042-.01.109 0a.164.164 0 0 0 .017-.026l.03.003.038.007.074.15-.045.056a3.95 3.95 0 0 1-.222.233c-.1.074-.199.138-.295.19-.023.012-.095-.015-.124 0-.044.022-.102.103-.199.161-.02.013-.056-.014-.079 0l-.029.018-.04.026-.353-.044c-.014-.012-.023-.035-.027-.07a.983.983 0 0 1 0-.16 1.745 1.745 0 0 1-.272-.063c-.025-.009-.055-.054-.088-.067-.025-.01-.053.013-.083 0a.908.908 0 0 1-.124-.067c-.01.025-.024.04-.042.047a.128.128 0 0 1-.05.004l-.035-.004-.052.043-.05-.014c.022.122.013.19-.028.204a.507.507 0 0 1-.106.024l-.876.68L4 21.218l3.096-7.642-.993-6.831L8.792 0zm.73 19.28c.045.02.072.035.084.046.037.036.04.074.06.098.02.024.033.045.042.063l.008.026-.08.016-.035.041-.047-.02a.344.344 0 0 0-.052-.033l-.014-.004a.14.14 0 0 0-.056.016l-.038.02-.116-.036-.128.088-.053.062v-.09l-.155-.116-.015-.11.087-.021h.102c-.042.023-.025.03.053.021a3.52 3.52 0 0 0 .353-.067zm-.068-.73.054.02c-.02.038-.02.06 0 .067a.272.272 0 0 0 .1-.003l.057-.009.08.046h.196l.106.167c-.002.032.003.052.017.058.009.004.027.006.055.004l.048-.004.092.071.093.019-.03.11a.357.357 0 0 0-.084.061l-.044.039-.028-.014-.241.077-.11-.095c-.056.017-.089.022-.099.018-.066-.033-.051-.049-.05-.054.005-.052-.033-.106-.112-.16a2.11 2.11 0 0 0-.093-.029c-.028-.007-.018-.069-.04-.072-.019-.003-.07.053-.084.054-.03.002-.048.012-.056.03l-.003.035-.162.01c-.126-.1-.143-.196-.05-.287a.344.344 0 0 1 .292-.09l.096.018v-.087zm.576-.431.083.1.003-.002.01.009.04.027c.093.06.244.14.454.235.157.157.291.264.403.321.032.017.066.01.112 0l.05-.012.062.012v.041l-.031-.004c-.018-.002-.028 0-.032.004-.038.048-.042.114-.09.136a.866.866 0 0 1-.28.055c-.025-.031-.107-.065-.246-.102a.32.32 0 0 0-.13-.116.458.458 0 0 0-.149-.016l-.074.002-.125-.2c.024-.12-.009-.204-.098-.254-.133-.074-.337.103-.356.086-.103-.09-.081-.164-.059-.188.015-.017.079-.008.169-.033.034-.01.043-.052.12-.08a.76.76 0 0 1 .164-.021zm5.102-3.682a.16.16 0 0 0 .081.072c.032.012.108.025.227.04a.116.116 0 0 0 .067.052.53.53 0 0 0 .087.015l.066.006.1.146c.03.09.03.164 0 .225a1.72 1.72 0 0 1-.122.204l-.067.098-.103.083a.467.467 0 0 0-.255.046.823.823 0 0 0-.14.109l-.065.06h-.13l-.072.084.025.141c-.017.123-.042.19-.077.205-.17.07-.324.111-.388.065a1.96 1.96 0 0 1-.15-.126l-.069-.064-.36-.173-.179.026-.063-.074v-.137l.164-.162.639-.385.055.007c.08-.051.12-.103.12-.153 0-.034.01-.064.03-.092l.036-.039h.077c.09-.088.16-.148.212-.181.035-.022.08-.005.135-.026a.848.848 0 0 0 .119-.072zm-2.48-2.798.17.24-.068.334-.133.17-.209.178h-.205l.017-.225.12-.316.307-.38zm2.154-1.332.1.072-.12.08-.263.099-.184.022-.19.118-.278.053-.23.137-.067-.103.172-.171 1.06-.307zm1.26-.068.067.045-.1.057-.095-.012-.312.073-.201-.027-.133.06-.16.017-.124-.059v-.086l.098-.049.249.05.61-.058.102-.011z"
154
- }));
155
- };
156
- var Location = function Location(props) {
157
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
158
- d: "M11.58 11.758a2.177 2.177 0 1 1 0-4.354 2.177 2.177 0 0 1 0 4.354m0-8.758A6.58 6.58 0 0 0 5 9.58C5 15.15 11.58 21 11.58 21s6.582-5.85 6.582-11.42A6.58 6.58 0 0 0 11.58 3"
159
- }));
160
- };
161
- var ThumbsUp = function ThumbsUp(props) {
162
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
163
- viewBox: "0 0 58 69"
164
- }, props), /*#__PURE__*/React__namespace.createElement("title", null, "Thumbs up"), /*#__PURE__*/React__namespace.createElement("g", {
165
- id: "Thumbs-up",
166
- stroke: "none",
167
- strokeWidth: "1",
168
- fill: "none",
169
- fillRule: "evenodd"
170
- }, /*#__PURE__*/React__namespace.createElement("path", {
171
- d: "M3.99883665,31.7843145 C7.41834232,30.0745617 7.39773108,30.3805485 10.9988366,28.8843145 C14.5999422,27.3880805 16.06167,27.0500418 18.1988366,25.8843145 C19.0904815,25.3979628 19.820202,24.8243341 20.5488366,24.1634286 C20.9845024,23.7682595 22.8819728,21.7794437 23.5488366,20.8277879 C24.2586546,19.8148341 25.1756722,18.5003429 25.9988366,16.8843145 C28.3936103,12.1829184 28.889513,9.4076237 29.8988366,6.88431453 C30.4506375,5.50481234 31.0206747,4.13576029 31.6089482,2.77715837 C31.8562473,2.20602771 32.1648239,1.47549588 32.9988366,0.88431453 C33.2365758,0.715795602 34.0556054,0.253858312 35.0144255,0.0843145301 C36.0262338,-0.0945989315 37.1937102,0.0296108539 37.9980376,0.28431453 C38.7449403,0.520833719 39.4692925,0.860990256 40.1710941,1.30478414 C40.2879689,1.37869154 41.2393256,2.13799569 41.8988366,3.58269657 C42.290748,4.4412034 42.5040976,4.92788584 42.7988366,6.88431453 C42.9953293,8.18860032 43.0453293,9.52193365 42.9488366,10.8843145 C42.947848,11.8251839 42.6645146,13.1585172 42.0988366,14.8843145 C41.9160014,15.4421169 41.6403041,16.2990156 41.2988366,17.1941099 C40.9325633,18.1542284 40.4965053,19.1582935 40.1988366,19.8843145 C39.1594737,22.4193462 37.7498356,25.6900566 37.4561402,26.5124038 C37.2603433,27.0606352 37.1745754,27.6512721 37.1988366,28.2843145 C37.21217,28.4109812 37.2455033,28.5187344 37.2988366,28.6075742 C37.35217,28.6964139 37.45217,28.821994 37.5988366,28.9843145 C38.7401033,28.7100145 39.6802034,28.5266812 40.4191367,28.4343145 C41.6262088,28.2834305 44.7342553,28.0975232 47.4943878,28.1962584 C50.2545202,28.2949937 51.7465936,28.4428269 52.9988366,28.8843145 C53.8336653,29.1786396 54.540332,29.8453063 55.1188366,30.8843145 C55.3507184,31.5616882 55.477385,32.2303996 55.4988366,32.8904489 C55.5202882,33.5504981 55.4369549,34.21512 55.2488366,34.8843145 C54.956044,35.585751 54.5393773,36.1190843 53.9988366,36.4843145 C53.4582959,36.8495447 52.6416293,37.1495447 51.5488366,37.3843145 C51.46217,37.6709812 51.4455033,37.9376479 51.4988366,38.1843145 C51.55217,38.4309812 51.7188366,38.5976479 51.9988366,38.6843145 C53.0027645,38.7154727 53.6750204,38.7821393 54.0156044,38.8843145 C54.7031375,39.0905745 55.3642149,39.4239078 55.9988366,39.8843145 C56.4980387,40.3674862 56.831372,40.7202741 56.9988366,40.9426784 C57.2459451,41.2708552 57.8988366,42.3863253 57.8988366,43.8843145 C57.8988366,44.882974 57.53217,45.882974 56.7988366,46.8843145 C56.4100652,47.2645006 55.9767318,47.5818962 55.4988366,47.8365013 C55.0209415,48.0911064 54.5157721,48.2737108 53.9833285,48.3843145 L52.6988366,48.3843145 C52.2988366,48.6576479 52.0988366,48.9643145 52.0988366,49.3043145 C52.0988366,49.6443145 52.1655033,49.9376479 52.2988366,50.1843145 L53.4440689,50.6343145 C54.0486381,50.9097065 54.566894,51.3263732 54.9988366,51.8843145 C55.2403033,52.1962176 55.7126861,53.1830494 55.7488366,53.8843145 C55.7849872,54.5855797 55.7892838,54.8412841 55.675362,55.3021772 C55.5409724,55.8458769 55.3321306,56.373256 54.9488366,56.8843145 C54.6880408,57.2320423 54.3421972,57.542124 54.0113058,57.8145598 C53.720974,58.0536013 53.0623839,58.3923099 52.0355354,58.6843145 C51.8426264,58.739172 51.4970601,58.8058387 50.9988366,58.8843145 L49.2488366,58.9843145 C48.96217,59.1509812 48.7955033,59.3509812 48.7488366,59.5843145 C48.70217,59.8176479 48.7855033,60.0643145 48.9988366,60.3243145 L50.0168579,60.6843145 C51.0110333,61.2176479 51.5216929,61.9496429 51.5488366,62.8802998 C51.5895523,64.276285 51.475285,65.4556464 50.0016466,66.7843145 C49.4876586,67.2477386 48.8545536,67.4912052 48.1023318,67.7343145 C47.6452927,67.8820242 46.8607943,68.0486909 45.7488366,68.2343145 L40.0010327,68.6843145 C38.1462353,68.7443145 36.81217,68.7776479 35.9988366,68.7843145 C34.7788366,68.7943145 28.6377735,68.7414839 25.3910307,68.5132824 C22.1442879,68.2850808 21.4236621,68.1168902 18.9258088,67.5843145 C16.4279556,67.0517389 16.0894589,66.9976619 13.9988366,66.0843145 C12.6050885,65.4754163 11.2717551,64.6754163 9.99883665,63.6843145 L5.99912679,59.8445931 C5.6005732,59.505994 5.13964906,59.1744645 4.61635438,58.8500046 C3.83141237,58.3633147 3.44878136,58.2942773 2.99883665,57.9843145 C2.44718062,57.6042838 2.05635486,57.1737105 1.71932092,56.7662516 C1.30382099,56.2639309 0.723401214,54.7703696 0.498836646,53.8721113 C0.239479861,52.8346842 0.182966814,51.4491222 0.134208514,50.425802 C0.00166588165,47.644049 0.0975252306,47.2982714 0.0687602378,44.8458357 C0.0452570713,42.8420109 -0.0277106081,40.4082829 0.0112302522,39.9409643 C0.224109489,37.3862585 0.450803729,36.3915418 0.898836646,34.8843145 C1.09883665,34.2114947 1.78104521,33.1945675 2.17275045,32.889441 C2.5644557,32.5843145 3.13875358,32.2143561 3.99883665,31.7843145 Z",
172
- id: "Path-2",
173
- fill: "#FFBF00"
174
- }), /*#__PURE__*/React__namespace.createElement("path", {
175
- d: "M37.1988366,28.2843145 C36.6491114,28.3570112 36.2566531,28.4236779 36.0214618,28.4843145 C35.0603746,28.7321005 34.3937143,29.0314706 34.021481,29.207818 C33.777778,29.3232735 32.5285093,30.04554 31.6988366,30.8956082 C31.0356177,31.5751308 30.7670551,32.3363186 30.5620165,32.9344937 C29.9561734,34.7019667 30.4904911,36.5989836 30.5988366,36.8981554 C30.8174274,37.5017447 31.0945063,37.9694877 31.2988366,38.4843145 C31.4064264,38.7553957 31.4498365,39.7521385 31.3985954,40.9130014 C31.388536,41.1408948 31.3995111,42.8738523 30.5816296,45.1307691 C30.125032,46.3907349 29.4940749,47.743868 28.6988366,48.906031 C27.6082165,50.4998658 26.3589437,51.7345157 26.1988366,51.8770596 C25.2520649,52.7199732 23.8988366,53.516454 23.3777374,54.1031009 C22.8566381,54.6897478 22.8988366,54.7174426 22.8988366,54.8843145 C22.8988366,55.0643438 22.9342857,55.2139882 23.0063234,55.32641 C23.2544011,55.7135594 23.9363916,55.6592779 25.0988366,54.8843145 C25.8683088,54.3713331 26.8213311,53.5952018 27.5988366,52.8259025 C28.3369913,52.0955388 28.9092218,51.3713331 29.2988366,50.8843145 C29.6096134,50.4958436 30.1890589,49.8244169 30.7488366,48.8700346 C31.0160857,48.4143934 31.4327524,47.5858201 31.9988366,46.3843145 C31.9988366,46.7176479 32.33217,47.2176479 32.9988366,47.8843145 C33.1686748,48.0541527 33.5020081,48.3041527 33.9988366,48.6343145 C33.535822,48.6343145 33.2024887,48.6676479 32.9988366,48.7343145 C31.9774176,49.1343145 31.4345654,49.3440777 30.8488366,49.8843145 C30.1709576,50.5095446 29.6310297,51.1756019 29.3988366,52.3843145 C29.1722814,53.5636787 29.3142136,54.632966 29.6488366,55.5921767 C29.928312,56.3933044 30.3156141,57.1176481 30.9865396,57.7652076 C31.1856402,57.9573742 31.5230725,58.2304098 31.9988366,58.5843145 C30.2988366,59.4509812 29.4488366,60.8843145 29.4488366,62.8843145 C29.4488366,65.8843145 31.4988366,68.7843145 35.9988366,68.7843145 C37.2162866,68.7843145 38.5382158,68.7607397 39.9988366,68.6843145 C41.1579568,68.623665 43.0746234,68.473665 45.7488366,68.2343145 C42.81999,68.0652276 40.9033233,67.948561 39.9988366,67.8843145 C38.4397862,67.7735739 34.9576244,67.4218793 34.5109642,67.2843145 C33.8898949,67.0930342 33.3876529,66.66767 32.9988366,66.3843145 C31.7988366,65.509797 31.6488366,63.8668327 31.6488366,63.3843145 C31.6488366,62.6767971 32.115551,61.4820497 32.7124803,60.9291427 C33.2967248,60.387985 34.101504,59.9827037 34.9988366,59.8343145 C36.8129843,59.5343145 37.8279851,59.6343145 38.9968712,59.6343145 C41.8836014,59.6343145 46.4559662,59.9063364 47.0327603,59.9503801 C47.6352731,59.9963876 48.2906319,60.1194654 48.9988366,60.3196132 C48.7881139,60.0647262 48.7047806,59.8196266 48.7488366,59.5843145 C48.7928927,59.3490025 48.9595594,59.1490025 49.2488366,58.9843145 C41.7042463,58.5910176 37.2875796,58.2576842 35.9988366,57.9843145 C34.0657222,57.57426 33.0783849,56.5232188 32.4988366,55.3843145 C32.1808463,54.7594131 31.9988366,54.0680377 32.1988366,52.8843145 C32.4054546,51.661422 33.0758788,51.154421 33.9988366,50.7343145 C35.0343809,50.2629616 36.2160776,50.213626 38.0168693,50.1343145 C41.4226671,49.9843145 41.9988366,49.8715355 44.9988366,49.8843145 C47.4322993,49.8928339 49.8656327,49.9928339 52.2988366,50.1843145 C52.1655033,49.9452767 52.0988366,49.6535253 52.0988366,49.3090604 C52.0988366,48.9645954 52.2988366,48.6563468 52.6988366,48.3843145 C49.4970675,48.4374708 47.2644784,48.4840975 46.0010696,48.5241946 C42.8267531,48.6249387 40.1650305,48.7843145 38.0159019,48.6090596 C36.5073153,48.3843145 35.5349602,47.7454709 35.0988366,47.3586886 C33.5267511,45.9644623 33.6909724,44.1458838 33.6988366,43.902953 C33.7490538,42.3517256 34.2594453,41.6540102 34.9988366,41.2843145 C36.9988366,40.2843145 38.521019,40.3843145 40.9988366,39.8843145 L51.9988366,38.6843145 C51.7847588,38.5992008 51.6347588,38.4325341 51.5488366,38.1843145 C51.4629145,37.9360949 51.4629145,37.6694283 51.5488366,37.3843145 C48.6830402,37.6590904 46.693269,37.8590904 45.579523,37.9843145 C44.2653604,38.1320725 42.7384649,38.3154059 40.9988366,38.5343145 C38.9988366,38.6009812 37.6749072,38.5733169 37.0270482,38.4513217 C35.0988366,38.2216852 33.4888366,37.4843145 33.4388366,34.8545872 C33.3888366,32.7744565 33.7430954,32.2207578 33.8988366,31.9295788 C34.3117653,31.1575537 34.9128559,30.575799 35.3988366,30.1843145 C36.0681111,29.6451768 36.8014444,29.2451768 37.5988366,28.9843145 C37.4503711,28.8228789 37.3503711,28.6970685 37.2988366,28.6068833 C37.2473022,28.516698 37.2139689,28.4091751 37.1988366,28.2843145 Z",
176
- id: "Path",
177
- fill: "#F28700"
178
- })));
179
- };
180
- var Edit = function Edit(props) {
181
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
182
- d: "m12.718 3.807-5.214 9.426-1.3 2.325.325 5.58 4.905-2.683 6.494-11.711-5.21-2.937zM11.514 5.98l-.616 1.111 5.23 2.9.616-1.11-5.23-2.901zm-4.69 8.462-.612 1.113 5.225 2.898.616-1.11-5.23-2.901z",
183
- fillRule: "evenodd"
184
- }));
185
- };
186
- var Export = function Export(props) {
187
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
188
- d: "M14.744 5.476a1.252 1.252 0 1 0 0 2.504h2.752v9.516H6.48v-1.753a1.251 1.251 0 1 0-2.504 0v3.004c0 .693.561 1.253 1.252 1.253h13.52C19.44 20 20 19.44 20 18.747V6.727c0-.69-.56-1.251-1.252-1.251zM9.133 2.385a1.252 1.252 0 0 0-1.77 0L1.773 7.974l5.54 5.54c.49.49 1.281.49 1.77 0l.022-.026a1.25 1.25 0 0 0-.021-1.745L6.568 9.225h1.371c.914 0 2.756.618 4.045 2.763 1.29 2.145.352 2.526.653 2.526.301 0 1.943-1.798.721-4.295-1.71-3.498-4.6-3.498-5.346-3.498H6.568l2.565-2.565a1.253 1.253 0 0 0 0-1.771z"
189
- }));
190
- };
191
- var ListItem = function ListItem(props) {
192
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
193
- d: "M3 3h4v4H3V3zm0 7h4v4H3v-4zm0 7h4v4H3v-4zm7-14h11v4H10V3zm0 7h11v4H10v-4zm0 7h11v4H10v-4z"
194
- }));
195
- };
196
- var TimeSeriesManager = function TimeSeriesManager(props) {
197
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
198
- d: "M4,3 L4,19 L22,19 L22,21 L2,21 L2,3 L4,3 Z M21.205593,3.52920887 L22.0247451,4.1027853 L15.9984337,15.1373978 L10.8379459,10.3032107 L5.81915204,17.4707911 L5,16.8972147 L10.7357644,8.70569425 L15.8962522,13.5398814 L21.205593,3.52920887 Z"
199
- }));
200
- };
201
- var Close = function Close(props) {
202
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
203
- d: "m13.805 12 4.821-4.822a1.276 1.276 0 1 0-1.804-1.804L12 10.195 7.178 5.374a1.276 1.276 0 1 0-1.804 1.804L10.196 12l-4.822 4.822a1.276 1.276 0 1 0 1.804 1.805L12 13.805l4.822 4.822a1.274 1.274 0 0 0 1.804 0c.499-.5.499-1.306 0-1.805L13.805 12z"
204
- }));
205
- };
206
- var KeyOption = function KeyOption(props) {
207
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
208
- viewBox: "0 0 12 11"
209
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
210
- d: "m4.01.88 4.55 9.11h3.14V11H7.74L3.19 1.9H.06V.88h3.95zm7.69 0V1.9H6.97V.88h4.73z"
211
- }));
212
- };
213
- var KeyCommand = function KeyCommand(props) {
214
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
215
- viewBox: "0 0 12 12"
216
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
217
- d: "M9.04.63c1.04 0 2.15.81 2.15 2.17 0 1-.79 2.13-2.15 2.13H7.9v2.02H9c1.4 0 2.19 1.15 2.19 2.05 0 1.6-1.19 2.26-2.19 2.26S6.89 10.5 6.89 9V7.97H4.86V9c0 1.5-1.11 2.26-2.15 2.26C1.7 11.26.56 10.5.56 9c0-1 .99-2.05 2.15-2.05h1.14V4.93H2.71C1.55 4.93.525 4 .561 2.72.598 1.442 1.7.63 2.71.63c1.04 0 2.15.75 2.15 2.17v1.12h2.03V2.8C6.89 1.38 8 .63 9.04.63zM3.85 7.96H2.71A1.14 1.14 0 1 0 3.85 9.1V7.96zm5.19 0H7.9V9.1a1.14 1.14 0 1 0 1.14-1.14zM6.89 4.93H4.86v2.02h2.03V4.93zM2.71 1.64a1.14 1.14 0 0 0 0 2.28h1.14V2.78c0-.63-.51-1.14-1.14-1.14zm6.33 0c-.63 0-1.14.51-1.14 1.14v1.14h1.14a1.14 1.14 0 0 0 0-2.28z"
218
- }));
219
- };
220
- var ArrowLeft = function ArrowLeft(props) {
221
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
222
- viewBox: "0 0 12 6"
223
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
224
- d: "M3.355 0 .395 2.96l2.96 2.96V3.47h8.01V2.45h-8.01z"
225
- }));
226
- };
227
- var ArrowRight = function ArrowRight(props) {
228
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
229
- viewBox: "0 0 12 6"
230
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
231
- d: "m8.405 5.92 2.96-2.96L8.405 0v2.45H.395v1.02h8.01z"
232
- }));
233
- };
234
- var ArrowDown = function ArrowDown(props) {
235
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
236
- viewBox: "0 0 6 12"
237
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
238
- d: "m-.08 8.89 2.96 2.96 2.96-2.96H3.39V.88H2.37v8.01z"
239
- }));
240
- };
241
- var ArrowUp = function ArrowUp(props) {
242
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
243
- viewBox: "0 0 6 11"
244
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
245
- d: "M-.08 2.96 2.88 0l2.96 2.96H3.39v8.01H2.37V2.96z"
246
- }));
247
- };
248
- var Exclamation = function Exclamation(props) {
249
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
250
- d: "M12.862 16.72c-.22.226-.507.339-.86.339-.364 0-.662-.113-.894-.34-.232-.226-.347-.52-.347-.885 0-.32.118-.59.356-.81a1.25 1.25 0 0 1 .884-.331c.332 0 .613.11.845.33.232.222.347.491.347.811 0 .365-.11.66-.33.886zm.216-9.805-.134 6.669H11.06l-.15-6.67h2.169zM12 4.5a7.501 7.501 0 0 0 0 15 7.5 7.5 0 0 0 0-15z"
251
- }));
252
- };
253
- var Visibility = function Visibility(props) {
254
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
255
- d: "M14.4980749,15.8618431 C15.8661433,15.0851043 16.779689,13.6936347 16.779689,12.1014551 C16.779689,10.5092755 15.8661433,9.11870594 14.4980749,8.34106705 C17.6257313,9.18620931 19.3529176,11.4300215 19.8092405,12.1014551 C19.3529176,12.7719886 17.6266313,15.0167008 14.4980749,15.8618431 L14.4980749,15.8618431 Z M4.18985949,12.1014551 C4.64618231,11.4300215 6.37336867,9.18710936 9.49922496,8.3419671 C8.13295665,9.11870594 7.21851093,10.5101755 7.21851093,12.1014551 C7.21851093,13.6936347 8.13295665,15.0842042 9.49922496,15.8618431 C6.37336867,15.0167008 4.64618231,12.7728886 4.18985949,12.1014551 L4.18985949,12.1014551 Z M11.99955,13.8583429 C10.9950998,13.8583429 10.180559,13.0717036 10.180559,12.1014551 C10.180559,11.1312066 10.9950998,10.3445672 11.99955,10.3445672 C13.0031002,10.3445672 13.8176409,11.1312066 13.8176409,12.1014551 C13.8176409,13.0717036 13.0031002,13.8583429 11.99955,13.8583429 L11.99955,13.8583429 Z M20.7983899,11.7666383 C20.6813841,11.5713286 17.8696435,7 11.99955,7 C6.12945647,7 3.31681584,11.5713286 3.19980999,11.7666383 L3,12.1014551 L3.19980999,12.4362718 C3.31681584,12.6306815 6.12945647,17.2020101 11.99955,17.2020101 C17.8696435,17.2020101 20.6813841,12.6306815 20.7983899,12.4362718 L21,12.1014551 L20.7983899,11.7666383 Z"
256
- }));
257
- };
258
- var VisibilityOff = function VisibilityOff(props) {
259
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
260
- d: "M12 15.309c-.755 0-1.45-.088-2.092-.236l.798-.797c.41.124.844.192 1.294.192 2.453 0 4.442-1.988 4.442-4.44 0-.495-.085-.907-.234-1.255l.03-.03c1.72.906 2.781 2.167 3.218 2.766-.724.992-3.151 3.8-7.456 3.8zm-7.456-3.8c.442-.607 1.522-1.89 3.276-2.796-.166.36-.261.79-.261 1.315 0 1.228.499 2.34 1.305 3.144l-1.102 1.104c-1.72-.906-2.78-2.169-3.218-2.767zm5.646-3.524c.818 0 1.482.665 1.482 1.483 0 .818-.664 1.481-1.482 1.481s-1.482-.663-1.482-1.481c0-.818.664-1.483 1.482-1.483zm10.608 3.19c-.073-.125-1.245-2.026-3.603-3.388l2.009-2.01c.406-.406.406-1.065 0-1.473-.407-.405-1.066-.405-1.473 0l-2.58 2.582c-.93-.295-1.98-.478-3.151-.478-5.87 0-8.681 4.57-8.798 4.766L3 11.51l.202.335c.073.124 1.244 2.025 3.603 3.387l-2.009 2.01c-.406.406-.406 1.065 0 1.472.204.203.47.305.737.305.266 0 .532-.102.736-.305l2.58-2.58c.93.293 1.98.476 3.151.476 5.87 0 8.681-4.57 8.798-4.765l.202-.335-.202-.335z"
261
- }));
262
- };
263
- var HamburgerMenu = function HamburgerMenu(props) {
264
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
265
- d: "M18.693 7.732H5.306C4.584 7.732 4 7.12 4 6.366 4 5.611 4.584 5 5.306 5h13.387C19.414 5 20 5.611 20 6.366c0 .754-.586 1.366-1.307 1.366m0 5.634H5.306C4.584 13.366 4 12.754 4 12c0-.755.584-1.367 1.306-1.367h13.387c.721 0 1.307.612 1.307 1.367 0 .753-.586 1.365-1.307 1.365m0 5.634H5.306C4.584 19 4 18.388 4 17.634c0-.754.584-1.367 1.306-1.367h13.387c.721 0 1.307.613 1.307 1.367S19.414 19 18.693 19"
266
- }));
267
- };
268
- var GeoWebLogo = function GeoWebLogo(props) {
269
- return /*#__PURE__*/React__namespace.createElement("svg", __assign({
270
- width: "47px",
271
- height: "29px",
272
- viewBox: "0 0 71 44",
273
- version: "1.1",
274
- xmlns: "http://www.w3.org/2000/svg",
275
- xmlnsXlink: "http://www.w3.org/1999/xlink"
276
- }, props), /*#__PURE__*/React__namespace.createElement("title", null, "Geoweb logo"), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
277
- x1: "16.8198885%",
278
- y1: "6.54485841%",
279
- x2: "57.3699143%",
280
- y2: "42.3856856%",
281
- id: "linearGradient-1"
282
- }, /*#__PURE__*/React__namespace.createElement("stop", {
283
- stopColor: "#FFFFFF",
284
- stopOpacity: "0.33333",
285
- offset: "0%"
286
- }), /*#__PURE__*/React__namespace.createElement("stop", {
287
- stopColor: "#FFFFFF",
288
- stopOpacity: "0",
289
- offset: "100%"
290
- })), /*#__PURE__*/React__namespace.createElement("linearGradient", {
291
- x1: "50.9318547%",
292
- y1: "46.4796835%",
293
- x2: "43.0090172%",
294
- y2: "0.844973858%",
295
- id: "linearGradient-2"
296
- }, /*#__PURE__*/React__namespace.createElement("stop", {
297
- stopColor: "#FFFFFF",
298
- stopOpacity: "0",
299
- offset: "0%"
300
- }), /*#__PURE__*/React__namespace.createElement("stop", {
301
- stopColor: "#FFFFFF",
302
- stopOpacity: "0.33333",
303
- offset: "100%"
304
- }))), /*#__PURE__*/React__namespace.createElement("g", {
305
- id: "Geoweb-logo",
306
- stroke: "none",
307
- strokeWidth: "1",
308
- fill: "none",
309
- fillRule: "evenodd"
310
- }, /*#__PURE__*/React__namespace.createElement("g", {
311
- transform: "translate(-0.000002, 0.000000)",
312
- fillRule: "nonzero"
313
- }, /*#__PURE__*/React__namespace.createElement("g", {
314
- id: "layer1"
315
- }, /*#__PURE__*/React__namespace.createElement("g", {
316
- id: "g4"
317
- }, /*#__PURE__*/React__namespace.createElement("path", {
318
- d: "M29.0244012,8.24968403 C22.1632139,8.25834657 16.1741523,12.832579 14.4544599,19.3776076 C13.832111,19.279281 13.20312,19.2272122 12.5728452,19.2218415 C5.62905014,19.2217232 1.99977785e-06,24.7686157 1.99977785e-06,31.6109206 C1.99977785e-06,38.4532254 6.62905014,44 12.5728452,44 C22.6625546,44 49.500002,43.9979372 53.3350238,44 C56.2372834,44 63.2828385,43.8604971 68.2761419,37.5041138 C73.2694453,31.147461 70.2632768,17.4867764 68.1881953,11.6493259 C66.1131138,5.81187538 59.6578291,0 53.3280106,0 C45.8866154,0 39.2715769,4.00456749 35.9382426,9.91929332 C33.8018082,8.82655405 31.4311891,8.25413905 29.0244012,8.24968403 Z",
319
- id: "path4220",
320
- fill: "#0B9EE5"
321
- }), /*#__PURE__*/React__namespace.createElement("path", {
322
- d: "M12.6356798,44 C22.7746907,43.937003 33.0654278,43.9720938 43.255762,43.9720938 C46.0886384,43.9720938 50.8633856,43.9748907 55.181552,43.9769417 C58.5400012,43.846454 64.6600826,42.7286231 68.900002,36.6595013 C70.4781085,33.855306 70.7241054,31.4933791 70.870002,29.9999998 C61.0123574,29.9967644 4.74480574,30.0001193 0.107164182,30.0001762 C0.0357213941,30.3929005 0,30.9706094 0,31.7333029 C0,38.2015669 6.41531361,44 12.6356798,44 Z",
323
- id: "path4220-7",
324
- fill: "#60BCE9"
325
- })), /*#__PURE__*/React__namespace.createElement("path", {
326
- d: "M53.3593361,0 C47.918804,0 42.9223401,2.15054275 39.3299564,5.62541069 C38.0351939,6.90249749 36.9198138,8.3502422 36.000002,9.92363493 C36.000002,21.1882124 36.0054345,31.3594567 36.0054345,43.9919386 C38.3685237,43.9938645 40.7366832,43.9957078 43.0921391,43.9957078 C45.9061498,43.9957078 50.6490992,43.9981839 54.9385085,44 C58.2745918,43.8844761 64.0692084,42.8948363 68.2808918,37.5217121 C73.2653764,31.1622771 70.2646844,17.4953381 68.1932872,11.6553326 C66.1218901,5.8153271 59.6782653,0.000907901172 53.3596259,0.000907901172 L53.3593361,0 Z",
327
- id: "path4220-2",
328
- fillOpacity: "0.31373",
329
- fill: "#FFFFFF"
330
- })), /*#__PURE__*/React__namespace.createElement("g", {
331
- id: "g4244",
332
- transform: "translate(20.000002, 14.500000)"
333
- }, /*#__PURE__*/React__namespace.createElement("path", {
334
- d: "M33.2943298,6.72474814 C36.4490656,9.02287887 37.3756525,8.9287324 39.4713926,11.7544337 C40.4745953,13.1069689 40.9988188,14.8107298 41,16.5033269 C41,21.1960094 37.0027377,25.0000392 32.0720208,24.9997778 C27.1415787,24.9997778 23.1445911,21.195748 23.1445911,16.5033269 C23.1462393,16.3723481 23.1510741,16.241411 23.1590681,16.110636 C22.2077851,15.8184709 21.258837,15.606125 20.5069638,15.606125 C19.7497338,15.606125 18.7925446,15.8208605 17.8344763,16.1162571 C17.8443657,16.2451131 17.851151,16.3741703 17.8548595,16.5033269 C17.8548101,21.195748 13.8578719,24.9997778 8.92742977,24.9997778 C3.9969876,24.9997778 0,21.195748 0,16.5033269 C0.00164824231,15.5820197 0.197168239,14.6813928 0.515927314,13.8208977 C2.01967372,8.45577777 2.93181101,2.25743153 8.1156979,1.57087606 C10.3834596,1.27052764 12.4978248,3.88414447 15.0127678,3.88414447 C17.5279307,3.88407126 17.5724882,0.0722713368 21.3552043,0.0053413284 C25.9779745,-0.0763080529 29.9219437,4.26794624 33.2945221,6.72474814 L33.2943298,6.72474814 Z M31.9884,10.3640673 C28.347158,10.3640673 25.3954308,13.1732976 25.3954308,16.6387556 C25.3954308,20.1042137 28.347158,22.9134439 31.9884,22.9134439 C35.629642,22.9134439 38.5813692,20.1042137 38.5813692,16.6387556 C38.5813692,13.1732976 35.629642,10.3640673 31.9884,10.3640673 L31.9884,10.3640673 Z M8.87866927,10.3640673 C5.23742729,10.3640673 2.28570002,13.1732976 2.28570002,16.6387556 C2.28570002,20.1042137 5.23742729,22.9134439 8.87866927,22.9134439 C12.5199112,22.9134439 15.4716385,20.1042137 15.4716385,16.6387556 C15.4716385,13.1732976 12.5199112,10.3640673 8.87866927,10.3640673 L8.87866927,10.3640673 Z",
335
- id: "path4329",
336
- fill: "#003232"
337
- }), /*#__PURE__*/React__namespace.createElement("path", {
338
- d: "M18.3777369,1.23152 C17.7953855,1.80024206 17.3777758,2.40363177 16.8938244,2.93721557 C16.7477214,3.09830251 16.551869,3.28208813 16.3862482,3.40648382 C16.0550064,3.65530136 15.686377,3.82759384 15.2412692,3.87167353 C15.1670845,3.87902014 15.0907654,3.88290522 15.012169,3.88290783 C16.4111971,7.35960803 18.259481,10.684147 20.50631,15.6045484 C21.2581832,15.6045484 22.2071313,15.8168943 23.1584143,16.1090595 C23.1504203,16.2398345 23.1455855,16.3707663 23.1439372,16.5017504 C23.1439372,18.7013163 24.021901,20.7057916 25.4628494,22.2148541 C25.5589117,22.3154426 25.6575095,22.4133931 25.7584891,22.509503 C27.3740413,24.0470369 29.6063108,24.998332 32.0712571,24.998332 C32.2253403,24.998332 32.3783796,24.9944364 32.5305399,24.9870898 C33.4435562,24.9430912 34.3203662,24.7689529 35.1408063,24.4831016 C35.4142881,24.3878153 35.6816495,24.2796919 35.941852,24.1603735 C36.3321558,23.9814063 36.7064442,23.7766502 37.0626843,23.5475979 C39.4375267,22.0207571 40.9992363,19.4348012 40.9992363,16.5019073 C40.9981375,14.8093101 40.4264996,13.1363214 39.4706289,11.753014 C37.5293291,8.94378381 35.4368306,8.41618711 33.2935662,6.7233285 C30.0479023,4.15990918 25.8852664,0 21.5836287,0 C19.877588,0 19.0182769,0.606161033 18.3777974,1.23172131 L18.3777369,1.23152 Z M31.9875484,10.3622372 C33.3530073,10.3622372 34.6213297,10.7575164 35.6735676,11.4340586 C35.8489406,11.5468173 36.018325,11.6672051 36.1811164,11.7950884 C36.3439243,11.9229614 36.5003809,12.0580763 36.6495194,12.200015 C37.8425996,13.3354983 38.5805176,14.9041442 38.5805176,16.6370039 C38.5805176,19.9942236 35.810097,22.7354781 32.3265369,22.9035874 C32.2141652,22.9089993 32.1012359,22.9117445 31.9874385,22.9117445 C30.6221445,22.9117445 29.3536022,22.5168313 28.3014193,21.8404461 C28.3012984,21.8403676 28.3008699,21.8405219 28.3008699,21.8404461 C26.5471401,20.7128584 25.3944693,18.8029741 25.3944693,16.6371608 C25.3944693,14.9044318 26.1323874,13.335629 27.3254676,12.2001719 C27.4746005,12.0582358 27.6310517,11.9231182 27.7938705,11.7952453 C27.9566784,11.6673724 28.1255244,11.5469847 28.3008974,11.4342154 C29.3531352,10.7576472 30.6219796,10.3623941 31.987466,10.3623941 L31.9875484,10.3622372 Z",
339
- id: "path4329-2",
340
- fill: "url(#linearGradient-1)"
341
- }), /*#__PURE__*/React__namespace.createElement("path", {
342
- d: "M8.54047741,1.54734597 C8.39980543,1.54470276 8.25835327,1.55206506 8.11660443,1.57083684 C2.93260766,2.25739231 2.02085496,8.456 0.517108554,13.8211199 C0.198338491,14.681615 0.00260971699,15.5821896 0.000961474681,16.5035492 C0.000961474681,21.1959702 3.99794908,25 8.92839124,25 C13.8588334,25 17.855821,21.1959702 17.855821,16.5035492 C17.8521125,16.3743899 17.8453272,16.2453405 17.8354377,16.1164793 C18.7972421,15.8531777 19.4247005,15.6277596 20.4971568,15.6132493 C19.1526306,12.6387856 16.571593,7.26948259 15.0137293,3.88402682 C12.6559736,3.88402708 10.6505572,1.58699416 8.54025765,1.5473329 L8.54047741,1.54734597 Z M8.8795758,10.3640673 C12.5208178,10.3640673 15.472545,13.1732976 15.472545,16.6387556 C15.472545,20.1042137 12.5208178,22.9134439 8.8795758,22.9134439 C5.23833383,22.9134439 2.28660656,20.1042137 2.28660656,16.6387556 C2.28660656,13.1732976 5.23833383,10.3640673 8.8795758,10.3640673 L8.8795758,10.3640673 Z",
343
- id: "path4329-7",
344
- fill: "url(#linearGradient-2)"
345
- })))));
346
- };
347
- var Add = function Add(props) {
348
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
349
- d: "M13.226 13.225h6.549a1.225 1.225 0 1 0 0-2.45h-6.55v-6.55a1.225 1.225 0 1 0-2.45 0v6.55h-6.55a1.225 1.225 0 1 0 0 2.45h6.55v6.55A1.224 1.224 0 0 0 12 21c.677 0 1.225-.548 1.225-1.225v-6.55z"
350
- }));
351
- };
352
- var Clock = function Clock(props) {
353
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
354
- d: "M8.485 3.717a9 9 0 1 1 7.033 16.569 9 9 0 0 1-7.033-16.57zm.74 1.744a7.105 7.105 0 1 0 5.552 13.08 7.105 7.105 0 0 0-5.552-13.08zm1.825 1.522h1.894v4.734l3.049 1.76-.947 1.641-2.606-1.504h-1.39V6.983z"
355
- }));
356
- };
357
- var Animation = function Animation(props) {
358
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
359
- transform: "translate(3.000000, 4.000000)"
360
- }, /*#__PURE__*/React__namespace.createElement("path", {
361
- d: "M18,0 L18,16 L0,16 L0,0 L18,0 Z M2.7,13.4444444 L0.9,13.4444444 L0.9,15 L2.7,15 L2.7,13.4444444 Z M17.1,13.4444444 L15.3,13.4444444 L15.3,15 L17.1,15 L17.1,13.4444444 Z M6.7430548,3 C6.36845508,3 5.96666667,3.31868791 5.96666667,4.01673445 L5.96666667,11.9839323 C5.96666667,12.6819788 6.36905927,13 6.7430548,13 C6.94123014,13 7.14423902,12.9206614 7.34362274,12.7633176 L12.1668963,8.93772918 C12.4641593,8.70304687 12.6333333,8.36169078 12.6333333,7.99966664 C12.6333333,7.63897593 12.4635551,7.29828655 12.1675005,7.06293753 L7.34181016,3.23734916 C7.14423902,3.07933862 6.94123014,3 6.7430548,3 Z M2.7,10.3333333 L0.9,10.3333333 L0.9,11.8888889 L2.7,11.8888889 L2.7,10.3333333 Z M17.1,10.3333333 L15.3,10.3333333 L15.3,11.8888889 L17.1,11.8888889 L17.1,10.3333333 Z M2.7,7.22222222 L0.9,7.22222222 L0.9,8.77777778 L2.7,8.77777778 L2.7,7.22222222 Z M17.1,7.22222222 L15.3,7.22222222 L15.3,8.77777778 L17.1,8.77777778 L17.1,7.22222222 Z M2.7,4.11111111 L0.9,4.11111111 L0.9,5.66666667 L2.7,5.66666667 L2.7,4.11111111 Z M17.1,4.11111111 L15.3,4.11111111 L15.3,5.66666667 L17.1,5.66666667 L17.1,4.11111111 Z M2.7,1 L0.9,1 L0.9,2.55555556 L2.7,2.55555556 L2.7,1 Z M17.1,1 L15.3,1 L15.3,2.55555556 L17.1,2.55555556 L17.1,1 Z",
362
- id: "AnimationSvgPath"
363
- })));
364
- };
365
- var Success = function Success(props) {
366
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
367
- d: "m16.51 10.034-5.633 5.633-3.387-3.386a.954.954 0 0 1 0-1.343.975.975 0 0 1 1.342 0l2.045 2.046 4.292-4.291a.972.972 0 0 1 1.342 0c.368.369.368.97 0 1.341M12 4a8 8 0 1 0 0 16.001A8 8 0 0 0 12 4"
368
- }));
369
- };
370
- var Cancel = function Cancel(props) {
371
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
372
- d: "M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm0 16.105a7.105 7.105 0 0 0 5.681-11.373l-9.949 9.95A7.074 7.074 0 0 0 12 19.104zm0-14.21a7.105 7.105 0 0 0-5.681 11.373l9.949-9.95A7.074 7.074 0 0 0 12 4.896z"
373
- }));
374
- };
375
- var DragHandle = function DragHandle(props) {
376
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
377
- d: dragHandlePath
378
- }));
379
- };
380
- var AutoUpdateActive = function AutoUpdateActive(props) {
381
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
382
- transform: "translate(-3 -3)"
383
- }, /*#__PURE__*/React__namespace.createElement("path", {
384
- d: "M12.385 3.295l5 3-5 3V7.723l-.085.014c-3.08.548-5.418 3.24-5.418 6.479 0 3.634 2.945 6.58 6.577 6.58 2.914 0 5.385-1.896 6.248-4.523l2.815-1.626c-.225 4.814-4.197 8.648-9.063 8.648-5.012 0-9.074-4.065-9.074-9.08 0-4.65 3.495-8.484 8-9.015V3.295z",
385
- transform: "translate(0.2,1.2) rotate(30 13.454 13.295)"
386
- }), /*#__PURE__*/React__namespace.createElement("text", {
387
- fontFamily: "Roboto-Black, Roboto",
388
- fontWeight: 700,
389
- fontSize: 6
390
- }, /*#__PURE__*/React__namespace.createElement("tspan", {
391
- x: 9.2,
392
- y: 17.3
393
- }, "AUTO"))));
394
- };
395
- var AutoUpdateInActive = function AutoUpdateInActive(props) {
396
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
397
- transform: "translate(-3 -3)"
398
- }, /*#__PURE__*/React__namespace.createElement("path", {
399
- d: "M15.172 3.109l.214 2.455 2.792 1.675-2.514 1.508 1.095 12.499c1.763-.729 3.141-2.202 3.742-4.028l2.815-1.626c-.182 3.872-2.787 7.11-6.332 8.228l.193 2.201-1.992.175-.174-1.988c-.25.02-.503.031-.759.031-5.011 0-9.074-4.065-9.074-9.079 0-4.65 3.495-8.484 8-9.016V4.24l.09.054-.088-1.01 1.992-.174zm-1.995 5.559l.149-.023c-3.193.45-5.65 3.196-5.65 6.515 0 3.634 2.944 6.58 6.576 6.58.182 0 .363-.007.54-.021L13.758 9.89l-.579.348V8.668z",
400
- transform: "rotate(30 13.454 13.295)"
401
- }), /*#__PURE__*/React__namespace.createElement("text", {
402
- fontFamily: "Roboto-Black, Roboto",
403
- fontWeight: 700,
404
- fontSize: 6
405
- }, /*#__PURE__*/React__namespace.createElement("tspan", {
406
- x: 9.2,
407
- y: 17.3
408
- }, "AUTO"))));
409
- };
410
- var Now = function Now(props) {
411
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
412
- transform: "translate(0 2)"
413
- }, /*#__PURE__*/React__namespace.createElement("path", {
414
- d: "M4.85,15.55 L5.89,15.55 L7.39013512,18.2040258 L7.39,15.55 L8.42,15.55 L8.42,19.82 L7.39,19.815 L5.89,17.19 L5.89,19.82 L4.85,19.815 L4.85,15.55 Z M11.275,15.49 C12.55,15.49 13.14,16.4749736 13.14,17.69 C13.14,18.9050264 12.55,19.89 11.275,19.89 C10,19.89 9.4,18.9050264 9.4,17.69 C9.4,16.4749736 10,15.49 11.275,15.49 Z M11.265,16.3 C10.63,16.3 10.46,16.8781414 10.46,17.69 C10.46,18.5018586 10.63,19.08 11.265,19.08 C11.9,19.08 12.09,18.5018586 12.09,17.69 C12.09,16.8781414 11.9,16.3 11.265,16.3 Z M13.85,15.55 L14.88,15.55 L15.37,18.23 L15.96,15.55 L16.83,15.55 L17.42,18.23 L17.91,15.55 L18.93,15.55 L18.03,19.82 L16.96,19.82 L16.39,17.38 L15.83,19.82 L14.76,19.82 L13.85,15.55 Z M12,0 C16.7,0 18.85,4.12 18.85,6.82 C18.85,9.52 17.0960097,13.63 12,13.63 C9.06797949,13.63 7.24456537,12.2694474 6.22334015,10.5996971 C6.10797504,10.4110698 6.00732732,9.72319365 6.59320378,9.33888177 C7.17908025,8.95456988 7.71708662,9.39022217 7.84387287,9.58248667 C8.70143045,10.8829264 10.1633005,11.82 12,11.82 C15,11.82 17,9.32 17,6.82 C17,4.32 15,1.81 12,1.81 C10.5492584,1.81 9.33236686,2.39696387 8.46241089,3.28591644 L9.474995,3.73670576 C9.86718007,3.9113178 9.95685384,4.26087798 9.84288406,4.51685828 C9.78589918,4.64484843 9.68395359,4.74990886 9.54141806,4.83107363 L6.67469458,6.47927087 C6.45916744,6.60267712 6.21814322,6.61960842 6.01095111,6.52736055 C5.80211462,6.43438056 5.65295882,6.24275928 5.60209611,6.00074862 L4.90755008,2.76794268 C4.87285304,2.60689825 4.88471829,2.46076082 4.94098185,2.3343908 C5.05495162,2.0784105 5.37472892,1.91114968 5.7660918,2.08539566 L6.7215416,2.51032096 C7.8443708,1.0870475 9.58579853,0 12,0 Z"
415
- })));
416
- };
417
- var Pause = function Pause(props) {
418
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
419
- d: "M8.579 4c.865 0 1.565.7 1.565 1.564v12.87c0 .866-.7 1.566-1.565 1.566-.863 0-1.565-.7-1.565-1.565v-4.87H7v-3.13h.014V5.564C7.014 4.7 7.716 4 8.579 4zm6.915 0c.865 0 1.565.7 1.565 1.564v12.871c0 .865-.7 1.565-1.565 1.565-.863 0-1.565-.7-1.565-1.565v-4.87h-.014v-3.13h.014v-4.87C13.93 4.7 14.631 4 15.494 4z"
420
- }));
421
- };
422
- var Play = function Play(props) {
423
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
424
- d: "M15.18 12.688l-3.909 2.81c-.161.115-.325.175-.486.175-.303 0-.629-.234-.629-.748v-5.85c0-.514.325-.747.63-.747.16 0 .324.059.485.174l3.91 2.81c.24.172.378.423.378.688 0 .265-.137.517-.379.688M12 4c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8"
425
- }));
426
- };
427
- var StepBackward = function StepBackward(props) {
428
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
429
- d: "M15.5794386,6.68811254 L8.12440829,1.33228882 C7.81918795,1.11107407 7.50556704,1 7.19941329,1 C6.62070805,1 6,1.44616308 6,2.42342823 L6,13.5775052 C6,14.5547703 6.62164144,15 7.19941329,15 C7.50556704,15 7.81918795,14.8889259 8.12720848,14.6686446 L15.5785052,9.31282085 C16.0377358,8.98426562 16.2990866,8.50636709 16.2990866,7.9995333 C16.2990866,7.4945663 16.0368025,7.01760117 15.5794386,6.68811254 M2,0 C3.05,0 3.9177686,0.820041322 3.99448723,1.85130541 L4,2 L4,14 C4,15.1 3.1,16 2,16 C0.9,16 0,15.1 0,14 L0,2 C0,0.9 0.9,0 2,0 Z",
430
- transform: "translate(4.000000, 4.000000) translate(8.149543, 8.000000) scale(-1, 1) translate(-8.149543, -8.000000) "
431
- }));
432
- };
433
- var StepForward = function StepForward(props) {
434
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
435
- d: "M15.5794386,6.68811254 L8.12440829,1.33228882 C7.81918795,1.11107407 7.50556704,1 7.19941329,1 C6.62070805,1 6,1.44616308 6,2.42342823 L6,13.5775052 C6,14.5547703 6.62164144,15 7.19941329,15 C7.50556704,15 7.81918795,14.8889259 8.12720848,14.6686446 L15.5785052,9.31282085 C16.0377358,8.98426562 16.2990866,8.50636709 16.2990866,7.9995333 C16.2990866,7.4945663 16.0368025,7.01760117 15.5794386,6.68811254 M2,0 C3.05,0 3.9177686,0.820041322 3.99448723,1.85130541 L4,2 L4,14 C4,15.1 3.1,16 2,16 C0.9,16 0,15.1 0,14 L0,2 C0,0.9 0.9,0 2,0 Z",
436
- transform: "translate(4.000000, 4.000000)"
437
- }));
438
- };
439
- var Info = function Info(props) {
440
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
441
- d: "M12.0004012,4 C16.4182338,4 20,7.58096384 20,11.9995988 C20,16.4182338 16.4182338,20 12.0004012,20 C7.58176621,20 4,16.4182338 4,11.9995988 C4,7.58096384 7.58176621,4 12.0004012,4 Z M13.0518404,10 L10,10 L10,11.6134693 L10.9489304,11.6134693 L10.9489304,15.3873607 L10,15.3873607 L10,17 L14,17 L14,15.3873607 L13.0518404,15.3873607 L13.0518404,10 Z M11.9907922,6 C11.1541947,6 10.5,6.65419468 10.5,7.49079217 C10.5,8.32738965 11.1541947,9 11.9907922,9 C12.8273897,9 13.5,8.32738965 13.5,7.49079217 C13.5,6.65419468 12.8273897,6 11.9907922,6 Z"
442
- }));
443
- };
444
- var TextIcon = function TextIcon(_a) {
445
- var _b = _a.text,
446
- text = _b === void 0 ? '0.5x' : _b,
447
- props = __rest(_a, ["text"]);
448
-
449
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("text", {
450
- fontFamily: "Roboto-Black, Roboto",
451
- fontSize: 12,
452
- fontWeight: 400
453
- }, /*#__PURE__*/React__namespace.createElement("tspan", {
454
- x: text.length > 2 ? 1 : 5,
455
- y: 16
456
- }, text)));
457
- };
458
- var FastForward = function FastForward(props) {
459
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
460
- d: "M12.1 5.86c.247 0 .5.089.745.267l6.008 4.316c.368.265.58.65.58 1.057 0 .408-.211.793-.581 1.058l-6.005 4.316c-.248.177-.5.267-.747.267-.466 0-.967-.36-.967-1.147v-3.016l-5.419 3.896c-.207.148-.417.234-.624.26l-.124.007c-.465 0-.966-.36-.966-1.147V7.006c0-.787.5-1.147.966-1.147.247 0 .5.09.746.268l5.421 3.894V7.006c0-.735.436-1.097.873-1.142z"
461
- }));
462
- };
463
- var SliderThumb = function SliderThumb(props) {
464
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("polygon", {
465
- transform: "translate(6.5 5.5)",
466
- points: "6,0 11,5 11,12 0,12 0,5"
467
- }));
468
- };
469
- var Options = function Options(props) {
470
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
471
- d: "M12 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
472
- }));
473
- };
474
- var ChevronLeft = function ChevronLeft(props) {
475
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
476
- d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
477
- transform: "translate(12.002235, 12.335000) rotate(-90.000000) translate(-12.002235, -12.335000) "
478
- }));
479
- };
480
- var ChevronRight = function ChevronRight(props) {
481
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
482
- d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
483
- transform: "translate(12.002235, 12.335000) rotate(90.000000) translate(-12.002235, -12.335000) "
484
- }));
485
- };
486
- var ChevronUp = function ChevronUp(props) {
487
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
488
- d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
489
- transform: "translate(12.002235, 12.335000) translate(-12.002235, -12.335000) "
490
- }));
491
- };
492
- var ChevronDown = function ChevronDown(props) {
493
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
494
- d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
495
- transform: "translate(12.002235, 12.335000) rotate(180.000000) translate(-12.002235, -12.335000) "
496
- }));
497
- };
498
- var Layers = function Layers(props) {
499
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
500
- d: "M18.0513516,15.3519052 L22,17.2314624 L12,22 L2,17.2314624 L6.03531364,15.3519052 L12,18.18517 L18.0513516,15.3519052 Z M18.0513516,10.2257273 L22,12.1052846 L12,16.8738221 L2,12.1052846 L6.03531364,10.2257273 L12,13.0589921 L18.0513516,10.2257273 Z M12,2 L22,7.00696444 L12,11.775502 L2,7.00696444 L12,2 Z"
501
- }));
502
- };
503
- var Copy = function Copy(props) {
504
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
505
- d: "M8 7v2H6a1 1 0 0 0-.993.883L5 10v9a1 1 0 0 0 .883.993L6 20h6a1 1 0 0 0 .993-.883L13 19h2v1.6a1.4 1.4 0 0 1-1.263 1.394l-.135.006H4.399a1.4 1.4 0 0 1-1.393-1.265L3 20.6V8.4a1.4 1.4 0 0 1 1.264-1.394L4.4 7H8zm7.584-5v2H12a1 1 0 0 0-.993.883L11 5v9a1 1 0 0 0 .883.993L12 15h6a1 1 0 0 0 .993-.883L19 14V7.42h2v8.18a1.4 1.4 0 0 1-1.263 1.394l-.135.006h-9.203a1.4 1.4 0 0 1-1.393-1.265L9 15.6V3.4a1.4 1.4 0 0 1 1.264-1.394L10.4 2h5.185zM17 2l4 4h-2.5c-.777 0-1.42-.598-1.493-1.357L17 4.499V2z"
506
- }));
507
- };
508
- var Filter = function Filter(props) {
509
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
510
- d: "M14.155 12.567c1.362 0 2.523.848 2.992 2.043h1.895a1.173 1.173 0 0 1 0 2.346h-1.895A3.213 3.213 0 0 1 14.155 19a3.213 3.213 0 0 1-2.992-2.044h-5.99a1.172 1.172 0 1 1 0-2.346h5.99a3.214 3.214 0 0 1 2.992-2.043zm0 1.755a1.461 1.461 0 1 0 0 2.922 1.461 1.461 0 0 0 0-2.922zM10.06 5c1.362 0 2.524.848 2.992 2.044h5.99a1.173 1.173 0 1 1 0 2.344h-5.99a3.214 3.214 0 0 1-2.992 2.044 3.216 3.216 0 0 1-2.992-2.044H5.173a1.172 1.172 0 1 1 0-2.344h1.895A3.216 3.216 0 0 1 10.06 5zm0 1.754a1.461 1.461 0 1 0 0 2.922 1.461 1.461 0 0 0 0-2.922z"
511
- }));
512
- };
513
- var Clear = function Clear(props) {
514
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
515
- d: "M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M15.44426,7.26697571 L12.0002861,10.7110482 L8.55573996,7.26697571 C8.19978253,6.9110081 7.62292549,6.9110081 7.26696807,7.26697571 C6.91101064,7.62294331 6.91101064,8.19981687 7.26696807,8.55578447 L10.7115142,11.9998569 L7.26696807,15.4445017 C6.91101064,15.8004693 6.91101064,16.3767705 7.26696807,16.7333104 C7.44494678,16.910722 7.67843653,17 7.91192629,17 C8.14484377,17 8.37776125,16.910722 8.55573996,16.7333104 L12.0002861,13.289238 L15.44426,16.7333104 C15.6222388,16.910722 15.8551562,17 16.088646,17 C16.3221357,17 16.5550532,16.910722 16.7330319,16.7333104 C17.0889894,16.3767705 17.0889894,15.8004693 16.7330319,15.4445017 L13.289058,11.9998569 L16.7330319,8.55578447 C17.0889894,8.19981687 17.0889894,7.62294331 16.7330319,7.26697571 C16.3770745,6.9110081 15.8002175,6.9110081 15.44426,7.26697571 Z"
516
- }));
517
- };
518
- var Search = function Search(props) {
519
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
520
- d: "M7.81701445,12.5845372 L7.81701445,12.5845372 C7.17924024,11.946763 6.82932049,11.100321 6.82932049,10.1993044 C6.82932049,9.29828785 7.17924024,8.45077582 7.81701445,7.8140717 C8.47405029,7.15703585 9.3376137,6.82851792 10.2022472,6.82851792 C11.0658106,6.82851792 11.929374,7.15703585 12.5874799,7.8140717 C13.9026217,9.12921348 13.9026217,11.2693954 12.5874799,12.5845372 C11.9497057,13.2212413 11.1021937,13.5722311 10.2022472,13.5722311 C9.3012306,13.5722311 8.45371857,13.2212413 7.81701445,12.5845372 M19.5858748,17.581862 L15.4681648,13.465222 C16.9513109,11.0735688 16.6613162,7.88683788 14.5874799,5.81300161 C12.1690744,3.39566613 8.23434992,3.39566613 5.81594436,5.81300161 C4.64419476,6.9847512 4,8.54280364 4,10.1993044 C4,11.8558052 4.64419476,13.4138577 5.81594436,14.5845372 C6.98769395,15.7562868 8.5446763,16.4015516 10.2022472,16.4015516 C11.376137,16.4015516 12.4965222,16.0719636 13.4681648,15.4662921 L17.5837346,19.582932 C17.8608882,19.8590155 18.2225789,19.9970572 18.5853398,19.9970572 C18.9470305,19.9970572 19.3087212,19.8590155 19.5858748,19.582932 C20.1380417,19.029695 20.1380417,18.135099 19.5858748,17.581862"
521
- }));
522
- };
523
- var Resize = function Resize(_a) {
524
- var _b = _a.isRightAligned,
525
- isRightAligned = _b === void 0 ? false : _b,
526
- sx = _a.sx,
527
- props = __rest(_a, ["isRightAligned", "sx"]);
528
-
529
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
530
- sx: __assign(__assign(__assign({
531
- width: 20,
532
- height: 20,
533
- top: -10,
534
- position: 'relative'
535
- }, isRightAligned ? {
536
- left: 10,
537
- transform: 'rotate(90deg)'
538
- } : {
539
- left: -10
540
- }), {
541
- zIndex: 1
542
- }), sx),
543
- "data-testid": "resizeHandle"
544
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
545
- d: "M19.687 18.037v1h-6v-1h6zm3.5-3.5v1h-13v-1h13z",
546
- transform: "rotate(-45 16.687 16.787)"
547
- }));
548
- };
549
- var PresetWorkspace = function PresetWorkspace(props) {
550
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({
551
- viewBox: "0 0 24 24"
552
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
553
- d: "M22,2 L22,22 L2,22 L2,2 L22,2 Z M9,12 L4.5,12 L4.5,19.5 L9,19.5 L9,12 Z M19.5,12 L11,12 L11,19.5 L19.5,19.5 L19.5,12 Z M19.5,6 L4.5,6 L4.5,10 L19.5,10 L19.5,6 Z"
554
- }));
555
- };
556
- var Preset = function Preset(props) {
557
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
558
- d: "M22,2 L22,22 L2,22 L2,2 L22,2 Z M19.5,6 L4.5,6 L4.5,19.5 L19.5,19.5 L19.5,6 Z"
559
- }));
560
- };
561
- var PresetTiles = function PresetTiles(props) {
562
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
563
- d: "M22,2 L22,22 L2,22 L2,2 L22,2 Z M7.5,13.24 L4.5,13.24 L4.5,19.48 L7.5,19.48 L7.5,13.24 Z M15.5,13.24 L12.5,13.24 L12.5,19.48 L15.5,19.48 L15.5,13.24 Z M11.5,13.24 L8.5,13.24 L8.5,19.48 L11.5,19.48 L11.5,13.24 Z M19.5,13.24 L16.5,13.24 L16.5,19.48 L19.5,19.48 L19.5,13.24 Z M7.5,6 L4.5,6 L4.5,12.24 L7.5,12.24 L7.5,6 Z M15.5,6 L12.5,6 L12.5,12.24 L15.5,12.24 L15.5,6 Z M11.5,6 L8.5,6 L8.5,12.24 L11.5,12.24 L11.5,6 Z M19.5,6 L16.5,6 L16.5,12.24 L19.5,12.24 L19.5,6 Z"
564
- }));
565
- };
566
- var List = function List(props) {
567
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
568
- d: "M4.5,16 C5.88071187,16 7,17.1192881 7,18.5 C7,19.8807119 5.88071187,21 4.5,21 C3.11928813,21 2,19.8807119 2,18.5 C2,17.1192881 3.11928813,16 4.5,16 Z M22,18 L22,20 L9,20 L9,18 L22,18 Z M7,9 L7,14 L2,14 L2,9 L7,9 Z M22,11 L22,13 L9,13 L9,11 L22,11 Z M4.5,2 L7,7 L2,7 L4.5,2 Z M22,4 L22,6 L9,6 L9,4 L22,4 Z"
569
- }));
570
- };
571
- var Home = function Home(props) {
572
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
573
- d: "M14.5857657,15.5482973 L14.5857657,19 L19,19 L19,11.1704471 L12.0003998,5 L5,11.1704471 L5,19 L9.41503399,19 L9.41503399,15.5482973 C9.41503399,14.0740894 10.5785686,12.8676932 12.0003998,12.8676932 C13.4222311,12.8676932 14.5857657,14.0740894 14.5857657,15.5482973 Z"
574
- }));
575
- };
576
- var Minus = function Minus(props) {
577
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
578
- d: "M13,11 L11,11 L8,11 C7.43301962,11 7,11.4597824 7,12.0268006 C7,12.5938188 7.43301962,13 8,13 L11,13 L13,13 L16,13 C16.5669804,13 17,12.5938188 17,12.0268006 C17,11.4597824 16.5669804,11 16,11 L13,11 Z"
579
- }));
580
- };
581
- var Equalizer = function Equalizer(props) {
582
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
583
- d: "M5,2 L5.00043449,14.0500973 C6.14133817,14.2819003 7,15.2906746 7,16.5 C7,17.3174727 6.60764218,18.0433054 6.00097133,18.4994531 L6,22 L3,22 L3.00004507,18.5002169 C2.39279608,18.0441159 2,17.3179292 2,16.5 C2,15.2903182 2.85916789,14.2813059 4.00057405,14.0498926 L4,2 L5,2 Z M12.5,2 L12.5004345,5.05009729 C13.6413382,5.28190033 14.5,6.29067455 14.5,7.5 C14.5,8.31747272 14.1076422,9.04330535 13.5009713,9.49945313 L13.5,22 L10.5,22 L10.5000451,9.50021694 C9.89279608,9.04411586 9.5,8.31792915 9.5,7.5 C9.5,6.29031824 10.3591679,5.2813059 11.500574,5.0498926 L11.5,2 L12.5,2 Z M20,2 L20.0004345,11.0500973 C21.1413382,11.2819003 22,12.2906746 22,13.5 C22,14.3174727 21.6076422,15.0433054 21.0009713,15.4994531 L21,22 L18,22 L18.0000451,15.5002169 C17.3927961,15.0441159 17,14.3179292 17,13.5 C17,12.2903182 17.8591679,11.2813059 19.000574,11.0498926 L19,2 L20,2 Z"
584
- }));
585
- };
586
- var Link = function Link(props) {
587
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
588
- d: "m11 9-4.128-.018a.921.921 0 0 0-.91.82l-.006.108v4.18c0 .476.354.87.81.923l.106.007H11V17H6.872c-1.528 0-2.78-1.212-2.867-2.74L4 14.09V9.91c0-1.55 1.198-2.817 2.704-2.905L6.872 7H11v2zm5 3a1 1 0 0 1-1 1H9a1 1 0 0 1 0-2h6a1 1 0 0 1 1 1zm4 2.09c0 1.607-1.288 2.91-2.872 2.91H13v-1.98h4.128a.924.924 0 0 0 .916-.93V9.91a.923.923 0 0 0-.916-.928L13 9V7h4.128C18.712 7 20 8.303 20 9.91v4.18z"
589
- }));
590
- };
591
- var LinkOff = function LinkOff(props) {
592
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
593
- d: "m20.693 18.631-1.285 1.532L15.638 17H13v-1.98l.277-.001-2.406-2.02L9 13a1 1 0 0 1-.41-1.913L6.314 9.175a.93.93 0 0 0-.35.627l-.007.108v4.18c0 .476.354.87.81.923l.106.007H11V17H6.872c-1.528 0-2.78-1.212-2.867-2.74L4 14.09V9.91c0-.778.302-1.486.795-2.008l-2.24-1.88L3.84 4.49 6.834 7H11v2l-1.794-.008L11.6 11H15a1 1 0 0 1 0 2h-1.018l2.407 2.019h.739a.924.924 0 0 0 .916-.93V9.91a.923.923 0 0 0-.916-.928L13 9V7h4.128C18.712 7 20 8.303 20 9.91v4.18a2.915 2.915 0 0 1-1.606 2.612l2.3 1.93z"
594
- }));
595
- };
596
- var Cached = function Cached(props) {
597
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
598
- d: "m19.691 9.79-1.771 1.225a6 6 0 0 1-6.355 6.969v-3.088l-2.681 1.86c-1.223.86-1.923 1.345-2.1 1.458l-.029.019-.31.215L11.564 22v-2.012A8 8 0 0 0 19.691 9.79zM12.564 2v2.02a8 8 0 0 0-8.237 10.255l1.765-1.223a6 6 0 0 1 6.473-7.026v3.078l2.592-1.798h-.003l2.029-1.4a8.063 8.063 0 0 0-.004-.004l.504-.35L12.564 2z"
599
- }));
600
- };
601
- var CalendarToday = function CalendarToday(props) {
602
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
603
- d: "M7.342 6.437v1.115c0 .673.548 1.22 1.22 1.22h.06c.671 0 1.22-.547 1.22-1.22V6.437h4.313v1.115c0 .673.548 1.22 1.22 1.22h.058c.673 0 1.22-.547 1.22-1.22V6.437h1.058a2.292 2.292 0 0 1 2.286 2.285v7.993A2.292 2.292 0 0 1 17.71 19H6.285A2.292 2.292 0 0 1 4 16.715V8.722a2.292 2.292 0 0 1 2.285-2.285h1.057zm9.444 7.637a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881zm-4.788 0a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88zm-4.787 0a1.44 1.44 0 1 0-.002 2.88 1.44 1.44 0 0 0 .002-2.88zm9.575-3.897a1.44 1.44 0 1 0-.001 2.881 1.44 1.44 0 0 0 0-2.88zm-4.788 0a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88zM8.62 4.73c.264 0 .478.214.478.478v2.344a.477.477 0 0 1-.478.477h-.058a.478.478 0 0 1-.478-.477V5.208c0-.264.214-.478.478-.478zm6.812 0c.264 0 .478.214.478.478v2.344a.478.478 0 0 1-.478.477h-.057a.478.478 0 0 1-.478-.477V5.208c0-.264.214-.478.478-.478z"
604
- }));
605
- };
606
- var WebAssetOff = function WebAssetOff(props) {
607
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", null, /*#__PURE__*/React__namespace.createElement("path", {
608
- d: "M5.89856955,4.50717511 L9.893,8.5 L6,8.5 L6,17 L18,17 L18,16.606 L19.9956851,18.6017419 C19.956118,18.649691 19.9142229,18.6957771 19.87,18.74 C19.4544824,19.1555176 18.8311491,19.4088509 18,19.5 L6,19.5 C5.1805214,19.4148333 4.56096049,19.1624284 4.1413173,18.7427852 C3.7216741,18.323142 3.50790167,17.7422136 3.5,17 L3.5,7 C3.52565636,6.18855517 3.73942879,5.5818885 4.1413173,5.18 C4.52680219,4.79451511 5.11255294,4.57024015 5.89856955,4.50717511 Z M18,4.5 C18.81657,4.52323671 19.4399034,4.74990338 19.87,5.18 C20.3000966,5.61009662 20.5100966,6.21676329 20.5,7 L20.5,16.278 L18,13.778 L18,8.5 L12.721,8.5 L8.721,4.5 L18,4.5 Z",
609
- id: "Combined-Shape"
610
- }), /*#__PURE__*/React__namespace.createElement("rect", {
611
- id: "Rectangle",
612
- transform: "translate(12.000000, 12.000000) rotate(-45.000000) translate(-12.000000, -12.000000) ",
613
- x: "11",
614
- y: "0",
615
- width: "2",
616
- height: "24"
617
- })));
618
- };
619
- var Notifications = function Notifications(props) {
620
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
621
- d: "M13.436 17.083a1.444 1.444 0 1 1-2.871 0zM12 4c3.094 0 5.61 2.48 5.61 5.53v2.98c0 1.569 1.197 2.663 1.208 2.672.169.15.227.388.145.598a.55.55 0 0 1-.514.348H5.551a.552.552 0 0 1-.514-.348.536.536 0 0 1 .146-.598c.01-.01 1.206-1.103 1.206-2.672V9.53C6.39 6.48 8.907 4 12 4z"
622
- }));
623
- };
624
- var Update = function Update(props) {
625
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
626
- d: "m8.73 3.39-.252.098a9.5 9.5 0 1 0 9.4 16.303l-1.391-1.455a7.5 7.5 0 1 1 2.504-8.85l.071.185-3.535 1.427 3.117 2.043v-.005l2.579 1.696.933.612 1.75-7.731-2.99 1.209-.071-.184A9.5 9.5 0 0 0 8.73 3.391zM13.04 7h-2V12l-3.218 1.857 1 1.732 2.749-1.587h1.469V7z"
627
- }));
628
- };
629
- var SubdirectoryArrowRight = function SubdirectoryArrowRight(props) {
630
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
631
- d: "M5.08 2c.595 0 1.078.59 1.078 1.317V14.84h10.469l-3.784-3.578a1.037 1.037 0 0 1 0-1.526 1.19 1.19 0 0 1 1.614 0l6.54 6.183-6.54 6.185c-.223.21-.515.316-.807.316-.292 0-.585-.106-.807-.316a1.038 1.038 0 0 1 0-1.527L16.627 17H5.08a.912.912 0 0 1-.387-.086A1.081 1.081 0 0 1 4 15.92l.006-.1L4 15.684V3.317C4 2.59 4.483 2 5.08 2z"
632
- }));
633
- };
634
- var Speed = function Speed(props) {
635
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
636
- d: "M13.0185689,0.0297138829 C13.2816828,0.125479523 13.375552,0.393860848 13.3173741,0.670655588 C13.2591962,0.947450328 11.1238887,11.0829138 10.7956738,11.9846767 C10.4178888,13.0226325 9.27020413,13.5578066 8.23224832,13.1800216 C7.19429251,12.8022366 6.65911834,11.6545519 7.03690336,10.6165961 C7.19777378,10.1746082 8.45223163,7.753762 9.7051842,5.37094004 L10.0053032,4.80082548 C11.2011782,2.53154866 12.314927,0.44601574 12.3776815,0.328635445 C12.5110348,0.0792023166 12.755455,-0.0660517572 13.0185689,0.0297138829 Z M19.4360969,8.53332236 C19.7202953,9.34072717 20.0334312,10.6740767 20.0334312,12.9435947 L15.8134312,12.9409726 C15.9147467,12.4409651 16.0334312,11.9234904 16.0334312,11.3935947 C16.0334312,10.7848462 15.9747709,10.1930974 15.860471,9.62582623 L19.4360969,8.53332236 Z M0.24,9.02480771 L1.14284266,9.30137886 C0.796626585,10.38249 0.683431191,11.5887966 0.683431191,12.8935947 L0.193431191,12.8935947 C-0.149932748,11.3243559 0.0281771199,9.95042242 0.233431191,9.05635532 L0.24,9.02480771 Z M7.97460351,10.9640905 C7.785711,11.4830684 8.05329808,12.0569108 8.57227599,12.2458033 C9.09125389,12.4346958 9.66509624,12.1671087 9.85398875,11.6481308 C10.0428813,11.1291529 9.77529418,10.5553105 9.25631627,10.366418 C8.73733837,10.1775255 8.16349602,10.4451126 7.97460351,10.9640905 Z M15.66294,3.32668699 C17.1046645,4.36667952 18.3549992,5.93102775 19.0441285,7.59528372 L19.048,7.60580771 L15.6041584,8.65930693 C15.2288334,7.53006422 14.6145128,6.52875923 13.7894188,5.72525838 L15.66294,3.32668699 Z M3.151,3.91680771 L4.07227289,5.23343855 C3.04988317,6.02547664 2.14199378,7.08924721 1.51712115,8.36942033 L0.504,8.05980771 L0.66653777,7.65768052 C0.946845496,6.97287844 1.22267153,6.3505113 1.58343119,5.78752126 C2.04185637,5.07211751 2.62700543,4.45259196 3.14662121,3.92267024 Z M13.5370427,2.15601523 C13.9045004,2.32031554 14.3000944,2.51472051 14.7316953,2.74422981 L14.813,2.78880771 L13.0229815,5.08063176 L12.9211263,5.01013613 C13.1339222,4.03128992 13.3442549,3.05520552 13.5370427,2.15601523 Z M8.64330378,1.36555752 L8.60273799,3.67605906 C8.53008184,3.67441939 8.45697828,3.67359473 8.38343119,3.67359473 C7.29621364,3.67359473 5.99983997,4.00544303 4.89787799,4.66702681 L3.90244703,3.24533554 C5.38148072,2.08015309 7.15804171,1.51034477 8.64330378,1.36555752 Z M9.64483088,1.31952159 C10.1808707,1.31407534 10.6831894,1.3389592 11.2036076,1.42293267 L11.1277192,1.56621248 C10.7501769,2.27968921 10.3484138,3.04068828 9.94570637,3.80634031 C9.83236728,3.78598023 9.71777754,3.76829082 9.60184741,3.75281542 L9.64483088,1.31952159 Z",
637
- transform: "translate(2 6)"
638
- }));
639
- };
640
- var DimensionsElevation = function DimensionsElevation(props) {
641
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
642
- d: "M4,16 L4,19 L0,19 L0,16 L4,16 Z M7,11 L7,14 L0,14 L0,11 L7,11 Z M9,6 L9,9 L0,9 L0,6 L9,6 Z M12,1 L12,4 L0,4 L0,1 L12,1 Z M16,0 L13,4 L15,4 L15,16 L13,16 L16,20 L19,16 L17,16 L17,4 L19,4 L16,0 Z",
643
- transform: "translate(2 2)"
644
- }));
645
- };
646
- var DimensionsTime = function DimensionsTime(props) {
647
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
648
- d: "M12.13,5 C16.0677903,5 19.26,8.19220973 19.26,12.13 C19.26,16.0677903 16.0677903,19.26 12.13,19.26 C8.19220973,19.26 5,16.0677903 5,12.13 C5,8.19220973 8.19220973,5 12.13,5 Z M5.1376547,18.0009318 L0,18 L0,15 L3.46039175,15.000536 C3.82762817,16.1102542 4.40198,17.1256503 5.1376547,18.0009318 Z M12.13,7 C9.29677923,7 7,9.29677923 7,12.13 C7,14.9632208 9.29677923,17.26 12.13,17.26 C14.9632208,17.26 17.26,14.9632208 17.26,12.13 C17.26,9.29677923 14.9632208,7 12.13,7 Z M12.547494,8.35 L12.547,11.769 L14.7493339,13.0406354 L14.0651234,14.2257228 L12.183,13.139 L11.179073,13.1394737 L11.179073,8.35 L12.547494,8.35 Z M3,12.13 C3,12.4237363 3.0138714,12.7142328 3.04099487,13.0008701 L0,13 L0,10 L3.24967033,10.0005024 C3.08643451,10.6837249 3,11.3967685 3,12.13 Z M3.98526578,8.00011679 L0,8 L0,5 L6.42694067,4.99991383 C5.41424324,5.81098129 4.57807756,6.83332299 3.98526578,8.00011679 Z M18,0 L18,3 L0,3 L0,0 L18,0 Z",
649
- transform: "translate(2 2)"
650
- }));
651
- };
652
- var DimensionsRefTime = function DimensionsRefTime(props) {
653
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
654
- d: "M14.41,3.78240772 L14.41,5.15240772 L12.66,5.15240772 L12.6594767,6.01936211 C13.545349,6.08439076 14.3862477,6.31127801 15.1527207,6.67057174 L15.7989136,5.55168032 L16.9160864,6.19668032 L16.2670916,7.32230296 C18.0787957,8.61518068 19.26,10.7346478 19.26,13.13 C19.26,17.0677903 16.0677903,20.26 12.13,20.26 C8.19220973,20.26 5,17.0677903 5,13.13 C5,9.4490968 7.78929885,6.41966926 11.3695371,6.04007678 L11.37,5.15240772 L9.62,5.15240772 L9.62,3.78240772 L14.41,3.78240772 Z M12.13,8 C9.29677923,8 7,10.2967792 7,13.13 C7,15.9632208 9.29677923,18.26 12.13,18.26 C14.9632208,18.26 17.26,15.9632208 17.26,13.13 C17.26,10.2967792 14.9632208,8 12.13,8 Z M3.19183937,15.0007752 C3.41732809,16.0836244 3.83463472,17.0961214 4.40661658,18.0011235 L0,18 L0,15 Z M14.3819805,9.95760756 L15.3496003,10.9252274 L12.1676198,14.1072079 L11.2,13.1395881 L14.3819805,9.95760756 Z M3.55058156,10.0001683 C3.19435424,10.9763976 3,12.0305019 3,13.13 L3.002,13 L0,13 L0,10 Z M7.97195056,4.9996378 C6.60386085,5.70071412 5.43590345,6.73695253 4.57644304,7.99998836 L0,8 L0,5 Z M18,0 L18,3 L16,3 L16,2.5 L8,2.5 L8,3 L0,3 L0,0 L18,0 Z",
655
- transform: "translate(2 2)"
656
- }));
657
- };
658
- var DimensionsOther = function DimensionsOther(props) {
659
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
660
- d: "M5.1376547,18.0009318 L0,18 L0,15 L3.46039175,15.000536 C3.82762817,16.1102542 4.40198,17.1256503 5.1376547,18.0009318 Z M12.5,7 L12.5,11 L16.5,11 L16.5,12.5 L12.5,12.5 L12.5,16.5 L11,16.5 L11,12.5 L7,12.5 L7,11 L11,11 L11,7 L12.5,7 Z M3,12.13 C3,12.4237363 3.0138714,12.7142328 3.04099487,13.0008701 L0,13 L0,10 L3.24967033,10.0005024 C3.08643451,10.6837249 3,11.3967685 3,12.13 Z M3.98526578,8.00011679 L0,8 L0,5 L6.42694067,4.99991383 C5.41424324,5.81098129 4.57807756,6.83332299 3.98526578,8.00011679 Z M18,0 L18,3 L0,3 L0,0 L18,0 Z",
661
- transform: "translate(3 3)"
662
- }));
663
- };
664
- var Picture = function Picture(props) {
665
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
666
- d: "M19.9986404,0 C21,0 22,1 22,2 L22,17.9956787 C22,19 21,20 20,20 L2,20 C0.8954305,20 1.3527075e-16,19.1045695 0,18 L0,2 C0,0.996459653 1,0 2,0 L19.9986404,0 Z M19.5,2.5 L2.5,2.5 L2.5,17.5 L19.5,17.5 L19.5,2.5 Z M12.8300654,7 L18,15.5204398 L4,15.5204398 L8.02614379,9 L9.81960446,11.7515969 L12.8300654,7 Z M6,4.35 C7.1045695,4.35 8,5.2454305 8,6.35 C8,7.4545695 7.1045695,8.35 6,8.35 C4.8954305,8.35 4,7.4545695 4,6.35 C4,5.2454305 4.8954305,4.35 6,4.35 Z",
667
- transform: "translate(1 2)"
668
- }));
669
- };
670
- var CollapseWindow = function CollapseWindow(props) {
671
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
672
- d: "M5,17 C4.43301962,17 4,17.4597824 4,18.0268006 C4,18.5938188 4.43301962,19 5,19 L19,19 C19.5669804,19 20,18.5938188 20,18.0268006 C20,17.4597824 19.5669804,17 19,17 L5,17 Z"
673
- }));
674
- };
675
- var ExpandWindow = function ExpandWindow(props) {
676
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
677
- d: "M18,4.5 C18.81657,4.52323671 19.4399034,4.74990338 19.87,5.18 C20.3000966,5.61009662 20.5100966,6.21676329 20.5,7 L20.5,17 C20.4955176,17.7444824 20.2855176,18.3244824 19.87,18.74 C19.4544824,19.1555176 18.8311491,19.4088509 18,19.5 L6,19.5 C5.1805214,19.4148333 4.56096049,19.1624284 4.1413173,18.7427852 C3.7216741,18.323142 3.50790167,17.7422136 3.5,17 L3.5,7 C3.52565636,6.18855517 3.73942879,5.5818885 4.1413173,5.18 C4.5432058,4.7781115 5.1627667,4.55144483 6,4.5 L18,4.5 Z M17.6875,6.75 L6.3125,6.75 C5.85182844,6.75 5.5,7.20978239 5.5,7.77680061 C5.5,8.34381884 5.85182844,8.75 6.3125,8.75 L17.6875,8.75 C18.1481716,8.75 18.5,8.34381884 18.5,7.77680061 C18.5,7.20978239 18.1481716,6.75 17.6875,6.75 Z"
678
- }));
679
- };
680
- var CollapseLarge = function CollapseLarge(props) {
681
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
682
- id: "Icons-/-Collapse-L",
683
- stroke: "none",
684
- strokeWidth: "1",
685
- fill: "none",
686
- fillRule: "evenodd"
687
- }, /*#__PURE__*/React__namespace.createElement("path", {
688
- d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M11.51,8.14 L11.51,13.93 L14.4857761,13.93 L14.4857761,15.2471595 L9.79,15.2471595 L9.79,8.14 L11.51,8.14 Z",
689
- id: "Icons-/-expand-L",
690
- fill: "currentColor"
691
- })));
692
- };
693
- var CollapseMedium = function CollapseMedium(props) {
694
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
695
- id: "Icons-/-Collapse-M",
696
- stroke: "none",
697
- strokeWidth: "1",
698
- fill: "none",
699
- fillRule: "evenodd"
700
- }, /*#__PURE__*/React__namespace.createElement("path", {
701
- d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M10.3720217,8.13793154 L11.9560108,13.0709727 L13.54,8.13793154 L15.79,8.13793154 L15.79,15.25 L14.0828502,15.25 L14.0828502,13.5960917 L14.24,10.1828615 L12.52,15.25 L11.3929679,15.25 L9.66668436,10.1828615 L9.83,13.5960917 L9.83,15.25 L8.12,15.25 L8.12,8.13793154 L10.3720217,8.13793154 Z",
702
- id: "Icons-/-expand-M",
703
- fill: "currentColor"
704
- })));
705
- };
706
- var CollapseSmall = function CollapseSmall(props) {
707
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
708
- id: "Icons-/-Collapse-S",
709
- stroke: "none",
710
- strokeWidth: "1",
711
- fill: "none",
712
- fillRule: "evenodd"
713
- }, /*#__PURE__*/React__namespace.createElement("path", {
714
- d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M12,8.04223293 C12.3816424,8.04223293 12.7614621,8.07548514 13.1091818,8.18 C13.5650277,8.31701461 13.9657061,8.56252016 14.2430015,8.87556815 C14.5528447,9.22536046 14.7487564,9.63866568 14.7487564,10.2519529 L13.0420578,10.2519529 C13.0420578,10.1288369 13.0272095,9.87711169 12.8626035,9.66926494 C12.7706891,9.55320533 12.6320802,9.43866588 12.4232884,9.38 C12.3058648,9.34700656 12.1662431,9.34 12.0002452,9.34 C11.7669952,9.34 11.5569756,9.40134185 11.3953298,9.49974489 C11.191832,9.62362564 11.065,9.80624313 11.065,9.99915266 C11.065,10.4659624 11.5303207,10.7054039 12.0069825,10.88 C12.251836,10.9696872 12.4996821,11.0509766 12.6889856,11.1190164 C13.2468104,11.3195109 14.7487564,11.8079437 14.7487564,13.3345338 C14.7487564,14.1523847 14.3639594,14.7065019 13.71,15.0235466 C13.2549114,15.2441772 12.7956716,15.35 12,15.35 C11.5837341,15.35 11.0482218,15.2531638 10.57,15.0437157 C10.1291519,14.8506364 9.73916298,14.5618589 9.48671724,14.1650248 C9.25557241,13.8016749 9.14333333,13.3931427 9.15,12.939428 L10.8662463,12.939428 C10.8586095,13.2482201 10.923194,13.4935781 11.06,13.6755022 C11.265209,13.9483883 11.6785712,14.059404 12.0002452,14.059404 C12.416347,14.059404 13.0420578,13.9897611 13.0420578,13.3345338 C13.0420578,13.0169697 12.9081037,12.8095581 12.4695878,12.5923469 C12.3796921,12.5478187 12.2231629,12.4829201 12,12.3976512 C11.2094155,12.128282 10.6637991,11.8940163 10.3631508,11.6948541 C10.1074343,11.5254567 9.88191516,11.3372466 9.73293087,11.1353958 C9.51970344,10.8465054 9.36,10.5472019 9.36,9.99915266 C9.36,9.53454971 9.57462649,9.02233509 10.0735216,8.63036466 C10.4735262,8.31609021 11.2198472,8.04223293 12,8.04223293 Z",
715
- id: "Icons-/-expand-S",
716
- fill: "currentColor"
717
- })));
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
- };
725
- var Menu = function Menu(props) {
726
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("path", {
727
- transform: "translate(6 6)",
728
- d: "M0,9.27 L2.73,9.27 L2.73,12 L0,12 Z M0,4.64 L2.73,4.64 L2.73,7.37 L0,7.37 Z M0,0 L2.73,0 L2.73,2.73 L0,2.73 Z M5,9.27 L12,9.27 L12,12 L5,12 Z M5,4.64 L12,4.64 L12,7.37 L5,7.37 Z M5,0 L12,0 L12,2.73 L5,2.73 Z"
729
- }));
730
- };
731
- var None = function None(props) {
732
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
733
- transform: "translate(3 3)"
734
- }, /*#__PURE__*/React__namespace.createElement("path", {
735
- d: "M16.0000589,0 C17.1046284,-2.02906125e-16 18.0000589,0.8954305 18.0000589,2 L18.0010775,6.26818814 C17.7066608,6.0976323 17.364732,6 17,6 L16.285,6 L16.2857676,2.71429132 C16.2857676,2.16200657 15.8380523,1.71429132 15.2857676,1.71429132 L2.71429132,1.71429132 C2.16200657,1.71429132 1.71429132,2.16200657 1.71429132,2.71429132 L1.71429132,15.2857676 C1.71429132,15.8380523 2.16200657,16.2857676 2.71429132,16.2857676 L6,16.285 L6,17 C6,17.364732 6.0976323,17.7066608 6.26818814,18.0010775 L2,18.0000589 C0.8954305,18.0000589 1.3527075e-16,17.1046284 0,16.0000589 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 L16.0000589,0 Z M16.0000589,7.71431095 C17.1046284,7.71431095 18.0000589,8.60974145 18.0000589,9.71431095 L18.0000589,16.0000589 C18.0000589,17.1046284 17.1046284,18.0000589 16.0000589,18.0000589 L9.71431095,18.0000589 C8.60974145,18.0000589 7.71431095,17.1046284 7.71431095,16.0000589 L7.71431095,9.71431095 C7.71431095,8.60974145 8.60974145,7.71431095 9.71431095,7.71431095 L16.0000589,7.71431095 Z M15.2857676,9.42860228 L10.4286023,9.42860228 C9.87631753,9.42860228 9.42860228,9.87631753 9.42860228,10.4286023 L9.42860228,15.2857676 C9.42860228,15.8380523 9.87631753,16.2857676 10.4286023,16.2857676 L15.2857676,16.2857676 C15.8380523,16.2857676 16.2857676,15.8380523 16.2857676,15.2857676 L16.2857676,10.4286023 C16.2857676,9.87631753 15.8380523,9.42860228 15.2857676,9.42860228 Z M14.5347673,10.2701019 L15.4312535,11.2107189 L13.8227128,12.8181019 L15.4312535,14.4261565 L14.5127019,15.344708 L12.9047128,13.7361019 L11.2972643,15.344708 L10.3787128,14.4261565 L11.9867128,12.8181019 L10.3787128,11.2107189 L11.2751989,10.2701019 L12.9047128,11.9001019 L14.5347673,10.2701019 Z"
736
- })));
737
- };
738
- var Both = function Both(props) {
739
- return /*#__PURE__*/React__namespace.createElement(material.SvgIcon, __assign({}, props), /*#__PURE__*/React__namespace.createElement("g", {
740
- transform: "translate(3 3)"
741
- }, /*#__PURE__*/React__namespace.createElement("path", {
742
- d: "M6.12154852,-4.08562073e-14 L11.5665318,2.08618237 L7.16343758,5.90884652 L6.89046265,4.36072873 L6.80957756,4.39003855 C3.87189613,5.46406081 2.0365417,8.52135417 2.59891997,11.7107598 C2.74916282,12.5628294 3.05699221,13.3475078 3.48712515,14.0400746 L3.654,14.294 L4.03341039,13.916165 C4.300998,13.6487868 4.57483053,13.3752128 4.84929787,13.1010377 L5.49808471,12.4529989 L5.81818597,12.133305 L6.43943768,11.5129063 C6.54018288,11.4123056 6.63929935,11.3133343 6.73644152,11.2163368 L7.29283868,10.6607958 C7.46856431,10.4853491 7.63362837,10.3205548 7.78526647,10.1691699 L8.06982232,9.88509612 C8.15816112,9.79690915 8.23971374,9.71549875 8.3136611,9.64168177 L8.51186835,9.44382795 L8.55371431,9.40205768 L17.4815559,0.474640695 C18.0545559,-0.0983593047 18.9845559,-0.0983593047 19.5575559,0.474640695 C20.1305559,1.0476407 20.1305559,1.9776407 19.5575559,2.5506407 L14.831,7.276 L19.4288065,10.9204157 C19.784072,11.2028346 19.9878059,11.6116618 19.9878059,12.0444907 C19.9878059,12.4789196 19.784797,12.8885469 19.4280814,13.1701657 L13.6401532,17.7608718 C13.4008927,17.9496843 13.1572821,18.0448907 12.9194717,18.0448907 C12.470677,18.0448907 11.9878059,17.6632653 11.9878059,16.8256094 L11.987,10.12 L8.78355591,13.3246407 C8.78355591,13.3246407 8.77632036,13.3318973 8.76236846,13.3458891 L8.70088296,13.4075489 C8.68745028,13.4210194 8.67246832,13.4360433 8.65600198,13.4525555 L8.30579109,13.8037142 C8.12024363,13.9897508 7.88938874,14.2211951 7.62907158,14.482136 L7.3035632,14.8084053 C6.96594112,15.1467963 6.5950202,15.5184978 6.21818091,15.8960157 L5.46472391,16.6506601 C5.40263036,16.7128356 5.34087945,16.7746636 5.27959794,16.8360167 L3.83147258,18.2843629 L3.76884939,18.3468742 L3.40610402,18.7083747 C3.32314137,18.7908588 3.25923448,18.8541764 3.21780591,18.8948907 C2.63780591,19.4648907 1.70780591,19.4648907 1.13780591,18.8948907 C0.567805911,18.3248907 0.567805911,17.3948907 1.13780591,16.8148907 L1.30316348,16.6480048 L1.34269001,16.6082679 L1.58700213,16.3630806 C1.67091753,16.2789466 1.76427895,16.1854034 1.86593963,16.0835947 C1.00935344,14.9643562 0.401202684,13.6284705 0.139524125,12.1444177 C-0.668062091,7.56436865 2.10797283,3.18177303 6.45256841,1.87618962 L6.12154852,-4.08562073e-14 Z"
743
- })));
744
- };
745
-
746
- /* *
747
- * Licensed under the Apache License, Version 2.0 (the "License");
748
- * you may not use this file except in compliance with the License.
749
- * You may obtain a copy of the License at
750
- *
751
- * http://www.apache.org/licenses/LICENSE-2.0
752
- *
753
- * Unless required by applicable law or agreed to in writing, software
754
- * distributed under the License is distributed on an "AS IS" BASIS,
755
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
756
- * See the License for the specific language governing permissions and
757
- * limitations under the License.
758
- *
759
- * Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
760
- * Copyright 2022 - Finnish Meteorological Institute (FMI)
761
- * */
762
-
763
- var index = /*#__PURE__*/Object.freeze({
764
- __proto__: null,
765
- SplitHorizontal: SplitHorizontal,
766
- SplitVertical: SplitVertical,
767
- Expand: Expand,
768
- UnExpand: UnExpand,
769
- Delete: Delete,
770
- DrawRegion: DrawRegion,
771
- DrawPolygon: DrawPolygon,
772
- DrawFIRLand: DrawFIRLand,
773
- Location: Location,
774
- ThumbsUp: ThumbsUp,
775
- Edit: Edit,
776
- Export: Export,
777
- ListItem: ListItem,
778
- TimeSeriesManager: TimeSeriesManager,
779
- Close: Close,
780
- KeyOption: KeyOption,
781
- KeyCommand: KeyCommand,
782
- ArrowLeft: ArrowLeft,
783
- ArrowRight: ArrowRight,
784
- ArrowDown: ArrowDown,
785
- ArrowUp: ArrowUp,
786
- Exclamation: Exclamation,
787
- Visibility: Visibility,
788
- VisibilityOff: VisibilityOff,
789
- HamburgerMenu: HamburgerMenu,
790
- GeoWebLogo: GeoWebLogo,
791
- Add: Add,
792
- Clock: Clock,
793
- Animation: Animation,
794
- Success: Success,
795
- Cancel: Cancel,
796
- DragHandle: DragHandle,
797
- AutoUpdateActive: AutoUpdateActive,
798
- AutoUpdateInActive: AutoUpdateInActive,
799
- Now: Now,
800
- Pause: Pause,
801
- Play: Play,
802
- StepBackward: StepBackward,
803
- StepForward: StepForward,
804
- Info: Info,
805
- TextIcon: TextIcon,
806
- FastForward: FastForward,
807
- SliderThumb: SliderThumb,
808
- Options: Options,
809
- ChevronLeft: ChevronLeft,
810
- ChevronRight: ChevronRight,
811
- ChevronUp: ChevronUp,
812
- ChevronDown: ChevronDown,
813
- Layers: Layers,
814
- Copy: Copy,
815
- Filter: Filter,
816
- Clear: Clear,
817
- Search: Search,
818
- Resize: Resize,
819
- PresetWorkspace: PresetWorkspace,
820
- Preset: Preset,
821
- PresetTiles: PresetTiles,
822
- List: List,
823
- Home: Home,
824
- Minus: Minus,
825
- Equalizer: Equalizer,
826
- Link: Link,
827
- LinkOff: LinkOff,
828
- Cached: Cached,
829
- CalendarToday: CalendarToday,
830
- WebAssetOff: WebAssetOff,
831
- Notifications: Notifications,
832
- Update: Update,
833
- SubdirectoryArrowRight: SubdirectoryArrowRight,
834
- Speed: Speed,
835
- DimensionsElevation: DimensionsElevation,
836
- DimensionsTime: DimensionsTime,
837
- DimensionsRefTime: DimensionsRefTime,
838
- DimensionsOther: DimensionsOther,
839
- Picture: Picture,
840
- CollapseWindow: CollapseWindow,
841
- ExpandWindow: ExpandWindow,
842
- CollapseLarge: CollapseLarge,
843
- CollapseMedium: CollapseMedium,
844
- CollapseSmall: CollapseSmall,
845
- ExitDomain: ExitDomain,
846
- Menu: Menu,
847
- None: None,
848
- Both: Both
849
- });
850
-
851
- var BORDER_RADIUS = 3;
852
- var defaultButtonStyle = function defaultButtonStyle(button) {
853
- return {
854
- // default styling
855
- color: button["default"].color,
856
- backgroundColor: button["default"].fill,
857
- textTransform: 'capitalize',
858
- borderRadius: BORDER_RADIUS,
859
- // hover styling
860
- '&:hover': {
861
- backgroundColor: button.mouseOver.fill,
862
- borderColor: button.mouseOver.borderColor,
863
- color: button.mouseOver.color
864
- },
865
- // active styling
866
- '&.Mui-selected': {
867
- backgroundColor: button.active.fill,
868
- color: button.active.color,
869
- borderColor: button.active.borderColor,
870
- '&:hover': {
871
- backgroundColor: button.activeMouseOver.fill
872
- }
873
- },
874
- // disabled styling
875
- '&.Mui-disabled': {
876
- backgroundColor: button.disabled.fill,
877
- color: button.disabled.color,
878
- borderColor: button.disabled.borderColor
879
- },
880
- // focus styling
881
- '&.Mui-focusVisible': {
882
- outline: button.focus.outline,
883
- '&:not(.Mui-selected)': {
884
- borderColor: 'transparent',
885
- backgroundColor: button.mouseOver.fill
886
- }
887
- }
888
- };
889
- };
890
- var buttonStyle = function buttonStyle(button) {
891
- return __assign(__assign({}, defaultButtonStyle(button)), {
892
- padding: '12px 8px',
893
- height: '40px',
894
- borderStyle: 'solid',
895
- borderWidth: '1px',
896
- borderColor: button["default"].borderColor,
897
- borderRadius: BORDER_RADIUS,
898
- // size styling
899
- '&[class*="sizeSmall"]': {
900
- fontSize: '12px',
901
- height: '32px',
902
- lineHeight: '12px'
903
- },
904
- // icon styling
905
- '& .MuiButton-startIcon': {
906
- margin: 0
907
- },
908
- '& .MuiSvgIcon-root': {
909
- marginRight: '8px',
910
- fontSize: '24px!important'
911
- }
912
- });
913
- };
914
- var iconButtonStyle = function iconButtonStyle(button) {
915
- return __assign(__assign({}, defaultButtonStyle(button)), {
916
- borderStyle: 'solid',
917
- borderWidth: '1px',
918
- borderColor: button["default"].borderColor,
919
- // size styling
920
- '&[class*="sizeSmall"]': {
921
- width: 24,
922
- height: 24
923
- },
924
- '&[class*="sizeMedium"]': {
925
- width: 32,
926
- height: 32
927
- },
928
- '&[class*="sizeLarge"]': {
929
- width: 40,
930
- height: 40
931
- }
932
- });
933
- };
934
- var buttonVariants = function buttonVariants(buttons, stylingFn) {
935
- if (stylingFn === void 0) {
936
- stylingFn = buttonStyle;
937
- }
938
-
939
- return Object.keys(buttons).map(function (variant) {
940
- return {
941
- props: {
942
- variant: variant
943
- },
944
- style: stylingFn(buttons[variant])
945
- };
946
- });
947
- };
948
- var variantsToClassName = function variantsToClassName(buttonVariants) {
949
- return buttonVariants.reduce(function (variants, _a) {
950
- var _b;
951
-
952
- var variant = _a.props.variant,
953
- style = _a.style;
954
- return __assign(__assign({}, variants), (_b = {}, _b["&." + variant] = style, _b));
955
- }, {});
956
- };
957
-
958
- /* *
959
- * Licensed under the Apache License, Version 2.0 (the "License");
960
- * you may not use this file except in compliance with the License.
961
- * You may obtain a copy of the License at
962
- *
963
- * http://www.apache.org/licenses/LICENSE-2.0
964
- *
965
- * Unless required by applicable law or agreed to in writing, software
966
- * distributed under the License is distributed on an "AS IS" BASIS,
967
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
968
- * See the License for the specific language governing permissions and
969
- * limitations under the License.
970
- *
971
- * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
972
- * Copyright 2023 - Finnish Meteorological Institute (FMI)
973
- * */
974
- var hex2rgba = function hex2rgba(hex, alpha) {
975
- if (alpha === void 0) {
976
- alpha = 1;
977
- }
978
-
979
- var _a = __read(hex.match(/\w\w/g).map(function (x) {
980
- return parseInt(x, 16);
981
- }), 3),
982
- r = _a[0],
983
- g = _a[1],
984
- b = _a[2];
985
-
986
- return "rgba(" + r + "," + g + "," + b + "," + alpha + ")";
987
- };
988
- var parseColors = function parseColors(colors) {
989
- return Object.keys(colors).reduce(function (segmentList, key) {
990
- var _a;
991
-
992
- var segment = colors[key];
993
- var parsedSegment = Object.keys(segment).reduce(function (list, name) {
994
- var _a, _b;
995
-
996
- var value = segment[name];
997
- var color = value.fill || value.color; // converts hex to rgba value if color and opacity property has been set
998
-
999
- if (value && color && (value.opacity || value.opacity === 0)) {
1000
- return __assign(__assign({}, list), (_a = {}, _a[name] = __assign(__assign({}, value), {
1001
- rgba: hex2rgba(color, value.opacity)
1002
- }), _a));
1003
- }
1004
-
1005
- return __assign(__assign({}, list), (_b = {}, _b[name] = value, _b));
1006
- }, {});
1007
- return __assign(__assign({}, segmentList), (_a = {}, _a[key] = parsedSegment, _a));
1008
- }, {});
1009
- };
1010
- var createShadows = function createShadows(elevations) {
1011
- var SHADOW_LIST_SIZE = 25;
1012
- var elevationList = Object.keys(elevations).map(function (elevationName) {
1013
- return elevations[elevationName];
1014
- });
1015
- return Array(SHADOW_LIST_SIZE).fill('none').map(function (value, index) {
1016
- if (index > 0) {
1017
- var elevationIndex = index - 1;
1018
-
1019
- if (elevationList[elevationIndex]) {
1020
- return elevationList[elevationIndex];
1021
- }
1022
- }
1023
-
1024
- return value;
1025
- });
1026
- };
1027
-
1028
- /* *
1029
- * Licensed under the Apache License, Version 2.0 (the "License");
1030
- * you may not use this file except in compliance with the License.
1031
- * You may obtain a copy of the License at
1032
- *
1033
- * http://www.apache.org/licenses/LICENSE-2.0
1034
- *
1035
- * Unless required by applicable law or agreed to in writing, software
1036
- * distributed under the License is distributed on an "AS IS" BASIS,
1037
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1038
- * See the License for the specific language governing permissions and
1039
- * limitations under the License.
1040
- *
1041
- * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
1042
- * Copyright 2023 - Finnish Meteorological Institute (FMI)
1043
- * */
1044
- var focusButtonStyle$1 = {
1045
- outline: 'solid 2px #419cfe'
1046
- }; // https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/5ecf84d920b99428d7f98555
1047
-
1048
- var colors$1 = {
1049
- background: {
1050
- surface: '#FFFFFF',
1051
- surfaceApp: '#F5F5F5',
1052
- surfaceBrowser: '#CFCFCF'
1053
- },
1054
- brand: {
1055
- brand: '#FFFFFF'
1056
- },
1057
- buttons: {
1058
- primary: {
1059
- "default": {
1060
- fill: '#186DFF',
1061
- color: '#FFFFFF',
1062
- borderColor: 'transparent'
1063
- },
1064
- mouseOver: {
1065
- fill: '#1047B0',
1066
- color: '#FFFFFF',
1067
- borderColor: '#71A6FF'
1068
- },
1069
- active: {
1070
- fill: '#186DFF',
1071
- color: '#FFFFFF',
1072
- borderColor: 'transparent'
1073
- },
1074
- activeMouseOver: {},
1075
- disabled: {
1076
- fill: 'transparent',
1077
- color: '#626262',
1078
- borderColor: 'transparent'
1079
- },
1080
- focus: focusButtonStyle$1
1081
- },
1082
- secondary: {
1083
- "default": {
1084
- fill: '#374061',
1085
- color: '#FFFFFF',
1086
- borderColor: 'transparent'
1087
- },
1088
- mouseOver: {
1089
- fill: '#1047B0',
1090
- color: '#FFFFFF',
1091
- borderColor: 'transparent'
1092
- },
1093
- active: {
1094
- fill: '#186DFF',
1095
- color: '#FFFFFF',
1096
- borderColor: 'transparent'
1097
- },
1098
- activeMouseOver: {},
1099
- disabled: {
1100
- fill: 'transparent',
1101
- color: '#626262',
1102
- borderColor: 'transparent'
1103
- },
1104
- focus: focusButtonStyle$1
1105
- },
1106
- tertiary: {
1107
- "default": {
1108
- fill: 'transparent',
1109
- color: '#374061',
1110
- borderColor: '#374061'
1111
- },
1112
- mouseOver: {
1113
- fill: '#E0E8F5',
1114
- color: '#374061',
1115
- borderColor: '#374061'
1116
- },
1117
- active: {
1118
- fill: 'transparent',
1119
- color: '#186DFF',
1120
- borderColor: '#186DFF'
1121
- },
1122
- activeMouseOver: {
1123
- fill: '#E0E8F5',
1124
- color: '#186DFF',
1125
- borderColor: '#186DFF'
1126
- },
1127
- disabled: {
1128
- fill: 'transparent',
1129
- color: '#626262',
1130
- borderColor: 'transparent'
1131
- },
1132
- focus: focusButtonStyle$1
1133
- },
1134
- flat: {
1135
- "default": {
1136
- fill: 'transparent',
1137
- color: '#374061',
1138
- borderColor: 'transparent'
1139
- },
1140
- mouseOver: {
1141
- fill: '#E0E8F5',
1142
- color: '#374061',
1143
- borderColor: 'transparent'
1144
- },
1145
- active: {
1146
- fill: 'transparent',
1147
- color: '#186DFF',
1148
- borderColor: 'transparent'
1149
- },
1150
- activeMouseOver: {
1151
- fill: '#E0E8F5',
1152
- color: '#186DFF',
1153
- borderColor: 'transparent'
1154
- },
1155
- disabled: {
1156
- fill: 'transparent',
1157
- color: '#626262',
1158
- borderColor: 'transparent'
1159
- },
1160
- focus: focusButtonStyle$1
1161
- },
1162
- tool: {
1163
- "default": {
1164
- fill: '#ECEDEE',
1165
- color: '#374061',
1166
- borderColor: 'transparent'
1167
- },
1168
- mouseOver: {
1169
- fill: '#E0E8F5',
1170
- color: '#374061',
1171
- borderColor: 'transparent'
1172
- },
1173
- active: {
1174
- fill: '#186DFF',
1175
- color: '#FFFFFF',
1176
- borderColor: 'transparent'
1177
- },
1178
- activeMouseOver: {
1179
- fill: '#1047B0',
1180
- color: '#FFFFFF',
1181
- borderColor: 'transparent'
1182
- },
1183
- disabled: {
1184
- fill: 'transparent',
1185
- color: '#626262',
1186
- borderColor: 'transparent'
1187
- },
1188
- focus: focusButtonStyle$1
1189
- },
1190
- boxed: {
1191
- "default": {
1192
- fill: 'transparent',
1193
- color: '#374061',
1194
- borderColor: '#374061'
1195
- },
1196
- mouseOver: {
1197
- fill: '#E0E8F5',
1198
- color: '#374061',
1199
- borderColor: '#374061'
1200
- },
1201
- active: {
1202
- fill: '#186DFF',
1203
- color: '#FFFFFF',
1204
- borderColor: 'transparent'
1205
- },
1206
- activeMouseOver: {
1207
- fill: '#1047B0',
1208
- color: '#FFFFFF',
1209
- borderColor: 'transparent'
1210
- },
1211
- disabled: {
1212
- fill: 'transparent',
1213
- color: '#626262',
1214
- borderColor: 'transparent'
1215
- },
1216
- focus: focusButtonStyle$1
1217
- },
1218
- icon: {
1219
- "default": {
1220
- fill: 'transparent',
1221
- color: '#374061',
1222
- borderColor: 'transparent'
1223
- },
1224
- mouseOver: {
1225
- fill: '#E0E8F5',
1226
- color: '#374061',
1227
- borderColor: 'transparent'
1228
- },
1229
- active: {
1230
- fill: 'transparent',
1231
- color: '#186DFF',
1232
- borderColor: 'transparent'
1233
- },
1234
- activeMouseOver: {
1235
- fill: '#E0E8F5',
1236
- color: '#186DFF',
1237
- borderColor: 'transparent'
1238
- },
1239
- disabled: {
1240
- fill: 'transparent',
1241
- color: '#626262',
1242
- borderColor: 'transparent'
1243
- },
1244
- focus: focusButtonStyle$1
1245
- }
1246
- },
1247
- iconButtons: {
1248
- flat: {
1249
- "default": {
1250
- fill: 'transparent',
1251
- color: '#374061',
1252
- borderColor: 'transparent'
1253
- },
1254
- mouseOver: {
1255
- fill: '#E0E8F5',
1256
- color: '#374061',
1257
- borderColor: 'transparent'
1258
- },
1259
- active: {
1260
- fill: 'transparent',
1261
- color: '#186DFF',
1262
- borderColor: 'transparent'
1263
- },
1264
- activeMouseOver: {
1265
- fill: '#E0E8F5',
1266
- color: '#186DFF',
1267
- borderColor: 'transparent'
1268
- },
1269
- disabled: {
1270
- fill: 'transparent',
1271
- color: '#626262',
1272
- borderColor: 'transparent'
1273
- },
1274
- focus: focusButtonStyle$1
1275
- },
1276
- tool: {
1277
- "default": {
1278
- fill: '#ECEDEE',
1279
- color: '#374061',
1280
- borderColor: 'transparent'
1281
- },
1282
- mouseOver: {
1283
- fill: '#E0E8F5',
1284
- color: '#374061',
1285
- borderColor: 'transparent'
1286
- },
1287
- active: {
1288
- fill: '#186DFF',
1289
- color: '#FFFFFF',
1290
- borderColor: 'transparent'
1291
- },
1292
- activeMouseOver: {
1293
- fill: '#1047B0',
1294
- color: '#FFFFFF',
1295
- borderColor: 'transparent'
1296
- },
1297
- disabled: {
1298
- fill: 'transparent',
1299
- color: '#626262',
1300
- borderColor: 'transparent'
1301
- },
1302
- focus: focusButtonStyle$1
1303
- },
1304
- boxed: {
1305
- "default": {
1306
- fill: 'transparent',
1307
- color: '#374061',
1308
- borderColor: '#374061'
1309
- },
1310
- mouseOver: {
1311
- fill: '#E0E8F5',
1312
- color: '#374061',
1313
- borderColor: '#374061'
1314
- },
1315
- active: {
1316
- fill: '#186DFF',
1317
- color: '#FFFFFF',
1318
- borderColor: 'transparent'
1319
- },
1320
- activeMouseOver: {
1321
- fill: '#1047B0',
1322
- color: '#FFFFFF',
1323
- borderColor: 'transparent'
1324
- },
1325
- disabled: {
1326
- fill: 'transparent',
1327
- color: '#626262',
1328
- borderColor: 'transparent'
1329
- },
1330
- focus: focusButtonStyle$1
1331
- }
1332
- },
1333
- typographyAndIcons: {
1334
- text: '#051039',
1335
- icon: '#051039',
1336
- buttonIcon: '#FFFFFF',
1337
- iconLinkActive: '#186DFF',
1338
- iconLinkDisabled: '#CCCCCC',
1339
- textLinkActive: '#186DFF',
1340
- buttonIconTertiaryFlat: '#575F7A',
1341
- inactiveText: '#626262'
1342
- },
1343
- textInputField: {
1344
- "default": {
1345
- fill: '#051039',
1346
- opacity: 0.07
1347
- },
1348
- active: {
1349
- fill: '#051039',
1350
- opacity: 0.02
1351
- },
1352
- disabled: {
1353
- fill: '#000000',
1354
- opacity: 0
1355
- },
1356
- label: {
1357
- fill: '#051039',
1358
- opacity: 0.67
1359
- }
1360
- },
1361
- tab: {
1362
- mouseOver: {
1363
- fill: '#051039',
1364
- opacity: 0.07
1365
- }
1366
- },
1367
- greys: {
1368
- accessible: '#626262',
1369
- accessibleLight: '#C5C5C5'
1370
- },
1371
- cards: {
1372
- cardContainer: '#FFFFFF',
1373
- cardContainerBorder: '#EEEEEE',
1374
- cardContainerMouseOver: '#E0E8F5'
1375
- },
1376
- backdrops: {
1377
- black: {
1378
- fill: '#000000',
1379
- opacity: 0.5
1380
- },
1381
- white: {
1382
- fill: '#FFFFFF',
1383
- opacity: 0.24
1384
- }
1385
- },
1386
- workspace: {
1387
- activeWindow: '#FFFFFF',
1388
- inactiveWindow: '#E8E5E5',
1389
- tabButtonHover: 'rgba(123, 172, 255, 0.12)'
1390
- },
1391
- timeSlider: {
1392
- // player
1393
- playerNeedleTimeTop: {
1394
- fill: '#E3004F',
1395
- opacity: 100
1396
- },
1397
- playerNeedleTime: {
1398
- fill: '#FFD523',
1399
- opacity: 0.75
1400
- },
1401
- playerNeedlePlayerTop: {
1402
- fill: '#051039',
1403
- opacity: 100
1404
- },
1405
- playerNeedlePlayer: {
1406
- fill: '#67F0FF',
1407
- opacity: 0.75
1408
- },
1409
- playerTimeMarkers: {
1410
- fill: '#051039'
1411
- },
1412
- playerTimeText: {
1413
- color: '#FFFFFF',
1414
- fontFamily: 'Roboto',
1415
- fontSize: 14
1416
- },
1417
- // timeline
1418
- timelineIndicator: {
1419
- fill: '#767676'
1420
- },
1421
- timelineText: {
1422
- fontSize: 12,
1423
- color: '#FFFFFF',
1424
- fontFamily: 'Roboto'
1425
- },
1426
- timelineTimeScale: {
1427
- fill: '#FFFFFF'
1428
- },
1429
- timelineNightTime: {
1430
- fill: '#051038',
1431
- opacity: 0.67
1432
- },
1433
- timelineTimelineSurface: {
1434
- fill: '#FFFFFF'
1435
- },
1436
- timelineMonthChangeDash: {
1437
- fill: '#767676',
1438
- opacity: 0.5
1439
- },
1440
- timelineSelectionBackground: {
1441
- fill: '#FFFFFF',
1442
- opacity: 0.15
1443
- },
1444
- timelineSelectionOutline: {
1445
- fill: '#F0FF00',
1446
- opacity: 0.4
1447
- },
1448
- // time scale
1449
- timeScalePointer: {
1450
- fill: '#F8F9F9'
1451
- },
1452
- timeScaleHorizontalScale: {
1453
- fill: '#070808',
1454
- opacity: 0.2
1455
- },
1456
- timeScaleTimeIndicators: {
1457
- fill: '#767676'
1458
- },
1459
- timeScaleTimeIndicatorsActive: {
1460
- fill: '#051039'
1461
- },
1462
- timeScaleShadowButtonScale: {
1463
- 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))'
1464
- },
1465
- ledgendObservedBackground: {
1466
- fill: '#00649F'
1467
- },
1468
- legendForecastBackground: {
1469
- fill: '#9900B1'
1470
- },
1471
- legendNoDataBackground: {
1472
- fill: '#575F7A',
1473
- opacity: 0.95
1474
- }
1475
- },
1476
- timeSliderLite: {
1477
- selected: {
1478
- backgroundColor: '#EEF4FB'
1479
- },
1480
- needle: {
1481
- stroke: '#303193'
1482
- },
1483
- needleShadow: {
1484
- stroke: '#E7F0FA'
1485
- },
1486
- needleLabel: {
1487
- backgroundColor: '#212121',
1488
- borderColor: '#9e9e9e',
1489
- color: '#212121'
1490
- },
1491
- timeline: {
1492
- fill: '#FFFFFF',
1493
- stroke: '#FFFFFF'
1494
- },
1495
- timelineBackground: {
1496
- fill: '#2959E0',
1497
- color: '#FFFFFF'
1498
- },
1499
- timelineBackgroundAlternative: {
1500
- fill: '#4871E5',
1501
- color: '#FFFFFF'
1502
- }
1503
- },
1504
- customSlider: {
1505
- rail: '#488BFD',
1506
- railDisabled: '#CCCCCC',
1507
- track: '#186DFF',
1508
- trackDisabled: '#CCCCCC',
1509
- thumb: '#F8F9F9',
1510
- thumbDisabled: '#CCCCCC',
1511
- mark: '#FFFFFF',
1512
- markDisabled: '#FFFFFF'
1513
- },
1514
- customSwitch: {
1515
- thumb: '#F8F9F9',
1516
- thumbDisabled: '#F5F5F5',
1517
- track: '#707070',
1518
- trackActive: '#186DFF'
1519
- },
1520
- syncGroups: {
1521
- drawerOpen: {
1522
- fill: '#E8E5E5'
1523
- }
1524
- },
1525
- layerManager: {
1526
- headerRowText: {
1527
- color: '#051039',
1528
- opacity: 0.67,
1529
- fontSize: 12
1530
- },
1531
- tableRowDefaultText: {
1532
- color: '#051039',
1533
- opacity: 0.87,
1534
- fontSize: 12
1535
- },
1536
- tableRowDefaultCardContainer: {
1537
- fill: '#FFFFFF',
1538
- border: '1px solid #EEEEEE',
1539
- borderColor: '#EEEEEE'
1540
- },
1541
- tableRowDisabledText: {
1542
- color: '#767676',
1543
- opacity: 0.87,
1544
- fontSize: 12
1545
- },
1546
- tableRowDisabledCardContainer: {
1547
- fill: '#F5F5F5',
1548
- border: '1px solid #EEEEEE',
1549
- borderColor: '#EEEEEE'
1550
- },
1551
- dragHandleHover: {
1552
- backgroundColor: 'transparent'
1553
- },
1554
- root: {},
1555
- opacitySelect: {
1556
- root: {},
1557
- button: {},
1558
- popper: {}
1559
- },
1560
- baseLayerRow: {
1561
- root: {}
1562
- }
1563
- },
1564
- tooltips: {
1565
- tooltipContainer: {
1566
- fill: '#232323',
1567
- opacity: 1
1568
- },
1569
- tooltipText: {
1570
- color: '#FFFFFF'
1571
- },
1572
- tooltipSelect: {
1573
- select: {},
1574
- menu: {}
1575
- }
1576
- },
1577
- captions: {
1578
- captionStatus: {
1579
- color: '#051039',
1580
- opacity: 0.67
1581
- },
1582
- captionInformation: {
1583
- color: '#1100FF',
1584
- opacity: 1
1585
- },
1586
- captionError: {
1587
- color: '#C00000',
1588
- opacity: 1
1589
- },
1590
- captionErrorBackground: {
1591
- color: '#C00000',
1592
- opacity: 0.25
1593
- },
1594
- captionDisabled: {
1595
- color: '#707070',
1596
- opacity: 1
1597
- }
1598
- },
1599
- functional: {
1600
- success: '#72BB23',
1601
- successOutline: {
1602
- fill: '#FCFFEB',
1603
- border: '1px solid #72BB23',
1604
- borderColor: '#72BB23'
1605
- },
1606
- error: '#C00000',
1607
- errorOutline: {
1608
- fill: '#F9E8EA',
1609
- border: '1px solid #C00000',
1610
- borderColor: '#C00000'
1611
- },
1612
- warning: '#FFA800',
1613
- warningOutline: {
1614
- fill: '#FFF8EB',
1615
- border: '1px solid #FFA800',
1616
- borderColor: '#FFA800'
1617
- },
1618
- warningHighlight: {
1619
- fill: '#FFA800',
1620
- opacity: 0.2
1621
- },
1622
- notification: '#0062E6',
1623
- notificationOutline: {
1624
- fill: '#DFF2FD',
1625
- border: '1px solid #0062E6',
1626
- borderColor: '#0062E6'
1627
- },
1628
- summary: '#9595FF',
1629
- summaryOutline: {
1630
- fill: '#F8F9F9',
1631
- border: '1px solid #8383F2',
1632
- borderColor: '#8383F2'
1633
- },
1634
- disabled: '#9B9FB0',
1635
- disabledOutline: {
1636
- fill: '#F8F9F9',
1637
- border: '1p solid #9B9FB0',
1638
- borderColor: '#9B9FB0'
1639
- }
1640
- },
1641
- snackbar: {
1642
- background: '#051039',
1643
- text: '#FFFFFF',
1644
- action: '#98e1f1',
1645
- actionHover: {
1646
- fill: '#7BACFF',
1647
- opacity: 0.2
1648
- }
1649
- }
1650
- }; // https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/609bb6a5287bd1abe0de39a7
1651
-
1652
- var elevations$1 = {
1653
- elevation_01: '0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14)',
1654
- elevation_02: '0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
1655
- elevation_03: '0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.14)',
1656
- elevation_04: '0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
1657
- elevation_06: '0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14)',
1658
- elevation_08: '0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14)',
1659
- elevation_09: '0 5px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14)',
1660
- elevation_12: '0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14)',
1661
- elevation_16: '0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 16px 24px 2px rgba(0, 0, 0, 0.14)',
1662
- elevation_24: '0 11px 15px 0 rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14)'
1663
- };
1664
-
1665
- var breakpoints = {
1666
- mobile: 0,
1667
- tablet: 768,
1668
- desktop: 1024,
1669
- dekstopHD: 1440,
1670
- dekstopHDWide: 1920
1671
- };
1672
- var createTheme = function createTheme(_a) {
1673
- var _b = _a.paletteType,
1674
- paletteType = _b === void 0 ? 'light' : _b,
1675
- _c = _a.geowebColors,
1676
- defaultGeowebColors = _c === void 0 ? colors$1 : _c,
1677
- _d = _a.elevations,
1678
- defaultShadows = _d === void 0 ? elevations$1 : _d;
1679
- var geowebColors = parseColors(defaultGeowebColors);
1680
- var shadows = createShadows(defaultShadows);
1681
- return material.createTheme({
1682
- breakpoints: {
1683
- values: {
1684
- xs: breakpoints.mobile,
1685
- sm: breakpoints.tablet,
1686
- md: breakpoints.desktop,
1687
- lg: breakpoints.dekstopHD,
1688
- xl: breakpoints.dekstopHDWide
1689
- }
1690
- },
1691
- palette: {
1692
- mode: paletteType,
1693
- secondary: {
1694
- main: geowebColors.typographyAndIcons.iconLinkActive
1695
- },
1696
- background: {
1697
- paper: geowebColors.background.surfaceApp,
1698
- "default": geowebColors.background.surfaceBrowser
1699
- },
1700
- text: {
1701
- primary: geowebColors.typographyAndIcons.text
1702
- },
1703
- // geoweb color palette
1704
- geowebColors: geowebColors
1705
- },
1706
- shape: {
1707
- borderRadius: BORDER_RADIUS
1708
- },
1709
- typography: {
1710
- fontFamily: ['Roboto', 'Helvetica', 'Arial', 'sans-serif'].join(',')
1711
- },
1712
- shadows: shadows,
1713
- components: {
1714
- MuiButton: {
1715
- variants: buttonVariants(geowebColors.buttons),
1716
- defaultProps: {
1717
- focusRipple: false
1718
- }
1719
- },
1720
- MuiToggleButton: {
1721
- defaultProps: {
1722
- focusRipple: false
1723
- },
1724
- styleOverrides: {
1725
- root: variantsToClassName(buttonVariants(geowebColors.buttons))
1726
- }
1727
- },
1728
- MuiIconButton: {
1729
- // TODO: https://gitlab.com/opengeoweb/opengeoweb/-/issues/1926 remove default styling and create CustomIconButton
1730
- defaultProps: {
1731
- focusRipple: false
1732
- },
1733
- styleOverrides: {
1734
- root: __assign(__assign({}, defaultButtonStyle(geowebColors.iconButtons.flat)), variantsToClassName(buttonVariants(geowebColors.iconButtons, iconButtonStyle)))
1735
- }
1736
- },
1737
- MuiCssBaseline: {
1738
- styleOverrides: "\n html {\n -webkit-font-smoothing: auto;\n }\n "
1739
- },
1740
- MuiMenuItem: {
1741
- styleOverrides: {
1742
- root: {
1743
- minHeight: '48px!important',
1744
- fontSize: '0.875rem',
1745
- letterSpacing: '0.25px',
1746
- divider: {
1747
- borderBottomColor: geowebColors.greys.accessibleLight
1748
- },
1749
- li: {
1750
- '&:hover': {
1751
- backgroundColor: geowebColors.tab.mouseOver.rgba
1752
- }
1753
- },
1754
- '&.Mui-selected': {
1755
- background: 'none',
1756
- boxShadow: "inset 4px 0px 0px 0px " + geowebColors.typographyAndIcons.iconLinkActive
1757
- }
1758
- }
1759
- }
1760
- },
1761
- MuiRadio: {
1762
- styleOverrides: {
1763
- root: {
1764
- color: geowebColors.typographyAndIcons.iconLinkActive,
1765
- '&.MuiRadio-root.Mui-disabled': {
1766
- color: "" + geowebColors.typographyAndIcons.iconLinkDisabled
1767
- },
1768
- '&.Mui-checked': {
1769
- color: geowebColors.typographyAndIcons.iconLinkActive
1770
- }
1771
- }
1772
- }
1773
- },
1774
- MuiCheckbox: {
1775
- styleOverrides: {
1776
- root: {
1777
- color: geowebColors.typographyAndIcons.iconLinkActive,
1778
- '&.MuiCheckbox-root.Mui-disabled': {
1779
- color: geowebColors.typographyAndIcons.iconLinkDisabled
1780
- },
1781
- '&.Mui-checked': {
1782
- color: geowebColors.typographyAndIcons.iconLinkActive
1783
- }
1784
- }
1785
- }
1786
- },
1787
- MuiPaper: {
1788
- styleOverrides: {
1789
- root: {
1790
- backgroundImage: 'unset'
1791
- },
1792
- outlined: {
1793
- borderColor: geowebColors.cards.cardContainerBorder
1794
- }
1795
- }
1796
- },
1797
- MuiCard: {
1798
- styleOverrides: {
1799
- root: {
1800
- backgroundColor: geowebColors.cards.cardContainer
1801
- }
1802
- }
1803
- },
1804
- MuiSlider: {
1805
- styleOverrides: {
1806
- root: {
1807
- color: geowebColors.typographyAndIcons.iconLinkActive
1808
- }
1809
- }
1810
- },
1811
- MuiTable: {
1812
- styleOverrides: {
1813
- root: {
1814
- borderSpacing: '0 0.25rem',
1815
- borderCollapse: 'separate'
1816
- }
1817
- }
1818
- },
1819
- MuiTableRow: {
1820
- styleOverrides: {
1821
- head: {
1822
- '&:hover': {
1823
- boxShadow: shadows[0]
1824
- }
1825
- },
1826
- root: {
1827
- transition: 'box-shadow 100ms ease-out',
1828
- boxShadow: shadows[0],
1829
- borderRadius: BORDER_RADIUS,
1830
- '&:hover': {
1831
- boxShadow: shadows[1]
1832
- },
1833
- position: 'relative'
1834
- }
1835
- }
1836
- },
1837
- MuiTableCell: {
1838
- styleOverrides: {
1839
- head: {
1840
- borderBottom: 'none',
1841
- fontSize: '0.875rem',
1842
- fontWeight: 400
1843
- },
1844
- body: {
1845
- padding: 12,
1846
- fontWeight: 500,
1847
- backgroundColor: geowebColors.background.surface,
1848
- borderStyle: 'solid',
1849
- borderColor: 'transparent',
1850
- borderWidth: 1,
1851
- borderTopColor: geowebColors.cards.cardContainerBorder,
1852
- borderBottomColor: geowebColors.cards.cardContainerBorder,
1853
- '&:first-child': {
1854
- borderLeftColor: geowebColors.cards.cardContainerBorder,
1855
- borderRadius: BORDER_RADIUS + "px 0px 0px " + BORDER_RADIUS + "px"
1856
- },
1857
- '&:last-child': {
1858
- borderRightColor: geowebColors.cards.cardContainerBorder,
1859
- borderRadius: "0px " + BORDER_RADIUS + "px " + BORDER_RADIUS + "px 0px"
1860
- }
1861
- }
1862
- }
1863
- },
1864
- MuiTabs: {
1865
- styleOverrides: {
1866
- root: {
1867
- position: 'relative',
1868
- '&:after': {
1869
- content: '""',
1870
- position: 'absolute',
1871
- bottom: 0,
1872
- height: 1,
1873
- width: '100%',
1874
- zIndex: 0,
1875
- backgroundColor: hex2rgba(geowebColors.greys.accessible, 0.2)
1876
- }
1877
- },
1878
- indicator: {
1879
- zIndex: 1,
1880
- backgroundColor: geowebColors.typographyAndIcons.iconLinkActive
1881
- }
1882
- }
1883
- },
1884
- MuiTab: {
1885
- styleOverrides: {
1886
- root: {
1887
- textTransform: 'initial',
1888
- '&.Mui-selected': {
1889
- color: geowebColors.typographyAndIcons.iconLinkActive
1890
- },
1891
- '&:hover': {
1892
- opacity: 1,
1893
- color: geowebColors.typographyAndIcons.iconLinkActive,
1894
- backgroundColor: geowebColors.tab.mouseOver.rgba
1895
- }
1896
- }
1897
- }
1898
- },
1899
- MuiListItem: {
1900
- styleOverrides: {
1901
- root: {
1902
- color: geowebColors.typographyAndIcons.text,
1903
- fontSize: '14px',
1904
- minHeight: '36px'
1905
- },
1906
- divider: {
1907
- borderBottomColor: hex2rgba(geowebColors.greys.accessible, 0.2)
1908
- }
1909
- }
1910
- },
1911
- MuiListItemIcon: {
1912
- styleOverrides: {
1913
- root: {
1914
- color: geowebColors.typographyAndIcons.icon,
1915
- width: '24px',
1916
- height: '24px'
1917
- }
1918
- }
1919
- },
1920
- MuiListItemButton: {
1921
- styleOverrides: {
1922
- root: {
1923
- '&:hover': {
1924
- backgroundColor: geowebColors.cards.cardContainerMouseOver
1925
- },
1926
- '&.Mui-selected': {
1927
- backgroundColor: geowebColors.cards.cardContainerMouseOver,
1928
- boxShadow: "inset 4px 0px 0px 0px " + geowebColors.typographyAndIcons.iconLinkActive,
1929
- '&:hover': {
1930
- backgroundColor: geowebColors.cards.cardContainerMouseOver
1931
- }
1932
- },
1933
- '&.Mui-focusVisible': {
1934
- backgroundColor: geowebColors.cards.cardContainerMouseOver,
1935
- outline: geowebColors.buttons.primary.focus.outline
1936
- },
1937
- ' .MuiListItemIcon-root': {
1938
- minWidth: 40
1939
- }
1940
- }
1941
- }
1942
- },
1943
- MuiBackdrop: {
1944
- styleOverrides: {
1945
- root: {
1946
- backgroundColor: geowebColors.backdrops.black.rgba
1947
- }
1948
- }
1949
- },
1950
- MuiTooltip: {
1951
- styleOverrides: {
1952
- tooltip: {
1953
- backgroundColor: geowebColors.tooltips.tooltipContainer.rgba,
1954
- color: geowebColors.tooltips.tooltipText.color,
1955
- padding: '8px 12px',
1956
- fontSize: 16,
1957
- fontWeight: 400,
1958
- fontStretch: 'normal',
1959
- fontStyle: 'normal',
1960
- letterSpacing: 0.44,
1961
- lineHeight: 1.56
1962
- }
1963
- }
1964
- },
1965
- MuiLink: {
1966
- styleOverrides: {
1967
- root: {
1968
- color: geowebColors.typographyAndIcons.textLinkActive,
1969
- textDecoration: 'none',
1970
- '&:hover': {
1971
- textDecoration: 'underline',
1972
- textDecorationColor: geowebColors.typographyAndIcons.textLinkActive
1973
- }
1974
- }
1975
- }
1976
- },
1977
- MuiAlert: {
1978
- styleOverrides: {
1979
- standardError: {
1980
- border: geowebColors.functional.errorOutline.border,
1981
- borderRadius: '0px',
1982
- backgroundColor: geowebColors.functional.errorOutline.fill,
1983
- '& .MuiAlert-icon': {
1984
- color: geowebColors.functional.error,
1985
- opacity: 1
1986
- }
1987
- },
1988
- standardWarning: {
1989
- border: geowebColors.functional.warningOutline.border,
1990
- borderRadius: '0px',
1991
- backgroundColor: geowebColors.functional.warningOutline.fill,
1992
- '& .MuiAlert-icon': {
1993
- color: geowebColors.functional.warning,
1994
- opacity: 1
1995
- }
1996
- },
1997
- standardInfo: {
1998
- border: geowebColors.functional.notificationOutline.border,
1999
- borderRadius: '0px',
2000
- backgroundColor: geowebColors.functional.notificationOutline.fill,
2001
- '& .MuiAlert-icon': {
2002
- color: geowebColors.functional.notification,
2003
- opacity: 1
2004
- }
2005
- },
2006
- standardSuccess: {
2007
- border: geowebColors.functional.successOutline.border,
2008
- borderRadius: '0px',
2009
- backgroundColor: geowebColors.functional.successOutline.fill,
2010
- '& .MuiAlert-icon': {
2011
- color: geowebColors.functional.success,
2012
- opacity: 1
2013
- }
2014
- },
2015
- action: {
2016
- color: geowebColors.buttons.tertiary["default"].color
2017
- },
2018
- message: {
2019
- fontSize: '14px',
2020
- lineHeight: 1.43,
2021
- letterSpacing: '0.25px',
2022
- color: geowebColors.typographyAndIcons.text
2023
- }
2024
- }
2025
- },
2026
- MuiTextField: {
2027
- defaultProps: {
2028
- variant: 'filled'
2029
- }
2030
- },
2031
- MuiFilledInput: {
2032
- styleOverrides: {
2033
- root: {
2034
- backgroundColor: geowebColors.textInputField["default"].rgba,
2035
- '&.Mui-focused': {
2036
- backgroundColor: geowebColors.textInputField.active.rgba,
2037
- '&:after': {
2038
- borderColor: 'transparent'
2039
- }
2040
- },
2041
- '&.Mui-disabled': {
2042
- backgroundColor: geowebColors.textInputField.disabled.rgba
2043
- },
2044
- '&.Mui-error': {
2045
- '&:before': {
2046
- borderColor: geowebColors.captions.captionError.color
2047
- }
2048
- },
2049
- // can be improved in MUI6 or after this PR is merged https://github.com/mui/material-ui/pull/32822#issuecomment-1275927288
2050
- '&.MuiInputBase-readOnly': {
2051
- background: 'transparent',
2052
- color: geowebColors.typographyAndIcons.text,
2053
- ' .MuiInputBase-readOnly': {
2054
- WebkitTextFillColor: 'inherit'
2055
- },
2056
- '&:before': {
2057
- border: 'transparent'
2058
- }
2059
- }
2060
- },
2061
- underline: {
2062
- '&:after': {
2063
- borderWidth: '1px'
2064
- },
2065
- '&.Mui-disabled:before': {
2066
- borderBottomStyle: 'solid'
2067
- }
2068
- }
2069
- }
2070
- },
2071
- MuiFormLabel: {
2072
- styleOverrides: {
2073
- root: {
2074
- color: geowebColors.captions.captionStatus.color,
2075
- opacity: geowebColors.captions.captionStatus.opacity,
2076
- '&.Mui-focused': {
2077
- color: geowebColors.captions.captionInformation.color,
2078
- opacity: geowebColors.captions.captionInformation.opacity
2079
- },
2080
- '&.Mui-error': {
2081
- color: geowebColors.captions.captionError.color,
2082
- opacity: geowebColors.captions.captionError.opacity
2083
- },
2084
- '&.Mui-disabled': {
2085
- color: geowebColors.captions.captionDisabled.color,
2086
- opacity: geowebColors.captions.captionDisabled.opacity
2087
- }
2088
- }
2089
- }
2090
- },
2091
- MuiFormHelperText: {
2092
- styleOverrides: {
2093
- root: {
2094
- color: geowebColors.captions.captionStatus.color,
2095
- opacity: geowebColors.captions.captionStatus.opacity,
2096
- '&.Mui-error': {
2097
- color: geowebColors.captions.captionError.color,
2098
- opacity: geowebColors.captions.captionError.opacity
2099
- },
2100
- '&.Mui-disabled': {
2101
- color: geowebColors.captions.captionDisabled.color,
2102
- opacity: geowebColors.captions.captionDisabled.opacity
2103
- }
2104
- }
2105
- }
2106
- },
2107
- MuiSwitch: {
2108
- styleOverrides: {
2109
- switchBase: {
2110
- color: geowebColors.customSwitch.thumb,
2111
- '&.Mui-checked': {
2112
- color: geowebColors.customSwitch.thumb
2113
- },
2114
- '&.Mui-disabled': {
2115
- color: geowebColors.customSwitch.thumbDisabled
2116
- },
2117
- '&.Mui-checked.Mui-disabled': {
2118
- color: geowebColors.customSwitch.thumbDisabled
2119
- },
2120
- '&.Mui-checked+.MuiSwitch-track': {
2121
- backgroundColor: geowebColors.customSwitch.trackActive
2122
- },
2123
- '&.Mui-disabled+.MuiSwitch-track': {
2124
- backgroundColor: geowebColors.customSwitch.track
2125
- },
2126
- '&.Mui-checked.Mui-disabled+.MuiSwitch-track': {
2127
- backgroundColor: geowebColors.customSwitch.trackActive
2128
- }
2129
- },
2130
- track: {
2131
- backgroundColor: geowebColors.customSwitch.track,
2132
- opacity: '1 !important'
2133
- }
2134
- }
2135
- },
2136
- MuiSnackbarContent: {
2137
- styleOverrides: {
2138
- root: {
2139
- backgroundColor: geowebColors.snackbar.background,
2140
- color: geowebColors.snackbar.text,
2141
- fontSize: '16px',
2142
- letterSpacing: '0.44px',
2143
- borderRadius: '2px',
2144
- boxShadow: shadows[8]
2145
- }
2146
- }
2147
- },
2148
- MuiAvatar: {
2149
- styleOverrides: {
2150
- root: __assign(__assign({}, defaultButtonStyle(geowebColors.buttons.primary)), {
2151
- fontWeight: 500,
2152
- '&:hover': {
2153
- backgroundColor: 'geowebColors.buttons.primary.default.fill'
2154
- },
2155
- height: 32,
2156
- width: 32,
2157
- fontSize: 16,
2158
- borderRadius: '50%'
2159
- })
2160
- }
2161
- },
2162
- MuiAccordion: {
2163
- styleOverrides: {
2164
- root: {
2165
- backgroundColor: geowebColors.cards.cardContainer,
2166
- borderRadius: '3px',
2167
- border: 'solid 1px',
2168
- borderColor: geowebColors.cards.cardContainerBorder,
2169
- color: geowebColors.buttons.flat["default"].color,
2170
- padding: '0px',
2171
- margin: '0px 12px 4px 12px',
2172
- fontSize: '12px',
2173
- '&:before': {
2174
- display: 'none'
2175
- },
2176
- '& .MuiAccordionSummary-root.Mui-expanded': {
2177
- borderBottom: 'solid 1px',
2178
- borderColor: geowebColors.cards.cardContainerBorder
2179
- },
2180
- '& .MuiAccordionSummary-content': {
2181
- margin: '2px',
2182
- padding: '4px 4px 4px 10px'
2183
- }
2184
- }
2185
- }
2186
- },
2187
- MuiAccordionSummary: {
2188
- styleOverrides: {
2189
- root: {
2190
- minHeight: '32px',
2191
- padding: '0px',
2192
- paddingRight: '5px'
2193
- }
2194
- }
2195
- },
2196
- MuiDesktopDateTimePicker: {
2197
- defaultProps: {
2198
- viewRenderers: {
2199
- hours: xDatePickers.renderTimeViewClock,
2200
- minutes: xDatePickers.renderTimeViewClock,
2201
- seconds: xDatePickers.renderTimeViewClock
2202
- }
2203
- }
2204
- }
2205
- }
2206
- });
2207
- };
2208
-
2209
- /* *
2210
- * Licensed under the Apache License, Version 2.0 (the "License");
2211
- * you may not use this file except in compliance with the License.
2212
- * You may obtain a copy of the License at
2213
- *
2214
- * http://www.apache.org/licenses/LICENSE-2.0
2215
- *
2216
- * Unless required by applicable law or agreed to in writing, software
2217
- * distributed under the License is distributed on an "AS IS" BASIS,
2218
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2219
- * See the License for the specific language governing permissions and
2220
- * limitations under the License.
2221
- *
2222
- * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
2223
- * Copyright 2023 - Finnish Meteorological Institute (FMI)
2224
- * */
2225
- var focusButtonStyle = {
2226
- outline: 'solid 2px #419cfe'
2227
- }; // https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e5dc12278e35d433aa2d
2228
-
2229
- var colors = {
2230
- background: {
2231
- surface: '#303030',
2232
- surfaceApp: '#2B2B2B',
2233
- surfaceBrowser: '#181818'
2234
- },
2235
- brand: {
2236
- brand: '#313131'
2237
- },
2238
- buttons: {
2239
- primary: {
2240
- "default": {
2241
- fill: '#186DFF',
2242
- color: '#FFFFFF',
2243
- borderColor: 'transparent'
2244
- },
2245
- mouseOver: {
2246
- fill: '#1047B0',
2247
- color: '#FFFFFF',
2248
- borderColor: '#71A6FF'
2249
- },
2250
- active: {
2251
- fill: '#186DFF',
2252
- color: '#FFFFFF',
2253
- borderColor: 'transparent'
2254
- },
2255
- activeMouseOver: {},
2256
- disabled: {
2257
- fill: 'transparent',
2258
- color: '#B4B4B4',
2259
- borderColor: 'transparent'
2260
- },
2261
- focus: focusButtonStyle
2262
- },
2263
- secondary: {
2264
- "default": {
2265
- fill: '#F8F9F9',
2266
- color: '#374061',
2267
- borderColor: 'transparent'
2268
- },
2269
- mouseOver: {
2270
- fill: '#1047B0',
2271
- color: '#FFFFFF',
2272
- borderColor: '#transparent'
2273
- },
2274
- active: {
2275
- fill: '#186DFF',
2276
- color: '#FFFFFF',
2277
- borderColor: 'transparent'
2278
- },
2279
- activeMouseOver: {},
2280
- disabled: {
2281
- fill: 'transparent',
2282
- color: '#B4B4B4',
2283
- borderColor: 'transparent'
2284
- },
2285
- focus: focusButtonStyle
2286
- },
2287
- tertiary: {
2288
- "default": {
2289
- fill: 'transparent',
2290
- color: '#F8F9F9',
2291
- borderColor: '#F8F9F9'
2292
- },
2293
- mouseOver: {
2294
- fill: '#414751',
2295
- color: '#F8F9F9',
2296
- borderColor: '#F8F9F9'
2297
- },
2298
- active: {
2299
- fill: 'transparent',
2300
- color: '#7BACFF',
2301
- borderColor: '#7BACFF'
2302
- },
2303
- activeMouseOver: {
2304
- fill: '#414751',
2305
- color: '#7BACFF',
2306
- borderColor: '#7BACFF'
2307
- },
2308
- disabled: {
2309
- fill: 'transparent',
2310
- color: '#B4B4B4',
2311
- borderColor: 'transparent'
2312
- },
2313
- focus: focusButtonStyle
2314
- },
2315
- flat: {
2316
- "default": {
2317
- fill: 'transparent',
2318
- color: '#F8F9F9',
2319
- borderColor: 'transparent'
2320
- },
2321
- mouseOver: {
2322
- fill: '#414751',
2323
- color: '#F8F9F9',
2324
- borderColor: 'transparent'
2325
- },
2326
- active: {
2327
- fill: 'transparent',
2328
- color: '#7BACFF',
2329
- borderColor: 'transparent'
2330
- },
2331
- activeMouseOver: {
2332
- fill: '#414751',
2333
- color: '#7BACFF',
2334
- borderColor: 'transparent'
2335
- },
2336
- disabled: {
2337
- fill: 'transparent',
2338
- color: '#B4B4B4',
2339
- borderColor: 'transparent'
2340
- },
2341
- focus: focusButtonStyle
2342
- },
2343
- tool: {
2344
- "default": {
2345
- fill: '#393939',
2346
- color: '#F8F9F9',
2347
- borderColor: 'transparent'
2348
- },
2349
- mouseOver: {
2350
- fill: '#414751',
2351
- color: '#F8F9F9',
2352
- borderColor: 'transparent'
2353
- },
2354
- active: {
2355
- fill: '#186DFF',
2356
- color: '#FFFFFF',
2357
- borderColor: 'transparent'
2358
- },
2359
- activeMouseOver: {
2360
- fill: '#1047B0',
2361
- color: '#FFFFFF',
2362
- borderColor: 'transparent'
2363
- },
2364
- disabled: {
2365
- fill: 'transparent',
2366
- color: '#B4B4B4',
2367
- borderColor: 'transparent'
2368
- },
2369
- focus: focusButtonStyle
2370
- },
2371
- boxed: {
2372
- "default": {
2373
- fill: 'transparent',
2374
- color: '#F8F9F9',
2375
- borderColor: '#F8F9F9'
2376
- },
2377
- mouseOver: {
2378
- fill: '#414751',
2379
- color: '#F8F9F9',
2380
- borderColor: '#F8F9F9'
2381
- },
2382
- active: {
2383
- fill: '#186DFF',
2384
- color: '#FFFFFF',
2385
- borderColor: 'transparent'
2386
- },
2387
- activeMouseOver: {
2388
- fill: '#1047B0',
2389
- color: '#FFFFFF',
2390
- borderColor: 'transparent'
2391
- },
2392
- disabled: {
2393
- fill: 'transparent',
2394
- color: '#B4B4B4',
2395
- borderColor: 'transparent'
2396
- },
2397
- focus: focusButtonStyle
2398
- },
2399
- icon: {
2400
- "default": {
2401
- fill: 'transparent',
2402
- color: '#F8F9F9',
2403
- borderColor: 'transparent'
2404
- },
2405
- mouseOver: {
2406
- fill: '#414751',
2407
- color: '#F8F9F9',
2408
- borderColor: 'transparent'
2409
- },
2410
- active: {
2411
- fill: 'transparent',
2412
- color: '#7BACFF',
2413
- borderColor: 'transparent'
2414
- },
2415
- activeMouseOver: {
2416
- fill: '#414751',
2417
- color: '#488BFD',
2418
- borderColor: 'transparent'
2419
- },
2420
- disabled: {
2421
- fill: 'transparent',
2422
- color: '#B4B4B4',
2423
- borderColor: 'transparent'
2424
- },
2425
- focus: focusButtonStyle
2426
- }
2427
- },
2428
- iconButtons: {
2429
- flat: {
2430
- "default": {
2431
- fill: 'transparent',
2432
- color: '#F8F9F9',
2433
- borderColor: 'transparent'
2434
- },
2435
- mouseOver: {
2436
- fill: '#414751',
2437
- color: '#F8F9F9',
2438
- borderColor: 'transparent'
2439
- },
2440
- active: {
2441
- fill: 'transparent',
2442
- color: '#7BACFF',
2443
- borderColor: 'transparent'
2444
- },
2445
- activeMouseOver: {
2446
- fill: '#414751',
2447
- color: '#7BACFF',
2448
- borderColor: 'transparent'
2449
- },
2450
- disabled: {
2451
- fill: 'transparent',
2452
- color: '#B4B4B4',
2453
- borderColor: 'transparent'
2454
- },
2455
- focus: focusButtonStyle
2456
- },
2457
- tool: {
2458
- "default": {
2459
- fill: '#393939',
2460
- color: '#F8F9F9',
2461
- borderColor: 'transparent'
2462
- },
2463
- mouseOver: {
2464
- fill: '#414751',
2465
- color: '#F8F9F9',
2466
- borderColor: 'transparent'
2467
- },
2468
- active: {
2469
- fill: '#186DFF',
2470
- color: '#FFFFFF',
2471
- borderColor: 'transparent'
2472
- },
2473
- activeMouseOver: {
2474
- fill: '#1047B0',
2475
- color: '#FFFFFF',
2476
- borderColor: 'transparent'
2477
- },
2478
- disabled: {
2479
- fill: 'transparent',
2480
- color: '#B4B4B4',
2481
- borderColor: 'transparent'
2482
- },
2483
- focus: focusButtonStyle
2484
- },
2485
- boxed: {
2486
- "default": {
2487
- fill: 'transparent',
2488
- color: '#F8F9F9',
2489
- borderColor: '#F8F9F9'
2490
- },
2491
- mouseOver: {
2492
- fill: '#414751',
2493
- color: '#F8F9F9',
2494
- borderColor: '#F8F9F9'
2495
- },
2496
- active: {
2497
- fill: '#186DFF',
2498
- color: '#FFFFFF',
2499
- borderColor: 'transparent'
2500
- },
2501
- activeMouseOver: {
2502
- fill: '#1047B0',
2503
- color: '#FFFFFF',
2504
- borderColor: 'transparent'
2505
- },
2506
- disabled: {
2507
- fill: 'transparent',
2508
- color: '#B4B4B4',
2509
- borderColor: 'transparent'
2510
- },
2511
- focus: focusButtonStyle
2512
- }
2513
- },
2514
- typographyAndIcons: {
2515
- text: '#FFFFFF',
2516
- icon: '#FFFFFF',
2517
- buttonIcon: '#FFFFFF',
2518
- iconLinkActive: '#488BFD',
2519
- iconLinkDisabled: '#5E5E5E',
2520
- textLinkActive: '#488BFD',
2521
- buttonIconTertiaryFlat: '#C5C5C5',
2522
- inactiveText: '#b4b4b4'
2523
- },
2524
- textInputField: {
2525
- "default": {
2526
- fill: '#000000',
2527
- opacity: 0.15
2528
- },
2529
- active: {
2530
- fill: '#909090',
2531
- opacity: 0.2
2532
- },
2533
- disabled: {
2534
- color: '#000000',
2535
- opacity: 0
2536
- },
2537
- label: {
2538
- fill: '#FFFFFF',
2539
- opacity: 0.7
2540
- }
2541
- },
2542
- tab: {
2543
- mouseOver: {
2544
- fill: '#000000',
2545
- opacity: 0.17
2546
- }
2547
- },
2548
- greys: {
2549
- accessible: '#B4B4B4',
2550
- accessibleLight: '#6F6F6F'
2551
- },
2552
- cards: {
2553
- cardContainer: '#303030',
2554
- cardContainerBorder: '#404040',
2555
- cardContainerMouseOver: '#414751'
2556
- },
2557
- backdrops: {
2558
- black: {
2559
- fill: '#000000',
2560
- opacity: 0.5
2561
- },
2562
- white: {
2563
- fill: '#FFFFFF',
2564
- opacity: 0.24
2565
- }
2566
- },
2567
- workspace: {
2568
- activeWindow: '#242424',
2569
- inactiveWindow: '#303030',
2570
- tabButtonHover: '#414751'
2571
- },
2572
- timeSlider: {
2573
- // player
2574
- playerNeedleTimeTop: {
2575
- fill: '#E3004F',
2576
- opacity: 100
2577
- },
2578
- playerNeedleTime: {
2579
- fill: '#FFD523',
2580
- opacity: 0.75
2581
- },
2582
- playerNeedlePlayerTop: {
2583
- fill: '#051039',
2584
- opacity: 100
2585
- },
2586
- playerNeedlePlayer: {
2587
- fill: '#67F0FF',
2588
- opacity: 0.75
2589
- },
2590
- playerTimeMarkers: {
2591
- fill: '#051039'
2592
- },
2593
- playerTimeText: {
2594
- color: '#FFFFFF',
2595
- fontFamily: 'Roboto',
2596
- fontSize: 14
2597
- },
2598
- // timeline
2599
- timelineIndicator: {
2600
- fill: '#A2A2A2'
2601
- },
2602
- timelineText: {
2603
- fontSize: 12,
2604
- color: '#FFFFFF',
2605
- fontFamily: 'Roboto'
2606
- },
2607
- timelineTimeScale: {
2608
- fill: '#FFFFFF'
2609
- },
2610
- timelineNightTime: {
2611
- fill: '#051038',
2612
- opacity: 0.67
2613
- },
2614
- timelineTimelineSurface: {
2615
- fill: '#303030'
2616
- },
2617
- timelineMonthChangeDash: {
2618
- fill: '#A2A2A2',
2619
- opacity: 0.5
2620
- },
2621
- timelineSelectionBackground: {
2622
- fill: '#FFFFFF',
2623
- opacity: 0.15
2624
- },
2625
- timelineSelectionOutline: {
2626
- fill: '#F0FF00',
2627
- opacity: 0.4
2628
- },
2629
- // time scale
2630
- timeScalePointer: {
2631
- fill: '#F8F9F9'
2632
- },
2633
- timeScaleHorizontalScale: {
2634
- fill: '#000000',
2635
- opacity: 0.8
2636
- },
2637
- timeScaleTimeIndicators: {
2638
- fill: '#A2A2A2'
2639
- },
2640
- timeScaleTimeIndicatorsActive: {
2641
- fill: '#FFFFFF'
2642
- },
2643
- timeScaleShadowButtonScale: {
2644
- 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))'
2645
- },
2646
- // legend
2647
- ledgendObservedBackground: {
2648
- fill: '#00649F'
2649
- },
2650
- legendForecastBackground: {
2651
- fill: '#9900B1'
2652
- },
2653
- legendNoDataBackground: {
2654
- fill: '#575F7A',
2655
- opacity: 0.95
2656
- }
2657
- },
2658
- timeSliderLite: {
2659
- selected: {
2660
- backgroundColor: '#EEF4FB'
2661
- },
2662
- needle: {
2663
- stroke: '#303193'
2664
- },
2665
- needleShadow: {
2666
- stroke: '#E7F0FA'
2667
- },
2668
- needleLabel: {
2669
- backgroundColor: '#212121',
2670
- borderColor: '#9e9e9e',
2671
- color: '#212121'
2672
- },
2673
- timeline: {
2674
- fill: '#FFFFFF',
2675
- stroke: '#FFFFFF'
2676
- },
2677
- timelineBackground: {
2678
- fill: '#2959E0',
2679
- color: '#FFFFFF'
2680
- },
2681
- timelineBackgroundAlternative: {
2682
- fill: '#4871E5',
2683
- color: '#FFFFFF'
2684
- }
2685
- },
2686
- customSlider: {
2687
- rail: '#488BFD',
2688
- railDisabled: '#5E5E5E',
2689
- track: '#186DFF',
2690
- trackDisabled: '#5E5E5E',
2691
- thumb: '#F8F9F9',
2692
- thumbDisabled: '#5E5E5E',
2693
- mark: '#FFFFFF',
2694
- markDisabled: '#303030'
2695
- },
2696
- customSwitch: {
2697
- thumb: '#F8F9F9',
2698
- thumbDisabled: '#F5F5F5',
2699
- track: '#BDBDBD',
2700
- trackActive: '#488BFD'
2701
- },
2702
- syncGroups: {
2703
- drawerOpen: {
2704
- fill: '#232323'
2705
- }
2706
- },
2707
- layerManager: {
2708
- headerRowText: {
2709
- color: '#FFFFFF',
2710
- opacity: 0.67,
2711
- fontSize: 12
2712
- },
2713
- tableRowDefaultText: {
2714
- color: '#FFFFFF',
2715
- opacity: 0.87,
2716
- fontSize: 12
2717
- },
2718
- tableRowDefaultCardContainer: {
2719
- fill: '#303030',
2720
- border: '1px solid #404040',
2721
- borderColor: '#404040'
2722
- },
2723
- tableRowDisabledText: {
2724
- color: '#909090',
2725
- opacity: 0.87,
2726
- fontSize: 12
2727
- },
2728
- tableRowDisabledCardContainer: {
2729
- fill: '#2B2B2B',
2730
- border: '1px solid #404040',
2731
- borderColor: '#404040'
2732
- },
2733
- dragHandleHover: {
2734
- backgroundColor: 'transparent'
2735
- },
2736
- root: {},
2737
- opacitySelect: {
2738
- root: {},
2739
- button: {},
2740
- popper: {}
2741
- },
2742
- baseLayerRow: {
2743
- root: {}
2744
- }
2745
- },
2746
- tooltips: {
2747
- tooltipContainer: {
2748
- fill: '#232323',
2749
- opacity: 1
2750
- },
2751
- tooltipText: {
2752
- color: '#FFFFFF'
2753
- },
2754
- tooltipSelect: {
2755
- select: {},
2756
- menu: {}
2757
- }
2758
- },
2759
- captions: {
2760
- captionStatus: {
2761
- color: '#FFFFFF',
2762
- opacity: 0.7
2763
- },
2764
- captionInformation: {
2765
- color: '#9EC2FF',
2766
- opacity: 1
2767
- },
2768
- captionError: {
2769
- color: '#FF8F8F',
2770
- opacity: 1
2771
- },
2772
- captionErrorBackground: {
2773
- color: '#C00000',
2774
- opacity: 0.25
2775
- },
2776
- captionDisabled: {
2777
- color: '#B0B0B0',
2778
- opacity: 1
2779
- }
2780
- },
2781
- functional: {
2782
- success: '#72BB23',
2783
- successOutline: {
2784
- fill: 'rgba(114, 187, 35, 0.25)',
2785
- border: '1px solid #72BB23',
2786
- borderColor: '#72BB23'
2787
- },
2788
- error: '#C00000',
2789
- errorOutline: {
2790
- fill: 'rgba(192, 0, 0, 0.25)',
2791
- border: '1px solid #C00000',
2792
- borderColor: '#C00000'
2793
- },
2794
- warning: '#FFA800',
2795
- warningOutline: {
2796
- fill: 'rgba(255, 168, 0, 0.25)',
2797
- border: '1px solid #FFA800',
2798
- borderColor: '#FFA800'
2799
- },
2800
- warningHighlight: {
2801
- fill: '#FFA800',
2802
- opacity: 0.2
2803
- },
2804
- notification: '#186DFF',
2805
- notificationOutline: {
2806
- fill: 'rgba(24, 109, 255, 0.25)',
2807
- border: '1px solid #186DFF',
2808
- borderColor: '#186DFF'
2809
- },
2810
- summary: '#9595FF',
2811
- summaryOutline: {
2812
- fill: 'rgba(131, 131, 242, 0.25)',
2813
- border: '1px solid #8383F2',
2814
- borderColor: '#8383F2'
2815
- },
2816
- disabled: '#9B9FB0',
2817
- disabledOutline: {
2818
- fill: 'rgba(155, 159, 176, 0.25)',
2819
- border: '1px solid #9B9FB0',
2820
- borderColor: '#9B9FB0'
2821
- }
2822
- },
2823
- snackbar: {
2824
- background: '#051039',
2825
- text: '#FFFFFF',
2826
- action: '#98e1f1',
2827
- actionHover: {
2828
- fill: '#7BACFF',
2829
- opacity: 0.2
2830
- }
2831
- }
2832
- }; // https://app.zeplin.io/project/5ecf84a3c6ae1047a368f393/screen/6093e694124ecf3886de76d4
2833
-
2834
- var elevations = {
2835
- elevation_01: '0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14)',
2836
- elevation_02: '0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
2837
- elevation_03: '0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.14)',
2838
- elevation_04: '0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14)',
2839
- elevation_06: '0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14)',
2840
- elevation_08: '0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14)',
2841
- elevation_09: '0 5px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 9px 12px 1px rgba(0, 0, 0, 0.14)',
2842
- elevation_12: '0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14)',
2843
- elevation_16: '0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 16px 24px 2px rgba(0, 0, 0, 0.14)',
2844
- elevation_24: '0 11px 15px 0 rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14)'
2845
- };
2846
-
2847
- var geowebColors = __assign({}, colors$1);
2848
-
2849
- var GWTheme = material.createTheme({
2850
- breakpoints: {
2851
- values: {
2852
- xs: breakpoints.mobile,
2853
- sm: breakpoints.tablet,
2854
- md: breakpoints.desktop,
2855
- lg: breakpoints.dekstopHD,
2856
- xl: breakpoints.dekstopHDWide
2857
- }
2858
- },
2859
- palette: {
2860
- secondary: {
2861
- main: '#0075a9'
2862
- },
2863
- action: {
2864
- active: '#ffa800'
2865
- },
2866
- text: {
2867
- disabled: '#051039'
2868
- },
2869
- geowebColors: parseColors(geowebColors)
2870
- },
2871
- shape: {
2872
- borderRadius: 3
2873
- },
2874
- typography: {
2875
- h6: {
2876
- fontSize: '16px'
2877
- },
2878
- subtitle1: {
2879
- fontSize: '16px',
2880
- fontWeight: 500,
2881
- lineHeight: 1.5,
2882
- letterSpacing: '0.15px',
2883
- opacity: 0.87,
2884
- color: '#051039'
2885
- },
2886
- subtitle2: {
2887
- fontSize: '14px',
2888
- fontWeight: 500,
2889
- lineHeight: 1.71,
2890
- letterSpacing: '0.1px',
2891
- opacity: 0.87,
2892
- color: '#051039'
2893
- },
2894
- body1: {
2895
- fontSize: '16px',
2896
- lineHeight: 1.56,
2897
- letterSpacing: '0.44px',
2898
- color: '#051039'
2899
- },
2900
- body2: {
2901
- fontSize: '14px',
2902
- lineHeight: 1.43,
2903
- letterSpacing: '0.25px',
2904
- color: '#051039'
2905
- },
2906
- overline: {
2907
- textTransform: 'none',
2908
- fontSize: '12px',
2909
- lineHeight: 1.43,
2910
- letterSpacing: '0.25px',
2911
- color: '#051039',
2912
- opacity: 0.7
2913
- },
2914
- caption: {
2915
- fontSize: '12px',
2916
- lineHeight: 1.33,
2917
- letterSpacing: '0.4px',
2918
- color: '#051039',
2919
- opacity: 0.7
2920
- },
2921
- button: {
2922
- fontWeight: 500,
2923
- fontSize: '14px',
2924
- color: '0075a9'
2925
- }
2926
- },
2927
- components: {
2928
- MuiTooltip: {
2929
- styleOverrides: {
2930
- tooltip: {
2931
- borderRadius: '2px',
2932
- fontSize: '16px',
2933
- fontWeight: 'normal',
2934
- padding: '10px',
2935
- backgroundColor: '#232323'
2936
- }
2937
- }
2938
- },
2939
- MuiIconButton: {
2940
- styleOverrides: {
2941
- root: {
2942
- color: '#0075a9'
2943
- }
2944
- }
2945
- },
2946
- MuiCheckbox: {
2947
- styleOverrides: {
2948
- root: {
2949
- '&.Mui-disabled': {
2950
- color: '#CCCCCC!important'
2951
- },
2952
- '&.Mui-checked': {
2953
- color: '#0075a9'
2954
- }
2955
- }
2956
- }
2957
- },
2958
- MuiSelect: {
2959
- styleOverrides: {
2960
- icon: {
2961
- color: '#0075a9'
2962
- },
2963
- select: {
2964
- '&:focus': {
2965
- backgroundColor: 'rgba(0, 117, 169, 0.05)'
2966
- }
2967
- }
2968
- }
2969
- },
2970
- MuiAlert: {
2971
- styleOverrides: {
2972
- standardError: {
2973
- border: '1px solid #c00000',
2974
- borderRadius: '0px',
2975
- backgroundColor: '#fff0ea'
2976
- },
2977
- standardWarning: {
2978
- border: '1px solid #ffa800',
2979
- borderRadius: '0px',
2980
- backgroundColor: '#fff8eb'
2981
- },
2982
- standardInfo: {
2983
- border: '1px solid #0062e6',
2984
- borderRadius: '0px',
2985
- backgroundColor: '#eaf3ff'
2986
- },
2987
- standardSuccess: {
2988
- border: '1px solid #72bb23',
2989
- borderRadius: '0px',
2990
- backgroundColor: '#fcffeb'
2991
- },
2992
- action: {
2993
- color: '#0075a9'
2994
- },
2995
- message: {
2996
- fontSize: '14px',
2997
- lineHeight: 1.43,
2998
- letterSpacing: '0.25px',
2999
- color: '#051039'
3000
- }
3001
- }
3002
- },
3003
- MuiTabs: {
3004
- styleOverrides: {
3005
- root: {
3006
- backgroundColor: '#ffffff',
3007
- minHeight: '30px'
3008
- },
3009
- scrollButtons: {
3010
- width: '20px'
3011
- }
3012
- }
3013
- },
3014
- MuiTab: {
3015
- styleOverrides: {
3016
- root: {
3017
- minHeight: '30px',
3018
- textTransform: 'none',
3019
- minWidth: '76px',
3020
- '@media (min-width: 600px)': {
3021
- minWidth: '76px'
3022
- }
3023
- },
3024
- labelIcon: {
3025
- minHeight: '30px'
3026
- }
3027
- }
3028
- },
3029
- MuiListItem: {
3030
- styleOverrides: {
3031
- root: {
3032
- '&$selected': {
3033
- backgroundColor: 'rgba(0, 117, 169, 0.15)',
3034
- borderLeft: '4px solid #0075a9',
3035
- '&:hover': {
3036
- backgroundColor: 'rgba(0, 117, 169, 0.10)'
3037
- }
3038
- }
3039
- },
3040
- button: {
3041
- '&:hover': {
3042
- backgroundColor: 'rgba(0, 117, 169, 0.15)'
3043
- }
3044
- }
3045
- }
3046
- },
3047
- MuiMenuItem: {
3048
- styleOverrides: {
3049
- root: {
3050
- '&.Mui-selected': {
3051
- backgroundColor: 'rgba(0, 117, 169, 0.15)',
3052
- borderLeft: '4px solid #0075a9',
3053
- '&:hover': {
3054
- backgroundColor: 'rgba(0, 117, 169, 0.10)'
3055
- }
3056
- },
3057
- '&:hover': {
3058
- backgroundColor: 'rgba(0, 117, 169, 0.15)'
3059
- }
3060
- }
3061
- }
3062
- },
3063
- MuiFormLabel: {
3064
- styleOverrides: {
3065
- root: {
3066
- color: 'rgba(5, 16, 57, 0.7)',
3067
- '&.Mui-focused': {
3068
- color: '#0075a9'
3069
- },
3070
- '&.Mui-error': {
3071
- color: '#d32f2f!important'
3072
- }
3073
- }
3074
- }
3075
- },
3076
- MuiOutlinedInput: {
3077
- styleOverrides: {
3078
- root: {
3079
- '&$focused $notchedOutline': {
3080
- borderColor: '#0075a9'
3081
- }
3082
- }
3083
- }
3084
- },
3085
- MuiFilledInput: {
3086
- styleOverrides: {
3087
- root: {
3088
- backgroundColor: 'rgba(0, 117, 169, 0.05)',
3089
- color: '#051039',
3090
- '&.Mui-disabled': {
3091
- backgroundColor: 'white'
3092
- },
3093
- '&.Mui-focused': {
3094
- backgroundColor: 'rgba(0,0,0,0.09)'
3095
- }
3096
- },
3097
- underline: {
3098
- '&.Mui-disabled:before': {
3099
- borderBottomStyle: 'none'
3100
- }
3101
- }
3102
- }
3103
- },
3104
- MuiRadio: {
3105
- styleOverrides: {
3106
- root: {
3107
- '&.Mui-disabled': {
3108
- color: '#CCCCCC!important'
3109
- },
3110
- '&.Mui-checked': {
3111
- color: '#0075a9'
3112
- }
3113
- }
3114
- }
3115
- },
3116
- MuiCardContent: {
3117
- styleOverrides: {
3118
- root: {
3119
- '&:last-child': {
3120
- paddingBottom: 0
3121
- }
3122
- }
3123
- }
3124
- },
3125
- MuiDialog: {
3126
- styleOverrides: {
3127
- paperWidthLg: {
3128
- maxWidth: '1280px'
3129
- }
3130
- }
3131
- },
3132
- MuiButton: {
3133
- variants: buttonVariants(geowebColors.buttons)
3134
- },
3135
- MuiToggleButton: {
3136
- styleOverrides: {
3137
- root: variantsToClassName(buttonVariants(geowebColors.buttons))
3138
- }
3139
- }
3140
- }
3141
- });
3142
-
3143
- /* *
3144
- * Licensed under the Apache License, Version 2.0 (the "License");
3145
- * you may not use this file except in compliance with the License.
3146
- * You may obtain a copy of the License at
3147
- *
3148
- * http://www.apache.org/licenses/LICENSE-2.0
3149
- *
3150
- * Unless required by applicable law or agreed to in writing, software
3151
- * distributed under the License is distributed on an "AS IS" BASIS,
3152
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3153
- * See the License for the specific language governing permissions and
3154
- * limitations under the License.
3155
- *
3156
- * Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
3157
- * Copyright 2023 - Finnish Meteorological Institute (FMI)
3158
- * */
3159
- var lightTheme = createTheme({
3160
- paletteType: 'light',
3161
- geowebColors: colors$1,
3162
- elevations: elevations$1
3163
- });
3164
- var darkTheme = createTheme({
3165
- paletteType: 'dark',
3166
- geowebColors: colors,
3167
- elevations: elevations
3168
- });
3169
-
3170
- /* *
3171
- * Licensed under the Apache License, Version 2.0 (the "License");
3172
- * you may not use this file except in compliance with the License.
3173
- * You may obtain a copy of the License at
3174
- *
3175
- * http://www.apache.org/licenses/LICENSE-2.0
3176
- *
3177
- * Unless required by applicable law or agreed to in writing, software
3178
- * distributed under the License is distributed on an "AS IS" BASIS,
3179
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3180
- * See the License for the specific language governing permissions and
3181
- * limitations under the License.
3182
- *
3183
- * Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
3184
- * Copyright 2021 - Finnish Meteorological Institute (FMI)
3185
- * */
3186
- exports.ThemeTypes = void 0;
3187
-
3188
- (function (ThemeTypes) {
3189
- ThemeTypes["DARK_THEME"] = "darkTheme";
3190
- ThemeTypes["LIGHT_THEME"] = "lightTheme";
3191
- })(exports.ThemeTypes || (exports.ThemeTypes = {}));
3192
-
3193
- var ThemeContext = /*#__PURE__*/React__namespace.createContext({
3194
- toggleTheme: undefined,
3195
- isDark: undefined
3196
- });
3197
- var ThemeProvider = function ThemeProvider(_a) {
3198
- var children = _a.children,
3199
- theme = _a.theme,
3200
- defaultThemeName = _a.defaultThemeName,
3201
- _b = _a.disableCssBaseline,
3202
- disableCssBaseline = _b === void 0 ? false : _b;
3203
- var defaultTheme = defaultThemeName === exports.ThemeTypes.DARK_THEME ? darkTheme : lightTheme;
3204
-
3205
- var _c = __read(React__namespace.useState(defaultTheme === darkTheme), 2),
3206
- isDark = _c[0],
3207
- setDark = _c[1];
3208
-
3209
- var configuredTheme = isDark ? darkTheme : lightTheme;
3210
- var currentTheme = React__namespace.useMemo(function () {
3211
- return theme || configuredTheme;
3212
- }, [configuredTheme, theme]);
3213
-
3214
- var toggleTheme = function toggleTheme() {
3215
- return setDark(!isDark);
3216
- };
3217
-
3218
- return /*#__PURE__*/React__namespace.createElement(ThemeContext.Provider, {
3219
- value: {
3220
- toggleTheme: toggleTheme,
3221
- isDark: isDark
3222
- }
3223
- }, /*#__PURE__*/React__namespace.createElement(material.ThemeProvider, {
3224
- theme: currentTheme
3225
- }, !disableCssBaseline && /*#__PURE__*/React__namespace.createElement(material.CssBaseline, null), children));
3226
- };
3227
- var useThemeContext = function useThemeContext() {
3228
- return React__namespace.useContext(ThemeContext);
3229
- }; // Wrapper for storybook stories. Will include later an additional wrapper after upgrade to MUI5
3230
-
3231
- var ThemeWrapper = function ThemeWrapper(_a) {
3232
- var children = _a.children,
3233
- theme = _a.theme,
3234
- defaultThemeName = _a.defaultThemeName,
3235
- _b = _a.disableCssBaseline,
3236
- disableCssBaseline = _b === void 0 ? false : _b;
3237
- return /*#__PURE__*/React__namespace.createElement(material.StyledEngineProvider, {
3238
- injectFirst: true
3239
- }, /*#__PURE__*/React__namespace.createElement(ThemeProvider, {
3240
- theme: theme,
3241
- defaultThemeName: defaultThemeName,
3242
- disableCssBaseline: disableCssBaseline
3243
- }, children));
3244
- }; // Wrapper for storybook stories with GWTheme. Will be deprecated
3245
-
3246
- var ThemeWrapperOldTheme = function ThemeWrapperOldTheme(_a) {
3247
- var children = _a.children,
3248
- props = __rest(_a, ["children"]);
3249
-
3250
- return /*#__PURE__*/React__namespace.createElement(ThemeWrapper, __assign({
3251
- theme: GWTheme,
3252
- disableCssBaseline: true
3253
- }, props), children);
3254
- };
3255
-
3256
- exports.Add = Add;
3257
- exports.Animation = Animation;
3258
- exports.ArrowDown = ArrowDown;
3259
- exports.ArrowLeft = ArrowLeft;
3260
- exports.ArrowRight = ArrowRight;
3261
- exports.ArrowUp = ArrowUp;
3262
- exports.AutoUpdateActive = AutoUpdateActive;
3263
- exports.AutoUpdateInActive = AutoUpdateInActive;
3264
- exports.Both = Both;
3265
- exports.Cached = Cached;
3266
- exports.CalendarToday = CalendarToday;
3267
- exports.Cancel = Cancel;
3268
- exports.ChevronDown = ChevronDown;
3269
- exports.ChevronLeft = ChevronLeft;
3270
- exports.ChevronRight = ChevronRight;
3271
- exports.ChevronUp = ChevronUp;
3272
- exports.Clear = Clear;
3273
- exports.Clock = Clock;
3274
- exports.Close = Close;
3275
- exports.CollapseLarge = CollapseLarge;
3276
- exports.CollapseMedium = CollapseMedium;
3277
- exports.CollapseSmall = CollapseSmall;
3278
- exports.CollapseWindow = CollapseWindow;
3279
- exports.Copy = Copy;
3280
- exports.Delete = Delete;
3281
- exports.DimensionsElevation = DimensionsElevation;
3282
- exports.DimensionsOther = DimensionsOther;
3283
- exports.DimensionsRefTime = DimensionsRefTime;
3284
- exports.DimensionsTime = DimensionsTime;
3285
- exports.DragHandle = DragHandle;
3286
- exports.DrawFIRLand = DrawFIRLand;
3287
- exports.DrawPolygon = DrawPolygon;
3288
- exports.DrawRegion = DrawRegion;
3289
- exports.Edit = Edit;
3290
- exports.Equalizer = Equalizer;
3291
- exports.Exclamation = Exclamation;
3292
- exports.ExitDomain = ExitDomain;
3293
- exports.Expand = Expand;
3294
- exports.ExpandWindow = ExpandWindow;
3295
- exports.Export = Export;
3296
- exports.FastForward = FastForward;
3297
- exports.Filter = Filter;
3298
- exports.GWTheme = GWTheme;
3299
- exports.GeoWebLogo = GeoWebLogo;
3300
- exports.HamburgerMenu = HamburgerMenu;
3301
- exports.Home = Home;
3302
- exports.Icons = index;
3303
- exports.Info = Info;
3304
- exports.KeyCommand = KeyCommand;
3305
- exports.KeyOption = KeyOption;
3306
- exports.Layers = Layers;
3307
- exports.Link = Link;
3308
- exports.LinkOff = LinkOff;
3309
- exports.List = List;
3310
- exports.ListItem = ListItem;
3311
- exports.Location = Location;
3312
- exports.Menu = Menu;
3313
- exports.Minus = Minus;
3314
- exports.None = None;
3315
- exports.Notifications = Notifications;
3316
- exports.Now = Now;
3317
- exports.Options = Options;
3318
- exports.Pause = Pause;
3319
- exports.Picture = Picture;
3320
- exports.Play = Play;
3321
- exports.Preset = Preset;
3322
- exports.PresetTiles = PresetTiles;
3323
- exports.PresetWorkspace = PresetWorkspace;
3324
- exports.Resize = Resize;
3325
- exports.Search = Search;
3326
- exports.SliderThumb = SliderThumb;
3327
- exports.Speed = Speed;
3328
- exports.SplitHorizontal = SplitHorizontal;
3329
- exports.SplitVertical = SplitVertical;
3330
- exports.StepBackward = StepBackward;
3331
- exports.StepForward = StepForward;
3332
- exports.SubdirectoryArrowRight = SubdirectoryArrowRight;
3333
- exports.Success = Success;
3334
- exports.TextIcon = TextIcon;
3335
- exports.ThemeContext = ThemeContext;
3336
- exports.ThemeProvider = ThemeProvider;
3337
- exports.ThemeWrapper = ThemeWrapper;
3338
- exports.ThemeWrapperOldTheme = ThemeWrapperOldTheme;
3339
- exports.ThumbsUp = ThumbsUp;
3340
- exports.TimeSeriesManager = TimeSeriesManager;
3341
- exports.UnExpand = UnExpand;
3342
- exports.Update = Update;
3343
- exports.Visibility = Visibility;
3344
- exports.VisibilityOff = VisibilityOff;
3345
- exports.WebAssetOff = WebAssetOff;
3346
- exports.colorsLight = colors$1;
3347
- exports.createShadows = createShadows;
3348
- exports.createTheme = createTheme;
3349
- exports.darkTheme = darkTheme;
3350
- exports.dragHandlePath = dragHandlePath;
3351
- exports.elevationsLight = elevations$1;
3352
- exports.lightTheme = lightTheme;
3353
- exports.parseColors = parseColors;
3354
- exports.useThemeContext = useThemeContext;
3355
-
3356
- Object.defineProperty(exports, '__esModule', { value: true });
3357
-
3358
- }));