baby-i-am-faded
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -89,3 +89,3 @@ "use strict"; | ||
} | ||
const words = children.split(' '); | ||
const words = children.split(' ').filter(Boolean); | ||
const nodes = words.map((word, index) => { | ||
@@ -92,0 +92,0 @@ const variablesStyle = {}; |
@@ -67,3 +67,3 @@ import React, { forwardRef, useCallback, useMemo, } from 'react'; | ||
} | ||
const words = children.split(' '); | ||
const words = children.split(' ').filter(Boolean); | ||
const nodes = words.map((word, index) => { | ||
@@ -70,0 +70,0 @@ const variablesStyle = {}; |
{ | ||
"name": "baby-i-am-faded", | ||
"_": "[bump if baby-i-am-faded]", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Reveal animation for react", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
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
41952
873