@tramvai/storybook-addon 2.150.0 → 2.150.1

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.
Files changed (37) hide show
  1. package/lib/babel/babelConfigFactory.d.ts +1 -0
  2. package/lib/babel/babelConfigFactory.d.ts.map +1 -0
  3. package/lib/decorators/actionsDecorator.d.ts +1 -0
  4. package/lib/decorators/actionsDecorator.d.ts.map +1 -0
  5. package/lib/decorators/reactQueryDecorator.d.ts +1 -0
  6. package/lib/decorators/reactQueryDecorator.d.ts.map +1 -0
  7. package/lib/decorators/reactQueryDecorator.js +1 -1
  8. package/lib/decorators/reactQueryDecorator.js.map +1 -1
  9. package/lib/decorators/routerDecorator.d.ts +1 -0
  10. package/lib/decorators/routerDecorator.d.ts.map +1 -0
  11. package/lib/decorators/routerDecorator.js +1 -1
  12. package/lib/decorators/routerDecorator.js.map +1 -1
  13. package/lib/decorators/tramvaiCoreDecorator.d.ts +1 -0
  14. package/lib/decorators/tramvaiCoreDecorator.d.ts.map +1 -0
  15. package/lib/decorators/tramvaiCoreDecorator.js +1 -1
  16. package/lib/decorators/tramvaiCoreDecorator.js.map +1 -1
  17. package/lib/preset.d.ts +1 -0
  18. package/lib/preset.d.ts.map +1 -0
  19. package/lib/preview.d.ts +1 -0
  20. package/lib/preview.d.ts.map +1 -0
  21. package/lib/tramvai/buildConfigManager.d.ts +1 -0
  22. package/lib/tramvai/buildConfigManager.d.ts.map +1 -0
  23. package/lib/types.d.ts +1 -0
  24. package/lib/types.d.ts.map +1 -0
  25. package/lib/utils/options.d.ts +1 -0
  26. package/lib/utils/options.d.ts.map +1 -0
  27. package/lib/webpack/addEnvVariables.d.ts +1 -0
  28. package/lib/webpack/addEnvVariables.d.ts.map +1 -0
  29. package/lib/webpack/addFilesRules.d.ts +1 -0
  30. package/lib/webpack/addFilesRules.d.ts.map +1 -0
  31. package/lib/webpack/addNodeModulesTranspile.d.ts +1 -0
  32. package/lib/webpack/addNodeModulesTranspile.d.ts.map +1 -0
  33. package/lib/webpack/addStylesRules.d.ts +1 -0
  34. package/lib/webpack/addStylesRules.d.ts.map +1 -0
  35. package/lib/webpack/removeRules.d.ts +1 -0
  36. package/lib/webpack/removeRules.d.ts.map +1 -0
  37. package/package.json +7 -7
@@ -45,3 +45,4 @@ export declare const babelConfigFactory: ({ typescript }?: {
45
45
  skipEnvCheck: boolean;
46
46
  })[])[];
47
47
  };
48
+ //# sourceMappingURL=babelConfigFactory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"babelConfigFactory.d.ts","sourceRoot":"","sources":["../../src/babel/babelConfigFactory.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO3B,CAAC"}
@@ -6,3 +6,4 @@ export interface ActionsDecoratorParameters {
6
6
  };
7
7
  }
8
8
  export declare const ActionsDecorator: StorybookDecorator<ActionsDecoratorParameters>;
9
+ //# sourceMappingURL=actionsDecorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actionsDecorator.d.ts","sourceRoot":"","sources":["../../src/decorators/actionsDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAG5C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,0BAA0B;IACzC,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;KACpB,CAAC;CACH;AAED,eAAO,MAAM,gBAAgB,EAAE,kBAAkB,CAAC,0BAA0B,CAiB3E,CAAC"}
@@ -6,3 +6,4 @@ export interface ReactQueryDecoratorParameters {
6
6
  };
7
7
  }
8
8
  export declare const ReactQueryDecorator: StorybookDecorator<ReactQueryDecoratorParameters>;
