@softwareone/spi-sv5-library 1.12.4 → 1.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.
@@ -160,7 +160,7 @@
160
160
  <form
161
161
  id={id ? `form-${id}` : 'form'}
162
162
  method="POST"
163
- action="?/{action}"
163
+ action={action.includes('?/') ? action : `?/${action}`}
164
164
  {enctype}
165
165
  use:enhance
166
166
  onsubmit={(event) => event.preventDefault()}
@@ -92,6 +92,7 @@
92
92
  .text-description {
93
93
  font-size: 12px;
94
94
  color: #6b7180;
95
+ text-align: left;
95
96
  }
96
97
 
97
98
  .link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwareone/spi-sv5-library",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "description": "Svelte components",
5
5
  "keywords": [
6
6
  "svelte",