@public-ui/vue 4.3.0-rc.3 → 4.3.0-rc.5

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
@@ -528,6 +528,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
528
528
  "_hideLabel",
529
529
  "_href",
530
530
  "_icons",
531
+ "_inline",
531
532
  "_label",
532
533
  "_on",
533
534
  "_role",
package/dist/index.mjs CHANGED
@@ -526,6 +526,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
526
526
  "_hideLabel",
527
527
  "_href",
528
528
  "_icons",
529
+ "_inline",
529
530
  "_label",
530
531
  "_on",
531
532
  "_role",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.3.0-rc.3",
3
+ "version": "4.3.0-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,11 +50,11 @@
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
52
  "vue": "3.5.34",
53
- "@public-ui/components": "4.3.0-rc.3"
53
+ "@public-ui/components": "4.3.0-rc.5"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "3.x",
57
- "@public-ui/components": "4.3.0-rc.3"
57
+ "@public-ui/components": "4.3.0-rc.5"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",