9
+ //# sourceMappingURL=reactQueryDecorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactQueryDecorator.d.ts","sourceRoot":"","sources":["../../src/decorators/reactQueryDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,EAAE;QACR,wBAAwB,CAAC,EAAE,cAAc,CAAC;KAC3C,CAAC;CACH;AAED,eAAO,MAAM,mBAAmB,EAAE,kBAAkB,CAAC,6BAA6B,CAmBjF,CAAC"}
@@ -14,7 +14,7 @@ const ReactQueryDecorator = (Story, { parameters }) => {
14
14
  },
15
15
  },
16
16
  });
17
- return ((0, jsx_runtime_1.jsx)(react_query_1.QueryClientProvider, Object.assign({ client: queryClient }, { children: (0, jsx_runtime_1.jsx)(Story, {}) })));
17
+ return ((0, jsx_runtime_1.jsx)(react_query_1.QueryClientProvider, { client: queryClient, children: (0, jsx_runtime_1.jsx)(Story, {}) }));
18
18
  };
19
19
  exports.ReactQueryDecorator = ReactQueryDecorator;
20
20
  //# sourceMappingURL=reactQueryDecorator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"reactQueryDecorator.js","sourceRoot":"","sources":["../../src/decorators/reactQueryDecorator.tsx"],"names":[],"mappings":";;;;AAAA,uDAAyE;AAUlE,MAAM,mBAAmB,GAAsD,CACpF,KAAK,EACL,EAAE,UAAU,EAAiD,EAC7D,EAAE;;IACF,MAAM,WAAW,GAAG,IAAI,yBAAW,CAAC;QAClC,cAAc,EAAE,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,wBAAwB,mCAAI;YAC9D,OAAO,EAAE;gBACP,cAAc,EAAE,KAAK;gBACrB,kBAAkB,EAAE,KAAK;gBACzB,oBAAoB,EAAE,KAAK;aAC5B;SACF;KACF,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,iCAAmB,kBAAC,MAAM,EAAE,WAAW,gBACtC,uBAAC,KAAK,KAAG,IACW,CACvB,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,mBAAmB,uBAmB9B"}
1
+ {"version":3,"file":"reactQueryDecorator.js","sourceRoot":"","sources":["../../src/decorators/reactQueryDecorator.tsx"],"names":[],"mappings":";;;;AAAA,uDAAyE;AAUlE,MAAM,mBAAmB,GAAsD,CACpF,KAAK,EACL,EAAE,UAAU,EAAiD,EAC7D,EAAE;;IACF,MAAM,WAAW,GAAG,IAAI,yBAAW,CAAC;QAClC,cAAc,EAAE,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,wBAAwB,mCAAI;YAC9D,OAAO,EAAE;gBACP,cAAc,EAAE,KAAK;gBACrB,kBAAkB,EAAE,KAAK;gBACzB,oBAAoB,EAAE,KAAK;aAC5B;SACF;KACF,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,iCAAmB,IAAC,MAAM,EAAE,WAAW,YACtC,uBAAC,KAAK,KAAG,GACW,CACvB,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,mBAAmB,uBAmB9B"}
@@ -8,3 +8,4 @@ export interface RouterDecoratorParameters {
8
8
  };
9
9
  }
10
10
  export declare const RouterDecorator: StorybookDecorator<RouterDecoratorParameters>;
11
+ //# sourceMappingURL=routerDecorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routerDecorator.d.ts","sourceRoot":"","sources":["../../src/decorators/routerDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,yBAAyB;IACxC,OAAO,CAAC,EAAE;QACR,YAAY,CAAC,EAAE,KAAK,CAAC;QACrB,UAAU,CAAC,EAAE,GAAG,CAAC;KAClB,CAAC;CACH;AAED,eAAO,MAAM,eAAe,EAAE,kBAAkB,CAAC,yBAAyB,CAczE,CAAC"}
@@ -10,7 +10,7 @@ const RouterDecorator = (Story, { parameters }) => {
10
10
  currentRoute: (_a = parameters.tramvai) === null || _a === void 0 ? void 0 : _a.currentRoute,
11
11
  currentUrl: (_b = parameters.tramvai) === null || _b === void 0 ? void 0 : _b.currentUrl,
12
12
  });
