nitro-web 0.0.151 → 0.0.152
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.
|
@@ -205,7 +205,7 @@ export function FieldDate({
|
|
|
205
205
|
(props.mode == 'time' || (!!showTime && props.mode == 'single')) &&
|
|
206
206
|
<TimePicker value={internalValue?.[0]} onChange={onChange<Timestamp>}
|
|
207
207
|
className={`border-l border-gray-100 ${props.mode == 'single' ? 'min-h-[0]' : ''}`}
|
|
208
|
-
referenceTimestamp={referenceTimestamp}
|
|
208
|
+
referenceTimestamp={referenceTimestamp} tz={tz}
|
|
209
209
|
/>
|
|
210
210
|
}
|
|
211
211
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro-web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.152",
|
|
4
4
|
"repository": "github:boycce/nitro-web",
|
|
5
5
|
"homepage": "https://boycce.github.io/nitro-web/",
|
|
6
6
|
"description": "Nitro is a battle-tested, modular base project to turbocharge your projects, styled using Tailwind 🚀",
|