Skip to content

Commit

Permalink
Merge pull request #914 from SwedbankPay/feature/SWED-2279-color_page…
Browse files Browse the repository at this point in the history
…_update

SWED-2279 color page update
  • Loading branch information
goldenraphti authored Nov 21, 2023
2 parents 3d049cb + 06de6c6 commit 2637908
Show file tree
Hide file tree
Showing 86 changed files with 1,948 additions and 2,129 deletions.
33 changes: 17 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,48 @@ about: Create a report to help us improve

<!--- Provide a general summary of the issue in the Title above -->

**Describe the bug**
## Describe the bug

Provide a more detailed introduction to the issue itself, and why you consider it to be a bug.

**To Reproduce**
## To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
## Expected behavior

A clear and concise description of what you expected to happen.

**Actual behavior**
## Actual behavior

A clear and concise description of what actually happened.

**Possible fix**
## Possible fix

Not obligatory, but suggest a fix or reason for the bug.

**Screenshots**
## Screenshots

If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
## Desktop (please complete the following information):

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
## Smartphone (please complete the following information):

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
## Additional context

Add any other context about the problem here.
8 changes: 6 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@

## Component changes

- Topbar - v2 experimental stage - disabled by default (migration involves breaking changes)
- new Colors

- Colors utilities:
- removed the possibility to combine text-color utility classes WITH `.text-muted` to decrease their opacity
- `.text-muted` class still exist, but it will always mean a full opacity color

### Non breaking UI changes

## Testing

## Design System website

- Add the new Playbook section in Identity
- Update the Colors page for SwedbankPay side
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ exports[`Components: ActionList renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Documentation: Breadcrumb renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ exports[`Dashboard: Charts renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Component: footer renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,7 @@ exports[`Documentation: Lists renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ exports[`Documentation: MediaObject renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ exports[`Documentation: Panel renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ exports[`Documentation: Progress Steps renders 1`] = `
className="row"
>
<div
className="doc-body col-12"
className="doc-body col-12 "
id="doc-body"
>
<p
Expand Down
Loading

0 comments on commit 2637908

Please sign in to comment.