edvoyui-component-library-test-flight 0.0.55 → 0.0.57

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.55",
4
+ "version": "0.0.57",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
@@ -56,7 +56,7 @@
56
56
  <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
57
57
  <path d="M9 6l6 6l-6 6"></path>
58
58
  </svg>
59
- <div v-else class="flex-1 max-w-[25%] flex items-center justify-end">
59
+ <div v-else class="flex-1 max-w-[25%] flex items-center justify-end gap-3">
60
60
  <slot name="right-icon" :item="item"></slot>
61
61
  </div>
62
62
  </summary>