robbyson-frontend-library 1.0.33 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robbyson-frontend-library",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Robbyson frontend Library",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT",
@@ -28,6 +28,7 @@ export interface IDropdownProps
28
28
  fillOutSuffixIcon?: string;
29
29
  pointerCursor?: boolean;
30
30
  textarea?: boolean;
31
+ preventCloseOnClickOutside?: boolean;
31
32
  }
32
33
  export type ValuesDropdownData = {
33
34
  labelLocaleHandle: string;