@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.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest Framework v0.5.15
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
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@quidgest/ui",
3
3
  "private": false,
4
4
  "description": "Quidgest's UI framework",
5
- "version": "0.5.15",
5
+ "version": "0.5.17",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },