pds-dev-kit-web-test 0.1.1 → 0.1.2

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 (100) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/dist/index.js +3 -2
  3. package/dist/src/common/assets/icons/fill/BellNotification.d.ts +4 -0
  4. package/dist/src/common/assets/icons/fill/BellNotification.js +36 -0
  5. package/dist/src/common/assets/icons/fill/ChatNotification.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/ChatNotification.js +36 -0
  7. package/dist/src/common/assets/icons/fill/HelpWindow.js +1 -1
  8. package/dist/src/common/assets/icons/fill/Question.js +1 -1
  9. package/dist/src/common/assets/icons/fill/index.d.ts +2 -0
  10. package/dist/src/common/assets/icons/fill/index.js +4 -0
  11. package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
  12. package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
  13. package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
  14. package/dist/src/common/assets/icons/line/ChatNotification.d.ts +4 -0
  15. package/dist/src/common/assets/icons/line/ChatNotification.js +36 -0
  16. package/dist/src/common/assets/icons/line/Question.js +1 -1
  17. package/dist/src/common/assets/icons/line/index.d.ts +2 -0
  18. package/dist/src/common/assets/icons/line/index.js +4 -0
  19. package/dist/src/common/services/i18n/i18n.js +10 -4
  20. package/dist/src/common/services/i18n/resources/en.json +0 -6835
  21. package/dist/src/common/services/i18n/resources/es.json +0 -6835
  22. package/dist/src/common/services/i18n/resources/fil.json +9 -0
  23. package/dist/src/common/services/i18n/resources/index.d.ts +11 -41012
  24. package/dist/src/common/services/i18n/resources/index.js +8 -5
  25. package/dist/src/common/services/i18n/resources/ja.json +9 -0
  26. package/dist/src/common/services/i18n/resources/ko.json +0 -6835
  27. package/dist/src/common/services/i18n/resources/zh-cn.json +9 -0
  28. package/dist/src/common/services/i18n/resources/zh-tw.json +0 -6835
  29. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +8 -1
  30. package/dist/src/common/styles/colorSet/PaletteColor_light.json +8 -1
  31. package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
  32. package/dist/src/common/styles/colorSet/UIColor.json +24 -2
  33. package/dist/src/common/styles/colorSet/index.d.ts +305 -267
  34. package/dist/src/common/styles/colorSet/index.js +3 -3
  35. package/dist/src/common/styles/colorSet/ui-type.d.ts +22 -0
  36. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -2
  37. package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -2
  38. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
  39. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
  40. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
  41. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +6 -4
  42. package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
  43. package/dist/src/desktop/components/TextButton/TextButton.js +38 -12
  44. package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
  45. package/dist/src/desktop/components/TextField/TextField.js +9 -4
  46. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -1
  47. package/dist/src/desktop/components/TextLabel/TextLabel.js +3 -3
  48. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  49. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -9
  50. package/dist/src/desktop/index.d.ts +3 -2
  51. package/dist/src/desktop/index.js +2 -1
  52. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +8 -12
  53. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
  54. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
  55. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
  56. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
  57. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
  58. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
  59. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
  60. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
  61. package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
  62. package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
  63. package/dist/src/desktop/panels/index.d.ts +3 -1
  64. package/dist/src/desktop/panels/index.js +3 -1
  65. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -2
  66. package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
  67. package/dist/src/mobile/components/TextButton/TextButton.js +29 -7
  68. package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
  69. package/dist/src/mobile/components/TextField/TextField.js +9 -4
  70. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  71. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -6
  72. package/dist/src/sub/DynamicLayout/components/Section/Section.js +1 -1
  73. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +30 -13
  74. package/dist/src/sub/DynamicLayout/mock_samplePage.js +7 -0
  75. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +1 -1
  76. package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +1 -1
  77. package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +1 -1
  78. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +1 -1
  79. package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +1 -1
  80. package/dist/src/sub/DynamicLayout/types.d.ts +1 -0
  81. package/dist/storybook-static/{0.69b174ef.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
  82. package/dist/storybook-static/{0.69b174ef.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +7 -7
  83. package/dist/storybook-static/{4.32dc09b1.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
  84. package/dist/storybook-static/{4.32dc09b1.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +69 -69
  85. package/dist/storybook-static/{5.c1637fa3.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
  86. package/dist/storybook-static/{5.c1637fa3.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +13 -13
  87. package/dist/storybook-static/{6.9d79e5b5.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
  88. package/dist/storybook-static/{6.9d79e5b5.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +6 -6
  89. package/dist/storybook-static/{7.b309bb58.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
  90. package/dist/storybook-static/{7.b309bb58.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +1 -1
  91. package/dist/storybook-static/{main.9a5b3a3c.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +52 -46
  92. package/dist/storybook-static/{main.9a5b3a3c.iframe.bundle.js → main.f16a77cc.iframe.bundle.js} +991 -839
  93. package/dist/storybook-static/{runtime~main.b6fc2c86.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
  94. package/dist/storybook-static/{runtime~main.b6fc2c86.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
  95. package/dist/storybook-static/{vendors~main.0fbc3a5b.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
  96. package/dist/storybook-static/{vendors~main.0fbc3a5b.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +419 -419
  97. package/package.json +1 -2
  98. package/release-note.md +7 -5
  99. package/dist/src/common/services/i18n/resources/jp.json +0 -6844
  100. package/dist/src/common/services/i18n/resources/zh-zh.json +0 -6844
@@ -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: "69b174ef", 4: "32dc09b1", 5: "c1637fa3", 6: "9d79e5b5", 7: "b309bb58" }[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) {