@templatical/media-library 0.8.2 → 0.8.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.
@@ -1918,7 +1918,7 @@ var Se = Symbol("templaticalMediaPopoverTarget"), Ce = ["data-tpl-theme"], we =
1918
1918
  "KB",
1919
1919
  "MB",
1920
1920
  "GB"
1921
- ], r = Math.floor(Math.log(e) / Math.log(t)), i = e / t ** +r, a = +(r >= 2);
1921
+ ], r = Math.floor(Math.log(e) / Math.log(t)), i = e / t ** r, a = +(r >= 2);
1922
1922
  return `${i.toFixed(a)} ${n[r]}`;
1923
1923
  }
1924
1924
  let b = s(() => y(t.usedBytes)), x = s(() => y(t.limitBytes)), C = s(() => Math.max(0, t.limitBytes - t.usedBytes)), T = s(() => y(C.value)), E = s(() => r(n.mediaLibrary.storageTooltip, {
@@ -3014,9 +3014,9 @@ function Li(e) {
3014
3014
  async function Ri(e) {
3015
3015
  let t = Li(e);
3016
3016
  return (await Mi(/* @__PURE__ */ Object.assign({
3017
- "./locales/de.ts": () => import("./de-BULkjF_s.js"),
3018
- "./locales/en.ts": () => import("./en-ivlOqPuR.js"),
3019
- "./locales/pt-BR.ts": () => import("./pt-BR-T5mPyHbx.js")
3017
+ "./locales/de.ts": () => import("./de-ByQyu2jv.js"),
3018
+ "./locales/en.ts": () => import("./en-B-xajqfh.js"),
3019
+ "./locales/pt-BR.ts": () => import("./pt-BR-C0Hzc26R.js")
3020
3020
  }), `./locales/${t}.ts`, 3)).default;
3021
3021
  }
3022
3022
  //#endregion
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@templatical/media-library",
3
3
  "description": "Media library management for Templatical email editor",
4
- "version": "0.8.2",
4
+ "version": "0.8.4",
5
5
  "bugs": "https://github.com/templatical/sdk/issues",
6
6
  "dependencies": {
7
7
  "@lucide/vue": "^1.16.0",
8
8
  "@vueuse/core": "^14.3.0",
9
9
  "vue-advanced-cropper": "^2.8.9",
10
- "@templatical/core": "0.8.2",
11
- "@templatical/types": "0.8.2"
10
+ "@templatical/core": "0.8.4",
11
+ "@templatical/types": "0.8.4"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@vitejs/plugin-vue": "^6.0.7",
15
15
  "@vue/test-utils": "^2.4.10",
16
16
  "typescript": "^6.0.3",
17
- "vite": "^8.0.13",
18
- "vitest": "^4.1.6",
17
+ "vite": "^8.0.14",
18
+ "vitest": "^4.1.7",
19
19
  "vue": "^3.5.34",
20
20
  "vue-tsc": "^3.2.9"
21
21
  },
@@ -41,7 +41,7 @@
41
41
  "license": "SEE LICENSE IN LICENSE",
42
42
  "module": "./dist/templatical-media-library.js",
43
43
  "peerDependencies": {
44
- "tailwindcss": "^4.0.0",
44
+ "tailwindcss": "^4.3.0",
45
45
  "vue": "^3.5.0"
46
46
  },
47
47
  "publishConfig": {
File without changes
File without changes
File without changes