@spark-ui/checkbox 2.1.8 → 2.1.9

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
+ ## [2.1.9](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@2.1.8...@spark-ui/checkbox@2.1.9) (2023-12-05)
7
+
8
+ **Note:** Version bump only for package @spark-ui/checkbox
9
+
6
10
  ## [2.1.8](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@2.1.7...@spark-ui/checkbox@2.1.8) (2023-12-04)
7
11
 
8
12
  **Note:** Version bump only for package @spark-ui/checkbox
@@ -178,7 +178,7 @@
178
178
  },
179
179
  "intent": {
180
180
  "defaultValue": null,
181
- "description": "",
181
+ "description": "Color scheme of the checkbox.",
182
182
  "name": "intent",
183
183
  "declarations": [],
184
184
  "required": false,
@@ -266,7 +266,7 @@
266
266
  "defaultValue": {
267
267
  "value": "vertical"
268
268
  },
269
- "description": "",
269
+ "description": "Prop to set the orientation of the checkbox group which could be `vertical` or `horizontal`.",
270
270
  "name": "orientation",
271
271
  "declarations": [],
272
272
  "required": false,
@@ -285,7 +285,7 @@
285
285
  },
286
286
  "intent": {
287
287
  "defaultValue": null,
288
- "description": "",
288
+ "description": "Color scheme of the checkbox.",
289
289
  "name": "intent",
290
290
  "declarations": [],
291
291
  "required": false,
@@ -588,7 +588,7 @@
588
588
  },
589
589
  "intent": {
590
590
  "defaultValue": null,
591
- "description": "",
591
+ "description": "Color scheme of the checkbox.",
592
592
  "name": "intent",
593
593
  "declarations": [],
594
594
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/checkbox",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "A control that allows the user to toggle between checked and not checked.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "@radix-ui/react-checkbox": "1.0.4",
27
27
  "@radix-ui/react-id": "1.0.1",
28
- "@spark-ui/form-field": "^1.4.0",
29
- "@spark-ui/icon": "^2.1.0",
28
+ "@spark-ui/form-field": "^1.4.1",
29
+ "@spark-ui/icon": "^2.1.1",
30
30
  "@spark-ui/icons": "^1.21.4",
31
31
  "@spark-ui/internal-utils": "^2.2.0",
32
32
  "@spark-ui/label": "^1.6.0",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "homepage": "https://sparkui.vercel.app",
55
55
  "license": "MIT",
56
- "gitHead": "ac3f6c32ceac2741708fac877ab1e6cf3f69995a"
56
+ "gitHead": "e2fd654d551c09971906b3b0036f9a385369bb7a"
57
57
  }