flowbite-svelte 1.14.1 → 1.14.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.
@@ -1,4 +1,4 @@
1
- import { type ThemeConfig } from "..";
1
+ import type { ThemeConfig } from "..";
2
2
  import type { ClassValue } from "clsx";
3
3
  export declare function getTheme<K extends keyof ThemeConfig>(componentKey: K): ThemeConfig[K];
4
4
  type Slots<T extends {
@@ -1,4 +1,3 @@
1
- import {} from "..";
2
1
  import { getContext } from "svelte";
3
2
  import { DEV } from "esm-env";
4
3
  export function getTheme(componentKey) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "dist/index.js",
6
6
  "author": {