@semcore/icon 16.2.2-prerelease.0 → 16.2.3-prerelease.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 +6 -0
- package/Check/l/index.js +1 -1
- package/Check/l/index.mjs +1 -1
- package/Check/m/index.js +1 -1
- package/Check/m/index.mjs +1 -1
- package/Close/l/index.js +1 -1
- package/Close/l/index.mjs +1 -1
- package/Close/m/index.js +1 -1
- package/Close/m/index.mjs +1 -1
- package/color/Confluence/l/index.js +4 -4
- package/color/Confluence/l/index.mjs +4 -4
- package/color/Confluence/m/index.js +4 -4
- package/color/Confluence/m/index.mjs +4 -4
- package/color/MetaColored/l/index.js +4 -4
- package/color/MetaColored/l/index.mjs +4 -4
- package/color/MetaColored/m/index.js +4 -4
- package/color/MetaColored/m/index.mjs +4 -4
- package/color/MicrosoftOffice/l/index.js +10 -10
- package/color/MicrosoftOffice/l/index.mjs +10 -10
- package/color/MicrosoftOffice/m/index.js +10 -10
- package/color/MicrosoftOffice/m/index.mjs +10 -10
- package/lib/cjs/Icon.js +4 -4
- package/lib/es6/Icon.js +4 -4
- package/lib/esm/Icon.mjs +5 -5
- package/package.json +112 -112
- package/pay/Discover/l/index.js +1 -1
- package/pay/Discover/l/index.mjs +1 -1
- package/pay/Discover/m/index.js +1 -1
- package/pay/Discover/m/index.mjs +1 -1
- package/pay/JCB/l/index.js +10 -10
- package/pay/JCB/l/index.mjs +10 -10
- package/pay/JCB/m/index.js +10 -10
- package/pay/JCB/m/index.mjs +10 -10
- package/pay/Visa/l/index.js +2 -2
- package/pay/Visa/l/index.mjs +2 -2
- package/pay/Visa/m/index.js +2 -2
- package/pay/Visa/m/index.mjs +2 -2
- package/svg/icon/Check/l.svg +4 -2
- package/svg/icon/Check/m.svg +5 -1
- package/svg/icon/Close/l.svg +4 -1
- package/svg/icon/Close/m.svg +4 -1
package/lib/cjs/Icon.js
CHANGED
|
@@ -21,12 +21,12 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
21
21
|
var _react = _interopRequireDefault(require("react"));
|
|
22
22
|
var _excluded = ["keyboardFocused"];
|
|
23
23
|
/*!__reshadow-styles__:"./style/icon.shadow.css"*/
|
|
24
|
-
var styles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
24
|
+
var styles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SIcon_1etdo_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_1etdo)}.___SIcon_1etdo_gg_.__interactive_1etdo_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1etdo_gg_.__interactive_1etdo_gg_:hover{filter:brightness(.8)}}", /*__inner_css_end__*/"1etdo_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SIcon": "
|
|
28
|
-
"--color": "--
|
|
29
|
-
"_interactive": "
|
|
27
|
+
"__SIcon": "___SIcon_1etdo_gg_",
|
|
28
|
+
"--color": "--color_1etdo",
|
|
29
|
+
"_interactive": "__interactive_1etdo_gg_"
|
|
30
30
|
});
|
|
31
31
|
function Icon(props, ref) {
|
|
32
32
|
var _useBox = (0, _flexBox.useBox)((0, _objectSpread2["default"])({
|
package/lib/es6/Icon.js
CHANGED
|
@@ -15,12 +15,12 @@ import { useBox } from '@semcore/flex-box';
|
|
|
15
15
|
import cn from 'classnames';
|
|
16
16
|
import React from 'react';
|
|
17
17
|
/*!__reshadow-styles__:"./style/icon.shadow.css"*/
|
|
18
|
-
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SIcon_1etdo_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_1etdo)}.___SIcon_1etdo_gg_.__interactive_1etdo_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1etdo_gg_.__interactive_1etdo_gg_:hover{filter:brightness(.8)}}", /*__inner_css_end__*/"1etdo_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SIcon": "
|
|
22
|
-
"--color": "--
|
|
23
|
-
"_interactive": "
|
|
21
|
+
"__SIcon": "___SIcon_1etdo_gg_",
|
|
22
|
+
"--color": "--color_1etdo",
|
|
23
|
+
"_interactive": "__interactive_1etdo_gg_"
|
|
24
24
|
});
|
|
25
25
|
function Icon(props, ref) {
|
|
26
26
|
var _useBox = useBox(_objectSpread({
|
package/lib/esm/Icon.mjs
CHANGED
|
@@ -18,14 +18,14 @@ var styles = (
|
|
|
18
18
|
/*__reshadow_css_start__*/
|
|
19
19
|
(sstyled.insert(
|
|
20
20
|
/*__inner_css_start__*/
|
|
21
|
-
".
|
|
21
|
+
".___SIcon_1etdo_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_1etdo)}.___SIcon_1etdo_gg_.__interactive_1etdo_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1etdo_gg_.__interactive_1etdo_gg_:hover{filter:brightness(.8)}}",
|
|
22
22
|
/*__inner_css_end__*/
|
|
23
|
-
"
|
|
23
|
+
"1etdo_gg_"
|
|
24
24
|
), /*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SIcon": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_interactive": "
|
|
26
|
+
"__SIcon": "___SIcon_1etdo_gg_",
|
|
27
|
+
"--color": "--color_1etdo",
|
|
28
|
+
"_interactive": "__interactive_1etdo_gg_"
|
|
29
29
|
})
|
|
30
30
|
);
|
|
31
31
|
function Icon(props, ref) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "16.2.
|
|
4
|
+
"version": "16.2.3-prerelease.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@semcore/flex-box": "16.0.
|
|
12
|
+
"@semcore/flex-box": "16.0.4-prerelease.0",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.1.
|
|
16
|
+
"@semcore/base-components": "^16.1.1-prerelease.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
|
-
"@semcore/base-components": "16.1.0-prerelease.0",
|
|
26
25
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
26
|
+
"@semcore/base-components": "16.1.1-prerelease.0",
|
|
27
27
|
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -552,16 +552,6 @@
|
|
|
552
552
|
"import": "./pay/WeChatPay/l/index.mjs",
|
|
553
553
|
"types": "./pay/WeChatPay/l/index.d.ts"
|
|
554
554
|
},
|
|
555
|
-
"./pay/Visa/m": {
|
|
556
|
-
"require": "./pay/Visa/m/index.js",
|
|
557
|
-
"import": "./pay/Visa/m/index.mjs",
|
|
558
|
-
"types": "./pay/Visa/m/index.d.ts"
|
|
559
|
-
},
|
|
560
|
-
"./pay/Visa/l": {
|
|
561
|
-
"require": "./pay/Visa/l/index.js",
|
|
562
|
-
"import": "./pay/Visa/l/index.mjs",
|
|
563
|
-
"types": "./pay/Visa/l/index.d.ts"
|
|
564
|
-
},
|
|
565
555
|
"./pay/UnionPay/m": {
|
|
566
556
|
"require": "./pay/UnionPay/m/index.js",
|
|
567
557
|
"import": "./pay/UnionPay/m/index.mjs",
|
|
@@ -572,6 +562,16 @@
|
|
|
572
562
|
"import": "./pay/UnionPay/l/index.mjs",
|
|
573
563
|
"types": "./pay/UnionPay/l/index.d.ts"
|
|
574
564
|
},
|
|
565
|
+
"./pay/Visa/m": {
|
|
566
|
+
"require": "./pay/Visa/m/index.js",
|
|
567
|
+
"import": "./pay/Visa/m/index.mjs",
|
|
568
|
+
"types": "./pay/Visa/m/index.d.ts"
|
|
569
|
+
},
|
|
570
|
+
"./pay/Visa/l": {
|
|
571
|
+
"require": "./pay/Visa/l/index.js",
|
|
572
|
+
"import": "./pay/Visa/l/index.mjs",
|
|
573
|
+
"types": "./pay/Visa/l/index.d.ts"
|
|
574
|
+
},
|
|
575
575
|
"./pay/PayPal/m": {
|
|
576
576
|
"require": "./pay/PayPal/m/index.js",
|
|
577
577
|
"import": "./pay/PayPal/m/index.mjs",
|
|
@@ -702,16 +702,6 @@
|
|
|
702
702
|
"import": "./platform/AIToolkit/index.mjs",
|
|
703
703
|
"types": "./platform/AIToolkit/index.d.ts"
|
|
704
704
|
},
|
|
705
|
-
"./ZoomPlus/m": {
|
|
706
|
-
"require": "./ZoomPlus/m/index.js",
|
|
707
|
-
"import": "./ZoomPlus/m/index.mjs",
|
|
708
|
-
"types": "./ZoomPlus/m/index.d.ts"
|
|
709
|
-
},
|
|
710
|
-
"./ZoomPlus/l": {
|
|
711
|
-
"require": "./ZoomPlus/l/index.js",
|
|
712
|
-
"import": "./ZoomPlus/l/index.mjs",
|
|
713
|
-
"types": "./ZoomPlus/l/index.d.ts"
|
|
714
|
-
},
|
|
715
705
|
"./ZoomMinus/m": {
|
|
716
706
|
"require": "./ZoomMinus/m/index.js",
|
|
717
707
|
"import": "./ZoomMinus/m/index.mjs",
|
|
@@ -722,15 +712,15 @@
|
|
|
722
712
|
"import": "./ZoomMinus/l/index.mjs",
|
|
723
713
|
"types": "./ZoomMinus/l/index.d.ts"
|
|
724
714
|
},
|
|
725
|
-
"./
|
|
726
|
-
"require": "./
|
|
727
|
-
"import": "./
|
|
728
|
-
"types": "./
|
|
715
|
+
"./ZoomPlus/m": {
|
|
716
|
+
"require": "./ZoomPlus/m/index.js",
|
|
717
|
+
"import": "./ZoomPlus/m/index.mjs",
|
|
718
|
+
"types": "./ZoomPlus/m/index.d.ts"
|
|
729
719
|
},
|
|
730
|
-
"./
|
|
731
|
-
"require": "./
|
|
732
|
-
"import": "./
|
|
733
|
-
"types": "./
|
|
720
|
+
"./ZoomPlus/l": {
|
|
721
|
+
"require": "./ZoomPlus/l/index.js",
|
|
722
|
+
"import": "./ZoomPlus/l/index.mjs",
|
|
723
|
+
"types": "./ZoomPlus/l/index.d.ts"
|
|
734
724
|
},
|
|
735
725
|
"./Youtube/m": {
|
|
736
726
|
"require": "./Youtube/m/index.js",
|
|
@@ -742,6 +732,26 @@
|
|
|
742
732
|
"import": "./Youtube/l/index.mjs",
|
|
743
733
|
"types": "./Youtube/l/index.d.ts"
|
|
744
734
|
},
|
|
735
|
+
"./Yext/m": {
|
|
736
|
+
"require": "./Yext/m/index.js",
|
|
737
|
+
"import": "./Yext/m/index.mjs",
|
|
738
|
+
"types": "./Yext/m/index.d.ts"
|
|
739
|
+
},
|
|
740
|
+
"./Yext/l": {
|
|
741
|
+
"require": "./Yext/l/index.js",
|
|
742
|
+
"import": "./Yext/l/index.mjs",
|
|
743
|
+
"types": "./Yext/l/index.d.ts"
|
|
744
|
+
},
|
|
745
|
+
"./YoutubePlaceholder/m": {
|
|
746
|
+
"require": "./YoutubePlaceholder/m/index.js",
|
|
747
|
+
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
748
|
+
"types": "./YoutubePlaceholder/m/index.d.ts"
|
|
749
|
+
},
|
|
750
|
+
"./YoutubePlaceholder/l": {
|
|
751
|
+
"require": "./YoutubePlaceholder/l/index.js",
|
|
752
|
+
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
753
|
+
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
754
|
+
},
|
|
745
755
|
"./Wristwatch/m": {
|
|
746
756
|
"require": "./Wristwatch/m/index.js",
|
|
747
757
|
"import": "./Wristwatch/m/index.mjs",
|
|
@@ -762,16 +772,6 @@
|
|
|
762
772
|
"import": "./Wordpress/l/index.mjs",
|
|
763
773
|
"types": "./Wordpress/l/index.d.ts"
|
|
764
774
|
},
|
|
765
|
-
"./Yext/m": {
|
|
766
|
-
"require": "./Yext/m/index.js",
|
|
767
|
-
"import": "./Yext/m/index.mjs",
|
|
768
|
-
"types": "./Yext/m/index.d.ts"
|
|
769
|
-
},
|
|
770
|
-
"./Yext/l": {
|
|
771
|
-
"require": "./Yext/l/index.js",
|
|
772
|
-
"import": "./Yext/l/index.mjs",
|
|
773
|
-
"types": "./Yext/l/index.d.ts"
|
|
774
|
-
},
|
|
775
775
|
"./Wine/m": {
|
|
776
776
|
"require": "./Wine/m/index.js",
|
|
777
777
|
"import": "./Wine/m/index.mjs",
|
|
@@ -1092,16 +1092,6 @@
|
|
|
1092
1092
|
"import": "./TimeClock/l/index.mjs",
|
|
1093
1093
|
"types": "./TimeClock/l/index.d.ts"
|
|
1094
1094
|
},
|
|
1095
|
-
"./TikTok/m": {
|
|
1096
|
-
"require": "./TikTok/m/index.js",
|
|
1097
|
-
"import": "./TikTok/m/index.mjs",
|
|
1098
|
-
"types": "./TikTok/m/index.d.ts"
|
|
1099
|
-
},
|
|
1100
|
-
"./TikTok/l": {
|
|
1101
|
-
"require": "./TikTok/l/index.js",
|
|
1102
|
-
"import": "./TikTok/l/index.mjs",
|
|
1103
|
-
"types": "./TikTok/l/index.d.ts"
|
|
1104
|
-
},
|
|
1105
1095
|
"./Tile/m": {
|
|
1106
1096
|
"require": "./Tile/m/index.js",
|
|
1107
1097
|
"import": "./Tile/m/index.mjs",
|
|
@@ -1112,6 +1102,16 @@
|
|
|
1112
1102
|
"import": "./Tile/l/index.mjs",
|
|
1113
1103
|
"types": "./Tile/l/index.d.ts"
|
|
1114
1104
|
},
|
|
1105
|
+
"./TikTok/m": {
|
|
1106
|
+
"require": "./TikTok/m/index.js",
|
|
1107
|
+
"import": "./TikTok/m/index.mjs",
|
|
1108
|
+
"types": "./TikTok/m/index.d.ts"
|
|
1109
|
+
},
|
|
1110
|
+
"./TikTok/l": {
|
|
1111
|
+
"require": "./TikTok/l/index.js",
|
|
1112
|
+
"import": "./TikTok/l/index.mjs",
|
|
1113
|
+
"types": "./TikTok/l/index.d.ts"
|
|
1114
|
+
},
|
|
1115
1115
|
"./ThumbUp/m": {
|
|
1116
1116
|
"require": "./ThumbUp/m/index.js",
|
|
1117
1117
|
"import": "./ThumbUp/m/index.mjs",
|
|
@@ -1222,6 +1222,16 @@
|
|
|
1222
1222
|
"import": "./SummaryAI/l/index.mjs",
|
|
1223
1223
|
"types": "./SummaryAI/l/index.d.ts"
|
|
1224
1224
|
},
|
|
1225
|
+
"./Stroller/m": {
|
|
1226
|
+
"require": "./Stroller/m/index.js",
|
|
1227
|
+
"import": "./Stroller/m/index.mjs",
|
|
1228
|
+
"types": "./Stroller/m/index.d.ts"
|
|
1229
|
+
},
|
|
1230
|
+
"./Stroller/l": {
|
|
1231
|
+
"require": "./Stroller/l/index.js",
|
|
1232
|
+
"import": "./Stroller/l/index.mjs",
|
|
1233
|
+
"types": "./Stroller/l/index.d.ts"
|
|
1234
|
+
},
|
|
1225
1235
|
"./StoriesAI/m": {
|
|
1226
1236
|
"require": "./StoriesAI/m/index.js",
|
|
1227
1237
|
"import": "./StoriesAI/m/index.mjs",
|
|
@@ -1242,16 +1252,6 @@
|
|
|
1242
1252
|
"import": "./Stop/l/index.mjs",
|
|
1243
1253
|
"types": "./Stop/l/index.d.ts"
|
|
1244
1254
|
},
|
|
1245
|
-
"./Stroller/m": {
|
|
1246
|
-
"require": "./Stroller/m/index.js",
|
|
1247
|
-
"import": "./Stroller/m/index.mjs",
|
|
1248
|
-
"types": "./Stroller/m/index.d.ts"
|
|
1249
|
-
},
|
|
1250
|
-
"./Stroller/l": {
|
|
1251
|
-
"require": "./Stroller/l/index.js",
|
|
1252
|
-
"import": "./Stroller/l/index.mjs",
|
|
1253
|
-
"types": "./Stroller/l/index.d.ts"
|
|
1254
|
-
},
|
|
1255
1255
|
"./Sport/m": {
|
|
1256
1256
|
"require": "./Sport/m/index.js",
|
|
1257
1257
|
"import": "./Sport/m/index.mjs",
|
|
@@ -1722,16 +1722,6 @@
|
|
|
1722
1722
|
"import": "./Redo/l/index.mjs",
|
|
1723
1723
|
"types": "./Redo/l/index.d.ts"
|
|
1724
1724
|
},
|
|
1725
|
-
"./Redirect/m": {
|
|
1726
|
-
"require": "./Redirect/m/index.js",
|
|
1727
|
-
"import": "./Redirect/m/index.mjs",
|
|
1728
|
-
"types": "./Redirect/m/index.d.ts"
|
|
1729
|
-
},
|
|
1730
|
-
"./Redirect/l": {
|
|
1731
|
-
"require": "./Redirect/l/index.js",
|
|
1732
|
-
"import": "./Redirect/l/index.mjs",
|
|
1733
|
-
"types": "./Redirect/l/index.d.ts"
|
|
1734
|
-
},
|
|
1735
1725
|
"./Recreation/m": {
|
|
1736
1726
|
"require": "./Recreation/m/index.js",
|
|
1737
1727
|
"import": "./Recreation/m/index.mjs",
|
|
@@ -1742,6 +1732,16 @@
|
|
|
1742
1732
|
"import": "./Recreation/l/index.mjs",
|
|
1743
1733
|
"types": "./Recreation/l/index.d.ts"
|
|
1744
1734
|
},
|
|
1735
|
+
"./Redirect/m": {
|
|
1736
|
+
"require": "./Redirect/m/index.js",
|
|
1737
|
+
"import": "./Redirect/m/index.mjs",
|
|
1738
|
+
"types": "./Redirect/m/index.d.ts"
|
|
1739
|
+
},
|
|
1740
|
+
"./Redirect/l": {
|
|
1741
|
+
"require": "./Redirect/l/index.js",
|
|
1742
|
+
"import": "./Redirect/l/index.mjs",
|
|
1743
|
+
"types": "./Redirect/l/index.d.ts"
|
|
1744
|
+
},
|
|
1745
1745
|
"./Recent/m": {
|
|
1746
1746
|
"require": "./Recent/m/index.js",
|
|
1747
1747
|
"import": "./Recent/m/index.mjs",
|
|
@@ -2772,16 +2772,6 @@
|
|
|
2772
2772
|
"import": "./GoogleGenerativeAI/l/index.mjs",
|
|
2773
2773
|
"types": "./GoogleGenerativeAI/l/index.d.ts"
|
|
2774
2774
|
},
|
|
2775
|
-
"./Google/m": {
|
|
2776
|
-
"require": "./Google/m/index.js",
|
|
2777
|
-
"import": "./Google/m/index.mjs",
|
|
2778
|
-
"types": "./Google/m/index.d.ts"
|
|
2779
|
-
},
|
|
2780
|
-
"./Google/l": {
|
|
2781
|
-
"require": "./Google/l/index.js",
|
|
2782
|
-
"import": "./Google/l/index.mjs",
|
|
2783
|
-
"types": "./Google/l/index.d.ts"
|
|
2784
|
-
},
|
|
2785
2775
|
"./GoogleBusinessProfile/m": {
|
|
2786
2776
|
"require": "./GoogleBusinessProfile/m/index.js",
|
|
2787
2777
|
"import": "./GoogleBusinessProfile/m/index.mjs",
|
|
@@ -2792,6 +2782,16 @@
|
|
|
2792
2782
|
"import": "./GoogleBusinessProfile/l/index.mjs",
|
|
2793
2783
|
"types": "./GoogleBusinessProfile/l/index.d.ts"
|
|
2794
2784
|
},
|
|
2785
|
+
"./Google/m": {
|
|
2786
|
+
"require": "./Google/m/index.js",
|
|
2787
|
+
"import": "./Google/m/index.mjs",
|
|
2788
|
+
"types": "./Google/m/index.d.ts"
|
|
2789
|
+
},
|
|
2790
|
+
"./Google/l": {
|
|
2791
|
+
"require": "./Google/l/index.js",
|
|
2792
|
+
"import": "./Google/l/index.mjs",
|
|
2793
|
+
"types": "./Google/l/index.d.ts"
|
|
2794
|
+
},
|
|
2795
2795
|
"./Goblet/m": {
|
|
2796
2796
|
"require": "./Goblet/m/index.js",
|
|
2797
2797
|
"import": "./Goblet/m/index.mjs",
|
|
@@ -3642,16 +3642,6 @@
|
|
|
3642
3642
|
"import": "./CheckAlt/l/index.mjs",
|
|
3643
3643
|
"types": "./CheckAlt/l/index.d.ts"
|
|
3644
3644
|
},
|
|
3645
|
-
"./Check/m": {
|
|
3646
|
-
"require": "./Check/m/index.js",
|
|
3647
|
-
"import": "./Check/m/index.mjs",
|
|
3648
|
-
"types": "./Check/m/index.d.ts"
|
|
3649
|
-
},
|
|
3650
|
-
"./Check/l": {
|
|
3651
|
-
"require": "./Check/l/index.js",
|
|
3652
|
-
"import": "./Check/l/index.mjs",
|
|
3653
|
-
"types": "./Check/l/index.d.ts"
|
|
3654
|
-
},
|
|
3655
3645
|
"./ChatQuestion/m": {
|
|
3656
3646
|
"require": "./ChatQuestion/m/index.js",
|
|
3657
3647
|
"import": "./ChatQuestion/m/index.mjs",
|
|
@@ -3662,6 +3652,16 @@
|
|
|
3662
3652
|
"import": "./ChatQuestion/l/index.mjs",
|
|
3663
3653
|
"types": "./ChatQuestion/l/index.d.ts"
|
|
3664
3654
|
},
|
|
3655
|
+
"./Check/m": {
|
|
3656
|
+
"require": "./Check/m/index.js",
|
|
3657
|
+
"import": "./Check/m/index.mjs",
|
|
3658
|
+
"types": "./Check/m/index.d.ts"
|
|
3659
|
+
},
|
|
3660
|
+
"./Check/l": {
|
|
3661
|
+
"require": "./Check/l/index.js",
|
|
3662
|
+
"import": "./Check/l/index.mjs",
|
|
3663
|
+
"types": "./Check/l/index.d.ts"
|
|
3664
|
+
},
|
|
3665
3665
|
"./ChatPlus/m": {
|
|
3666
3666
|
"require": "./ChatPlus/m/index.js",
|
|
3667
3667
|
"import": "./ChatPlus/m/index.mjs",
|
|
@@ -3732,16 +3732,6 @@
|
|
|
3732
3732
|
"import": "./ChartVenn/l/index.mjs",
|
|
3733
3733
|
"types": "./ChartVenn/l/index.d.ts"
|
|
3734
3734
|
},
|
|
3735
|
-
"./ChartPie/m": {
|
|
3736
|
-
"require": "./ChartPie/m/index.js",
|
|
3737
|
-
"import": "./ChartPie/m/index.mjs",
|
|
3738
|
-
"types": "./ChartPie/m/index.d.ts"
|
|
3739
|
-
},
|
|
3740
|
-
"./ChartPie/l": {
|
|
3741
|
-
"require": "./ChartPie/l/index.js",
|
|
3742
|
-
"import": "./ChartPie/l/index.mjs",
|
|
3743
|
-
"types": "./ChartPie/l/index.d.ts"
|
|
3744
|
-
},
|
|
3745
3735
|
"./ChartLine/m": {
|
|
3746
3736
|
"require": "./ChartLine/m/index.js",
|
|
3747
3737
|
"import": "./ChartLine/m/index.mjs",
|
|
@@ -3752,6 +3742,16 @@
|
|
|
3752
3742
|
"import": "./ChartLine/l/index.mjs",
|
|
3753
3743
|
"types": "./ChartLine/l/index.d.ts"
|
|
3754
3744
|
},
|
|
3745
|
+
"./ChartPie/m": {
|
|
3746
|
+
"require": "./ChartPie/m/index.js",
|
|
3747
|
+
"import": "./ChartPie/m/index.mjs",
|
|
3748
|
+
"types": "./ChartPie/m/index.d.ts"
|
|
3749
|
+
},
|
|
3750
|
+
"./ChartPie/l": {
|
|
3751
|
+
"require": "./ChartPie/l/index.js",
|
|
3752
|
+
"import": "./ChartPie/l/index.mjs",
|
|
3753
|
+
"types": "./ChartPie/l/index.d.ts"
|
|
3754
|
+
},
|
|
3755
3755
|
"./ChartBubble/m": {
|
|
3756
3756
|
"require": "./ChartBubble/m/index.js",
|
|
3757
3757
|
"import": "./ChartBubble/m/index.mjs",
|
|
@@ -4002,16 +4002,6 @@
|
|
|
4002
4002
|
"import": "./Attach/l/index.mjs",
|
|
4003
4003
|
"types": "./Attach/l/index.d.ts"
|
|
4004
4004
|
},
|
|
4005
|
-
"./Arrows/m": {
|
|
4006
|
-
"require": "./Arrows/m/index.js",
|
|
4007
|
-
"import": "./Arrows/m/index.mjs",
|
|
4008
|
-
"types": "./Arrows/m/index.d.ts"
|
|
4009
|
-
},
|
|
4010
|
-
"./Arrows/l": {
|
|
4011
|
-
"require": "./Arrows/l/index.js",
|
|
4012
|
-
"import": "./Arrows/l/index.mjs",
|
|
4013
|
-
"types": "./Arrows/l/index.d.ts"
|
|
4014
|
-
},
|
|
4015
4005
|
"./AskAI/m": {
|
|
4016
4006
|
"require": "./AskAI/m/index.js",
|
|
4017
4007
|
"import": "./AskAI/m/index.mjs",
|
|
@@ -4022,6 +4012,16 @@
|
|
|
4022
4012
|
"import": "./AskAI/l/index.mjs",
|
|
4023
4013
|
"types": "./AskAI/l/index.d.ts"
|
|
4024
4014
|
},
|
|
4015
|
+
"./Arrows/m": {
|
|
4016
|
+
"require": "./Arrows/m/index.js",
|
|
4017
|
+
"import": "./Arrows/m/index.mjs",
|
|
4018
|
+
"types": "./Arrows/m/index.d.ts"
|
|
4019
|
+
},
|
|
4020
|
+
"./Arrows/l": {
|
|
4021
|
+
"require": "./Arrows/l/index.js",
|
|
4022
|
+
"import": "./Arrows/l/index.mjs",
|
|
4023
|
+
"types": "./Arrows/l/index.d.ts"
|
|
4024
|
+
},
|
|
4025
4025
|
"./ArrowUp/m": {
|
|
4026
4026
|
"require": "./ArrowUp/m/index.js",
|
|
4027
4027
|
"import": "./ArrowUp/m/index.mjs",
|
package/pay/Discover/l/index.js
CHANGED
|
@@ -32,7 +32,7 @@ function RootDiscover(_ref, ref) {
|
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
34
|
d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
|
|
35
|
-
fill: "url(#intergalactic-icon-Discover_l_a-16.2.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.2.3)",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|
package/pay/Discover/l/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ function RootDiscover({
|
|
|
21
21
|
shapeRendering: "geometricPrecision"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
|
|
24
|
-
fill: "url(#intergalactic-icon-Discover_l_a-16.2.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.2.3)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
fillRule: "evenodd",
|
package/pay/Discover/m/index.js
CHANGED
|
@@ -32,7 +32,7 @@ function RootDiscover(_ref, ref) {
|
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
34
|
d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
|
|
35
|
-
fill: "url(#intergalactic-icon-Discover_m_a-16.2.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.2.3)",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|
package/pay/Discover/m/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ function RootDiscover({
|
|
|
21
21
|
shapeRendering: "geometricPrecision"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
|
|
24
|
-
fill: "url(#intergalactic-icon-Discover_m_a-16.2.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.2.3)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
fillRule: "evenodd",
|
package/pay/JCB/l/index.js
CHANGED
|
@@ -32,26 +32,26 @@ function RootJCB(_ref, ref) {
|
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
34
|
d: "M23.6 14.15h1.87l.24-.01c.35-.08.66-.4.66-.87 0-.44-.3-.77-.66-.86-.06-.02-.16-.02-.24-.02H23.6v1.76Z",
|
|
35
|
-
fill: "url(#intergalactic-icon-JCB_l_a-16.2.
|
|
35
|
+
fill: "url(#intergalactic-icon-JCB_l_a-16.2.3)",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
d: "M25.26 2a3.3 3.3 0 0 0-3.24 3.34V8.8h4.58c.1 0 .23 0 .32.02 1.03.05 1.8.6 1.8 1.56 0 .75-.52 1.4-1.48 1.52v.04c1.05.07 1.85.67 1.85 1.6 0 1.02-.89 1.68-2.07 1.68H22V22h4.76A3.3 3.3 0 0 0 30 18.66V2h-4.74Z",
|
|
39
|
-
fill: "url(#intergalactic-icon-JCB_l_b-16.2.
|
|
39
|
+
fill: "url(#intergalactic-icon-JCB_l_b-16.2.3)",
|
|
40
40
|
shapeRendering: "geometricPrecision"
|
|
41
41
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
42
42
|
d: "M26.13 10.6c0-.44-.3-.74-.66-.79l-.17-.02h-1.7v1.61h1.7l.17-.01a.77.77 0 0 0 .66-.8Z",
|
|
43
|
-
fill: "url(#intergalactic-icon-JCB_l_c-16.2.
|
|
43
|
+
fill: "url(#intergalactic-icon-JCB_l_c-16.2.3)",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
46
46
|
d: "M5.26 2a3.3 3.3 0 0 0-3.24 3.34v8.24c.9.46 1.85.75 2.8.75 1.12 0 1.72-.7 1.72-1.65v-3.9h2.78v3.88c0 1.5-.9 2.73-3.99 2.73-1.87 0-3.33-.42-3.33-.42V22h4.76A3.3 3.3 0 0 0 10 18.66V2H5.26Z",
|
|
47
|
-
fill: "url(#intergalactic-icon-JCB_l_d-16.2.
|
|
47
|
+
fill: "url(#intergalactic-icon-JCB_l_d-16.2.3)",
|
|
48
48
|
shapeRendering: "geometricPrecision"
|
|
49
49
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
50
50
|
d: "M15.24 2A3.29 3.29 0 0 0 12 5.33V9.7c.82-.71 2.24-1.17 4.54-1.06 1.23.05 2.55.4 2.55.4v1.41a6.04 6.04 0 0 0-2.46-.73c-1.74-.13-2.8.75-2.8 2.29 0 1.56 1.06 2.44 2.8 2.29 1.02-.07 1.8-.4 2.46-.73v1.4s-1.3.35-2.55.41c-2.3.11-3.72-.35-4.54-1.06V22h4.76A3.29 3.29 0 0 0 20 18.67V2h-4.76Z",
|
|
51
|
-
fill: "url(#intergalactic-icon-JCB_l_e-16.2.
|
|
51
|
+
fill: "url(#intergalactic-icon-JCB_l_e-16.2.3)",
|
|
52
52
|
shapeRendering: "geometricPrecision"
|
|
53
53
|
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
54
|
-
id: "intergalactic-icon-JCB_l_a-16.2.
|
|
54
|
+
id: "intergalactic-icon-JCB_l_a-16.2.3",
|
|
55
55
|
x1: "22.01",
|
|
56
56
|
y1: "13.28",
|
|
57
57
|
x2: "30.02",
|
|
@@ -69,7 +69,7 @@ function RootJCB(_ref, ref) {
|
|
|
69
69
|
offset: "1",
|
|
70
70
|
stopColor: "#5CB531"
|
|
71
71
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
72
|
-
id: "intergalactic-icon-JCB_l_b-16.2.
|
|
72
|
+
id: "intergalactic-icon-JCB_l_b-16.2.3",
|
|
73
73
|
x1: "22.01",
|
|
74
74
|
y1: "11.99",
|
|
75
75
|
x2: "30.02",
|
|
@@ -87,7 +87,7 @@ function RootJCB(_ref, ref) {
|
|
|
87
87
|
offset: "1",
|
|
88
88
|
stopColor: "#5CB531"
|
|
89
89
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
90
|
-
id: "intergalactic-icon-JCB_l_c-16.2.
|
|
90
|
+
id: "intergalactic-icon-JCB_l_c-16.2.3",
|
|
91
91
|
x1: "22.01",
|
|
92
92
|
y1: "10.6",
|
|
93
93
|
x2: "30.02",
|
|
@@ -105,7 +105,7 @@ function RootJCB(_ref, ref) {
|
|
|
105
105
|
offset: "1",
|
|
106
106
|
stopColor: "#5CB531"
|
|
107
107
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
108
|
-
id: "intergalactic-icon-JCB_l_d-16.2.
|
|
108
|
+
id: "intergalactic-icon-JCB_l_d-16.2.3",
|
|
109
109
|
x1: "2.01",
|
|
110
110
|
y1: "12",
|
|
111
111
|
x2: "10.14",
|
|
@@ -123,7 +123,7 @@ function RootJCB(_ref, ref) {
|
|
|
123
123
|
offset: "1",
|
|
124
124
|
stopColor: "#006FBC"
|
|
125
125
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
126
|
-
id: "intergalactic-icon-JCB_l_e-16.2.
|
|
126
|
+
id: "intergalactic-icon-JCB_l_e-16.2.3",
|
|
127
127
|
x1: "11.95",
|
|
128
128
|
y1: "11.98",
|
|
129
129
|
x2: "19.85",
|
package/pay/JCB/l/index.mjs
CHANGED
|
@@ -21,26 +21,26 @@ function RootJCB({
|
|
|
21
21
|
shapeRendering: "geometricPrecision"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
d: "M23.6 14.15h1.87l.24-.01c.35-.08.66-.4.66-.87 0-.44-.3-.77-.66-.86-.06-.02-.16-.02-.24-.02H23.6v1.76Z",
|
|
24
|
-
fill: "url(#intergalactic-icon-JCB_l_a-16.2.
|
|
24
|
+
fill: "url(#intergalactic-icon-JCB_l_a-16.2.3)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
d: "M25.26 2a3.3 3.3 0 0 0-3.24 3.34V8.8h4.58c.1 0 .23 0 .32.02 1.03.05 1.8.6 1.8 1.56 0 .75-.52 1.4-1.48 1.52v.04c1.05.07 1.85.67 1.85 1.6 0 1.02-.89 1.68-2.07 1.68H22V22h4.76A3.3 3.3 0 0 0 30 18.66V2h-4.74Z",
|
|
28
|
-
fill: "url(#intergalactic-icon-JCB_l_b-16.2.
|
|
28
|
+
fill: "url(#intergalactic-icon-JCB_l_b-16.2.3)",
|
|
29
29
|
shapeRendering: "geometricPrecision"
|
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
31
31
|
d: "M26.13 10.6c0-.44-.3-.74-.66-.79l-.17-.02h-1.7v1.61h1.7l.17-.01a.77.77 0 0 0 .66-.8Z",
|
|
32
|
-
fill: "url(#intergalactic-icon-JCB_l_c-16.2.
|
|
32
|
+
fill: "url(#intergalactic-icon-JCB_l_c-16.2.3)",
|
|
33
33
|
shapeRendering: "geometricPrecision"
|
|
34
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
35
|
d: "M5.26 2a3.3 3.3 0 0 0-3.24 3.34v8.24c.9.46 1.85.75 2.8.75 1.12 0 1.72-.7 1.72-1.65v-3.9h2.78v3.88c0 1.5-.9 2.73-3.99 2.73-1.87 0-3.33-.42-3.33-.42V22h4.76A3.3 3.3 0 0 0 10 18.66V2H5.26Z",
|
|
36
|
-
fill: "url(#intergalactic-icon-JCB_l_d-16.2.
|
|
36
|
+
fill: "url(#intergalactic-icon-JCB_l_d-16.2.3)",
|
|
37
37
|
shapeRendering: "geometricPrecision"
|
|
38
38
|
}), /*#__PURE__*/React.createElement("path", {
|
|
39
39
|
d: "M15.24 2A3.29 3.29 0 0 0 12 5.33V9.7c.82-.71 2.24-1.17 4.54-1.06 1.23.05 2.55.4 2.55.4v1.41a6.04 6.04 0 0 0-2.46-.73c-1.74-.13-2.8.75-2.8 2.29 0 1.56 1.06 2.44 2.8 2.29 1.02-.07 1.8-.4 2.46-.73v1.4s-1.3.35-2.55.41c-2.3.11-3.72-.35-4.54-1.06V22h4.76A3.29 3.29 0 0 0 20 18.67V2h-4.76Z",
|
|
40
|
-
fill: "url(#intergalactic-icon-JCB_l_e-16.2.
|
|
40
|
+
fill: "url(#intergalactic-icon-JCB_l_e-16.2.3)",
|
|
41
41
|
shapeRendering: "geometricPrecision"
|
|
42
42
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
43
|
-
id: "intergalactic-icon-JCB_l_a-16.2.
|
|
43
|
+
id: "intergalactic-icon-JCB_l_a-16.2.3",
|
|
44
44
|
x1: "22.01",
|
|
45
45
|
y1: "13.28",
|
|
46
46
|
x2: "30.02",
|
|
@@ -58,7 +58,7 @@ function RootJCB({
|
|
|
58
58
|
offset: "1",
|
|
59
59
|
stopColor: "#5CB531"
|
|
60
60
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
61
|
-
id: "intergalactic-icon-JCB_l_b-16.2.
|
|
61
|
+
id: "intergalactic-icon-JCB_l_b-16.2.3",
|
|
62
62
|
x1: "22.01",
|
|
63
63
|
y1: "11.99",
|
|
64
64
|
x2: "30.02",
|
|
@@ -76,7 +76,7 @@ function RootJCB({
|
|
|
76
76
|
offset: "1",
|
|
77
77
|
stopColor: "#5CB531"
|
|
78
78
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
79
|
-
id: "intergalactic-icon-JCB_l_c-16.2.
|
|
79
|
+
id: "intergalactic-icon-JCB_l_c-16.2.3",
|
|
80
80
|
x1: "22.01",
|
|
81
81
|
y1: "10.6",
|
|
82
82
|
x2: "30.02",
|
|
@@ -94,7 +94,7 @@ function RootJCB({
|
|
|
94
94
|
offset: "1",
|
|
95
95
|
stopColor: "#5CB531"
|
|
96
96
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
97
|
-
id: "intergalactic-icon-JCB_l_d-16.2.
|
|
97
|
+
id: "intergalactic-icon-JCB_l_d-16.2.3",
|
|
98
98
|
x1: "2.01",
|
|
99
99
|
y1: "12",
|
|
100
100
|
x2: "10.14",
|
|
@@ -112,7 +112,7 @@ function RootJCB({
|
|
|
112
112
|
offset: "1",
|
|
113
113
|
stopColor: "#006FBC"
|
|
114
114
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
115
|
-
id: "intergalactic-icon-JCB_l_e-16.2.
|
|
115
|
+
id: "intergalactic-icon-JCB_l_e-16.2.3",
|
|
116
116
|
x1: "11.95",
|
|
117
117
|
y1: "11.98",
|
|
118
118
|
x2: "19.85",
|