frappe-ui 0.1.237 → 0.1.238
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": "frappe-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.238",
|
|
4
4
|
"description": "A set of components and utilities for rapid UI development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
56
|
-
"url": "https://github.com/frappe/frappe-ui.git"
|
|
56
|
+
"url": "git+https://github.com/frappe/frappe-ui.git"
|
|
57
57
|
},
|
|
58
58
|
"author": "Frappe Technologies Pvt. Ltd.",
|
|
59
59
|
"license": "MIT",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<DialogRoot v-model:open="isOpen" @update:open="handleOpenChange">
|
|
3
3
|
<DialogPortal>
|
|
4
4
|
<DialogOverlay
|
|
5
|
-
class="fixed inset-0 bg-black-overlay-200
|
|
5
|
+
class="fixed inset-0 bg-black-overlay-200 dark:bg-black-overlay-700 overflow-y-auto dialog-overlay outline-none"
|
|
6
6
|
:data-dialog="options.title"
|
|
7
7
|
@after-leave="$emit('after-leave')"
|
|
8
8
|
>
|