Skip to content

Commit c13e88b

Browse files
committed
v1.14.5
1 parent 44f66ba commit c13e88b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.14.5
4+
5+
### Patch Changes
6+
7+
- fix: change to explicit import
8+
39
## 1.14.4
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"version": "1.14.4",
3+
"version": "1.14.5",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {

src/lib/avatar/Avatar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { avatar } from "./theme";
33
import clsx from "clsx";
44
import { type AvatarProps } from "$lib";
5-
import Indicator from "$lib/indicator/Indicator.svelte";
5+
import Indicator from "$lib/indicator/Indicator.svelte";
66
import { getTheme } from "$lib/theme/themeUtils";
77
88
let { children, indicator, src, href, target, cornerStyle = "circular", border = false, stacked = false, dot, class: className, alt, size = "md", onclick, ...restProps }: AvatarProps = $props();

static/llm/context-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# undefined Documentation - Full Context
2-
# Generated on 2025-09-25T11:32:54.056Z
2+
# Generated on 2025-09-25T12:12:39.812Z
33
# This file contains all documentation concatenated in logical order
44

55

0 commit comments

Comments
 (0)