@godown/react 3.0.0-canary.14 → 3.0.0-canary.16
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/alert.d.ts +1 -1
- package/avatar.d.ts +1 -1
- package/breath.d.ts +1 -1
- package/button.d.ts +1 -1
- package/card.d.ts +1 -1
- package/carousel.d.ts +1 -1
- package/details.d.ts +1 -1
- package/dialog.d.ts +1 -1
- package/divider.d.ts +1 -1
- package/dragbox.d.ts +1 -1
- package/flex.d.ts +1 -1
- package/form.d.ts +1 -1
- package/grid.d.ts +1 -1
- package/input.d.ts +1 -1
- package/layout.d.ts +1 -1
- package/link.d.ts +1 -1
- package/package.json +2 -2
- package/progress.d.ts +1 -1
- package/range.d.ts +1 -1
- package/rotate.d.ts +1 -1
- package/router.d.ts +1 -1
- package/select.d.ts +1 -1
- package/skeleton.d.ts +1 -1
- package/split.d.ts +1 -1
- package/switch.d.ts +1 -1
- package/text.d.ts +1 -1
- package/time.d.ts +1 -1
- package/tooltip.d.ts +1 -1
- package/typewriter.d.ts +1 -1
package/alert.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/alert.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/alert.js";
|
package/avatar.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/avatar.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/avatar.js";
|
package/breath.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/breath.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/breath.js";
|
package/button.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/button.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/button.js";
|
package/card.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/card.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/card.js";
|
package/carousel.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/carousel.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/carousel.js";
|
package/details.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/details.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/details.js";
|
package/dialog.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/dialog.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/dialog.js";
|
package/divider.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/divider.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/divider.js";
|
package/dragbox.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/dragbox.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/dragbox.js";
|
package/flex.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/flex.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/flex.js";
|
package/form.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/form.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component<any>, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/form.js";
|
package/grid.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/grid.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/grid.js";
|
package/input.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/input.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/input.js";
|
package/layout.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/layout.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/layout.js";
|
package/link.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/link.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/link.js";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@godown/react",
|
3
|
-
"version": "3.0.0-canary.
|
3
|
+
"version": "3.0.0-canary.16",
|
4
4
|
"description": "React components for godown",
|
5
5
|
"type": "module",
|
6
6
|
"main": "index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"@lit/react": "^1.0.5",
|
26
26
|
"react": "^18.0.0",
|
27
|
-
"godown": "^3.0.0-canary.
|
27
|
+
"godown": "^3.0.0-canary.16"
|
28
28
|
},
|
29
29
|
"publishConfig": {
|
30
30
|
"access": "public"
|
package/progress.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/progress.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/progress.js";
|
package/range.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/range.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/range.js";
|
package/rotate.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/rotate.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/rotate.js";
|
package/router.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/router.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/router.js";
|
package/select.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/select.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/select.js";
|
package/skeleton.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/skeleton.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/skeleton.js";
|
package/split.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/split.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/split.js";
|
package/switch.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/switch.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/switch.js";
|
package/text.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/text.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/text.js";
|
package/time.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/time.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/time.js";
|
package/tooltip.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/tooltip.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/tooltip.js";
|
package/typewriter.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import component from "godown/typewriter.js";
|
2
|
-
import {
|
2
|
+
import type { IntrinsicTag } from "./lib/intrinsic.js";
|
3
3
|
declare const _default: import("@lit/react").ReactWebComponent<component, Record<string, string>>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/typewriter.js";
|