@shopby/shop-sdk 1.76.1 → 1.76.2

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.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.76.1...v1.76.2) (2024-08-14)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 디자인팝업 타입 수정 ([8ef7d75](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/8ef7d7550ecbf5e6d0ed4eee51160cfd9a0379df))
11
+
5
12
  ### [1.76.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.76.0...v1.76.1) (2024-08-14)
6
13
 
7
14
 
@@ -1539,8 +1539,8 @@ export interface DesignPopupDetailInformation {
1539
1539
  screenType: ScreenType;
1540
1540
  screenLeftPosition: number;
1541
1541
  screenHeightUnit: ScreenSizeUnitType;
1542
- screenLeftUnit: PopupDesignType;
1543
- screenTopUnit: PopupDesignType;
1542
+ screenLeftUnit: ScreenSizeUnitType;
1543
+ screenTopUnit: ScreenSizeUnitType;
1544
1544
  }
1545
1545
  export interface PostDesignPopupsResponse {
1546
1546
  popupSlideInfo: DesignPopupSlideInformation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.76.1",
3
+ "version": "1.76.2",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",