pds-dev-kit-web 2.2.216 → 2.2.217

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.
@@ -11,5 +11,5 @@ exports.scrollbarStyle = (0, styled_components_1.css)(templateObject_1 || (templ
11
11
  return theme.ui_container_scroll;
12
12
  });
13
13
  exports.scrollbarWithPaddingStyle = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n\n ::-webkit-scrollbar-track {\n margin-bottom: 24px;\n margin-top: 24px;\n }\n"], ["\n ", "\n\n ::-webkit-scrollbar-track {\n margin-bottom: 24px;\n margin-top: 24px;\n }\n"])), exports.scrollbarStyle);
14
- exports.scrollInvisible = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ::-webkit-scrollbar {\n background: transparent;\n display: block;\n width: 10px;\n }\n scrollbar-width: auto;\n"], ["\n ::-webkit-scrollbar {\n background: transparent;\n display: block;\n width: 10px;\n }\n scrollbar-width: auto;\n"])));
14
+ exports.scrollInvisible = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ::-webkit-scrollbar {\n background: transparent;\n display: block;\n width: 0px;\n }\n scrollbar-width: auto;\n"], ["\n ::-webkit-scrollbar {\n background: transparent;\n display: block;\n width: 0px;\n }\n scrollbar-width: auto;\n"])));
15
15
  var templateObject_1, templateObject_2, templateObject_3;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { ScrollVisibleType } from '../../../common/styles/scroll/scrollbarStyle';
3
2
  import type { PDSTextType } from '../../../common';
3
+ import type { ScrollVisibleType } from '../../../common/styles/scroll/scrollbarStyle';
4
4
  type MobileBasicModalProps = {
5
5
  titleText: PDSTextType;
6
6
  bodySpacingMode?: 'none' | 'use';
@@ -116,7 +116,7 @@ var S_Body = styled_components_1.default.div(templateObject_6 || (templateObject
116
116
  }[scrollVisibleType]);
117
117
  }, function (_a) {
118
118
  var bodySpacingMode = _a.bodySpacingMode;
119
- return bodySpacingMode === 'none' && (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n "], ["\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n "])));
119
+ return bodySpacingMode === 'none' && (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n padding-right: 0;\n "], ["\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n padding-right: 0;\n "])));
120
120
  });
121
121
  var S_Footer = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n margin-bottom: ", ";\n margin-left: ", ";\n margin-right: ", ";\n padding-top: ", ";\n"], ["\n margin-bottom: ", ";\n margin-left: ", ";\n margin-right: ", ";\n padding-top: ", ";\n"])), function (_a) {
122
122
  var theme = _a.theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.216",
3
+ "version": "2.2.217",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.216]
2
+ ## [v2.2.217]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [FIX] 캘린더 유틸 수정
6
+ * [PDS-1344] MobileBasicModal의 bodySpacingMode가 none임에도 우측 여백이 남아있는 이슈