@antify/ui 4.1.24 → 4.1.25

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.
@@ -101,7 +101,7 @@ function confirmDialog() {
101
101
  <Transition :name="'bounce'">
102
102
  <div
103
103
  v-if="openDialog"
104
- class="flex flex-col gap-px bg-base-300 overflow-hidden cursor-auto w-96 border border-base-300 rounded-md shadow-md"
104
+ class="flex flex-col gap-px bg-base-300 overflow-hidden cursor-auto min-w-96 border border-base-300 rounded-md shadow-md"
105
105
  >
106
106
  <div
107
107
  v-if="title || $slots['title']"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "4.1.24",
3
+ "version": "4.1.25",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {