@semcore/illustration 17.0.0-prerelease.4 → 17.0.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
@@ -2,7 +2,13 @@
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-23
5
+ ## [17.0.1] - 2026-04-16
6
+
7
+ ### Fixed
8
+
9
+ - Build processing to correct extract styles.
10
+
11
+ ## [17.0.0] - 2026-04-15
6
12
 
7
13
  ### BREAK
8
14
 
package/lib/cjs/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.getIllustrationPath = void 0;
7
- const version = "17.0.0";
7
+ const version = "17.0.1";
8
8
 
9
9
  /**
10
10
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
package/lib/es6/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "17.0.0";
1
+ const version = "17.0.1";
2
2
 
3
3
  /**
4
4
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
package/lib/esm/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const version = "17.0.0";
1
+ const version = "17.0.1";
2
2
  const formatName = (name) => {
3
3
  return name.split(/_|-/).map((el) => el[0].toUpperCase() + el.slice(1)).join("");
4
4
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/illustration",
3
3
  "description": "Semrush Illustration Component",
4
- "version": "17.0.0-prerelease.4",
4
+ "version": "17.0.1",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
7
7
  "typings": "lib/types/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "colorjs.io": "0.4.3"
13
13
  },
14
14
  "peerDependencies": {
15
- "@semcore/base-components": "^17.0.0 || ^17.0.0-0"
15
+ "@semcore/base-components": "^17.0.1"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "fs-extra": "8.1.0",
26
26
  "happy-dom": "9.20.3",
27
27
  "svg-to-jsx": "1.0.4",
28
- "@semcore/core": "16.5.1",
28
+ "@semcore/core": "17.0.1",
29
29
  "@semcore/testing-utils": "1.0.0"
30
30
  },
31
31
  "exports": {