@fishawack/lab-velocity 0.8.4 → 0.8.5

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.
@@ -5,9 +5,9 @@
5
5
  width: 100%;
6
6
 
7
7
  svg {
8
- width: 3 * $spacing;
9
- max-width: 3 * $spacing;
10
- height: 3 * $spacing;
8
+ // width: 3 * $spacing;
9
+ // max-width: 3 * $spacing;
10
+ // height: 3 * $spacing;
11
11
  display: inline-block;
12
12
  margin-right: $spacing;
13
13
  }
package/form/Wysiwyg.vue CHANGED
@@ -116,7 +116,7 @@ export default {
116
116
  });
117
117
 
118
118
  // Disable tab
119
- delete this.editor.getModule("keyboard").bindings["9"];
119
+ // delete this.editor.getModule("keyboard").bindings["9"];
120
120
 
121
121
  // Disable tab index on toolbar buttons
122
122
  [...this.$el.querySelectorAll(".ql-toolbar button")].forEach((d) =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",