@css-hooks/solid 3.0.0 → 3.0.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/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@css-hooks/solid",
3
3
  "description": "CSS Hooks for Solid",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "author": "Nick Saunders",
6
6
  "dependencies": {
7
- "@css-hooks/core": "3.0.0"
7
+ "@css-hooks/core": "3.0.1"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@microsoft/api-extractor": "^7.39.4",
11
11
  "rimraf": "^5.0.1",
12
12
  "solid-js": "^1.7.11",
13
13
  "tsx": "^4.19.1",
14
- "typescript": "=5.4.2"
14
+ "typescript": "=5.4.5"
15
15
  },
16
16
  "files": [
17
17
  "cjs",
package/types/index.d.ts CHANGED
@@ -4,6 +4,7 @@
4
4
  * @packageDocumentation
5
5
  */
6
6
  import type { JSX } from "solid-js";
7
+ export type * from "@css-hooks/core";
7
8
  /**
8
9
  * A {@link @css-hooks/core#CreateHooksFn} configured to use Solid's
9
10
  * `JSX.CSSProperties` type and logic for converting CSS values into strings.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.43.1"
8
+ "packageVersion": "7.47.11"
9
9
  }
10
10
  ]
11
11
  }