@rebasepro/firebase 0.13.0 → 0.13.1-canary.g18cfeb7

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.
@@ -117,7 +117,7 @@ export type RebaseFirebaseAppProps = {
117
117
  */
118
118
  plugins?: RebasePlugin[];
119
119
  /**
120
- * Open the drawer on hover. Defaults to `false`
120
+ * Open the drawer on hover. Defaults to `true`
121
121
  */
122
122
  autoOpenDrawer?: boolean;
123
123
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebasepro/firebase",
3
3
  "type": "module",
4
- "version": "0.13.0",
4
+ "version": "0.13.1-canary.g18cfeb7",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -14,13 +14,13 @@
14
14
  "fast-equals": "6.0.2",
15
15
  "fuse.js": "^7.5.0",
16
16
  "react-router": "^8.3.0",
17
- "@rebasepro/admin": "0.13.0",
18
- "@rebasepro/admin-types": "0.13.0",
19
- "@rebasepro/app": "0.13.0",
20
- "@rebasepro/common": "0.13.0",
21
- "@rebasepro/types": "0.13.0",
22
- "@rebasepro/utils": "0.13.0",
23
- "@rebasepro/ui": "0.13.0"
17
+ "@rebasepro/admin": "0.13.1-canary.g18cfeb7",
18
+ "@rebasepro/admin-types": "0.13.1-canary.g18cfeb7",
19
+ "@rebasepro/common": "0.13.1-canary.g18cfeb7",
20
+ "@rebasepro/types": "0.13.1-canary.g18cfeb7",
21
+ "@rebasepro/ui": "0.13.1-canary.g18cfeb7",
22
+ "@rebasepro/app": "0.13.1-canary.g18cfeb7",
23
+ "@rebasepro/utils": "0.13.1-canary.g18cfeb7"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "firebase": "^10.12.2 || ^11.0.0 || ^12.0.0",
@@ -147,7 +147,7 @@ export type RebaseFirebaseAppProps = {
147
147
  plugins?: RebasePlugin[];
148
148
 
149
149
  /**
150
- * Open the drawer on hover. Defaults to `false`
150
+ * Open the drawer on hover. Defaults to `true`
151
151
  */
152
152
  autoOpenDrawer?: boolean;
153
153