@squeed/flow-sdk 2.0.12 → 2.0.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 +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1346 -1320
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 }: {
|