@quidgest/ui 0.5.15 → 0.5.17
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 +2 -0
- package/dist/ui.esm.js +360 -349
- 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 +44 -44
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +4 -1
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest Framework v0.5.
|
|
2
|
+
* Quidgest Framework v0.5.17
|
|
3
3
|
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -436,6 +436,9 @@ $btn-outline: var(--q-theme-primary-light);
|
|
|
436
436
|
display: inline-block;
|
|
437
437
|
&__svg {
|
|
438
438
|
fill: currentColor;
|
|
439
|
+
}
|
|
440
|
+
&__svg,
|
|
441
|
+
&__img {
|
|
439
442
|
width: 1em;
|
|
440
443
|
height: 1em;
|
|
441
444
|
}
|