@splunk/react-icons 5.2.0 → 5.3.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/ArrowsDoubleLeftRight.d.ts +2 -0
- package/ArrowsDoubleLeftRight.js +146 -0
- package/ArrowsFourRightLeftUpDown.d.ts +2 -0
- package/ArrowsFourRightLeftUpDown.js +146 -0
- package/AsteriskCircle.js +3 -3
- package/CHANGELOG.md +12 -0
- package/Calculation.js +1 -1
- package/CaretDown.js +2 -2
- package/CaretsSmallUpDown.js +2 -2
- package/ControlFastForward.js +3 -3
- package/ControlNext.js +3 -3
- package/ControlPrevious.js +3 -3
- package/ControlRewind.js +5 -5
- package/CrossHexagon.js +3 -3
- package/DotsThreeCircle.js +3 -3
- package/FileRipped.js +3 -3
- package/InformationSerifSquare.js +3 -3
- package/NodeSplit.js +2 -2
- package/PaperFolded.js +2 -2
- package/Scope.js +1 -1
- package/ShoppingCart.d.ts +2 -0
- package/ShoppingCart.js +154 -0
- package/StarEightPoints.js +1 -1
- package/TagMarkerRight.js +3 -3
- package/TildeCircle.js +3 -3
- package/WallBricks.d.ts +2 -0
- package/WallBricks.js +158 -0
- package/WeightingScale.js +1 -1
- package/package.json +1 -1
- package/types/icons/ArrowsDoubleLeftRight.d.ts +17 -0
- package/types/icons/ArrowsFourRightLeftUpDown.d.ts +17 -0
- package/types/icons/AsteriskCircle.d.ts +3 -3
- package/types/icons/ControlFastForward.d.ts +3 -3
- package/types/icons/ControlNext.d.ts +3 -3
- package/types/icons/ControlPrevious.d.ts +3 -3
- package/types/icons/ControlRewind.d.ts +3 -3
- package/types/icons/CrossHexagon.d.ts +3 -3
- package/types/icons/DotsThreeCircle.d.ts +3 -3
- package/types/icons/FileRipped.d.ts +3 -3
- package/types/icons/InformationSerifSquare.d.ts +3 -3
- package/types/icons/PaperFolded.d.ts +2 -2
- package/types/icons/ShoppingCart.d.ts +17 -0
- package/types/icons/TagMarkerRight.d.ts +3 -3
- package/types/icons/TildeCircle.d.ts +3 -3
- package/types/icons/WallBricks.d.ts +17 -0
|
@@ -0,0 +1,146 @@
|
|
|
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/IconProvider"
|
|
70
|
+
const a = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const o = require("@splunk/react-icons/SVG");
|
|
73
|
+
var l = e.n(o);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ArrowsDoubleLeftRight.tsx
|
|
75
|
+
function u(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, a = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < o.length; n++) {
|
|
81
|
+
t = o[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return a;
|
|
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 (-1 !== r.indexOf(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var c = new Map;
|
|
101
|
+
c.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M5.79237 14.7931C6.18289 14.4026 6.81591 14.4026 7.20643 14.7931C7.59695 15.1837 7.59695 15.8167 7.20643 16.2072L6.41346 17.0002H11.9994C12.5517 17.0002 12.9994 17.4479 12.9994 18.0002C12.9993 18.5524 12.5516 19.0002 11.9994 19.0002H6.41346L7.20643 19.7931C7.59695 20.1837 7.59695 20.8167 7.20643 21.2072C6.81589 21.5975 6.18282 21.5977 5.79237 21.2072L3.64588 19.0607L3.54335 18.9465C3.06292 18.3574 3.09696 17.4888 3.64588 16.9396L5.79237 14.7931Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
d: "M16.7933 10.7931C17.1839 10.4026 17.8169 10.4026 18.2074 10.7931L20.3539 12.9396C20.9029 13.4888 20.9369 14.3573 20.4564 14.9465L20.3539 15.0607L18.2074 17.2072C17.8169 17.5976 17.1838 17.5976 16.7933 17.2072C16.4029 16.8167 16.4029 16.1837 16.7933 15.7931L17.5863 15.0002H12.0004C11.4482 15.0002 11.0005 14.5524 11.0004 14.0002C11.0004 13.4479 11.4481 13.0002 12.0004 13.0002H17.5863L16.7933 12.2072C16.4029 11.8167 16.4029 11.1837 16.7933 10.7931Z"
|
|
107
|
+
}), n().createElement("path", {
|
|
108
|
+
d: "M5.79237 6.79314C6.18289 6.40261 6.81591 6.40261 7.20643 6.79314C7.59695 7.18366 7.59695 7.81668 7.20643 8.2072L6.41346 9.00017H11.9994C12.5517 9.00017 12.9994 9.44788 12.9994 10.0002C12.9993 10.5524 12.5516 11.0002 11.9994 11.0002H6.41346L7.20643 11.7931C7.59695 12.1837 7.59695 12.8167 7.20643 13.2072C6.81589 13.5975 6.18282 13.5977 5.79237 13.2072L3.64588 11.0607L3.54335 10.9465C3.06292 10.3574 3.09696 9.4888 3.64588 8.93962L5.79237 6.79314Z"
|
|
109
|
+
}), n().createElement("path", {
|
|
110
|
+
d: "M16.7933 2.79314C17.1839 2.40261 17.8169 2.40261 18.2074 2.79314L20.3539 4.93962C20.9029 5.48879 20.9369 6.35735 20.4564 6.94646L20.3539 7.06072L18.2074 9.2072C17.8169 9.59759 17.1838 9.59759 16.7933 9.2072C16.4029 8.81671 16.4029 8.18367 16.7933 7.79314L17.5863 7.00017H12.0004C11.4482 7.00017 11.0005 6.55236 11.0004 6.00017C11.0004 5.44788 11.4481 5.00017 12.0004 5.00017H17.5863L16.7933 4.2072C16.4029 3.81671 16.4029 3.18367 16.7933 2.79314Z"
|
|
111
|
+
}));
|
|
112
|
+
}));
|
|
113
|
+
var d = [ "default", "outlined" ];
|
|
114
|
+
var f = function e(r) {
|
|
115
|
+
return d.indexOf(r) >= 0;
|
|
116
|
+
};
|
|
117
|
+
var C = function e(r) {
|
|
118
|
+
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* @description Switch device of network topology
|
|
122
|
+
* @category Controls
|
|
123
|
+
* @keywords diagram, graph, entity, flow chart
|
|
124
|
+
* @variants outlined
|
|
125
|
+
*/ var v = function e(r) {
|
|
126
|
+
var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
127
|
+
var v = C(d);
|
|
128
|
+
var s = "arrowsdoubleleftright-".concat(v);
|
|
129
|
+
var p = (0, t.useContext)(a.IconContext);
|
|
130
|
+
var L = c.get(v);
|
|
131
|
+
if (false) {}
|
|
132
|
+
if (p && L) {
|
|
133
|
+
var m = p.toRender, y = p.addIcon;
|
|
134
|
+
y(s, L());
|
|
135
|
+
if (!m) {
|
|
136
|
+
return null;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
return n().createElement(l(), f, o, p ? n().createElement("use", {
|
|
141
|
+
href: "#".concat(s)
|
|
142
|
+
}) : !!L && L());
|
|
143
|
+
};
|
|
144
|
+
/* harmony default export */ const s = v;
|
|
145
|
+
module.exports = r;
|
|
146
|
+
/******/})();
|
|
@@ -0,0 +1,146 @@
|
|
|
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/IconProvider"
|
|
70
|
+
const a = require("@splunk/react-icons/IconProvider");
|
|
71
|
+
// CONCATENATED MODULE: external "@splunk/react-icons/SVG"
|
|
72
|
+
const o = require("@splunk/react-icons/SVG");
|
|
73
|
+
var u = e.n(o);
|
|
74
|
+
// CONCATENATED MODULE: ./src/icons/ArrowsFourRightLeftUpDown.tsx
|
|
75
|
+
function l(e, r) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var t, n, a = i(e, r);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (n = 0; n < o.length; n++) {
|
|
81
|
+
t = o[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (a[t] = e[t]);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return a;
|
|
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 (-1 !== r.indexOf(n)) continue;
|
|
92
|
+
t[n] = e[n];
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
return t;
|
|
96
|
+
}
|
|
97
|
+
// This file is auto-generated.
|
|
98
|
+
// Do not edit this file manually. Changes will be lost upon regeneration.
|
|
99
|
+
// To modify the icon file template, update 'scripts/templates.ts'.
|
|
100
|
+
var c = new Map;
|
|
101
|
+
c.set("outlined", (function() {
|
|
102
|
+
|
|
103
|
+
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
+
d: "M12 13.0004C12.5522 13.0004 13 13.4481 13 14.0004V18.5863L13.793 17.7934C14.1835 17.4029 14.8165 17.4029 15.207 17.7934C15.5973 18.1839 15.5975 18.817 15.207 19.2074L13.0605 21.3539C12.5114 21.9028 11.6428 21.9367 11.0537 21.4565L10.9395 21.3539L8.79297 19.2074C8.4025 18.817 8.4026 18.1839 8.79297 17.7934C9.18349 17.4029 9.81651 17.4029 10.207 17.7934L11 18.5863V14.0004C11 13.4481 11.4477 13.0004 12 13.0004Z"
|
|
105
|
+
}), n().createElement("path", {
|
|
106
|
+
d: "M6.29297 8.79338C6.68349 8.40285 7.31651 8.40285 7.70703 8.79338L9.85352 10.9399C10.4026 11.489 10.4365 12.3576 9.95605 12.9467L9.85352 13.061L7.70703 15.2074C7.31648 15.5975 6.68336 15.5978 6.29297 15.2074C5.90258 14.8171 5.90286 14.1839 6.29297 13.7934L7.08594 13.0004H3C2.44804 13.0002 2.00024 12.5524 2 12.0004C2 11.4483 2.44789 11.0006 3 11.0004H7.08594L6.29297 10.2074C5.90258 9.81705 5.90286 9.18393 6.29297 8.79338Z"
|
|
107
|
+
}), n().createElement("path", {
|
|
108
|
+
d: "M16.293 8.79338C16.6835 8.40285 17.3165 8.40285 17.707 8.79338C18.0971 9.18393 18.0974 9.81705 17.707 10.2074L16.9141 11.0004H21C21.5521 11.0006 22 11.4483 22 12.0004C21.9998 12.5524 21.552 13.0002 21 13.0004H16.9141L17.707 13.7934C18.0971 14.1839 18.0974 14.8171 17.707 15.2074C17.3166 15.5978 16.6835 15.5975 16.293 15.2074L14.1465 13.061L14.0439 12.9467C13.5635 12.3576 13.5974 11.489 14.1465 10.9399L16.293 8.79338Z"
|
|
109
|
+
}), n().createElement("path", {
|
|
110
|
+
d: "M11.0537 2.54435C11.6429 2.06387 12.5114 2.09777 13.0605 2.64689L15.207 4.79338C15.5973 5.18392 15.5975 5.817 15.207 6.20744C14.8166 6.59771 14.1835 6.59766 13.793 6.20744L13 5.41447V10.0004C12.9998 10.5525 12.5521 11.0004 12 11.0004C11.4479 11.0004 11.0002 10.5525 11 10.0004V5.41447L10.207 6.20744C9.81658 6.59771 9.18346 6.59766 8.79297 6.20744C8.4025 5.81697 8.40262 5.18392 8.79297 4.79338L10.9395 2.64689L11.0537 2.54435Z"
|
|
111
|
+
}));
|
|
112
|
+
}));
|
|
113
|
+
var f = [ "default", "outlined" ];
|
|
114
|
+
var d = function e(r) {
|
|
115
|
+
return f.indexOf(r) >= 0;
|
|
116
|
+
};
|
|
117
|
+
var C = function e(r) {
|
|
118
|
+
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* @description Router device of network topology
|
|
122
|
+
* @category Controls
|
|
123
|
+
* @keywords diagram, graph, entity, flow chart
|
|
124
|
+
* @variants outlined
|
|
125
|
+
*/ var v = function e(r) {
|
|
126
|
+
var o = r.children, i = r.variant, f = i === void 0 ? "default" : i, d = l(r, [ "children", "variant" ]);
|
|
127
|
+
var v = C(f);
|
|
128
|
+
var s = "arrowsfourrightleftupdown-".concat(v);
|
|
129
|
+
var p = (0, t.useContext)(a.IconContext);
|
|
130
|
+
var L = c.get(v);
|
|
131
|
+
if (false) {}
|
|
132
|
+
if (p && L) {
|
|
133
|
+
var m = p.toRender, y = p.addIcon;
|
|
134
|
+
y(s, L());
|
|
135
|
+
if (!m) {
|
|
136
|
+
return null;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
return n().createElement(u(), d, o, p ? n().createElement("use", {
|
|
141
|
+
href: "#".concat(s)
|
|
142
|
+
}) : !!L && L());
|
|
143
|
+
};
|
|
144
|
+
/* harmony default export */ const s = v;
|
|
145
|
+
module.exports = r;
|
|
146
|
+
/******/})();
|
package/AsteriskCircle.js
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
127
|
+
* @description Excellent indicator for status, notifications, badges, and alert
|
|
128
|
+
* @category Severity
|
|
129
|
+
* @keywords star, splat, wildcard, multiplication sign
|
|
130
130
|
* @variants outlined,filled
|
|
131
131
|
*/ var v = function e(r) {
|
|
132
132
|
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
5.3.0 - September 2, 2025
|
|
5
|
+
----------
|
|
6
|
+
New Features:
|
|
7
|
+
* Added new icons (SUI-8152):
|
|
8
|
+
* ArrowsDoubleLeftRight
|
|
9
|
+
* ArrowsFourRightLeftUpDown
|
|
10
|
+
* ShoppingCart
|
|
11
|
+
* WallBricks
|
|
12
|
+
|
|
13
|
+
Bug Fixes:
|
|
14
|
+
* Fixes `Calculation` icon size in filled variant (SUI-8152).
|
|
15
|
+
|
|
4
16
|
5.2.0 - August 5, 2025
|
|
5
17
|
----------
|
|
6
18
|
New Features:
|
package/Calculation.js
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
124
124
|
fillRule: "evenodd",
|
|
125
125
|
clipRule: "evenodd",
|
|
126
|
-
d: "
|
|
126
|
+
d: "M3 4.5C3 3.67157 3.67157 3 4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5ZM9 6.125C9.48325 6.125 9.875 6.51675 9.875 7V8.125H11C11.4832 8.125 11.875 8.51675 11.875 9C11.875 9.48325 11.4832 9.875 11 9.875H9.875V11C9.875 11.4832 9.48325 11.875 9 11.875C8.51675 11.875 8.125 11.4832 8.125 11V9.875H7C6.51675 9.875 6.125 9.48325 6.125 9C6.125 8.51675 6.51675 8.125 7 8.125H8.125V7C8.125 6.51675 8.51675 6.125 9 6.125ZM6.9675 12.9671C7.30921 12.6254 7.86323 12.6254 8.20494 12.9671L9.00043 13.7626L9.79593 12.9671C10.1376 12.6254 10.6917 12.6254 11.0334 12.9671C11.3751 13.3088 11.3751 13.8628 11.0334 14.2045L10.2379 15L11.0334 15.7955C11.3751 16.1372 11.3751 16.6912 11.0334 17.0329C10.6917 17.3746 10.1376 17.3746 9.79593 17.0329L9.00043 16.2374L8.20494 17.0329C7.86323 17.3746 7.30921 17.3746 6.9675 17.0329C6.62579 16.6912 6.62579 16.1372 6.9675 15.7955L7.763 15L6.9675 14.2045C6.62579 13.8628 6.62579 13.3088 6.9675 12.9671ZM13.5 8.125C13.0168 8.125 12.625 8.51675 12.625 9C12.625 9.48325 13.0168 9.875 13.5 9.875H16.5C16.9832 9.875 17.375 9.48325 17.375 9C17.375 8.51675 16.9832 8.125 16.5 8.125H13.5ZM15.8504 12.35C15.8504 12.8194 15.4698 13.2 15.0004 13.2C14.5309 13.2 14.1504 12.8194 14.1504 12.35C14.1504 11.8806 14.5309 11.5 15.0004 11.5C15.4698 11.5 15.8504 11.8806 15.8504 12.35ZM15.0004 17.2C15.4698 17.2 15.8504 16.8194 15.8504 16.35C15.8504 15.8806 15.4698 15.5 15.0004 15.5C14.5309 15.5 14.1504 15.8806 14.1504 16.35C14.1504 16.8194 14.5309 17.2 15.0004 17.2ZM12.625 14.35C12.625 13.8667 13.0168 13.475 13.5 13.475H16.5C16.9832 13.475 17.375 13.8667 17.375 14.35C17.375 14.8332 16.9832 15.225 16.5 15.225H13.5C13.0168 15.225 12.625 14.8332 12.625 14.35Z"
|
|
127
127
|
}));
|
|
128
128
|
}));
|
|
129
129
|
var i = [ "default", "outlined", "filled" ];
|
package/CaretDown.js
CHANGED
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M3.
|
|
106
|
+
d: "M3.40053 9.8308C2.76997 9.12142 3.27353 8 4.22268 8H19.7773C20.7265 8 21.23 9.12142 20.5995 9.8308L13.1211 18.2439C12.5244 18.9152 11.4756 18.9152 10.8789 18.2439L3.40053 9.8308ZM6.22684 10L12 16.4948L17.7732 10H6.22684Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
c.set("filled", (function() {
|
|
110
110
|
|
|
111
111
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
112
|
-
d: "M4.
|
|
112
|
+
d: "M4.22269 8C3.27355 8 2.76998 9.12142 3.40054 9.8308L10.8789 18.2439C11.4756 18.9152 12.5244 18.9152 13.1211 18.2439L20.5995 9.8308C21.23 9.12142 20.7265 8 19.7773 8H4.22269Z"
|
|
113
113
|
}));
|
|
114
114
|
}));
|
|
115
115
|
var d = [ "default", "outlined", "filled" ];
|
package/CaretsSmallUpDown.js
CHANGED
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
c.set("outlined", (function() {
|
|
102
102
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
|
-
d: "M16.4984 14.0001C16.9311 14.0001 17.1595 14.5124 16.8703 14.8343L12.3694 19.8426C12.1707 20.0637 11.8242 20.0637 11.
|
|
104
|
+
d: "M16.4984 14.0001C16.9311 14.0001 17.1595 14.5124 16.8703 14.8343L12.3694 19.8426C12.1707 20.0637 11.8242 20.0637 11.6255 19.8425L7.1273 14.8342C6.83821 14.5123 7.06665 14.0001 7.49929 14.0001L16.4984 14.0001Z"
|
|
105
105
|
}), n().createElement("path", {
|
|
106
|
-
d: "M16.4984 9.99999C16.9311 9.99999 17.1595 9.48762 16.8703 9.16578L12.3694 4.15743C12.1707 3.93633 11.8242 3.93638 11.
|
|
106
|
+
d: "M16.4984 9.99999C16.9311 9.99999 17.1595 9.48762 16.8703 9.16578L12.3694 4.15743C12.1707 3.93633 11.8242 3.93638 11.6255 4.15754L7.1273 9.16591C6.83821 9.48778 7.06665 10 7.49929 10L16.4984 9.99999Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
var f = [ "default", "outlined" ];
|
package/ControlFastForward.js
CHANGED
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
121
121
|
};
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
123
|
+
* @description Action or fast search/seeking status
|
|
124
|
+
* @category Controls
|
|
125
|
+
* @keywords fast forward button, next, preview
|
|
126
126
|
* @variants outlined,filled
|
|
127
127
|
*/ var s = function e(r) {
|
|
128
128
|
var o = r.children, i = r.variant, f = i === void 0 ? "default" : i, d = u(r, [ "children", "variant" ]);
|
package/ControlNext.js
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
127
|
+
* @description Action to skip current or jump to the end of content
|
|
128
|
+
* @category Controls
|
|
129
|
+
* @keywords triangle play, pause, next, end
|
|
130
130
|
* @variants outlined,filled
|
|
131
131
|
*/ var s = function e(r) {
|
|
132
132
|
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/ControlPrevious.js
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
127
|
+
* @description Action to go back to previous or the beginning
|
|
128
|
+
* @category Controls
|
|
129
|
+
* @keywords triangle play back, pause, previous
|
|
130
130
|
* @variants outlined,filled
|
|
131
131
|
*/ var s = function e(r) {
|
|
132
132
|
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/ControlRewind.js
CHANGED
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M16.
|
|
106
|
+
d: "M16.7295 5.3562C17.5674 4.51835 19 5.11174 19 6.29665V17.7033C19 18.8882 17.5674 19.4816 16.7295 18.6437L12 13.9142V17.7033C12 18.8882 10.5674 19.4816 9.72955 18.6437L4.02624 12.9404C3.50684 12.421 3.50684 11.5789 4.02624 11.0595L9.72955 5.3562C10.5674 4.51835 12 5.11174 12 6.29665V10.0858L16.7295 5.3562ZM12.9142 12L17 16.0857V7.91418L12.9142 12ZM5.91421 12L10 16.0857V7.91418L5.91421 12Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
c.set("filled", (function() {
|
|
110
110
|
|
|
111
111
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
112
|
-
d: "M9.
|
|
112
|
+
d: "M9.72955 5.35633C10.5674 4.51848 12 5.11187 12 6.29678V10.0859L16.7295 5.35633C17.5674 4.51848 19 5.11187 19 6.29678V17.7034C19 18.8883 17.5674 19.4817 16.7296 18.6438L12 13.9143V17.7034C12 18.8883 10.5674 19.4817 9.72955 18.6438L4.02624 12.9405C3.50684 12.4211 3.50684 11.579 4.02624 11.0596L9.72955 5.35633Z"
|
|
113
113
|
}));
|
|
114
114
|
}));
|
|
115
115
|
var d = [ "default", "outlined", "filled" ];
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
121
121
|
};
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
123
|
+
* @description Action or rewind/seeking status
|
|
124
|
+
* @category Controls
|
|
125
|
+
* @keywords fast rewind button, previous, preview
|
|
126
126
|
* @variants outlined,filled
|
|
127
127
|
*/ var s = function e(r) {
|
|
128
128
|
var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/CrossHexagon.js
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
127
|
+
* @description Negative indicator for status, notifications, badges, and alert
|
|
128
|
+
* @category Severity
|
|
129
|
+
* @keywords error, incident, warning, alert, broken
|
|
130
130
|
* @variants outlined,filled
|
|
131
131
|
*/ var v = function e(r) {
|
|
132
132
|
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/DotsThreeCircle.js
CHANGED
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
129
129
|
};
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
131
|
+
* @description More actions button, In progress status indicator for status, notifications, badges, severity and alert
|
|
132
|
+
* @category Navigation
|
|
133
|
+
* @keywords overflow, horizontal
|
|
134
134
|
* @variants outlined,filled
|
|
135
135
|
*/ var v = function e(r) {
|
|
136
136
|
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/FileRipped.js
CHANGED
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
127
127
|
};
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
129
|
+
* @description Broken file, data source or document. Read error, file path not found.
|
|
130
|
+
* @category Reports
|
|
131
|
+
* @keywords file extension, status
|
|
132
132
|
* @variants outlined,filled
|
|
133
133
|
*/ var p = function e(r) {
|
|
134
134
|
var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
return r === "default" || r && !d(r) ? "outlined" : r;
|
|
127
127
|
};
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
129
|
+
* @description Alternative information indicator for status, notifications, badges, and alert
|
|
130
|
+
* @category Notifications
|
|
131
|
+
* @keywords box, info, annotation
|
|
132
132
|
* @variants outlined,filled
|
|
133
133
|
*/ var v = function e(r) {
|
|
134
134
|
var l = r.children, u = r.variant, c = u === void 0 ? "default" : u, d = C(r, [ "children", "variant" ]);
|
package/NodeSplit.js
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
clipRule: "evenodd",
|
|
106
|
-
d: "M17.8851
|
|
106
|
+
d: "M17.8851 3C16.1647 3 14.77 4.39466 14.77 6.11506C14.77 6.13734 14.7703 6.15956 14.7707 6.18173L8.04548 9.5551C7.51475 9.13549 6.84415 8.88501 6.11506 8.88501C4.39466 8.88501 3 10.2797 3 12.0001C3 13.7205 4.39466 15.1151 6.11506 15.1151C6.92759 15.1151 7.66746 14.804 8.22206 14.2945L14.7842 17.586C14.7748 17.6843 14.77 17.7839 14.77 17.8847C14.77 19.6051 16.1647 20.9998 17.8851 20.9998C19.6055 20.9998 21.0001 19.6051 21.0001 17.8847C21.0001 16.1643 19.6055 14.7697 17.8851 14.7697C16.9855 14.7697 16.1749 15.151 15.6063 15.7609L9.18362 12.5393C9.21418 12.3641 9.23011 12.184 9.23011 12.0001C9.23011 11.7396 9.19813 11.4865 9.13789 11.2446L15.4618 8.07259C16.0329 8.77865 16.9062 9.23011 17.8851 9.23011C19.6055 9.23011 21.0001 7.83545 21.0001 6.11506C21.0001 4.39466 19.6055 3 17.8851 3ZM16.77 6.11506C16.77 5.49923 17.2692 5 17.8851 5C18.5009 5 19.0001 5.49923 19.0001 6.11506C19.0001 6.73089 18.5009 7.23011 17.8851 7.23011C17.2692 7.23011 16.77 6.73089 16.77 6.11506ZM16.77 17.8847C16.77 17.2689 17.2692 16.7697 17.8851 16.7697C18.5009 16.7697 19.0001 17.2689 19.0001 17.8847C19.0001 18.5005 18.5009 18.9998 17.8851 18.9998C17.2692 18.9998 16.77 18.5005 16.77 17.8847ZM6.11506 10.885C5.49923 10.885 5 11.3842 5 12.0001C5 12.6159 5.49923 13.1151 6.11506 13.1151C6.73089 13.1151 7.23011 12.6159 7.23011 12.0001C7.23011 11.3842 6.73089 10.885 6.11506 10.885Z"
|
|
107
107
|
}));
|
|
108
108
|
}));
|
|
109
109
|
C.set("filled", (function() {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
112
112
|
fillRule: "evenodd",
|
|
113
113
|
clipRule: "evenodd",
|
|
114
|
-
d: "M17.8851
|
|
114
|
+
d: "M17.8851 3C16.1647 3 14.77 4.39466 14.77 6.11506C14.77 6.13734 14.7703 6.15956 14.7707 6.18173L8.04548 9.5551C7.51475 9.13549 6.84415 8.88501 6.11506 8.88501C4.39466 8.88501 3 10.2797 3 12.0001C3 13.7205 4.39466 15.1151 6.11506 15.1151C6.92759 15.1151 7.66746 14.804 8.22206 14.2945L14.7842 17.586C14.7748 17.6843 14.77 17.7839 14.77 17.8847C14.77 19.6051 16.1647 20.9998 17.8851 20.9998C19.6055 20.9998 21.0001 19.6051 21.0001 17.8847C21.0001 16.1643 19.6055 14.7697 17.8851 14.7697C16.9855 14.7697 16.1749 15.151 15.6063 15.7609L9.18362 12.5393C9.21418 12.3641 9.23011 12.184 9.23011 12.0001C9.23011 11.7396 9.19813 11.4865 9.13789 11.2446L15.4618 8.07259C16.0329 8.77865 16.9062 9.23011 17.8851 9.23011C19.6055 9.23011 21.0001 7.83545 21.0001 6.11506C21.0001 4.39466 19.6055 3 17.8851 3Z"
|
|
115
115
|
}));
|
|
116
116
|
}));
|
|
117
117
|
var c = [ "default", "outlined", "filled" ];
|
package/PaperFolded.js
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
return r === "default" || r && !f(r) ? "outlined" : r;
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
|
-
* @description Map
|
|
127
|
+
* @description Map view, navigation data, gps location
|
|
128
128
|
* @category Objects
|
|
129
|
-
*
|
|
129
|
+
* @keywords visualization, world atlas, globe
|
|
130
130
|
* @variants outlined,filled
|
|
131
131
|
*/ var p = function e(r) {
|
|
132
132
|
var l = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
|
package/Scope.js
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
c.set("filled", (function() {
|
|
110
110
|
|
|
111
111
|
return n().createElement(n().Fragment, null, n().createElement("path", {
|
|
112
|
-
d: "M11 2.04932C6.
|
|
112
|
+
d: "M11 2.04932C6.27558 2.51839 2.51844 6.27552 2.04937 10.9999H6.5C7.05228 10.9999 7.5 11.4477 7.5 11.9999C7.5 12.5522 7.05228 12.9999 6.5 12.9999H2.04937C2.51844 17.7244 6.27558 21.4815 11 21.9506V17.4999C11 16.9477 11.4477 16.4999 12 16.4999C12.5523 16.4999 13 16.9477 13 17.4999V21.9506C17.7244 21.4815 21.4816 17.7244 21.9506 12.9999H17.5C16.9477 12.9999 16.5 12.5522 16.5 11.9999C16.5 11.4477 16.9477 10.9999 17.5 10.9999H21.9506C21.4816 6.27552 17.7244 2.51839 13 2.04932V6.49994C13 7.05223 12.5523 7.49994 12 7.49994C11.4477 7.49994 11 7.05223 11 6.49994V2.04932Z"
|
|
113
113
|
}));
|
|
114
114
|
}));
|
|
115
115
|
var d = [ "default", "outlined", "filled" ];
|