pds-dev-kit-web-test 2.3.12 → 2.3.13

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 (65) hide show
  1. package/dist/src/common/assets/icons/fill/LogoGoogle.js +1 -1
  2. package/dist/src/common/assets/icons/fill/LogoSandoll.d.ts +4 -0
  3. package/dist/src/common/assets/icons/fill/LogoSandoll.js +30 -0
  4. package/dist/src/common/assets/icons/fill/TypefaceSystem.js +1 -1
  5. package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
  6. package/dist/src/common/assets/icons/fill/index.js +2 -0
  7. package/dist/src/common/assets/icons/line/LogoGoogle.js +1 -1
  8. package/dist/src/common/assets/icons/line/LogoSandoll.d.ts +4 -0
  9. package/dist/src/common/assets/icons/line/LogoSandoll.js +30 -0
  10. package/dist/src/common/assets/icons/line/Recent.d.ts +4 -0
  11. package/dist/src/common/assets/icons/line/Recent.js +30 -0
  12. package/dist/src/common/assets/icons/line/TypefaceBlackLetter20.d.ts +4 -0
  13. package/dist/src/common/assets/icons/line/TypefaceBlackLetter20.js +30 -0
  14. package/dist/src/common/assets/icons/line/TypefaceDeco20.d.ts +4 -0
  15. package/dist/src/common/assets/icons/line/TypefaceDeco20.js +30 -0
  16. package/dist/src/common/assets/icons/line/TypefaceRound20.d.ts +4 -0
  17. package/dist/src/common/assets/icons/line/TypefaceRound20.js +30 -0
  18. package/dist/src/common/assets/icons/line/TypefaceScript20.d.ts +4 -0
  19. package/dist/src/common/assets/icons/line/TypefaceScript20.js +30 -0
  20. package/dist/src/common/assets/icons/line/TypefaceSlab20.d.ts +4 -0
  21. package/dist/src/common/assets/icons/line/TypefaceSlab20.js +30 -0
  22. package/dist/src/common/assets/icons/line/TypefaceSymbol20.d.ts +4 -0
  23. package/dist/src/common/assets/icons/line/TypefaceSymbol20.js +30 -0
  24. package/dist/src/common/assets/icons/line/TypefaceSystem.js +1 -1
  25. package/dist/src/common/assets/icons/line/index.d.ts +8 -0
  26. package/dist/src/common/assets/icons/line/index.js +16 -0
  27. package/dist/src/desktop/components/TextField/TextField.js +5 -2
  28. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +19 -7
  29. package/dist/src/mobile/components/TextField/TextField.js +5 -2
  30. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +0 -3
  31. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +709 -1375
  32. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1124 -2381
  33. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +0 -3
  34. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +0 -6
  35. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +64 -86
  36. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -2
  37. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -3
  38. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +1 -1
  39. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +1 -3
  40. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -57
  41. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_Box.js +1 -1
  42. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.d.ts +1 -1
  43. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.js +3 -3
  44. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.d.ts +1 -1
  45. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.js +2 -2
  46. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +1 -12
  47. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -3
  48. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +4 -7
  49. package/package.json +2 -5
  50. package/pipeline_output.log +6456 -0
  51. package/release-note.md +5 -4
  52. package/dist/src/sub/DynamicLayout/sections/CustomSection/NewCustomSection.d.ts +0 -3
  53. package/dist/src/sub/DynamicLayout/sections/CustomSection/NewCustomSection.js +0 -70
  54. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.d.ts +0 -1
  55. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.js +0 -8
  56. package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.d.ts +0 -10
  57. package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.js +0 -21
  58. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/FlexGridItem.d.ts +0 -11
  59. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/FlexGridItem.js +0 -69
  60. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/TempCustomSection.d.ts +0 -7
  61. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/TempCustomSection.js +0 -87
  62. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useIsMounted.d.ts +0 -1
  63. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useIsMounted.js +0 -15
  64. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useResizableObserver.d.ts +0 -12
  65. package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useResizableObserver.js +0 -74
@@ -60,9 +60,6 @@ type ActionHandlerPayload = {
60
60
  '@CUSTOMSECTION/ESCAPE_ONE_FROM_GROUP': {
61
61
  id: string;
62
62
  };
63
- '@CUSTOMSECTION/AUTO_RESIZED_TO_FIT_CONTENT': {
64
- item: LayoutItem;
65
- };
66
63
  };
67
64
  type ActionMap<M extends {
68
65
  [index: string]: any;
@@ -9,11 +9,5 @@ export type CustomSectionImperativeHandleRef = {
9
9
  selectCB: (cbId: number | 'group') => void;
10
10
  selectCBInBulk: (cbIds: string[]) => void;
11
11
  };
12
- export declare const DESKTOP_GRID_COLS = 24;
13
- export declare const MOBILE_GRID_COLS = 8;
14
- export declare const GLE_MIN_WIDTH_DESKTOP_PX: string;
15
- export declare const GLE_MIN_WIDTH_MOBILE_PX: string;
16
- export declare const GUTTER = 10;
17
- export declare const S_gleStyles: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
18
12
  declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISection & React.RefAttributes<unknown>>>;
19
13
  export default _default;