@rettangoli/ui 0.1.28 → 0.1.30
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/dist/rettangoli-iife-layout.min.js +7 -0
- package/dist/rettangoli-iife-ui.min.js +34 -27
- package/package.json +5 -4
- package/src/components/accordionItem/accordionItem.handlers.js +5 -0
- package/src/components/accordionItem/accordionItem.store.js +26 -0
- package/src/components/accordionItem/accordionItem.view.yaml +54 -0
- package/src/primitives/image.js +7 -0
|
@@ -532,6 +532,13 @@ var rettangoli=(()=>{function d(s,...t){let i="";return s.forEach((n,o)=>{i+=n+(
|
|
|
532
532
|
height: 100%;
|
|
533
533
|
width: 100%;
|
|
534
534
|
}
|
|
535
|
+
:host([w]:not([h]):not([wh])) img,
|
|
536
|
+
:host([sm-w]:not([sm-h]):not([sm-wh])) img,
|
|
537
|
+
:host([md-w]:not([md-h]):not([md-wh])) img,
|
|
538
|
+
:host([lg-w]:not([lg-h]):not([lg-wh])) img,
|
|
539
|
+
:host([xl-w]:not([xl-h]):not([xl-wh])) img {
|
|
540
|
+
height: auto;
|
|
541
|
+
}
|
|
535
542
|
|
|
536
543
|
${S}
|
|
537
544
|
|