@semcore/icon 16.7.2 → 16.7.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/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/GoogleGenerativeAIColored/l/index.js +2 -2
- package/color/GoogleGenerativeAIColored/l/index.mjs +2 -2
- package/color/GoogleGenerativeAIColored/m/index.js +2 -2
- package/color/GoogleGenerativeAIColored/m/index.mjs +2 -2
- 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/cjs/style/icon.shadow.css +4 -0
- package/lib/es6/Icon.js +4 -4
- package/lib/es6/style/icon.shadow.css +4 -0
- package/lib/esm/Icon.mjs +5 -5
- package/lib/esm/style/icon.shadow.css +4 -0
- package/package.json +168 -168
- 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/lib/es6/Icon.js
CHANGED
|
@@ -15,12 +15,12 @@ import { useColorResolver } from '@semcore/core/lib/utils/use/useColorResolver';
|
|
|
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_180ai_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_180ai)}.___SIcon_180ai_gg_.__interactive_180ai_gg_{cursor:pointer}@media (hover:hover){.___SIcon_180ai_gg_.__interactive_180ai_gg_:hover{filter:brightness(.8)}}.___SIcon_180ai_gg_.__interactive_180ai_gg_ path{pointer-events:none}", /*__inner_css_end__*/"180ai_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SIcon": "
|
|
22
|
-
"--color": "--
|
|
23
|
-
"_interactive": "
|
|
21
|
+
"__SIcon": "___SIcon_180ai_gg_",
|
|
22
|
+
"--color": "--color_180ai",
|
|
23
|
+
"_interactive": "__interactive_180ai_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_180ai_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_180ai)}.___SIcon_180ai_gg_.__interactive_180ai_gg_{cursor:pointer}@media (hover:hover){.___SIcon_180ai_gg_.__interactive_180ai_gg_:hover{filter:brightness(.8)}}.___SIcon_180ai_gg_.__interactive_180ai_gg_ path{pointer-events:none}",
|
|
22
22
|
/*__inner_css_end__*/
|
|
23
|
-
"
|
|
23
|
+
"180ai_gg_"
|
|
24
24
|
), /*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SIcon": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_interactive": "
|
|
26
|
+
"__SIcon": "___SIcon_180ai_gg_",
|
|
27
|
+
"--color": "--color_180ai",
|
|
28
|
+
"_interactive": "__interactive_180ai_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.7.
|
|
4
|
+
"version": "16.7.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",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
25
|
"@semcore/base-components": "16.4.1",
|
|
26
|
-
"@semcore/
|
|
27
|
-
"@semcore/
|
|
26
|
+
"@semcore/icon-transform-svg": "1.1.0",
|
|
27
|
+
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
@@ -82,16 +82,6 @@
|
|
|
82
82
|
"import": "./color/WhatsApp/l/index.mjs",
|
|
83
83
|
"types": "./color/WhatsApp/l/index.d.ts"
|
|
84
84
|
},
|
|
85
|
-
"./color/TikTokColoredInvert/m": {
|
|
86
|
-
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
87
|
-
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
88
|
-
"types": "./color/TikTokColoredInvert/m/index.d.ts"
|
|
89
|
-
},
|
|
90
|
-
"./color/TikTokColoredInvert/l": {
|
|
91
|
-
"require": "./color/TikTokColoredInvert/l/index.js",
|
|
92
|
-
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
93
|
-
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
94
|
-
},
|
|
95
85
|
"./color/WhatConvertsColored/m": {
|
|
96
86
|
"require": "./color/WhatConvertsColored/m/index.js",
|
|
97
87
|
"import": "./color/WhatConvertsColored/m/index.mjs",
|
|
@@ -102,6 +92,16 @@
|
|
|
102
92
|
"import": "./color/WhatConvertsColored/l/index.mjs",
|
|
103
93
|
"types": "./color/WhatConvertsColored/l/index.d.ts"
|
|
104
94
|
},
|
|
95
|
+
"./color/TikTokColoredInvert/m": {
|
|
96
|
+
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
97
|
+
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
98
|
+
"types": "./color/TikTokColoredInvert/m/index.d.ts"
|
|
99
|
+
},
|
|
100
|
+
"./color/TikTokColoredInvert/l": {
|
|
101
|
+
"require": "./color/TikTokColoredInvert/l/index.js",
|
|
102
|
+
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
103
|
+
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
104
|
+
},
|
|
105
105
|
"./color/TikTokColored/m": {
|
|
106
106
|
"require": "./color/TikTokColored/m/index.js",
|
|
107
107
|
"import": "./color/TikTokColored/m/index.mjs",
|
|
@@ -252,16 +252,6 @@
|
|
|
252
252
|
"import": "./color/LookerStudio/l/index.mjs",
|
|
253
253
|
"types": "./color/LookerStudio/l/index.d.ts"
|
|
254
254
|
},
|
|
255
|
-
"./color/JavaScript/m": {
|
|
256
|
-
"require": "./color/JavaScript/m/index.js",
|
|
257
|
-
"import": "./color/JavaScript/m/index.mjs",
|
|
258
|
-
"types": "./color/JavaScript/m/index.d.ts"
|
|
259
|
-
},
|
|
260
|
-
"./color/JavaScript/l": {
|
|
261
|
-
"require": "./color/JavaScript/l/index.js",
|
|
262
|
-
"import": "./color/JavaScript/l/index.mjs",
|
|
263
|
-
"types": "./color/JavaScript/l/index.d.ts"
|
|
264
|
-
},
|
|
265
255
|
"./color/LinkedInColored/m": {
|
|
266
256
|
"require": "./color/LinkedInColored/m/index.js",
|
|
267
257
|
"import": "./color/LinkedInColored/m/index.mjs",
|
|
@@ -272,6 +262,16 @@
|
|
|
272
262
|
"import": "./color/LinkedInColored/l/index.mjs",
|
|
273
263
|
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
274
264
|
},
|
|
265
|
+
"./color/JavaScript/m": {
|
|
266
|
+
"require": "./color/JavaScript/m/index.js",
|
|
267
|
+
"import": "./color/JavaScript/m/index.mjs",
|
|
268
|
+
"types": "./color/JavaScript/m/index.d.ts"
|
|
269
|
+
},
|
|
270
|
+
"./color/JavaScript/l": {
|
|
271
|
+
"require": "./color/JavaScript/l/index.js",
|
|
272
|
+
"import": "./color/JavaScript/l/index.mjs",
|
|
273
|
+
"types": "./color/JavaScript/l/index.d.ts"
|
|
274
|
+
},
|
|
275
275
|
"./color/InstagramColored/m": {
|
|
276
276
|
"require": "./color/InstagramColored/m/index.js",
|
|
277
277
|
"import": "./color/InstagramColored/m/index.mjs",
|
|
@@ -462,16 +462,6 @@
|
|
|
462
462
|
"import": "./color/GitHub/l/index.mjs",
|
|
463
463
|
"types": "./color/GitHub/l/index.d.ts"
|
|
464
464
|
},
|
|
465
|
-
"./color/Figma/m": {
|
|
466
|
-
"require": "./color/Figma/m/index.js",
|
|
467
|
-
"import": "./color/Figma/m/index.mjs",
|
|
468
|
-
"types": "./color/Figma/m/index.d.ts"
|
|
469
|
-
},
|
|
470
|
-
"./color/Figma/l": {
|
|
471
|
-
"require": "./color/Figma/l/index.js",
|
|
472
|
-
"import": "./color/Figma/l/index.mjs",
|
|
473
|
-
"types": "./color/Figma/l/index.d.ts"
|
|
474
|
-
},
|
|
475
465
|
"./color/Copilot/m": {
|
|
476
466
|
"require": "./color/Copilot/m/index.js",
|
|
477
467
|
"import": "./color/Copilot/m/index.mjs",
|
|
@@ -482,6 +472,16 @@
|
|
|
482
472
|
"import": "./color/Copilot/l/index.mjs",
|
|
483
473
|
"types": "./color/Copilot/l/index.d.ts"
|
|
484
474
|
},
|
|
475
|
+
"./color/Figma/m": {
|
|
476
|
+
"require": "./color/Figma/m/index.js",
|
|
477
|
+
"import": "./color/Figma/m/index.mjs",
|
|
478
|
+
"types": "./color/Figma/m/index.d.ts"
|
|
479
|
+
},
|
|
480
|
+
"./color/Figma/l": {
|
|
481
|
+
"require": "./color/Figma/l/index.js",
|
|
482
|
+
"import": "./color/Figma/l/index.mjs",
|
|
483
|
+
"types": "./color/Figma/l/index.d.ts"
|
|
484
|
+
},
|
|
485
485
|
"./color/ConstantContactColored/m": {
|
|
486
486
|
"require": "./color/ConstantContactColored/m/index.js",
|
|
487
487
|
"import": "./color/ConstantContactColored/m/index.mjs",
|
|
@@ -502,16 +502,6 @@
|
|
|
502
502
|
"import": "./color/Confluence/l/index.mjs",
|
|
503
503
|
"types": "./color/Confluence/l/index.d.ts"
|
|
504
504
|
},
|
|
505
|
-
"./color/ClaudeColored/m": {
|
|
506
|
-
"require": "./color/ClaudeColored/m/index.js",
|
|
507
|
-
"import": "./color/ClaudeColored/m/index.mjs",
|
|
508
|
-
"types": "./color/ClaudeColored/m/index.d.ts"
|
|
509
|
-
},
|
|
510
|
-
"./color/ClaudeColored/l": {
|
|
511
|
-
"require": "./color/ClaudeColored/l/index.js",
|
|
512
|
-
"import": "./color/ClaudeColored/l/index.mjs",
|
|
513
|
-
"types": "./color/ClaudeColored/l/index.d.ts"
|
|
514
|
-
},
|
|
515
505
|
"./color/CampaignMonitorColored/m": {
|
|
516
506
|
"require": "./color/CampaignMonitorColored/m/index.js",
|
|
517
507
|
"import": "./color/CampaignMonitorColored/m/index.mjs",
|
|
@@ -532,6 +522,16 @@
|
|
|
532
522
|
"import": "./color/CallTrackingMetricsColored/l/index.mjs",
|
|
533
523
|
"types": "./color/CallTrackingMetricsColored/l/index.d.ts"
|
|
534
524
|
},
|
|
525
|
+
"./color/ClaudeColored/m": {
|
|
526
|
+
"require": "./color/ClaudeColored/m/index.js",
|
|
527
|
+
"import": "./color/ClaudeColored/m/index.mjs",
|
|
528
|
+
"types": "./color/ClaudeColored/m/index.d.ts"
|
|
529
|
+
},
|
|
530
|
+
"./color/ClaudeColored/l": {
|
|
531
|
+
"require": "./color/ClaudeColored/l/index.js",
|
|
532
|
+
"import": "./color/ClaudeColored/l/index.mjs",
|
|
533
|
+
"types": "./color/ClaudeColored/l/index.d.ts"
|
|
534
|
+
},
|
|
535
535
|
"./color/CallRailColored/m": {
|
|
536
536
|
"require": "./color/CallRailColored/m/index.js",
|
|
537
537
|
"import": "./color/CallRailColored/m/index.mjs",
|
|
@@ -682,16 +682,16 @@
|
|
|
682
682
|
"import": "./platform/SocialToolkit/index.mjs",
|
|
683
683
|
"types": "./platform/SocialToolkit/index.d.ts"
|
|
684
684
|
},
|
|
685
|
-
"./platform/SEOToolkit": {
|
|
686
|
-
"require": "./platform/SEOToolkit/index.js",
|
|
687
|
-
"import": "./platform/SEOToolkit/index.mjs",
|
|
688
|
-
"types": "./platform/SEOToolkit/index.d.ts"
|
|
689
|
-
},
|
|
690
685
|
"./platform/ReportsToolkit": {
|
|
691
686
|
"require": "./platform/ReportsToolkit/index.js",
|
|
692
687
|
"import": "./platform/ReportsToolkit/index.mjs",
|
|
693
688
|
"types": "./platform/ReportsToolkit/index.d.ts"
|
|
694
689
|
},
|
|
690
|
+
"./platform/SEOToolkit": {
|
|
691
|
+
"require": "./platform/SEOToolkit/index.js",
|
|
692
|
+
"import": "./platform/SEOToolkit/index.mjs",
|
|
693
|
+
"types": "./platform/SEOToolkit/index.d.ts"
|
|
694
|
+
},
|
|
695
695
|
"./platform/PRToolkit": {
|
|
696
696
|
"require": "./platform/PRToolkit/index.js",
|
|
697
697
|
"import": "./platform/PRToolkit/index.mjs",
|
|
@@ -767,16 +767,6 @@
|
|
|
767
767
|
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
768
768
|
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
769
769
|
},
|
|
770
|
-
"./Youtube/m": {
|
|
771
|
-
"require": "./Youtube/m/index.js",
|
|
772
|
-
"import": "./Youtube/m/index.mjs",
|
|
773
|
-
"types": "./Youtube/m/index.d.ts"
|
|
774
|
-
},
|
|
775
|
-
"./Youtube/l": {
|
|
776
|
-
"require": "./Youtube/l/index.js",
|
|
777
|
-
"import": "./Youtube/l/index.mjs",
|
|
778
|
-
"types": "./Youtube/l/index.d.ts"
|
|
779
|
-
},
|
|
780
770
|
"./Yext/m": {
|
|
781
771
|
"require": "./Yext/m/index.js",
|
|
782
772
|
"import": "./Yext/m/index.mjs",
|
|
@@ -787,6 +777,16 @@
|
|
|
787
777
|
"import": "./Yext/l/index.mjs",
|
|
788
778
|
"types": "./Yext/l/index.d.ts"
|
|
789
779
|
},
|
|
780
|
+
"./Youtube/m": {
|
|
781
|
+
"require": "./Youtube/m/index.js",
|
|
782
|
+
"import": "./Youtube/m/index.mjs",
|
|
783
|
+
"types": "./Youtube/m/index.d.ts"
|
|
784
|
+
},
|
|
785
|
+
"./Youtube/l": {
|
|
786
|
+
"require": "./Youtube/l/index.js",
|
|
787
|
+
"import": "./Youtube/l/index.mjs",
|
|
788
|
+
"types": "./Youtube/l/index.d.ts"
|
|
789
|
+
},
|
|
790
790
|
"./Wristwatch/m": {
|
|
791
791
|
"require": "./Wristwatch/m/index.js",
|
|
792
792
|
"import": "./Wristwatch/m/index.mjs",
|
|
@@ -857,16 +857,6 @@
|
|
|
857
857
|
"import": "./VolumeUp/l/index.mjs",
|
|
858
858
|
"types": "./VolumeUp/l/index.d.ts"
|
|
859
859
|
},
|
|
860
|
-
"./VideoStreaming/m": {
|
|
861
|
-
"require": "./VideoStreaming/m/index.js",
|
|
862
|
-
"import": "./VideoStreaming/m/index.mjs",
|
|
863
|
-
"types": "./VideoStreaming/m/index.d.ts"
|
|
864
|
-
},
|
|
865
|
-
"./VideoStreaming/l": {
|
|
866
|
-
"require": "./VideoStreaming/l/index.js",
|
|
867
|
-
"import": "./VideoStreaming/l/index.mjs",
|
|
868
|
-
"types": "./VideoStreaming/l/index.d.ts"
|
|
869
|
-
},
|
|
870
860
|
"./Vk/m": {
|
|
871
861
|
"require": "./Vk/m/index.js",
|
|
872
862
|
"import": "./Vk/m/index.mjs",
|
|
@@ -877,6 +867,16 @@
|
|
|
877
867
|
"import": "./Vk/l/index.mjs",
|
|
878
868
|
"types": "./Vk/l/index.d.ts"
|
|
879
869
|
},
|
|
870
|
+
"./VideoStreaming/m": {
|
|
871
|
+
"require": "./VideoStreaming/m/index.js",
|
|
872
|
+
"import": "./VideoStreaming/m/index.mjs",
|
|
873
|
+
"types": "./VideoStreaming/m/index.d.ts"
|
|
874
|
+
},
|
|
875
|
+
"./VideoStreaming/l": {
|
|
876
|
+
"require": "./VideoStreaming/l/index.js",
|
|
877
|
+
"import": "./VideoStreaming/l/index.mjs",
|
|
878
|
+
"types": "./VideoStreaming/l/index.d.ts"
|
|
879
|
+
},
|
|
880
880
|
"./VideoStop/m": {
|
|
881
881
|
"require": "./VideoStop/m/index.js",
|
|
882
882
|
"import": "./VideoStop/m/index.mjs",
|
|
@@ -1517,16 +1517,6 @@
|
|
|
1517
1517
|
"import": "./Share/l/index.mjs",
|
|
1518
1518
|
"types": "./Share/l/index.d.ts"
|
|
1519
1519
|
},
|
|
1520
|
-
"./Settings/m": {
|
|
1521
|
-
"require": "./Settings/m/index.js",
|
|
1522
|
-
"import": "./Settings/m/index.mjs",
|
|
1523
|
-
"types": "./Settings/m/index.d.ts"
|
|
1524
|
-
},
|
|
1525
|
-
"./Settings/l": {
|
|
1526
|
-
"require": "./Settings/l/index.js",
|
|
1527
|
-
"import": "./Settings/l/index.mjs",
|
|
1528
|
-
"types": "./Settings/l/index.d.ts"
|
|
1529
|
-
},
|
|
1530
1520
|
"./Serp/m": {
|
|
1531
1521
|
"require": "./Serp/m/index.js",
|
|
1532
1522
|
"import": "./Serp/m/index.mjs",
|
|
@@ -1537,15 +1527,15 @@
|
|
|
1537
1527
|
"import": "./Serp/l/index.mjs",
|
|
1538
1528
|
"types": "./Serp/l/index.d.ts"
|
|
1539
1529
|
},
|
|
1540
|
-
"./
|
|
1541
|
-
"require": "./
|
|
1542
|
-
"import": "./
|
|
1543
|
-
"types": "./
|
|
1530
|
+
"./Settings/m": {
|
|
1531
|
+
"require": "./Settings/m/index.js",
|
|
1532
|
+
"import": "./Settings/m/index.mjs",
|
|
1533
|
+
"types": "./Settings/m/index.d.ts"
|
|
1544
1534
|
},
|
|
1545
|
-
"./
|
|
1546
|
-
"require": "./
|
|
1547
|
-
"import": "./
|
|
1548
|
-
"types": "./
|
|
1535
|
+
"./Settings/l": {
|
|
1536
|
+
"require": "./Settings/l/index.js",
|
|
1537
|
+
"import": "./Settings/l/index.mjs",
|
|
1538
|
+
"types": "./Settings/l/index.d.ts"
|
|
1549
1539
|
},
|
|
1550
1540
|
"./Sent/m": {
|
|
1551
1541
|
"require": "./Sent/m/index.js",
|
|
@@ -1557,6 +1547,16 @@
|
|
|
1557
1547
|
"import": "./Sent/l/index.mjs",
|
|
1558
1548
|
"types": "./Sent/l/index.d.ts"
|
|
1559
1549
|
},
|
|
1550
|
+
"./SeoQuake/m": {
|
|
1551
|
+
"require": "./SeoQuake/m/index.js",
|
|
1552
|
+
"import": "./SeoQuake/m/index.mjs",
|
|
1553
|
+
"types": "./SeoQuake/m/index.d.ts"
|
|
1554
|
+
},
|
|
1555
|
+
"./SeoQuake/l": {
|
|
1556
|
+
"require": "./SeoQuake/l/index.js",
|
|
1557
|
+
"import": "./SeoQuake/l/index.mjs",
|
|
1558
|
+
"types": "./SeoQuake/l/index.d.ts"
|
|
1559
|
+
},
|
|
1560
1560
|
"./SemrushRank/m": {
|
|
1561
1561
|
"require": "./SemrushRank/m/index.js",
|
|
1562
1562
|
"import": "./SemrushRank/m/index.mjs",
|
|
@@ -1577,16 +1577,6 @@
|
|
|
1577
1577
|
"import": "./Semrush/l/index.mjs",
|
|
1578
1578
|
"types": "./Semrush/l/index.d.ts"
|
|
1579
1579
|
},
|
|
1580
|
-
"./Sellzone/m": {
|
|
1581
|
-
"require": "./Sellzone/m/index.js",
|
|
1582
|
-
"import": "./Sellzone/m/index.mjs",
|
|
1583
|
-
"types": "./Sellzone/m/index.d.ts"
|
|
1584
|
-
},
|
|
1585
|
-
"./Sellzone/l": {
|
|
1586
|
-
"require": "./Sellzone/l/index.js",
|
|
1587
|
-
"import": "./Sellzone/l/index.mjs",
|
|
1588
|
-
"types": "./Sellzone/l/index.d.ts"
|
|
1589
|
-
},
|
|
1590
1580
|
"./SeeResultsAbout/m": {
|
|
1591
1581
|
"require": "./SeeResultsAbout/m/index.js",
|
|
1592
1582
|
"import": "./SeeResultsAbout/m/index.mjs",
|
|
@@ -1617,15 +1607,15 @@
|
|
|
1617
1607
|
"import": "./Security/l/index.mjs",
|
|
1618
1608
|
"types": "./Security/l/index.d.ts"
|
|
1619
1609
|
},
|
|
1620
|
-
"./
|
|
1621
|
-
"require": "./
|
|
1622
|
-
"import": "./
|
|
1623
|
-
"types": "./
|
|
1610
|
+
"./Sellzone/m": {
|
|
1611
|
+
"require": "./Sellzone/m/index.js",
|
|
1612
|
+
"import": "./Sellzone/m/index.mjs",
|
|
1613
|
+
"types": "./Sellzone/m/index.d.ts"
|
|
1624
1614
|
},
|
|
1625
|
-
"./
|
|
1626
|
-
"require": "./
|
|
1627
|
-
"import": "./
|
|
1628
|
-
"types": "./
|
|
1615
|
+
"./Sellzone/l": {
|
|
1616
|
+
"require": "./Sellzone/l/index.js",
|
|
1617
|
+
"import": "./Sellzone/l/index.mjs",
|
|
1618
|
+
"types": "./Sellzone/l/index.d.ts"
|
|
1629
1619
|
},
|
|
1630
1620
|
"./Science/m": {
|
|
1631
1621
|
"require": "./Science/m/index.js",
|
|
@@ -1637,6 +1627,16 @@
|
|
|
1637
1627
|
"import": "./Science/l/index.mjs",
|
|
1638
1628
|
"types": "./Science/l/index.d.ts"
|
|
1639
1629
|
},
|
|
1630
|
+
"./Search/m": {
|
|
1631
|
+
"require": "./Search/m/index.js",
|
|
1632
|
+
"import": "./Search/m/index.mjs",
|
|
1633
|
+
"types": "./Search/m/index.d.ts"
|
|
1634
|
+
},
|
|
1635
|
+
"./Search/l": {
|
|
1636
|
+
"require": "./Search/l/index.js",
|
|
1637
|
+
"import": "./Search/l/index.mjs",
|
|
1638
|
+
"types": "./Search/l/index.d.ts"
|
|
1639
|
+
},
|
|
1640
1640
|
"./Safari/m": {
|
|
1641
1641
|
"require": "./Safari/m/index.js",
|
|
1642
1642
|
"import": "./Safari/m/index.mjs",
|
|
@@ -1687,6 +1687,16 @@
|
|
|
1687
1687
|
"import": "./Return/l/index.mjs",
|
|
1688
1688
|
"types": "./Return/l/index.d.ts"
|
|
1689
1689
|
},
|
|
1690
|
+
"./ResizeCol/m": {
|
|
1691
|
+
"require": "./ResizeCol/m/index.js",
|
|
1692
|
+
"import": "./ResizeCol/m/index.mjs",
|
|
1693
|
+
"types": "./ResizeCol/m/index.d.ts"
|
|
1694
|
+
},
|
|
1695
|
+
"./ResizeCol/l": {
|
|
1696
|
+
"require": "./ResizeCol/l/index.js",
|
|
1697
|
+
"import": "./ResizeCol/l/index.mjs",
|
|
1698
|
+
"types": "./ResizeCol/l/index.d.ts"
|
|
1699
|
+
},
|
|
1690
1700
|
"./Restaurant/m": {
|
|
1691
1701
|
"require": "./Restaurant/m/index.js",
|
|
1692
1702
|
"import": "./Restaurant/m/index.mjs",
|
|
@@ -1707,16 +1717,6 @@
|
|
|
1707
1717
|
"import": "./ResizeRow/l/index.mjs",
|
|
1708
1718
|
"types": "./ResizeRow/l/index.d.ts"
|
|
1709
1719
|
},
|
|
1710
|
-
"./ResizeCol/m": {
|
|
1711
|
-
"require": "./ResizeCol/m/index.js",
|
|
1712
|
-
"import": "./ResizeCol/m/index.mjs",
|
|
1713
|
-
"types": "./ResizeCol/m/index.d.ts"
|
|
1714
|
-
},
|
|
1715
|
-
"./ResizeCol/l": {
|
|
1716
|
-
"require": "./ResizeCol/l/index.js",
|
|
1717
|
-
"import": "./ResizeCol/l/index.mjs",
|
|
1718
|
-
"types": "./ResizeCol/l/index.d.ts"
|
|
1719
|
-
},
|
|
1720
1720
|
"./Report/m": {
|
|
1721
1721
|
"require": "./Report/m/index.js",
|
|
1722
1722
|
"import": "./Report/m/index.mjs",
|
|
@@ -1757,16 +1757,6 @@
|
|
|
1757
1757
|
"import": "./Reload/l/index.mjs",
|
|
1758
1758
|
"types": "./Reload/l/index.d.ts"
|
|
1759
1759
|
},
|
|
1760
|
-
"./Religion/m": {
|
|
1761
|
-
"require": "./Religion/m/index.js",
|
|
1762
|
-
"import": "./Religion/m/index.mjs",
|
|
1763
|
-
"types": "./Religion/m/index.d.ts"
|
|
1764
|
-
},
|
|
1765
|
-
"./Religion/l": {
|
|
1766
|
-
"require": "./Religion/l/index.js",
|
|
1767
|
-
"import": "./Religion/l/index.mjs",
|
|
1768
|
-
"types": "./Religion/l/index.d.ts"
|
|
1769
|
-
},
|
|
1770
1760
|
"./RelatedSearches/m": {
|
|
1771
1761
|
"require": "./RelatedSearches/m/index.js",
|
|
1772
1762
|
"import": "./RelatedSearches/m/index.mjs",
|
|
@@ -1787,6 +1777,16 @@
|
|
|
1787
1777
|
"import": "./RelatedProducts/l/index.mjs",
|
|
1788
1778
|
"types": "./RelatedProducts/l/index.d.ts"
|
|
1789
1779
|
},
|
|
1780
|
+
"./Religion/m": {
|
|
1781
|
+
"require": "./Religion/m/index.js",
|
|
1782
|
+
"import": "./Religion/m/index.mjs",
|
|
1783
|
+
"types": "./Religion/m/index.d.ts"
|
|
1784
|
+
},
|
|
1785
|
+
"./Religion/l": {
|
|
1786
|
+
"require": "./Religion/l/index.js",
|
|
1787
|
+
"import": "./Religion/l/index.mjs",
|
|
1788
|
+
"types": "./Religion/l/index.d.ts"
|
|
1789
|
+
},
|
|
1790
1790
|
"./Redo/m": {
|
|
1791
1791
|
"require": "./Redo/m/index.js",
|
|
1792
1792
|
"import": "./Redo/m/index.mjs",
|
|
@@ -1807,16 +1807,6 @@
|
|
|
1807
1807
|
"import": "./Redirect/l/index.mjs",
|
|
1808
1808
|
"types": "./Redirect/l/index.d.ts"
|
|
1809
1809
|
},
|
|
1810
|
-
"./Recreation/m": {
|
|
1811
|
-
"require": "./Recreation/m/index.js",
|
|
1812
|
-
"import": "./Recreation/m/index.mjs",
|
|
1813
|
-
"types": "./Recreation/m/index.d.ts"
|
|
1814
|
-
},
|
|
1815
|
-
"./Recreation/l": {
|
|
1816
|
-
"require": "./Recreation/l/index.js",
|
|
1817
|
-
"import": "./Recreation/l/index.mjs",
|
|
1818
|
-
"types": "./Recreation/l/index.d.ts"
|
|
1819
|
-
},
|
|
1820
1810
|
"./Recent/m": {
|
|
1821
1811
|
"require": "./Recent/m/index.js",
|
|
1822
1812
|
"import": "./Recent/m/index.mjs",
|
|
@@ -1827,15 +1817,15 @@
|
|
|
1827
1817
|
"import": "./Recent/l/index.mjs",
|
|
1828
1818
|
"types": "./Recent/l/index.d.ts"
|
|
1829
1819
|
},
|
|
1830
|
-
"./
|
|
1831
|
-
"require": "./
|
|
1832
|
-
"import": "./
|
|
1833
|
-
"types": "./
|
|
1820
|
+
"./Recreation/m": {
|
|
1821
|
+
"require": "./Recreation/m/index.js",
|
|
1822
|
+
"import": "./Recreation/m/index.mjs",
|
|
1823
|
+
"types": "./Recreation/m/index.d.ts"
|
|
1834
1824
|
},
|
|
1835
|
-
"./
|
|
1836
|
-
"require": "./
|
|
1837
|
-
"import": "./
|
|
1838
|
-
"types": "./
|
|
1825
|
+
"./Recreation/l": {
|
|
1826
|
+
"require": "./Recreation/l/index.js",
|
|
1827
|
+
"import": "./Recreation/l/index.mjs",
|
|
1828
|
+
"types": "./Recreation/l/index.d.ts"
|
|
1839
1829
|
},
|
|
1840
1830
|
"./QuestionSerp/m": {
|
|
1841
1831
|
"require": "./QuestionSerp/m/index.js",
|
|
@@ -1847,15 +1837,15 @@
|
|
|
1847
1837
|
"import": "./QuestionSerp/l/index.mjs",
|
|
1848
1838
|
"types": "./QuestionSerp/l/index.d.ts"
|
|
1849
1839
|
},
|
|
1850
|
-
"./
|
|
1851
|
-
"require": "./
|
|
1852
|
-
"import": "./
|
|
1853
|
-
"types": "./
|
|
1840
|
+
"./QuestionsAnswers/m": {
|
|
1841
|
+
"require": "./QuestionsAnswers/m/index.js",
|
|
1842
|
+
"import": "./QuestionsAnswers/m/index.mjs",
|
|
1843
|
+
"types": "./QuestionsAnswers/m/index.d.ts"
|
|
1854
1844
|
},
|
|
1855
|
-
"./
|
|
1856
|
-
"require": "./
|
|
1857
|
-
"import": "./
|
|
1858
|
-
"types": "./
|
|
1845
|
+
"./QuestionsAnswers/l": {
|
|
1846
|
+
"require": "./QuestionsAnswers/l/index.js",
|
|
1847
|
+
"import": "./QuestionsAnswers/l/index.mjs",
|
|
1848
|
+
"types": "./QuestionsAnswers/l/index.d.ts"
|
|
1859
1849
|
},
|
|
1860
1850
|
"./Pulse/m": {
|
|
1861
1851
|
"require": "./Pulse/m/index.js",
|
|
@@ -1867,6 +1857,16 @@
|
|
|
1867
1857
|
"import": "./Pulse/l/index.mjs",
|
|
1868
1858
|
"types": "./Pulse/l/index.d.ts"
|
|
1869
1859
|
},
|
|
1860
|
+
"./Question/m": {
|
|
1861
|
+
"require": "./Question/m/index.js",
|
|
1862
|
+
"import": "./Question/m/index.mjs",
|
|
1863
|
+
"types": "./Question/m/index.d.ts"
|
|
1864
|
+
},
|
|
1865
|
+
"./Question/l": {
|
|
1866
|
+
"require": "./Question/l/index.js",
|
|
1867
|
+
"import": "./Question/l/index.mjs",
|
|
1868
|
+
"types": "./Question/l/index.d.ts"
|
|
1869
|
+
},
|
|
1870
1870
|
"./PublicUtility/m": {
|
|
1871
1871
|
"require": "./PublicUtility/m/index.js",
|
|
1872
1872
|
"import": "./PublicUtility/m/index.mjs",
|
|
@@ -1887,16 +1887,6 @@
|
|
|
1887
1887
|
"import": "./PublicSafety/l/index.mjs",
|
|
1888
1888
|
"types": "./PublicSafety/l/index.d.ts"
|
|
1889
1889
|
},
|
|
1890
|
-
"./Prowly/m": {
|
|
1891
|
-
"require": "./Prowly/m/index.js",
|
|
1892
|
-
"import": "./Prowly/m/index.mjs",
|
|
1893
|
-
"types": "./Prowly/m/index.d.ts"
|
|
1894
|
-
},
|
|
1895
|
-
"./Prowly/l": {
|
|
1896
|
-
"require": "./Prowly/l/index.js",
|
|
1897
|
-
"import": "./Prowly/l/index.mjs",
|
|
1898
|
-
"types": "./Prowly/l/index.d.ts"
|
|
1899
|
-
},
|
|
1900
1890
|
"./Printing/m": {
|
|
1901
1891
|
"require": "./Printing/m/index.js",
|
|
1902
1892
|
"import": "./Printing/m/index.mjs",
|
|
@@ -1907,6 +1897,16 @@
|
|
|
1907
1897
|
"import": "./Printing/l/index.mjs",
|
|
1908
1898
|
"types": "./Printing/l/index.d.ts"
|
|
1909
1899
|
},
|
|
1900
|
+
"./PositionTop/m": {
|
|
1901
|
+
"require": "./PositionTop/m/index.js",
|
|
1902
|
+
"import": "./PositionTop/m/index.mjs",
|
|
1903
|
+
"types": "./PositionTop/m/index.d.ts"
|
|
1904
|
+
},
|
|
1905
|
+
"./PositionTop/l": {
|
|
1906
|
+
"require": "./PositionTop/l/index.js",
|
|
1907
|
+
"import": "./PositionTop/l/index.mjs",
|
|
1908
|
+
"types": "./PositionTop/l/index.d.ts"
|
|
1909
|
+
},
|
|
1910
1910
|
"./Power/m": {
|
|
1911
1911
|
"require": "./Power/m/index.js",
|
|
1912
1912
|
"import": "./Power/m/index.mjs",
|
|
@@ -1917,15 +1917,15 @@
|
|
|
1917
1917
|
"import": "./Power/l/index.mjs",
|
|
1918
1918
|
"types": "./Power/l/index.d.ts"
|
|
1919
1919
|
},
|
|
1920
|
-
"./
|
|
1921
|
-
"require": "./
|
|
1922
|
-
"import": "./
|
|
1923
|
-
"types": "./
|
|
1920
|
+
"./Prowly/m": {
|
|
1921
|
+
"require": "./Prowly/m/index.js",
|
|
1922
|
+
"import": "./Prowly/m/index.mjs",
|
|
1923
|
+
"types": "./Prowly/m/index.d.ts"
|
|
1924
1924
|
},
|
|
1925
|
-
"./
|
|
1926
|
-
"require": "./
|
|
1927
|
-
"import": "./
|
|
1928
|
-
"types": "./
|
|
1925
|
+
"./Prowly/l": {
|
|
1926
|
+
"require": "./Prowly/l/index.js",
|
|
1927
|
+
"import": "./Prowly/l/index.mjs",
|
|
1928
|
+
"types": "./Prowly/l/index.d.ts"
|
|
1929
1929
|
},
|
|
1930
1930
|
"./PositionRight/m": {
|
|
1931
1931
|
"require": "./PositionRight/m/index.js",
|
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.7.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.7.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.7.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.7.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.7.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.7.3)",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|