@arch-cadre/setup 1.0.2 → 1.0.3

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.SetupWizard = SetupWizard;
8
- var _intl = require("@arch-cadre/intl");
8
+ var _client = require("@arch-cadre/intl/client");
9
9
  var _ui = require("@arch-cadre/ui");
10
10
  var _logo = require("@arch-cadre/ui/brand/logo");
11
11
  var _loader = require("@arch-cadre/ui/shared/loader");
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
17
17
  function SetupWizard() {
18
18
  const {
19
19
  t
20
- } = (0, _intl.useTranslation)();
20
+ } = (0, _client.useTranslation)();
21
21
  const [step, setStep] = React.useState(1);
22
22
  const [loading, setLoading] = React.useState(false);
23
23
  const [syncStatus, setSyncStatus] = React.useState("idle");
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { useTranslation } from "@arch-cadre/intl";
2
+ import { useTranslation } from "@arch-cadre/intl/client";
3
3
  import {
4
4
  Badge,
5
5
  Button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arch-cadre/setup",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "Installation and setup module for Kryo",
6
6
  "exports": {