@public-ui/vue 1.1.16-rc.7 → 1.1.16
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 +0 -6
- package/dist/index.mjs +0 -6
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -473,21 +473,15 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
473
473
|
"_ariaSelected",
|
|
474
474
|
"_customClass",
|
|
475
475
|
"_disabled",
|
|
476
|
-
"_fill",
|
|
477
476
|
"_href",
|
|
478
477
|
"_icon",
|
|
479
478
|
"_iconOnly",
|
|
480
479
|
"_label",
|
|
481
|
-
"_part",
|
|
482
480
|
"_role",
|
|
483
|
-
"_selector",
|
|
484
|
-
"_stealth",
|
|
485
481
|
"_tabIndex",
|
|
486
482
|
"_target",
|
|
487
483
|
"_targetDescription",
|
|
488
484
|
"_tooltipAlign",
|
|
489
|
-
"_underline",
|
|
490
|
-
"_useCase",
|
|
491
485
|
"_variant"
|
|
492
486
|
]);
|
|
493
487
|
const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
package/dist/index.mjs
CHANGED
|
@@ -471,21 +471,15 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
|
|
|
471
471
|
"_ariaSelected",
|
|
472
472
|
"_customClass",
|
|
473
473
|
"_disabled",
|
|
474
|
-
"_fill",
|
|
475
474
|
"_href",
|
|
476
475
|
"_icon",
|
|
477
476
|
"_iconOnly",
|
|
478
477
|
"_label",
|
|
479
|
-
"_part",
|
|
480
478
|
"_role",
|
|
481
|
-
"_selector",
|
|
482
|
-
"_stealth",
|
|
483
479
|
"_tabIndex",
|
|
484
480
|
"_target",
|
|
485
481
|
"_targetDescription",
|
|
486
482
|
"_tooltipAlign",
|
|
487
|
-
"_underline",
|
|
488
|
-
"_useCase",
|
|
489
483
|
"_variant"
|
|
490
484
|
]);
|
|
491
485
|
const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.1.16
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@babel/types": "7.20.7",
|
|
60
|
-
"@public-ui/core": "1.1.16
|
|
61
|
-
"@public-ui/components": "1.1.16
|
|
60
|
+
"@public-ui/core": "1.1.16",
|
|
61
|
+
"@public-ui/components": "1.1.16",
|
|
62
62
|
"@types/minimatch": "5.1.2",
|
|
63
63
|
"@types/minimist": "1.2.2",
|
|
64
64
|
"@types/node": "18.11.18",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"unbuild": "1.0.2"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@public-ui/components": "1.1.16
|
|
71
|
+
"@public-ui/components": "1.1.16",
|
|
72
72
|
"vue": ">=3"
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|