@webitel/styleguide 24.12.38 → 24.12.40
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.
- package/package.json +1 -1
- package/src/lib/primevue/components/button/colors/dark/index.ts +74 -74
- package/src/lib/primevue/components/button/colors/light/index.ts +74 -74
- package/src/lib/primevue/components/popover/colors/dark/index.ts +1 -1
- package/src/lib/primevue/components/popover/colors/light/index.ts +2 -2
- package/src/lib/primevue/components/popover/sizes/index.js +7 -0
- package/src/lib/primevue/components/popover/sizes/index.ts +2 -2
- package/src/lib/primevue/components/tooltip/colors/dark/index.js +7 -0
- package/src/lib/primevue/components/tooltip/colors/light/index.js +7 -0
- package/src/lib/primevue/components/tooltip/sizes/index.ts +2 -2
- package/src/lib/primevue/semantic/color-scheme/dark-color.ts +60 -175
- package/src/lib/primevue/semantic/color-scheme/focus-ring/dark/index.ts +3 -1
- package/src/lib/primevue/semantic/color-scheme/focus-ring/light/index.ts +3 -1
- package/src/lib/primevue/semantic/color-scheme/index.ts +1 -0
- package/src/lib/primevue/semantic/color-scheme/light-color.ts +60 -175
- package/src/lib/primevue/semantic/color-scheme/overlay/dark/index.ts +17 -14
- package/src/lib/primevue/semantic/color-scheme/overlay/index.ts +2 -2
- package/src/lib/primevue/semantic/color-scheme/overlay/light/index.ts +16 -14
- package/src/lib/primevue/semantic/color-scheme/palette.ts +156 -496
- package/src/lib/styleguide/colors/_colors.scss +1 -1
|
@@ -1,199 +1,84 @@
|
|
|
1
1
|
const darkColor = {
|
|
2
|
-
// dp colors
|
|
3
|
-
'dp-surface-color': {
|
|
4
|
-
1: 'hsl(225,20%,2%)',
|
|
5
|
-
2: 'hsl(225,20%,3%)',
|
|
6
|
-
3: 'hsl(225,20%,4%)',
|
|
7
|
-
4: 'hsl(225,20%,5%)',
|
|
8
|
-
5: 'hsl(225,20%,6%)',
|
|
9
|
-
6: 'hsl(225,20%,7%)',
|
|
10
|
-
7: 'hsl(225,20%,8%)',
|
|
11
|
-
8: 'hsl(225,20%,9%)',
|
|
12
|
-
9: 'hsl(225,20%,10%)',
|
|
13
|
-
10: 'hsl(225,20%,11%)',
|
|
14
|
-
11: 'hsl(225,20%,12%)',
|
|
15
|
-
12: 'hsl(225,20%,13%)',
|
|
16
|
-
13: 'hsl(225,20%,14%)',
|
|
17
|
-
14: 'hsl(225,20%,15%)',
|
|
18
|
-
15: 'hsl(225,20%,16%)',
|
|
19
|
-
16: 'hsl(225,20%,17%)',
|
|
20
|
-
17: 'hsl(225,20%,18%)',
|
|
21
|
-
18: 'hsl(225,20%,19%)',
|
|
22
|
-
19: 'hsl(225,20%,20%)',
|
|
23
|
-
20: 'hsl(225,20%,21%)',
|
|
24
|
-
21: 'hsl(225,20%,22%)',
|
|
25
|
-
22: 'hsl(225,20%,23%)',
|
|
26
|
-
23: 'hsl(225,20%,24%)',
|
|
27
|
-
24: 'hsl(225,20%,25%)',
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
// surface color for primevue theme
|
|
31
|
-
surface: {
|
|
32
|
-
0: 'hsl(225, 20%, 2%)', // dp 1
|
|
33
|
-
50: 'hsl(225, 20%, 4%)', // dp 3
|
|
34
|
-
100: 'hsl(225, 20%, 6%)', // dp 5
|
|
35
|
-
200: 'hsl(225, 20%, 9%)', // dp 8
|
|
36
|
-
300: 'hsl(225, 20%, 12%)', // dp 11
|
|
37
|
-
400: 'hsl(225, 20%, 15%)', // dp 14
|
|
38
|
-
500: 'hsl(225, 20%, 17%)', // dp 16
|
|
39
|
-
600: 'hsl(225, 20%, 19%)', // dp 18
|
|
40
|
-
700: 'hsl(225, 20%, 21%)', // dp 20
|
|
41
|
-
800: 'hsl(225, 20%, 23%)', // dp 22
|
|
42
|
-
900: 'hsl(225, 20%, 24%)', // dp 23
|
|
43
|
-
950: 'hsl(225, 20%, 25%)', // dp 24
|
|
44
|
-
contrastColor: '{white}',
|
|
45
|
-
},
|
|
46
2
|
|
|
47
3
|
primary: {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
400: 'hsla(43, 97%, 60%, 1)',
|
|
53
|
-
500: 'hsla(43, 97%, 50%, 1)',
|
|
54
|
-
600: 'hsla(43, 97%, 40%, 1)',
|
|
55
|
-
700: 'hsla(43, 97%, 30%, 1)',
|
|
56
|
-
800: 'hsla(43, 97%, 20%, 1)',
|
|
57
|
-
900: 'hsla(43, 97%, 15%, 1)',
|
|
58
|
-
950: 'hsla(43, 97%, 10%, 1)',
|
|
59
|
-
contrastColor: '{black}',
|
|
4
|
+
color: '{amber.500}',
|
|
5
|
+
hover: '{amber.400}',
|
|
6
|
+
active: '{amber.300}',
|
|
7
|
+
foreground: '{amber.950}'
|
|
60
8
|
},
|
|
61
9
|
|
|
62
10
|
secondary: {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
400: 'hsl(225, 20%, 13%)',
|
|
68
|
-
500: 'hsl(225, 20%, 11%)',
|
|
69
|
-
600: 'hsl(225, 20%, 9%)',
|
|
70
|
-
700: 'hsl(225, 20%, 7%)',
|
|
71
|
-
800: 'hsl(225, 20%, 5%)',
|
|
72
|
-
900: 'hsl(225, 20%, 4%)',
|
|
73
|
-
950: 'hsl(225, 20%, 3%)',
|
|
74
|
-
contrastColor: '{white}',
|
|
11
|
+
color: '{gray.600}',
|
|
12
|
+
hover: '{gray.500}',
|
|
13
|
+
active: '{gray.400}',
|
|
14
|
+
foreground: '{gray.100}'
|
|
75
15
|
},
|
|
76
16
|
|
|
77
17
|
success: {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
400: 'hsla(121, 75%, 42%, 1)',
|
|
83
|
-
500: 'hsla(121, 75%, 35%, 1)',
|
|
84
|
-
600: 'hsla(121, 75%, 30%, 1)',
|
|
85
|
-
700: 'hsla(121, 75%, 25%, 1)',
|
|
86
|
-
800: 'hsla(121, 75%, 20%, 1)',
|
|
87
|
-
900: 'hsla(121, 75%, 15%, 1)',
|
|
88
|
-
950: 'hsla(121, 75%, 10%, 1)',
|
|
89
|
-
contrastColor: '{grey.lighten.5}',
|
|
18
|
+
color: '{green.600}',
|
|
19
|
+
hover: '{green.500}',
|
|
20
|
+
active: '{green.400}',
|
|
21
|
+
foreground: '{green.950}'
|
|
90
22
|
},
|
|
91
23
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
400: 'hsla(209, 75%, 57%, 1)',
|
|
98
|
-
500: 'hsla(209, 75%, 50%, 1)',
|
|
99
|
-
600: 'hsla(209, 75%, 42%, 1)',
|
|
100
|
-
700: 'hsla(209, 75%, 34%, 1)',
|
|
101
|
-
800: 'hsla(209, 75%, 26%, 1)',
|
|
102
|
-
900: 'hsla(209, 75%, 18%, 1)',
|
|
103
|
-
950: 'hsla(209, 75%, 12%, 1)',
|
|
104
|
-
contrastColor: '{black}',
|
|
24
|
+
warn: {
|
|
25
|
+
color: '{orange.400}',
|
|
26
|
+
hover: '{orange.300}',
|
|
27
|
+
active: '{orange.200}',
|
|
28
|
+
foreground: '{orange.950}'
|
|
105
29
|
},
|
|
106
30
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
400: 'hsla(0, 90%, 68%, 1)',
|
|
113
|
-
500: 'hsla(0, 90%, 65%, 1)',
|
|
114
|
-
600: 'hsla(0, 90%, 55%, 1)',
|
|
115
|
-
700: 'hsla(0, 90%, 45%, 1)',
|
|
116
|
-
800: 'hsla(0, 90%, 35%, 1)',
|
|
117
|
-
900: 'hsla(0, 90%, 25%, 1)',
|
|
118
|
-
950: 'hsla(0, 90%, 15%, 1)',
|
|
119
|
-
contrastColor: '{white}',
|
|
31
|
+
error: {
|
|
32
|
+
color: '{red.500}',
|
|
33
|
+
hover: '{red.400}',
|
|
34
|
+
active: '{red.300}',
|
|
35
|
+
foreground: '{red.100}'
|
|
120
36
|
},
|
|
121
37
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
'primary-active-color': '{amber-lighten-2}',
|
|
129
|
-
'primary-light-color': '{amber-darken-4}',
|
|
130
|
-
'primary-on-color': '{grey-darken-4}',
|
|
131
|
-
|
|
132
|
-
// Secondary colors
|
|
133
|
-
'secondary-color': '{dp-surface-color-10}',
|
|
134
|
-
'secondary-hover-color': '{dp-surface-color-14}',
|
|
135
|
-
'secondary-active-color': '{dp-surface-color-18}',
|
|
136
|
-
'secondary-light-color': '{dp-surface-color-16}',
|
|
137
|
-
'secondary-on-color': '{grey-lighten-4}',
|
|
138
|
-
|
|
139
|
-
// Success colors
|
|
140
|
-
'success-color': '{green-darken-3}',
|
|
141
|
-
'success-hover-color': '{green-darken-2}',
|
|
142
|
-
'success-active-color': '{green-darken-1}',
|
|
143
|
-
'success-light-color': '{green-darken-4}',
|
|
144
|
-
'success-on-color': '{grey-darken-4}',
|
|
145
|
-
|
|
146
|
-
// Warning colors
|
|
147
|
-
'warning-color': '{orange-accent-3}',
|
|
148
|
-
'warning-hover-color': '{orange-accent-2}',
|
|
149
|
-
'warning-active-color': '{orange-accent-1}',
|
|
150
|
-
'warning-light-color': '{orange-darken-4}',
|
|
151
|
-
'warning-on-color': '{grey-darken-4}',
|
|
152
|
-
|
|
153
|
-
// Error colors
|
|
154
|
-
'error-color': '{red-lighten-1}',
|
|
155
|
-
'error-hover-color': '{red-lighten-2}',
|
|
156
|
-
'error-active-color': '{red-lighten-3}',
|
|
157
|
-
'error-light-color': '{red-darken-4}',
|
|
158
|
-
'error-on-color': '{grey-darken-4}',
|
|
38
|
+
info: {
|
|
39
|
+
color: '{lightblue.300}',
|
|
40
|
+
hover: '{lightblue.200}',
|
|
41
|
+
active: '{lightblue.100}',
|
|
42
|
+
foreground: '{lightblue.950}'
|
|
43
|
+
},
|
|
159
44
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
45
|
+
task: {
|
|
46
|
+
color: '{blue.400}',
|
|
47
|
+
hover: '{blue.300}',
|
|
48
|
+
active: '{blue.200}',
|
|
49
|
+
foreground: '{blue.950}'
|
|
50
|
+
},
|
|
166
51
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
52
|
+
transfer: {
|
|
53
|
+
color: '{indigo.300}',
|
|
54
|
+
hover: '{indigo.200}',
|
|
55
|
+
active: '{indigo.100}',
|
|
56
|
+
foreground: '{indigo.950}'
|
|
57
|
+
},
|
|
173
58
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
59
|
+
chat: {
|
|
60
|
+
color: '{cyan.500}',
|
|
61
|
+
hover: '{cyan.400}',
|
|
62
|
+
active: '{cyan.300}',
|
|
63
|
+
foreground: '{cyan.950}'
|
|
64
|
+
},
|
|
180
65
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
66
|
+
email: {
|
|
67
|
+
color: '{blue.600}',
|
|
68
|
+
hover: '{blue.500}',
|
|
69
|
+
active: '{blue.400}',
|
|
70
|
+
foreground: '{blue.950}'
|
|
71
|
+
},
|
|
187
72
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
73
|
+
accent: {
|
|
74
|
+
color: '{gray.700}',
|
|
75
|
+
hover: '{gray.600}',
|
|
76
|
+
active: '{gray.500}',
|
|
77
|
+
foreground: '{gray.100}'
|
|
78
|
+
},
|
|
193
79
|
|
|
194
|
-
//
|
|
195
|
-
'
|
|
196
|
-
'sub-accent-color': '{indigo-darken-3}',
|
|
80
|
+
// Focus colors
|
|
81
|
+
'focus-color': '{black}',
|
|
197
82
|
|
|
198
83
|
// content wrapper
|
|
199
84
|
'content-wrapper-color': '{dp-surface-color-20}',
|
|
@@ -1,199 +1,84 @@
|
|
|
1
1
|
const lightColor = {
|
|
2
|
-
// dp colors
|
|
3
|
-
'dp-surface-color': {
|
|
4
|
-
1: 'hsl(225,20%,77%)',
|
|
5
|
-
2: 'hsl(225,20%,78%)',
|
|
6
|
-
3: 'hsl(225,20%,79%)',
|
|
7
|
-
4: 'hsl(225,20%,80%)',
|
|
8
|
-
5: 'hsl(225,20%,81%)',
|
|
9
|
-
6: 'hsl(225,20%,82%)',
|
|
10
|
-
7: 'hsl(225,20%,83%)',
|
|
11
|
-
8: 'hsl(225,20%,84%)',
|
|
12
|
-
9: 'hsl(225,20%,85%)',
|
|
13
|
-
10: 'hsl(225,20%,86%)',
|
|
14
|
-
11: 'hsl(225,20%,87%)',
|
|
15
|
-
12: 'hsl(225,20%,88%)',
|
|
16
|
-
13: 'hsl(225,20%,89%)',
|
|
17
|
-
14: 'hsl(225,20%,90%)',
|
|
18
|
-
15: 'hsl(225,20%,91%)',
|
|
19
|
-
16: 'hsl(225,20%,92%)',
|
|
20
|
-
17: 'hsl(225,20%,93%)',
|
|
21
|
-
18: 'hsl(225,20%,94%)',
|
|
22
|
-
19: 'hsl(225,20%,95%)',
|
|
23
|
-
20: 'hsl(225,20%,96%)',
|
|
24
|
-
21: 'hsl(225,20%,97%)',
|
|
25
|
-
22: 'hsl(225,20%,98%)',
|
|
26
|
-
23: 'hsl(225,20%,99%)',
|
|
27
|
-
24: 'hsl(0,0%,100%)',
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
// surface color for primevue theme
|
|
31
|
-
surface: {
|
|
32
|
-
0: 'hsl(0, 0%, 100%)',
|
|
33
|
-
50: 'hsl(225, 20%, 97%)',
|
|
34
|
-
100: 'hsl(225, 20%, 94%)',
|
|
35
|
-
200: 'hsl(225, 20%, 91%)',
|
|
36
|
-
300: 'hsl(225, 20%, 88%)',
|
|
37
|
-
400: 'hsl(225, 20%, 85%)',
|
|
38
|
-
500: 'hsl(225, 20%, 82%)',
|
|
39
|
-
600: 'hsl(225, 20%, 79%)',
|
|
40
|
-
700: 'hsl(225, 20%, 77%)',
|
|
41
|
-
800: 'hsl(225, 20%, 75%)',
|
|
42
|
-
900: 'hsl(225, 20%, 72%)',
|
|
43
|
-
950: 'hsl(225, 20%, 70%)',
|
|
44
|
-
contrastColor: '{black}',
|
|
45
|
-
},
|
|
46
2
|
|
|
47
3
|
primary: {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
400: 'hsla(43, 97%, 60%, 1)',
|
|
53
|
-
500: 'hsla(43, 97%, 50%, 1)',
|
|
54
|
-
600: 'hsla(43, 97%, 40%, 1)',
|
|
55
|
-
700: 'hsla(43, 97%, 30%, 1)',
|
|
56
|
-
800: 'hsla(43, 97%, 20%, 1)',
|
|
57
|
-
900: 'hsla(43, 97%, 15%, 1)',
|
|
58
|
-
950: 'hsla(43, 97%, 10%, 1)',
|
|
59
|
-
contrastColor: '{black}',
|
|
4
|
+
color: '{amber.500}',
|
|
5
|
+
hover: '{amber.400}',
|
|
6
|
+
active: '{amber.300}',
|
|
7
|
+
foreground: '{amber.50}'
|
|
60
8
|
},
|
|
61
9
|
|
|
62
10
|
secondary: {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
400: 'hsla(225, 20%, 86%, 1)',
|
|
68
|
-
500: 'hsla(225, 20%, 84%, 1)',
|
|
69
|
-
600: 'hsla(225, 20%, 70%, 1)',
|
|
70
|
-
700: 'hsla(225, 20%, 55%, 1)',
|
|
71
|
-
800: 'hsla(225, 20%, 40%, 1)',
|
|
72
|
-
900: 'hsla(225, 20%, 25%, 1)',
|
|
73
|
-
950: 'hsla(225, 20%, 15%, 1)',
|
|
74
|
-
contrastColor: '{black}',
|
|
11
|
+
color: '{gray.300}',
|
|
12
|
+
hover: '{gray.200}',
|
|
13
|
+
active: '{gray.100}',
|
|
14
|
+
foreground: '{gray.50}'
|
|
75
15
|
},
|
|
76
16
|
|
|
77
17
|
success: {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
400: 'hsla(121, 75%, 42%, 1)',
|
|
83
|
-
500: 'hsla(121, 75%, 35%, 1)',
|
|
84
|
-
600: 'hsla(121, 75%, 30%, 1)',
|
|
85
|
-
700: 'hsla(121, 75%, 25%, 1)',
|
|
86
|
-
800: 'hsla(121, 75%, 20%, 1)',
|
|
87
|
-
900: 'hsla(121, 75%, 15%, 1)',
|
|
88
|
-
950: 'hsla(121, 75%, 10%, 1)',
|
|
89
|
-
contrastColor: '{grey.lighten.5}',
|
|
18
|
+
color: '{green.600}',
|
|
19
|
+
hover: '{green.500}',
|
|
20
|
+
active: '{green.400}',
|
|
21
|
+
foreground: '{green.50}'
|
|
90
22
|
},
|
|
91
23
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
400: 'hsla(209, 75%, 57%, 1)',
|
|
98
|
-
500: 'hsla(209, 75%, 50%, 1)',
|
|
99
|
-
600: 'hsla(209, 75%, 42%, 1)',
|
|
100
|
-
700: 'hsla(209, 75%, 34%, 1)',
|
|
101
|
-
800: 'hsla(209, 75%, 26%, 1)',
|
|
102
|
-
900: 'hsla(209, 75%, 18%, 1)',
|
|
103
|
-
950: 'hsla(209, 75%, 12%, 1)',
|
|
104
|
-
contrastColor: '{black}',
|
|
24
|
+
warn: {
|
|
25
|
+
color: '{orange.400}',
|
|
26
|
+
hover: '{orange.300}',
|
|
27
|
+
active: '{orange.200}',
|
|
28
|
+
foreground: '{orange.50}'
|
|
105
29
|
},
|
|
106
30
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
400: 'hsla(0, 90%, 68%, 1)',
|
|
113
|
-
500: 'hsla(0, 90%, 65%, 1)',
|
|
114
|
-
600: 'hsla(0, 90%, 55%, 1)',
|
|
115
|
-
700: 'hsla(0, 90%, 45%, 1)',
|
|
116
|
-
800: 'hsla(0, 90%, 35%, 1)',
|
|
117
|
-
900: 'hsla(0, 90%, 25%, 1)',
|
|
118
|
-
950: 'hsla(0, 90%, 15%, 1)',
|
|
119
|
-
contrastColor: '{white}',
|
|
31
|
+
error: {
|
|
32
|
+
color: '{red.500}',
|
|
33
|
+
hover: '{red.400}',
|
|
34
|
+
active: '{red.100}',
|
|
35
|
+
foreground: '{red.50}'
|
|
120
36
|
},
|
|
121
37
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
'primary-active-color': '{amber-accent-1}',
|
|
129
|
-
'primary-light-color': '{amber-lighten-3}',
|
|
130
|
-
'primary-on-color': '{grey-darken-4}',
|
|
131
|
-
|
|
132
|
-
// Secondary colors
|
|
133
|
-
'secondary-color': '{dp-surface-color-10}',
|
|
134
|
-
'secondary-hover-color': '{dp-surface-color-14}',
|
|
135
|
-
'secondary-active-color': '{dp-surface-color-16}',
|
|
136
|
-
'secondary-light-color': '{dp-surface-color-16}',
|
|
137
|
-
'secondary-on-color': '{grey-darken-4}',
|
|
138
|
-
|
|
139
|
-
// Success colors
|
|
140
|
-
'success-color': '{green-darken-4}',
|
|
141
|
-
'success-hover-color': '{green-darken-3}',
|
|
142
|
-
'success-active-color': '{green-darken-2}',
|
|
143
|
-
'success-light-color': '{green-lighten-3}',
|
|
144
|
-
'success-on-color': '{white}',
|
|
145
|
-
|
|
146
|
-
// Warning colors
|
|
147
|
-
'warning-color': '{orange-accent-2}',
|
|
148
|
-
'warning-hover-color': '{orange-accent-1}',
|
|
149
|
-
'warning-active-color': '{orange-lighten-3}',
|
|
150
|
-
'warning-light-color': '{orange-lighten-3}',
|
|
151
|
-
'warning-on-color': '{white}',
|
|
152
|
-
|
|
153
|
-
// Error colors
|
|
154
|
-
'error-color': '{red-lighten-1}',
|
|
155
|
-
'error-hover-color': '{red-lighten-2}',
|
|
156
|
-
'error-active-color': '{red-lighten-3}',
|
|
157
|
-
'error-light-color': '{red-lighten-3}',
|
|
158
|
-
'error-on-color': '{white}',
|
|
38
|
+
info: {
|
|
39
|
+
color: '{lightblue.500}',
|
|
40
|
+
hover: '{lightblue.400}',
|
|
41
|
+
active: '{lightblue.300}',
|
|
42
|
+
foreground: '{lightblue.50}'
|
|
43
|
+
},
|
|
159
44
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
45
|
+
task: {
|
|
46
|
+
color: '{blue.500}',
|
|
47
|
+
hover: '{blue.400}',
|
|
48
|
+
active: '{blue.300}',
|
|
49
|
+
foreground: '{blue.50}'
|
|
50
|
+
},
|
|
166
51
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
52
|
+
transfer: {
|
|
53
|
+
color: '{indigo.400}',
|
|
54
|
+
hover: '{indigo.300}',
|
|
55
|
+
active: '{indigo.200}',
|
|
56
|
+
foreground: '{indigo.50}'
|
|
57
|
+
},
|
|
173
58
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
59
|
+
chat: {
|
|
60
|
+
color: '{cyan.500}',
|
|
61
|
+
hover: '{cyan.400}',
|
|
62
|
+
active: '{cyan.300}',
|
|
63
|
+
foreground: '{cyan.50}'
|
|
64
|
+
},
|
|
180
65
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
66
|
+
email: {
|
|
67
|
+
color: '{blue.600}',
|
|
68
|
+
hover: '{blue.500}',
|
|
69
|
+
active: '{blue.400}',
|
|
70
|
+
foreground: '{blue.50}'
|
|
71
|
+
},
|
|
187
72
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
73
|
+
accent: {
|
|
74
|
+
color: '{gray.50}',
|
|
75
|
+
hover: '{gray.50}',
|
|
76
|
+
active: '{gray.50}',
|
|
77
|
+
foreground: '{gray.950}'
|
|
78
|
+
},
|
|
193
79
|
|
|
194
|
-
//
|
|
195
|
-
'
|
|
196
|
-
'sub-accent-color': '{indigo-darken-3}',
|
|
80
|
+
// Focus colors
|
|
81
|
+
'focus-color': '{black}',
|
|
197
82
|
|
|
198
83
|
// content wrapper
|
|
199
84
|
'content-wrapper-color': '{dp-surface-color-20}',
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
overlay: {
|
|
3
|
+
select: {
|
|
4
|
+
background: '{surface.900}',
|
|
5
|
+
borderColor: '{surface.700}',
|
|
6
|
+
color: '{text.color}'
|
|
7
|
+
},
|
|
8
|
+
popover: {
|
|
9
|
+
background: '{gray.800}',
|
|
10
|
+
borderColor: '{gray.800}',
|
|
11
|
+
color: '{gray.50}' ,
|
|
12
|
+
shadow: '{0 0 10px rgba(255, 0, 0, 0.5)}',
|
|
13
|
+
},
|
|
14
|
+
modal: {
|
|
15
|
+
background: '{surface.900}',
|
|
16
|
+
borderColor: '{surface.700}',
|
|
17
|
+
color: '{text.color}'
|
|
18
|
+
}
|
|
16
19
|
}
|
|
17
20
|
}
|
|
@@ -8,9 +8,9 @@ export default {
|
|
|
8
8
|
shadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)'
|
|
9
9
|
},
|
|
10
10
|
popover: {
|
|
11
|
-
borderRadius: '
|
|
11
|
+
borderRadius: '1rem',
|
|
12
12
|
padding: '0.75rem',
|
|
13
|
-
shadow: '0
|
|
13
|
+
shadow: '{0 0 10px rgba(255, 0, 0, 0.5)}',
|
|
14
14
|
},
|
|
15
15
|
modal: {
|
|
16
16
|
borderRadius: '{border.radius.xl}',
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
overlay: {
|
|
3
|
+
select: {
|
|
4
|
+
background: '{surface.0}',
|
|
5
|
+
borderColor: '{surface.200}',
|
|
6
|
+
color: '{text.color}'
|
|
7
|
+
},
|
|
8
|
+
popover: {
|
|
9
|
+
background: '{gray.100}',
|
|
10
|
+
borderColor: '{gray.100}',
|
|
11
|
+
color: '{gray.950}' ,
|
|
12
|
+
},
|
|
13
|
+
modal: {
|
|
14
|
+
background: '{surface.0}',
|
|
15
|
+
borderColor: '{surface.200}',
|
|
16
|
+
color: '{text.color}'
|
|
17
|
+
}
|
|
16
18
|
}
|
|
17
19
|
}
|