@uniai-fe/uds-templates 0.1.3 → 0.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { useWatch, type Path } from "react-hook-form";
3
5
  import type React from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import clsx from "clsx";
2
4
  import { useMemo } from "react";
3
5
  import type { MouseEvent } from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import clsx from "clsx";
2
4
  import { useMemo } from "react";
3
5
  import { useForm } from "react-hook-form";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useCallback, useEffect, useMemo } from "react";
2
4
  import type { ReactNode } from "react";
3
5
  import { useWatch } from "react-hook-form";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import "../styles/password-set-field.scss";
2
4
 
3
5
  import { useMemo } from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import clsx from "clsx";
2
4
  import type { FindAccountIdCompleteProps } from "../types";
3
5
  import AuthCompleteTemplate from "../../common/complete/Template";
@@ -5,7 +7,7 @@ import AuthCompleteTemplate from "../../common/complete/Template";
5
7
  const DEFAULT_TITLE = "아이디 찾기 완료";
6
8
  const DEFAULT_ID_LABEL = "아이디";
7
9
  const DEFAULT_REGISTERED_LABEL = "가입일";
8
- const DEFAULT_DESCRIPTION = "입력하신 정보로 계정을 찾았어요.";
10
+ const DEFAULT_DESCRIPTION = "로그인 페이지로 이동하여 로그인합니다.";
9
11
  const DEFAULT_CTA_LABEL = "로그인하기";
10
12
 
11
13
  /**
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import type { ReactNode } from "react";
2
4
  import FindAccountInfoStep from "../../common/find/markup/InfoStep";
3
5
  import type { FindAccountInfoStepProps } from "../../common/find/types";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import FindAccountCodeStep from "../../common/find/markup/CodeStep";
2
4
  import type { FindAccountCodeStepProps } from "../../common/find/types";
3
5
 
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import clsx from "clsx";
2
4
  import { useMemo } from "react";
3
5
  import { FormProvider, useForm } from "react-hook-form";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { useWatch } from "react-hook-form";
3
5
  import type { ReactNode } from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import type { ReactNode } from "react";
3
5
  import {
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { useWatch } from "react-hook-form";
3
5
  import type { ReactNode } from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { useWatch } from "react-hook-form";
3
5
  import type { ReactNode } from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { useWatch } from "react-hook-form";
3
5
  import type { ReactNode } from "react";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { FormProvider, useForm } from "react-hook-form";
3
5
  import { Button, Input, type InputProps } from "@uniai-fe/uds-primitives";
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo } from "react";
2
4
  import { useForm } from "react-hook-form";
3
5
  import {
@@ -1,3 +1,5 @@
1
+ "use client";
2
+
1
3
  import { useMemo, useState } from "react";
2
4
  import { useForm } from "react-hook-form";
3
5
  import {