aura-ui-library 1.0.35 → 1.0.37
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/README.md +4 -0
- package/dist/index.js +723 -0
- package/dist/index.mjs +740 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,10 @@ Aura UI components are built to be flexible. Every component supports a `theme`,
|
|
|
54
54
|
| **`TextImage`** | Interwoven text and image segments | `segments`, `fontSize`, `theme` |
|
|
55
55
|
| **`HorizontalScroll`** | Lateral gallery sections | `items`, `accentColor`, `theme` |
|
|
56
56
|
| **`SVGPathAnimation`**| Path-drawing on scroll | `path`, `title`, `subtitle`, `theme` |
|
|
57
|
+
| **`CanvasReveal`** | Expanding dot grid interaction | `dotColor`, `dotSize`, `hoverRadius`, `hoverMultiplier` |
|
|
58
|
+
| **`SvgMaskEffect`**| X-ray hover reveal masks | `baseContent`, `revealContent`, `maskSize` |
|
|
59
|
+
| **`MacAnimation`** | Interactive 3D Apple lid open | `content`, `theme` |
|
|
60
|
+
| **`SlideLogo`** | Infinite wave-animated logo grids | `logos`, `interval` |
|
|
57
61
|
|
|
58
62
|
---
|
|
59
63
|
|