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.218 to 1.0.219

9

build/index.js

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

return React__default.createElement(react.Disclosure, {
key: item.name
as: "button",
key: item.name,
onClick: item.action,
className: "flex w-full px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary"
}, function (_ref4) {
var close = _ref4.close;
return React__default.createElement("button", {
className: "flex w-full px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary",
type: "button",
return React__default.createElement("div", {
onClick: function onClick() {

@@ -468,0 +469,0 @@ close();

@@ -458,8 +458,9 @@ import React, { useState, Fragment } from 'react';

return React.createElement(Disclosure, {
key: item.name
as: "button",
key: item.name,
onClick: item.action,
className: "flex w-full px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary"
}, function (_ref4) {
var close = _ref4.close;
return React.createElement("button", {
className: "flex w-full px-3 py-2 rounded-md text-base font-medium text-gray-200 hover:text-white hover:bg-aleodoni-secondary",
type: "button",
return React.createElement("div", {
onClick: function onClick() {

@@ -466,0 +467,0 @@ close();

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

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