@cesdk/cesdk-js 1.22.0 → 1.23.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.
- package/ThirdPartyLicenses.md +12 -12
- package/assets/core/{cesdk-v1.22.0-DCCJ4DPN.wasm → cesdk-v1.23.0-rc.0-WRSLWYXG.wasm} +0 -0
- package/assets/core/{worker-host-v1.22.0-A2XTDJTK.js → worker-host-v1.23.0-rc.0-TF22B64N.js} +1 -1
- package/assets/extensions/ly.img.cesdk.effects/thumbnails/imgly_effect_29.jpeg +0 -0
- package/assets/extensions/ly.img.cesdk.effects/thumbnails/imgly_effect_30.jpeg +0 -0
- package/assets/i18n/de.json +17 -0
- package/assets/i18n/en.json +19 -0
- package/assets/ui/effects/green_screen.jpeg +0 -0
- package/assets/ui/effects/recolor.jpeg +0 -0
- package/assets/ui/stylesheets/cesdk-themes.css +6 -6
- package/assets/ui/stylesheets/cesdk.css +180 -63
- package/cesdk.umd.js +1 -1
- package/index.d.ts +52 -4
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.22.0-GD242ZBP.data → cesdk-v1.23.0-rc.0-GD242ZBP.data} +0 -0
package/assets/i18n/de.json
CHANGED
|
@@ -310,6 +310,11 @@
|
|
|
310
310
|
"component.inspectorPositionSelect.left.description": "Inspector auf der linken Seite",
|
|
311
311
|
"component.inspectorPositionSelect.right": "Rechts",
|
|
312
312
|
"component.inspectorPositionSelect.right.description": "Inspector auf der rechten Seite",
|
|
313
|
+
"component.inspectorPanelFloatingSettings": "Verhalten",
|
|
314
|
+
"component.inspectorPanelFloatingSettings.fixed": "Fixiert",
|
|
315
|
+
"component.inspectorPanelFloatingSettings.fixed.description": "Der Inspector ist nebem der Arbeitsfläche fixiert",
|
|
316
|
+
"component.inspectorPanelFloatingSettings.floating": "Schwebend",
|
|
317
|
+
"component.inspectorPanelFloatingSettings.floating.description": "Der Inspector schwebt über der Arbeitsfläche",
|
|
313
318
|
"component.languageSelect": "Sprache",
|
|
314
319
|
"component.languageSelect.description": "Sprache auswählen",
|
|
315
320
|
"component.layerList": "Navigator",
|
|
@@ -746,6 +751,11 @@
|
|
|
746
751
|
"property.effect.glow.amount": "Intensität",
|
|
747
752
|
"property.effect.glow.darkness": "Dunkelkeit",
|
|
748
753
|
"property.effect.glow.size": "Schimmer",
|
|
754
|
+
"property.effect.greenScreen.colorMatch": "Farbübereinstimmung",
|
|
755
|
+
"property.effect.greenScreen.fromColor": "Ausgangsfarbe",
|
|
756
|
+
"property.effect.greenScreen.fromColor.description": "$t(property.effect.greenScreen.fromColor) ändern",
|
|
757
|
+
"property.effect.greenScreen.smoothness": "Glättung",
|
|
758
|
+
"property.effect.greenScreen.spill": "Überfüllen",
|
|
749
759
|
"property.effect.halfTone.angle": "Winkel des Musters",
|
|
750
760
|
"property.effect.halfTone.scale": "Größe des Musters",
|
|
751
761
|
"property.effect.joggle.amount": "Intensität",
|
|
@@ -769,6 +779,13 @@
|
|
|
769
779
|
"property.effect.radiate.centerBrightness": "Helligkeit im Zentrum",
|
|
770
780
|
"property.effect.radiate.colorize": "Sättigung",
|
|
771
781
|
"property.effect.radiate.powerCurve": "Intensität",
|
|
782
|
+
"property.effect.recolor.brightnessMatch": "Helligkeitsübereinstimmung",
|
|
783
|
+
"property.effect.recolor.colorMatch": "Farbübereinstimmung",
|
|
784
|
+
"property.effect.recolor.fromColor": "Ausgangsfarbe",
|
|
785
|
+
"property.effect.recolor.fromColor.description": "$t(property.effect.recolor.fromColor) ändern",
|
|
786
|
+
"property.effect.recolor.smoothness": "Glättung",
|
|
787
|
+
"property.effect.recolor.toColor": "Zielfarbe",
|
|
788
|
+
"property.effect.recolor.toColor.description": "$t(property.effect.recolor.toColor) ändern",
|
|
772
789
|
"property.effect.scanlines.count": "Linienhöhe",
|
|
773
790
|
"property.effect.scanlines.linesAmount": "Intensität der Linien",
|
|
774
791
|
"property.effect.scanlines.noiseAmount": "Rauschen",
|
package/assets/i18n/en.json
CHANGED
|
@@ -310,6 +310,11 @@
|
|
|
310
310
|
"component.inspectorPositionSelect.left.description": "Select the inspector to be on the left side",
|
|
311
311
|
"component.inspectorPositionSelect.right": "Right",
|
|
312
312
|
"component.inspectorPositionSelect.right.description": "Select the inspector to be on the right side",
|
|
313
|
+
"component.inspectorPanelFloatingSettings": "Behavior",
|
|
314
|
+
"component.inspectorPanelFloatingSettings.fixed": "Fixed",
|
|
315
|
+
"component.inspectorPanelFloatingSettings.fixed.description": "The inspector is fixed side by side with the canvas",
|
|
316
|
+
"component.inspectorPanelFloatingSettings.floating": "Floating",
|
|
317
|
+
"component.inspectorPanelFloatingSettings.floating.description": "The inspector floats over the canvas",
|
|
313
318
|
"component.languageSelect": "Language",
|
|
314
319
|
"component.languageSelect.description": "Select language",
|
|
315
320
|
"component.layerList": "Navigator",
|
|
@@ -757,6 +762,12 @@
|
|
|
757
762
|
"property.effect.glow.amount": "Intensity",
|
|
758
763
|
"property.effect.glow.darkness": "Darkening",
|
|
759
764
|
"property.effect.glow.size": "Bloom",
|
|
765
|
+
"property.effect.greenScreen": "Green Screen",
|
|
766
|
+
"property.effect.greenScreen.colorMatch": "Color Match",
|
|
767
|
+
"property.effect.greenScreen.fromColor": "Source Color",
|
|
768
|
+
"property.effect.greenScreen.fromColor.description": "Change $t(property.effect.greenScreen.fromColor)",
|
|
769
|
+
"property.effect.greenScreen.smoothness": "Smoothness",
|
|
770
|
+
"property.effect.greenScreen.spill": "Spill",
|
|
760
771
|
"property.effect.halfTone": "Half Tone",
|
|
761
772
|
"property.effect.halfTone.angle": "Angle of Pattern",
|
|
762
773
|
"property.effect.halfTone.scale": "Scale of Pattern",
|
|
@@ -788,6 +799,14 @@
|
|
|
788
799
|
"property.effect.radiate.centerBrightness": "Brightness in Center",
|
|
789
800
|
"property.effect.radiate.colorize": "Saturation",
|
|
790
801
|
"property.effect.radiate.powerCurve": "Intensity",
|
|
802
|
+
"property.effect.recolor": "Recolor",
|
|
803
|
+
"property.effect.recolor.brightnessMatch": "Brightness Match",
|
|
804
|
+
"property.effect.recolor.colorMatch": "Color Match",
|
|
805
|
+
"property.effect.recolor.fromColor": "Source Color",
|
|
806
|
+
"property.effect.recolor.fromColor.description": "Change $t(property.effect.recolor.fromColor)",
|
|
807
|
+
"property.effect.recolor.smoothness": "Smoothness",
|
|
808
|
+
"property.effect.recolor.toColor": "Target Color",
|
|
809
|
+
"property.effect.recolor.toColor.description": "Change $t(property.effect.recolor.toColor)",
|
|
791
810
|
"property.effect.scanlines.count": "Line Height",
|
|
792
811
|
"property.effect.scanlines.linesAmount": "Intensity of Lines",
|
|
793
812
|
"property.effect.scanlines.noiseAmount": "Applied Noise",
|
|
Binary file
|
|
Binary file
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
--ubq-interactive-danger-default: hsl(346 98% 81%);
|
|
25
25
|
--ubq-interactive-danger-hover: hsl(347 100% 88%);
|
|
26
26
|
--ubq-interactive-danger-pressed: hsl(344 89% 75%);
|
|
27
|
-
--ubq-interactive-group-default: hsl(0 0 0% / 0);
|
|
27
|
+
--ubq-interactive-group-default: hsl(0 0% 0% / 0);
|
|
28
28
|
--ubq-interactive-group-hover: hsl(208 14% 18%);
|
|
29
29
|
--ubq-interactive-group-active-default: hsl(208 13% 23%);
|
|
30
30
|
--ubq-interactive-group-active-hover: hsl(208 12% 28%);
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
--ubq-input-default: hsl(207 18% 10%);
|
|
35
35
|
--ubq-input-hover: hsl(207 17% 12%);
|
|
36
36
|
--ubq-progress: hsl(206 8% 62%);
|
|
37
|
-
--ubq-border-default: hsl(0 0 100% / 0.16);
|
|
37
|
+
--ubq-border-default: hsl(0 0% 100% / 0.16);
|
|
38
38
|
--ubq-stroke-contrast-1: hsl(200 11% 95% / 0.12);
|
|
39
39
|
--ubq-stroke-contrast-2: hsl(200 11% 95% / 0.25);
|
|
40
40
|
--ubq-stroke-contrast-3: hsl(200 11% 95% / 0.9);
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
--ubq-foreground-light: hsl(208 14% 18% / 0.7);
|
|
66
66
|
--ubq-foreground-danger-default: hsl(200 11% 95%);
|
|
67
67
|
--ubq-foreground-notice-default: hsl(200 11% 95%);
|
|
68
|
-
--ubq-interactive-default: hsl(0 0 100%);
|
|
68
|
+
--ubq-interactive-default: hsl(0 0% 100%);
|
|
69
69
|
--ubq-interactive-hover: hsl(210 10% 85%);
|
|
70
70
|
--ubq-interactive-pressed: hsl(205 9% 75%);
|
|
71
|
-
--ubq-interactive-selected: hsl(0 0 100%);
|
|
71
|
+
--ubq-interactive-selected: hsl(0 0% 100%);
|
|
72
72
|
--ubq-interactive-accent-default: hsl(228 100% 65%);
|
|
73
73
|
--ubq-interactive-accent-hover: hsl(229 88% 60%);
|
|
74
74
|
--ubq-interactive-accent-pressed: hsl(231 76% 54%);
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
--ubq-interactive-danger-default: hsl(340 66% 54%);
|
|
79
79
|
--ubq-interactive-danger-hover: hsl(337 69% 46%);
|
|
80
80
|
--ubq-interactive-danger-pressed: hsl(332 100% 36%);
|
|
81
|
-
--ubq-interactive-group-default: hsl(0 0 100% / 0);
|
|
81
|
+
--ubq-interactive-group-default: hsl(0 0% 100% / 0);
|
|
82
82
|
--ubq-interactive-group-hover: hsl(210 8% 88%);
|
|
83
83
|
--ubq-interactive-group-active-default: hsl(210 8% 85%);
|
|
84
84
|
--ubq-interactive-group-active-hover: hsl(210 8% 82%);
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
--ubq-input-default: hsl(210 9% 87%);
|
|
89
89
|
--ubq-input-hover: hsl(210 10% 85%);
|
|
90
90
|
--ubq-progress: hsl(206 8% 62%);
|
|
91
|
-
--ubq-border-default: hsl(0 0 100% / 0.4);
|
|
91
|
+
--ubq-border-default: hsl(0 0% 100% / 0.4);
|
|
92
92
|
--ubq-stroke-contrast-1: hsl(208 14% 18% / 0.12);
|
|
93
93
|
--ubq-stroke-contrast-2: hsl(208 14% 18% / 0.25);
|
|
94
94
|
--ubq-stroke-contrast-3: hsl(208 14% 18% / 0.9);
|
|
@@ -180,14 +180,14 @@
|
|
|
180
180
|
box-shadow: var(--ubq-effect-focus);
|
|
181
181
|
}
|
|
182
182
|
.UBQ_Button-module__ubq-state_active--YmzK9.UBQ_Button-module__ubq-state_active-style_outline--CUP3o {
|
|
183
|
-
box-shadow: inset 0 0 0 1px var(--ubq-interactive-active-default);
|
|
183
|
+
box-shadow: inset 0 0 0 1px var(--ubq-interactive-active-default), var(--ubq-effect-shadow);
|
|
184
184
|
color: var(--ubq-foreground-active);
|
|
185
185
|
}
|
|
186
186
|
.UBQ_Button-module__ubq-state_active--YmzK9.UBQ_Button-module__ubq-state_active-style_outline--CUP3o:hover:not(:active) {
|
|
187
|
-
box-shadow: inset 0 0 0 1px var(--ubq-interactive-active-hover);
|
|
187
|
+
box-shadow: inset 0 0 0 1px var(--ubq-interactive-active-hover), var(--ubq-effect-shadow);
|
|
188
188
|
}
|
|
189
189
|
.UBQ_Button-module__ubq-state_active--YmzK9.UBQ_Button-module__ubq-state_active-style_outline--CUP3o:active {
|
|
190
|
-
box-shadow: inset 0 0 0 1px var(--ubq-interactive-active-pressed);
|
|
190
|
+
box-shadow: inset 0 0 0 1px var(--ubq-interactive-active-pressed), var(--ubq-effect-shadow);
|
|
191
191
|
color: var(--ubq-foreground-active);
|
|
192
192
|
}
|
|
193
193
|
@supports not (contain: none) {
|
|
@@ -444,8 +444,7 @@
|
|
|
444
444
|
z-index: 80;
|
|
445
445
|
}
|
|
446
446
|
.UBQ_Popover-module__popoverContent--h-2aO hr {
|
|
447
|
-
margin-
|
|
448
|
-
margin-right: calc(-1 * calc(var(--ubq-margin-s) - calc(var(--ubq-margin-xs) / 2)) - calc(var(--ubq-margin-xs) / 2));
|
|
447
|
+
margin-inline: calc(-1 * calc(var(--ubq-margin-s) - calc(var(--ubq-margin-xs) / 2)) - calc(var(--ubq-margin-xs) / 2));
|
|
449
448
|
}
|
|
450
449
|
.UBQ_Popover-module__popoverContent--h-2aO > *:first-child {
|
|
451
450
|
padding-top: var(--ubq-margin-s);
|
|
@@ -520,6 +519,9 @@
|
|
|
520
519
|
.UBQ_InspectorHeader-module__block--IEGp2 > *:not(:first-child) {
|
|
521
520
|
margin-left: var(--ubq-margin-s);
|
|
522
521
|
}
|
|
522
|
+
.UBQ_InspectorHeader-module__block--IEGp2 + hr {
|
|
523
|
+
margin-block: 0;
|
|
524
|
+
}
|
|
523
525
|
|
|
524
526
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/SegmentedControls/SegmentedControls.module.scss */
|
|
525
527
|
.UBQ_SegmentedControls-module__block--eaZy5 {
|
|
@@ -1184,6 +1186,7 @@
|
|
|
1184
1186
|
grid-column-end: 2;
|
|
1185
1187
|
margin: var(--ubq-margin-xs) 0;
|
|
1186
1188
|
max-width: calc(50 * var(--ubq-scale-base));
|
|
1189
|
+
word-break: break-word;
|
|
1187
1190
|
}
|
|
1188
1191
|
.UBQ_Notification-module__dismissButton--MdgFs {
|
|
1189
1192
|
color: var(--ubq-foreground-notice-default);
|
|
@@ -1422,11 +1425,13 @@
|
|
|
1422
1425
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/Separator/Separator.module.scss */
|
|
1423
1426
|
.UBQ_Separator-module__block--90X0b {
|
|
1424
1427
|
height: 1px;
|
|
1425
|
-
margin: 0;
|
|
1426
1428
|
flex-shrink: 0;
|
|
1427
1429
|
background: var(--ubq-stroke-contrast-1);
|
|
1428
1430
|
border: none;
|
|
1429
1431
|
}
|
|
1432
|
+
:where(.UBQ_Separator-module__block--90X0b) {
|
|
1433
|
+
margin-block: var(--ubq-margin-xs);
|
|
1434
|
+
}
|
|
1430
1435
|
|
|
1431
1436
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/NumberSelectInput/NumberSelectInput.module.scss */
|
|
1432
1437
|
.UBQ_NumberSelectInput-module__block--W6-1L {
|
|
@@ -1454,9 +1459,6 @@
|
|
|
1454
1459
|
align-items: center;
|
|
1455
1460
|
white-space: nowrap;
|
|
1456
1461
|
}
|
|
1457
|
-
.UBQ_NumberSelectInput-module__separator--7KNTv {
|
|
1458
|
-
margin: var(--ubq-margin-xs) 0;
|
|
1459
|
-
}
|
|
1460
1462
|
|
|
1461
1463
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/Progress/Progress.module.scss */
|
|
1462
1464
|
.UBQ_Progress-module__block--wCo-k {
|
|
@@ -1559,6 +1561,9 @@
|
|
|
1559
1561
|
.UBQ_Dialog-module__block--8gEdi > .UBQ_Dialog-module__dialog--WDrz1 > .UBQ_Dialog-module__footer--0RwTK > *:only-child {
|
|
1560
1562
|
margin-left: auto;
|
|
1561
1563
|
}
|
|
1564
|
+
.UBQ_Dialog-module__block--8gEdi > .UBQ_Dialog-module__dialog--WDrz1 hr {
|
|
1565
|
+
margin-block: 0;
|
|
1566
|
+
}
|
|
1562
1567
|
.UBQ_Dialog-module__content--AKXLs {
|
|
1563
1568
|
color: var(--ubq-foreground-light);
|
|
1564
1569
|
min-width: 0;
|
|
@@ -1614,6 +1619,12 @@
|
|
|
1614
1619
|
color: var(--ubq-notice-error);
|
|
1615
1620
|
}
|
|
1616
1621
|
|
|
1622
|
+
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/Spacer/Spacer.module.scss */
|
|
1623
|
+
.UBQ_Spacer-module__block--Z1P-E {
|
|
1624
|
+
flex: 0 0 0px;
|
|
1625
|
+
margin: auto;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1617
1628
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/Card/BannerCard.module.scss */
|
|
1618
1629
|
.UBQ_BannerCard-module__block--0VwaV {
|
|
1619
1630
|
height: calc(var(--ubq-margin-l) * 3);
|
|
@@ -2025,7 +2036,10 @@
|
|
|
2025
2036
|
.UBQ_Section-module__block--Os9sI {
|
|
2026
2037
|
min-height: min-content;
|
|
2027
2038
|
}
|
|
2028
|
-
.UBQ_Section-module__block--Os9sI
|
|
2039
|
+
.UBQ_Section-module__block--Os9sI > hr {
|
|
2040
|
+
margin-block: 0;
|
|
2041
|
+
}
|
|
2042
|
+
.UBQ_Section-module__block--Os9sI:first-child > hr {
|
|
2029
2043
|
display: none;
|
|
2030
2044
|
}
|
|
2031
2045
|
.UBQ_Section-module__heading--UEekR {
|
|
@@ -2054,18 +2068,18 @@
|
|
|
2054
2068
|
|
|
2055
2069
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/SectionRow/SectionRow.module.scss */
|
|
2056
2070
|
.UBQ_SectionRow-module__block--qnCVh {
|
|
2057
|
-
display: flex;
|
|
2058
|
-
align-items: center;
|
|
2059
2071
|
margin-bottom: var(--ubq-margin-m);
|
|
2060
2072
|
max-height: calc(2 * var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height));
|
|
2073
|
+
display: flex;
|
|
2074
|
+
align-items: center;
|
|
2061
2075
|
}
|
|
2062
2076
|
.UBQ_SectionRow-module__block--qnCVh:last-child,
|
|
2063
2077
|
.UBQ_SectionRow-module__block--qnCVh:only-child {
|
|
2064
2078
|
margin-bottom: 0;
|
|
2065
2079
|
}
|
|
2066
2080
|
.UBQ_SectionRow-module__block--qnCVh > * {
|
|
2067
|
-
flex: 1 1 100%;
|
|
2068
2081
|
margin-right: var(--ubq-margin-s);
|
|
2082
|
+
flex: 1 1 100%;
|
|
2069
2083
|
}
|
|
2070
2084
|
.UBQ_SectionRow-module__block--qnCVh > *:last-child {
|
|
2071
2085
|
margin-right: 0;
|
|
@@ -2076,6 +2090,9 @@
|
|
|
2076
2090
|
.UBQ_SectionRow-module__block--qnCVh:empty {
|
|
2077
2091
|
display: none;
|
|
2078
2092
|
}
|
|
2093
|
+
.UBQ_SectionRow-module__block--qnCVh > hr {
|
|
2094
|
+
margin-block: 0;
|
|
2095
|
+
}
|
|
2079
2096
|
|
|
2080
2097
|
/* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/Panel/Panel.module.scss */
|
|
2081
2098
|
.UBQ_Panel-module__block--EaNC7 {
|
|
@@ -2100,6 +2117,9 @@
|
|
|
2100
2117
|
.UBQ_Panel-module__block--EaNC7.UBQ_Panel-module__right--p4cWi {
|
|
2101
2118
|
right: 0;
|
|
2102
2119
|
}
|
|
2120
|
+
:where(.UBQ_Panel-module__block--EaNC7) hr {
|
|
2121
|
+
margin-block: var(--ubq-margin-m);
|
|
2122
|
+
}
|
|
2103
2123
|
.UBQ_Panel-module__verticalLayout--NmiHx {
|
|
2104
2124
|
border-top-left-radius: var(--ubq-border_radius-l);
|
|
2105
2125
|
border-top-right-radius: var(--ubq-border_radius-l);
|
|
@@ -3724,15 +3744,6 @@
|
|
|
3724
3744
|
position: absolute;
|
|
3725
3745
|
pointer-events: auto;
|
|
3726
3746
|
}
|
|
3727
|
-
.UBQ_CanvasControls-module__controls--ErG-u.UBQ_CanvasControls-module__top--0PkZe {
|
|
3728
|
-
top: var(--ubq-margin-m);
|
|
3729
|
-
}
|
|
3730
|
-
.UBQ_CanvasControls-module__controls--ErG-u.UBQ_CanvasControls-module__right--FhaWj {
|
|
3731
|
-
right: var(--ubq-margin-m);
|
|
3732
|
-
display: flex;
|
|
3733
|
-
flex-direction: column;
|
|
3734
|
-
align-items: flex-end;
|
|
3735
|
-
}
|
|
3736
3747
|
.UBQ_CanvasControls-module__controls--ErG-u.UBQ_CanvasControls-module__bottom--3t3-t {
|
|
3737
3748
|
bottom: var(--ubq-margin-m);
|
|
3738
3749
|
}
|
|
@@ -3747,6 +3758,136 @@
|
|
|
3747
3758
|
transform: translateX(-50%);
|
|
3748
3759
|
}
|
|
3749
3760
|
|
|
3761
|
+
/* esbuild-sass-plugin:css-chunk:packages/uikit/Dock/Dock.module.scss */
|
|
3762
|
+
.UBQ_Dock-module__block--1M92p {
|
|
3763
|
+
overflow-y: auto;
|
|
3764
|
+
overflow-x: auto;
|
|
3765
|
+
-webkit-overflow-scrolling: touch;
|
|
3766
|
+
scrollbar-width: thin;
|
|
3767
|
+
scrollbar-color: var(--ubq-foreground-info) transparent;
|
|
3768
|
+
display: flex;
|
|
3769
|
+
flex-direction: column;
|
|
3770
|
+
position: relative;
|
|
3771
|
+
padding: var(--ubq-margin-xs);
|
|
3772
|
+
box-sizing: border-box;
|
|
3773
|
+
z-index: 15;
|
|
3774
|
+
background: var(--ubq-elevation-2);
|
|
3775
|
+
transition: background-color 0.3s ease-in-out;
|
|
3776
|
+
flex: 0 0 auto;
|
|
3777
|
+
height: 100%;
|
|
3778
|
+
}
|
|
3779
|
+
.UBQ_Dock-module__block--1M92p::-webkit-scrollbar {
|
|
3780
|
+
width: calc(2 * var(--ubq-scale-base));
|
|
3781
|
+
height: calc(1.5 * var(--ubq-scale-base));
|
|
3782
|
+
}
|
|
3783
|
+
.UBQ_Dock-module__block--1M92p::-webkit-scrollbar-track {
|
|
3784
|
+
background: transparent;
|
|
3785
|
+
margin: var(--ubq-margin-s) var(--ubq-margin-s);
|
|
3786
|
+
}
|
|
3787
|
+
.UBQ_Dock-module__block--1M92p::-webkit-scrollbar-thumb {
|
|
3788
|
+
background-color: var(--ubq-foreground-info);
|
|
3789
|
+
border-radius: var(--ubq-border_radius-m);
|
|
3790
|
+
}
|
|
3791
|
+
.UBQ_Dock-module__block--1M92p::-webkit-scrollbar-corner {
|
|
3792
|
+
background: transparent;
|
|
3793
|
+
}
|
|
3794
|
+
.UBQ_Dock-module__block--1M92p:not(.UBQ_Dock-module__horizontal--kBBpF) > * {
|
|
3795
|
+
margin-top: var(--ubq-margin-xs);
|
|
3796
|
+
}
|
|
3797
|
+
.UBQ_Dock-module__block--1M92p:not(.UBQ_Dock-module__horizontal--kBBpF) > :first-child,
|
|
3798
|
+
.UBQ_Dock-module__block--1M92p:not(.UBQ_Dock-module__horizontal--kBBpF) > hr,
|
|
3799
|
+
.UBQ_Dock-module__block--1M92p:not(.UBQ_Dock-module__horizontal--kBBpF) > hr + *,
|
|
3800
|
+
.UBQ_Dock-module__block--1M92p:not(.UBQ_Dock-module__horizontal--kBBpF) > x-spacer,
|
|
3801
|
+
.UBQ_Dock-module__block--1M92p:not(.UBQ_Dock-module__horizontal--kBBpF) > x-spacer + * {
|
|
3802
|
+
margin-top: 0;
|
|
3803
|
+
}
|
|
3804
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__horizontal--kBBpF > * {
|
|
3805
|
+
margin-left: var(--ubq-margin-xs);
|
|
3806
|
+
}
|
|
3807
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__horizontal--kBBpF > :first-child,
|
|
3808
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__horizontal--kBBpF > hr,
|
|
3809
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__horizontal--kBBpF > hr + *,
|
|
3810
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__horizontal--kBBpF > x-spacer,
|
|
3811
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__horizontal--kBBpF > x-spacer + * {
|
|
3812
|
+
margin-left: 0;
|
|
3813
|
+
}
|
|
3814
|
+
.UBQ_Dock-module__block--1M92p.UBQ_Dock-module__hasSelected--Epize {
|
|
3815
|
+
background: var(--ubq-elevation-1);
|
|
3816
|
+
}
|
|
3817
|
+
.UBQ_Dock-module__block--1M92p .UBQ_Dock-module__button--qp-DG {
|
|
3818
|
+
font-family: var(--ubq-typography-label-s-font_family);
|
|
3819
|
+
font-size: var(--ubq-typography-label-s-size);
|
|
3820
|
+
font-weight: var(--ubq-typography-label-s-weight);
|
|
3821
|
+
letter-spacing: var(--ubq-typography-label-s-letter_spacing);
|
|
3822
|
+
line-height: var(--ubq-typography-label-s-line_height);
|
|
3823
|
+
padding: var(--ubq-margin-s) var(--ubq-margin-xs);
|
|
3824
|
+
width: 100%;
|
|
3825
|
+
min-height: calc(var(--ubq-scale-base) * 10);
|
|
3826
|
+
flex: 0 0 fit-content;
|
|
3827
|
+
}
|
|
3828
|
+
.UBQ_Dock-module__block--1M92p .UBQ_Dock-module__button--qp-DG > span::after {
|
|
3829
|
+
left: unset;
|
|
3830
|
+
bottom: calc(var(--ubq-margin-xs) * -1);
|
|
3831
|
+
}
|
|
3832
|
+
.UBQ_Dock-module__small--DXL-5 {
|
|
3833
|
+
width: calc(var(--ubq-scale-base) * 12);
|
|
3834
|
+
}
|
|
3835
|
+
.UBQ_Dock-module__big--U4wJZ {
|
|
3836
|
+
width: calc(var(--ubq-scale-base) * 18);
|
|
3837
|
+
}
|
|
3838
|
+
.UBQ_Dock-module__horizontal--kBBpF {
|
|
3839
|
+
flex-direction: row;
|
|
3840
|
+
height: inherit;
|
|
3841
|
+
width: 100%;
|
|
3842
|
+
box-shadow: inset 0px 1px var(--ubq-stroke-contrast-1);
|
|
3843
|
+
}
|
|
3844
|
+
.UBQ_Dock-module__horizontal--kBBpF .UBQ_Dock-module__button--qp-DG {
|
|
3845
|
+
min-width: calc(var(--ubq-scale-base) * 14);
|
|
3846
|
+
max-width: calc(var(--ubq-scale-base) * 14);
|
|
3847
|
+
}
|
|
3848
|
+
.UBQ_Dock-module__buttonLabel--UdApE {
|
|
3849
|
+
display: flex;
|
|
3850
|
+
flex-direction: column;
|
|
3851
|
+
align-items: center;
|
|
3852
|
+
gap: var(--ubq-margin-xs);
|
|
3853
|
+
width: 100%;
|
|
3854
|
+
}
|
|
3855
|
+
.UBQ_Dock-module__horizontal--kBBpF .UBQ_Dock-module__button--qp-DG .UBQ_Dock-module__buttonLabel--UdApE > span {
|
|
3856
|
+
display: -webkit-box;
|
|
3857
|
+
-webkit-line-clamp: 1;
|
|
3858
|
+
-webkit-box-orient: vertical;
|
|
3859
|
+
overflow: hidden;
|
|
3860
|
+
text-overflow: ellipsis;
|
|
3861
|
+
overflow-wrap: break-word;
|
|
3862
|
+
-webkit-hyphens: auto;
|
|
3863
|
+
hyphens: auto;
|
|
3864
|
+
}
|
|
3865
|
+
.UBQ_Dock-module__hideLabels--79tlE .UBQ_Dock-module__buttonLabel--UdApE > span {
|
|
3866
|
+
display: none;
|
|
3867
|
+
}
|
|
3868
|
+
.UBQ_Dock-module__buttonLabel--UdApE > span {
|
|
3869
|
+
display: -webkit-box;
|
|
3870
|
+
-webkit-line-clamp: 2;
|
|
3871
|
+
-webkit-box-orient: vertical;
|
|
3872
|
+
overflow: hidden;
|
|
3873
|
+
text-overflow: ellipsis;
|
|
3874
|
+
overflow-wrap: break-word;
|
|
3875
|
+
-webkit-hyphens: auto;
|
|
3876
|
+
hyphens: auto;
|
|
3877
|
+
overflow-wrap: break-word;
|
|
3878
|
+
width: 100%;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/DockSeparator.module.scss */
|
|
3882
|
+
.UBQ_DockSeparator-module__block--8XSWX {
|
|
3883
|
+
height: 0px;
|
|
3884
|
+
width: 0px;
|
|
3885
|
+
margin-top: 0;
|
|
3886
|
+
margin-left: 0;
|
|
3887
|
+
margin-bottom: var(--ubq-margin-xl);
|
|
3888
|
+
margin-right: var(--ubq-margin-xl);
|
|
3889
|
+
}
|
|
3890
|
+
|
|
3750
3891
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/PanelPortal.module.scss */
|
|
3751
3892
|
.UBQ_PanelPortal-module__block--Zlqwp {
|
|
3752
3893
|
height: 100%;
|
|
@@ -3815,6 +3956,9 @@
|
|
|
3815
3956
|
letter-spacing: var(--ubq-typography-headline-l-letter_spacing);
|
|
3816
3957
|
line-height: var(--ubq-typography-headline-l-line_height);
|
|
3817
3958
|
}
|
|
3959
|
+
.UBQ_Panel-module__header--qDeg3 + hr {
|
|
3960
|
+
margin-block: 0;
|
|
3961
|
+
}
|
|
3818
3962
|
.UBQ_Panel-module__panelContent--2-JT3 {
|
|
3819
3963
|
overflow-y: auto;
|
|
3820
3964
|
overflow-x: auto;
|
|
@@ -3910,27 +4054,7 @@
|
|
|
3910
4054
|
background: transparent;
|
|
3911
4055
|
}
|
|
3912
4056
|
|
|
3913
|
-
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/AlignAndArrangeDropdown.module.scss */
|
|
3914
|
-
.UBQ_AlignAndArrangeDropdown-module__separator--bZBIA {
|
|
3915
|
-
margin: var(--ubq-scale-base) 0;
|
|
3916
|
-
}
|
|
3917
|
-
|
|
3918
4057
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/SubInspector/SubInspector.module.scss */
|
|
3919
|
-
.UBQ_SubInspector-module__block---ogJy {
|
|
3920
|
-
position: absolute;
|
|
3921
|
-
top: 0;
|
|
3922
|
-
left: 0;
|
|
3923
|
-
right: 0;
|
|
3924
|
-
bottom: 0;
|
|
3925
|
-
margin-right: 0;
|
|
3926
|
-
z-index: 30;
|
|
3927
|
-
display: flex;
|
|
3928
|
-
flex-direction: column;
|
|
3929
|
-
background: var(--ubq-elevation-2);
|
|
3930
|
-
}
|
|
3931
|
-
.UBQ_SubInspector-module__block---ogJy[data-cy=crop-container] {
|
|
3932
|
-
z-index: 31;
|
|
3933
|
-
}
|
|
3934
4058
|
.UBQ_SubInspector-module__containerSection--Ftz0G {
|
|
3935
4059
|
overflow-y: auto;
|
|
3936
4060
|
overflow-x: auto;
|
|
@@ -4346,6 +4470,9 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4346
4470
|
margin-left: var(--ubq-margin-s);
|
|
4347
4471
|
margin-right: var(--ubq-margin-s);
|
|
4348
4472
|
}
|
|
4473
|
+
.UBQ_AssetContextPopover-module__content--ZKSmX hr {
|
|
4474
|
+
margin-block: var(--ubq-margin-m);
|
|
4475
|
+
}
|
|
4349
4476
|
.UBQ_AssetContextPopover-module__heading--IoULF {
|
|
4350
4477
|
margin-block: var(--ubq-margin-xs) var(--ubq-margin-m);
|
|
4351
4478
|
}
|
|
@@ -4371,10 +4498,6 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
|
|
|
4371
4498
|
.UBQ_AssetContextPopover-module__tag--Ao6oh:not(:last-child) {
|
|
4372
4499
|
margin-right: var(--ubq-margin-xs);
|
|
4373
4500
|
}
|
|
4374
|
-
.UBQ_AssetContextPopover-module__separator--E39hE {
|
|
4375
|
-
margin-top: var(--ubq-margin-m);
|
|
4376
|
-
margin-bottom: var(--ubq-margin-m);
|
|
4377
|
-
}
|
|
4378
4501
|
.UBQ_AssetContextPopover-module__license--FjDkN {
|
|
4379
4502
|
display: flex;
|
|
4380
4503
|
align-items: center;
|
|
@@ -4807,6 +4930,9 @@ footer {
|
|
|
4807
4930
|
.UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-corner {
|
|
4808
4931
|
background: transparent;
|
|
4809
4932
|
}
|
|
4933
|
+
.UBQ_AssetLibraryOverview-module__block--eHaxL hr {
|
|
4934
|
+
margin-block: 0;
|
|
4935
|
+
}
|
|
4810
4936
|
|
|
4811
4937
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryContent/AssetLibraryContent.module.scss */
|
|
4812
4938
|
.UBQ_AssetLibraryContent-module__block--SroUk {
|
|
@@ -5045,10 +5171,6 @@ footer {
|
|
|
5045
5171
|
}
|
|
5046
5172
|
|
|
5047
5173
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/OptionsMenu/OptionsMenu.module.scss */
|
|
5048
|
-
.UBQ_OptionsMenu-module__separator--iDKP5 {
|
|
5049
|
-
margin-bottom: var(--ubq-margin-s);
|
|
5050
|
-
margin-top: var(--ubq-margin-s);
|
|
5051
|
-
}
|
|
5052
5174
|
.UBQ_OptionsMenu-module__shortcutString--B9svW {
|
|
5053
5175
|
align-self: flex-end;
|
|
5054
5176
|
display: flex;
|
|
@@ -5138,9 +5260,6 @@ footer {
|
|
|
5138
5260
|
}
|
|
5139
5261
|
|
|
5140
5262
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/AlignAndArrangeSectionRow.module.scss */
|
|
5141
|
-
.UBQ_AlignAndArrangeSectionRow-module__separator--19E9- {
|
|
5142
|
-
margin: var(--ubq-scale-base) 0;
|
|
5143
|
-
}
|
|
5144
5263
|
.UBQ_AlignAndArrangeSectionRow-module__sectionRow--YCPJ7 {
|
|
5145
5264
|
gap: calc(6 * var(--ubq-scale-base));
|
|
5146
5265
|
}
|
|
@@ -5332,9 +5451,6 @@ footer {
|
|
|
5332
5451
|
.UBQ_Clip-module__audioTitle--WdlTU {
|
|
5333
5452
|
opacity: 0.8;
|
|
5334
5453
|
}
|
|
5335
|
-
.UBQ_Clip-module__separator--erdWQ {
|
|
5336
|
-
margin-block: var(--ubq-margin-xs);
|
|
5337
|
-
}
|
|
5338
5454
|
.UBQ_Clip-module__ghost--tCq5- {
|
|
5339
5455
|
display: block;
|
|
5340
5456
|
box-sizing: border-box;
|
|
@@ -5784,6 +5900,14 @@ footer {
|
|
|
5784
5900
|
text-align: center;
|
|
5785
5901
|
}
|
|
5786
5902
|
|
|
5903
|
+
/* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/SettingsPanel/InspectorPanelSection.module.scss */
|
|
5904
|
+
.UBQ_InspectorPanelSection-module__button--p-gav {
|
|
5905
|
+
flex: 1;
|
|
5906
|
+
}
|
|
5907
|
+
.UBQ_InspectorPanelSection-module__button--p-gav > span > span {
|
|
5908
|
+
text-align: center;
|
|
5909
|
+
}
|
|
5910
|
+
|
|
5787
5911
|
/* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/SettingsPanel/InspectorPositionSelect.module.scss */
|
|
5788
5912
|
.UBQ_InspectorPositionSelect-module__button--ebMYa {
|
|
5789
5913
|
flex: 1;
|
|
@@ -5940,13 +6064,6 @@ footer {
|
|
|
5940
6064
|
height: var(--ubq-typography-button-m-line_height);
|
|
5941
6065
|
width: var(--ubq-typography-button-m-line_height);
|
|
5942
6066
|
}
|
|
5943
|
-
.UBQ_ZoomControls-module__optionsMenu--Pt5gY > hr {
|
|
5944
|
-
margin-top: var(--ubq-margin-s);
|
|
5945
|
-
margin-bottom: var(--ubq-margin-s);
|
|
5946
|
-
}
|
|
5947
|
-
.UBQ_ZoomControls-module__optionsMenu--Pt5gY > hr {
|
|
5948
|
-
margin: var(--ubq-margin-xs);
|
|
5949
|
-
}
|
|
5950
6067
|
|
|
5951
6068
|
/* esbuild-sass-plugin:css-chunk:packages/cesdk/components/Topbar/CallToAction/CallToAction.module.scss */
|
|
5952
6069
|
.UBQ_CallToAction-module__listing--wTEkQ {
|