Skip to content

Commit

Permalink
chore(sdk): update apsara version to v0.25.0 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh authored Nov 25, 2024
1 parent 2b502d0 commit 2968371
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@radix-ui/react-icons": "^1.3.0",
"@raystack/apsara": "^0.23.0",
"@raystack/apsara": "^0.25.0",
"@raystack/eslint-config": "workspace:^",
"@raystack/frontier-tsconfig": "workspace:^",
"@size-limit/preset-small-lib": "^8.2.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ const ServiceAccountsTable = ({

return (
<DataTable data={serviceUsers} columns={columns} isLoading={isLoading}>
{/* TODO: add className props to DataTable.Toolbar in apsara */}
<DataTable.Toolbar
style={{ border: 0, marginBottom: 'var(--rs-space-5)' }}
>
<DataTable.Toolbar className={styles.tableToolbar}>
<Flex justify="between" gap="small">
<Flex className={styles.tableToolbarSearchWrapper}>
{isLoading ? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
width: 100%;
}

.tableToolbar {
border: 0;
margin-bottom: var(--rs-space-5);
}

.addDialogContent {
padding: 0;
max-width: 400px;
Expand Down
8 changes: 4 additions & 4 deletions sdks/js/pnpm-lock.yaml

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

0 comments on commit 2968371

Please sign in to comment.