highsoft-ui 1.0.100 → 1.0.102

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.
@@ -346,6 +346,10 @@ const Lt = [
346
346
  {
347
347
  title: "FAQ",
348
348
  url: "https://shop.highcharts.com/faq"
349
+ },
350
+ {
351
+ title: "Channel Partner",
352
+ url: "https://shop.highcharts.com/channel-partners"
349
353
  }
350
354
  ],
351
355
  Learning: [
@@ -1,10 +1,10 @@
1
1
  import { hydrateRoot as r } from "react-dom/client";
2
- function m(e) {
3
- Object.entries(e).map(([o, n]) => {
4
- const t = document.getElementById(`hsui-${o}`);
5
- t && r(t, n);
2
+ function d(i) {
3
+ Object.entries(i).map(([e, o]) => {
4
+ const t = document.getElementById(`hsui-${e}`);
5
+ t && r(t, o, { identifierPrefix: `hsui-${e}-` });
6
6
  });
7
7
  }
8
8
  export {
9
- m as hydrate
9
+ d as hydrate
10
10
  };
package/dist/php.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import { writeFileSync as o } from "node:fs";
2
2
  import { renderToString as p } from "react-dom/server";
3
- function d(i, t) {
4
- const r = Object.entries(t).map(([n, e]) => `function hsui_${n}() {
5
- ?><div id="hsui-${n}" style="display: contents;">${p(e)}</div><?php
3
+ function d(n, r) {
4
+ const t = Object.entries(r).map(([i, e]) => `function hsui_${i}() {
5
+ ?><div id="hsui-${i}" style="display: contents;">${p(e, { identifierPrefix: `hsui-${i}-` })}</div><?php
6
6
  }`);
7
7
  o(
8
- i,
8
+ n,
9
9
  `<?php
10
10
 
11
- ${r.join(`
11
+ ${t.join(`
12
12
 
13
13
  `)}`
14
14
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highsoft-ui",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "description": "Highsoft UI",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -81,9 +81,9 @@
81
81
  "react": "^19.2.0",
82
82
  "react-dom": "^19.2.0",
83
83
  "sass": "^1.75.0",
84
- "stylelint": "^16.5.0",
85
- "stylelint-config-standard": "^39.0.0",
86
- "stylelint-config-standard-scss": "^16.0.0",
84
+ "stylelint": "^17.0.0",
85
+ "stylelint-config-standard": "^40.0.0",
86
+ "stylelint-config-standard-scss": "^17.0.0",
87
87
  "typescript": "^5.2.2",
88
88
  "typescript-eslint": "^8.31.1",
89
89
  "vite": "^7.0.0",