diff --git a/CHANGELOG.md b/CHANGELOG.md index 721a2c2f48..af197727ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### Fixes +- Ensure `Popup` properly flips values of `offset` prop in RTL @kuzhelov ([#612](https://github.com/stardust-ui/react/pull/612)) + ### Features - Add `color` prop to `Text` component @Bugaa92 ([#597](https://github.com/stardust-ui/react/pull/597)) - Add `color` prop to `Header` and `HeaderDescription` components @Bugaa92 ([#628](https://github.com/stardust-ui/react/pull/628)) diff --git a/docs/src/examples/components/Popup/Variations/PopupExampleOffset.shorthand.tsx b/docs/src/examples/components/Popup/Variations/PopupExampleOffset.shorthand.tsx index 8376ee024c..d0901e6e01 100644 --- a/docs/src/examples/components/Popup/Variations/PopupExampleOffset.shorthand.tsx +++ b/docs/src/examples/components/Popup/Variations/PopupExampleOffset.shorthand.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { Button, Grid, Popup, Alignment, Position } from '@stardust-ui/react' +import { Button, Grid, Popup } from '@stardust-ui/react' const renderButton = rotateArrowUp => (