@trackunit/react-components 0.1.230 → 0.1.232

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.230",
3
+ "version": "0.1.232",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -289,7 +289,7 @@ export type IconProps = DiscriminatedIconProps & CommonProps & {
289
289
  size?: Size | "font";
290
290
  /**
291
291
  * Select if the icon should be rendered as solid or outline.
292
- * Default value depends on the Size prop, small == solid, medium == solid, large == outline.
292
+ * Default value depends on the Size prop, mini == solid, medium == solid, large == outline.
293
293
  * Trackunit icons might not support both outline and Solid.
294
294
  */
295
295
  type?: "solid" | "outline" | "mini";