@contentful/experience-design-system-cli 2.26.7-dev-build-f5a509c.0 → 2.26.7-dev-build-cdb420a.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experience-design-system-cli",
3
- "version": "2.26.7-dev-build-f5a509c.0",
3
+ "version": "2.26.7-dev-build-cdb420a.0",
4
4
  "description": "Contentful Experiences design system import CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -37,7 +37,6 @@ type FieldEditorProps = {
37
37
  kind: 'prop' | 'slot';
38
38
  name: string;
39
39
  };
40
- /** Hide non-importable property categories from the form without removing them from its saved state. */
41
40
  showHiddenProps?: boolean;
42
41
  };
43
42
  export declare function simulateGraphWithCandidate(projectSlotGraph: ComponentSlotInfo[], selfName: string, currentSlots: {
@@ -3,11 +3,5 @@ type ReviewJsonComponent = {
3
3
  key: string;
4
4
  entry: CDFComponentEntry;
5
5
  };
6
- /**
7
- * Builds the exact JSON string rendered by the read-only review panel.
8
- *
9
- * The FieldEditor intentionally continues to use the unfiltered component
10
- * definition so toggling the panel never changes what an operator can save.
11
- */
12
6
  export declare function getReviewJsonPanelValue(selected: ReviewJsonComponent | null, showHiddenProps: boolean): string;
13
7
  export {};
package/dist/src/index.js CHANGED
@@ -8596,9 +8596,6 @@ function applyDbMigrations(db) {
8596
8596
  ALTER TABLE raw_props__new RENAME TO raw_props;
8597
8597
  CREATE INDEX IF NOT EXISTS idx_raw_props_session ON raw_props(session_id, component_id);
8598
8598
 
8599
- -- Rows written by a pre-migration exclude_prop still say cdf_type = 'excluded'
8600
- -- with cdf_category = NULL. Backfill them into the new unattached shape so an
8601
- -- in-flight local session doesn't end up with an unprintable half-migrated row.
8602
8599
  UPDATE raw_props
8603
8600
  SET cdf_category = 'unattached',
8604
8601
  cdf_type = CASE WHEN type = 'boolean' THEN 'boolean' ELSE 'string' END,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experience-design-system-cli",
3
- "version": "2.26.7-dev-build-f5a509c.0",
3
+ "version": "2.26.7-dev-build-cdb420a.0",
4
4
  "description": "Contentful Experiences design system import CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,7 +39,7 @@
39
39
  "svelte": "^5.56.4",
40
40
  "ts-morph": "^27.0.2",
41
41
  "typescript": "^5.9.3",
42
- "@contentful/experience-design-system-types": "2.26.7-dev-build-f5a509c.0"
42
+ "@contentful/experience-design-system-types": "2.26.7-dev-build-cdb420a.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@tsconfig/node24": "^24.0.4",
@@ -51,9 +51,9 @@
51
51
  "ink-testing-library": "^4.0.0",
52
52
  "typescript-eslint": "^8.67.0",
53
53
  "vitest": "^4.0.16",
54
- "@contentful/experience-design-system-extraction": "2.26.7-dev-build-f5a509c.0",
55
- "@contentful/experience-design-system-generation": "2.26.7-dev-build-f5a509c.0",
56
- "@contentful/experience-design-system-client": "2.26.7-dev-build-f5a509c.0"
54
+ "@contentful/experience-design-system-extraction": "2.26.7-dev-build-cdb420a.0",
55
+ "@contentful/experience-design-system-generation": "2.26.7-dev-build-cdb420a.0",
56
+ "@contentful/experience-design-system-client": "2.26.7-dev-build-cdb420a.0"
57
57
  },
58
58
  "repository": {
59
59
  "type": "git",