@julseb-lib/react 0.1.23 → 0.1.25

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.
@@ -70,7 +70,7 @@ interface ILibFlexbox extends LibComponentBase<HTMLDivElement> {
70
70
  }
71
71
 
72
72
  interface ILibKey extends LibComponentBase<HTMLSpanElement> {
73
- children: ReactChildren;
73
+ children?: ReactChildren;
74
74
  withSeparator?: boolean;
75
75
  size?: LibKeySize;
76
76
  accentColor?: Exclude<LibColorsShort, "black" | "white" | "transparent" | "background" | "current">;
@@ -70,7 +70,7 @@ interface ILibFlexbox extends LibComponentBase<HTMLDivElement> {
70
70
  }
71
71
 
72
72
  interface ILibKey extends LibComponentBase<HTMLSpanElement> {
73
- children: ReactChildren;
73
+ children?: ReactChildren;
74
74
  withSeparator?: boolean;
75
75
  size?: LibKeySize;
76
76
  accentColor?: Exclude<LibColorsShort, "black" | "white" | "transparent" | "background" | "current">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",