@@ -16,7 +16,7 @@ export const Colors = {
16
16
secondary : {
17
17
1000 : 'hsla(346, 51%, 33%, 1)' ,
18
18
900 : 'hsla(347, 42%, 43%, 1)' ,
19
- 350 : 'hsla(347, 42 %, 43 %, 1)' ,
19
+ 350 : 'hsla(349, 89 %, 76 %, 1)' ,
20
20
150 : 'hsla(351, 100%, 85%, 1)' ,
21
21
100 : 'hsla(352, 100%, 93%, 1)' ,
22
22
50 : 'hsla(9, 100%, 96%, 1)' ,
@@ -52,12 +52,10 @@ export const Colors = {
52
52
transparent : 'transparent' ,
53
53
} as const ;
54
54
55
- // AUTHENTIC = primary now
56
- // ACTION = secondary now
57
55
// Semantic Colors Tier (--wave-s-color-...)
58
56
export const SemanticColors = {
59
57
text : {
60
- primary : Colors . blue . primary [ 900 ] , // --wave-s-color-text-primary
58
+ primary : Colors . blue . primary [ 900 ] ,
61
59
primaryInverted : Colors . white ,
62
60
secondary : Colors . blue . primary [ 550 ] ,
63
61
secondaryInverted : Colors . blue . primary [ 200 ] ,
@@ -72,15 +70,16 @@ export const SemanticColors = {
72
70
danger : Colors . orange [ 1000 ] ,
73
71
dangerInverted : Colors . orange [ 900 ] ,
74
72
success : Colors . green [ 900 ] ,
75
- warning : Colors . yellow [ 900 ]
73
+ warning : Colors . yellow [ 900 ] ,
74
+ info : Colors . blue . primary [ 550 ] ,
76
75
} ,
77
76
background : {
78
77
primary : {
79
78
default : Colors . white ,
80
79
emphasized : Colors . blue . primary [ 900 ] ,
81
80
hover : Colors . blue . primary [ 1100 ] ,
82
81
disabled : Colors . blue . primary [ 200 ] ,
83
- } ,
82
+ } ,
84
83
secondary : {
85
84
default : Colors . blue . primary [ 50 ] ,
86
85
emphasized : Colors . blue . primary [ 550 ] ,
@@ -91,13 +90,13 @@ export const SemanticColors = {
91
90
hover : Colors . orange [ 1000 ]
92
91
} ,
93
92
info : {
94
- default : Colors . blue . secondary [ 50 ] ,
95
- emphasized : Colors . blue . secondary [ 900 ] ,
93
+ default : Colors . blue . primary [ 50 ] ,
94
+ emphasized : Colors . blue . primary [ 550 ] ,
96
95
hover : Colors . blue . secondary [ 350 ] ,
97
96
} ,
98
97
success : {
99
98
default : Colors . green [ 50 ] ,
100
- emphasized : Colors . green [ 900 ] ,
99
+ emphasized : Colors . green [ 900 ] ,
101
100
} ,
102
101
warning : {
103
102
default : Colors . yellow [ 50 ] ,
@@ -111,8 +110,8 @@ export const SemanticColors = {
111
110
inverted : Colors . white ,
112
111
} ,
113
112
secondary : {
114
- default : Colors . blue . primary [ 550 ] ,
115
- inverted : Colors . blue . primary [ 200 ] ,
113
+ default : Colors . blue . primary [ 350 ] ,
114
+ inverted : Colors . blue . primary [ 50 ] ,
116
115
} ,
117
116
tertiary : {
118
117
default : Colors . blue . primary [ 350 ] ,
@@ -131,25 +130,26 @@ export const SemanticColors = {
131
130
emphasized : Colors . orange [ 1000 ] ,
132
131
} ,
133
132
success : Colors . green [ 900 ] ,
134
- warning : Colors . yellow [ 900 ]
133
+ warning : Colors . yellow [ 900 ] ,
134
+ info : Colors . blue . primary [ 350 ] ,
135
135
} ,
136
136
border : {
137
137
primary : {
138
- default : Colors . blue . primary [ 900 ] ,
138
+ default : Colors . blue . primary [ 200 ] ,
139
139
emphasized : Colors . blue . primary [ 1100 ] ,
140
- inverted : Colors . white ,
140
+ inverted : Colors . blue . primary [ 550 ] ,
141
141
} ,
142
142
secondary : {
143
- default : Colors . blue . primary [ 200 ] ,
143
+ default : Colors . blue . primary [ 50 ] ,
144
144
inverted : Colors . white ,
145
145
} ,
146
146
disabled : {
147
147
default : Colors . blue . primary [ 200 ] ,
148
148
inverted : Colors . blue . primary [ 550 ] ,
149
149
} ,
150
150
info : {
151
- default : Colors . blue . secondary [ 350 ] ,
152
- emphasized : Colors . blue . secondary [ 900 ] ,
151
+ default : Colors . blue . primary [ 200 ] ,
152
+ emphasized : Colors . blue . primary [ 550 ] ,
153
153
} ,
154
154
success : {
155
155
default : Colors . green [ 350 ] ,
@@ -160,8 +160,8 @@ export const SemanticColors = {
160
160
emphasized : Colors . yellow [ 900 ]
161
161
} ,
162
162
danger : {
163
- default : Colors . orange [ 900 ] ,
164
- emphasized : Colors . orange [ 1000 ] ,
163
+ default : Colors . orange [ 350 ] ,
164
+ emphasized : Colors . orange [ 900 ] ,
165
165
disabled : Colors . orange [ 350 ] ,
166
166
} ,
167
167
} ,
0 commit comments