Skip to content

Commit

Permalink
chore: update from main
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Oct 23, 2023
1 parent 706929c commit ef2ce09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/foundations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

A library containing all tokens of [DB UX Design System (technical components)](https://github.com/db-ui/mono).
A library containing all tokens (colors, icons, variables) of [DB UX Design System (technical components)](https://github.com/db-ui/mono).

We currently support:

Expand All @@ -22,7 +22,7 @@ We currently support:
The defaults for `db-ui-foundations.css` are:

- [Tonality](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system-v3/principles/tonalities): `regular`
- [Adaptive Coloring](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system-v3/principles/adaptive-styles): `neutral-0`
- [Adaptive Coloring](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system-v3/principles/adaptive-styles): `base`

### CSS

Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/docs/Icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- We auto generate these files out of `.svg` files.
- A lot of our [components](../../components/readme) have an `icon` property you can pass in.

## How to include colors
## How to include icons

For `CSS`, `SCSS` and `Tailwind` you don't have to include a specific file, just follow the documentation for [foundations](../../foundations/readme).

Expand Down
3 changes: 2 additions & 1 deletion showcases/patternhub/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ div[class^="ch-"] {
}

%spacing {
@extend %db-warning-component;
@extend %db-successful-component;
height: 100%;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -254,6 +254,7 @@ div[class^="ch-"] {

.sizing {
@extend %spacing;
@extend %db-warning-component;
position: unset;
block-size: variables.$db-sizing-md;
inline-size: variables.$db-sizing-md;
Expand Down

0 comments on commit ef2ce09

Please sign in to comment.