@applicaster/quick-brick-core 14.0.0-rc.60 → 14.0.0-rc.62

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.
Files changed (2) hide show
  1. package/const/index.ts +6 -0
  2. package/package.json +8 -8
package/const/index.ts CHANGED
@@ -38,3 +38,9 @@ export const requiredSessionKeys = [
38
38
  export const QUICK_BRICK_NAVBAR = "quick-brick-navbar";
39
39
 
40
40
  export const QUICK_BRICK_CONTENT = "quick-brick-content";
41
+
42
+ export const QUICK_BRICK_NAVBAR_SECTIONS = {
43
+ right: "nav-bar-right",
44
+ menu: "navbar-items",
45
+ left: "nav-bar-left",
46
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/quick-brick-core",
3
- "version": "14.0.0-rc.60",
3
+ "version": "14.0.0-rc.62",
4
4
  "description": "Core package for Applicaster's Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "homepage": "https://github.com/applicaster/quickbrick#readme",
30
30
  "dependencies": {
31
- "@applicaster/applicaster-types": "14.0.0-rc.60",
32
- "@applicaster/quick-brick-core-plugins": "14.0.0-rc.60",
33
- "@applicaster/zapp-pipes-v2-client": "14.0.0-rc.60",
34
- "@applicaster/zapp-react-native-bridge": "14.0.0-rc.60",
35
- "@applicaster/zapp-react-native-redux": "14.0.0-rc.60",
36
- "@applicaster/zapp-react-native-ui-components": "14.0.0-rc.60",
37
- "@applicaster/zapp-react-native-utils": "14.0.0-rc.60",
31
+ "@applicaster/applicaster-types": "14.0.0-rc.62",
32
+ "@applicaster/quick-brick-core-plugins": "14.0.0-rc.62",
33
+ "@applicaster/zapp-pipes-v2-client": "14.0.0-rc.62",
34
+ "@applicaster/zapp-react-native-bridge": "14.0.0-rc.62",
35
+ "@applicaster/zapp-react-native-redux": "14.0.0-rc.62",
36
+ "@applicaster/zapp-react-native-ui-components": "14.0.0-rc.62",
37
+ "@applicaster/zapp-react-native-utils": "14.0.0-rc.62",
38
38
  "atob": "^2.1.2",
39
39
  "axios": "^0.28.0",
40
40
  "btoa": "^1.2.1",