@kumwe/studio-testkit 0.1.0-alpha.5 → 0.1.0-alpha.6

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.
@@ -0,0 +1,145 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.mode.hybrid.insert-disallowed-type",
5
+ "description": "A structural region's allowed-blocks list bounds hybrid insertion; other block types are refused.",
6
+ "mode": "hybrid",
7
+ "initial": {
8
+ "contractVersion": "0.1-draft",
9
+ "dependencyLock": {
10
+ "blocks": [
11
+ {
12
+ "revision": "block-r1",
13
+ "type": "studio.vector/section",
14
+ "version": "1.0.0"
15
+ },
16
+ {
17
+ "revision": "block-r1",
18
+ "type": "studio.vector/card",
19
+ "version": "1.0.0"
20
+ }
21
+ ],
22
+ "theme": {
23
+ "id": "studio.vector/theme",
24
+ "revision": "theme-r1",
25
+ "version": "1.0.0"
26
+ }
27
+ },
28
+ "id": "vector.blueprint",
29
+ "kind": "blueprint",
30
+ "label": {
31
+ "defaultMessage": "Vector Blueprint",
32
+ "key": "studio.vector/blueprint"
33
+ },
34
+ "model": {
35
+ "id": "studio.vector/model",
36
+ "revision": "model-r1",
37
+ "version": "1.0.0"
38
+ },
39
+ "owner": {
40
+ "id": "studio.vector/suite",
41
+ "version": "0.1.0-alpha.0"
42
+ },
43
+ "revision": "blueprint-r1",
44
+ "roots": [
45
+ {
46
+ "authoring": {
47
+ "mode": "designer"
48
+ },
49
+ "bindings": {},
50
+ "id": "shell",
51
+ "properties": {},
52
+ "slots": {
53
+ "main": [
54
+ {
55
+ "authoring": {
56
+ "allowedBlocks": ["studio.vector/card"],
57
+ "mode": "structural"
58
+ },
59
+ "bindings": {},
60
+ "id": "region",
61
+ "properties": {},
62
+ "slots": {
63
+ "items": [
64
+ {
65
+ "authoring": {
66
+ "mode": "content"
67
+ },
68
+ "bindings": {},
69
+ "id": "card-1",
70
+ "properties": {
71
+ "title": "First"
72
+ },
73
+ "slots": {},
74
+ "type": "studio.vector/card",
75
+ "version": "1.0.0"
76
+ },
77
+ {
78
+ "authoring": {
79
+ "mode": "locked"
80
+ },
81
+ "bindings": {},
82
+ "id": "seal",
83
+ "properties": {},
84
+ "slots": {},
85
+ "type": "studio.vector/card",
86
+ "version": "1.0.0"
87
+ }
88
+ ]
89
+ },
90
+ "type": "studio.vector/section",
91
+ "version": "1.0.0"
92
+ }
93
+ ],
94
+ "side": [
95
+ {
96
+ "authoring": {
97
+ "mode": "designer"
98
+ },
99
+ "bindings": {},
100
+ "id": "fixed",
101
+ "properties": {},
102
+ "slots": {},
103
+ "type": "studio.vector/section",
104
+ "version": "1.0.0"
105
+ }
106
+ ]
107
+ },
108
+ "type": "studio.vector/section",
109
+ "version": "1.0.0"
110
+ }
111
+ ],
112
+ "status": "draft",
113
+ "version": "1.0.0"
114
+ },
115
+ "command": {
116
+ "artifactId": "vector.blueprint",
117
+ "baseStateVersion": 0,
118
+ "contractVersion": "0.1-draft",
119
+ "id": "vector.command.mode.hybrid.insert-disallowed-type",
120
+ "kind": "command",
121
+ "payload": {
122
+ "destination": {
123
+ "parentNodeId": "region",
124
+ "position": 0,
125
+ "slot": "items"
126
+ },
127
+ "node": {
128
+ "authoring": {
129
+ "mode": "designer"
130
+ },
131
+ "bindings": {},
132
+ "id": "intruder",
133
+ "properties": {},
134
+ "slots": {},
135
+ "type": "studio.vector/section",
136
+ "version": "1.0.0"
137
+ }
138
+ },
139
+ "sessionGeneration": "session-r1",
140
+ "type": "studio.command/insert-node"
141
+ },
142
+ "expect": {
143
+ "errorCode": "mode-forbidden"
144
+ }
145
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.mode.hybrid.insert-roots",
5
+ "description": "The document roots are out of bounds for hybrid composition.",
6
+ "mode": "hybrid",
7
+ "initial": {
8
+ "contractVersion": "0.1-draft",
9
+ "dependencyLock": {
10
+ "blocks": [
11
+ {
12
+ "revision": "block-r1",
13
+ "type": "studio.vector/section",
14
+ "version": "1.0.0"
15
+ },
16
+ {
17
+ "revision": "block-r1",
18
+ "type": "studio.vector/card",
19
+ "version": "1.0.0"
20
+ }
21
+ ],
22
+ "theme": {
23
+ "id": "studio.vector/theme",
24
+ "revision": "theme-r1",
25
+ "version": "1.0.0"
26
+ }
27
+ },
28
+ "id": "vector.blueprint",
29
+ "kind": "blueprint",
30
+ "label": {
31
+ "defaultMessage": "Vector Blueprint",
32
+ "key": "studio.vector/blueprint"
33
+ },
34
+ "model": {
35
+ "id": "studio.vector/model",
36
+ "revision": "model-r1",
37
+ "version": "1.0.0"
38
+ },
39
+ "owner": {
40
+ "id": "studio.vector/suite",
41
+ "version": "0.1.0-alpha.0"
42
+ },
43
+ "revision": "blueprint-r1",
44
+ "roots": [
45
+ {
46
+ "authoring": {
47
+ "mode": "designer"
48
+ },
49
+ "bindings": {},
50
+ "id": "shell",
51
+ "properties": {},
52
+ "slots": {
53
+ "main": [
54
+ {
55
+ "authoring": {
56
+ "allowedBlocks": ["studio.vector/card"],
57
+ "mode": "structural"
58
+ },
59
+ "bindings": {},
60
+ "id": "region",
61
+ "properties": {},
62
+ "slots": {
63
+ "items": [
64
+ {
65
+ "authoring": {
66
+ "mode": "content"
67
+ },
68
+ "bindings": {},
69
+ "id": "card-1",
70
+ "properties": {
71
+ "title": "First"
72
+ },
73
+ "slots": {},
74
+ "type": "studio.vector/card",
75
+ "version": "1.0.0"
76
+ },
77
+ {
78
+ "authoring": {
79
+ "mode": "locked"
80
+ },
81
+ "bindings": {},
82
+ "id": "seal",
83
+ "properties": {},
84
+ "slots": {},
85
+ "type": "studio.vector/card",
86
+ "version": "1.0.0"
87
+ }
88
+ ]
89
+ },
90
+ "type": "studio.vector/section",
91
+ "version": "1.0.0"
92
+ }
93
+ ],
94
+ "side": [
95
+ {
96
+ "authoring": {
97
+ "mode": "designer"
98
+ },
99
+ "bindings": {},
100
+ "id": "fixed",
101
+ "properties": {},
102
+ "slots": {},
103
+ "type": "studio.vector/section",
104
+ "version": "1.0.0"
105
+ }
106
+ ]
107
+ },
108
+ "type": "studio.vector/section",
109
+ "version": "1.0.0"
110
+ }
111
+ ],
112
+ "status": "draft",
113
+ "version": "1.0.0"
114
+ },
115
+ "command": {
116
+ "artifactId": "vector.blueprint",
117
+ "baseStateVersion": 0,
118
+ "contractVersion": "0.1-draft",
119
+ "id": "vector.command.mode.hybrid.insert-roots",
120
+ "kind": "command",
121
+ "payload": {
122
+ "destination": {
123
+ "position": 1
124
+ },
125
+ "node": {
126
+ "authoring": {
127
+ "mode": "content"
128
+ },
129
+ "bindings": {},
130
+ "id": "card-2",
131
+ "properties": {},
132
+ "slots": {},
133
+ "type": "studio.vector/card",
134
+ "version": "1.0.0"
135
+ }
136
+ },
137
+ "sessionGeneration": "session-r1",
138
+ "type": "studio.command/insert-node"
139
+ },
140
+ "expect": {
141
+ "errorCode": "mode-forbidden"
142
+ }
143
+ }
@@ -0,0 +1,130 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.mode.hybrid.remove-locked",
5
+ "description": "A subtree containing a locked node is never removed by hybrid composition.",
6
+ "mode": "hybrid",
7
+ "initial": {
8
+ "contractVersion": "0.1-draft",
9
+ "dependencyLock": {
10
+ "blocks": [
11
+ {
12
+ "revision": "block-r1",
13
+ "type": "studio.vector/section",
14
+ "version": "1.0.0"
15
+ },
16
+ {
17
+ "revision": "block-r1",
18
+ "type": "studio.vector/card",
19
+ "version": "1.0.0"
20
+ }
21
+ ],
22
+ "theme": {
23
+ "id": "studio.vector/theme",
24
+ "revision": "theme-r1",
25
+ "version": "1.0.0"
26
+ }
27
+ },
28
+ "id": "vector.blueprint",
29
+ "kind": "blueprint",
30
+ "label": {
31
+ "defaultMessage": "Vector Blueprint",
32
+ "key": "studio.vector/blueprint"
33
+ },
34
+ "model": {
35
+ "id": "studio.vector/model",
36
+ "revision": "model-r1",
37
+ "version": "1.0.0"
38
+ },
39
+ "owner": {
40
+ "id": "studio.vector/suite",
41
+ "version": "0.1.0-alpha.0"
42
+ },
43
+ "revision": "blueprint-r1",
44
+ "roots": [
45
+ {
46
+ "authoring": {
47
+ "mode": "designer"
48
+ },
49
+ "bindings": {},
50
+ "id": "shell",
51
+ "properties": {},
52
+ "slots": {
53
+ "main": [
54
+ {
55
+ "authoring": {
56
+ "allowedBlocks": ["studio.vector/card"],
57
+ "mode": "structural"
58
+ },
59
+ "bindings": {},
60
+ "id": "region",
61
+ "properties": {},
62
+ "slots": {
63
+ "items": [
64
+ {
65
+ "authoring": {
66
+ "mode": "content"
67
+ },
68
+ "bindings": {},
69
+ "id": "card-1",
70
+ "properties": {
71
+ "title": "First"
72
+ },
73
+ "slots": {},
74
+ "type": "studio.vector/card",
75
+ "version": "1.0.0"
76
+ },
77
+ {
78
+ "authoring": {
79
+ "mode": "locked"
80
+ },
81
+ "bindings": {},
82
+ "id": "seal",
83
+ "properties": {},
84
+ "slots": {},
85
+ "type": "studio.vector/card",
86
+ "version": "1.0.0"
87
+ }
88
+ ]
89
+ },
90
+ "type": "studio.vector/section",
91
+ "version": "1.0.0"
92
+ }
93
+ ],
94
+ "side": [
95
+ {
96
+ "authoring": {
97
+ "mode": "designer"
98
+ },
99
+ "bindings": {},
100
+ "id": "fixed",
101
+ "properties": {},
102
+ "slots": {},
103
+ "type": "studio.vector/section",
104
+ "version": "1.0.0"
105
+ }
106
+ ]
107
+ },
108
+ "type": "studio.vector/section",
109
+ "version": "1.0.0"
110
+ }
111
+ ],
112
+ "status": "draft",
113
+ "version": "1.0.0"
114
+ },
115
+ "command": {
116
+ "artifactId": "vector.blueprint",
117
+ "baseStateVersion": 0,
118
+ "contractVersion": "0.1-draft",
119
+ "id": "vector.command.mode.hybrid.remove-locked",
120
+ "kind": "command",
121
+ "payload": {
122
+ "nodeId": "seal"
123
+ },
124
+ "sessionGeneration": "session-r1",
125
+ "type": "studio.command/remove-node"
126
+ },
127
+ "expect": {
128
+ "errorCode": "mode-forbidden"
129
+ }
130
+ }
@@ -0,0 +1,239 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.mode.hybrid.reorder-with-locked",
5
+ "description": "Hybrid reordering inside a structural slot is in bounds even when a locked sibling changes position.",
6
+ "mode": "hybrid",
7
+ "initial": {
8
+ "contractVersion": "0.1-draft",
9
+ "dependencyLock": {
10
+ "blocks": [
11
+ {
12
+ "revision": "block-r1",
13
+ "type": "studio.vector/section",
14
+ "version": "1.0.0"
15
+ },
16
+ {
17
+ "revision": "block-r1",
18
+ "type": "studio.vector/card",
19
+ "version": "1.0.0"
20
+ }
21
+ ],
22
+ "theme": {
23
+ "id": "studio.vector/theme",
24
+ "revision": "theme-r1",
25
+ "version": "1.0.0"
26
+ }
27
+ },
28
+ "id": "vector.blueprint",
29
+ "kind": "blueprint",
30
+ "label": {
31
+ "defaultMessage": "Vector Blueprint",
32
+ "key": "studio.vector/blueprint"
33
+ },
34
+ "model": {
35
+ "id": "studio.vector/model",
36
+ "revision": "model-r1",
37
+ "version": "1.0.0"
38
+ },
39
+ "owner": {
40
+ "id": "studio.vector/suite",
41
+ "version": "0.1.0-alpha.0"
42
+ },
43
+ "revision": "blueprint-r1",
44
+ "roots": [
45
+ {
46
+ "authoring": {
47
+ "mode": "designer"
48
+ },
49
+ "bindings": {},
50
+ "id": "shell",
51
+ "properties": {},
52
+ "slots": {
53
+ "main": [
54
+ {
55
+ "authoring": {
56
+ "allowedBlocks": ["studio.vector/card"],
57
+ "mode": "structural"
58
+ },
59
+ "bindings": {},
60
+ "id": "region",
61
+ "properties": {},
62
+ "slots": {
63
+ "items": [
64
+ {
65
+ "authoring": {
66
+ "mode": "content"
67
+ },
68
+ "bindings": {},
69
+ "id": "card-1",
70
+ "properties": {
71
+ "title": "First"
72
+ },
73
+ "slots": {},
74
+ "type": "studio.vector/card",
75
+ "version": "1.0.0"
76
+ },
77
+ {
78
+ "authoring": {
79
+ "mode": "locked"
80
+ },
81
+ "bindings": {},
82
+ "id": "seal",
83
+ "properties": {},
84
+ "slots": {},
85
+ "type": "studio.vector/card",
86
+ "version": "1.0.0"
87
+ }
88
+ ]
89
+ },
90
+ "type": "studio.vector/section",
91
+ "version": "1.0.0"
92
+ }
93
+ ],
94
+ "side": [
95
+ {
96
+ "authoring": {
97
+ "mode": "designer"
98
+ },
99
+ "bindings": {},
100
+ "id": "fixed",
101
+ "properties": {},
102
+ "slots": {},
103
+ "type": "studio.vector/section",
104
+ "version": "1.0.0"
105
+ }
106
+ ]
107
+ },
108
+ "type": "studio.vector/section",
109
+ "version": "1.0.0"
110
+ }
111
+ ],
112
+ "status": "draft",
113
+ "version": "1.0.0"
114
+ },
115
+ "command": {
116
+ "artifactId": "vector.blueprint",
117
+ "baseStateVersion": 0,
118
+ "contractVersion": "0.1-draft",
119
+ "id": "vector.command.mode.hybrid.reorder-with-locked",
120
+ "kind": "command",
121
+ "payload": {
122
+ "order": ["seal", "card-1"],
123
+ "parentNodeId": "region",
124
+ "slot": "items"
125
+ },
126
+ "sessionGeneration": "session-r1",
127
+ "type": "studio.command/reorder-children"
128
+ },
129
+ "expect": {
130
+ "document": {
131
+ "contractVersion": "0.1-draft",
132
+ "dependencyLock": {
133
+ "blocks": [
134
+ {
135
+ "revision": "block-r1",
136
+ "type": "studio.vector/section",
137
+ "version": "1.0.0"
138
+ },
139
+ {
140
+ "revision": "block-r1",
141
+ "type": "studio.vector/card",
142
+ "version": "1.0.0"
143
+ }
144
+ ],
145
+ "theme": {
146
+ "id": "studio.vector/theme",
147
+ "revision": "theme-r1",
148
+ "version": "1.0.0"
149
+ }
150
+ },
151
+ "id": "vector.blueprint",
152
+ "kind": "blueprint",
153
+ "label": {
154
+ "defaultMessage": "Vector Blueprint",
155
+ "key": "studio.vector/blueprint"
156
+ },
157
+ "model": {
158
+ "id": "studio.vector/model",
159
+ "revision": "model-r1",
160
+ "version": "1.0.0"
161
+ },
162
+ "owner": {
163
+ "id": "studio.vector/suite",
164
+ "version": "0.1.0-alpha.0"
165
+ },
166
+ "revision": "blueprint-r1",
167
+ "roots": [
168
+ {
169
+ "authoring": {
170
+ "mode": "designer"
171
+ },
172
+ "bindings": {},
173
+ "id": "shell",
174
+ "properties": {},
175
+ "slots": {
176
+ "main": [
177
+ {
178
+ "authoring": {
179
+ "allowedBlocks": ["studio.vector/card"],
180
+ "mode": "structural"
181
+ },
182
+ "bindings": {},
183
+ "id": "region",
184
+ "properties": {},
185
+ "slots": {
186
+ "items": [
187
+ {
188
+ "authoring": {
189
+ "mode": "locked"
190
+ },
191
+ "bindings": {},
192
+ "id": "seal",
193
+ "properties": {},
194
+ "slots": {},
195
+ "type": "studio.vector/card",
196
+ "version": "1.0.0"
197
+ },
198
+ {
199
+ "authoring": {
200
+ "mode": "content"
201
+ },
202
+ "bindings": {},
203
+ "id": "card-1",
204
+ "properties": {
205
+ "title": "First"
206
+ },
207
+ "slots": {},
208
+ "type": "studio.vector/card",
209
+ "version": "1.0.0"
210
+ }
211
+ ]
212
+ },
213
+ "type": "studio.vector/section",
214
+ "version": "1.0.0"
215
+ }
216
+ ],
217
+ "side": [
218
+ {
219
+ "authoring": {
220
+ "mode": "designer"
221
+ },
222
+ "bindings": {},
223
+ "id": "fixed",
224
+ "properties": {},
225
+ "slots": {},
226
+ "type": "studio.vector/section",
227
+ "version": "1.0.0"
228
+ }
229
+ ]
230
+ },
231
+ "type": "studio.vector/section",
232
+ "version": "1.0.0"
233
+ }
234
+ ],
235
+ "status": "draft",
236
+ "version": "1.0.0"
237
+ }
238
+ }
239
+ }