mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4079804c2 | |||
| 2bd4b720bb | |||
| f3619bee26 | |||
| c54455870c | |||
| 20477a655e |
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"bin": "./dist/cli/index.js",
|
"bin": "./dist/cli/index.js",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:all": "bun run build && bun run build:cli",
|
"build:all": "bun run build && bun run build:cli",
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import type {
|
|||||||
ValidatorType
|
ValidatorType
|
||||||
} from "@rjsf/utils";
|
} from "@rjsf/utils";
|
||||||
import { toErrorSchema } from "@rjsf/utils";
|
import { toErrorSchema } from "@rjsf/utils";
|
||||||
import get from "lodash-es/get";
|
import { get } from "lodash-es";
|
||||||
|
|
||||||
function removeUndefinedKeys(obj: any): any {
|
function removeUndefinedKeys(obj: any): any {
|
||||||
if (!obj) return obj;
|
if (!obj) return obj;
|
||||||
|
|||||||
@@ -14,9 +14,7 @@ import {
|
|||||||
getWidget,
|
getWidget,
|
||||||
mergeSchemas
|
mergeSchemas
|
||||||
} from "@rjsf/utils";
|
} from "@rjsf/utils";
|
||||||
import get from "lodash-es/get";
|
import { get, isEmpty, omit } from "lodash-es";
|
||||||
import isEmpty from "lodash-es/isEmpty";
|
|
||||||
import omit from "lodash-es/omit";
|
|
||||||
import { Component } from "react";
|
import { Component } from "react";
|
||||||
import { twMerge } from "tailwind-merge";
|
import { twMerge } from "tailwind-merge";
|
||||||
import { Label } from "../templates/FieldTemplate";
|
import { Label } from "../templates/FieldTemplate";
|
||||||
|
|||||||
+2
-7
@@ -3,7 +3,8 @@
|
|||||||
"name": "bknd",
|
"name": "bknd",
|
||||||
"logo": {
|
"logo": {
|
||||||
"dark": "/_assets/logo/bknd_logo_white.svg",
|
"dark": "/_assets/logo/bknd_logo_white.svg",
|
||||||
"light": "/_assets/logo/bknd_logo_black.svg"
|
"light": "/_assets/logo/bknd_logo_black.svg",
|
||||||
|
"href": "https://bknd.io"
|
||||||
},
|
},
|
||||||
"theme": "prism",
|
"theme": "prism",
|
||||||
"layout": "sidenav",
|
"layout": "sidenav",
|
||||||
@@ -44,12 +45,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"anchors": [
|
"anchors": [
|
||||||
{
|
|
||||||
"name": "Web",
|
|
||||||
"icon": "globe",
|
|
||||||
"iconType": "solid",
|
|
||||||
"url": "https://bknd.io"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Docs",
|
"name": "Docs",
|
||||||
"icon": "book-open-cover",
|
"icon": "book-open-cover",
|
||||||
|
|||||||
Reference in New Issue
Block a user