@css-hooks/core 3.0.6-next.20 → 3.0.6-next.22
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 +12 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
<
|
|
2
|
-
<img alt="CSS Hooks" src="
|
|
3
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img alt="CSS Hooks" src=".github/logomark.svg" height="128" /><br/><br/>
|
|
3
|
+
<div id="wordmark">
|
|
4
|
+
<img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.0.6-next.22/.github/wordmark-dark.svg" width="256">
|
|
5
|
+
</div>
|
|
6
|
+
</div>
|
|
7
|
+
|
|
8
|
+
<br/>
|
|
4
9
|
|
|
5
10
|
<p align="center" id="badges">
|
|
6
|
-
<a href="https://github.com/css-hooks/css-hooks/tree/v3.0.6-next.
|
|
7
|
-
<a href="https://www.npmjs.com/package/@css-hooks/core/v/3.0.6-next.
|
|
8
|
-
<a href="https://github.com/css-hooks/css-hooks/blob/v3.0.6-next.
|
|
11
|
+
<a href="https://github.com/css-hooks/css-hooks/tree/v3.0.6-next.21"><img src="https://img.shields.io/badge/tag-v3.0.6--next.21-hotpink" alt="tag v3.0.6-next.21"></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/@css-hooks/core/v/3.0.6-next.21"><img src="https://img.shields.io/badge/npm-v3.0.6--next.21-hotpink" alt="npm version"></a>
|
|
13
|
+
<a href="https://github.com/css-hooks/css-hooks/blob/v3.0.6-next.21/LICENSE"><img src="https://img.shields.io/badge/license-MIT-hotpink" alt="license"></a>
|
|
9
14
|
</p>
|
|
10
15
|
|
|
11
16
|
---
|
|
@@ -98,7 +103,7 @@ experience without runtime style injection or build steps.
|
|
|
98
103
|
|
|
99
104
|
| <img src="https://cdnjs.cloudflare.com/ajax/libs/browser-logos/74.1.0/chrome/chrome_24x24.png" alt="Chrome" /><br/>Chrome | <img src="https://cdnjs.cloudflare.com/ajax/libs/browser-logos/74.1.0/edge/edge_24x24.png" alt="Edge" /><br/>Edge | <img src="https://cdnjs.cloudflare.com/ajax/libs/browser-logos/74.1.0/safari/safari_24x24.png" alt="Safari" /><br/>Safari | <img src="https://cdnjs.cloudflare.com/ajax/libs/browser-logos/74.1.0/firefox/firefox_24x24.png" alt="Firefox" /><br/>Firefox | <img src="https://cdnjs.cloudflare.com/ajax/libs/browser-logos/74.1.0/opera/opera_24x24.png" alt="Opera" /><br/>Opera |
|
|
100
105
|
| ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
|
101
|
-
| <div align="center">
|
|
106
|
+
| <div align="center">99+</div> | <div align="center">99+</div> | <div align="center">15.4+</div> | <div align="center">97+</div> | <div align="center">85+</div> |
|
|
102
107
|
|
|
103
108
|
## Documentation
|
|
104
109
|
|