mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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. -->
This commit is contained in:
8
core/package-lock.json
generated
8
core/package-lock.json
generated
@@ -44,7 +44,7 @@
|
||||
"fs-extra": "^9.0.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-cli": "^29.7.0",
|
||||
"outsystems-design-tokens": "^1.2.5",
|
||||
"outsystems-design-tokens": "^1.2.6",
|
||||
"prettier": "^2.8.8",
|
||||
"rollup": "^2.26.4",
|
||||
"sass": "^1.33.0",
|
||||
@@ -9181,9 +9181,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/outsystems-design-tokens": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/outsystems-design-tokens/-/outsystems-design-tokens-1.2.5.tgz",
|
||||
"integrity": "sha512-M6hcHt1LLNA5Jsg4vNM5onkK7upE6KSYUENbK7sM4e+iTzMzNIfeI5Lt4tsLsK3GoJPqBcXgFD0qsyjrWqGEpQ==",
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/outsystems-design-tokens/-/outsystems-design-tokens-1.2.6.tgz",
|
||||
"integrity": "sha512-Wqv7vR1nB6G8WfwKVMqpifhugT+iz5dh25QMWW/XFkblIm2e+mQcUqQw0W9lPSihWKH8wgJfe7zY0mT5G5h3VA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"glob": "^11.0.0",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"fs-extra": "^9.0.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-cli": "^29.7.0",
|
||||
"outsystems-design-tokens": "^1.2.5",
|
||||
"outsystems-design-tokens": "^1.2.6",
|
||||
"prettier": "^2.8.8",
|
||||
"rollup": "^2.26.4",
|
||||
"sass": "^1.33.0",
|
||||
|
||||
@@ -503,14 +503,14 @@ $ion-transition-curve-quick: var(--ion-transition-curve-quick, cubic-bezier(0, 0
|
||||
$ion-transition-curve-base: var(--ion-transition-curve-base, cubic-bezier(0.4, 0, 1, 1));
|
||||
$ion-transition-curve-expressive: var(--ion-transition-curve-expressive, cubic-bezier(0.4, 0, 0.2, 1));
|
||||
$ion-transition-curve-bounce: var(--ion-transition-curve-bounce, cubic-bezier(0.47, 0, 0.23, 1.38));
|
||||
$ion-transition-time-0: var(--ion-transition-time-0, 0);
|
||||
$ion-transition-time-100: var(--ion-transition-time-100, 100);
|
||||
$ion-transition-time-150: var(--ion-transition-time-150, 150);
|
||||
$ion-transition-time-200: var(--ion-transition-time-200, 200);
|
||||
$ion-transition-time-300: var(--ion-transition-time-300, 300);
|
||||
$ion-transition-time-500: var(--ion-transition-time-500, 500);
|
||||
$ion-transition-time-1000: var(--ion-transition-time-1000, 1000);
|
||||
$ion-transition-time-1500: var(--ion-transition-time-1500, 1500);
|
||||
$ion-transition-time-0: var(--ion-transition-time-0, 0ms);
|
||||
$ion-transition-time-100: var(--ion-transition-time-100, 100ms);
|
||||
$ion-transition-time-150: var(--ion-transition-time-150, 150ms);
|
||||
$ion-transition-time-200: var(--ion-transition-time-200, 200ms);
|
||||
$ion-transition-time-300: var(--ion-transition-time-300, 300ms);
|
||||
$ion-transition-time-500: var(--ion-transition-time-500, 500ms);
|
||||
$ion-transition-time-1000: var(--ion-transition-time-1000, 1000ms);
|
||||
$ion-transition-time-1500: var(--ion-transition-time-1500, 1500ms);
|
||||
$ion-font-family: var(--ion-font-family, "Inter", sans-serif);
|
||||
$ion-font-weight-thin: var(--ion-font-weight-thin, 100);
|
||||
$ion-font-weight-extra-light: var(--ion-font-weight-extra-light, 200);
|
||||
|
||||
Reference in New Issue
Block a user