@functionalcms/svelte-components 4.12.3 → 4.12.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.
@@ -41,7 +41,7 @@
41
41
  {#snippet renderButtons()}
42
42
  <div class={buttonsContainer}>
43
43
  {#each buttons as action}
44
- <Button type={action.type} click={action.click} isDisabled={!$form.valid}>
44
+ <Button type={action.type} click={action.click}>
45
45
  {action.label}
46
46
  </Button>
47
47
  {/each}
@@ -92,11 +92,6 @@
92
92
  value={$form[field.name]}
93
93
  />
94
94
  {/if}
95
- {#if superform?.errors[field.name]}
96
- <span class="error">
97
- {superform?.errors[field.name]}
98
- </span>
99
- {/if}
100
95
  {/each}
101
96
  </div>
102
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.12.3",
3
+ "version": "4.12.5",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [