@quidgest/ui 0.7.11 → 0.7.13
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 +268 -421
- package/dist/ui.css +4 -6
- package/dist/ui.esm.js +1016 -1015
- 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 +146 -154
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +5 -7
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest Framework v0.7.
|
|
2
|
+
* Quidgest Framework v0.7.13
|
|
3
3
|
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -536,16 +536,11 @@ $input-height: 31.89px;
|
|
|
536
536
|
display: flex;
|
|
537
537
|
align-items: flex-end;
|
|
538
538
|
height: $input-height;
|
|
539
|
-
.q-btn {
|
|
540
|
-
justify-content: center;
|
|
541
|
-
}
|
|
542
539
|
> * {
|
|
543
540
|
border-radius: 0;
|
|
544
541
|
min-width: 40px;
|
|
545
542
|
height: 100%;
|
|
546
|
-
|
|
547
|
-
> * + * {
|
|
548
|
-
margin-left: -1px;
|
|
543
|
+
justify-content: center;
|
|
549
544
|
}
|
|
550
545
|
> span {
|
|
551
546
|
display: flex;
|
|
@@ -559,6 +554,9 @@ $input-height: 31.89px;
|
|
|
559
554
|
color: var(--q-theme-primary);
|
|
560
555
|
white-space: nowrap;
|
|
561
556
|
}
|
|
557
|
+
> * + * {
|
|
558
|
+
margin-left: -1px;
|
|
559
|
+
}
|
|
562
560
|
}
|
|
563
561
|
> * {
|
|
564
562
|
border-radius: 0;
|