@semcore/illustration 16.0.0 → 16.0.1-prerelease.3

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 (58) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/es6/index.js +1 -1
  4. package/lib/esm/index.mjs +1 -1
  5. package/package.json +2 -2
  6. package/transform.ts +1 -1
  7. package/AccessDenied/index.esm.js +0 -0
  8. package/AccessLogIn/index.esm.js +0 -0
  9. package/AreaChart/index.esm.js +0 -0
  10. package/Blocked/index.esm.js +0 -0
  11. package/ChoroplethMapChart/index.esm.js +0 -0
  12. package/Coffee/index.esm.js +0 -0
  13. package/Collection/index.esm.js +0 -0
  14. package/CombinedChart/index.esm.js +0 -0
  15. package/Configuration/index.esm.js +0 -0
  16. package/Confirmation/index.esm.js +0 -0
  17. package/Congrats/index.esm.js +0 -0
  18. package/ConnectionLost/index.esm.js +0 -0
  19. package/DeletedAccount/index.esm.js +0 -0
  20. package/DeletedPage/index.esm.js +0 -0
  21. package/Dns/index.esm.js +0 -0
  22. package/DonutChart/index.esm.js +0 -0
  23. package/Duplicates/index.esm.js +0 -0
  24. package/Feedback/index.esm.js +0 -0
  25. package/FunnelChart/index.esm.js +0 -0
  26. package/Good/index.esm.js +0 -0
  27. package/HeatMapChart/index.esm.js +0 -0
  28. package/HorizontalBarChart/index.esm.js +0 -0
  29. package/KagiChart/index.esm.js +0 -0
  30. package/LineChart/index.esm.js +0 -0
  31. package/LollipopChart/index.esm.js +0 -0
  32. package/MailSent/index.esm.js +0 -0
  33. package/Maintenance/index.esm.js +0 -0
  34. package/Nexttime/index.esm.js +0 -0
  35. package/NoPayment/index.esm.js +0 -0
  36. package/NothingFound/index.esm.js +0 -0
  37. package/OtherData/index.esm.js +0 -0
  38. package/PageError/index.esm.js +0 -0
  39. package/PageNotFound/index.esm.js +0 -0
  40. package/PieChart/index.esm.js +0 -0
  41. package/Processing/index.esm.js +0 -0
  42. package/ProjectNotFound/index.esm.js +0 -0
  43. package/RadarChart/index.esm.js +0 -0
  44. package/RadialTreeChart/index.esm.js +0 -0
  45. package/SankeyChart/index.esm.js +0 -0
  46. package/ScatterPlotChart/index.esm.js +0 -0
  47. package/StackedAreaChart/index.esm.js +0 -0
  48. package/Suggestion/index.esm.js +0 -0
  49. package/Suggestions/index.esm.js +0 -0
  50. package/Table/index.esm.js +0 -0
  51. package/TagCloud/index.esm.js +0 -0
  52. package/TextLinksEtc/index.esm.js +0 -0
  53. package/Timeout/index.esm.js +0 -0
  54. package/UnderConstruction/index.esm.js +0 -0
  55. package/VennChart/index.esm.js +0 -0
  56. package/VerticalBarChart/index.esm.js +0 -0
  57. package/Waiting/index.esm.js +0 -0
  58. package/Warning/index.esm.js +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [16.0.1] - 2025-05-30
6
+
7
+ ### Changed
8
+
9
+ - Version patch update due to children dependencies update (`@semcore/base-components` [16.0.0 ~> 16.0.1]).
10
+
5
11
  ## [16.0.0] - 2025-05-19
6
12
 
7
13
  ### Added
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
- var version = "16.0.0";
7
+ var version = "16.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
- var version = "16.0.0";
1
+ var version = "16.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
- var version = "16.0.0";
1
+ var version = "16.0.1";
2
2
  var formatName = function formatName2(name) {
3
3
  return name.split(/_|-/).map(function(el) {
4
4
  return el[0].toUpperCase() + el.slice(1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/illustration",
3
3
  "description": "Semrush Illustration Component",
4
- "version": "16.0.0",
4
+ "version": "16.0.1-prerelease.3",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
7
7
  "typings": "lib/types/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "colorjs.io": "0.4.3"
14
14
  },
15
15
  "peerDependencies": {
16
- "@semcore/base-components": "^16.0.0"
16
+ "@semcore/base-components": "^16.0.1-prerelease.3"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
package/transform.ts CHANGED
@@ -190,7 +190,7 @@ async function patchExports(illustrations: string[]) {
190
190
  const exports: Record<string, any> = {
191
191
  '.': {
192
192
  require: './lib/cjs/index.js',
193
- import: './lib/es6/index.js',
193
+ import: './lib/esm/index.mjs',
194
194
  types: './lib/types/index.d.ts',
195
195
  },
196
196
  };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/Dns/index.esm.js DELETED
File without changes
File without changes
File without changes
File without changes
File without changes
package/Good/index.esm.js DELETED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes