# Changelog

RarUI Styles deprive all styles needed to build components.

## 2026-01-19 `3.5.0`

#### 🎉 New features

- **Status Component minWidth Property**: Added `minWidth` responsive property to Status component for better layout control. Property is available through the sprinkle system allowing responsive width constraints. ([#151](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/151) by [@junior](https://git.rarolabs.com.br/junior))

#### 🐛 Bug fixes

- **RadioButton Shape Preservation**: Fixed RadioButton component deformation when label text becomes too large. Added `minWidth` and `minHeight` constraints to both small (1.25rem) and large (1.5rem) size variants, ensuring the radio button maintains its circular shape regardless of label length. ([#151](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/151) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-11-26 `3.3.1`

#### 🐛 Bug fixes

- **Checkbox Readonly State Styling**: Fixed Checkbox component readonly state to prevent focus ring and hover effects. Added `:read-only` pseudo-class with `cursor: default` and `pointerEvents: none`, changed `:focus-within` to `:focus-within:not(:read-only)` to exclude readonly state from focus ring, and updated hover overlay selector to exclude readonly checkboxes using `:not(:has(checkbox:read-only))`. ([#150](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/150) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-11-25 `3.3.0`

#### 🎉 New features

- **Banner Tonal Variant**: Added `tonal` variant to Banner component enabling subdued color variants for all appearance types. When enabled, uses softer, less vibrant versions of appearance colors (brand-subdued, success-subdued, error-subdued, etc.) for a more subtle presentation. Includes comprehensive compound variants for all appearance states (brand, success, info, neutral, inverted, warning, error). ([#149](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/149) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-11-14 `3.2.3`

#### 🎉 New features

- **Enhanced Focus Ring Support**: Added comprehensive focus ring styling to multiple form input components (Checkbox, RadioButton, Toggle) and navigation components (Link) using standardized `focus-ring` elevation token for improved keyboard navigation accessibility and visual feedback. ([#148](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/148) by [@junior](https://git.rarolabs.com.br/junior))

#### 🐛 Bug fixes

- **Status Component Color Tokens**: Updated Status component color tokens for improved contrast and consistency across different themes and appearance variants. ([#148](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/148) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-10-16 `3.2.2`

#### 🎉 New features

- **Banner Success Appearance**: Added new `success` appearance variant to Banner component with appropriate success colors (surface.success background and content.on-brand text). ([#144](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/144) by [@junior](https://git.rarolabs.com.br/junior))

#### 🐛 Bug fixes

- **Input Box Sizing Fix**: Added `boxSizing: "border-box"` to input container styles to fix height calculation issues and ensure consistent sizing when borders are applied. ([#144](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/144) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-10-07 `3.2.1`

#### 🐛 Bug fixes

- **Dropdown Item Text Decoration**: Added `textDecoration: "none"` to dropdown item styles to ensure consistent text rendering without underlines when used with anchor elements or text decoration inheritance. ([#142](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/142) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-09-29 `3.2.0`

#### 💡 Others

- **Dropdown Typography Enhancement**: Added `fontFamily.button` token to dropdown item styles for consistent button typography across all dropdown components. ([#141](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/141) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-09-29 `3.1.0`

#### 🎉 New features

- **Enhanced Input component readonly styling**: Added visual feedback for readonly inputs with disabled styling (background, border, and text colors) to clearly indicate non-editable state. Includes proper styling for input container and leading elements when readonly. ([#140](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/140) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-09-25 `3.0.0`

#### 🛠 Breaking changes

- **Removed @AddSprinkleAttributes decorator**: Deprecated and removed the `@AddSprinkleAttributes` decorator from the styles package. This functionality has been replaced by the new `SprinkleAttributesMixin` in the web-components package, providing better performance, cleaner implementation, and improved maintainability. Migration required: replace decorator usage with the new mixin approach. ([#139](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/139) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-08-27 `2.7.0`

#### 🎉 New features

- Adding `verticalAlign` and `whiteSpace` property to the `Box` component.
- Adjusted width for 100% of the `Datepicker` container.

## 2025-06-17 `2.6.3`

### 🐛 Bug fixes

- Correcting the package of styles that imported `.css` files unnecessarily after build. ([#121](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/121) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-06-17 `2.6.2`

### 🐛 Bug fixes

- Adjusting tab style when the underlined property was sent. ([#118](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/118) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-06-16 `2.6.1`

#### 🎉 New features

- Adjusting a state of disabling of some style packages that were incorerate. ([#117](https://git.rarolabs.com.br/frontend/rarui/pull/117) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-05-27 `2.3.0`

#### 🎉 New features

- Adjusting Package with correct version of the output files. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-05-23 `2.3.0`

#### 🎉 New features

- Changed the `webpack` Build tool for `rollup` in order to have better tree shaking results and a more performatic build. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))

## 2025-03-07 `2.2.5`

#### 🐛 Bug fixes

- Adjusted `button` and `input` styles packs to correctly use the edge `tokens` of these components. ([#108](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/108) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-12-17 `2.2.4`

#### 🐛 Bug fixes

- Adjusting `color-light-surface["brand-subdued"]` color token in light mode. ([#105](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/105) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-12-02 `2.2.3`

#### 🐛 Bug fixes

- Changed width property to minWidth on button of `Pagination` component. ([#103](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/103) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-08-26 `2.2.2`

#### 🐛 Bug fixes

- Fixed the z-index property of `Toast` component to be applied on toast container. ([#102](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/102) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-08-26 `2.2.1`

#### 🐛 Bug fixes

- Added styles for days disabled to the Datepicker package. ([#99](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/99) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-08-06 `2.2.0`

#### 🎉 New features

- Added new disturbance in the `Module` format to the styles package. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `Capture CSSProperties` Utilitario to be used on web components in order to capture component props CSS. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-07-24 `2.1.2`

#### 🎉 New features

- Added `width` property with responsivness to `Toast` component. ([#82](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/82) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

#### 🐛 Bug fixes

- Fixed the z-index value of `Toast` component to be on top of everything. ([#82](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/82) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-07-04 `2.1.1`

#### 💡 Others

- Removed arrows from `Input` Component with `type="number"` ([#83](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/83) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-07-04 `2.1.0`

#### 🎉 New features

- Added new `info` appearance variant to `Status` component. ([#81](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/81) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-07-19 `2.0.1`

#### 🐛 Bug fixes

- Adjusting style package to contain semantic usage classes in pure HTML applications. ([#80](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/80) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-07-12 `2.0.0`

#### 🛠 Breaking changes

- Component `ThemeProvider` was moved to the package responsible for its implementation (`@rarui-react/components`). The styles package should be agnostic. ([#77](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/77) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-07-04 `1.32.1`

#### 🎉 New features

- Added `fill` property to `Box` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

#### 🐛 Bug fixes

- Fixed padding and background color of the `Tooltip` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed hover state of the `Tabs` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed press state of the `Dropdown` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed press state of the `Select` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed press state, removed border radius left bottom and right bottom and fixed the focus ring color of the `Accordion` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Changed the name of the variant `negative` to `danger`, fixed the colors of `neutral` and `inverted` `appearances` of the `Status` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed the colors of `neutral` and `inverted` `appearances` of `outlined` variant of the `Badge` component. ([#72](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/72) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-07-04 `1.32.0`

#### 🎉 New features

- Added new style pack for `textarea` component. ([#71](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/71) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `full` property to the component `Status`. ([#71](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/71) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-07-03 `1.31.1`

#### 🎉 New features

- Added new `checked` and `unchecked` containers for the icons of the `Toggle` component. ([#70](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/70) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

#### 🐛 Bug fixes

- Fixed spacements and colors of the `Toggle` component. ([#70](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/70) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed the `icon` style and all its related states of the `Toggle` component. ([#70](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/70) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-07-02 `1.31.0`

#### 🎉 New features

- Added new `borderTopLeftRadius`, `borderTopRightRadius`, `borderBottomLeftRadius` and `borderBottomRightRadius` properties to the component `Box`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `backgroundColor` property to the component `Progress`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `zIndex` property to the component `Select`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `zIndex` property to the component `Dropdown`. ([#66](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/66) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-07-01 `1.30.7`

#### 🐛 Bug fixes

- Replaced fontFamily option `base` to `body`, `heading` and `button`. ([#69](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/69) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-28 `1.30.6`

#### 🐛 Bug fixes

- Adjusted `max-height` on SideNavigation `open` ([#67](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/67) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-06-28 `1.30.5`

#### 🎉 New features

- Adjusted `paddingLeft` to work with `level` property on SideNavigation Item ([#65](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/65) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-06-27 `1.30.4`

#### 🐛 Bug fixes

- Fixed hover and pressed state for tonal variant for `IconButton` and `Button` component. ([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-success-hover` for light and dark theme. ([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-success-press` for light and dark theme. ([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-warning-hover` for light and dark theme. ([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-warning-press" for light and dark theme]`. ([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-brand-hover`. for light and dark theme([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-brand-press`. for light and dark theme([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-error-hover`. for light and dark theme([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-error-press`. for light and dark theme([#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-info-hover`. ( for light and dark theme[#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Removed color option `on-info-press`. ( for light and dark theme[#64](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/64) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-26 `1.30.3`

#### 🐛 Bug fixes

- Adjusted padding for `modal` component. ([#63](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/63) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-25 `1.30.2`

#### 🐛 Bug fixes

- Fixed the hover state for `IconButton` component. ([#60](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/60) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed the hover state for variant tonal for `IconButton` and `Button` component. ([#60](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/60) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed the appearance inverted for variant tonal for `IconButton` and `Button` component. ([#60](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/60) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed border radius for ghost and tonal variants for `IconButton` component. ([#60](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/60) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))
- Fixed padding and spacing for `Toast` component. ([#60](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/60) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-25 `1.30.1`

#### 🐛 Bug fixes

- Adjusted colors of the disabled state of the `Select` component. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
- Adjusted the height of the component `Select`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
- Adjusted colors of the disabled state of the `Input` component. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
- Adjusted the height of the component `Input`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))

#### 🎉 New features

- Added `textTransform` and `textDecoration` properties to the Component `Title`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
- Added `width`, `textOverflow`, `textTransform`, `whiteSpace`, `overflow`, and `textDecoration` properties to the Component `Text`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))
- Added `textTransform` and `textOverflow` properties to the Component `Chip`. ([#62](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/62) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-21 `1.30.0`

#### 🎉 New features

- Added new style pack for `card` component. ([#61](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/61) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-18 `1.29.0`

#### 🎉 New features

- Added new style pack for `tabs` component. ([#58](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/58) by [@junior](https://git.rarolabs.com.br/junior))

#### 🐛 Bug fixes

- Adjusted overflow of chips within the `select` component. ([#58](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/58) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-12 `1.28.1`

#### 🐛 Bug fixes

- Added fixed height for `input` component on small, medium and large size. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

- Fixed the hover color for solid variation on `button` component. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

#### 💡 Others

- Added focus and pressed state on `button` component. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

- Added transition for hover and pressed state on `iconButton` component. ([#53](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/53) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-12 `1.28.0`

#### 🎉 New features

- Added new style pack for `select` component. ([#57](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/57) by [@junior](https://git.rarolabs.com.br/junior))
- Added new style `border` variants for `input` component. ([#57](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/57) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-11 `1.27.0`

#### 🎉 New features

- Added new style pack for `modal` component. ([#54](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/54) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-10 `1.26.0`

#### 🎉 New features

- Added new style size variants for `iconButton` component. ([#49](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/49) by [@reubert.barbosa](https://git.rarolabs.com.br/reubert.barbosa))

## 2024-06-10 `1.25.1`

#### 🐛 Bug fixes

- Adjusting padding and gap for the `button` component on small, medium and large size. ([#50](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/50) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

#### 💡 Others

- Added transition for hover state on `button` component. ([#50](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/50) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-10 `1.25.0`

#### 🎉 New features

- Added new style pack for `accordion` component. ([#52](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/52) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-10 `1.24.1`

#### 🐛 Bug fixes

- Adjusting height for medium size and padding of the icon container for the `input` component on small, medium and large size. ([#52](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/52) by [@vinicius.osmainchi](https://git.rarolabs.com.br/vinicius.osmainchi))

## 2024-06-02 `1.24.0`

#### 🎉 New features

- Added new style pack for `datepicker` component. ([#50](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/50) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-06-02 `1.23.1`

#### 💡 Others

- Adjusted texts and description of the properties of each typing. ([#46](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/46) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-06-02 `1.23.0`

#### 🎉 New features

- Added new style pack for `pagination` component. ([#47](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/47) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-05-24 `1.22.0`

#### 🎉 New features

- Added new style pack for `breadcrumb` component. ([#33](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/33) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))

## 2024-05-22 `1.21.0`

#### 🎉 New features

- Added new style pack for `Dropdown` component. ([#39](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/39) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-05-22 `1.20.0`

#### 🎉 New features

- Added new style pack for `Stepper` component. ([#39](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/39) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-05-22 `1.19.0`

#### 🎉 New features

- Added new style pack for `progress` component. ([#37](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/37) by [@jefferson.lima](https://git.rarolabs.com.br/jefferson.lima))

## 2024-05-15 `1.18.0`

#### 🎉 New features

- Added new `backgroundPositionX` and `backgroundPositionY` properties to the component `Box`. ([#38](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/38) by [@junior](https://git.rarolabs.com.br/junior))
- Added new style pack for `sideNavigation` component. ([#38](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/38) by [@junior](https://git.rarolabs.com.br/junior))
- Added new style pack for `sidebar` component. ([#38](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/38) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-05-07 `1.16.0`

#### 🎉 New features

- Added new style pack for `tooltip` component. ([#32](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/32) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `color` property to the component `Divider`. ([#32](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/32) by [@junior](https://git.rarolabs.com.br/junior))
- Added new `opacity` property to the component `Box`. ([#32](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/32) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-05-02 `1.15.0`

#### 🎉 New features

- Added new style pack for `radioButton` component. ([#31](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/31) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-05-01 `1.15.0`

#### 🎉 New features

- Added new style pack for `input` component. ([#30](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/30) by [@junior](https://git.rarolabs.com.br/junior))
- Added new style pack for `label` component. ([#30](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/30) by [@junior](https://git.rarolabs.com.br/junior))

#### 🛠 Breaking changes

- Renamed the `default` appearance name to `brand`. ([#30](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/30) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-29 `1.14.0`

#### 🎉 New features

- Added new style pack for `avatar` component. ([#29](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/29) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))

## 2024-04-26 `1.13.0`

#### 🎉 New features

- Added new style pack for `divider` component. ([#28](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/28) by [@luiza.rodrigues](https://git.rarolabs.com.br/luiza.rodrigues))
- Added new style pack for `banner` component. ([#26](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/26) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))

## 2024-04-25 `1.12.0`

#### 🎉 New features

- Added new style pack for `toast` component. ([#25](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/25) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))
- Added new style pack for `iconButton` component. ([#25](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/25) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-25 `1.11.0`

#### 🐛 Bug fixes

- Adjusting the typing of all components that use rainbow sprinkle. ([#27](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/27) by [@junior](https://git.rarolabs.com.br/junior))

#### 🎉 New features

- Added new style pack for `toggle` component. ([#27](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/27) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-18 `1.10.0`

#### 🎉 New features

- Added new style pack for `badge` component. ([#17](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/17) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))

## 2024-04-18 `1.9.0`

#### 🎉 New features

- Added new style pack for `chip` component. ([#19](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/19) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))

## 2024-04-18 `1.8.0`

#### 🎉 New features

- Added new style pack for `checkbox` component. ([#23](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/23) by [@mauricio.barbosa](https://git.rarolabs.com.br/mauricio.barbosa))

## 2024-04-16 `1.7.0`

#### 🎉 New features

- Added new style pack for `status` component. ([#24](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/24) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-12 `1.6.0`

#### 🎉 New features

- Added new style pack for `icon` component. ([#22](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/22) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-11 `1.5.0`

#### 🎉 New features

- Added new style pack for `skeleton` component. ([#21](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/21) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-11 `1.4.0`

#### 🎉 New features

- Added new style pack for `text` component. ([#20](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/20) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-10 `1.3.0`

#### 🎉 New features

- Added new style pack for `title` component. ([#18](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/18) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-10 `1.2.0`

#### 🎉 New features

- Added new style pack for `box` component. ([#16](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/16) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-04-09 `1.1.1`

#### 💡 Others

- Removed `brand-secondary` color scale from themes. ([#12](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/12) by [@juniorconquista](https://github.com/juniorconquista))
- Removed `brand-secondary` color varian from `badge`, `button` and `chip` components. ([#12](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/12) by [@juniorconquista](https://github.com/juniorconquista))

## 2024-03-23 `1.1.0`

#### 🎉 New features

- Added new style pack for `link` component. ([#8](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/8) by [@junior](https://git.rarolabs.com.br/junior))

#### 🐛 Bug fixes

- Correct the name of the theme variable from `lineWeight` to `lineHeight`. ([#8](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/8) by [@junior](https://git.rarolabs.com.br/junior))

## 2024-03-22 `1.0.0`

#### 🎉 New features

- Created new `ThemeProvider` component. ([#5](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/5) by [@junior](https://git.rarolabs.com.br/junior))
- Added new style pack for `button` component. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added new theme dark. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))

#### 📚 3rd party library updates

- Added `@vanilla-extract/css@1.14.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `@vanilla-extract/dynamic@2.1.0`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `@vanilla-extract/recipes@0.5.2`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `@vanilla-extract/sprinkles@1.6.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `rainbow-sprinkles@0.17.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `webpack@5.90.3`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `webpack-merge@5.10.0`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
- Added `webpack-shell-plugin-next@2.3.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))

<!-- #### 🛠 Breaking changes -->

<!-- #### 📚 3rd party library updates -->

<!-- #### 🎉 New features -->

<!-- #### 🐛 Bug fixes -->

<!-- #### 💡 Others -->

<!-- #### ⚠️ Notices -->
