@squeed/flow-sdk 2.0.12 → 2.0.13

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
@@ -1164,10 +1164,11 @@ icon: React.ReactElement;
1164
1164
 
1165
1165
  export declare const ToolbarRangeInput: ForwardRefExoticComponent<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>;
1166
1166
 
1167
- export declare function ToolbarScrollContainer({ children, background, border, }: {
1167
+ export declare function ToolbarScrollContainer({ children, background, border, endElement, }: {
1168
1168
  children: ReactNode;
1169
1169
  background: string;
1170
1170
  border: string;
1171
+ endElement?: ReactNode;
1171
1172
  }): JSX_2.Element;
1172
1173
 
1173
1174
  export declare function ToolbarSelect({ children, value, onValueChange, disabled, style, title, icon, popupContent, labelCase, "aria-label": label, ...triggerProps }: {
package/dist/index.d.ts CHANGED
@@ -1164,10 +1164,11 @@ icon: React.ReactElement;
1164
1164
 
1165
1165
  export declare const ToolbarRangeInput: ForwardRefExoticComponent<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>;
1166
1166
 
1167
- export declare function ToolbarScrollContainer({ children, background, border, }: {
1167
+ export declare function ToolbarScrollContainer({ children, background, border, endElement, }: {
1168
1168
  children: ReactNode;
1169
1169
  background: string;
1170
1170
  border: string;
1171
+ endElement?: ReactNode;
1171
1172
  }): JSX_2.Element;
1172
1173
 
1173
1174
  export declare function ToolbarSelect({ children, value, onValueChange, disabled, style, title, icon, popupContent, labelCase, "aria-label": label, ...triggerProps }: {