@particle-network/ui-react 0.4.0-beta.6 → 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,13 +3,13 @@ const tabsClasses = {
|
|
|
3
3
|
variants: {
|
|
4
4
|
variant: {
|
|
5
5
|
solid: {
|
|
6
|
-
tabList: 'gap-0 bg-background-
|
|
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'
|
|
10
10
|
},
|
|
11
11
|
switch: {
|
|
12
|
-
tabList: 'p-0 gap-0 bg-background-
|
|
12
|
+
tabList: 'p-0 gap-0 bg-background-200',
|
|
13
13
|
tab: 'py-0 !outline-none',
|
|
14
14
|
cursor: 'shadow-none inset-0',
|
|
15
15
|
tabContent: 'text-foreground-300 font-medium'
|
package/package.json
CHANGED
package/tailwind-preset.js
CHANGED
|
@@ -587,7 +587,7 @@ module.exports = {
|
|
|
587
587
|
},
|
|
588
588
|
tertiary: {
|
|
589
589
|
DEFAULT: '#757E80',
|
|
590
|
-
foreground: '#
|
|
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: '#
|
|
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: '#
|
|
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: '#
|
|
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: '#
|
|
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: '#
|
|
965
|
+
foreground: '#000000',
|
|
966
966
|
},
|
|
967
967
|
success: {
|
|
968
968
|
DEFAULT: '#459C6E',
|