@brickclay-org/ui 0.0.87 → 0.0.89

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
@@ -2117,6 +2117,7 @@ declare class BkPagination implements OnChanges {
2117
2117
  private updateStartEndPages;
2118
2118
  private getPageCount;
2119
2119
  private getArrayOfPage;
2120
+ /** Returns exactly 2 visible page numbers: current and next (e.g. 1-2, then 2-3 on click of 2). */
2120
2121
  paginate(): number[];
2121
2122
  onClickPage(pageNumber: number): void;
2122
2123
  changeSize(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.0.87",
3
+ "version": "0.0.89",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"
@@ -1,6 +1,6 @@
1
1
  /* Tabs Container */
2
2
  .tabs-container {
3
- @apply w-full;
3
+ @apply w-full overflow-x-auto whitespace-nowrap;
4
4
  }
5
5
 
6
6
  /* Tabs List */