@quidgest/ui 0.8.7 → 0.8.8

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.8.7
2
+ * Quidgest Framework v0.8.8
3
3
  * (c) 2023 Quidgest - Consultores de Gestão, SA
4
4
  */
5
5
 
@@ -341,8 +341,8 @@ $button-text-on-plain: var(--q-theme-on-background);
341
341
 
342
342
  &--active {
343
343
  z-index: 2;
344
+ color: var(--q-theme-primary-dark);
344
345
  background-color: rgb(var(--q-theme-primary-light-rgb) / 0.5);
345
- box-shadow: inset 0 -2px 0 0 currentColor;
346
346
  }
347
347
  &:disabled {
348
348
  opacity: 0.6;
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.8.7",
5
+ "version": "0.8.8",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },