Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.195 to 1.0.196

4

build/index.js

@@ -389,3 +389,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

}, logoComp, logoText && React__default.createElement("span", {
className: "text-xl text-aleodoni-text pl-4"
className: "text-xl text-gray-50 pl-4"
}, logoText)), React__default.createElement("div", {

@@ -399,3 +399,3 @@ className: "hidden md:block"

href: item.href,
className: classNames(item.current ? 'bg-gray-900 text-white' : 'text-gray-300 hover:bg-gray-700 hover:text-white', 'px-3 py-2 rounded-md text-sm font-medium'),
className: classNames(item.current ? 'bg-aledoni-primary text-gray-50' : 'text-gray-100 hover:bg-aleodoni-primary hover:text-gray-50', 'px-3 py-2 rounded-md text-sm font-medium'),
"aria-current": item.current ? 'page' : undefined

@@ -402,0 +402,0 @@ }, item.name);

@@ -387,3 +387,3 @@ import React, { useState, Fragment } from 'react';

}, logoComp, logoText && React.createElement("span", {
className: "text-xl text-aleodoni-text pl-4"
className: "text-xl text-gray-50 pl-4"
}, logoText)), React.createElement("div", {

@@ -397,3 +397,3 @@ className: "hidden md:block"

href: item.href,
className: classNames(item.current ? 'bg-gray-900 text-white' : 'text-gray-300 hover:bg-gray-700 hover:text-white', 'px-3 py-2 rounded-md text-sm font-medium'),
className: classNames(item.current ? 'bg-aledoni-primary text-gray-50' : 'text-gray-100 hover:bg-aleodoni-primary hover:text-gray-50', 'px-3 py-2 rounded-md text-sm font-medium'),
"aria-current": item.current ? 'page' : undefined

@@ -400,0 +400,0 @@ }, item.name);

{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.195",
"version": "1.0.196",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc