pds-dev-kit-web 2.2.35 → 2.2.37
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/UIColor.json +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +965 -964
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/dist/src/desktop/components/ChatList/Body.js +2 -1
- package/dist/src/mobile/components/ChatList/Body.js +1 -1
- package/package.json +1 -1
- package/release-note.md +4 -8
|
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
7
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
|
-
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
10
|
+
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
SemanticColor: SemanticColor_json_1.default,
|
|
13
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -79,7 +79,8 @@ var Body = react_1.default.forwardRef(function (_a, ref) {
|
|
|
79
79
|
};
|
|
80
80
|
var handleScroll = function (e) {
|
|
81
81
|
var _a = e.currentTarget, scrollTop = _a.scrollTop, scrollHeight = _a.scrollHeight, clientHeight = _a.clientHeight;
|
|
82
|
-
|
|
82
|
+
var BUTTON_SHOW_UP_HEIGHT = 64;
|
|
83
|
+
if (Math.ceil(scrollTop) + clientHeight + BUTTON_SHOW_UP_HEIGHT > scrollHeight) {
|
|
83
84
|
setIsButtonShow(false);
|
|
84
85
|
return;
|
|
85
86
|
}
|
|
@@ -79,7 +79,7 @@ var Body = react_1.default.forwardRef(function (_a, ref) {
|
|
|
79
79
|
};
|
|
80
80
|
var handleScroll = function (e) {
|
|
81
81
|
var _a = e.currentTarget, scrollTop = _a.scrollTop, scrollHeight = _a.scrollHeight, clientHeight = _a.clientHeight;
|
|
82
|
-
var BUTTON_SHOW_UP_HEIGHT =
|
|
82
|
+
var BUTTON_SHOW_UP_HEIGHT = 64;
|
|
83
83
|
if (Math.ceil(scrollTop) + clientHeight + BUTTON_SHOW_UP_HEIGHT > scrollHeight) {
|
|
84
84
|
setIsButtonShow(false);
|
|
85
85
|
return;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.2.
|
|
3
|
-
##
|
|
2
|
+
## [v2.2.37]
|
|
3
|
+
## urgent|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
*
|
|
7
|
-
* itemArray 내부에 icon관련 prop 추가
|
|
8
|
-
* iconMode
|
|
9
|
-
* iconName
|
|
10
|
-
* iconFillType
|
|
5
|
+
### Color
|
|
6
|
+
* 컬러 키 값 24.01.03 18시 43분 기준 싱크
|