@kumwe/studio-testkit 0.1.0-alpha.2

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 (101) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +39 -0
  3. package/conformance/rich-text/blocks.structural.json +57 -0
  4. package/conformance/rich-text/document.multi-block.json +74 -0
  5. package/conformance/rich-text/embed.hard-break.json +24 -0
  6. package/conformance/rich-text/marks.nested.json +29 -0
  7. package/conformance/rich-text/offsets.astral.json +24 -0
  8. package/conformance/rich-text/paragraph.plain.json +20 -0
  9. package/conformance/rich-text/spans.adjacent.json +27 -0
  10. package/dist/host-testbed.d.ts +40 -0
  11. package/dist/host-testbed.d.ts.map +1 -0
  12. package/dist/host-testbed.js +390 -0
  13. package/dist/host-testbed.js.map +1 -0
  14. package/dist/index.d.ts +29 -0
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +139 -0
  17. package/dist/index.js.map +1 -0
  18. package/fixtures/block.grid.example.json +76 -0
  19. package/fixtures/block.price.example.json +69 -0
  20. package/fixtures/blueprint.product.example.json +92 -0
  21. package/fixtures/command.move-node.example.json +18 -0
  22. package/fixtures/content-model.product.example.json +141 -0
  23. package/fixtures/entry.product.example.json +55 -0
  24. package/fixtures/host-capabilities.example.json +36 -0
  25. package/fixtures/host-error.conflict.example.json +23 -0
  26. package/fixtures/media-asset.example.json +29 -0
  27. package/fixtures/media-asset.processing.example.json +15 -0
  28. package/fixtures/media-reference.example.json +26 -0
  29. package/fixtures/media-upload-session.transferring.example.json +22 -0
  30. package/fixtures/pattern.example.json +49 -0
  31. package/fixtures/plugin.example.json +49 -0
  32. package/fixtures/preview.render.example.json +14 -0
  33. package/fixtures/provenance.example.json +38 -0
  34. package/fixtures/rich-text.example.json +48 -0
  35. package/fixtures/studio-config.example.json +139 -0
  36. package/fixtures/theme.example.json +123 -0
  37. package/fixtures/unresolved-contribution.example.json +23 -0
  38. package/invalid/blueprint.control-character-member.json +59 -0
  39. package/invalid/blueprint.forbidden-property-member.json +61 -0
  40. package/invalid/blueprint.invalid-node-id.json +57 -0
  41. package/invalid/blueprint.invalid-slot-name.json +59 -0
  42. package/invalid/blueprint.published-empty-roots.json +45 -0
  43. package/invalid/blueprint.unknown-member.json +58 -0
  44. package/invalid/command-vector.unknown-error-code.json +103 -0
  45. package/invalid/command.empty-batch.json +17 -0
  46. package/invalid/command.forbidden-id-map-member.json +20 -0
  47. package/invalid/command.negative-position.json +20 -0
  48. package/invalid/command.nested-batch.json +24 -0
  49. package/invalid/command.pattern-in-batch.json +40 -0
  50. package/invalid/command.reset-inherited-property-in-batch.json +24 -0
  51. package/invalid/command.unknown-member.json +23 -0
  52. package/invalid/command.wrong-contract-version.json +22 -0
  53. package/invalid/content-model.published-empty.json +22 -0
  54. package/invalid/entry.forbidden-value-member.json +23 -0
  55. package/invalid/entry.invalid-locale.json +59 -0
  56. package/invalid/host-capabilities.invalid-protocol-version.json +40 -0
  57. package/invalid/media-reference.missing-accessibility.json +25 -0
  58. package/invalid/media-upload-session.complete-without-asset.json +20 -0
  59. package/invalid/preview-message.invalid-digest.json +18 -0
  60. package/invalid/rich-text.embedded-html.json +13 -0
  61. package/invalid/rich-text.unknown-mark.json +19 -0
  62. package/invalid/theme.unknown-member.json +128 -0
  63. package/package.json +48 -0
  64. package/vectors/command/apply-pattern.colliding-id.error.json +97 -0
  65. package/vectors/command/apply-pattern.incomplete-id-map.error.json +111 -0
  66. package/vectors/command/apply-pattern.two-roots.json +259 -0
  67. package/vectors/command/batch.atomic-failure.error.json +100 -0
  68. package/vectors/command/batch.insert-and-configure.json +197 -0
  69. package/vectors/command/duplicate-node.existing-id.error.json +88 -0
  70. package/vectors/command/duplicate-node.explicit-destination.json +183 -0
  71. package/vectors/command/duplicate-node.incomplete-id-map.error.json +91 -0
  72. package/vectors/command/duplicate-node.subtree.json +201 -0
  73. package/vectors/command/insert-node.duplicate-id.error.json +87 -0
  74. package/vectors/command/insert-node.inner-duplicate-id.error.json +115 -0
  75. package/vectors/command/insert-node.invalid-index.error.json +87 -0
  76. package/vectors/command/insert-node.root.json +162 -0
  77. package/vectors/command/insert-node.slot.json +167 -0
  78. package/vectors/command/move-node.into-self.error.json +95 -0
  79. package/vectors/command/move-node.reparent.json +196 -0
  80. package/vectors/command/move-node.within-roots.json +188 -0
  81. package/vectors/command/remove-binding.base.json +159 -0
  82. package/vectors/command/remove-binding.missing.error.json +75 -0
  83. package/vectors/command/remove-node.empties-slot.json +167 -0
  84. package/vectors/command/remove-node.missing.error.json +74 -0
  85. package/vectors/command/remove-node.nested.json +192 -0
  86. package/vectors/command/reorder-children.not-permutation.error.json +85 -0
  87. package/vectors/command/reorder-children.roots.json +182 -0
  88. package/vectors/command/reorder-children.slot.json +192 -0
  89. package/vectors/command/reset-inherited-property.missing.error.json +82 -0
  90. package/vectors/command/reset-inherited-property.single-viewport.json +151 -0
  91. package/vectors/command/reset-inherited-property.two-viewports.json +168 -0
  92. package/vectors/command/restore-node.inner-duplicate-id.error.json +115 -0
  93. package/vectors/command/restore-node.subtree-into-slot.json +195 -0
  94. package/vectors/command/set-binding.add.json +159 -0
  95. package/vectors/command/set-binding.replace.json +178 -0
  96. package/vectors/command/set-property.add.json +143 -0
  97. package/vectors/command/set-property.replace.json +146 -0
  98. package/vectors/command/set-property.viewport-add.json +148 -0
  99. package/vectors/command/unset-property.base.json +143 -0
  100. package/vectors/command/unset-property.missing.error.json +75 -0
  101. package/vectors/command/unset-property.viewport.json +154 -0
