@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.209 to 1.0.210
@@ -457,5 +457,5 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
}, userNavigation.map(function (item) { | ||
return React__default.createElement(react.Disclosure.Button, { | ||
return React__default.createElement("button", { | ||
type: "button", | ||
key: item.name, | ||
as: "button", | ||
onClick: item.action, | ||
@@ -462,0 +462,0 @@ className: "block px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary" |
@@ -455,5 +455,5 @@ import React, { useState, Fragment } from 'react'; | ||
}, userNavigation.map(function (item) { | ||
return React.createElement(Disclosure.Button, { | ||
return React.createElement("button", { | ||
type: "button", | ||
key: item.name, | ||
as: "button", | ||
onClick: item.action, | ||
@@ -460,0 +460,0 @@ className: "block px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary" |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.209", | ||
"version": "1.0.210", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.modern.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
176082