@pure-ds/storybook 0.4.10 → 0.4.11

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.
@@ -1296,6 +1296,8 @@ const preview = {
1296
1296
  ['What Is PDS', 'Getting Started'],
1297
1297
  'PDS',
1298
1298
  [
1299
+ 'About PDS',
1300
+ ['What Is PDS', 'Getting Started'],
1299
1301
  'Foundations',
1300
1302
  ['Colors', 'Typography', 'HTML Defaults', 'Icons', 'Spacing', 'Smart Surfaces'],
1301
1303
  'Primitives',
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-01-05T16:35:29.556Z",
2
+ "generatedAt": "2026-01-05T16:40:19.529Z",
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.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "Storybook showcase for Pure Design System with live configuration",
5
5
  "type": "module",
6
6
  "private": false,
@@ -35,7 +35,7 @@
35
35
  "storybook:build": "npm run build-storybook"
36
36
  },
37
37
  "peerDependencies": {
38
- "@pure-ds/core": "^0.4.10"
38
+ "@pure-ds/core": "^0.4.11"
39
39
  },
40
40
  "dependencies": {
41
41
  "@custom-elements-manifest/analyzer": "^0.11.0",