@julseb-lib/react 1.0.11 → 1.0.13

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.
@@ -496,6 +496,9 @@ type ILibRatingBase = Omit<LibComponentBase<HTMLDivElement>, "element"> & Omit<I
496
496
  default?: ReactElement$2;
497
497
  checked?: ReactElement$2;
498
498
  };
499
+ iconsSize?: number;
500
+ accentColor?: LibColorsHover;
501
+ gap?: LibSpacers;
499
502
  children?: never;
500
503
  };
501
504
  type RatingEditable = ILibRatingBase & {
@@ -496,6 +496,9 @@ type ILibRatingBase = Omit<LibComponentBase<HTMLDivElement>, "element"> & Omit<I
496
496
  default?: ReactElement$2;
497
497
  checked?: ReactElement$2;
498
498
  };
499
+ iconsSize?: number;
500
+ accentColor?: LibColorsHover;
501
+ gap?: LibSpacers;
499
502
  children?: never;
500
503
  };
501
504
  type RatingEditable = ILibRatingBase & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [