@iobroker/adapter-react-v5 3.1.33 → 3.1.35
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/Components/404.js +0 -23
- package/Components/404.js.map +1 -1
- package/Components/ColorPicker.js +6 -37
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ComplexCron.js +10 -84
- package/Components/ComplexCron.js.map +1 -1
- package/Components/CustomModal.js +29 -54
- package/Components/CustomModal.js.map +1 -1
- package/Components/FileBrowser.js +15 -265
- package/Components/FileBrowser.js.map +1 -1
- package/Components/FileViewer.js +7 -68
- package/Components/FileViewer.js.map +1 -1
- package/Components/Icon.d.ts +1 -1
- package/Components/Icon.js +2 -42
- package/Components/Icon.js.map +1 -1
- package/Components/IconPicker.js +6 -28
- package/Components/IconPicker.js.map +1 -1
- package/Components/IconSelector.js +3 -55
- package/Components/IconSelector.js.map +1 -1
- package/Components/Image.js +1 -38
- package/Components/Image.js.map +1 -1
- package/Components/JsonConfigComponent/ChipInput.js +66 -197
- package/Components/JsonConfigComponent/ChipInput.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigAlive.js +0 -31
- package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigAutocomplete.js +6 -39
- package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +6 -52
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCRON.js +5 -39
- package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js +4 -42
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCheckbox.js +0 -28
- package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigChip.js +4 -33
- package/Components/JsonConfigComponent/ConfigChip.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigColor.js +0 -34
- package/Components/JsonConfigComponent/ConfigColor.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCoordinates.js +0 -33
- package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCustom.js +14 -73
- package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigDatePicker.js +0 -25
- package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigFile.js +0 -46
- package/Components/JsonConfigComponent/ConfigFile.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigFileSelector.js +7 -126
- package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigFunc.js +0 -34
- package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigGeneric.js +15 -110
- package/Components/JsonConfigComponent/ConfigGeneric.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigIP.js +2 -35
- package/Components/JsonConfigComponent/ConfigIP.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigImageUpload.js +4 -44
- package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js +1 -59
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigJsonEditor.js +7 -40
- package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigLanguage.js +2 -42
- package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigNumber.js +2 -45
- package/Components/JsonConfigComponent/ConfigNumber.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigObjectId.js +6 -40
- package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPanel.js +7 -91
- package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPassword.js +0 -42
- package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPattern.js +0 -25
- package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigRoom.js +0 -34
- package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSelect.js +4 -34
- package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js +11 -67
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSendto.js +8 -91
- package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSetState.js +0 -55
- package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSlider.js +0 -28
- package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigStaticDivider.js +0 -21
- package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigStaticHeader.js +0 -24
- package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigStaticImage.js +0 -23
- package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigStaticText.js +0 -31
- package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTable.js +13 -105
- package/Components/JsonConfigComponent/ConfigTable.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTabs.js +2 -35
- package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigText.js +0 -34
- package/Components/JsonConfigComponent/ConfigText.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTextSendTo.js +0 -37
- package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTimePicker.js +0 -25
- package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTopic.js +0 -29
- package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigUser.js +2 -40
- package/Components/JsonConfigComponent/ConfigUser.js.map +1 -1
- package/Components/JsonConfigComponent/index.js +5 -81
- package/Components/JsonConfigComponent/index.js.map +1 -1
- package/Components/Loader.js +2 -20
- package/Components/Loader.js.map +1 -1
- package/Components/Loaders/PT.js +2 -20
- package/Components/Loaders/PT.js.map +1 -1
- package/Components/Loaders/Vendor.js +2 -21
- package/Components/Loaders/Vendor.js.map +1 -1
- package/Components/Logo.js +6 -39
- package/Components/Logo.js.map +1 -1
- package/Components/MDUtils.js +3 -27
- package/Components/MDUtils.js.map +1 -1
- package/Components/ObjectBrowser.d.ts +1 -1
- package/Components/ObjectBrowser.js +206 -794
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/Router.js +7 -31
- package/Components/Router.js.map +1 -1
- package/Components/SaveCloseButtons.js +2 -32
- package/Components/SaveCloseButtons.js.map +1 -1
- package/Components/Schedule.js +29 -251
- package/Components/Schedule.js.map +1 -1
- package/Components/SelectWithIcon.d.ts +1 -1
- package/Components/SelectWithIcon.js +0 -48
- package/Components/SelectWithIcon.js.map +1 -1
- package/Components/SimpleCron/cron2text.js +45 -91
- package/Components/SimpleCron/cron2text.js.map +1 -1
- package/Components/SimpleCron/cronText.js +0 -6
- package/Components/SimpleCron/cronText.js.map +1 -1
- package/Components/SimpleCron/index.js +19 -102
- package/Components/SimpleCron/index.js.map +1 -1
- package/Components/SimpleCron/jquery.cron.locale.js +44 -24
- package/Components/SimpleCron/jquery.cron.locale.js.map +1 -1
- package/Components/TabContainer.js +2 -23
- package/Components/TabContainer.js.map +1 -1
- package/Components/TabContent.js +2 -22
- package/Components/TabContent.js.map +1 -1
- package/Components/TabHeader.js +1 -17
- package/Components/TabHeader.js.map +1 -1
- package/Components/TableResize.js +6 -51
- package/Components/TableResize.js.map +1 -1
- package/Components/TextWithIcon.js +0 -20
- package/Components/TextWithIcon.js.map +1 -1
- package/Components/ToggleThemeMenu.js +5 -13
- package/Components/ToggleThemeMenu.js.map +1 -1
- package/Components/TreeTable.js +4 -121
- package/Components/TreeTable.js.map +1 -1
- package/Components/UploadImage.js +17 -60
- package/Components/UploadImage.js.map +1 -1
- package/Components/Utils.js +87 -263
- package/Components/Utils.js.map +1 -1
- package/Components/copy-to-clipboard.js +16 -38
- package/Components/copy-to-clipboard.js.map +1 -1
- package/Components/withWidth.js +2 -10
- package/Components/withWidth.js.map +1 -1
- package/Connection.d.ts +1 -0
- package/Connection.js +156 -527
- package/Connection.js.map +1 -1
- package/Dialogs/ComplexCron.js +0 -34
- package/Dialogs/ComplexCron.js.map +1 -1
- package/Dialogs/Confirm.js +1 -39
- package/Dialogs/Confirm.js.map +1 -1
- package/Dialogs/Cron.js +1 -37
- package/Dialogs/Cron.js.map +1 -1
- package/Dialogs/Error.d.ts +1 -1
- package/Dialogs/Error.js +2 -29
- package/Dialogs/Error.js.map +1 -1
- package/Dialogs/FileSelect.js +2 -36
- package/Dialogs/FileSelect.js.map +1 -1
- package/Dialogs/Message.js +2 -27
- package/Dialogs/Message.js.map +1 -1
- package/Dialogs/SelectID.d.ts +1 -1
- package/Dialogs/SelectID.js +3 -40
- package/Dialogs/SelectID.js.map +1 -1
- package/Dialogs/SimpleCron.js +1 -33
- package/Dialogs/SimpleCron.js.map +1 -1
- package/Dialogs/TextInput.js +2 -34
- package/Dialogs/TextInput.js.map +1 -1
- package/GenericApp.js +54 -150
- package/GenericApp.js.map +1 -1
- package/Prompt.js +0 -2
- package/Prompt.js.map +1 -1
- package/README.md +11 -4
- package/Theme.js +7 -22
- package/Theme.js.map +1 -1
- package/i18n.d.ts +2 -0
- package/i18n.js +14 -25
- package/i18n.js.map +1 -1
- package/icons/IconAdapter.d.ts +2 -2
- package/icons/IconAdapter.js +2 -6
- package/icons/IconAdapter.js.map +1 -1
- package/icons/IconAlias.d.ts +2 -2
- package/icons/IconAlias.js +2 -6
- package/icons/IconAlias.js.map +1 -1
- package/icons/IconChannel.d.ts +2 -2
- package/icons/IconChannel.js +2 -6
- package/icons/IconChannel.js.map +1 -1
- package/icons/IconClearFilter.d.ts +2 -2
- package/icons/IconClearFilter.js +0 -5
- package/icons/IconClearFilter.js.map +1 -1
- package/icons/IconClosed.d.ts +2 -2
- package/icons/IconClosed.js +0 -5
- package/icons/IconClosed.js.map +1 -1
- package/icons/IconCopy.d.ts +2 -2
- package/icons/IconCopy.js +0 -5
- package/icons/IconCopy.js.map +1 -1
- package/icons/IconDevice.d.ts +2 -2
- package/icons/IconDevice.js +0 -5
- package/icons/IconDevice.js.map +1 -1
- package/icons/IconDocument.d.ts +2 -2
- package/icons/IconDocument.js +0 -5
- package/icons/IconDocument.js.map +1 -1
- package/icons/IconDocumentReadOnly.d.ts +2 -2
- package/icons/IconDocumentReadOnly.js +0 -5
- package/icons/IconDocumentReadOnly.js.map +1 -1
- package/icons/IconExpert.d.ts +2 -2
- package/icons/IconExpert.js +0 -5
- package/icons/IconExpert.js.map +1 -1
- package/icons/IconFx.d.ts +2 -2
- package/icons/IconFx.js +0 -5
- package/icons/IconFx.js.map +1 -1
- package/icons/IconInstance.d.ts +2 -2
- package/icons/IconInstance.js +0 -5
- package/icons/IconInstance.js.map +1 -1
- package/icons/IconLogout.d.ts +2 -2
- package/icons/IconLogout.js +0 -5
- package/icons/IconLogout.js.map +1 -1
- package/icons/IconNoIcon.d.ts +2 -2
- package/icons/IconNoIcon.js +0 -5
- package/icons/IconNoIcon.js.map +1 -1
- package/icons/IconOpen.d.ts +2 -2
- package/icons/IconOpen.js +0 -5
- package/icons/IconOpen.js.map +1 -1
- package/icons/IconState.d.ts +2 -2
- package/icons/IconState.js +0 -6
- package/icons/IconState.js.map +1 -1
- package/package.json +15 -15
package/icons/IconCopy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCopy.js","names":["IconCopy","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconCopy.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconCopyProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconCopyProps>}\n */\nconst IconCopy = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconCopy.js","names":["IconCopy","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconCopy.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconCopyProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconCopyProps>}\n */\nconst IconCopy = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"/>\n </svg>;\n}\n\nIconCopy.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconCopy;"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,QAAQ,GAAG,SAAXA,QAAQ,CAAGC,KAAK,EAAI;EACtB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAA8f,EAAE,CAC1hB;AACV,CAAC;AAEDN,QAAQ,CAACO,SAAS,GAAG;EACjBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,QAAQ;AAAA"}
|
package/icons/IconDevice.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare function IconDevice(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconDevice {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
package/icons/IconDevice.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
var IconDevice = function IconDevice(props) {
|
|
15
11
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
12
|
onClick: function onClick(e) {
|
|
@@ -135,7 +131,6 @@ var IconDevice = function IconDevice(props) {
|
|
|
135
131
|
fill: "#fff"
|
|
136
132
|
})));
|
|
137
133
|
};
|
|
138
|
-
|
|
139
134
|
IconDevice.propTypes = {
|
|
140
135
|
onClick: _propTypes["default"].func,
|
|
141
136
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
package/icons/IconDevice.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconDevice.js","names":["IconDevice","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDevice.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconDevice = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 320 320\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconDevice.js","names":["IconDevice","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDevice.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconDevice = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 320 320\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <g fill=\"currentColor\">\n <rect rx=\"32\" id=\"svg_1\" height=\"272\" width=\"267\" y=\"25\" x=\"25\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_2\" cy=\"252\" cx=\"160\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_3\" y2=\"201.94531\" x2=\"159.5\" y1=\"46.94531\" x1=\"159.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"140.83068\" x=\"133.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_5\" cy=\"251\" cx=\"241\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_6\" y2=\"200.94531\" x2=\"240.5\" y1=\"45.94531\" x1=\"240.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"78.7979\" x=\"214.5\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_8\" cy=\"252\" cx=\"84\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_9\" y2=\"201.94531\" x2=\"83.5\" y1=\"46.94531\" x1=\"83.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"79.7979\" x=\"57.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n </g>\n </svg>;\n}\n\nIconDevice.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDevice;"],"mappings":";;;;;;;AAAA;AACA;AAEA,IAAMA,UAAU,GAAG,SAAbA,UAAU,CAAGC,KAAK,EAAI;EACxB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAG,IAAI,EAAC;EAAc,gBAClB;IAAM,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,OAAO;IAAC,MAAM,EAAC,KAAK;IAAC,KAAK,EAAC,KAAK;IAAC,CAAC,EAAC,IAAI;IAAC,CAAC,EAAC,IAAI;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,eACpH;IAAS,MAAM,EAAC,cAAc;IAAC,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,KAAK;IAAC,EAAE,EAAC,KAAK;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,IAAI,EAAC;EAAM,EAAE,eAClJ;IAAM,aAAa,EAAC,MAAM;IAAC,cAAc,EAAC,MAAM;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,WAAW;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,UAAU;IAAC,EAAE,EAAC,OAAO;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,eAC3M;IAAM,MAAM,EAAC,IAAI;IAAC,KAAK,EAAC,IAAI;IAAC,CAAC,EAAC,WAAW;IAAC,CAAC,EAAC,OAAO;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,eACjJ;IAAS,MAAM,EAAC,cAAc;IAAC,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,KAAK;IAAC,EAAE,EAAC,KAAK;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,IAAI,EAAC;EAAM,EAAE,eAClJ;IAAM,aAAa,EAAC,MAAM;IAAC,cAAc,EAAC,MAAM;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,WAAW;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,UAAU;IAAC,EAAE,EAAC,OAAO;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,eAC3M;IAAM,MAAM,EAAC,IAAI;IAAC,KAAK,EAAC,IAAI;IAAC,CAAC,EAAC,SAAS;IAAC,CAAC,EAAC,OAAO;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,eACvG;IAAS,MAAM,EAAC,cAAc;IAAC,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,IAAI;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,KAAK;IAAC,EAAE,EAAC,IAAI;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,IAAI,EAAC;EAAM,EAAE,eACjJ;IAAM,aAAa,EAAC,MAAM;IAAC,cAAc,EAAC,MAAM;IAAC,EAAE,EAAC,OAAO;IAAC,EAAE,EAAC,WAAW;IAAC,EAAE,EAAC,MAAM;IAAC,EAAE,EAAC,UAAU;IAAC,EAAE,EAAC,MAAM;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,eACzM;IAAM,MAAM,EAAC,IAAI;IAAC,KAAK,EAAC,IAAI;IAAC,CAAC,EAAC,SAAS;IAAC,CAAC,EAAC,MAAM;IAAC,WAAW,EAAC,MAAM;IAAC,aAAa,EAAC,MAAM;IAAC,WAAW,EAAC,IAAI;IAAC,MAAM,EAAC,cAAc;IAAC,IAAI,EAAC;EAAM,EAAE,CAC9I,CACF;AACV,CAAC;AAEDN,UAAU,CAACO,SAAS,GAAG;EACnBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,UAAU;AAAA"}
|
package/icons/IconDocument.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare function IconDocument(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconDocument {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
package/icons/IconDocument.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
11
|
var IconDocument = function IconDocument(props) {
|
|
16
12
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
@@ -27,7 +23,6 @@ var IconDocument = function IconDocument(props) {
|
|
|
27
23
|
d: "M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"
|
|
28
24
|
}));
|
|
29
25
|
};
|
|
30
|
-
|
|
31
26
|
IconDocument.propTypes = {
|
|
32
27
|
onClick: _propTypes["default"].func,
|
|
33
28
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconDocument.js","names":["IconDocument","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDocument.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconDocument = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconDocument.js","names":["IconDocument","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDocument.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconDocument = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"/>\n </svg>;\n}\n\nIconDocument.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDocument;"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAY,CAAGC,KAAK,EAAI;EAC1B,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAAkO,EAAE,CAC9P;AACV,CAAC;AAEDN,YAAY,CAACO,SAAS,GAAG;EACrBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,YAAY;AAAA"}
|
|
@@ -3,8 +3,8 @@ declare function IconDocumentReadOnly(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconDocumentReadOnly {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
11
|
var IconDocumentReadOnly = function IconDocumentReadOnly(props) {
|
|
16
12
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
@@ -31,7 +27,6 @@ var IconDocumentReadOnly = function IconDocumentReadOnly(props) {
|
|
|
31
27
|
d: "m261,270l-12,0l0,-24c0,-33.12 -26.88,-60 -60,-60s-60,26.88 -60,60l0,24l-12,0c-13.2,0 -24,10.8 -24,24l0,120c0,13.2 10.8,24 24,24l144,0c13.2,0 24,-10.8 24,-24l0,-120c0,-13.2 -10.8,-24 -24,-24zm-72,108c-13.2,0 -24,-10.8 -24,-24s10.8,-24 24,-24s24,10.8 24,24s-10.8,24 -24,24zm37.2,-108l-74.4,0l0,-24c0,-20.52 16.68,-37.2 37.2,-37.2c20.52,0 37.2,16.68 37.2,37.2l0,24z"
|
|
32
28
|
}));
|
|
33
29
|
};
|
|
34
|
-
|
|
35
30
|
IconDocumentReadOnly.propTypes = {
|
|
36
31
|
onClick: _propTypes["default"].func,
|
|
37
32
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconDocumentReadOnly.js","names":["IconDocumentReadOnly","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDocumentReadOnly.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconDocumentReadOnly = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconDocumentReadOnly.js","names":["IconDocumentReadOnly","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconDocumentReadOnly.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconDocumentReadOnly = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"/>\n <path fill=\"currentColor\" stroke=\"null\" d=\"m261,270l-12,0l0,-24c0,-33.12 -26.88,-60 -60,-60s-60,26.88 -60,60l0,24l-12,0c-13.2,0 -24,10.8 -24,24l0,120c0,13.2 10.8,24 24,24l144,0c13.2,0 24,-10.8 24,-24l0,-120c0,-13.2 -10.8,-24 -24,-24zm-72,108c-13.2,0 -24,-10.8 -24,-24s10.8,-24 24,-24s24,10.8 24,24s-10.8,24 -24,24zm37.2,-108l-74.4,0l0,-24c0,-20.52 16.68,-37.2 37.2,-37.2c20.52,0 37.2,16.68 37.2,37.2l0,24z\"/>\n </svg>;\n}\n\nIconDocumentReadOnly.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDocumentReadOnly;"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA,IAAMA,oBAAoB,GAAG,SAAvBA,oBAAoB,CAAGC,KAAK,EAAI;EAClC,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAAkO,EAAE,eAChQ;IAAM,IAAI,EAAC,cAAc;IAAC,MAAM,EAAC,MAAM;IAAC,CAAC,EAAC;EAA4W,EAAE,CACtZ;AACV,CAAC;AAEDN,oBAAoB,CAACO,SAAS,GAAG;EAC7BJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,oBAAoB;AAAA"}
|
package/icons/IconExpert.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ declare function ExpertIcon(props: any): JSX.Element;
|
|
|
30
30
|
declare namespace ExpertIcon {
|
|
31
31
|
namespace propTypes {
|
|
32
32
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
-
const width: PropTypes.Requireable<string | number
|
|
34
|
-
const height: PropTypes.Requireable<string | number
|
|
33
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
34
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
35
35
|
const className: PropTypes.Requireable<string>;
|
|
36
36
|
}
|
|
37
37
|
}
|
package/icons/IconExpert.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
/**
|
|
15
11
|
* @typedef {object} ExpertIconProps
|
|
16
12
|
* @property {number} [width] The width in pixels of the icon.
|
|
@@ -38,7 +34,6 @@ var ExpertIcon = function ExpertIcon(props) {
|
|
|
38
34
|
d: "m187.695312 285.875c3.9375-3.980469 6.414063-9.449219 6.414063-15.523438 0-12.128906-9.855469-21.980468-21.984375-21.980468-6.007812 0-11.472656 2.410156-15.457031 6.347656-4.023438 4.003906-6.523438 9.539062-6.523438 15.636719 0 12.125 9.855469 21.980469 21.980469 21.980469 6.078125 0 11.585938-2.476563 15.570312-6.460938zm0 0"
|
|
39
35
|
}));
|
|
40
36
|
};
|
|
41
|
-
|
|
42
37
|
ExpertIcon.propTypes = {
|
|
43
38
|
onClick: _propTypes["default"].func,
|
|
44
39
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
package/icons/IconExpert.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconExpert.js","names":["ExpertIcon","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconExpert.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} ExpertIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst ExpertIcon = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 486.70625 486\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconExpert.js","names":["ExpertIcon","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconExpert.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} ExpertIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst ExpertIcon = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 486.70625 486\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"m414.928297,149.715165 c-2.639376,-57.222555 -35.669446,-106.505345 -83.345894,-132.039151 c-3.758948,-2.049842 -7.636885,-3.932022 -11.590542,-5.641125 c-19.303146,-8.394083 -40.607459,-13.050853 -63.004303,-13.050853 c-84.113909,0 -152.791790,65.703174 -157.718988,148.605566 l0.043268,-0.010816 v0.281245 c0,3.061243 -0.146031,16.750306 -0.146031,16.750306 l-2.352723,5.224668 h15.744315 c5.916964,-19.384275 24.078904,-32.635245 45.513024,-32.635245 c26.231510,0 47.573684,21.915481 47.573684,48.146991 c0,26.226103 -21.342174,47.146409 -47.573684,47.146409 c-25.111939,0 -45.734774,-19.735831 -47.443879,-44.658471 h-18.789334 c-0.400232,0 -0.778832,0.638209 -1.162839,0.584122 l-19.762875,55.199753 c-2.774590,7.696379 2.926030,16.214860 11.103771,16.214860 h17.020735 l-0.129805,87.899899 c0,17.356066 14.073071,31.174935 31.429136,31.174935 h56.205745 v82.648189 c0,12.877778 12.937273,22.580734 25.815051,22.580734 h144.597825 c12.877778,0 23.429877,-9.702955 23.429877,-22.580734 v-166.037352 c0,-22.645636 5.976457,-44.761234 16.561008,-64.789128 c11.055093,-20.925714 17.523731,-44.620611 18.129489,-69.792045 c0.027042,-1.260193 0.037858,-2.552839 0.037858,-3.845485 c0,-2.466302 -0.070310,-4.938014 -0.183890,-7.377273 zm-155.393308,-11.731165 h-13.456494 v13.559257 c0,4.732489 -4.267352,8.567157 -8.999842,8.567157 c-4.727079,0 -8.999842,-3.834667 -8.999842,-8.567157 v-13.559257 h-12.185483 c-4.732489,0 -8.567157,-4.267352 -8.567157,-8.999842 c0,-4.727079 3.834667,-8.999842 8.567157,-8.999842 h12.185483 v-12.077311 c0,-4.732489 4.272762,-8.567157 8.999842,-8.567157 c4.732489,0 8.999842,3.834667 8.999842,8.567157 v12.077311 h13.456494 c4.727079,0 8.567157,4.272762 8.567157,8.999842 c0,4.732489 -3.840077,8.999842 -8.567157,8.999842 zm0,0\"/>\n <path fill=\"currentColor\" d=\"m187.695312 285.875c3.9375-3.980469 6.414063-9.449219 6.414063-15.523438 0-12.128906-9.855469-21.980468-21.984375-21.980468-6.007812 0-11.472656 2.410156-15.457031 6.347656-4.023438 4.003906-6.523438 9.539062-6.523438 15.636719 0 12.125 9.855469 21.980469 21.980469 21.980469 6.078125 0 11.585938-2.476563 15.570312-6.460938zm0 0\"/>\n </svg>;\n}\nExpertIcon.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default ExpertIcon;\n"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAU,CAAGC,KAAK,EAAI;EACxB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,mBAAmB;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBACxN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAAiuD,EAAE,eAC/vD;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAA2U,EAAE,CACvW;AACV,CAAC;AACDN,UAAU,CAACO,SAAS,GAAG;EACnBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,UAAU;AAAA"}
|
package/icons/IconFx.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare function IconFx(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconFx {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
package/icons/IconFx.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
var IconFx = function IconFx(props) {
|
|
15
11
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
12
|
onClick: function onClick(e) {
|
|
@@ -27,7 +23,6 @@ var IconFx = function IconFx(props) {
|
|
|
27
23
|
d: "M93.779,63.676c-0.981-1.082-2.24-1.653-3.639-1.653c-1.145,0-3.953,0.396-5.318,4.062 c-0.344,0.922-0.443,1.413-0.907,1.363c-0.786-0.078-3.845-3.346-4.845-8.145l-2.482-11.6c1.961-3.177,3.977-5.629,5.988-7.292 c1.08-0.882,2.314-1.349,3.808-1.43c3.815-0.26,5.203-0.74,6.14-1.399c1.547-1.115,2.397-2.728,2.397-4.542 c0-1.596-0.604-3.019-1.75-4.115c-1.106-1.059-2.581-1.618-4.26-1.618c-2.468,0-5.239,1.142-8.474,3.49 c-1.91,1.388-3.935,3.406-6.121,6.111c-0.711-2.653-1.319-3.889-1.771-4.628c-1.396-2.303-3.664-2.303-4.41-2.303l-0.813,0.013 l-23.045,0.544l1.297-5.506c0.828-3.593,1.915-6.436,3.226-8.45c0.638-0.98,1.614-2.148,2.638-2.148 c0.387,0,1.152,0.063,2.582,0.36c3.978,0.86,5.465,0.959,6.239,0.959c1.708,0,3.21-0.571,4.347-1.651 c1.176-1.119,1.797-2.583,1.797-4.233c0-1.29-0.424-3.156-2.445-4.722c-1.396-1.081-3.311-1.629-5.691-1.629 c-3.568,0-7.349,1.141-11.241,3.39c-3.862,2.232-7.038,5.317-9.438,9.171c-2.105,3.379-3.929,8.124-5.555,14.459H21.877 l-2.238,8.831h10.186l-7.74,31.116c-1.603,6.443-2.777,8.028-3.098,8.361c-0.875,0.904-2.68,1.094-4.04,1.094 c-1.683,0-3.477-0.121-5.349-0.361c-1.286-0.157-2.265-0.234-2.991-0.234c-1.878,0-3.423,0.488-4.59,1.448 C0.716,81.858,0,83.403,0,85.14c0,1.357,0.44,3.309,2.539,4.895c1.434,1.08,3.389,1.628,5.813,1.628 c6.069,0,11.725-2.411,16.813-7.165c4.947-4.624,8.571-11.413,10.773-20.195l6.119-24.935l20.87,0.354l2.244,9.64l-4.573,6.748 c-0.824,1.209-2.051,2.701-3.658,4.441c-0.84,0.92-1.398,1.426-1.721,1.689c-1.316-1.608-2.809-2.424-4.432-2.424 c-1.525,0-2.91,0.625-4.002,1.804c-1.036,1.116-1.583,2.514-1.583,4.038c0,1.83,0.783,3.459,2.264,4.709 c1.357,1.146,3.034,1.728,4.981,1.728c2.414,0,4.884-0.921,7.344-2.737c2.053-1.519,4.697-4.526,8.074-9.189 c2.17,6.24,5.248,10.252,6.714,11.927c2.313,2.644,6.049,4.22,9.993,4.22c3.348,0,5.244-1.402,6.916-2.641l0.148-0.109 c2.926-2.164,3.54-4.545,3.54-6.166C95.174,65.965,94.691,64.679,93.779,63.676z"
|
|
28
24
|
}));
|
|
29
25
|
};
|
|
30
|
-
|
|
31
26
|
IconFx.propTypes = {
|
|
32
27
|
onClick: _propTypes["default"].func,
|
|
33
28
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
package/icons/IconFx.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconFx.js","names":["IconFx","props","e","onClick","style","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconFx.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconFx = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} style={props.style || {}} viewBox=\"0 0 95 95\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconFx.js","names":["IconFx","props","e","onClick","style","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconFx.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconFx = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} style={props.style || {}} viewBox=\"0 0 95 95\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"M93.779,63.676c-0.981-1.082-2.24-1.653-3.639-1.653c-1.145,0-3.953,0.396-5.318,4.062\n\t\tc-0.344,0.922-0.443,1.413-0.907,1.363c-0.786-0.078-3.845-3.346-4.845-8.145l-2.482-11.6c1.961-3.177,3.977-5.629,5.988-7.292\n\t\tc1.08-0.882,2.314-1.349,3.808-1.43c3.815-0.26,5.203-0.74,6.14-1.399c1.547-1.115,2.397-2.728,2.397-4.542\n\t\tc0-1.596-0.604-3.019-1.75-4.115c-1.106-1.059-2.581-1.618-4.26-1.618c-2.468,0-5.239,1.142-8.474,3.49\n\t\tc-1.91,1.388-3.935,3.406-6.121,6.111c-0.711-2.653-1.319-3.889-1.771-4.628c-1.396-2.303-3.664-2.303-4.41-2.303l-0.813,0.013\n\t\tl-23.045,0.544l1.297-5.506c0.828-3.593,1.915-6.436,3.226-8.45c0.638-0.98,1.614-2.148,2.638-2.148\n\t\tc0.387,0,1.152,0.063,2.582,0.36c3.978,0.86,5.465,0.959,6.239,0.959c1.708,0,3.21-0.571,4.347-1.651\n\t\tc1.176-1.119,1.797-2.583,1.797-4.233c0-1.29-0.424-3.156-2.445-4.722c-1.396-1.081-3.311-1.629-5.691-1.629\n\t\tc-3.568,0-7.349,1.141-11.241,3.39c-3.862,2.232-7.038,5.317-9.438,9.171c-2.105,3.379-3.929,8.124-5.555,14.459H21.877\n\t\tl-2.238,8.831h10.186l-7.74,31.116c-1.603,6.443-2.777,8.028-3.098,8.361c-0.875,0.904-2.68,1.094-4.04,1.094\n\t\tc-1.683,0-3.477-0.121-5.349-0.361c-1.286-0.157-2.265-0.234-2.991-0.234c-1.878,0-3.423,0.488-4.59,1.448\n\t\tC0.716,81.858,0,83.403,0,85.14c0,1.357,0.44,3.309,2.539,4.895c1.434,1.08,3.389,1.628,5.813,1.628\n\t\tc6.069,0,11.725-2.411,16.813-7.165c4.947-4.624,8.571-11.413,10.773-20.195l6.119-24.935l20.87,0.354l2.244,9.64l-4.573,6.748\n\t\tc-0.824,1.209-2.051,2.701-3.658,4.441c-0.84,0.92-1.398,1.426-1.721,1.689c-1.316-1.608-2.809-2.424-4.432-2.424\n\t\tc-1.525,0-2.91,0.625-4.002,1.804c-1.036,1.116-1.583,2.514-1.583,4.038c0,1.83,0.783,3.459,2.264,4.709\n\t\tc1.357,1.146,3.034,1.728,4.981,1.728c2.414,0,4.884-0.921,7.344-2.737c2.053-1.519,4.697-4.526,8.074-9.189\n\t\tc2.17,6.24,5.248,10.252,6.714,11.927c2.313,2.644,6.049,4.22,9.993,4.22c3.348,0,5.244-1.402,6.916-2.641l0.148-0.109\n\t\tc2.926-2.164,3.54-4.545,3.54-6.166C95.174,65.965,94.691,64.679,93.779,63.676z\"/>\n </svg>;\n}\n\nIconFx.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconFx;"],"mappings":";;;;;;;AAAA;AACA;AAEA,IAAMA,MAAM,GAAG,SAATA,MAAM,CAAGC,KAAK,EAAI;EACpB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,CAAC,CAAE;IAAC,OAAO,EAAC,WAAW;IAAC,KAAK,EAAEH,KAAK,CAACI,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEJ,KAAK,CAACK,MAAM,IAAIL,KAAK,CAACI,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEJ,KAAK,CAACM;EAAU,gBAC1O;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAiB4C,EAAE,CACxE;AACV,CAAC;AAEDP,MAAM,CAACQ,SAAS,GAAG;EACfL,OAAO,EAAEM,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEab,MAAM;AAAA"}
|
package/icons/IconInstance.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare function IconInstance(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconInstance {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
package/icons/IconInstance.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
11
|
var IconInstance = function IconInstance(props) {
|
|
16
12
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
@@ -27,7 +23,6 @@ var IconInstance = function IconInstance(props) {
|
|
|
27
23
|
d: "M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z"
|
|
28
24
|
}));
|
|
29
25
|
};
|
|
30
|
-
|
|
31
26
|
IconInstance.propTypes = {
|
|
32
27
|
onClick: _propTypes["default"].func,
|
|
33
28
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconInstance.js","names":["IconInstance","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconInstance.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconInstance = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconInstance.js","names":["IconInstance","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconInstance.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconInstance = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"/>\n </svg>;\n}\n\nIconInstance.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconInstance;"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAY,CAAGC,KAAK,EAAI;EAC1B,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAAoS,EAAE,CAChU;AACV,CAAC;AAEDN,YAAY,CAACO,SAAS,GAAG;EACrBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,YAAY;AAAA"}
|
package/icons/IconLogout.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ declare function IconLogout(props: any): JSX.Element;
|
|
|
30
30
|
declare namespace IconLogout {
|
|
31
31
|
namespace propTypes {
|
|
32
32
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
-
const width: PropTypes.Requireable<string | number
|
|
34
|
-
const height: PropTypes.Requireable<string | number
|
|
33
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
34
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
35
35
|
const className: PropTypes.Requireable<string>;
|
|
36
36
|
}
|
|
37
37
|
}
|
package/icons/IconLogout.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
/**
|
|
15
11
|
* @typedef {object} IconLogoutProps
|
|
16
12
|
* @property {number} [width] The width in pixels of the icon.
|
|
@@ -38,7 +34,6 @@ var IconLogout = function IconLogout(props) {
|
|
|
38
34
|
d: "M362.68,298.667c-11.797,0-21.333,9.557-21.333,21.333v106.667h-85.333V85.333c0-9.408-6.187-17.728-15.211-20.437 l-74.091-22.229h174.635v106.667c0,11.776,9.536,21.333,21.333,21.333s21.333-9.557,21.333-21.333v-128 C384.013,9.557,374.477,0,362.68,0H21.347c-0.768,0-1.451,0.32-2.197,0.405c-1.003,0.107-1.92,0.277-2.88,0.512 c-2.24,0.576-4.267,1.451-6.165,2.645c-0.469,0.299-1.045,0.32-1.493,0.661C8.44,4.352,8.376,4.587,8.205,4.715 C5.88,6.549,3.939,8.789,2.531,11.456c-0.299,0.576-0.363,1.195-0.597,1.792c-0.683,1.621-1.429,3.2-1.685,4.992 c-0.107,0.64,0.085,1.237,0.064,1.856c-0.021,0.427-0.299,0.811-0.299,1.237V448c0,10.176,7.189,18.923,17.152,20.907 l213.333,42.667c1.387,0.299,2.795,0.427,4.181,0.427c4.885,0,9.685-1.685,13.525-4.843c4.928-4.053,7.808-10.091,7.808-16.491 v-21.333H362.68c11.797,0,21.333-9.557,21.333-21.333V320C384.013,308.224,374.477,298.667,362.68,298.667z"
|
|
39
35
|
}));
|
|
40
36
|
};
|
|
41
|
-
|
|
42
37
|
IconLogout.propTypes = {
|
|
43
38
|
onClick: _propTypes["default"].func,
|
|
44
39
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
package/icons/IconLogout.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconLogout.js","names":["IconLogout","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconLogout.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconLogoutProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst IconLogout = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconLogout.js","names":["IconLogout","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconLogout.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconLogoutProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst IconLogout = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"currentColor\" d=\"M510.371,226.513c-1.088-2.603-2.645-4.971-4.629-6.955l-63.979-63.979c-8.341-8.32-21.824-8.32-30.165,0\n\t\t\tc-8.341,8.341-8.341,21.845,0,30.165l27.584,27.584H320.013c-11.797,0-21.333,9.557-21.333,21.333s9.536,21.333,21.333,21.333\n\t\t\th119.168l-27.584,27.584c-8.341,8.341-8.341,21.845,0,30.165c4.16,4.181,9.621,6.251,15.083,6.251s10.923-2.069,15.083-6.251\n\t\t\tl63.979-63.979c1.984-1.963,3.541-4.331,4.629-6.955C512.525,237.606,512.525,231.718,510.371,226.513z\"/>\n <path fill=\"currentColor\" d=\"M362.68,298.667c-11.797,0-21.333,9.557-21.333,21.333v106.667h-85.333V85.333c0-9.408-6.187-17.728-15.211-20.437\n\t\t\tl-74.091-22.229h174.635v106.667c0,11.776,9.536,21.333,21.333,21.333s21.333-9.557,21.333-21.333v-128\n\t\t\tC384.013,9.557,374.477,0,362.68,0H21.347c-0.768,0-1.451,0.32-2.197,0.405c-1.003,0.107-1.92,0.277-2.88,0.512\n\t\t\tc-2.24,0.576-4.267,1.451-6.165,2.645c-0.469,0.299-1.045,0.32-1.493,0.661C8.44,4.352,8.376,4.587,8.205,4.715\n\t\t\tC5.88,6.549,3.939,8.789,2.531,11.456c-0.299,0.576-0.363,1.195-0.597,1.792c-0.683,1.621-1.429,3.2-1.685,4.992\n\t\t\tc-0.107,0.64,0.085,1.237,0.064,1.856c-0.021,0.427-0.299,0.811-0.299,1.237V448c0,10.176,7.189,18.923,17.152,20.907\n\t\t\tl213.333,42.667c1.387,0.299,2.795,0.427,4.181,0.427c4.885,0,9.685-1.685,13.525-4.843c4.928-4.053,7.808-10.091,7.808-16.491\n\t\t\tv-21.333H362.68c11.797,0,21.333-9.557,21.333-21.333V320C384.013,308.224,374.477,298.667,362.68,298.667z\"/>\n </svg>;\n}\nIconLogout.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconLogout;\n"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAU,CAAGC,KAAK,EAAI;EACxB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAGmE,EAAE,eACjG;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAOuE,EAAE,CACnG;AACV,CAAC;AACDN,UAAU,CAACO,SAAS,GAAG;EACnBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,UAAU;AAAA"}
|
package/icons/IconNoIcon.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ declare function IconNoIcon(props: any): JSX.Element;
|
|
|
30
30
|
declare namespace IconNoIcon {
|
|
31
31
|
namespace propTypes {
|
|
32
32
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
-
const width: PropTypes.Requireable<string | number
|
|
34
|
-
const height: PropTypes.Requireable<string | number
|
|
33
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
34
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
35
35
|
const className: PropTypes.Requireable<string>;
|
|
36
36
|
}
|
|
37
37
|
}
|
package/icons/IconNoIcon.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
/**
|
|
15
11
|
* @typedef {object} IconNoIconProps
|
|
16
12
|
* @property {number} [width] The width in pixels of the icon.
|
|
@@ -35,7 +31,6 @@ var IconNoIcon = function IconNoIcon(props) {
|
|
|
35
31
|
d: "M256,0C114.844,0,0,114.844,0,256s114.844,256,256,256s256-114.844,256-256S397.156,0,256,0z M256,448 c-105.865,0-192-86.135-192-192c0-40.406,12.25-78.604,35.542-111.198l267.656,267.656C334.604,435.75,296.406,448,256,448z M412.458,367.198L144.802,99.542C177.396,76.25,215.594,64,256,64c105.865,0,192,86.135,192,192 C448,296.406,435.75,334.604,412.458,367.198z"
|
|
36
32
|
}));
|
|
37
33
|
};
|
|
38
|
-
|
|
39
34
|
IconNoIcon.propTypes = {
|
|
40
35
|
onClick: _propTypes["default"].func,
|
|
41
36
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
package/icons/IconNoIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconNoIcon.js","names":["IconNoIcon","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconNoIcon.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconNoIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconNoIconProps>}\n */\nconst IconNoIcon = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={
|
|
1
|
+
{"version":3,"file":"IconNoIcon.js","names":["IconNoIcon","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconNoIcon.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconNoIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconNoIconProps>}\n */\nconst IconNoIcon = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={props.className}>\n <path fill=\"#EE3333\" d=\"M256,0C114.844,0,0,114.844,0,256s114.844,256,256,256s256-114.844,256-256S397.156,0,256,0z M256,448\n\t\tc-105.865,0-192-86.135-192-192c0-40.406,12.25-78.604,35.542-111.198l267.656,267.656C334.604,435.75,296.406,448,256,448z\n\t\t M412.458,367.198L144.802,99.542C177.396,76.25,215.594,64,256,64c105.865,0,192,86.135,192,192\n\t\tC448,296.406,435.75,334.604,412.458,367.198z\"/>\n </svg>;\n}\nIconNoIcon.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconNoIcon;\n"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAU,CAAGC,KAAK,EAAI;EACxB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,KAAK,EAAC,4BAA4B;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,SAAS;IAAC,CAAC,EAAC;EAGgB,EAAE,CACvC;AACV,CAAC;AACDN,UAAU,CAACO,SAAS,GAAG;EACnBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,UAAU;AAAA"}
|
package/icons/IconOpen.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare function IconOpen(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconOpen {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|
package/icons/IconOpen.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
10
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
11
|
var IconOpen = function IconOpen(props) {
|
|
16
12
|
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
@@ -27,7 +23,6 @@ var IconOpen = function IconOpen(props) {
|
|
|
27
23
|
d: "M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z"
|
|
28
24
|
}));
|
|
29
25
|
};
|
|
30
|
-
|
|
31
26
|
IconOpen.propTypes = {
|
|
32
27
|
onClick: _propTypes["default"].func,
|
|
33
28
|
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
package/icons/IconOpen.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconOpen.js","names":["IconOpen","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconOpen.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconOpen = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 650 512\" xmlns=\"http://www.w3.org/2000/svg\" width={props.width || 20} height={props.height || props.width || 20} className={
|
|
1
|
+
{"version":3,"file":"IconOpen.js","names":["IconOpen","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"sources":["IconOpen.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconOpen = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 650 512\" xmlns=\"http://www.w3.org/2000/svg\" width={props.width || 20} height={props.height || props.width || 20} className={props.className}>\n <path fill=\"currentColor\" d=\"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"/>\n </svg>;\n}\n\nIconOpen.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconOpen;"],"mappings":";;;;;;;AAAA;AACA;AAEA;AACA,IAAMA,QAAQ,GAAG,SAAXA,QAAQ,CAAGC,KAAK,EAAI;EACtB,oBAAO;IAAK,OAAO,EAAE,iBAAAC,CAAC;MAAA,OAAID,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACD,CAAC,CAAC;IAAA,CAAC;IAAC,OAAO,EAAC,aAAa;IAAC,KAAK,EAAC,4BAA4B;IAAC,KAAK,EAAED,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,MAAM,EAAEH,KAAK,CAACI,MAAM,IAAIJ,KAAK,CAACG,KAAK,IAAI,EAAG;IAAC,SAAS,EAAEH,KAAK,CAACK;EAAU,gBAClN;IAAM,IAAI,EAAC,cAAc;IAAC,CAAC,EAAC;EAAoU,EAAE,CAChW;AACV,CAAC;AAEDN,QAAQ,CAACO,SAAS,GAAG;EACjBJ,OAAO,EAAEK,qBAAS,CAACC,IAAI;EACvBL,KAAK,EAAEI,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEP,MAAM,EAAEG,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjEN,SAAS,EAAEE,qBAAS,CAACI;AACzB,CAAC;AAAC,eAEaZ,QAAQ;AAAA"}
|
package/icons/IconState.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare function IconState(props: any): JSX.Element;
|
|
|
3
3
|
declare namespace IconState {
|
|
4
4
|
namespace propTypes {
|
|
5
5
|
const onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
-
const width: PropTypes.Requireable<string | number
|
|
7
|
-
const height: PropTypes.Requireable<string | number
|
|
6
|
+
const width: PropTypes.Requireable<NonNullable<string | number>>;
|
|
7
|
+
const height: PropTypes.Requireable<NonNullable<string | number>>;
|
|
8
8
|
const className: PropTypes.Requireable<string>;
|
|
9
9
|
}
|
|
10
10
|
}
|