@arwes/text
Advanced tools
Comparing version 1.0.0-next.24080101 to 1.0.0-next.24082701
@@ -5,4 +5,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./types.js"), exports); | ||
tslib_1.__exportStar(require("./transitionTextSequence/index.js"), exports); | ||
tslib_1.__exportStar(require("./transitionTextDecipher/index.js"), exports); | ||
tslib_1.__exportStar(require("./getTransitionTextDuration/index.js"), exports); | ||
tslib_1.__exportStar(require("./animateTextSequence/index.js"), exports); | ||
tslib_1.__exportStar(require("./animateTextDecipher/index.js"), exports); | ||
tslib_1.__exportStar(require("./getAnimationTextDuration/index.js"), exports); |
export * from './types.js'; | ||
export * from './transitionTextSequence/index.js'; | ||
export * from './transitionTextDecipher/index.js'; | ||
export * from './getTransitionTextDuration/index.js'; | ||
export * from './animateTextSequence/index.js'; | ||
export * from './animateTextDecipher/index.js'; | ||
export * from './getAnimationTextDuration/index.js'; |
export * from './types.js'; | ||
export * from './transitionTextSequence/index.js'; | ||
export * from './transitionTextDecipher/index.js'; | ||
export * from './getTransitionTextDuration/index.js'; | ||
export * from './animateTextSequence/index.js'; | ||
export * from './animateTextDecipher/index.js'; | ||
export * from './getAnimationTextDuration/index.js'; |
import type { Easing } from '@arwes/animated'; | ||
export type TextTransitionManager = 'sequence' | 'decipher'; | ||
export type TextTransitionProps = { | ||
export type AnimateTextManager = 'sequence' | 'decipher'; | ||
export type AnimateTextProps = { | ||
rootElement: HTMLElement; | ||
@@ -5,0 +5,0 @@ contentElement: HTMLElement; |
{ | ||
"name": "@arwes/text", | ||
"version": "1.0.0-next.24080101", | ||
"version": "1.0.0-next.24082701", | ||
"publishConfig": { | ||
@@ -43,4 +43,4 @@ "access": "public" | ||
"dependencies": { | ||
"@arwes/animated": "^1.0.0-next.24080101", | ||
"@arwes/tools": "^1.0.0-next.24080101", | ||
"@arwes/animated": "^1.0.0-next.24082701", | ||
"@arwes/tools": "^1.0.0-next.24082701", | ||
"tslib": "2" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "11d040d734a300d67c39d53ce91d72829640c89e" | ||
"gitHead": "5e52d92f96afa347406c29f64ba1ae8c4089f096" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22466
498
1