react-type-animation
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -86,3 +86,3 @@ import React, { useRef, useEffect, memo } from 'react'; | ||
var css = ".styles_type__2Teeh::after {\r\n content: '|';\r\n animation: styles_cursor__14ty0 1.1s infinite step-start;\r\n}\r\n\r\n@keyframes styles_cursor__14ty0 {\r\n 50% {\r\n opacity: 0;\r\n }\r\n}\r\n"; | ||
var css = ".styles_type__2Teeh::after {\n content: '|';\n animation: styles_cursor__14ty0 1.1s infinite step-start;\n}\n\n@keyframes styles_cursor__14ty0 {\n 50% {\n opacity: 0;\n }\n}\n"; | ||
var styles = { "type": "styles_type__2Teeh", "cursor": "styles_cursor__14ty0" }; | ||
@@ -89,0 +89,0 @@ styleInject(css); |
@@ -91,3 +91,3 @@ 'use strict'; | ||
var css = ".styles_type__2Teeh::after {\r\n content: '|';\r\n animation: styles_cursor__14ty0 1.1s infinite step-start;\r\n}\r\n\r\n@keyframes styles_cursor__14ty0 {\r\n 50% {\r\n opacity: 0;\r\n }\r\n}\r\n"; | ||
var css = ".styles_type__2Teeh::after {\n content: '|';\n animation: styles_cursor__14ty0 1.1s infinite step-start;\n}\n\n@keyframes styles_cursor__14ty0 {\n 50% {\n opacity: 0;\n }\n}\n"; | ||
var styles = { "type": "styles_type__2Teeh", "cursor": "styles_cursor__14ty0" }; | ||
@@ -94,0 +94,0 @@ styleInject(css); |
{ | ||
"name": "react-type-animation", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "React typing animation based on typical.", | ||
@@ -36,4 +36,4 @@ "author": "max37", | ||
"prop-types": "^15.5.4", | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
"react": ">= 15.0.0", | ||
"react-dom": ">= 15.0.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -0,0 +0,0 @@ # react-type-animation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28469
7