@atlaskit/adf-schema 49.0.5 → 49.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 49.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 243f95a: [ED-28432] Reorder background color palette swatches
8
+
3
9
  ## 49.0.5
4
10
 
5
11
  ### Patch Changes
@@ -32,17 +32,17 @@ var colorArrayPalette = [[_colors.Neutral300, 'Gray'],
32
32
  ];
33
33
  var colorArrayPaletteNext = [[_colors.Neutral300, 'Gray'],
34
34
  // token: color.background.accent.gray.subtler
35
- [_colors.T200, 'Teal'],
36
- // token: color.background.accent.teal.subtler
37
- [_colors.L200, 'Lime'],
38
- // token: color.background.accent.lime.subtler
39
- [_colors.Yellow200, 'Yellow'],
40
- // token: color.background.accent.yellow.subtler
41
- [_colors.O200, 'Orange'],
42
- // token: color.background.accent.orange.subtler
35
+ [_colors.P200, 'Purple'],
36
+ // token: color.background.accent.purple.subtler
43
37
  [_colors.M200, 'Magenta'],
44
38
  // token: color.background.accent.magenta.subtler
45
- [_colors.P200, 'Purple'] // token: color.background.accent.purple.subtler
39
+ [_colors.O200, 'Orange'],
40
+ // token: color.background.accent.orange.subtler
41
+ [_colors.Yellow200, 'Yellow'],
42
+ // token: color.background.accent.yellow.subtler
43
+ [_colors.L200, 'Lime'],
44
+ // token: color.background.accent.lime.subtler
45
+ [_colors.T200, 'Teal'] // token: color.background.accent.teal.subtler
46
46
  ];
47
47
 
48
48
  // @see https://product-fabric.atlassian.net/wiki/spaces/E/pages/55979455/Colour+picker+decisions#Colourpickerdecisions-Visualdesigndecisions
@@ -24,17 +24,17 @@ const colorArrayPalette = [[Neutral300, 'Gray'],
24
24
  ];
25
25
  const colorArrayPaletteNext = [[Neutral300, 'Gray'],
26
26
  // token: color.background.accent.gray.subtler
27
- [T200, 'Teal'],
28
- // token: color.background.accent.teal.subtler
29
- [L200, 'Lime'],
30
- // token: color.background.accent.lime.subtler
31
- [Yellow200, 'Yellow'],
32
- // token: color.background.accent.yellow.subtler
33
- [O200, 'Orange'],
34
- // token: color.background.accent.orange.subtler
27
+ [P200, 'Purple'],
28
+ // token: color.background.accent.purple.subtler
35
29
  [M200, 'Magenta'],
36
30
  // token: color.background.accent.magenta.subtler
37
- [P200, 'Purple'] // token: color.background.accent.purple.subtler
31
+ [O200, 'Orange'],
32
+ // token: color.background.accent.orange.subtler
33
+ [Yellow200, 'Yellow'],
34
+ // token: color.background.accent.yellow.subtler
35
+ [L200, 'Lime'],
36
+ // token: color.background.accent.lime.subtler
37
+ [T200, 'Teal'] // token: color.background.accent.teal.subtler
38
38
  ];
39
39
 
40
40
  // @see https://product-fabric.atlassian.net/wiki/spaces/E/pages/55979455/Colour+picker+decisions#Colourpickerdecisions-Visualdesigndecisions
@@ -26,17 +26,17 @@ var colorArrayPalette = [[Neutral300, 'Gray'],
26
26
  ];
27
27
  var colorArrayPaletteNext = [[Neutral300, 'Gray'],
28
28
  // token: color.background.accent.gray.subtler
29
- [T200, 'Teal'],
30
- // token: color.background.accent.teal.subtler
31
- [L200, 'Lime'],
32
- // token: color.background.accent.lime.subtler
33
- [Yellow200, 'Yellow'],
34
- // token: color.background.accent.yellow.subtler
35
- [O200, 'Orange'],
36
- // token: color.background.accent.orange.subtler
29
+ [P200, 'Purple'],
30
+ // token: color.background.accent.purple.subtler
37
31
  [M200, 'Magenta'],
38
32
  // token: color.background.accent.magenta.subtler
39
- [P200, 'Purple'] // token: color.background.accent.purple.subtler
33
+ [O200, 'Orange'],
34
+ // token: color.background.accent.orange.subtler
35
+ [Yellow200, 'Yellow'],
36
+ // token: color.background.accent.yellow.subtler
37
+ [L200, 'Lime'],
38
+ // token: color.background.accent.lime.subtler
39
+ [T200, 'Teal'] // token: color.background.accent.teal.subtler
40
40
  ];
41
41
 
42
42
  // @see https://product-fabric.atlassian.net/wiki/spaces/E/pages/55979455/Colour+picker+decisions#Colourpickerdecisions-Visualdesigndecisions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "49.0.5",
3
+ "version": "49.0.6",
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/"