Skip to content

Commit

Permalink
chore: update ui (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab authored Nov 13, 2024
2 parents b2a56aa + f5eb539 commit 4e113b5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ayasofyazilim-ui
Submodule ayasofyazilim-ui updated 26 files
+13 −0 .storybook/main.ts
+4 −1 package.json
+33 −0 pnpm-lock.yaml
+23 −0 src/molecules/tables/cells.tsx
+108 −32 src/molecules/tables/columnsGenerator.tsx
+1 −1 src/molecules/tables/index.tsx
+17 −14 src/molecules/tables/tables.stories.tsx
+29 −4 src/molecules/tables/types.ts
+12 −0 src/molecules/tanstack-table/fields/index.tsx
+0 −0 src/molecules/tanstack-table/fields/tanstack-table-column-header.tsx
+1 −1 src/molecules/tanstack-table/fields/tanstack-table-filter-faceted.tsx
+0 −0 src/molecules/tanstack-table/fields/tanstack-table-filter-text.tsx
+0 −0 src/molecules/tanstack-table/fields/tanstack-table-pagination.tsx
+2 −2 src/molecules/tanstack-table/fields/tanstack-table-row-actions-autoform-dialog.tsx
+1 −1 src/molecules/tanstack-table/fields/tanstack-table-row-actions-confirmation.tsx
+1 −1 src/molecules/tanstack-table/fields/tanstack-table-row-actions-custom-dialog.tsx
+3 −8 src/molecules/tanstack-table/fields/tanstack-table-row-actions.tsx
+2 −2 src/molecules/tanstack-table/fields/tanstack-table-table-actions-autoform-dialog.tsx
+1 −1 src/molecules/tanstack-table/fields/tanstack-table-table-actions-custom-dialog.tsx
+1 −1 src/molecules/tanstack-table/fields/tanstack-table-toolbar.tsx
+1 −1 src/molecules/tanstack-table/fields/tanstack-table-view-options.tsx
+32 −20 src/molecules/tanstack-table/index.tsx
+266 −182 src/molecules/tanstack-table/tanstack-table.stories.data.tsx
+110 −102 src/molecules/tanstack-table/tanstack-table.stories.tsx
+6 −1 src/molecules/tanstack-table/types/index.ts
+40 −28 src/molecules/tanstack-table/utils/index.tsx
33 changes: 33 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 4e113b5

Please sign in to comment.