jderobot-ide-interface 0.2.35 → 0.2.37
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/assets/index.d.ts
CHANGED
|
@@ -20,3 +20,4 @@ export { ReactComponent as SaveIcon } from "./save.svg";
|
|
|
20
20
|
export { ReactComponent as SplashIcon } from "./logo_jderobot.svg";
|
|
21
21
|
export { ReactComponent as MinusIcon } from "./minus.svg";
|
|
22
22
|
export { ReactComponent as PlusIcon } from "./plus.svg";
|
|
23
|
+
export { ReactComponent as KeyboardIcon } from "./keyboard.svg";
|
|
@@ -7,12 +7,16 @@ export declare const StyledModal: import("styled-components/dist/types").IStyled
|
|
|
7
7
|
export declare const StyledModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
8
|
interface StyledModalTitlebarProps {
|
|
9
9
|
color?: string;
|
|
10
|
+
altColor?: string;
|
|
11
|
+
bg?: string;
|
|
10
12
|
hoverColor?: string;
|
|
11
13
|
roundness?: number;
|
|
12
14
|
}
|
|
13
15
|
export declare const StyledModalTitlebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledModalTitlebarProps>> & string;
|
|
14
16
|
interface StyledModalButtonProps {
|
|
15
17
|
color?: string;
|
|
18
|
+
altColor?: string;
|
|
19
|
+
bg?: string;
|
|
16
20
|
}
|
|
17
21
|
export declare const StyledModalCloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react").SVGProps<SVGSVGElement> & {
|
|
18
22
|
title?: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
|
3
|
+
<svg width="20" height="20" fill="none" version="1.1" viewBox="0 0 .6 .6" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<g transform="matrix(.024545 0 0 .024545 .0054546 .0054546)" fill="current">
|
|
5
|
+
<path d="m5 6c0-0.55229 0.44772-1 1-1 0.55229 0 1 0.44771 1 1s-0.44771 1-1 1c-0.55228 0-1-0.44771-1-1z"/>
|
|
6
|
+
<path d="m5 10c0-0.55229 0.44772-1 1-1 0.55229 0 1 0.44771 1 1 0 0.5523-0.44771 1-1 1-0.55228 0-1-0.4477-1-1z"/>
|
|
7
|
+
<path d="m10 9c-0.55228 0-1 0.44771-1 1 0 0.5523 0.44772 1 1 1h4c0.5523 0 1-0.4477 1-1 0-0.55229-0.4477-1-1-1z"/>
|
|
8
|
+
<path d="m17 10c0-0.55229 0.4477-1 1-1s1 0.44771 1 1c0 0.5523-0.4477 1-1 1s-1-0.4477-1-1z"/>
|
|
9
|
+
<path d="m9 6c0-0.55229 0.44771-1 1-1 0.5523 0 1 0.44771 1 1s-0.4477 1-1 1c-0.55229 0-1-0.44771-1-1z"/>
|
|
10
|
+
<path d="m13 6c0-0.55229 0.4477-1 1-1s1 0.44771 1 1-0.4477 1-1 1-1-0.44771-1-1z"/>
|
|
11
|
+
<path d="m17 6c0-0.55229 0.4477-1 1-1s1 0.44771 1 1-0.4477 1-1 1-1-0.44771-1-1z"/>
|
|
12
|
+
<path d="m20 1c1.6569 0 3 1.3432 3 3v8c0 1.6569-1.3431 3-3 3h-16c-1.6568 0-3-1.3431-3-3v-8c0-1.6568 1.3432-3 3-3zm0 2c0.5523 0 1 0.44771 1 1v8c0 0.5523-0.4477 1-1 1h-16c-0.55228 0-1-0.4477-1-1v-8c0-0.55228 0.44772-1 1-1z" clip-rule="evenodd" fill-rule="evenodd"/>
|
|
13
|
+
<path d="m16.192 21.243c0.3905 0.3905 0.3905 1.0237 0 1.4142s-1.0237 0.3905-1.4142 0l-2.8284-2.8284-2.8285 2.8285c-0.39052 0.3905-1.0237 0.3905-1.4142 0-0.39053-0.3905-0.39053-1.0237 0-1.4142l2.8284-2.8284s1e-4 -1e-4 0 0c0.7811-0.7811 2.0474-0.7812 2.8285-1e-4z"/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|