@opencxh/ui-kit 3.113.0 → 3.114.0

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.
@@ -20,12 +20,6 @@ export interface CheckboxProps extends Omit<React.InputHTMLAttributes<HTMLInputE
20
20
  * Whether the checkbox is in an indeterminate state
21
21
  */
22
22
  indeterminate?: boolean;
23
- /**
24
- * `circle` marks a completion tick — a task, a subtask — as opposed to the
25
- * square used for selecting rows. The shape is the whole signal, so a user
26
- * can tell "done" from "selected" at a glance.
27
- */
28
- shape?: "square" | "circle";
29
23
  /**
30
24
  * Additional class name for the container
31
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/ui-kit",
3
- "version": "3.113.0",
3
+ "version": "3.114.0",
4
4
  "description": "Theme-aware UI component library for OpenCXH platform",
5
5
  "type": "module",
6
6
  "exports": {