@wireapp/react-ui-kit 9.40.1 → 9.42.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.
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const ChannelIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ChannelIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChannelIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/ChannelIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW,UAAW,YAAY,qDAS9C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChannelIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2025 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const ChannelIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 14, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.86526 1.23536C6.94346 0.766138 6.62648 0.322358 6.15725 0.244154C5.68803 0.165949 5.24425 0.482935 5.16604 0.952161L4.71178 3.67772L1.58594 3.67772C1.11024 3.67772 0.724609 4.06335 0.724609 4.53905C0.724609 5.01475 1.11024 5.40038 1.58594 5.40038H4.42467L3.9735 8.10741H1.09375C0.618052 8.10741 0.232422 8.49304 0.232422 8.96873C0.232422 9.44443 0.618052 9.83006 1.09375 9.83006H3.68639L3.19729 12.7647C3.11909 13.2339 3.43607 13.6777 3.9053 13.7559C4.37452 13.8341 4.8183 13.5171 4.89651 13.0479L5.43281 9.83006L8.11608 9.83006L7.62698 12.7647C7.54877 13.2339 7.86576 13.6777 8.33499 13.7559C8.80421 13.8341 9.24799 13.5171 9.3262 13.0479L9.8625 9.83006H12.9062C13.3819 9.83006 13.7676 9.44443 13.7676 8.96874C13.7676 8.49304 13.3819 8.10741 12.9062 8.10741H10.1496L10.6008 5.40038H13.3984C13.8741 5.40038 14.2598 5.01475 14.2598 4.53905C14.2598 4.06335 13.8741 3.67772 13.3984 3.67772L10.8879 3.67772L11.2949 1.23536C11.3732 0.766138 11.0562 0.322358 10.5869 0.244154C10.1177 0.165949 9.67393 0.482935 9.59573 0.952161L9.14147 3.67772L6.4582 3.67772L6.86526 1.23536ZM6.17109 5.40038L5.71992 8.10741L8.40319 8.10741L8.85436 5.40038L6.17109 5.40038Z", fill: "currentColor" }) }));
25
+ exports.ChannelIcon = ChannelIcon;
@@ -1 +1 @@
1
- {"version":3,"file":"GroupIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/GroupIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,SAAS,UAAW,YAAY,qDAI5C,CAAC"}
1
+ {"version":3,"file":"GroupIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/GroupIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,SAAS,UAAW,YAAY,qDAQ5C,CAAC"}
@@ -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 GroupIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM2 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" }) }));
24
+ const GroupIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 0C1.34315 0 0 1.34315 0 3V13C0 14.6569 1.34315 16 3 16H13C14.6569 16 16 14.6569 16 13V3C16 1.34315 14.6569 0 13 0H3ZM7.95014 7.69157C7.25297 7.69157 6.67253 7.07326 6.66937 6.28776C6.66937 5.52119 7.25613 4.90919 7.95014 4.90919C8.64416 4.90919 9.23092 5.51173 9.23092 6.28145C9.23092 7.07326 8.64731 7.69157 7.95014 7.69157ZM5.99428 10.6348C5.458 10.6348 5.27503 10.4676 5.27503 10.1679C5.27503 9.3572 6.3129 8.24678 7.95014 8.24678C9.58423 8.24678 10.6221 9.3572 10.6221 10.1679C10.6221 10.4676 10.4391 10.6348 9.90285 10.6348H5.99428ZM3.20311 7.76291C2.59742 7.76291 2.08953 7.22347 2.08953 6.54207C2.08637 5.87329 2.60057 5.34332 3.20311 5.34332C3.80564 5.34332 4.31984 5.86383 4.31984 6.53892C4.31984 7.22347 3.80879 7.76291 3.20311 7.76291ZM1.47753 10.6368C1.03589 10.6368 0.875 10.4475 0.875 10.1162C0.875 9.27397 1.80246 8.24241 3.20311 8.24241C3.75832 8.24241 4.21258 8.40329 4.55644 8.62096C3.82456 9.20141 3.47756 10.1509 3.81826 10.6368H1.47753ZM10.6802 6.53892C10.6802 7.22347 11.188 7.76291 11.7969 7.76291C12.4026 7.76291 12.9105 7.22347 12.9105 6.54207C12.9136 5.87329 12.3994 5.34332 11.7969 5.34332C11.1944 5.34332 10.6802 5.86383 10.6802 6.53892ZM11.1817 10.6368H13.5225C13.9641 10.6368 14.125 10.4475 14.125 10.1162C14.125 9.27397 13.1975 8.24241 11.7969 8.24241C11.2417 8.24241 10.7874 8.40329 10.4436 8.62096C11.1754 9.20141 11.5224 10.1509 11.1817 10.6368Z" }) }));
25
25
  exports.GroupIcon = GroupIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const HistoryIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=HistoryIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/HistoryIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW,UAAW,YAAY,qDAK9C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HistoryIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2019 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const HistoryIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3.00959 5.00452C4.06454 3.27662 5.96727 2.125 8.13745 2.125C11.4531 2.125 14.1409 4.81283 14.1409 8.12844C14.1409 11.444 11.4531 14.1319 8.13745 14.1319C6.04843 14.1319 4.20806 13.0656 3.13142 11.4435C2.86418 11.0409 2.32114 10.9312 1.91851 11.1984C1.51588 11.4656 1.40613 12.0087 1.67337 12.4113C3.06048 14.5011 5.43753 15.8819 8.13745 15.8819C12.4196 15.8819 15.8909 12.4105 15.8909 8.12844C15.8909 3.84633 12.4196 0.375 8.13745 0.375C5.5961 0.375 3.34155 1.59758 1.92798 3.48487V2.25C1.92798 1.83579 1.59219 1.5 1.17798 1.5C0.763765 1.5 0.427979 1.83579 0.427979 2.25V6.50452H4.67798C5.09219 6.50452 5.42798 6.16873 5.42798 5.75452C5.42798 5.3403 5.09219 5.00452 4.67798 5.00452H3.00959Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M8 4.25C8.41421 4.25 8.75 4.58579 8.75 5V8.5H10C10.4142 8.5 10.75 8.83579 10.75 9.25C10.75 9.66421 10.4142 10 10 10H8C7.58579 10 7.25 9.66421 7.25 9.25C7.25 9.20741 7.25355 9.16565 7.26037 9.125C7.25355 9.08435 7.25 9.04259 7.25 9V5C7.25 4.58579 7.58579 4.25 8 4.25Z" })] }));
