@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.203 to 1.0.204
@@ -425,3 +425,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
}, React__default.createElement(react.Menu.Items, { | ||
className: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none" | ||
className: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-aleodoni-secondary-lighter ring-1 ring-black ring-opacity-5 focus:outline-none" | ||
}, userNavigation.map(function (item) { | ||
@@ -434,3 +434,3 @@ return React__default.createElement(react.Menu.Item, { | ||
href: item.href, | ||
className: classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700') | ||
className: classNames(active ? 'bg-aleodoni-secondary' : '', 'block px-4 py-2 text-sm text-gray-100') | ||
}, item.name); | ||
@@ -437,0 +437,0 @@ }); |
@@ -423,3 +423,3 @@ import React, { useState, Fragment } from 'react'; | ||
}, React.createElement(Menu.Items, { | ||
className: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none" | ||
className: "origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-aleodoni-secondary-lighter ring-1 ring-black ring-opacity-5 focus:outline-none" | ||
}, userNavigation.map(function (item) { | ||
@@ -432,3 +432,3 @@ return React.createElement(Menu.Item, { | ||
href: item.href, | ||
className: classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700') | ||
className: classNames(active ? 'bg-aleodoni-secondary' : '', 'block px-4 py-2 text-sm text-gray-100') | ||
}, item.name); | ||
@@ -435,0 +435,0 @@ }); |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.203", | ||
"version": "1.0.204", | ||
"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
176664
2366