@ionic/vue 8.8.14-dev.11783706459.1d5a7aae → 8.8.14-dev.11783984044.10eaba06
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.
- package/dist/web-types.json +5 -1
- package/package.json +2 -2
package/dist/web-types.json
CHANGED
|
@@ -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.14-dev.
|
|
5
|
+
"version": "8.8.14-dev.11783984044.10eaba06",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2122,6 +2122,7 @@
|
|
|
2122
2122
|
"name": "color",
|
|
2123
2123
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2124
2124
|
"required": false,
|
|
2125
|
+
"default": "'primary'",
|
|
2125
2126
|
"value": {
|
|
2126
2127
|
"kind": "expression",
|
|
2127
2128
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
@@ -2474,6 +2475,7 @@
|
|
|
2474
2475
|
"name": "color",
|
|
2475
2476
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2476
2477
|
"required": false,
|
|
2478
|
+
"default": "'primary'",
|
|
2477
2479
|
"value": {
|
|
2478
2480
|
"kind": "expression",
|
|
2479
2481
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
@@ -5061,6 +5063,7 @@
|
|
|
5061
5063
|
"name": "color",
|
|
5062
5064
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
5063
5065
|
"required": false,
|
|
5066
|
+
"default": "'primary'",
|
|
5064
5067
|
"value": {
|
|
5065
5068
|
"kind": "expression",
|
|
5066
5069
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
@@ -5131,6 +5134,7 @@
|
|
|
5131
5134
|
"name": "color",
|
|
5132
5135
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
5133
5136
|
"required": false,
|
|
5137
|
+
"default": "'primary'",
|
|
5134
5138
|
"value": {
|
|
5135
5139
|
"kind": "expression",
|
|
5136
5140
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue",
|
|
3
|
-
"version": "8.8.14-dev.
|
|
3
|
+
"version": "8.8.14-dev.11783984044.10eaba06",
|
|
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": "^5.0.6"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@ionic/core": "8.8.14-dev.
|
|
71
|
+
"@ionic/core": "8.8.14-dev.11783984044.10eaba06",
|
|
72
72
|
"@stencil/vue-output-target": "0.13.1",
|
|
73
73
|
"ionicons": "^8.0.13"
|
|
74
74
|
},
|