@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.
- package/dist/index.js.map +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/quantic-components.js +1 -1
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +1 -1
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/table/table.component.js +1 -1
- package/package.json +1 -1
|
@@ -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.' })
|