@widergy/energy-ui 1.136.2 → 1.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireWildcard(require("react"));
8
8
  var _propTypes = require("prop-types");
9
- var _reactRedux = require("react-redux");
10
9
  var _WithTheme = _interopRequireDefault(require("../WithTheme"));
11
10
  var _UTMenu = _interopRequireDefault(require("../UTMenu"));
12
11
  var _UTTouchableWithoutFeedback = _interopRequireDefault(require("../UTTouchableWithoutFeedback"));
@@ -32,7 +31,6 @@ const UTBreadcrumbs = _ref => {
32
31
  onSetAction,
33
32
  separator = _constants.DEFAULT_SEPARATOR
34
33
  } = _ref;
35
- const dispatch = (0, _reactRedux.useDispatch)();
36
34
  const classes = (0, _react.useMemo)(() => (0, _classesUtils.mergeClasses)(themeClasses, classNames), [classNames]);
37
35
  const containerRef = (0, _react.useRef)();
38
36
  const [content, setContent] = (0, _react.useState)(breadcrumbs);
@@ -101,8 +99,8 @@ const UTBreadcrumbs = _ref => {
101
99
  if (options.setAction) {
102
100
  onSetAction(options.setAction, options.params);
103
101
  }
104
- if (options.updatedBreadcrumbs) {
105
- dispatch(options.updatedBreadcrumbs(breadcrumbs.slice(0, indexOfCurrentBreadcrumb + 1)));
102
+ if (options.handleUpdateBreadcrumbs) {
103
+ options.handleUpdateBreadcrumbs(breadcrumbs.slice(0, indexOfCurrentBreadcrumb + 1));
106
104
  }
107
105
  onRedirect(route);
108
106
  }
@@ -117,12 +115,12 @@ const UTBreadcrumbs = _ref => {
117
115
  menuItems,
118
116
  itemClassName,
119
117
  options = {},
120
- id = Math.random()
118
+ id = crypto.randomUUID()
121
119
  } = _ref3;
122
120
  const handleClick = event => {
123
121
  if (menuItems) setMenu({
124
122
  anchor: event.currentTarget,
125
- items: [...menuItems].map(_ref4 => {
123
+ items: menuItems.map(_ref4 => {
126
124
  let {
127
125
  label: menuItemLabel,
128
126
  route: menuItemRoute,
@@ -23,7 +23,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
24
  var Checked = function Checked(props) {
25
25
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
26
- d: "M10 14Zm0 3-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9Z"
26
+ d: "M10 14zm0 3l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
27
27
  }));
28
28
  };
29
29
  Checked.defaultProps = {
@@ -30,7 +30,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typ
30
30
  function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
31
31
  var CalendarIcon = function CalendarIcon(props) {
32
32
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("path", {
33
- d: "M8 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1Zm8 0c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1Zm2 5H6c-.551 0-1-.449-1-1v-6h14v6c0 .551-.449 1-1 1M6 6h1v1c0 .55.45 1 1 1s1-.45 1-1V6h6v1c0 .55.45 1 1 1s1-.45 1-1V6h1c.551 0 1 .449 1 1v4H5V7c0-.551.449-1 1-1m12-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H9V3c0-.55-.45-1-1-1s-1 .45-1 1v1H6C4.346 4 3 5.346 3 7v12c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V7c0-1.654-1.346-3-3-3",
33
+ d: "M8 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 0c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1zm2 5H6c-.551 0-1-.449-1-1v-6h14v6c0 .551-.449 1-1 1M6 6h1v1c0 .55.45 1 1 1s1-.45 1-1V6h6v1c0 .55.45 1 1 1s1-.45 1-1V6h1c.551 0 1 .449 1 1v4H5V7c0-.551.449-1 1-1m12-2h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H9V3c0-.55-.45-1-1-1s-1 .45-1 1v1H6C4.346 4 3 5.346 3 7v12c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V7c0-1.654-1.346-3-3-3",
34
34
  id: "a"
35
35
  })), /*#__PURE__*/_react.default.createElement("use", {
36
36
  fillRule: "nonzero",
@@ -42,6 +42,7 @@ var CalendarIcon = function CalendarIcon(props) {
42
42
  CalendarIcon.defaultProps = {
43
43
  width: "18",
44
44
  height: "20",
45
+ viewBox: "0 0 18 20",
45
46
  xmlns: "http://www.w3.org/2000/svg",
46
47
  xmlnsXlink: "http://www.w3.org/1999/xlink"
47
48
  };
@@ -20,6 +20,7 @@ Faces.defaultProps = {
20
20
  className: "icon icon-tabler icon-tabler-mood-smile",
21
21
  width: "24",
22
22
  height: "24",
23
+ viewBox: "0 0 24 24",
23
24
  strokeWidth: "2",
24
25
  stroke: "#677489",
25
26
  fill: "none",
@@ -28,9 +29,7 @@ Faces.defaultProps = {
28
29
  };
29
30
  var Nature = function Nature(props) {
30
31
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
31
- d: "M5 21c.5-4.5 2.5-8 7-10"
32
- }), /*#__PURE__*/_react.default.createElement("path", {
33
- d: "M9 18c6.218 0 10.5-3.288 11-12V4h-4.014c-9 0-11.986 4-12 9 0 1 0 3 2 5h3z"
32
+ d: "M5 21c.5-4.5 2.5-8 7-10M9 18c6.218 0 10.5-3.288 11-12V4h-4.014c-9 0-11.986 4-12 9 0 1 0 3 2 5h3z"
34
33
  }));
35
34
  };
36
35
  Nature.defaultProps = {
@@ -38,6 +37,7 @@ Nature.defaultProps = {
38
37
  className: "icon icon-tabler icon-tabler-leaf",
39
38
  width: "24",
40
39
  height: "24",
40
+ viewBox: "0 0 24 24",
41
41
  strokeWidth: "2",
42
42
  stroke: "#677489",
43
43
  fill: "none",
@@ -46,7 +46,7 @@ Nature.defaultProps = {
46
46
  };
47
47
  var Language = function Language(props) {
48
48
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
49
- d: "M19.5 13.572 12 21l-7.5-7.428m0 0A5 5 0 1 1 12 7.006a5 5 0 1 1 7.5 6.572"
49
+ d: "M19.5 13.572L12 21l-7.5-7.428m0 0A5 5 0 1 1 12 7.006a5 5 0 1 1 7.5 6.572"
50
50
  }));
51
51
  };
52
52
  Language.defaultProps = {
@@ -54,6 +54,7 @@ Language.defaultProps = {
54
54
  className: "icon icon-tabler icon-tabler-heart",
55
55
  width: "24",
56
56
  height: "24",
57
+ viewBox: "0 0 24 24",
57
58
  strokeWidth: "2",
58
59
  stroke: "#677489",
59
60
  fill: "none",
@@ -62,11 +63,9 @@ Language.defaultProps = {
62
63
  };
63
64
  var Sports = function Sports(props) {
64
65
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
65
- d: "m15 9-6 6M10 12l2 2M12 10l2 2M8 21a5 5 0 0 0-5-5"
66
- }), /*#__PURE__*/_react.default.createElement("path", {
67
- d: "M16 3C8.82 3 3 8.82 3 16a5 5 0 0 0 5 5c7.18 0 13-5.82 13-13a5 5 0 0 0-5-5"
66
+ d: "M15 9l-6 6M10 12l2 2M12 10l2 2M8 21a5 5 0 0 0-5-5"
68
67
  }), /*#__PURE__*/_react.default.createElement("path", {
69
- d: "M16 3a5 5 0 0 0 5 5"
68
+ d: "M16 3C8.82 3 3 8.82 3 16a5 5 0 0 0 5 5c7.18 0 13-5.82 13-13a5 5 0 0 0-5-5M16 3a5 5 0 0 0 5 5"
70
69
  }));
71
70
  };
72
71
  Sports.defaultProps = {
@@ -74,6 +73,7 @@ Sports.defaultProps = {
74
73
  className: "icon icon-tabler icon-tabler-ball-american-football",
75
74
  width: "24",
76
75
  height: "24",
76
+ viewBox: "0 0 24 24",
77
77
  strokeWidth: "2",
78
78
  stroke: "#677489",
79
79
  fill: "none",
@@ -92,6 +92,7 @@ Food.defaultProps = {
92
92
  className: "icon icon-tabler icon-tabler-pizza",
93
93
  width: "24",
94
94
  height: "24",
95
+ viewBox: "0 0 24 24",
95
96
  strokeWidth: "2",
96
97
  stroke: "#677489",
97
98
  fill: "none",
@@ -108,6 +109,7 @@ Travel.defaultProps = {
108
109
  className: "icon icon-tabler icon-tabler-plane",
109
110
  width: "24",
110
111
  height: "24",
112
+ viewBox: "0 0 24 24",
111
113
  strokeWidth: "2",
112
114
  stroke: "#677489",
113
115
  fill: "none",
@@ -116,7 +118,7 @@ Travel.defaultProps = {
116
118
  };
117
119
  var Creative = function Creative(props) {
118
120
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
119
- d: "M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7-.7.7M9 16a5 5 0 1 1 6 0 3.5 3.5 0 0 0-1 3 2 2 0 0 1-4 0 3.5 3.5 0 0 0-1-3M9.7 17h4.6"
121
+ d: "M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7l-.7.7M9 16a5 5 0 1 1 6 0 3.5 3.5 0 0 0-1 3 2 2 0 0 1-4 0 3.5 3.5 0 0 0-1-3M9.7 17h4.6"
120
122
  }));
121
123
  };
122
124
  Creative.defaultProps = {
@@ -124,6 +126,7 @@ Creative.defaultProps = {
124
126
  className: "icon icon-tabler icon-tabler-bulb",
125
127
  width: "24",
126
128
  height: "24",
129
+ viewBox: "0 0 24 24",
127
130
  strokeWidth: "2",
128
131
  stroke: "#677489",
129
132
  fill: "none",
@@ -140,6 +143,7 @@ Flags.defaultProps = {
140
143
  className: "icon icon-tabler icon-tabler-flag",
141
144
  width: "24",
142
145
  height: "24",
146
+ viewBox: "0 0 24 24",
143
147
  strokeWidth: "2",
144
148
  stroke: "#677489",
145
149
  fill: "none",
@@ -25,10 +25,6 @@ var uploadIcon = function uploadIcon(props) {
25
25
  uploadIcon.defaultProps = {
26
26
  xmlns: "http://www.w3.org/2000/svg",
27
27
  viewBox: "0 0 414.165 414.165",
28
- style: {
29
- enableBackground: "new 0 0 414.165 414.165"
30
- },
31
- xmlSpace: "preserve",
32
28
  width: "512",
33
29
  height: "512"
34
30
  };
@@ -10,13 +10,14 @@ var MoodConfuzed = function MoodConfuzed(props) {
10
10
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
11
11
  fillRule: "evenodd",
12
12
  clipRule: "evenodd",
13
- d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1Zm1.43 5.498a9 9 0 0 0-5.4 1.35 1 1 0 0 1-1.06-1.695 11 11 0 0 1 6.6-1.65 1 1 0 1 1-.14 1.995Z",
13
+ d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1zm1.43 5.498a9 9 0 0 0-5.4 1.35 1 1 0 0 1-1.06-1.695 11 11 0 0 1 6.6-1.65 1 1 0 1 1-.14 1.995z",
14
14
  fill: "#091E42"
15
15
  }));
16
16
  };
17
17
  MoodConfuzed.defaultProps = {
18
18
  width: "24",
19
19
  height: "24",
20
+ viewBox: "0 0 24 24",
20
21
  fill: "none",
21
22
  xmlns: "http://www.w3.org/2000/svg"
22
23
  };
@@ -24,13 +25,14 @@ var MoodEmpty = function MoodEmpty(props) {
24
25
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
25
26
  fillRule: "evenodd",
26
27
  clipRule: "evenodd",
27
- d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1Zm-6 5a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z",
28
+ d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1zm-6 5a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1z",
28
29
  fill: "#091E42"
29
30
  }));
30
31
  };
31
32
  MoodEmpty.defaultProps = {
32
33
  width: "24",
33
34
  height: "24",
35
+ viewBox: "0 0 24 24",
34
36
  fill: "none",
35
37
  xmlns: "http://www.w3.org/2000/svg"
36
38
  };
@@ -38,13 +40,14 @@ var MoodHappy = function MoodHappy(props) {
38
40
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
39
41
  fillRule: "evenodd",
40
42
  clipRule: "evenodd",
41
- d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm6-3a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1Zm-6.707 3.293A1 1 0 0 1 8 12h8a1 1 0 0 1 1 1 5 5 0 1 1-10 0 1 1 0 0 1 .293-.707ZM9.172 14a3 3 0 0 0 5.656 0H9.172Z",
43
+ d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6-3a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1zm-6.707 3.293A1 1 0 0 1 8 12h8a1 1 0 0 1 1 1 5 5 0 1 1-10 0 1 1 0 0 1 .293-.707zM9.172 14a3 3 0 0 0 5.656 0H9.172z",
42
44
  fill: "#091E42"
43
45
  }));
44
46
  };
45
47
  MoodHappy.defaultProps = {
46
48
  width: "24",
47
49
  height: "24",
50
+ viewBox: "0 0 24 24",
48
51
  fill: "none",
49
52
  xmlns: "http://www.w3.org/2000/svg"
50
53
  };
@@ -52,13 +55,14 @@ var MoodSad = function MoodSad(props) {
52
55
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
53
56
  fillRule: "evenodd",
54
57
  clipRule: "evenodd",
55
- d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1Zm-2 5.2a2.5 2.5 0 0 0-1.786.75 1 1 0 0 1-1.428-1.4 4.499 4.499 0 0 1 6.428 0 1 1 0 0 1-1.428 1.4A2.501 2.501 0 0 0 12 15.2Z",
58
+ d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1zm-2 5.2a2.5 2.5 0 0 0-1.786.75 1 1 0 0 1-1.428-1.4 4.499 4.499 0 0 1 6.428 0 1 1 0 0 1-1.428 1.4A2.501 2.501 0 0 0 12 15.2z",
56
59
  fill: "#091E42"
57
60
  }));
