@quidgest/ui 0.16.60 → 0.16.61

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.60",
2
+ "version": "0.16.61",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
package/dist/ui.css CHANGED
@@ -457,6 +457,9 @@ body *::-webkit-scrollbar-track {
457
457
  .q-badge__content.q-button {
458
458
  padding: calc(0.483em + 1px) calc(0.5em + 1px);
459
459
  }
460
+ .q-badge--removable .q-badge__content {
461
+ padding-right: 0;
462
+ }
460
463
  .q-badge .q-icon {
461
464
  color: currentcolor;
462
465
  }
@@ -470,7 +473,7 @@ body *::-webkit-scrollbar-track {
470
473
  border-color: transparent;
471
474
  }
472
475
  .q-badge:not(:has(button.q-badge__content)) .q-badge__remove.q-button .q-button__content {
473
- padding: 1px;
476
+ padding: 0.08rem;
474
477
  border-radius: 9999px;
475
478
  }
476
479
  .q-badge:not(:has(button.q-badge__content)) .q-badge__remove.q-button:not(:disabled):hover {
package/dist/ui.esm.js CHANGED
@@ -3,7 +3,7 @@ var fs = (a, e, t) => e in a ? cs(a, e, { enumerable: !0, configurable: !0, writ
3
3
  var _e = (a, e, t) => fs(a, typeof e != "symbol" ? e + "" : e, t);
4
4
  import { getCurrentInstance as _n, computed as _, ref as j, toValue as ha, provide as vl, inject as Xa, unref as d, isRef as mn, watch as De, defineComponent as ue, mergeModels as Ve, toRef as Ce, useModel as We, createElementBlock as b, openBlock as p, normalizeClass as oe, renderSlot as D, normalizeStyle as Qe, withModifiers as at, createCommentVNode as S, createElementVNode as Z, createVNode as me, createTextVNode as je, toDisplayString as ke, useAttrs as hl, createBlock as te, resolveDynamicComponent as zt, withCtx as z, Fragment as ye, h as Kn, mergeProps as $e, normalizeProps as Oe, guardReactiveProps as Ne, useSlots as Kt, onMounted as Je, onUnmounted as Mt, renderList as Re, nextTick as Be, useTemplateRef as xt, createSlots as He, withKeys as Zn, withDirectives as Ht, vModelDynamic as ps, vModelText as yl, useId as ms, onBeforeUnmount as gl, reactive as la, Teleport as Lr, Transition as Ut, render as er, getCurrentScope as Ir, onScopeDispose as Br, onBeforeUpdate as vs, vShow as fn, resolveComponent as hs, vModelCheckbox as ys, readonly as gs, customRef as bs, shallowRef as Jn, toHandlers as _s, watchEffect as ws, TransitionGroup as ks } from "vue";
5
5
  /*!
6
- * Quidgest UI v0.16.60
6
+ * Quidgest UI v0.16.61
7
7
  * (c) 2026 Quidgest - Consultores de Gestão, S.A.
8
8
  * Released under the MIT License.
9
9
  */
@@ -1178,6 +1178,7 @@ const pi = /* @__PURE__ */ ue({
1178
1178
  "q-badge",
1179
1179
  `q-badge--${t.variant}`,
1180
1180
  {
1181
+ "q-badge--removable": t.removable,
1181
1182
  "q-badge--disabled": t.disabled
1182
1183
  },
1183
1184
  $,