@pure-ds/storybook 0.5.47 → 0.5.48

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.
@@ -78,7 +78,9 @@ const config = {
78
78
 
79
79
  const normalizedId = id.replace(/\\/g, '/');
80
80
  const normalizedImporter = importer.replace(/\\/g, '/');
81
- const isStoryImport = normalizedImporter.includes('/@pure-ds/storybook/stories/');
81
+ const isStoryImport =
82
+ normalizedImporter.includes('/@pure-ds/storybook/stories/') ||
83
+ normalizedImporter.includes('/.cache/pds-storybook/stories/');
82
84
 
83
85
  if (!isStoryImport) return null;
84
86
 
@@ -99,7 +101,7 @@ const config = {
99
101
  // Ensure Lit import alias is resolved to PDS bundle
100
102
  const aliases = {
101
103
  ...config.resolve.alias,
102
- '#pds/lit': resolve(pdsSrcPath, 'js/lit.js'),
104
+ '#pds/lit': resolve(pdsSrcPath, 'js/lit.js')
103
105
  };
104
106
 
105
107
  // In monorepo, pds-configurator is in a separate package, not in src/js
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-02-04T08:12:51.591Z",
2
+ "generatedAt": "2026-02-04T08:38:17.838Z",
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.47",
3
+ "version": "0.5.48",
4
4
  "description": "Storybook showcase for Pure Design System with live configuration",
5
5
  "type": "module",
6
6
  "private": false,