@semcore/icon 17.0.0-prerelease.0 → 17.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +67 -67
package/CHANGELOG.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [17.0.0] - 2026-02-09
5
+ ## [17.0.0] - 2026-02-18
6
6
 
7
- ### Added
7
+ ### BREAK
8
8
 
9
9
  - New major version as a separate package with icons.
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "Semrush Icon Component",
4
- "version": "17.0.0-prerelease.0",
4
+ "version": "17.0.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,7 +9,7 @@
9
9
  "author": "UI-kit team <ui-kit-team@semrush.com>",
10
10
  "license": "MIT",
11
11
  "peerDependencies": {
12
- "@semcore/core": "^16.0.0 || ^17.0.0"
12
+ "@semcore/core": "^16.0.0"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -88,16 +88,16 @@
88
88
  "import": "./lib/platform/AdsToolkit/index.mjs",
89
89
  "require": "./lib/platform/AdsToolkit/index.js"
90
90
  },
91
- "./platform/AIToolkit": {
92
- "types": "./lib/platform/AIToolkit/index.d.ts",
93
- "import": "./lib/platform/AIToolkit/index.mjs",
94
- "require": "./lib/platform/AIToolkit/index.js"
95
- },
96
91
  "./platform/AISEOToolkit": {
97
92
  "types": "./lib/platform/AISEOToolkit/index.d.ts",
98
93
  "import": "./lib/platform/AISEOToolkit/index.mjs",
99
94
  "require": "./lib/platform/AISEOToolkit/index.js"
100
95
  },
96
+ "./platform/AIToolkit": {
97
+ "types": "./lib/platform/AIToolkit/index.d.ts",
98
+ "import": "./lib/platform/AIToolkit/index.mjs",
99
+ "require": "./lib/platform/AIToolkit/index.js"
100
+ },
101
101
  "./pay/WeChatPay/m": {
102
102
  "types": "./lib/pay/WeChatPay/m/index.d.ts",
103
103
  "import": "./lib/pay/WeChatPay/m/index.mjs",
@@ -138,16 +138,6 @@
138
138
  "import": "./lib/pay/PayPal/l/index.mjs",
139
139
  "require": "./lib/pay/PayPal/l/index.js"
140
140
  },
141
- "./pay/JCB/m": {
142
- "types": "./lib/pay/JCB/m/index.d.ts",
143
- "import": "./lib/pay/JCB/m/index.mjs",
144
- "require": "./lib/pay/JCB/m/index.js"
145
- },
146
- "./pay/JCB/l": {
147
- "types": "./lib/pay/JCB/l/index.d.ts",
148
- "import": "./lib/pay/JCB/l/index.mjs",
149
- "require": "./lib/pay/JCB/l/index.js"
150
- },
151
141
  "./pay/Mastercard/m": {
152
142
  "types": "./lib/pay/Mastercard/m/index.d.ts",
153
143
  "import": "./lib/pay/Mastercard/m/index.mjs",
@@ -158,6 +148,16 @@
158
148
  "import": "./lib/pay/Mastercard/l/index.mjs",
159
149
  "require": "./lib/pay/Mastercard/l/index.js"
160
150
  },
151
+ "./pay/JCB/m": {
152
+ "types": "./lib/pay/JCB/m/index.d.ts",
153
+ "import": "./lib/pay/JCB/m/index.mjs",
154
+ "require": "./lib/pay/JCB/m/index.js"
155
+ },
156
+ "./pay/JCB/l": {
157
+ "types": "./lib/pay/JCB/l/index.d.ts",
158
+ "import": "./lib/pay/JCB/l/index.mjs",
159
+ "require": "./lib/pay/JCB/l/index.js"
160
+ },
161
161
  "./pay/Discover/m": {
162
162
  "types": "./lib/pay/Discover/m/index.d.ts",
163
163
  "import": "./lib/pay/Discover/m/index.mjs",
@@ -198,16 +198,6 @@
198
198
  "import": "./lib/pay/AmericanExpress/l/index.mjs",
199
199
  "require": "./lib/pay/AmericanExpress/l/index.js"
200
200
  },
