@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.
- package/dist/components/UiMediaTypeIcon/icons.d.ts +3 -3
- package/dist/dpa-shared-components.js +3 -3
- package/dist/{infographic-aiSsjemk.js → graphic-BMtcGj5R.js} +1 -1
- package/dist/{news-package-Y-FzmiJ3.js → package-D_Bh8bgp.js} +1 -1
- package/dist/{image-CjSpEvvo.js → picture-D7kBYru_.js} +1 -1
- package/dist/src/components/UiMediaTypeIcon/icons.ts +3 -3
- package/package.json +1 -1
- package/src/components/UiMediaTypeIcon/icons.ts +3 -3
- /package/dist/components/UiMediaTypeIcon/icons/{image.vue.d.ts → graphic.vue.d.ts} +0 -0
- /package/dist/components/UiMediaTypeIcon/icons/{infographic.vue.d.ts → package.vue.d.ts} +0 -0
- /package/dist/components/UiMediaTypeIcon/icons/{news-package.vue.d.ts → picture.vue.d.ts} +0 -0
- /package/dist/src/components/UiMediaTypeIcon/icons/{infographic.vue → graphic.vue} +0 -0
- /package/dist/src/components/UiMediaTypeIcon/icons/{news-package.vue → package.vue} +0 -0
- /package/dist/src/components/UiMediaTypeIcon/icons/{image.vue → picture.vue} +0 -0
- /package/src/components/UiMediaTypeIcon/icons/{infographic.vue → graphic.vue} +0 -0
- /package/src/components/UiMediaTypeIcon/icons/{news-package.vue → package.vue} +0 -0
- /package/src/components/UiMediaTypeIcon/icons/{image.vue → picture.vue} +0 -0
|
@@ -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
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
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
|
-
|
|
14881
|
-
|
|
14882
|
-
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
@@ -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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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"),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|