@pyck/react 0.0.13 → 0.0.15
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.
|
@@ -6,8 +6,8 @@ import { Stack, createStyleContext } from "@pyck/styled-system/jsx";
|
|
|
6
6
|
import { dialog } from "@pyck/styled-system/recipes";
|
|
7
7
|
import { CheckCircleIcon, FilePenLineIcon, Trash2Icon } from "lucide-react";
|
|
8
8
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
-
import { useForm } from "react-hook-form";
|
|
10
9
|
import { omit } from "@pyck/react/utils";
|
|
10
|
+
import { useForm } from "react-hook-form";
|
|
11
11
|
import { Show } from "@pyck/react/show";
|
|
12
12
|
import { Portal } from "@ark-ui/react/portal";
|
|
13
13
|
import { Button, CloseButton } from "@pyck/react/button";
|
|
@@ -4,10 +4,10 @@ import { c } from "react/compiler-runtime";
|
|
|
4
4
|
import { Fragment } from "react";
|
|
5
5
|
import { Box, HStack, Stack } from "@pyck/styled-system/jsx";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { capitalize } from "@pyck/react/utils";
|
|
7
8
|
import { CheckboxField } from "@pyck/react/checkbox";
|
|
8
9
|
import { Field } from "@pyck/react/field";
|
|
9
10
|
import { Controller, FormProvider, useForm, useFormContext } from "react-hook-form";
|
|
10
|
-
import { capitalize } from "@pyck/react/utils";
|
|
11
11
|
import { Portal } from "@ark-ui/react/portal";
|
|
12
12
|
import { zodResolver } from "@hookform/resolvers/zod";
|
|
13
13
|
import { Form } from "@pyck/react/form";
|
|
@@ -10,8 +10,8 @@ import { Span } from "@pyck/react/span";
|
|
|
10
10
|
import { Button } from "@pyck/react/button";
|
|
11
11
|
import { Icon } from "@pyck/react/icon";
|
|
12
12
|
import { Combobox } from "@pyck/react/combobox";
|
|
13
|
-
import { ScrollArea } from "@pyck/react/scroll-area";
|
|
14
13
|
import { Text } from "@pyck/react/text";
|
|
14
|
+
import { ScrollArea } from "@pyck/react/scroll-area";
|
|
15
15
|
import { Dialog } from "@pyck/react/dialog";
|
|
16
16
|
import { InputGroup } from "@pyck/react/input-group";
|
|
17
17
|
import { Kbd } from "@pyck/react/kbd";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyck/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.15",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://pyck.ai",
|
|
7
7
|
"repository": {
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
"test:ci": "vitest run",
|
|
23
23
|
"typecheck": "tsc",
|
|
24
24
|
"prepack": "bunx clean-package",
|
|
25
|
-
"postpack": "bunx clean-package restore"
|
|
26
|
-
"publish": "bun publish --access public"
|
|
25
|
+
"postpack": "bunx clean-package restore"
|
|
27
26
|
},
|
|
28
27
|
"exports": {
|
|
29
28
|
"./types": {
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
"devDependencies": {
|
|
56
55
|
"@babel/plugin-transform-react-jsx": "7.28.6",
|
|
57
56
|
"@hookform/resolvers": "5.2.2",
|
|
58
|
-
"@pyck/styled-system": "0.0.
|
|
57
|
+
"@pyck/styled-system": "0.0.15",
|
|
59
58
|
"@rollup/plugin-babel": "6.1.0",
|
|
60
59
|
"@storybook/react": "10.2.10",
|
|
61
60
|
"@testing-library/dom": "10.4.1",
|
|
@@ -79,7 +78,7 @@
|
|
|
79
78
|
"zod": "4.3.6"
|
|
80
79
|
},
|
|
81
80
|
"peerDependencies": {
|
|
82
|
-
"@pyck/styled-system": ">=0.0.
|
|
81
|
+
"@pyck/styled-system": ">=0.0.15",
|
|
83
82
|
"react": ">=18.0.0",
|
|
84
83
|
"react-dom": ">=18.0.0",
|
|
85
84
|
"react-hook-form": ">=7.0.0",
|