pds-dev-kit-web 1.9.0-beta.7 → 1.9.0-beta.8

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 (37) hide show
  1. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  2. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
  3. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  4. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  5. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -2
  6. package/dist/src/desktop/components/TextLabel/TextLabel.js +26 -21
  7. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  8. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
  9. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  10. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  11. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +2 -2
  12. package/dist/src/mobile/components/TextLabel/TextLabel.js +21 -16
  13. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  14. package/dist/src/sub/DynamicLayout/DynamicLayout.js +2 -2
  15. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +2 -1
  16. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +2 -2
  17. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
  18. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +5 -3
  19. package/dist/src/sub/DynamicLayout/types.d.ts +1 -0
  20. package/dist/storybook-static/{0.47127a3a.iframe.bundle.d.ts → 0.f85c225d.iframe.bundle.d.ts} +0 -0
  21. package/dist/storybook-static/{0.47127a3a.iframe.bundle.js → 0.f85c225d.iframe.bundle.js} +5 -5
  22. package/dist/storybook-static/{4.27d0b6b3.iframe.bundle.d.ts → 4.32dc09b1.iframe.bundle.d.ts} +0 -0
  23. package/dist/storybook-static/{4.27d0b6b3.iframe.bundle.js → 4.32dc09b1.iframe.bundle.js} +68 -68
  24. package/dist/storybook-static/{5.ccee87a9.iframe.bundle.d.ts → 5.f8adf19a.iframe.bundle.d.ts} +0 -0
  25. package/dist/storybook-static/{5.ccee87a9.iframe.bundle.js → 5.f8adf19a.iframe.bundle.js} +11 -11
  26. package/dist/storybook-static/{6.935fc424.iframe.bundle.d.ts → 6.bbd5c6b7.iframe.bundle.d.ts} +0 -0
  27. package/dist/storybook-static/{6.935fc424.iframe.bundle.js → 6.bbd5c6b7.iframe.bundle.js} +6 -6
  28. package/dist/storybook-static/{7.9097368c.iframe.bundle.d.ts → 7.b309bb58.iframe.bundle.d.ts} +0 -0
  29. package/dist/storybook-static/{7.9097368c.iframe.bundle.js → 7.b309bb58.iframe.bundle.js} +1 -1
  30. package/dist/storybook-static/{main.6d823b88.iframe.bundle.d.ts → main.b3a48c0a.iframe.bundle.d.ts} +5 -2
  31. package/dist/storybook-static/{main.6d823b88.iframe.bundle.js → main.b3a48c0a.iframe.bundle.js} +595 -520
  32. package/dist/storybook-static/{runtime~main.98015d18.iframe.bundle.d.ts → runtime~main.fb11004c.iframe.bundle.d.ts} +0 -0
  33. package/dist/storybook-static/{runtime~main.98015d18.iframe.bundle.js → runtime~main.fb11004c.iframe.bundle.js} +1 -1
  34. package/dist/storybook-static/{vendors~main.3af2bf31.iframe.bundle.d.ts → vendors~main.bf41a3c3.iframe.bundle.d.ts} +0 -0
  35. package/dist/storybook-static/{vendors~main.3af2bf31.iframe.bundle.js → vendors~main.bf41a3c3.iframe.bundle.js} +245 -245
  36. package/package.json +1 -1
  37. package/release-note.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.9.0-beta.7",
3
+ "version": "1.9.0-beta.8",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.0-beta.7]
2
+ ## [v1.9.0-beta.8]
3
3
  ### Sub
4
4
  * DynamicLayout 수정
5
5
  * editingSection border 컬러 키 변경