pds-dev-kit-web 1.9.0-beta.2 → 1.9.0-beta.4

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 (63) hide show
  1. package/dist/src/common/services/i18n/resources/en.json +4852 -1257
  2. package/dist/src/common/services/i18n/resources/es.json +6105 -2510
  3. package/dist/src/common/services/i18n/resources/index.d.ts +28084 -16
  4. package/dist/src/common/services/i18n/resources/index.js +5 -1
  5. package/dist/src/common/services/i18n/resources/jp.json +6114 -2519
  6. package/dist/src/common/services/i18n/resources/ko.json +3816 -221
  7. package/dist/src/common/services/i18n/resources/zh-tw.json +6844 -0
  8. package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
  9. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +11 -3
  10. package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -1
  11. package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
  12. package/dist/src/common/styles/colorSet/UIColor.json +18 -3
  13. package/dist/src/common/styles/colorSet/index.d.ts +731 -698
  14. package/dist/src/common/styles/colorSet/index.js +3 -3
  15. package/dist/src/common/styles/colorSet/ui-type.d.ts +15 -0
  16. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  17. package/dist/src/sub/DynamicLayout/DynamicLayout.js +7 -32
  18. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
  19. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
  20. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
  21. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
  22. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
  23. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +86 -0
  24. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
  25. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
  26. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
  27. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
  28. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
  29. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
  30. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
  31. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
  32. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
  33. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
  34. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  35. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  36. package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  37. package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  38. package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  39. package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  40. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  41. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  42. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  43. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js +1 -1
  44. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js +1 -1
  45. package/dist/src/sub/DynamicLayout/types.d.ts +4 -1
  46. package/dist/storybook-static/{0.73af3e66.iframe.bundle.d.ts → 0.8a8ae8fa.iframe.bundle.d.ts} +0 -0
  47. package/dist/storybook-static/{0.73af3e66.iframe.bundle.js → 0.8a8ae8fa.iframe.bundle.js} +8 -8
  48. package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.d.ts → 4.0cae350a.iframe.bundle.d.ts} +0 -0
  49. package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.js → 4.0cae350a.iframe.bundle.js} +71 -71
  50. package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.d.ts → 5.6dd988b7.iframe.bundle.d.ts} +0 -0
  51. package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.js → 5.6dd988b7.iframe.bundle.js} +13 -13
  52. package/dist/storybook-static/{6.e668ed7b.iframe.bundle.d.ts → 6.16e7a5f8.iframe.bundle.d.ts} +0 -0
  53. package/dist/storybook-static/{6.e668ed7b.iframe.bundle.js → 6.16e7a5f8.iframe.bundle.js} +6 -6
  54. package/dist/storybook-static/{7.9af8f518.iframe.bundle.d.ts → 7.d9eac22c.iframe.bundle.d.ts} +0 -0
  55. package/dist/storybook-static/{7.9af8f518.iframe.bundle.js → 7.d9eac22c.iframe.bundle.js} +3 -3
  56. package/dist/storybook-static/{main.43b6f244.iframe.bundle.d.ts → main.a2e80e11.iframe.bundle.d.ts} +726 -831
  57. package/dist/storybook-static/{main.43b6f244.iframe.bundle.js → main.a2e80e11.iframe.bundle.js} +1569 -1248
  58. package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.d.ts → runtime~main.d6679bc3.iframe.bundle.d.ts} +0 -0
  59. package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.js → runtime~main.d6679bc3.iframe.bundle.js} +1 -1
  60. package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.d.ts → vendors~main.acdf7090.iframe.bundle.d.ts} +0 -0
  61. package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.js → vendors~main.acdf7090.iframe.bundle.js} +829 -829
  62. package/package.json +1 -1
  63. package/release-note.md +7 -24

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.