@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.201 to 1.0.202
@@ -398,3 +398,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
href: item.href, | ||
className: classNames(item.current ? 'bg-aledoni-secondary text-gray-50' : 'text-gray-100 hover:bg-aleodoni-secondary hover:text-gray-50', 'px-3 py-2 rounded-md text-sm font-medium'), | ||
className: classNames(item.current ? 'bg-aleodoni-secondary text-gray-50' : 'text-gray-100 hover:bg-aleodoni-secondary hover:text-gray-50', 'px-3 py-2 rounded-md text-sm font-medium'), | ||
"aria-current": item.current ? 'page' : undefined | ||
@@ -401,0 +401,0 @@ }, item.name); |
@@ -396,3 +396,3 @@ import React, { useState, Fragment } from 'react'; | ||
href: item.href, | ||
className: classNames(item.current ? 'bg-aledoni-secondary text-gray-50' : 'text-gray-100 hover:bg-aleodoni-secondary hover:text-gray-50', 'px-3 py-2 rounded-md text-sm font-medium'), | ||
className: classNames(item.current ? 'bg-aleodoni-secondary text-gray-50' : 'text-gray-100 hover:bg-aleodoni-secondary hover:text-gray-50', 'px-3 py-2 rounded-md text-sm font-medium'), | ||
"aria-current": item.current ? 'page' : undefined | ||
@@ -399,0 +399,0 @@ }, item.name); |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.201", | ||
"version": "1.0.202", | ||
"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
176645