@semcore/icon 16.2.3-prerelease.3 → 16.2.3
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/package.json +507 -507
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "16.2.3
|
|
4
|
+
"version": "16.2.3",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@semcore/flex-box": "16.0.4
|
|
12
|
+
"@semcore/flex-box": "16.0.4",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.
|
|
16
|
+
"@semcore/base-components": "^16.0.0"
|
|
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/
|
|
25
|
+
"@semcore/base-components": "16.1.1",
|
|
26
26
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
27
|
-
"@semcore/
|
|
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",
|
|
@@ -72,6 +62,16 @@
|
|
|
72
62
|
"import": "./color/WooCommerceColored/l/index.mjs",
|
|
73
63
|
"types": "./color/WooCommerceColored/l/index.d.ts"
|
|
74
64
|
},
|
|
65
|
+
"./color/Yahoo/m": {
|
|
66
|
+
"require": "./color/Yahoo/m/index.js",
|
|
67
|
+
"import": "./color/Yahoo/m/index.mjs",
|
|
68
|
+
"types": "./color/Yahoo/m/index.d.ts"
|
|
69
|
+
},
|
|
70
|
+
"./color/Yahoo/l": {
|
|
71
|
+
"require": "./color/Yahoo/l/index.js",
|
|
72
|
+
"import": "./color/Yahoo/l/index.mjs",
|
|
73
|
+
"types": "./color/Yahoo/l/index.d.ts"
|
|
74
|
+
},
|
|
75
75
|
"./color/WhatsApp/m": {
|
|
76
76
|
"require": "./color/WhatsApp/m/index.js",
|
|
77
77
|
"import": "./color/WhatsApp/m/index.mjs",
|
|
@@ -122,16 +122,6 @@
|
|
|
122
122
|
"import": "./color/Snapchat/l/index.mjs",
|
|
123
123
|
"types": "./color/Snapchat/l/index.d.ts"
|
|
124
124
|
},
|
|
125
|
-
"./color/ShopifyColored/m": {
|
|
126
|
-
"require": "./color/ShopifyColored/m/index.js",
|
|
127
|
-
"import": "./color/ShopifyColored/m/index.mjs",
|
|
128
|
-
"types": "./color/ShopifyColored/m/index.d.ts"
|
|
129
|
-
},
|
|
130
|
-
"./color/ShopifyColored/l": {
|
|
131
|
-
"require": "./color/ShopifyColored/l/index.js",
|
|
132
|
-
"import": "./color/ShopifyColored/l/index.mjs",
|
|
133
|
-
"types": "./color/ShopifyColored/l/index.d.ts"
|
|
134
|
-
},
|
|
135
125
|
"./color/Salesforce/m": {
|
|
136
126
|
"require": "./color/Salesforce/m/index.js",
|
|
137
127
|
"import": "./color/Salesforce/m/index.mjs",
|
|
@@ -142,6 +132,16 @@
|
|
|
142
132
|
"import": "./color/Salesforce/l/index.mjs",
|
|
143
133
|
"types": "./color/Salesforce/l/index.d.ts"
|
|
144
134
|
},
|
|
135
|
+
"./color/ShopifyColored/m": {
|
|
136
|
+
"require": "./color/ShopifyColored/m/index.js",
|
|
137
|
+
"import": "./color/ShopifyColored/m/index.mjs",
|
|
138
|
+
"types": "./color/ShopifyColored/m/index.d.ts"
|
|
139
|
+
},
|
|
140
|
+
"./color/ShopifyColored/l": {
|
|
141
|
+
"require": "./color/ShopifyColored/l/index.js",
|
|
142
|
+
"import": "./color/ShopifyColored/l/index.mjs",
|
|
143
|
+
"types": "./color/ShopifyColored/l/index.d.ts"
|
|
144
|
+
},
|
|
145
145
|
"./color/PipedriveColored/m": {
|
|
146
146
|
"require": "./color/PipedriveColored/m/index.js",
|
|
147
147
|
"import": "./color/PipedriveColored/m/index.mjs",
|
|
@@ -162,16 +162,6 @@
|
|
|
162
162
|
"import": "./color/Moz/l/index.mjs",
|
|
163
163
|
"types": "./color/Moz/l/index.d.ts"
|
|
164
164
|
},
|
|
165
|
-
"./color/MicrosoftOutlook/m": {
|
|
166
|
-
"require": "./color/MicrosoftOutlook/m/index.js",
|
|
167
|
-
"import": "./color/MicrosoftOutlook/m/index.mjs",
|
|
168
|
-
"types": "./color/MicrosoftOutlook/m/index.d.ts"
|
|
169
|
-
},
|
|
170
|
-
"./color/MicrosoftOutlook/l": {
|
|
171
|
-
"require": "./color/MicrosoftOutlook/l/index.js",
|
|
172
|
-
"import": "./color/MicrosoftOutlook/l/index.mjs",
|
|
173
|
-
"types": "./color/MicrosoftOutlook/l/index.d.ts"
|
|
174
|
-
},
|
|
175
165
|
"./color/MicrosoftOffice/m": {
|
|
176
166
|
"require": "./color/MicrosoftOffice/m/index.js",
|
|
177
167
|
"import": "./color/MicrosoftOffice/m/index.mjs",
|
|
@@ -182,6 +172,16 @@
|
|
|
182
172
|
"import": "./color/MicrosoftOffice/l/index.mjs",
|
|
183
173
|
"types": "./color/MicrosoftOffice/l/index.d.ts"
|
|
184
174
|
},
|
|
175
|
+
"./color/MicrosoftOutlook/m": {
|
|
176
|
+
"require": "./color/MicrosoftOutlook/m/index.js",
|
|
177
|
+
"import": "./color/MicrosoftOutlook/m/index.mjs",
|
|
178
|
+
"types": "./color/MicrosoftOutlook/m/index.d.ts"
|
|
179
|
+
},
|
|
180
|
+
"./color/MicrosoftOutlook/l": {
|
|
181
|
+
"require": "./color/MicrosoftOutlook/l/index.js",
|
|
182
|
+
"import": "./color/MicrosoftOutlook/l/index.mjs",
|
|
183
|
+
"types": "./color/MicrosoftOutlook/l/index.d.ts"
|
|
184
|
+
},
|
|
185
185
|
"./color/MicrosoftExchange/m": {
|
|
186
186
|
"require": "./color/MicrosoftExchange/m/index.js",
|
|
187
187
|
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
@@ -342,16 +342,6 @@
|
|
|
342
342
|
"import": "./color/GoogleDocs/l/index.mjs",
|
|
343
343
|
"types": "./color/GoogleDocs/l/index.d.ts"
|
|
344
344
|
},
|
|
345
|
-
"./color/GoogleDisplayVideoAds/m": {
|
|
346
|
-
"require": "./color/GoogleDisplayVideoAds/m/index.js",
|
|
347
|
-
"import": "./color/GoogleDisplayVideoAds/m/index.mjs",
|
|
348
|
-
"types": "./color/GoogleDisplayVideoAds/m/index.d.ts"
|
|
349
|
-
},
|
|
350
|
-
"./color/GoogleDisplayVideoAds/l": {
|
|
351
|
-
"require": "./color/GoogleDisplayVideoAds/l/index.js",
|
|
352
|
-
"import": "./color/GoogleDisplayVideoAds/l/index.mjs",
|
|
353
|
-
"types": "./color/GoogleDisplayVideoAds/l/index.d.ts"
|
|
354
|
-
},
|
|
355
345
|
"./color/GoogleDataStudio/m": {
|
|
356
346
|
"require": "./color/GoogleDataStudio/m/index.js",
|
|
357
347
|
"import": "./color/GoogleDataStudio/m/index.mjs",
|
|
@@ -362,15 +352,15 @@
|
|
|
362
352
|
"import": "./color/GoogleDataStudio/l/index.mjs",
|
|
363
353
|
"types": "./color/GoogleDataStudio/l/index.d.ts"
|
|
364
354
|
},
|
|
365
|
-
"./color/
|
|
366
|
-
"require": "./color/
|
|
367
|
-
"import": "./color/
|
|
368
|
-
"types": "./color/
|
|
355
|
+
"./color/GoogleDisplayVideoAds/m": {
|
|
356
|
+
"require": "./color/GoogleDisplayVideoAds/m/index.js",
|
|
357
|
+
"import": "./color/GoogleDisplayVideoAds/m/index.mjs",
|
|
358
|
+
"types": "./color/GoogleDisplayVideoAds/m/index.d.ts"
|
|
369
359
|
},
|
|
370
|
-
"./color/
|
|
371
|
-
"require": "./color/
|
|
372
|
-
"import": "./color/
|
|
373
|
-
"types": "./color/
|
|
360
|
+
"./color/GoogleDisplayVideoAds/l": {
|
|
361
|
+
"require": "./color/GoogleDisplayVideoAds/l/index.js",
|
|
362
|
+
"import": "./color/GoogleDisplayVideoAds/l/index.mjs",
|
|
363
|
+
"types": "./color/GoogleDisplayVideoAds/l/index.d.ts"
|
|
374
364
|
},
|
|
375
365
|
"./color/GoogleCloud/m": {
|
|
376
366
|
"require": "./color/GoogleCloud/m/index.js",
|
|
@@ -382,6 +372,16 @@
|
|
|
382
372
|
"import": "./color/GoogleCloud/l/index.mjs",
|
|
383
373
|
"types": "./color/GoogleCloud/l/index.d.ts"
|
|
384
374
|
},
|
|
375
|
+
"./color/GoogleColor/m": {
|
|
376
|
+
"require": "./color/GoogleColor/m/index.js",
|
|
377
|
+
"import": "./color/GoogleColor/m/index.mjs",
|
|
378
|
+
"types": "./color/GoogleColor/m/index.d.ts"
|
|
379
|
+
},
|
|
380
|
+
"./color/GoogleColor/l": {
|
|
381
|
+
"require": "./color/GoogleColor/l/index.js",
|
|
382
|
+
"import": "./color/GoogleColor/l/index.mjs",
|
|
383
|
+
"types": "./color/GoogleColor/l/index.d.ts"
|
|
384
|
+
},
|
|
385
385
|
"./color/GoogleAnalytics4/m": {
|
|
386
386
|
"require": "./color/GoogleAnalytics4/m/index.js",
|
|
387
387
|
"import": "./color/GoogleAnalytics4/m/index.mjs",
|
|
@@ -862,16 +862,6 @@
|
|
|
862
862
|
"import": "./VideoList/l/index.mjs",
|
|
863
863
|
"types": "./VideoList/l/index.d.ts"
|
|
864
864
|
},
|
|
865
|
-
"./VideoCarousel/m": {
|
|
866
|
-
"require": "./VideoCarousel/m/index.js",
|
|
867
|
-
"import": "./VideoCarousel/m/index.mjs",
|
|
868
|
-
"types": "./VideoCarousel/m/index.d.ts"
|
|
869
|
-
},
|
|
870
|
-
"./VideoCarousel/l": {
|
|
871
|
-
"require": "./VideoCarousel/l/index.js",
|
|
872
|
-
"import": "./VideoCarousel/l/index.mjs",
|
|
873
|
-
"types": "./VideoCarousel/l/index.d.ts"
|
|
874
|
-
},
|
|
875
865
|
"./VideoAlt/m": {
|
|
876
866
|
"require": "./VideoAlt/m/index.js",
|
|
877
867
|
"import": "./VideoAlt/m/index.mjs",
|
|
@@ -882,6 +872,16 @@
|
|
|
882
872
|
"import": "./VideoAlt/l/index.mjs",
|
|
883
873
|
"types": "./VideoAlt/l/index.d.ts"
|
|
884
874
|
},
|
|
875
|
+
"./VideoCarousel/m": {
|
|
876
|
+
"require": "./VideoCarousel/m/index.js",
|
|
877
|
+
"import": "./VideoCarousel/m/index.mjs",
|
|
878
|
+
"types": "./VideoCarousel/m/index.d.ts"
|
|
879
|
+
},
|
|
880
|
+
"./VideoCarousel/l": {
|
|
881
|
+
"require": "./VideoCarousel/l/index.js",
|
|
882
|
+
"import": "./VideoCarousel/l/index.mjs",
|
|
883
|
+
"types": "./VideoCarousel/l/index.d.ts"
|
|
884
|
+
},
|
|
885
885
|
"./Video/m": {
|
|
886
886
|
"require": "./Video/m/index.js",
|
|
887
887
|
"import": "./Video/m/index.mjs",
|
|
@@ -942,16 +942,6 @@
|
|
|
942
942
|
"import": "./UserShared/l/index.mjs",
|
|
943
943
|
"types": "./UserShared/l/index.d.ts"
|
|
944
944
|
},
|
|
945
|
-
"./UserGroup/m": {
|
|
946
|
-
"require": "./UserGroup/m/index.js",
|
|
947
|
-
"import": "./UserGroup/m/index.mjs",
|
|
948
|
-
"types": "./UserGroup/m/index.d.ts"
|
|
949
|
-
},
|
|
950
|
-
"./UserGroup/l": {
|
|
951
|
-
"require": "./UserGroup/l/index.js",
|
|
952
|
-
"import": "./UserGroup/l/index.mjs",
|
|
953
|
-
"types": "./UserGroup/l/index.d.ts"
|
|
954
|
-
},
|
|
955
945
|
"./UserDemo/m": {
|
|
956
946
|
"require": "./UserDemo/m/index.js",
|
|
957
947
|
"import": "./UserDemo/m/index.mjs",
|
|
@@ -962,6 +952,16 @@
|
|
|
962
952
|
"import": "./UserDemo/l/index.mjs",
|
|
963
953
|
"types": "./UserDemo/l/index.d.ts"
|
|
964
954
|
},
|
|
955
|
+
"./UserGroup/m": {
|
|
956
|
+
"require": "./UserGroup/m/index.js",
|
|
957
|
+
"import": "./UserGroup/m/index.mjs",
|
|
958
|
+
"types": "./UserGroup/m/index.d.ts"
|
|
959
|
+
},
|
|
960
|
+
"./UserGroup/l": {
|
|
961
|
+
"require": "./UserGroup/l/index.js",
|
|
962
|
+
"import": "./UserGroup/l/index.mjs",
|
|
963
|
+
"types": "./UserGroup/l/index.d.ts"
|
|
964
|
+
},
|
|
965
965
|
"./User/m": {
|
|
966
966
|
"require": "./User/m/index.js",
|
|
967
967
|
"import": "./User/m/index.mjs",
|
|
@@ -1712,16 +1712,6 @@
|
|
|
1712
1712
|
"import": "./RelatedProducts/l/index.mjs",
|
|
1713
1713
|
"types": "./RelatedProducts/l/index.d.ts"
|
|
1714
1714
|
},
|
|
1715
|
-
"./Redo/m": {
|
|
1716
|
-
"require": "./Redo/m/index.js",
|
|
1717
|
-
"import": "./Redo/m/index.mjs",
|
|
1718
|
-
"types": "./Redo/m/index.d.ts"
|
|
1719
|
-
},
|
|
1720
|
-
"./Redo/l": {
|
|
1721
|
-
"require": "./Redo/l/index.js",
|
|
1722
|
-
"import": "./Redo/l/index.mjs",
|
|
1723
|
-
"types": "./Redo/l/index.d.ts"
|
|
1724
|
-
},
|
|
1725
1715
|
"./Redirect/m": {
|
|
1726
1716
|
"require": "./Redirect/m/index.js",
|
|
1727
1717
|
"import": "./Redirect/m/index.mjs",
|
|
@@ -1732,6 +1722,16 @@
|
|
|
1732
1722
|
"import": "./Redirect/l/index.mjs",
|
|
1733
1723
|
"types": "./Redirect/l/index.d.ts"
|
|
1734
1724
|
},
|
|
1725
|
+
"./Redo/m": {
|
|
1726
|
+
"require": "./Redo/m/index.js",
|
|
1727
|
+
"import": "./Redo/m/index.mjs",
|
|
1728
|
+
"types": "./Redo/m/index.d.ts"
|
|
1729
|
+
},
|
|
1730
|
+
"./Redo/l": {
|
|
1731
|
+
"require": "./Redo/l/index.js",
|
|
1732
|
+
"import": "./Redo/l/index.mjs",
|
|
1733
|
+
"types": "./Redo/l/index.d.ts"
|
|
1734
|
+
},
|
|
1735
1735
|
"./Recreation/m": {
|
|
1736
1736
|
"require": "./Recreation/m/index.js",
|
|
1737
1737
|
"import": "./Recreation/m/index.mjs",
|
|
@@ -1792,16 +1792,6 @@
|
|
|
1792
1792
|
"import": "./Pulse/l/index.mjs",
|
|
1793
1793
|
"types": "./Pulse/l/index.d.ts"
|
|
1794
1794
|
},
|
|
1795
|
-
"./Prowly/m": {
|
|
1796
|
-
"require": "./Prowly/m/index.js",
|
|
1797
|
-
"import": "./Prowly/m/index.mjs",
|
|
1798
|
-
"types": "./Prowly/m/index.d.ts"
|
|
1799
|
-
},
|
|
1800
|
-
"./Prowly/l": {
|
|
1801
|
-
"require": "./Prowly/l/index.js",
|
|
1802
|
-
"import": "./Prowly/l/index.mjs",
|
|
1803
|
-
"types": "./Prowly/l/index.d.ts"
|
|
1804
|
-
},
|
|
1805
1795
|
"./PublicUtility/m": {
|
|
1806
1796
|
"require": "./PublicUtility/m/index.js",
|
|
1807
1797
|
"import": "./PublicUtility/m/index.mjs",
|
|
@@ -1812,35 +1802,15 @@
|
|
|
1812
1802
|
"import": "./PublicUtility/l/index.mjs",
|
|
1813
1803
|
"types": "./PublicUtility/l/index.d.ts"
|
|
1814
1804
|
},
|
|
1815
|
-
"./
|
|
1816
|
-
"require": "./
|
|
1817
|
-
"import": "./
|
|
1818
|
-
"types": "./
|
|
1819
|
-
},
|
|
1820
|
-
"./Printing/l": {
|
|
1821
|
-
"require": "./Printing/l/index.js",
|
|
1822
|
-
"import": "./Printing/l/index.mjs",
|
|
1823
|
-
"types": "./Printing/l/index.d.ts"
|
|
1824
|
-
},
|
|
1825
|
-
"./PositionTop/m": {
|
|
1826
|
-
"require": "./PositionTop/m/index.js",
|
|
1827
|
-
"import": "./PositionTop/m/index.mjs",
|
|
1828
|
-
"types": "./PositionTop/m/index.d.ts"
|
|
1829
|
-
},
|
|
1830
|
-
"./PositionTop/l": {
|
|
1831
|
-
"require": "./PositionTop/l/index.js",
|
|
1832
|
-
"import": "./PositionTop/l/index.mjs",
|
|
1833
|
-
"types": "./PositionTop/l/index.d.ts"
|
|
1834
|
-
},
|
|
1835
|
-
"./PositionMiddle/m": {
|
|
1836
|
-
"require": "./PositionMiddle/m/index.js",
|
|
1837
|
-
"import": "./PositionMiddle/m/index.mjs",
|
|
1838
|
-
"types": "./PositionMiddle/m/index.d.ts"
|
|
1805
|
+
"./Prowly/m": {
|
|
1806
|
+
"require": "./Prowly/m/index.js",
|
|
1807
|
+
"import": "./Prowly/m/index.mjs",
|
|
1808
|
+
"types": "./Prowly/m/index.d.ts"
|
|
1839
1809
|
},
|
|
1840
|
-
"./
|
|
1841
|
-
"require": "./
|
|
1842
|
-
"import": "./
|
|
1843
|
-
"types": "./
|
|
1810
|
+
"./Prowly/l": {
|
|
1811
|
+
"require": "./Prowly/l/index.js",
|
|
1812
|
+
"import": "./Prowly/l/index.mjs",
|
|
1813
|
+
"types": "./Prowly/l/index.d.ts"
|
|
1844
1814
|
},
|
|
1845
1815
|
"./PublicSafety/m": {
|
|
1846
1816
|
"require": "./PublicSafety/m/index.js",
|
|
@@ -1852,6 +1822,16 @@
|
|
|
1852
1822
|
"import": "./PublicSafety/l/index.mjs",
|
|
1853
1823
|
"types": "./PublicSafety/l/index.d.ts"
|
|
1854
1824
|
},
|
|
1825
|
+
"./Printing/m": {
|
|
1826
|
+
"require": "./Printing/m/index.js",
|
|
1827
|
+
"import": "./Printing/m/index.mjs",
|
|
1828
|
+
"types": "./Printing/m/index.d.ts"
|
|
1829
|
+
},
|
|
1830
|
+
"./Printing/l": {
|
|
1831
|
+
"require": "./Printing/l/index.js",
|
|
1832
|
+
"import": "./Printing/l/index.mjs",
|
|
1833
|
+
"types": "./Printing/l/index.d.ts"
|
|
1834
|
+
},
|
|
1855
1835
|
"./Power/m": {
|
|
1856
1836
|
"require": "./Power/m/index.js",
|
|
1857
1837
|
"import": "./Power/m/index.mjs",
|
|
@@ -1862,6 +1842,16 @@
|
|
|
1862
1842
|
"import": "./Power/l/index.mjs",
|
|
1863
1843
|
"types": "./Power/l/index.d.ts"
|
|
1864
1844
|
},
|
|
1845
|
+
"./PositionTop/m": {
|
|
1846
|
+
"require": "./PositionTop/m/index.js",
|
|
1847
|
+
"import": "./PositionTop/m/index.mjs",
|
|
1848
|
+
"types": "./PositionTop/m/index.d.ts"
|
|
1849
|
+
},
|
|
1850
|
+
"./PositionTop/l": {
|
|
1851
|
+
"require": "./PositionTop/l/index.js",
|
|
1852
|
+
"import": "./PositionTop/l/index.mjs",
|
|
1853
|
+
"types": "./PositionTop/l/index.d.ts"
|
|
1854
|
+
},
|
|
1865
1855
|
"./PositionRight/m": {
|
|
1866
1856
|
"require": "./PositionRight/m/index.js",
|
|
1867
1857
|
"import": "./PositionRight/m/index.mjs",
|
|
@@ -1872,15 +1862,15 @@
|
|
|
1872
1862
|
"import": "./PositionRight/l/index.mjs",
|
|
1873
1863
|
"types": "./PositionRight/l/index.d.ts"
|
|
1874
1864
|
},
|
|
1875
|
-
"./
|
|
1876
|
-
"require": "./
|
|
1877
|
-
"import": "./
|
|
1878
|
-
"types": "./
|
|
1865
|
+
"./PositionMiddle/m": {
|
|
1866
|
+
"require": "./PositionMiddle/m/index.js",
|
|
1867
|
+
"import": "./PositionMiddle/m/index.mjs",
|
|
1868
|
+
"types": "./PositionMiddle/m/index.d.ts"
|
|
1879
1869
|
},
|
|
1880
|
-
"./
|
|
1881
|
-
"require": "./
|
|
1882
|
-
"import": "./
|
|
1883
|
-
"types": "./
|
|
1870
|
+
"./PositionMiddle/l": {
|
|
1871
|
+
"require": "./PositionMiddle/l/index.js",
|
|
1872
|
+
"import": "./PositionMiddle/l/index.mjs",
|
|
1873
|
+
"types": "./PositionMiddle/l/index.d.ts"
|
|
1884
1874
|
},
|
|
1885
1875
|
"./PositionLeft/m": {
|
|
1886
1876
|
"require": "./PositionLeft/m/index.js",
|
|
@@ -1902,18 +1892,28 @@
|
|
|
1902
1892
|
"import": "./PositionBottom/l/index.mjs",
|
|
1903
1893
|
"types": "./PositionBottom/l/index.d.ts"
|
|
1904
1894
|
},
|
|
1905
|
-
"./
|
|
1906
|
-
"require": "./
|
|
1907
|
-
"import": "./
|
|
1908
|
-
"types": "./
|
|
1895
|
+
"./PopupAlt/m": {
|
|
1896
|
+
"require": "./PopupAlt/m/index.js",
|
|
1897
|
+
"import": "./PopupAlt/m/index.mjs",
|
|
1898
|
+
"types": "./PopupAlt/m/index.d.ts"
|
|
1909
1899
|
},
|
|
1910
|
-
"./
|
|
1911
|
-
"require": "./
|
|
1912
|
-
"import": "./
|
|
1913
|
-
"types": "./
|
|
1900
|
+
"./PopupAlt/l": {
|
|
1901
|
+
"require": "./PopupAlt/l/index.js",
|
|
1902
|
+
"import": "./PopupAlt/l/index.mjs",
|
|
1903
|
+
"types": "./PopupAlt/l/index.d.ts"
|
|
1914
1904
|
},
|
|
1915
|
-
"./
|
|
1916
|
-
"require": "./
|
|
1905
|
+
"./Popup/m": {
|
|
1906
|
+
"require": "./Popup/m/index.js",
|
|
1907
|
+
"import": "./Popup/m/index.mjs",
|
|
1908
|
+
"types": "./Popup/m/index.d.ts"
|
|
1909
|
+
},
|
|
1910
|
+
"./Popup/l": {
|
|
1911
|
+
"require": "./Popup/l/index.js",
|
|
1912
|
+
"import": "./Popup/l/index.mjs",
|
|
1913
|
+
"types": "./Popup/l/index.d.ts"
|
|
1914
|
+
},
|
|
1915
|
+
"./PopularStores/m": {
|
|
1916
|
+
"require": "./PopularStores/m/index.js",
|
|
1917
1917
|
"import": "./PopularStores/m/index.mjs",
|
|
1918
1918
|
"types": "./PopularStores/m/index.d.ts"
|
|
1919
1919
|
},
|
|
@@ -1922,6 +1922,16 @@
|
|
|
1922
1922
|
"import": "./PopularStores/l/index.mjs",
|
|
1923
1923
|
"types": "./PopularStores/l/index.d.ts"
|
|
1924
1924
|
},
|
|
1925
|
+
"./PopularProducts/m": {
|
|
1926
|
+
"require": "./PopularProducts/m/index.js",
|
|
1927
|
+
"import": "./PopularProducts/m/index.mjs",
|
|
1928
|
+
"types": "./PopularProducts/m/index.d.ts"
|
|
1929
|
+
},
|
|
1930
|
+
"./PopularProducts/l": {
|
|
1931
|
+
"require": "./PopularProducts/l/index.js",
|
|
1932
|
+
"import": "./PopularProducts/l/index.mjs",
|
|
1933
|
+
"types": "./PopularProducts/l/index.d.ts"
|
|
1934
|
+
},
|
|
1925
1935
|
"./Plug/m": {
|
|
1926
1936
|
"require": "./Plug/m/index.js",
|
|
1927
1937
|
"import": "./Plug/m/index.mjs",
|
|
@@ -1932,15 +1942,35 @@
|
|
|
1932
1942
|
"import": "./Plug/l/index.mjs",
|
|
1933
1943
|
"types": "./Plug/l/index.d.ts"
|
|
1934
1944
|
},
|
|
1935
|
-
"./
|
|
1936
|
-
"require": "./
|
|
1937
|
-
"import": "./
|
|
1938
|
-
"types": "./
|
|
1945
|
+
"./Pinterest/m": {
|
|
1946
|
+
"require": "./Pinterest/m/index.js",
|
|
1947
|
+
"import": "./Pinterest/m/index.mjs",
|
|
1948
|
+
"types": "./Pinterest/m/index.d.ts"
|
|
1939
1949
|
},
|
|
1940
|
-
"./
|
|
1941
|
-
"require": "./
|
|
1942
|
-
"import": "./
|
|
1943
|
-
"types": "./
|
|
1950
|
+
"./Pinterest/l": {
|
|
1951
|
+
"require": "./Pinterest/l/index.js",
|
|
1952
|
+
"import": "./Pinterest/l/index.mjs",
|
|
1953
|
+
"types": "./Pinterest/l/index.d.ts"
|
|
1954
|
+
},
|
|
1955
|
+
"./PinUsd/m": {
|
|
1956
|
+
"require": "./PinUsd/m/index.js",
|
|
1957
|
+
"import": "./PinUsd/m/index.mjs",
|
|
1958
|
+
"types": "./PinUsd/m/index.d.ts"
|
|
1959
|
+
},
|
|
1960
|
+
"./PinUsd/l": {
|
|
1961
|
+
"require": "./PinUsd/l/index.js",
|
|
1962
|
+
"import": "./PinUsd/l/index.mjs",
|
|
1963
|
+
"types": "./PinUsd/l/index.d.ts"
|
|
1964
|
+
},
|
|
1965
|
+
"./Pins/m": {
|
|
1966
|
+
"require": "./Pins/m/index.js",
|
|
1967
|
+
"import": "./Pins/m/index.mjs",
|
|
1968
|
+
"types": "./Pins/m/index.d.ts"
|
|
1969
|
+
},
|
|
1970
|
+
"./Pins/l": {
|
|
1971
|
+
"require": "./Pins/l/index.js",
|
|
1972
|
+
"import": "./Pins/l/index.mjs",
|
|
1973
|
+
"types": "./Pins/l/index.d.ts"
|
|
1944
1974
|
},
|
|
1945
1975
|
"./PinNo/m": {
|
|
1946
1976
|
"require": "./PinNo/m/index.js",
|
|
@@ -1962,26 +1992,6 @@
|
|
|
1962
1992
|
"import": "./PinMap/l/index.mjs",
|
|
1963
1993
|
"types": "./PinMap/l/index.d.ts"
|
|
1964
1994
|
},
|
|
1965
|
-
"./Pins/m": {
|
|
1966
|
-
"require": "./Pins/m/index.js",
|
|
1967
|
-
"import": "./Pins/m/index.mjs",
|
|
1968
|
-
"types": "./Pins/m/index.d.ts"
|
|
1969
|
-
},
|
|
1970
|
-
"./Pins/l": {
|
|
1971
|
-
"require": "./Pins/l/index.js",
|
|
1972
|
-
"import": "./Pins/l/index.mjs",
|
|
1973
|
-
"types": "./Pins/l/index.d.ts"
|
|
1974
|
-
},
|
|
1975
|
-
"./Pinterest/m": {
|
|
1976
|
-
"require": "./Pinterest/m/index.js",
|
|
1977
|
-
"import": "./Pinterest/m/index.mjs",
|
|
1978
|
-
"types": "./Pinterest/m/index.d.ts"
|
|
1979
|
-
},
|
|
1980
|
-
"./Pinterest/l": {
|
|
1981
|
-
"require": "./Pinterest/l/index.js",
|
|
1982
|
-
"import": "./Pinterest/l/index.mjs",
|
|
1983
|
-
"types": "./Pinterest/l/index.d.ts"
|
|
1984
|
-
},
|
|
1985
1995
|
"./PinList/m": {
|
|
1986
1996
|
"require": "./PinList/m/index.js",
|
|
1987
1997
|
"import": "./PinList/m/index.mjs",
|
|
@@ -2022,15 +2032,35 @@
|
|
|
2022
2032
|
"import": "./PictureFrame/l/index.mjs",
|
|
2023
2033
|
"types": "./PictureFrame/l/index.d.ts"
|
|
2024
2034
|
},
|
|
2025
|
-
"./
|
|
2026
|
-
"require": "./
|
|
2027
|
-
"import": "./
|
|
2028
|
-
"types": "./
|
|
2035
|
+
"./PictureAdd/m": {
|
|
2036
|
+
"require": "./PictureAdd/m/index.js",
|
|
2037
|
+
"import": "./PictureAdd/m/index.mjs",
|
|
2038
|
+
"types": "./PictureAdd/m/index.d.ts"
|
|
2029
2039
|
},
|
|
2030
|
-
"./
|
|
2031
|
-
"require": "./
|
|
2032
|
-
"import": "./
|
|
2033
|
-
"types": "./
|
|
2040
|
+
"./PictureAdd/l": {
|
|
2041
|
+
"require": "./PictureAdd/l/index.js",
|
|
2042
|
+
"import": "./PictureAdd/l/index.mjs",
|
|
2043
|
+
"types": "./PictureAdd/l/index.d.ts"
|
|
2044
|
+
},
|
|
2045
|
+
"./Picture/m": {
|
|
2046
|
+
"require": "./Picture/m/index.js",
|
|
2047
|
+
"import": "./Picture/m/index.mjs",
|
|
2048
|
+
"types": "./Picture/m/index.d.ts"
|
|
2049
|
+
},
|
|
2050
|
+
"./Picture/l": {
|
|
2051
|
+
"require": "./Picture/l/index.js",
|
|
2052
|
+
"import": "./Picture/l/index.mjs",
|
|
2053
|
+
"types": "./Picture/l/index.d.ts"
|
|
2054
|
+
},
|
|
2055
|
+
"./Photo/m": {
|
|
2056
|
+
"require": "./Photo/m/index.js",
|
|
2057
|
+
"import": "./Photo/m/index.mjs",
|
|
2058
|
+
"types": "./Photo/m/index.d.ts"
|
|
2059
|
+
},
|
|
2060
|
+
"./Photo/l": {
|
|
2061
|
+
"require": "./Photo/l/index.js",
|
|
2062
|
+
"import": "./Photo/l/index.mjs",
|
|
2063
|
+
"types": "./Photo/l/index.d.ts"
|
|
2034
2064
|
},
|
|
2035
2065
|
"./Phone/m": {
|
|
2036
2066
|
"require": "./Phone/m/index.js",
|
|
@@ -2062,36 +2092,6 @@
|
|
|
2062
2092
|
"import": "./Packaging/l/index.mjs",
|
|
2063
2093
|
"types": "./Packaging/l/index.d.ts"
|
|
2064
2094
|
},
|
|
2065
|
-
"./Picture/m": {
|
|
2066
|
-
"require": "./Picture/m/index.js",
|
|
2067
|
-
"import": "./Picture/m/index.mjs",
|
|
2068
|
-
"types": "./Picture/m/index.d.ts"
|
|
2069
|
-
},
|
|
2070
|
-
"./Picture/l": {
|
|
2071
|
-
"require": "./Picture/l/index.js",
|
|
2072
|
-
"import": "./Picture/l/index.mjs",
|
|
2073
|
-
"types": "./Picture/l/index.d.ts"
|
|
2074
|
-
},
|
|
2075
|
-
"./Photo/m": {
|
|
2076
|
-
"require": "./Photo/m/index.js",
|
|
2077
|
-
"import": "./Photo/m/index.mjs",
|
|
2078
|
-
"types": "./Photo/m/index.d.ts"
|
|
2079
|
-
},
|
|
2080
|
-
"./Photo/l": {
|
|
2081
|
-
"require": "./Photo/l/index.js",
|
|
2082
|
-
"import": "./Photo/l/index.mjs",
|
|
2083
|
-
"types": "./Photo/l/index.d.ts"
|
|
2084
|
-
},
|
|
2085
|
-
"./PictureAdd/m": {
|
|
2086
|
-
"require": "./PictureAdd/m/index.js",
|
|
2087
|
-
"import": "./PictureAdd/m/index.mjs",
|
|
2088
|
-
"types": "./PictureAdd/m/index.d.ts"
|
|
2089
|
-
},
|
|
2090
|
-
"./PictureAdd/l": {
|
|
2091
|
-
"require": "./PictureAdd/l/index.js",
|
|
2092
|
-
"import": "./PictureAdd/l/index.mjs",
|
|
2093
|
-
"types": "./PictureAdd/l/index.d.ts"
|
|
2094
|
-
},
|
|
2095
2095
|
"./OrientationPortrait/m": {
|
|
2096
2096
|
"require": "./OrientationPortrait/m/index.js",
|
|
2097
2097
|
"import": "./OrientationPortrait/m/index.mjs",
|
|
@@ -2122,15 +2122,15 @@
|
|
|
2122
2122
|
"import": "./OrganicCarousel/l/index.mjs",
|
|
2123
2123
|
"types": "./OrganicCarousel/l/index.d.ts"
|
|
2124
2124
|
},
|
|
2125
|
-
"./
|
|
2126
|
-
"require": "./
|
|
2127
|
-
"import": "./
|
|
2128
|
-
"types": "./
|
|
2125
|
+
"./Organic/m": {
|
|
2126
|
+
"require": "./Organic/m/index.js",
|
|
2127
|
+
"import": "./Organic/m/index.mjs",
|
|
2128
|
+
"types": "./Organic/m/index.d.ts"
|
|
2129
2129
|
},
|
|
2130
|
-
"./
|
|
2131
|
-
"require": "./
|
|
2132
|
-
"import": "./
|
|
2133
|
-
"types": "./
|
|
2130
|
+
"./Organic/l": {
|
|
2131
|
+
"require": "./Organic/l/index.js",
|
|
2132
|
+
"import": "./Organic/l/index.mjs",
|
|
2133
|
+
"types": "./Organic/l/index.d.ts"
|
|
2134
2134
|
},
|
|
2135
2135
|
"./Opera/m": {
|
|
2136
2136
|
"require": "./Opera/m/index.js",
|
|
@@ -2142,6 +2142,36 @@
|
|
|
2142
2142
|
"import": "./Opera/l/index.mjs",
|
|
2143
2143
|
"types": "./Opera/l/index.d.ts"
|
|
2144
2144
|
},
|
|
2145
|
+
"./Oil/m": {
|
|
2146
|
+
"require": "./Oil/m/index.js",
|
|
2147
|
+
"import": "./Oil/m/index.mjs",
|
|
2148
|
+
"types": "./Oil/m/index.d.ts"
|
|
2149
|
+
},
|
|
2150
|
+
"./Oil/l": {
|
|
2151
|
+
"require": "./Oil/l/index.js",
|
|
2152
|
+
"import": "./Oil/l/index.mjs",
|
|
2153
|
+
"types": "./Oil/l/index.d.ts"
|
|
2154
|
+
},
|
|
2155
|
+
"./NotificationNo/m": {
|
|
2156
|
+
"require": "./NotificationNo/m/index.js",
|
|
2157
|
+
"import": "./NotificationNo/m/index.mjs",
|
|
2158
|
+
"types": "./NotificationNo/m/index.d.ts"
|
|
2159
|
+
},
|
|
2160
|
+
"./NotificationNo/l": {
|
|
2161
|
+
"require": "./NotificationNo/l/index.js",
|
|
2162
|
+
"import": "./NotificationNo/l/index.mjs",
|
|
2163
|
+
"types": "./NotificationNo/l/index.d.ts"
|
|
2164
|
+
},
|
|
2165
|
+
"./Notification/m": {
|
|
2166
|
+
"require": "./Notification/m/index.js",
|
|
2167
|
+
"import": "./Notification/m/index.mjs",
|
|
2168
|
+
"types": "./Notification/m/index.d.ts"
|
|
2169
|
+
},
|
|
2170
|
+
"./Notification/l": {
|
|
2171
|
+
"require": "./Notification/l/index.js",
|
|
2172
|
+
"import": "./Notification/l/index.mjs",
|
|
2173
|
+
"types": "./Notification/l/index.d.ts"
|
|
2174
|
+
},
|
|
2145
2175
|
"./News/m": {
|
|
2146
2176
|
"require": "./News/m/index.js",
|
|
2147
2177
|
"import": "./News/m/index.mjs",
|
|
@@ -2152,15 +2182,15 @@
|
|
|
2152
2182
|
"import": "./News/l/index.mjs",
|
|
2153
2183
|
"types": "./News/l/index.d.ts"
|
|
2154
2184
|
},
|
|
2155
|
-
"./
|
|
2156
|
-
"require": "./
|
|
2157
|
-
"import": "./
|
|
2158
|
-
"types": "./
|
|
2185
|
+
"./Music/m": {
|
|
2186
|
+
"require": "./Music/m/index.js",
|
|
2187
|
+
"import": "./Music/m/index.mjs",
|
|
2188
|
+
"types": "./Music/m/index.d.ts"
|
|
2159
2189
|
},
|
|
2160
|
-
"./
|
|
2161
|
-
"require": "./
|
|
2162
|
-
"import": "./
|
|
2163
|
-
"types": "./
|
|
2190
|
+
"./Music/l": {
|
|
2191
|
+
"require": "./Music/l/index.js",
|
|
2192
|
+
"import": "./Music/l/index.mjs",
|
|
2193
|
+
"types": "./Music/l/index.d.ts"
|
|
2164
2194
|
},
|
|
2165
2195
|
"./Museum/m": {
|
|
2166
2196
|
"require": "./Museum/m/index.js",
|
|
@@ -2182,15 +2212,15 @@
|
|
|
2182
2212
|
"import": "./MoveAlt/l/index.mjs",
|
|
2183
2213
|
"types": "./MoveAlt/l/index.d.ts"
|
|
2184
2214
|
},
|
|
2185
|
-
"./
|
|
2186
|
-
"require": "./
|
|
2187
|
-
"import": "./
|
|
2188
|
-
"types": "./
|
|
2215
|
+
"./MoneyCoins/m": {
|
|
2216
|
+
"require": "./MoneyCoins/m/index.js",
|
|
2217
|
+
"import": "./MoneyCoins/m/index.mjs",
|
|
2218
|
+
"types": "./MoneyCoins/m/index.d.ts"
|
|
2189
2219
|
},
|
|
2190
|
-
"./
|
|
2191
|
-
"require": "./
|
|
2192
|
-
"import": "./
|
|
2193
|
-
"types": "./
|
|
2220
|
+
"./MoneyCoins/l": {
|
|
2221
|
+
"require": "./MoneyCoins/l/index.js",
|
|
2222
|
+
"import": "./MoneyCoins/l/index.mjs",
|
|
2223
|
+
"types": "./MoneyCoins/l/index.d.ts"
|
|
2194
2224
|
},
|
|
2195
2225
|
"./Mobile/m": {
|
|
2196
2226
|
"require": "./Mobile/m/index.js",
|
|
@@ -2202,36 +2232,6 @@
|
|
|
2202
2232
|
"import": "./Mobile/l/index.mjs",
|
|
2203
2233
|
"types": "./Mobile/l/index.d.ts"
|
|
2204
2234
|
},
|
|
2205
|
-
"./Music/m": {
|
|
2206
|
-
"require": "./Music/m/index.js",
|
|
2207
|
-
"import": "./Music/m/index.mjs",
|
|
2208
|
-
"types": "./Music/m/index.d.ts"
|
|
2209
|
-
},
|
|
2210
|
-
"./Music/l": {
|
|
2211
|
-
"require": "./Music/l/index.js",
|
|
2212
|
-
"import": "./Music/l/index.mjs",
|
|
2213
|
-
"types": "./Music/l/index.d.ts"
|
|
2214
|
-
},
|
|
2215
|
-
"./Notification/m": {
|
|
2216
|
-
"require": "./Notification/m/index.js",
|
|
2217
|
-
"import": "./Notification/m/index.mjs",
|
|
2218
|
-
"types": "./Notification/m/index.d.ts"
|
|
2219
|
-
},
|
|
2220
|
-
"./Notification/l": {
|
|
2221
|
-
"require": "./Notification/l/index.js",
|
|
2222
|
-
"import": "./Notification/l/index.mjs",
|
|
2223
|
-
"types": "./Notification/l/index.d.ts"
|
|
2224
|
-
},
|
|
2225
|
-
"./MoneyCoins/m": {
|
|
2226
|
-
"require": "./MoneyCoins/m/index.js",
|
|
2227
|
-
"import": "./MoneyCoins/m/index.mjs",
|
|
2228
|
-
"types": "./MoneyCoins/m/index.d.ts"
|
|
2229
|
-
},
|
|
2230
|
-
"./MoneyCoins/l": {
|
|
2231
|
-
"require": "./MoneyCoins/l/index.js",
|
|
2232
|
-
"import": "./MoneyCoins/l/index.mjs",
|
|
2233
|
-
"types": "./MoneyCoins/l/index.d.ts"
|
|
2234
|
-
},
|
|
2235
2235
|
"./Military/m": {
|
|
2236
2236
|
"require": "./Military/m/index.js",
|
|
2237
2237
|
"import": "./Military/m/index.mjs",
|
|
@@ -2282,15 +2282,15 @@
|
|
|
2282
2282
|
"import": "./MathPlusAlt/l/index.mjs",
|
|
2283
2283
|
"types": "./MathPlusAlt/l/index.d.ts"
|
|
2284
2284
|
},
|
|
2285
|
-
"./
|
|
2286
|
-
"require": "./
|
|
2287
|
-
"import": "./
|
|
2288
|
-
"types": "./
|
|
2285
|
+
"./MathPlus/m": {
|
|
2286
|
+
"require": "./MathPlus/m/index.js",
|
|
2287
|
+
"import": "./MathPlus/m/index.mjs",
|
|
2288
|
+
"types": "./MathPlus/m/index.d.ts"
|
|
2289
2289
|
},
|
|
2290
|
-
"./
|
|
2291
|
-
"require": "./
|
|
2292
|
-
"import": "./
|
|
2293
|
-
"types": "./
|
|
2290
|
+
"./MathPlus/l": {
|
|
2291
|
+
"require": "./MathPlus/l/index.js",
|
|
2292
|
+
"import": "./MathPlus/l/index.mjs",
|
|
2293
|
+
"types": "./MathPlus/l/index.d.ts"
|
|
2294
2294
|
},
|
|
2295
2295
|
"./MathMinusAlt/m": {
|
|
2296
2296
|
"require": "./MathMinusAlt/m/index.js",
|
|
@@ -2302,15 +2302,25 @@
|
|
|
2302
2302
|
"import": "./MathMinusAlt/l/index.mjs",
|
|
2303
2303
|
"types": "./MathMinusAlt/l/index.d.ts"
|
|
2304
2304
|
},
|
|
2305
|
-
"./
|
|
2306
|
-
"require": "./
|
|
2307
|
-
"import": "./
|
|
2308
|
-
"types": "./
|
|
2305
|
+
"./MathMinus/m": {
|
|
2306
|
+
"require": "./MathMinus/m/index.js",
|
|
2307
|
+
"import": "./MathMinus/m/index.mjs",
|
|
2308
|
+
"types": "./MathMinus/m/index.d.ts"
|
|
2309
2309
|
},
|
|
2310
|
-
"./
|
|
2311
|
-
"require": "./
|
|
2312
|
-
"import": "./
|
|
2313
|
-
"types": "./
|
|
2310
|
+
"./MathMinus/l": {
|
|
2311
|
+
"require": "./MathMinus/l/index.js",
|
|
2312
|
+
"import": "./MathMinus/l/index.mjs",
|
|
2313
|
+
"types": "./MathMinus/l/index.d.ts"
|
|
2314
|
+
},
|
|
2315
|
+
"./Marine/m": {
|
|
2316
|
+
"require": "./Marine/m/index.js",
|
|
2317
|
+
"import": "./Marine/m/index.mjs",
|
|
2318
|
+
"types": "./Marine/m/index.d.ts"
|
|
2319
|
+
},
|
|
2320
|
+
"./Marine/l": {
|
|
2321
|
+
"require": "./Marine/l/index.js",
|
|
2322
|
+
"import": "./Marine/l/index.mjs",
|
|
2323
|
+
"types": "./Marine/l/index.d.ts"
|
|
2314
2324
|
},
|
|
2315
2325
|
"./MailOpenFilled/m": {
|
|
2316
2326
|
"require": "./MailOpenFilled/m/index.js",
|
|
@@ -2322,16 +2332,6 @@
|
|
|
2322
2332
|
"import": "./MailOpenFilled/l/index.mjs",
|
|
2323
2333
|
"types": "./MailOpenFilled/l/index.d.ts"
|
|
2324
2334
|
},
|
|
2325
|
-
"./MathMinus/m": {
|
|
2326
|
-
"require": "./MathMinus/m/index.js",
|
|
2327
|
-
"import": "./MathMinus/m/index.mjs",
|
|
2328
|
-
"types": "./MathMinus/m/index.d.ts"
|
|
2329
|
-
},
|
|
2330
|
-
"./MathMinus/l": {
|
|
2331
|
-
"require": "./MathMinus/l/index.js",
|
|
2332
|
-
"import": "./MathMinus/l/index.mjs",
|
|
2333
|
-
"types": "./MathMinus/l/index.d.ts"
|
|
2334
|
-
},
|
|
2335
2335
|
"./MailOpen/m": {
|
|
2336
2336
|
"require": "./MailOpen/m/index.js",
|
|
2337
2337
|
"import": "./MailOpen/m/index.mjs",
|
|
@@ -2352,6 +2352,16 @@
|
|
|
2352
2352
|
"import": "./MailFilled/l/index.mjs",
|
|
2353
2353
|
"types": "./MailFilled/l/index.d.ts"
|
|
2354
2354
|
},
|
|
2355
|
+
"./Mail/m": {
|
|
2356
|
+
"require": "./Mail/m/index.js",
|
|
2357
|
+
"import": "./Mail/m/index.mjs",
|
|
2358
|
+
"types": "./Mail/m/index.d.ts"
|
|
2359
|
+
},
|
|
2360
|
+
"./Mail/l": {
|
|
2361
|
+
"require": "./Mail/l/index.js",
|
|
2362
|
+
"import": "./Mail/l/index.mjs",
|
|
2363
|
+
"types": "./Mail/l/index.d.ts"
|
|
2364
|
+
},
|
|
2355
2365
|
"./Magnet/m": {
|
|
2356
2366
|
"require": "./Magnet/m/index.js",
|
|
2357
2367
|
"import": "./Magnet/m/index.mjs",
|
|
@@ -2362,15 +2372,35 @@
|
|
|
2362
2372
|
"import": "./Magnet/l/index.mjs",
|
|
2363
2373
|
"types": "./Magnet/l/index.d.ts"
|
|
2364
2374
|
},
|
|
2365
|
-
"./
|
|
2366
|
-
"require": "./
|
|
2367
|
-
"import": "./
|
|
2368
|
-
"types": "./
|
|
2375
|
+
"./MagicWand/m": {
|
|
2376
|
+
"require": "./MagicWand/m/index.js",
|
|
2377
|
+
"import": "./MagicWand/m/index.mjs",
|
|
2378
|
+
"types": "./MagicWand/m/index.d.ts"
|
|
2369
2379
|
},
|
|
2370
|
-
"./
|
|
2371
|
-
"require": "./
|
|
2372
|
-
"import": "./
|
|
2373
|
-
"types": "./
|
|
2380
|
+
"./MagicWand/l": {
|
|
2381
|
+
"require": "./MagicWand/l/index.js",
|
|
2382
|
+
"import": "./MagicWand/l/index.mjs",
|
|
2383
|
+
"types": "./MagicWand/l/index.d.ts"
|
|
2384
|
+
},
|
|
2385
|
+
"./Logistic/m": {
|
|
2386
|
+
"require": "./Logistic/m/index.js",
|
|
2387
|
+
"import": "./Logistic/m/index.mjs",
|
|
2388
|
+
"types": "./Logistic/m/index.d.ts"
|
|
2389
|
+
},
|
|
2390
|
+
"./Logistic/l": {
|
|
2391
|
+
"require": "./Logistic/l/index.js",
|
|
2392
|
+
"import": "./Logistic/l/index.mjs",
|
|
2393
|
+
"types": "./Logistic/l/index.d.ts"
|
|
2394
|
+
},
|
|
2395
|
+
"./LockYes/m": {
|
|
2396
|
+
"require": "./LockYes/m/index.js",
|
|
2397
|
+
"import": "./LockYes/m/index.mjs",
|
|
2398
|
+
"types": "./LockYes/m/index.d.ts"
|
|
2399
|
+
},
|
|
2400
|
+
"./LockYes/l": {
|
|
2401
|
+
"require": "./LockYes/l/index.js",
|
|
2402
|
+
"import": "./LockYes/l/index.mjs",
|
|
2403
|
+
"types": "./LockYes/l/index.d.ts"
|
|
2374
2404
|
},
|
|
2375
2405
|
"./LockNo/m": {
|
|
2376
2406
|
"require": "./LockNo/m/index.js",
|
|
@@ -2462,16 +2492,6 @@
|
|
|
2462
2492
|
"import": "./LinkInternal/l/index.mjs",
|
|
2463
2493
|
"types": "./LinkInternal/l/index.d.ts"
|
|
2464
2494
|
},
|
|
2465
|
-
"./MagicWand/m": {
|
|
2466
|
-
"require": "./MagicWand/m/index.js",
|
|
2467
|
-
"import": "./MagicWand/m/index.mjs",
|
|
2468
|
-
"types": "./MagicWand/m/index.d.ts"
|
|
2469
|
-
},
|
|
2470
|
-
"./MagicWand/l": {
|
|
2471
|
-
"require": "./MagicWand/l/index.js",
|
|
2472
|
-
"import": "./MagicWand/l/index.mjs",
|
|
2473
|
-
"types": "./MagicWand/l/index.d.ts"
|
|
2474
|
-
},
|
|
2475
2495
|
"./LinkExternal/m": {
|
|
2476
2496
|
"require": "./LinkExternal/m/index.js",
|
|
2477
2497
|
"import": "./LinkExternal/m/index.mjs",
|
|
@@ -2522,16 +2542,6 @@
|
|
|
2522
2542
|
"import": "./LikeFilled/l/index.mjs",
|
|
2523
2543
|
"types": "./LikeFilled/l/index.d.ts"
|
|
2524
2544
|
},
|
|
2525
|
-
"./LightningFilled/m": {
|
|
2526
|
-
"require": "./LightningFilled/m/index.js",
|
|
2527
|
-
"import": "./LightningFilled/m/index.mjs",
|
|
2528
|
-
"types": "./LightningFilled/m/index.d.ts"
|
|
2529
|
-
},
|
|
2530
|
-
"./LightningFilled/l": {
|
|
2531
|
-
"require": "./LightningFilled/l/index.js",
|
|
2532
|
-
"import": "./LightningFilled/l/index.mjs",
|
|
2533
|
-
"types": "./LightningFilled/l/index.d.ts"
|
|
2534
|
-
},
|
|
2535
2545
|
"./Like/m": {
|
|
2536
2546
|
"require": "./Like/m/index.js",
|
|
2537
2547
|
"import": "./Like/m/index.mjs",
|
|
@@ -2542,6 +2552,16 @@
|
|
|
2542
2552
|
"import": "./Like/l/index.mjs",
|
|
2543
2553
|
"types": "./Like/l/index.d.ts"
|
|
2544
2554
|
},
|
|
2555
|
+
"./LightningFilled/m": {
|
|
2556
|
+
"require": "./LightningFilled/m/index.js",
|
|
2557
|
+
"import": "./LightningFilled/m/index.mjs",
|
|
2558
|
+
"types": "./LightningFilled/m/index.d.ts"
|
|
2559
|
+
},
|
|
2560
|
+
"./LightningFilled/l": {
|
|
2561
|
+
"require": "./LightningFilled/l/index.js",
|
|
2562
|
+
"import": "./LightningFilled/l/index.mjs",
|
|
2563
|
+
"types": "./LightningFilled/l/index.d.ts"
|
|
2564
|
+
},
|
|
2545
2565
|
"./Lightning/m": {
|
|
2546
2566
|
"require": "./Lightning/m/index.js",
|
|
2547
2567
|
"import": "./Lightning/m/index.mjs",
|
|
@@ -2742,16 +2762,6 @@
|
|
|
2742
2762
|
"import": "./Hamburger/l/index.mjs",
|
|
2743
2763
|
"types": "./Hamburger/l/index.d.ts"
|
|
2744
2764
|
},
|
|
2745
|
-
"./Logistic/m": {
|
|
2746
|
-
"require": "./Logistic/m/index.js",
|
|
2747
|
-
"import": "./Logistic/m/index.mjs",
|
|
2748
|
-
"types": "./Logistic/m/index.d.ts"
|
|
2749
|
-
},
|
|
2750
|
-
"./Logistic/l": {
|
|
2751
|
-
"require": "./Logistic/l/index.js",
|
|
2752
|
-
"import": "./Logistic/l/index.mjs",
|
|
2753
|
-
"types": "./Logistic/l/index.d.ts"
|
|
2754
|
-
},
|
|
2755
2765
|
"./GoogleGenerativeAI/m": {
|
|
2756
2766
|
"require": "./GoogleGenerativeAI/m/index.js",
|
|
2757
2767
|
"import": "./GoogleGenerativeAI/m/index.mjs",
|
|
@@ -2772,16 +2782,6 @@
|
|
|
2772
2782
|
"import": "./GoogleBusinessProfile/l/index.mjs",
|
|
2773
2783
|
"types": "./GoogleBusinessProfile/l/index.d.ts"
|
|
2774
2784
|
},
|
|
2775
|
-
"./Goblet/m": {
|
|
2776
|
-
"require": "./Goblet/m/index.js",
|
|
2777
|
-
"import": "./Goblet/m/index.mjs",
|
|
2778
|
-
"types": "./Goblet/m/index.d.ts"
|
|
2779
|
-
},
|
|
2780
|
-
"./Goblet/l": {
|
|
2781
|
-
"require": "./Goblet/l/index.js",
|
|
2782
|
-
"import": "./Goblet/l/index.mjs",
|
|
2783
|
-
"types": "./Goblet/l/index.d.ts"
|
|
2784
|
-
},
|
|
2785
2785
|
"./Google/m": {
|
|
2786
2786
|
"require": "./Google/m/index.js",
|
|
2787
2787
|
"import": "./Google/m/index.mjs",
|
|
@@ -2792,6 +2792,16 @@
|
|
|
2792
2792
|
"import": "./Google/l/index.mjs",
|
|
2793
2793
|
"types": "./Google/l/index.d.ts"
|
|
2794
2794
|
},
|
|
2795
|
+
"./Goblet/m": {
|
|
2796
|
+
"require": "./Goblet/m/index.js",
|
|
2797
|
+
"import": "./Goblet/m/index.mjs",
|
|
2798
|
+
"types": "./Goblet/m/index.d.ts"
|
|
2799
|
+
},
|
|
2800
|
+
"./Goblet/l": {
|
|
2801
|
+
"require": "./Goblet/l/index.js",
|
|
2802
|
+
"import": "./Goblet/l/index.mjs",
|
|
2803
|
+
"types": "./Goblet/l/index.d.ts"
|
|
2804
|
+
},
|
|
2795
2805
|
"./Globe/m": {
|
|
2796
2806
|
"require": "./Globe/m/index.js",
|
|
2797
2807
|
"import": "./Globe/m/index.mjs",
|
|
@@ -2802,16 +2812,6 @@
|
|
|
2802
2812
|
"import": "./Globe/l/index.mjs",
|
|
2803
2813
|
"types": "./Globe/l/index.d.ts"
|
|
2804
2814
|
},
|
|
2805
|
-
"./GenderFemale/m": {
|
|
2806
|
-
"require": "./GenderFemale/m/index.js",
|
|
2807
|
-
"import": "./GenderFemale/m/index.mjs",
|
|
2808
|
-
"types": "./GenderFemale/m/index.d.ts"
|
|
2809
|
-
},
|
|
2810
|
-
"./GenderFemale/l": {
|
|
2811
|
-
"require": "./GenderFemale/l/index.js",
|
|
2812
|
-
"import": "./GenderFemale/l/index.mjs",
|
|
2813
|
-
"types": "./GenderFemale/l/index.d.ts"
|
|
2814
|
-
},
|
|
2815
2815
|
"./GenderMale/m": {
|
|
2816
2816
|
"require": "./GenderMale/m/index.js",
|
|
2817
2817
|
"import": "./GenderMale/m/index.mjs",
|
|
@@ -2822,15 +2822,15 @@
|
|
|
2822
2822
|
"import": "./GenderMale/l/index.mjs",
|
|
2823
2823
|
"types": "./GenderMale/l/index.d.ts"
|
|
2824
2824
|
},
|
|
2825
|
-
"./
|
|
2826
|
-
"require": "./
|
|
2827
|
-
"import": "./
|
|
2828
|
-
"types": "./
|
|
2825
|
+
"./GenderFemale/m": {
|
|
2826
|
+
"require": "./GenderFemale/m/index.js",
|
|
2827
|
+
"import": "./GenderFemale/m/index.mjs",
|
|
2828
|
+
"types": "./GenderFemale/m/index.d.ts"
|
|
2829
2829
|
},
|
|
2830
|
-
"./
|
|
2831
|
-
"require": "./
|
|
2832
|
-
"import": "./
|
|
2833
|
-
"types": "./
|
|
2830
|
+
"./GenderFemale/l": {
|
|
2831
|
+
"require": "./GenderFemale/l/index.js",
|
|
2832
|
+
"import": "./GenderFemale/l/index.mjs",
|
|
2833
|
+
"types": "./GenderFemale/l/index.d.ts"
|
|
2834
2834
|
},
|
|
2835
2835
|
"./Games/m": {
|
|
2836
2836
|
"require": "./Games/m/index.js",
|
|
@@ -2842,6 +2842,16 @@
|
|
|
2842
2842
|
"import": "./Games/l/index.mjs",
|
|
2843
2843
|
"types": "./Games/l/index.d.ts"
|
|
2844
2844
|
},
|
|
2845
|
+
"./Gambling/m": {
|
|
2846
|
+
"require": "./Gambling/m/index.js",
|
|
2847
|
+
"import": "./Gambling/m/index.mjs",
|
|
2848
|
+
"types": "./Gambling/m/index.d.ts"
|
|
2849
|
+
},
|
|
2850
|
+
"./Gambling/l": {
|
|
2851
|
+
"require": "./Gambling/l/index.js",
|
|
2852
|
+
"import": "./Gambling/l/index.mjs",
|
|
2853
|
+
"types": "./Gambling/l/index.d.ts"
|
|
2854
|
+
},
|
|
2845
2855
|
"./Furniture/m": {
|
|
2846
2856
|
"require": "./Furniture/m/index.js",
|
|
2847
2857
|
"import": "./Furniture/m/index.mjs",
|
|
@@ -2902,16 +2912,6 @@
|
|
|
2902
2912
|
"import": "./FormatAlignJustify/l/index.mjs",
|
|
2903
2913
|
"types": "./FormatAlignJustify/l/index.d.ts"
|
|
2904
2914
|
},
|
|
2905
|
-
"./Formal/m": {
|
|
2906
|
-
"require": "./Formal/m/index.js",
|
|
2907
|
-
"import": "./Formal/m/index.mjs",
|
|
2908
|
-
"types": "./Formal/m/index.d.ts"
|
|
2909
|
-
},
|
|
2910
|
-
"./Formal/l": {
|
|
2911
|
-
"require": "./Formal/l/index.js",
|
|
2912
|
-
"import": "./Formal/l/index.mjs",
|
|
2913
|
-
"types": "./Formal/l/index.d.ts"
|
|
2914
|
-
},
|
|
2915
2915
|
"./FormatAlignCenter/m": {
|
|
2916
2916
|
"require": "./FormatAlignCenter/m/index.js",
|
|
2917
2917
|
"import": "./FormatAlignCenter/m/index.mjs",
|
|
@@ -2922,15 +2922,15 @@
|
|
|
2922
2922
|
"import": "./FormatAlignCenter/l/index.mjs",
|
|
2923
2923
|
"types": "./FormatAlignCenter/l/index.d.ts"
|
|
2924
2924
|
},
|
|
2925
|
-
"./
|
|
2926
|
-
"require": "./
|
|
2927
|
-
"import": "./
|
|
2928
|
-
"types": "./
|
|
2925
|
+
"./Formal/m": {
|
|
2926
|
+
"require": "./Formal/m/index.js",
|
|
2927
|
+
"import": "./Formal/m/index.mjs",
|
|
2928
|
+
"types": "./Formal/m/index.d.ts"
|
|
2929
2929
|
},
|
|
2930
|
-
"./
|
|
2931
|
-
"require": "./
|
|
2932
|
-
"import": "./
|
|
2933
|
-
"types": "./
|
|
2930
|
+
"./Formal/l": {
|
|
2931
|
+
"require": "./Formal/l/index.js",
|
|
2932
|
+
"import": "./Formal/l/index.mjs",
|
|
2933
|
+
"types": "./Formal/l/index.d.ts"
|
|
2934
2934
|
},
|
|
2935
2935
|
"./Form/m": {
|
|
2936
2936
|
"require": "./Form/m/index.js",
|
|
@@ -2942,6 +2942,16 @@
|
|
|
2942
2942
|
"import": "./Form/l/index.mjs",
|
|
2943
2943
|
"types": "./Form/l/index.d.ts"
|
|
2944
2944
|
},
|
|
2945
|
+
"./Food/m": {
|
|
2946
|
+
"require": "./Food/m/index.js",
|
|
2947
|
+
"import": "./Food/m/index.mjs",
|
|
2948
|
+
"types": "./Food/m/index.d.ts"
|
|
2949
|
+
},
|
|
2950
|
+
"./Food/l": {
|
|
2951
|
+
"require": "./Food/l/index.js",
|
|
2952
|
+
"import": "./Food/l/index.mjs",
|
|
2953
|
+
"types": "./Food/l/index.d.ts"
|
|
2954
|
+
},
|
|
2945
2955
|
"./FolderOpenFilled/m": {
|
|
2946
2956
|
"require": "./FolderOpenFilled/m/index.js",
|
|
2947
2957
|
"import": "./FolderOpenFilled/m/index.mjs",
|
|
@@ -3002,16 +3012,6 @@
|
|
|
3002
3012
|
"import": "./Firefox/l/index.mjs",
|
|
3003
3013
|
"types": "./Firefox/l/index.d.ts"
|
|
3004
3014
|
},
|
|
3005
|
-
"./FindResultsOn/m": {
|
|
3006
|
-
"require": "./FindResultsOn/m/index.js",
|
|
3007
|
-
"import": "./FindResultsOn/m/index.mjs",
|
|
3008
|
-
"types": "./FindResultsOn/m/index.d.ts"
|
|
3009
|
-
},
|
|
3010
|
-
"./FindResultsOn/l": {
|
|
3011
|
-
"require": "./FindResultsOn/l/index.js",
|
|
3012
|
-
"import": "./FindResultsOn/l/index.mjs",
|
|
3013
|
-
"types": "./FindResultsOn/l/index.d.ts"
|
|
3014
|
-
},
|
|
3015
3015
|
"./Fire/m": {
|
|
3016
3016
|
"require": "./Fire/m/index.js",
|
|
3017
3017
|
"import": "./Fire/m/index.mjs",
|
|
@@ -3022,6 +3022,16 @@
|
|
|
3022
3022
|
"import": "./Fire/l/index.mjs",
|
|
3023
3023
|
"types": "./Fire/l/index.d.ts"
|
|
3024
3024
|
},
|
|
3025
|
+
"./FindResultsOn/m": {
|
|
3026
|
+
"require": "./FindResultsOn/m/index.js",
|
|
3027
|
+
"import": "./FindResultsOn/m/index.mjs",
|
|
3028
|
+
"types": "./FindResultsOn/m/index.d.ts"
|
|
3029
|
+
},
|
|
3030
|
+
"./FindResultsOn/l": {
|
|
3031
|
+
"require": "./FindResultsOn/l/index.js",
|
|
3032
|
+
"import": "./FindResultsOn/l/index.mjs",
|
|
3033
|
+
"types": "./FindResultsOn/l/index.d.ts"
|
|
3034
|
+
},
|
|
3025
3035
|
"./Filter/m": {
|
|
3026
3036
|
"require": "./Filter/m/index.js",
|
|
3027
3037
|
"import": "./Filter/m/index.mjs",
|
|
@@ -3052,16 +3062,6 @@
|
|
|
3052
3062
|
"import": "./FileImport/l/index.mjs",
|
|
3053
3063
|
"types": "./FileImport/l/index.d.ts"
|
|
3054
3064
|
},
|
|
3055
|
-
"./LockYes/m": {
|
|
3056
|
-
"require": "./LockYes/m/index.js",
|
|
3057
|
-
"import": "./LockYes/m/index.mjs",
|
|
3058
|
-
"types": "./LockYes/m/index.d.ts"
|
|
3059
|
-
},
|
|
3060
|
-
"./LockYes/l": {
|
|
3061
|
-
"require": "./LockYes/l/index.js",
|
|
3062
|
-
"import": "./LockYes/l/index.mjs",
|
|
3063
|
-
"types": "./LockYes/l/index.d.ts"
|
|
3064
|
-
},
|
|
3065
3065
|
"./FileExport/m": {
|
|
3066
3066
|
"require": "./FileExport/m/index.js",
|
|
3067
3067
|
"import": "./FileExport/m/index.mjs",
|
|
@@ -3142,16 +3142,6 @@
|
|
|
3142
3142
|
"import": "./Farm/l/index.mjs",
|
|
3143
3143
|
"types": "./Farm/l/index.d.ts"
|
|
3144
3144
|
},
|
|
3145
|
-
"./Facebook/m": {
|
|
3146
|
-
"require": "./Facebook/m/index.js",
|
|
3147
|
-
"import": "./Facebook/m/index.mjs",
|
|
3148
|
-
"types": "./Facebook/m/index.d.ts"
|
|
3149
|
-
},
|
|
3150
|
-
"./Facebook/l": {
|
|
3151
|
-
"require": "./Facebook/l/index.js",
|
|
3152
|
-
"import": "./Facebook/l/index.mjs",
|
|
3153
|
-
"types": "./Facebook/l/index.d.ts"
|
|
3154
|
-
},
|
|
3155
3145
|
"./FacebookMessenger/m": {
|
|
3156
3146
|
"require": "./FacebookMessenger/m/index.js",
|
|
3157
3147
|
"import": "./FacebookMessenger/m/index.mjs",
|
|
@@ -3162,6 +3152,16 @@
|
|
|
3162
3152
|
"import": "./FacebookMessenger/l/index.mjs",
|
|
3163
3153
|
"types": "./FacebookMessenger/l/index.d.ts"
|
|
3164
3154
|
},
|
|
3155
|
+
"./Facebook/m": {
|
|
3156
|
+
"require": "./Facebook/m/index.js",
|
|
3157
|
+
"import": "./Facebook/m/index.mjs",
|
|
3158
|
+
"types": "./Facebook/m/index.d.ts"
|
|
3159
|
+
},
|
|
3160
|
+
"./Facebook/l": {
|
|
3161
|
+
"require": "./Facebook/l/index.js",
|
|
3162
|
+
"import": "./Facebook/l/index.mjs",
|
|
3163
|
+
"types": "./Facebook/l/index.d.ts"
|
|
3164
|
+
},
|
|
3165
3165
|
"./ExpandText/m": {
|
|
3166
3166
|
"require": "./ExpandText/m/index.js",
|
|
3167
3167
|
"import": "./ExpandText/m/index.mjs",
|
|
@@ -3212,16 +3212,6 @@
|
|
|
3212
3212
|
"import": "./Events/l/index.mjs",
|
|
3213
3213
|
"types": "./Events/l/index.d.ts"
|
|
3214
3214
|
},
|
|
3215
|
-
"./Ellipsis/m": {
|
|
3216
|
-
"require": "./Ellipsis/m/index.js",
|
|
3217
|
-
"import": "./Ellipsis/m/index.mjs",
|
|
3218
|
-
"types": "./Ellipsis/m/index.d.ts"
|
|
3219
|
-
},
|
|
3220
|
-
"./Ellipsis/l": {
|
|
3221
|
-
"require": "./Ellipsis/l/index.js",
|
|
3222
|
-
"import": "./Ellipsis/l/index.mjs",
|
|
3223
|
-
"types": "./Ellipsis/l/index.d.ts"
|
|
3224
|
-
},
|
|
3225
3215
|
"./Event/m": {
|
|
3226
3216
|
"require": "./Event/m/index.js",
|
|
3227
3217
|
"import": "./Event/m/index.mjs",
|
|
@@ -3232,6 +3222,16 @@
|
|
|
3232
3222
|
"import": "./Event/l/index.mjs",
|
|
3233
3223
|
"types": "./Event/l/index.d.ts"
|
|
3234
3224
|
},
|
|
3225
|
+
"./Ellipsis/m": {
|
|
3226
|
+
"require": "./Ellipsis/m/index.js",
|
|
3227
|
+
"import": "./Ellipsis/m/index.mjs",
|
|
3228
|
+
"types": "./Ellipsis/m/index.d.ts"
|
|
3229
|
+
},
|
|
3230
|
+
"./Ellipsis/l": {
|
|
3231
|
+
"require": "./Ellipsis/l/index.js",
|
|
3232
|
+
"import": "./Ellipsis/l/index.mjs",
|
|
3233
|
+
"types": "./Ellipsis/l/index.d.ts"
|
|
3234
|
+
},
|
|
3235
3235
|
"./Education/m": {
|
|
3236
3236
|
"require": "./Education/m/index.js",
|
|
3237
3237
|
"import": "./Education/m/index.mjs",
|
|
@@ -3252,16 +3252,6 @@
|
|
|
3252
3252
|
"import": "./Edit/l/index.mjs",
|
|
3253
3253
|
"types": "./Edit/l/index.d.ts"
|
|
3254
3254
|
},
|
|
3255
|
-
"./Drop/m": {
|
|
3256
|
-
"require": "./Drop/m/index.js",
|
|
3257
|
-
"import": "./Drop/m/index.mjs",
|
|
3258
|
-
"types": "./Drop/m/index.d.ts"
|
|
3259
|
-
},
|
|
3260
|
-
"./Drop/l": {
|
|
3261
|
-
"require": "./Drop/l/index.js",
|
|
3262
|
-
"import": "./Drop/l/index.mjs",
|
|
3263
|
-
"types": "./Drop/l/index.d.ts"
|
|
3264
|
-
},
|
|
3265
3255
|
"./DropText/m": {
|
|
3266
3256
|
"require": "./DropText/m/index.js",
|
|
3267
3257
|
"import": "./DropText/m/index.mjs",
|
|
@@ -3272,6 +3262,16 @@
|
|
|
3272
3262
|
"import": "./DropText/l/index.mjs",
|
|
3273
3263
|
"types": "./DropText/l/index.d.ts"
|
|
3274
3264
|
},
|
|
3265
|
+
"./Drop/m": {
|
|
3266
|
+
"require": "./Drop/m/index.js",
|
|
3267
|
+
"import": "./Drop/m/index.mjs",
|
|
3268
|
+
"types": "./Drop/m/index.d.ts"
|
|
3269
|
+
},
|
|
3270
|
+
"./Drop/l": {
|
|
3271
|
+
"require": "./Drop/l/index.js",
|
|
3272
|
+
"import": "./Drop/l/index.mjs",
|
|
3273
|
+
"types": "./Drop/l/index.d.ts"
|
|
3274
|
+
},
|
|
3275
3275
|
"./DocumentSad/m": {
|
|
3276
3276
|
"require": "./DocumentSad/m/index.js",
|
|
3277
3277
|
"import": "./DocumentSad/m/index.mjs",
|
|
@@ -3372,16 +3372,6 @@
|
|
|
3372
3372
|
"import": "./Cut/l/index.mjs",
|
|
3373
3373
|
"types": "./Cut/l/index.d.ts"
|
|
3374
3374
|
},
|
|
3375
|
-
"./CursorDefault/m": {
|
|
3376
|
-
"require": "./CursorDefault/m/index.js",
|
|
3377
|
-
"import": "./CursorDefault/m/index.mjs",
|
|
3378
|
-
"types": "./CursorDefault/m/index.d.ts"
|
|
3379
|
-
},
|
|
3380
|
-
"./CursorDefault/l": {
|
|
3381
|
-
"require": "./CursorDefault/l/index.js",
|
|
3382
|
-
"import": "./CursorDefault/l/index.mjs",
|
|
3383
|
-
"types": "./CursorDefault/l/index.d.ts"
|
|
3384
|
-
},
|
|
3385
3375
|
"./CursorMove/m": {
|
|
3386
3376
|
"require": "./CursorMove/m/index.js",
|
|
3387
3377
|
"import": "./CursorMove/m/index.mjs",
|
|
@@ -3392,6 +3382,16 @@
|
|
|
3392
3382
|
"import": "./CursorMove/l/index.mjs",
|
|
3393
3383
|
"types": "./CursorMove/l/index.d.ts"
|
|
3394
3384
|
},
|
|
3385
|
+
"./CursorDefault/m": {
|
|
3386
|
+
"require": "./CursorDefault/m/index.js",
|
|
3387
|
+
"import": "./CursorDefault/m/index.mjs",
|
|
3388
|
+
"types": "./CursorDefault/m/index.d.ts"
|
|
3389
|
+
},
|
|
3390
|
+
"./CursorDefault/l": {
|
|
3391
|
+
"require": "./CursorDefault/l/index.js",
|
|
3392
|
+
"import": "./CursorDefault/l/index.mjs",
|
|
3393
|
+
"types": "./CursorDefault/l/index.d.ts"
|
|
3394
|
+
},
|
|
3395
3395
|
"./CurrencyUsd/m": {
|
|
3396
3396
|
"require": "./CurrencyUsd/m/index.js",
|
|
3397
3397
|
"import": "./CurrencyUsd/m/index.mjs",
|
|
@@ -3432,16 +3432,6 @@
|
|
|
3432
3432
|
"import": "./Craft/l/index.mjs",
|
|
3433
3433
|
"types": "./Craft/l/index.d.ts"
|
|
3434
3434
|
},
|
|
3435
|
-
"./Copy/m": {
|
|
3436
|
-
"require": "./Copy/m/index.js",
|
|
3437
|
-
"import": "./Copy/m/index.mjs",
|
|
3438
|
-
"types": "./Copy/m/index.d.ts"
|
|
3439
|
-
},
|
|
3440
|
-
"./Copy/l": {
|
|
3441
|
-
"require": "./Copy/l/index.js",
|
|
3442
|
-
"import": "./Copy/l/index.mjs",
|
|
3443
|
-
"types": "./Copy/l/index.d.ts"
|
|
3444
|
-
},
|
|
3445
3435
|
"./Cosmetics/m": {
|
|
3446
3436
|
"require": "./Cosmetics/m/index.js",
|
|
3447
3437
|
"import": "./Cosmetics/m/index.mjs",
|
|
@@ -3452,6 +3442,16 @@
|
|
|
3452
3442
|
"import": "./Cosmetics/l/index.mjs",
|
|
3453
3443
|
"types": "./Cosmetics/l/index.d.ts"
|
|
3454
3444
|
},
|
|
3445
|
+
"./Copy/m": {
|
|
3446
|
+
"require": "./Copy/m/index.js",
|
|
3447
|
+
"import": "./Copy/m/index.mjs",
|
|
3448
|
+
"types": "./Copy/m/index.d.ts"
|
|
3449
|
+
},
|
|
3450
|
+
"./Copy/l": {
|
|
3451
|
+
"require": "./Copy/l/index.js",
|
|
3452
|
+
"import": "./Copy/l/index.mjs",
|
|
3453
|
+
"types": "./Copy/l/index.d.ts"
|
|
3454
|
+
},
|
|
3455
3455
|
"./Comics/m": {
|
|
3456
3456
|
"require": "./Comics/m/index.js",
|
|
3457
3457
|
"import": "./Comics/m/index.mjs",
|
|
@@ -3572,16 +3572,6 @@
|
|
|
3572
3572
|
"import": "./ChevronDown/l/index.mjs",
|
|
3573
3573
|
"types": "./ChevronDown/l/index.d.ts"
|
|
3574
3574
|
},
|
|
3575
|
-
"./ChevronDoubleRight/m": {
|
|
3576
|
-
"require": "./ChevronDoubleRight/m/index.js",
|
|
3577
|
-
"import": "./ChevronDoubleRight/m/index.mjs",
|
|
3578
|
-
"types": "./ChevronDoubleRight/m/index.d.ts"
|
|
3579
|
-
},
|
|
3580
|
-
"./ChevronDoubleRight/l": {
|
|
3581
|
-
"require": "./ChevronDoubleRight/l/index.js",
|
|
3582
|
-
"import": "./ChevronDoubleRight/l/index.mjs",
|
|
3583
|
-
"types": "./ChevronDoubleRight/l/index.d.ts"
|
|
3584
|
-
},
|
|
3585
3575
|
"./ChevronDoubleUp/m": {
|
|
3586
3576
|
"require": "./ChevronDoubleUp/m/index.js",
|
|
3587
3577
|
"import": "./ChevronDoubleUp/m/index.mjs",
|
|
@@ -3592,6 +3582,16 @@
|
|
|
3592
3582
|
"import": "./ChevronDoubleUp/l/index.mjs",
|
|
3593
3583
|
"types": "./ChevronDoubleUp/l/index.d.ts"
|
|
3594
3584
|
},
|
|
3585
|
+
"./ChevronDoubleRight/m": {
|
|
3586
|
+
"require": "./ChevronDoubleRight/m/index.js",
|
|
3587
|
+
"import": "./ChevronDoubleRight/m/index.mjs",
|
|
3588
|
+
"types": "./ChevronDoubleRight/m/index.d.ts"
|
|
3589
|
+
},
|
|
3590
|
+
"./ChevronDoubleRight/l": {
|
|
3591
|
+
"require": "./ChevronDoubleRight/l/index.js",
|
|
3592
|
+
"import": "./ChevronDoubleRight/l/index.mjs",
|
|
3593
|
+
"types": "./ChevronDoubleRight/l/index.d.ts"
|
|
3594
|
+
},
|
|
3595
3595
|
"./ChevronDoubleLeft/m": {
|
|
3596
3596
|
"require": "./ChevronDoubleLeft/m/index.js",
|
|
3597
3597
|
"import": "./ChevronDoubleLeft/m/index.mjs",
|
|
@@ -3692,16 +3692,6 @@
|
|
|
3692
3692
|
"import": "./ChatFilled/l/index.mjs",
|
|
3693
3693
|
"types": "./ChatFilled/l/index.d.ts"
|
|
3694
3694
|
},
|
|
3695
|
-
"./ChatAI/m": {
|
|
3696
|
-
"require": "./ChatAI/m/index.js",
|
|
3697
|
-
"import": "./ChatAI/m/index.mjs",
|
|
3698
|
-
"types": "./ChatAI/m/index.d.ts"
|
|
3699
|
-
},
|
|
3700
|
-
"./ChatAI/l": {
|
|
3701
|
-
"require": "./ChatAI/l/index.js",
|
|
3702
|
-
"import": "./ChatAI/l/index.mjs",
|
|
3703
|
-
"types": "./ChatAI/l/index.d.ts"
|
|
3704
|
-
},
|
|
3705
3695
|
"./ChatCheck/m": {
|
|
3706
3696
|
"require": "./ChatCheck/m/index.js",
|
|
3707
3697
|
"import": "./ChatCheck/m/index.mjs",
|
|
@@ -3712,6 +3702,16 @@
|
|
|
3712
3702
|
"import": "./ChatCheck/l/index.mjs",
|
|
3713
3703
|
"types": "./ChatCheck/l/index.d.ts"
|
|
3714
3704
|
},
|
|
3705
|
+
"./ChatAI/m": {
|
|
3706
|
+
"require": "./ChatAI/m/index.js",
|
|
3707
|
+
"import": "./ChatAI/m/index.mjs",
|
|
3708
|
+
"types": "./ChatAI/m/index.d.ts"
|
|
3709
|
+
},
|
|
3710
|
+
"./ChatAI/l": {
|
|
3711
|
+
"require": "./ChatAI/l/index.js",
|
|
3712
|
+
"import": "./ChatAI/l/index.mjs",
|
|
3713
|
+
"types": "./ChatAI/l/index.d.ts"
|
|
3714
|
+
},
|
|
3715
3715
|
"./Chat/m": {
|
|
3716
3716
|
"require": "./Chat/m/index.js",
|
|
3717
3717
|
"import": "./Chat/m/index.mjs",
|
|
@@ -3732,16 +3732,6 @@
|
|
|
3732
3732
|
"import": "./ChartVenn/l/index.mjs",
|
|
3733
3733
|
"types": "./ChartVenn/l/index.d.ts"
|
|
3734
3734
|
},
|
|
3735
|
-
"./ChartLine/m": {
|
|
3736
|
-
"require": "./ChartLine/m/index.js",
|
|
3737
|
-
"import": "./ChartLine/m/index.mjs",
|
|
3738
|
-
"types": "./ChartLine/m/index.d.ts"
|
|
3739
|
-
},
|
|
3740
|
-
"./ChartLine/l": {
|
|
3741
|
-
"require": "./ChartLine/l/index.js",
|
|
3742
|
-
"import": "./ChartLine/l/index.mjs",
|
|
3743
|
-
"types": "./ChartLine/l/index.d.ts"
|
|
3744
|
-
},
|
|
3745
3735
|
"./ChartPie/m": {
|
|
3746
3736
|
"require": "./ChartPie/m/index.js",
|
|
3747
3737
|
"import": "./ChartPie/m/index.mjs",
|
|
@@ -3752,6 +3742,16 @@
|
|
|
3752
3742
|
"import": "./ChartPie/l/index.mjs",
|
|
3753
3743
|
"types": "./ChartPie/l/index.d.ts"
|
|
3754
3744
|
},
|
|
3745
|
+
"./ChartLine/m": {
|
|
3746
|
+
"require": "./ChartLine/m/index.js",
|
|
3747
|
+
"import": "./ChartLine/m/index.mjs",
|
|
3748
|
+
"types": "./ChartLine/m/index.d.ts"
|
|
3749
|
+
},
|
|
3750
|
+
"./ChartLine/l": {
|
|
3751
|
+
"require": "./ChartLine/l/index.js",
|
|
3752
|
+
"import": "./ChartLine/l/index.mjs",
|
|
3753
|
+
"types": "./ChartLine/l/index.d.ts"
|
|
3754
|
+
},
|
|
3755
3755
|
"./ChartBubble/m": {
|
|
3756
3756
|
"require": "./ChartBubble/m/index.js",
|
|
3757
3757
|
"import": "./ChartBubble/m/index.mjs",
|
|
@@ -3782,16 +3782,6 @@
|
|
|
3782
3782
|
"import": "./ChartBarStacked/l/index.mjs",
|
|
3783
3783
|
"types": "./ChartBarStacked/l/index.d.ts"
|
|
3784
3784
|
},
|
|
3785
|
-
"./ChartBar/m": {
|
|
3786
|
-
"require": "./ChartBar/m/index.js",
|
|
3787
|
-
"import": "./ChartBar/m/index.mjs",
|
|
3788
|
-
"types": "./ChartBar/m/index.d.ts"
|
|
3789
|
-
},
|
|
3790
|
-
"./ChartBar/l": {
|
|
3791
|
-
"require": "./ChartBar/l/index.js",
|
|
3792
|
-
"import": "./ChartBar/l/index.mjs",
|
|
3793
|
-
"types": "./ChartBar/l/index.d.ts"
|
|
3794
|
-
},
|
|
3795
3785
|
"./ChargebackWin/m": {
|
|
3796
3786
|
"require": "./ChargebackWin/m/index.js",
|
|
3797
3787
|
"import": "./ChargebackWin/m/index.mjs",
|
|
@@ -3802,6 +3792,16 @@
|
|
|
3802
3792
|
"import": "./ChargebackWin/l/index.mjs",
|
|
3803
3793
|
"types": "./ChargebackWin/l/index.d.ts"
|
|
3804
3794
|
},
|
|
3795
|
+
"./ChartBar/m": {
|
|
3796
|
+
"require": "./ChartBar/m/index.js",
|
|
3797
|
+
"import": "./ChartBar/m/index.mjs",
|
|
3798
|
+
"types": "./ChartBar/m/index.d.ts"
|
|
3799
|
+
},
|
|
3800
|
+
"./ChartBar/l": {
|
|
3801
|
+
"require": "./ChartBar/l/index.js",
|
|
3802
|
+
"import": "./ChartBar/l/index.mjs",
|
|
3803
|
+
"types": "./ChartBar/l/index.d.ts"
|
|
3804
|
+
},
|
|
3805
3805
|
"./ChargebackLoss/m": {
|
|
3806
3806
|
"require": "./ChargebackLoss/m/index.js",
|
|
3807
3807
|
"import": "./ChargebackLoss/m/index.mjs",
|
|
@@ -3812,6 +3812,16 @@
|
|
|
3812
3812
|
"import": "./ChargebackLoss/l/index.mjs",
|
|
3813
3813
|
"types": "./ChargebackLoss/l/index.d.ts"
|
|
3814
3814
|
},
|
|
3815
|
+
"./Charge/m": {
|
|
3816
|
+
"require": "./Charge/m/index.js",
|
|
3817
|
+
"import": "./Charge/m/index.mjs",
|
|
3818
|
+
"types": "./Charge/m/index.d.ts"
|
|
3819
|
+
},
|
|
3820
|
+
"./Charge/l": {
|
|
3821
|
+
"require": "./Charge/l/index.js",
|
|
3822
|
+
"import": "./Charge/l/index.mjs",
|
|
3823
|
+
"types": "./Charge/l/index.d.ts"
|
|
3824
|
+
},
|
|
3815
3825
|
"./Casual/m": {
|
|
3816
3826
|
"require": "./Casual/m/index.js",
|
|
3817
3827
|
"import": "./Casual/m/index.mjs",
|
|
@@ -3832,16 +3842,6 @@
|
|
|
3832
3842
|
"import": "./Cart/l/index.mjs",
|
|
3833
3843
|
"types": "./Cart/l/index.d.ts"
|
|
3834
3844
|
},
|
|
3835
|
-
"./Charge/m": {
|
|
3836
|
-
"require": "./Charge/m/index.js",
|
|
3837
|
-
"import": "./Charge/m/index.mjs",
|
|
3838
|
-
"types": "./Charge/m/index.d.ts"
|
|
3839
|
-
},
|
|
3840
|
-
"./Charge/l": {
|
|
3841
|
-
"require": "./Charge/l/index.js",
|
|
3842
|
-
"import": "./Charge/l/index.mjs",
|
|
3843
|
-
"types": "./Charge/l/index.d.ts"
|
|
3844
|
-
},
|
|
3845
3845
|
"./Cards/m": {
|
|
3846
3846
|
"require": "./Cards/m/index.js",
|
|
3847
3847
|
"import": "./Cards/m/index.mjs",
|
|
@@ -4162,16 +4162,6 @@
|
|
|
4162
4162
|
"import": "./AdobeExperienceCloud/l/index.mjs",
|
|
4163
4163
|
"types": "./AdobeExperienceCloud/l/index.d.ts"
|
|
4164
4164
|
},
|
|
4165
|
-
"./AddCampaign/m": {
|
|
4166
|
-
"require": "./AddCampaign/m/index.js",
|
|
4167
|
-
"import": "./AddCampaign/m/index.mjs",
|
|
4168
|
-
"types": "./AddCampaign/m/index.d.ts"
|
|
4169
|
-
},
|
|
4170
|
-
"./AddCampaign/l": {
|
|
4171
|
-
"require": "./AddCampaign/l/index.js",
|
|
4172
|
-
"import": "./AddCampaign/l/index.mjs",
|
|
4173
|
-
"types": "./AddCampaign/l/index.d.ts"
|
|
4174
|
-
},
|
|
4175
4165
|
"./AddressPack/m": {
|
|
4176
4166
|
"require": "./AddressPack/m/index.js",
|
|
4177
4167
|
"import": "./AddressPack/m/index.mjs",
|
|
@@ -4182,15 +4172,15 @@
|
|
|
4182
4172
|
"import": "./AddressPack/l/index.mjs",
|
|
4183
4173
|
"types": "./AddressPack/l/index.d.ts"
|
|
4184
4174
|
},
|
|
4185
|
-
"./
|
|
4186
|
-
"require": "./
|
|
4187
|
-
"import": "./
|
|
4188
|
-
"types": "./
|
|
4175
|
+
"./AddCampaign/m": {
|
|
4176
|
+
"require": "./AddCampaign/m/index.js",
|
|
4177
|
+
"import": "./AddCampaign/m/index.mjs",
|
|
4178
|
+
"types": "./AddCampaign/m/index.d.ts"
|
|
4189
4179
|
},
|
|
4190
|
-
"./
|
|
4191
|
-
"require": "./
|
|
4192
|
-
"import": "./
|
|
4193
|
-
"types": "./
|
|
4180
|
+
"./AddCampaign/l": {
|
|
4181
|
+
"require": "./AddCampaign/l/index.js",
|
|
4182
|
+
"import": "./AddCampaign/l/index.mjs",
|
|
4183
|
+
"types": "./AddCampaign/l/index.d.ts"
|
|
4194
4184
|
},
|
|
4195
4185
|
"./AdMiddle/m": {
|
|
4196
4186
|
"require": "./AdMiddle/m/index.js",
|
|
@@ -4202,6 +4192,16 @@
|
|
|
4202
4192
|
"import": "./AdMiddle/l/index.mjs",
|
|
4203
4193
|
"types": "./AdMiddle/l/index.d.ts"
|
|
4204
4194
|
},
|
|
4195
|
+
"./AdTop/m": {
|
|
4196
|
+
"require": "./AdTop/m/index.js",
|
|
4197
|
+
"import": "./AdTop/m/index.mjs",
|
|
4198
|
+
"types": "./AdTop/m/index.d.ts"
|
|
4199
|
+
},
|
|
4200
|
+
"./AdTop/l": {
|
|
4201
|
+
"require": "./AdTop/l/index.js",
|
|
4202
|
+
"import": "./AdTop/l/index.mjs",
|
|
4203
|
+
"types": "./AdTop/l/index.d.ts"
|
|
4204
|
+
},
|
|
4205
4205
|
"./AdBottom/m": {
|
|
4206
4206
|
"require": "./AdBottom/m/index.js",
|
|
4207
4207
|
"import": "./AdBottom/m/index.mjs",
|