pds-dev-kit-web 1.9.10 → 1.9.11
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/index.d.ts +3 -2
- package/dist/index.js +3 -2
- package/dist/src/common/styles/colorSet/UIColor.json +7 -1
- package/dist/src/common/styles/colorSet/index.d.ts +6 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +6 -0
- package/dist/src/desktop/index.d.ts +3 -2
- package/dist/src/desktop/index.js +2 -1
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
- package/dist/src/desktop/panels/index.d.ts +3 -1
- package/dist/src/desktop/panels/index.js +3 -1
- package/dist/storybook-static/{0.6b1bd5db.iframe.bundle.d.ts → 0.da786938.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.6b1bd5db.iframe.bundle.js → 0.da786938.iframe.bundle.js} +7 -7
- package/dist/storybook-static/{4.75c7fb7a.iframe.bundle.d.ts → 4.b4e3661f.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.75c7fb7a.iframe.bundle.js → 4.b4e3661f.iframe.bundle.js} +69 -69
- package/dist/storybook-static/{5.ea130e18.iframe.bundle.d.ts → 5.e4e34354.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ea130e18.iframe.bundle.js → 5.e4e34354.iframe.bundle.js} +12 -12
- package/dist/storybook-static/{6.0fced635.iframe.bundle.d.ts → 6.33c93c26.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.0fced635.iframe.bundle.js → 6.33c93c26.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.d8e1bf72.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.d8e1bf72.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.f342bf23.iframe.bundle.d.ts → main.933efaa8.iframe.bundle.d.ts} +51 -46
- package/dist/storybook-static/{main.f342bf23.iframe.bundle.js → main.933efaa8.iframe.bundle.js} +817 -759
- package/dist/storybook-static/{runtime~main.29195093.iframe.bundle.d.ts → runtime~main.274404de.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.29195093.iframe.bundle.js → runtime~main.274404de.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.91124dd5.iframe.bundle.d.ts → vendors~main.c0210946.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.91124dd5.iframe.bundle.js → vendors~main.c0210946.iframe.bundle.js} +425 -425
- package/package.json +1 -1
- package/release-note.md +4 -2
package/package.json
CHANGED