@public-ui/vue 3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0 → 3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.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 -g @public-ui/vue
21
- pnpm i -g @public-ui/vue
22
- yarn add -g @public-ui/vue
20
+ npm i @public-ui/vue
21
+ pnpm i @public-ui/vue
22
+ yarn add @public-ui/vue
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -48,6 +48,8 @@ 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,7 +656,9 @@ 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",
659
660
  "_ariaControls",
661
+ "_ariaDescription",
660
662
  "_ariaExpanded",
661
663
  "_ariaSelected",
662
664
  "_customClass",
@@ -668,6 +670,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
668
670
  "_name",
669
671
  "_on",
670
672
  "_role",
673
+ "_shortKey",
671
674
  "_syncValueBySelector",
672
675
  "_tooltipAlign",
673
676
  "_type",
package/dist/index.mjs CHANGED
@@ -654,7 +654,9 @@ 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",
657
658
  "_ariaControls",
659
+ "_ariaDescription",
658
660
  "_ariaExpanded",
659
661
  "_ariaSelected",
660
662
  "_customClass",
@@ -666,6 +668,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
666
668
  "_name",
667
669
  "_on",
668
670
  "_role",
671
+ "_shortKey",
669
672
  "_syncValueBySelector",
670
673
  "_tooltipAlign",
671
674
  "_type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0",
3
+ "version": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.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-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0"
55
+ "@public-ui/components": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0"
59
+ "@public-ui/components": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",