@ionic/vue 8.8.4-dev.11776461571.1353c44a → 8.8.4-dev.11776710869.1a81ced2

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.
@@ -4896,7 +4896,7 @@
4896
4896
  },
4897
4897
  "ion-select-modal/cancel-icon": {
4898
4898
  "type": "boolean",
4899
- "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored.",
4899
+ "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
4900
4900
  "options": []
4901
4901
  },
4902
4902
  "ion-select-modal/cancel-text": {
@@ -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.8.4-dev.11776461571.1353c44a",
5
+ "version": "8.8.4-dev.11776710869.1a81ced2",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -8583,7 +8583,7 @@
8583
8583
  "attributes": [
8584
8584
  {
8585
8585
  "name": "cancel-icon",
8586
- "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored.",
8586
+ "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
8587
8587
  "required": false,
8588
8588
  "default": "false",
8589
8589
  "value": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/vue",
3
- "version": "8.8.4-dev.11776461571.1353c44a",
3
+ "version": "8.8.4-dev.11776710869.1a81ced2",
4
4
  "description": "Vue specific wrapper for @ionic/core",
5
5
  "scripts": {
6
6
  "eslint": "eslint src",
@@ -68,7 +68,7 @@
68
68
  "vue-router": "^4.0.16"
69
69
  },
70
70
  "dependencies": {
71
- "@ionic/core": "8.8.4-dev.11776461571.1353c44a",
71
+ "@ionic/core": "8.8.4-dev.11776710869.1a81ced2",
72
72
  "@stencil/vue-output-target": "0.10.7",
73
73
  "ionicons": "^8.0.13"
74
74
  },