@rarui/components 1.21.0 → 1.22.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/CHANGELOG.md +11 -0
- package/custom-elements.json +1141 -1012
- package/dist/index.d.ts +240 -80
- package/dist/index.js +176 -156
- package/package.json +1 -1
- package/src/types/CHANGELOG.md +22 -0
- package/src/types/README.md +73 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
`@rarui/components` components is a component library built with [Lit](https://lit.dev/).
|
|
4
4
|
|
|
5
|
+
## 2025-09-01 `1.22.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new layout `Sidebar` component with floating-ui positioning for intelligent responsive behavior. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
- Added comprehensive web component type utilities for automatic camelCase to kebab-case conversion. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
+
- Implemented `WebComponentProperties<T, E>` utility type for seamless React props inheritance with type safety. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
+
- Enhanced sidebar with smooth CSS transitions support by maintaining element rendering during state changes. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
|
|
13
|
+
- Added automatic viewport adaptation and overflow prevention using floating-ui middleware. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
|
|
14
|
+
- Implemented comprehensive accessibility features with focus management and keyboard navigation. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
|
|
15
|
+
|
|
5
16
|
## 2025-09-01 `1.21.0`
|
|
6
17
|
|
|
7
18
|
#### 🎉 New features
|