@rarui/components 1.24.2-rc.6 → 1.25.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/index.d.ts +190 -0
  3. package/dist/index.js +301 -409
  4. package/package.json +2 -3
  5. package/src/exhibition/Avatar/CHANGELOG.md +0 -32
  6. package/src/exhibition/Badge/CHANGELOG.md +0 -32
  7. package/src/exhibition/Divider/CHANGELOG.md +0 -26
  8. package/src/exhibition/Icon/CHANGELOG.md +0 -32
  9. package/src/exhibition/Label/CHANGELOG.md +0 -38
  10. package/src/exhibition/Stepper/CHANGELOG.md +0 -31
  11. package/src/exhibition/Text/CHANGELOG.md +0 -39
  12. package/src/exhibition/Title/CHANGELOG.md +0 -39
  13. package/src/exhibition/Tooltip/CHANGELOG.md +0 -26
  14. package/src/feedback/Progress/CHANGELOG.md +0 -28
  15. package/src/feedback/Skeleton/CHANGELOG.md +0 -26
  16. package/src/feedback/Status/CHANGELOG.md +0 -26
  17. package/src/input/Button/CHANGELOG.md +0 -59
  18. package/src/input/Checkbox/CHANGELOG.md +0 -45
  19. package/src/input/Chip/CHANGELOG.md +0 -43
  20. package/src/input/Dropdown/CHANGELOG.md +0 -41
  21. package/src/input/IconButton/CHANGELOG.md +0 -28
  22. package/src/input/Input/CHANGELOG.md +0 -46
  23. package/src/input/RadioButton/CHANGELOG.md +0 -28
  24. package/src/input/Select/CHANGELOG.md +0 -43
  25. package/src/input/Textarea/CHANGELOG.md +0 -38
  26. package/src/input/Toggle/CHANGELOG.md +0 -28
  27. package/src/layout/Box/CHANGELOG.md +0 -50
  28. package/src/layout/Sidebar/CHANGELOG.md +0 -28
  29. package/src/navigation/Breadcrumb/CHANGELOG.md +0 -26
  30. package/src/navigation/Link/CHANGELOG.md +0 -28
  31. package/src/navigation/Pagination/CHANGELOG.md +0 -28
  32. package/src/navigation/SideNavigation/CHANGELOG.md +0 -33
  33. package/src/navigation/Tabs/CHANGELOG.md +0 -40
  34. package/src/stylization/ThemeProvider/CHANGELOG.md +0 -32
  35. package/src/surface/Accordion/CHANGELOG.md +0 -28
  36. package/src/surface/Banner/CHANGELOG.md +0 -26
  37. package/src/surface/Card/CHANGELOG.md +0 -29
  38. package/src/surface/Modal/CHANGELOG.md +0 -30
  39. package/src/types/CHANGELOG.md +0 -22
