@brickclay-org/ui 0.1.52 → 0.1.53

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
@@ -862,7 +862,7 @@ declare class BkSelect implements ControlValueAccessor {
862
862
  disabled: i0.ModelSignal<boolean>;
863
863
  loading: i0.InputSignal<boolean>;
864
864
  closeOnSelect: i0.InputSignal<boolean>;
865
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
865
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
866
866
  hasError: boolean;
867
867
  errorMessage: string;
868
868
  appendToBody: i0.InputSignal<boolean>;
@@ -1920,7 +1920,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor {
1920
1920
  /** When true, dropdown is positioned fixed and sized to the trigger (use inside modals/popups). */
1921
1921
  appendToBody: i0.InputSignal<boolean>;
1922
1922
  /** Open above or below the trigger (also used when appendToBody is true for fixed coordinates). */
1923
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
1923
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
1924
1924
  /** Key for option color (e.g. "color"). When set, option label and selected value use this color. */
1925
1925
  colorKey: i0.InputSignal<string>;
1926
1926
  /** 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.52",
3
+ "version": "0.1.53",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"