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

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.
@@ -44,7 +44,7 @@ const show = (props)=>{
44
44
  base
45
45
  ],
46
46
  description: [
47
- 'text-foreground text-xs font-medium me-0 leading-4 line-clamp-4',
47
+ 'text-tertiary-foreground text-xs font-medium me-0 leading-4 line-clamp-4',
48
48
  'flat' === variant && 'text-white',
49
49
  hasLongWord(description) && 'break-all',
50
50
  descriptionClassName
@@ -72,7 +72,7 @@ const show = (props)=>{
72
72
  icon: icon ?? getIcon(type),
73
73
  hideIcon: !icon && !getIcon(type),
74
74
  closeIcon: /*#__PURE__*/ jsx(CloseIcon, {
75
- className: 'flat' === variant ? 'text-white' : 'text-foreground'
75
+ className: 'flat' === variant ? 'text-white' : 'text-tertiary-foreground'
76
76
  }),
77
77
  loadingComponent: /*#__PURE__*/ jsx(UXSpinner, {
78
78
  size: 18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.5-beta.6",
3
+ "version": "0.4.5-beta.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -49,8 +49,8 @@
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.4",
53
- "@particle-network/ui-shared": "0.3.2-beta.2"
52
+ "@particle-network/ui-shared": "0.3.2-beta.2",
53
+ "@particle-network/icons": "0.4.2-beta.5"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "rslib build",