@particle-network/ui-react 0.4.5-beta.4 → 0.4.5-beta.6

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.
@@ -370,13 +370,13 @@ const button_theme_button = tv({
370
370
  isSelected: true,
371
371
  color: 'default',
372
372
  variant: 'solid',
373
- class: 'bg-tertiary'
373
+ class: 'bg-tertiary text-tertiary-foreground'
374
374
  },
375
375
  {
376
376
  isSelected: true,
377
377
  color: 'secondary',
378
378
  variant: 'solid',
379
- class: 'bg-tertiary text-foreground'
379
+ class: 'bg-tertiary text-tertiary-foreground'
380
380
  },
381
381
  {
382
382
  isSelected: true,
@@ -468,6 +468,12 @@ const button_theme_button = tv({
468
468
  color: 'bearish',
469
469
  class: colorVariants.solid.bearish
470
470
  },
471
+ {
472
+ isSelected: true,
473
+ variant: 'text',
474
+ color: 'secondary',
475
+ class: colorVariants.text["default"]
476
+ },
471
477
  {
472
478
  isInGroup: true,
473
479
  class: 'rounded-none first:rounded-s-small last:rounded-e-small'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.5-beta.4",
3
+ "version": "0.4.5-beta.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -49,7 +49,7 @@
49
49
  "ahooks": "^3.9.4",
50
50
  "copy-to-clipboard": "^3.3.3",
51
51
  "zustand": "^5.0.8",
52
- "@particle-network/icons": "0.4.2-beta.3",
52
+ "@particle-network/icons": "0.4.2-beta.4",
53
53
  "@particle-network/ui-shared": "0.3.2-beta.2"
54
54
  },
55
55
  "scripts": {