@a4ui/core 0.10.2 → 0.11.0
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 +5 -5
- package/dist/elements.iife.js +2 -2
- package/dist/elements.js +4749 -2379
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1398 -1400
- package/dist/lib/motion.d.ts +20 -5
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -21,11 +21,11 @@ Components. Named after the 4 people in the Rivera family. 🙂
|
|
|
21
21
|
|
|
22
22
|
Three layers, one identity:
|
|
23
23
|
|
|
24
|
-
| Layer | What it gives | Tech
|
|
25
|
-
| --------------- | --------------------------------------- |
|
|
26
|
-
| Behavior / a11y | focus, keyboard, ARIA, portals | **Kobalte**
|
|
27
|
-
| Motion | transitions, count-up, calm mode | **
|
|
28
|
-
| Visual | glass surfaces, tokens, glow, starfield | **Tailwind preset + `styles.css`**
|
|
24
|
+
| Layer | What it gives | Tech |
|
|
25
|
+
| --------------- | --------------------------------------- | ---------------------------------- |
|
|
26
|
+
| Behavior / a11y | focus, keyboard, ARIA, portals | **Kobalte** |
|
|
27
|
+
| Motion | transitions, count-up, calm mode | **Motion (motion.dev)** |
|
|
28
|
+
| Visual | glass surfaces, tokens, glow, starfield | **Tailwind preset + `styles.css`** |
|
|
29
29
|
|
|
30
30
|
## Install
|
|
31
31
|
|