@melodicdev/components 1.0.21 → 1.0.22

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.
@@ -8948,6 +8948,7 @@ const ro = () => y`
8948
8948
  background-color: var(--ml-color-surface);
8949
8949
  border-radius: var(--ml-radius-lg);
8950
8950
  overflow: hidden;
8951
+ height: 100%;
8951
8952
  }
8952
8953
 
8953
8954
  .ml-card--default {
@@ -1 +1 @@
1
- {"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/card/card.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,iDAqEtB,CAAC"}
1
+ {"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/card/card.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,iDAsEtB,CAAC"}
@@ -8,6 +8,7 @@ export const cardStyles = () => css `
8
8
  background-color: var(--ml-color-surface);
9
9
  border-radius: var(--ml-radius-lg);
10
10
  overflow: hidden;
11
+ height: 100%;
11
12
  }
12
13
 
13
14
  .ml-card--default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melodicdev/components",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Themeable UI component library built on the Melodic Framework",
5
5
  "license": "MIT",
6
6
  "author": "Melodic Development",