Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(styles): component form footer #3616

Merged
merged 22 commits into from
Oct 30, 2024
Merged

feat(styles): component form footer #3616

merged 22 commits into from
Oct 30, 2024

Conversation

leagrdv
Copy link
Contributor

@leagrdv leagrdv commented Oct 2, 2024

No description provided.

@leagrdv leagrdv requested a review from a team as a code owner October 2, 2024 12:06
@leagrdv leagrdv requested a review from oliverschuerch October 2, 2024 12:06
Copy link

changeset-bot bot commented Oct 2, 2024

🦋 Changeset detected

Latest commit: 53a0973

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

This PR includes changesets to release 16 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 Patch
@swisspost/design-system-intranet-header-workspace Patch
@swisspost/design-system-nextjs-integration Patch
@swisspost/design-system-styles-primeng-workspace Patch
@swisspost/design-system-intranet-header Minor
@swisspost/design-system-styles-primeng Minor
@swisspost/design-system-components-react Minor
@swisspost/design-system-components-angular Minor
@swisspost/design-system-intranet-header-showcase Patch
@swisspost/design-system-tokens Minor
@swisspost/design-system-icons Minor
@swisspost/design-system-migrations 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 Oct 2, 2024

Related Previews

@leagrdv leagrdv requested a review from alizedebray October 2, 2024 12:07
@leagrdv leagrdv changed the title feat: component form footer feat(style): component form footer Oct 2, 2024
@leagrdv leagrdv linked an issue Oct 3, 2024 that may be closed by this pull request
4 tasks
@leagrdv leagrdv changed the title feat(style): component form footer feat(styles): component form footer Oct 3, 2024
@leagrdv leagrdv requested a review from alizedebray October 4, 2024 07:19
@oliverschuerch oliverschuerch removed their request for review October 7, 2024 13:26
@leagrdv leagrdv requested a review from alizedebray October 9, 2024 07:51
@leagrdv leagrdv requested a review from a team as a code owner October 28, 2024 07:39
@leagrdv leagrdv requested a review from alizedebray October 28, 2024 07:41
@leagrdv leagrdv requested a review from alizedebray October 29, 2024 07:22
@alizedebray alizedebray added this to the PPNL Components milestone Oct 29, 2024
Copy link

@leagrdv leagrdv merged commit 8174593 into main Oct 30, 2024
11 checks passed
@leagrdv leagrdv deleted the 3420-component-form-footer branch October 30, 2024 06:51
gfellerph pushed a commit that referenced this pull request Nov 11, 2024
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

- Removed the `.breadcrumb-item` class, which previously handled styling
for breadcrumb items. Introduced a new `post-breadcrumb-item` that
should be used in place of the `.breadcrumb-item` class. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#3659](#3659))

### Minor Changes

- Created the `post-list` and `post-list-item` components. (by
[@myrta2302](https://github.com/myrta2302) with
[#3812](#3812))

- Added close button web component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3880](#3880))

### Patch Changes

- Fixed an issue with the post-collapsible throwing an invalid selector
error. (by [@alizedebray](https://github.com/alizedebray) with
[#3726](#3726))
-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Major Changes

- Removed regular button size. Buttons that were previously using
`btn-rg` will now fall back to the default `btn-md` size. (by
[@leagrdv](https://github.com/leagrdv) with
[#3849](#3849))

- Updated list group to v2 and added new options: list links, list
documents and list switches. (by [@leagrdv](https://github.com/leagrdv)
with [#3740](#3740))

- Removed the `btn-animated` class. It no longer has any effect and can
be removed from existing buttons. (by
[@leagrdv](https://github.com/leagrdv) with
[#3849](#3849))

- Removed the `.breadcrumb-item` class, which previously handled styling
for breadcrumb items. Introduced a new `post-breadcrumb-item` that
should be used in place of the `.breadcrumb-item` class. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#3659](#3659))

### Minor Changes

- Added Form Footer component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3616](#3616))

- Created token-based styles for `<ul>` elements. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#3859](#3859))

- Updated vertical-align utility (by
[@myrta2302](https://github.com/myrta2302) with
[#3805](#3805))

- Updated button component to v2. (by
[@leagrdv](https://github.com/leagrdv) with
[#3849](#3849))

- Added the skiplinks component to styles and documentation. (by
[@leagrdv](https://github.com/leagrdv) with
[#3875](#3875))

- Added close button web component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3880](#3880))

- Internalized bootstraps floating utilities into the design system. (by
[@myrta2302](https://github.com/myrta2302) with
[#3752](#3752))

## @swisspost/[email protected]

### Minor Changes

- Added icon number 2632. (by [@gfellerph](https://github.com/gfellerph)
with [#3952](#3952))

## @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]

### Patch Changes

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

## @swisspost/[email protected]



## @swisspost/[email protected]



## @swisspost/[email protected]

### Minor Changes

- Updated list group to v2 and added new options: list links, list
documents and list switches. (by [@leagrdv](https://github.com/leagrdv)
with [#3740](#3740))

- Created the `post-list` and `post-list-item` components. (by
[@myrta2302](https://github.com/myrta2302) with
[#3812](#3812))

- Updated the Accessibility documentation section with Form Labels
guidelines. (by [@myrta2302](https://github.com/myrta2302) with
[#3835](#3835))

- Added Form Footer component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3616](#3616))

- Updated vertical-align utility (by
[@myrta2302](https://github.com/myrta2302) with
[#3805](#3805))

- Added the skiplinks component to styles and documentation. (by
[@leagrdv](https://github.com/leagrdv) with
[#3875](#3875))

- Added close button web component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3880](#3880))

- Internalized bootstraps floating utilities into the design system. (by
[@myrta2302](https://github.com/myrta2302) with
[#3752](#3752))

### Patch Changes

- Updated basic `<ul>` element docs and moved them from
`Utilities/Lists` to `Foundation/Typography/Lists`. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#3859](#3859))
-   Updated dependencies:
    -   @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]

### 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] <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.

[component]: Form Footer
3 participants