@invopop/popui 0.0.80 → 0.0.82

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.
@@ -79,9 +79,9 @@ $: {
79
79
  {/if}
80
80
  {#each fields as field, i (i)}
81
81
  <TableCell
82
- class="{i === 0 && !selectable ? 'pl-6' : ''} {i === fields.length - 1 && !actions.length
82
+ class="{i === 0 && !selectable ? 'pl-6' : 'pl-3'} {i === fields.length - 1 && !actions.length
83
83
  ? 'pr-6'
84
- : 'pr-0'}"
84
+ : 'pr-3'}"
85
85
  >
86
86
  <BaseTableCellContent
87
87
  {field}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.0.80",
4
+ "version": "0.0.82",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && npm run package",