Skip to content

Releases: drivenets/design-system

@drivenets/design-system@0.11.1

12 May 09:39
bdc2691

Choose a tag to compare

Patch Changes

@drivenets/design-system@0.11.0

12 May 09:13
6a58591

Choose a tag to compare

Minor Changes

  • 8723a60: Migrate DS codebase to new tokens

Patch Changes

  • c4d5afd: Add variant prop to DsDropdownMenuItem
  • a3d191b: Fix DsTable row selection

@drivenets/vite-plugin-design-system@0.0.8

05 May 15:38
8e4dd4d

Choose a tag to compare

Patch Changes

@drivenets/eslint-plugin-design-system@0.0.15

05 May 15:38
8e4dd4d

Choose a tag to compare

Patch Changes

  • ec5df4e: Improve build process
  • 3d8f9e1: Make @eslint/core a peer dependency

@drivenets/design-system@0.10.0

05 May 15:38
8e4dd4d

Choose a tag to compare

Minor Changes

  • dcd7756: sync Figma tokens with codebase

Patch Changes

  • c37cc37: Add DsWorkspace component
  • a602f56: Add color prop to DsTypography component
  • 631fc17: Update DsCheckbox component and use ark.
    Add DsCheckboxGroup and useCheckboxSelectAll hook for handling nested checkboxes.
  • ec1986b: Add onBlur property to DsDatePicker and DsTimePicker
  • 4b3efb5: Add targeted JSDoc to component props for AI manifest quality
  • 14dd00f: Update DsRadioGroup component and use ark.
  • ec5df4e: Improve build process
  • 661081f: Make gutter, margin props for DsGrid responsive. Make colSpan, rowSpan props for DsGridItem responsive.
  • 1e65136: Add "special-leading-icon" to DsIcon
  • 9793e54: Set correct z-index for DsTimePicker dropdown
  • e314e15: Add color prop to DsIcon
  • c925bf0: Fix DsSelect broken spacing in small size

@drivenets/eslint-plugin-design-system@0.0.14

21 Apr 08:23
f8c4355

Choose a tag to compare

Patch Changes

@drivenets/design-system@0.9.1

21 Apr 08:23
f8c4355

Choose a tag to compare

Patch Changes

  • d0bf909: Update dependencies
  • b2d1512: Make DsButtonV3 size prop responsive
  • e1a2b8d: Add hidden prop to RowActions in DsTable component

@drivenets/vite-plugin-design-system@0.0.7

16 Apr 07:22
714f036

Choose a tag to compare

Patch Changes

@drivenets/eslint-plugin-design-system@0.0.13

16 Apr 07:22
714f036

Choose a tag to compare

Patch Changes

  • 651ca99: Fix package name in installation instructions
  • e609972: Refine the MUI imports reporting range to reduce noise
  • 8c37905: Improve build process
  • ef1db6b: Refine the JSX reporting range to reduce noise

@drivenets/design-system@0.9.0

16 Apr 07:22
714f036

Choose a tag to compare

Minor Changes

  • 30c4bfd: Add DsStack layout component
  • 43d78e2: Add DsSplitButton component
  • d1e3b36: Add responsive prop support at 1440px breakpoint with CSS-first styling and useResponsiveValue hook for JS conditional rendering
  • bbfff67: Add the DsButtonV3 component

Patch Changes

  • dece9c6: fix wrong border color of disabled DsButtonV3
  • 4973d40: fix styles of input based components in disabled state
  • 6b4f32a: fix border-color of input based components in disabled state
  • f45a048: Add width (responsive), style props to DsPanel
  • 6995a02: Align clear button behavior across DsDatePicker and DsTimePicker components
  • 2ec99f0: fix focus styles of DsButtonV3
  • 492b04c: Fix DsTable bulk action hides table data
  • 4863637: Update dependencies
  • 22bd508: Make columns prop in DsDrawer responsive
  • 1676f6d: Improve build process