@griddo/core 1.75.202 → 1.75.203

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.
@@ -100,6 +100,8 @@ export type BaseColorPicker = DynamicColorPicker | FixedColorPicker;
100
100
  export interface BaseComponentArray extends GenericComponentField {
101
101
  /** Campo para añadir múltiples componentes a un módulo. */
102
102
  type: "ComponentArray";
103
+ /** Indica si el field contiene modulos o componentes */
104
+ contentType: "modules" | "components";
103
105
  }
104
106
  export interface BaseComponentContainer extends GenericComponentField {
105
107
  /** Field to add a single component to a module. */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "UNLICENSED",
5
- "version": "1.75.202",
5
+ "version": "1.75.203",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -77,5 +77,5 @@
77
77
  "resolutions": {
78
78
  "colors": "1.4.0"
79
79
  },
80
- "gitHead": "44c87a4b55637508a4151428498d3dd123858070"
80
+ "gitHead": "9af1f79f8106912c96f9097469164d3acc86b191"
81
81
  }