@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.
@@ -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,iDA4CtB,CAAC"}
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"}
@@ -31,6 +31,7 @@ export const iconStyles = () => css `
31
31
  }
32
32
 
33
33
  i {
34
+ font-style: normal;
34
35
  font-size: var(--ml-icon-size);
35
36
  line-height: 1;
36
37
  speak: never;
@@ -160,7 +160,7 @@ export const dialogStyles = () => css `
160
160
 
161
161
  /* Body */
162
162
  .ml-dialog-body {
163
- flex: 1;
163
+ flex: 1 1 auto;
164
164
  padding: var(--ml-dialog-body-padding);
165
165
  overflow-y: auto;
166
166
  font-size: var(--ml-dialog-body-font-size);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melodicdev/components",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Themeable UI component library built on the Melodic Framework",
5
5
  "license": "MIT",
6
6
  "author": "Melodic Development",