@spark-ui/components 13.0.3 → 13.0.5

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.
Files changed (2) hide show
  1. package/dist/docgen.json +4 -4
  2. package/package.json +5 -5
package/dist/docgen.json CHANGED
@@ -6361,10 +6361,10 @@
6361
6361
  "name": "string"
6362
6362
  }
6363
6363
  },
6364
- "__@hasInstance@3166": {
6364
+ "__@hasInstance@3165": {
6365
6365
  "defaultValue": null,
6366
6366
  "description": "Determines whether the given value inherits from this function if this function was used\nas a constructor function.\n\nA constructor function can control which objects are recognized as its instances by\n'instanceof' by overriding this method.",
6367
- "name": "__@hasInstance@3166",
6367
+ "name": "__@hasInstance@3165",
6368
6368
  "parent": {
6369
6369
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
6370
6370
  "name": "Function"
@@ -6380,10 +6380,10 @@
6380
6380
  "name": "(value: any) => boolean"
6381
6381
  }
6382
6382
  },
6383
- "__@metadata@3168": {
6383
+ "__@metadata@3167": {
6384
6384
  "defaultValue": null,
6385
6385
  "description": "",
6386
- "name": "__@metadata@3168",
6386
+ "name": "__@metadata@3167",
6387
6387
  "parent": {
6388
6388
  "fileName": "spark-web/node_modules/typescript/lib/lib.esnext.decorators.d.ts",
6389
6389
  "name": "Function"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/components",
3
- "version": "13.0.3",
3
+ "version": "13.0.5",
4
4
  "license": "MIT",
5
5
  "description": "Spark (Leboncoin design system) components.",
6
6
  "exports": {
@@ -53,9 +53,9 @@
53
53
  "@react-aria/toast": "^3.0.0-beta.18",
54
54
  "@react-stately/numberfield": "3.9.11",
55
55
  "@react-stately/toast": "^3.0.0-beta.7",
56
- "@spark-ui/hooks": "^13.0.3",
57
- "@spark-ui/icons": "^13.0.3",
58
- "@spark-ui/internal-utils": "^13.0.3",
56
+ "@spark-ui/hooks": "^13.0.5",
57
+ "@spark-ui/icons": "^13.0.5",
58
+ "@spark-ui/internal-utils": "^13.0.5",
59
59
  "@zag-js/pagination": "1.30.0",
60
60
  "@zag-js/react": "1.30.0",
61
61
  "class-variance-authority": "0.7.1",
@@ -82,5 +82,5 @@
82
82
  "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+button%22"
83
83
  },
84
84
  "homepage": "https://sparkui.vercel.app",
85
- "gitHead": "5bf4fe3be13309b6eb0fdf15910b62033d2855fb"
85
+ "gitHead": "ef8a072b1021c8881da17e441fb77b575f035da8"
86
86
  }