@appscode/design-system 2.7.10 → 2.7.11

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.7.10",
3
+ "version": "2.7.11",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -49,8 +49,8 @@ const OptionDots = defineAsyncComponent(() => import("../option-dots/Options.vue
49
49
  v-for="(tag, idx) in clusterData.tags"
50
50
  :key="idx + tag.value"
51
51
  :class="tag.class"
52
- :data-testid="idx === 0 ? 'cluster-status-text' : undefined"
53
52
  class="is-flex is-align-center gap-6"
53
+ data-testid="cluster-tag-text"
54
54
  ><span v-if="tag?.isSpinner || false" class="is-flex gap-6"> <SvgSpinners270Ring /> </span
55
55
  >{{ tag.value }}</span
56
56
  >