@pyck/react 0.0.8 → 0.0.9

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.
@@ -111,7 +111,7 @@ const Avatar = forwardRef(function Avatar(props, ref) {
111
111
  $[10] = t0;
112
112
  $[11] = t1;
113
113
  } else t1 = $[11];
114
- const t2 = src ?? void 0;
114
+ const t2 = src || void 0;
115
115
  let t3;
116
116
  if ($[12] !== loading || $[13] !== name || $[14] !== srcSet || $[15] !== t2) {
117
117
  t3 = /* @__PURE__ */ jsx(Image, {
@@ -1,6 +1,6 @@
1
1
  import { t as __exportAll } from "../../chunk-BYypO7fO.js";
2
- import { t as DisplayValue } from "../../display-value-DDIH9kvx.js";
3
- import { t as DisplayDateValue } from "../../display-date-value-Ca7v5jK7.js";
2
+ import { t as DisplayValue } from "../../display-value-CxMa2Txf.js";
3
+ import { t as DisplayDateValue } from "../../display-date-value-lcpAPYWp.js";
4
4
  import "../display-date-value/index.js";
5
5
  import "../display-value/index.js";
6
6
  import { c } from "react/compiler-runtime";
@@ -7,8 +7,8 @@ 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
9
  import { useForm } from "react-hook-form";
10
- import { Show } from "@pyck/react/show";
11
10
  import { omit } from "@pyck/react/utils";
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";
14
14
  import { FeaturedIcon } from "@pyck/react/icon";
@@ -1,4 +1,4 @@
1
- import "../../display-value-DDIH9kvx.js";
2
- import { t as DisplayDateValue } from "../../display-date-value-Ca7v5jK7.js";
1
+ import "../../display-value-CxMa2Txf.js";
2
+ import { t as DisplayDateValue } from "../../display-date-value-lcpAPYWp.js";
3
3
 
4
4
  export { DisplayDateValue };
@@ -1,3 +1,3 @@
1
- import { t as DisplayValue } from "../../display-value-DDIH9kvx.js";
1
+ import { t as DisplayValue } from "../../display-value-CxMa2Txf.js";
2
2
 
3
3
  export { DisplayValue };
@@ -4,14 +4,14 @@ import { useEffect, useMemo, useState } from "react";
4
4
  import { Box, Center, Grid, HStack } from "@pyck/styled-system/jsx";
5
5
  import { ArrowDownIcon, ArrowUpIcon, ChevronRightIcon, CommandIcon, CornerDownLeftIcon, SearchIcon, UserIcon } from "lucide-react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
- import { Show } from "@pyck/react/show";
8
7
  import { useDebounce, useHotkey } from "@pyck/react/utils";
8
+ import { Show } from "@pyck/react/show";
9
9
  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";
@@ -1,4 +1,4 @@
1
- import { t as DisplayValue } from "./display-value-DDIH9kvx.js";
1
+ import { t as DisplayValue } from "./display-value-CxMa2Txf.js";
2
2
  import { c } from "react/compiler-runtime";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import { formatDate, formatDateTime, getDateFormats, isString } from "@pyck/react/utils";
@@ -1,8 +1,8 @@
1
1
  import { c } from "react/compiler-runtime";
2
2
  import { HStack, VisuallyHidden } from "@pyck/styled-system/jsx";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
- import { Show } from "@pyck/react/show";
5
4
  import { isString } from "@pyck/react/utils";
5
+ import { Show } from "@pyck/react/show";
6
6
  import { Clipboard } from "@pyck/react/clipboard";
7
7
  import { Span } from "@pyck/react/span";
8
8
  import { Wrap } from "@pyck/react/wrap";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pyck/react",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "license": "MIT",
6
6
  "homepage": "https://pyck.ai",
7
7
  "repository": {
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@babel/plugin-transform-react-jsx": "7.28.6",
56
56
  "@hookform/resolvers": "5.2.2",
57
- "@pyck/styled-system": "0.0.8",
57
+ "@pyck/styled-system": "0.0.9",
58
58
  "@rollup/plugin-babel": "6.1.0",
59
59
  "@storybook/react": "10.2.10",
60
60
  "@testing-library/dom": "10.4.1",
@@ -78,7 +78,7 @@
78
78
  "zod": "4.3.6"
79
79
  },
80
80
  "peerDependencies": {
81
- "@pyck/styled-system": ">=0.0.8",
81
+ "@pyck/styled-system": ">=0.0.9",
82
82
  "react": ">=18.0.0",
83
83
  "react-dom": ">=18.0.0",
84
84
  "react-hook-form": ">=7.0.0",