@klodd/ds 5.2.4 → 5.2.6

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.
@@ -70,10 +70,10 @@ dialog.sheet::backdrop {
70
70
  (2026-05-19) - se ADR 0009-turbo-nav-script-init.md for
71
71
  diagnos-spar via Chrome MCP. */
72
72
  dialog.dialog:modal {
73
- position: fixed;
74
- inset: 0;
75
- margin: auto;
76
- transform: none;
73
+ position: fixed !important;
74
+ inset: 0 !important;
75
+ margin: auto !important;
76
+ transform: none !important;
77
77
  }
78
78
 
79
79
  .dialog__header {
@@ -100,7 +100,7 @@
100
100
  height: 100%;
101
101
  background: var(--accent-9);
102
102
  border-radius: inherit;
103
- transition: width 0.4s ease;
103
+ transition: width 0.6s ease-in-out;
104
104
  }
105
105
 
106
106
  .brief-progress__hint {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "5.2.4",
3
+ "version": "5.2.6",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {