@qore-project/custom-booking-dayname
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -36,5 +36,5 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
var dayName = days[language][d.getDay()]; | ||
return _jsx(Text, Object.assign({ color: "white" }, { children: dayName })); | ||
return _jsx(Text, { children: dayName }); | ||
}, | ||
}); | ||
//# sourceMappingURL=custom-booking-dayname.js.map |
@@ -37,3 +37,3 @@ import { jsx } from 'react/jsx-runtime'; | ||
var dayName = days[language][d.getDay()]; | ||
return jsx(Text, Object.assign({ color: "white" }, { children: dayName })); | ||
return jsx(Text, { children: dayName }); | ||
}, | ||
@@ -40,0 +40,0 @@ }); |
{ | ||
"name": "@qore-project/custom-booking-dayname", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"module": "lib/custom-booking-dayname.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
133807