@dpa-id-components/dpa-shared-components 5.0.1 → 5.0.2

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": "@dpa-id-components/dpa-shared-components",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "engines": {
5
5
  "node": ">=16"
6
6
  },
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _default;
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, r = /* @__PURE__ */ o("path", { d: "M3.51471 12L12 3.51472L20.4853 12L12 20.4853L3.51471 12Z" }, null, -1), c = [
6
- r
7
- ];
8
- function s(l, d) {
9
- return e(), t("svg", n, c);
10
- }
11
- const i = { render: s };
12
- export {
13
- i as default,
14
- s as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, l = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M12 6.34315L6.34314 12L12 17.6569L17.6568 12L12 6.34315ZM3.51471 12L12 20.4853L20.4853 12L12 3.51472L3.51471 12Z"
9
- }, null, -1), r = [
10
- l
11
- ];
12
- function c(d, s) {
13
- return e(), t("svg", n, r);
14
- }
15
- const L = { render: c };
16
- export {
17
- L as default,
18
- c as render
19
- };