Skip to content

Commit a04dd25

Browse files
committed
fix: ts issues
1 parent d37920b commit a04dd25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/stories/04-components/Accordion.stories.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ const meta: Meta = {
5454

5555
export default meta;
5656

57-
type Story = StoryObj<Accordion.Props & Pick<Accordion.TriggerProps, 'caretPosition' | 'description' | 'title'>>;
57+
type Story = StoryObj<
58+
Accordion.Props &
59+
Pick<Accordion.TriggerProps, 'caretPosition' | 'description' | 'title'> &
60+
Pick<Accordion.HeaderProps, 'variant'>
61+
>;
5862

5963
export const Base = {
6064
argTypes: {

packages/design-system/src/components/ModalLayout/__tests__/__snapshots__/ModalLayout.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`ModalLayout should render component and match snapshot 1`] = `
1616
padding-inline-end: 40px;
1717
padding-inline-start: 40px;
1818
position: fixed;
19-
z-index: 4;
19+
z-index: 310;
2020
}
2121
2222
.c4 {

0 commit comments

Comments
 (0)