Skip to content

Commit

Permalink
Merge branch 'main' of github.com:infor-design/design-system
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Mar 31, 2023
2 parents aeb2b2c + f99632b commit e0ace84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions design-tokens/theme-classic/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"size": {
"font": {
"base": { "value": "{ids.size.font.md.value}" },
"xxs": { "value": "0.8rem" },
"xs": { "value": "1.0rem" },
"sm": { "value": "1.2rem" },
"md": { "value": "1.4rem" },
Expand Down
1 change: 1 addition & 0 deletions design-tokens/theme-new/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"size": {
"font": {
"base": { "value": "{ids.size.font.sm.value}" },
"xxs": { "value": "1.2rem" },
"xs": { "value": "1.4rem" },
"sm": { "value": "1.6rem" },
"md": { "value": "2.2rem" },
Expand Down
4 changes: 2 additions & 2 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": "ids-identity",
"version": "4.14.5",
"version": "4.14.6",
"description": "Infor Design System Design Assets",
"scripts": {
"build": "node ./scripts/node/build.js --build=meta,tokens,fonts,mixins,figma",
Expand Down

0 comments on commit e0ace84

Please sign in to comment.