wave-ui 2.45.1 → 2.47.0
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/dist/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.css +1 -1
- package/dist/wave-ui.es.js +1912 -1663
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +4 -4
- package/src/wave-ui/components/index.js +1 -1
- package/src/wave-ui/components/w-dialog.vue +1 -1
- package/src/wave-ui/components/w-drawer.vue +2 -0
- package/src/wave-ui/components/w-icon.vue +1 -0
- package/src/wave-ui/components/w-image.vue +4 -2
- package/src/wave-ui/components/w-input.vue +1 -1
- package/src/wave-ui/components/w-table.vue +25 -7
- package/src/wave-ui/components/w-tree.vue +294 -0
- package/src/wave-ui/core.js +3 -3
- package/src/wave-ui/scss/_colors.scss +66 -15
- package/src/wave-ui/utils/colors.js +229 -190
- package/src/wave-ui/utils/dynamic-css.js +1 -1
|
@@ -3,240 +3,271 @@ export default [
|
|
|
3
3
|
label: 'pink',
|
|
4
4
|
color: '#e91e63',
|
|
5
5
|
shades: [
|
|
6
|
-
{ label: 'pink-
|
|
7
|
-
{ label: 'pink-
|
|
8
|
-
{ label: 'pink-
|
|
9
|
-
{ label: 'pink-
|
|
10
|
-
{ label: 'pink-
|
|
11
|
-
{ label: 'pink-
|
|
12
|
-
{ label: 'pink-
|
|
13
|
-
{ label: 'pink-
|
|
14
|
-
{ label: 'pink-
|
|
15
|
-
{ label: 'pink-
|
|
6
|
+
{ label: 'pink-light6', color: '#fdebf1' },
|
|
7
|
+
{ label: 'pink-light5', color: '#faccdc' },
|
|
8
|
+
{ label: 'pink-light4', color: '#f7adc6' },
|
|
9
|
+
{ label: 'pink-light3', color: '#f48eb1' },
|
|
10
|
+
{ label: 'pink-light2', color: '#f16f9b' },
|
|
11
|
+
{ label: 'pink-light1', color: '#ee5085' },
|
|
12
|
+
{ label: 'pink-dark1', color: '#d31555' },
|
|
13
|
+
{ label: 'pink-dark2', color: '#b6124a' },
|
|
14
|
+
{ label: 'pink-dark3', color: '#990f3e' },
|
|
15
|
+
{ label: 'pink-dark4', color: '#7c0c32' },
|
|
16
|
+
{ label: 'pink-dark5', color: '#600927' },
|
|
17
|
+
{ label: 'pink-dark6', color: '#43071b' }
|
|
18
|
+
|
|
16
19
|
]
|
|
17
20
|
},
|
|
18
21
|
{
|
|
19
22
|
label: 'purple',
|
|
20
23
|
color: '#a741b9',
|
|
21
24
|
shades: [
|
|
22
|
-
{ label: 'purple-
|
|
23
|
-
{ label: 'purple-
|
|
24
|
-
{ label: 'purple-
|
|
25
|
-
{ label: 'purple-
|
|
26
|
-
{ label: 'purple-
|
|
27
|
-
{ label: 'purple-
|
|
28
|
-
{ label: 'purple-
|
|
29
|
-
{ label: 'purple-
|
|
30
|
-
{ label: 'purple-
|
|
31
|
-
{ label: 'purple-
|
|
25
|
+
{ label: 'purple-light6', color: '#f9f2fa' },
|
|
26
|
+
{ label: 'purple-light5', color: '#eed9f2' },
|
|
27
|
+
{ label: 'purple-light4', color: '#e3c1e9' },
|
|
28
|
+
{ label: 'purple-light3', color: '#d8a8e1' },
|
|
29
|
+
{ label: 'purple-light2', color: '#cd90d8' },
|
|
30
|
+
{ label: 'purple-light1', color: '#c277cf' },
|
|
31
|
+
{ label: 'purple-dark1', color: '#9239a2' },
|
|
32
|
+
{ label: 'purple-dark2', color: '#7d318a' },
|
|
33
|
+
{ label: 'purple-dark3', color: '#682873' },
|
|
34
|
+
{ label: 'purple-dark4', color: '#53205b' },
|
|
35
|
+
{ label: 'purple-dark5', color: '#3d1844' },
|
|
36
|
+
{ label: 'purple-dark6', color: '#28102d' }
|
|
32
37
|
]
|
|
33
38
|
},
|
|
34
39
|
{
|
|
35
40
|
label: 'deep-purple',
|
|
36
41
|
color: '#673ab7',
|
|
37
42
|
shades: [
|
|
38
|
-
{ label: 'deep-purple-
|
|
39
|
-
{ label: 'deep-purple-
|
|
40
|
-
{ label: 'deep-purple-
|
|
41
|
-
{ label: 'deep-purple-
|
|
42
|
-
{ label: 'deep-purple-
|
|
43
|
-
{ label: 'deep-purple-
|
|
44
|
-
{ label: 'deep-purple-
|
|
45
|
-
{ label: 'deep-purple-
|
|
46
|
-
{ label: 'deep-purple-
|
|
47
|
-
{ label: 'deep-purple-
|
|
43
|
+
{ label: 'deep-purple-light6', color: '#f1edf9' },
|
|
44
|
+
{ label: 'deep-purple-light5', color: '#daceef' },
|
|
45
|
+
{ label: 'deep-purple-light4', color: '#c2afe6' },
|
|
46
|
+
{ label: 'deep-purple-light3', color: '#ab90dc' },
|
|
47
|
+
{ label: 'deep-purple-light2', color: '#9471d2' },
|
|
48
|
+
{ label: 'deep-purple-light1', color: '#7c52c8' },
|
|
49
|
+
{ label: 'deep-purple-dark1', color: '#5b33a1' },
|
|
50
|
+
{ label: 'deep-purple-dark2', color: '#4e2c8b' },
|
|
51
|
+
{ label: 'deep-purple-dark3', color: '#422575' },
|
|
52
|
+
{ label: 'deep-purple-dark4', color: '#351e5f' },
|
|
53
|
+
{ label: 'deep-purple-dark5', color: '#291749' },
|
|
54
|
+
{ label: 'deep-purple-dark6', color: '#1c1033' }
|
|
48
55
|
]
|
|
49
56
|
},
|
|
50
57
|
{
|
|
51
58
|
label: 'indigo',
|
|
52
59
|
color: '#3f51b5',
|
|
53
60
|
shades: [
|
|
54
|
-
{ label: 'indigo-
|
|
55
|
-
{ label: 'indigo-
|
|
56
|
-
{ label: 'indigo-
|
|
57
|
-
{ label: 'indigo-
|
|
58
|
-
{ label: 'indigo-
|
|
59
|
-
{ label: 'indigo-
|
|
60
|
-
{ label: 'indigo-
|
|
61
|
-
{ label: 'indigo-
|
|
62
|
-
{ label: 'indigo-
|
|
63
|
-
{ label: 'indigo-
|
|
61
|
+
{ label: 'indigo-light6', color: '#eff1fa' },
|
|
62
|
+
{ label: 'indigo-light5', color: '#d1d6ef' },
|
|
63
|
+
{ label: 'indigo-light4', color: '#b3bae4' },
|
|
64
|
+
{ label: 'indigo-light3', color: '#949fda' },
|
|
65
|
+
{ label: 'indigo-light2', color: '#7684cf' },
|
|
66
|
+
{ label: 'indigo-light1', color: '#5869c5' },
|
|
67
|
+
{ label: 'indigo-dark1', color: '#37479f' },
|
|
68
|
+
{ label: 'indigo-dark2', color: '#303e8a' },
|
|
69
|
+
{ label: 'indigo-dark3', color: '#283474' },
|
|
70
|
+
{ label: 'indigo-dark4', color: '#212a5f' },
|
|
71
|
+
{ label: 'indigo-dark5', color: '#192149' },
|
|
72
|
+
{ label: 'indigo-dark6', color: '#121734' }
|
|
64
73
|
]
|
|
65
74
|
},
|
|
66
75
|
{
|
|
67
76
|
label: 'blue',
|
|
68
77
|
color: '#2196f3',
|
|
69
78
|
shades: [
|
|
70
|
-
{ label: 'blue-
|
|
71
|
-
{ label: 'blue-
|
|
72
|
-
{ label: 'blue-
|
|
73
|
-
{ label: 'blue-
|
|
74
|
-
{ label: 'blue-
|
|
75
|
-
{ label: 'blue-
|
|
76
|
-
{ label: 'blue-
|
|
77
|
-
{ label: 'blue-
|
|
78
|
-
{ label: 'blue-
|
|
79
|
-
{ label: 'blue-
|
|
79
|
+
{ label: 'blue-light6', color: '#e6f3fe' },
|
|
80
|
+
{ label: 'blue-light5', color: '#c6e4fc' },
|
|
81
|
+
{ label: 'blue-light4', color: '#a5d4fa' },
|
|
82
|
+
{ label: 'blue-light3', color: '#84c5f8' },
|
|
83
|
+
{ label: 'blue-light2', color: '#63b5f7' },
|
|
84
|
+
{ label: 'blue-light1', color: '#42a6f5' },
|
|
85
|
+
{ label: 'blue-dark1', color: '#0c85e5' },
|
|
86
|
+
{ label: 'blue-dark2', color: '#0b72c4' },
|
|
87
|
+
{ label: 'blue-dark3', color: '#095fa3' },
|
|
88
|
+
{ label: 'blue-dark4', color: '#074c82' },
|
|
89
|
+
{ label: 'blue-dark5', color: '#053961' },
|
|
90
|
+
{ label: 'blue-dark6', color: '#032540' }
|
|
80
91
|
]
|
|
81
92
|
},
|
|
82
93
|
{
|
|
83
94
|
label: 'light-blue',
|
|
84
95
|
color: '#03a9f4',
|
|
85
96
|
shades: [
|
|
86
|
-
{ label: 'light-blue-
|
|
87
|
-
{ label: 'light-blue-
|
|
88
|
-
{ label: 'light-blue-
|
|
89
|
-
{ label: 'light-blue-
|
|
90
|
-
{ label: 'light-blue-
|
|
91
|
-
{ label: 'light-blue-
|
|
92
|
-
{ label: 'light-blue-
|
|
93
|
-
{ label: 'light-blue-
|
|
94
|
-
{ label: 'light-blue-
|
|
95
|
-
{ label: 'light-blue-
|
|
97
|
+
{ label: 'light-blue-light6', color: '#e7f7ff' },
|
|
98
|
+
{ label: 'light-blue-light5', color: '#c0ebfe' },
|
|
99
|
+
{ label: 'light-blue-light4', color: '#98defe' },
|
|
100
|
+
{ label: 'light-blue-light3', color: '#71d2fd' },
|
|
101
|
+
{ label: 'light-blue-light2', color: '#4ac5fd' },
|
|
102
|
+
{ label: 'light-blue-light1', color: '#22b9fc' },
|
|
103
|
+
{ label: 'light-blue-dark1', color: '#0393d5' },
|
|
104
|
+
{ label: 'light-blue-dark2', color: '#027eb6' },
|
|
105
|
+
{ label: 'light-blue-dark3', color: '#026896' },
|
|
106
|
+
{ label: 'light-blue-dark4', color: '#015277' },
|
|
107
|
+
{ label: 'light-blue-dark5', color: '#013d58' },
|
|
108
|
+
{ label: 'light-blue-dark6', color: '#012739' }
|
|
96
109
|
]
|
|
97
110
|
},
|
|
98
111
|
{
|
|
99
112
|
label: 'cyan',
|
|
100
113
|
color: '#04cbe5',
|
|
101
114
|
shades: [
|
|
102
|
-
{ label: 'cyan-
|
|
103
|
-
{ label: 'cyan-
|
|
104
|
-
{ label: 'cyan-
|
|
105
|
-
{ label: 'cyan-
|
|
106
|
-
{ label: 'cyan-
|
|
107
|
-
{ label: 'cyan-
|
|
108
|
-
{ label: 'cyan-
|
|
109
|
-
{ label: 'cyan-
|
|
110
|
-
{ label: 'cyan-
|
|
111
|
-
{ label: 'cyan-
|
|
115
|
+
{ label: 'cyan-light6', color: '#e9fcff' },
|
|
116
|
+
{ label: 'cyan-light5', color: '#baf6fe' },
|
|
117
|
+
{ label: 'cyan-light4', color: '#8bf0fd' },
|
|
118
|
+
{ label: 'cyan-light3', color: '#5ceafc' },
|
|
119
|
+
{ label: 'cyan-light2', color: '#2ce3fb' },
|
|
120
|
+
{ label: 'cyan-light1', color: '#04d8f4' },
|
|
121
|
+
{ label: 'cyan-dark1', color: '#04b2c8' },
|
|
122
|
+
{ label: 'cyan-dark2', color: '#0398ac' },
|
|
123
|
+
{ label: 'cyan-dark3', color: '#037f8f' },
|
|
124
|
+
{ label: 'cyan-dark4', color: '#026673' },
|
|
125
|
+
{ label: 'cyan-dark5', color: '#024c56' },
|
|
126
|
+
{ label: 'cyan-dark6', color: '#01333a' }
|
|
112
127
|
]
|
|
113
128
|
},
|
|
114
129
|
{
|
|
115
130
|
label: 'teal',
|
|
116
131
|
color: '#1db3a8',
|
|
117
132
|
shades: [
|
|
118
|
-
{ label: 'teal-
|
|
119
|
-
{ label: 'teal-
|
|
120
|
-
{ label: 'teal-
|
|
121
|
-
{ label: 'teal-
|
|
122
|
-
{ label: 'teal-
|
|
123
|
-
{ label: 'teal-
|
|
124
|
-
{ label: 'teal-
|
|
125
|
-
{ label: 'teal-
|
|
126
|
-
{ label: 'teal-
|
|
127
|
-
{ label: 'teal-
|
|
133
|
+
{ label: 'teal-light6', color: '#e2faf9' },
|
|
134
|
+
{ label: 'teal-light5', color: '#b8f3ef' },
|
|
135
|
+
{ label: 'teal-light4', color: '#8eede6' },
|
|
136
|
+
{ label: 'teal-light3', color: '#64e6dc' },
|
|
137
|
+
{ label: 'teal-light2', color: '#39dfd3' },
|
|
138
|
+
{ label: 'teal-light1', color: '#20c7bb' },
|
|
139
|
+
{ label: 'teal-dark1', color: '#199b92' },
|
|
140
|
+
{ label: 'teal-dark2', color: '#15847c' },
|
|
141
|
+
{ label: 'teal-dark3', color: '#116c65' },
|
|
142
|
+
{ label: 'teal-dark4', color: '#0e544f' },
|
|
143
|
+
{ label: 'teal-dark5', color: '#0a3c39' },
|
|
144
|
+
{ label: 'teal-dark6', color: '#062523' }
|
|
128
145
|
]
|
|
129
146
|
},
|
|
130
147
|
{
|
|
131
148
|
label: 'green',
|
|
132
149
|
color: '#4caf50',
|
|
133
150
|
shades: [
|
|
134
|
-
{ label: 'green-
|
|
135
|
-
{ label: 'green-
|
|
136
|
-
{ label: 'green-
|
|
137
|
-
{ label: 'green-
|
|
138
|
-
{ label: 'green-
|
|
139
|
-
{ label: 'green-
|
|
140
|
-
{ label: 'green-
|
|
141
|
-
{ label: 'green-
|
|
142
|
-
{ label: 'green-
|
|
143
|
-
{ label: 'green-
|
|
151
|
+
{ label: 'green-light6', color: '#edf7ed' },
|
|
152
|
+
{ label: 'green-light5', color: '#d2ebd3' },
|
|
153
|
+
{ label: 'green-light4', color: '#b7e0b8' },
|
|
154
|
+
{ label: 'green-light3', color: '#9bd49e' },
|
|
155
|
+
{ label: 'green-light2', color: '#80c883' },
|
|
156
|
+
{ label: 'green-light1', color: '#65bc69' },
|
|
157
|
+
{ label: 'green-dark1', color: '#439b47' },
|
|
158
|
+
{ label: 'green-dark2', color: '#3a863d' },
|
|
159
|
+
{ label: 'green-dark3', color: '#327234' },
|
|
160
|
+
{ label: 'green-dark4', color: '#295e2b' },
|
|
161
|
+
{ label: 'green-dark5', color: '#204a22' },
|
|
162
|
+
{ label: 'green-dark6', color: '#173518' }
|
|
144
163
|
]
|
|
145
164
|
},
|
|
146
165
|
{
|
|
147
166
|
label: 'light-green',
|
|
148
167
|
color: '#90d73f',
|
|
149
168
|
shades: [
|
|
150
|
-
{ label: 'light-green-
|
|
151
|
-
{ label: 'light-green-
|
|
152
|
-
{ label: 'light-green-
|
|
153
|
-
{ label: 'light-green-
|
|
154
|
-
{ label: 'light-green-
|
|
155
|
-
{ label: 'light-green-
|
|
156
|
-
{ label: 'light-green-
|
|
157
|
-
{ label: 'light-green-
|
|
158
|
-
{ label: 'light-green-
|
|
159
|
-
{ label: 'light-green-
|
|
169
|
+
{ label: 'light-green-light6', color: '#f4fbec' },
|
|
170
|
+
{ label: 'light-green-light5', color: '#e5f6d3' },
|
|
171
|
+
{ label: 'light-green-light4', color: '#d7f1b9' },
|
|
172
|
+
{ label: 'light-green-light3', color: '#c8eba0' },
|
|
173
|
+
{ label: 'light-green-light2', color: '#b9e687' },
|
|
174
|
+
{ label: 'light-green-light1', color: '#abe16d' },
|
|
175
|
+
{ label: 'light-green-dark1', color: '#80cc2a' },
|
|
176
|
+
{ label: 'light-green-dark2', color: '#70b225' },
|
|
177
|
+
{ label: 'light-green-dark3', color: '#609820' },
|
|
178
|
+
{ label: 'light-green-dark4', color: '#4f7d1a' },
|
|
179
|
+
{ label: 'light-green-dark5', color: '#3f6315' },
|
|
180
|
+
{ label: 'light-green-dark6', color: '#2e490f' }
|
|
160
181
|
]
|
|
161
182
|
},
|
|
162
183
|
{
|
|
163
184
|
label: 'lime',
|
|
164
185
|
color: '#cee029',
|
|
165
186
|
shades: [
|
|
166
|
-
{ label: 'lime-
|
|
167
|
-
{ label: 'lime-
|
|
168
|
-
{ label: 'lime-
|
|
169
|
-
{ label: 'lime-
|
|
170
|
-
{ label: 'lime-
|
|
171
|
-
{ label: 'lime-
|
|
172
|
-
{ label: 'lime-
|
|
173
|
-
{ label: 'lime-
|
|
174
|
-
{ label: 'lime-
|
|
175
|
-
{ label: 'lime-
|
|
187
|
+
{ label: 'lime-light6', color: '#fafce9' },
|
|
188
|
+
{ label: 'lime-light5', color: '#f4f8ce' },
|
|
189
|
+
{ label: 'lime-light4', color: '#edf4b2' },
|
|
190
|
+
{ label: 'lime-light3', color: '#e7f097' },
|
|
191
|
+
{ label: 'lime-light2', color: '#e1ec7b' },
|
|
192
|
+
{ label: 'lime-light1', color: '#dae85f' },
|
|
193
|
+
{ label: 'lime-dark1', color: '#bbcc1e' },
|
|
194
|
+
{ label: 'lime-dark2', color: '#a1b01a' },
|
|
195
|
+
{ label: 'lime-dark3', color: '#889516' },
|
|
196
|
+
{ label: 'lime-dark4', color: '#6f7912' },
|
|
197
|
+
{ label: 'lime-dark5', color: '#565d0e' },
|
|
198
|
+
{ label: 'lime-dark6', color: '#3c420a' }
|
|
176
199
|
]
|
|
177
200
|
},
|
|
178
201
|
{
|
|
179
202
|
label: 'yellow',
|
|
180
203
|
color: '#ffe70f',
|
|
181
204
|
shades: [
|
|
182
|
-
{ label: 'yellow-
|
|
183
|
-
{ label: 'yellow-
|
|
184
|
-
{ label: 'yellow-
|
|
185
|
-
{ label: 'yellow-
|
|
186
|
-
{ label: 'yellow-
|
|
187
|
-
{ label: 'yellow-
|
|
188
|
-
{ label: 'yellow-
|
|
189
|
-
{ label: 'yellow-
|
|
190
|
-
{ label: 'yellow-
|
|
191
|
-
{ label: 'yellow-
|
|
205
|
+
{ label: 'yellow-light6', color: '#fffce0' },
|
|
206
|
+
{ label: 'yellow-light5', color: '#fff9c4' },
|
|
207
|
+
{ label: 'yellow-light4', color: '#fff6a8' },
|
|
208
|
+
{ label: 'yellow-light3', color: '#fff38c' },
|
|
209
|
+
{ label: 'yellow-light2', color: '#fff170' },
|
|
210
|
+
{ label: 'yellow-light1', color: '#ffee54' },
|
|
211
|
+
{ label: 'yellow-dark1', color: '#eed700' },
|
|
212
|
+
{ label: 'yellow-dark2', color: '#cfba00' },
|
|
213
|
+
{ label: 'yellow-dark3', color: '#af9e00' },
|
|
214
|
+
{ label: 'yellow-dark4', color: '#908100' },
|
|
215
|
+
{ label: 'yellow-dark5', color: '#706500' },
|
|
216
|
+
{ label: 'yellow-dark6', color: '#504800' }
|
|
192
217
|
]
|
|
193
218
|
},
|
|
194
219
|
{
|
|
195
220
|
label: 'amber',
|
|
196
221
|
color: '#ffc107',
|
|
197
222
|
shades: [
|
|
198
|
-
{ label: 'amber-
|
|
199
|
-
{ label: 'amber-
|
|
200
|
-
{ label: 'amber-
|
|
201
|
-
{ label: 'amber-
|
|
202
|
-
{ label: 'amber-
|
|
203
|
-
{ label: 'amber-
|
|
204
|
-
{ label: 'amber-
|
|
205
|
-
{ label: 'amber-
|
|
206
|
-
{ label: 'amber-
|
|
207
|
-
{ label: 'amber-
|
|
223
|
+
{ label: 'amber-light6', color: '#fffaed' },
|
|
224
|
+
{ label: 'amber-light5', color: '#fff1c6' },
|
|
225
|
+
{ label: 'amber-light4', color: '#ffe7a0' },
|
|
226
|
+
{ label: 'amber-light3', color: '#ffde7a' },
|
|
227
|
+
{ label: 'amber-light2', color: '#ffd454' },
|
|
228
|
+
{ label: 'amber-light1', color: '#ffcb2d' },
|
|
229
|
+
{ label: 'amber-dark1', color: '#e6ad00' },
|
|
230
|
+
{ label: 'amber-dark2', color: '#c79500' },
|
|
231
|
+
{ label: 'amber-dark3', color: '#a77d00' },
|
|
232
|
+
{ label: 'amber-dark4', color: '#886600' },
|
|
233
|
+
{ label: 'amber-dark5', color: '#684e00' },
|
|
234
|
+
{ label: 'amber-dark6', color: '#483600' }
|
|
208
235
|
]
|
|
209
236
|
},
|
|
210
237
|
{
|
|
211
238
|
label: 'orange',
|
|
212
239
|
color: '#ff9800',
|
|
213
240
|
shades: [
|
|
214
|
-
{ label: 'orange-
|
|
215
|
-
{ label: 'orange-
|
|
216
|
-
{ label: 'orange-
|
|
217
|
-
{ label: 'orange-
|
|
218
|
-
{ label: 'orange-
|
|
219
|
-
{ label: 'orange-
|
|
220
|
-
{ label: 'orange-
|
|
221
|
-
{ label: 'orange-
|
|
222
|
-
{ label: 'orange-
|
|
223
|
-
{ label: 'orange-
|
|
241
|
+
{ label: 'orange-light6', color: '#fff5e6' },
|
|
242
|
+
{ label: 'orange-light5', color: '#ffe5bf' },
|
|
243
|
+
{ label: 'orange-light4', color: '#ffd699' },
|
|
244
|
+
{ label: 'orange-light3', color: '#ffc673' },
|
|
245
|
+
{ label: 'orange-light2', color: '#ffb74d' },
|
|
246
|
+
{ label: 'orange-light1', color: '#ffa726' },
|
|
247
|
+
{ label: 'orange-dark1', color: '#df8500' },
|
|
248
|
+
{ label: 'orange-dark2', color: '#c07200' },
|
|
249
|
+
{ label: 'orange-dark3', color: '#a05f00' },
|
|
250
|
+
{ label: 'orange-dark4', color: '#814d00' },
|
|
251
|
+
{ label: 'orange-dark5', color: '#613a00' },
|
|
252
|
+
{ label: 'orange-dark6', color: '#412700' }
|
|
224
253
|
]
|
|
225
254
|
},
|
|
226
255
|
{
|
|
227
256
|
label: 'deep-orange',
|
|
228
257
|
color: '#ff6825',
|
|
229
258
|
shades: [
|
|
230
|
-
{ label: 'deep-orange-
|
|
231
|
-
{ label: 'deep-orange-
|
|
232
|
-
{ label: 'deep-orange-
|
|
233
|
-
{ label: 'deep-orange-
|
|
234
|
-
{ label: 'deep-orange-
|
|
235
|
-
{ label: 'deep-orange-
|
|
236
|
-
{ label: 'deep-orange-
|
|
237
|
-
{ label: 'deep-orange-
|
|
238
|
-
{ label: 'deep-orange-
|
|
239
|
-
{ label: 'deep-orange-
|
|
259
|
+
{ label: 'deep-orange-light6', color: '#fff0e9' },
|
|
260
|
+
{ label: 'deep-orange-light5', color: '#ffd9c8' },
|
|
261
|
+
{ label: 'deep-orange-light4', color: '#ffc2a8' },
|
|
262
|
+
{ label: 'deep-orange-light3', color: '#ffac87' },
|
|
263
|
+
{ label: 'deep-orange-light2', color: '#ff9566' },
|
|
264
|
+
{ label: 'deep-orange-light1', color: '#ff7f46' },
|
|
265
|
+
{ label: 'deep-orange-dark1', color: '#ff5205' },
|
|
266
|
+
{ label: 'deep-orange-dark2', color: '#e54600' },
|
|
267
|
+
{ label: 'deep-orange-dark3', color: '#c53d00' },
|
|
268
|
+
{ label: 'deep-orange-dark4', color: '#a63300' },
|
|
269
|
+
{ label: 'deep-orange-dark5', color: '#862900' },
|
|
270
|
+
{ label: 'deep-orange-dark6', color: '#661f00' }
|
|
240
271
|
]
|
|
241
272
|
},
|
|
242
273
|
|
|
@@ -244,64 +275,72 @@ export default [
|
|
|
244
275
|
label: 'red',
|
|
245
276
|
color: '#fa3317',
|
|
246
277
|
shades: [
|
|
247
|
-
{ label: 'red-
|
|
248
|
-
{ label: 'red-
|
|
249
|
-
{ label: 'red-
|
|
250
|
-
{ label: 'red-
|
|
251
|
-
{ label: 'red-
|
|
252
|
-
{ label: 'red-
|
|
253
|
-
{ label: 'red-
|
|
254
|
-
{ label: 'red-
|
|
255
|
-
{ label: 'red-
|
|
256
|
-
{ label: 'red-
|
|
278
|
+
{ label: 'red-light6', color: '#fee3df' },
|
|
279
|
+
{ label: 'red-light5', color: '#fec6be' },
|
|
280
|
+
{ label: 'red-light4', color: '#fdaa9e' },
|
|
281
|
+
{ label: 'red-light3', color: '#fc8d7d' },
|
|
282
|
+
{ label: 'red-light2', color: '#fc705d' },
|
|
283
|
+
{ label: 'red-light1', color: '#fb543c' },
|
|
284
|
+
{ label: 'red-dark1', color: '#ec2205' },
|
|
285
|
+
{ label: 'red-dark2', color: '#cd1d04' },
|
|
286
|
+
{ label: 'red-dark3', color: '#ae1904' },
|
|
287
|
+
{ label: 'red-dark4', color: '#8f1403' },
|
|
288
|
+
{ label: 'red-dark5', color: '#701002' },
|
|
289
|
+
{ label: 'red-dark6', color: '#520c02' }
|
|
257
290
|
]
|
|
258
291
|
},
|
|
259
292
|
{
|
|
260
293
|
label: 'brown',
|
|
261
294
|
color: '#845848',
|
|
262
295
|
shades: [
|
|
263
|
-
{ label: 'brown-
|
|
264
|
-
{ label: 'brown-
|
|
265
|
-
{ label: 'brown-
|
|
266
|
-
{ label: 'brown-
|
|
267
|
-
{ label: 'brown-
|
|
268
|
-
{ label: 'brown-
|
|
269
|
-
{ label: 'brown-
|
|
270
|
-
{ label: 'brown-
|
|
271
|
-
{ label: 'brown-
|
|
272
|
-
{ label: 'brown-
|
|
296
|
+
{ label: 'brown-light6', color: '#f2eae7' },
|
|
297
|
+
{ label: 'brown-light5', color: '#e2d1ca' },
|
|
298
|
+
{ label: 'brown-light4', color: '#d2b7ad' },
|
|
299
|
+
{ label: 'brown-light3', color: '#c39e90' },
|
|
300
|
+
{ label: 'brown-light2', color: '#b38473' },
|
|
301
|
+
{ label: 'brown-light1', color: '#a16b58' },
|
|
302
|
+
{ label: 'brown-dark1', color: '#744d3f' },
|
|
303
|
+
{ label: 'brown-dark2', color: '#634236' },
|
|
304
|
+
{ label: 'brown-dark3', color: '#53372d' },
|
|
305
|
+
{ label: 'brown-dark4', color: '#422c24' },
|
|
306
|
+
{ label: 'brown-dark5', color: '#32211b' },
|
|
307
|
+
{ label: 'brown-dark6', color: '#211612' }
|
|
273
308
|
]
|
|
274
309
|
},
|
|
275
310
|
{
|
|
276
311
|
label: 'blue-grey',
|
|
277
312
|
color: '#6c8693',
|
|
278
313
|
shades: [
|
|
279
|
-
{ label: 'blue-grey-
|
|
280
|
-
{ label: 'blue-grey-
|
|
281
|
-
{ label: 'blue-grey-
|
|
282
|
-
{ label: 'blue-grey-
|
|
283
|
-
{ label: 'blue-grey-
|
|
284
|
-
{ label: 'blue-grey-
|
|
285
|
-
{ label: 'blue-grey-
|
|
286
|
-
{ label: 'blue-grey-
|
|
287
|
-
{ label: 'blue-grey-
|
|
288
|
-
{ label: 'blue-grey-
|
|
314
|
+
{ label: 'blue-grey-light6', color: '#f0f3f4' },
|
|
315
|
+
{ label: 'blue-grey-light5', color: '#dae1e4' },
|
|
316
|
+
{ label: 'blue-grey-light4', color: '#c4cfd4' },
|
|
317
|
+
{ label: 'blue-grey-light3', color: '#aebcc4' },
|
|
318
|
+
{ label: 'blue-grey-light2', color: '#98aab3' },
|
|
319
|
+
{ label: 'blue-grey-light1', color: '#8298a3' },
|
|
320
|
+
{ label: 'blue-grey-dark1', color: '#5f7581' },
|
|
321
|
+
{ label: 'blue-grey-dark2', color: '#51656f' },
|
|
322
|
+
{ label: 'blue-grey-dark3', color: '#44545c' },
|
|
323
|
+
{ label: 'blue-grey-dark4', color: '#36444a' },
|
|
324
|
+
{ label: 'blue-grey-dark5', color: '#293338' },
|
|
325
|
+
{ label: 'blue-grey-dark6', color: '#1c2226' }
|
|
289
326
|
]
|
|
290
327
|
},
|
|
291
328
|
{
|
|
292
329
|
label: 'grey',
|
|
293
330
|
color: '#848484',
|
|
294
331
|
shades: [
|
|
295
|
-
{ label: 'grey-
|
|
296
|
-
{ label: 'grey-
|
|
297
|
-
{ label: 'grey-
|
|
298
|
-
{ label: 'grey-
|
|
299
|
-
{ label: 'grey-
|
|
300
|
-
{ label: 'grey-
|
|
301
|
-
{ label: 'grey-
|
|
302
|
-
{ label: 'grey-
|
|
303
|
-
{ label: 'grey-
|
|
304
|
-
{ label: 'grey-
|
|
332
|
+
{ label: 'grey-light6', color: '#f7f7f7' },
|
|
333
|
+
{ label: 'grey-light5', color: '#e4e4e4' },
|
|
334
|
+
{ label: 'grey-light4', color: '#d1d1d1' },
|
|
335
|
+
{ label: 'grey-light3', color: '#bdbdbd' },
|
|
336
|
+
{ label: 'grey-light2', color: '#aaaaaa' },
|
|
337
|
+
{ label: 'grey-light1', color: '#979797' },
|
|
338
|
+
{ label: 'grey-dark1', color: '#747474' },
|
|
339
|
+
{ label: 'grey-dark2', color: '#646464' },
|
|
340
|
+
{ label: 'grey-dark3', color: '#555555' },
|
|
341
|
+
{ label: 'grey-dark4', color: '#454545' },
|
|
342
|
+
{ label: 'grey-dark5', color: '#353535' },
|
|
343
|
+
{ label: 'grey-dark6', color: '#252525' }
|
|
305
344
|
]
|
|
306
345
|
}
|
|
307
346
|
]
|
|
@@ -150,7 +150,7 @@ const genBreakpointLayoutClasses = breakpoints => {
|
|
|
150
150
|
'text-left{text-align:left}',
|
|
151
151
|
'text-center{text-align:center}',
|
|
152
152
|
'text-right{text-align:right}',
|
|
153
|
-
'text-nowrap{
|
|
153
|
+
'text-nowrap{white-space:nowrap}',
|
|
154
154
|
'row{flex-direction:row}',
|
|
155
155
|
'column{flex-direction:column}',
|
|
156
156
|
'grow{flex-grow:1;flex-basis:auto}',
|