react-native-roster 0.4.5 → 0.4.6
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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://simiancraft.github.io/react-native-roster/showcase">
|
|
9
|
-
<img src="https://img.shields.io/badge/▶%20Live%20demo-
|
|
9
|
+
<img src="https://img.shields.io/badge/▶%20Live%20demo-4f46e5?style=for-the-badge" alt="Live demo" />
|
|
10
10
|
</a>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
@@ -289,7 +289,10 @@ Release history is in the [changelog](https://github.com/simiancraft/react-nativ
|
|
|
289
289
|
|
|
290
290
|
## License
|
|
291
291
|
|
|
292
|
-
MIT
|
|
293
|
-
|
|
292
|
+
MIT © [the-simian](https://github.com/the-simian). See [LICENSE](https://github.com/simiancraft/react-native-roster/blob/main/LICENSE).
|
|
293
|
+
|
|
294
|
+
<sub>Looking for a React Native resource timeline, staff scheduler, shift calendar, or Gantt-style roster and landed here another way? The package name is **react-native-roster**.</sub>
|
|
294
295
|
|
|
295
296
|
<p align="center"><sub>Crafted with care by <a href="https://simiancraft.com">Simiancraft</a>.</sub></p>
|
|
297
|
+
|
|
298
|
+
<p align="center"><sub>Recurrence in <code>/rrule</code> runs on <a href="https://github.com/ggaabe/rrule-temporal">rrule-temporal</a> and <a href="https://github.com/js-temporal/temporal-polyfill">@js-temporal/polyfill</a>; lanes virtualize through <a href="https://github.com/LegendApp/legend-list">LegendList</a>. Every person and organization in the demo is generated. Full attributions: <a href="https://github.com/simiancraft/react-native-roster/blob/main/NOTICE.md">NOTICE.md</a>.</sub></p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-roster",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"description": "Resource timeline and schedule components for React Native and web, with layered intervals, coverage, provenance, and explicit daylight-saving handling.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|