@komaci/types 244.1.4 → 244.1.5

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/build/index.d.ts +2 -0
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -117,6 +117,8 @@ export declare type Iteration = Composition & {
117
117
  type: 'Iteration';
118
118
  input: Binding;
119
119
  iterator: string;
120
+ /** Name of target slot composition, empty string for default slot. */
121
+ slot?: string;
120
122
  };
121
123
  export declare type Slot = Composition & {
122
124
  type: 'Slot';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/types",
3
- "version": "244.1.4",
3
+ "version": "244.1.5",
4
4
  "description": "Komaci types",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {