@apiwiz/apiwiz-catalog-library 2.0.47 → 2.0.49

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 CHANGED
@@ -151,6 +151,9 @@ interface ApiwizCatalogProps {
151
151
  | `selectedMethod` | `string` | Selected HTTP method (e.g., "GET") |
152
152
  | `selectedPath` | `string` | Selected API endpoint path |
153
153
  | `enableDevTools` | `boolean` | When `true` in `EXTERNAL` mode, shows a floating panel to switch OAS presets, operations, theme, and left panel |
154
+ | `showOAS` | `boolean` | When `true`, replaces View/Tryout toggle with Tryout/OAS and shows OAS editor in right panel. Defaults to `false` |
155
+ | `hideRightPanel` | `boolean` | Hides the right panel column (tryout and OAS). Defaults to `false` |
156
+ | `disableTryout` | `boolean` | Disables Tryout mode; docs are read-only. With `showOAS`, shows OAS-only mode (no toggle). Defaults to `false` |
154
157
  | `bottomBar` | `React.ReactElement \| React.ComponentType` | Bottom bar component to render at the end of center content |
155
158
 
156
159
  ### OpenAPI version support