@spark-ui/divider 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/divider
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
- import { FC } from 'react';
2
- import { type DividerProps } from './Divider';
1
+ import { Divider as Root } from './Divider';
3
2
  import { DividerContent } from './DividerContent';
4
3
  export { type DividerContentProps } from './DividerContent';
5
- export declare const Divider: FC<DividerProps> & {
4
+ export declare const Divider: typeof Root & {
6
5
  Content: typeof DividerContent;
7
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/divider",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "A separator between two elements, usually consisting of a horizontal line.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@radix-ui/react-separator": "1.0.3",
27
- "@spark-ui/internal-utils": "^5.3.1"
27
+ "@spark-ui/internal-utils": "^5.3.2"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^18.0 || ^19.0",
@@ -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
  }