@asd20/ui 3.2.659 → 3.2.661
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
|
@@ -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
|
|
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: '
|
|
159
|
+
name: 'Asd20DetailImageFullTemplate',
|
|
160
160
|
mixins: [pageTemplateMixin],
|
|
161
161
|
components: {
|
|
162
162
|
Asd20PageContent,
|
|
@@ -264,7 +264,7 @@ export default {
|
|
|
264
264
|
// }
|
|
265
265
|
.primary-messaging-section {
|
|
266
266
|
display: block;
|
|
267
|
-
padding: space(2);
|
|
267
|
+
padding: space(2) !important;
|
|
268
268
|
// max-width: 50vw;
|
|
269
269
|
}
|
|
270
270
|
}
|