@explorer-1/vue 0.2.49 → 0.2.50

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.49",
3
+ "version": "0.2.50",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,7 +44,7 @@
44
44
  <BaseButton
45
45
  v-if="theTeaserPage"
46
46
  variant="primary"
47
- :href="theTeaserPage.url"
47
+ :to="theTeaserPage.url"
48
48
  class="mt-8"
49
49
  :aria-label="`${theButtonText} - ${theHeading}`"
50
50
  >
@@ -76,8 +76,9 @@ const { data } = reactive(props)
76
76
  >
77
77
  <DetailHeadline
78
78
  :title="data.title"
79
- label="Slideshow"
79
+ label="Gallery"
80
80
  :publication-date="data.publicationDate"
81
+ pill-color="secondary"
81
82
  schema
82
83
  pill
83
84
  hide-date