-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(circuit-ui): DSYS-823 | mark phone number & color inputs as sta…
…ble (#2731) * mark ColorInput and PhoneNumberInput as Stable. Improve readonly ColorInput styles * Revise PhoneNumberInput docs * add stories * remove irrelevant props * refactor and add tests * update docs --------- Co-authored-by: Connor Bär <[email protected]>
- Loading branch information
1 parent
c15abee
commit a4b5d2c
Showing
11 changed files
with
212 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
"@sumup-oss/circuit-ui": major | ||
--- | ||
|
||
Marked the `ColorInput` and `PhoneNumberInput` components as stable. Update the related imports: | ||
|
||
```diff | ||
- import { ColorInput, type ColorInputProps } from '@sumup-oss/circuit-ui/experimental'; | ||
+ import { ColorInput, type ColorInputProps } from '@sumup-oss/circuit-ui'; | ||
``` | ||
|
||
```diff | ||
- import { PhoneNumberInput, type PhoneNumberInputProps } from '@sumup-oss/circuit-ui/experimental'; | ||
+ import { PhoneNumberInput, type PhoneNumberInputProps } from '@sumup-oss/circuit-ui'; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@sumup-oss/eslint-plugin-circuit-ui": minor | ||
--- | ||
|
||
Updated the `component-lifecycle-imports` ESLint rule to handle imports of `ColorInput` and `PhoneNumberInput` as experimental components. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.