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.
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -45426,7 +45426,7 @@ var RunCard = function (_a) {
|
|
|
45426
45426
|
React__default["default"].createElement("div", { style: {
|
|
45427
45427
|
color: 'var(--slate10)',
|
|
45428
45428
|
fontSize: '0.9rem'
|
|
45429
|
-
} }, run ? dayjs_min(run.status.started_at).format('dddd[,] MMMM YYYY HH:mm:ss') : '--')),
|
|
45429
|
+
} }, run ? dayjs_min(run.status.started_at).format('dddd[,] MMMM DD[,] YYYY [at] HH:mm:ss') : '--')),
|
|
45430
45430
|
React__default["default"].createElement("div", { style: {
|
|
45431
45431
|
display: 'flex',
|
|
45432
45432
|
flexDirection: 'column',
|
|
@@ -46636,7 +46636,7 @@ var StudyCard = function (_a) {
|
|
|
46636
46636
|
React__default["default"].createElement("div", { style: {
|
|
46637
46637
|
color: 'var(--slate10)',
|
|
46638
46638
|
fontSize: '0.9rem'
|
|
46639
|
-
} }, study ? dayjs_min(study.status.started_at).format('dddd[,] MMMM YYYY HH:mm:ss') : '--')),
|
|
46639
|
+
} }, study ? dayjs_min(study.status.started_at).format('dddd[,] MMMM DD[,] YYYY [at] HH:mm:ss') : '--')),
|
|
46640
46640
|
React__default["default"].createElement("div", { style: {
|
|
46641
46641
|
display: 'flex',
|
|
46642
46642
|
flexDirection: 'column',
|