Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5bb0908
feat: add table component
nmerget Feb 13, 2026
66a3742
chore: add additional features to table
nmerget Feb 16, 2026
abe98d3
chore: change display for basic table to enable sticky header
nmerget Feb 16, 2026
5f8c8bb
chore: merge from main
nmerget Feb 16, 2026
73d6514
chore: update from main
nmerget Feb 16, 2026
7fef5f2
fix: linting issues
nmerget Feb 16, 2026
3a882c7
fix: remaining issues for table
nmerget Feb 17, 2026
2b9ba22
auto update snapshots (#6063)
github-actions[bot] Feb 17, 2026
e817a0e
fix: issues with tests
nmerget Feb 17, 2026
b0d7618
fix: issues with pipeline
nmerget Feb 18, 2026
a85f378
auto update snapshots (#6068)
github-actions[bot] Feb 18, 2026
cd4a48e
chore: update example to fix a11y issue
nmerget Feb 18, 2026
ea6660f
chore: add table-row component to jscpd configuration
nmerget Feb 18, 2026
496380f
auto update snapshots (#6078)
github-actions[bot] Feb 18, 2026
4e8b922
chore: update examples to fulfill a11y requirements
nmerget Feb 18, 2026
a686b04
auto update snapshots (#6083)
github-actions[bot] Feb 18, 2026
a536a91
Merge branch 'main' into feat-table
nmerget Feb 18, 2026
52d88f7
fix: issues to rerun pipeline
nmerget Feb 18, 2026
23990b8
Merge remote-tracking branch 'origin/feat-table' into feat-table
nmerget Feb 18, 2026
fafcbda
auto update snapshots (#6088)
github-actions[bot] Feb 19, 2026
87510ac
chore: add template for tanstack table
nmerget Feb 19, 2026
f3dcf74
chore: add template for tanstack table for angular and vue
nmerget Feb 19, 2026
12f82fe
fix: issue with interactive row for vue
nmerget Feb 20, 2026
03ca5ea
Merge remote-tracking branch 'origin/main' into feat-table
nmerget Feb 20, 2026
0325057
auto update snapshots (#6108)
github-actions[bot] Feb 20, 2026
20820d5
fix: issue with table header for vue,angular,stencil
nmerget Feb 23, 2026
1f571d3
fix: issue with divider for angular
nmerget Feb 23, 2026
b33fc3b
chore: add exception for angular and stencil in table-a11y-checker.sp…
nmerget Feb 23, 2026
e4b2e07
fix: issue with stencil table header
nmerget Feb 25, 2026
da13563
chore: update from main
nmerget Feb 25, 2026
998923c
auto update snapshots (#6157)
github-actions[bot] Feb 25, 2026
659518a
chore: update interactive row style
nmerget Feb 25, 2026
cb9d934
test: regenerate screenshots
nmerget Feb 25, 2026
e662598
auto update snapshots (#6158)
github-actions[bot] Feb 25, 2026
bdbf1c4
test: regenerate screenshots
nmerget Feb 25, 2026
0de3c7e
Merge remote-tracking branch 'origin/feat-table' into feat-table
nmerget Feb 25, 2026
529c95a
auto update snapshots (#6160)
github-actions[bot] Feb 25, 2026
464a747
Merge branch 'main' into feat-table
nmerget Mar 25, 2026
c758ae7
auto update snapshots (#6388)
github-actions[bot] Mar 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .config/.jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"**/packages/components/src/components/checkbox/checkbox.lite.tsx",
"**/packages/components/src/components/notification/notification.lite.tsx",
"**/packages/components/src/components/radio/radio.lite.tsx",
"**/packages/components/src/components/table-row/table-row.lite.tsx",
"**/packages/components/src/components/tag/tag.spec.tsx",
"**/packages/foundations/assets/icons/functional/fonts/**",
"**/packages/foundations/assets/icons/fonts/**",
Expand Down
1 change: 1 addition & 0 deletions .config/cspellignorewords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ publishpackages
turbopack
lightningcss
cooldown
rowspan
TSES
trufflesecurity
elif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/01-build-stories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: angular-storybook-stories
path: storybooks/angular-storybook/src/components
path: storybooks/angular-storybook/src

- name: ⏫ Upload react stories
uses: actions/upload-artifact@v7
with:
name: react-storybook-stories
path: storybooks/react-storybook/src/components
path: storybooks/react-storybook/src

- name: ⏫ Upload vue stories
uses: actions/upload-artifact@v7
with:
name: vue-storybook-stories
path: storybooks/vue-storybook/src/components
path: storybooks/vue-storybook/src
2 changes: 1 addition & 1 deletion .github/workflows/01-build-storybooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/download-artifact@v8
with:
name: ${{ inputs.storybook }}-stories
path: storybooks/${{ inputs.storybook }}/src/components
path: storybooks/${{ inputs.storybook }}/src

- name: 🔨 Build ${{ inputs.storybook }}
env:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading