@appscode/design-system 2.0.5 → 2.0.6

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.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -45,6 +45,7 @@ const showUnpluginIcon = computed(() => {
45
45
  :disabled="disabled ? true : undefined"
46
46
  @click="handleClick"
47
47
  :title="tooltip"
48
+ data-testid="ac-create-button"
48
49
  >
49
50
  <span
50
51
  v-if="iconClass || iconImage"
@@ -36,7 +36,7 @@ withDefaults(defineProps<Props>(), {
36
36
  <!-- header left end -->
37
37
 
38
38
  <!-- header right start -->
39
- <div class="ac-cheader-right">
39
+ <div class="ac-cheader-right" data-testid="ac-right-header-content">
40
40
  <!-- your feedom content start here -->
41
41
  <header-items>
42
42
  <slot />
@@ -1,7 +1,7 @@
1
1
  <script setup lang="ts"></script>
2
2
 
3
3
  <template>
4
- <div class="ac-content-layout">
4
+ <div class="ac-content-layout" data-testid="ac-content-layout">
5
5
  <slot name="content-header" />
6
6
 
7
7
  <div class="ac-content">
@@ -46,7 +46,7 @@ watch(
46
46
  </script>
47
47
 
48
48
  <template>
49
- <li ref="sidebarItem">
49
+ <li ref="sidebarItem" data-testid="cluster-sidebar-item">
50
50
  <router-link
51
51
  :id="id"
52
52
  :title="title"