@contentful/experience-design-system-types 2.12.3 → 2.12.4-dev-build-262febd.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-types",
3
- "version": "2.12.3",
3
+ "version": "2.12.4-dev-build-262febd.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/src/index.js",
@@ -25,6 +25,12 @@ export interface ComponentTypeSummary {
25
25
  designProperties: string[];
26
26
  slots: string[];
27
27
  fullProperties?: Record<string, PropertySummary>;
28
+ /**
29
+ * Per-slot `$allowedComponents` on the currently-published version, keyed by
30
+ * slot name. Optional so consumers that don't populate it get the previous
31
+ * no-slot-allow-diff behavior. Empty arrays mean "no restrictions" (any).
32
+ */
33
+ currentSlotAllowed?: Record<string, string[]>;
28
34
  }
29
35
  export interface DesignTokenSummary {
30
36
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experience-design-system-types",
3
- "version": "2.12.3",
3
+ "version": "2.12.4-dev-build-262febd.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/src/index.js",