@appscode/design-system 2.17.32 → 2.17.33

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.17.32",
3
+ "version": "2.17.33",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -61,7 +61,7 @@ const hoveredRow = ref<number | null>(null);
61
61
  <div class="table-cell has-text-weight-normal is-flex is-justify-content-end gap-5">
62
62
  <div>{{ thead[4] }}</div>
63
63
  <div class="is-flex is-clickable">
64
- <ac-button modifier-classes="is-text has-text-primary p-0 height-16" @click="handleHeaderButtonClick(1)">
64
+ <ac-button modifier-classes="is-text has-text-primary p-0 height-16" @click="handleHeaderButtonClick(2)">
65
65
  <LinkIcon />
66
66
  </ac-button>
67
67
  </div>