@jamsr-ui/icon-button
Advanced tools
Comparing version 0.0.4 to 0.0.5
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunk66PBJN37js = require('./chunk-66PBJN37.js');require('./chunk-A3AJENNI.js');require('./chunk-YVD4VYBY.js');exports.IconButton = _chunk66PBJN37js.a; | ||
var _chunkLP566BZ7js = require('./chunk-LP566BZ7.js');require('./chunk-J6E6XPD6.js');require('./chunk-5HJJUDUE.js');exports.IconButton = _chunkLP566BZ7js.a; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunk66PBJN37js = require('./chunk-66PBJN37.js');var _chunkA3AJENNIjs = require('./chunk-A3AJENNI.js');require('./chunk-YVD4VYBY.js');exports.IconButton = _chunk66PBJN37js.a; exports.useIconButton = _chunkA3AJENNIjs.a; | ||
"use client";var _chunkLP566BZ7js = require('./chunk-LP566BZ7.js');var _chunkJ6E6XPD6js = require('./chunk-J6E6XPD6.js');require('./chunk-5HJJUDUE.js');exports.IconButton = _chunkLP566BZ7js.a; exports.useIconButton = _chunkJ6E6XPD6js.a; |
@@ -28,5 +28,2 @@ import * as tailwind_merge from 'tailwind-merge'; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -68,5 +65,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -108,5 +102,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -148,5 +139,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -188,5 +176,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -228,5 +213,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -268,5 +250,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -310,5 +289,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: tailwind_merge.ClassNameValue | {}; | ||
}; | ||
disableAnimation: { | ||
@@ -350,5 +326,2 @@ true: tailwind_merge.ClassNameValue | {}; | ||
}; | ||
isRounded: { | ||
true: tailwind_merge.ClassNameValue | {}; | ||
}; | ||
disableAnimation: { | ||
@@ -390,5 +363,2 @@ true: tailwind_merge.ClassNameValue | {}; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -430,5 +400,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -470,5 +437,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -510,5 +474,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -550,5 +511,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -590,5 +548,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -630,5 +585,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -670,5 +622,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -710,5 +659,2 @@ true: string; | ||
}; | ||
isRounded: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -715,0 +661,0 @@ true: string; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkYVD4VYBYjs = require('./chunk-YVD4VYBY.js');exports.buttonGroup = _chunkYVD4VYBYjs.c; exports.iconButton = _chunkYVD4VYBYjs.b; exports.test = _chunkYVD4VYBYjs.a; | ||
var _chunk5HJJUDUEjs = require('./chunk-5HJJUDUE.js');exports.buttonGroup = _chunk5HJJUDUEjs.c; exports.iconButton = _chunk5HJJUDUEjs.b; exports.test = _chunk5HJJUDUEjs.a; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkA3AJENNIjs = require('./chunk-A3AJENNI.js');require('./chunk-YVD4VYBY.js');exports.useIconButton = _chunkA3AJENNIjs.a; | ||
var _chunkJ6E6XPD6js = require('./chunk-J6E6XPD6.js');require('./chunk-5HJJUDUE.js');exports.useIconButton = _chunkJ6E6XPD6js.a; |
{ | ||
"name": "@jamsr-ui/icon-button", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"peerDependencies": { | ||
@@ -9,7 +9,7 @@ "react": "19.0.0", | ||
"dependencies": { | ||
"@jamsr-ui/hooks": "^0.0.50", | ||
"@jamsr-ui/circular-progress": "^0.0.3", | ||
"@jamsr-ui/ripple": "^0.0.75", | ||
"@jamsr-ui/styles": "^0.0.12", | ||
"@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" | ||
}, | ||
@@ -16,0 +16,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
52801
814
+ Added@jamsr-ui/circular-progress@0.0.4(transitive)
+ Added@jamsr-ui/hooks@0.0.51(transitive)
+ Added@jamsr-ui/ripple@0.0.76(transitive)
+ Added@jamsr-ui/styles@0.0.13(transitive)
+ Added@jamsr-ui/utils@0.0.68(transitive)
- Removed@jamsr-ui/circular-progress@0.0.3(transitive)
- Removed@jamsr-ui/hooks@0.0.50(transitive)
- Removed@jamsr-ui/ripple@0.0.75(transitive)
- Removed@jamsr-ui/styles@0.0.12(transitive)
- Removed@jamsr-ui/utils@0.0.67(transitive)
Updated@jamsr-ui/hooks@^0.0.51
Updated@jamsr-ui/ripple@^0.0.76
Updated@jamsr-ui/styles@^0.0.13
Updated@jamsr-ui/utils@^0.0.68