@@ -0,0 +1,178 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.set-binding.replace",
5
+ "description": "Rebinding a port replaces the binding; the inverse restores the previous binding.",
6
+ "initial": {
7
+ "contractVersion": "0.1-draft",
8
+ "dependencyLock": {
9
+ "blocks": [
10
+ {
11
+ "revision": "block-r1",
12
+ "type": "studio.vector/section",
13
+ "version": "1.0.0"
14
+ },
15
+ {
16
+ "revision": "block-r1",
17
+ "type": "studio.vector/text",
18
+ "version": "1.0.0"
19
+ }
20
+ ],
21
+ "theme": {
22
+ "id": "studio.vector/theme",
23
+ "revision": "theme-r1",
24
+ "version": "1.0.0"
25
+ }
26
+ },
27
+ "id": "vector.blueprint",
28
+ "kind": "blueprint",
29
+ "label": {
30
+ "defaultMessage": "Vector Blueprint",
31
+ "key": "studio.vector/blueprint"
32
+ },
33
+ "model": {
34
+ "id": "studio.vector/model",
35
+ "revision": "model-r1",
36
+ "version": "1.0.0"
37
+ },
38
+ "owner": {
39
+ "id": "studio.vector/suite",
40
+ "version": "0.1.0-alpha.0"
41
+ },
42
+ "revision": "blueprint-r1",
43
+ "roots": [
44
+ {
45
+ "authoring": {
46
+ "mode": "designer"
47
+ },
48
+ "bindings": {
49
+ "label": {
50
+ "onError": "error",
51
+ "onNull": "empty",
52
+ "source": {
53
+ "kind": "static-value",
54
+ "value": "Before"
55
+ },
56
+ "transforms": []
57
+ }
58
+ },
59
+ "id": "text-a",
60
+ "properties": {},
61
+ "slots": {},
62
+ "type": "studio.vector/text",
63
+ "version": "1.0.0"
64
+ }
65
+ ],
66
+ "status": "draft",
67
+ "version": "1.0.0"
68
+ },
69
+ "command": {
70
+ "artifactId": "vector.blueprint",
71
+ "baseStateVersion": 0,
72
+ "contractVersion": "0.1-draft",
73
+ "id": "vector.command.set-binding.replace",
74
+ "kind": "command",
75
+ "payload": {
76
+ "binding": {
77
+ "onError": "error",
78
+ "onNull": "empty",
79
+ "source": {
80
+ "kind": "static-value",
81
+ "value": "After"
82
+ },
83
+ "transforms": []
84
+ },
85
+ "nodeId": "text-a",
86
+ "port": "label"
87
+ },
88
+ "sessionGeneration": "session-r1",
89
+ "type": "studio.command/set-binding"
90
+ },
91
+ "expect": {
92
+ "document": {
93
+ "contractVersion": "0.1-draft",
94
+ "dependencyLock": {
95
+ "blocks": [
96
+ {
97
+ "revision": "block-r1",
98
+ "type": "studio.vector/section",
99
+ "version": "1.0.0"
100
+ },
101
+ {
102
+ "revision": "block-r1",
103
+ "type": "studio.vector/text",
104
+ "version": "1.0.0"
105
+ }
106
+ ],
107
+ "theme": {
108
+ "id": "studio.vector/theme",
109
+ "revision": "theme-r1",
110
+ "version": "1.0.0"
111
+ }
112
+ },
113
+ "id": "vector.blueprint",
114
+ "kind": "blueprint",
115
+ "label": {
116
+ "defaultMessage": "Vector Blueprint",
117
+ "key": "studio.vector/blueprint"
118
+ },
119
+ "model": {
120
+ "id": "studio.vector/model",
121
+ "revision": "model-r1",
122
+ "version": "1.0.0"
123
+ },
124
+ "owner": {
125
+ "id": "studio.vector/suite",
126
+ "version": "0.1.0-alpha.0"
127
+ },
128
+ "revision": "blueprint-r1",
129
+ "roots": [
130
+ {
131
+ "authoring": {
132
+ "mode": "designer"
133
+ },
134
+ "bindings": {
135
+ "label": {
136
+ "onError": "error",
137
+ "onNull": "empty",
138
+ "source": {
139
+ "kind": "static-value",
140
+ "value": "After"
141
+ },
142
+ "transforms": []
143
+ }
144
+ },
145
+ "id": "text-a",
146
+ "properties": {},
147
+ "slots": {},
148
+ "type": "studio.vector/text",
149
+ "version": "1.0.0"
150
+ }
151
+ ],
152
+ "status": "draft",
153
+ "version": "1.0.0"
154
+ }
155
+ },
156
+ "inverse": {
157
+ "artifactId": "vector.blueprint",
158
+ "baseStateVersion": 1,
159
+ "contractVersion": "0.1-draft",
160
+ "id": "vector.inverse.set-binding.replace",
161
+ "kind": "command",
162
+ "payload": {
163
+ "binding": {
164
+ "onError": "error",
165
+ "onNull": "empty",
166
+ "source": {
167
+ "kind": "static-value",
168
+ "value": "Before"
169
+ },
170
+ "transforms": []
171
+ },
172
+ "nodeId": "text-a",
173
+ "port": "label"
174
+ },
175
+ "sessionGeneration": "session-r1",
176
+ "type": "studio.command/set-binding"
177
+ }
178
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.set-property.add",
5
+ "description": "Setting a property that was absent stores the value; the inverse unset removes it again.",
6
+ "initial": {
7
+ "contractVersion": "0.1-draft",
8
+ "dependencyLock": {
9
+ "blocks": [
10
+ {
11
+ "revision": "block-r1",
12
+ "type": "studio.vector/section",
13
+ "version": "1.0.0"
14
+ },
15
+ {
16
+ "revision": "block-r1",
17
+ "type": "studio.vector/text",
18
+ "version": "1.0.0"
19
+ }
20
+ ],
21
+ "theme": {
22
+ "id": "studio.vector/theme",
23
+ "revision": "theme-r1",
24
+ "version": "1.0.0"
25
+ }
26
+ },
27
+ "id": "vector.blueprint",
28
+ "kind": "blueprint",
29
+ "label": {
30
+ "defaultMessage": "Vector Blueprint",
31
+ "key": "studio.vector/blueprint"
32
+ },
33
+ "model": {
34
+ "id": "studio.vector/model",
35
+ "revision": "model-r1",
36
+ "version": "1.0.0"
37
+ },
38
+ "owner": {
39
+ "id": "studio.vector/suite",
40
+ "version": "0.1.0-alpha.0"
41
+ },
42
+ "revision": "blueprint-r1",
43
+ "roots": [
44
+ {
45
+ "authoring": {
46
+ "mode": "designer"
47
+ },
48
+ "bindings": {},
49
+ "id": "text-a",
50
+ "properties": {},
51
+ "slots": {},
52
+ "type": "studio.vector/text",
53
+ "version": "1.0.0"
54
+ }
55
+ ],
56
+ "status": "draft",
57
+ "version": "1.0.0"
58
+ },
59
+ "command": {
60
+ "artifactId": "vector.blueprint",
61
+ "baseStateVersion": 0,
62
+ "contractVersion": "0.1-draft",
63
+ "id": "vector.command.set-property.add",
64
+ "kind": "command",
65
+ "payload": {
66
+ "nodeId": "text-a",
67
+ "property": "text",
68
+ "value": "Hello"
69
+ },
70
+ "sessionGeneration": "session-r1",
71
+ "type": "studio.command/set-property"
72
+ },
73
+ "expect": {
74
+ "document": {
75
+ "contractVersion": "0.1-draft",
76
+ "dependencyLock": {
77
+ "blocks": [
78
+ {
79
+ "revision": "block-r1",
80
+ "type": "studio.vector/section",
81
+ "version": "1.0.0"
82
+ },
83
+ {
84
+ "revision": "block-r1",
85
+ "type": "studio.vector/text",
86
+ "version": "1.0.0"
87
+ }
88
+ ],
89
+ "theme": {
90
+ "id": "studio.vector/theme",
91
+ "revision": "theme-r1",
92
+ "version": "1.0.0"
93
+ }
94
+ },
95
+ "id": "vector.blueprint",
96
+ "kind": "blueprint",
97
+ "label": {
98
+ "defaultMessage": "Vector Blueprint",
99
+ "key": "studio.vector/blueprint"
100
+ },
101
+ "model": {
102
+ "id": "studio.vector/model",
103
+ "revision": "model-r1",
104
+ "version": "1.0.0"
105
+ },
106
+ "owner": {
107
+ "id": "studio.vector/suite",
108
+ "version": "0.1.0-alpha.0"
109
+ },
110
+ "revision": "blueprint-r1",
111
+ "roots": [
112
+ {
113
+ "authoring": {
114
+ "mode": "designer"
115
+ },
116
+ "bindings": {},
117
+ "id": "text-a",
118
+ "properties": {
119
+ "text": "Hello"
120
+ },
121
+ "slots": {},
122
+ "type": "studio.vector/text",
123
+ "version": "1.0.0"
124
+ }
125
+ ],
126
+ "status": "draft",
127
+ "version": "1.0.0"
128
+ }
129
+ },
130
+ "inverse": {
131
+ "artifactId": "vector.blueprint",
132
+ "baseStateVersion": 1,
133
+ "contractVersion": "0.1-draft",
134
+ "id": "vector.inverse.set-property.add",
135
+ "kind": "command",
136
+ "payload": {
137
+ "nodeId": "text-a",
138
+ "property": "text"
139
+ },
140
+ "sessionGeneration": "session-r1",
141
+ "type": "studio.command/unset-property"
142
+ }
143
+ }
@@ -0,0 +1,146 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.set-property.replace",
5
+ "description": "Replacing a property keeps other state intact; the inverse restores the previous value.",
6
+ "initial": {
7
+ "contractVersion": "0.1-draft",
8
+ "dependencyLock": {
9
+ "blocks": [
10
+ {
11
+ "revision": "block-r1",
12
+ "type": "studio.vector/section",
13
+ "version": "1.0.0"
14
+ },
15
+ {
16
+ "revision": "block-r1",
17
+ "type": "studio.vector/text",
18
+ "version": "1.0.0"
19
+ }
20
+ ],
21
+ "theme": {
22
+ "id": "studio.vector/theme",
23
+ "revision": "theme-r1",
24
+ "version": "1.0.0"
25
+ }
26
+ },
27
+ "id": "vector.blueprint",
28
+ "kind": "blueprint",
29
+ "label": {
30
+ "defaultMessage": "Vector Blueprint",
31
+ "key": "studio.vector/blueprint"
32
+ },
33
+ "model": {
34
+ "id": "studio.vector/model",
35
+ "revision": "model-r1",
36
+ "version": "1.0.0"
37
+ },
38
+ "owner": {
39
+ "id": "studio.vector/suite",
40
+ "version": "0.1.0-alpha.0"
41
+ },
42
+ "revision": "blueprint-r1",
43
+ "roots": [
44
+ {
45
+ "authoring": {
46
+ "mode": "designer"
47
+ },
48
+ "bindings": {},
49
+ "id": "text-a",
50
+ "properties": {
51
+ "text": "Old"
52
+ },
53
+ "slots": {},
54
+ "type": "studio.vector/text",
55
+ "version": "1.0.0"
56
+ }
57
+ ],
58
+ "status": "draft",
59
+ "version": "1.0.0"
60
+ },
61
+ "command": {
62
+ "artifactId": "vector.blueprint",
63
+ "baseStateVersion": 0,
64
+ "contractVersion": "0.1-draft",
65
+ "id": "vector.command.set-property.replace",
66
+ "kind": "command",
67
+ "payload": {
68
+ "nodeId": "text-a",
69
+ "property": "text",
70
+ "value": "New"
71
+ },
72
+ "sessionGeneration": "session-r1",
73
+ "type": "studio.command/set-property"
74
+ },
75
+ "expect": {
76
+ "document": {
77
+ "contractVersion": "0.1-draft",
78
+ "dependencyLock": {
79
+ "blocks": [
80
+ {
81
+ "revision": "block-r1",
82
+ "type": "studio.vector/section",
83
+ "version": "1.0.0"
84
+ },
85
+ {
86
+ "revision": "block-r1",
87
+ "type": "studio.vector/text",
88
+ "version": "1.0.0"
89
+ }
90
+ ],
91
+ "theme": {
92
+ "id": "studio.vector/theme",
93
+ "revision": "theme-r1",
94
+ "version": "1.0.0"
95
+ }
96
+ },
97
+ "id": "vector.blueprint",
98
+ "kind": "blueprint",
99
+ "label": {
100
+ "defaultMessage": "Vector Blueprint",
101
+ "key": "studio.vector/blueprint"
102
+ },
103
+ "model": {
104
+ "id": "studio.vector/model",
105
+ "revision": "model-r1",
106
+ "version": "1.0.0"
107
+ },
108
+ "owner": {
109
+ "id": "studio.vector/suite",
110
+ "version": "0.1.0-alpha.0"
111
+ },
112
+ "revision": "blueprint-r1",
113
+ "roots": [
114
+ {
115
+ "authoring": {
116
+ "mode": "designer"
117
+ },
118
+ "bindings": {},
119
+ "id": "text-a",
120
+ "properties": {
121
+ "text": "New"
122
+ },
123
+ "slots": {},
124
+ "type": "studio.vector/text",
125
+ "version": "1.0.0"
126
+ }
127
+ ],
128
+ "status": "draft",
129
+ "version": "1.0.0"
130
+ }
131
+ },
132
+ "inverse": {
133
+ "artifactId": "vector.blueprint",
134
+ "baseStateVersion": 1,
135
+ "contractVersion": "0.1-draft",
136
+ "id": "vector.inverse.set-property.replace",
137
+ "kind": "command",
138
+ "payload": {
139
+ "nodeId": "text-a",
140
+ "property": "text",
141
+ "value": "Old"
142
+ },
143
+ "sessionGeneration": "session-r1",
144
+ "type": "studio.command/set-property"
145
+ }
146
+ }
@@ -0,0 +1,148 @@
1
+ {
2
+ "contractVersion": "0.1-draft",
3
+ "kind": "command-vector",
4
+ "id": "vector.command-vector.set-property.viewport-add",
5
+ "description": "Setting a responsive override materialises the responsive map for that property and viewport; the inverse unset removes the empty containers again.",
6
+ "initial": {
7
+ "contractVersion": "0.1-draft",
8
+ "dependencyLock": {
9
+ "blocks": [
10
+ {
11
+ "revision": "block-r1",
12
+ "type": "studio.vector/section",
13
+ "version": "1.0.0"
14
+ },
15
+ {
16
+ "revision": "block-r1",
17
+ "type": "studio.vector/text",
18
+ "version": "1.0.0"
19
+ }
20
+ ],
21
+ "theme": {
22
+ "id": "studio.vector/theme",
23
+ "revision": "theme-r1",
24
+ "version": "1.0.0"
25
+ }
26
+ },
27
+ "id": "vector.blueprint",
28
+ "kind": "blueprint",
29
+ "label": {
30
+ "defaultMessage": "Vector Blueprint",
31
+ "key": "studio.vector/blueprint"
32
+ },
33
+ "model": {
34
+ "id": "studio.vector/model",
35
+ "revision": "model-r1",
36
+ "version": "1.0.0"
37
+ },
38
+ "owner": {
39
+ "id": "studio.vector/suite",
40
+ "version": "0.1.0-alpha.0"
41
+ },
42
+ "revision": "blueprint-r1",
43
+ "roots": [
44
+ {
45
+ "authoring": {
46
+ "mode": "designer"
47
+ },
48
+ "bindings": {},
49
+ "id": "text-a",
50
+ "properties": {},
51
+ "slots": {},
52
+ "type": "studio.vector/text",
53
+ "version": "1.0.0"
54
+ }
55
+ ],
56
+ "status": "draft",
57
+ "version": "1.0.0"
58
+ },
59
+ "command": {
60
+ "artifactId": "vector.blueprint",
61
+ "baseStateVersion": 0,
62
+ "contractVersion": "0.1-draft",
63
+ "id": "vector.command.set-property.viewport-add",
64
+ "kind": "command",
65
+ "payload": {
66
+ "nodeId": "text-a",
67
+ "property": "emphasis",
68
+ "value": "strong",
69
+ "viewport": "compact"
70
+ },
71
+ "sessionGeneration": "session-r1",
72
+ "type": "studio.command/set-property"
73
+ },
74
+ "expect": {
75
+ "document": {
76
+ "contractVersion": "0.1-draft",
77
+ "dependencyLock": {
78
+ "blocks": [
79
+ {
80
+ "revision": "block-r1",
81
+ "type": "studio.vector/section",
82
+ "version": "1.0.0"
83
+ },
84
+ {
85
+ "revision": "block-r1",
86
+ "type": "studio.vector/text",
87
+ "version": "1.0.0"
88
+ }
89
+ ],
90
+ "theme": {
91
+ "id": "studio.vector/theme",
92
+ "revision": "theme-r1",
93
+ "version": "1.0.0"
94
+ }
95
+ },
96
+ "id": "vector.blueprint",
97
+ "kind": "blueprint",
98
+ "label": {
99
+ "defaultMessage": "Vector Blueprint",
100
+ "key": "studio.vector/blueprint"
101
+ },
102
+ "model": {
103
+ "id": "studio.vector/model",
104
+ "revision": "model-r1",
105
+ "version": "1.0.0"
106
+ },
107
+ "owner": {
108
+ "id": "studio.vector/suite",
109
+ "version": "0.1.0-alpha.0"
110
+ },
111
+ "revision": "blueprint-r1",
112
+ "roots": [
113
+ {
114
+ "authoring": {
115
+ "mode": "designer"
116
+ },
117
+ "bindings": {},
118
+ "id": "text-a",
119
+ "properties": {},
120
+ "slots": {},
121
+ "type": "studio.vector/text",
122
+ "version": "1.0.0",
123
+ "responsive": {
124
+ "emphasis": {
125
+ "compact": "strong"
126
+ }
127
+ }
128
+ }
129
+ ],
130
+ "status": "draft",
131
+ "version": "1.0.0"
132
+ }
133
+ },
134
+ "inverse": {
135
+ "artifactId": "vector.blueprint",
136
+ "baseStateVersion": 1,
137
+ "contractVersion": "0.1-draft",
138
+ "id": "vector.inverse.set-property.viewport-add",
139
+ "kind": "command",
140
+ "payload": {
141
+ "nodeId": "text-a",
142
+ "property": "emphasis",
143
+ "viewport": "compact"
144
+ },
145
+ "sessionGeneration": "session-r1",
146
+ "type": "studio.command/unset-property"
147
+ }
148
+ }