@tramvai/cli 2.49.2 → 2.49.3

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 (24) hide show
  1. package/lib/library/webpack/application/server/prod.js +7 -1
  2. package/lib/library/webpack/application/server/prod.js.map +1 -1
  3. package/lib/library/webpack/blocks/optimize.js +3 -1
  4. package/lib/library/webpack/blocks/optimize.js.map +1 -1
  5. package/package.json +2 -2
  6. package/src/library/swc/__integration__/__snapshots__/swc.build.test.ts.snap +564 -0
  7. package/src/library/swc/__integration__/__snapshots__/swc.start.test.ts.snap +769 -0
  8. package/src/library/swc/__integration__/components/lazy-inner.tsx +3 -0
  9. package/src/library/swc/__integration__/create-token-pure.ts +3 -0
  10. package/src/library/swc/__integration__/images/logo.svg +1 -0
  11. package/src/library/swc/__integration__/index.ts +18 -0
  12. package/src/library/swc/__integration__/lazy-component.tsx +12 -0
  13. package/src/library/swc/__integration__/mocks/tramvai-core.ts +3 -0
  14. package/src/library/swc/__integration__/mocks/tramvai-react.ts +1 -0
  15. package/src/library/swc/__integration__/node-env.ts +13 -0
  16. package/src/library/swc/__integration__/provider-stack.ts +10 -0
  17. package/src/library/swc/__integration__/react-svg.tsx +9 -0
  18. package/src/library/swc/__integration__/server.inline.ts +7 -0
  19. package/src/library/swc/__integration__/swc.build.test.ts +99 -0
  20. package/src/library/swc/__integration__/swc.start.test.ts +102 -0
  21. package/src/library/swc/__integration__/tsconfig.json +13 -0
  22. package/src/library/swc/__integration__/typeof-window.ts +13 -0
  23. package/src/library/webpack/application/server/prod.ts +6 -1
  24. package/src/library/webpack/blocks/optimize.ts +3 -1
