@immich/ui 0.65.1 → 0.65.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.
@@ -102,16 +102,20 @@
102
102
  </DatePicker.Segment>
103
103
  {/each}
104
104
  </div>
105
- <DatePicker.Trigger class="mr-2 rounded-full">
106
- <IconButton
107
- variant="ghost"
108
- shape="round"
109
- color="secondary"
110
- {size}
111
- icon={mdiCalendar}
112
- {disabled}
113
- aria-label={t('open_calendar')}
114
- />
105
+ <DatePicker.Trigger>
106
+ {#snippet child({ props })}
107
+ <IconButton
108
+ {...props}
109
+ class="me-2 shrink-0 rounded-full"
110
+ variant="ghost"
111
+ shape="round"
112
+ color="secondary"
113
+ {size}
114
+ icon={mdiCalendar}
115
+ {disabled}
116
+ aria-label={t('open_calendar')}
117
+ />
118
+ {/snippet}
115
119
  </DatePicker.Trigger>
116
120
  {/snippet}
117
121
  </DatePicker.Input>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immich/ui",
3
- "version": "0.65.1",
3
+ "version": "0.65.2",
4
4
  "license": "GNU Affero General Public License version 3",
5
5
  "repository": {
6
6
  "type": "git",