@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.212 to 1.0.213
@@ -411,3 +411,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
onClick: item.action, | ||
className: classNames(active ? 'bg-aleodoni-secondary' : '', 'block px-4 py-2 text-sm text-gray-100') | ||
className: classNames(active ? 'bg-aleodoni-secondary' : '', 'flex w-full px-4 py-2 text-sm text-gray-100') | ||
}, item.name); | ||
@@ -414,0 +414,0 @@ }); |
@@ -409,3 +409,3 @@ import React, { useState, Fragment } from 'react'; | ||
onClick: item.action, | ||
className: classNames(active ? 'bg-aleodoni-secondary' : '', 'block px-4 py-2 text-sm text-gray-100') | ||
className: classNames(active ? 'bg-aleodoni-secondary' : '', 'flex w-full px-4 py-2 text-sm text-gray-100') | ||
}, item.name); | ||
@@ -412,0 +412,0 @@ }); |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.212", | ||
"version": "1.0.213", | ||
"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
176130