@ctrliq/quantic-components 1.67.4 → 1.67.5

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.
@@ -67378,7 +67378,7 @@
67378
67378
  prop({ type: 'TableVariant', options: Object.values(exports.TableVariant), default: exports.TableVariant.Outline, reflect: true, description: 'Visual style. "outline" adds row borders; "striped" alternates row backgrounds; "minimal" removes borders.' })
67379
67379
  ], exports.Table.prototype, "variant", void 0);
67380
67380
  __decorate([
67381
- prop({ type: 'boolean', default: 'false', description: 'Reduces cell padding for compact display.' })
67381
+ prop({ type: 'boolean', default: 'false', reflect: true, description: 'Reduces cell padding for compact display.' })
67382
67382
  ], exports.Table.prototype, "dense", void 0);
67383
67383
  __decorate([
67384
67384
  prop({ type: 'string', attribute: 'aria-label', description: 'Accessible label for the table.' })