storybook 10.2.0-alpha.13 → 10.2.0-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_browser-chunks/{chunk-3PJE6VLG.js → chunk-ASKQZAOS.js} +1 -12
- package/dist/_browser-chunks/{chunk-BGSDJMFM.js → chunk-NVLTWT3B.js} +18 -6
- package/dist/_node-chunks/{builder-manager-YTW4R3NB.js → builder-manager-SOKYB5NF.js} +12 -12
- package/dist/_node-chunks/{camelcase-ALOK3DTL.js → camelcase-SXQWF7PW.js} +7 -7
- package/dist/_node-chunks/{chunk-QV7LTTOW.js → chunk-274OMYGE.js} +20 -20
- package/dist/_node-chunks/{chunk-B3NH4IRY.js → chunk-2BHD5YKF.js} +6 -6
- package/dist/_node-chunks/{chunk-FCBELYHM.js → chunk-2FQAOAQ6.js} +12 -12
- package/dist/_node-chunks/{chunk-NGFKU3PK.js → chunk-45UIB4YF.js} +7 -7
- package/dist/_node-chunks/{chunk-TWCN75ID.js → chunk-4GKVZO2T.js} +9 -9
- package/dist/_node-chunks/{chunk-KXFFKIVX.js → chunk-5KEIALUH.js} +6 -6
- package/dist/_node-chunks/{chunk-AOMUVL33.js → chunk-6SIUW3HU.js} +12 -12
- package/dist/_node-chunks/{chunk-L4JVY7CQ.js → chunk-AIIQJ6UR.js} +7 -7
- package/dist/_node-chunks/{chunk-5CARBEGS.js → chunk-BOY3TNPC.js} +9 -9
- package/dist/_node-chunks/{chunk-TOLCEUYZ.js → chunk-BRW7NFUP.js} +7 -7
- package/dist/_node-chunks/{chunk-ZSUT22UW.js → chunk-E3Y5MHXD.js} +7 -7
- package/dist/_node-chunks/{chunk-QMDFRT4S.js → chunk-ENNDE4GC.js} +10 -10
- package/dist/_node-chunks/{chunk-NL75DTGM.js → chunk-FKBWQGIF.js} +6 -6
- package/dist/_node-chunks/{chunk-NRCGIPSW.js → chunk-HFKM7JHQ.js} +6 -6
- package/dist/_node-chunks/{chunk-OOTLIMKW.js → chunk-K4YVLJRS.js} +6 -6
- package/dist/_node-chunks/{chunk-WKDY7YZY.js → chunk-KNGN3UEO.js} +7 -7
- package/dist/_node-chunks/{chunk-AE6TGTGX.js → chunk-MD52RVZX.js} +7 -7
- package/dist/_node-chunks/chunk-MM7Z4SG7.js +23 -0
- package/dist/_node-chunks/{chunk-XX6B7MPS.js → chunk-MQZLLJRG.js} +8 -8
- package/dist/_node-chunks/{chunk-OWZXELHP.js → chunk-PI7P5HFH.js} +13 -13
- package/dist/_node-chunks/{chunk-VOVBTC53.js → chunk-Q6WUEJ4S.js} +6 -6
- package/dist/_node-chunks/{chunk-2VHYFREG.js → chunk-QPKBPYOY.js} +7 -7
- package/dist/_node-chunks/chunk-RGWB6DD7.js +20 -0
- package/dist/_node-chunks/{chunk-BIJENBOW.js → chunk-SZWIX5YC.js} +9 -9
- package/dist/_node-chunks/{chunk-X2PNK4N4.js → chunk-T57UCO67.js} +7 -7
- package/dist/_node-chunks/{chunk-5E6TIJW7.js → chunk-TN3Q52LO.js} +6 -6
- package/dist/_node-chunks/chunk-TYSSQECX.js +61 -0
- package/dist/_node-chunks/chunk-YP34ARUD.js +18 -0
- package/dist/_node-chunks/{globby-RG2TFVNI.js → globby-LGQ5P2JB.js} +9 -9
- package/dist/_node-chunks/{lib-E2AGGQV3.js → lib-5LBLULG3.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-SGUMZ4YL.js → mdx-N42X6CFJ-TAPL5IEO.js} +8 -8
- package/dist/_node-chunks/{p-limit-J4UZO65T.js → p-limit-GTMOHYQF.js} +7 -7
- package/dist/babel/index.js +10 -10
- package/dist/bin/core.js +12 -12
- package/dist/bin/dispatcher.js +11 -11
- package/dist/bin/loader.js +9 -9
- package/dist/cli/index.d.ts +176 -176
- package/dist/cli/index.js +18 -18
- package/dist/common/index.js +19 -19
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +167 -166
- package/dist/core-events/index.d.ts +4 -4
- package/dist/core-server/index.d.ts +11 -1
- package/dist/core-server/index.js +217 -76
- package/dist/core-server/presets/common-manager.js +176 -134
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +27 -26
- package/dist/csf/index.d.ts +8 -6
- package/dist/csf/index.js +1 -1
- package/dist/csf-tools/index.js +10 -10
- package/dist/docs-tools/index.d.ts +2 -2
- package/dist/manager/globals-runtime.js +97 -94
- package/dist/manager/runtime.js +1755 -985
- package/dist/manager-api/index.d.ts +1 -1
- package/dist/manager-api/index.js +10 -8
- package/dist/mocking-utils/index.js +8 -8
- package/dist/node-logger/index.js +9 -9
- package/dist/preview/runtime.js +18 -6
- package/dist/preview-api/index.js +1 -1
- package/dist/server-errors.js +11 -11
- package/dist/telemetry/index.js +22 -22
- package/dist/types/index.d.ts +12 -6
- package/dist/viewport/index.d.ts +5 -3
- package/dist/viewport/index.js +12 -3
- package/package.json +2 -2
- package/dist/_node-chunks/chunk-5U7IR6W2.js +0 -61
- package/dist/_node-chunks/chunk-JUCUYWH2.js +0 -23
- package/dist/_node-chunks/chunk-KTAHXSER.js +0 -18
- package/dist/_node-chunks/chunk-XQU357NR.js +0 -20
- package/dist/_node-chunks/dist-I4XBT6AL.js +0 -121
package/dist/cli/index.d.ts
CHANGED
|
@@ -2841,398 +2841,398 @@ declare const userSettingSchema: ZodObject<{
|
|
|
2841
2841
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2842
2842
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2843
2843
|
}, "strict", ZodTypeAny, {
|
|
2844
|
-
status?: "
|
|
2844
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2845
2845
|
mutedAt?: number | undefined;
|
|
2846
2846
|
}, {
|
|
2847
|
-
status?: "
|
|
2847
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2848
2848
|
mutedAt?: number | undefined;
|
|
2849
2849
|
}>>;
|
|
2850
2850
|
autodocs: ZodOptional<ZodObject<{
|
|
2851
2851
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2852
2852
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2853
2853
|
}, "strict", ZodTypeAny, {
|
|
2854
|
-
status?: "
|
|
2854
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2855
2855
|
mutedAt?: number | undefined;
|
|
2856
2856
|
}, {
|
|
2857
|
-
status?: "
|
|
2857
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2858
2858
|
mutedAt?: number | undefined;
|
|
2859
2859
|
}>>;
|
|
2860
2860
|
ciTests: ZodOptional<ZodObject<{
|
|
2861
2861
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2862
2862
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2863
2863
|
}, "strict", ZodTypeAny, {
|
|
2864
|
-
status?: "
|
|
2864
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2865
2865
|
mutedAt?: number | undefined;
|
|
2866
2866
|
}, {
|
|
2867
|
-
status?: "
|
|
2867
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2868
2868
|
mutedAt?: number | undefined;
|
|
2869
2869
|
}>>;
|
|
2870
2870
|
controls: ZodOptional<ZodObject<{
|
|
2871
2871
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2872
2872
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2873
2873
|
}, "strict", ZodTypeAny, {
|
|
2874
|
-
status?: "
|
|
2874
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2875
2875
|
mutedAt?: number | undefined;
|
|
2876
2876
|
}, {
|
|
2877
|
-
status?: "
|
|
2877
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2878
2878
|
mutedAt?: number | undefined;
|
|
2879
2879
|
}>>;
|
|
2880
2880
|
coverage: ZodOptional<ZodObject<{
|
|
2881
2881
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2882
2882
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2883
2883
|
}, "strict", ZodTypeAny, {
|
|
2884
|
-
status?: "
|
|
2884
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2885
2885
|
mutedAt?: number | undefined;
|
|
2886
2886
|
}, {
|
|
2887
|
-
status?: "
|
|
2887
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2888
2888
|
mutedAt?: number | undefined;
|
|
2889
2889
|
}>>;
|
|
2890
2890
|
guidedTour: ZodOptional<ZodObject<{
|
|
2891
2891
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2892
2892
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2893
2893
|
}, "strict", ZodTypeAny, {
|
|
2894
|
-
status?: "
|
|
2894
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2895
2895
|
mutedAt?: number | undefined;
|
|
2896
2896
|
}, {
|
|
2897
|
-
status?: "
|
|
2897
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2898
2898
|
mutedAt?: number | undefined;
|
|
2899
2899
|
}>>;
|
|
2900
2900
|
installA11y: ZodOptional<ZodObject<{
|
|
2901
2901
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2902
2902
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2903
2903
|
}, "strict", ZodTypeAny, {
|
|
2904
|
-
status?: "
|
|
2904
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2905
2905
|
mutedAt?: number | undefined;
|
|
2906
2906
|
}, {
|
|
2907
|
-
status?: "
|
|
2907
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2908
2908
|
mutedAt?: number | undefined;
|
|
2909
2909
|
}>>;
|
|
2910
2910
|
installChromatic: ZodOptional<ZodObject<{
|
|
2911
2911
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2912
2912
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2913
2913
|
}, "strict", ZodTypeAny, {
|
|
2914
|
-
status?: "
|
|
2914
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2915
2915
|
mutedAt?: number | undefined;
|
|
2916
2916
|
}, {
|
|
2917
|
-
status?: "
|
|
2917
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2918
2918
|
mutedAt?: number | undefined;
|
|
2919
2919
|
}>>;
|
|
2920
2920
|
installDocs: ZodOptional<ZodObject<{
|
|
2921
2921
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2922
2922
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2923
2923
|
}, "strict", ZodTypeAny, {
|
|
2924
|
-
status?: "
|
|
2924
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2925
2925
|
mutedAt?: number | undefined;
|
|
2926
2926
|
}, {
|
|
2927
|
-
status?: "
|
|
2927
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2928
2928
|
mutedAt?: number | undefined;
|
|
2929
2929
|
}>>;
|
|
2930
2930
|
installVitest: ZodOptional<ZodObject<{
|
|
2931
2931
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2932
2932
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2933
2933
|
}, "strict", ZodTypeAny, {
|
|
2934
|
-
status?: "
|
|
2934
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2935
2935
|
mutedAt?: number | undefined;
|
|
2936
2936
|
}, {
|
|
2937
|
-
status?: "
|
|
2937
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2938
2938
|
mutedAt?: number | undefined;
|
|
2939
2939
|
}>>;
|
|
2940
2940
|
mdxDocs: ZodOptional<ZodObject<{
|
|
2941
2941
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2942
2942
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2943
2943
|
}, "strict", ZodTypeAny, {
|
|
2944
|
-
status?: "
|
|
2944
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2945
2945
|
mutedAt?: number | undefined;
|
|
2946
2946
|
}, {
|
|
2947
|
-
status?: "
|
|
2947
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2948
2948
|
mutedAt?: number | undefined;
|
|
2949
2949
|
}>>;
|
|
2950
2950
|
moreComponents: ZodOptional<ZodObject<{
|
|
2951
2951
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2952
2952
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2953
2953
|
}, "strict", ZodTypeAny, {
|
|
2954
|
-
status?: "
|
|
2954
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2955
2955
|
mutedAt?: number | undefined;
|
|
2956
2956
|
}, {
|
|
2957
|
-
status?: "
|
|
2957
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2958
2958
|
mutedAt?: number | undefined;
|
|
2959
2959
|
}>>;
|
|
2960
2960
|
moreStories: ZodOptional<ZodObject<{
|
|
2961
2961
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2962
2962
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2963
2963
|
}, "strict", ZodTypeAny, {
|
|
2964
|
-
status?: "
|
|
2964
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2965
2965
|
mutedAt?: number | undefined;
|
|
2966
2966
|
}, {
|
|
2967
|
-
status?: "
|
|
2967
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2968
2968
|
mutedAt?: number | undefined;
|
|
2969
2969
|
}>>;
|
|
2970
2970
|
onboardingSurvey: ZodOptional<ZodObject<{
|
|
2971
2971
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2972
2972
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2973
2973
|
}, "strict", ZodTypeAny, {
|
|
2974
|
-
status?: "
|
|
2974
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2975
2975
|
mutedAt?: number | undefined;
|
|
2976
2976
|
}, {
|
|
2977
|
-
status?: "
|
|
2977
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2978
2978
|
mutedAt?: number | undefined;
|
|
2979
2979
|
}>>;
|
|
2980
2980
|
organizeStories: ZodOptional<ZodObject<{
|
|
2981
2981
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2982
2982
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2983
2983
|
}, "strict", ZodTypeAny, {
|
|
2984
|
-
status?: "
|
|
2984
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2985
2985
|
mutedAt?: number | undefined;
|
|
2986
2986
|
}, {
|
|
2987
|
-
status?: "
|
|
2987
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2988
2988
|
mutedAt?: number | undefined;
|
|
2989
2989
|
}>>;
|
|
2990
2990
|
publishStorybook: ZodOptional<ZodObject<{
|
|
2991
2991
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
2992
2992
|
mutedAt: ZodOptional<ZodNumber>;
|
|
2993
2993
|
}, "strict", ZodTypeAny, {
|
|
2994
|
-
status?: "
|
|
2994
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2995
2995
|
mutedAt?: number | undefined;
|
|
2996
2996
|
}, {
|
|
2997
|
-
status?: "
|
|
2997
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
2998
2998
|
mutedAt?: number | undefined;
|
|
2999
2999
|
}>>;
|
|
3000
3000
|
renderComponent: ZodOptional<ZodObject<{
|
|
3001
3001
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
3002
3002
|
mutedAt: ZodOptional<ZodNumber>;
|
|
3003
3003
|
}, "strict", ZodTypeAny, {
|
|
3004
|
-
status?: "
|
|
3004
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3005
3005
|
mutedAt?: number | undefined;
|
|
3006
3006
|
}, {
|
|
3007
|
-
status?: "
|
|
3007
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3008
3008
|
mutedAt?: number | undefined;
|
|
3009
3009
|
}>>;
|
|
3010
3010
|
runTests: ZodOptional<ZodObject<{
|
|
3011
3011
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
3012
3012
|
mutedAt: ZodOptional<ZodNumber>;
|
|
3013
3013
|
}, "strict", ZodTypeAny, {
|
|
3014
|
-
status?: "
|
|
3014
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3015
3015
|
mutedAt?: number | undefined;
|
|
3016
3016
|
}, {
|
|
3017
|
-
status?: "
|
|
3017
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3018
3018
|
mutedAt?: number | undefined;
|
|
3019
3019
|
}>>;
|
|
3020
3020
|
viewports: ZodOptional<ZodObject<{
|
|
3021
3021
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
3022
3022
|
mutedAt: ZodOptional<ZodNumber>;
|
|
3023
3023
|
}, "strict", ZodTypeAny, {
|
|
3024
|
-
status?: "
|
|
3024
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3025
3025
|
mutedAt?: number | undefined;
|
|
3026
3026
|
}, {
|
|
3027
|
-
status?: "
|
|
3027
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3028
3028
|
mutedAt?: number | undefined;
|
|
3029
3029
|
}>>;
|
|
3030
3030
|
visualTests: ZodOptional<ZodObject<{
|
|
3031
3031
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
3032
3032
|
mutedAt: ZodOptional<ZodNumber>;
|
|
3033
3033
|
}, "strict", ZodTypeAny, {
|
|
3034
|
-
status?: "
|
|
3034
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3035
3035
|
mutedAt?: number | undefined;
|
|
3036
3036
|
}, {
|
|
3037
|
-
status?: "
|
|
3037
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3038
3038
|
mutedAt?: number | undefined;
|
|
3039
3039
|
}>>;
|
|
3040
3040
|
whatsNewStorybook10: ZodOptional<ZodObject<{
|
|
3041
3041
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
3042
3042
|
mutedAt: ZodOptional<ZodNumber>;
|
|
3043
3043
|
}, "strict", ZodTypeAny, {
|
|
3044
|
-
status?: "
|
|
3044
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3045
3045
|
mutedAt?: number | undefined;
|
|
3046
3046
|
}, {
|
|
3047
|
-
status?: "
|
|
3047
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3048
3048
|
mutedAt?: number | undefined;
|
|
3049
3049
|
}>>;
|
|
3050
3050
|
writeInteractions: ZodOptional<ZodObject<{
|
|
3051
3051
|
status: ZodOptional<ZodEnum<["open", "accepted", "done", "skipped"]>>;
|
|
3052
3052
|
mutedAt: ZodOptional<ZodNumber>;
|
|
3053
3053
|
}, "strict", ZodTypeAny, {
|
|
3054
|
-
status?: "
|
|
3054
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3055
3055
|
mutedAt?: number | undefined;
|
|
3056
3056
|
}, {
|
|
3057
|
-
status?: "
|
|
3057
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3058
3058
|
mutedAt?: number | undefined;
|
|
3059
3059
|
}>>;
|
|
3060
3060
|
}, "strip", ZodTypeAny, {
|
|
3061
3061
|
controls?: {
|
|
3062
|
-
status?: "
|
|
3062
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3063
3063
|
mutedAt?: number | undefined;
|
|
3064
3064
|
} | undefined;
|
|
3065
3065
|
autodocs?: {
|
|
3066
|
-
status?: "
|
|
3066
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3067
3067
|
mutedAt?: number | undefined;
|
|
3068
3068
|
} | undefined;
|
|
3069
3069
|
accessibilityTests?: {
|
|
3070
|
-
status?: "
|
|
3070
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3071
3071
|
mutedAt?: number | undefined;
|
|
3072
3072
|
} | undefined;
|
|
3073
3073
|
ciTests?: {
|
|
3074
|
-
status?: "
|
|
3074
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3075
3075
|
mutedAt?: number | undefined;
|
|
3076
3076
|
} | undefined;
|
|
3077
3077
|
coverage?: {
|
|
3078
|
-
status?: "
|
|
3078
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3079
3079
|
mutedAt?: number | undefined;
|
|
3080
3080
|
} | undefined;
|
|
3081
3081
|
guidedTour?: {
|
|
3082
|
-
status?: "
|
|
3082
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3083
3083
|
mutedAt?: number | undefined;
|
|
3084
3084
|
} | undefined;
|
|
3085
3085
|
installA11y?: {
|
|
3086
|
-
status?: "
|
|
3086
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3087
3087
|
mutedAt?: number | undefined;
|
|
3088
3088
|
} | undefined;
|
|
3089
3089
|
installChromatic?: {
|
|
3090
|
-
status?: "
|
|
3090
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3091
3091
|
mutedAt?: number | undefined;
|
|
3092
3092
|
} | undefined;
|
|
3093
3093
|
installDocs?: {
|
|
3094
|
-
status?: "
|
|
3094
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3095
3095
|
mutedAt?: number | undefined;
|
|
3096
3096
|
} | undefined;
|
|
3097
3097
|
installVitest?: {
|
|
3098
|
-
status?: "
|
|
3098
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3099
3099
|
mutedAt?: number | undefined;
|
|
3100
3100
|
} | undefined;
|
|
3101
3101
|
mdxDocs?: {
|
|
3102
|
-
status?: "
|
|
3102
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3103
3103
|
mutedAt?: number | undefined;
|
|
3104
3104
|
} | undefined;
|
|
3105
3105
|
moreComponents?: {
|
|
3106
|
-
status?: "
|
|
3106
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3107
3107
|
mutedAt?: number | undefined;
|
|
3108
3108
|
} | undefined;
|
|
3109
3109
|
moreStories?: {
|
|
3110
|
-
status?: "
|
|
3110
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3111
3111
|
mutedAt?: number | undefined;
|
|
3112
3112
|
} | undefined;
|
|
3113
3113
|
onboardingSurvey?: {
|
|
3114
|
-
status?: "
|
|
3114
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3115
3115
|
mutedAt?: number | undefined;
|
|
3116
3116
|
} | undefined;
|
|
3117
3117
|
organizeStories?: {
|
|
3118
|
-
status?: "
|
|
3118
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3119
3119
|
mutedAt?: number | undefined;
|
|
3120
3120
|
} | undefined;
|
|
3121
3121
|
publishStorybook?: {
|
|
3122
|
-
status?: "
|
|
3122
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3123
3123
|
mutedAt?: number | undefined;
|
|
3124
3124
|
} | undefined;
|
|
3125
3125
|
renderComponent?: {
|
|
3126
|
-
status?: "
|
|
3126
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3127
3127
|
mutedAt?: number | undefined;
|
|
3128
3128
|
} | undefined;
|
|
3129
3129
|
runTests?: {
|
|
3130
|
-
status?: "
|
|
3130
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3131
3131
|
mutedAt?: number | undefined;
|
|
3132
3132
|
} | undefined;
|
|
3133
3133
|
viewports?: {
|
|
3134
|
-
status?: "
|
|
3134
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3135
3135
|
mutedAt?: number | undefined;
|
|
3136
3136
|
} | undefined;
|
|
3137
3137
|
visualTests?: {
|
|
3138
|
-
status?: "
|
|
3138
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3139
3139
|
mutedAt?: number | undefined;
|
|
3140
3140
|
} | undefined;
|
|
3141
3141
|
whatsNewStorybook10?: {
|
|
3142
|
-
status?: "
|
|
3142
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3143
3143
|
mutedAt?: number | undefined;
|
|
3144
3144
|
} | undefined;
|
|
3145
3145
|
writeInteractions?: {
|
|
3146
|
-
status?: "
|
|
3146
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3147
3147
|
mutedAt?: number | undefined;
|
|
3148
3148
|
} | undefined;
|
|
3149
3149
|
}, {
|
|
3150
3150
|
controls?: {
|
|
3151
|
-
status?: "
|
|
3151
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3152
3152
|
mutedAt?: number | undefined;
|
|
3153
3153
|
} | undefined;
|
|
3154
3154
|
autodocs?: {
|
|
3155
|
-
status?: "
|
|
3155
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3156
3156
|
mutedAt?: number | undefined;
|
|
3157
3157
|
} | undefined;
|
|
3158
3158
|
accessibilityTests?: {
|
|
3159
|
-
status?: "
|
|
3159
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3160
3160
|
mutedAt?: number | undefined;
|
|
3161
3161
|
} | undefined;
|
|
3162
3162
|
ciTests?: {
|
|
3163
|
-
status?: "
|
|
3163
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3164
3164
|
mutedAt?: number | undefined;
|
|
3165
3165
|
} | undefined;
|
|
3166
3166
|
coverage?: {
|
|
3167
|
-
status?: "
|
|
3167
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3168
3168
|
mutedAt?: number | undefined;
|
|
3169
3169
|
} | undefined;
|
|
3170
3170
|
guidedTour?: {
|
|
3171
|
-
status?: "
|
|
3171
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3172
3172
|
mutedAt?: number | undefined;
|
|
3173
3173
|
} | undefined;
|
|
3174
3174
|
installA11y?: {
|
|
3175
|
-
status?: "
|
|
3175
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3176
3176
|
mutedAt?: number | undefined;
|
|
3177
3177
|
} | undefined;
|
|
3178
3178
|
installChromatic?: {
|
|
3179
|
-
status?: "
|
|
3179
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3180
3180
|
mutedAt?: number | undefined;
|
|
3181
3181
|
} | undefined;
|
|
3182
3182
|
installDocs?: {
|
|
3183
|
-
status?: "
|
|
3183
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3184
3184
|
mutedAt?: number | undefined;
|
|
3185
3185
|
} | undefined;
|
|
3186
3186
|
installVitest?: {
|
|
3187
|
-
status?: "
|
|
3187
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3188
3188
|
mutedAt?: number | undefined;
|
|
3189
3189
|
} | undefined;
|
|
3190
3190
|
mdxDocs?: {
|
|
3191
|
-
status?: "
|
|
3191
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3192
3192
|
mutedAt?: number | undefined;
|
|
3193
3193
|
} | undefined;
|
|
3194
3194
|
moreComponents?: {
|
|
3195
|
-
status?: "
|
|
3195
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3196
3196
|
mutedAt?: number | undefined;
|
|
3197
3197
|
} | undefined;
|
|
3198
3198
|
moreStories?: {
|
|
3199
|
-
status?: "
|
|
3199
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3200
3200
|
mutedAt?: number | undefined;
|
|
3201
3201
|
} | undefined;
|
|
3202
3202
|
onboardingSurvey?: {
|
|
3203
|
-
status?: "
|
|
3203
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3204
3204
|
mutedAt?: number | undefined;
|
|
3205
3205
|
} | undefined;
|
|
3206
3206
|
organizeStories?: {
|
|
3207
|
-
status?: "
|
|
3207
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3208
3208
|
mutedAt?: number | undefined;
|
|
3209
3209
|
} | undefined;
|
|
3210
3210
|
publishStorybook?: {
|
|
3211
|
-
status?: "
|
|
3211
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3212
3212
|
mutedAt?: number | undefined;
|
|
3213
3213
|
} | undefined;
|
|
3214
3214
|
renderComponent?: {
|
|
3215
|
-
status?: "
|
|
3215
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3216
3216
|
mutedAt?: number | undefined;
|
|
3217
3217
|
} | undefined;
|
|
3218
3218
|
runTests?: {
|
|
3219
|
-
status?: "
|
|
3219
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3220
3220
|
mutedAt?: number | undefined;
|
|
3221
3221
|
} | undefined;
|
|
3222
3222
|
viewports?: {
|
|
3223
|
-
status?: "
|
|
3223
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3224
3224
|
mutedAt?: number | undefined;
|
|
3225
3225
|
} | undefined;
|
|
3226
3226
|
visualTests?: {
|
|
3227
|
-
status?: "
|
|
3227
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3228
3228
|
mutedAt?: number | undefined;
|
|
3229
3229
|
} | undefined;
|
|
3230
3230
|
whatsNewStorybook10?: {
|
|
3231
|
-
status?: "
|
|
3231
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3232
3232
|
mutedAt?: number | undefined;
|
|
3233
3233
|
} | undefined;
|
|
3234
3234
|
writeInteractions?: {
|
|
3235
|
-
status?: "
|
|
3235
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3236
3236
|
mutedAt?: number | undefined;
|
|
3237
3237
|
} | undefined;
|
|
3238
3238
|
}>>;
|
|
@@ -3246,91 +3246,91 @@ declare const userSettingSchema: ZodObject<{
|
|
|
3246
3246
|
}, "strip", ZodTypeAny, {
|
|
3247
3247
|
items?: {
|
|
3248
3248
|
controls?: {
|
|
3249
|
-
status?: "
|
|
3249
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3250
3250
|
mutedAt?: number | undefined;
|
|
3251
3251
|
} | undefined;
|
|
3252
3252
|
autodocs?: {
|
|
3253
|
-
status?: "
|
|
3253
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3254
3254
|
mutedAt?: number | undefined;
|
|
3255
3255
|
} | undefined;
|
|
3256
3256
|
accessibilityTests?: {
|
|
3257
|
-
status?: "
|
|
3257
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3258
3258
|
mutedAt?: number | undefined;
|
|
3259
3259
|
} | undefined;
|
|
3260
3260
|
ciTests?: {
|
|
3261
|
-
status?: "
|
|
3261
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3262
3262
|
mutedAt?: number | undefined;
|
|
3263
3263
|
} | undefined;
|
|
3264
3264
|
coverage?: {
|
|
3265
|
-
status?: "
|
|
3265
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3266
3266
|
mutedAt?: number | undefined;
|
|
3267
3267
|
} | undefined;
|
|
3268
3268
|
guidedTour?: {
|
|
3269
|
-
status?: "
|
|
3269
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3270
3270
|
mutedAt?: number | undefined;
|
|
3271
3271
|
} | undefined;
|
|
3272
3272
|
installA11y?: {
|
|
3273
|
-
status?: "
|
|
3273
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3274
3274
|
mutedAt?: number | undefined;
|
|
3275
3275
|
} | undefined;
|
|
3276
3276
|
installChromatic?: {
|
|
3277
|
-
status?: "
|
|
3277
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3278
3278
|
mutedAt?: number | undefined;
|
|
3279
3279
|
} | undefined;
|
|
3280
3280
|
installDocs?: {
|
|
3281
|
-
status?: "
|
|
3281
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3282
3282
|
mutedAt?: number | undefined;
|
|
3283
3283
|
} | undefined;
|
|
3284
3284
|
installVitest?: {
|
|
3285
|
-
status?: "
|
|
3285
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3286
3286
|
mutedAt?: number | undefined;
|
|
3287
3287
|
} | undefined;
|
|
3288
3288
|
mdxDocs?: {
|
|
3289
|
-
status?: "
|
|
3289
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3290
3290
|
mutedAt?: number | undefined;
|
|
3291
3291
|
} | undefined;
|
|
3292
3292
|
moreComponents?: {
|
|
3293
|
-
status?: "
|
|
3293
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3294
3294
|
mutedAt?: number | undefined;
|
|
3295
3295
|
} | undefined;
|
|
3296
3296
|
moreStories?: {
|
|
3297
|
-
status?: "
|
|
3297
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3298
3298
|
mutedAt?: number | undefined;
|
|
3299
3299
|
} | undefined;
|
|
3300
3300
|
onboardingSurvey?: {
|
|
3301
|
-
status?: "
|
|
3301
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3302
3302
|
mutedAt?: number | undefined;
|
|
3303
3303
|
} | undefined;
|
|
3304
3304
|
organizeStories?: {
|
|
3305
|
-
status?: "
|
|
3305
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3306
3306
|
mutedAt?: number | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
publishStorybook?: {
|
|
3309
|
-
status?: "
|
|
3309
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3310
3310
|
mutedAt?: number | undefined;
|
|
3311
3311
|
} | undefined;
|
|
3312
3312
|
renderComponent?: {
|
|
3313
|
-
status?: "
|
|
3313
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3314
3314
|
mutedAt?: number | undefined;
|
|
3315
3315
|
} | undefined;
|
|
3316
3316
|
runTests?: {
|
|
3317
|
-
status?: "
|
|
3317
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3318
3318
|
mutedAt?: number | undefined;
|
|
3319
3319
|
} | undefined;
|
|
3320
3320
|
viewports?: {
|
|
3321
|
-
status?: "
|
|
3321
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3322
3322
|
mutedAt?: number | undefined;
|
|
3323
3323
|
} | undefined;
|
|
3324
3324
|
visualTests?: {
|
|
3325
|
-
status?: "
|
|
3325
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3326
3326
|
mutedAt?: number | undefined;
|
|
3327
3327
|
} | undefined;
|
|
3328
3328
|
whatsNewStorybook10?: {
|
|
3329
|
-
status?: "
|
|
3329
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3330
3330
|
mutedAt?: number | undefined;
|
|
3331
3331
|
} | undefined;
|
|
3332
3332
|
writeInteractions?: {
|
|
3333
|
-
status?: "
|
|
3333
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3334
3334
|
mutedAt?: number | undefined;
|
|
3335
3335
|
} | undefined;
|
|
3336
3336
|
} | undefined;
|
|
@@ -3340,91 +3340,91 @@ declare const userSettingSchema: ZodObject<{
|
|
|
3340
3340
|
}, {
|
|
3341
3341
|
items?: {
|
|
3342
3342
|
controls?: {
|
|
3343
|
-
status?: "
|
|
3343
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3344
3344
|
mutedAt?: number | undefined;
|
|
3345
3345
|
} | undefined;
|
|
3346
3346
|
autodocs?: {
|
|
3347
|
-
status?: "
|
|
3347
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3348
3348
|
mutedAt?: number | undefined;
|
|
3349
3349
|
} | undefined;
|
|
3350
3350
|
accessibilityTests?: {
|
|
3351
|
-
status?: "
|
|
3351
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3352
3352
|
mutedAt?: number | undefined;
|
|
3353
3353
|
} | undefined;
|
|
3354
3354
|
ciTests?: {
|
|
3355
|
-
status?: "
|
|
3355
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3356
3356
|
mutedAt?: number | undefined;
|
|
3357
3357
|
} | undefined;
|
|
3358
3358
|
coverage?: {
|
|
3359
|
-
status?: "
|
|
3359
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3360
3360
|
mutedAt?: number | undefined;
|
|
3361
3361
|
} | undefined;
|
|
3362
3362
|
guidedTour?: {
|
|
3363
|
-
status?: "
|
|
3363
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3364
3364
|
mutedAt?: number | undefined;
|
|
3365
3365
|
} | undefined;
|
|
3366
3366
|
installA11y?: {
|
|
3367
|
-
status?: "
|
|
3367
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3368
3368
|
mutedAt?: number | undefined;
|
|
3369
3369
|
} | undefined;
|
|
3370
3370
|
installChromatic?: {
|
|
3371
|
-
status?: "
|
|
3371
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3372
3372
|
mutedAt?: number | undefined;
|
|
3373
3373
|
} | undefined;
|
|
3374
3374
|
installDocs?: {
|
|
3375
|
-
status?: "
|
|
3375
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3376
3376
|
mutedAt?: number | undefined;
|
|
3377
3377
|
} | undefined;
|
|
3378
3378
|
installVitest?: {
|
|
3379
|
-
status?: "
|
|
3379
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3380
3380
|
mutedAt?: number | undefined;
|
|
3381
3381
|
} | undefined;
|
|
3382
3382
|
mdxDocs?: {
|
|
3383
|
-
status?: "
|
|
3383
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3384
3384
|
mutedAt?: number | undefined;
|
|
3385
3385
|
} | undefined;
|
|
3386
3386
|
moreComponents?: {
|
|
3387
|
-
status?: "
|
|
3387
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3388
3388
|
mutedAt?: number | undefined;
|
|
3389
3389
|
} | undefined;
|
|
3390
3390
|
moreStories?: {
|
|
3391
|
-
status?: "
|
|
3391
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3392
3392
|
mutedAt?: number | undefined;
|
|
3393
3393
|
} | undefined;
|
|
3394
3394
|
onboardingSurvey?: {
|
|
3395
|
-
status?: "
|
|
3395
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3396
3396
|
mutedAt?: number | undefined;
|
|
3397
3397
|
} | undefined;
|
|
3398
3398
|
organizeStories?: {
|
|
3399
|
-
status?: "
|
|
3399
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3400
3400
|
mutedAt?: number | undefined;
|
|
3401
3401
|
} | undefined;
|
|
3402
3402
|
publishStorybook?: {
|
|
3403
|
-
status?: "
|
|
3403
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3404
3404
|
mutedAt?: number | undefined;
|
|
3405
3405
|
} | undefined;
|
|
3406
3406
|
renderComponent?: {
|
|
3407
|
-
status?: "
|
|
3407
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3408
3408
|
mutedAt?: number | undefined;
|
|
3409
3409
|
} | undefined;
|
|
3410
3410
|
runTests?: {
|
|
3411
|
-
status?: "
|
|
3411
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3412
3412
|
mutedAt?: number | undefined;
|
|
3413
3413
|
} | undefined;
|
|
3414
3414
|
viewports?: {
|
|
3415
|
-
status?: "
|
|
3415
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3416
3416
|
mutedAt?: number | undefined;
|
|
3417
3417
|
} | undefined;
|
|
3418
3418
|
visualTests?: {
|
|
3419
|
-
status?: "
|
|
3419
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3420
3420
|
mutedAt?: number | undefined;
|
|
3421
3421
|
} | undefined;
|
|
3422
3422
|
whatsNewStorybook10?: {
|
|
3423
|
-
status?: "
|
|
3423
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3424
3424
|
mutedAt?: number | undefined;
|
|
3425
3425
|
} | undefined;
|
|
3426
3426
|
writeInteractions?: {
|
|
3427
|
-
status?: "
|
|
3427
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3428
3428
|
mutedAt?: number | undefined;
|
|
3429
3429
|
} | undefined;
|
|
3430
3430
|
} | undefined;
|
|
@@ -3441,91 +3441,91 @@ declare const userSettingSchema: ZodObject<{
|
|
|
3441
3441
|
checklist?: {
|
|
3442
3442
|
items?: {
|
|
3443
3443
|
controls?: {
|
|
3444
|
-
status?: "
|
|
3444
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3445
3445
|
mutedAt?: number | undefined;
|
|
3446
3446
|
} | undefined;
|
|
3447
3447
|
autodocs?: {
|
|
3448
|
-
status?: "
|
|
3448
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3449
3449
|
mutedAt?: number | undefined;
|
|
3450
3450
|
} | undefined;
|
|
3451
3451
|
accessibilityTests?: {
|
|
3452
|
-
status?: "
|
|
3452
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3453
3453
|
mutedAt?: number | undefined;
|
|
3454
3454
|
} | undefined;
|
|
3455
3455
|
ciTests?: {
|
|
3456
|
-
status?: "
|
|
3456
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3457
3457
|
mutedAt?: number | undefined;
|
|
3458
3458
|
} | undefined;
|
|
3459
3459
|
coverage?: {
|
|
3460
|
-
status?: "
|
|
3460
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3461
3461
|
mutedAt?: number | undefined;
|
|
3462
3462
|
} | undefined;
|
|
3463
3463
|
guidedTour?: {
|
|
3464
|
-
status?: "
|
|
3464
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3465
3465
|
mutedAt?: number | undefined;
|
|
3466
3466
|
} | undefined;
|
|
3467
3467
|
installA11y?: {
|
|
3468
|
-
status?: "
|
|
3468
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3469
3469
|
mutedAt?: number | undefined;
|
|
3470
3470
|
} | undefined;
|
|
3471
3471
|
installChromatic?: {
|
|
3472
|
-
status?: "
|
|
3472
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3473
3473
|
mutedAt?: number | undefined;
|
|
3474
3474
|
} | undefined;
|
|
3475
3475
|
installDocs?: {
|
|
3476
|
-
status?: "
|
|
3476
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3477
3477
|
mutedAt?: number | undefined;
|
|
3478
3478
|
} | undefined;
|
|
3479
3479
|
installVitest?: {
|
|
3480
|
-
status?: "
|
|
3480
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3481
3481
|
mutedAt?: number | undefined;
|
|
3482
3482
|
} | undefined;
|
|
3483
3483
|
mdxDocs?: {
|
|
3484
|
-
status?: "
|
|
3484
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3485
3485
|
mutedAt?: number | undefined;
|
|
3486
3486
|
} | undefined;
|
|
3487
3487
|
moreComponents?: {
|
|
3488
|
-
status?: "
|
|
3488
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3489
3489
|
mutedAt?: number | undefined;
|
|
3490
3490
|
} | undefined;
|
|
3491
3491
|
moreStories?: {
|
|
3492
|
-
status?: "
|
|
3492
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3493
3493
|
mutedAt?: number | undefined;
|
|
3494
3494
|
} | undefined;
|
|
3495
3495
|
onboardingSurvey?: {
|
|
3496
|
-
status?: "
|
|
3496
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3497
3497
|
mutedAt?: number | undefined;
|
|
3498
3498
|
} | undefined;
|
|
3499
3499
|
organizeStories?: {
|
|
3500
|
-
status?: "
|
|
3500
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3501
3501
|
mutedAt?: number | undefined;
|
|
3502
3502
|
} | undefined;
|
|
3503
3503
|
publishStorybook?: {
|
|
3504
|
-
status?: "
|
|
3504
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3505
3505
|
mutedAt?: number | undefined;
|
|
3506
3506
|
} | undefined;
|
|
3507
3507
|
renderComponent?: {
|
|
3508
|
-
status?: "
|
|
3508
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3509
3509
|
mutedAt?: number | undefined;
|
|
3510
3510
|
} | undefined;
|
|
3511
3511
|
runTests?: {
|
|
3512
|
-
status?: "
|
|
3512
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3513
3513
|
mutedAt?: number | undefined;
|
|
3514
3514
|
} | undefined;
|
|
3515
3515
|
viewports?: {
|
|
3516
|
-
status?: "
|
|
3516
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3517
3517
|
mutedAt?: number | undefined;
|
|
3518
3518
|
} | undefined;
|
|
3519
3519
|
visualTests?: {
|
|
3520
|
-
status?: "
|
|
3520
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3521
3521
|
mutedAt?: number | undefined;
|
|
3522
3522
|
} | undefined;
|
|
3523
3523
|
whatsNewStorybook10?: {
|
|
3524
|
-
status?: "
|
|
3524
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3525
3525
|
mutedAt?: number | undefined;
|
|
3526
3526
|
} | undefined;
|
|
3527
3527
|
writeInteractions?: {
|
|
3528
|
-
status?: "
|
|
3528
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3529
3529
|
mutedAt?: number | undefined;
|
|
3530
3530
|
} | undefined;
|
|
3531
3531
|
} | undefined;
|
|
@@ -3542,91 +3542,91 @@ declare const userSettingSchema: ZodObject<{
|
|
|
3542
3542
|
checklist?: {
|
|
3543
3543
|
items?: {
|
|
3544
3544
|
controls?: {
|
|
3545
|
-
status?: "
|
|
3545
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3546
3546
|
mutedAt?: number | undefined;
|
|
3547
3547
|
} | undefined;
|
|
3548
3548
|
autodocs?: {
|
|
3549
|
-
status?: "
|
|
3549
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3550
3550
|
mutedAt?: number | undefined;
|
|
3551
3551
|
} | undefined;
|
|
3552
3552
|
accessibilityTests?: {
|
|
3553
|
-
status?: "
|
|
3553
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3554
3554
|
mutedAt?: number | undefined;
|
|
3555
3555
|
} | undefined;
|
|
3556
3556
|
ciTests?: {
|
|
3557
|
-
status?: "
|
|
3557
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3558
3558
|
mutedAt?: number | undefined;
|
|
3559
3559
|
} | undefined;
|
|
3560
3560
|
coverage?: {
|
|
3561
|
-
status?: "
|
|
3561
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3562
3562
|
mutedAt?: number | undefined;
|
|
3563
3563
|
} | undefined;
|
|
3564
3564
|
guidedTour?: {
|
|
3565
|
-
status?: "
|
|
3565
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3566
3566
|
mutedAt?: number | undefined;
|
|
3567
3567
|
} | undefined;
|
|
3568
3568
|
installA11y?: {
|
|
3569
|
-
status?: "
|
|
3569
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3570
3570
|
mutedAt?: number | undefined;
|
|
3571
3571
|
} | undefined;
|
|
3572
3572
|
installChromatic?: {
|
|
3573
|
-
status?: "
|
|
3573
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3574
3574
|
mutedAt?: number | undefined;
|
|
3575
3575
|
} | undefined;
|
|
3576
3576
|
installDocs?: {
|
|
3577
|
-
status?: "
|
|
3577
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3578
3578
|
mutedAt?: number | undefined;
|
|
3579
3579
|
} | undefined;
|
|
3580
3580
|
installVitest?: {
|
|
3581
|
-
status?: "
|
|
3581
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3582
3582
|
mutedAt?: number | undefined;
|
|
3583
3583
|
} | undefined;
|
|
3584
3584
|
mdxDocs?: {
|
|
3585
|
-
status?: "
|
|
3585
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3586
3586
|
mutedAt?: number | undefined;
|
|
3587
3587
|
} | undefined;
|
|
3588
3588
|
moreComponents?: {
|
|
3589
|
-
status?: "
|
|
3589
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3590
3590
|
mutedAt?: number | undefined;
|
|
3591
3591
|
} | undefined;
|
|
3592
3592
|
moreStories?: {
|
|
3593
|
-
status?: "
|
|
3593
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3594
3594
|
mutedAt?: number | undefined;
|
|
3595
3595
|
} | undefined;
|
|
3596
3596
|
onboardingSurvey?: {
|
|
3597
|
-
status?: "
|
|
3597
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3598
3598
|
mutedAt?: number | undefined;
|
|
3599
3599
|
} | undefined;
|
|
3600
3600
|
organizeStories?: {
|
|
3601
|
-
status?: "
|
|
3601
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3602
3602
|
mutedAt?: number | undefined;
|
|
3603
3603
|
} | undefined;
|
|
3604
3604
|
publishStorybook?: {
|
|
3605
|
-
status?: "
|
|
3605
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3606
3606
|
mutedAt?: number | undefined;
|
|
3607
3607
|
} | undefined;
|
|
3608
3608
|
renderComponent?: {
|
|
3609
|
-
status?: "
|
|
3609
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3610
3610
|
mutedAt?: number | undefined;
|
|
3611
3611
|
} | undefined;
|
|
3612
3612
|
runTests?: {
|
|
3613
|
-
status?: "
|
|
3613
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3614
3614
|
mutedAt?: number | undefined;
|
|
3615
3615
|
} | undefined;
|
|
3616
3616
|
viewports?: {
|
|
3617
|
-
status?: "
|
|
3617
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3618
3618
|
mutedAt?: number | undefined;
|
|
3619
3619
|
} | undefined;
|
|
3620
3620
|
visualTests?: {
|
|
3621
|
-
status?: "
|
|
3621
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3622
3622
|
mutedAt?: number | undefined;
|
|
3623
3623
|
} | undefined;
|
|
3624
3624
|
whatsNewStorybook10?: {
|
|
3625
|
-
status?: "
|
|
3625
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3626
3626
|
mutedAt?: number | undefined;
|
|
3627
3627
|
} | undefined;
|
|
3628
3628
|
writeInteractions?: {
|
|
3629
|
-
status?: "
|
|
3629
|
+
status?: "done" | "open" | "accepted" | "skipped" | undefined;
|
|
3630
3630
|
mutedAt?: number | undefined;
|
|
3631
3631
|
} | undefined;
|
|
3632
3632
|
} | undefined;
|