grav-svelte 0.0.44 → 0.0.47

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.
@@ -585,6 +585,7 @@
585
585
  white-space: nowrap;
586
586
  vertical-align: middle;
587
587
  z-index: 10;
588
+ padding-right: 0.3rem;
588
589
  }
589
590
 
590
591
  .sticky-cell {
@@ -37,6 +37,7 @@
37
37
  .table-cell {
38
38
  font-size: 0.75rem;
39
39
  text-align: center;
40
+ padding-right: 0.3rem;
40
41
  }
41
42
 
42
43
  .button-group {
@@ -4,7 +4,6 @@
4
4
  import CrudTable from "./CrudTable.svelte";
5
5
  import type { FiltrosI, TableHeader, CrudWrapperProps } from "./interfaces.js";
6
6
  import PaginationCrud from "./PaginationCRUD.svelte";
7
- import { ModalContainer } from "../Modals/index.js";
8
7
 
9
8
  export let Filtros: FiltrosI[];
10
9
  export let todosLosObjetos: any[];
@@ -130,7 +129,6 @@ import { ModalContainer } from "../Modals/index.js";
130
129
  <i class="far fa-file-pdf"></i>PDF
131
130
  </button>
132
131
  </div>
133
- <ModalContainer />
134
132
  </div>
135
133
 
136
134
  <style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grav-svelte",
3
- "version": "0.0.44",
3
+ "version": "0.0.47",
4
4
  "description": "A collection of Svelte components",
5
5
  "license": "MIT",
6
6
  "scripts": {