@fishawack/lab-velocity 0.3.5 → 0.3.7
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/form/Select.vue +0 -3
- package/form/{wysiwyg.vue → Wysiwyg.vue} +1 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/form/Select.vue
CHANGED
package/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { default as DatePicker } from "./form/DatePicker.vue";
|
|
|
9
9
|
export { default as file } from "./form/file.vue";
|
|
10
10
|
export { default as Select } from "./form/Select.vue";
|
|
11
11
|
export { default as Switch } from "./form/Switch.vue";
|
|
12
|
-
export { default as Wysiwyg } from "./form/
|
|
12
|
+
export { default as Wysiwyg } from "./form/Wysiwyg.vue";
|
|
13
13
|
|
|
14
14
|
export { default as SideBar } from "./layout/sideBar.vue";
|
|
15
15
|
export { default as Footer } from "./layout/Footer.vue";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fishawack/lab-velocity",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "Avalere Health branded style system",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"setup": "npm ci || npm i && npm run content",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"element-plus": "^2.7.8",
|
|
44
|
-
"quill": "^
|
|
44
|
+
"quill": "^1.3.7"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|
|
47
47
|
"*.scss",
|