58
61
  };
59
62
  MoodSad.defaultProps = {
60
63
  width: "24",
61
64
  height: "24",
65
+ viewBox: "0 0 24 24",
62
66
  fill: "none",
63
67
  xmlns: "http://www.w3.org/2000/svg"
64
68
  };
@@ -66,13 +70,14 @@ var MoodSmile = function MoodSmile(props) {
66
70
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
67
71
  fillRule: "evenodd",
68
72
  clipRule: "evenodd",
69
- d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1Zm-5.2 4.286a1 1 0 0 1 1.414.014 2.5 2.5 0 0 0 3.572 0 1 1 0 0 1 1.428 1.4 4.5 4.5 0 0 1-6.428 0 1 1 0 0 1 .014-1.414Z",
73
+ d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6-2a1 1 0 0 1 1-1h.01a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1zm6 0a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1zm-5.2 4.286a1 1 0 0 1 1.414.014 2.5 2.5 0 0 0 3.572 0 1 1 0 0 1 1.428 1.4 4.5 4.5 0 0 1-6.428 0 1 1 0 0 1 .014-1.414z",
70
74
  fill: "#091E42"
71
75
  }));
72
76
  };
73
77
  MoodSmile.defaultProps = {
74
78
  width: "24",
75
79
  height: "24",
80
+ viewBox: "0 0 24 24",
76
81
  fill: "none",
77
82
  xmlns: "http://www.w3.org/2000/svg"
78
83
  };
