@griddo/cx 11.0.26 → 11.0.27-rc.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/cx",
3
3
  "description": "Griddo SSG based on Gatsby",
4
- "version": "11.0.26",
4
+ "version": "11.0.27-rc.0",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -60,7 +60,7 @@
60
60
  "@babel/preset-env": "7.26.0",
61
61
  "@babel/preset-react": "7.26.3",
62
62
  "@babel/preset-typescript": "7.26.0",
63
- "@griddo/core": "11.0.26",
63
+ "@griddo/core": "11.0.27-rc.0",
64
64
  "@svgr/webpack": "5.5.0",
65
65
  "axios": "1.7.9",
66
66
  "babel-loader": "9.2.1",
@@ -126,5 +126,5 @@
126
126
  "publishConfig": {
127
127
  "access": "public"
128
128
  },
129
- "gitHead": "9f3c72f1c4e3a730e0b18f47260a62477e0bcb0e"
129
+ "gitHead": "15beb457f7fddc15b542afc42274a740b267da67"
130
130
  }
@@ -3,7 +3,12 @@ import type { Core } from "@griddo/core";
3
3
 
4
4
  import { Page as RenderGriddoPage } from "@griddo/core";
5
5
  import { GriddoIntegrations } from "@griddo/cx/react";
6
- import { components, SiteProvider, templates } from "@griddo-instance";
6
+ import {
7
+ components,
8
+ SiteProvider,
9
+ templates,
10
+ formsTemplates,
11
+ } from "@griddo-instance";
7
12
  import { Link, navigate } from "gatsby";
8
13
  import * as React from "react";
9
14
 
@@ -25,6 +30,7 @@ const Template = (data: TemplateProps) => {
25
30
  const library = {
26
31
  components,
27
32
  templates,
33
+ formsTemplates,
28
34
  };
29
35
 
30
36
  const mappedTheme = theme || "default-theme";