@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
|
@@ -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,
|
|
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"}
|
|
@@ -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"}
|