@semcore/icon 16.7.2-prerelease.31 → 16.7.2-prerelease.36

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +162 -162
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [16.7.5] - 2026-04-01
6
+
7
+ ### Changed
8
+
9
+ - `Semrush` icon.
10
+
5
11
  ## [16.7.4] - 2026-01-19
6
12
 
7
13
  ### Fixed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "Semrush Icon Component",
4
- "version": "16.7.2-prerelease.31",
4
+ "version": "16.7.2-prerelease.36",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
7
7
  "typings": "lib/types/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  "cheerio": "1.1.2",
25
25
  "fs-extra": "11.3.2",
26
26
  "html-to-react": "1.7.0",
27
- "@semcore/core": "17.0.0-prerelease.31",
28
- "@semcore/testing-utils": "1.0.0"
27
+ "@semcore/testing-utils": "1.0.0",
28
+ "@semcore/core": "17.0.0-prerelease.36"
29
29
  },
30
30
  "exports": {
31
31
  ".": {
@@ -63,11 +63,6 @@
63
63
  "import": "./lib/platform/LocalToolkit/index.mjs",
64
64
  "require": "./lib/platform/LocalToolkit/index.js"
65
65
  },
66
- "./platform/HomePlatform": {
67
- "types": "./lib/platform/HomePlatform/index.d.ts",
68
- "import": "./lib/platform/HomePlatform/index.mjs",
69
- "require": "./lib/platform/HomePlatform/index.js"
70
- },
71
66
  "./platform/EnterpriseSolutions": {
72
67
  "types": "./lib/platform/EnterpriseSolutions/index.d.ts",
73
68
  "import": "./lib/platform/EnterpriseSolutions/index.mjs",
@@ -78,6 +73,11 @@
78
73
  "import": "./lib/platform/ContentToolkit/index.mjs",
79
74
  "require": "./lib/platform/ContentToolkit/index.js"
80
75
  },
76
+ "./platform/HomePlatform": {
77
+ "types": "./lib/platform/HomePlatform/index.d.ts",
78
+ "import": "./lib/platform/HomePlatform/index.mjs",
79
+ "require": "./lib/platform/HomePlatform/index.js"
80
+ },
81
81
  "./platform/AppCenter": {
82
82
  "types": "./lib/platform/AppCenter/index.d.ts",
83
83
  "import": "./lib/platform/AppCenter/index.mjs",
@@ -108,16 +108,6 @@
108
108
  "import": "./lib/pay/WeChatPay/l/index.mjs",
109
109
  "require": "./lib/pay/WeChatPay/l/index.js"
110
110
  },
111
- "./pay/Visa/m": {
112
- "types": "./lib/pay/Visa/m/index.d.ts",
113
- "import": "./lib/pay/Visa/m/index.mjs",
114
- "require": "./lib/pay/Visa/m/index.js"
115
- },
116
- "./pay/Visa/l": {
117
- "types": "./lib/pay/Visa/l/index.d.ts",
118
- "import": "./lib/pay/Visa/l/index.mjs",
119
- "require": "./lib/pay/Visa/l/index.js"
120
- },
121
111
  "./pay/UnionPay/m": {
122
112
  "types": "./lib/pay/UnionPay/m/index.d.ts",
123
113
  "import": "./lib/pay/UnionPay/m/index.mjs",
@@ -128,6 +118,16 @@
128
118
  "import": "./lib/pay/UnionPay/l/index.mjs",
129
119
  "require": "./lib/pay/UnionPay/l/index.js"
130
120
  },
121
+ "./pay/Visa/m": {
122
+ "types": "./lib/pay/Visa/m/index.d.ts",
123
+ "import": "./lib/pay/Visa/m/index.mjs",
124
+ "require": "./lib/pay/Visa/m/index.js"
125
+ },
126
+ "./pay/Visa/l": {
127
+ "types": "./lib/pay/Visa/l/index.d.ts",
128
+ "import": "./lib/pay/Visa/l/index.mjs",
129
+ "require": "./lib/pay/Visa/l/index.js"
130
+ },
131
131
  "./pay/PayPal/m": {
132
132
  "types": "./lib/pay/PayPal/m/index.d.ts",
133
133
  "import": "./lib/pay/PayPal/m/index.mjs",
@@ -248,16 +248,6 @@
248
248
  "import": "./lib/color/WhatsApp/l/index.mjs",
249
249
  "require": "./lib/color/WhatsApp/l/index.js"
250
250
  },
251
- "./color/WhatConvertsColored/m": {
252
- "types": "./lib/color/WhatConvertsColored/m/index.d.ts",
253
- "import": "./lib/color/WhatConvertsColored/m/index.mjs",
254
- "require": "./lib/color/WhatConvertsColored/m/index.js"
255
- },
256
- "./color/WhatConvertsColored/l": {
257
- "types": "./lib/color/WhatConvertsColored/l/index.d.ts",
258
- "import": "./lib/color/WhatConvertsColored/l/index.mjs",
259
- "require": "./lib/color/WhatConvertsColored/l/index.js"
260
- },
261
251
  "./color/TikTokColoredInvert/m": {
262
252
  "types": "./lib/color/TikTokColoredInvert/m/index.d.ts",
263
253
  "import": "./lib/color/TikTokColoredInvert/m/index.mjs",
@@ -268,15 +258,15 @@
268
258
  "import": "./lib/color/TikTokColoredInvert/l/index.mjs",
269
259
  "require": "./lib/color/TikTokColoredInvert/l/index.js"
270
260
  },
271
- "./color/TikTokColored/m": {
272
- "types": "./lib/color/TikTokColored/m/index.d.ts",
273
- "import": "./lib/color/TikTokColored/m/index.mjs",
274
- "require": "./lib/color/TikTokColored/m/index.js"
261
+ "./color/WhatConvertsColored/m": {
262
+ "types": "./lib/color/WhatConvertsColored/m/index.d.ts",
263
+ "import": "./lib/color/WhatConvertsColored/m/index.mjs",
264
+ "require": "./lib/color/WhatConvertsColored/m/index.js"
275
265
  },
276
- "./color/TikTokColored/l": {
277
- "types": "./lib/color/TikTokColored/l/index.d.ts",
278
- "import": "./lib/color/TikTokColored/l/index.mjs",
279
- "require": "./lib/color/TikTokColored/l/index.js"
266
+ "./color/WhatConvertsColored/l": {
267
+ "types": "./lib/color/WhatConvertsColored/l/index.d.ts",
268
+ "import": "./lib/color/WhatConvertsColored/l/index.mjs",
269
+ "require": "./lib/color/WhatConvertsColored/l/index.js"
280
270
  },
281
271
  "./color/Snapchat/m": {
282
272
  "types": "./lib/color/Snapchat/m/index.d.ts",
@@ -288,6 +278,16 @@
288
278
  "import": "./lib/color/Snapchat/l/index.mjs",
289
279
  "require": "./lib/color/Snapchat/l/index.js"
290
280
  },
281
+ "./color/TikTokColored/m": {
282
+ "types": "./lib/color/TikTokColored/m/index.d.ts",
283
+ "import": "./lib/color/TikTokColored/m/index.mjs",
284
+ "require": "./lib/color/TikTokColored/m/index.js"
285
+ },
286
+ "./color/TikTokColored/l": {
287
+ "types": "./lib/color/TikTokColored/l/index.d.ts",
288
+ "import": "./lib/color/TikTokColored/l/index.mjs",
289
+ "require": "./lib/color/TikTokColored/l/index.js"
290
+ },
291
291
  "./color/ShopifyColored/m": {
292
292
  "types": "./lib/color/ShopifyColored/m/index.d.ts",
293
293
  "import": "./lib/color/ShopifyColored/m/index.mjs",
@@ -1158,15 +1158,15 @@
1158
1158
  "import": "./lib/ThumbUp/l/index.mjs",
1159
1159
  "require": "./lib/ThumbUp/l/index.js"
1160
1160
  },
1161
- "./TextQuotes/m": {
1162
- "types": "./lib/TextQuotes/m/index.d.ts",
1163
- "import": "./lib/TextQuotes/m/index.mjs",
1164
- "require": "./lib/TextQuotes/m/index.js"
1161
+ "./ThumbDown/m": {
1162
+ "types": "./lib/ThumbDown/m/index.d.ts",
1163
+ "import": "./lib/ThumbDown/m/index.mjs",
1164
+ "require": "./lib/ThumbDown/m/index.js"
1165
1165
  },
1166
- "./TextQuotes/l": {
1167
- "types": "./lib/TextQuotes/l/index.d.ts",
1168
- "import": "./lib/TextQuotes/l/index.mjs",
1169
- "require": "./lib/TextQuotes/l/index.js"
1166
+ "./ThumbDown/l": {
1167
+ "types": "./lib/ThumbDown/l/index.d.ts",
1168
+ "import": "./lib/ThumbDown/l/index.mjs",
1169
+ "require": "./lib/ThumbDown/l/index.js"
1170
1170
  },
1171
1171
  "./TextUnderline/m": {
1172
1172
  "types": "./lib/TextUnderline/m/index.d.ts",
@@ -1178,15 +1178,15 @@
1178
1178
  "import": "./lib/TextUnderline/l/index.mjs",
1179
1179
  "require": "./lib/TextUnderline/l/index.js"
1180
1180
  },
1181
- "./TextBold/m": {
1182
- "types": "./lib/TextBold/m/index.d.ts",
1183
- "import": "./lib/TextBold/m/index.mjs",
1184
- "require": "./lib/TextBold/m/index.js"
1181
+ "./TextQuotes/m": {
1182
+ "types": "./lib/TextQuotes/m/index.d.ts",
1183
+ "import": "./lib/TextQuotes/m/index.mjs",
1184
+ "require": "./lib/TextQuotes/m/index.js"
1185
1185
  },
1186
- "./TextBold/l": {
1187
- "types": "./lib/TextBold/l/index.d.ts",
1188
- "import": "./lib/TextBold/l/index.mjs",
1189
- "require": "./lib/TextBold/l/index.js"
1186
+ "./TextQuotes/l": {
1187
+ "types": "./lib/TextQuotes/l/index.d.ts",
1188
+ "import": "./lib/TextQuotes/l/index.mjs",
1189
+ "require": "./lib/TextQuotes/l/index.js"
1190
1190
  },
1191
1191
  "./TextItalic/m": {
1192
1192
  "types": "./lib/TextItalic/m/index.d.ts",
@@ -1198,6 +1198,36 @@
1198
1198
  "import": "./lib/TextItalic/l/index.mjs",
1199
1199
  "require": "./lib/TextItalic/l/index.js"
1200
1200
  },
1201
+ "./TextBold/m": {
1202
+ "types": "./lib/TextBold/m/index.d.ts",
1203
+ "import": "./lib/TextBold/m/index.mjs",
1204
+ "require": "./lib/TextBold/m/index.js"
1205
+ },
1206
+ "./TextBold/l": {
1207
+ "types": "./lib/TextBold/l/index.d.ts",
1208
+ "import": "./lib/TextBold/l/index.mjs",
1209
+ "require": "./lib/TextBold/l/index.js"
1210
+ },
1211
+ "./Text/m": {
1212
+ "types": "./lib/Text/m/index.d.ts",
1213
+ "import": "./lib/Text/m/index.mjs",
1214
+ "require": "./lib/Text/m/index.js"
1215
+ },
1216
+ "./Text/l": {
1217
+ "types": "./lib/Text/l/index.d.ts",
1218
+ "import": "./lib/Text/l/index.mjs",
1219
+ "require": "./lib/Text/l/index.js"
1220
+ },
1221
+ "./Telescope/m": {
1222
+ "types": "./lib/Telescope/m/index.d.ts",
1223
+ "import": "./lib/Telescope/m/index.mjs",
1224
+ "require": "./lib/Telescope/m/index.js"
1225
+ },
1226
+ "./Telescope/l": {
1227
+ "types": "./lib/Telescope/l/index.d.ts",
1228
+ "import": "./lib/Telescope/l/index.mjs",
1229
+ "require": "./lib/Telescope/l/index.js"
1230
+ },
1201
1231
  "./TagFilled/m": {
1202
1232
  "types": "./lib/TagFilled/m/index.d.ts",
1203
1233
  "import": "./lib/TagFilled/m/index.mjs",
@@ -1408,16 +1438,6 @@
1408
1438
  "import": "./lib/Sitemap/l/index.mjs",
1409
1439
  "require": "./lib/Sitemap/l/index.js"
1410
1440
  },
1411
- "./SimplifyText/m": {
1412
- "types": "./lib/SimplifyText/m/index.d.ts",
1413
- "import": "./lib/SimplifyText/m/index.mjs",
1414
- "require": "./lib/SimplifyText/m/index.js"
1415
- },
1416
- "./SimplifyText/l": {
1417
- "types": "./lib/SimplifyText/l/index.d.ts",
1418
- "import": "./lib/SimplifyText/l/index.mjs",
1419
- "require": "./lib/SimplifyText/l/index.js"
1420
- },
1421
1441
  "./SideMenuRight/m": {
1422
1442
  "types": "./lib/SideMenuRight/m/index.d.ts",
1423
1443
  "import": "./lib/SideMenuRight/m/index.mjs",
@@ -1428,6 +1448,16 @@
1428
1448
  "import": "./lib/SideMenuRight/l/index.mjs",
1429
1449
  "require": "./lib/SideMenuRight/l/index.js"
1430
1450
  },
1451
+ "./SimplifyText/m": {
1452
+ "types": "./lib/SimplifyText/m/index.d.ts",
1453
+ "import": "./lib/SimplifyText/m/index.mjs",
1454
+ "require": "./lib/SimplifyText/m/index.js"
1455
+ },
1456
+ "./SimplifyText/l": {
1457
+ "types": "./lib/SimplifyText/l/index.d.ts",
1458
+ "import": "./lib/SimplifyText/l/index.mjs",
1459
+ "require": "./lib/SimplifyText/l/index.js"
1460
+ },
1431
1461
  "./SideMenuLeft/m": {
1432
1462
  "types": "./lib/SideMenuLeft/m/index.d.ts",
1433
1463
  "import": "./lib/SideMenuLeft/m/index.mjs",
@@ -1458,16 +1488,6 @@
1458
1488
  "import": "./lib/ShowNo/l/index.mjs",
1459
1489
  "require": "./lib/ShowNo/l/index.js"
1460
1490
  },
1461
- "./ShortVideos/m": {
1462
- "types": "./lib/ShortVideos/m/index.d.ts",
1463
- "import": "./lib/ShortVideos/m/index.mjs",
1464
- "require": "./lib/ShortVideos/m/index.js"
1465
- },
1466
- "./ShortVideos/l": {
1467
- "types": "./lib/ShortVideos/l/index.d.ts",
1468
- "import": "./lib/ShortVideos/l/index.mjs",
1469
- "require": "./lib/ShortVideos/l/index.js"
1470
- },
1471
1491
  "./ShareAlt/m": {
1472
1492
  "types": "./lib/ShareAlt/m/index.d.ts",
1473
1493
  "import": "./lib/ShareAlt/m/index.mjs",
@@ -1478,6 +1498,16 @@
1478
1498
  "import": "./lib/ShareAlt/l/index.mjs",
1479
1499
  "require": "./lib/ShareAlt/l/index.js"
1480
1500
  },
1501
+ "./ShortVideos/m": {
1502
+ "types": "./lib/ShortVideos/m/index.d.ts",
1503
+ "import": "./lib/ShortVideos/m/index.mjs",
1504
+ "require": "./lib/ShortVideos/m/index.js"
1505
+ },
1506
+ "./ShortVideos/l": {
1507
+ "types": "./lib/ShortVideos/l/index.d.ts",
1508
+ "import": "./lib/ShortVideos/l/index.mjs",
1509
+ "require": "./lib/ShortVideos/l/index.js"
1510
+ },
1481
1511
  "./Share/m": {
1482
1512
  "types": "./lib/Share/m/index.d.ts",
1483
1513
  "import": "./lib/Share/m/index.mjs",
@@ -1728,16 +1758,6 @@
1728
1758
  "import": "./lib/Reload/l/index.mjs",
1729
1759
  "require": "./lib/Reload/l/index.js"
1730
1760
  },
1731
- "./Religion/m": {
1732
- "types": "./lib/Religion/m/index.d.ts",
1733
- "import": "./lib/Religion/m/index.mjs",
1734
- "require": "./lib/Religion/m/index.js"
1735
- },
1736
- "./Religion/l": {
1737
- "types": "./lib/Religion/l/index.d.ts",
1738
- "import": "./lib/Religion/l/index.mjs",
1739
- "require": "./lib/Religion/l/index.js"
1740
- },
1741
1761
  "./RelatedSearches/m": {
1742
1762
  "types": "./lib/RelatedSearches/m/index.d.ts",
1743
1763
  "import": "./lib/RelatedSearches/m/index.mjs",
@@ -1768,6 +1788,16 @@
1768
1788
  "import": "./lib/Redo/l/index.mjs",
1769
1789
  "require": "./lib/Redo/l/index.js"
1770
1790
  },
1791
+ "./Religion/m": {
1792
+ "types": "./lib/Religion/m/index.d.ts",
1793
+ "import": "./lib/Religion/m/index.mjs",
1794
+ "require": "./lib/Religion/m/index.js"
1795
+ },
1796
+ "./Religion/l": {
1797
+ "types": "./lib/Religion/l/index.d.ts",
1798
+ "import": "./lib/Religion/l/index.mjs",
1799
+ "require": "./lib/Religion/l/index.js"
1800
+ },
1771
1801
  "./Redirect/m": {
1772
1802
  "types": "./lib/Redirect/m/index.d.ts",
1773
1803
  "import": "./lib/Redirect/m/index.mjs",
@@ -2038,16 +2068,6 @@
2038
2068
  "import": "./lib/PinMap/l/index.mjs",
2039
2069
  "require": "./lib/PinMap/l/index.js"
2040
2070
  },
2041
- "./PinList/m": {
2042
- "types": "./lib/PinList/m/index.d.ts",
2043
- "import": "./lib/PinList/m/index.mjs",
2044
- "require": "./lib/PinList/m/index.js"
2045
- },
2046
- "./PinList/l": {
2047
- "types": "./lib/PinList/l/index.d.ts",
2048
- "import": "./lib/PinList/l/index.mjs",
2049
- "require": "./lib/PinList/l/index.js"
2050
- },
2051
2071
  "./Pin/m": {
2052
2072
  "types": "./lib/Pin/m/index.d.ts",
2053
2073
  "import": "./lib/Pin/m/index.mjs",
@@ -2058,6 +2078,16 @@
2058
2078
  "import": "./lib/Pin/l/index.mjs",
2059
2079
  "require": "./lib/Pin/l/index.js"
2060
2080
  },
2081
+ "./PinList/m": {
2082
+ "types": "./lib/PinList/m/index.d.ts",
2083
+ "import": "./lib/PinList/m/index.mjs",
2084
+ "require": "./lib/PinList/m/index.js"
2085
+ },
2086
+ "./PinList/l": {
2087
+ "types": "./lib/PinList/l/index.d.ts",
2088
+ "import": "./lib/PinList/l/index.mjs",
2089
+ "require": "./lib/PinList/l/index.js"
2090
+ },
2061
2091
  "./Pictures/m": {
2062
2092
  "types": "./lib/Pictures/m/index.d.ts",
2063
2093
  "import": "./lib/Pictures/m/index.mjs",
@@ -2168,16 +2198,6 @@
2168
2198
  "import": "./lib/OrientationLandscape/l/index.mjs",
2169
2199
  "require": "./lib/OrientationLandscape/l/index.js"
2170
2200
  },
2171
- "./ThumbDown/m": {
2172
- "types": "./lib/ThumbDown/m/index.d.ts",
2173
- "import": "./lib/ThumbDown/m/index.mjs",
2174
- "require": "./lib/ThumbDown/m/index.js"
2175
- },
2176
- "./ThumbDown/l": {
2177
- "types": "./lib/ThumbDown/l/index.d.ts",
2178
- "import": "./lib/ThumbDown/l/index.mjs",
2179
- "require": "./lib/ThumbDown/l/index.js"
2180
- },
2181
2201
  "./OrganicCarousel/m": {
2182
2202
  "types": "./lib/OrganicCarousel/m/index.d.ts",
2183
2203
  "import": "./lib/OrganicCarousel/m/index.mjs",
@@ -2188,16 +2208,6 @@
2188
2208
  "import": "./lib/OrganicCarousel/l/index.mjs",
2189
2209
  "require": "./lib/OrganicCarousel/l/index.js"
2190
2210
  },
2191
- "./Opera/m": {
2192
- "types": "./lib/Opera/m/index.d.ts",
2193
- "import": "./lib/Opera/m/index.mjs",
2194
- "require": "./lib/Opera/m/index.js"
2195
- },
2196
- "./Opera/l": {
2197
- "types": "./lib/Opera/l/index.d.ts",
2198
- "import": "./lib/Opera/l/index.mjs",
2199
- "require": "./lib/Opera/l/index.js"
2200
- },
2201
2211
  "./Organic/m": {
2202
2212
  "types": "./lib/Organic/m/index.d.ts",
2203
2213
  "import": "./lib/Organic/m/index.mjs",
@@ -2208,6 +2218,16 @@
2208
2218
  "import": "./lib/Organic/l/index.mjs",
2209
2219
  "require": "./lib/Organic/l/index.js"
2210
2220
  },
2221
+ "./Opera/m": {
2222
+ "types": "./lib/Opera/m/index.d.ts",
2223
+ "import": "./lib/Opera/m/index.mjs",
2224
+ "require": "./lib/Opera/m/index.js"
2225
+ },
2226
+ "./Opera/l": {
2227
+ "types": "./lib/Opera/l/index.d.ts",
2228
+ "import": "./lib/Opera/l/index.mjs",
2229
+ "require": "./lib/Opera/l/index.js"
2230
+ },
2211
2231
  "./Oil/m": {
2212
2232
  "types": "./lib/Oil/m/index.d.ts",
2213
2233
  "import": "./lib/Oil/m/index.mjs",
@@ -2218,26 +2238,6 @@
2218
2238
  "import": "./lib/Oil/l/index.mjs",
2219
2239
  "require": "./lib/Oil/l/index.js"
2220
2240
  },
2221
- "./Telescope/m": {
2222
- "types": "./lib/Telescope/m/index.d.ts",
2223
- "import": "./lib/Telescope/m/index.mjs",
2224
- "require": "./lib/Telescope/m/index.js"
2225
- },
2226
- "./Telescope/l": {
2227
- "types": "./lib/Telescope/l/index.d.ts",
2228
- "import": "./lib/Telescope/l/index.mjs",
2229
- "require": "./lib/Telescope/l/index.js"
2230
- },
2231
- "./Text/m": {
2232
- "types": "./lib/Text/m/index.d.ts",
2233
- "import": "./lib/Text/m/index.mjs",
2234
- "require": "./lib/Text/m/index.js"
2235
- },
2236
- "./Text/l": {
2237
- "types": "./lib/Text/l/index.d.ts",
2238
- "import": "./lib/Text/l/index.mjs",
2239
- "require": "./lib/Text/l/index.js"
2240
- },
2241
2241
  "./NotificationNo/m": {
2242
2242
  "types": "./lib/NotificationNo/m/index.d.ts",
2243
2243
  "import": "./lib/NotificationNo/m/index.mjs",
@@ -2578,16 +2578,6 @@
2578
2578
  "import": "./lib/ListAddBottom/l/index.mjs",
2579
2579
  "require": "./lib/ListAddBottom/l/index.js"
2580
2580
  },
2581
- "./LinkedIn/m": {
2582
- "types": "./lib/LinkedIn/m/index.d.ts",
2583
- "import": "./lib/LinkedIn/m/index.mjs",
2584
- "require": "./lib/LinkedIn/m/index.js"
2585
- },
2586
- "./LinkedIn/l": {
2587
- "types": "./lib/LinkedIn/l/index.d.ts",
2588
- "import": "./lib/LinkedIn/l/index.mjs",
2589
- "require": "./lib/LinkedIn/l/index.js"
2590
- },
2591
2581
  "./LinkInternal/m": {
2592
2582
  "types": "./lib/LinkInternal/m/index.d.ts",
2593
2583
  "import": "./lib/LinkInternal/m/index.mjs",
@@ -2608,6 +2598,16 @@
2608
2598
  "import": "./lib/LinkExternalAlt/l/index.mjs",
2609
2599
  "require": "./lib/LinkExternalAlt/l/index.js"
2610
2600
  },
2601
+ "./LinkedIn/m": {
2602
+ "types": "./lib/LinkedIn/m/index.d.ts",
2603
+ "import": "./lib/LinkedIn/m/index.mjs",
2604
+ "require": "./lib/LinkedIn/m/index.js"
2605
+ },
2606
+ "./LinkedIn/l": {
2607
+ "types": "./lib/LinkedIn/l/index.d.ts",
2608
+ "import": "./lib/LinkedIn/l/index.mjs",
2609
+ "require": "./lib/LinkedIn/l/index.js"
2610
+ },
2611
2611
  "./LinkExternal/m": {
2612
2612
  "types": "./lib/LinkExternal/m/index.d.ts",
2613
2613
  "import": "./lib/LinkExternal/m/index.mjs",
@@ -3618,16 +3618,6 @@
3618
3618
  "import": "./lib/CollapseList/l/index.mjs",
3619
3619
  "require": "./lib/CollapseList/l/index.js"
3620
3620
  },
3621
- "./CollapseAlt/m": {
3622
- "types": "./lib/CollapseAlt/m/index.d.ts",
3623
- "import": "./lib/CollapseAlt/m/index.mjs",
3624
- "require": "./lib/CollapseAlt/m/index.js"
3625
- },
3626
- "./CollapseAlt/l": {
3627
- "types": "./lib/CollapseAlt/l/index.d.ts",
3628
- "import": "./lib/CollapseAlt/l/index.mjs",
3629
- "require": "./lib/CollapseAlt/l/index.js"
3630
- },
3631
3621
  "./Collapse/m": {
3632
3622
  "types": "./lib/Collapse/m/index.d.ts",
3633
3623
  "import": "./lib/Collapse/m/index.mjs",
@@ -3638,6 +3628,16 @@
3638
3628
  "import": "./lib/Collapse/l/index.mjs",
3639
3629
  "require": "./lib/Collapse/l/index.js"
3640
3630
  },
3631
+ "./CollapseAlt/m": {
3632
+ "types": "./lib/CollapseAlt/m/index.d.ts",
3633
+ "import": "./lib/CollapseAlt/m/index.mjs",
3634
+ "require": "./lib/CollapseAlt/m/index.js"
3635
+ },
3636
+ "./CollapseAlt/l": {
3637
+ "types": "./lib/CollapseAlt/l/index.d.ts",
3638
+ "import": "./lib/CollapseAlt/l/index.mjs",
3639
+ "require": "./lib/CollapseAlt/l/index.js"
3640
+ },
3641
3641
  "./ClusteredList/m": {
3642
3642
  "types": "./lib/ClusteredList/m/index.d.ts",
3643
3643
  "import": "./lib/ClusteredList/m/index.mjs",
@@ -4348,16 +4348,6 @@
4348
4348
  "import": "./lib/AdTop/l/index.mjs",
4349
4349
  "require": "./lib/AdTop/l/index.js"
4350
4350
  },
4351
- "./AdMiddle/m": {
4352
- "types": "./lib/AdMiddle/m/index.d.ts",
4353
- "import": "./lib/AdMiddle/m/index.mjs",
4354
- "require": "./lib/AdMiddle/m/index.js"
4355
- },
4356
- "./AdMiddle/l": {
4357
- "types": "./lib/AdMiddle/l/index.d.ts",
4358
- "import": "./lib/AdMiddle/l/index.mjs",
4359
- "require": "./lib/AdMiddle/l/index.js"
4360
- },
4361
4351
  "./AdBottom/m": {
4362
4352
  "types": "./lib/AdBottom/m/index.d.ts",
4363
4353
  "import": "./lib/AdBottom/m/index.mjs",
@@ -4368,6 +4358,16 @@
4368
4358
  "import": "./lib/AdBottom/l/index.mjs",
4369
4359
  "require": "./lib/AdBottom/l/index.js"
4370
4360
  },
4361
+ "./AdMiddle/m": {
4362
+ "types": "./lib/AdMiddle/m/index.d.ts",
4363
+ "import": "./lib/AdMiddle/m/index.mjs",
4364
+ "require": "./lib/AdMiddle/m/index.js"
4365
+ },
4366
+ "./AdMiddle/l": {
4367
+ "types": "./lib/AdMiddle/l/index.d.ts",
4368
+ "import": "./lib/AdMiddle/l/index.mjs",
4369
+ "require": "./lib/AdMiddle/l/index.js"
4370
+ },
4371
4371
  "./Ad/m": {
4372
4372
  "types": "./lib/Ad/m/index.d.ts",
4373
4373
  "import": "./lib/Ad/m/index.mjs",