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/dist/classcard-ui.common.js +54 -54
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +54 -54
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +1 -1
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CSwitch/CSwitch.vue +3 -3
package/package.json
CHANGED
|
@@ -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"
|