your-ai-workflow-firebase-os 1.14.0 → 1.14.2
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 +2 -2
- package/dist/{ContactPopup-ByfRR5Fl.js → ContactPopup-Bqggz7wE.js} +11457 -11524
- package/dist/ContactPopup-DyzLB3OS.cjs +10 -0
- package/dist/{PhoneInputField-UYKRb9LB.js → PhoneInputField-Cr7W8eO-.js} +1 -1
- package/dist/lib/ThemeContext.d.ts +15 -22
- package/dist/renderer.cjs.js +1 -1
- package/dist/renderer.es.js +1 -1
- package/dist/your-ai-workflow-firebase-os.cjs.js +23 -23
- package/dist/your-ai-workflow-firebase-os.css +1 -1
- package/dist/your-ai-workflow-firebase-os.es.js +5763 -6759
- package/package.json +1 -1
- package/src/configs/theme.config.ts +25 -5
- package/src/index.css +0 -10
- package/dist/ContactPopup-BntB8D8s.cjs +0 -10
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ That's it. **One component. Zero configuration files.**
|
|
|
29
29
|
| 👥 **User Management** | Admin panel, three access levels (Free · Internal · Admin), inactive user blocking |
|
|
30
30
|
| 🗂️ **Pages** | Add a page on `/pages` — for anyone, signed-in users, your team or admins only — in one box that shows what to say before you type: its name, address, heading, what it is for, its form, its pictures, its booking, a page it links to; upload the pictures under it. Copy the sentence and the assistant builds it, deciding whatever was skipped; the page then shows all its settings on `/pages`, where you rename it, reorder it, hide it or change its web address, and Edit with AI takes one box saying what should change |
|
|
31
31
|
| 📋 **Templates** | Board (Kanban), Calendar, Table, Drive, Inline Form, Popup Form, Confirmation |
|
|
32
|
-
| 🎨 **Theme Engine** |
|
|
32
|
+
| 🎨 **Theme Engine** | Light and dark modes, every colour and corner in one file your assistant designs from the sentence the `/theme` screen hands the owner |
|
|
33
33
|
| 📁 **File Storage** | An admin-only Assets screen for public images, plus a drive preset any page can be built on |
|
|
34
34
|
| 📬 **Forms** | Created with their pages on `/pages` — say in one box what a form should ask and what happens after (or name one you already have) and the AI builds it with the page; see and hand-edit every form afterwards on `/forms`. Questions can ask for a file — a CV, a photo, a receipt — and the upload works signed out |
|
|
35
35
|
| 📥 **Inbox** | Every form entry in one list at `/inbox`, filtered "From anyone" or "From signed-in users"; an attached file opens from the entry by its own name |
|
|
@@ -202,7 +202,7 @@ The Setup screen in the app walks through all of this and generates the security
|
|
|
202
202
|
|
|
203
203
|
## 🎨 Theming
|
|
204
204
|
|
|
205
|
-
The theme is
|
|
205
|
+
The theme is one file, `src/your-ai-workflow-firebase-os/configs/theme.config.ts`, which the owner's assistant writes from the sentence the `/theme` screen hands them. There is no hand editor: the file is the whole theme.
|
|
206
206
|
|
|
207
207
|
All CSS is scoped to `.firebase-os` — the library's styles **do not leak** into your own application's CSS.
|
|
208
208
|
|