@frontify/guideline-blocks-settings 0.34.6 → 0.34.7

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/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1111,6 +1111,7 @@ export declare const useAttachments: (appBridge: AppBridgeBlock, attachmentKey:
1111
1111
  "Context.portalId": [number, number];
1112
1112
  "Context.blockId": [number, number];
1113
1113
  "Context.sectionId"?: [number | undefined, number | undefined] | undefined;
1114
+ "Context.isAuthenticated": [boolean, boolean];
1114
1115
  "Context.*": [BlockContext, BlockContext];
1115
1116
  }>;
1116
1117
  };
@@ -1135,6 +1136,7 @@ export declare const useAttachmentsContext: () => {
1135
1136
  "Context.portalId": [number, number];
1136
1137
  "Context.blockId": [number, number];
1137
1138
  "Context.sectionId"?: [number | undefined, number | undefined] | undefined;
1139
+ "Context.isAuthenticated": [boolean, boolean];
1138
1140
  "Context.*": [BlockContext, BlockContext];
1139
1141
  }>;
1140
1142
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/guideline-blocks-settings",
3
3
  "type": "module",
4
- "version": "0.34.6",
4
+ "version": "0.34.7",
5
5
  "description": "Provides types and helpers for the guideline block development",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "@frontify/fondue": "12.0.0-beta.415",
40
40
  "@react-aria/focus": "^3.14.0",
41
41
  "@react-stately/overlays": "^3.6.1",
42
- "@frontify/sidebar-settings": "^0.9.11"
42
+ "@frontify/sidebar-settings": "^0.9.12"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.23.9",