classcard-ui 0.2.733 → 0.2.734

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.733",
3
+ "version": "0.2.734",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -154,7 +154,6 @@
154
154
  {{ formatTimeFromDate(event.start) }} -
155
155
  {{ formatTimeFromDate(event.end) }}
156
156
  </div>
157
- {{event}}
158
157
  <div
159
158
  class="mt-1 text-sm font-semibold"
160
159
  :style="{ color: event.color }"
@@ -167,7 +166,7 @@
167
166
  class="h-4 w-4 shrink-0"
168
167
  :style="`color:${event.color}`"
169
168
  ></c-icon>
170
- {{ event.title }} ({{ event.booked }}/{{ event.seats }})
169
+ {{ event.title }} ({{ event.booked }}/{{ event.seats }}) {{event.attendance}}
171
170
  </div>
172
171
  <div class="-mx-1 -my-0.5 flex flex-wrap items-center">
173
172
  <div class="mx-1 my-0.5 flex items-center space-x-0.5">