Skip to content

Commit

Permalink
feat(tab + Storybook): tab action slot and Storybook upgrade (#1349)
Browse files Browse the repository at this point in the history
* feat: new tab slot and storybook upgrade to 8

* fix: fixing stories up to clock

* feat: working on updating stories

* feat: the remaining component storybook story fixes

* feat: cleaning up storybook

* nit: small changes

* chore(changeset): adding changeset

* nit: removing test code from index

* nit: removing storybook helper addon

* nit: removing storybook option

* nit: removing storybook option

* nit: removing storybook option

* chore: update engine reqs

---------

Co-authored-by: Micah Jones <[email protected]>
  • Loading branch information
FMorrison87 and micahjones13 authored Sep 30, 2024
1 parent d1cb7d9 commit 6b6b003
Show file tree
Hide file tree
Showing 184 changed files with 18,565 additions and 31,777 deletions.
9 changes: 9 additions & 0 deletions .changeset/mighty-forks-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@astrouxds/astro-web-components": minor
"angular-workspace": patch
"@astrouxds/angular": patch
"astro-react": patch
"@astrouxds/react": patch
---

Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test.react": "lerna run --scope '@astrouxds/react' test"
},
"engines": {
"node": "^16 || ^18",
"npm": "^8.5"
"node": ">=18",
"npm": ">=10.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/angular-workspace/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/package-lock.json

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

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-nocheck

import * as d from './proxies';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24283,7 +24283,7 @@ export class RuxTab {

export declare interface RuxTab extends Components.RuxTab {
/**
* Fires when a tab is selected
* Fires when a tab is selected.
*/
ruxtabselected: EventEmitter<CustomEvent<any>>;
}
Expand Down
150 changes: 0 additions & 150 deletions packages/framework-testing/astro-react/package-lock.json

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

Loading

0 comments on commit 6b6b003

Please sign in to comment.