@megafon/ui-icons 2.29.0 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
- "name": "@megafon/ui-icons",
3
- "version": "2.29.0",
4
- "files": [
5
- "*.svg"
6
- ],
7
- "author": "MegaFon",
8
- "license": "MIT",
9
- "scripts": {
10
- "build": "gulp build",
11
- "cleanDist": "rm *.svg",
12
- "typecheck": "tsc --noEmit -p .",
13
- "prettier:check": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx}\"",
14
- "prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
15
- "lint": "yarn lint:ts && yarn lint:less",
16
- "lint:ts": "eslint --ext .js,.jsx,.ts,.tsx src --max-warnings=0",
17
- "lint:less": "stylelint --syntax less src/**/*.less src/**/**/*.less",
18
- "lint:less:fix": "yarn lint:less --fix"
19
- },
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
- "lint-staged": {
24
- "src/**/**/*.(js|jsx|ts|tsx)": [
25
- "eslint --max-warnings=0 --config ../../.eslintrc.json"
26
- ]
27
- },
28
- "devDependencies": {
29
- "@megafon/ui-helpers": "^2.6.0",
30
- "@types/node": "^13.9.1",
31
- "@types/react": "^16.9.23",
32
- "@types/react-dom": "^16.9.5",
33
- "del": "^3.0.0",
34
- "glob": "^7.1.6",
35
- "gulp": "^4.0.2",
36
- "gulp-svgmin": "^2.2.0",
37
- "stylelint": "^9.10.1",
38
- "through2": "^2.0.5",
39
- "typescript": "^3.8.3"
40
- },
41
- "gitHead": "b1eeb93c7ce3fb201938cc46130367d0334c2914"
2
+ "name": "@megafon/ui-icons",
3
+ "version": "2.30.0",
4
+ "files": [
5
+ "*.svg"
6
+ ],
7
+ "author": "MegaFon",
8
+ "license": "MIT",
9
+ "scripts": {
10
+ "build": "gulp build",
11
+ "cleanDist": "rm *.svg",
12
+ "typecheck": "tsc --noEmit -p .",
13
+ "prettier:check": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx}\"",
14
+ "prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
15
+ "lint": "yarn lint:ts && yarn lint:less",
16
+ "lint:ts": "eslint --ext .js,.jsx,.ts,.tsx src --max-warnings=0",
17
+ "lint:less": "stylelint --syntax less src/**/*.less src/**/**/*.less",
18
+ "lint:less:fix": "yarn lint:less --fix"
19
+ },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "lint-staged": {
24
+ "src/**/**/*.(js|jsx|ts|tsx)": [
25
+ "eslint --max-warnings=0 --config ../../.eslintrc.json"
26
+ ]
27
+ },
28
+ "devDependencies": {
29
+ "@megafon/ui-helpers": "^2.6.0",
30
+ "@types/node": "^13.9.1",
31
+ "@types/react": "^16.9.23",
32
+ "@types/react-dom": "^16.9.5",
33
+ "del": "^3.0.0",
34
+ "glob": "^7.1.6",
35
+ "gulp": "^4.0.2",
36
+ "gulp-svgmin": "^2.2.0",
37
+ "stylelint": "^9.10.1",
38
+ "through2": "^2.0.5",
39
+ "typescript": "^3.8.3"
40
+ },
41
+ "gitHead": "fea7e711b2427c835cd6ec8016df37d7996ef4de"
42
42
  }
