@bbl-digital/snorre 2.4.24 → 2.4.25

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/bundle.js CHANGED
@@ -31311,7 +31311,7 @@
31311
31311
  semibold: true,
31312
31312
  size: "14px",
31313
31313
  primary: true,
31314
- children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)}${updatedBy ? ` av ${updatedBy})` : ''} `]
31314
+ children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)}${updatedBy ? ` av ${updatedBy})` : ')'} `]
31315
31315
  })]
31316
31316
  }), (hasAttachment || hasEvent) && /*#__PURE__*/jsxRuntime.jsxs(Group, {
31317
31317
  children: [hasAttachment && /*#__PURE__*/jsxRuntime.jsx(Div$1, {
@@ -30,7 +30,7 @@ const NoticeMetaInfo = ({
30
30
  semibold: true,
31
31
  size: "14px",
32
32
  primary: true,
33
- children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)}${updatedBy ? ` av ${updatedBy})` : ''} `]
33
+ children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)}${updatedBy ? ` av ${updatedBy})` : ')'} `]
34
34
  })]
35
35
  }), (hasAttachment || hasEvent) && /*#__PURE__*/_jsxs(Group, {
36
36
  children: [hasAttachment && /*#__PURE__*/_jsx(Div, {
@@ -30,7 +30,7 @@ const NoticeMetaInfo = ({
30
30
  semibold: true,
31
31
  size: "14px",
32
32
  primary: true,
33
- children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)}${updatedBy ? ` av ${updatedBy})` : ''} `]
33
+ children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)}${updatedBy ? ` av ${updatedBy})` : ')'} `]
34
34
  })]
35
35
  }), (hasAttachment || hasEvent) && /*#__PURE__*/_jsxs(Group, {
36
36
  children: [hasAttachment && /*#__PURE__*/_jsx(Div, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "2.4.24",
3
+ "version": "2.4.25",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",