diff --git a/index.html b/index.html index 4e2fed2..5616dba 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@
+ diff --git a/package.json b/package.json index d7d3590..1835ea9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "flatted": "^3.2.7", "htmlparser2": "^8.0.1", "jshashes": "^1.0.8", - "jszip": "^3.10.1", "meriyah": "^4.3.3", "moment": "^2.29.4", "monaco-editor": "^0.34.1", diff --git a/packages/Auth0AuthenticationProvider/main.ts b/packages/Auth0AuthenticationProvider/main.ts index 4b1efc1..a8588ab 100644 --- a/packages/Auth0AuthenticationProvider/main.ts +++ b/packages/Auth0AuthenticationProvider/main.ts @@ -48,6 +48,8 @@ export default class Auth0 extends EditorModule { title: 'Logout', component: 'v-icon', props: { + style: "cursor: pointer", + "help-topic": "logout", alt: 'Logout of your current session', title: 'Logout of your current session', icon: 'mdi-logout', diff --git a/packages/CompileTemplate/importVue.ts b/packages/CompileTemplate/importVue.ts index 2e6aa0a..2494992 100644 --- a/packages/CompileTemplate/importVue.ts +++ b/packages/CompileTemplate/importVue.ts @@ -46,7 +46,6 @@ const _resolveDynamicComponent = self.dependencies.vue.resolveDynamicComponent; let styles = blocks.descriptor.styles.map((style: any) => { const s = compiler.compileStyle({id, source: style.content} as any); errors.push(...s.errors); - console.log('s', s); return s.code; }); diff --git a/packages/Graph/GraphCanvas.vue b/packages/Graph/GraphCanvas.vue index ba96e0a..05fe877 100644 --- a/packages/Graph/GraphCanvas.vue +++ b/packages/Graph/GraphCanvas.vue @@ -1,9 +1,21 @@ diff --git a/packages/GraphPropertiesPanel/GraphPropertiesMenu.vue b/packages/GraphPropertiesPanel/GraphPropertiesMenu.vue index 3a68509..2aba225 100644 --- a/packages/GraphPropertiesPanel/GraphPropertiesMenu.vue +++ b/packages/GraphPropertiesPanel/GraphPropertiesMenu.vue @@ -1,7 +1,7 @@