@@ -0,0 +1,769 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`client: create-token-pure.ts 1`] = `
4
+ "__webpack_require__.r(__webpack_exports__);
5
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
6
+ /* harmony export */ "TEST_TOKEN": function() { return /* binding */ TEST_TOKEN; }
7
+ /* harmony export */ });
8
+ /* harmony import */ var _tramvai_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./src/library/swc/__integration__/mocks/tramvai-core.ts");
9
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
10
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
11
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
12
+
13
+
14
+ const TEST_TOKEN = /*#__PURE__*/ (0,_tramvai_core__WEBPACK_IMPORTED_MODULE_0__.createToken)("TEST_TOKEN");
15
+
16
+
17
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
18
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
19
+ $ReactRefreshModuleId$
20
+ );
21
+
22
+ function $ReactRefreshModuleRuntime$(exports) {
23
+ if (true) {
24
+ let errorOverlay;
25
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
26
+ errorOverlay = __react_refresh_error_overlay__;
27
+ }
28
+ let testMode;
29
+ if (typeof __react_refresh_test__ !== 'undefined') {
30
+ testMode = __react_refresh_test__;
31
+ }
32
+ return __react_refresh_utils__.executeRuntime(
33
+ exports,
34
+ $ReactRefreshModuleId$,
35
+ module.hot,
36
+ errorOverlay,
37
+ testMode
38
+ );
39
+ }
40
+ }
41
+
42
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
43
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
44
+ } else {
45
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
46
+ }
47
+
48
+ "
49
+ `;
50
+
51
+ exports[`client: images/logo.svg\\?react 1`] = `
52
+ "__webpack_require__.r(__webpack_exports__);
53
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
54
+ /* harmony export */ "default": function() { return __WEBPACK_DEFAULT_EXPORT__; }
55
+ /* harmony export */ });
56
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
57
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
58
+ function _extends() {
59
+ _extends = Object.assign || function(target) {
60
+ for(var i = 1; i < arguments.length; i++){
61
+ var source = arguments[i];
62
+ for(var key in source){
63
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
64
+ target[key] = source[key];
65
+ }
66
+ }
67
+ }
68
+ return target;
69
+ };
70
+ return _extends.apply(this, arguments);
71
+ }
72
+
73
+ const SvgLogo = (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("svg", _extends({
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ viewBox: "0 0 80.9 72.2",
76
+ role: "img"
77
+ }, props, {
78
+ children: [
79
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
80
+ fill: "#fff",
81
+ d: "m79.8 33.8 1-3.4-3.5.1c-.3 0-2.4-.1-4.5-1.6h.5c2.1 0 4.2-1.3 5-3.1l1.5-3.3c-1.9 0-3.6-.2-3.6-.2s-1.4-.2-2.9-1.8c-1.1-1.1-2.5-1.7-4-1.7-.7 0-1.2.1-1.7.3.1-.3.2-.5.2-.8.5-3.1-1.5-5.5-1.5-5.5l-2.6-3.2-1.6 3.8s-.4.9-1.1 1.3c-.2-1.1-.8-2.4-1.9-3.6-2.2-2.3-4.8-2.6-6.2-2.6-.6 0-1.1.1-1.2.1l-3.2.6c.2-.7.6-1.9 1.3-3l1.7-2.7L47 4l-1.4-3-2.7 1.4L40.4 0 38 2.5l-2.7-1.4-1.4 3-4.4-.5 1.7 2.7c.7 1.1 1.1 2.3 1.3 3l-3-.6h-.1c-.2 0-.6-.1-1.3-.1-1.4 0-4 .3-6.2 2.6-1.2 1.2-1.7 2.5-1.9 3.6-.7-.4-1.1-1.3-1.1-1.3l-1.6-3.8-2.7 3.3c-.3.4-1.9 2.6-1.5 5.4 0 .3.1.5.2.8-.5-.2-1.1-.3-1.7-.3-1.5 0-2.9.6-4 1.7-1.6 1.6-2.9 1.8-2.9 1.8s-1.4.3-3.6.2l1.5 3.3c.8 1.8 2.9 3.1 5 3.1h.5c-2.1 1.5-4.2 1.6-4.5 1.6L0 30.4l1.1 3.4c.5 1.7 2.3 4.6 5.8 4.9-.4 1.6-1.2 3.3-3 4.1l-2.6 1.1 1.4 2.5c.8 1.3 2.7 2.9 5.4 2.9.6 0 1.2-.1 1.7-.2.1.6.3 1.2.5 1.8.8 2.4.1 4.1.1 4.1l-1.3 2.7 2.9.8s.9.3 2 .3c.5 0 1-.1 1.4-.2.3-.1.7-.2 1-.3.4.7.8 1.3 1.4 1.8 1.9 1.9 4.5 2.9 7.8 2.9H28l-4.9 2 3.7 1.8c1.4.7 3 1.4 4.6 2l-.5 1.3 1.3.6c.1.1 2.6 1.2 6.7 1.4h3c4.1-.2 6.6-1.3 6.7-1.4l1.3-.6-.5-1.3c1.7-.6 3.4-1.4 4.7-2.1l3.7-1.8-4.9-2h2.4c3.3 0 6-1 7.8-2.9.5-.5 1-1.2 1.4-1.8.3.1.6.2 1 .3.4.1.9.2 1.4.2 1.1 0 2-.2 2-.2l2.9-.8-1.3-2.7c0-.1-.7-1.7.1-4.1.2-.6.4-1.2.5-1.8.5.1 1.1.2 1.7.2 3.5 0 5.1-2.4 5.4-3l1.4-2.5-2.6-1.1c-1.8-.8-2.7-2.5-3-4.1 3.4-.2 5.3-3.1 5.8-4.8M32.7 10.4zm7.7-.1c-2.8 0-4.9.9-5.3 2l5.3 2.1 5.3-2.1c-.4-1.1-2.5-2-5.3-2m.1 55.7h-.1c-1.7 0-4-.3-5.1-.7L33.9 69c.9.3 3.9.9 6.5.9s5.7-.6 6.5-.9l-1.3-3.7c-1.1.4-3.4.7-5.1.7"
82
+ }, void 0, false, {
83
+ fileName: "<project_dir>/images/logo.svg",
84
+ lineNumber: 3,
85
+ columnNumber: 112
86
+ }, undefined),
87
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
88
+ fill: "#fff",
89
+ d: "M50.7 62.4c-1 .6-3.2 1.4-4.5 1.8l1.1 3c2-.6 3.7-1.2 5.1-1.9l-2.4-.7.7-2.2zm-20.5 0 .7 2.2-2.3.8c1.4.7 3 1.3 5.1 1.9l1.1-3c-1.4-.5-3.6-1.3-4.6-1.9M40.4 6.8c2.1 0 4.2.5 5.8 1.4.1-.5.3-1.1.6-1.7l-.6.1-.6.1-.3-.6-.8-1.7-1.5.8-.6.3L42 5l-1.6-1.6L38.9 5l-.5.4-.6-.3-1.5-.8-.8 1.7-.3.6-.6-.1-.6-.1c.3.6.5 1.2.6 1.7 1.7-.8 3.7-1.3 5.8-1.3m32.1 19.6c.3.1.5.1.8.1 1.2 0 2.3-.8 2.7-1.6 0 0-2.2-.1-4.5-2.5-.7-.8-1.5-1-2.2-1-1.1 0-1.8.6-1.8.6 2.9 1.4 3.4 3.8 5 4.4m-65 .1c.3 0 .6 0 .8-.1 1.6-.5 2.2-3 5-4.5 0 0-.8-.6-1.8-.6-.7 0-1.5.2-2.2 1-2.3 2.4-4.5 2.5-4.5 2.5.4.9 1.5 1.7 2.7 1.7m65.8 9.7h.1c3 0 4-3.2 4-3.2h-.1c-.5 0-5-.1-8.1-4.1-2.1-2.6-3.7-4.9-7.1-5.8l-.3-.1-.1-.3c-.1-.5.3-1 1-1.5 4.6-3 1.5-6.8 1.5-6.8s-1.3 3.1-4.2 3.1h-.2c-.3 0-.7 0-1-.1l-.5-.1s.8-2.3-1.2-4.4c-1.5-1.6-3.4-1.8-4.4-1.8-.5 0-.9.1-.9.1 1 1.3 1.7 3.5.6 4.9-1 1.2-3.5 1.2-3.5 3 0 .7.7 1.6 1.9 2.4 3.7 2.3 7.4 5.4 8.9 9.6 1.9 5.2-.2 8.6-3.3 10.6 0 0 1 .9 2.4 1h.8c3 0 4.5-1.4 4.5-1.4s-.3 1.9-1.8 3.7c-1.4 1.6-3.3 2.6-6.1 2.6 0 0-.1 1.3 1.2 2.5.8.7 2.7 1 2.7 1s-3.5.7-3.9 5.8c-.2 2.8-.9 3.8-.9 3.8h.1c8.1 0 7.9-6.9 7.9-6.9s.6 2.1 2.8 2.6c.3.1.6.1.8.1.7 0 1.4-.2 1.4-.2s-1.2-2.5 0-6c1-2.9.8-5 .8-5s1.1 1.6 3.8 1.7c2.2 0 3.2-1.7 3.2-1.7-5.4-2.2-4.9-9.5-4.9-9.5s.7.4 2.1.4m-1.6 7.5c-2.2-1.1-3.6-3.9-3.9-5-.4 5.7-3.1 9.6-6.4 13.4-1.7 2-2.3 3.9-2.3 3.9s.3-2.2 1.8-3.9c3-3.6 5.9-8.2 6.1-13.4.1-3.7-.8-6.6-2.3-9.1.8 2.5.7 5.7-2.1 8.6 0 0 5.5-6.6-2.2-13.5-3.1-2.6-6.5-4.2-8.2-5.3 6.3 2.1 9.4-.2 9.4-.2-2 1.7-4.6 1.7-6.2 1.5.4.2.9.4 1.4.7 5.3 2.9 10.1 7.7 10.9 14.2v-.1c1.2 6.6 4 8.2 4 8.2m-50.9 7.2s1.9-.2 2.7-1c1.3-1.1 1.2-2.5 1.2-2.5-2.8 0-4.7-1-6.1-2.6-1.5-1.8-1.8-3.7-1.8-3.7s1.5 1.4 4.5 1.4h.8c1.4-.1 2.4-1 2.4-1-3.1-2-5.2-5.4-3.3-10.6 1.5-4.2 5.2-7.3 8.9-9.6 1.2-.8 1.9-1.6 1.9-2.4 0-1.7-2.5-1.8-3.5-3-1.2-1.4-.4-3.6.6-4.9 0 0-.3-.1-.9-.1-1.1 0-2.9.3-4.4 1.8-2 2.1-1.2 4.4-1.2 4.4l-.6.3c-.3.1-.6.1-1 .1h-.2c-2.9 0-4.2-3.1-4.2-3.1s-3.1 3.8 1.5 6.8c.8.5 1.1 1 1 1.5l-.1.4-.3.1c-3.3.9-5 3.2-7.1 5.8-3.1 4-7.5 4.1-8.1 4.1 0 0 1 3.2 4 3.2h.1c1.4 0 2.1-.6 2.1-.6s.5 7.2-4.9 9.5c0 0 1 1.7 3.2 1.7 2.7 0 3.8-1.7 3.8-1.7s-.2 2.1.8 5c1.2 3.5 0 6 0 6s.6.2 1.4.2c.3 0 .6 0 .8-.1 2.3-.5 2.8-2.6 2.8-2.6s-.2 6.9 7.9 6.9h.1s-.7-1-.9-3.8c-.4-5.1-3.9-5.9-3.9-5.9m-1.3 1.3c-3.2-3.8-6-7.7-6.4-13.4-.3 1-1.7 3.9-3.9 5 0 0 2.8-1.7 4-8.1v.1c.8-6.6 5.6-11.3 10.9-14.2.5-.3.9-.5 1.4-.7-1.6.3-4.2.3-6.2-1.5 0 0 3.1 2.3 9.4.2-1.7 1.1-5.1 2.7-8.2 5.3-7.8 6.8-2.2 13.5-2.2 13.5-2.8-2.9-2.9-6-2.1-8.6-1.5 2.4-2.4 5.4-2.3 9.1.2 5.1 3.1 9.6 6.1 13.3 1.5 1.8 1.8 3.9 1.8 3.9s-.6-1.9-2.3-3.9M34.5 25.6c.1.1.3.3.4.5l.1.1c.1.2.2.3.3.5 0 0 0 .1.1.1.1.2.3.4.4.6 1.2 2 3 3.2 4.7 3.2 1.7 0 3.5-1.2 4.7-3.2.1-.2.3-.4.4-.6 0 0 0-.1.1-.1.1-.2.2-.3.4-.5l.1-.1c.1-.2.3-.3.4-.5l.1-.1c.6-.6 1.3-1.1 2.2-1.3l-.6-.2-1.6-1-1.7-1-4.5 2.5L36 22l-1.7 1-1.6 1-.4.2c.8.3 1.5.7 2.2 1.4-.1 0-.1 0 0 0m4.1-.2h3.8v1.3c-.4-.5-1.3-.4-1.3-.4v1.9s0 .9.4 1.3h-1.8c.3-.4.4-1.3.4-1.3v-1.9s-.9-.1-1.3.4v-1.3zm1.5-2.5v-7.7l-4.9-1.7 1.3 7.4 3.6 2zM39 17.1v1.2l-.2-.1s-.4-.1-1-.6c-1-.8-1-1.5-1-1.5l2.2 1zm5.4 3.9 1.3-7.4-4.9 1.7V23l3.6-2zm-2.5-3.9 2.2-.9s0 .7-1 1.5c-.6.5-.9.6-1 .6l-.2.1v-1.3zm-8.7 23.5c.5.2 1 .2 1.3.2v-.1c0-.1.1-.2.1-.3.1-.4.1-.9.1-1.2-.2-.1-.5-.3-.6-.7-.2-.4-.4-.6-.8-.6-.5 0-1 .3-1.2.4-.2 1.2.5 2.1 1.1 2.3m10.7-4c-.9 1-2.7 2.7-2.8 2.8l-.1.1-5.6-.1c0 .6-.1 1-.2 1.4v.2l6.7 1.2c.7-.5 2.6-1.9 3.3-2.4-.5-.8-.6-1.7-.5-2.4-.3-.3-.5-.6-.8-.8"
90
+ }, void 0, false, {
91
+ fileName: "<project_dir>/images/logo.svg",
92
+ lineNumber: 3,
93
+ columnNumber: 1615
94
+ }, undefined),
95
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
96
+ fill: "#fff",
97
+ d: "M44.7 29.8c-1.3 1.3-2.5 1.8-3.6 1.9h-1.2c-.2 0-.4 0-.6-.1-.1.3-.2.9.1 1.5.2.5.7.9 1.4 1.2l.2.1v.3c0 .1.1 1.7 1.8 2.2.3-.3.6-.6.7-.8-.4-.9-.2-1.7.4-2.2 0 .1-.3 2.2 1.5 3l.3.1-.1.3c0 .1-.6 2.2 1.5 2.9l.4.1-.2.4c0 .1-.8 2 1.1 3h4.2v-3.3c-1.5-.2-2.1-1.4-2.3-2.2-.7-.1-1.2-.4-1.6-.9-.9-1.1-.1-2.2-.1-2.3 0 0 0 1.1.7 1.8.3.3.7.6 1.4.6h.3v.3c0 .1.2 1.6 1.6 1.8v-6.7c0-1 .3-2.1.7-3.1h-8.6zm-11.2 3.1-.1 4.3.5.1 1.2-4.1-.6-1.3zm13.2 19.7h.1c.7.2.9 2.9 2.2 3.1h.3c.4 0 .6-.2.8-.4 0 0-.7-1-1.1-1.7-.7-.9-1.2-2-2.4-2h-.1c-.4 0-.6.2-.6.2-.5-.3-.9-.4-1.4-.4-.8 0-1.3.3-1.6.3l-2.7-.3c-.4 0-.8-.5-.9-.6v-.3c-.1-2.2-1.8-3.2-2.4-3.2 0 0 .1-.4-.1-.6l-.6.7-2-1 1.4 1.6-1.2 1.3c-.1.2-.1.4-.1.4l.5.5.6-.4h.9c.3 0 .5-.1.5-.3-.1.8-.8 2.2-.3 3.4l.4.8-2.4-.3-1.1 1.9c-.3.6-.4 1.3-.1 1.7l.4.5s.6-.6.7-1l-.2-.2c-.2-.2-.2-.3-.1-.5l.7-1.2 2.8.7.1-.3c.2-.3.5-.4.8-.4h.4c.5.1 1.4.2 2.2.2.9 0 1.9-.2 2.4-.7 1 1.5 3.1 1.8 2.9 2.5l-.5 2.6c.4 0 .7 0 1-.1l.5-2.7c.1-.3.1-.7.1-.7-.2-.2-.7-.6-1-1.2-.4-.7-.2-1.1-.5-2 .3.3.4.1.7.1m-10.6-3.8c-.1 0-.2-.1-.2-.3 0-.1.1-.2.3-.2.1 0 .2.1.2.3-.1.1-.2.2-.3.2"
98
+ }, void 0, false, {
99
+ fileName: "<project_dir>/images/logo.svg",
100
+ lineNumber: 3,
101
+ columnNumber: 4984
102
+ }, undefined),
103
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
104
+ fill: "#fff",
105
+ d: "M32.2 55s.9-.4 1-.7l-.1-.3c-.1-.2-.1-.4.1-.5l1-.7 1.7.3s-.3-.4-.3-.9l-1.6-.3-1.5.9c-.7.5-.7 1.3-.5 1.8l.2.4zm12 4.4h1s.9-2.5.9-2.6c-.5-.2-1.5-.8-1.9-1 .3.4.9.8.8 1.2l-.8 2.4z"
106
+ }, void 0, false, {
107
+ fileName: "<project_dir>/images/logo.svg",
108
+ lineNumber: 3,
109
+ columnNumber: 6070
110
+ }, undefined),
111
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
112
+ fill: "#FCE527",
113
+ d: "M52.4 44.4h-24v9c0 3.7 2.7 6 6.6 6 3.3 0 4.2.1 5.4 1.3.8-.8 1.5-1.2 3-1.3v-.1l.8-2.3c0-.1-1.3-1.5-1.3-1.5-.5.2-.9.2-1.6.2-.7 0-1.5-.1-2.4-.2h-.3c-.1 0-.1 0-.1.1l-.1.2-.3.5-.5-.1-2.3-.5-.3.4v.1l.3.3-.1.4c-.2.5-.7 1.1-.9 1.3l-.6.6-.5-.7-.4-.5c-.4-.5-.5-1.2-.3-1.9l-.6.3-.3-.6-.2-.4c-.4-.8-.2-1.9.7-2.6l1.9-1 1.8.3c0-.2.1-.8.2-.9h-.1l-1 .4-1-.7s-.4-.4 0-.7l.9-1.4-2.4-3 3.7 1.5.2-.3.5-.6.6.5c.2.2.3.3.3.5 1 .4 2.8 1.6 3 3.5H40c.1.2.2.2.3.2l2.6.3c.1 0 .1 0 .2-.1.3-.1.8-.3 1.4-.3.5 0 .9.1 1.4.3.2-.1.4-.1.6-.1h.1c1.4 0 2.1 1.1 2.7 1.9.1.1.2.3.3.4.5.7 1.1 1.7 1.2 1.8l.3.5-.4.4c-.3.3-.7.7-1.4.7h-.5c-.1 0-.3-.1-.4-.1 0 .1 0 .3-.1.4l-.5 2.4c2.8-.7 4.5-2.8 4.5-5.8l.1-9zm-24-.7h18.7c-.9-1-.9-2.2-.7-3-.3-.1-.5-.3-.7-.5-.7.5-3 2.2-3.5 2.6l-.1.1-7.3-1.3H34c-.1.3-.4.6-.7.6h-.1c-.2 0-.4-.1-.5-.3-.1-.2-.2-.3-.1-.5v-.2c-.8-.5-1.5-1.7-1.1-3v-.1l.1-.1s.1-.1.3-.2l-.5-.1c-.2 0-.3-.2-.3-.4s.2-.3.4-.3l1.3.2.1-4.5 1.9-2 1.2 2.5-1.2 4.3 1.1.2c.2 0 .3.2.3.4s-.2.3-.4.3h-.1l-.9-.1v.1c.1.2.3.3.4.4l5.6.1 1.4-1.4c-1.4-.5-1.9-1.7-2-2.5-.8-.3-1.3-.8-1.6-1.5-.4-.8-.2-1.6-.1-2-.7-.3-1.5-.8-2.3-1.6h-8.4c.4 1 .7 2 .7 3.1v10.7z"
114
+ }, void 0, false, {
115
+ fileName: "<project_dir>/images/logo.svg",
116
+ lineNumber: 3,
117
+ columnNumber: 6269
118
+ }, undefined),
119
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
120
+ d: "M36.1 48.3c-.1 0-.3.1-.3.2s.1.3.2.3.3-.1.3-.2c.1-.2 0-.3-.2-.3m16.3 16.4-1.4-.6.4-1.4.4-1.6s-2.4 1.3-5.9 2.3c-1 .3-1.7.4-1.7.4V65s-1.8.3-3.7.3c-1.9 0-3.7-.3-3.7-.3v-1.1s-.7-.1-1.7-.4c-3.5-1-5.9-2.3-5.9-2.3l.4 1.6.4 1.4-1.4.5-1.5.6c1.8.9 4.2 2.1 6.4 2.7l-.5 1.4s2.8 1.3 7.6 1.3c4.7 0 7.6-1.3 7.6-1.3l-.5-1.4c2.2-.6 4.7-1.9 6.4-2.7l-1.7-.6zm-23.8.6 2.3-.8-.7-2.2c1 .6 3.2 1.4 4.5 1.8l-1.1 3c-2-.4-3.6-1.1-5-1.8m11.8 4.6c-2.6 0-5.7-.6-6.5-.9l1.3-3.7c1.1.3 3.4.7 5.1.7h.1c1.7 0 4-.3 5.1-.7L47 69c-.9.3-3.9.9-6.6.9m6.9-2.7-1.1-3c1.3-.4 3.5-1.3 4.6-1.8l-.8 2.2 2.3.8c-1.4.6-3 1.3-5 1.8M40.4 7.7c2.8 0 5.1.9 6.3 1.9 0 0 .4-2.2 1.6-4.2l-2.3.3-1.2-2.5-2.3 1.2-2.2-2.2-2.2 2.2L36 3.2l-1.2 2.5-2.3-.3c1.3 2 1.6 4.2 1.6 4.2 1.3-1 3.5-1.9 6.3-1.9m-5.7-1.1.6.1.3-.6.8-1.7 1.5.8.6.3.4-.5 1.6-1.6L42 5l.5.4.6-.3 1.5-.8.8 1.7.3.6.6-.1.6-.1c-.3.6-.5 1.2-.6 1.7-1.6-.9-3.6-1.4-5.8-1.4-2.1 0-4.2.5-5.7 1.4-.1-.5-.3-1.1-.6-1.7l.5.2zm38.7 30.6c3.6 0 4.9-3.7 4.9-3.9l.4-1.3h-1.4c-.5 0-4.5-.1-7.3-3.7l-.2-.3c-1.9-2.4-3.6-4.6-6.8-5.6.1-.1.2-.2.4-.3 1.7-1.1 2.6-2.4 2.9-4 .4-2.3-1.1-4.2-1.2-4.3l-1-1.3-.6 1.5c0 .1-1.1 2.5-3.3 2.5h-.6c.1-1.1-.1-2.7-1.6-4.2-1.8-1.9-4-2.1-5.1-2.1-.6 0-1 .1-1.1.1l-1.5.3.9 1.2c.7 1 1.4 2.7.6 3.7-.3.3-.8.5-1.3.8-1 .5-2.4 1.1-2.4 2.8 0 1.1.8 2.2 2.4 3.2 4.5 2.8 7.3 5.8 8.5 9.1 1.9 5-.6 7.9-2.9 9.4l-1.1.7.9.9c.1.1 1.3 1.1 2.9 1.3h.9c1.1 0 2-.2 2.7-.4-.2.4-.5.7-.8 1.1-1.4 1.6-3 2.3-5.4 2.3h-.9l-.1.9c0 .2-.1 1.8 1.5 3.2.2.2.5.4.8.5-1.1 1-2.1 2.6-2.3 5.5-.2 2.4-.7 3.3-.8 3.3l-1 1.5h1.8c2.9 0 5.2-.8 6.7-2.4.9-.9 1.4-2 1.8-3 .5.4 1.2.8 2 1 .3.1.7.1 1.1.1.8 0 1.5-.2 1.6-.2l1.1-.3-.5-1.1c0-.1-1-2.2 0-5.2.4-1.3.7-2.5.8-3.4.7.4 1.7.7 2.9.7 2.8 0 4-2.1 4.1-2.2l.6-1-1-.4c-3.3-1.4-4.1-5.1-4.2-7.1.3.1.6.1 1 .1h.2zm2.7 7.9s-1 1.7-3.2 1.7c-2.7 0-3.8-1.7-3.8-1.7s.2 2.1-.8 5c-1.2 3.5 0 6 0 6s-.6.2-1.4.2c-.3 0-.6 0-.8-.1-2.3-.5-2.8-2.6-2.8-2.6s.2 6.9-7.9 6.9h-.1s.7-1 .9-3.8c.4-5.1 3.9-5.8 3.9-5.8s-1.9-.2-2.7-1c-1.3-1.1-1.2-2.5-1.2-2.5 2.8 0 4.7-1 6.1-2.6 1.5-1.8 1.8-3.7 1.8-3.7s-1.5 1.4-4.5 1.4h-.8c-1.4-.1-2.4-1-2.4-1 3.1-2 5.2-5.4 3.3-10.6-1.5-4.2-5.2-7.3-8.9-9.6-1.1-.7-1.8-1.6-1.8-2.3 0-1.7 2.5-1.8 3.5-3 1.2-1.4.4-3.6-.6-4.9 0 0 .3-.1.9-.1 1.1 0 2.9.3 4.4 1.8 2 2.1 1.2 4.4 1.2 4.4l.5.1c.3.1.6.1 1 .1h.2c2.9 0 4.2-3.1 4.2-3.1s3.1 3.8-1.5 6.8c-.8.5-1.1 1-1 1.5l.1.3.3.1c3.3.9 5 3.2 7.1 5.8 3.1 4 7.5 4.1 8.1 4.1h.1s-1 3.2-4 3.2h-.1c-1.4 0-2.1-.6-2.1-.6s-.6 7.4 4.8 9.6m-9-22.3c1.4.7 2.1 1.7 2.8 2.6.7.8 1.3 1.6 2.3 2 .4.1.7.2 1.1.2 1.5 0 3-.9 3.6-2.2l.6-1.3-1.4-.1c-.1 0-1.9-.2-3.9-2.2-.8-.8-1.8-1.3-2.9-1.3-1.3 0-2.3.7-2.4.7l-1.2.8 1.4.8zm2.3-1.5c.7 0 1.5.2 2.2 1 2.3 2.4 4.5 2.5 4.5 2.5-.4.9-1.5 1.6-2.7 1.6-.3 0-.6 0-.8-.1-1.6-.5-2.2-3-5-4.5-.1.1.7-.5 1.8-.5m-1.7 14.3c-.8-6.5-5.6-11.3-10.9-14.2-.5-.3-.9-.5-1.4-.7 1.6.3 4.2.3 6.2-1.5 0 0-3.1 2.3-9.4.2 1.7 1.1 5.1 2.7 8.2 5.3 7.8 6.8 2.2 13.5 2.2 13.5 2.8-2.9 2.9-6 2.1-8.6 1.5 2.4 2.4 5.4 2.3 9.1-.2 5.2-3.1 9.8-6.1 13.4-1.5 1.8-1.8 3.9-1.8 3.9s.6-1.9 2.3-3.9c3.2-3.8 6-7.7 6.4-13.4.3 1 1.7 3.9 3.9 5 0 0-2.8-1.6-4-8.1M26.4 60s-.6-.9-.7-3.3c-.2-2.9-1.3-4.5-2.4-5.5.3-.1.6-.3.8-.5 1.6-1.4 1.5-3.1 1.5-3.2l-.1-.9h-.9c-2.4 0-4.1-.8-5.4-2.3-.3-.4-.6-.7-.8-1.1.7.2 1.7.4 2.7.4h.9c1.7-.1 2.8-1.1 2.9-1.3l.9-.9-1.1-.7c-2.4-1.5-4.8-4.4-2.9-9.4 1.2-3.3 4-6.3 8.5-9.1 1.5-1 2.4-2.1 2.4-3.2 0-1.7-1.4-2.3-2.4-2.8-.5-.2-1-.5-1.3-.8-.8-.9-.1-2.7.6-3.7l.9-1.2-1.5-.3s-.4-.1-1.1-.1c-1.1 0-3.3.3-5.1 2.1-1.5 1.5-1.7 3.2-1.6 4.2h-.6c-2.2 0-3.3-2.4-3.3-2.5l-.6-1.5-1 1.3c-.1.1-1.6 1.9-1.2 4.3.2 1.6 1.2 2.9 2.9 4 .2.1.3.2.4.3-3.2 1-4.9 3.3-6.8 5.6l-.3.3C8 32 4 32.1 3.5 32.1H2.1l.4 1.3c0 .2 1.3 3.9 4.9 3.9h.2c.4 0 .7-.1 1-.1-.2 2-.9 5.7-4.2 7.1l-1 .4.6 1s1.2 2.1 4 2.1c1.2 0 2.2-.3 2.9-.7.1.9.3 2.1.8 3.4 1 3 .1 5.2 0 5.2l-.5 1.1 1.1.3c.1 0 .8.2 1.6.2.4 0 .7 0 1.1-.1.9-.2 1.5-.6 2-1 .3.9.8 2 1.8 3 1.6 1.6 3.8 2.4 6.7 2.4h1.8l-.9-1.6zm-.9.5c-8.1 0-7.9-6.9-7.9-6.9s-.6 2.1-2.8 2.6c-.3.1-.6.1-.8.1-.7 0-1.4-.2-1.4-.2s1.2-2.5 0-6c-1-2.9-.8-5-.8-5s-1.1 1.6-3.8 1.7c-2.2 0-3.2-1.7-3.2-1.7 5.4-2.2 4.9-9.5 4.9-9.5s-.7.5-2.1.6h-.1c-3 0-4-3.2-4-3.2h.1c.5 0 5-.1 8.1-4.1 2.1-2.6 3.7-4.9 7.1-5.8l.3-.1.1-.3c.1-.5-.3-1-1-1.5-4.6-3-1.5-6.8-1.5-6.8s1.3 3.1 4.2 3.1h.2c.3 0 .7 0 1-.1l.5-.1s-.8-2.3 1.2-4.4c1.5-1.6 3.4-1.8 4.4-1.8.5 0 .9.1.9.1-1 1.3-1.7 3.5-.6 4.9 1 1.2 3.5 1.2 3.5 3 0 .7-.7 1.6-1.9 2.4-3.7 2.3-7.4 5.4-8.9 9.6-1.9 5.2.2 8.6 3.3 10.6 0 0-1 .9-2.4 1h-.8c-3 0-4.5-1.4-4.5-1.4s.3 1.9 1.8 3.7c1.4 1.6 3.3 2.6 6.1 2.6 0 0 .1 1.3-1.2 2.5-.8.7-2.7 1-2.7 1s3.5.7 3.9 5.8c.2 2.7.9 3.6.8 3.6zm-18-33c.4 0 .8-.1 1.1-.2 1-.3 1.7-1.1 2.3-2 .7-.9 1.5-1.8 2.8-2.6l1.4-.7-1.3-.9c-.1-.1-1.1-.7-2.4-.7-1.1 0-2.1.4-2.9 1.3-2 2.1-3.8 2.2-3.9 2.2l-1.3.1.6 1.3c.6 1.2 2.1 2.2 3.6 2.2m1.8-5.1c.7-.8 1.5-1 2.2-1 1 0 1.8.6 1.8.6-2.8 1.5-3.4 3.9-5 4.5-.3.1-.5.1-.8.1-1.2 0-2.3-.8-2.7-1.6 0-.1 2.2-.3 4.5-2.6m4.6 16.3c-.2-3.7.8-6.6 2.3-9.1-.8 2.5-.7 5.7 2.1 8.6 0 0-5.5-6.6 2.2-13.5 3.1-2.6 6.5-4.2 8.2-5.3-6.3 2.1-9.4-.2-9.4-.2 2 1.7 4.6 1.7 6.2 1.5-.4.2-.9.4-1.4.7-5.3 2.9-10.1 7.7-10.9 14.2v-.1c-1.2 6.5-4 8.1-4 8.1 2.2-1.1 3.6-3.9 3.9-5 .4 5.7 3.1 9.6 6.4 13.4 1.7 2 2.3 3.9 2.3 3.9s-.3-2.2-1.8-3.9c-3-3.5-5.9-8-6.1-13.3M38.6 25.4v1.3c.5-.5 1.3-.4 1.3-.4v1.9s0 .9-.4 1.3h1.8c-.3-.4-.4-1.3-.4-1.3v-1.9s.9-.1 1.3.4v-1.3h-3.6zm-.8-7.7c.6.5 1 .6 1 .6l.2.1v-1.2l-2.2-.9c0-.1 0 .6 1 1.4m5.3 0c1-.8 1-1.5 1-1.5l-2.2.9v1.2l.2-.1s.4-.1 1-.5"
121
+ }, void 0, false, {
122
+ fileName: "<project_dir>/images/logo.svg",
123
+ lineNumber: 3,
124
+ columnNumber: 7398
125
+ }, undefined),
126
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
127
+ d: "M47.1 12.7c0-1.9-3.1-3.5-6.6-3.5-3.5 0-6.6 1.7-6.6 3.5l.1.5 1.4 8-1.4.8-3.7 2s-.8.4-1.2.7c-1.4 1-1.7 2.3-.9 2.9.2-1.1 1.1-2.3 2.8-2.3 1.2 0 2.1.6 2.9 1.6.2.2.4.5.5.8l.6.9h-9.3C26.4 30 27 31.4 27 33v20.5c0 5 3.8 7.3 8 7.3 3.2 0 3.6-.1 5.4 1.6 1.8-1.8 2.2-1.6 5.4-1.6 4.1 0 8-2.4 8-7.3V32.9c0-1.6.6-3 1.3-4.4h-9.3l.6-.9c.2-.3.4-.5.5-.8.7-.9 1.7-1.6 2.9-1.6 1.7 0 2.6 1.2 2.8 2.3.8-.6.5-2-.9-2.9-.4-.3-1.2-.7-1.2-.7l-3.5-2-1.4-.8 1.4-8 .1-.4zm-11.9.9 4.9 1.7V23l-3.6-2-1.3-7.4zm1 16.2c.8.8 1.6 1.3 2.3 1.6-.1.4-.2 1.2.1 2 .3.6.8 1.1 1.6 1.5.1.8.6 2 2 2.5l-1.4 1.4-5.6-.1c-.1-.1-.3-.2-.4-.4v-.1l.9.1h.1c.2 0 .3-.1.4-.3 0-.2-.1-.4-.3-.4l-1.1-.2 1.2-4.3-1.2-2.5-1.9 2-.1 4.5-1.3-.2c-.2 0-.4.1-.4.3 0 .2.1.4.3.4l.5.1c-.2.1-.3.2-.3.2l-.2.1v.1c-.3 1.3.4 2.4 1.1 3v.2c0 .2 0 .4.1.5.1.2.3.3.5.3h.1c.3 0 .6-.2.7-.6h.8l7.3 1.3.1-.1c.6-.4 2.8-2 3.5-2.6.2.2.4.3.7.5-.2.8-.3 2 .7 3H28.4V32.9c0-1-.3-2.1-.7-3.1h8.5zm9 9.9c-.7.5-2.6 1.9-3.3 2.4l-6.7-1.2v-.2c.1-.3.2-.8.2-1.4l5.6.1.1-.1c.1-.1 1.9-1.8 2.8-2.8.2.3.5.5.8.8 0 .7 0 1.6.5 2.4m-11.1-1.2c.2.3.4.5.6.7 0 .3 0 .8-.1 1.2 0 .1 0 .2-.1.3v.1c-.3 0-.9 0-1.3-.2-.5-.2-1.3-1.2-1.1-2.2.2-.1.8-.4 1.2-.4.4 0 .6.1.8.5m-.7-1.3.1-4.3 1-1 .6 1.3-1.2 4.1-.5-.1zm11.8 22.2h-1L45 57c.1-.3-.5-.8-.8-1.2.4.2 1.4.8 1.9 1-.1.1-.9 2.6-.9 2.6m2.5-2.8-.5 2.7c-.3 0-.7.1-1 .1l.5-2.6c.2-.8-1.9-1-2.9-2.5-.5.6-1.4.7-2.4.7-.9 0-1.7-.1-2.2-.2h-.4c-.3 0-.6.1-.8.4l-.2.3-2.8-.8-.7 1.2c-.1.2-.1.3.1.5l.2.2c-.1.4-.7 1-.7 1l-.4-.5c-.3-.4-.3-1.1.1-1.7l1.1-1.9 2.4.3-.4-.8c-.5-1.1.3-2.5.3-3.4 0 .2-.3.3-.5.3h-.9l-.6.4-.5-.5c-.1-.1-.1-.3.1-.4l1.2-1.3-1.4-1.6 2 1 .6-.7c.2.2.1.6.1.6.6 0 2.3 1 2.4 3.2v.3c.1.2.5.6.9.6l2.7.3c.3 0 .9-.3 1.6-.3.4 0 .9.1 1.4.4 0 0 .2-.2.6-.2h.1c1.2 0 1.7 1.1 2.4 2 .5.7 1.1 1.7 1.1 1.7-.2.3-.5.4-.8.4h-.3c-1.3-.2-1.5-2.9-2.2-3.1h-.1c-.2 0-.3.2-.3.2.3.9.1 1.3.5 2 .3.5.8.9 1 1.2-.3-.2-.4.2-.4.5m-14.6-2.5.1.3c-.1.3-1 .7-1 .7l-.2-.5c-.2-.5-.2-1.3.5-1.8l1.5-.9 1.6.3c0 .5.3.9.3.9l-1.7-.3-1 .7c-.1.1-.1.4-.1.6m14.8 5.1.5-2.4c0-.1.1-.3.1-.4.1.1.3.1.4.1h.5c.7 0 1.1-.4 1.4-.7l.4-.4-.3-.5s-.7-1.1-1.2-1.8c-.1-.1-.2-.3-.3-.4-.6-.8-1.3-1.9-2.7-1.9h-.1c-.2 0-.4.1-.6.1-.4-.2-.9-.3-1.4-.3-.6 0-1.1.2-1.4.3-.1.1-.2.1-.3.1l-2.6-.3s-.1-.1-.3-.2l.6-.2c-.2-1.9-2-3.1-3-3.5 0-.2-.1-.4-.3-.5l-.6-.5-.5.6-.2.2-3.7-1.5 2.4 3-.9 1.4c-.3.4 0 .7 0 .7l1 .7 1-.4h.1c0 .2-.1.8-.2.9l-1.7-.2-1.9 1c-1 .7-1.1 1.9-.7 2.6l.2.4.3.6.6-.3c-.2.7-.1 1.5.3 1.9l.4.5.5.7.6-.6c.2-.2.7-.8.9-1.3l.1-.4-.3-.3v-.1l.3-.5 2.3.5.5.1.3-.5.1-.2c0-.1 0-.1.1-.1h.3c.9.2 1.7.2 2.4.2s1.1 0 1.6-.2c0 0 1.2 1.4 1.3 1.5l-.8 2.3v.1c-1.4.1-2.1.4-3 1.3-1.2-1.2-2.1-1.3-5.4-1.3-3.9 0-6.6-2.3-6.6-6v-9h24v9c0 3.3-1.7 5.4-4.5 6.1m5.2-29.4c-.4 1-.7 2-.7 3.1v6.7c-1.4-.2-1.6-1.8-1.6-1.8v-.3h-.3c-.6-.1-1-.3-1.4-.6-.7-.7-.7-1.8-.7-1.8 0 .1-.8 1.1.1 2.3.4.5.9.8 1.6.9.2.8.8 2 2.3 2.2v3.3h-4.2c-1.9-1.1-1.1-2.9-1.1-3l.2-.4-.3-.3c-2.1-.8-1.5-2.8-1.5-2.9l.1-.3-.3-.1c-1.7-.8-1.5-2.9-1.5-3-.5.4-.7 1.3-.4 2.2-.2.2-.5.5-.7.8-1.7-.5-1.7-2.2-1.7-2.2v-.3l-.2-.1c-.7-.3-1.2-.6-1.4-1.2-.3-.6-.2-1.2-.1-1.5.2 0 .4.1.6.1h1.2c1.1-.1 2.3-.6 3.6-1.9h8.4zM46.6 23l1.6 1 .4.2c-.9.3-1.6.7-2.2 1.3l-.1.1c-.1.1-.3.3-.4.5 0 0 0 .1-.1.1-.1.2-.2.3-.4.5 0 0 0 .1-.1.1-.1.2-.3.4-.4.6-1.2 2-3 3.2-4.7 3.2-1.7 0-3.5-1.2-4.7-3.2-.1-.2-.3-.4-.4-.6l-.1-.1c-.1-.2-.2-.3-.3-.5l-.1-.1c-.1-.2-.3-.3-.4-.5l-.1-.1c-.6-.6-1.3-1.1-2.2-1.3l.4-.2 1.6-1 1.7-1 4.5 2.5 4.5-2.5 2 1zm-2.2-2-3.6 1.9v-7.7l4.9-1.7-1.3 7.5zm-4-6.6-5.3-2.1c.5-1.1 2.5-2 5.3-2s4.9.9 5.3 2l-5.3 2.1z"
128
+ }, void 0, false, {
129
+ fileName: "<project_dir>/images/logo.svg",
130
+ lineNumber: 3,
131
+ columnNumber: 12664
132
+ }, undefined)
133
+ ]
134
+ }), void 0, true, {
135
+ fileName: "<project_dir>/images/logo.svg",
136
+ lineNumber: 3,
137
+ columnNumber: 26
138
+ }, undefined);
139
+ _c = SvgLogo;
140
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgLogo);
141
+ var _c;
142
+ __webpack_require__.$Refresh$.register(_c, "SvgLogo");
143
+
144
+
145
+ "
146
+ `;
147
+
148
+ exports[`client: lazy-component.tsx 1`] = `
149
+ "__webpack_require__.r(__webpack_exports__);
150
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
151
+ /* harmony export */ "Component": function() { return /* binding */ Component; }
152
+ /* harmony export */ });
153
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
154
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
155
+ /* harmony import */ var _tramvai_react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/library/swc/__integration__/mocks/tramvai-react.ts");
156
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
157
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
158
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
159
+
160
+
161
+
162
+ const LazyComponent = (0,_tramvai_react__WEBPACK_IMPORTED_MODULE_1__.lazy)({
163
+ chunkName () {
164
+ return "components-lazy-inner";
165
+ },
166
+ requireSync (props) {
167
+ return __webpack_require__(this.resolve(props));
168
+ },
169
+ isReady (props) {
170
+ const key = this.resolve(props);
171
+ return !!__webpack_require__.m[key];
172
+ },
173
+ importAsync: ()=>__webpack_require__.e(/* import() | components-lazy-inner */ "components-lazy-inner").then(__webpack_require__.bind(__webpack_require__, "./src/library/swc/__integration__/components/lazy-inner.tsx")),
174
+ requireAsync (props) {
175
+ return this.importAsync(props).then((resolved)=>{
176
+ return resolved;
177
+ });
178
+ },
179
+ resolve () {
180
+ return /*require.resolve*/("./src/library/swc/__integration__/components/lazy-inner.tsx");
181
+ }
182
+ });
183
+ _c = LazyComponent;
184
+ const Component = ()=>{
185
+ return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {
186
+ children: [
187
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("h2", {
188
+ children: "Lazy test"
189
+ }, void 0, false, {
190
+ fileName: "<project_dir>/lazy-component.tsx",
191
+ lineNumber: 8,
192
+ columnNumber: 7
193
+ }, undefined),
194
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(LazyComponent, {}, void 0, false, {
195
+ fileName: "<project_dir>/lazy-component.tsx",
196
+ lineNumber: 9,
197
+ columnNumber: 7
198
+ }, undefined)
199
+ ]
200
+ }, void 0, true);
201
+ };
202
+ _c1 = Component;
203
+ var _c, _c1;
204
+ __webpack_require__.$Refresh$.register(_c, "LazyComponent");
205
+ __webpack_require__.$Refresh$.register(_c1, "Component");
206
+
207
+
208
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
209
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
210
+ $ReactRefreshModuleId$
211
+ );
212
+
213
+ function $ReactRefreshModuleRuntime$(exports) {
214
+ if (true) {
215
+ let errorOverlay;
216
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
217
+ errorOverlay = __react_refresh_error_overlay__;
218
+ }
219
+ let testMode;
220
+ if (typeof __react_refresh_test__ !== 'undefined') {
221
+ testMode = __react_refresh_test__;
222
+ }
223
+ return __react_refresh_utils__.executeRuntime(
224
+ exports,
225
+ $ReactRefreshModuleId$,
226
+ module.hot,
227
+ errorOverlay,
228
+ testMode
229
+ );
230
+ }
231
+ }
232
+
233
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
234
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
235
+ } else {
236
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
237
+ }
238
+
239
+ "
240
+ `;
241
+
242
+ exports[`client: node-env.ts 1`] = `
243
+ "__webpack_require__.r(__webpack_exports__);
244
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
245
+ /* harmony export */ "func": function() { return /* binding */ func; }
246
+ /* harmony export */ });
247
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
248
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
249
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
250
+
251
+ let internalFunc;
252
+ if (true) internalFunc = ()=>"Are you developer, for sure?";
253
+ if (false) {}
254
+ const func = ()=>{
255
+ return internalFunc();
256
+ };
257
+
258
+
259
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
260
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
261
+ $ReactRefreshModuleId$
262
+ );
263
+
264
+ function $ReactRefreshModuleRuntime$(exports) {
265
+ if (true) {
266
+ let errorOverlay;
267
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
268
+ errorOverlay = __react_refresh_error_overlay__;
269
+ }
270
+ let testMode;
271
+ if (typeof __react_refresh_test__ !== 'undefined') {
272
+ testMode = __react_refresh_test__;
273
+ }
274
+ return __react_refresh_utils__.executeRuntime(
275
+ exports,
276
+ $ReactRefreshModuleId$,
277
+ module.hot,
278
+ errorOverlay,
279
+ testMode
280
+ );
281
+ }
282
+ }
283
+
284
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
285
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
286
+ } else {
287
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
288
+ }
289
+
290
+ "
291
+ `;
292
+
293
+ exports[`client: provider-stack.ts 1`] = `
294
+ "__webpack_require__.r(__webpack_exports__);
295
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
296
+ /* harmony export */ "providers": function() { return /* binding */ providers; }
297
+ /* harmony export */ });
298
+ /* harmony import */ var _tramvai_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./src/library/swc/__integration__/mocks/tramvai-core.ts");
299
+ /* harmony import */ var _create_token_pure__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/library/swc/__integration__/create-token-pure.ts");
300
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
301
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
302
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
303
+
304
+ var _ref0;
305
+
306
+
307
+ const providers = [
308
+ (0,_tramvai_core__WEBPACK_IMPORTED_MODULE_0__.provide)((_ref0 = {
309
+ provide: _create_token_pure__WEBPACK_IMPORTED_MODULE_1__.TEST_TOKEN,
310
+ useValue: "test"
311
+ }, Object.defineProperty(_ref0, "__stack", {
312
+ enumerable: false,
313
+ value: new globalThis.Error().stack
314
+ }), _ref0))
315
+ ];
316
+
317
+
318
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
319
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
320
+ $ReactRefreshModuleId$
321
+ );
322
+
323
+ function $ReactRefreshModuleRuntime$(exports) {
324
+ if (true) {
325
+ let errorOverlay;
326
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
327
+ errorOverlay = __react_refresh_error_overlay__;
328
+ }
329
+ let testMode;
330
+ if (typeof __react_refresh_test__ !== 'undefined') {
331
+ testMode = __react_refresh_test__;
332
+ }
333
+ return __react_refresh_utils__.executeRuntime(
334
+ exports,
335
+ $ReactRefreshModuleId$,
336
+ module.hot,
337
+ errorOverlay,
338
+ testMode
339
+ );
340
+ }
341
+ }
342
+
343
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
344
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
345
+ } else {
346
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
347
+ }
348
+
349
+ "
350
+ `;
351
+
352
+ exports[`client: react-svg.tsx 1`] = `
353
+ "__webpack_require__.r(__webpack_exports__);
354
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
355
+ /* harmony export */ "Component": function() { return /* binding */ Component; }
356
+ /* harmony export */ });
357
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
358
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
359
+ /* harmony import */ var _images_logo_svg_react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/library/swc/__integration__/images/logo.svg?react");
360
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
361
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
362
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
363
+
364
+
365
+
366
+ const Component = ()=>{
367
+ return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("div", {
368
+ children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_images_logo_svg_react__WEBPACK_IMPORTED_MODULE_1__["default"], {}, void 0, false, {
369
+ fileName: "<project_dir>/react-svg.tsx",
370
+ lineNumber: 6,
371
+ columnNumber: 7
372
+ }, undefined)
373
+ }, void 0, false, {
374
+ fileName: "<project_dir>/react-svg.tsx",
375
+ lineNumber: 5,
376
+ columnNumber: 5
377
+ }, undefined);
378
+ };
379
+ _c = Component;
380
+ var _c;
381
+ __webpack_require__.$Refresh$.register(_c, "Component");
382
+
383
+
384
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
385
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
386
+ $ReactRefreshModuleId$
387
+ );
388
+
389
+ function $ReactRefreshModuleRuntime$(exports) {
390
+ if (true) {
391
+ let errorOverlay;
392
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
393
+ errorOverlay = __react_refresh_error_overlay__;
394
+ }
395
+ let testMode;
396
+ if (typeof __react_refresh_test__ !== 'undefined') {
397
+ testMode = __react_refresh_test__;
398
+ }
399
+ return __react_refresh_utils__.executeRuntime(
400
+ exports,
401
+ $ReactRefreshModuleId$,
402
+ module.hot,
403
+ errorOverlay,
404
+ testMode
405
+ );
406
+ }
407
+ }
408
+
409
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
410
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
411
+ } else {
412
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
413
+ }
414
+
415
+ "
416
+ `;
417
+
418
+ exports[`client: server.inline.ts 1`] = `
419
+ "__webpack_require__.r(__webpack_exports__);
420
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
421
+ /* harmony export */ "ForBrowser": function() { return /* binding */ ForBrowser; }
422
+ /* harmony export */ });
423
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
424
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
425
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
426
+
427
+ class ForBrowser {
428
+ test() {
429
+ console.log("Ok");
430
+ }
431
+ }
432
+ ForBrowser.prop = "static";
433
+
434
+
435
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
436
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
437
+ $ReactRefreshModuleId$
438
+ );
439
+
440
+ function $ReactRefreshModuleRuntime$(exports) {
441
+ if (true) {
442
+ let errorOverlay;
443
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
444
+ errorOverlay = __react_refresh_error_overlay__;
445
+ }
446
+ let testMode;
447
+ if (typeof __react_refresh_test__ !== 'undefined') {
448
+ testMode = __react_refresh_test__;
449
+ }
450
+ return __react_refresh_utils__.executeRuntime(
451
+ exports,
452
+ $ReactRefreshModuleId$,
453
+ module.hot,
454
+ errorOverlay,
455
+ testMode
456
+ );
457
+ }
458
+ }
459
+
460
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
461
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
462
+ } else {
463
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
464
+ }
465
+
466
+ "
467
+ `;
468
+
469
+ exports[`client: typeof-window.ts 1`] = `
470
+ "__webpack_require__.r(__webpack_exports__);
471
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
472
+ /* harmony export */ "func": function() { return /* binding */ func; }
473
+ /* harmony export */ });
474
+ /* provided dependency */ var __react_refresh_utils__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/runtime/RefreshUtils.js");
475
+ /* provided dependency */ var __react_refresh_error_overlay__ = __webpack_require__("../../node_modules/@pmmmwh/react-refresh-webpack-plugin/overlay/index.js");
476
+ __webpack_require__.$Refresh$.runtime = __webpack_require__("../../node_modules/react-refresh/runtime.js");
477
+
478
+ let internalFunc;
479
+ internalFunc = ()=>"Hello, I'm in browser";
480
+ const func = ()=>{
481
+ return internalFunc();
482
+ };
483
+
484
+
485
+ const $ReactRefreshModuleId$ = __webpack_require__.$Refresh$.moduleId;
486
+ const $ReactRefreshCurrentExports$ = __react_refresh_utils__.getModuleExports(
487
+ $ReactRefreshModuleId$
488
+ );
489
+
490
+ function $ReactRefreshModuleRuntime$(exports) {
491
+ if (true) {
492
+ let errorOverlay;
493
+ if (typeof __react_refresh_error_overlay__ !== 'undefined') {
494
+ errorOverlay = __react_refresh_error_overlay__;
495
+ }
496
+ let testMode;
497
+ if (typeof __react_refresh_test__ !== 'undefined') {
498
+ testMode = __react_refresh_test__;
499
+ }
500
+ return __react_refresh_utils__.executeRuntime(
501
+ exports,
502
+ $ReactRefreshModuleId$,
503
+ module.hot,
504
+ errorOverlay,
505
+ testMode
506
+ );
507
+ }
508
+ }
509
+
510
+ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Promise) {
511
+ $ReactRefreshCurrentExports$.then($ReactRefreshModuleRuntime$);
512
+ } else {
513
+ $ReactRefreshModuleRuntime$($ReactRefreshCurrentExports$);
514
+ }
515
+
516
+ "
517
+ `;
518
+
519
+ exports[`server: create-token-pure.ts 1`] = `
520
+ "__webpack_require__.r(__webpack_exports__);
521
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
522
+ /* harmony export */ "TEST_TOKEN": function() { return /* binding */ TEST_TOKEN; }
523
+ /* harmony export */ });
524
+ /* harmony import */ var _tramvai_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./src/library/swc/__integration__/mocks/tramvai-core.ts");
525
+
526
+ const TEST_TOKEN = /*#__PURE__*/ (0,_tramvai_core__WEBPACK_IMPORTED_MODULE_0__.createToken)("TEST_TOKEN");
527
+
528
+
529
+ "
530
+ `;
531
+
532
+ exports[`server: images/logo.svg\\?react 1`] = `
533
+ "__webpack_require__.r(__webpack_exports__);
534
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
535
+ /* harmony export */ "default": function() { return __WEBPACK_DEFAULT_EXPORT__; }
536
+ /* harmony export */ });
537
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
538
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
539
+
540
+ const SvgLogo = (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("svg", {
541
+ xmlns: "http://www.w3.org/2000/svg",
542
+ viewBox: "0 0 80.9 72.2",
543
+ role: "img",
544
+ ...props,
545
+ children: [
546
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
547
+ fill: "#fff",
548
+ d: "m79.8 33.8 1-3.4-3.5.1c-.3 0-2.4-.1-4.5-1.6h.5c2.1 0 4.2-1.3 5-3.1l1.5-3.3c-1.9 0-3.6-.2-3.6-.2s-1.4-.2-2.9-1.8c-1.1-1.1-2.5-1.7-4-1.7-.7 0-1.2.1-1.7.3.1-.3.2-.5.2-.8.5-3.1-1.5-5.5-1.5-5.5l-2.6-3.2-1.6 3.8s-.4.9-1.1 1.3c-.2-1.1-.8-2.4-1.9-3.6-2.2-2.3-4.8-2.6-6.2-2.6-.6 0-1.1.1-1.2.1l-3.2.6c.2-.7.6-1.9 1.3-3l1.7-2.7L47 4l-1.4-3-2.7 1.4L40.4 0 38 2.5l-2.7-1.4-1.4 3-4.4-.5 1.7 2.7c.7 1.1 1.1 2.3 1.3 3l-3-.6h-.1c-.2 0-.6-.1-1.3-.1-1.4 0-4 .3-6.2 2.6-1.2 1.2-1.7 2.5-1.9 3.6-.7-.4-1.1-1.3-1.1-1.3l-1.6-3.8-2.7 3.3c-.3.4-1.9 2.6-1.5 5.4 0 .3.1.5.2.8-.5-.2-1.1-.3-1.7-.3-1.5 0-2.9.6-4 1.7-1.6 1.6-2.9 1.8-2.9 1.8s-1.4.3-3.6.2l1.5 3.3c.8 1.8 2.9 3.1 5 3.1h.5c-2.1 1.5-4.2 1.6-4.5 1.6L0 30.4l1.1 3.4c.5 1.7 2.3 4.6 5.8 4.9-.4 1.6-1.2 3.3-3 4.1l-2.6 1.1 1.4 2.5c.8 1.3 2.7 2.9 5.4 2.9.6 0 1.2-.1 1.7-.2.1.6.3 1.2.5 1.8.8 2.4.1 4.1.1 4.1l-1.3 2.7 2.9.8s.9.3 2 .3c.5 0 1-.1 1.4-.2.3-.1.7-.2 1-.3.4.7.8 1.3 1.4 1.8 1.9 1.9 4.5 2.9 7.8 2.9H28l-4.9 2 3.7 1.8c1.4.7 3 1.4 4.6 2l-.5 1.3 1.3.6c.1.1 2.6 1.2 6.7 1.4h3c4.1-.2 6.6-1.3 6.7-1.4l1.3-.6-.5-1.3c1.7-.6 3.4-1.4 4.7-2.1l3.7-1.8-4.9-2h2.4c3.3 0 6-1 7.8-2.9.5-.5 1-1.2 1.4-1.8.3.1.6.2 1 .3.4.1.9.2 1.4.2 1.1 0 2-.2 2-.2l2.9-.8-1.3-2.7c0-.1-.7-1.7.1-4.1.2-.6.4-1.2.5-1.8.5.1 1.1.2 1.7.2 3.5 0 5.1-2.4 5.4-3l1.4-2.5-2.6-1.1c-1.8-.8-2.7-2.5-3-4.1 3.4-.2 5.3-3.1 5.8-4.8M32.7 10.4zm7.7-.1c-2.8 0-4.9.9-5.3 2l5.3 2.1 5.3-2.1c-.4-1.1-2.5-2-5.3-2m.1 55.7h-.1c-1.7 0-4-.3-5.1-.7L33.9 69c.9.3 3.9.9 6.5.9s5.7-.6 6.5-.9l-1.3-3.7c-1.1.4-3.4.7-5.1.7"
549
+ }, void 0, false, {
550
+ fileName: "<project_dir>/images/logo.svg",
551
+ lineNumber: 3,
552
+ columnNumber: 112
553
+ }, undefined),
554
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
555
+ fill: "#fff",
556
+ d: "M50.7 62.4c-1 .6-3.2 1.4-4.5 1.8l1.1 3c2-.6 3.7-1.2 5.1-1.9l-2.4-.7.7-2.2zm-20.5 0 .7 2.2-2.3.8c1.4.7 3 1.3 5.1 1.9l1.1-3c-1.4-.5-3.6-1.3-4.6-1.9M40.4 6.8c2.1 0 4.2.5 5.8 1.4.1-.5.3-1.1.6-1.7l-.6.1-.6.1-.3-.6-.8-1.7-1.5.8-.6.3L42 5l-1.6-1.6L38.9 5l-.5.4-.6-.3-1.5-.8-.8 1.7-.3.6-.6-.1-.6-.1c.3.6.5 1.2.6 1.7 1.7-.8 3.7-1.3 5.8-1.3m32.1 19.6c.3.1.5.1.8.1 1.2 0 2.3-.8 2.7-1.6 0 0-2.2-.1-4.5-2.5-.7-.8-1.5-1-2.2-1-1.1 0-1.8.6-1.8.6 2.9 1.4 3.4 3.8 5 4.4m-65 .1c.3 0 .6 0 .8-.1 1.6-.5 2.2-3 5-4.5 0 0-.8-.6-1.8-.6-.7 0-1.5.2-2.2 1-2.3 2.4-4.5 2.5-4.5 2.5.4.9 1.5 1.7 2.7 1.7m65.8 9.7h.1c3 0 4-3.2 4-3.2h-.1c-.5 0-5-.1-8.1-4.1-2.1-2.6-3.7-4.9-7.1-5.8l-.3-.1-.1-.3c-.1-.5.3-1 1-1.5 4.6-3 1.5-6.8 1.5-6.8s-1.3 3.1-4.2 3.1h-.2c-.3 0-.7 0-1-.1l-.5-.1s.8-2.3-1.2-4.4c-1.5-1.6-3.4-1.8-4.4-1.8-.5 0-.9.1-.9.1 1 1.3 1.7 3.5.6 4.9-1 1.2-3.5 1.2-3.5 3 0 .7.7 1.6 1.9 2.4 3.7 2.3 7.4 5.4 8.9 9.6 1.9 5.2-.2 8.6-3.3 10.6 0 0 1 .9 2.4 1h.8c3 0 4.5-1.4 4.5-1.4s-.3 1.9-1.8 3.7c-1.4 1.6-3.3 2.6-6.1 2.6 0 0-.1 1.3 1.2 2.5.8.7 2.7 1 2.7 1s-3.5.7-3.9 5.8c-.2 2.8-.9 3.8-.9 3.8h.1c8.1 0 7.9-6.9 7.9-6.9s.6 2.1 2.8 2.6c.3.1.6.1.8.1.7 0 1.4-.2 1.4-.2s-1.2-2.5 0-6c1-2.9.8-5 .8-5s1.1 1.6 3.8 1.7c2.2 0 3.2-1.7 3.2-1.7-5.4-2.2-4.9-9.5-4.9-9.5s.7.4 2.1.4m-1.6 7.5c-2.2-1.1-3.6-3.9-3.9-5-.4 5.7-3.1 9.6-6.4 13.4-1.7 2-2.3 3.9-2.3 3.9s.3-2.2 1.8-3.9c3-3.6 5.9-8.2 6.1-13.4.1-3.7-.8-6.6-2.3-9.1.8 2.5.7 5.7-2.1 8.6 0 0 5.5-6.6-2.2-13.5-3.1-2.6-6.5-4.2-8.2-5.3 6.3 2.1 9.4-.2 9.4-.2-2 1.7-4.6 1.7-6.2 1.5.4.2.9.4 1.4.7 5.3 2.9 10.1 7.7 10.9 14.2v-.1c1.2 6.6 4 8.2 4 8.2m-50.9 7.2s1.9-.2 2.7-1c1.3-1.1 1.2-2.5 1.2-2.5-2.8 0-4.7-1-6.1-2.6-1.5-1.8-1.8-3.7-1.8-3.7s1.5 1.4 4.5 1.4h.8c1.4-.1 2.4-1 2.4-1-3.1-2-5.2-5.4-3.3-10.6 1.5-4.2 5.2-7.3 8.9-9.6 1.2-.8 1.9-1.6 1.9-2.4 0-1.7-2.5-1.8-3.5-3-1.2-1.4-.4-3.6.6-4.9 0 0-.3-.1-.9-.1-1.1 0-2.9.3-4.4 1.8-2 2.1-1.2 4.4-1.2 4.4l-.6.3c-.3.1-.6.1-1 .1h-.2c-2.9 0-4.2-3.1-4.2-3.1s-3.1 3.8 1.5 6.8c.8.5 1.1 1 1 1.5l-.1.4-.3.1c-3.3.9-5 3.2-7.1 5.8-3.1 4-7.5 4.1-8.1 4.1 0 0 1 3.2 4 3.2h.1c1.4 0 2.1-.6 2.1-.6s.5 7.2-4.9 9.5c0 0 1 1.7 3.2 1.7 2.7 0 3.8-1.7 3.8-1.7s-.2 2.1.8 5c1.2 3.5 0 6 0 6s.6.2 1.4.2c.3 0 .6 0 .8-.1 2.3-.5 2.8-2.6 2.8-2.6s-.2 6.9 7.9 6.9h.1s-.7-1-.9-3.8c-.4-5.1-3.9-5.9-3.9-5.9m-1.3 1.3c-3.2-3.8-6-7.7-6.4-13.4-.3 1-1.7 3.9-3.9 5 0 0 2.8-1.7 4-8.1v.1c.8-6.6 5.6-11.3 10.9-14.2.5-.3.9-.5 1.4-.7-1.6.3-4.2.3-6.2-1.5 0 0 3.1 2.3 9.4.2-1.7 1.1-5.1 2.7-8.2 5.3-7.8 6.8-2.2 13.5-2.2 13.5-2.8-2.9-2.9-6-2.1-8.6-1.5 2.4-2.4 5.4-2.3 9.1.2 5.1 3.1 9.6 6.1 13.3 1.5 1.8 1.8 3.9 1.8 3.9s-.6-1.9-2.3-3.9M34.5 25.6c.1.1.3.3.4.5l.1.1c.1.2.2.3.3.5 0 0 0 .1.1.1.1.2.3.4.4.6 1.2 2 3 3.2 4.7 3.2 1.7 0 3.5-1.2 4.7-3.2.1-.2.3-.4.4-.6 0 0 0-.1.1-.1.1-.2.2-.3.4-.5l.1-.1c.1-.2.3-.3.4-.5l.1-.1c.6-.6 1.3-1.1 2.2-1.3l-.6-.2-1.6-1-1.7-1-4.5 2.5L36 22l-1.7 1-1.6 1-.4.2c.8.3 1.5.7 2.2 1.4-.1 0-.1 0 0 0m4.1-.2h3.8v1.3c-.4-.5-1.3-.4-1.3-.4v1.9s0 .9.4 1.3h-1.8c.3-.4.4-1.3.4-1.3v-1.9s-.9-.1-1.3.4v-1.3zm1.5-2.5v-7.7l-4.9-1.7 1.3 7.4 3.6 2zM39 17.1v1.2l-.2-.1s-.4-.1-1-.6c-1-.8-1-1.5-1-1.5l2.2 1zm5.4 3.9 1.3-7.4-4.9 1.7V23l3.6-2zm-2.5-3.9 2.2-.9s0 .7-1 1.5c-.6.5-.9.6-1 .6l-.2.1v-1.3zm-8.7 23.5c.5.2 1 .2 1.3.2v-.1c0-.1.1-.2.1-.3.1-.4.1-.9.1-1.2-.2-.1-.5-.3-.6-.7-.2-.4-.4-.6-.8-.6-.5 0-1 .3-1.2.4-.2 1.2.5 2.1 1.1 2.3m10.7-4c-.9 1-2.7 2.7-2.8 2.8l-.1.1-5.6-.1c0 .6-.1 1-.2 1.4v.2l6.7 1.2c.7-.5 2.6-1.9 3.3-2.4-.5-.8-.6-1.7-.5-2.4-.3-.3-.5-.6-.8-.8"
557
+ }, void 0, false, {
558
+ fileName: "<project_dir>/images/logo.svg",
559
+ lineNumber: 3,
560
+ columnNumber: 1615
561
+ }, undefined),
562
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
563
+ fill: "#fff",
564
+ d: "M44.7 29.8c-1.3 1.3-2.5 1.8-3.6 1.9h-1.2c-.2 0-.4 0-.6-.1-.1.3-.2.9.1 1.5.2.5.7.9 1.4 1.2l.2.1v.3c0 .1.1 1.7 1.8 2.2.3-.3.6-.6.7-.8-.4-.9-.2-1.7.4-2.2 0 .1-.3 2.2 1.5 3l.3.1-.1.3c0 .1-.6 2.2 1.5 2.9l.4.1-.2.4c0 .1-.8 2 1.1 3h4.2v-3.3c-1.5-.2-2.1-1.4-2.3-2.2-.7-.1-1.2-.4-1.6-.9-.9-1.1-.1-2.2-.1-2.3 0 0 0 1.1.7 1.8.3.3.7.6 1.4.6h.3v.3c0 .1.2 1.6 1.6 1.8v-6.7c0-1 .3-2.1.7-3.1h-8.6zm-11.2 3.1-.1 4.3.5.1 1.2-4.1-.6-1.3zm13.2 19.7h.1c.7.2.9 2.9 2.2 3.1h.3c.4 0 .6-.2.8-.4 0 0-.7-1-1.1-1.7-.7-.9-1.2-2-2.4-2h-.1c-.4 0-.6.2-.6.2-.5-.3-.9-.4-1.4-.4-.8 0-1.3.3-1.6.3l-2.7-.3c-.4 0-.8-.5-.9-.6v-.3c-.1-2.2-1.8-3.2-2.4-3.2 0 0 .1-.4-.1-.6l-.6.7-2-1 1.4 1.6-1.2 1.3c-.1.2-.1.4-.1.4l.5.5.6-.4h.9c.3 0 .5-.1.5-.3-.1.8-.8 2.2-.3 3.4l.4.8-2.4-.3-1.1 1.9c-.3.6-.4 1.3-.1 1.7l.4.5s.6-.6.7-1l-.2-.2c-.2-.2-.2-.3-.1-.5l.7-1.2 2.8.7.1-.3c.2-.3.5-.4.8-.4h.4c.5.1 1.4.2 2.2.2.9 0 1.9-.2 2.4-.7 1 1.5 3.1 1.8 2.9 2.5l-.5 2.6c.4 0 .7 0 1-.1l.5-2.7c.1-.3.1-.7.1-.7-.2-.2-.7-.6-1-1.2-.4-.7-.2-1.1-.5-2 .3.3.4.1.7.1m-10.6-3.8c-.1 0-.2-.1-.2-.3 0-.1.1-.2.3-.2.1 0 .2.1.2.3-.1.1-.2.2-.3.2"
565
+ }, void 0, false, {
566
+ fileName: "<project_dir>/images/logo.svg",
567
+ lineNumber: 3,
568
+ columnNumber: 4984
569
+ }, undefined),
570
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
571
+ fill: "#fff",
572
+ d: "M32.2 55s.9-.4 1-.7l-.1-.3c-.1-.2-.1-.4.1-.5l1-.7 1.7.3s-.3-.4-.3-.9l-1.6-.3-1.5.9c-.7.5-.7 1.3-.5 1.8l.2.4zm12 4.4h1s.9-2.5.9-2.6c-.5-.2-1.5-.8-1.9-1 .3.4.9.8.8 1.2l-.8 2.4z"
573
+ }, void 0, false, {
574
+ fileName: "<project_dir>/images/logo.svg",
575
+ lineNumber: 3,
576
+ columnNumber: 6070
577
+ }, undefined),
578
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
579
+ fill: "#FCE527",
580
+ d: "M52.4 44.4h-24v9c0 3.7 2.7 6 6.6 6 3.3 0 4.2.1 5.4 1.3.8-.8 1.5-1.2 3-1.3v-.1l.8-2.3c0-.1-1.3-1.5-1.3-1.5-.5.2-.9.2-1.6.2-.7 0-1.5-.1-2.4-.2h-.3c-.1 0-.1 0-.1.1l-.1.2-.3.5-.5-.1-2.3-.5-.3.4v.1l.3.3-.1.4c-.2.5-.7 1.1-.9 1.3l-.6.6-.5-.7-.4-.5c-.4-.5-.5-1.2-.3-1.9l-.6.3-.3-.6-.2-.4c-.4-.8-.2-1.9.7-2.6l1.9-1 1.8.3c0-.2.1-.8.2-.9h-.1l-1 .4-1-.7s-.4-.4 0-.7l.9-1.4-2.4-3 3.7 1.5.2-.3.5-.6.6.5c.2.2.3.3.3.5 1 .4 2.8 1.6 3 3.5H40c.1.2.2.2.3.2l2.6.3c.1 0 .1 0 .2-.1.3-.1.8-.3 1.4-.3.5 0 .9.1 1.4.3.2-.1.4-.1.6-.1h.1c1.4 0 2.1 1.1 2.7 1.9.1.1.2.3.3.4.5.7 1.1 1.7 1.2 1.8l.3.5-.4.4c-.3.3-.7.7-1.4.7h-.5c-.1 0-.3-.1-.4-.1 0 .1 0 .3-.1.4l-.5 2.4c2.8-.7 4.5-2.8 4.5-5.8l.1-9zm-24-.7h18.7c-.9-1-.9-2.2-.7-3-.3-.1-.5-.3-.7-.5-.7.5-3 2.2-3.5 2.6l-.1.1-7.3-1.3H34c-.1.3-.4.6-.7.6h-.1c-.2 0-.4-.1-.5-.3-.1-.2-.2-.3-.1-.5v-.2c-.8-.5-1.5-1.7-1.1-3v-.1l.1-.1s.1-.1.3-.2l-.5-.1c-.2 0-.3-.2-.3-.4s.2-.3.4-.3l1.3.2.1-4.5 1.9-2 1.2 2.5-1.2 4.3 1.1.2c.2 0 .3.2.3.4s-.2.3-.4.3h-.1l-.9-.1v.1c.1.2.3.3.4.4l5.6.1 1.4-1.4c-1.4-.5-1.9-1.7-2-2.5-.8-.3-1.3-.8-1.6-1.5-.4-.8-.2-1.6-.1-2-.7-.3-1.5-.8-2.3-1.6h-8.4c.4 1 .7 2 .7 3.1v10.7z"
581
+ }, void 0, false, {
582
+ fileName: "<project_dir>/images/logo.svg",
583
+ lineNumber: 3,
584
+ columnNumber: 6269
585
+ }, undefined),
586
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
587
+ d: "M36.1 48.3c-.1 0-.3.1-.3.2s.1.3.2.3.3-.1.3-.2c.1-.2 0-.3-.2-.3m16.3 16.4-1.4-.6.4-1.4.4-1.6s-2.4 1.3-5.9 2.3c-1 .3-1.7.4-1.7.4V65s-1.8.3-3.7.3c-1.9 0-3.7-.3-3.7-.3v-1.1s-.7-.1-1.7-.4c-3.5-1-5.9-2.3-5.9-2.3l.4 1.6.4 1.4-1.4.5-1.5.6c1.8.9 4.2 2.1 6.4 2.7l-.5 1.4s2.8 1.3 7.6 1.3c4.7 0 7.6-1.3 7.6-1.3l-.5-1.4c2.2-.6 4.7-1.9 6.4-2.7l-1.7-.6zm-23.8.6 2.3-.8-.7-2.2c1 .6 3.2 1.4 4.5 1.8l-1.1 3c-2-.4-3.6-1.1-5-1.8m11.8 4.6c-2.6 0-5.7-.6-6.5-.9l1.3-3.7c1.1.3 3.4.7 5.1.7h.1c1.7 0 4-.3 5.1-.7L47 69c-.9.3-3.9.9-6.6.9m6.9-2.7-1.1-3c1.3-.4 3.5-1.3 4.6-1.8l-.8 2.2 2.3.8c-1.4.6-3 1.3-5 1.8M40.4 7.7c2.8 0 5.1.9 6.3 1.9 0 0 .4-2.2 1.6-4.2l-2.3.3-1.2-2.5-2.3 1.2-2.2-2.2-2.2 2.2L36 3.2l-1.2 2.5-2.3-.3c1.3 2 1.6 4.2 1.6 4.2 1.3-1 3.5-1.9 6.3-1.9m-5.7-1.1.6.1.3-.6.8-1.7 1.5.8.6.3.4-.5 1.6-1.6L42 5l.5.4.6-.3 1.5-.8.8 1.7.3.6.6-.1.6-.1c-.3.6-.5 1.2-.6 1.7-1.6-.9-3.6-1.4-5.8-1.4-2.1 0-4.2.5-5.7 1.4-.1-.5-.3-1.1-.6-1.7l.5.2zm38.7 30.6c3.6 0 4.9-3.7 4.9-3.9l.4-1.3h-1.4c-.5 0-4.5-.1-7.3-3.7l-.2-.3c-1.9-2.4-3.6-4.6-6.8-5.6.1-.1.2-.2.4-.3 1.7-1.1 2.6-2.4 2.9-4 .4-2.3-1.1-4.2-1.2-4.3l-1-1.3-.6 1.5c0 .1-1.1 2.5-3.3 2.5h-.6c.1-1.1-.1-2.7-1.6-4.2-1.8-1.9-4-2.1-5.1-2.1-.6 0-1 .1-1.1.1l-1.5.3.9 1.2c.7 1 1.4 2.7.6 3.7-.3.3-.8.5-1.3.8-1 .5-2.4 1.1-2.4 2.8 0 1.1.8 2.2 2.4 3.2 4.5 2.8 7.3 5.8 8.5 9.1 1.9 5-.6 7.9-2.9 9.4l-1.1.7.9.9c.1.1 1.3 1.1 2.9 1.3h.9c1.1 0 2-.2 2.7-.4-.2.4-.5.7-.8 1.1-1.4 1.6-3 2.3-5.4 2.3h-.9l-.1.9c0 .2-.1 1.8 1.5 3.2.2.2.5.4.8.5-1.1 1-2.1 2.6-2.3 5.5-.2 2.4-.7 3.3-.8 3.3l-1 1.5h1.8c2.9 0 5.2-.8 6.7-2.4.9-.9 1.4-2 1.8-3 .5.4 1.2.8 2 1 .3.1.7.1 1.1.1.8 0 1.5-.2 1.6-.2l1.1-.3-.5-1.1c0-.1-1-2.2 0-5.2.4-1.3.7-2.5.8-3.4.7.4 1.7.7 2.9.7 2.8 0 4-2.1 4.1-2.2l.6-1-1-.4c-3.3-1.4-4.1-5.1-4.2-7.1.3.1.6.1 1 .1h.2zm2.7 7.9s-1 1.7-3.2 1.7c-2.7 0-3.8-1.7-3.8-1.7s.2 2.1-.8 5c-1.2 3.5 0 6 0 6s-.6.2-1.4.2c-.3 0-.6 0-.8-.1-2.3-.5-2.8-2.6-2.8-2.6s.2 6.9-7.9 6.9h-.1s.7-1 .9-3.8c.4-5.1 3.9-5.8 3.9-5.8s-1.9-.2-2.7-1c-1.3-1.1-1.2-2.5-1.2-2.5 2.8 0 4.7-1 6.1-2.6 1.5-1.8 1.8-3.7 1.8-3.7s-1.5 1.4-4.5 1.4h-.8c-1.4-.1-2.4-1-2.4-1 3.1-2 5.2-5.4 3.3-10.6-1.5-4.2-5.2-7.3-8.9-9.6-1.1-.7-1.8-1.6-1.8-2.3 0-1.7 2.5-1.8 3.5-3 1.2-1.4.4-3.6-.6-4.9 0 0 .3-.1.9-.1 1.1 0 2.9.3 4.4 1.8 2 2.1 1.2 4.4 1.2 4.4l.5.1c.3.1.6.1 1 .1h.2c2.9 0 4.2-3.1 4.2-3.1s3.1 3.8-1.5 6.8c-.8.5-1.1 1-1 1.5l.1.3.3.1c3.3.9 5 3.2 7.1 5.8 3.1 4 7.5 4.1 8.1 4.1h.1s-1 3.2-4 3.2h-.1c-1.4 0-2.1-.6-2.1-.6s-.6 7.4 4.8 9.6m-9-22.3c1.4.7 2.1 1.7 2.8 2.6.7.8 1.3 1.6 2.3 2 .4.1.7.2 1.1.2 1.5 0 3-.9 3.6-2.2l.6-1.3-1.4-.1c-.1 0-1.9-.2-3.9-2.2-.8-.8-1.8-1.3-2.9-1.3-1.3 0-2.3.7-2.4.7l-1.2.8 1.4.8zm2.3-1.5c.7 0 1.5.2 2.2 1 2.3 2.4 4.5 2.5 4.5 2.5-.4.9-1.5 1.6-2.7 1.6-.3 0-.6 0-.8-.1-1.6-.5-2.2-3-5-4.5-.1.1.7-.5 1.8-.5m-1.7 14.3c-.8-6.5-5.6-11.3-10.9-14.2-.5-.3-.9-.5-1.4-.7 1.6.3 4.2.3 6.2-1.5 0 0-3.1 2.3-9.4.2 1.7 1.1 5.1 2.7 8.2 5.3 7.8 6.8 2.2 13.5 2.2 13.5 2.8-2.9 2.9-6 2.1-8.6 1.5 2.4 2.4 5.4 2.3 9.1-.2 5.2-3.1 9.8-6.1 13.4-1.5 1.8-1.8 3.9-1.8 3.9s.6-1.9 2.3-3.9c3.2-3.8 6-7.7 6.4-13.4.3 1 1.7 3.9 3.9 5 0 0-2.8-1.6-4-8.1M26.4 60s-.6-.9-.7-3.3c-.2-2.9-1.3-4.5-2.4-5.5.3-.1.6-.3.8-.5 1.6-1.4 1.5-3.1 1.5-3.2l-.1-.9h-.9c-2.4 0-4.1-.8-5.4-2.3-.3-.4-.6-.7-.8-1.1.7.2 1.7.4 2.7.4h.9c1.7-.1 2.8-1.1 2.9-1.3l.9-.9-1.1-.7c-2.4-1.5-4.8-4.4-2.9-9.4 1.2-3.3 4-6.3 8.5-9.1 1.5-1 2.4-2.1 2.4-3.2 0-1.7-1.4-2.3-2.4-2.8-.5-.2-1-.5-1.3-.8-.8-.9-.1-2.7.6-3.7l.9-1.2-1.5-.3s-.4-.1-1.1-.1c-1.1 0-3.3.3-5.1 2.1-1.5 1.5-1.7 3.2-1.6 4.2h-.6c-2.2 0-3.3-2.4-3.3-2.5l-.6-1.5-1 1.3c-.1.1-1.6 1.9-1.2 4.3.2 1.6 1.2 2.9 2.9 4 .2.1.3.2.4.3-3.2 1-4.9 3.3-6.8 5.6l-.3.3C8 32 4 32.1 3.5 32.1H2.1l.4 1.3c0 .2 1.3 3.9 4.9 3.9h.2c.4 0 .7-.1 1-.1-.2 2-.9 5.7-4.2 7.1l-1 .4.6 1s1.2 2.1 4 2.1c1.2 0 2.2-.3 2.9-.7.1.9.3 2.1.8 3.4 1 3 .1 5.2 0 5.2l-.5 1.1 1.1.3c.1 0 .8.2 1.6.2.4 0 .7 0 1.1-.1.9-.2 1.5-.6 2-1 .3.9.8 2 1.8 3 1.6 1.6 3.8 2.4 6.7 2.4h1.8l-.9-1.6zm-.9.5c-8.1 0-7.9-6.9-7.9-6.9s-.6 2.1-2.8 2.6c-.3.1-.6.1-.8.1-.7 0-1.4-.2-1.4-.2s1.2-2.5 0-6c-1-2.9-.8-5-.8-5s-1.1 1.6-3.8 1.7c-2.2 0-3.2-1.7-3.2-1.7 5.4-2.2 4.9-9.5 4.9-9.5s-.7.5-2.1.6h-.1c-3 0-4-3.2-4-3.2h.1c.5 0 5-.1 8.1-4.1 2.1-2.6 3.7-4.9 7.1-5.8l.3-.1.1-.3c.1-.5-.3-1-1-1.5-4.6-3-1.5-6.8-1.5-6.8s1.3 3.1 4.2 3.1h.2c.3 0 .7 0 1-.1l.5-.1s-.8-2.3 1.2-4.4c1.5-1.6 3.4-1.8 4.4-1.8.5 0 .9.1.9.1-1 1.3-1.7 3.5-.6 4.9 1 1.2 3.5 1.2 3.5 3 0 .7-.7 1.6-1.9 2.4-3.7 2.3-7.4 5.4-8.9 9.6-1.9 5.2.2 8.6 3.3 10.6 0 0-1 .9-2.4 1h-.8c-3 0-4.5-1.4-4.5-1.4s.3 1.9 1.8 3.7c1.4 1.6 3.3 2.6 6.1 2.6 0 0 .1 1.3-1.2 2.5-.8.7-2.7 1-2.7 1s3.5.7 3.9 5.8c.2 2.7.9 3.6.8 3.6zm-18-33c.4 0 .8-.1 1.1-.2 1-.3 1.7-1.1 2.3-2 .7-.9 1.5-1.8 2.8-2.6l1.4-.7-1.3-.9c-.1-.1-1.1-.7-2.4-.7-1.1 0-2.1.4-2.9 1.3-2 2.1-3.8 2.2-3.9 2.2l-1.3.1.6 1.3c.6 1.2 2.1 2.2 3.6 2.2m1.8-5.1c.7-.8 1.5-1 2.2-1 1 0 1.8.6 1.8.6-2.8 1.5-3.4 3.9-5 4.5-.3.1-.5.1-.8.1-1.2 0-2.3-.8-2.7-1.6 0-.1 2.2-.3 4.5-2.6m4.6 16.3c-.2-3.7.8-6.6 2.3-9.1-.8 2.5-.7 5.7 2.1 8.6 0 0-5.5-6.6 2.2-13.5 3.1-2.6 6.5-4.2 8.2-5.3-6.3 2.1-9.4-.2-9.4-.2 2 1.7 4.6 1.7 6.2 1.5-.4.2-.9.4-1.4.7-5.3 2.9-10.1 7.7-10.9 14.2v-.1c-1.2 6.5-4 8.1-4 8.1 2.2-1.1 3.6-3.9 3.9-5 .4 5.7 3.1 9.6 6.4 13.4 1.7 2 2.3 3.9 2.3 3.9s-.3-2.2-1.8-3.9c-3-3.5-5.9-8-6.1-13.3M38.6 25.4v1.3c.5-.5 1.3-.4 1.3-.4v1.9s0 .9-.4 1.3h1.8c-.3-.4-.4-1.3-.4-1.3v-1.9s.9-.1 1.3.4v-1.3h-3.6zm-.8-7.7c.6.5 1 .6 1 .6l.2.1v-1.2l-2.2-.9c0-.1 0 .6 1 1.4m5.3 0c1-.8 1-1.5 1-1.5l-2.2.9v1.2l.2-.1s.4-.1 1-.5"
588
+ }, void 0, false, {
589
+ fileName: "<project_dir>/images/logo.svg",
590
+ lineNumber: 3,
591
+ columnNumber: 7398
592
+ }, undefined),
593
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
594
+ d: "M47.1 12.7c0-1.9-3.1-3.5-6.6-3.5-3.5 0-6.6 1.7-6.6 3.5l.1.5 1.4 8-1.4.8-3.7 2s-.8.4-1.2.7c-1.4 1-1.7 2.3-.9 2.9.2-1.1 1.1-2.3 2.8-2.3 1.2 0 2.1.6 2.9 1.6.2.2.4.5.5.8l.6.9h-9.3C26.4 30 27 31.4 27 33v20.5c0 5 3.8 7.3 8 7.3 3.2 0 3.6-.1 5.4 1.6 1.8-1.8 2.2-1.6 5.4-1.6 4.1 0 8-2.4 8-7.3V32.9c0-1.6.6-3 1.3-4.4h-9.3l.6-.9c.2-.3.4-.5.5-.8.7-.9 1.7-1.6 2.9-1.6 1.7 0 2.6 1.2 2.8 2.3.8-.6.5-2-.9-2.9-.4-.3-1.2-.7-1.2-.7l-3.5-2-1.4-.8 1.4-8 .1-.4zm-11.9.9 4.9 1.7V23l-3.6-2-1.3-7.4zm1 16.2c.8.8 1.6 1.3 2.3 1.6-.1.4-.2 1.2.1 2 .3.6.8 1.1 1.6 1.5.1.8.6 2 2 2.5l-1.4 1.4-5.6-.1c-.1-.1-.3-.2-.4-.4v-.1l.9.1h.1c.2 0 .3-.1.4-.3 0-.2-.1-.4-.3-.4l-1.1-.2 1.2-4.3-1.2-2.5-1.9 2-.1 4.5-1.3-.2c-.2 0-.4.1-.4.3 0 .2.1.4.3.4l.5.1c-.2.1-.3.2-.3.2l-.2.1v.1c-.3 1.3.4 2.4 1.1 3v.2c0 .2 0 .4.1.5.1.2.3.3.5.3h.1c.3 0 .6-.2.7-.6h.8l7.3 1.3.1-.1c.6-.4 2.8-2 3.5-2.6.2.2.4.3.7.5-.2.8-.3 2 .7 3H28.4V32.9c0-1-.3-2.1-.7-3.1h8.5zm9 9.9c-.7.5-2.6 1.9-3.3 2.4l-6.7-1.2v-.2c.1-.3.2-.8.2-1.4l5.6.1.1-.1c.1-.1 1.9-1.8 2.8-2.8.2.3.5.5.8.8 0 .7 0 1.6.5 2.4m-11.1-1.2c.2.3.4.5.6.7 0 .3 0 .8-.1 1.2 0 .1 0 .2-.1.3v.1c-.3 0-.9 0-1.3-.2-.5-.2-1.3-1.2-1.1-2.2.2-.1.8-.4 1.2-.4.4 0 .6.1.8.5m-.7-1.3.1-4.3 1-1 .6 1.3-1.2 4.1-.5-.1zm11.8 22.2h-1L45 57c.1-.3-.5-.8-.8-1.2.4.2 1.4.8 1.9 1-.1.1-.9 2.6-.9 2.6m2.5-2.8-.5 2.7c-.3 0-.7.1-1 .1l.5-2.6c.2-.8-1.9-1-2.9-2.5-.5.6-1.4.7-2.4.7-.9 0-1.7-.1-2.2-.2h-.4c-.3 0-.6.1-.8.4l-.2.3-2.8-.8-.7 1.2c-.1.2-.1.3.1.5l.2.2c-.1.4-.7 1-.7 1l-.4-.5c-.3-.4-.3-1.1.1-1.7l1.1-1.9 2.4.3-.4-.8c-.5-1.1.3-2.5.3-3.4 0 .2-.3.3-.5.3h-.9l-.6.4-.5-.5c-.1-.1-.1-.3.1-.4l1.2-1.3-1.4-1.6 2 1 .6-.7c.2.2.1.6.1.6.6 0 2.3 1 2.4 3.2v.3c.1.2.5.6.9.6l2.7.3c.3 0 .9-.3 1.6-.3.4 0 .9.1 1.4.4 0 0 .2-.2.6-.2h.1c1.2 0 1.7 1.1 2.4 2 .5.7 1.1 1.7 1.1 1.7-.2.3-.5.4-.8.4h-.3c-1.3-.2-1.5-2.9-2.2-3.1h-.1c-.2 0-.3.2-.3.2.3.9.1 1.3.5 2 .3.5.8.9 1 1.2-.3-.2-.4.2-.4.5m-14.6-2.5.1.3c-.1.3-1 .7-1 .7l-.2-.5c-.2-.5-.2-1.3.5-1.8l1.5-.9 1.6.3c0 .5.3.9.3.9l-1.7-.3-1 .7c-.1.1-.1.4-.1.6m14.8 5.1.5-2.4c0-.1.1-.3.1-.4.1.1.3.1.4.1h.5c.7 0 1.1-.4 1.4-.7l.4-.4-.3-.5s-.7-1.1-1.2-1.8c-.1-.1-.2-.3-.3-.4-.6-.8-1.3-1.9-2.7-1.9h-.1c-.2 0-.4.1-.6.1-.4-.2-.9-.3-1.4-.3-.6 0-1.1.2-1.4.3-.1.1-.2.1-.3.1l-2.6-.3s-.1-.1-.3-.2l.6-.2c-.2-1.9-2-3.1-3-3.5 0-.2-.1-.4-.3-.5l-.6-.5-.5.6-.2.2-3.7-1.5 2.4 3-.9 1.4c-.3.4 0 .7 0 .7l1 .7 1-.4h.1c0 .2-.1.8-.2.9l-1.7-.2-1.9 1c-1 .7-1.1 1.9-.7 2.6l.2.4.3.6.6-.3c-.2.7-.1 1.5.3 1.9l.4.5.5.7.6-.6c.2-.2.7-.8.9-1.3l.1-.4-.3-.3v-.1l.3-.5 2.3.5.5.1.3-.5.1-.2c0-.1 0-.1.1-.1h.3c.9.2 1.7.2 2.4.2s1.1 0 1.6-.2c0 0 1.2 1.4 1.3 1.5l-.8 2.3v.1c-1.4.1-2.1.4-3 1.3-1.2-1.2-2.1-1.3-5.4-1.3-3.9 0-6.6-2.3-6.6-6v-9h24v9c0 3.3-1.7 5.4-4.5 6.1m5.2-29.4c-.4 1-.7 2-.7 3.1v6.7c-1.4-.2-1.6-1.8-1.6-1.8v-.3h-.3c-.6-.1-1-.3-1.4-.6-.7-.7-.7-1.8-.7-1.8 0 .1-.8 1.1.1 2.3.4.5.9.8 1.6.9.2.8.8 2 2.3 2.2v3.3h-4.2c-1.9-1.1-1.1-2.9-1.1-3l.2-.4-.3-.3c-2.1-.8-1.5-2.8-1.5-2.9l.1-.3-.3-.1c-1.7-.8-1.5-2.9-1.5-3-.5.4-.7 1.3-.4 2.2-.2.2-.5.5-.7.8-1.7-.5-1.7-2.2-1.7-2.2v-.3l-.2-.1c-.7-.3-1.2-.6-1.4-1.2-.3-.6-.2-1.2-.1-1.5.2 0 .4.1.6.1h1.2c1.1-.1 2.3-.6 3.6-1.9h8.4zM46.6 23l1.6 1 .4.2c-.9.3-1.6.7-2.2 1.3l-.1.1c-.1.1-.3.3-.4.5 0 0 0 .1-.1.1-.1.2-.2.3-.4.5 0 0 0 .1-.1.1-.1.2-.3.4-.4.6-1.2 2-3 3.2-4.7 3.2-1.7 0-3.5-1.2-4.7-3.2-.1-.2-.3-.4-.4-.6l-.1-.1c-.1-.2-.2-.3-.3-.5l-.1-.1c-.1-.2-.3-.3-.4-.5l-.1-.1c-.6-.6-1.3-1.1-2.2-1.3l.4-.2 1.6-1 1.7-1 4.5 2.5 4.5-2.5 2 1zm-2.2-2-3.6 1.9v-7.7l4.9-1.7-1.3 7.5zm-4-6.6-5.3-2.1c.5-1.1 2.5-2 5.3-2s4.9.9 5.3 2l-5.3 2.1z"
595
+ }, void 0, false, {
596
+ fileName: "<project_dir>/images/logo.svg",
597
+ lineNumber: 3,
598
+ columnNumber: 12664
599
+ }, undefined)
600
+ ]
601
+ }, void 0, true, {
602
+ fileName: "<project_dir>/images/logo.svg",
603
+ lineNumber: 3,
604
+ columnNumber: 26
605
+ }, undefined);
606
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgLogo);
607
+
608
+
609
+ "
610
+ `;
611
+
612
+ exports[`server: lazy-component.tsx 1`] = `
613
+ "__webpack_require__.r(__webpack_exports__);
614
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
615
+ /* harmony export */ "Component": function() { return /* binding */ Component; }
616
+ /* harmony export */ });
617
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
618
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
619
+ /* harmony import */ var _swc_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("../../node_modules/@swc/helpers/src/_interop_require_wildcard.mjs");
620
+ /* harmony import */ var _tramvai_react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/library/swc/__integration__/mocks/tramvai-react.ts");
621
+
622
+
623
+
624
+ const LazyComponent = (0,_tramvai_react__WEBPACK_IMPORTED_MODULE_1__.lazy)({
625
+ chunkName () {
626
+ return "components-lazy-inner";
627
+ },
628
+ requireSync (props) {
629
+ return __webpack_require__(this.resolve(props));
630
+ },
631
+ isReady (props) {
632
+ const key = this.resolve(props);
633
+ return !!__webpack_require__.m[key];
634
+ },
635
+ importAsync: ()=>Promise.resolve().then(()=>(0,_swc_helpers__WEBPACK_IMPORTED_MODULE_2__["default"])(__webpack_require__(/* webpackChunkName: "components-lazy-inner" */ "./src/library/swc/__integration__/components/lazy-inner.tsx"))),
636
+ requireAsync (props) {
637
+ return this.importAsync(props).then((resolved)=>{
638
+ return resolved;
639
+ });
640
+ },
641
+ resolve () {
642
+ return /*require.resolve*/("./src/library/swc/__integration__/components/lazy-inner.tsx");
643
+ }
644
+ });
645
+ const Component = ()=>{
646
+ return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {
647
+ children: [
648
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("h2", {
649
+ children: "Lazy test"
650
+ }, void 0, false, {
651
+ fileName: "<project_dir>/lazy-component.tsx",
652
+ lineNumber: 8,
653
+ columnNumber: 7
654
+ }, undefined),
655
+ /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(LazyComponent, {}, void 0, false, {
656
+ fileName: "<project_dir>/lazy-component.tsx",
657
+ lineNumber: 9,
658
+ columnNumber: 7
659
+ }, undefined)
660
+ ]
661
+ }, void 0, true);
662
+ };
663
+
664
+
665
+ "
666
+ `;
667
+
668
+ exports[`server: node-env.ts 1`] = `
669
+ "__webpack_require__.r(__webpack_exports__);
670
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
671
+ /* harmony export */ "func": function() { return /* binding */ func; }
672
+ /* harmony export */ });
673
+ let internalFunc;
674
+ if (true) internalFunc = ()=>"Are you developer, for sure?";
675
+ if (false) {}
676
+ const func = ()=>{
677
+ return internalFunc();
678
+ };
679
+
680
+
681
+ "
682
+ `;
683
+
684
+ exports[`server: provider-stack.ts 1`] = `
685
+ "__webpack_require__.r(__webpack_exports__);
686
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
687
+ /* harmony export */ "providers": function() { return /* binding */ providers; }
688
+ /* harmony export */ });
689
+ /* harmony import */ var _tramvai_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./src/library/swc/__integration__/mocks/tramvai-core.ts");
690
+ /* harmony import */ var _create_token_pure__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/library/swc/__integration__/create-token-pure.ts");
691
+ var _ref0;
692
+
693
+
694
+ const providers = [
695
+ (0,_tramvai_core__WEBPACK_IMPORTED_MODULE_0__.provide)((_ref0 = {
696
+ provide: _create_token_pure__WEBPACK_IMPORTED_MODULE_1__.TEST_TOKEN,
697
+ useValue: "test"
698
+ }, Object.defineProperty(_ref0, "__stack", {
699
+ enumerable: false,
700
+ value: new globalThis.Error().stack
701
+ }), _ref0))
702
+ ];
703
+
704
+
705
+ "
706
+ `;
707
+
708
+ exports[`server: react-svg.tsx 1`] = `
709
+ "__webpack_require__.r(__webpack_exports__);
710
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
711
+ /* harmony export */ "Component": function() { return /* binding */ Component; }
712
+ /* harmony export */ });
713
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
714
+ /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
715
+ /* harmony import */ var _images_logo_svg_react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/library/swc/__integration__/images/logo.svg?react");
716
+
717
+
718
+ const Component = ()=>{
719
+ return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("div", {
720
+ children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_images_logo_svg_react__WEBPACK_IMPORTED_MODULE_1__["default"], {}, void 0, false, {
721
+ fileName: "<project_dir>/react-svg.tsx",
722
+ lineNumber: 6,
723
+ columnNumber: 7
724
+ }, undefined)
725
+ }, void 0, false, {
726
+ fileName: "<project_dir>/react-svg.tsx",
727
+ lineNumber: 5,
728
+ columnNumber: 5
729
+ }, undefined);
730
+ };
731
+
732
+
733
+ "
734
+ `;
735
+
736
+ exports[`server: server.inline.ts 1`] = `
737
+ "__webpack_require__.r(__webpack_exports__);
738
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
739
+ /* harmony export */ "ForBrowser": function() { return /* binding */ ForBrowser; }
740
+ /* harmony export */ });
741
+ var ForBrowser = /*#__PURE__*/ function() {
742
+ "use strict";
743
+ function ForBrowser() {}
744
+ var _proto = ForBrowser.prototype;
745
+ _proto.test = function test() {
746
+ console.log("Ok");
747
+ };
748
+ return ForBrowser;
749
+ }();
750
+ ForBrowser.prop = "static";
751
+
752
+
753
+ "
754
+ `;
755
+
756
+ exports[`server: typeof-window.ts 1`] = `
757
+ "__webpack_require__.r(__webpack_exports__);
758
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
759
+ /* harmony export */ "func": function() { return /* binding */ func; }
760
+ /* harmony export */ });
761
+ let internalFunc;
762
+ internalFunc = ()=>"I'm a big server";
763
+ const func = ()=>{
764
+ return internalFunc();
765
+ };
766
+
767
+
768
+ "
769
+ `;