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.
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -2
- package/dist/src/desktop/components/TextLabel/TextLabel.js +26 -21
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +2 -2
- package/dist/src/mobile/components/TextLabel/TextLabel.js +21 -16
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +2 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +2 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +5 -3
- package/dist/src/sub/DynamicLayout/types.d.ts +1 -0
- package/dist/storybook-static/{0.47127a3a.iframe.bundle.d.ts → 0.f85c225d.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.47127a3a.iframe.bundle.js → 0.f85c225d.iframe.bundle.js} +5 -5
- package/dist/storybook-static/{4.27d0b6b3.iframe.bundle.d.ts → 4.32dc09b1.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.27d0b6b3.iframe.bundle.js → 4.32dc09b1.iframe.bundle.js} +68 -68
- package/dist/storybook-static/{5.ccee87a9.iframe.bundle.d.ts → 5.f8adf19a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ccee87a9.iframe.bundle.js → 5.f8adf19a.iframe.bundle.js} +11 -11
- package/dist/storybook-static/{6.935fc424.iframe.bundle.d.ts → 6.bbd5c6b7.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.935fc424.iframe.bundle.js → 6.bbd5c6b7.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.9097368c.iframe.bundle.d.ts → 7.b309bb58.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.9097368c.iframe.bundle.js → 7.b309bb58.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.6d823b88.iframe.bundle.d.ts → main.b3a48c0a.iframe.bundle.d.ts} +5 -2
- package/dist/storybook-static/{main.6d823b88.iframe.bundle.js → main.b3a48c0a.iframe.bundle.js} +595 -520
- package/dist/storybook-static/{runtime~main.98015d18.iframe.bundle.d.ts → runtime~main.fb11004c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.98015d18.iframe.bundle.js → runtime~main.fb11004c.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.3af2bf31.iframe.bundle.d.ts → vendors~main.bf41a3c3.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.3af2bf31.iframe.bundle.js → vendors~main.bf41a3c3.iframe.bundle.js} +245 -245
- package/package.json +1 -1
- package/release-note.md +1 -1
package/package.json
CHANGED
package/release-note.md
CHANGED