@melodicdev/components 1.5.8 → 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() {
@@ -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
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melodicdev/components",
3
- "version": "1.5.8",
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",