grav-svelte 0.0.88 → 0.0.89

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.
@@ -114,13 +114,12 @@
114
114
  .filter-group {
115
115
  display: inline-flex;
116
116
  gap: 0.5rem;
117
- padding: 0.5rem;
118
117
  }
119
118
 
120
119
  @media (min-width: 640px) {
121
120
  .filter-group {
122
121
  padding: 0;
123
- gap: 0.2rem;
122
+ gap: 0.5rem;
124
123
  margin-right: 0.5rem;
125
124
  }
126
125
  }
@@ -177,9 +177,6 @@
177
177
  </button>
178
178
  </Tooltip>
179
179
  {/if}
180
- </div>
181
- <!-- Show Filters Button -->
182
- <div class="filter-group" role="group">
183
180
  {#if Filtros && Filtros.length > 0}
184
181
  {#if showFilters}
185
182
  <Tooltip text="Ver filtros">
@@ -215,6 +212,9 @@
215
212
  </Tooltip>
216
213
  {/if}
217
214
  </div>
215
+ <!-- Show Filters Button -->
216
+ <div class="filter-group" role="group">
217
+ </div>
218
218
 
219
219
 
220
220
  </div>
@@ -40,7 +40,7 @@
40
40
  {#if expandEnabled}
41
41
  <th
42
42
  class="table-header-cell expand-header non-sortable {!dragEnabled
43
- ? 'header-sticky-intersection borderleft'
43
+ ? 'header-sticky-intersection '
44
44
  : ''}"
45
45
  >
46
46
  </th>
@@ -414,7 +414,7 @@
414
414
 
415
415
  .editable-checkbox.checked {
416
416
  background-color: var(--grav-crud-color-neutral);
417
- color: var(--grav-crud-color-border);
417
+ color: var(--grav-crud-color-bg);
418
418
  border-color: var(--grav-crud-color-neutral);
419
419
  }
420
420
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grav-svelte",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "description": "A collection of Svelte components",
5
5
  "license": "MIT",
6
6
  "scripts": {