Skip to content

Commit

Permalink
Add Firefox Klar wordmark (#932)
Browse files Browse the repository at this point in the history
added Firefox Klar watermark
  • Loading branch information
reemhamz authored May 1, 2024
1 parent 294d666 commit 56eb994
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# HEAD

## Features
* **component:** Add Firefox Klar wordmark for the Wordmark component

# 19.1.0

## Features

* **component** Remove the format option from Newsletter component (#926)
* **component:** Remove the format option from Newsletter component (#926)
* **component:** Allow an optional icon in buttons (#893)

# 19.0.0
Expand Down
12 changes: 12 additions & 0 deletions assets/sass/protocol/components/logos/_wordmark-product-klar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

@use 'wordmark';

$class: 'klar';
$dir: 'firefox/browser/klar';

@each $layout-size, $logo-size in wordmark.$logo-sizes {
@include wordmark.wordmark($class, $dir, $layout-size, $logo-size);
}
1 change: 1 addition & 0 deletions assets/sass/protocol/protocol-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
@use 'components/logos/wordmark-product-developer';
@use 'components/logos/wordmark-product-nightly';
@use 'components/logos/wordmark-product-focus';
@use 'components/logos/wordmark-product-klar';

@use 'components/logos/wordmark-product-family';
@use 'components/logos/wordmark-product-lockwise';
Expand Down
1 change: 1 addition & 0 deletions components/branding/wordmark/wordmark--products.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% render '@wordmark', { product: 'developer', label: 'Firefox Developer Edition' } %}
{% render '@wordmark', { product: 'nightly', label: 'Firefox Nightly' } %}
{% render '@wordmark', { product: 'focus', label: 'Firefox Focus' } %}
{% render '@wordmark', { product: 'klar', label: 'Firefox Klar' } %}
{% render '@wordmark', { product: 'lockwise', label: 'Firefox Lockwise' } %}
{% render '@wordmark', { product: 'monitor', label: 'Firefox Monitor' } %}
{% render '@wordmark', { product: 'relay', label: 'Firefox Relay' } %}
Expand Down
1 change: 1 addition & 0 deletions components/branding/wordmark/wordmark--products.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Product classes:
- `mzp-t-product-developer`
- `mzp-t-product-nightly`
- `mzp-t-product-focus`
- `mzp-t-product-klar`
- `mzp-t-product-lockwise`
- `mzp-t-product-monitor`
- `mzp-t-product-mozilla`
Expand Down

0 comments on commit 56eb994

Please sign in to comment.