@cesdk/cesdk-js 1.44.0 → 1.45.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.
@@ -1809,6 +1809,7 @@
1809
1809
  border-radius: var(--ubq-border_radius-m);
1810
1810
  outline: none;
1811
1811
  position: relative;
1812
+ aspect-ratio: 1/1;
1812
1813
  width: 100%;
1813
1814
  padding: var(--ubq-margin-s);
1814
1815
  display: grid;
@@ -2196,9 +2197,13 @@
2196
2197
  }
2197
2198
  .UBQ_Slider-module__buttonSurface--dgwb1 {
2198
2199
  background: var(--ubq-elevation-3);
2200
+ pointer-events: none;
2199
2201
  border-radius: var(--ubq-border_radius-s);
2200
2202
  box-shadow: inset 0 0 0 1px var(--ubq-border-default);
2201
2203
  }
2204
+ .UBQ_Slider-module__buttonSurface--dgwb1 button {
2205
+ pointer-events: auto;
2206
+ }
2202
2207
 
2203
2208
  /* esbuild-sass-plugin:css-chunk:../../packages/ubq-uikit-web/src/components/Section/Section.module.scss */
2204
2209
  .UBQ_Section-module__block--Os9sI {
@@ -6558,8 +6563,8 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
6558
6563
  .UBQ_IconSets-module__block--1Epfj {
6559
6564
  width: 0px;
6560
6565
  height: 0px;
6561
- visibility: hidden;
6562
6566
  box-sizing: border-box;
6567
+ overflow: hidden;
6563
6568
  }
6564
6569
 
6565
6570
  /* esbuild-sass-plugin:css-chunk:packages/cesdk/components/Editor/Editor.module.scss */