@vygruppen/spor-react 13.0.1 → 13.0.2

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.d.cts CHANGED
@@ -4010,8 +4010,8 @@ type ToastProps = {
4010
4010
  text: string;
4011
4011
  variant: Variant;
4012
4012
  id?: string;
4013
- };
4014
- declare const createToast: ({ text, variant, id, duration, }: ToastProps) => string;
4013
+ } & Pick<BoxProps, "width">;
4014
+ declare const createToast: ({ text, variant, id, duration, width, }: ToastProps) => string;
4015
4015
 
4016
4016
  declare const Tooltip: React$1.FC<Tooltip$1.RootProps>;
4017
4017
  declare const TooltipTrigger: ({ ref, children, ...props }: Tooltip$1.TriggerProps & {
package/dist/index.d.ts CHANGED
@@ -4010,8 +4010,8 @@ type ToastProps = {
4010
4010
  text: string;
4011
4011
  variant: Variant;
4012
4012
  id?: string;
4013
- };
4014
- declare const createToast: ({ text, variant, id, duration, }: ToastProps) => string;
4013
+ } & Pick<BoxProps, "width">;
4014
+ declare const createToast: ({ text, variant, id, duration, width, }: ToastProps) => string;
4015
4015
 
4016
4016
  declare const Tooltip: React$1.FC<Tooltip$1.RootProps>;
4017
4017
  declare const TooltipTrigger: ({ ref, children, ...props }: Tooltip$1.TriggerProps & {