@spark-ui/link-box 1.0.1 → 5.0.0

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,22 @@
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.0.0 (2024-07-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **link-box:** release stable version of LinkBox ([8606b05](https://github.com/adevinta/spark/commit/8606b0517a5879dfaa7a08b4744781426c69d384))
11
+
12
+ ### Features
13
+
14
+ - **link-box:** add first iteration ([8e79895](https://github.com/adevinta/spark/commit/8e7989599257942da5070f2c6894be51a42881fc))
15
+ - **link-box:** added Linkbox.Link to raised components inside the box ([fc48ec4](https://github.com/adevinta/spark/commit/fc48ec46da08b878bf785eb8c92c53f95531b54c))
16
+ - **link-box:** minor changes in tw classes ([768f751](https://github.com/adevinta/spark/commit/768f751c1bb48ef4c42e3fe98a15cffd3733c286))
17
+
18
+ ## [1.0.2](https://github.com/adevinta/spark/compare/@spark-ui/link-box@1.0.1...@spark-ui/link-box@1.0.2) (2024-06-06)
19
+
20
+ **Note:** Version bump only for package @spark-ui/link-box
21
+
6
22
  ## [1.0.1](https://github.com/adevinta/spark/compare/@spark-ui/link-box@1.0.0...@spark-ui/link-box@1.0.1) (2024-05-30)
7
23
 
8
24
  **Note:** Version bump only for package @spark-ui/link-box
package/README.md CHANGED
@@ -3,11 +3,11 @@
3
3
 
4
4
  [![storybook](https://img.shields.io/badge/storybook-black?logo=storybook)](https://sparkui.vercel.app/?path=/docs/components-linkbox--docs)
5
5
  [![documentation](https://img.shields.io/badge/documentation-black?logo=googledocs)](https://sparkui-adv.vercel.app/docs/components/link-box)
6
- [![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red)](https://github.com/adevinta/spark/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=component,link-box)
6
+ [![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red)](https://github.com/adevinta/spark/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=Component,Component%3A%20link-box)
7
7
  [![npm](https://img.shields.io/npm/dt/%40spark-ui/link-box?logo=npm&labelColor=black)](https://www.npmjs.com/package/@spark-ui/link-box)
8
8
 
9
9
 
10
10
  This package is part of the [`@spark-ui`](https://github.com/adevinta/spark) react-js user interface component library project.
11
11
 
12
- [![Issues open](https://img.shields.io/github/issues-search/adevinta/spark?query=is%3Aopen%20label%3Acomponent%20label%3Alink-box&logo=openbugbounty&logoColor=red&label=issues%20open&color=red)](https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3Acomponent+label%3Alink-box)
12
+ [![Issues open](https://img.shields.io/github/issues-search/adevinta/spark?query=is%3Aopen%20label%3A%22Component%3A%20link-box%22&logo=openbugbounty&logoColor=red&label=issues%20open&color=red)](https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3Alink-box)
13
13
  [![NPM](https://img.shields.io/npm/l/%40spark-ui%2Flink-box)](https://github.com/adevinta/spark/blob/main/packages/components/link-box/LICENSE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/link-box",
3
- "version": "1.0.1",
3
+ "version": "5.0.0",
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": "^1.7.1",
26
+ "@spark-ui/slot": "^5.0.0",
27
27
  "class-variance-authority": "0.7.0"
28
28
  },
29
29
  "peerDependencies": {
@@ -41,9 +41,9 @@
41
41
  "category": "components"
42
42
  },
43
43
  "bugs": {
44
- "url": "https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3Autility+label%3Alink-box"
44
+ "url": "https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3A%22Component%3A+link-box%22"
45
45
  },
46
46
  "homepage": "https://sparkui.vercel.app",
47
47
  "license": "MIT",
48
- "gitHead": "eb4a3303adaad8215810945482d963904625b933"
48
+ "gitHead": "cda68c4d65aa3f6f1bd4c47c42e8e72aadb263fd"
49
49
  }