@spark-ui/components 10.20.0 → 10.20.1
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/dist/docgen.json +4 -4
- package/package.json +5 -5
package/dist/docgen.json
CHANGED
|
@@ -6059,10 +6059,10 @@
|
|
|
6059
6059
|
"name": "string"
|
|
6060
6060
|
}
|
|
6061
6061
|
},
|
|
6062
|
-
"__@hasInstance@
|
|
6062
|
+
"__@hasInstance@3154": {
|
|
6063
6063
|
"defaultValue": null,
|
|
6064
6064
|
"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.",
|
|
6065
|
-
"name": "__@hasInstance@
|
|
6065
|
+
"name": "__@hasInstance@3154",
|
|
6066
6066
|
"parent": {
|
|
6067
6067
|
"fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
6068
6068
|
"name": "Function"
|
|
@@ -6078,10 +6078,10 @@
|
|
|
6078
6078
|
"name": "(value: any) => boolean"
|
|
6079
6079
|
}
|
|
6080
6080
|
},
|
|
6081
|
-
"__@metadata@
|
|
6081
|
+
"__@metadata@3156": {
|
|
6082
6082
|
"defaultValue": null,
|
|
6083
6083
|
"description": "",
|
|
6084
|
-
"name": "__@metadata@
|
|
6084
|
+
"name": "__@metadata@3156",
|
|
6085
6085
|
"parent": {
|
|
6086
6086
|
"fileName": "spark-web/node_modules/typescript/lib/lib.esnext.decorators.d.ts",
|
|
6087
6087
|
"name": "Function"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-ui/components",
|
|
3
|
-
"version": "10.20.
|
|
3
|
+
"version": "10.20.1",
|
|
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": "^10.20.
|
|
57
|
-
"@spark-ui/icons": "^10.20.
|
|
58
|
-
"@spark-ui/internal-utils": "^10.20.
|
|
56
|
+
"@spark-ui/hooks": "^10.20.1",
|
|
57
|
+
"@spark-ui/icons": "^10.20.1",
|
|
58
|
+
"@spark-ui/internal-utils": "^10.20.1",
|
|
59
59
|
"@zag-js/pagination": "1.25.0",
|
|
60
60
|
"@zag-js/react": "1.25.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": "
|
|
85
|
+
"gitHead": "1549682ce3eeea71e559d56e059655c7b5be777c"
|
|
86
86
|
}
|