13
- return ((0, jsx_runtime_1.jsx)(router_1.Provider, Object.assign({ router: routerMock }, { children: (0, jsx_runtime_1.jsx)(Story, {}) })));
13
+ return ((0, jsx_runtime_1.jsx)(router_1.Provider, { router: routerMock, children: (0, jsx_runtime_1.jsx)(Story, {}) }));
14
14
  };
15
15
  exports.RouterDecorator = RouterDecorator;
16
16
  //# sourceMappingURL=routerDecorator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"routerDecorator.js","sourceRoot":"","sources":["../../src/decorators/routerDecorator.tsx"],"names":[],"mappings":";;;;AAAA,4CAA6D;AAG7D,oDAAuD;AAUhD,MAAM,eAAe,GAAkD,CAC5E,KAAK,EACL,EAAE,UAAU,EAA6C,EACzD,EAAE;;IACF,MAAM,UAAU,GAAG,IAAA,6BAAgB,EAAC;QAClC,YAAY,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,YAAY;QAC9C,UAAU,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,UAAU;KAC3C,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,iBAAc,kBAAC,MAAM,EAAE,UAAU,gBAChC,uBAAC,KAAK,KAAG,IACM,CAClB,CAAC;AACJ,CAAC,CAAC;AAdW,QAAA,eAAe,mBAc1B"}
1
+ {"version":3,"file":"routerDecorator.js","sourceRoot":"","sources":["../../src/decorators/routerDecorator.tsx"],"names":[],"mappings":";;;;AAAA,4CAA6D;AAG7D,oDAAuD;AAUhD,MAAM,eAAe,GAAkD,CAC5E,KAAK,EACL,EAAE,UAAU,EAA6C,EACzD,EAAE;;IACF,MAAM,UAAU,GAAG,IAAA,6BAAgB,EAAC;QAClC,YAAY,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,YAAY;QAC9C,UAAU,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,UAAU;KAC3C,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,iBAAc,IAAC,MAAM,EAAE,UAAU,YAChC,uBAAC,KAAK,KAAG,GACM,CAClB,CAAC;AACJ,CAAC,CAAC;AAdW,QAAA,eAAe,mBAc1B"}
@@ -13,3 +13,4 @@ export interface TramvaiCoreDecoratorParameters {
13
13
  };
14
14
  }
15
15
  export declare const TramvaiCoreDecorator: StorybookDecorator<TramvaiCoreDecoratorParameters>;
16
+ //# sourceMappingURL=tramvaiCoreDecorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tramvaiCoreDecorator.d.ts","sourceRoot":"","sources":["../../src/decorators/tramvaiCoreDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,KAAK,EAAE,QAAQ,IAAI,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAO/D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,8BAA8B;IAC7C,OAAO,CAAC,EAAE;QACR,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;QACtB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QACnC,SAAS,CAAC,EAAE,UAAU,EAAE,CAAC;QACzB,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,cAAc,CAAC,CAAC;QAC7C,OAAO,CAAC,EAAE,mBAAmB,CAAC;KAC/B,CAAC;CACH;AAED,eAAO,MAAM,oBAAoB,EAAE,kBAAkB,CAAC,8BAA8B,CAoCnF,CAAC"}
@@ -24,7 +24,7 @@ const TramvaiCoreDecorator = (Story, { parameters }) => {
24
24
  store: storeMock,
25
25
  useTramvaiActionsConditionals: true,
26
26
  });
27
- return ((0, jsx_runtime_1.jsx)(state_1.Provider, Object.assign({ context: contextMock, serverState: (_k = parameters.tramvai) === null || _k === void 0 ? void 0 : _k.initialState }, { children: (0, jsx_runtime_1.jsx)(react_1.DIContext.Provider, Object.assign({ value: diMock }, { children: (0, jsx_runtime_1.jsx)(Story, {}) })) })));
27
+ return ((0, jsx_runtime_1.jsx)(state_1.Provider, { context: contextMock, serverState: (_k = parameters.tramvai) === null || _k === void 0 ? void 0 : _k.initialState, children: (0, jsx_runtime_1.jsx)(react_1.DIContext.Provider, { value: diMock, children: (0, jsx_runtime_1.jsx)(Story, {}) }) }));
28
28
  };
