@quidgest/ui 0.9.0 → 0.9.1

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.9.0
2
+ * Quidgest Framework v0.9.1
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;
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.9.0",
5
+ "version": "0.9.1",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },