@actabldesign/bellhop-react 0.0.11 → 0.0.12

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/dist/index.js CHANGED
@@ -12387,8 +12387,8 @@ var BhPagination = typeof window !== "undefined" ? /* @__PURE__ */ E({
12387
12387
  pageSize: "page-size",
12388
12388
  showPageSizeSelector: "show-page-size-selector",
12389
12389
  showItemCount: "show-item-count",
12390
- showFirstLastButtons: "show-first-last-buttons",
12391
- size: "size",
12390
+ compact: "compact",
12391
+ maxPageNumbers: "max-page-numbers",
12392
12392
  disabled: "disabled",
12393
12393
  rowsPerPageLabel: "rows-per-page-label",
12394
12394
  showingResultsLabel: "showing-results-label",
@@ -12445,23 +12445,15 @@ var BhPopover = typeof window !== "undefined" ? /* @__PURE__ */ E({
12445
12445
  elementClass: BhPopoverElement,
12446
12446
  // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
12447
12447
  react: React,
12448
- events: {
12449
- onBhItemSelect: "bhItemSelect",
12450
- onBhPortfolioClick: "bhPortfolioClick",
12451
- onBhSearchChange: "bhSearchChange"
12452
- },
12448
+ events: {},
12453
12449
  defineCustomElement: defineBhPopover
12454
12450
  }) : /* @__PURE__ */ h({
12455
12451
  tagName: "bh-popover",
12456
12452
  properties: {
12457
12453
  popoverTitle: "popover-title",
12458
- viewPortfolioText: "view-portfolio-text",
12459
- searchPlaceholder: "search-placeholder",
12460
- width: "width",
12461
- showSearch: "show-search",
12462
- showAvatar: "show-avatar",
12463
- avatarSrc: "avatar-src",
12464
- items: "items"
12454
+ content: "content",
12455
+ maxWidth: "max-width",
12456
+ position: "position"
12465
12457
  },
12466
12458
  hydrateModule: import("@actabldesign/bellhop-core/hydrate")
12467
12459
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actabldesign/bellhop-react",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "React components for Bellhop - Stencil wrappers and native React table primitives",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",