@trackunit/react-components 0.1.231 → 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
|
@@ -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,
|
|
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";
|