Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"fs-extra": "^9.0.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"outsystems-design-tokens": "^1.1.2",
"outsystems-design-tokens": "^1.2.0",
"prettier": "^2.8.8",
"rollup": "^2.26.4",
"sass": "^1.33.0",
Expand Down
8 changes: 4 additions & 4 deletions core/src/components/datetime/datetime.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
// default round clear button style
.calendar-month-year-toggle {
@include globals.border-radius(globals.$ion-border-radius-full);
@include globals.typography(globals.$ion-body-action-lg);
@include globals.typography(globals.$ion-body-action-md);
@include globals.padding(globals.$ion-space-200, globals.$ion-space-400);

min-width: globals.$ion-scale-1600;
Expand Down Expand Up @@ -132,7 +132,7 @@
.calendar-day {
@include globals.border-radius(globals.$ion-border-radius-full);
@include globals.padding(globals.$ion-space-100);
@include globals.typography(globals.$ion-body-action-md);
@include globals.typography(globals.$ion-body-action-sm);

width: globals.$ion-scale-1200;
min-width: globals.$ion-scale-1200;
Expand Down Expand Up @@ -183,7 +183,7 @@
}

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

color: globals.$ion-primitives-neutral-800;
}
Expand Down Expand Up @@ -212,7 +212,7 @@
}

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

min-height: globals.$ion-space-1200;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// --------------------------------------------------

::slotted(ion-label) {
@include globals.typography(globals.$ion-body-action-md);
@include globals.typography(globals.$ion-body-action-sm);

color: var(--color);
}
Expand Down
14 changes: 7 additions & 7 deletions core/src/css/ionic/link.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
// -------------------------------------------------------------------------------

&:visited {
color: globals.$ion-semantics-info-500;
color: globals.$ion-text-link-visited;
}
}

// Link: Standalone
// -------------------------------------------------------------------------------

@mixin ionic-link {
color: globals.$ion-semantics-info-400;
color: globals.$ion-text-link-default;

text-decoration: none;

Expand All @@ -51,7 +51,7 @@

&:focus,
&.ion-focused {
outline: 2px solid globals.$ion-semantics-primary-100;
outline: 2px solid globals.$ion-text-link-default;
outline-offset: 2px;

text-decoration: underline;
Expand All @@ -62,7 +62,7 @@

&:active,
&.ion-activated {
color: globals.$ion-semantics-info-500;
color: globals.$ion-text-link-press;

text-decoration: underline;
}
Expand All @@ -88,7 +88,7 @@ a.ionic-link,

@media (any-hover: hover) {
&:hover {
color: globals.$ion-semantics-info-400;
color: globals.$ion-text-link-press;
}
}

Expand All @@ -97,7 +97,7 @@ a.ionic-link,

&:focus,
&.ion-focused {
outline: 2px solid globals.$ion-semantics-primary-100;
outline: 2px solid globals.$ion-text-link-default;
outline-offset: 2px;

color: currentColor;
Expand All @@ -110,7 +110,7 @@ a.ionic-link,

&:active,
&.ion-activated {
color: globals.$ion-semantics-info-500;
color: globals.$ion-text-link-press;
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/src/css/test/typography/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
<br />
<div>
<ion-title>Action</ion-title>
<p><ion-text class="ion-body-action-xs">ion-action-xs</ion-text></p>
<p><ion-text class="ion-body-action-sm">ion-action-sm</ion-text></p>
<p><ion-text class="ion-body-action-md">ion-action-md</ion-text></p>
<p><ion-text class="ion-body-action-lg">ion-action-lg</ion-text></p>
<p><ion-text class="ion-body-action-xl">ion-action-xl</ion-text></p>
</div>
<br />
<div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading