@wireapp/react-ui-kit 9.29.1 → 9.29.3
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.
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CodeBlockIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
24
|
+
const CodeBlockIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.125 14.2422L14.125 3.69533L13.1875 3.69533L13.1875 1.93752L16 1.93752L16 16L15.0625 16L1.9375 16L1 16L1 10.375L2.875 10.375L2.875 14.2422L14.125 14.2422Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.99851 1.47241L4.62646 2.40267L3.01725 5.21879L4.62646 8.0349L2.99851 8.96516L0.85772 5.21879L2.99851 1.47241Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2515 1.47241L8.62354 2.40267L10.2327 5.21879L8.62354 8.0349L10.2515 8.96516L12.3923 5.21879L10.2515 1.47241Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.79163 8.67624L6.66657 0.735046L8.45822 1.26491L6.58327 9.20611L4.79163 8.67624Z", fill: "currentColor" })] }));
|
|
25
25
|
exports.CodeBlockIcon = CodeBlockIcon;
|
package/lib/Icon/LinkIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const LinkIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth:
|
|
24
|
+
const LinkIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.2129 0C7.91857 0 5.93605 1.32664 5 3.25H7.39978C8.09086 2.48281 9.09515 2 10.2129 2C12.2974 2 13.9871 3.67893 13.9871 5.75C13.9871 7.82107 12.2974 9.5 10.2129 9.5C9.09515 9.5 8.09086 9.01719 7.39978 8.25H5C5.93605 10.1734 7.91857 11.5 10.2129 11.5C13.409 11.5 16 8.92564 16 5.75C16 2.57436 13.409 0 10.2129 0ZM5.78707 4.5C8.08143 4.5 10.064 5.82664 11 7.75H8.60022C7.90914 6.98281 6.90485 6.5 5.78707 6.5C3.70265 6.5 2.01289 8.17893 2.01289 10.25C2.01289 12.3211 3.70265 14 5.78707 14C6.90485 14 7.90914 13.5172 8.60022 12.75H11C10.064 14.6734 8.08143 16 5.78707 16C2.59096 16 0 13.4256 0 10.25C0 7.07436 2.59096 4.5 5.78707 4.5Z" }) }));
|
|
25
25
|
exports.LinkIcon = LinkIcon;
|
package/package.json
CHANGED
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@swc/core": "^1.3.10",
|
|
28
28
|
"@swc/jest": "^0.2.23",
|
|
29
29
|
"@testing-library/jest-dom": "6.6.3",
|
|
30
|
-
"@testing-library/react": "16.
|
|
31
|
-
"@testing-library/user-event": "14.
|
|
30
|
+
"@testing-library/react": "16.2.0",
|
|
31
|
+
"@testing-library/user-event": "14.6.0",
|
|
32
32
|
"@types/jest": "^29.2.0",
|
|
33
33
|
"@types/node": "^22.0.0",
|
|
34
34
|
"@types/react": "^18.0.25",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"test:watch": "jest --watch",
|
|
70
70
|
"test:update": "jest --updateSnapshot"
|
|
71
71
|
},
|
|
72
|
-
"version": "9.29.
|
|
73
|
-
"gitHead": "
|
|
72
|
+
"version": "9.29.3",
|
|
73
|
+
"gitHead": "9621a38cf34dd9bd0f3c8057eac0db12285fd1e9"
|
|
74
74
|
}
|