Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 777b9ac

Browse files
committed
Merge branch 'main' of github.com:kalidao/reality
2 parents 651efe4 + da7d7f8 commit 777b9ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kalidao/reality",
3-
"version": "0.0.10",
3+
"version": "0.0.11-patch",
44
"description": "Design system for Kali apps",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.es.js",

components/src/components/Checkbox/Checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Box } from '../Box'
66
import * as styles from './styles.css'
77

88
type BaseProps = {
9-
label: string
9+
label: React.ReactNode
1010
size?: styles.Size
1111
variant?: 'primary' | 'transparent'
1212
}

0 commit comments

Comments
 (0)