@plainsheet/core 0.5.0 → 0.5.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 +6 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://plain-bottom-sheet-pbs-docs.vercel.app/">
|
|
3
|
-
<img src="
|
|
3
|
+
<img src="https://github.com/plainsheet/plainsheet/raw/main/documents/assets/header.png" width="328" height="167">
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
<a href="https://bundlejs.com/?q
|
|
8
|
-
<img alt="" src="https://deno.bundlejs.com/badge?q
|
|
7
|
+
<a href="https://bundlejs.com/?q=@plainsheet/core@latest" target="\_parent">
|
|
8
|
+
<img alt="" src="https://deno.bundlejs.com/badge?q=@plainsheet/core@latest&badge=detailed" />
|
|
9
9
|
</a>
|
|
10
10
|
|
|
11
|
-
<a href="https://bundlejs.com/?q=@plainsheet/react@latest" target="\_parent">
|
|
12
|
-
<img alt="" src="https://deno.bundlejs.com/badge?q=@plainsheet/react@latest" />
|
|
11
|
+
<a href="https://bundlejs.com/?q=@plainsheet/react@latest&badge=detailed" target="\_parent">
|
|
12
|
+
<img alt="" src="https://deno.bundlejs.com/badge?q=@plainsheet/react@latest&badge=detailed" />
|
|
13
13
|
</a>
|
|
14
14
|
|
|
15
15
|
<a href="https://codecov.io/gh/PeterByun/plain-bottom-sheet" >
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
The **minimalistic**, **configurable** bottom sheet for any web project.
|
|
20
20
|
|
|
21
|
-
### [Check out our website](https://
|
|
21
|
+
### [Check out our website](https://www.plainsheet.org//), for a quick start guide, APIs, examples, and more!
|
|
22
22
|
|
|
23
23
|
## Why?
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plainsheet/core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "The minimalistic, configurable React bottom-sheet for the Web developers",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"vite-plugin-css-injected-by-js": "^3.5.0",
|
|
43
43
|
"vite-plugin-dts": "^3.8.1",
|
|
44
44
|
"vitest": "^1.6.0",
|
|
45
|
-
"@internal/
|
|
46
|
-
"@internal/
|
|
45
|
+
"@internal/eslint-config": "0.0.0",
|
|
46
|
+
"@internal/typescript-config": "0.0.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"dev": "vite build --watch --mode development",
|