@tuspe/components 1.9.0 → 1.9.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.
@@ -1,8 +1,8 @@
1
1
  <script lang="ts">
2
2
  import {page} from '$app/state'
3
3
  import {onMount} from 'svelte'
4
- import {validateArray} from './index'
5
- import type {Breadcrumb} from './index'
4
+ import {validateArray} from './'
5
+ import type {Breadcrumb} from './'
6
6
  import type {BreadcrumbView} from './types'
7
7
 
8
8
  let {homeName = 'Etusivu', homeSlug = '', onlyMeta = false, outerClass, values}: BreadcrumbView = $props()
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
- import {loading} from './index.ts'
3
- import type {ButtonView} from './types.ts'
2
+ import {loading} from './'
3
+ import type {ButtonView} from './types'
4
4
 
5
5
  let {
6
6
  ariaControls,
@@ -1,4 +1,4 @@
1
- import type { ButtonView } from './types.ts';
1
+ import type { ButtonView } from './types';
2
2
  declare const Button: import("svelte").Component<ButtonView, {}, "">;
3
3
  type Button = ReturnType<typeof Button>;
4
4
  export default Button;
package/dist/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Snippet } from 'svelte';
2
- import type { Breadcrumb, ImageData, SelectItem } from './index.ts';
2
+ import type { Breadcrumb, ImageData, SelectItem } from './';
3
3
  export interface BreadcrumbView {
4
4
  homeName?: string;
5
5
  homeSlug?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuspe/components",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "A reusable SvelteKit component library for form elements, breadcrumbs, prices and images.",
5
5
  "keywords": [
6
6
  "svelteKit",