raft-ui 0.0.9 → 0.0.10
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/CHANGELOG.md +27 -0
- package/dist/index.d.mts +693 -73
- package/dist/index.mjs +914 -83
- package/dist/styles.css +40 -0
- package/dist/wip.d.mts +31 -1
- package/dist/wip.mjs +107 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## [0.0.10](https://github.com/botiverse/rui/compare/v0.0.9...v0.0.10) (2026-07-03)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **lightbox:** add navigation and info slots ([84b273d](https://github.com/botiverse/rui/commit/84b273ddac4b0e3bec94ce19c311dbd9562ec2cb))
|
|
6
|
+
- **lightbox:** refine preview chrome styling ([d441ace](https://github.com/botiverse/rui/commit/d441ace1740f3010cfbb5aa8b1c54e94fdb3f8ec))
|
|
7
|
+
- **preview-card:** add hover preview card docs ([e91545c](https://github.com/botiverse/rui/commit/e91545c32a594dc4e7c10e6e6113914dea6f6063))
|
|
8
|
+
- **separator:** support labeled content ([3d3509b](https://github.com/botiverse/rui/commit/3d3509bf1b5098788c99276401c6f553aa269f14))
|
|
9
|
+
- **skeleton:** add skeleton primitive ([a64471b](https://github.com/botiverse/rui/commit/a64471be70cf00457a4376fd37dd308034f378f8))
|
|
10
|
+
- **toast:** add ToastActions slot and refine theme layouts ([c4e06c0](https://github.com/botiverse/rui/commit/c4e06c0464e399fc2cf0b6e9165f5823b841bf81))
|
|
11
|
+
- **toast:** add wip toast docs and primitives ([894ea03](https://github.com/botiverse/rui/commit/894ea031527801716cb75105a5be9ba5d4ba9574))
|
|
12
|
+
- **toast:** polish toast component and docs ([fa70814](https://github.com/botiverse/rui/commit/fa7081441205283af80d1a89f859cbf8645c3636))
|
|
13
|
+
- **toast:** promote toast api ([c2701db](https://github.com/botiverse/rui/commit/c2701db58409115e985c83adc8cb94c33e55e11b))
|
|
14
|
+
- **toast:** refine composition previews ([5177704](https://github.com/botiverse/rui/commit/51777044ec4950dc10639960bc917027da4d513d))
|
|
15
|
+
- **toast:** refine elegant glass styling ([e047a66](https://github.com/botiverse/rui/commit/e047a66ae8dfc0eb0f1f1cf4fc1fa86ff55265ff))
|
|
16
|
+
- **ui:** add Progress component ([135ec9c](https://github.com/botiverse/rui/commit/135ec9c19493d139f352ecf7d0811a5281d53ba1))
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- **home:** improve dialog gallery previews ([6da45e8](https://github.com/botiverse/rui/commit/6da45e8af605680f73dc5943c32f98720273c3b4))
|
|
21
|
+
- **preview-card:** point mention links to docs route ([50ea8c3](https://github.com/botiverse/rui/commit/50ea8c389c1255a7cc3b45415f0c357a4eedae03))
|
|
22
|
+
- **toast:** align source comparison variants ([041820c](https://github.com/botiverse/rui/commit/041820c3277a25ca548672ea696bb73d65733b96))
|
|
23
|
+
- **toast:** refine layout variants ([88f443f](https://github.com/botiverse/rui/commit/88f443f281480c9515b669f107dce22324f35f67))
|
|
24
|
+
- **tooltip:** loosen elegant trigger offset ([4955a67](https://github.com/botiverse/rui/commit/4955a67ad50944e3f804f312ee1eaf8aff76236e))
|
|
25
|
+
- **tooltip:** refine elegant tooltip styling ([750a9d3](https://github.com/botiverse/rui/commit/750a9d38db802b2b51125d1d621b5983db4af712))
|
|
26
|
+
- **ui:** preserve separator semantics ([78c3096](https://github.com/botiverse/rui/commit/78c3096ced4506292fdfe3a5c72f1fdeb7029983))
|
|
27
|
+
|
|
1
28
|
## [0.0.9](https://github.com/botiverse/rui/compare/v0.0.8...v0.0.9) (2026-06-30)
|
|
2
29
|
|
|
3
30
|
### Features
|