@jamsr-ui/button
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -25,3 +25,3 @@ import * as react from 'react'; | ||
isIconOnly: boolean | undefined; | ||
spinnerPlacement: "end" | "start"; | ||
spinnerPlacement: "start" | "end"; | ||
isDisabled: boolean; | ||
@@ -28,0 +28,0 @@ disableRipple: boolean | undefined; |
{ | ||
"name": "@jamsr-ui/button", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "", | ||
@@ -20,9 +20,9 @@ "main": "./dist/index.mjs", | ||
"peerDependencies": { | ||
"react": ">=19", | ||
"react-dom": ">=18" | ||
"react": "19.0.0-rc-c21bcd627b-20240624", | ||
"react-dom": "19.0.0-rc-c21bcd627b-20240624" | ||
}, | ||
"dependencies": { | ||
"@jamsr-ui/ripple": "^0.0.26", | ||
"@jamsr-ui/progress": "^0.0.26", | ||
"@jamsr-ui/utils": "^0.0.24" | ||
"@jamsr-ui/ripple": "0.0.27", | ||
"@jamsr-ui/utils": "0.0.24", | ||
"@jamsr-ui/progress": "0.0.27" | ||
}, | ||
@@ -29,0 +29,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
26796
+ Added@jamsr-ui/progress@0.0.27(transitive)
+ Added@jamsr-ui/ripple@0.0.27(transitive)
+ Addedreact@19.0.0-rc-c21bcd627b-20240624(transitive)
+ Addedreact-dom@19.0.0-rc-c21bcd627b-20240624(transitive)
+ Addedscheduler@0.25.0-rc-c21bcd627b-20240624(transitive)
- Removed@jamsr-ui/progress@0.0.26(transitive)
- Removed@jamsr-ui/ripple@0.0.26(transitive)
- Removedreact-dom@19.0.0(transitive)
- Removedscheduler@0.25.0(transitive)
Updated@jamsr-ui/progress@0.0.27
Updated@jamsr-ui/ripple@0.0.27
Updated@jamsr-ui/utils@0.0.24