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

SWED-2279 color page update #914

Merged
merged 18 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading