react-stick
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -8,2 +8,3 @@ import React from 'react' | ||
import StickInSvg from './StickInSvg' | ||
import StyledWithDataAttributes from './StyledWithDataAttributes' | ||
@@ -20,4 +21,5 @@ export default function Regressions() { | ||
<StickInSvg /> | ||
<StyledWithDataAttributes /> | ||
</div> | ||
) | ||
} |
@@ -150,3 +150,4 @@ 'use strict'; | ||
var _style = style('nodeWrapper'), | ||
wrapperStyle = _style.style, | ||
_style$style = _style.style, | ||
wrapperStyle = _style$style === undefined ? {} : _style$style, | ||
wrapperStylingProps = _objectWithoutProperties(_style, ['style']); | ||
@@ -153,0 +154,0 @@ |
{ | ||
"name": "react-stick", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "React component to stick a portaled node to an anchor node", | ||
@@ -10,2 +10,3 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -44,2 +45,3 @@ "build": "nwb build-react-component --no-demo", | ||
"gh-pages": "^1.1.0", | ||
"glamor": "^2.20.40", | ||
"inferno": "^3.10.1", | ||
@@ -51,3 +53,4 @@ "nwb": "^0.21.2", | ||
"semantic-release": "^12.2.5", | ||
"semantic-release-github-pr": "^3.1.2" | ||
"semantic-release-github-pr": "^3.1.2", | ||
"substyle-glamor": "^1.0.5" | ||
}, | ||
@@ -54,0 +57,0 @@ "peerDependencies": { |
@@ -94,3 +94,3 @@ // @flow | ||
const SpecificStick = inline ? StickInline : StickPortal | ||
const { style: wrapperStyle, ...wrapperStylingProps } = style('nodeWrapper') | ||
const { style: wrapperStyle = {}, ...wrapperStylingProps } = style('nodeWrapper') | ||
return ( | ||
@@ -97,0 +97,0 @@ <SpecificStick |
Sorry, the diff of this file is not supported yet
394241
50
2482
19