@splunk/react-icons 5.0.0-rc.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/MonitorArrowInwardRight.d.ts +2 -0
- package/MonitorArrowInwardRight.js +151 -0
- package/MonitorArrowUp.js +7 -5
- package/NewSquare.js +7 -5
- package/NodeSplitHorizontal.d.ts +2 -0
- package/NodeSplitHorizontal.js +147 -0
- package/PipeS.js +4 -4
- package/package.json +6 -5
- package/types/icons/MonitorArrowInwardRight.d.ts +19 -0
- package/types/icons/MonitorArrowUp.d.ts +7 -5
- package/types/icons/NewSquare.d.ts +7 -5
- package/types/icons/NodeSplitHorizontal.d.ts +19 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
5.0.0 - June 3, 2025
|
|
5
|
+
----------
|
|
6
|
+
* Includes all changes from `5.0.0-beta` and `5.0.0-rc` releases.
|
|
7
|
+
|
|
8
|
+
New Features:
|
|
9
|
+
* Added new icons (SUI-7824):
|
|
10
|
+
* MonitorArrowInwardRight
|
|
11
|
+
* NodeSplitHorizontal
|
|
12
|
+
|
|
13
|
+
5.0.0-rc.2 - May 28, 2025
|
|
14
|
+
----------
|
|
15
|
+
* Release candidate 2
|
|
16
|
+
|
|
4
17
|
5.0.0-rc.1 - May 14, 2025
|
|
5
18
|
----------
|
|
6
19
|
* Release candidate 1
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const l = require("@splunk/react-icons/SVG");
|
|
71
|
+
var a = e.n(l);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const o = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/MonitorArrowInwardRight.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, l = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < a.length; n++) {
|
|
81
|
+
t = a[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return l;
|
|
85
|
+
}
|
|
86
|
+
function i(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var c = new Map;
|
|
98
|
+
c.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
fillRule: "evenodd",
|
|
102
|
+
clipRule: "evenodd",
|
|
103
|
+
d: "M18.5 3C19.8807 3 21 4.11929 21 5.5V14.5C21 15.8807 19.8807 17 18.5 17H15V19H17C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20C6 19.4477 6.44772 19 7 19H9V17H5.5C4.11929 17 3 15.8807 3 14.5V13H5V14.5C5 14.7761 5.22386 15 5.5 15H18.5C18.7761 15 19 14.7761 19 14.5V5.5C19 5.22386 18.7761 5 18.5 5H5.5C5.22386 5 5 5.22386 5 5.5V7H3V5.5C3 4.11929 4.11929 3 5.5 3H18.5ZM11 19H13V17H11V19Z"
|
|
104
|
+
}), n().createElement("path", {
|
|
105
|
+
d: "M10.207 6.79297C10.5975 6.40247 11.2306 6.40252 11.6211 6.79297L14.1211 9.29297C14.5116 9.68349 14.5116 10.3165 14.1211 10.707L11.6211 13.207C11.2306 13.5975 10.5975 13.5975 10.207 13.207C9.81661 12.8165 9.81661 12.1835 10.207 11.793L11 11H3C2.44772 11 2 10.5523 2 10C2 9.44772 2.44772 9 3 9H11L10.207 8.20703C9.81661 7.81653 9.81661 7.18347 10.207 6.79297Z"
|
|
106
|
+
}));
|
|
107
|
+
}));
|
|
108
|
+
c.set("filled", (function() {
|
|
109
|
+
|
|
110
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
clipRule: "evenodd",
|
|
113
|
+
d: "M18.5 3C19.8807 3 21 4.11929 21 5.5V14.5C21 15.8807 19.8807 17 18.5 17H15V19H17C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20C6 19.4477 6.44772 19 7 19H9V17H5.5C4.11929 17 3 15.8807 3 14.5V11H11L10.207 11.793C9.81661 12.1835 9.81661 12.8165 10.207 13.207C10.5975 13.5975 11.2306 13.5975 11.6211 13.207L14.1211 10.707C14.5116 10.3165 14.5116 9.68349 14.1211 9.29297L11.6211 6.79297C11.2306 6.40252 10.5975 6.40247 10.207 6.79297C9.81661 7.18347 9.81661 7.81653 10.207 8.20703L11 9H3V5.5C3 4.11929 4.11929 3 5.5 3H18.5ZM11 19H13V17H11V19Z"
|
|
114
|
+
}));
|
|
115
|
+
}));
|
|
116
|
+
var d = [ "default", "outlined", "filled" ];
|
|
117
|
+
var f = function e(r) {
|
|
118
|
+
return d.indexOf(r) >= 0;
|
|
119
|
+
};
|
|
120
|
+
var C = function e(r) {
|
|
121
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @description Ingest monitoring
|
|
125
|
+
Data Flow
|
|
126
|
+
forwarding, pipeline, destination
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @variants outlined,filled
|
|
130
|
+
*/ var v = function e(r) {
|
|
131
|
+
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
132
|
+
var v = C(d);
|
|
133
|
+
var s = "monitorarrowinwardright-".concat(v);
|
|
134
|
+
var H = (0, t.useContext)(o.IconContext);
|
|
135
|
+
var p = c.get(v);
|
|
136
|
+
if (false) {}
|
|
137
|
+
if (H && p) {
|
|
138
|
+
var m = H.toRender, V = H.addIcon;
|
|
139
|
+
V(s, p());
|
|
140
|
+
if (!m) {
|
|
141
|
+
return null;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
return n().createElement(a(), f, l, H ? n().createElement("use", {
|
|
146
|
+
href: "#".concat(s)
|
|
147
|
+
}) : !!p && p());
|
|
148
|
+
};
|
|
149
|
+
/* harmony default export */ const s = v;
|
|
150
|
+
module.exports = r;
|
|
151
|
+
/******/})();
|
package/MonitorArrowUp.js
CHANGED
|
@@ -121,11 +121,13 @@
|
|
|
121
121
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
124
|
+
* @description Monitoring incoming data
|
|
125
|
+
Data Flow
|
|
126
|
+
ingesting, pipeline, upload, data source, add
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @variants outlined,filled
|
|
130
|
+
*/ var v = function e(r) {
|
|
129
131
|
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
130
132
|
var v = C(d);
|
|
131
133
|
var s = "monitorarrowup-".concat(v);
|
package/NewSquare.js
CHANGED
|
@@ -125,11 +125,13 @@
|
|
|
125
125
|
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
126
126
|
};
|
|
127
127
|
/**
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
128
|
+
* @description New notification icon, only when you cannot use chip component
|
|
129
|
+
Notifications
|
|
130
|
+
status, updated, rectangle
|
|
131
|
+
*
|
|
132
|
+
*
|
|
133
|
+
* @variants outlined,filled
|
|
134
|
+
*/ var L = function e(r) {
|
|
133
135
|
var l = r.children, i = r.variant, C = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
|
|
134
136
|
var L = f(C);
|
|
135
137
|
var H = "newsquare-".concat(L);
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
/******/ (() => {
|
|
2
|
+
// webpackBootstrap
|
|
3
|
+
/******/ "use strict";
|
|
4
|
+
/******/ // The require scope
|
|
5
|
+
/******/ var e = {};
|
|
6
|
+
/******/
|
|
7
|
+
/************************************************************************/
|
|
8
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
9
|
+
/******/ (() => {
|
|
10
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11
|
+
/******/ e.n = r => {
|
|
12
|
+
/******/ var t = r && r.__esModule ?
|
|
13
|
+
/******/ () => r["default"]
|
|
14
|
+
/******/ : () => r
|
|
15
|
+
/******/;
|
|
16
|
+
e.d(t, {
|
|
17
|
+
a: t
|
|
18
|
+
});
|
|
19
|
+
/******/ return t;
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/ })();
|
|
22
|
+
/******/
|
|
23
|
+
/******/ /* webpack/runtime/define property getters */
|
|
24
|
+
/******/ (() => {
|
|
25
|
+
/******/ // define getter functions for harmony exports
|
|
26
|
+
/******/ e.d = (r, t) => {
|
|
27
|
+
/******/ for (var n in t) {
|
|
28
|
+
/******/ if (e.o(t, n) && !e.o(r, n)) {
|
|
29
|
+
/******/ Object.defineProperty(r, n, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: t[n]
|
|
32
|
+
});
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ }
|
|
35
|
+
/******/ };
|
|
36
|
+
/******/ })();
|
|
37
|
+
/******/
|
|
38
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
39
|
+
/******/ (() => {
|
|
40
|
+
/******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
|
|
41
|
+
/******/;
|
|
42
|
+
})();
|
|
43
|
+
/******/
|
|
44
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
45
|
+
/******/ (() => {
|
|
46
|
+
/******/ // define __esModule on exports
|
|
47
|
+
/******/ e.r = e => {
|
|
48
|
+
/******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
|
|
49
|
+
/******/ Object.defineProperty(e, Symbol.toStringTag, {
|
|
50
|
+
value: "Module"
|
|
51
|
+
});
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ Object.defineProperty(e, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
/******/ };
|
|
57
|
+
/******/ })();
|
|
58
|
+
/******/
|
|
59
|
+
/************************************************************************/ var r = {};
|
|
60
|
+
// ESM COMPAT FLAG
|
|
61
|
+
e.r(r);
|
|
62
|
+
// EXPORTS
|
|
63
|
+
e.d(r, {
|
|
64
|
+
default: () => /* binding */ s
|
|
65
|
+
});
|
|
66
|
+
// CONCATENATED MODULE: external "react"
|
|
67
|
+
const t = require("react");
|
|
68
|
+
var n = e.n(t);
|
|
69
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
70
|
+
const C = require("@splunk/react-icons/SVG");
|
|
71
|
+
var l = e.n(C);
|
|
72
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
|
|
73
|
+
const a = require("@splunk/react-icons/IconProvider");
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/NodeSplitHorizontal.tsx
|
|
75
|
+
function o(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, C = u(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var l = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < l.length; n++) {
|
|
81
|
+
t = l[n], r.includes(t) || {}.propertyIsEnumerable.call(e, t) && (C[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return C;
|
|
85
|
+
}
|
|
86
|
+
function u(e, r) {
|
|
87
|
+
if (null == e) return {};
|
|
88
|
+
var t = {};
|
|
89
|
+
for (var n in e) {
|
|
90
|
+
if ({}.hasOwnProperty.call(e, n)) {
|
|
91
|
+
if (r.includes(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
var i = new Map;
|
|
98
|
+
i.set("outlined", (function() {
|
|
99
|
+
|
|
100
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
|
+
fillRule: "evenodd",
|
|
102
|
+
clipRule: "evenodd",
|
|
103
|
+
d: "M19 4C20.6569 4 22 5.34315 22 7C22 8.65685 20.6569 10 19 10C17.7073 10 16.6084 9.18141 16.1865 8.03516C15.201 8.11892 14.6214 8.35205 14.2383 8.61035C13.7395 8.94669 13.4518 9.39037 13.0264 10.0449C12.6337 10.649 12.1319 11.4112 11.2344 12C12.1319 12.5888 12.6337 13.351 13.0264 13.9551C13.4518 14.6096 13.7395 15.0533 14.2383 15.3896C14.6214 15.6479 15.2011 15.8801 16.1865 15.9639C16.6086 14.8181 17.7077 14 19 14C20.6569 14 22 15.3431 22 17C22 18.6569 20.6569 20 19 20C17.6832 20 16.5668 19.1508 16.1631 17.9707C14.8499 17.8779 13.8803 17.5596 13.1211 17.0479C12.2295 16.4467 11.7355 15.6401 11.3486 15.0449C10.9442 14.4228 10.6253 13.9721 10.0752 13.6318C9.62609 13.3541 8.94619 13.1103 7.81445 13.0303C7.39384 14.179 6.2944 15 5 15C3.34315 15 2 13.6569 2 12C2 10.3431 3.34315 9 5 9C6.29407 9 7.3936 9.82052 7.81445 10.9688C8.94615 10.8887 9.6261 10.6459 10.0752 10.3682C10.6253 10.0279 10.9442 9.57725 11.3486 8.95508C11.7355 8.35987 12.2295 7.55325 13.1211 6.95215C13.8803 6.44041 14.8498 6.12109 16.1631 6.02832C16.567 4.84871 17.6835 4 19 4ZM19 16C18.4477 16 18 16.4477 18 17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11ZM19 6C18.4477 6 18 6.44772 18 7C18 7.55228 18.4477 8 19 8C19.5523 8 20 7.55228 20 7C20 6.44772 19.5523 6 19 6Z"
|
|
104
|
+
}));
|
|
105
|
+
}));
|
|
106
|
+
i.set("filled", (function() {
|
|
107
|
+
|
|
108
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
+
d: "M19 4C20.6569 4 22 5.34315 22 7C22 8.65685 20.6569 10 19 10C17.7073 10 16.6084 9.18141 16.1865 8.03516C15.201 8.11892 14.6214 8.35205 14.2383 8.61035C13.7395 8.94669 13.4518 9.39037 13.0264 10.0449C12.6337 10.649 12.1319 11.4112 11.2344 12C12.1319 12.5888 12.6337 13.351 13.0264 13.9551C13.4518 14.6096 13.7395 15.0533 14.2383 15.3896C14.6214 15.6479 15.2011 15.8801 16.1865 15.9639C16.6086 14.8181 17.7077 14 19 14C20.6569 14 22 15.3431 22 17C22 18.6569 20.6569 20 19 20C17.6832 20 16.5668 19.1508 16.1631 17.9707C14.8499 17.8779 13.8803 17.5596 13.1211 17.0479C12.2295 16.4467 11.7355 15.6401 11.3486 15.0449C10.9442 14.4228 10.6253 13.9721 10.0752 13.6318C9.62609 13.3541 8.94619 13.1103 7.81445 13.0303C7.39384 14.179 6.2944 15 5 15C3.34315 15 2 13.6569 2 12C2 10.3431 3.34315 9 5 9C6.29407 9 7.3936 9.82052 7.81445 10.9688C8.94615 10.8887 9.6261 10.6459 10.0752 10.3682C10.6253 10.0279 10.9442 9.57725 11.3486 8.95508C11.7355 8.35987 12.2295 7.55325 13.1211 6.95215C13.8803 6.44041 14.8498 6.12109 16.1631 6.02832C16.567 4.84871 17.6835 4 19 4Z"
|
|
110
|
+
}));
|
|
111
|
+
}));
|
|
112
|
+
var c = [ "default", "outlined", "filled" ];
|
|
113
|
+
var d = function e(r) {
|
|
114
|
+
return c.indexOf(r) >= 0;
|
|
115
|
+
};
|
|
116
|
+
var f = function e(r) {
|
|
117
|
+
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* @description Left to right view mode of network graph paired with constellation view
|
|
121
|
+
Data Flow
|
|
122
|
+
separation, split, branch, diagram
|
|
123
|
+
*
|
|
124
|
+
*
|
|
125
|
+
* @variants outlined,filled
|
|
126
|
+
*/ var v = function e(r) {
|
|
127
|
+
var C = r.children, u = r.variant, c = u === void 0 ? "default" : u, d = o(r, [ "children", "variant" ]);
|
|
128
|
+
var v = f(c);
|
|
129
|
+
var s = "nodesplithorizontal-".concat(v);
|
|
130
|
+
var p = (0, t.useContext)(a.IconContext);
|
|
131
|
+
var m = i.get(v);
|
|
132
|
+
if (false) {}
|
|
133
|
+
if (p && m) {
|
|
134
|
+
var y = p.toRender, b = p.addIcon;
|
|
135
|
+
b(s, m());
|
|
136
|
+
if (!y) {
|
|
137
|
+
return null;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
return n().createElement(l(), d, C, p ? n().createElement("use", {
|
|
142
|
+
href: "#".concat(s)
|
|
143
|
+
}) : !!m && m());
|
|
144
|
+
};
|
|
145
|
+
/* harmony default export */ const s = v;
|
|
146
|
+
module.exports = r;
|
|
147
|
+
/******/})();
|
package/PipeS.js
CHANGED
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
101
101
|
fillRule: "evenodd",
|
|
102
102
|
clipRule: "evenodd",
|
|
103
|
-
d: "
|
|
103
|
+
d: "M21 10V4C21 3.44772 20.5523 3 20 3C19.4477 3 19 3.44772 19 4L18 4C15.5329 4 13.2394 4.61674 11.5245 6.11727C9.75716 7.66369 9 9.80244 9 12C9 12.8024 8.75716 13.1637 8.52449 13.3673C8.23938 13.6167 7.53292 14 6 14H5C5 13.4477 4.55228 13 4 13C3.44772 13 3 13.4477 3 14L3 20C3 20.5523 3.44772 21 4 21C4.55228 21 5 20.5523 5 20L6 20C8.46708 20 10.7606 19.3833 12.4755 17.8827C14.2428 16.3363 15 14.1976 15 12C15 11.1976 15.2428 10.8363 15.4755 10.6327C15.7606 10.3833 16.4671 10 18 10L19 10C19 10.5523 19.4477 11 20 11C20.5523 11 21 10.5523 21 10ZM5 18L5 16L6 16C7.84431 16 9.07979 15.5389 9.8415 14.8724C10.5857 14.2212 11 13.2675 11 12C11 10.2675 11.5857 8.72123 12.8415 7.62242C14.0798 6.53891 15.8443 6 18 6H19L19 8H18C16.1557 8 14.9202 8.46109 14.1585 9.12758C13.4143 9.77877 13 10.7325 13 12C13 13.7325 12.4143 15.2788 11.1585 16.3776C9.92021 17.4611 8.15569 18 6 18H5Z"
|
|
104
104
|
}));
|
|
105
105
|
}));
|
|
106
106
|
c.set("filled", (function() {
|
|
107
107
|
|
|
108
108
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
109
|
-
d: "
|
|
109
|
+
d: "M21 4V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V4C19 3.44772 19.4477 3 20 3C20.5523 3 21 3.44772 21 4Z"
|
|
110
110
|
}), n().createElement("path", {
|
|
111
|
-
d: "
|
|
111
|
+
d: "M18 4.5V9.5C16.3892 9.5 15.5505 9.90272 15.1463 10.2564C14.7857 10.5719 14.5 11.0813 14.5 12C14.5 14.0813 13.7857 16.0719 12.1463 17.5064C10.5505 18.9027 8.38923 19.5 6 19.5L5.99999 14.5C7.61075 14.5 8.44948 14.0973 8.85374 13.7436C9.2143 13.4281 9.5 12.9187 9.5 12C9.5 9.9187 10.2143 7.92807 11.8537 6.49356C13.4495 5.09728 15.6108 4.5 18 4.5Z"
|
|
112
112
|
}), n().createElement("path", {
|
|
113
|
-
d: "
|
|
113
|
+
d: "M5 14L4.99998 20C4.99998 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20L3 14C3 13.4477 3.44772 13 4 13C4.55228 13 5 13.4477 5 14Z"
|
|
114
114
|
}));
|
|
115
115
|
}));
|
|
116
116
|
var C = [ "default", "outlined", "filled" ];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splunk/react-icons",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Library of various React icons",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Splunk Inc.",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"styled-components": "^5.3.10"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@splunk/ui-utils": "^1.
|
|
37
|
+
"@splunk/ui-utils": "^1.9.0",
|
|
38
38
|
"lodash": "^4.17.14",
|
|
39
39
|
"prop-types": "^15.6.2"
|
|
40
40
|
},
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@storybook/manager-api": "^7.6.17",
|
|
50
50
|
"@storybook/react-webpack5": "^7.6.17",
|
|
51
51
|
"@storybook/test-runner": "0.16.0",
|
|
52
|
-
"@testing-library/user-event": "^14.
|
|
52
|
+
"@testing-library/user-event": "^14.6.1",
|
|
53
53
|
"@types/fs-extra": "^9.0.13",
|
|
54
|
-
"@types/jest": "^
|
|
54
|
+
"@types/jest": "^29.5.14",
|
|
55
55
|
"@types/lodash": "^4.14.156",
|
|
56
56
|
"@types/react": "^18.2.0",
|
|
57
57
|
"@types/react-dom": "^18.2.0",
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
"eslint-plugin-react": "^7.36.1",
|
|
73
73
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
74
74
|
"figma-js": "^1.16.0",
|
|
75
|
-
"jest": "^
|
|
75
|
+
"jest": "^29.7.0",
|
|
76
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
76
77
|
"jest-image-snapshot": "^5.1.0",
|
|
77
78
|
"jest-stare": "^2.4.1",
|
|
78
79
|
"playwright": "^1.45.0",
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Ingest monitoring
|
|
12
|
+
Data Flow
|
|
13
|
+
forwarding, pipeline, destination
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @variants outlined,filled
|
|
17
|
+
*/
|
|
18
|
+
declare const MonitorArrowInwardRight: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
19
|
+
export default MonitorArrowInwardRight;
|
|
@@ -8,10 +8,12 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
* @description Monitoring incoming data
|
|
12
|
+
Data Flow
|
|
13
|
+
ingesting, pipeline, upload, data source, add
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @variants outlined,filled
|
|
17
|
+
*/
|
|
16
18
|
declare const MonitorArrowUp: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
19
|
export default MonitorArrowUp;
|
|
@@ -8,10 +8,12 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
|
8
8
|
variant?: 'default' | 'outlined' | 'filled';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
* @description New notification icon, only when you cannot use chip component
|
|
12
|
+
Notifications
|
|
13
|
+
status, updated, rectangle
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @variants outlined,filled
|
|
17
|
+
*/
|
|
16
18
|
declare const NewSquare: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
17
19
|
export default NewSquare;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SVG from '@splunk/react-icons/SVG';
|
|
3
|
+
export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Defaults to outlined, determines the variant of the icon to be rendered
|
|
7
|
+
*/
|
|
8
|
+
variant?: 'default' | 'outlined' | 'filled';
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description Left to right view mode of network graph paired with constellation view
|
|
12
|
+
Data Flow
|
|
13
|
+
separation, split, branch, diagram
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @variants outlined,filled
|
|
17
|
+
*/
|
|
18
|
+
declare const NodeSplitHorizontal: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
|
|
19
|
+
export default NodeSplitHorizontal;
|