@brickclay-org/ui 0.1.43 → 0.1.44

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/index.d.ts CHANGED
@@ -859,7 +859,7 @@ declare class BkSelect implements ControlValueAccessor {
859
859
  disabled: i0.ModelSignal<boolean>;
860
860
  loading: i0.InputSignal<boolean>;
861
861
  closeOnSelect: i0.InputSignal<boolean>;
862
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
862
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
863
863
  hasError: boolean;
864
864
  errorMessage: string;
865
865
  appendToBody: i0.InputSignal<boolean>;
@@ -1915,7 +1915,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor {
1915
1915
  /** When true, dropdown is positioned fixed and sized to the trigger (use inside modals/popups). */
1916
1916
  appendToBody: i0.InputSignal<boolean>;
1917
1917
  /** Open above or below the trigger (also used when appendToBody is true for fixed coordinates). */
1918
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
1918
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
1919
1919
  /** Key for option color (e.g. "color"). When set, option label and selected value use this color. */
1920
1920
  colorKey: i0.InputSignal<string>;
1921
1921
  /** Whether to show clear button when a value is selected. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"