@northlight/ui 2.36.1 → 2.36.3

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.
@@ -1249,7 +1249,7 @@ interface ToolboxProps extends Omit<FlexProps, 'direction' | 'zIndex'> {
1249
1249
  /** limit the sizing of the toolbox */
1250
1250
  resizeLimit?: 'half' | 'full';
1251
1251
  zIndex?: number;
1252
- slideProps: SlideProps;
1252
+ slideProps?: SlideProps;
1253
1253
  }
1254
1254
  interface ToolboxHeaderProps extends FlexProps {
1255
1255
  onClose?: () => void;
@@ -14755,7 +14755,8 @@ const ComboPicker = (_a) => {
14755
14755
  isDisabled,
14756
14756
  onClick: handleSelectToggle,
14757
14757
  flexShrink: "0",
14758
- height: "100%"
14758
+ height: "100%",
14759
+ "data-testid": "combo-picker-button"
14759
14760
  },
14760
14761
  (_c = selectOption == null ? void 0 : selectOption.label) != null ? _c : ""
14761
14762
  )