@@ -23,6 +23,7 @@ var NavigateBeforeIcon = function NavigateBeforeIcon(props) {
23
23
  NavigateBeforeIcon.defaultProps = {
24
24
  width: "7",
25
25
  height: "14",
26
+ viewBox: "0 0 7 14",
26
27
  xmlns: "http://www.w3.org/2000/svg"
27
28
  };
28
29
  var NavigateNextIcon = function NavigateNextIcon(props) {
@@ -35,30 +36,33 @@ var NavigateNextIcon = function NavigateNextIcon(props) {
35
36
  NavigateNextIcon.defaultProps = {
36
37
  width: "7",
37
38
  height: "14",
39
+ viewBox: "0 0 7 14",
38
40
  xmlns: "http://www.w3.org/2000/svg"
39
41
  };
40
42
  var NavigateHeaderBeforeIcon = function NavigateHeaderBeforeIcon(props) {
41
43
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
42
44
  fill: "#FFF",
43
- d: "M5.232.36a1 1 0 0 1 1.536 1.28L2.292 7.01l4.315 5.363a1 1 0 0 1-1.558 1.254l-4.828-6A1 1 0 0 1 .232 6.36Zm7 0a1 1 0 0 1 1.537 1.28L9.293 7.011l4.315 5.362a1 1 0 0 1-1.56 1.254l-4.828-6a1 1 0 0 1 .012-1.267Z",
45
+ d: "M5.232.36a1 1 0 0 1 1.536 1.28L2.292 7.01l4.315 5.363a1 1 0 0 1-1.558 1.254l-4.828-6A1 1 0 0 1 .232 6.36zm7 0a1 1 0 0 1 1.537 1.28L9.293 7.011l4.315 5.362a1 1 0 0 1-1.56 1.254l-4.828-6a1 1 0 0 1 .012-1.267z",
44
46
  fillRule: "evenodd"
45
47
  }));
46
48
  };
