@melodicdev/components 1.5.7 → 1.5.8
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 +2 -1
- package/assets/melodic-components.js.map +1 -1
- package/assets/melodic-components.min.js +2 -1
- 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
|
@@ -16073,6 +16073,7 @@ const oi = {
|
|
|
16073
16073
|
}
|
|
16074
16074
|
|
|
16075
16075
|
i {
|
|
16076
|
+
font-style: normal;
|
|
16076
16077
|
font-size: var(--ml-icon-size);
|
|
16077
16078
|
line-height: 1;
|
|
16078
16079
|
speak: never;
|
|
@@ -19898,7 +19899,7 @@ const Gi = () => i`<dialog class="ml-dialog">
|
|
|
19898
19899
|
|
|
19899
19900
|
/* Body */
|
|
19900
19901
|
.ml-dialog-body {
|
|
19901
|
-
flex: 1;
|
|
19902
|
+
flex: 1 1 auto;
|
|
19902
19903
|
padding: var(--ml-dialog-body-padding);
|
|
19903
19904
|
overflow-y: auto;
|
|
19904
19905
|
font-size: var(--ml-dialog-body-font-size);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,iDA6CtB,CAAC"}
|