diff --git a/angular/package-lock.json b/angular/package-lock.json
index febb44d4e8..c82f0b1190 100644
--- a/angular/package-lock.json
+++ b/angular/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.0-rc.0",
- "ionicons": "^6.1.3",
+ "ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"
},
@@ -1248,6 +1248,26 @@
"npm": ">=6.0.0"
}
},
+ "node_modules/@ionic/core/node_modules/ionicons": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
+ "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
+ "dependencies": {
+ "@stencil/core": "^2.18.0"
+ }
+ },
+ "node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": {
+ "version": "2.22.2",
+ "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
+ "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==",
+ "bin": {
+ "stencil": "bin/stencil"
+ },
+ "engines": {
+ "node": ">=12.10.0",
+ "npm": ">=6.0.0"
+ }
+ },
"node_modules/@ionic/eslint-config": {
"version": "0.3.0",
"dev": true,
@@ -4506,9 +4526,9 @@
}
},
"node_modules/ionicons": {
- "version": "6.1.3",
- "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
- "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
+ "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
@@ -8117,6 +8137,21 @@
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz",
"integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ=="
+ },
+ "ionicons": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
+ "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
+ "requires": {
+ "@stencil/core": "^2.18.0"
+ },
+ "dependencies": {
+ "@stencil/core": {
+ "version": "2.22.2",
+ "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
+ "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw=="
+ }
+ }
}
}
},
@@ -10153,9 +10188,9 @@
}
},
"ionicons": {
- "version": "6.1.3",
- "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
- "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
+ "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
"requires": {
"@stencil/core": "^2.18.0"
}
diff --git a/angular/package.json b/angular/package.json
index bc3afbcde2..a598e6436d 100644
--- a/angular/package.json
+++ b/angular/package.json
@@ -48,7 +48,7 @@
},
"dependencies": {
"@ionic/core": "^7.0.0-rc.0",
- "ionicons": "^6.1.3",
+ "ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"
},
diff --git a/core/package-lock.json b/core/package-lock.json
index 8bf152aa11..04342170d8 100644
--- a/core/package-lock.json
+++ b/core/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "^3.1.0",
- "ionicons": "^6.1.1",
+ "ionicons": "^7.0.0",
"tslib": "^2.1.0"
},
"devDependencies": {
@@ -5254,9 +5254,9 @@
}
},
"node_modules/ionicons": {
- "version": "6.1.3",
- "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
- "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
+ "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
@@ -14152,9 +14152,9 @@
}
},
"ionicons": {
- "version": "6.1.3",
- "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
- "integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
+ "integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
"requires": {
"@stencil/core": "^2.18.0"
},
diff --git a/core/package.json b/core/package.json
index cbd0dd01fa..66ecf5ee10 100644
--- a/core/package.json
+++ b/core/package.json
@@ -32,7 +32,7 @@
],
"dependencies": {
"@stencil/core": "^3.1.0",
- "ionicons": "^6.1.1",
+ "ionicons": "^7.0.0",
"tslib": "^2.1.0"
},
"devDependencies": {
diff --git a/core/src/components/range/test/a11y/index.html b/core/src/components/range/test/a11y/index.html
index c8350c88d8..f5beb8266a 100644
--- a/core/src/components/range/test/a11y/index.html
+++ b/core/src/components/range/test/a11y/index.html
@@ -20,8 +20,8 @@
temperature
-
-
+