classcard-ui 0.2.708 → 0.2.709

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.708",
3
+ "version": "0.2.709",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -118,8 +118,10 @@
118
118
  role="option"
119
119
  :ref="`option-${String(index)}`"
120
120
  @mousedown="handleSelect($event, option)"
121
- class="relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white"
122
- :class="option.isDisabled ? 'pointer-events-none opacity-50' : ''"
121
+ class="cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-indigo-700 hover:text-white"
122
+ :class="`${
123
+ option.isDisabled ? 'pointer-events-none opacity-50' : ''
124
+ } ${isDropDownRelative ? 'relative' : ''}`"
123
125
  >
124
126
  <span class="flex items-center">
125
127
  <div v-if="option.showImage">