quail-ui 0.2.69 → 0.2.70
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3064,7 +3064,8 @@ const q8 = { class: "q-dropdown-menu" }, Z8 = { class: "q-dropdown-menu-inner na
|
|
|
3064
3064
|
items: g.value,
|
|
3065
3065
|
onAction: T,
|
|
3066
3066
|
persistent: "",
|
|
3067
|
-
"no-frame": ""
|
|
3067
|
+
"no-frame": "",
|
|
3068
|
+
"no-shadow": ""
|
|
3068
3069
|
}, null, 8, ["items"])) : (a(), u("div", {
|
|
3069
3070
|
key: 1,
|
|
3070
3071
|
class: "empty-hint flow place-center",
|