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/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Radio/index.d.mts +2 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/Search/index.d.mts +1 -1
- package/dist/Search/index.d.ts +1 -1
- package/dist/index.css +9962 -246
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/styles.css +9962 -246
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
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>, "
|
|
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>, "
|
|
139
|
+
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "checked" | "type" | "name" | "onChange"> & react.RefAttributes<HTMLInputElement>>;
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
142
|
* Notification store state interface
|