@redocly/openapi-docs 3.0.0-alpha.79 → 3.0.0-alpha.81
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/dist/console.redocly-openapi-docs.min.js +109 -108
- package/dist/oauth2-redirect.js +5 -5
- package/dist/redocly-openapi-docs.min.js +1188 -1181
- package/lib/components/DropdownOrLabel/DropdownOrLabel.d.ts +1 -1
- package/lib/components/Endpoint/ServerList.js +1 -1
- package/lib/components/Fields/FieldDetails.js +1 -1
- package/lib/components/SeeMore/SeeMore.js +1 -1
- package/lib/components/Tabs/CollapsingTabs/CollapsingTab.d.ts +2 -1
- package/lib/components/Tabs/CollapsingTabs/CollapsingTabList.d.ts +2 -1
- package/lib/components/Tabs/Tab.d.ts +2 -2
- package/lib/components/Tabs/TabList.d.ts +2 -2
- package/lib/components/Tabs/TabPanel.d.ts +2 -2
- package/lib/components/common/CheckboxList.js +1 -1
- package/lib/components/common/TextField.js +1 -1
- package/lib/components/common/perfect-scrollbar.d.ts +1 -1
- package/lib/components/rightPanel/Console/Console.js +1 -1
- package/lib/components/rightPanel/RequestBody/Body.js +1 -1
- package/lib/hooks/useRouter.d.ts +3 -1
- package/lib/services/code-samples/generator.js +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/code-builder.js +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/constants.d.ts +1 -0
- package/lib/services/code-samples/httpsnippet/helpers/constants.js +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.d.ts +2 -0
- package/lib/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/csharp/httpclient.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.d.ts +10 -0
- package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.js +2 -0
- package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.d.ts +10 -0
- package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.js +2 -0
- package/lib/services/code-samples/httpsnippet/targets/index.d.ts +9 -0
- package/lib/services/code-samples/httpsnippet/targets/index.js +1 -1
- package/lib/services/code-samples/types.d.ts +5 -2
- package/lib/setupTests.d.ts +1 -2
- package/lib/setupTests.js +1 -1
- package/lib/standalone.d.ts +1 -1
- package/lib/standalone.js +1 -1
- package/lib/utils/helpers.d.ts +2 -0
- package/lib/utils/helpers.js +1 -1
- package/lib/utils/typeGuards.d.ts +1 -0
- package/lib/utils/typeGuards.js +1 -1
- package/lib-esm/components/DropdownOrLabel/DropdownOrLabel.d.ts +1 -1
- package/lib-esm/components/Endpoint/ServerList.js +1 -1
- package/lib-esm/components/Fields/FieldDetails.js +1 -1
- package/lib-esm/components/SeeMore/SeeMore.js +1 -1
- package/lib-esm/components/Tabs/CollapsingTabs/CollapsingTab.d.ts +2 -1
- package/lib-esm/components/Tabs/CollapsingTabs/CollapsingTabList.d.ts +2 -1
- package/lib-esm/components/Tabs/Tab.d.ts +2 -2
- package/lib-esm/components/Tabs/TabList.d.ts +2 -2
- package/lib-esm/components/Tabs/TabPanel.d.ts +2 -2
- package/lib-esm/components/common/CheckboxList.js +1 -1
- package/lib-esm/components/common/TextField.js +1 -1
- package/lib-esm/components/common/perfect-scrollbar.d.ts +1 -1
- package/lib-esm/components/rightPanel/Console/Console.js +1 -1
- package/lib-esm/components/rightPanel/RequestBody/Body.js +1 -1
- package/lib-esm/hooks/useRouter.d.ts +3 -1
- package/lib-esm/services/code-samples/generator.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/code-builder.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/constants.d.ts +1 -0
- package/lib-esm/services/code-samples/httpsnippet/helpers/constants.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.d.ts +2 -0
- package/lib-esm/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/targets/csharp/httpclient.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.d.ts +10 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.js +2 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.d.ts +10 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.js +2 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/index.d.ts +9 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/index.js +1 -1
- package/lib-esm/services/code-samples/types.d.ts +5 -2
- package/lib-esm/setupTests.d.ts +1 -2
- package/lib-esm/setupTests.js +1 -1
- package/lib-esm/standalone.d.ts +1 -1
- package/lib-esm/standalone.js +1 -1
- package/lib-esm/utils/helpers.d.ts +2 -0
- package/lib-esm/utils/helpers.js +1 -1
- package/lib-esm/utils/typeGuards.d.ts +1 -0
- package/lib-esm/utils/typeGuards.js +1 -1
- package/package.json +18 -22
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.