@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.
@@ -4448,6 +4448,10 @@ const il = () => w`
4448
4448
  width: 1.25em;
4449
4449
  height: 1.25em;
4450
4450
  }
4451
+
4452
+ ::slotted(ml-icon) {
4453
+ --ml-icon-size: 1.125em;
4454
+ }
4451
4455
  `;
4452
4456
  var ot = class {
4453
4457
  constructor() {
@@ -16073,6 +16077,7 @@ const oi = {
16073
16077
  }
16074
16078
 
16075
16079
  i {
16080
+ font-style: normal;
16076
16081
  font-size: var(--ml-icon-size);
16077
16082
  line-height: 1;
16078
16083
  speak: never;
@@ -19898,7 +19903,7 @@ const Gi = () => i`<dialog class="ml-dialog">
19898
19903
 
19899
19904
  /* Body */
19900
19905
  .ml-dialog-body {
19901
- flex: 1;
19906
+ flex: 1 1 auto;
19902
19907
  padding: var(--ml-dialog-body-padding);
19903
19908
  overflow-y: auto;
19904
19909
  font-size: var(--ml-dialog-body-font-size);
@@ -1 +1 @@
1
- {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/button/button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,iDAwPxB,CAAC"}
1
+ {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/button/button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,iDA4PxB,CAAC"}
@@ -247,4 +247,8 @@ export const buttonStyles = () => css `
247
247
  width: 1.25em;
248
248
  height: 1.25em;
249
249
  }
250
+
251
+ ::slotted(ml-icon) {
252
+ --ml-icon-size: 1.125em;
253
+ }
250
254
  `;
@@ -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.9",
4
4
  "description": "Themeable UI component library built on the Melodic Framework",
5
5
  "license": "MIT",
6
6
  "author": "Melodic Development",