@pure-ds/storybook 0.5.35 → 0.5.39

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-01-29T14:48:45.397Z",
2
+ "generatedAt": "2026-01-29T16:15:38.535Z",
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.35",
3
+ "version": "0.5.39",
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.35"
41
+ "@pure-ds/core": "^0.5.39"
42
42
  },
43
43
  "dependencies": {
44
44
  "@custom-elements-manifest/analyzer": "^0.11.0",
@@ -415,7 +415,7 @@ pds-demo {
415
415
 
416
416
  /* Showcase Sections */
417
417
  .showcase-section {
418
- padding: var(--spacing-8) var(--spacing-6);
418
+ padding: var(--spacing-4) var(--spacing-3);
419
419
  margin-bottom: var(--spacing-6);
420
420
 
421
421
  border-radius: var(--radius-lg);