react-multi-timezone-viewer 1.0.1 → 1.0.2
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
A smart React component that displays a given datetime in multiple timezones with daylight saving adjustments.
|
5
5
|
On hover, it shows a tooltip with selected timezones and an easy-to-use configuration dialog.
|
6
|
-
User preferences can be shared across websites using secure storage hosted by [explisoft.com](https://explisoft.com).
|
6
|
+
User preferences can be shared across websites using secure storage hosted by [explisoft.com](https://www.explisoft.com).
|
7
7
|
|
8
8
|
---
|
9
9
|
|
@@ -69,7 +69,7 @@ export default function MyComponent() {
|
|
69
69
|
|-----------------------|-----------|----------|---------|-----------------------------------------------------------------------------|
|
70
70
|
| `datetime` | `string` | ✅ Yes | – | Date & time in `YYYY-MM-DD hh:mm:ss` format |
|
71
71
|
| `dateTimeZone` | `string` | ✅ Yes | – | Timezone of the given datetime (e.g. `Asia/Kolkata`) |
|
72
|
-
| `useCrossSiteStorage` | `boolean` | ❌ No | `false` | Enable to share preferences via https://explisoft.com cross-site storage |
|
72
|
+
| `useCrossSiteStorage` | `boolean` | ❌ No | `false` | Enable to share preferences via https://www.explisoft.com cross-site storage |
|
73
73
|
| `className` | `string` | ❌ No | – | Apply your custom CSS styles to the datetime text |
|
74
74
|
|
75
75
|
---
|
@@ -99,7 +99,7 @@ You can pass a `className` to apply your own styles:
|
|
99
99
|
|
100
100
|
## 🛡 Security
|
101
101
|
|
102
|
-
This component uses secure cross-origin messaging (`postMessage`) to communicate with `https://explisoft.com`. No personally identifiable information is stored or transmitted.
|
102
|
+
This component uses secure cross-origin messaging (`postMessage`) to communicate with `https://www.explisoft.com`. No personally identifiable information is stored or transmitted.
|
103
103
|
|
104
104
|
---
|
105
105
|
|
@@ -113,4 +113,4 @@ MIT © 2025 [Nishant Kumar](https://nishant.live)
|
|
113
113
|
|
114
114
|
Open to pull requests and issues on GitHub. Let's make it better together!
|
115
115
|
|
116
|
-
GitHub Repo: [https://github.com/
|
116
|
+
GitHub Repo: [https://github.com/Explisoft/react-multi-timezone-viewer](https://github.com/Explisoft/react-multi-timezone-viewer)
|