@functionalcms/svelte-components 4.10.9 → 4.10.11

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.
@@ -98,7 +98,7 @@
98
98
 
99
99
  <fieldset class={fieldsetClasses}>
100
100
  <legend class={legendClasses}>{label}</legend>
101
- {#each options as { name, value, label }, index}
101
+ {#each options as { value, label }, index}
102
102
  <label
103
103
  class={labelClasses}
104
104
  class:disabled={isDisabled || disabledOptions.includes(value) || undefined}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.10.9",
3
+ "version": "4.10.11",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [