classcard-ui 0.2.769 → 0.2.770
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 +55 -55
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +55 -55
- 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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
label == '' ? 'items-center' : 'items-start',
|
|
8
8
|
disabled ? 'cursor-default' : 'cursor-pointer',
|
|
9
9
|
]"
|
|
10
|
-
class="flex
|
|
10
|
+
class="flex"
|
|
11
11
|
>
|
|
12
12
|
<span
|
|
13
13
|
class="flex flex-grow flex-col"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
></span>
|
|
47
47
|
</button>
|
|
48
48
|
<span
|
|
49
|
-
class="
|
|
49
|
+
class="flex flex-col"
|
|
50
50
|
id="toggleLabel"
|
|
51
51
|
v-if="direction == 'right'"
|
|
52
52
|
@click="switchValue"
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
></span>
|
|
103
103
|
</button>
|
|
104
104
|
<span
|
|
105
|
-
class="flex flex-col disabled:opacity-50"
|
|
105
|
+
class="ml-2 flex flex-col disabled:opacity-50"
|
|
106
106
|
id="toggleLabel"
|
|
107
107
|
v-if="direction == 'right'"
|
|
108
108
|
>
|