@css-hooks/qwik 3.1.2-next.2 → 3.1.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 +11 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<a id="logomark" href="https://
|
|
2
|
+
<a id="logomark" href="https://css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.1.2/.github/logomark.svg" height="128" /></a><br/><br/>
|
|
3
3
|
<div id="wordmark">
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.1.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.1.2
|
|
12
|
-
<a href="https://www.npmjs.com/package/@css-hooks/qwik/v/3.1.2
|
|
13
|
-
<a href="https://github.com/css-hooks/css-hooks/blob/v3.1.2
|
|
11
|
+
<a href="https://github.com/css-hooks/css-hooks/tree/v3.1.2"><img src="https://img.shields.io/badge/tag-v3.1.2-663399" alt="tag v3.1.2"></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/@css-hooks/qwik/v/3.1.2"><img src="https://img.shields.io/badge/npm-v3.1.2-663399" alt="npm version"></a>
|
|
13
|
+
<a href="https://github.com/css-hooks/css-hooks/blob/v3.1.2/LICENSE"><img src="https://img.shields.io/badge/license-MIT-663399" alt="license"></a>
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
16
|
---
|
|
@@ -95,15 +95,15 @@ experience without runtime style injection or build steps.
|
|
|
95
95
|
|
|
96
96
|
### Framework integrations
|
|
97
97
|
|
|
98
|
-
| <img src="https://dl.svgcdn.com/svg/logos/react.svg" alt="React" width="24" height="24" />React | <img src="https://dl.svgcdn.com/svg/logos/preact.svg" alt="Preact" width="24" height="24" />Preact | <img src="https://dl.svgcdn.com/svg/logos/solidjs-icon.svg" alt="Solid" width="24" height="24" />Solid | <img src="https://dl.svgcdn.com/svg/logos/qwik-icon.svg" alt="Qwik" width="24" height="24" />Qwik |
|
|
99
|
-
|
|
|
100
|
-
|
|
|
98
|
+
| <img src="https://dl.svgcdn.com/svg/logos/react.svg" alt="React" width="24" height="24" /><br/>React | <img src="https://dl.svgcdn.com/svg/logos/preact.svg" alt="Preact" width="24" height="24" /><br/>Preact | <img src="https://dl.svgcdn.com/svg/logos/solidjs-icon.svg" alt="Solid" width="24" height="24" /><br/>Solid | <img src="https://dl.svgcdn.com/svg/logos/qwik-icon.svg" alt="Qwik" width="24" height="24" /><br/>Qwik |
|
|
99
|
+
| :--------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: |
|
|
100
|
+
| ✅ | ✅ | ✅ | ✅ |
|
|
101
101
|
|
|
102
102
|
### Browser support
|
|
103
103
|
|
|
104
|
-
| <img src="https://dl.svgcdn.com/svg/logos/chrome.svg" alt="Chrome" width="24" height="24" />Chrome | <img src="https://dl.svgcdn.com/svg/logos/microsoft-edge.svg" alt="Edge" width="24" height="24" />Edge | <img src="https://dl.svgcdn.com/svg/logos/safari.svg" alt="Safari" width="24" height="24" />Safari | <img src="https://dl.svgcdn.com/svg/logos/firefox.svg" alt="Firefox" width="24" height="24" />Firefox | <img src="https://dl.svgcdn.com/svg/logos/opera.svg" alt="Opera" width="24" height="24" />Opera |
|
|
105
|
-
|
|
|
106
|
-
|
|
|
104
|
+
| <img src="https://dl.svgcdn.com/svg/logos/chrome.svg" alt="Chrome" width="24" height="24" /><br/>Chrome | <img src="https://dl.svgcdn.com/svg/logos/microsoft-edge.svg" alt="Edge" width="24" height="24" /><br/>Edge | <img src="https://dl.svgcdn.com/svg/logos/safari.svg" alt="Safari" width="24" height="24" /><br/>Safari | <img src="https://dl.svgcdn.com/svg/logos/firefox.svg" alt="Firefox" width="24" height="24" /><br/>Firefox | <img src="https://dl.svgcdn.com/svg/logos/opera.svg" alt="Opera" width="24" height="24" /><br/>Opera |
|
|
105
|
+
| :-----------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
|
|
106
|
+
| 99+ | 99+ | 15.4+ | 97+ | 85+ |
|
|
107
107
|
|
|
108
108
|
## Documentation
|
|
109
109
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@css-hooks/qwik",
|
|
3
3
|
"description": "CSS Hooks for Qwik",
|
|
4
|
-
"version": "3.1.2
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"author": "Nick Saunders",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@css-hooks/core": "3.1.2
|
|
7
|
+
"@css-hooks/core": "3.1.2"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@builder.io/qwik": "^1.9.0"
|