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

@jamsr-ui/button

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/button - npm Package Compare versions

Comparing version 0.0.78 to 0.0.79

dist/chunk-3L2WR2KV.mjs

2

dist/button.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkZU3UQDTLjs = require('./chunk-ZU3UQDTL.js');require('./chunk-XL2ARXFY.js');require('./chunk-RLQXWG6D.js');exports.Button = _chunkZU3UQDTLjs.a;
var _chunkFCSJ5GSHjs = require('./chunk-FCSJ5GSH.js');require('./chunk-RP76IHYX.js');require('./chunk-IFHSC4VG.js');exports.Button = _chunkFCSJ5GSHjs.a;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
"use client";var _chunkZU3UQDTLjs = require('./chunk-ZU3UQDTL.js');var _chunkXL2ARXFYjs = require('./chunk-XL2ARXFY.js');require('./chunk-RLQXWG6D.js');exports.Button = _chunkZU3UQDTLjs.a; exports.useButton = _chunkXL2ARXFYjs.a;
"use client";var _chunkFCSJ5GSHjs = require('./chunk-FCSJ5GSH.js');var _chunkRP76IHYXjs = require('./chunk-RP76IHYX.js');require('./chunk-IFHSC4VG.js');exports.Button = _chunkFCSJ5GSHjs.a; exports.useButton = _chunkRP76IHYXjs.a;

@@ -41,5 +41,2 @@ import * as tailwind_merge from 'tailwind-merge';

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -84,5 +81,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -127,5 +121,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -170,5 +161,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -213,5 +201,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -256,5 +241,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -299,5 +281,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -344,5 +323,2 @@ true: string;

};
isRounded: {
true: tailwind_merge.ClassNameValue | {};
};
disableAnimation: {

@@ -387,5 +363,2 @@ true: tailwind_merge.ClassNameValue | {};

};
isRounded: {
true: tailwind_merge.ClassNameValue | {};
};
disableAnimation: {

@@ -430,5 +403,2 @@ true: tailwind_merge.ClassNameValue | {};

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -473,5 +443,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -516,5 +483,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -559,5 +523,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -602,5 +563,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -645,5 +603,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -688,5 +643,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -731,5 +683,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -774,5 +723,2 @@ true: string;

};
isRounded: {
true: string;
};
disableAnimation: {

@@ -779,0 +725,0 @@ true: string;

"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkRLQXWG6Djs = require('./chunk-RLQXWG6D.js');exports.button = _chunkRLQXWG6Djs.b; exports.buttonGroup = _chunkRLQXWG6Djs.c; exports.test = _chunkRLQXWG6Djs.a;
var _chunkIFHSC4VGjs = require('./chunk-IFHSC4VG.js');exports.button = _chunkIFHSC4VGjs.b; exports.buttonGroup = _chunkIFHSC4VGjs.c; exports.test = _chunkIFHSC4VGjs.a;

@@ -27,3 +27,3 @@ import * as react from 'react';

isLoading: boolean;
spinnerPlacement: "start" | "end";
spinnerPlacement: "end" | "start";
isDisabled: boolean;

@@ -30,0 +30,0 @@ disableRipple: boolean | undefined;

"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkXL2ARXFYjs = require('./chunk-XL2ARXFY.js');require('./chunk-RLQXWG6D.js');exports.useButton = _chunkXL2ARXFYjs.a;
var _chunkRP76IHYXjs = require('./chunk-RP76IHYX.js');require('./chunk-IFHSC4VG.js');exports.useButton = _chunkRP76IHYXjs.a;
{
"name": "@jamsr-ui/button",
"version": "0.0.78",
"version": "0.0.79",
"description": "A modern and beautiful Next.js UI components library.",

@@ -34,7 +34,7 @@ "sideEffects": false,

"dependencies": {
"@jamsr-ui/hooks": "^0.0.50",
"@jamsr-ui/ripple": "^0.0.75",
"@jamsr-ui/styles": "^0.0.12",
"@jamsr-ui/circular-progress": "^0.0.3",
"@jamsr-ui/utils": "^0.0.67"
"@jamsr-ui/hooks": "^0.0.51",
"@jamsr-ui/circular-progress": "^0.0.4",
"@jamsr-ui/ripple": "^0.0.76",
"@jamsr-ui/styles": "^0.0.13",
"@jamsr-ui/utils": "^0.0.68"
},

@@ -41,0 +41,0 @@ "exports": {

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

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