@semcore/icon 16.7.4-prerelease.4 → 16.7.5-prerelease.1
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/README.md +4 -4
- package/Semrush/l/index.js +1 -1
- package/Semrush/l/index.mjs +1 -1
- package/Semrush/m/index.js +1 -1
- package/Semrush/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/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 +273 -273
- 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/Semrush/l.svg +1 -1
- package/svg/icon/Semrush/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.5-prerelease.1",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.0.
|
|
16
|
+
"@semcore/base-components": "^16.5.0-prerelease.1"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
|
-
"@semcore/base-components": "16.
|
|
26
|
-
"@semcore/
|
|
27
|
-
"@semcore/
|
|
25
|
+
"@semcore/base-components": "16.5.0-prerelease.1",
|
|
26
|
+
"@semcore/icon-transform-svg": "1.1.0",
|
|
27
|
+
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
@@ -52,16 +52,6 @@
|
|
|
52
52
|
"import": "./color/YoutubeColored/l/index.mjs",
|
|
53
53
|
"types": "./color/YoutubeColored/l/index.d.ts"
|
|
54
54
|
},
|
|
55
|
-
"./color/Yahoo/m": {
|
|
56
|
-
"require": "./color/Yahoo/m/index.js",
|
|
57
|
-
"import": "./color/Yahoo/m/index.mjs",
|
|
58
|
-
"types": "./color/Yahoo/m/index.d.ts"
|
|
59
|
-
},
|
|
60
|
-
"./color/Yahoo/l": {
|
|
61
|
-
"require": "./color/Yahoo/l/index.js",
|
|
62
|
-
"import": "./color/Yahoo/l/index.mjs",
|
|
63
|
-
"types": "./color/Yahoo/l/index.d.ts"
|
|
64
|
-
},
|
|
65
55
|
"./color/WooCommerceColored/m": {
|
|
66
56
|
"require": "./color/WooCommerceColored/m/index.js",
|
|
67
57
|
"import": "./color/WooCommerceColored/m/index.mjs",
|
|
@@ -82,6 +72,16 @@
|
|
|
82
72
|
"import": "./color/WhatsApp/l/index.mjs",
|
|
83
73
|
"types": "./color/WhatsApp/l/index.d.ts"
|
|
84
74
|
},
|
|
75
|
+
"./color/Yahoo/m": {
|
|
76
|
+
"require": "./color/Yahoo/m/index.js",
|
|
77
|
+
"import": "./color/Yahoo/m/index.mjs",
|
|
78
|
+
"types": "./color/Yahoo/m/index.d.ts"
|
|
79
|
+
},
|
|
80
|
+
"./color/Yahoo/l": {
|
|
81
|
+
"require": "./color/Yahoo/l/index.js",
|
|
82
|
+
"import": "./color/Yahoo/l/index.mjs",
|
|
83
|
+
"types": "./color/Yahoo/l/index.d.ts"
|
|
84
|
+
},
|
|
85
85
|
"./color/WhatConvertsColored/m": {
|
|
86
86
|
"require": "./color/WhatConvertsColored/m/index.js",
|
|
87
87
|
"import": "./color/WhatConvertsColored/m/index.mjs",
|
|
@@ -132,16 +132,6 @@
|
|
|
132
132
|
"import": "./color/ShopifyColored/l/index.mjs",
|
|
133
133
|
"types": "./color/ShopifyColored/l/index.d.ts"
|
|
134
134
|
},
|
|
135
|
-
"./color/PipedriveColored/m": {
|
|
136
|
-
"require": "./color/PipedriveColored/m/index.js",
|
|
137
|
-
"import": "./color/PipedriveColored/m/index.mjs",
|
|
138
|
-
"types": "./color/PipedriveColored/m/index.d.ts"
|
|
139
|
-
},
|
|
140
|
-
"./color/PipedriveColored/l": {
|
|
141
|
-
"require": "./color/PipedriveColored/l/index.js",
|
|
142
|
-
"import": "./color/PipedriveColored/l/index.mjs",
|
|
143
|
-
"types": "./color/PipedriveColored/l/index.d.ts"
|
|
144
|
-
},
|
|
145
135
|
"./color/Salesforce/m": {
|
|
146
136
|
"require": "./color/Salesforce/m/index.js",
|
|
147
137
|
"import": "./color/Salesforce/m/index.mjs",
|
|
@@ -152,6 +142,16 @@
|
|
|
152
142
|
"import": "./color/Salesforce/l/index.mjs",
|
|
153
143
|
"types": "./color/Salesforce/l/index.d.ts"
|
|
154
144
|
},
|
|
145
|
+
"./color/PipedriveColored/m": {
|
|
146
|
+
"require": "./color/PipedriveColored/m/index.js",
|
|
147
|
+
"import": "./color/PipedriveColored/m/index.mjs",
|
|
148
|
+
"types": "./color/PipedriveColored/m/index.d.ts"
|
|
149
|
+
},
|
|
150
|
+
"./color/PipedriveColored/l": {
|
|
151
|
+
"require": "./color/PipedriveColored/l/index.js",
|
|
152
|
+
"import": "./color/PipedriveColored/l/index.mjs",
|
|
153
|
+
"types": "./color/PipedriveColored/l/index.d.ts"
|
|
154
|
+
},
|
|
155
155
|
"./color/PerplexityColored/m": {
|
|
156
156
|
"require": "./color/PerplexityColored/m/index.js",
|
|
157
157
|
"import": "./color/PerplexityColored/m/index.mjs",
|
|
@@ -232,16 +232,6 @@
|
|
|
232
232
|
"import": "./color/Matomo/l/index.mjs",
|
|
233
233
|
"types": "./color/Matomo/l/index.d.ts"
|
|
234
234
|
},
|
|
235
|
-
"./color/Mailchimp/m": {
|
|
236
|
-
"require": "./color/Mailchimp/m/index.js",
|
|
237
|
-
"import": "./color/Mailchimp/m/index.mjs",
|
|
238
|
-
"types": "./color/Mailchimp/m/index.d.ts"
|
|
239
|
-
},
|
|
240
|
-
"./color/Mailchimp/l": {
|
|
241
|
-
"require": "./color/Mailchimp/l/index.js",
|
|
242
|
-
"import": "./color/Mailchimp/l/index.mjs",
|
|
243
|
-
"types": "./color/Mailchimp/l/index.d.ts"
|
|
244
|
-
},
|
|
245
235
|
"./color/LookerStudio/m": {
|
|
246
236
|
"require": "./color/LookerStudio/m/index.js",
|
|
247
237
|
"import": "./color/LookerStudio/m/index.mjs",
|
|
@@ -252,6 +242,16 @@
|
|
|
252
242
|
"import": "./color/LookerStudio/l/index.mjs",
|
|
253
243
|
"types": "./color/LookerStudio/l/index.d.ts"
|
|
254
244
|
},
|
|
245
|
+
"./color/Mailchimp/m": {
|
|
246
|
+
"require": "./color/Mailchimp/m/index.js",
|
|
247
|
+
"import": "./color/Mailchimp/m/index.mjs",
|
|
248
|
+
"types": "./color/Mailchimp/m/index.d.ts"
|
|
249
|
+
},
|
|
250
|
+
"./color/Mailchimp/l": {
|
|
251
|
+
"require": "./color/Mailchimp/l/index.js",
|
|
252
|
+
"import": "./color/Mailchimp/l/index.mjs",
|
|
253
|
+
"types": "./color/Mailchimp/l/index.d.ts"
|
|
254
|
+
},
|
|
255
255
|
"./color/LinkedInColored/m": {
|
|
256
256
|
"require": "./color/LinkedInColored/m/index.js",
|
|
257
257
|
"import": "./color/LinkedInColored/m/index.mjs",
|
|
@@ -262,16 +262,6 @@
|
|
|
262
262
|
"import": "./color/LinkedInColored/l/index.mjs",
|
|
263
263
|
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
264
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
265
|
"./color/InstagramColored/m": {
|
|
276
266
|
"require": "./color/InstagramColored/m/index.js",
|
|
277
267
|
"import": "./color/InstagramColored/m/index.mjs",
|
|
@@ -282,6 +272,16 @@
|
|
|
282
272
|
"import": "./color/InstagramColored/l/index.mjs",
|
|
283
273
|
"types": "./color/InstagramColored/l/index.d.ts"
|
|
284
274
|
},
|
|
275
|
+
"./color/JavaScript/m": {
|
|
276
|
+
"require": "./color/JavaScript/m/index.js",
|
|
277
|
+
"import": "./color/JavaScript/m/index.mjs",
|
|
278
|
+
"types": "./color/JavaScript/m/index.d.ts"
|
|
279
|
+
},
|
|
280
|
+
"./color/JavaScript/l": {
|
|
281
|
+
"require": "./color/JavaScript/l/index.js",
|
|
282
|
+
"import": "./color/JavaScript/l/index.mjs",
|
|
283
|
+
"types": "./color/JavaScript/l/index.d.ts"
|
|
284
|
+
},
|
|
285
285
|
"./color/Hubspot/m": {
|
|
286
286
|
"require": "./color/Hubspot/m/index.js",
|
|
287
287
|
"import": "./color/Hubspot/m/index.mjs",
|
|
@@ -312,16 +312,6 @@
|
|
|
312
312
|
"import": "./color/GoogleSheets/l/index.mjs",
|
|
313
313
|
"types": "./color/GoogleSheets/l/index.d.ts"
|
|
314
314
|
},
|
|
315
|
-
"./color/GoogleSearchConsole/m": {
|
|
316
|
-
"require": "./color/GoogleSearchConsole/m/index.js",
|
|
317
|
-
"import": "./color/GoogleSearchConsole/m/index.mjs",
|
|
318
|
-
"types": "./color/GoogleSearchConsole/m/index.d.ts"
|
|
319
|
-
},
|
|
320
|
-
"./color/GoogleSearchConsole/l": {
|
|
321
|
-
"require": "./color/GoogleSearchConsole/l/index.js",
|
|
322
|
-
"import": "./color/GoogleSearchConsole/l/index.mjs",
|
|
323
|
-
"types": "./color/GoogleSearchConsole/l/index.d.ts"
|
|
324
|
-
},
|
|
325
315
|
"./color/GoogleMyBusiness/m": {
|
|
326
316
|
"require": "./color/GoogleMyBusiness/m/index.js",
|
|
327
317
|
"import": "./color/GoogleMyBusiness/m/index.mjs",
|
|
@@ -332,6 +322,16 @@
|
|
|
332
322
|
"import": "./color/GoogleMyBusiness/l/index.mjs",
|
|
333
323
|
"types": "./color/GoogleMyBusiness/l/index.d.ts"
|
|
334
324
|
},
|
|
325
|
+
"./color/GoogleSearchConsole/m": {
|
|
326
|
+
"require": "./color/GoogleSearchConsole/m/index.js",
|
|
327
|
+
"import": "./color/GoogleSearchConsole/m/index.mjs",
|
|
328
|
+
"types": "./color/GoogleSearchConsole/m/index.d.ts"
|
|
329
|
+
},
|
|
330
|
+
"./color/GoogleSearchConsole/l": {
|
|
331
|
+
"require": "./color/GoogleSearchConsole/l/index.js",
|
|
332
|
+
"import": "./color/GoogleSearchConsole/l/index.mjs",
|
|
333
|
+
"types": "./color/GoogleSearchConsole/l/index.d.ts"
|
|
334
|
+
},
|
|
335
335
|
"./color/GoogleMail/m": {
|
|
336
336
|
"require": "./color/GoogleMail/m/index.js",
|
|
337
337
|
"import": "./color/GoogleMail/m/index.mjs",
|
|
@@ -402,16 +402,6 @@
|
|
|
402
402
|
"import": "./color/GoogleCloud/l/index.mjs",
|
|
403
403
|
"types": "./color/GoogleCloud/l/index.d.ts"
|
|
404
404
|
},
|
|
405
|
-
"./color/GoogleAnalytics4/m": {
|
|
406
|
-
"require": "./color/GoogleAnalytics4/m/index.js",
|
|
407
|
-
"import": "./color/GoogleAnalytics4/m/index.mjs",
|
|
408
|
-
"types": "./color/GoogleAnalytics4/m/index.d.ts"
|
|
409
|
-
},
|
|
410
|
-
"./color/GoogleAnalytics4/l": {
|
|
411
|
-
"require": "./color/GoogleAnalytics4/l/index.js",
|
|
412
|
-
"import": "./color/GoogleAnalytics4/l/index.mjs",
|
|
413
|
-
"types": "./color/GoogleAnalytics4/l/index.d.ts"
|
|
414
|
-
},
|
|
415
405
|
"./color/GoogleAnalytics/m": {
|
|
416
406
|
"require": "./color/GoogleAnalytics/m/index.js",
|
|
417
407
|
"import": "./color/GoogleAnalytics/m/index.mjs",
|
|
@@ -422,6 +412,16 @@
|
|
|
422
412
|
"import": "./color/GoogleAnalytics/l/index.mjs",
|
|
423
413
|
"types": "./color/GoogleAnalytics/l/index.d.ts"
|
|
424
414
|
},
|
|
415
|
+
"./color/GoogleAnalytics4/m": {
|
|
416
|
+
"require": "./color/GoogleAnalytics4/m/index.js",
|
|
417
|
+
"import": "./color/GoogleAnalytics4/m/index.mjs",
|
|
418
|
+
"types": "./color/GoogleAnalytics4/m/index.d.ts"
|
|
419
|
+
},
|
|
420
|
+
"./color/GoogleAnalytics4/l": {
|
|
421
|
+
"require": "./color/GoogleAnalytics4/l/index.js",
|
|
422
|
+
"import": "./color/GoogleAnalytics4/l/index.mjs",
|
|
423
|
+
"types": "./color/GoogleAnalytics4/l/index.d.ts"
|
|
424
|
+
},
|
|
425
425
|
"./color/GoogleAds/m": {
|
|
426
426
|
"require": "./color/GoogleAds/m/index.js",
|
|
427
427
|
"import": "./color/GoogleAds/m/index.mjs",
|
|
@@ -622,16 +622,6 @@
|
|
|
622
622
|
"import": "./pay/Mastercard/l/index.mjs",
|
|
623
623
|
"types": "./pay/Mastercard/l/index.d.ts"
|
|
624
624
|
},
|
|
625
|
-
"./pay/JCB/m": {
|
|
626
|
-
"require": "./pay/JCB/m/index.js",
|
|
627
|
-
"import": "./pay/JCB/m/index.mjs",
|
|
628
|
-
"types": "./pay/JCB/m/index.d.ts"
|
|
629
|
-
},
|
|
630
|
-
"./pay/JCB/l": {
|
|
631
|
-
"require": "./pay/JCB/l/index.js",
|
|
632
|
-
"import": "./pay/JCB/l/index.mjs",
|
|
633
|
-
"types": "./pay/JCB/l/index.d.ts"
|
|
634
|
-
},
|
|
635
625
|
"./pay/Discover/m": {
|
|
636
626
|
"require": "./pay/Discover/m/index.js",
|
|
637
627
|
"import": "./pay/Discover/m/index.mjs",
|
|
@@ -642,6 +632,16 @@
|
|
|
642
632
|
"import": "./pay/Discover/l/index.mjs",
|
|
643
633
|
"types": "./pay/Discover/l/index.d.ts"
|
|
644
634
|
},
|
|
635
|
+
"./pay/JCB/m": {
|
|
636
|
+
"require": "./pay/JCB/m/index.js",
|
|
637
|
+
"import": "./pay/JCB/m/index.mjs",
|
|
638
|
+
"types": "./pay/JCB/m/index.d.ts"
|
|
639
|
+
},
|
|
640
|
+
"./pay/JCB/l": {
|
|
641
|
+
"require": "./pay/JCB/l/index.js",
|
|
642
|
+
"import": "./pay/JCB/l/index.mjs",
|
|
643
|
+
"types": "./pay/JCB/l/index.d.ts"
|
|
644
|
+
},
|
|
645
645
|
"./pay/Diners/m": {
|
|
646
646
|
"require": "./pay/Diners/m/index.js",
|
|
647
647
|
"import": "./pay/Diners/m/index.mjs",
|
|
@@ -757,16 +757,6 @@
|
|
|
757
757
|
"import": "./ZoomMinus/l/index.mjs",
|
|
758
758
|
"types": "./ZoomMinus/l/index.d.ts"
|
|
759
759
|
},
|
|
760
|
-
"./Youtube/m": {
|
|
761
|
-
"require": "./Youtube/m/index.js",
|
|
762
|
-
"import": "./Youtube/m/index.mjs",
|
|
763
|
-
"types": "./Youtube/m/index.d.ts"
|
|
764
|
-
},
|
|
765
|
-
"./Youtube/l": {
|
|
766
|
-
"require": "./Youtube/l/index.js",
|
|
767
|
-
"import": "./Youtube/l/index.mjs",
|
|
768
|
-
"types": "./Youtube/l/index.d.ts"
|
|
769
|
-
},
|
|
770
760
|
"./YoutubePlaceholder/m": {
|
|
771
761
|
"require": "./YoutubePlaceholder/m/index.js",
|
|
772
762
|
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
@@ -777,6 +767,16 @@
|
|
|
777
767
|
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
778
768
|
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
779
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
780
|
"./Yext/m": {
|
|
781
781
|
"require": "./Yext/m/index.js",
|
|
782
782
|
"import": "./Yext/m/index.mjs",
|
|
@@ -1057,16 +1057,6 @@
|
|
|
1057
1057
|
"import": "./Twitter/l/index.mjs",
|
|
1058
1058
|
"types": "./Twitter/l/index.d.ts"
|
|
1059
1059
|
},
|
|
1060
|
-
"./Trash/m": {
|
|
1061
|
-
"require": "./Trash/m/index.js",
|
|
1062
|
-
"import": "./Trash/m/index.mjs",
|
|
1063
|
-
"types": "./Trash/m/index.d.ts"
|
|
1064
|
-
},
|
|
1065
|
-
"./Trash/l": {
|
|
1066
|
-
"require": "./Trash/l/index.js",
|
|
1067
|
-
"import": "./Trash/l/index.mjs",
|
|
1068
|
-
"types": "./Trash/l/index.d.ts"
|
|
1069
|
-
},
|
|
1070
1060
|
"./Trello/m": {
|
|
1071
1061
|
"require": "./Trello/m/index.js",
|
|
1072
1062
|
"import": "./Trello/m/index.mjs",
|
|
@@ -1077,6 +1067,16 @@
|
|
|
1077
1067
|
"import": "./Trello/l/index.mjs",
|
|
1078
1068
|
"types": "./Trello/l/index.d.ts"
|
|
1079
1069
|
},
|
|
1070
|
+
"./Trash/m": {
|
|
1071
|
+
"require": "./Trash/m/index.js",
|
|
1072
|
+
"import": "./Trash/m/index.mjs",
|
|
1073
|
+
"types": "./Trash/m/index.d.ts"
|
|
1074
|
+
},
|
|
1075
|
+
"./Trash/l": {
|
|
1076
|
+
"require": "./Trash/l/index.js",
|
|
1077
|
+
"import": "./Trash/l/index.mjs",
|
|
1078
|
+
"types": "./Trash/l/index.d.ts"
|
|
1079
|
+
},
|
|
1080
1080
|
"./Toxic/m": {
|
|
1081
1081
|
"require": "./Toxic/m/index.js",
|
|
1082
1082
|
"import": "./Toxic/m/index.mjs",
|
|
@@ -1257,16 +1257,6 @@
|
|
|
1257
1257
|
"import": "./TackNo/l/index.mjs",
|
|
1258
1258
|
"types": "./TackNo/l/index.d.ts"
|
|
1259
1259
|
},
|
|
1260
|
-
"./Tack/m": {
|
|
1261
|
-
"require": "./Tack/m/index.js",
|
|
1262
|
-
"import": "./Tack/m/index.mjs",
|
|
1263
|
-
"types": "./Tack/m/index.d.ts"
|
|
1264
|
-
},
|
|
1265
|
-
"./Tack/l": {
|
|
1266
|
-
"require": "./Tack/l/index.js",
|
|
1267
|
-
"import": "./Tack/l/index.mjs",
|
|
1268
|
-
"types": "./Tack/l/index.d.ts"
|
|
1269
|
-
},
|
|
1270
1260
|
"./Tablet/m": {
|
|
1271
1261
|
"require": "./Tablet/m/index.js",
|
|
1272
1262
|
"import": "./Tablet/m/index.mjs",
|
|
@@ -1287,6 +1277,16 @@
|
|
|
1287
1277
|
"import": "./Table/l/index.mjs",
|
|
1288
1278
|
"types": "./Table/l/index.d.ts"
|
|
1289
1279
|
},
|
|
1280
|
+
"./Tack/m": {
|
|
1281
|
+
"require": "./Tack/m/index.js",
|
|
1282
|
+
"import": "./Tack/m/index.mjs",
|
|
1283
|
+
"types": "./Tack/m/index.d.ts"
|
|
1284
|
+
},
|
|
1285
|
+
"./Tack/l": {
|
|
1286
|
+
"require": "./Tack/l/index.js",
|
|
1287
|
+
"import": "./Tack/l/index.mjs",
|
|
1288
|
+
"types": "./Tack/l/index.d.ts"
|
|
1289
|
+
},
|
|
1290
1290
|
"./SummaryAI/m": {
|
|
1291
1291
|
"require": "./SummaryAI/m/index.js",
|
|
1292
1292
|
"import": "./SummaryAI/m/index.mjs",
|
|
@@ -1367,16 +1367,6 @@
|
|
|
1367
1367
|
"import": "./Smoking/l/index.mjs",
|
|
1368
1368
|
"types": "./Smoking/l/index.d.ts"
|
|
1369
1369
|
},
|
|
1370
|
-
"./SmileSad/m": {
|
|
1371
|
-
"require": "./SmileSad/m/index.js",
|
|
1372
|
-
"import": "./SmileSad/m/index.mjs",
|
|
1373
|
-
"types": "./SmileSad/m/index.d.ts"
|
|
1374
|
-
},
|
|
1375
|
-
"./SmileSad/l": {
|
|
1376
|
-
"require": "./SmileSad/l/index.js",
|
|
1377
|
-
"import": "./SmileSad/l/index.mjs",
|
|
1378
|
-
"types": "./SmileSad/l/index.d.ts"
|
|
1379
|
-
},
|
|
1380
1370
|
"./SmileSimple/m": {
|
|
1381
1371
|
"require": "./SmileSimple/m/index.js",
|
|
1382
1372
|
"import": "./SmileSimple/m/index.mjs",
|
|
@@ -1387,6 +1377,16 @@
|
|
|
1387
1377
|
"import": "./SmileSimple/l/index.mjs",
|
|
1388
1378
|
"types": "./SmileSimple/l/index.d.ts"
|
|
1389
1379
|
},
|
|
1380
|
+
"./SmileSad/m": {
|
|
1381
|
+
"require": "./SmileSad/m/index.js",
|
|
1382
|
+
"import": "./SmileSad/m/index.mjs",
|
|
1383
|
+
"types": "./SmileSad/m/index.d.ts"
|
|
1384
|
+
},
|
|
1385
|
+
"./SmileSad/l": {
|
|
1386
|
+
"require": "./SmileSad/l/index.js",
|
|
1387
|
+
"import": "./SmileSad/l/index.mjs",
|
|
1388
|
+
"types": "./SmileSad/l/index.d.ts"
|
|
1389
|
+
},
|
|
1390
1390
|
"./SmileNeutral/m": {
|
|
1391
1391
|
"require": "./SmileNeutral/m/index.js",
|
|
1392
1392
|
"import": "./SmileNeutral/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
|
-
"./ShortVideos/m": {
|
|
1481
|
-
"require": "./ShortVideos/m/index.js",
|
|
1482
|
-
"import": "./ShortVideos/m/index.mjs",
|
|
1483
|
-
"types": "./ShortVideos/m/index.d.ts"
|
|
1484
|
-
},
|
|
1485
|
-
"./ShortVideos/l": {
|
|
1486
|
-
"require": "./ShortVideos/l/index.js",
|
|
1487
|
-
"import": "./ShortVideos/l/index.mjs",
|
|
1488
|
-
"types": "./ShortVideos/l/index.d.ts"
|
|
1489
|
-
},
|
|
1490
1480
|
"./ShowNo/m": {
|
|
1491
1481
|
"require": "./ShowNo/m/index.js",
|
|
1492
1482
|
"import": "./ShowNo/m/index.mjs",
|
|
@@ -1497,6 +1487,16 @@
|
|
|
1497
1487
|
"import": "./ShowNo/l/index.mjs",
|
|
1498
1488
|
"types": "./ShowNo/l/index.d.ts"
|
|
1499
1489
|
},
|
|
1490
|
+
"./ShortVideos/m": {
|
|
1491
|
+
"require": "./ShortVideos/m/index.js",
|
|
1492
|
+
"import": "./ShortVideos/m/index.mjs",
|
|
1493
|
+
"types": "./ShortVideos/m/index.d.ts"
|
|
1494
|
+
},
|
|
1495
|
+
"./ShortVideos/l": {
|
|
1496
|
+
"require": "./ShortVideos/l/index.js",
|
|
1497
|
+
"import": "./ShortVideos/l/index.mjs",
|
|
1498
|
+
"types": "./ShortVideos/l/index.d.ts"
|
|
1499
|
+
},
|
|
1500
1500
|
"./ShareAlt/m": {
|
|
1501
1501
|
"require": "./ShareAlt/m/index.js",
|
|
1502
1502
|
"import": "./ShareAlt/m/index.mjs",
|
|
@@ -1737,16 +1737,6 @@
|
|
|
1737
1737
|
"import": "./Reply/l/index.mjs",
|
|
1738
1738
|
"types": "./Reply/l/index.d.ts"
|
|
1739
1739
|
},
|
|
1740
|
-
"./Reload/m": {
|
|
1741
|
-
"require": "./Reload/m/index.js",
|
|
1742
|
-
"import": "./Reload/m/index.mjs",
|
|
1743
|
-
"types": "./Reload/m/index.d.ts"
|
|
1744
|
-
},
|
|
1745
|
-
"./Reload/l": {
|
|
1746
|
-
"require": "./Reload/l/index.js",
|
|
1747
|
-
"import": "./Reload/l/index.mjs",
|
|
1748
|
-
"types": "./Reload/l/index.d.ts"
|
|
1749
|
-
},
|
|
1750
1740
|
"./Rephrase/m": {
|
|
1751
1741
|
"require": "./Rephrase/m/index.js",
|
|
1752
1742
|
"import": "./Rephrase/m/index.mjs",
|
|
@@ -1757,6 +1747,16 @@
|
|
|
1757
1747
|
"import": "./Rephrase/l/index.mjs",
|
|
1758
1748
|
"types": "./Rephrase/l/index.d.ts"
|
|
1759
1749
|
},
|
|
1750
|
+
"./Reload/m": {
|
|
1751
|
+
"require": "./Reload/m/index.js",
|
|
1752
|
+
"import": "./Reload/m/index.mjs",
|
|
1753
|
+
"types": "./Reload/m/index.d.ts"
|
|
1754
|
+
},
|
|
1755
|
+
"./Reload/l": {
|
|
1756
|
+
"require": "./Reload/l/index.js",
|
|
1757
|
+
"import": "./Reload/l/index.mjs",
|
|
1758
|
+
"types": "./Reload/l/index.d.ts"
|
|
1759
|
+
},
|
|
1760
1760
|
"./Religion/m": {
|
|
1761
1761
|
"require": "./Religion/m/index.js",
|
|
1762
1762
|
"import": "./Religion/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,6 +1797,16 @@
|
|
|
1807
1797
|
"import": "./Redirect/l/index.mjs",
|
|
1808
1798
|
"types": "./Redirect/l/index.d.ts"
|
|
1809
1799
|
},
|
|
1800
|
+
"./Redo/m": {
|
|
1801
|
+
"require": "./Redo/m/index.js",
|
|
1802
|
+
"import": "./Redo/m/index.mjs",
|
|
1803
|
+
"types": "./Redo/m/index.d.ts"
|
|
1804
|
+
},
|
|
1805
|
+
"./Redo/l": {
|
|
1806
|
+
"require": "./Redo/l/index.js",
|
|
1807
|
+
"import": "./Redo/l/index.mjs",
|
|
1808
|
+
"types": "./Redo/l/index.d.ts"
|
|
1809
|
+
},
|
|
1810
1810
|
"./Recreation/m": {
|
|
1811
1811
|
"require": "./Recreation/m/index.js",
|
|
1812
1812
|
"import": "./Recreation/m/index.mjs",
|
|
@@ -2627,16 +2627,6 @@
|
|
|
2627
2627
|
"import": "./LinkAltHalf/l/index.mjs",
|
|
2628
2628
|
"types": "./LinkAltHalf/l/index.d.ts"
|
|
2629
2629
|
},
|
|
2630
|
-
"./LinkAltBroken/m": {
|
|
2631
|
-
"require": "./LinkAltBroken/m/index.js",
|
|
2632
|
-
"import": "./LinkAltBroken/m/index.mjs",
|
|
2633
|
-
"types": "./LinkAltBroken/m/index.d.ts"
|
|
2634
|
-
},
|
|
2635
|
-
"./LinkAltBroken/l": {
|
|
2636
|
-
"require": "./LinkAltBroken/l/index.js",
|
|
2637
|
-
"import": "./LinkAltBroken/l/index.mjs",
|
|
2638
|
-
"types": "./LinkAltBroken/l/index.d.ts"
|
|
2639
|
-
},
|
|
2640
2630
|
"./Link/m": {
|
|
2641
2631
|
"require": "./Link/m/index.js",
|
|
2642
2632
|
"import": "./Link/m/index.mjs",
|
|
@@ -2647,6 +2637,16 @@
|
|
|
2647
2637
|
"import": "./Link/l/index.mjs",
|
|
2648
2638
|
"types": "./Link/l/index.d.ts"
|
|
2649
2639
|
},
|
|
2640
|
+
"./LinkAltBroken/m": {
|
|
2641
|
+
"require": "./LinkAltBroken/m/index.js",
|
|
2642
|
+
"import": "./LinkAltBroken/m/index.mjs",
|
|
2643
|
+
"types": "./LinkAltBroken/m/index.d.ts"
|
|
2644
|
+
},
|
|
2645
|
+
"./LinkAltBroken/l": {
|
|
2646
|
+
"require": "./LinkAltBroken/l/index.js",
|
|
2647
|
+
"import": "./LinkAltBroken/l/index.mjs",
|
|
2648
|
+
"types": "./LinkAltBroken/l/index.d.ts"
|
|
2649
|
+
},
|
|
2650
2650
|
"./LikeFilled/m": {
|
|
2651
2651
|
"require": "./LikeFilled/m/index.js",
|
|
2652
2652
|
"import": "./LikeFilled/m/index.mjs",
|
|
@@ -2657,16 +2657,6 @@
|
|
|
2657
2657
|
"import": "./LikeFilled/l/index.mjs",
|
|
2658
2658
|
"types": "./LikeFilled/l/index.d.ts"
|
|
2659
2659
|
},
|
|
2660
|
-
"./Like/m": {
|
|
2661
|
-
"require": "./Like/m/index.js",
|
|
2662
|
-
"import": "./Like/m/index.mjs",
|
|
2663
|
-
"types": "./Like/m/index.d.ts"
|
|
2664
|
-
},
|
|
2665
|
-
"./Like/l": {
|
|
2666
|
-
"require": "./Like/l/index.js",
|
|
2667
|
-
"import": "./Like/l/index.mjs",
|
|
2668
|
-
"types": "./Like/l/index.d.ts"
|
|
2669
|
-
},
|
|
2670
2660
|
"./LightningFilled/m": {
|
|
2671
2661
|
"require": "./LightningFilled/m/index.js",
|
|
2672
2662
|
"import": "./LightningFilled/m/index.mjs",
|
|
@@ -2677,6 +2667,16 @@
|
|
|
2677
2667
|
"import": "./LightningFilled/l/index.mjs",
|
|
2678
2668
|
"types": "./LightningFilled/l/index.d.ts"
|
|
2679
2669
|
},
|
|
2670
|
+
"./Like/m": {
|
|
2671
|
+
"require": "./Like/m/index.js",
|
|
2672
|
+
"import": "./Like/m/index.mjs",
|
|
2673
|
+
"types": "./Like/m/index.d.ts"
|
|
2674
|
+
},
|
|
2675
|
+
"./Like/l": {
|
|
2676
|
+
"require": "./Like/l/index.js",
|
|
2677
|
+
"import": "./Like/l/index.mjs",
|
|
2678
|
+
"types": "./Like/l/index.d.ts"
|
|
2679
|
+
},
|
|
2680
2680
|
"./Lightning/m": {
|
|
2681
2681
|
"require": "./Lightning/m/index.js",
|
|
2682
2682
|
"import": "./Lightning/m/index.mjs",
|
|
@@ -2697,16 +2697,6 @@
|
|
|
2697
2697
|
"import": "./Law/l/index.mjs",
|
|
2698
2698
|
"types": "./Law/l/index.d.ts"
|
|
2699
2699
|
},
|
|
2700
|
-
"./Laptop/m": {
|
|
2701
|
-
"require": "./Laptop/m/index.js",
|
|
2702
|
-
"import": "./Laptop/m/index.mjs",
|
|
2703
|
-
"types": "./Laptop/m/index.d.ts"
|
|
2704
|
-
},
|
|
2705
|
-
"./Laptop/l": {
|
|
2706
|
-
"require": "./Laptop/l/index.js",
|
|
2707
|
-
"import": "./Laptop/l/index.mjs",
|
|
2708
|
-
"types": "./Laptop/l/index.d.ts"
|
|
2709
|
-
},
|
|
2710
2700
|
"./Language/m": {
|
|
2711
2701
|
"require": "./Language/m/index.js",
|
|
2712
2702
|
"import": "./Language/m/index.mjs",
|
|
@@ -2717,6 +2707,16 @@
|
|
|
2717
2707
|
"import": "./Language/l/index.mjs",
|
|
2718
2708
|
"types": "./Language/l/index.d.ts"
|
|
2719
2709
|
},
|
|
2710
|
+
"./Laptop/m": {
|
|
2711
|
+
"require": "./Laptop/m/index.js",
|
|
2712
|
+
"import": "./Laptop/m/index.mjs",
|
|
2713
|
+
"types": "./Laptop/m/index.d.ts"
|
|
2714
|
+
},
|
|
2715
|
+
"./Laptop/l": {
|
|
2716
|
+
"require": "./Laptop/l/index.js",
|
|
2717
|
+
"import": "./Laptop/l/index.mjs",
|
|
2718
|
+
"types": "./Laptop/l/index.d.ts"
|
|
2719
|
+
},
|
|
2720
2720
|
"./KeyHotkey/m": {
|
|
2721
2721
|
"require": "./KeyHotkey/m/index.js",
|
|
2722
2722
|
"import": "./KeyHotkey/m/index.mjs",
|
|
@@ -2857,16 +2857,6 @@
|
|
|
2857
2857
|
"import": "./Health/l/index.mjs",
|
|
2858
2858
|
"types": "./Health/l/index.d.ts"
|
|
2859
2859
|
},
|
|
2860
|
-
"./Hashtag/m": {
|
|
2861
|
-
"require": "./Hashtag/m/index.js",
|
|
2862
|
-
"import": "./Hashtag/m/index.mjs",
|
|
2863
|
-
"types": "./Hashtag/m/index.d.ts"
|
|
2864
|
-
},
|
|
2865
|
-
"./Hashtag/l": {
|
|
2866
|
-
"require": "./Hashtag/l/index.js",
|
|
2867
|
-
"import": "./Hashtag/l/index.mjs",
|
|
2868
|
-
"types": "./Hashtag/l/index.d.ts"
|
|
2869
|
-
},
|
|
2870
2860
|
"./Hamburger/m": {
|
|
2871
2861
|
"require": "./Hamburger/m/index.js",
|
|
2872
2862
|
"import": "./Hamburger/m/index.mjs",
|
|
@@ -2877,6 +2867,16 @@
|
|
|
2877
2867
|
"import": "./Hamburger/l/index.mjs",
|
|
2878
2868
|
"types": "./Hamburger/l/index.d.ts"
|
|
2879
2869
|
},
|
|
2870
|
+
"./Hashtag/m": {
|
|
2871
|
+
"require": "./Hashtag/m/index.js",
|
|
2872
|
+
"import": "./Hashtag/m/index.mjs",
|
|
2873
|
+
"types": "./Hashtag/m/index.d.ts"
|
|
2874
|
+
},
|
|
2875
|
+
"./Hashtag/l": {
|
|
2876
|
+
"require": "./Hashtag/l/index.js",
|
|
2877
|
+
"import": "./Hashtag/l/index.mjs",
|
|
2878
|
+
"types": "./Hashtag/l/index.d.ts"
|
|
2879
|
+
},
|
|
2880
2880
|
"./GoogleGenerativeAI/m": {
|
|
2881
2881
|
"require": "./GoogleGenerativeAI/m/index.js",
|
|
2882
2882
|
"import": "./GoogleGenerativeAI/m/index.mjs",
|
|
@@ -2997,6 +2997,16 @@
|
|
|
2997
2997
|
"import": "./Funnel/l/index.mjs",
|
|
2998
2998
|
"types": "./Funnel/l/index.d.ts"
|
|
2999
2999
|
},
|
|
3000
|
+
"./Foursquare/m": {
|
|
3001
|
+
"require": "./Foursquare/m/index.js",
|
|
3002
|
+
"import": "./Foursquare/m/index.mjs",
|
|
3003
|
+
"types": "./Foursquare/m/index.d.ts"
|
|
3004
|
+
},
|
|
3005
|
+
"./Foursquare/l": {
|
|
3006
|
+
"require": "./Foursquare/l/index.js",
|
|
3007
|
+
"import": "./Foursquare/l/index.mjs",
|
|
3008
|
+
"types": "./Foursquare/l/index.d.ts"
|
|
3009
|
+
},
|
|
3000
3010
|
"./FormatAlignRight/m": {
|
|
3001
3011
|
"require": "./FormatAlignRight/m/index.js",
|
|
3002
3012
|
"import": "./FormatAlignRight/m/index.mjs",
|
|
@@ -3007,16 +3017,6 @@
|
|
|
3007
3017
|
"import": "./FormatAlignRight/l/index.mjs",
|
|
3008
3018
|
"types": "./FormatAlignRight/l/index.d.ts"
|
|
3009
3019
|
},
|
|
3010
|
-
"./FormatAlignJustify/m": {
|
|
3011
|
-
"require": "./FormatAlignJustify/m/index.js",
|
|
3012
|
-
"import": "./FormatAlignJustify/m/index.mjs",
|
|
3013
|
-
"types": "./FormatAlignJustify/m/index.d.ts"
|
|
3014
|
-
},
|
|
3015
|
-
"./FormatAlignJustify/l": {
|
|
3016
|
-
"require": "./FormatAlignJustify/l/index.js",
|
|
3017
|
-
"import": "./FormatAlignJustify/l/index.mjs",
|
|
3018
|
-
"types": "./FormatAlignJustify/l/index.d.ts"
|
|
3019
|
-
},
|
|
3020
3020
|
"./FormatAlignLeft/m": {
|
|
3021
3021
|
"require": "./FormatAlignLeft/m/index.js",
|
|
3022
3022
|
"import": "./FormatAlignLeft/m/index.mjs",
|
|
@@ -3027,15 +3027,15 @@
|
|
|
3027
3027
|
"import": "./FormatAlignLeft/l/index.mjs",
|
|
3028
3028
|
"types": "./FormatAlignLeft/l/index.d.ts"
|
|
3029
3029
|
},
|
|
3030
|
-
"./
|
|
3031
|
-
"require": "./
|
|
3032
|
-
"import": "./
|
|
3033
|
-
"types": "./
|
|
3030
|
+
"./FormatAlignJustify/m": {
|
|
3031
|
+
"require": "./FormatAlignJustify/m/index.js",
|
|
3032
|
+
"import": "./FormatAlignJustify/m/index.mjs",
|
|
3033
|
+
"types": "./FormatAlignJustify/m/index.d.ts"
|
|
3034
3034
|
},
|
|
3035
|
-
"./
|
|
3036
|
-
"require": "./
|
|
3037
|
-
"import": "./
|
|
3038
|
-
"types": "./
|
|
3035
|
+
"./FormatAlignJustify/l": {
|
|
3036
|
+
"require": "./FormatAlignJustify/l/index.js",
|
|
3037
|
+
"import": "./FormatAlignJustify/l/index.mjs",
|
|
3038
|
+
"types": "./FormatAlignJustify/l/index.d.ts"
|
|
3039
3039
|
},
|
|
3040
3040
|
"./FormatAlignCenter/m": {
|
|
3041
3041
|
"require": "./FormatAlignCenter/m/index.js",
|
|
@@ -3167,16 +3167,6 @@
|
|
|
3167
3167
|
"import": "./Filter/l/index.mjs",
|
|
3168
3168
|
"types": "./Filter/l/index.d.ts"
|
|
3169
3169
|
},
|
|
3170
|
-
"./FileUpload/m": {
|
|
3171
|
-
"require": "./FileUpload/m/index.js",
|
|
3172
|
-
"import": "./FileUpload/m/index.mjs",
|
|
3173
|
-
"types": "./FileUpload/m/index.d.ts"
|
|
3174
|
-
},
|
|
3175
|
-
"./FileUpload/l": {
|
|
3176
|
-
"require": "./FileUpload/l/index.js",
|
|
3177
|
-
"import": "./FileUpload/l/index.mjs",
|
|
3178
|
-
"types": "./FileUpload/l/index.d.ts"
|
|
3179
|
-
},
|
|
3180
3170
|
"./FileImport/m": {
|
|
3181
3171
|
"require": "./FileImport/m/index.js",
|
|
3182
3172
|
"import": "./FileImport/m/index.mjs",
|
|
@@ -3187,6 +3177,16 @@
|
|
|
3187
3177
|
"import": "./FileImport/l/index.mjs",
|
|
3188
3178
|
"types": "./FileImport/l/index.d.ts"
|
|
3189
3179
|
},
|
|
3180
|
+
"./FileUpload/m": {
|
|
3181
|
+
"require": "./FileUpload/m/index.js",
|
|
3182
|
+
"import": "./FileUpload/m/index.mjs",
|
|
3183
|
+
"types": "./FileUpload/m/index.d.ts"
|
|
3184
|
+
},
|
|
3185
|
+
"./FileUpload/l": {
|
|
3186
|
+
"require": "./FileUpload/l/index.js",
|
|
3187
|
+
"import": "./FileUpload/l/index.mjs",
|
|
3188
|
+
"types": "./FileUpload/l/index.d.ts"
|
|
3189
|
+
},
|
|
3190
3190
|
"./FileExport/m": {
|
|
3191
3191
|
"require": "./FileExport/m/index.js",
|
|
3192
3192
|
"import": "./FileExport/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
|
-
"./Exit/m": {
|
|
3321
|
-
"require": "./Exit/m/index.js",
|
|
3322
|
-
"import": "./Exit/m/index.mjs",
|
|
3323
|
-
"types": "./Exit/m/index.d.ts"
|
|
3324
|
-
},
|
|
3325
|
-
"./Exit/l": {
|
|
3326
|
-
"require": "./Exit/l/index.js",
|
|
3327
|
-
"import": "./Exit/l/index.mjs",
|
|
3328
|
-
"types": "./Exit/l/index.d.ts"
|
|
3329
|
-
},
|
|
3330
3320
|
"./Events/m": {
|
|
3331
3321
|
"require": "./Events/m/index.js",
|
|
3332
3322
|
"import": "./Events/m/index.mjs",
|
|
@@ -3337,6 +3327,16 @@
|
|
|
3337
3327
|
"import": "./Events/l/index.mjs",
|
|
3338
3328
|
"types": "./Events/l/index.d.ts"
|
|
3339
3329
|
},
|
|
3330
|
+
"./Exit/m": {
|
|
3331
|
+
"require": "./Exit/m/index.js",
|
|
3332
|
+
"import": "./Exit/m/index.mjs",
|
|
3333
|
+
"types": "./Exit/m/index.d.ts"
|
|
3334
|
+
},
|
|
3335
|
+
"./Exit/l": {
|
|
3336
|
+
"require": "./Exit/l/index.js",
|
|
3337
|
+
"import": "./Exit/l/index.mjs",
|
|
3338
|
+
"types": "./Exit/l/index.d.ts"
|
|
3339
|
+
},
|
|
3340
3340
|
"./Event/m": {
|
|
3341
3341
|
"require": "./Event/m/index.js",
|
|
3342
3342
|
"import": "./Event/m/index.mjs",
|
|
@@ -3417,16 +3417,6 @@
|
|
|
3417
3417
|
"import": "./DocumentPdf/l/index.mjs",
|
|
3418
3418
|
"types": "./DocumentPdf/l/index.d.ts"
|
|
3419
3419
|
},
|
|
3420
|
-
"./DocumentHappy/m": {
|
|
3421
|
-
"require": "./DocumentHappy/m/index.js",
|
|
3422
|
-
"import": "./DocumentHappy/m/index.mjs",
|
|
3423
|
-
"types": "./DocumentHappy/m/index.d.ts"
|
|
3424
|
-
},
|
|
3425
|
-
"./DocumentHappy/l": {
|
|
3426
|
-
"require": "./DocumentHappy/l/index.js",
|
|
3427
|
-
"import": "./DocumentHappy/l/index.mjs",
|
|
3428
|
-
"types": "./DocumentHappy/l/index.d.ts"
|
|
3429
|
-
},
|
|
3430
3420
|
"./DocumentExport/m": {
|
|
3431
3421
|
"require": "./DocumentExport/m/index.js",
|
|
3432
3422
|
"import": "./DocumentExport/m/index.mjs",
|
|
@@ -3437,6 +3427,16 @@
|
|
|
3437
3427
|
"import": "./DocumentExport/l/index.mjs",
|
|
3438
3428
|
"types": "./DocumentExport/l/index.d.ts"
|
|
3439
3429
|
},
|
|
3430
|
+
"./DocumentHappy/m": {
|
|
3431
|
+
"require": "./DocumentHappy/m/index.js",
|
|
3432
|
+
"import": "./DocumentHappy/m/index.mjs",
|
|
3433
|
+
"types": "./DocumentHappy/m/index.d.ts"
|
|
3434
|
+
},
|
|
3435
|
+
"./DocumentHappy/l": {
|
|
3436
|
+
"require": "./DocumentHappy/l/index.js",
|
|
3437
|
+
"import": "./DocumentHappy/l/index.mjs",
|
|
3438
|
+
"types": "./DocumentHappy/l/index.d.ts"
|
|
3439
|
+
},
|
|
3440
3440
|
"./DocumentDrop/m": {
|
|
3441
3441
|
"require": "./DocumentDrop/m/index.js",
|
|
3442
3442
|
"import": "./DocumentDrop/m/index.mjs",
|
|
@@ -3547,16 +3547,6 @@
|
|
|
3547
3547
|
"import": "./Crosshair/l/index.mjs",
|
|
3548
3548
|
"types": "./Crosshair/l/index.d.ts"
|
|
3549
3549
|
},
|
|
3550
|
-
"./Craft/m": {
|
|
3551
|
-
"require": "./Craft/m/index.js",
|
|
3552
|
-
"import": "./Craft/m/index.mjs",
|
|
3553
|
-
"types": "./Craft/m/index.d.ts"
|
|
3554
|
-
},
|
|
3555
|
-
"./Craft/l": {
|
|
3556
|
-
"require": "./Craft/l/index.js",
|
|
3557
|
-
"import": "./Craft/l/index.mjs",
|
|
3558
|
-
"types": "./Craft/l/index.d.ts"
|
|
3559
|
-
},
|
|
3560
3550
|
"./Cosmetics/m": {
|
|
3561
3551
|
"require": "./Cosmetics/m/index.js",
|
|
3562
3552
|
"import": "./Cosmetics/m/index.mjs",
|
|
@@ -3577,6 +3567,16 @@
|
|
|
3577
3567
|
"import": "./Copy/l/index.mjs",
|
|
3578
3568
|
"types": "./Copy/l/index.d.ts"
|
|
3579
3569
|
},
|
|
3570
|
+
"./Craft/m": {
|
|
3571
|
+
"require": "./Craft/m/index.js",
|
|
3572
|
+
"import": "./Craft/m/index.mjs",
|
|
3573
|
+
"types": "./Craft/m/index.d.ts"
|
|
3574
|
+
},
|
|
3575
|
+
"./Craft/l": {
|
|
3576
|
+
"require": "./Craft/l/index.js",
|
|
3577
|
+
"import": "./Craft/l/index.mjs",
|
|
3578
|
+
"types": "./Craft/l/index.d.ts"
|
|
3579
|
+
},
|
|
3580
3580
|
"./Comics/m": {
|
|
3581
3581
|
"require": "./Comics/m/index.js",
|
|
3582
3582
|
"import": "./Comics/m/index.mjs",
|
|
@@ -3607,16 +3607,6 @@
|
|
|
3607
3607
|
"import": "./ColumnThree/l/index.mjs",
|
|
3608
3608
|
"types": "./ColumnThree/l/index.d.ts"
|
|
3609
3609
|
},
|
|
3610
|
-
"./CollapseList/m": {
|
|
3611
|
-
"require": "./CollapseList/m/index.js",
|
|
3612
|
-
"import": "./CollapseList/m/index.mjs",
|
|
3613
|
-
"types": "./CollapseList/m/index.d.ts"
|
|
3614
|
-
},
|
|
3615
|
-
"./CollapseList/l": {
|
|
3616
|
-
"require": "./CollapseList/l/index.js",
|
|
3617
|
-
"import": "./CollapseList/l/index.mjs",
|
|
3618
|
-
"types": "./CollapseList/l/index.d.ts"
|
|
3619
|
-
},
|
|
3620
3610
|
"./CollapseAlt/m": {
|
|
3621
3611
|
"require": "./CollapseAlt/m/index.js",
|
|
3622
3612
|
"import": "./CollapseAlt/m/index.mjs",
|
|
@@ -3627,6 +3617,16 @@
|
|
|
3627
3617
|
"import": "./CollapseAlt/l/index.mjs",
|
|
3628
3618
|
"types": "./CollapseAlt/l/index.d.ts"
|
|
3629
3619
|
},
|
|
3620
|
+
"./CollapseList/m": {
|
|
3621
|
+
"require": "./CollapseList/m/index.js",
|
|
3622
|
+
"import": "./CollapseList/m/index.mjs",
|
|
3623
|
+
"types": "./CollapseList/m/index.d.ts"
|
|
3624
|
+
},
|
|
3625
|
+
"./CollapseList/l": {
|
|
3626
|
+
"require": "./CollapseList/l/index.js",
|
|
3627
|
+
"import": "./CollapseList/l/index.mjs",
|
|
3628
|
+
"types": "./CollapseList/l/index.d.ts"
|
|
3629
|
+
},
|
|
3630
3630
|
"./Collapse/m": {
|
|
3631
3631
|
"require": "./Collapse/m/index.js",
|
|
3632
3632
|
"import": "./Collapse/m/index.mjs",
|
|
@@ -3767,16 +3767,6 @@
|
|
|
3767
3767
|
"import": "./Checkbox/l/index.mjs",
|
|
3768
3768
|
"types": "./Checkbox/l/index.d.ts"
|
|
3769
3769
|
},
|
|
3770
|
-
"./CheckDouble/m": {
|
|
3771
|
-
"require": "./CheckDouble/m/index.js",
|
|
3772
|
-
"import": "./CheckDouble/m/index.mjs",
|
|
3773
|
-
"types": "./CheckDouble/m/index.d.ts"
|
|
3774
|
-
},
|
|
3775
|
-
"./CheckDouble/l": {
|
|
3776
|
-
"require": "./CheckDouble/l/index.js",
|
|
3777
|
-
"import": "./CheckDouble/l/index.mjs",
|
|
3778
|
-
"types": "./CheckDouble/l/index.d.ts"
|
|
3779
|
-
},
|
|
3780
3770
|
"./CheckAlt/m": {
|
|
3781
3771
|
"require": "./CheckAlt/m/index.js",
|
|
3782
3772
|
"import": "./CheckAlt/m/index.mjs",
|
|
@@ -3787,6 +3777,16 @@
|
|
|
3787
3777
|
"import": "./CheckAlt/l/index.mjs",
|
|
3788
3778
|
"types": "./CheckAlt/l/index.d.ts"
|
|
3789
3779
|
},
|
|
3780
|
+
"./CheckDouble/m": {
|
|
3781
|
+
"require": "./CheckDouble/m/index.js",
|
|
3782
|
+
"import": "./CheckDouble/m/index.mjs",
|
|
3783
|
+
"types": "./CheckDouble/m/index.d.ts"
|
|
3784
|
+
},
|
|
3785
|
+
"./CheckDouble/l": {
|
|
3786
|
+
"require": "./CheckDouble/l/index.js",
|
|
3787
|
+
"import": "./CheckDouble/l/index.mjs",
|
|
3788
|
+
"types": "./CheckDouble/l/index.d.ts"
|
|
3789
|
+
},
|
|
3790
3790
|
"./Check/m": {
|
|
3791
3791
|
"require": "./Check/m/index.js",
|
|
3792
3792
|
"import": "./Check/m/index.mjs",
|
|
@@ -3827,16 +3827,6 @@
|
|
|
3827
3827
|
"import": "./ChatGPT/l/index.mjs",
|
|
3828
3828
|
"types": "./ChatGPT/l/index.d.ts"
|
|
3829
3829
|
},
|
|
3830
|
-
"./ChatCheck/m": {
|
|
3831
|
-
"require": "./ChatCheck/m/index.js",
|
|
3832
|
-
"import": "./ChatCheck/m/index.mjs",
|
|
3833
|
-
"types": "./ChatCheck/m/index.d.ts"
|
|
3834
|
-
},
|
|
3835
|
-
"./ChatCheck/l": {
|
|
3836
|
-
"require": "./ChatCheck/l/index.js",
|
|
3837
|
-
"import": "./ChatCheck/l/index.mjs",
|
|
3838
|
-
"types": "./ChatCheck/l/index.d.ts"
|
|
3839
|
-
},
|
|
3840
3830
|
"./ChatFilled/m": {
|
|
3841
3831
|
"require": "./ChatFilled/m/index.js",
|
|
3842
3832
|
"import": "./ChatFilled/m/index.mjs",
|
|
@@ -3847,6 +3837,16 @@
|
|
|
3847
3837
|
"import": "./ChatFilled/l/index.mjs",
|
|
3848
3838
|
"types": "./ChatFilled/l/index.d.ts"
|
|
3849
3839
|
},
|
|
3840
|
+
"./ChatCheck/m": {
|
|
3841
|
+
"require": "./ChatCheck/m/index.js",
|
|
3842
|
+
"import": "./ChatCheck/m/index.mjs",
|
|
3843
|
+
"types": "./ChatCheck/m/index.d.ts"
|
|
3844
|
+
},
|
|
3845
|
+
"./ChatCheck/l": {
|
|
3846
|
+
"require": "./ChatCheck/l/index.js",
|
|
3847
|
+
"import": "./ChatCheck/l/index.mjs",
|
|
3848
|
+
"types": "./ChatCheck/l/index.d.ts"
|
|
3849
|
+
},
|
|
3850
3850
|
"./ChatAI/m": {
|
|
3851
3851
|
"require": "./ChatAI/m/index.js",
|
|
3852
3852
|
"import": "./ChatAI/m/index.mjs",
|