react-magma-dom 5.1.0-rc.5 → 5.1.0-rc.7

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.
@@ -4513,6 +4513,15 @@
4513
4513
  "description": "Text for time picker label",
4514
4514
  "deprecated": false
4515
4515
  },
4516
+ "timezone": {
4517
+ "name": "timezone",
4518
+ "required": false,
4519
+ "type": {
4520
+ "name": "string"
4521
+ },
4522
+ "description": "Optional timezone to display with the selected date and time (e.g. \"America/New_York\").\nIf provided, the component will display its short abbreviation (e.g. \"EST\") and include the timezone when returning values.",
4523
+ "deprecated": false
4524
+ },
4516
4525
  "value": {
4517
4526
  "name": "value",
4518
4527
  "required": false,