@choice-ui/react 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -239,6 +239,13 @@ const buttonTv = tcv({
239
239
  loading: false,
240
240
  variant: "dark",
241
241
  class: { button: "active:bg-gray-600" }
242
+ },
243
+ {
244
+ disabled: false,
245
+ loading: false,
246
+ variant: "secondary",
247
+ active: false,
248
+ class: { button: "hover:bg-secondary-background" }
242
249
  }
243
250
  ],
244
251
  defaultVariants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choice-ui/react",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "A desktop-first React UI component library built for professional desktop applications with comprehensive documentation",
5
5
  "sideEffects": false,
6
6
  "type": "module",