@symbo.ls/preview 0.0.42 → 0.0.43

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.42",
5
+ "version": "0.0.43",
6
6
  "repository": "https://github.com/rackai/editor",
7
7
  "main": "src/index.js",
8
8
  "scripts": {
@@ -9,7 +9,7 @@ import { PageExtend,
9
9
  Spaces,
10
10
  Icons,
11
11
  Typography,
12
- Fonts,
12
+ Fonts, // eslint-disable-line
13
13
  MediaQuery
14
14
  } from '..'
15
15
 
@@ -154,7 +154,7 @@ export const DesignSystem = {
154
154
  position: 'absolute',
155
155
  pointerEvents: 'none',
156
156
  top: '50%',
157
- left: '90%',
157
+ left: '100%',
158
158
  shape: 'rectangle',
159
159
  shapeDirection: null,
160
160
  padding: 'X2 Z1',
@@ -163,7 +163,8 @@ export const DesignSystem = {
163
163
  visibility: 'hidden',
164
164
  transition: 'B default-bezier',
165
165
  transitionProperty: 'opacity, transform',
166
- zIndex: 1000,
166
+ textAlign: 'start',
167
+ zIndex: 9999,
167
168
  lineHeight: 1,
168
169
  title: {
169
170
  fontSize: 'Z',