@particle-network/ui-react 0.4.0-beta.5 → 0.4.0-beta.7

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,7 +3,7 @@ const tabsClasses = {
3
3
  variants: {
4
4
  variant: {
5
5
  solid: {
6
- tabList: 'gap-0 bg-background-400',
6
+ tabList: 'gap-0 bg-background-200',
7
7
  tab: 'py-0 !outline-none',
8
8
  cursor: 'shadow-none inset-0',
9
9
  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.7",
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": {
@@ -587,7 +587,7 @@ module.exports = {
587
587
  },
588
588
  tertiary: {
589
589
  DEFAULT: '#757E80',
590
- foreground: '#FFFFFF',
590
+ foreground: '#000000',
591
591
  },
592
592
  success: {
593
593
  DEFAULT: '#86D99F',
@@ -662,7 +662,7 @@ module.exports = {
662
662
  },
663
663
  tertiary: {
664
664
  DEFAULT: '#777A8C',
665
- foreground: '#FFFFFF',
665
+ foreground: '#000000',
666
666
  },
667
667
  success: {
668
668
  DEFAULT: '#2FE3AC',
@@ -737,7 +737,7 @@ module.exports = {
737
737
  },
738
738
  tertiary: {
739
739
  DEFAULT: '#949E9C',
740
- foreground: '#FFFFFF',
740
+ foreground: '#000000',
741
741
  },
742
742
  success: {
743
743
  DEFAULT: '#1FA67D',
@@ -812,7 +812,7 @@ module.exports = {
812
812
  },
813
813
  tertiary: {
814
814
  DEFAULT: '#757E80',
815
- foreground: '#FFFFFF',
815
+ foreground: '#000000',
816
816
  },
817
817
  success: {
818
818
  DEFAULT: '#2EC08B',
@@ -887,7 +887,7 @@ module.exports = {
887
887
  },
888
888
  tertiary: {
889
889
  DEFAULT: '#707A8A',
890
- foreground: '#FFFFFF',
890
+ foreground: '#000000',
891
891
  },
892
892
  success: {
893
893
  DEFAULT: '#2EBD85',
@@ -962,7 +962,7 @@ module.exports = {
962
962
  },
963
963
  tertiary: {
964
964
  DEFAULT: '#686a6d',
965
- foreground: '#FFFFFF',
965
+ foreground: '#000000',
966
966
  },
967
967
  success: {
968
968
  DEFAULT: '#459C6E',