@spark-ui/link-box 9.4.2 → 9.4.4

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,16 @@
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
+ ## [9.4.4](https://github.com/leboncoin/spark-web/compare/v9.4.3...v9.4.4) (2025-03-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - cva 0.7.1 ([41325c7](https://github.com/leboncoin/spark-web/commit/41325c7fbcc1807a8957acfcc97f3b435e1cdff8))
11
+
12
+ ## [9.4.3](https://github.com/leboncoin/spark-web/compare/v9.4.2...v9.4.3) (2025-03-18)
13
+
14
+ **Note:** Version bump only for package @spark-ui/link-box
15
+
6
16
  ## [9.4.2](https://github.com/leboncoin/spark-web/compare/v9.4.1...v9.4.2) (2025-03-18)
7
17
 
8
18
  **Note:** Version bump only for package @spark-ui/link-box
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),n=require("@spark-ui/slot"),r=require("class-variance-authority"),c=({className:e,asChild:a,ref:i,...o})=>{const t=a?n.Slot:"div";return l.createElement(t,{ref:i,"data-spark-component":"link-box",className:r.cx("relative",e),...o})};c.displayName="LinkBox";const d=({className:e,asChild:a,ref:i,...o})=>{const t=a?n.Slot:"a";return l.createElement(t,{ref:i,"data-spark-component":"link-box-link",className:r.cx("before:z-base static before:absolute before:top-0 before:left-0 before:block before:size-full before:content-['']",e),...o})};d.displayName="LinkBox.Link";const m=({className:e,...a})=>l.createElement(n.Slot,{className:r.cx("relative z-raised",e),...a});m.displayName="LinkBox.Raised";const s=Object.assign(c,{Link:d,Raised:m});s.displayName="LinkBox",s.Link.displayName="LinkBox.Link",s.Raised.displayName="LinkBox.Raised",exports.LinkBox=s;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),n=require("@spark-ui/slot"),r=require("class-variance-authority"),c=({className:e,asChild:a,ref:i,...o})=>{const t=a?n.Slot:"div";return l.createElement(t,{ref:i,"data-spark-component":"link-box",className:r.cx("relative",e),...o})};c.displayName="LinkBox";const d=({className:e,asChild:a,ref:i,...o})=>{const t=a?n.Slot:"a";return l.createElement(t,{ref:i,"data-spark-component":"link-box-link",className:r.cx("before:z-base static before:absolute before:top-0 before:left-0 before:block before:size-full before:content-['']",e),...o})};d.displayName="LinkBox.Link";const m=({className:e,...a})=>l.createElement(n.Slot,{className:r.cx("z-raised relative",e),...a});m.displayName="LinkBox.Raised";const s=Object.assign(c,{Link:d,Raised:m});s.displayName="LinkBox",s.Link.displayName="LinkBox.Link",s.Raised.displayName="LinkBox.Raised",exports.LinkBox=s;
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ const c = ({ className: e, asChild: a, ref: s, ...o }) => {
11
11
  return t.createElement(i, { ref: s, "data-spark-component": "link-box-link", className: l("before:z-base static before:absolute before:top-0 before:left-0 before:block before:size-full before:content-['']", e), ...o });
12
12
  };
13
13
  c.displayName = "LinkBox.Link";
14
- const k = ({ className: e, ...a }) => t.createElement(r, { className: l("relative z-raised", e), ...a });
14
+ const k = ({ className: e, ...a }) => t.createElement(r, { className: l("z-raised relative", e), ...a });
15
15
  k.displayName = "LinkBox.Raised";
16
16
  const n = Object.assign(m, { Link: c, Raised: k });
17
17
  n.displayName = "LinkBox", n.Link.displayName = "LinkBox.Link", n.Raised.displayName = "LinkBox.Raised";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/link-box",
3
- "version": "9.4.2",
3
+ "version": "9.4.4",
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,8 +23,8 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@spark-ui/slot": "^9.4.2",
27
- "class-variance-authority": "0.7.0"
26
+ "@spark-ui/slot": "^9.4.4",
27
+ "class-variance-authority": "0.7.1"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^19.0",
@@ -45,5 +45,5 @@
45
45
  },
46
46
  "homepage": "https://sparkui.vercel.app",
47
47
  "license": "MIT",
48
- "gitHead": "00e179f211c612d2a1a3ebc206a06f6ca583927f"
48
+ "gitHead": "fcad9aa41351917773e6860b2148c8f8972730a5"
49
49
  }