Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kalidao/reality
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne committed Dec 13, 2022
2 parents 651efe4 + da7d7f8 commit 777b9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kalidao/reality",
"version": "0.0.10",
"version": "0.0.11-patch",
"description": "Design system for Kali apps",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion components/src/components/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Box } from '../Box'
import * as styles from './styles.css'

type BaseProps = {
label: string
label: React.ReactNode
size?: styles.Size
variant?: 'primary' | 'transparent'
}
Expand Down

1 comment on commit 777b9ac

@vercel
Copy link

@vercel vercel bot commented on 777b9ac Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reality – ./

reality-kali.vercel.app
reality-git-main-kalico.vercel.app
reality-kalico.vercel.app

Please sign in to comment.