@godown/react 3.0.0-canary.1 → 3.0.0-canary.10
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 +5 -4
- package/_create.d.ts +0 -1
- package/alert.d.ts +0 -1
- package/avatar.d.ts +0 -1
- package/breath.d.ts +0 -1
- package/button.d.ts +0 -1
- package/card.d.ts +0 -1
- package/carousel.d.ts +0 -1
- package/details.d.ts +0 -1
- package/dialog.d.ts +0 -1
- package/divider.d.ts +0 -1
- package/dragbox.d.ts +0 -1
- package/flex.d.ts +0 -1
- package/form.d.ts +0 -1
- package/grid.d.ts +0 -1
- package/index.d.ts +0 -1
- package/input.d.ts +0 -1
- package/layout.d.ts +0 -1
- package/link.d.ts +0 -1
- package/package.json +3 -3
- package/progress.d.ts +0 -1
- package/range.d.ts +0 -1
- package/rotate.d.ts +0 -1
- package/router.d.ts +0 -1
- package/select.d.ts +0 -1
- package/skeleton.d.ts +0 -1
- package/split.d.ts +0 -1
- package/switch.d.ts +0 -1
- package/text.d.ts +0 -1
- package/time.d.ts +0 -1
- package/tooltip.d.ts +0 -1
- package/typewriter.d.ts +0 -1
package/README.md
CHANGED
@@ -4,11 +4,12 @@
|
|
4
4
|
npm i godown @godown/react
|
5
5
|
```
|
6
6
|
|
7
|
+
This package only provides empty conversion.
|
8
|
+
|
7
9
|
```jsx
|
8
|
-
import { Alert } from "@godown/react";
|
9
|
-
// import { Alert } from "@godown/react/alert.js"; // import one
|
10
|
+
import { Alert } from "@godown/react";
|
10
11
|
|
11
12
|
export default function () {
|
12
|
-
return <Alert title="Alert"
|
13
|
+
return <Alert title="Alert" />;
|
13
14
|
}
|
14
|
-
```
|
15
|
+
```
|
package/_create.d.ts
CHANGED
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/index.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.10",
|
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.10"
|
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
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