25
+ exports.HistoryIcon = HistoryIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const LockClosedIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=LockClosedIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LockClosedIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/LockClosedIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,cAAc,UAAW,YAAY,qDASjD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LockClosedIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2025 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const LockClosedIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 10, realHeight: 10, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.0862 2.20831C4.32074 1.9912 4.64869 1.86155 5 1.86155C5.35131 1.86155 5.67926 1.9912 5.9138 2.20831C6.14667 2.42388 6.26712 2.70514 6.26712 2.98686V4.375H3.73288V2.98686C3.73288 2.70514 3.85333 2.42388 4.0862 2.20831ZM2.5 4.375V2.98686C2.5 2.34372 2.77644 1.73801 3.25004 1.29961C3.72197 0.862753 4.3522 0.625 5 0.625C5.6478 0.625 6.27803 0.862753 6.74996 1.29961C7.22356 1.73801 7.5 2.34372 7.5 2.98686V4.375H7.8373C8.52962 4.375 9.0625 4.90454 9.0625 5.52514V8.22486C9.0625 8.84546 8.52962 9.375 7.8373 9.375H2.1627C1.47038 9.375 0.9375 8.84546 0.9375 8.22486V5.52514C0.9375 4.90454 1.47038 4.375 2.1627 4.375H2.5Z", fill: "currentColor" }) }));
25
+ exports.LockClosedIcon = LockClosedIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const ShieldIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ShieldIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShieldIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/ShieldIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,YAAY,qDAS7C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShieldIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2025 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const ShieldIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8V1.87197L8 0L1 2V8C1 12 4.00718 15.0977 8 16C12.0344 15.0977 15 12 15 8ZM7.98678 1.55625L8 1.56002V14.4558L7.99817 14.4563C4.68611 13.589 2.5 11.0575 2.5 8L2.5 3.02354L7.98678 1.55625Z", fill: "currentColor" }) }));
25
+ exports.ShieldIcon = ShieldIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const UnlockedIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=UnlockedIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnlockedIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/UnlockedIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,YAAY,qDAS/C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnlockedIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2025 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const UnlockedIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 14, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.04113 2.56083C6.4216 2.20968 6.95362 2 7.52351 2C8.09341 2 8.62542 2.20968 9.0059 2.56083C9.38367 2.9095 9.57907 3.36441 9.57907 3.82006C9.57907 4.37235 10.0268 4.82006 10.5791 4.82006C11.1314 4.82006 11.5791 4.37235 11.5791 3.82006C11.5791 2.77986 11.1306 1.80019 10.3623 1.09112C9.59676 0.384542 8.57439 0 7.52351 0C6.47264 0 5.45027 0.384542 4.68469 1.09112C3.91641 1.80019 3.46796 2.77986 3.46796 3.82006V7H2.46032C1.35261 7 0.5 7.84726 0.5 8.84022V13.1598C0.5 14.1527 1.35261 15 2.46032 15H11.5397C12.6474 15 13.5 14.1527 13.5 13.1598V8.84022C13.5 7.84726 12.6474 7 11.5397 7H5.46796V3.82006C5.46796 3.36441 5.66335 2.9095 6.04113 2.56083Z", fill: "currentColor" }) }));
25
+ exports.UnlockedIcon = UnlockedIcon;
@@ -73,6 +73,11 @@ export * from './TriangleIcon';
73
73
  export * from './UploadIcon';
