xactsize-webcomponents 1.0.41 → 1.0.42
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.
|
@@ -2032,7 +2032,7 @@ var _e = Object.defineProperty, $e = Object.getOwnPropertyDescriptor, h = (i, t,
|
|
|
2032
2032
|
const { getLocale: si, setLocale: Ht } = De({
|
|
2033
2033
|
sourceLocale: Gt,
|
|
2034
2034
|
targetLocales: Re,
|
|
2035
|
-
loadLocale: (i) => jt(/* @__PURE__ */ Object.assign({ "./generated/locales/pt-BR.ts": () => import("./pt-BR-
|
|
2035
|
+
loadLocale: (i) => jt(/* @__PURE__ */ Object.assign({ "./generated/locales/pt-BR.ts": () => import("./pt-BR-DwijJE66.mjs") }), `./generated/locales/${i}.ts`, 4)
|
|
2036
2036
|
});
|
|
2037
2037
|
let c = class extends w {
|
|
2038
2038
|
constructor() {
|
|
@@ -2336,10 +2336,6 @@ let c = class extends w {
|
|
|
2336
2336
|
<span class="flip-camera-text">${a("Click here to flip your camera")}</span>
|
|
2337
2337
|
</button>
|
|
2338
2338
|
|
|
2339
|
-
<!-- Snow effect -->
|
|
2340
|
-
<div class="snow-container">
|
|
2341
|
-
${this.renderSnowflakes()}
|
|
2342
|
-
</div>
|
|
2343
2339
|
</div>
|
|
2344
2340
|
</div>
|
|
2345
2341
|
` : ""}
|
package/dist/body-measurer.es.js
CHANGED
|
@@ -1001,10 +1001,6 @@
|
|
|
1001
1001
|
<span class="flip-camera-text">${a("Click here to flip your camera")}</span>
|
|
1002
1002
|
</button>
|
|
1003
1003
|
|
|
1004
|
-
<!-- Snow effect -->
|
|
1005
|
-
<div class="snow-container">
|
|
1006
|
-
${this.renderSnowflakes()}
|
|
1007
|
-
</div>
|
|
1008
1004
|
</div>
|
|
1009
1005
|
</div>
|
|
1010
1006
|
`:""}
|
package/package.json
CHANGED