pangea-lib 2.11.306 → 2.11.308

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.
@@ -29,5 +29,3 @@ export { default as PgaSwitchOptions } from './form/input/PgaSwitchOptions.vue';
29
29
  export { default as PgaImage } from './image/PgaImage.vue';
30
30
  export { default as PgaPagination } from './table/PgaPagination.vue';
31
31
  export { default as PgaTable } from './table/PgaTable.vue';
32
- export { default as PgaTd } from './table/PgaTd.vue';
33
- export { default as PgaTh } from './table/PgaTh.vue';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.306",
4
+ "version": "2.11.308",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",