@edu-tosel/design 1.0.354 → 1.0.356

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.
@@ -1,5 +1,5 @@
1
1
  export declare const newsKeys: readonly ["id", "index", "category", "title", "subTitle", "content", "imgUrl", "author", "isValid", "isPinned", "createdAt", "updatedAt"];
2
- export declare const newsCategories: readonly ["test", "lab", "education", "tosel", "event"];
2
+ export declare const newsCategories: readonly ["test", "lab", "education", "tosel", "new", "event"];
3
3
  export type NewsCategoryType = (typeof newsCategories)[number];
4
4
  export declare const newsAuthors: readonly ["tosel", "tosel-lab", "professor", "administrator", "esg"];
5
5
  export type NewsAuthorType = (typeof newsAuthors)[number];
package/interface/News.js CHANGED
@@ -2,11 +2,12 @@ export const newsKeys = [
2
2
  'id', 'index', 'category', 'title', 'subTitle', 'content', 'imgUrl', 'author', 'isValid', 'isPinned', 'createdAt', 'updatedAt'
3
3
  ];
4
4
  export const newsCategories = [
5
- "test", // 시험
6
- "lab", // Lab
7
- "education", // 공교육
8
- "tosel", // TOSEL
9
- "event", // 이벤트
5
+ "test", // 현장스케치
6
+ "lab", // 세미나
7
+ "education", // 파트너
8
+ "tosel", // 공식보도
9
+ "new", // 신규
10
+ "event", // 행사
10
11
  ];
11
12
  export const newsAuthors = [
12
13
  "tosel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.354",
3
+ "version": "1.0.356",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.354
1
+ 1.0.356