@symbo.ls/preview 0.0.56 → 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.56",
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.235%, 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
  },