@wireapp/react-ui-kit 9.29.3 → 9.31.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.
Files changed (48) hide show
  1. package/lib/Icon/Files/ArchiveFileIcon.d.ts +3 -0
  2. package/lib/Icon/Files/ArchiveFileIcon.d.ts.map +1 -0
  3. package/lib/Icon/Files/ArchiveFileIcon.js +27 -0
  4. package/lib/Icon/Files/AudioFileIcon.d.ts +3 -0
  5. package/lib/Icon/Files/AudioFileIcon.d.ts.map +1 -0
  6. package/lib/Icon/Files/AudioFileIcon.js +27 -0
  7. package/lib/Icon/Files/CodeFileIcon.d.ts +3 -0
  8. package/lib/Icon/Files/CodeFileIcon.d.ts.map +1 -0
  9. package/lib/Icon/Files/CodeFileIcon.js +27 -0
  10. package/lib/Icon/Files/DocumentFileIcon.d.ts +3 -0
  11. package/lib/Icon/Files/DocumentFileIcon.d.ts.map +1 -0
  12. package/lib/Icon/Files/DocumentFileIcon.js +27 -0
  13. package/lib/Icon/Files/FolderIcon.d.ts +3 -0
  14. package/lib/Icon/Files/FolderIcon.d.ts.map +1 -0
  15. package/lib/Icon/Files/FolderIcon.js +27 -0
  16. package/lib/Icon/Files/ImageFileIcon.d.ts +3 -0
  17. package/lib/Icon/Files/ImageFileIcon.d.ts.map +1 -0
  18. package/lib/Icon/Files/ImageFileIcon.js +27 -0
  19. package/lib/Icon/Files/MultipleFilesIcon.d.ts +3 -0
  20. package/lib/Icon/Files/MultipleFilesIcon.d.ts.map +1 -0
  21. package/lib/Icon/Files/MultipleFilesIcon.js +27 -0
  22. package/lib/Icon/Files/OtherFileIcon.d.ts +3 -0
  23. package/lib/Icon/Files/OtherFileIcon.d.ts.map +1 -0
  24. package/lib/Icon/Files/OtherFileIcon.js +27 -0
  25. package/lib/Icon/Files/PdfFileIcon.d.ts +3 -0
  26. package/lib/Icon/Files/PdfFileIcon.d.ts.map +1 -0
  27. package/lib/Icon/Files/PdfFileIcon.js +27 -0
  28. package/lib/Icon/Files/PresentationFileIcon.d.ts +3 -0
  29. package/lib/Icon/Files/PresentationFileIcon.d.ts.map +1 -0
  30. package/lib/Icon/Files/PresentationFileIcon.js +27 -0
  31. package/lib/Icon/Files/SpreadsheetFileIcon.d.ts +3 -0
  32. package/lib/Icon/Files/SpreadsheetFileIcon.d.ts.map +1 -0
  33. package/lib/Icon/Files/SpreadsheetFileIcon.js +27 -0
  34. package/lib/Icon/Files/TextFileIcon.d.ts +3 -0
  35. package/lib/Icon/Files/TextFileIcon.d.ts.map +1 -0
  36. package/lib/Icon/Files/TextFileIcon.js +27 -0
  37. package/lib/Icon/Files/VideoFileIcon.d.ts +3 -0
  38. package/lib/Icon/Files/VideoFileIcon.d.ts.map +1 -0
  39. package/lib/Icon/Files/VideoFileIcon.js +27 -0
  40. package/lib/Icon/SVGIcon.d.ts +1 -1
  41. package/lib/Icon/SVGIcon.d.ts.map +1 -1
  42. package/lib/Icon/SVGIcon.js +2 -2
  43. package/lib/Icon/index.d.ts +13 -0
  44. package/lib/Icon/index.d.ts.map +1 -1
  45. package/lib/Icon/index.js +13 -0
  46. package/lib/Theme/GlobalCssVariables.d.ts.map +1 -1
  47. package/lib/Theme/GlobalCssVariables.js +78 -0
  48. package/package.json +6 -6
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const ArchiveFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ArchiveFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArchiveFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/ArchiveFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,eAAe,iBAAgB,YAAY,qDAgBvD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArchiveFileIcon = 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 ArchiveFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--archive-file-icon-bg)", stroke: "var(--archive-file-icon-stroke)", d: "M.996 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746h-6.03a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--archive-file-icon-stroke)", d: "M12.996 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--archive-file-icon-stroke)", d: "M3.496 8.5a.5.5 0 1 0 1 0h-1Zm0-8v8h1v-8h-1Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--archive-file-icon-stroke)", d: "M5.496 2h-1M3.496 3h-1M5.496 4h-1M3.496 5h-1M5.496 6h-1M3.496 7h-1" })] }));
26
+ };
27
+ exports.ArchiveFileIcon = ArchiveFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const AudioFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=AudioFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/AudioFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,aAAa,iBAAgB,YAAY,qDAmBrD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AudioFileIcon = 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 AudioFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-bg)", stroke: "var(--audio-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--audio-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-stroke)", d: "M5.5 4.5A.5.5 0 0 1 6 5v4.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z" }), (0, jsx_runtime_1.jsx)("circle", { cx: "4.5", cy: "9.5", r: "1", stroke: "var(--audio-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-stroke)", d: "M9.5 3.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z" }), (0, jsx_runtime_1.jsx)("circle", { cx: "8.5", cy: "8.5", r: "1", stroke: "var(--audio-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-stroke)", d: "M9.985 3.879a.5.5 0 0 1-.364.606l-4 1a.5.5 0 0 1-.242-.97l4-1a.5.5 0 0 1 .606.364Z" })] }));
26
+ };
27
+ exports.AudioFileIcon = AudioFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const CodeFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CodeFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/CodeFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,YAAY,iBAAgB,YAAY,qDAcpD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CodeFileIcon = 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 CodeFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--code-file-icon-bg)", stroke: "var(--code-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--code-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4M6.148 9.606 7.66 6.5M5 6.5 3.5 8 5 9.5M9 6.5 10.5 8 9 9.5" })] }));
26
+ };
27
+ exports.CodeFileIcon = CodeFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const DocumentFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DocumentFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/DocumentFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,gBAAgB,iBAAgB,YAAY,qDAcxD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DocumentFileIcon = 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 DocumentFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--document-file-icon-bg)", stroke: "var(--document-file-icon-stroke)", d: "M.999 2.498a2 2 0 0 1 2-2h7.998a2 2 0 0 1 2 2v9.005a2.5 2.5 0 0 1-.719 1.754l-1.47 1.493a2.5 2.5 0 0 1-1.781.746H2.998a2 2 0 0 1-2-2V2.498Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--document-file-icon-stroke)", d: "M4.498 4.999h5M4.498 6.998h5M4.498 8.998h3.5M12.997 11.497a4 4 0 0 0-4 4" })] }));
26
+ };
27
+ exports.DocumentFileIcon = DocumentFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const FolderIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=FolderIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FolderIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/FolderIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,UAAU,iBAAgB,YAAY,qDAalD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FolderIcon = 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 FolderIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--folder-icon-bg)", d: "M11.798 12c.318 0 .623-.124.848-.345.225-.22.352-.52.352-.832V4.941c0-.312-.127-.611-.352-.832a1.212 1.212 0 0 0-.848-.344h-4.74a1.22 1.22 0 0 1-.576-.138 1.192 1.192 0 0 1-.438-.392l-.486-.706a1.191 1.191 0 0 0-.433-.388A1.22 1.22 0 0 0 4.555 2H2.199c-.318 0-.624.124-.849.345-.225.22-.351.52-.351.831v7.647c0 .313.126.612.351.832.225.221.53.345.849.345h9.6ZM.998 6.095h12-12Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--folder-icon-stroke)", d: "M.998 6.095h12M11.798 12c.318 0 .623-.124.848-.345.225-.22.352-.52.352-.832V4.941c0-.312-.127-.611-.352-.832a1.212 1.212 0 0 0-.848-.344h-4.74a1.22 1.22 0 0 1-.576-.138 1.192 1.192 0 0 1-.438-.392l-.486-.706a1.191 1.191 0 0 0-.433-.388A1.22 1.22 0 0 0 4.555 2H2.199c-.318 0-.624.124-.849.345-.225.22-.351.52-.351.831v7.647c0 .313.126.612.351.832.225.221.53.345.849.345h9.6Z" })] }));
26
+ };
27
+ exports.FolderIcon = FolderIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const ImageFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ImageFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/ImageFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,aAAa,iBAAgB,YAAY,qDAiBrD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ImageFileIcon = 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 ImageFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--image-file-icon-bg)", stroke: "var(--image-file-icon-stroke)", d: "M.996 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746h-6.03a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--image-file-icon-stroke)", d: "M12.996 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("circle", { cx: "6.496", cy: "4.5", r: "1", fill: "var(--image-file-icon-bg)", stroke: "var(--image-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--image-file-icon-bg)", stroke: "var(--image-file-icon-stroke)", d: "M6.33 10.25 8.497 6.5l2.165 3.75H6.33ZM3.697 10.25 4.996 8l1.299 2.25H3.697Z" })] }));
26
+ };
27
+ exports.ImageFileIcon = ImageFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const MultipleFilesIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=MultipleFilesIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipleFilesIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/MultipleFilesIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,iBAAiB,iBAAgB,YAAY,qDAezD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MultipleFilesIcon = 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 MultipleFilesIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--multiple-file-icon-bg)", stroke: "var(--multiple-file-icon-stroke)", d: "M5.498 2.538c0-.573.465-1.038 1.038-1.038h4.923c.574 0 1.039.465 1.039 1.038v5.543c0 .353-.14.692-.387.944l-.905.92a1.346 1.346 0 0 1-.96.401h-3.71a1.039 1.039 0 0 1-1.038-1.038v-6.77Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--multiple-file-icon-stroke)", d: "M11.998 8.077a1.926 1.926 0 0 0-2 1.923M3.498 4.5v6.461c0 .85.689 1.539 1.538 1.539h4.462" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--multiple-file-icon-stroke)", d: "M1.498 7.5v5.461c0 .85.689 1.539 1.538 1.539h4.462" })] }));
26
+ };
27
+ exports.MultipleFilesIcon = MultipleFilesIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const OtherFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=OtherFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OtherFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/OtherFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,aAAa,iBAAgB,YAAY,qDAWrD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OtherFileIcon = 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 OtherFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--other-file-icon-bg)", stroke: "var(--other-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--other-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4" })] }));
26
+ };
27
+ exports.OtherFileIcon = OtherFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const PdfFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PdfFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PdfFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/PdfFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,WAAW,iBAAgB,YAAY,qDAenD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PdfFileIcon = 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 PdfFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--pdf-file-icon-bg)", stroke: "var(--pdf-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--pdf-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--pdf-file-icon-stroke)", d: "M3.231 11.17a.985.985 0 0 0 .746.33 1.88 1.88 0 0 0 1.077-.406c.329-.24.69-.884 1.038-1.756a24.574 24.574 0 0 1 1.705-.415c.57.573 1.293.967 2.082 1.135a1.025 1.025 0 0 0 .962-.433.966.966 0 0 0 .043-.99c-.135-.254-.502-.683-1.458-.69-.467.02-.931.074-1.39.162A5.57 5.57 0 0 1 7.018 6.58c.125-.415.247-.844.368-1.277l.125-.429A2.32 2.32 0 0 0 7.6 3.94c-.099-.696-.546-.967-.933-.937-.49.043-.963.551-.917 1.442.033.74.188 1.47.46 2.159a37.817 37.817 0 0 1-.693 2.092c-.985.307-1.852.66-2.158.99a1.094 1.094 0 0 0-.128 1.485Zm6.191-2.475c.598 0 .76.221.795.287a.195.195 0 0 1 0 .208.272.272 0 0 1-.266.099 2.727 2.727 0 0 1-1.179-.545c.215-.03.43-.046.647-.05h.003Zm-2.69-4.95c.017 0 .09.062.115.264.02.211-.002.424-.065.627l-.125.439c-.016.06-.036.122-.053.184a6.487 6.487 0 0 1-.088-.851c-.033-.445.138-.643.213-.65l.004-.013Zm-.029 3.848c.147.237.31.464.486.68-.256.056-.516.118-.775.184.102-.277.19-.567.289-.864Zm-2.792 2.623a3.815 3.815 0 0 1 1.238-.594 2.344 2.344 0 0 1-.535.845c-.453.33-.736.3-.818.205-.082-.096-.049-.278.115-.46v.004Z" })] }));
26
+ };
27
+ exports.PdfFileIcon = PdfFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const PresentationFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PresentationFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresentationFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/PresentationFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,oBAAoB,iBAAgB,YAAY,qDAoB5D,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PresentationFileIcon = 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 PresentationFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--presentation-file-icon-bg)", stroke: "var(--presentation-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--presentation-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4M5.5 9.5 5 11M8 9.5l.5 1.5" }), (0, jsx_runtime_1.jsx)("rect", { width: "5.5", height: "3.971", x: "4", y: "5", fill: "var(--presentation-file-icon-bg)", stroke: "var(--presentation-file-icon-stroke)", rx: "1" })] }));
26
+ };
27
+ exports.PresentationFileIcon = PresentationFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const SpreadsheetFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SpreadsheetFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpreadsheetFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/SpreadsheetFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,mBAAmB,iBAAgB,YAAY,qDAqB3D,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SpreadsheetFileIcon = 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 SpreadsheetFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--spreadsheet-file-icon-bg)", stroke: "var(--spreadsheet-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--spreadsheet-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("rect", { width: "7.5", height: "4", x: "3.5", y: "5", fill: "var(--spreadsheet-file-icon-bg)", stroke: "var(--spreadsheet-file-icon-stroke)", rx: "1" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--spreadsheet-file-icon-stroke)", d: "M3.895 7h6.71M6.505 5v4" })] }));
26
+ };
27
+ exports.SpreadsheetFileIcon = SpreadsheetFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const TextFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TextFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/TextFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,YAAY,iBAAgB,YAAY,qDAmBpD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TextFileIcon = 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 TextFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M0.5 3.5C0.5 2.39543 1.39543 1.5 2.5 1.5H10.5C11.6046 1.5 12.5 2.39543 12.5 3.5V11.5063C12.5 12.1626 12.2419 12.7926 11.7815 13.2603L10.3108 14.754C9.84094 15.2312 9.19916 15.5 8.52938 15.5H2.5C1.39543 15.5 0.5 14.6046 0.5 13.5V3.5Z", fill: "var(--text-file-icon-bg)", stroke: "var(--text-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 11.5V11.5C10.2909 11.5 8.5 13.2909 8.5 15.5V15.5", stroke: "var(--text-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M7 2L7 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 2L11 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M5 2L5 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 2L9 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 2L3 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 5H9", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 8H9", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 11H6", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" })] }));
26
+ };
27
+ exports.TextFileIcon = TextFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from '../SVGIcon';
2
+ export declare const VideoFileIcon: ({ ...props }: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=VideoFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VideoFileIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Files/VideoFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,aAAa,iBAAgB,YAAY,qDAcrD,CAAC"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VideoFileIcon = 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 VideoFileIcon = ({ ...props }) => {
25
+ return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--video-file-icon-bg)", stroke: "var(--video-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--video-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4M9.25 7.317a.5.5 0 0 1 0 .866l-3.375 1.949a.5.5 0 0 1-.75-.433V5.8a.5.5 0 0 1 .75-.433L9.25 7.317Z" })] }));
26
+ };
27
+ exports.VideoFileIcon = VideoFileIcon;
@@ -10,5 +10,5 @@ export interface SVGIconProps<T = SVGSVGElement> extends React.SVGProps<T> {
10
10
  shadow?: boolean;
11
11
  width?: number;
12
12
  }