74
74
  export * from './VerificationShieldIcon';
75
75
  export * from './WireIcon';
76
+ export * from './ShieldIcon';
77
+ export * from './LockClosedIcon';
78
+ export * from './ChannelIcon';
79
+ export * from './UnlockedIcon';
80
+ export * from './HistoryIcon';
76
81
  export * from './Brand/AndroidIcon';
77
82
  export * from './Brand/AppleIcon';
78
83
  export * from './Brand/ChromeIcon';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":"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"}
package/lib/Icon/index.js CHANGED
@@ -107,6 +107,11 @@ __exportStar(require("./TriangleIcon"), exports);
107
107
  __exportStar(require("./UploadIcon"), exports);
108
108
  __exportStar(require("./VerificationShieldIcon"), exports);
109
109
  __exportStar(require("./WireIcon"), exports);
110
+ __exportStar(require("./ShieldIcon"), exports);
111
+ __exportStar(require("./LockClosedIcon"), exports);
112
+ __exportStar(require("./ChannelIcon"), exports);
113
+ __exportStar(require("./UnlockedIcon"), exports);
114
+ __exportStar(require("./HistoryIcon"), exports);
110
115
  // Brand Icons
111
116
  __exportStar(require("./Brand/AndroidIcon"), exports);
112
117
  __exportStar(require("./Brand/AppleIcon"), exports);
package/package.json CHANGED
@@ -77,6 +77,6 @@
77
77
  "test:watch": "jest --watch",
78
78
  "test:update": "jest --updateSnapshot"
79
79
  },
80
- "version": "9.40.1",
81
- "gitHead": "0ad8b64b282e6ff2362913abc3400509ff26ada1"
80
+ "version": "9.42.0",
81
+ "gitHead": "c2d48cef09744a0a871586b524c90ea41ff964ef"
82
82
  }