@danske/sapphire-css 28.1.0 → 28.1.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.
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
font-size: var(--sapphire-accordion-size-font-content);
|
|
147
147
|
font-weight: var(--sapphire-accordion-font-weight-content);
|
|
148
148
|
overflow: hidden;
|
|
149
|
+
visibility: hidden;
|
|
149
150
|
transition: padding-top var(--sapphire-accordion-time-transition-body)
|
|
150
151
|
ease-in-out,
|
|
151
152
|
padding-bottom var(--sapphire-accordion-time-transition-body) ease-in-out;
|
|
@@ -160,4 +161,5 @@
|
|
|
160
161
|
.sapphire-accordion__item--open .sapphire-accordion__item-content {
|
|
161
162
|
padding-top: var(--sapphire-accordion-size-spacing-body-top);
|
|
162
163
|
padding-bottom: var(--sapphire-accordion-size-spacing-body-bottom);
|
|
164
|
+
visibility: visible;
|
|
163
165
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danske/sapphire-css",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.1",
|
|
4
4
|
"description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@danske/sapphire-design-tokens": "^37.2.0"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "24631c16a5e868e38c4019f23d3ed4356ecd0367"
|
|
72
72
|
}
|