Skip to content

@swisspost/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 09:21
· 1563 commits to main since this release
81df945

Major Changes

  • #308 13512df Thanks @alizedebray! - Refactored the stepper component in order to facilitate its use within a project

  • #350 b13de55 Thanks @gfellerph! - Topic teaser images need width and height attributes set to 100% so they're properly displayed in Firefox and Safari

  • #310 63c269d Thanks @oliverschuerch! - Adds and extends grid-cols definition for .topic-teaser-content and .topic-teaser-image-container containers inside css and removes col classes from html. This ensures that the widths of these containers cannot be changed too easily.
    Improves image aspect-ratios, as well as font-sizes and paddings of link-list links on smaller devices.

  • #389 9265af8 Thanks @gfellerph! - Update entry file names for the styles package.

    @use '@swisspost/design-system-styles'; (Default internet styles)
    @use '@swisspost/design-system-styles/intranet'; (Default intranet styles)
    @use '@swisspost/design-system-styles/core' as post; (Variables, mixins, functions and placeholders)

    1. Default import is as simple as possible
    2. Intranet styles are clearly named as such
    3. Core functionality is a clear name, but for consistency with other prefixes, the core module can be namespaced as post. The usage would then be background-color: post.\$yellow;
  • #355 256b9d8 Thanks @gfellerph! - Rename Common Web Frontend to Swiss Post Design System

  • #188 7be9c03 Thanks @oliverschuerch! - Removed option-variables such as $isolate-components.
    Moved bootstrap-feature variables ($enable-*) to a separate file. These will no longer be forwarded and cannot be overriden.

  • #353 412d640 Thanks @alizedebray! - - Dropped rounded badges

    • Dropped colored badges
    • Updated dismissible badges
    • Added checkable badges
  • #361 2b52044 Thanks @gfellerph! - Removed inverted class for the subnavigation which is no longer necessary when using any bg-* class

  • #361 2b52044 Thanks @gfellerph! - Css variables originating from the Design System are now prefixed with --post-. Css variables from bootstrap are prefixed with --bs-

  • #357 ccbc77a Thanks @oliverschuerch! - Refactors backgrounds for bg-* classes, alerts and notifications.

Minor Changes

Patch Changes