@klodd/ds 5.2.4 → 5.2.5

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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {