@semcore/icon 16.8.0-prerelease.0 → 16.8.0-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/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 +1292 -1292
- 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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "16.8.0-prerelease.
|
|
4
|
+
"version": "16.8.0-prerelease.1",
|
|
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.1.0-prerelease.
|
|
12
|
+
"@semcore/flex-box": "16.1.0-prerelease.1",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.6.0-prerelease.
|
|
16
|
+
"@semcore/base-components": "^16.6.0-prerelease.1"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
25
|
"@semcore/testing-utils": "1.0.0",
|
|
26
|
-
"@semcore/base-components": "16.6.0-prerelease.
|
|
26
|
+
"@semcore/base-components": "16.6.0-prerelease.1",
|
|
27
27
|
"@semcore/icon-transform-svg": "1.1.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -32,16 +32,6 @@
|
|
|
32
32
|
"import": "./lib/esm/index.mjs",
|
|
33
33
|
"types": "./lib/types/index.d.ts"
|
|
34
34
|
},
|
|
35
|
-
"./color/YoutubeInvert/m": {
|
|
36
|
-
"require": "./color/YoutubeInvert/m/index.js",
|
|
37
|
-
"import": "./color/YoutubeInvert/m/index.mjs",
|
|
38
|
-
"types": "./color/YoutubeInvert/m/index.d.ts"
|
|
39
|
-
},
|
|
40
|
-
"./color/YoutubeInvert/l": {
|
|
41
|
-
"require": "./color/YoutubeInvert/l/index.js",
|
|
42
|
-
"import": "./color/YoutubeInvert/l/index.mjs",
|
|
43
|
-
"types": "./color/YoutubeInvert/l/index.d.ts"
|
|
44
|
-
},
|
|
45
35
|
"./color/Yahoo/m": {
|
|
46
36
|
"require": "./color/Yahoo/m/index.js",
|
|
47
37
|
"import": "./color/Yahoo/m/index.mjs",
|
|
@@ -52,26 +42,6 @@
|
|
|
52
42
|
"import": "./color/Yahoo/l/index.mjs",
|
|
53
43
|
"types": "./color/Yahoo/l/index.d.ts"
|
|
54
44
|
},
|
|
55
|
-
"./color/WhatsApp/m": {
|
|
56
|
-
"require": "./color/WhatsApp/m/index.js",
|
|
57
|
-
"import": "./color/WhatsApp/m/index.mjs",
|
|
58
|
-
"types": "./color/WhatsApp/m/index.d.ts"
|
|
59
|
-
},
|
|
60
|
-
"./color/WhatsApp/l": {
|
|
61
|
-
"require": "./color/WhatsApp/l/index.js",
|
|
62
|
-
"import": "./color/WhatsApp/l/index.mjs",
|
|
63
|
-
"types": "./color/WhatsApp/l/index.d.ts"
|
|
64
|
-
},
|
|
65
|
-
"./color/TikTokColoredInvert/m": {
|
|
66
|
-
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
67
|
-
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
68
|
-
"types": "./color/TikTokColoredInvert/m/index.d.ts"
|
|
69
|
-
},
|
|
70
|
-
"./color/TikTokColoredInvert/l": {
|
|
71
|
-
"require": "./color/TikTokColoredInvert/l/index.js",
|
|
72
|
-
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
73
|
-
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
74
|
-
},
|
|
75
45
|
"./color/YoutubeColored/m": {
|
|
76
46
|
"require": "./color/YoutubeColored/m/index.js",
|
|
77
47
|
"import": "./color/YoutubeColored/m/index.mjs",
|
|
@@ -82,15 +52,25 @@
|
|
|
82
52
|
"import": "./color/YoutubeColored/l/index.mjs",
|
|
83
53
|
"types": "./color/YoutubeColored/l/index.d.ts"
|
|
84
54
|
},
|
|
85
|
-
"./color/
|
|
86
|
-
"require": "./color/
|
|
87
|
-
"import": "./color/
|
|
88
|
-
"types": "./color/
|
|
55
|
+
"./color/YoutubeInvert/m": {
|
|
56
|
+
"require": "./color/YoutubeInvert/m/index.js",
|
|
57
|
+
"import": "./color/YoutubeInvert/m/index.mjs",
|
|
58
|
+
"types": "./color/YoutubeInvert/m/index.d.ts"
|
|
89
59
|
},
|
|
90
|
-
"./color/
|
|
91
|
-
"require": "./color/
|
|
92
|
-
"import": "./color/
|
|
93
|
-
"types": "./color/
|
|
60
|
+
"./color/YoutubeInvert/l": {
|
|
61
|
+
"require": "./color/YoutubeInvert/l/index.js",
|
|
62
|
+
"import": "./color/YoutubeInvert/l/index.mjs",
|
|
63
|
+
"types": "./color/YoutubeInvert/l/index.d.ts"
|
|
64
|
+
},
|
|
65
|
+
"./color/WhatsApp/m": {
|
|
66
|
+
"require": "./color/WhatsApp/m/index.js",
|
|
67
|
+
"import": "./color/WhatsApp/m/index.mjs",
|
|
68
|
+
"types": "./color/WhatsApp/m/index.d.ts"
|
|
69
|
+
},
|
|
70
|
+
"./color/WhatsApp/l": {
|
|
71
|
+
"require": "./color/WhatsApp/l/index.js",
|
|
72
|
+
"import": "./color/WhatsApp/l/index.mjs",
|
|
73
|
+
"types": "./color/WhatsApp/l/index.d.ts"
|
|
94
74
|
},
|
|
95
75
|
"./color/WhatConvertsColored/m": {
|
|
96
76
|
"require": "./color/WhatConvertsColored/m/index.js",
|
|
@@ -102,6 +82,16 @@
|
|
|
102
82
|
"import": "./color/WhatConvertsColored/l/index.mjs",
|
|
103
83
|
"types": "./color/WhatConvertsColored/l/index.d.ts"
|
|
104
84
|
},
|
|
85
|
+
"./color/WooCommerceColored/m": {
|
|
86
|
+
"require": "./color/WooCommerceColored/m/index.js",
|
|
87
|
+
"import": "./color/WooCommerceColored/m/index.mjs",
|
|
88
|
+
"types": "./color/WooCommerceColored/m/index.d.ts"
|
|
89
|
+
},
|
|
90
|
+
"./color/WooCommerceColored/l": {
|
|
91
|
+
"require": "./color/WooCommerceColored/l/index.js",
|
|
92
|
+
"import": "./color/WooCommerceColored/l/index.mjs",
|
|
93
|
+
"types": "./color/WooCommerceColored/l/index.d.ts"
|
|
94
|
+
},
|
|
105
95
|
"./color/TikTokColored/m": {
|
|
106
96
|
"require": "./color/TikTokColored/m/index.js",
|
|
107
97
|
"import": "./color/TikTokColored/m/index.mjs",
|
|
@@ -112,25 +102,15 @@
|
|
|
112
102
|
"import": "./color/TikTokColored/l/index.mjs",
|
|
113
103
|
"types": "./color/TikTokColored/l/index.d.ts"
|
|
114
104
|
},
|
|
115
|
-
"./color/
|
|
116
|
-
"require": "./color/
|
|
117
|
-
"import": "./color/
|
|
118
|
-
"types": "./color/
|
|
119
|
-
},
|
|
120
|
-
"./color/PipedriveColored/l": {
|
|
121
|
-
"require": "./color/PipedriveColored/l/index.js",
|
|
122
|
-
"import": "./color/PipedriveColored/l/index.mjs",
|
|
123
|
-
"types": "./color/PipedriveColored/l/index.d.ts"
|
|
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"
|
|
105
|
+
"./color/TikTokColoredInvert/m": {
|
|
106
|
+
"require": "./color/TikTokColoredInvert/m/index.js",
|
|
107
|
+
"import": "./color/TikTokColoredInvert/m/index.mjs",
|
|
108
|
+
"types": "./color/TikTokColoredInvert/m/index.d.ts"
|
|
129
109
|
},
|
|
130
|
-
"./color/
|
|
131
|
-
"require": "./color/
|
|
132
|
-
"import": "./color/
|
|
133
|
-
"types": "./color/
|
|
110
|
+
"./color/TikTokColoredInvert/l": {
|
|
111
|
+
"require": "./color/TikTokColoredInvert/l/index.js",
|
|
112
|
+
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
113
|
+
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
134
114
|
},
|
|
135
115
|
"./color/Snapchat/m": {
|
|
136
116
|
"require": "./color/Snapchat/m/index.js",
|
|
@@ -142,6 +122,16 @@
|
|
|
142
122
|
"import": "./color/Snapchat/l/index.mjs",
|
|
143
123
|
"types": "./color/Snapchat/l/index.d.ts"
|
|
144
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
|
+
},
|
|
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/Moz/m": {
|
|
156
156
|
"require": "./color/Moz/m/index.js",
|
|
157
157
|
"import": "./color/Moz/m/index.mjs",
|
|
@@ -172,16 +172,6 @@
|
|
|
172
172
|
"import": "./color/MicrosoftOutlook/l/index.mjs",
|
|
173
173
|
"types": "./color/MicrosoftOutlook/l/index.d.ts"
|
|
174
174
|
},
|
|
175
|
-
"./color/PerplexityColored/m": {
|
|
176
|
-
"require": "./color/PerplexityColored/m/index.js",
|
|
177
|
-
"import": "./color/PerplexityColored/m/index.mjs",
|
|
178
|
-
"types": "./color/PerplexityColored/m/index.d.ts"
|
|
179
|
-
},
|
|
180
|
-
"./color/PerplexityColored/l": {
|
|
181
|
-
"require": "./color/PerplexityColored/l/index.js",
|
|
182
|
-
"import": "./color/PerplexityColored/l/index.mjs",
|
|
183
|
-
"types": "./color/PerplexityColored/l/index.d.ts"
|
|
184
|
-
},
|
|
185
175
|
"./color/MicrosoftOffice/m": {
|
|
186
176
|
"require": "./color/MicrosoftOffice/m/index.js",
|
|
187
177
|
"import": "./color/MicrosoftOffice/m/index.mjs",
|
|
@@ -192,15 +182,25 @@
|
|
|
192
182
|
"import": "./color/MicrosoftOffice/l/index.mjs",
|
|
193
183
|
"types": "./color/MicrosoftOffice/l/index.d.ts"
|
|
194
184
|
},
|
|
195
|
-
"./color/
|
|
196
|
-
"require": "./color/
|
|
197
|
-
"import": "./color/
|
|
198
|
-
"types": "./color/
|
|
185
|
+
"./color/MicrosoftExchange/m": {
|
|
186
|
+
"require": "./color/MicrosoftExchange/m/index.js",
|
|
187
|
+
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
188
|
+
"types": "./color/MicrosoftExchange/m/index.d.ts"
|
|
199
189
|
},
|
|
200
|
-
"./color/
|
|
201
|
-
"require": "./color/
|
|
202
|
-
"import": "./color/
|
|
203
|
-
"types": "./color/
|
|
190
|
+
"./color/MicrosoftExchange/l": {
|
|
191
|
+
"require": "./color/MicrosoftExchange/l/index.js",
|
|
192
|
+
"import": "./color/MicrosoftExchange/l/index.mjs",
|
|
193
|
+
"types": "./color/MicrosoftExchange/l/index.d.ts"
|
|
194
|
+
},
|
|
195
|
+
"./color/PerplexityColored/m": {
|
|
196
|
+
"require": "./color/PerplexityColored/m/index.js",
|
|
197
|
+
"import": "./color/PerplexityColored/m/index.mjs",
|
|
198
|
+
"types": "./color/PerplexityColored/m/index.d.ts"
|
|
199
|
+
},
|
|
200
|
+
"./color/PerplexityColored/l": {
|
|
201
|
+
"require": "./color/PerplexityColored/l/index.js",
|
|
202
|
+
"import": "./color/PerplexityColored/l/index.mjs",
|
|
203
|
+
"types": "./color/PerplexityColored/l/index.d.ts"
|
|
204
204
|
},
|
|
205
205
|
"./color/MetaColored/m": {
|
|
206
206
|
"require": "./color/MetaColored/m/index.js",
|
|
@@ -212,6 +212,16 @@
|
|
|
212
212
|
"import": "./color/MetaColored/l/index.mjs",
|
|
213
213
|
"types": "./color/MetaColored/l/index.d.ts"
|
|
214
214
|
},
|
|
215
|
+
"./color/Microsoft/m": {
|
|
216
|
+
"require": "./color/Microsoft/m/index.js",
|
|
217
|
+
"import": "./color/Microsoft/m/index.mjs",
|
|
218
|
+
"types": "./color/Microsoft/m/index.d.ts"
|
|
219
|
+
},
|
|
220
|
+
"./color/Microsoft/l": {
|
|
221
|
+
"require": "./color/Microsoft/l/index.js",
|
|
222
|
+
"import": "./color/Microsoft/l/index.mjs",
|
|
223
|
+
"types": "./color/Microsoft/l/index.d.ts"
|
|
224
|
+
},
|
|
215
225
|
"./color/Matomo/m": {
|
|
216
226
|
"require": "./color/Matomo/m/index.js",
|
|
217
227
|
"import": "./color/Matomo/m/index.mjs",
|
|
@@ -222,36 +232,6 @@
|
|
|
222
232
|
"import": "./color/Matomo/l/index.mjs",
|
|
223
233
|
"types": "./color/Matomo/l/index.d.ts"
|
|
224
234
|
},
|
|
225
|
-
"./color/MicrosoftExchange/m": {
|
|
226
|
-
"require": "./color/MicrosoftExchange/m/index.js",
|
|
227
|
-
"import": "./color/MicrosoftExchange/m/index.mjs",
|
|
228
|
-
"types": "./color/MicrosoftExchange/m/index.d.ts"
|
|
229
|
-
},
|
|
230
|
-
"./color/MicrosoftExchange/l": {
|
|
231
|
-
"require": "./color/MicrosoftExchange/l/index.js",
|
|
232
|
-
"import": "./color/MicrosoftExchange/l/index.mjs",
|
|
233
|
-
"types": "./color/MicrosoftExchange/l/index.d.ts"
|
|
234
|
-
},
|
|
235
|
-
"./color/LookerStudio/m": {
|
|
236
|
-
"require": "./color/LookerStudio/m/index.js",
|
|
237
|
-
"import": "./color/LookerStudio/m/index.mjs",
|
|
238
|
-
"types": "./color/LookerStudio/m/index.d.ts"
|
|
239
|
-
},
|
|
240
|
-
"./color/LookerStudio/l": {
|
|
241
|
-
"require": "./color/LookerStudio/l/index.js",
|
|
242
|
-
"import": "./color/LookerStudio/l/index.mjs",
|
|
243
|
-
"types": "./color/LookerStudio/l/index.d.ts"
|
|
244
|
-
},
|
|
245
|
-
"./color/LinkedInColored/m": {
|
|
246
|
-
"require": "./color/LinkedInColored/m/index.js",
|
|
247
|
-
"import": "./color/LinkedInColored/m/index.mjs",
|
|
248
|
-
"types": "./color/LinkedInColored/m/index.d.ts"
|
|
249
|
-
},
|
|
250
|
-
"./color/LinkedInColored/l": {
|
|
251
|
-
"require": "./color/LinkedInColored/l/index.js",
|
|
252
|
-
"import": "./color/LinkedInColored/l/index.mjs",
|
|
253
|
-
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
254
|
-
},
|
|
255
235
|
"./color/Mailchimp/m": {
|
|
256
236
|
"require": "./color/Mailchimp/m/index.js",
|
|
257
237
|
"import": "./color/Mailchimp/m/index.mjs",
|
|
@@ -262,16 +242,6 @@
|
|
|
262
242
|
"import": "./color/Mailchimp/l/index.mjs",
|
|
263
243
|
"types": "./color/Mailchimp/l/index.d.ts"
|
|
264
244
|
},
|
|
265
|
-
"./color/Hubspot/m": {
|
|
266
|
-
"require": "./color/Hubspot/m/index.js",
|
|
267
|
-
"import": "./color/Hubspot/m/index.mjs",
|
|
268
|
-
"types": "./color/Hubspot/m/index.d.ts"
|
|
269
|
-
},
|
|
270
|
-
"./color/Hubspot/l": {
|
|
271
|
-
"require": "./color/Hubspot/l/index.js",
|
|
272
|
-
"import": "./color/Hubspot/l/index.mjs",
|
|
273
|
-
"types": "./color/Hubspot/l/index.d.ts"
|
|
274
|
-
},
|
|
275
245
|
"./color/InstagramColored/m": {
|
|
276
246
|
"require": "./color/InstagramColored/m/index.js",
|
|
277
247
|
"import": "./color/InstagramColored/m/index.mjs",
|
|
@@ -282,16 +252,6 @@
|
|
|
282
252
|
"import": "./color/InstagramColored/l/index.mjs",
|
|
283
253
|
"types": "./color/InstagramColored/l/index.d.ts"
|
|
284
254
|
},
|
|
285
|
-
"./color/GoogleSlides/m": {
|
|
286
|
-
"require": "./color/GoogleSlides/m/index.js",
|
|
287
|
-
"import": "./color/GoogleSlides/m/index.mjs",
|
|
288
|
-
"types": "./color/GoogleSlides/m/index.d.ts"
|
|
289
|
-
},
|
|
290
|
-
"./color/GoogleSlides/l": {
|
|
291
|
-
"require": "./color/GoogleSlides/l/index.js",
|
|
292
|
-
"import": "./color/GoogleSlides/l/index.mjs",
|
|
293
|
-
"types": "./color/GoogleSlides/l/index.d.ts"
|
|
294
|
-
},
|
|
295
255
|
"./color/JavaScript/m": {
|
|
296
256
|
"require": "./color/JavaScript/m/index.js",
|
|
297
257
|
"import": "./color/JavaScript/m/index.mjs",
|
|
@@ -302,6 +262,16 @@
|
|
|
302
262
|
"import": "./color/JavaScript/l/index.mjs",
|
|
303
263
|
"types": "./color/JavaScript/l/index.d.ts"
|
|
304
264
|
},
|
|
265
|
+
"./color/LinkedInColored/m": {
|
|
266
|
+
"require": "./color/LinkedInColored/m/index.js",
|
|
267
|
+
"import": "./color/LinkedInColored/m/index.mjs",
|
|
268
|
+
"types": "./color/LinkedInColored/m/index.d.ts"
|
|
269
|
+
},
|
|
270
|
+
"./color/LinkedInColored/l": {
|
|
271
|
+
"require": "./color/LinkedInColored/l/index.js",
|
|
272
|
+
"import": "./color/LinkedInColored/l/index.mjs",
|
|
273
|
+
"types": "./color/LinkedInColored/l/index.d.ts"
|
|
274
|
+
},
|
|
305
275
|
"./color/GoogleSheets/m": {
|
|
306
276
|
"require": "./color/GoogleSheets/m/index.js",
|
|
307
277
|
"import": "./color/GoogleSheets/m/index.mjs",
|
|
@@ -312,6 +282,36 @@
|
|
|
312
282
|
"import": "./color/GoogleSheets/l/index.mjs",
|
|
313
283
|
"types": "./color/GoogleSheets/l/index.d.ts"
|
|
314
284
|
},
|
|
285
|
+
"./color/Hubspot/m": {
|
|
286
|
+
"require": "./color/Hubspot/m/index.js",
|
|
287
|
+
"import": "./color/Hubspot/m/index.mjs",
|
|
288
|
+
"types": "./color/Hubspot/m/index.d.ts"
|
|
289
|
+
},
|
|
290
|
+
"./color/Hubspot/l": {
|
|
291
|
+
"require": "./color/Hubspot/l/index.js",
|
|
292
|
+
"import": "./color/Hubspot/l/index.mjs",
|
|
293
|
+
"types": "./color/Hubspot/l/index.d.ts"
|
|
294
|
+
},
|
|
295
|
+
"./color/GoogleSlides/m": {
|
|
296
|
+
"require": "./color/GoogleSlides/m/index.js",
|
|
297
|
+
"import": "./color/GoogleSlides/m/index.mjs",
|
|
298
|
+
"types": "./color/GoogleSlides/m/index.d.ts"
|
|
299
|
+
},
|
|
300
|
+
"./color/GoogleSlides/l": {
|
|
301
|
+
"require": "./color/GoogleSlides/l/index.js",
|
|
302
|
+
"import": "./color/GoogleSlides/l/index.mjs",
|
|
303
|
+
"types": "./color/GoogleSlides/l/index.d.ts"
|
|
304
|
+
},
|
|
305
|
+
"./color/GoogleMyBusiness/m": {
|
|
306
|
+
"require": "./color/GoogleMyBusiness/m/index.js",
|
|
307
|
+
"import": "./color/GoogleMyBusiness/m/index.mjs",
|
|
308
|
+
"types": "./color/GoogleMyBusiness/m/index.d.ts"
|
|
309
|
+
},
|
|
310
|
+
"./color/GoogleMyBusiness/l": {
|
|
311
|
+
"require": "./color/GoogleMyBusiness/l/index.js",
|
|
312
|
+
"import": "./color/GoogleMyBusiness/l/index.mjs",
|
|
313
|
+
"types": "./color/GoogleMyBusiness/l/index.d.ts"
|
|
314
|
+
},
|
|
315
315
|
"./color/GoogleSearchConsole/m": {
|
|
316
316
|
"require": "./color/GoogleSearchConsole/m/index.js",
|
|
317
317
|
"import": "./color/GoogleSearchConsole/m/index.mjs",
|
|
@@ -322,15 +322,25 @@
|
|
|
322
322
|
"import": "./color/GoogleSearchConsole/l/index.mjs",
|
|
323
323
|
"types": "./color/GoogleSearchConsole/l/index.d.ts"
|
|
324
324
|
},
|
|
325
|
-
"./color/
|
|
326
|
-
"require": "./color/
|
|
327
|
-
"import": "./color/
|
|
328
|
-
"types": "./color/
|
|
325
|
+
"./color/GoogleGenerativeAIColored/m": {
|
|
326
|
+
"require": "./color/GoogleGenerativeAIColored/m/index.js",
|
|
327
|
+
"import": "./color/GoogleGenerativeAIColored/m/index.mjs",
|
|
328
|
+
"types": "./color/GoogleGenerativeAIColored/m/index.d.ts"
|
|
329
329
|
},
|
|
330
|
-
"./color/
|
|
331
|
-
"require": "./color/
|
|
332
|
-
"import": "./color/
|
|
333
|
-
"types": "./color/
|
|
330
|
+
"./color/GoogleGenerativeAIColored/l": {
|
|
331
|
+
"require": "./color/GoogleGenerativeAIColored/l/index.js",
|
|
332
|
+
"import": "./color/GoogleGenerativeAIColored/l/index.mjs",
|
|
333
|
+
"types": "./color/GoogleGenerativeAIColored/l/index.d.ts"
|
|
334
|
+
},
|
|
335
|
+
"./color/LookerStudio/m": {
|
|
336
|
+
"require": "./color/LookerStudio/m/index.js",
|
|
337
|
+
"import": "./color/LookerStudio/m/index.mjs",
|
|
338
|
+
"types": "./color/LookerStudio/m/index.d.ts"
|
|
339
|
+
},
|
|
340
|
+
"./color/LookerStudio/l": {
|
|
341
|
+
"require": "./color/LookerStudio/l/index.js",
|
|
342
|
+
"import": "./color/LookerStudio/l/index.mjs",
|
|
343
|
+
"types": "./color/LookerStudio/l/index.d.ts"
|
|
334
344
|
},
|
|
335
345
|
"./color/GoogleDocs/m": {
|
|
336
346
|
"require": "./color/GoogleDocs/m/index.js",
|
|
@@ -342,35 +352,15 @@
|
|
|
342
352
|
"import": "./color/GoogleDocs/l/index.mjs",
|
|
343
353
|
"types": "./color/GoogleDocs/l/index.d.ts"
|
|
344
354
|
},
|
|
345
|
-
"./color/
|
|
346
|
-
"require": "./color/
|
|
347
|
-
"import": "./color/
|
|
348
|
-
"types": "./color/
|
|
349
|
-
},
|
|
350
|
-
"./color/GoogleGenerativeAIColored/l": {
|
|
351
|
-
"require": "./color/GoogleGenerativeAIColored/l/index.js",
|
|
352
|
-
"import": "./color/GoogleGenerativeAIColored/l/index.mjs",
|
|
353
|
-
"types": "./color/GoogleGenerativeAIColored/l/index.d.ts"
|
|
354
|
-
},
|
|
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"
|
|
359
|
-
},
|
|
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"
|
|
364
|
-
},
|
|
365
|
-
"./color/GoogleMyBusiness/m": {
|
|
366
|
-
"require": "./color/GoogleMyBusiness/m/index.js",
|
|
367
|
-
"import": "./color/GoogleMyBusiness/m/index.mjs",
|
|
368
|
-
"types": "./color/GoogleMyBusiness/m/index.d.ts"
|
|
355
|
+
"./color/GoogleMail/m": {
|
|
356
|
+
"require": "./color/GoogleMail/m/index.js",
|
|
357
|
+
"import": "./color/GoogleMail/m/index.mjs",
|
|
358
|
+
"types": "./color/GoogleMail/m/index.d.ts"
|
|
369
359
|
},
|
|
370
|
-
"./color/
|
|
371
|
-
"require": "./color/
|
|
372
|
-
"import": "./color/
|
|
373
|
-
"types": "./color/
|
|
360
|
+
"./color/GoogleMail/l": {
|
|
361
|
+
"require": "./color/GoogleMail/l/index.js",
|
|
362
|
+
"import": "./color/GoogleMail/l/index.mjs",
|
|
363
|
+
"types": "./color/GoogleMail/l/index.d.ts"
|
|
374
364
|
},
|
|
375
365
|
"./color/GoogleDataStudio/m": {
|
|
376
366
|
"require": "./color/GoogleDataStudio/m/index.js",
|
|
@@ -382,6 +372,16 @@
|
|
|
382
372
|
"import": "./color/GoogleDataStudio/l/index.mjs",
|
|
383
373
|
"types": "./color/GoogleDataStudio/l/index.d.ts"
|
|
384
374
|
},
|
|
375
|
+
"./color/GoogleDisplayVideoAds/m": {
|
|
376
|
+
"require": "./color/GoogleDisplayVideoAds/m/index.js",
|
|
377
|
+
"import": "./color/GoogleDisplayVideoAds/m/index.mjs",
|
|
378
|
+
"types": "./color/GoogleDisplayVideoAds/m/index.d.ts"
|
|
379
|
+
},
|
|
380
|
+
"./color/GoogleDisplayVideoAds/l": {
|
|
381
|
+
"require": "./color/GoogleDisplayVideoAds/l/index.js",
|
|
382
|
+
"import": "./color/GoogleDisplayVideoAds/l/index.mjs",
|
|
383
|
+
"types": "./color/GoogleDisplayVideoAds/l/index.d.ts"
|
|
384
|
+
},
|
|
385
385
|
"./color/GoogleColor/m": {
|
|
386
386
|
"require": "./color/GoogleColor/m/index.js",
|
|
387
387
|
"import": "./color/GoogleColor/m/index.mjs",
|
|
@@ -392,6 +392,16 @@
|
|
|
392
392
|
"import": "./color/GoogleColor/l/index.mjs",
|
|
393
393
|
"types": "./color/GoogleColor/l/index.d.ts"
|
|
394
394
|
},
|
|
395
|
+
"./color/GoogleAnalytics4/m": {
|
|
396
|
+
"require": "./color/GoogleAnalytics4/m/index.js",
|
|
397
|
+
"import": "./color/GoogleAnalytics4/m/index.mjs",
|
|
398
|
+
"types": "./color/GoogleAnalytics4/m/index.d.ts"
|
|
399
|
+
},
|
|
400
|
+
"./color/GoogleAnalytics4/l": {
|
|
401
|
+
"require": "./color/GoogleAnalytics4/l/index.js",
|
|
402
|
+
"import": "./color/GoogleAnalytics4/l/index.mjs",
|
|
403
|
+
"types": "./color/GoogleAnalytics4/l/index.d.ts"
|
|
404
|
+
},
|
|
395
405
|
"./color/GoogleCloud/m": {
|
|
396
406
|
"require": "./color/GoogleCloud/m/index.js",
|
|
397
407
|
"import": "./color/GoogleCloud/m/index.mjs",
|
|
@@ -432,15 +442,15 @@
|
|
|
432
442
|
"import": "./color/GitLab/l/index.mjs",
|
|
433
443
|
"types": "./color/GitLab/l/index.d.ts"
|
|
434
444
|
},
|
|
435
|
-
"./color/
|
|
436
|
-
"require": "./color/
|
|
437
|
-
"import": "./color/
|
|
438
|
-
"types": "./color/
|
|
445
|
+
"./color/GitHub/m": {
|
|
446
|
+
"require": "./color/GitHub/m/index.js",
|
|
447
|
+
"import": "./color/GitHub/m/index.mjs",
|
|
448
|
+
"types": "./color/GitHub/m/index.d.ts"
|
|
439
449
|
},
|
|
440
|
-
"./color/
|
|
441
|
-
"require": "./color/
|
|
442
|
-
"import": "./color/
|
|
443
|
-
"types": "./color/
|
|
450
|
+
"./color/GitHub/l": {
|
|
451
|
+
"require": "./color/GitHub/l/index.js",
|
|
452
|
+
"import": "./color/GitHub/l/index.mjs",
|
|
453
|
+
"types": "./color/GitHub/l/index.d.ts"
|
|
444
454
|
},
|
|
445
455
|
"./color/GitHubInvert/m": {
|
|
446
456
|
"require": "./color/GitHubInvert/m/index.js",
|
|
@@ -452,6 +462,16 @@
|
|
|
452
462
|
"import": "./color/GitHubInvert/l/index.mjs",
|
|
453
463
|
"types": "./color/GitHubInvert/l/index.d.ts"
|
|
454
464
|
},
|
|
465
|
+
"./color/Figma/m": {
|
|
466
|
+
"require": "./color/Figma/m/index.js",
|
|
467
|
+
"import": "./color/Figma/m/index.mjs",
|
|
468
|
+
"types": "./color/Figma/m/index.d.ts"
|
|
469
|
+
},
|
|
470
|
+
"./color/Figma/l": {
|
|
471
|
+
"require": "./color/Figma/l/index.js",
|
|
472
|
+
"import": "./color/Figma/l/index.mjs",
|
|
473
|
+
"types": "./color/Figma/l/index.d.ts"
|
|
474
|
+
},
|
|
455
475
|
"./color/Copilot/m": {
|
|
456
476
|
"require": "./color/Copilot/m/index.js",
|
|
457
477
|
"import": "./color/Copilot/m/index.mjs",
|
|
@@ -462,16 +482,6 @@
|
|
|
462
482
|
"import": "./color/Copilot/l/index.mjs",
|
|
463
483
|
"types": "./color/Copilot/l/index.d.ts"
|
|
464
484
|
},
|
|
465
|
-
"./color/GitHub/m": {
|
|
466
|
-
"require": "./color/GitHub/m/index.js",
|
|
467
|
-
"import": "./color/GitHub/m/index.mjs",
|
|
468
|
-
"types": "./color/GitHub/m/index.d.ts"
|
|
469
|
-
},
|
|
470
|
-
"./color/GitHub/l": {
|
|
471
|
-
"require": "./color/GitHub/l/index.js",
|
|
472
|
-
"import": "./color/GitHub/l/index.mjs",
|
|
473
|
-
"types": "./color/GitHub/l/index.d.ts"
|
|
474
|
-
},
|
|
475
485
|
"./color/ConstantContactColored/m": {
|
|
476
486
|
"require": "./color/ConstantContactColored/m/index.js",
|
|
477
487
|
"import": "./color/ConstantContactColored/m/index.mjs",
|
|
@@ -492,6 +502,16 @@
|
|
|
492
502
|
"import": "./color/Confluence/l/index.mjs",
|
|
493
503
|
"types": "./color/Confluence/l/index.d.ts"
|
|
494
504
|
},
|
|
505
|
+
"./color/CampaignMonitorColored/m": {
|
|
506
|
+
"require": "./color/CampaignMonitorColored/m/index.js",
|
|
507
|
+
"import": "./color/CampaignMonitorColored/m/index.mjs",
|
|
508
|
+
"types": "./color/CampaignMonitorColored/m/index.d.ts"
|
|
509
|
+
},
|
|
510
|
+
"./color/CampaignMonitorColored/l": {
|
|
511
|
+
"require": "./color/CampaignMonitorColored/l/index.js",
|
|
512
|
+
"import": "./color/CampaignMonitorColored/l/index.mjs",
|
|
513
|
+
"types": "./color/CampaignMonitorColored/l/index.d.ts"
|
|
514
|
+
},
|
|
495
515
|
"./color/ClaudeColored/m": {
|
|
496
516
|
"require": "./color/ClaudeColored/m/index.js",
|
|
497
517
|
"import": "./color/ClaudeColored/m/index.mjs",
|
|
@@ -502,16 +522,6 @@
|
|
|
502
522
|
"import": "./color/ClaudeColored/l/index.mjs",
|
|
503
523
|
"types": "./color/ClaudeColored/l/index.d.ts"
|
|
504
524
|
},
|
|
505
|
-
"./color/Figma/m": {
|
|
506
|
-
"require": "./color/Figma/m/index.js",
|
|
507
|
-
"import": "./color/Figma/m/index.mjs",
|
|
508
|
-
"types": "./color/Figma/m/index.d.ts"
|
|
509
|
-
},
|
|
510
|
-
"./color/Figma/l": {
|
|
511
|
-
"require": "./color/Figma/l/index.js",
|
|
512
|
-
"import": "./color/Figma/l/index.mjs",
|
|
513
|
-
"types": "./color/Figma/l/index.d.ts"
|
|
514
|
-
},
|
|
515
525
|
"./color/CallTrackingMetricsColored/m": {
|
|
516
526
|
"require": "./color/CallTrackingMetricsColored/m/index.js",
|
|
517
527
|
"import": "./color/CallTrackingMetricsColored/m/index.mjs",
|
|
@@ -522,25 +532,15 @@
|
|
|
522
532
|
"import": "./color/CallTrackingMetricsColored/l/index.mjs",
|
|
523
533
|
"types": "./color/CallTrackingMetricsColored/l/index.d.ts"
|
|
524
534
|
},
|
|
525
|
-
"./color/
|
|
526
|
-
"require": "./color/
|
|
527
|
-
"import": "./color/
|
|
528
|
-
"types": "./color/
|
|
529
|
-
},
|
|
530
|
-
"./color/CampaignMonitorColored/l": {
|
|
531
|
-
"require": "./color/CampaignMonitorColored/l/index.js",
|
|
532
|
-
"import": "./color/CampaignMonitorColored/l/index.mjs",
|
|
533
|
-
"types": "./color/CampaignMonitorColored/l/index.d.ts"
|
|
534
|
-
},
|
|
535
|
-
"./color/BirdeyeColored/m": {
|
|
536
|
-
"require": "./color/BirdeyeColored/m/index.js",
|
|
537
|
-
"import": "./color/BirdeyeColored/m/index.mjs",
|
|
538
|
-
"types": "./color/BirdeyeColored/m/index.d.ts"
|
|
535
|
+
"./color/CallRailColored/m": {
|
|
536
|
+
"require": "./color/CallRailColored/m/index.js",
|
|
537
|
+
"import": "./color/CallRailColored/m/index.mjs",
|
|
538
|
+
"types": "./color/CallRailColored/m/index.d.ts"
|
|
539
539
|
},
|
|
540
|
-
"./color/
|
|
541
|
-
"require": "./color/
|
|
542
|
-
"import": "./color/
|
|
543
|
-
"types": "./color/
|
|
540
|
+
"./color/CallRailColored/l": {
|
|
541
|
+
"require": "./color/CallRailColored/l/index.js",
|
|
542
|
+
"import": "./color/CallRailColored/l/index.mjs",
|
|
543
|
+
"types": "./color/CallRailColored/l/index.d.ts"
|
|
544
544
|
},
|
|
545
545
|
"./color/Amazon/m": {
|
|
546
546
|
"require": "./color/Amazon/m/index.js",
|
|
@@ -552,15 +552,15 @@
|
|
|
552
552
|
"import": "./color/Amazon/l/index.mjs",
|
|
553
553
|
"types": "./color/Amazon/l/index.d.ts"
|
|
554
554
|
},
|
|
555
|
-
"./color/
|
|
556
|
-
"require": "./color/
|
|
557
|
-
"import": "./color/
|
|
558
|
-
"types": "./color/
|
|
555
|
+
"./color/BirdeyeColored/m": {
|
|
556
|
+
"require": "./color/BirdeyeColored/m/index.js",
|
|
557
|
+
"import": "./color/BirdeyeColored/m/index.mjs",
|
|
558
|
+
"types": "./color/BirdeyeColored/m/index.d.ts"
|
|
559
559
|
},
|
|
560
|
-
"./color/
|
|
561
|
-
"require": "./color/
|
|
562
|
-
"import": "./color/
|
|
563
|
-
"types": "./color/
|
|
560
|
+
"./color/BirdeyeColored/l": {
|
|
561
|
+
"require": "./color/BirdeyeColored/l/index.js",
|
|
562
|
+
"import": "./color/BirdeyeColored/l/index.mjs",
|
|
563
|
+
"types": "./color/BirdeyeColored/l/index.d.ts"
|
|
564
564
|
},
|
|
565
565
|
"./color/Ahrefs/m": {
|
|
566
566
|
"require": "./color/Ahrefs/m/index.js",
|
|
@@ -582,6 +582,16 @@
|
|
|
582
582
|
"import": "./pay/WeChatPay/l/index.mjs",
|
|
583
583
|
"types": "./pay/WeChatPay/l/index.d.ts"
|
|
584
584
|
},
|
|
585
|
+
"./pay/Visa/m": {
|
|
586
|
+
"require": "./pay/Visa/m/index.js",
|
|
587
|
+
"import": "./pay/Visa/m/index.mjs",
|
|
588
|
+
"types": "./pay/Visa/m/index.d.ts"
|
|
589
|
+
},
|
|
590
|
+
"./pay/Visa/l": {
|
|
591
|
+
"require": "./pay/Visa/l/index.js",
|
|
592
|
+
"import": "./pay/Visa/l/index.mjs",
|
|
593
|
+
"types": "./pay/Visa/l/index.d.ts"
|
|
594
|
+
},
|
|
585
595
|
"./pay/UnionPay/m": {
|
|
586
596
|
"require": "./pay/UnionPay/m/index.js",
|
|
587
597
|
"import": "./pay/UnionPay/m/index.mjs",
|
|
@@ -592,15 +602,15 @@
|
|
|
592
602
|
"import": "./pay/UnionPay/l/index.mjs",
|
|
593
603
|
"types": "./pay/UnionPay/l/index.d.ts"
|
|
594
604
|
},
|
|
595
|
-
"./pay/
|
|
596
|
-
"require": "./pay/
|
|
597
|
-
"import": "./pay/
|
|
598
|
-
"types": "./pay/
|
|
605
|
+
"./pay/PayPal/m": {
|
|
606
|
+
"require": "./pay/PayPal/m/index.js",
|
|
607
|
+
"import": "./pay/PayPal/m/index.mjs",
|
|
608
|
+
"types": "./pay/PayPal/m/index.d.ts"
|
|
599
609
|
},
|
|
600
|
-
"./pay/
|
|
601
|
-
"require": "./pay/
|
|
602
|
-
"import": "./pay/
|
|
603
|
-
"types": "./pay/
|
|
610
|
+
"./pay/PayPal/l": {
|
|
611
|
+
"require": "./pay/PayPal/l/index.js",
|
|
612
|
+
"import": "./pay/PayPal/l/index.mjs",
|
|
613
|
+
"types": "./pay/PayPal/l/index.d.ts"
|
|
604
614
|
},
|
|
605
615
|
"./pay/Mastercard/m": {
|
|
606
616
|
"require": "./pay/Mastercard/m/index.js",
|
|
@@ -612,15 +622,15 @@
|
|
|
612
622
|
"import": "./pay/Mastercard/l/index.mjs",
|
|
613
623
|
"types": "./pay/Mastercard/l/index.d.ts"
|
|
614
624
|
},
|
|
615
|
-
"./pay/
|
|
616
|
-
"require": "./pay/
|
|
617
|
-
"import": "./pay/
|
|
618
|
-
"types": "./pay/
|
|
625
|
+
"./pay/Discover/m": {
|
|
626
|
+
"require": "./pay/Discover/m/index.js",
|
|
627
|
+
"import": "./pay/Discover/m/index.mjs",
|
|
628
|
+
"types": "./pay/Discover/m/index.d.ts"
|
|
619
629
|
},
|
|
620
|
-
"./pay/
|
|
621
|
-
"require": "./pay/
|
|
622
|
-
"import": "./pay/
|
|
623
|
-
"types": "./pay/
|
|
630
|
+
"./pay/Discover/l": {
|
|
631
|
+
"require": "./pay/Discover/l/index.js",
|
|
632
|
+
"import": "./pay/Discover/l/index.mjs",
|
|
633
|
+
"types": "./pay/Discover/l/index.d.ts"
|
|
624
634
|
},
|
|
625
635
|
"./pay/JCB/m": {
|
|
626
636
|
"require": "./pay/JCB/m/index.js",
|
|
@@ -642,16 +652,6 @@
|
|
|
642
652
|
"import": "./pay/Diners/l/index.mjs",
|
|
643
653
|
"types": "./pay/Diners/l/index.d.ts"
|
|
644
654
|
},
|
|
645
|
-
"./pay/AmericanExpress/m": {
|
|
646
|
-
"require": "./pay/AmericanExpress/m/index.js",
|
|
647
|
-
"import": "./pay/AmericanExpress/m/index.mjs",
|
|
648
|
-
"types": "./pay/AmericanExpress/m/index.d.ts"
|
|
649
|
-
},
|
|
650
|
-
"./pay/AmericanExpress/l": {
|
|
651
|
-
"require": "./pay/AmericanExpress/l/index.js",
|
|
652
|
-
"import": "./pay/AmericanExpress/l/index.mjs",
|
|
653
|
-
"types": "./pay/AmericanExpress/l/index.d.ts"
|
|
654
|
-
},
|
|
655
655
|
"./pay/CreditCard/m": {
|
|
656
656
|
"require": "./pay/CreditCard/m/index.js",
|
|
657
657
|
"import": "./pay/CreditCard/m/index.mjs",
|
|
@@ -662,15 +662,15 @@
|
|
|
662
662
|
"import": "./pay/CreditCard/l/index.mjs",
|
|
663
663
|
"types": "./pay/CreditCard/l/index.d.ts"
|
|
664
664
|
},
|
|
665
|
-
"./pay/
|
|
666
|
-
"require": "./pay/
|
|
667
|
-
"import": "./pay/
|
|
668
|
-
"types": "./pay/
|
|
665
|
+
"./pay/AmericanExpress/m": {
|
|
666
|
+
"require": "./pay/AmericanExpress/m/index.js",
|
|
667
|
+
"import": "./pay/AmericanExpress/m/index.mjs",
|
|
668
|
+
"types": "./pay/AmericanExpress/m/index.d.ts"
|
|
669
669
|
},
|
|
670
|
-
"./pay/
|
|
671
|
-
"require": "./pay/
|
|
672
|
-
"import": "./pay/
|
|
673
|
-
"types": "./pay/
|
|
670
|
+
"./pay/AmericanExpress/l": {
|
|
671
|
+
"require": "./pay/AmericanExpress/l/index.js",
|
|
672
|
+
"import": "./pay/AmericanExpress/l/index.mjs",
|
|
673
|
+
"types": "./pay/AmericanExpress/l/index.d.ts"
|
|
674
674
|
},
|
|
675
675
|
"./platform/TrafficMarketToolkit": {
|
|
676
676
|
"require": "./platform/TrafficMarketToolkit/index.js",
|
|
@@ -682,61 +682,81 @@
|
|
|
682
682
|
"import": "./platform/SocialToolkit/index.mjs",
|
|
683
683
|
"types": "./platform/SocialToolkit/index.d.ts"
|
|
684
684
|
},
|
|
685
|
-
"./platform/ReportsToolkit": {
|
|
686
|
-
"require": "./platform/ReportsToolkit/index.js",
|
|
687
|
-
"import": "./platform/ReportsToolkit/index.mjs",
|
|
688
|
-
"types": "./platform/ReportsToolkit/index.d.ts"
|
|
689
|
-
},
|
|
690
685
|
"./platform/SEOToolkit": {
|
|
691
686
|
"require": "./platform/SEOToolkit/index.js",
|
|
692
687
|
"import": "./platform/SEOToolkit/index.mjs",
|
|
693
688
|
"types": "./platform/SEOToolkit/index.d.ts"
|
|
694
689
|
},
|
|
695
|
-
"./platform/PRToolkit": {
|
|
696
|
-
"require": "./platform/PRToolkit/index.js",
|
|
697
|
-
"import": "./platform/PRToolkit/index.mjs",
|
|
698
|
-
"types": "./platform/PRToolkit/index.d.ts"
|
|
699
|
-
},
|
|
700
690
|
"./platform/LocalToolkit": {
|
|
701
691
|
"require": "./platform/LocalToolkit/index.js",
|
|
702
692
|
"import": "./platform/LocalToolkit/index.mjs",
|
|
703
693
|
"types": "./platform/LocalToolkit/index.d.ts"
|
|
704
694
|
},
|
|
705
|
-
"./platform/
|
|
706
|
-
"require": "./platform/
|
|
707
|
-
"import": "./platform/
|
|
708
|
-
"types": "./platform/
|
|
709
|
-
},
|
|
710
|
-
"./platform/EnterpriseSolutions": {
|
|
711
|
-
"require": "./platform/EnterpriseSolutions/index.js",
|
|
712
|
-
"import": "./platform/EnterpriseSolutions/index.mjs",
|
|
713
|
-
"types": "./platform/EnterpriseSolutions/index.d.ts"
|
|
695
|
+
"./platform/ReportsToolkit": {
|
|
696
|
+
"require": "./platform/ReportsToolkit/index.js",
|
|
697
|
+
"import": "./platform/ReportsToolkit/index.mjs",
|
|
698
|
+
"types": "./platform/ReportsToolkit/index.d.ts"
|
|
714
699
|
},
|
|
715
700
|
"./platform/HomePlatform": {
|
|
716
701
|
"require": "./platform/HomePlatform/index.js",
|
|
717
702
|
"import": "./platform/HomePlatform/index.mjs",
|
|
718
703
|
"types": "./platform/HomePlatform/index.d.ts"
|
|
719
704
|
},
|
|
705
|
+
"./platform/PRToolkit": {
|
|
706
|
+
"require": "./platform/PRToolkit/index.js",
|
|
707
|
+
"import": "./platform/PRToolkit/index.mjs",
|
|
708
|
+
"types": "./platform/PRToolkit/index.d.ts"
|
|
709
|
+
},
|
|
710
|
+
"./platform/EnterpriseSolutions": {
|
|
711
|
+
"require": "./platform/EnterpriseSolutions/index.js",
|
|
712
|
+
"import": "./platform/EnterpriseSolutions/index.mjs",
|
|
713
|
+
"types": "./platform/EnterpriseSolutions/index.d.ts"
|
|
714
|
+
},
|
|
715
|
+
"./platform/ContentToolkit": {
|
|
716
|
+
"require": "./platform/ContentToolkit/index.js",
|
|
717
|
+
"import": "./platform/ContentToolkit/index.mjs",
|
|
718
|
+
"types": "./platform/ContentToolkit/index.d.ts"
|
|
719
|
+
},
|
|
720
720
|
"./platform/AppCenter": {
|
|
721
721
|
"require": "./platform/AppCenter/index.js",
|
|
722
722
|
"import": "./platform/AppCenter/index.mjs",
|
|
723
723
|
"types": "./platform/AppCenter/index.d.ts"
|
|
724
724
|
},
|
|
725
|
-
"./platform/AIToolkit": {
|
|
726
|
-
"require": "./platform/AIToolkit/index.js",
|
|
727
|
-
"import": "./platform/AIToolkit/index.mjs",
|
|
728
|
-
"types": "./platform/AIToolkit/index.d.ts"
|
|
729
|
-
},
|
|
730
725
|
"./platform/AdsToolkit": {
|
|
731
726
|
"require": "./platform/AdsToolkit/index.js",
|
|
732
727
|
"import": "./platform/AdsToolkit/index.mjs",
|
|
733
728
|
"types": "./platform/AdsToolkit/index.d.ts"
|
|
734
729
|
},
|
|
730
|
+
"./platform/AIToolkit": {
|
|
731
|
+
"require": "./platform/AIToolkit/index.js",
|
|
732
|
+
"import": "./platform/AIToolkit/index.mjs",
|
|
733
|
+
"types": "./platform/AIToolkit/index.d.ts"
|
|
734
|
+
},
|
|
735
735
|
"./platform/AISEOToolkit": {
|
|
736
736
|
"require": "./platform/AISEOToolkit/index.js",
|
|
737
737
|
"import": "./platform/AISEOToolkit/index.mjs",
|
|
738
738
|
"types": "./platform/AISEOToolkit/index.d.ts"
|
|
739
739
|
},
|
|
740
|
+
"./YoutubePlaceholder/m": {
|
|
741
|
+
"require": "./YoutubePlaceholder/m/index.js",
|
|
742
|
+
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
743
|
+
"types": "./YoutubePlaceholder/m/index.d.ts"
|
|
744
|
+
},
|
|
745
|
+
"./YoutubePlaceholder/l": {
|
|
746
|
+
"require": "./YoutubePlaceholder/l/index.js",
|
|
747
|
+
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
748
|
+
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
749
|
+
},
|
|
750
|
+
"./Youtube/m": {
|
|
751
|
+
"require": "./Youtube/m/index.js",
|
|
752
|
+
"import": "./Youtube/m/index.mjs",
|
|
753
|
+
"types": "./Youtube/m/index.d.ts"
|
|
754
|
+
},
|
|
755
|
+
"./Youtube/l": {
|
|
756
|
+
"require": "./Youtube/l/index.js",
|
|
757
|
+
"import": "./Youtube/l/index.mjs",
|
|
758
|
+
"types": "./Youtube/l/index.d.ts"
|
|
759
|
+
},
|
|
740
760
|
"./ZoomPlus/m": {
|
|
741
761
|
"require": "./ZoomPlus/m/index.js",
|
|
742
762
|
"import": "./ZoomPlus/m/index.mjs",
|
|
@@ -757,26 +777,6 @@
|
|
|
757
777
|
"import": "./ZoomMinus/l/index.mjs",
|
|
758
778
|
"types": "./ZoomMinus/l/index.d.ts"
|
|
759
779
|
},
|
|
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
|
-
"./YoutubePlaceholder/m": {
|
|
771
|
-
"require": "./YoutubePlaceholder/m/index.js",
|
|
772
|
-
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
773
|
-
"types": "./YoutubePlaceholder/m/index.d.ts"
|
|
774
|
-
},
|
|
775
|
-
"./YoutubePlaceholder/l": {
|
|
776
|
-
"require": "./YoutubePlaceholder/l/index.js",
|
|
777
|
-
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
778
|
-
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
779
|
-
},
|
|
780
780
|
"./Yext/m": {
|
|
781
781
|
"require": "./Yext/m/index.js",
|
|
782
782
|
"import": "./Yext/m/index.mjs",
|
|
@@ -797,6 +797,16 @@
|
|
|
797
797
|
"import": "./Wristwatch/l/index.mjs",
|
|
798
798
|
"types": "./Wristwatch/l/index.d.ts"
|
|
799
799
|
},
|
|
800
|
+
"./Wordpress/m": {
|
|
801
|
+
"require": "./Wordpress/m/index.js",
|
|
802
|
+
"import": "./Wordpress/m/index.mjs",
|
|
803
|
+
"types": "./Wordpress/m/index.d.ts"
|
|
804
|
+
},
|
|
805
|
+
"./Wordpress/l": {
|
|
806
|
+
"require": "./Wordpress/l/index.js",
|
|
807
|
+
"import": "./Wordpress/l/index.mjs",
|
|
808
|
+
"types": "./Wordpress/l/index.d.ts"
|
|
809
|
+
},
|
|
800
810
|
"./Wine/m": {
|
|
801
811
|
"require": "./Wine/m/index.js",
|
|
802
812
|
"import": "./Wine/m/index.mjs",
|
|
@@ -817,16 +827,6 @@
|
|
|
817
827
|
"import": "./WebStories/l/index.mjs",
|
|
818
828
|
"types": "./WebStories/l/index.d.ts"
|
|
819
829
|
},
|
|
820
|
-
"./Wordpress/m": {
|
|
821
|
-
"require": "./Wordpress/m/index.js",
|
|
822
|
-
"import": "./Wordpress/m/index.mjs",
|
|
823
|
-
"types": "./Wordpress/m/index.d.ts"
|
|
824
|
-
},
|
|
825
|
-
"./Wordpress/l": {
|
|
826
|
-
"require": "./Wordpress/l/index.js",
|
|
827
|
-
"import": "./Wordpress/l/index.mjs",
|
|
828
|
-
"types": "./Wordpress/l/index.d.ts"
|
|
829
|
-
},
|
|
830
830
|
"./WebPages/m": {
|
|
831
831
|
"require": "./WebPages/m/index.js",
|
|
832
832
|
"import": "./WebPages/m/index.mjs",
|
|
@@ -847,16 +847,6 @@
|
|
|
847
847
|
"import": "./Warning/l/index.mjs",
|
|
848
848
|
"types": "./Warning/l/index.d.ts"
|
|
849
849
|
},
|
|
850
|
-
"./Vk/m": {
|
|
851
|
-
"require": "./Vk/m/index.js",
|
|
852
|
-
"import": "./Vk/m/index.mjs",
|
|
853
|
-
"types": "./Vk/m/index.d.ts"
|
|
854
|
-
},
|
|
855
|
-
"./Vk/l": {
|
|
856
|
-
"require": "./Vk/l/index.js",
|
|
857
|
-
"import": "./Vk/l/index.mjs",
|
|
858
|
-
"types": "./Vk/l/index.d.ts"
|
|
859
|
-
},
|
|
860
850
|
"./VolumeUp/m": {
|
|
861
851
|
"require": "./VolumeUp/m/index.js",
|
|
862
852
|
"import": "./VolumeUp/m/index.mjs",
|
|
@@ -867,6 +857,16 @@
|
|
|
867
857
|
"import": "./VolumeUp/l/index.mjs",
|
|
868
858
|
"types": "./VolumeUp/l/index.d.ts"
|
|
869
859
|
},
|
|
860
|
+
"./Vk/m": {
|
|
861
|
+
"require": "./Vk/m/index.js",
|
|
862
|
+
"import": "./Vk/m/index.mjs",
|
|
863
|
+
"types": "./Vk/m/index.d.ts"
|
|
864
|
+
},
|
|
865
|
+
"./Vk/l": {
|
|
866
|
+
"require": "./Vk/l/index.js",
|
|
867
|
+
"import": "./Vk/l/index.mjs",
|
|
868
|
+
"types": "./Vk/l/index.d.ts"
|
|
869
|
+
},
|
|
870
870
|
"./VideoStreaming/m": {
|
|
871
871
|
"require": "./VideoStreaming/m/index.js",
|
|
872
872
|
"import": "./VideoStreaming/m/index.mjs",
|
|
@@ -927,16 +927,6 @@
|
|
|
927
927
|
"import": "./Video/l/index.mjs",
|
|
928
928
|
"types": "./Video/l/index.d.ts"
|
|
929
929
|
},
|
|
930
|
-
"./Value/m": {
|
|
931
|
-
"require": "./Value/m/index.js",
|
|
932
|
-
"import": "./Value/m/index.mjs",
|
|
933
|
-
"types": "./Value/m/index.d.ts"
|
|
934
|
-
},
|
|
935
|
-
"./Value/l": {
|
|
936
|
-
"require": "./Value/l/index.js",
|
|
937
|
-
"import": "./Value/l/index.mjs",
|
|
938
|
-
"types": "./Value/l/index.d.ts"
|
|
939
|
-
},
|
|
940
930
|
"./Veterinary/m": {
|
|
941
931
|
"require": "./Veterinary/m/index.js",
|
|
942
932
|
"import": "./Veterinary/m/index.mjs",
|
|
@@ -957,6 +947,16 @@
|
|
|
957
947
|
"import": "./Vacation/l/index.mjs",
|
|
958
948
|
"types": "./Vacation/l/index.d.ts"
|
|
959
949
|
},
|
|
950
|
+
"./Value/m": {
|
|
951
|
+
"require": "./Value/m/index.js",
|
|
952
|
+
"import": "./Value/m/index.mjs",
|
|
953
|
+
"types": "./Value/m/index.d.ts"
|
|
954
|
+
},
|
|
955
|
+
"./Value/l": {
|
|
956
|
+
"require": "./Value/l/index.js",
|
|
957
|
+
"import": "./Value/l/index.mjs",
|
|
958
|
+
"types": "./Value/l/index.d.ts"
|
|
959
|
+
},
|
|
960
960
|
"./UserSharedFirst/m": {
|
|
961
961
|
"require": "./UserSharedFirst/m/index.js",
|
|
962
962
|
"import": "./UserSharedFirst/m/index.mjs",
|
|
@@ -977,16 +977,6 @@
|
|
|
977
977
|
"import": "./UserShared/l/index.mjs",
|
|
978
978
|
"types": "./UserShared/l/index.d.ts"
|
|
979
979
|
},
|
|
980
|
-
"./User/m": {
|
|
981
|
-
"require": "./User/m/index.js",
|
|
982
|
-
"import": "./User/m/index.mjs",
|
|
983
|
-
"types": "./User/m/index.d.ts"
|
|
984
|
-
},
|
|
985
|
-
"./User/l": {
|
|
986
|
-
"require": "./User/l/index.js",
|
|
987
|
-
"import": "./User/l/index.mjs",
|
|
988
|
-
"types": "./User/l/index.d.ts"
|
|
989
|
-
},
|
|
990
980
|
"./UserGroup/m": {
|
|
991
981
|
"require": "./UserGroup/m/index.js",
|
|
992
982
|
"import": "./UserGroup/m/index.mjs",
|
|
@@ -997,16 +987,6 @@
|
|
|
997
987
|
"import": "./UserGroup/l/index.mjs",
|
|
998
988
|
"types": "./UserGroup/l/index.d.ts"
|
|
999
989
|
},
|
|
1000
|
-
"./Unsplash/m": {
|
|
1001
|
-
"require": "./Unsplash/m/index.js",
|
|
1002
|
-
"import": "./Unsplash/m/index.mjs",
|
|
1003
|
-
"types": "./Unsplash/m/index.d.ts"
|
|
1004
|
-
},
|
|
1005
|
-
"./Unsplash/l": {
|
|
1006
|
-
"require": "./Unsplash/l/index.js",
|
|
1007
|
-
"import": "./Unsplash/l/index.mjs",
|
|
1008
|
-
"types": "./Unsplash/l/index.d.ts"
|
|
1009
|
-
},
|
|
1010
990
|
"./UserDemo/m": {
|
|
1011
991
|
"require": "./UserDemo/m/index.js",
|
|
1012
992
|
"import": "./UserDemo/m/index.mjs",
|
|
@@ -1017,6 +997,26 @@
|
|
|
1017
997
|
"import": "./UserDemo/l/index.mjs",
|
|
1018
998
|
"types": "./UserDemo/l/index.d.ts"
|
|
1019
999
|
},
|
|
1000
|
+
"./User/m": {
|
|
1001
|
+
"require": "./User/m/index.js",
|
|
1002
|
+
"import": "./User/m/index.mjs",
|
|
1003
|
+
"types": "./User/m/index.d.ts"
|
|
1004
|
+
},
|
|
1005
|
+
"./User/l": {
|
|
1006
|
+
"require": "./User/l/index.js",
|
|
1007
|
+
"import": "./User/l/index.mjs",
|
|
1008
|
+
"types": "./User/l/index.d.ts"
|
|
1009
|
+
},
|
|
1010
|
+
"./Unsplash/m": {
|
|
1011
|
+
"require": "./Unsplash/m/index.js",
|
|
1012
|
+
"import": "./Unsplash/m/index.mjs",
|
|
1013
|
+
"types": "./Unsplash/m/index.d.ts"
|
|
1014
|
+
},
|
|
1015
|
+
"./Unsplash/l": {
|
|
1016
|
+
"require": "./Unsplash/l/index.js",
|
|
1017
|
+
"import": "./Unsplash/l/index.mjs",
|
|
1018
|
+
"types": "./Unsplash/l/index.d.ts"
|
|
1019
|
+
},
|
|
1020
1020
|
"./Undo/m": {
|
|
1021
1021
|
"require": "./Undo/m/index.js",
|
|
1022
1022
|
"import": "./Undo/m/index.mjs",
|
|
@@ -1087,16 +1087,6 @@
|
|
|
1087
1087
|
"import": "./Toxic/l/index.mjs",
|
|
1088
1088
|
"types": "./Toxic/l/index.d.ts"
|
|
1089
1089
|
},
|
|
1090
|
-
"./TopStories/m": {
|
|
1091
|
-
"require": "./TopStories/m/index.js",
|
|
1092
|
-
"import": "./TopStories/m/index.mjs",
|
|
1093
|
-
"types": "./TopStories/m/index.d.ts"
|
|
1094
|
-
},
|
|
1095
|
-
"./TopStories/l": {
|
|
1096
|
-
"require": "./TopStories/l/index.js",
|
|
1097
|
-
"import": "./TopStories/l/index.mjs",
|
|
1098
|
-
"types": "./TopStories/l/index.d.ts"
|
|
1099
|
-
},
|
|
1100
1090
|
"./TimeNight/m": {
|
|
1101
1091
|
"require": "./TimeNight/m/index.js",
|
|
1102
1092
|
"import": "./TimeNight/m/index.mjs",
|
|
@@ -1107,15 +1097,15 @@
|
|
|
1107
1097
|
"import": "./TimeNight/l/index.mjs",
|
|
1108
1098
|
"types": "./TimeNight/l/index.d.ts"
|
|
1109
1099
|
},
|
|
1110
|
-
"./
|
|
1111
|
-
"require": "./
|
|
1112
|
-
"import": "./
|
|
1113
|
-
"types": "./
|
|
1100
|
+
"./TopStories/m": {
|
|
1101
|
+
"require": "./TopStories/m/index.js",
|
|
1102
|
+
"import": "./TopStories/m/index.mjs",
|
|
1103
|
+
"types": "./TopStories/m/index.d.ts"
|
|
1114
1104
|
},
|
|
1115
|
-
"./
|
|
1116
|
-
"require": "./
|
|
1117
|
-
"import": "./
|
|
1118
|
-
"types": "./
|
|
1105
|
+
"./TopStories/l": {
|
|
1106
|
+
"require": "./TopStories/l/index.js",
|
|
1107
|
+
"import": "./TopStories/l/index.mjs",
|
|
1108
|
+
"types": "./TopStories/l/index.d.ts"
|
|
1119
1109
|
},
|
|
1120
1110
|
"./TimeDay/m": {
|
|
1121
1111
|
"require": "./TimeDay/m/index.js",
|
|
@@ -1127,15 +1117,15 @@
|
|
|
1127
1117
|
"import": "./TimeDay/l/index.mjs",
|
|
1128
1118
|
"types": "./TimeDay/l/index.d.ts"
|
|
1129
1119
|
},
|
|
1130
|
-
"./
|
|
1131
|
-
"require": "./
|
|
1132
|
-
"import": "./
|
|
1133
|
-
"types": "./
|
|
1120
|
+
"./TimeClock/m": {
|
|
1121
|
+
"require": "./TimeClock/m/index.js",
|
|
1122
|
+
"import": "./TimeClock/m/index.mjs",
|
|
1123
|
+
"types": "./TimeClock/m/index.d.ts"
|
|
1134
1124
|
},
|
|
1135
|
-
"./
|
|
1136
|
-
"require": "./
|
|
1137
|
-
"import": "./
|
|
1138
|
-
"types": "./
|
|
1125
|
+
"./TimeClock/l": {
|
|
1126
|
+
"require": "./TimeClock/l/index.js",
|
|
1127
|
+
"import": "./TimeClock/l/index.mjs",
|
|
1128
|
+
"types": "./TimeClock/l/index.d.ts"
|
|
1139
1129
|
},
|
|
1140
1130
|
"./TikTok/m": {
|
|
1141
1131
|
"require": "./TikTok/m/index.js",
|
|
@@ -1147,15 +1137,15 @@
|
|
|
1147
1137
|
"import": "./TikTok/l/index.mjs",
|
|
1148
1138
|
"types": "./TikTok/l/index.d.ts"
|
|
1149
1139
|
},
|
|
1150
|
-
"./
|
|
1151
|
-
"require": "./
|
|
1152
|
-
"import": "./
|
|
1153
|
-
"types": "./
|
|
1140
|
+
"./Tile/m": {
|
|
1141
|
+
"require": "./Tile/m/index.js",
|
|
1142
|
+
"import": "./Tile/m/index.mjs",
|
|
1143
|
+
"types": "./Tile/m/index.d.ts"
|
|
1154
1144
|
},
|
|
1155
|
-
"./
|
|
1156
|
-
"require": "./
|
|
1157
|
-
"import": "./
|
|
1158
|
-
"types": "./
|
|
1145
|
+
"./Tile/l": {
|
|
1146
|
+
"require": "./Tile/l/index.js",
|
|
1147
|
+
"import": "./Tile/l/index.mjs",
|
|
1148
|
+
"types": "./Tile/l/index.d.ts"
|
|
1159
1149
|
},
|
|
1160
1150
|
"./ThumbUp/m": {
|
|
1161
1151
|
"require": "./ThumbUp/m/index.js",
|
|
@@ -1167,6 +1157,16 @@
|
|
|
1167
1157
|
"import": "./ThumbUp/l/index.mjs",
|
|
1168
1158
|
"types": "./ThumbUp/l/index.d.ts"
|
|
1169
1159
|
},
|
|
1160
|
+
"./ThumbDown/m": {
|
|
1161
|
+
"require": "./ThumbDown/m/index.js",
|
|
1162
|
+
"import": "./ThumbDown/m/index.mjs",
|
|
1163
|
+
"types": "./ThumbDown/m/index.d.ts"
|
|
1164
|
+
},
|
|
1165
|
+
"./ThumbDown/l": {
|
|
1166
|
+
"require": "./ThumbDown/l/index.js",
|
|
1167
|
+
"import": "./ThumbDown/l/index.mjs",
|
|
1168
|
+
"types": "./ThumbDown/l/index.d.ts"
|
|
1169
|
+
},
|
|
1170
1170
|
"./TextQuotes/m": {
|
|
1171
1171
|
"require": "./TextQuotes/m/index.js",
|
|
1172
1172
|
"import": "./TextQuotes/m/index.mjs",
|
|
@@ -1177,16 +1177,6 @@
|
|
|
1177
1177
|
"import": "./TextQuotes/l/index.mjs",
|
|
1178
1178
|
"types": "./TextQuotes/l/index.d.ts"
|
|
1179
1179
|
},
|
|
1180
|
-
"./TextItalic/m": {
|
|
1181
|
-
"require": "./TextItalic/m/index.js",
|
|
1182
|
-
"import": "./TextItalic/m/index.mjs",
|
|
1183
|
-
"types": "./TextItalic/m/index.d.ts"
|
|
1184
|
-
},
|
|
1185
|
-
"./TextItalic/l": {
|
|
1186
|
-
"require": "./TextItalic/l/index.js",
|
|
1187
|
-
"import": "./TextItalic/l/index.mjs",
|
|
1188
|
-
"types": "./TextItalic/l/index.d.ts"
|
|
1189
|
-
},
|
|
1190
1180
|
"./TextUnderline/m": {
|
|
1191
1181
|
"require": "./TextUnderline/m/index.js",
|
|
1192
1182
|
"import": "./TextUnderline/m/index.mjs",
|
|
@@ -1207,15 +1197,15 @@
|
|
|
1207
1197
|
"import": "./TextBold/l/index.mjs",
|
|
1208
1198
|
"types": "./TextBold/l/index.d.ts"
|
|
1209
1199
|
},
|
|
1210
|
-
"./
|
|
1211
|
-
"require": "./
|
|
1212
|
-
"import": "./
|
|
1213
|
-
"types": "./
|
|
1200
|
+
"./TextItalic/m": {
|
|
1201
|
+
"require": "./TextItalic/m/index.js",
|
|
1202
|
+
"import": "./TextItalic/m/index.mjs",
|
|
1203
|
+
"types": "./TextItalic/m/index.d.ts"
|
|
1214
1204
|
},
|
|
1215
|
-
"./
|
|
1216
|
-
"require": "./
|
|
1217
|
-
"import": "./
|
|
1218
|
-
"types": "./
|
|
1205
|
+
"./TextItalic/l": {
|
|
1206
|
+
"require": "./TextItalic/l/index.js",
|
|
1207
|
+
"import": "./TextItalic/l/index.mjs",
|
|
1208
|
+
"types": "./TextItalic/l/index.d.ts"
|
|
1219
1209
|
},
|
|
1220
1210
|
"./Text/m": {
|
|
1221
1211
|
"require": "./Text/m/index.js",
|
|
@@ -1227,15 +1217,25 @@
|
|
|
1227
1217
|
"import": "./Text/l/index.mjs",
|
|
1228
1218
|
"types": "./Text/l/index.d.ts"
|
|
1229
1219
|
},
|
|
1230
|
-
"./
|
|
1231
|
-
"require": "./
|
|
1232
|
-
"import": "./
|
|
1233
|
-
"types": "./
|
|
1220
|
+
"./Telescope/m": {
|
|
1221
|
+
"require": "./Telescope/m/index.js",
|
|
1222
|
+
"import": "./Telescope/m/index.mjs",
|
|
1223
|
+
"types": "./Telescope/m/index.d.ts"
|
|
1224
|
+
},
|
|
1225
|
+
"./Telescope/l": {
|
|
1226
|
+
"require": "./Telescope/l/index.js",
|
|
1227
|
+
"import": "./Telescope/l/index.mjs",
|
|
1228
|
+
"types": "./Telescope/l/index.d.ts"
|
|
1229
|
+
},
|
|
1230
|
+
"./TackNo/m": {
|
|
1231
|
+
"require": "./TackNo/m/index.js",
|
|
1232
|
+
"import": "./TackNo/m/index.mjs",
|
|
1233
|
+
"types": "./TackNo/m/index.d.ts"
|
|
1234
1234
|
},
|
|
1235
|
-
"./
|
|
1236
|
-
"require": "./
|
|
1237
|
-
"import": "./
|
|
1238
|
-
"types": "./
|
|
1235
|
+
"./TackNo/l": {
|
|
1236
|
+
"require": "./TackNo/l/index.js",
|
|
1237
|
+
"import": "./TackNo/l/index.mjs",
|
|
1238
|
+
"types": "./TackNo/l/index.d.ts"
|
|
1239
1239
|
},
|
|
1240
1240
|
"./Tag/m": {
|
|
1241
1241
|
"require": "./Tag/m/index.js",
|
|
@@ -1247,6 +1247,16 @@
|
|
|
1247
1247
|
"import": "./Tag/l/index.mjs",
|
|
1248
1248
|
"types": "./Tag/l/index.d.ts"
|
|
1249
1249
|
},
|
|
1250
|
+
"./TagFilled/m": {
|
|
1251
|
+
"require": "./TagFilled/m/index.js",
|
|
1252
|
+
"import": "./TagFilled/m/index.mjs",
|
|
1253
|
+
"types": "./TagFilled/m/index.d.ts"
|
|
1254
|
+
},
|
|
1255
|
+
"./TagFilled/l": {
|
|
1256
|
+
"require": "./TagFilled/l/index.js",
|
|
1257
|
+
"import": "./TagFilled/l/index.mjs",
|
|
1258
|
+
"types": "./TagFilled/l/index.d.ts"
|
|
1259
|
+
},
|
|
1250
1260
|
"./Tack/m": {
|
|
1251
1261
|
"require": "./Tack/m/index.js",
|
|
1252
1262
|
"import": "./Tack/m/index.mjs",
|
|
@@ -1257,16 +1267,6 @@
|
|
|
1257
1267
|
"import": "./Tack/l/index.mjs",
|
|
1258
1268
|
"types": "./Tack/l/index.d.ts"
|
|
1259
1269
|
},
|
|
1260
|
-
"./TackNo/m": {
|
|
1261
|
-
"require": "./TackNo/m/index.js",
|
|
1262
|
-
"import": "./TackNo/m/index.mjs",
|
|
1263
|
-
"types": "./TackNo/m/index.d.ts"
|
|
1264
|
-
},
|
|
1265
|
-
"./TackNo/l": {
|
|
1266
|
-
"require": "./TackNo/l/index.js",
|
|
1267
|
-
"import": "./TackNo/l/index.mjs",
|
|
1268
|
-
"types": "./TackNo/l/index.d.ts"
|
|
1269
|
-
},
|
|
1270
1270
|
"./Tablet/m": {
|
|
1271
1271
|
"require": "./Tablet/m/index.js",
|
|
1272
1272
|
"import": "./Tablet/m/index.mjs",
|
|
@@ -1287,16 +1287,6 @@
|
|
|
1287
1287
|
"import": "./Table/l/index.mjs",
|
|
1288
1288
|
"types": "./Table/l/index.d.ts"
|
|
1289
1289
|
},
|
|
1290
|
-
"./StoriesAI/m": {
|
|
1291
|
-
"require": "./StoriesAI/m/index.js",
|
|
1292
|
-
"import": "./StoriesAI/m/index.mjs",
|
|
1293
|
-
"types": "./StoriesAI/m/index.d.ts"
|
|
1294
|
-
},
|
|
1295
|
-
"./StoriesAI/l": {
|
|
1296
|
-
"require": "./StoriesAI/l/index.js",
|
|
1297
|
-
"import": "./StoriesAI/l/index.mjs",
|
|
1298
|
-
"types": "./StoriesAI/l/index.d.ts"
|
|
1299
|
-
},
|
|
1300
1290
|
"./Stroller/m": {
|
|
1301
1291
|
"require": "./Stroller/m/index.js",
|
|
1302
1292
|
"import": "./Stroller/m/index.mjs",
|
|
@@ -1307,6 +1297,16 @@
|
|
|
1307
1297
|
"import": "./Stroller/l/index.mjs",
|
|
1308
1298
|
"types": "./Stroller/l/index.d.ts"
|
|
1309
1299
|
},
|
|
1300
|
+
"./StoriesAI/m": {
|
|
1301
|
+
"require": "./StoriesAI/m/index.js",
|
|
1302
|
+
"import": "./StoriesAI/m/index.mjs",
|
|
1303
|
+
"types": "./StoriesAI/m/index.d.ts"
|
|
1304
|
+
},
|
|
1305
|
+
"./StoriesAI/l": {
|
|
1306
|
+
"require": "./StoriesAI/l/index.js",
|
|
1307
|
+
"import": "./StoriesAI/l/index.mjs",
|
|
1308
|
+
"types": "./StoriesAI/l/index.d.ts"
|
|
1309
|
+
},
|
|
1310
1310
|
"./SummaryAI/m": {
|
|
1311
1311
|
"require": "./SummaryAI/m/index.js",
|
|
1312
1312
|
"import": "./SummaryAI/m/index.mjs",
|
|
@@ -1317,15 +1317,15 @@
|
|
|
1317
1317
|
"import": "./SummaryAI/l/index.mjs",
|
|
1318
1318
|
"types": "./SummaryAI/l/index.d.ts"
|
|
1319
1319
|
},
|
|
1320
|
-
"./
|
|
1321
|
-
"require": "./
|
|
1322
|
-
"import": "./
|
|
1323
|
-
"types": "./
|
|
1320
|
+
"./Sport/m": {
|
|
1321
|
+
"require": "./Sport/m/index.js",
|
|
1322
|
+
"import": "./Sport/m/index.mjs",
|
|
1323
|
+
"types": "./Sport/m/index.d.ts"
|
|
1324
1324
|
},
|
|
1325
|
-
"./
|
|
1326
|
-
"require": "./
|
|
1327
|
-
"import": "./
|
|
1328
|
-
"types": "./
|
|
1325
|
+
"./Sport/l": {
|
|
1326
|
+
"require": "./Sport/l/index.js",
|
|
1327
|
+
"import": "./Sport/l/index.mjs",
|
|
1328
|
+
"types": "./Sport/l/index.d.ts"
|
|
1329
1329
|
},
|
|
1330
1330
|
"./SortDesc/m": {
|
|
1331
1331
|
"require": "./SortDesc/m/index.js",
|
|
@@ -1337,15 +1337,15 @@
|
|
|
1337
1337
|
"import": "./SortDesc/l/index.mjs",
|
|
1338
1338
|
"types": "./SortDesc/l/index.d.ts"
|
|
1339
1339
|
},
|
|
1340
|
-
"./
|
|
1341
|
-
"require": "./
|
|
1342
|
-
"import": "./
|
|
1343
|
-
"types": "./
|
|
1340
|
+
"./Stop/m": {
|
|
1341
|
+
"require": "./Stop/m/index.js",
|
|
1342
|
+
"import": "./Stop/m/index.mjs",
|
|
1343
|
+
"types": "./Stop/m/index.d.ts"
|
|
1344
1344
|
},
|
|
1345
|
-
"./
|
|
1346
|
-
"require": "./
|
|
1347
|
-
"import": "./
|
|
1348
|
-
"types": "./
|
|
1345
|
+
"./Stop/l": {
|
|
1346
|
+
"require": "./Stop/l/index.js",
|
|
1347
|
+
"import": "./Stop/l/index.mjs",
|
|
1348
|
+
"types": "./Stop/l/index.d.ts"
|
|
1349
1349
|
},
|
|
1350
1350
|
"./SortAsc/m": {
|
|
1351
1351
|
"require": "./SortAsc/m/index.js",
|
|
@@ -1357,15 +1357,15 @@
|
|
|
1357
1357
|
"import": "./SortAsc/l/index.mjs",
|
|
1358
1358
|
"types": "./SortAsc/l/index.d.ts"
|
|
1359
1359
|
},
|
|
1360
|
-
"./
|
|
1361
|
-
"require": "./
|
|
1362
|
-
"import": "./
|
|
1363
|
-
"types": "./
|
|
1360
|
+
"./Smoking/m": {
|
|
1361
|
+
"require": "./Smoking/m/index.js",
|
|
1362
|
+
"import": "./Smoking/m/index.mjs",
|
|
1363
|
+
"types": "./Smoking/m/index.d.ts"
|
|
1364
1364
|
},
|
|
1365
|
-
"./
|
|
1366
|
-
"require": "./
|
|
1367
|
-
"import": "./
|
|
1368
|
-
"types": "./
|
|
1365
|
+
"./Smoking/l": {
|
|
1366
|
+
"require": "./Smoking/l/index.js",
|
|
1367
|
+
"import": "./Smoking/l/index.mjs",
|
|
1368
|
+
"types": "./Smoking/l/index.d.ts"
|
|
1369
1369
|
},
|
|
1370
1370
|
"./SmileSimple/m": {
|
|
1371
1371
|
"require": "./SmileSimple/m/index.js",
|
|
@@ -1437,6 +1437,16 @@
|
|
|
1437
1437
|
"import": "./Sitemap/l/index.mjs",
|
|
1438
1438
|
"types": "./Sitemap/l/index.d.ts"
|
|
1439
1439
|
},
|
|
1440
|
+
"./SideMenuRight/m": {
|
|
1441
|
+
"require": "./SideMenuRight/m/index.js",
|
|
1442
|
+
"import": "./SideMenuRight/m/index.mjs",
|
|
1443
|
+
"types": "./SideMenuRight/m/index.d.ts"
|
|
1444
|
+
},
|
|
1445
|
+
"./SideMenuRight/l": {
|
|
1446
|
+
"require": "./SideMenuRight/l/index.js",
|
|
1447
|
+
"import": "./SideMenuRight/l/index.mjs",
|
|
1448
|
+
"types": "./SideMenuRight/l/index.d.ts"
|
|
1449
|
+
},
|
|
1440
1450
|
"./SimplifyText/m": {
|
|
1441
1451
|
"require": "./SimplifyText/m/index.js",
|
|
1442
1452
|
"import": "./SimplifyText/m/index.mjs",
|
|
@@ -1447,16 +1457,6 @@
|
|
|
1447
1457
|
"import": "./SimplifyText/l/index.mjs",
|
|
1448
1458
|
"types": "./SimplifyText/l/index.d.ts"
|
|
1449
1459
|
},
|
|
1450
|
-
"./SideMenuLeft/m": {
|
|
1451
|
-
"require": "./SideMenuLeft/m/index.js",
|
|
1452
|
-
"import": "./SideMenuLeft/m/index.mjs",
|
|
1453
|
-
"types": "./SideMenuLeft/m/index.d.ts"
|
|
1454
|
-
},
|
|
1455
|
-
"./SideMenuLeft/l": {
|
|
1456
|
-
"require": "./SideMenuLeft/l/index.js",
|
|
1457
|
-
"import": "./SideMenuLeft/l/index.mjs",
|
|
1458
|
-
"types": "./SideMenuLeft/l/index.d.ts"
|
|
1459
|
-
},
|
|
1460
1460
|
"./ShowYes/m": {
|
|
1461
1461
|
"require": "./ShowYes/m/index.js",
|
|
1462
1462
|
"import": "./ShowYes/m/index.mjs",
|
|
@@ -1467,6 +1467,16 @@
|
|
|
1467
1467
|
"import": "./ShowYes/l/index.mjs",
|
|
1468
1468
|
"types": "./ShowYes/l/index.d.ts"
|
|
1469
1469
|
},
|
|
1470
|
+
"./SideMenuLeft/m": {
|
|
1471
|
+
"require": "./SideMenuLeft/m/index.js",
|
|
1472
|
+
"import": "./SideMenuLeft/m/index.mjs",
|
|
1473
|
+
"types": "./SideMenuLeft/m/index.d.ts"
|
|
1474
|
+
},
|
|
1475
|
+
"./SideMenuLeft/l": {
|
|
1476
|
+
"require": "./SideMenuLeft/l/index.js",
|
|
1477
|
+
"import": "./SideMenuLeft/l/index.mjs",
|
|
1478
|
+
"types": "./SideMenuLeft/l/index.d.ts"
|
|
1479
|
+
},
|
|
1470
1480
|
"./ShowNo/m": {
|
|
1471
1481
|
"require": "./ShowNo/m/index.js",
|
|
1472
1482
|
"import": "./ShowNo/m/index.mjs",
|
|
@@ -1487,25 +1497,15 @@
|
|
|
1487
1497
|
"import": "./ShortVideos/l/index.mjs",
|
|
1488
1498
|
"types": "./ShortVideos/l/index.d.ts"
|
|
1489
1499
|
},
|
|
1490
|
-
"./
|
|
1491
|
-
"require": "./
|
|
1492
|
-
"import": "./
|
|
1493
|
-
"types": "./
|
|
1494
|
-
},
|
|
1495
|
-
"./SideMenuRight/l": {
|
|
1496
|
-
"require": "./SideMenuRight/l/index.js",
|
|
1497
|
-
"import": "./SideMenuRight/l/index.mjs",
|
|
1498
|
-
"types": "./SideMenuRight/l/index.d.ts"
|
|
1499
|
-
},
|
|
1500
|
-
"./ShareAlt/m": {
|
|
1501
|
-
"require": "./ShareAlt/m/index.js",
|
|
1502
|
-
"import": "./ShareAlt/m/index.mjs",
|
|
1503
|
-
"types": "./ShareAlt/m/index.d.ts"
|
|
1500
|
+
"./Settings/m": {
|
|
1501
|
+
"require": "./Settings/m/index.js",
|
|
1502
|
+
"import": "./Settings/m/index.mjs",
|
|
1503
|
+
"types": "./Settings/m/index.d.ts"
|
|
1504
1504
|
},
|
|
1505
|
-
"./
|
|
1506
|
-
"require": "./
|
|
1507
|
-
"import": "./
|
|
1508
|
-
"types": "./
|
|
1505
|
+
"./Settings/l": {
|
|
1506
|
+
"require": "./Settings/l/index.js",
|
|
1507
|
+
"import": "./Settings/l/index.mjs",
|
|
1508
|
+
"types": "./Settings/l/index.d.ts"
|
|
1509
1509
|
},
|
|
1510
1510
|
"./Share/m": {
|
|
1511
1511
|
"require": "./Share/m/index.js",
|
|
@@ -1517,25 +1517,15 @@
|
|
|
1517
1517
|
"import": "./Share/l/index.mjs",
|
|
1518
1518
|
"types": "./Share/l/index.d.ts"
|
|
1519
1519
|
},
|
|
1520
|
-
"./
|
|
1521
|
-
"require": "./
|
|
1522
|
-
"import": "./
|
|
1523
|
-
"types": "./
|
|
1524
|
-
},
|
|
1525
|
-
"./SeoQuake/l": {
|
|
1526
|
-
"require": "./SeoQuake/l/index.js",
|
|
1527
|
-
"import": "./SeoQuake/l/index.mjs",
|
|
1528
|
-
"types": "./SeoQuake/l/index.d.ts"
|
|
1529
|
-
},
|
|
1530
|
-
"./Settings/m": {
|
|
1531
|
-
"require": "./Settings/m/index.js",
|
|
1532
|
-
"import": "./Settings/m/index.mjs",
|
|
1533
|
-
"types": "./Settings/m/index.d.ts"
|
|
1520
|
+
"./ShareAlt/m": {
|
|
1521
|
+
"require": "./ShareAlt/m/index.js",
|
|
1522
|
+
"import": "./ShareAlt/m/index.mjs",
|
|
1523
|
+
"types": "./ShareAlt/m/index.d.ts"
|
|
1534
1524
|
},
|
|
1535
|
-
"./
|
|
1536
|
-
"require": "./
|
|
1537
|
-
"import": "./
|
|
1538
|
-
"types": "./
|
|
1525
|
+
"./ShareAlt/l": {
|
|
1526
|
+
"require": "./ShareAlt/l/index.js",
|
|
1527
|
+
"import": "./ShareAlt/l/index.mjs",
|
|
1528
|
+
"types": "./ShareAlt/l/index.d.ts"
|
|
1539
1529
|
},
|
|
1540
1530
|
"./Serp/m": {
|
|
1541
1531
|
"require": "./Serp/m/index.js",
|
|
@@ -1547,6 +1537,16 @@
|
|
|
1547
1537
|
"import": "./Serp/l/index.mjs",
|
|
1548
1538
|
"types": "./Serp/l/index.d.ts"
|
|
1549
1539
|
},
|
|
1540
|
+
"./SeoQuake/m": {
|
|
1541
|
+
"require": "./SeoQuake/m/index.js",
|
|
1542
|
+
"import": "./SeoQuake/m/index.mjs",
|
|
1543
|
+
"types": "./SeoQuake/m/index.d.ts"
|
|
1544
|
+
},
|
|
1545
|
+
"./SeoQuake/l": {
|
|
1546
|
+
"require": "./SeoQuake/l/index.js",
|
|
1547
|
+
"import": "./SeoQuake/l/index.mjs",
|
|
1548
|
+
"types": "./SeoQuake/l/index.d.ts"
|
|
1549
|
+
},
|
|
1550
1550
|
"./Sent/m": {
|
|
1551
1551
|
"require": "./Sent/m/index.js",
|
|
1552
1552
|
"import": "./Sent/m/index.mjs",
|
|
@@ -1557,15 +1557,15 @@
|
|
|
1557
1557
|
"import": "./Sent/l/index.mjs",
|
|
1558
1558
|
"types": "./Sent/l/index.d.ts"
|
|
1559
1559
|
},
|
|
1560
|
-
"./
|
|
1561
|
-
"require": "./
|
|
1562
|
-
"import": "./
|
|
1563
|
-
"types": "./
|
|
1560
|
+
"./Sellzone/m": {
|
|
1561
|
+
"require": "./Sellzone/m/index.js",
|
|
1562
|
+
"import": "./Sellzone/m/index.mjs",
|
|
1563
|
+
"types": "./Sellzone/m/index.d.ts"
|
|
1564
1564
|
},
|
|
1565
|
-
"./
|
|
1566
|
-
"require": "./
|
|
1567
|
-
"import": "./
|
|
1568
|
-
"types": "./
|
|
1565
|
+
"./Sellzone/l": {
|
|
1566
|
+
"require": "./Sellzone/l/index.js",
|
|
1567
|
+
"import": "./Sellzone/l/index.mjs",
|
|
1568
|
+
"types": "./Sellzone/l/index.d.ts"
|
|
1569
1569
|
},
|
|
1570
1570
|
"./SemrushRank/m": {
|
|
1571
1571
|
"require": "./SemrushRank/m/index.js",
|
|
@@ -1577,6 +1577,26 @@
|
|
|
1577
1577
|
"import": "./SemrushRank/l/index.mjs",
|
|
1578
1578
|
"types": "./SemrushRank/l/index.d.ts"
|
|
1579
1579
|
},
|
|
1580
|
+
"./Semrush/m": {
|
|
1581
|
+
"require": "./Semrush/m/index.js",
|
|
1582
|
+
"import": "./Semrush/m/index.mjs",
|
|
1583
|
+
"types": "./Semrush/m/index.d.ts"
|
|
1584
|
+
},
|
|
1585
|
+
"./Semrush/l": {
|
|
1586
|
+
"require": "./Semrush/l/index.js",
|
|
1587
|
+
"import": "./Semrush/l/index.mjs",
|
|
1588
|
+
"types": "./Semrush/l/index.d.ts"
|
|
1589
|
+
},
|
|
1590
|
+
"./SecurityNo/m": {
|
|
1591
|
+
"require": "./SecurityNo/m/index.js",
|
|
1592
|
+
"import": "./SecurityNo/m/index.mjs",
|
|
1593
|
+
"types": "./SecurityNo/m/index.d.ts"
|
|
1594
|
+
},
|
|
1595
|
+
"./SecurityNo/l": {
|
|
1596
|
+
"require": "./SecurityNo/l/index.js",
|
|
1597
|
+
"import": "./SecurityNo/l/index.mjs",
|
|
1598
|
+
"types": "./SecurityNo/l/index.d.ts"
|
|
1599
|
+
},
|
|
1580
1600
|
"./SeeResultsAbout/m": {
|
|
1581
1601
|
"require": "./SeeResultsAbout/m/index.js",
|
|
1582
1602
|
"import": "./SeeResultsAbout/m/index.mjs",
|
|
@@ -1587,16 +1607,6 @@
|
|
|
1587
1607
|
"import": "./SeeResultsAbout/l/index.mjs",
|
|
1588
1608
|
"types": "./SeeResultsAbout/l/index.d.ts"
|
|
1589
1609
|
},
|
|
1590
|
-
"./Sellzone/m": {
|
|
1591
|
-
"require": "./Sellzone/m/index.js",
|
|
1592
|
-
"import": "./Sellzone/m/index.mjs",
|
|
1593
|
-
"types": "./Sellzone/m/index.d.ts"
|
|
1594
|
-
},
|
|
1595
|
-
"./Sellzone/l": {
|
|
1596
|
-
"require": "./Sellzone/l/index.js",
|
|
1597
|
-
"import": "./Sellzone/l/index.mjs",
|
|
1598
|
-
"types": "./Sellzone/l/index.d.ts"
|
|
1599
|
-
},
|
|
1600
1610
|
"./Security/m": {
|
|
1601
1611
|
"require": "./Security/m/index.js",
|
|
1602
1612
|
"import": "./Security/m/index.mjs",
|
|
@@ -1607,16 +1617,6 @@
|
|
|
1607
1617
|
"import": "./Security/l/index.mjs",
|
|
1608
1618
|
"types": "./Security/l/index.d.ts"
|
|
1609
1619
|
},
|
|
1610
|
-
"./SecurityNo/m": {
|
|
1611
|
-
"require": "./SecurityNo/m/index.js",
|
|
1612
|
-
"import": "./SecurityNo/m/index.mjs",
|
|
1613
|
-
"types": "./SecurityNo/m/index.d.ts"
|
|
1614
|
-
},
|
|
1615
|
-
"./SecurityNo/l": {
|
|
1616
|
-
"require": "./SecurityNo/l/index.js",
|
|
1617
|
-
"import": "./SecurityNo/l/index.mjs",
|
|
1618
|
-
"types": "./SecurityNo/l/index.d.ts"
|
|
1619
|
-
},
|
|
1620
1620
|
"./Search/m": {
|
|
1621
1621
|
"require": "./Search/m/index.js",
|
|
1622
1622
|
"import": "./Search/m/index.mjs",
|
|
@@ -1657,16 +1657,6 @@
|
|
|
1657
1657
|
"import": "./Robot/l/index.mjs",
|
|
1658
1658
|
"types": "./Robot/l/index.d.ts"
|
|
1659
1659
|
},
|
|
1660
|
-
"./Return/m": {
|
|
1661
|
-
"require": "./Return/m/index.js",
|
|
1662
|
-
"import": "./Return/m/index.mjs",
|
|
1663
|
-
"types": "./Return/m/index.d.ts"
|
|
1664
|
-
},
|
|
1665
|
-
"./Return/l": {
|
|
1666
|
-
"require": "./Return/l/index.js",
|
|
1667
|
-
"import": "./Return/l/index.mjs",
|
|
1668
|
-
"types": "./Return/l/index.d.ts"
|
|
1669
|
-
},
|
|
1670
1660
|
"./Rss/m": {
|
|
1671
1661
|
"require": "./Rss/m/index.js",
|
|
1672
1662
|
"import": "./Rss/m/index.mjs",
|
|
@@ -1677,6 +1667,16 @@
|
|
|
1677
1667
|
"import": "./Rss/l/index.mjs",
|
|
1678
1668
|
"types": "./Rss/l/index.d.ts"
|
|
1679
1669
|
},
|
|
1670
|
+
"./Return/m": {
|
|
1671
|
+
"require": "./Return/m/index.js",
|
|
1672
|
+
"import": "./Return/m/index.mjs",
|
|
1673
|
+
"types": "./Return/m/index.d.ts"
|
|
1674
|
+
},
|
|
1675
|
+
"./Return/l": {
|
|
1676
|
+
"require": "./Return/l/index.js",
|
|
1677
|
+
"import": "./Return/l/index.mjs",
|
|
1678
|
+
"types": "./Return/l/index.d.ts"
|
|
1679
|
+
},
|
|
1680
1680
|
"./Retweet/m": {
|
|
1681
1681
|
"require": "./Retweet/m/index.js",
|
|
1682
1682
|
"import": "./Retweet/m/index.mjs",
|
|
@@ -1707,26 +1707,6 @@
|
|
|
1707
1707
|
"import": "./ResizeRow/l/index.mjs",
|
|
1708
1708
|
"types": "./ResizeRow/l/index.d.ts"
|
|
1709
1709
|
},
|
|
1710
|
-
"./Rephrase/m": {
|
|
1711
|
-
"require": "./Rephrase/m/index.js",
|
|
1712
|
-
"import": "./Rephrase/m/index.mjs",
|
|
1713
|
-
"types": "./Rephrase/m/index.d.ts"
|
|
1714
|
-
},
|
|
1715
|
-
"./Rephrase/l": {
|
|
1716
|
-
"require": "./Rephrase/l/index.js",
|
|
1717
|
-
"import": "./Rephrase/l/index.mjs",
|
|
1718
|
-
"types": "./Rephrase/l/index.d.ts"
|
|
1719
|
-
},
|
|
1720
|
-
"./Reply/m": {
|
|
1721
|
-
"require": "./Reply/m/index.js",
|
|
1722
|
-
"import": "./Reply/m/index.mjs",
|
|
1723
|
-
"types": "./Reply/m/index.d.ts"
|
|
1724
|
-
},
|
|
1725
|
-
"./Reply/l": {
|
|
1726
|
-
"require": "./Reply/l/index.js",
|
|
1727
|
-
"import": "./Reply/l/index.mjs",
|
|
1728
|
-
"types": "./Reply/l/index.d.ts"
|
|
1729
|
-
},
|
|
1730
1710
|
"./ResizeCol/m": {
|
|
1731
1711
|
"require": "./ResizeCol/m/index.js",
|
|
1732
1712
|
"import": "./ResizeCol/m/index.mjs",
|
|
@@ -1747,6 +1727,26 @@
|
|
|
1747
1727
|
"import": "./Report/l/index.mjs",
|
|
1748
1728
|
"types": "./Report/l/index.d.ts"
|
|
1749
1729
|
},
|
|
1730
|
+
"./Reply/m": {
|
|
1731
|
+
"require": "./Reply/m/index.js",
|
|
1732
|
+
"import": "./Reply/m/index.mjs",
|
|
1733
|
+
"types": "./Reply/m/index.d.ts"
|
|
1734
|
+
},
|
|
1735
|
+
"./Reply/l": {
|
|
1736
|
+
"require": "./Reply/l/index.js",
|
|
1737
|
+
"import": "./Reply/l/index.mjs",
|
|
1738
|
+
"types": "./Reply/l/index.d.ts"
|
|
1739
|
+
},
|
|
1740
|
+
"./Rephrase/m": {
|
|
1741
|
+
"require": "./Rephrase/m/index.js",
|
|
1742
|
+
"import": "./Rephrase/m/index.mjs",
|
|
1743
|
+
"types": "./Rephrase/m/index.d.ts"
|
|
1744
|
+
},
|
|
1745
|
+
"./Rephrase/l": {
|
|
1746
|
+
"require": "./Rephrase/l/index.js",
|
|
1747
|
+
"import": "./Rephrase/l/index.mjs",
|
|
1748
|
+
"types": "./Rephrase/l/index.d.ts"
|
|
1749
|
+
},
|
|
1750
1750
|
"./Religion/m": {
|
|
1751
1751
|
"require": "./Religion/m/index.js",
|
|
1752
1752
|
"import": "./Religion/m/index.mjs",
|
|
@@ -1757,15 +1757,15 @@
|
|
|
1757
1757
|
"import": "./Religion/l/index.mjs",
|
|
1758
1758
|
"types": "./Religion/l/index.d.ts"
|
|
1759
1759
|
},
|
|
1760
|
-
"./
|
|
1761
|
-
"require": "./
|
|
1762
|
-
"import": "./
|
|
1763
|
-
"types": "./
|
|
1760
|
+
"./Reload/m": {
|
|
1761
|
+
"require": "./Reload/m/index.js",
|
|
1762
|
+
"import": "./Reload/m/index.mjs",
|
|
1763
|
+
"types": "./Reload/m/index.d.ts"
|
|
1764
1764
|
},
|
|
1765
|
-
"./
|
|
1766
|
-
"require": "./
|
|
1767
|
-
"import": "./
|
|
1768
|
-
"types": "./
|
|
1765
|
+
"./Reload/l": {
|
|
1766
|
+
"require": "./Reload/l/index.js",
|
|
1767
|
+
"import": "./Reload/l/index.mjs",
|
|
1768
|
+
"types": "./Reload/l/index.d.ts"
|
|
1769
1769
|
},
|
|
1770
1770
|
"./RelatedProducts/m": {
|
|
1771
1771
|
"require": "./RelatedProducts/m/index.js",
|
|
@@ -1777,15 +1777,15 @@
|
|
|
1777
1777
|
"import": "./RelatedProducts/l/index.mjs",
|
|
1778
1778
|
"types": "./RelatedProducts/l/index.d.ts"
|
|
1779
1779
|
},
|
|
1780
|
-
"./
|
|
1781
|
-
"require": "./
|
|
1782
|
-
"import": "./
|
|
1783
|
-
"types": "./
|
|
1780
|
+
"./RelatedSearches/m": {
|
|
1781
|
+
"require": "./RelatedSearches/m/index.js",
|
|
1782
|
+
"import": "./RelatedSearches/m/index.mjs",
|
|
1783
|
+
"types": "./RelatedSearches/m/index.d.ts"
|
|
1784
1784
|
},
|
|
1785
|
-
"./
|
|
1786
|
-
"require": "./
|
|
1787
|
-
"import": "./
|
|
1788
|
-
"types": "./
|
|
1785
|
+
"./RelatedSearches/l": {
|
|
1786
|
+
"require": "./RelatedSearches/l/index.js",
|
|
1787
|
+
"import": "./RelatedSearches/l/index.mjs",
|
|
1788
|
+
"types": "./RelatedSearches/l/index.d.ts"
|
|
1789
1789
|
},
|
|
1790
1790
|
"./Redo/m": {
|
|
1791
1791
|
"require": "./Redo/m/index.js",
|
|
@@ -1797,16 +1797,6 @@
|
|
|
1797
1797
|
"import": "./Redo/l/index.mjs",
|
|
1798
1798
|
"types": "./Redo/l/index.d.ts"
|
|
1799
1799
|
},
|
|
1800
|
-
"./Recreation/m": {
|
|
1801
|
-
"require": "./Recreation/m/index.js",
|
|
1802
|
-
"import": "./Recreation/m/index.mjs",
|
|
1803
|
-
"types": "./Recreation/m/index.d.ts"
|
|
1804
|
-
},
|
|
1805
|
-
"./Recreation/l": {
|
|
1806
|
-
"require": "./Recreation/l/index.js",
|
|
1807
|
-
"import": "./Recreation/l/index.mjs",
|
|
1808
|
-
"types": "./Recreation/l/index.d.ts"
|
|
1809
|
-
},
|
|
1810
1800
|
"./Redirect/m": {
|
|
1811
1801
|
"require": "./Redirect/m/index.js",
|
|
1812
1802
|
"import": "./Redirect/m/index.mjs",
|
|
@@ -1827,15 +1817,25 @@
|
|
|
1827
1817
|
"import": "./Recent/l/index.mjs",
|
|
1828
1818
|
"types": "./Recent/l/index.d.ts"
|
|
1829
1819
|
},
|
|
1830
|
-
"./
|
|
1831
|
-
"require": "./
|
|
1832
|
-
"import": "./
|
|
1833
|
-
"types": "./
|
|
1820
|
+
"./Recreation/m": {
|
|
1821
|
+
"require": "./Recreation/m/index.js",
|
|
1822
|
+
"import": "./Recreation/m/index.mjs",
|
|
1823
|
+
"types": "./Recreation/m/index.d.ts"
|
|
1834
1824
|
},
|
|
1835
|
-
"./
|
|
1836
|
-
"require": "./
|
|
1837
|
-
"import": "./
|
|
1838
|
-
"types": "./
|
|
1825
|
+
"./Recreation/l": {
|
|
1826
|
+
"require": "./Recreation/l/index.js",
|
|
1827
|
+
"import": "./Recreation/l/index.mjs",
|
|
1828
|
+
"types": "./Recreation/l/index.d.ts"
|
|
1829
|
+
},
|
|
1830
|
+
"./QuestionsAnswers/m": {
|
|
1831
|
+
"require": "./QuestionsAnswers/m/index.js",
|
|
1832
|
+
"import": "./QuestionsAnswers/m/index.mjs",
|
|
1833
|
+
"types": "./QuestionsAnswers/m/index.d.ts"
|
|
1834
|
+
},
|
|
1835
|
+
"./QuestionsAnswers/l": {
|
|
1836
|
+
"require": "./QuestionsAnswers/l/index.js",
|
|
1837
|
+
"import": "./QuestionsAnswers/l/index.mjs",
|
|
1838
|
+
"types": "./QuestionsAnswers/l/index.d.ts"
|
|
1839
1839
|
},
|
|
1840
1840
|
"./QuestionSerp/m": {
|
|
1841
1841
|
"require": "./QuestionSerp/m/index.js",
|
|
@@ -1847,6 +1847,16 @@
|
|
|
1847
1847
|
"import": "./QuestionSerp/l/index.mjs",
|
|
1848
1848
|
"types": "./QuestionSerp/l/index.d.ts"
|
|
1849
1849
|
},
|
|
1850
|
+
"./Question/m": {
|
|
1851
|
+
"require": "./Question/m/index.js",
|
|
1852
|
+
"import": "./Question/m/index.mjs",
|
|
1853
|
+
"types": "./Question/m/index.d.ts"
|
|
1854
|
+
},
|
|
1855
|
+
"./Question/l": {
|
|
1856
|
+
"require": "./Question/l/index.js",
|
|
1857
|
+
"import": "./Question/l/index.mjs",
|
|
1858
|
+
"types": "./Question/l/index.d.ts"
|
|
1859
|
+
},
|
|
1850
1860
|
"./Pulse/m": {
|
|
1851
1861
|
"require": "./Pulse/m/index.js",
|
|
1852
1862
|
"import": "./Pulse/m/index.mjs",
|
|
@@ -1857,25 +1867,15 @@
|
|
|
1857
1867
|
"import": "./Pulse/l/index.mjs",
|
|
1858
1868
|
"types": "./Pulse/l/index.d.ts"
|
|
1859
1869
|
},
|
|
1860
|
-
"./
|
|
1861
|
-
"require": "./
|
|
1862
|
-
"import": "./
|
|
1863
|
-
"types": "./
|
|
1864
|
-
},
|
|
1865
|
-
"./QuestionsAnswers/l": {
|
|
1866
|
-
"require": "./QuestionsAnswers/l/index.js",
|
|
1867
|
-
"import": "./QuestionsAnswers/l/index.mjs",
|
|
1868
|
-
"types": "./QuestionsAnswers/l/index.d.ts"
|
|
1869
|
-
},
|
|
1870
|
-
"./PublicSafety/m": {
|
|
1871
|
-
"require": "./PublicSafety/m/index.js",
|
|
1872
|
-
"import": "./PublicSafety/m/index.mjs",
|
|
1873
|
-
"types": "./PublicSafety/m/index.d.ts"
|
|
1870
|
+
"./PublicUtility/m": {
|
|
1871
|
+
"require": "./PublicUtility/m/index.js",
|
|
1872
|
+
"import": "./PublicUtility/m/index.mjs",
|
|
1873
|
+
"types": "./PublicUtility/m/index.d.ts"
|
|
1874
1874
|
},
|
|
1875
|
-
"./
|
|
1876
|
-
"require": "./
|
|
1877
|
-
"import": "./
|
|
1878
|
-
"types": "./
|
|
1875
|
+
"./PublicUtility/l": {
|
|
1876
|
+
"require": "./PublicUtility/l/index.js",
|
|
1877
|
+
"import": "./PublicUtility/l/index.mjs",
|
|
1878
|
+
"types": "./PublicUtility/l/index.d.ts"
|
|
1879
1879
|
},
|
|
1880
1880
|
"./Prowly/m": {
|
|
1881
1881
|
"require": "./Prowly/m/index.js",
|
|
@@ -1887,15 +1887,15 @@
|
|
|
1887
1887
|
"import": "./Prowly/l/index.mjs",
|
|
1888
1888
|
"types": "./Prowly/l/index.d.ts"
|
|
1889
1889
|
},
|
|
1890
|
-
"./
|
|
1891
|
-
"require": "./
|
|
1892
|
-
"import": "./
|
|
1893
|
-
"types": "./
|
|
1890
|
+
"./PublicSafety/m": {
|
|
1891
|
+
"require": "./PublicSafety/m/index.js",
|
|
1892
|
+
"import": "./PublicSafety/m/index.mjs",
|
|
1893
|
+
"types": "./PublicSafety/m/index.d.ts"
|
|
1894
1894
|
},
|
|
1895
|
-
"./
|
|
1896
|
-
"require": "./
|
|
1897
|
-
"import": "./
|
|
1898
|
-
"types": "./
|
|
1895
|
+
"./PublicSafety/l": {
|
|
1896
|
+
"require": "./PublicSafety/l/index.js",
|
|
1897
|
+
"import": "./PublicSafety/l/index.mjs",
|
|
1898
|
+
"types": "./PublicSafety/l/index.d.ts"
|
|
1899
1899
|
},
|
|
1900
1900
|
"./Printing/m": {
|
|
1901
1901
|
"require": "./Printing/m/index.js",
|
|
@@ -1907,16 +1907,6 @@
|
|
|
1907
1907
|
"import": "./Printing/l/index.mjs",
|
|
1908
1908
|
"types": "./Printing/l/index.d.ts"
|
|
1909
1909
|
},
|
|
1910
|
-
"./Power/m": {
|
|
1911
|
-
"require": "./Power/m/index.js",
|
|
1912
|
-
"import": "./Power/m/index.mjs",
|
|
1913
|
-
"types": "./Power/m/index.d.ts"
|
|
1914
|
-
},
|
|
1915
|
-
"./Power/l": {
|
|
1916
|
-
"require": "./Power/l/index.js",
|
|
1917
|
-
"import": "./Power/l/index.mjs",
|
|
1918
|
-
"types": "./Power/l/index.d.ts"
|
|
1919
|
-
},
|
|
1920
1910
|
"./PositionTop/m": {
|
|
1921
1911
|
"require": "./PositionTop/m/index.js",
|
|
1922
1912
|
"import": "./PositionTop/m/index.mjs",
|
|
@@ -1937,15 +1927,25 @@
|
|
|
1937
1927
|
"import": "./PositionRight/l/index.mjs",
|
|
1938
1928
|
"types": "./PositionRight/l/index.d.ts"
|
|
1939
1929
|
},
|
|
1940
|
-
"./
|
|
1941
|
-
"require": "./
|
|
1942
|
-
"import": "./
|
|
1943
|
-
"types": "./
|
|
1930
|
+
"./Power/m": {
|
|
1931
|
+
"require": "./Power/m/index.js",
|
|
1932
|
+
"import": "./Power/m/index.mjs",
|
|
1933
|
+
"types": "./Power/m/index.d.ts"
|
|
1944
1934
|
},
|
|
1945
|
-
"./
|
|
1946
|
-
"require": "./
|
|
1947
|
-
"import": "./
|
|
1948
|
-
"types": "./
|
|
1935
|
+
"./Power/l": {
|
|
1936
|
+
"require": "./Power/l/index.js",
|
|
1937
|
+
"import": "./Power/l/index.mjs",
|
|
1938
|
+
"types": "./Power/l/index.d.ts"
|
|
1939
|
+
},
|
|
1940
|
+
"./PositionMiddle/m": {
|
|
1941
|
+
"require": "./PositionMiddle/m/index.js",
|
|
1942
|
+
"import": "./PositionMiddle/m/index.mjs",
|
|
1943
|
+
"types": "./PositionMiddle/m/index.d.ts"
|
|
1944
|
+
},
|
|
1945
|
+
"./PositionMiddle/l": {
|
|
1946
|
+
"require": "./PositionMiddle/l/index.js",
|
|
1947
|
+
"import": "./PositionMiddle/l/index.mjs",
|
|
1948
|
+
"types": "./PositionMiddle/l/index.d.ts"
|
|
1949
1949
|
},
|
|
1950
1950
|
"./PositionBottom/m": {
|
|
1951
1951
|
"require": "./PositionBottom/m/index.js",
|
|
@@ -1957,15 +1957,15 @@
|
|
|
1957
1957
|
"import": "./PositionBottom/l/index.mjs",
|
|
1958
1958
|
"types": "./PositionBottom/l/index.d.ts"
|
|
1959
1959
|
},
|
|
1960
|
-
"./
|
|
1961
|
-
"require": "./
|
|
1962
|
-
"import": "./
|
|
1963
|
-
"types": "./
|
|
1960
|
+
"./PositionLeft/m": {
|
|
1961
|
+
"require": "./PositionLeft/m/index.js",
|
|
1962
|
+
"import": "./PositionLeft/m/index.mjs",
|
|
1963
|
+
"types": "./PositionLeft/m/index.d.ts"
|
|
1964
1964
|
},
|
|
1965
|
-
"./
|
|
1966
|
-
"require": "./
|
|
1967
|
-
"import": "./
|
|
1968
|
-
"types": "./
|
|
1965
|
+
"./PositionLeft/l": {
|
|
1966
|
+
"require": "./PositionLeft/l/index.js",
|
|
1967
|
+
"import": "./PositionLeft/l/index.mjs",
|
|
1968
|
+
"types": "./PositionLeft/l/index.d.ts"
|
|
1969
1969
|
},
|
|
1970
1970
|
"./Popup/m": {
|
|
1971
1971
|
"require": "./Popup/m/index.js",
|
|
@@ -1977,25 +1977,15 @@
|
|
|
1977
1977
|
"import": "./Popup/l/index.mjs",
|
|
1978
1978
|
"types": "./Popup/l/index.d.ts"
|
|
1979
1979
|
},
|
|
1980
|
-
"./
|
|
1981
|
-
"require": "./
|
|
1982
|
-
"import": "./
|
|
1983
|
-
"types": "./
|
|
1984
|
-
},
|
|
1985
|
-
"./PositionMiddle/l": {
|
|
1986
|
-
"require": "./PositionMiddle/l/index.js",
|
|
1987
|
-
"import": "./PositionMiddle/l/index.mjs",
|
|
1988
|
-
"types": "./PositionMiddle/l/index.d.ts"
|
|
1989
|
-
},
|
|
1990
|
-
"./PopularStores/m": {
|
|
1991
|
-
"require": "./PopularStores/m/index.js",
|
|
1992
|
-
"import": "./PopularStores/m/index.mjs",
|
|
1993
|
-
"types": "./PopularStores/m/index.d.ts"
|
|
1980
|
+
"./PopupAlt/m": {
|
|
1981
|
+
"require": "./PopupAlt/m/index.js",
|
|
1982
|
+
"import": "./PopupAlt/m/index.mjs",
|
|
1983
|
+
"types": "./PopupAlt/m/index.d.ts"
|
|
1994
1984
|
},
|
|
1995
|
-
"./
|
|
1996
|
-
"require": "./
|
|
1997
|
-
"import": "./
|
|
1998
|
-
"types": "./
|
|
1985
|
+
"./PopupAlt/l": {
|
|
1986
|
+
"require": "./PopupAlt/l/index.js",
|
|
1987
|
+
"import": "./PopupAlt/l/index.mjs",
|
|
1988
|
+
"types": "./PopupAlt/l/index.d.ts"
|
|
1999
1989
|
},
|
|
2000
1990
|
"./PopularProducts/m": {
|
|
2001
1991
|
"require": "./PopularProducts/m/index.js",
|
|
@@ -2007,6 +1997,16 @@
|
|
|
2007
1997
|
"import": "./PopularProducts/l/index.mjs",
|
|
2008
1998
|
"types": "./PopularProducts/l/index.d.ts"
|
|
2009
1999
|
},
|
|
2000
|
+
"./PopularStores/m": {
|
|
2001
|
+
"require": "./PopularStores/m/index.js",
|
|
2002
|
+
"import": "./PopularStores/m/index.mjs",
|
|
2003
|
+
"types": "./PopularStores/m/index.d.ts"
|
|
2004
|
+
},
|
|
2005
|
+
"./PopularStores/l": {
|
|
2006
|
+
"require": "./PopularStores/l/index.js",
|
|
2007
|
+
"import": "./PopularStores/l/index.mjs",
|
|
2008
|
+
"types": "./PopularStores/l/index.d.ts"
|
|
2009
|
+
},
|
|
2010
2010
|
"./Plug/m": {
|
|
2011
2011
|
"require": "./Plug/m/index.js",
|
|
2012
2012
|
"import": "./Plug/m/index.mjs",
|
|
@@ -2027,26 +2027,6 @@
|
|
|
2027
2027
|
"import": "./Pinterest/l/index.mjs",
|
|
2028
2028
|
"types": "./Pinterest/l/index.d.ts"
|
|
2029
2029
|
},
|
|
2030
|
-
"./PinUsd/m": {
|
|
2031
|
-
"require": "./PinUsd/m/index.js",
|
|
2032
|
-
"import": "./PinUsd/m/index.mjs",
|
|
2033
|
-
"types": "./PinUsd/m/index.d.ts"
|
|
2034
|
-
},
|
|
2035
|
-
"./PinUsd/l": {
|
|
2036
|
-
"require": "./PinUsd/l/index.js",
|
|
2037
|
-
"import": "./PinUsd/l/index.mjs",
|
|
2038
|
-
"types": "./PinUsd/l/index.d.ts"
|
|
2039
|
-
},
|
|
2040
|
-
"./PinNo/m": {
|
|
2041
|
-
"require": "./PinNo/m/index.js",
|
|
2042
|
-
"import": "./PinNo/m/index.mjs",
|
|
2043
|
-
"types": "./PinNo/m/index.d.ts"
|
|
2044
|
-
},
|
|
2045
|
-
"./PinNo/l": {
|
|
2046
|
-
"require": "./PinNo/l/index.js",
|
|
2047
|
-
"import": "./PinNo/l/index.mjs",
|
|
2048
|
-
"types": "./PinNo/l/index.d.ts"
|
|
2049
|
-
},
|
|
2050
2030
|
"./Pins/m": {
|
|
2051
2031
|
"require": "./Pins/m/index.js",
|
|
2052
2032
|
"import": "./Pins/m/index.mjs",
|
|
@@ -2057,6 +2037,16 @@
|
|
|
2057
2037
|
"import": "./Pins/l/index.mjs",
|
|
2058
2038
|
"types": "./Pins/l/index.d.ts"
|
|
2059
2039
|
},
|
|
2040
|
+
"./PinUsd/m": {
|
|
2041
|
+
"require": "./PinUsd/m/index.js",
|
|
2042
|
+
"import": "./PinUsd/m/index.mjs",
|
|
2043
|
+
"types": "./PinUsd/m/index.d.ts"
|
|
2044
|
+
},
|
|
2045
|
+
"./PinUsd/l": {
|
|
2046
|
+
"require": "./PinUsd/l/index.js",
|
|
2047
|
+
"import": "./PinUsd/l/index.mjs",
|
|
2048
|
+
"types": "./PinUsd/l/index.d.ts"
|
|
2049
|
+
},
|
|
2060
2050
|
"./PinMap/m": {
|
|
2061
2051
|
"require": "./PinMap/m/index.js",
|
|
2062
2052
|
"import": "./PinMap/m/index.mjs",
|
|
@@ -2067,6 +2057,16 @@
|
|
|
2067
2057
|
"import": "./PinMap/l/index.mjs",
|
|
2068
2058
|
"types": "./PinMap/l/index.d.ts"
|
|
2069
2059
|
},
|
|
2060
|
+
"./PinNo/m": {
|
|
2061
|
+
"require": "./PinNo/m/index.js",
|
|
2062
|
+
"import": "./PinNo/m/index.mjs",
|
|
2063
|
+
"types": "./PinNo/m/index.d.ts"
|
|
2064
|
+
},
|
|
2065
|
+
"./PinNo/l": {
|
|
2066
|
+
"require": "./PinNo/l/index.js",
|
|
2067
|
+
"import": "./PinNo/l/index.mjs",
|
|
2068
|
+
"types": "./PinNo/l/index.d.ts"
|
|
2069
|
+
},
|
|
2070
2070
|
"./Pictures/m": {
|
|
2071
2071
|
"require": "./Pictures/m/index.js",
|
|
2072
2072
|
"import": "./Pictures/m/index.mjs",
|
|
@@ -2097,16 +2097,6 @@
|
|
|
2097
2097
|
"import": "./Pin/l/index.mjs",
|
|
2098
2098
|
"types": "./Pin/l/index.d.ts"
|
|
2099
2099
|
},
|
|
2100
|
-
"./PictureAdd/m": {
|
|
2101
|
-
"require": "./PictureAdd/m/index.js",
|
|
2102
|
-
"import": "./PictureAdd/m/index.mjs",
|
|
2103
|
-
"types": "./PictureAdd/m/index.d.ts"
|
|
2104
|
-
},
|
|
2105
|
-
"./PictureAdd/l": {
|
|
2106
|
-
"require": "./PictureAdd/l/index.js",
|
|
2107
|
-
"import": "./PictureAdd/l/index.mjs",
|
|
2108
|
-
"types": "./PictureAdd/l/index.d.ts"
|
|
2109
|
-
},
|
|
2110
2100
|
"./PictureFrame/m": {
|
|
2111
2101
|
"require": "./PictureFrame/m/index.js",
|
|
2112
2102
|
"import": "./PictureFrame/m/index.mjs",
|
|
@@ -2117,6 +2107,16 @@
|
|
|
2117
2107
|
"import": "./PictureFrame/l/index.mjs",
|
|
2118
2108
|
"types": "./PictureFrame/l/index.d.ts"
|
|
2119
2109
|
},
|
|
2110
|
+
"./PictureAdd/m": {
|
|
2111
|
+
"require": "./PictureAdd/m/index.js",
|
|
2112
|
+
"import": "./PictureAdd/m/index.mjs",
|
|
2113
|
+
"types": "./PictureAdd/m/index.d.ts"
|
|
2114
|
+
},
|
|
2115
|
+
"./PictureAdd/l": {
|
|
2116
|
+
"require": "./PictureAdd/l/index.js",
|
|
2117
|
+
"import": "./PictureAdd/l/index.mjs",
|
|
2118
|
+
"types": "./PictureAdd/l/index.d.ts"
|
|
2119
|
+
},
|
|
2120
2120
|
"./Picture/m": {
|
|
2121
2121
|
"require": "./Picture/m/index.js",
|
|
2122
2122
|
"import": "./Picture/m/index.mjs",
|
|
@@ -2147,16 +2147,6 @@
|
|
|
2147
2147
|
"import": "./Phone/l/index.mjs",
|
|
2148
2148
|
"types": "./Phone/l/index.d.ts"
|
|
2149
2149
|
},
|
|
2150
|
-
"./Perplexity/m": {
|
|
2151
|
-
"require": "./Perplexity/m/index.js",
|
|
2152
|
-
"import": "./Perplexity/m/index.mjs",
|
|
2153
|
-
"types": "./Perplexity/m/index.d.ts"
|
|
2154
|
-
},
|
|
2155
|
-
"./Perplexity/l": {
|
|
2156
|
-
"require": "./Perplexity/l/index.js",
|
|
2157
|
-
"import": "./Perplexity/l/index.mjs",
|
|
2158
|
-
"types": "./Perplexity/l/index.d.ts"
|
|
2159
|
-
},
|
|
2160
2150
|
"./Pause/m": {
|
|
2161
2151
|
"require": "./Pause/m/index.js",
|
|
2162
2152
|
"import": "./Pause/m/index.mjs",
|
|
@@ -2167,16 +2157,6 @@
|
|
|
2167
2157
|
"import": "./Pause/l/index.mjs",
|
|
2168
2158
|
"types": "./Pause/l/index.d.ts"
|
|
2169
2159
|
},
|
|
2170
|
-
"./OrientationPortrait/m": {
|
|
2171
|
-
"require": "./OrientationPortrait/m/index.js",
|
|
2172
|
-
"import": "./OrientationPortrait/m/index.mjs",
|
|
2173
|
-
"types": "./OrientationPortrait/m/index.d.ts"
|
|
2174
|
-
},
|
|
2175
|
-
"./OrientationPortrait/l": {
|
|
2176
|
-
"require": "./OrientationPortrait/l/index.js",
|
|
2177
|
-
"import": "./OrientationPortrait/l/index.mjs",
|
|
2178
|
-
"types": "./OrientationPortrait/l/index.d.ts"
|
|
2179
|
-
},
|
|
2180
2160
|
"./Packaging/m": {
|
|
2181
2161
|
"require": "./Packaging/m/index.js",
|
|
2182
2162
|
"import": "./Packaging/m/index.mjs",
|
|
@@ -2187,6 +2167,26 @@
|
|
|
2187
2167
|
"import": "./Packaging/l/index.mjs",
|
|
2188
2168
|
"types": "./Packaging/l/index.d.ts"
|
|
2189
2169
|
},
|
|
2170
|
+
"./Perplexity/m": {
|
|
2171
|
+
"require": "./Perplexity/m/index.js",
|
|
2172
|
+
"import": "./Perplexity/m/index.mjs",
|
|
2173
|
+
"types": "./Perplexity/m/index.d.ts"
|
|
2174
|
+
},
|
|
2175
|
+
"./Perplexity/l": {
|
|
2176
|
+
"require": "./Perplexity/l/index.js",
|
|
2177
|
+
"import": "./Perplexity/l/index.mjs",
|
|
2178
|
+
"types": "./Perplexity/l/index.d.ts"
|
|
2179
|
+
},
|
|
2180
|
+
"./OrientationPortrait/m": {
|
|
2181
|
+
"require": "./OrientationPortrait/m/index.js",
|
|
2182
|
+
"import": "./OrientationPortrait/m/index.mjs",
|
|
2183
|
+
"types": "./OrientationPortrait/m/index.d.ts"
|
|
2184
|
+
},
|
|
2185
|
+
"./OrientationPortrait/l": {
|
|
2186
|
+
"require": "./OrientationPortrait/l/index.js",
|
|
2187
|
+
"import": "./OrientationPortrait/l/index.mjs",
|
|
2188
|
+
"types": "./OrientationPortrait/l/index.d.ts"
|
|
2189
|
+
},
|
|
2190
2190
|
"./OrientationLandscape/m": {
|
|
2191
2191
|
"require": "./OrientationLandscape/m/index.js",
|
|
2192
2192
|
"import": "./OrientationLandscape/m/index.mjs",
|
|
@@ -2197,15 +2197,15 @@
|
|
|
2197
2197
|
"import": "./OrientationLandscape/l/index.mjs",
|
|
2198
2198
|
"types": "./OrientationLandscape/l/index.d.ts"
|
|
2199
2199
|
},
|
|
2200
|
-
"./
|
|
2201
|
-
"require": "./
|
|
2202
|
-
"import": "./
|
|
2203
|
-
"types": "./
|
|
2200
|
+
"./OrganicCarousel/m": {
|
|
2201
|
+
"require": "./OrganicCarousel/m/index.js",
|
|
2202
|
+
"import": "./OrganicCarousel/m/index.mjs",
|
|
2203
|
+
"types": "./OrganicCarousel/m/index.d.ts"
|
|
2204
2204
|
},
|
|
2205
|
-
"./
|
|
2206
|
-
"require": "./
|
|
2207
|
-
"import": "./
|
|
2208
|
-
"types": "./
|
|
2205
|
+
"./OrganicCarousel/l": {
|
|
2206
|
+
"require": "./OrganicCarousel/l/index.js",
|
|
2207
|
+
"import": "./OrganicCarousel/l/index.mjs",
|
|
2208
|
+
"types": "./OrganicCarousel/l/index.d.ts"
|
|
2209
2209
|
},
|
|
2210
2210
|
"./Organic/m": {
|
|
2211
2211
|
"require": "./Organic/m/index.js",
|
|
@@ -2217,16 +2217,6 @@
|
|
|
2217
2217
|
"import": "./Organic/l/index.mjs",
|
|
2218
2218
|
"types": "./Organic/l/index.d.ts"
|
|
2219
2219
|
},
|
|
2220
|
-
"./OrganicCarousel/m": {
|
|
2221
|
-
"require": "./OrganicCarousel/m/index.js",
|
|
2222
|
-
"import": "./OrganicCarousel/m/index.mjs",
|
|
2223
|
-
"types": "./OrganicCarousel/m/index.d.ts"
|
|
2224
|
-
},
|
|
2225
|
-
"./OrganicCarousel/l": {
|
|
2226
|
-
"require": "./OrganicCarousel/l/index.js",
|
|
2227
|
-
"import": "./OrganicCarousel/l/index.mjs",
|
|
2228
|
-
"types": "./OrganicCarousel/l/index.d.ts"
|
|
2229
|
-
},
|
|
2230
2220
|
"./Oil/m": {
|
|
2231
2221
|
"require": "./Oil/m/index.js",
|
|
2232
2222
|
"import": "./Oil/m/index.mjs",
|
|
@@ -2237,6 +2227,16 @@
|
|
|
2237
2227
|
"import": "./Oil/l/index.mjs",
|
|
2238
2228
|
"types": "./Oil/l/index.d.ts"
|
|
2239
2229
|
},
|
|
2230
|
+
"./Opera/m": {
|
|
2231
|
+
"require": "./Opera/m/index.js",
|
|
2232
|
+
"import": "./Opera/m/index.mjs",
|
|
2233
|
+
"types": "./Opera/m/index.d.ts"
|
|
2234
|
+
},
|
|
2235
|
+
"./Opera/l": {
|
|
2236
|
+
"require": "./Opera/l/index.js",
|
|
2237
|
+
"import": "./Opera/l/index.mjs",
|
|
2238
|
+
"types": "./Opera/l/index.d.ts"
|
|
2239
|
+
},
|
|
2240
2240
|
"./NotificationNo/m": {
|
|
2241
2241
|
"require": "./NotificationNo/m/index.js",
|
|
2242
2242
|
"import": "./NotificationNo/m/index.mjs",
|
|
@@ -2267,16 +2267,6 @@
|
|
|
2267
2267
|
"import": "./Note/l/index.mjs",
|
|
2268
2268
|
"types": "./Note/l/index.d.ts"
|
|
2269
2269
|
},
|
|
2270
|
-
"./News/m": {
|
|
2271
|
-
"require": "./News/m/index.js",
|
|
2272
|
-
"import": "./News/m/index.mjs",
|
|
2273
|
-
"types": "./News/m/index.d.ts"
|
|
2274
|
-
},
|
|
2275
|
-
"./News/l": {
|
|
2276
|
-
"require": "./News/l/index.js",
|
|
2277
|
-
"import": "./News/l/index.mjs",
|
|
2278
|
-
"types": "./News/l/index.d.ts"
|
|
2279
|
-
},
|
|
2280
2270
|
"./Music/m": {
|
|
2281
2271
|
"require": "./Music/m/index.js",
|
|
2282
2272
|
"import": "./Music/m/index.mjs",
|
|
@@ -2287,6 +2277,16 @@
|
|
|
2287
2277
|
"import": "./Music/l/index.mjs",
|
|
2288
2278
|
"types": "./Music/l/index.d.ts"
|
|
2289
2279
|
},
|
|
2280
|
+
"./News/m": {
|
|
2281
|
+
"require": "./News/m/index.js",
|
|
2282
|
+
"import": "./News/m/index.mjs",
|
|
2283
|
+
"types": "./News/m/index.d.ts"
|
|
2284
|
+
},
|
|
2285
|
+
"./News/l": {
|
|
2286
|
+
"require": "./News/l/index.js",
|
|
2287
|
+
"import": "./News/l/index.mjs",
|
|
2288
|
+
"types": "./News/l/index.d.ts"
|
|
2289
|
+
},
|
|
2290
2290
|
"./Museum/m": {
|
|
2291
2291
|
"require": "./Museum/m/index.js",
|
|
2292
2292
|
"import": "./Museum/m/index.mjs",
|
|
@@ -2317,15 +2317,15 @@
|
|
|
2317
2317
|
"import": "./Monitoring/l/index.mjs",
|
|
2318
2318
|
"types": "./Monitoring/l/index.d.ts"
|
|
2319
2319
|
},
|
|
2320
|
-
"./
|
|
2321
|
-
"require": "./
|
|
2322
|
-
"import": "./
|
|
2323
|
-
"types": "./
|
|
2320
|
+
"./MoneyCoins/m": {
|
|
2321
|
+
"require": "./MoneyCoins/m/index.js",
|
|
2322
|
+
"import": "./MoneyCoins/m/index.mjs",
|
|
2323
|
+
"types": "./MoneyCoins/m/index.d.ts"
|
|
2324
2324
|
},
|
|
2325
|
-
"./
|
|
2326
|
-
"require": "./
|
|
2327
|
-
"import": "./
|
|
2328
|
-
"types": "./
|
|
2325
|
+
"./MoneyCoins/l": {
|
|
2326
|
+
"require": "./MoneyCoins/l/index.js",
|
|
2327
|
+
"import": "./MoneyCoins/l/index.mjs",
|
|
2328
|
+
"types": "./MoneyCoins/l/index.d.ts"
|
|
2329
2329
|
},
|
|
2330
2330
|
"./Mobile/m": {
|
|
2331
2331
|
"require": "./Mobile/m/index.js",
|
|
@@ -2337,15 +2337,15 @@
|
|
|
2337
2337
|
"import": "./Mobile/l/index.mjs",
|
|
2338
2338
|
"types": "./Mobile/l/index.d.ts"
|
|
2339
2339
|
},
|
|
2340
|
-
"./
|
|
2341
|
-
"require": "./
|
|
2342
|
-
"import": "./
|
|
2343
|
-
"types": "./
|
|
2340
|
+
"./Microphone/m": {
|
|
2341
|
+
"require": "./Microphone/m/index.js",
|
|
2342
|
+
"import": "./Microphone/m/index.mjs",
|
|
2343
|
+
"types": "./Microphone/m/index.d.ts"
|
|
2344
2344
|
},
|
|
2345
|
-
"./
|
|
2346
|
-
"require": "./
|
|
2347
|
-
"import": "./
|
|
2348
|
-
"types": "./
|
|
2345
|
+
"./Microphone/l": {
|
|
2346
|
+
"require": "./Microphone/l/index.js",
|
|
2347
|
+
"import": "./Microphone/l/index.mjs",
|
|
2348
|
+
"types": "./Microphone/l/index.d.ts"
|
|
2349
2349
|
},
|
|
2350
2350
|
"./Megaphone/m": {
|
|
2351
2351
|
"require": "./Megaphone/m/index.js",
|
|
@@ -2367,15 +2367,15 @@
|
|
|
2367
2367
|
"import": "./Medkit/l/index.mjs",
|
|
2368
2368
|
"types": "./Medkit/l/index.d.ts"
|
|
2369
2369
|
},
|
|
2370
|
-
"./
|
|
2371
|
-
"require": "./
|
|
2372
|
-
"import": "./
|
|
2373
|
-
"types": "./
|
|
2370
|
+
"./Military/m": {
|
|
2371
|
+
"require": "./Military/m/index.js",
|
|
2372
|
+
"import": "./Military/m/index.mjs",
|
|
2373
|
+
"types": "./Military/m/index.d.ts"
|
|
2374
2374
|
},
|
|
2375
|
-
"./
|
|
2376
|
-
"require": "./
|
|
2377
|
-
"import": "./
|
|
2378
|
-
"types": "./
|
|
2375
|
+
"./Military/l": {
|
|
2376
|
+
"require": "./Military/l/index.js",
|
|
2377
|
+
"import": "./Military/l/index.mjs",
|
|
2378
|
+
"types": "./Military/l/index.d.ts"
|
|
2379
2379
|
},
|
|
2380
2380
|
"./MathPlusAlt/m": {
|
|
2381
2381
|
"require": "./MathPlusAlt/m/index.js",
|
|
@@ -2387,16 +2387,6 @@
|
|
|
2387
2387
|
"import": "./MathPlusAlt/l/index.mjs",
|
|
2388
2388
|
"types": "./MathPlusAlt/l/index.d.ts"
|
|
2389
2389
|
},
|
|
2390
|
-
"./MathPlus/m": {
|
|
2391
|
-
"require": "./MathPlus/m/index.js",
|
|
2392
|
-
"import": "./MathPlus/m/index.mjs",
|
|
2393
|
-
"types": "./MathPlus/m/index.d.ts"
|
|
2394
|
-
},
|
|
2395
|
-
"./MathPlus/l": {
|
|
2396
|
-
"require": "./MathPlus/l/index.js",
|
|
2397
|
-
"import": "./MathPlus/l/index.mjs",
|
|
2398
|
-
"types": "./MathPlus/l/index.d.ts"
|
|
2399
|
-
},
|
|
2400
2390
|
"./MathMinusAlt/m": {
|
|
2401
2391
|
"require": "./MathMinusAlt/m/index.js",
|
|
2402
2392
|
"import": "./MathMinusAlt/m/index.mjs",
|
|
@@ -2407,6 +2397,16 @@
|
|
|
2407
2397
|
"import": "./MathMinusAlt/l/index.mjs",
|
|
2408
2398
|
"types": "./MathMinusAlt/l/index.d.ts"
|
|
2409
2399
|
},
|
|
2400
|
+
"./MathPlus/m": {
|
|
2401
|
+
"require": "./MathPlus/m/index.js",
|
|
2402
|
+
"import": "./MathPlus/m/index.mjs",
|
|
2403
|
+
"types": "./MathPlus/m/index.d.ts"
|
|
2404
|
+
},
|
|
2405
|
+
"./MathPlus/l": {
|
|
2406
|
+
"require": "./MathPlus/l/index.js",
|
|
2407
|
+
"import": "./MathPlus/l/index.mjs",
|
|
2408
|
+
"types": "./MathPlus/l/index.d.ts"
|
|
2409
|
+
},
|
|
2410
2410
|
"./MathMinus/m": {
|
|
2411
2411
|
"require": "./MathMinus/m/index.js",
|
|
2412
2412
|
"import": "./MathMinus/m/index.mjs",
|
|
@@ -2437,15 +2437,35 @@
|
|
|
2437
2437
|
"import": "./MailOpen/l/index.mjs",
|
|
2438
2438
|
"types": "./MailOpen/l/index.d.ts"
|
|
2439
2439
|
},
|
|
2440
|
-
"./MailOpenFilled/m": {
|
|
2441
|
-
"require": "./MailOpenFilled/m/index.js",
|
|
2442
|
-
"import": "./MailOpenFilled/m/index.mjs",
|
|
2443
|
-
"types": "./MailOpenFilled/m/index.d.ts"
|
|
2440
|
+
"./MailOpenFilled/m": {
|
|
2441
|
+
"require": "./MailOpenFilled/m/index.js",
|
|
2442
|
+
"import": "./MailOpenFilled/m/index.mjs",
|
|
2443
|
+
"types": "./MailOpenFilled/m/index.d.ts"
|
|
2444
|
+
},
|
|
2445
|
+
"./MailOpenFilled/l": {
|
|
2446
|
+
"require": "./MailOpenFilled/l/index.js",
|
|
2447
|
+
"import": "./MailOpenFilled/l/index.mjs",
|
|
2448
|
+
"types": "./MailOpenFilled/l/index.d.ts"
|
|
2449
|
+
},
|
|
2450
|
+
"./MailFilled/m": {
|
|
2451
|
+
"require": "./MailFilled/m/index.js",
|
|
2452
|
+
"import": "./MailFilled/m/index.mjs",
|
|
2453
|
+
"types": "./MailFilled/m/index.d.ts"
|
|
2454
|
+
},
|
|
2455
|
+
"./MailFilled/l": {
|
|
2456
|
+
"require": "./MailFilled/l/index.js",
|
|
2457
|
+
"import": "./MailFilled/l/index.mjs",
|
|
2458
|
+
"types": "./MailFilled/l/index.d.ts"
|
|
2459
|
+
},
|
|
2460
|
+
"./Magnet/m": {
|
|
2461
|
+
"require": "./Magnet/m/index.js",
|
|
2462
|
+
"import": "./Magnet/m/index.mjs",
|
|
2463
|
+
"types": "./Magnet/m/index.d.ts"
|
|
2444
2464
|
},
|
|
2445
|
-
"./
|
|
2446
|
-
"require": "./
|
|
2447
|
-
"import": "./
|
|
2448
|
-
"types": "./
|
|
2465
|
+
"./Magnet/l": {
|
|
2466
|
+
"require": "./Magnet/l/index.js",
|
|
2467
|
+
"import": "./Magnet/l/index.mjs",
|
|
2468
|
+
"types": "./Magnet/l/index.d.ts"
|
|
2449
2469
|
},
|
|
2450
2470
|
"./Mail/m": {
|
|
2451
2471
|
"require": "./Mail/m/index.js",
|
|
@@ -2457,16 +2477,6 @@
|
|
|
2457
2477
|
"import": "./Mail/l/index.mjs",
|
|
2458
2478
|
"types": "./Mail/l/index.d.ts"
|
|
2459
2479
|
},
|
|
2460
|
-
"./MailFilled/m": {
|
|
2461
|
-
"require": "./MailFilled/m/index.js",
|
|
2462
|
-
"import": "./MailFilled/m/index.mjs",
|
|
2463
|
-
"types": "./MailFilled/m/index.d.ts"
|
|
2464
|
-
},
|
|
2465
|
-
"./MailFilled/l": {
|
|
2466
|
-
"require": "./MailFilled/l/index.js",
|
|
2467
|
-
"import": "./MailFilled/l/index.mjs",
|
|
2468
|
-
"types": "./MailFilled/l/index.d.ts"
|
|
2469
|
-
},
|
|
2470
2480
|
"./MagicWand/m": {
|
|
2471
2481
|
"require": "./MagicWand/m/index.js",
|
|
2472
2482
|
"import": "./MagicWand/m/index.mjs",
|
|
@@ -2477,15 +2487,15 @@
|
|
|
2477
2487
|
"import": "./MagicWand/l/index.mjs",
|
|
2478
2488
|
"types": "./MagicWand/l/index.d.ts"
|
|
2479
2489
|
},
|
|
2480
|
-
"./
|
|
2481
|
-
"require": "./
|
|
2482
|
-
"import": "./
|
|
2483
|
-
"types": "./
|
|
2490
|
+
"./Logistic/m": {
|
|
2491
|
+
"require": "./Logistic/m/index.js",
|
|
2492
|
+
"import": "./Logistic/m/index.mjs",
|
|
2493
|
+
"types": "./Logistic/m/index.d.ts"
|
|
2484
2494
|
},
|
|
2485
|
-
"./
|
|
2486
|
-
"require": "./
|
|
2487
|
-
"import": "./
|
|
2488
|
-
"types": "./
|
|
2495
|
+
"./Logistic/l": {
|
|
2496
|
+
"require": "./Logistic/l/index.js",
|
|
2497
|
+
"import": "./Logistic/l/index.mjs",
|
|
2498
|
+
"types": "./Logistic/l/index.d.ts"
|
|
2489
2499
|
},
|
|
2490
2500
|
"./LockYes/m": {
|
|
2491
2501
|
"require": "./LockYes/m/index.js",
|
|
@@ -2497,16 +2507,6 @@
|
|
|
2497
2507
|
"import": "./LockYes/l/index.mjs",
|
|
2498
2508
|
"types": "./LockYes/l/index.d.ts"
|
|
2499
2509
|
},
|
|
2500
|
-
"./Logistic/m": {
|
|
2501
|
-
"require": "./Logistic/m/index.js",
|
|
2502
|
-
"import": "./Logistic/m/index.mjs",
|
|
2503
|
-
"types": "./Logistic/m/index.d.ts"
|
|
2504
|
-
},
|
|
2505
|
-
"./Logistic/l": {
|
|
2506
|
-
"require": "./Logistic/l/index.js",
|
|
2507
|
-
"import": "./Logistic/l/index.mjs",
|
|
2508
|
-
"types": "./Logistic/l/index.d.ts"
|
|
2509
|
-
},
|
|
2510
2510
|
"./LockNo/m": {
|
|
2511
2511
|
"require": "./LockNo/m/index.js",
|
|
2512
2512
|
"import": "./LockNo/m/index.mjs",
|
|
@@ -2607,16 +2607,6 @@
|
|
|
2607
2607
|
"import": "./LinkExternalAlt/l/index.mjs",
|
|
2608
2608
|
"types": "./LinkExternalAlt/l/index.d.ts"
|
|
2609
2609
|
},
|
|
2610
|
-
"./LinkAltHalf/m": {
|
|
2611
|
-
"require": "./LinkAltHalf/m/index.js",
|
|
2612
|
-
"import": "./LinkAltHalf/m/index.mjs",
|
|
2613
|
-
"types": "./LinkAltHalf/m/index.d.ts"
|
|
2614
|
-
},
|
|
2615
|
-
"./LinkAltHalf/l": {
|
|
2616
|
-
"require": "./LinkAltHalf/l/index.js",
|
|
2617
|
-
"import": "./LinkAltHalf/l/index.mjs",
|
|
2618
|
-
"types": "./LinkAltHalf/l/index.d.ts"
|
|
2619
|
-
},
|
|
2620
2610
|
"./LinkExternal/m": {
|
|
2621
2611
|
"require": "./LinkExternal/m/index.js",
|
|
2622
2612
|
"import": "./LinkExternal/m/index.mjs",
|
|
@@ -2627,6 +2617,16 @@
|
|
|
2627
2617
|
"import": "./LinkExternal/l/index.mjs",
|
|
2628
2618
|
"types": "./LinkExternal/l/index.d.ts"
|
|
2629
2619
|
},
|
|
2620
|
+
"./LinkAltHalf/m": {
|
|
2621
|
+
"require": "./LinkAltHalf/m/index.js",
|
|
2622
|
+
"import": "./LinkAltHalf/m/index.mjs",
|
|
2623
|
+
"types": "./LinkAltHalf/m/index.d.ts"
|
|
2624
|
+
},
|
|
2625
|
+
"./LinkAltHalf/l": {
|
|
2626
|
+
"require": "./LinkAltHalf/l/index.js",
|
|
2627
|
+
"import": "./LinkAltHalf/l/index.mjs",
|
|
2628
|
+
"types": "./LinkAltHalf/l/index.d.ts"
|
|
2629
|
+
},
|
|
2630
2630
|
"./LinkAltBroken/m": {
|
|
2631
2631
|
"require": "./LinkAltBroken/m/index.js",
|
|
2632
2632
|
"import": "./LinkAltBroken/m/index.mjs",
|
|
@@ -2647,16 +2647,6 @@
|
|
|
2647
2647
|
"import": "./Link/l/index.mjs",
|
|
2648
2648
|
"types": "./Link/l/index.d.ts"
|
|
2649
2649
|
},
|
|
2650
|
-
"./Like/m": {
|
|
2651
|
-
"require": "./Like/m/index.js",
|
|
2652
|
-
"import": "./Like/m/index.mjs",
|
|
2653
|
-
"types": "./Like/m/index.d.ts"
|
|
2654
|
-
},
|
|
2655
|
-
"./Like/l": {
|
|
2656
|
-
"require": "./Like/l/index.js",
|
|
2657
|
-
"import": "./Like/l/index.mjs",
|
|
2658
|
-
"types": "./Like/l/index.d.ts"
|
|
2659
|
-
},
|
|
2660
2650
|
"./LikeFilled/m": {
|
|
2661
2651
|
"require": "./LikeFilled/m/index.js",
|
|
2662
2652
|
"import": "./LikeFilled/m/index.mjs",
|
|
@@ -2667,6 +2657,16 @@
|
|
|
2667
2657
|
"import": "./LikeFilled/l/index.mjs",
|
|
2668
2658
|
"types": "./LikeFilled/l/index.d.ts"
|
|
2669
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
2670
|
"./LightningFilled/m": {
|
|
2671
2671
|
"require": "./LightningFilled/m/index.js",
|
|
2672
2672
|
"import": "./LightningFilled/m/index.mjs",
|
|
@@ -2677,6 +2677,16 @@
|
|
|
2677
2677
|
"import": "./LightningFilled/l/index.mjs",
|
|
2678
2678
|
"types": "./LightningFilled/l/index.d.ts"
|
|
2679
2679
|
},
|
|
2680
|
+
"./Laptop/m": {
|
|
2681
|
+
"require": "./Laptop/m/index.js",
|
|
2682
|
+
"import": "./Laptop/m/index.mjs",
|
|
2683
|
+
"types": "./Laptop/m/index.d.ts"
|
|
2684
|
+
},
|
|
2685
|
+
"./Laptop/l": {
|
|
2686
|
+
"require": "./Laptop/l/index.js",
|
|
2687
|
+
"import": "./Laptop/l/index.mjs",
|
|
2688
|
+
"types": "./Laptop/l/index.d.ts"
|
|
2689
|
+
},
|
|
2680
2690
|
"./Lightning/m": {
|
|
2681
2691
|
"require": "./Lightning/m/index.js",
|
|
2682
2692
|
"import": "./Lightning/m/index.mjs",
|
|
@@ -2707,15 +2717,15 @@
|
|
|
2707
2717
|
"import": "./Language/l/index.mjs",
|
|
2708
2718
|
"types": "./Language/l/index.d.ts"
|
|
2709
2719
|
},
|
|
2710
|
-
"./
|
|
2711
|
-
"require": "./
|
|
2712
|
-
"import": "./
|
|
2713
|
-
"types": "./
|
|
2720
|
+
"./KeyCmd/m": {
|
|
2721
|
+
"require": "./KeyCmd/m/index.js",
|
|
2722
|
+
"import": "./KeyCmd/m/index.mjs",
|
|
2723
|
+
"types": "./KeyCmd/m/index.d.ts"
|
|
2714
2724
|
},
|
|
2715
|
-
"./
|
|
2716
|
-
"require": "./
|
|
2717
|
-
"import": "./
|
|
2718
|
-
"types": "./
|
|
2725
|
+
"./KeyCmd/l": {
|
|
2726
|
+
"require": "./KeyCmd/l/index.js",
|
|
2727
|
+
"import": "./KeyCmd/l/index.mjs",
|
|
2728
|
+
"types": "./KeyCmd/l/index.d.ts"
|
|
2719
2729
|
},
|
|
2720
2730
|
"./KeyHotkey/m": {
|
|
2721
2731
|
"require": "./KeyHotkey/m/index.js",
|
|
@@ -2737,16 +2747,6 @@
|
|
|
2737
2747
|
"import": "./Key/l/index.mjs",
|
|
2738
2748
|
"types": "./Key/l/index.d.ts"
|
|
2739
2749
|
},
|
|
2740
|
-
"./KeyCmd/m": {
|
|
2741
|
-
"require": "./KeyCmd/m/index.js",
|
|
2742
|
-
"import": "./KeyCmd/m/index.mjs",
|
|
2743
|
-
"types": "./KeyCmd/m/index.d.ts"
|
|
2744
|
-
},
|
|
2745
|
-
"./KeyCmd/l": {
|
|
2746
|
-
"require": "./KeyCmd/l/index.js",
|
|
2747
|
-
"import": "./KeyCmd/l/index.mjs",
|
|
2748
|
-
"types": "./KeyCmd/l/index.d.ts"
|
|
2749
|
-
},
|
|
2750
2750
|
"./Kebab/m": {
|
|
2751
2751
|
"require": "./Kebab/m/index.js",
|
|
2752
2752
|
"import": "./Kebab/m/index.mjs",
|
|
@@ -2757,16 +2757,6 @@
|
|
|
2757
2757
|
"import": "./Kebab/l/index.mjs",
|
|
2758
2758
|
"types": "./Kebab/l/index.d.ts"
|
|
2759
2759
|
},
|
|
2760
|
-
"./Jewelry/m": {
|
|
2761
|
-
"require": "./Jewelry/m/index.js",
|
|
2762
|
-
"import": "./Jewelry/m/index.mjs",
|
|
2763
|
-
"types": "./Jewelry/m/index.d.ts"
|
|
2764
|
-
},
|
|
2765
|
-
"./Jewelry/l": {
|
|
2766
|
-
"require": "./Jewelry/l/index.js",
|
|
2767
|
-
"import": "./Jewelry/l/index.mjs",
|
|
2768
|
-
"types": "./Jewelry/l/index.d.ts"
|
|
2769
|
-
},
|
|
2770
2760
|
"./InterestingFinds/m": {
|
|
2771
2761
|
"require": "./InterestingFinds/m/index.js",
|
|
2772
2762
|
"import": "./InterestingFinds/m/index.mjs",
|
|
@@ -2777,6 +2767,26 @@
|
|
|
2777
2767
|
"import": "./InterestingFinds/l/index.mjs",
|
|
2778
2768
|
"types": "./InterestingFinds/l/index.d.ts"
|
|
2779
2769
|
},
|
|
2770
|
+
"./Instagram/m": {
|
|
2771
|
+
"require": "./Instagram/m/index.js",
|
|
2772
|
+
"import": "./Instagram/m/index.mjs",
|
|
2773
|
+
"types": "./Instagram/m/index.d.ts"
|
|
2774
|
+
},
|
|
2775
|
+
"./Instagram/l": {
|
|
2776
|
+
"require": "./Instagram/l/index.js",
|
|
2777
|
+
"import": "./Instagram/l/index.mjs",
|
|
2778
|
+
"types": "./Instagram/l/index.d.ts"
|
|
2779
|
+
},
|
|
2780
|
+
"./Jewelry/m": {
|
|
2781
|
+
"require": "./Jewelry/m/index.js",
|
|
2782
|
+
"import": "./Jewelry/m/index.mjs",
|
|
2783
|
+
"types": "./Jewelry/m/index.d.ts"
|
|
2784
|
+
},
|
|
2785
|
+
"./Jewelry/l": {
|
|
2786
|
+
"require": "./Jewelry/l/index.js",
|
|
2787
|
+
"import": "./Jewelry/l/index.mjs",
|
|
2788
|
+
"types": "./Jewelry/l/index.d.ts"
|
|
2789
|
+
},
|
|
2780
2790
|
"./Info/m": {
|
|
2781
2791
|
"require": "./Info/m/index.js",
|
|
2782
2792
|
"import": "./Info/m/index.mjs",
|
|
@@ -2787,6 +2797,16 @@
|
|
|
2787
2797
|
"import": "./Info/l/index.mjs",
|
|
2788
2798
|
"types": "./Info/l/index.d.ts"
|
|
2789
2799
|
},
|
|
2800
|
+
"./Infinity/m": {
|
|
2801
|
+
"require": "./Infinity/m/index.js",
|
|
2802
|
+
"import": "./Infinity/m/index.mjs",
|
|
2803
|
+
"types": "./Infinity/m/index.d.ts"
|
|
2804
|
+
},
|
|
2805
|
+
"./Infinity/l": {
|
|
2806
|
+
"require": "./Infinity/l/index.js",
|
|
2807
|
+
"import": "./Infinity/l/index.mjs",
|
|
2808
|
+
"types": "./Infinity/l/index.d.ts"
|
|
2809
|
+
},
|
|
2790
2810
|
"./IndentedResult/m": {
|
|
2791
2811
|
"require": "./IndentedResult/m/index.js",
|
|
2792
2812
|
"import": "./IndentedResult/m/index.mjs",
|
|
@@ -2797,25 +2817,25 @@
|
|
|
2797
2817
|
"import": "./IndentedResult/l/index.mjs",
|
|
2798
2818
|
"types": "./IndentedResult/l/index.d.ts"
|
|
2799
2819
|
},
|
|
2800
|
-
"./
|
|
2801
|
-
"require": "./
|
|
2802
|
-
"import": "./
|
|
2803
|
-
"types": "./
|
|
2820
|
+
"./Hotel/m": {
|
|
2821
|
+
"require": "./Hotel/m/index.js",
|
|
2822
|
+
"import": "./Hotel/m/index.mjs",
|
|
2823
|
+
"types": "./Hotel/m/index.d.ts"
|
|
2804
2824
|
},
|
|
2805
|
-
"./
|
|
2806
|
-
"require": "./
|
|
2807
|
-
"import": "./
|
|
2808
|
-
"types": "./
|
|
2825
|
+
"./Hotel/l": {
|
|
2826
|
+
"require": "./Hotel/l/index.js",
|
|
2827
|
+
"import": "./Hotel/l/index.mjs",
|
|
2828
|
+
"types": "./Hotel/l/index.d.ts"
|
|
2809
2829
|
},
|
|
2810
|
-
"./
|
|
2811
|
-
"require": "./
|
|
2812
|
-
"import": "./
|
|
2813
|
-
"types": "./
|
|
2830
|
+
"./Home/m": {
|
|
2831
|
+
"require": "./Home/m/index.js",
|
|
2832
|
+
"import": "./Home/m/index.mjs",
|
|
2833
|
+
"types": "./Home/m/index.d.ts"
|
|
2814
2834
|
},
|
|
2815
|
-
"./
|
|
2816
|
-
"require": "./
|
|
2817
|
-
"import": "./
|
|
2818
|
-
"types": "./
|
|
2835
|
+
"./Home/l": {
|
|
2836
|
+
"require": "./Home/l/index.js",
|
|
2837
|
+
"import": "./Home/l/index.mjs",
|
|
2838
|
+
"types": "./Home/l/index.d.ts"
|
|
2819
2839
|
},
|
|
2820
2840
|
"./Hourglass/m": {
|
|
2821
2841
|
"require": "./Hourglass/m/index.js",
|
|
@@ -2837,26 +2857,6 @@
|
|
|
2837
2857
|
"import": "./Health/l/index.mjs",
|
|
2838
2858
|
"types": "./Health/l/index.d.ts"
|
|
2839
2859
|
},
|
|
2840
|
-
"./Home/m": {
|
|
2841
|
-
"require": "./Home/m/index.js",
|
|
2842
|
-
"import": "./Home/m/index.mjs",
|
|
2843
|
-
"types": "./Home/m/index.d.ts"
|
|
2844
|
-
},
|
|
2845
|
-
"./Home/l": {
|
|
2846
|
-
"require": "./Home/l/index.js",
|
|
2847
|
-
"import": "./Home/l/index.mjs",
|
|
2848
|
-
"types": "./Home/l/index.d.ts"
|
|
2849
|
-
},
|
|
2850
|
-
"./Hotel/m": {
|
|
2851
|
-
"require": "./Hotel/m/index.js",
|
|
2852
|
-
"import": "./Hotel/m/index.mjs",
|
|
2853
|
-
"types": "./Hotel/m/index.d.ts"
|
|
2854
|
-
},
|
|
2855
|
-
"./Hotel/l": {
|
|
2856
|
-
"require": "./Hotel/l/index.js",
|
|
2857
|
-
"import": "./Hotel/l/index.mjs",
|
|
2858
|
-
"types": "./Hotel/l/index.d.ts"
|
|
2859
|
-
},
|
|
2860
2860
|
"./Hashtag/m": {
|
|
2861
2861
|
"require": "./Hashtag/m/index.js",
|
|
2862
2862
|
"import": "./Hashtag/m/index.mjs",
|
|
@@ -2887,6 +2887,16 @@
|
|
|
2887
2887
|
"import": "./GoogleGenerativeAI/l/index.mjs",
|
|
2888
2888
|
"types": "./GoogleGenerativeAI/l/index.d.ts"
|
|
2889
2889
|
},
|
|
2890
|
+
"./Google/m": {
|
|
2891
|
+
"require": "./Google/m/index.js",
|
|
2892
|
+
"import": "./Google/m/index.mjs",
|
|
2893
|
+
"types": "./Google/m/index.d.ts"
|
|
2894
|
+
},
|
|
2895
|
+
"./Google/l": {
|
|
2896
|
+
"require": "./Google/l/index.js",
|
|
2897
|
+
"import": "./Google/l/index.mjs",
|
|
2898
|
+
"types": "./Google/l/index.d.ts"
|
|
2899
|
+
},
|
|
2890
2900
|
"./GoogleBusinessProfile/m": {
|
|
2891
2901
|
"require": "./GoogleBusinessProfile/m/index.js",
|
|
2892
2902
|
"import": "./GoogleBusinessProfile/m/index.mjs",
|
|
@@ -2917,45 +2927,25 @@
|
|
|
2917
2927
|
"import": "./Globe/l/index.mjs",
|
|
2918
2928
|
"types": "./Globe/l/index.d.ts"
|
|
2919
2929
|
},
|
|
2920
|
-
"./Google/m": {
|
|
2921
|
-
"require": "./Google/m/index.js",
|
|
2922
|
-
"import": "./Google/m/index.mjs",
|
|
2923
|
-
"types": "./Google/m/index.d.ts"
|
|
2924
|
-
},
|
|
2925
|
-
"./Google/l": {
|
|
2926
|
-
"require": "./Google/l/index.js",
|
|
2927
|
-
"import": "./Google/l/index.mjs",
|
|
2928
|
-
"types": "./Google/l/index.d.ts"
|
|
2929
|
-
},
|
|
2930
2930
|
"./Gift/m": {
|
|
2931
2931
|
"require": "./Gift/m/index.js",
|
|
2932
2932
|
"import": "./Gift/m/index.mjs",
|
|
2933
|
-
"types": "./Gift/m/index.d.ts"
|
|
2934
|
-
},
|
|
2935
|
-
"./Gift/l": {
|
|
2936
|
-
"require": "./Gift/l/index.js",
|
|
2937
|
-
"import": "./Gift/l/index.mjs",
|
|
2938
|
-
"types": "./Gift/l/index.d.ts"
|
|
2939
|
-
},
|
|
2940
|
-
"./Games/m": {
|
|
2941
|
-
"require": "./Games/m/index.js",
|
|
2942
|
-
"import": "./Games/m/index.mjs",
|
|
2943
|
-
"types": "./Games/m/index.d.ts"
|
|
2944
|
-
},
|
|
2945
|
-
"./Games/l": {
|
|
2946
|
-
"require": "./Games/l/index.js",
|
|
2947
|
-
"import": "./Games/l/index.mjs",
|
|
2948
|
-
"types": "./Games/l/index.d.ts"
|
|
2933
|
+
"types": "./Gift/m/index.d.ts"
|
|
2949
2934
|
},
|
|
2950
|
-
"./
|
|
2951
|
-
"require": "./
|
|
2952
|
-
"import": "./
|
|
2953
|
-
"types": "./
|
|
2935
|
+
"./Gift/l": {
|
|
2936
|
+
"require": "./Gift/l/index.js",
|
|
2937
|
+
"import": "./Gift/l/index.mjs",
|
|
2938
|
+
"types": "./Gift/l/index.d.ts"
|
|
2954
2939
|
},
|
|
2955
|
-
"./
|
|
2956
|
-
"require": "./
|
|
2957
|
-
"import": "./
|
|
2958
|
-
"types": "./
|
|
2940
|
+
"./GenderFemale/m": {
|
|
2941
|
+
"require": "./GenderFemale/m/index.js",
|
|
2942
|
+
"import": "./GenderFemale/m/index.mjs",
|
|
2943
|
+
"types": "./GenderFemale/m/index.d.ts"
|
|
2944
|
+
},
|
|
2945
|
+
"./GenderFemale/l": {
|
|
2946
|
+
"require": "./GenderFemale/l/index.js",
|
|
2947
|
+
"import": "./GenderFemale/l/index.mjs",
|
|
2948
|
+
"types": "./GenderFemale/l/index.d.ts"
|
|
2959
2949
|
},
|
|
2960
2950
|
"./GenderMale/m": {
|
|
2961
2951
|
"require": "./GenderMale/m/index.js",
|
|
@@ -2967,25 +2957,25 @@
|
|
|
2967
2957
|
"import": "./GenderMale/l/index.mjs",
|
|
2968
2958
|
"types": "./GenderMale/l/index.d.ts"
|
|
2969
2959
|
},
|
|
2970
|
-
"./
|
|
2971
|
-
"require": "./
|
|
2972
|
-
"import": "./
|
|
2973
|
-
"types": "./
|
|
2960
|
+
"./Gambling/m": {
|
|
2961
|
+
"require": "./Gambling/m/index.js",
|
|
2962
|
+
"import": "./Gambling/m/index.mjs",
|
|
2963
|
+
"types": "./Gambling/m/index.d.ts"
|
|
2974
2964
|
},
|
|
2975
|
-
"./
|
|
2976
|
-
"require": "./
|
|
2977
|
-
"import": "./
|
|
2978
|
-
"types": "./
|
|
2965
|
+
"./Gambling/l": {
|
|
2966
|
+
"require": "./Gambling/l/index.js",
|
|
2967
|
+
"import": "./Gambling/l/index.mjs",
|
|
2968
|
+
"types": "./Gambling/l/index.d.ts"
|
|
2979
2969
|
},
|
|
2980
|
-
"./
|
|
2981
|
-
"require": "./
|
|
2982
|
-
"import": "./
|
|
2983
|
-
"types": "./
|
|
2970
|
+
"./Games/m": {
|
|
2971
|
+
"require": "./Games/m/index.js",
|
|
2972
|
+
"import": "./Games/m/index.mjs",
|
|
2973
|
+
"types": "./Games/m/index.d.ts"
|
|
2984
2974
|
},
|
|
2985
|
-
"./
|
|
2986
|
-
"require": "./
|
|
2987
|
-
"import": "./
|
|
2988
|
-
"types": "./
|
|
2975
|
+
"./Games/l": {
|
|
2976
|
+
"require": "./Games/l/index.js",
|
|
2977
|
+
"import": "./Games/l/index.mjs",
|
|
2978
|
+
"types": "./Games/l/index.d.ts"
|
|
2989
2979
|
},
|
|
2990
2980
|
"./Funnel/m": {
|
|
2991
2981
|
"require": "./Funnel/m/index.js",
|
|
@@ -2997,15 +2987,15 @@
|
|
|
2997
2987
|
"import": "./Funnel/l/index.mjs",
|
|
2998
2988
|
"types": "./Funnel/l/index.d.ts"
|
|
2999
2989
|
},
|
|
3000
|
-
"./
|
|
3001
|
-
"require": "./
|
|
3002
|
-
"import": "./
|
|
3003
|
-
"types": "./
|
|
2990
|
+
"./Furniture/m": {
|
|
2991
|
+
"require": "./Furniture/m/index.js",
|
|
2992
|
+
"import": "./Furniture/m/index.mjs",
|
|
2993
|
+
"types": "./Furniture/m/index.d.ts"
|
|
3004
2994
|
},
|
|
3005
|
-
"./
|
|
3006
|
-
"require": "./
|
|
3007
|
-
"import": "./
|
|
3008
|
-
"types": "./
|
|
2995
|
+
"./Furniture/l": {
|
|
2996
|
+
"require": "./Furniture/l/index.js",
|
|
2997
|
+
"import": "./Furniture/l/index.mjs",
|
|
2998
|
+
"types": "./Furniture/l/index.d.ts"
|
|
3009
2999
|
},
|
|
3010
3000
|
"./Foursquare/m": {
|
|
3011
3001
|
"require": "./Foursquare/m/index.js",
|
|
@@ -3017,6 +3007,16 @@
|
|
|
3017
3007
|
"import": "./Foursquare/l/index.mjs",
|
|
3018
3008
|
"types": "./Foursquare/l/index.d.ts"
|
|
3019
3009
|
},
|
|
3010
|
+
"./FormatAlignRight/m": {
|
|
3011
|
+
"require": "./FormatAlignRight/m/index.js",
|
|
3012
|
+
"import": "./FormatAlignRight/m/index.mjs",
|
|
3013
|
+
"types": "./FormatAlignRight/m/index.d.ts"
|
|
3014
|
+
},
|
|
3015
|
+
"./FormatAlignRight/l": {
|
|
3016
|
+
"require": "./FormatAlignRight/l/index.js",
|
|
3017
|
+
"import": "./FormatAlignRight/l/index.mjs",
|
|
3018
|
+
"types": "./FormatAlignRight/l/index.d.ts"
|
|
3019
|
+
},
|
|
3020
3020
|
"./FormatAlignLeft/m": {
|
|
3021
3021
|
"require": "./FormatAlignLeft/m/index.js",
|
|
3022
3022
|
"import": "./FormatAlignLeft/m/index.mjs",
|
|
@@ -3037,16 +3037,6 @@
|
|
|
3037
3037
|
"import": "./FormatAlignCenter/l/index.mjs",
|
|
3038
3038
|
"types": "./FormatAlignCenter/l/index.d.ts"
|
|
3039
3039
|
},
|
|
3040
|
-
"./FormatAlignJustify/m": {
|
|
3041
|
-
"require": "./FormatAlignJustify/m/index.js",
|
|
3042
|
-
"import": "./FormatAlignJustify/m/index.mjs",
|
|
3043
|
-
"types": "./FormatAlignJustify/m/index.d.ts"
|
|
3044
|
-
},
|
|
3045
|
-
"./FormatAlignJustify/l": {
|
|
3046
|
-
"require": "./FormatAlignJustify/l/index.js",
|
|
3047
|
-
"import": "./FormatAlignJustify/l/index.mjs",
|
|
3048
|
-
"types": "./FormatAlignJustify/l/index.d.ts"
|
|
3049
|
-
},
|
|
3050
3040
|
"./Formal/m": {
|
|
3051
3041
|
"require": "./Formal/m/index.js",
|
|
3052
3042
|
"import": "./Formal/m/index.mjs",
|
|
@@ -3057,6 +3047,16 @@
|
|
|
3057
3047
|
"import": "./Formal/l/index.mjs",
|
|
3058
3048
|
"types": "./Formal/l/index.d.ts"
|
|
3059
3049
|
},
|
|
3050
|
+
"./FormatAlignJustify/m": {
|
|
3051
|
+
"require": "./FormatAlignJustify/m/index.js",
|
|
3052
|
+
"import": "./FormatAlignJustify/m/index.mjs",
|
|
3053
|
+
"types": "./FormatAlignJustify/m/index.d.ts"
|
|
3054
|
+
},
|
|
3055
|
+
"./FormatAlignJustify/l": {
|
|
3056
|
+
"require": "./FormatAlignJustify/l/index.js",
|
|
3057
|
+
"import": "./FormatAlignJustify/l/index.mjs",
|
|
3058
|
+
"types": "./FormatAlignJustify/l/index.d.ts"
|
|
3059
|
+
},
|
|
3060
3060
|
"./Form/m": {
|
|
3061
3061
|
"require": "./Form/m/index.js",
|
|
3062
3062
|
"import": "./Form/m/index.mjs",
|
|
@@ -3067,6 +3067,16 @@
|
|
|
3067
3067
|
"import": "./Form/l/index.mjs",
|
|
3068
3068
|
"types": "./Form/l/index.d.ts"
|
|
3069
3069
|
},
|
|
3070
|
+
"./FolderFilled/m": {
|
|
3071
|
+
"require": "./FolderFilled/m/index.js",
|
|
3072
|
+
"import": "./FolderFilled/m/index.mjs",
|
|
3073
|
+
"types": "./FolderFilled/m/index.d.ts"
|
|
3074
|
+
},
|
|
3075
|
+
"./FolderFilled/l": {
|
|
3076
|
+
"require": "./FolderFilled/l/index.js",
|
|
3077
|
+
"import": "./FolderFilled/l/index.mjs",
|
|
3078
|
+
"types": "./FolderFilled/l/index.d.ts"
|
|
3079
|
+
},
|
|
3070
3080
|
"./Food/m": {
|
|
3071
3081
|
"require": "./Food/m/index.js",
|
|
3072
3082
|
"import": "./Food/m/index.mjs",
|
|
@@ -3087,16 +3097,6 @@
|
|
|
3087
3097
|
"import": "./FolderOpenFilled/l/index.mjs",
|
|
3088
3098
|
"types": "./FolderOpenFilled/l/index.d.ts"
|
|
3089
3099
|
},
|
|
3090
|
-
"./FolderFilled/m": {
|
|
3091
|
-
"require": "./FolderFilled/m/index.js",
|
|
3092
|
-
"import": "./FolderFilled/m/index.mjs",
|
|
3093
|
-
"types": "./FolderFilled/m/index.d.ts"
|
|
3094
|
-
},
|
|
3095
|
-
"./FolderFilled/l": {
|
|
3096
|
-
"require": "./FolderFilled/l/index.js",
|
|
3097
|
-
"import": "./FolderFilled/l/index.mjs",
|
|
3098
|
-
"types": "./FolderFilled/l/index.d.ts"
|
|
3099
|
-
},
|
|
3100
3100
|
"./FolderOpen/m": {
|
|
3101
3101
|
"require": "./FolderOpen/m/index.js",
|
|
3102
3102
|
"import": "./FolderOpen/m/index.mjs",
|
|
@@ -3107,6 +3107,16 @@
|
|
|
3107
3107
|
"import": "./FolderOpen/l/index.mjs",
|
|
3108
3108
|
"types": "./FolderOpen/l/index.d.ts"
|
|
3109
3109
|
},
|
|
3110
|
+
"./Fish/m": {
|
|
3111
|
+
"require": "./Fish/m/index.js",
|
|
3112
|
+
"import": "./Fish/m/index.mjs",
|
|
3113
|
+
"types": "./Fish/m/index.d.ts"
|
|
3114
|
+
},
|
|
3115
|
+
"./Fish/l": {
|
|
3116
|
+
"require": "./Fish/l/index.js",
|
|
3117
|
+
"import": "./Fish/l/index.mjs",
|
|
3118
|
+
"types": "./Fish/l/index.d.ts"
|
|
3119
|
+
},
|
|
3110
3120
|
"./Folder/m": {
|
|
3111
3121
|
"require": "./Folder/m/index.js",
|
|
3112
3122
|
"import": "./Folder/m/index.mjs",
|
|
@@ -3127,16 +3137,6 @@
|
|
|
3127
3137
|
"import": "./Firefox/l/index.mjs",
|
|
3128
3138
|
"types": "./Firefox/l/index.d.ts"
|
|
3129
3139
|
},
|
|
3130
|
-
"./Fish/m": {
|
|
3131
|
-
"require": "./Fish/m/index.js",
|
|
3132
|
-
"import": "./Fish/m/index.mjs",
|
|
3133
|
-
"types": "./Fish/m/index.d.ts"
|
|
3134
|
-
},
|
|
3135
|
-
"./Fish/l": {
|
|
3136
|
-
"require": "./Fish/l/index.js",
|
|
3137
|
-
"import": "./Fish/l/index.mjs",
|
|
3138
|
-
"types": "./Fish/l/index.d.ts"
|
|
3139
|
-
},
|
|
3140
3140
|
"./Fire/m": {
|
|
3141
3141
|
"require": "./Fire/m/index.js",
|
|
3142
3142
|
"import": "./Fire/m/index.mjs",
|
|
@@ -3157,6 +3157,16 @@
|
|
|
3157
3157
|
"import": "./FindResultsOn/l/index.mjs",
|
|
3158
3158
|
"types": "./FindResultsOn/l/index.d.ts"
|
|
3159
3159
|
},
|
|
3160
|
+
"./Filter/m": {
|
|
3161
|
+
"require": "./Filter/m/index.js",
|
|
3162
|
+
"import": "./Filter/m/index.mjs",
|
|
3163
|
+
"types": "./Filter/m/index.d.ts"
|
|
3164
|
+
},
|
|
3165
|
+
"./Filter/l": {
|
|
3166
|
+
"require": "./Filter/l/index.js",
|
|
3167
|
+
"import": "./Filter/l/index.mjs",
|
|
3168
|
+
"types": "./Filter/l/index.d.ts"
|
|
3169
|
+
},
|
|
3160
3170
|
"./FileUpload/m": {
|
|
3161
3171
|
"require": "./FileUpload/m/index.js",
|
|
3162
3172
|
"import": "./FileUpload/m/index.mjs",
|
|
@@ -3167,15 +3177,15 @@
|
|
|
3167
3177
|
"import": "./FileUpload/l/index.mjs",
|
|
3168
3178
|
"types": "./FileUpload/l/index.d.ts"
|
|
3169
3179
|
},
|
|
3170
|
-
"./
|
|
3171
|
-
"require": "./
|
|
3172
|
-
"import": "./
|
|
3173
|
-
"types": "./
|
|
3180
|
+
"./FileExport/m": {
|
|
3181
|
+
"require": "./FileExport/m/index.js",
|
|
3182
|
+
"import": "./FileExport/m/index.mjs",
|
|
3183
|
+
"types": "./FileExport/m/index.d.ts"
|
|
3174
3184
|
},
|
|
3175
|
-
"./
|
|
3176
|
-
"require": "./
|
|
3177
|
-
"import": "./
|
|
3178
|
-
"types": "./
|
|
3185
|
+
"./FileExport/l": {
|
|
3186
|
+
"require": "./FileExport/l/index.js",
|
|
3187
|
+
"import": "./FileExport/l/index.mjs",
|
|
3188
|
+
"types": "./FileExport/l/index.d.ts"
|
|
3179
3189
|
},
|
|
3180
3190
|
"./FileDownload/m": {
|
|
3181
3191
|
"require": "./FileDownload/m/index.js",
|
|
@@ -3197,26 +3207,6 @@
|
|
|
3197
3207
|
"import": "./FileImport/l/index.mjs",
|
|
3198
3208
|
"types": "./FileImport/l/index.d.ts"
|
|
3199
3209
|
},
|
|
3200
|
-
"./FileExport/m": {
|
|
3201
|
-
"require": "./FileExport/m/index.js",
|
|
3202
|
-
"import": "./FileExport/m/index.mjs",
|
|
3203
|
-
"types": "./FileExport/m/index.d.ts"
|
|
3204
|
-
},
|
|
3205
|
-
"./FileExport/l": {
|
|
3206
|
-
"require": "./FileExport/l/index.js",
|
|
3207
|
-
"import": "./FileExport/l/index.mjs",
|
|
3208
|
-
"types": "./FileExport/l/index.d.ts"
|
|
3209
|
-
},
|
|
3210
|
-
"./FavoriteFilled/m": {
|
|
3211
|
-
"require": "./FavoriteFilled/m/index.js",
|
|
3212
|
-
"import": "./FavoriteFilled/m/index.mjs",
|
|
3213
|
-
"types": "./FavoriteFilled/m/index.d.ts"
|
|
3214
|
-
},
|
|
3215
|
-
"./FavoriteFilled/l": {
|
|
3216
|
-
"require": "./FavoriteFilled/l/index.js",
|
|
3217
|
-
"import": "./FavoriteFilled/l/index.mjs",
|
|
3218
|
-
"types": "./FavoriteFilled/l/index.d.ts"
|
|
3219
|
-
},
|
|
3220
3210
|
"./FeaturedVideo/m": {
|
|
3221
3211
|
"require": "./FeaturedVideo/m/index.js",
|
|
3222
3212
|
"import": "./FeaturedVideo/m/index.mjs",
|
|
@@ -3237,6 +3227,16 @@
|
|
|
3237
3227
|
"import": "./FeaturedImage/l/index.mjs",
|
|
3238
3228
|
"types": "./FeaturedImage/l/index.d.ts"
|
|
3239
3229
|
},
|
|
3230
|
+
"./FavoriteFilled/m": {
|
|
3231
|
+
"require": "./FavoriteFilled/m/index.js",
|
|
3232
|
+
"import": "./FavoriteFilled/m/index.mjs",
|
|
3233
|
+
"types": "./FavoriteFilled/m/index.d.ts"
|
|
3234
|
+
},
|
|
3235
|
+
"./FavoriteFilled/l": {
|
|
3236
|
+
"require": "./FavoriteFilled/l/index.js",
|
|
3237
|
+
"import": "./FavoriteFilled/l/index.mjs",
|
|
3238
|
+
"types": "./FavoriteFilled/l/index.d.ts"
|
|
3239
|
+
},
|
|
3240
3240
|
"./Favorite/m": {
|
|
3241
3241
|
"require": "./Favorite/m/index.js",
|
|
3242
3242
|
"import": "./Favorite/m/index.mjs",
|
|
@@ -3267,16 +3267,6 @@
|
|
|
3267
3267
|
"import": "./Farm/l/index.mjs",
|
|
3268
3268
|
"types": "./Farm/l/index.d.ts"
|
|
3269
3269
|
},
|
|
3270
|
-
"./FacebookMessenger/m": {
|
|
3271
|
-
"require": "./FacebookMessenger/m/index.js",
|
|
3272
|
-
"import": "./FacebookMessenger/m/index.mjs",
|
|
3273
|
-
"types": "./FacebookMessenger/m/index.d.ts"
|
|
3274
|
-
},
|
|
3275
|
-
"./FacebookMessenger/l": {
|
|
3276
|
-
"require": "./FacebookMessenger/l/index.js",
|
|
3277
|
-
"import": "./FacebookMessenger/l/index.mjs",
|
|
3278
|
-
"types": "./FacebookMessenger/l/index.d.ts"
|
|
3279
|
-
},
|
|
3280
3270
|
"./Facebook/m": {
|
|
3281
3271
|
"require": "./Facebook/m/index.js",
|
|
3282
3272
|
"import": "./Facebook/m/index.mjs",
|
|
@@ -3287,6 +3277,16 @@
|
|
|
3287
3277
|
"import": "./Facebook/l/index.mjs",
|
|
3288
3278
|
"types": "./Facebook/l/index.d.ts"
|
|
3289
3279
|
},
|
|
3280
|
+
"./FacebookMessenger/m": {
|
|
3281
|
+
"require": "./FacebookMessenger/m/index.js",
|
|
3282
|
+
"import": "./FacebookMessenger/m/index.mjs",
|
|
3283
|
+
"types": "./FacebookMessenger/m/index.d.ts"
|
|
3284
|
+
},
|
|
3285
|
+
"./FacebookMessenger/l": {
|
|
3286
|
+
"require": "./FacebookMessenger/l/index.js",
|
|
3287
|
+
"import": "./FacebookMessenger/l/index.mjs",
|
|
3288
|
+
"types": "./FacebookMessenger/l/index.d.ts"
|
|
3289
|
+
},
|
|
3290
3290
|
"./ExpandText/m": {
|
|
3291
3291
|
"require": "./ExpandText/m/index.js",
|
|
3292
3292
|
"import": "./ExpandText/m/index.mjs",
|
|
@@ -3297,16 +3297,6 @@
|
|
|
3297
3297
|
"import": "./ExpandText/l/index.mjs",
|
|
3298
3298
|
"types": "./ExpandText/l/index.d.ts"
|
|
3299
3299
|
},
|
|
3300
|
-
"./ExpandAlt/m": {
|
|
3301
|
-
"require": "./ExpandAlt/m/index.js",
|
|
3302
|
-
"import": "./ExpandAlt/m/index.mjs",
|
|
3303
|
-
"types": "./ExpandAlt/m/index.d.ts"
|
|
3304
|
-
},
|
|
3305
|
-
"./ExpandAlt/l": {
|
|
3306
|
-
"require": "./ExpandAlt/l/index.js",
|
|
3307
|
-
"import": "./ExpandAlt/l/index.mjs",
|
|
3308
|
-
"types": "./ExpandAlt/l/index.d.ts"
|
|
3309
|
-
},
|
|
3310
3300
|
"./Expand/m": {
|
|
3311
3301
|
"require": "./Expand/m/index.js",
|
|
3312
3302
|
"import": "./Expand/m/index.mjs",
|
|
@@ -3317,6 +3307,16 @@
|
|
|
3317
3307
|
"import": "./Expand/l/index.mjs",
|
|
3318
3308
|
"types": "./Expand/l/index.d.ts"
|
|
3319
3309
|
},
|
|
3310
|
+
"./ExpandAlt/m": {
|
|
3311
|
+
"require": "./ExpandAlt/m/index.js",
|
|
3312
|
+
"import": "./ExpandAlt/m/index.mjs",
|
|
3313
|
+
"types": "./ExpandAlt/m/index.d.ts"
|
|
3314
|
+
},
|
|
3315
|
+
"./ExpandAlt/l": {
|
|
3316
|
+
"require": "./ExpandAlt/l/index.js",
|
|
3317
|
+
"import": "./ExpandAlt/l/index.mjs",
|
|
3318
|
+
"types": "./ExpandAlt/l/index.d.ts"
|
|
3319
|
+
},
|
|
3320
3320
|
"./Exit/m": {
|
|
3321
3321
|
"require": "./Exit/m/index.js",
|
|
3322
3322
|
"import": "./Exit/m/index.mjs",
|
|
@@ -3377,45 +3377,25 @@
|
|
|
3377
3377
|
"import": "./Edit/l/index.mjs",
|
|
3378
3378
|
"types": "./Edit/l/index.d.ts"
|
|
3379
3379
|
},
|
|
3380
|
-
"./Drop/m": {
|
|
3381
|
-
"require": "./Drop/m/index.js",
|
|
3382
|
-
"import": "./Drop/m/index.mjs",
|
|
3383
|
-
"types": "./Drop/m/index.d.ts"
|
|
3384
|
-
},
|
|
3385
|
-
"./Drop/l": {
|
|
3386
|
-
"require": "./Drop/l/index.js",
|
|
3387
|
-
"import": "./Drop/l/index.mjs",
|
|
3388
|
-
"types": "./Drop/l/index.d.ts"
|
|
3389
|
-
},
|
|
3390
3380
|
"./DropText/m": {
|
|
3391
3381
|
"require": "./DropText/m/index.js",
|
|
3392
3382
|
"import": "./DropText/m/index.mjs",
|
|
3393
3383
|
"types": "./DropText/m/index.d.ts"
|
|
3394
3384
|
},
|
|
3395
|
-
"./DropText/l": {
|
|
3396
|
-
"require": "./DropText/l/index.js",
|
|
3397
|
-
"import": "./DropText/l/index.mjs",
|
|
3398
|
-
"types": "./DropText/l/index.d.ts"
|
|
3399
|
-
},
|
|
3400
|
-
"./DocumentExport/m": {
|
|
3401
|
-
"require": "./DocumentExport/m/index.js",
|
|
3402
|
-
"import": "./DocumentExport/m/index.mjs",
|
|
3403
|
-
"types": "./DocumentExport/m/index.d.ts"
|
|
3404
|
-
},
|
|
3405
|
-
"./DocumentExport/l": {
|
|
3406
|
-
"require": "./DocumentExport/l/index.js",
|
|
3407
|
-
"import": "./DocumentExport/l/index.mjs",
|
|
3408
|
-
"types": "./DocumentExport/l/index.d.ts"
|
|
3385
|
+
"./DropText/l": {
|
|
3386
|
+
"require": "./DropText/l/index.js",
|
|
3387
|
+
"import": "./DropText/l/index.mjs",
|
|
3388
|
+
"types": "./DropText/l/index.d.ts"
|
|
3409
3389
|
},
|
|
3410
|
-
"./
|
|
3411
|
-
"require": "./
|
|
3412
|
-
"import": "./
|
|
3413
|
-
"types": "./
|
|
3390
|
+
"./Drop/m": {
|
|
3391
|
+
"require": "./Drop/m/index.js",
|
|
3392
|
+
"import": "./Drop/m/index.mjs",
|
|
3393
|
+
"types": "./Drop/m/index.d.ts"
|
|
3414
3394
|
},
|
|
3415
|
-
"./
|
|
3416
|
-
"require": "./
|
|
3417
|
-
"import": "./
|
|
3418
|
-
"types": "./
|
|
3395
|
+
"./Drop/l": {
|
|
3396
|
+
"require": "./Drop/l/index.js",
|
|
3397
|
+
"import": "./Drop/l/index.mjs",
|
|
3398
|
+
"types": "./Drop/l/index.d.ts"
|
|
3419
3399
|
},
|
|
3420
3400
|
"./DocumentSad/m": {
|
|
3421
3401
|
"require": "./DocumentSad/m/index.js",
|
|
@@ -3427,6 +3407,16 @@
|
|
|
3427
3407
|
"import": "./DocumentSad/l/index.mjs",
|
|
3428
3408
|
"types": "./DocumentSad/l/index.d.ts"
|
|
3429
3409
|
},
|
|
3410
|
+
"./DocumentPdf/m": {
|
|
3411
|
+
"require": "./DocumentPdf/m/index.js",
|
|
3412
|
+
"import": "./DocumentPdf/m/index.mjs",
|
|
3413
|
+
"types": "./DocumentPdf/m/index.d.ts"
|
|
3414
|
+
},
|
|
3415
|
+
"./DocumentPdf/l": {
|
|
3416
|
+
"require": "./DocumentPdf/l/index.js",
|
|
3417
|
+
"import": "./DocumentPdf/l/index.mjs",
|
|
3418
|
+
"types": "./DocumentPdf/l/index.d.ts"
|
|
3419
|
+
},
|
|
3430
3420
|
"./DocumentHappy/m": {
|
|
3431
3421
|
"require": "./DocumentHappy/m/index.js",
|
|
3432
3422
|
"import": "./DocumentHappy/m/index.mjs",
|
|
@@ -3437,6 +3427,26 @@
|
|
|
3437
3427
|
"import": "./DocumentHappy/l/index.mjs",
|
|
3438
3428
|
"types": "./DocumentHappy/l/index.d.ts"
|
|
3439
3429
|
},
|
|
3430
|
+
"./DocumentDrop/m": {
|
|
3431
|
+
"require": "./DocumentDrop/m/index.js",
|
|
3432
|
+
"import": "./DocumentDrop/m/index.mjs",
|
|
3433
|
+
"types": "./DocumentDrop/m/index.d.ts"
|
|
3434
|
+
},
|
|
3435
|
+
"./DocumentDrop/l": {
|
|
3436
|
+
"require": "./DocumentDrop/l/index.js",
|
|
3437
|
+
"import": "./DocumentDrop/l/index.mjs",
|
|
3438
|
+
"types": "./DocumentDrop/l/index.d.ts"
|
|
3439
|
+
},
|
|
3440
|
+
"./DocumentExport/m": {
|
|
3441
|
+
"require": "./DocumentExport/m/index.js",
|
|
3442
|
+
"import": "./DocumentExport/m/index.mjs",
|
|
3443
|
+
"types": "./DocumentExport/m/index.d.ts"
|
|
3444
|
+
},
|
|
3445
|
+
"./DocumentExport/l": {
|
|
3446
|
+
"require": "./DocumentExport/l/index.js",
|
|
3447
|
+
"import": "./DocumentExport/l/index.mjs",
|
|
3448
|
+
"types": "./DocumentExport/l/index.d.ts"
|
|
3449
|
+
},
|
|
3440
3450
|
"./DocumentCheck/m": {
|
|
3441
3451
|
"require": "./DocumentCheck/m/index.js",
|
|
3442
3452
|
"import": "./DocumentCheck/m/index.mjs",
|
|
@@ -3467,15 +3477,15 @@
|
|
|
3467
3477
|
"import": "./DesktopChart/l/index.mjs",
|
|
3468
3478
|
"types": "./DesktopChart/l/index.d.ts"
|
|
3469
3479
|
},
|
|
3470
|
-
"./
|
|
3471
|
-
"require": "./
|
|
3472
|
-
"import": "./
|
|
3473
|
-
"types": "./
|
|
3480
|
+
"./Desktop/m": {
|
|
3481
|
+
"require": "./Desktop/m/index.js",
|
|
3482
|
+
"import": "./Desktop/m/index.mjs",
|
|
3483
|
+
"types": "./Desktop/m/index.d.ts"
|
|
3474
3484
|
},
|
|
3475
|
-
"./
|
|
3476
|
-
"require": "./
|
|
3477
|
-
"import": "./
|
|
3478
|
-
"types": "./
|
|
3485
|
+
"./Desktop/l": {
|
|
3486
|
+
"require": "./Desktop/l/index.js",
|
|
3487
|
+
"import": "./Desktop/l/index.mjs",
|
|
3488
|
+
"types": "./Desktop/l/index.d.ts"
|
|
3479
3489
|
},
|
|
3480
3490
|
"./Cut/m": {
|
|
3481
3491
|
"require": "./Cut/m/index.js",
|
|
@@ -3487,16 +3497,6 @@
|
|
|
3487
3497
|
"import": "./Cut/l/index.mjs",
|
|
3488
3498
|
"types": "./Cut/l/index.d.ts"
|
|
3489
3499
|
},
|
|
3490
|
-
"./Desktop/m": {
|
|
3491
|
-
"require": "./Desktop/m/index.js",
|
|
3492
|
-
"import": "./Desktop/m/index.mjs",
|
|
3493
|
-
"types": "./Desktop/m/index.d.ts"
|
|
3494
|
-
},
|
|
3495
|
-
"./Desktop/l": {
|
|
3496
|
-
"require": "./Desktop/l/index.js",
|
|
3497
|
-
"import": "./Desktop/l/index.mjs",
|
|
3498
|
-
"types": "./Desktop/l/index.d.ts"
|
|
3499
|
-
},
|
|
3500
3500
|
"./CursorMove/m": {
|
|
3501
3501
|
"require": "./CursorMove/m/index.js",
|
|
3502
3502
|
"import": "./CursorMove/m/index.mjs",
|
|
@@ -3537,6 +3537,16 @@
|
|
|
3537
3537
|
"import": "./Crown/l/index.mjs",
|
|
3538
3538
|
"types": "./Crown/l/index.d.ts"
|
|
3539
3539
|
},
|
|
3540
|
+
"./Crosshair/m": {
|
|
3541
|
+
"require": "./Crosshair/m/index.js",
|
|
3542
|
+
"import": "./Crosshair/m/index.mjs",
|
|
3543
|
+
"types": "./Crosshair/m/index.d.ts"
|
|
3544
|
+
},
|
|
3545
|
+
"./Crosshair/l": {
|
|
3546
|
+
"require": "./Crosshair/l/index.js",
|
|
3547
|
+
"import": "./Crosshair/l/index.mjs",
|
|
3548
|
+
"types": "./Crosshair/l/index.d.ts"
|
|
3549
|
+
},
|
|
3540
3550
|
"./Craft/m": {
|
|
3541
3551
|
"require": "./Craft/m/index.js",
|
|
3542
3552
|
"import": "./Craft/m/index.mjs",
|
|
@@ -3567,15 +3577,15 @@
|
|
|
3567
3577
|
"import": "./Copy/l/index.mjs",
|
|
3568
3578
|
"types": "./Copy/l/index.d.ts"
|
|
3569
3579
|
},
|
|
3570
|
-
"./
|
|
3571
|
-
"require": "./
|
|
3572
|
-
"import": "./
|
|
3573
|
-
"types": "./
|
|
3580
|
+
"./ColumnThree/m": {
|
|
3581
|
+
"require": "./ColumnThree/m/index.js",
|
|
3582
|
+
"import": "./ColumnThree/m/index.mjs",
|
|
3583
|
+
"types": "./ColumnThree/m/index.d.ts"
|
|
3574
3584
|
},
|
|
3575
|
-
"./
|
|
3576
|
-
"require": "./
|
|
3577
|
-
"import": "./
|
|
3578
|
-
"types": "./
|
|
3585
|
+
"./ColumnThree/l": {
|
|
3586
|
+
"require": "./ColumnThree/l/index.js",
|
|
3587
|
+
"import": "./ColumnThree/l/index.mjs",
|
|
3588
|
+
"types": "./ColumnThree/l/index.d.ts"
|
|
3579
3589
|
},
|
|
3580
3590
|
"./Comics/m": {
|
|
3581
3591
|
"require": "./Comics/m/index.js",
|
|
@@ -3587,16 +3597,6 @@
|
|
|
3587
3597
|
"import": "./Comics/l/index.mjs",
|
|
3588
3598
|
"types": "./Comics/l/index.d.ts"
|
|
3589
3599
|
},
|
|
3590
|
-
"./CollapseList/m": {
|
|
3591
|
-
"require": "./CollapseList/m/index.js",
|
|
3592
|
-
"import": "./CollapseList/m/index.mjs",
|
|
3593
|
-
"types": "./CollapseList/m/index.d.ts"
|
|
3594
|
-
},
|
|
3595
|
-
"./CollapseList/l": {
|
|
3596
|
-
"require": "./CollapseList/l/index.js",
|
|
3597
|
-
"import": "./CollapseList/l/index.mjs",
|
|
3598
|
-
"types": "./CollapseList/l/index.d.ts"
|
|
3599
|
-
},
|
|
3600
3600
|
"./ColumnTwo/m": {
|
|
3601
3601
|
"require": "./ColumnTwo/m/index.js",
|
|
3602
3602
|
"import": "./ColumnTwo/m/index.mjs",
|
|
@@ -3607,16 +3607,6 @@
|
|
|
3607
3607
|
"import": "./ColumnTwo/l/index.mjs",
|
|
3608
3608
|
"types": "./ColumnTwo/l/index.d.ts"
|
|
3609
3609
|
},
|
|
3610
|
-
"./ColumnThree/m": {
|
|
3611
|
-
"require": "./ColumnThree/m/index.js",
|
|
3612
|
-
"import": "./ColumnThree/m/index.mjs",
|
|
3613
|
-
"types": "./ColumnThree/m/index.d.ts"
|
|
3614
|
-
},
|
|
3615
|
-
"./ColumnThree/l": {
|
|
3616
|
-
"require": "./ColumnThree/l/index.js",
|
|
3617
|
-
"import": "./ColumnThree/l/index.mjs",
|
|
3618
|
-
"types": "./ColumnThree/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
|
"./ClusteredList/m": {
|
|
3631
3631
|
"require": "./ClusteredList/m/index.js",
|
|
3632
3632
|
"import": "./ClusteredList/m/index.mjs",
|
|
@@ -3637,16 +3637,6 @@
|
|
|
3637
3637
|
"import": "./ClusteredList/l/index.mjs",
|
|
3638
3638
|
"types": "./ClusteredList/l/index.d.ts"
|
|
3639
3639
|
},
|
|
3640
|
-
"./Close/m": {
|
|
3641
|
-
"require": "./Close/m/index.js",
|
|
3642
|
-
"import": "./Close/m/index.mjs",
|
|
3643
|
-
"types": "./Close/m/index.d.ts"
|
|
3644
|
-
},
|
|
3645
|
-
"./Close/l": {
|
|
3646
|
-
"require": "./Close/l/index.js",
|
|
3647
|
-
"import": "./Close/l/index.mjs",
|
|
3648
|
-
"types": "./Close/l/index.d.ts"
|
|
3649
|
-
},
|
|
3650
3640
|
"./Collapse/m": {
|
|
3651
3641
|
"require": "./Collapse/m/index.js",
|
|
3652
3642
|
"import": "./Collapse/m/index.mjs",
|
|
@@ -3657,6 +3647,16 @@
|
|
|
3657
3647
|
"import": "./Collapse/l/index.mjs",
|
|
3658
3648
|
"types": "./Collapse/l/index.d.ts"
|
|
3659
3649
|
},
|
|
3650
|
+
"./Close/m": {
|
|
3651
|
+
"require": "./Close/m/index.js",
|
|
3652
|
+
"import": "./Close/m/index.mjs",
|
|
3653
|
+
"types": "./Close/m/index.d.ts"
|
|
3654
|
+
},
|
|
3655
|
+
"./Close/l": {
|
|
3656
|
+
"require": "./Close/l/index.js",
|
|
3657
|
+
"import": "./Close/l/index.mjs",
|
|
3658
|
+
"types": "./Close/l/index.d.ts"
|
|
3659
|
+
},
|
|
3660
3660
|
"./Claude/m": {
|
|
3661
3661
|
"require": "./Claude/m/index.js",
|
|
3662
3662
|
"import": "./Claude/m/index.mjs",
|
|
@@ -3667,6 +3667,16 @@
|
|
|
3667
3667
|
"import": "./Claude/l/index.mjs",
|
|
3668
3668
|
"types": "./Claude/l/index.d.ts"
|
|
3669
3669
|
},
|
|
3670
|
+
"./ChevronUp/m": {
|
|
3671
|
+
"require": "./ChevronUp/m/index.js",
|
|
3672
|
+
"import": "./ChevronUp/m/index.mjs",
|
|
3673
|
+
"types": "./ChevronUp/m/index.d.ts"
|
|
3674
|
+
},
|
|
3675
|
+
"./ChevronUp/l": {
|
|
3676
|
+
"require": "./ChevronUp/l/index.js",
|
|
3677
|
+
"import": "./ChevronUp/l/index.mjs",
|
|
3678
|
+
"types": "./ChevronUp/l/index.d.ts"
|
|
3679
|
+
},
|
|
3670
3680
|
"./Chrome/m": {
|
|
3671
3681
|
"require": "./Chrome/m/index.js",
|
|
3672
3682
|
"import": "./Chrome/m/index.mjs",
|
|
@@ -3687,16 +3697,6 @@
|
|
|
3687
3697
|
"import": "./ChevronRight/l/index.mjs",
|
|
3688
3698
|
"types": "./ChevronRight/l/index.d.ts"
|
|
3689
3699
|
},
|
|
3690
|
-
"./ChevronUp/m": {
|
|
3691
|
-
"require": "./ChevronUp/m/index.js",
|
|
3692
|
-
"import": "./ChevronUp/m/index.mjs",
|
|
3693
|
-
"types": "./ChevronUp/m/index.d.ts"
|
|
3694
|
-
},
|
|
3695
|
-
"./ChevronUp/l": {
|
|
3696
|
-
"require": "./ChevronUp/l/index.js",
|
|
3697
|
-
"import": "./ChevronUp/l/index.mjs",
|
|
3698
|
-
"types": "./ChevronUp/l/index.d.ts"
|
|
3699
|
-
},
|
|
3700
3700
|
"./ChevronLeft/m": {
|
|
3701
3701
|
"require": "./ChevronLeft/m/index.js",
|
|
3702
3702
|
"import": "./ChevronLeft/m/index.mjs",
|
|
@@ -3727,16 +3727,6 @@
|
|
|
3727
3727
|
"import": "./ChevronDoubleUp/l/index.mjs",
|
|
3728
3728
|
"types": "./ChevronDoubleUp/l/index.d.ts"
|
|
3729
3729
|
},
|
|
3730
|
-
"./ChevronDoubleDown/m": {
|
|
3731
|
-
"require": "./ChevronDoubleDown/m/index.js",
|
|
3732
|
-
"import": "./ChevronDoubleDown/m/index.mjs",
|
|
3733
|
-
"types": "./ChevronDoubleDown/m/index.d.ts"
|
|
3734
|
-
},
|
|
3735
|
-
"./ChevronDoubleDown/l": {
|
|
3736
|
-
"require": "./ChevronDoubleDown/l/index.js",
|
|
3737
|
-
"import": "./ChevronDoubleDown/l/index.mjs",
|
|
3738
|
-
"types": "./ChevronDoubleDown/l/index.d.ts"
|
|
3739
|
-
},
|
|
3740
3730
|
"./ChevronDoubleRight/m": {
|
|
3741
3731
|
"require": "./ChevronDoubleRight/m/index.js",
|
|
3742
3732
|
"import": "./ChevronDoubleRight/m/index.mjs",
|
|
@@ -3747,6 +3737,16 @@
|
|
|
3747
3737
|
"import": "./ChevronDoubleRight/l/index.mjs",
|
|
3748
3738
|
"types": "./ChevronDoubleRight/l/index.d.ts"
|
|
3749
3739
|
},
|
|
3740
|
+
"./ChevronDoubleDown/m": {
|
|
3741
|
+
"require": "./ChevronDoubleDown/m/index.js",
|
|
3742
|
+
"import": "./ChevronDoubleDown/m/index.mjs",
|
|
3743
|
+
"types": "./ChevronDoubleDown/m/index.d.ts"
|
|
3744
|
+
},
|
|
3745
|
+
"./ChevronDoubleDown/l": {
|
|
3746
|
+
"require": "./ChevronDoubleDown/l/index.js",
|
|
3747
|
+
"import": "./ChevronDoubleDown/l/index.mjs",
|
|
3748
|
+
"types": "./ChevronDoubleDown/l/index.d.ts"
|
|
3749
|
+
},
|
|
3750
3750
|
"./ChevronDoubleLeft/m": {
|
|
3751
3751
|
"require": "./ChevronDoubleLeft/m/index.js",
|
|
3752
3752
|
"import": "./ChevronDoubleLeft/m/index.mjs",
|
|
@@ -3797,16 +3797,6 @@
|
|
|
3797
3797
|
"import": "./Check/l/index.mjs",
|
|
3798
3798
|
"types": "./Check/l/index.d.ts"
|
|
3799
3799
|
},
|
|
3800
|
-
"./ChatPlus/m": {
|
|
3801
|
-
"require": "./ChatPlus/m/index.js",
|
|
3802
|
-
"import": "./ChatPlus/m/index.mjs",
|
|
3803
|
-
"types": "./ChatPlus/m/index.d.ts"
|
|
3804
|
-
},
|
|
3805
|
-
"./ChatPlus/l": {
|
|
3806
|
-
"require": "./ChatPlus/l/index.js",
|
|
3807
|
-
"import": "./ChatPlus/l/index.mjs",
|
|
3808
|
-
"types": "./ChatPlus/l/index.d.ts"
|
|
3809
|
-
},
|
|
3810
3800
|
"./ChatQuestion/m": {
|
|
3811
3801
|
"require": "./ChatQuestion/m/index.js",
|
|
3812
3802
|
"import": "./ChatQuestion/m/index.mjs",
|
|
@@ -3817,6 +3807,16 @@
|
|
|
3817
3807
|
"import": "./ChatQuestion/l/index.mjs",
|
|
3818
3808
|
"types": "./ChatQuestion/l/index.d.ts"
|
|
3819
3809
|
},
|
|
3810
|
+
"./ChatPlus/m": {
|
|
3811
|
+
"require": "./ChatPlus/m/index.js",
|
|
3812
|
+
"import": "./ChatPlus/m/index.mjs",
|
|
3813
|
+
"types": "./ChatPlus/m/index.d.ts"
|
|
3814
|
+
},
|
|
3815
|
+
"./ChatPlus/l": {
|
|
3816
|
+
"require": "./ChatPlus/l/index.js",
|
|
3817
|
+
"import": "./ChatPlus/l/index.mjs",
|
|
3818
|
+
"types": "./ChatPlus/l/index.d.ts"
|
|
3819
|
+
},
|
|
3820
3820
|
"./ChatGPT/m": {
|
|
3821
3821
|
"require": "./ChatGPT/m/index.js",
|
|
3822
3822
|
"import": "./ChatGPT/m/index.mjs",
|
|
@@ -3857,16 +3857,6 @@
|
|
|
3857
3857
|
"import": "./ChatAI/l/index.mjs",
|
|
3858
3858
|
"types": "./ChatAI/l/index.d.ts"
|
|
3859
3859
|
},
|
|
3860
|
-
"./ChartVenn/m": {
|
|
3861
|
-
"require": "./ChartVenn/m/index.js",
|
|
3862
|
-
"import": "./ChartVenn/m/index.mjs",
|
|
3863
|
-
"types": "./ChartVenn/m/index.d.ts"
|
|
3864
|
-
},
|
|
3865
|
-
"./ChartVenn/l": {
|
|
3866
|
-
"require": "./ChartVenn/l/index.js",
|
|
3867
|
-
"import": "./ChartVenn/l/index.mjs",
|
|
3868
|
-
"types": "./ChartVenn/l/index.d.ts"
|
|
3869
|
-
},
|
|
3870
3860
|
"./Chat/m": {
|
|
3871
3861
|
"require": "./Chat/m/index.js",
|
|
3872
3862
|
"import": "./Chat/m/index.mjs",
|
|
@@ -3877,15 +3867,15 @@
|
|
|
3877
3867
|
"import": "./Chat/l/index.mjs",
|
|
3878
3868
|
"types": "./Chat/l/index.d.ts"
|
|
3879
3869
|
},
|
|
3880
|
-
"./
|
|
3881
|
-
"require": "./
|
|
3882
|
-
"import": "./
|
|
3883
|
-
"types": "./
|
|
3870
|
+
"./ChartVenn/m": {
|
|
3871
|
+
"require": "./ChartVenn/m/index.js",
|
|
3872
|
+
"import": "./ChartVenn/m/index.mjs",
|
|
3873
|
+
"types": "./ChartVenn/m/index.d.ts"
|
|
3884
3874
|
},
|
|
3885
|
-
"./
|
|
3886
|
-
"require": "./
|
|
3887
|
-
"import": "./
|
|
3888
|
-
"types": "./
|
|
3875
|
+
"./ChartVenn/l": {
|
|
3876
|
+
"require": "./ChartVenn/l/index.js",
|
|
3877
|
+
"import": "./ChartVenn/l/index.mjs",
|
|
3878
|
+
"types": "./ChartVenn/l/index.d.ts"
|
|
3889
3879
|
},
|
|
3890
3880
|
"./ChartPie/m": {
|
|
3891
3881
|
"require": "./ChartPie/m/index.js",
|
|
@@ -3897,15 +3887,15 @@
|
|
|
3897
3887
|
"import": "./ChartPie/l/index.mjs",
|
|
3898
3888
|
"types": "./ChartPie/l/index.d.ts"
|
|
3899
3889
|
},
|
|
3900
|
-
"./
|
|
3901
|
-
"require": "./
|
|
3902
|
-
"import": "./
|
|
3903
|
-
"types": "./
|
|
3890
|
+
"./ChartLine/m": {
|
|
3891
|
+
"require": "./ChartLine/m/index.js",
|
|
3892
|
+
"import": "./ChartLine/m/index.mjs",
|
|
3893
|
+
"types": "./ChartLine/m/index.d.ts"
|
|
3904
3894
|
},
|
|
3905
|
-
"./
|
|
3906
|
-
"require": "./
|
|
3907
|
-
"import": "./
|
|
3908
|
-
"types": "./
|
|
3895
|
+
"./ChartLine/l": {
|
|
3896
|
+
"require": "./ChartLine/l/index.js",
|
|
3897
|
+
"import": "./ChartLine/l/index.mjs",
|
|
3898
|
+
"types": "./ChartLine/l/index.d.ts"
|
|
3909
3899
|
},
|
|
3910
3900
|
"./ChartBarStackedColumn/m": {
|
|
3911
3901
|
"require": "./ChartBarStackedColumn/m/index.js",
|
|
@@ -3917,6 +3907,16 @@
|
|
|
3917
3907
|
"import": "./ChartBarStackedColumn/l/index.mjs",
|
|
3918
3908
|
"types": "./ChartBarStackedColumn/l/index.d.ts"
|
|
3919
3909
|
},
|
|
3910
|
+
"./ChartBubble/m": {
|
|
3911
|
+
"require": "./ChartBubble/m/index.js",
|
|
3912
|
+
"import": "./ChartBubble/m/index.mjs",
|
|
3913
|
+
"types": "./ChartBubble/m/index.d.ts"
|
|
3914
|
+
},
|
|
3915
|
+
"./ChartBubble/l": {
|
|
3916
|
+
"require": "./ChartBubble/l/index.js",
|
|
3917
|
+
"import": "./ChartBubble/l/index.mjs",
|
|
3918
|
+
"types": "./ChartBubble/l/index.d.ts"
|
|
3919
|
+
},
|
|
3920
3920
|
"./ChartBarStacked/m": {
|
|
3921
3921
|
"require": "./ChartBarStacked/m/index.js",
|
|
3922
3922
|
"import": "./ChartBarStacked/m/index.mjs",
|
|
@@ -3927,6 +3927,16 @@
|
|
|
3927
3927
|
"import": "./ChartBarStacked/l/index.mjs",
|
|
3928
3928
|
"types": "./ChartBarStacked/l/index.d.ts"
|
|
3929
3929
|
},
|
|
3930
|
+
"./ChartBar/m": {
|
|
3931
|
+
"require": "./ChartBar/m/index.js",
|
|
3932
|
+
"import": "./ChartBar/m/index.mjs",
|
|
3933
|
+
"types": "./ChartBar/m/index.d.ts"
|
|
3934
|
+
},
|
|
3935
|
+
"./ChartBar/l": {
|
|
3936
|
+
"require": "./ChartBar/l/index.js",
|
|
3937
|
+
"import": "./ChartBar/l/index.mjs",
|
|
3938
|
+
"types": "./ChartBar/l/index.d.ts"
|
|
3939
|
+
},
|
|
3930
3940
|
"./ChargebackWin/m": {
|
|
3931
3941
|
"require": "./ChargebackWin/m/index.js",
|
|
3932
3942
|
"import": "./ChargebackWin/m/index.mjs",
|
|
@@ -3947,16 +3957,6 @@
|
|
|
3947
3957
|
"import": "./ChargebackLoss/l/index.mjs",
|
|
3948
3958
|
"types": "./ChargebackLoss/l/index.d.ts"
|
|
3949
3959
|
},
|
|
3950
|
-
"./ChartBar/m": {
|
|
3951
|
-
"require": "./ChartBar/m/index.js",
|
|
3952
|
-
"import": "./ChartBar/m/index.mjs",
|
|
3953
|
-
"types": "./ChartBar/m/index.d.ts"
|
|
3954
|
-
},
|
|
3955
|
-
"./ChartBar/l": {
|
|
3956
|
-
"require": "./ChartBar/l/index.js",
|
|
3957
|
-
"import": "./ChartBar/l/index.mjs",
|
|
3958
|
-
"types": "./ChartBar/l/index.d.ts"
|
|
3959
|
-
},
|
|
3960
3960
|
"./Charge/m": {
|
|
3961
3961
|
"require": "./Charge/m/index.js",
|
|
3962
3962
|
"import": "./Charge/m/index.mjs",
|
|
@@ -3977,16 +3977,6 @@
|
|
|
3977
3977
|
"import": "./Casual/l/index.mjs",
|
|
3978
3978
|
"types": "./Casual/l/index.d.ts"
|
|
3979
3979
|
},
|
|
3980
|
-
"./Cards/m": {
|
|
3981
|
-
"require": "./Cards/m/index.js",
|
|
3982
|
-
"import": "./Cards/m/index.mjs",
|
|
3983
|
-
"types": "./Cards/m/index.d.ts"
|
|
3984
|
-
},
|
|
3985
|
-
"./Cards/l": {
|
|
3986
|
-
"require": "./Cards/l/index.js",
|
|
3987
|
-
"import": "./Cards/l/index.mjs",
|
|
3988
|
-
"types": "./Cards/l/index.d.ts"
|
|
3989
|
-
},
|
|
3990
3980
|
"./Cart/m": {
|
|
3991
3981
|
"require": "./Cart/m/index.js",
|
|
3992
3982
|
"import": "./Cart/m/index.mjs",
|
|
@@ -3997,6 +3987,16 @@
|
|
|
3997
3987
|
"import": "./Cart/l/index.mjs",
|
|
3998
3988
|
"types": "./Cart/l/index.d.ts"
|
|
3999
3989
|
},
|
|
3990
|
+
"./Cards/m": {
|
|
3991
|
+
"require": "./Cards/m/index.js",
|
|
3992
|
+
"import": "./Cards/m/index.mjs",
|
|
3993
|
+
"types": "./Cards/m/index.d.ts"
|
|
3994
|
+
},
|
|
3995
|
+
"./Cards/l": {
|
|
3996
|
+
"require": "./Cards/l/index.js",
|
|
3997
|
+
"import": "./Cards/l/index.mjs",
|
|
3998
|
+
"types": "./Cards/l/index.d.ts"
|
|
3999
|
+
},
|
|
4000
4000
|
"./CardUpdate/m": {
|
|
4001
4001
|
"require": "./CardUpdate/m/index.js",
|
|
4002
4002
|
"import": "./CardUpdate/m/index.mjs",
|
|
@@ -4017,16 +4017,6 @@
|
|
|
4017
4017
|
"import": "./Car/l/index.mjs",
|
|
4018
4018
|
"types": "./Car/l/index.d.ts"
|
|
4019
4019
|
},
|
|
4020
|
-
"./Canva/m": {
|
|
4021
|
-
"require": "./Canva/m/index.js",
|
|
4022
|
-
"import": "./Canva/m/index.mjs",
|
|
4023
|
-
"types": "./Canva/m/index.d.ts"
|
|
4024
|
-
},
|
|
4025
|
-
"./Canva/l": {
|
|
4026
|
-
"require": "./Canva/l/index.js",
|
|
4027
|
-
"import": "./Canva/l/index.mjs",
|
|
4028
|
-
"types": "./Canva/l/index.d.ts"
|
|
4029
|
-
},
|
|
4030
4020
|
"./CalendarCheck/m": {
|
|
4031
4021
|
"require": "./CalendarCheck/m/index.js",
|
|
4032
4022
|
"import": "./CalendarCheck/m/index.mjs",
|
|
@@ -4037,15 +4027,25 @@
|
|
|
4037
4027
|
"import": "./CalendarCheck/l/index.mjs",
|
|
4038
4028
|
"types": "./CalendarCheck/l/index.d.ts"
|
|
4039
4029
|
},
|
|
4040
|
-
"./
|
|
4041
|
-
"require": "./
|
|
4042
|
-
"import": "./
|
|
4043
|
-
"types": "./
|
|
4030
|
+
"./Canva/m": {
|
|
4031
|
+
"require": "./Canva/m/index.js",
|
|
4032
|
+
"import": "./Canva/m/index.mjs",
|
|
4033
|
+
"types": "./Canva/m/index.d.ts"
|
|
4044
4034
|
},
|
|
4045
|
-
"./
|
|
4046
|
-
"require": "./
|
|
4047
|
-
"import": "./
|
|
4048
|
-
"types": "./
|
|
4035
|
+
"./Canva/l": {
|
|
4036
|
+
"require": "./Canva/l/index.js",
|
|
4037
|
+
"import": "./Canva/l/index.mjs",
|
|
4038
|
+
"types": "./Canva/l/index.d.ts"
|
|
4039
|
+
},
|
|
4040
|
+
"./BracketsCurly/m": {
|
|
4041
|
+
"require": "./BracketsCurly/m/index.js",
|
|
4042
|
+
"import": "./BracketsCurly/m/index.mjs",
|
|
4043
|
+
"types": "./BracketsCurly/m/index.d.ts"
|
|
4044
|
+
},
|
|
4045
|
+
"./BracketsCurly/l": {
|
|
4046
|
+
"require": "./BracketsCurly/l/index.js",
|
|
4047
|
+
"import": "./BracketsCurly/l/index.mjs",
|
|
4048
|
+
"types": "./BracketsCurly/l/index.d.ts"
|
|
4049
4049
|
},
|
|
4050
4050
|
"./Bulb/m": {
|
|
4051
4051
|
"require": "./Bulb/m/index.js",
|
|
@@ -4067,6 +4067,16 @@
|
|
|
4067
4067
|
"import": "./Briefcase/l/index.mjs",
|
|
4068
4068
|
"types": "./Briefcase/l/index.d.ts"
|
|
4069
4069
|
},
|
|
4070
|
+
"./Calendar/m": {
|
|
4071
|
+
"require": "./Calendar/m/index.js",
|
|
4072
|
+
"import": "./Calendar/m/index.mjs",
|
|
4073
|
+
"types": "./Calendar/m/index.d.ts"
|
|
4074
|
+
},
|
|
4075
|
+
"./Calendar/l": {
|
|
4076
|
+
"require": "./Calendar/l/index.js",
|
|
4077
|
+
"import": "./Calendar/l/index.mjs",
|
|
4078
|
+
"types": "./Calendar/l/index.d.ts"
|
|
4079
|
+
},
|
|
4070
4080
|
"./BracketsCode/m": {
|
|
4071
4081
|
"require": "./BracketsCode/m/index.js",
|
|
4072
4082
|
"import": "./BracketsCode/m/index.mjs",
|
|
@@ -4077,16 +4087,6 @@
|
|
|
4077
4087
|
"import": "./BracketsCode/l/index.mjs",
|
|
4078
4088
|
"types": "./BracketsCode/l/index.d.ts"
|
|
4079
4089
|
},
|
|
4080
|
-
"./BracketsCurly/m": {
|
|
4081
|
-
"require": "./BracketsCurly/m/index.js",
|
|
4082
|
-
"import": "./BracketsCurly/m/index.mjs",
|
|
4083
|
-
"types": "./BracketsCurly/m/index.d.ts"
|
|
4084
|
-
},
|
|
4085
|
-
"./BracketsCurly/l": {
|
|
4086
|
-
"require": "./BracketsCurly/l/index.js",
|
|
4087
|
-
"import": "./BracketsCurly/l/index.mjs",
|
|
4088
|
-
"types": "./BracketsCurly/l/index.d.ts"
|
|
4089
|
-
},
|
|
4090
4090
|
"./BracketsAngle/m": {
|
|
4091
4091
|
"require": "./BracketsAngle/m/index.js",
|
|
4092
4092
|
"import": "./BracketsAngle/m/index.mjs",
|
|
@@ -4127,16 +4127,6 @@
|
|
|
4127
4127
|
"import": "./Book/l/index.mjs",
|
|
4128
4128
|
"types": "./Book/l/index.d.ts"
|
|
4129
4129
|
},
|
|
4130
|
-
"./Block/m": {
|
|
4131
|
-
"require": "./Block/m/index.js",
|
|
4132
|
-
"import": "./Block/m/index.mjs",
|
|
4133
|
-
"types": "./Block/m/index.d.ts"
|
|
4134
|
-
},
|
|
4135
|
-
"./Block/l": {
|
|
4136
|
-
"require": "./Block/l/index.js",
|
|
4137
|
-
"import": "./Block/l/index.mjs",
|
|
4138
|
-
"types": "./Block/l/index.d.ts"
|
|
4139
|
-
},
|
|
4140
4130
|
"./AttacheCase/m": {
|
|
4141
4131
|
"require": "./AttacheCase/m/index.js",
|
|
4142
4132
|
"import": "./AttacheCase/m/index.mjs",
|
|
@@ -4147,6 +4137,16 @@
|
|
|
4147
4137
|
"import": "./AttacheCase/l/index.mjs",
|
|
4148
4138
|
"types": "./AttacheCase/l/index.d.ts"
|
|
4149
4139
|
},
|
|
4140
|
+
"./Block/m": {
|
|
4141
|
+
"require": "./Block/m/index.js",
|
|
4142
|
+
"import": "./Block/m/index.mjs",
|
|
4143
|
+
"types": "./Block/m/index.d.ts"
|
|
4144
|
+
},
|
|
4145
|
+
"./Block/l": {
|
|
4146
|
+
"require": "./Block/l/index.js",
|
|
4147
|
+
"import": "./Block/l/index.mjs",
|
|
4148
|
+
"types": "./Block/l/index.d.ts"
|
|
4149
|
+
},
|
|
4150
4150
|
"./Attach/m": {
|
|
4151
4151
|
"require": "./Attach/m/index.js",
|
|
4152
4152
|
"import": "./Attach/m/index.mjs",
|
|
@@ -4167,15 +4167,15 @@
|
|
|
4167
4167
|
"import": "./AskAI/l/index.mjs",
|
|
4168
4168
|
"types": "./AskAI/l/index.d.ts"
|
|
4169
4169
|
},
|
|
4170
|
-
"./
|
|
4171
|
-
"require": "./
|
|
4172
|
-
"import": "./
|
|
4173
|
-
"types": "./
|
|
4170
|
+
"./ArrowRight/m": {
|
|
4171
|
+
"require": "./ArrowRight/m/index.js",
|
|
4172
|
+
"import": "./ArrowRight/m/index.mjs",
|
|
4173
|
+
"types": "./ArrowRight/m/index.d.ts"
|
|
4174
4174
|
},
|
|
4175
|
-
"./
|
|
4176
|
-
"require": "./
|
|
4177
|
-
"import": "./
|
|
4178
|
-
"types": "./
|
|
4175
|
+
"./ArrowRight/l": {
|
|
4176
|
+
"require": "./ArrowRight/l/index.js",
|
|
4177
|
+
"import": "./ArrowRight/l/index.mjs",
|
|
4178
|
+
"types": "./ArrowRight/l/index.d.ts"
|
|
4179
4179
|
},
|
|
4180
4180
|
"./ArrowUp/m": {
|
|
4181
4181
|
"require": "./ArrowUp/m/index.js",
|
|
@@ -4187,15 +4187,25 @@
|
|
|
4187
4187
|
"import": "./ArrowUp/l/index.mjs",
|
|
4188
4188
|
"types": "./ArrowUp/l/index.d.ts"
|
|
4189
4189
|
},
|
|
4190
|
-
"./
|
|
4191
|
-
"require": "./
|
|
4192
|
-
"import": "./
|
|
4193
|
-
"types": "./
|
|
4190
|
+
"./ArrowLeft/m": {
|
|
4191
|
+
"require": "./ArrowLeft/m/index.js",
|
|
4192
|
+
"import": "./ArrowLeft/m/index.mjs",
|
|
4193
|
+
"types": "./ArrowLeft/m/index.d.ts"
|
|
4194
4194
|
},
|
|
4195
|
-
"./
|
|
4196
|
-
"require": "./
|
|
4197
|
-
"import": "./
|
|
4198
|
-
"types": "./
|
|
4195
|
+
"./ArrowLeft/l": {
|
|
4196
|
+
"require": "./ArrowLeft/l/index.js",
|
|
4197
|
+
"import": "./ArrowLeft/l/index.mjs",
|
|
4198
|
+
"types": "./ArrowLeft/l/index.d.ts"
|
|
4199
|
+
},
|
|
4200
|
+
"./Arrows/m": {
|
|
4201
|
+
"require": "./Arrows/m/index.js",
|
|
4202
|
+
"import": "./Arrows/m/index.mjs",
|
|
4203
|
+
"types": "./Arrows/m/index.d.ts"
|
|
4204
|
+
},
|
|
4205
|
+
"./Arrows/l": {
|
|
4206
|
+
"require": "./Arrows/l/index.js",
|
|
4207
|
+
"import": "./Arrows/l/index.mjs",
|
|
4208
|
+
"types": "./Arrows/l/index.d.ts"
|
|
4199
4209
|
},
|
|
4200
4210
|
"./ArrowDown/m": {
|
|
4201
4211
|
"require": "./ArrowDown/m/index.js",
|
|
@@ -4227,16 +4237,6 @@
|
|
|
4227
4237
|
"import": "./Architecture/l/index.mjs",
|
|
4228
4238
|
"types": "./Architecture/l/index.d.ts"
|
|
4229
4239
|
},
|
|
4230
|
-
"./ArrowLeft/m": {
|
|
4231
|
-
"require": "./ArrowLeft/m/index.js",
|
|
4232
|
-
"import": "./ArrowLeft/m/index.mjs",
|
|
4233
|
-
"types": "./ArrowLeft/m/index.d.ts"
|
|
4234
|
-
},
|
|
4235
|
-
"./ArrowLeft/l": {
|
|
4236
|
-
"require": "./ArrowLeft/l/index.js",
|
|
4237
|
-
"import": "./ArrowLeft/l/index.mjs",
|
|
4238
|
-
"types": "./ArrowLeft/l/index.d.ts"
|
|
4239
|
-
},
|
|
4240
4240
|
"./AppsBlock/m": {
|
|
4241
4241
|
"require": "./AppsBlock/m/index.js",
|
|
4242
4242
|
"import": "./AppsBlock/m/index.mjs",
|
|
@@ -4247,16 +4247,6 @@
|
|
|
4247
4247
|
"import": "./AppsBlock/l/index.mjs",
|
|
4248
4248
|
"types": "./AppsBlock/l/index.d.ts"
|
|
4249
4249
|
},
|
|
4250
|
-
"./Apple/m": {
|
|
4251
|
-
"require": "./Apple/m/index.js",
|
|
4252
|
-
"import": "./Apple/m/index.mjs",
|
|
4253
|
-
"types": "./Apple/m/index.d.ts"
|
|
4254
|
-
},
|
|
4255
|
-
"./Apple/l": {
|
|
4256
|
-
"require": "./Apple/l/index.js",
|
|
4257
|
-
"import": "./Apple/l/index.mjs",
|
|
4258
|
-
"types": "./Apple/l/index.d.ts"
|
|
4259
|
-
},
|
|
4260
4250
|
"./Android/m": {
|
|
4261
4251
|
"require": "./Android/m/index.js",
|
|
4262
4252
|
"import": "./Android/m/index.mjs",
|
|
@@ -4267,6 +4257,16 @@
|
|
|
4267
4257
|
"import": "./Android/l/index.mjs",
|
|
4268
4258
|
"types": "./Android/l/index.d.ts"
|
|
4269
4259
|
},
|
|
4260
|
+
"./Apple/m": {
|
|
4261
|
+
"require": "./Apple/m/index.js",
|
|
4262
|
+
"import": "./Apple/m/index.mjs",
|
|
4263
|
+
"types": "./Apple/m/index.d.ts"
|
|
4264
|
+
},
|
|
4265
|
+
"./Apple/l": {
|
|
4266
|
+
"require": "./Apple/l/index.js",
|
|
4267
|
+
"import": "./Apple/l/index.mjs",
|
|
4268
|
+
"types": "./Apple/l/index.d.ts"
|
|
4269
|
+
},
|
|
4270
4270
|
"./Amp/m": {
|
|
4271
4271
|
"require": "./Amp/m/index.js",
|
|
4272
4272
|
"import": "./Amp/m/index.mjs",
|
|
@@ -4277,16 +4277,6 @@
|
|
|
4277
4277
|
"import": "./Amp/l/index.mjs",
|
|
4278
4278
|
"types": "./Amp/l/index.d.ts"
|
|
4279
4279
|
},
|
|
4280
|
-
"./Airplane/m": {
|
|
4281
|
-
"require": "./Airplane/m/index.js",
|
|
4282
|
-
"import": "./Airplane/m/index.mjs",
|
|
4283
|
-
"types": "./Airplane/m/index.d.ts"
|
|
4284
|
-
},
|
|
4285
|
-
"./Airplane/l": {
|
|
4286
|
-
"require": "./Airplane/l/index.js",
|
|
4287
|
-
"import": "./Airplane/l/index.mjs",
|
|
4288
|
-
"types": "./Airplane/l/index.d.ts"
|
|
4289
|
-
},
|
|
4290
4280
|
"./AllDevices/m": {
|
|
4291
4281
|
"require": "./AllDevices/m/index.js",
|
|
4292
4282
|
"import": "./AllDevices/m/index.mjs",
|
|
@@ -4297,15 +4287,15 @@
|
|
|
4297
4287
|
"import": "./AllDevices/l/index.mjs",
|
|
4298
4288
|
"types": "./AllDevices/l/index.d.ts"
|
|
4299
4289
|
},
|
|
4300
|
-
"./
|
|
4301
|
-
"require": "./
|
|
4302
|
-
"import": "./
|
|
4303
|
-
"types": "./
|
|
4290
|
+
"./Airplane/m": {
|
|
4291
|
+
"require": "./Airplane/m/index.js",
|
|
4292
|
+
"import": "./Airplane/m/index.mjs",
|
|
4293
|
+
"types": "./Airplane/m/index.d.ts"
|
|
4304
4294
|
},
|
|
4305
|
-
"./
|
|
4306
|
-
"require": "./
|
|
4307
|
-
"import": "./
|
|
4308
|
-
"types": "./
|
|
4295
|
+
"./Airplane/l": {
|
|
4296
|
+
"require": "./Airplane/l/index.js",
|
|
4297
|
+
"import": "./Airplane/l/index.mjs",
|
|
4298
|
+
"types": "./Airplane/l/index.d.ts"
|
|
4309
4299
|
},
|
|
4310
4300
|
"./AdobeExperienceCloud/m": {
|
|
4311
4301
|
"require": "./AdobeExperienceCloud/m/index.js",
|
|
@@ -4317,6 +4307,16 @@
|
|
|
4317
4307
|
"import": "./AdobeExperienceCloud/l/index.mjs",
|
|
4318
4308
|
"types": "./AdobeExperienceCloud/l/index.d.ts"
|
|
4319
4309
|
},
|
|
4310
|
+
"./Adult/m": {
|
|
4311
|
+
"require": "./Adult/m/index.js",
|
|
4312
|
+
"import": "./Adult/m/index.mjs",
|
|
4313
|
+
"types": "./Adult/m/index.d.ts"
|
|
4314
|
+
},
|
|
4315
|
+
"./Adult/l": {
|
|
4316
|
+
"require": "./Adult/l/index.js",
|
|
4317
|
+
"import": "./Adult/l/index.mjs",
|
|
4318
|
+
"types": "./Adult/l/index.d.ts"
|
|
4319
|
+
},
|
|
4320
4320
|
"./AddressPack/m": {
|
|
4321
4321
|
"require": "./AddressPack/m/index.js",
|
|
4322
4322
|
"import": "./AddressPack/m/index.mjs",
|
|
@@ -4327,16 +4327,6 @@
|
|
|
4327
4327
|
"import": "./AddressPack/l/index.mjs",
|
|
4328
4328
|
"types": "./AddressPack/l/index.d.ts"
|
|
4329
4329
|
},
|
|
4330
|
-
"./AddCampaign/m": {
|
|
4331
|
-
"require": "./AddCampaign/m/index.js",
|
|
4332
|
-
"import": "./AddCampaign/m/index.mjs",
|
|
4333
|
-
"types": "./AddCampaign/m/index.d.ts"
|
|
4334
|
-
},
|
|
4335
|
-
"./AddCampaign/l": {
|
|
4336
|
-
"require": "./AddCampaign/l/index.js",
|
|
4337
|
-
"import": "./AddCampaign/l/index.mjs",
|
|
4338
|
-
"types": "./AddCampaign/l/index.d.ts"
|
|
4339
|
-
},
|
|
4340
4330
|
"./AdTop/m": {
|
|
4341
4331
|
"require": "./AdTop/m/index.js",
|
|
4342
4332
|
"import": "./AdTop/m/index.mjs",
|
|
@@ -4347,6 +4337,16 @@
|
|
|
4347
4337
|
"import": "./AdTop/l/index.mjs",
|
|
4348
4338
|
"types": "./AdTop/l/index.d.ts"
|
|
4349
4339
|
},
|
|
4340
|
+
"./AddCampaign/m": {
|
|
4341
|
+
"require": "./AddCampaign/m/index.js",
|
|
4342
|
+
"import": "./AddCampaign/m/index.mjs",
|
|
4343
|
+
"types": "./AddCampaign/m/index.d.ts"
|
|
4344
|
+
},
|
|
4345
|
+
"./AddCampaign/l": {
|
|
4346
|
+
"require": "./AddCampaign/l/index.js",
|
|
4347
|
+
"import": "./AddCampaign/l/index.mjs",
|
|
4348
|
+
"types": "./AddCampaign/l/index.d.ts"
|
|
4349
|
+
},
|
|
4350
4350
|
"./AdMiddle/m": {
|
|
4351
4351
|
"require": "./AdMiddle/m/index.js",
|
|
4352
4352
|
"import": "./AdMiddle/m/index.mjs",
|