etudes 6.1.0 → 6.1.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.
@@ -51,11 +51,11 @@ function getFixedStyles({ isActive = false, isSplit = false, isTailHidden = fals
51
51
  position: 'absolute',
52
52
  width: isSplit ? '50%' : '100%',
53
53
  },
54
- joint0: {
54
+ section0: {
55
55
  left: '0',
56
56
  top: '0',
57
57
  },
58
- joint1: {
58
+ section1: {
59
59
  right: '0',
60
60
  top: '0',
61
61
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "etudes",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "A study of headless React components",
5
5
  "type": "module",
6
6
  "scripts": {