@bcc-code/component-library-vue 0.0.0-dev.ed57818 → 0.0.0-dev.edf8c5a

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.
@@ -5,7 +5,6 @@
5
5
  export { default as BccAvatar } from './BccAvatar/BccAvatar.vue';
6
6
  export { default as BccButton } from './BccButton.vue';
7
7
  export { default as BccCheckbox } from './BccCheckbox.vue';
8
- export { default as BccChip } from './BccChip/BccChip.vue';
9
8
  export { default as BccInput } from './BccInput.vue';
10
9
  export { default as BccMessage } from './BccMessage.vue';
11
10
  export { default as BccTabs } from './BccTabs/BccTabs.vue';
@@ -14,7 +13,6 @@ export { default as BccToggleButton } from './BccToggleButton.vue';
14
13
  export type { AvatarProps } from './BccAvatar/BccAvatar.vue';
15
14
  export type { ButtonProps } from './BccButton.vue';
16
15
  export type { CheckboxProps } from './BccCheckbox.vue';
17
- export type { ChipProps } from './BccChip/BccChip.vue';
18
16
  export type { InputProps } from './BccInput.vue';
19
17
  export type { MessageProps } from './BccMessage.vue';
20
18
  export type { TabItem, TabsProps } from './BccTabs/BccTabs.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.0.0-dev.ed57818",
3
+ "version": "0.0.0-dev.edf8c5a",
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",