Skip to content

Commit f6ce023

Browse files
BenOsodracIonitron
andauthored
chore(deps): update outsystems-design-tokens dependency (#30198)
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 to outsystems-design-tokens 1.2.0. - Generate variables and utility-classes with updated tokens values. - Updated screenshots, after UX/UI review: - updated ionic color tokens on links. - updated segment label size token to sm. ## 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. --> --------- Co-authored-by: ionitron <[email protected]>
1 parent 0617123 commit f6ce023

File tree

32 files changed

+2136
-2038
lines changed

32 files changed

+2136
-2038
lines changed

core/package-lock.json

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

core/src/components/datetime/datetime.ionic.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
// default round clear button style
7171
.calendar-month-year-toggle {
7272
@include globals.border-radius(globals.$ion-border-radius-full);
73-
@include globals.typography(globals.$ion-body-action-lg);
73+
@include globals.typography(globals.$ion-body-action-md);
7474
@include globals.padding(globals.$ion-space-200, globals.$ion-space-400);
7575

7676
min-width: globals.$ion-scale-1600;
@@ -132,7 +132,7 @@
132132
.calendar-day {
133133
@include globals.border-radius(globals.$ion-border-radius-full);
134134
@include globals.padding(globals.$ion-space-100);
135-
@include globals.typography(globals.$ion-body-action-md);
135+
@include globals.typography(globals.$ion-body-action-sm);
136136

137137
width: globals.$ion-scale-1200;
138138
min-width: globals.$ion-scale-1200;
@@ -183,7 +183,7 @@
183183
}
184184

185185
:host .datetime-time .time-header {
186-
@include globals.typography(globals.$ion-body-action-lg);
186+
@include globals.typography(globals.$ion-body-action-md);
187187

188188
color: globals.$ion-primitives-neutral-800;
189189
}
@@ -212,7 +212,7 @@
212212
}
213213

214214
:host .datetime-buttons ion-buttons ion-button {
215-
@include globals.typography(globals.$ion-body-action-lg);
215+
@include globals.typography(globals.$ion-body-action-md);
216216

217217
min-height: globals.$ion-space-1200;
218218
}
134 Bytes
Loading
142 Bytes
Loading
147 Bytes
Loading
151 Bytes
Loading
179 Bytes
Loading
154 Bytes
Loading
70 Bytes
Loading

0 commit comments

Comments
 (0)