@@ -0,0 +1 @@
1
+ <svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12z" fill="#07F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 27.834c5.675-.952 10-5.888 10-11.834S23.675 5.118 18 4.166C12.325 5.118 8 10.054 8 16s4.325 10.882 10 11.834z" fill="#FF2B42"/><path d="M21.022 13.924c1.215.7 1.82 1.05 2.024 1.507a1.54 1.54 0 010 1.253c-.204.458-.812.806-2.024 1.507l-3.324 1.92c-1.214.7-1.819 1.051-2.318.998a1.54 1.54 0 01-1.085-.626C14 20.077 14 19.376 14 17.977v-3.84c0-1.401 0-2.102.295-2.505a1.54 1.54 0 011.085-.627c.497-.053 1.104.298 2.318.999l3.324 1.92z" fill="#fff"/></svg>
package/CHANGELOG.md DELETED
@@ -1,603 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [2.29.0](/compare/@megafon/ui-icons@2.28.0...@megafon/ui-icons@2.29.0) (2024-10-02)
7
-
8
-
9
- ### Features
10
-
11
- * **css classes:** add v6 into css classes 11d5ef2
12
-
13
-
14
-
15
-
16
-
17
- # [2.28.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.27.0...@megafon/ui-icons@2.28.0) (2024-08-22)
18
-
19
-
20
- ### Features
21
-
22
- * **icons:** added infinity-bold icon ([03d670a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/03d670af0e5f273d2179c75c27b0613b3d926fe9))
23
-
24
-
25
-
26
-
27
-
28
- # [2.27.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.26.0...@megafon/ui-icons@2.27.0) (2024-08-05)
29
-
30
-
31
- ### Features
32
-
33
- * **icons:** add new and update volume icons ([27bc274](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/27bc27481bc5dc3bae61307c77ac136ebb106c08))
34
-
35
-
36
-
37
-
38
-
39
- # [2.26.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.25.0...@megafon/ui-icons@2.26.0) (2024-07-08)
40
-
41
-
42
- ### Features
43
-
44
- * **icons:** added new icons ([d1b190f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d1b190f4fdb9001c5b8bf8659ae8ca29b641efdd))
45
-
46
-
47
-
48
-
49
-
50
- # [2.25.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.24.0...@megafon/ui-icons@2.25.0) (2024-06-17)
51
-
52
-
53
- ### Features
54
-
55
- * **icons:** update services icon ([f3778f2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f3778f2cb2cdfd0d860fcb3183b795ba6d942829))
56
-
57
-
58
-
59
-
60
-
61
- # [2.24.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.23.0...@megafon/ui-icons@2.24.0) (2024-05-27)
62
-
63
-
64
- ### Features
65
-
66
- * **ui-icons:** add call-at-zero icons ([aefa367](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/aefa367e30d653c7a7aaaa76c1a0447b34db1a7d))
67
-
68
-
69
-
70
-
71
-
72
- # [2.23.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.22.1...@megafon/ui-icons@2.23.0) (2024-05-06)
73
-
74
-
75
- ### Features
76
-
77
- * **icons:** add reactivation icon ([0268b67](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0268b67a5f97bde0a5c887a11b520fd911895554))
78
-
79
-
80
-
81
-
82
-
83
- ## [2.22.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.22.0...@megafon/ui-icons@2.22.1) (2024-04-08)
84
-
85
- **Note:** Version bump only for package @megafon/ui-icons
86
-
87
-
88
-
89
-
90
-
91
- # [2.22.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.21.0...@megafon/ui-icons@2.22.0) (2024-03-26)
92
-
93
-
94
- ### Features
95
-
96
- * **icons:** add pay system icons ([fc824d6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/fc824d61766914b1de578adea169fe57cba01de6))
97
-
98
-
99
-
100
-
101
-
102
- # [2.21.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.20.0...@megafon/ui-icons@2.21.0) (2024-03-18)
103
-
104
-
105
- ### Features
106
-
107
- * **icons:** modification icons ([0de542a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0de542a013372bf038782507d0f248b09920169d))
108
-
109
-
110
-
111
-
112
-
113
- # [2.20.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.19.0...@megafon/ui-icons@2.20.0) (2024-03-04)
114
-
115
-
116
- ### Features
117
-
118
- * **icons:** added new icons ([db3f08a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/db3f08a8bc9bbd94f23cf81ae7e60d719b1d787a))
119
-
120
-
121
-
122
-
123
-
124
- # [2.19.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.18.0...@megafon/ui-icons@2.19.0) (2024-01-30)
125
-
126
-
127
- ### Features
128
-
129
- * **icons:** update icons ([ad6cc6d](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ad6cc6d3ba5a6095b021f3045a9e382c18b28c0f))
130
-
131
-
132
-
133
-
134
-
135
- # [2.18.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.17.0...@megafon/ui-icons@2.18.0) (2024-01-15)
136
-
137
-
138
- ### Features
139
-
140
- * **icons:** update service-logos icons ([2626f96](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2626f962e0236744ec4662b79e4f763d726d54d8))
141
-
142
-
143
-
144
-
145
-
146
- # [2.17.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.16.0...@megafon/ui-icons@2.17.0) (2024-01-09)
147
-
148
-
149
- ### Features
150
-
151
- * **icons:** add new and update icons ([34c86d7](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/34c86d74f3dee6d038e7dc030fa74bfe6153b70f))
152
-
153
-
154
-
155
-
156
-
157
- # [2.16.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.15.0...@megafon/ui-icons@2.16.0) (2023-12-14)
158
-
159
-
160
- ### Features
161
-
162
- * **icons:** add and update icons ([e64791d](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e64791d96c5cbeb12933441ad1190215cc6a7ee5))
163
- * **icons:** add new icons ([cbee61c](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/cbee61c3e5eee35bd4f829a50f79d6b5f318125f))
164
- * **icons:** add new icons ([84d7f92](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/84d7f9242d823e6f545e7f1ea5c46b4ccdf1604e))
165
- * **icons:** add new icons ([bde1765](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/bde1765ef7f272f1947ece4d7e464565f5204711))
166
-
167
-
168
-
169
-
170
-
171
- # [2.15.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.14.1...@megafon/ui-icons@2.15.0) (2023-11-22)
172
-
173
-
174
- ### Features
175
-
176
- * **icons:** add new icons ([753f768](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/753f7681b9e214def77b0f4b16a7144aa06a2114))
177
-
178
-
179
-
180
-
181
-
182
- ## [2.14.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.14.0...@megafon/ui-icons@2.14.1) (2023-09-14)
183
-
184
- **Note:** Version bump only for package @megafon/ui-icons
185
-
186
-
187
-
188
-
189
-
190
- # [2.14.0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-icons@2.12.0...@megafon/ui-icons@2.14.0) (2023-08-21)
191
-
192
-
193
- ### Features
194
-
195
- * **icons:** add new icons ([2bbe72e](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/2bbe72ee1c449f38852feec2df99cacfa821c4fa))
196
-
197
-
198
-
199
-
200
-
201
- # [2.13.0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-icons@2.12.0...@megafon/ui-icons@2.13.0) (2023-07-18)
202
-
203
-
204
- ### Features
205
-
206
- * **icons:** add new icons ([2bbe72e](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/2bbe72ee1c449f38852feec2df99cacfa821c4fa))
207
-
208
-
209
-
210
-
211
-
212
- # [2.12.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.11.0...@megafon/ui-icons@2.12.0) (2023-06-22)
213
-
214
-
215
- ### Features
216
-
217
- * **ui-icons:** add sim-order and update sim-card icons ([f3e7e11](https://github.com/MegafonWebLab/megafon-ui/commit/f3e7e112b5b02624ec363058185f532ea7abae0c))
218
-
219
-
220
-
221
-
222
-
223
- # [2.11.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.10.0...@megafon/ui-icons@2.11.0) (2023-05-17)
224
-
225
-
226
- ### Features
227
-
228
- * **icons:** add Tenchat, Refill and Write-off icons ([c59d611](https://github.com/MegafonWebLab/megafon-ui/commit/c59d611d05ab94955c17d1a3c626104affef0bec))
229
-
230
-
231
-
232
-
233
-
234
- # [2.10.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.9.0...@megafon/ui-icons@2.10.0) (2023-04-25)
235
-
236
-
237
- ### Features
238
-
239
- * **icons:** add different sizes for payment systems ([70b43e8](https://github.com/MegafonWebLab/megafon-ui/commit/70b43e8c2381c9fec1e06f1e307b65480eee604a))
240
- * **icons:** add Survey icons; add sizes for Drag icon ([43880fe](https://github.com/MegafonWebLab/megafon-ui/commit/43880fe08c529dae929ed2669dbc29ceb8af211e))
241
-
242
-
243
-
244
-
245
-
246
- # [2.9.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.8.1...@megafon/ui-icons@2.9.0) (2023-04-11)
247
-
248
-
249
- ### Features
250
-
251
- * **icons:** add asana, raiffeisen, slack and trello logos ([7c73321](https://github.com/MegafonWebLab/megafon-ui/commit/7c73321c1c8b2957a0a2ea5e7cd5ea60706d476c))
252
-
253
-
254
-
255
-
256
-
257
- ## [2.8.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.8.0...@megafon/ui-icons@2.8.1) (2023-03-27)
258
-
259
-
260
- ### Bug Fixes
261
-
262
- * **icons:** add payment systems logos: mir, mastercard, maestro & visa ([c589d41](https://github.com/MegafonWebLab/megafon-ui/commit/c589d419174fcf5284a2617d59741e85a32df423))
263
- * **icons:** replace Apple-map.svg icon for fix missing <mask /> issue after SVGO ([90a4a87](https://github.com/MegafonWebLab/megafon-ui/commit/90a4a87d27cdd565d50295956165c26b4739b40f))
264
-
265
-
266
-
267
-
268
-
269
- # [2.8.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.7.0...@megafon/ui-icons@2.8.0) (2023-03-15)
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * **icons:** update several service logos and add new ([e3021d5](https://github.com/MegafonWebLab/megafon-ui/commit/e3021d5846e95a5e0cc2c455a961df6e9ca5b6cc))
275
-
276
-
277
- ### Features
278
-
279
- * **ui-icons:** add Drag_24.svg icon to System set ([d1a07d8](https://github.com/MegafonWebLab/megafon-ui/commit/d1a07d88edb8c5fae27f3e5c7ff46939870f93d5))
280
-
281
-
282
-
283
-
284
-
285
- # [2.7.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.6.0...@megafon/ui-icons@2.7.0) (2023-02-13)
286
-
287
-
288
- ### Features
289
-
290
- * **icons:** add Sber icon ([ec96954](https://github.com/MegafonWebLab/megafon-ui/commit/ec969549b76477cab793d81f4ad38aedfb6ab197))
291
-
292
-
293
-
294
-
295
-
296
- # [2.6.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.5.0...@megafon/ui-icons@2.6.0) (2023-02-06)
297
-
298
-
299
- ### Features
300
-
301
- * **icons:** add barCode_24 system icon ([957e4cc](https://github.com/MegafonWebLab/megafon-ui/commit/957e4ccb11eb671d3df93a93b91b8615e71e98e2))
302
-
303
-
304
-
305
-
306
-
307
- # [2.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.4.2...@megafon/ui-icons@2.5.0) (2023-01-17)
308
-
309
-
310
- ### Features
311
-
312
- * **icons:** add Heart-full_24 and Broken-heart-full_24 icons ([9c304b3](https://github.com/MegafonWebLab/megafon-ui/commit/9c304b33255dbf42769f2e26b7d70c85d1fdf787))
313
-
314
-
315
-
316
-
317
-
318
- ## [2.4.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.4.1...@megafon/ui-icons@2.4.2) (2023-01-16)
319
-
320
- **Note:** Version bump only for package @megafon/ui-icons
321
-
322
-
323
-
324
-
325
-
326
- ## [2.4.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.4.0...@megafon/ui-icons@2.4.1) (2022-12-12)
327
-
328
- **Note:** Version bump only for package @megafon/ui-icons
329
-
330
-
331
-
332
-
333
-
334
- # [2.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.3.0...@megafon/ui-icons@2.4.0) (2022-11-21)
335
-
336
-
337
- ### Features
338
-
339
- * **icons:** add new ([5762a89](https://github.com/MegafonWebLab/megafon-ui/commit/5762a89e9814d8394c0557383a36ba44213e8fcf))
340
- * **icons:** add Sbp icon ([d47aa07](https://github.com/MegafonWebLab/megafon-ui/commit/d47aa07addbc365f6c80061f3e31d6fbf534a213))
341
-
342
-
343
-
344
-
345
-
346
- # [2.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.2.0...@megafon/ui-icons@2.3.0) (2022-10-31)
347
-
348
-
349
- ### Features
350
-
351
- * **icons:** add Contacts icon ([a057f19](https://github.com/MegafonWebLab/megafon-ui/commit/a057f197f1fde191cd0618ee6ce6e358dcbb3a7d))
352
- * **icons:** add new icons ([73c18ba](https://github.com/MegafonWebLab/megafon-ui/commit/73c18ba78547d617a8d09be439c1283ed649a781))
353
-
354
-
355
-
356
-
357
-
358
- # [2.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.1.0...@megafon/ui-icons@2.2.0) (2022-10-24)
359
-
360
-
361
- ### Features
362
-
363
- * **icons:** add new icons ([e39211b](https://github.com/MegafonWebLab/megafon-ui/commit/e39211beb761fbaf5e4970033bc369d5cce637ca))
364
-
365
-
366
-
367
-
368
-
369
- # [2.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.0.1...@megafon/ui-icons@2.1.0) (2022-10-04)
370
-
371
-
372
- ### Features
373
-
374
- * **icons:** add new icons ([8394f4f](https://github.com/MegafonWebLab/megafon-ui/commit/8394f4f601bcae6a2d7655870e528d3e392be7fe))
375
-
376
-
377
-
378
-
379
-
380
- ## [2.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.0.0...@megafon/ui-icons@2.0.1) (2022-09-16)
381
-
382
- **Note:** Version bump only for package @megafon/ui-icons
383
-
384
-
385
-
386
-
387
-
388
- # [2.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.3.0...@megafon/ui-icons@2.0.0) (2022-09-14)
389
-
390
-
391
- ### Bug Fixes
392
-
393
- * **ui-icons:** fixed service icon names ([d46d01a](https://github.com/MegafonWebLab/megafon-ui/commit/d46d01ad21a7ed6b625bc0dcb32910c4e9c2c54e))
394
-
395
-
396
- ### BREAKING CHANGES
397
-
398
- * **ui-icons:** renamed import paths for yandex-disc and yandex-naviator icons (fixed icon names)
399
-
400
-
401
-
402
-
403
-
404
- # [1.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.2.2...@megafon/ui-icons@1.3.0) (2022-09-06)
405
-
406
-
407
- ### Features
408
-
409
- * **icons:** add Rocket_24 and Refresh_24 icons ([9cdd8f8](https://github.com/MegafonWebLab/megafon-ui/commit/9cdd8f84784be9f6e3f2384ddcb9644e27652fc7))
410
-
411
-
412
-
413
-
414
-
415
- ## [1.2.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.2.1...@megafon/ui-icons@1.2.2) (2022-05-17)
416
-
417
- **Note:** Version bump only for package @megafon/ui-icons
418
-
419
-
420
-
421
-
422
-
423
- ## [1.2.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.2.0...@megafon/ui-icons@1.2.1) (2022-04-13)
424
-
425
-
426
- ### Bug Fixes
427
-
428
- * **icons:** update view for emotion and googleplay ([79db6d7](https://github.com/MegafonWebLab/megafon-ui/commit/79db6d7c0fee455dd83c7ff7b5478c6e674f9bd8))
429
-
430
-
431
-
432
-
433
-
434
- # [1.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.1.1...@megafon/ui-icons@1.2.0) (2022-04-11)
435
-
436
-
437
- ### Features
438
-
439
- * **ui-icons:** added new basic icons ([fc362dd](https://github.com/MegafonWebLab/megafon-ui/commit/fc362dd7d6bd6ada2d2b61b2217c18d94f0fd568))
440
- * **ui-icons:** updated service logos ([a1622eb](https://github.com/MegafonWebLab/megafon-ui/commit/a1622eb8103626cfdfa2a9186b8db114d5f9dc0a))
441
-
442
-
443
-
444
-
445
-
446
- ## [1.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.1.0...@megafon/ui-icons@1.1.1) (2022-03-21)
447
-
448
- **Note:** Version bump only for package @megafon/ui-icons
449
-
450
-
451
-
452
-
453
-
454
- # [1.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.0.2...@megafon/ui-icons@1.1.0) (2022-03-14)
455
-
456
-
457
- ### Features
458
-
459
- * **ui-icons:** add badges icons ([012d95a](https://github.com/MegafonWebLab/megafon-ui/commit/012d95ac8644270d5641d01b8f988f2ae45d2503))
460
-
461
-
462
-
463
-
464
-
465
- ## [1.0.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.0.1...@megafon/ui-icons@1.0.2) (2022-02-28)
466
-
467
- **Note:** Version bump only for package @megafon/ui-icons
468
-
469
-
470
-
471
-
472
-
473
- ## [1.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@1.0.0...@megafon/ui-icons@1.0.1) (2022-02-11)
474
-
475
- **Note:** Version bump only for package @megafon/ui-icons
476
-
477
-
478
-
479
-
480
-
481
- # [1.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.2.0...@megafon/ui-icons@1.0.0) (2022-02-09)
482
-
483
-
484
- ### Bug Fixes
485
-
486
- * **colors:** renabe green and purple to brandGreen and brandPurple to avoid postcss-colormin bug ([089dd42](https://github.com/MegafonWebLab/megafon-ui/commit/089dd42cd18db7fc83e690da45d09b88c636a6f7))
487
- * **core:** fix build ui-core ([fa9522a](https://github.com/MegafonWebLab/megafon-ui/commit/fa9522ac0931edb7ec772ad040557997db080687))
488
-
489
-
490
- ### Features
491
-
492
- * **colors:** css custom properties and color themes support ([16df5b7](https://github.com/MegafonWebLab/megafon-ui/commit/16df5b7b2644e15bb6c6e49e7347c0f8e4839e58))
493
-
494
-
495
-
496
-
497
-
498
- # [0.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.1.1...@megafon/ui-icons@0.2.0) (2022-02-07)
499
-
500
-
501
- ### Features
502
-
503
- * **icons:** add service-logos icons ([98c8fbe](https://github.com/MegafonWebLab/megafon-ui/commit/98c8fbeebbc95d3f9a536cb1e73e1f9c791437f5))
504
-
505
-
506
-
507
-
508
-
509
- ## [0.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.1.0...@megafon/ui-icons@0.1.1) (2021-12-13)
510
-
511
- **Note:** Version bump only for package @megafon/ui-icons
512
-
513
-
514
-
515
-
516
-
517
- # [0.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.6...@megafon/ui-icons@0.1.0) (2021-11-30)
518
-
519
-
520
- ### Features
521
-
522
- * rename prefix mfui-v6-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
523
-
524
-
525
- ### BREAKING CHANGES
526
-
527
- * 1.x.x version of ui library also has mfui-v6- prefix for components. please, check,
528
- that you don't have any styles or business logic (e.g. css or js selectors) using mfui-v6- prefix as
529
- match pattern.
530
-
531
-
532
-
533
-
534
-
535
- ## [0.0.2-beta.6](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.5...@megafon/ui-icons@0.0.2-beta.6) (2021-11-15)
536
-
537
-
538
- ### Bug Fixes
539
-
540
- * **ui-icons:** enable some eslint rules and fix problems ([36e0ed6](https://github.com/MegafonWebLab/megafon-ui/commit/36e0ed64876eecc770bf1272ebc87607603ea3fc))
541
-
542
-
543
-
544
-
545
-
546
- ## [0.0.2-beta.5](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.4...@megafon/ui-icons@0.0.2-beta.5) (2021-10-07)
547
-
548
-
549
- ### Bug Fixes
550
-
551
- * add lint-staged to pre-commit hook ([83e2e13](https://github.com/MegafonWebLab/megafon-ui/commit/83e2e1304c92cd0125e80fa0c2879e28476499d9))
552
- * run lint-staged only on pre-commit hook ([8570564](https://github.com/MegafonWebLab/megafon-ui/commit/857056423e738135f6d0866df8c0166ce9bd289e))
553
-
554
-
555
-
556
-
557
-
558
- ## [0.0.2-beta.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.3...@megafon/ui-icons@0.0.2-beta.4) (2021-10-04)
559
-
560
-
561
- ### Bug Fixes
562
-
563
- * **ui-icons:** add frontend-presets; fix eslint and prettier errors ([c1e0675](https://github.com/MegafonWebLab/megafon-ui/commit/c1e06758c2b6002a3011d7e98a745f1f25186714))
564
- * **ui-icons:** remove tslint comment ([21dde20](https://github.com/MegafonWebLab/megafon-ui/commit/21dde2044dc74e1ae7f949acf1d7df751377f0aa))
565
- * **ui-icons:** remove tslint; disable eslint rule import/no-unresolved ([c6c33af](https://github.com/MegafonWebLab/megafon-ui/commit/c6c33af4b64cf01e433dd77446d3e537c9bd2e0d))
566
-
567
-
568
-
569
-
570
-
571
- ## [0.0.2-beta.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.2...@megafon/ui-icons@0.0.2-beta.3) (2021-09-27)
572
-
573
- **Note:** Version bump only for package @megafon/ui-icons
574
-
575
-
576
-
577
-
578
-
579
- ## [0.0.2-beta.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.1...@megafon/ui-icons@0.0.2-beta.2) (2021-09-20)
580
-
581
-
582
- ### Bug Fixes
583
-
584
- * add frontend-presets for ui-core package and fix stylelint errors ([752bce5](https://github.com/MegafonWebLab/megafon-ui/commit/752bce59cfd31494e85c11faa4795ca7ee89adcc))
585
-
586
-
587
-
588
-
589
-
590
- ## [0.0.2-beta.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@0.0.2-beta.0...@megafon/ui-icons@0.0.2-beta.1) (2021-08-30)
591
-
592
-
593
- ### Bug Fixes
594
-
595
- * **ui-icons:** fixes xml namespace in Search_24 icon ([dd8d83d](https://github.com/MegafonWebLab/megafon-ui/commit/dd8d83d18c58be8301b0555e68b0fadd84461777))
596
-
597
-
598
-
599
-
600
-
601
- ## 0.0.2-beta.0 (2021-08-25)
602
-
603
- **Note:** Version bump only for package @megafon/ui-icons