@symbo.ls/default-config 2.11.249 → 2.11.261
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 +2 -2
- package/src/color.js +1 -1
- package/src/theme.js +10 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/default-config",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.261",
|
|
4
4
|
"source": "src/index.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@symbo.ls/default-icons": "latest"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"gitHead": "
|
|
10
|
+
"gitHead": "53e63702105d8c7baf0f136c5756383533bf3b30"
|
|
11
11
|
}
|
package/src/color.js
CHANGED
package/src/theme.js
CHANGED
|
@@ -134,7 +134,16 @@ const STATES = {
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
const UI = {
|
|
137
|
-
field:
|
|
137
|
+
field: {
|
|
138
|
+
'@light': {
|
|
139
|
+
color: 'white',
|
|
140
|
+
background: 'gradient-light'
|
|
141
|
+
},
|
|
142
|
+
'@dark': {
|
|
143
|
+
color: 'white',
|
|
144
|
+
background: 'gradient-dark-active'
|
|
145
|
+
}
|
|
146
|
+
},
|
|
138
147
|
|
|
139
148
|
label: {
|
|
140
149
|
'@dark': {
|