@cesdk/cesdk-js 1.15.0-rc.1 → 1.16.0-rc.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.
@@ -0,0 +1,110 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "id": "ly.img.colors.defaultPalette",
4
+ "assets": [
5
+ {
6
+ "id": "ly.img.colors.defaultPalette-white",
7
+ "label": { "en": "#FFFFFF" },
8
+ "tags": { "en": ["white"] },
9
+ "payload": {
10
+ "color": {
11
+ "colorSpace": "sRGB",
12
+ "r": 1,
13
+ "g": 1,
14
+ "b": 1
15
+ }
16
+ }
17
+ },
18
+ {
19
+ "id": "ly.img.colors.defaultPalette-black",
20
+ "label": { "en": "#000000" },
21
+ "tags": { "en": ["black"] },
22
+ "payload": {
23
+ "color": {
24
+ "colorSpace": "sRGB",
25
+ "r": 0,
26
+ "g": 0,
27
+ "b": 0
28
+ }
29
+ }
30
+ },
31
+ {
32
+ "id": "ly.img.colors.defaultPalette-cornflower-blue",
33
+ "label": { "en": "#6686FF" },
34
+ "tags": { "en": ["cornflower blue"] },
35
+ "payload": {
36
+ "color": {
37
+ "colorSpace": "sRGB",
38
+ "r": 0.4,
39
+ "g": 0.5254901961,
40
+ "b": 1
41
+ }
42
+ }
43
+ },
44
+ {
45
+ "id": "ly.img.colors.defaultPalette-light-blue",
46
+ "label": { "en": "#66CCFF" },
47
+ "tags": { "en": ["light blue"] },
48
+ "payload": {
49
+ "color": {
50
+ "colorSpace": "sRGB",
51
+ "r": 0.4,
52
+ "g": 0.8,
53
+ "b": 1
54
+ }
55
+ }
56
+ },
57
+ {
58
+ "id": "ly.img.colors.defaultPalette-turquoise",
59
+ "label": { "en": "#54FFEA" },
60
+ "tags": { "en": ["turquoise"] },
61
+ "payload": {
62
+ "color": {
63
+ "colorSpace": "sRGB",
64
+ "r": 0.3294117647,
65
+ "g": 1,
66
+ "b": 0.9176470588
67
+ }
68
+ }
69
+ },
70
+ {
71
+ "id": "ly.img.colors.defaultPalette-indian-red",
72
+ "label": { "en": "#E75050" },
73
+ "tags": { "en": ["indian red"] },
74
+ "payload": {
75
+ "color": {
76
+ "colorSpace": "sRGB",
77
+ "r": 0.9058823529,
78
+ "g": 0.3137254902,
79
+ "b": 0.3137254902
80
+ }
81
+ }
82
+ },
83
+ {
84
+ "id": "ly.img.colors.defaultPalette-coral",
85
+ "label": { "en": "#F28855" },
86
+ "tags": { "en": ["coral"] },
87
+ "payload": {
88
+ "color": {
89
+ "colorSpace": "sRGB",
90
+ "r": 0.9490196078,
91
+ "g": 0.5333333333,
92
+ "b": 0.3333333333
93
+ }
94
+ }
95
+ },
96
+ {
97
+ "id": "ly.img.colors.defaultPalette-khaki",
98
+ "label": { "en": "#FFF763" },
99
+ "tags": { "en": ["khaki"] },
100
+ "payload": {
101
+ "color": {
102
+ "colorSpace": "sRGB",
103
+ "r": 1,
104
+ "g": 0.968627451,
105
+ "b": 0.3882352941
106
+ }
107
+ }
108
+ }
109
+ ]
110
+ }
@@ -127,13 +127,16 @@
127
127
  "block.video": "Video",
128
128
  "block.design": "Design",
129
129
  "color.aqua": "Türkis",
130
+ "color.black": "Schwarz",
130
131
  "color.blue": "Blau",
132
+ "color.cyan": "Cyan",
131
133
  "color.green": "Grün",
132
134
  "color.magenta": "Magenta",
133
135
  "color.orange": "Orange",
134
136
  "color.purple": "Lila",
135
137
  "color.red": "Rot",
136
138
  "color.yellow": "Gelb",
139
+ "color.transparent": "Transparent",
137
140
  "common.advanced": "Erweitert",
138
141
  "common.arrange": "Anordnen",
139
142
  "common.axis.x": "X",
@@ -143,6 +146,10 @@
143
146
  "common.close": "Schließen",
144
147
  "common.color": "Farbe",
145
148
  "common.colorValue": "Farbwert",
149
+ "common.spotColor": "Spot Color",
150
+ "common.srgb": "RGB",
151
+ "common.cmyk": "CMYK",
152
+ "common.tint": "Tint",
146
153
  "common.confirm": "OK",
147
154
  "common.controlKey": "Strg",
148
155
  "common.custom": "Eigene",
@@ -153,6 +160,7 @@
153
160
  "common.download": "Download",
154
161
  "common.duplicate": "Duplizieren",
155
162
  "common.edit": "Editieren",
163
+ "common.editColor": "Farbe bearbeiten",
156
164
  "common.export": "Export",
157
165
  "common.fill": "Füllung",
158
166
  "common.formats": "Formate",
@@ -440,6 +448,8 @@
440
448
  "input.booleanoperations.subtract": "Differenz",
441
449
  "input.booleanoperations.union": "Vereinigung",
442
450
  "input.canvas": "Arbeitsfläche",
451
+ "input.colorMode": "Farbraum",
452
+ "input.colorMode.description": "Farbraum auswählen",
443
453
  "input.character": "Schrift",
444
454
  "input.clipContent": "Inhalt beschneiden",