29
29
  exports.TramvaiCoreDecorator = TramvaiCoreDecorator;
30
30
  //# sourceMappingURL=tramvaiCoreDecorator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tramvaiCoreDecorator.js","sourceRoot":"","sources":["../../src/decorators/tramvaiCoreDecorator.tsx"],"names":[],"mappings":";;;;AAAA,0CAA0C;AAE1C,0CAA2C;AAI3C,oDAK6B;AAatB,MAAM,oBAAoB,GAAuD,CACtF,KAAK,EACL,EAAE,UAAU,EAAE,EACd,EAAE;;IACF,MAAM,WAAW,GAA2B,OAAO,CAAC,GAAG,CAAC,qBAA4B,CAAC;IAErF,MAAM,SAAS,GAAG,IAAA,4BAAe,EAAC;QAChC,MAAM,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,MAAM;QAClC,YAAY,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,YAAY;KAC/C,CAAC,CAAC;IACH,MAAM,MAAM,GAAG,IAAA,yBAAY,EAAC;QAC1B,OAAO,EAAE;YACP,6BAAgB,CAAC,OAAO,iCACnB,MAAA,UAAU,CAAC,OAAO,0CAAE,OAAO,KAC9B,GAAG,kCACE,WAAW,GACX,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,OAAO,0CAAE,GAAG,KAErC;YACF,GAAG,CAAC,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,OAAO,mCAAI,EAAE,CAAC;SACvC;QACD,SAAS,EAAE,CAAC,GAAG,CAAC,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,SAAS,mCAAI,EAAE,CAAC,CAAC;KACtD,CAAC,CAAC;IACH,MAAM,WAAW,GAAG,IAAA,8BAAiB,EAAC;QACpC,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,SAAS;QAChB,6BAA6B,EAAE,IAAI;KACpC,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,gBAAQ,kBAAC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,YAAY,gBAC3E,uBAAC,iBAAS,CAAC,QAAQ,kBAAC,KAAK,EAAE,MAAM,gBAC/B,uBAAC,KAAK,KAAG,IACU,IACZ,CACZ,CAAC;AACJ,CAAC,CAAC;AApCW,QAAA,oBAAoB,wBAoC/B"}
1
+ {"version":3,"file":"tramvaiCoreDecorator.js","sourceRoot":"","sources":["../../src/decorators/tramvaiCoreDecorator.tsx"],"names":[],"mappings":";;;;AAAA,0CAA0C;AAE1C,0CAA2C;AAI3C,oDAK6B;AAatB,MAAM,oBAAoB,GAAuD,CACtF,KAAK,EACL,EAAE,UAAU,EAAE,EACd,EAAE;;IACF,MAAM,WAAW,GAA2B,OAAO,CAAC,GAAG,CAAC,qBAA4B,CAAC;IAErF,MAAM,SAAS,GAAG,IAAA,4BAAe,EAAC;QAChC,MAAM,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,MAAM;QAClC,YAAY,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,YAAY;KAC/C,CAAC,CAAC;IACH,MAAM,MAAM,GAAG,IAAA,yBAAY,EAAC;QAC1B,OAAO,EAAE;YACP,6BAAgB,CAAC,OAAO,iCACnB,MAAA,UAAU,CAAC,OAAO,0CAAE,OAAO,KAC9B,GAAG,kCACE,WAAW,GACX,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,OAAO,0CAAE,GAAG,KAErC;YACF,GAAG,CAAC,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,OAAO,mCAAI,EAAE,CAAC;SACvC;QACD,SAAS,EAAE,CAAC,GAAG,CAAC,MAAA,MAAA,UAAU,CAAC,OAAO,0CAAE,SAAS,mCAAI,EAAE,CAAC,CAAC;KACtD,CAAC,CAAC;IACH,MAAM,WAAW,GAAG,IAAA,8BAAiB,EAAC;QACpC,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,SAAS;QAChB,6BAA6B,EAAE,IAAI;KACpC,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,gBAAQ,IAAC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAA,UAAU,CAAC,OAAO,0CAAE,YAAY,YAC3E,uBAAC,iBAAS,CAAC,QAAQ,IAAC,KAAK,EAAE,MAAM,YAC/B,uBAAC,KAAK,KAAG,GACU,GACZ,CACZ,CAAC;AACJ,CAAC,CAAC;AApCW,QAAA,oBAAoB,wBAoC/B"}
package/lib/preset.d.ts CHANGED
@@ -9,3 +9,4 @@ export type TramvaiStoriesParameters = TramvaiCoreDecoratorParameters & RouterDe
9
9
  export declare const config: (entry: string[]) => string[];
