@cesdk/cesdk-js 1.29.0 → 1.30.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.
@@ -2300,6 +2300,7 @@
2300
2300
  margin: 0;
2301
2301
  min-height: calc(12 * var(--ubq-typography-input-m-line_height));
2302
2302
  width: 80ch;
2303
+ max-width: 100%;
2303
2304
  border-radius: var(--ubq-border_radius-m);
2304
2305
  border: none;
2305
2306
  background: var(--ubq-input-default);
@@ -4044,6 +4045,16 @@
4044
4045
  margin-right: var(--ubq-margin-xl);
4045
4046
  }
4046
4047
 
4048
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryDock/AssetLibraryDockIcon.module.scss */
4049
+ svg.UBQ_AssetLibraryDockIcon-module__normal--HChuB {
4050
+ height: calc(4 * var(--ubq-scale-base));
4051
+ width: calc(4 * var(--ubq-scale-base));
4052
+ }
4053
+ svg.UBQ_AssetLibraryDockIcon-module__large--G7VaI {
4054
+ height: calc(6 * var(--ubq-scale-base));
4055
+ width: calc(6 * var(--ubq-scale-base));
4056
+ }
4057
+
4047
4058
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/PanelPortal.module.scss */
4048
4059
  .UBQ_PanelPortal-module__block--Zlqwp {
4049
4060
  height: 100%;
@@ -6052,6 +6063,7 @@ footer {
6052
6063
  box-sizing: border-box;
6053
6064
  min-width: 100%;
6054
6065
  width: max-content;
6066
+ min-height: calc(var(--ubq-scale-base) * 16);
6055
6067
  padding-top: var(--ubq-margin-s);
6056
6068
  padding-bottom: var(--ubq-margin-l);
6057
6069
  padding-right: var(--ubq-margin-l);
@@ -6071,16 +6083,6 @@ footer {
6071
6083
  z-index: 1;
6072
6084
  }
6073
6085
 
6074
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryDock/AssetLibraryDockIcon.module.scss */
6075
- svg.UBQ_AssetLibraryDockIcon-module__normal--HChuB {
6076
- height: calc(4 * var(--ubq-scale-base));
6077
- width: calc(4 * var(--ubq-scale-base));
6078
- }
6079
- svg.UBQ_AssetLibraryDockIcon-module__large--G7VaI {
6080
- height: calc(6 * var(--ubq-scale-base));
6081
- width: calc(6 * var(--ubq-scale-base));
6082
- }
6083
-
6084
6086
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryDock/AssetLibraryDock.module.scss */
6085
6087
  .UBQ_AssetLibraryDock-module__block--Cgfpm {
6086
6088
  gap: var(--ubq-margin-xl);