@quidgest/ui 0.6.0 → 0.6.1
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/ui.css +1 -0
- package/dist/ui.esm.js +446 -437
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +4 -4
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +16 -16
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +2 -1
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest Framework v0.6.
|
|
2
|
+
* Quidgest Framework v0.6.1
|
|
3
3
|
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -815,6 +815,7 @@ $popover-header-bg: rgb(var(--q-theme-on-background-rgb) / 0.04);
|
|
|
815
815
|
gap: $space-base;
|
|
816
816
|
width: 100%;
|
|
817
817
|
padding: $space-base 0;
|
|
818
|
+
outline: none;
|
|
818
819
|
.q-list-item {
|
|
819
820
|
width: calc(100% - 2 * $space-base);
|
|
820
821
|
margin-left: $space-base;
|