@react-spring/shared
Advanced tools
Comparing version 9.0.0-beta.9 to 9.0.0-beta.10
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var G = require("./globals"); | ||
var tslib_1 = require("tslib"); | ||
var G = tslib_1.__importStar(require("./globals")); | ||
var _1 = require("."); | ||
@@ -5,0 +6,0 @@ exports.createInterpolator = function (range, output, extrapolate) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var _1 = require("."); | ||
var stringInterpolation_1 = require("./stringInterpolation"); | ||
var colors_1 = require("./colors"); | ||
var colors_1 = tslib_1.__importDefault(require("./colors")); | ||
beforeAll(function () { | ||
@@ -7,0 +8,0 @@ _1.Globals.assign({ |
@@ -6,3 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./createInterpolator"), exports); | ||
var Globals = require("./globals"); | ||
var Globals = tslib_1.__importStar(require("./globals")); | ||
exports.Globals = Globals; | ||
@@ -9,0 +9,0 @@ exports.is = { |
@@ -36,4 +36,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var matchers = require("./colorMatchers"); | ||
var G = require("./globals"); | ||
var tslib_1 = require("tslib"); | ||
var matchers = tslib_1.__importStar(require("./colorMatchers")); | ||
var G = tslib_1.__importStar(require("./globals")); | ||
function normalizeColor(color) { | ||
@@ -40,0 +41,0 @@ var match; |
{ | ||
"name": "@react-spring/shared", | ||
"version": "9.0.0-beta.9", | ||
"version": "9.0.0-beta.10", | ||
"description": "Globals and shared modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,4 +6,4 @@ "use strict"; | ||
var colorToRgba_1 = require("./colorToRgba"); | ||
var tiny_invariant_1 = require("tiny-invariant"); | ||
var G = require("./globals"); | ||
var tiny_invariant_1 = tslib_1.__importDefault(require("tiny-invariant")); | ||
var G = tslib_1.__importStar(require("./globals")); | ||
// Problem: https://github.com/animatedjs/animated/pull/102 | ||
@@ -10,0 +10,0 @@ // Solution: https://stackoverflow.com/questions/638565/parsing-scientific-notation-sensibly/658662 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
66277
1096