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

O2 new brand #1702

Merged
merged 47 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2454c51
new o2
yceballost Dec 4, 2023
85d1325
improving skin
yceballost Dec 4, 2023
88f68f0
improvements
yceballost Dec 4, 2023
a527f15
Update o2-new.json
yceballost Dec 4, 2023
f1a9461
fix textSecondary
yceballost Dec 4, 2023
8171111
control to grey2
yceballost Dec 19, 2023
d54a460
test gradient
yceballost Feb 16, 2024
2d9cdc1
Update o2-new.json
yceballost Feb 16, 2024
9aa19cd
Update o2-new.json
yceballost Feb 16, 2024
2dc559a
Update o2-new.json
yceballost Feb 16, 2024
f6e1202
Update o2-new.json
yceballost Feb 16, 2024
07b12f0
fix promoLow
yceballost Feb 21, 2024
ba6862c
dark parity with web (bugged probably)
yceballost Feb 27, 2024
8ecbd4c
Update o2-new.json
yceballost Feb 27, 2024
667fb2a
Update o2-new.json
yceballost Feb 27, 2024
c51c50c
test brand low
yceballost Feb 27, 2024
97ad11a
Update o2-new.json
yceballost Feb 27, 2024
9571b96
fixes
yceballost Feb 27, 2024
c8f3e57
Update o2-new.json
yceballost Feb 29, 2024
56fe01d
Update o2-new.json
yceballost Feb 29, 2024
deee009
Merge branch 'production' into new-o2
yceballost Feb 29, 2024
b6e9d76
Update o2-new.json
yceballost Feb 29, 2024
6d9eff0
sync with web
yceballost Mar 8, 2024
c5351f8
Update o2-new.json
yceballost Mar 8, 2024
35da6ed
fix dark mode
yceballost Mar 11, 2024
21b5733
Merge branch 'production' into new-o2
yceballost Mar 11, 2024
512a8d0
update skin
yceballost Mar 11, 2024
94cc296
Merge branch 'production' into new-o2
yceballost Mar 11, 2024
8bb194d
tag tokens
yceballost Mar 11, 2024
bb34a2a
Update o2-new.json
yceballost Mar 11, 2024
302b111
tag tokens
yceballost Mar 12, 2024
e78f10f
fix tagTextError description
yceballost Mar 12, 2024
7c25157
reorder palette
yceballost Mar 12, 2024
27403c1
Merge branch 'production' into new-o2
yceballost Mar 26, 2024
223bff2
Merge branch 'production' into new-o2
yceballost Mar 26, 2024
83b591f
update gradients tokens in o2 new
yceballost Mar 26, 2024
72a79bd
Update schema-validator.yml
yceballost Mar 26, 2024
1cd56f4
include dark blue color
yceballost Mar 26, 2024
35bbd0f
card content using beyond blue
yceballost Mar 26, 2024
5c6c2c9
Merge branch 'production' into new-o2
yceballost Mar 26, 2024
2ec438e
fix beyondBlue in cardContentOverlay
yceballost Mar 26, 2024
e6c794b
Update o2-new.json
yceballost Mar 27, 2024
64770e9
Merge branch 'production' into new-o2
yceballost Mar 27, 2024
1d48dba
changes from pr
yceballost Apr 3, 2024
3e667c2
divider opacity in dark
yceballost Apr 3, 2024
b53f321
borderSelected in dark
yceballost Apr 3, 2024
f84426f
neutralLowAlternative equal to neutralLow in dark
yceballost Apr 3, 2024
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
10 changes: 10 additions & 0 deletions .github/workflows/schema-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
file: "tokens/o2.json"
schema: "tokens/schema/skin-schema.json"

O2-new:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate action.yml against a remote schema
uses: cardinalby/schema-validator-action@v1
with:
file: "tokens/o2-new.json"
schema: "tokens/schema/skin-schema.json"

Vivo:
runs-on: ubuntu-latest
steps:
Expand Down
Loading
Loading