@quidgest/ui 0.16.63 → 0.16.65
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/json/api.json +1 -1
- package/dist/ui.css +3 -0
- package/dist/ui.esm.js +1982 -1978
- package/dist/ui.js +4 -4
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +3 -3
- package/dist/ui.scss +4 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +52 -48
- package/esm/components/QDialog/types.d.ts +2 -2
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/composables/useDialog/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/json/api.json
CHANGED
package/dist/ui.css
CHANGED
|
@@ -3111,6 +3111,9 @@ body *::-webkit-scrollbar-track {
|
|
|
3111
3111
|
.q-dropdown-menu__body .q-list-item-group {
|
|
3112
3112
|
padding: 0.25rem;
|
|
3113
3113
|
}
|
|
3114
|
+
.q-dropdown-menu__body .q-list-item-group + .q-list-item-group {
|
|
3115
|
+
margin-top: 0;
|
|
3116
|
+
}
|
|
3114
3117
|
.q-dropdown-menu__extra {
|
|
3115
3118
|
margin-left: auto;
|
|
3116
3119
|
display: flex;
|