pangea-lib 2.11.284 → 2.11.285

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.
@@ -3,7 +3,6 @@ export { default as PgaIcon } from './PgaIcon.vue';
3
3
  export { default as PgaInfoCardFullPage } from './PgaInfoCardFullPage.vue';
4
4
  export { default as PgaItemSelected } from './PgaItemSelected.vue';
5
5
  export { default as PgaModal } from './PgaModal.vue';
6
- export { default as PgaPagination } from './PgaPagination.vue';
7
6
  export { default as PgaSpinner } from './PgaSpinner.vue';
8
7
  export { default as PgaUserMenu } from './PgaUserMenu.vue';
9
8
  export { default as PgaButton } from './button/PgaButton.vue';
@@ -28,4 +27,5 @@ export { default as PgaSelect } from './form/input/PgaSelect.vue';
28
27
  export { default as PgaSwitch } from './form/input/PgaSwitch.vue';
29
28
  export { default as PgaSwitchOptions } from './form/input/PgaSwitchOptions.vue';
30
29
  export { default as PgaImage } from './image/PgaImage.vue';
30
+ export { default as PgaPagination } from './table/PgaPagination.vue';
31
31
  export { default as PgaTable } from './table/PgaTable.vue';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.284",
4
+ "version": "2.11.285",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",