@react-spring/zdog
Advanced tools
Comparing version 9.0.0-beta.30 to 9.0.0-beta.31
@@ -8,6 +8,6 @@ 'use strict'; | ||
var reactZdog = require('react-zdog'); | ||
var core = require('@react-spring/core'); | ||
var core = require('@react-spring/core/index.cjs.js'); | ||
var stringInterpolation = require('@react-spring/shared/stringInterpolation'); | ||
var colorNames = _interopDefault(require('@react-spring/shared/colors')); | ||
var animated$1 = require('@react-spring/animated'); | ||
var animated$1 = require('@react-spring/animated/index.cjs.js'); | ||
@@ -14,0 +14,0 @@ var elements = ['Anchor', 'Shape', 'Group', 'Rect', 'RoundedRect', 'Ellipse', 'Polygon', 'Hemisphere', 'Cylinder', 'Cone', 'Box']; // Extend animated with all the available Zdog elements |
@@ -8,5 +8,5 @@ import { addEffect, Anchor, invalidate, applyProps } from 'react-zdog'; | ||
var elements = ['Anchor', 'Shape', 'Group', 'Rect', 'RoundedRect', 'Ellipse', 'Polygon', 'Hemisphere', 'Cylinder', 'Cone', 'Box']; // Extend animated with all the available Zdog elements | ||
const elements = ['Anchor', 'Shape', 'Group', 'Rect', 'RoundedRect', 'Ellipse', 'Polygon', 'Hemisphere', 'Cylinder', 'Cone', 'Box']; // Extend animated with all the available Zdog elements | ||
var animated = extendAnimated(withAnimated, elements); | ||
const animated = extendAnimated(withAnimated, elements); | ||
@@ -20,4 +20,4 @@ if (addEffect) addEffect(update); | ||
applyAnimatedValues: applyProps, | ||
createStringInterpolator: createStringInterpolator, | ||
colorNames: colorNames | ||
createStringInterpolator, | ||
colorNames | ||
}); | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@react-spring/zdog", | ||
"version": "9.0.0-beta.30", | ||
"version": "9.0.0-beta.31", | ||
"description": "Cross-platform animation engine", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"@babel/runtime": "^7.3.1", | ||
"@react-spring/animated": "^9.0.0-beta.30", | ||
"@react-spring/core": "^9.0.0-beta.30", | ||
"@react-spring/shared": "^9.0.0-beta.30" | ||
"@react-spring/animated": "^9.0.0-beta.31", | ||
"@react-spring/core": "^9.0.0-beta.31", | ||
"@react-spring/shared": "^9.0.0-beta.31" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
11400