@godown/react 3.7.5 → 3.8.1
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/README.md +19 -1
- package/alert.d.ts +9 -4
- package/alert.d.ts.map +1 -0
- package/alert.js +6 -3
- package/alert.js.map +1 -0
- package/avatar.d.ts +5 -4
- package/avatar.d.ts.map +1 -0
- package/avatar.js +4 -3
- package/avatar.js.map +1 -0
- package/badge.d.ts +5 -4
- package/badge.d.ts.map +1 -0
- package/badge.js +4 -3
- package/badge.js.map +1 -0
- package/breath.d.ts +5 -4
- package/breath.d.ts.map +1 -0
- package/breath.js +4 -3
- package/breath.js.map +1 -0
- package/button.d.ts +5 -4
- package/button.d.ts.map +1 -0
- package/button.js +4 -3
- package/button.js.map +1 -0
- package/card.d.ts +5 -4
- package/card.d.ts.map +1 -0
- package/card.js +4 -3
- package/card.js.map +1 -0
- package/carousel.d.ts +9 -4
- package/carousel.d.ts.map +1 -0
- package/carousel.js +6 -3
- package/carousel.js.map +1 -0
- package/details.d.ts +9 -4
- package/details.d.ts.map +1 -0
- package/details.js +6 -3
- package/details.js.map +1 -0
- package/dialog.d.ts +9 -4
- package/dialog.d.ts.map +1 -0
- package/dialog.js +6 -3
- package/dialog.js.map +1 -0
- package/divider.d.ts +5 -4
- package/divider.d.ts.map +1 -0
- package/divider.js +4 -3
- package/divider.js.map +1 -0
- package/dragbox.d.ts +5 -4
- package/dragbox.d.ts.map +1 -0
- package/dragbox.js +4 -3
- package/dragbox.js.map +1 -0
- package/flex.d.ts +5 -4
- package/flex.d.ts.map +1 -0
- package/flex.js +4 -3
- package/flex.js.map +1 -0
- package/form.d.ts +5 -4
- package/form.d.ts.map +1 -0
- package/form.js +4 -3
- package/form.js.map +1 -0
- package/grid.d.ts +5 -4
- package/grid.d.ts.map +1 -0
- package/grid.js +4 -3
- package/grid.js.map +1 -0
- package/heading.d.ts +5 -4
- package/heading.d.ts.map +1 -0
- package/heading.js +4 -3
- package/heading.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -0
- package/input.d.ts +11 -4
- package/input.d.ts.map +1 -0
- package/input.js +7 -3
- package/input.js.map +1 -0
- package/layout.d.ts +5 -4
- package/layout.d.ts.map +1 -0
- package/layout.js +4 -3
- package/layout.js.map +1 -0
- package/lib/create.d.ts +12 -2
- package/lib/create.d.ts.map +1 -0
- package/lib/create.js +17 -3
- package/lib/create.js.map +1 -0
- package/lib/intrinsic.d.ts +1 -0
- package/lib/intrinsic.d.ts.map +1 -0
- package/lib/intrinsic.js +1 -0
- package/lib/intrinsic.js.map +1 -0
- package/link.d.ts +15 -4
- package/link.d.ts.map +1 -0
- package/link.js +6 -3
- package/link.js.map +1 -0
- package/package.json +5 -4
- package/progress.d.ts +5 -4
- package/progress.d.ts.map +1 -0
- package/progress.js +4 -3
- package/progress.js.map +1 -0
- package/range.d.ts +9 -4
- package/range.d.ts.map +1 -0
- package/range.js +6 -3
- package/range.js.map +1 -0
- package/rotate.d.ts +5 -4
- package/rotate.d.ts.map +1 -0
- package/rotate.js +4 -3
- package/rotate.js.map +1 -0
- package/router.d.ts +19 -4
- package/router.d.ts.map +1 -0
- package/router.js +6 -3
- package/router.js.map +1 -0
- package/select.d.ts +13 -4
- package/select.d.ts.map +1 -0
- package/select.js +8 -3
- package/select.js.map +1 -0
- package/skeleton.d.ts +5 -4
- package/skeleton.d.ts.map +1 -0
- package/skeleton.js +4 -3
- package/skeleton.js.map +1 -0
- package/split.d.ts +11 -4
- package/split.d.ts.map +1 -0
- package/split.js +7 -3
- package/split.js.map +1 -0
- package/src/alert.ts +24 -0
- package/src/avatar.ts +17 -0
- package/src/badge.ts +17 -0
- package/src/breath.ts +17 -0
- package/src/button.ts +17 -0
- package/src/card.ts +17 -0
- package/src/carousel.ts +24 -0
- package/src/details.ts +24 -0
- package/src/dialog.ts +24 -0
- package/src/divider.ts +17 -0
- package/src/dragbox.ts +17 -0
- package/src/flex.ts +17 -0
- package/src/form.ts +17 -0
- package/src/grid.ts +17 -0
- package/src/heading.ts +17 -0
- package/src/index.ts +31 -0
- package/src/input.ts +26 -0
- package/src/layout.ts +17 -0
- package/src/lib/create.ts +44 -0
- package/src/lib/intrinsic.ts +26 -0
- package/src/link.ts +30 -0
- package/src/progress.ts +17 -0
- package/src/range.ts +24 -0
- package/src/rotate.ts +17 -0
- package/src/router.ts +32 -0
- package/src/select.ts +28 -0
- package/src/skeleton.ts +17 -0
- package/src/split.ts +26 -0
- package/src/switch.ts +24 -0
- package/src/tabs.ts +24 -0
- package/src/text.ts +17 -0
- package/src/time.ts +24 -0
- package/src/tooltip.ts +24 -0
- package/src/typewriter.ts +26 -0
- package/switch.d.ts +9 -4
- package/switch.d.ts.map +1 -0
- package/switch.js +6 -3
- package/switch.js.map +1 -0
- package/tabs.d.ts +9 -4
- package/tabs.d.ts.map +1 -0
- package/tabs.js +6 -3
- package/tabs.js.map +1 -0
- package/text.d.ts +5 -4
- package/text.d.ts.map +1 -0
- package/text.js +4 -3
- package/text.js.map +1 -0
- package/time.d.ts +9 -4
- package/time.d.ts.map +1 -0
- package/time.js +6 -3
- package/time.js.map +1 -0
- package/tooltip.d.ts +9 -4
- package/tooltip.d.ts.map +1 -0
- package/tooltip.js +6 -3
- package/tooltip.js.map +1 -0
- package/typewriter.d.ts +11 -4
- package/typewriter.d.ts.map +1 -0
- package/typewriter.js +7 -3
- package/typewriter.js.map +1 -0
package/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
npm i @godown/react
|
5
5
|
```
|
6
6
|
|
7
|
-
This package provides
|
7
|
+
This package provides default conversion for React.
|
8
8
|
|
9
9
|
## Usage
|
10
10
|
|
@@ -27,3 +27,21 @@ export default function () {
|
|
27
27
|
return <godown-alert title="Alert" />;
|
28
28
|
}
|
29
29
|
```
|
30
|
+
|
31
|
+
Convert to React component
|
32
|
+
|
33
|
+
```js
|
34
|
+
import { createReact } from "@godown/react/lib/create";
|
35
|
+
|
36
|
+
import { MyElement } from "./my-element-definition.js";
|
37
|
+
|
38
|
+
MyElement.elementTagName = "my-element";
|
39
|
+
|
40
|
+
const MyElementReact = createReact(MyElement, eventMap<
|
41
|
+
{
|
42
|
+
onMyEvent: CustomEvent<any>;
|
43
|
+
}
|
44
|
+
>({
|
45
|
+
onMyEvent: "my-event",
|
46
|
+
}));
|
47
|
+
```
|
package/alert.d.ts
CHANGED
@@ -1,12 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import type
|
3
|
-
|
1
|
+
import Alert from "godown/alert.js";
|
2
|
+
import { type TargetedCustomEvent } from "./lib/create.js";
|
3
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
4
|
+
declare const _default: import("@lit/react").ReactWebComponent<Alert, {
|
5
|
+
onclose: import("@lit/react").EventName<TargetedCustomEvent<undefined, Alert>>;
|
6
|
+
onClose: import("@lit/react").EventName<TargetedCustomEvent<undefined, Alert>>;
|
7
|
+
}>;
|
4
8
|
export default _default;
|
5
9
|
export * from "godown/alert.js";
|
6
10
|
declare global {
|
7
11
|
namespace JSX {
|
8
12
|
interface IntrinsicElements {
|
9
|
-
"godown-alert":
|
13
|
+
"godown-alert": IntrinsicElement<Alert>;
|
10
14
|
}
|
11
15
|
}
|
12
16
|
}
|
17
|
+
//# sourceMappingURL=alert.d.ts.map
|
package/alert.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["src/alert.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,iBAAiB,CAAC;AAEpC,OAAO,EAAyB,KAAK,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;;;;AAE3D,wBAOE;AAEF,cAAc,iBAAiB,CAAC;AAEhC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAC;SACzC;KACF;CACF"}
|
package/alert.js
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Alert from "godown/alert.js";
|
3
|
+
import { createReact, eventMap } from "./lib/create.js";
|
4
|
+
export default createReact(Alert, eventMap({
|
5
|
+
onClose: "close",
|
6
|
+
}));
|
5
7
|
export * from "godown/alert.js";
|
8
|
+
//# sourceMappingURL=alert.js.map
|
package/alert.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"alert.js","sourceRoot":"","sources":["src/alert.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,KAAK,MAAM,iBAAiB,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,QAAQ,EAA4B,MAAM,iBAAiB,CAAC;AAGlF,eAAe,WAAW,CACxB,KAAK,EACL,QAAQ,CAEL;IACD,OAAO,EAAE,OAAO;CACjB,CAAC,CACH,CAAC;AAEF,cAAc,iBAAiB,CAAC"}
|
package/avatar.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Avatar from "godown/avatar.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Avatar, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/avatar.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-avatar":
|
9
|
+
"godown-avatar": IntrinsicElement<Avatar>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=avatar.d.ts.map
|
package/avatar.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["src/avatar.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAmC;AAEnC,cAAc,kBAAkB,CAAC;AAEjC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,eAAe,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;SAC3C;KACF;CACF"}
|
package/avatar.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Avatar from "godown/avatar.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Avatar);
|
5
5
|
export * from "godown/avatar.js";
|
6
|
+
//# sourceMappingURL=avatar.js.map
|
package/avatar.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"avatar.js","sourceRoot":"","sources":["src/avatar.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,MAAM,CAAC,CAAC;AAEnC,cAAc,kBAAkB,CAAC"}
|
package/badge.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Badge from "godown/badge.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Badge, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/badge.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-badge":
|
9
|
+
"godown-badge": IntrinsicElement<Badge>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=badge.d.ts.map
|
package/badge.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["src/badge.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,iBAAiB,CAAC;AAGpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAkC;AAElC,cAAc,iBAAiB,CAAC;AAEhC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAC;SACzC;KACF;CACF"}
|
package/badge.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Badge from "godown/badge.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Badge);
|
5
5
|
export * from "godown/badge.js";
|
6
|
+
//# sourceMappingURL=badge.js.map
|
package/badge.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"badge.js","sourceRoot":"","sources":["src/badge.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,KAAK,MAAM,iBAAiB,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,KAAK,CAAC,CAAC;AAElC,cAAc,iBAAiB,CAAC"}
|
package/breath.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Breath from "godown/breath.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Breath, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/breath.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-breath":
|
9
|
+
"godown-breath": IntrinsicElement<Breath>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=breath.d.ts.map
|
package/breath.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"breath.d.ts","sourceRoot":"","sources":["src/breath.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAmC;AAEnC,cAAc,kBAAkB,CAAC;AAEjC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,eAAe,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;SAC3C;KACF;CACF"}
|
package/breath.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Breath from "godown/breath.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Breath);
|
5
5
|
export * from "godown/breath.js";
|
6
|
+
//# sourceMappingURL=breath.js.map
|
package/breath.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"breath.js","sourceRoot":"","sources":["src/breath.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,MAAM,CAAC,CAAC;AAEnC,cAAc,kBAAkB,CAAC"}
|
package/button.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Button from "godown/button.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Button, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/button.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-button":
|
9
|
+
"godown-button": IntrinsicElement<Button>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=button.d.ts.map
|
package/button.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["src/button.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAmC;AAEnC,cAAc,kBAAkB,CAAC;AAEjC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,eAAe,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;SAC3C;KACF;CACF"}
|
package/button.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Button from "godown/button.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Button);
|
5
5
|
export * from "godown/button.js";
|
6
|
+
//# sourceMappingURL=button.js.map
|
package/button.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"button.js","sourceRoot":"","sources":["src/button.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,MAAM,CAAC,CAAC;AAEnC,cAAc,kBAAkB,CAAC"}
|
package/card.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Card from "godown/card.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Card, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/card.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-card":
|
9
|
+
"godown-card": IntrinsicElement<Card>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=card.d.ts.map
|
package/card.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["src/card.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAGlC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAiC;AAEjC,cAAc,gBAAgB,CAAC;AAE/B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,aAAa,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;SACvC;KACF;CACF"}
|
package/card.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Card from "godown/card.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Card);
|
5
5
|
export * from "godown/card.js";
|
6
|
+
//# sourceMappingURL=card.js.map
|
package/card.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"card.js","sourceRoot":"","sources":["src/card.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,IAAI,CAAC,CAAC;AAEjC,cAAc,gBAAgB,CAAC"}
|
package/carousel.d.ts
CHANGED
@@ -1,12 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import type
|
3
|
-
|
1
|
+
import Carousel from "godown/carousel.js";
|
2
|
+
import { type TargetedCustomEvent } from "./lib/create.js";
|
3
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
4
|
+
declare const _default: import("@lit/react").ReactWebComponent<Carousel, {
|
5
|
+
onchange: import("@lit/react").EventName<TargetedCustomEvent<number, Carousel>>;
|
6
|
+
onChange: import("@lit/react").EventName<TargetedCustomEvent<number, Carousel>>;
|
7
|
+
}>;
|
4
8
|
export default _default;
|
5
9
|
export * from "godown/carousel.js";
|
6
10
|
declare global {
|
7
11
|
namespace JSX {
|
8
12
|
interface IntrinsicElements {
|
9
|
-
"godown-carousel":
|
13
|
+
"godown-carousel": IntrinsicElement<Carousel>;
|
10
14
|
}
|
11
15
|
}
|
12
16
|
}
|
17
|
+
//# sourceMappingURL=carousel.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["src/carousel.ts"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAE1C,OAAO,EAAyB,KAAK,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;;;;AAE3D,wBAOE;AAEF,cAAc,oBAAoB,CAAC;AAEnC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,iBAAiB,EAAE,gBAAgB,CAAC,QAAQ,CAAC,CAAC;SAC/C;KACF;CACF"}
|
package/carousel.js
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Carousel from "godown/carousel.js";
|
3
|
+
import { createReact, eventMap } from "./lib/create.js";
|
4
|
+
export default createReact(Carousel, eventMap({
|
5
|
+
onChange: "change",
|
6
|
+
}));
|
5
7
|
export * from "godown/carousel.js";
|
8
|
+
//# sourceMappingURL=carousel.js.map
|
package/carousel.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"carousel.js","sourceRoot":"","sources":["src/carousel.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,QAAQ,EAA4B,MAAM,iBAAiB,CAAC;AAGlF,eAAe,WAAW,CACxB,QAAQ,EACR,QAAQ,CAEL;IACD,QAAQ,EAAE,QAAQ;CACnB,CAAC,CACH,CAAC;AAEF,cAAc,oBAAoB,CAAC"}
|
package/details.d.ts
CHANGED
@@ -1,12 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import type
|
3
|
-
|
1
|
+
import Details from "godown/details.js";
|
2
|
+
import { type TargetedCustomEvent } from "./lib/create.js";
|
3
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
4
|
+
declare const _default: import("@lit/react").ReactWebComponent<Details, {
|
5
|
+
onchange: import("@lit/react").EventName<TargetedCustomEvent<boolean, Details>>;
|
6
|
+
onChange: import("@lit/react").EventName<TargetedCustomEvent<boolean, Details>>;
|
7
|
+
}>;
|
4
8
|
export default _default;
|
5
9
|
export * from "godown/details.js";
|
6
10
|
declare global {
|
7
11
|
namespace JSX {
|
8
12
|
interface IntrinsicElements {
|
9
|
-
"godown-details":
|
13
|
+
"godown-details": IntrinsicElement<Details>;
|
10
14
|
}
|
11
15
|
}
|
12
16
|
}
|
17
|
+
//# sourceMappingURL=details.d.ts.map
|
package/details.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"details.d.ts","sourceRoot":"","sources":["src/details.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAyB,KAAK,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;;;;AAE3D,wBAOE;AAEF,cAAc,mBAAmB,CAAC;AAElC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,gBAAgB,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC7C;KACF;CACF"}
|
package/details.js
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Details from "godown/details.js";
|
3
|
+
import { createReact, eventMap } from "./lib/create.js";
|
4
|
+
export default createReact(Details, eventMap({
|
5
|
+
onChange: "change",
|
6
|
+
}));
|
5
7
|
export * from "godown/details.js";
|
8
|
+
//# sourceMappingURL=details.js.map
|
package/details.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"details.js","sourceRoot":"","sources":["src/details.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,QAAQ,EAA4B,MAAM,iBAAiB,CAAC;AAGlF,eAAe,WAAW,CACxB,OAAO,EACP,QAAQ,CAEL;IACD,QAAQ,EAAE,QAAQ;CACnB,CAAC,CACH,CAAC;AAEF,cAAc,mBAAmB,CAAC"}
|
package/dialog.d.ts
CHANGED
@@ -1,12 +1,17 @@
|
|
1
|
-
import
|
2
|
-
import type
|
3
|
-
|
1
|
+
import Dialog from "godown/dialog.js";
|
2
|
+
import { type TargetedCustomEvent } from "./lib/create.js";
|
3
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
4
|
+
declare const _default: import("@lit/react").ReactWebComponent<Dialog, {
|
5
|
+
onchange: import("@lit/react").EventName<TargetedCustomEvent<boolean, Dialog>>;
|
6
|
+
onChange: import("@lit/react").EventName<TargetedCustomEvent<boolean, Dialog>>;
|
7
|
+
}>;
|
4
8
|
export default _default;
|
5
9
|
export * from "godown/dialog.js";
|
6
10
|
declare global {
|
7
11
|
namespace JSX {
|
8
12
|
interface IntrinsicElements {
|
9
|
-
"godown-dialog":
|
13
|
+
"godown-dialog": IntrinsicElement<Dialog>;
|
10
14
|
}
|
11
15
|
}
|
12
16
|
}
|
17
|
+
//# sourceMappingURL=dialog.d.ts.map
|
package/dialog.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["src/dialog.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,EAAyB,KAAK,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;;;;AAE3D,wBAOE;AAEF,cAAc,kBAAkB,CAAC;AAEjC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,eAAe,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;SAC3C;KACF;CACF"}
|
package/dialog.js
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Dialog from "godown/dialog.js";
|
3
|
+
import { createReact, eventMap } from "./lib/create.js";
|
4
|
+
export default createReact(Dialog, eventMap({
|
5
|
+
onChange: "change",
|
6
|
+
}));
|
5
7
|
export * from "godown/dialog.js";
|
8
|
+
//# sourceMappingURL=dialog.js.map
|
package/dialog.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dialog.js","sourceRoot":"","sources":["src/dialog.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,QAAQ,EAA4B,MAAM,iBAAiB,CAAC;AAGlF,eAAe,WAAW,CACxB,MAAM,EACN,QAAQ,CAEL;IACD,QAAQ,EAAE,QAAQ;CACnB,CAAC,CACH,CAAC;AAEF,cAAc,kBAAkB,CAAC"}
|
package/divider.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Divider from "godown/divider.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Divider, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/divider.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-divider":
|
9
|
+
"godown-divider": IntrinsicElement<Divider>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=divider.d.ts.map
|
package/divider.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["src/divider.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAGxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAoC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,gBAAgB,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC7C;KACF;CACF"}
|
package/divider.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Divider from "godown/divider.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Divider);
|
5
5
|
export * from "godown/divider.js";
|
6
|
+
//# sourceMappingURL=divider.js.map
|
package/divider.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"divider.js","sourceRoot":"","sources":["src/divider.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,OAAO,CAAC,CAAC;AAEpC,cAAc,mBAAmB,CAAC"}
|
package/dragbox.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Dragbox from "godown/dragbox.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Dragbox, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/dragbox.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-dragbox":
|
9
|
+
"godown-dragbox": IntrinsicElement<Dragbox>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=dragbox.d.ts.map
|
package/dragbox.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dragbox.d.ts","sourceRoot":"","sources":["src/dragbox.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAGxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAoC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,gBAAgB,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC7C;KACF;CACF"}
|
package/dragbox.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Dragbox from "godown/dragbox.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Dragbox);
|
5
5
|
export * from "godown/dragbox.js";
|
6
|
+
//# sourceMappingURL=dragbox.js.map
|
package/dragbox.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dragbox.js","sourceRoot":"","sources":["src/dragbox.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,OAAO,CAAC,CAAC;AAEpC,cAAc,mBAAmB,CAAC"}
|
package/flex.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Flex from "godown/flex.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Flex, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/flex.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-flex":
|
9
|
+
"godown-flex": IntrinsicElement<Flex>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=flex.d.ts.map
|
package/flex.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"flex.d.ts","sourceRoot":"","sources":["src/flex.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAGlC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAiC;AAEjC,cAAc,gBAAgB,CAAC;AAE/B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,aAAa,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;SACvC;KACF;CACF"}
|
package/flex.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Flex from "godown/flex.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Flex);
|
5
5
|
export * from "godown/flex.js";
|
6
|
+
//# sourceMappingURL=flex.js.map
|
package/flex.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"flex.js","sourceRoot":"","sources":["src/flex.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,IAAI,CAAC,CAAC;AAEjC,cAAc,gBAAgB,CAAC"}
|
package/form.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Form from "godown/form.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Form<unknown>, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/form.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-form":
|
9
|
+
"godown-form": IntrinsicElement<Form>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=form.d.ts.map
|
package/form.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["src/form.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAGlC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAiC;AAEjC,cAAc,gBAAgB,CAAC;AAE/B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,aAAa,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;SACvC;KACF;CACF"}
|
package/form.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Form from "godown/form.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Form);
|
5
5
|
export * from "godown/form.js";
|
6
|
+
//# sourceMappingURL=form.js.map
|
package/form.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"form.js","sourceRoot":"","sources":["src/form.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,IAAI,CAAC,CAAC;AAEjC,cAAc,gBAAgB,CAAC"}
|
package/grid.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Grid from "godown/grid.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Grid, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/grid.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-grid":
|
9
|
+
"godown-grid": IntrinsicElement<Grid>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=grid.d.ts.map
|
package/grid.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["src/grid.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAGlC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAiC;AAEjC,cAAc,gBAAgB,CAAC;AAE/B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,aAAa,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;SACvC;KACF;CACF"}
|
package/grid.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
"use client";
|
2
|
-
import
|
3
|
-
import
|
4
|
-
export default
|
2
|
+
import Grid from "godown/grid.js";
|
3
|
+
import { createReact } from "./lib/create.js";
|
4
|
+
export default createReact(Grid);
|
5
5
|
export * from "godown/grid.js";
|
6
|
+
//# sourceMappingURL=grid.js.map
|
package/grid.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"grid.js","sourceRoot":"","sources":["src/grid.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAe,WAAW,CAAC,IAAI,CAAC,CAAC;AAEjC,cAAc,gBAAgB,CAAC"}
|
package/heading.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
import
|
2
|
-
import type {
|
3
|
-
declare const _default: import("@lit/react").ReactWebComponent<
|
1
|
+
import Heading from "godown/heading.js";
|
2
|
+
import type { IntrinsicElement } from "./lib/intrinsic.js";
|
3
|
+
declare const _default: import("@lit/react").ReactWebComponent<Heading, {}>;
|
4
4
|
export default _default;
|
5
5
|
export * from "godown/heading.js";
|
6
6
|
declare global {
|
7
7
|
namespace JSX {
|
8
8
|
interface IntrinsicElements {
|
9
|
-
"godown-heading":
|
9
|
+
"godown-heading": IntrinsicElement<Heading>;
|
10
10
|
}
|
11
11
|
}
|
12
12
|
}
|
13
|
+
//# sourceMappingURL=heading.d.ts.map
|
package/heading.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["src/heading.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAGxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAE3D,wBAAoC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,gBAAgB,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC7C;KACF;CACF"}
|