valtech-components 2.0.945 → 2.0.946

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.
@@ -194,6 +194,12 @@ export type FormMetadata = {
194
194
  actions: ButtonMetadata;
195
195
  /** Global form state */
196
196
  state: ComponentState;
197
+ /**
198
+ * Espacio vertical entre campos, en px. Si se omite, usa el default
199
+ * responsivo de la lib (8px mobile / 12px desktop). Útil para formularios
200
+ * densos o más aireados sin tocar CSS del consumer.
201
+ */
202
+ fieldSpacing?: number;
197
203
  };
198
204
  /**
199
205
  * Possible action types for a toolbar.
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.945";
5
+ export declare const VERSION = "2.0.946";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.945",
3
+ "version": "2.0.946",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"