@quidgest/ui 0.7.21 → 0.7.22

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/index.d.ts CHANGED
@@ -2117,14 +2117,6 @@ declare type QInputGroupProps = {
2117
2117
  * The label of the field.
2118
2118
  */
2119
2119
  label?: string;
2120
- /**
2121
- * Whether the field is readonly.
2122
- */
2123
- readonly?: boolean;
2124
- /**
2125
- * Whether the field is disabled.
2126
- */
2127
- disabled?: boolean;
2128
2120
  /**
2129
2121
  * If set to true, an asterisk (*) is displayed
2130
2122
  * to indicate that the field is required.
package/dist/ui.css CHANGED
@@ -530,7 +530,7 @@ body *::-webkit-scrollbar-track {
530
530
  }
531
531
  .q-input-group__prepend, .q-input-group__append {
532
532
  display: flex;
533
- align-items: flex-end;
533
+ align-items: stretch;
534
534
  height: inherit;
535
535
  }
536
536
  .q-input-group__prepend > *, .q-input-group__append > * {
@@ -538,7 +538,7 @@ body *::-webkit-scrollbar-track {
538
538
  min-width: 40px;
539
539
  height: 100%;
540
540
  justify-content: center;
541
- padding: 0.26rem 0.4rem;
541
+ padding: 0 0.4rem;
542
542
  }
543
543
  .q-input-group__prepend > span, .q-input-group__append > span {
544
544
  display: flex;
@@ -843,6 +843,7 @@ body *::-webkit-scrollbar-track {
843
843
  overflow: hidden;
844
844
  text-overflow: ellipsis;
845
845
  pointer-events: none;
846
+ min-height: 1.5em;
846
847
  }
847
848
  .q-select__placeholder {
848
849
  font-style: italic;
@@ -851,9 +852,6 @@ body *::-webkit-scrollbar-track {
851
852
  .q-select--expanded .q-select__chevron {
852
853
  transform: rotate(-180deg);
853
854
  }
854
- .q-select .q-field__control {
855
- min-height: calc(1.5em + 0.52rem + 2px);
856
- }
857
855
  .q-select .q-field__prepend {
858
856
  padding-left: 6px;
859
857
  padding-right: 0.25rem;