@point-hub/papp 0.0.137 → 0.0.139
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/dist/components/base-avatar.vue.d.ts +4 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +116 -103
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as BaseAccordion } from './components/base-accordion.vue';
|
|
2
2
|
export { default as BaseAccordionItem } from './components/base-accordion-item.vue';
|
|
3
3
|
export { default as BaseAlert, type BaseAlertColorType, type BaseAlertIconType, type BaseAlertVariantType } from './components/base-alert.vue';
|
|
4
|
-
export { default as BaseAvatar, type BaseAvatarColorType, type BaseAvatarShapeType
|
|
4
|
+
export { default as BaseAvatar, type BaseAvatarColorType, type BaseAvatarShapeType } from './components/base-avatar.vue';
|
|
5
5
|
export { default as BaseAvatarGroup } from './components/base-avatar-group.vue';
|
|
6
6
|
export { default as BaseBadge, type BaseBadgeColorType, type BaseBadgeVariantType } from './components/base-badge.vue';
|
|
7
7
|
export { default as BaseBreadcrumb, type BaseBreadcrumbItemInterface, type BaseBreadcrumbSeparatoryType } from './components/base-breadcrumb.vue';
|