@atlaskit/adf-schema 44.6.1 → 44.6.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.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/next-schema/nodes/inlineCard.js +0 -12
- package/dist/cjs/validator-schema/generated/validatorSpec.js +2 -2
- package/dist/es2019/next-schema/nodes/inlineCard.js +0 -12
- package/dist/es2019/validator-schema/generated/validatorSpec.js +2 -2
- package/dist/esm/next-schema/nodes/inlineCard.js +0 -12
- package/dist/esm/validator-schema/generated/validatorSpec.js +2 -2
- package/dist/types/validator-schema/generated/validatorSpec.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -29,18 +29,6 @@ var inlineCard = exports.inlineCard = (0, _adfSchemaGenerator.adfNode)('inlineCa
|
|
29
29
|
},
|
30
30
|
stage0: {
|
31
31
|
marks: [_annotation.annotation, _unsupportedNodeAttribute.unsupportedNodeAttribute, _unsupportedMark.unsupportedMark]
|
32
|
-
},
|
33
|
-
DANGEROUS_MANUAL_OVERRIDE: {
|
34
|
-
'validator-spec': {
|
35
|
-
'props.marks': {
|
36
|
-
reason: '@DSLCompatibilityException - Annotation mark is in variant, but not full schema. However this has been added for compatibility with current validator.',
|
37
|
-
value: {
|
38
|
-
items: ['annotation'],
|
39
|
-
optional: true,
|
40
|
-
type: 'array'
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}
|
44
32
|
}
|
45
33
|
}).variant('with_annotation', {
|
46
34
|
marks: [_annotation.annotation, _unsupportedMark.unsupportedMark, _unsupportedNodeAttribute.unsupportedNodeAttribute]
|
@@ -23,18 +23,6 @@ export const inlineCard = adfNode('inlineCard').define({
|
|
23
23
|
},
|
24
24
|
stage0: {
|
25
25
|
marks: [annotation, unsupportedNodeAttribute, unsupportedMark]
|
26
|
-
},
|
27
|
-
DANGEROUS_MANUAL_OVERRIDE: {
|
28
|
-
'validator-spec': {
|
29
|
-
'props.marks': {
|
30
|
-
reason: '@DSLCompatibilityException - Annotation mark is in variant, but not full schema. However this has been added for compatibility with current validator.',
|
31
|
-
value: {
|
32
|
-
items: ['annotation'],
|
33
|
-
optional: true,
|
34
|
-
type: 'array'
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}
|
38
26
|
}
|
39
27
|
}).variant('with_annotation', {
|
40
28
|
marks: [annotation, unsupportedMark, unsupportedNodeAttribute]
|
@@ -23,18 +23,6 @@ export var inlineCard = adfNode('inlineCard').define({
|
|
23
23
|
},
|
24
24
|
stage0: {
|
25
25
|
marks: [annotation, unsupportedNodeAttribute, unsupportedMark]
|
26
|
-
},
|
27
|
-
DANGEROUS_MANUAL_OVERRIDE: {
|
28
|
-
'validator-spec': {
|
29
|
-
'props.marks': {
|
30
|
-
reason: '@DSLCompatibilityException - Annotation mark is in variant, but not full schema. However this has been added for compatibility with current validator.',
|
31
|
-
value: {
|
32
|
-
items: ['annotation'],
|
33
|
-
optional: true,
|
34
|
-
type: 'array'
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}
|
38
26
|
}
|
39
27
|
}).variant('with_annotation', {
|
40
28
|
marks: [annotation, unsupportedMark, unsupportedNodeAttribute]
|
package/package.json
CHANGED