@wireapp/react-ui-kit 8.8.4 → 8.11.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.
- package/CHANGELOG.md +34 -0
- package/package.json +3 -2
- package/src/Form/Checkbox.js +9 -7
- package/src/Form/Checkbox.js.map +1 -1
- package/src/Form/Checkbox.md +4 -2
- package/src/Form/DropFileInput.d.js +2 -0
- package/src/Form/DropFileInput.d.js.map +1 -0
- package/src/Form/DropFileInput.d.ts +19 -0
- package/src/Form/DropFileInput.js +237 -0
- package/src/Form/DropFileInput.js.map +1 -0
- package/src/Form/DropFileInput.md +18 -0
- package/src/Form/RangeInput.d.js +2 -0
- package/src/Form/RangeInput.d.js.map +1 -0
- package/src/Form/RangeInput.d.ts +11 -0
- package/src/Form/RangeInput.js +75 -0
- package/src/Form/RangeInput.js.map +1 -0
- package/src/Form/RangeInput.md +27 -0
- package/src/Form/RangeInput.styles.d.js +2 -0
- package/src/Form/RangeInput.styles.d.js.map +1 -0
- package/src/Form/RangeInput.styles.d.ts +9 -0
- package/src/Form/RangeInput.styles.js +76 -0
- package/src/Form/RangeInput.styles.js.map +1 -0
- package/src/Form/Select.d.js +4 -0
- package/src/Form/Select.d.ts +16 -15
- package/src/Form/Select.js +42 -319
- package/src/Form/Select.js.map +1 -1
- package/src/Form/Select.md +25 -26
- package/src/Form/SelectComponents.d.js +2 -0
- package/src/Form/SelectComponents.d.js.map +1 -0
- package/src/Form/SelectComponents.d.ts +12 -0
- package/src/Form/SelectComponents.js +176 -0
- package/src/Form/SelectComponents.js.map +1 -0
- package/src/Form/SelectStyles.d.js +2 -0
- package/src/Form/SelectStyles.d.js.map +1 -0
- package/src/Form/SelectStyles.d.ts +925 -0
- package/src/Form/SelectStyles.js +133 -0
- package/src/Form/SelectStyles.js.map +1 -0
- package/src/Form/index.d.js +26 -0
- package/src/Form/index.d.js.map +1 -1
- package/src/Form/index.d.ts +3 -0
- package/src/Form/index.js +26 -0
- package/src/Form/index.js.map +1 -1
- package/src/Icon/ArrowDown.d.js +2 -0
- package/src/Icon/ArrowDown.d.js.map +1 -0
- package/src/Icon/ArrowDown.d.ts +2 -0
- package/src/Icon/ArrowDown.js +45 -0
- package/src/Icon/ArrowDown.js.map +1 -0
- package/src/Icon/SVGIcon.md +2 -0
- package/src/Icon/UploadIcon.d.js +2 -0
- package/src/Icon/UploadIcon.d.js.map +1 -0
- package/src/Icon/UploadIcon.d.ts +4 -0
- package/src/Icon/UploadIcon.js +46 -0
- package/src/Icon/UploadIcon.js.map +1 -0
- package/src/Icon/index.d.js +13 -0
- package/src/Icon/index.d.js.map +1 -1
- package/src/Icon/index.d.ts +1 -0
- package/src/Icon/index.js +13 -0
- package/src/Icon/index.js.map +1 -1
- package/src/Layout/Theme.d.ts +1 -0
- package/src/Layout/Theme.js +4 -2
- package/src/Layout/Theme.js.map +1 -1
- package/src/util.d.ts +2 -0
- package/src/util.js +10 -1
- package/src/util.js.map +1 -1
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.customStyles = void 0;
|
|
9
|
+
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
+
|
|
12
|
+
var _Input = require("./Input");
|
|
13
|
+
|
|
14
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
15
|
+
|
|
16
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
17
|
+
|
|
18
|
+
var customStyles = function customStyles(theme) {
|
|
19
|
+
var markInvalid = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
20
|
+
return {
|
|
21
|
+
indicatorSeparator: function indicatorSeparator() {
|
|
22
|
+
return {
|
|
23
|
+
display: 'none'
|
|
24
|
+
};
|
|
25
|
+
},
|
|
26
|
+
indicatorsContainer: function indicatorsContainer(provided) {
|
|
27
|
+
return _objectSpread({}, provided);
|
|
28
|
+
},
|
|
29
|
+
container: function container(provided, _ref) {
|
|
30
|
+
var isDisabled = _ref.isDisabled,
|
|
31
|
+
selectProps = _ref.selectProps;
|
|
32
|
+
var menuIsOpen = selectProps.menuIsOpen;
|
|
33
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (0, _Input.inputStyle)(theme, {
|
|
34
|
+
disabled: isDisabled,
|
|
35
|
+
markInvalid: markInvalid
|
|
36
|
+
})), {}, {
|
|
37
|
+
padding: 0,
|
|
38
|
+
height: 'auto',
|
|
39
|
+
minHeight: '48px',
|
|
40
|
+
'&:-moz-focusring': {
|
|
41
|
+
color: 'transparent',
|
|
42
|
+
textShadow: '0 0 0 #000'
|
|
43
|
+
},
|
|
44
|
+
position: 'relative'
|
|
45
|
+
}, isDisabled && {
|
|
46
|
+
backgroundColor: theme.Input.backgroundColorDisabled,
|
|
47
|
+
color: theme.Select.disabledColor,
|
|
48
|
+
cursor: 'default'
|
|
49
|
+
}), markInvalid && {
|
|
50
|
+
boxShadow: "0 0 0 1px ".concat(theme.general.dangerColor)
|
|
51
|
+
}), menuIsOpen && {
|
|
52
|
+
boxShadow: "0 0 0 1px ".concat(theme.general.primaryColor)
|
|
53
|
+
}), !menuIsOpen && {
|
|
54
|
+
'&:hover': {
|
|
55
|
+
boxShadow: "0 0 0 1px ".concat(theme.Select.borderColor)
|
|
56
|
+
},
|
|
57
|
+
'&:focus, &:active': {
|
|
58
|
+
boxShadow: "0 0 0 1px ".concat(theme.general.primaryColor)
|
|
59
|
+
}
|
|
60
|
+
}), {}, {
|
|
61
|
+
cursor: 'pointer'
|
|
62
|
+
});
|
|
63
|
+
},
|
|
64
|
+
control: function control() {
|
|
65
|
+
return {
|
|
66
|
+
display: 'flex',
|
|
67
|
+
alignItems: 'center',
|
|
68
|
+
appearance: 'none',
|
|
69
|
+
padding: '0 8px 0 16px',
|
|
70
|
+
height: 'auto',
|
|
71
|
+
minHeight: '48px'
|
|
72
|
+
};
|
|
73
|
+
},
|
|
74
|
+
menu: function menu(provided) {
|
|
75
|
+
return _objectSpread(_objectSpread({}, provided), {}, {
|
|
76
|
+
boxShadow: "0 0 0 1px ".concat(theme.general.primaryColor, ", 0 4px 11px hsl(0deg 0% 0% / 10%)"),
|
|
77
|
+
borderRadius: 12,
|
|
78
|
+
marginBottom: 0,
|
|
79
|
+
marginTop: 4
|
|
80
|
+
});
|
|
81
|
+
},
|
|
82
|
+
menuList: function menuList(provided) {
|
|
83
|
+
return _objectSpread(_objectSpread({}, provided), {}, {
|
|
84
|
+
paddingBottom: 0,
|
|
85
|
+
paddingTop: 0
|
|
86
|
+
});
|
|
87
|
+
},
|
|
88
|
+
option: function option(provided, _ref2) {
|
|
89
|
+
var isDisabled = _ref2.isDisabled,
|
|
90
|
+
isFocused = _ref2.isFocused,
|
|
91
|
+
isSelected = _ref2.isSelected;
|
|
92
|
+
return _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, provided), {}, {
|
|
93
|
+
padding: '10px 18px',
|
|
94
|
+
cursor: isDisabled ? 'not-allowed' : 'pointer',
|
|
95
|
+
fontSize: '16px',
|
|
96
|
+
fontWeight: 300,
|
|
97
|
+
lineHeight: '24px'
|
|
98
|
+
}, isSelected && {
|
|
99
|
+
backgroundColor: 'inherit',
|
|
100
|
+
color: 'inherit'
|
|
101
|
+
}), isFocused && {
|
|
102
|
+
background: theme.general.primaryColor,
|
|
103
|
+
borderColor: theme.general.primaryColor,
|
|
104
|
+
color: theme.Select.contrastTextColor
|
|
105
|
+
}), {}, {
|
|
106
|
+
'&:hover, &:active, &:focus': {
|
|
107
|
+
background: theme.general.primaryColor,
|
|
108
|
+
borderColor: theme.general.primaryColor,
|
|
109
|
+
color: theme.Select.contrastTextColor
|
|
110
|
+
},
|
|
111
|
+
'&:not(:last-of-type)': {
|
|
112
|
+
borderBottom: "1px solid ".concat(theme.Select.borderColor)
|
|
113
|
+
},
|
|
114
|
+
'&:first-of-type': {
|
|
115
|
+
borderRadius: '12px 12px 0 0'
|
|
116
|
+
},
|
|
117
|
+
'&:last-of-type': {
|
|
118
|
+
borderRadius: '0 0 12px 12px'
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
},
|
|
122
|
+
valueContainer: function valueContainer(provided) {
|
|
123
|
+
return _objectSpread(_objectSpread({}, provided), {}, {
|
|
124
|
+
padding: 0,
|
|
125
|
+
width: '100%',
|
|
126
|
+
display: 'grid'
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
exports.customStyles = customStyles;
|
|
133
|
+
//# sourceMappingURL=SelectStyles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["SelectStyles.tsx"],"names":["customStyles","theme","markInvalid","indicatorSeparator","display","indicatorsContainer","provided","container","isDisabled","selectProps","menuIsOpen","disabled","padding","height","minHeight","color","textShadow","position","backgroundColor","Input","backgroundColorDisabled","Select","disabledColor","cursor","boxShadow","general","dangerColor","primaryColor","borderColor","control","alignItems","appearance","menu","borderRadius","marginBottom","marginTop","menuList","paddingBottom","paddingTop","option","isFocused","isSelected","fontSize","fontWeight","lineHeight","background","contrastTextColor","borderBottom","valueContainer","width"],"mappings":";;;;;;;;;;;AAoBA;;;;;;AAEO,IAAMA,YAAY,GAAG,SAAfA,YAAe,CAACC,KAAD;AAAA,MAAeC,WAAf,uEAA6B,KAA7B;AAAA,SAAwC;AAClEC,IAAAA,kBAAkB,EAAE;AAAA,aAAO;AACzBC,QAAAA,OAAO,EAAE;AADgB,OAAP;AAAA,KAD8C;AAIlEC,IAAAA,mBAAmB,EAAE,6BAAAC,QAAQ;AAAA,+BACxBA,QADwB;AAAA,KAJqC;AAOlEC,IAAAA,SAAS,EAAE,mBAACD,QAAD,QAAyC;AAAA,UAA7BE,UAA6B,QAA7BA,UAA6B;AAAA,UAAjBC,WAAiB,QAAjBA,WAAiB;AAClD,UAAOC,UAAP,GAAqBD,WAArB,CAAOC,UAAP;AAEA,qGACK,uBAAWT,KAAX,EAAkB;AAACU,QAAAA,QAAQ,EAAEH,UAAX;AAAuBN,QAAAA,WAAW,EAAXA;AAAvB,OAAlB,CADL;AAEEU,QAAAA,OAAO,EAAE,CAFX;AAGEC,QAAAA,MAAM,EAAE,MAHV;AAIEC,QAAAA,SAAS,EAAE,MAJb;AAKE,4BAAoB;AAClBC,UAAAA,KAAK,EAAE,aADW;AAElBC,UAAAA,UAAU,EAAE;AAFM,SALtB;AASEC,QAAAA,QAAQ,EAAE;AATZ,SAUMT,UAAU,IAAI;AAChBU,QAAAA,eAAe,EAAEjB,KAAK,CAACkB,KAAN,CAAYC,uBADb;AAEhBL,QAAAA,KAAK,EAAEd,KAAK,CAACoB,MAAN,CAAaC,aAFJ;AAGhBC,QAAAA,MAAM,EAAE;AAHQ,OAVpB,GAeMrB,WAAW,IAAI;AACjBsB,QAAAA,SAAS,sBAAevB,KAAK,CAACwB,OAAN,CAAcC,WAA7B;AADQ,OAfrB,GAkBMhB,UAAU,IAAI;AAChBc,QAAAA,SAAS,sBAAevB,KAAK,CAACwB,OAAN,CAAcE,YAA7B;AADO,OAlBpB,GAqBM,CAACjB,UAAD,IAAe;AACjB,mBAAW;AACTc,UAAAA,SAAS,sBAAevB,KAAK,CAACoB,MAAN,CAAaO,WAA5B;AADA,SADM;AAIjB,6BAAqB;AACnBJ,UAAAA,SAAS,sBAAevB,KAAK,CAACwB,OAAN,CAAcE,YAA7B;AADU;AAJJ,OArBrB;AA6BEJ,QAAAA,MAAM,EAAE;AA7BV;AA+BD,KAzCiE;AA0ClEM,IAAAA,OAAO,EAAE;AAAA,aAAO;AACdzB,QAAAA,OAAO,EAAE,MADK;AAEd0B,QAAAA,UAAU,EAAE,QAFE;AAGdC,QAAAA,UAAU,EAAE,MAHE;AAIdnB,QAAAA,OAAO,EAAE,cAJK;AAKdC,QAAAA,MAAM,EAAE,MALM;AAMdC,QAAAA,SAAS,EAAE;AANG,OAAP;AAAA,KA1CyD;AAkDlEkB,IAAAA,IAAI,EAAE,cAAA1B,QAAQ;AAAA,6CACTA,QADS;AAEZkB,QAAAA,SAAS,sBAAevB,KAAK,CAACwB,OAAN,CAAcE,YAA7B,uCAFG;AAGZM,QAAAA,YAAY,EAAE,EAHF;AAIZC,QAAAA,YAAY,EAAE,CAJF;AAKZC,QAAAA,SAAS,EAAE;AALC;AAAA,KAlDoD;AAyDlEC,IAAAA,QAAQ,EAAE,kBAAA9B,QAAQ;AAAA,6CACbA,QADa;AAEhB+B,QAAAA,aAAa,EAAE,CAFC;AAGhBC,QAAAA,UAAU,EAAE;AAHI;AAAA,KAzDgD;AA8DlEC,IAAAA,MAAM,EAAE,gBAACjC,QAAD;AAAA,UAAYE,UAAZ,SAAYA,UAAZ;AAAA,UAAwBgC,SAAxB,SAAwBA,SAAxB;AAAA,UAAmCC,UAAnC,SAAmCA,UAAnC;AAAA,yEACHnC,QADG;AAENM,QAAAA,OAAO,EAAE,WAFH;AAGNW,QAAAA,MAAM,EAAEf,UAAU,GAAG,aAAH,GAAmB,SAH/B;AAINkC,QAAAA,QAAQ,EAAE,MAJJ;AAKNC,QAAAA,UAAU,EAAE,GALN;AAMNC,QAAAA,UAAU,EAAE;AANN,SAOFH,UAAU,IAAI;AAChBvB,QAAAA,eAAe,EAAE,SADD;AAEhBH,QAAAA,KAAK,EAAE;AAFS,OAPZ,GAWFyB,SAAS,IAAI;AACfK,QAAAA,UAAU,EAAE5C,KAAK,CAACwB,OAAN,CAAcE,YADX;AAEfC,QAAAA,WAAW,EAAE3B,KAAK,CAACwB,OAAN,CAAcE,YAFZ;AAGfZ,QAAAA,KAAK,EAAEd,KAAK,CAACoB,MAAN,CAAayB;AAHL,OAXX;AAgBN,sCAA8B;AAC5BD,UAAAA,UAAU,EAAE5C,KAAK,CAACwB,OAAN,CAAcE,YADE;AAE5BC,UAAAA,WAAW,EAAE3B,KAAK,CAACwB,OAAN,CAAcE,YAFC;AAG5BZ,UAAAA,KAAK,EAAEd,KAAK,CAACoB,MAAN,CAAayB;AAHQ,SAhBxB;AAqBN,gCAAwB;AACtBC,UAAAA,YAAY,sBAAe9C,KAAK,CAACoB,MAAN,CAAaO,WAA5B;AADU,SArBlB;AAwBN,2BAAmB;AACjBK,UAAAA,YAAY,EAAE;AADG,SAxBb;AA2BN,0BAAkB;AAChBA,UAAAA,YAAY,EAAE;AADE;AA3BZ;AAAA,KA9D0D;AA6FlEe,IAAAA,cAAc,EAAE,wBAAA1C,QAAQ;AAAA,6CACnBA,QADmB;AAEtBM,QAAAA,OAAO,EAAE,CAFa;AAGtBqC,QAAAA,KAAK,EAAE,MAHe;AAItB7C,QAAAA,OAAO,EAAE;AAJa;AAAA;AA7F0C,GAAxC;AAAA,CAArB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2022 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\nimport {Theme} from '../Layout';\nimport {inputStyle} from './Input';\n\nexport const customStyles = (theme: Theme, markInvalid = false) => ({\n indicatorSeparator: () => ({\n display: 'none',\n }),\n indicatorsContainer: provided => ({\n ...provided,\n }),\n container: (provided, {isDisabled, selectProps}) => {\n const {menuIsOpen} = selectProps;\n\n return {\n ...inputStyle(theme, {disabled: isDisabled, markInvalid}),\n padding: 0,\n height: 'auto',\n minHeight: '48px',\n '&:-moz-focusring': {\n color: 'transparent',\n textShadow: '0 0 0 #000',\n },\n position: 'relative',\n ...(isDisabled && {\n backgroundColor: theme.Input.backgroundColorDisabled,\n color: theme.Select.disabledColor,\n cursor: 'default',\n }),\n ...(markInvalid && {\n boxShadow: `0 0 0 1px ${theme.general.dangerColor}`,\n }),\n ...(menuIsOpen && {\n boxShadow: `0 0 0 1px ${theme.general.primaryColor}`,\n }),\n ...(!menuIsOpen && {\n '&:hover': {\n boxShadow: `0 0 0 1px ${theme.Select.borderColor}`,\n },\n '&:focus, &:active': {\n boxShadow: `0 0 0 1px ${theme.general.primaryColor}`,\n },\n }),\n cursor: 'pointer',\n };\n },\n control: () => ({\n display: 'flex',\n alignItems: 'center',\n appearance: 'none',\n padding: '0 8px 0 16px',\n height: 'auto',\n minHeight: '48px',\n }),\n menu: provided => ({\n ...provided,\n boxShadow: `0 0 0 1px ${theme.general.primaryColor}, 0 4px 11px hsl(0deg 0% 0% / 10%)`,\n borderRadius: 12,\n marginBottom: 0,\n marginTop: 4,\n }),\n menuList: provided => ({\n ...provided,\n paddingBottom: 0,\n paddingTop: 0,\n }),\n option: (provided, {isDisabled, isFocused, isSelected}) => ({\n ...provided,\n padding: '10px 18px',\n cursor: isDisabled ? 'not-allowed' : 'pointer',\n fontSize: '16px',\n fontWeight: 300,\n lineHeight: '24px',\n ...(isSelected && {\n backgroundColor: 'inherit',\n color: 'inherit',\n }),\n ...(isFocused && {\n background: theme.general.primaryColor,\n borderColor: theme.general.primaryColor,\n color: theme.Select.contrastTextColor,\n }),\n '&:hover, &:active, &:focus': {\n background: theme.general.primaryColor,\n borderColor: theme.general.primaryColor,\n color: theme.Select.contrastTextColor,\n },\n '&:not(:last-of-type)': {\n borderBottom: `1px solid ${theme.Select.borderColor}`,\n },\n '&:first-of-type': {\n borderRadius: '12px 12px 0 0',\n },\n '&:last-of-type': {\n borderRadius: '0 0 12px 12px',\n },\n }),\n valueContainer: provided => ({\n ...provided,\n padding: 0,\n width: '100%',\n display: 'grid',\n }),\n});\n"],"file":"SelectStyles.js"}
|
package/src/Form/index.d.js
CHANGED
|
@@ -56,6 +56,19 @@ Object.keys(_CodeInput).forEach(function (key) {
|
|
|
56
56
|
});
|
|
57
57
|
});
|
|
58
58
|
|
|
59
|
+
var _DropFileInput = require("./DropFileInput");
|
|
60
|
+
|
|
61
|
+
Object.keys(_DropFileInput).forEach(function (key) {
|
|
62
|
+
if (key === "default" || key === "__esModule") return;
|
|
63
|
+
if (key in exports && exports[key] === _DropFileInput[key]) return;
|
|
64
|
+
Object.defineProperty(exports, key, {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function get() {
|
|
67
|
+
return _DropFileInput[key];
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
|
|
59
72
|
var _ErrorMessage = require("./ErrorMessage");
|
|
60
73
|
|
|
61
74
|
Object.keys(_ErrorMessage).forEach(function (key) {
|
|
@@ -121,6 +134,19 @@ Object.keys(_InputSubmitCombo).forEach(function (key) {
|
|
|
121
134
|
});
|
|
122
135
|
});
|
|
123
136
|
|
|
137
|
+
var _RangeInput = require("./RangeInput");
|
|
138
|
+
|
|
139
|
+
Object.keys(_RangeInput).forEach(function (key) {
|
|
140
|
+
if (key === "default" || key === "__esModule") return;
|
|
141
|
+
if (key in exports && exports[key] === _RangeInput[key]) return;
|
|
142
|
+
Object.defineProperty(exports, key, {
|
|
143
|
+
enumerable: true,
|
|
144
|
+
get: function get() {
|
|
145
|
+
return _RangeInput[key];
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
});
|
|
149
|
+
|
|
124
150
|
var _RoundIconButton = require("./RoundIconButton");
|
|
125
151
|
|
|
126
152
|
Object.keys(_RoundIconButton).forEach(function (key) {
|
package/src/Form/index.d.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.d.ts"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from './Button';\nexport * from './ButtonLink';\nexport * from './Checkbox';\nexport * from './CodeInput';\nexport * from './ErrorMessage';\nexport * from './Form';\nexport * from './Input';\nexport * from './InputBlock';\nexport * from './InputSubmitCombo';\nexport * from './RoundIconButton';\nexport * from './Select';\nexport * from './ShakeBox';\nexport * from './Switch';\nexport * from './TextArea';\nexport * from './Tooltip';\nexport * from './InputLabel';\n"],"file":"index.d.js"}
|
|
1
|
+
{"version":3,"sources":["index.d.ts"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AALA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from './Button';\nexport * from './ButtonLink';\nexport * from './Checkbox';\nexport * from './CodeInput';\nexport * from './DropFileInput';\nexport * from './ErrorMessage';\nexport * from './Form';\nexport * from './Input';\nexport * from './InputBlock';\nexport * from './InputSubmitCombo';\nexport * from './RangeInput';\nexport * from './RoundIconButton';\nexport * from './Select';\nexport * from './ShakeBox';\nexport * from './Switch';\nexport * from './TextArea';\nexport * from './Tooltip';\nexport * from './InputLabel';\nexport * from './Select';\n"],"file":"index.d.js"}
|
package/src/Form/index.d.ts
CHANGED
|
@@ -2,11 +2,13 @@ export * from './Button';
|
|
|
2
2
|
export * from './ButtonLink';
|
|
3
3
|
export * from './Checkbox';
|
|
4
4
|
export * from './CodeInput';
|
|
5
|
+
export * from './DropFileInput';
|
|
5
6
|
export * from './ErrorMessage';
|
|
6
7
|
export * from './Form';
|
|
7
8
|
export * from './Input';
|
|
8
9
|
export * from './InputBlock';
|
|
9
10
|
export * from './InputSubmitCombo';
|
|
11
|
+
export * from './RangeInput';
|
|
10
12
|
export * from './RoundIconButton';
|
|
11
13
|
export * from './Select';
|
|
12
14
|
export * from './ShakeBox';
|
|
@@ -14,3 +16,4 @@ export * from './Switch';
|
|
|
14
16
|
export * from './TextArea';
|
|
15
17
|
export * from './Tooltip';
|
|
16
18
|
export * from './InputLabel';
|
|
19
|
+
export * from './Select';
|
package/src/Form/index.js
CHANGED
|
@@ -56,6 +56,19 @@ Object.keys(_CodeInput).forEach(function (key) {
|
|
|
56
56
|
});
|
|
57
57
|
});
|
|
58
58
|
|
|
59
|
+
var _DropFileInput = require("./DropFileInput");
|
|
60
|
+
|
|
61
|
+
Object.keys(_DropFileInput).forEach(function (key) {
|
|
62
|
+
if (key === "default" || key === "__esModule") return;
|
|
63
|
+
if (key in exports && exports[key] === _DropFileInput[key]) return;
|
|
64
|
+
Object.defineProperty(exports, key, {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function get() {
|
|
67
|
+
return _DropFileInput[key];
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
|
|
59
72
|
var _ErrorMessage = require("./ErrorMessage");
|
|
60
73
|
|
|
61
74
|
Object.keys(_ErrorMessage).forEach(function (key) {
|
|
@@ -121,6 +134,19 @@ Object.keys(_InputSubmitCombo).forEach(function (key) {
|
|
|
121
134
|
});
|
|
122
135
|
});
|
|
123
136
|
|
|
137
|
+
var _RangeInput = require("./RangeInput");
|
|
138
|
+
|
|
139
|
+
Object.keys(_RangeInput).forEach(function (key) {
|
|
140
|
+
if (key === "default" || key === "__esModule") return;
|
|
141
|
+
if (key in exports && exports[key] === _RangeInput[key]) return;
|
|
142
|
+
Object.defineProperty(exports, key, {
|
|
143
|
+
enumerable: true,
|
|
144
|
+
get: function get() {
|
|
145
|
+
return _RangeInput[key];
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
});
|
|
149
|
+
|
|
124
150
|
var _RoundIconButton = require("./RoundIconButton");
|
|
125
151
|
|
|
126
152
|
Object.keys(_RoundIconButton).forEach(function (key) {
|
package/src/Form/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;AAmBA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\nexport * from './Button';\nexport * from './ButtonLink';\nexport * from './Checkbox';\nexport * from './CodeInput';\nexport * from './ErrorMessage';\nexport * from './Form';\nexport * from './Input';\nexport * from './InputBlock';\nexport * from './InputSubmitCombo';\nexport * from './RoundIconButton';\nexport * from './Select';\nexport * from './ShakeBox';\nexport * from './Switch';\nexport * from './TextArea';\nexport * from './Tooltip';\nexport * from './InputLabel';\n"],"file":"index.js"}
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;AAmBA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AALA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\nexport * from './Button';\nexport * from './ButtonLink';\nexport * from './Checkbox';\nexport * from './CodeInput';\nexport * from './DropFileInput';\nexport * from './ErrorMessage';\nexport * from './Form';\nexport * from './Input';\nexport * from './InputBlock';\nexport * from './InputSubmitCombo';\nexport * from './RangeInput';\nexport * from './RoundIconButton';\nexport * from './Select';\nexport * from './ShakeBox';\nexport * from './Switch';\nexport * from './TextArea';\nexport * from './Tooltip';\nexport * from './InputLabel';\nexport * from './Select';\n"],"file":"index.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"ArrowDown.d.js"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.ArrowDown = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Wire
|
|
18
|
+
* Copyright (C) 2022 Wire Swiss GmbH
|
|
19
|
+
*
|
|
20
|
+
* This program is free software: you can redistribute it and/or modify
|
|
21
|
+
* it under the terms of the GNU General Public License as published by
|
|
22
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
23
|
+
* (at your option) any later version.
|
|
24
|
+
*
|
|
25
|
+
* This program is distributed in the hope that it will be useful,
|
|
26
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
27
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
28
|
+
* GNU General Public License for more details.
|
|
29
|
+
*
|
|
30
|
+
* You should have received a copy of the GNU General Public License
|
|
31
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
var ArrowDown = function ArrowDown(_ref) {
|
|
35
|
+
var props = (0, _extends2["default"])({}, _ref);
|
|
36
|
+
return /*#__PURE__*/_react["default"].createElement(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
37
|
+
realWidth: 16,
|
|
38
|
+
realHeight: 16
|
|
39
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
+
d: "M7.99963 12.5711L15.6565 4.91421L14.2423 3.5L7.99963 9.74264L1.75699 3.5L0.342773 4.91421L7.99963 12.5711Z"
|
|
41
|
+
}));
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
exports.ArrowDown = ArrowDown;
|
|
45
|
+
//# sourceMappingURL=ArrowDown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["ArrowDown.tsx"],"names":["ArrowDown","props"],"mappings":";;;;;;;;;;;AAmBA;;AACA;;AApBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY;AAAA,MAAKC,KAAL;AAAA,sBACvB,gCAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,gBACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2022 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\nimport React from 'react';\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const ArrowDown = ({...props}: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M7.99963 12.5711L15.6565 4.91421L14.2423 3.5L7.99963 9.74264L1.75699 3.5L0.342773 4.91421L7.99963 12.5711Z\" />\n </SVGIcon>\n);\n"],"file":"ArrowDown.js"}
|
package/src/Icon/SVGIcon.md
CHANGED
|
@@ -78,6 +78,7 @@ import {
|
|
|
78
78
|
HideIcon,
|
|
79
79
|
TriangleIcon,
|
|
80
80
|
TwitterIcon,
|
|
81
|
+
UploadIcon,
|
|
81
82
|
WireIcon,
|
|
82
83
|
} from '@wireapp/react-ui-kit';
|
|
83
84
|
|
|
@@ -141,6 +142,7 @@ const icons = [
|
|
|
141
142
|
TeamIcon,
|
|
142
143
|
TimedIcon,
|
|
143
144
|
TrashIcon,
|
|
145
|
+
UploadIcon,
|
|
144
146
|
TrashCrossIcon,
|
|
145
147
|
TriangleIcon,
|
|
146
148
|
HideIcon,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"UploadIcon.d.js"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.UploadIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Wire
|
|
18
|
+
* Copyright (C) 2022 Wire Swiss GmbH
|
|
19
|
+
*
|
|
20
|
+
* This program is free software: you can redistribute it and/or modify
|
|
21
|
+
* it under the terms of the GNU General Public License as published by
|
|
22
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
23
|
+
* (at your option) any later version.
|
|
24
|
+
*
|
|
25
|
+
* This program is distributed in the hope that it will be useful,
|
|
26
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
27
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
28
|
+
* GNU General Public License for more details.
|
|
29
|
+
*
|
|
30
|
+
* You should have received a copy of the GNU General Public License
|
|
31
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
/** @jsx jsx */
|
|
36
|
+
var UploadIcon = function UploadIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 16,
|
|
39
|
+
realHeight: 16
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
d: "M0 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
exports.UploadIcon = UploadIcon;
|
|
46
|
+
//# sourceMappingURL=UploadIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["UploadIcon.tsx"],"names":["UploadIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AACA;;AArBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAIO,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAACC,KAAD;AAAA,SACxB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADwB;AAAA,CAAnB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2022 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const UploadIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M0 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z\" />\n </SVGIcon>\n);\n"],"file":"UploadIcon.js"}
|
package/src/Icon/index.d.js
CHANGED
|
@@ -810,6 +810,19 @@ Object.keys(_TriangleIcon).forEach(function (key) {
|
|
|
810
810
|
});
|
|
811
811
|
});
|
|
812
812
|
|
|
813
|
+
var _UploadIcon = require("./UploadIcon");
|
|
814
|
+
|
|
815
|
+
Object.keys(_UploadIcon).forEach(function (key) {
|
|
816
|
+
if (key === "default" || key === "__esModule") return;
|
|
817
|
+
if (key in exports && exports[key] === _UploadIcon[key]) return;
|
|
818
|
+
Object.defineProperty(exports, key, {
|
|
819
|
+
enumerable: true,
|
|
820
|
+
get: function get() {
|
|
821
|
+
return _UploadIcon[key];
|
|
822
|
+
}
|
|
823
|
+
});
|
|
824
|
+
});
|
|
825
|
+
|
|
813
826
|
var _WireIcon = require("./WireIcon");
|
|
814
827
|
|
|
815
828
|
Object.keys(_WireIcon).forEach(function (key) {
|
package/src/Icon/index.d.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.d.ts"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from './AddPeopleIcon';\nexport * from './ArchiveIcon';\nexport * from './ArrowIcon';\nexport * from './AttachmentIcon';\nexport * from './AudioVideoIcon';\nexport * from './BlockIcon';\nexport * from './CopyIcon';\nexport * from './CallIcon';\nexport * from './CameraIcon';\nexport * from './CamIcon';\nexport * from './CheckIcon';\nexport * from './CheckRoundIcon';\nexport * from './ChevronIcon';\nexport * from './CloseIcon';\nexport * from './DeviceIcon';\nexport * from './DownloadIcon';\nexport * from './EditDocumentIcon';\nexport * from './EditIcon';\nexport * from './EnterIcon';\nexport * from './ErrorIcon';\nexport * from './FileIcon';\nexport * from './GifIcon';\nexport * from './GroupIcon';\nexport * from './HangupIcon';\nexport * from './HideIcon';\nexport * from './ImageIcon';\nexport * from './SupportIcon';\nexport * from './InfoIcon';\nexport * from './InviteIcon';\nexport * from './LeaveIcon';\nexport * from './LinkIcon';\nexport * from './ListIcon';\nexport * from './LockIcon';\nexport * from './MessageIcon';\nexport * from './MinusIcon';\nexport * from './MoreIcon';\nexport * from './MuteIcon';\nexport * from './NotificationIcon';\nexport * from './NotificationOffIcon';\nexport * from './OptionsIcon';\nexport * from './GridIcon';\nexport * from './PeopleIcon';\nexport * from './PingIcon';\nexport * from './PlaneIcon';\nexport * from './PlusIcon';\nexport * from './ProfileIcon';\nexport * from './RecordIcon';\nexport * from './RecordBoldIcon';\nexport * from './RecordPendingIcon';\nexport * from './ReloadIcon';\nexport * from './ScreenshareIcon';\nexport * from './SearchIcon';\nexport * from './ServicesIcon';\nexport * from './SettingsIcon';\nexport * from './ShowIcon';\nexport * from './SignIcon';\nexport * from './SpeakerIcon';\nexport * from './TeamIcon';\nexport * from './TimedIcon';\nexport * from './TrashIcon';\nexport * from './TrashCrossIcon';\nexport * from './TriangleIcon';\nexport * from './WireIcon';\nexport * from './Brand/AndroidIcon';\nexport * from './Brand/AppleIcon';\nexport * from './Brand/ChromeIcon';\nexport * from './Brand/FacebookIcon';\nexport * from './Brand/GitHubIcon';\nexport * from './Brand/LinkedInIcon';\nexport * from './Brand/LinuxIcon';\nexport * from './Brand/MicrosoftIcon';\nexport * from './Brand/TwitterIcon';\n"],"file":"index.d.js"}
|
|
1
|
+
{"version":3,"sources":["index.d.ts"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from './AddPeopleIcon';\nexport * from './ArchiveIcon';\nexport * from './ArrowIcon';\nexport * from './AttachmentIcon';\nexport * from './AudioVideoIcon';\nexport * from './BlockIcon';\nexport * from './CopyIcon';\nexport * from './CallIcon';\nexport * from './CameraIcon';\nexport * from './CamIcon';\nexport * from './CheckIcon';\nexport * from './CheckRoundIcon';\nexport * from './ChevronIcon';\nexport * from './CloseIcon';\nexport * from './DeviceIcon';\nexport * from './DownloadIcon';\nexport * from './EditDocumentIcon';\nexport * from './EditIcon';\nexport * from './EnterIcon';\nexport * from './ErrorIcon';\nexport * from './FileIcon';\nexport * from './GifIcon';\nexport * from './GroupIcon';\nexport * from './HangupIcon';\nexport * from './HideIcon';\nexport * from './ImageIcon';\nexport * from './SupportIcon';\nexport * from './InfoIcon';\nexport * from './InviteIcon';\nexport * from './LeaveIcon';\nexport * from './LinkIcon';\nexport * from './ListIcon';\nexport * from './LockIcon';\nexport * from './MessageIcon';\nexport * from './MinusIcon';\nexport * from './MoreIcon';\nexport * from './MuteIcon';\nexport * from './NotificationIcon';\nexport * from './NotificationOffIcon';\nexport * from './OptionsIcon';\nexport * from './GridIcon';\nexport * from './PeopleIcon';\nexport * from './PingIcon';\nexport * from './PlaneIcon';\nexport * from './PlusIcon';\nexport * from './ProfileIcon';\nexport * from './RecordIcon';\nexport * from './RecordBoldIcon';\nexport * from './RecordPendingIcon';\nexport * from './ReloadIcon';\nexport * from './ScreenshareIcon';\nexport * from './SearchIcon';\nexport * from './ServicesIcon';\nexport * from './SettingsIcon';\nexport * from './ShowIcon';\nexport * from './SignIcon';\nexport * from './SpeakerIcon';\nexport * from './TeamIcon';\nexport * from './TimedIcon';\nexport * from './TrashIcon';\nexport * from './TrashCrossIcon';\nexport * from './TriangleIcon';\nexport * from './UploadIcon';\nexport * from './WireIcon';\nexport * from './Brand/AndroidIcon';\nexport * from './Brand/AppleIcon';\nexport * from './Brand/ChromeIcon';\nexport * from './Brand/FacebookIcon';\nexport * from './Brand/GitHubIcon';\nexport * from './Brand/LinkedInIcon';\nexport * from './Brand/LinuxIcon';\nexport * from './Brand/MicrosoftIcon';\nexport * from './Brand/TwitterIcon';\n"],"file":"index.d.js"}
|
package/src/Icon/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export * from './TimedIcon';
|
|
|
60
60
|
export * from './TrashIcon';
|
|
61
61
|
export * from './TrashCrossIcon';
|
|
62
62
|
export * from './TriangleIcon';
|
|
63
|
+
export * from './UploadIcon';
|
|
63
64
|
export * from './WireIcon';
|
|
64
65
|
export * from './Brand/AndroidIcon';
|
|
65
66
|
export * from './Brand/AppleIcon';
|
package/src/Icon/index.js
CHANGED
|
@@ -810,6 +810,19 @@ Object.keys(_TriangleIcon).forEach(function (key) {
|
|
|
810
810
|
});
|
|
811
811
|
});
|
|
812
812
|
|
|
813
|
+
var _UploadIcon = require("./UploadIcon");
|
|
814
|
+
|
|
815
|
+
Object.keys(_UploadIcon).forEach(function (key) {
|
|
816
|
+
if (key === "default" || key === "__esModule") return;
|
|
817
|
+
if (key in exports && exports[key] === _UploadIcon[key]) return;
|
|
818
|
+
Object.defineProperty(exports, key, {
|
|
819
|
+
enumerable: true,
|
|
820
|
+
get: function get() {
|
|
821
|
+
return _UploadIcon[key];
|
|
822
|
+
}
|
|
823
|
+
});
|
|
824
|
+
});
|
|
825
|
+
|
|
813
826
|
var _WireIcon = require("./WireIcon");
|
|
814
827
|
|
|
815
828
|
Object.keys(_WireIcon).forEach(function (key) {
|
package/src/Icon/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;AAmBA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAGA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\nexport * from './AddPeopleIcon';\nexport * from './ArchiveIcon';\nexport * from './ArrowIcon';\nexport * from './AttachmentIcon';\nexport * from './AudioVideoIcon';\nexport * from './BlockIcon';\nexport * from './CopyIcon';\nexport * from './CallIcon';\nexport * from './CameraIcon';\nexport * from './CamIcon';\nexport * from './CheckIcon';\nexport * from './CheckRoundIcon';\nexport * from './ChevronIcon';\nexport * from './CloseIcon';\nexport * from './DeviceIcon';\nexport * from './DownloadIcon';\nexport * from './EditDocumentIcon';\nexport * from './EditIcon';\nexport * from './EnterIcon';\nexport * from './ErrorIcon';\nexport * from './FileIcon';\nexport * from './GifIcon';\nexport * from './GroupIcon';\nexport * from './HangupIcon';\nexport * from './HideIcon';\nexport * from './ImageIcon';\nexport * from './SupportIcon';\nexport * from './InfoIcon';\nexport * from './InviteIcon';\nexport * from './LeaveIcon';\nexport * from './LinkIcon';\nexport * from './ListIcon';\nexport * from './LockIcon';\nexport * from './MessageIcon';\nexport * from './MinusIcon';\nexport * from './MoreIcon';\nexport * from './MuteIcon';\nexport * from './NotificationIcon';\nexport * from './NotificationOffIcon';\nexport * from './OptionsIcon';\nexport * from './GridIcon';\nexport * from './PeopleIcon';\nexport * from './PingIcon';\nexport * from './PlaneIcon';\nexport * from './PlusIcon';\nexport * from './ProfileIcon';\nexport * from './RecordIcon';\nexport * from './RecordBoldIcon';\nexport * from './RecordPendingIcon';\nexport * from './ReloadIcon';\nexport * from './ScreenshareIcon';\nexport * from './SearchIcon';\nexport * from './ServicesIcon';\nexport * from './SettingsIcon';\nexport * from './ShowIcon';\nexport * from './SignIcon';\nexport * from './SpeakerIcon';\nexport * from './TeamIcon';\nexport * from './TimedIcon';\nexport * from './TrashIcon';\nexport * from './TrashCrossIcon';\nexport * from './TriangleIcon';\nexport * from './WireIcon';\n\n// Brand Icons\nexport * from './Brand/AndroidIcon';\nexport * from './Brand/AppleIcon';\nexport * from './Brand/ChromeIcon';\nexport * from './Brand/FacebookIcon';\nexport * from './Brand/GitHubIcon';\nexport * from './Brand/LinkedInIcon';\nexport * from './Brand/LinuxIcon';\nexport * from './Brand/MicrosoftIcon';\nexport * from './Brand/TwitterIcon';\n"],"file":"index.js"}
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;AAmBA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAGA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\nexport * from './AddPeopleIcon';\nexport * from './ArchiveIcon';\nexport * from './ArrowIcon';\nexport * from './AttachmentIcon';\nexport * from './AudioVideoIcon';\nexport * from './BlockIcon';\nexport * from './CopyIcon';\nexport * from './CallIcon';\nexport * from './CameraIcon';\nexport * from './CamIcon';\nexport * from './CheckIcon';\nexport * from './CheckRoundIcon';\nexport * from './ChevronIcon';\nexport * from './CloseIcon';\nexport * from './DeviceIcon';\nexport * from './DownloadIcon';\nexport * from './EditDocumentIcon';\nexport * from './EditIcon';\nexport * from './EnterIcon';\nexport * from './ErrorIcon';\nexport * from './FileIcon';\nexport * from './GifIcon';\nexport * from './GroupIcon';\nexport * from './HangupIcon';\nexport * from './HideIcon';\nexport * from './ImageIcon';\nexport * from './SupportIcon';\nexport * from './InfoIcon';\nexport * from './InviteIcon';\nexport * from './LeaveIcon';\nexport * from './LinkIcon';\nexport * from './ListIcon';\nexport * from './LockIcon';\nexport * from './MessageIcon';\nexport * from './MinusIcon';\nexport * from './MoreIcon';\nexport * from './MuteIcon';\nexport * from './NotificationIcon';\nexport * from './NotificationOffIcon';\nexport * from './OptionsIcon';\nexport * from './GridIcon';\nexport * from './PeopleIcon';\nexport * from './PingIcon';\nexport * from './PlaneIcon';\nexport * from './PlusIcon';\nexport * from './ProfileIcon';\nexport * from './RecordIcon';\nexport * from './RecordBoldIcon';\nexport * from './RecordPendingIcon';\nexport * from './ReloadIcon';\nexport * from './ScreenshareIcon';\nexport * from './SearchIcon';\nexport * from './ServicesIcon';\nexport * from './SettingsIcon';\nexport * from './ShowIcon';\nexport * from './SignIcon';\nexport * from './SpeakerIcon';\nexport * from './TeamIcon';\nexport * from './TimedIcon';\nexport * from './TrashIcon';\nexport * from './TrashCrossIcon';\nexport * from './TriangleIcon';\nexport * from './UploadIcon';\nexport * from './WireIcon';\n\n// Brand Icons\nexport * from './Brand/AndroidIcon';\nexport * from './Brand/AppleIcon';\nexport * from './Brand/ChromeIcon';\nexport * from './Brand/FacebookIcon';\nexport * from './Brand/GitHubIcon';\nexport * from './Brand/LinkedInIcon';\nexport * from './Brand/LinuxIcon';\nexport * from './Brand/MicrosoftIcon';\nexport * from './Brand/TwitterIcon';\n"],"file":"index.js"}
|
package/src/Layout/Theme.d.ts
CHANGED
package/src/Layout/Theme.js
CHANGED
|
@@ -59,7 +59,8 @@ var themes = (_themes = {}, (0, _defineProperty2["default"])(_themes, THEME_ID.L
|
|
|
59
59
|
Select: {
|
|
60
60
|
disabledColor: _colorsV.COLOR_V2.GRAY_70,
|
|
61
61
|
contrastTextColor: _colors.COLOR.WHITE,
|
|
62
|
-
borderColor: _colorsV.COLOR_V2.GRAY_40
|
|
62
|
+
borderColor: _colorsV.COLOR_V2.GRAY_40,
|
|
63
|
+
focusedDescriptionColor: _colorsV.COLOR_V2.WHITE
|
|
63
64
|
},
|
|
64
65
|
Checkbox: {
|
|
65
66
|
background: _colorsV.COLOR_V2.GRAY_20,
|
|
@@ -98,7 +99,8 @@ var themes = (_themes = {}, (0, _defineProperty2["default"])(_themes, THEME_ID.L
|
|
|
98
99
|
Select: {
|
|
99
100
|
disabledColor: _colorsV.COLOR_V2.GRAY_60,
|
|
100
101
|
contrastTextColor: _colors.COLOR.BLACK,
|
|
101
|
-
borderColor: _colorsV.COLOR_V2.GRAY_90
|
|
102
|
+
borderColor: _colorsV.COLOR_V2.GRAY_90,
|
|
103
|
+
focusedDescriptionColor: _colorsV.COLOR_V2.GRAY_40
|
|
102
104
|
},
|
|
103
105
|
Checkbox: {
|
|
104
106
|
background: _colorsV.COLOR_V2.GRAY_20,
|