@brickclay-org/ui 0.1.31 → 0.1.32

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
@@ -856,7 +856,7 @@ declare class BkSelect implements ControlValueAccessor {
856
856
  disabled: i0.ModelSignal<boolean>;
857
857
  loading: i0.InputSignal<boolean>;
858
858
  closeOnSelect: i0.InputSignal<boolean>;
859
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
859
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
860
860
  hasError: boolean;
861
861
  errorMessage: string;
862
862
  appendToBody: i0.InputSignal<boolean>;
@@ -1891,7 +1891,7 @@ declare class BkHierarchicalSelect implements ControlValueAccessor {
1891
1891
  /** When true, dropdown is positioned fixed and sized to the trigger (use inside modals/popups). */
1892
1892
  appendToBody: i0.InputSignal<boolean>;
1893
1893
  /** Open above or below the trigger (also used when appendToBody is true for fixed coordinates). */
1894
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
1894
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
1895
1895
  /** Key for option color (e.g. "color"). When set, option label and selected value use this color. */
1896
1896
  colorKey: i0.InputSignal<string>;
1897
1897
  /** 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.31",
3
+ "version": "0.1.32",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"