@asd20/ui 3.2.659 → 3.2.660

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.659",
8
+ "version": "3.2.660",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -8,7 +8,7 @@ import pageQueryResult from '../../../data/page-queries/sublanding-page-query-re
8
8
  import notifications from '../../../data/messages/notifications'
9
9
 
10
10
  const info = {
11
- summary: 'Detail Image Page Full Template',
11
+ summary: 'Detail Image Full Page Template',
12
12
  }
13
13
 
14
14
  const wrapper = {
@@ -156,7 +156,7 @@ import Asd20NotificationGroup from '@asd20/notifications-ui/src/components/Asd20
156
156
  import pageTemplateMixin from '../../../mixins/pageTemplateMixin'
157
157
 
158
158
  export default {
159
- name: 'Asd20DetailImageTemplate',
159
+ name: 'Asd20DetailImageFullTemplate',
160
160
  mixins: [pageTemplateMixin],
161
161
  components: {
162
162
  Asd20PageContent,