@griddo/core 1.75.73 → 1.75.74

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.
@@ -254,9 +254,9 @@ export interface ResponsiveImageProps {
254
254
  export interface FullPath {
255
255
  /** Slug for the site with the format `/site-name` */
256
256
  site?: string;
257
- /** Slug for the domain with the format `/domain-name` */
257
+ /** Slug for the domain with the format `/domain-name` */
258
258
  domain?: string;
259
- /** Slug for the domain url the format `//domain.com/domain-name` */
259
+ /** Slug for the domain url the format `//domain.com/domain-name` */
260
260
  domainUrl?: string;
261
261
  /** Slug gor the language with the format `/language-name` */
262
262
  language?: string;
@@ -40,8 +40,7 @@ interface BaseUI extends DataPacks, _AutoTypes {
40
40
  singleInstance?: boolean;
41
41
  /** React component name for the schema. */
42
42
  component: string;
43
- /** Category name previously exported as `moduleCategories` for Griddo.
44
- * Categories are used to distribute and sort modules in the Griddo editor interface. */
43
+ /** Category name previously exported as `moduleCategories` for Griddo. Categories are used to distribute and sort modules in the Griddo editor interface. */
45
44
  category?: string;
46
45
  /** Name to represent the component, module or template in the Griddo editor interface. */
47
46
  displayName: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "MIT",
5
- "version": "1.75.73",
5
+ "version": "1.75.74",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -78,5 +78,5 @@
78
78
  "resolutions": {
79
79
  "colors": "1.4.0"
80
80
  },
81
- "gitHead": "5ad7cec7cf99c99fa6267c14aaac56b41908c75c"
81
+ "gitHead": "4c2989da49d8b494544ca2457532353c154b0d03"
82
82
  }