@wireapp/react-ui-kit 9.0.0 → 9.0.2
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/lib/Form/Button.js +136 -0
- package/lib/Form/Button.js.map +1 -0
- package/lib/Form/ButtonLink.js +54 -0
- package/lib/Form/ButtonLink.js.map +1 -0
- package/lib/Form/Checkbox.js +114 -0
- package/lib/Form/Checkbox.js.map +1 -0
- package/lib/Form/CodeInput.js +126 -0
- package/lib/Form/CodeInput.js.map +1 -0
- package/lib/Form/DropFileInput.js +139 -0
- package/lib/Form/DropFileInput.js.map +1 -0
- package/lib/Form/ErrorMessage.js +54 -0
- package/lib/Form/ErrorMessage.js.map +1 -0
- package/lib/Form/Form.js +32 -0
- package/lib/Form/Form.js.map +1 -0
- package/lib/Form/Input.js +134 -0
- package/lib/Form/Input.js.map +1 -0
- package/lib/Form/InputBlock.js +41 -0
- package/lib/Form/InputBlock.js.map +1 -0
- package/lib/Form/InputLabel.js +47 -0
- package/lib/Form/InputLabel.js.map +1 -0
- package/lib/Form/InputSubmitCombo.js +54 -0
- package/lib/Form/InputSubmitCombo.js.map +1 -0
- package/lib/Form/RangeInput.js +54 -0
- package/lib/Form/RangeInput.js.map +1 -0
- package/lib/Form/RangeInput.styles.js +60 -0
- package/lib/Form/RangeInput.styles.js.map +1 -0
- package/lib/Form/RoundIconButton.js +49 -0
- package/lib/Form/RoundIconButton.js.map +1 -0
- package/lib/Form/Select.js +63 -0
- package/lib/Form/Select.js.map +1 -0
- package/lib/Form/SelectComponents.js +119 -0
- package/lib/Form/SelectComponents.js.map +1 -0
- package/lib/Form/SelectStyles.js +123 -0
- package/lib/Form/SelectStyles.js.map +1 -0
- package/lib/Form/ShakeBox.js +79 -0
- package/lib/Form/ShakeBox.js.map +1 -0
- package/lib/Form/Switch.js +96 -0
- package/lib/Form/Switch.js.map +1 -0
- package/lib/Form/TextArea.js +67 -0
- package/lib/Form/TextArea.js.map +1 -0
- package/lib/Form/Tooltip.js +79 -0
- package/lib/Form/Tooltip.js.map +1 -0
- package/lib/Form/index.js +54 -0
- package/lib/Form/index.js.map +1 -0
- package/lib/GlobalCssVariables.js +118 -0
- package/lib/GlobalCssVariables.js.map +1 -0
- package/lib/GlobalStyle.js +61 -0
- package/lib/GlobalStyle.js.map +1 -0
- package/lib/Icon/AddPeopleIcon.js +42 -0
- package/lib/Icon/AddPeopleIcon.js.map +1 -0
- package/lib/Icon/ArchiveIcon.js +28 -0
- package/lib/Icon/ArchiveIcon.js.map +1 -0
- package/lib/Icon/ArrowDown.js +44 -0
- package/lib/Icon/ArrowDown.js.map +1 -0
- package/lib/Icon/ArrowIcon.js +48 -0
- package/lib/Icon/ArrowIcon.js.map +1 -0
- package/lib/Icon/AttachmentIcon.js +28 -0
- package/lib/Icon/AttachmentIcon.js.map +1 -0
- package/lib/Icon/AudioVideoIcon.js +28 -0
- package/lib/Icon/AudioVideoIcon.js.map +1 -0
- package/lib/Icon/BlockIcon.js +28 -0
- package/lib/Icon/BlockIcon.js.map +1 -0
- package/lib/Icon/Brand/AndroidIcon.js +28 -0
- package/lib/Icon/Brand/AndroidIcon.js.map +1 -0
- package/lib/Icon/Brand/AppleIcon.js +28 -0
- package/lib/Icon/Brand/AppleIcon.js.map +1 -0
- package/lib/Icon/Brand/ChromeIcon.js +28 -0
- package/lib/Icon/Brand/ChromeIcon.js.map +1 -0
- package/lib/Icon/Brand/FacebookIcon.js +28 -0
- package/lib/Icon/Brand/FacebookIcon.js.map +1 -0
- package/lib/Icon/Brand/GitHubIcon.js +28 -0
- package/lib/Icon/Brand/GitHubIcon.js.map +1 -0
- package/lib/Icon/Brand/LinkedInIcon.js +28 -0
- package/lib/Icon/Brand/LinkedInIcon.js.map +1 -0
- package/lib/Icon/Brand/LinuxIcon.js +28 -0
- package/lib/Icon/Brand/LinuxIcon.js.map +1 -0
- package/lib/Icon/Brand/MicrosoftIcon.js +28 -0
- package/lib/Icon/Brand/MicrosoftIcon.js.map +1 -0
- package/lib/Icon/Brand/TwitterIcon.js +28 -0
- package/lib/Icon/Brand/TwitterIcon.js.map +1 -0
- package/lib/Icon/CallIcon.js +28 -0
- package/lib/Icon/CallIcon.js.map +1 -0
- package/lib/Icon/CamIcon.js +28 -0
- package/lib/Icon/CamIcon.js.map +1 -0
- package/lib/Icon/CameraIcon.js +42 -0
- package/lib/Icon/CameraIcon.js.map +1 -0
- package/lib/Icon/CheckIcon.js +28 -0
- package/lib/Icon/CheckIcon.js.map +1 -0
- package/lib/Icon/CheckRoundIcon.js +28 -0
- package/lib/Icon/CheckRoundIcon.js.map +1 -0
- package/lib/Icon/ChevronIcon.js +43 -0
- package/lib/Icon/ChevronIcon.js.map +1 -0
- package/lib/Icon/CloseIcon.js +28 -0
- package/lib/Icon/CloseIcon.js.map +1 -0
- package/lib/Icon/CopyIcon.js +28 -0
- package/lib/Icon/CopyIcon.js.map +1 -0
- package/lib/Icon/DeviceIcon.js +28 -0
- package/lib/Icon/DeviceIcon.js.map +1 -0
- package/lib/Icon/DownloadIcon.js +28 -0
- package/lib/Icon/DownloadIcon.js.map +1 -0
- package/lib/Icon/EditDocumentIcon.js +42 -0
- package/lib/Icon/EditDocumentIcon.js.map +1 -0
- package/lib/Icon/EditIcon.js +28 -0
- package/lib/Icon/EditIcon.js.map +1 -0
- package/lib/Icon/EnterIcon.js +28 -0
- package/lib/Icon/EnterIcon.js.map +1 -0
- package/lib/Icon/ErrorIcon.js +31 -0
- package/lib/Icon/ErrorIcon.js.map +1 -0
- package/lib/Icon/FileIcon.js +28 -0
- package/lib/Icon/FileIcon.js.map +1 -0
- package/lib/Icon/GifIcon.js +28 -0
- package/lib/Icon/GifIcon.js.map +1 -0
- package/lib/Icon/GridIcon.js +42 -0
- package/lib/Icon/GridIcon.js.map +1 -0
- package/lib/Icon/GroupIcon.js +28 -0
- package/lib/Icon/GroupIcon.js.map +1 -0
- package/lib/Icon/HangupIcon.js +28 -0
- package/lib/Icon/HangupIcon.js.map +1 -0
- package/lib/Icon/HideIcon.js +28 -0
- package/lib/Icon/HideIcon.js.map +1 -0
- package/lib/Icon/ImageIcon.js +28 -0
- package/lib/Icon/ImageIcon.js.map +1 -0
- package/lib/Icon/InfoIcon.js +28 -0
- package/lib/Icon/InfoIcon.js.map +1 -0
- package/lib/Icon/InviteIcon.js +28 -0
- package/lib/Icon/InviteIcon.js.map +1 -0
- package/lib/Icon/LeaveIcon.js +28 -0
- package/lib/Icon/LeaveIcon.js.map +1 -0
- package/lib/Icon/LinkIcon.js +42 -0
- package/lib/Icon/LinkIcon.js.map +1 -0
- package/lib/Icon/ListIcon.js +28 -0
- package/lib/Icon/ListIcon.js.map +1 -0
- package/lib/Icon/LockIcon.js +28 -0
- package/lib/Icon/LockIcon.js.map +1 -0
- package/lib/Icon/MessageIcon.js +28 -0
- package/lib/Icon/MessageIcon.js.map +1 -0
- package/lib/Icon/MinusIcon.js +28 -0
- package/lib/Icon/MinusIcon.js.map +1 -0
- package/lib/Icon/MoreIcon.js +28 -0
- package/lib/Icon/MoreIcon.js.map +1 -0
- package/lib/Icon/MuteIcon.js +28 -0
- package/lib/Icon/MuteIcon.js.map +1 -0
- package/lib/Icon/NotificationIcon.js +28 -0
- package/lib/Icon/NotificationIcon.js.map +1 -0
- package/lib/Icon/NotificationOffIcon.js +28 -0
- package/lib/Icon/NotificationOffIcon.js.map +1 -0
- package/lib/Icon/OptionsIcon.js +28 -0
- package/lib/Icon/OptionsIcon.js.map +1 -0
- package/lib/Icon/PeopleIcon.js +42 -0
- package/lib/Icon/PeopleIcon.js.map +1 -0
- package/lib/Icon/PingIcon.js +28 -0
- package/lib/Icon/PingIcon.js.map +1 -0
- package/lib/Icon/PlaneIcon.js +28 -0
- package/lib/Icon/PlaneIcon.js.map +1 -0
- package/lib/Icon/PlusIcon.js +28 -0
- package/lib/Icon/PlusIcon.js.map +1 -0
- package/lib/Icon/ProfileIcon.js +28 -0
- package/lib/Icon/ProfileIcon.js.map +1 -0
- package/lib/Icon/RecordBoldIcon.js +48 -0
- package/lib/Icon/RecordBoldIcon.js.map +1 -0
- package/lib/Icon/RecordIcon.js +30 -0
- package/lib/Icon/RecordIcon.js.map +1 -0
- package/lib/Icon/RecordPendingIcon.js +30 -0
- package/lib/Icon/RecordPendingIcon.js.map +1 -0
- package/lib/Icon/ReloadIcon.js +28 -0
- package/lib/Icon/ReloadIcon.js.map +1 -0
- package/lib/Icon/SVGIcon.js +59 -0
- package/lib/Icon/SVGIcon.js.map +1 -0
- package/lib/Icon/ScreenshareIcon.js +28 -0
- package/lib/Icon/ScreenshareIcon.js.map +1 -0
- package/lib/Icon/SearchIcon.js +28 -0
- package/lib/Icon/SearchIcon.js.map +1 -0
- package/lib/Icon/ServicesIcon.js +28 -0
- package/lib/Icon/ServicesIcon.js.map +1 -0
- package/lib/Icon/SettingsIcon.js +28 -0
- package/lib/Icon/SettingsIcon.js.map +1 -0
- package/lib/Icon/ShowIcon.js +28 -0
- package/lib/Icon/ShowIcon.js.map +1 -0
- package/lib/Icon/SignIcon.js +28 -0
- package/lib/Icon/SignIcon.js.map +1 -0
- package/lib/Icon/SpeakerIcon.js +28 -0
- package/lib/Icon/SpeakerIcon.js.map +1 -0
- package/lib/Icon/SupportIcon.js +28 -0
- package/lib/Icon/SupportIcon.js.map +1 -0
- package/lib/Icon/TeamIcon.js +28 -0
- package/lib/Icon/TeamIcon.js.map +1 -0
- package/lib/Icon/TimedIcon.js +28 -0
- package/lib/Icon/TimedIcon.js.map +1 -0
- package/lib/Icon/TrashCrossIcon.js +28 -0
- package/lib/Icon/TrashCrossIcon.js.map +1 -0
- package/lib/Icon/TrashIcon.js +28 -0
- package/lib/Icon/TrashIcon.js.map +1 -0
- package/lib/Icon/TriangleIcon.js +48 -0
- package/lib/Icon/TriangleIcon.js.map +1 -0
- package/lib/Icon/UploadIcon.js +28 -0
- package/lib/Icon/UploadIcon.js.map +1 -0
- package/lib/Icon/WireIcon.js +28 -0
- package/lib/Icon/WireIcon.js.map +1 -0
- package/lib/Icon/index.js +109 -0
- package/lib/Icon/index.js.map +1 -0
- package/lib/Identity/Animation.js +127 -0
- package/lib/Identity/Animation.js.map +1 -0
- package/lib/Identity/Avatar.js +90 -0
- package/lib/Identity/Avatar.js.map +1 -0
- package/lib/Identity/AvatarGrid.js +72 -0
- package/lib/Identity/AvatarGrid.js.map +1 -0
- package/lib/Identity/Logo.js +53 -0
- package/lib/Identity/Logo.js.map +1 -0
- package/lib/Identity/colors-v2.js +198 -0
- package/lib/Identity/colors-v2.js.map +1 -0
- package/lib/Identity/colors.js +81 -0
- package/lib/Identity/colors.js.map +1 -0
- package/lib/Identity/index.js +41 -0
- package/lib/Identity/index.js.map +1 -0
- package/lib/Identity/motions.js +85 -0
- package/lib/Identity/motions.js.map +1 -0
- package/lib/Layout/Box.js +33 -0
- package/lib/Layout/Box.js.map +1 -0
- package/lib/Layout/Column.js +46 -0
- package/lib/Layout/Column.js.map +1 -0
- package/lib/Layout/Container.js +58 -0
- package/lib/Layout/Container.js.map +1 -0
- package/lib/Layout/Content.js +33 -0
- package/lib/Layout/Content.js.map +1 -0
- package/lib/Layout/FlexBox.js +40 -0
- package/lib/Layout/FlexBox.js.map +1 -0
- package/lib/Layout/Footer.js +26 -0
- package/lib/Layout/Footer.js.map +1 -0
- package/lib/Layout/Header.js +33 -0
- package/lib/Layout/Header.js.map +1 -0
- package/lib/Layout/MatchMedia.js +85 -0
- package/lib/Layout/MatchMedia.js.map +1 -0
- package/lib/Layout/Spacer.js +28 -0
- package/lib/Layout/Spacer.js.map +1 -0
- package/lib/Layout/StyledApp.js +51 -0
- package/lib/Layout/StyledApp.js.map +1 -0
- package/lib/Layout/Theme.js +231 -0
- package/lib/Layout/Theme.js.map +1 -0
- package/lib/Layout/headerMenu/HeaderMenu.js +59 -0
- package/lib/Layout/headerMenu/HeaderMenu.js.map +1 -0
- package/lib/Layout/headerMenu/HeaderSubMenu.js +97 -0
- package/lib/Layout/headerMenu/HeaderSubMenu.js.map +1 -0
- package/lib/Layout/headerMenu/MenuContent.js +31 -0
- package/lib/Layout/headerMenu/MenuContent.js.map +1 -0
- package/lib/Layout/headerMenu/MenuItems.js +46 -0
- package/lib/Layout/headerMenu/MenuItems.js.map +1 -0
- package/lib/Layout/headerMenu/MenuLink.js +72 -0
- package/lib/Layout/headerMenu/MenuLink.js.map +1 -0
- package/lib/Layout/headerMenu/MenuOpenButton.js +57 -0
- package/lib/Layout/headerMenu/MenuOpenButton.js.map +1 -0
- package/lib/Layout/headerMenu/MenuScrollableItems.js +38 -0
- package/lib/Layout/headerMenu/MenuScrollableItems.js.map +1 -0
- package/lib/Layout/headerMenu/MenuSubLink.js +50 -0
- package/lib/Layout/headerMenu/MenuSubLink.js.map +1 -0
- package/lib/Layout/headerMenu/index.js +43 -0
- package/lib/Layout/headerMenu/index.js.map +1 -0
- package/lib/Layout/index.js +48 -0
- package/lib/Layout/index.js.map +1 -0
- package/lib/Layout/sizes.js +35 -0
- package/lib/Layout/sizes.js.map +1 -0
- package/lib/Menu/MenuModal.js +94 -0
- package/lib/Menu/MenuModal.js.map +1 -0
- package/lib/Menu/TabBar.js +59 -0
- package/lib/Menu/TabBar.js.map +1 -0
- package/lib/Menu/index.js +37 -0
- package/lib/Menu/index.js.map +1 -0
- package/lib/Misc/ButtonGroup.js +83 -0
- package/lib/Misc/ButtonGroup.js.map +1 -0
- package/lib/Misc/IconButton.js +93 -0
- package/lib/Misc/IconButton.js.map +1 -0
- package/lib/Misc/IsInViewport.js +63 -0
- package/lib/Misc/IsInViewport.js.map +1 -0
- package/lib/Misc/Loading.js +64 -0
- package/lib/Misc/Loading.js.map +1 -0
- package/lib/Misc/Pagination.js +70 -0
- package/lib/Misc/Pagination.js.map +1 -0
- package/lib/Misc/Pill.js +75 -0
- package/lib/Misc/Pill.js.map +1 -0
- package/lib/Misc/childrenWithDefaultProps.js +38 -0
- package/lib/Misc/childrenWithDefaultProps.js.map +1 -0
- package/lib/Misc/index.js +44 -0
- package/lib/Misc/index.js.map +1 -0
- package/lib/Misc/useLongTouch.js +45 -0
- package/lib/Misc/useLongTouch.js.map +1 -0
- package/lib/Misc/useTimeout.js +47 -0
- package/lib/Misc/useTimeout.js.map +1 -0
- package/lib/Modal/Modal.js +134 -0
- package/lib/Modal/Modal.js.map +1 -0
- package/lib/Modal/Overlay.js +92 -0
- package/lib/Modal/Overlay.js.map +1 -0
- package/lib/Modal/index.js +39 -0
- package/lib/Modal/index.js.map +1 -0
- package/lib/Text/Heading.js +88 -0
- package/lib/Text/Heading.js.map +1 -0
- package/lib/Text/Label.js +52 -0
- package/lib/Text/Label.js.map +1 -0
- package/lib/Text/Line.js +35 -0
- package/lib/Text/Line.js.map +1 -0
- package/lib/Text/Link.js +71 -0
- package/lib/Text/Link.js.map +1 -0
- package/lib/Text/Paragraph.js +53 -0
- package/lib/Text/Paragraph.js.map +1 -0
- package/lib/Text/Text.js +63 -0
- package/lib/Text/Text.js.map +1 -0
- package/lib/Text/TextLink.js +44 -0
- package/lib/Text/TextLink.js.map +1 -0
- package/lib/Text/Title.js +43 -0
- package/lib/Text/Title.js.map +1 -0
- package/lib/Text/index.js +43 -0
- package/lib/Text/index.js.map +1 -0
- package/lib/index.js +44 -0
- package/lib/index.js.map +1 -0
- package/lib/mediaQueries.js +45 -0
- package/lib/mediaQueries.js.map +1 -0
- package/lib/util.js +35 -0
- package/lib/util.js.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
32
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
__exportStar(require("./Button"), exports);
|
|
36
|
+
__exportStar(require("./ButtonLink"), exports);
|
|
37
|
+
__exportStar(require("./Checkbox"), exports);
|
|
38
|
+
__exportStar(require("./CodeInput"), exports);
|
|
39
|
+
__exportStar(require("./DropFileInput"), exports);
|
|
40
|
+
__exportStar(require("./ErrorMessage"), exports);
|
|
41
|
+
__exportStar(require("./Form"), exports);
|
|
42
|
+
__exportStar(require("./Input"), exports);
|
|
43
|
+
__exportStar(require("./InputBlock"), exports);
|
|
44
|
+
__exportStar(require("./InputSubmitCombo"), exports);
|
|
45
|
+
__exportStar(require("./RangeInput"), exports);
|
|
46
|
+
__exportStar(require("./RoundIconButton"), exports);
|
|
47
|
+
__exportStar(require("./Select"), exports);
|
|
48
|
+
__exportStar(require("./ShakeBox"), exports);
|
|
49
|
+
__exportStar(require("./Switch"), exports);
|
|
50
|
+
__exportStar(require("./TextArea"), exports);
|
|
51
|
+
__exportStar(require("./Tooltip"), exports);
|
|
52
|
+
__exportStar(require("./InputLabel"), exports);
|
|
53
|
+
__exportStar(require("./Select"), exports);
|
|
54
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Form/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,2CAAyB;AACzB,+CAA6B;AAC7B,6CAA2B;AAC3B,8CAA4B;AAC5B,kDAAgC;AAChC,iDAA+B;AAC/B,yCAAuB;AACvB,0CAAwB;AACxB,+CAA6B;AAC7B,qDAAmC;AACnC,+CAA6B;AAC7B,oDAAkC;AAClC,2CAAyB;AACzB,6CAA2B;AAC3B,2CAAyB;AACzB,6CAA2B;AAC3B,4CAA0B;AAC1B,+CAA6B;AAC7B,2CAAyB"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2022 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.GlobalCssVariables = void 0;
|
|
22
|
+
const Identity_1 = require("./Identity");
|
|
23
|
+
const light = () => ({
|
|
24
|
+
// Checkbox
|
|
25
|
+
'--checkbox-background': Identity_1.COLOR_V2.GRAY_20,
|
|
26
|
+
'--checkbox-background-disabled': Identity_1.COLOR_V2.GRAY_10,
|
|
27
|
+
'--checkbox-background-disabled-selected': Identity_1.COLOR_V2.GRAY_60,
|
|
28
|
+
'--checkbox-border': Identity_1.COLOR_V2.GRAY_80,
|
|
29
|
+
'--checkbox-border-disabled': Identity_1.COLOR_V2.GRAY_70,
|
|
30
|
+
// Icon Button
|
|
31
|
+
'--icon-button-primary-enabled-bg': Identity_1.COLOR.WHITE,
|
|
32
|
+
'--icon-button-primary-hover-bg': Identity_1.COLOR_V2.GRAY_20,
|
|
33
|
+
'--icon-button-primary-border': Identity_1.COLOR_V2.GRAY_40,
|
|
34
|
+
'--icon-button-primary-disabled-bg': Identity_1.COLOR_V2.GRAY_20,
|
|
35
|
+
'--icon-button-primary-disabled-border': Identity_1.COLOR_V2.GRAY_40,
|
|
36
|
+
'--icon-button-primary-hover-border': Identity_1.COLOR_V2.GRAY_50,
|
|
37
|
+
// Button
|
|
38
|
+
'--button-primary-disabled-bg': Identity_1.COLOR_V2.GRAY_50,
|
|
39
|
+
'--button-primary-disabled-text': Identity_1.COLOR_V2.GRAY_80,
|
|
40
|
+
'--button-tertiary-bg': Identity_1.COLOR.WHITE,
|
|
41
|
+
'--button-tertiary-border': Identity_1.COLOR_V2.GRAY_40,
|
|
42
|
+
'--button-tertiary-hover-bg': Identity_1.COLOR_V2.GRAY_20,
|
|
43
|
+
'--button-tertiary-hover-border': Identity_1.COLOR_V2.GRAY_50,
|
|
44
|
+
'--button-tertiary-disabled-bg': Identity_1.COLOR_V2.GRAY_20,
|
|
45
|
+
'--button-tertiary-disabled-border': 'transparent',
|
|
46
|
+
// Inputs
|
|
47
|
+
'--text-input-background': Identity_1.COLOR.WHITE,
|
|
48
|
+
'--text-input-border': Identity_1.COLOR_V2.GRAY_40,
|
|
49
|
+
'--text-input-border-hover': Identity_1.COLOR_V2.GRAY_60,
|
|
50
|
+
'--text-input-placeholder': Identity_1.COLOR_V2.GRAY_70,
|
|
51
|
+
'--text-input-disabled': Identity_1.COLOR_V2.GRAY_20,
|
|
52
|
+
'--text-input-label': Identity_1.COLOR_V2.GRAY_80,
|
|
53
|
+
// Select
|
|
54
|
+
'--select-focused-description': Identity_1.COLOR_V2.WHITE,
|
|
55
|
+
// General
|
|
56
|
+
'--danger-color': Identity_1.COLOR_V2.RED_LIGHT_500,
|
|
57
|
+
'--app-bg': Identity_1.COLOR_V2.GRAY_10,
|
|
58
|
+
'--main-color': Identity_1.COLOR.BLACK,
|
|
59
|
+
});
|
|
60
|
+
const dark = () => ({
|
|
61
|
+
// Checkbox
|
|
62
|
+
'--checkbox-background': Identity_1.COLOR_V2.GRAY_90,
|
|
63
|
+
'--checkbox-background-disabled': Identity_1.COLOR_V2.GRAY_90,
|
|
64
|
+
'--checkbox-background-disabled-selected': Identity_1.COLOR_V2.GRAY_80,
|
|
65
|
+
'--checkbox-border': Identity_1.COLOR_V2.GRAY_60,
|
|
66
|
+
'--checkbox-border-disabled': Identity_1.COLOR_V2.GRAY_60,
|
|
67
|
+
// Icon Button
|
|
68
|
+
'--icon-button-primary-enabled-bg': Identity_1.COLOR_V2.GRAY_90,
|
|
69
|
+
'--icon-button-primary-hover-bg': Identity_1.COLOR_V2.GRAY_80,
|
|
70
|
+
'--icon-button-primary-border': Identity_1.COLOR_V2.GRAY_100,
|
|
71
|
+
'--icon-button-primary-disabled-bg': Identity_1.COLOR_V2.GRAY_95,
|
|
72
|
+
'--icon-button-primary-disabled-border': Identity_1.COLOR_V2.GRAY_90,
|
|
73
|
+
'--icon-button-primary-hover-border': Identity_1.COLOR_V2.GRAY_70,
|
|
74
|
+
// Button
|
|
75
|
+
'--button-primary-disabled-bg': Identity_1.COLOR_V2.GRAY_70,
|
|
76
|
+
'--button-primary-disabled-text': Identity_1.COLOR.BLACK,
|
|
77
|
+
'--button-tertiary-bg': Identity_1.COLOR_V2.GRAY_90,
|
|
78
|
+
'--button-tertiary-border': Identity_1.COLOR_V2.GRAY_100,
|
|
79
|
+
'--button-tertiary-hover-bg': Identity_1.COLOR_V2.GRAY_80,
|
|
80
|
+
'--button-tertiary-hover-border': Identity_1.COLOR_V2.GRAY_80,
|
|
81
|
+
'--button-tertiary-disabled-bg': Identity_1.COLOR_V2.GRAY_95,
|
|
82
|
+
'--button-tertiary-disabled-border': 'transparent',
|
|
83
|
+
// Inputs
|
|
84
|
+
'--text-input-background': Identity_1.COLOR.BLACK,
|
|
85
|
+
'--text-input-border': Identity_1.COLOR_V2.GRAY_80,
|
|
86
|
+
'--text-input-border-hover': Identity_1.COLOR_V2.GRAY_40,
|
|
87
|
+
'--text-input-placeholder': Identity_1.COLOR_V2.GRAY_60,
|
|
88
|
+
'--text-input-disabled': Identity_1.COLOR_V2.GRAY_100,
|
|
89
|
+
'--text-input-label': Identity_1.COLOR_V2.GRAY_40,
|
|
90
|
+
// Select
|
|
91
|
+
'--select-focused-description': Identity_1.COLOR_V2.GRAY_40,
|
|
92
|
+
// General
|
|
93
|
+
'--danger-color': Identity_1.COLOR_V2.RED_DARK_500,
|
|
94
|
+
'--app-bg': Identity_1.COLOR_V2.GRAY_95,
|
|
95
|
+
'--main-color': Identity_1.COLOR.WHITE,
|
|
96
|
+
});
|
|
97
|
+
const accentColors = () => ({
|
|
98
|
+
'--accent-color': Identity_1.COLOR_V2.BLUE_LIGHT_500,
|
|
99
|
+
'--accent-color-highlight': Identity_1.COLOR_V2.BLUE_LIGHT_50,
|
|
100
|
+
'--accent-color-highlight-inversed': Identity_1.COLOR_V2.BLUE_LIGHT_800,
|
|
101
|
+
'--accent-color-border': Identity_1.COLOR_V2.BLUE_LIGHT_500,
|
|
102
|
+
'--accent-color-focus': Identity_1.COLOR_V2.BLUE_LIGHT_400,
|
|
103
|
+
'--icon-primary-active-fill': Identity_1.COLOR_V2.BLUE_LIGHT_500,
|
|
104
|
+
'--icon-secondary-active-border': 'transparent',
|
|
105
|
+
'--button-primary-hover': Identity_1.COLOR_V2.BLUE_LIGHT_600,
|
|
106
|
+
'--button-primary-active': Identity_1.COLOR_V2.BLUE_LIGHT_700,
|
|
107
|
+
'--button-primary-active-border': Identity_1.COLOR_V2.BLUE_LIGHT_700,
|
|
108
|
+
'--button-primary-focus-border': Identity_1.COLOR_V2.BLUE_LIGHT_700,
|
|
109
|
+
'--button-secondary-active-bg)': Identity_1.COLOR_V2.BLUE_LIGHT_50,
|
|
110
|
+
'--button-secondary-active-border)': Identity_1.COLOR_V2.BLUE_LIGHT_500,
|
|
111
|
+
'--button-secondary-hover-border)': Identity_1.COLOR_V2.BLUE_LIGHT_500,
|
|
112
|
+
});
|
|
113
|
+
exports.GlobalCssVariables = {
|
|
114
|
+
light,
|
|
115
|
+
dark,
|
|
116
|
+
accentColors,
|
|
117
|
+
};
|
|
118
|
+
//# sourceMappingURL=GlobalCssVariables.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalCssVariables.js","sourceRoot":"","sources":["../src/GlobalCssVariables.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
+
exports.GlobalStyle = void 0;
|
|
25
|
+
/** @jsx jsx */
|
|
26
|
+
const react_1 = require("@emotion/react");
|
|
27
|
+
const emotion_normalize_1 = __importDefault(require("emotion-normalize"));
|
|
28
|
+
const GlobalCssVariables_1 = require("./GlobalCssVariables");
|
|
29
|
+
const getGlobalStyles = (theme) => ({
|
|
30
|
+
'*': {
|
|
31
|
+
boxSizing: 'border-box',
|
|
32
|
+
},
|
|
33
|
+
'b, strong': {
|
|
34
|
+
fontWeight: 600,
|
|
35
|
+
},
|
|
36
|
+
body: Object.assign(Object.assign({}, GlobalCssVariables_1.GlobalCssVariables.accentColors()), { MozOsxFontSmoothing: 'grayscale', WebkitFontSmoothing: 'antialiased', background: theme.general.backgroundColor, color: theme.general.color, display: 'flex', flexDirection: 'column', minHeight: '100vh', transition: 'background 0.15s' }),
|
|
37
|
+
'body, body.theme-default': Object.assign({}, GlobalCssVariables_1.GlobalCssVariables.light()),
|
|
38
|
+
'body.theme-dark': Object.assign({}, GlobalCssVariables_1.GlobalCssVariables.dark()),
|
|
39
|
+
html: {
|
|
40
|
+
background: theme.general.backgroundColor,
|
|
41
|
+
transition: 'background 0.15s',
|
|
42
|
+
},
|
|
43
|
+
p: {
|
|
44
|
+
marginTop: 0,
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
const getGlobalFontStyle = () => ({
|
|
48
|
+
body: {
|
|
49
|
+
fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";',
|
|
50
|
+
fontWeight: navigator.platform === 'Win32' ? 400 : 300,
|
|
51
|
+
lineHeight: 1.5,
|
|
52
|
+
},
|
|
53
|
+
});
|
|
54
|
+
exports.GlobalStyle = (0, react_1.withTheme)(({ theme }) => {
|
|
55
|
+
return ((0, react_1.jsx)(react_1.Global, { styles: (0, react_1.css) `
|
|
56
|
+
${emotion_normalize_1.default}
|
|
57
|
+
${getGlobalStyles(theme)}
|
|
58
|
+
${getGlobalFontStyle()}
|
|
59
|
+
` }));
|
|
60
|
+
});
|
|
61
|
+
//# sourceMappingURL=GlobalStyle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalStyle.js","sourceRoot":"","sources":["../src/GlobalStyle.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;AAEH,eAAe;AACf,0CAAsE;AACtE,0EAAiD;AACjD,6DAAwD;AAIxD,MAAM,eAAe,GAAgC,CAAC,KAAY,EAAE,EAAE,CAAC,CAAC;IACtE,GAAG,EAAE;QACH,SAAS,EAAE,YAAY;KACxB;IACD,WAAW,EAAE;QACX,UAAU,EAAE,GAAG;KAChB;IACD,IAAI,kCACC,uCAAkB,CAAC,YAAY,EAAE,KACpC,mBAAmB,EAAE,WAAW,EAChC,mBAAmB,EAAE,aAAa,EAClC,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,eAAe,EACzC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,EAC1B,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,QAAQ,EACvB,SAAS,EAAE,OAAO,EAClB,UAAU,EAAE,kBAAkB,GAC/B;IACD,0BAA0B,oBACrB,uCAAkB,CAAC,KAAK,EAAE,CAC9B;IACD,iBAAiB,oBACZ,uCAAkB,CAAC,IAAI,EAAE,CAC7B;IACD,IAAI,EAAE;QACJ,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,eAAe;QACzC,UAAU,EAAE,kBAAkB;KAC/B;IACD,CAAC,EAAE;QACD,SAAS,EAAE,CAAC;KACb;CACF,CAAC,CAAC;AAEH,MAAM,kBAAkB,GAAG,GAAc,EAAE,CAAC,CAAC;IAC3C,IAAI,EAAE;QACJ,UAAU,EACR,qHAAqH;QACvH,UAAU,EAAE,SAAS,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG;QACtD,UAAU,EAAE,GAAG;KAChB;CACF,CAAC,CAAC;AAEU,QAAA,WAAW,GAAG,IAAA,iBAAS,EAAC,CAAC,EAAC,KAAK,EAAiB,EAAE,EAAE;IAC/D,OAAO,CACL,iBAAC,cAAM,IACL,MAAM,EAAE,IAAA,WAAG,EAAA;UACP,2BAAgB;UAChB,eAAe,CAAC,KAAK,CAAC;UACtB,kBAAkB,EAAE;OACvB,GACD,CACH,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
21
|
+
var t = {};
|
|
22
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
23
|
+
t[p] = s[p];
|
|
24
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
25
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
26
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
27
|
+
t[p[i]] = s[p[i]];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.AddPeopleIcon = void 0;
|
|
33
|
+
/** @jsx jsx */
|
|
34
|
+
const react_1 = require("@emotion/react");
|
|
35
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
36
|
+
const AddPeopleIcon = (_a) => {
|
|
37
|
+
var props = __rest(_a, []);
|
|
38
|
+
return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
39
|
+
(0, react_1.jsx)("path", { d: "M12 2V0h2v2h2v2h-2v2h-2V4h-2V2h2zm-2.6 8.6c1.4 0 2.6 1.1 2.6 2.5v1.1a12.8 12.8 0 0 1-12 0v-1c0-1.5 1.2-2.6 2.6-2.6h.3a6 6 0 0 0 6.2 0h.3zM6 8.9A3.4 3.4 0 1 1 6 2a3.4 3.4 0 0 1 0 6.9z" })));
|
|
40
|
+
};
|
|
41
|
+
exports.AddPeopleIcon = AddPeopleIcon;
|
|
42
|
+
//# sourceMappingURL=AddPeopleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddPeopleIcon.js","sourceRoot":"","sources":["../../src/Icon/AddPeopleIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,aAAa,GAAG,CAAC,EAAwB,EAAE,EAAE;QAAxB,KAAK,cAAT,EAAU,CAAD;IAAoB,OAAA,CACzD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,2BAAM,CAAC,EAAC,wLAAwL,GAAG,CAC3L,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,aAAa,iBAIxB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2019 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.ArchiveIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const ArchiveIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M1 7h14v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7zm6 2a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2H7zM2.5 0h11c.8 0 1.2 0 1.5.3.3.1.6.4.7.7.2.3.3.7.3 1.5V4c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V2.5C0 1.7 0 1.3.3 1 .4.7.7.4 1 .3c.3-.2.7-.3 1.5-.3z" })));
|
|
27
|
+
exports.ArchiveIcon = ArchiveIcon;
|
|
28
|
+
//# sourceMappingURL=ArchiveIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchiveIcon.js","sourceRoot":"","sources":["../../src/Icon/ArchiveIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,WAAW,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAClD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,0NAA0N,GAAG,CAC7N,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2022 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
21
|
+
var t = {};
|
|
22
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
23
|
+
t[p] = s[p];
|
|
24
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
25
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
26
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
27
|
+
t[p[i]] = s[p[i]];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
32
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ArrowDown = void 0;
|
|
36
|
+
const react_1 = __importDefault(require("react"));
|
|
37
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
38
|
+
const ArrowDown = (_a) => {
|
|
39
|
+
var props = __rest(_a, []);
|
|
40
|
+
return (react_1.default.createElement(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
41
|
+
react_1.default.createElement("path", { d: "M7.99963 12.5711L15.6565 4.91421L14.2423 3.5L7.99963 9.74264L1.75699 3.5L0.342773 4.91421L7.99963 12.5711Z" })));
|
|
42
|
+
};
|
|
43
|
+
exports.ArrowDown = ArrowDown;
|
|
44
|
+
//# sourceMappingURL=ArrowDown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowDown.js","sourceRoot":"","sources":["../../src/Icon/ArrowDown.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;AAEH,kDAA0B;AAC1B,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,EAAwB,EAAE,EAAE;QAAxB,KAAK,cAAT,EAAU,CAAD;IAAoB,OAAA,CACrD,8BAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,wCAAM,CAAC,EAAC,4GAA4G,GAAG,CAC/G,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,SAAS,aAIpB"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
21
|
+
var t = {};
|
|
22
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
23
|
+
t[p] = s[p];
|
|
24
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
25
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
26
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
27
|
+
t[p[i]] = s[p[i]];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.ArrowIcon = exports.rotation = void 0;
|
|
33
|
+
/** @jsx jsx */
|
|
34
|
+
const react_1 = require("@emotion/react");
|
|
35
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
36
|
+
exports.rotation = {
|
|
37
|
+
right: 0,
|
|
38
|
+
down: 90,
|
|
39
|
+
left: 180,
|
|
40
|
+
up: 270,
|
|
41
|
+
};
|
|
42
|
+
const ArrowIcon = (_a) => {
|
|
43
|
+
var { direction = 'right' } = _a, props = __rest(_a, ["direction"]);
|
|
44
|
+
return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
45
|
+
(0, react_1.jsx)("path", { transform: `rotate(${exports.rotation[direction]} 8 8)`, d: "M5.8 1.5L7.3 0l8 8-8 8-1.5-1.5L11.3 9H.7V7h10.6" })));
|
|
46
|
+
};
|
|
47
|
+
exports.ArrowIcon = ArrowIcon;
|
|
48
|
+
//# sourceMappingURL=ArrowIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrowIcon.js","sourceRoot":"","sources":["../../src/Icon/ArrowIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAanC,QAAA,QAAQ,GAAa;IAChC,KAAK,EAAE,CAAC;IACR,IAAI,EAAE,EAAE;IACR,IAAI,EAAE,GAAG;IACT,EAAE,EAAE,GAAG;CACR,CAAC;AAEK,MAAM,SAAS,GAAG,CAAC,EAA2C,EAAE,EAAE;QAA/C,EAAC,SAAS,GAAG,OAAO,OAAuB,EAAlB,KAAK,cAA9B,aAA+B,CAAD;IAAkB,OAAA,CACxE,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,2BAAM,SAAS,EAAE,UAAU,gBAAQ,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,EAAC,iDAAiD,GAAG,CACrG,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,SAAS,aAIpB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.AttachmentIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const AttachmentIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 14, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M1.6 7.7l4.8-4.8A3.3 3.3 0 0 1 11 3a3.4 3.4 0 0 1 0 4.8L9.8 9.1l-4.4 4.4a2 2 0 0 1-2.8 0 2 2 0 0 1 0-2.7L4 9.4 8.4 5c.2-.2.5-.2.7 0 .2.2.2.5 0 .6l-4.8 4.8a1 1 0 0 0 0 1.4c.4.4 1 .4 1.4 0L10.4 7c1-1 1-2.5 0-3.4-1-1-2.4-1-3.3 0L2.6 8 1.3 9.4a3.9 3.9 0 0 0 0 5.5c1.5 1.5 4 1.5 5.4 0l4.4-4.5 1.4-1.3c2-2.1 2-5.5 0-7.5a5.3 5.3 0 0 0-7.5 0L.3 6.3a1 1 0 0 0 0 1.4c.4.4 1 .4 1.3 0z" })));
|
|
27
|
+
exports.AttachmentIcon = AttachmentIcon;
|
|
28
|
+
//# sourceMappingURL=AttachmentIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachmentIcon.js","sourceRoot":"","sources":["../../src/Icon/AttachmentIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,cAAc,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACrD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,uXAAuX,GAAG,CAC1X,CACX,CAAC;AAJW,QAAA,cAAc,kBAIzB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.AudioVideoIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const AudioVideoIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M0 1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v11c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V1zm5 13h6v2H5v-2zm-3-4v1h3v-1H2zm0-2v1h3V8H2zm0-2v1h3V6H2zm0-2v1h3V4H2zm4.5 6v1h3v-1h-3zm0-2v1h3V8h-3zm4.5 2v1h3v-1h-3zm0-2v1h3V8h-3zm0-2v1h3V6h-3z" })));
|
|
27
|
+
exports.AudioVideoIcon = AudioVideoIcon;
|
|
28
|
+
//# sourceMappingURL=AudioVideoIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudioVideoIcon.js","sourceRoot":"","sources":["../../src/Icon/AudioVideoIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,cAAc,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACrD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,yNAAyN,GAAG,CAC5N,CACX,CAAC;AAJW,QAAA,cAAc,kBAIzB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2019 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.BlockIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const BlockIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm4.9-11.48l-.2.19-8.18 8.18a6 6 0 0 0 8.37-8.37zm-1.42-1.41a6 6 0 0 0-8.37 8.37l8.18-8.19.19-.18z" })));
|
|
27
|
+
exports.BlockIcon = BlockIcon;
|
|
28
|
+
//# sourceMappingURL=BlockIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockIcon.js","sourceRoot":"","sources":["../../src/Icon/BlockIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,sIAAsI,GAAG,CACzI,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.AndroidIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("../SVGIcon");
|
|
25
|
+
const AndroidIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 32, realHeight: 32 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M4.04 10.35c-1.133 0-2.04.886-2.04 1.971v8.268c0 1.094.916 1.971 2.04 1.971 1.131 0 2.038-.886 2.038-1.971V12.32c0-1.085-.916-1.971-2.039-1.971zm16.465-7.425L21.933.406a.276.276 0 0 0-.108-.373c-.134-.07-.314-.026-.386.112L20.002 2.69a10.133 10.133 0 0 0-4.006-.816 10.04 10.04 0 0 0-3.989.807L10.57.145a.297.297 0 0 0-.386-.112.277.277 0 0 0-.117.373l1.428 2.519C8.692 4.323 6.797 6.98 6.797 10.037h18.397c0-3.057-1.886-5.714-4.689-7.112zm-8.696 3.89a.76.76 0 0 1-.772-.747.76.76 0 0 1 .772-.747c.423 0 .773.34.773.747a.754.754 0 0 1-.773.747zm8.382 0a.76.76 0 0 1-.773-.747.76.76 0 0 1 .773-.747c.422 0 .772.34.772.747a.772.772 0 0 1-.772.747zM6.869 10.723v12.818c0 1.164.97 2.11 2.183 2.11h1.482v4.378c0 1.085.916 1.971 2.039 1.971 1.132 0 2.04-.886 2.04-1.98v-4.377h2.757v4.377c0 1.086.916 1.971 2.039 1.971 1.132 0 2.04-.885 2.04-1.971v-4.377h1.49c1.204 0 2.183-.938 2.183-2.11V10.714l-18.253.01zM30 12.321c0-1.094-.916-1.971-2.04-1.971-1.131 0-2.038.886-2.038 1.971v8.268c0 1.094.916 1.971 2.039 1.971 1.132 0 2.039-.886 2.039-1.971V12.32z", fillRule: "evenodd" })));
|
|
27
|
+
exports.AndroidIcon = AndroidIcon;
|
|
28
|
+
//# sourceMappingURL=AndroidIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AndroidIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/AndroidIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,MAAM,WAAW,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAClD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BACE,CAAC,EAAC,uhCAAuhC,EACzhC,QAAQ,EAAC,SAAS,GAClB,CACM,CACX,CAAC;AAPW,QAAA,WAAW,eAOtB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.AppleIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("../SVGIcon");
|
|
25
|
+
const AppleIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 32, realHeight: 32 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M24.716 17.018c.041 4.845 4.233 6.447 4.284 6.464-.025.113-.656 2.312-2.228 4.545-1.313 1.965-2.689 3.887-4.873 3.922-2.122.049-2.836-1.25-5.27-1.25-2.457 0-3.217 1.215-5.252 1.299-2.081.077-3.67-2.098-5.031-4.046-2.72-3.978-4.837-11.21-1.998-16.13 1.375-2.413 3.883-3.967 6.564-4.009 2.083-.042 4.016 1.409 5.296 1.409 1.255 0 3.645-1.736 6.11-1.476 1.03.03 3.964.407 5.857 3.17-.153.092-3.495 2.059-3.459 6.102zM20.707 5.129c-1.142 1.35-2.97 2.382-4.75 2.249-.233-1.821.67-3.758 1.679-4.94C18.777 1.098 20.759.07 22.343 0c.208 1.893-.54 3.758-1.636 5.129z", fillRule: "evenodd" })));
|
|
27
|
+
exports.AppleIcon = AppleIcon;
|
|
28
|
+
//# sourceMappingURL=AppleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppleIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/AppleIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BACE,CAAC,EAAC,+iBAA+iB,EACjjB,QAAQ,EAAC,SAAS,GAClB,CACM,CACX,CAAC;AAPW,QAAA,SAAS,aAOpB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.ChromeIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("../SVGIcon");
|
|
25
|
+
const ChromeIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 32, realHeight: 32 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M11.756 11.758a6 6 0 1 0 8.486 8.484 5.997 5.997 0 0 0 0-8.484 6 6 0 0 0-8.486 0M27.68 5.065l-6.022 6.025a7.492 7.492 0 0 1-.355 10.213 7.464 7.464 0 0 1-2.859 1.78l2.204 8.227c5.267-1.605 9.385-5.842 10.813-11.169 1.426-5.327-.022-11.055-3.78-15.076M10.694 21.303a7.496 7.496 0 0 1-2.059-6.732L.423 12.37A15.896 15.896 0 0 0 2.12 23.95a15.885 15.885 0 0 0 9.743 7.504c2.542.684 5.22.726 7.776.127l-2.202-8.219a7.494 7.494 0 0 1-6.742-2.058m0-10.606c2.806-2.805 7.273-2.917 10.221-.349l6.023-6.026A16.013 16.013 0 0 0 20.15.547C11.791-1.69 3.186 3.138.695 11.354l8.22 2.203a7.452 7.452 0 0 1 1.78-2.86", fillRule: "evenodd" })));
|
|
27
|
+
exports.ChromeIcon = ChromeIcon;
|
|
28
|
+
//# sourceMappingURL=ChromeIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChromeIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/ChromeIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,MAAM,UAAU,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACjD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BACE,CAAC,EAAC,2lBAA2lB,EAC7lB,QAAQ,EAAC,SAAS,GAClB,CACM,CACX,CAAC;AAPW,QAAA,UAAU,cAOrB"}
|