diff --git a/changelog.d/weight-loss.change b/changelog.d/weight-loss.change new file mode 100644 index 000000000..8c1322bf9 --- /dev/null +++ b/changelog.d/weight-loss.change @@ -0,0 +1 @@ +Reduced time taken processing theme by half diff --git a/package.json b/package.json index 62164fe61..4424bde3e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "body-scroll-lock": "3.1.5", "chromatism": "3.0.0", "click-outside-vue3": "4.0.1", - "cropperjs": "2.0.0", + "cropperjs": "2.0.1", "escape-html": "1.0.3", "globals": "^16.0.0", "hash-sum": "^2.0.0", @@ -47,7 +47,7 @@ "url": "0.11.4", "utf8": "3.0.0", "uuid": "11.1.0", - "vue": "3.5.17", + "vue": "3.5.18", "vue-i18n": "11", "vue-router": "4.5.1", "vue-virtual-scroller": "^2.0.0-beta.7", @@ -66,7 +66,7 @@ "@vitest/ui": "^3.0.7", "@vue/babel-helper-vue-jsx-merge-props": "1.4.0", "@vue/babel-plugin-jsx": "1.4.0", - "@vue/compiler-sfc": "3.5.17", + "@vue/compiler-sfc": "3.5.18", "@vue/test-utils": "2.4.6", "autoprefixer": "10.4.21", "babel-plugin-lodash": "3.3.4", @@ -90,7 +90,7 @@ "http-proxy-middleware": "3.0.5", "iso-639-1": "3.1.5", "lodash": "4.17.21", - "msw": "2.10.2", + "msw": "2.10.4", "nightwatch": "3.12.2", "playwright": "1.52.0", "postcss": "8.5.6", diff --git a/src/components/attachment/attachment.style.js b/src/components/attachment/attachment.style.js deleted file mode 100644 index a9455e367..000000000 --- a/src/components/attachment/attachment.style.js +++ /dev/null @@ -1,27 +0,0 @@ -export default { - name: 'Attachment', - selector: '.Attachment', - notEditable: true, - validInnerComponents: [ - 'Border', - 'Button', - 'Input' - ], - defaultRules: [ - { - directives: { - roundness: 3 - } - }, - { - component: 'Button', - parent: { - component: 'Attachment' - }, - directives: { - background: '#FFFFFF', - opacity: 0.5 - } - } - ] -} diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 0701a393e..696d3bb8a 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -23,7 +23,7 @@ >