pds-dev-kit-web-test 2.2.96 → 2.2.98

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 (58) hide show
  1. package/dist/src/common/assets/icons/fill/BellStyle.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/BellStyle.js +30 -0
  3. package/dist/src/common/assets/icons/fill/Envelope.d.ts +4 -0
  4. package/dist/src/common/assets/icons/fill/Envelope.js +30 -0
  5. package/dist/src/common/assets/icons/fill/index.d.ts +2 -0
  6. package/dist/src/common/assets/icons/fill/index.js +4 -0
  7. package/dist/src/common/assets/icons/line/BellStyle.d.ts +4 -0
  8. package/dist/src/common/assets/icons/line/BellStyle.js +30 -0
  9. package/dist/src/common/assets/icons/line/Envelope.d.ts +4 -0
  10. package/dist/src/common/assets/icons/line/Envelope.js +30 -0
  11. package/dist/src/common/assets/icons/line/index.d.ts +2 -0
  12. package/dist/src/common/assets/icons/line/index.js +4 -0
  13. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  14. package/dist/src/common/styles/colorSet/index.d.ts +3 -2
  15. package/dist/src/common/styles/colorSet/index.js +2 -2
  16. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  17. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  18. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +2 -1
  19. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSJ.d.ts +11 -0
  20. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSJ.js +66 -0
  21. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.d.ts +1 -0
  22. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.js +3 -1
  23. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +1 -1
  24. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +1 -1
  25. package/dist/src/sub/AdminList/ToolBar/SearchField.d.ts +2 -1
  26. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  27. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +9 -2
  28. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +7 -6
  29. package/dist/src/sub/DynamicLayout/dynamicLayoutContext.d.ts +1 -3
  30. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +373 -2149
  31. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1671 -4326
  32. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -0
  33. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -0
  34. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +68 -85
  35. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +2 -2
  36. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -3
  37. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +1 -6
  38. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +1 -1
  39. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +42 -26
  40. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.d.ts +1 -0
  41. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.js +8 -0
  42. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.d.ts +0 -2
  43. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +5 -31
  44. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +0 -3
  45. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.d.ts +1 -1
  46. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.js +3 -3
  47. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.d.ts +1 -1
  48. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.js +2 -2
  49. package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.d.ts +10 -0
  50. package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.js +21 -0
  51. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +7 -4
  52. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -3
  53. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +13 -25
  54. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +1 -2
  55. package/package.json +5 -2
  56. package/release-note.md +4 -3
  57. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/useMaxFontAdjustment.d.ts +0 -5
  58. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/useMaxFontAdjustment.js +0 -61
@@ -62,6 +62,10 @@ type ActionHandlerPayload = {
62
62
  };
63
63
  '@CUSTOMSECTION/AUTO_RESIZED_TO_FIT_CONTENT': {
64
64
  layout: Layout;
65
+ cb: {
66
+ i: string;
67
+ h: string;
68
+ };
65
69
  };
66
70
  };
67
71
  type ActionMap<M extends {
@@ -9,5 +9,6 @@ export type CustomSectionImperativeHandleRef = {
9
9
  selectCB: (cbId: number | 'group') => void;
10
10
  selectCBInBulk: (cbIds: string[]) => void;
11
11
  };
12
+ export declare const GUTTER = 10;
12
13
  declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISection & React.RefAttributes<unknown>>>;
13
14
  export default _default;