Skip to content

Commit

Permalink
uprade lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-picoud committed Apr 30, 2024
1 parent d67ea3a commit 9268aea
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 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 packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/assets",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "Trilogy assets include all Open Source Fonts & Icons",
"author": "Bouygues Telecom",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/react",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"type": "module",
"author": "Bouygues Telecom",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.0.1-beta.13"
export const version = "0.0.1-beta.14"
3 changes: 3 additions & 0 deletions packages/styles/framework/src/base/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ $alignments: (
.has-text-#{$brandName}-invert {
color: $color-invert !important;
}
.has-background-#{$brandName} {
background-color: getBGColor($brandName) !important;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/styles",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"author": "Bouygues Telecom",
"license": "UNLICENSED",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/vanilla",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"author": "Bouygues Telecom",
"main": "lib/trilogy-ds-vanilla.js",
"scripts": {
Expand Down

0 comments on commit 9268aea

Please sign in to comment.