13
- export declare const SVGIcon: ({ realWidth, realHeight, scale, width, height, shadow, children, ...props }: InternalSVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
13
+ export declare const SVGIcon: ({ realWidth, realHeight, scale, width, height, shadow, children, fill, ...props }: InternalSVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
14
14
  //# sourceMappingURL=SVGIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SVGIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/SVGIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,aAAa,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;IAC9E,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,aAAa,CAAE,SAAQ,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAUD,eAAO,MAAM,OAAO,gFASjB,oBAAoB,qDA8BtB,CAAC"}
1
+ {"version":3,"file":"SVGIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/SVGIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,aAAa,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;IAC9E,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,aAAa,CAAE,SAAQ,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAUD,eAAO,MAAM,OAAO,sFAUjB,oBAAoB,qDA8BtB,CAAC"}
@@ -6,7 +6,7 @@ const svgIconStyle = (theme, { color = theme.general.color }) => ({
6
6
  fill: color,
7
7
  overflow: 'visible',
8
8
  });
9
- const SVGIcon = ({ realWidth, realHeight, scale = 1, width = null, height = null, shadow, children, ...props }) => {
9
+ const SVGIcon = ({ realWidth, realHeight, scale = 1, width = null, height = null, shadow, children, fill, ...props }) => {
10
10
  let newScale = scale;
11
11
  if (width || height) {
12
12
  const widthScale = width ? width / realWidth : Infinity;
@@ -16,6 +16,6 @@ const SVGIcon = ({ realWidth, realHeight, scale = 1, width = null, height = null
16
16
  const newWidth = Math.ceil(realWidth * newScale);
17
17
  const newHeight = Math.ceil(realHeight * newScale);
18
18
  const shadowId = shadow && Math.random().toString();
19
- return ((0, jsx_runtime_1.jsxs)("svg", { css: (theme) => svgIconStyle(theme, props), viewBox: `0 0 ${realWidth} ${realHeight}`, width: newWidth, height: newHeight, ...props, children: [shadow && ((0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("filter", { id: shadowId, x: "-50%", y: "-50%", width: "200%", height: "200%", children: [(0, jsx_runtime_1.jsx)("feOffset", { result: "offOut", in: "SourceAlpha", dx: "0", dy: "0" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { result: "blurOut", in: "offOut", stdDeviation: "2.5" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "blurOut", mode: "normal" })] }) })), (0, jsx_runtime_1.jsx)("g", { filter: shadow && `url(#${shadowId})`, children: children })] }));
19
+ return ((0, jsx_runtime_1.jsxs)("svg", { css: (theme) => svgIconStyle(theme, fill === 'none' ? { color: 'transparent' } : props), viewBox: `0 0 ${realWidth} ${realHeight}`, width: newWidth, height: newHeight, ...props, children: [shadow && ((0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("filter", { id: shadowId, x: "-50%", y: "-50%", width: "200%", height: "200%", children: [(0, jsx_runtime_1.jsx)("feOffset", { result: "offOut", in: "SourceAlpha", dx: "0", dy: "0" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { result: "blurOut", in: "offOut", stdDeviation: "2.5" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "blurOut", mode: "normal" })] }) })), (0, jsx_runtime_1.jsx)("g", { filter: shadow && `url(#${shadowId})`, children: children })] }));
20
20
  };
21
21
  exports.SVGIcon = SVGIcon;
@@ -96,4 +96,17 @@ export * from './HeadingIcon';
96
96
  export * from './CodeInlineIcon';
97
97
  export * from './CodeBlockIcon';
98
98
  export * from './BlockquoteIcon';
99
+ export * from './Files/ArchiveFileIcon';
100
+ export * from './Files/AudioFileIcon';
101
+ export * from './Files/CodeFileIcon';
102
+ export * from './Files/DocumentFileIcon';
103
+ export * from './Files/ImageFileIcon';
104
+ export * from './Files/OtherFileIcon';
105
+ export * from './Files/PdfFileIcon';
106
+ export * from './Files/PresentationFileIcon';
107
+ export * from './Files/SpreadsheetFileIcon';
108
+ export * from './Files/VideoFileIcon';
109
+ export * from './Files/TextFileIcon';
110
+ export * from './Files/FolderIcon';
111
+ export * from './Files/MultipleFilesIcon';
99
112
  //# 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":"AAmBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAG3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAElC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AAEjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC"}
package/lib/Icon/index.js CHANGED
@@ -131,3 +131,16 @@ __exportStar(require("./HeadingIcon"), exports);
131
131
  __exportStar(require("./CodeInlineIcon"), exports);
132
132
  __exportStar(require("./CodeBlockIcon"), exports);
133
133
  __exportStar(require("./BlockquoteIcon"), exports);
134
+ __exportStar(require("./Files/ArchiveFileIcon"), exports);
135
+ __exportStar(require("./Files/AudioFileIcon"), exports);
136
+ __exportStar(require("./Files/CodeFileIcon"), exports);
137
+ __exportStar(require("./Files/DocumentFileIcon"), exports);
138
+ __exportStar(require("./Files/ImageFileIcon"), exports);
139
+ __exportStar(require("./Files/OtherFileIcon"), exports);
140
+ __exportStar(require("./Files/PdfFileIcon"), exports);
141
+ __exportStar(require("./Files/PresentationFileIcon"), exports);
142
+ __exportStar(require("./Files/SpreadsheetFileIcon"), exports);
143
+ __exportStar(require("./Files/VideoFileIcon"), exports);
144
+ __exportStar(require("./Files/TextFileIcon"), exports);
145
+ __exportStar(require("./Files/FolderIcon"), exports);
146
+ __exportStar(require("./Files/MultipleFilesIcon"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalCssVariables.d.ts","sourceRoot":"","sources":["../../src/Theme/GlobalCssVariables.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AA0HzC,eAAO,MAAM,kBAAkB;iBAtHZ,SAAS;gBAkDV,SAAS;wBAkDD,SAAS;CAsBlC,CAAC"}
1
+ {"version":3,"file":"GlobalCssVariables.d.ts","sourceRoot":"","sources":["../../src/Theme/GlobalCssVariables.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAkOzC,eAAO,MAAM,kBAAkB;iBA9NZ,SAAS;gBAsGV,SAAS;wBAsGD,SAAS;CAsBlC,CAAC"}
@@ -61,6 +61,45 @@ const light = () => ({
61
61
  '--success-color': Identity_1.COLOR_V2.GREEN_LIGHT_500,
62
62
  '--app-bg': Identity_1.COLOR_V2.GRAY_10,
63
63
  '--main-color': Identity_1.COLOR.BLACK,
64
+ // Archive File Icon
65
+ '--archive-file-icon-bg': Identity_1.COLOR_V2.AMBER_LIGHT_50,
66
+ '--archive-file-icon-stroke': Identity_1.COLOR_V2.AMBER_LIGHT_700,
67
+ // Audio File Icon
68
+ '--audio-file-icon-bg': Identity_1.COLOR_V2.PURPLE_DARK_50,
69
+ '--audio-file-icon-stroke': Identity_1.COLOR_V2.PURPLE_DARK_700,
70
+ // Code File Icon
71
+ '--code-file-icon-bg': Identity_1.COLOR_V2.PURPLE_LIGHT_50,
72
+ '--code-file-icon-stroke': Identity_1.COLOR_V2.PURPLE_LIGHT_700,
73
+ // Document File Icon
74
+ '--document-file-icon-bg': Identity_1.COLOR_V2.BLUE_LIGHT_50,
75
+ '--document-file-icon-stroke': Identity_1.COLOR_V2.BLUE_LIGHT_700,
76
+ // Image File Icon
77
+ '--image-file-icon-bg': Identity_1.COLOR_V2.TURQUOISE_LIGHT_50,
78
+ '--image-file-icon-stroke': Identity_1.COLOR_V2.TURQUOISE_LIGHT_700,
79
+ // PDF File Icon
80
+ '--pdf-file-icon-bg': Identity_1.COLOR_V2.RED_LIGHT_50,
81
+ '--pdf-file-icon-stroke': Identity_1.COLOR_V2.RED_LIGHT_700,
82
+ // Spreadsheet File Icon
83
+ '--spreadsheet-file-icon-bg': Identity_1.COLOR_V2.GREEN_LIGHT_50,
84
+ '--spreadsheet-file-icon-stroke': Identity_1.COLOR_V2.GREEN_LIGHT_700,
85
+ // Presentation File Icon
86
+ '--presentation-file-icon-bg': Identity_1.COLOR_V2.AMBER_LIGHT_50,
87
+ '--presentation-file-icon-stroke': Identity_1.COLOR_V2.AMBER_LIGHT_700,
88
+ // Video File Icon
89
+ '--video-file-icon-bg': Identity_1.COLOR_V2.RED_LIGHT_50,
90
+ '--video-file-icon-stroke': Identity_1.COLOR_V2.RED_LIGHT_700,
91
+ // Text File Icon
92
+ '--text-file-icon-bg': Identity_1.COLOR_V2.AMBER_LIGHT_50,
93
+ '--text-file-icon-stroke': Identity_1.COLOR_V2.AMBER_LIGHT_700,
94
+ // Other File Icon
95
+ '--other-file-icon-bg': Identity_1.COLOR_V2.WHITE,
96
+ '--other-file-icon-stroke': Identity_1.COLOR_V2.GRAY_70,
97
+ // Folder Icon
98
+ '--folder-icon-bg': Identity_1.COLOR_V2.BLUE_LIGHT_50,
99
+ '--folder-icon-stroke': Identity_1.COLOR_V2.BLUE_LIGHT_700,
100
+ // Multiple File Icon
101
+ '--multiple-file-icon-bg': Identity_1.COLOR_V2.WHITE,
102
+ '--multiple-file-icon-stroke': Identity_1.COLOR_V2.GRAY_70,
64
103
  });
65
104
  const dark = () => ({
66
105
  // Checkbox
@@ -103,6 +142,45 @@ const dark = () => ({
103
142
  '--success-color': Identity_1.COLOR_V2.GREEN_DARK_500,
104
143
  '--app-bg': Identity_1.COLOR_V2.GRAY_95,
105
144
  '--main-color': Identity_1.COLOR.WHITE,
145
+ // Archive File Icon
146
+ '--archive-file-icon-bg': Identity_1.COLOR_V2.AMBER_DARK_50,
147
+ '--archive-file-icon-stroke': Identity_1.COLOR_V2.AMBER_DARK_700,
148
+ // Audio File Icon
149
+ '--audio-file-icon-bg': Identity_1.COLOR_V2.PURPLE_DARK_50,
150
+ '--audio-file-icon-stroke': Identity_1.COLOR_V2.PURPLE_DARK_700,
151
+ // Code File Icon
152
+ '--code-file-icon-bg': Identity_1.COLOR_V2.PURPLE_DARK_50,
153
+ '--code-file-icon-stroke': Identity_1.COLOR_V2.PURPLE_DARK_700,
154
+ // Document File Icon
155
+ '--document-file-icon-bg': Identity_1.COLOR_V2.BLUE_DARK_50,
156
+ '--document-file-icon-stroke': Identity_1.COLOR_V2.BLUE_DARK_700,
157
+ // Image File Icon
158
+ '--image-file-icon-bg': Identity_1.COLOR_V2.TURQUOISE_DARK_50,
159
+ '--image-file-icon-stroke': Identity_1.COLOR_V2.TURQUOISE_DARK_700,
160
+ // PDF File Icon
161
+ '--pdf-file-icon-bg': Identity_1.COLOR_V2.RED_DARK_50,
162
+ '--pdf-file-icon-stroke': Identity_1.COLOR_V2.RED_DARK_700,
163
+ // Spreadsheet File Icon
164
+ '--spreadsheet-file-icon-bg': Identity_1.COLOR_V2.GREEN_DARK_50,
165
+ '--spreadsheet-file-icon-stroke': Identity_1.COLOR_V2.GREEN_DARK_700,
166
+ // Presentation File Icon
167
+ '--presentation-file-icon-bg': Identity_1.COLOR_V2.AMBER_DARK_50,
168
+ '--presentation-file-icon-stroke': Identity_1.COLOR_V2.AMBER_DARK_700,
169
+ // Video File Icon
170
+ '--video-file-icon-bg': Identity_1.COLOR_V2.RED_DARK_50,
171
+ '--video-file-icon-stroke': Identity_1.COLOR_V2.RED_DARK_700,
172
+ // Text File Icon
173
+ '--text-file-icon-bg': Identity_1.COLOR_V2.AMBER_DARK_50,
174
+ '--text-file-icon-stroke': Identity_1.COLOR_V2.AMBER_DARK_700,
175
+ // Other File Icon
176
+ '--other-file-icon-bg': Identity_1.COLOR_V2.GRAY_95,
177
+ '--other-file-icon-stroke': Identity_1.COLOR_V2.GRAY_60,
178
+ // Folder Icon
179
+ '--folder-icon-bg': Identity_1.COLOR_V2.BLUE_DARK_50,
180
+ '--folder-icon-stroke': Identity_1.COLOR_V2.BLUE_DARK_700,
181
+ // Multiple File Icon
182
+ '--multiple-file-icon-bg': Identity_1.COLOR_V2.GRAY_95,
183
+ '--multiple-file-icon-stroke': Identity_1.COLOR_V2.GRAY_60,
106
184
  });
107
185
  const accentColors = () => ({
108
186
  '--accent-color': Identity_1.COLOR_V2.BLUE_LIGHT_500,
package/package.json CHANGED
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@babel/cli": "7.26.4",
19
- "@babel/core": "7.26.0",
20
- "@babel/preset-env": "7.26.0",
19
+ "@babel/core": "7.26.7",
20
+ "@babel/preset-env": "7.26.7",
21
21
  "@babel/preset-react": "7.26.3",
22
22
  "@babel/preset-typescript": "7.26.0",
23
23
  "@emotion/babel-preset-css-prop": "^11.10.0",
@@ -28,12 +28,12 @@
28
28
  "@swc/jest": "^0.2.23",
29
29
  "@testing-library/jest-dom": "6.6.3",
30
30
  "@testing-library/react": "16.2.0",
31
- "@testing-library/user-event": "14.6.0",
31
+ "@testing-library/user-event": "14.6.1",
32
32
  "@types/jest": "^29.2.0",
33
33
  "@types/node": "^22.0.0",
34
34
  "@types/react": "^18.0.25",
35
35
  "@types/react-dom": "^18.0.8",
36
- "@types/webpack-env": "1.18.5",
36
+ "@types/webpack-env": "1.18.6",
37
37
  "babel-jest": "29.7.0",
38
38
  "babel-loader": "9.2.1",
39
39
  "jest": "^29.2.1",
@@ -69,6 +69,6 @@
69
69
  "test:watch": "jest --watch",
70
70
  "test:update": "jest --updateSnapshot"
71
71
  },
72
- "version": "9.29.3",
73
- "gitHead": "9621a38cf34dd9bd0f3c8057eac0db12285fd1e9"
72
+ "version": "9.31.0",
73
+ "gitHead": "f71a2da15d85e91487a0ea7ec64057dbd82f5ff4"
74
74
  }