@semcore/icon 3.10.2 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -2
- package/FeaturedImage/l/index.js +52 -0
- package/FeaturedImage/l/index.mjs +32 -0
- package/FeaturedImage/m/index.js +52 -0
- package/FeaturedImage/m/index.mjs +32 -0
- package/FeaturedVideo/l/index.js +52 -0
- package/FeaturedVideo/l/index.mjs +32 -0
- package/FeaturedVideo/m/index.js +52 -0
- package/FeaturedVideo/m/index.mjs +32 -0
- package/FeauturedImage/l/index.d.ts +3 -0
- package/FeauturedImage/l/index.js +3 -0
- package/FeauturedImage/l/index.mjs +3 -0
- package/FeauturedImage/m/index.d.ts +3 -0
- package/FeauturedImage/m/index.js +3 -0
- package/FeauturedImage/m/index.mjs +3 -0
- package/FeauturedVideo/l/index.d.ts +3 -0
- package/FeauturedVideo/l/index.js +3 -0
- package/FeauturedVideo/l/index.mjs +3 -0
- package/FeauturedVideo/m/index.js +3 -0
- package/FeauturedVideo/m/index.mjs +3 -0
- package/clean.js +2 -0
- package/color/Confluence/l/index.js +82 -0
- package/color/Confluence/l/index.mjs +62 -0
- package/color/Confluence/m/index.js +82 -0
- package/color/Confluence/m/index.mjs +62 -0
- package/color/GoogleCloud/l/index.d.ts +6 -0
- package/color/GoogleCloud/m/index.d.ts +6 -0
- package/color/JavaScript/l/index.d.ts +6 -0
- package/color/JavaScript/m/index.d.ts +6 -0
- package/color/LookerStudio/l/index.d.ts +6 -0
- package/color/LookerStudio/m/index.d.ts +6 -0
- package/lib/cjs/Icon.js +11 -19
- package/lib/cjs/Icon.js.map +1 -1
- package/lib/es6/Icon.js +8 -13
- package/lib/es6/Icon.js.map +1 -1
- package/package.json +1 -1
- package/svg-new/color/Confluence/l.svg +1 -0
- package/svg-new/color/Confluence/m.svg +1 -0
- /package/{GoogleAds → FeaturedImage}/l/index.d.ts +0 -0
- /package/{GoogleAds → FeaturedImage}/m/index.d.ts +0 -0
- /package/{GoogleCloud → FeaturedVideo}/l/index.d.ts +0 -0
- /package/{GoogleCloud → FeaturedVideo}/m/index.d.ts +0 -0
- /package/{JavaScript → color/Confluence}/l/index.d.ts +0 -0
- /package/{JavaScript → color/Confluence}/m/index.d.ts +0 -0
- /package/{LookerStudio → color/GoogleAds}/l/index.d.ts +0 -0
- /package/{GoogleAds → color/GoogleAds}/l/index.js +0 -0
- /package/{GoogleAds → color/GoogleAds}/l/index.mjs +0 -0
- /package/{LookerStudio → color/GoogleAds}/m/index.d.ts +0 -0
- /package/{GoogleAds → color/GoogleAds}/m/index.js +0 -0
- /package/{GoogleAds → color/GoogleAds}/m/index.mjs +0 -0
- /package/{GoogleCloud → color/GoogleCloud}/l/index.js +0 -0
- /package/{GoogleCloud → color/GoogleCloud}/l/index.mjs +0 -0
- /package/{GoogleCloud → color/GoogleCloud}/m/index.js +0 -0
- /package/{GoogleCloud → color/GoogleCloud}/m/index.mjs +0 -0
- /package/{JavaScript → color/JavaScript}/l/index.js +0 -0
- /package/{JavaScript → color/JavaScript}/l/index.mjs +0 -0
- /package/{JavaScript → color/JavaScript}/m/index.js +0 -0
- /package/{JavaScript → color/JavaScript}/m/index.mjs +0 -0
- /package/{LookerStudio → color/LookerStudio}/l/index.js +0 -0
- /package/{LookerStudio → color/LookerStudio}/l/index.mjs +0 -0
- /package/{LookerStudio → color/LookerStudio}/m/index.js +0 -0
- /package/{LookerStudio → color/LookerStudio}/m/index.mjs +0 -0
- /package/svg-new/{icon → color}/GoogleAds/l.svg +0 -0
- /package/svg-new/{icon → color}/GoogleAds/m.svg +0 -0
- /package/svg-new/{icon → color}/GoogleCloud/l.svg +0 -0
- /package/svg-new/{icon → color}/GoogleCloud/m.svg +0 -0
- /package/svg-new/{icon → color}/JavaScript/l.svg +0 -0
- /package/svg-new/{icon → color}/JavaScript/m.svg +0 -0
- /package/svg-new/{icon → color}/LookerStudio/l.svg +0 -0
- /package/svg-new/{icon → color}/LookerStudio/m.svg +0 -0
- /package/svg-new/icon/{FeauturedImage → FeaturedImage}/l.svg +0 -0
- /package/svg-new/icon/{FeauturedImage → FeaturedImage}/m.svg +0 -0
- /package/svg-new/icon/{FeauturedVideo → FeaturedVideo}/l.svg +0 -0
- /package/svg-new/icon/{FeauturedVideo → FeaturedVideo}/m.svg +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [3.13.0] - 2023-02-24
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Fixed path for `Confluence`, `GoogleCloud`, `Hubspot`, `JavaScript`, `LookerStudio` icons.
|
|
10
|
+
|
|
11
|
+
## [3.12.0] - 2023-02-22
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added `Confluence` icon.
|
|
16
|
+
|
|
17
|
+
## [3.11.0] - 2023-02-22
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Removed `FeauturedImage` icon, use `FeaturedImage` instead.
|
|
22
|
+
- Removed `FeauturedImage` icon, use `FeaturedImage` instead.
|
|
23
|
+
|
|
5
24
|
## [3.10.2] - 2023-02-21
|
|
6
25
|
|
|
7
26
|
### Changed
|
|
@@ -16,7 +35,7 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
16
35
|
|
|
17
36
|
## [3.9.0] - 2023-02-09
|
|
18
37
|
|
|
19
|
-
###
|
|
38
|
+
### Fixed
|
|
20
39
|
|
|
21
40
|
- Removed `YoutubeAlt` icon, use `YoutubeColored` instead.
|
|
22
41
|
- Removed `YoutubeRed` icon, use `YoutubeInvert` instead.
|
|
@@ -41,7 +60,7 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
41
60
|
|
|
42
61
|
## [3.6.0] - 2023-01-10
|
|
43
62
|
|
|
44
|
-
###
|
|
63
|
+
### Fixed
|
|
45
64
|
|
|
46
65
|
- Remove `Stoller` icon, use `Stroller` instead.
|
|
47
66
|
|
|
@@ -0,0 +1,52 @@
|
|
|
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 _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function FeaturedImage(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "FeaturedImage",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M9.5 7.998a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M6.466 22.843a1 1 0 0 1-.3-1.382L9.036 17H3a1 1 0 1 1 0-2V3a1 1 0 0 1 0-2h18a1 1 0 1 1 0 2v12a1 1 0 1 1 0 2h-6.027l2.866 4.457a1 1 0 1 1-1.682 1.082l-3.425-5.325a.999.999 0 0 1-.104-.214h-1.217a1.12 1.12 0 0 1-.03.05l-3.533 5.493a1 1 0 0 1-1.382.3ZM19 10.14V3H5v8.296l1.663-1.454a2 2 0 0 1 2.679.04l.893.831 3.39-3.145a2 2 0 0 1 2.752.03L19 10.139ZM5 13.954l2.98-2.607 1.437 1.337a1.2 1.2 0 0 0 1.634 0l3.934-3.65L19 12.924V15H5v-1.046Z",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
FeaturedImage.displayName = 'FeaturedImage';
|
|
49
|
+
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(FeaturedImage);
|
|
51
|
+
|
|
52
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function FeaturedImage({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "FeaturedImage",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M9.5 7.998a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M6.466 22.843a1 1 0 0 1-.3-1.382L9.036 17H3a1 1 0 1 1 0-2V3a1 1 0 0 1 0-2h18a1 1 0 1 1 0 2v12a1 1 0 1 1 0 2h-6.027l2.866 4.457a1 1 0 1 1-1.682 1.082l-3.425-5.325a.999.999 0 0 1-.104-.214h-1.217a1.12 1.12 0 0 1-.03.05l-3.533 5.493a1 1 0 0 1-1.382.3ZM19 10.14V3H5v8.296l1.663-1.454a2 2 0 0 1 2.679.04l.893.831 3.39-3.145a2 2 0 0 1 2.752.03L19 10.139ZM5 13.954l2.98-2.607 1.437 1.337a1.2 1.2 0 0 0 1.634 0l3.934-3.65L19 12.924V15H5v-1.046Z",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
FeaturedImage.displayName = 'FeaturedImage';
|
|
32
|
+
export default createBaseComponent(FeaturedImage);
|
|
@@ -0,0 +1,52 @@
|
|
|
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 _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function FeaturedImage(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "FeaturedImage",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M7 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M0 1a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2v8a1 1 0 1 1 0 2h-3.743l1.582 2.46a1 1 0 1 1-1.682 1.082L8.892 12.02 8.88 12H7.128l-.015.024-2.265 3.522a1 1 0 1 1-1.682-1.082L4.75 12H1a1 1 0 1 1 0-2V2a1 1 0 0 1-1-1Zm3 9h2.77L4 8.23l-1 1V10Zm3.93 0H13V7.93l-2-2L6.93 10ZM3 2h10v3.1l-.59-.58a2 2 0 0 0-2.82 0L6.35 7.75l-.94-.93A2 2 0 0 0 3 6.51V2Z",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
FeaturedImage.displayName = 'FeaturedImage';
|
|
49
|
+
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(FeaturedImage);
|
|
51
|
+
|
|
52
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function FeaturedImage({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "FeaturedImage",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M7 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M0 1a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2v8a1 1 0 1 1 0 2h-3.743l1.582 2.46a1 1 0 1 1-1.682 1.082L8.892 12.02 8.88 12H7.128l-.015.024-2.265 3.522a1 1 0 1 1-1.682-1.082L4.75 12H1a1 1 0 1 1 0-2V2a1 1 0 0 1-1-1Zm3 9h2.77L4 8.23l-1 1V10Zm3.93 0H13V7.93l-2-2L6.93 10ZM3 2h10v3.1l-.59-.58a2 2 0 0 0-2.82 0L6.35 7.75l-.94-.93A2 2 0 0 0 3 6.51V2Z",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
FeaturedImage.displayName = 'FeaturedImage';
|
|
32
|
+
export default createBaseComponent(FeaturedImage);
|
|
@@ -0,0 +1,52 @@
|
|
|
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 _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function FeaturedVideo(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "FeaturedVideo",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M9 10.534v6.932c0 .418.482.673.855.453l5.88-3.474a.52.52 0 0 0 0-.907L9.853 10.08c-.373-.219-.854.037-.854.454Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M1 21a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v19Zm20-1H3V8h18v12ZM11.685 6H8.35L6.621 3h3.336l1.728 3Zm2.308 0h3.232l-1.728-3h-3.232l1.728 3ZM21 6h-1.467l-1.728-3H21v3ZM4.313 3l1.728 3H3V3h1.313Z",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
FeaturedVideo.displayName = 'FeaturedVideo';
|
|
49
|
+
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(FeaturedVideo);
|
|
51
|
+
|
|
52
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function FeaturedVideo({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "FeaturedVideo",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M9 10.534v6.932c0 .418.482.673.855.453l5.88-3.474a.52.52 0 0 0 0-.907L9.853 10.08c-.373-.219-.854.037-.854.454Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M1 21a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v19Zm20-1H3V8h18v12ZM11.685 6H8.35L6.621 3h3.336l1.728 3Zm2.308 0h3.232l-1.728-3h-3.232l1.728 3ZM21 6h-1.467l-1.728-3H21v3ZM4.313 3l1.728 3H3V3h1.313Z",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
FeaturedVideo.displayName = 'FeaturedVideo';
|
|
32
|
+
export default createBaseComponent(FeaturedVideo);
|
|
@@ -0,0 +1,52 @@
|
|
|
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 _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function FeaturedVideo(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "FeaturedVideo",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M6 7.4v5.198a.4.4 0 0 0 .61.34l4.203-2.605a.4.4 0 0 0 0-.68L6.61 7.06A.4.4 0 0 0 6 7.4Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M16 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM2 14h12V6H2v8ZM4.715 4H2V2h1.563l1.151 2Zm4.147-2H5.871l1.152 2h2.992L8.861 2ZM14 2h-2.83l1.152 2H14V2Z",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
FeaturedVideo.displayName = 'FeaturedVideo';
|
|
49
|
+
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(FeaturedVideo);
|
|
51
|
+
|
|
52
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function FeaturedVideo({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "FeaturedVideo",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M6 7.4v5.198a.4.4 0 0 0 .61.34l4.203-2.605a.4.4 0 0 0 0-.68L6.61 7.06A.4.4 0 0 0 6 7.4Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M16 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM2 14h12V6H2v8ZM4.715 4H2V2h1.563l1.151 2Zm4.147-2H5.871l1.152 2h2.992L8.861 2ZM14 2h-2.83l1.152 2H14V2Z",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
FeaturedVideo.displayName = 'FeaturedVideo';
|
|
32
|
+
export default createBaseComponent(FeaturedVideo);
|
|
@@ -2,5 +2,8 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { IIconProps } from '@semcore/icon';
|
|
4
4
|
declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The "FeauturedImage" icon is deprecated. Use the "FeaturedImage".
|
|
7
|
+
*/
|
|
5
8
|
export default _default;
|
|
6
9
|
|
|
@@ -49,4 +49,7 @@ FeauturedImage.displayName = 'FeauturedImage';
|
|
|
49
49
|
|
|
50
50
|
var _default = (0, _core.createBaseComponent)(FeauturedImage);
|
|
51
51
|
|
|
52
|
+
// eslint-disable-next-line no-console
|
|
53
|
+
console.warn(true, 'The "FeauturedImage" icon is deprecated. Use the "FeaturedImage"', 'Icon');
|
|
54
|
+
|
|
52
55
|
exports["default"] = _default;
|
|
@@ -28,5 +28,8 @@ function FeauturedImage({
|
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
// eslint-disable-next-line no-console
|
|
32
|
+
console.warn(true, 'The "FeauturedImage" icon is deprecated. Use the "FeaturedImage"', 'Icon');
|
|
33
|
+
|
|
31
34
|
FeauturedImage.displayName = 'FeauturedImage';
|
|
32
35
|
export default createBaseComponent(FeauturedImage);
|
|
@@ -2,5 +2,8 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { IIconProps } from '@semcore/icon';
|
|
4
4
|
declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The "FeauturedImage" icon is deprecated. Use the "FeaturedImage".
|
|
7
|
+
*/
|
|
5
8
|
export default _default;
|
|
6
9
|
|
|
@@ -49,4 +49,7 @@ FeauturedImage.displayName = 'FeauturedImage';
|
|
|
49
49
|
|
|
50
50
|
var _default = (0, _core.createBaseComponent)(FeauturedImage);
|
|
51
51
|
|
|
52
|
+
// eslint-disable-next-line no-console
|
|
53
|
+
console.warn(true, 'The "FeauturedImage" icon is deprecated. Use the "FeaturedImage"', 'Icon');
|
|
54
|
+
|
|
52
55
|
exports["default"] = _default;
|
|
@@ -28,5 +28,8 @@ function FeauturedImage({
|
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
// eslint-disable-next-line no-console
|
|
32
|
+
console.warn(true, 'The "FeauturedImage" icon is deprecated. Use the "FeaturedImage"', 'Icon');
|
|
33
|
+
|
|
31
34
|
FeauturedImage.displayName = 'FeauturedImage';
|
|
32
35
|
export default createBaseComponent(FeauturedImage);
|
|
@@ -2,5 +2,8 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { IIconProps } from '@semcore/icon';
|
|
4
4
|
declare const _default: <T>(props: IIconProps & T) => React.ReactElement;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The "FeauturedVideo" icon is deprecated. Use the "FeaturedVideo".
|
|
7
|
+
*/
|
|
5
8
|
export default _default;
|
|
6
9
|
|
|
@@ -49,4 +49,7 @@ FeauturedVideo.displayName = 'FeauturedVideo';
|
|
|
49
49
|
|
|
50
50
|
var _default = (0, _core.createBaseComponent)(FeauturedVideo);
|
|
51
51
|
|
|
52
|
+
// eslint-disable-next-line no-console
|
|
53
|
+
console.warn(true, 'The "FeauturedVideo" icon is deprecated. Use the "FeaturedVideo"', 'Icon');
|
|
54
|
+
|
|
52
55
|
exports["default"] = _default;
|
|
@@ -28,5 +28,8 @@ function FeauturedVideo({
|
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
// eslint-disable-next-line no-console
|
|
32
|
+
console.warn(true, 'The "FeauturedVideo" icon is deprecated. Use the "FeaturedVideo"', 'Icon');
|
|
33
|
+
|
|
31
34
|
FeauturedVideo.displayName = 'FeauturedVideo';
|
|
32
35
|
export default createBaseComponent(FeauturedVideo);
|
|
@@ -49,4 +49,7 @@ FeauturedVideo.displayName = 'FeauturedVideo';
|
|
|
49
49
|
|
|
50
50
|
var _default = (0, _core.createBaseComponent)(FeauturedVideo);
|
|
51
51
|
|
|
52
|
+
// eslint-disable-next-line no-console
|
|
53
|
+
console.warn(true, 'The "FeauturedVideo" icon is deprecated. Use the "FeaturedVideo"', 'Icon');
|
|
54
|
+
|
|
52
55
|
exports["default"] = _default;
|
|
@@ -28,5 +28,8 @@ function FeauturedVideo({
|
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
// eslint-disable-next-line no-console
|
|
32
|
+
console.warn(true, 'The "FeauturedVideo" icon is deprecated. Use the "FeaturedVideo"', 'Icon');
|
|
33
|
+
|
|
31
34
|
FeauturedVideo.displayName = 'FeauturedVideo';
|
|
32
35
|
export default createBaseComponent(FeauturedVideo);
|
package/clean.js
CHANGED
|
@@ -0,0 +1,82 @@
|
|
|
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 _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Confluence(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "Confluence",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z",
|
|
39
|
+
fill: "url(#a)",
|
|
40
|
+
shapeRendering: "geometricPrecision"
|
|
41
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
42
|
+
d: "M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z",
|
|
43
|
+
fill: "url(#b)",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
46
|
+
id: "a",
|
|
47
|
+
x1: "21.369",
|
|
48
|
+
y1: "23.259",
|
|
49
|
+
x2: "8.34",
|
|
50
|
+
y2: "15.769",
|
|
51
|
+
gradientUnits: "userSpaceOnUse"
|
|
52
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
53
|
+
stopColor: "#0050D3"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
55
|
+
offset: ".94",
|
|
56
|
+
stopColor: "#007FFC"
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
58
|
+
offset: "1",
|
|
59
|
+
stopColor: "#0082FF"
|
|
60
|
+
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
61
|
+
id: "b",
|
|
62
|
+
x1: "2.615",
|
|
63
|
+
y1: ".729",
|
|
64
|
+
x2: "15.645",
|
|
65
|
+
y2: "8.216",
|
|
66
|
+
gradientUnits: "userSpaceOnUse"
|
|
67
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
68
|
+
stopColor: "#0050D3"
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
70
|
+
offset: ".94",
|
|
71
|
+
stopColor: "#007FFC"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
73
|
+
offset: "1",
|
|
74
|
+
stopColor: "#0082FF"
|
|
75
|
+
}))));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
Confluence.displayName = 'Confluence';
|
|
79
|
+
|
|
80
|
+
var _default = (0, _core.createBaseComponent)(Confluence);
|
|
81
|
+
|
|
82
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
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 Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function Confluence({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "Confluence",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z",
|
|
22
|
+
fill: "url(#a)",
|
|
23
|
+
shapeRendering: "geometricPrecision"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z",
|
|
26
|
+
fill: "url(#b)",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
29
|
+
id: "a",
|
|
30
|
+
x1: "21.369",
|
|
31
|
+
y1: "23.259",
|
|
32
|
+
x2: "8.34",
|
|
33
|
+
y2: "15.769",
|
|
34
|
+
gradientUnits: "userSpaceOnUse"
|
|
35
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
36
|
+
stopColor: "#0050D3"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
38
|
+
offset: ".94",
|
|
39
|
+
stopColor: "#007FFC"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
41
|
+
offset: "1",
|
|
42
|
+
stopColor: "#0082FF"
|
|
43
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
44
|
+
id: "b",
|
|
45
|
+
x1: "2.615",
|
|
46
|
+
y1: ".729",
|
|
47
|
+
x2: "15.645",
|
|
48
|
+
y2: "8.216",
|
|
49
|
+
gradientUnits: "userSpaceOnUse"
|
|
50
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
stopColor: "#0050D3"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
53
|
+
offset: ".94",
|
|
54
|
+
stopColor: "#007FFC"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
56
|
+
offset: "1",
|
|
57
|
+
stopColor: "#0082FF"
|
|
58
|
+
}))));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
Confluence.displayName = 'Confluence';
|
|
62
|
+
export default createBaseComponent(Confluence);
|
|
@@ -0,0 +1,82 @@
|
|
|
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 _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Confluence(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "Confluence",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
|
|
39
|
+
fill: "url(#a)",
|
|
40
|
+
shapeRendering: "geometricPrecision"
|
|
41
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
42
|
+
d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
|
|
43
|
+
fill: "url(#b)",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
46
|
+
id: "a",
|
|
47
|
+
x1: "14.756",
|
|
48
|
+
y1: "16.14",
|
|
49
|
+
x2: "5.349",
|
|
50
|
+
y2: "10.746",
|
|
51
|
+
gradientUnits: "userSpaceOnUse"
|
|
52
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
53
|
+
stopColor: "#0050D3"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
55
|
+
offset: ".94",
|
|
56
|
+
stopColor: "#007FFC"
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
58
|
+
offset: "1",
|
|
59
|
+
stopColor: "#0082FF"
|
|
60
|
+
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
61
|
+
id: "b",
|
|
62
|
+
x1: "1.233",
|
|
63
|
+
y1: "-.148",
|
|
64
|
+
x2: "10.64",
|
|
65
|
+
y2: "5.243",
|
|
66
|
+
gradientUnits: "userSpaceOnUse"
|
|
67
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
68
|
+
stopColor: "#0050D3"
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
70
|
+
offset: ".94",
|
|
71
|
+
stopColor: "#007FFC"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
73
|
+
offset: "1",
|
|
74
|
+
stopColor: "#0082FF"
|
|
75
|
+
}))));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
Confluence.displayName = 'Confluence';
|
|
79
|
+
|
|
80
|
+
var _default = (0, _core.createBaseComponent)(Confluence);
|
|
81
|
+
|
|
82
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
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 Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function Confluence({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "Confluence",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
|
|
22
|
+
fill: "url(#a)",
|
|
23
|
+
shapeRendering: "geometricPrecision"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
|
|
26
|
+
fill: "url(#b)",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
29
|
+
id: "a",
|
|
30
|
+
x1: "14.756",
|
|
31
|
+
y1: "16.14",
|
|
32
|
+
x2: "5.349",
|
|
33
|
+
y2: "10.746",
|
|
34
|
+
gradientUnits: "userSpaceOnUse"
|
|
35
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
36
|
+
stopColor: "#0050D3"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
38
|
+
offset: ".94",
|
|
39
|
+
stopColor: "#007FFC"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
41
|
+
offset: "1",
|
|
42
|
+
stopColor: "#0082FF"
|
|
43
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
44
|
+
id: "b",
|
|
45
|
+
x1: "1.233",
|
|
46
|
+
y1: "-.148",
|
|
47
|
+
x2: "10.64",
|
|
48
|
+
y2: "5.243",
|
|
49
|
+
gradientUnits: "userSpaceOnUse"
|
|
50
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
stopColor: "#0050D3"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
53
|
+
offset: ".94",
|
|
54
|
+
stopColor: "#007FFC"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
56
|
+
offset: "1",
|
|
57
|
+
stopColor: "#0082FF"
|
|
58
|
+
}))));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
Confluence.displayName = 'Confluence';
|
|
62
|
+
export default createBaseComponent(Confluence);
|
package/lib/cjs/Icon.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "__esModule", {
|
|
8
8
|
value: true
|
|
@@ -13,7 +13,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
13
13
|
|
|
14
14
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
17
17
|
|
|
18
18
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
19
19
|
|
|
@@ -39,33 +39,25 @@ var _hasLabels = _interopRequireDefault(require("@semcore/utils/lib/hasLabels"))
|
|
|
39
39
|
|
|
40
40
|
var _excluded = ["keyboardFocused"];
|
|
41
41
|
|
|
42
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
43
|
-
|
|
44
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
45
|
-
|
|
46
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
47
|
-
|
|
48
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
49
|
-
|
|
50
42
|
/*__reshadow-styles__:"./style/icon.shadow.css"*/
|
|
51
43
|
var styles = (
|
|
52
44
|
/*__reshadow_css_start__*/
|
|
53
45
|
_core.sstyled.insert(
|
|
54
46
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
47
|
+
".___SIcon_1x76n_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1x76n)}.___SIcon_1x76n_gg_.__keyboardFocused_1x76n_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1x76n_gg_.__interactive_1x76n_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1x76n_gg_.__interactive_1x76n_gg_:hover{color:var(--color-interactive_1x76n)}}"
|
|
56
48
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
49
|
+
, "1x76n_gg_")
|
|
58
50
|
/*__reshadow_css_end__*/
|
|
59
51
|
, {
|
|
60
|
-
"__SIcon": "
|
|
61
|
-
"--color": "--
|
|
62
|
-
"_keyboardFocused": "
|
|
63
|
-
"_interactive": "
|
|
64
|
-
"--color-interactive": "--color-
|
|
52
|
+
"__SIcon": "___SIcon_1x76n_gg_",
|
|
53
|
+
"--color": "--color_1x76n",
|
|
54
|
+
"_keyboardFocused": "__keyboardFocused_1x76n_gg_",
|
|
55
|
+
"_interactive": "__interactive_1x76n_gg_",
|
|
56
|
+
"--color-interactive": "--color-interactive_1x76n"
|
|
65
57
|
});
|
|
66
58
|
|
|
67
59
|
function Icon(props, ref) {
|
|
68
|
-
var _useBox = (0, _flexBox.useBox)(
|
|
60
|
+
var _useBox = (0, _flexBox.useBox)((0, _objectSpread2["default"])({
|
|
69
61
|
tag: 'svg',
|
|
70
62
|
'data-ui-name': 'Icon',
|
|
71
63
|
width: 16,
|
|
@@ -82,7 +74,7 @@ function Icon(props, ref) {
|
|
|
82
74
|
colorProps = props.color;
|
|
83
75
|
var color = (0, _color["default"])(colorProps);
|
|
84
76
|
|
|
85
|
-
var _keyboardFocusEnhance = (0, _keyboardFocusEnhance2["default"])()(
|
|
77
|
+
var _keyboardFocusEnhance = (0, _keyboardFocusEnhance2["default"])()((0, _objectSpread2["default"])({
|
|
86
78
|
disabled: !interactive
|
|
87
79
|
}, other)),
|
|
88
80
|
keyboardFocused = _keyboardFocusEnhance.keyboardFocused,
|
package/lib/cjs/Icon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.js","names":["Icon","props","ref","useBox","tag","width","height","viewBox","focusable","interactive","SIcon","other","colorProps","color","resolveColor","keyboardFocusEnhance","disabled","keyboardFocused","propsWithKeyboardEnhance","sstyles","sstyled","styles","cn","shade","className","style","onKeyDown","event","code","onClick","labelCheckRef","React","useRef","useEffect","process","env","NODE_ENV","logger","warn","hasLabels","current","displayName","forkedRef","useForkRef","propsForElement","Object","assign","undefined","createBaseComponent"],"sources":["../../src/Icon.jsx"],"sourcesContent":["import React from 'react';\nimport cn from 'classnames';\nimport { createBaseComponent, sstyled } from '@semcore/core';\nimport { useBox } from '@semcore/flex-box';\nimport resolveColor, { shade } from '@semcore/utils/lib/color';\nimport keyboardFocusEnhance from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\nimport propsForElement from '@semcore/utils/lib/propsForElement';\nimport logger from '@semcore/utils/lib/logger';\nimport { useForkRef } from '@semcore/utils/lib/ref';\nimport hasLabels from '@semcore/utils/lib/hasLabels';\n\nimport styles from './style/icon.shadow.css';\n\nfunction Icon(props, ref) {\n const [SIcon, other] = useBox(\n {\n tag: 'svg',\n 'data-ui-name': 'Icon',\n width: 16,\n height: 16,\n viewBox: '0 0 16 16',\n 'aria-hidden': true,\n focusable: props.interactive,\n ...props,\n },\n ref,\n );\n\n const { interactive, color: colorProps } = props;\n const color = resolveColor(colorProps);\n const { keyboardFocused, ...propsWithKeyboardEnhance } = keyboardFocusEnhance()({\n disabled: !interactive,\n ...other,\n });\n const sstyles = sstyled(styles);\n const { className, style } = sstyles.cn('SIcon', {\n 'color-interactive': shade(color, -0.12),\n 'use:color': color,\n interactive: interactive,\n keyboardFocused: keyboardFocused,\n });\n\n function onKeyDown(event) {\n if (props.onKeyDown) {\n return props.onKeyDown(event);\n }\n\n if (interactive && event.code === 'Enter') {\n props.onClick && props.onClick(event);\n }\n }\n\n const labelCheckRef = React.useRef();\n React.useEffect(() => {\n if (!interactive) return;\n if (process.env.NODE_ENV !== 'production') {\n logger.warn(\n !hasLabels(labelCheckRef.current),\n `'aria-label' or 'aria-labelledby' are required props for interactive icons`,\n props['data-ui-name'] || Icon.displayName,\n );\n }\n }, [interactive]);\n const forkedRef = useForkRef(ref, labelCheckRef);\n\n return (\n <SIcon\n {...propsForElement(propsWithKeyboardEnhance)}\n style={Object.assign({}, style, propsWithKeyboardEnhance.style, props.style)}\n className={cn(className, propsWithKeyboardEnhance.className, props.className) || undefined}\n onKeyDown={onKeyDown}\n role={interactive ? 'button' : undefined}\n aria-hidden={interactive ? undefined : 'true'}\n ref={forkedRef}\n />\n );\n}\n\nIcon.displayName = 'Icon';\n\nexport default createBaseComponent(Icon);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAEA;;AAFA;;AACA;;AAEA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA
|
|
1
|
+
{"version":3,"file":"Icon.js","names":["Icon","props","ref","useBox","tag","width","height","viewBox","focusable","interactive","SIcon","other","colorProps","color","resolveColor","keyboardFocusEnhance","disabled","keyboardFocused","propsWithKeyboardEnhance","sstyles","sstyled","styles","cn","shade","className","style","onKeyDown","event","code","onClick","labelCheckRef","React","useRef","useEffect","process","env","NODE_ENV","logger","warn","hasLabels","current","displayName","forkedRef","useForkRef","propsForElement","Object","assign","undefined","createBaseComponent"],"sources":["../../src/Icon.jsx"],"sourcesContent":["import React from 'react';\nimport cn from 'classnames';\nimport { createBaseComponent, sstyled } from '@semcore/core';\nimport { useBox } from '@semcore/flex-box';\nimport resolveColor, { shade } from '@semcore/utils/lib/color';\nimport keyboardFocusEnhance from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\nimport propsForElement from '@semcore/utils/lib/propsForElement';\nimport logger from '@semcore/utils/lib/logger';\nimport { useForkRef } from '@semcore/utils/lib/ref';\nimport hasLabels from '@semcore/utils/lib/hasLabels';\n\nimport styles from './style/icon.shadow.css';\n\nfunction Icon(props, ref) {\n const [SIcon, other] = useBox(\n {\n tag: 'svg',\n 'data-ui-name': 'Icon',\n width: 16,\n height: 16,\n viewBox: '0 0 16 16',\n 'aria-hidden': true,\n focusable: props.interactive,\n ...props,\n },\n ref,\n );\n\n const { interactive, color: colorProps } = props;\n const color = resolveColor(colorProps);\n const { keyboardFocused, ...propsWithKeyboardEnhance } = keyboardFocusEnhance()({\n disabled: !interactive,\n ...other,\n });\n const sstyles = sstyled(styles);\n const { className, style } = sstyles.cn('SIcon', {\n 'color-interactive': shade(color, -0.12),\n 'use:color': color,\n interactive: interactive,\n keyboardFocused: keyboardFocused,\n });\n\n function onKeyDown(event) {\n if (props.onKeyDown) {\n return props.onKeyDown(event);\n }\n\n if (interactive && event.code === 'Enter') {\n props.onClick && props.onClick(event);\n }\n }\n\n const labelCheckRef = React.useRef();\n React.useEffect(() => {\n if (!interactive) return;\n if (process.env.NODE_ENV !== 'production') {\n logger.warn(\n !hasLabels(labelCheckRef.current),\n `'aria-label' or 'aria-labelledby' are required props for interactive icons`,\n props['data-ui-name'] || Icon.displayName,\n );\n }\n }, [interactive]);\n const forkedRef = useForkRef(ref, labelCheckRef);\n\n return (\n <SIcon\n {...propsForElement(propsWithKeyboardEnhance)}\n style={Object.assign({}, style, propsWithKeyboardEnhance.style, props.style)}\n className={cn(className, propsWithKeyboardEnhance.className, props.className) || undefined}\n onKeyDown={onKeyDown}\n role={interactive ? 'button' : undefined}\n aria-hidden={interactive ? undefined : 'true'}\n ref={forkedRef}\n />\n );\n}\n\nIcon.displayName = 'Icon';\n\nexport default createBaseComponent(Icon);\n"],"mappings":"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"}
|
package/lib/es6/Icon.js
CHANGED
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
import
|
|
3
|
+
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
|
4
4
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
5
5
|
import { sstyled as _sstyled } from "@semcore/core";
|
|
6
6
|
var _excluded = ["keyboardFocused"];
|
|
7
|
-
|
|
8
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
9
|
-
|
|
10
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11
|
-
|
|
12
7
|
import React from 'react';
|
|
13
8
|
import cn from 'classnames';
|
|
14
9
|
import { createBaseComponent, sstyled } from '@semcore/core';
|
|
@@ -25,16 +20,16 @@ var styles = (
|
|
|
25
20
|
/*__reshadow_css_start__*/
|
|
26
21
|
_sstyled.insert(
|
|
27
22
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
23
|
+
".___SIcon_1x76n_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1x76n)}.___SIcon_1x76n_gg_.__keyboardFocused_1x76n_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1x76n_gg_.__interactive_1x76n_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1x76n_gg_.__interactive_1x76n_gg_:hover{color:var(--color-interactive_1x76n)}}"
|
|
29
24
|
/*__inner_css_end__*/
|
|
30
|
-
, "
|
|
25
|
+
, "1x76n_gg_")
|
|
31
26
|
/*__reshadow_css_end__*/
|
|
32
27
|
, {
|
|
33
|
-
"__SIcon": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_keyboardFocused": "
|
|
36
|
-
"_interactive": "
|
|
37
|
-
"--color-interactive": "--color-
|
|
28
|
+
"__SIcon": "___SIcon_1x76n_gg_",
|
|
29
|
+
"--color": "--color_1x76n",
|
|
30
|
+
"_keyboardFocused": "__keyboardFocused_1x76n_gg_",
|
|
31
|
+
"_interactive": "__interactive_1x76n_gg_",
|
|
32
|
+
"--color-interactive": "--color-interactive_1x76n"
|
|
38
33
|
});
|
|
39
34
|
|
|
40
35
|
function Icon(props, ref) {
|
package/lib/es6/Icon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.js","names":["React","cn","createBaseComponent","sstyled","useBox","resolveColor","shade","keyboardFocusEnhance","propsForElement","logger","useForkRef","hasLabels","Icon","props","ref","tag","width","height","viewBox","focusable","interactive","SIcon","other","colorProps","color","disabled","keyboardFocused","propsWithKeyboardEnhance","sstyles","styles","className","style","onKeyDown","event","code","onClick","labelCheckRef","useRef","useEffect","process","env","NODE_ENV","warn","current","displayName","forkedRef","Object","assign","undefined"],"sources":["../../src/Icon.jsx"],"sourcesContent":["import React from 'react';\nimport cn from 'classnames';\nimport { createBaseComponent, sstyled } from '@semcore/core';\nimport { useBox } from '@semcore/flex-box';\nimport resolveColor, { shade } from '@semcore/utils/lib/color';\nimport keyboardFocusEnhance from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\nimport propsForElement from '@semcore/utils/lib/propsForElement';\nimport logger from '@semcore/utils/lib/logger';\nimport { useForkRef } from '@semcore/utils/lib/ref';\nimport hasLabels from '@semcore/utils/lib/hasLabels';\n\nimport styles from './style/icon.shadow.css';\n\nfunction Icon(props, ref) {\n const [SIcon, other] = useBox(\n {\n tag: 'svg',\n 'data-ui-name': 'Icon',\n width: 16,\n height: 16,\n viewBox: '0 0 16 16',\n 'aria-hidden': true,\n focusable: props.interactive,\n ...props,\n },\n ref,\n );\n\n const { interactive, color: colorProps } = props;\n const color = resolveColor(colorProps);\n const { keyboardFocused, ...propsWithKeyboardEnhance } = keyboardFocusEnhance()({\n disabled: !interactive,\n ...other,\n });\n const sstyles = sstyled(styles);\n const { className, style } = sstyles.cn('SIcon', {\n 'color-interactive': shade(color, -0.12),\n 'use:color': color,\n interactive: interactive,\n keyboardFocused: keyboardFocused,\n });\n\n function onKeyDown(event) {\n if (props.onKeyDown) {\n return props.onKeyDown(event);\n }\n\n if (interactive && event.code === 'Enter') {\n props.onClick && props.onClick(event);\n }\n }\n\n const labelCheckRef = React.useRef();\n React.useEffect(() => {\n if (!interactive) return;\n if (process.env.NODE_ENV !== 'production') {\n logger.warn(\n !hasLabels(labelCheckRef.current),\n `'aria-label' or 'aria-labelledby' are required props for interactive icons`,\n props['data-ui-name'] || Icon.displayName,\n );\n }\n }, [interactive]);\n const forkedRef = useForkRef(ref, labelCheckRef);\n\n return (\n <SIcon\n {...propsForElement(propsWithKeyboardEnhance)}\n style={Object.assign({}, style, propsWithKeyboardEnhance.style, props.style)}\n className={cn(className, propsWithKeyboardEnhance.className, props.className) || undefined}\n onKeyDown={onKeyDown}\n role={interactive ? 'button' : undefined}\n aria-hidden={interactive ? undefined : 'true'}\n ref={forkedRef}\n />\n );\n}\n\nIcon.displayName = 'Icon';\n\nexport default createBaseComponent(Icon);\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icon.js","names":["React","cn","createBaseComponent","sstyled","useBox","resolveColor","shade","keyboardFocusEnhance","propsForElement","logger","useForkRef","hasLabels","Icon","props","ref","tag","width","height","viewBox","focusable","interactive","SIcon","other","colorProps","color","disabled","keyboardFocused","propsWithKeyboardEnhance","sstyles","styles","className","style","onKeyDown","event","code","onClick","labelCheckRef","useRef","useEffect","process","env","NODE_ENV","warn","current","displayName","forkedRef","Object","assign","undefined"],"sources":["../../src/Icon.jsx"],"sourcesContent":["import React from 'react';\nimport cn from 'classnames';\nimport { createBaseComponent, sstyled } from '@semcore/core';\nimport { useBox } from '@semcore/flex-box';\nimport resolveColor, { shade } from '@semcore/utils/lib/color';\nimport keyboardFocusEnhance from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\nimport propsForElement from '@semcore/utils/lib/propsForElement';\nimport logger from '@semcore/utils/lib/logger';\nimport { useForkRef } from '@semcore/utils/lib/ref';\nimport hasLabels from '@semcore/utils/lib/hasLabels';\n\nimport styles from './style/icon.shadow.css';\n\nfunction Icon(props, ref) {\n const [SIcon, other] = useBox(\n {\n tag: 'svg',\n 'data-ui-name': 'Icon',\n width: 16,\n height: 16,\n viewBox: '0 0 16 16',\n 'aria-hidden': true,\n focusable: props.interactive,\n ...props,\n },\n ref,\n );\n\n const { interactive, color: colorProps } = props;\n const color = resolveColor(colorProps);\n const { keyboardFocused, ...propsWithKeyboardEnhance } = keyboardFocusEnhance()({\n disabled: !interactive,\n ...other,\n });\n const sstyles = sstyled(styles);\n const { className, style } = sstyles.cn('SIcon', {\n 'color-interactive': shade(color, -0.12),\n 'use:color': color,\n interactive: interactive,\n keyboardFocused: keyboardFocused,\n });\n\n function onKeyDown(event) {\n if (props.onKeyDown) {\n return props.onKeyDown(event);\n }\n\n if (interactive && event.code === 'Enter') {\n props.onClick && props.onClick(event);\n }\n }\n\n const labelCheckRef = React.useRef();\n React.useEffect(() => {\n if (!interactive) return;\n if (process.env.NODE_ENV !== 'production') {\n logger.warn(\n !hasLabels(labelCheckRef.current),\n `'aria-label' or 'aria-labelledby' are required props for interactive icons`,\n props['data-ui-name'] || Icon.displayName,\n );\n }\n }, [interactive]);\n const forkedRef = useForkRef(ref, labelCheckRef);\n\n return (\n <SIcon\n {...propsForElement(propsWithKeyboardEnhance)}\n style={Object.assign({}, style, propsWithKeyboardEnhance.style, props.style)}\n className={cn(className, propsWithKeyboardEnhance.className, props.className) || undefined}\n onKeyDown={onKeyDown}\n role={interactive ? 'button' : undefined}\n aria-hidden={interactive ? undefined : 'true'}\n ref={forkedRef}\n />\n );\n}\n\nIcon.displayName = 'Icon';\n\nexport default createBaseComponent(Icon);\n"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z" fill="url(#a)"/><path d="M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z" fill="url(#b)"/><defs><linearGradient id="a" x1="21.369" y1="23.259" x2="8.34" y2="15.769" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient><linearGradient id="b" x1="2.615" y1=".729" x2="15.645" y2="8.216" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z" fill="url(#a)"/><path d="M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z" fill="url(#b)"/><defs><linearGradient id="a" x1="14.756" y1="16.14" x2="5.349" y2="10.746" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient><linearGradient id="b" x1="1.233" y1="-.148" x2="10.64" y2="5.243" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient></defs></svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|