fumadocs-openapi 10.3.4 → 10.3.6
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/css/generated/shared.css +5 -0
- package/dist/_openapi/types.d.ts +880 -0
- package/dist/index.d.ts +2 -2
- package/dist/playground/client.js +4 -3
- package/dist/playground/components/oauth-dialog.js +19 -7
- package/dist/playground/components/server-select.js +36 -27
- package/dist/requests/media/encode.js +26 -29
- package/dist/server/create.d.ts +2 -2
- package/dist/types.d.ts +18 -14
- package/dist/ui/api-page.d.ts +3 -4
- package/dist/ui/api-page.js +7 -3
- package/dist/ui/base.js +0 -3
- package/dist/ui/contexts/api.js +22 -14
- package/dist/ui/contexts/api.lazy.js +2 -1
- package/dist/ui/operation/index.js +11 -5
- package/dist/ui/operation/request-tabs.js +5 -4
- package/dist/utils/pages/preset-auto.js +2 -2
- package/dist/utils/process-document.d.ts +2 -3
- package/dist/utils/process-document.js +3 -2
- package/dist/utils/schema.d.ts +0 -1
- package/dist/utils/schema.js +4 -1
- package/package.json +14 -18
package/css/generated/shared.css
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@source inline("--fd-docs-row-1");
|
|
4
4
|
@source inline("--initial-height");
|
|
5
5
|
@source inline("-mode");
|
|
6
|
+
@source inline("-ms-2");
|
|
6
7
|
@source inline("-mt-px");
|
|
7
8
|
@source inline("-translate-x-1/2");
|
|
8
9
|
@source inline("-translate-y-1/2");
|
|
@@ -194,6 +195,7 @@
|
|
|
194
195
|
@source inline("description");
|
|
195
196
|
@source inline("descriptionNode");
|
|
196
197
|
@source inline("development");
|
|
198
|
+
@source inline("deviceAuthorization");
|
|
197
199
|
@source inline("directive");
|
|
198
200
|
@source inline("disable");
|
|
199
201
|
@source inline("disabled");
|
|
@@ -463,6 +465,7 @@
|
|
|
463
465
|
@source inline("my-2");
|
|
464
466
|
@source inline("my-4");
|
|
465
467
|
@source inline("name");
|
|
468
|
+
@source inline("name!");
|
|
466
469
|
@source inline("necessary");
|
|
467
470
|
@source inline("need");
|
|
468
471
|
@source inline("nested");
|
|
@@ -593,6 +596,7 @@
|
|
|
593
596
|
@source inline("px-3");
|
|
594
597
|
@source inline("px-4");
|
|
595
598
|
@source inline("py-0");
|
|
599
|
+
@source inline("py-0.5");
|
|
596
600
|
@source inline("py-1");
|
|
597
601
|
@source inline("py-1.5");
|
|
598
602
|
@source inline("py-2");
|
|
@@ -882,6 +886,7 @@
|
|
|
882
886
|
@source inline("useRef");
|
|
883
887
|
@source inline("useResolvedSchema");
|
|
884
888
|
@source inline("useSchemaScope");
|
|
889
|
+
@source inline("useServerContext");
|
|
885
890
|
@source inline("useServerSelectContext");
|
|
886
891
|
@source inline("useState");
|
|
887
892
|
@source inline("useStf");
|