jderobot-ide-interface 0.1.57 → 0.1.58

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.
@@ -64,19 +64,18 @@ interface StyledModalInputProps {
64
64
  }
65
65
  export declare const StyledModalInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledModalInputProps>> & string;
66
66
  interface StyledModalEditableListProps {
67
- color?: string;
68
67
  scrollBarColor?: string;
69
- bgColor?: string;
68
+ roundness?: number;
69
+ }
70
+ export declare const StyledModalEditableList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, StyledModalEditableListProps>> & string;
71
+ interface StyledModalEntryListProps {
72
+ color?: string;
70
73
  entryColor?: string;
71
74
  hoverColor?: string;
72
75
  deleteColor?: string;
73
76
  roundness?: number;
74
77
  }
75
- export declare const StyledModalEditableList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, StyledModalEditableListProps>> & string;
76
- interface StyledModalActionListProps {
77
- bgColor?: string;
78
- }
79
- export declare const StyledModalActionList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledModalActionListProps>> & string;
78
+ export declare const StyledModalEntryList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledModalEntryListProps>> & string;
80
79
  interface StyledModelDropAreaProps {
81
80
  text?: string;
82
81
  bgColor?: string;