@bcc-code/component-library-vue 1.3.1 → 1.3.3

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.
@@ -35,13 +35,13 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Graphi
35
35
  rounding: keyof typeof roundingClasses;
36
36
  ratio: string;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
38
- 'top-left'?: (props: {}) => any;
38
+ topLeft?: (props: {}) => any;
39
39
  } & {
40
- 'top-right'?: (props: {}) => any;
40
+ topRight?: (props: {}) => any;
41
41
  } & {
42
- 'bottom-right'?: (props: {}) => any;
42
+ bottomRight?: (props: {}) => any;
43
43
  } & {
44
- 'bottom-left'?: (props: {}) => any;
44
+ bottomLeft?: (props: {}) => any;
45
45
  }>;
46
46
  type __VLS_WithSlots<T, S> = T & {
47
47
  new (): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
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",
@@ -54,7 +54,7 @@
54
54
  "create-version": "node ./scripts/version.cjs"
55
55
  },
56
56
  "dependencies": {
57
- "@bcc-code/design-tokens": "^5.2.2",
57
+ "@bcc-code/design-tokens": "^5.2.3",
58
58
  "@bcc-code/icons-vue": "^1.4.0",
59
59
  "@primeuix/themes": "^2.0.3",
60
60
  "@tailwindcss/vite": "^4.1.18",