@appscode/design-system 1.0.43-alpha.192 → 1.0.43-alpha.193

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.192",
3
+ "version": "1.0.43-alpha.193",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@appscode/design-system-images": "0.0.13"
10
+ "@appscode/design-system-images": "^0.0.13"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
@@ -108,7 +108,7 @@
108
108
  <li key="dashboard">
109
109
  <a :href="`${serverDomain}/dashboard`"> Dashboard </a>
110
110
  </li>
111
- <li key="signout">
111
+ <li key="signout" @click="$emit('on-logout')">
112
112
  <a :href="`${accountsDomain}/user/logout`"> Sign out </a>
113
113
  </li>
114
114
  <li key="theme" v-if="showThemeMode">
@@ -152,7 +152,7 @@ export default defineComponent({
152
152
  default: false
153
153
  }
154
154
  },
155
- emits: ["set:theme"],
155
+ emits: ["set:theme","on-logout"],
156
156
 
157
157
  components: {
158
158
  NavbarItem: defineAsyncComponent(() =>