@atlaskit/adf-schema 52.15.5 → 52.16.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/CHANGELOG.md +12 -0
- package/dist/cjs/next-schema/generated/markTypes.js +0 -1
- package/dist/cjs/next-schema/marks/color.js +0 -1
- package/dist/es2019/next-schema/generated/markTypes.js +0 -1
- package/dist/es2019/next-schema/marks/color.js +0 -1
- package/dist/esm/next-schema/generated/markTypes.js +0 -1
- package/dist/esm/next-schema/marks/color.js +0 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/adf-schema
|
|
2
2
|
|
|
3
|
+
## 52.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`64a45bf9306e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64a45bf9306e9) -
|
|
8
|
+
[ux] [EDITOR-7024] update the ADF schema behind platform_editor_lovability_text_bg_color
|
|
9
|
+
experiment such that textColor and backgroundColor can coexist
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 52.15.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -10,7 +10,6 @@ var textColor = exports.textColor = (0, _adfSchemaGenerator.adfMark)('textColor'
|
|
|
10
10
|
var colorGroup = exports.colorGroup = (0, _adfSchemaGenerator.adfMarkGroup)('color', [textColor, backgroundColor]);
|
|
11
11
|
backgroundColor.define({
|
|
12
12
|
inclusive: true,
|
|
13
|
-
excludes: [colorGroup],
|
|
14
13
|
attrs: {
|
|
15
14
|
color: {
|
|
16
15
|
pattern: '^#[0-9a-fA-F]{6}$',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/adf-schema",
|
|
3
|
-
"version": "52.
|
|
3
|
+
"version": "52.16.0",
|
|
4
4
|
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/adf-schema-generator": "^2.4.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^88.
|
|
42
|
+
"@atlaskit/tmp-editor-statsig": "^88.2.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"css-color-names": "0.0.4",
|
|
45
45
|
"linkify-it": "^3.0.3",
|