@everymatrix/nuts-inbox-widget 1.76.11 → 1.76.13

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.
@@ -42316,7 +42316,7 @@ function renderAbstractNodeToSVGElement(node, options) {
42316
42316
  return "<".concat(node.tag).concat(attrsToken, " />");
42317
42317
  }
42318
42318
 
42319
- const MAX_NOTIFICATION_TEXT_LENGTH = 150;
42319
+ const MAX_NOTIFICATION_TEXT_LENGTH = 200;
42320
42320
 
42321
42321
  const truncate = (str, n) => {
42322
42322
  if (!str || n < 0) {
@@ -1 +1 @@
1
- export const MAX_NOTIFICATION_TEXT_LENGTH = 150;
1
+ export const MAX_NOTIFICATION_TEXT_LENGTH = 200;
@@ -42312,7 +42312,7 @@ function renderAbstractNodeToSVGElement(node, options) {
42312
42312
  return "<".concat(node.tag).concat(attrsToken, " />");
42313
42313
  }
42314
42314
 
42315
- const MAX_NOTIFICATION_TEXT_LENGTH = 150;
42315
+ const MAX_NOTIFICATION_TEXT_LENGTH = 200;
42316
42316
 
42317
42317
  const truncate = (str, n) => {
42318
42318
  if (!str || n < 0) {