@symbo.ls/preview 3.6.8 → 3.7.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.
@@ -36,7 +36,7 @@ export const Typography = {
36
36
  padding: 'B - C -',
37
37
  childProps: {
38
38
  ':not(:last-child)': {
39
- border: 'solid, white .15',
39
+ border: 'solid white.15',
40
40
  borderWidth: '0 0 1px 0'
41
41
  }
42
42
  },
package/blocks/shape.js CHANGED
@@ -9,7 +9,7 @@ export const shape = {
9
9
  // gap: 'E',
10
10
  columns: 'repeat(8, 1fr)',
11
11
  childProps: {
12
- border: 'solid, white .05',
12
+ border: 'solid white.05',
13
13
  borderWidth: '2px',
14
14
  style: {
15
15
  boxShadow:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/preview",
3
- "version": "3.6.8",
3
+ "version": "3.7.0",
4
4
  "main": "index.js",
5
5
  "license": "CC-BY-NC-4.0",
6
6
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
@@ -188,7 +188,7 @@ export const ComponentsPage = {
188
188
  fontWeight: '400',
189
189
  round: 'D',
190
190
  flow: 'row',
191
- border: 'solid, #252527',
191
+ border: 'solid #252527',
192
192
  borderWidth: '1px',
193
193
  width: 'G+D',
194
194
  padding: 'Z A Z B',
@@ -25,7 +25,7 @@ export const Styleguide = {
25
25
  childExtends: {
26
26
  flow: 'column',
27
27
  '> header': {
28
- border: 'solid, white .15',
28
+ border: 'solid white.15',
29
29
  borderWidth: '.5px 0 .5px 0'
30
30
  },
31
31
  theme: null