@semcore/icon 16.7.3 → 16.7.4-prerelease.2
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/Copy/l/index.js +2 -2
- package/Copy/l/index.mjs +2 -2
- package/Copy/m/index.js +2 -2
- package/Copy/m/index.mjs +2 -2
- package/README.md +4 -4
- 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/es6/Icon.js +4 -4
- package/lib/esm/Icon.mjs +5 -5
- package/package.json +222 -222
- 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/Copy/l.svg +1 -1
- package/svg/icon/Copy/m.svg +1 -1
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.4-prerelease.2",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
|
+
"@semcore/base-components": "16.4.2",
|
|
25
26
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
26
|
-
"@semcore/base-components": "16.4.1",
|
|
27
27
|
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -72,16 +72,6 @@
|
|
|
72
72
|
"import": "./color/WooCommerceColored/l/index.mjs",
|
|
73
73
|
"types": "./color/WooCommerceColored/l/index.d.ts"
|
|
74
74
|
},
|
|
75
|
-
"./color/WhatConvertsColored/m": {
|
|
76
|
-
"require": "./color/WhatConvertsColored/m/index.js",
|
|
77
|
-
"import": "./color/WhatConvertsColored/m/index.mjs",
|
|
78
|
-
"types": "./color/WhatConvertsColored/m/index.d.ts"
|
|
79
|
-
},
|
|
80
|
-
"./color/WhatConvertsColored/l": {
|
|
81
|
-
"require": "./color/WhatConvertsColored/l/index.js",
|
|
82
|
-
"import": "./color/WhatConvertsColored/l/index.mjs",
|
|
83
|
-
"types": "./color/WhatConvertsColored/l/index.d.ts"
|
|
84
|
-
},
|
|
85
75
|
"./color/WhatsApp/m": {
|
|
86
76
|
"require": "./color/WhatsApp/m/index.js",
|
|
87
77
|
"import": "./color/WhatsApp/m/index.mjs",
|
|
@@ -92,6 +82,16 @@
|
|
|
92
82
|
"import": "./color/WhatsApp/l/index.mjs",
|
|
93
83
|
"types": "./color/WhatsApp/l/index.d.ts"
|
|
94
84
|
},
|
|
85
|
+
"./color/WhatConvertsColored/m": {
|
|
86
|
+
"require": "./color/WhatConvertsColored/m/index.js",
|
|
87
|
+
"import": "./color/WhatConvertsColored/m/index.mjs",
|
|
88
|
+
"types": "./color/WhatConvertsColored/m/index.d.ts"
|
|
89
|
+
},
|
|
90
|
+
"./color/WhatConvertsColored/l": {
|
|
91
|
+
"require": "./color/WhatConvertsColored/l/index.js",
|
|
92
|
+
"import": "./color/WhatConvertsColored/l/index.mjs",
|
|
93
|
+
"types": "./color/WhatConvertsColored/l/index.d.ts"
|
|
94
|
+
},
|
|
95
95
|
"./color/TikTokColoredInvert/m": {
|
|
96
96
|
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
97
97
|
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
@@ -192,16 +192,6 @@
|
|
|
192
192
|
"import": "./color/MicrosoftOffice/l/index.mjs",
|
|
193
193
|
"types": "./color/MicrosoftOffice/l/index.d.ts"
|
|
194
194
|
},
|
|
195
|
-
"./color/MicrosoftExchange/m": {
|
|
196
|
-
"require": "./color/MicrosoftExchange/m/index.js",
|
|
197
|
-
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
198
|
-
"types": "./color/MicrosoftExchange/m/index.d.ts"
|
|
199
|
-
},
|
|
200
|
-
"./color/MicrosoftExchange/l": {
|
|
201
|
-
"require": "./color/MicrosoftExchange/l/index.js",
|
|
202
|
-
"import": "./color/MicrosoftExchange/l/index.mjs",
|
|
203
|
-
"types": "./color/MicrosoftExchange/l/index.d.ts"
|
|
204
|
-
},
|
|
205
195
|
"./color/Microsoft/m": {
|
|
206
196
|
"require": "./color/Microsoft/m/index.js",
|
|
207
197
|
"import": "./color/Microsoft/m/index.mjs",
|
|
@@ -212,15 +202,15 @@
|
|
|
212
202
|
"import": "./color/Microsoft/l/index.mjs",
|
|
213
203
|
"types": "./color/Microsoft/l/index.d.ts"
|
|
214
204
|
},
|
|
215
|
-
"./color/
|
|
216
|
-
"require": "./color/
|
|
217
|
-
"import": "./color/
|
|
218
|
-
"types": "./color/
|
|
205
|
+
"./color/MicrosoftExchange/m": {
|
|
206
|
+
"require": "./color/MicrosoftExchange/m/index.js",
|
|
207
|
+
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
208
|
+
"types": "./color/MicrosoftExchange/m/index.d.ts"
|
|
219
209
|
},
|
|
220
|
-
"./color/
|
|
221
|
-
"require": "./color/
|
|
222
|
-
"import": "./color/
|
|
223
|
-
"types": "./color/
|
|
210
|
+
"./color/MicrosoftExchange/l": {
|
|
211
|
+
"require": "./color/MicrosoftExchange/l/index.js",
|
|
212
|
+
"import": "./color/MicrosoftExchange/l/index.mjs",
|
|
213
|
+
"types": "./color/MicrosoftExchange/l/index.d.ts"
|
|
224
214
|
},
|
|
225
215
|
"./color/MetaColored/m": {
|
|
226
216
|
"require": "./color/MetaColored/m/index.js",
|
|
@@ -232,6 +222,16 @@
|
|
|
232
222
|
"import": "./color/MetaColored/l/index.mjs",
|
|
233
223
|
"types": "./color/MetaColored/l/index.d.ts"
|
|
234
224
|
},
|
|
225
|
+
"./color/Matomo/m": {
|
|
226
|
+
"require": "./color/Matomo/m/index.js",
|
|
227
|
+
"import": "./color/Matomo/m/index.mjs",
|
|
228
|
+
"types": "./color/Matomo/m/index.d.ts"
|
|
229
|
+
},
|
|
230
|
+
"./color/Matomo/l": {
|
|
231
|
+
"require": "./color/Matomo/l/index.js",
|
|
232
|
+
"import": "./color/Matomo/l/index.mjs",
|
|
233
|
+
"types": "./color/Matomo/l/index.d.ts"
|
|
234
|
+
},
|
|
235
235
|
"./color/Mailchimp/m": {
|
|
236
236
|
"require": "./color/Mailchimp/m/index.js",
|
|
237
237
|
"import": "./color/Mailchimp/m/index.mjs",
|
|
@@ -887,16 +887,6 @@
|
|
|
887
887
|
"import": "./VideoStop/l/index.mjs",
|
|
888
888
|
"types": "./VideoStop/l/index.d.ts"
|
|
889
889
|
},
|
|
890
|
-
"./VideoList/m": {
|
|
891
|
-
"require": "./VideoList/m/index.js",
|
|
892
|
-
"import": "./VideoList/m/index.mjs",
|
|
893
|
-
"types": "./VideoList/m/index.d.ts"
|
|
894
|
-
},
|
|
895
|
-
"./VideoList/l": {
|
|
896
|
-
"require": "./VideoList/l/index.js",
|
|
897
|
-
"import": "./VideoList/l/index.mjs",
|
|
898
|
-
"types": "./VideoList/l/index.d.ts"
|
|
899
|
-
},
|
|
900
890
|
"./VideoCarousel/m": {
|
|
901
891
|
"require": "./VideoCarousel/m/index.js",
|
|
902
892
|
"import": "./VideoCarousel/m/index.mjs",
|
|
@@ -1297,6 +1287,16 @@
|
|
|
1297
1287
|
"import": "./SummaryAI/l/index.mjs",
|
|
1298
1288
|
"types": "./SummaryAI/l/index.d.ts"
|
|
1299
1289
|
},
|
|
1290
|
+
"./VideoList/m": {
|
|
1291
|
+
"require": "./VideoList/m/index.js",
|
|
1292
|
+
"import": "./VideoList/m/index.mjs",
|
|
1293
|
+
"types": "./VideoList/m/index.d.ts"
|
|
1294
|
+
},
|
|
1295
|
+
"./VideoList/l": {
|
|
1296
|
+
"require": "./VideoList/l/index.js",
|
|
1297
|
+
"import": "./VideoList/l/index.mjs",
|
|
1298
|
+
"types": "./VideoList/l/index.d.ts"
|
|
1299
|
+
},
|
|
1300
1300
|
"./Stroller/m": {
|
|
1301
1301
|
"require": "./Stroller/m/index.js",
|
|
1302
1302
|
"import": "./Stroller/m/index.mjs",
|
|
@@ -1307,16 +1307,6 @@
|
|
|
1307
1307
|
"import": "./Stroller/l/index.mjs",
|
|
1308
1308
|
"types": "./Stroller/l/index.d.ts"
|
|
1309
1309
|
},
|
|
1310
|
-
"./StoriesAI/m": {
|
|
1311
|
-
"require": "./StoriesAI/m/index.js",
|
|
1312
|
-
"import": "./StoriesAI/m/index.mjs",
|
|
1313
|
-
"types": "./StoriesAI/m/index.d.ts"
|
|
1314
|
-
},
|
|
1315
|
-
"./StoriesAI/l": {
|
|
1316
|
-
"require": "./StoriesAI/l/index.js",
|
|
1317
|
-
"import": "./StoriesAI/l/index.mjs",
|
|
1318
|
-
"types": "./StoriesAI/l/index.d.ts"
|
|
1319
|
-
},
|
|
1320
1310
|
"./Stop/m": {
|
|
1321
1311
|
"require": "./Stop/m/index.js",
|
|
1322
1312
|
"import": "./Stop/m/index.mjs",
|
|
@@ -1327,6 +1317,16 @@
|
|
|
1327
1317
|
"import": "./Stop/l/index.mjs",
|
|
1328
1318
|
"types": "./Stop/l/index.d.ts"
|
|
1329
1319
|
},
|
|
1320
|
+
"./StoriesAI/m": {
|
|
1321
|
+
"require": "./StoriesAI/m/index.js",
|
|
1322
|
+
"import": "./StoriesAI/m/index.mjs",
|
|
1323
|
+
"types": "./StoriesAI/m/index.d.ts"
|
|
1324
|
+
},
|
|
1325
|
+
"./StoriesAI/l": {
|
|
1326
|
+
"require": "./StoriesAI/l/index.js",
|
|
1327
|
+
"import": "./StoriesAI/l/index.mjs",
|
|
1328
|
+
"types": "./StoriesAI/l/index.d.ts"
|
|
1329
|
+
},
|
|
1330
1330
|
"./Sport/m": {
|
|
1331
1331
|
"require": "./Sport/m/index.js",
|
|
1332
1332
|
"import": "./Sport/m/index.mjs",
|
|
@@ -1477,16 +1477,6 @@
|
|
|
1477
1477
|
"import": "./ShowYes/l/index.mjs",
|
|
1478
1478
|
"types": "./ShowYes/l/index.d.ts"
|
|
1479
1479
|
},
|
|
1480
|
-
"./ShowNo/m": {
|
|
1481
|
-
"require": "./ShowNo/m/index.js",
|
|
1482
|
-
"import": "./ShowNo/m/index.mjs",
|
|
1483
|
-
"types": "./ShowNo/m/index.d.ts"
|
|
1484
|
-
},
|
|
1485
|
-
"./ShowNo/l": {
|
|
1486
|
-
"require": "./ShowNo/l/index.js",
|
|
1487
|
-
"import": "./ShowNo/l/index.mjs",
|
|
1488
|
-
"types": "./ShowNo/l/index.d.ts"
|
|
1489
|
-
},
|
|
1490
1480
|
"./ShortVideos/m": {
|
|
1491
1481
|
"require": "./ShortVideos/m/index.js",
|
|
1492
1482
|
"import": "./ShortVideos/m/index.mjs",
|
|
@@ -1497,6 +1487,16 @@
|
|
|
1497
1487
|
"import": "./ShortVideos/l/index.mjs",
|
|
1498
1488
|
"types": "./ShortVideos/l/index.d.ts"
|
|
1499
1489
|
},
|
|
1490
|
+
"./ShowNo/m": {
|
|
1491
|
+
"require": "./ShowNo/m/index.js",
|
|
1492
|
+
"import": "./ShowNo/m/index.mjs",
|
|
1493
|
+
"types": "./ShowNo/m/index.d.ts"
|
|
1494
|
+
},
|
|
1495
|
+
"./ShowNo/l": {
|
|
1496
|
+
"require": "./ShowNo/l/index.js",
|
|
1497
|
+
"import": "./ShowNo/l/index.mjs",
|
|
1498
|
+
"types": "./ShowNo/l/index.d.ts"
|
|
1499
|
+
},
|
|
1500
1500
|
"./ShareAlt/m": {
|
|
1501
1501
|
"require": "./ShareAlt/m/index.js",
|
|
1502
1502
|
"import": "./ShareAlt/m/index.mjs",
|
|
@@ -1667,15 +1667,15 @@
|
|
|
1667
1667
|
"import": "./Robot/l/index.mjs",
|
|
1668
1668
|
"types": "./Robot/l/index.d.ts"
|
|
1669
1669
|
},
|
|
1670
|
-
"./
|
|
1671
|
-
"require": "./
|
|
1672
|
-
"import": "./
|
|
1673
|
-
"types": "./
|
|
1670
|
+
"./Restaurant/m": {
|
|
1671
|
+
"require": "./Restaurant/m/index.js",
|
|
1672
|
+
"import": "./Restaurant/m/index.mjs",
|
|
1673
|
+
"types": "./Restaurant/m/index.d.ts"
|
|
1674
1674
|
},
|
|
1675
|
-
"./
|
|
1676
|
-
"require": "./
|
|
1677
|
-
"import": "./
|
|
1678
|
-
"types": "./
|
|
1675
|
+
"./Restaurant/l": {
|
|
1676
|
+
"require": "./Restaurant/l/index.js",
|
|
1677
|
+
"import": "./Restaurant/l/index.mjs",
|
|
1678
|
+
"types": "./Restaurant/l/index.d.ts"
|
|
1679
1679
|
},
|
|
1680
1680
|
"./Return/m": {
|
|
1681
1681
|
"require": "./Return/m/index.js",
|
|
@@ -1687,15 +1687,15 @@
|
|
|
1687
1687
|
"import": "./Return/l/index.mjs",
|
|
1688
1688
|
"types": "./Return/l/index.d.ts"
|
|
1689
1689
|
},
|
|
1690
|
-
"./
|
|
1691
|
-
"require": "./
|
|
1692
|
-
"import": "./
|
|
1693
|
-
"types": "./
|
|
1690
|
+
"./Retweet/m": {
|
|
1691
|
+
"require": "./Retweet/m/index.js",
|
|
1692
|
+
"import": "./Retweet/m/index.mjs",
|
|
1693
|
+
"types": "./Retweet/m/index.d.ts"
|
|
1694
1694
|
},
|
|
1695
|
-
"./
|
|
1696
|
-
"require": "./
|
|
1697
|
-
"import": "./
|
|
1698
|
-
"types": "./
|
|
1695
|
+
"./Retweet/l": {
|
|
1696
|
+
"require": "./Retweet/l/index.js",
|
|
1697
|
+
"import": "./Retweet/l/index.mjs",
|
|
1698
|
+
"types": "./Retweet/l/index.d.ts"
|
|
1699
1699
|
},
|
|
1700
1700
|
"./ResizeRow/m": {
|
|
1701
1701
|
"require": "./ResizeRow/m/index.js",
|
|
@@ -1717,6 +1717,16 @@
|
|
|
1717
1717
|
"import": "./ResizeCol/l/index.mjs",
|
|
1718
1718
|
"types": "./ResizeCol/l/index.d.ts"
|
|
1719
1719
|
},
|
|
1720
|
+
"./Rephrase/m": {
|
|
1721
|
+
"require": "./Rephrase/m/index.js",
|
|
1722
|
+
"import": "./Rephrase/m/index.mjs",
|
|
1723
|
+
"types": "./Rephrase/m/index.d.ts"
|
|
1724
|
+
},
|
|
1725
|
+
"./Rephrase/l": {
|
|
1726
|
+
"require": "./Rephrase/l/index.js",
|
|
1727
|
+
"import": "./Rephrase/l/index.mjs",
|
|
1728
|
+
"types": "./Rephrase/l/index.d.ts"
|
|
1729
|
+
},
|
|
1720
1730
|
"./Report/m": {
|
|
1721
1731
|
"require": "./Report/m/index.js",
|
|
1722
1732
|
"import": "./Report/m/index.mjs",
|
|
@@ -1737,16 +1747,6 @@
|
|
|
1737
1747
|
"import": "./Reply/l/index.mjs",
|
|
1738
1748
|
"types": "./Reply/l/index.d.ts"
|
|
1739
1749
|
},
|
|
1740
|
-
"./Rephrase/m": {
|
|
1741
|
-
"require": "./Rephrase/m/index.js",
|
|
1742
|
-
"import": "./Rephrase/m/index.mjs",
|
|
1743
|
-
"types": "./Rephrase/m/index.d.ts"
|
|
1744
|
-
},
|
|
1745
|
-
"./Rephrase/l": {
|
|
1746
|
-
"require": "./Rephrase/l/index.js",
|
|
1747
|
-
"import": "./Rephrase/l/index.mjs",
|
|
1748
|
-
"types": "./Rephrase/l/index.d.ts"
|
|
1749
|
-
},
|
|
1750
1750
|
"./Reload/m": {
|
|
1751
1751
|
"require": "./Reload/m/index.js",
|
|
1752
1752
|
"import": "./Reload/m/index.mjs",
|
|
@@ -1787,16 +1787,6 @@
|
|
|
1787
1787
|
"import": "./RelatedProducts/l/index.mjs",
|
|
1788
1788
|
"types": "./RelatedProducts/l/index.d.ts"
|
|
1789
1789
|
},
|
|
1790
|
-
"./Redo/m": {
|
|
1791
|
-
"require": "./Redo/m/index.js",
|
|
1792
|
-
"import": "./Redo/m/index.mjs",
|
|
1793
|
-
"types": "./Redo/m/index.d.ts"
|
|
1794
|
-
},
|
|
1795
|
-
"./Redo/l": {
|
|
1796
|
-
"require": "./Redo/l/index.js",
|
|
1797
|
-
"import": "./Redo/l/index.mjs",
|
|
1798
|
-
"types": "./Redo/l/index.d.ts"
|
|
1799
|
-
},
|
|
1800
1790
|
"./Redirect/m": {
|
|
1801
1791
|
"require": "./Redirect/m/index.js",
|
|
1802
1792
|
"import": "./Redirect/m/index.mjs",
|
|
@@ -1807,15 +1797,15 @@
|
|
|
1807
1797
|
"import": "./Redirect/l/index.mjs",
|
|
1808
1798
|
"types": "./Redirect/l/index.d.ts"
|
|
1809
1799
|
},
|
|
1810
|
-
"./
|
|
1811
|
-
"require": "./
|
|
1812
|
-
"import": "./
|
|
1813
|
-
"types": "./
|
|
1800
|
+
"./Redo/m": {
|
|
1801
|
+
"require": "./Redo/m/index.js",
|
|
1802
|
+
"import": "./Redo/m/index.mjs",
|
|
1803
|
+
"types": "./Redo/m/index.d.ts"
|
|
1814
1804
|
},
|
|
1815
|
-
"./
|
|
1816
|
-
"require": "./
|
|
1817
|
-
"import": "./
|
|
1818
|
-
"types": "./
|
|
1805
|
+
"./Redo/l": {
|
|
1806
|
+
"require": "./Redo/l/index.js",
|
|
1807
|
+
"import": "./Redo/l/index.mjs",
|
|
1808
|
+
"types": "./Redo/l/index.d.ts"
|
|
1819
1809
|
},
|
|
1820
1810
|
"./Recent/m": {
|
|
1821
1811
|
"require": "./Recent/m/index.js",
|
|
@@ -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,6 +1837,16 @@
|
|
|
1847
1837
|
"import": "./QuestionSerp/l/index.mjs",
|
|
1848
1838
|
"types": "./QuestionSerp/l/index.d.ts"
|
|
1849
1839
|
},
|
|
1840
|
+
"./QuestionsAnswers/m": {
|
|
1841
|
+
"require": "./QuestionsAnswers/m/index.js",
|
|
1842
|
+
"import": "./QuestionsAnswers/m/index.mjs",
|
|
1843
|
+
"types": "./QuestionsAnswers/m/index.d.ts"
|
|
1844
|
+
},
|
|
1845
|
+
"./QuestionsAnswers/l": {
|
|
1846
|
+
"require": "./QuestionsAnswers/l/index.js",
|
|
1847
|
+
"import": "./QuestionsAnswers/l/index.mjs",
|
|
1848
|
+
"types": "./QuestionsAnswers/l/index.d.ts"
|
|
1849
|
+
},
|
|
1850
1850
|
"./Question/m": {
|
|
1851
1851
|
"require": "./Question/m/index.js",
|
|
1852
1852
|
"import": "./Question/m/index.mjs",
|
|
@@ -1867,16 +1867,6 @@
|
|
|
1867
1867
|
"import": "./Pulse/l/index.mjs",
|
|
1868
1868
|
"types": "./Pulse/l/index.d.ts"
|
|
1869
1869
|
},
|
|
1870
|
-
"./PublicUtility/m": {
|
|
1871
|
-
"require": "./PublicUtility/m/index.js",
|
|
1872
|
-
"import": "./PublicUtility/m/index.mjs",
|
|
1873
|
-
"types": "./PublicUtility/m/index.d.ts"
|
|
1874
|
-
},
|
|
1875
|
-
"./PublicUtility/l": {
|
|
1876
|
-
"require": "./PublicUtility/l/index.js",
|
|
1877
|
-
"import": "./PublicUtility/l/index.mjs",
|
|
1878
|
-
"types": "./PublicUtility/l/index.d.ts"
|
|
1879
|
-
},
|
|
1880
1870
|
"./PublicSafety/m": {
|
|
1881
1871
|
"require": "./PublicSafety/m/index.js",
|
|
1882
1872
|
"import": "./PublicSafety/m/index.mjs",
|
|
@@ -1887,6 +1877,16 @@
|
|
|
1887
1877
|
"import": "./PublicSafety/l/index.mjs",
|
|
1888
1878
|
"types": "./PublicSafety/l/index.d.ts"
|
|
1889
1879
|
},
|
|
1880
|
+
"./PublicUtility/m": {
|
|
1881
|
+
"require": "./PublicUtility/m/index.js",
|
|
1882
|
+
"import": "./PublicUtility/m/index.mjs",
|
|
1883
|
+
"types": "./PublicUtility/m/index.d.ts"
|
|
1884
|
+
},
|
|
1885
|
+
"./PublicUtility/l": {
|
|
1886
|
+
"require": "./PublicUtility/l/index.js",
|
|
1887
|
+
"import": "./PublicUtility/l/index.mjs",
|
|
1888
|
+
"types": "./PublicUtility/l/index.d.ts"
|
|
1889
|
+
},
|
|
1890
1890
|
"./Prowly/m": {
|
|
1891
1891
|
"require": "./Prowly/m/index.js",
|
|
1892
1892
|
"import": "./Prowly/m/index.mjs",
|
|
@@ -1937,16 +1937,6 @@
|
|
|
1937
1937
|
"import": "./PositionRight/l/index.mjs",
|
|
1938
1938
|
"types": "./PositionRight/l/index.d.ts"
|
|
1939
1939
|
},
|
|
1940
|
-
"./PositionMiddle/m": {
|
|
1941
|
-
"require": "./PositionMiddle/m/index.js",
|
|
1942
|
-
"import": "./PositionMiddle/m/index.mjs",
|
|
1943
|
-
"types": "./PositionMiddle/m/index.d.ts"
|
|
1944
|
-
},
|
|
1945
|
-
"./PositionMiddle/l": {
|
|
1946
|
-
"require": "./PositionMiddle/l/index.js",
|
|
1947
|
-
"import": "./PositionMiddle/l/index.mjs",
|
|
1948
|
-
"types": "./PositionMiddle/l/index.d.ts"
|
|
1949
|
-
},
|
|
1950
1940
|
"./PositionLeft/m": {
|
|
1951
1941
|
"require": "./PositionLeft/m/index.js",
|
|
1952
1942
|
"import": "./PositionLeft/m/index.mjs",
|
|
@@ -1957,6 +1947,16 @@
|
|
|
1957
1947
|
"import": "./PositionLeft/l/index.mjs",
|
|
1958
1948
|
"types": "./PositionLeft/l/index.d.ts"
|
|
1959
1949
|
},
|
|
1950
|
+
"./PositionMiddle/m": {
|
|
1951
|
+
"require": "./PositionMiddle/m/index.js",
|
|
1952
|
+
"import": "./PositionMiddle/m/index.mjs",
|
|
1953
|
+
"types": "./PositionMiddle/m/index.d.ts"
|
|
1954
|
+
},
|
|
1955
|
+
"./PositionMiddle/l": {
|
|
1956
|
+
"require": "./PositionMiddle/l/index.js",
|
|
1957
|
+
"import": "./PositionMiddle/l/index.mjs",
|
|
1958
|
+
"types": "./PositionMiddle/l/index.d.ts"
|
|
1959
|
+
},
|
|
1960
1960
|
"./PositionBottom/m": {
|
|
1961
1961
|
"require": "./PositionBottom/m/index.js",
|
|
1962
1962
|
"import": "./PositionBottom/m/index.mjs",
|
|
@@ -2087,6 +2087,16 @@
|
|
|
2087
2087
|
"import": "./Pin/l/index.mjs",
|
|
2088
2088
|
"types": "./Pin/l/index.d.ts"
|
|
2089
2089
|
},
|
|
2090
|
+
"./PictureAdd/m": {
|
|
2091
|
+
"require": "./PictureAdd/m/index.js",
|
|
2092
|
+
"import": "./PictureAdd/m/index.mjs",
|
|
2093
|
+
"types": "./PictureAdd/m/index.d.ts"
|
|
2094
|
+
},
|
|
2095
|
+
"./PictureAdd/l": {
|
|
2096
|
+
"require": "./PictureAdd/l/index.js",
|
|
2097
|
+
"import": "./PictureAdd/l/index.mjs",
|
|
2098
|
+
"types": "./PictureAdd/l/index.d.ts"
|
|
2099
|
+
},
|
|
2090
2100
|
"./Pictures/m": {
|
|
2091
2101
|
"require": "./Pictures/m/index.js",
|
|
2092
2102
|
"import": "./Pictures/m/index.mjs",
|
|
@@ -2107,16 +2117,6 @@
|
|
|
2107
2117
|
"import": "./PictureFrame/l/index.mjs",
|
|
2108
2118
|
"types": "./PictureFrame/l/index.d.ts"
|
|
2109
2119
|
},
|
|
2110
|
-
"./PictureAdd/m": {
|
|
2111
|
-
"require": "./PictureAdd/m/index.js",
|
|
2112
|
-
"import": "./PictureAdd/m/index.mjs",
|
|
2113
|
-
"types": "./PictureAdd/m/index.d.ts"
|
|
2114
|
-
},
|
|
2115
|
-
"./PictureAdd/l": {
|
|
2116
|
-
"require": "./PictureAdd/l/index.js",
|
|
2117
|
-
"import": "./PictureAdd/l/index.mjs",
|
|
2118
|
-
"types": "./PictureAdd/l/index.d.ts"
|
|
2119
|
-
},
|
|
2120
2120
|
"./Picture/m": {
|
|
2121
2121
|
"require": "./Picture/m/index.js",
|
|
2122
2122
|
"import": "./Picture/m/index.mjs",
|
|
@@ -2567,16 +2567,6 @@
|
|
|
2567
2567
|
"import": "./ListAddCheck/l/index.mjs",
|
|
2568
2568
|
"types": "./ListAddCheck/l/index.d.ts"
|
|
2569
2569
|
},
|
|
2570
|
-
"./LinkedIn/m": {
|
|
2571
|
-
"require": "./LinkedIn/m/index.js",
|
|
2572
|
-
"import": "./LinkedIn/m/index.mjs",
|
|
2573
|
-
"types": "./LinkedIn/m/index.d.ts"
|
|
2574
|
-
},
|
|
2575
|
-
"./LinkedIn/l": {
|
|
2576
|
-
"require": "./LinkedIn/l/index.js",
|
|
2577
|
-
"import": "./LinkedIn/l/index.mjs",
|
|
2578
|
-
"types": "./LinkedIn/l/index.d.ts"
|
|
2579
|
-
},
|
|
2580
2570
|
"./ListAddBottom/m": {
|
|
2581
2571
|
"require": "./ListAddBottom/m/index.js",
|
|
2582
2572
|
"import": "./ListAddBottom/m/index.mjs",
|
|
@@ -2587,6 +2577,16 @@
|
|
|
2587
2577
|
"import": "./ListAddBottom/l/index.mjs",
|
|
2588
2578
|
"types": "./ListAddBottom/l/index.d.ts"
|
|
2589
2579
|
},
|
|
2580
|
+
"./LinkedIn/m": {
|
|
2581
|
+
"require": "./LinkedIn/m/index.js",
|
|
2582
|
+
"import": "./LinkedIn/m/index.mjs",
|
|
2583
|
+
"types": "./LinkedIn/m/index.d.ts"
|
|
2584
|
+
},
|
|
2585
|
+
"./LinkedIn/l": {
|
|
2586
|
+
"require": "./LinkedIn/l/index.js",
|
|
2587
|
+
"import": "./LinkedIn/l/index.mjs",
|
|
2588
|
+
"types": "./LinkedIn/l/index.d.ts"
|
|
2589
|
+
},
|
|
2590
2590
|
"./LinkInternal/m": {
|
|
2591
2591
|
"require": "./LinkInternal/m/index.js",
|
|
2592
2592
|
"import": "./LinkInternal/m/index.mjs",
|
|
@@ -2967,16 +2967,6 @@
|
|
|
2967
2967
|
"import": "./Games/l/index.mjs",
|
|
2968
2968
|
"types": "./Games/l/index.d.ts"
|
|
2969
2969
|
},
|
|
2970
|
-
"./Gambling/m": {
|
|
2971
|
-
"require": "./Gambling/m/index.js",
|
|
2972
|
-
"import": "./Gambling/m/index.mjs",
|
|
2973
|
-
"types": "./Gambling/m/index.d.ts"
|
|
2974
|
-
},
|
|
2975
|
-
"./Gambling/l": {
|
|
2976
|
-
"require": "./Gambling/l/index.js",
|
|
2977
|
-
"import": "./Gambling/l/index.mjs",
|
|
2978
|
-
"types": "./Gambling/l/index.d.ts"
|
|
2979
|
-
},
|
|
2980
2970
|
"./Furniture/m": {
|
|
2981
2971
|
"require": "./Furniture/m/index.js",
|
|
2982
2972
|
"import": "./Furniture/m/index.mjs",
|
|
@@ -2987,6 +2977,16 @@
|
|
|
2987
2977
|
"import": "./Furniture/l/index.mjs",
|
|
2988
2978
|
"types": "./Furniture/l/index.d.ts"
|
|
2989
2979
|
},
|
|
2980
|
+
"./Gambling/m": {
|
|
2981
|
+
"require": "./Gambling/m/index.js",
|
|
2982
|
+
"import": "./Gambling/m/index.mjs",
|
|
2983
|
+
"types": "./Gambling/m/index.d.ts"
|
|
2984
|
+
},
|
|
2985
|
+
"./Gambling/l": {
|
|
2986
|
+
"require": "./Gambling/l/index.js",
|
|
2987
|
+
"import": "./Gambling/l/index.mjs",
|
|
2988
|
+
"types": "./Gambling/l/index.d.ts"
|
|
2989
|
+
},
|
|
2990
2990
|
"./Funnel/m": {
|
|
2991
2991
|
"require": "./Funnel/m/index.js",
|
|
2992
2992
|
"import": "./Funnel/m/index.mjs",
|
|
@@ -3207,16 +3207,6 @@
|
|
|
3207
3207
|
"import": "./FileDownload/l/index.mjs",
|
|
3208
3208
|
"types": "./FileDownload/l/index.d.ts"
|
|
3209
3209
|
},
|
|
3210
|
-
"./FeaturedVideo/m": {
|
|
3211
|
-
"require": "./FeaturedVideo/m/index.js",
|
|
3212
|
-
"import": "./FeaturedVideo/m/index.mjs",
|
|
3213
|
-
"types": "./FeaturedVideo/m/index.d.ts"
|
|
3214
|
-
},
|
|
3215
|
-
"./FeaturedVideo/l": {
|
|
3216
|
-
"require": "./FeaturedVideo/l/index.js",
|
|
3217
|
-
"import": "./FeaturedVideo/l/index.mjs",
|
|
3218
|
-
"types": "./FeaturedVideo/l/index.d.ts"
|
|
3219
|
-
},
|
|
3220
3210
|
"./FeaturedImage/m": {
|
|
3221
3211
|
"require": "./FeaturedImage/m/index.js",
|
|
3222
3212
|
"import": "./FeaturedImage/m/index.mjs",
|
|
@@ -3227,6 +3217,16 @@
|
|
|
3227
3217
|
"import": "./FeaturedImage/l/index.mjs",
|
|
3228
3218
|
"types": "./FeaturedImage/l/index.d.ts"
|
|
3229
3219
|
},
|
|
3220
|
+
"./FeaturedVideo/m": {
|
|
3221
|
+
"require": "./FeaturedVideo/m/index.js",
|
|
3222
|
+
"import": "./FeaturedVideo/m/index.mjs",
|
|
3223
|
+
"types": "./FeaturedVideo/m/index.d.ts"
|
|
3224
|
+
},
|
|
3225
|
+
"./FeaturedVideo/l": {
|
|
3226
|
+
"require": "./FeaturedVideo/l/index.js",
|
|
3227
|
+
"import": "./FeaturedVideo/l/index.mjs",
|
|
3228
|
+
"types": "./FeaturedVideo/l/index.d.ts"
|
|
3229
|
+
},
|
|
3230
3230
|
"./FavoriteFilled/m": {
|
|
3231
3231
|
"require": "./FavoriteFilled/m/index.js",
|
|
3232
3232
|
"import": "./FavoriteFilled/m/index.mjs",
|
|
@@ -3317,16 +3317,6 @@
|
|
|
3317
3317
|
"import": "./Expand/l/index.mjs",
|
|
3318
3318
|
"types": "./Expand/l/index.d.ts"
|
|
3319
3319
|
},
|
|
3320
|
-
"./Events/m": {
|
|
3321
|
-
"require": "./Events/m/index.js",
|
|
3322
|
-
"import": "./Events/m/index.mjs",
|
|
3323
|
-
"types": "./Events/m/index.d.ts"
|
|
3324
|
-
},
|
|
3325
|
-
"./Events/l": {
|
|
3326
|
-
"require": "./Events/l/index.js",
|
|
3327
|
-
"import": "./Events/l/index.mjs",
|
|
3328
|
-
"types": "./Events/l/index.d.ts"
|
|
3329
|
-
},
|
|
3330
3320
|
"./Exit/m": {
|
|
3331
3321
|
"require": "./Exit/m/index.js",
|
|
3332
3322
|
"import": "./Exit/m/index.mjs",
|
|
@@ -3337,6 +3327,16 @@
|
|
|
3337
3327
|
"import": "./Exit/l/index.mjs",
|
|
3338
3328
|
"types": "./Exit/l/index.d.ts"
|
|
3339
3329
|
},
|
|
3330
|
+
"./Events/m": {
|
|
3331
|
+
"require": "./Events/m/index.js",
|
|
3332
|
+
"import": "./Events/m/index.mjs",
|
|
3333
|
+
"types": "./Events/m/index.d.ts"
|
|
3334
|
+
},
|
|
3335
|
+
"./Events/l": {
|
|
3336
|
+
"require": "./Events/l/index.js",
|
|
3337
|
+
"import": "./Events/l/index.mjs",
|
|
3338
|
+
"types": "./Events/l/index.d.ts"
|
|
3339
|
+
},
|
|
3340
3340
|
"./Event/m": {
|
|
3341
3341
|
"require": "./Event/m/index.js",
|
|
3342
3342
|
"import": "./Event/m/index.mjs",
|
|
@@ -3757,16 +3757,6 @@
|
|
|
3757
3757
|
"import": "./ChevronDoubleDown/l/index.mjs",
|
|
3758
3758
|
"types": "./ChevronDoubleDown/l/index.d.ts"
|
|
3759
3759
|
},
|
|
3760
|
-
"./Checkbox/m": {
|
|
3761
|
-
"require": "./Checkbox/m/index.js",
|
|
3762
|
-
"import": "./Checkbox/m/index.mjs",
|
|
3763
|
-
"types": "./Checkbox/m/index.d.ts"
|
|
3764
|
-
},
|
|
3765
|
-
"./Checkbox/l": {
|
|
3766
|
-
"require": "./Checkbox/l/index.js",
|
|
3767
|
-
"import": "./Checkbox/l/index.mjs",
|
|
3768
|
-
"types": "./Checkbox/l/index.d.ts"
|
|
3769
|
-
},
|
|
3770
3760
|
"./CheckDouble/m": {
|
|
3771
3761
|
"require": "./CheckDouble/m/index.js",
|
|
3772
3762
|
"import": "./CheckDouble/m/index.mjs",
|
|
@@ -3777,6 +3767,16 @@
|
|
|
3777
3767
|
"import": "./CheckDouble/l/index.mjs",
|
|
3778
3768
|
"types": "./CheckDouble/l/index.d.ts"
|
|
3779
3769
|
},
|
|
3770
|
+
"./Checkbox/m": {
|
|
3771
|
+
"require": "./Checkbox/m/index.js",
|
|
3772
|
+
"import": "./Checkbox/m/index.mjs",
|
|
3773
|
+
"types": "./Checkbox/m/index.d.ts"
|
|
3774
|
+
},
|
|
3775
|
+
"./Checkbox/l": {
|
|
3776
|
+
"require": "./Checkbox/l/index.js",
|
|
3777
|
+
"import": "./Checkbox/l/index.mjs",
|
|
3778
|
+
"types": "./Checkbox/l/index.d.ts"
|
|
3779
|
+
},
|
|
3780
3780
|
"./CheckAlt/m": {
|
|
3781
3781
|
"require": "./CheckAlt/m/index.js",
|
|
3782
3782
|
"import": "./CheckAlt/m/index.mjs",
|
|
@@ -4187,16 +4187,6 @@
|
|
|
4187
4187
|
"import": "./ArrowUp/l/index.mjs",
|
|
4188
4188
|
"types": "./ArrowUp/l/index.d.ts"
|
|
4189
4189
|
},
|
|
4190
|
-
"./ArrowRight/m": {
|
|
4191
|
-
"require": "./ArrowRight/m/index.js",
|
|
4192
|
-
"import": "./ArrowRight/m/index.mjs",
|
|
4193
|
-
"types": "./ArrowRight/m/index.d.ts"
|
|
4194
|
-
},
|
|
4195
|
-
"./ArrowRight/l": {
|
|
4196
|
-
"require": "./ArrowRight/l/index.js",
|
|
4197
|
-
"import": "./ArrowRight/l/index.mjs",
|
|
4198
|
-
"types": "./ArrowRight/l/index.d.ts"
|
|
4199
|
-
},
|
|
4200
4190
|
"./ArrowLeft/m": {
|
|
4201
4191
|
"require": "./ArrowLeft/m/index.js",
|
|
4202
4192
|
"import": "./ArrowLeft/m/index.mjs",
|
|
@@ -4207,6 +4197,16 @@
|
|
|
4207
4197
|
"import": "./ArrowLeft/l/index.mjs",
|
|
4208
4198
|
"types": "./ArrowLeft/l/index.d.ts"
|
|
4209
4199
|
},
|
|
4200
|
+
"./ArrowRight/m": {
|
|
4201
|
+
"require": "./ArrowRight/m/index.js",
|
|
4202
|
+
"import": "./ArrowRight/m/index.mjs",
|
|
4203
|
+
"types": "./ArrowRight/m/index.d.ts"
|
|
4204
|
+
},
|
|
4205
|
+
"./ArrowRight/l": {
|
|
4206
|
+
"require": "./ArrowRight/l/index.js",
|
|
4207
|
+
"import": "./ArrowRight/l/index.mjs",
|
|
4208
|
+
"types": "./ArrowRight/l/index.d.ts"
|
|
4209
|
+
},
|
|
4210
4210
|
"./ArrowDown/m": {
|
|
4211
4211
|
"require": "./ArrowDown/m/index.js",
|
|
4212
4212
|
"import": "./ArrowDown/m/index.mjs",
|
|
@@ -4287,16 +4287,6 @@
|
|
|
4287
4287
|
"import": "./AllDevices/l/index.mjs",
|
|
4288
4288
|
"types": "./AllDevices/l/index.d.ts"
|
|
4289
4289
|
},
|
|
4290
|
-
"./Airplane/m": {
|
|
4291
|
-
"require": "./Airplane/m/index.js",
|
|
4292
|
-
"import": "./Airplane/m/index.mjs",
|
|
4293
|
-
"types": "./Airplane/m/index.d.ts"
|
|
4294
|
-
},
|
|
4295
|
-
"./Airplane/l": {
|
|
4296
|
-
"require": "./Airplane/l/index.js",
|
|
4297
|
-
"import": "./Airplane/l/index.mjs",
|
|
4298
|
-
"types": "./Airplane/l/index.d.ts"
|
|
4299
|
-
},
|
|
4300
4290
|
"./Adult/m": {
|
|
4301
4291
|
"require": "./Adult/m/index.js",
|
|
4302
4292
|
"import": "./Adult/m/index.mjs",
|
|
@@ -4307,6 +4297,16 @@
|
|
|
4307
4297
|
"import": "./Adult/l/index.mjs",
|
|
4308
4298
|
"types": "./Adult/l/index.d.ts"
|
|
4309
4299
|
},
|
|
4300
|
+
"./Airplane/m": {
|
|
4301
|
+
"require": "./Airplane/m/index.js",
|
|
4302
|
+
"import": "./Airplane/m/index.mjs",
|
|
4303
|
+
"types": "./Airplane/m/index.d.ts"
|
|
4304
|
+
},
|
|
4305
|
+
"./Airplane/l": {
|
|
4306
|
+
"require": "./Airplane/l/index.js",
|
|
4307
|
+
"import": "./Airplane/l/index.mjs",
|
|
4308
|
+
"types": "./Airplane/l/index.d.ts"
|
|
4309
|
+
},
|
|
4310
4310
|
"./AdobeExperienceCloud/m": {
|
|
4311
4311
|
"require": "./AdobeExperienceCloud/m/index.js",
|
|
4312
4312
|
"import": "./AdobeExperienceCloud/m/index.mjs",
|
|
@@ -4347,16 +4347,6 @@
|
|
|
4347
4347
|
"import": "./AdTop/l/index.mjs",
|
|
4348
4348
|
"types": "./AdTop/l/index.d.ts"
|
|
4349
4349
|
},
|
|
4350
|
-
"./AdMiddle/m": {
|
|
4351
|
-
"require": "./AdMiddle/m/index.js",
|
|
4352
|
-
"import": "./AdMiddle/m/index.mjs",
|
|
4353
|
-
"types": "./AdMiddle/m/index.d.ts"
|
|
4354
|
-
},
|
|
4355
|
-
"./AdMiddle/l": {
|
|
4356
|
-
"require": "./AdMiddle/l/index.js",
|
|
4357
|
-
"import": "./AdMiddle/l/index.mjs",
|
|
4358
|
-
"types": "./AdMiddle/l/index.d.ts"
|
|
4359
|
-
},
|
|
4360
4350
|
"./AdBottom/m": {
|
|
4361
4351
|
"require": "./AdBottom/m/index.js",
|
|
4362
4352
|
"import": "./AdBottom/m/index.mjs",
|
|
@@ -4376,6 +4366,16 @@
|
|
|
4376
4366
|
"require": "./Ad/l/index.js",
|
|
4377
4367
|
"import": "./Ad/l/index.mjs",
|
|
4378
4368
|
"types": "./Ad/l/index.d.ts"
|
|
4369
|
+
},
|
|
4370
|
+
"./AdMiddle/m": {
|
|
4371
|
+
"require": "./AdMiddle/m/index.js",
|
|
4372
|
+
"import": "./AdMiddle/m/index.mjs",
|
|
4373
|
+
"types": "./AdMiddle/m/index.d.ts"
|
|
4374
|
+
},
|
|
4375
|
+
"./AdMiddle/l": {
|
|
4376
|
+
"require": "./AdMiddle/l/index.js",
|
|
4377
|
+
"import": "./AdMiddle/l/index.mjs",
|
|
4378
|
+
"types": "./AdMiddle/l/index.d.ts"
|
|
4379
4379
|
}
|
|
4380
4380
|
},
|
|
4381
4381
|
"scripts": {
|