@@ -1,46 +0,0 @@
1
- # Changelog
2
-
3
- The Input component allows users to enter and edit text.
4
-
5
- ## 2025-09-18 `1.2.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced form integration with native HTML form association using ElementInternals API for seamless form submission and validation. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Upgraded custom event to `rarui-input-change` (from `input-change`) for consistent event naming across all components. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Implemented automatic form reset support with `formResetCallback()` for native form reset behavior. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
12
- - Enhanced label integration with automatic focus management through `rarui-label-click` event listener and `focus()`/`blur()` methods. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
13
- - Added native `id` attribute support for proper label association and form control identification. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
14
-
15
- ## 2025-09-05 `1.1.0`
16
-
17
- #### 🎉 New features
18
-
19
- - Enhanced Input component with comprehensive accessibility and form integration (type, name, form, required, readonly, autocomplete, minlength, maxlength, pattern properties) and complete ARIA attributes support for screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Enhanced InputPassword component with accessibility improvements (form integration properties, ARIA attributes) and standardized custom event `input-password-change` for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
21
- - Enhanced InputSearch component with accessibility support (form validation attributes, ARIA support) and standardized custom events (`input-search-change`, `input-search-submit`) for better user interaction. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
22
- - Added standardized custom event `input-change` for the main Input component while maintaining backward compatibility with native input and change events. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
23
-
24
- ## 2025-08-28 `1.0.0`
25
-
26
- #### 🎉 New features
27
-
28
- - Added initial implementation of `rarui-input` web component. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
29
- - Added support for leading elements via slots (`leading-start` and `leading-end`). ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
30
- - Added `rarui-input-password` component with show/hide password toggle. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
31
- - Added `rarui-input-search` component with built-in search icon. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
32
- - Added multiple size variants: small, medium, large. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
33
- - Added appearance variants: success, error. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
34
- - Added border and divider customization options. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
35
- - Added disabled state support. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
36
- - Added stories on Component. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
37
-
38
- <!-- #### 🛠 Breaking changes -->
39
-
40
- <!-- #### 📚 3rd party library updates -->
41
-
42
- <!-- #### 🎉 New features -->
43
-
44
- <!-- #### 🐛 Bug fixes -->
45
-
46
- <!-- #### 💡 Others -->
@@ -1,28 +0,0 @@
1
- # Changelog
2
-
3
- The Radio Button allows users to select an option from a set. They are a selection control that usually appears when users are asked to make decisions or select an option from options.
4
-
5
- ## 2025-09-05 `1.2.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced RadioButton component with comprehensive accessibility and form integration (value, form, required, readonly properties) for proper HTML form submission and semantic radio button behavior. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Added standardized custom event `radio-button-change` with detailed event payload including value, checked state, and name for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Improved ARIA support with complete attributes implementation (aria-label, aria-labelledby, aria-describedby, aria-invalid, aria-required) for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
-
13
- ## 2025-05-29 `1.0.0`
14
-
15
- #### 🎉 New features
16
-
17
- - Added `id`, `selected`, `size`, `disabled`, `error` and `label` properties to the Component. ([#113](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/113) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added stories on Component. ([#113](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/113) by [@junior](https://git.rarolabs.com.br/junior))
19
-
20
- <!-- #### 🛠 Breaking changes -->
21
-
22
- <!-- #### 📚 3rd party library updates -->
23
-
24
- <!-- #### 🎉 New features -->
25
-
26
- <!-- #### 🐛 Bug fixes -->
27
-
28
- <!-- #### 💡 Others -->
@@ -1,43 +0,0 @@
1
- # Changelog
2
-
3
- Select component for choosing options from a dropdown menu with support for single and multiple selection.
4
-
5
- ## 2025-09-18 `1.2.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced form integration with native HTML form association using ElementInternals API for seamless form submission and validation in both single and multiple selection modes. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Upgraded custom event to `rarui-select-change` (from `select-change`) for consistent event naming across all components. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Implemented automatic form reset support with `formResetCallback()` for native form reset behavior. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
12
- - Enhanced label integration with automatic focus management through `rarui-label-click` event listener and `focus()`/`blur()` methods. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
13
- - Improved multiple selection checkbox integration with proper naming and readonly state management. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
14
-
15
- ## 2025-09-05 `1.1.0`
16
-
17
- #### 🎉 New features
18
-
19
- - Enhanced Select component with comprehensive accessibility and form integration (name, form, required properties) for proper HTML form submission and semantic select behavior. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Added complete ARIA support with proper attributes (aria-haspopup, aria-expanded, aria-label, aria-labelledby, aria-describedby, aria-invalid, aria-required) and semantic roles for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
21
- - Implemented hidden form inputs for seamless integration with HTML forms in both single and multiple selection modes. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
22
-
23
- ## 2025-01-09 `1.0.0`
24
-
25
- #### 🎉 New features
26
-
27
- - Added new `Select` component with single and multiple selection modes. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
28
- - Implemented complete parity with React Select component using internal web components. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
29
- - Added support for custom content and filtering through slot-based architecture. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
30
- - Enhanced with full keyboard navigation and ESC key accessibility support. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
31
- - Integrated with hybrid Checkbox and Dropdown components for intelligent state management. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
32
- - Added `size`, `appearance`, `placeholder`, `disabled`, `multiple`, `open`, `enabled-flip`, `position`, `max-height`, `z-index`, `strategy`, `options`, `value`, and `default-value` properties. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
33
- - Added comprehensive Storybook stories including filtering example. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
34
-
35
- <!-- #### 🛠 Breaking changes -->
36
-
37
- <!-- #### 📚 3rd party library updates -->
38
-
39
- <!-- #### 🎉 New features -->
40
-
41
- <!-- #### 🐛 Bug fixes -->
42
-
43
- <!-- #### 💡 Others -->
@@ -1,38 +0,0 @@
1
- # Changelog
2
-
3
- Textarea is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.
4
-
5
- ## 2025-09-18 `1.2.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced form integration with native HTML form association using ElementInternals API for seamless form submission and validation. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Upgraded custom event to `rarui-textarea-change` (from `textarea-change`) for consistent event naming across all components. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Implemented automatic form reset support with `formResetCallback()` for native form reset behavior. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
12
- - Enhanced label integration with automatic focus management through `rarui-label-click` event listener and `focus()`/`blur()` methods. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
13
- - Improved value initialization with proper default empty string for consistent form behavior. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
14
-
15
- ## 2025-09-05 `1.1.0`
16
-
17
- #### 🎉 New features
18
-
19
- - Enhanced Textarea component with comprehensive accessibility and form integration (name, form, required, readonly, placeholder, minlength, maxlength properties) for proper HTML form submission and semantic textarea behavior. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Added standardized custom event `textarea-change` with detailed event payload including value and original event for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
21
- - Improved ARIA support with complete attributes implementation (aria-label, aria-labelledby, aria-describedby, aria-invalid, aria-required) for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
22
-
23
- ## 2025-05-29 `1.0.0`
24
-
25
- #### 🎉 New features
26
-
27
- - Added `lines` and `appearance` properties to the Component. ([#113](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/113) by [@junior](https://git.rarolabs.com.br/junior))
28
- - Added stories on Component. ([#113](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/113) by [@junior](https://git.rarolabs.com.br/junior))
29
-
30
- <!-- #### 🛠 Breaking changes -->
31
-
32
- <!-- #### 📚 3rd party library updates -->
33
-
34
- <!-- #### 🎉 New features -->
35
-
36
- <!-- #### 🐛 Bug fixes -->
37
-
38
- <!-- #### 💡 Others -->
@@ -1,28 +0,0 @@
1
- # Changelog
2
-
3
- Toggle switches enable or disable the state of a single item.
4
-
5
- ## 2025-09-05 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced Toggle component with comprehensive accessibility and form integration (value, form, required properties) for proper HTML form submission and semantic switch behavior with role="switch". ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Added standardized custom event `toggle-change` with detailed event payload including checked state, value, name, and original event for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Improved ARIA support with complete attributes implementation (aria-checked, aria-label, aria-labelledby, aria-describedby, aria-invalid, aria-required) for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
-
13
- ## 2025-06-26 `1.0.0`
14
-
15
- #### 🎉 New features
16
-
17
- - Added `name`, `selected`, `label`, `size`, `error`, `disabled` and `id` properties to the Component. ([#122](https://git.rarolabs.com.br/frontend/rarui/pull/122) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added stories on Component. ([#122](https://git.rarolabs.com.br/frontend/rarui/pull/122) by [@junior](https://git.rarolabs.com.br/junior))
19
-
20
- <!-- #### 🛠 Breaking changes -->
21
-
22
- <!-- #### 📚 3rd party library updates -->
23
-
24
- <!-- #### 🎉 New features -->
25
-
26
- <!-- #### 🐛 Bug fixes -->
27
-
28
- <!-- #### 💡 Others -->
@@ -1,50 +0,0 @@
1
- # Changelog
2
-
3
- A low-level utility component that accepts styled system props to enable custom theme-aware styling
4
-
5
- ## 2025-09-04 `2.7.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Added comprehensive accessibility support with ARIA attributes (aria-label, aria-labelledby, aria-describedby) for screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-08-29 `2.6.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added support for `as` property to enable polymorphic element rendering. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
16
-
17
- ## 2025-08-27 `2.5.0`
18
-
19
- #### 🎉 New features
20
-
21
- - Adding `verticalAlign` and `whiteSpace` property to the component.
22
-
23
- ## 2025-05-27 `1.2.0`
24
-
25
- #### 🎉 New features
26
-
27
- - Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
28
-
29
- ## 2025-05-23 `1.1.0`
30
-
31
- #### 🎉 New features
32
-
33
- - Adjusted the creation of components for `lit` use to `stencil` Inves. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
34
-
35
- ## 2024-08-06 `1.0.0`
36
-
37
- #### 🎉 New features
38
-
39
- - Added properties `css` to the Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
40
- - Added stories on Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
41
-
42
- <!-- #### 🛠 Breaking changes -->
43
-
44
- <!-- #### 📚 3rd party library updates -->
45
-
46
- <!-- #### 🎉 New features -->
47
-
48
- <!-- #### 🐛 Bug fixes -->
49
-
50
- <!-- #### 💡 Others -->
@@ -1,28 +0,0 @@
1
- # Changelog
2
-
3
- A sidebar component that slides in from the left or right side of the screen, with floating-ui positioning for responsive behavior.
4
-
5
- ## 2025-09-04 `0.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced accessibility support with additional ARIA attributes (aria-label, aria-labelledby, aria-describedby) for improved screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-09-01 `0.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added web component implementation of Sidebar with floating-ui integration. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Added intelligent positioning system using floating-ui for responsive behavior. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
17
- - Added automatic viewport adaptation and overflow prevention. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added comprehensive accessibility features with focus management. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
19
- - Added portal system for flexible rendering locations. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Added custom events for state change tracking. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
21
-
22
- <!-- #### 🛠 Breaking changes -->
23
-
24
- <!-- #### 📚 3rd party library updates -->
25
-
26
- <!-- #### 🐛 Bug fixes -->
27
-
28
- <!-- #### 💡 Others -->
@@ -1,26 +0,0 @@
1
- # Changelog
2
-
3
- Componente de navegação hierárquica que permite aos usuários navegar através de uma estrutura de páginas, mostrando a localização atual e fornecendo links para níveis anteriores.
4
-
5
- ## 2025-09-05 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced Breadcrumb component with comprehensive accessibility improvements including semantic navigation structure (nav aria-label="breadcrumb") and improved dropdown accessibility with proper ARIA attributes for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-08-29 `1.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Implementação inicial do componente Breadcrumb para Web Components. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Adicionado componente BreadcrumbItem com suporte a links e botões. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
17
- - Implementada lógica de truncamento com dropdown para muitos itens. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Adicionado suporte a ícones nos itens do breadcrumb. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
19
-
20
- <!-- #### 🛠 Breaking changes -->
21
-
22
- <!-- #### 📚 3rd party library updates -->
23
-
24
- <!-- #### 🐛 Bug fixes -->
25
-
26
- <!-- #### 💡 Others -->
@@ -1,28 +0,0 @@
1
- # Changelog
2
-
3
- The Link component allows us to navigate to external addresses.
4
-
5
- ## 2025-09-05 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced Link component with comprehensive accessibility and form integration (target, rel, name, value, form properties) for proper HTML form submission when as="button" and automatic external link security with noopener noreferrer. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Added standardized custom event `link-click` with detailed event payload including href, target, and original event for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Improved ARIA support with complete attributes implementation (aria-label, aria-labelledby, aria-describedby, aria-disabled) for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
-
13
- ## 2025-06-18 `1.0.0`
14
-
15
- #### 🎉 New features
16
-
17
- - Added `appearance`, `size`, `size`, `type`, `disabled`, `as` and `href` property to the Component. ([#119](https://git.rarolabs.com.br/frontend/rarui/pull/119) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added stories on Component. ([#119](https://git.rarolabs.com.br/frontend/rarui/pull/119) by [@junior](https://git.rarolabs.com.br/junior))
19
-
20
- <!-- #### 🛠 Breaking changes -->
21
-
22
- <!-- #### 📚 3rd party library updates -->
23
-
24
- <!-- #### 🎉 New features -->
25
-
26
- <!-- #### 🐛 Bug fixes -->
27
-
28
- <!-- #### 💡 Others -->
@@ -1,28 +0,0 @@
1
- # Changelog
2
-
3
- The pagination component allows the user to select a specific page in a page range.
4
-
5
- ## 2025-09-05 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced Pagination component with comprehensive accessibility improvements including semantic navigation structure (nav aria-label="Pagination navigation"), aria-current="page" for current page indication, and descriptive aria-labels for all navigation buttons. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Improved custom event `page-change` with enhanced payload including previousPage information for better state management and user interaction tracking. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Added proper ARIA attributes for icons (aria-hidden="true") and improved screen reader experience with contextual button labels. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
-
13
- ## 2025-06-27 `1.0.0`
14
-
15
- #### 🎉 New features
16
-
17
- - Added `active-page`, `page-count`, `show-numbers`, `show-arrows` and `size` property to the Component. ([#119](https://git.rarolabs.com.br/frontend/rarui/pull/119) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added stories on Component. ([#119](https://git.rarolabs.com.br/frontend/rarui/pull/119) by [@junior](https://git.rarolabs.com.br/junior))
19
-
20
- <!-- #### 🛠 Breaking changes -->
21
-
22
- <!-- #### 📚 3rd party library updates -->
23
-
24
- <!-- #### 🎉 New features -->
25
-
26
- <!-- #### 🐛 Bug fixes -->
27
-
28
- <!-- #### 💡 Others -->
@@ -1,33 +0,0 @@
1
- # Changelog
2
-
3
- A navigation component that supports collapsible content with nested items.
4
-
5
- ## 2025-09-05 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced SideNavigation component with comprehensive accessibility improvements including proper ARIA attributes (aria-expanded, aria-controls), semantic roles for expandable sections, and contextual aria-labels that change based on state. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Improved custom event from `toggle` to standardized `side-navigation-toggle` with enhanced payload including name property for better component identification and interaction tracking. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Added proper region roles for expandable content areas with aria-labelledby relationships for screen reader navigation support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
-
13
- ## 2025-08-27 `1.0.0`
14
-
15
- #### 🎉 New features
16
-
17
- - Added SideNavigation web component with collapsible functionality. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added SideNavigationItem sub-component with level support. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
19
- - Added slot support for leading-start and leading-end elements. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Added toggle event for open/close state changes. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
21
- - Integrated rarui-box components for better layout consistency. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
22
- - Arrow icons now always visible with proper up/down states. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
23
- - Added boolean converters for better attribute handling. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
24
-
25
- <!-- #### 🛠 Breaking changes -->
26
-
27
- <!-- #### 📚 3rd party library updates -->
28
-
29
- <!-- #### 🎉 New features -->
30
-
31
- <!-- #### 🐛 Bug fixes -->
32
-
33
- <!-- #### 💡 Others -->
@@ -1,40 +0,0 @@
1
- # Changelog
2
-
3
- Tabs are used to switch between different display modes or pages.
4
-
5
- ## 2025-09-05 `1.3.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced Tabs component with comprehensive accessibility improvements including complete ARIA tabs pattern implementation (tablist, tab, tabpanel roles), aria-selected and aria-controls attributes for proper screen reader navigation. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Added standardized custom event `tab-change` with detailed event payload including selectedTab, previousTab, and label information for enhanced state management and interaction tracking. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Implemented proper tabpanel management with aria-hidden, aria-labelledby relationships, and semantic role attributes for complete accessibility compliance. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
-
13
- ## 2025-05-27 `1.2.0`
14
-
15
- #### 🎉 New features
16
-
17
- - Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
18
-
19
- ## 2025-05-23 `1.1.0`
20
-
21
- #### 🎉 New features
22
-
23
- - Adjusted the creation of components for `lit` use to `stencil` Inves. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
24
-
25
- ## 2024-08-06 `1.0.0`
26
-
27
- #### 🎉 New features
28
-
29
- - Added `preSelectedTab`, `position`, `full` and `underlined` properties to the Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
30
- - Added stories on Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
31
-
32
- <!-- #### 🛠 Breaking changes -->
33
-
34
- <!-- #### 📚 3rd party library updates -->
35
-
36
- <!-- #### 🎉 New features -->
37
-
38
- <!-- #### 🐛 Bug fixes -->
39
-
40
- <!-- #### 💡 Others -->
@@ -1,32 +0,0 @@
1
- # Changelog
2
-
3
- The ThemeProvider component provides global theme management for the application.
4
-
5
- ## 2025-09-04 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Added comprehensive accessibility support with ARIA attributes (aria-label, aria-labelledby, aria-describedby) for screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-08-28 `1.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added ThemeProvider Web Component implementation. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Added global theme management system. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
17
- - Added support for 'base' and 'dark' themes. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added global API via window.raruiTheme. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
19
- - Added custom events for theme changes. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Added theme manipulation utilities. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
21
- - Added localStorage persistence. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
22
- - Added stories on Component. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
23
-
24
- <!-- #### 🛠 Breaking changes -->
25
-
26
- <!-- #### 📚 3rd party library updates -->
27
-
28
- <!-- #### 🎉 New features -->
29
-
30
- <!-- #### 🐛 Bug fixes -->
31
-
32
- <!-- #### 💡 Others -->
@@ -1,28 +0,0 @@
1
- # Changelog
2
-
3
- The Accordion component displays a list of expandable sections that users can toggle open or closed.
4
-
5
- ## 2025-09-04 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Enhanced accessibility support with comprehensive ARIA attributes (aria-label, aria-labelledby, aria-describedby, aria-expanded, aria-hidden) across Accordion, AccordionHeader, AccordionItem, and AccordionBody subcomponents for improved screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-09-01 `1.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added Accordion web component with support for expandable sections. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Added AccordionItem component for organizing accordion content. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
17
- - Added AccordionHeader component with title, subtitle and icon slot support. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added AccordionBody component with configurable padding. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
19
-
20
- <!-- #### 🛠 Breaking changes -->
21
-
22
- <!-- #### 📚 3rd party library updates -->
23
-
24
- <!-- #### 🎉 New features -->
25
-
26
- <!-- #### 🐛 Bug fixes -->
27
-
28
- <!-- #### 💡 Others -->
@@ -1,26 +0,0 @@
1
- # Changelog
2
-
3
- The Banner component is used to display general messages for the user
4
-
5
- ## 2025-09-04 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Added comprehensive accessibility support with ARIA attributes (aria-label, aria-labelledby, aria-describedby) and banner role for screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-06-23 `1.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added `appearance`, `floating` and `closable` property to the Component. ([#120](https://git.rarolabs.com.br/frontend/rarui/pull/120) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Added stories on Component. ([#120](https://git.rarolabs.com.br/frontend/rarui/pull/120) by [@junior](https://git.rarolabs.com.br/junior))
17
-
18
- <!-- #### 🛠 Breaking changes -->
19
-
20
- <!-- #### 📚 3rd party library updates -->
21
-
22
- <!-- #### 🎉 New features -->
23
-
24
- <!-- #### 🐛 Bug fixes -->
25
-
26
- <!-- #### 💡 Others -->
@@ -1,29 +0,0 @@
1
- # Changelog
2
-
3
- The card component contains textual content, images and actions on a subject.
4
-
5
- ## 2025-09-04 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Added comprehensive accessibility support with ARIA attributes (aria-label, aria-labelledby, aria-describedby) for screen reader compatibility across Card and CardHeader subcomponents. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-05-28 `1.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added `backgroundColor` and `padding` properties to the Component. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Added stories on Component. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
17
- - Created new `rarui-card-header` subcomponent. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added `title` and `description` properties to the Component `rarui-card-header`. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
19
- - Created new `rarui-card-body` subcomponent. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
20
-
21
- <!-- #### 🛠 Breaking changes -->
22
-
23
- <!-- #### 📚 3rd party library updates -->
24
-
25
- <!-- #### 🎉 New features -->
26
-
27
- <!-- #### 🐛 Bug fixes -->
28
-
29
- <!-- #### 💡 Others -->
@@ -1,30 +0,0 @@
1
- # Changelog
2
-
3
- The modal component provides a base for popovers, suspended forms, tutorials, or any other content above the UI main surface.
4
-
5
- ## 2025-09-04 `1.1.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Added comprehensive accessibility support with ARIA attributes (aria-label, aria-labelledby, aria-describedby) for screen reader compatibility across Modal, ModalHeader, and ModalFooter subcomponents. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
-
11
- ## 2025-07-03 `1.0.0`
12
-
13
- #### 🎉 New features
14
-
15
- - Added `padding`, `max-width`, `open`, `portal-id` and `z-index` properties to the Component. ([#125](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/125) by [@junior](https://git.rarolabs.com.br/junior))
16
- - Added stories on Component. ([#125](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/125) by [@junior](https://git.rarolabs.com.br/junior))
17
- - Created new `raraui-modal-header` subcomponent. ([#125](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/125) by [@junior](https://git.rarolabs.com.br/junior))
18
- - Added `subtitle` and `title` properties to the Component `raraui-modal-header`. ([#125](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/125) by [@junior](https://git.rarolabs.com.br/junior))
19
- - Created new `rarui-modal-footer` subcomponent. ([#125](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/125) by [@junior](https://git.rarolabs.com.br/junior))
20
- - Added `slot` property to the Component `rarui-modal-footer`. ([#125](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/125) by [@junior](https://git.rarolabs.com.br/junior))
21
-
22
- <!-- #### 🛠 Breaking changes -->
23
-
24
- <!-- #### 📚 3rd party library updates -->
25
-
26
- <!-- #### 🎉 New features -->
27
-
28
- <!-- #### 🐛 Bug fixes -->
29
-
30
- <!-- #### 💡 Others -->
@@ -1,22 +0,0 @@
1
- # Changelog
2
-
3
- Shared TypeScript utilities for Rarui Web Components that automatically convert React component props to web component attributes with camelCase to kebab-case conversion.
4
-
5
- ## 2025-09-01 `1.0.0`
6
-
7
- #### 🎉 New features
8
-
9
- - Added `WebComponentProperties<T, E>` utility type for converting React props to web component attributes. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
10
- - Added `CamelToKebab<T>` utility type for converting camelCase strings to kebab-case. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
11
- - Added `CamelToKebabKeys<T>` utility type for converting all object keys from camelCase to kebab-case. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
12
- - Added `ExtendedWebComponentProperties<T, E>` utility with automatic callback property exclusion. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
13
- - Added comprehensive TypeScript type safety with full IntelliSense support. ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
14
- - Added automatic exclusion of common React-only properties (children, className, style, ref, key). ([#132](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/132) by [@junior](https://git.rarolabs.com.br/junior))
15
-
16
- <!-- #### 🛠 Breaking changes -->
17
-
18
- <!-- #### 📚 3rd party library updates -->
19
-
20
- <!-- #### 🐛 Bug fixes -->
21
-
22
- <!-- #### 💡 Others -->