@redocly/theme 0.56.0-rc.2 → 0.56.0-rc.3

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 AdditionalOverviewInfo: any;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ // interface AdditionalOverviewInfoProps {
3
+ // info: any;
4
+ // }
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.AdditionalOverviewInfo = void 0;
7
+ // export function AdditionalOverviewInfo(_props: AdditionalOverviewInfoProps) {
8
+ // return null;
9
+ // }
10
+ exports.AdditionalOverviewInfo = null;
11
+ //# sourceMappingURL=AdditionalOverviewInfo.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/theme",
3
- "version": "0.56.0-rc.2",
3
+ "version": "0.56.0-rc.3",
4
4
  "description": "Shared UI components lib",
5
5
  "keywords": [
6
6
  "theme",
@@ -89,8 +89,8 @@
89
89
  "nprogress": "0.2.0",
90
90
  "react-calendar": "5.1.0",
91
91
  "react-date-picker": "11.0.0",
92
- "@redocly/config": "0.26.3-rc.1",
93
- "@redocly/realm-asyncapi-sdk": "0.2.0-next.1"
92
+ "@redocly/realm-asyncapi-sdk": "0.2.0-next.1",
93
+ "@redocly/config": "0.26.3-rc.1"
94
94
  },
95
95
  "scripts": {
96
96
  "watch": "tsc -p tsconfig.build.json && (concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\")",
@@ -0,0 +1,9 @@
1
+ // interface AdditionalOverviewInfoProps {
2
+ // info: any;
3
+ // }
4
+
5
+ // export function AdditionalOverviewInfo(_props: AdditionalOverviewInfoProps) {
6
+ // return null;
7
+ // }
8
+
9
+ export const AdditionalOverviewInfo: any = null;