@cesdk/cesdk-js 1.38.0 → 1.39.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.
- package/assets/core/{cesdk-v1.38.0-7UE54EA5.wasm → cesdk-v1.39.0-DSJC7MDH.wasm} +0 -0
- package/assets/core/{worker-host-v1.38.0.js → worker-host-v1.39.0.js} +1 -1
- package/assets/i18n/de.json +7 -0
- package/assets/i18n/en.json +7 -0
- package/assets/ui/stylesheets/cesdk.css +28 -37
- package/cesdk.umd.js +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -11
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.38.0-XHZXX7DG.data → cesdk-v1.39.0-XHZXX7DG.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -286,6 +286,7 @@
|
|
|
286
286
|
"component.colorSchemeSelect.background.description": "Hintergrundfarbe ändern",
|
|
287
287
|
"component.contentFill": "$t(common.fill)",
|
|
288
288
|
"component.contentFill.color": "$t(common.color)",
|
|
289
|
+
"component.contentFill.color.description": "Füllfarbe ändern",
|
|
289
290
|
"component.contentFill.image": "$t(common.image)",
|
|
290
291
|
"component.contentFill.options": "Füllungstypoptionen",
|
|
291
292
|
"component.contentFill.options.description": "Füllungstyp ändern",
|
|
@@ -1012,6 +1013,12 @@
|
|
|
1012
1013
|
"property.textAlignment.vertical.bottom": "Text unten ausrichten",
|
|
1013
1014
|
"property.textAlignment.vertical.center": "Text mittig ausrichten",
|
|
1014
1015
|
"property.textAlignment.vertical.top": "Text oben ausrichten",
|
|
1016
|
+
"property.textBackground": "Hintergrund",
|
|
1017
|
+
"property.textBackground.cornerRadius": "Ecken abrunden",
|
|
1018
|
+
"property.textBackground.description": "Texthintergrund ändern",
|
|
1019
|
+
"property.textBackground.options.description": "Weitere Optionen für Texthintergrund",
|
|
1020
|
+
"property.textBackground.padding": "Abstand",
|
|
1021
|
+
"property.textBackground.padding.description": "Abstand ändern",
|
|
1015
1022
|
"property.textCase": "Groß- und Kleinschreibung",
|
|
1016
1023
|
"property.textCase.lowercase": "alles klein",
|
|
1017
1024
|
"property.textCase.normal": "Wie eingegeben",
|
package/assets/i18n/en.json
CHANGED
|
@@ -289,6 +289,7 @@
|
|
|
289
289
|
"component.colorSchemeSelect.background.description": "Change background color",
|
|
290
290
|
"component.contentFill": "$t(common.fill)",
|
|
291
291
|
"component.contentFill.color": "$t(common.color)",
|
|
292
|
+
"component.contentFill.color.description": "Change Fill Color",
|
|
292
293
|
"component.contentFill.image": "$t(common.image)",
|
|
293
294
|
"component.contentFill.options": "Fill type options",
|
|
294
295
|
"component.contentFill.options.description": "Change Fill Type",
|
|
@@ -1103,6 +1104,12 @@
|
|
|
1103
1104
|
"property.textAlignment.vertical.bottom": "Align Text to the Bottom",
|
|
1104
1105
|
"property.textAlignment.vertical.center": "Align Text to the Center",
|
|
1105
1106
|
"property.textAlignment.vertical.top": "Align Text to the Top",
|
|
1107
|
+
"property.textBackground": "Background",
|
|
1108
|
+
"property.textBackground.cornerRadius": "Round Corners",
|
|
1109
|
+
"property.textBackground.description": "Change text background",
|
|
1110
|
+
"property.textBackground.options.description": "More text background options",
|
|
1111
|
+
"property.textBackground.padding": "Padding",
|
|
1112
|
+
"property.textBackground.padding.description": "Change padding",
|
|
1106
1113
|
"property.textCase": "Letter Case",
|
|
1107
1114
|
"property.textCase.lowercase": "lower case",
|
|
1108
1115
|
"property.textCase.normal": "As typed",
|
|
@@ -6014,29 +6014,21 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
6014
6014
|
padding: var(--ubq-margin-m);
|
|
6015
6015
|
}
|
|
6016
6016
|
|
|
6017
|
-
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/
|
|
6018
|
-
.
|
|
6019
|
-
|
|
6020
|
-
}
|
|
6021
|
-
.UBQ_InspectorHorizontalGroup-module__block--a1fJC > * {
|
|
6022
|
-
max-width: 50%;
|
|
6023
|
-
}
|
|
6024
|
-
.UBQ_InspectorHorizontalGroup-module__block--a1fJC > *:only-child {
|
|
6025
|
-
max-width: 100%;
|
|
6026
|
-
}
|
|
6027
|
-
.UBQ_InspectorHorizontalGroup-module__block--a1fJC > *:nth-child(odd):not(:last-child) {
|
|
6028
|
-
margin-right: var(--ubq-margin-s);
|
|
6029
|
-
}
|
|
6030
|
-
.UBQ_InspectorHorizontalGroup-module__block--a1fJC > *:nth-child(even) {
|
|
6031
|
-
margin-left: var(--ubq-margin-s);
|
|
6017
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/StrokeProperties.module.scss */
|
|
6018
|
+
.UBQ_StrokeProperties-module__popoverContent--79gSa {
|
|
6019
|
+
width: calc(60 * var(--ubq-scale-base));
|
|
6032
6020
|
}
|
|
6033
6021
|
|
|
6034
|
-
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/
|
|
6035
|
-
.
|
|
6036
|
-
|
|
6022
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/StrokeStyleSelect.module.scss */
|
|
6023
|
+
.UBQ_StrokeStyleSelect-module__button--NBL3i {
|
|
6024
|
+
white-space: nowrap;
|
|
6025
|
+
overflow: hidden;
|
|
6026
|
+
text-overflow: ellipsis;
|
|
6027
|
+
max-width: calc(30 * var(--ubq-scale-base));
|
|
6037
6028
|
}
|
|
6038
|
-
.
|
|
6039
|
-
|
|
6029
|
+
.UBQ_StrokeStyleSelect-module__option--CpdmR {
|
|
6030
|
+
display: flex;
|
|
6031
|
+
gap: var(--ubq-margin-xs);
|
|
6040
6032
|
}
|
|
6041
6033
|
|
|
6042
6034
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/AlignAndArrangeSectionRow.module.scss */
|
|
@@ -6060,6 +6052,14 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
6060
6052
|
min-width: calc(var(--ubq-scale-base) * 42);
|
|
6061
6053
|
}
|
|
6062
6054
|
|
|
6055
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/inspector/Transform/Transform.module.scss */
|
|
6056
|
+
.UBQ_Transform-module__rotationGroup--z2I6N {
|
|
6057
|
+
display: flex;
|
|
6058
|
+
}
|
|
6059
|
+
.UBQ_Transform-module__rotationGroup--z2I6N > *:not(:last-child) {
|
|
6060
|
+
margin-right: var(--ubq-margin-s);
|
|
6061
|
+
}
|
|
6062
|
+
|
|
6063
6063
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/Cutout/CutoutType/CutoutType.module.scss */
|
|
6064
6064
|
.UBQ_CutoutType-module__option--1kzfV {
|
|
6065
6065
|
display: flex;
|
|
@@ -6069,23 +6069,6 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
6069
6069
|
min-width: 70px;
|
|
6070
6070
|
}
|
|
6071
6071
|
|
|
6072
|
-
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/StrokeProperties.module.scss */
|
|
6073
|
-
.UBQ_StrokeProperties-module__popoverContent--79gSa {
|
|
6074
|
-
width: calc(60 * var(--ubq-scale-base));
|
|
6075
|
-
}
|
|
6076
|
-
|
|
6077
|
-
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/StrokeStyleSelect.module.scss */
|
|
6078
|
-
.UBQ_StrokeStyleSelect-module__button--NBL3i {
|
|
6079
|
-
white-space: nowrap;
|
|
6080
|
-
overflow: hidden;
|
|
6081
|
-
text-overflow: ellipsis;
|
|
6082
|
-
max-width: calc(30 * var(--ubq-scale-base));
|
|
6083
|
-
}
|
|
6084
|
-
.UBQ_StrokeStyleSelect-module__option--CpdmR {
|
|
6085
|
-
display: flex;
|
|
6086
|
-
gap: var(--ubq-margin-xs);
|
|
6087
|
-
}
|
|
6088
|
-
|
|
6089
6072
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/scene/ClipContent/ClipContent.module.scss */
|
|
6090
6073
|
.UBQ_ClipContent-module__button--QWEwL {
|
|
6091
6074
|
flex: 1;
|
|
@@ -6200,6 +6183,11 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
6200
6183
|
column-gap: var(--ubq-margin-s);
|
|
6201
6184
|
}
|
|
6202
6185
|
|
|
6186
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/text/TextBackground/TextBackgroundControls.module.scss */
|
|
6187
|
+
.UBQ_TextBackgroundControls-module__popoverContent--v-ouD {
|
|
6188
|
+
width: calc(60 * var(--ubq-scale-base));
|
|
6189
|
+
}
|
|
6190
|
+
|
|
6203
6191
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/WelcomeInspector/WelcomeInspector.module.scss */
|
|
6204
6192
|
.UBQ_WelcomeInspector-module__container--1g3cE {
|
|
6205
6193
|
display: flex;
|
|
@@ -6323,6 +6311,9 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
6323
6311
|
.UBQ_PanelBuilder-module__textParagraph--YANJ7.UBQ_PanelBuilder-module__alignRight--qMRvG {
|
|
6324
6312
|
text-align: right;
|
|
6325
6313
|
}
|
|
6314
|
+
.UBQ_PanelBuilder-module__textParagraph--YANJ7:first-child {
|
|
6315
|
+
margin-top: 0;
|
|
6316
|
+
}
|
|
6326
6317
|
.UBQ_PanelBuilder-module__textParagraph--YANJ7:last-child {
|
|
6327
6318
|
margin-bottom: 0;
|
|
6328
6319
|
}
|