@quidgest/ui 0.9.0 → 0.9.2
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.d.ts +3603 -1897
- package/dist/ui.css +2 -1
- package/dist/ui.esm.js +527 -516
- 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 -15
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +3 -2
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest Framework v0.9.
|
|
2
|
+
* Quidgest Framework v0.9.2
|
|
3
3
|
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -342,6 +342,7 @@ $button-text-on-plain: var(--q-theme-on-background);
|
|
|
342
342
|
&--active {
|
|
343
343
|
z-index: 2;
|
|
344
344
|
color: var(--q-theme-primary-dark);
|
|
345
|
+
border-color: var(--q-theme-primary);
|
|
345
346
|
background-color: rgb(var(--q-theme-primary-light-rgb) / 0.5);
|
|
346
347
|
}
|
|
347
348
|
&:disabled {
|
|
@@ -938,7 +939,7 @@ $popover-header-bg: rgb(var(--q-theme-neutral-light-rgb) / 0.25);
|
|
|
938
939
|
.q-select__body {
|
|
939
940
|
display: flex;
|
|
940
941
|
flex-direction: column;
|
|
941
|
-
align-items: start;
|
|
942
|
+
align-items: flex-start;
|
|
942
943
|
gap: $space-base;
|
|
943
944
|
width: 100%;
|
|
944
945
|
padding: $space-base 0;
|