@vibes.diy/use-vibes-base 0.0.1-dev
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/LICENSE.md +232 -0
- package/README.md +549 -0
- package/components/ControlsBar.d.ts +20 -0
- package/components/ControlsBar.js +84 -0
- package/components/ControlsBar.js.map +1 -0
- package/components/ImgGen.css +675 -0
- package/components/ImgGen.d.ts +24 -0
- package/components/ImgGen.js +256 -0
- package/components/ImgGen.js.map +1 -0
- package/components/ImgGenUtils/ImgGenDisplay.d.ts +3 -0
- package/components/ImgGenUtils/ImgGenDisplay.js +192 -0
- package/components/ImgGenUtils/ImgGenDisplay.js.map +1 -0
- package/components/ImgGenUtils/ImgGenDisplayPlaceholder.d.ts +3 -0
- package/components/ImgGenUtils/ImgGenDisplayPlaceholder.js +90 -0
- package/components/ImgGenUtils/ImgGenDisplayPlaceholder.js.map +1 -0
- package/components/ImgGenUtils/ImgGenDisplayUtils.d.ts +27 -0
- package/components/ImgGenUtils/ImgGenDisplayUtils.js +95 -0
- package/components/ImgGenUtils/ImgGenDisplayUtils.js.map +1 -0
- package/components/ImgGenUtils/ImgGenError.d.ts +3 -0
- package/components/ImgGenUtils/ImgGenError.js +7 -0
- package/components/ImgGenUtils/ImgGenError.js.map +1 -0
- package/components/ImgGenUtils/ImgGenFileDrop.d.ts +11 -0
- package/components/ImgGenUtils/ImgGenFileDrop.js +49 -0
- package/components/ImgGenUtils/ImgGenFileDrop.js.map +1 -0
- package/components/ImgGenUtils/ImgGenModal.d.ts +24 -0
- package/components/ImgGenUtils/ImgGenModal.js +63 -0
- package/components/ImgGenUtils/ImgGenModal.js.map +1 -0
- package/components/ImgGenUtils/ImgGenModeUtils.d.ts +9 -0
- package/components/ImgGenUtils/ImgGenModeUtils.js +48 -0
- package/components/ImgGenUtils/ImgGenModeUtils.js.map +1 -0
- package/components/ImgGenUtils/ImgGenPromptWaiting.d.ts +11 -0
- package/components/ImgGenUtils/ImgGenPromptWaiting.js +36 -0
- package/components/ImgGenUtils/ImgGenPromptWaiting.js.map +1 -0
- package/components/ImgGenUtils/ImgGenUploadWaiting.d.ts +16 -0
- package/components/ImgGenUtils/ImgGenUploadWaiting.js +131 -0
- package/components/ImgGenUtils/ImgGenUploadWaiting.js.map +1 -0
- package/components/ImgGenUtils/index.d.ts +6 -0
- package/components/ImgGenUtils/index.js +7 -0
- package/components/ImgGenUtils/index.js.map +1 -0
- package/components/ImgGenUtils/overlays/DeleteConfirmationOverlay.d.ts +9 -0
- package/components/ImgGenUtils/overlays/DeleteConfirmationOverlay.js +30 -0
- package/components/ImgGenUtils/overlays/DeleteConfirmationOverlay.js.map +1 -0
- package/components/ImgGenUtils/overlays/ImageOverlay.d.ts +22 -0
- package/components/ImgGenUtils/overlays/ImageOverlay.js +8 -0
- package/components/ImgGenUtils/overlays/ImageOverlay.js.map +1 -0
- package/components/ImgGenUtils/types.d.ts +29 -0
- package/components/ImgGenUtils/types.js +2 -0
- package/components/ImgGenUtils/types.js.map +1 -0
- package/components/ImgGenUtils.d.ts +2 -0
- package/components/ImgGenUtils.js +3 -0
- package/components/ImgGenUtils.js.map +1 -0
- package/components/PromptBar.d.ts +11 -0
- package/components/PromptBar.js +23 -0
- package/components/PromptBar.js.map +1 -0
- package/hooks/image-gen/image-generator.d.ts +11 -0
- package/hooks/image-gen/image-generator.js +136 -0
- package/hooks/image-gen/image-generator.js.map +1 -0
- package/hooks/image-gen/index.d.ts +7 -0
- package/hooks/image-gen/index.js +6 -0
- package/hooks/image-gen/index.js.map +1 -0
- package/hooks/image-gen/types.d.ts +66 -0
- package/hooks/image-gen/types.js +2 -0
- package/hooks/image-gen/types.js.map +1 -0
- package/hooks/image-gen/use-image-gen.d.ts +4 -0
- package/hooks/image-gen/use-image-gen.js +544 -0
- package/hooks/image-gen/use-image-gen.js.map +1 -0
- package/hooks/image-gen/utils.d.ts +20 -0
- package/hooks/image-gen/utils.js +159 -0
- package/hooks/image-gen/utils.js.map +1 -0
- package/hooks/use-image-gen.d.ts +1 -0
- package/hooks/use-image-gen.js +2 -0
- package/hooks/use-image-gen.js.map +1 -0
- package/index.d.ts +22 -0
- package/index.js +21 -0
- package/index.js.map +1 -0
- package/package.json +30 -0
- package/tsconfig.json +22 -0
- package/utils/base64.d.ts +1 -0
- package/utils/base64.js +13 -0
- package/utils/base64.js.map +1 -0
- package/utils/debug.d.ts +2 -0
- package/utils/debug.js +8 -0
- package/utils/debug.js.map +1 -0
- package/utils/style-utils.d.ts +17 -0
- package/utils/style-utils.js +15 -0
- package/utils/style-utils.js.map +1 -0
- package/utils/styles.d.ts +227 -0
- package/utils/styles.js +230 -0
- package/utils/styles.js.map +1 -0
package/utils/styles.js
ADDED
|
@@ -0,0 +1,230 @@
|
|
|
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
|
+
},
|
|
15
|
+
dimensions: {
|
|
16
|
+
borderRadius: '8px',
|
|
17
|
+
padding: '8px',
|
|
18
|
+
buttonSize: '28px',
|
|
19
|
+
progressHeight: '8px',
|
|
20
|
+
},
|
|
21
|
+
typography: {
|
|
22
|
+
fontSize: '14px',
|
|
23
|
+
fontWeight: 'bold',
|
|
24
|
+
lineHeight: '1.5',
|
|
25
|
+
},
|
|
26
|
+
effects: {
|
|
27
|
+
blurRadius: '4px',
|
|
28
|
+
transitionSpeed: '0.2s',
|
|
29
|
+
shadow: '0 4px 8px rgba(0, 0, 0, 0.2)',
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
export const imgGenStyles = {
|
|
33
|
+
root: {
|
|
34
|
+
position: 'relative',
|
|
35
|
+
maxWidth: '100%',
|
|
36
|
+
overflow: 'hidden',
|
|
37
|
+
},
|
|
38
|
+
container: {
|
|
39
|
+
position: 'relative',
|
|
40
|
+
width: '100%',
|
|
41
|
+
height: '100%',
|
|
42
|
+
},
|
|
43
|
+
imageContainer: {
|
|
44
|
+
position: 'relative',
|
|
45
|
+
width: '100%',
|
|
46
|
+
overflow: 'hidden',
|
|
47
|
+
},
|
|
48
|
+
image: {
|
|
49
|
+
width: '100%',
|
|
50
|
+
height: 'auto',
|
|
51
|
+
display: 'block',
|
|
52
|
+
},
|
|
53
|
+
overlay: {
|
|
54
|
+
position: 'absolute',
|
|
55
|
+
bottom: 0,
|
|
56
|
+
left: 0,
|
|
57
|
+
right: 0,
|
|
58
|
+
padding: imgGenTheme.dimensions.padding,
|
|
59
|
+
backgroundColor: imgGenTheme.colors.overlayBg,
|
|
60
|
+
backdropFilter: `blur(${imgGenTheme.effects.blurRadius})`,
|
|
61
|
+
transition: `opacity ${imgGenTheme.effects.transitionSpeed} ease`,
|
|
62
|
+
zIndex: 10,
|
|
63
|
+
display: 'flex',
|
|
64
|
+
flexDirection: 'column',
|
|
65
|
+
},
|
|
66
|
+
topLine: {
|
|
67
|
+
display: 'flex',
|
|
68
|
+
alignItems: 'center',
|
|
69
|
+
justifyContent: 'space-between',
|
|
70
|
+
width: '100%',
|
|
71
|
+
},
|
|
72
|
+
prompt: {
|
|
73
|
+
width: '100%',
|
|
74
|
+
padding: '4px',
|
|
75
|
+
marginBottom: '8px',
|
|
76
|
+
},
|
|
77
|
+
promptText: {
|
|
78
|
+
color: imgGenTheme.colors.text,
|
|
79
|
+
width: '100%',
|
|
80
|
+
textAlign: 'center',
|
|
81
|
+
fontWeight: imgGenTheme.typography.fontWeight,
|
|
82
|
+
padding: '2px',
|
|
83
|
+
cursor: 'pointer',
|
|
84
|
+
},
|
|
85
|
+
promptInput: {
|
|
86
|
+
width: '100%',
|
|
87
|
+
boxSizing: 'border-box',
|
|
88
|
+
padding: '6px 8px',
|
|
89
|
+
border: '1px solid #ccc',
|
|
90
|
+
borderRadius: '4px',
|
|
91
|
+
fontSize: imgGenTheme.typography.fontSize,
|
|
92
|
+
fontWeight: imgGenTheme.typography.fontWeight,
|
|
93
|
+
color: imgGenTheme.colors.text,
|
|
94
|
+
backgroundColor: 'white',
|
|
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
|
+
height: '100%',
|
|
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
|
+
truncate: {
|
|
208
|
+
whiteSpace: 'nowrap',
|
|
209
|
+
overflow: 'hidden',
|
|
210
|
+
textOverflow: 'ellipsis',
|
|
211
|
+
},
|
|
212
|
+
};
|
|
213
|
+
export function createStyledVariant(baseStyle, variants = {}) {
|
|
214
|
+
return { ...baseStyle, ...variants };
|
|
215
|
+
}
|
|
216
|
+
export const styleUtils = {
|
|
217
|
+
hover: (styles) => ({
|
|
218
|
+
'&:hover': styles,
|
|
219
|
+
}),
|
|
220
|
+
disabled: (styles) => ({
|
|
221
|
+
'&:disabled': styles,
|
|
222
|
+
}),
|
|
223
|
+
mediaQuery: (query, styles) => ({
|
|
224
|
+
[`@media ${query}`]: styles,
|
|
225
|
+
}),
|
|
226
|
+
transition: (properties, duration = imgGenTheme.effects.transitionSpeed) => ({
|
|
227
|
+
transition: properties.map((prop) => `${prop} ${duration} ease`).join(', '),
|
|
228
|
+
}),
|
|
229
|
+
};
|
|
230
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../jsr/utils/styles.ts"],"names":[],"mappings":"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"}
|