@pure-ds/storybook 0.4.21 → 0.4.22

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-14T14:26:09.141Z",
2
+ "generatedAt": "2026-01-14T14:38:06.516Z",
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.21",
3
+ "version": "0.4.22",
4
4
  "description": "Storybook showcase for Pure Design System with live configuration",
5
5
  "type": "module",
6
6
  "private": false,
@@ -37,7 +37,7 @@
37
37
  "pds:build-icons": "pds-build-icons"
38
38
  },
39
39
  "peerDependencies": {
40
- "@pure-ds/core": "^0.4.21"
40
+ "@pure-ds/core": "^0.4.22"
41
41
  },
42
42
  "dependencies": {
43
43
  "@custom-elements-manifest/analyzer": "^0.11.0",
@@ -1011,7 +1011,7 @@ fieldset[role="group"].buttons {
1011
1011
  justify-content: center;
1012
1012
  min-height: calc(${b}px * 0.75);
1013
1013
  padding: calc(var(--spacing-1) * ${p*.6}) calc(var(--spacing-4) * 0.85);
1014
- border: ${g}px solid var(--color-border);
1014
+ border: 2px solid var(--color-border);
1015
1015
  border-radius: var(--radius-md);
1016
1016
  font-family: var(--font-family-body);
1017
1017
  font-size: var(--font-size-sm);
@@ -1009,7 +1009,7 @@ fieldset[role="group"].buttons {
1009
1009
  justify-content: center;
1010
1010
  min-height: calc(${m}px * 0.75);
1011
1011
  padding: calc(var(--spacing-1) * ${p*.6}) calc(var(--spacing-4) * 0.85);
1012
- border: ${h}px solid var(--color-border);
1012
+ border: 2px solid var(--color-border);
1013
1013
  border-radius: var(--radius-md);
1014
1014
  font-family: var(--font-family-body);
1015
1015
  font-size: var(--font-size-sm);
@@ -2214,7 +2214,7 @@ fieldset[role="group"].buttons {
2214
2214
  padding: calc(var(--spacing-1) * ${
2215
2215
  buttonPaddingValue * 0.6
2216
2216
  }) calc(var(--spacing-4) * 0.85);
2217
- border: ${borderWidth}px solid var(--color-border);
2217
+ border: 2px solid var(--color-border);
2218
2218
  border-radius: var(--radius-md);
2219
2219
  font-family: var(--font-family-body);
2220
2220
  font-size: var(--font-size-sm);