@streamscloud/kit 0.10.7-1781512309325 → 0.10.7-1781513925548

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.
@@ -19,6 +19,7 @@ plan / tier indicators, etc.
19
19
  -->
20
20
 
21
21
  <style>.grid-card-badge-field {
22
- display: contents;
23
22
  --sc-kit--icon--size: 0.875em;
23
+ display: flex;
24
+ align-items: center;
24
25
  }</style>
@@ -4,7 +4,7 @@ export {};
4
4
 
5
5
  <div class="grid-card-field" class:grid-card-field--multiline={multiline} class:grid-card-field--vertical={vertical}>
6
6
  <span class="grid-card-field__label" class:grid-card-field__label--vertical={vertical}>{label}</span>
7
- <div class="grid-card-field__content" class:grid-card-field__content--multiline={multiline} class:grid-card-field__content--vertical={vertical}>
7
+ <div class="grid-card-field__content" class:grid-card-field__content--vertical={vertical}>
8
8
  {@render children()}
9
9
  </div>
10
10
  </div>
@@ -55,15 +55,10 @@ content; set `vertical` to stack the label above the content (escapes the subgri
55
55
  padding: 0;
56
56
  }
57
57
  .grid-card-field__content {
58
- display: flex;
59
- align-items: center;
60
58
  padding-block: var(--_gcf--padding-block);
61
59
  padding-inline-end: var(--_gcf--padding-inline);
62
60
  min-width: 0;
63
61
  }
64
- .grid-card-field__content--multiline {
65
- align-items: flex-start;
66
- }
67
62
  .grid-card-field__content--vertical {
68
63
  padding: 0;
69
64
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.10.7-1781512309325",
3
+ "version": "0.10.7-1781513925548",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",