Skip to content

Rebuild the tokens with the correct values #853

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 2 commits into from
Jul 1, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unpublished Changes
* Update Vibe token values

## 1.64.0 05-30-2024
* Add Vibe tokens for refresh
Expand Down
2 changes: 1 addition & 1 deletion build/css/larva-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline-important.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/larva.inline.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/tokens/vibe-2024.custom-properties.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions build/tokens/vibe-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"COLOR_GREY": "rgb(140, 140, 140)",
"FONT_FAMILY_PRIMARY_FANCY": "'DM Serif Text', Georgia, serif",
"FONT_FAMILY_PRIMARY": "'DM Serif Text', Georgia, serif",
"FONT_FAMILY_SECONDARY_FANCY": "Roboto, 'Helvetica Regular', serif",
"FONT_FAMILY_SECONDARY": "Roboto, 'Helvetica bold', serif",
"FONT_FAMILY_SECONDARY_FANCY": "'roboto', Helvetica, sans-serif",
"FONT_FAMILY_SECONDARY": "'roboto', Helvetica, sans-serif",
"FONT_FAMILY_BODY": "Georgia, serif",
"FONT_FAMILY_BASIC": "Roboto, 'Helvetica bold', serif",
"FONT_FAMILY_BASIC": "'roboto', Helvetica, sans-serif",
"FONT_WEIGHT_LIGHT": "300",
"FONT_WEIGHT_NORMAL": "400",
"FONT_WEIGHT_BOLD": "700",
Expand All @@ -59,7 +59,7 @@
"BACKGROUND_COLOR_BRAND_ACCENT": "rgb(16, 16, 16)",
"BORDER_COLOR_BRAND_ACCENT": "rgb(16, 16, 16)",
"COLOR_GREY_LIGHTEST": "rgb(239, 239, 239)",
"FONT_FAMILY_ACCENT": "Roboto, 'Helvetica bold', serif",
"FONT_FAMILY_ACCENT": "Roboto, Helvetica, sans-serif",
"COLOR_BRAND_ACCENT": "rgb(16, 16, 16)",
"FONT_FAMILY_ACCENT_FANCY": "Roboto, 'Helvetica bold', serif"
"FONT_FAMILY_ACCENT_FANCY": "'roboto', Helvetica, sans-serif"
}
10 changes: 5 additions & 5 deletions build/tokens/vibe-2024.map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ $vibe-2024-map: (
/* The webfont, loaded async */
'font-family-primary': ('DM Serif Text', Georgia, serif),
/* The webfont, loaded async */
'font-family-secondary-fancy': (Roboto, 'Helvetica Regular', serif),
'font-family-secondary-fancy': ('roboto', Helvetica, sans-serif),
/* The webfont, loaded async */
'font-family-secondary': (Roboto, 'Helvetica bold', serif),
'font-family-secondary': ('roboto', Helvetica, sans-serif),
'font-family-body': (Georgia, serif),
/* The webfont, loaded async */
'font-family-basic': (Roboto, 'Helvetica bold', serif),
'font-family-basic': ('roboto', Helvetica, sans-serif),
'font-weight-light': (300),
'font-weight-normal': (400),
'font-weight-bold': (700),
Expand Down Expand Up @@ -75,8 +75,8 @@ $vibe-2024-map: (
'border-color-brand-accent': (rgb(16, 16, 16)),
'color-grey-lightest': (rgb(239, 239, 239)),
/* The webfont, loaded async */
'font-family-accent': (Roboto, 'Helvetica bold', serif),
'font-family-accent': (Roboto, Helvetica, sans-serif),
'color-brand-accent': (rgb(16, 16, 16)),
/* The webfont, loaded async */
'font-family-accent-fancy': (Roboto, 'Helvetica bold', serif),
'font-family-accent-fancy': ('roboto', Helvetica, sans-serif),
);
20 changes: 10 additions & 10 deletions build/tokens/vibe-2024.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,18 +495,18 @@
},
"FONT_FAMILY_SECONDARY_FANCY": {
"category": "font-family",
"value": "Roboto, 'Helvetica Regular', serif",
"value": "'roboto', Helvetica, sans-serif",
"type": "font",
"comment": "The webfont, loaded async",
"originalValue": "Roboto, 'Helvetica Regular', serif",
"originalValue": "'roboto', Helvetica, sans-serif",
"name": "FONT_FAMILY_SECONDARY_FANCY"
},
"FONT_FAMILY_SECONDARY": {
"category": "font-family",
"value": "Roboto, 'Helvetica bold', serif",
"value": "'roboto', Helvetica, sans-serif",
"type": "font",
"comment": "The webfont, loaded async",
"originalValue": "Roboto, 'Helvetica bold', serif",
"originalValue": "'roboto', Helvetica, sans-serif",
"name": "FONT_FAMILY_SECONDARY"
},
"FONT_FAMILY_BODY": {
Expand All @@ -518,10 +518,10 @@
},
"FONT_FAMILY_BASIC": {
"category": "font-family",
"value": "Roboto, 'Helvetica bold', serif",
"value": "'roboto', Helvetica, sans-serif",
"type": "font",
"comment": "The webfont, loaded async",
"originalValue": "Roboto, 'Helvetica bold', serif",
"originalValue": "'roboto', Helvetica, sans-serif",
"name": "FONT_FAMILY_BASIC"
},
"FONT_WEIGHT_LIGHT": {
Expand Down Expand Up @@ -660,10 +660,10 @@
},
"FONT_FAMILY_ACCENT": {
"category": "font-family",
"value": "Roboto, 'Helvetica bold', serif",
"value": "Roboto, Helvetica, sans-serif",
"type": "font",
"comment": "The webfont, loaded async",
"originalValue": "Roboto, 'Helvetica bold', serif",
"originalValue": "Roboto, Helvetica, sans-serif",
"name": "FONT_FAMILY_ACCENT"
},
"COLOR_BRAND_ACCENT": {
Expand All @@ -675,10 +675,10 @@
},
"FONT_FAMILY_ACCENT_FANCY": {
"category": "font-family",
"value": "Roboto, 'Helvetica bold', serif",
"value": "'roboto', Helvetica, sans-serif",
"type": "font",
"comment": "The webfont, loaded async",
"originalValue": "Roboto, 'Helvetica bold', serif",
"originalValue": "'roboto', Helvetica, sans-serif",
"name": "FONT_FAMILY_ACCENT_FANCY"
}
}
Expand Down
Loading
Loading