@templatical/quality
Advanced tools
+4
-4
@@ -207,3 +207,3 @@ import { HEADING_LEVEL_FONT_SIZE as e, isButton as t, isHtml as n, isImage as r, isMenu as i, isParagraph as a, isSection as o, isSocialIcons as s, isTable as ee, isTitle as c, isVideo as te } from "@templatical/types"; | ||
| "a11y.missing-preheader": "No preheader text set. Inboxes will fall back to fragments of the first block." | ||
| }, x = /* @__PURE__ */ Object.assign({ | ||
| }, x = /* #__PURE__ */ Object.assign({ | ||
| "./de.ts": de, | ||
@@ -370,3 +370,3 @@ "./en.ts": pe | ||
| ] | ||
| }, T = /* @__PURE__ */ Object.assign({ | ||
| }, T = /* #__PURE__ */ Object.assign({ | ||
| "./de.ts": xe, | ||
@@ -797,3 +797,3 @@ "./en.ts": Ce | ||
| "structure.empty-column": "Column {columnIndex} of this section is empty. Add content or reduce the column count." | ||
| }, z = /* @__PURE__ */ Object.assign({ | ||
| }, z = /* #__PURE__ */ Object.assign({ | ||
| "./de.ts": rt, | ||
@@ -947,3 +947,3 @@ "./en.ts": at | ||
| "link.localhost-or-staging": "URL host \"{host}\" matches a non-production pattern. Replace with the production URL before sending." | ||
| }, J = /* @__PURE__ */ Object.assign({ | ||
| }, J = /* #__PURE__ */ Object.assign({ | ||
| "./de.ts": _t, | ||
@@ -950,0 +950,0 @@ "./en.ts": yt |
+4
-4
| { | ||
| "name": "@templatical/quality", | ||
| "description": "Accessibility linter for Templatical email templates", | ||
| "version": "0.10.1", | ||
| "version": "0.10.2", | ||
| "bugs": "https://github.com/templatical/sdk/issues", | ||
| "dependencies": { | ||
| "htmlparser2": "^12.0.0", | ||
| "@templatical/types": "0.10.1" | ||
| "@templatical/types": "0.10.2" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^6.0.3", | ||
| "vite": "^8.0.14", | ||
| "vitest": "^4.1.7" | ||
| "vite": "^8.0.16", | ||
| "vitest": "^4.1.8" | ||
| }, | ||
@@ -15,0 +15,0 @@ "exports": { |
+ Added
- Removed
Updated