pds-dev-kit-web-test 2.5.223 → 2.5.225

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.
Files changed (48) hide show
  1. package/dist/src/common/assets/icons/fill/Duplicate.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/Duplicate.js +30 -0
  3. package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
  4. package/dist/src/common/assets/icons/fill/index.js +3 -1
  5. package/dist/src/common/assets/icons/line/Duplicate.d.ts +4 -0
  6. package/dist/src/common/assets/icons/line/Duplicate.js +30 -0
  7. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  8. package/dist/src/common/assets/icons/line/index.js +3 -1
  9. package/dist/src/common/services/i18n/resources/en.json +2 -1
  10. package/dist/src/common/services/i18n/resources/es.json +2 -1
  11. package/dist/src/common/services/i18n/resources/fil.json +2 -1
  12. package/dist/src/common/services/i18n/resources/index.d.ts +7 -0
  13. package/dist/src/common/services/i18n/resources/ja.json +2 -1
  14. package/dist/src/common/services/i18n/resources/ko.json +2 -1
  15. package/dist/src/common/services/i18n/resources/zh-cn.json +2 -1
  16. package/dist/src/common/services/i18n/resources/zh-tw.json +2 -1
  17. package/dist/src/desktop/components/MainButton/MainButton.js +16 -10
  18. package/dist/src/sub/DynamicLayout/mock_samplePage.js +133 -133
  19. package/dist/src/sub/DynamicLayout/mock_storybook.js +2 -2
  20. package/dist/src/sub/DynamicLayout/mocks.d.ts +1111 -0
  21. package/dist/src/sub/DynamicLayout/mocks.js +4775 -0
  22. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +22 -22
  23. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +2 -2
  24. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +78 -1
  25. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/getGoogleFonts.d.ts +2 -4
  26. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/getGoogleFonts.js +3 -14
  27. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/index.d.ts +1 -1
  28. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/index.js +2 -3
  29. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil.d.ts +4 -4
  30. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/fontSizeAdjustment.d.ts +1 -0
  31. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/fontSizeAdjustment.js +333 -0
  32. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +8 -1
  33. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.d.ts +1 -6
  34. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +1 -0
  35. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.d.ts +1 -1
  36. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/types.d.ts +1 -1
  37. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/types.js +1 -1
  38. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +3 -5
  39. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +1 -1
  40. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +1 -1
  41. package/package.json +2 -2
  42. package/release-note.md +3 -2
  43. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +0 -14118
  44. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +0 -35988
  45. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/btnTypes.d.ts +0 -76
  46. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/btnTypes.js +0 -2
  47. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.d.ts +0 -38
  48. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.js +0 -2
@@ -1,7 +1,5 @@
1
- import type { CB_BTNTEXT_STYLE_PROPS, CB_STYLE_PROP_BTNCOLOR_SPECS } from '../components/ComponentBlock/componentBlocks/Button/btnTypes';
2
- import type { CB_STYLE_PROP_TEXT_SPECS } from '../components/ComponentBlock/componentBlocks/Text/types';
3
1
  import type { CB_TWITTER_STYLE_PROPS } from '../components/ComponentBlock/componentBlocks/Twitter/types';
4
- import type { CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CODEBLOCK, CB_CONTENT_PROP_IMAGE, CB_CONTENT_PROP_TEXT, CB_CONTENT_PROP_TWITTER } from '../components/ComponentBlock/componentBlocks/types';
2
+ import type { CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CODEBLOCK, CB_CONTENT_PROP_IMAGE, CB_CONTENT_PROP_TEXT, CB_CONTENT_PROP_TWITTER, CB_STYLE_PROP_COLOR_SPECS, CB_STYLE_PROP_TEXT_SPECS } from '../components/ComponentBlock/componentBlocks/types';
5
3
  import type { CB_CONTENT_PROP_YOUTUBE_TYPE, CB_STYLE_PROP_BGCOLOR_SPECS } from '../components/ComponentBlock/componentBlocks/Youtube/types';
6
4
  import type { CB_CONTENT_PROP_VISIBILITY_SPECS } from './contentPropParsers/parseContentVisibility';
7
5
  import type { CB_EFFECT_PROP_ENTANIM_SPECS } from './effectPropParsers/parseEffectPropEntAnim';
@@ -53,11 +51,11 @@ export type CB_BTN_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
53
51
  CB_CONTENT_PROP_TEXT: CB_CONTENT_PROP_TEXT;
54
52
  CB_CONTENT_PROP_CLINK: CB_CONTENT_PROP_CLINK;
55
53
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
56
- CB_STYLE_PROP_BTNTEXT: CB_BTNTEXT_STYLE_PROPS;
54
+ CB_STYLE_PROP_TEXT: CB_STYLE_PROP_TEXT_SPECS;
57
55
  CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
58
56
  CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
59
57
  CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
60
- CB_STYLE_PROP_BTNCOLOR: CB_STYLE_PROP_BTNCOLOR_SPECS;
58
+ CB_STYLE_PROP_COLOR: CB_STYLE_PROP_COLOR_SPECS;
61
59
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
62
60
  CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
63
61
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
@@ -68,7 +68,7 @@ function MembershipPlanSheet(_a) {
68
68
  case 'COUPON_FREE_INFINITE':
69
69
  case 'FREE_FINITE':
70
70
  case 'FREE_INFINITE':
71
- return t('str_start');
71
+ return t('str_1460');
72
72
  default:
73
73
  return t(itemActionButtonTextType);
74
74
  }
@@ -68,7 +68,7 @@ function MembershipPlanSheet(_a) {
68
68
  case 'COUPON_FREE_INFINITE':
69
69
  case 'FREE_FINITE':
70
70
  case 'FREE_INFINITE':
71
- return t('str_start');
71
+ return t('str_1460');
72
72
  default:
73
73
  return t(itemActionButtonTextType);
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.223",
3
+ "version": "2.5.225",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
25
  "publ-echo": "^0.0.99",
26
- "publ-echo-test": "^0.0.185",
26
+ "publ-echo-test": "^0.0.186",
27
27
  "react-hook-form": "^7.28.1",
28
28
  "react-i18next": "^11.12.0",
29
29
  "react-router-dom": "^5.2.0",
package/release-note.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.124]
2
+ ## [v2.2.127]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1270] ic_developer fillType 아이콘 작업 건
6
+ * [PDS-1272] ic_duplicate 아이콘 추가
7
+ * [PDS-1274] MainButton의 로딩 개선 건