201
- "./color/YoutubeInvert/m": {
202
- "types": "./lib/color/YoutubeInvert/m/index.d.ts",
203
- "import": "./lib/color/YoutubeInvert/m/index.mjs",
204
- "require": "./lib/color/YoutubeInvert/m/index.js"
205
- },
206
- "./color/YoutubeInvert/l": {
207
- "types": "./lib/color/YoutubeInvert/l/index.d.ts",
208
- "import": "./lib/color/YoutubeInvert/l/index.mjs",
209
- "require": "./lib/color/YoutubeInvert/l/index.js"
210
- },
211
201
  "./color/YoutubeColored/m": {
212
202
  "types": "./lib/color/YoutubeColored/m/index.d.ts",
213
203
  "import": "./lib/color/YoutubeColored/m/index.mjs",
@@ -218,6 +208,16 @@
218
208
  "import": "./lib/color/YoutubeColored/l/index.mjs",
219
209
  "require": "./lib/color/YoutubeColored/l/index.js"
220
210
  },
211
+ "./color/YoutubeInvert/m": {
212
+ "types": "./lib/color/YoutubeInvert/m/index.d.ts",
213
+ "import": "./lib/color/YoutubeInvert/m/index.mjs",
214
+ "require": "./lib/color/YoutubeInvert/m/index.js"
215
+ },
216
+ "./color/YoutubeInvert/l": {
217
+ "types": "./lib/color/YoutubeInvert/l/index.d.ts",
218
+ "import": "./lib/color/YoutubeInvert/l/index.mjs",
219
+ "require": "./lib/color/YoutubeInvert/l/index.js"
220
+ },
221
221
  "./color/Yahoo/m": {
222
222
  "types": "./lib/color/Yahoo/m/index.d.ts",
223
223
  "import": "./lib/color/Yahoo/m/index.mjs",
@@ -318,16 +318,6 @@
318
318
  "import": "./lib/color/PipedriveColored/l/index.mjs",
319
319
  "require": "./lib/color/PipedriveColored/l/index.js"
320
320
  },
321
- "./color/PerplexityColored/m": {
322
- "types": "./lib/color/PerplexityColored/m/index.d.ts",
323
- "import": "./lib/color/PerplexityColored/m/index.mjs",
324
- "require": "./lib/color/PerplexityColored/m/index.js"
325
- },
326
- "./color/PerplexityColored/l": {
327
- "types": "./lib/color/PerplexityColored/l/index.d.ts",
328
- "import": "./lib/color/PerplexityColored/l/index.mjs",
329
- "require": "./lib/color/PerplexityColored/l/index.js"
330
- },
331
321
  "./color/Moz/m": {
332
322
  "types": "./lib/color/Moz/m/index.d.ts",
333
323
  "import": "./lib/color/Moz/m/index.mjs",
@@ -348,6 +338,16 @@
348
338
  "import": "./lib/color/MicrosoftOutlook/l/index.mjs",
349
339
  "require": "./lib/color/MicrosoftOutlook/l/index.js"
350
340
  },
341
+ "./color/PerplexityColored/m": {
342
+ "types": "./lib/color/PerplexityColored/m/index.d.ts",
343
+ "import": "./lib/color/PerplexityColored/m/index.mjs",
344
+ "require": "./lib/color/PerplexityColored/m/index.js"
345
+ },
346
+ "./color/PerplexityColored/l": {
347
+ "types": "./lib/color/PerplexityColored/l/index.d.ts",
348
+ "import": "./lib/color/PerplexityColored/l/index.mjs",
349
+ "require": "./lib/color/PerplexityColored/l/index.js"
350
+ },
351
351
  "./color/MicrosoftOffice/m": {
352
352
  "types": "./lib/color/MicrosoftOffice/m/index.d.ts",
353
353
  "import": "./lib/color/MicrosoftOffice/m/index.mjs",
@@ -748,16 +748,6 @@
748
748
  "import": "./lib/ZoomPlus/l/index.mjs",
749
749
  "require": "./lib/ZoomPlus/l/index.js"
750
750
  },
751
- "./YoutubePlaceholder/m": {
752
- "types": "./lib/YoutubePlaceholder/m/index.d.ts",
753
- "import": "./lib/YoutubePlaceholder/m/index.mjs",
754
- "require": "./lib/YoutubePlaceholder/m/index.js"
755
- },
756
- "./YoutubePlaceholder/l": {
757
- "types": "./lib/YoutubePlaceholder/l/index.d.ts",
758
- "import": "./lib/YoutubePlaceholder/l/index.mjs",
759
- "require": "./lib/YoutubePlaceholder/l/index.js"
760
- },
761
751
  "./ZoomMinus/m": {
762
752
  "types": "./lib/ZoomMinus/m/index.d.ts",
763
753
  "import": "./lib/ZoomMinus/m/index.mjs",
@@ -768,6 +758,16 @@
768
758
  "import": "./lib/ZoomMinus/l/index.mjs",
769
759
  "require": "./lib/ZoomMinus/l/index.js"
770
760
  },
