pds-dev-kit-web 1.9.5 → 1.9.6
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/dist/src/common/services/i18n/i18n.js +10 -4
- package/dist/src/common/services/i18n/resources/en.json +0 -6835
- package/dist/src/common/services/i18n/resources/es.json +0 -6835
- package/dist/src/common/services/i18n/resources/fil.json +9 -0
- package/dist/src/common/services/i18n/resources/index.d.ts +11 -41012
- package/dist/src/common/services/i18n/resources/index.js +8 -5
- package/dist/src/common/services/i18n/resources/ja.json +9 -0
- package/dist/src/common/services/i18n/resources/ko.json +0 -6835
- package/dist/src/common/services/i18n/resources/zh-cn.json +9 -0
- package/dist/src/common/services/i18n/resources/zh-tw.json +0 -6835
- package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -2
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
- package/dist/storybook-static/{0.69b174ef.iframe.bundle.d.ts → 0.bdf0f29c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.69b174ef.iframe.bundle.js → 0.bdf0f29c.iframe.bundle.js} +5 -5
- package/dist/storybook-static/{4.32dc09b1.iframe.bundle.d.ts → 4.62b599f9.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.32dc09b1.iframe.bundle.js → 4.62b599f9.iframe.bundle.js} +68 -68
- package/dist/storybook-static/{5.c1637fa3.iframe.bundle.d.ts → 5.ee42a9b1.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.c1637fa3.iframe.bundle.js → 5.ee42a9b1.iframe.bundle.js} +12 -12
- package/dist/storybook-static/{6.9d79e5b5.iframe.bundle.d.ts → 6.580084b5.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.9d79e5b5.iframe.bundle.js → 6.580084b5.iframe.bundle.js} +5 -5
- package/dist/storybook-static/{7.b309bb58.iframe.bundle.d.ts → 7.6c647d87.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.b309bb58.iframe.bundle.js → 7.6c647d87.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.1434d31c.iframe.bundle.d.ts → main.efb83dbc.iframe.bundle.d.ts} +38 -36
- package/dist/storybook-static/{main.1434d31c.iframe.bundle.js → main.efb83dbc.iframe.bundle.js} +691 -620
- package/dist/storybook-static/{runtime~main.b6fc2c86.iframe.bundle.d.ts → runtime~main.316ecc0a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.b6fc2c86.iframe.bundle.js → runtime~main.316ecc0a.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.0fbc3a5b.iframe.bundle.d.ts → vendors~main.d952545a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.0fbc3a5b.iframe.bundle.js → vendors~main.d952545a.iframe.bundle.js} +340 -340
- package/package.json +1 -2
- package/release-note.md +9 -11
- package/dist/src/common/services/i18n/resources/jp.json +0 -6844
- package/dist/src/common/services/i18n/resources/zh-zh.json +0 -6844
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pds-dev-kit-web",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rm -rf ./dist && tsc",
|
|
37
37
|
"prepare": "npm run build",
|
|
38
|
-
"sync:i18n": "dotenv -e env/.env node syncI18n.ts",
|
|
39
38
|
"sync:color": "dotenv -e env/.env node syncColor.ts",
|
|
40
39
|
"storybook": "start-storybook -p 6006",
|
|
41
40
|
"build:storybook": "build-storybook",
|
package/release-note.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.9.
|
|
2
|
+
## [v1.9.6]
|
|
3
3
|
|
|
4
|
-
###
|
|
5
|
-
*
|
|
6
|
-
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
* UploadTextButton
|
|
12
|
-
* colorTheme에 white2 value 추가
|
|
4
|
+
### Package
|
|
5
|
+
* i18n sync 기능 삭제
|
|
6
|
+
### Storybook
|
|
7
|
+
* storybook에서 배경 변경해 볼 수 있는 기능 추가
|
|
8
|
+
* storybook에서 컬러키들을 볼 수 있는 기능 추가
|
|
9
|
+
### Common
|
|
10
|
+
* 실제 Icon 컴포넌트에서 사용되지 않는 svg파일 모음 삭제
|
|
13
11
|
### Color
|
|
14
|
-
* 컬러 키 값 23.02.
|
|
12
|
+
* 컬러 키 값 23.02.03 16시 35분 기준 싱크
|