@dpa-id-components/dpa-shared-components 6.0.0 → 6.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": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "engines": {
5
5
  "node": ">=16"
6
6
  },
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const C = {
3
- viewBox: "0 0 20 20",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", { d: "M13 9H11V7C11 6.45 10.55 6 10 6C9.45 6 9 6.45 9 7V9H7C6.45 9 6 9.45 6 10C6 10.55 6.45 11 7 11H9V13C9 13.55 9.45 14 10 14C10.55 14 11 13.55 11 13V11H13C13.55 11 14 10.55 14 10C14 9.45 13.55 9 13 9ZM10 18C5.589 18 2 14.411 2 10C2 5.589 5.589 2 10 2C14.411 2 18 5.589 18 10C18 14.411 14.411 18 10 18ZM10 0C4.486 0 0 4.486 0 10C0 15.514 4.486 20 10 20C15.514 20 20 15.514 20 10C20 4.486 15.514 0 10 0Z" }, null, -1), c = [
6
- n
7
- ];
8
- function r(s, l) {
9
- return e(), t("svg", C, c);
10
- }
11
- const _ = { render: r };
12
- export {
13
- _ as default,
14
- r as render
15
- };