classcard-ui 0.2.369 → 0.2.370

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.369",
3
+ "version": "0.2.370",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -88,10 +88,10 @@
88
88
 
89
89
  <span v-for="option in options" :key="option.id">
90
90
  <li
91
- class="relative cursor-default select-none py-2 pl-3 pr-9 text-left text-gray-900"
91
+ class="relative cursor-default select-none py-2 pl-3 pr-9 text-left bg-gray-100 text-xs font-semibold text-gray-900"
92
92
  role="option"
93
93
  >
94
- <span class="block truncate font-bold italic">
94
+ <span class="block truncate">
95
95
  {{ option.label }}
96
96
  </span>
97
97
  </li>
@@ -1,6 +1,5 @@
1
1
  <template>
2
2
  <div>
3
- <slot name="handle"></slot>
4
3
  <ul>
5
4
  <li
6
5
  v-for="items in listItems"