@cesdk/cesdk-js 1.16.0-rc.0 → 1.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.
@@ -4,8 +4,8 @@
4
4
  "assets": [
5
5
  {
6
6
  "id": "ly.img.colors.defaultPalette-white",
7
- "label": { "en": "#FFFFFF" },
8
- "tags": { "en": ["white"] },
7
+ "label": { "en": "#FFFFFF", "de": "#FFFFFF" },
8
+ "tags": { "en": ["white"], "de": ["weiß"] },
9
9
  "payload": {
10
10
  "color": {
11
11
  "colorSpace": "sRGB",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  {
19
19
  "id": "ly.img.colors.defaultPalette-black",
20
- "label": { "en": "#000000" },
21
- "tags": { "en": ["black"] },
20
+ "label": { "en": "#000000", "de": "#000000" },
21
+ "tags": { "en": ["black"], "de": ["schwarz"] },
22
22
  "payload": {
23
23
  "color": {
24
24
  "colorSpace": "sRGB",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  {
32
32
  "id": "ly.img.colors.defaultPalette-cornflower-blue",
33
- "label": { "en": "#6686FF" },
34
- "tags": { "en": ["cornflower blue"] },
33
+ "label": { "en": "#6686FF", "de": "#6686FF" },
34
+ "tags": { "en": ["cornflower blue"], "de": ["Kornblumenblau"] },
35
35
  "payload": {
36
36
  "color": {
37
37
  "colorSpace": "sRGB",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  {
45
45
  "id": "ly.img.colors.defaultPalette-light-blue",
46
- "label": { "en": "#66CCFF" },
47
- "tags": { "en": ["light blue"] },
46
+ "label": { "en": "#66CCFF", "de": "#66CCFF" },
47
+ "tags": { "en": ["light blue"], "de": ["hellblau"] },
48
48
  "payload": {
49
49
  "color": {
50
50
  "colorSpace": "sRGB",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  {
58
58
  "id": "ly.img.colors.defaultPalette-turquoise",
59
- "label": { "en": "#54FFEA" },
60
- "tags": { "en": ["turquoise"] },
59
+ "label": { "en": "#54FFEA", "de": "#54FFEA" },
60
+ "tags": { "en": ["turquoise"], "de": ["türkis"] },
61
61
  "payload": {
62
62
  "color": {
63
63
  "colorSpace": "sRGB",
@@ -69,8 +69,8 @@
69
69
  },
70
70
  {
71
71
  "id": "ly.img.colors.defaultPalette-indian-red",
72
- "label": { "en": "#E75050" },
73
- "tags": { "en": ["indian red"] },
72
+ "label": { "en": "#E75050", "de": "#E75050" },
73
+ "tags": { "en": ["indian red"], "de": ["Nachsommerrot"] },
74
74
  "payload": {
75
75
  "color": {
76
76
  "colorSpace": "sRGB",
@@ -82,8 +82,8 @@
82
82
  },
83
83
  {
84
84
  "id": "ly.img.colors.defaultPalette-coral",
85
- "label": { "en": "#F28855" },
86
- "tags": { "en": ["coral"] },
85
+ "label": { "en": "#F28855", "de": "#F28855" },
86
+ "tags": { "en": ["coral"], "de": ["Koralle"] },
87
87
  "payload": {
88
88
  "color": {
89
89
  "colorSpace": "sRGB",
@@ -95,8 +95,8 @@
95
95
  },
96
96
  {
97
97
  "id": "ly.img.colors.defaultPalette-khaki",
98
- "label": { "en": "#FFF763" },
99
- "tags": { "en": ["khaki"] },
98
+ "label": { "en": "#FFF763", "de": "#FFF763" },
99
+ "tags": { "en": ["yellow"], "de": ["Gelb"] },
100
100
  "payload": {
101
101
  "color": {
102
102
  "colorSpace": "sRGB",
@@ -536,7 +536,7 @@
536
536
  "input.video.duration.reset": "Video Dauer zurücksetzen",
537
537
  "libraries.ly.img.audio.label": "Audio",
538
538
  "libraries.ly.img.audio.upload.label": "Audio Uploads",
539
- "libraries.ly.img.colors.defaultPalette.label": "Standardpalette",
539
+ "libraries.ly.img.colors.defaultPalette.label": "Standardfarben",
540
540
  "libraries.ly.img.image.label": "Bilder",
541
541
  "libraries.ly.img.image.upload.label": "Bilder Uploads",
542
542
  "libraries.ly.img.local.label": "Lokal",
@@ -537,7 +537,7 @@
537
537
  "input.video.duration.reset": "Reset video duration",
538
538
  "libraries.ly.img.audio.label": "Audio",
539
539
  "libraries.ly.img.audio.upload.label": "Audio Uploads",
540
- "libraries.ly.img.colors.defaultPalette.label": "Default Palette",
540
+ "libraries.ly.img.colors.defaultPalette.label": "Default Colors",
541
541
  "libraries.ly.img.image.label": "Images",
542
542
  "libraries.ly.img.image.upload.label": "Image Uploads",
543
543
  "libraries.ly.img.local.label": "Local",