element-book 0.0.11 → 0.0.12

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.
@@ -2,4 +2,4 @@ import { ElementBookFullRoute, ElementBookRouter } from '../../../routing/elemen
2
2
  export declare const ElementBookRouteLink: import("element-vir").DeclarativeElementDefinition<"element-book-route-link", {
3
3
  route: Partial<ElementBookFullRoute>;
4
4
  router: ElementBookRouter | undefined;
5
- }, {}, {}, string, "anchorPadding", import("lit-html").HTMLTemplateResult, undefined>;
5
+ }, {}, {}, string, "anchorPadding", import("lit-html").HTMLTemplateResult>;
@@ -1,2 +1,2 @@
1
1
  export type BookTagName = `element-book-${string}`;
2
- export declare const defineElementBookElement: <InputsGeneric extends {}>() => <TagNameGeneric extends `element-book-${string}`, StateInitGeneric extends {}, EventsInitGeneric extends {}, HostClassKeysGeneric extends string, CssVarKeysGeneric extends string, RenderOutputGeneric extends any, InputsDefinerFunctionGeneric extends undefined>(inputs: import("element-vir").DeclarativeElementInit<TagNameGeneric, InputsGeneric, StateInitGeneric, EventsInitGeneric, HostClassKeysGeneric, CssVarKeysGeneric, RenderOutputGeneric, InputsDefinerFunctionGeneric>) => import("element-vir").DeclarativeElementDefinition<TagNameGeneric, InputsGeneric, StateInitGeneric, EventsInitGeneric, HostClassKeysGeneric, CssVarKeysGeneric, RenderOutputGeneric, undefined>, defineElementBookElementNoInputs: <TagNameGeneric_1 extends `element-book-${string}`, InputsGeneric_1 extends {}, StateInitGeneric_1 extends {}, EventsInitGeneric_1 extends {}, HostClassKeysGeneric_1 extends string, CssVarKeysGeneric_1 extends string, RenderOutputGeneric_1 extends any, InputsDefinerFunctionGeneric_1 extends undefined>(inputs: import("element-vir").DeclarativeElementInit<TagNameGeneric_1, InputsGeneric_1, StateInitGeneric_1, EventsInitGeneric_1, HostClassKeysGeneric_1, CssVarKeysGeneric_1, RenderOutputGeneric_1, InputsDefinerFunctionGeneric_1>) => import("element-vir").DeclarativeElementDefinition<TagNameGeneric_1, InputsGeneric_1, StateInitGeneric_1, EventsInitGeneric_1, HostClassKeysGeneric_1, CssVarKeysGeneric_1, RenderOutputGeneric_1, InputsDefinerFunctionGeneric_1>;
2
+ export declare const defineElementBookElement: <InputsGeneric extends {}>() => <TagNameGeneric extends `element-book-${string}`, StateInitGeneric extends {}, EventsInitGeneric extends {}, HostClassKeysGeneric extends string, CssVarKeysGeneric extends string, RenderOutputGeneric extends any>(inputs: import("element-vir").DeclarativeElementInit<TagNameGeneric, InputsGeneric, StateInitGeneric, EventsInitGeneric, HostClassKeysGeneric, CssVarKeysGeneric, RenderOutputGeneric>) => import("element-vir").DeclarativeElementDefinition<TagNameGeneric, InputsGeneric, StateInitGeneric, EventsInitGeneric, HostClassKeysGeneric, CssVarKeysGeneric, RenderOutputGeneric>, defineElementBookElementNoInputs: <TagNameGeneric_1 extends `element-book-${string}`, InputsGeneric_1 extends {}, StateInitGeneric_1 extends {}, EventsInitGeneric_1 extends {}, HostClassKeysGeneric_1 extends string, CssVarKeysGeneric_1 extends string, RenderOutputGeneric_1 extends any>(inputs: import("element-vir").DeclarativeElementInit<TagNameGeneric_1, InputsGeneric_1, StateInitGeneric_1, EventsInitGeneric_1, HostClassKeysGeneric_1, CssVarKeysGeneric_1, RenderOutputGeneric_1>) => import("element-vir").DeclarativeElementDefinition<TagNameGeneric_1, InputsGeneric_1, StateInitGeneric_1, EventsInitGeneric_1, HostClassKeysGeneric_1, CssVarKeysGeneric_1, RenderOutputGeneric_1>;
@@ -9,5 +9,5 @@ export declare const ElementBookApp: import("element-vir").DeclarativeElementDef
9
9
  currentRoute: Readonly<Required<Readonly<import("spa-router-vir").FullRoute<import("../../../routing/element-book-routing").ValidElementBookPaths, undefined, undefined>>>>;
