@cesdk/cesdk-js 1.72.0 → 1.72.1-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.
@@ -1582,9 +1582,29 @@
1582
1582
  padding: var(--ubq-margin-s);
1583
1583
  }
1584
1584
 
1585
+ /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Separator/Separator.module.scss */
1586
+ .UBQ_Separator-module__block--FghF2 {
1587
+ display: block;
1588
+ flex-shrink: 0;
1589
+ background: var(--ubq-stroke-contrast-1);
1590
+ border: none;
1591
+ }
1592
+ .UBQ_Separator-module__block--FghF2[aria-orientation=horizontal] {
1593
+ width: 100%;
1594
+ height: 1px;
1595
+ }
1596
+ .UBQ_Separator-module__block--FghF2[aria-orientation=vertical] {
1597
+ width: 1px;
1598
+ height: auto;
1599
+ }
1600
+ :where(.UBQ_Separator-module__block--FghF2) {
1601
+ margin-block: var(--ubq-margin-xs);
1602
+ }
1603
+
1585
1604
  /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Select/Select.module.scss */
1586
1605
  .UBQ_Select-module__block--j75r2 {
1587
1606
  max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
1607
+ max-width: calc(75 * var(--ubq-scale-base));
1588
1608
  overflow: hidden;
1589
1609
  }
1590
1610
  .UBQ_Select-module__block--j75r2 svg {
@@ -1594,6 +1614,14 @@
1594
1614
  .UBQ_Select-module__optionsContainer--hAt0H {
1595
1615
  min-width: calc(12 * var(--ubq-scale-base));
1596
1616
  }
1617
+ .UBQ_Select-module__selectOption--fk6R0 {
1618
+ min-width: 0;
1619
+ }
1620
+ .UBQ_Select-module__selectOption--fk6R0 > span {
1621
+ white-space: nowrap;
1622
+ overflow: hidden;
1623
+ text-overflow: ellipsis;
1624
+ }
1597
1625
  .UBQ_Select-module__empty--Hg-1u {
1598
1626
  display: flex;
1599
1627
  justify-content: center;
@@ -1604,25 +1632,11 @@
1604
1632
  }
1605
1633
  .UBQ_Select-module__searchInput--0SaNT {
1606
1634
  height: calc(8 * var(--ubq-scale-base));
1635
+ margin-block: var(--ubq-margin-s);
1636
+ margin-inline: var(--ubq-margin-s);
1607
1637
  }
1608
-
1609
- /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Separator/Separator.module.scss */
1610
- .UBQ_Separator-module__block--FghF2 {
1611
- display: block;
1612
- flex-shrink: 0;
1613
- background: var(--ubq-stroke-contrast-1);
1614
- border: none;
1615
- }
1616
- .UBQ_Separator-module__block--FghF2[aria-orientation=horizontal] {
1617
- width: 100%;
1618
- height: 1px;
1619
- }
1620
- .UBQ_Separator-module__block--FghF2[aria-orientation=vertical] {
1621
- width: 1px;
1622
- height: auto;
1623
- }
1624
- :where(.UBQ_Separator-module__block--FghF2) {
1625
- margin-block: var(--ubq-margin-xs);
1638
+ .UBQ_Select-module__searchSeparator--UT7zd {
1639
+ margin: 0;
1626
1640
  }
1627
1641
 
1628
1642
  /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/NumberSelectInput/NumberSelectInput.module.scss */
@@ -5718,6 +5732,32 @@ footer {
5718
5732
  margin-inline: 0;
5719
5733
  }
5720
5734
 
5735
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/BuilderSelect.module.scss */
5736
+ .UBQ_BuilderSelect-module__compact--16v9d {
5737
+ display: flex;
5738
+ align-items: center;
5739
+ gap: var(--ubq-margin-s);
5740
+ }
5741
+
5742
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/Suffix.module.scss */
5743
+ .UBQ_Suffix-module__block--W2fb5 {
5744
+ box-shadow: inset 0 0 0 0 transparent;
5745
+ flex: 0 0 calc(6 * var(--ubq-scale-base));
5746
+ display: flex;
5747
+ justify-content: center;
5748
+ }
5749
+ .UBQ_Suffix-module__emptyGap--H74OF {
5750
+ flex: 0 0 calc(6 * var(--ubq-scale-base));
5751
+ display: hidden;
5752
+ -webkit-user-select: none;
5753
+ user-select: none;
5754
+ }
5755
+
5756
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/SectionElement.module.scss */
5757
+ .UBQ_SectionElement-module__sectionRowSuffixForInputLabelTop--f01Ez {
5758
+ justify-content: space-between;
5759
+ }
5760
+
5721
5761
  /* esbuild-sass-plugin:css-chunk:packages/ui/builder/PanelBuilder.module.scss */
5722
5762
  .UBQ_PanelBuilder-module__block--T3ctJ {
5723
5763
  width: 100%;
@@ -5812,25 +5852,6 @@ footer {
5812
5852
  background: transparent;
5813
5853
  }
5814
5854
 
5815
- /* esbuild-sass-plugin:css-chunk:packages/ui/builder/Suffix.module.scss */
5816
- .UBQ_Suffix-module__block--W2fb5 {
5817
- box-shadow: inset 0 0 0 0 transparent;
5818
- flex: 0 0 calc(6 * var(--ubq-scale-base));
5819
- display: flex;
5820
- justify-content: center;
5821
- }
5822
- .UBQ_Suffix-module__emptyGap--H74OF {
5823
- flex: 0 0 calc(6 * var(--ubq-scale-base));
5824
- display: hidden;
5825
- -webkit-user-select: none;
5826
- user-select: none;
5827
- }
5828
-
5829
- /* esbuild-sass-plugin:css-chunk:packages/ui/builder/SectionElement.module.scss */
5830
- .UBQ_SectionElement-module__sectionRowSuffixForInputLabelTop--f01Ez {
5831
- justify-content: space-between;
5832
- }
5833
-
5834
5855
  /* esbuild-sass-plugin:css-chunk:packages/ui/builder/experimental/BaseBuilder.module.scss */
5835
5856
  .UBQ_BaseBuilder-module__popoverContent--48Ghd {
5836
5857
  overflow-y: auto;