🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tylertech/forge-extended-react

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tylertech/forge-extended-react - npm Package Compare versions

Comparing version
1.5.0
to
1.5.1
+3
-1
dist/ForgeAppLayout.d.ts

@@ -86,3 +86,5 @@ import React from "react";

* ### **Slots:**
* - **header** - Places content in the header
* - _default_ - Default slot. Content without a slot attribute is placed in the body area.
* - **body** - Explicit body slot. Alternative to using the default slot.
* - **header** - Places content in the header
* - **footer** - Places content in the footer

@@ -89,0 +91,0 @@ * - **left** - Places content to the left of all content

export * from "./ForgeAppLauncher.js";
export * from "./ForgeAppLayout.js";
export * from "./ForgeBusyIndicator.js";
export * from "./ForgeAppLayout.js";
export * from "./ForgeConfirmationDialog.js";

@@ -5,0 +5,0 @@ export * from "./ForgeContentScaffold.js";

export * from "./ForgeAppLauncher.js";
export * from "./ForgeAppLayout.js";
export * from "./ForgeBusyIndicator.js";
export * from "./ForgeAppLayout.js";
export * from "./ForgeConfirmationDialog.js";

@@ -5,0 +5,0 @@ export * from "./ForgeContentScaffold.js";

{
"name": "@tylertech/forge-extended-react",
"version": "1.5.0",
"version": "1.5.1",
"description": "A React adapter for Tyler Forge™ Extended Web Components.",

@@ -19,3 +19,3 @@ "repository": "tyler-technologies-oss/forge-extended",

"react": ">=17.0.0",
"@tylertech/forge-extended": "^1.6.0"
"@tylertech/forge-extended": "^1.6.3"
},

@@ -49,3 +49,3 @@ "devDependencies": {

"vite-tsconfig-paths": "5.1.4",
"@tylertech/forge-extended": "^1.6.0"
"@tylertech/forge-extended": "^1.6.3"
},

@@ -52,0 +52,0 @@ "scripts": {