@spark-ui/checkbox 9.3.5 → 9.3.7
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 +456 -448
- package/LICENSE.md +2 -2
- package/README.md +4 -4
- package/dist/public/docgen.json +4 -4
- package/package.json +10 -10
package/LICENSE.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) Leboncoin.
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
> @spark-ui/checkbox
|
4
4
|
|
5
5
|
[](https://sparkui.vercel.app/?path=/docs/components-checkbox--docs)
|
6
|
-
[](https://github.com/
|
6
|
+
[](https://github.com/leboncoin/spark-web/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=Component,Component%3A%20checkbox)
|
7
7
|
[](https://www.npmjs.com/package/@spark-ui/checkbox)
|
8
8
|
|
9
|
-
This package is part of the [`@spark-ui`](https://github.com/
|
9
|
+
This package is part of the [`@spark-ui`](https://github.com/leboncoin/spark-web) react-js user interface component library project.
|
10
10
|
|
11
|
-
[](https://github.com/
|
11
|
+
[](https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Acheckbox)
|
12
|
+
[](https://github.com/leboncoin/spark-web/blob/main/packages/components/checkbox/LICENSE.md)
|
package/dist/public/docgen.json
CHANGED
@@ -465,12 +465,12 @@
|
|
465
465
|
"description": "Used to force mounting when more control is needed. Useful when\ncontrolling animation with React animation libraries.",
|
466
466
|
"name": "forceMount",
|
467
467
|
"parent": {
|
468
|
-
"fileName": "spark/node_modules/radix-ui/node_modules/@radix-ui/react-checkbox/dist/index.d.ts",
|
468
|
+
"fileName": "spark-web/node_modules/radix-ui/node_modules/@radix-ui/react-checkbox/dist/index.d.ts",
|
469
469
|
"name": "CheckboxIndicatorProps"
|
470
470
|
},
|
471
471
|
"declarations": [
|
472
472
|
{
|
473
|
-
"fileName": "spark/node_modules/radix-ui/node_modules/@radix-ui/react-checkbox/dist/index.d.ts",
|
473
|
+
"fileName": "spark-web/node_modules/radix-ui/node_modules/@radix-ui/react-checkbox/dist/index.d.ts",
|
474
474
|
"name": "CheckboxIndicatorProps"
|
475
475
|
}
|
476
476
|
],
|
@@ -485,7 +485,7 @@
|
|
485
485
|
"name": "asChild",
|
486
486
|
"declarations": [
|
487
487
|
{
|
488
|
-
"fileName": "spark/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
|
488
|
+
"fileName": "spark-web/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
|
489
489
|
"name": "TypeLiteral"
|
490
490
|
}
|
491
491
|
],
|
@@ -784,7 +784,7 @@
|
|
784
784
|
"name": "asChild",
|
785
785
|
"declarations": [
|
786
786
|
{
|
787
|
-
"fileName": "spark/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
|
787
|
+
"fileName": "spark-web/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
|
788
788
|
"name": "TypeLiteral"
|
789
789
|
}
|
790
790
|
],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/checkbox",
|
3
|
-
"version": "9.3.
|
3
|
+
"version": "9.3.7",
|
4
4
|
"description": "A control that allows the user to toggle between checked and not checked.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -23,12 +23,12 @@
|
|
23
23
|
"build": "vite build"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@spark-ui/form-field": "^9.3.
|
27
|
-
"@spark-ui/icon": "^9.3.
|
28
|
-
"@spark-ui/icons": "^9.3.
|
29
|
-
"@spark-ui/internal-utils": "^9.3.
|
30
|
-
"@spark-ui/label": "^9.3.
|
31
|
-
"@spark-ui/use-merge-refs": "^9.3.
|
26
|
+
"@spark-ui/form-field": "^9.3.7",
|
27
|
+
"@spark-ui/icon": "^9.3.7",
|
28
|
+
"@spark-ui/icons": "^9.3.7",
|
29
|
+
"@spark-ui/internal-utils": "^9.3.7",
|
30
|
+
"@spark-ui/label": "^9.3.7",
|
31
|
+
"@spark-ui/use-merge-refs": "^9.3.7",
|
32
32
|
"class-variance-authority": "0.7.0",
|
33
33
|
"radix-ui": "1.1.3"
|
34
34
|
},
|
@@ -40,7 +40,7 @@
|
|
40
40
|
},
|
41
41
|
"repository": {
|
42
42
|
"type": "git",
|
43
|
-
"url": "https://github.com/
|
43
|
+
"url": "https://github.com/leboncoin/spark-web.git",
|
44
44
|
"directory": "packages/components/checkbox"
|
45
45
|
},
|
46
46
|
"config": {
|
@@ -48,9 +48,9 @@
|
|
48
48
|
"category": "components"
|
49
49
|
},
|
50
50
|
"bugs": {
|
51
|
-
"url": "https://github.com/
|
51
|
+
"url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+checkbox%22"
|
52
52
|
},
|
53
53
|
"homepage": "https://sparkui.vercel.app",
|
54
54
|
"license": "MIT",
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "4c3093eec80756beeb392f870447835ce05a145b"
|
56
56
|
}
|