pxt-common-packages 9.4.5 → 9.4.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.
@@ -3,26 +3,37 @@
3
3
  */
4
4
  const enum Colors {
5
5
  //% block=red
6
+ //% blockIdentity=color.wellKnown
6
7
  Red = 0xFF0000,
7
8
  //% block=orange
9
+ //% blockIdentity=color.wellKnown
8
10
  Orange = 0xFF7F00,
9
11
  //% block=yellow
12
+ //% blockIdentity=color.wellKnown
10
13
  Yellow = 0xFFFF00,
11
14
  //% block=green
15
+ //% blockIdentity=color.wellKnown
12
16
  Green = 0x00FF00,
13
17
  //% block=blue
18
+ //% blockIdentity=color.wellKnown
14
19
  Blue = 0x0000FF,
15
20
  //% block=indigo
21
+ //% blockIdentity=color.wellKnown
16
22
  Indigo = 0x4b0082,
17
23
  //% block=violet
24
+ //% blockIdentity=color.wellKnown
18
25
  Violet = 0x8a2be2,
19
26
  //% block=purple
27
+ //% blockIdentity=color.wellKnown
20
28
  Purple = 0xA033E5,
21
29
  //% block=pink
30
+ //% blockIdentity=color.wellKnown
22
31
  Pink = 0xFF007F,
23
32
  //% block=white
33
+ //% blockIdentity=color.wellKnown
24
34
  White = 0xFFFFFF,
25
35
  //% block=black
36
+ //% blockIdentity=color.wellKnown
26
37
  Black = 0x000000
27
38
  }
28
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-common-packages",
3
- "version": "9.4.5",
3
+ "version": "9.4.6",
4
4
  "description": "Microsoft MakeCode (PXT) common packages",
5
5
  "keywords": [
6
6
  "MakeCode",