@truenas/ui-components 0.1.34 → 0.1.35
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
|
@@ -4832,7 +4832,7 @@ interface TnToastConfig {
|
|
|
4832
4832
|
duration?: number;
|
|
4833
4833
|
/** Visual style of the toast. Default: TnToastType.Info. */
|
|
4834
4834
|
type?: TnToastType;
|
|
4835
|
-
/** Vertical position. Default: TnToastPosition.
|
|
4835
|
+
/** Vertical position. Default: TnToastPosition.Top. */
|
|
4836
4836
|
position?: TnToastPosition;
|
|
4837
4837
|
}
|
|
4838
4838
|
|