pds-dev-kit-web 1.9.10 → 1.9.12

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 (46) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/dist/index.js +3 -2
  3. package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
  4. package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
  5. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  6. package/dist/src/common/assets/icons/line/index.js +2 -0
  7. package/dist/src/common/styles/colorSet/UIColor.json +8 -1
  8. package/dist/src/common/styles/colorSet/index.d.ts +105 -98
  9. package/dist/src/common/styles/colorSet/index.js +2 -2
  10. package/dist/src/common/styles/colorSet/ui-type.d.ts +7 -0
  11. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
  12. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
  13. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -1
  14. package/dist/src/desktop/components/TextLabel/TextLabel.js +3 -3
  15. package/dist/src/desktop/index.d.ts +3 -2
  16. package/dist/src/desktop/index.js +2 -1
  17. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
  18. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
  19. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
  20. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
  21. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
  22. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
  23. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
  24. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
  25. package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
  26. package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
  27. package/dist/src/desktop/panels/index.d.ts +3 -1
  28. package/dist/src/desktop/panels/index.js +3 -1
  29. package/dist/storybook-static/{0.6b1bd5db.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
  30. package/dist/storybook-static/{0.6b1bd5db.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +7 -7
  31. package/dist/storybook-static/{4.75c7fb7a.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
  32. package/dist/storybook-static/{4.75c7fb7a.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +69 -69
  33. package/dist/storybook-static/{5.ea130e18.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
  34. package/dist/storybook-static/{5.ea130e18.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +12 -12
  35. package/dist/storybook-static/{6.0fced635.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
  36. package/dist/storybook-static/{6.0fced635.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +6 -6
  37. package/dist/storybook-static/{7.d8e1bf72.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
  38. package/dist/storybook-static/{7.d8e1bf72.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +1 -1
  39. package/dist/storybook-static/{main.f342bf23.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +585 -602
  40. package/dist/storybook-static/{main.f342bf23.iframe.bundle.js → main.f16a77cc.iframe.bundle.js} +961 -963
  41. package/dist/storybook-static/{runtime~main.29195093.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
  42. package/dist/storybook-static/{runtime~main.29195093.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
  43. package/dist/storybook-static/{vendors~main.91124dd5.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
  44. package/dist/storybook-static/{vendors~main.91124dd5.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +530 -530
  45. package/package.json +1 -1
  46. package/release-note.md +11 -2
@@ -15,7 +15,7 @@
15
15
  var promise = new Promise((function (resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; }));
16
16
  promises.push(installedChunkData[2] = promise);
17
17
  var onScriptComplete, script = document.createElement("script");
18
- script.charset = "utf-8", script.timeout = 120, __webpack_require__.nc && script.setAttribute("nonce", __webpack_require__.nc), script.src = function jsonpScriptSrc(chunkId) { return __webpack_require__.p + "" + ({}[chunkId] || chunkId) + "." + { 0: "6b1bd5db", 4: "75c7fb7a", 5: "ea130e18", 6: "0fced635", 7: "d8e1bf72" }[chunkId] + ".iframe.bundle.js"; }(chunkId);
18
+ script.charset = "utf-8", script.timeout = 120, __webpack_require__.nc && script.setAttribute("nonce", __webpack_require__.nc), script.src = function jsonpScriptSrc(chunkId) { return __webpack_require__.p + "" + ({}[chunkId] || chunkId) + "." + { 0: "9bb7767d", 4: "ed983a0a", 5: "949eb428", 6: "e34350b7", 7: "f7cfb88e" }[chunkId] + ".iframe.bundle.js"; }(chunkId);
19
19
  var error = new Error;
20
20
  onScriptComplete = function (event) { script.onerror = script.onload = null, clearTimeout(timeout); var chunk = installedChunks[chunkId]; if (0 !== chunk) {
21
21
  if (chunk) {