@elice/material-exercise 1.240119.0-quiz.1 → 1.240130.0

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,4 +1,5 @@
1
1
  export declare const en: {
2
2
  'materialExercise.button.referenceDocs': string;
3
+ 'materialExercise.text.readOnlyBanner': string;
3
4
  };
4
5
  export declare const ko: typeof en;
@@ -1,10 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  const en = {
4
- 'materialExercise.button.referenceDocs': 'Reference Docs'
4
+ 'materialExercise.button.referenceDocs': 'Reference Docs',
5
+ 'materialExercise.text.readOnlyBanner': '[Read-Only] This file is read-only.'
5
6
  };
6
7
  const ko = {
7
- 'materialExercise.button.referenceDocs': '언어 레퍼런스'
8
+ 'materialExercise.button.referenceDocs': '언어 레퍼런스',
9
+ 'materialExercise.text.readOnlyBanner': '[읽기전용] 이 파일은 읽기전용 입니다.'
8
10
  };
9
11
 
10
12
  exports.en = en;
@@ -30,7 +30,7 @@ const ExerciseFileReadOnlyBanner = () => {
30
30
  size: "tiny",
31
31
  role: "gray3"
32
32
  }, React.createElement(reactIntl.FormattedMessage, {
33
- id: "[\uC77D\uAE30\uC804\uC6A9] \uC774 \uD30C\uC77C\uC740 \uC77D\uAE30\uC804\uC6A9 \uC785\uB2C8\uB2E4."
33
+ id: "materialExercise.text.readOnlyBanner"
34
34
  })));
35
35
  };
36
36
 
@@ -1,4 +1,5 @@
1
1
  export declare const en: {
2
2
  'materialExercise.button.referenceDocs': string;
3
+ 'materialExercise.text.readOnlyBanner': string;
3
4
  };
4
5
  export declare const ko: typeof en;
@@ -1,8 +1,10 @@
1
1
  const en = {
2
- 'materialExercise.button.referenceDocs': 'Reference Docs'
2
+ 'materialExercise.button.referenceDocs': 'Reference Docs',
3
+ 'materialExercise.text.readOnlyBanner': '[Read-Only] This file is read-only.'
3
4
  };
4
5
  const ko = {
5
- 'materialExercise.button.referenceDocs': '언어 레퍼런스'
6
+ 'materialExercise.button.referenceDocs': '언어 레퍼런스',
7
+ 'materialExercise.text.readOnlyBanner': '[읽기전용] 이 파일은 읽기전용 입니다.'
6
8
  };
7
9
 
8
10
  export { en, ko };
@@ -26,7 +26,7 @@ const ExerciseFileReadOnlyBanner = () => {
26
26
  size: "tiny",
27
27
  role: "gray3"
28
28
  }, React.createElement(FormattedMessage, {
29
- id: "[\uC77D\uAE30\uC804\uC6A9] \uC774 \uD30C\uC77C\uC740 \uC77D\uAE30\uC804\uC6A9 \uC785\uB2C8\uB2E4."
29
+ id: "materialExercise.text.readOnlyBanner"
30
30
  })));
31
31
  };
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-exercise",
3
- "version": "1.240119.0-quiz.1",
3
+ "version": "1.240130.0",
4
4
  "description": "User view and editing components of Elice material exercise",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -84,8 +84,8 @@
84
84
  "@elice/design-tokens": "^1.220803.0",
85
85
  "@elice/icons": "^1.230814.0",
86
86
  "@elice/markdown": "^1.220815.0",
87
- "@elice/material-shared-types": "1.240119.0-quiz.1",
88
- "@elice/material-shared-utils": "1.240119.0-quiz.1",
87
+ "@elice/material-shared-types": "1.240130.0",
88
+ "@elice/material-shared-utils": "1.240130.0",
89
89
  "@elice/mui-elements": "^5.230825.0",
90
90
  "@elice/mui-system": "^5.230825.0",
91
91
  "@elice/types": "^1.230815.0",
@@ -116,5 +116,5 @@
116
116
  "recoil": "^0.6.1",
117
117
  "styled-components": "^5.2.0"
118
118
  },
119
- "gitHead": "ea01cae7ecfa9d94f632bcf64bde9c71a39b5ca0"
119
+ "gitHead": "8a82164a9bd51b459c8a7b9cc7264c4f739728ab"
120
120
  }