@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.
- package/dist/cjs/nuts-inbox-widget_3.cjs.entry.js +1 -1
- package/dist/collection/components/nuts-notification/constants.js +1 -1
- package/dist/esm/nuts-inbox-widget_3.entry.js +1 -1
- package/dist/nuts-inbox-widget/nuts-inbox-widget_3.entry.js +1 -1
- package/dist/types/components/nuts-notification/constants.d.ts +1 -1
- package/hydrate/index.js +1 -1
- package/hydrate/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MAX_NOTIFICATION_TEXT_LENGTH =
|
|
1
|
+
export declare const MAX_NOTIFICATION_TEXT_LENGTH = 200;
|
package/hydrate/index.js
CHANGED
|
@@ -44397,7 +44397,7 @@ function renderAbstractNodeToSVGElement(node, options) {
|
|
|
44397
44397
|
return "<".concat(node.tag).concat(attrsToken, " />");
|
|
44398
44398
|
}
|
|
44399
44399
|
|
|
44400
|
-
const MAX_NOTIFICATION_TEXT_LENGTH =
|
|
44400
|
+
const MAX_NOTIFICATION_TEXT_LENGTH = 200;
|
|
44401
44401
|
|
|
44402
44402
|
const truncate = (str, n) => {
|
|
44403
44403
|
if (!str || n < 0) {
|
package/hydrate/index.mjs
CHANGED
|
@@ -44393,7 +44393,7 @@ function renderAbstractNodeToSVGElement(node, options) {
|
|
|
44393
44393
|
return "<".concat(node.tag).concat(attrsToken, " />");
|
|
44394
44394
|
}
|
|
44395
44395
|
|
|
44396
|
-
const MAX_NOTIFICATION_TEXT_LENGTH =
|
|
44396
|
+
const MAX_NOTIFICATION_TEXT_LENGTH = 200;
|
|
44397
44397
|
|
|
44398
44398
|
const truncate = (str, n) => {
|
|
44399
44399
|
if (!str || n < 0) {
|