@functionalcms/svelte-components 2.12.2 → 2.12.4

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.
@@ -1650,7 +1650,7 @@ html, body, body > div {
1650
1650
 
1651
1651
  @media (min-width: 960px) {
1652
1652
  .flex-row-dynamic {
1653
- flex-direction: row;
1653
+ flex-direction: row !important;
1654
1654
  }
1655
1655
  .w33p {
1656
1656
  width: 33% !important;
@@ -32,7 +32,7 @@
32
32
  border-bottom: var(--functional-menu-item-selected-border-bottom);
33
33
  border-left: var(--functional-menu-item-selected-border-left);
34
34
  }
35
- li[aria-current='true'] {
35
+ li[aria-current='true'] a {
36
36
  color: var(--functional-menu-item-selected-color);
37
37
  margin: var(--functional-menu-item-hover-margin);
38
38
  padding: var(--functional-menu-item-hover-padding);
@@ -48,9 +48,10 @@
48
48
  import { afterNavigate } from "$app/navigation";
49
49
  import { Drawer, Button } from "agnostic-svelte";
50
50
  import { page } from "$app/stores";
51
- import { Placement } from "../Styling.js";
51
+ import { Placement, Sizes } from "../Styling.js";
52
52
  import { pages as pagesStore } from "../../stores/pages.js";
53
53
  import { isSelected, selectVisible } from "./MenuFunctions.js";
54
+ import Spacer from "../Spacer.svelte";
54
55
  export let authentication = false;
55
56
  export let css = "";
56
57
  export let noBorder = false;
@@ -88,6 +89,7 @@ const klasses = [
88
89
  placement={placement}
89
90
  on:instance={assignDrawerRef}
90
91
  title="Menu">
92
+ <Spacer height={Sizes.V18} />
91
93
  <ul>
92
94
  {#each visibleNavItems as pageItem}
93
95
  <li aria-current={isSelected(includeSubpagesForSelect, $page, pageItem)}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "2.12.2",
3
+ "version": "2.12.4",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [