@functionalcms/svelte-components 4.7.1 → 4.7.3
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/index-server.d.ts +1 -1
- package/dist/index-server.js +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index-server.d.ts
CHANGED
|
@@ -7,4 +7,4 @@ export { userAuthenticationProvider } from './auth/userAuthenticationProvider.js
|
|
|
7
7
|
export { getBlobService, getCommunicationService, getDataService, getTemplateService, getWebsiteService, getAIService, getAuthService, } from './server-side/getServices.js';
|
|
8
8
|
export type { RedirectResponse } from './auth/RedirectResponse.js';
|
|
9
9
|
export { createMachineTokenApprovedLocals } from './auth/getMachineAccessToken.js';
|
|
10
|
-
export { isHuman } from './components/form/AntiBot.
|
|
10
|
+
export { isHuman } from './components/form/AntiBot.js';
|
package/dist/index-server.js
CHANGED
|
@@ -6,4 +6,4 @@ export { machineAuthenticationProvider } from './auth/machineAuthenticationProvi
|
|
|
6
6
|
export { userAuthenticationProvider } from './auth/userAuthenticationProvider.js';
|
|
7
7
|
export { getBlobService, getCommunicationService, getDataService, getTemplateService, getWebsiteService, getAIService, getAuthService, } from './server-side/getServices.js';
|
|
8
8
|
export { createMachineTokenApprovedLocals } from './auth/getMachineAccessToken.js';
|
|
9
|
-
export { isHuman } from './components/form/AntiBot.
|
|
9
|
+
export { isHuman } from './components/form/AntiBot.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -6,13 +6,13 @@ export { default as Well } from './components/layouts/Well.svelte';
|
|
|
6
6
|
export { default as Banner } from './components/layouts/Banner.svelte';
|
|
7
7
|
export { default as SimpleFooter } from './components/layouts/SimpleFooter.svelte';
|
|
8
8
|
export { default as Tabs } from './components/layouts/Tabs.svelte';
|
|
9
|
-
export type { Tab, TabSizes, NavigationDirection } from './components/layouts/tabs.
|
|
10
|
-
export { Justify, AlignItmes, Placement, Orientation, Position, Sizes, ComponentSize } from './components/Styling.
|
|
9
|
+
export type { Tab, TabSizes, NavigationDirection } from './components/layouts/tabs.js';
|
|
10
|
+
export { Justify, AlignItmes, Placement, Orientation, Position, Sizes, ComponentSize } from './components/Styling.js';
|
|
11
11
|
export { default as Link } from './components/presentation/Link.svelte';
|
|
12
12
|
export { default as Logo } from './components/presentation/Logo.svelte';
|
|
13
13
|
export { default as Card } from './components/presentation/Card.svelte';
|
|
14
14
|
export { default as Gallery } from './components/presentation/Gallery.svelte';
|
|
15
|
-
export type { CarouselItem } from './components/presentation/Carousel.
|
|
15
|
+
export type { CarouselItem } from './components/presentation/Carousel.js';
|
|
16
16
|
export { default as Carousel } from './components/presentation/Carousel.svelte';
|
|
17
17
|
export { default as Drawer } from './components/presentation/Drawer.svelte';
|
|
18
18
|
export { default as Disclose } from './components/presentation/Disclose.svelte';
|
|
@@ -22,14 +22,14 @@ export { default as ListMenu } from './components/menu/ListMenu.svelte';
|
|
|
22
22
|
export { default as DynamicMenu } from './components/menu/DynamicMenu.svelte';
|
|
23
23
|
export { default as HamburgerMenu } from './components/menu/HamburgerMenu.svelte';
|
|
24
24
|
export { default as CollapsibleMenu } from './components/menu/CollapsibleMenu.svelte';
|
|
25
|
-
export { isAuthenticated, selectVisible } from './components/menu/types.
|
|
26
|
-
export { HeaderNavigationItem, Visiblity } from './components/menu/types.
|
|
25
|
+
export { isAuthenticated, selectVisible } from './components/menu/types.js';
|
|
26
|
+
export { HeaderNavigationItem, Visiblity } from './components/menu/types.js';
|
|
27
27
|
export { default as Button } from './components/form/Button.svelte';
|
|
28
28
|
export { default as Input } from './components/form/Input.svelte';
|
|
29
29
|
export { default as Switch } from './components/form/Switch.svelte';
|
|
30
30
|
export { default as ChoiceInput } from './components/form/ChoiceInput.svelte';
|
|
31
|
-
export type { ChoiceInputOption } from './components/form/utils.
|
|
31
|
+
export type { ChoiceInputOption } from './components/form/utils.js';
|
|
32
32
|
export { default as AntiBot } from './components/form/AntiBot.svelte';
|
|
33
33
|
export { default as Markdown } from './components/content/Markdown.svelte';
|
|
34
|
-
export { type BlogPost, listAllPosts, importPost } from './components/blog/blog.
|
|
34
|
+
export { type BlogPost, listAllPosts, importPost } from './components/blog/blog.js';
|
|
35
35
|
export { default as EasyTools } from './components/integrations/EasyTools.svelte';
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ export { default as Tabs } from './components/layouts/Tabs.svelte';
|
|
|
12
12
|
/*
|
|
13
13
|
* Styling
|
|
14
14
|
*/
|
|
15
|
-
export { Justify, AlignItmes, Placement, Orientation, Position, Sizes, ComponentSize } from './components/Styling.
|
|
15
|
+
export { Justify, AlignItmes, Placement, Orientation, Position, Sizes, ComponentSize } from './components/Styling.js';
|
|
16
16
|
/*
|
|
17
17
|
* Presentation
|
|
18
18
|
*/
|
|
@@ -32,8 +32,8 @@ export { default as ListMenu } from './components/menu/ListMenu.svelte';
|
|
|
32
32
|
export { default as DynamicMenu } from './components/menu/DynamicMenu.svelte';
|
|
33
33
|
export { default as HamburgerMenu } from './components/menu/HamburgerMenu.svelte';
|
|
34
34
|
export { default as CollapsibleMenu } from './components/menu/CollapsibleMenu.svelte';
|
|
35
|
-
export { isAuthenticated, selectVisible } from './components/menu/types.
|
|
36
|
-
export { HeaderNavigationItem, Visiblity } from './components/menu/types.
|
|
35
|
+
export { isAuthenticated, selectVisible } from './components/menu/types.js';
|
|
36
|
+
export { HeaderNavigationItem, Visiblity } from './components/menu/types.js';
|
|
37
37
|
/*
|
|
38
38
|
* Form
|
|
39
39
|
*/
|
|
@@ -49,7 +49,7 @@ export { default as Markdown } from './components/content/Markdown.svelte';
|
|
|
49
49
|
/*
|
|
50
50
|
* Blog
|
|
51
51
|
*/
|
|
52
|
-
export { listAllPosts, importPost } from './components/blog/blog.
|
|
52
|
+
export { listAllPosts, importPost } from './components/blog/blog.js';
|
|
53
53
|
/*
|
|
54
54
|
* Integrations
|
|
55
55
|
*/
|