@cerberus-design/react 1.5.1-next-4557320 → 1.5.1-next-293c5f1

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.
@@ -52,7 +52,8 @@ function FileStatus(props) {
52
52
  }
53
53
  }, [status]);
54
54
  const handleClick = (0, react.useCallback)((e) => {
55
- onClick(getStatusActionLabel(status).toLocaleLowerCase(), e);
55
+ const actionStatus = getStatusActionLabel(status).toLocaleLowerCase();
56
+ onClick(actionStatus, e);
56
57
  }, [onClick, status]);
57
58
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
58
59
  ...nativeProps,
@@ -52,7 +52,8 @@ function FileStatus(props) {
52
52
  }
53
53
  }, [status]);
54
54
  const handleClick = useCallback((e) => {
55
- onClick(getStatusActionLabel(status).toLocaleLowerCase(), e);
55
+ const actionStatus = getStatusActionLabel(status).toLocaleLowerCase();
56
+ onClick(actionStatus, e);
56
57
  }, [onClick, status]);
57
58
  return /* @__PURE__ */ jsxs("div", {
58
59
  ...nativeProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerberus-design/react",
3
- "version": "1.5.1-next-4557320",
3
+ "version": "1.5.1-next-293c5f1",
4
4
  "description": "The Cerberus Design React component library.",
5
5
  "keywords": [
6
6
  "css",
@@ -39,13 +39,14 @@
39
39
  "@pandacss/dev": "^1.11.4",
40
40
  "@types/react": "^19.2.17",
41
41
  "@types/react-dom": "^19.2.3",
42
+ "@typescript/typescript6": "^6.0.0",
42
43
  "@vitejs/plugin-react": "^6.0.3",
43
44
  "globby": "^16.2.0",
44
45
  "react": "^19.2.7",
45
46
  "react-dom": "^19.2.7",
46
47
  "vite": "^8.0.16",
47
48
  "vite-plugin-dts": "^5.0.2",
48
- "@cerberus/panda-preset": "1.5.1-next-4557320",
49
+ "@cerberus/panda-preset": "1.5.1-next-293c5f1",
49
50
  "styled-system": "0.0.0"
50
51
  },
51
52
  "peerDependencies": {