@vibes.diy/use-vibes-base 2.0.3 → 2.0.7
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/README.md +44 -44
- package/hooks/vibes-gen/IframeVibesComponent.js +1 -1
- package/hooks/vibes-gen/IframeVibesComponent.js.map +1 -1
- package/hooks/vibes-gen/use-vibes.js +6 -12
- package/hooks/vibes-gen/use-vibes.js.map +1 -1
- package/index.d.ts +2 -13
- package/index.js +0 -10
- package/index.js.map +1 -1
- package/package.json +6 -4
- package/components/ControlsBar.d.ts +0 -20
- package/components/ControlsBar.js +0 -104
- package/components/ControlsBar.js.map +0 -1
- package/components/ImgGen.d.ts +0 -23
- package/components/ImgGen.js +0 -257
- package/components/ImgGen.js.map +0 -1
- package/components/ImgGenUtils/AsyncImg.d.ts +0 -7
- package/components/ImgGenUtils/AsyncImg.js +0 -41
- package/components/ImgGenUtils/AsyncImg.js.map +0 -1
- package/components/ImgGenUtils/ImgGenDisplay.d.ts +0 -3
- package/components/ImgGenUtils/ImgGenDisplay.js +0 -230
- package/components/ImgGenUtils/ImgGenDisplay.js.map +0 -1
- package/components/ImgGenUtils/ImgGenDisplayPlaceholder.d.ts +0 -3
- package/components/ImgGenUtils/ImgGenDisplayPlaceholder.js +0 -97
- package/components/ImgGenUtils/ImgGenDisplayPlaceholder.js.map +0 -1
- package/components/ImgGenUtils/ImgGenDisplayUtils.d.ts +0 -27
- package/components/ImgGenUtils/ImgGenDisplayUtils.js +0 -90
- package/components/ImgGenUtils/ImgGenDisplayUtils.js.map +0 -1
- package/components/ImgGenUtils/ImgGenError.d.ts +0 -3
- package/components/ImgGenUtils/ImgGenError.js +0 -9
- package/components/ImgGenUtils/ImgGenError.js.map +0 -1
- package/components/ImgGenUtils/ImgGenFileDrop.d.ts +0 -11
- package/components/ImgGenUtils/ImgGenFileDrop.js +0 -56
- package/components/ImgGenUtils/ImgGenFileDrop.js.map +0 -1
- package/components/ImgGenUtils/ImgGenModal.d.ts +0 -25
- package/components/ImgGenUtils/ImgGenModal.js +0 -67
- package/components/ImgGenUtils/ImgGenModal.js.map +0 -1
- package/components/ImgGenUtils/ImgGenModeUtils.d.ts +0 -9
- package/components/ImgGenUtils/ImgGenModeUtils.js +0 -58
- package/components/ImgGenUtils/ImgGenModeUtils.js.map +0 -1
- package/components/ImgGenUtils/ImgGenPromptWaiting.d.ts +0 -11
- package/components/ImgGenUtils/ImgGenPromptWaiting.js +0 -40
- package/components/ImgGenUtils/ImgGenPromptWaiting.js.map +0 -1
- package/components/ImgGenUtils/ImgGenUploadWaiting.d.ts +0 -16
- package/components/ImgGenUtils/ImgGenUploadWaiting.js +0 -154
- package/components/ImgGenUtils/ImgGenUploadWaiting.js.map +0 -1
- package/components/ImgGenUtils/index.d.ts +0 -6
- package/components/ImgGenUtils/index.js +0 -7
- package/components/ImgGenUtils/index.js.map +0 -1
- package/components/ImgGenUtils/overlays/DeleteConfirmationOverlay.d.ts +0 -9
- package/components/ImgGenUtils/overlays/DeleteConfirmationOverlay.js +0 -31
- package/components/ImgGenUtils/overlays/DeleteConfirmationOverlay.js.map +0 -1
- package/components/ImgGenUtils/overlays/ImageOverlay.d.ts +0 -22
- package/components/ImgGenUtils/overlays/ImageOverlay.js +0 -11
- package/components/ImgGenUtils/overlays/ImageOverlay.js.map +0 -1
- package/components/ImgGenUtils/types.d.ts +0 -29
- package/components/ImgGenUtils/types.js +0 -2
- package/components/ImgGenUtils/types.js.map +0 -1
- package/components/ImgGenUtils.d.ts +0 -2
- package/components/ImgGenUtils.js +0 -3
- package/components/ImgGenUtils.js.map +0 -1
- package/components/PromptBar.d.ts +0 -11
- package/components/PromptBar.js +0 -24
- package/components/PromptBar.js.map +0 -1
- package/hooks/image-gen/image-generator.d.ts +0 -11
- package/hooks/image-gen/image-generator.js +0 -146
- package/hooks/image-gen/image-generator.js.map +0 -1
- package/hooks/image-gen/index.d.ts +0 -7
- package/hooks/image-gen/index.js +0 -6
- package/hooks/image-gen/index.js.map +0 -1
- package/hooks/image-gen/use-image-gen.d.ts +0 -2
- package/hooks/image-gen/use-image-gen.js +0 -537
- package/hooks/image-gen/use-image-gen.js.map +0 -1
- package/hooks/image-gen/utils.d.ts +0 -19
- package/hooks/image-gen/utils.js +0 -150
- package/hooks/image-gen/utils.js.map +0 -1
- package/utils/debug.d.ts +0 -2
- package/utils/debug.js +0 -8
- package/utils/debug.js.map +0 -1
- package/utils/style-utils.d.ts +0 -4
- package/utils/style-utils.js +0 -15
- package/utils/style-utils.js.map +0 -1
- package/utils/styles.d.ts +0 -325
- package/utils/styles.js +0 -328
- package/utils/styles.js.map +0 -1
package/utils/styles.js
DELETED
|
@@ -1,328 +0,0 @@
|
|
|
1
|
-
export const imgGenTheme = {
|
|
2
|
-
colors: {
|
|
3
|
-
text: "#333",
|
|
4
|
-
background: "#333333",
|
|
5
|
-
overlayBg: "rgba(255, 255, 255, 0.5)",
|
|
6
|
-
accent: "#0066cc",
|
|
7
|
-
flash: "#fe0",
|
|
8
|
-
errorBg: "rgba(0, 0, 0, 0.7)",
|
|
9
|
-
errorBorder: "#ff6666",
|
|
10
|
-
errorText: "#ff6666",
|
|
11
|
-
errorTextBody: "#ffffff",
|
|
12
|
-
buttonBg: "rgba(255, 255, 255, 0.7)",
|
|
13
|
-
deleteHover: "#ff3333",
|
|
14
|
-
inputBorder: "light-dark(#ccc, #555)",
|
|
15
|
-
inputBg: "light-dark(#ffffff, #2a2a2a)",
|
|
16
|
-
inputText: "light-dark(#333, #e0e0e0)",
|
|
17
|
-
dropZoneBorder: "light-dark(#ccc, #555)",
|
|
18
|
-
dropZoneBg: "light-dark(#fafafa, #2a2a2a)",
|
|
19
|
-
dropZoneActiveBg: "light-dark(#f0f8ff, #1a3a4a)",
|
|
20
|
-
mutedText: "light-dark(#666, #aaa)",
|
|
21
|
-
lightBg: "light-dark(#f0f0f0, #404040)",
|
|
22
|
-
thumbnailBorder: "light-dark(#ddd, #555)",
|
|
23
|
-
titleText: "light-dark(#333, #e0e0e0)",
|
|
24
|
-
},
|
|
25
|
-
dimensions: {
|
|
26
|
-
borderRadius: "8px",
|
|
27
|
-
padding: "8px",
|
|
28
|
-
buttonSize: "28px",
|
|
29
|
-
progressHeight: "8px",
|
|
30
|
-
},
|
|
31
|
-
typography: {
|
|
32
|
-
fontSize: "14px",
|
|
33
|
-
fontWeight: "bold",
|
|
34
|
-
lineHeight: "1.5",
|
|
35
|
-
},
|
|
36
|
-
effects: {
|
|
37
|
-
blurRadius: "4px",
|
|
38
|
-
transitionSpeed: "0.2s",
|
|
39
|
-
shadow: "0 4px 8px rgba(0, 0, 0, 0.2)",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
export const imgGenStyles = {
|
|
43
|
-
root: {
|
|
44
|
-
position: "relative",
|
|
45
|
-
maxWidth: "100%",
|
|
46
|
-
overflow: "hidden",
|
|
47
|
-
},
|
|
48
|
-
container: {
|
|
49
|
-
position: "relative",
|
|
50
|
-
width: "100%",
|
|
51
|
-
height: "100%",
|
|
52
|
-
},
|
|
53
|
-
imageContainer: {
|
|
54
|
-
position: "relative",
|
|
55
|
-
width: "100%",
|
|
56
|
-
overflow: "hidden",
|
|
57
|
-
},
|
|
58
|
-
image: {
|
|
59
|
-
width: "100%",
|
|
60
|
-
height: "auto",
|
|
61
|
-
display: "block",
|
|
62
|
-
},
|
|
63
|
-
overlay: {
|
|
64
|
-
position: "absolute",
|
|
65
|
-
bottom: 0,
|
|
66
|
-
left: 0,
|
|
67
|
-
right: 0,
|
|
68
|
-
padding: imgGenTheme.dimensions.padding,
|
|
69
|
-
backgroundColor: imgGenTheme.colors.overlayBg,
|
|
70
|
-
backdropFilter: `blur(${imgGenTheme.effects.blurRadius})`,
|
|
71
|
-
WebkitBackdropFilter: `blur(${imgGenTheme.effects.blurRadius})`,
|
|
72
|
-
transition: `opacity ${imgGenTheme.effects.transitionSpeed} ease`,
|
|
73
|
-
zIndex: 10,
|
|
74
|
-
display: "flex",
|
|
75
|
-
flexDirection: "column",
|
|
76
|
-
},
|
|
77
|
-
topLine: {
|
|
78
|
-
display: "flex",
|
|
79
|
-
alignItems: "center",
|
|
80
|
-
justifyContent: "space-between",
|
|
81
|
-
width: "100%",
|
|
82
|
-
},
|
|
83
|
-
prompt: {
|
|
84
|
-
width: "100%",
|
|
85
|
-
padding: "4px",
|
|
86
|
-
marginBottom: "8px",
|
|
87
|
-
},
|
|
88
|
-
promptText: {
|
|
89
|
-
color: imgGenTheme.colors.text,
|
|
90
|
-
width: "100%",
|
|
91
|
-
textAlign: "center",
|
|
92
|
-
fontWeight: imgGenTheme.typography.fontWeight,
|
|
93
|
-
padding: "2px",
|
|
94
|
-
cursor: "pointer",
|
|
95
|
-
},
|
|
96
|
-
controls: {
|
|
97
|
-
display: "flex",
|
|
98
|
-
alignItems: "center",
|
|
99
|
-
justifyContent: "space-between",
|
|
100
|
-
width: "100%",
|
|
101
|
-
paddingTop: "2px",
|
|
102
|
-
},
|
|
103
|
-
controlGroup: {
|
|
104
|
-
display: "flex",
|
|
105
|
-
gap: "6px",
|
|
106
|
-
alignItems: "center",
|
|
107
|
-
},
|
|
108
|
-
button: {
|
|
109
|
-
background: imgGenTheme.colors.buttonBg,
|
|
110
|
-
borderRadius: "50%",
|
|
111
|
-
width: imgGenTheme.dimensions.buttonSize,
|
|
112
|
-
height: imgGenTheme.dimensions.buttonSize,
|
|
113
|
-
display: "flex",
|
|
114
|
-
alignItems: "center",
|
|
115
|
-
justifyContent: "center",
|
|
116
|
-
border: "none",
|
|
117
|
-
cursor: "pointer",
|
|
118
|
-
opacity: 0.5,
|
|
119
|
-
transition: `opacity ${imgGenTheme.effects.transitionSpeed} ease`,
|
|
120
|
-
padding: 0,
|
|
121
|
-
fontSize: imgGenTheme.typography.fontSize,
|
|
122
|
-
color: imgGenTheme.colors.text,
|
|
123
|
-
},
|
|
124
|
-
progressContainer: {
|
|
125
|
-
position: "absolute",
|
|
126
|
-
top: 0,
|
|
127
|
-
left: 0,
|
|
128
|
-
right: 0,
|
|
129
|
-
zIndex: 50,
|
|
130
|
-
},
|
|
131
|
-
progress: {
|
|
132
|
-
position: "absolute",
|
|
133
|
-
top: 0,
|
|
134
|
-
left: 0,
|
|
135
|
-
height: imgGenTheme.dimensions.progressHeight,
|
|
136
|
-
backgroundColor: imgGenTheme.colors.accent,
|
|
137
|
-
transition: "width 0.3s ease-in-out",
|
|
138
|
-
zIndex: 11,
|
|
139
|
-
},
|
|
140
|
-
placeholder: {
|
|
141
|
-
width: "100%",
|
|
142
|
-
aspectRatio: "1 / 1",
|
|
143
|
-
backgroundColor: imgGenTheme.colors.background,
|
|
144
|
-
position: "relative",
|
|
145
|
-
overflow: "hidden",
|
|
146
|
-
display: "flex",
|
|
147
|
-
alignItems: "center",
|
|
148
|
-
justifyContent: "center",
|
|
149
|
-
boxSizing: "border-box",
|
|
150
|
-
},
|
|
151
|
-
statusText: {
|
|
152
|
-
width: "100%",
|
|
153
|
-
textAlign: "center",
|
|
154
|
-
fontSize: imgGenTheme.typography.fontSize,
|
|
155
|
-
color: imgGenTheme.colors.text,
|
|
156
|
-
opacity: 0.7,
|
|
157
|
-
padding: "8px 0",
|
|
158
|
-
},
|
|
159
|
-
errorContainer: {
|
|
160
|
-
backgroundColor: "#222",
|
|
161
|
-
aspectRatio: "1 / 1",
|
|
162
|
-
display: "flex",
|
|
163
|
-
flexDirection: "column",
|
|
164
|
-
justifyContent: "center",
|
|
165
|
-
alignItems: "center",
|
|
166
|
-
padding: "1rem",
|
|
167
|
-
width: "100%",
|
|
168
|
-
borderRadius: imgGenTheme.dimensions.borderRadius,
|
|
169
|
-
overflow: "hidden",
|
|
170
|
-
},
|
|
171
|
-
error: {
|
|
172
|
-
backgroundColor: "#000",
|
|
173
|
-
color: imgGenTheme.colors.errorText,
|
|
174
|
-
padding: "1.5rem",
|
|
175
|
-
borderRadius: imgGenTheme.dimensions.borderRadius,
|
|
176
|
-
border: `1px solid ${imgGenTheme.colors.errorBorder}`,
|
|
177
|
-
boxShadow: imgGenTheme.effects.shadow,
|
|
178
|
-
maxWidth: "80%",
|
|
179
|
-
display: "flex",
|
|
180
|
-
flexDirection: "column",
|
|
181
|
-
justifyContent: "center",
|
|
182
|
-
alignItems: "center",
|
|
183
|
-
textAlign: "center",
|
|
184
|
-
},
|
|
185
|
-
errorTitle: {
|
|
186
|
-
color: imgGenTheme.colors.errorText,
|
|
187
|
-
marginTop: 0,
|
|
188
|
-
fontWeight: "bold",
|
|
189
|
-
fontSize: "18px",
|
|
190
|
-
marginBottom: "12px",
|
|
191
|
-
textAlign: "center",
|
|
192
|
-
},
|
|
193
|
-
errorMessage: {
|
|
194
|
-
whiteSpace: "pre-wrap",
|
|
195
|
-
color: imgGenTheme.colors.errorTextBody,
|
|
196
|
-
fontSize: imgGenTheme.typography.fontSize,
|
|
197
|
-
lineHeight: imgGenTheme.typography.lineHeight,
|
|
198
|
-
textAlign: "left",
|
|
199
|
-
fontFamily: "monospace, sans-serif",
|
|
200
|
-
marginBottom: 0,
|
|
201
|
-
},
|
|
202
|
-
promptInputEditMode: {
|
|
203
|
-
border: `2px solid ${imgGenTheme.colors.accent}`,
|
|
204
|
-
padding: "6px 10px",
|
|
205
|
-
borderRadius: "6px",
|
|
206
|
-
},
|
|
207
|
-
uploadWaiting: {
|
|
208
|
-
display: "flex",
|
|
209
|
-
flexDirection: "column",
|
|
210
|
-
gap: "1rem",
|
|
211
|
-
padding: "1rem",
|
|
212
|
-
alignItems: "center",
|
|
213
|
-
textAlign: "center",
|
|
214
|
-
backgroundColor: imgGenTheme.colors.inputBg,
|
|
215
|
-
borderRadius: imgGenTheme.dimensions.borderRadius,
|
|
216
|
-
border: `1px solid ${imgGenTheme.colors.inputBorder}`,
|
|
217
|
-
},
|
|
218
|
-
promptForm: {
|
|
219
|
-
display: "flex",
|
|
220
|
-
gap: "0.5rem",
|
|
221
|
-
width: "100%",
|
|
222
|
-
maxWidth: "600px",
|
|
223
|
-
flexDirection: "column",
|
|
224
|
-
},
|
|
225
|
-
promptInput: {
|
|
226
|
-
width: "100%",
|
|
227
|
-
padding: "0.8rem",
|
|
228
|
-
fontSize: "1rem",
|
|
229
|
-
border: `1px solid ${imgGenTheme.colors.inputBorder}`,
|
|
230
|
-
borderRadius: "4px",
|
|
231
|
-
boxSizing: "border-box",
|
|
232
|
-
backgroundColor: imgGenTheme.colors.inputBg,
|
|
233
|
-
color: imgGenTheme.colors.inputText,
|
|
234
|
-
},
|
|
235
|
-
promptSubmit: {
|
|
236
|
-
padding: "0.8rem",
|
|
237
|
-
fontSize: "1rem",
|
|
238
|
-
backgroundColor: imgGenTheme.colors.accent,
|
|
239
|
-
color: "white",
|
|
240
|
-
border: "none",
|
|
241
|
-
borderRadius: "4px",
|
|
242
|
-
cursor: "pointer",
|
|
243
|
-
transition: "background-color 0.3s",
|
|
244
|
-
},
|
|
245
|
-
fileDrop: {
|
|
246
|
-
border: `2px dashed ${imgGenTheme.colors.dropZoneBorder}`,
|
|
247
|
-
borderRadius: "8px",
|
|
248
|
-
padding: "2rem",
|
|
249
|
-
textAlign: "center",
|
|
250
|
-
cursor: "pointer",
|
|
251
|
-
transition: "border-color 0.3s, background-color 0.3s",
|
|
252
|
-
backgroundColor: imgGenTheme.colors.dropZoneBg,
|
|
253
|
-
marginTop: "1rem",
|
|
254
|
-
},
|
|
255
|
-
fileDropActive: {
|
|
256
|
-
borderColor: imgGenTheme.colors.accent,
|
|
257
|
-
backgroundColor: imgGenTheme.colors.dropZoneActiveBg,
|
|
258
|
-
},
|
|
259
|
-
fileDropDisabled: {
|
|
260
|
-
opacity: 0.5,
|
|
261
|
-
cursor: "not-allowed",
|
|
262
|
-
},
|
|
263
|
-
fileDropMessage: {
|
|
264
|
-
color: imgGenTheme.colors.mutedText,
|
|
265
|
-
fontSize: "1rem",
|
|
266
|
-
fontWeight: "normal",
|
|
267
|
-
},
|
|
268
|
-
uploadedPreviews: {
|
|
269
|
-
width: "100%",
|
|
270
|
-
marginTop: "1rem",
|
|
271
|
-
},
|
|
272
|
-
uploadCount: {
|
|
273
|
-
fontSize: "0.9rem",
|
|
274
|
-
color: imgGenTheme.colors.mutedText,
|
|
275
|
-
marginBottom: "0.5rem",
|
|
276
|
-
fontWeight: "bold",
|
|
277
|
-
},
|
|
278
|
-
thumbnails: {
|
|
279
|
-
display: "grid",
|
|
280
|
-
gridTemplateColumns: "repeat(auto-fit, minmax(80px, 1fr))",
|
|
281
|
-
gap: "0.5rem",
|
|
282
|
-
maxWidth: "400px",
|
|
283
|
-
margin: "0 auto",
|
|
284
|
-
},
|
|
285
|
-
thumbnail: {
|
|
286
|
-
aspectRatio: "1 / 1",
|
|
287
|
-
overflow: "hidden",
|
|
288
|
-
borderRadius: "4px",
|
|
289
|
-
border: `1px solid ${imgGenTheme.colors.thumbnailBorder}`,
|
|
290
|
-
},
|
|
291
|
-
thumbnailImg: {
|
|
292
|
-
width: "100%",
|
|
293
|
-
height: "100%",
|
|
294
|
-
objectFit: "cover",
|
|
295
|
-
},
|
|
296
|
-
moreCount: {
|
|
297
|
-
display: "flex",
|
|
298
|
-
alignItems: "center",
|
|
299
|
-
justifyContent: "center",
|
|
300
|
-
backgroundColor: imgGenTheme.colors.lightBg,
|
|
301
|
-
color: imgGenTheme.colors.mutedText,
|
|
302
|
-
fontSize: "0.8rem",
|
|
303
|
-
fontWeight: "bold",
|
|
304
|
-
},
|
|
305
|
-
truncate: {
|
|
306
|
-
whiteSpace: "nowrap",
|
|
307
|
-
overflow: "hidden",
|
|
308
|
-
textOverflow: "ellipsis",
|
|
309
|
-
},
|
|
310
|
-
};
|
|
311
|
-
export function createStyledVariant(baseStyle, variants = {}) {
|
|
312
|
-
return { ...baseStyle, ...variants };
|
|
313
|
-
}
|
|
314
|
-
export const styleUtils = {
|
|
315
|
-
hover: (styles) => ({
|
|
316
|
-
"&:hover": styles,
|
|
317
|
-
}),
|
|
318
|
-
disabled: (styles) => ({
|
|
319
|
-
"&:disabled": styles,
|
|
320
|
-
}),
|
|
321
|
-
mediaQuery: (query, styles) => ({
|
|
322
|
-
[`@media ${query}`]: styles,
|
|
323
|
-
}),
|
|
324
|
-
transition: (properties, duration = imgGenTheme.effects.transitionSpeed) => ({
|
|
325
|
-
transition: properties.map((prop) => `${prop} ${duration} ease`).join(", "),
|
|
326
|
-
}),
|
|
327
|
-
};
|
|
328
|
-
//# sourceMappingURL=styles.js.map
|
package/utils/styles.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../jsr/utils/styles.ts"],"names":[],"mappings":"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"}
|