Skip to content

refactor(design-system): remove deprecated DsChip and DsChipGroup components [AR-53409]#341

Open
mmurawski-dn wants to merge 1 commit intodrivenets:nextfrom
mmurawski-dn:drivenets/michal/AR-53409-remove-ds-chip
Open

refactor(design-system): remove deprecated DsChip and DsChipGroup components [AR-53409]#341
mmurawski-dn wants to merge 1 commit intodrivenets:nextfrom
mmurawski-dn:drivenets/michal/AR-53409-remove-ds-chip

Conversation

@mmurawski-dn
Copy link
Copy Markdown
Collaborator

No description provided.

@mmurawski-dn mmurawski-dn force-pushed the drivenets/michal/AR-53409-remove-ds-chip branch from 5dba5c6 to 44ef915 Compare April 2, 2026 13:05
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically same comment as #340 (comment)

Comment on lines +93 to +99
ruleTester.run('no-deprecated-ds-date-input', plugin.rules['no-deprecated-ds-date-input'], {
valid: ['<DsDatePicker />', '<DsDateRangePicker />'],

invalid: [
{
code: '<DsChip />',
errors: [{ message: `DsChip is deprecated. Use DsTag instead.` }],
},
],
});

ruleTester.run('no-deprecated-ds-chip-group', plugin.rules['no-deprecated-ds-chip-group'], {
valid: ['<DsTag />', '<DsTagFilter />'],

invalid: [
{
code: '<DsChipGroup />',
errors: [{ message: `DsChipGroup is deprecated. Use DsTagFilter instead.` }],
code: '<DsDateInput />',
errors: [{ message: `DsDateInput is deprecated. Use DsDatePicker or DsDateRangePicker instead.` }],
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this "date-input" diff is because next isn't updated from main?
if so, let's don't merge any PRs to next until we update it from main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants