@css-hooks/solid 3.2.0-next.8 → 4.0.0-next.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 CHANGED
@@ -1,16 +1,16 @@
1
1
  <div align="center">
2
- <a id="logomark" href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.2.0-next.8/.github/logomark.svg" height="128" /></a><br/><br/>
2
+ <a id="logomark" href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v4.0.0-next.1/.github/logomark.svg" height="128" /></a><br/><br/>
3
3
  <div id="wordmark">
4
- <a href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v3.2.0-next.8/.github/wordmark-dark.svg" width="256"></a>
4
+ <a href="https://next.css-hooks.com"><img alt="CSS Hooks" src="https://github.com/css-hooks/css-hooks/raw/v4.0.0-next.1/.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.2.0-next.8"><img src="https://img.shields.io/badge/tag-v3.2.0--next.8-ffd700" alt="tag v3.2.0-next.8"></a>
12
- <a href="https://www.npmjs.com/package/@css-hooks/solid/v/3.2.0-next.8"><img src="https://img.shields.io/badge/npm-v3.2.0--next.8-ffd700" alt="npm version"></a>
13
- <a href="https://github.com/css-hooks/css-hooks/blob/v3.2.0-next.8/LICENSE"><img src="https://img.shields.io/badge/license-MIT-ffd700" alt="license"></a>
11
+ <a href="https://github.com/css-hooks/css-hooks/tree/v4.0.0-next.1"><img src="https://img.shields.io/badge/tag-v4.0.0--next.1-ffd700" alt="tag v4.0.0-next.1"></a>
12
+ <a href="https://www.npmjs.com/package/@css-hooks/solid/v/4.0.0-next.1"><img src="https://img.shields.io/badge/npm-v4.0.0--next.1-ffd700" alt="npm version"></a>
13
+ <a href="https://github.com/css-hooks/css-hooks/blob/v4.0.0-next.1/LICENSE"><img src="https://img.shields.io/badge/license-MIT-ffd700" alt="license"></a>
14
14
  </div>
15
15
 
16
16
  ---
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /*
3
+ * Generated from @webref/css by @scripts/css-property-conflicts.
4
+ * Do not edit this file directly.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
package/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * CSS Hooks for {@link https://www.solidjs.com/ | Solid}
3
+ * CSS Hooks for {@link https://www.solidjs.com/ | Solid}
4
4
  *
5
5
  * @packageDocumentation
6
6
  */
@@ -9,7 +9,7 @@ exports.createHooks = void 0;
9
9
  const core_1 = require("@css-hooks/core");
10
10
  /**
11
11
  * A {@link @css-hooks/core#CreateHooksFn} configured to use Solid's
12
- * `JSX.CSSProperties` type and logic for converting CSS values into strings.
12
+ * `JSX.CSSProperties` type and logic for converting CSS values into strings
13
13
  *
14
14
  * @public
15
15
  */
@@ -0,0 +1,5 @@
1
+ /*
2
+ * Generated from @webref/css by @scripts/css-property-conflicts.
3
+ * Do not edit this file directly.
4
+ */
5
+ export {};
package/esm/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /**
2
- * CSS Hooks for {@link https://www.solidjs.com/ | Solid}
2
+ * CSS Hooks for {@link https://www.solidjs.com/ | Solid}
3
3
  *
4
4
  * @packageDocumentation
5
5
  */
6
6
  import { buildHooksSystem } from "@css-hooks/core";
7
7
  /**
8
8
  * A {@link @css-hooks/core#CreateHooksFn} configured to use Solid's
9
- * `JSX.CSSProperties` type and logic for converting CSS values into strings.
9
+ * `JSX.CSSProperties` type and logic for converting CSS values into strings
10
10
  *
11
11
  * @public
12
12
  */
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@css-hooks/solid",
3
3
  "description": "CSS Hooks for Solid",
4
- "version": "3.2.0-next.8",
4
+ "version": "4.0.0-next.1",
5
5
  "author": "Nick Saunders",
6
6
  "dependencies": {
7
- "@css-hooks/core": "3.2.0-next.8"
7
+ "@css-hooks/core": "4.0.0-next.1"
8
8
  },
9
9
  "devDependencies": {
10
+ "remeda": "^2.45.0",
10
11
  "solid-js": "^1.7.11"
11
12
  },
12
13
  "files": [
@@ -30,6 +31,7 @@
30
31
  },
31
32
  "scripts": {
32
33
  "build": "wireit",
34
+ "codegen": "npm run --silent start -w @scripts/css-property-conflicts -- --casing kebab > src/css-property-conflicts.ts",
33
35
  "prepublishOnly": "wireit",
34
36
  "test": "node --conditions @css-hooks/source --test src/index.test.ts"
35
37
  },