@spark-ui/checkbox 5.2.5 → 5.2.6
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,10 @@
|
|
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.2.6](https://github.com/adevinta/spark/compare/v5.2.5...v5.2.6) (2024-08-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @spark-ui/checkbox
|
9
|
+
|
6
10
|
## [5.2.5](https://github.com/adevinta/spark/compare/v5.2.4...v5.2.5) (2024-08-27)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @spark-ui/checkbox
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
2
2
|
export declare const checkboxGroupStyles: (props?: ({
|
3
3
|
orientation?: "vertical" | "horizontal" | null | undefined;
|
4
|
-
} & import("class-variance-authority/
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
5
5
|
export type CheckboxGroupStylesProps = VariantProps<typeof checkboxGroupStyles>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
2
2
|
export declare const checkboxInputStyles: (props?: ({
|
3
3
|
intent?: "main" | "support" | "accent" | "basic" | "success" | "alert" | "error" | "info" | "neutral" | null | undefined;
|
4
|
-
} & import("class-variance-authority/
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
5
5
|
export type CheckboxInputStylesProps = VariantProps<typeof checkboxInputStyles>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
2
2
|
export declare const labelStyles: (props?: ({
|
3
3
|
disabled?: boolean | null | undefined;
|
4
|
-
} & import("class-variance-authority/
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
5
5
|
export type LabelStylesProps = VariantProps<typeof labelStyles>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/checkbox",
|
3
|
-
"version": "5.2.
|
3
|
+
"version": "5.2.6",
|
4
4
|
"description": "A control that allows the user to toggle between checked and not checked.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -24,12 +24,12 @@
|
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
26
|
"@radix-ui/react-checkbox": "1.0.4",
|
27
|
-
"@spark-ui/form-field": "^5.2.
|
28
|
-
"@spark-ui/icon": "^5.2.
|
29
|
-
"@spark-ui/icons": "^5.2.
|
30
|
-
"@spark-ui/internal-utils": "^5.2.
|
31
|
-
"@spark-ui/label": "^5.2.
|
32
|
-
"@spark-ui/use-merge-refs": "^5.2.
|
27
|
+
"@spark-ui/form-field": "^5.2.6",
|
28
|
+
"@spark-ui/icon": "^5.2.6",
|
29
|
+
"@spark-ui/icons": "^5.2.6",
|
30
|
+
"@spark-ui/internal-utils": "^5.2.6",
|
31
|
+
"@spark-ui/label": "^5.2.6",
|
32
|
+
"@spark-ui/use-merge-refs": "^5.2.6",
|
33
33
|
"class-variance-authority": "0.7.0"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
@@ -53,5 +53,5 @@
|
|
53
53
|
},
|
54
54
|
"homepage": "https://sparkui.vercel.app",
|
55
55
|
"license": "MIT",
|
56
|
-
"gitHead": "
|
56
|
+
"gitHead": "862f38dc729517bc23eb178054f9b3522d46687b"
|
57
57
|
}
|