@ionic/vue 8.5.8-nightly.20250520 → 8.5.8-nightly.20250522

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3227,7 +3227,7 @@
3227
3227
  },
3228
3228
  "ion-searchbar/cancel-button-text": {
3229
3229
  "type": "string",
3230
- "description": "Set the the cancel button text. Only applies to `ios` mode.",
3230
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
3231
3231
  "options": []
3232
3232
  },
3233
3233
  "ion-searchbar/clear-icon": {
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@ionic/vue",
5
- "version": "8.5.8-nightly.20250520",
5
+ "version": "8.5.8-nightly.20250522",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -6372,7 +6372,7 @@
6372
6372
  },
6373
6373
  {
6374
6374
  "name": "cancel-button-text",
6375
- "description": "Set the the cancel button text. Only applies to `ios` mode.",
6375
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
6376
6376
  "required": false,
6377
6377
  "default": "'Cancel'",
6378
6378
  "value": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/vue",
3
- "version": "8.5.8-nightly.20250520",
3
+ "version": "8.5.8-nightly.20250522",
4
4
  "description": "Vue specific wrapper for @ionic/core",
5
5
  "scripts": {
6
6
  "eslint": "eslint src",
@@ -67,7 +67,7 @@
67
67
  "vue-router": "^4.0.16"
68
68
  },
69
69
  "dependencies": {
70
- "@ionic/core": "8.5.8-nightly.20250520",
70
+ "@ionic/core": "8.5.8-nightly.20250522",
71
71
  "@stencil/vue-output-target": "0.10.7",
72
72
  "ionicons": "^7.0.0"
73
73
  },