@quidgest/ui 0.7.4 → 0.7.6

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.7.4
2
+ * Quidgest Framework v0.7.6
3
3
  * (c) 2023 Quidgest - Consultores de Gestão, SA
4
4
  */
5
5
 
@@ -184,7 +184,7 @@ $font-weight-black: 900;
184
184
  $border: #c4c5ca !default;
185
185
  $outline-width: 2px !default;
186
186
  $outline-style: solid !default;
187
- $outline-color: rgb(var(--q-theme-primary-rgb) / 0.25) !default;
187
+ $outline-color: rgb(var(--q-theme-info-rgb) / 0.5) !default;
188
188
  $outline: $outline-width $outline-style $outline-color;
189
189
  *,
190
190
  ::after,
@@ -539,7 +539,12 @@ $input-height: 31.89px;
539
539
  .q-input-group {
540
540
  display: flex;
541
541
  align-items: flex-end;
542
- width: 100%;
542
+ height: auto;
543
+ border-width: 0;
544
+ padding: 0;
545
+ &:focus-within {
546
+ outline: none;
547
+ }
543
548
  &__prepend > :first-child {
544
549
  border-top-left-radius: $border-radius;
545
550
  border-bottom-left-radius: $border-radius;
@@ -559,7 +564,7 @@ $input-height: 31.89px;
559
564
  > * {
560
565
  border-radius: 0;
561
566
  min-width: 40px;
562
- height: $input-height;
567
+ height: 100%;
563
568
  }
564
569
  > * + * {
565
570
  margin-left: -1px;
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.7.4",
5
+ "version": "0.7.6",
6
6
  "author": {
7
7
  "name": "Quidgest"
8
8
  },