@ncds/ui-admin 1.8.21-alpha.10 → 1.8.21-alpha.12

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,7 +7,7 @@ import { InputBase } from '../../forms-and-input/input-base';
7
7
  import { Radio } from '../../forms-and-input/radio';
8
8
  import { Pagination } from '../../navigation/pagination';
9
9
  import { Modal } from '../modal';
10
- import { TIP_TITLE, Tip } from './PostcodeSearchModalTip';
10
+ import { Tip } from './PostcodeSearchModalTip';
11
11
  /** 기획서 기준값 */
12
12
  const PAGE_SIZE = 15;
13
13
  /** 페이지 번호 그룹 크기 — 초과 시 Pagination 이 점프 버튼을 노출한다 */
@@ -175,7 +175,7 @@ const PostcodeSearchModal = _ref2 => {
175
175
  }), hasResults && _jsxs("div", {
176
176
  children: [_jsx("p", {
177
177
  className: "ncua-postcode-search-modal__result-title",
178
- children: TIP_TITLE
178
+ children: "\uC544\uB798 \uC870\uD569\uC73C\uB85C \uAC80\uC0C9 \uC2DC \uC8FC\uC18C\uB97C \uB354 \uC27D\uAC8C \uCC3E\uC744 \uC218 \uC788\uC5B4\uC694."
179
179
  }), _jsx("p", {
180
180
  className: "ncua-postcode-search-modal__result-desc",
181
181
  children: "\uB3C4\uB85C\uBA85+\uAC74\uBB3C\uBC88\uD638, \uC9C0\uC5ED\uBA85+\uC9C0\uBC88, \uC9C0\uC5ED\uBA85+\uAC74\uBB3C\uBA85(\uC544\uD30C\uD2B8\uBA85)"
@@ -48,10 +48,8 @@ const Tip = _ref => {
48
48
  return _jsxs("li", {
49
49
  className: "ncua-postcode-search-modal__tip-item",
50
50
  children: [_jsx("span", {
51
- className: "ncua-postcode-search-modal__tip-combination",
52
51
  children: combination
53
52
  }), _jsx("span", {
54
- className: "ncua-postcode-search-modal__tip-example",
55
53
  children: `${TIP_EXAMPLE_PREFIX} ${example}`
56
54
  })]
57
55
  }, combination);
@@ -284,7 +284,7 @@ describe('PostcodeSearchModal — Case 7: 결과 여러 페이지', () => {
284
284
  expect(countLabelOf(el)?.textContent).toBe(`검색 ${LARGE_RESULT_COUNT}개`);
285
285
  expect(itemsOf(el)).toHaveLength(PAGE_SIZE);
286
286
  expect(tipOf(el)).toBeNull();
287
- expect(resultTitleOf(el)?.textContent).toBe('아래 조합으로 검색하면 원하는 주소를 더 쉽게 찾을 수 있어요.');
287
+ expect(resultTitleOf(el)?.textContent).toBe('아래 조합으로 검색 주소를 더 쉽게 찾을 수 있어요.');
288
288
  expect(resultDescOf(el)?.textContent).toBe('도로명+건물번호, 지역명+지번, 지역명+건물명(아파트명)');
289
289
  });
290
290
  it('검색 인풋과 안내 문구가 같은 고정 영역 안에 묶이고 결과 목록은 그 밖에 있다', () => {