@stonecrop/atable 0.8.0 → 0.8.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/atable",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {
@@ -42,8 +42,8 @@
42
42
  "@vueuse/core": "^14.1.0",
43
43
  "pinia": "^3.0.4",
44
44
  "vue": "^3.5.26",
45
- "@stonecrop/themes": "0.8.0",
46
- "@stonecrop/utilities": "0.8.0"
45
+ "@stonecrop/themes": "0.8.1",
46
+ "@stonecrop/utilities": "0.8.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^9.39.2",
@@ -308,6 +308,7 @@ defineExpose({
308
308
  white-space: nowrap;
309
309
  max-width: 40ch;
310
310
  border-top: 1px solid var(--sc-row-border-color);
311
+ margin-left: 1px;
311
312
  }
312
313
  .atable-cell a {
313
314
  color: var(--sc-cell-text-color);