761
+ "./YoutubePlaceholder/m": {
762
+ "types": "./lib/YoutubePlaceholder/m/index.d.ts",
763
+ "import": "./lib/YoutubePlaceholder/m/index.mjs",
764
+ "require": "./lib/YoutubePlaceholder/m/index.js"
765
+ },
766
+ "./YoutubePlaceholder/l": {
767
+ "types": "./lib/YoutubePlaceholder/l/index.d.ts",
768
+ "import": "./lib/YoutubePlaceholder/l/index.mjs",
769
+ "require": "./lib/YoutubePlaceholder/l/index.js"
770
+ },
771
771
  "./Youtube/m": {
772
772
  "types": "./lib/Youtube/m/index.d.ts",
773
773
  "import": "./lib/Youtube/m/index.mjs",
@@ -2488,16 +2488,6 @@
2488
2488
  "import": "./lib/MagicWand/l/index.mjs",
2489
2489
  "require": "./lib/MagicWand/l/index.js"
2490
2490
  },
2491
- "./LockYes/m": {
2492
- "types": "./lib/LockYes/m/index.d.ts",
2493
- "import": "./lib/LockYes/m/index.mjs",
2494
- "require": "./lib/LockYes/m/index.js"
2495
- },
2496
- "./LockYes/l": {
2497
- "types": "./lib/LockYes/l/index.d.ts",
2498
- "import": "./lib/LockYes/l/index.mjs",
2499
- "require": "./lib/LockYes/l/index.js"
2500
- },
2501
2491
  "./Logistic/m": {
2502
2492
  "types": "./lib/Logistic/m/index.d.ts",
2503
2493
  "import": "./lib/Logistic/m/index.mjs",
@@ -2508,6 +2498,16 @@
2508
2498
  "import": "./lib/Logistic/l/index.mjs",
2509
2499
  "require": "./lib/Logistic/l/index.js"
2510
2500
  },
2501
+ "./LockYes/m": {
2502
+ "types": "./lib/LockYes/m/index.d.ts",
2503
+ "import": "./lib/LockYes/m/index.mjs",
2504
+ "require": "./lib/LockYes/m/index.js"
2505
+ },
2506
+ "./LockYes/l": {
2507
+ "types": "./lib/LockYes/l/index.d.ts",
2508
+ "import": "./lib/LockYes/l/index.mjs",
2509
+ "require": "./lib/LockYes/l/index.js"
2510
+ },
2511
2511
  "./LockNo/m": {
2512
2512
  "types": "./lib/LockNo/m/index.d.ts",
2513
2513
  "import": "./lib/LockNo/m/index.mjs",
@@ -3088,16 +3088,6 @@
3088
3088
  "import": "./lib/FolderOpenFilled/l/index.mjs",
3089
3089
  "require": "./lib/FolderOpenFilled/l/index.js"
3090
3090
  },
3091
- "./FolderOpen/m": {
3092
- "types": "./lib/FolderOpen/m/index.d.ts",
3093
- "import": "./lib/FolderOpen/m/index.mjs",
3094
- "require": "./lib/FolderOpen/m/index.js"
3095
- },
3096
- "./FolderOpen/l": {
3097
- "types": "./lib/FolderOpen/l/index.d.ts",
3098
- "import": "./lib/FolderOpen/l/index.mjs",
3099
- "require": "./lib/FolderOpen/l/index.js"
3100
- },
3101
3091
  "./FolderFilled/m": {
3102
3092
  "types": "./lib/FolderFilled/m/index.d.ts",
3103
3093
  "import": "./lib/FolderFilled/m/index.mjs",
@@ -3108,6 +3098,16 @@
3108
3098
  "import": "./lib/FolderFilled/l/index.mjs",
3109
3099
  "require": "./lib/FolderFilled/l/index.js"
3110
3100
  },
3101
+ "./FolderOpen/m": {
3102
+ "types": "./lib/FolderOpen/m/index.d.ts",
3103
+ "import": "./lib/FolderOpen/m/index.mjs",
3104
+ "require": "./lib/FolderOpen/m/index.js"
3105
+ },
3106
+ "./FolderOpen/l": {
3107
+ "types": "./lib/FolderOpen/l/index.d.ts",
3108
+ "import": "./lib/FolderOpen/l/index.mjs",
3109
+ "require": "./lib/FolderOpen/l/index.js"
3110
+ },
3111
3111
  "./Folder/m": {
3112
3112
  "types": "./lib/Folder/m/index.d.ts",
3113
3113
  "import": "./lib/Folder/m/index.mjs",