@bbl-digital/snorre 2.4.19 → 2.4.20

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
@@ -31304,8 +31304,7 @@
31304
31304
  semibold: true,
31305
31305
  size: "14px",
31306
31306
  primary: true,
31307
- children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)})${updatedBy ? ` av ${updatedBy}` : ''} : ''
31308
- } `]
31307
+ children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)})${updatedBy ? ` av ${updatedBy}` : ''} `]
31309
31308
  })]
31310
31309
  }), (hasAttachment || hasEvent) && /*#__PURE__*/jsxRuntime.jsxs(Group, {
31311
31310
  children: [hasAttachment && /*#__PURE__*/jsxRuntime.jsx(Div$1, {
@@ -30,8 +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}` : ''} : ''
34
- } `]
33
+ children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)})${updatedBy ? ` av ${updatedBy}` : ''} `]
35
34
  })]
36
35
  }), (hasAttachment || hasEvent) && /*#__PURE__*/_jsxs(Group, {
37
36
  children: [hasAttachment && /*#__PURE__*/_jsx(Div, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/packages/core/NoticeCard/privateComponents/NoticeMetaInfo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAYzB,UAAU,MAAM;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,IAAI,CAAA;IACb,OAAO,EAAE,IAAI,CAAA;IACb,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CA4CpC,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/packages/core/NoticeCard/privateComponents/NoticeMetaInfo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAYzB,UAAU,MAAM;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,IAAI,CAAA;IACb,OAAO,EAAE,IAAI,CAAA;IACb,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CA2CpC,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -30,8 +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}` : ''} : ''
34
- } `]
33
+ children: [created && getFormattedDate(created, ddmmyyyy), updated && updated !== created && ` (Oppdatert: ${getFormattedDate(updated, ddmmyyyy)})${updatedBy ? ` av ${updatedBy}` : ''} `]
35
34
  })]
36
35
  }), (hasAttachment || hasEvent) && /*#__PURE__*/_jsxs(Group, {
37
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.19",
3
+ "version": "2.4.20",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",