chore(deps): update dependency @outsystems-design-tokens to v1.1.2 (#30080)

Issue number: internal

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

- Update dependency to outsystems-design-tokens to 1.1.2. This brings
changes on the value of some color tokens.
- Generated scss variables from updated tokens

## 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.
-->
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Bernardo Cardoso
2024-12-12 19:13:53 +00:00
committed by GitHub
gitea-unlock(16/)
parent 4a6bcab7bf
commit 8f6f8b4187
octicon-diff(16/tw-mr-1) 3 changed files with 6774 additions and 17 deletions

6781
core/package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

2
core/package.json
View File

@@ -66,7 +66,7 @@
"fs-extra": "^9.0.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"outsystems-design-tokens": "^1.0.1",
"outsystems-design-tokens": "^1.1.2",
"prettier": "^2.8.8",
"rollup": "^2.26.4",
"sass": "^1.33.0",

8
core/src/foundations/ionic.vars.scss
View File

@@ -175,10 +175,10 @@ $ion-bg-warning-subtle-press: var(--ion-bg-warning-subtle-press, #ffcfb1);
$ion-bg-warning-subtle-press-rgb: var(--ion-bg-warning-subtle-press-rgb, 255, 207, 177);
$ion-bg-body: var(--ion-bg-body, #f5f5f5);
$ion-bg-body-rgb: var(--ion-bg-body-rgb, 245, 245, 245);
$ion-bg-neutral-subtle-default: var(--ion-bg-neutral-subtle-default, #f5f5f5);
$ion-bg-neutral-subtle-default-rgb: var(--ion-bg-neutral-subtle-default-rgb, 245, 245, 245);
$ion-bg-neutral-subtle-press: var(--ion-bg-neutral-subtle-press, #cfcfcf);
$ion-bg-neutral-subtle-press-rgb: var(--ion-bg-neutral-subtle-press-rgb, 207, 207, 207);
$ion-bg-neutral-subtle-default: var(--ion-bg-neutral-subtle-default, #e7e7e7);
$ion-bg-neutral-subtle-default-rgb: var(--ion-bg-neutral-subtle-default-rgb, 231, 231, 231);
$ion-bg-neutral-subtle-press: var(--ion-bg-neutral-subtle-press, #b9b9b9);
$ion-bg-neutral-subtle-press-rgb: var(--ion-bg-neutral-subtle-press-rgb, 185, 185, 185);
$ion-bg-neutral-base-default: var(--ion-bg-neutral-base-default, #626262);
$ion-bg-neutral-base-default-rgb: var(--ion-bg-neutral-base-default-rgb, 98, 98, 98);
$ion-bg-neutral-base-press: var(--ion-bg-neutral-base-press, #3b3b3b);