@godown/react 3.0.0-canary.10 → 3.0.0-canary.11
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/_create.d.ts +1 -1
- package/alert.d.ts +2 -1
- package/avatar.d.ts +2 -1
- package/breath.d.ts +2 -1
- package/button.d.ts +2 -1
- package/card.d.ts +2 -1
- package/carousel.d.ts +2 -1
- package/details.d.ts +2 -1
- package/dialog.d.ts +2 -1
- package/divider.d.ts +2 -1
- package/dragbox.d.ts +2 -1
- package/flex.d.ts +2 -1
- package/form.d.ts +2 -1
- package/grid.d.ts +2 -1
- package/input.d.ts +2 -1
- package/layout.d.ts +2 -1
- package/link.d.ts +2 -1
- package/package.json +2 -2
- package/progress.d.ts +2 -1
- package/range.d.ts +2 -1
- package/rotate.d.ts +2 -1
- package/router.d.ts +2 -1
- package/select.d.ts +2 -1
- package/skeleton.d.ts +2 -1
- package/split.d.ts +2 -1
- package/switch.d.ts +2 -1
- package/text.d.ts +2 -1
- package/time.d.ts +2 -1
- package/tooltip.d.ts +2 -1
- package/typewriter.d.ts +2 -1
package/_create.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
export default function <G extends (typeof HTMLElement & {
|
2
2
|
elementTagName?: string;
|
3
|
-
}), E extends Record<string, string>>(elementClass: G, events?: E): import("@lit/react").ReactWebComponent<
|
3
|
+
}), E extends Record<string, string>>(elementClass: G, events?: E): import("@lit/react").ReactWebComponent<G["prototype"], {}>;
|
package/alert.d.ts
CHANGED
package/avatar.d.ts
CHANGED
package/breath.d.ts
CHANGED
package/button.d.ts
CHANGED
package/card.d.ts
CHANGED
package/carousel.d.ts
CHANGED
package/details.d.ts
CHANGED
package/dialog.d.ts
CHANGED
package/divider.d.ts
CHANGED
package/dragbox.d.ts
CHANGED
package/flex.d.ts
CHANGED
package/form.d.ts
CHANGED
package/grid.d.ts
CHANGED
package/input.d.ts
CHANGED
package/layout.d.ts
CHANGED
package/link.d.ts
CHANGED
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.11",
|
4
4
|
"description": "React components for godown",
|
5
5
|
"type": "module",
|
6
6
|
"main": "index.js",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"dependencies": {
|
16
16
|
"@lit/react": "^1.0.5",
|
17
17
|
"react": "^18",
|
18
|
-
"godown": "^3.0.0-canary.
|
18
|
+
"godown": "^3.0.0-canary.11"
|
19
19
|
},
|
20
20
|
"publishConfig": {
|
21
21
|
"access": "public"
|
package/progress.d.ts
CHANGED
package/range.d.ts
CHANGED
package/rotate.d.ts
CHANGED
package/router.d.ts
CHANGED
package/select.d.ts
CHANGED
package/skeleton.d.ts
CHANGED
package/split.d.ts
CHANGED
package/switch.d.ts
CHANGED
package/text.d.ts
CHANGED
package/time.d.ts
CHANGED
package/tooltip.d.ts
CHANGED
package/typewriter.d.ts
CHANGED