remoraid 2.2.5 → 2.2.6

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.
@@ -192,7 +192,7 @@ interface RemoraidButtonProps {
192
192
  onClick?: () => void;
193
193
  loading?: boolean;
194
194
  variant?: Extract<ButtonVariant, ActionIconVariant>;
195
- componentsProps: {
195
+ componentsProps?: {
196
196
  tooltip?: Partial<TooltipProps3>
197
197
  icon?: Partial<IconProps2>
198
198
  button: Omit<Partial<Common<ButtonProps, ActionIconProps>>, "variant" | "onClick" | "size" | "color" | "loading">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remoraid",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "author": "Konrad Goldammer",
5
5
  "repository": {
6
6
  "type": "git",