Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/five-tigers-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@drivenets/design-system': major
'@drivenets/eslint-plugin-design-system': major
---

Remove deprecated components `DsChip` and `DsChipGroup`
Remove deprecation eslint rules for `DsChip` and `DsChipGroup`
7 changes: 7 additions & 0 deletions .changeset/fluffy-clubs-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@drivenets/design-system': major
'@drivenets/eslint-plugin-design-system': major
---

Remove deprecated components `DsDropdownMenuLegacy` and `DsRadioGroupLegacy`
Remove deprecation eslint rules for `DsDropdownMenuLegacy` and `DsRadioGroupLegacy`
7 changes: 7 additions & 0 deletions .changeset/loose-stamps-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@drivenets/design-system': major
'@drivenets/eslint-plugin-design-system': major
---

Remove deprecated component `DsSystemStatus`
Remove deprecation eslint rules for `DsSystemStatus`
8 changes: 8 additions & 0 deletions .changeset/ninety-signs-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@drivenets/design-system': major
'@drivenets/eslint-plugin-design-system': major
---

Remove deprecated `DsButton` and `DsButtonLegacy`.
Rename `DsButtonV3` to `DsButton` (it becomes the default `DsButton` component).
Remove deprecation rules for `DsButtonLegacy`.
8 changes: 8 additions & 0 deletions .changeset/remove-ds-date-input.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@drivenets/design-system': major
'@drivenets/eslint-plugin-design-system': major
---

Remove deprecated `DsDateInput`, `DsFormControl.DateInput` components.
Remove deprecation rules for `DsDateInput`.
Replace `DsDateInput` with `DsDatePicker` or `DsDateRangePicker` instead.
7 changes: 7 additions & 0 deletions .changeset/ripe-ravens-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@drivenets/design-system': major
'@drivenets/eslint-plugin-design-system': major
---

Removed deprecated components `DsDialog` and `DsConfirm`
Removed deprecation eslint rules for `DsDialog` and `DsConfirm`
7 changes: 2 additions & 5 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.24",
"@zag-js/react": "^1.40.0",
Expand Down Expand Up @@ -92,13 +89,13 @@
"@storybook/react-vite": "^10.2.19",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.166.2",
"@tsdown/css": "^0.21.6",
"@tsdown/css": "^0.21.10",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "catalog:",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/browser-playwright": "^4.1.0",
"@vitest/browser-playwright": "^4.1.5",
"@vitest/coverage-v8": "catalog:",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export const InfoBlue: Story = {
bit longer so that you can see how spacing within an alert works with this kind of content.
</DsAlertBanner.Body>
<DsAlertBanner.Actions>
<DsButton design="v1.2" variant="danger" size="small">
<DsButton variant="primary" color="error" size="small">
Proceed
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
Skip
</DsButton>
</DsAlertBanner.Actions>
Expand Down Expand Up @@ -135,10 +135,10 @@ export const WithActions: Story = {
a bit longer so that you can see how spacing within an alert works with this kind of content.
</DsAlertBanner.Body>
<DsAlertBanner.Actions>
<DsButton design="v1.2" variant="danger" size="small">
<DsButton variant="primary" color="error" size="small">
Proceed
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
Skip
</DsButton>
</DsAlertBanner.Actions>
Expand Down Expand Up @@ -217,13 +217,13 @@ export const CustomBody: Story = {
</div>
</DsAlertBanner.Body>
<DsAlertBanner.Actions>
<DsButton design="v1.2" variant="danger" size="small">
<DsButton variant="primary" color="error" size="small">
Fix Now
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
View Details
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
Ignore
</DsButton>
</DsAlertBanner.Actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ export const WithActions: Story = {
bit longer so that you can see how spacing within an alert works with this kind of content.
</DsAlertBanner.Body>
<DsAlertBanner.Actions>
<DsButton design="v1.2" variant="danger" size="small">
<DsButton variant="primary" color="error" size="small">
Proceed
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
Skip
</DsButton>
</DsAlertBanner.Actions>
Expand Down Expand Up @@ -255,13 +255,13 @@ export const CustomBody: Story = {
</div>
</DsAlertBanner.Body>
<DsAlertBanner.Actions>
<DsButton design="v1.2" variant="filled" size="small">
<DsButton variant="primary" size="small">
Update Now
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
Schedule Later
</DsButton>
<DsButton design="v1.2" buttonType="secondary" size="small">
<DsButton variant="secondary" size="small">
Learn More
</DsButton>
</DsAlertBanner.Actions>
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions packages/design-system/src/components/ds-button-v3/index.ts

This file was deleted.

Loading
Loading