Skip to content

Commit 7d98a87

Browse files
authored
chore(tokens): update design-tokens dependency to 1.2.6 (#30363)
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 tokens dependency to 1.2.6. This version fixes values of transition 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. --> ## 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 33de825 commit 7d98a87

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

core/package-lock.json

Lines changed: 4 additions & 4 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.5",
69+
"outsystems-design-tokens": "^1.2.6",
7070
"prettier": "^2.8.8",
7171
"rollup": "^2.26.4",
7272
"sass": "^1.33.0",

core/src/foundations/ionic.vars.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -503,14 +503,14 @@ $ion-transition-curve-quick: var(--ion-transition-curve-quick, cubic-bezier(0, 0
503503
$ion-transition-curve-base: var(--ion-transition-curve-base, cubic-bezier(0.4, 0, 1, 1));
504504
$ion-transition-curve-expressive: var(--ion-transition-curve-expressive, cubic-bezier(0.4, 0, 0.2, 1));
505505
$ion-transition-curve-bounce: var(--ion-transition-curve-bounce, cubic-bezier(0.47, 0, 0.23, 1.38));
506-
$ion-transition-time-0: var(--ion-transition-time-0, 0);
507-
$ion-transition-time-100: var(--ion-transition-time-100, 100);
508-
$ion-transition-time-150: var(--ion-transition-time-150, 150);
509-
$ion-transition-time-200: var(--ion-transition-time-200, 200);
510-
$ion-transition-time-300: var(--ion-transition-time-300, 300);
511-
$ion-transition-time-500: var(--ion-transition-time-500, 500);
512-
$ion-transition-time-1000: var(--ion-transition-time-1000, 1000);
513-
$ion-transition-time-1500: var(--ion-transition-time-1500, 1500);
506+
$ion-transition-time-0: var(--ion-transition-time-0, 0ms);
507+
$ion-transition-time-100: var(--ion-transition-time-100, 100ms);
508+
$ion-transition-time-150: var(--ion-transition-time-150, 150ms);
509+
$ion-transition-time-200: var(--ion-transition-time-200, 200ms);
510+
$ion-transition-time-300: var(--ion-transition-time-300, 300ms);
511+
$ion-transition-time-500: var(--ion-transition-time-500, 500ms);
512+
$ion-transition-time-1000: var(--ion-transition-time-1000, 1000ms);
513+
$ion-transition-time-1500: var(--ion-transition-time-1500, 1500ms);
514514
$ion-font-family: var(--ion-font-family, "Inter", sans-serif);
515515
$ion-font-weight-thin: var(--ion-font-weight-thin, 100);
516516
$ion-font-weight-extra-light: var(--ion-font-weight-extra-light, 200);

0 commit comments

Comments
 (0)