@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.
@@ -148,7 +148,7 @@ __decorate([
148
148
  prop({ type: 'TableVariant', options: Object.values(TableVariant), default: TableVariant.Outline, reflect: true, description: 'Visual style. "outline" adds row borders; "striped" alternates row backgrounds; "minimal" removes borders.' })
149
149
  ], Table.prototype, "variant", void 0);
150
150
  __decorate([
151
- prop({ type: 'boolean', default: 'false', description: 'Reduces cell padding for compact display.' })
151
+ prop({ type: 'boolean', default: 'false', reflect: true, description: 'Reduces cell padding for compact display.' })
152
152
  ], Table.prototype, "dense", void 0);
153
153
  __decorate([
154
154
  prop({ type: 'string', attribute: 'aria-label', description: 'Accessible label for the table.' })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrliq/quantic-components",
3
- "version": "1.67.4",
3
+ "version": "1.67.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "exports": {