classcard-ui 0.2.534 → 0.2.535
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/CCalendar/CCalendar.vue +4 -4
package/package.json
CHANGED
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
{{ event.title }} ({{ event.booked }}/{{ event.seats }})
|
|
148
148
|
</div>
|
|
149
149
|
<div class="-m-0.5 flex flex-wrap items-center">
|
|
150
|
-
<div class="m-0.5 flex items-center space-x-
|
|
150
|
+
<div class="m-0.5 flex items-center space-x-0.5">
|
|
151
151
|
<svg
|
|
152
152
|
xmlns="http://www.w3.org/2000/svg"
|
|
153
153
|
class="h-4 w-4 text-gray-400"
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
</div>
|
|
169
169
|
<div
|
|
170
170
|
v-if="event.subject && event.subject.length"
|
|
171
|
-
class="m-0.5 flex items-center space-x-
|
|
171
|
+
class="m-0.5 flex items-center space-x-0.5"
|
|
172
172
|
>
|
|
173
173
|
<svg
|
|
174
174
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
</div>
|
|
189
189
|
<div
|
|
190
190
|
v-if="event.location && event.location.length"
|
|
191
|
-
class="m-0.5 flex items-center space-x-
|
|
191
|
+
class="m-0.5 flex items-center space-x-0.5"
|
|
192
192
|
>
|
|
193
193
|
<svg
|
|
194
194
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
</div>
|
|
209
209
|
<div
|
|
210
210
|
v-if="event.staff && event.staff.length"
|
|
211
|
-
class="m-0.5 flex items-center space-x-
|
|
211
|
+
class="m-0.5 flex items-center space-x-0.5"
|
|
212
212
|
>
|
|
213
213
|
<svg
|
|
214
214
|
xmlns="http://www.w3.org/2000/svg"
|