@klodd/ds 3.0.0 → 3.0.1

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.
@@ -48,6 +48,13 @@
48
48
  margin: 0;
49
49
  }
50
50
 
51
+ /* HTML5 hidden-attribut ska respekteras - default UA-stylesheet ger
52
+ display:none men paketets display:inline-flex kan over-rida det.
53
+ Explicit regel saker att hidden alltid vinner. */
54
+ .inline-edit__form[hidden] {
55
+ display: none;
56
+ }
57
+
51
58
  .inline-edit__input {
52
59
  display: inline-block;
53
60
  height: 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v2.0 inkluderar all komponentkod och delad JS - app-repona haller bara data och affarslogik.",
5
5
  "main": "css/index.css",
6
6
  "files": [