@templatical/quality 0.10.1 → 0.10.3
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.js +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -204,7 +204,7 @@ var de = /* @__PURE__ */ d({ default: () => fe }), fe = {
|
|
|
204
204
|
"a11y.button-touch-target": "Button is roughly {height}px tall; aim for at least {min}px to avoid mis-taps on mobile.",
|
|
205
205
|
"a11y.button-low-contrast": "Button text contrast is {ratio}:1; WCAG AA requires at least {required}:1.",
|
|
206
206
|
"a11y.missing-preheader": "No preheader text set. Inboxes will fall back to fragments of the first block."
|
|
207
|
-
}, x = /*
|
|
207
|
+
}, x = /* #__PURE__ */ Object.assign({
|
|
208
208
|
"./de.ts": de,
|
|
209
209
|
"./en.ts": pe
|
|
210
210
|
}), S = {};
|
|
@@ -366,7 +366,7 @@ var he = {
|
|
|
366
366
|
"redeem",
|
|
367
367
|
"watch"
|
|
368
368
|
]
|
|
369
|
-
}, T = /*
|
|
369
|
+
}, T = /* #__PURE__ */ Object.assign({
|
|
370
370
|
"./de.ts": xe,
|
|
371
371
|
"./en.ts": Ce
|
|
372
372
|
}), E = {};
|
|
@@ -792,7 +792,7 @@ var rt = /* @__PURE__ */ d({ default: () => it }), it = {
|
|
|
792
792
|
"structure.nested-section": "Section is nested inside another section. Sections cannot nest — the renderer will misbehave.",
|
|
793
793
|
"structure.empty-section": "Section has no blocks. Remove it or add content.",
|
|
794
794
|
"structure.empty-column": "Column {columnIndex} of this section is empty. Add content or reduce the column count."
|
|
795
|
-
}, z = /*
|
|
795
|
+
}, z = /* #__PURE__ */ Object.assign({
|
|
796
796
|
"./de.ts": rt,
|
|
797
797
|
"./en.ts": at
|
|
798
798
|
}), B = {};
|
|
@@ -941,7 +941,7 @@ var _t = /* @__PURE__ */ d({ default: () => vt }), vt = {
|
|
|
941
941
|
"link.malformed-mailto": "mailto: link is malformed. Expected a single recipient address before any query string (e.g. mailto:hello@example.com).",
|
|
942
942
|
"link.malformed-tel": "tel: link contains characters that are not digits, +, spaces, dashes, parentheses, or dots.",
|
|
943
943
|
"link.localhost-or-staging": "URL host \"{host}\" matches a non-production pattern. Replace with the production URL before sending."
|
|
944
|
-
}, J = /*
|
|
944
|
+
}, J = /* #__PURE__ */ Object.assign({
|
|
945
945
|
"./de.ts": _t,
|
|
946
946
|
"./en.ts": yt
|
|
947
947
|
}), Y = {};
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@templatical/quality",
|
|
3
3
|
"description": "Accessibility linter for Templatical email templates",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.3",
|
|
5
5
|
"bugs": "https://github.com/templatical/sdk/issues",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"htmlparser2": "^12.0.0",
|
|
8
|
-
"@templatical/types": "0.10.
|
|
8
|
+
"@templatical/types": "0.10.3"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"typescript": "^6.0.3",
|
|
12
|
-
"vite": "^8.0.
|
|
13
|
-
"vitest": "^4.1.
|
|
12
|
+
"vite": "^8.0.16",
|
|
13
|
+
"vitest": "^4.1.8"
|
|
14
14
|
},
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|