@godown/react 3.0.0-canary.7 → 3.0.0-canary.8

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 CHANGED
@@ -11,4 +11,4 @@ import { Alert } from "@godown/react"; // import all
11
11
  export default function () {
12
12
  return <Alert title="Alert" >;
13
13
  }
14
- ```
14
+ ```
package/_create.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export default function <G extends (typeof HTMLElement & {
2
2
  elementTagName?: string;
3
3
  }), E extends Record<string, string>>(elementClass: G, events?: E): import("@lit/react").ReactWebComponent<HTMLElement, E>;
4
- //# sourceMappingURL=_create.d.ts.map
package/alert.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=alert.d.ts.map
package/avatar.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=avatar.d.ts.map
package/breath.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=breath.d.ts.map
package/button.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=button.d.ts.map
package/card.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=card.d.ts.map
package/carousel.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=carousel.d.ts.map
package/details.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=details.d.ts.map
package/dialog.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=dialog.d.ts.map
package/divider.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=divider.d.ts.map
package/dragbox.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=dragbox.d.ts.map
package/flex.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=flex.d.ts.map
package/form.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=form.d.ts.map
package/grid.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=grid.d.ts.map
package/index.d.ts CHANGED
@@ -26,4 +26,3 @@ export { default as Text } from "./text.js";
26
26
  export { default as Time } from "./time.js";
27
27
  export { default as Tooltip } from "./tooltip.js";
28
28
  export { default as Typewriter } from "./typewriter.js";
29
- //# sourceMappingURL=index.d.ts.map
package/input.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=input.d.ts.map
package/layout.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=layout.d.ts.map
package/link.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=link.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@godown/react",
3
- "version": "3.0.0-canary.7",
3
+ "version": "3.0.0-canary.8",
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.7"
18
+ "godown": "^3.0.0-canary.8"
19
19
  },
20
20
  "publishConfig": {
21
21
  "access": "public"
@@ -29,6 +29,6 @@
29
29
  "clean": "tsc --build --clean",
30
30
  "build": "tsc",
31
31
  "fmt": "dprint fmt",
32
- "lint": "eslint --fix"
32
+ "lint": "eslint . --fix"
33
33
  }
34
34
  }
package/progress.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=progress.d.ts.map
package/range.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=range.d.ts.map
package/rotate.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=rotate.d.ts.map
package/router.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=router.d.ts.map
package/select.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=select.d.ts.map
package/skeleton.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=skeleton.d.ts.map
package/split.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=split.d.ts.map
package/switch.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=switch.d.ts.map
package/text.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=text.d.ts.map
package/time.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=time.d.ts.map
package/tooltip.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=tooltip.d.ts.map
package/typewriter.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("@lit/react").ReactWebComponent<HTMLElement, Record<string, string>>;
2
2
  export default _default;
3
- //# sourceMappingURL=typewriter.d.ts.map