intelliwaketssveltekitv25 0.1.141 → 0.1.142
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.
- package/dist/MasterDetailLayout.svelte +1 -1
- package/dist/MasterDetailLayout.svelte.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- /package/dist/{BreakAtManager.svelte.d.ts → BreakAtManager.d.ts} +0 -0
- /package/dist/{BreakAtManager.svelte.js → BreakAtManager.js} +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import { PathAnalyzer } from './PathAnalyzer'
|
|
8
8
|
import { onDestroy, type Snippet } from 'svelte'
|
|
9
9
|
import { Icon } from './index'
|
|
10
|
-
import { BreakAtManager, type TBreakAt } from './BreakAtManager.
|
|
10
|
+
import { BreakAtManager, type TBreakAt } from './BreakAtManager.js'
|
|
11
11
|
|
|
12
12
|
let {
|
|
13
13
|
pageRoute,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IFAProps, TMasterDetailListGroupItem } from './Definitions';
|
|
2
2
|
import { type TFindIsActive } from '@solidbasisventures/intelliwaketsfoundation';
|
|
3
3
|
import { type Snippet } from 'svelte';
|
|
4
|
-
import { type TBreakAt } from './BreakAtManager.
|
|
4
|
+
import { type TBreakAt } from './BreakAtManager.js';
|
|
5
5
|
type $$ComponentProps = {
|
|
6
6
|
pageRoute: string;
|
|
7
7
|
breakAt?: TBreakAt;
|
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ import TabHeader from './TabHeader.svelte';
|
|
|
32
32
|
import TabHref from './TabHref.svelte';
|
|
33
33
|
import TextSpan from './TextSpan.svelte';
|
|
34
34
|
export * from './AboutData';
|
|
35
|
-
export * from './BreakAtManager
|
|
35
|
+
export * from './BreakAtManager';
|
|
36
36
|
export * from './Cookie';
|
|
37
37
|
export * from './Definitions';
|
|
38
38
|
export * from './DisplayColorStyle';
|
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import TabHeader from './TabHeader.svelte';
|
|
|
33
33
|
import TabHref from './TabHref.svelte';
|
|
34
34
|
import TextSpan from './TextSpan.svelte';
|
|
35
35
|
export * from './AboutData';
|
|
36
|
-
export * from './BreakAtManager
|
|
36
|
+
export * from './BreakAtManager';
|
|
37
37
|
export * from './Cookie';
|
|
38
38
|
export * from './Definitions';
|
|
39
39
|
export * from './DisplayColorStyle';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|