@symbo.ls/preview 0.0.55 → 0.0.57

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
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/preview",
3
3
  "description": "",
4
4
  "author": "",
5
- "version": "0.0.55",
5
+ "version": "0.0.57",
6
6
  "repository": "https://github.com/rackai/editor",
7
7
  "main": "src/index.js",
8
8
  "scripts": {
@@ -135,7 +135,7 @@ export const DesignSystem = {
135
135
  },
136
136
 
137
137
  Page: {
138
- transform: 'translate3d(-3.5%, 0, 0)',
138
+ // transform: 'translate3d(-3.235%, 0, 0)',
139
139
  padding: 'X2 C1 B1',
140
140
  flex: 1
141
141
  }
@@ -168,10 +168,7 @@ export const DesignSystem = {
168
168
  page: {
169
169
  extend: Flex,
170
170
 
171
- DesignSystemNavbar: {
172
- extend: true,
173
- ...NAV
174
- },
171
+ DesignSystemNavbar: { extend: true, ...NAV },
175
172
 
176
173
  Page: { extend: Page }
177
174
  },
@@ -278,9 +278,6 @@ export const screenSizingList = {
278
278
  props: {
279
279
  ...listProps,
280
280
  minWidth: '300px'
281
-
282
- // padding: 'A 0 A A'
283
- // border: '2px solid yellow'
284
281
  },
285
282
 
286
283
  childExtend: DefaultScreensRow,