Skip to content

Commit

Permalink
chore(playgrounds): update demos to use latest major version (#3388)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney authored Jan 16, 2024
1 parent 9c801f1 commit b058f51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
10 changes: 2 additions & 8 deletions static/usage/v6/datetime/highlightedDates/array/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
<title>Datetime</title>
<link rel="stylesheet" href="../../../../common.css" />
<script src="../../../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css"
/>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@6/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@6/css/ionic.bundle.css" />
<style>
ion-datetime {
width: 350px;
Expand Down
10 changes: 2 additions & 8 deletions static/usage/v6/datetime/highlightedDates/callback/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
<title>Datetime</title>
<link rel="stylesheet" href="../../../../common.css" />
<script src="../../../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css"
/>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@6/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@6/css/ionic.bundle.css" />
<style>
ion-datetime {
width: 350px;
Expand Down
10 changes: 2 additions & 8 deletions static/usage/v6/modal/custom-dialogs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
<title>Modal | Custom Dialog</title>
<link rel="stylesheet" href="../../../common.css" />
<script src="../../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css"
/>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@6/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@6/css/ionic.bundle.css" />
<style>
ion-modal {
--width: fit-content;
Expand Down
10 changes: 2 additions & 8 deletions static/usage/v7/layout/dynamic-font-scaling/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
<title>Label</title>
<link rel="stylesheet" href="../../../common.css" />
<script src="../../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css"
/>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@7/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@7/css/ionic.bundle.css" />
<style>
html {
--ion-dynamic-font: var(--ion-default-dynamic-font);
Expand Down

1 comment on commit b058f51

@vercel
Copy link

@vercel vercel bot commented on b058f51 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.