@wavv/ui 2.2.8 → 2.3.0-alpha.1

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.
@@ -0,0 +1,224 @@
1
+ declare const colors: {
2
+ logo1: string;
3
+ logo2: string;
4
+ logo3: string;
5
+ brand: string;
6
+ brandShade1: string;
7
+ brandShade2: string;
8
+ brandDark: string;
9
+ brandDarkShade1: string;
10
+ brandTint0: string;
11
+ brandTint1: string;
12
+ brandTint2: string;
13
+ brandTint3: string;
14
+ brandTint4: string;
15
+ brandBackground0: string;
16
+ brandBackground1: string;
17
+ brandBackground2: string;
18
+ brandBackground3: string;
19
+ brandBackground4: string;
20
+ brandBackground5: string;
21
+ error: string;
22
+ errorShade1: string;
23
+ errorShade2: string;
24
+ errorTint0: string;
25
+ errorTint1: string;
26
+ errorTint2: string;
27
+ errorTint3: string;
28
+ errorTint4: string;
29
+ warning: string;
30
+ warningShade1: string;
31
+ warningShade2: string;
32
+ warningTint0: string;
33
+ warningTint1: string;
34
+ warningTint2: string;
35
+ warningTint3: string;
36
+ warningTint4: string;
37
+ alert: string;
38
+ alertShade1: string;
39
+ alertShade2: string;
40
+ alertTint0: string;
41
+ alertTint1: string;
42
+ alertTint2: string;
43
+ alertTint3: string;
44
+ alertTint4: string;
45
+ success: string;
46
+ successShade1: string;
47
+ successShade2: string;
48
+ successTint0: string;
49
+ successTint1: string;
50
+ successTint2: string;
51
+ successTint3: string;
52
+ successTint4: string;
53
+ grayscale0: string;
54
+ grayscale1: string;
55
+ grayscale2: string;
56
+ grayscale3: string;
57
+ grayscale4: string;
58
+ grayscale5: string;
59
+ grayscale6: string;
60
+ grayscale7: string;
61
+ grayscale8: string;
62
+ grayscale9: string;
63
+ grayscale10: string;
64
+ contrast0: string;
65
+ contrast1: string;
66
+ contrast2: string;
67
+ contrast3: string;
68
+ contrast4: string;
69
+ contrast5: string;
70
+ contrast6: string;
71
+ contrast7: string;
72
+ contrast8: string;
73
+ contrast9: string;
74
+ contrast10: string;
75
+ };
76
+ export default colors;
77
+ export interface IColors {
78
+ /** #0074F4 */
79
+ logo1: string;
80
+ /** #00A9E2 */
81
+ logo2: string;
82
+ /** #67C728 */
83
+ logo3: string;
84
+ /** #0074F4 */
85
+ brand: string;
86
+ /** #0068DC */
87
+ brandShade1: string;
88
+ /** #005DC3 */
89
+ brandShade2: string;
90
+ /** #4C9EF7 */
91
+ brandDark: string;
92
+ /** #5EA8F8 */
93
+ brandDarkShade1: string;
94
+ /** 5% of #0074F4 */
95
+ brandTint0: string;
96
+ /** 10% of #0074F4 */
97
+ brandTint1: string;
98
+ /** 20% of #0074F4 */
99
+ brandTint2: string;
100
+ /** 30% of #0074F4 */
101
+ brandTint3: string;
102
+ /** 40% of #0074F4 */
103
+ brandTint4: string;
104
+ /** #001828 */
105
+ brandBackground0: string;
106
+ /** #0D2433 */
107
+ brandBackground1: string;
108
+ /** #192F3D */
109
+ brandBackground2: string;
110
+ /** #334653 */
111
+ brandBackground3: string;
112
+ /** #475964 */
113
+ brandBackground4: string;
114
+ /** #596A74 */
115
+ brandBackground5: string;
116
+ /** #FF6068 */
117
+ error: string;
118
+ /** #E6565E */
119
+ errorShade1: string;
120
+ /** #CC4D53 */
121
+ errorShade2: string;
122
+ /** 5% of #FF6068 */
123
+ errorTint0: string;
124
+ /** 10% of #FF6068 */
125
+ errorTint1: string;
126
+ /** 20% of #FF6068 */
127
+ errorTint2: string;
128
+ /** 30% of #FF6068 */
129
+ errorTint3: string;
130
+ /** 40% of #FF6068 */
131
+ errorTint4: string;
132
+ /** #FF9900 */
133
+ warning: string;
134
+ /** #E68A00 */
135
+ warningShade1: string;
136
+ /** #CC7A00 */
137
+ warningShade2: string;
138
+ /** 5% of #FF9900 */
139
+ warningTint0: string;
140
+ /** 10% of #FF9900 */
141
+ warningTint1: string;
142
+ /** 20% of #FF9900 */
143
+ warningTint2: string;
144
+ /** 30% of #FF9900 */
145
+ warningTint3: string;
146
+ /** 40% of #FF9900 */
147
+ warningTint4: string;
148
+ /** #F0BB00 */
149
+ alert: string;
150
+ /** #E4B200 */
151
+ alertShade1: string;
152
+ /** #C09600 */
153
+ alertShade2: string;
154
+ /** 5% of #F0BB00 */
155
+ alertTint0: string;
156
+ /** 10% of #F0BB00 */
157
+ alertTint1: string;
158
+ /** 20% of #F0BB00 */
159
+ alertTint2: string;
160
+ /** 30% of #F0BB00 */
161
+ alertTint3: string;
162
+ /** 40% of #F0BB00 */
163
+ alertTint4: string;
164
+ /** #00C242 */
165
+ success: string;
166
+ /** #00AF3B */
167
+ successShade1: string;
168
+ /** #009B35 */
169
+ successShade2: string;
170
+ /** 5% of #00C242 */
171
+ successTint0: string;
172
+ /** 10% of #00C242 */ successTint1: string;
173
+ /** 20% of #00C242 */
174
+ successTint2: string;
175
+ /** 30% of #00C242 */
176
+ successTint3: string;
177
+ /** 40% of #00C242 */
178
+ successTint4: string;
179
+ /** 5% of #001D32 */
180
+ grayscale0: string;
181
+ /** 10% of #001D32 */
182
+ grayscale1: string;
183
+ /** 20% of #001D32 */
184
+ grayscale2: string;
185
+ /** 30% of #001D32 */
186
+ grayscale3: string;
187
+ /** 40% of #001D32 */
188
+ grayscale4: string;
189
+ /** 50% of #001D32 */
190
+ grayscale5: string;
191
+ /** 60% of #001D32 */
192
+ grayscale6: string;
193
+ /** 70% of #001D32 */
194
+ grayscale7: string;
195
+ /** 80% of #001D32 */
196
+ grayscale8: string;
197
+ /** 90% of #001D32 */
198
+ grayscale9: string;
199
+ /** #001D32 */
200
+ grayscale10: string;
201
+ /** 5% of #FFFFFF */
202
+ contrast0: string;
203
+ /** 10% of #FFFFFF */
204
+ contrast1: string;
205
+ /** 20% of #FFFFFF */
206
+ contrast2: string;
207
+ /** 30% of #FFFFFF */
208
+ contrast3: string;
209
+ /** 40% of #FFFFFF */
210
+ contrast4: string;
211
+ /** 50% of #FFFFFF */
212
+ contrast5: string;
213
+ /** 60% of #FFFFFF */
214
+ contrast6: string;
215
+ /** 70% of #FFFFFF */
216
+ contrast7: string;
217
+ /** 80% of #FFFFFF */
218
+ contrast8: string;
219
+ /** 90% of #FFFFFF */
220
+ contrast9: string;
221
+ /** #FFFFFF */
222
+ contrast10: string;
223
+ }
224
+ export type ColorNames = keyof typeof colors;
@@ -0,0 +1,85 @@
1
+ import { transparentize } from "polished";
2
+ const brand = '#0074F4';
3
+ const error = '#FF6068';
4
+ const warning = '#FF9900';
5
+ const alertColor = '#F0BB00';
6
+ const success = '#00E284';
7
+ const grayVal = '#121212';
8
+ const white = '#FFFFFF';
9
+ const colors = {
10
+ logo1: brand,
11
+ logo2: '#00A9E2',
12
+ logo3: '#67C728',
13
+ brand,
14
+ brandShade1: '#0068DC',
15
+ brandShade2: '#005DC3',
16
+ brandDark: '#4C9EF7',
17
+ brandDarkShade1: '#5EA8F8',
18
+ brandTint0: transparentize(0.95, brand),
19
+ brandTint1: transparentize(0.9, brand),
20
+ brandTint2: transparentize(0.8, brand),
21
+ brandTint3: transparentize(0.7, brand),
22
+ brandTint4: transparentize(0.6, brand),
23
+ brandBackground0: '#121212',
24
+ brandBackground1: '#1e1e1e',
25
+ brandBackground2: '#292929',
26
+ brandBackground3: '#3a3a3a',
27
+ brandBackground4: '#4b4b4b',
28
+ brandBackground5: '#5c5c5c',
29
+ error,
30
+ errorShade1: '#E6565E',
31
+ errorShade2: '#CC4D53',
32
+ errorTint0: transparentize(0.95, error),
33
+ errorTint1: transparentize(0.9, error),
34
+ errorTint2: transparentize(0.8, error),
35
+ errorTint3: transparentize(0.7, error),
36
+ errorTint4: transparentize(0.6, error),
37
+ warning,
38
+ warningShade1: '#E68A00',
39
+ warningShade2: '#CC7A00',
40
+ warningTint0: transparentize(0.95, warning),
41
+ warningTint1: transparentize(0.9, warning),
42
+ warningTint2: transparentize(0.8, warning),
43
+ warningTint3: transparentize(0.7, warning),
44
+ warningTint4: transparentize(0.6, warning),
45
+ alert: alertColor,
46
+ alertShade1: '#E4B200',
47
+ alertShade2: '#C09600',
48
+ alertTint0: transparentize(0.95, alertColor),
49
+ alertTint1: transparentize(0.9, alertColor),
50
+ alertTint2: transparentize(0.8, alertColor),
51
+ alertTint3: transparentize(0.7, alertColor),
52
+ alertTint4: transparentize(0.6, alertColor),
53
+ success,
54
+ successShade1: '#00AF3B',
55
+ successShade2: '#009B35',
56
+ successTint0: transparentize(0.95, success),
57
+ successTint1: transparentize(0.9, success),
58
+ successTint2: transparentize(0.8, success),
59
+ successTint3: transparentize(0.7, success),
60
+ successTint4: transparentize(0.6, success),
61
+ grayscale0: transparentize(0.95, grayVal),
62
+ grayscale1: transparentize(0.9, grayVal),
63
+ grayscale2: transparentize(0.8, grayVal),
64
+ grayscale3: transparentize(0.7, grayVal),
65
+ grayscale4: transparentize(0.6, grayVal),
66
+ grayscale5: transparentize(0.5, grayVal),
67
+ grayscale6: transparentize(0.4, grayVal),
68
+ grayscale7: transparentize(0.3, grayVal),
69
+ grayscale8: transparentize(0.2, grayVal),
70
+ grayscale9: transparentize(0.1, grayVal),
71
+ grayscale10: grayVal,
72
+ contrast0: transparentize(0.95, white),
73
+ contrast1: transparentize(0.9, white),
74
+ contrast2: transparentize(0.8, white),
75
+ contrast3: transparentize(0.7, white),
76
+ contrast4: transparentize(0.6, white),
77
+ contrast5: transparentize(0.5, white),
78
+ contrast6: transparentize(0.4, white),
79
+ contrast7: transparentize(0.3, white),
80
+ contrast8: transparentize(0.2, white),
81
+ contrast9: transparentize(0.1, white),
82
+ contrast10: white
83
+ };
84
+ const mono_colors = colors;
85
+ export { mono_colors as default };
@@ -0,0 +1,3 @@
1
+ import type { ITheme } from '../../ThemeTypes';
2
+ declare const dark: ITheme;
3
+ export default dark;