pds-dev-kit-web 2.2.2 → 2.2.3

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.
@@ -33,7 +33,7 @@ function parseStylePropBGImage(namedProps, device) {
33
33
  };
34
34
  }
35
35
  if (isAttachment) {
36
- var positionCss = value ? 'fixed' : 'unset';
36
+ var positionCss = value && device === 'DESKTOP' ? 'fixed' : 'unset';
37
37
  return {
38
38
  style: __assign(__assign({}, acc.style), (_b = {}, _b[cssPropertyKey] = positionCss, _b)),
39
39
  hoverStyle: __assign({}, acc.hoverStyle)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.2]
3
- ## daily|https://design.storybook.publ.biz/
2
+ ## [v2.2.3]
3
+ ## urgent|https://design.storybook.publ.biz/
4
4
 
5
- ### Component
6
- * BasicListItem
7
- * captionText이 있을때만 간격이 표시되도록 수정
5
+ ### sub
6
+ * DynamicLayout - custom section
7
+ * scroll-fix 기능 모바일에서 OFF