@quidgest/ui 0.16.69 → 0.16.71

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.16.69",
2
+ "version": "0.16.71",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
package/dist/ui.css CHANGED
@@ -441,6 +441,13 @@ body *::-webkit-scrollbar-track {
441
441
  border-radius: inherit;
442
442
  opacity: 0.1;
443
443
  }
444
+ .q-badge__content {
445
+ white-space: normal;
446
+ }
447
+ .q-badge__content .q-icon {
448
+ min-width: -moz-fit-content;
449
+ min-width: fit-content;
450
+ }
444
451
  .q-badge__content, .q-badge__content.q-button {
445
452
  display: inline-flex;
446
453
  border-width: 1px;
@@ -465,6 +472,8 @@ body *::-webkit-scrollbar-track {
465
472
  }
466
473
  .q-badge__remove.q-button {
467
474
  padding: 0.25rem;
475
+ min-width: -moz-fit-content;
476
+ min-width: fit-content;
468
477
  }
469
478
  .q-badge:not(:has(button.q-badge__content)) .q-badge__remove.q-button {
470
479
  background-color: transparent;
@@ -609,6 +618,9 @@ body *::-webkit-scrollbar-track {
609
618
  .q-button-group > .q-button:not(:first-child).q-badge__remove {
610
619
  margin-left: 1px;
611
620
  }
621
+ .q-button-group .q-badge__content {
622
+ white-space: normal;
623
+ }
612
624
 
613
625
  .q-badge-indicator {
614
626
  flex-wrap: wrap;
@@ -4369,7 +4381,7 @@ body *::-webkit-scrollbar-track {
4369
4381
  width: -moz-fit-content;
4370
4382
  width: fit-content;
4371
4383
  align-items: center;
4372
- gap: 0.5em;
4384
+ gap: 0.375rem;
4373
4385
  cursor: pointer;
4374
4386
  }
4375
4387
  .q-radio-button label {