@public-ui/vue 1.6.0-rc.25 → 1.6.0-rc.26
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 +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -676,7 +676,6 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
|
|
|
676
676
|
const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
|
|
677
677
|
"_accessKey",
|
|
678
678
|
"_ariaControls",
|
|
679
|
-
"_ariaCurrent",
|
|
680
679
|
"_ariaExpanded",
|
|
681
680
|
"_ariaLabel",
|
|
682
681
|
"_ariaSelected",
|
|
@@ -684,7 +683,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
684
683
|
"_disabled",
|
|
685
684
|
"_hideLabel",
|
|
686
685
|
"_icon",
|
|
687
|
-
"
|
|
686
|
+
"_id",
|
|
688
687
|
"_label",
|
|
689
688
|
"_name",
|
|
690
689
|
"_on",
|
package/dist/index.mjs
CHANGED
|
@@ -674,7 +674,6 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
|
|
|
674
674
|
const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
|
|
675
675
|
"_accessKey",
|
|
676
676
|
"_ariaControls",
|
|
677
|
-
"_ariaCurrent",
|
|
678
677
|
"_ariaExpanded",
|
|
679
678
|
"_ariaLabel",
|
|
680
679
|
"_ariaSelected",
|
|
@@ -682,7 +681,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
|
|
|
682
681
|
"_disabled",
|
|
683
682
|
"_hideLabel",
|
|
684
683
|
"_icon",
|
|
685
|
-
"
|
|
684
|
+
"_id",
|
|
686
685
|
"_label",
|
|
687
686
|
"_name",
|
|
688
687
|
"_on",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.26",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/types": "7.22.10",
|
|
50
|
-
"@public-ui/components": "1.6.0-rc.
|
|
50
|
+
"@public-ui/components": "1.6.0-rc.26",
|
|
51
51
|
"@types/minimatch": "5.1.2",
|
|
52
52
|
"@types/minimist": "1.2.2",
|
|
53
53
|
"@types/node": "ts5.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"unbuild": "1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@public-ui/components": "1.6.0-rc.
|
|
60
|
+
"@public-ui/components": "1.6.0-rc.26",
|
|
61
61
|
"vue": ">=3"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|