@julseb-lib/react 0.0.95 → 0.0.96

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.
@@ -31,7 +31,9 @@ import type { ILibCard } from "./types"
31
31
  * @param {"xxl" | "xl" | "l" | "m" | "s" | "xs" | "round" | "circle" | number | Object} [props.borderRadius] - Border radius for the card.
32
32
  * @param {CssCursor} [props.cursor] - Cursor style.
33
33
  * @param {string|number} [props.width="100%"] - Width of the card.
34
+ * @param {string|number} [props.maxWidth="100%"] - Max width of the card.
34
35
  * @param {string|number} [props.height] - Height of the card.
36
+ * @param {string|number} [props.maxHeight] - Max height of the card.
35
37
  * @param {"xxl" | "xl" | "l" | "m" | "s" | "xs" | Object} [props.shadow] - Shadow style.
36
38
  * @param {string} [props.backgroundColor="background"] - Background color.
37
39
  * @param {string} [props.textColor="font"] - Text color.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {