your-ai-workflow-firebase-os 1.2.44 → 1.2.48
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 +6 -5
- package/dist/ContactPopup-Dl2ToG1c.cjs +9 -0
- package/dist/{ContactPopup-BBlwJxe1.js → ContactPopup-DoDjA5wi.js} +10980 -10868
- package/dist/{PhoneInputField-ANCOgpeA.js → PhoneInputField-Dsbycpqe.js} +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/renderer.cjs.js +1 -1
- package/dist/renderer.es.js +1 -1
- package/dist/vite.cjs.js +2 -2
- package/dist/vite.es.js +8 -1
- package/dist/your-ai-workflow-firebase-os.cjs.js +28 -18
- package/dist/your-ai-workflow-firebase-os.css +1 -1
- package/dist/your-ai-workflow-firebase-os.es.js +4506 -4341
- package/package.json +1 -1
- package/scripts/postinstall.js +34 -15
- package/src/configs/theme.config.ts +7 -6
- package/src/index.css +50 -0
- package/src/pages/Home.tsx +1 -1
- package/dist/ContactPopup-4g5_qndo.cjs +0 -9
package/README.md
CHANGED
|
@@ -132,11 +132,12 @@ interface FirebaseOSProps {
|
|
|
132
132
|
};
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
135
|
+
* Optional. Who owns the app is decided by the Firestore rules alone: the
|
|
136
|
+
* /setup page has a bar where the owner types their address and generates
|
|
137
|
+
* rules that already name them, and the app simply asks Firebase for the
|
|
138
|
+
* role — the rules say yes to the listed addresses and no to everyone else.
|
|
139
|
+
* This prop only prefills that bar (handy for pre-configured installs);
|
|
140
|
+
* nothing requires it any more.
|
|
140
141
|
*/
|
|
141
142
|
adminEmails?: string[];
|
|
142
143
|
|