Skip to content

Releases: digdir/designsystemet

@digdir/designsystemet@1.0.0-next.45

08 Jan 12:13
1424d5d
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Fix wrong base default color beeing set by the themebuilder (#2953)

  • Moved typography based sizing formula to design-tokens (#2796)

  • Removed design-tokens sizing & spacing, use size. (#2939)

  • Support for building typography based sizing design-tokens (#2796)

Patch Changes

  • Rename data-ds-typography to data-typography (#2959)

@digdir/designsystemet-theme@1.0.0-next.45

08 Jan 12:13
1424d5d
Compare
Choose a tag to compare

Minor Changes

  • Removed CSS variables --ds-spacing-* & --ds-sizing-*, use --ds-size-*. (#2939)

  • Moved typography based sizing formula to design-tokens (#2796)

  • Removed design-tokens sizing & spacing, use size. (#2939)

Patch Changes

  • Rename data-ds-typography to data-typography (#2959)

@digdir/designsystemet-react@1.0.0-next.45

08 Jan 12:13
1424d5d
Compare
Choose a tag to compare

Patch Changes

  • Pagination: Use empty li for ellipsis (#2942)

  • Add missing data-size and data-color props to Details (#2930)

  • Table: (#2933)

    • Correct footer styling
    • Automatic focus styling for sorting buttons
  • Loosen default types for data-color and data-size to support accept string (#2951)

  • Export all utilities (#2961)

  • Field: Fix position not working (#2931)

  • Tooltip: Use popover API (#2916)

    • Removes delay, this is now --dsc-tooltip-transition-delay
    • Removes defaultOpen
    • Removes portal
    • Removes ability to hover to keep open
  • PopoverTrigger: New prop inline for use when inline elements (such as text) need a Popover (#2915)

@digdir/designsystemet-css@1.0.0-next.45

08 Jan 12:13
1424d5d
Compare
Choose a tag to compare

Minor Changes

  • Removed CSS variables --ds-spacing-* & --ds-sizing-*, use --ds-size-*. (#2939)

  • New CSS variables for sizes, --ds-size-* (#2935)

  • Moved typography based sizing formula to design-tokens (#2796)

Patch Changes

  • Button: add height: fit-content (#2942)

  • Pagination: Use empty li for ellipsis (#2942)

  • Link: Fix missing underline when using Tailwind (#2923)

  • Table: (#2933)

    • Correct footer styling
    • Automatic focus styling for sorting buttons
  • Switch: Adjust design to better align with radio and checkbox (#2929)

  • Tooltip: Use popover API (#2916)

    • Removes delay, this is now --dsc-tooltip-transition-delay
    • Removes defaultOpen
    • Removes portal
    • Removes ability to hover to keep open
  • PopoverTrigger: New prop inline for use when inline elements (such as text) need a Popover (#2915)

@digdir/designsystemet@1.0.0-next.44

17 Dec 11:48
bb60200
Compare
Choose a tag to compare
Pre-release
@digdir/designsystemet@1.0.0-next.44

@digdir/designsystemet@1.0.0-next.43

17 Dec 08:04
48e4a86
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix crash when running @digdir/designsystemet CLI due to differences in module resolution when used as a package (#2909)

@digdir/designsystemet-theme@1.0.0-next.44

17 Dec 11:48
bb60200
Compare
Choose a tag to compare
@digdir/designsystemet-theme@1.0.0-next.44

@digdir/designsystemet-theme@1.0.0-next.43

17 Dec 08:04
48e4a86
Compare
Choose a tag to compare
@digdir/designsystemet-theme@1.0.0-next.43

@digdir/designsystemet-react@1.0.0-next.44

17 Dec 11:48
bb60200
Compare
Choose a tag to compare

Patch Changes

  • Fixes issue where all React prop types were inlined instead of referenced (#2912)

@digdir/designsystemet-react@1.0.0-next.43

17 Dec 08:04
48e4a86
Compare
Choose a tag to compare

Patch Changes

  • Field.Counter: Run on mount to support initial defaultValue (#2907)