@contentful/create-studio-experiences 1.42.3 → 2.0.0-beta.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.
Files changed (2) hide show
  1. package/dist/content.js +1 -1
  2. package/package.json +2 -2
package/dist/content.js CHANGED
@@ -465,7 +465,7 @@ export const getExperienceEntryDemoReqBody = (title, slug) => ({
465
465
  cfWidth: {
466
466
  type: 'DesignValue',
467
467
  valuesByBreakpoint: {
468
- desktop: 'fill',
468
+ desktop: '100%',
469
469
  },
470
470
  },
471
471
  cfBorder: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/create-studio-experiences",
3
- "version": "1.42.3",
3
+ "version": "2.0.0-beta.0",
4
4
  "description": "A CLI tool to get up and running with Contentful Studio Experiences quickly",
5
5
  "homepage": "https://github.com/contentful/experience-builder/tree/next/packages/create-studio-experiences#readme",
6
6
  "repository": {
@@ -60,5 +60,5 @@
60
60
  "open": "^10.1.0",
61
61
  "yargs": "^17.7.2"
62
62
  },
63
- "gitHead": "2e8c57075449792a63c61eec013b954985f187aa"
63
+ "gitHead": "a7120e1a627761937b699afea0a5b6c4961cfa00"
64
64
  }