little-state-machine
Advanced tools
Comparing version 2.7.3 to 2.7.4
@@ -198,2 +198,3 @@ import * as React from 'react'; | ||
fontSize: 13, | ||
lineHeight: 20, | ||
margin: 0, | ||
@@ -416,3 +417,3 @@ padding: '10px 10px 9px', | ||
} }, | ||
createElement(Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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, lineHeight: '25px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 LITTLE STATE MACHINE")) }), | ||
createElement(Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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: 13, lineHeight: '20px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 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) }, | ||
@@ -419,0 +420,0 @@ createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }), |
@@ -203,2 +203,3 @@ 'use strict'; | ||
fontSize: 13, | ||
lineHeight: 20, | ||
margin: 0, | ||
@@ -421,3 +422,3 @@ padding: '10px 10px 9px', | ||
} }, | ||
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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, lineHeight: '25px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 LITTLE STATE MACHINE")) }), | ||
React.createElement(reactSimpleAnimate.Animate, { play: !isClose, end: { transform: 'translateY(-50px)' }, delay: 0.5, 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: 13, lineHeight: '20px', border: 0, borderRadius: 0 }, style), onClick: () => closePanel() }, "\u2646 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) }, | ||
@@ -424,0 +425,0 @@ React.createElement(DevToolActionPanel, { stateIndex: stateIndex, setStateIndex: setStateIndex }), |
{ | ||
"name": "little-state-machine", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"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
44506
923