10
10
  export declare const babel: (cfg: TransformOptions) => TransformOptions;
11
11
  export declare const webpackFinal: (baseConfig: Configuration, options: StorybookOptions) => Promise<Configuration>;
12
+ //# sourceMappingURL=preset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preset.d.ts","sourceRoot":"","sources":["../src/preset.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAOpD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACxF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG,8BAA8B,GACnE,yBAAyB,GACzB,6BAA6B,GAC7B,0BAA0B,CAAC;AAE7B,eAAO,MAAM,MAAM,UAAW,MAAM,EAAE,KAAG,MAAM,EAE9C,CAAC;AAEF,eAAO,MAAM,KAAK,QAAS,gBAAgB,KAAG,gBAE7C,CAAC;AAEF,eAAO,MAAM,YAAY,eACX,aAAa,WAChB,gBAAgB,KACxB,QAAQ,aAAa,CAsBvB,CAAC"}
package/lib/preview.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export declare const decorators: (import("./types").StorybookDecorator<import("./decorators/tramvaiCoreDecorator").TramvaiCoreDecoratorParameters> | import("./types").StorybookDecorator<import("./decorators/routerDecorator").RouterDecoratorParameters> | import("./types").StorybookDecorator<import("./decorators/reactQueryDecorator").ReactQueryDecoratorParameters> | import("./types").StorybookDecorator<import("./decorators/actionsDecorator").ActionsDecoratorParameters>)[];
2
+ //# sourceMappingURL=preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preview.d.ts","sourceRoot":"","sources":["../src/preview.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,2bAKtB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { ApplicationConfigEntry, ConfigManager } from '@tramvai/cli';
2
2
  import type { StorybookOptions } from '../types';
3
3
  export declare const buildConfigManager: (options: StorybookOptions) => ConfigManager<ApplicationConfigEntry>;
