@comercti/react-components-hmg 0.8.12 → 0.8.14

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/index.d.ts CHANGED
@@ -30,7 +30,7 @@ selectable: boolean;
30
30
  striped: boolean;
31
31
  orderByServer: boolean;
32
32
  expandLine: boolean;
33
- soft: boolean;
33
+ compact: boolean;
34
34
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
35
35
  rootRef: HTMLDivElement;
36
36
  }, HTMLDivElement>;
@@ -1629,7 +1629,7 @@ declare type DataTableProps = {
1629
1629
  /**Permitir a expansão da linha */
1630
1630
  expandLine?: boolean;
1631
1631
  /** Define o estilo compacto da tabela */
1632
- soft?: boolean;
1632
+ compact?: boolean;
1633
1633
  };
1634
1634
 
1635
1635
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.8.12",
3
+ "version": "0.8.14",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",