@particle-network/ui-react 0.4.0-beta.5 → 0.4.0-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.
@@ -3,13 +3,13 @@ const tabsClasses = {
3
3
  variants: {
4
4
  variant: {
5
5
  solid: {
6
- tabList: 'gap-0 bg-background-400',
6
+ tabList: 'gap-0 bg-background-300',
7
7
  tab: 'py-0 !outline-none',
8
8
  cursor: 'shadow-none inset-0',
9
9
  tabContent: 'text-foreground-300 font-medium'
10
10
  },
11
11
  switch: {
12
- tabList: 'p-0 gap-0 bg-background-200',
12
+ tabList: 'p-0 gap-0 bg-background-300',
13
13
  tab: 'py-0 !outline-none',
14
14
  cursor: 'shadow-none inset-0',
15
15
  tabContent: 'text-foreground-300 font-medium'
@@ -252,9 +252,9 @@ const tabsClasses = {
252
252
  color: 'default',
253
253
  class: {
254
254
  cursor: [
255
- '!bg-background-200'
255
+ '!bg-tertiary'
256
256
  ],
257
- tabContent: 'group-data-[selected=true]:text-default-foreground'
257
+ tabContent: 'group-data-[selected=true]:text-tertiary-foreground'
258
258
  }
259
259
  },
260
260
  {
@@ -276,9 +276,9 @@ const tabsClasses = {
276
276
  color: 'default',
277
277
  class: {
278
278
  cursor: [
279
- '!bg-background-300'
279
+ '!bg-tertiary'
280
280
  ],
281
- tabContent: 'group-data-[selected=true]:text-foreground'
281
+ tabContent: 'group-data-[selected=true]:text-tertiary-foreground'
282
282
  }
283
283
  },
284
284
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.0-beta.5",
3
+ "version": "0.4.0-beta.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -50,7 +50,7 @@
50
50
  "ahooks": "^3.9.4",
51
51
  "copy-to-clipboard": "^3.3.3",
52
52
  "zustand": "^5.0.8",
53
- "@particle-network/icons": "0.4.0-beta.2",
53
+ "@particle-network/icons": "0.4.0-beta.3",
54
54
  "@particle-network/ui-shared": "0.3.0-beta.1"
55
55
  },
56
56
  "scripts": {