@semcore/illustration 1.3.11 → 1.4.1
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 +16 -2
- package/Feedback/index.d.ts +5 -0
- package/Feedback/index.js +106 -0
- package/Feedback/index.mjs +85 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/es6/index.js +1 -1
- package/lib/es6/index.js.map +1 -1
- package/package.json +1 -1
- package/svg/Feedback.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [1.
|
|
5
|
+
## [1.4.1] - 2023-01-19
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/flex-box` [4.7.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/flex-box` [4.7.5 ~> 4.7.6]).
|
|
10
|
+
|
|
11
|
+
## [1.4.0] - 2023-10-11
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added `Feedback` illustration.
|
|
16
|
+
|
|
17
|
+
## [1.3.11] - 2023-01-10
|
|
18
|
+
|
|
19
|
+
## [1.3.10] - 2023-01-09
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Version patch update due to children dependencies update (`@semcore/flex-box` [4.7.3 ~> 4.7.4]).
|
|
10
24
|
|
|
11
25
|
## [1.3.9] - 2022-12-16
|
|
12
26
|
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _flexBox = require("@semcore/flex-box");
|
|
19
|
+
|
|
20
|
+
var _excluded = ["fill", "width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Feedback(_ref, ref) {
|
|
23
|
+
var _ref$fill = _ref.fill,
|
|
24
|
+
fill = _ref$fill === void 0 ? 'none' : _ref$fill,
|
|
25
|
+
_ref$width = _ref.width,
|
|
26
|
+
width = _ref$width === void 0 ? '40' : _ref$width,
|
|
27
|
+
_ref$height = _ref.height,
|
|
28
|
+
height = _ref$height === void 0 ? '40' : _ref$height,
|
|
29
|
+
_ref$viewBox = _ref.viewBox,
|
|
30
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 40 40' : _ref$viewBox,
|
|
31
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
32
|
+
return /*#__PURE__*/_react["default"].createElement(_flexBox.Box, (0, _extends2["default"])({
|
|
33
|
+
ref: ref,
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox,
|
|
37
|
+
fill: fill,
|
|
38
|
+
tag: "svg"
|
|
39
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
+
fill: "#6EDBFF",
|
|
41
|
+
d: "M35.4 11.33v16.546c0 .54-.06 1.064-.178 1.57-.702 3.134-3.482 5.465-6.816 5.465h-4.618c-4.001 0-7.948 1.119-11.354 3.248-.183.13-.441-.027-.441-.26V34.91a6.941 6.941 0 0 1-4.342-1.516A7.02 7.02 0 0 1 5 27.875V11.33a7.038 7.038 0 0 1 3.035-5.807 6.865 6.865 0 0 1 2.853-1.143 6.81 6.81 0 0 1 1.105-.088h4.619a21.415 21.415 0 0 0 11.356-3.245c.18-.13.438.026.438.26v2.985a6.933 6.933 0 0 1 3.207.785 7.019 7.019 0 0 1 2.173 1.76A7.022 7.022 0 0 1 35.4 11.33Z",
|
|
42
|
+
shapeRendering: "geometricPrecision"
|
|
43
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
44
|
+
fill: "#6EDBFF",
|
|
45
|
+
d: "M27.839 18.398c-.624-4.432-2-8.516-3.368-10.683a10.181 10.181 0 0 0-.793-1.079c-.326-.38-.555-.655-.948-.544h-.003a.162.162 0 0 0-.058-.01h-.007a.48.48 0 0 0-.125.014c-.108.05-.19.15-.255.29-.003.003-.003.007-.003.01-.032.069-.058.15-.08.24l-.01.058a4.464 4.464 0 0 0-.05 1.02c.043.975.265 2.226.505 3.318 0 .014.004.029.01.04.12.558.24 1.07.345 1.483-.42-1.516-.939-3.293-1.59-4.859-.696-1.665-1.464-3.24-2.206-3.92-.38-.351-.818-.35-1.166-.231a.112.112 0 0 0-.046.021c-.122.058-.205.18-.248.351-.003.004-.003.004-.003.008-.169.677.2 2.131.702 3.79.48 1.58 1.075 3.339 1.43 4.772v.003c.153.616.26 1.175.297 1.63-.23-1.508-1.095-4.102-2.191-6.405-.749-1.576-1.586-3.131-2.328-3.99-.555-.646-1.117-.85-1.5-.653a.276.276 0 0 0-.075.05.326.326 0 0 0-.068.072c-.01.01-.018.025-.025.036a.512.512 0 0 0-.068.132.98.98 0 0 0-.036.122s-.004.004-.004.007c-.003.007-.003.01-.003.014-.007.033-.015.065-.018.1a.301.301 0 0 0-.01.08c-.005.01-.005.025-.005.039-.003.036-.007.072-.007.107-.007.144-.003.305.015.48.003.065.01.13.018.198.032.265.082.562.15.88.014.072.029.144.047.216.014.068.028.136.046.204.047.193.097.394.15.602l.137.505c.007.021.01.04.018.06.043.148.082.295.129.445.039.14.082.283.125.426.394 1.308.87 2.727 1.29 4.038.365 1.146.691 2.21.881 3.052.057.261.104.498.133.713-1.165-3.697-2.343-6.084-3.525-7.464-.61-.716-1.376-1.367-1.838-1.592-.39-.194-.685-.018-.903.075a.457.457 0 0 0-.244.247.564.564 0 0 0-.043.125v.007c-.125.51.104 1.412.452 2.368v.004c.412 1.132.985 2.332 1.336 3.049.265.54.516 1.089.73 1.655.688 1.791 1.538 3.966 2.035 5.86v.004l.076.287c-.717-.595-1.559-1.236-2.39-1.655-1.293-.645-2.636-1.233-4.062-1.258a3.85 3.85 0 0 0-.455.008c-.437.028-.957.16-1.104.576 0 .004-.003.007-.003.011v.007l-.025.1a.904.904 0 0 0 .147.595c.136.212.33.376.52.534 1.357 1.135 2.732 2.264 3.947 3.55 1.214 1.286 2.275 2.751 2.902 4.407l.064.16c.011.022.018.047.029.069 0 .003.004.007.004.01.007.022.017.04.025.061 0 .004.003.004.003.008.029.075.061.147.097.218a5.691 5.691 0 0 0 .276.548c.05.09.1.18.154.265.05.08.1.158.154.233.036.057.075.115.118.168.057.08.118.155.18.23a4.8 4.8 0 0 0 1.203 1.053c1.132.692 2.479.978 3.804.978 1.333.004 2.684-.272 3.851-.92 1.165-.646 2.29-1.939 2.755-3.189 0-.018-.003-.032-.003-.05-.004-.015-.004-.029-.007-.047a3.722 3.722 0 0 1-.018-.207 25.796 25.796 0 0 1-.122-2.483c0-.1 0-.2.003-.305l.011-.315c0-.054.004-.11.007-.165l.022-.358c.01-.161.025-.326.04-.494.028-.294.06-.595.1-.903.01-.097.021-.197.039-.301 0-.022.004-.043.007-.065l.043-.286.054-.362c.014-.104.032-.211.05-.315.018-.125.04-.255.064-.387.094-.52.198-1.046.312-1.573 0-.01-.003-.018-.003-.028Zm-4.604-4.94a14.222 14.222 0 0 1-.114-.43c.046.146.082.29.114.43Z",
|
|
46
|
+
shapeRendering: "geometricPrecision"
|
|
47
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
48
|
+
fill: "#fff",
|
|
49
|
+
d: "M20.04 10.693a71.051 71.051 0 0 1-1.261-5.173c-.082-.401-.161-.82-.043-1.215.115-.39.49-.741.896-.68-.065-.301-.538-.382-.667-.599-.304-.053-.69-.045-.852.217-.193.312-.093.847-.033 1.21.366 2.231.993 4.194 1.96 6.24ZM16.615 19.621c-.283-.236-.645.233-.964 0-.505-1.791-1.364-4.292-2.002-5.95-.214-.566-.47-1.232-.735-1.773-.755-1.544-2.655-5.446-1.605-5.883.165-.072.749.133 1.021.226-.938.544.81 4.256 1.551 5.774.265.541.516 1.09.731 1.656.724 1.884 1.519 3.99 2.003 5.95ZM15.619 28.873c-.437-.527-.774-1.146-1.039-1.81-.021-.053.021-.15 0-.204-.627-1.655-1.765-3.298-2.98-4.584-1.214-1.286-2.44-2.295-3.798-3.43-.19-.158-.476-.402-.612-.613-.133-.211-.244-.296-.162-.533.147-.415.582-.664 1.02-.692.153-.011.461-.007.612 0-.301.505-.077 1.574 2.445 3.39 3.575 2.576 4.303 6.423 4.514 8.476ZM16.328 11.643a1.88 1.88 0 0 0-.226.373c-1.19-3.718-2.8-8.443-1.776-8.966.383-.197.915.213 1.47.857-.275.14-.55.482-.643.787-.136.433-.08.906-.011 1.357.28 1.885.677 3.755 1.186 5.592ZM23.565 6.648c-.319.025-.598.237-.774.502-.175.265-.262.58-.322.892a6.186 6.186 0 0 0 .028 2.393 10.342 10.342 0 0 1-.494-3.353c.01-.38.079-.824.412-1.007.208-.115.47-.09.68.018.212.107.334.362.47.555Z",
|
|
50
|
+
shapeRendering: "geometricPrecision"
|
|
51
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
+
fill: "#000",
|
|
53
|
+
d: "M26.388 34.911c.353-1.645 1.278-6.278.87-7.911-3.5 6-10.5 3.5-12.2.8-.272.727.5 6.7.5 6.7 0 .801-.03 1.5-.073 2.08a21.493 21.493 0 0 1 8.302-1.669h2.6Z",
|
|
54
|
+
shapeRendering: "geometricPrecision"
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
fill: "#000",
|
|
57
|
+
d: "M26.086 34.911h.408c.055-.286.107-.58.157-.88.37-2.23.607-4.801.698-7.023a.2.2 0 1 0-.4-.016c-.09 2.208-.326 4.763-.693 6.973-.054.324-.11.64-.17.946ZM15.31 36.654c.088-1.333.044-2.902-.06-4.401-.14-2.032-.391-3.951-.58-5.01a.2.2 0 1 0-.395.071c.187 1.042.436 2.948.576 4.967.109 1.577.15 3.212.046 4.556.137-.063.275-.124.414-.183Z",
|
|
58
|
+
shapeRendering: "geometricPrecision"
|
|
59
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
60
|
+
stroke: "#000",
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round",
|
|
63
|
+
strokeMiterlimit: "10",
|
|
64
|
+
strokeWidth: ".4",
|
|
65
|
+
d: "M15.663 19.656c-.483-1.96-1.386-4.266-2.11-6.15a19.488 19.488 0 0 0-.73-1.656c-.757-1.544-2.552-5.363-1.502-5.8.971-.422 3.987 1.756 6.266 8.981M19 20a8.353 8.353 0 0 1 2.042.91",
|
|
66
|
+
shapeRendering: "geometricPrecision"
|
|
67
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
68
|
+
stroke: "#000",
|
|
69
|
+
strokeLinecap: "round",
|
|
70
|
+
strokeLinejoin: "round",
|
|
71
|
+
strokeMiterlimit: "10",
|
|
72
|
+
strokeWidth: ".4",
|
|
73
|
+
d: "M27.24 26.684c-.017.05-.039.1-.06.15-.494 1.204-1.576 2.419-2.694 3.039-1.168.648-2.519.924-3.851.92-1.326 0-2.673-.286-3.805-.978-1.035-.63-1.712-1.597-2.178-2.712-.025-.05-.043-.1-.064-.15l-.065-.161c-.627-1.655-1.687-3.12-2.902-4.407-1.214-1.286-2.59-2.414-3.947-3.55-.19-.157-.384-.322-.52-.534-.132-.21-.2-.476-.118-.712.147-.416.666-.549 1.103-.577 1.598-.108 3.088.537 4.518 1.25.83.42 1.673 1.06 2.39 1.655a8.394 8.394 0 0 1 3.7.237M19 15.48A21.682 21.682 0 0 1 24.76 14M17 16.555c.405-.197.817-.383 1.236-.555M17.142 15.636c-.44-3.135-4.26-11.844-2.82-12.578 1.642-.842 5.51 7.734 6.02 11.048M23 13c.086.348.154.595.183.695",
|
|
74
|
+
shapeRendering: "geometricPrecision"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
stroke: "#000",
|
|
77
|
+
strokeLinecap: "round",
|
|
78
|
+
strokeLinejoin: "round",
|
|
79
|
+
strokeMiterlimit: "10",
|
|
80
|
+
strokeWidth: ".4",
|
|
81
|
+
d: "M27.109 26.788c1.32-8.07-2.48-19.26-3.945-20.61-.398-.365-1.053-.136-1.128.398-.194 1.364.447 4.22.83 5.728",
|
|
82
|
+
shapeRendering: "geometricPrecision"
|
|
83
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
84
|
+
stroke: "#000",
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
|
+
strokeMiterlimit: "10",
|
|
88
|
+
strokeWidth: ".4",
|
|
89
|
+
d: "M23.561 13.04c0-.004 0-.008-.003-.012-.004-.01-.007-.025-.01-.036a18.402 18.402 0 0 0-.184-.695c-.01-.057-.028-.118-.046-.179a.488.488 0 0 0-.018-.068c-1.1-3.955-3.296-9.583-4.962-9.01-1.383.466 1.906 7.631 2.132 10.576",
|
|
90
|
+
shapeRendering: "geometricPrecision"
|
|
91
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
92
|
+
stroke: "#fff",
|
|
93
|
+
strokeLinecap: "round",
|
|
94
|
+
strokeLinejoin: "round",
|
|
95
|
+
strokeMiterlimit: "10",
|
|
96
|
+
strokeWidth: ".4",
|
|
97
|
+
d: "M33.5 9 29 13.5M28 11.5 30.5 7",
|
|
98
|
+
shapeRendering: "geometricPrecision"
|
|
99
|
+
}));
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
Feedback.displayName = 'Feedback';
|
|
103
|
+
|
|
104
|
+
var _default = (0, _core.createBaseComponent)(Feedback);
|
|
105
|
+
|
|
106
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import { Box } from '@semcore/flex-box';
|
|
6
|
+
|
|
7
|
+
function Feedback({
|
|
8
|
+
fill = 'none',
|
|
9
|
+
width = '40',
|
|
10
|
+
height = '40',
|
|
11
|
+
viewBox = '0 0 40 40',
|
|
12
|
+
...props
|
|
13
|
+
}, ref) {
|
|
14
|
+
return /*#__PURE__*/React.createElement(Box, _extends({
|
|
15
|
+
ref: ref,
|
|
16
|
+
width: width,
|
|
17
|
+
height: height,
|
|
18
|
+
viewBox: viewBox,
|
|
19
|
+
fill: fill,
|
|
20
|
+
tag: "svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#6EDBFF",
|
|
23
|
+
d: "M35.4 11.33v16.546c0 .54-.06 1.064-.178 1.57-.702 3.134-3.482 5.465-6.816 5.465h-4.618c-4.001 0-7.948 1.119-11.354 3.248-.183.13-.441-.027-.441-.26V34.91a6.941 6.941 0 0 1-4.342-1.516A7.02 7.02 0 0 1 5 27.875V11.33a7.038 7.038 0 0 1 3.035-5.807 6.865 6.865 0 0 1 2.853-1.143 6.81 6.81 0 0 1 1.105-.088h4.619a21.415 21.415 0 0 0 11.356-3.245c.18-.13.438.026.438.26v2.985a6.933 6.933 0 0 1 3.207.785 7.019 7.019 0 0 1 2.173 1.76A7.022 7.022 0 0 1 35.4 11.33Z",
|
|
24
|
+
shapeRendering: "geometricPrecision"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fill: "#6EDBFF",
|
|
27
|
+
d: "M27.839 18.398c-.624-4.432-2-8.516-3.368-10.683a10.181 10.181 0 0 0-.793-1.079c-.326-.38-.555-.655-.948-.544h-.003a.162.162 0 0 0-.058-.01h-.007a.48.48 0 0 0-.125.014c-.108.05-.19.15-.255.29-.003.003-.003.007-.003.01-.032.069-.058.15-.08.24l-.01.058a4.464 4.464 0 0 0-.05 1.02c.043.975.265 2.226.505 3.318 0 .014.004.029.01.04.12.558.24 1.07.345 1.483-.42-1.516-.939-3.293-1.59-4.859-.696-1.665-1.464-3.24-2.206-3.92-.38-.351-.818-.35-1.166-.231a.112.112 0 0 0-.046.021c-.122.058-.205.18-.248.351-.003.004-.003.004-.003.008-.169.677.2 2.131.702 3.79.48 1.58 1.075 3.339 1.43 4.772v.003c.153.616.26 1.175.297 1.63-.23-1.508-1.095-4.102-2.191-6.405-.749-1.576-1.586-3.131-2.328-3.99-.555-.646-1.117-.85-1.5-.653a.276.276 0 0 0-.075.05.326.326 0 0 0-.068.072c-.01.01-.018.025-.025.036a.512.512 0 0 0-.068.132.98.98 0 0 0-.036.122s-.004.004-.004.007c-.003.007-.003.01-.003.014-.007.033-.015.065-.018.1a.301.301 0 0 0-.01.08c-.005.01-.005.025-.005.039-.003.036-.007.072-.007.107-.007.144-.003.305.015.48.003.065.01.13.018.198.032.265.082.562.15.88.014.072.029.144.047.216.014.068.028.136.046.204.047.193.097.394.15.602l.137.505c.007.021.01.04.018.06.043.148.082.295.129.445.039.14.082.283.125.426.394 1.308.87 2.727 1.29 4.038.365 1.146.691 2.21.881 3.052.057.261.104.498.133.713-1.165-3.697-2.343-6.084-3.525-7.464-.61-.716-1.376-1.367-1.838-1.592-.39-.194-.685-.018-.903.075a.457.457 0 0 0-.244.247.564.564 0 0 0-.043.125v.007c-.125.51.104 1.412.452 2.368v.004c.412 1.132.985 2.332 1.336 3.049.265.54.516 1.089.73 1.655.688 1.791 1.538 3.966 2.035 5.86v.004l.076.287c-.717-.595-1.559-1.236-2.39-1.655-1.293-.645-2.636-1.233-4.062-1.258a3.85 3.85 0 0 0-.455.008c-.437.028-.957.16-1.104.576 0 .004-.003.007-.003.011v.007l-.025.1a.904.904 0 0 0 .147.595c.136.212.33.376.52.534 1.357 1.135 2.732 2.264 3.947 3.55 1.214 1.286 2.275 2.751 2.902 4.407l.064.16c.011.022.018.047.029.069 0 .003.004.007.004.01.007.022.017.04.025.061 0 .004.003.004.003.008.029.075.061.147.097.218a5.691 5.691 0 0 0 .276.548c.05.09.1.18.154.265.05.08.1.158.154.233.036.057.075.115.118.168.057.08.118.155.18.23a4.8 4.8 0 0 0 1.203 1.053c1.132.692 2.479.978 3.804.978 1.333.004 2.684-.272 3.851-.92 1.165-.646 2.29-1.939 2.755-3.189 0-.018-.003-.032-.003-.05-.004-.015-.004-.029-.007-.047a3.722 3.722 0 0 1-.018-.207 25.796 25.796 0 0 1-.122-2.483c0-.1 0-.2.003-.305l.011-.315c0-.054.004-.11.007-.165l.022-.358c.01-.161.025-.326.04-.494.028-.294.06-.595.1-.903.01-.097.021-.197.039-.301 0-.022.004-.043.007-.065l.043-.286.054-.362c.014-.104.032-.211.05-.315.018-.125.04-.255.064-.387.094-.52.198-1.046.312-1.573 0-.01-.003-.018-.003-.028Zm-4.604-4.94a14.222 14.222 0 0 1-.114-.43c.046.146.082.29.114.43Z",
|
|
28
|
+
shapeRendering: "geometricPrecision"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
d: "M20.04 10.693a71.051 71.051 0 0 1-1.261-5.173c-.082-.401-.161-.82-.043-1.215.115-.39.49-.741.896-.68-.065-.301-.538-.382-.667-.599-.304-.053-.69-.045-.852.217-.193.312-.093.847-.033 1.21.366 2.231.993 4.194 1.96 6.24ZM16.615 19.621c-.283-.236-.645.233-.964 0-.505-1.791-1.364-4.292-2.002-5.95-.214-.566-.47-1.232-.735-1.773-.755-1.544-2.655-5.446-1.605-5.883.165-.072.749.133 1.021.226-.938.544.81 4.256 1.551 5.774.265.541.516 1.09.731 1.656.724 1.884 1.519 3.99 2.003 5.95ZM15.619 28.873c-.437-.527-.774-1.146-1.039-1.81-.021-.053.021-.15 0-.204-.627-1.655-1.765-3.298-2.98-4.584-1.214-1.286-2.44-2.295-3.798-3.43-.19-.158-.476-.402-.612-.613-.133-.211-.244-.296-.162-.533.147-.415.582-.664 1.02-.692.153-.011.461-.007.612 0-.301.505-.077 1.574 2.445 3.39 3.575 2.576 4.303 6.423 4.514 8.476ZM16.328 11.643a1.88 1.88 0 0 0-.226.373c-1.19-3.718-2.8-8.443-1.776-8.966.383-.197.915.213 1.47.857-.275.14-.55.482-.643.787-.136.433-.08.906-.011 1.357.28 1.885.677 3.755 1.186 5.592ZM23.565 6.648c-.319.025-.598.237-.774.502-.175.265-.262.58-.322.892a6.186 6.186 0 0 0 .028 2.393 10.342 10.342 0 0 1-.494-3.353c.01-.38.079-.824.412-1.007.208-.115.47-.09.68.018.212.107.334.362.47.555Z",
|
|
32
|
+
shapeRendering: "geometricPrecision"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#000",
|
|
35
|
+
d: "M26.388 34.911c.353-1.645 1.278-6.278.87-7.911-3.5 6-10.5 3.5-12.2.8-.272.727.5 6.7.5 6.7 0 .801-.03 1.5-.073 2.08a21.493 21.493 0 0 1 8.302-1.669h2.6Z",
|
|
36
|
+
shapeRendering: "geometricPrecision"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#000",
|
|
39
|
+
d: "M26.086 34.911h.408c.055-.286.107-.58.157-.88.37-2.23.607-4.801.698-7.023a.2.2 0 1 0-.4-.016c-.09 2.208-.326 4.763-.693 6.973-.054.324-.11.64-.17.946ZM15.31 36.654c.088-1.333.044-2.902-.06-4.401-.14-2.032-.391-3.951-.58-5.01a.2.2 0 1 0-.395.071c.187 1.042.436 2.948.576 4.967.109 1.577.15 3.212.046 4.556.137-.063.275-.124.414-.183Z",
|
|
40
|
+
shapeRendering: "geometricPrecision"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
stroke: "#000",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round",
|
|
45
|
+
strokeMiterlimit: "10",
|
|
46
|
+
strokeWidth: ".4",
|
|
47
|
+
d: "M15.663 19.656c-.483-1.96-1.386-4.266-2.11-6.15a19.488 19.488 0 0 0-.73-1.656c-.757-1.544-2.552-5.363-1.502-5.8.971-.422 3.987 1.756 6.266 8.981M19 20a8.353 8.353 0 0 1 2.042.91",
|
|
48
|
+
shapeRendering: "geometricPrecision"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
stroke: "#000",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round",
|
|
53
|
+
strokeMiterlimit: "10",
|
|
54
|
+
strokeWidth: ".4",
|
|
55
|
+
d: "M27.24 26.684c-.017.05-.039.1-.06.15-.494 1.204-1.576 2.419-2.694 3.039-1.168.648-2.519.924-3.851.92-1.326 0-2.673-.286-3.805-.978-1.035-.63-1.712-1.597-2.178-2.712-.025-.05-.043-.1-.064-.15l-.065-.161c-.627-1.655-1.687-3.12-2.902-4.407-1.214-1.286-2.59-2.414-3.947-3.55-.19-.157-.384-.322-.52-.534-.132-.21-.2-.476-.118-.712.147-.416.666-.549 1.103-.577 1.598-.108 3.088.537 4.518 1.25.83.42 1.673 1.06 2.39 1.655a8.394 8.394 0 0 1 3.7.237M19 15.48A21.682 21.682 0 0 1 24.76 14M17 16.555c.405-.197.817-.383 1.236-.555M17.142 15.636c-.44-3.135-4.26-11.844-2.82-12.578 1.642-.842 5.51 7.734 6.02 11.048M23 13c.086.348.154.595.183.695",
|
|
56
|
+
shapeRendering: "geometricPrecision"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
stroke: "#000",
|
|
59
|
+
strokeLinecap: "round",
|
|
60
|
+
strokeLinejoin: "round",
|
|
61
|
+
strokeMiterlimit: "10",
|
|
62
|
+
strokeWidth: ".4",
|
|
63
|
+
d: "M27.109 26.788c1.32-8.07-2.48-19.26-3.945-20.61-.398-.365-1.053-.136-1.128.398-.194 1.364.447 4.22.83 5.728",
|
|
64
|
+
shapeRendering: "geometricPrecision"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
stroke: "#000",
|
|
67
|
+
strokeLinecap: "round",
|
|
68
|
+
strokeLinejoin: "round",
|
|
69
|
+
strokeMiterlimit: "10",
|
|
70
|
+
strokeWidth: ".4",
|
|
71
|
+
d: "M23.561 13.04c0-.004 0-.008-.003-.012-.004-.01-.007-.025-.01-.036a18.402 18.402 0 0 0-.184-.695c-.01-.057-.028-.118-.046-.179a.488.488 0 0 0-.018-.068c-1.1-3.955-3.296-9.583-4.962-9.01-1.383.466 1.906 7.631 2.132 10.576",
|
|
72
|
+
shapeRendering: "geometricPrecision"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
stroke: "#fff",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round",
|
|
77
|
+
strokeMiterlimit: "10",
|
|
78
|
+
strokeWidth: ".4",
|
|
79
|
+
d: "M33.5 9 29 13.5M28 11.5 30.5 7",
|
|
80
|
+
shapeRendering: "geometricPrecision"
|
|
81
|
+
}));
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
Feedback.displayName = 'Feedback';
|
|
85
|
+
export default createBaseComponent(Feedback);
|
package/lib/cjs/index.js
CHANGED
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["version","formatName","name","split","map","el","toUpperCase","slice","join","getIllustrationPath","formattedName"],"sources":["../../src/index.ts"],"sourcesContent":["const version = preval`module.exports = require('../package.json').version`;\n\n/**\n * Formats string from `access_denied` or `access-denied` to `AccessDenied`\n */\nconst formatName = (name: string) => {\n return name\n .split(/_|-/)\n .map((el) => el[0].toUpperCase() + el.slice(1))\n .join('');\n};\n\nexport const getIllustrationPath = (name) => {\n const formattedName = formatName(name);\n\n return `https://static.semrush.com/ui-kit/illustration/${version}/${formattedName}.svg`;\n};\n"],"mappings":";;;;;;AAAA,IAAMA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","names":["version","formatName","name","split","map","el","toUpperCase","slice","join","getIllustrationPath","formattedName"],"sources":["../../src/index.ts"],"sourcesContent":["const version = preval`module.exports = require('../package.json').version`;\n\n/**\n * Formats string from `access_denied` or `access-denied` to `AccessDenied`\n */\nconst formatName = (name: string) => {\n return name\n .split(/_|-/)\n .map((el) => el[0].toUpperCase() + el.slice(1))\n .join('');\n};\n\nexport const getIllustrationPath = (name) => {\n const formattedName = formatName(name);\n\n return `https://static.semrush.com/ui-kit/illustration/${version}/${formattedName}.svg`;\n};\n"],"mappings":";;;;;;AAAA,IAAMA,OAAO,UAAb;AAEA;AACA;AACA;;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAa,CAACC,IAAD,EAAkB;EACnC,OAAOA,IAAI,CACRC,KADI,CACE,KADF,EAEJC,GAFI,CAEA,UAACC,EAAD;IAAA,OAAQA,EAAE,CAAC,CAAD,CAAF,CAAMC,WAAN,KAAsBD,EAAE,CAACE,KAAH,CAAS,CAAT,CAA9B;EAAA,CAFA,EAGJC,IAHI,CAGC,EAHD,CAAP;AAID,CALD;;AAOO,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAsB,CAACP,IAAD,EAAU;EAC3C,IAAMQ,aAAa,GAAGT,UAAU,CAACC,IAAD,CAAhC;EAEA,gEAAyDF,OAAzD,cAAoEU,aAApE;AACD,CAJM"}
|
package/lib/es6/index.js
CHANGED
package/lib/es6/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["version","formatName","name","split","map","el","toUpperCase","slice","join","getIllustrationPath","formattedName"],"sources":["../../src/index.ts"],"sourcesContent":["const version = preval`module.exports = require('../package.json').version`;\n\n/**\n * Formats string from `access_denied` or `access-denied` to `AccessDenied`\n */\nconst formatName = (name: string) => {\n return name\n .split(/_|-/)\n .map((el) => el[0].toUpperCase() + el.slice(1))\n .join('');\n};\n\nexport const getIllustrationPath = (name) => {\n const formattedName = formatName(name);\n\n return `https://static.semrush.com/ui-kit/illustration/${version}/${formattedName}.svg`;\n};\n"],"mappings":"AAAA,IAAMA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","names":["version","formatName","name","split","map","el","toUpperCase","slice","join","getIllustrationPath","formattedName"],"sources":["../../src/index.ts"],"sourcesContent":["const version = preval`module.exports = require('../package.json').version`;\n\n/**\n * Formats string from `access_denied` or `access-denied` to `AccessDenied`\n */\nconst formatName = (name: string) => {\n return name\n .split(/_|-/)\n .map((el) => el[0].toUpperCase() + el.slice(1))\n .join('');\n};\n\nexport const getIllustrationPath = (name) => {\n const formattedName = formatName(name);\n\n return `https://static.semrush.com/ui-kit/illustration/${version}/${formattedName}.svg`;\n};\n"],"mappings":"AAAA,IAAMA,OAAO,UAAb;AAEA;AACA;AACA;;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAa,CAACC,IAAD,EAAkB;EACnC,OAAOA,IAAI,CACRC,KADI,CACE,KADF,EAEJC,GAFI,CAEA,UAACC,EAAD;IAAA,OAAQA,EAAE,CAAC,CAAD,CAAF,CAAMC,WAAN,KAAsBD,EAAE,CAACE,KAAH,CAAS,CAAT,CAA9B;EAAA,CAFA,EAGJC,IAHI,CAGC,EAHD,CAAP;AAID,CALD;;AAOA,OAAO,IAAMC,mBAAmB,GAAG,SAAtBA,mBAAsB,CAACP,IAAD,EAAU;EAC3C,IAAMQ,aAAa,GAAGT,UAAU,CAACC,IAAD,CAAhC;EAEA,gEAAyDF,OAAzD,cAAoEU,aAApE;AACD,CAJM"}
|
package/package.json
CHANGED
package/svg/Feedback.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path fill="#6EDBFF" d="M35.4 11.33v16.546c0 .54-.06 1.064-.178 1.57-.702 3.134-3.482 5.465-6.816 5.465h-4.618c-4.001 0-7.948 1.119-11.354 3.248-.183.13-.441-.027-.441-.26V34.91a6.941 6.941 0 0 1-4.342-1.516A7.02 7.02 0 0 1 5 27.875V11.33a7.038 7.038 0 0 1 3.035-5.807 6.865 6.865 0 0 1 2.853-1.143 6.81 6.81 0 0 1 1.105-.088h4.619a21.415 21.415 0 0 0 11.356-3.245c.18-.13.438.026.438.26v2.985a6.933 6.933 0 0 1 3.207.785 7.019 7.019 0 0 1 2.173 1.76A7.022 7.022 0 0 1 35.4 11.33Z"/><path fill="#6EDBFF" d="M27.839 18.398c-.624-4.432-2-8.516-3.368-10.683a10.181 10.181 0 0 0-.793-1.079c-.326-.38-.555-.655-.948-.544h-.003a.162.162 0 0 0-.058-.01h-.007a.48.48 0 0 0-.125.014c-.108.05-.19.15-.255.29-.003.003-.003.007-.003.01-.032.069-.058.15-.08.24l-.01.058a4.464 4.464 0 0 0-.05 1.02c.043.975.265 2.226.505 3.318 0 .014.004.029.01.04.12.558.24 1.07.345 1.483-.42-1.516-.939-3.293-1.59-4.859-.696-1.665-1.464-3.24-2.206-3.92-.38-.351-.818-.35-1.166-.231a.112.112 0 0 0-.046.021c-.122.058-.205.18-.248.351-.003.004-.003.004-.003.008-.169.677.2 2.131.702 3.79.48 1.58 1.075 3.339 1.43 4.772v.003c.153.616.26 1.175.297 1.63-.23-1.508-1.095-4.102-2.191-6.405-.749-1.576-1.586-3.131-2.328-3.99-.555-.646-1.117-.85-1.5-.653a.276.276 0 0 0-.075.05.326.326 0 0 0-.068.072c-.01.01-.018.025-.025.036a.512.512 0 0 0-.068.132.98.98 0 0 0-.036.122s-.004.004-.004.007c-.003.007-.003.01-.003.014-.007.033-.015.065-.018.1a.301.301 0 0 0-.01.08c-.005.01-.005.025-.005.039-.003.036-.007.072-.007.107-.007.144-.003.305.015.48.003.065.01.13.018.198.032.265.082.562.15.88.014.072.029.144.047.216.014.068.028.136.046.204.047.193.097.394.15.602l.137.505c.007.021.01.04.018.06.043.148.082.295.129.445.039.14.082.283.125.426.394 1.308.87 2.727 1.29 4.038.365 1.146.691 2.21.881 3.052.057.261.104.498.133.713-1.165-3.697-2.343-6.084-3.525-7.464-.61-.716-1.376-1.367-1.838-1.592-.39-.194-.685-.018-.903.075a.457.457 0 0 0-.244.247.564.564 0 0 0-.043.125v.007c-.125.51.104 1.412.452 2.368v.004c.412 1.132.985 2.332 1.336 3.049.265.54.516 1.089.73 1.655.688 1.791 1.538 3.966 2.035 5.86v.004l.076.287c-.717-.595-1.559-1.236-2.39-1.655-1.293-.645-2.636-1.233-4.062-1.258a3.85 3.85 0 0 0-.455.008c-.437.028-.957.16-1.104.576 0 .004-.003.007-.003.011v.007l-.025.1a.904.904 0 0 0 .147.595c.136.212.33.376.52.534 1.357 1.135 2.732 2.264 3.947 3.55 1.214 1.286 2.275 2.751 2.902 4.407l.064.16c.011.022.018.047.029.069 0 .003.004.007.004.01.007.022.017.04.025.061 0 .004.003.004.003.008.029.075.061.147.097.218a5.691 5.691 0 0 0 .276.548c.05.09.1.18.154.265.05.08.1.158.154.233.036.057.075.115.118.168.057.08.118.155.18.23a4.8 4.8 0 0 0 1.203 1.053c1.132.692 2.479.978 3.804.978 1.333.004 2.684-.272 3.851-.92 1.165-.646 2.29-1.939 2.755-3.189 0-.018-.003-.032-.003-.05-.004-.015-.004-.029-.007-.047a3.722 3.722 0 0 1-.018-.207 25.796 25.796 0 0 1-.122-2.483c0-.1 0-.2.003-.305l.011-.315c0-.054.004-.11.007-.165l.022-.358c.01-.161.025-.326.04-.494.028-.294.06-.595.1-.903.01-.097.021-.197.039-.301 0-.022.004-.043.007-.065l.043-.286.054-.362c.014-.104.032-.211.05-.315.018-.125.04-.255.064-.387.094-.52.198-1.046.312-1.573 0-.01-.003-.018-.003-.028Zm-4.604-4.94a14.222 14.222 0 0 1-.114-.43c.046.146.082.29.114.43Z"/><path fill="#fff" d="M20.04 10.693a71.051 71.051 0 0 1-1.261-5.173c-.082-.401-.161-.82-.043-1.215.115-.39.49-.741.896-.68-.065-.301-.538-.382-.667-.599-.304-.053-.69-.045-.852.217-.193.312-.093.847-.033 1.21.366 2.231.993 4.194 1.96 6.24ZM16.615 19.621c-.283-.236-.645.233-.964 0-.505-1.791-1.364-4.292-2.002-5.95-.214-.566-.47-1.232-.735-1.773-.755-1.544-2.655-5.446-1.605-5.883.165-.072.749.133 1.021.226-.938.544.81 4.256 1.551 5.774.265.541.516 1.09.731 1.656.724 1.884 1.519 3.99 2.003 5.95ZM15.619 28.873c-.437-.527-.774-1.146-1.039-1.81-.021-.053.021-.15 0-.204-.627-1.655-1.765-3.298-2.98-4.584-1.214-1.286-2.44-2.295-3.798-3.43-.19-.158-.476-.402-.612-.613-.133-.211-.244-.296-.162-.533.147-.415.582-.664 1.02-.692.153-.011.461-.007.612 0-.301.505-.077 1.574 2.445 3.39 3.575 2.576 4.303 6.423 4.514 8.476ZM16.328 11.643a1.88 1.88 0 0 0-.226.373c-1.19-3.718-2.8-8.443-1.776-8.966.383-.197.915.213 1.47.857-.275.14-.55.482-.643.787-.136.433-.08.906-.011 1.357.28 1.885.677 3.755 1.186 5.592ZM23.565 6.648c-.319.025-.598.237-.774.502-.175.265-.262.58-.322.892a6.186 6.186 0 0 0 .028 2.393 10.342 10.342 0 0 1-.494-3.353c.01-.38.079-.824.412-1.007.208-.115.47-.09.68.018.212.107.334.362.47.555Z"/><path fill="#000" d="M26.388 34.911c.353-1.645 1.278-6.278.87-7.911-3.5 6-10.5 3.5-12.2.8-.272.727.5 6.7.5 6.7 0 .801-.03 1.5-.073 2.08a21.493 21.493 0 0 1 8.302-1.669h2.6Z"/><path fill="#000" d="M26.086 34.911h.408c.055-.286.107-.58.157-.88.37-2.23.607-4.801.698-7.023a.2.2 0 1 0-.4-.016c-.09 2.208-.326 4.763-.693 6.973-.054.324-.11.64-.17.946ZM15.31 36.654c.088-1.333.044-2.902-.06-4.401-.14-2.032-.391-3.951-.58-5.01a.2.2 0 1 0-.395.071c.187 1.042.436 2.948.576 4.967.109 1.577.15 3.212.046 4.556.137-.063.275-.124.414-.183Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".4" d="M15.663 19.656c-.483-1.96-1.386-4.266-2.11-6.15a19.488 19.488 0 0 0-.73-1.656c-.757-1.544-2.552-5.363-1.502-5.8.971-.422 3.987 1.756 6.266 8.981M19 20a8.353 8.353 0 0 1 2.042.91"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".4" d="M27.24 26.684c-.017.05-.039.1-.06.15-.494 1.204-1.576 2.419-2.694 3.039-1.168.648-2.519.924-3.851.92-1.326 0-2.673-.286-3.805-.978-1.035-.63-1.712-1.597-2.178-2.712-.025-.05-.043-.1-.064-.15l-.065-.161c-.627-1.655-1.687-3.12-2.902-4.407-1.214-1.286-2.59-2.414-3.947-3.55-.19-.157-.384-.322-.52-.534-.132-.21-.2-.476-.118-.712.147-.416.666-.549 1.103-.577 1.598-.108 3.088.537 4.518 1.25.83.42 1.673 1.06 2.39 1.655a8.394 8.394 0 0 1 3.7.237M19 15.48A21.682 21.682 0 0 1 24.76 14M17 16.555c.405-.197.817-.383 1.236-.555M17.142 15.636c-.44-3.135-4.26-11.844-2.82-12.578 1.642-.842 5.51 7.734 6.02 11.048M23 13c.086.348.154.595.183.695"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".4" d="M27.109 26.788c1.32-8.07-2.48-19.26-3.945-20.61-.398-.365-1.053-.136-1.128.398-.194 1.364.447 4.22.83 5.728"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".4" d="M23.561 13.04c0-.004 0-.008-.003-.012-.004-.01-.007-.025-.01-.036a18.402 18.402 0 0 0-.184-.695c-.01-.057-.028-.118-.046-.179a.488.488 0 0 0-.018-.068c-1.1-3.955-3.296-9.583-4.962-9.01-1.383.466 1.906 7.631 2.132 10.576"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width=".4" d="M33.5 9 29 13.5M28 11.5 30.5 7"/></svg>
|