@pure-ds/storybook 0.5.27 → 0.5.29

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.
@@ -98,6 +98,10 @@ PDS.addEventListener('pds:ready', (event) => {
98
98
  }
99
99
  }
100
100
 
101
+ // CRITICAL: Storybook requires live mode for dynamic CSS generation and configurator
102
+ // Always override mode to 'live' regardless of user config to prevent style injection failures
103
+ pdsOptions.mode = 'live';
104
+
101
105
  const initResult = await PDS.start(pdsOptions);
102
106
  setLiveGenerator(initResult?.generator);
103
107
  PDS.initializing = false;
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-01-21T10:57:28.161Z",
2
+ "generatedAt": "2026-01-22T07:56:13.056Z",
3
3
  "sources": {
4
4
  "customElements": "custom-elements.json",
5
5
  "ontology": "src\\js\\pds-core\\pds-ontology.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pure-ds/storybook",
3
- "version": "0.5.27",
3
+ "version": "0.5.29",
4
4
  "description": "Storybook showcase for Pure Design System with live configuration",
5
5
  "type": "module",
6
6
  "private": false,
@@ -38,7 +38,7 @@
38
38
  "pds:build-icons": "pds-build-icons"
39
39
  },
40
40
  "peerDependencies": {
41
- "@pure-ds/core": "^0.5.27"
41
+ "@pure-ds/core": "^0.5.29"
42
42
  },
43
43
  "dependencies": {
44
44
  "@custom-elements-manifest/analyzer": "^0.11.0",