Merge branch 'main' into chore-update-next-from-main

This commit is contained in:
Brandy Carney
2024-05-02 16:43:54 -04:00
876 changed files with 4034 additions and 2766 deletions

View File

@@ -4,7 +4,7 @@
// --------------------------------------------------
/// @prop - Z index of the back button
$back-button-ios-button-z-index: $z-index-toolbar-buttons !default;
$back-button-ios-button-z-index: $z-index-toolbar-buttons;
/// @prop - Text color of the back button
$back-button-ios-color: ion-color(primary, base) !default;
$back-button-ios-color: ion-color(primary, base);

View File

@@ -4,4 +4,4 @@
// --------------------------------------------------
/// @prop - Text color of the back button
$back-button-md-color: currentColor !default;
$back-button-md-color: currentColor;

View File

@@ -28,7 +28,7 @@
<ion-content class="ion-padding">
<h1>Page One</h1>
<ion-nav-link router-direction="forward" component="page-two">
<ion-button class="next">Go to Page Two</ion-button>
<button>Go to Page Two</button>
</ion-nav-link>
</ion-content>
`;
@@ -51,7 +51,7 @@
<h1>Page Two</h1>
<div>
<ion-nav-link router-direction="forward" component="page-three">
<ion-button class="next">Go to Page Three</ion-button>
<button>Go to Page Three</button>
</ion-nav-link>
</div>
</ion-content>
@@ -75,7 +75,7 @@
<h1>Page Three</h1>
<div>
<ion-nav-link router-direction="forward" component="page-four">
<ion-button class="next">Go to Page Four</ion-button>
<button>Go to Page Four</button>
</ion-nav-link>
</div>
</ion-content>