@bcc-code/component-library-vue 0.3.0 → 0.4.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.
@@ -6,23 +6,25 @@ export { default as BccAvatar } from './BccAvatar/BccAvatar.vue';
6
6
  export { default as BccBadge } from './BccBadge/BccBadge.vue';
7
7
  export { default as BccCapacityIndicator } from './BccCapacityIndicator/BccCapacityIndicator.vue';
8
8
  export { default as BccCircleLoader } from './BccCircleLoader/BccCircleLoader.vue';
9
+ export { default as BccDialKnob } from './BccDialKnob/BccDialKnob.vue';
9
10
  export { default as BccFrame } from './BccFrame/BccFrame.vue';
10
11
  export { default as BccGraphic } from './BccGraphic/BccGraphic.vue';
11
- export { default as BccDialKnob } from './BccDialKnob/BccDialKnob.vue';
12
12
  export { default as BccNpsResult } from './BccNpsResult/BccNpsResult.vue';
13
13
  export { default as BccNpsScore } from './BccNpsScore/BccNpsScore.vue';
14
14
  export { default as BccReact } from './BccReact/BccReact.vue';
15
15
  export { default as BccReactEmoji } from './BccReact/BccReactEmoji.vue';
16
+ export { default as BccTabs } from './BccTabs/BccTabs.vue';
16
17
  export { default as BccTag } from './BccTag/BccTag.vue';
17
18
  export { default as BccToggle } from './BccToggle/BccToggle.vue';
18
19
  export type { AvatarProps } from './BccAvatar/BccAvatar.vue';
19
20
  export type { BadgeProps } from './BccBadge/BccBadge.vue';
20
21
  export type { CapacityIndicatorProps } from './BccCapacityIndicator/BccCapacityIndicator.vue';
22
+ export type { KnobProps, KnobSlots } from './BccDialKnob/BccDialKnob.vue';
21
23
  export type { FrameProps } from './BccFrame/BccFrame.vue';
22
24
  export type { GraphicProps } from './BccGraphic/BccGraphic.vue';
23
- export type { KnobProps, KnobSlots } from './BccDialKnob/BccDialKnob.vue';
24
25
  export type { NpsResultProps } from './BccNpsResult/BccNpsResult.vue';
25
26
  export type { NpsScoreProps } from './BccNpsScore/BccNpsScore.vue';
26
27
  export type { ReactInfo, ReactProps } from './BccReact/types';
28
+ export type { TabItem, TabsProps } from './BccTabs/BccTabs.vue';
27
29
  export type { TagProps } from './BccTag/BccTag.vue';
28
30
  export type { ToggleProps } from './BccToggle/BccToggle.vue';
@@ -6,11 +6,9 @@ export { default as BccButton } from './BccButton.vue';
6
6
  export { default as BccCheckbox } from './BccCheckbox.vue';
7
7
  export { default as BccInput } from './BccInput.vue';
8
8
  export { default as BccMessage } from './BccMessage.vue';
9
- export { default as BccTabs } from './BccTabs.vue';
10
9
  export { default as BccToggleButton } from './BccToggleButton.vue';
11
10
  export type { ButtonProps } from './BccButton.vue';
12
11
  export type { CheckboxProps } from './BccCheckbox.vue';
13
12
  export type { InputProps } from './BccInput.vue';
14
13
  export type { MessageProps } from './BccMessage.vue';
15
- export type { TabItem, TabsProps } from './BccTabs.vue';
16
14
  export type { ToggleButtonProps } from './BccToggleButton.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.3.0",
3
+ "version": "0.4.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,7 +60,8 @@
60
60
  "tailwindcss": "^4.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "vue": "^3.5.0"
63
+ "vue": "^3.5.0",
64
+ "@bcc-code/design-tokens": "^5.0.3"
64
65
  },
65
66
  "devDependencies": {
66
67
  "@eslint/js": "^9.39.2",