@symbo.ls/default-config 2.11.267 → 2.11.269

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.267",
3
+ "version": "2.11.269",
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": "8641ea0f87d8ae5c7c0266f94a38f5714cac1e34"
10
+ "gitHead": "9539c62d29cc279dbe7e149aa96bb8ee019c7119"
11
11
  }
package/src/spacing.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  export const SPACING = {
4
4
  ratio: 1.618,
5
- subSequence: true,
6
- '@tabletS': {
7
- ratio: 1.45
8
- },
9
- '@mobileM': {
10
- ratio: 1.2
11
- }
5
+ subSequence: true
6
+ // '@tabletS': {
7
+ // ratio: 1.45
8
+ // },
9
+ // '@mobileM': {
10
+ // ratio: 1.2
11
+ // }
12
12
  }
package/src/theme.js CHANGED
@@ -144,7 +144,7 @@ const UI = {
144
144
  field: {
145
145
  '@light': {
146
146
  color: 'white',
147
- background: 'gradient-light'
147
+ background: '--gradient-light'
148
148
  },
149
149
  '@dark': {
150
150
  color: 'white',