@stoplight/elements 7.7.2 → 7.7.4
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const badgesForSchema = "\nopenapi: 3.1.0\ninfo:\n title: Schema Badges Sample\n description: 'Sample with deprecated and internal badges on schema component'\n contact:\n url: 'https://example.com'\n email: example@example.com\n name: John Johnson\n version: 0.0.0\ncomponents:\n schemas:\n ValidationParams:\n description: Validation parameters\n deprecated: true\n properties:\n groupName:\n type: string\n version:\n type: string\n enum:\n - ok\n - error\n ValidationReport:\n description: Validation report\n deprecated: true\n x-internal: true\n properties:\n validationId:\n type: string\n status:\n type: string\n enum:\n - ok\n - error\n";
|
|
@@ -49,6 +49,7 @@ export declare const APIWithJSONProvidedDirectly: Story<APIProps>;
|
|
|
49
49
|
export declare const APIWithoutDescription: Story<APIProps>;
|
|
50
50
|
export declare const APIWithInternalOperations: Story<APIProps>;
|
|
51
51
|
export declare const OpenApi3Schema: Story<APIProps>;
|
|
52
|
+
export declare const BadgesForSchema: Story<APIProps>;
|
|
52
53
|
export declare const StackedLayout: Story<APIProps>;
|
|
53
54
|
export declare const Box: Story<APIProps>;
|
|
54
55
|
export declare const DigitalOcean: Story<APIProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoplight/elements",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.4",
|
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": ">=16.8"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stoplight/elements-core": "~7.7.
|
|
29
|
+
"@stoplight/elements-core": "~7.7.4",
|
|
30
30
|
"@stoplight/http-spec": "^5.1.4",
|
|
31
31
|
"@stoplight/json": "^3.18.1",
|
|
32
32
|
"@stoplight/mosaic": "^1.33.0",
|