@brickclay-org/ui 0.0.60 → 0.0.61

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
@@ -685,7 +685,7 @@ declare class BkSelect implements ControlValueAccessor {
685
685
  disabled: i0.ModelSignal<boolean>;
686
686
  loading: i0.InputSignal<boolean>;
687
687
  closeOnSelect: i0.InputSignal<boolean>;
688
- dropdownPosition: i0.InputSignal<"bottom" | "top">;
688
+ dropdownPosition: i0.InputSignal<"top" | "bottom">;
689
689
  hasError: boolean;
690
690
  errorMessage: string;
691
691
  appendToBody: i0.InputSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"
@@ -43,7 +43,7 @@
43
43
  }
44
44
 
45
45
  .hierarchical-dropdown-panel {
46
- @apply absolute left-0 top-[calc(100%+4px)] w-full min-w-[250px] max-w-[320px] bg-white border border-[#E3E3E7] rounded-xl shadow-lg z-[99] overflow-hidden cursor-default p-2.5;
46
+ @apply absolute left-0 top-[calc(100% + 4px)] w-full min-w-[250px] max-w-[320px] bg-white border border-[#E3E3E7] rounded-xl shadow-lg z-[99] overflow-hidden cursor-default p-2.5;
47
47
  }
48
48
 
49
49
  .hierarchical-dropdown-panel-fixed {
package/src/styles.css CHANGED
@@ -19,4 +19,4 @@
19
19
  @import './lib/avatar-profile/avatar-profile.css';
20
20
  @import './lib/hierarchical-select/hierarchical-select.css';
21
21
  @import './lib/toastr/toastr.css';
22
- @import './lib/ui-avatar/ui-avatar.css'
22
+ @import './lib/ui-avatar/ui-avatar.css';