@snack-uikit/icons 0.18.2-preview-104ad22c.0 → 0.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.19.0 (2023-12-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-2255:** new palette migration ([f3bc490](https://github.com/cloud-ru-tech/snack-uikit/commit/f3bc490bb4ddde4353009b55da2d04f87a7d9de9))
12
+ * **FF-2267:** update chevron icon ([98fee9e](https://github.com/cloud-ru-tech/snack-uikit/commit/98fee9e64101d0cf655ab055373b347b2ca7d9f1))
13
+ * **FF-3511:** replaced folder icons ([dc798f4](https://github.com/cloud-ru-tech/snack-uikit/commit/dc798f4767272a1f559bbb95d0bcf020a762815a))
14
+
15
+
16
+ ### Features
17
+
18
+ * **FF-0000:** add Folder/FolderOpen/File/Filter/Pinned/UnPinned icons ([6efdbbb](https://github.com/cloud-ru-tech/snack-uikit/commit/6efdbbb006771db502976ac4f1e4c5e175d5670e))
19
+ * **FF-1952:** add icons package ([0d418bf](https://github.com/cloud-ru-tech/snack-uikit/commit/0d418bfd1dbff508cbc12af5f5fcdeb43c1da919))
20
+ * **FF-2031:** add arrow links icons ([f4e0dcb](https://github.com/cloud-ru-tech/snack-uikit/commit/f4e0dcb5e296a579442c6c2c50f048bfcc2ac8e0))
21
+ * **FF-2080:** add chevron icons ([2b0e8b3](https://github.com/cloud-ru-tech/snack-uikit/commit/2b0e8b3ad2e41ac7137a390fe469eb1d1274ad63))
22
+ * **FF-2257:** add toggle components: Switch, Checkbox, Radio and Favorite ([5a34aca](https://github.com/cloud-ru-tech/snack-uikit/commit/5a34acade3674e020034529b2b2aaddbe4b4f62a))
23
+ * **FF-2264:** new icons have been added ([51f1863](https://github.com/cloud-ru-tech/snack-uikit/commit/51f1863453fd93e25417c04746e39b33eda03f19))
24
+ * **FF-2267:** add icon component ([cf25f4c](https://github.com/cloud-ru-tech/snack-uikit/commit/cf25f4c709bf7f8abfad80f3da1ebd6f6f14883d))
25
+ * **FF-2543:** add cross xs icon ([5fd93d9](https://github.com/cloud-ru-tech/snack-uikit/commit/5fd93d93e2ca0eb71825d68184efd7ddfcbdd94a))
26
+ * **FF-2650:** alert, alert top ([08d64ee](https://github.com/cloud-ru-tech/snack-uikit/commit/08d64ee5059b0b72368771dda04881730f637a7b))
27
+ * **FF-2651:** add QuestionS icon ([c9115c8](https://github.com/cloud-ru-tech/snack-uikit/commit/c9115c8bd0d9e3bf39e277d9cfd8506c49761a24))
28
+ * **FF-2653:** add ArrowUp, ArrowDown, and "More" icons ([2a93b0d](https://github.com/cloud-ru-tech/snack-uikit/commit/2a93b0df964bc3d257e0e4fb93f40ff0aabfd211))
29
+ * **FF-2661:** add Settings icon ([f13c036](https://github.com/cloud-ru-tech/snack-uikit/commit/f13c0369816f837ae6e4e1aa66ee491856af5087))
30
+ * **FF-2872:** add Update & Trash icons ([b3c5ed0](https://github.com/cloud-ru-tech/snack-uikit/commit/b3c5ed03e86cc52e864869d6609f230a76b3ff22))
31
+ * **FF-3125:** add search icon ([83710fc](https://github.com/cloud-ru-tech/snack-uikit/commit/83710fcdcd1b0f7046266f99c3a1321d2fe93069))
32
+ * **FF-3130:** add kebab icon ([f6ac9c2](https://github.com/cloud-ru-tech/snack-uikit/commit/f6ac9c2d3fa3aeaf44f98fcee2af8eb3386f4932))
33
+ * **FF-3309:** add Download/Upload icons ([fd41291](https://github.com/cloud-ru-tech/snack-uikit/commit/fd412910c344df16538ed1093d20d711d4c79e42))
34
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
35
+ * **LK-1769:** jest to vitest ([9afff90](https://github.com/cloud-ru-tech/snack-uikit/commit/9afff90db1e60c2255361b396c096c14f923d676))
36
+
37
+
38
+ ### BREAKING CHANGES
39
+
40
+
41
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
42
+ * **FF-2777:** replaced all s/xs icons with single ones with prop ([07ce31a](https://github.com/cloud-ru-tech/snack-uikit/commit/07ce31ad2a2b1406fcec55ea7ab50952444b9d15))
43
+
44
+
45
+
46
+
6
47
  ## 0.18.1 (2023-11-09)
7
48
 
8
49
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Icons",
7
- "version": "0.18.2-preview-104ad22c.0",
7
+ "version": "0.19.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -13,10 +13,10 @@
13
13
  "description": "Пакет с иконками",
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.js",
16
- "homepage": "https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/tree/master/packages/icons",
16
+ "homepage": "https://github.com/cloud-ru-tech/snack-uikit/tree/master/packages/icons",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit.git",
19
+ "url": "https://github.com/cloud-ru-tech/snack-uikit.git",
20
20
  "directory": "packages/icons"
21
21
  },
22
22
  "author": "Anna Kozlova <apkozlova@cloud.ru>",
@@ -42,5 +42,5 @@
42
42
  "@svgr/cli": "7.0.0",
43
43
  "oslllo-svg-fixer": "2.2.0"
44
44
  },
45
- "gitHead": "580e0d5c22d04d609bcdf7cb0873114f9fce5f66"
45
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
46
46
  }