@shopby/shop-sdk 1.76.0 → 1.76.1
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.76.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.76.0...v1.76.1) (2024-08-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 디자인팝업 타입 위치 수정 ([9508cb2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/9508cb29278fa7020f98f18efdf9ee270ecd9c61))
|
|
11
|
+
|
|
5
12
|
## [1.76.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.75.5...v1.76.0) (2024-08-14)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1539,6 +1539,8 @@ export interface DesignPopupDetailInformation {
|
|
|
1539
1539
|
screenType: ScreenType;
|
|
1540
1540
|
screenLeftPosition: number;
|
|
1541
1541
|
screenHeightUnit: ScreenSizeUnitType;
|
|
1542
|
+
screenLeftUnit: PopupDesignType;
|
|
1543
|
+
screenTopUnit: PopupDesignType;
|
|
1542
1544
|
}
|
|
1543
1545
|
export interface PostDesignPopupsResponse {
|
|
1544
1546
|
popupSlideInfo: DesignPopupSlideInformation;
|
|
@@ -1549,8 +1551,6 @@ export interface PostDesignPopupsResponse {
|
|
|
1549
1551
|
content: string;
|
|
1550
1552
|
visibleToday: boolean;
|
|
1551
1553
|
popupDesignType: PopupDesignType;
|
|
1552
|
-
screenLeftUnit: PopupDesignType;
|
|
1553
|
-
screenTopUnit: PopupDesignType;
|
|
1554
1554
|
}
|
|
1555
1555
|
export interface GetDisplayPopupsRequest {
|
|
1556
1556
|
queryString: {
|