@squeed/flow-sdk 2.0.11 → 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.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2016 -1996
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -811,7 +811,7 @@ export declare interface JsonStreamOptions<Document> {
|
|
|
811
811
|
|
|
812
812
|
export declare type LayoutAlgorithm = "dagre" | "elk" | "tidytree" | "concentric" | "cose";
|
|
813
813
|
|
|
814
|
-
export declare const LIGHT_BLACK = "#
|
|
814
|
+
export declare const LIGHT_BLACK = "#c6c6c6";
|
|
815
815
|
|
|
816
816
|
export declare const NODE_TYPE_VIEWS: readonly ["", "icon-label", "object", "text"];
|
|
817
817
|
|
|
@@ -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
|
@@ -811,7 +811,7 @@ export declare interface JsonStreamOptions<Document> {
|
|
|
811
811
|
|
|
812
812
|
export declare type LayoutAlgorithm = "dagre" | "elk" | "tidytree" | "concentric" | "cose";
|
|
813
813
|
|
|
814
|
-
export declare const LIGHT_BLACK = "#
|
|
814
|
+
export declare const LIGHT_BLACK = "#c6c6c6";
|
|
815
815
|
|
|
816
816
|
export declare const NODE_TYPE_VIEWS: readonly ["", "icon-label", "object", "text"];
|
|
817
817
|
|
|
@@ -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 }: {
|