Skip to content

Conversation

hugomslv
Copy link
Contributor

@hugomslv hugomslv commented Jul 2, 2025

๐Ÿ“„ Description

add Z-index utility

๐Ÿš€ Demo

If applicable, please add a screenshot or video to illustrate the changes.


๐Ÿ“ Checklist

  • โœ… My code follows the style guidelines of this project
  • ๐Ÿ› ๏ธ I have performed a self-review of my own code
  • ๐Ÿ“„ I have made corresponding changes to the documentation
  • โš ๏ธ My changes generate no new warnings or errors
  • ๐Ÿงช I have added tests that prove my fix is effective or that my feature works
  • โœ”๏ธ New and existing unit tests pass locally with my changes

@hugomslv hugomslv requested review from a team as code owners July 2, 2025 08:35
@hugomslv hugomslv linked an issue Jul 2, 2025 that may be closed by this pull request
5 tasks
@hugomslv hugomslv requested a review from leagrdv July 2, 2025 08:35
Copy link

changeset-bot bot commented Jul 2, 2025

๐Ÿฆ‹ Changeset detected

Latest commit: b644760

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@swisspost/design-system-documentation Minor
@swisspost/design-system-styles Minor
@swisspost/design-system-components-angular-workspace Patch
@swisspost/design-system-components Minor
@swisspost/internet-header Minor
@swisspost/design-system-nextjs-integration Patch
@swisspost/design-system-styles-primeng-workspace Patch
@swisspost/design-system-styles-primeng Minor
@swisspost/design-system-components-react Minor
@swisspost/design-system-components-angular Minor
@swisspost/design-system-tokens Minor
@swisspost/design-system-icons Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@swisspost-bot
Copy link
Contributor

swisspost-bot commented Jul 2, 2025

Related Previews

Copy link
Contributor

@leagrdv leagrdv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If anything on my review isn't clear or you need help with anything, feel free to contact me and we can have a look together!

Copy link

sonarqubecloud bot commented Jul 7, 2025

@alizedebray alizedebray requested a review from leagrdv July 9, 2025 09:04
@hugomslv hugomslv requested a review from leagrdv August 8, 2025 10:53
Copy link
Contributor

@leagrdv leagrdv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is approved, but if you could quickly change in packages/documentation/src/stories/utilities/z-index/z-index.styles.scss the formatting as there are some spaces missing. The best thing would be to have prettier "Autoformat on save" set up on your vscode, that way it does it automatically!

@alizedebray alizedebray mentioned this pull request Aug 11, 2025
4 tasks
@hugomslv hugomslv merged commit a79d40f into main Aug 18, 2025
10 checks passed
@hugomslv hugomslv deleted the 5631-create-z-index-utility-and-document-it branch August 18, 2025 06:09
Copy link

gfellerph pushed a commit that referenced this pull request Aug 18, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.

โš ๏ธโš ๏ธโš ๏ธโš ๏ธโš ๏ธโš ๏ธ

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

โš ๏ธโš ๏ธโš ๏ธโš ๏ธโš ๏ธโš ๏ธ

# Releases
## @swisspost/[email protected]

### Major Changes

- Renamed the following CSS custom properties: -
`--post-global-header-height` โ†’ `--post-global-header-expanded-height`
- `--post-local-header-height` โ†’ `--post-local-header-expanded-height`
- `--post-local-header-min-height` โ†’
`--post-local-header-expanded-min-height` (by
[@alizedebray](https://github.com/alizedebray) with
[#5933](#5933))

### Minor Changes

- Internalized bootstrap z-index utilities. (by
[@hugomslv](https://github.com/hugomslv) with
[#5741](#5741))

## @swisspost/[email protected]

### Minor Changes

- Enabled use of the `post-header` component without requiring a
`post-mainnavigation`. (by
[@alizedebray](https://github.com/alizedebray) with
[#5933](#5933))

### Patch Changes

- Updated `<post-tooltip>` by moving the `role` attribute from the
`<post-tooltip>` to the nested `<post-popovercontainer>` component to
improve accessibility. (by [@myrta2302](https://github.com/myrta2302)
with [#5551](#5551))
-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Minor Changes

- Added icons: `2696` and `2697` (by
[@swisspost-bot](https://github.com/swisspost-bot) with
[#5993](#5993))

### Patch Changes

-   Updated icons:
    -   `help` (line & solid): 16, 24, 32, 40, 48 and 64px
    -   `info` (line & solid): 16, 24, 32, 40, 48 and 64px
    -   `success` (line & solid): 16, 24, 32, 40, 48 and 64px
- `warning` (line & solid): 16, 24, 32, 40, 48 and 64px (by
[@swisspost-bot](https://github.com/swisspost-bot) with
[#6005](#6005))

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]



## @swisspost/[email protected]

### Minor Changes

- Internalized bootstrap z-index utilities. (by
[@hugomslv](https://github.com/hugomslv) with
[#5741](#5741))

### Patch Changes

- Enabled use of the `post-header` component without requiring a
`post-mainnavigation`. (by
[@alizedebray](https://github.com/alizedebray) with
[#5933](#5933))
-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create z-index utilities and document them
3 participants