@mateosuarezdev/react-ui 1.0.61 → 1.0.62

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -398,7 +398,7 @@ declare interface IconProps extends React.SVGProps<SVGSVGElement> {
398
398
  /** Stroke width for outlined icons (default: 2) */
399
399
  strokeWidth?: number;
400
400
  /** SVG viewBox attribute defining the coordinate system (default: "0 0 24 24") */
401
- viewBox?: "0 0 24 24" | "0 0 48 48" | "0 0 512 512";
401
+ viewBox?: "0 0 16 16" | "0 0 24 24" | "0 0 48 48" | "0 0 512 512";
402
402
  /** CSS class names for styling */
403
403
  className?: string;
404
404
  /** SVG elements (paths, circles, etc.) that define the icon shape */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mateosuarezdev/react-ui",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Dynamic React UI library designed to work alongside @mateosuarezdev/react-router",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",