@spark-ui/link-box 5.3.1 → 5.3.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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.3.2](https://github.com/adevinta/spark/compare/v5.3.1...v5.3.2) (2024-09-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - compound export pattern f\*\* with fwd refs at root level ([c315c0c](https://github.com/adevinta/spark/commit/c315c0c93df34dffca3adf4f279392ff1463c702))
11
+
6
12
  ## [5.3.1](https://github.com/adevinta/spark/compare/v5.3.0...v5.3.1) (2024-09-10)
7
13
 
8
14
  **Note:** Version bump only for package @spark-ui/link-box
package/dist/index.d.ts CHANGED
@@ -1,8 +1,7 @@
1
- import type { FC } from 'react';
2
- import { LinkBoxProps } from './LinkBox';
1
+ import { LinkBox as Root } from './LinkBox';
3
2
  import { LinkBoxLink } from './LinkBoxLink';
4
3
  import { LinkBoxRaised } from './LinkBoxRaised';
5
- export declare const LinkBox: FC<LinkBoxProps> & {
4
+ export declare const LinkBox: typeof Root & {
6
5
  Link: typeof LinkBoxLink;
7
6
  Raised: typeof LinkBoxRaised;
8
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/link-box",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Semantic component used to wrap elements (cards, blog posts, articles, etc.) in a link.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@spark-ui/slot": "^5.3.1",
26
+ "@spark-ui/slot": "^5.3.2",
27
27
  "class-variance-authority": "0.7.0"
28
28
  },
29
29
  "peerDependencies": {
@@ -45,5 +45,5 @@
45
45
  },
46
46
  "homepage": "https://sparkui.vercel.app",
47
47
  "license": "MIT",
48
- "gitHead": "c202683a312244854e1d30d0b86c98e62625a52a"
48
+ "gitHead": "d28d0af9c8ab788e2bca6857d8347e9d438935c9"
49
49
  }