stardust
Advanced tools
Comparing version 0.52.4 to 0.52.5
@@ -78,3 +78,3 @@ 'use strict'; | ||
var ElementType = (0, _lib.getElementType)(Button, props, function () { | ||
if (label || labeled || attached) return 'div'; | ||
if (label || attached) return 'div'; | ||
}); | ||
@@ -81,0 +81,0 @@ var tabIndex = ElementType === 'div' ? 0 : undefined; |
{ | ||
"name": "stardust", | ||
"version": "0.52.4", | ||
"version": "0.52.5", | ||
"description": "The official Semantic-UI-React integration.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
@@ -63,3 +63,3 @@ import cx from 'classnames' | ||
const ElementType = getElementType(Button, props, () => { | ||
if (label || labeled || attached) return 'div' | ||
if (label || attached) return 'div' | ||
}) | ||
@@ -66,0 +66,0 @@ const tabIndex = ElementType === 'div' ? 0 : undefined |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1401049