@functionalcms/svelte-components 2.41.4 → 2.41.5

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.
@@ -4,9 +4,9 @@
4
4
  export default class Switch extends SvelteComponent<{
5
5
  size?: string | undefined;
6
6
  css?: string | undefined;
7
- id?: string | undefined;
8
7
  isDisabled?: boolean | undefined;
9
8
  isBordered?: boolean | undefined;
9
+ id?: string | undefined;
10
10
  label?: string | undefined;
11
11
  labelPosition?: string | undefined;
12
12
  isChecked?: boolean | undefined;
@@ -25,9 +25,9 @@ declare const __propDef: {
25
25
  props: {
26
26
  size?: string | undefined;
27
27
  css?: string | undefined;
28
- id?: string | undefined;
29
28
  isDisabled?: boolean | undefined;
30
29
  isBordered?: boolean | undefined;
30
+ id?: string | undefined;
31
31
  label?: string | undefined;
32
32
  labelPosition?: string | undefined;
33
33
  isChecked?: boolean | undefined;
@@ -12,7 +12,7 @@ const containerCss = mergedClasses("flex", cssClasses.container, orientation);
12
12
  const linkCss = mergedClasses(cssClasses.link);
13
13
  </script>
14
14
 
15
- <ul class={containerCss} role="menu" aria-roledescription="">
15
+ <ul class={containerCss} role="menu" aria-label="menu">
16
16
  {#each localPages as pageItem, index}
17
17
  <li
18
18
  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.41.4",
3
+ "version": "2.41.5",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [