@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.207 to 1.0.208
@@ -457,3 +457,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
href: item.href, | ||
className: classNames(item.current ? 'bg-aleodoni-secondary text-white' : 'text-gray-300 hover:bg-aleodoni-secondary hover:text-white', 'block px-3 py-2 rounded-md text-base font-medium'), | ||
className: classNames(item.current ? 'bg-aleodoni-secondary text-white' : 'text-gray-200 hover:bg-aleodoni-secondary hover:text-white', 'block px-3 py-2 rounded-md text-base font-medium'), | ||
"aria-current": item.current ? 'page' : undefined | ||
@@ -476,3 +476,3 @@ }, item.name); | ||
}, user.name), React__default.createElement("div", { | ||
className: "text-sm font-medium leading-none text-gray-400" | ||
className: "text-sm font-medium leading-none text-gray-200" | ||
}, user.email))), React__default.createElement("div", { | ||
@@ -485,3 +485,3 @@ className: "mt-3 px-2 space-y-1" | ||
href: item.href, | ||
className: "block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700" | ||
className: "block px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary" | ||
}, item.name); | ||
@@ -488,0 +488,0 @@ }))))); |
@@ -455,3 +455,3 @@ import React, { useState, Fragment } from 'react'; | ||
href: item.href, | ||
className: classNames(item.current ? 'bg-aleodoni-secondary text-white' : 'text-gray-300 hover:bg-aleodoni-secondary hover:text-white', 'block px-3 py-2 rounded-md text-base font-medium'), | ||
className: classNames(item.current ? 'bg-aleodoni-secondary text-white' : 'text-gray-200 hover:bg-aleodoni-secondary hover:text-white', 'block px-3 py-2 rounded-md text-base font-medium'), | ||
"aria-current": item.current ? 'page' : undefined | ||
@@ -474,3 +474,3 @@ }, item.name); | ||
}, user.name), React.createElement("div", { | ||
className: "text-sm font-medium leading-none text-gray-400" | ||
className: "text-sm font-medium leading-none text-gray-200" | ||
}, user.email))), React.createElement("div", { | ||
@@ -483,3 +483,3 @@ className: "mt-3 px-2 space-y-1" | ||
href: item.href, | ||
className: "block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700" | ||
className: "block px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary" | ||
}, item.name); | ||
@@ -486,0 +486,0 @@ }))))); |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.207", | ||
"version": "1.0.208", | ||
"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
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
176676
2353