@avenirs-esr/avenirs-dsav 0.1.4 → 0.1.6

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.
@@ -1 +1,2 @@
1
+ export { AvBadgeStub } from './AvBadge/AvBadge.stub';
1
2
  export { default as AvBadge } from './AvBadge/AvBadge.vue';
@@ -1,2 +1,4 @@
1
1
  export { default as AvIconText } from './AvIconText/AvIconText.vue';
2
+ export { default as AvNotice } from './AvNotice/AvNotice.vue';
3
+ export { AvVIconStub } from './AvVIcon/AvVIcon.stub';
2
4
  export { default as AvVIcon } from './AvVIcon/AvVIcon.vue';
@@ -38,7 +38,7 @@ export interface AvPaginationProps {
38
38
  /**
39
39
  * Text for compact current page.
40
40
  */
41
- compactCurrentPageLabel: string;
41
+ compactCurrentPageLabel?: string;
42
42
  /**
43
43
  * Maximum number of pages displayed in pagination.
44
44
  * @default 2
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import '@/styles/main.scss';
1
2
  export * from './components';
2
3
  export * from './composables';
3
4
  export * from './config';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.6",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",