@gfazioli/mantine-clock 2.1.12 → 2.1.13
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Mantine Clock Component
|
|
2
2
|
|
|
3
|
-
<img
|
|
3
|
+
<img alt="Mantine Clock" src="https://github.com/gfazioli/mantine-clock/blob/master/logo.png" />
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
6
6
|
|
|
@@ -245,10 +245,10 @@ function ControllableCountdown() {
|
|
|
245
245
|
|
|
246
246
|
Your support helps me:
|
|
247
247
|
|
|
248
|
-
- Keep the project actively maintained with timely bug fixes and security updates
|
|
249
|
-
- Add new features, improve performance, and refine the developer experience
|
|
250
|
-
- Expand test coverage and documentation for smoother adoption
|
|
251
|
-
- Ensure long‑term sustainability without relying on ad hoc free time
|
|
248
|
+
- Keep the project actively maintained with timely bug fixes and security updates
|
|
249
|
+
- Add new features, improve performance, and refine the developer experience
|
|
250
|
+
- Expand test coverage and documentation for smoother adoption
|
|
251
|
+
- Ensure long‑term sustainability without relying on ad hoc free time
|
|
252
252
|
- Prioritize community requests and roadmap items that matter most
|
|
253
253
|
|
|
254
254
|
Open source thrives when those who benefit can give back—even a small monthly contribution makes a real difference. Sponsorships help cover maintenance time, infrastructure, and the countless invisible tasks that keep a project healthy.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfazioli/mantine-clock",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13",
|
|
4
4
|
"description": "React Clock components and hooks for Mantine with timezone support, countdown timers, customization options, and real-time updates.",
|
|
5
5
|
"homepage": "https://gfazioli.github.io/mantine-clock/",
|
|
6
6
|
"packageManager": "yarn@4.0.1",
|