Releases: drivenets/design-system
Releases · drivenets/design-system
Release list
@drivenets/vite-plugin-design-system@0.0.10
Patch Changes
- 01aad16: Load Roboto weight 600 (semi-bold), roman and italic, in the injected font stylesheet so
body-*-semi-boldno longer falls back to the 700/bold face.
@drivenets/design-system@0.15.0
Minor Changes
- b9bf892: Add an
onOpenAutoFocusprop toDsDrawer. Callevent.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
DsDrawerintercepting 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 nowpointer-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
DsProgressTaskBarcomponent - 99099bc: Add a
loadingprop toDsTable - c429032: Add
ColumnDef.editDisabledtoDsTablefor locking individual editable cells.
@drivenets/design-system@0.14.0
Minor Changes
- c075421: Change
DsPopoverby adding new components, and preserving old API. - 261991f: Add
key-valuevariant and optionalvalueprop (only accessible inkey-valuevariant) toDsTag. - 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
@drivenets/design-system-mcp@0.1.3
Patch Changes
- 0671c4e: Update dependencies
@drivenets/vite-plugin-design-system@0.0.9
Patch Changes
- 14abf56: Export fonts URLs
@drivenets/design-system@0.13.0
@drivenets/design-system-mcp@0.1.2
Patch Changes
- ddc3479: Init design-system-mcp package
@drivenets/design-system@0.11.1
Patch Changes
- ae315b6: Improve release process
@drivenets/design-system@0.11.0
@drivenets/vite-plugin-design-system@0.0.8
Patch Changes
- ec5df4e: Improve build process