@appscode/design-system 2.6.19 → 2.6.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.6.19",
3
+ "version": "2.6.20",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -20,15 +20,18 @@ withDefaults(
20
20
  <div class="icon">
21
21
  <slot name="card-logo" />
22
22
  </div>
23
- <h5><slot name="card-title" /></h5>
23
+ <h5>
24
+ <slot name="card-title" />
25
+ </h5>
24
26
  </div>
25
27
  <!-- <span class="tag has-background-dark-light has-text-dark is-rounded"
26
28
  >Dark</span
27
29
  > -->
28
30
  <slot name="card-status" />
29
31
  </div>
30
- <div class="c-body">
32
+ <div class="c-body is-flex is-justify-content-space-between gap-2 mt-4">
31
33
  <p><slot name="card-sub-title" /></p>
34
+ <slot name="sync-percentage" />
32
35
  </div>
33
36
  </div>
34
37
  <!-- single card wrapper end -->