@atlaskit/adf-schema 56.3.0 → 56.4.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/entry-points/schema-tableNodes.js +0 -6
  3. package/dist/cjs/entry-points/tableNodes.js +0 -6
  4. package/dist/cjs/index.js +0 -6
  5. package/dist/cjs/schema/index.js +0 -6
  6. package/dist/cjs/schema/nodes/index.js +0 -6
  7. package/dist/cjs/schema/nodes/tableNodes.js +2 -20
  8. package/dist/cjs/utils/colors.js +1 -14
  9. package/dist/cjs/utils/editor-palette.js +3 -121
  10. package/dist/es2019/entry-points/schema-tableNodes.js +1 -1
  11. package/dist/es2019/entry-points/tableNodes.js +1 -1
  12. package/dist/es2019/index.js +1 -1
  13. package/dist/es2019/schema/index.js +1 -1
  14. package/dist/es2019/schema/nodes/index.js +1 -1
  15. package/dist/es2019/schema/nodes/tableNodes.js +2 -17
  16. package/dist/es2019/utils/colors.js +0 -13
  17. package/dist/es2019/utils/editor-palette.js +3 -89
  18. package/dist/esm/entry-points/schema-tableNodes.js +1 -1
  19. package/dist/esm/entry-points/tableNodes.js +1 -1
  20. package/dist/esm/index.js +1 -1
  21. package/dist/esm/schema/index.js +1 -1
  22. package/dist/esm/schema/nodes/index.js +1 -1
  23. package/dist/esm/schema/nodes/tableNodes.js +2 -20
  24. package/dist/esm/utils/colors.js +0 -13
  25. package/dist/esm/utils/editor-palette.js +3 -121
  26. package/dist/types/entry-points/schema-tableNodes.d.ts +1 -1
  27. package/dist/types/entry-points/tableNodes.d.ts +1 -1
  28. package/dist/types/index.d.ts +1 -1
  29. package/dist/types/schema/index.d.ts +1 -1
  30. package/dist/types/schema/nodes/index.d.ts +1 -1
  31. package/dist/types/schema/nodes/tableNodes.d.ts +0 -6
  32. package/dist/types/utils/colors.d.ts +0 -13
  33. package/dist/types/utils/editor-palette.d.ts +0 -80
  34. package/package.json +3 -6
@@ -281,85 +281,5 @@ export declare const editorBackgroundPalette: {
281
281
  getValue: () => string;
282
282
  token: string;
283
283
  };
284
- /** lime - light */
285
- '#EFFFD6': {
286
- getValue: () => string;
287
- token: string;
288
- };
289
- /** lime - medium */
290
- '#D3F1A7': {
291
- getValue: () => string;
292
- token: string;
293
- };
294
- /** lime - bold */
295
- '#BDE97C': {
296
- getValue: () => string;
297
- token: string;
298
- };
299
- /** orange - light */
300
- '#FFF5DB': {
301
- getValue: () => string;
302
- token: string;
303
- };
304
- /** orange - medium */
305
- '#FCE4A6': {
306
- getValue: () => string;
307
- token: string;
308
- };
309
- /** orange - bold */
310
- '#FBD779': {
311
- getValue: () => string;
312
- token: string;
313
- };
314
- /** magenta - light */
315
- '#FFECF8': {
316
- getValue: () => string;
317
- token: string;
318
- };
319
- /** magenta - medium */
320
- '#FDD0EC': {
321
- getValue: () => string;
322
- token: string;
323
- };
324
- /** magenta - bold */
325
- '#FCB6E1': {
326
- getValue: () => string;
327
- token: string;
328
- };
329
- /** blue - bold */
330
- '#ADCBFB': {
331
- getValue: () => string;
332
- token: string;
333
- };
334
- /** teal - bold */
335
- '#B1E4F7': {
336
- getValue: () => string;
337
- token: string;
338
- };
339
- /** green - bold */
340
- '#97EDC9': {
341
- getValue: () => string;
342
- token: string;
343
- };
344
- /** yellow - bold */
345
- '#EFDD4E': {
346
- getValue: () => string;
347
- token: string;
348
- };
349
- /** red - bold */
350
- '#FFB8B2': {
351
- getValue: () => string;
352
- token: string;
353
- };
354
- /** purple - bold */
355
- '#E3BDFA': {
356
- getValue: () => string;
357
- token: string;
358
- };
359
- /** gray - bold */
360
- '#B7B9BE': {
361
- getValue: () => string;
362
- token: string;
363
- };
364
284
  };
365
285
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "56.3.0",
3
+ "version": "56.4.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/"
@@ -40,7 +40,7 @@
40
40
  "@atlaskit/adf-schema-generator": "^3.1.0",
41
41
  "@atlaskit/editor-prosemirror": "^8.0.0",
42
42
  "@atlaskit/platform-feature-flags": "^2.1.0",
43
- "@atlaskit/tmp-editor-statsig": "^135.8.0",
43
+ "@atlaskit/tmp-editor-statsig": "^135.10.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "css-color-names": "0.0.4",
46
46
  "linkify-it": "^3.0.3",
@@ -49,9 +49,6 @@
49
49
  "platform-feature-flags": {
50
50
  "platform_editor_lovability_text_bg_color_patch_1": {
51
51
  "type": "boolean"
52
- },
53
- "platform_editor_lovability_text_bg_color_patch_2": {
54
- "type": "boolean"
55
52
  }
56
53
  },
57
54
  "devDependencies": {
@@ -69,7 +66,7 @@
69
66
  "@babel/preset-env": "^7.20.0",
70
67
  "@babel/preset-react": "^7.18.6",
71
68
  "@babel/preset-typescript": "^7.20.0",
72
- "@compiled/babel-plugin": "^0.40.0",
69
+ "@compiled/babel-plugin": "^2.0.0",
73
70
  "@manypkg/find-root": "^1.1.0",
74
71
  "@types/jest": "^29.5.12",
75
72
  "@types/json-schema": "^7.0.15",