@zuzjs/ui 1.0.53 → 1.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.cjs +4 -4
- package/dist/bin.js +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -5
- package/package.json +2 -2
- /package/dist/{chunk-Y6OZUVXD.js → chunk-CXSDT3RX.js} +0 -0
- /package/dist/{chunk-YEGRGLBF.cjs → chunk-OJSSKBVV.cjs} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -1835,6 +1835,8 @@ type TextProps = Props<`h1` | `h2` | `h3` | `h4` | `h5` | `h6` | `p` | `span` |
|
|
|
1835
1835
|
html?: ReactNode | string;
|
|
1836
1836
|
lines?: number;
|
|
1837
1837
|
tfx?: TextFxVariant;
|
|
1838
|
+
/** Init delay before animation starts */
|
|
1839
|
+
delay?: number;
|
|
1838
1840
|
duration?: number;
|
|
1839
1841
|
stagger?: number;
|
|
1840
1842
|
repeat?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1835,6 +1835,8 @@ type TextProps = Props<`h1` | `h2` | `h3` | `h4` | `h5` | `h6` | `p` | `span` |
|
|
|
1835
1835
|
html?: ReactNode | string;
|
|
1836
1836
|
lines?: number;
|
|
1837
1837
|
tfx?: TextFxVariant;
|
|
1838
|
+
/** Init delay before animation starts */
|
|
1839
|
+
delay?: number;
|
|
1838
1840
|
duration?: number;
|
|
1839
1841
|
stagger?: number;
|
|
1840
1842
|
repeat?: boolean;
|