@fluid-app/ui-primitives 0.1.12 → 0.1.14

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/dist/index.cjs CHANGED
@@ -1789,6 +1789,12 @@ exports.TooltipTrigger = TooltipTrigger;
1789
1789
  exports.badgeVariants = badgeVariants;
1790
1790
  exports.buttonVariants = buttonVariants;
1791
1791
  exports.cn = cn;
1792
+ Object.defineProperty(exports, "toast", {
1793
+ enumerable: true,
1794
+ get: function() {
1795
+ return sonner.toast;
1796
+ }
1797
+ });
1792
1798
  exports.toggleVariants = toggleVariants;
1793
1799
  exports.useFormField = useFormField;
1794
1800
  exports.useZodForm = useZodForm;