@promptbook/components 0.103.0-27 → 0.103.0-28
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/esm/icons/ExitFullscreenIcon.svg +68 -0
- package/esm/index.es.js +331 -211
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +2 -0
- package/esm/typings/src/_packages/core.index.d.ts +2 -0
- package/esm/typings/src/_packages/types.index.d.ts +2 -0
- package/esm/typings/src/cli/cli-commands/about.d.ts +1 -0
- package/esm/typings/src/cli/cli-commands/start-server.d.ts +1 -0
- package/esm/typings/src/remote-server/startRemoteServer.d.ts +1 -0
- package/esm/typings/src/utils/misc/aboutPromptbookInformation.d.ts +21 -0
- package/esm/typings/src/utils/misc/xAboutPromptbookInformation.d.ts +13 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/umd/icons/ExitFullscreenIcon.svg +68 -0
- package/umd/index.umd.js +331 -210
- package/umd/index.umd.js.map +1 -1
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
width="1em"
|
|
4
|
+
height="1em"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
aria-hidden="true"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg4"
|
|
10
|
+
sodipodi:docname="ExitFullscreenIcon.svg"
|
|
11
|
+
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
+
<defs
|
|
17
|
+
id="defs4" />
|
|
18
|
+
<sodipodi:namedview
|
|
19
|
+
id="namedview4"
|
|
20
|
+
pagecolor="#ffffff"
|
|
21
|
+
bordercolor="#000000"
|
|
22
|
+
borderopacity="0.25"
|
|
23
|
+
inkscape:showpageshadow="2"
|
|
24
|
+
inkscape:pageopacity="0.0"
|
|
25
|
+
inkscape:pagecheckerboard="0"
|
|
26
|
+
inkscape:deskcolor="#d1d1d1"
|
|
27
|
+
inkscape:zoom="33.583333"
|
|
28
|
+
inkscape:cx="12"
|
|
29
|
+
inkscape:cy="11.985112"
|
|
30
|
+
inkscape:window-width="1920"
|
|
31
|
+
inkscape:window-height="1017"
|
|
32
|
+
inkscape:window-x="-8"
|
|
33
|
+
inkscape:window-y="1072"
|
|
34
|
+
inkscape:window-maximized="1"
|
|
35
|
+
inkscape:current-layer="svg4" />
|
|
36
|
+
<path
|
|
37
|
+
d="M14 10L20 4M14 10H18M14 10V6"
|
|
38
|
+
stroke="currentColor"
|
|
39
|
+
strokeWidth="2"
|
|
40
|
+
strokeLinecap="round"
|
|
41
|
+
strokeLinejoin="round"
|
|
42
|
+
id="path1"
|
|
43
|
+
style="stroke-linejoin:bevel;stroke-linecap:round" />
|
|
44
|
+
<path
|
|
45
|
+
d="M10 14L4 20M10 14H6M10 14V18"
|
|
46
|
+
stroke="currentColor"
|
|
47
|
+
strokeWidth="2"
|
|
48
|
+
strokeLinecap="round"
|
|
49
|
+
strokeLinejoin="round"
|
|
50
|
+
id="path2"
|
|
51
|
+
style="stroke-linejoin:bevel;stroke-linecap:round" />
|
|
52
|
+
<path
|
|
53
|
+
d="m 9.8535534,10 -6,-6 m 6,6 V 6 m 0,4 h -4"
|
|
54
|
+
stroke="currentColor"
|
|
55
|
+
strokeWidth="2"
|
|
56
|
+
strokeLinecap="round"
|
|
57
|
+
strokeLinejoin="round"
|
|
58
|
+
id="path3"
|
|
59
|
+
style="stroke-linejoin:bevel;stroke-linecap:round" />
|
|
60
|
+
<path
|
|
61
|
+
d="m 14.146447,14 6,6 m -6,-6 v 4 m 0,-4 h 4"
|
|
62
|
+
stroke="currentColor"
|
|
63
|
+
strokeWidth="2"
|
|
64
|
+
strokeLinecap="round"
|
|
65
|
+
strokeLinejoin="round"
|
|
66
|
+
id="path4"
|
|
67
|
+
style="stroke-linejoin:bevel;stroke-linecap:round" />
|
|
68
|
+
</svg>
|