@remit/ui 0.0.152 → 0.0.153

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/ui",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -157,7 +157,7 @@ export function clauseFieldHint(field: ClauseField): string | undefined {
157
157
  *
158
158
  * The vector-free matcher serves `From`/`Subject` from the core thread rows and
159
159
  * carries no faithful body, so it rejects a body-text clause outright rather
160
- * than narrowing the match silently (`assertNoBodyContentClause`,
160
+ * than narrowing the match silently (`bodyContentRejection`,
161
161
  * backend/service/organize.ts). A rule with no active widen therefore cannot be
162
162
  * counted or applied one-time with such a clause in it — it can only be a
163
163
  * standing rule, where the index-time matcher reads the whole body.