Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future - restructure storybook types #19580

Merged
merged 49 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
4f174f2
add package
ndelangen Oct 20, 2022
11a73d4
fix
ndelangen Oct 20, 2022
13e89f6
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 20, 2022
a899800
import all csf types through types package
ndelangen Oct 20, 2022
5f15517
step 1
ndelangen Oct 21, 2022
f968dbe
step 2
ndelangen Oct 21, 2022
c871510
step 3
ndelangen Oct 21, 2022
2ff0db7
step 4
ndelangen Oct 21, 2022
67581a3
step 5
ndelangen Oct 21, 2022
c52e17c
step 6
ndelangen Oct 21, 2022
fb5bbd7
part 7
ndelangen Oct 21, 2022
0b474de
step 8
ndelangen Oct 21, 2022
e3e1e62
step 9
ndelangen Oct 22, 2022
fbb0895
step 9
ndelangen Oct 22, 2022
790c72b
step 10
ndelangen Oct 22, 2022
9ca1832
step 11
ndelangen Oct 22, 2022
6f9940b
fix lockfile
ndelangen Oct 22, 2022
77ae544
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen Oct 22, 2022
9b3eeea
fixes
ndelangen Oct 22, 2022
33d47b7
fix dumb mistake
ndelangen Oct 22, 2022
4ceb1c6
force it to work in the correct build-order
ndelangen Oct 22, 2022
4a1bb57
fixes
ndelangen Oct 22, 2022
7e8144b
cleanup
ndelangen Oct 22, 2022
0aefffe
fixes
ndelangen Oct 22, 2022
4c1925f
fix
ndelangen Oct 22, 2022
d1b725d
fixes & linting
ndelangen Oct 22, 2022
0f69691
fix lockfile
ndelangen Oct 22, 2022
6369128
a bit of linting left
ndelangen Oct 22, 2022
49ae7f9
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen Oct 22, 2022
d027614
fix things
ndelangen Oct 22, 2022
6ba53de
fix lockfile
ndelangen Oct 22, 2022
06d0004
fix linting
ndelangen Oct 22, 2022
9cdedc4
oops
ndelangen Oct 22, 2022
d28b024
fix backgrounds not getting applied
ndelangen Oct 22, 2022
aaecde6
I'm going to revert this for a bit, see if it makes the e2e pass
ndelangen Oct 22, 2022
56e3193
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 23, 2022
de03644
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 23, 2022
367cc69
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 23, 2022
f7b78e3
cleanup
ndelangen Oct 23, 2022
464c671
add missing export
ndelangen Oct 23, 2022
2342173
fixes
ndelangen Oct 23, 2022
037620f
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 24, 2022
2f6d16d
fixes
ndelangen Oct 24, 2022
8e3e508
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 25, 2022
554be96
fixes
ndelangen Oct 25, 2022
b9ae97c
fixes
ndelangen Oct 25, 2022
0194680
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create…
ndelangen Oct 25, 2022
bc19711
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen Oct 25, 2022
113ee50
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen Oct 25, 2022
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
Prev Previous commit
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes
ndelangen committed Oct 25, 2022
commit 113ee5019ae42a2fc58a6275183869d88ec108f3
9 changes: 9 additions & 0 deletions code/renderers/vue/src/public-types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
import type {
AnnotatedStoryFn,
Args,
ArgsFromMeta,
ArgsStoryFn,
ComponentAnnotations,
DecoratorFunction,
StoryAnnotations,
} from '@storybook/types';
import { SetOptional, Simplify } from 'type-fest';
import { Component } from 'vue';
import { ExtendedVue } from 'vue/types/vue';
import { VueFramework } from './types';

export type { Args, ArgTypes, Parameters, StoryContext } from '@storybook/types';
9 changes: 8 additions & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
@@ -35574,7 +35574,7 @@ __metadata:
languageName: node
linkType: hard

"vue-tsc@npm:^1.0.8":
"vue-tsc@npm:^1.0.8, vue-tsc@npm:^1.0.9":
version: 1.0.9
resolution: "vue-tsc@npm:1.0.9"
dependencies:
@@ -35588,6 +35588,13 @@ __metadata:
languageName: node
linkType: hard

"vue@npm:2.6.14":
version: 2.6.14
resolution: "vue@npm:2.6.14"
checksum: efbe26ccc7c1bd025b88e464ebc81217b92350a77b98049122a46ac2242e249719f930d3914e2efdeaaa521a51e6e6b1cb9ffbf95b4835ed94dc92efb481040f
languageName: node
linkType: hard

"vue@npm:3.0.0":
version: 3.0.0
resolution: "vue@npm:3.0.0"
You are viewing a condensed version of this merge commit. You can view the full changes here.