@functionalcms/svelte-components 2.1.21 → 2.1.23

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,22 +1,22 @@
1
- <style>
2
- a {
3
- display: var(--functional-logo-display, 'inline-block');
4
- }
5
- a img {
6
- width: 80vw;
7
- }
8
-
9
- @media (min-width: 960px) {
10
- a img {
11
- width: 100%;
12
- }
13
- }
14
- </style>
15
-
1
+ <style>
2
+ a {
3
+ display: var(--functional-logo-display, 'inline-block');
4
+ }
5
+ a img {
6
+ width: 80vw;
7
+ }
8
+
9
+ @media (min-width: 960px) {
10
+ a img {
11
+ width: 100%;
12
+ }
13
+ }
14
+ </style>
15
+
16
16
  <script>export let companyName;
17
17
  export let logoUrl;
18
- </script>
19
-
20
- <a href="/">
21
- <img src={logoUrl} alt={companyName} />
18
+ </script>
19
+
20
+ <a href="/">
21
+ <img src={logoUrl} alt={companyName} />
22
22
  </a>
@@ -18,7 +18,6 @@
18
18
  color: var(--functional-menu-item-color);
19
19
  }
20
20
  a:hover {
21
- display: block;
22
21
  margin: var(--functional-menu-item-hover-margin);
23
22
  padding: var(--functional-menu-item-hover-padding);
24
23
  color: var(--functional-menu-item-hover-color);
package/dist/index.d.ts CHANGED
@@ -8,5 +8,5 @@ import SimpleFooter from './components/SimpleFooter.svelte';
8
8
  import Spacer from './components/Spacer.svelte';
9
9
  import Well from './components/Well.svelte';
10
10
  import { Justify, Placement, Orientation, Position, Sizes } from './components/Styling.js';
11
- import { Card } from 'agnostic-svelte';
12
- export { FlatMenu, HamburgerMenu, Visiblity, HeaderNavigationItem, Banner, Layout, Logo, SimpleFooter, Spacer, Well, Justify, Placement, Orientation, Position, Sizes, Card };
11
+ import { Alert, Avatar, AvatarGroup, Breadcrumb, Button, ButtonGroup, Card, ChoiceInput, Close, Dialog, Disclose, Divider, Drawer, EmptyState, Header, HeaderNav, HeaderNavItem, Icon, IconSvg, Input, InputAddonItem, Loader, Menu, MenuItem, Pagination, Progress, Select, Spinner, Switch, Table, Tabs, Tag, Toast, Toasts } from 'agnostic-svelte';
12
+ export { FlatMenu, HamburgerMenu, Visiblity, HeaderNavigationItem, Banner, Layout, Logo, SimpleFooter, Spacer, Well, Justify, Placement, Orientation, Position, Sizes, Alert, Avatar, AvatarGroup, Breadcrumb, Button, ButtonGroup, Card, ChoiceInput, Close, Dialog, Disclose, Divider, Drawer, EmptyState, Header, HeaderNav, HeaderNavItem, Icon, IconSvg, Input, InputAddonItem, Loader, Menu, MenuItem, Pagination, Progress, Select, Spinner, Switch, Table, Tabs, Tag, Toast, Toasts };
package/dist/index.js CHANGED
@@ -9,5 +9,5 @@ import SimpleFooter from './components/SimpleFooter.svelte';
9
9
  import Spacer from './components/Spacer.svelte';
10
10
  import Well from './components/Well.svelte';
11
11
  import { Justify, Placement, Orientation, Position, Sizes } from './components/Styling.js';
12
- import { Card } from 'agnostic-svelte';
13
- export { FlatMenu, HamburgerMenu, Visiblity, HeaderNavigationItem, Banner, Layout, Logo, SimpleFooter, Spacer, Well, Justify, Placement, Orientation, Position, Sizes, Card };
12
+ import { Alert, Avatar, AvatarGroup, Breadcrumb, Button, ButtonGroup, Card, ChoiceInput, Close, Dialog, Disclose, Divider, Drawer, EmptyState, Header, HeaderNav, HeaderNavItem, Icon, IconSvg, Input, InputAddonItem, Loader, Menu, MenuItem, Pagination, Progress, Select, Spinner, Switch, Table, Tabs, Tag, Toast, Toasts } from 'agnostic-svelte';
13
+ export { FlatMenu, HamburgerMenu, Visiblity, HeaderNavigationItem, Banner, Layout, Logo, SimpleFooter, Spacer, Well, Justify, Placement, Orientation, Position, Sizes, Alert, Avatar, AvatarGroup, Breadcrumb, Button, ButtonGroup, Card, ChoiceInput, Close, Dialog, Disclose, Divider, Drawer, EmptyState, Header, HeaderNav, HeaderNavItem, Icon, IconSvg, Input, InputAddonItem, Loader, Menu, MenuItem, Pagination, Progress, Select, Spinner, Switch, Table, Tabs, Tag, Toast, Toasts };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "2.1.21",
3
+ "version": "2.1.23",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build-css": "sass ./src/lib/css/properties.scss ./css/functional.css",