pds-dev-kit-web 1.9.0-beta.3 → 1.9.0-beta.4
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/common/services/i18n/resources/en.json +4625 -1466
- package/dist/src/common/services/i18n/resources/es.json +6082 -2923
- package/dist/src/common/services/i18n/resources/index.d.ts +18961 -7
- package/dist/src/common/services/i18n/resources/index.js +2 -2
- package/dist/src/common/services/i18n/resources/jp.json +6091 -2932
- package/dist/src/common/services/i18n/resources/ko.json +3353 -194
- package/dist/src/common/services/i18n/resources/zh-tw.json +4000 -841
- package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +8 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +8 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +14 -2
- package/dist/src/common/styles/colorSet/index.d.ts +28 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +12 -0
- 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/OverlayBorders.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +23 -8
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
- package/dist/src/sub/DynamicLayout/types.d.ts +2 -1
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.d.ts → 0.8a8ae8fa.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.js → 0.8a8ae8fa.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.d.ts → 4.0cae350a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.js → 4.0cae350a.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.d.ts → 5.6dd988b7.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.js → 5.6dd988b7.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.d.ts → 6.16e7a5f8.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.js → 6.16e7a5f8.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.d.ts → 7.d9eac22c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.js → 7.d9eac22c.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.d.ts → main.a2e80e11.iframe.bundle.d.ts} +726 -831
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.js → main.a2e80e11.iframe.bundle.js} +1264 -1114
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.d.ts → runtime~main.d6679bc3.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.js → runtime~main.d6679bc3.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.d.ts → vendors~main.acdf7090.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.js → vendors~main.acdf7090.iframe.bundle.js} +829 -829
- package/package.json +1 -1
- package/release-note.md +4 -7
- package/dist/src/common/services/i18n/resources/zh-cn.json +0 -3685
|
File without changes
|
|
@@ -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: "
|
|
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: "8a8ae8fa", 4: "0cae350a", 5: "6dd988b7", 6: "16e7a5f8", 7: "d9eac22c" }[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) {
|
|
File without changes
|