Skip to content

Commit 9547a9e

Browse files
authored
chore(deps): update outsystems design tokens package (#30586)
Updating outsystems-design-tokens reference. This package removes the Inter font from being the default font, and replaced it with the respective system fonts. ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> The default font was Inter, that had to be loaded from Google CDN, causing CSP problems with default rules. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Update to latest version of `outsystems-design-tokens` that no longer uses the Inter font. ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent 344a43f commit 9547a9e

File tree

2 files changed

+93
-6
lines changed

2 files changed

+93
-6
lines changed

core/package-lock.json

Lines changed: 92 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"fs-extra": "^9.0.1",
6767
"jest": "^29.7.0",
6868
"jest-cli": "^29.7.0",
69-
"outsystems-design-tokens": "^1.2.6",
69+
"outsystems-design-tokens": "^1.3.0",
7070
"prettier": "^2.8.8",
7171
"rollup": "^2.26.4",
7272
"sass": "^1.33.0",

0 commit comments

Comments
 (0)