@papillonarts/components 0.21.0 → 0.22.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.
@@ -114,8 +114,8 @@ function TabNav(_ref) {
114
114
  });
115
115
  },
116
116
  className: (0, _classnames["default"])(className, _TabNav2["default"]['tabnav-tab'], (0, _defineProperty2["default"])((0, _defineProperty2["default"])({}, _TabNav2["default"]['tabnav-tab-inactive'], enabled === false), _TabNav2["default"]['tabnav-tab-hidden'], visible === false))
117
- }, itemOtherProps), link.component.props), {}, {
118
- children: link.component.children
117
+ }, itemOtherProps), link.props), {}, {
118
+ children: link.children
119
119
  }), (0, _uuid.v1)())
120
120
  );
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonarts/components",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "Papillon Arts Components",
5
5
  "homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/components",
6
6
  "repository": {
@@ -26,8 +26,8 @@
26
26
  "build-release": "npm run build"
27
27
  },
28
28
  "dependencies": {
29
- "@papillonarts/css": "^0.21.0",
30
- "@papillonarts/library": "^0.21.0"
29
+ "@papillonarts/css": "^0.22.0",
30
+ "@papillonarts/library": "^0.22.0"
31
31
  },
32
- "gitHead": "5a27f7da536889a12d18f75340643cb56a049783"
32
+ "gitHead": "5493cf40dd005fc8f60f3dde1e9dbd61bfffd8bc"
33
33
  }