little-state-machine
Advanced tools
Comparing version 2.7.0-beta.10 to 2.7.0-beta.11
@@ -253,3 +253,3 @@ import * as React from 'react'; | ||
position: 'absolute', | ||
top: 30, | ||
top: 50, | ||
right: 0, | ||
@@ -287,2 +287,5 @@ width: 450, | ||
margin: 0, | ||
borderRadius: '4px', | ||
padding: '10px', | ||
width: '100%', | ||
}, onClick: () => setLoadPanel(false) }, "Go Back"))); | ||
@@ -403,3 +406,3 @@ } | ||
} }, | ||
createElement(Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: 0, width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }), | ||
createElement(Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: '-1px', width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }), | ||
createElement(Animate, { play: isClose, end: { transform: 'translateX(800px)' }, easeType: "ease-out", duration: 0.5, render: ({ style }) => (createElement("div", { style: Object.assign({ zIndex: 100000000, position: 'fixed', right: 0, top: 0, width: 600, height: '100vh', background: '#0a1c2c', display: 'grid', gridTemplateColumns: '150px auto', boxShadow: '0 0 8px 2px #080808' }, style) }, | ||
@@ -406,0 +409,0 @@ createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }), |
@@ -258,3 +258,3 @@ 'use strict'; | ||
position: 'absolute', | ||
top: 30, | ||
top: 50, | ||
right: 0, | ||
@@ -292,2 +292,5 @@ width: 450, | ||
margin: 0, | ||
borderRadius: '4px', | ||
padding: '10px', | ||
width: '100%', | ||
}, onClick: () => setLoadPanel(false) }, "Go Back"))); | ||
@@ -408,3 +411,3 @@ } | ||
} }, | ||
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (React.createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: 0, width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }), | ||
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { opacity: 0 }, delay: 0.4, render: ({ style }) => (React.createElement("button", { style: Object.assign({ position: 'fixed', right: 0, top: '-1px', width: 200, margin: 0, padding: 10, background: '#0a1c2c', color: 'white', zIndex: 100000000, fontSize: 12 }, style), onClick: () => setClose(!isClose) }, "Little State Machine")) }), | ||
React.createElement(reactSimpleAnimate.Animate, { play: isClose, end: { transform: 'translateX(800px)' }, easeType: "ease-out", duration: 0.5, render: ({ style }) => (React.createElement("div", { style: Object.assign({ zIndex: 100000000, position: 'fixed', right: 0, top: 0, width: 600, height: '100vh', background: '#0a1c2c', display: 'grid', gridTemplateColumns: '150px auto', boxShadow: '0 0 8px 2px #080808' }, style) }, | ||
@@ -411,0 +414,0 @@ React.createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }), |
{ | ||
"name": "little-state-machine", | ||
"version": "2.7.0-beta.10", | ||
"version": "2.7.0-beta.11", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.es.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43716
897