pollination-react-io 1.19.0 → 1.19.1

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.
@@ -45400,7 +45400,7 @@ var RunCard = function (_a) {
45400
45400
  React__default.createElement("div", { style: {
45401
45401
  color: 'var(--slate10)',
45402
45402
  fontSize: '0.9rem'
45403
- } }, run ? dayjs_min(run.status.started_at).format('dddd[,] MMMM YYYY HH:mm:ss') : '--')),
45403
+ } }, run ? dayjs_min(run.status.started_at).format('dddd[,] MMMM DD[,] YYYY [at] HH:mm:ss') : '--')),
45404
45404
  React__default.createElement("div", { style: {
45405
45405
  display: 'flex',
45406
45406
  flexDirection: 'column',
@@ -46610,7 +46610,7 @@ var StudyCard = function (_a) {
46610
46610
  React__default.createElement("div", { style: {
46611
46611
  color: 'var(--slate10)',
46612
46612
  fontSize: '0.9rem'
46613
- } }, study ? dayjs_min(study.status.started_at).format('dddd[,] MMMM YYYY HH:mm:ss') : '--')),
46613
+ } }, study ? dayjs_min(study.status.started_at).format('dddd[,] MMMM DD[,] YYYY [at] HH:mm:ss') : '--')),
46614
46614
  React__default.createElement("div", { style: {
46615
46615
  display: 'flex',
46616
46616
  flexDirection: 'column',