@public-ui/vue 1.7.9 → 1.7.10-rc.0

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/index.cjs CHANGED
@@ -557,7 +557,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
557
557
  "_stealth",
558
558
  "_tabIndex",
559
559
  "_target",
560
- "_targetDescription",
561
560
  "_tooltipAlign",
562
561
  "_useCase"
563
562
  ]);
@@ -580,7 +579,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
580
579
  "_role",
581
580
  "_tabIndex",
582
581
  "_target",
583
- "_targetDescription",
584
582
  "_tooltipAlign",
585
583
  "_variant"
586
584
  ]);
package/dist/index.mjs CHANGED
@@ -555,7 +555,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
555
555
  "_stealth",
556
556
  "_tabIndex",
557
557
  "_target",
558
- "_targetDescription",
559
558
  "_tooltipAlign",
560
559
  "_useCase"
561
560
  ]);
@@ -578,7 +577,6 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
578
577
  "_role",
579
578
  "_tabIndex",
580
579
  "_target",
581
- "_targetDescription",
582
580
  "_tooltipAlign",
583
581
  "_variant"
584
582
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.9",
3
+ "version": "1.7.10-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -43,17 +43,17 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@babel/types": "7.23.6",
46
- "@public-ui/components": "1.7.9",
46
+ "@public-ui/components": "1.7.10-rc.0",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.5",
49
49
  "@types/node": "ts5.3",
50
50
  "@types/normalize-package-data": "2.4.4",
51
51
  "typescript": "5.3.3",
52
52
  "unbuild": "1.2.1",
53
- "vue": "3.4.5"
53
+ "vue": "3.4.15"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "1.7.9",
56
+ "@public-ui/components": "1.7.10-rc.0",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,