dockview-react 1.15.2 → 1.15.3

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.
@@ -744,7 +744,7 @@
744
744
  align-items: center;
745
745
  padding: 0px 8px;
746
746
  white-space: nowrap;
747
- text-overflow: elipsis;
747
+ text-overflow: ellipsis;
748
748
  }
749
749
  .tab .dv-default-tab .dv-default-tab-content {
750
750
  padding: 0px 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dockview-react",
3
- "version": "1.15.2",
3
+ "version": "1.15.3",
4
4
  "description": "Zero dependency layout manager supporting tabs, grids and splitviews",
5
5
  "keywords": [
6
6
  "splitview",
@@ -54,6 +54,6 @@
54
54
  "test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-react --coverage"
55
55
  },
56
56
  "dependencies": {
57
- "dockview": "^1.15.2"
57
+ "dockview": "^1.15.3"
58
58
  }
59
59
  }