@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.
- package/dist/es/northlight.d.ts +1 -1
- package/dist/es/northlight.js +2 -1
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +2 -1
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +1 -1
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +2 -2
package/dist/es/northlight.d.ts
CHANGED
|
@@ -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
|
|
1252
|
+
slideProps?: SlideProps;
|
|
1253
1253
|
}
|
|
1254
1254
|
interface ToolboxHeaderProps extends FlexProps {
|
|
1255
1255
|
onClose?: () => void;
|
package/dist/es/northlight.js
CHANGED
|
@@ -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
|
)
|