@mixd-id/web-scaffold 0.1.230406222 → 0.1.230406224
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/package.json
CHANGED
|
@@ -106,7 +106,7 @@ import axios from "axios";
|
|
|
106
106
|
|
|
107
107
|
export default{
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
emits: [ 'complete' ],
|
|
110
110
|
|
|
111
111
|
inject: [ 'socketEmit', 'socket', 'toast' ],
|
|
112
112
|
|
|
@@ -124,6 +124,8 @@ export default{
|
|
|
124
124
|
|
|
125
125
|
urlImport: { type: String },
|
|
126
126
|
|
|
127
|
+
useHttp: [ Boolean, String, Number ],
|
|
128
|
+
|
|
127
129
|
completeDescription: { type: String, default: "" },
|
|
128
130
|
|
|
129
131
|
warningFile: { type: String, default: "warning.txt" },
|
|
@@ -18,7 +18,7 @@ const plugin = Plugin(function({ addBase, config, theme }) {
|
|
|
18
18
|
|
|
19
19
|
'--base-50': '255, 255, 255',
|
|
20
20
|
'--base-200': '222, 224, 227',
|
|
21
|
-
'--base-300': '
|
|
21
|
+
'--base-300': '237, 243, 255',
|
|
22
22
|
'--base-400': '255, 255, 255',
|
|
23
23
|
'--base-500': '255, 255, 255',
|
|
24
24
|
'--base': '236, 236, 236',
|