@public-ui/vue 3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0 → 3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.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/README.md CHANGED
@@ -17,9 +17,9 @@ Provide an adapter for [Vue](https://vuejs.org/) to use the KoliBri components.
17
17
  You can install the adapter with `npm`, `pnpm` or `yarn`:
18
18
 
19
19
  ```bash
20
- npm i @public-ui/vue
21
- pnpm i @public-ui/vue
22
- yarn add @public-ui/vue
20
+ npm i -g @public-ui/vue
21
+ pnpm i -g @public-ui/vue
22
+ yarn add -g @public-ui/vue
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -48,8 +48,6 @@ Then, you can import any component from `@public-ui/vue` and render it within yo
48
48
  import { KolButton } from '@public-ui/vue';
49
49
  </script>
50
50
  <template>
51
- <KolButton _label="Hello World" />
51
+ <KolButton _label="Hello World" />
52
52
  </template>
53
53
  ```
54
-
55
- Find available design tokens in the [default theme README](../../themes/default/README.md).
package/dist/index.cjs CHANGED
@@ -656,9 +656,7 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
656
656
  "_variant"
657
657
  ]);
658
658
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
659
- "_accessKey",
660
659
  "_ariaControls",
661
- "_ariaDescription",
662
660
  "_ariaExpanded",
663
661
  "_ariaSelected",
664
662
  "_customClass",
@@ -670,7 +668,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
670
668
  "_name",
671
669
  "_on",
672
670
  "_role",
673
- "_shortKey",
674
671
  "_syncValueBySelector",
675
672
  "_tooltipAlign",
676
673
  "_type",
package/dist/index.mjs CHANGED
@@ -654,9 +654,7 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
654
654
  "_variant"
655
655
  ]);
656
656
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
657
- "_accessKey",
658
657
  "_ariaControls",
659
- "_ariaDescription",
660
658
  "_ariaExpanded",
661
659
  "_ariaSelected",
662
660
  "_customClass",
@@ -668,7 +666,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
668
666
  "_name",
669
667
  "_on",
670
668
  "_role",
671
- "_shortKey",
672
669
  "_syncValueBySelector",
673
670
  "_tooltipAlign",
674
671
  "_type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0",
3
+ "version": "3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.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.8.3",
53
53
  "unbuild": "3.5.0",
54
54
  "vue": "3.5.16",
55
- "@public-ui/components": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0"
55
+ "@public-ui/components": "3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0"
59
+ "@public-ui/components": "3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",