@hexclave/react 1.0.16 → 1.0.17

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.
@@ -7,8 +7,8 @@ let react = require("react");
7
7
  react = require_chunk.__toESM(react);
8
8
  let react_jsx_runtime = require("react/jsx-runtime");
9
9
  let lucide_react = require("lucide-react");
10
- let ______index_js = require("../../index.js");
11
10
  let _hexclave_shared_dist_hooks_use_hash = require("@hexclave/shared/dist/hooks/use-hash");
11
+ let ______index_js = require("../../index.js");
12
12
 
13
13
  //#region src/components/elements/sidebar-layout.tsx
14
14
  function SidebarLayout(props) {
@@ -4,8 +4,8 @@ import { Button, Typography, cn } from "@hexclave/ui";
4
4
  import React from "react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
6
6
  import { XIcon } from "lucide-react";
7
- import { useStackApp } from "../../index.js";
8
7
  import { useHash } from "@hexclave/shared/dist/hooks/use-hash";
8
+ import { useStackApp } from "../../index.js";
9
9
 
10
10
  //#region src/components/elements/sidebar-layout.tsx
11
11
  function SidebarLayout(props) {
@@ -14,7 +14,7 @@ import { envVars } from "../../../../generated/env.js";
14
14
  import { resolveHandlerUrls } from "../../url-targets.js";
15
15
 
16
16
  //#region src/lib/hexclave-app/apps/implementations/common.ts
17
- const clientVersion = "js @hexclave/react@1.0.16";
17
+ const clientVersion = "js @hexclave/react@1.0.17";
18
18
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new HexclaveAssertionError("Client version was not replaced. Something went wrong during build!");
19
19
  const replaceHexclavePortPrefix = (input) => {
20
20
  if (!input) return input;
@@ -17,7 +17,7 @@ let ____________generated_env_js = require("../../../../generated/env.js");
17
17
  let ______url_targets_js = require("../../url-targets.js");
18
18
 
19
19
  //#region src/lib/hexclave-app/apps/implementations/common.ts
20
- const clientVersion = "js @hexclave/react@1.0.16";
20
+ const clientVersion = "js @hexclave/react@1.0.17";
21
21
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new _hexclave_shared_dist_utils_errors.HexclaveAssertionError("Client version was not replaced. Something went wrong during build!");
22
22
  const replaceHexclavePortPrefix = (input) => {
23
23
  if (!input) return input;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
3
3
  "name": "@hexclave/react",
4
- "version": "1.0.16",
4
+ "version": "1.0.17",
5
5
  "repository": "https://github.com/hexclave/hexclave",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -75,8 +75,8 @@
75
75
  "rrweb": "^1.1.3",
76
76
  "tsx": "^4.21.0",
77
77
  "yup": "^1.7.1",
78
- "@hexclave/shared": "1.0.16",
79
- "@hexclave/ui": "1.0.16"
78
+ "@hexclave/shared": "1.0.17",
79
+ "@hexclave/ui": "1.0.17"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@types/react": ">=18.0.0",