@faststore/components 3.0.3 → 3.0.7
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 +22 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,2 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://faststore.dev">
|
|
3
|
+
<img alt="Faststore" src="../ui/static/logo.png" width="60" />
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
<h1 align="center">
|
|
7
|
+
FastStore Components
|
|
8
|
+
</h1>
|
|
9
|
+
<p align="center">
|
|
10
|
+
<strong>
|
|
11
|
+
FastStore UI components without style layer.
|
|
12
|
+
</strong>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<div style="display: flex; justify-content: center; width: 100%">
|
|
16
|
+
<a href="https://www.npmjs.com/package/@faststore/components" style="padding: 0px 2px 0px 0px">
|
|
17
|
+
<img src="https://badge.fury.io/js/%40faststore%2Fui.svg" />
|
|
18
|
+
</a>
|
|
19
|
+
<a href="https://bundlephobia.com/package/@faststore/components" style="padding: 0px 0px 0px 2px">
|
|
20
|
+
<img src="https://badgen.net/bundlephobia/dependency-count/@faststore/components" />
|
|
21
|
+
</a>
|
|
22
|
+
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"typings": "dist/esm/index.d.ts",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"react-dom": "^18.2.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@faststore/eslint-config": "^3.0.
|
|
38
|
-
"@faststore/shared": "^3.0.
|
|
37
|
+
"@faststore/eslint-config": "^3.0.7",
|
|
38
|
+
"@faststore/shared": "^3.0.7",
|
|
39
39
|
"@types/react": "^18.2.42",
|
|
40
40
|
"@types/react-dom": "^18.2.17",
|
|
41
41
|
"eslint": "7.32.0",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"volta": {
|
|
45
45
|
"extends": "../../package.json"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "1672bc9ba921b70b5f9acfa2845c8f566d29be16"
|
|
48
48
|
}
|