445
455
  "input.clipContent.off.description": "Inhalt beschneiden deaktivieren",
@@ -526,6 +536,7 @@
526
536
  "input.video.duration.reset": "Video Dauer zurücksetzen",
527
537
  "libraries.ly.img.audio.label": "Audio",
528
538
  "libraries.ly.img.audio.upload.label": "Audio Uploads",
539
+ "libraries.ly.img.colors.defaultPalette.label": "Standardpalette",
529
540
  "libraries.ly.img.image.label": "Bilder",
530
541
  "libraries.ly.img.image.upload.label": "Bilder Uploads",
531
542
  "libraries.ly.img.local.label": "Lokal",
@@ -127,13 +127,16 @@
127
127
  "block.video": "Video",
128
128
  "block.design": "Design",
129
129
  "color.aqua": "Aqua",
130
+ "color.black": "Black",
130
131
  "color.blue": "Blue",
132
+ "color.cyan": "Cyan",
131
133
  "color.green": "Green",
132
134
  "color.magenta": "Magenta",
133
135
  "color.orange": "Orange",
134
136
  "color.purple": "Purple",
135
137
  "color.red": "Red",
136
138
  "color.yellow": "Yellow",
139
+ "color.transparent": "color.transparent",
137
140
  "common.advanced": "Advanced",
138
141
  "common.arrange": "Arrange",
139
142
  "common.axis.x": "X",
@@ -143,6 +146,10 @@
143
146
  "common.close": "Close",
144
147
  "common.color": "Color",
145
148
  "common.colorValue": "Color Value",
149
+ "common.spotColor": "common.spotColor",
150
+ "common.srgb": "common.srgb",
151
+ "common.cmyk": "common.cmyk",
152
+ "common.tint": "common.tint",
146
153
  "common.confirm": "Confirm",
147
154
  "common.controlKey": "Ctrl",
148
155
  "common.custom": "Custom",
@@ -153,6 +160,7 @@
153
160
  "common.download": "Download",
154
161
  "common.duplicate": "Duplicate",
155
162
  "common.edit": "Edit",
163
+ "common.editColor": "Edit Color",
156
164
  "common.export": "Export",
157
165
  "common.fill": "Fill",
158
166
  "common.formats": "Formats",
@@ -440,6 +448,8 @@
440
448
  "input.booleanoperations.subtract": "Subtract",
441
449
  "input.booleanoperations.union": "Union",
442
450
  "input.canvas": "Canvas",
451
+ "input.colorMode": "Mode",
452
+ "input.colorMode.description": "Choose color mode",
443
453
  "input.character": "Character",
444
454
  "input.clipContent": "Clip Content",
445
455
  "input.clipContent.off.description": "Turn clip content off",
@@ -527,6 +537,7 @@
527
537
  "input.video.duration.reset": "Reset video duration",
528
538
  "libraries.ly.img.audio.label": "Audio",
529
539
  "libraries.ly.img.audio.upload.label": "Audio Uploads",
540
+ "libraries.ly.img.colors.defaultPalette.label": "Default Palette",
530
541
  "libraries.ly.img.image.label": "Images",
531
542
  "libraries.ly.img.image.upload.label": "Image Uploads",
532
543
  "libraries.ly.img.local.label": "Local",
@@ -0,0 +1,18 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_2009_143835)">
3
+ <path d="M2 0L18 1.90798e-07L18 16L2 0Z" fill="white"/>
4
+ </g>
5
+ <circle cx="12.5" cy="5.5" r="1.5" transform="rotate(-90 12.5 5.5)" fill="black"/>
6
+ <defs>
7
+ <filter id="filter0_d_2009_143835" x="0" y="0" width="18" height="18" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
10
+ <feOffset dx="-1" dy="1"/>
11
+ <feGaussianBlur stdDeviation="0.5"/>
12
+ <feComposite in2="hardAlpha" operator="out"/>
13
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/>
14
+ <feBlend mode="multiply" in2="BackgroundImageFix" result="effect1_dropShadow_2009_143835"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2009_143835" result="shape"/>
16
+ </filter>
17
+ </defs>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_2009_143774)">
3
+ <path d="M2 0L14 -5.24537e-07L14 12L2 0Z" fill="white"/>
4
+ </g>
5
+ <circle cx="10.5" cy="3.5" r="1.5" transform="rotate(-90 10.5 3.5)" fill="black"/>
6
+ <defs>
7
+ <filter id="filter0_d_2009_143774" x="0" y="0" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
10
+ <feOffset dx="-1" dy="1"/>
11
+ <feGaussianBlur stdDeviation="0.5"/>
12
+ <feComposite in2="hardAlpha" operator="out"/>
13
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/>
14
+ <feBlend mode="multiply" in2="BackgroundImageFix" result="effect1_dropShadow_2009_143774"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2009_143774" result="shape"/>
16
+ </filter>
17
+ </defs>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d_2009_143866)">
3
+ <path d="M2 0L26 2.86197e-07L26 24L2 0Z" fill="white"/>
4
+ </g>
5
+ <circle cx="18" cy="8" r="2" transform="rotate(-90 18 8)" fill="black"/>
6
+ <defs>
7
+ <filter id="filter0_d_2009_143866" x="0" y="0" width="26" height="26" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
10
+ <feOffset dx="-1" dy="1"/>
11
+ <feGaussianBlur stdDeviation="0.5"/>
12
+ <feComposite in2="hardAlpha" operator="out"/>
13
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/>
14
+ <feBlend mode="multiply" in2="BackgroundImageFix" result="effect1_dropShadow_2009_143866"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2009_143866" result="shape"/>
16
+ </filter>
17
+ </defs>
18
+ </svg>