@juspay/svelte-ui-components 2.69.2 → 2.69.3
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.
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
<div bind:this={triggerRef} class="drp-trigger-wrapper">
|
|
517
517
|
<Button
|
|
518
518
|
onclick={togglePicker}
|
|
519
|
-
ariaLabel=
|
|
519
|
+
ariaLabel={isOpen ? 'Close date picker' : 'Open date picker'}
|
|
520
520
|
classes="drp-trigger {isOpen ? 'drp-trigger-open' : ''}"
|
|
521
521
|
>
|
|
522
522
|
{#if typeof triggerSnippet === 'function'}
|