@public-ui/vue 3.0.8 → 3.0.9-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
@@ -132,6 +132,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
132
132
  "_hideLabel",
133
133
  "_icons",
134
134
  "_id",
135
+ "_inline",
135
136
  "_label",
136
137
  "_name",
137
138
  "_on",
@@ -153,6 +154,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
153
154
  "_hideLabel",
154
155
  "_icons",
155
156
  "_id",
157
+ "_inline",
156
158
  "_label",
157
159
  "_variant",
158
160
  "_name",
@@ -495,6 +497,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
495
497
  "_hideLabel",
496
498
  "_href",
497
499
  "_icons",
500
+ "_inline",
498
501
  "_label",
499
502
  "_variant",
500
503
  "_on",
@@ -572,6 +575,7 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
572
575
  "_disabled",
573
576
  "_hideLabel",
574
577
  "_icons",
578
+ "_inline",
575
579
  "_id",
576
580
  "_label",
577
581
  "_name",
@@ -596,6 +600,7 @@ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-w
596
600
  "_hideLabel",
597
601
  "_icons",
598
602
  "_id",
603
+ "_inline",
599
604
  "_label",
600
605
  "_name",
601
606
  "_on",
package/dist/index.mjs CHANGED
@@ -130,6 +130,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
130
130
  "_hideLabel",
131
131
  "_icons",
132
132
  "_id",
133
+ "_inline",
133
134
  "_label",
134
135
  "_name",
135
136
  "_on",
@@ -151,6 +152,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
151
152
  "_hideLabel",
152
153
  "_icons",
153
154
  "_id",
155
+ "_inline",
154
156
  "_label",
155
157
  "_variant",
156
158
  "_name",
@@ -493,6 +495,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
493
495
  "_hideLabel",
494
496
  "_href",
495
497
  "_icons",
498
+ "_inline",
496
499
  "_label",
497
500
  "_variant",
498
501
  "_on",
@@ -570,6 +573,7 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
570
573
  "_disabled",
571
574
  "_hideLabel",
572
575
  "_icons",
576
+ "_inline",
573
577
  "_id",
574
578
  "_label",
575
579
  "_name",
@@ -594,6 +598,7 @@ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-w
594
598
  "_hideLabel",
595
599
  "_icons",
596
600
  "_id",
601
+ "_inline",
597
602
  "_label",
598
603
  "_name",
599
604
  "_on",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.8",
3
+ "version": "3.0.9-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,11 +52,11 @@
52
52
  "typescript": "5.9.3",
53
53
  "unbuild": "3.6.1",
54
54
  "vue": "3.5.25",
55
- "@public-ui/components": "3.0.8"
55
+ "@public-ui/components": "3.0.9-rc.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": "^3.5.25",
59
- "@public-ui/components": "3.0.8"
59
+ "@public-ui/components": "3.0.9-rc.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",