@3sc/common-component 0.0.603 → 0.0.604
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-C5J5piKe.js → index-DJGiOOZG.js} +5 -3
- package/dist/{index-C5J5piKe.js.map → index-DJGiOOZG.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +69 -69
- package/dist/index.umd.js.map +1 -1
- package/dist/ko-CBekQwu_.js +348 -0
- package/dist/ko-CBekQwu_.js.map +1 -0
- package/dist/{nl-BbjKqDNX.js → nl-CRR6pCpR.js} +2 -2
- package/dist/{nl-BbjKqDNX.js.map → nl-CRR6pCpR.js.map} +1 -1
- package/dist/{tr-Cv2jCNFb.js → tr-BRyWRAV0.js} +2 -2
- package/dist/{tr-Cv2jCNFb.js.map → tr-BRyWRAV0.js.map} +1 -1
- package/package.json +1 -1
|
@@ -30912,9 +30912,11 @@ const IN = ie(Cp)(({ theme: e }) => ({
|
|
|
30912
30912
|
async function BN(e) {
|
|
30913
30913
|
switch (e.split("-")[0]) {
|
|
30914
30914
|
case "tr":
|
|
30915
|
-
return (await import("./tr-
|
|
30915
|
+
return (await import("./tr-BRyWRAV0.js")).tr;
|
|
30916
30916
|
case "nl":
|
|
30917
|
-
return (await import("./nl-
|
|
30917
|
+
return (await import("./nl-CRR6pCpR.js")).nl;
|
|
30918
|
+
case "ko":
|
|
30919
|
+
return (await import("./ko-CBekQwu_.js")).ko;
|
|
30918
30920
|
default:
|
|
30919
30921
|
return (await Promise.resolve().then(() => F4)).enUS;
|
|
30920
30922
|
}
|
|
@@ -47034,4 +47036,4 @@ export {
|
|
|
47034
47036
|
v7 as t,
|
|
47035
47037
|
Y7 as u
|
|
47036
47038
|
};
|
|
47037
|
-
//# sourceMappingURL=index-
|
|
47039
|
+
//# sourceMappingURL=index-DJGiOOZG.js.map
|