@bcc-code/component-library-vue 0.6.0 → 0.6.1

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.
@@ -3,6 +3,7 @@ import { type ButtonProps as PrimeButtonProps } from 'primevue/button';
3
3
  export type ButtonProps = {
4
4
  icon?: VueComponent;
5
5
  iconRight?: boolean;
6
+ size?: PrimeButtonProps['size'];
6
7
  useCtx?: boolean;
7
8
  } & /* @vue-ignore */ Omit<PrimeButtonProps, 'icon' | 'iconPos'>;
8
9
  declare var __VLS_14: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "description": "Extended Vue component library based on PrimeVue and BCC design tokens",
6
6
  "repository": "https://github.com/bcc-code/bcc-design.git",
@@ -60,11 +60,11 @@
60
60
  "tailwindcss": "^4.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "@bcc-code/design-tokens": "^5.0.3",
63
+ "@bcc-code/design-tokens": "^5.1.0",
64
64
  "vue": "^3.5.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@bcc-code/design-tokens": "^5.0.3",
67
+ "@bcc-code/design-tokens": "^5.1.0",
68
68
  "@eslint/js": "^9.39.2",
69
69
  "@primevue/auto-import-resolver": "^4.5.4",
70
70
  "@storybook/addon-docs": "^10.2.8",