@comercti/react-components-hmg 0.23.17 → 0.23.18

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
@@ -217,6 +217,7 @@ declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}
217
217
  }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
218
218
  "onToggle-collapse"?: (value: ICollapse[]) => any;
219
219
  }>, {
220
+ invalid: number[];
220
221
  disabled: IFields;
221
222
  items: Array<unknown>;
222
223
  variant: "accordion" | "card" | "minimal" | "compact";
@@ -781,6 +782,7 @@ declare type __VLS_Props_35 = {
781
782
  direction?: 'row' | 'column';
782
783
  closeCollapse?: number | null;
783
784
  disabled?: IFields;
785
+ invalid?: number[];
784
786
  };
785
787
 
786
788
  declare type __VLS_Props_4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.17",
3
+ "version": "0.23.18",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",