@cesdk/cesdk-js 1.62.0-nightly.20251010 → 1.63.0-nightly.20251014
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/assets/core/{cesdk-v1.62.0-nightly.20251010-KKZN7A5B.wasm → cesdk-v1.63.0-nightly.20251014-4H7QYOOP.wasm} +0 -0
- package/assets/core/worker-host-v1.63.0-nightly.20251014.js +1 -0
- package/assets/i18n/de.json +3 -1
- package/assets/i18n/en.json +3 -1
- package/assets/ui/stylesheets/cesdk.css +8 -0
- package/cesdk.umd.js +1 -1
- package/index.d.ts +288 -84
- package/index.js +1 -1
- package/package.json +2 -2
- package/assets/core/worker-host-v1.62.0-nightly.20251010.js +0 -1
- /package/assets/core/{cesdk-v1.62.0-nightly.20251010-44YCFRT6.data → cesdk-v1.63.0-nightly.20251014-44YCFRT6.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"block.caption": "Untertitel",
|
|
140
140
|
"block.cutout": "Schnittlinien",
|
|
141
141
|
"block.ellipse": "Ellipse",
|
|
142
|
-
"block.graphic": "
|
|
142
|
+
"block.graphic": "Grafik",
|
|
143
143
|
"block.group": "Gruppe",
|
|
144
144
|
"block.image": "Bild",
|
|
145
145
|
"block.line": "Linie",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"block.polygon": "Mehreck",
|
|
148
148
|
"block.rect": "Rechteck",
|
|
149
149
|
"block.scene": "Dokument",
|
|
150
|
+
"block.shape": "Form",
|
|
150
151
|
"block.star": "Stern",
|
|
151
152
|
"block.sticker": "Sticker",
|
|
152
153
|
"block.text": "Text",
|
|
@@ -292,6 +293,7 @@
|
|
|
292
293
|
"component.colorSchemeSelect.active.description": "Aktivfarbe ändern",
|
|
293
294
|
"component.colorSchemeSelect.background": "Hintergrundfarbe",
|
|
294
295
|
"component.colorSchemeSelect.background.description": "Hintergrundfarbe ändern",
|
|
296
|
+
"component.eyeDropper.button.tooltip": "Farbe vom Bildschirm aufnehmen",
|
|
295
297
|
"component.contentFill": "$t(common.fill)",
|
|
296
298
|
"component.contentFill.color": "$t(common.color)",
|
|
297
299
|
"component.contentFill.color.description": "Füllfarbe ändern",
|
package/assets/i18n/en.json
CHANGED
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"block.caption": "Caption",
|
|
140
140
|
"block.cutout": "Cutout",
|
|
141
141
|
"block.ellipse": "Ellipse",
|
|
142
|
-
"block.graphic": "
|
|
142
|
+
"block.graphic": "Graphic",
|
|
143
143
|
"block.group": "Group",
|
|
144
144
|
"block.image": "Image",
|
|
145
145
|
"block.line": "Line",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"block.polygon": "Polygon",
|
|
148
148
|
"block.rect": "Rectangle",
|
|
149
149
|
"block.scene": "Document",
|
|
150
|
+
"block.shape": "Shape",
|
|
150
151
|
"block.star": "Star",
|
|
151
152
|
"block.sticker": "Sticker",
|
|
152
153
|
"block.text": "Text",
|
|
@@ -292,6 +293,7 @@
|
|
|
292
293
|
"component.colorSchemeSelect.active.description": "Change active color",
|
|
293
294
|
"component.colorSchemeSelect.background": "Background Color",
|
|
294
295
|
"component.colorSchemeSelect.background.description": "Change background color",
|
|
296
|
+
"component.eyeDropper.button.tooltip": "Pick color from screen",
|
|
295
297
|
"component.contentFill": "$t(common.fill)",
|
|
296
298
|
"component.contentFill.description": "Change $t(common.fill)",
|
|
297
299
|
"component.contentFill.color": "$t(common.color)",
|
|
@@ -4971,6 +4971,14 @@ footer {
|
|
|
4971
4971
|
.UBQ_ColorBox-module__block--d1O8q .UBQ_ColorBox-module__noBorder--nR6Te {
|
|
4972
4972
|
box-shadow: none;
|
|
4973
4973
|
}
|
|
4974
|
+
.UBQ_ColorBox-module__block--d1O8q .UBQ_ColorBox-module__actionButtons--UlBhu {
|
|
4975
|
+
gap: var(--ubq-margin-s);
|
|
4976
|
+
}
|
|
4977
|
+
.UBQ_ColorBox-module__block--d1O8q .UBQ_ColorBox-module__eyeDropperButton--BQLXm {
|
|
4978
|
+
position: relative;
|
|
4979
|
+
z-index: 1;
|
|
4980
|
+
pointer-events: auto;
|
|
4981
|
+
}
|
|
4974
4982
|
|
|
4975
4983
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/ColorPanel.module.scss */
|
|
4976
4984
|
.UBQ_ColorPanel-module__panelContent--oBWsw {
|