4
+ //# sourceMappingURL=buildConfigManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildConfigManager.d.ts","sourceRoot":"","sources":["../../src/tramvai/buildConfigManager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAO1E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,kBAAkB,YACpB,gBAAgB,KACxB,cAAc,sBAAsB,CAqBtC,CAAC"}
package/lib/types.d.ts CHANGED
@@ -6,3 +6,4 @@ export interface StorybookOptions {
6
6
  export type StorybookDecorator<Params> = (Story: ComponentType, options: {
7
7
  parameters: Params;
8
8
  }) => ReactElement;
9
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKzD,MAAM,WAAW,gBAAgB;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,kBAAkB,CAAC,MAAM,IAAI,CACvC,KAAK,EAAE,aAAa,EACpB,OAAO,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,KAC5B,YAAY,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import type { StorybookOptions } from '../types';
2
2
  export declare const getAppRootDir: (options: StorybookOptions) => string;
3
+ //# sourceMappingURL=options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../src/utils/options.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,aAAa,YAAa,gBAAgB,WAItD,CAAC"}
@@ -6,3 +6,4 @@ export declare function addEnvVariables({ webpackConfig, configManager, options,
6
6
  configManager: ConfigManager<CliConfigEntry>;
7
7
  options: StorybookOptions;
8
8
  }): void;
9
+ //# sourceMappingURL=addEnvVariables.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addEnvVariables.d.ts","sourceRoot":"","sources":["../../src/webpack/addEnvVariables.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGlE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,wBAAgB,eAAe,CAAC,EAC9B,aAAa,EACb,aAAa,EACb,OAAO,GACR,EAAE;IACD,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC7C,OAAO,EAAE,gBAAgB,CAAC;CAC3B,QAwBA"}
@@ -6,3 +6,4 @@ export declare function addFilesRules({ baseConfig, webpackConfig, configManager
6
6
  webpackConfig: Config;
7
7
  configManager: ConfigManager<CliConfigEntry>;
8
8
  }): void;
9
+ //# sourceMappingURL=addFilesRules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addFilesRules.d.ts","sourceRoot":"","sources":["../../src/webpack/addFilesRules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAIlE,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,aAAa,EACb,aAAa,GACd,EAAE;IACD,UAAU,EAAE,aAAa,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;CAC9C,QAKA"}
@@ -2,3 +2,4 @@ import type { Configuration } from 'webpack';
2
2
  export declare function addNodeModulesTranspile({ baseConfig }: {
3
3
  baseConfig: Configuration;
4
4
  }): void;
5
+ //# sourceMappingURL=addNodeModulesTranspile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addNodeModulesTranspile.d.ts","sourceRoot":"","sources":["../../src/webpack/addNodeModulesTranspile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAI7C,wBAAgB,uBAAuB,CAAC,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,aAAa,CAAA;CAAE,QASpF"}
@@ -6,3 +6,4 @@ export declare function addStylesRules({ baseConfig, webpackConfig, configManage
6
6
  webpackConfig: Config;
7
7
  configManager: ConfigManager<CliConfigEntry>;
8
8
  }): void;
9
+ //# sourceMappingURL=addStylesRules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addStylesRules.d.ts","sourceRoot":"","sources":["../../src/webpack/addStylesRules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AASlE,wBAAgB,cAAc,CAAC,EAC7B,UAAU,EACV,aAAa,EACb,aAAa,GACd,EAAE;IACD,UAAU,EAAE,aAAa,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;CAC9C,QAQA"}
@@ -3,3 +3,4 @@ export declare function removeRules({ baseConfig, extensions, }: {
3
3
  baseConfig: Configuration;
4
4
  extensions: RegExp;
5
5
  }): void;
6
+ //# sourceMappingURL=removeRules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removeRules.d.ts","sourceRoot":"","sources":["../../src/webpack/removeRules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,UAAU,GACX,EAAE;IACD,UAAU,EAAE,aAAa,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;CACpB,QAKA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/storybook-addon",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
4
4
  "description": "",
5
5
  "main": "lib/preset.js",
6
6
  "typings": "lib/preset.d.ts",
@@ -20,7 +20,7 @@
20
20
  "registry": "https://registry.npmjs.org/"
21
21
  },
22
22
  "dependencies": {
23
- "@tramvai/test-mocks": "2.150.0",
23
+ "@tramvai/test-mocks": "2.150.1",
24
24
  "@tinkoff/is-modern-lib": "2.0.13",
25
25
  "webpack-chain": "^6.5.1",
26
26
  "webpack-merge": "^5.8.0",
@@ -32,11 +32,11 @@
32
32
  "webpack": "5.87.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@tramvai/cli": "2.150.0",
36
- "@tramvai/core": "2.150.0",
37
- "@tramvai/state": "2.150.0",
38
- "@tramvai/react": "2.150.0",
39
- "@tramvai/tokens-common": "2.150.0",
35
+ "@tramvai/cli": "2.150.1",
36
+ "@tramvai/core": "2.150.1",
37
+ "@tramvai/state": "2.150.1",
38
+ "@tramvai/react": "2.150.1",
39
+ "@tramvai/tokens-common": "2.150.1",
40
40
  "@tinkoff/dippy": "0.8.16",
41
41
  "@tinkoff/router": "0.2.17",
42
42
  "@tinkoff/url": "0.8.6",