@css-hooks/core 3.0.7-next.0 → 3.0.7-next.2
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img alt="CSS Hooks" src=".github/logomark.svg" height="128"
|
|
2
|
+
<a id="logomark" href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.0.7-next.2/.github/logomark.svg" height="128" /></a><br/><br/>
|
|
3
3
|
<div id="wordmark">
|
|
4
|
-
<img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.0.7-next.
|
|
4
|
+
<a href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.0.7-next.2/.github/wordmark-dark.svg" width="256"></a>
|
|
5
5
|
</div>
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
8
|
<br/>
|
|
9
9
|
|
|
10
10
|
<div align="center" id="badges">
|
|
11
|
-
<a href="https://github.com/css-hooks/css-hooks/tree/v3.0.7-next.
|
|
12
|
-
<a href="https://www.npmjs.com/package/@css-hooks/core/v/3.0.7-next.
|
|
13
|
-
<a href="https://github.com/css-hooks/css-hooks/blob/v3.0.7-next.
|
|
11
|
+
<a href="https://github.com/css-hooks/css-hooks/tree/v3.0.7-next.2"><img src="https://img.shields.io/badge/tag-v3.0.7--next.2-ffd700" alt="tag v3.0.7-next.2"></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/@css-hooks/core/v/3.0.7-next.2"><img src="https://img.shields.io/badge/npm-v3.0.7--next.2-ffd700" alt="npm version"></a>
|
|
13
|
+
<a href="https://github.com/css-hooks/css-hooks/blob/v3.0.7-next.2/LICENSE"><img src="https://img.shields.io/badge/license-MIT-ffd700" alt="license"></a>
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
16
|
---
|