dockview-vue 3.0.2 → 3.1.0

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.
@@ -243,7 +243,7 @@
243
243
  .dockview-theme-replit .dv-groupview.dv-inactive-group {
244
244
  border: 1px solid transparent;
245
245
  }
246
- .dockview-theme-replit .vertical > .sash-container > .sash:not(.disabled)::after {
246
+ .dockview-theme-replit .dv-vertical > .dv-sash-container > .dv-sash:not(.disabled)::after {
247
247
  content: "";
248
248
  height: 4px;
249
249
  width: 40px;
@@ -254,7 +254,7 @@
254
254
  background-color: var(--dv-separator-handle-background-color);
255
255
  position: absolute;
256
256
  }
257
- .dockview-theme-replit .vertical > .sash-container > .sash:not(.disabled):hover::after {
257
+ .dockview-theme-replit .dv-vertical > .dv-sash-container > .dv-sash:not(.disabled):hover::after {
258
258
  background-color: var(--dv-separator-handle-hover-background-color);
259
259
  }
260
260
  .dockview-theme-replit .dv-horizontal > .dv-sash-container > .dv-sash:not(.disabled)::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dockview-vue",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "Zero dependency layout manager supporting tabs, grids and splitviews",
5
5
  "keywords": [
6
6
  "splitview",
@@ -52,7 +52,7 @@
52
52
  "test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-vue --coverage"
53
53
  },
54
54
  "dependencies": {
55
- "dockview-core": "^3.0.2"
55
+ "dockview-core": "^3.1.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": "^3.4.0"