@floegence/floe-webapp-core 0.36.56 → 0.36.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.
@@ -0,0 +1,19 @@
1
+ import type { JSX } from 'solid-js';
2
+ export interface DockIconProps extends JSX.SvgSVGAttributes<SVGSVGElement> {
3
+ size?: number;
4
+ }
5
+ export declare const DockTerminal: (props?: DockIconProps) => JSX.Element;
6
+ export declare const DockFolder: (props?: DockIconProps) => JSX.Element;
7
+ export declare const DockCpu: (props?: DockIconProps) => JSX.Element;
8
+ export declare const DockActivity: (props?: DockIconProps) => JSX.Element;
9
+ export declare const DockFileCode: (props?: DockIconProps) => JSX.Element;
10
+ export declare const DockSearch: (props?: DockIconProps) => JSX.Element;
11
+ export declare const DockGlobe: (props?: DockIconProps) => JSX.Element;
12
+ export declare const DockSparkles: (props?: DockIconProps) => JSX.Element;
13
+ export declare const DockBot: (props?: DockIconProps) => JSX.Element;
14
+ export declare const DockCode: (props?: DockIconProps) => JSX.Element;
15
+ export declare const DockMessageSquare: (props?: DockIconProps) => JSX.Element;
16
+ export declare const DockRegion: (props?: DockIconProps) => JSX.Element;
17
+ export declare const DockText: (props?: DockIconProps) => JSX.Element;
18
+ export declare const DockLayoutDashboard: (props?: DockIconProps) => JSX.Element;
19
+ export declare const DockLayers: (props?: DockIconProps) => JSX.Element;
@@ -0,0 +1,266 @@
1
+ import { insert as s, createComponent as n, effect as d, setAttribute as l, template as v } from "solid-js/web";
2
+ var m = /* @__PURE__ */ v("<svg><defs><linearGradient x1=0 y1=0 x2=0 y2=1><stop offset=0%></stop><stop offset=100%></stop></linearGradient><linearGradient x1=0 y1=0 x2=0 y2=.35><stop offset=0% stop-color=white stop-opacity=.14></stop><stop offset=100% stop-color=white stop-opacity=0></svg>", !1, !0, !1), w = /* @__PURE__ */ v("<svg><rect x=2 y=2 width=44 height=44 rx=12></svg>", !1, !0, !1), z = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><g fill=none stroke=var(--foreground) stroke-opacity=.75 stroke-width=2.8 stroke-linecap=round stroke-linejoin=round><polyline points="13,13 23,24 13,35"></polyline><line x1=27 y1=37 x2=35 y2=37>'), b = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><path d="M10 14.5a3 3 0 0 1 3-3h4l3.5 2.5H35a3 3 0 0 1 3 3V31a3 3 0 0 1-3 3H13a3 3 0 0 1-3-3V14.5Z"fill=#e8b830></path><path d="M10 14.5v16.5a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V18H19.5l-3-2.5H13a3 3 0 0 0-3-1Z"fill=black fill-opacity=.1>'), C = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><defs><linearGradient id=c-area x1=0 y1=0 x2=0 y2=1><stop offset=0% stop-color=var(--chart-4) stop-opacity=.35></stop><stop offset=100% stop-color=var(--chart-4) stop-opacity=.03></stop></linearGradient></defs><line x1=8 y1=14 x2=40 y2=14 stroke=var(--foreground) stroke-opacity=.05 stroke-width=.6></line><line x1=8 y1=22 x2=40 y2=22 stroke=var(--foreground) stroke-opacity=.07 stroke-width=.6></line><line x1=8 y1=30 x2=40 y2=30 stroke=var(--foreground) stroke-opacity=.05 stroke-width=.6></line><line x1=8 y1=38 x2=40 y2=38 stroke=var(--foreground) stroke-opacity=.04 stroke-width=.6></line><path d="M6,36 L9,36 L14,18 L20,34 L26,22 L30,26 L34,26 L42,30 L42,42 L6,42 Z"fill=url(#c-area)></path><polyline points="6,36 9,36 14,18 20,34 26,22 30,26 34,26 42,30"fill=none stroke=var(--chart-4) stroke-opacity=.85 stroke-width=2.2 stroke-linecap=round stroke-linejoin=round></polyline><circle cx=42 cy=30 r=2.8 fill=var(--chart-4) fill-opacity=.2></circle><circle cx=42 cy=30 r=1.5 fill=var(--chart-4) fill-opacity=.85>'), D = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><rect x=8 y=10 width=32 height=8 rx=4 fill=#3b82f6 opacity=.25></rect><rect x=13 y=13 width=20 height=2 rx=1 fill=var(--foreground) opacity=.35></rect><rect x=8 y=21 width=32 height=8 rx=4 fill=#f59e0b opacity=.25></rect><rect x=13 y=24 width=14 height=2 rx=1 fill=var(--foreground) opacity=.3></rect><rect x=8 y=32 width=32 height=8 rx=4 fill=#ef4444 opacity=.25></rect><rect x=13 y=35 width=18 height=2 rx=1 fill=var(--foreground) opacity=.35>'), $ = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><g fill=none stroke=var(--foreground) stroke-opacity=.75 stroke-width=2.8 stroke-linecap=round stroke-linejoin=round><polyline points="14,11 5,24 14,37"></polyline><polyline points="34,11 43,24 34,37">'), B = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><g fill=none stroke=var(--foreground) stroke-opacity=.75 stroke-width=3 stroke-linecap=round><circle cx=20 cy=20 r=10></circle><line x1=28 y1=28 x2=37 y2=37>'), L = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><circle cx=15 cy=24 r=9 fill=var(--foreground) fill-opacity=.18></circle><circle cx=33 cy=24 r=9 fill=var(--foreground) fill-opacity=.18></circle><circle cx=24 cy=24 r=6.5 fill=var(--chart-4) fill-opacity=.65>'), _ = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><path d="M24 8l4 12 12 4-12 4-4 12-4-12-12-4 12-4z"fill=var(--foreground) fill-opacity=.15 stroke=var(--foreground) stroke-opacity=.7 stroke-width=2 stroke-linejoin=round>'), M = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><g fill=none stroke=var(--foreground) stroke-opacity=.7 stroke-width=2.2 stroke-linecap=round stroke-linejoin=round><rect x=11 y=15 width=26 height=18 rx=6></rect><line x1=24 y1=15 x2=24 y2=8></line><circle cx=24 cy=7 r=2.2 fill=var(--foreground) fill-opacity=.3 stroke=none></circle><circle cx=18 cy=23 r=2.5 fill=var(--foreground) fill-opacity=.2 stroke=none></circle><circle cx=30 cy=23 r=2.5 fill=var(--foreground) fill-opacity=.2 stroke=none></circle><circle cx=18 cy=23 r=1 fill=var(--foreground) fill-opacity=.65 stroke=none></circle><circle cx=30 cy=23 r=1 fill=var(--foreground) fill-opacity=.65 stroke=none></circle><path d="M19 28 Q24 31 29 28"stroke-opacity=.45>'), G = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><rect x=8 y=10 width=9 height=3 rx=1.5 fill=#8b3fa8 opacity=.85></rect><rect x=20 y=10 width=15 height=3 rx=1.5 fill=#2b6cb8 opacity=.8></rect><rect x=13 y=17 width=18 height=3 rx=1.5 fill=#2d7a4a opacity=.75></rect><rect x=18 y=24 width=6 height=3 rx=1.5 fill=#b07020 opacity=.75></rect><rect x=26 y=24 width=14 height=3 rx=1.5 fill=var(--foreground) opacity=.2></rect><rect x=8 y=31 width=16 height=3 rx=1.5 fill=#8b3fa8 opacity=.7>'), S = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><rect x=10 y=15 width=28 height=22 rx=3.5 fill=#f0d060></rect><ellipse cx=24 cy=19 rx=4 ry=2 fill=#b89020 opacity=.25></ellipse><line x1=24 y1=10 x2=24 y2=17 stroke=#c0c0c8 stroke-width=1></line><circle cx=24 cy=10 r=4.5 fill=#e04040></circle><circle cx=23 cy=9 r=1.2 fill=white opacity=.3></circle><rect x=14 y=20 width=16 height=2 rx=1 fill=#8b6810 opacity=.35></rect><rect x=14 y=24.5 width=20 height=2 rx=1 fill=#8b6810 opacity=.28></rect><rect x=14 y=29 width=12 height=2 rx=1 fill=#8b6810 opacity=.2>'), j = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><rect x=11 y=13 width=26 height=22 rx=2.5 fill=none stroke=var(--foreground) stroke-opacity=.6 stroke-width=1.8 stroke-dasharray="4 4"></rect><rect x=8 y=10 width=6 height=6 rx=1.5 fill=var(--foreground) fill-opacity=.65></rect><rect x=34 y=10 width=6 height=6 rx=1.5 fill=var(--foreground) fill-opacity=.65></rect><rect x=8 y=32 width=6 height=6 rx=1.5 fill=var(--foreground) fill-opacity=.65></rect><rect x=34 y=32 width=6 height=6 rx=1.5 fill=var(--foreground) fill-opacity=.65>'), H = /* @__PURE__ */ v(`<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><text x=24 y=28 text-anchor=middle dominant-baseline=middle font-family="'Inter','SF Pro Display',-apple-system,sans-serif"font-size=14 font-weight=700 letter-spacing=0 fill=var(--foreground) fill-opacity=.7>Text</text><rect x=16 y=33 width=16 height=2 rx=1 fill=var(--foreground) fill-opacity=.2>`), F = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><g fill=var(--foreground)><rect x=10 y=12 width=12 height=11 rx=2.8 fill-opacity=.35></rect><rect x=25 y=12 width=12 height=11 rx=2.8 fill-opacity=.13></rect><rect x=10 y=26 width=12 height=11 rx=2.8 fill-opacity=.13></rect><rect x=25 y=26 width=12 height=11 rx=2.8 fill-opacity=.2>'), P = /* @__PURE__ */ v('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 48 48"fill=none><g fill=var(--foreground) stroke=var(--foreground) stroke-width=1.6 stroke-linejoin=round><rect x=8 y=28 width=26 height=11 rx=3.5 fill-opacity=.08 stroke-opacity=.2></rect><rect x=10 y=21 width=26 height=11 rx=3.5 fill-opacity=.16 stroke-opacity=.35></rect><rect x=12 y=14 width=26 height=11 rx=3.5 fill-opacity=.3 stroke-opacity=.55>');
3
+ function h(e) {
4
+ const {
5
+ id: t,
6
+ tint: o,
7
+ strength: i
8
+ } = e, r = i ?? 1, c = Math.round(8 * r), a = Math.round(18 * r);
9
+ return (() => {
10
+ var g = m(), y = g.firstChild, x = y.firstChild, u = x.nextSibling, k = y.nextSibling;
11
+ return l(y, "id", `${t}-bg`), l(x, "stop-color", `color-mix(in srgb, var(--card), ${o} ${c}%)`), l(u, "stop-color", `color-mix(in srgb, var(--card), ${o} ${a}%)`), l(k, "id", `${t}-rim`), g;
12
+ })();
13
+ }
14
+ function f(e) {
15
+ return [(() => {
16
+ var t = w();
17
+ return d(() => l(t, "fill", `url(#${e.id}-bg)`)), t;
18
+ })(), (() => {
19
+ var t = w();
20
+ return d(() => l(t, "fill", `url(#${e.id}-rim)`)), t;
21
+ })()];
22
+ }
23
+ const V = (e = {}) => (() => {
24
+ var t = z(), o = t.firstChild;
25
+ return s(t, n(h, {
26
+ id: "t",
27
+ tint: "#1a1a30"
28
+ }), o), s(t, n(f, {
29
+ id: "t"
30
+ }), o), d((i) => {
31
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
32
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
33
+ }, {
34
+ e: void 0,
35
+ t: void 0,
36
+ a: void 0
37
+ }), t;
38
+ })(), Z = (e = {}) => (() => {
39
+ var t = b(), o = t.firstChild;
40
+ return s(t, n(h, {
41
+ id: "f",
42
+ tint: "#b07818"
43
+ }), o), s(t, n(f, {
44
+ id: "f"
45
+ }), o), d((i) => {
46
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
47
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
48
+ }, {
49
+ e: void 0,
50
+ t: void 0,
51
+ a: void 0
52
+ }), t;
53
+ })(), A = (e = {}) => (() => {
54
+ var t = C(), o = t.firstChild, i = o.nextSibling;
55
+ return s(t, n(h, {
56
+ id: "c",
57
+ tint: "#0d6b5c"
58
+ }), o), s(t, n(f, {
59
+ id: "c"
60
+ }), i), d((r) => {
61
+ var c = e.size ?? 48, a = e.size ?? 48, g = e.class;
62
+ return c !== r.e && l(t, "width", r.e = c), a !== r.t && l(t, "height", r.t = a), g !== r.a && l(t, "class", r.a = g), r;
63
+ }, {
64
+ e: void 0,
65
+ t: void 0,
66
+ a: void 0
67
+ }), t;
68
+ })(), q = (e = {}) => (() => {
69
+ var t = D(), o = t.firstChild;
70
+ return s(t, n(h, {
71
+ id: "a",
72
+ tint: "#7c2d10"
73
+ }), o), s(t, n(f, {
74
+ id: "a"
75
+ }), o), d((i) => {
76
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
77
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
78
+ }, {
79
+ e: void 0,
80
+ t: void 0,
81
+ a: void 0
82
+ }), t;
83
+ })(), I = (e = {}) => (() => {
84
+ var t = $(), o = t.firstChild;
85
+ return s(t, n(h, {
86
+ id: "fc",
87
+ tint: "#2838a0"
88
+ }), o), s(t, n(f, {
89
+ id: "fc"
90
+ }), o), d((i) => {
91
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
92
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
93
+ }, {
94
+ e: void 0,
95
+ t: void 0,
96
+ a: void 0
97
+ }), t;
98
+ })(), Q = (e = {}) => (() => {
99
+ var t = B(), o = t.firstChild;
100
+ return s(t, n(h, {
101
+ id: "s",
102
+ tint: "#0a6c48"
103
+ }), o), s(t, n(f, {
104
+ id: "s"
105
+ }), o), d((i) => {
106
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
107
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
108
+ }, {
109
+ e: void 0,
110
+ t: void 0,
111
+ a: void 0
112
+ }), t;
113
+ })(), R = (e = {}) => (() => {
114
+ var t = L(), o = t.firstChild;
115
+ return s(t, n(h, {
116
+ id: "g",
117
+ tint: "#0c6478"
118
+ }), o), s(t, n(f, {
119
+ id: "g"
120
+ }), o), d((i) => {
121
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
122
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
123
+ }, {
124
+ e: void 0,
125
+ t: void 0,
126
+ a: void 0
127
+ }), t;
128
+ })(), p = (e = {}) => (() => {
129
+ var t = _(), o = t.firstChild;
130
+ return s(t, n(h, {
131
+ id: "sp",
132
+ tint: "#6b28a8"
133
+ }), o), s(t, n(f, {
134
+ id: "sp"
135
+ }), o), d((i) => {
136
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
137
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
138
+ }, {
139
+ e: void 0,
140
+ t: void 0,
141
+ a: void 0
142
+ }), t;
143
+ })(), E = (e = {}) => (() => {
144
+ var t = M(), o = t.firstChild;
145
+ return s(t, n(h, {
146
+ id: "b",
147
+ tint: "#4c28a0"
148
+ }), o), s(t, n(f, {
149
+ id: "b"
150
+ }), o), d((i) => {
151
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
152
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
153
+ }, {
154
+ e: void 0,
155
+ t: void 0,
156
+ a: void 0
157
+ }), t;
158
+ })(), J = (e = {}) => (() => {
159
+ var t = G(), o = t.firstChild;
160
+ return s(t, n(h, {
161
+ id: "cd",
162
+ tint: "#242c58",
163
+ strength: 1.5
164
+ }), o), s(t, n(f, {
165
+ id: "cd"
166
+ }), o), d((i) => {
167
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
168
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
169
+ }, {
170
+ e: void 0,
171
+ t: void 0,
172
+ a: void 0
173
+ }), t;
174
+ })(), K = (e = {}) => (() => {
175
+ var t = S(), o = t.firstChild;
176
+ return s(t, n(h, {
177
+ id: "ms",
178
+ tint: "#a06018"
179
+ }), o), s(t, n(f, {
180
+ id: "ms"
181
+ }), o), d((i) => {
182
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
183
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
184
+ }, {
185
+ e: void 0,
186
+ t: void 0,
187
+ a: void 0
188
+ }), t;
189
+ })(), N = (e = {}) => (() => {
190
+ var t = j(), o = t.firstChild;
191
+ return s(t, n(h, {
192
+ id: "r",
193
+ tint: "#9d1848"
194
+ }), o), s(t, n(f, {
195
+ id: "r"
196
+ }), o), d((i) => {
197
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
198
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
199
+ }, {
200
+ e: void 0,
201
+ t: void 0,
202
+ a: void 0
203
+ }), t;
204
+ })(), O = (e = {}) => (() => {
205
+ var t = H(), o = t.firstChild;
206
+ return s(t, n(h, {
207
+ id: "tx",
208
+ tint: "#3c4c60"
209
+ }), o), s(t, n(f, {
210
+ id: "tx"
211
+ }), o), d((i) => {
212
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
213
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
214
+ }, {
215
+ e: void 0,
216
+ t: void 0,
217
+ a: void 0
218
+ }), t;
219
+ })(), U = (e = {}) => (() => {
220
+ var t = F(), o = t.firstChild;
221
+ return s(t, n(h, {
222
+ id: "ld",
223
+ tint: "#3048b0"
224
+ }), o), s(t, n(f, {
225
+ id: "ld"
226
+ }), o), d((i) => {
227
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
228
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
229
+ }, {
230
+ e: void 0,
231
+ t: void 0,
232
+ a: void 0
233
+ }), t;
234
+ })(), W = (e = {}) => (() => {
235
+ var t = P(), o = t.firstChild;
236
+ return s(t, n(h, {
237
+ id: "l",
238
+ tint: "#206470"
239
+ }), o), s(t, n(f, {
240
+ id: "l"
241
+ }), o), d((i) => {
242
+ var r = e.size ?? 48, c = e.size ?? 48, a = e.class;
243
+ return r !== i.e && l(t, "width", i.e = r), c !== i.t && l(t, "height", i.t = c), a !== i.a && l(t, "class", i.a = a), i;
244
+ }, {
245
+ e: void 0,
246
+ t: void 0,
247
+ a: void 0
248
+ }), t;
249
+ })();
250
+ export {
251
+ q as DockActivity,
252
+ E as DockBot,
253
+ J as DockCode,
254
+ A as DockCpu,
255
+ I as DockFileCode,
256
+ Z as DockFolder,
257
+ R as DockGlobe,
258
+ W as DockLayers,
259
+ U as DockLayoutDashboard,
260
+ K as DockMessageSquare,
261
+ N as DockRegion,
262
+ Q as DockSearch,
263
+ p as DockSparkles,
264
+ V as DockTerminal,
265
+ O as DockText
266
+ };
@@ -2,6 +2,7 @@ import type { JSX } from 'solid-js';
2
2
  export interface IconProps extends JSX.SvgSVGAttributes<SVGSVGElement> {
3
3
  size?: number | string;
4
4
  }
5
+ export { DockTerminal, DockFolder, DockCpu, DockActivity, DockFileCode, DockSearch, DockGlobe, DockSparkles, DockBot, DockCode, DockMessageSquare, DockRegion, DockText, DockLayoutDashboard, DockLayers, } from './DockIcons';
5
6
  export declare const Region: (props?: IconProps) => JSX.Element;
6
7
  export declare const TextTool: (props?: IconProps) => JSX.Element;
7
8
  export declare const Search: (props?: IconProps) => JSX.Element;