10
10
  router: Readonly<import("spa-router-vir").SpaRouter<import("../../../routing/element-book-routing").ValidElementBookPaths, undefined, undefined>> | undefined;
11
11
  colors: ColorThemeState;
12
- }, {}, "", "", import("lit-html").HTMLTemplateResult, undefined>;
12
+ }, {}, "", "", import("lit-html").HTMLTemplateResult>;
13
13
  export {};
@@ -2,4 +2,4 @@ import { ElementBookFullRoute, ElementBookRouter } from '../../routing/element-b
2
2
  export declare const ElementBookBreadcrumbs: import("element-vir").DeclarativeElementDefinition<"element-book-breadcrumbs", {
3
3
  currentRoute: Readonly<ElementBookFullRoute>;
4
4
  router: ElementBookRouter;
5
- }, {}, {}, string, string, import("lit-html").HTMLTemplateResult | import("lit-html").HTMLTemplateResult[], undefined>;
5
+ }, {}, {}, string, string, import("lit-html").HTMLTemplateResult | import("lit-html").HTMLTemplateResult[]>;
@@ -4,4 +4,4 @@ export declare const ElementBookNav: import("element-vir").DeclarativeElementDef
4
4
  tree: EntryTreeNode;
5
5
  selectedPath: ReadonlyArray<string>;
6
6
  router: ElementBookRouter | undefined;
7
- }, {}, {}, string, string, import("lit-html").HTMLTemplateResult, undefined>;
7
+ }, {}, {}, string, string, import("lit-html").HTMLTemplateResult>;
@@ -5,4 +5,4 @@ export declare const ElementBookEntryDisplay: import("element-vir").DeclarativeE
5
5
  currentRoute: Readonly<ElementBookFullRoute>;
6
6
  currentNode: Readonly<EntryTreeNode>;
7
7
  router: ElementBookRouter;
8
- }, {}, {}, string, string, HTMLTemplateResult, undefined>;
8
+ }, {}, {}, string, string, HTMLTemplateResult>;
@@ -1,4 +1,4 @@
1
1
  import { ElementBookPageExample } from '../../../data/element-book-entry/element-book-page/element-book-page-example';
2
2
  export declare const ElementBookExampleControls: import("element-vir").DeclarativeElementDefinition<"element-book-example-controls", {
3
3
  example: ElementBookPageExample;
4
- }, {}, {}, string, string, import("lit-html").HTMLTemplateResult, undefined>;
4
+ }, {}, {}, string, string, import("lit-html").HTMLTemplateResult>;
@@ -4,4 +4,4 @@ export declare const ElementBookExampleViewer: import("element-vir").Declarative
4
4
  breadcrumbs: ReadonlyArray<string>;
5
5
  }, {
6
6
  internalState: any;
7
- }, {}, string, string, string | import("lit-html").HTMLTemplateResult, undefined>;
7
+ }, {}, string, string, string | import("lit-html").HTMLTemplateResult>;
@@ -2,4 +2,4 @@ import { ElementBookPage } from '../../../data/element-book-entry/element-book-p
2
2
  export declare const ElementBookPageExamples: import("element-vir").DeclarativeElementDefinition<"element-book-page-examples", {
3
3
  page: ElementBookPage;
4
4
  parentBreadcrumbs: ReadonlyArray<string>;
5
- }, {}, {}, string, string, unknown, undefined>;
5
+ }, {}, {}, string, string, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-book",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "keywords": [
5
5
  "book",
6
6
  "design system",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@augment-vir/common": "^13.4.0",
42
- "@electrovir/icon-element": "^0.0.1",
42
+ "@electrovir/icon-element": "^0.0.2",
43
43
  "colorjs.io": "^0.4.3",
44
- "element-vir": "^12.3.0",
44
+ "element-vir": "^12.4.2",
45
45
  "lit-css-vars": "^2.0.2",
46
- "spa-router-vir": "^2.0.0",
46
+ "spa-router-vir": "^2.0.3",
47
47
  "typed-event-target": "^1.2.0"
48
48
  },
49
49
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@web/test-runner-playwright": "^0.10.0",
57
57
  "@web/test-runner-visual-regression": "^0.8.0",
58
58
  "istanbul-smart-text-reporter": "^1.1.1",
59
- "type-fest": "^3.9.0",
59
+ "type-fest": "^3.10.0",
60
60
  "typescript": "^5.0.4"
61
61
  }
62
62
  }