@tabula/ui-button
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -7,3 +7,3 @@ import "./index.css"; | ||
// src/Button.tsx | ||
import clsx from "clsx"; | ||
import { clsx } from "clsx/lite"; | ||
@@ -10,0 +10,0 @@ // src/common.css.ts |
{ | ||
"name": "@tabula/ui-button", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Button components which are used to initialize an action", | ||
@@ -41,9 +41,9 @@ "type": "module", | ||
"react": "^18.2.0", | ||
"@tabula/ui-theme": "^2.2.0" | ||
"@tabula/ui-theme": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@tabula/ui-theme": "^2.2.0" | ||
"@tabula/ui-theme": "^2.3.0" | ||
}, | ||
"dependencies": { | ||
"clsx": "^2.0.0" | ||
"clsx": "^2.1.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
91948
Updatedclsx@^2.1.0