@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truenas/ui-components",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -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.Bottom. */
4835
+ /** Vertical position. Default: TnToastPosition.Top. */
4836
4836
  position?: TnToastPosition;
4837
4837
  }
4838
4838