47
49
  NavigateHeaderBeforeIcon.defaultProps = {
48
50
  width: "14",
49
51
  height: "14",
52
+ viewBox: "0 0 14 14",
50
53
  xmlns: "http://www.w3.org/2000/svg"
51
54
  };
52
55
  var NavigateHeaderNextIcon = function NavigateHeaderNextIcon(props) {
53
56
  return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
54
57
  fill: "#FFF",
55
- d: "M7.545.221a1 1 0 0 1 1.406.152l4.828 6a1 1 0 0 1-.01 1.267l-5 6a1 1 0 1 1-1.537-1.28l4.476-5.371-4.316-5.362A1 1 0 0 1 7.545.221Zm-7 0a1 1 0 0 1 1.406.152l4.828 6a1 1 0 0 1-.01 1.267l-5 6a1 1 0 1 1-1.537-1.28l4.475-5.371L.392 1.627A1 1 0 0 1 .545.221Z",
58
+ d: "M7.545.221a1 1 0 0 1 1.406.152l4.828 6a1 1 0 0 1-.01 1.267l-5 6a1 1 0 1 1-1.537-1.28l4.476-5.371-4.316-5.362A1 1 0 0 1 7.545.221zm-7 0a1 1 0 0 1 1.406.152l4.828 6a1 1 0 0 1-.01 1.267l-5 6a1 1 0 1 1-1.537-1.28l4.475-5.371L.392 1.627A1 1 0 0 1 .545.221z",
56
59
  fillRule: "evenodd"
57
60
  }));
58
61
  };
59
62
  NavigateHeaderNextIcon.defaultProps = {
60
63
  width: "14",
61
64
  height: "14",
65
+ viewBox: "0 0 14 14",
62
66
  xmlns: "http://www.w3.org/2000/svg"
63
67
  };
64
68
  const Pagination = _ref => {
@@ -23,6 +23,7 @@ var RefreshIcon = function RefreshIcon(props) {
23
23
  RefreshIcon.defaultProps = {
24
24
  width: "18",
25
25
  height: "18",
26
+ viewBox: "0 0 18 18",
26
27
  xmlns: "http://www.w3.org/2000/svg"
27
28
  };
28
29
  const TableHeader = _ref => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "1.136.2",
3
+ "version": "1.137.0",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",