Skip to content

Commit

Permalink
[patch][16.17.1] Medium Brand Icon Color (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
inescri authored Jun 14, 2024
1 parent c3d218a commit 4a4def9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-root",
"version": "16.17.0",
"version": "16.17.1",
"private": true,
"description": "Root design system mono-repo package.",
"homepage": "https://github.com/Toniq-Labs/toniq-labs-design-system",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system",
"version": "16.17.0",
"version": "16.17.1",
"private": false,
"description": "Design system elements for Toniq Labs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import {html} from 'element-vir';
import {defineIcon} from 'vira';
import {toniqIconCssVarWithFallback} from '../../../styles';
import {toniqIconCssVars} from '../../../styles';

export const BrandMedium24Icon = defineIcon({
name: 'BrandMedium24Icon',
svgTemplate: html`
<svg
xmlns="http://www.w3.org/2000/svg"
stroke="none"
fill=${toniqIconCssVarWithFallback['toniq-icon-fill-color']('#000')}
fill=${toniqIconCssVars['toniq-icon-stroke-color'].value}
width="24"
height="24"
viewBox="0 0 24 24"
Expand Down
2 changes: 1 addition & 1 deletion packages/native-elements-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-native-elements-test",
"version": "16.17.0",
"version": "16.17.1",
"private": true,
"scripts": {
"compile": "virmator compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-scripts",
"version": "16.17.0",
"version": "16.17.1",
"private": true,
"scripts": {
"compile": "virmator compile",
Expand Down

0 comments on commit 4a4def9

Please sign in to comment.