@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3kles/kles-material-dynamicforms",
3
- "version": "22.0.1",
3
+ "version": "22.0.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/3kles-lab/klesmaterialdynamicforms"
@@ -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 10px. */
128
+ /** CSS gap between grid cells. Defaults to 0. */
129
129
  gap?: string;
130
130
  }
131
131
  interface IKlesStructuralElement {