classcard-ui 0.2.854 → 0.2.855

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.854",
3
+ "version": "0.2.855",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -10,7 +10,7 @@
10
10
  class="flex"
11
11
  >
12
12
  <span
13
- class="flex flex-grow flex-col"
13
+ class="mr-2 flex flex-grow flex-col"
14
14
  id="smallleft"
15
15
  v-if="direction == 'left'"
16
16
  @click="switchValue"
@@ -46,7 +46,7 @@
46
46
  ></span>
47
47
  </button>
48
48
  <span
49
- class="flex flex-col"
49
+ class="ml-2 flex flex-col"
50
50
  id="toggleLabel"
51
51
  v-if="direction == 'right'"
52
52
  @click="switchValue"
@@ -66,7 +66,7 @@
66
66
  class="flex cursor-pointer justify-between"
67
67
  >
68
68
  <span
69
- class="flex flex-grow flex-col"
69
+ class="mr-2 flex flex-grow flex-col"
70
70
  id="toggleLabel"
71
71
  v-if="direction == 'left'"
72
72
  @click="switchValue"