@draftlab/auth 0.1.1 → 0.1.2
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/dist/ui/base.d.ts +2 -2
- package/package.json +2 -2
package/dist/ui/base.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme } from "../themes/theme.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as preact0 from "preact";
|
|
3
3
|
import { ComponentChildren } from "preact";
|
|
4
4
|
|
|
5
5
|
//#region src/ui/base.d.ts
|
|
@@ -21,7 +21,7 @@ declare const Layout: ({
|
|
|
21
21
|
theme,
|
|
22
22
|
title,
|
|
23
23
|
size
|
|
24
|
-
}: LayoutProps) =>
|
|
24
|
+
}: LayoutProps) => preact0.JSX.Element;
|
|
25
25
|
/**
|
|
26
26
|
* Helper function to render a Preact component to HTML string
|
|
27
27
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftlab/auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core implementation for @draftlab/auth",
|
|
6
6
|
"author": "Matheus Pergoli",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"jose": "^6.0.11",
|
|
60
60
|
"preact": "^10.26.9",
|
|
61
61
|
"preact-render-to-string": "^6.5.13",
|
|
62
|
-
"@draftlab/auth-router": "0.0.
|
|
62
|
+
"@draftlab/auth-router": "0.0.3"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
65
|
"node": ">=18"
|