@juspay/svelte-ui-components 2.80.0 → 2.80.1

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.
@@ -443,6 +443,10 @@
443
443
  draftEnd = event.rangeEnd;
444
444
  // A direct calendar click is not a preset selection.
445
445
  selectedPresetLabel = null;
446
+ if (showTimeSelection) {
447
+ startTimeDisplay = '12:00 AM';
448
+ endTimeDisplay = isSameDay(event.rangeEnd, now) ? formatTimeDisplay(now) : '11:59 PM';
449
+ }
446
450
  }
447
451
 
448
452
  function handleSingleSelect(event: { date: Date }): void {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.80.0",
3
+ "version": "2.80.1",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",