@edu-tosel/design 1.0.273 → 1.0.275

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": "@edu-tosel/design",
3
- "version": "1.0.273",
3
+ "version": "1.0.275",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
@@ -2,7 +2,7 @@ import { getChoseong } from "es-hangul";
2
2
  const defaultRecord = {
3
3
  //소개 페이지
4
4
  "/about": ["About TOSEL", "About", "토셀소개"],
5
- "/about#leadership": [
5
+ "/about?hash=leadership": [
6
6
  "리더십",
7
7
  "임원",
8
8
  "위원장",
@@ -13,10 +13,17 @@ const defaultRecord = {
13
13
  "leadership",
14
14
  "board",
15
15
  ],
16
- "/about#mission": ["Our Mission", "비전", "목표", "미션", "철학", "가치관"],
17
- "/about#history": ["연혁", "역사", "history", "설립연도"],
18
- "/about#area": ["분야", "사업분야", "비즈니스", "bussiness"],
19
- "/about#partner": [
16
+ "/about?hash=mission": [
17
+ "Our Mission",
18
+ "비전",
19
+ "목표",
20
+ "미션",
21
+ "철학",
22
+ "가치관",
23
+ ],
24
+ "/about?hash=history": ["연혁", "역사", "history", "설립연도"],
25
+ "/about?hash=area": ["분야", "사업분야", "비즈니스", "bussiness"],
26
+ "/about?hash=partner": [
20
27
  "협업",
21
28
  "파트너",
22
29
  "인증",
@@ -25,10 +32,16 @@ const defaultRecord = {
25
32
  "partner",
26
33
  "이용기관",
27
34
  ],
28
- "/about#media": ["보도자료", "미디어", "media", "뉴스", "언론 속의 토셀"],
35
+ "/about?hash=media": [
36
+ "보도자료",
37
+ "미디어",
38
+ "media",
39
+ "뉴스",
40
+ "언론 속의 토셀",
41
+ ],
29
42
  //시험소개
30
43
  "/exams": ["시험소개", "레벨", "TOSEL"],
31
- "/exams#evaluation": [
44
+ "/exams?hash=evaluation": [
32
45
  "평가방식",
33
46
  "연령별 인지단계",
34
47
  "평가 기준",
@@ -39,7 +52,7 @@ const defaultRecord = {
39
52
  "레벨",
40
53
  "Level",
41
54
  ],
42
- "/exams#offlineExam": [
55
+ "/exams?hash=offlineExam": [
43
56
  "정기시험 안내",
44
57
  "시험 구성",
45
58
  "연간 일정",
@@ -60,7 +73,7 @@ const defaultRecord = {
60
73
  "주니어",
61
74
  "하이주니어",
62
75
  ],
63
- "/exams#types": [
76
+ "/exams?hash=types": [
64
77
  "시험 종류",
65
78
  "고사장시험",
66
79
  "가정시험",
@@ -113,7 +126,7 @@ const defaultRecord = {
113
126
  "https://smartstore.naver.com/tosel/category/19e0ceb5c1d84b09a3b4b8110edb1803?cp=1": ["굿즈", "책받침", "볼펜", "다이어리", "캘린더", "오답노트", "단어장"],
114
127
  // 올림피아드 랜딩페이지
115
128
  "/olympiad": ["올림피아드", "보카", "VOCA", "단어"],
116
- "/olympiad#features": [
129
+ "/olympiad?hash=features": [
117
130
  "올림피아드 특징",
118
131
  "특징",
119
132
  "올림피아드",
@@ -158,6 +171,15 @@ const defaultRecord = {
158
171
  ],
159
172
  "/dashboard/user/applications": ["접수하기", "정기시험"],
160
173
  "http://localhost:5174/olympiad#features": ["올림피아드 안내"],
174
+ "https://honor.tosel.co.kr": [
175
+ "명예의 전당",
176
+ "Hall of Fame",
177
+ "명전",
178
+ "등재자",
179
+ "명예의 기관",
180
+ "인터뷰",
181
+ "트로피 신청",
182
+ ],
161
183
  };
162
184
  function createSearch({ record, } = {}) {
163
185
  record = record ?? defaultRecord;
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.273
1
+ 1.0.275