@griddo/core 11.1.10 → 11.1.11

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./styles.css";
2
3
  /**
3
4
  * @deprecated This component will be removed from Griddo in the future.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./style.css";
2
3
  /**
3
4
  * <Wrapper>
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./styles.css";
2
3
  interface FormWrapperProps {
3
4
  selectedEditorID: number | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Inject a google structured data with a `script` tag.
3
4
  *
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Url } from "../../types/api-response-fields";
2
3
  export interface GetLinkProps {
3
4
  href?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type ModulePreviewProps } from "../ModulePreview";
2
3
  import { type PageProps } from "../Page";
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * `useLink()`
3
4
  *
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Schema } from "../..";
2
3
  import type { CloudinaryImageProps } from "../../components/CloudinaryImage";
3
4
  import type { GriddoLinkProps } from "../../components/GriddoLink";
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": "11.1.10",
5
+ "version": "11.1.11",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -119,5 +119,5 @@
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  },
122
- "gitHead": "68794c64ceac7a98aef51c9fca387b9066cc6ff3"
122
+ "gitHead": "e530dd1b7e1bd547d7e969dfb808a56f78abdfa6"
123
123
  }