@comercti/react-components-hmg 0.8.9 → 0.8.10

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
@@ -111,7 +111,6 @@ title: string;
111
111
  color: string;
112
112
  variant: "dropdown" | "collapse";
113
113
  backgroundColor: string;
114
- isOpen: boolean;
115
114
  titleColor: string;
116
115
  disabledSubmit: boolean;
117
116
  disabledClear: boolean;
@@ -564,8 +563,6 @@ declare type __VLS_Props_22 = {
564
563
  disabledSubmit?: boolean;
565
564
  /**Desabilita o botão de limpar */
566
565
  disabledClear?: boolean;
567
- /** Define se o menu está aberto */
568
- isOpen?: boolean;
569
566
  };
570
567
 
571
568
  declare type __VLS_Props_23 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.8.9",
3
+ "version": "0.8.10",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",