Skip to content

Commit

Permalink
Rebuild and install libs with latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil committed Feb 28, 2024
1 parent af9d68c commit cb0cdd5
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 227 deletions.
220 changes: 110 additions & 110 deletions lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion lib/platform-bible-react/dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by dts-bundle-generator v9.2.5
// Generated by dts-bundle-generator v9.2.4

import { AutocompleteChangeDetails, AutocompleteChangeReason, AutocompleteValue, SnackbarCloseReason, SnackbarOrigin } from '@mui/material';
import React$1 from 'react';
Expand Down Expand Up @@ -825,3 +825,5 @@ export declare const usePromise: <T>(promiseFactoryCallback: (() => Promise<T>)
export {
MenuColumnInfo as MenuColumn,
};

export {};
220 changes: 110 additions & 110 deletions lib/platform-bible-react/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function Table<R>({
onScroll={onScroll}
renderers={{ renderCheckbox }}
className={className ?? 'rdg-light'}
id={id}
data-testid={id}
/>
);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/platform-bible-utils/dist/index.cjs.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion lib/platform-bible-utils/dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ export declare function indexOf(string: string, searchString: string, position?:
export declare function lastIndexOf(string: string, searchString: string, position?: number): number;
/**
* This function mirrors the `length` function from the JavaScript Standard String object. It
* handles Unicode code points instead of UTF-16 character codes.
* handles Unicode code points instead of UTF-16 character codes. Since `length` appears to be a
* reserved keyword, the function was renamed to `stringLength`
*
* Returns the length of a string.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/platform-bible-utils/dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit cb0cdd5

Please sign in to comment.