pds-dev-kit-web-test 2.5.18 → 2.5.20

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 (87) hide show
  1. package/dist/src/common/assets/icons/image/index.d.ts +202 -0
  2. package/dist/src/common/assets/icons/image/index.js +205 -0
  3. package/dist/src/common/assets/icons/line/SectionBanner32.d.ts +4 -0
  4. package/dist/src/common/assets/icons/line/SectionBanner32.js +30 -0
  5. package/dist/src/common/assets/icons/line/SectionBanner40.d.ts +4 -0
  6. package/dist/src/common/assets/icons/line/SectionBanner40.js +30 -0
  7. package/dist/src/common/assets/icons/line/SectionContentsOperator32.d.ts +4 -0
  8. package/dist/src/common/assets/icons/line/SectionContentsOperator32.js +30 -0
  9. package/dist/src/common/assets/icons/line/SectionContentsOperator40.d.ts +4 -0
  10. package/dist/src/common/assets/icons/line/SectionContentsOperator40.js +30 -0
  11. package/dist/src/common/assets/icons/line/SectionFeed32.d.ts +4 -0
  12. package/dist/src/common/assets/icons/line/SectionFeed32.js +30 -0
  13. package/dist/src/common/assets/icons/line/SectionFeed40.d.ts +4 -0
  14. package/dist/src/common/assets/icons/line/SectionFeed40.js +30 -0
  15. package/dist/src/common/assets/icons/line/SectionHero32.d.ts +4 -0
  16. package/dist/src/common/assets/icons/line/SectionHero32.js +30 -0
  17. package/dist/src/common/assets/icons/line/SectionHero40.d.ts +4 -0
  18. package/dist/src/common/assets/icons/line/SectionHero40.js +30 -0
  19. package/dist/src/common/assets/icons/line/index.d.ts +8 -0
  20. package/dist/src/common/assets/icons/line/index.js +17 -1
  21. package/dist/src/common/index.d.ts +1 -1
  22. package/dist/src/common/styles/ui-colors.js +13 -5
  23. package/dist/src/common/types/components.d.ts +4 -4
  24. package/dist/src/common/types/icon.d.ts +8 -3
  25. package/dist/src/common/types/icon.js +10 -0
  26. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -1
  27. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +16 -2
  28. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -4
  29. package/dist/src/desktop/components/ChatList/ChatList.d.ts +8 -8
  30. package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +5 -5
  31. package/dist/src/desktop/components/ChatList/Footer.d.ts +5 -5
  32. package/dist/src/desktop/components/Chip/Chip.d.ts +2 -2
  33. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +2 -2
  34. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +2 -2
  35. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
  36. package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.d.ts +2 -1
  37. package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +8 -4
  38. package/dist/src/desktop/components/IconButton/IconButton.d.ts +2 -2
  39. package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -2
  40. package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.d.ts +2 -2
  41. package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.d.ts +2 -2
  42. package/dist/src/desktop/components/TextField/TextField.d.ts +3 -3
  43. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +2 -2
  44. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  45. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +2 -1
  46. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +4 -4
  47. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
  48. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +58 -7
  49. package/dist/src/hybrid/components/Icon/Icon.d.ts +4 -3
  50. package/dist/src/hybrid/components/Icon/Icon.js +14 -4
  51. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -4
  52. package/dist/src/mobile/components/ChatList/ChatList.d.ts +8 -8
  53. package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +5 -5
  54. package/dist/src/mobile/components/ChatList/Footer.d.ts +5 -5
  55. package/dist/src/mobile/components/Chip/Chip.d.ts +2 -2
  56. package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
  57. package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
  58. package/dist/src/mobile/components/MainButton/MainButton.d.ts +2 -2
  59. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +3 -3
  60. package/dist/src/mobile/components/TextField/TextField.d.ts +3 -3
  61. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.d.ts +2 -2
  62. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  63. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +4 -4
  64. package/dist/src/sub/DynamicLayout/DynamicLayout.js +14 -1
  65. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +7 -3
  66. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +2 -2
  67. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/MainButton/MainButton.d.ts +2 -2
  68. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -2
  69. package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/IconButton/IconButton.d.ts +2 -2
  70. package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/MainButton/MainButton.d.ts +2 -2
  71. package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
  72. package/dist/src/sub/DynamicLayout/mock_samplePage.js +996 -1
  73. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +10300 -0
  74. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +30934 -1
  75. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +71 -58
  76. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.js +1 -1
  77. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +1 -1
  78. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
  79. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -11
  80. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +1 -1
  81. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +0 -2
  82. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  83. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  84. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  85. package/package.json +1 -1
  86. package/release-note.md +2 -2
  87. package/pipeline_output.log +0 -6466

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.