@koobiq/icons 11.5.0 → 11.7.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/CHANGELOG.md CHANGED
@@ -1,3 +1,47 @@
1
+ ## 11.7.1 (2026-06-05)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - returned images dir to @koobiq/icons dist ([ff31b62](https://github.com/koobiq/icons/commit/ff31b62))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Nikita Guryev
10
+
11
+ ## 11.7.0 (2026-06-05)
12
+
13
+ ### 🚀 Features
14
+
15
+ - moved all packages to single release and added single changelog ([590ae8b](https://github.com/koobiq/icons/commit/590ae8b))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - added required fields for publishing ([679233c](https://github.com/koobiq/icons/commit/679233c))
20
+ - aligned packages.json version for @koobiq/visuals ([23d4791](https://github.com/koobiq/icons/commit/23d4791))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Nikita Guryev
25
+
26
+ ## 11.6.2 (2026-06-05)
27
+
28
+ This was a version bump only for @koobiq/icons to align it with other projects, there were no code changes.
29
+
30
+ ## 11.6.1 (2026-06-05)
31
+
32
+ This was a version bump only for @koobiq/icons to align it with other projects, there were no code changes.
33
+
34
+ ## 11.6.0 (2026-06-05)
35
+
36
+ ### 🚀 Features
37
+
38
+ - generate webp images (#DS-3119) ([#116](https://github.com/koobiq/icons/pull/116))
39
+ - init nx workspace (#DS-5071) ([#112](https://github.com/koobiq/icons/pull/112))
40
+
41
+ ### ❤️ Thank You
42
+
43
+ - Nikita Guryev
44
+
1
45
  # 11.5.0 (2026-03-31)
2
46
 
3
47
  ### Icons
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Koobiq Team
3
+ Copyright (c) 2026 Koobiq Team
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # How to use package
4
4
 
5
- ```
5
+ ```sh
6
6
  npm i @koobiq/icons
7
7
  ```
8
8
 
@@ -12,7 +12,7 @@ npm i @koobiq/icons
12
12
 
13
13
  Install dependencies by running:
14
14
 
15
- ```
15
+ ```sh
16
16
  yarn install
17
17
  ```
18
18
 
@@ -29,7 +29,7 @@ Create a file with name `.env` and add there your Figma access token.
29
29
 
30
30
  To export your icons (SVG) from Figma run the command:
31
31
 
32
- ```
32
+ ```sh
33
33
  yarn run figma:sync
34
34
  ```
35
35
 
@@ -46,7 +46,7 @@ Commit SVG files `mapping.json` and push all changes to git.
46
46
 
47
47
  Run stage commit script to create a new release tag.
48
48
 
49
- ```
49
+ ```sh
50
50
  yarn run stage:commit
51
51
  ```
52
52
 
@@ -1,15 +1,15 @@
1
1
 
2
2
  @font-face {
3
- font-family: "Koobiq Icons 11.5.0";
3
+ font-family: "Koobiq Icons 11.7.1";
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
- src: url("./kbq-icons-11.5.0.ttf?8921da62bd07a2c0311132f940403bc0") format("truetype"),
7
- url("./kbq-icons-11.5.0.woff?8921da62bd07a2c0311132f940403bc0") format("woff");
6
+ src: url("./kbq-icons-11.7.1.ttf?98a04539a9edad9585bb4fb6382c7e0a") format("truetype"),
7
+ url("./kbq-icons-11.7.1.woff?98a04539a9edad9585bb4fb6382c7e0a") format("woff");
8
8
  }
9
9
 
10
10
 
11
11
  .kbq {
12
- font-family: "Koobiq Icons 11.5.0";
12
+ font-family: "Koobiq Icons 11.7.1";
13
13
  display:inline-block;
14
14
  vertical-align:middle;
15
15
  line-height:1;
@@ -2,7 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
- <title>kbq-icons-11.5.0</title>
5
+ <title>kbq-icons-11.7.1</title>
6
6
  <style>
7
7
  html {
8
8
  box-sizing: border-box;
@@ -89,10 +89,10 @@
89
89
  }
90
90
  </style>
91
91
 
92
- <link rel="stylesheet" type="text/css" href="kbq-icons-11.5.0.css" />
92
+ <link rel="stylesheet" type="text/css" href="kbq-icons-11.7.1.css" />
93
93
  </head>
94
94
  <body>
95
- <h1>kbq-icons-11.5.0</h1>
95
+ <h1>kbq-icons-11.7.1</h1>
96
96
 
97
97
  <div id="icons">
98
98
  <div class="icon" data-name="xmark_32" title="xmark_32">
@@ -1,15 +1,15 @@
1
1
 
2
2
  @font-face {
3
- font-family: "Koobiq Icons 11.5.0";
3
+ font-family: "Koobiq Icons 11.7.1";
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
- src: url("./kbq-icons-11.5.0.ttf?8921da62bd07a2c0311132f940403bc0") format("truetype"),
7
- url("./kbq-icons-11.5.0.woff?8921da62bd07a2c0311132f940403bc0") format("woff");
6
+ src: url("./kbq-icons-11.7.1.ttf?98a04539a9edad9585bb4fb6382c7e0a") format("truetype"),
7
+ url("./kbq-icons-11.7.1.woff?98a04539a9edad9585bb4fb6382c7e0a") format("woff");
8
8
  }
9
9
 
10
10
 
11
11
  .kbq {
12
- font-family: "Koobiq Icons 11.5.0";
12
+ font-family: "Koobiq Icons 11.7.1";
13
13
  display:inline-block;
14
14
  vertical-align:middle;
15
15
  line-height:1;
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/icons",
3
- "version": "11.5.0",
3
+ "version": "11.7.1",
4
4
  "fontVersion": "1.0",
5
5
  "description": "Koobiq icons",
6
6
  "publishConfig": {
@@ -8,6 +8,14 @@
8
8
  },
9
9
  "author": "Koobiq Team",
10
10
  "license": "MIT",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/koobiq/icons.git"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/koobiq/icons/issues"
17
+ },
18
+ "homepage": "https://github.com/koobiq/icons",
11
19
  "keywords": [
12
20
  "design-system",
13
21
  "koobiq",
@@ -17,7 +25,8 @@
17
25
  ],
18
26
  "exports": {
19
27
  "./*": {
28
+ "types": "./*.d.ts",
20
29
  "default": "./*"
21
30
  }
22
31
  }
23
- }
32
+ }
@@ -10959,7 +10959,7 @@ SVG sprite. They may be styled via CSS.
10959
10959
 
10960
10960
  </section>
10961
10961
  <footer>
10962
- <p>Generated at Tue, 31 Mar 2026 13:13:15 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
10962
+ <p>Generated at Fri, 05 Jun 2026 19:37:41 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
10963
10963
  </footer>
10964
10964
  </body>
10965
10965
  </html>