Skip to content

Releases: drivenets/design-system

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

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:29
7689eec

Patch Changes

  • 01aad16: Load Roboto weight 600 (semi-bold), roman and italic, in the injected font stylesheet so body-*-semi-bold no longer falls back to the 700/bold face.

@drivenets/design-system@0.15.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:29
7689eec

Minor Changes

  • b9bf892: Add an onOpenAutoFocus prop to DsDrawer. Call event.preventDefault() to stop the drawer from stealing focus on open, keeping the caret where it was (e.g. in a text input that triggered the drawer) for type-ahead / popover patterns.

Patch Changes

  • b9bf892: Fix DsDrawer intercepting pointer events while closed. A closed (or closing) drawer stays mounted and transformed; for inset/offset drawers this could land the invisible content over neighboring UI and swallow its clicks. Closed-state content is now pointer-events: none, so a closed drawer is fully click-through regardless of docked position, while open drawers (including during the open animation) stay interactive.
  • f672a7c: Add DsProgressTaskBar component
  • 99099bc: Add a loading prop to DsTable
  • c429032: Add ColumnDef.editDisabled to DsTable for locking individual editable cells.

@drivenets/design-system@0.14.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:06
7e89850

Minor Changes

  • c075421: Change DsPopover by adding new components, and preserving old API.
  • 261991f: Add key-value variant and optional value prop (only accessible in key-value variant) to DsTag.
  • cfd37ce: Scrollbars now auto-hide and only show on hover. At rest the thumb is subtle (10px); on hover it widens (12px) and darkens for clearer affordance, with rounded corners and a semi-transparent track.

Patch Changes

  • 0537552: Sync tokens with Figma variables
  • 0671c4e: Update dependencies
  • 1b5d16a: Fix wrong tokens in DsButtonV3 for light color.
  • 2a36ac1: Add grouping functionality to DsTable
  • 7b82a7a: Fix virtualized DsTable briefly flashing its empty state when the data prop changes.

@drivenets/design-system-mcp@0.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:06
7e89850

Patch Changes

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

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:17
ad1d027

Patch Changes

@drivenets/design-system@0.13.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:17
ad1d027

Minor Changes

  • 1c3f97b: Rename DsWorkspace to DsWorkspaceLayout.
    Add extended layout compound parts (Body, SideMenu, LeftPanel). Content now always applies content-area spacing — visual change for existing simple-shell consumers.
  • 86c0781: Add inline editing to DsTable

Patch Changes

  • fab30fb: Add "hideLabel" prop to "DsFormControl" component
  • f58b04d: Fix a big body scroll lock issue on drawer/modal close.
  • 556aacd: Update DsTable scroll, use thin scrollbar for header
  • d637626: Add column filtering functionality to DsTable

@drivenets/design-system-mcp@0.1.2

Choose a tag to compare

@github-actions github-actions released this 27 May 13:18
e296975

Patch Changes

  • ddc3479: Init design-system-mcp package

@drivenets/design-system@0.11.1

Choose a tag to compare

@github-actions github-actions released this 12 May 09:39
bdc2691

Patch Changes

@drivenets/design-system@0.11.0

Choose a tag to compare

@github-actions github-actions released this 12 May 09:13
6a58591

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

Choose a tag to compare

@github-actions github-actions released this 05 May 15:38
8e4dd4d

Patch Changes