@immich/ui 0.61.0 → 0.61.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.
@@ -14,14 +14,7 @@
14
14
  children: Snippet;
15
15
  } & HTMLAttributes<HTMLElement>;
16
16
 
17
- const {
18
- class: className,
19
- size = 'medium',
20
- variant = 'filled',
21
- color = 'primary',
22
- children,
23
- ...restProps
24
- }: Props = $props();
17
+ const { class: className, size, variant = 'filled', color = 'primary', children, ...restProps }: Props = $props();
25
18
 
26
19
  const styles = tv({
27
20
  base: 'font-monospace rounded-lg px-2 py-1',
@@ -11,7 +11,7 @@
11
11
  children?: Snippet;
12
12
  } & HTMLAttributes<HTMLElement>;
13
13
 
14
- const { class: className, size = 'small', children, ...restProps }: Props = $props();
14
+ const { class: className, size, children, ...restProps }: Props = $props();
15
15
 
16
16
  const styles = tv({
17
17
  base: 'bg-subtle rounded-md border border-b-2 px-1 py-0.5 font-mono shadow',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immich/ui",
3
- "version": "0.61.0",
3
+ "version": "0.61.1",
4
4
  "license": "GNU Affero General Public License version 3",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "svelte-highlight": "^7.8.4",
56
56
  "tailwind-merge": "^3.0.0",
57
57
  "tailwind-variants": "^3.0.0",
58
- "@immich/svelte-markdown-preprocess": "^0.1.0"
58
+ "@immich/svelte-markdown-preprocess": "^0.2.1"
59
59
  },
60
60
  "volta": {
61
61
  "node": "24.13.0"