@clasing/ui 0.0.53 → 0.0.54

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -76,6 +76,7 @@ export declare const IconComponent: ({ iconName, ...props }: IIconComponentProps
76
76
  declare interface IIconComponentProps {
77
77
  iconName: TablerIconName;
78
78
  stroke?: number;
79
+ size?: number;
79
80
  color?: string;
80
81
  className?: string;
81
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clasing/ui",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",