react-native-resource-calendar 1.0.6 → 1.0.8
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/README.md +112 -168
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -646,7 +646,7 @@ function StaffAvatar({
|
|
|
646
646
|
top: -6,
|
|
647
647
|
borderRadius: 999,
|
|
648
648
|
backgroundColor: "#fff",
|
|
649
|
-
padding:
|
|
649
|
+
padding: 2
|
|
650
650
|
}, badgeStyle]
|
|
651
651
|
},
|
|
652
652
|
/* @__PURE__ */ React18.createElement(
|
|
@@ -1025,7 +1025,7 @@ var EventBlock = React18__default.memo(({
|
|
|
1025
1025
|
)), /* @__PURE__ */ React18__default.createElement(Row_default, { style: {
|
|
1026
1026
|
position: "absolute",
|
|
1027
1027
|
right: 2
|
|
1028
|
-
}
|
|
1028
|
+
} }, TopRight ? /* @__PURE__ */ React18__default.createElement(TopRight, { event, ctx: { hourHeight } }) : null))
|
|
1029
1029
|
);
|
|
1030
1030
|
});
|
|
1031
1031
|
var styles5 = StyleSheet.create({
|