@refrakt-md/types 0.1.0 → 0.2.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@refrakt-md/types",
3
3
  "description": "Shared type definitions for refrakt.md",
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -1,15 +0,0 @@
1
- import { ComponentType } from "../interfaces.js";
2
- import { Topic } from "./docpage.js";
3
- export declare class Footer {
4
- topic: Topic[];
5
- copyright: string | undefined;
6
- }
7
- export interface FooterComponent extends ComponentType<Footer> {
8
- tag: 'footer';
9
- properties: {
10
- topic: 'div';
11
- copyright: 'p';
12
- };
13
- refs: {};
14
- }
15
- //# sourceMappingURL=footer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"footer.d.ts","sourceRoot":"","sources":["../../src/schema/footer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,qBAAa,MAAM;IACjB,KAAK,EAAE,KAAK,EAAE,CAAM;IACpB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAa;CAC3C;AAED,MAAM,WAAW,eAAgB,SAAQ,aAAa,CAAC,MAAM,CAAC;IAC5D,GAAG,EAAE,QAAQ,CAAC;IACd,UAAU,EAAE;QACV,KAAK,EAAE,KAAK,CAAC;QACb,SAAS,EAAE,GAAG,CAAC;KAChB,CAAC;IACF,IAAI,EAAE,EAAE,CAAC;CACV"}
@@ -1,5 +0,0 @@
1
- export class Footer {
2
- topic = [];
3
- copyright = undefined;
4
- }
5
- //# sourceMappingURL=footer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"footer.js","sourceRoot":"","sources":["../../src/schema/footer.ts"],"names":[],"mappings":"AAGA,MAAM,OAAO,MAAM;IACjB,KAAK,GAAY,EAAE,CAAC;IACpB,SAAS,GAAuB,SAAS,CAAC;CAC3C"}
@@ -1,15 +0,0 @@
1
- import { ComponentType } from "../interfaces.js";
2
- import { LinkItem } from "./common.js";
3
- export declare class Menu {
4
- title: string | undefined;
5
- item: LinkItem[];
6
- }
7
- export interface MenuComponent extends ComponentType<Menu> {
8
- tag: 'nav';
9
- properties: {
10
- title: 'h1';
11
- item: 'li';
12
- };
13
- refs: {};
14
- }
15
- //# sourceMappingURL=menu.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../src/schema/menu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,IAAI;IACf,KAAK,EAAE,MAAM,GAAG,SAAS,CAAa;IACtC,IAAI,EAAE,QAAQ,EAAE,CAAM;CACvB;AAED,MAAM,WAAW,aAAc,SAAQ,aAAa,CAAC,IAAI,CAAC;IACxD,GAAG,EAAE,KAAK,CAAC;IACX,UAAU,EAAE;QACV,KAAK,EAAE,IAAI,CAAC;QACZ,IAAI,EAAE,IAAI,CAAC;KACZ,CAAC;IACF,IAAI,EAAE,EAAE,CAAC;CACV"}
@@ -1,5 +0,0 @@
1
- export class Menu {
2
- title = undefined;
3
- item = [];
4
- }
5
- //# sourceMappingURL=menu.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"menu.js","sourceRoot":"","sources":["../../src/schema/menu.ts"],"names":[],"mappings":"AAGA,MAAM,OAAO,IAAI;IACf,KAAK,GAAuB,SAAS,CAAC;IACtC,IAAI,GAAe,EAAE,CAAC;CACvB"}