@flyui-kit/react
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -14,5 +14,9 @@ 'use strict'; | ||
children, | ||
className, | ||
type = 'submit' | ||
} = props; | ||
return /*#__PURE__*/React__default["default"].createElement("button", { | ||
className: ` | ||
animate-pulse bg-purple-300 hover:bg-purple-400 hover:text-white font-bold py-2 px-4 rounded inline-flex items-center | ||
${className}`, | ||
type: type | ||
@@ -19,0 +23,0 @@ }, children); |
@@ -6,5 +6,9 @@ import React from 'react'; | ||
children, | ||
className, | ||
type = 'submit' | ||
} = props; | ||
return /*#__PURE__*/React.createElement("button", { | ||
className: ` | ||
animate-pulse bg-purple-300 hover:bg-purple-400 hover:text-white font-bold py-2 px-4 rounded inline-flex items-center | ||
${className}`, | ||
type: type | ||
@@ -11,0 +15,0 @@ }, children); |
{ | ||
"name": "@flyui-kit/react", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "FlyUI Component Kit", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c292db0de4ef88fdd08aeb598cb96ef36f788a32" | ||
"gitHead": "fcb4b50445788b898e38a27a355fbbf7e90d0128" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2015
34