@melodicdev/components 1.5.7 → 1.5.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/assets/melodic-components.js +6 -1
- package/assets/melodic-components.js.map +1 -1
- package/assets/melodic-components.min.js +6 -1
- package/lib/components/forms/button/button.styles.d.ts.map +1 -1
- package/lib/components/forms/button/button.styles.js +4 -0
- package/lib/components/general/icon/icon.styles.d.ts.map +1 -1
- package/lib/components/general/icon/icon.styles.js +1 -0
- package/lib/components/overlays/dialog/dialog.styles.js +1 -1
- package/package.json +1 -1
|
@@ -5421,6 +5421,10 @@ const buttonStyles = () => css`
|
|
|
5421
5421
|
width: 1.25em;
|
|
5422
5422
|
height: 1.25em;
|
|
5423
5423
|
}
|
|
5424
|
+
|
|
5425
|
+
::slotted(ml-icon) {
|
|
5426
|
+
--ml-icon-size: 1.125em;
|
|
5427
|
+
}
|
|
5424
5428
|
`;
|
|
5425
5429
|
var ButtonComponent = class ButtonComponent$1 {
|
|
5426
5430
|
constructor() {
|
|
@@ -17720,6 +17724,7 @@ const iconStyles = () => css`
|
|
|
17720
17724
|
}
|
|
17721
17725
|
|
|
17722
17726
|
i {
|
|
17727
|
+
font-style: normal;
|
|
17723
17728
|
font-size: var(--ml-icon-size);
|
|
17724
17729
|
line-height: 1;
|
|
17725
17730
|
speak: never;
|
|
@@ -21723,7 +21728,7 @@ const dialogStyles = () => css`
|
|
|
21723
21728
|
|
|
21724
21729
|
/* Body */
|
|
21725
21730
|
.ml-dialog-body {
|
|
21726
|
-
flex: 1;
|
|
21731
|
+
flex: 1 1 auto;
|
|
21727
21732
|
padding: var(--ml-dialog-body-padding);
|
|
21728
21733
|
overflow-y: auto;
|
|
21729
21734
|
font-size: var(--ml-dialog-body-font-size);
|