diff --git a/packages/core/scripts/test-components/src/components/page-one/page-one.tsx b/packages/core/scripts/test-components/src/components/page-one/page-one.tsx
index dc7d31b48c..9c9fb64a08 100644
--- a/packages/core/scripts/test-components/src/components/page-one/page-one.tsx
+++ b/packages/core/scripts/test-components/src/components/page-one/page-one.tsx
@@ -7,17 +7,15 @@ export class PageOne {
render() {
return [
-
-
-
- Page One
-
-
-
- page one
- Ir a la page 2
-
-
+
+
+ Page One
+
+ ,
+
+ page one
+ Ir a la page 2
+
];
}
}
diff --git a/packages/core/scripts/test-components/src/components/page-two/page-two.tsx b/packages/core/scripts/test-components/src/components/page-two/page-two.tsx
index 077562bb9f..3ab9a6ec8e 100644
--- a/packages/core/scripts/test-components/src/components/page-two/page-two.tsx
+++ b/packages/core/scripts/test-components/src/components/page-two/page-two.tsx
@@ -7,16 +7,14 @@ export class PageTwo {
render() {
return [
-
-
-
- Page Two
-
-
-
- this is page two
-
-
+
+
+ Page Two
+
+ ,
+
+ this is page two
+
];
}
}
diff --git a/packages/core/scripts/test-components/src/components/tab-one/tab-one.tsx b/packages/core/scripts/test-components/src/components/tab-one/tab-one.tsx
index b65f38ff0e..efbfca449b 100644
--- a/packages/core/scripts/test-components/src/components/tab-one/tab-one.tsx
+++ b/packages/core/scripts/test-components/src/components/tab-one/tab-one.tsx
@@ -7,16 +7,14 @@ export class TabOne {
render() {
return [
-
-
-
- Page One
-
-
-
- tab one
-
-
+
+
+ Page One
+
+ ,
+
+ tab one
+
];
}
}
diff --git a/packages/core/scripts/test-components/src/components/tab-three/tab-three.tsx b/packages/core/scripts/test-components/src/components/tab-three/tab-three.tsx
index bd91cb4558..5fac7a6159 100644
--- a/packages/core/scripts/test-components/src/components/tab-three/tab-three.tsx
+++ b/packages/core/scripts/test-components/src/components/tab-three/tab-three.tsx
@@ -7,16 +7,14 @@ export class TabThree {
render() {
return [
-
-
-
- Tab 3
-
-
-
- tab three
-
-
+
+
+ Tab 3
+
+ ,
+
+ tab three
+
];
}
}
diff --git a/packages/core/scripts/test-components/src/components/tab-two/tab-two.tsx b/packages/core/scripts/test-components/src/components/tab-two/tab-two.tsx
index 5530c7a39c..9599ef420c 100644
--- a/packages/core/scripts/test-components/src/components/tab-two/tab-two.tsx
+++ b/packages/core/scripts/test-components/src/components/tab-two/tab-two.tsx
@@ -7,16 +7,14 @@ export class TabTwo {
render() {
return [
-
-
-
- Tab two (2)
-
-
-
-
-
-
+
+
+ Tab two (2)
+
+ ,
+
+
+
];
}
}
diff --git a/packages/core/src/components.d.ts b/packages/core/src/components.d.ts
index 0bc2e376f0..6208e8a177 100644
--- a/packages/core/src/components.d.ts
+++ b/packages/core/src/components.d.ts
@@ -2081,36 +2081,6 @@ declare global {
}
-import {
- Page as IonPage
-} from './components/page/page';
-
-declare global {
- interface HTMLIonPageElement extends IonPage, HTMLStencilElement {
- }
- var HTMLIonPageElement: {
- prototype: HTMLIonPageElement;
- new (): HTMLIonPageElement;
- };
- interface HTMLElementTagNameMap {
- "ion-page": HTMLIonPageElement;
- }
- interface ElementTagNameMap {
- "ion-page": HTMLIonPageElement;
- }
- namespace JSX {
- interface IntrinsicElements {
- "ion-page": JSXElements.IonPageAttributes;
- }
- }
- namespace JSXElements {
- export interface IonPageAttributes extends HTMLAttributes {
-
- }
- }
-}
-
-
import {
PickerColumnCmp as IonPickerColumn
} from './components/picker-column/picker-column';
diff --git a/packages/core/src/components/action-sheet/test/basic/index.html b/packages/core/src/components/action-sheet/test/basic/index.html
index d8a4d79ad3..2936a28637 100644
--- a/packages/core/src/components/action-sheet/test/basic/index.html
+++ b/packages/core/src/components/action-sheet/test/basic/index.html
@@ -10,28 +10,27 @@
-
-
-
- Action Sheet - Basic
-
-
-
-
+
+
+ Action Sheet - Basic
+
+
- Basic
- No Backdrop Dismiss
- Alert from Action Sheet
- Scrollable Options
- Scroll Without Cancel
- Cancel Only
- Icons
- Custom CSS Class
+
+
-
+ Basic
+ No Backdrop Dismiss
+ Alert from Action Sheet
+ Scrollable Options
+ Scroll Without Cancel
+ Cancel Only
+ Icons
+ Custom CSS Class
+
+
-
-
+
diff --git a/packages/core/src/components/infinite-scroll/test/basic/index.html b/packages/core/src/components/infinite-scroll/test/basic/index.html
index f0bd204971..d3b4c30dd6 100644
--- a/packages/core/src/components/infinite-scroll/test/basic/index.html
+++ b/packages/core/src/components/infinite-scroll/test/basic/index.html
@@ -10,7 +10,7 @@
-
+
@@ -36,7 +36,7 @@
-
+
diff --git a/packages/core/src/components/input/test/attributes/index.html b/packages/core/src/components/input/test/attributes/index.html
index cde5e224ad..69f51121cb 100644
--- a/packages/core/src/components/input/test/attributes/index.html
+++ b/packages/core/src/components/input/test/attributes/index.html
@@ -8,7 +8,7 @@
-
+
Input - Attributes
@@ -78,7 +78,6 @@
-
-
+
diff --git a/packages/core/src/components/searchbar/test/toolbar/index.html b/packages/core/src/components/searchbar/test/toolbar/index.html
index dfeae9418f..7d7a5592a4 100644
--- a/packages/core/src/components/searchbar/test/toolbar/index.html
+++ b/packages/core/src/components/searchbar/test/toolbar/index.html
@@ -8,7 +8,7 @@
-
+
Searchbar - Toolbar
@@ -88,7 +88,7 @@
-
+