@public-ui/vue 1.1.17 → 1.2.0-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
@@ -163,6 +163,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
163
163
  "_tabIndex",
164
164
  "_tooltipAlign",
165
165
  "_type",
166
+ "_value",
166
167
  "_variant"
167
168
  ]);
168
169
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
@@ -183,7 +184,8 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
183
184
  "_role",
184
185
  "_tabIndex",
185
186
  "_tooltipAlign",
186
- "_type"
187
+ "_type",
188
+ "_value"
187
189
  ]);
188
190
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
189
191
  "_hasFooter",
@@ -477,6 +479,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
477
479
  "_icon",
478
480
  "_iconOnly",
479
481
  "_label",
482
+ "_on",
480
483
  "_role",
481
484
  "_tabIndex",
482
485
  "_target",
package/dist/index.mjs CHANGED
@@ -161,6 +161,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
161
161
  "_tabIndex",
162
162
  "_tooltipAlign",
163
163
  "_type",
164
+ "_value",
164
165
  "_variant"
165
166
  ]);
166
167
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
@@ -181,7 +182,8 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
181
182
  "_role",
182
183
  "_tabIndex",
183
184
  "_tooltipAlign",
184
- "_type"
185
+ "_type",
186
+ "_value"
185
187
  ]);
186
188
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
187
189
  "_hasFooter",
@@ -475,6 +477,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
475
477
  "_icon",
476
478
  "_iconOnly",
477
479
  "_label",
480
+ "_on",
478
481
  "_role",
479
482
  "_tabIndex",
480
483
  "_target",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.1.17",
3
+ "version": "1.2.0-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",
@@ -49,16 +49,12 @@
49
49
  ],
50
50
  "scripts": {
51
51
  "build": "unbuild",
52
- "prepack": "unbuild",
53
- ":install": "pnpm i && pnpm update",
54
- ":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true",
55
- ":republish": "npm run :unpublish && npm run :publish",
56
- ":unpublish": "npm unpublish -f --registry=http://localhost:4873"
52
+ "prepack": "unbuild"
57
53
  },
58
54
  "devDependencies": {
59
55
  "@babel/types": "7.20.7",
60
- "@public-ui/core": "1.1.17",
61
- "@public-ui/components": "1.1.17",
56
+ "@public-ui/core": "1.2.0",
57
+ "@public-ui/components": "1.2.0-rc.0",
62
58
  "@types/minimatch": "5.1.2",
63
59
  "@types/minimist": "1.2.2",
64
60
  "@types/node": "18.11.18",
@@ -68,7 +64,7 @@
68
64
  "unbuild": "1.0.2"
69
65
  },
70
66
  "peerDependencies": {
71
- "@public-ui/components": "1.1.17",
67
+ "@public-ui/components": "1.2.0-rc.0",
72
68
  "vue": ">=3"
73
69
  },
74
70
  "sideEffects": false,