classcard-ui 0.2.532 → 0.2.533
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 +5 -5
package/package.json
CHANGED
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
>
|
|
147
147
|
{{ event.title }} ({{ event.booked }}/{{ event.seats }})
|
|
148
148
|
</div>
|
|
149
|
-
<div class="-m-
|
|
150
|
-
<div class="m-
|
|
149
|
+
<div class="-m-0.5 flex flex-wrap items-center">
|
|
150
|
+
<div class="m-0.5 flex items-center space-x-1">
|
|
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-
|
|
171
|
+
class="m-0.5 flex items-center space-x-1"
|
|
172
172
|
>
|
|
173
173
|
<svg
|
|
174
174
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
</div>
|
|
191
191
|
<div
|
|
192
192
|
v-if="event.location && event.location.length"
|
|
193
|
-
class="m-
|
|
193
|
+
class="m-0.5 flex items-center space-x-1"
|
|
194
194
|
>
|
|
195
195
|
<svg
|
|
196
196
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</div>
|
|
213
213
|
<div
|
|
214
214
|
v-if="event.staff && event.staff.length"
|
|
215
|
-
class="m-
|
|
215
|
+
class="m-0.5 flex items-center space-x-1"
|
|
216
216
|
>
|
|
217
217
|
<svg
|
|
218
218
|
xmlns="http://www.w3.org/2000/svg"
|