create-sitecore-jss 22.6.0-canary.23 → 22.6.0-canary.25
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.
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"prepare:proxy-build": "ts-node --project src/tsconfig.webpack-server.json ./scripts/proxy-build.ts"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@sitecore-cloudsdk/core": "^0.
|
|
12
|
-
"@sitecore-cloudsdk/events": "^0.
|
|
11
|
+
"@sitecore-cloudsdk/core": "^0.5.0",
|
|
12
|
+
"@sitecore-cloudsdk/events": "^0.5.0",
|
|
13
13
|
"font-awesome": "^4.7.0",
|
|
14
14
|
"sass": "^1.52.3",
|
|
15
15
|
"sass-alias": "^1.0.5"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"@sitecore/components": "~2.0.1",
|
|
4
|
-
"@sitecore-cloudsdk/core": "^0.
|
|
5
|
-
"@sitecore-cloudsdk/events": "^0.
|
|
4
|
+
"@sitecore-cloudsdk/core": "^0.5.0",
|
|
5
|
+
"@sitecore-cloudsdk/events": "^0.5.0",
|
|
6
6
|
"@sitecore-feaas/clientside": "^0.5.19"
|
|
7
7
|
}
|
|
8
8
|
}
|
|
@@ -5,6 +5,10 @@ import * as FEAAS from '@sitecore-feaas/clientside/react';
|
|
|
5
5
|
* to reduce javascript bundle size.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
// SitecoreForm component displays forms created in XM Forms as individual components to be embedded into Pages.
|
|
9
|
+
// Sitecore Forms for Sitecore XP are still available separately via @sitecore-jss-forms package
|
|
10
|
+
import '@sitecore/components/form';
|
|
11
|
+
|
|
8
12
|
/**
|
|
9
13
|
* End of built-in JSS imports
|
|
10
14
|
* You can import your own client component below
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-sitecore-jss",
|
|
3
|
-
"version": "22.6.0-canary.
|
|
3
|
+
"version": "22.6.0-canary.25",
|
|
4
4
|
"description": "Sitecore JSS initializer",
|
|
5
5
|
"bin": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"ts-node": "^10.9.1",
|
|
66
66
|
"typescript": "~5.6.3"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "19bd65238faa1e45e2f9bf591e89d475935065b4"
|
|
69
69
|
}
|