@cesdk/cesdk-js 1.69.0-nightly.20260202 → 1.69.0-nightly.20260204

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.
@@ -636,6 +636,30 @@
636
636
  pointer-events: none;
637
637
  }
638
638
 
639
+ /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Tooltip/Tooltip.module.scss */
640
+ .UBQ_Tooltip-module__block--my931 {
641
+ font-family: var(--ubq-typography-font_family, var(--ubq-typography-label-m-font_family));
642
+ font-size: var(--ubq-typography-label-m-size);
643
+ font-weight: var(--ubq-typography-label-m-weight);
644
+ letter-spacing: var(--ubq-typography-label-m-letter_spacing);
645
+ line-height: var(--ubq-typography-label-m-line_height);
646
+ border-radius: var(--ubq-border_radius-s);
647
+ border-width: 0;
648
+ padding: var(--ubq-margin-xs) var(--ubq-margin-s);
649
+ max-width: calc(var(--ubq-scale-base) * 72);
650
+ background-color: var(--ubq-notice-info);
651
+ color: var(--ubq-foreground-notice-default);
652
+ pointer-events: none;
653
+ opacity: 0;
654
+ z-index: 80;
655
+ }
656
+ .UBQ_Tooltip-module__block--my931.UBQ_Tooltip-module__warning--7YhhE {
657
+ background: var(--ubq-notice-warning);
658
+ }
659
+ .UBQ_Tooltip-module__block--my931.UBQ_Tooltip-module__error---aJQq {
660
+ background: var(--ubq-notice-error);
661
+ }
662
+
639
663
  /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Checkbox/Checkbox.module.scss */
640
664
  .UBQ_Checkbox-module__block--ftt-D {
641
665
  min-width: var(--ubq-margin-m);
@@ -746,6 +770,14 @@
746
770
  .UBQ_Checkbox-module__block--ftt-D:hover > label {
747
771
  color: var(--ubq-foreground-light);
748
772
  }
773
+ .UBQ_Checkbox-module__truncateLabel--JxUD- > label {
774
+ min-width: 0;
775
+ }
776
+ .UBQ_Checkbox-module__truncatedText--lS1YD {
777
+ overflow: hidden;
778
+ white-space: nowrap;
779
+ text-overflow: ellipsis;
780
+ }
749
781
  .UBQ_Checkbox-module__disabled--ULsZJ {
750
782
  opacity: 0.55;
751
783
  pointer-events: none;
@@ -1066,30 +1098,6 @@
1066
1098
  padding: calc(var(--ubq-margin-xs) / 2);
1067
1099
  }
1068
1100
 
1069
- /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/Tooltip/Tooltip.module.scss */
1070
- .UBQ_Tooltip-module__block--my931 {
1071
- font-family: var(--ubq-typography-font_family, var(--ubq-typography-label-m-font_family));
1072
- font-size: var(--ubq-typography-label-m-size);
1073
- font-weight: var(--ubq-typography-label-m-weight);
1074
- letter-spacing: var(--ubq-typography-label-m-letter_spacing);
1075
- line-height: var(--ubq-typography-label-m-line_height);
1076
- border-radius: var(--ubq-border_radius-s);
1077
- border-width: 0;
1078
- padding: var(--ubq-margin-xs) var(--ubq-margin-s);
1079
- max-width: calc(var(--ubq-scale-base) * 72);
1080
- background-color: var(--ubq-notice-info);
1081
- color: var(--ubq-foreground-notice-default);
1082
- pointer-events: none;
1083
- opacity: 0;
1084
- z-index: 80;
1085
- }
1086
- .UBQ_Tooltip-module__block--my931.UBQ_Tooltip-module__warning--7YhhE {
1087
- background: var(--ubq-notice-warning);
1088
- }
1089
- .UBQ_Tooltip-module__block--my931.UBQ_Tooltip-module__error---aJQq {
1090
- background: var(--ubq-notice-error);
1091
- }
1092
-
1093
1101
  /* esbuild-sass-plugin:css-chunk:packages/ui/design-system/components/BaseInput/BaseInput.module.scss */
1094
1102
  .UBQ_BaseInput-module__block--gqfhh {
1095
1103
  font-family: var(--ubq-typography-font_family, var(--ubq-typography-input-m-font_family));