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