analytica-frontend-lib 1.1.38 → 1.1.40

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.d.mts CHANGED
@@ -136,7 +136,7 @@ declare const CheckboxListItem: react.ForwardRefExoticComponent<{
136
136
  state?: CheckboxListState;
137
137
  /** Additional CSS classes */
138
138
  className?: string;
139
- } & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "name" | "type" | "size" | "value" | "checked"> & react.RefAttributes<HTMLInputElement>>;
139
+ } & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "checked" | "type" | "name" | "onChange"> & react.RefAttributes<HTMLInputElement>>;
140
140
 
141
141
  /**
142
142
  * Notification store state interface
package/dist/index.d.ts CHANGED
@@ -136,7 +136,7 @@ declare const CheckboxListItem: react.ForwardRefExoticComponent<{
136
136
  state?: CheckboxListState;
137
137
  /** Additional CSS classes */
138
138
  className?: string;
139
- } & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "name" | "type" | "size" | "value" | "checked"> & react.RefAttributes<HTMLInputElement>>;
139
+ } & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "checked" | "type" | "name" | "onChange"> & react.RefAttributes<HTMLInputElement>>;
140
140
 
141
141
  /**
142
142
  * Notification store state interface