@dpa-id-components/dpa-shared-components 21.1.0 → 21.1.1

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.
@@ -2,9 +2,9 @@ export declare const icons: {
2
2
  readonly alert: () => Promise<typeof import("./icons/alert.vue")>;
3
3
  readonly audio: () => Promise<typeof import("./icons/audio.vue")>;
4
4
  readonly gallery: () => Promise<typeof import("./icons/gallery.vue")>;
5
- readonly image: () => Promise<typeof import("./icons/image.vue")>;
6
- readonly infographic: () => Promise<typeof import("./icons/infographic.vue")>;
7
- readonly "news-package": () => Promise<typeof import("./icons/news-package.vue")>;
5
+ readonly graphic: () => Promise<typeof import("./icons/graphic.vue")>;
6
+ readonly package: () => Promise<typeof import("./icons/package.vue")>;
7
+ readonly picture: () => Promise<typeof import("./icons/picture.vue")>;
8
8
  readonly story: () => Promise<typeof import("./icons/story.vue")>;
9
9
  readonly text: () => Promise<typeof import("./icons/text.vue")>;
10
10
  readonly video: () => Promise<typeof import("./icons/video.vue")>;
@@ -14877,9 +14877,9 @@ var tu = {
14877
14877
  alert: () => import("./alert-BMmH4q6y.js"),
14878
14878
  audio: () => import("./audio-BN2iVbbp.js"),
14879
14879
  gallery: () => import("./gallery-DSmOoCFT.js"),
14880
- image: () => import("./image-CjSpEvvo.js"),
14881
- infographic: () => import("./infographic-aiSsjemk.js"),
14882
- "news-package": () => import("./news-package-Y-FzmiJ3.js"),
14880
+ graphic: () => import("./graphic-BMtcGj5R.js"),
14881
+ package: () => import("./package-D_Bh8bgp.js"),
14882
+ picture: () => import("./picture-D7kBYru_.js"),
14883
14883
  story: () => import("./story-DEvV0oQv.js"),
14884
14884
  text: () => import("./text-7i2atLMM.js"),
14885
14885
  video: () => import("./video-hhs4-tLq.js")
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
2
2
  import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
3
- //#region src/components/UiMediaTypeIcon/icons/infographic.vue
3
+ //#region src/components/UiMediaTypeIcon/icons/graphic.vue
4
4
  var i = {}, a = {
5
5
  width: "20",
6
6
  height: "20",
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
2
2
  import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
3
- //#region src/components/UiMediaTypeIcon/icons/news-package.vue
3
+ //#region src/components/UiMediaTypeIcon/icons/package.vue
4
4
  var i = {}, a = {
5
5
  width: "20",
6
6
  height: "20",
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-BTgDAbhb.js";
2
2
  import { createElementBlock as t, createElementVNode as n, openBlock as r } from "vue";
3
- //#region src/components/UiMediaTypeIcon/icons/image.vue
3
+ //#region src/components/UiMediaTypeIcon/icons/picture.vue
4
4
  var i = {}, a = {
5
5
  width: "20",
6
6
  height: "20",
@@ -2,9 +2,9 @@ export const icons = {
2
2
  alert: () => import("./icons/alert.vue"),
3
3
  audio: () => import("./icons/audio.vue"),
4
4
  gallery: () => import("./icons/gallery.vue"),
5
- image: () => import("./icons/image.vue"),
6
- infographic: () => import("./icons/infographic.vue"),
7
- "news-package": () => import("./icons/news-package.vue"),
5
+ graphic: () => import("./icons/graphic.vue"),
6
+ package: () => import("./icons/package.vue"),
7
+ picture: () => import("./icons/picture.vue"),
8
8
  story: () => import("./icons/story.vue"),
9
9
  text: () => import("./icons/text.vue"),
10
10
  video: () => import("./icons/video.vue"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpa-id-components/dpa-shared-components",
3
- "version": "21.1.0",
3
+ "version": "21.1.1",
4
4
  "description": "Shared Vue components library for dpa projects",
5
5
  "files": [
6
6
  "src",
@@ -2,9 +2,9 @@ export const icons = {
2
2
  alert: () => import("./icons/alert.vue"),
3
3
  audio: () => import("./icons/audio.vue"),
4
4
  gallery: () => import("./icons/gallery.vue"),
5
- image: () => import("./icons/image.vue"),
6
- infographic: () => import("./icons/infographic.vue"),
7
- "news-package": () => import("./icons/news-package.vue"),
5
+ graphic: () => import("./icons/graphic.vue"),
6
+ package: () => import("./icons/package.vue"),
7
+ picture: () => import("./icons/picture.vue"),
8
8
  story: () => import("./icons/story.vue"),
9
9
  text: () => import("./icons/text.vue"),
10
10
  video: () => import("./icons/video.vue"),