@posiwise/core-styles 1.0.8 → 1.0.9
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.
package/package.json
CHANGED
|
@@ -2273,7 +2273,6 @@ body {
|
|
|
2273
2273
|
|
|
2274
2274
|
> .p-accordioncontent {
|
|
2275
2275
|
max-height: 9999px !important;
|
|
2276
|
-
overflow: visible !important;
|
|
2277
2276
|
}
|
|
2278
2277
|
}
|
|
2279
2278
|
}
|
|
@@ -2281,7 +2280,7 @@ body {
|
|
|
2281
2280
|
.p-accordioncontent {
|
|
2282
2281
|
max-height: 0 !important;
|
|
2283
2282
|
overflow: hidden !important;
|
|
2284
|
-
transition: max-height 0.
|
|
2283
|
+
transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2285
2284
|
}
|
|
2286
2285
|
|
|
2287
2286
|
.p-accordioncontent-content {
|
|
@@ -2291,13 +2290,12 @@ body {
|
|
|
2291
2290
|
padding: 1.171em 1em;
|
|
2292
2291
|
box-sizing: border-box;
|
|
2293
2292
|
}
|
|
2294
|
-
|
|
2295
2293
|
}
|
|
2296
2294
|
|
|
2297
2295
|
/* PrimeNG 19 Accordion - icon then label on the left, rest of space empty (match design) */
|
|
2298
2296
|
.p-accordionheader {
|
|
2299
2297
|
color: var(--tabs_bg) !important;
|
|
2300
|
-
gap:
|
|
2298
|
+
gap: 1.125rem;
|
|
2301
2299
|
display: flex !important;
|
|
2302
2300
|
flex-direction: row-reverse !important;
|
|
2303
2301
|
align-items: center !important;
|