@wireapp/react-ui-kit 9.28.1 → 9.29.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.
@@ -1,5 +1,5 @@
1
1
  import { Theme } from './Layout';
2
- export declare const GlobalStyle: import("react").FC<Pick<{
2
+ export declare const GlobalStyle: import("react").ForwardRefExoticComponent<Pick<{
3
3
  theme: Theme;
4
4
  }, never> & {
5
5
  theme?: import("@emotion/react").Theme;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const BlockquoteIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=BlockquoteIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlockquoteIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/BlockquoteIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,cAAc,UAAW,YAAY,qDAOjD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BlockquoteIcon = 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 BlockquoteIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("rect", { y: "5", width: "2", height: "10" }), (0, jsx_runtime_1.jsx)("rect", { x: "16", y: "1", width: "2", height: "16", transform: "rotate(90 16 1)" }), (0, jsx_runtime_1.jsx)("rect", { x: "16", y: "7", width: "2", height: "12", transform: "rotate(90 16 7)" }), (0, jsx_runtime_1.jsx)("rect", { x: "16", y: "13", width: "2", height: "12", transform: "rotate(90 16 13)" })] }));
25
+ exports.BlockquoteIcon = BlockquoteIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const CodeBlockIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CodeBlockIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeBlockIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeBlockIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDAuBhD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CodeBlockIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2024 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 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: "M15 15.125L15 3.875L14 3.875L14 2L17 2L17 17L16 17L2 17L1 17L1 11L3 11L3 15.125L15 15.125Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.13174 1.50391L4.86823 2.49618L3.15173 5.50005L4.86823 8.50391L3.13174 9.49618L0.848231 5.50005L3.13174 1.50391Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8683 1.50391L9.13177 2.49618L10.8483 5.50005L9.13177 8.50391L10.8683 9.49618L13.1518 5.50005L10.8683 1.50391Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.04446 9.18799L7.0444 0.717374L8.95549 1.28256L6.95555 9.75319L5.04446 9.18799Z" })] }));
25
+ exports.CodeBlockIcon = CodeBlockIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const CodeInlineIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CodeInlineIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeInlineIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeInlineIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,cAAc,UAAW,YAAY,qDAIjD,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeIcon = void 0;
3
+ exports.CodeInlineIcon = void 0;
4
4
  const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
5
  /*
6
6
  * Wire
@@ -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 CodeIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.52218 14.7905L8.52218 0.790466L10.4778 1.20952L7.47779 15.2095L5.52218 14.7905ZM4.84799 4.52999L3.15199 3.47L0.32074 8L3.15199 12.53L4.84799 11.47L2.67923 8L4.84799 4.52999ZM10.8207 4.52999L12.5167 3.47L15.348 8L12.5167 12.53L10.8207 11.47L12.9895 8L10.8207 4.52999Z" }) }));
25
- exports.CodeIcon = CodeIcon;
24
+ const CodeInlineIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.52218 14.7905L8.52218 0.790466L10.4778 1.20952L7.47779 15.2095L5.52218 14.7905ZM4.84799 4.52999L3.15199 3.47L0.32074 8L3.15199 12.53L4.84799 11.47L2.67923 8L4.84799 4.52999ZM10.8207 4.52999L12.5167 3.47L15.348 8L12.5167 12.53L10.8207 11.47L12.9895 8L10.8207 4.52999Z" }) }));
25
+ exports.CodeInlineIcon = CodeInlineIcon;
@@ -93,5 +93,7 @@ export * from './BulletListIcon';
93
93
  export * from './NumberedListIcon';
94
94
  export * from './MarkdownIcon';
95
95
  export * from './HeadingIcon';
96
- export * from './CodeIcon';
96
+ export * from './CodeInlineIcon';
97
+ export * from './CodeBlockIcon';
98
+ export * from './BlockquoteIcon';
97
99
  //# sourceMappingURL=index.d.ts.map
@@ -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
@@ -128,4 +128,6 @@ __exportStar(require("./BulletListIcon"), exports);
128
128
  __exportStar(require("./NumberedListIcon"), exports);
129
129
  __exportStar(require("./MarkdownIcon"), exports);
130
130
  __exportStar(require("./HeadingIcon"), exports);
131
- __exportStar(require("./CodeIcon"), exports);
131
+ __exportStar(require("./CodeInlineIcon"), exports);
132
+ __exportStar(require("./CodeBlockIcon"), exports);
133
+ __exportStar(require("./BlockquoteIcon"), exports);
@@ -17,11 +17,36 @@ export declare const EASE: {
17
17
  QUART: string;
18
18
  };
19
19
  export declare const ANIMATION: {
20
- bottomUpMovement: import("@emotion/react").Keyframes;
21
- fadeIn: import("@emotion/react").Keyframes;
22
- rotate: import("@emotion/react").Keyframes;
23
- topDownMovement: import("@emotion/react").Keyframes;
24
- topDownMovementLight: import("@emotion/react").Keyframes;
20
+ bottomUpMovement: {
21
+ name: string;
22
+ styles: string;
23
+ anim: 1;
24
+ toString: () => string;
25
+ } & string;
26
+ fadeIn: {
27
+ name: string;
28
+ styles: string;
29
+ anim: 1;
30
+ toString: () => string;
31
+ } & string;
32
+ rotate: {
33
+ name: string;
34
+ styles: string;
35
+ anim: 1;
36
+ toString: () => string;
37
+ } & string;
38
+ topDownMovement: {
39
+ name: string;
40
+ styles: string;
41
+ anim: 1;
42
+ toString: () => string;
43
+ } & string;
44
+ topDownMovementLight: {
45
+ name: string;
46
+ styles: string;
47
+ anim: 1;
48
+ toString: () => string;
49
+ } & string;
25
50
  };
26
51
  export declare const defaultTransition = "all 0.24s";
27
52
  //# sourceMappingURL=motions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"motions.d.ts","sourceRoot":"","sources":["../../src/Identity/motions.ts"],"names":[],"mappings":"AAuBA;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;CAMpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,IAAI;;;CAGhB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;CAyCrB,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAc,CAAC"}
1
+ {"version":3,"file":"motions.d.ts","sourceRoot":"","sources":["../../src/Identity/motions.ts"],"names":[],"mappings":"AAuBA;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;CAMpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,IAAI;;;CAGhB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAc,CAAC"}
package/package.json CHANGED
@@ -41,7 +41,7 @@
41
41
  "react-dom": "18.3.1",
42
42
  "react-helmet": "6.1.0",
43
43
  "react-hot-loader": "4.13.1",
44
- "react-styleguidist": "13.1.3",
44
+ "react-styleguidist": "13.1.4",
45
45
  "react-test-renderer": "18.3.1",
46
46
  "rimraf": "6.0.1",
47
47
  "typescript": "^5.0.4",
@@ -69,6 +69,6 @@
69
69
  "test:watch": "jest --watch",
70
70
  "test:update": "jest --updateSnapshot"
71
71
  },
72
- "version": "9.28.1",
73
- "gitHead": "46c672959751a4b29d562ce1eb13bb6092125085"
72
+ "version": "9.29.0",
73
+ "gitHead": "0edc92c8a3808d74f217dbbf80ebd83bb96924b1"
74
74
  }
@@ -1,3 +0,0 @@
1
- import { SVGIconProps } from './SVGIcon';
2
- export declare const CodeIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
- //# sourceMappingURL=CodeIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CodeIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAI3C,CAAC"}