edvoyui-component-library-test-flight 0.0.94 → 0.0.96

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,7 +1,7 @@
1
1
  {
2
2
  "name": "edvoyui-component-library-test-flight",
3
3
  "private": false,
4
- "version": "0.0.94",
4
+ "version": "0.0.96",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
@@ -61,6 +61,7 @@
61
61
  </div>
62
62
  </summary>
63
63
  <div
64
+ v-if="item.content"
64
65
  :class="[
65
66
  accordionStyle === 'grouped' ? 'p-4 pt-1 ' : 'pt-3',
66
67
  'font-light text-gray-600',
@@ -22,7 +22,8 @@
22
22
  ]"
23
23
  >
24
24
  <button
25
- :class="inputValue ? ' absolute inset-y-0 right-3 ' : ' hidden '"
25
+ v-if="type === 'search'"
26
+ :class="inputValue ? 'absolute inset-y-0 right-3' : 'hidden'"
26
27
  @click="emit('update:modelValue', '')"
27
28
  >
28
29
  <svg
@@ -33,8 +34,6 @@
33
34
  stroke="currentColor"
34
35
  class="size-5"
35
36
  >
36
- <!-- <path stroke-linecap="round" stroke-linejoin="round" d="m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
37
- -->
38
37
  <path
39
38
  stroke-linecap="round"
40
39
  stroke-linejoin="round"