@invopop/popui 0.0.79 → 0.0.80

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