-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(badge): add hue property for the ionic theme #30307
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9b25ed0
feat(css): add support for the subtle color map
brandyscarney 2a0fdf3
Merge branch 'next' into FW-6252
brandyscarney e8605e7
test(theme): skip test because all tests fail on one or more colors
brandyscarney 5391165
chore(): add updated snapshots
Ionitron 19c944a
style: comments
brandyscarney 3692846
feat(badge): add subtle hue for the ionic theme
brandyscarney 4331eb7
chore: build
brandyscarney 147550a
Merge branch 'next' into FW-6252
brandyscarney 0d485b7
Merge branch 'FW-6252' into FW-6252-badge
brandyscarney e13d85d
Merge branch 'next' into FW-6252
brandyscarney e4f344e
Merge branch 'FW-6252' into FW-6252-badge
brandyscarney 8fc775f
refactor(themes): add foreground color for colors when used as text
brandyscarney f64e50c
Merge branch 'FW-6252' into FW-6252-badge
brandyscarney 9bfe374
test(theme): use proper color variants
brandyscarney caf3c2d
style: lint
brandyscarney aed941f
test(themes): re-enable tests with correct checks
brandyscarney e86e9d5
chore(): add updated snapshots
Ionitron 59d713f
revert back to tokens
brandyscarney 6306fe6
style: lint
brandyscarney 203c306
Merge branch 'FW-6252' into FW-6252-badge
brandyscarney a84f282
Merge branch 'next' into FW-6252
brandyscarney 60a241f
fix(themes): add tertiary, remove TODOs
brandyscarney 465a5ef
lint again and again and again
brandyscarney 252de35
Merge branch 'FW-6252' into FW-6252-badge
brandyscarney 3187866
chore(): add updated snapshots
Ionitron 75421d3
fix(themes): update other palettes to include foreground
brandyscarney eca3566
fix(themes): do not require the foreground variant for ios and md
brandyscarney 67f8334
Merge branch 'next' into FW-6252
brandyscarney a4b5358
Merge branch 'FW-6252' into FW-6252-badge
brandyscarney 333f5ba
test(badge): add hue test
brandyscarney 344e8e6
test(badge): add default badge color to hue test
brandyscarney 502fab6
fix(badge): should default hue to subtle
brandyscarney 71f108c
fix(badge): only apply subtle when badge is used by itself with text …
brandyscarney 36ba15c
chore(): add updated snapshots
brandyscarney 3a32a7b
fix(badge): use bold hue for avatar
brandyscarney 0ce063b
chore(): add updated snapshots
brandyscarney 02ece96
chore: build
brandyscarney 7d9352e
refactor(badge): only apply the color / background to hue classes
brandyscarney fdfeaad
docs
brandyscarney a2fedd0
Merge branch 'next' into FW-6252-badge
brandyscarney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-5.06 KB
(94%)
...c/badge.e2e.ts-snapshots/badge-basic-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.98 KB
(96%)
.../badge.e2e.ts-snapshots/badge-basic-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.74 KB
(96%)
...c/badge.e2e.ts-snapshots/badge-basic-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.06 KB
(94%)
...c/badge.e2e.ts-snapshots/badge-basic-ionic-md-rtl-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.18 KB
(96%)
.../badge.e2e.ts-snapshots/badge-basic-ionic-md-rtl-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.04 KB
(95%)
...c/badge.e2e.ts-snapshots/badge-basic-ionic-md-rtl-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| import { expect } from '@playwright/test'; | ||
| import { configs, test } from '@utils/test/playwright'; | ||
|
|
||
| configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screenshot, title }) => { | ||
| test.describe(title('badge: hue'), () => { | ||
| test('should render subtle badges', async ({ page }) => { | ||
| await page.setContent( | ||
| ` | ||
| <div id="container"> | ||
| <ion-badge>99</ion-badge> | ||
| <ion-badge color="primary">99</ion-badge> | ||
| <ion-badge color="secondary">99</ion-badge> | ||
| <ion-badge color="tertiary">99</ion-badge> | ||
| <ion-badge color="success">99</ion-badge> | ||
| <ion-badge color="warning">99</ion-badge> | ||
| <ion-badge color="danger">99</ion-badge> | ||
| <ion-badge color="light">99</ion-badge> | ||
| <ion-badge color="medium">99</ion-badge> | ||
| <ion-badge color="dark">99</ion-badge> | ||
|
|
||
| <br> | ||
|
|
||
| <ion-badge><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="primary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="secondary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="tertiary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="success"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="warning"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="danger"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="light"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="medium"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="dark"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| </div> | ||
| `, | ||
| config | ||
| ); | ||
|
|
||
| const container = page.locator('#container'); | ||
|
|
||
| await expect(container).toHaveScreenshot(screenshot(`badge-hue-subtle`)); | ||
| }); | ||
|
|
||
| test('should render bold badges', async ({ page }) => { | ||
| await page.setContent( | ||
| ` | ||
| <div id="container"> | ||
| <ion-badge hue="bold">99</ion-badge> | ||
| <ion-badge hue="bold" color="primary">99</ion-badge> | ||
| <ion-badge hue="bold" color="secondary">99</ion-badge> | ||
| <ion-badge hue="bold" color="tertiary">99</ion-badge> | ||
| <ion-badge hue="bold" color="success">99</ion-badge> | ||
| <ion-badge hue="bold" color="warning">99</ion-badge> | ||
| <ion-badge hue="bold" color="danger">99</ion-badge> | ||
| <ion-badge hue="bold" color="light">99</ion-badge> | ||
| <ion-badge hue="bold" color="medium">99</ion-badge> | ||
| <ion-badge hue="bold" color="dark">99</ion-badge> | ||
|
|
||
| <br> | ||
|
|
||
| <ion-badge hue="bold"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="primary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="secondary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="tertiary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="success"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="warning"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="danger"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="light"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="medium"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="dark"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| </div> | ||
| `, | ||
| config | ||
| ); | ||
|
|
||
| const container = page.locator('#container'); | ||
|
|
||
| await expect(container).toHaveScreenshot(screenshot(`badge-hue-bold`)); | ||
| }); | ||
| }); | ||
| }); |
Binary file added
BIN
+18.9 KB
...adge.e2e.ts-snapshots/badge-hue-bold-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.4 KB
...dge.e2e.ts-snapshots/badge-hue-bold-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.2 KB
...adge.e2e.ts-snapshots/badge-hue-bold-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.5 KB
...ge.e2e.ts-snapshots/badge-hue-subtle-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.5 KB
...e.e2e.ts-snapshots/badge-hue-subtle-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.1 KB
...ge.e2e.ts-snapshots/badge-hue-subtle-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en" dir="ltr"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <title>Badge - Hue</title> | ||
| <meta | ||
| name="viewport" | ||
| content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" | ||
| /> | ||
| <link href="../../../../../css/ionic.bundle.css" rel="stylesheet" /> | ||
| <link href="../../../../../scripts/testing/styles.css" rel="stylesheet" /> | ||
| <script src="../../../../../scripts/testing/scripts.js"></script> | ||
| <script nomodule src="../../../../../dist/ionic/ionic.js"></script> | ||
| <script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script> | ||
| </head> | ||
|
|
||
| <body> | ||
| <ion-app> | ||
| <ion-header> | ||
| <ion-toolbar> | ||
| <ion-title>Badge - Hue</ion-title> | ||
| </ion-toolbar> | ||
| </ion-header> | ||
|
|
||
| <ion-content id="content"> | ||
| <h2>Badge Hue: Subtle</h2> | ||
| <ion-badge>99</ion-badge> | ||
| <ion-badge color="primary">99</ion-badge> | ||
| <ion-badge color="secondary">99</ion-badge> | ||
| <ion-badge color="tertiary">99</ion-badge> | ||
| <ion-badge color="success">99</ion-badge> | ||
| <ion-badge color="warning">99</ion-badge> | ||
| <ion-badge color="danger">99</ion-badge> | ||
| <ion-badge color="light">99</ion-badge> | ||
| <ion-badge color="medium">99</ion-badge> | ||
| <ion-badge color="dark">99</ion-badge> | ||
|
|
||
| <br /> | ||
|
|
||
| <ion-badge><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="primary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="secondary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="tertiary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="success"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="warning"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="danger"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="light"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="medium"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge color="dark"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
|
|
||
| <h2>Badge Hue: Bold</h2> | ||
| <ion-badge hue="bold">99</ion-badge> | ||
| <ion-badge hue="bold" color="primary">99</ion-badge> | ||
| <ion-badge hue="bold" color="secondary">99</ion-badge> | ||
| <ion-badge hue="bold" color="tertiary">99</ion-badge> | ||
| <ion-badge hue="bold" color="success">99</ion-badge> | ||
| <ion-badge hue="bold" color="warning">99</ion-badge> | ||
| <ion-badge hue="bold" color="danger">99</ion-badge> | ||
| <ion-badge hue="bold" color="light">99</ion-badge> | ||
| <ion-badge hue="bold" color="medium">99</ion-badge> | ||
| <ion-badge hue="bold" color="dark">99</ion-badge> | ||
|
|
||
| <br /> | ||
|
|
||
| <ion-badge hue="bold"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="primary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="secondary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="tertiary"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="success"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="warning"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="danger"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="light"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="medium"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| <ion-badge hue="bold" color="dark"><ion-icon name="logo-ionic"></ion-icon></ion-badge> | ||
| </ion-content> | ||
| </ion-app> | ||
| </body> | ||
| </html> |
Binary file modified
BIN
-20 Bytes
(98%)
...apshots/badge-shape-rectangular-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22 Bytes
(100%)
...pshots/badge-shape-rectangular-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+126 Bytes
(120%)
...apshots/badge-shape-rectangular-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...ts-snapshots/badge-shape-rectangular-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4 Bytes
(100%)
...s-snapshots/badge-shape-rectangular-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
...ts-snapshots/badge-shape-rectangular-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-16 Bytes
(97%)
...ts/badge-shape-rectangular-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(99%)
...s/badge-shape-rectangular-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13 Bytes
(98%)
...ts/badge-shape-rectangular-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-269 Bytes
(80%)
....ts-snapshots/badge-shape-round-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-180 Bytes
(88%)
...ts-snapshots/badge-shape-round-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-122 Bytes
(91%)
....ts-snapshots/badge-shape-round-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-344 Bytes
(59%)
...e.e2e.ts-snapshots/badge-shape-round-ionic-md-ltr-light-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-185 Bytes
(74%)
....e2e.ts-snapshots/badge-shape-round-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-321 Bytes
(63%)
...e.e2e.ts-snapshots/badge-shape-round-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-300 Bytes
(74%)
...napshots/badge-shape-round-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-187 Bytes
(83%)
...apshots/badge-shape-round-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-270 Bytes
(79%)
...napshots/badge-shape-round-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(99%)
...s/badge-shape-soft-larger-sizes-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(99%)
.../badge-shape-soft-larger-sizes-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-146 Bytes
(97%)
...s/badge-shape-soft-larger-sizes-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-94 Bytes
(92%)
...pshots/badge-shape-soft-larger-sizes-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-211 Bytes
(90%)
...shots/badge-shape-soft-larger-sizes-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-260 Bytes
(84%)
...pshots/badge-shape-soft-larger-sizes-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-148 Bytes
(94%)
...ge-shape-soft-larger-sizes-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(97%)
...e-shape-soft-larger-sizes-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-210 Bytes
(95%)
...ge-shape-soft-larger-sizes-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-107 Bytes
(95%)
.../badge-shape-soft-smaller-sizes-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
...badge-shape-soft-smaller-sizes-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-110 Bytes
(96%)
.../badge-shape-soft-smaller-sizes-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(97%)
...shots/badge-shape-soft-smaller-sizes-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(95%)
...hots/badge-shape-soft-smaller-sizes-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-155 Bytes
(84%)
...shots/badge-shape-soft-smaller-sizes-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-117 Bytes
(94%)
...e-shape-soft-smaller-sizes-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-44 Bytes
(98%)
...-shape-soft-smaller-sizes-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-192 Bytes
(91%)
...e-shape-soft-smaller-sizes-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-358 Bytes
(84%)
...e.ts-snapshots/badge-size-large-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-338 Bytes
(86%)
....ts-snapshots/badge-size-large-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-111 Bytes
(95%)
...e.ts-snapshots/badge-size-large-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-397 Bytes
(63%)
...ge.e2e.ts-snapshots/badge-size-large-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-234 Bytes
(76%)
...e.e2e.ts-snapshots/badge-size-large-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-416 Bytes
(65%)
...ge.e2e.ts-snapshots/badge-size-large-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-376 Bytes
(75%)
...snapshots/badge-size-large-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-220 Bytes
(87%)
...napshots/badge-size-large-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-347 Bytes
(83%)
...snapshots/badge-size-large-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-274 Bytes
(83%)
....ts-snapshots/badge-size-medium-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-252 Bytes
(86%)
...ts-snapshots/badge-size-medium-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-90 Bytes
(94%)
....ts-snapshots/badge-size-medium-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-333 Bytes
(64%)
...e.e2e.ts-snapshots/badge-size-medium-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-154 Bytes
(82%)
....e2e.ts-snapshots/badge-size-medium-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-263 Bytes
(72%)
...e.e2e.ts-snapshots/badge-size-medium-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-312 Bytes
(76%)
...napshots/badge-size-medium-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-91 Bytes
(94%)
...apshots/badge-size-medium-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-298 Bytes
(83%)
...napshots/badge-size-medium-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-269 Bytes
(80%)
...e.ts-snapshots/badge-size-small-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-180 Bytes
(88%)
....ts-snapshots/badge-size-small-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(91%)
...e.ts-snapshots/badge-size-small-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-344 Bytes
(59%)
...ge.e2e.ts-snapshots/badge-size-small-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-185 Bytes
(74%)
...e.e2e.ts-snapshots/badge-size-small-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-321 Bytes
(63%)
...ge.e2e.ts-snapshots/badge-size-small-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-300 Bytes
(74%)
...snapshots/badge-size-small-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-187 Bytes
(83%)
...napshots/badge-size-small-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-270 Bytes
(79%)
...snapshots/badge-size-small-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-318 Bytes
(87%)
....ts-snapshots/badge-size-xlarge-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-329 Bytes
(89%)
...ts-snapshots/badge-size-xlarge-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-349 Bytes
(87%)
....ts-snapshots/badge-size-xlarge-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-539 Bytes
(59%)
...e.e2e.ts-snapshots/badge-size-xlarge-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-507 Bytes
(63%)
....e2e.ts-snapshots/badge-size-xlarge-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-489 Bytes
(64%)
...e.e2e.ts-snapshots/badge-size-xlarge-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-437 Bytes
(75%)
...napshots/badge-size-xlarge-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-404 Bytes
(81%)
...apshots/badge-size-xlarge-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-388 Bytes
(82%)
...napshots/badge-size-xlarge-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(84%)
....ts-snapshots/badge-size-xsmall-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-165 Bytes
(85%)
...ts-snapshots/badge-size-xsmall-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(94%)
....ts-snapshots/badge-size-xsmall-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-193 Bytes
(68%)
...e.e2e.ts-snapshots/badge-size-xsmall-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-130 Bytes
(76%)
....e2e.ts-snapshots/badge-size-xsmall-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-215 Bytes
(66%)
...e.e2e.ts-snapshots/badge-size-xsmall-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-199 Bytes
(79%)
...napshots/badge-size-xsmall-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-117 Bytes
(87%)
...apshots/badge-size-xsmall-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-191 Bytes
(81%)
...napshots/badge-size-xsmall-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-112 Bytes
(84%)
...ts-snapshots/badge-size-xxsmall-icon-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-102 Bytes
(86%)
...s-snapshots/badge-size-xxsmall-icon-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(93%)
...ts-snapshots/badge-size-xxsmall-icon-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-102 Bytes
(75%)
....e2e.ts-snapshots/badge-size-xxsmall-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-129 Bytes
(71%)
...e2e.ts-snapshots/badge-size-xxsmall-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-96 Bytes
(77%)
....e2e.ts-snapshots/badge-size-xxsmall-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-111 Bytes
(84%)
...apshots/badge-size-xxsmall-long-text-ionic-md-ltr-light-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-92 Bytes
(89%)
...pshots/badge-size-xxsmall-long-text-ionic-md-ltr-light-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(86%)
...apshots/badge-size-xxsmall-long-text-ionic-md-ltr-light-Mobile-Safari-linux.png
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.