@planet/ui
Advanced tools
Comparing version 0.3.0-beta.2 to 0.3.0
@@ -121,3 +121,3 @@ 'use strict'; | ||
className: button.left ? 'pl-left' : null, | ||
key: index })); | ||
key: button.text })); | ||
}) | ||
@@ -124,0 +124,0 @@ ) |
@@ -64,3 +64,3 @@ 'use strict'; | ||
{ className: headerItemClassName, | ||
key: index, | ||
key: tab.title, | ||
onClick: _this._onHeaderItemClick.bind(null, index), | ||
@@ -86,3 +86,3 @@ style: { zIndex: array.length - index } }, | ||
'div', | ||
{ className: 'pl-tab-menu-slide', key: index }, | ||
{ className: 'pl-tab-menu-slide', key: tab.title }, | ||
tab.content | ||
@@ -89,0 +89,0 @@ ); |
{ | ||
"name": "@planet/ui", | ||
"version": "0.3.0-beta.2", | ||
"version": "0.3.0", | ||
"description": "Planet UI components built with React", | ||
@@ -5,0 +5,0 @@ "author": "Planet", |
54080