@3kles/kles-material-dynamicforms 22.0.1 → 22.0.3
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.
package/package.json
CHANGED
|
@@ -125,7 +125,7 @@ interface IKlesElementLayout extends IKlesElementLayoutBreakpoint {
|
|
|
125
125
|
interface IKlesLayoutConfig {
|
|
126
126
|
/** Number of columns in the grid. Defaults to 12. */
|
|
127
127
|
columns?: number;
|
|
128
|
-
/** CSS gap between grid cells. Defaults to
|
|
128
|
+
/** CSS gap between grid cells. Defaults to 0. */
|
|
129
129
|
gap?: string;
|
|
130
130
|
}
|
|
131
131
|
interface IKlesStructuralElement {
|