@semcore/icon 17.0.0-prerelease.39 → 17.0.0-prerelease.42
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 +1 -1
- package/package.json +151 -151
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "17.0.0-prerelease.
|
|
4
|
+
"version": "17.0.0-prerelease.42",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"cheerio": "1.1.2",
|
|
25
25
|
"fs-extra": "11.3.2",
|
|
26
26
|
"html-to-react": "1.7.0",
|
|
27
|
-
"@semcore/
|
|
28
|
-
"@semcore/
|
|
27
|
+
"@semcore/testing-utils": "1.0.0",
|
|
28
|
+
"@semcore/core": "17.0.0-prerelease.42"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
@@ -98,6 +98,16 @@
|
|
|
98
98
|
"import": "./lib/platform/AISEOToolkit/index.mjs",
|
|
99
99
|
"require": "./lib/platform/AISEOToolkit/index.js"
|
|
100
100
|
},
|
|
101
|
+
"./pay/Visa/m": {
|
|
102
|
+
"types": "./lib/pay/Visa/m/index.d.ts",
|
|
103
|
+
"import": "./lib/pay/Visa/m/index.mjs",
|
|
104
|
+
"require": "./lib/pay/Visa/m/index.js"
|
|
105
|
+
},
|
|
106
|
+
"./pay/Visa/l": {
|
|
107
|
+
"types": "./lib/pay/Visa/l/index.d.ts",
|
|
108
|
+
"import": "./lib/pay/Visa/l/index.mjs",
|
|
109
|
+
"require": "./lib/pay/Visa/l/index.js"
|
|
110
|
+
},
|
|
101
111
|
"./pay/WeChatPay/m": {
|
|
102
112
|
"types": "./lib/pay/WeChatPay/m/index.d.ts",
|
|
103
113
|
"import": "./lib/pay/WeChatPay/m/index.mjs",
|
|
@@ -118,16 +128,6 @@
|
|
|
118
128
|
"import": "./lib/pay/UnionPay/l/index.mjs",
|
|
119
129
|
"require": "./lib/pay/UnionPay/l/index.js"
|
|
120
130
|
},
|
|
121
|
-
"./pay/Visa/m": {
|
|
122
|
-
"types": "./lib/pay/Visa/m/index.d.ts",
|
|
123
|
-
"import": "./lib/pay/Visa/m/index.mjs",
|
|
124
|
-
"require": "./lib/pay/Visa/m/index.js"
|
|
125
|
-
},
|
|
126
|
-
"./pay/Visa/l": {
|
|
127
|
-
"types": "./lib/pay/Visa/l/index.d.ts",
|
|
128
|
-
"import": "./lib/pay/Visa/l/index.mjs",
|
|
129
|
-
"require": "./lib/pay/Visa/l/index.js"
|
|
130
|
-
},
|
|
131
131
|
"./pay/PayPal/m": {
|
|
132
132
|
"types": "./lib/pay/PayPal/m/index.d.ts",
|
|
133
133
|
"import": "./lib/pay/PayPal/m/index.mjs",
|
|
@@ -198,16 +198,6 @@
|
|
|
198
198
|
"import": "./lib/pay/AmericanExpress/l/index.mjs",
|
|
199
199
|
"require": "./lib/pay/AmericanExpress/l/index.js"
|
|
200
200
|
},
|
|
201
|
-
"./color/YoutubeInvert/m": {
|
|
202
|
-
"types": "./lib/color/YoutubeInvert/m/index.d.ts",
|
|
203
|
-
"import": "./lib/color/YoutubeInvert/m/index.mjs",
|
|
204
|
-
"require": "./lib/color/YoutubeInvert/m/index.js"
|
|
205
|
-
},
|
|
206
|
-
"./color/YoutubeInvert/l": {
|
|
207
|
-
"types": "./lib/color/YoutubeInvert/l/index.d.ts",
|
|
208
|
-
"import": "./lib/color/YoutubeInvert/l/index.mjs",
|
|
209
|
-
"require": "./lib/color/YoutubeInvert/l/index.js"
|
|
210
|
-
},
|
|
211
201
|
"./color/YoutubeColored/m": {
|
|
212
202
|
"types": "./lib/color/YoutubeColored/m/index.d.ts",
|
|
213
203
|
"import": "./lib/color/YoutubeColored/m/index.mjs",
|
|
@@ -218,6 +208,16 @@
|
|
|
218
208
|
"import": "./lib/color/YoutubeColored/l/index.mjs",
|
|
219
209
|
"require": "./lib/color/YoutubeColored/l/index.js"
|
|
220
210
|
},
|
|
211
|
+
"./color/YoutubeInvert/m": {
|
|
212
|
+
"types": "./lib/color/YoutubeInvert/m/index.d.ts",
|
|
213
|
+
"import": "./lib/color/YoutubeInvert/m/index.mjs",
|
|
214
|
+
"require": "./lib/color/YoutubeInvert/m/index.js"
|
|
215
|
+
},
|
|
216
|
+
"./color/YoutubeInvert/l": {
|
|
217
|
+
"types": "./lib/color/YoutubeInvert/l/index.d.ts",
|
|
218
|
+
"import": "./lib/color/YoutubeInvert/l/index.mjs",
|
|
219
|
+
"require": "./lib/color/YoutubeInvert/l/index.js"
|
|
220
|
+
},
|
|
221
221
|
"./color/Yahoo/m": {
|
|
222
222
|
"types": "./lib/color/Yahoo/m/index.d.ts",
|
|
223
223
|
"import": "./lib/color/Yahoo/m/index.mjs",
|
|
@@ -318,16 +318,6 @@
|
|
|
318
318
|
"import": "./lib/color/PipedriveColored/l/index.mjs",
|
|
319
319
|
"require": "./lib/color/PipedriveColored/l/index.js"
|
|
320
320
|
},
|
|
321
|
-
"./color/Moz/m": {
|
|
322
|
-
"types": "./lib/color/Moz/m/index.d.ts",
|
|
323
|
-
"import": "./lib/color/Moz/m/index.mjs",
|
|
324
|
-
"require": "./lib/color/Moz/m/index.js"
|
|
325
|
-
},
|
|
326
|
-
"./color/Moz/l": {
|
|
327
|
-
"types": "./lib/color/Moz/l/index.d.ts",
|
|
328
|
-
"import": "./lib/color/Moz/l/index.mjs",
|
|
329
|
-
"require": "./lib/color/Moz/l/index.js"
|
|
330
|
-
},
|
|
331
321
|
"./color/PerplexityColored/m": {
|
|
332
322
|
"types": "./lib/color/PerplexityColored/m/index.d.ts",
|
|
333
323
|
"import": "./lib/color/PerplexityColored/m/index.mjs",
|
|
@@ -338,6 +328,16 @@
|
|
|
338
328
|
"import": "./lib/color/PerplexityColored/l/index.mjs",
|
|
339
329
|
"require": "./lib/color/PerplexityColored/l/index.js"
|
|
340
330
|
},
|
|
331
|
+
"./color/Moz/m": {
|
|
332
|
+
"types": "./lib/color/Moz/m/index.d.ts",
|
|
333
|
+
"import": "./lib/color/Moz/m/index.mjs",
|
|
334
|
+
"require": "./lib/color/Moz/m/index.js"
|
|
335
|
+
},
|
|
336
|
+
"./color/Moz/l": {
|
|
337
|
+
"types": "./lib/color/Moz/l/index.d.ts",
|
|
338
|
+
"import": "./lib/color/Moz/l/index.mjs",
|
|
339
|
+
"require": "./lib/color/Moz/l/index.js"
|
|
340
|
+
},
|
|
341
341
|
"./color/MicrosoftOutlook/m": {
|
|
342
342
|
"types": "./lib/color/MicrosoftOutlook/m/index.d.ts",
|
|
343
343
|
"import": "./lib/color/MicrosoftOutlook/m/index.mjs",
|
|
@@ -528,16 +528,6 @@
|
|
|
528
528
|
"import": "./lib/color/GoogleDocs/l/index.mjs",
|
|
529
529
|
"require": "./lib/color/GoogleDocs/l/index.js"
|
|
530
530
|
},
|
|
531
|
-
"./color/GoogleDisplayVideoAds/m": {
|
|
532
|
-
"types": "./lib/color/GoogleDisplayVideoAds/m/index.d.ts",
|
|
533
|
-
"import": "./lib/color/GoogleDisplayVideoAds/m/index.mjs",
|
|
534
|
-
"require": "./lib/color/GoogleDisplayVideoAds/m/index.js"
|
|
535
|
-
},
|
|
536
|
-
"./color/GoogleDisplayVideoAds/l": {
|
|
537
|
-
"types": "./lib/color/GoogleDisplayVideoAds/l/index.d.ts",
|
|
538
|
-
"import": "./lib/color/GoogleDisplayVideoAds/l/index.mjs",
|
|
539
|
-
"require": "./lib/color/GoogleDisplayVideoAds/l/index.js"
|
|
540
|
-
},
|
|
541
531
|
"./color/GoogleDataStudio/m": {
|
|
542
532
|
"types": "./lib/color/GoogleDataStudio/m/index.d.ts",
|
|
543
533
|
"import": "./lib/color/GoogleDataStudio/m/index.mjs",
|
|
@@ -548,6 +538,16 @@
|
|
|
548
538
|
"import": "./lib/color/GoogleDataStudio/l/index.mjs",
|
|
549
539
|
"require": "./lib/color/GoogleDataStudio/l/index.js"
|
|
550
540
|
},
|
|
541
|
+
"./color/GoogleDisplayVideoAds/m": {
|
|
542
|
+
"types": "./lib/color/GoogleDisplayVideoAds/m/index.d.ts",
|
|
543
|
+
"import": "./lib/color/GoogleDisplayVideoAds/m/index.mjs",
|
|
544
|
+
"require": "./lib/color/GoogleDisplayVideoAds/m/index.js"
|
|
545
|
+
},
|
|
546
|
+
"./color/GoogleDisplayVideoAds/l": {
|
|
547
|
+
"types": "./lib/color/GoogleDisplayVideoAds/l/index.d.ts",
|
|
548
|
+
"import": "./lib/color/GoogleDisplayVideoAds/l/index.mjs",
|
|
549
|
+
"require": "./lib/color/GoogleDisplayVideoAds/l/index.js"
|
|
550
|
+
},
|
|
551
551
|
"./color/GoogleColor/m": {
|
|
552
552
|
"types": "./lib/color/GoogleColor/m/index.d.ts",
|
|
553
553
|
"import": "./lib/color/GoogleColor/m/index.mjs",
|
|
@@ -748,16 +748,6 @@
|
|
|
748
748
|
"import": "./lib/ZoomPlus/l/index.mjs",
|
|
749
749
|
"require": "./lib/ZoomPlus/l/index.js"
|
|
750
750
|
},
|
|
751
|
-
"./ZoomMinus/m": {
|
|
752
|
-
"types": "./lib/ZoomMinus/m/index.d.ts",
|
|
753
|
-
"import": "./lib/ZoomMinus/m/index.mjs",
|
|
754
|
-
"require": "./lib/ZoomMinus/m/index.js"
|
|
755
|
-
},
|
|
756
|
-
"./ZoomMinus/l": {
|
|
757
|
-
"types": "./lib/ZoomMinus/l/index.d.ts",
|
|
758
|
-
"import": "./lib/ZoomMinus/l/index.mjs",
|
|
759
|
-
"require": "./lib/ZoomMinus/l/index.js"
|
|
760
|
-
},
|
|
761
751
|
"./YoutubePlaceholder/m": {
|
|
762
752
|
"types": "./lib/YoutubePlaceholder/m/index.d.ts",
|
|
763
753
|
"import": "./lib/YoutubePlaceholder/m/index.mjs",
|
|
@@ -768,6 +758,16 @@
|
|
|
768
758
|
"import": "./lib/YoutubePlaceholder/l/index.mjs",
|
|
769
759
|
"require": "./lib/YoutubePlaceholder/l/index.js"
|
|
770
760
|
},
|
|
761
|
+
"./ZoomMinus/m": {
|
|
762
|
+
"types": "./lib/ZoomMinus/m/index.d.ts",
|
|
763
|
+
"import": "./lib/ZoomMinus/m/index.mjs",
|
|
764
|
+
"require": "./lib/ZoomMinus/m/index.js"
|
|
765
|
+
},
|
|
766
|
+
"./ZoomMinus/l": {
|
|
767
|
+
"types": "./lib/ZoomMinus/l/index.d.ts",
|
|
768
|
+
"import": "./lib/ZoomMinus/l/index.mjs",
|
|
769
|
+
"require": "./lib/ZoomMinus/l/index.js"
|
|
770
|
+
},
|
|
771
771
|
"./Youtube/m": {
|
|
772
772
|
"types": "./lib/Youtube/m/index.d.ts",
|
|
773
773
|
"import": "./lib/Youtube/m/index.mjs",
|
|
@@ -928,16 +928,6 @@
|
|
|
928
928
|
"import": "./lib/Video/l/index.mjs",
|
|
929
929
|
"require": "./lib/Video/l/index.js"
|
|
930
930
|
},
|
|
931
|
-
"./Value/m": {
|
|
932
|
-
"types": "./lib/Value/m/index.d.ts",
|
|
933
|
-
"import": "./lib/Value/m/index.mjs",
|
|
934
|
-
"require": "./lib/Value/m/index.js"
|
|
935
|
-
},
|
|
936
|
-
"./Value/l": {
|
|
937
|
-
"types": "./lib/Value/l/index.d.ts",
|
|
938
|
-
"import": "./lib/Value/l/index.mjs",
|
|
939
|
-
"require": "./lib/Value/l/index.js"
|
|
940
|
-
},
|
|
941
931
|
"./Veterinary/m": {
|
|
942
932
|
"types": "./lib/Veterinary/m/index.d.ts",
|
|
943
933
|
"import": "./lib/Veterinary/m/index.mjs",
|
|
@@ -948,6 +938,16 @@
|
|
|
948
938
|
"import": "./lib/Veterinary/l/index.mjs",
|
|
949
939
|
"require": "./lib/Veterinary/l/index.js"
|
|
950
940
|
},
|
|
941
|
+
"./Value/m": {
|
|
942
|
+
"types": "./lib/Value/m/index.d.ts",
|
|
943
|
+
"import": "./lib/Value/m/index.mjs",
|
|
944
|
+
"require": "./lib/Value/m/index.js"
|
|
945
|
+
},
|
|
946
|
+
"./Value/l": {
|
|
947
|
+
"types": "./lib/Value/l/index.d.ts",
|
|
948
|
+
"import": "./lib/Value/l/index.mjs",
|
|
949
|
+
"require": "./lib/Value/l/index.js"
|
|
950
|
+
},
|
|
951
951
|
"./Vacation/m": {
|
|
952
952
|
"types": "./lib/Vacation/m/index.d.ts",
|
|
953
953
|
"import": "./lib/Vacation/m/index.mjs",
|
|
@@ -958,16 +958,6 @@
|
|
|
958
958
|
"import": "./lib/Vacation/l/index.mjs",
|
|
959
959
|
"require": "./lib/Vacation/l/index.js"
|
|
960
960
|
},
|
|
961
|
-
"./UserShared/m": {
|
|
962
|
-
"types": "./lib/UserShared/m/index.d.ts",
|
|
963
|
-
"import": "./lib/UserShared/m/index.mjs",
|
|
964
|
-
"require": "./lib/UserShared/m/index.js"
|
|
965
|
-
},
|
|
966
|
-
"./UserShared/l": {
|
|
967
|
-
"types": "./lib/UserShared/l/index.d.ts",
|
|
968
|
-
"import": "./lib/UserShared/l/index.mjs",
|
|
969
|
-
"require": "./lib/UserShared/l/index.js"
|
|
970
|
-
},
|
|
971
961
|
"./UserSharedFirst/m": {
|
|
972
962
|
"types": "./lib/UserSharedFirst/m/index.d.ts",
|
|
973
963
|
"import": "./lib/UserSharedFirst/m/index.mjs",
|
|
@@ -978,6 +968,16 @@
|
|
|
978
968
|
"import": "./lib/UserSharedFirst/l/index.mjs",
|
|
979
969
|
"require": "./lib/UserSharedFirst/l/index.js"
|
|
980
970
|
},
|
|
971
|
+
"./UserShared/m": {
|
|
972
|
+
"types": "./lib/UserShared/m/index.d.ts",
|
|
973
|
+
"import": "./lib/UserShared/m/index.mjs",
|
|
974
|
+
"require": "./lib/UserShared/m/index.js"
|
|
975
|
+
},
|
|
976
|
+
"./UserShared/l": {
|
|
977
|
+
"types": "./lib/UserShared/l/index.d.ts",
|
|
978
|
+
"import": "./lib/UserShared/l/index.mjs",
|
|
979
|
+
"require": "./lib/UserShared/l/index.js"
|
|
980
|
+
},
|
|
981
981
|
"./UserGroup/m": {
|
|
982
982
|
"types": "./lib/UserGroup/m/index.d.ts",
|
|
983
983
|
"import": "./lib/UserGroup/m/index.mjs",
|
|
@@ -1468,16 +1468,6 @@
|
|
|
1468
1468
|
"import": "./lib/SideMenuLeft/l/index.mjs",
|
|
1469
1469
|
"require": "./lib/SideMenuLeft/l/index.js"
|
|
1470
1470
|
},
|
|
1471
|
-
"./ShowYes/m": {
|
|
1472
|
-
"types": "./lib/ShowYes/m/index.d.ts",
|
|
1473
|
-
"import": "./lib/ShowYes/m/index.mjs",
|
|
1474
|
-
"require": "./lib/ShowYes/m/index.js"
|
|
1475
|
-
},
|
|
1476
|
-
"./ShowYes/l": {
|
|
1477
|
-
"types": "./lib/ShowYes/l/index.d.ts",
|
|
1478
|
-
"import": "./lib/ShowYes/l/index.mjs",
|
|
1479
|
-
"require": "./lib/ShowYes/l/index.js"
|
|
1480
|
-
},
|
|
1481
1471
|
"./ShowNo/m": {
|
|
1482
1472
|
"types": "./lib/ShowNo/m/index.d.ts",
|
|
1483
1473
|
"import": "./lib/ShowNo/m/index.mjs",
|
|
@@ -1488,6 +1478,16 @@
|
|
|
1488
1478
|
"import": "./lib/ShowNo/l/index.mjs",
|
|
1489
1479
|
"require": "./lib/ShowNo/l/index.js"
|
|
1490
1480
|
},
|
|
1481
|
+
"./ShowYes/m": {
|
|
1482
|
+
"types": "./lib/ShowYes/m/index.d.ts",
|
|
1483
|
+
"import": "./lib/ShowYes/m/index.mjs",
|
|
1484
|
+
"require": "./lib/ShowYes/m/index.js"
|
|
1485
|
+
},
|
|
1486
|
+
"./ShowYes/l": {
|
|
1487
|
+
"types": "./lib/ShowYes/l/index.d.ts",
|
|
1488
|
+
"import": "./lib/ShowYes/l/index.mjs",
|
|
1489
|
+
"require": "./lib/ShowYes/l/index.js"
|
|
1490
|
+
},
|
|
1491
1491
|
"./ShortVideos/m": {
|
|
1492
1492
|
"types": "./lib/ShortVideos/m/index.d.ts",
|
|
1493
1493
|
"import": "./lib/ShortVideos/m/index.mjs",
|
|
@@ -2468,16 +2468,6 @@
|
|
|
2468
2468
|
"import": "./lib/Mail/l/index.mjs",
|
|
2469
2469
|
"require": "./lib/Mail/l/index.js"
|
|
2470
2470
|
},
|
|
2471
|
-
"./MagicWand/m": {
|
|
2472
|
-
"types": "./lib/MagicWand/m/index.d.ts",
|
|
2473
|
-
"import": "./lib/MagicWand/m/index.mjs",
|
|
2474
|
-
"require": "./lib/MagicWand/m/index.js"
|
|
2475
|
-
},
|
|
2476
|
-
"./MagicWand/l": {
|
|
2477
|
-
"types": "./lib/MagicWand/l/index.d.ts",
|
|
2478
|
-
"import": "./lib/MagicWand/l/index.mjs",
|
|
2479
|
-
"require": "./lib/MagicWand/l/index.js"
|
|
2480
|
-
},
|
|
2481
2471
|
"./Magnet/m": {
|
|
2482
2472
|
"types": "./lib/Magnet/m/index.d.ts",
|
|
2483
2473
|
"import": "./lib/Magnet/m/index.mjs",
|
|
@@ -2488,6 +2478,16 @@
|
|
|
2488
2478
|
"import": "./lib/Magnet/l/index.mjs",
|
|
2489
2479
|
"require": "./lib/Magnet/l/index.js"
|
|
2490
2480
|
},
|
|
2481
|
+
"./MagicWand/m": {
|
|
2482
|
+
"types": "./lib/MagicWand/m/index.d.ts",
|
|
2483
|
+
"import": "./lib/MagicWand/m/index.mjs",
|
|
2484
|
+
"require": "./lib/MagicWand/m/index.js"
|
|
2485
|
+
},
|
|
2486
|
+
"./MagicWand/l": {
|
|
2487
|
+
"types": "./lib/MagicWand/l/index.d.ts",
|
|
2488
|
+
"import": "./lib/MagicWand/l/index.mjs",
|
|
2489
|
+
"require": "./lib/MagicWand/l/index.js"
|
|
2490
|
+
},
|
|
2491
2491
|
"./Logistic/m": {
|
|
2492
2492
|
"types": "./lib/Logistic/m/index.d.ts",
|
|
2493
2493
|
"import": "./lib/Logistic/m/index.mjs",
|
|
@@ -3418,16 +3418,6 @@
|
|
|
3418
3418
|
"import": "./lib/DocumentPdf/l/index.mjs",
|
|
3419
3419
|
"require": "./lib/DocumentPdf/l/index.js"
|
|
3420
3420
|
},
|
|
3421
|
-
"./DocumentHappy/m": {
|
|
3422
|
-
"types": "./lib/DocumentHappy/m/index.d.ts",
|
|
3423
|
-
"import": "./lib/DocumentHappy/m/index.mjs",
|
|
3424
|
-
"require": "./lib/DocumentHappy/m/index.js"
|
|
3425
|
-
},
|
|
3426
|
-
"./DocumentHappy/l": {
|
|
3427
|
-
"types": "./lib/DocumentHappy/l/index.d.ts",
|
|
3428
|
-
"import": "./lib/DocumentHappy/l/index.mjs",
|
|
3429
|
-
"require": "./lib/DocumentHappy/l/index.js"
|
|
3430
|
-
},
|
|
3431
3421
|
"./DocumentExport/m": {
|
|
3432
3422
|
"types": "./lib/DocumentExport/m/index.d.ts",
|
|
3433
3423
|
"import": "./lib/DocumentExport/m/index.mjs",
|
|
@@ -3438,6 +3428,16 @@
|
|
|
3438
3428
|
"import": "./lib/DocumentExport/l/index.mjs",
|
|
3439
3429
|
"require": "./lib/DocumentExport/l/index.js"
|
|
3440
3430
|
},
|
|
3431
|
+
"./DocumentCheck/m": {
|
|
3432
|
+
"types": "./lib/DocumentCheck/m/index.d.ts",
|
|
3433
|
+
"import": "./lib/DocumentCheck/m/index.mjs",
|
|
3434
|
+
"require": "./lib/DocumentCheck/m/index.js"
|
|
3435
|
+
},
|
|
3436
|
+
"./DocumentCheck/l": {
|
|
3437
|
+
"types": "./lib/DocumentCheck/l/index.d.ts",
|
|
3438
|
+
"import": "./lib/DocumentCheck/l/index.mjs",
|
|
3439
|
+
"require": "./lib/DocumentCheck/l/index.js"
|
|
3440
|
+
},
|
|
3441
3441
|
"./DocumentDrop/m": {
|
|
3442
3442
|
"types": "./lib/DocumentDrop/m/index.d.ts",
|
|
3443
3443
|
"import": "./lib/DocumentDrop/m/index.mjs",
|
|
@@ -3448,15 +3448,15 @@
|
|
|
3448
3448
|
"import": "./lib/DocumentDrop/l/index.mjs",
|
|
3449
3449
|
"require": "./lib/DocumentDrop/l/index.js"
|
|
3450
3450
|
},
|
|
3451
|
-
"./
|
|
3452
|
-
"types": "./lib/
|
|
3453
|
-
"import": "./lib/
|
|
3454
|
-
"require": "./lib/
|
|
3451
|
+
"./DocumentHappy/m": {
|
|
3452
|
+
"types": "./lib/DocumentHappy/m/index.d.ts",
|
|
3453
|
+
"import": "./lib/DocumentHappy/m/index.mjs",
|
|
3454
|
+
"require": "./lib/DocumentHappy/m/index.js"
|
|
3455
3455
|
},
|
|
3456
|
-
"./
|
|
3457
|
-
"types": "./lib/
|
|
3458
|
-
"import": "./lib/
|
|
3459
|
-
"require": "./lib/
|
|
3456
|
+
"./DocumentHappy/l": {
|
|
3457
|
+
"types": "./lib/DocumentHappy/l/index.d.ts",
|
|
3458
|
+
"import": "./lib/DocumentHappy/l/index.mjs",
|
|
3459
|
+
"require": "./lib/DocumentHappy/l/index.js"
|
|
3460
3460
|
},
|
|
3461
3461
|
"./Document/m": {
|
|
3462
3462
|
"types": "./lib/Document/m/index.d.ts",
|
|
@@ -3478,16 +3478,6 @@
|
|
|
3478
3478
|
"import": "./lib/DesktopChart/l/index.mjs",
|
|
3479
3479
|
"require": "./lib/DesktopChart/l/index.js"
|
|
3480
3480
|
},
|
|
3481
|
-
"./Desktop/m": {
|
|
3482
|
-
"types": "./lib/Desktop/m/index.d.ts",
|
|
3483
|
-
"import": "./lib/Desktop/m/index.mjs",
|
|
3484
|
-
"require": "./lib/Desktop/m/index.js"
|
|
3485
|
-
},
|
|
3486
|
-
"./Desktop/l": {
|
|
3487
|
-
"types": "./lib/Desktop/l/index.d.ts",
|
|
3488
|
-
"import": "./lib/Desktop/l/index.mjs",
|
|
3489
|
-
"require": "./lib/Desktop/l/index.js"
|
|
3490
|
-
},
|
|
3491
3481
|
"./Cut/m": {
|
|
3492
3482
|
"types": "./lib/Cut/m/index.d.ts",
|
|
3493
3483
|
"import": "./lib/Cut/m/index.mjs",
|
|
@@ -3498,6 +3488,16 @@
|
|
|
3498
3488
|
"import": "./lib/Cut/l/index.mjs",
|
|
3499
3489
|
"require": "./lib/Cut/l/index.js"
|
|
3500
3490
|
},
|
|
3491
|
+
"./Desktop/m": {
|
|
3492
|
+
"types": "./lib/Desktop/m/index.d.ts",
|
|
3493
|
+
"import": "./lib/Desktop/m/index.mjs",
|
|
3494
|
+
"require": "./lib/Desktop/m/index.js"
|
|
3495
|
+
},
|
|
3496
|
+
"./Desktop/l": {
|
|
3497
|
+
"types": "./lib/Desktop/l/index.d.ts",
|
|
3498
|
+
"import": "./lib/Desktop/l/index.mjs",
|
|
3499
|
+
"require": "./lib/Desktop/l/index.js"
|
|
3500
|
+
},
|
|
3501
3501
|
"./CursorMove/m": {
|
|
3502
3502
|
"types": "./lib/CursorMove/m/index.d.ts",
|
|
3503
3503
|
"import": "./lib/CursorMove/m/index.mjs",
|
|
@@ -3518,16 +3518,6 @@
|
|
|
3518
3518
|
"import": "./lib/CursorDefault/l/index.mjs",
|
|
3519
3519
|
"require": "./lib/CursorDefault/l/index.js"
|
|
3520
3520
|
},
|
|
3521
|
-
"./CurrencyUsd/m": {
|
|
3522
|
-
"types": "./lib/CurrencyUsd/m/index.d.ts",
|
|
3523
|
-
"import": "./lib/CurrencyUsd/m/index.mjs",
|
|
3524
|
-
"require": "./lib/CurrencyUsd/m/index.js"
|
|
3525
|
-
},
|
|
3526
|
-
"./CurrencyUsd/l": {
|
|
3527
|
-
"types": "./lib/CurrencyUsd/l/index.d.ts",
|
|
3528
|
-
"import": "./lib/CurrencyUsd/l/index.mjs",
|
|
3529
|
-
"require": "./lib/CurrencyUsd/l/index.js"
|
|
3530
|
-
},
|
|
3531
3521
|
"./Crown/m": {
|
|
3532
3522
|
"types": "./lib/Crown/m/index.d.ts",
|
|
3533
3523
|
"import": "./lib/Crown/m/index.mjs",
|
|
@@ -3538,6 +3528,16 @@
|
|
|
3538
3528
|
"import": "./lib/Crown/l/index.mjs",
|
|
3539
3529
|
"require": "./lib/Crown/l/index.js"
|
|
3540
3530
|
},
|
|
3531
|
+
"./CurrencyUsd/m": {
|
|
3532
|
+
"types": "./lib/CurrencyUsd/m/index.d.ts",
|
|
3533
|
+
"import": "./lib/CurrencyUsd/m/index.mjs",
|
|
3534
|
+
"require": "./lib/CurrencyUsd/m/index.js"
|
|
3535
|
+
},
|
|
3536
|
+
"./CurrencyUsd/l": {
|
|
3537
|
+
"types": "./lib/CurrencyUsd/l/index.d.ts",
|
|
3538
|
+
"import": "./lib/CurrencyUsd/l/index.mjs",
|
|
3539
|
+
"require": "./lib/CurrencyUsd/l/index.js"
|
|
3540
|
+
},
|
|
3541
3541
|
"./Crosshair/m": {
|
|
3542
3542
|
"types": "./lib/Crosshair/m/index.d.ts",
|
|
3543
3543
|
"import": "./lib/Crosshair/m/index.mjs",
|
|
@@ -3738,16 +3738,6 @@
|
|
|
3738
3738
|
"import": "./lib/ChevronDoubleRight/l/index.mjs",
|
|
3739
3739
|
"require": "./lib/ChevronDoubleRight/l/index.js"
|
|
3740
3740
|
},
|
|
3741
|
-
"./ChevronDoubleLeft/m": {
|
|
3742
|
-
"types": "./lib/ChevronDoubleLeft/m/index.d.ts",
|
|
3743
|
-
"import": "./lib/ChevronDoubleLeft/m/index.mjs",
|
|
3744
|
-
"require": "./lib/ChevronDoubleLeft/m/index.js"
|
|
3745
|
-
},
|
|
3746
|
-
"./ChevronDoubleLeft/l": {
|
|
3747
|
-
"types": "./lib/ChevronDoubleLeft/l/index.d.ts",
|
|
3748
|
-
"import": "./lib/ChevronDoubleLeft/l/index.mjs",
|
|
3749
|
-
"require": "./lib/ChevronDoubleLeft/l/index.js"
|
|
3750
|
-
},
|
|
3751
3741
|
"./ChevronDoubleDown/m": {
|
|
3752
3742
|
"types": "./lib/ChevronDoubleDown/m/index.d.ts",
|
|
3753
3743
|
"import": "./lib/ChevronDoubleDown/m/index.mjs",
|
|
@@ -3758,6 +3748,16 @@
|
|
|
3758
3748
|
"import": "./lib/ChevronDoubleDown/l/index.mjs",
|
|
3759
3749
|
"require": "./lib/ChevronDoubleDown/l/index.js"
|
|
3760
3750
|
},
|
|
3751
|
+
"./ChevronDoubleLeft/m": {
|
|
3752
|
+
"types": "./lib/ChevronDoubleLeft/m/index.d.ts",
|
|
3753
|
+
"import": "./lib/ChevronDoubleLeft/m/index.mjs",
|
|
3754
|
+
"require": "./lib/ChevronDoubleLeft/m/index.js"
|
|
3755
|
+
},
|
|
3756
|
+
"./ChevronDoubleLeft/l": {
|
|
3757
|
+
"types": "./lib/ChevronDoubleLeft/l/index.d.ts",
|
|
3758
|
+
"import": "./lib/ChevronDoubleLeft/l/index.mjs",
|
|
3759
|
+
"require": "./lib/ChevronDoubleLeft/l/index.js"
|
|
3760
|
+
},
|
|
3761
3761
|
"./Checkbox/m": {
|
|
3762
3762
|
"types": "./lib/Checkbox/m/index.d.ts",
|
|
3763
3763
|
"import": "./lib/Checkbox/m/index.mjs",
|
|
@@ -4028,16 +4028,6 @@
|
|
|
4028
4028
|
"import": "./lib/Canva/l/index.mjs",
|
|
4029
4029
|
"require": "./lib/Canva/l/index.js"
|
|
4030
4030
|
},
|
|
4031
|
-
"./CalendarCheck/m": {
|
|
4032
|
-
"types": "./lib/CalendarCheck/m/index.d.ts",
|
|
4033
|
-
"import": "./lib/CalendarCheck/m/index.mjs",
|
|
4034
|
-
"require": "./lib/CalendarCheck/m/index.js"
|
|
4035
|
-
},
|
|
4036
|
-
"./CalendarCheck/l": {
|
|
4037
|
-
"types": "./lib/CalendarCheck/l/index.d.ts",
|
|
4038
|
-
"import": "./lib/CalendarCheck/l/index.mjs",
|
|
4039
|
-
"require": "./lib/CalendarCheck/l/index.js"
|
|
4040
|
-
},
|
|
4041
4031
|
"./Calendar/m": {
|
|
4042
4032
|
"types": "./lib/Calendar/m/index.d.ts",
|
|
4043
4033
|
"import": "./lib/Calendar/m/index.mjs",
|
|
@@ -4048,6 +4038,16 @@
|
|
|
4048
4038
|
"import": "./lib/Calendar/l/index.mjs",
|
|
4049
4039
|
"require": "./lib/Calendar/l/index.js"
|
|
4050
4040
|
},
|
|
4041
|
+
"./CalendarCheck/m": {
|
|
4042
|
+
"types": "./lib/CalendarCheck/m/index.d.ts",
|
|
4043
|
+
"import": "./lib/CalendarCheck/m/index.mjs",
|
|
4044
|
+
"require": "./lib/CalendarCheck/m/index.js"
|
|
4045
|
+
},
|
|
4046
|
+
"./CalendarCheck/l": {
|
|
4047
|
+
"types": "./lib/CalendarCheck/l/index.d.ts",
|
|
4048
|
+
"import": "./lib/CalendarCheck/l/index.mjs",
|
|
4049
|
+
"require": "./lib/CalendarCheck/l/index.js"
|
|
4050
|
+
},
|
|
4051
4051
|
"./Bulb/m": {
|
|
4052
4052
|
"types": "./lib/Bulb/m/index.d.ts",
|
|
4053
4053
|
"import": "./lib/Bulb/m/index.mjs",
|