pds-dev-kit-web 1.9.19 → 1.9.20
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/styles/colorSet/PaletteColor_Dark.json +8 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +8 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +6 -1
- package/dist/src/common/styles/colorSet/UIColor.json +9 -1
- package/dist/src/common/styles/colorSet/index.d.ts +764 -737
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +8 -0
- package/package.json +1 -1
- package/release-note.md +3 -12
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
-
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
9
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
|
+
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -734,4 +734,12 @@ export interface UITheme {
|
|
|
734
734
|
ui_domain_record_card_status_4: string;
|
|
735
735
|
ui_cpnt_button_fill_base_tutorialmodal: string;
|
|
736
736
|
ui_cpnt_toolbar_base: string;
|
|
737
|
+
ui_76: string;
|
|
738
|
+
ui_89: string;
|
|
739
|
+
ui_90: string;
|
|
740
|
+
ui_91: string;
|
|
741
|
+
ui_92: string;
|
|
742
|
+
ui_93: string;
|
|
743
|
+
ui_94: string;
|
|
744
|
+
ui_95: string;
|
|
737
745
|
}
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.9.
|
|
2
|
+
## [v1.9.20]
|
|
3
3
|
|
|
4
|
-
###
|
|
5
|
-
*
|
|
6
|
-
* tsconfig.json에서 baseUrl 추가
|
|
7
|
-
* styled-components order lint가 적용되도록 eslint-plugin-better-styled-components 추가
|
|
8
|
-
* husky 추가
|
|
9
|
-
* commitlint 라이브러리의 의존성 이슈로 기능을 구현해서 추가
|
|
10
|
-
* 스토리북 북마크 작성시 타입 전달이 잘 되도록 수정
|
|
11
|
-
* export const Default = Template.bind({}); 부분에서 bind이후에 Default에도 타입이 이어지도록 수정
|
|
12
|
-
### Layout
|
|
13
|
-
* MSA_1
|
|
14
|
-
* container1Ref 추가
|
|
4
|
+
### Color
|
|
5
|
+
* 컬러 키 값 23.03.09 19시 50분 기준 싱크
|