lkd-web-kit 0.7.13 → 0.7.14

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.
@@ -152,6 +152,7 @@ function InfinitySelect({
152
152
  index$1.InfinityLoadMoreButton,
153
153
  {
154
154
  infinity,
155
+ parentRef: scrollRef,
155
156
  size: "compact-sm",
156
157
  ...loadMoreButtonProps
157
158
  }
@@ -148,6 +148,7 @@ function InfinitySelect({
148
148
  InfinityLoadMoreButton,
149
149
  {
150
150
  infinity,
151
+ parentRef: scrollRef,
151
152
  size: "compact-sm",
152
153
  ...loadMoreButtonProps
153
154
  }
package/dist/index.d.ts CHANGED
@@ -340,7 +340,7 @@ export declare interface InfinityLoadMoreButtonProps<T> extends ButtonProps {
340
340
  infinity: InfiniteQueryHookResult<InfiniteData<{
341
341
  data: T[];
342
342
  }, number>, Error>;
343
- parentRef?: RefObject<HTMLElement>;
343
+ parentRef?: RefObject<HTMLElement | null>;
344
344
  labels?: {
345
345
  loadMore?: string;
346
346
  loading?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lkd-web-kit",
3
- "version": "0.7.13",
3
+ "version": "0.7.14",
4
4
  "description": "A template for creating React component libraries with Vite.",
5
5
  "author": "LKD",
6
6
  "license": "MIT",