@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 CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-config",
3
- "version": "2.11.249",
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": "9c800fdfdff5d9a49083e7d4f849189a35b8054c"
10
+ "gitHead": "53e63702105d8c7baf0f136c5756383533bf3b30"
11
11
  }
package/src/color.js CHANGED
@@ -23,7 +23,7 @@ export const COLOR = {
23
23
 
24
24
  title: ['--black 1', '--white 1'],
25
25
  caption: ['--gray 1 +16', '--gray4 1'],
26
- paragraph: ['--gray2 1', '--white 1']
26
+ paragraph: ['--gray2 1', '--gray 1 +65']
27
27
  }
28
28
 
29
29
  export const GRADIENT = {
package/src/theme.js CHANGED
@@ -134,7 +134,16 @@ const STATES = {
134
134
  }
135
135
 
136
136
  const UI = {
137
- field: '--tertiary',
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': {