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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.534",
3
+ "version": "0.2.535",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -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-1">
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-1"
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-1"
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-1"
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"